﻿@charset "utf-8";
/*==============================common==================================*/
*{margin:0; padding:0;box-sizing: border-box}
body,h1,h2,h3,h4,h5,p,ul,ol,form,fieldset,figure {  margin: 0;  padding: 0;  }
h3{font-weight:normal}
body {color:#333; font-size:14px;  font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",sans-serif;background: #fff}
ul,ol {list-style:outside none none;}
dl { padding:0; margin:0;}
dd { margin:0;}
a {text-decoration: none; color:#333;}
/*限制文字,文字超出显示冒号*/
.text-cut{overflow: hidden;  white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis;}

/* 文章上下篇 */
.wengzhengfanye {overflow: hidden;padding: 0.1rem;background: #ededed;margin-bottom: 0.4rem}
.wengzhengfanye .wengzhengfanyeA { line-height:1.8;}
.wengzhengfanye .wengzhengfanyeB { line-height:1.8;}
.wengzhengfanye span { color:#333;}
.wengzhengfanye a { text-decoration:none; }

/* 文章类别上下页 */
.page { overflow:hidden;padding: 0.2rem 0}
.pagelink { text-align:center;}
.pagelink span,.pagelink a { display:inline-block;text-align:center;padding:3px 8px;border:solid 1px #ccc; color:#666; margin:0 2px;}
.pagelink a:hover,.pagelink a.on { background:#ef3024; color:#fff; border:solid 1px #ef3024;}
.pagelink span{display:inline-block; color:#fff; background:#ef3024;border:solid 1px #ef3024;padding:3px 8px;}

/*==============================style==================================*/
.fl{ float:left}
.fr{ float:right}
.clear{clear: both}
.contioner {max-width: 720px;margin: 0 auto; min-width: 320px;overflow: hidden; position:relative;font-size: 0.26rem;}
.wapper{padding-bottom:1rem; position:relative;z-index:100; background:#FFF;color: #333}
.container{margin: 0 0.2rem;overflow: hidden;font-size: 0.26rem}

/*============================= 首页 ============================*/
.top{overflow: hidden;padding: 0.2rem}
.logo img{width: 4.4rem}
.menu-button {width:25px;height:15px;cursor:pointer; top: 0.32rem;position: absolute;right: 0.2rem;}
.menu-button:before { content:""; position:absolute; border-bottom:9px double #d90e0e; border-top:3px solid #d90e0e; width:25px; height:3px;}

/*浮动导航*/
.top_fd {width:100%; height: 100%;position:fixed; top:0; left:0; z-index:9999; display:none;}
.maskbg {background:#333; position:absolute; left:0; top:0; opacity:0.3; height:100%; width:100%;}
.mask-close{cursor:pointer; color:#fff; font-size:26px; position:absolute; top:0; right:13px;z-index: 2}
.top_fd ul{overflow:hidden; background:#333; position:relative; top:0;overflow-y: auto;width: 100%;height: 100%}
.top_fd ul li{width:100%;border-bottom:1px solid #fff;overflow: hidden}
.top_fd ul li a{color:#fff; height:40px; line-height:40px; font-size:14px; padding-left:30px;float: left}
.submenu-toggle{cursor:pointer;line-height:40px;color:#fff; display:inline-block; float:right; font-size:28px; padding-right:20px;}
.top_fd ul li .sub-menu {background:#fff; overflow:hidden;display: none;width: 100%}
.top_fd ul li .sub-menu a{display:block; height:35px; line-height:35px; padding-left:40px;color: #1f1d1c;width: 100%}

/*banner图片切换样式*/
.banner{ position:relative; overflow:hidden;}
.banner .swiper-container{ width: 100%;height: 100%;overflow:hidden;}
.banner ul li{height: 3.5rem;color: #fff;text-align: center;display: flex;justify-content: center;flex-direction: column}
.banner .pagination{position: absolute; bottom:0.2rem; width:100%; z-index:100; text-align: center;}
.banner .swiper-pagination-bullet{width: 8px;height: 8px;display: inline-block;border-radius: 15px;border:1px solid #fff;margin: 0 3px!important;}
.banner .swiper-pagination-bullet-active{background-color: #fff;opacity: 1}

.title{text-align: center;margin-top: 0.4rem;}
.title p{color: #057fca;}
.title h2{font-size: 0.32rem;color: #2e343a;margin: 5px 0 10px}
.title i{display: inline-block;width: 15px;height: 2px;background: #2e343a;}

.titleb p{color: #fff}
.titleb h2{color: #fff}
.titleb i{background: #fff}

.oneA {margin-top: 20px;}
.oneA .oneAr {}
.oneA .oneAr .oneArtit {height: 40px;display: flex;justify-content: center;}
.oneA .oneAr .oneArtit span {display: block;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width: 150px;height: 33px;background-color: #e94c29;border-radius: 18px;
	color: #fff;float: left;line-height: 33px;cursor: pointer;padding-left: 60px;margin: 0 10px}
.oneA .oneAr .oneArtit span.s1 {background: #e94c29 url(../img/prohot.png) 24px center no-repeat;}
.oneA .oneAr .oneArtit span.s2 {background: #e94c29 url(../img/protj.png) 24px center no-repeat;}
.oneA .oneAr .oneArtit span.on {background-color: #057fca;}
.oneA .oneAr .list ul {position: relative;}
.oneA .oneAr .list ul:after {content: "";display: block;clear: both;font-size: 0;line-height: 0;}
.oneA .oneAr .list ul li {float: left;position: relative;margin: 0.2rem 0 0 0;width: 48.5%;height: 3.2rem;border: solid 1px #dadada;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
	padding: 9px 9px 0;-webkit-transition: all 0.6s ease-out;transition: all 0.6s ease-out;z-index: 1;overflow: hidden;}
.oneA .oneAr .list ul li:before {content: "";display: block;position: absolute;width: 100%;height: 0;transition: all 0.6s ease;background: #057fca;opacity: 0;filter: alpha(opacity=0);left: 0;bottom: 0;border-radius: 100% 100% 0 0;}
.oneA .oneAr .list ul li:hover {border-color: #057fca;}
.oneA .oneAr .list ul li:hover:before {height: 100%;opacity: 1;filter: alpha(opacity=100);border-radius: 0;}
.oneA .oneAr .list ul li .pic {display: block;width: 100%;height: 2.3rem;overflow: hidden;-webkit-transition: all 0.8s ease-out;transition: all 0.8s ease-out;position: relative;z-index: 1;}
.oneA .oneAr .list ul li .pic img {display: block;width: 100%;height: 100%;-webkit-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
.oneA .oneAr .list ul li .pic:after {content: "";display: block;position: absolute;left: 0;top: -100%;width: 100%;height: 100%;background: rgba(46, 52, 58, 0.4) url(../img/proadd.png) center center no-repeat;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
.oneA .oneAr .list ul li .bt {position: relative;line-height: 35px;padding-right: 36px;padding-left: 10px;display: block;z-index: 2;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.oneA .oneAr .list ul li .bt:before {content: "";display: block;position: absolute;width: 16px;height: 10px;background: url(../img/proli.png) -20px center no-repeat;right: 10px;top: 13px;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.oneA .oneAr .list ul li:nth-child(2n){float: right}

.oneB {background: url(../img/aboutbg.jpg) center top no-repeat;overflow: hidden;margin-top: 0.4rem;padding-bottom: 0.4rem}
.oneB .oneBText .text {color: #fff;text-align: center;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;line-height: 26px;height: 78px;margin: 0.2rem 0.2rem 0;}
.oneB .oneBText .oneBMore {display: block;margin: 0.2rem auto 0;width: 150px;height: 33px;line-height: 33px;background-color: #ffffff;border-radius: 23px;text-align: center;color: #7f7f7f;}
.oneB .oneBText .oneBMore:hover {background: #e94c29;color: #fff;}
.oneBa {margin: 0 0.2rem;margin-top: 0.4rem;}
.oneBa:after {content: "";display: block;clear: both;font-size: 0;line-height: 0;}
.oneBa .hd {display: flex;justify-content: center;}
.oneBa .hd a {width: 150px;height: 33px;background-color: #ffffff;border-radius: 10px;display: block;line-height: 33px;text-align: center;margin: 0 0.1rem}
.oneBa .hd a.on {background: #e94c29;color: #fff;font-weight: bold;}
.oneBa .bd {margin-top: 0.3rem}
.oneBa .bd .imgSwiper {overflow: hidden;/*cursor: url(../img/hand.png), default !important;*/}
.oneBa .bd .swiper-slide {float: left;margin-right: 20px;width: 232px;height: 2.3rem;position: relative;overflow: hidden;}
.oneBa .bd .swiper-slide .pic {display: block;overflow: hidden;width: 232px;height: 2.3rem;}
.oneBa .bd .swiper-slide .pic img {width: 100%;height: 100%;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;background: url(../img/stylehd.png) left top no-repeat;}
.oneBa .bd .swiper-slide:hover .pic img {-webkit-transform: scale(1.15) rotate(0);-moz-transform: scale(1.15) rotate(0);-o-transform: scale(1.15) rotate(0);transform: scale(1.15) rotate(0);}
.oneBa .bd .swiper-slide .tit {-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width: 100%;position: absolute;height: 30px;line-height: 30px;color: #fff;padding: 0 10px;
	text-align: center;left: 0;bottom: 0;background-color: rgba(60, 66, 76, 0.8);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
.oneBa .bd .swiper-slide:hover .tit {bottom: -30px;}
.oneBa .bd .swiper-slide .text {width: 212px;height: 154px;background-color: #ffffff;position: absolute;left: 50%;margin-left: -106px;margin-top: -77px;top: 50%;
	-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transform: scale(0) rotate(360deg);-moz-transform: scale(0) rotate(360deg);-o-transform: scale(0) rotate(360deg);transform: scale(0) rotate(360deg);border-radius: 200%;padding: 44px 15px;text-align: center;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;/*cursor: url(../img/hand.png), default;*/}
.oneBa .bd .swiper-slide .text .bt {line-height: 26px;display: block;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.oneBa .bd .swiper-slide .text .bt:hover {color: #e94c29;}
.oneBa .bd .swiper-slide .text .more {margin: 18px auto 0;width: 78px;display: block;border-top: dashed 1px #c9c9c9;border-bottom: dashed 1px #c9c9c9;color: #969696;line-height: 23px;position: relative;}
.oneBa .bd .swiper-slide .text .more:before {content: "";display: block;width: 0;height: 0;border: dashed 0 #e94c29;position: absolute;left: -1px;top: -1px;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
.oneBa .bd .swiper-slide .text .more:after {content: "";display: block;width: 0;height: 0;border: dashed 0 #e94c29;position: absolute;right: -1px;bottom: -1px;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
.oneBa .bd .swiper-slide .text .more:hover {color: #e94c29;border-color: transparent;}
.oneBa .bd .swiper-slide .text .more:hover:before {content: "";display: block;width: 100%;height: 100%;border-top: dashed 1px #e94c29;border-left: dashed 1px #e94c29;}
.oneBa .bd .swiper-slide .text .more:hover:after {content: "";display: block;width: 100%;height: 100%;border-bottom: dashed 1px #e94c29;border-right: dashed 1px #e94c29;}
.oneBa .bd .swiper-slide:hover .text {-webkit-transform: scale(1) rotate(0);-moz-transform: scale(1) rotate(0);-o-transform: scale(1) rotate(0);transform: scale(1) rotate(0);border-radius: 0;}

.title2_box{text-align:center;margin:0.5rem 0 0.6rem;}
.title2{display:inline-block;padding:5px 20px;background:#ef3024;color:#fff;font-size:0.32rem;font-weight:bold;letter-spacing:5px;position:relative;}
.title2 span{color:#ffea00;}
.title2:before{content:"";width:100%;height:100%;border:1px solid #ef3024;position:absolute;top:8px;left:8px;z-index:-1;}
.title2:after{content:"";width:30px;height:3px;background:#ff8400;position:absolute;bottom:-0.4rem;left:50%;margin-left:-15px;}
.title3{text-align:center;position:relative;margin-bottom:0.3rem;}
.title3 h5{color:#555;border:1px solid #d5d5d5;background:#fff;display:inline-block;line-height:28px;padding:0 10px;position:relative;z-index:2;}
.title3:before{content:"";width:100%;height:1px;background:#d5d5d5;top:50%;left:0;position:absolute;}

.oneC{position:relative;background:url(../img/xian.png) no-repeat center 140px;overflow: hidden}
.oneC .row{overflow: hidden}
.text-right{text-align: right}
.oneC dl dt{margin-bottom:10px;overflow: hidden}
.oneC dl dt span{display:block;width:50px;line-height:0.8rem;background:#ef3024;color:#fff;font-weight:bold;font-style:italic;font-size:0.4rem;text-align:center;position:relative;}
.oneC dl dt span:before{content:"";border-left:10px solid #ef3024;border-top:13px solid transparent;border-bottom:13px solid transparent;position:absolute;top:50%;right:-10px;margin-top:-13px;}
.oneC dl dt h5{font-size:0.32rem;color:#ff8400;font-weight:bold;position:relative;width:calc(100% - 70px);}
.oneC dl dt h5:before{content:"";width:100%;height:9px;background:url(../img/bg1.png) repeat-x;position:absolute;bottom:-23px;left:0;}
.oneC dl dd{color:#555;line-height:30px;border-bottom:1px dashed #d5d5d5;background:url(../img/icon7.png) no-repeat 0 center;padding:0.2rem 0 0.2rem 30px;}
.oneC .row:nth-child(2){margin:0.3rem 0;}
.oneC .img1{max-width:100%;}

.oneD{background:#f3f3f3;padding-bottom:20px;overflow: hidden;margin-top: 40px}
.titles{margin:0.4rem 0 0.5rem 0;text-align:center;overflow:hidden;padding-bottom:3px;}
.titles p{font-size:0.34rem;color:#555555;text-transform: uppercase;}
.titles h2{font-size:0.26rem;color:#ef3024;font-weight:bold;position:relative;margin:10px 0 15px;}
.titles h2:before{content:"";width:530px;height:1px;background:#e1e1e1;position:absolute;bottom:-15px;left:50%;margin-left:-265px;}
.titles h2:after{content:"";width:82px;height:4px;background:#ff8400;position:absolute;bottom:-16px;left:50%;margin-left:-41px;}

.oneD ul li{width:33.3%;float:left;text-align:center;margin-bottom:0.3rem;}
.oneD ul li .imgbox{width:1.6rem;height:1.6rem;padding:6px;border:1px solid #4db9dd;border-radius:50%;margin:0 auto;}
.oneD ul li .imgbox .img{background:#4db9dd;border-radius:50%;width:100%;height:100%;line-height:103px;position: relative}
.oneD ul li .imgbox .img img{max-height:0.6rem;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto}
.oneD ul li span{width:20px;line-height:20px;display:inline-block;margin:10px 0;}
.oneD ul li p{font-size:15px;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.oneD ul li:nth-child(2) .imgbox{border-color:#e27e7e;}
.oneD ul li:nth-child(2) .imgbox .img{background:#e27e7e;}
.oneD ul li:nth-child(2) span{border-color:#e27e7e;color:#e27e7e}
.oneD ul li:nth-child(3) .imgbox{border-color:#daa66d;}
.oneD ul li:nth-child(3) .imgbox .img{background:#daa66d;}
.oneD ul li:nth-child(3) span{border-color:#daa66d;color:#daa66d}
.oneD ul li:nth-child(4) .imgbox{border-color:#7ec58d;}
.oneD ul li:nth-child(4) .imgbox .img{background:#7ec58d;}
.oneD ul li:nth-child(4) span{border-color:#7ec58d;color:#7ec58d}
.oneD ul li:nth-child(5) .imgbox{border-color:#e2769a;}
.oneD ul li:nth-child(5) .imgbox .img{background:#e2769a;}
.oneD ul li:nth-child(5) span{border-color:#e2769a;color:#e2769a}
.oneD ul li:nth-child(6) .imgbox{border-color:#4ddd86;}
.oneD ul li:nth-child(6) .imgbox .img{background:#4ddd86;}
.oneD ul li:nth-child(6) span{border-color:#4ddd86;color:#4ddd86}

.titleoe{text-align: center;margin-top: 0.4rem}
.titleoe h2{font-size: 0.34rem;padding: 0;color: #000;}
.titleoe p{margin-top: 10px;color: #999}
.oneE ul li{border: 1px solid #d7d7d7;margin: 0.3rem 0 0 0;position: relative;padding: 0;}
.oneE ul li .oel{background: #ececec;border-right: 1px solid #d7d7d7;float: left;height: 100%;position: absolute;width: 42px;}
.oneE ul li .oec{float: left;position: relative;margin: 0.25rem 0.2rem 0;width: 55px;height: 55px;background: #f75a53;border-radius: 50%;overflow: hidden;text-align: center;}
.oneE ul li .oec img{position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}
.oneE ul li .oelr{overflow: hidden;padding:0.2rem 10px 0.15rem 0;position: relative;}
.oneE ul li .oelr h3{color: #37474f;font-weight: 700;margin-bottom: 5px;font-size: 0.28rem}
.oneE ul li .oelr p{color: #777;line-height: 22px;}
.oneE ul li:nth-child(3n){margin-right: 0}
.oneE ul li:hover .oelr h3 a{color: #f75a53}

.oneF{overflow: hidden}
.oneFl ul li{font-size:15px;color:#333;line-height:25px;margin-bottom:10px;}
.oneFl ul li img{margin-right:5px;float: left}
.oneFl .weixin{display:block;width:110px;height:110px;margin:20px 0 0 0;}
.oneFr{margin: 0.4rem auto}
.oneFr form input{height:35px;width:49%;border:1px solid #dad9d9;padding:0 10px;border-radius:0;}
.oneFr form textarea{width:100%;margin:15px 0;height:100px;border:1px solid #dad9d9;padding:10px;border-radius:0;}
.oneFr form button{width:100%;height:35px;background:#ff8400;color:#fff;border:none;}


.foot{ background-size:cover;padding:0.2rem;font-size:12px;line-height: 2;border-top: 4px solid #ef3024;text-align: center;}
.foot img{vertical-align: text-bottom;margin-right: 10px}
.foot p a{color: #333!important;}
footer{width:100%; position:fixed; bottom:0;z-index: 9999;max-width: 720px;margin: 0 auto; min-width: 320px;overflow: hidden;}
footer ul {width:100%; overflow:hidden; background:#ef3024; padding:0.1rem 0;}
footer ul li {width:33.3%; float:left; text-align:center;}
footer ul li i {width:30px; height:25px; display:block; margin:0 auto; background-position:center center; background-repeat:no-repeat;}
footer ul li h4 {color:#fff; font-weight:normal;font-size: 0.26rem}
footer ul li:nth-child(1) i { background-image:url(../img/footer01.png); background-size: .45rem;}
footer ul li:nth-child(2) i { background-image:url(../img/footer02.png); background-size: .34rem;}
footer ul li:nth-child(3) i { background-image:url(../img/footer03.png); background-size: .45rem;}

/*=======================================关于我们============================================*/
.nav_box{margin-top: 0.4rem}
.nav_box h5{line-height:0.75rem;padding-left:0.2rem;color:#fff;font-size:0.34rem;font-weight: normal;background:url("../img/xl.png") no-repeat 98% #ef3024;}
.nav_box .nav1{display: none}
.nav_box .nav1 ul li{border: 1px solid #d9d9d9;line-height: 36px;overflow: hidden;text-align: center}

.xqy img{max-width:100%;}
.xqy .text{line-height:25px;margin:0.4rem 0;}

/*=======================================产品中心============================================*/
.cp_ny{overflow: hidden;margin-top: 0.4rem}
.cp_ny ul li{width: 48.5%;border:1px solid #d5d5d5;margin: 0 0 0.2rem 0;float: left}
.cp_ny ul li .imgbox{overflow:hidden;position:relative;padding:3px;}
.cp_ny ul li .img{position:relative;overflow:hidden;height: 2.3rem}
.cp_ny ul li .img img{max-width: 100%}
.cp_ny ul li .img:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,0.6) url(../img/icon4.png) no-repeat center;z-index:2;opacity:0;filter:alpha(opacity=100);transition:all .3s;}
.cp_ny ul li h3{line-height:34px;text-align:center;color:#333;border-top:1px solid #d5d5d5;font-size: 0.28rem}
.cp_ny ul li:nth-child(2n){float: right}

/*=======================================新闻中心============================================*/
.xwzx-ny{margin-top: 0.4rem;overflow: hidden}
.xwzx-ny ul li{border-bottom: 1px solid #d9d9d9;padding: 0 0 0.2rem 0;overflow: hidden;margin-bottom: 0.2rem}
.xwzx-ny ul li .imgbox{width: 30%;height: 1.8rem;overflow: hidden;}
.xwzx-ny ul li .imgbox img{max-width: 100%;height:100%;transition: all 0.5s}
.xwzx-ny ul li dl{width: 66%}
.xwzx-ny ul li dl h3{font-size: 0.26rem;color: #4a4a4a}
.xwzx-ny ul li dl span{font-size: 12px;color: #999;margin: 5px 0;display: inline-block}
.xwzx-ny ul li dl p{font-size: 12px;color: #999;line-height: 25px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xwzx-ny ul li .ckxq{display:block;width:90px;line-height:28px;background:rgba(0,0,0,0.5);color:#fff;font-size:12px;text-align:center;margin:20px 0 0 0;}

/*=======================================合作伙伴============================================*/
.hzhb_ny{overflow: hidden;margin-top: 0.4rem}
.hzhb_ny ul li{width: 48.5%;height: 2rem;overflow: hidden;border: 1px solid #ccc;position: relative;margin: 0 0 0.2rem 0;float: left}
.hzhb_ny ul li .imgbox{border: 2px solid transparent;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;overflow: hidden;
	display: flex;align-items: center}
.hzhb_ny ul li img{max-width: 100%}
.hzhb_ny ul li:hover .imgbox{border-color: #ef3024}
.hzhb_ny ul li:hover{border-color: #ef3024}
.hzhb_ny ul li:nth-child(2n){float: right}

@keyframes tb {
	0% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	25% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}

	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	75% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
	100% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

.contactB{border: 3px solid #f4f4f4;padding: 0.2rem 0;margin-top: 0.4rem;overflow: hidden}
.contactBl{width: 100%;color: #999;line-height: 2;padding: 0.2rem}
.contactBl img{width: 300px}

.contactBr{width: 100%;padding: 0 0.2rem}
.contactBr .ny_title{margin-top: 0.2rem}
.contactBr dl{margin-top: 0.2rem;overflow: hidden}
.contactBr dl input{border: 1px solid #dededd;line-height: 33px;border-radius: 5px;display: block;text-indent: 33px;color: #666;width: 100%}
.contactBr dl textarea{width: 100%;border: 1px solid #dededd;line-height: 33px;border-radius: 5px;display: block;text-indent: 33px;color: #666;font-family: "微软雅黑";font-size: 14px;}
.contactBra{margin-top: 10px;overflow: hidden}
.contactBra dl img{float: right;width: 25%;height: 35px}
.contactBra .btn{display: block;width: 100%;text-align: center;color: #fff;line-height: 35px;background: #d90e0e;border-radius: 5px;margin-top: 20px;}
.contactBra dl input.contact-name{background: url("../img/lxb1.png") no-repeat 8px}
.contactBra dl input.contact-tel{background: url("../img/lxb2.png") no-repeat 8px}
.contactBra dl textarea{background: url("../img/lxb3.png") no-repeat 7px 10px}
.contactBra dl input.contact-imgCode{width: 75%;background: url("../img/lxb4.png") no-repeat 10px}

.map{background: url("../img/contactc.jpg") no-repeat bottom;padding-bottom: 30px}
.contactC{border: 10px solid #f4f4f4;padding: 0.2rem;background-color: #fff;margin-top: 0.4rem}
#dituContent{height: 350px}

/*=======================================联系我们============================================*/
.contact{overflow: hidden;margin-top: 0.3rem;line-height:2;}
.contactl{width: 100%;line-height: 2}
.contactr{margin-top: 0.2rem}
.contactr img{max-width: 100%}
#dituContent{height: 300px;margin-top: 0.2rem}

/*=======================================投诉与建议============================================*/
.message{margin: 0.3rem 0.2rem}
.message dl{overflow: hidden;margin-top: 20px}
.message dl label{width:20%;float: left;color: #666;line-height: 0.5rem;}
.message dl label sup{color: #f40;padding-right: 2px;}
.message dl input{width:80%;line-height: 0.45rem;border: 1px solid #e5e5e5;padding: 5px 8px;float: left}
.message dl textarea{border: 1px solid #e5e5e5;width: 80%;height: 2.5rem;padding: 5px 8px;font-family: "微软雅黑";}
.message .btns{margin-left: 20%;margin-top: 20px}
.message .btns a{display: inline-block;width: 2rem;line-height: 0.6rem;text-align: center;border-radius: 3px;margin-right: 0.2rem}
.message .btns .btn{background: #136bfc;color: #fff}
.message .btns .cz{border: 1px solid #CCC}

/*=======================================工程案例============================================*/
.case{}
.case ul li{width: 48.5%;overflow: hidden;position: relative;float: left;margin: 0.4rem 0 0 0}
.case ul li dd{border: 1px solid #d8d8d8;border-radius: 5px 5px 0 0;padding: 1%;background: #fff;overflow: hidden;position: relative}
.case ul li dd img{width: 100%;height:2.6rem;border-radius: 5px}
.case ul li dl{padding: 0.2rem 0;border-bottom: 1px solid #f2f2f2;text-align: center;overflow: hidden}
.case ul li dl h3{font-size: 0.26rem;margin-bottom: 0.2rem}
.case ul li dl p{color: #999;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;font-size: 12px}
.case ul li:nth-child(2n){float: right}

/*=======================================详情页============================================*/
.con{padding: 0.3rem 0.2rem 0;}
.con h1{font-size:0.32rem;text-align: center;font-weight: normal}
.info_laiyuan{color: #666;font-size: 12px;text-align: center;margin-top: 0.2rem;padding-bottom:0.2rem;border-bottom: 1px dashed #999;}
.daodu{background: #F5F5F5;border: 1px solid #E5E5E5;line-height: 2;margin-top: 0.2rem;padding: 0.15rem;}
.cont{padding:0.4rem 0;line-height:2;min-height: 300px;}
.cont img{max-width:100%;}
.cont video{width: 100%}
.con_img{text-align: center;margin-top: 0.3rem;padding-bottom: 0.3rem}
.con_img img{max-width:100%;}


/***************************分辨率兼容样式属性**************************/
@media screen and (min-width: 320px) {
	html,body{font-size:44.444px;}
}
@media screen and (min-width: 360px) {
	html,body{font-size:50px;}
}
@media screen and (min-width: 375px) {
	html,body{font-size:52.08333px;}
}
@media screen and (min-width: 385px) {
	html,body{font-size:53.47222px;}
}
@media screen and (min-width: 400px) {
	html,body{font-size:55.5555px;}
}
@media screen and (min-width: 414px) {
	html,body{font-size:57.5px;}
}
@media screen and (min-width: 420px) {
	html,body{font-size:58.3333px;}
}
@media screen and (min-width: 440px) {
	html,body{font-size:61.11111px;}
}
@media screen and (min-width: 480px) {
	html,body{font-size:66.66666px;}
}
@media screen and (min-width: 520px) {
	html,body{font-size:72.2222px;}
}
@media screen and (min-width: 560px) {
	html,body{font-size:77.7777px;}
}
@media screen and (min-width: 580px) {
	html,body{font-size:80.55555px;}
}
@media screen and (min-width: 600px) {
	html,body{font-size:83.333px;}
}
@media screen and (min-width: 640px) {
	html,body{font-size:88.8888px;}
}
@media screen and (min-width: 680px) {
	html,body{font-size:94.44444px;}
}
@media screen and (min-width: 720px) {
	html,body{font-size:100px;}
}
/***************************end分辨率兼容样式属性*************************/

