@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
	}
a{blr:expression(this.onFocus=this.blur())}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
*html,*html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}

/*input,textarea{-webkit-appearance: none;}*//* 删除input或textarea输入框在移动版显示的阴影（Safari/iPhone） */

html, body, div, span, h1, h2, h3, h4, h5, h6, em, small, strong, dl, dt, dd, ol, ul, li { margin: 0 auto; padding: 0; font-size: 100%;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;line-height: 1.5;}
.logo img {
    height: 83px;
}	
html,body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"微软雅黑";
	color:#666;
	overflow-x:hidden;
	}
	
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
li{
	list-style:none;
	}
ul li a{
	display:block;
	}
a{
	text-decoration:none !important;
	color:#666;
	outline:none;
	transition: color .6s,border-color .6s,background-color .6s;
	}
a:hover{
	transition: color .6s,border-color .6s,background-color .6s;
	}
input{
	border:1px solid #ccc;
	outline:none;
	}
textarea{
	border:1px solid #ccc;
	outline:none;
	}
form{
	margin:0px;
	padding:0px;
	}
table{  
	border-collapse:collapse;  
	border-spacing:0;  
}  
th,td{  
	padding:0;  
}
img{
	max-width: 100%;
	border:none;
	vertical-align: middle;
	}
a,img{border:0;}
.clear{
	clear:both;
	}
p{
	/**
	text-align:justify; 
	text-justify:inter-ideograph;
	**/
	margin:0;
	}
dl,dt,dd{padding:0;margin:0;}
.zj_fbq{
	display: table;
    width: 100%;
    height: 100%;
}
.zj_zbq{
	display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.arial{
	font-family:Arial, Helvetica, sans-serif;
	}
.verdana{
	font-family: Verdana,Geneva,sans-serif;
	}
.Georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.en{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	}
@font-face {
    font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
}
.cn{
	font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
	}
@font-face {  font-family: ababa;  src: url('../fonts/ababa.ttf');}
/** 以上为全局设置 **/
/** index **/
.warp{
	width:100%;
	height:auto;
	}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/** header **/
.header{
	height: auto;
}
.logo{
	height: auto;
	float: left;
}
.menu{
	height: auto;
	float: right;
}
.menu ul{
	height: auto;
}
.menu ul li{
	float: left;
	margin-left: 1px;
	position: relative;
}
.menu_bt{
	height: auto;
}
.menu_bt a{
	display: block;
	line-height: 83px;
	font-size: 15px;
	color: #111;
	padding:0 30px;
}
.menu_bt a:hover{
	color: #fff;
	background: #f79e0e;
}
#menu_on .menu_bt a{
	color: #fff;
	background: #f79e0e;
}

.menu_xl{
	width: 150px;
	height: auto;
	background: #fff;
	position: absolute;
	top:83px;
	left:50%;
	margin-left: -75px;
	z-index: 999;
	display: none;
}
.menu_xl p{
	height: auto;
}
.menu_xl p a{
	line-height: 45px;
	font-size: 14px;
	color: #111;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.menu_xl p a:hover{
	color: #fff;
    background: #f79e0e;
}
/** header **/
.banner{
	height: auto;
}
/** sy_search **/
.sy_search{
	height: auto;
	border-bottom: 1px solid #ddd;
	padding:15px 0;
}
.sy_search01{
	height: auto;
	line-height: 35px;
	font-size: 13px;
	color: #999;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.sy_search01 span{
	color: #dad9d9;
	margin:0 2px;
}
.sy_search01 span.rmgjc{
	color: #666;
	font-weight: bold;
	margin:0;
}

.sy_search01 a{
	color: #666;
	padding:0 6px;
}
.sy_search01 a:hover{
	color: #f79e0e;
}
.sy_search02{
	height: auto;
}
.sysearch{
	height: auto;
	height: 35px;
	border:1px solid #ddd;
	border-radius: 30px;
	line-height: 30px;
}
.sysearch01{
	 height: 35px;
	 padding-right: 0;
}
.sysearch01 input{
	width:100%;
    background: none;
    height: 35px;
    color: #666;
    line-height: 35px;
    border:none;
    font-size: 13px;
}
.sysearch01 input::-webkit-input-placeholder{
    color: #999;
}
.sysearch02{
	 height: 35px;
	padding:0;
}
.sysearch02 input{
	width: 100%;
    background: url(../images/sosousuo.png) no-repeat center center;
    height: 35px;
    cursor: pointer;
    border: none;
}
/** sy_search **/
/** sy_ab **/
.sy_ab{
	height: auto;
	padding:80px 0;
}
.sy_ab1{
	height: auto;
	padding-right: 60px;
	padding-left:95px;
}
.syab_tp{
	height: 500px;
	background: url(../images/xiexian.png);
	position: relative;
	margin-top: 50px;
}
.syab_img{
	width: 100%;
	height: 100%;
	background: url(../images/syab_img.jpg) center center no-repeat;
	background-size: cover;
	position: absolute;
	top:-50px;
	left:-80px;
}
.syab_more{
	width: 80px;
	height: 80px;
	position: absolute;
	right: -40px;
	top:50%;
	margin-top: -40px;
}
.syab_more a{
	display: block;
	height: 80px;
	background: #0900fb;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	text-transform: uppercase;
}
.syab_more p{
	padding-top: 23px;
	font-size: 16px;
	line-height: 20px;
}
.syab_more .iconfont{
	font-size: 24px;
	line-height: 20px;
}
.syab_more a:hover{
	background: #f79e0e;
}
.sy_ab2{
	height: auto;
}
.syab_bt{
	height: auto;
	line-height: 40px;
	font-size: 36px;
	color: #111;
}
.syab_bt span{
	margin-left: 10px;
	color: #f79e0e;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 24px;
}
.syab_bt1{
	line-height: 30px;
	font-size: 24px;
	color: #444;
	margin-top: 15px;
}
.syab_wz{
	height: auto;
	margin-top: 15px;
	line-height: 30px;
	font-size: 15px;
	color: #666;
}
.syab_wz p{
	margin-bottom: 10px;
}
.syab_gd{
	height: auto;
	margin-top: 30px;
}
.syab_gd ul{
	height: auto;
}
.syab_gd ul li{
	height: auto;
	float: left;
	margin-right: 10px;
}
.syab_gd ul li a{
	display: block;
	border:1px solid #ddd;
	line-height: 45px;
	padding:0 50px;
	font-size: 15px;
	color: #111;
}
.syab_gd ul li a .iconfont{
	margin-right: 8px;
	font-size: 24px;
	vertical-align: middle;
}
.syab_gd ul li a .iconfont.icon-gongsi{
	font-size: 22px;
}
.syab_gd ul li a:hover{
	color: #fff;
    background: #f79e0e;
    border:1px solid #f79e0e;
}
#syab_on a{
	color: #fff;
    background: #f79e0e;
    border:1px solid #f79e0e;
}
.syab_qt{
	height: auto;
	margin-top: 30px;
}
.syab_line{
	float: left;
	margin-top: 27px;
}
.syab_dh{
	float: left;
	margin-left: 30px;
}
.syab_dh .icon-dianhua{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #ff0000;
	font-size: 36px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	display: inline-block;
}
.syab_hm{
	line-height: 60px;
	font-size: 48px;
	display: inline-block;
	margin-left: 15px;
	color: #ff0000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/** sy_ab **/
/** sy_pro **/
.sy_pro{
	height: auto;
	background: #f8f8f8;
	padding:50px 0 0 0;
}
.sy_bt{
	height: auto;
	text-align: center;
}
.sy_bt01{
	font-size: 36px;
	line-height: 40px;
    color: #333;
}
.sy_bt01 span{
	margin-left: 10px;
    color: #999;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #f79e0e;
}
.sy_bt02{
	line-height: 25px;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.sypro_box{
	height: auto;
	margin-top: 35px;
}
.sypro_zj{
	width: 100%;
	height: auto;
}
.sypro_zj a{
	display: block;
	position: relative;
}
.sypro_tp{
	height: auto;
}
.sypro_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background: rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.sypro_nr{
	width: 100%;
	height: auto;
	position: absolute;
	top:50%;
	left:0;
	margin-top: -118px;
	padding:0 50px;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.sypro_tb{
	text-align: center;
}
.sypro_tb .iconfont{
	font-size: 80px;
	color: #fff;
	line-height: 80px;
}
.sypro_tb .iconfont.icon-daping{
	font-size: 70px;
}
.sypro_tb .iconfont.icon-jiemaqi{
	font-size: 100px;
}
.sypro_bt{
	line-height: 35px;
	font-size: 26px;
	color: #fff;
	margin-top: 15px;
	text-align: center;
}
.sypro_line{
	width: 30px;
	height: 2px;
	background: #fff;
	margin-top: 15px;
}
.sypro_wz{
	height: 75px;
	margin-top: 15px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: center;
}
.sypro_zj a:hover .sypro_nr{
	display: none;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.sypro_zj a:hover .sypro_bg{
	display: none;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
/** sy_pro **/
/** sy_cp **/
.sy_cp{
	height: auto;
	padding:80px 0;
}
.sycp_box{
	height: auto;
	margin-top: 15px;
}
/** demo **/
.demo {
	width: 100%;
	position: relative;
}
.tabbtn {
	height: auto;
}
.tabbtn li {
	position: relative;
	display: inline-block;
}
.tabbtn li a {
	display: block;
	height: auto;
	text-align: center;
	cursor: pointer;
}
.tabbtn li.current {
}
.tabbtn li.current a {
}
.tabcon {
	position: relative;
	height: auto;
	overflow: hidden;
}
.tabcon .subbox {
	position: absolute;
	left: 0;
	top: 0;
}
.tabcon .sublist {
	height: auto;
}
/** demo **/
.sycp_box .tabbtn{
	text-align: center;
}
.sycp_box .tabbtn li{
	margin:0 20px;
}
.sycp_box .tabbtn li a{
	line-height: 50px;
	font-size: 18px;
	color: #111;
	position: relative;
}
.sycp_box .tabbtn li a .iconfont{
	font-size: 20px;
	margin-right: 10px;
	color: #cecbcb;
}
.sycp_box .tabbtn li a .icon-guanggaomaidianguanli{
	font-size: 24px;
}
.sycp_box .tabbtn li a em{
	position: absolute;
    left: 100%;
    bottom: 0;
    margin: 0 -50%;
    transform: translate(-50%);
}
.sycp_box .tabbtn li a:hover{
	color: #f79e0e;
}
.sycp_box .tabbtn li a:hover em{
	animation: test 0.4s ease;
    border: 1px solid #f79e0e;
    width: 100%; 
}
.sycp_box .tabbtn li a:hover .iconfont{
	color: #f79e0e;
}
@keyframes test {
    from{
        width: 0;
    }

    to{
        width: 100%;
     }
}
.sycp_box .tabbtn li.current a{
	color: #f79e0e;
}
.sycp_box .tabbtn li.current a em{
	animation: test 0.4s ease;
    border: 1px solid #f79e0e;
    width: 100%; 
}
.sycp_box .tabbtn li.current a .iconfont{
	color: #f79e0e;
}
.sycp_box .tabcon{
	margin-top: 35px;
}

.sycp_zj{
	height: auto;
}
.sycp_left{
	height: auto;
	padding:0;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}
.sycp_left a{
	display: block;
	padding: 45px 30px;
}
.sycp_right{
	height: auto;
	padding:0;
}
.cplist{
	height: auto;
}
.cplist ul{
	height: auto;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.cplist ul li{
	height: auto;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	padding:0;
}
.cplist ul li a{
	display: block;
	padding:15px 15px;
}
.cptp{
	height: auto;
	position: relative;
}
.cptp img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.cpbt{
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	margin-top: 10px;
	color: #111;
}
.sycp_left .cpbt{
	font-size: 20px;
	line-height: 35px;
	margin-top: 15px;
}
.cplist ul li a:hover .cptp img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.cplist ul li a:hover .cpbt{
	color: #f79e0e;
}
.sycp_left a:hover .cptp img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.sycp_left a:hover .cpbt{
	color: #f79e0e;
}
/** sy_cp **/
/** sy_adv **/
.sy_adv{
	height: auto;
	padding:80px 0;
	background: url(../images/sy_adv.jpg) center center no-repeat fixed;
	background-size: cover;
}
.sy_adv .sy_bt01{
	color: #fff;
}
.sy_adv .sy_bt02{
	width: 60%;
}
.adv_box{
	height: auto;
	margin-top: 35px;
}
.adv_box ul{
	height: auto;
}
.adv_box ul li{
	height: auto;
}
.adv_zj{
	height: auto;
	padding:50px 50px;
	background: #fff;
	text-align: center;
	border-bottom: 5px solid #f79e0e;
}
.adv_tb{
	height: auto;
	line-height: 120px;
}
.adv_tb .iconfont{
	font-size: 120px;
	color: #f79e0e;
	vertical-align: middle;
}
.adv_tb .icon-shanxingtu{
	font-size: 130px;
}
.adv_bt{
	line-height: 30px;
	font-size: 28px;
	color: #111;
	margin-top: 15px;
}
.adv_bt1{
	line-height: 25px;
	font-size: 15px;
	color: #999;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
}
.adv_line{
	width: 50px;
	height: 2px;
	background: #f79e0e;
	margin-top: 15px;
}
.adv_wz{
	height: auto;
	margin-top: 15px;
	line-height: 28px;
	font-size: 16px;
	color: #777;
}
/** sy_adv **/
/** sy_case **/
.sy_case{
	height: auto;
	padding:80px 0;
}
.case_box{
	height: auto;
	margin-top: 35px;
	position: relative;
}
.case_box .swiper-container{
	padding-bottom: 50px;
}
.case_zj{
	width: 100%;
	height: auto;
}
.case_zj a{
	display: block;
	position: relative;
}
.case_tp{
	height: auto;
	position: relative;
    overflow: hidden;
}
.case_tp img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.case_bg{
	width: 85%;
	height: auto;
	position: absolute;
	bottom: -50px;
	left:0;
	background: #f5f5f5;
	padding:20px 30px;
}
.case_bt{
	line-height: 25px;
	font-size: 16px;
	color: #111;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.case_wz{
	height: auto;
	margin-top: 10px;
	line-height: 22px;
	font-size: 14px;
	margin-top: 5px;
	color: #999;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.case_more{
	line-height: 20px;
	font-size: 13px;
	color: #999;
	text-align: right;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	margin-top: 5px;
}
.case_box .swiper-button-prev, .case_box .swiper-container-rtl .swiper-button-next{
	left:-50px;
}
.case_box .swiper-button-next, .case_box .swiper-container-rtl .swiper-button-prev{
	right: -50px;
}
.case_zj a:hover .case_tp img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.case_zj a:hover .case_bg{
	background: #0900fb;
}
.case_zj a:hover .case_bt{
	color: #fff;
}
.case_zj a:hover .case_wz{
	color: #ccc;
}
.case_zj a:hover .case_more{
	color: #ccc;
}
/** sy_case **/
/** sy_news **/
.sy_news{
	height: auto;
	padding:80px 0;
	background: #f5f5f5;
}
.news_box{
	height: auto;
}
.news_zj{
	height: auto;
}
.news_left{
	height: auto;
}
.news_left .swiper-button-prev, .news_left .swiper-container-rtl .swiper-button-next{
	left:30px;
}
.news_left .swiper-button-next, .news_left .swiper-container-rtl .swiper-button-prev{
	right: 30px;
}
.news_div{
	width: 100%;
	height: auto;
}
.news_div a{
	display: block;
	height: 496px;
	background: #fff;
	position: relative;
}
.news_tp{
	height: 496px;
}
.news_bg{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left:0;
	background: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	padding:15px 30px;
}
.news_bt{
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.news_js{
	height: auto;
	margin-top: 2px;
	line-height: 25px;
	font-size: 15px;
	color: #ccc;
	white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.news_right{
	height: auto;
}
.news_list{
	height: auto;
}
.news_list ul{
	height: auto;
}
.news_list ul li{
	height: auto;
	margin-bottom: 20px;
}
.news_box .news_list ul li:last-of-type{
	margin-bottom: 0;
}
.news_list ul li a{
	display: block;
	padding:30px 15px;
	background: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.news_date{
	width: 120px;
	height: auto;
}
.news_date0{
	height: auto;
	background: #f79e0e;
	padding:5px;
	text-align: center;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.news_date01{
	line-height: 50px;
	font-size:48px;
	color: #fff;
}
.news_line{
	width: 50px;
	height: 1px;
	background: #eee;
	margin-top: 3px;
}
.news_date02{
	line-height: 25px;
	font-size: 14px;
	color: #eee;
	margin-top: 3px;
}
.news_nr{
	height: auto;
	width: calc(100% - 120px);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.news_tm{
	line-height: 30px;
	font-size: 18px;
	color: #111;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.news_wz{
	height: 50px;
	margin-top: 5px;
	line-height: 25px;
	font-size: 15px;
	color: #999;
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_list ul li a:hover{
	background: #f79e0e;
}
.news_list ul li a:hover .news_tm{
	color: #fff;
}
.news_list ul li a:hover .news_wz{
	color: #eee;
}
.news_list ul li a:hover .news_nr{
	border-left: solid 1px rgba(255,255,255,0.4);
	padding-left: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
/** sy_news **/
/** link **/
.link{
	height: auto;
	padding:30px 0;
}
.link_bt{
	height: auto;
	line-height: 30px;
	font-size: 20px;
	color: #111;
	position: relative;
}
.link_bt .iconfont{
	font-size: 24px;
	margin-right: 5px;
	color: #f79e0e;
}
.link_bt:before{
	content: "";
	width: calc(100% - 130px); 
	height: 1px;
	background: #eee;
	position: absolute;
	top:15px;
	right: 0;
}
.link_box{
	height: auto;
	margin-top: 15px;
}
.link_box ul{
	height: auto;
}
.link_box ul li{
	height: auto;
	float: left;
	margin-right: 18px;
}
.link_box ul li a{
	font-size: 14px;
	line-height: 25px;
	color: #999;
}
.link_box ul li a span{
	margin-right: 5px;
	color: #f79e0e;
}
.link_box ul li a:hover{
	color: #f79e0e;
}
/** link **/
/** footer **/
.footer{
	height: auto;
}
.footer01{
	height: auto;
	background: #28292d;
	padding:30px 0;
}
.footer_ml{
	height: auto;
	padding:0;
}
.footer_ml ul{
	height: auto;
}
.footer_ml ul li{
	height: auto;
}
.fot_bt a{
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}
.fot_bt a:hover{
	color: #f79e0e;
}
.fot_line{
	width: 30px;
	height: 1px;
	background: #444;
	margin-top: 10px;
	margin-left: 0;
}
.fot_xl{
	height: auto;
	margin-top: 15px;
}
.fot_xl p a{
	line-height: 28px;
	font-size: 14px;
	color: #999;
}
.fot_xl p a:hover{
	color: #f79e0e;
}
.fot_xl1{
	height: auto;
	padding:0;
}
.footer_li01{
	width: 20%;
}
.footer_li02{
	width: 40%;
}


.footer_lxfs{
	height: auto;
	padding:0 50px 0 0;
}
.fot_lxfs{
	height: auto;
	margin-top: 15px;
}
.fot_lxfs p{
	line-height: 28px;
	font-size: 14px;
	color: #999;
}


.footer_ewm{
	height: auto;
}
.fot_ewm{
	width: 70%;
	height: auto;
	margin-top: 15px;
	margin-left: 0;
}


.footer02{
	height: auto;
	background: #1a1a1a;
	padding:10px 0;
	line-height: 25px;
	font-size: 13px;
	color: #999;
}
.banquan{
	height: auto;
	padding-left: 0;
}
.jszc{
	height: auto;
	padding-right: 0;
	text-align: right;
}
.footer02 a{
	color: #999;
}
.footer02 a:hover{
	color: #f79e0e;
}

/** footer **/

/** ny_banner **/
.ny_banner{
	height: 500px;
	text-align: center;
}
.ny_banner01{
	background: url(../images/ny_banner01.jpg) center center no-repeat;
	background-size: cover;
}
.ny_banner02{
	background: url(../images/ny_banner02.jpg) center center no-repeat;
	background-size: cover;
}
.ny_banner02 .nyb_wz{
	color: #eee;
}
.ny_banner02 .nyb_wz01{
	color: #fff;
}
.ny_banner03{
	background: url(../images/ny_banner03.jpg) center center no-repeat;
	background-size: cover;
}
.ny_banner04{
	background: url(../images/ny_banner04.jpg) center center no-repeat;
	background-size: cover;
}
.ny_banner05{
	background: url(../images/ny_banner05.jpg) center center no-repeat;
	background-size: cover;
}
.ny_banner06{
	background: url(../images/ny_banner06.jpg) center center no-repeat;
	background-size: cover;
}
.nyb_wz{
	line-height: 30px;
	font-size: 24px;
	text-transform: uppercase;
	color: #bdbdbd;
}
.nyb_wz01{
	line-height: 60px;
	font-size: 48px;
	color: #111;
	margin-top: 5px;
}
.ny_search{
	padding:0;
}
.nyfl{
	height: auto;
}
.nyfl ul{
	height: auto;
	border-left: 1px solid #ddd;
}
.nyfl ul li{
	float: left;
	border-right: 1px solid #ddd;
}
.nyfl ul li a{
	display: block;
	font-size: 16px;
	color: #111;
	padding:0 50px;
	line-height: 60px;
}
.nyfl ul li a:hover{
	color: #fff;
    background: #f79e0e;
}
#nyfl_on a{
	color: #fff;
    background: #f79e0e;
}
.ny_search .sy_search02{
	margin-top: 12px;
} 
/** ny_banner **/
/** inner **/
.inner{
	height: auto;
	padding:80px 0;
}
.ny_bt{
	height: auto;
	text-align: center;
}
.ny_bt01{
	font-size: 30px;
    line-height: 40px;
    color: #333;
	text-align: center;
}
.ny_btxian{
	width: 50px;
	height: 2px;
	background: #f79e0e;
	margin-top: 15px;
}
.ny_ab{
	height: auto;
	margin-top: 35px;
	line-height: 30px;
    font-size: 15px;
    color: #111;
}
.ny_ab p{
	margin-bottom: 10px;
}
.ny_ab1{
	height: 450px;
	background: #f79e0e;
	color: #fff;
	padding:15px 60px;
	text-indent: 2em;
}
.ny_ab2{
	height: auto;
	padding:0;
}
.ny_abtp{
	height: 450px;
	background: url(../images/ny_abtp.jpg) center center no-repeat;
	background-size: cover;
}
.ny_ab3{
	height: auto;
	margin-top: 50px;
	text-indent: 2em;
}
/** inner **/
/** ny_honor **/
.ny_honor{
	height: auto;
	margin-top: 35px;
	margin-bottom: 10px;
}
.ny_honor ul{
	height: auto;
}
.ny_honor ul li{
	height: auto;
	margin-bottom: 30px;
}
.ny_honor ul li a{
	display: block;
}
.honor_tp{
	height: auto;
	border:1px solid #eee;
	padding:30px;
	text-align: center;
	position: relative;
    overflow: hidden;
}
.honor_tp img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.honor_bt{
	line-height:45px;
	text-align: center;
	padding:0 15px;
	font-size: 16px;
	color: #111;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	border:1px solid #eee;
	border-top: none;
}
.ny_honor ul li a:hover .honor_tp img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.ny_honor ul li a:hover .honor_bt{
	background: #f79e0e;
	color: #fff;
}

.page{
	height: auto;
}
.page ul{
	height: auto;
	text-align: center;
}
.page ul li{
	display: inline-block;
	margin:0 3px;
}
.page ul li a{
	background: #fff;
	font-size: 14px;
	padding:5px 15px;
	color: #333;
	border: 1px solid #eaeced;
}
.page ul li a:hover{
	background: #f79e0e;
	color: #fff;
}
#page_on a{
	background: #f79e0e;
	color: #fff;
}
/** ny_honor **/
/** ny_culture **/
.ny_culture{
	height: auto;
	margin-top: 35px;
}
.ny_culture ul{
	height: auto;
}
.ny_culture ul li{
	height: auto;
	text-align: center;
	position: relative;
}
.culture_tb{
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 150px;
	color: #fff;
	background: #f79e0e;
	border-radius: 100%;
}
.culture_tb .iconfont{
	font-size: 80px;
}
.culture_bt{
	line-height: 30px;
	font-size: 24px;
	color: #111;
	margin-top: 20px;
}
.culture_wz{
	width: 80%;
	height: auto;
	margin-top: 15px;
	line-height: 25px;
	font-size: 15px;
}
.culture_line{
	width: 1px;
	height: 70%;
	background: #eee;
	position: absolute;
	top:15%;
	right: 0;
}
/** ny_culture **/
/** case_list **/
.case_list{
	height: auto;
}
.case_list ul{
	height: auto;
}
.case_list ul li{
	height: auto;
	margin-bottom:100px;
}
/** case_list **/
/** nypro **/
.nypro{
	height: auto;
}
.nypro_fl{
	height: auto;
	padding-right: 30px;
}
.ny_top{
	height: auto;
	background: #f79e0e;
	padding:30px 30px;
}
.ny_top01{
	line-height: 35px;
	font-size: 30px;
	color: #fff;
}
.ny_top02{
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	text-transform: uppercase;
	margin-top: 2px;
}
.zuo_fl{
	height: auto;
	margin-top: 1px;
}
.zuo_fl ul{
	height: auto;
}
.zuo_fl ul li{
	height: auto;
}
.zuo_fl ul li a{
	display: block;
	line-height: 60px;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	color: #111;
}
.zuo_bt{
	height: auto;
}
.zuo_gd{
	height: auto;
	text-align: right;
}
.zuo_fl ul li a:hover{
	background: #f79e0e;
	color: #fff;
}
#zuofl_on a{
	background: #f79e0e;
	color: #fff;
}

.ny_fot{
	height: auto;
	margin-top:50px;
	border-top: 3px solid #f79e0e;
	padding: 30px 30px;
	border-bottom: 1px solid #ddd;
}
.ny_fot01{
	line-height: 35px;
    font-size: 30px;
    color: #111;
}
.ny_fot02{
	line-height: 25px;
    font-size: 14px;
    color: #999;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
    margin-top: 2px;
}
.zuo_lx{
	height: auto;
	line-height: 30px;
	font-size: 15px;
	color: #666;
	margin-top: 30px;
}
.zuo_lx p{
	margin-bottom: 10px;
}
.zuo_lx p span{
	color: #f79e0e;
	font-size: 24px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.zuo_lx p i{
	width: 20px;
	margin-right: 10px;
	color: #f79e0e;
	font-size: 20px;
	text-align: center;
}
.zuo_lx p i.fa-mobile{
	font-size: 24px;
}
.zuo_lx p i.fa-fax{
	font-size: 18px;
}
.zuo_lx p i.fa-envelope-o{
	font-size: 18px;
}

.nypro_cp{
	height: auto;
	padding-left: 50px;
}
.nypro_cp .cplist{
	margin-bottom: 40px;
}
/** nypro **/
.ny_news{
	height: auto;
	margin-top: 35px;
	margin-bottom: 20px;
}
.ny_news .news_list ul li a{
	border:1px solid #eee;
}

/** join **/
.join_top{
	height: auto;
	margin-top: 35px;
}
.join_nr{
	height: auto;
	float: right;
	padding-left: 50px;
	margin-top: 30px;
}
.join_bt{
	line-height: 35px;
	font-size: 24px;
	color: #111;
}
.join_wz{
	height: auto;
	margin-top: 15px;
	line-height: 30px;
	font-size: 15px;
	color: #333;
}


.join_tp{
	height: auto;
}
.join_img{
	height: 300px;
	background: url(../images/join_img.jpg) center center no-repeat;
	background-size: cover;
}

.join_xijie{
	height: auto;
	margin-top: 50px;
	padding:0 15px;
}
.join_zj{
	height: auto;
	border:1px solid #ddd;
	padding:80px 80px;
}
.join_xjnr{
	height: auto;
    margin-top: 15px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
}
.join_xjnr img{
	max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}
.join_xjnr p{
	margin-bottom: 10px;
}

.join_xieyi{
	height: auto;
	margin-top: 35px;
	padding:0 15px;
}
.join_hzxy{
	height: auto;
    border: 1px solid #ddd;
    padding: 80px 80px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
}
.join_hzxy img{
	max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}
.join_hzxy p{
	margin-bottom: 10px;
}
.xieyi_fot{
	height: auto;
	margin-top: 50px;
}
.xieyi_left{
	height: auto;
	padding-left: 0;
}
.xieyi_right{
	height: auto;
	padding-right: 0;
}
/** join **/
/** contact **/
.nylxfs{
	height: auto;
	margin-top: 35px;
}
.nylxfs ul{
	height: auto;
}
.nylxfs ul li{
	height: auto;
}
.nylx_fszj{
	height: auto;
	background: #f5f5f5;
	padding:50px 50px;
}
.lxfs_tb{
	height: auto;
	text-align: center;
	line-height: 70px;
}
.lxfs_tb .iconfont{
	font-size: 60px;
	vertical-align: middle;
	color: #f79e0e;
}
.lxfs_tb .iconfont.icon-rexian{
	font-size: 70px;
}
.lxfs_nr{
	height: 60px;
	margin-top: 20px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #111;
}
.lxfs_nr p span{
	color: #f79e0e;
    font-size: 24px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.ny_map{
	height: auto;
	margin-top: 35px;
	padding:0 15px;
}
.map_dtu{
	height: 600px;
	border:1px solid #ddd;
}
/** contact **/
/** service_box **/
.service_box{
	height: auto;
	margin-top: 35px;
	padding: 0 15px;
}
.service_zj{
	height: auto;
    border: 1px solid #ddd;
    padding: 80px 80px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    border-radius: 30px;
}
.service_zj img{
	max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}
.service_zj p{
	margin-bottom: 10px;
}
/** service_box **/
/** dot **/
.sy_search01 span.dqwz{
	margin-left: 6px;
	color: #999;
}
.rmgjc .fa-home{
	margin-right: 6px;
	font-size: 18px;
	color: #f79e0e;
}
.newsdot_xq{
    height: auto;
}
.newsdot_xq01{
    height: auto;
    padding-right: 30px;
}

.newsdot_bt{
    font-size: 30px;
    color: #333;
    padding-bottom: 15px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
}
.newsdot_bt1{
    font-size: 14px;
    color: #6b6b6b;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.newsdot_bt1 a{color: #6b6b6b;}
.newsdot_bt1 a:hover{
    color: #ce1125;
}
.newsdot_cot{
    height: auto;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    margin-top: 30px;
}
.newsdot_cot img{
    max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}
.newsdot_cot p{
	margin-bottom: 10px;
}

.share {
    vertical-align: middle;
    line-height: 32px;
    font-size: 16px;
    margin-top: 50px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
.bds_weixin {
    background: url(../images/wx.png) no-repeat center !important;
}
.bds_tsina {
    background: url(../images/sina.png) no-repeat center !important;
}
.bds_qzone {
    background: url(../images/qzone.png) no-repeat center !important;
}
.bds_sqq {
    background: url(../images/qq.png) no-repeat center !important;
}
.bdshare-button-style0-32 a {
    margin: 0 5px !important;
}
.fl {
    float: left;
}

.xddot_syxq{
    height: auto;
    margin-top: 30px;
}
.xddot_syxq01{
    height: auto;
    padding-left: 0;
}
.xddot_syxq01 p{
    line-height:30px;
    font-size: 14px;
    color: #949494;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    margin:0;
}
.xddot_syxq01 p a{
    color: #6b6b6b;
}
.xddot_syxq01 p a:hover{
    color: #f79e0e;
}
.xddot_syxq02{
    height: auto;
    padding-right: 0;
}
.fanhui_lb{
    width: 120px;
   float: right;
   margin-top: 12px;
}
.fanhui_lb a{
    display: block;
     line-height: 36px;
    font-size: 16px;
    color: #fff;
    background: #f79e0e;
    text-align: center;
    border-radius: 18px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.fanhui_lb a:hover{
    background: #ff0000;
}


.newsdot_xq02{
    height: auto;
    padding-left: 30px;
}
.rmdt_con{
    height: auto;
    margin-bottom: 35px;
}
.rmdt_bt{
    line-height: 50px;
    color: #1d1d1d;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}

.rmdt_con ul{
    height: auto;
    margin-top: 20px;
}
.rmdt_con ul li{
    height: auto;
    margin-bottom: 20px;
}
.rmdt_tm{
    height: auto;
}
.rmdt_tm a{
    font-size: 16px;
    color: #666;
    display: block;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rmdt_tm a:hover{
    color: #f79e0e;
}
.rmdt_tm1{
    line-height: 25px;
    font-size: 13px;
    color: #999;
}

.rmdt_con1 ul li{
    margin-bottom: 10px;
}
.rmdt_con1 .rmdt_tm a{
    font-size: 14px;
    line-height: 25px;
}
/** dot **/
/** map_box **/
.map_box{
	height: auto;
}
.map_box ul{
	height: auto;
}
.map_box ul li{
	height: auto;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.map_dhbt{
	height: auto;
}
.map_dhbt a{
	line-height: 30px;
	font-size: 16px;
	color: #111;
}
.map_dhbt a i{
	margin-right: 10px;
}
.map_dhbt a:hover{
	color: #f79e0e;
}
.map_dhfl{
	height: auto;
}
.map_dhfl a{
	margin-right: 30px;
	float: left;
	line-height: 30px;
	font-size: 15px;
	color: #333;
}
.map_dhfl a i{
	margin-right: 8px;
}
.map_dhfl a:hover{
	color: #f79e0e;
}
/** map_box **/

/* 大屏幕 */
@media (min-width: 1600px) {
	.container{
		width: 1600px;
	}
}
@media (min-width: 1200px) and (max-width: 1599px) {
	.container{
		width: 1200px;
	}
	.syab_gd ul li a{
		padding:0 30px;
	}
	.syab_line{
		display: none;
	}
	.syab_dh{
		margin-left: 0;
	}
}
@media (min-width: 769px) and (max-width: 1199px) {
	.container{
		width: 98%;
	}
	.logo img{
		height: 50px;
	}
	.menu_bt a{
		font-size: 13px;
		padding: 0 15px;
		line-height: 50px;
	}
	.menu_xl p a{
		font-size: 12px;
	}
	.menu_xl{
		width: 120px;
		margin-left: -60px;
		top:50px;
	}
	.syab_gd ul li{
	width: 32%;
	margin-right: 1%;
	}
	.syab_gd ul li:last-of-type{
		margin-right: 0;
	}
	.syab_gd ul li a{
		    line-height: 40px;
	    padding: 0 5px;
	    font-size: 14px;
	    text-align: center;
	}
	.syab_gd ul li a .iconfont{
		margin-right: 5px;
	    font-size: 20px;
	}
	.syab_gd ul li a .iconfont.icon-gongsi {
	    font-size: 17px;
	}
	.syab_line{
		display: none;
	}
	.syab_dh{
		margin-left: 0;
	}
	.syab_hm{
		line-height: 50px;
    font-size: 40px;
	}
	.syab_dh .icon-dianhua{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 30px;
	}
	.syab_qt{
		margin-top: 20px;
	}
	.sypro_bt{
		line-height: 30px;
    	font-size: 18px;
    	margin-top: 10px;
	}
	.sypro_line{
		margin-top: 10px;
	}
	.sypro_wz{
		font-size: 13px;
	}
	.sypro_tb .iconfont{
		font-size: 60px;
		line-height: 60px;
	}
	.sypro_tb .iconfont.icon-daping {
	    font-size: 55px;
	}
	.sypro_tb .iconfont.icon-jiemaqi {
	    font-size: 75px;
	}
	.sypro_nr{
		margin-top: -101px;
	}
	.sycp_box .tabbtn li {
	    margin: 0 10px;
	}
	.sycp_box .tabbtn li a{
		font-size: 16px;
	}
	.cpbt{
		font-size: 14px;
	}
	.sycp_left .cpbt{
		font-size: 16px;
	}
	.sy_adv .sy_bt02{
		width: 100%;
	}
	.adv_zj{
		padding: 30px 30px;
		border-bottom: 3px solid #f79e0e;
	}
	.adv_tb .iconfont{
		font-size: 80px;
	}
	.adv_tb{
		line-height: 80px;
	}
	.adv_bt{
		line-height: 25px;
    	font-size: 20px;
    	margin-top: 10px;
	}
	.adv_bt1{
		line-height: 20px;
    	font-size: 14px;
	}
	.adv_line{
		margin-top: 10px;
	}
	.adv_wz{
		line-height: 25px;
    	font-size: 14px;
	}
	.footer02{
		line-height: 22px;
    	font-size: 12px;
	}
	.banquan{
		padding:0;
	}
	.jszc{
		padding:0;
	}
	.footer_li01{
		display: none;
	}
	.footer_li02{
		width: 100%;
	}
	.footer_ml{
		width: 40%;
	}
	.footer_lxfs{
		width: 40%;
	}
	.footer_ewm{
		width: 20%;
	}
	.fot_xl p a{
		font-size: 13px;
	}
	.fot_lxfs p{
    	font-size: 13px;
	}
	.fot_ewm{
		width: 100%;
	}
	.ny_fot{
		display: none;
	}
	.zuo_lx{
		display: none;
	}
	.nypro_fl{
		padding-right: 15px;
	}
	.ny_top{
		padding: 15px 15px;
	}
	.ny_top01{
		font-size: 24px;
	}
	.zuo_gd{
		padding-left: 0;
		padding-right: 8px;
	}
	.zuo_fl ul li a{
		line-height: 50px;
    font-size: 14px;
	}
	.newsdot_xq02{
		display: none;
	}
	.newsdot_xq01{
		padding-right: 15px;
		width: 100%;
	}
	.newsdot_bt{
		font-size: 24px;
	}
}


/** 移动端 **/
.phone{ display:none;}
.phoneshow{ display:none;}
.phonebanner{ display:none;}

@media (max-width: 768px){
header{
	display:none;
	}
.phone{ display:block; z-index:99999; position:relative;}
.navbar-nav { width:100%; margin-left:0px; text-transform:uppercase;}
.navbar-nav li{ text-align:center; border-bottom:1px dotted #e5e5e5;}
.navbar-nav li a{ color:#111;font-size: 14px;}
.navbar-nav li a:hover{ color:#f79e0e;}
.headerbg{ position:fixed; top:0px; left:0px; width:100%; z-index:999; background:#fff;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}
.logo_boxlist{ float:left;}
.headerwarp{ display:none;}
.navbar-toggle {margin-right: 0;}
.navbar-toggle .icon-bar {background-color:#f79e0e;}
.navbar-collapse{ border-top:1px solid #e5e5e5;}
.indexprotopbt{ text-align:center; margin:0 auto; width:100%}
.indexprotop .col-lg-2{ text-align:center;}
.indexpromore{ float:none;}
.indexpromore a{ margin:0 auto;}
.indexprowarpitem{ margin-top:20px;}
.indexaboutwarp{ border-bottom:1px dotted #ccc; padding-bottom:20px; border-right:none; padding-top:20px;}
.indexnewswarp{ margin-top:20px;}
.indexcontimg{ margin-top:20%;}
.indexprotopbt{ width:140px; margin:0 auto;}
.indexprotitle{ margin-top:20px;}
.rslides_tabs{ bottom:390px;}
.logo_boxlist{ margin-left:0;}
.logo_boxlist img{
	height: 50px;
}
.indexcontwz p{ width:90%;}
.indexnewsright{ margin-top:20px;}
.indexprotextit{ margin-left:20px;}
.phoneshow{ display:block;}
.pcshow{ display:none;}
.phonebanner{ display:block;}

#phone_current a{
	color:#f79e0e;
	}
	

.ban{
	margin-top: 50px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left:20px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 20px !important;
}	
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 30px !important;
}

.sy_search01{
	display: none;
}
.sy_search{
	padding:10px 0;
}

.sy_ab{
	padding:30px 0;
}
.sy_ab1{
	width: 100%;
	padding-right: 15px;
    padding-left: 45px;
    margin-top:15px;
}
.syab_tp{
	height: 250px;
	margin-top: 35px;
}
.syab_img{
	top:-30px;
	left:-30px;
}


.sy_ab2{
	width: 100%;
}
.syab_bt{
	line-height: 30px;
    font-size: 24px;
}
.syab_bt span{
	font-size: 16px;
}
.syab_bt1{
	line-height: 25px;
    font-size: 18px;
    margin-top: 5px;
}
.syab_wz{
	height: 175px;
	margin-top: 10px;
    line-height: 25px;
    font-size: 13px;
    overflow: hidden;
}
.syab_wz p:nth-child(1){
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:7;
}
.syab_gd{
	margin-top: 15px;
}
.syab_gd ul li{
	width: 32%;
	margin-right: 1%;
}
.syab_gd ul li:last-of-type{
	margin-right: 0;
}
.syab_gd ul li a{
	    line-height: 30px;
    padding: 0 5px;
    font-size: 13px;
    text-align: center;
}
.syab_gd ul li a .iconfont{
	margin-right: 5px;
    font-size: 16px;
}
.syab_gd ul li a .iconfont.icon-gongsi {
    font-size: 14px;
}
.syab_qt{
	margin-top: 15px;
}
.syab_line{
	display: none;
}
.syab_dh{
	margin-left: 0;
}
.syab_dh a{
	display: block;
}
.syab_hm{
	font-size: 30px;
	margin-left: 10px;
	line-height: 50px;
}
.syab_dh .icon-dianhua{
	width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
}
.syab_more{
	width: 60px;
    height: 60px;
    right: -30px;
    margin-top: -30px;
}
.syab_more a{
	height: 60px;
}
.syab_more p {
    padding-top: 18px;
    font-size: 13px;
    line-height: 16px;
}


.sy_pro{
	padding:30px 0 0 0;
}
.sy_bt01{
	font-size: 24px;
    line-height: 30px;
}
.sy_bt01 span{
	font-size: 16px;
}
.sy_bt02{
	line-height: 22px;
    font-size: 13px;
    margin-top: 5px;
    padding: 0 15px;
}
.sypro_box{
	margin-top: 20px;
}

.sypro_bt{
	line-height: 30px;
    font-size: 20px;
    margin-top: 10px;
}
.sypro_line{
	height: 1px;
	margin-top: 10px;
}
.sypro_wz{
	font-size: 13px;
}
.sypro_tb .iconfont{
	font-size: 60px;
    line-height: 60px;
}
.sypro_tb .iconfont.icon-daping {
    font-size: 50px;
}
.sypro_tb .iconfont.icon-jiemaqi {
    font-size: 80px;
}

.sy_cp{
	padding:30px 0;
}
.sycp_box{
	margin-top: 10px;
}
.sycp_box .tabbtn li a{
	line-height: 35px;
    font-size: 14px;
}
.sycp_box .tabbtn li a .iconfont{
	font-size: 14px;
    margin-right: 5px;
}
.sycp_box .tabbtn li {
    margin: 0 10px;
}
.sycp_box .tabcon {
    margin-top: 10px;
    padding:0 10px;
}
.sycp_left{
	border-right: 1px solid #ddd;
	border-bottom: none;
}
.cplist ul li a{
	padding: 10px 10px;
}
.cpbt{
	line-height: 22px;
    font-size: 14px;
    margin-top: 5px;
}
.sycp_left a{
	padding: 20px 10px;
}
.sycp_left .cpbt {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}

.sy_adv{
	padding:30px 0;
	background: url(../images/sy_adv1.jpg) center center no-repeat;
    background-size: cover;
}
.sy_adv .sy_bt02{
	width: 100%;
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.adv_box{
	margin-top: 15px;
	padding:0 15px;
}
.adv_zj{
	width: 100%;
	padding:30px 30px;
	border-bottom: 3px solid #f79e0e;
}
.adv_tb{
	line-height: 80px;
}
.adv_tb .iconfont{
	font-size: 80px;
}
.adv_bt{
	line-height: 25px;
    font-size: 20px;
}
.adv_bt1{
	line-height: 20px;
    font-size: 13px;
    margin-top: 5px;
}
.adv_line{
	height: 1px;
	margin-top: 10px;
}
.adv_wz{
	margin-top: 10px;
    line-height: 25px;
    font-size: 13px;
}

.sy_case{
	padding:30px 0;
}
.case_box{
	padding:0 15px;
	margin-top: 15px;
}
.case_bt{
	line-height: 22px;
    font-size: 15px;
}
.case_wz{
	font-size: 12px;
    margin-top: 5px;
}
.case_bg{
	padding: 15px 20px;
	bottom: -40px;
}
.sy_news{
	padding:30px 0;
}
.sy_news .sycp_box .tabcon {
    margin-top: 15px;
}
.news_tp {
    height: 220px;
}
.news_div a{
	height: 220px;
}
.news_bg{
	padding: 10px 15px;
}
.news_bt{
	line-height: 25px;
    font-size: 15px;
}
.news_js{
	line-height: 22px;
    font-size: 14px;
}
.news_left{
	padding:0;
}
.news_right{
	margin-top: 15px;
	padding:0;
}
.news_list ul li a{
	padding: 20px 10px;
}
.news_date{
	width: 100px;
	padding-left: 10px;
}
.news_date01{
	line-height: 40px;
    font-size: 36px;
}
.news_line{
	width: 40px;
    height: 1px;
    margin-top: 2px;
}
.news_date02{
	line-height: 20px;
    font-size: 13px;
}
.news_nr{
	width: calc(100% - 100px);
	padding: 0 10px 0 0;
}
.news_tm{
	line-height: 25px;
    font-size: 15px;
}
.news_wz{
	height: 44px;
    margin-top: 5px;
    line-height: 22px;
    font-size: 13px;
}
.news_list ul li{
	margin-bottom: 10px;
}
.footer01{
	padding:15px 0;
}
.footer_lxfs{
	padding:0 15px;
}
.fot_bt a{
	line-height: 25px;
    font-size: 15px;
}
.fot_line{
	margin-top: 5px;
}
.fot_lxfs{
	margin-top: 10px;
}
.fot_lxfs p{
	line-height: 25px;
    font-size: 12px;
}
.fot_lxfs p a{
	color: #999;
	display: block;
}
.fot_lxfs p a:hover{
	color: #f79e0e;
}
.footer_ewm{
	margin-top: 15px;
}
.fot_ewm{
	width: 50%;
}
.banquan{
	padding:0 15px;
}
.jszc{
	padding:0 15px;
	text-align: left;
}
.footer02{
	line-height: 22px;
    font-size: 12px;
}

.sjd_zxkf{
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left:0;
	background: #fff;
	border-top:1px solid #e0e0e0;
	padding:5px 0;
	z-index: 999;
}
.sjd_zxkf ul{
	height: auto;
}
.sjd_zxkf ul li{
	height: auto;
	padding:0;
}
.sjd_zxkf ul li a{
	display: block;
	text-align: center;
	position: relative;
}
.zxkf_line{
	width: 1px;
	height: 20px;
	background: #e0e0e0;
	position: absolute;
	top:50%;
	margin-top: -10px;
	right: 0;
}
.zxkf_tb{
	height: auto;
	line-height: 25px;
	font-size: 20px;
	color: #f79e0e;
}
.zxkf_tb .fa-mobile{
	font-size: 22px;
}
.zxkf_tb .fa-qq{
	font-size: 18px;
}
.zxkf_bt{
	line-height: 20px;
	font-size: 13px;
}
.sjd_zxkf ul li a:hover{
	color: #f79e0e;
}

/** wxbg **/
.wxbg{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 999999;
	background: rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
	display: none;
}
.wxbg1{
	width: 300px;
    height: 300px;
	background: #fff;
	position:absolute;
	border: 1px solid #999;
	top:50%;
	left:50%;
    margin-top: -150px;
    margin-left: -150px;
	text-align: center;
	z-index: 9999;
}
.wx_ewm{
	width: 200px;
	height: auto;
	margin-top: 28px;
}
.wx_bt{
	font-size: 14px;
    line-height: 25px;
    padding: 0 15px;
}
.wx_close{
	width: 25px;
	height: auto;
	position:absolute;
	top:15px;
	right: 15px;
	cursor: pointer;
}
/** wxbg **/
.warp {
    padding-bottom: 56px;
}
.ny_banner{
	margin-top: 50px;
	height: 150px;
}
.nyb_wz{
	line-height: 25px;
    font-size: 16px;
}
.nyb_wz01{
	line-height: 35px;
    font-size: 30px;
}
.nyfl{
	padding:0;
}
.nyfl ul li a{
	font-size: 14px;
	line-height: 40px;
	padding: 0 18px;
}
.ny_search{
	padding: 0;
}
.ny_search .sy_search02{
	display: none;
}
.inner{
	padding:30px 0;
}
.ny_bt{
	padding:0 15px;
}
.ny_bt01{
	font-size: 20px;
    line-height: 30px;
}
.ny_btxian{
	width: 40px;
    height: 1px;
    margin-top: 10px;
}
.ny_ab{
	margin-top: 15px;
	padding:0 15px;
	line-height: 25px;
    font-size: 13px;
}
.ny_ab1{
	height: auto;
	padding: 15px 15px;
}
.ny_ab2{
	margin-top: 15px;
}
.ny_abtp{
	height: 190px;
}
.ny_ab3{
	margin-top: 20px;
}

.ny_honor{
	margin-top:20px;
	margin-bottom: 5px;
}
.ny_honor ul{
	padding:0 8px;
}
.ny_honor ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.honor_tp{
	padding:10px;
}
.honor_bt{
	line-height: 35px;
	padding: 0 10px;
    font-size: 13px;
}

.page{
	padding:0 15px;
}
.page ul li{
	margin:0 2px 5px;
}
.page ul li a{
	font-size: 12px;
    padding: 4px 10px;
}

.ny_culture{
	margin-top: 15px;
}
.culture_tb{
	width: 120px;
    height: 120px;
    line-height: 120px;
}
.culture_tb .iconfont {
    font-size: 60px;
}
.culture_bt{
	line-height: 25px;
	font-size: 18px;
	margin-top: 15px;
}
.culture_wz{
	width: 100%;
	margin-top: 10px;
    line-height: 22px;
    font-size: 13px;
}
.ny_culture ul li{
	margin-bottom: 15px;
}
.ny_culture ul li:nth-child(even) .culture_line{
	display: none;
}
.nypro_fl{
	padding-right: 15px;
}
.ny_top{
	display: none;
}
.zuo_fl ul li{
	width: 49%;
	float: left;
	margin-right: 2%;
}
.zuo_fl ul li:nth-child(even){
	margin-right: 0;
}
.zuo_fl ul li a{
	line-height: 40px;
    font-size: 14px;
}
.zuo_bt{
	padding:0 0 0 10px;
}
.zuo_gd{
	padding:0 10px 0 0;
}
.nypro_cp{
	padding-left: 15px;
	margin-top: 20px;
}
.nypro_cp .cplist {
    margin-bottom: 20px;
}
.nypro_cp1{
	margin-top: 0;
}
.newsdot_bt{
	font-size: 18px;
	padding-bottom: 5px;
}
.newsdot_bt1{
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 10px;
}
.newsdot_cot{
	line-height: 25px;
    font-size: 14px;
    margin-top: 20px;
}
.share{
	line-height: 32px;
    font-size: 14px;
    margin-top: 30px;
    padding-top: 20px;
}
.xddot_syxq{
	margin-top: 15px;
}
.xddot_syxq01{
	padding:0;
}
.xddot_syxq01 p{
	line-height: 25px;
    font-size: 13px;
}
.fanhui_lb{
	float: left;
}
.fanhui_lb a{
	line-height: 32px;
    font-size: 14px;
}
.case_list ul{
	padding:0 8px;
}
.case_list ul li{
	padding:0 7px;
	margin-bottom: 60px;
}
.case_more{
	font-size: 12px;
}
.inner .case_wz{
	display: none;
}
.inner .case_bg{
	padding: 10px 15px;
}
.ny_news{
	margin-top: 20px;
	margin-bottom: 10px;
}
.newsdot_xq02{
	padding-left: 15px;
	margin-top: 20px;
}
.rmdt_bt{
	line-height: 35px;
	font-size: 16px;
}
.rmdt_con ul{
	margin-top: 15px;
}
.rmdt_tm a{
	font-size: 14px;
	line-height: 25px;
}
.rmdt_tm1{
	line-height: 20px;
    font-size: 12px;
}
.rmdt_con ul li{
	margin-bottom: 10px;
}
.rmdt_con{
	margin-bottom: 20px;
}
.rmdt_con1 .rmdt_tm a{
	font-size: 13px;
}
.rmdt_con1{
	margin-bottom: 0;
}
.join_top{
	margin-top: 15px;
}
.join_nr{
	margin-top: 0;
	padding:0 15px;
}
.join_bt{
	line-height: 30px;
    font-size: 17px;
}
.join_wz{
	    margin-top: 10px;
    line-height: 25px;
    font-size: 13px;
}
.join_tp{
	margin-top: 15px;
}
.join_img{
	height: 135px;
}
.join_xijie{
	margin-top: 20px;
}
.join_zj{
	padding: 15px 20px;
}
.join_xjnr{
	margin-top: 10px;
    line-height: 25px;
    font-size: 13px;
}
.join_xieyi{
	margin-top: 15px;
}
.join_hzxy{
	padding: 15px 20px;
	line-height: 25px;
    font-size: 13px;
}
.xieyi_fot{
	margin-top: 30px;
}
.xieyi_left{
	padding:0;
}
.xieyi_right{
	padding:0;
}
.nylxfs{
	margin-top: 15px;
}
.nylxfs ul li{
	margin-bottom: 15px;
}
.nylx_fszj{
	padding: 30px 15px;
}
.lxfs_tb .iconfont{
	font-size: 50px;
}
.lxfs_tb .iconfont.icon-rexian {
    font-size: 60px;
}
.lxfs_tb{
	line-height: 60px;
}
.lxfs_nr{
	height: auto;
    margin-top: 15px;
    font-size: 14px;
}
.lxfs_nr p span{
	font-size: 22px;
}
.lxfs_nr p a{
	display: block;
}
.ny_map{
	margin-top: 15px;
}
.map_dtu{
	height: 230px;
}
.service_box{
	margin-top: 15px;
}
.service_zj{
	padding: 15px 20px;
    line-height: 25px;
    font-size: 13px;
}
.map_box ul li{
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.map_dhbt a{
	line-height: 25px;
    font-size: 15px;
}
.map_dhbt a i {
    margin-right: 8px;
}
.map_dhfl a{
	line-height: 25px;
    font-size: 14px;
}

.newsdot_cot table{
	width: 100% !important;
}
.newsdot_cot table tr td{
	width: auto !important;
	height: auto !important;
}


}
/** 移动端 **/
/** index **/


