@charset "utf-8";
* {margin: 0;padding: 0;border-radius: 0;}
body {font-size: 12px;font-family: "微软雅黑";margin: 0px auto;background: #fff;}
ul,
li {list-style: none;margin: 0;padding: 0;}
a {text-decoration: none;}
img {border: none;vertical-align: middle;}
h1,
h2,
h3,
h4,
h5,
h6 {font-weight: lighter;color: #000;}
i {font-style: normal;}
.mar_right{margin-right: 0!important;}
/* 头部*/
.top_bg {background-color: #fff;}
.top1 {width: 92%;max-width: 1500px;margin: 0 auto;height: 112px;overflow: hidden;}
.top1 .top_logo {float: left;margin-top: 21px;margin-right: 26px;}
.top1 .top_text {float: left;height: 49px;margin-top: 28px;border-left: 1px solid #dddddd;padding-left: 26px; padding-top:10px;}
.top1 .top_text h1 {font-size: 22px;color: #595857;font-weight: 550;line-height: 23px;}
.top1 .top_text p {font-size: 15px;color: #666;font-weight: 400;line-height: 39px;}
.top1 .top_phone {float: right;margin-top: 31px;}
.top1 .top_phone div {float: left; margin-left:30px;}
.top1 .top_phone span {display: table-cell;font-size: 20px;color: #ff8500;margin-left: 5px;line-height: 42px;font-weight: 550;}
.top1 .top_phone img{width:30px; height:30px!important;display: block;margin-right: 3px;margin-bottom: -7px;}
.top1 .top_phone h1 {font-size: 22.7px;color: #ff8500;font-weight: 550;margin-left: 10px;line-height: 19px;}
.top1 .top_rr {display: none;}
.top1 .sj_search {display: none;}
.top2 {background-color: #e2e2e2;height: 63px;box-sizing: border-box;}
.top2 .top_center {width: 92%;max-width: 1500px; margin:0 auto; text-align:left;overflow: hidden;}/*li居中 margin:0px auto; text-align:center;display:table;*/
.top2 .top_nav {/*float: left;*/width:96%; text-align:left;}
.top2 .top_nav ul {overflow: hidden; margin-top: 22px;text-align:center;display:table;}
.top2 .top_nav ul li {float: left;}
.top2 .top_nav ul li.active a {color: #ff8500;}
.top2 .top_nav ul li.active i {width: 100%;background-color: #ff8500;}
.top2 .top_nav ul li:hover a {color: #ff8500;}
.top2 .top_nav ul li:hover i {width: 100%;background-color: #ff8500;}
.top2 .top_nav ul li a {float: left;height: 41px;font-size: 17px;color: #595757;padding: 0 60px;display: block;position: relative;}
.top2 .top_nav ul li i {position: absolute;left: 50%;bottom: 0;width: 0%;height: 3px;background-color: #e2e2e2;display: block;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%);}
.top2 .top_nav ul li span {float: left;background-color: #c5c5c5;width: 1px;height: 19px;display: block;margin-top: 3px;}
.top2 .top_search {float: right;width: 165px;height: 32px;background-color: #ffffff;border-radius: 5px;overflow: hidden;transition: all 0.6s;margin-top: 16px;}
.top2 .top_search input {width: calc(100% - 40px);height: 100%;float: left;border: 0;outline: 0;font-size: 15px;color: #dddddd;padding-left: 14px;box-sizing: border-box;}
.top2 .top_search input::placeholder {font-size: 15px;color: #dddddd;}
.top2 .top_search div {float: right;width: 40px;height: 100%;box-sizing: border-box;padding-top: 6px;text-align: center;}
.top2 .top_search img {cursor: pointer;}
.top2 .top_search .search_icon img {filter: grayscale(100%);}
.top2 .top_search .close_icon img {display: none;}
.top2 .top_search span {display: none;width: 1px;height: 17px;background-color: #ff8500;vertical-align: middle;margin-top: 1px;margin-left: 7px;margin-right: 7px;}
.top2 .top_search_active {width: 285px;}
.top2 .top_search_active input {width: calc(100% - 70px);}
.top2 .top_search_active div {width: 70px;text-align: left;}
.top2 .top_search_active .search_icon img {filter: none;}
.top2 .top_search_active .close_icon img {display: inline-block;}
.top2 .top_search_active span {display: inline-block;}

.nav_sj{display: none;}

/* banner */
.slideBox {width: 100%;height: auto;overflow: hidden;position: relative;}
.slideBox .hd {height: 15px;overflow: hidden;position: absolute;right: 50%;bottom: 4%;z-index: 1;transform: translateX(50%);}
.slideBox .hd ul {overflow: hidden;zoom: 1;float: left;}
.slideBox .hd ul li {float: left;margin-left: 8px;margin-right: 8px;width: 51px;height: 6px;line-height: 14px;text-align: center;background: #ffffff;cursor: pointer;position: relative;}
.slideBox .bd {position: relative;height: 100%;z-index: 0;}
.slideBox .bd li {zoom: 1;vertical-align: middle;position: relative;}
.slideBox .bd li a {display: block;overflow: hidden;}
.slideBox .bd img {width: 100%;height: auto;display: block;}
.slideBox .hd ul li:after {content: "";transition-timing-function: linear;transform-origin: left;position: absolute;left: 0;width: 0;height: 100%;top: 0;background: #ff8500;/*background:rgba(255,255,255,.5);*/}
.slideBox .hd ul li.on:after {width: 100%;-webkit-transition: all 2s linear;-moz-transition: all 2s linear;transition: all 2s linear;}
.slideBox .bd ul li.on img {-webkit-animation: mymove 5s infinite;
  /* Chrome, Safari, Opera */animation: mymove 5s infinite;animation-iteration-count: 1;-webkit-animation-iteration-count: 1;
  /* Safari Chrome */transform: scale(1.1);}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {from {transform: scale(1)}to {transform: scale(1.1)}}

/* Standard syntax */
@keyframes mymove {from {transform: scale(1)}to {transform: scale(1.1)}}
.ny_banner img {width: 100%;height: auto;}
.sj_banner {display: none;}
.box_swipe {display: none;}

/*使命*/
.ism{width:100%;background: url(../images/sm_bg.jpg) no-repeat center / cover;padding-top: 80px;padding-bottom: 88px;overflow: hidden; position:relative;}
.ism_content{ position:absolute; left:58%;top:30%; width:30%;}
.ism_content h1 {font-size: 24px;color: #333333;font-weight: 550;}
.ism_content p {font-size: 14px;color: #999999;margin-top: 11px; line-height:22px}

/*装修报价*/
.iprice {width: 92%;max-width: 1500px;margin: 32px auto; overflow:hidden;background-color: #f6f6f6; border-radius:10px;}
.iprice_case {width: 92%;max-width: 1500px;margin: 32px auto; overflow:hidden;}
.iprice_news {width: 92%;max-width: 1500px;margin: 32px auto; border-radius:10px; border:1px #e2e2e2 solid; padding-bottom:20px; overflow:hidden;}
.iprice_content{width:96%; margin:10px auto;}
.iprice_1{float:left; width:25%; margin-top:10px;}.iprice_1 div{float:left;}.iprice_1 div img{width:90%;}
.iprice_1_1{margin-left:20px; padding-top:20px;}.iprice_1_1 h1{font-size:24px; color:#333333; font-weight:bold;}
.iprice_1_1 p {font-size: 14px;color: #666666;margin-top: 11px; line-height:22px}
.iprice_1_1 p span{color:#f08300;}
.iprice_2{float:right;}
.iprice_2 a{display:block; padding:10px 16px; border-radius:30px; border:1px #e2e2e2 solid; background:#ffffff; float:left; font-size:18px; color:#666666; margin-left:20px; margin-top:40px;}
.iprice_2 a:hover{color:#ffffff;background:#f08300; border:1px #f08300 solid;}
.iprice_2 a.a1{ font-size:22px; font-weight:550; color:#ffffff;background:#f08300; border:1px #f08300 solid; padding:12px 20px 15px; border-radius:15px;margin-top:35px; }

.ibotprice_bg{background:rgba(240,131,0,0.6); width:100%; position:fixed; bottom:0; left:0;/* display:none;*/}
.ibotprice {width: 92%;max-width: 1500px;margin: 0px auto;height: 110px; position:relative;}
.ibotprice_content{width:100%; margin:0px auto;}
.ibotprice_1{float:left; width:20%; margin-top:10px;}.ibotprice_1 div{float:left;}
.ibotprice_1_1{margin-left:20px; padding-top:20px;}.ibotprice_1_1 h1{font-size:24px; color:#ffffff; font-weight:bold;}
.ibotprice_1_1 p {font-size: 14px;color: #ffffff;margin-top: 11px; line-height:22px}
.ibotprice_1_1 p span{color:#ffffff;}
.ibotprice_2 a{display:block; padding:8px 10px; border-radius:30px; border:1px #e2e2e2 solid; background:#ffffff; float:left; font-size:16px; color:#f08300; margin-left:20px; margin-top:40px;}
.ibotprice_2 a:hover{color:#333333;background:#ffffff; border:1px #ffffff solid;}
.ibotprice_2 a.a1{ font-size:20px; font-weight:550; color:#ffffff;background:#f08300; border:1px #f08300 solid; padding:12px 20px 15px; border-radius:15px;margin-top:30px;margin-right:30px; }
.ibotprice_2  .a1:hover{color:#f08300;background:#ffffff; border:1px #ffffff solid;}
.close{position:absolute; top:10px; right:0px;}

/* 标题 */
.title {text-align: center;}
.title h1 {font-size: 42px;color: #333333;font-weight: 550;}
.title h2 {font-size: 32px;color: #333333;font-weight: 550;}
.title p {font-size: 14px;color: #999999; margin:0 auto; max-width:900px;margin-top: 15px; line-height:26px;}


/* 案例 */
.iCase_bg {background:#f6f6f6;padding-top: 80px;padding-bottom: 28px;overflow: hidden;}

.iCase_bg .title {margin-bottom: 65px;}
.iCase {width: 100%;margin: 0 auto;}
.case_list{width:90%;max-width: 1500px;margin: 0px auto; overflow:hidden;}
.iCase ul {overflow: hidden;}
.iCase ul::after {content: '';display: block;clear: both;}
.iCase ul li {float: left;width: 23.4%;margin-right: 2.13%;margin-bottom: 2.5%;overflow: hidden;background-color: #fff;/*-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;*/}
.case_list ul li{width:31.9%;}
.iCase ul li:hover {background:#f08300;}
.iCase ul li:hover .iCase_text h1{color: #ffffff;}.iCase ul li:hover .iCase_text p{color: #ffffff;}
.iCase ul li:hover .iCase_img img {transform: scale(1.1);}
.iCase .iCase_img {overflow: hidden;}
.iCase .iCase_img img {width: 100%;height: auto;transition: all .4s;}
.iCase .iCase_text {padding: 0 7%;box-sizing: border-box;}
.iCase .iCase_text h1 {font-size: 20px;color: #333;font-weight: 500;margin-top: 26px;/*-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;*/}
.iCase .iCase_text p {font-size: 14px;color: #999999;height:34px;font-weight: 400;line-height: 28px;margin-top: 8px; padding-bottom:10px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}


.isj_bg {padding-top: 80px;padding-bottom: 75px;}
.isj_bg .title {margin-bottom: 41px;}
.isj_bg .title p {color: #333;margin-top: 18px;}
.isj {width: 92%;max-width: 1500px;margin: 0 auto;overflow: hidden;position: relative;}
.isj .hd {float: left;width: 48.7%;}
.isj .hd ul {border-top: 0px solid #dddddd;}
.isj .hd li {height:auto;padding-left: 5px;border-bottom: 1px solid #dddddd;overflow: hidden;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;box-sizing: border-box; padding-top:20px;}
/*.isj .hd li.on {height: 176px;border-bottom: 3px solid #ff8500;}
.isj .hd li.on h1 {color: #ff8500;line-height: 55px;}*/
.isj .hd li h1 {line-height: 37px;font-size: 18px;color: #333;font-weight: 550;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.isj .hd li p {font-size: 16px;color: #666;line-height: 28px;height: 50px;overflow: hidden;margin-top: -5px;margin-bottom: 6px;}
.isj .hd li a {font-size: 16px;color: #ff8500;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.isj .hd li a:hover {margin-left: 15px;}
.isj .bd {position: absolute;top: 0;right: 0; width: 48.6%;height: 100%;}
.isj .bd ul{height: 100%;}
.isj .bd ul li{height: 100%;overflow: hidden;}
.isj .bd ul li:hover img{transform: scale(1.1);}
.isj .bd img {width: 100%;height: 100%;object-fit: cover;transition: all .4s;}


.isj_bg .de3_box{width: 92%;max-width: 1500px;height: auto;margin: 30px auto;position: relative; overflow:hidden;}
.isj_bg .de3_box ul{}
.isj_bg .de3_box ul li{float: left;width: 14.5%;height: auto;text-align: center;box-sizing: border-box;padding: 2.15% 2.15% 0 2.15%; margin-right:2.6%;cursor: pointer; border:1px #dddddd solid;}
.isj_bg .de3_box ul li:nth-child(6n){margin-right:0%;}
.isj_bg .de3_box ul li:hover img{animation: amd 2s infinite;}
.isj_bg .de3_box ul li:hover h1{color: #ff8500;}
.isj_bg .de3_box ul li h1{font-size: 18px;color: #333;font-weight: 550;margin: 15px 0 6px 0;}
.isj_bg .de3_box ul li p{font-size: 14px;color: #666;line-height: 22px;text-align: center; height:75px;}

@keyframes amd {
0% 
{
-webkit-transform: translateY(0px);-o-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px);
}
50% 
{
-webkit-transform: translateY(-17px);-o-transform: translateY(-17px);-moz-transform: translateY(-17px);-ms-transform: translateY(-17px);transform: translateY(-17px);
}
100% 
{
-webkit-transform: translateY(0px);-o-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px);
}
}

/* 全产业链 解决方案*/
.iSolution_bg {background: url(../images/cyl_bg.jpg) no-repeat center / cover; height:678px;padding-top: 80px;padding-bottom: 9px;overflow: hidden;}
.iSolution_bg .title {margin-bottom: 40px;}
/*.iSolution {width: 96%;max-width: 1500px;margin: 0 auto;height: 780px;background-color: #fff;}*/
.iSolution{width: 92%;max-width: 1500px;height: auto;margin: 0 auto; overflow:hidden;}
.iSolution ul{ border-top:1px #f9f8f8 solid; width:99.9%;margin: 0 auto;}
.iSolution ul li{float: left;width: 20%;height: 226px;text-align: center;box-sizing: border-box;padding: 3.15% 0%;cursor: pointer; border-right:1px #f9f8f8 solid; border-bottom:1px #f9f8f8 solid;}
.iSolution ul li:nth-child(5n+1){border-left:1px #f9f8f8 solid;}
.iSolution ul li:hover{background:#ff8500;}
.iSolution ul li:hover img{animation: amd 2s infinite;filter: grayscale(100%) brightness(500%);}
.iSolution ul li:hover h1{color: #ffffff;}
.iSolution ul li h1{font-size: 18px;color: #333;font-weight: 500;margin: 15px 0 6px 0;}
.iSolution ul li p{font-size: 14px;color: #666;line-height: 22px;text-align: center; height:75px;}


/* 诚正恒的优势 */
.iStrength_bg {background-color: #fff;padding-top: 80px;padding-bottom: 80px;overflow: hidden;}
.iStrength_bg .title {margin-bottom: 37px;}
.iStrength {width: 92%;max-width: 1500px;margin: 0 auto;}
.iStrength ul {overflow: hidden;}
.iStrength ul li {float: left;width: 23.4%;min-height: 500px;/*border-bottom: 1px solid #b8b8c1;*/margin-right: 2.13%;box-sizing: border-box;position: relative;}
/*.iStrength ul li:hover .iStrength_img {height: 100%;z-index: 0;}*/
.iStrength ul li:nth-child(4n){margin-right: 0;}
.iStrength ul li:hover .iStrength_img img {transform: scale(1.1);}
/*.iStrength ul li:hover .iStrength_text {top: 52%;height: 40%;z-index: 99;}*/
.iStrength ul li:hover .iStrength_text h1 {color: #ff8500; border-bottom:1px #ff8500 solid;}
/*.iStrength ul li:hover .iStrength_text p {color: #fff;}*/
.iStrength ul li:hover i img{filter:none;}
.iStrength ul li .iStrength_img {position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 58.4%;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;overflow: hidden;position: relative;}
.iStrength ul li .iStrength_img img {/*position: absolute;top: 0;left: 50%;-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%);*/width: 100%;height: auto;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.iStrength ul li .iStrength_text {/*position: absolute;top: 43.4%;left: 0;right: 0;box-sizing: border-box;padding: 0 0%;height: 26.6%;*//*-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;*/}
.iStrength ul li .iStrength_text h1 {font-size: 20px;color: #333;font-weight: 550;margin-top: 22px;margin-bottom: 30px; border-bottom:1px #b8b8c1 solid; padding-bottom:10px;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.iStrength ul li .iStrength_text p {font-size: 16px;color: #666;line-height: 25px;margin-bottom: 12px;}
.iStrength ul li i {display: block;height: 63px; margin-top:35px; /*font-size:65px; font-weight:50;width: 96px;background-color: #ff8500;*/}
.iStrength ul li i img{filter: grayscale(100%); width:25px;}


/* 服务流程 */
.iCulture_bg {background: url(../images/fwlc_bg.jpg) no-repeat top;padding-top: 80px;padding-bottom: 70px;overflow: hidden;}
.iCulture_bg .title {margin-bottom: 37px;}
.iCulture {width: 92%;max-width: 1500px;margin: 0 auto; padding-top:30px; padding-bottom:30px;border-radius: 10px;box-shadow:0px 0px 15px #ccc;box-sizing: border-box;border: 0px #ececec solid;background:rgba(255,255,255,0.8);overflow: hidden; text-align:center;}
.iCulture:hover img{transform: scale(1.0);}
.iCulture img {width: 100%;height: auto;transition: all .4s;}
.pc_fwlc{display:block;}.sj_fwlc{display:none;}



/* 新闻 */
.iNews_bg {background-color: #f6f6f6;padding-top: 80px;}
.iNews_bg .title {margin-bottom: 42px;}
.iNews {width: 92%;max-width: 1500px;margin: 0 auto;overflow: hidden; padding-bottom:60px;}
.iNews .iNews_left {padding-top:15px;}

.iNews .hd {overflow: hidden;float: left;width: 10%;}
.iNews .hd ul {overflow: hidden;/*width: calc(100% - 50px);*//*height: 27px;box-sizing: border-box;*/}
.iNews .hd li {cursor: pointer; margin-bottom:25px;border: 1px solid #ccc;font-size: 18px; text-align:center; height:45px; line-height:45px;border-radius: 5px;}
.iNews .hd li a {color: #333;}
.iNews .hd li:hover a {color: #ff8500;}
.iNews .hd li.on a {color: #ff8500;}
.iNews .hd li.on{border: 1px solid #ff8500;}

.iNews .bd{width:85%;float:right;}
.iNews .bd .iNews_top {overflow: hidden;float:left; width:48%; background:#ffffff;border-radius: 10px;box-shadow:0px 0px 15px #ccc;}
.iNews .bd .iNews_top:hover .iNews_text h1 {color: #ff8500;}
.iNews .bd .iNews_top:hover .iNews_text span {color: #ff8500;background-color: #fff;border-color: #ff8500;}
.iNews .bd .iNews_top:hover .iNews_img img {transform: scale(1.1);}
.iNews .bd .iNews_top .iNews_img {width:100%; height:320px; overflow:hidden; padding:0px;}
.iNews .bd .iNews_top .iNews_img img {width: 100%;height: auto;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.iNews .bd .iNews_top .iNews_text {box-sizing: border-box;padding-left: 3.8%;padding-right: 2%;width: 96%;}
.iNews .bd .iNews_top .iNews_text h1 {font-size: 20px;color: #333;font-weight: 540;margin-bottom: 12px; margin-top:20px;}
.iNews .bd .iNews_top .iNews_text p {font-size: 14px;color: #999;line-height: 28px; height:84px; overflow:hidden;}
.iNews .bd .iNews_top .iNews_time {box-sizing: border-box;padding-left: 3.8%;padding-right: 2%;width: 96%;}
.iNews .bd .iNews_top .iNews_time span{float: right; display:block;width: 41%;height: 50px;box-sizing: border-box;color: #999; text-align:right; line-height:50px;}
.iNews .bd .iNews_top:hover .iNews_time span{color:#ff8500;}
.iNews .bd .iNews_top .iNews_time p {float:left;color: #999;height: 50px;line-height:50px;}

.iNews .bd .iNews_bottom{ float:right; width:48%;}
.iNews .bd .iNews_bottom ul {overflow: hidden; border-top:1px #ddd solid;}
.iNews .bd .iNews_bottom ul li {margin-bottom: 0px;/* height:120px; */overflow:hidden;border-bottom:1px #ddd solid;padding-left: 3.8%;padding-right: 2%;}
.iNews .bd .iNews_bottom ul li:hover h1 {color: #ff8500;}
.iNews .bd .iNews_bottom ul li h1 {font-size: 20px;color: #333;font-weight: 540;line-height: 28px; padding-top:20px;width: 96%;}
.iNews .bd .iNews_bottom ul li p {font-size: 14px;color: #999; padding-top:10px;line-height: 25px;width: 96%; height:52px; overflow:hidden;}
.iNews .bd .iNews_bottom ul li .iNews_time {box-sizing: border-box;width: 96%;}
.iNews .bd .iNews_bottom ul li .iNews_time span{float: right;padding-top:10px; display:block;width: 41%;height: 50px;box-sizing: border-box;color: #999; text-align:right; line-height:50px;}
.iNews .bd .iNews_bottom ul li:hover .iNews_time span{color:#ff8500;}
.iNews .bd .iNews_bottom ul li .iNews_time p {font-size: 12px;float:left;color: #999;height: 50px;line-height:50px;width: 46%;}
.iNews .bd .iNews_bottom ul li:hover{background:#ffffff;}

/* 客户见证 */
.iCoop_bg {background-color: #fff;padding-top: 57px;padding-bottom: 60px;overflow: hidden;}
.iCoop_bg .title {margin-bottom: 30px;}
.iCoop{width: 92%;max-width: 1500px;margin: 0 auto;overflow: hidden;}
.iCoop ul {overflow: hidden;zoom: 1;}
.iCoop ul li {float: left;width: 14.5%;height: auto;text-align: center;box-sizing: border-box; margin-right:2.6%; margin-bottom:30px;cursor: pointer; border:1px #e6e6e6 solid; padding:10px;}
.iCoop ul li img {width: auto;height: 80px;border:1px #e6e6e6 solid;}


/*首页结束*/

/*案例分类开始*/
.ny_list{width: 92%;max-width: 1500px;margin: 0 auto;}
.big_list {text-align: center;padding-top: 10px;padding-bottom: 18px;}
.big_list  ul {display: inline-block;overflow: hidden;}
.big_list  ul li {float: left;margin-bottom: 10px;}
.big_list  ul li.ny_active a {color: #fff;background-color: #ff8500;border-color: #ff8500;}
.big_list  ul li:hover a {color: #fff;background-color: #ff8500;border-color: #ff8500;}
.big_list  ul li a {display: block;height: 35px;line-height: 32px;text-align: center;font-size: 0.88541vw/*17px*/;color: #333;padding: 0 25px;border-radius: 30px;border: 1px solid #dddddd;box-sizing: border-box;margin: 0 9px;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}


/*案例分类结束*/


/* 案例详情页 */
.products_de {width: 92%;max-width: 1500px;margin: 0 auto;overflow: hidden;padding-top: 100px;padding-bottom: 85px;}
.products_de .products_de_left {float: left;width: 58.2%;}
.products_de .products_de_left img {width: 100%;height: auto; margin-bottom:20px;}
.products_de .products_de_right {float: right;width: 38.5%;}
.products_de .products_de_right h1 {font-size: 32px;color: #333;font-weight: 400;margin-bottom: 27px; padding-bottom:20px; border-bottom:1px #dddddd solid;}
.products_de .products_de_right h2 {font-size: 18px;color: #444;font-weight: 500;margin-bottom: 10px;}
.products_de .products_de_right ul{width:100%; overflow:hidden; margin-bottom:40px;}
.products_de .products_de_right ul li{float:left; width:50%; height:30px; font-size:14px; color:#666;}
.products_de .products_de_right p,
.products_de .products_de_right span {font-size: 14px !important;color: #666 !important;line-height: 28px !important;}
.products_de .products_de_main {clear: both;padding-top: 70px;}
.products_de .products_de_main h1 {font-size: 24px;color: #333;font-weight: 400;margin-bottom: 25px;}

.ny_style {width: 92%;max-width: 1500px;margin: 0 auto;overflow: hidden;padding-top: 30px;}
.ny_style_main {float: left;width: 70%;}
.ny_style_title {/*border-bottom: 1px solid #e2e2e2;*/margin-bottom: 20px;}
.ny_style_title h1 {font-size: 32px;color: #333;font-weight: 400;margin-bottom: 23px; text-align:center;}
.ny_style_title p {font-size: 17px;color: #666;margin-bottom: 31px;}
.ny_style_title span {margin-right: 15px;}
.ny_style_text {font-size: 14px;color: #666;line-height: 28px; text-align:center; font-weight:550;}
.ny_style_text p,
.ny_style_text span {line-height: 28px !important;font-size: 14px !important;color: #666 !important; text-align:left; font-weight:normal; margin-top:5px;}/*text-indent:24.0000pt;*/
.ny_style_text img {max-width: 100%;margin: 22px auto!important; text-align:center;}
.ny_style_btns {border-top: 1px solid #e2e2e2;overflow: hidden;padding-top: 29px;padding-bottom: 75px;margin-top: 35px;}
.ny_style_btns a {font-size: 16px;color: #666;line-height: 46px;}
.ny_style_btns a:hover {color: #ff8500;}
.ny_style_btns .return {/*float: right;*/margin-top: 30px;display: block;width: 131px;height: 41px;line-height: 39px;color: #fff;background-color: #ff8500;border-radius: 35px;text-align: center;border: 1px solid transparent;box-sizing: border-box;}
.ny_style_btns .return:hover {background-color: #fff;color: #ff8500;border: 1px solid #ff8500;}

.ny_style .fx {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.2396vw /* 43px -> 2.2396vw */;
  position: relative;
}
.ny_style .fx span {
  font-size: 0.9375vw /* 18px -> .9375vw */;
  color: #666;
  vertical-align: middle;
}
.ny_style .fx img {
  width: 1.5104vw /* 29px -> 1.5104vw */;
  height: auto;
  margin: 0 10px;
}
.ny_style .fx span.news_de_time {
  margin-right: 25px;
  font-size: 0.9375vw /* 18px -> .9375vw */;
  color: #666;
}
.ny_style .b4_2 img {
  width: 100% !important;
  height: auto !important;
  margin: auto;
}
.b4_2 {
  display: none;
  width: 8.3333vw /* 160px -> 8.3333vw */;
  position: absolute;
  top: 1.5625vw /* 30px -> 1.5625vw */;
  z-index: 15;
  height: 9.375vw /* 180px -> 9.375vw */;
  left: 50%;
  background: #FFFFFF;
  box-shadow: 0 0 5px #ccc;
  margin: 0 auto;
  text-align: center;
}


/* 面包屑导航 */
.navigation_bg {height: 63px;line-height: 62px;border-bottom: 1px solid #dddddd;box-sizing: border-box;}
.navigation {width: 92%;max-width: 1500px;margin: 0 auto;vertical-align: middle;text-align: right;font-size: 16px;color: #666;}
.navigation img {width: 25px;height: 25px;margin-top: -3px;margin-right: 0px;}
.navigation ul {float: right;vertical-align: middle;overflow: hidden;}
.navigation ul li {float: left;margin-left: 10px;}
.navigation ul li a {font-size: 16px;color: #666;}
.navigation ul li a:hover {color: #ff8500;}

/* 设计研究院 */
.welfare {width: 92%;max-width: 1500px;margin: 50px auto;}
.welfare ul {overflow: hidden;}
.welfare ul li {float: left;width: 48.2%;margin-right: 3.2%;margin-bottom: 3.6%;background-color: #ffffff;border-radius: 10px;border: 1px solid #ddd; overflow:hidden;}
.welfare ul li:hover .welfare_img img {transform: scale(1.1);}
.welfare ul li:nth-child(2n) {margin-right: 0;}
.welfare .welfare_img{overflow: hidden;}
.welfare .welfare_img img {width: 100%;height: auto;transition: all .4s;}
.welfare .welfare_text {height: auto;padding-left: 5%;padding-right: 5%;padding-top: 4%;padding-bottom: 2%;border-top: transparent;box-sizing: border-box;}
.welfare .welfare_text h1 {font-size: 18px;color: #444;font-weight: 540;margin-bottom: 12px;height: 26px;}
.welfare .welfare_text p {font-size: 14px;color: #666;line-height: 25px;height: 50px;overflow: hidden;}

.design {width: 92%;max-width: 1500px;margin: 40px auto;}
.design ul {overflow: hidden;}
.design ul li {float: left;width: 31.4%;margin-right: 2.6%;margin-bottom: 2.6%;background-color: #ffffff;border-radius: 10px;border: 1px solid #ddd; padding-top:50px; padding-bottom:50px; overflow:hidden; }
.design ul li:hover .design_img img {transform: scale(1.1);}
.design ul li:nth-child(3n) {margin-right: 0;}
.design .design_img{overflow: hidden; float:left; height:60px; line-height:60px;padding-left:10%; margin-right:10px;}
.design .design_img img {width: 80%;height: auto;transition: all .4s;}
.design .design_text {height: auto;padding-left: 10px;padding-right: 10%;padding-bottom: 2%; padding-top:2%;border-top: transparent;box-sizing: border-box;}
.design .design_text h1 {font-size: 18px;color: #333;font-weight: 550;height: 26px; margin-bottom:2px;}
.design .design_text p {font-size: 14px;color: #666;line-height: 25px;height: 50px;overflow: hidden;}

.desj_bg {padding-top: 50px;padding-bottom: 0px; margin-bottom:50px;background-color: #f6f6f6;}
.desj_bg .title {margin-bottom: 41px;}
.desj_bg .title p {color: #333;margin-top: 10px;}
.desj {width: 100%;max-width: 1500px;margin: 0 auto;overflow: hidden;position: relative;}
.desj .hd {float: left;width: 40.7%; padding-bottom:5%; margin-left:4%;}
.desj .hd ul {border-top: 0px solid #dddddd;}
.desj .hd li {height:auto;border-bottom: 0px solid #dddddd;overflow: hidden;box-sizing: border-box; padding-top:20px; margin-bottom:15px;}
.desj .hd li h1 {line-height: 55px; height:55px;font-size: 16px;color: #333;font-weight: 550;}
.desj .hd li h1 img{width:35px; margin-right:8px;}
.desj .hd li p {font-size: 14px;color: #666;line-height: 24px;height: 50px;overflow: hidden;margin-top: -5px;margin-bottom: 6px;}
.desj .bd {position: absolute;bottom: 0;right: 0; width: 55%;height: 100%;}
.desj .bd ul{height: 100%;}
.desj .bd ul li{height: 100%;overflow: hidden;}
/*.desj .bd ul li:hover img{transform: scale(1.1);}*/
.desj .bd img {height: 100%;object-fit: cover;transition: all .4s;}

.design_team{width: 92%;max-width: 1500px;margin: 20px auto;overflow: hidden;position: relative;}
.design_team ul {overflow: hidden;}
.design_team ul li {float: left;width: 18%;margin-right: 2.24%;margin-bottom: 2.6%;background-color: #ffffff;border: 1px solid #ddd; overflow:hidden; }
/*.design_team ul li:hover .dteam_img img {transform: scale(1.0);}*/
.design_team ul li:nth-child(5n) {margin-right: 0;}
.design_team .dteam_img{overflow: hidden;}
.design_team .dteam_img img {width: 100%;height: auto;/*transition: all .4s;*/}
.design_team .dteam_text {height: auto;padding-left: 5%;padding-right: 5%;padding-bottom: 5%; padding-top:5%;border-top: transparent;box-sizing: border-box;}
.design_team .dteam_text h1 {font-size: 18px;color: #333;font-weight: 550;height: 26px; margin-bottom:5px;}
.design_team .dteam_text h2 {font-size: 16px;}
.design_team .dteam_text i{ display:block; height:2px; width:13%; background:#f0890d; margin-top:15px; margin-bottom:15px;}
.design_team .dteam_text p {font-size: 14px;color: #666;line-height: 20px;height: 35px;overflow: hidden;}

/*项目现场*/
.scene {width: 92%;max-width: 1500px;margin: 50px auto;}
.scene ul {overflow: hidden;}
.scene ul li {float: left;width: 48.2%;margin-right: 3.2%;margin-bottom: 3.6%;background-color: #ffffff;border-radius: 10px;border: 1px solid #ddd; overflow:hidden;}
.scene ul li:hover .scene_img img {transform: scale(1.1);}
.scene ul li:nth-child(2n) {margin-right: 0;}.scene1 ul li:nth-child(2n) {margin-right: 2%;}
.scene1{ margin-top:30px;}
.scene1 ul li {width: 31.8%;margin-right: 2%;}.scene1 ul li:nth-child(3n) {margin-right: 0;}
.scene .scene_img{overflow: hidden;}
.scene .scene_img img {width: 100%;height: auto;transition: all .4s;}
.scene .scene_text {height: auto;padding-left: 5%;padding-right: 5%;padding-top: 4%;padding-bottom: 2%;border-top: transparent;box-sizing: border-box;}
.scene .scene_text h1 {font-size: 18px;color: #000;font-weight: 550;margin-bottom: 12px;height: 26px;}
.scene .scene_text i{ display:block; height:2px; width:5%; background:#f0890d; margin-top:15px; margin-bottom:15px;}
.scene1 .scene_text i{ width:8%;}
.scene .scene_text p {font-size: 14px;color: #666;line-height: 25px;height: 70px;overflow: hidden;}

/*生态链*/
.iot_bg {padding-bottom: 5px;}
.iot {width: 92%;max-width: 1500px;margin: 30px auto; margin-top:35px; overflow:hidden;}
.iot i {display: block;width: 43px;height: 2px;background-color: #ff8500;margin-top: 15px; margin-bottom:15px;}
.iot p{line-height:26px; font-size:14px; color:#696969;}
.iot .iot_item1 {/*box-shadow: 0 0 10px #ddd;*/overflow: hidden;margin-bottom: 55px;position: relative;background-color: #f4f4f4;border-radius: 10px;}
.iot .iot_item1 .iot_text{position: absolute;top: 30%;left: 5%; width:40%;}
.iot .iot_item1 .iot_text h1{ font-size:18px; font-weight:550;}
.iot .iot_item1 .iot_img {float: right; width:45%; overflow:hidden;}
.iot .iot_item2 {/*box-shadow: 0 0 10px #ddd;*/overflow: hidden;margin-bottom: 55px;position: relative;background-color: #f4f4f4;border-radius: 10px;}
.iot .iot_item2 .iot_text {position: absolute;top: 30%;right: 6%; width:38%;}
.iot .iot_item2 .iot_text h1{ font-size:18px; font-weight:550;}
.iot .iot_item2 .iot_img {float: left;width:50%; overflow:hidden;}
.iot .iot_item2 .iot_img img {width: 100%;height: auto;transition: all .4s;}
.iot .iot_item2:hover .iot_img img {transform: scale(1.1);}
.iot .iot_item1 .iot_img img {width: 100%;height: auto;transition: all .4s;}
.iot .iot_item1:hover .iot_img img {transform: scale(1.1);}

/* 新闻资讯分类 */
.news_list {float: left;}
.news_list ul {overflow: hidden;}
.news_list ul li {float: left;margin: 0;}
.news_list ul li:hover {border-bottom:2px #ff8500 solid;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.news_list ul li:hover a {color: #ff8500;}
.news_list ul li.news_list_active {border-bottom:2px #ff8500 solid;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.news_list ul li.news_list_active a {color: #ff8500;}
.news_list ul li a {font-size: 16px;display: block;min-width: 100px;height: 100%;text-align: center;box-sizing: border-box;padding: 0 5px;}

/* 新闻资讯列表 */
.news_bg {overflow: hidden;width: 93%;max-width: 1500px;margin: 0 auto;padding-top: 0px; padding-bottom:50px;}
.news {width: 100%;margin-bottom: 32px;}
.news ul {overflow: hidden;border-top: 0px solid #e2e2e2;}
.news ul li {padding-top: 38px;padding-bottom: 38px;border-bottom: 1px solid #e2e2e2;overflow: hidden; position:relative; margin:0px auto;width:99%;}
.news ul li:first-child{border-top: 1px solid #e2e2e2; margin-top:6px;}
.news ul li:last-child{margin-bottom:6px;}
.news ul li a {display: block;overflow: hidden;position: relative; width:96%; margin:0px auto;}
.news ul li:hover{box-shadow: 0 0 10px #e2e2e2;border-bottom: 0px solid #e2e2e2;border-radius:10px;border-top: 0px solid #e2e2e2;}
.news ul li a:hover .news_img img {transform: scale(1.1);}
.news ul li a:hover .news_text h1 {color: #ff8500;}
.news .news_img {float: left;width: 28.33%;overflow: hidden;}
.news .news_img img {width: 100%;height: auto;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.news .news_text {float: left;width: 50.9%;height: 100%;/*box-sizing: border-box;*/ margin-left:3%;}
.news .news_text h1 {margin-top:40px;font-size: 24px;color: #333;font-weight: 400;margin-bottom: 15px;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.news .news_text p {font-size: 16px;color: #999;line-height: 28px;height: 76px;overflow: hidden;}
.news .news_time{width:10%;float: right;}
.news_time time {
  float: left;
  font-size: 0.8333vw /* 16px -> .8333vw */;
  color: #666666;
  margin-top: 0.5208vw /* 10px -> .5208vw */;
}
.inews_time time img {
  margin-top: -0.1563vw /* -3px -> -0.1563vw */;
}
.news .news_time h1 {font-size: 14px;color: #999; padding-top:10px;}
.news .news_time p{position:absolute; bottom:20px; right:35px;}
.news .news_time span {font-size: 12px;color: #999; padding:6px 22px; padding-bottom:8px; height:20px; line-height:20px; border:1px #CCCCCC solid;border-radius:20px;}
.news ul li:hover .news_time span{ background:#ff8500; color:#ffffff;border:1px #ff8500 solid;}

/* 新闻推荐 */
.news_recommend {float: right;width: 24%;padding: 0 1.9%;padding-top: 1.5%;margin-bottom: 70px; box-sizing: border-box;border: 1px solid #dddddd;}
.news_recommend .news_recommend_main {position: relative;margin-bottom: 69px;}
.news_recommend > h1 {font-size: 24px;color: #333;font-weight: 400;margin-bottom: 18px;}
.news_recommend .hd {position: absolute;left: 0;bottom: -23px;z-index: 9;}
.news_recommend .hd ul {overflow: hidden;}
.news_recommend .hd ul li {float: left;width: 33px;height: 4px;background-color: #dddddd;margin-right: 16px;cursor: pointer;}
.news_recommend .hd ul li.on {background-color: #ff8500;}
.news_recommend .bd ul li {position: relative;overflow: hidden;}
.news_recommend .bd ul li:hover img {transform: scale(1.2);}
.news_recommend .bd ul li img {width: 100%;height: auto;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.news_recommend .bd .news_recommend_text {position: absolute;bottom: 0;left: 0;width: 100%;height: 27px;background-color: rgba(255, 133, 0, 0.8);font-size: 16px;color: #fff;line-height: 27px;text-align: center;}
.news_recommend > a {display: block;font-size: 14px;color: #333;line-height: 20px;margin-bottom: 17px;}
.news_recommend > a:hover {color: #ff8500;}


/* 企业简介 */
.aboutus_bg {padding-top: 48px;padding-bottom: 45px;}
.aboutus_bg .aboutus_title {width: 100%;margin-top: 0;margin-bottom: 0;}
.aboutus {width: 92%;max-width: 1500px;margin: 0 auto;overflow: hidden;}
.aboutus .aboutus_left {width: 100%;}
.aboutus .aboutus_text {margin-top: 33px;}
.aboutus .aboutus_text h1 {font-size: 22px;color: #666;font-weight: 550;margin-bottom: 32px;}
.aboutus .aboutus_text h2 {display: inline-block;font-size: 17px;color: #666;line-height: 29px;border: 1px solid #ddd;border-radius: 15px;padding: 0 10px;font-weight: 400;margin-right: 12px;margin-bottom: 19px;}
.aboutus .aboutus_text p {font-size: 16px;color: #666;line-height: 32px;margin-bottom: 16px;}
.aboutus .aboutus_text img{max-width:100%;}

.coop {position: absolute;top: 0;left: 50%;width: 86%;max-width: 1500px;margin: 0 auto;padding-top: 77px;-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%);}
.aboutus_num {margin-top: 50px; margin-left:10%;}
.aboutus_num ul {overflow: hidden;width: 100%;margin-left: 8%;}
.aboutus_num ul li {float: left;width: 20%;text-align: center;}
.aboutus_num ul li h1 {line-height: 32px;}
.aboutus_num ul li b {font-size: 42px;color: #333;font-weight: 550;}
.aboutus_num ul li span {font-size: 18px;color: #333;font-weight: 400;}
.aboutus_num ul li i {font-size: 18px;color: #333;}

.aboutus_title {width: 92%;max-width: 1500px;margin: 0 auto;overflow: hidden;margin-top: 60px;margin-bottom: 36px;}
.aboutus_title > div {float: left;}
.aboutus_title h1 {font-size: 36px;color: #ff8500;font-weight: 550;}
.aboutus_title p {font-size: 24px;color: #ddd;font-weight: lighter;margin-top: 2px;}
.aboutus_title i {display: block;width: 53px;height: 2px;background-color: #ff8500;margin-top: 35px;}
.aboutus_title .aboutus_title_text {float: right;width: 45.8%;margin-top: 25px;}
.aboutus_title .aboutus_title_text h2 {font-size: 20px;color: #666;font-weight: 550;margin-bottom: 4px;}
.aboutus_title .aboutus_title_text span {display: block;font-size: 17px;color: #777;line-height: 32px;}

/* 企业文化 */
.culture_bg {padding-bottom: 45px;}
.culture {width: 92%;max-width: 1500px;margin: 0 auto;}
.culture .culture_item1 {border-radius: 8px;border:1px #dfdfdf solid;overflow: hidden;margin-bottom: 35px;position: relative;background-color: #fff;}
.culture .culture_item1 .culture_text {position: absolute;top: 50%;left: 6%;}
.culture .culture_item1 .culture_img {float: right;margin-right: 3%; padding-top:20px; padding-bottom:20px;}
.culture .culture_text {width: 24.4%;-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);-moz-transform: translateY(-50%);transform: translateY(-50%);}
.culture .culture_text h1 {font-size: 30px;color: #333;font-weight: 540;margin-bottom: 24px;}
.culture .culture_text p {font-size: 16px;color: #666;line-height: 28px;}
.culture .culture_img {width: 58.8%;overflow: hidden;}
/*.culture .culture_img:hover img{transform: scale(1.1);}*/
.culture .culture_img img {max-width: 100%;height: auto;transition: all .4s;}


/* 技术实力 */
.iculture_bg {
  /*height: 47.3958vw /*/* 910px -> 47.3958vw */;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
.iculture_bg .title h1 {
  color: #fff;
}
.iculture_bg .title p {
  color: #fff;
}
.iculture {width: 92%;max-width: 1500px;margin: 0 auto;
  border-radius: 8px;border:1px #dfdfdf solid;margin-bottom: 45px;position: relative;background-color: #fff;height:25.00032vw;
}
.iculture ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.iculture ul li:nth-child(1) {
  width: 28%;
  /*margin-bottom: 4%;
  text-align: center;*/
  border-radius: 10px;
  padding: 0 1.5%;
  padding-top: 2.5021vw /* 25px -> 1.3021vw */;
  padding-bottom: 1.7708vw /* 34px -> 1.7708vw */;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.6s ease;
  position:absolute;
  left:3%;
  top:0px;z-index:1000;
  
}

.iculture ul li:nth-child(2) {
  width: 26%;
  /*margin-bottom: 4%;
  text-align: center;*/
  border-radius: 10px;
  padding: 0 2%;
  padding-top: 2.5021vw /* 25px -> 1.3021vw */;
  padding-bottom: 1.7708vw /* 34px -> 1.7708vw */;
  /*background-color: rgba(255, 255, 255, 0.1);*/
  cursor: pointer;
  transition: all 0.6s ease;
  position:absolute;
  left:37%;
  top:0px;
  z-index:1000;
  
}

.iculture ul li:nth-child(3) {
  width: 25%;
  /*margin-bottom: 4%;
  text-align: center;*/
  border-radius: 10px;
  padding: 0 1.5%;
  padding-top: 2.5021vw /* 25px -> 1.3021vw */;
  padding-bottom: 1.7708vw /* 34px -> 1.7708vw */;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.6s ease;
  position:absolute;
  left:69%;
  top:0px;
  
}

/*.iculture ul li:nth-child(4n+4) {
  margin-right: 0%;
}*/
.iculture ul li:hover {
  padding-top: 2.3438vw ;
  padding-bottom: 2.3438vw;
  background:url(../images/culture_bg2.jpg) no-repeat center;
  /*background-color: #ccc;*/
  box-shadow: 0 0 10px #e2e2e2;
  top:-20px;
  z-index:1000;
  height:22.39612vw;
  
}
.iculture ul li:hover img {
  filter: none;
}
.iculture ul li:hover h1 {
  color: #f18200;

}
.iculture ul li:hover p {
  display: block;
}
.iculture ul li img {
  height: 60px;
  filter: grayscale(1)/* brightness(300%)*/;
  transition: all 0.4s ease;
}
.iculture ul li h1 {
  font-size: 1.25vw /* 24px -> 1.25vw */;
  color: #333;
  font-weight: normal;
  margin-top: 11.45848vw /* 220px -> 11.45848vw */;
  margin-bottom: 10px;
  padding-left:10px;
  /*transition: all 0.6s ease;*/
}
.iculture ul li p {
 /* display: none;*/
  font-size: 0.8333vw /* 16px -> .8333vw */;
  color: #666;
  line-height: 1.5625vw /* 30px -> 1.5625vw */;
  text-align: left;
  padding-left:10px;
  min-height: 4.6875vw /* 90px -> 4.6875vw */;
  /*transition: all 0.4s ease;*/
}


/* 合作伙伴 */
.coop_bg {position: relative;}
.coop_bg > img {width: 100%;min-height: 230px;object-fit: cover;}
.coop_bg .title {margin-bottom: 62px;}
.coop_bg .title h1 {font-size: 32px;color: #333;font-weight: 550;}
.coop_bg .title p {font-size: 24px;color: #333;margin-top: 4px;}


/* 客户见证 */
.customer_bg {padding-top: 74px;}
.customer_bg .title {margin-bottom: 31px;}
.customer_bg .title h1 {font-size: 32px;color: #333;font-weight: 550;}
.customer_bg .title p {font-size: 24px;color: #333;margin-top: 4px;}
.customer {width: 96%;max-width: 1500px;margin: 0 auto;}
.customer ul {overflow: hidden;}
.customer ul li {float: left;width: 14.4%;box-sizing: border-box;margin-right: 2.72%;margin-bottom: 2.72%;border: 1px solid #ddd;}
.customer ul li img {width: 100%;height: auto;}

/* 发展历程 */
.history_bg {
  padding-top: 0px;
  padding-bottom: 50px;
 /* background: url("../images/history_bg.jpg") no-repeat center/cover;*/
  position: relative;
}
.history_bg::after {
  position: absolute;
  bottom: 105.5px;
  left: 0px;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
 /* background: url("../images/hr.png") repeat-x;*/
  border-bottom:1px solid #9b9b9b;
}

.history {
  width: 92%;
  max-width: 1500px;
  margin: 0 auto;
}
.history_swiper1 {
  position: relative;
}
.history_swiper1 .swiper-slide {
  text-align: center;
  cursor: pointer;
  position: relative;
}
.history_swiper1 .swiper-slide img {
  height: 35px;
  filter: grayscale(1) brightness(110%);
  /*filter: grayscale(1) brightness(500%);白色*/
}
.history_swiper1 .swiper-slide i {
  display: block;
  width: 1px;
  height: 8px;
  /*background-color: #333;*/
  margin: 0 auto;
}
.history_swiper1 .swiper-slide h1 {
  font-size: 18px;
  color: #666;
  font-weight: 540;
  margin-bottom: 8px;
}
.history_swiper1 .swiper-slide p {
  font-size: var(--fs-16);
  color: #333;
  line-height: 20px;
}
.history_swiper1 .swiper-slide-thumb-active img {
  filter: none;
}
.history_swiper1 .swiper-slide-thumb-active i {
 /* background-color: #0081cc;*/
}
.history_swiper1 .swiper-slide-thumb-active h1 {
  color: #ff8601;
}
.history_swiper1 .swiper-slide-thumb-active p {
  color: #ff8601;
}

.history_swiper2 {
  position: relative;
  margin-bottom: 59px;
}
.history_swiper2 .swiper-slide {
  width:92%; margin:0 auto; overflow:hidden;
}
.history_swiper2 .swiper-slide .his_1{float:left; width:50%; margin-left:8%; padding-top:10%;}
.history_swiper2 .swiper-slide .his_2{float:right; width:32%; margin-right:7%;}
.history_swiper2 .swiper-slide .his_2 img{ width:100%;}
.history_swiper2 .swiper-slide h1 {
  font-size:40px;
  color: #666666;
  font-weight: bold;
  margin-bottom: 10px;
}
.history_swiper2 .swiper-slide p {
  font-size: 16px;
  color: #666;
  line-height: 42px;
  font-weight: normal;
}
.history_swiper2 .swiper-button-next {
  right: 0px;
}
.history_swiper2 .swiper-button-prev {
  left: 0px;
}
.history_swiper2 .swiper-button-prev,
.history_swiper2 .swiper-button-next {
  width: 57px;
  height: 57px;
 /* border-radius: 50%;*/
  background: rgba(255, 134, 1, 1);
}
.history_swiper2 .swiper-button-prev::after,
.history_swiper2 .swiper-button-next::after {
  font-size: var(--fs-24);
}
.history_swiper2 .swiper-button-prev:hover,
.history_swiper2 .swiper-button-next:hover {
  opacity: 1;
  background: #efefef;
}


/* 荣誉资质 */
.honor {width: 92%;max-width: 1500px;margin: 0 auto;margin-top: 45px;margin-bottom: 70px;}
.honor ul {overflow: hidden;}
.honor ul li {float: left;width: 18.4%;text-align: center;margin-right: 2%;margin-bottom: 2%;border: 1px solid #ddd;box-sizing: border-box;}
.honor ul li:nth-child(5n){ margin-right:0%;}
.honor ul li:hover .honor_img img {transform: scale(1.1);}
.honor ul li .honor_img {height: 290px;position: relative;cursor: pointer;overflow: hidden;}
.honor ul li .honor_img div {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.honor ul li .honor_img img {width: 100%;height: auto;transition: all 0.4s;}
.honor ul li .honor_text {line-height: 43px;border-top: 1px solid #ddd;font-size: 16px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.honor ul li .honor_width1 {width: 70.3%;}
.honor ul li .honor_width2 {width: 89.8%;}

/* 团队风采 */
.team_bg{width:100%;margin-bottom: 95px; overflow:hidden;}
.team {width: 92%;max-width: 1500px;margin: 0 auto;margin-top: 45px;margin-bottom: 30px;}
.team ul::after {content: '';display: block;clear: both;}
.team ul li {float: left;width: 24%;text-align: center;margin-right: 1.33%;margin-bottom: 1.33%;border: 1px solid #ddd;box-sizing: border-box;transition: all 0.4s;overflow: hidden;}
.team ul li:hover {box-shadow: 0 0 10px #ddd;}
/* .team ul li:hover .team_img img{transform: scale(1.1);} */
.team ul li .team_img {width: 97%; height: auto;margin: 0 auto;margin-top: 1.5%;margin-bottom: 1.5%; position: relative;cursor: pointer;overflow: hidden;overflow: hidden; box-sizing: border-box;}
.team ul li .team_img img {width: 100%;height: auto;/*transition: all .4s;*/}
.team ul li .team_text {line-height: 36px;border-top: 1px solid #ddd;font-size: 16px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


/* 团队风采弹出层 */
.team_popup_bg {display: block;position: fixed;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.8);z-index: 999999;cursor: pointer;}
.team_popup {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 60%;max-width: 1100px; background-color: #fff;z-index: 9999999;cursor: auto;}
.team_popup .prev {position: absolute;top: 45%;left: 35px;display: block;width: 50px;height: 50px;text-align: center;line-height: 50px;font-size: 30px;color: #333;font-weight: bold;background-color: rgba(255, 255, 255, 0.8);border-radius: 50%;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;font-family: '宋体';}
.team_popup .prev:hover {background-color: #ff8500;color: #fff;}
.team_popup .next {position: absolute;top: 45%;right: 35px;display: block;width: 50px;height: 50px;text-align: center;line-height: 50px;font-size: 30px;color: #333;font-weight: bold;background-color: rgba(255, 255, 255, 0.8);border-radius: 50%;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;font-family: '宋体';}
.team_popup .next:hover {background-color: #ff8500;color: #fff;}
.team_popup_close{position: absolute; width: 45px;height: 45px;text-align: center;line-height: 45px;color: #fff;font-size: 30px;background-color: rgba(255, 133, 0);right: -18.5px;top: -18.5px;border-radius: 50%;transform: rotate(45deg);cursor: pointer;}
.team_popup_img img {width: 100%;height: auto;}
.team_popup_text {height: 75px;line-height: 75px;border-top: 1px solid #ddd;text-align: center;font-size: 17px;color: #666;}
.team_popup_tips {position: absolute;bottom: 25px;right: 25px;font-size: 18px;color: #666;}
.team_popup_tips span {font-style: oblique;font-size: 20px;vertical-align: top;margin-right: 5px;color: #ff8500;display: inline-block;}
.team_popup_tips i {font-style: oblique;font-size: 20px;vertical-align: top;display: inline-block;margin-left: 2px;}

/*装修报价*/
.price_bg {background: url(../images/price_bg.jpg) no-repeat top;padding-top: 80px;padding-bottom: 70px;overflow: hidden;}
.price_bg .title h1{color:#f08300;}
.price_bg .title p{color:#333;}

.price_con{width:76%; margin:20px auto;border-radius:10px; background:#fff; padding:30px 0px; overflow:hidden;}
.price_con1{width:45%; margin:0 auto; float:left; padding-left:3%; overflow:hidden;}
.price_con1 h1{font-weight:550; margin-bottom:6px;}.price_con1 p span{ color:#f08300}
.price_input{margin-top:30px;margin-bottom:30px;}
.price_input ul li{height:55px;line-height:40px;}
.price_input p{font-size: 14px;line-height: 24px;color: #000000;float:left; width:20%; padding-top:8px;}/*text-indent: 2em;*/
.price_input p span{color:#f08300}
.price_input dl{width:75%; float:left;border-radius: 5px; height:40px; border:1px #999999 solid; background:#FFFFFF;}
.price_input dl input,select{border:0px; width:100%; padding-left:5px; color:#666666; line-height:40px; background:none;}

.price_con2{width:15%; float:left; background: url(../images/price_xi.png) repeat-y top; padding-top:15%;padding-bottom:15%; margin:10px auto; text-align:center;}
.price_con2 img{background:#fff;}

.price_con3{width:30%; float:left;text-align:center; overflow:hidden;}.price_con3 p{ text-align:left;line-height: 24px; color:#999999}
.price_con3 h1{font-weight:550; margin-bottom:6px;text-align:center}.price_con3 h2{ color:#f08300;text-align:center; font-weight:550}
.price_con3 div{margin-top:30px;margin-bottom:30px;}
.price_con3 div p{font-size: 16px;height:45px;line-height: 34px;color: #666666; font-weight:540;text-align:center;}.price_con3 div p span{color:#f08300}
/* 联系我们 */
.contactus_bg {padding-bottom: 60px;width: 100%;max-width: 1500px;margin: 0 auto; overflow:hidden;}
.contactus {width: 92%;max-width: 1500px;margin: 0 auto;overflow: hidden;}
.contactus_left {
  float: left;
  width: 42.1%;
}
.contactus_text {overflow: hidden;width: 100%;margin: 0 auto;margin-bottom: 5px; border-bottom:1px #ededed solid; padding-bottom:30px;}
.contactus_text h1 {font-size: 28px;color: #333;font-weight: 550;margin-bottom: 33px;}
.contactus_text img {float: left;margin-right: 15px;}
.contactus_text div {float: left;}
.contactus_text p {font-size: 32px;color: #333;font-weight: 550;line-height: 25px;white-space: nowrap;}
.contactus_text span {font-size: 16px;color: #666;line-height: 15px;font-weight: 500;white-space: nowrap;}
.contactus_left ul {
  border-bottom: 0px solid #ededed;
}

.contactus_left ul li {
  line-height: 88px;
  border-bottom: 1px solid #ededed;
  cursor: pointer;
}

.contactus_left ul li.contactus_left_active {
  padding-bottom: 20px;
}

.contactus_left ul li.contactus_left_active h1 {
  color: #f08300;
}

.contactus_left ul li.contactus_left_active h1 img {
  filter: none;
}

.contactus_left ul li.contactus_left_active h1 i {
  color: #0081cc;
}

.contactus_left ul li.contactus_left_active p {
  display: block;
}

.contactus_left ul li h1 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

.contactus_left ul li h1::after {
  content: "";
  display: block;
  clear: both;
}

.contactus_left ul li h1 img {
  filter:  grayscale(1) brightness(100%);
  width:30px;
}

.contactus_left ul li h1 i {
  float: right;
  font-size: 24px;
  color: #666666;
  font-weight: normal;
}

.contactus_left ul li p {
  display: none;
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  padding-left:40px;
}

.contactus_left ul li p img {
  margin-top: -3px;
}

.contactus_left ul li p a {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
}

.contactus_left ul li p a:hover {
  color: #0081cc;
}

.maps {
  float: right;
  width: 51.9%;
  border-radius: 0px;
  overflow: hidden;
}

.maps ul li {
  display: none;
}

.maps ul li.maps_active {
  display: block;
}



/* 了解更多 */
.more2 {display: inline-block;font-size: 15px;color: #999;margin-bottom: 23px;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.more2:hover {margin-left: 15px;color: #ff8500;}
.more2 img {width: 23px;margin-right: 9px;margin-top: -4px;}

/* 更多 */
.more {text-align: center;}
.more a {display: inline-block;width: 94px;height: 42px;background-color: #e2e2e3;font-size: 16px;color: #666;line-height: 42px;border-radius: 5px;box-sizing: border-box;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.more a:hover {background-color: #ff8500;color: #fff;}

/* 分页 */
.fy {text-align: center;}
.fy ul {display: inline-block;overflow: hidden;}
.fy ul li {float: left;width: 43px;height: 46px;border: 1px solid #ccc;box-sizing: border-box;text-align: center;margin: 0 9.5px;}
.fy ul li.prev a {font-family: '宋体';font-weight: bold;}
.fy ul li.next a {font-family: '宋体';font-weight: bold;}
.fy ul li.active {background-color: #ff8500;border-color: #ff8500;}
.fy ul li.active a {color: #fff;}
.fy ul li:hover {background-color: #ff8500;border-color: #ff8500;}
.fy ul li:hover a {color: #fff;}
.fy ul li a {display: block;line-height: 44px;color: #333;font-size: 16px;font-weight: 400;}

.faq ~ .news_bg .news .news_text{position: static;}
.faq ~ .news_bg .news .news_text p{height: auto;}

/* 网站地图 */
.map_bg{width: 92%;max-width: 1500px;margin: 0 auto;padding-top: 80px;padding-bottom: 90px;}
.map_bg .title{margin-bottom: 80px;}
.map {border-top: 1px dashed #ddd;}
.map_item {padding: 40px 0;border-bottom: 1px dashed #ddd;}
.map_item h1{margin-bottom: 23px;}
.map_item h1 a{font-size: 22px;color: #ff8500;font-weight: 550;}
.map_item ul{overflow: hidden;}
.map_item ul li{float: left;margin-right: 58px;}
.map_item ul li a{font-size: 16px;color: #666;}
.map_item ul li a:hover{opacity: 0.8;}

.img_box{display: none; position: fixed;width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(0,0,0,0.8);z-index: 999999999;}
.img_box div.img_box_img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%); }
.img_box div.img_box_img img{width: auto;height: auto;}
.img_box div.img_box_close{position: absolute;top: 10%;right: 10%;transition: all .4s linear; cursor: pointer;}
.img_box div.img_box_close:hover{transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);-moz-transform: rotate(360deg);-o-transform: rotate(360deg);}


/* 底部 */
.bottom_bg {height: auto;background-color: #666666;box-sizing: border-box;padding-top: 34px;padding-bottom: 20px; clear: both;}
.bottom {width: 92%;max-width: 1500px;margin: 0 auto;}
.bottom1 {overflow: hidden;}
.bottom1 .bottom1_left {float: left;width: 19.1%;}.bottom1 .bottom1_left img{width:12.395992vw;}
.bottom1 .bottom1_left p {font-size:0.937512vw;color: #fff;padding:0px; padding-top:0.26042vw;}

.bottom1 .bottom1_center {float: left;width: 72.4%;overflow: hidden;}
.bottom1 .bottom1_center dl {float: left;margin-right: 7%;}
.bottom1 .bottom1_center dl.dl_phone {margin-right: 0;width: 24.8%;}
.bottom1 .bottom1_center dl.dl_phone dt {margin-bottom: 8px;}
.bottom1 .bottom1_center dl.dl_phone dd {margin-bottom: 9px;}
.bottom1 .bottom1_center dl dt a {font-size: 20px;color: #fff;font-weight: 540;line-height: 32px;margin-bottom: 2px;}
.bottom1 .bottom1_center dl dd a {font-size: 16px;color: #c7c7c7;line-height: 32px;font-weight: lighter;}
.bottom1 .bottom1_center dl dd a:hover {color: #ff8500;}
.bottom1 .bottom1_center dl dd span {display: table-cell;font-size: 16px;color: #c7c7c7;line-height: 25px;font-weight: lighter;}
.bottom1 .bottom1_center dl dd img {width: 18px;height: 18px;display: block;margin-right: 9px;margin-bottom: -3px;}
.bottom1 .bottom1_center dl.dl_1{width:15%;} 
.bottom1 .bottom1_center dl.dl_1 dd{ float:left;width:49%;}
.bottom1 .bottom1_right {float: left;width: 8.5%; margin:0 auto; text-align:center; overflow:hidden;}
.bottom1 .bottom1_right img {width: 115px;height: 115px;}
.bottom1 .bottom1_right p {font-size: 16px;color: #c7c7c7;line-height: 24px;white-space: nowrap;margin-top: 6px;}
.bottom2 {height: 41px;line-height: 37px;font-size: 15px;color: #c7c7c7;box-sizing: border-box;border-top: 1px solid #797979;vertical-align: middle;border-bottom: 1px solid #797979;margin-top: 29px;}
.bottom2 a {font-size: 15px;color: #c7c7c7;display: inline-block;font-weight: lighter;}
.bottom2 a:hover {color: #ff8500;}
.bottom2 span {display: inline-block;font-weight: lighter;}
.bottom3 {overflow: hidden;font-size: 15px;font-weight: lighter;color: #c7c7c7;margin-top: 36px;}
.bottom3 a {font-size: 15px;color: #c7c7c7;}
.bottom3 a:hover {color: #ff8500;}
.bottom3 .bottom3_left {float: left;}
.bottom3 .bottom3_right {float: right;}

/* 侧边栏 */
.sidebar {position: fixed;top: 50%;right: 7px;-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);-moz-transform: translateY(-50%);transform: translateY(-50%);z-index: 9999;}
.sidebar ul li {width: 50px;height: 50px;background-color: #666666;border: 1px solid #a5a5a5;margin-bottom: 2px;text-align: center;box-sizing: border-box;cursor: pointer;position: relative;}
.sidebar ul li:hover {background-color: #ff8500;border-color: #eeb46f;}
.sidebar ul li:hover .sidebar_right {opacity: 1;visibility: visible;}
.sidebar ul li:hover img.sidebar_icon {filter: brightness(500%);}
.sidebar ul li img.sidebar_icon {width: 34px;height: 34px;margin-top: 8px;}
.sidebar ul li.wx .sidebar_right {width: 114px;height: 135px;left: -124px;top: 0;padding-top: 5px;}
.sidebar ul li.wx .sidebar_right p {font-size: 12px;color: #666;}
.sidebar ul li.dh .sidebar_right {left: -247px;top: 0;width: 237px;height: 74px;padding-left: 18px;}
.sidebar ul li.dh .sidebar_right div {display: table-cell;color: #666;font-size: 16px;line-height: 21px;padding-top: 16px;vertical-align: middle;text-align: left;}
.sidebar ul li.dh .sidebar_right div a {color: #666;font-size: 16px;}
.sidebar ul li.dh .sidebar_right div img {width: 40px;height: 40px;margin-right: 16px;}
.sidebar ul li.qq .sidebar_right {left: -247px;top: 0;width: 237px;height: 74px;padding-left: 18px;}
.sidebar ul li.qq .sidebar_right div {display: table-cell;color: #666;font-size: 16px;line-height: 21px;padding-top: 16px;vertical-align: middle;text-align: left;}
.sidebar ul li.qq .sidebar_right div img {width: 40px;height: 40px;margin-right: 16px;}
.sidebar ul li .sidebar_right {opacity: 0;visibility: hidden;position: absolute;border-radius: 5px;background-color: #fff;box-shadow: 0 2px 10px #c8c8c8;border: 1px solid #dfdfdf;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;box-sizing: border-box;}
.sidebar ul li .sidebar_right i {position: absolute;top: 21px;right: -16px;display: block;width: 0;height: 0;border: 10px solid transparent;border-left-color: #fff;}

/* 微信弹窗 */
.wechat_popup_bg{display: none;}

/* 1680 */
@media screen and (max-width: 1680px) {

  /* 头部 */
.top1 {height: 98px;}
.top1 .top_logo img {height: 57px;}
.top1 .top_text {height: 43px;}
.top1 .top_text h1 {font-size: 21px;}
.top1 .top_text p {font-size: 13.1px;line-height: 35px;}
.top1 .top_phone {margin-top: 26px;}
.top1 .top_phone h1 {font-size: 21.4px;}
.top1 .top_phone p {font-size: 20px;line-height: 35px;}
.top1 .top_phone img {height: 39px;margin-top: 3px;}
.top2 {height: 55px;}
.top2 .top_nav ul {margin-top: 18px;}
.top2 .top_nav ul li a {font-size: 14.88px;height: 37px;}
.top2 .top_nav ul li span {height: 17px;}
.top2 .top_search {width: 144px;height: 28px;}
.top2 .top_search input {padding-left: 12px;font-size: 13.13px;}
.top2 .top_search input::placeholder {font-size: 13.13px;}
.top2 .top_search .search_icon img {height: 16px;}
.top2 .top_search div {width: 35px;padding-top: 4px;}
.top2 .top_search_active {width: 249px !important;}
.top2 .top_search_active div {width: 60px !important;}
.top2 .top_search div {width: 40px;}
.top2 .top_search span {margin-left: 5px;margin-right: 5px;height: 15px;}
.top2 .top_search .close_icon img {height: 14px;}

/* banner */
.slideBox .hd ul li {width: 45px;height: 4px;margin-left: 6.5px;margin-right: 6.5px;}

/* 标题 */
/*.title h1 {font-size: 36.75px;}
.title p {font-size: 15.75px;margin-top: 9px;}*/

/* 解决方案 */
.iSolution_bg {padding-top: 66px;padding-bottom: 53px;}
.iSolution_bg .title {margin-bottom: 34px;}
.iSolution {height: 731px;}
.iSolution .hd {height: 89px;}
.iSolution .hd ul li {font-size: 17.5px;line-height: 88px;}
.iSolution .hd ul li img {width: 36px;height: 36px;}
.iSolution .bd .iSolution_left h1 {font-size: 14px;line-height: 25px;}
.iSolution .bd .iSolution_left p {font-size: 15.75px;margin-top: 19px;}
.iSolution .bd .iSolution_left a {width: 82px;height: 37px;line-height: 37px;font-size: 14px;margin-top: 51px;}
.iSolution .bd .iSolution_top {padding-bottom: 39px;}
.iSolution .bd .iSolution_bottom {margin-top: 40px;}
.iSolution .bd .iSolution_bottom > h1 {font-size: 15.75px;width: 95px;height: 30px;line-height: 30px;margin-bottom: 15px;box-sizing: border-box;}
.iSolution .bd .iSolution_bottom .iSolution_text h1 {font-size: 15.75px;margin-bottom: 13px;}
.iSolution .bd .iSolution_bottom .iSolution_text p {font-size: 14px;line-height: 28px;height: 84px; margin-bottom: 10px;}
.iSolution .bd .iSolution_bottom .iSolution_text a {font-size: 14px;}

/* 案例 */
.iCase_bg {padding-top: 66px;}
.iCase_bg .title {margin-bottom: 20px;}
.iCase .hd ul li {font-size: 15.75px;padding-left: 24px;}
.iCase .hd ul a {font-size: 15.75px;padding-left: 24px;}
.iCase .bd h1 {font-size: 24.5px;}
.iCase .bd p {font-size: 14px;line-height: 21px;}
.iCase .bd img {height: 40px;}

/* 实力 */
.iStrength_bg {padding-top: 66px;}
.iStrength_bg .title {margin-bottom: 34px;}
.iStrength ul li .iStrength_text h1 {font-size: 17.5px;}
.iStrength ul li .iStrength_text p {font-size: 14px;line-height: 23px;}

/* 关于我们 */
.iAboutus_bg {margin-bottom: 77px;}
.iAboutus_bg .title p {font-size: 17.5px;margin-top: 1px;}
.iAboutus_bg .title {margin-bottom: 53px;}
.iAboutus .iAboutus_text h1 {font-size: 17.78px;margin-bottom: 10px;}
.iAboutus .iAboutus_text p {font-size: 14px;line-height: 28px;margin-bottom: 16px;}
.iAboutus .iAboutus_text a {width: 82px;height: 37px;line-height: 37px;font-size: 14px;margin-top: 24px;}
.iAboutus .iAboutus_text ul {margin-top: 66px;}
.iAboutus .iAboutus_text ul li b {font-size: 36.35px;}
.iAboutus .iAboutus_text ul li span {font-size: 14px;}
.iAboutus .iAboutus_text ul li i {font-size: 14px;margin-top: -3px;}

/* 文化 */
.iCulture_bg {padding-top: 66px;padding-bottom: 60px;}
.iCulture_bg .iCulture_title {margin-bottom: 80px;}
.iCulture_bg .iCulture_title h1 {font-size: 28px;margin-bottom: 17px;}
.iCulture_bg .iCulture_title i {width: 54px;}
.iCulture_bg .iCulture_title p {font-size: 17.5px;line-height: 24.5px;}
.iCulture .iCulture_right h1 {font-size: 28px;line-height: 42.25px;}
.iCulture .iCulture_right .iCulture_text h2 {font-size: 14px;}
.iCulture .iCulture_right .iCulture_text p {font-size: 14px;}
.iCulture .iCulture_right .iCulture_icon img {width: 24px;height: 24px;}

/* 新闻 */
.iNews_bg {padding-top: 66px;}



/* 诚正恒学院 */
.college1 .college1_left h1{font-size: 24.5px;}
.college1 .college1_left p{font-size: 15px;line-height: 28px;}

.college2_bg{height: 515px;}
.college2 .college2_left h1{font-size: 24.5px;}
.college2 .college2_left p{font-size: 15px;line-height: 34px;}
.college2 .college2_right div{width: 369px;}
.college2 .college2_right ul{background-size: 369px auto;}
.college2 .college2_right ul li{width: 147px; height: 40px;line-height: 40px;font-size: 15px;}
.college2 .college2_right ul li:nth-child(1){margin-bottom: 48px !important;}

.college3_title h1{font-size: 24.5px;}
.college3_title p{font-size: 15.75px;}
.college3 ul li .college3_img img{max-width: 120px;}
.college3 ul li .college3_text h1{font-size: 17.5px;}
.college3 ul li .college3_text p{font-size: 15px;line-height: 24.5px;}

.college_title h1{font-size: 24.5px;margin-bottom: 36px;}
.college4 ul li .college4_text1 h1{font-size: 21px;}
.college4 ul li .college4_text2 h1{font-size: 21px;}
.college4 ul li .college4_text2 p{font-size: 14px;line-height: 24.5px;}

/* 联系我们 */
.contactus_left .contactus_text h1 {font-size: 24px;}
.contactus_left .contactus_text p {font-size: 25px;}
/* .contactus_left ul li {height: 80px;} */
.contactus_left ul li h1 {font-size: 16px;line-height: 70px;}
.contactus_left ul li p {font-size: 14px;margin-bottom: 13px;}
.contactus_left .contactus_text img {width: 40px;}
.contactus_left ul li img {margin-right: 11px;}

/* 产品 */
.products .mr7_text h1 {font-size: 16px;}
.products .mr7_text p {font-size: 14px;line-height: 24.5px;height: 73px;margin-bottom: 17px;}

/* 产品内页 */
.products_de {padding-top: 85px;padding-bottom: 73px;}
.products_de .products_de_right h1 {font-size: 28px;}
.products_de .products_de_right p,
.products_de .products_de_right span {font-size: 14px !important;line-height: 28px !important;}
.products_de .products_de_main h1 {font-size: 21px;margin-bottom: 23px;}
.products_de .products_de_main {padding-top: 61px;}
.product_table table th {height: 58px;font-size: 21px;}
.product_table table td {font-size: 14px;height: 58px;line-height: 58px;}

.product_table p,.product_table span{font-size: 14px !important;color: #666 !important;line-height: 28px !important;}


/* 分类 */
.list ul li {font-size: 16px;}

/* 案例分类 */

.fine_list ul li a{font-size: 15px;margin: 0 19px;}

/* 产品 */
.products {margin-top: 52px;margin-bottom: 17px;}

/* 案例 */
.case_bg {padding-bottom: 68px;}
.case_bg .mr5 {padding-top: 52px;margin-bottom: 19px;}



/* 分页 */
.fy ul li {width: 38px;height: 41px;margin: 0 8px;}
.fy ul li a {line-height: 39px;font-size: 14px;}

/* 更多 */
.more a {width: 82px;height: 36px;line-height: 36px;font-size: 14px;}

/* 底部 */
.bottom_bg {height: auto;padding-top: 25px;}
.bottom1 .bottom1_left img {height: 44px;}
.bottom1 .bottom1_left p {height: 42px; margin-top:15px;font-size: 14px;}
.bottom1 .bottom1_left p img {width: 29px;}
.bottom1 .bottom1_left a {margin-bottom: 19px;}
.bottom1 .bottom1_center dl dt a {font-size: 17.5px;}
.bottom1 .bottom1_center dl dd a {font-size: 14px;line-height: 28px;}
.bottom1 .bottom1_center dl dd span {font-size: 14px;line-height: 21px;}
.bottom1 .bottom1_center dl dd img {width: 16px;height: 16px;}
.bottom1 .bottom1_center dl.dl_phone dt {margin-bottom: 5px;}
.bottom1 .bottom1_right img {width: 90px;height: 90px;}
.bottom1 .bottom1_right p {font-size: 14px;line-height: 21px;}
.bottom2 a {font-size: 13.13px;}
.bottom2 {font-size: 13.13px;}
.bottom3 {font-size: 13.13px;margin-top: 20px;}
.bottom3 a {font-size: 13.13px;}

/* 侧边栏 */
.sidebar ul li {width: 44px;height: 44px;}
.sidebar ul li img.sidebar_icon {width: 28px;height: 28px;}
.sidebar ul li.dh .sidebar_right div {font-size: 14px;}
.sidebar ul li.qq .sidebar_right div {font-size: 14px;}
}


/* 1600 */
@media screen and (max-width: 1600px) {
.process img{height: 550px;}
}
/* 1500 */
@media screen and (max-width: 1600px) {
.process img{height: 500px;}
}

/* 1480 */
@media screen and (max-width: 1480px) {
.iAboutus_text {box-sizing: border-box;padding-right: 2%;}
.sidebar {right: 2%;}
.iStrength ul li {height: 556px;}
.iCulture .iCulture_right h1 {margin-top: 25px;margin-bottom: 25px;}
.iCulture .iCulture_right .iCulture_item {margin-bottom: 19px;}
.news_list ul li a {font-size: 15px;min-width: 105px;padding: 0 19px;}
}

/* 1380 */
@media screen and (max-width: 1380px) {
.iStrength ul li {height: 517px;}
.bottom1 .bottom1_center {width: 71%;}
.iCulture .iCulture_right h1 {margin-top: 20px;margin-bottom: 20px;font-size: 26px;}
.iCulture .iCulture_right .iCulture_text h1 {font-size: 13px;}
.iCulture .iCulture_right .iCulture_text p {font-size: 13px;}
.top2 .top_nav ul li a {font-size: 14px;padding: 0 25px;}
.title h1 {font-size: 33px;}
.title p {font-size: 14.5px;margin-top: 5px;}
.iSolution .hd ul li {font-size: 16.5px;}
.iSolution .hd ul li img {width: 32px;height: 32px;}
.iAboutus_bg .title {margin-bottom: 40px;}
.iAboutus .iAboutus_text p {font-size: 13.5px;}
.iAboutus .iAboutus_text ul {margin-top: 50px;}
.bottom1 .bottom1_center dl dt a {font-size: 16px;}
.bottom1 .bottom1_center dl dd a {font-size: 13.5px;line-height: 26px;}
.bottom1 .bottom1_center dl dd span {font-size: 13.5px;}
.navigation_bg {height: 51px;line-height: 50px;}
.news_list ul li a {font-size: 14px;min-width: 95px;padding: 0 16px;}
.process img {height: 450px;}
.electric1 .hd ul li img {margin-top: 26px;}
.electric1 .bd .electric1_text h1 {margin-top: 29px;margin-bottom: 12px;}
.electric1 .hd ul li {height: 120px;}
.coop_bg > img {min-height: 580px;}}

/* 1280 */
@media screen and (max-width: 1280px) {
.iStrength ul li {height: 489px;}
.iStrength ul li .iStrength_text h1 {margin-top: 22px;margin-bottom: 22px;}
.news_list ul li a {font-size: 14px;min-width: 87px;padding: 0 12px;}

}

/* 1180 */
@media screen and (max-width: 1180px) {
.iStrength ul li {height: 450px;}
.iStrength ul li .iStrength_text h1 {margin-top: 17px;margin-bottom: 17px;}
.news_list ul li a {font-size: 14px;min-width: 87px;padding: 0 12px;}

}
