@charset "utf-8";
@media (min-width:320px){
	html{font-size:42.667px !important;}
}
@media (min-width:360px){
	html{font-size:48px !important;}
}
@media (min-width:375px){
	html{font-size:50px !important;}
}
@media (min-width:480px){
	html{font-size:64px !important;}
}
@media (min-width:600px){
	html{font-size:80px !important;}
}
@media (min-width:750px){
	html{font-size:100px !important;}
	
}
/* CSS Document */
body{margin:0; padding:0; font-family:"微软雅黑"; background:#fff url(../images/bg.png) repeat;}
*{margin:0; padding:0;}
ul,li,dl,dt,dd{list-style-type:none}
a{text-decoration:none !important;line-height:none !important}
.glyphicon{ top:0 !important;}
.no-padding {padding: 0 !important;}
.no-margin {margin: 0 !important;}
.no-background{ background:none !important;}
.no-border{ border:none !important;}
.overflow{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
a{ text-decoration:none !important; cursor:pointer !important;color:#999;}
a:focus{outline:none;}
ul{margin:0;}
li{list-style: none;}
.imgvertical{vertical-align:middle !important;}
.container-fluid{ max-width:1230px !important;}
.container{max-width:1000px !important;padding:0;}
.clearfix:before,.clearfix:after {display: table;content:'';}
.clearfix:after { clear: both; }
.clearfix { *zoom:1;}
h1,h2,h3,h4,h5,h6{margin:0; padding:0;}
.tr{transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;-webkit-transition:all 0.5s}
.tr1{transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;
background-size: cover;background-position: center center;background-repeat: no-repeat;}
.tr2{transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s}
.da{ transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1)}
textarea:required,input:required{ -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; box-shadow: none;}
body{overflow-x:hidden;}
img{max-width: 100%}
.clear{*zoom:1;}
.clear:after{content:".";display:block;visibility:hidden;overflow:hidden;height:0;clear:both;}
p{margin: 0 0 0 0;}


/*全局样式*/
.topbox{border-bottom: 1px solid #e5e5e5;line-height: 40px;}
.topbox .left{font-size: 12px;color: #999;}
.topbox .right .link{float: left;font-size: 0;height: 40px;}
.topbox .right .link a{display: inline-block;padding:0 10px;color: #333;border-right: 1px solid #fff;font-size: 12px;}
.topbox .right .link a:hover{text-decoration: underline !important;}
.topbox .right .wei{float: right;margin:0 20px;position: relative;cursor: pointer;}
.topbox .right .wei .sao{position: absolute;top: 0;left:calc(100% + 10px);width: 120px;height: 120px;z-index: 22; display: none}
.topbox .right .wei .sao img{width: 100%;height: 100%}
.topbox .right .wei:hover .sao{display: block;}


header{height: 108px;}
.logo{line-height:108px;}
header .phone{margin-top: 33px;background: url(../images/phone.png) no-repeat left center;padding-left:50px;color: #333}
header .phone h4{font-size:0.28rem; color:#E03927;font-family: "Arial";font-weight: bold}



/*pc导航*/
.nav{background:#e4080a;height: 55px}
.nav li{width:calc(100% / 8);float:left;font-size:16px; line-height:55px;text-align:center;position:relative;}
.nav li:before{content: "";position: absolute;top: 18px;right: 0; width: 1px;height: 19px;border-right:1px solid rgba(255,255,255,1);display: none;}
.nav li:last-child:before{display: none}
.nav li a{display:block;color:#fff;position: relative;z-index: 22;}
.nav li a img{margin-right: 8px}
.nav li .on,.nav li a:hover{background: #BD2919}
/*导航二级下拉*/
.nav li .nav-zi{width:100%;position:absolute; left:0; top:100%;z-index:99; display:none;}
.nav li .nav-zi li{ width:100%; font-size:14px;line-height:45px;margin-top:1px;border:0;}
.nav li .nav-zi li a{display:block; padding:0 5px; color:#fff;background:rgba(0,0,0,0.65);}
.nav li .nav-zi li:hover a{background:rgba(222, 58, 37,0.9);color:#fff;}
.nav li .nav-zi:before{display: none}
.nav li .nav-zi li:before{display: none}


header .sjdnav{ display:none;width:150px;height:auto;position:absolute;right:0;top:100px;z-index:2000; }
header .sjdnav ul{ padding:0; margin:0;}
header .sjdnav li{width:100%;background:rgba(0,0,0,0.55);text-align:center;font-size:15px;line-height:38px;font-weight:bold;margin-bottom:3px}
header .sjdnav li a{display:block;color:#fff;}
header .sjdnav li a:hover{ background:rgba(255,150,16,0.9);}
header .ydd_btn{width:40px;cursor:pointer;position:absolute;z-index:2000;top:40px;right:15px;}
header .ydd_btn span{ display:block; width:100%; height:4px; background:#E03927;}
header .ydd_btn span.span02{margin:4px 0;}
header .ydd_btn.click{ background:none;}
header .ydd_btn.click span{ background:#E03927;}
header .ydd_btn.click span.span01{transform:rotate(45deg);-ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); position:relative;top:8px;margin-top:0px;} 
header .ydd_btn.click span.span02{margin:4px 0;}
header .ydd_btn.click span.span03{transform:rotate(-45deg);-ms-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg);position:relative;top:-8px;margin-top:0px;}
header .ydd_btn.click span.span02{ width:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}
header .form { margin-left: 80px; display: flex; align-items: center; height: 108px;}
header .form .form-box { display: flex; align-items: center; border: 1px solid #e53939; position: relative;}
header .form .form-box input { display: block; width: 3.5rem; height: 0.42rem; line-height: 0.42rem; background-color: #fff; border: none; outline: none; font-size: 0.16rem; color: #999; padding: 0 0.2rem; }
header .form .form-box button { display: block; width: 1.2rem; height: 0.42rem; line-height: 0.42rem; padding: 0; text-align: center; font-size: 0.16rem; color: #fff; border: none; outline: none; background-color: #E03927; cursor: pointer; }
header .form .form-box button:hover {background-color: #BD2919;}
.hot-words {display: none; opacity: 0; overflow-y: scroll; position: absolute;top: 0.5rem; left: 0;min-height: 200px;max-height: 220px; width: 3.5rem;border-radius: 5px;background-color: #FFFFFF;padding: 10px;z-index: 100;box-shadow: 1px 1px 5px #999;border: 1px solid #f1f1f1;}
.hot-words.on {display: block; opacity: 1;}
.hot-words .item {text-overflow: ellipsis;white-space: nowrap;overflow: hidden; width: 100%;height: 30px; line-height: 30px;margin-bottom: 5px;border-bottom: 1px solid #f1f1f1;}
.hot-words .item:hover { border-bottom: 1px solid #f1f1f1;color: #E03927;cursor: pointer;}
.hot-words .item:last-child {margin-bottom: 0px;border-bottom: none;}

/*banner轮播*/
.banner{position:relative;width: 100%; height: 500px;overflow: hidden;}
.banner .swiper-container,.banner .swiper-wrapper,.banner .swiper-slide{width: 100%; height: 100%;}
.banner a{ display: block; font-size: 0; text-align: center;}
.banner a img{ width: 100%; height: 100%;}
.banner .swiper-pagination{ position: absolute; left: 0; bottom:20px; z-index: 1; width: 100%; font-size: 0; text-align: center;}
.banner .swiper-pagination span{ margin: 0 5px; width:28px; height: 6px; background:#fff; opacity: 1;border-radius:0;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ background: #E03927;}
.banner img{width:100%;}

/* 内页banner */
.in-banner{position:relative;width: 100%; height: 350px;}
.in-banner .swiper-container,.in-banner .swiper-wrapper,.in-banner .swiper-slide{width: 100%; height: 100%;}
.in-banner a{ display: block; font-size: 0; text-align: center;}
.in-banner a img{ max-width: 100%;}
.in-banner img{
	width: 100%;
}
.in-banner .swiper-slide{position: relative;}
.banner-text{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: 0 auto;display: flex;justify-content: center;align-items: center;color: #fff;flex-direction: column;}
.banner-text .tit{font-size: 36px;margin-bottom: 14px;}
.banner-text .sub-tit{font-size: 16px;letter-spacing: 6px;}
.form-search { margin-left: 80px; display: flex; align-items: center; height: 108px;justify-content: center;}
.form-search .form-box { display: flex; align-items: center; border: 1px solid #999; position: relative;}
.form-search .form-box input { display: block; width: 3.5rem; height: 0.46rem; line-height: 0.46rem; background-color: #fff; border: none; outline: none; font-size: 0.16rem; color: #999; padding: 0 0.2rem; }
.form-search .form-box button { display: block; width: 1.2rem; height: 0.46rem; line-height: 0.46rem; padding: 0; text-align: center; font-size: 0.16rem; color: #fff; border: none; outline: none; background-color: #E03927; cursor: pointer; }
.form-search .form-box button:hover {background-color: #BD2919;}
.form-search .hot-words {display: none; opacity: 0; overflow-y: scroll; position: absolute;top: 0.5rem; left: 0;min-height: 200px;max-height: 220px; width: 3.5rem;border-radius: 5px;background-color: #FFFFFF;padding: 10px;z-index: 100;box-shadow: 1px 1px 5px #999;border: 1px solid #f1f1f1;}
.form-search .hot-words.on {display: block; opacity: 1;}
.form-search .hot-words .item {text-overflow: ellipsis;white-space: nowrap;overflow: hidden; width: 100%;height: 30px; line-height: 30px;margin-bottom: 5px;border-bottom: 1px solid #f1f1f1;}
.form-search .hot-words .item:hover { border-bottom: 1px solid #f1f1f1;color: #E03927;cursor: pointer;}
.form-search .hot-words .item:last-child {margin-bottom: 0px;border-bottom: none;}

/*主体内容*/
.main1{padding:0.2rem 0.5rem 0.5rem;}
.title{color:#000;font-size: 16px; text-align:center;margin:0.6rem 0 0.6rem;text-transform: uppercase;}
.title h4{font-size:36px;font-weight: bold;margin-bottom: 12px !important}
.title span{display: block;}

/* pc端 */
.wrap{margin:0 auto;width: 100%;max-width: 1400px;min-width: 300px;}
.service-box { height: 1.45rem; background: url(../images/service-box.jpg) no-repeat center/cover; margin-top: 0.4em; }
.service-box .wrap{text-align: center; padding: 0.45rem 0 0 0;}
.service-box h2 { font-size: 0.3rem; color: #333; line-height: 1.5; font-weight: normal;display: inline-block; }
.service-box a { width: 1.25rem; height: 0.4rem; margin-left: 0.2rem; line-height: 0.4rem; font-size: 0.14rem; color: #d41721; text-align: center;border: 1px solid #d41721;display: inline-block;}
.service-box a:hover {background-color: #d41721; color: #fff;}


/* 页码*/
.diy_page,.diy_page2{font:12px/21px Arial;clear:both;margin:0 auto;text-align:center;color:#999;}
.diy_page a img{border:0;}
.diy_page a{text-decoration:none;color:#333;border:1px solid #CCCCCC; padding:0 4px;margin-right:1px;display: inline-block;}
.diy_page a:hover{color:#E03927;background:#CCCCCC;text-decoration:none;}
.diy_page a.current{border:1px solid #CCCCCC; background: #e03927;color: #f5f5f5;}
.diy_page a.p_n{padding: 0.1rem 0.12rem;}
.diy_page a.p_n:hover{border:1px solid #e03927;;background: #e03927;color: #f5f5f5;text-decoration:underline;}
.diy_page a.nob{border:none;padding:0 3px}
.diy_page a.p_n2{text-decoration:none;border:1px solid #FFF;}
.diy_page a.p_n2:hover{border:1px solid #FFBB55;}
.diy_page>span{display: block;font-size: 0.16rem;margin: 0.1rem 0 0 0;}

.met-page{width: 100%;}

.dock{position: fixed; right: 0px;width: 50px;-moz-opacity: 0.7;opacity: 0.7;z-index: 200;}
.dock.close{z-index: 50;}
.dock ul.icons{position: absolute;list-style: none;right: 0px;padding: 0px;width: 50px;border: 1px solid #333;border-right: none;background: #111;-moz-border-radius: 10px 0 0 10px;-webkit-border-radius: 10px 0 0 10px;border-radius: 10px 0 0 10px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;-ms-transition: all .3s ease-in-out 0s;-o-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.dock.close ul.icons{right: -70px;}
.dock ul.icons li i{display: block;position: relative;width: 50px;height: 50px;background: url(../images/icons.png) no-repeat;cursor: pointer;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;-ms-transition: all .3s ease-in-out 0s;-o-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;z-index: 210;}
.dock ul.icons li.active i{-moz-opacity: 0.4;opacity: 0.4;}
.dock ul.icons li.up i{background-position: -63px -150px;}
.dock ul.icons li.tel i{background-position: -62px -108px;}
.dock ul.icons li.im i{background-position: -63px -20px;}
.dock ul.icons li.wechat i{background-position: -59px -66px;}
.dock ul.icons li.down i{background-position: -63px -190px;}
.dock ul.icons li p{display: block;position: absolute;top: 50px;right: -260px; padding: 15px 15px; height:120px;color: White;line-height: 30px;border: 1px solid #333;border-right: none;background: #111;-moz-border-radius: 10px 0 0 10px;-webkit-border-radius: 10px 0 0 10px;border-radius: 10px 0 0 10px;-moz-opacity: 0;opacity: 0;filter: alpha(opacity=0);-webkit-transition: all .4s ease-in-out .1s;-moz-transition: all .4s ease-in-out .1s;-ms-transition: all .4s ease-in-out .1s;-o-transition: all .4s ease-in-out .1s;transition: all .4s ease-in-out .1s;overflow: hidden;z-index: 201;}
.dock ul.icons li.active p{right: 50px;-moz-opacity: 1;opacity: 1;filter: alpha(opacity=100);}
.dock ul.icons li.tel p{width: 150px; height:130px; line-height:25px; font-size:14px;}
.dock ul.icons li.im p{width: 150px; height:130px; line-height:25px; font-size:14px;}
.dock ul.icons li.im p a{display: block; margin-top: 12px;width: 80px;height:30px;line-height:27px;color:#f00;font-size:14px;text-align:center;text-decoration: none; border:1px solid #f00;-moz-border-radius:5px;-webkit-border-radius: 5px;border-radius: 5px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;-ms-transition: all .3s ease-in-out 0s;-o-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.dock ul.icons li.im p a:hover{color:#fff;background: #f30;border:1px solid #f00;}
.dock ul.icons li.wechat p{width:150px; height:150px; line-height:25px}
.dock ul.icons li.wechat p img{border: 2px solid #000; max-width:115px}
.dock a.switch{position: absolute;display: block; top:270px;right:11px; width:26px;height: 26px;background: url(../images/icons.png) no-repeat 0px -640px;cursor: pointer;-webkit-transition-delay: .15s;-moz-transition-delay: .15s;-ms-transition-delay: .15s;-o-transition-delay: .15s;transition-delay: .15s;transition:all .5s;}
.dock a.switch:hover{transform:rotate(180deg);}



/* pc底部-新 */
.footer-box { background-color: #222222; padding: 0.6rem 0 0.25rem; }
.footer-box .wrap .left-column { width: 3.6rem; padding-right: 0.55rem; border-right: 1px solid #303438;    display: inline-block; }
.footer-box .wrap .left-column .bottom-logo { display: block; width: 3.27rem; height: auto; }
.footer-box .wrap .left-column .bottom-logo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.footer-box .wrap .left-column .u-con, .footer-box .wrap .left-column .mail, .footer-box .wrap .left-column .address { font-size: 0.12rem; line-height: 0.24rem; color: #999; }
.footer-box .wrap .left-column .u-con { margin: 0.3rem 0 0.2rem; }
.footer-box .wrap .left-column .share { margin-top: 0.2rem; }
.footer-box .wrap .left-column .share ul { display: flex; align-items: center; }
.footer-box .wrap .left-column .share ul li { position: relative; margin-right: 0.2rem; }
.footer-box .wrap .left-column .share ul li .ico { display: block; width: 0.28rem; height: 0.28rem; border-radius: 50%; background-image: url(../images/icon.png); background-size: 3rem; cursor: pointer; }
.footer-box .wrap .left-column .share ul li .u-img { width: 0.8rem; height: 0.8rem; overflow: hidden; display: none; position: absolute; top: 0.3rem; left: 50%; margin-left: -0.4rem; }
.footer-box .wrap .left-column .share ul li .u-img img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.footer-box .wrap .left-column .share ul li.wb .ico { background-position: 0 -0.46rem; }
.footer-box .wrap .left-column .share ul li.qq .ico { background-position: -0.28rem -0.46rem; }
.footer-box .wrap .left-column .share ul li.wx .ico { background-position: 0 -0.75rem; }
.footer-box .wrap .left-column .share ul li:hover .u-img { display: block; }
.footer-box .wrap .bottom-nav { width: 7rem; display: inline-block;vertical-align: top;}
.footer-box .wrap .bottom-nav .items { padding-left: 0.35rem; width: 1.7rem;display: inline-block; vertical-align: top;}
.footer-box .wrap .bottom-nav .items h3 { font-size: 0.16rem; color: #dfdfdf; line-height: 0.28rem; margin-bottom: 0.2rem; }
.footer-box .wrap .bottom-nav .items .m-list ul li a { display: block; font-size: 0.12rem; color: #999; line-height: 1.2;  padding: 0.1rem 0; }
.footer-box .wrap .bottom-nav .items .m-list ul li a:hover { color: #fff; text-decoration: underline; }
.footer-box .wrap .right-column {display: inline-block;    vertical-align: top;float: right;}
.footer-box .wrap .right-column .u-phone { font-size: 0.42rem; color: #e11b25; line-height: 0.6rem; text-align: center; font-weight: bold; }
.footer-box .wrap .right-column p { font-size: 0.14rem; color: #999; line-height: 0.28rem; text-align: center; }
.footer-box .wrap .right-column .m-imgtext {width:100%; margin-top: 0.4rem; text-align: center;  }
.footer-box .wrap .right-column .m-imgtext .items{ display:inline-block; margin: 0 0.1rem;}
.footer-box .wrap .right-column .m-imgtext .items .u-img { width: 1.15rem; height: 1.15rem; }
.footer-box .wrap .right-column .m-imgtext .items .u-img img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.footer-box .wrap .right-column .m-imgtext .items span { display: block; font-size: 0.14rem; color: #808188; text-align: center; margin: 0.2rem 0; }
.footer-box .links { padding-top: 0.25rem; margin-top: 0.5rem; border-top: 1px solid #303438; }
.footer-box .links label { display:inline-block; width: 0.75rem; font-size: 0.12rem; color: #999; line-height: 0.24rem; }
.footer-box .links .links-list { width: 13rem;display: inline-block;}
.footer-box .links .links-list ul { }
.footer-box .links .links-list ul li {display: inline-block;}
.footer-box .links .links-list ul li a { font-size: 0.12rem; color: #808188; line-height: 0.24rem; margin: 0 0.15rem; }
.footer-box .links .links-list ul li a:hover { text-decoration: underline;color: #eee;  }

.copyright-box { background-color: #0b0b0c; }

.copyright-box .wrap { height: 0.6rem;line-height: 0.6rem; }
.copyright-box .wrap .left-column{display:block;float: left;}
.copyright-box .wrap .left-column p span { font-size: 0.12rem; color: #808188; line-height: 1.5; margin: 0 0.15rem 0 0; }
.copyright-box .wrap .left-column p span  a{ color: #808188; }
.copyright-box .wrap .left-column p span  a:hover{ color: #eee; }
.copyright-box .wrap .right-column{display:block; float: right;}
.copyright-box .wrap .right-column a { font-size: 0.12rem; color: #808188; line-height: 1.5; margin: 0 0.1rem; }
.copyright-box .wrap .right-column a:hover { text-decoration: underline; }



.navbox01{font-size:0; text-align:center; margin-bottom:30px}
.navbox01 .navli{display:inline-block;line-height:30px;font-size:16px; color:#000; padding:0 12px; margin:0 5px 10px;border:1px solid #dbdbdb;}
.case .navbox01 .navli.active,.case .navbox01 .navli:hover,.navbox01 .navli.active,
.navbox01 .navli:hover{background:#D55547;border-color: #D55547;color: #fff}

.more01{display: block;width: 228px;line-height: 56px;text-align:center;margin:30px auto 0;color: #333;font-size: 0.16rem;border:1px solid #dbdbdb;}
.more01:hover{background: #D55547;border-color: #D55547; color: #fff}


.choose .title .tu{margin-bottom: 15px}
.choose .title span{color: #E03927;background: url(../images/title01.png) no-repeat center center;font-size: 20px}
.choose .imgbox{display: block;border:2px solid #d0d0d0;padding:8px;margin-bottom: 30px}
.choose .imgbox .num{width: 104px;height: 98px;float: left; padding:5px; background: #E03927;font-size: 12px;text-align: center;color: #fff}
.choose .imgbox .num .box{border:1px solid rgba(255,255,255,0.6);width: 100%;height: 100%;display:flex; flex-direction:column; justify-content:center;}
.choose .imgbox .num span{font-family: "Arial"}
.choose .imgbox .num .tou{font-size: 30px;font-weight: bold}
.choose .imgbox .text{width: calc(100% - 104px);float: right;padding:15px 20px 0 20px;font-size: 16px}
.choose .imgbox .text .tou{font-size: 20px;margin-bottom: 12px;color: #E03927;font-weight: bold;}
.choose .col-md-6:nth-child(3) .num .tou{font-size: 24px}




/* 首页新闻 */
.news-swiper{height: 510px;}

.show{background:url(../images/q11.jpg) #E03927 top center no-repeat;background-size: cover;}
.show .title{color: #fff}
.show .more01,.show .navbox01 .navli{border-color:rgba(255,255,255,0.5);color: #fff}
.show .row{margin:0 -10px !important;}
.show .col-xs-12{padding: 0 10px;}
.show .imgbox{display: block;background: #fff;color: #333;text-align: center;margin-bottom: 20px;border: 1px solid #e5e5e5;}
.show .imgbox .shang{margin: 0 0.2rem 0 0.2rem; padding:0.2rem 0 0.1rem 0; border-bottom: 1px solid #e5e5e5;}
.show .imgbox .tu{overflow: hidden;background: #e5e5e5; text-align: left;}
.show .imgbox .tu img{ height: 2.4rem;}
.show .imgbox .tou{font-size: 0.2rem;padding:0.2rem 0;font-weight: 700;text-align: left;} 
.show .imgbox .subtitle{ text-align: left; font-size: 0.16rem; color: #999;  overflow: hidden; text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 3; -webkit-box-orient: vertical;height: 0.7rem;} 
.show .imgbox .more{line-height: 1.6; color: #999; padding:0.15rem 0.2rem; text-align: left;}
.show .imgbox .more span{padding: 0 0.1rem 0 0;}

.details .show{background-size: cover;}
.details .show .title{color: #fff}
.details .show .more01,.show .navbox01 .navli{border-color:rgba(255,255,255,0.5);color: #fff}

.details .show .row{margin:0 -10px !important;}
.details .show .col-md-3{padding:0 10px !important;width: 33%;}
.details .show .imgbox{display: block;background: #fff;color: #333;text-align: center;margin-bottom: 20px;border: 1px solid #e5e5e5;}
.details .show .imgbox .shang{margin: 0 0.2rem 0 0.2rem; padding:0.2rem 0 0.1rem 0; border-bottom: 1px solid #e5e5e5;}
.details .show .imgbox .tu{overflow: hidden;background: #e5e5e5; text-align: left;}
.details .show .imgbox .tu img{ height: 2.4rem;}
.details .show .imgbox .tou{font-size: 0.2rem;padding:0.2rem 0;font-weight: 700;text-align: left;} 
.details .show .imgbox .subtitle{ text-align: left; font-size: 0.16rem; color: #999;  overflow: hidden; text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp: 3;  -webkit-box-orient: vertical;height: 0.7rem;} 
.details .show .imgbox .more{line-height: 1.6; color: #999; padding:0.15rem 0.2rem; text-align: left;height:auto;}
.details .show .imgbox .more span{padding: 0 0.1rem 0 0;}

.jianjie{background: #f4f4f4;}
.jianjie .row{margin:0 !important;}
.jianjie .col-md-6{padding:0 !important;}
.jianjie .right{background: #fff;box-shadow: 4px 0 10px rgba(0,0,0,0.1);height: 4.2rem;padding: 0.3rem 0.4rem 0.3rem 0.46rem;}
.jianjie .right h4{font-size: 20px;font-weight: bold;}
.jianjie .right .xian{width: 40px;height:3px;background: #e5e5e5;margin:20px 0 15px;}
.jianjie .right .text{line-height: 30px;height: 2.5rem;overflow: hidden;margin-bottom: 0.1rem;font-size: 0.16rem;}
.jianjie .right .text p{text-indent: 2em;padding: 0 0 0.2rem 0;}
.jianjie .right .more{display: block;width: 150px; border: 1px solid #E03927;color: #E03927;line-height: 46px; text-align: center;font-size:0.16rem;}
.jianjie .right .more:hover{background: #E03927; color: #fff;}



.choose .col-md-6:nth-child(2n) .imgbox .num{float: right;}
.choose .col-md-6:nth-child(2n) .imgbox .text{float: left;}
.jianjie .left .tu{height: 4.2rem;overflow: hidden;}

.show .imgbox:hover .img{transform:scale(1.1,1.1)}
.show .imgbox:hover .tou{border-color: #fff;color: #D55547;}
.show .imgbox:hover .more{background:#D55547;color: #fff}
.case-box .imgbox:hover{border-color: #D55547}
.case-box .imgbox:hover .tou{background:#D55547;color: #fff}
.jianjie .imgbox:hover{border-color: rgba(174,198,50,0.65);}
.jianjie .imgbox:hover .tu{transform:scale(1.1,1.1);}
.xinwen .left:hover .img{transform: scale(1.1,1.1)}
.xinwen .left .img{height: 480px;}
.xinwen .right .imgbox{height:120px}
.xinwen .right .imgbox:hover .tou{color: #E03927;}
.hezuo-box .imgbox:hover .img,.hezuo .imgbox:hover .tu{transform: scale(1.1,1.1)}
.lianxi .left .more:hover{background: #E03927;color: #fff}
.contact .hezi{padding-left:250px;}
.contact .left{position: absolute;left:0;top: 0;width: 210px}


.xinwen .title span{display: block;}
.xinwen .row{margin:0 -5px !important;}
.xinwen .col-md-6{padding:0 5px !important;}
.xinwen .left{display: block;overflow: hidden;position: relative;margin-bottom: 30px}
.xinwen .left .mask{position: absolute;left:20px;bottom:20px;width:calc(100% - 40px);background: rgba(255,255,255,0.9);color: #333;padding:20px;z-index: 2;}
.xinwen .left .zi{line-height: 24px;height: 48px;overflow: hidden;}
.xinwen .right{background: #f2f2f2;padding:0 30px;}
/*box-shadow: 4px 0 10px rgba(0,0,0,0.1)*/
.xinwen .right .imgbox{display: block;padding:29px 0;color: #333;border-bottom:1px solid #e5e5e5;}
.xinwen .right .imgbox .time{width: 100px;border-right:1px solid #e5e5e5;text-align: right;height: 60px;padding-right: 15px; display:flex; flex-direction:column; justify-content:center;font-size: 14px;font-family: "Arial";padding-left: 5px}
.xinwen .right .imgbox .time h4{font-size: 30px;color: #E03927;font-family: "Impact"; margin-bottom: 5px !important;border-bottom: 1px solid #e5e5e5}
.xinwen .right .imgbox .text{width: calc(100% - 100px);padding-left: 15px;}
.xinwen .left .tou,.xinwen .right .imgbox .text .tou{font-size: 18px;margin-bottom: 10px;font-weight: bold}
.xinwen .more01{border-color: #E03927;color: #E03927}
.xinwen .more01:hover{background: #E03927; color: #fff}



.case{background: #f4f4f4}
.case .title{color: #333}
.case .more01,.case .navbox01 .navli{border-color:#E03927;color: #E03927}
.case .more01:hover{background: #E03927;border-color: #E03927; color: #fff}
.case .imgbox{margin:0 0 20px;}
.more01:hover{border-color:#fff;color: #E03927;background:#fff;}
/*左右方向箭头*/
.swiper1{position:relative;}
.swiper1 .swiper-button{width:52px !important;height:52px;top:47%;font-size: 55px;color: #333;line-height: 52px;text-align: center;font-family: "宋体";font-weight: bold}
.swiper1 .swiper-button.swiper-button-prev{left: -85px;background:none; cursor: pointer;}
.swiper1 .swiper-button.swiper-button-next{right: -85px;background:none;cursor: pointer;}
.swiper1 .swiper-button-next.swiper-button-disabled,.swiper1 .swiper-button-prev.swiper-button-disabled {opacity:0.5;background:none}


.hezuo .imgbox{display: block;overflow: hidden;border:1px solid #e4e4e4;margin: 0 10px 10px 0;}
.hezuo .swiper2{padding:0 5px;}
.hezuo .tr1{background-size: contain;}

.lianxi{background: url(../images/lianxi-bg.jpg) center center;background-size: cover;font-size: 12px;color: #fff}
.lianxi .title h4{color: #fff;background: url(../images/title1.png) no-repeat center center;}
.lianxi .left .text{line-height: 21px;height: 63px;overflow: hidden;}
.lianxi .left .zi{line-height: 24px;margin:30px 0 20px;}
.lianxi .left .more{display: block;width: 128px;background: #fff;color: #000;line-height: 40px;text-align: center;}
.lianxi .right form .row{margin:0 -5px !important;}
.lianxi .right form .col-md-12,.lianxi .right form .col-md-6{padding:0 5px !important;}
.lianxi .right form input{width: 100%;height: 40px;border:1px solid #aeaeae;padding:0 10px;margin-bottom: 10px;background: none}
.lianxi .right form textarea{width: 100%;height: 120px;border:1px solid #aeaeae;padding:8px 10px;line-height: 25px;margin-bottom: 10px;background: none;resize: none}
.lianxi .right form button{width: 100%;height: 40px;background: #E03927;border:0;color: #fff;}


.contact{background:#343434; color:#aaa;line-height: 24px}
.contact a{color:#aaa;}
.contact a:hover{color:#333; text-decoration:underline !important}
.contact .hezi{position: relative;}
.contact .left{background: #E03927;text-align: center;padding:40px 10px 58px;}
.contact .middle{font-size: 13px;padding: 40px 0 20px 60px}
.contact .middle h4{font-size: 16px;color: #fff;margin-bottom: 15px !important}
.contact .middle .sao{width: 155px;float: right;text-align: center;font-size: 16px}
.contact .middle .sao img{width: 100%;display: block;margin-bottom: 10px}
.contact .right{padding:40px 0;text-align: right;}
.contact .copyright{margin-top: 20px;}
.contact .right .sao{width: 155px;display: inline-block;margin:0 15px; text-align: center;font-size: 16px}
.contact .right .sao img{width: 100%;display: block;margin-bottom: 10px}
.contact form .row{margin:0 -5px !important;}
.contact form .col-md-12,.lianxi .right form .col-md-6{padding:0 5px !important;}
.contact form input{width: 100%;height: 40px;border:0; border-bottom:1px solid #4f4f4f;padding:0 10px;margin-bottom: 10px;background: none}
.contact form textarea{width: 100%;height: 120px;border:0;border-bottom:1px solid #4f4f4f;padding:8px 10px;line-height: 25px;margin-bottom: 10px;background: none;resize: none}
.contact form button{width: 100%;height: 40px;background: #5c5c5c;border:0;color: #fff;}



footer{font-size:12px;color:rgba(255,255,255,0.5);text-align: center;}
footer a{color:rgba(255,255,255,0.5); margin:0 10px}
footer a:hover{color:#fff; text-decoration:underline !important}

@font-face{font-family:'iconfont';src:url('../t/font_1432720974_1547027.eot');src:url('../t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'),url('../t/font_1432720974_15470271.woff') format('woff'),url('../t/font_1432720974_15470272.ttf') format('truetype'),url('../t/font_1432720974_15470273.svg#iconfont') format('svg')}
@font-face{font-family:'Pacifico';font-style:normal;font-weight:400;src:local('Pacifico Regular'),local('Pacifico-Regular'),url(../s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-x.woff2) format('woff2')}

.fa{display:inline-block;font-family:"iconfont";font-size:20px;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale}
.fa-icon-qq:before{content:"\e604"}
.fa-icon-weibo:before{content:"\e600"}
.fa-icon-weixin:before{content:"\e605"}
.fa-icon-zaixianzixun:before{content:"\e608"}

/*手机底部*/
.hot{width:100%; height:58px; background:#E03927; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;border:2px solid #E03927;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/icon/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/icon/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }
footer ul li a{ padding: 0 10px; height: 12px; font-size: 12px; line-height: 12px; }

/* 站内地图 */
.site-map{
	width: 100%;
	height: auto;
	position: relative;
	padding: 0.5rem 0.6rem;
}
.site-map .map-item{
	width: 100%;
	height: auto;
}
.site-map .map-tit{
	height: 0.3rem;
	line-height: 0.3rem;
	font-weight: bold;
	font-size: 0.2rem;
	position: relative;
	display: inline-block;
	padding-left: 0.25rem!important;
}
.site-map .map-tit::before{
	content: "";
	display: block;
	position: absolute;
	top:0.05rem;
	left: 0rem;
	width: 0.04rem;
	height: 0.2rem;
	background-color: #E03927;
}
.site-map .map-tit a{color: #333;}
.site-map .map-tit .link:hover{
	color: #D55547;
}
.site-map .map-con{
	position: relative;
	padding: 0.1rem 0 0.4rem 0.3rem;
}
.site-map .map-sub{
	position: relative;
	padding-left: 0.15rem;
	width: 33%;
	height: 0.4rem;
	display: inline-block;
}
.site-map .map-sub::before{
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 0.02rem);
	left: 0rem;
	width: 0.04rem;
	height: 0.04rem;
	background-color: #E03927;
}
.site-map .map-sub .link{
	color: #333333;
	font-size: 0.16rem;
	line-height: 0.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.site-map .map-sub:hover::before{
	background-color: #D55547;
	border-radius: 50%;
}
.site-map .map-sub:hover .link{
	color: #D55547;
}
/* 在线联系 */
.sub-message {
	padding: 0.4rem 0;
}

.sub-message .m-textimg {
	line-height: 0.24rem;
	margin-bottom: 0.2rem;
	font-size: 0.14rem;
}

.sub-message .m-textimg img {
	float: left;
	margin-right: 0.15rem;
}

.sub-message i {
	display: inline-block;
	padding-right: 0.05rem;
	font-style: normal;
	color: #f00;
	*zoom: 1;
}

.sub-message .m-tage {
	padding: 0.05rem 0;
}

.sub-message .m-form {
	margin-bottom: 0.2rem;
	padding:0.2rem 0.1rem;
	border: 1px solid #e9e9e9;
	background: #fcfcfc;
}
.m-form-tr{width: 100%;overflow: hidden; padding: 0.1rem 0 0.2rem;}
.m-form-td{display: inline-block;width: 49%;}
.feedback-name-box{width: 20%; display: inline-block;text-align: right;}
.feedback-input-box{width: 78%;display: inline-block;}
.feedback-input-box input{  padding: 0.05rem 0.1rem;width: 80%;line-height: 0.2rem;}
.feedback-input-box textarea{  padding: 0.05rem 0.1rem;width: 100%;height: 1.4rem}
.m-form-textarea .feedback-name-box{width: 0.9rem;vertical-align: top;}
.m-form-textarea .feedback-input-box{width: 78%;}


.cody{margin-bottom: 0.1rem;}

.sub-message .m-submit {
	text-align: left;
	vertical-align: top;
}

.sub-message .m-submit img {
	margin-left: 0.05rem;
	vertical-align: top;
	height: 0.3rem;
}

.sub-message .m-submit .btn {
	width: 0.8rem;
	height: 0.4rem;
	line-height: 0.4rem;
	margin: 0;
	margin-left: 0.05rem;
	font-family: 'microsoft yahei';
	font-size: 0.14rem;
	border: none;
	cursor: pointer;
	padding: 0;
}

.sub-message .m-submit input {
	width: 1.2rem;
	height: 0.3rem;
	line-height: 0.2rem;
	margin: 0;
	padding-left: 0.05rem;
	vertical-align: top;
	cursor: auto;
}

.sub-message .m-submit input,
.sub-message .m-form textarea {
	font-family: 'microsoft yahei';
	border: 1px solid #ddd;
	background: #fff;
}

.sub-message .m-submit .btn {
	color: #fff;
	background: #E03927;
}
/* com-change */
.com-change {
	margin-top: 0.6rem;
}

.com-change a {
	width: 50%;
	line-height: .64rem;
	color: #333;
	display: block;
	float: left;
	padding: 0 .3rem;
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.com-change a:hover {
	color: #f7f7f7;
	background-color: #E03927;
	animation: ato ease forwards 3s;
	-webkit-animation: ato ease forwards 3s ;
	transition: all ease 0.3s; 
}
@-webkit-keyframes ato{
	0%{border: 1px solid #f7f7f7;}
	25%{border-top-color: #E03927;}
	50%{border-top-color: #E03927;border-right-color: #E03927;}
	75%{border-top-color: #E03927;border-right-color: #E03927;border-bottom-color: #E03927;}
	100%{border: 1px solid #E03927;}
}

@keyframes ato{
	0%{border: 1px solid #f7f7f7;}
	25%{border-top-color: #E03927;}
	50%{border-top-color: #E03927;border-right-color: #E03927;}
	75%{border-top-color: #E03927;border-right-color: #E03927;border-bottom-color: #E03927;}
	100%{border: 1px solid #E03927;}
}

.com-change a.next {
	text-align: right;
}



/*子页面*/
.zitu{background: url(../images/fuwu-bg.jpg) center center;background-size: cover;}
.zitu .box{margin-top:-100px;position: relative;z-index: 222;}
.zitu img{width: 100%;border-radius: 15px}

/*1、关于我们*/
.main{ padding:40px 0 50px;font-size:14px; line-height:28px;} 

/*内页左侧导航主要样式*/
.neiye .menu{background: #E03927;background-size: cover;
     padding:0.2rem 0 0.2rem 0.3rem; text-align:left;font-size:24px; color:#fff;font-weight: bold; text-transform:uppercase; position:relative}
.neiye .menu img{margin-right: 15px}
.neiye .menu i{display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index:1; cursor:pointer}
.neiye .menu span{position:absolute; right:30px; line-height:45px;}
.neiye .nav1{display:block;font-size:16px; color:#333; line-height:60px;border-bottom:1px solid #e6e6e6; padding:0 10px 0 30px;text-align: left;}
.neiye ul a{display:block; font-size:14px; color:#333; line-height:42px; padding:0 10px 0 60px; border-bottom:1px solid #e5e5e5; position:relative}
.neiye ul a:before{content:"-"; position:absolute; left:35px; top:0; font-size:18px; color:#333;}
.neiye ul{display:none; padding:0 35px}
.neiye .ul1{display:block;}
.neiye .navbox{background:#fff; padding:0 0 30px; border:1px solid #e6e6e6; border-top:0;}

/*一级导航、二级导航默认选中状态*/
.neiye .nav1.active{color:#E03927;text-decoration: underline !important;}
.neiye .nav1.active:before{background:#c2d465; /*transform:rotate(90deg)*/}
.neiye ul a.active{color:#E03927;}
.neiye ul a.active:before{color:#E03927;content:"+"; font-size:14px;}

.neiye .menu1{margin-top:20px;background:#E03927;background-size: cover;}
.neiye .lian{background:#fff;font-size:14px;line-height:40px; padding:10px 15px 30px; border:1px solid #d9d9d9; border-top:0;}
.neiye .lian .tou img{max-width: 100%}
.neiye .lian .sao{max-width: 175px;margin:15px auto 0;text-align: center;}
.neiye .lian .sao img{max-width:100%;border:1px solid #e9e8e8;}


.main .navbox01{margin-bottom:26px;}

.main .cont{margin-top:30px;min-height: 6rem;}
.title-zi{font-size:14px; color:#333; padding-bottom:10px; border-bottom:1px solid #e1e1e1; margin:0 0 30px;position: relative;}
.title-zi .zuo{font-size: 0.24rem; display: inline-block; padding:0 0;position: relative;}
.title-zi .zuo:before{content: "";position: absolute;left:0;bottom: -14px;width: 100%;height:3px;background: #E03927}
.title-zi .you {position: absolute;right: 0;text-align: right;bottom: 10px;}
.title-zi .you span{color: #666;}
.title-zi .you a{color:#333;}
.title-zi .you a:hover{color:#E03927;text-decoration: underline !important;}


.weixiu{font-size:14px;line-height:26px; }
.weixiu h4{font-size:16px;font-weight: bold; line-height:28px;}
.weixiu img{max-width:100%; height:auto; display:block; margin:10px auto;}


.about{line-height:30px; }
.about h4{font-size:21px;font-weight: bold; line-height:28px;margin-bottom: 10px !important}
.about img{max-width:100%; height:auto; display:block; margin:10px auto;}
.about .text{margin-top: 20px}

.call-us{line-height:30px; }
.call-us h4{font-size:16px; font-weight:bold;line-height:35px;}
.call-us .text{margin-top: 20px}
.call-us img{max-width:100%; height:auto;display: block;}

.case-box,.show-box{background:none; padding:0;line-height: normal}
.case-box .row,.show-box .row{margin:0 -10px !important}
.case-box .col-xs-6,.show-box .col-xs-6{padding:0 10px !important}
.show-box .imgbox{margin:0 0 20px;border:1px solid #f5f5f5; color: #000000;}
.case-box .imgbox .shang{padding:10px;}
.case-box .imgbox .tou{text-align: center;}

.show-txt{padding: 0.2rem 0;font-size: 0.18rem;font-weight: 700;}

.news-box .imgbox{display:block; position:relative; padding-bottom:25px; border-bottom:1px solid #e5e5e5; margin-bottom:25px;line-height: normal;color:#333;}
.news-box .imgbox .tu{width:235px; height:175px; border:1px solid #e6e6e6; overflow:hidden;float: left;padding:10px;}
.news-box .imgbox .tu .imgbg,.news-box .imgbox .tu .img{width:100%; height:100%;overflow:hidden;}
.news-box .imgbox .text{float: left;width: calc(100% - 235px);padding:15px 0 0 20px;}
.news-box .imgbox .text h4{font-size:18px;}
.news-box .imgbox .text span{font-size:12px; color:#999; display:block;margin:10px 0;}
.news-box .imgbox .text .zi{color: #999;line-height:24px; height:48px; overflow:hidden;margin-bottom: 15px}


.news-box .answerbox{border-bottom: 1px solid #f5f5f5; padding: 0.2rem 0;display: block;}
.news-box .answerbox .overflow{color: #333;}
.news-box .answerbox .overflow span{padding: 0.05rem 0.05rem;background: #f56161; color: #fff; text-align: center; font-size: 0.14rem;border-radius: 4px;display: inline-block;margin: 0 0.1rem 0 0;}
.news-box .answerbox .text .answer{padding: 0.1rem 0 0 0;color: #666;}
.news-box .answerbox .text .answer span{padding: 0.05rem 0.05rem;background: #606060;color: #fff; text-align: center;display: inline-block;font-size: 0.14rem;border-radius: 4px;margin: 0 0.1rem 0 0;line-height: 1.1;}


.news-main{font-size:14px; line-height:24px; margin: 0 3%;}
.news-tou{width:100%; margin:0 auto 0.3rem; border-bottom:1px solid #ededed;padding: 0 0 0.2rem 0;}
.news-main .news-tou .news-tit{ font-size:0.28rem; line-height:1.5; text-align:center; padding-bottom:0.2rem !important;}
.news-main .news-tou .news-time{display:block; text-align:center; font-size:12px; color:#7f7f7f; margin:0 0 10px}
.news-main .news-tou .news-time span{margin:0 0.1rem}
.news-main img{ max-width:100%; height:auto; margin:20px auto;}


.liuyan{ width:65%; margin:0 auto;}
.liuyan .form-group{margin-bottom:5px;}
.liuyan label{ padding-top:0 !important; text-align:left !important;height:34px; line-height:34px; font-weight:normal;}
.liuyan input{background:#fff; border:1px dashed #E03927; height:37px;border-radius:0}
.liuyan textarea{background:#fff; border:1px dashed #E03927; height:107px;border-radius:0}
.liuyan button{width:100%; height:37px; color:#fff; background:#E03927; border:none; border-radius:0; margin-top:5px}

.show-main{}
.show-main .news-tit{font-size:0.36rem; text-align:center; line-height:35px; margin-bottom:0.5rem !important;border-bottom: 1px solid #f5f5f5;  padding: 0.2rem 0 0.4rem 0;}
.show-main img{max-width:100%; display:block; margin:10px auto 20px;}
/* 详情页相关产品的样式 */
.details .show-main{}
.details .show-main .news-tit{font-size:0.36rem; text-align:center; line-height:35px; margin-bottom:0.5rem !important}
.details .show-main img{max-width:100%; display:block; margin:10px auto 20px;}

.hezuo-box .row{margin:0 -10px !important}
.hezuo-box .col-xs-6{padding:0 10px !important}
.hezuo-box .imgbox{display: block;font-size: 18px;text-align: center;color: #333;line-height: 40px;margin-bottom: 15px}
.hezuo-box .imgbox .tu{overflow: hidden;border:1px solid #e4e4e4;margin-bottom:3px}

.hezuo-box .tr1{background-size: contain;}

.call-us,.about{line-height: 40px}

/* 通用悬浮按钮 */
.m-client{position:fixed;bottom: 25%;right:2%;z-index:99;width:50px;}
.m-client li{position:relative;margin-top:4px;width:50px;height:50px;zoom:1;}
.m-client li:first-child{margin-top:0;}
.m-client .u-a{position:absolute;top:0;right:0;padding-left:50px;height:100%;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#ddd url(../images/ico-client.png) 0 0 no-repeat;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.m-client li.client-contact .u-a{background-position:0 0;}
.m-client li.client-tel .u-a{background-position:0 -50px;}
.m-client li.client-wechat .u-a{background-position:0 -100px;}
.m-client li.client-goTop .u-a{background-position:0 -150px;}
.m-client .u-a .text{overflow:hidden;padding-right:10px;height:50px;color:#666;white-space:nowrap;font-size:18px;line-height:50px;opacity:0;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;filter:alpha(opacity=0);}
.m-client .u-a:hover{background-color:#D55547;background-image:url(../images/ico-client-hover.png);}
.m-client .u-a:hover .text{color:#fff;opacity:1;filter:alpha(opacity=100);}
.m-client .u-a .QRcodeBox{position:absolute;top:0;right:100%;z-index:10;display:none;margin-right:10px;padding:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#D55547;width: 120px;height: 120px;}
.m-client .u-a .QRcodeBox:before{position:absolute;top:19px;right:-12px;overflow:hidden;width:0;height:0;border-color:transparent transparent transparent #D55547;border-style:solid;border-width:6px;content:"";}
.m-client .u-a .QRcodeBox img{width:120px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.m-client li.client-goTop,.m-client li.client-goTop .u-a{height:0;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.m-client li.client-goTop .u-a{overflow:hidden;}
.m-client li.client-goTop.show1,.m-client li.client-goTop.show1 .u-a{height:50px;}




/*一级导航、二级导航hover事件*/
.neiye .nav1:hover{color:#E03927;text-decoration: underline !important;}
.neiye .nav1:hover:before{background:#c2d465;/*transform:rotate(90deg)*/}
.neiye ul a:hover{color:#E03927;}
.neiye ul a:hover:before{color:#E03927 !important; content:"+"; font-size:14px}

.news-box .imgbox:hover .tu .img{transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1)}
.news-box .imgbox:hover .text .more{color: #E03927;text-decoration: underline !important;}
.news-box .imgbox:hover .text h4{color: #E03927;}
.news-box .imgbox:hover .zi{color: #666}


/* m-down */
.m-down .download {
	margin: 0.4rem 0 0.6rem;
    border-top: 1px solid #f5f5f5;
    padding: 0.5rem 0 0 0;
}

.m-down .download .tit {
	font-size: 0.20rem;
	color: #000;
	font-weight: bold;
	text-align: left;
}

.m-down .download .item {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.16rem;
	color: #333333;
	position: relative;
	padding-left: 0.3rem;
}

.m-down .download .item::before {
	content: '';
	width: 0.17rem;
	height: 0.23rem;
	position: absolute;
	top: 50%;
	margin-top: -0.08rem;
	left: 0;
	background: url(../images/icon/down.png) no-repeat;
	background-size: 100%;
}

.m-down .download .item span {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 90%;
}

.m-down .download .item .link {
	display: inline-block;
	vertical-align: middle;
	color: #4A7DD9;
	margin-left: 0.1rem;
}

.m-down .download .item .link:hover {
	color: #183883;
	text-decoration: underline;
}

@media (max-width:1350px){
.owl-theme .owl-controls .owl-buttons div{ display:none !important}
}



@media (max-width:991px){
	header{height:90px;}
    header .form {display: none;}
	.logo{line-height:90px; width:100%}
	header .ydd_btn{top:30px}
	header .sjdnav{ top:90px}
	header .ydd_btn span.span02{margin:6px 0;}
	.banner .swiper-button{display: none}
	.banner .swiper-pagination{bottom: 10px}
	.jianjie .right{ height: auto;padding: 0.4rem 0.6rem;}
	.jianjie .right .text{height: auto;max-height: auto;}
	.jianjie .right .text p{font-size: 0.32rem;}
	.jianjie .right .more{margin: 0 auto;font-size: 0.28rem;line-height: 0.8rem;}
	.xinwen .right{margin-bottom: 20px}
	.lianxi .left{margin-bottom: 30px}
	.contact{text-align: center;}
	.contact .left{max-width:240px;margin:0 auto 20px;padding:20px 10px 35px;}
	.show-box .row{margin:0 -10px !important}
	.show-box .col-xs-6{padding:0 10px !important}
	.show-box .imgbox{margin:0 0 24px}


	/*手机侧导航 下拉 开始*/
	.neiye{text-align:center;}
	.neiye .menu{padding:0;}
	.neiye .menu img{display: none}
	.neiye .menu span,.neiye .menu{line-height:52px;font-size: 0.32rem; padding: 0 0 0 0.3rem;}
	.neiye ul a.active,.neiye ul a:hover,.neiye ul a,.neiye .nav1.active,.neiye .nav1:hover,.neiye .nav1{background-image:none; padding:0;text-align:center}
	.neiye ul a:before,.neiye .nav1:before{display:none;}
	.neiye .navbox{padding:0;}
	.neiye .nav1{padding:0 10px;line-height: 45px}
	.neiye .nav1 span{display: none}
	/*手机侧导航 下拉 结束*/
	.main3{padding-top:30px;}
	.zitu .box{margin:20px 0 0;}
}


@media screen and (max-width:768px) {
    
   
	.main{ padding:0.4rem 0 0 0;} 
	.wrap{width: 92%;}
	#tabBar{ position: fixed; left:20px; bottom:20px; z-index: 99; width: calc(100% - 40px); height: 50px;}
	#tabBar.active{ animation: tabBarAnimation 3s 1s infinite linear;  }
	#tabBar .clickbtn{ position: absolute; right: 0; bottom: 0; z-index: 2; width:50px; height:50px; font-size: 0; line-height: 50px; background: rgba(255,255,255,0.8); border-radius: 50%; }
	#tabBar .clickbtn span{ display: block; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; opacity: 0; }
	#tabBar .clickbtn img{ width: 22px; }
	#tabBar .clickbtn.on{ animation:clickbtnAnimation 10s 0s infinite linear; box-shadow: 0 3px 5px rgba(0,0,0,0.5); }
	#tabBar .clickbtn.on:before{ content: ""; position: absolute; left: 0; bottom: -5px; z-index: 1; width: 20px; height: 5px;}
	#tabBar .clickbtn.active{ background:url(../images/tabBar/xian2.png) rgba(110,209,207,1); background-size: 100% 100%; }
	#tabBar .clickbtn.active:before{ content: ""; position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; border:solid 1px rgba(255,255,255,0.2); border-radius: 50%; }
	#tabBar .clickbtn.active > img{ opacity: 0; }
	#tabBar .clickbtn.active span{ opacity: 1; }
	#tabBar .navigation{ position: absolute; left:calc(100% - 100px); bottom: 0; z-index: 1; width:0; height: 50px; border-radius: 25px; transition: all 0.3s;}
	#tabBar .navigation:before{ content: ""; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; border-radius: 25px; background:-moz-linear-gradient(left,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.6) 100%);background:-webkit-linear-gradient(left,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.6) 100%);background:linear-gradient(to right,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.6) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff',endColorstr='#99ffffff',GradientType=1 );}
	#tabBar .navigation ul{ position: relative; z-index: 2; padding: 0 60px 0 20px; }
	#tabBar .navigation ul li{ width: calc(100% / 3); font-size: 0; }
	#tabBar .navigation ul li a{ position: relative; left: 10px; display: inline-block; vertical-align: top; line-height: 50px;opacity: 0; }
	#tabBar .navigation ul li a .tab-icon{ margin-right: 5px; }
	#tabBar .navigation ul li a .tab-icon img{ width: 22px; }
	#tabBar .navigation ul li a .tab-title{ font-size: 12px;color: #333; }
	#tabBar .navigation.active{ box-shadow: 5px 5px 10px rgba(0,0,0,0.2); animation: navigationAnimation 0.5s 0s linear forwards; }
	#tabBar .navigation.active ul li:nth-child(1) a{animation:navigationAAnimation 0.3s 0.5s linear forwards; }
	#tabBar .navigation.active ul li:nth-child(2) a{animation:navigationAAnimation 0.3s 0.6s linear forwards; }
	#tabBar .navigation.active ul li:nth-child(3) a{animation:navigationAAnimation 0.3s 0.7s linear forwards; }		

	@keyframes tabBarAnimation{
		0%{transform:translate(0,0);}
		30%{transform:translate(0,5px);}
		50%{transform:translate(0,0);}
		70%{transform:translate(0,-5px);}
		100%{transform:translate(0,0);}
	}

	@keyframes navigationAnimation{
		0%{left:calc(100% - 100px); width: 0; }
		80%{ left: -10px; width:100%; }
		90%{ left:  5px; width:100%; }
		100%{ left: 0; width:100%; }
	}

	@keyframes navigationAAnimation{
		from{ left: -10px; opacity: 0; }
		to{ left: 0; opacity: 1; }
	}

	@keyframes clickbtnAnimation{
		0%{ transform: rotateY(0deg); }
		10%{transform: rotateY(270deg); }
		15%{transform: rotateY(180deg); }
		30%{transform: rotateY(0deg); }
		100%{transform: rotateY(0deg); }
	}
	.banner img{
		min-height: 200px;
	}
    .banner{height: 200px;}
    .in-banner{height: 150px;}
    .banner-text .tit{font-size: 24px;margin-bottom: 14px;}
    .banner-text .sub-tit{font-size: 14px;letter-spacing: 2px;padding: 0 0.5rem;}
	/* site-map */
	.site-map .map-tit{
		line-height: 1.2rem;
		height: 1.2rem;
		font-size: 0.5rem;
		padding-left: 0.4rem;
	}
	.site-map .map-tit::before{
		top: 0.3rem;
		height: 0.6rem;
	}
	.site-map .map-con{
		padding-left: 0.5rem;
		padding-top: 0.2rem;
	}
	.site-map .map-sub{
		float: none;
		width: 100%;
		padding-left: 0.2rem;
		height: 0.5rem;
		margin-bottom: 0.3rem;
	}
	.site-map .map-sub::before{
		content: "";
		display: block;
		position: absolute;
		top: calc(50% - 0.15rem);
		left: 0rem;
		width: 0.1rem;
		height: 0.3rem;
		background-color: #E03927;
	}

	.site-map .map-sub .link{
		color: #333333;
		font-size: 0.4rem;
		line-height: 0.5rem;
	}
	.site-map .map-sub:hover::before{
		background-color: #D55547;
		border-radius: 50%;
	}
	.site-map .map-sub:hover .link{
		color: #D55547;
	}
	.sub-message .m-submit {text-align: left;}
	.sub-message .m-textimg {  line-height: 1.6; font-size: 0.26rem;}
	.sub-message .m-submit input{width: 2rem;height: 0.5rem;line-height: 0.5rem;}
	.sub-message .m-submit img{height: 0.5rem;}
	.sub-message .m-submit .btn{width: 2rem;height: 0.5rem;}
	.sub-message .m-form-td{width: 100%!important;padding-bottom: 0.1rem;}
	.feedback-name-box,.m-form-textarea .feedback-name-box{width: 1.8rem;}
	.feedback-input-box,.m-form-textarea .feedback-input-box{width: 4.8rem;}
	.feedback-input-box input{width: 100%;}
	/* com-change */
	.com-change {
		padding-top: .4rem; 
	}
	
	.com-change a {
		width: 100%;
		float: none;
		line-height: 1rem;
		margin-bottom: .3rem;
	}
	
	.com-change a.next {
		text-align: left;
	}
	body{padding-top:70px ;}
	header{height:70px;position: fixed;width: 100%;background-color: #fff;top: 0;left: 0;z-index: 100;box-shadow: 2px 0 5px #999;}
	.logo{line-height:70px;}
	header .lianjie{margin:20px 60px 0 0;}
	header .ydd_btn{top:23px;width:32px;}
	header .sjdnav{ top:70px}
	.choose .title .tu img{max-height: 40px}
	.choose .title span{font-size: 18px}
	.title h4{font-size: 0.5rem;}
	.main1.show .imgbox .tu .img{height: 2.4rem;}
    .main1.show .imgbox .tu .tu-img { height: 3.6rem; }

	.show .imgbox .shang{padding:0.2rem 0.1rem 0.2rem 0.1rem;margin: 0 0.1rem 0 0.1rem;height: auto;}
	.show .imgbox .tou{padding:15px 0;} 
	.show .imgbox .more{line-height: 30px;}
	.show .imgbox .subtitle{height: auto; font-size: 0.26rem;}
	.swiper1 .swiper-button{display: none;}
	.liuyan{width:100%;}
	.contact .right{text-align: center;}

	.service-box { height: 2.2rem;}
	.service-box h2{font-size: 0.42rem;display: block;}
	.service-box a { margin:0.2rem 0 0.1rem; width: 2rem; height: 0.6rem; line-height: 0.6rem; font-size: 0.26rem; }
	.copyright-box{overflow: hidden;}
	.copyright-box .wrap { height: auto; padding: 0.3rem; }
	.copyright-box .wrap .left-column{float: inherit;text-align: center;}
	.copyright-box .wrap .left-column p { margin: 0.1rem 0 0 0;}
	.copyright-box .wrap .left-column p span { font-size: 0.26rem;line-height: 1.8; display: block;}
	.copyright-box .wrap .right-column{ margin: 0.3rem 0 0 0;display:none;} 
	.copyright-box .wrap .right-column a { font-size: 0.22rem; } 
	.footer-box{overflow: hidden;}
	.footer-box .wrap .left-column{display: none;}
	.footer-box .wrap .bottom-nav{display: none;}
	.footer-box .links{display: none;}
	.footer-box .wrap .right-column{float: inherit;margin: 0 auto;    width: 100%;}
	.footer-box .wrap .right-column p{font-size: 0.26rem;}
	.footer-box .wrap .right-column .u-phone{font-size: 0.6rem;  color: #e11b25;  line-height: 1.5;}
	.footer-box .wrap .right-column .m-imgtext .items .u-img{width: 2.8rem; height: 2.8rem;}
	.footer-box .wrap .right-column .m-imgtext .items span {font-size: 0.26rem;}
	
	/*网站地图*/
	.sitemap-name{font-size: 0.32rem;line-height: 2; margin:0.5rem 0 0.2rem 0; }
	.sitemap-subname a{  padding: 0 0.5rem 0 0;font-size: 0.24rem;line-height: 2; }
	
	/*法律声明*/
	.legal-con b{font-size: 0.32rem;line-height: 2; margin: 0.4rem 0 0 0;}
	.legal-con p{font-size: 0.24rem;line-height: 2; padding: 0.1rem 0;}

	.logo img{height: 1.1rem;}
	.main1{padding: 0.2rem 0 0.5rem 0;}
	.title{margin:50px 0 35px;}
	.title h4{font-size: 25px;margin-bottom: 8px !important}
	.choose .title .tu{margin-bottom: 5px}
	.choose .title .tu img{max-height:25px}
	.choose .title span{font-size: 14px}
	.choose .imgbox{padding:3px;margin-bottom: 15px;border-width: 1px}
	.choose .imgbox .num{width: 70px;height: 65px;padding:3px;}
	.choose .imgbox .num .tou{font-size: 20px;}
	.choose .imgbox .text{width: calc(100% - 70px);padding:6px 5px 0 12px;font-size: 14px;}
	.choose .imgbox .text .tou{font-size: 16px;margin-bottom:8px;}
	.choose .col-md-6:nth-child(3) .num .tou{font-size: 18px}
	.show .row{margin:0 -6px !important;}
	.show .imgbox{margin:0 0 12px !important;}
	.show .imgbox .tou{font-size: 16px;padding:10px 0;} 
	.show .imgbox .more{line-height: 30px;}
	.more01{width: 3.2rem;line-height: 0.9rem;margin-top:0.25rem;font-size: 0.3rem}
    .news-swiper{min-height: 664px;}
	.xinwen .left .img{height: 5rem;}
	.xinwen .left .mask{left:10px;bottom:10px;width:calc(100% - 20px);padding:15px;}
	.xinwen .right{padding:0 15px;}
	.xinwen .right .imgbox{padding:15px 0;height: auto;}
	.xinwen .right .imgbox .time{width: 1.6rem;}
	.xinwen .right .imgbox .time h4{font-size: 0.4rem;}
	.xinwen .right .imgbox .text{width: calc(100% - 1.6rem);padding-left: 0.12rem;}
	.xinwen .left .tou, .xinwen .right .imgbox .text .tou{font-size: 16px}
	.contact .title h4{font-size: 28px}
	.contact .right{padding:38px 0 25px;}
	.contact .left{max-width:200px;margin:0 auto 20px;padding:20px 10px 25px;}
	.contact .left img{max-height: 145px;}
	.contact .right .sao{width: 136px;margin:0 5px 15px;font-size: 14px}

	.case-box .row,.show-box .row{margin:0 -6px !important}
	.case-box .col-xs-6,.show-box .col-xs-6{padding:0 6px !important}
	.show-box .imgbox{margin:0 0 12px}
	.case-box .right .imgbox{margin:0 0 12px}

	.news-box .imgbox{padding-bottom: 20px;margin-bottom: 20px}
	.news-box .imgbox .tu{width:40%; height:2.2rem;padding:5px;}
	.news-box .imgbox .text{width: calc(100% - 10px);padding:0.05rem 0 0 0}
	.news-box .imgbox .text.news{width: calc(100% - 40%);padding:0.05rem 0 0 2%}
	.news-box .imgbox .text h4{font-size:0.34rem;}
	.news-box .imgbox .text .zi{margin-bottom: 0;}
	.news-box .imgbox .text .more{display: none}

	.hezuo-box .row{margin:0 -6px !important}
	.hezuo-box .col-xs-6{padding:0 6px !important}
	.hezuo-box .imgbox{font-size: 16px;line-height: 35px;margin-bottom: 10px}
	
	.diy_page>span{font-size: 0.26rem;}
	.m-client{bottom: 2%;}
	.show-main{padding-left: 0;}
	.navbox01 .navli{line-height:2.4;font-size:0.24rem; padding:0 0.2rem; margin:0 0.1rem 0.14rem 0.1rem;}
	.title span{font-size:0.28rem;}
	
	/* m-down */
	.m-down .download .tit {
		font-size: 0.36rem;
	}

	.m-down .download .item {
		font-size: 0.32rem;
		padding-left: 0.5rem;
		margin-top: 0.4rem;
	}

	.m-down .download .item::before {
		width: 0.3rem;
		height: 0.34rem;
	}
	.show-main .news-tit{font-size: 0.42rem;}
	.main .cont{min-height: auto; padding: 0 0 0.5rem 0;}
	.news-box .answerbox{padding: 0.4rem 0;font-size: 0.28rem;}
	.news-box .answerbox .overflow{font: 0.32rem;}
	.news-box .answerbox .overflow span{font-size: 0.26rem;}
	.news-box .answerbox .text .answer span{font-size: 0.26rem;}
	.news-main .news-tou .news-tit{font-size:0.42rem; }
	.col-xs-4{width: 50%;padding: 0.15rem;}
	.details .show .imgbox .tou{font-size: 0.3rem;}
	.details .show-main .news-tit{font-size: 0.42rem;}
	.show-txt{ font-size: 0.38rem;}

	
}


