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

/*初始样式、共同样式*/
html,body{-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
*html {background-image:url("about:blank"); background-attachment:fixed;}
ul,ol {list-style:none;}
a{text-decoration: none;color: #000;-webkit-tap-highlight-color:rgba(255,0,0,0);}
a:hover{-webkit-tap-highlight-color: transparent;}
img {border:0px;}
input,textarea{font-family: Arial,'微软雅黑';font-size: 16px;resize: none;outline: none;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"]{-webkit-appearance: none;}
textarea{-webkit-appearance: 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%;position: relative;word-wrap:break-word;}
.c_m{width: 100%;height: 100%;*height: auto;display: table;*position: absolute;*top: 50%;*left: 50%;table-layout: fixed;}
.c_t{width: 100%;height: 100%;*height: auto;display: table-cell;vertical-align: middle;*position: relative;*top: -50%;*left: -50%;}


/* 头部 */
.header_box{width: 100%;height: 100px;background: linear-gradient(to right,#242424 50%,#e60012 50%);position: relative;z-index: 100;}
.header_box.index .header_main{max-width: 1720px;}
.header_box .header_main{width: 96%;max-width: 1400px;height: 100%;margin: 0 auto;background: #242424;position: relative;}
.header_box .logo{width: 20%;max-width: 55px;height: 100%;float: left;text-align: center;overflow: hidden;}
.header_box .logo img{vertical-align: middle;max-width: 100%;}
.header_box .btn{width: auto;height: 100%;background: #e60012;float: right;overflow: hidden;}
.header_box .btn .lang{width: auto;height: 100%;line-height: 100px;float: left;overflow: hidden;}
.header_box .btn .lang a{width: auto;height: 100%;display: inline-block;*display: inline;*zoom: 1;padding: 0 2vw;color: #fff;}
.header_box .btn .line{width: 1px;height: 40px;float: left;margin: 30px 0;background: #fff;opacity: .2;filter: alpha(opacity=20);overflow: hidden;}
.header_box .btn .search{width: auto;height: 100%;float: left;overflow: hidden;}
.header_box .btn .search img{padding: 0 2vw;vertical-align: middle;}
.header_box .nav{width: auto;height: 100%;margin: 0 2vw 0 0;float: right;overflow: hidden;}
.header_box .nav ul{margin: 0;padding: 0;overflow: hidden;}
.header_box .nav ul li{width: auto;height: 100%;line-height: 100px;float: left;overflow: hidden;}
.header_box .nav ul li a{width: auto;height: 100%;display: block;margin: 0 2vw;color: #fff;}
.header_box .nav ul li a.active,.header_box .nav ul li a:hover{color: #e60012;}

.search_box{width: 300px;height: 40px;padding: 20px;background: #e60012;position: absolute;right: 0;top: 100px;display: none;overflow: hidden;}
.search_box form{width: 100%;height: 40px;display: block;overflow: hidden;}
.search_box form input[type="text"]{width: 260px;height: 40px;box-sizing: border-box;padding: 0 10px;border: 0;background: #fff;display: block;float: left;font-size: 14px;overflow: hidden;}
.search_box form input[type="submit"]{width: 40px;height: 40px;border: 0;display: block;background: #fff url('../images/search_h.png') no-repeat center;cursor: pointer;}
.search_box form input[type="text"]::-webkit-input-placeholder{color: #757575;font-size: 14px;}
.search_box form input[type="text"]::-moz-placeholder{color: #757575;font-size: 14px;}
.search_box form input[type="text"]:-ms-input-placeholder{color: #757575;font-size: 14px;}


/* 手机头部 */
.m_header_box{width: 100%;height: 80px;box-sizing: border-box;padding: 0 2%;background: #242424;display: none;overflow: hidden;}
.m_header_box .logo{width: 20%;max-width: 55px;height: 100%;float: left;text-align: center;overflow: hidden;}
.m_header_box .logo img{vertical-align: middle;max-width: 100%;max-height: 80%;}
.m_header_box .nav_btn{width: 8%;max-width: 40px;height: 100%;float: right;overflow: hidden;}
.m_header_box .nav_btn i{width: 100%;height: 2px;display: block;background: #fff;overflow: hidden;}
.m_header_box .nav_btn i:nth-child(2){margin: 30% 0;}
/* 内页头部样式 */
.m_header_box .return{width: 8%;height: 100%;float: left;overflow: hidden;}
.m_header_box .return a{width: 100%;height: 100%;display: block;position: relative;overflow: hidden;}
.m_header_box .return a i{width: 80%;max-width: 28px;height: 2px;display: block;background: #fff;position: absolute;top: 50%;left: 1px;transform-origin: left center;}
.m_header_box .return a i:first-child{transform: rotate(-45deg);}
.m_header_box .return a i:last-child{transform: rotate(45deg);margin-top: -1px;}
.m_header_box .title{width: 72%;height: 80px;position: absolute;left: 50%;margin: 0 0 0 -36%;text-align: center;line-height: 70px;color: #fff;font-size: 24px;}
.nav_box{width: 70%;height: 100%;position: fixed;top: 0;left: -70%;z-index: 100;background: rgba(255, 255, 255, 1);overflow: hidden;overflow-y: auto;}
.nav_close{width: 100%;height: 70px;box-sizing: border-box;padding: 0 20px;overflow: hidden;}
.nav_close .close{width: 70px;height: 100%;float: left;position: relative;overflow: hidden;}
.nav_close .close i{width: 60%;height: 2px;display: block;background: #ca302c;position: absolute;top: 50%;left: -5px;margin: -1px 0 0;overflow: hidden;transform-origin: center center;}
.nav_close .close i:first-child{transform: rotate(45deg);}
.nav_close .close i:last-child{transform: rotate(-45deg);}
.nav_close .m_lang{width: auto;height: 40px;margin: 15px 0;float: right;font-size: 0;overflow: hidden;}
.nav_close .m_lang a{width: 40px;height: 40px;margin: 0 10px 0 0;display: inline-block;border-radius: 50%;background: #f5f5f5;font-size: 14px;color: #999;vertical-align: top;text-align: center;line-height: 40px;overflow: hidden;}
.nav_close .m_lang a:last-child{margin: 0;}
.nav_close .m_lang a.active{background: #ca302c;color: #fff;}
.nav_list{width: 100%;height: auto;overflow: hidden;}
.nav_list ul{margin: 0;padding: 0;overflow: hidden;}
.nav_list ul li{width: 100%;height: auto;border-bottom: 1px solid #f5f5f5;overflow: hidden;}
.nav_list ul li:last-child{border: 0;}
.nav_list ul li a{width: 100%;height: auto;display: block;box-sizing: border-box;padding: 20px 45px 20px 20px;font-size: 16px;position: relative;overflow: hidden;}
.nav_list ul li a .icon_right{width: 20px;height: 40px;position: absolute;top: 50%;right: 20px;margin: -20px 0 0;z-index: 2;overflow: hidden;}
.nav_list ul li a .icon_right span{width: 10px;height: 100%;display: block;position: relative;margin: 0 auto;overflow: hidden;-webkit-transform-origin: center center;-moz-transform-origin: center center;-ms-transform-origin: center center;-o-transform-origin: center center;transform-origin: center center;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.nav_list ul li a .icon_right span i{width: 100%;height: 1px;background: #bcbcbc;display: block;position: absolute;top: 50%;left: -1px;-webkit-transform-origin: right center;-moz-transform-origin: right center;-ms-transform-origin: right center;-o-transform-origin: right center;transform-origin: right center;}
.nav_list ul li a .icon_right span i:first-child{-webkit-transform: rotateZ(45deg);-moz-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);-o-transform: rotateZ(45deg);transform: rotateZ(45deg);}
.nav_list ul li a .icon_right span i:last-child{-webkit-transform: rotateZ(-45deg);-moz-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);-o-transform: rotateZ(-45deg);transform: rotateZ(-45deg);}
.nav_list>ul>li>a.active{background: #ca302c;color: #fff;}
.nav_list ul li a.active .icon_right span i{background: #fff;}
.nav_list ul li ul{display: none;background: #f5f5f5;}
.nav_list ul li ul li{border: 0;}
.nav_list ul li ul li a{font-size: 14px;color: #333;padding: 20px 20px 20px 40px;}
.nav_list ul li ul li a.active{background: none;color: #e60012;}
.nav_list ul li ul li ul li a{padding: 15px 20px 15px 60px;font-size: 12px;color: #999;}
.mask{width: 100%;height: 100%;background: #000;opacity: .5;position: fixed;top: 0;left: 0;z-index: 99;display: none;}


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

/*banner*/
.banner{width: 100%;height: 600px;position: relative;z-index: 1;overflow: hidden;}
.box_skitter {width: 1920px;height: 100%;position: relative;left: 50%;margin-left: -960px;z-index: 1;overflow: hidden;}
.box_skitter ul{margin: 0;padding: 0;width: 1920px;height: 100%;position: relative;overflow: hidden;}
.box_skitter ul li{width: 100%;height: 100%;position: absolute;left: 50%;top: 0;margin-left: -960px;overflow: hidden;}
.box_skitter ul li img{width: 100%;height: 100%;}
.box_skitter .container_skitter {width: 100%;height: 100%;position: relative;z-index: 2;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;}
/*左右点击按钮*/
.box_skitter .prev_button,.box_skitter .next_button{display: none !important;}
/*banner切换圆点*/
.box_skitter .info_slide_dots {display: block !important; width: 96vw; max-width: 1400px; height: 14px; position: absolute; bottom: 20px; z-index: 151; font-size: 0;text-align: center; overflow: hidden; }
.box_skitter .info_slide_dots .image_number {width: 12px; height: 12px; margin: 0 3px; background: #d9d9d9;display: inline-block; cursor: pointer;vertical-align: top;border-radius: 50px;overflow: hidden; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s;}
.box_skitter .info_slide_dots .image_number:hover{background: #e60012;}
.box_skitter .info_slide_dots .image_number_select, .box_skitter .info_slide_dots .image_number_select:hover {width: 26px;background: #e60012;}
/*手机版banner*/
.m_banner{width: 100%;height: auto;position:relative;z-index:1;display: none;font-size: 0;overflow: hidden;}
.m_banner 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);}
.m_banner 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}
.m_banner ul li img{max-width:100%;}
.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: 50px;background:#d9d9d9;}
.ico_c span{cursor:pointer}
.swiper-pagination-white span{background:#d9d9d9}
.ico_c .swiper-pagination-bullet-active{width: 20px;background: #e60012;}

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


/* 产品分类 */
.pro_classify_box{width: 100%;height: auto;margin: 20px 0;overflow: hidden;}
.pro_classify_box .pro_classify_list{width: 96%;max-width: 1720px;margin: 0 auto;overflow: hidden;}
.pro_classify_box .pro_classify_list ul{width: 100%;margin: 0;padding: 0;overflow: hidden;}
.pro_classify_box .pro_classify_list ul li{width: 424px;height: auto;margin: 0 8px 0 0;float: left;overflow: hidden;}
.pro_classify_box .pro_classify_list ul li:last-child{margin: 0;}
.pro_classify_box .pro_classify_list ul li .pro_classify_img{width: 100%;height: 424px;text-align: center;background: #ebebeb;overflow: hidden;}
.pro_classify_box .pro_classify_list ul li .pro_classify_img img{vertical-align: middle;max-width: 100%;-webkit-transition: all 500ms;-o-transition: all 500ms;transition: all 500ms;}
.pro_classify_box .pro_classify_list ul li .pro_classify_text{width: 100%;height: 50px;margin: 10px 0 0;line-height: 50px;text-align: center;font-size: 18px;overflow: hidden;}
.pro_classify_box .pro_classify_list ul li .pro_classify_text a{color: #333;-webkit-transition: all 100ms linear;-o-transition: all 100ms linear;transition: all 100ms linear;}
.pro_classify_box .pro_classify_list ul li:hover .pro_classify_img img{-webkit-transform: scale(1.1) translateZ(0);-ms-transform: scale(1.1) translateZ(0);-o-transform: scale(1.1) translateZ(0);transform: scale(1.1) translateZ(0);}
.pro_classify_box .pro_classify_list ul li:hover .pro_classify_text a{color: #e60012;}

@media screen and (max-width: calc(1720px / 0.96)) {
	.pro_classify_box .pro_classify_list ul li{width: 23.5%;height: auto;margin: 0 2% 0 0;}
	.pro_classify_box .pro_classify_list ul li .pro_classify_text{height: 40px;line-height: 40px;}
}
@media screen and (max-width: 991px) {
	.pro_classify_box .pro_classify_list ul li{width: 48%;margin: 20px 0 0;}
	.pro_classify_box .pro_classify_list ul li:last-child{margin: 20px 0 0;}
	.pro_classify_box .pro_classify_list ul li:nth-child(even){float: right;}
	.pro_classify_box .pro_classify_list ul li .pro_classify_text{height: 30px;line-height: 30px;font-size: 16px;}
}

/* 热门产品 */
.i_pro_box{width: 96%;max-width: 1720px;height: auto;margin: 50px auto;overflow: hidden;}
.i_title{width: 100%;height: auto;padding: 30px 0;border-bottom: 1px solid #d9d9d9;text-align: center;color: #333;overflow: hidden;}
.i_title .title{width: 100%;height: auto;padding: 0 0 10px;font-size: 36px;overflow: hidden;}
.i_title .text{width: 100%;height: auto;font-size: 18px;overflow: hidden;}
.i_pro_box .i_pro_list{width: 100%;height: auto;margin: 50px 0 0;overflow: hidden;}
.i_pro_box .i_pro_list ul{margin: 0;padding: 0;overflow: hidden;}
.i_pro_box .i_pro_list ul li{width: 100%;height: auto;margin: 100px 0;display: table;overflow: hidden;}
.i_pro_box .i_pro_list ul li:first-child{margin-top: 0;padding-top: 0;}
.i_pro_box .i_pro_list ul li:last-child{margin-bottom: 0;padding-bottom: 0;}
.i_pro_box .i_pro_list ul li .i_pro_img,.i_pro_box .i_pro_list ul li .i_pro_text{display: table-cell;vertical-align: middle;}
.i_pro_box .i_pro_list ul li .i_pro_img{width: 60%;height: auto;text-align: center;overflow: hidden;}
.i_pro_box .i_pro_list ul li .i_pro_img img{max-width: 100%;max-height: 450px;}
.i_pro_box .i_pro_list ul li .i_pro_text{width: 40%;height: auto;padding: 0 0 0 20px;overflow: hidden;}
.i_pro_box .i_pro_list ul li:nth-child(even) .i_pro_text{padding: 0 20px 0 0;}
.i_pro_box .i_pro_list ul li .i_pro_text .title{width: 100%;height: auto;font-size: 30px;color: #333;overflow: hidden;}
.i_pro_box .i_pro_list ul li .i_pro_text .text{width: 100%;height: auto;margin: 15px 0;line-height: 30px;font-size: 16px;color: #757575;text-align: justify;overflow: hidden;}
.i_pro_box .i_pro_list ul li .i_pro_text .more{width: 100%;height: auto;text-align: center;line-height: 38px;font-size: 14px;overflow: hidden;}
.i_pro_box .i_pro_list ul li .i_pro_text .more a{width: 120px;height: 38px;display: block;border: 1px solid #757575;color: #333;overflow: hidden;-webkit-transition: all 100ms linear;-o-transition: all 100ms linear;transition: all 100ms linear;}
.i_pro_box .i_pro_list ul li .i_pro_text .more a:hover{background: #e60012;border-color: #e60012;color: #fff;}

@media screen and (max-width: 991px) {
	.i_title .title{font-size: 30px;}
	.i_title .text{font-size: 14px;color: #757575;}
	.i_pro_box .i_pro_list ul li .i_pro_text .more a{background: #e60012;border-color: #e60012;color: #fff;}
}
@media screen and (max-width: 767px) {
	.i_pro_box .i_pro_list ul li{display: block;margin: 0;padding: 10vw 0;border-top: 1px solid #d9d9d9;}
	.i_pro_box .i_pro_list ul li:first-child{border: 0;}
	.i_pro_box .i_pro_list ul li .i_pro_img,.i_pro_box .i_pro_list ul li .i_pro_text{display: block;width: 100%;}
	.i_pro_box .i_pro_list ul li .i_pro_img{margin: 0 0 40px;}
	.i_pro_box .i_pro_list ul li:nth-child(even) .i_pro_img{margin: 40px 0 0;}
	.i_pro_box .i_pro_list ul li .i_pro_text{padding: 0;}
	.i_pro_box .i_pro_list ul li .i_pro_text .title{font-size: 24px;}
	.i_pro_box .i_pro_list ul li .i_pro_text .text{font-size: 14px;}
}


/* 合作伙伴 */
.i_partners_box{width: 96%;max-width: 1720px;height: auto;margin: 50px auto;overflow: hidden;}
.i_partners_list{width: 100%;height: auto;margin: 30px 0 0;overflow: hidden;}
.i_partners_list ul{width: calc(100% + 20px);margin: 0;padding: 0;overflow: hidden;}
.i_partners_list ul li{width: 268px;height: 138px;margin: 0 20px 0 0;border: 1px solid #e9e9e9;text-align: center;float: left;overflow: hidden;-webkit-transition: all 100ms linear;-o-transition: all 100ms linear;transition: all 100ms linear;}
.i_partners_list ul li:hover{border-color: #e60012;}
.i_partners_list ul li img{vertical-align: middle;max-width: 100%;}

@media screen and (max-width: 991px) {
	.i_partners_list ul{width: 100%;margin: -1vw 0 0;text-align: center;font-size: 0;}
	.i_partners_list ul li{display: inline-block;*display: inline;*zoom: 1;vertical-align: top;float: initial;margin: 1vw 1vw 0 0;width: 28%;}
}
@media screen and (max-width: 640px) {
	.i_partners_list{margin: 20px 0 0;}
	.i_partners_list ul li{width: 48%;max-width: 268px;}
}

/* 底部 */
.footer{width: 100%;height: auto;background: #181818;overflow: hidden;}
.footer.index .f_m{max-width: 1720px;}
.footer .f_m{width: 96%;max-width: 1400px;height: auto;margin: 30px auto;overflow: hidden;}
.footer .f_m .f_ewm{width: 110px;height: auto;float: left;text-align: center;overflow: hidden;}
.footer .f_m .f_ewm .ewm_img{width: 100%;height: auto;overflow: hidden;}
.footer .f_m .f_ewm .ewm_img img{max-width: 100%;}
.footer .f_m .f_ewm .ewm_text{width: 100%;height: auto;margin: 5px 0 0;font-size: 12px;color: #757575;overflow: hidden;}
.footer .f_m .f_c{width: calc(100% - 140px);height: auto;float: right;overflow: hidden;}
.footer .f_m .f_c .f_nav{width: 100%;height: auto;font-size: 0;overflow: hidden;}
.footer .f_m .f_c .f_nav a{display: inline-block;*display: inline;*zoom: 1;width: auto;height: 30px;margin: 0 3vw 0 0;line-height: 30px;font-size: 16px;vertical-align: top;color: #fff;overflow: hidden;}
.footer .f_m .f_c .f_nav a:last-child{margin: 0;}
.footer .f_m .f_c .f_con{width: 100%;height: auto;margin: 15px 0 0;font-size: 12px;color: #757575;line-height: 26px;overflow: hidden;}
.footer .f_m .f_c .f_con p{margin: 2px 0;padding: 0;}
.footer .f_m .f_c .f_con a{color: #757575;}
.footer .f_m .f_c .f_con a:hover{color: #fff;}

@media screen and (max-width: 991px) {
	.footer .f_m .f_ewm{display: none;}
	.footer .f_m .f_c{width: 100%;}
	.footer .f_m .f_c .f_nav{display: none;}
	.footer .f_m .f_c .f_con{margin: 0}
}

/* 内页 banner */
.p_banner{width: 100%;height: auto;font-size: 0;overflow: hidden;}
.p_banner .img{width: 1920px;height: auto;position: relative;left: 50%;margin: 0 0 0 -960px;font-size: 0;text-align: center;overflow: hidden;}
.p_banner .img img{max-width: 100%}

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

/* 内容 */
.p_main_box{width: 96%;max-width: 1400px;margin: 14px auto 0;display: table;overflow: hidden;}
.p_main_box .sidebar_box{width: 400px;height: auto;padding: 0 0 50px;display: table-cell;vertical-align: top;overflow: hidden;}
.p_main_box .sidebar_box .sidebar_nav{width: 100%;height: auto;overflow: hidden;}
.p_main_box .sidebar_box .sidebar_title{width: 100%;height: 60px;line-height: 60px;box-sizing: border-box;border-bottom: 1px solid #d9d9d9;padding: 0 0 0 2vw;font-size: 24px;color: #333;overflow: hidden;}
.p_main_box .sidebar_box .sidebar_nav .sidebar_nav_list{width: 100%;height: auto;overflow: hidden;}
.p_main_box .sidebar_box .sidebar_nav .sidebar_nav_list ul{margin: 0;padding: 0;overflow: hidden;}
.p_main_box .sidebar_box .sidebar_nav .sidebar_nav_list ul li{width: 100%;height: auto;overflow: hidden;}
.p_main_box .sidebar_box .sidebar_nav .sidebar_nav_list ul li a{width: 100%;height: auto;display: block;box-sizing: border-box;padding: 20px 50px 20px 2vw;border-bottom: 1px dashed #d9d9d9;color: #333;position: relative;overflow: hidden;}
.p_main_box .sidebar_box .sidebar_nav .sidebar_nav_list ul li a .icon_right{width: 20px;height: 20px;position: absolute;right: 12px;top: 50%;margin: -10px 0 0;text-align: center;line-height: 20px;font-size: 13px;font-weight: bold;color: #999;font-family: '宋体';overflow: hidden;-webkit-transform-origin: center center;-moz-transform-origin: center center;-ms-transform-origin: center center;-o-transform-origin: center center;transform-origin: center center;-webkit-transition: all 200ms;-o-transition: all 200ms;transition: all 200ms;}
.p_main_box .sidebar_box .sidebar_nav .sidebar_nav_list ul li a .icon_right i{width: 6px;height: 1px;display: block;margin: 0 auto;background: #999;overflow: hidden;-webkit-transform-origin: right;-moz-transform-origin: right;-ms-transform-origin: right;-o-transform-origin: right;transform-origin: right;}
.p_main_box .sidebar_box .sidebar_nav .sidebar_nav_list ul li a .icon_right i:first-child{-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.p_main_box .sidebar_box .sidebar_nav .sidebar_nav_list ul li a .icon_right i:last-child{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);position: relative;top: -1px;}
.p_main_box .sidebar_box .sidebar_nav .sidebar_nav_list ul li a.active,.p_main_box .sidebar_box .sidebar_nav .sidebar_nav_list ul li a:hover{color: #e60012;}
.p_main_box .sidebar_box .sidebar_nav .sidebar_nav_list ul li a.menu .icon_right{color: #e60012;-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);}
.p_main_box .sidebar_box .sidebar_nav .sidebar_nav_list ul li a.menu .icon_right i,.p_main_box .sidebar_box .sidebar_nav .sidebar_nav_list ul li a.active .icon_right i{background: #e60012;}
.p_main_box .sidebar_box .sidebar_nav .sidebar_nav_list ul li ul{display: none;}
.p_main_box .sidebar_box .sidebar_nav .sidebar_nav_list ul li ul li{width: 100%;height: auto;font-size: 14px;}
.p_main_box .sidebar_box .sidebar_nav .sidebar_nav_list ul li ul li a{color: #999;padding: 20px 20px 20px 2vw;background: none;}
.p_main_box .sidebar_box .sidebar_pro{width: 100%;height: auto;margin: 50px 0 0;overflow: hidden;}
.p_main_box .sidebar_box .sidebar_pro .sidebar_pro_list{width: 90%;max-width: 340px;height: auto;margin: 20px auto 0;overflow: hidden;}
.p_main_box .sidebar_box .sidebar_pro .sidebar_pro_list ul{margin: 0;padding: 0;overflow: hidden;}
.p_main_box .sidebar_box .sidebar_pro .sidebar_pro_list ul li{width: 100%;height: auto;margin: 0 0 20px;text-align: center;overflow: hidden;}
.p_main_box .sidebar_box .sidebar_pro .sidebar_pro_list ul li .sidebar_pro_img{width: 100%;height: auto;overflow: hidden;}
.p_main_box .sidebar_box .sidebar_pro .sidebar_pro_list ul li .sidebar_pro_img img{vertical-align: middle;max-width: 100%;}
.p_main_box .sidebar_box .sidebar_pro .sidebar_pro_list ul li .sidebar_pro_text{width: 100%;height: 30px;line-height: 30px;margin: 10px 0 0;font-size: 16px;text-align: center;overflow: hidden;}
.p_main_box .sidebar_box .sidebar_pro .sidebar_pro_list ul li .sidebar_pro_text a{color: #333;}
.p_main_box .sidebar_box .sidebar_pro .sidebar_pro_list ul li:last-child{margin: 0;}


.p_main_box .p_main_m{width: auto;height: auto;box-sizing: border-box;display: table-cell;vertical-align: top;position: relative;overflow: hidden;}
.p_main_box .p_main_nav{width: 100%;height: 60px;line-height: 60px;box-sizing: border-box;border-bottom: 1px solid #d9d9d9;overflow: hidden;}
.p_main_box .p_main_nav .nav_t{width: auto;height: 60px;float: left;font-size: 24px;color: #333;overflow: hidden;}
.p_main_box .p_main_nav .nav_c{width: auto;height: 60px;float: right;text-align: right;font-size: 12px;color: #757575;overflow: hidden;}
.p_main_box .p_main_nav .nav_c a,.p_main_box .p_main_nav .nav_c span{display: inline-block;*display: inline;*zoom: 1;width: auto;height: 20px;color: #757575;vertical-align: top;}
.p_main_box .p_main_nav span{font-family: '宋体';font-weight: bold;color: #999;margin: 0 10px;font-size: 10px;}
.p_main_box .p_main_nav a:hover{color: #e60012;}
.p_main_box .p_main_m .p_main_c{width: 100%;height: 100%;box-sizing: border-box;padding: 0 0 0 2vw;overflow: hidden;}
.p_abo_box{width: 100%;height: auto;margin: 20px 0;font-size: 14px;color: #757575;line-height: 30px;text-align: justify;overflow: hidden;}
.p_abo_box p:first-child{margin-top: 0;}
.p_abo_box p:last-child{margin-bottom: 0;}
.p_abo_box img{max-width: 100%;}
.p_abo_box table {font-size:14px;width:100%; color: #757575;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_main_box .p_main_m .line_c{width: 1px;height: 100%;position: absolute;left: 0;top: 60px;background: #d9d9d9;overflow: hidden;}
@media screen and (max-width: calc(1400px / 0.96)) {
	.p_main_box .sidebar_box{width: 28%;}
	.p_main_box .p_main_m{width: 72%;}
}
@media screen and (max-width: 991px) {
	.p_main_box{display: block;}
	.p_main_box .sidebar_box{display: none;}
	.p_main_box .p_main_m{width: 100%;display: block;}
	.p_main_box .p_main_nav{display: none;}
	.p_main_box .p_main_m .p_main_c{padding: 0;}
	.p_main_box .p_main_m .line_c{display: none;}
}

/* 新闻中心 */
.p_new_box{width: 100%;height: auto;overflow: hidden;}
.p_new_list{width: 100%;height: auto;overflow: hidden;}
.p_new_list ul{margin: 0;padding: 0;overflow: hidden;}
.p_new_list ul li{width: 100%;height: auto;margin: 30px 0;overflow: hidden;}
.p_new_list ul li .p_new_img{width: 238px;height: auto;border: 1px solid #d9d9d9;text-align: center;float: left;overflow: hidden;}
.p_new_list ul li .p_new_img img{vertical-align: middle;max-width: 100%;}
.p_new_list ul li .p_new_text{width: calc(100% - 260px);height: auto;float: right;overflow: hidden;}
.p_new_list ul li .p_new_text .title{width: 100%;height: 30px;line-height: 30px;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p_new_list ul li .p_new_text .title a{color: #333;}
.p_new_list ul li .p_new_text .title a:hover{color: #e60012;}
.p_new_list ul li .p_new_text .time{width: 100%;height: 30px;line-height: 30px;font-size: 12px;color: #757575;overflow: hidden;}
.p_new_list ul li .p_new_text .text{width: 100%;height: auto;max-height: 100px;font-size: 14px;color: #757575;line-height: 25px;text-align: justify;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}

@media screen and (max-width: 640px) {
	.p_new_list ul li{margin: 20px 0;}
	.p_new_list ul li .p_new_img{width: 45%;height: calc(96vw * 0.45 * (2 / 3));}
	.p_new_list ul li .p_new_text{width: calc(55% - 20px);height: auto;}
	.p_new_list ul li .p_new_text .title{height: auto;line-height: 30px;font-size: 16px;}
	.p_new_list ul li .p_new_text .text{height: auto;max-height: auto;font-size: 12px;line-height: 24px;-webkit-line-clamp: 3;}
}

@media screen and (max-width: 420px) {
	.p_new_list ul li .p_new_text .text{-webkit-line-clamp: 2;}
}

/* 新闻详情 */
.p_new_details{width: 100%;height: auto;overflow: hidden;}
.new_d_title{width: 100%;height: auto;padding: 20px 0;border-bottom: 1px solid #d9d9d9;text-align: center;font-size: 12px;color: #999;overflow: hidden;}
.new_d_title h1{margin: 0;padding: 0 0 10px;font-weight: normal;font-size: 24px;color: #333;overflow: hidden;}
.new_d_text{width: 100%;height: auto;margin: 20px 0;font-size: 14px;color: #757575;line-height: 30px;text-align: justify;overflow: hidden;}
.new_d_text p:first-child{margin-top: 0;}
.new_d_text p:last-child{margin-bottom: 0;}
.new_d_text img{max-width: 100%;}
.new_d_text table {font-size:14px;width:100%; color: #757575;border-width: 1px;border-color: #d9d9d9;border-collapse: collapse;}
.new_d_text table th {border-width: 1px;padding: 8px;border-style: solid;border-color: #d9d9d9;}
.new_d_text table td {border-width: 1px;padding:2px 4px; border-style: solid;border-color: #d9d9d9; text-align:center;}

/* 产品中心 */
.p_pro_box{width: 100%;height: auto;overflow: hidden;}
.p_pro_box .p_pro_list{width: 100%;height: auto;margin: 30px 0 0;overflow: hidden;}
.p_pro_box .p_pro_list ul{margin: -20px 0 0;padding: 0;overflow: hidden;}
.p_pro_box .p_pro_list ul li{width: 32%;height: auto;margin: 20px 2% 0 0;float: left;text-align: center;overflow: hidden;}
.p_pro_box .p_pro_list ul li:nth-child(3n){margin-right: 0;}
.p_pro_box .p_pro_list ul li .p_pro_img{width: 100%;height: ;overflow: hidden;}
.p_pro_box .p_pro_list ul li .p_pro_img img{vertical-align: middle;max-width: 100%;-webkit-transition: all 500ms;-o-transition: all 500ms;transition: all 500ms;}
.p_pro_box .p_pro_list ul li .p_pro_text{width: 100%;height: 50px;line-height: 25px;margin: 15px 0 0;text-align: center;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.p_pro_box .p_pro_list ul li .p_pro_text a{color: #333;-webkit-transition: all 100ms linear;-o-transition: all 100ms linear;transition: all 100ms linear;}
.p_pro_box .p_pro_list ul li:hover .p_pro_img img{-webkit-transform: scale(1.1) translateZ(0);-ms-transform: scale(1.1) translateZ(0);-o-transform: scale(1.1) translateZ(0);transform: scale(1.1) translateZ(0);}
.p_pro_box .p_pro_list ul li:hover .p_pro_text a{color: #e60012;}

@media screen and (max-width: 640px) {
	.p_pro_box .p_pro_list ul li{width: 49%;height: auto;margin: 20px 0 0;overflow: hidden;}
	.p_pro_box .p_pro_list ul li:nth-child(2n){float: right;}
}

/* 产品详情 */
.p_pro_details{width: 100%;height: auto;margin: 30px 0;overflow: hidden;}
.pro_d_switch{width: 660px;height: 830px;position: relative;z-index: 2;float: left;overflow: hidden;}
.pro_d_img{width: 660px;height: 660px;text-align: center;margin: 0 auto;position: relative;z-index: 2;overflow: hidden;}
.pro_d_img ul{margin: 0;padding: 0;width: 100%;height: 100%;position: relative;overflow: hidden;}
.pro_d_img ul li{width: 660px;height: 660px;font-size: 0;position: absolute;top: 0;left: 0;display: none;overflow: hidden;}
.pro_d_img ul li img{vertical-align: middle;max-width: 100%;}
.pro_d_ico{width: 550px;height: 150px;position: absolute;bottom: 0;left: 50%;margin: 0 0 0 -275px;overflow: hidden;}
.pro_d_ico ul{margin: 0;padding: 0;width: 10000%;height: 100%;overflow: hidden;}
.pro_d_ico ul li{width: 150px;height: 150px;text-align: center;float: left;margin: 0 50px 0 0;cursor: pointer;overflow: hidden;}
.pro_d_ico ul li.active{}
.pro_d_ico ul li img{vertical-align: middle;max-width: 100%;}
.pro_d_btn{width: 100%;height: 80px;position: absolute;top: 277px;left: 0;z-index: 5;overflow: hidden;}
.pro_d_btn .pro_btn{display: block;width: 50px;height: 80px;cursor: pointer;position: relative;overflow: hidden;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.pro_d_btn .pro_btn i{width: 70%;height: 4px;display: block;background: #d9d9d9;position: absolute;top: 50%;border-radius: 10px;}
.pro_d_btn .pro_btn.prev i{-webkit-transform-origin: left;-moz-transform-origin: left;-ms-transform-origin: left;-o-transform-origin: left;transform-origin: left;left: 2px;}
.pro_d_btn .pro_btn.next i{-webkit-transform-origin: right;-moz-transform-origin: right;-ms-transform-origin: right;-o-transform-origin: right;transform-origin: right;right: 2px;}
.pro_d_btn .pro_btn.prev i:first-child{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);margin: -1px 0 0;}
.pro_d_btn .pro_btn.prev i:last-child{-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);margin: -3px 0 0;}
.pro_d_btn .pro_btn.next i:first-child{-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);margin: -1px 0 0;}
.pro_d_btn .pro_btn.next i:last-child{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);margin: -3px 0 0;}
.pro_d_btn .pro_btn.prev{float: left;}
.pro_d_btn .pro_btn.next{float: right;}
.pro_d_btn .pro_btn.prev:hover i,.pro_d_btn .pro_btn.next:hover i{background: #999;}
/*手机版 多图*/
.m_switch_box{width: 100%;height: auto;position:relative;z-index:1;display: none;font-size: 0;overflow: hidden;}
.m_switch_box 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);}
.m_switch_box 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}
.m_switch_box ul li img{max-width:100%;}
.pro_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}
.pro_c.swiper-pagination-hidden{opacity:0}
.pro_c span{margin:0 3px;display:block;width:10px;height:10px;display:inline-block;border-radius: 50px;background:#d9d9d9;}
.pro_c span{cursor:pointer}
.swiper-pagination-white span{background:#d9d9d9}
.pro_c .swiper-pagination-bullet-active{width: 20px;background: #e60012;}

.pro_switch_text{width: 600px;float: right;overflow: hidden;}
.pro_switch_title{width: 100%;height: auto;margin: 0 0 10px;padding: 0 0 10px;line-height: 30px;color: #999;font-size: 12px;border-bottom: 1px solid #d9d9d9;overflow: hidden;}
.pro_switch_title h1{width: 100%;height: auto;margin: 0;padding: 0 0 10px;font-weight: normal;font-size: 26px;color: #333;}
.pro_switch_txt{width: 100%;height: auto;font-size: 14px;color: #757575;line-height: 30px;overflow: hidden;}
.pro_switch_txt p{margin: 4px 0;padding: 0;}
.pro_switch_txt img{max-width: 100%;}
.pro_switch_txt table {font-size:14px; width:100%; color: #757575; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.pro_switch_txt table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.pro_switch_txt table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}
.pro_d_m{width: 100%;height: auto;border-top: 1px solid #d9d9d9;overflow: hidden;}
.pro_d_text{width: 1400px;height: auto;margin: 20px auto;font-size: 14px;color: #757575;line-height: 32px;overflow: hidden;}
.pro_d_text p{margin: 4px 0;padding: 0;}
.pro_d_text p:last-child{margin-bottom: 0;padding-bottom: 0;}
.pro_d_text img{vertical-align: middle;max-width: 100%;font-size: 0;}
.pro_d_text table {font-size:14px;width:100%; color: #757575;border-width: 1px;border-color: #d9d9d9;border-collapse: collapse;}
.pro_d_text table th {border-width: 1px;padding: 8px;border-style: solid;border-color: #d9d9d9;}
.pro_d_text table td {border-width: 1px;padding:2px 4px; border-style: solid;border-color: #d9d9d9; text-align:center;}

@media screen and (max-width: 1365px) {
	.pro_d_switch{float: initial;margin: 0 auto;}
	.pro_switch_text{width: 100%;float: initial;margin: 40px 0 0;}
}
@media screen and (max-width: 991px) {
	.pro_d_switch{display: none;}
	.m_switch_box{display: block;}
}

/* 合作客户 */
.p_partners_box{width: 100%;height: auto;margin: 0 0 30px;overflow: hidden;}
.p_partners_box .p_partners_list{width: 100%;height: auto;overflow: hidden;}
.p_partners_box .p_partners_list ul{margin: 0;padding: 0;overflow: hidden;text-align: center;text-justify:inter-word;font-size: 0;}
.p_partners_box .p_partners_list ul li{width: 24%;min-width: 150px;height: auto;display: inline-block;*display: inline;*zoom: 1;vertical-align: top;margin: 1vw 0.5% 0;box-sizing: border-box;border: 1px solid #d9d9d9;text-align: center;overflow: hidden;}
.p_partners_box .p_partners_list ul li img{vertical-align: middle;max-width: 100%;}

/* 留言反馈 */
.p_fee_box{width: 100%;height: auto;margin: 30px 0;overflow: hidden;}
.p_fee_list{width: 100%;height: auto;overflow: hidden;}
.p_fee_list ul{margin: 0;padding: 0;overflow: hidden;}
.p_fee_list ul li{float: left;margin: 10px 0 0;overflow: hidden;vertical-align: top;}
.p_fee_list ul li input{width: 100%;height: 50px;border: 1px solid #d9d9d9;border-radius: 3px;box-sizing: border-box;padding: 0 10px;font-size: 14px;}
.p_fee_list ul li.f_text{width: calc(30% - 10px);height: 50px;margin-right: 10px;}
.p_fee_list ul li.f_code{width: 40%;float: right;}
.p_fee_list ul li.f_code input{width: calc(100% - 160px);float: left;}
.p_fee_list ul li.f_code img{width: 150px;height: 50px;border-radius: 3px;float: right;}
.p_fee_list ul li.f_textarea{width: 100%;height: auto;}
.p_fee_list ul li.f_textarea textarea{width: 100%;height: 360px;border: 1px solid #d9d9d9;border-radius: 3px;box-sizing: border-box;padding: 10px;font-size: 14px;}
.p_fee_list ul li.f_submit{width: 100%;height: 50px;overflow: hidden;}
.p_fee_list ul li.f_submit input{width: 50%;max-width: 180px;height: 50px;margin: 0 auto;display: block;border: 0;background: #e60012;color: #fff;border-radius: 3px;color: #fff;}
.p_fee_list ul li input::-webkit-input-placeholder{color: #757575;}
.p_fee_list ul li input::-moz-placeholder{color: #757575;}
.p_fee_list ul li input:-ms-input-placeholder{color: #757575;}
.p_fee_list ul li textarea::-webkit-input-placeholder{color: #757575;}
.p_fee_list ul li textarea::-moz-placeholder{color: #757575;}
.p_fee_list ul li textarea:-ms-input-placeholder{color: #757575;}

@media screen and (max-width: 991px) {
	.p_fee_list ul li.f_text{width: calc(50% - 5px);margin-right: 0;}
	.p_fee_list ul li.f_text:first-child{margin-right: 10px;}
	.p_fee_list ul li.f_code{width: 100%;float: left;}
}
@media screen and (max-width: 640px) {
	.p_fee_text{text-align: left;}
}


/* PC版页码 */
.list{width: 100%;height: auto;text-align: center;font-size: 0;margin: 30px 0;overflow: hidden;}
.list a{display: inline-block;*display: inline;*zoom: 1;width: auto;min-width: 20px;height: 40px;line-height: 40px;padding: 0 10px;font-size: 14px;background: #f5f5f5;color: #757575;vertical-align: top;border-radius: 3px;margin: 0 3px;overflow: hidden;-webkit-transition: all 100ms;-o-transition: all 100ms;transition: all 100ms;}
.list a.active,.list a:hover{background: #e60012;color: #fff;}

/*手机版页码*/
.m_list{width: 100%;height: auto;line-height: 50px;font-size: 14px;text-align: center;padding: 30px 0;font-size: 0;display: none;}
.m_list a{display: inline-block;background: #bbb;color: #fff;padding: 0 22px;margin: 0 5px;font-size: 14px;border-radius: 3px;vertical-align: top;}
.m_list a.active{background: #e60012;}
.m_list a:hover{background: #e60012;}
.m_list span{display: inline-block;height: 100%;font-size: 10px;color: #bbb;font-family: '宋体';padding: 0 3px;vertical-align: top;}
.m_list .list_show{width: 50px;height: 50px;padding: 0;background: #bbb;text-align: center;border-radius: 3px;overflow: hidden;}
.m_list .list_show i{width: 55%;height: 1px;background: #fff;display: block;margin: 0 auto;overflow: hidden;}
.m_list .list_show i:nth-child(2n){margin: 8px auto;}

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

/*手机版弹出分页*/
.list_nav{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: rgba(0, 0, 0, .8);z-index: 100;display: none;overflow: hidden;}
.list_nav ul{width: 96%;max-height: 70%;margin: 0 auto;padding: 0;overflow: hidden;overflow-y: auto;}
.list_nav ul li{width: 18%;height: 60px;line-height: 60px;margin: 10px 2.5% 0 0;border-radius: 3px;float: left;text-align: center;overflow: hidden;}
.list_nav ul li:nth-child(5n){margin-right: 0;}
.list_nav ul li a{width: 100%;height: 100%;display: block;background: #fff;color: #333;}
.list_nav ul li a.active{background: #e60012;color: #fff;}
.list_close{width: 15vw;max-width: 70px;height: 15vw;max-height: 70px;border-radius: 50%;border: 2px solid #fff;margin: 50px auto 0;position: relative;overflow: hidden;}
.list_close i{width: 60%;height: 2px;display: block;background: #fff;position: absolute;top: 50%;left: 50%;margin: -1px 0 0 -30%;transform-origin: center center;}
.list_close i:first-child{transform: rotate(45deg);}
.list_close i:last-child{transform: rotate(-45deg);}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.list_nav ul li{width: 10.75%;margin: 10px 2% 0 0;}
	.list_nav ul li:nth-child(5n){margin: 10px 2% 0 0;}
	.list_nav ul li:nth-child(8n){margin-right: 0;}
}


#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;}}
/* 定义在线客服 */