@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700&display=swap');
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

html,body{width: 100%; height: 100%;}

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color: #333; background: #fff; font-family:'Noto Sans SC',"Microsoft YaHei",sans-serif; font-weight: 300; overflow-x: hidden;}

ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6{ list-style: none; padding: 0; margin: 0; }
input,textarea{ outline:none;font-family:'Noto Sans SC',sans-serif;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;} 

a { text-decoration: none; color:#333;}
a:hover{ color: #c29975;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

/* 水平镜像翻转 */
.mirrorRotateLevel img{transition: all .4s;-webkit-transition: all .4s;}
.mirrorRotateLevel:hover img {          
  -moz-transform:scaleX(-1);
  -webkit-transform:scaleX(-1);
  -o-transform:scaleX(-1);
  transform:scaleX(-1);
  /*兼容IE*/
  filter:FlipH;
}
/*图片放大*/
.imgZoom img{transition: all .4s;-webkit-transition: all .4s;}
.imgZoom:hover img{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1);}
/*图片旋转*/
.imgRotate img{-webkit-transition:-webkit-transform 2s ease-out;-moz-transition:-moz-transform 2s ease-out;-o-transition:-o-transform 2s ease-out;-ms-transition:-ms-transform 2s ease-out;}
.imgRotate img:hover{-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);-o-transform:rotateZ(360deg);-ms-transform:rotateZ(360deg);transform:rotateZ(360deg);}
/*按钮鼠标经过变暗*/
.wlp-button:hover{filter:alpha(opacity=90);background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))!important;background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))!important;}
/*鼠标经过有阴影*/
.wlp-shadow:hover{box-shadow: 0 0 20px rgba(0,0,0,0.3)!important;}
/*鼠标经过上浮并加阴影*/
.wlp-flow-shadow{-webkit-transition:all .5s;transition:all .5s;}
.wlp-flow-shadow:hover{transform:translate3d(0, -5px, 0);-webkit-transform:translate3d(0, -8px, 0);-webkit-box-shadow:0 0px 10px #e9e9e9;box-shadow:0 0px 10px #e9e9e9;}
/*图片经过遮罩*/
.wlp-filter:hover img{ filter:alpha(opacity=70); -moz-opacity:0.7; -webkit-opacity: 0.7; opacity: 0.7;}

img{ display: inline-block; vertical-align:middle;max-width:100%;width: auto;max-height:100%;height: auto; border: none;}

.wrap{ padding: 0 15px;}
.w_1400{ width: 1400px; margin: 0 auto;}
.w_1300{ width: 1300px; margin: 0 auto;}
.w_1236{ width: 1236px; margin: 0 auto;}
.w_1200{ width: 1200px; margin: 0 auto;}

/*头部*/
.header{ width:100%; height:115px; background: #3c3d42; position:fixed; top: 0; z-index: 9999; transition: all .4s;-webkit-transition: all .4s;}
.header .box{ width:900px; margin:0 auto;}
.header .logo{ float: left; padding-top:20px; width: 105px; transition: all .4s;-webkit-transition: all .4s;}
.header .nav{ float: right; margin-right: 15px;}
.header .nav li{ float: left; margin-left: 50px; transition: all .4s;-webkit-transition: all .4s;}
.header .nav li a{ color: #fff; line-height:115px; display: block;font-size: 18px; font-weight:400; position: relative; transition: all .4s; -webkit-transition: all .4s;}
.header .nav li a:hover,.header .nav li.focus a{ color: #c29975;}

.header .nav dl{ position: absolute;right: 20px; top: 0; color: #fff;  line-height:50px;}
.header .nav dl a{ color: #fff; font-size: 16px; font-weight:400; margin: 0 10px; transition: all .4s; -webkit-transition: all .4s;}

.header.cur{ height: 80px; box-shadow: 0 0 5px rgba(0,0,0,0.1);}
.header.cur .logo{padding-top:10px; width: 90px;}
.header.cur .nav li a{ line-height:80px; font-size: 16px;}
.header.cur .nav li a:hover,.header .nav li.focus a{ color: #c29975;}

.header .wapnav{display: none;}
.header .menu-toggle{display: none;}

/*首页bannner*/
.banner { padding-top:115px; background: #3c3d42;}
.banner .swiper-container{  overflow:hidden; width: 100%; height:855px;}
.banner .swiper-container .swiper-slide{ width:100%; height:855px;}
.banner .swiper-container .swiper-slide a{ width:100%; height:855px; display: block;}
.banner .swiper-container .pagination {position: absolute;left: 0;text-align: center; bottom:30px;width: 100%;}
.banner .swiper-container .swiper-pagination-switch {display: inline-block;width: 16px;height: 16px;border-radius: 10px;background: #fff;margin: 0 5px;cursor: pointer;}
.banner .swiper-container .swiper-active-switch { background: #c29975;}


/* 首页大标题 */
.title{ text-align: center; margin-bottom: 70px;}
.title h2{ font-size: 45px; color: #000; font-weight: normal; line-height: 1; font-weight:300; margin-bottom: 20px;}
.title p{ font-size:25px; color: #c29975; text-transform: uppercase; line-height: 1;}

/* 首页产品 */
.ipro{ background: url(../images/iproBg.jpg) no-repeat center; background-size: cover; padding: 100px 0;}
.ipro .title h2{ color:#fff;}
.ipro .box ul { margin: 0 -6px;}
.ipro .box ul li{ float: left; width: 33.333%; padding: 0 5px ;}
.ipro .box ul li a{ position: relative; display:block; text-align: center;}
.ipro .box ul li dl{ height: 616px; overflow: hidden; position: relative;}
.ipro .box ul li dl img{ position: absolute;top:0; bottom:0; left:0; right:0; width:auto; height: 100%; margin:auto;}
.ipro .box ul li p{ min-width: 180px; line-height:46px; display: inline-block; font-size: 25px; color: #fff; text-align: center; border: #979695 solid 1px; border-radius: 25px; margin: 40px auto 0; padding: 0 20px;}

/* 首页品质 */
.ipinzhi{ background:#ccc6ba; padding: 110px 0;}
.ipinzhi .box ul { margin: 0 -5px;}
.ipinzhi .box ul li{ float: left; width: 33.33%; padding: 0 5px;}
.ipinzhi .box ul li dl{ overflow: hidden; padding-bottom: 130%; position: relative;}
.ipinzhi .box ul li dl img{ position: absolute;top:0; bottom:0; left:0; right:0; width:100%; height: 100%; margin:auto;}
.ipinzhi .box ul li ol{ height: 200px; text-align: center; background:#bbab92;transition: all .4s;-webkit-transition: all .4s;}
.ipinzhi .box ul li ol p{ font-size:26px; color: #4a3b19; padding-top: 30px;transition: all .4s;-webkit-transition: all .4s;}
.ipinzhi .box ul li ol span{ width:136px; height:46px; line-height: 42px; font-size: 20px; color: #4a3b19; display: block; border: #7f6f51 solid 1px; border-radius: 30px; margin:32px auto 0;transition: all .4s;-webkit-transition: all .4s;}
.ipinzhi .box ul li a:hover ol{ background: #3e3f44;}
.ipinzhi .box ul li a:hover ol p{ color: #fff;}
.ipinzhi .box ul li a:hover ol span{ color: #fff; border: #fff solid 1px;}

/* 首页加盟 */
.ijoin{ background: url(../images/joinBg.jpg) no-repeat center; background-size: cover; padding: 60px 0 80px; text-align: center;}
.ijoin .title h2{ color: #fff; }
.ijoin dl{ color: #fff; font-size: 50px; margin-bottom: 100px;}
.ijoin ol{ color: #c29975; }
.ijoin ol h3{ font-size: 45px; line-height: 1; margin-bottom: 30px;}
.ijoin ol p{ font-size: 25px; line-height: 1;}

/* 首页新闻 */
.inews{ background:#ccc6ba; padding: 105px 0;}
.inews .box ul { margin: 0 -5px;}
.inews .box ul li{ float: left; width: 25%; padding: 0 5px;}
.inews .box ul li a{ background: #bbab92; display:block;transition: all .4s;-webkit-transition: all .4s;}
.inews .box ul li dl{ overflow: hidden; padding-bottom:75%; position: relative;}
.inews .box ul li dl img{ position: absolute;top:0; bottom:0; left:0; right:0; width:100%; height: 100%; margin:auto;}
.inews .box ul li ol{ padding: 20px 20px 50px;}
.inews .box ul li ol h3{font-size: 25px; color:#4a3b19; font-weight: normal; margin-bottom: 15px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;transition: all .4s;-webkit-transition: all .4s;}
.inews .box ul li ol dt{ height: 190px; font-size: 13px; color: #4a3b19; line-height:2;transition: all .4s;-webkit-transition: all .4s;}
.inews .box ul li ol dt p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden;}
.inews .box ul li ol span{width:130px; height:40px; line-height: 40px; font-size:18px; color: #86775a; text-align: center; display: block; border: #86775a solid 1px; border-radius: 30px; margin:0 auto;transition: all .4s;-webkit-transition: all .4s;}
.inews .box ul li a:hover{ background: #3e3f44;}
.inews .box ul li a:hover h3{ color: #fff;}
.inews .box ul li a:hover dt{ color: #fff;}
.inews .box ul li a:hover span{ color: #fff;border: #fff solid 1px;}
.inews .more{ width: 280px; height: 62px; line-height: 60px; font-size: 20px; text-align: center; color:#4a3b19; border: #4a3b19 solid 1px; border-radius: 35px; display:block; margin: 95px auto 0;transition: all .4s;-webkit-transition: all .4s;}
.inews .more:hover{ background: #bbab92; border: #bbab92 solid 1px; color: #fff;}

/* 关于我们 */
.aboutNav{ background: #3c3d42; padding-top: 115px;}
.aboutNav ul{text-align: center; padding: 80px 0;}
.aboutNav ul li { display: inline-block; padding: 0 10px;}
.aboutNav ul li a{display: inline-block; background: #363637; line-height: 48px; font-size: 20px; color: #fff; padding: 0 15px; min-width: 180px;}
.aboutNav ul li a:hover{background: #f7f4ff; color: #000;}

.target-fix {position: relative;top: -78px;display: block;height: 0;overflow: hidden;}

.zcjy{ width:100%; background: #ccc6ba; display: table; padding:120px 250px 0 90px;}
.zcjy .dsz{ width: 53%; display: table-cell; vertical-align: bottom;}
.zcjy .zcjyBox{ width: 47%; display: table-cell; vertical-align: top;}
.zcjy .zcjyBox .title{ text-align:left; margin-bottom: 50px;}
.zcjy .zcjyBox .box{ line-height: 1.8; height: 290px; overflow-y:scroll;}
.zcjy .zcjyBox .box::-webkit-scrollbar{ display: none;}
.zcjy .zcjyBox .box dl{ font-size: 25px; color: #000; font-weight: normal; margin-bottom: 20px;}
.zcjy .zcjyBox .button{ margin-top:60px; overflow: hidden; float: right;}
.zcjy .zcjyBox .button .up{ width: 30px; height: 30px; background: #f1f1f1 url(../images/up.png) no-repeat center; border:#e0e0e0 solid 1px; float: left;}
.zcjy .zcjyBox .button .down{ width: 30px; height: 30px; background: #f1f1f1 url(../images/down.png) no-repeat center; border:#e0e0e0 solid 1px;float: left; margin-left: 5px;}

.fazhan{ padding: 100px 0; background: url(../images/fazhanBg.jpg) no-repeat center; background-size: cover;}
.fazhan .title h2{ color: #fff;}
.fazhan .w_1300{ position: relative;}
.fazhan .fazhan-left,.fazhan .fazhan-right{ width: 42px; height: 42px; font-size: 50px; color: #c29975;  display: block; position: absolute; top: 100px; z-index: 11;}
.fazhan .fazhan-left{ left: 140px;}
.fazhan .fazhan-right{  right: 140px; }
.fazhan .preview{ position: relative; margin-top: 90px;}
.fazhan .preview .swiper-container {width: 100%;height: 100px;background: url(../images/icon21.png) repeat-x center;}
.fazhan .preview .swiper-slide { text-align: center;}
.fazhan .preview .swiper-slide dl{  font-size: 18px; color: #c29975; font-weight: normal; padding-top: 0; cursor: pointer; position: relative;}
.fazhan .preview .swiper-slide dl:before{ content: ""; width: 14px; height: 14px; background: #c29975; border-radius: 14px; position: absolute; left: 50%; top:36px; margin-left: -7px;}
.fazhan .preview .swiper-slide:nth-child(even) dl{ padding-top: 60px;}

.fazhan .view{ padding-bottom: 60px;}
.fazhan .view .swiper-container{ width: 100%; margin: 0 auto;box-sizing: border-box; border-radius: 10px;}
.fazhan .view .swiper-slide { font-size: 18px; color: #fff; line-height: 2; box-sizing: border-box; }
.fazhan .view .swiper-slide ol{ font-size: 250px; color: #c29975; text-align: center; line-height: 1; margin-bottom: 100px;}

.culture{ background: #f1f1f1; padding: 100px 0;}
.culture .box{ background: #f9f9f9;}
.culture .box dl{float: left;}
.culture .box ol{ padding:115px 200px 0 730px;}
.culture .box ol .whtit{ width: 200px; height: 60px; line-height: 60px; text-align: center; background: #c29975; color: #fff; font-size: 35px; margin-bottom: 30px;}
.culture .box ol .whBox{ height: 240px; overflow-y:scroll; font-size: 20px; line-height: 2;}
.culture .box ol .whBox::-webkit-scrollbar{ display: none;}
.culture .box ol .button{ margin-top:60px; overflow: hidden; float: right;}
.culture .box ol .button .up{ width: 30px; height: 30px; background: #f1f1f1 url(../images/up.png) no-repeat center; border:#e0e0e0 solid 1px; float: left;}
.culture .box ol .button .down{ width: 30px; height: 30px; background: #f1f1f1 url(../images/down.png) no-repeat center; border:#e0e0e0 solid 1px;float: left; margin-left: 5px;}

.honor{ background: #242424; padding: 100px 0;}
.honor .title h2{ color: #fff;}
.honor .box{ text-align: center;}
.honor .box dl{ overflow: hidden; margin-bottom: 40px;}
.honor .box p{ color: #fff; font-size: 22px;  text-align: center; line-height: 1.2;}
.honor .box .arrow-left,.honor .box .arrow-right{ width: 26px; height: 38px; line-height: 38px; background: #9c9c9c; color: #fff; font-size: 30px; text-align: center; display: inline-block; margin: 110px 10px 0;}
.honor .box .arrow-left:hover,.honor .box .arrow-right:hover{ background:#c29975}

.scsl{ background: #f1f1f1; padding: 100px 100px 50px;}
.scsl .box{ overflow: hidden;}
.scsl .box ul{ margin: 0 -23px;}
.scsl .box ul li{ width: 25%; float: left; padding: 0 23px; margin-bottom: 80px; cursor: pointer;}
.scsl .box ul li dl{ overflow: hidden; padding-bottom:75.38%; position: relative;}
.scsl .box ul li dl img{ position: absolute;top:0; bottom:0; left:0; right:0; width:100%; height: 100%; margin:auto;}
.scsl .box ul li p{ font-size: 22px;text-align: center; line-height: 120px;}

/* 内页 */
.content{ padding: 0 0 80px;}
.breadcrumb{background: #3c3d42; padding-top: 115px;}
.breadcrumb .box{ background: #fff; font-size: 18px; line-height: 66px; margin-bottom: 24px; border-bottom:#ccc dashed 1px;}
.breadcrumb .box i{ width: 15px; height: 25px; background: #c29974; display: block; float: left; margin-right: 17px; margin-top: 20px;}
.breadcrumb .box span{ color: #c29975;}

/* 左边栏目 */
.leftNav{ width: 330px; float: left; position: relative; z-index: 11;}
.leftNav dl{ background: #000; line-height: 92px; color: #fff; font-size: 30px; text-align: center; margin-bottom: 2px;}
.leftNav ul li{ margin-bottom: 1px;}
.leftNav ul li a{ line-height: 60px; color: #fff; font-size: 22px; background: #c29974; display: block; padding-left: 50px; position: relative;}
.leftNav ul li a.tit:after{content:"+"; font-size: 22px; line-height: 60px; position: absolute; right: 28px;}
.leftNav ul li .subnav{display: none;}
.leftNav ul li.focus .subnav{ display:block;}
.leftNav ul li .subnav ol a{font-size: 18px; line-height: 42px; background: #000; border-top:#fff solid 1px; position: relative; }
.leftNav ul li .subnav ol a:after{ content:"-"; font-size: 30px; line-height: 36px; position: absolute; right: 30px;}
.leftNav .leftTel{ background: #d6d6d6; line-height: 117px; font-size: 26px; text-align: center;}
.leftNav .leftTel span{ background: url(../images/icon20.png) no-repeat left center; display: inline-block; padding-left: 60px;  margin: 0 auto;}

.leftNav.newsNav ul li a{ text-align: center; padding-left:0;}
.leftNav.newsNav ul li a:hover,.leftNav.newsNav ul li.focus a{ background:#000;}

/* 右侧 */
.rightCon{ padding-left: 400px;}
.titText{ border-bottom:#c0c0c0 solid 1px; height: 62px; margin-bottom: 42px;}
.titText h2{font-size: 28px; font-weight:400; border-bottom:#c29974 solid 2px; display:inline-block; line-height: 61px;}

/* 产品列表 */
.prolist{}
.prolist ul{ margin: 0 -14px;}
.prolist ul li{float: left; width: 33.33%; padding: 0 14px; margin-bottom: 20px;}
.prolist ul li a{ border: #dfdfdf solid 2px; display: block;}
.prolist ul li dl{ overflow: hidden; padding-bottom:109.5%; position: relative;}
.prolist ul li dl img{ position: absolute;top:0; bottom:0; left:0; right:0; width:100%; height: 100%; margin:auto;}
.prolist ul li ol{ height: 120px; text-align: center; padding-top: 10px;}
.prolist ul li ol p{font-size: 20px; line-height: 2; font-weight: normal; margin-bottom: 10px;}
.prolist ul li ol span{ width: 128px; height: 34px; line-height: 32px; border-radius:18px; background: #c29974; color: #fff; font-size: 16px; display: inline-block;}

.proview{}
.proview .proHead{ margin-bottom: 40px; overflow: hidden;}
.proview .proHead .propic{ float: left; width: 460px;}
.proview .proHead .protit{ padding-left: 500px; padding-right: 50px; }
.proview .proHead .protit h1{font-size:26px; margin-bottom: 10px;}

/* 新闻列表 */
.news{ margin-top: -28px;}
.news ul{}
.news ul li{border-bottom:#ccc dashed 1px; }
.news ul li a{ padding: 28px; display: block; overflow: hidden; position: relative;}
.news ul li dl{ float: left; width: 290px; height: 217px; position: relative; overflow: hidden;}
.news ul li dl img{ position: absolute;top:0; bottom:0; left:0; right:0; width:100%; height: 100%; margin:auto;}
.news ul li ol{ padding-left: 340px;}
.news ul li ol h3{ font-size: 30px; font-weight: normal; margin-bottom: 20px;}
.news ul li ol dt{ font-size: 18px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2; overflow: hidden;}
.news ul li ol .more{ width: 130px; height: 40px; line-height: 38px; text-align: center; border: #888888 solid 1px; border-radius: 20px; display:block; position: absolute; bottom: 28px; right:30px;}
.news ul li a:hover .more{ background: #c29974;border: #c29974 solid 1px; color: #fff;}

.newsView{}
.newsView .newsHead{ margin-bottom: 20px;}
.newsView .newsHead h1{ text-align: center; font-size: 25px; font-weight: normal; margin-bottom: 10px;}
.newsView .newsHead p{ text-align: center; font-size: 15px; color: #999;}
.newsView .newsViewBox{ line-height: 1.8; overflow: hidden;}
.newsView .newsViewBox p{ text-indent:2em;}
.newsView .newsViewBox p img{ margin-left: -2em;}
.newsView .xgtj{ margin-top: 50px;}
.newsView .xgtj dl{ font-size: 26px; font-weight: normal;}
.newsView .xgtj ul li{ border-bottom:1px dashed #dbdbdb; line-height:3;}
.newsView .xgtj ul li ol{overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.newsView .xgtj ul li span{float: right;}

/* 招商加盟 */
.join_banner{ width:100%; background: #3c3d42; padding-top: 115px;}
.join_banner .swiper-container{  overflow:hidden; width: 100%; height:855px;}
.join_banner .swiper-container .swiper-slide{ width:100%; height:855px;}
.join_banner .swiper-container .swiper-slide a{ width:100%; height:855px; display: block;}
.join_banner .swiper-container .pagination {position: absolute;left: 0;text-align: center; bottom:30px;width: 100%;}
.join_banner .swiper-container .swiper-pagination-switch {display: inline-block;width: 16px;height: 16px;border-radius: 10px;background: #fff;margin: 0 5px;cursor: pointer;}
.join_banner .swiper-container .swiper-active-switch { background: #c29975;}

.about{background: #f1f1f1; padding: 90px 0; font-size: 16px; line-height:2;}
.about img{ margin-bottom: 50px;}
.about p{ text-indent: 2em;}

.youshi{ background: #242424; padding: 85px 0 170px;}
.youshi .title h2{ color: #fff;}
.youshi .box{ text-align: center; padding-top: 30px;}
.youshi .box ul{display: inline-block; width:162px; vertical-align: top; margin:0 60px;}
.youshi .box ul dl{ width: 162px; height: 162px; line-height: 158px; border: #c69d6d solid 2px; border-radius: 90px; margin-bottom: 50px;}
.youshi .box ul ol{ padding: 0 10px;}
.youshi .box ul h3{font-size: 32px; color: #c69d6d; font-weight: normal; line-height: 1; margin-bottom: 20px;}
.youshi .box ul p{font-size: 20px; color: #fff; line-height: 2; text-align:left;}

.zhichi{ background: #f1f1f1; padding: 120px 0 80px;}
.zhichi .box{ width: 1170px; margin: 0 auto; overflow: hidden;}
.zhichi .box .boxcon{ margin: -1px 0 0 -1px;}
.zhichi .box ul{ width: 33.33%; height: 390px; padding:50px 40px; border-top: 1px solid #444444; border-left: 1px solid #444; float: left;}
.zhichi .box ul dl{ width: 150px; height: 150px; line-height: 148px; text-align: center; margin: 0 auto;}
.zhichi .box ul ol{ text-align: center;}
.zhichi .box ul ol h3{ font-size: 30px; font-weight: normal; color: #000; margin-bottom: 10px;}
.zhichi .box ul ol p{ font-size: 17px;}

.shili{ background: #242424; padding: 130px 0 180px;}
.shili .title h2{ color: #fff;}
.shili .box{ display: table; text-align: center; margin: 0 auto; padding-top: 50px;}
.shili .box ol{ display: table-cell;}
.shili .box dl{white-space: nowrap; display: table-cell; vertical-align: top; text-align: left; }
.shili .box dl h3{ font-size: 30px; color:#c29975; font-weight: normal; line-height: 1; margin-bottom: 35px;}
.shili .box dl ul{ margin-bottom: 30px; text-align: center;}
.shili .box dl ul li{ font-size: 20px; color: #fff; line-height: 2; padding-left:15px; position: relative; display: inline-block;}
.shili .box dl ul li:before{content:"";width: 5px; height:5px; background: #c29975; position: absolute; left: 0; top:50%; margin-top: -2px;}
.shili .box dl a{ width: 236px; height: 52px; line-height: 52px; text-align: center; background:#c29975; color: #fff; font-size: 26px; display:block; margin: 0 auto;}

.case{background: #f1f1f1; padding: 85px 0 220px;}
.case .pc-slide {width: 1140px; margin: 0 auto;}
.case .view .swiper-container {width: 1140px;height:326px;}
.case .view .swiper-container .swiper-slide dl{float: right; width: 540px; }
.case .view .swiper-container .swiper-slide .caseText{ display: table;height:326px;}
.case .view .swiper-container .swiper-slide .caseText ol{ display: table-cell; vertical-align: middle; font-size: 25px; padding-right: 30px;}
.case .preview {width:960px;position: relative;margin:80px auto 0; }
.case .preview .swiper-container {width: 880px;height: 112px;margin:0 auto;}
.case .preview .swiper-slide { padding:0 6px; box-sizing: border-box;}
.case .preview .swiper-slide img{ width: 100%; height: auto;}
.case .preview .arrow-left,.case .preview .arrow-right{background: #000000; color: #fff;text-align: center; border-radius: 14px; position: absolute;width:28px;height:28px; line-height: 26px; top: 50%;margin-top: -14px;z-index: 10;}
.case .preview .arrow-left {left: 0;}
.case .preview .arrow-right {right: 0;}
.case .preview img {padding: 1px;}
.case .preview .active-nav img {padding: 0;border: 2px solid #c29975;}

.yaoqiu{ background: #242424; padding: 95px 0;}
.yaoqiu .title h2{ color: #fff;}
.yaoqiu .box{ width: 1145px; margin: 0 auto; display: table; padding-top: 30px;}
.yaoqiu .box dl{ display: table-cell; width: 50%;}
.yaoqiu .box ul{ display: table-cell; vertical-align: middle; width: 50%; padding-left: 50px; }
.yaoqiu .box ul li{ min-height: 40px; font-size: 17px; color: #fff; line-height: 1.2; margin-bottom: 45px; padding-left: 78px; position: relative; display: table;}
.yaoqiu .box ul li i{ width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 25px; font-style:normal; background: #c29975; display:block; position: absolute; left: 0; top:0;}
.yaoqiu .box ul li dt{ vertical-align: middle; display: table-cell; line-height: 1;}

.jiameng{ background:url(../images/jiamengBg.jpg) no-repeat center bottom; background-size: cover; padding: 85px 0 100px;}
.jiameng .box{ background: #f4f4f4; padding: 50px 40px 76px; }
.jiameng .box ul { margin-right: -50px;}
.jiameng .box ul li{ width:33.33%; float: left; font-size: 13px; position: relative; margin-bottom: 30px; padding: 0 50px 0 100px;}
.jiameng .box ul li input{ width: 100%; height: 28px; color: #333; border: #d6d6d6 solid 1px; text-indent: 10px;}
.jiameng .box ul li span{ line-height: 28px; padding-left: 34px; position: absolute; left: 0; top: 0;}
.jiameng .box ul li.name span{ background:url(../images/icon13.png) no-repeat left center;}
.jiameng .box ul li.tel span{ background:url(../images/icon14.png) no-repeat left center;}
.jiameng .box ul li.city span{ background:url(../images/icon15.png) no-repeat left center;}
.jiameng .box ul li.hangye span{ background:url(../images/icon16.png) no-repeat left center;}
.jiameng .box ul li.laiyuan span{ background:url(../images/icon17.png) no-repeat left center;}
.jiameng .box ul li.ziyuan span{ background:url(../images/icon18.png) no-repeat left center;}
.jiameng .box dl{border-top: #b9b9b9 solid 1px; padding-top: 30px;}
.jiameng .box dl span{display: block; background:url(../images/icon19.png) no-repeat left center;line-height: 28px; padding-left: 34px; font-size: 13px;}
.jiameng .box dl textarea{ width: 100%; height: 146px; border: #d6d6d6 solid 1px; padding: 10px;}
.jiameng .box ol{ padding-top: 35px;}
.jiameng .box ol button[type="submit"]{ width: 120px; height: 36px; color: #fff; background:#c29975; border: none; border-radius: 20px; font-size: 15px; margin-right: 20px; cursor: pointer;}
.jiameng .box ol button[type="reset"]{ width: 120px; height: 36px; color: #fff; background:#cccccc; border: none; border-radius: 20px; font-size: 15px; margin-right: 20px;cursor: pointer;}

/* 联系我们 */
.contact_banner{ width:100%; height: 375px; padding-top: 115px; display: table; text-align: center;}
.contact_banner .bannerText{ display: table-cell; vertical-align: middle;}
.contact_banner .bannerText h2{font-size: 40px; color: #fff; font-weight: 300;}
.contact_banner .bannerText p{font-size: 25px; color: #c29975; text-transform: uppercase;}

.contact{overflow: hidden;}
.contactBox{ width: 50%; height: calc(100vh - 375px); padding:58px 60px; float: right;}
.contactBox img{ margin-right: 5px;}
.contactBox .box{ border-bottom: #ccc dashed 1px; margin-bottom: 35px; padding-bottom: 30px;}
.contactBox #map{ height: 280px; border:#aaa dashed 1px;}
.contactBox #map img{max-height:inherit;max-width:inherit; }
.message{ width: 50%;  background: #2a2b2e; padding: 60px 150px; float: left; color: #fff; font-size: 18px; padding-bottom: 999px; margin-bottom: -999px; overflow: hidden;}
.message .box{ margin-top:80px;}
.message .box ul{ overflow: hidden;}
.message .box ul li{ width: 50%; float: left; padding-bottom:15px; padding-left: 50px; position: relative;}
.message .box ul li span{ position: absolute; left: 0;}
.message .box input{ width: 100%; border:none; background: none; font-size: 18px; color: #fff; font-weight: 300;}
.message .box textarea{ border:none; background: #373737; font-size: 18px; color: #fff; font-weight: 300; width: 100%; height: 110px; padding: 10px;}
.message .box button{ border:none; background: #bf9875; color: #fff;font-size: 18px; width: 100px; height: 34px; margin-top: 30px; cursor: pointer;}

/* footer */
.footer{ background: #242428; padding: 60px 20px; position: relative; z-index: 11;}
.footer dl{ text-align: center; font-size: 40px; color:#c29975; margin-bottom: 65px;}
.footer .fnav{font-size: 20px; text-align: center;color: #d0d0d0;}
.footer .fnav a{ color: #d0d0d0; margin: 0 35px; font-size: 18px;}
.footer .fcontact{ font-size: 30px; text-align: center; color: #fff; margin: 80px 0 70px;}
.footer .ewm{ text-align: center; font-size: 20px; color: #fff;}
.footer .ewm p{ line-height: 1; margin-top:20px;}
.footer .share{ text-align: center; margin-top: 35px;}
.footer .share a{ margin: 0 10px;}

/*客服*/
.kefu{ position: fixed; top: 50%; right: 0; margin-top: -111px; z-index: 999;}
.kefu ul{ position: relative;}
.kefu ul li{ width:62px; height: 74px; line-height: 74px; text-align: center; background: #29292c;}
.kefu ul li.zx{border-top-left-radius:20px; padding-top: 5px;}
.kefu ul li.gotop{border-bottom-left-radius:20px; line-height: 60px;}
.kefu ul li .kefuCon{width: 150px; padding-top: 60px; position: absolute; left:65px; top: 0;transition: all .4s;-webkit-transition: all .4s;}
.kefu ul li dl{ position: relative; z-index: 11;}
.kefu ul li ol{ height: 90px; background: #29292c; padding-top: 20px;border-top-left-radius:20px;border-bottom-left-radius:20px; }
.kefu ul li ol h3{ font-size: 20px; line-height: 1; color: #c29975;}
.kefu ul li ol a{ line-height:16px; display: block; width: 60px; height: 20px; border: #7b6553 solid 1px; color:#c29975; font-size: 14px; text-align: center; margin:10px auto 0;}
.kefu ul li.tel ol a{ width: 100%; border: none; font-size: 18px;}
.kefu ul li:hover .kefuCon{ left: -150px;}

@media screen and (max-width:1570px){
  .zcjy{ padding: 120px 90px 0 90px;}
  .message{  padding: 60px;padding-bottom: 999px; margin-bottom: -999px;}
  .footer .fnav a{ margin: 0 35px; font-size: 18px;}
}
@media screen and (max-width:1420px){
  .w_1400{ width:100%; padding:0 15px;}
  .header .nav dl{ position: absolute;right: 10px; top: 0; color: #fff;font-size: 13px;  line-height:30px; font-weight: 100;}
  .header .nav dl a{ font-size: 13px; margin: 0 6px; font-weight: 100;}
  .ipro .box ul li dl{ height: auto; overflow: hidden; padding-bottom: 133.913%; position: relative;}
  .culture{ padding: 100px 15px;}
  .culture .w_1400{ padding: 0;}
  .culture .box ol{ padding: 115px 150px 0 680px;}
  .leftNav{ width: 300px;}
  .rightCon{ padding-left:350px;}
  .leftNav dl{font-size: 30px;}
  .leftNav ul li a{font-size: 24px;}
  .leftNav ul li .subnav ol a{font-size: 18px;}
  .prolist ul{ margin: 0 -10px;}
  .prolist ul li{ padding: 0 10px;}
  .prolist ul li ol p{font-size: 28px;}
  .news ul li a{ padding:28px 0;}
  .news ul li ol{padding-left:330px;}
  .contactBox{ height: auto;}
  .footer .fnav a{ margin: 0 35px; font-size: 18px;}
}
@media screen and (max-width:1320px){
  .w_1300{ width:100%; padding:0 15px;}
  .aboutNav ul li a{ min-width: 160px;}
}
@media screen and (max-width:1250px){
  .w_1236{ width:100%; padding:0 15px;}
  .culture .box ol{ padding: 115px 80px 0 650px;}
  .scsl{ padding: 100px 50px 50px;}
  .scsl .box ul{ margin: 0 -15px;}
  .scsl .box ul li{ padding:0 15px; margin-bottom: 20px;}

  .proview .proHead .propic{ width: 380px;}
  .proview .proHead .protit{ padding-left: 420px; padding-right: 20px; }

  .message .box{ margin-top: 35px;}
}
@media screen and (max-width:1200px){
  .w_1200{ width:100%; padding:0 15px;}
  .rightCon{ padding-left:325px;}
  .prolist ul{ margin: 0 -5px;}
  .prolist ul li{ padding: 0 5px;}
  .prolist ul li ol{ height: 120px;}
  .prolist ul li ol p{font-size: 22px;}
  .prolist ul li ol span{font-size:15px; width: 110px;}

  .news ul li dl{ width: 226px; height: 170px;}
  .news ul li ol{ padding-left: 250px;}
  .news ul li ol h3{font-size: 24px;}
  .news ul li ol dt{font-size: 15px;}
  .news ul li ol .more{ right: 0;}
}
@media screen and (max-width:1160px){

  .aboutNav ul{ padding: 50px 0;}
  .aboutNav ul li{ padding: 0 2px;}
  .aboutNav ul li a{ font-size: 18px;min-width: 150px;}

  .youshi .box ul{ margin:0 30px;}
  .zhichi .box{ width: 100%;}
  .shili .box{ padding-top: 0;}
  .shili .box ol{ display: block; margin-bottom: 50px;}
  .shili .box dl{ display: block; text-align: center; padding-left: 0;}
  .shili .box dl ul li:before{left:auto; margin-left: -15px;}
  .shili .box dl a{ margin: 0 auto;}
  .case .pc-slide{ width: 100%; padding: 0 15px;}
  .case .view .swiper-container{ width: 100%;}
  .yaoqiu{ padding: 95px 15px;}
  .yaoqiu .box{ width: 100%;}
}
@media screen and (max-width:1050px){
  .ipinzhi .box ul li ol p{ font-size:25px;}
}
@media screen and (max-width:1000px){

/*头部*/
.header{ width:100%; height:60px; }
.header .box{ width:100%;}
.header .logo{ float: left; padding-top:10px; width:60px; margin-left: 15px;}
.header .nav{ display: none; }

.header.cur{ height: 60px; }
.header.cur .logo{padding-top:10px; width: 60px;}

.header .wapnav{width: 100%; height: 100vh; overflow-y: auto; background: #fff; position: fixed; top: 60px; left: 0;z-index: 20; display: none;}
.header .wapnav ul{border-top: #eee solid 1px;}
.header .wapnav ul li{ width: 100%; line-height: 60px; border-bottom: #eee solid 1px;transition:all 300ms; padding-top: 0;}
.header .wapnav ul li a{ color: #666; font-size:16px; padding: 0 20px; font-weight: normal; display: block;}
.header .wapnav ul li a.tit{ padding-bottom: 0; }
.header .wapnav ul li.focus a,.header .wapnav ul li:hover a{ background: #666666; color: #fff;}
.header .wapnav ul li .subnav{display: none; background: #fff; position: static; width: 100%; padding: 0;}
.header .wapnav ul li .subnav dl a{ background: #eee; color: #666; font-weight: normal; line-height: 50px; padding: 0 20px;}
.header .wapnav ul li .subnav dl a:hover{ background: #c29975; color: #fff; }
.header .wapnav ul li .subnav dl a.tit2{background: #eee; color: #666; }
.header .wapnav ul li .subnav dl.focus a.tit2{ background: #c29975; color: #fff; }
.header .wapnav ul li dl.focus a{ background: #333; color: #fff;}
.header .wapnav ul li .subnav dl:hover a.tit2{ background: #c29975; color: #fff; }
.header .wapnav ul li .subnav dl .subnav2{ padding: 0; background: #999; display: none;position: static;width: 100%;}
.header .wapnav ul li .subnav .subnav2 a{ background: #999; font-weight: normal; color: #fff; line-height:50px;}

.header .menu-toggle{ width:60px; height:60px; position:absolute; right:0px; top:0;  z-index:99999; display:block;transition: all .4s;-webkit-transition: all .4s;}
.header .menu-toggle span{ width:35px; height:2px; background:#c29975;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
.header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#c29975;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
.header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#c29975;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
.header .menu-toggle.cur span{background-color:transparent;}
.header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
.header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

/*首页bannner*/
.banner { padding-top:60px;}
.banner .swiper-container{ height:320px;}
.banner .swiper-container .swiper-slide{  height:320px;}
.banner .swiper-container .swiper-slide a{height:320px;}
.banner .swiper-container .pagination { bottom:20px;}
.banner .swiper-container .swiper-pagination-switch {width: 12px;height: 12px;}

/* 首页大标题 */
.title{  margin-bottom: 30px;}
.title h2{ font-size: 30px;  margin-bottom: 10px;}
.title p{ font-size:20px;}

/* 首页产品 */
.ipro{ padding: 60px 0;}
.ipro .box ul { margin: 0 ;}
.ipro .box ul li{ float: none; width: 100%; padding: 0; margin-bottom: 20px;}
.ipro .box ul li p{ min-width: 150px; line-height: 40px; font-size:18px; margin: 10px auto 0;}

/* 首页品质 */
.ipinzhi{ padding: 60px 0;}
.ipinzhi .box ul { margin: 0 ;}
.ipinzhi .box ul li{ float: none; width: 100%; padding: 0; margin-bottom: 10px;}
.ipinzhi .box ul li ol{ height: 165px;}
.ipinzhi .box ul li ol p{ font-size: 24px;padding-top: 30px;}
.ipinzhi .box ul li ol span{ width:120px; height:40px; line-height: 38px; font-size: 16px;  margin:20px auto 0;}

/* 首页加盟 */
.ijoin{ padding:70px 0 80px; text-align: center;}
.ijoin dl{  font-size: 26px; margin-bottom: 50px;}
.ijoin ol h3{ font-size:40px;  margin-bottom: 10px;}
.ijoin ol p{ font-size: 20px; line-height: 1;}

/* 首页新闻 */
.inews{ padding: 55px 0;}
.inews .box ul { margin: 0 -5px;}
.inews .box ul li{ float: left; width: 50%; padding: 0 5px; margin-bottom: 10px;}
.inews .box ul li ol{ padding: 20px 15px 30px;}
.inews .box ul li ol h3{font-size:18px; margin-bottom: 10px;}
.inews .box ul li ol dt{ height: 70px; font-size: 12px; line-height:1.6;}
.inews .box ul li ol dt p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.inews .box ul li ol span{width:100px; height:30px; line-height:28px; font-size:14px; }
.inews .more{ width: 160px; height:40px; line-height: 38px; font-size: 16px;  margin: 30px auto 0;}

/* 关于我们 */
.aboutNav{ padding-top: 80px;}
.aboutNav ul{ padding: 25px 0;}
.aboutNav ul li{ padding: 3px 2px;}
.aboutNav ul li a{font-size: 16px;}

.target-fix {position: relative;top: -58px;display: block;height: 0;overflow: hidden;}

.zcjy{ display: table; padding:60px 15px;}
.zcjy .dsz{ width: 60%; display: block; margin: 0 auto 50px;}
.zcjy .zcjyBox{ width: 100%; display:block;}
.zcjy .zcjyBox .title{ text-align:center; margin-bottom: 20px;}
.zcjy .zcjyBox .box{ line-height: 1.7; font-size: 15px; height: 195px; overflow-y:scroll;}
.zcjy .zcjyBox .box dl{ font-size: 20px; margin-bottom: 10px; text-align: center;}
.zcjy .zcjyBox .button{ margin-top:30px;  float: none; text-align: center;}
.zcjy .zcjyBox .button .up{ float: none; display: inline-block;}
.zcjy .zcjyBox .button .down{ float: none; display: inline-block}

.fazhan{ padding:60px 0; }
.fazhan .title h2{ color: #fff;}
.fazhan .w_1300{ position: relative;}
.fazhan .fazhan-left,.fazhan .fazhan-right{ width: 42px; height: 42px; font-size: 30px; text-align: center;  top:15px; }
.fazhan .fazhan-left{ left: 40px;}
.fazhan .fazhan-right{  right: 40px; }
.fazhan .preview{ position: relative; margin-top: 20px;}
.fazhan .preview .swiper-container {width: 100%;height: 100px;background: url(../images/icon21.png) repeat-x center;}
.fazhan .preview .swiper-slide { text-align: center;}
.fazhan .preview .swiper-slide dl{  font-size: 16px; }
.fazhan .preview .swiper-slide dl:before{ content: ""; width: 14px; height: 14px; background: #c29975; border-radius: 14px; position: absolute; left: 50%; top:36px; margin-left: -7px;}
.fazhan .preview .swiper-slide:nth-child(even) dl{ padding-top: 60px;}

.fazhan .view{ padding-bottom: 0;}
.fazhan .view .swiper-container{ width: 100%; margin: 0 auto;}
.fazhan .view .swiper-slide { font-size: 15px;  line-height: 2;  }
.fazhan .view .swiper-slide ol{ font-size: 70px; font-weight: bold; margin-bottom: 30px;}

.culture{ padding: 60px 15px;}
.culture .box dl{float: none;}
.culture .box ol{ padding:50px 15px;}
.culture .box ol .whtit{ width: 140px; height: 40px; line-height:40px; font-size: 20px; margin:0 auto 20px;}
.culture .box ol .whBox{ height: 196px; font-size:15px; line-height: 1.6;}
.culture .box ol .button{ margin-top:30px; float: none;text-align: center;}
.culture .box ol .button .up{ float: none;display: inline-block}
.culture .box ol .button .down{ float: none; display: inline-block}

.honor{  padding: 60px 0;}
.honor .box dl{ overflow: hidden; margin-bottom: 10px;}
.honor .box p{ font-size:12px;}
.honor .box .arrow-left,.honor .box .arrow-right{ width: 26px; height: 30px; line-height: 30px; font-size: 20px;  margin: 40px 2px 0;}

.scsl{ padding:60px 15px;}
.scsl .box ul{ margin: 0 -5px;}
.scsl .box ul li{ width: 50%;  padding: 0 5px; margin-bottom: 10px; cursor: pointer;}
.scsl .box ul li p{ font-size:16px;line-height: 30px;}

/* 内页 */
.content{ padding: 0 0 80px;}
.breadcrumb{padding-top: 60px;}
.breadcrumb .box{ font-size:13px; line-height:50px; margin-bottom: 15px; }
.breadcrumb .box i{ width: 8px; height:22px; margin-right: 15px; margin-top: 15px;}

.leftNav{ display: none;}
.rightCon{ padding-left: 0;}
.titText{ margin-bottom: 30px;}
.titText h2{font-size: 26px;}

/* 产品列表 */
.prolist ul{ margin: 0 -5px;}
.prolist ul li{ width:50%; padding: 0 5px; margin-bottom: 10px;}
.prolist ul li a{ border: #dfdfdf solid 1px;}
.prolist ul li ol{ height:95px;  padding-top: 10px;}
.prolist ul li ol p{font-size: 18px; line-height: 2;}
.prolist ul li ol span{ width: 100px; height: 30px; line-height: 30px;font-size: 14px; }

.proview{}
.proview .proHead{ margin-bottom: 40px; overflow: hidden;}
.proview .proHead .propic{ float: none; width: 100%; margin-bottom: 10px;}
.proview .proHead .protit{ padding-left: 0; padding-right: 0; }
.proview .proHead .protit h1{font-size:22px; margin-bottom: 10px;}
.proview .proHead .protit dl{font-size: 15px;}

/* 新闻 */
.news{ margin-top: -28px;}
.news ul li a{ padding: 28px 0; }
.news ul li dl{ float: none; width: auto; height: auto; padding-bottom: 75%;}
.news ul li ol{ padding-left: 0; margin-top: 10px;}
.news ul li ol h3{ font-size: 18px; margin-bottom: 5px;}
.news ul li ol dt{ font-size: 15px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2; overflow: hidden;}
.news ul li ol .more{display: none;}

/* 招商加盟 */
.join_banner{ padding-top: 60px;}
.join_banner .swiper-container{ height:300px;}
.join_banner .swiper-container .swiper-slide{  height:300px;}
.join_banner .swiper-container .pagination { bottom:20px;}
.join_banner .swiper-container .swiper-pagination-switch {width: 12px;height: 12px;}

.about{ padding: 60px 0; font-size: 15px; line-height:1.8;}
.about img{ margin-bottom: 30px;}

.youshi{  padding: 60px 15px 60px;}
.youshi .box{ text-align: center; padding-top: 20px; overflow: hidden;}
.youshi .box ul{display: block; width:50%; margin:0 0 20px; float: left;}
.youshi .box ul dl{ width: 140px; height: 140px; line-height: 134px;  margin:0 auto 20px;}
.youshi .box ul ol{ padding: 0;}
.youshi .box ul h3{font-size: 18px; margin-bottom:5px;}
.youshi .box ul p{font-size: 13px;line-height: 1.6; text-align:center;}
 
.zhichi{ padding: 60px 0 60px;}
.zhichi .box{ width: 100%; margin: 0 auto; overflow: hidden;}
.zhichi .box .boxcon{ margin: -1px 0 0 -1px;}
.zhichi .box ul{ width: 50%; height: 300px; padding:30px 20px; border-top:1px solid #ccc; border-left: 1px solid #ccc;}
.zhichi .box ul dl{ width: 100%; height: 55px; line-height: 55px; text-align: center; margin: 0 auto 20px;}
.zhichi .box ul ol h3{ font-size: 18px;  margin-bottom: 10px;}
.zhichi .box ul ol p{ font-size: 14px;}

.shili{ padding: 60px 15px;}
.shili .box dl h3{font-size: 20px; margin-bottom: 15px;}
.shili .box dl ul li{ font-size: 16px;}
.shili .box dl a{font-size:18px; width: 200px; height: 46px; line-height: 46px;}

.case{ padding: 60px 15px 80px;}
.case .pc-slide {width: 100%; margin: 0 auto; padding: 0;}
.case .view .swiper-container {width: 100%;height:auto;}
.case .view .swiper-container .swiper-slide dl{float: none; margin-bottom: 10px;}
.case .view .swiper-container .swiper-slide .caseText{ display: block;height:auto;}
.case .view .swiper-container .swiper-slide .caseText ol{ display: block;font-size: 16px; padding-right: 0;}
.case .preview {width:100%;position: relative;margin:50px auto 0; }
.case .preview .swiper-container {width: 80%;height: 65px;margin:0 auto;}
.case .preview .swiper-slide { padding:0 6px; box-sizing: border-box;}

.yaoqiu{ padding: 60px 15px;}
.yaoqiu .box{ width: 100%;  display:block; padding-top: 0px;}
.yaoqiu .box dl{ display: block; width: 100%; margin-bottom: 25px;}
.yaoqiu .box ul{ display: block; vertical-align: middle; width:100%; padding-left: 0;}
.yaoqiu .box ul li{ min-height: 40px; font-size: 14px;  line-height: 1.2; margin-bottom: 20px; padding-left:45px; position: relative;}
.yaoqiu .box ul li i{ width: 36px; height: 36px; line-height: 36px;  font-size: 22px; }

.jiameng{ padding: 60px 0 80px;}
.jiameng .box{ background: #f4f4f4; padding: 50px 30px 60px; }
.jiameng .box ul { margin-right: -50px;}
.jiameng .box ul li{ width:100%; float: none; font-size: 13px; position: relative; margin-bottom: 15px; padding: 0 50px 0 100px;}
.jiameng .box ul li span{ line-height: 28px; padding-left: 34px; position: absolute; left: 0; top: 0;}
.jiameng .box dl{ padding-top: 15px;}
.jiameng .box dl textarea{ height: 120px; }
.jiameng .box ol{ padding-top:20px;}

/* 联系我们 */
.contact_banner{ width:100%; height:200px; padding-top:60px; }
.contact_banner .bannerText h2{font-size:30px; }
.contact_banner .bannerText p{font-size: 20px;}

.contactBox{ width: 100%; padding:40px 15px; float: none;}
.contactBox .box{ border-bottom: none; margin-bottom: 0; padding-bottom: 50px;}
.contactBox #map{ height: 240px; border:#aaa dashed 1px;}
.contactBox #map img{max-height:inherit;max-width:inherit; }
.message{ width: 100%;  padding: 50px 20px; float: none;  font-size: 15px; padding-bottom: 50px; margin-bottom: 0; }
.message .box{ margin-top: 30px;}
.message .box ul li{ width: 50%; float: left; padding-bottom:10px; padding-left:45px; padding-right: 10px; position: relative;}
.message .box ul li span{ position: absolute; left: 0;}
.message .box input{ width: 100%; border:none; background: none; font-size: 16px;background: #373737; color: #fff;  font-weight: 300;}
.message .box ol{ padding-right: 10px;}
.message .box textarea{ border:none; font-size: 16px;padding: 10px;}
.message .box button{font-size: 16px; width: 100px; height: 34px; margin-top: 10px; cursor: pointer;}


/* footer */
.footer{  padding: 50px 15px;}
.footer dl{  font-size: 24px; margin-bottom:30px;}
.footer .fnav{font-size: 15px;}
.footer .fnav a{  margin: 0 35px; display: inline-block; font-size: 18px;} 
.footer .fcontact{ font-size: 22px;  margin: 30px 0 30px;}
.footer .ewm{  font-size: 20px;}
.footer .ewm p{ margin-top:10px; font-size: 14px;}
.footer .share{ margin-top:20px;}
.footer .share a{ margin: 0 5px;}
}