@charset "utf-8";
/* CSS Document */
/* 创络科技 http://www.chuangluo.com */

/*初始样式、共同样式*/
*html {background-image:url("about:blank"); background-attachment:fixed;}
ul,ol {list-style:none;}
a{text-decoration: none;color: #000;}
img {border:0px;}
input,textarea{font-family: Arial,'微软雅黑';font-size: 16px;resize: none;outline: none;}
h1, h2, h3, h4, h5, h6 {font-size:120%;}
body{ word-wrap:break-word; margin:0px; padding:0px;font-family: Arial,'微软雅黑';overflow-x: hidden;}
.imgmid {display:inline-block; *display:inline; *zoom:1; height:100%; width:1px; margin-left:-1px; vertical-align:middle;}
.cle {clear:both; width:0; height:0; display:block; overflow:hidden; font-size:0px;}
.c_box{width: 100%;height: 100%;*height: auto;display: table;*position: absolute;*top: 50%;*left: 50%;}
.c_m{width: 100%;height: 100%;*height: auto;display: table-cell;vertical-align: middle;*position: relative;*top: -50%;*left: -50%;}


/*头部*/
.i_header_box{width: 100%;height: auto;overflow: hidden;}

/*顶部*/
.i_top_box{width: 100%;height: 30px;background: #f0f0f0;line-height: 30px;overflow: hidden;}
.i_top_m{width: 1200px;height: 30px;margin: 0 auto;font-size: 12px;color: #666;overflow: hidden;}
.i_top_txt{width: auto;height: 30px;float: left;overflow: hidden;}
.i_top_more{width: auto;height: 30px;float: right;font-size: 12px;overflow: hidden;}
.i_top_more span{font-size: 18px;color: #0280cd;}

/*LOGO块*/
.i_logo_box{width: 100%;height: 116px;background: #fff;overflow: hidden;}
.i_logo_m{width: 1200px;height: 116px;margin: 0 auto;overflow: hidden;}
/*手机LOGO块*/
.m_logo_box{display: none;}

/*logo*/
.logo{width: 488px;height: 116px;float: left;overflow: hidden;}
.logo img{vertical-align:middle; max-width: 100%; zoom:expression( function(elm) { if (elm.width>100%) { var oldVW = elm.width; elm.width=100%; elm.height = elm.height*(100% /oldVW); } elm.style.zoom = '1'; }(this));}

/*导航*/
.nav{display: inline-block;*display: inline;*zoom: 1;width: auto;height: 40px;float: right;margin: 38px 0;overflow: hidden;}
.nav ul{margin: 0;padding: 0;overflow: hidden;}
.nav ul li{float: left;width: auto;height: 40px;font-size: 16px;line-height: 40px;border-radius: 5px;margin-left: 5px;overflow: hidden;}
.nav ul li a{display: block;padding: 0 25px;color: #666;}
.nav ul li a.active{background: #0280cd;color: #fff;}
.nav ul li a:hover{background: #0280cd;color: #fff;}

/*导航菜单*/
.nav_list{width: 50%;height: 100%;position: fixed;top: 0;left: -100%;z-index: 999;background: rgba(255,255,255,0.8);transition: left 0.5s;overflow: hidden;}
.nav_list ul{margin: 0;padding: 0;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;}
.nav_list ul li{width: 100%;height: 70px;line-height: 70px;font-size: 18px;overflow: hidden;}
.nav_list ul li a{display: block;width: 80%;height: 70px;padding: 0 8% 0 12%;color: #666;}
.nav_list ul li a.active{background: #0280cd;}
.nav_list ul li a.active{color: #fff;}
.nav_list ul li.close{width: 80%;padding: 0 8% 0 12%;height: 120px;line-height: 0;}
.nav_list ul li.close img{vertical-align: middle}

.p_list{width: 50%;height: 100%;position: fixed;top: 0;left: -100%;z-index: 999;background: rgba(255,255,255,0.8);transition: left 0.5s;overflow: hidden;}
.p_list ul{margin: 0;padding: 0;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;}
.p_list ul li{width: 100%;height: 70px;line-height: 70px;font-size: 18px;overflow: hidden;}
.p_list ul li a{display: block;width: 80%;height: 70px;padding: 0 8% 0 12%;color: #666;}
.p_list ul li a.active{background: #0280cd;}
.p_list ul li a.active{color: #fff;}
.p_list ul li.close{width: 80%;padding: 0 8% 0 12%;height: 120px;line-height: 0;}
.p_list ul li.close img{vertical-align: middle}

.nav_bg{width: 100%;height: 100%;background: #000;opacity: 0.5;position: fixed;top: 0;left: 0;z-index: 998;display: none;overflow: hidden;}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.i_top_m{width: 90%;}
	.i_logo_m{width: 90%;}
	.logo{width: 40%;}
}
@media screen and (max-width: 991px) {
	.i_top_box{display: none;}
	.i_logo_box{display: none;}
	.m_logo_box{display: block;width: 90%;height: 80px;padding: 0 5%;background: #0280cd;position: relative;overflow: hidden;}
	.m_logo{width: 65%;height: 80px;float: left;overflow: hidden;}
	.m_logo img{vertical-align: middle;max-width: 100%;}
	.m_return{width: 50px;height: 80px;float: left;overflow: hidden;}
	.m_return img{vertical-align: middle;}
	.m_title{width: 50%;height: 100%;position: absolute;top: 0;left: 50%;margin: 0 0 0 -25%;text-align: center;line-height: 80px;font-size: 24px;color: #fff;overflow: hidden;}
	.m_title span{display: inline-block;*display: inline;*zoom: 1;width: auto;height: 100%;vertical-align: top;}
	.m_title i{display: inline-block;*display: inline;*zoom: 1;width: 20px;height: 100%;background: url(../images/nav_h.png) no-repeat right;vertical-align: top;}
	.nav_show{width: 8%;height: 80px;float: right;text-align: right;overflow: hidden;}
	.nav_show img{vertical-align: middle;max-width: 100%;}
}
@media screen and (max-width: 768px) {
	.m_logo_box,.m_logo,.m_return,.nav_show{height: 60px;}
	.m_return img{max-height: 40%}
	.m_title span{line-height: 60px;}
	.nav_list{display: block;}
	.nav_bg{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.5);z-index: 10;display: none;}
}

/*banner*/
.box_skitter {width: 1920px;height: 500px;position: relative;left: 50%;margin-left: -960px;overflow: hidden;}
.box_skitter ul{margin: 0;padding: 0;width: 100%;height: 500px;position: relative;display: none;overflow: hidden;}
.box_skitter ul li{width: 1920px;height: 500px;position: absolute;left: 50%;top: 0;margin-left: -960px;overflow: hidden;}
.box_skitter ul li img{width: 1920px;height: 500px;}
.box_skitter .container_skitter {width: 1920px;height: 500px;overflow: hidden;}
.box_skitter .image {overflow: hidden;}
.box_skitter .image img {display: none;}
.box_skitter .box_clone {position: absolute;top: 0;left: 0;width: 100px;overflow: hidden;display: none;z-index: 20;}
.box_skitter .box_clone img {position: absolute;top: 0;left: 0;z-index: 20;}
/*禁止左右点击按钮*/
.prev_button,.next_button{display: block;width: 0;height: 0;position: absolute;top: 0;left: 0;z-index: -999;overflow: hidden;}
/*banner切换圆点*/
.box_skitter .info_slide_dots {position: absolute;bottom: 15px;z-index: 151;-moz-border-radius: 50px;-webkit-border-radius: 50px;border-radius: 50px;}
.box_skitter .info_slide_dots .image_number {background: #fff;opacity: 0.5;filter: alpha(opacity=50);float: left;margin: 0 5px 0 0;cursor: pointer;-moz-border-radius: 50px;-webkit-border-radius: 50px;border-radius: 50px;width: 18px;height: 18px;text-indent: -9999em;overflow: hidden;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;transition: all 0.2s;}
.box_skitter .info_slide_dots .image_number:hover {opacity: 1;filter: alpha(opacity=100);}
.box_skitter .info_slide_dots .image_number_select, .box_skitter .info_slide_dots .image_number_select:hover {opacity: 1;filter: alpha(opacity=100);}

/*手机版banner*/
.banner_c{width: 100%;height: auto;position:relative;z-index:1;display: none;font-size: 0;overflow: hidden;}
.banner_c ul{margin: 0;padding: 0;list-style: none;position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.banner_c ul li{text-align: center;background: #fff;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;-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}
.banner_c ul li img{max-width:100%;zoom:expression( function(elm) { if (elm.width>100%) { var oldVW = elm.width; elm.width=100%; elm.height = elm.height*(100% /oldVW); } elm.style.zoom = '1'; }(this));}
.ico_c{position:absolute;bottom:10px;left:0;width:100%;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.ico_c.swiper-pagination-hidden{opacity:0}
.ico_c span{margin:0 3px;display:block;width:10px;height:10px;display:inline-block;border-radius:100%;background:#fff;}
.ico_c span{cursor:pointer}
.swiper-pagination-white span{background:#fff}
.ico_c .swiper-pagination-bullet-active{opacity:1;background:#3b8ced;}

@media screen and (max-width: 991px) {
	.box_skitter{display: none;}
	.banner_c{display: block;}
}


/*热门标签*/
.i_hot_box{width: 100%;height: 50px;background: #f5f5f5;overflow: hidden;}
.i_hot_m{width: 1200px;height: 40px;margin: 5px auto;overflow: hidden;}
.i_hot_text{width: 500px;height: 40px;line-height: 40px;float: left;overflow: hidden;}
.i_hot_title{display: inline-block;*display: inline-block;*zoom: 1;float: left;width: auto;height: 40px;padding: 0 0 0 30px;background: url(../images/ico_hot.png) no-repeat left;font-size: 14px;color: #666;}
.i_hot_more{width: auto;height: 40px;float: left;float: left;line-height: 40px;font-size: 0;overflow: hidden;}
.i_hot_more a{font-size: 14px;color: #666;margin: 0 10px;}
.i_hot_more a:hover{color: #0280cd;}
.i_hot_form{width: auto;height: 40px;float: right;overflow: hidden;}
.i_hot_form input{width: auto;height: 40px;border: 0;padding: 0;margin: 0;font-size: 14px;float: left;}
.i_hot_form input.h_txt{width: 200px;height: 40px;padding: 0 10px;border-radius: 5px 0 0 5px;background: #fff;overflow: hidden;}
.i_hot_form input.h_sub{width: 50px;height: 40px;background: #0280cd url(../images/ico_sousuo.png) no-repeat center;border-radius: 0 5px 5px 0;}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.i_hot_m{width: 90%;}
}
@media screen and (max-width: 991px) {
	.i_hot_box{display: none;}
}

/*我们的优势*/
.i_adv_box{width: 100%;height: auto;background: #f2f2f2 url(../images/adv_bg.jpg) no-repeat bottom;overflow: hidden;}
.i_adv_m{width: 1200px;height: auto;margin: 50px auto;overflow: hidden;}
.i_title{width: 100%;height: 80px;line-height: 40px;text-align: center;font-size: 14px;color: #666;overflow: hidden;}
.i_title h6{margin: 0;padding: 0;font-weight: normal;font-size: 30px;color: #0280cd;}
.i_adv_c{width: 100%;height: auto;margin: 50px 0 0;overflow: hidden;}
.i_adv_c ul{margin: 0;padding: 0;}
.i_adv_c ul li{width: 222px;height: auto;float: left;position: relative;margin: 0 22.5px 0 0;overflow: hidden;cursor: default;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;}
.i_adv_c ul li.last-child{margin: 0;}
.i_adv_img{width: 200px;height: 200px;border: 1px solid #fff;background: #fff;text-align: center;margin: 9px auto;position: relative;z-index: 10;border-radius: 50%;overflow: hidden;-webkit-transition: border 0.3s;-moz-transition: border 0.3s;-ms-transition: border 0.3s;-o-transition: border 0.3s;transition: border 0.3s;}
.i_adv_img img{vertical-align:middle; max-width: 100%; zoom:expression( function(elm) { if (elm.width>100%) { var oldVW = elm.width; elm.width=100%; elm.height = elm.height*(100% /oldVW); } elm.style.zoom = '1'; }(this));}
.border{width: 220px;height: 220px;border-radius: 50%;position: absolute;top: 0;left: 50%;margin: 0 0 0 -111px;z-index: 1;border: 1px solid #d9d9d9;-webkit-transition: border 0.3s;-moz-transition: border 0.3s;-ms-transition: border 0.3s;-o-transition: border 0.3s;transition: border 0.3s;}
.mask_box{width: 222px;height: 222px;position: absolute;top: 0;left: 50%;margin: 0 0 0 -111px;z-index: 2;overflow: hidden;}
.mask_m{width: 100%;height: 222px;position: relative;overflow: hidden;transform-origin: 50% 50%;-webkit-transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;}
.mask_w{width: 230px;height: 95px;background: #f2f2f2;position: absolute;left: 50%;top: 50%;margin: -10px 0 0 -115px;overflow: hidden;}
.mask_h{width: 100px;height: 80px;background: #f2f2f2;position: absolute;left: 50%;top: 0;margin: -10px 0 0 -50px;overflow: hidden;}
.i_adv_text{width: 100%;height: 80px;text-align: center;line-height: 80px;text-align: center;font-size: 16px;color: #666;overflow: hidden;-webkit-transition: color 0.3s;-moz-transition: color 0.3s;-ms-transition: color 0.3s;-o-transition: color 0.3s;transition: color 0.3s;}
.i_adv_c ul li.nth-child2 .mask_m{transform: rotate(90deg);-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);}
.i_adv_c ul li.nth-child3 .mask_m{transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.i_adv_c ul li.nth-child4 .mask_m{transform: rotate(270deg);-webkit-transform: rotate(270deg);-moz-transform: rotate(270deg);-ms-transform: rotate(270deg);-o-transform: rotate(270deg);transform: rotate(270deg);}
.i_adv_c ul li.last-child .mask_m{transform: rotate(360deg);-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg);}
.i_adv_c ul li:hover .border{border: 1px solid #0280cd;}
.i_adv_c ul li:hover .i_adv_img{border: 1px solid #0280cd;}
.i_adv_c ul li:hover .i_adv_text{color: #0280cd;}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.i_adv_m{width: 90%;}
	.i_adv_c ul li{width: 20%;height: auto;margin: 0;}
	.i_adv_img{width: 150px;height: 150px;margin: 10px auto;}
	.border{ width: 170px;height: 170px;left: 50%;margin: 0 0 0 -86px}
	.mask_box{width: 172px;height: 172px;left: 50%;margin: 0 0 0 -86px;}
	.mask_m{height: 172px;}
	.mask_w{width: 200px;height: 60px;margin: 5px 0 0 -100px;}
	.mask_h{width: 90px;margin: -10px 0 0 -45px;}
}
@media screen and (max-width: 991px) {
	.i_adv_m{width: 90%;}
	.i_adv_c ul li{width: 50%;margin: 0;overflow: hidden;}
	.i_adv_text{font-size: 20px;}
}
@media screen and (max-width: 768px) {
	.i_adv_box{display: none;}
	.i_adv_m{width: 90%;}
	.i_adv_c ul li{width: 100%;margin: 0;overflow: hidden;}
	.i_adv_text{font-size: 20px;}
}

/*品牌中心*/
.i_brand_box{width: 100%;height: auto;background: url(../images/brand_bg.jpg) no-repeat top;background-size: 100% 100%;overflow: hidden;}
.i_brand_m{width: 1200px;height: auto;margin: 50px auto;overflow: hidden;}
.i_brand_m .i_title,.i_brand_m .i_title h6{color: #fff;}
.i_brand_c{width: 100%;height: 510px;margin: 50px 0 0;overflow: hidden;}
.i_brand_tab{width: 100%;height: auto;overflow: hidden;}
.tab_img{width: 130px;height: 180px;padding: 10px;background: rgba(255,255,255,0.8);background: #f5f5f5\9;float: left;text-align: center;overflow: hidden;-webkit-transition: color 0.3s;-moz-transition: color 0.3s;-ms-transition: color 0.3s;-o-transition: color 0.3s;transition: color 0.3s;}
.tab_img img{vertical-align:middle; max-width: 100%; zoom:expression( function(elm) { if (elm.width>100%) { var oldVW = elm.width; elm.width=100%; elm.height = elm.height*(100% /oldVW); } elm.style.zoom = '1'; }(this));}
.tab_img.even{background: rgba(255,255,255,0.5);background: #fff\9;}
.tab_img.active{background: rgba(255,255,255,0.8) url(../images/trand_ico.png) no-repeat bottom;background: #f5f5f5 url(../images/trand_ico.png) no-repeat bottom\9;}
.tab_img.even.active{background: rgba(255,255,255,0.5) url(../images/trand_ico.png) no-repeat bottom;background: #fff url(../images/trand_ico.png) no-repeat bottom\9;}
.i_brand_content{width: 1140px;height: 250px;padding: 30px;background: rgba(163,202,230,0.5);overflow: hidden;background: #71c9ff;overflow: hidden\9;}
.i_brand_content ul{margin: 0;padding: 0;overflow: hidden;}
.i_brand_content ul li{width: 100%;height: 250px;display: none;overflow: hidden;}
.i_brand_content ul li:first-child{display: block;}
.brand_img{width: 350px;height: 250px;text-align: center;float: left;overflow: hidden; background: #ffffff;}
.brand_img img{vertical-align:middle; max-width: 100%; zoom:expression( function(elm) { if (elm.width>100%) { var oldVW = elm.width; elm.width=100%; elm.height = elm.height*(100% /oldVW); } elm.style.zoom = '1'; }(this));}
.brand_text{width: 760px;height: 250px;float: right;overflow: hidden;}
.brand_title{width: 100%;height: 50px;font-size: 24px;color: #fff;}
.brand_txt{width: 100%;height: 200px;line-height: 25px;font-size: 14px;color: #fff; overflow-y: auto;}
.brand_txt p{padding: 0px; margin: 0px;}
.brand_txt table {font-size:12px; width:100%; color:#fff; border-width: 1px; border-color: #fff; border-collapse: collapse;}
.brand_txt table th {border-width: 1px; padding: 2px 4px; border-style: solid; border-color: #fff;}
.brand_txt table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #fff; text-align:center;}
.m_brand_list{display: none;}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.i_brand_m{width: 90%;}
	.i_brand_c{width: 100%;height: auto;overflow: hidden;}
	.i_brand_tab{width: 892.8px;margin: 0 auto;overflow: hidden;}
	.tab_img{width: 91.6px;height: 128.8px;}
	.i_brand_content{width: 832.8px;margin: 0 auto;}
	.brand_text{width: 450px;}
}
@media screen and (max-width: 991px) {
	.i_brand_m{width: 90%;}
	.i_brand_c{display: none;}
	.m_brand_list{width: 100%;height: auto;margin: 50px 0 0;display: block;overflow: hidden;}
	.m_brand_list ul{margin: 0;padding: 0;}
	.m_brand_list ul li{width: 48%;height: auto;float: left;margin: 40px 0 0;}
	.m_brand_list ul li:nth-child(even){float: right;}
	.m_brand_list ul li:nth-child(1),.m_brand_list ul li:nth-child(2){margin: 0;}
	.m_brand_img{width: 100%;height: 200px;text-align: center;background: rgba(255,255,255,0.8);font-size: 0;overflow: hidden;}
	.m_brand_img img{vertical-align: middle;max-width: 100%;}
	.m_brand_text{width: -webkit-calc(100% - 30px);width: -moz-calc(100% - 30px);width: -ms-calc(100% - 30px);width: -o-calc(100% - 30px);width: calc(100% - 30px);height: 180px;padding: 15px;background: rgba(2,128,205,0.8);}
	.m_brand_title{width: 100%;height: 30px;font-size: 18px;color: #fff;}
	.m_brand_txt{width: 100%;height: 150px;font-size: 14px;color: #fff;line-height: 25px;overflow: hidden; overflow-y: auto; line-height: 30px;}
	.m_brand_txt p{margin:0px; padding:0px;}
	.m_brand_txt table {font-size:12px; width:100%; color:#fff; border-width: 1px; border-color: #fff; border-collapse: collapse;}
	.m_brand_txt table th {border-width: 1px; padding: 2px 4px; border-style: solid; border-color: #fff;}
	.m_brand_txt table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #fff; text-align:center;}
}
@media screen and (max-width: 768px) {
	.m_brand_list ul li{width: 100%;}
	.m_brand_list ul li:nth-child(1){margin: 0;}
	.m_brand_list ul li:nth-child(2){margin: 40px 0 0 0;}
}


/*行业应用*/
.i_ind_box{width: 100%;height: auto;background: #e9e9e9 url(../images/ind_bg.jpg) no-repeat center;overflow: hidden;}
.i_ind_m{width: 1200px;height: auto;margin: 50px auto;overflow: hidden;}
.i_ind_list{width: 100%;height: auto;margin: 50px 0 0;overflow: hidden;}
.i_ind_list ul{margin: 0;padding: 0;}
.i_ind_list ul li{width: 285px;height: auto;float: left;margin: 0 20px 0 0;position: relative;overflow: hidden;}
.i_ind_list ul li.last-child{margin: 0;}
.i_ind_title{width: 285px;height: 200px;text-align: center;position: absolute;top: 0;left: 0;overflow: hidden;}
.i_ind_title h6{margin: 0;padding: 0;font-weight: normal;display: inline-block;*display: inline;*zoom: 1;width: auto;max-width: 200px;height: auto;max-height: 160px;padding: 10px 30px;background: rgba(48,163,233,0.8);font-size: 16px;color: #fff;border-radius: 5px;overflow: hidden;}
.i_ind_img{width: 285px;height: 200px;text-align: center;border-radius: 5px;overflow: hidden;}
.i_ind_img img{vertical-align:middle; max-width: 100%;zoom:expression(function(elm) {if (elm.width>100%) {var oldVW = elm.width;elm.width=100%;elm.height = elm.height*(100% /oldVW);}elm.style.zoom = '1'; }(this));}
.i_ind_text{width: 285px;height: 50px;font-size: 14px;line-height: 25px;margin: 20px 0 0;text-align: center;color: #666;overflow: hidden;}
.i_ind_text a{color: #666;}

@media screen and (max-width: 1199px) {
	.i_ind_m{width: 90%;}
	.i_ind_list ul li{width: 25%;height: auto;margin: 0;}
	.i_ind_title{width: 90%;height: auto;left: 50%;margin: 0 0 0 -45%;}
	.i_ind_img{width: 90%;height: auto;margin: 0 auto;}
	.i_ind_text{width: 90%;margin: 0 auto;}
}
@media screen and (max-width: 991px) {
	.i_ind_list ul li{width: 50%;}
}
@media screen and (max-width: 480px) {
	.i_ind_list ul li{width: 100%;float: inherit;margin: 0 auto;}
	.i_ind_text{margin: 20px 0 30px;}
}

/*关于我们*/
.i_abo_box{width: 100%;height: auto;background: url(../images/abo_bg.jpg) no-repeat center center;background-size: 100% 100%;overflow: hidden;}
.i_abo_m{width: 1200px;height: auto;margin: 50px auto;overflow: hidden;}
.i_abo_m .i_title,.i_abo_m .i_title h6{color: #fff;}
.i_abo_c{width: 100%;height: auto;overflow: hidden;}
.i_abo_text{width: 100%;height: 100px;font-size: 14px;color: #666;line-height: 25px;color: #fff;text-align: center;overflow: hidden;}
.i_abo_list{width: 100%;height: auto;margin: 20px 0 0;overflow: hidden;}
.i_abo_list ul{margin: 0;padding: 0;overflow: hidden;}
.i_abo_list ul li{width: 385px;height: 300px;float: left;text-align: center;margin: 0 22.5px 0 0;font-size: 0;overflow: hidden;}
.i_abo_list ul li.last-child{margin: 0;}
.i_abo_list ul li img{vertical-align: middle;max-width: 100%;zoom:expression( function(elm) { if (elm.width>100%) { var oldVW = elm.width; elm.width=100%; elm.height = elm.height*(100% /oldVW); } elm.style.zoom = '1'; }(this));}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.i_abo_m{width: 90%;}
	.i_abo_list ul li{width: 32%;height: auto;text-align: center;margin: 0 2% 0 0;}
}
@media screen and (max-width: 991px) {
	.i_abo_box{background: none;}
	.i_abo_m{width: 90%;}
	.i_abo_m .i_title{color: #999;}
	.i_abo_m .i_title h6{color: #0280cd;}
	.i_abo_text{height: auto;color: #666;margin: 30px 0 0;}
	.i_abo_list{display: none;}
}

/*新闻资讯 / 在线留言*/
.i_main_box{width: 100%;height: auto;overflow: hidden;}
.i_main_m{width: 1200px;height: auto;margin: 50px auto;overflow: hidden;}
/*新闻资讯*/
.i_new_box{width: 700px;height: auto;float: left;overflow: hidden;}
.i_m_title{width: 100%;height: 50px;line-height: 50px;border-bottom: 1px solid #d9d9d9;font-size: 14px;}
.i_m_title a{float: right;color: #666;}
.i_m_title a:hover{color: #0280cd;}
.i_m_title h6{margin: 0;padding: 0;font-weight: normal;display: inline-block;*display: inline;zoom: 1;width: auto;height: 50px;font-size: 30px;border-bottom: 1px solid #0280cd;color: #0280cd;overflow: hidden;}
.i_new_list{width: 100%;height: 380px;margin: 20px 0 0;overflow: hidden;}
.i_new_list ul{margin: 0;padding: 0;overflow: hidden;}
.i_new_list ul li{width: 100%;height: 100px;margin: 40px 0 0;overflow: hidden;}
.i_new_list ul li.first-child{margin: 0;}
.i_new_img{width: 160px;height: 100px;text-align: center;float: left;overflow: hidden; background: #f5f5f5;}
.i_new_img img{max-width: 100%; vertical-align: middle;}
.i_new_text{width: 520px;height: 100px;float: right;overflow: hidden;}
.i_new_title{width: 100%;height: 20px;font-size: 14px;line-height: 20px;overflow: hidden;}
.i_new_title a{color: #666;}
.i_new_title a:hover{color: #0280cd;}
.i_new_time{width: 100%;height: 20px;font-size: 12px;color: #999;padding: 5px 0;overflow: hidden;}
.i_new_txt{width: 100%;height: 50px;font-size: 12px;line-height: 25px;color: #999;overflow: hidden;}

/*在线留言*/
.i_fee_box{width: 420px;height: auto;float: right;overflow: hidden;}
.i_fee_list{width: 100%;height: auto;margin: 20px 0 0;overflow: hidden;}
.i_fee_list ul{margin: 0;padding: 0;overflow: hidden;}
.i_fee_list ul li{width: 100%;height: auto;padding: 8px 0;overflow: hidden;}
.i_fee_list ul li.first-child{padding-top: 0;}
.i_fee_list ul li input{width: 400px;height: 46px;padding: 0 9px;border: 1px solid #d9d9d9;border-radius: 5px;color: #666;*line-height: 46px;font-size: 16px;}
.i_fee_list ul li img{max-height: 48px;border-radius: 5px;}
.i_fee_list ul li input.i_f_yzm{width: 200px;float: left;margin: 0 10px 0 0;overflow: hidden;}
.i_fee_list ul li textarea{width: 400px;height: 100px;padding: 9px;border: 1px solid #d9d9d9;border-radius: 5px;font-size:  16px;color: #666;}
.i_fee_list ul li input.i_f_sub{width:  120px;height: 42px;border: 0;padding: 0;text-align: center;color: #fff;background: #0280cd;}

/*视频展示*/
.i_video_box{width: 420px;height: auto;float: right;overflow: hidden;}
.i_video_list{width: 100%;height: auto;margin: 20px 0 0;overflow: hidden;}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.i_main_m{width: 90%;}
	.i_new_box{width: 55%;}
	.i_new_text{width: calc(100% - 180px);width: calc(100% - 180px);width: calc(100% - 180px);width: calc(100% - 180px);width: calc(100% - 180px);}
	.i_fee_box{width: 40%;}
	.i_video_box{width: 40%;}
	.i_fee_list ul li input{width: -webkit-calc(100% - 20px);width: -moz-calc(100% - 20px);width: -ms-calc(100% - 20px);width: -o-calc(100% - 20px);width: calc(100% - 20px);}
	.i_fee_list ul li textarea{width: -webkit-calc(100% - 20px);width: -moz-calc(100% - 20px);width: -ms-calc(100% - 20px);width: -o-calc(100% - 20px);width: calc(100% - 20px);}
}
@media screen and (max-width: 991px) {
	.i_main_m{width: 90%;}
	.i_new_box{width: 100%;float: initial;}
	.i_new_text{width: calc(100% - 180px);height: 100px;}
	.i_new_title{height: 30px;font-size: 16px;color: #333;font-weight: bold;}
	.i_new_txt{height: 40px;line-height: 20px;}
	.i_fee_box{width: 100%;float: inherit;margin: 50px 0 0;}
	.i_video_box{width: 100%;float: inherit;margin: 50px 0 0;}
	.i_fee_list ul li input{width: -webkit-calc(100% - 20px);width: -moz-calc(100% - 20px);width: -ms-calc(100% - 20px);width: -o-calc(100% - 20px);width: calc(100% - 20px);}
	.i_fee_list ul li textarea{width: -webkit-calc(100% - 20px);width: -moz-calc(100% - 20px);width: -ms-calc(100% - 20px);width: -o-calc(100% - 20px);width: calc(100% - 20px);}
}
@media screen and (max-width: 480px) {
	.i_new_img{display: none;}
	.i_new_list,.i_fee_list{height: auto;}
	.i_new_list ul li{height: auto;margin: 30px 0 0;padding: 0 0 30px;border-bottom: 1px dashed #d9d9d9;}
	.i_new_list ul li:nth-child(2n){background: none;}
	.i_new_list ul li:last-child{padding: 0;border: 0;}
	.i_new_text{width: 100%;height: 100px;float: inherit;}
	.i_fee_list ul li input.i_f_yzm{width: 40%;}
}

/*底部*/
.i_footer_box{width: 100%;height: auto;background: #333;overflow: hidden;}
.i_f_m{width: 1200px;height: auto;margin: 30px auto;overflow: hidden;}
.i_f_nav{width: auto;height: auto;float: left;overflow: hidden;}
.i_f_nav ul{margin: 0;padding: 0;overflow: hidden;}
.i_f_nav ul li{width: 150px;height: auto;overflow: hidden;}
.i_f_nav>ul>li{float: left;margin: 0 50px 0 0;}
.i_f_nav ul li.last-child{margin: 0;}
.i_f_nav ul li span{display: block;width: 150px;height: 40px;font-size: 16px;color: #fff;}
.i_f_nav ul li ul li{width: 150px;height: auto;font-size: 14px;padding: 5px 0;overflow: hidden;}
.i_f_nav ul li ul li a{color: #999;}
.i_f_nav ul li ul li a:hover{color: #fff;}
.i_f_ewm{width: 110px;height: auto;float: right;padding: 0 0 0 100px;border-left: 1px solid #666;}
.ewm_img{width: 110px;height: auto;text-align: center;overflow: hidden;}
.ewm_img img{max-width: 100%;}
.ewm_text{width: 110px;height: auto;text-align: center;font-size: 12px;color: #999;margin: 10px 0 0;overflow: hidden;}
.i_f_copy{width: 100%;height: auto;padding: 15px 0;text-align: center;font-size: 12px;color: #fff;background: #000;overflow: hidden;}
.i_f_copy a{color: #fff;}
.i_f_copy a:hover{color: #fff; text-decoration: underline;}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.i_f_m{width: 90%;}
	.i_f_nav{width: calc(100% - 250px);}
	.i_f_nav ul li{width: 18%;margin: 0;margin: 0 2% 0 0;}
}
@media screen and (max-width: 991px) {
	.i_f_m{display: none;}
}


/*内页banner*/
.p_banner{width: 100%;height: auto;position: relative;font-size: 0;overflow: hidden;}
.p_banner img{width: 100%;}

@media screen and (max-width: 991px) {
	.p_banner{display: none;}
}

/*内容*/
.p_main_box{width: 1200px;height: auto;margin: 30px auto;overflow: hidden;}
.p_sidebar{width: 230px;height: auto;float: left;overflow: hidden;}
.s_nav{width: 230px;height: auto;overflow: hidden;}
.s_title{width: 190px;height: 40px;padding: 16px 20px;background: url(../images/s_title_bg.jpg) no-repeat right;font-size: 14px;color: #40a2dd;line-height: 20px;overflow: hidden;}
.s_title h6{margin: 0;padding: 0;font-weight: normal;font-size: 20px;color: #fff;}
.s_nav_list{width: 230px;height: auto;overflow: hidden;}
.s_nav_list ul{margin: 0;padding: 0;}
.s_nav_list ul li{width: 230px;height: auto;border-top: 1px solid #fff;font-size: 14px;overflow: hidden;}
.s_nav_list>ul>li>a{display: block;width: 190px;height: 50px;padding: 0 20px;line-height: 50px;background: #0280cd;color: #fff;overflow: hidden;}
.s_nav_list>ul>li>a.active{background: #0280cd url(../images/s_ico.png) no-repeat 210px;color: #fff;}
.s_nav_list>ul>li:hover>a{background: #0280cd url(../images/s_ico.png) no-repeat 210px;color: #fff;}
.s_nav_list ul li ul{width: 230px;height: auto;display: none;overflow: hidden;}
.s_nav_list ul li ul li{width: 230px;height: auto;background: #f5f5f5;overflow: hidden;}
.s_nav_list ul li ul li a{display: block;width: 190px;height: 40px;line-height: 40px;padding: 0 20px;font-size: 14px;color: #666;}
.s_nav_list ul li ul li a.active{color: #0280cd;}
.s_nav_list ul li ul li a:hover{color: #0280cd;}

.s_new{width: 230px;height: auto;margin: 30px 0 0;overflow: hidden;}
.s_new_list{width: 200px;height: auto;padding: 10px 15px 15px;background: #f5f5f5;overflow: hidden;}
.s_new_list ul{margin: 0;padding: 0;overflow: hidden;}
.s_new_list ul li{width: 200px;height: 36px;line-height: 36px;border-bottom: 1px dashed #d9d9d9;font-size: 14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.s_new_list ul li a{color: #666;}
.s_new_list ul li a:hover{color: #0280cd;}

.s_con{width: 230px;height: auto;margin: 30px 0 0;overflow: hidden;}
.s_con .s_title{width: 230px;padding: 0;height: 99px;background: url(../images/s_con_bg.jpg) no-repeat top;}
.s_con_list{width: 190px;height: auto;padding: 10px 20px;background: #f2f2f2;font-size: 12px;line-height: 22px;color: #666;overflow: hidden;}
.s_con_list p{margin: 0;padding: 4px 0;}
.s_con_list a{color: #666;}
.s_con_list a:hover{color: #0280cd;}

/*右边内容*/
.p_r_box{width: 940px;height: auto;float: right;overflow: hidden;}
.p_r_title{width: 940px;height: 71px;border-bottom: 1px solid #d9d9d9;line-height: 25px;}
.r_title_c{width: auto;height: 41px;padding: 15px 0;border-bottom: 1px solid #0280cd;float: left;font-size: 12px;color: #999;}
.r_title_c h6{margin: 0;padding: 0;font-weight: normal;font-size: 24px;color: #0280cd;}
.r_title_c span a{color: #999;}
.r_title_c span a:hover{color: #0280cd;}
.r_title_c span i{font-style: normal;font-family: '宋体';}

@media screen and (max-width: 1199px) {
	.p_main_box{width: 90%;margin: 20px auto;}
	.p_r_box{width: calc(100% - 250px);}
}
@media screen and (max-width: 991px) {
	.p_sidebar{display: none;}
	.p_r_box{float: initial;width: 100%;}
	.p_r_title{display: none;}
}

/*关于我们*/
.p_abo_box{width: 100%;height: auto;font-size: 14px;color: #666;line-height: 26px;overflow: hidden;}
.p_abo_box img{vertical-align: middle;max-width: 100%;zoom:expression( function(elm) { if (elm.width>100%) { var oldVW = elm.width; elm.width=100%; elm.height = elm.height*(100% /oldVW); } elm.style.zoom = '1'; }(this));}
.p_abo_box table {font-size:14px; width:100%; color:#666; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.p_abo_box table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.p_abo_box table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}


/*新闻中心*/
.p_new_box{width: 100%;height: auto;overflow: hidden;}
.p_new_list{width: 100%;height: auto;margin-top: 20px;overflow: hidden;}
.p_new_list ul{margin: 0;padding: 0;}
.p_new_list ul li{width: 100%;height: 138px;margin: 20px 0;overflow: hidden;}
.p_new_img{width: 220px;height: 138px;float: left;text-align: center;overflow: hidden;}
.p_new_img img{vertical-align: middle;max-width: 100%;zoom:expression( function(elm) { if (elm.width>100%) { var oldVW = elm.width; elm.width=100%; elm.height = elm.height*(100% /oldVW); } elm.style.zoom = '1'; }(this));}
.p_new_text{width: 690px;height: 138px;float: right;overflow: hidden;}
.p_new_title{width: 100%;height: 30px;font-size: 16px;overflow: hidden;}
.p_new_title a{color: #333;}
.p_new_title a:hover{color: #0280cd;}
.p_new_time{width: 100%;height: 30px;line-height: 30px;font-size: 14px;color: #999;}
.p_new_txt{width: 100%;height: 75px;font-size: 12px;line-height: 25px;color: #999;margin-top: 3px;overflow: hidden;}

@media screen and (max-width: 1199px) {
	.p_new_text{width: calc(100% - 240px);}
}
@media screen and (max-width: 590px) {
	.p_new_list ul li{border-bottom: 1px dashed #bbb;padding: 30px 0;margin: 0;height: auto;}
	.p_new_list ul li:first-child{padding-top: 0;}
	.p_new_list ul li:last-child{border: 0;}
	.p_new_img{display: none;}
	.p_new_text{width: 100%;height: auto;}
	.p_new_title{font-size: 18px;font-weight: bold;}
	.p_new_txt{height: auto;}
}


/*新闻详情*/
.p_new_details{width: 100%;height: auto;overflow: hidden;}
.new_d_title{width: 100%;height: auto;padding: 25px 0;border-bottom: 1px solid #d9d9d9;text-align: center;font-size: 12px;color: #999;overflow: hidden;}
.new_d_title h1{margin: 0;padding: 0;font-weight: normal;font-size: 24px;color: #333;padding-bottom: 10px;}
.new_d_c{width: 100%;height: auto;font-size: 14px;color: #666;line-height: 26px;*margin-top: 15px;overflow: hidden;}
.new_d_c img{vertical-align: middle;max-width: 100%;zoom:expression( function(elm) { if (elm.width>100%) { var oldVW = elm.width; elm.width=100%; elm.height = elm.height*(100% /oldVW); } elm.style.zoom = '1'; }(this));}
.new_d_c table {font-size:14px; width:100%; color:#666; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.new_d_c table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.new_d_c table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}


/*相关新闻*/
.hot_new_box{width: 100%;height: auto;margin: 20px 0 0;overflow: hidden;}
.hot_title{width: 100%;height: 40px;border-bottom: 1px solid #d9d9d9;line-height: 40px;}
.hot_title h6{margin: 0;padding: 0;font-weight: normal;width: auto;height: 40px;float: left;font-size: 18px;color: #666;border-bottom: 1px solid #0280cd;}
.hot_new_list{width: 100%;height: auto;margin: 10px 0 0;overflow: hidden;}
.hot_new_list ul{margin: 0;padding: 0;overflow: hidden;}
.hot_new_list ul li{width: 48%;height: 40px;line-height: 40px;float: left;font-size: 14px;}
.hot_new_list ul li:nth-child(2n){float: right;}
.hot_new_list ul li a{color: #666;}
.hot_new_list ul li a:hover{color: #0280cd;}
.hot_new_list ul li span{float: right;color: #666;}

@media screen and (max-width: 991px) {
	.hot_new_box{display: none;}
}

/*产品中心*/
.p_pro_box{width: 100%;height: auto;margin: 30px 0 0;overflow: hidden;}
.p_pro_box ul{margin: 0;padding: 0;width: 939px;border-left: 1px solid #d9d9d9;overflow: hidden;}
.p_pro_box ul li{width: 100%;height: 42px;border-bottom: 1px solid #d9d9d9;}
.p_pro_box ul li:hover{ background: #f5f5f5;}
.p_pro_box ul li.first-child{width: 100%;height: 68px;border-top: 1px solid #d9d9d9;}
.p_pro_box ul li.first-child span{display: block;width: auto;height: 68px;float: left;border-right: 1px solid #d9d9d9;text-align: center;line-height: 68px;font-size: 18px;background: #0280cd;color: #fff;}
.p_pro_box ul li.first-child span.s1{width: 238px;}
.p_pro_box ul li.first-child span.s2{width: 138px;}
.p_pro_box ul li.first-child span.s3{width: 138px;}
.p_pro_box ul li.first-child span.s4{width: 138px;}
.p_pro_box ul li.first-child span.s5{width: 133px;}
.p_pro_box ul li.first-child span.s6{width: 148px;}
.p_pro_box>ul>li>div{height: 42px;text-align: center;float: left;line-height: 42px;font-size: 14px;color: #666;border-right: 1px solid #d9d9d9;}
.p_pro_box ul li .xh{width: 238px;text-align: left;}
.p_pro_box ul li .pp{width: 138px;}
.p_pro_box ul li .fz{width: 138px;}
.p_pro_box ul li .sl{width: 138px;}
.p_pro_box ul li .ph{width: 133px;}
.p_pro_box ul li .bz{width: 148px;}
.p_pro_box ul li .xh span{display: block;height: 42px;float: left;}
.p_pro_box ul li .xh .pro_img{width: 32px;height: 32px;margin: 5px;text-align: center;font-size: 0;overflow: hidden;}
.p_pro_box ul li .xh .pro_img img{max-width: 100%;}
.p_pro_box ul li .xh .pro_text{width: 160px;height: 42px;margin: 0 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro_pdf{width: 13px;height: 15px;margin: 13.5px 0;line-height: 0;overflow: hidden;}
.m_pro_box{display: none;}

@media screen and (min-width: 767px) and (max-width: 1199px) {
	.p_pro_box ul{width: -webkit-calc(100% - 1px);width: -moz-calc(100% - 1px);width: -ms-calc(100% - 1px);width: -o-calc(100% - 1px);width: calc(100% - 1px);}
	.p_pro_box ul li.first-child span.s1,.p_pro_box ul li .xh{width: -webkit-calc(24% - 1px);width: -moz-calc(24% - 1px);width: -ms-calc(24% - 1px);width: -o-calc(24% - 1px);width: calc(24% - 1px);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.p_pro_box ul li.first-child span.s2,.p_pro_box ul li .pp{width: -webkit-calc(14% - 1px);width: -moz-calc(14% - 1px);width: -ms-calc(14% - 1px);width: -o-calc(14% - 1px);width: calc(14% - 1px);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.p_pro_box ul li.first-child span.s3,.p_pro_box ul li .fz{width: -webkit-calc(14% - 1px);width: -moz-calc(14% - 1px);width: -ms-calc(14% - 1px);width: -o-calc(14% - 1px);width: calc(14% - 1px);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.p_pro_box ul li.first-child span.s4,.p_pro_box ul li .sl{width: -webkit-calc(14% - 1px);width: -moz-calc(14% - 1px);width: -ms-calc(14% - 1px);width: -o-calc(14% - 1px);width: calc(14% - 1px);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.p_pro_box ul li.first-child span.s5,.p_pro_box ul li .ph{width: -webkit-calc(14% - 1px);width: -moz-calc(14% - 1px);width: -ms-calc(14% - 1px);width: -o-calc(14% - 1px);width: calc(14% - 1px);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.p_pro_box ul li.first-child span.s6,.p_pro_box ul li .bz{width: -webkit-calc(20% - 1px);width: -moz-calc(20% - 1px);width: -ms-calc(20% - 1px);width: -o-calc(20% - 1px);width: calc(20% - 1px);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.p_pro_box ul li .xh .pro_img{width: 32px;height: 32px;margin: 5px;text-align: center;font-size: 0;overflow: hidden;}
	.p_pro_box ul li .xh .pro_img img{max-width: 100%;}
	.p_pro_box ul li .xh .pro_text{width: -webkit-calc(100% - 70px);width: -moz-calc(100% - 70px);width: -ms-calc(100% - 70px);width: -o-calc(100% - 70px);width: calc(100% - 70px);height: 42px;margin: 0 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
}
@media screen and (max-width: 768px) {
	.p_pro_box{display: none;}
	.m_pro_box{width: 100%;display: block;}
	.m_pro_box ul{margin: 0;padding: 0;}
	.m_pro_box ul li{width: -webkit-calc(100% - 1px);width: -moz-calc(100% - 1px);width: -ms-calc(100% - 1px);width: -o-calc(100% - 1px);width: calc(100% - 1px);height: auto;overflow: hidden;}
	.m_pro_box>ul>li{margin: 20px 0;border-right: 1px solid #d9d9d9;}
	.m_pro_box ul li ul li{border-bottom: 1px solid #d9d9d9;}
	.m_pro_box ul li ul li:first-child{border-top: 1px solid #d9d9d9;}
	.m_pro_box ul li ul li:first-child span{display: block;float: left;width: auto;height: 60px;}
	.m_pro_box ul li ul li:first-child .pro_img{width: 50px;height: 50px;margin: 5px;text-align: center;line-height: 0;}
	.m_pro_box ul li ul li:first-child img{vertical-align: middle;max-width: 100%;}
	.m_pro_box ul li ul li:first-child .pro_text{width: calc(100% - 100px);text-align: left;margin: 0 5px 0 0;}
	.m_pro_box ul li ul li:first-child .pro_pdf{width: 30px;height: 60px;margin: 0;}
	.m_pro_box ul li ul li{width: 100%;height: 60px;font-size: 16px;color: #666;}
	.m_pro_box ul li ul li .m_p_title{width: 20%;height: 60px;text-align: center;line-height: 60px;background: #0280cd;color: #fff;float: left;}
	.m_pro_box ul li ul li .m_p_text{height: 60px;float: left;text-align: center;line-height: 60px;overflow: hidden;}
	.m_pro_box ul li ul li:first-child .m_p_text{width: -webkit-calc(100% - 20% - 1px);width: -moz-calc(100% - 20% - 1px);width: -ms-calc(100% - 20% - 1px);width: -o-calc(100% - 20% - 1px);width: calc(100% - 20% - 1px);border-bottom: 0;}
	.m_pro_box ul li ul li:nth-child(2),.m_pro_box ul li ul li:nth-child(3),.m_pro_box ul li ul li:nth-child(4),.m_pro_box ul li ul li:nth-child(5){width: 50%;float: left;}
	.m_pro_box ul li ul li:nth-child(2) .m_p_title,.m_pro_box ul li ul li:nth-child(3) .m_p_title,.m_pro_box ul li ul li:nth-child(4) .m_p_title,.m_pro_box ul li ul li:nth-child(5) .m_p_title{width: 40%;}
	.m_pro_box ul li ul li:nth-child(2) .m_p_text,.m_pro_box ul li ul li:nth-child(3) .m_p_text,.m_pro_box ul li ul li:nth-child(4) .m_p_text,.m_pro_box ul li ul li:nth-child(5) .m_p_text{width: calc(100% - 40%);}
	.m_pro_box ul li ul li:last-child .m_p_text{width: -webkit-calc(100% - 20% - 10px)width: -moz-calc(100% - 20% - 10px)width: -ms-calc(100% - 20% - 10px)width: -o-calc(100% - 20% - 10px)width: calc(100% - 20% - 10px);padding: 0 5px;text-align: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
}

/*在线留言*/
.p_fee_list{width: 800px;height: auto;margin: 50px auto 0;overflow: hidden;}
.p_fee_list ul{margin: 0;padding: 0;overflow: hidden;}
.p_fee_list ul li{width: 100%;height: auto;padding: 8px 0;overflow: hidden;}
.p_fee_list ul li.first-child{padding-top: 0;}
.p_fee_list ul li label{display: block;width: 120px;height: 48px;line-height: 48px;text-align: right;font-size: 16px;color: #666;float: left;margin: 0 5px 0 0;overflow: hidden;}
.p_fee_list ul li input{width: 400px;height: 46px;padding: 0 9px;border: 1px solid #d9d9d9;border-radius: 5px;color: #666;*line-height: 46px;font-size: 16px;}
.p_fee_list ul li img{max-height: 46px; border-radius: 5px;}
.p_fee_list ul li input.p_f_yzm{width: 200px;float: left;margin: 0 10px 0 0;overflow: hidden;}
.p_fee_list ul li textarea{width: 600px;height: 200px;padding: 9px;border: 1px solid #d9d9d9;border-radius: 5px;font-size:  16px;color: #666;}
.p_fee_list ul li input.p_f_sub{width:  120px;height: 42px;border: 0;padding: 0;text-align: center;color: #fff;background: #0280cd;}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.p_fee_list{width: 100%;}
	.p_fee_list ul li input{width: 50%;}
	.p_fee_list ul li textarea{width: 70%;}
}
@media screen and (max-width: 991px) {
	.p_fee_list{width: 100%;}
	.p_fee_list ul li label{float: inherit;width: 100%;text-align: left;}
	.p_fee_list ul li input{width: -webkit-calc(100% - 20px);width: -moz-calc(100% - 20px);width: -ms-calc(100% - 20px);width: -o-calc(100% - 20px);width: calc(100% - 20px);height: 50px;}
	.p_fee_list ul li input.p_f_yzm{width: -webkit-calc(50% - 20px);width: -moz-calc(50% - 20px);width: -ms-calc(50% - 20px);width: -o-calc(50% - 20px);width: calc(50% - 20px);}
	.p_fee_list ul li textarea{width: -webkit-calc(100% - 20px);width: -moz-calc(100% - 20px);width: -ms-calc(100% - 20px);width: -o-calc(100% - 20px);width: calc(100% - 20px);}
}


/*按钮*/
.list{width: 100%;height: 36px;line-height: 36px;font-size: 14px;text-align: center;padding: 30px 0px 10px;font-size: 0;overflow: hidden;}
.list a{display: inline-block;background: #999;color: #fff;padding: 0 14px;margin: 0 5px;font-size: 14px;}
.list span{display: inline-block;color: #999;padding: 0px;margin: 0 5px;font-size: 12px;}
.list a.active{background: #0280cd;}
.list a:hover{background: #0280cd;}

/*手机版页码*/
.m_list{width: 100%;height: auto;line-height: 50px;font-size: 14px;text-align: center;padding: 20px 0px 0;font-size: 0;display: none;}
.m_list a{display: inline-block;background: #999;color: #fff;padding: 0 22px;margin: 0 5px;font-size: 14px;border-radius: 5px;vertical-align: top;}
.m_list a.active{background: #0280cd;}
.m_list a:hover{background: #0280cd;}
.m_list span{display: inline-block;height: 100%;font-size: 18px;color: #999;font-family: '宋体';padding: 0 3px;vertical-align: top;}
.m_list .list_show{width: 50px;padding: 0;text-align: center;}
.m_list .list_show img{vertical-align: middle;max-width: 50%;}

/*手机版弹出分页*/
.list_nav{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.5);z-index: 9999;opacity: 0;filter: alpha(opacity=0);display: none;overflow: hidden;}
.list_close{width: 48px;height: 48px;position: fixed;top: 20px;right: 20px;background: #fff;text-align: center;border-radius: 50%;}
.list_close img{vertical-align:middle;max-width: 50%;max-height: 50%;}
.list_nav ul{padding: 0;width: 70%;height: auto;max-height: 70%;position: fixed;left: 50%;top: 50%;margin: 0 0 0 -35%;background: #fff;border-radius: 10px;overflow-x: hidden;overflow-y: auto;}
.list_nav ul li{width: 100%;height: 59px;line-height: 59px;text-align: center;font-size: 16px;overflow: hidden;}
.list_nav ul li:nth-child(odd){background: #f0f0f0;}
.list_nav ul li a{display: block;width: 80%;height: 59px;padding: 0 10%;color: #666;}
.list_nav ul li a.active{background: #0280cd;color: #fff;}

@media screen and (max-width: 991px) {
	.list{display: none;}
	.m_list{display: block;}
	.list_nav{display: block;}
}

#mapshowbox{width:100%; height:500px;}
#mapshowbox_big{width:100%; height:100%; position:absolute;}
.goto_bigmap{width:100%; height:46px; padding-bottom:10px;}
.goto_bigmap a{display:inline-block; width:100%; height:46px; line-height:46px; font-size:20px; font-family: Arial, "微软雅黑"; text-align:center; color:#fff; background:#ff7000; text-decoration:none;}
.goto_bigmap a:hover{background:#ff6000;}

*html{background-image:url(about:blank); background-attachment:fixed;}
.bottom_tools{position:fixed; z-index:999; right:0px; top:200px; _position:absolute;}
.bottom_tools_mid {top:50%; margin-top:-100px;}
.bottom_tools *{display:block; color:transparent;border:0;background-color:transparent;text-shadow:none;}
.cl_kefubtn_1{width:45px;height:45px;background:url(../images/cl_kefu.png);background-position:0px 0px; margin-bottom:1px;}
.cl_kefubtn_2{width:45px; height:45px; background:url(../images/cl_kefu.png); background-position:0px -45px; cursor:pointer; overflow:hidden;  margin-bottom:1px;}
.cl_kefubtn_2_en{width:45px; height:45px; background:url(../images/cl_kefu.png); background-position:0px -225px; cursor:pointer; overflow:hidden;  margin-bottom:1px;}
.cl_kefubtn_3{width:45px; height:45px; background:url(../images/cl_kefu.png); background-position:0px -90px; cursor:pointer; overflow:hidden; margin-bottom:1px;}
.cl_kefubtn_4{width:45px;height:45px;background:url(../images/cl_kefu.png);background-position:0px -135px;cursor:pointer;}
.cl_kefubtn_4_en{width:45px;height:45px;background:url(../images/cl_kefu.png);background-position:0px -135px;cursor:pointer;}
#cl_gotop{width:45px;height:45px;background:url(../images/cl_kefu.png);background-position:0px -180px;display:none; margin-top:1px;}
.qr_img{position:absolute;top:-45px;left:-183px; display:none; width:141px; height:168px; padding-left:32px; padding-top:50px; background:url(../images/qr_img.png) no-repeat;}
.qr_img img{border:0px; vertical-align:middle; max-width:110px; height:auto; zoom:expression( function(elm) { if (elm.width>110) { var oldVW = elm.width; elm.width=110; elm.height = elm.height*(110 /oldVW); } elm.style.zoom = '1'; }(this));}
.qr_img_en{position:absolute;top:-45px;left:-183px; display:none; width:141px; height:168px; padding-left:32px; padding-top:50px; background:url(../images/qr_img_en.png) no-repeat;}
.qr_img_en img{border:0px; vertical-align:middle; max-width:110px; height:auto; zoom:expression( function(elm) { if (elm.width>110) { var oldVW = elm.width; elm.width=110; elm.height = elm.height*(110 /oldVW); } elm.style.zoom = '1'; }(this));}
.qr_menu{position:absolute;top:46px; left:-180px; width:180px; height:auto; display:none; text-align:right;}
.qr_menu a{display:inline-block; width:100px; padding-left:58px; height:45px; float:left; color:#666; font-size:14px; font-family:Arial, "Microsoft Yahei"; line-height:45px; text-align:left; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9; border-left:solid 1px #D9D9D9; border-right:solid 1px #D9D9D9; padding-right:20px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.qr_menu a.kefu_qq{background:url(../images/kefu_qq.png) no-repeat 20px #FFF;}
.qr_menu a.kefu_ww{background:url(../images/kefu_ww.png) no-repeat 20px #FFF;}
.qr_menu a.kefu_sk{background:url(../images/kefu_sk.png) no-repeat 20px #FFF;}
.qr_menu span{display:inline-block; width:180px; height:auto; float:left; color:#FFF; font-size:16px; font-family:Arial, "Microsoft Yahei"; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9;}
.qr_menu_1{position:absolute;top:92px; left:-180px; width:180px; height:auto; display:none; text-align:right;}
.qr_menu_1 ul{margin:0px; padding:0px;}
.qr_menu_1 ul li{display:inline-block; width:158px; padding-left:10px; height:45px; float:left; color:#666; font-size:14px; font-family:Arial, "Microsoft Yahei"; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9; border-left:solid 1px #D9D9D9; border-right:solid 1px #D9D9D9; padding-right:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background:#FFF;}
.qr_menu_1 span{display:inline-block; width:180px; height:45px; float:left; color:#FFF; font-size:16px; font-family:Arial, "Microsoft Yahei"; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9;}
@media screen and (max-width: 991px) {.bottom_tools{display: none;}}
/* 定义在线客服 */