/*顶部导航*/
header{width: 100%; height: auto; background: #fff; position: fixed; top: 0;left: 0; background: #fff; z-index: 999;}
.header-center{width: 1200px; height: 100px; margin: 0 auto; line-height: 100px;}
.header-center-logo{width:319px; height: 100px; float: left;}
.header-center-logo img{width: 318px; height: 61px;}
.header-center-nav{float: right;width: 800px;}
.header-center-nav ul li{float: left;width: 200px; text-align: right;  font-weight: bold;}
.header-center-nav ul li a{ font-size: 20px; color: #000; display: inline-block;position: relative;}
.header-center-nav ul li a:hover{  color: #a4000f;  transition: all .5s; }
.header-center-nav ul li a span{width: 50%;background: #a4000f; height: 5px; position: absolute;top: 70%; left: 25%;}
.header-center-nav ul li a.active{color: #a4000f;}
.header-center-nav ul li a:after{  content: "";  width: 0;  height: 5px;  background: #a4000f;  position: absolute;  top: 70%;  left: 50%;  transition: all .5s;  }
.header-center-nav ul li a:hover:after{  left: 25%;  width: 50%;  }
.header-center-nav ul li a{color: #000;}
/*底部导航*/
footer{width: 100%; height: auto;background: #fff; z-index: 999;position: fixed;bottom: 0;left: 0; }
.footer-position{position: static;}
.footer-center{width: 1200px; height: 100px; margin: 0 auto; line-height: 100px;}
.footer-center-nav{width: 850px; float: left;}
.footer-center-nav ul li{float: left; width: 130px; font-size: 16px;}
.footer-center-nav ul li a{color: #000;}
.footer-center-nav ul li a:hover{color: #a4000f;transition: all .5s;}
.footer-center-nav ul li a.active{color: #a4000f;}
.footer-center-info{float: right; width: 350px;}
.footer-center-info ul li{float: right; width: 70px; height:70px; margin-right: 15px; }
.footer-center-info ul li:first-child{width: 143px; height: 35px; margin-right: 0px;opacity: .5;}
/*轮播图*/
.swiper-container {  width: 100%;  height: 100%;  }
.swiper-slide {  text-align: center;  font-size: 18px;  background: #fff; /* Center slide text vertically */  display: -webkit-box;  display: -ms-flexbox;  display: -webkit-flex;  display: flex;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center;  justify-content: center;  -webkit-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center;  align-items: center;  }
.swiper-slide img{width: 80%; height: 80%;}
.swiper-slide-po1{position: absolute;top: 40%;}
.swiper-slide-po2{position: absolute;top: 50%;}
.swiper-slide-img1{background: url("../images/banner1.jpg") no-repeat center center; background-size: 100% 100%;}
.swiper-slide-img2{background: url("../images/banner2.png") no-repeat center center; background-size: 100% 100%;}
.swiper-slide-img3{background: url("../images/banner3.png") no-repeat center center; background-size: 100% 100%;}
.swiper-container-horizontal>.swiper-pagination-bullets{bottom: 150px !important; }
.swiper-pagination-bullet-active{background: #fff !important; opacity: 0.5;}
.swiper-pagination-bullet{width: 10px; height: 10px;}
/*中间通用部分*/
.main{width: 100%; height: 100%; display: inline-block;}
.main-center{width: 1200px; margin: 0 auto; height: 100%; position: relative}
.main-center-header{font-size: 24px; font-weight: bold; color: #000;text-align: center;margin-top: 45px; line-height: 50px;}
.main-center-header span{font-weight: normal; font-size: 20px; color: #373d41;}
.main-title{color: #000; text-align: left; width: 100%; height: 30px; line-height: 30px; font-weight: bold; font-size: 22px; margin-bottom: 30px; margin-top: 80px; border-left: 5px #a4000f solid; text-indent: 10px;}
.main-height{ margin-top: 40px;}
.main-img{width: 100%; height: 440px; margin-top: 30px;}
.main-details{width: 100%; display: inline-block;}
.main-details ul li{width: 100%; height: 28px; line-height: 28px; font-size: 16px; color: #5f6367;}
.application{position: relative; height: 100%;}
.application ul{width: 100%; position: absolute; top: 50.5%; left: 50%; transform: translate(-50%, -49.5%); }
.application ul li{position: relative;  float: left; margin: 0px 20px; width: 320px; height: 220px;  box-shadow:0 2px 2px rgba(0,0,0,.1); opacity:0; transform:translateY(50px);-webkit-transform:translateY(50px);  transition:all 0.3s ease-out 0s;-webkit-transition:all 0.3s ease-out 0s;}
.application ul li a{color: #000;}
.application.show ul li{transform:translateY(0px);-webkit-transform:translateY(0px);opacity:1;}
.application ul li:nth-child(1){transition-delay:0.03s;-webkit-transition-delay:0.03s; margin-left: 80px;}
.application ul li:nth-child(2){transition-delay:0.06s;-webkit-transition-delay:0.06s;}
.application ul li:nth-child(3){transition-delay:0.09s;-webkit-transition-delay:0.09s;}
.application ul li:nth-child(4){transition-delay:0.03s;-webkit-transition-delay:0.03s; margin-top: 30px; margin-left: 80px;}
.application ul li:nth-child(5){transition-delay:0.06s;-webkit-transition-delay:0.06s; margin-top: 30px;}
.application ul li:nth-child(6){transition-delay:0.09s;-webkit-transition-delay:0.09s; margin-top: 30px;}
.application ul li:nth-child(6){transition-delay:0.09s;-webkit-transition-delay:0.09s; margin-top: 30px;}
.application ul li:hover{;box-shadow:0 8px 20px rgba(0,0,0,.1);}
.application ul li:hover .application-position{transition: all .5s; color: #a4000f;}
.application-position{position: absolute; bottom: 0px; left: 0px; height: 60px; background: #fff; width: 100%;font-size: 22px;line-height: 60px; text-indent: 15px;}
.service, .solution{position: relative; height: 100%;}
.service ul, .solution ul {width: 100%; position: absolute; top: 50.5%; left: 50%; transform: translate(-50%, -49.5%);display: flex; justify-content:center;  }
.service ul li, .solution ul li{  position: relative;  margin: 0 20px; width: 225px;height: 480px;box-shadow:0 2px 2px rgba(0,0,0,.1);  opacity:0; transform:translateY(50px);-webkit-transform:translateY(50px);  transition:all 0.3s ease-out 0s;-webkit-transition:all 0.3s ease-out 0s;}
.service ul li a, .solution ul li a{color: #000;}
.service.show ul li, .solution.show ul li{transform:translateY(0px);-webkit-transform:translateY(0px);opacity:1;}
.service ul li:nth-child(1), .solution ul li:nth-child(1){transition-delay:0.03s;-webkit-transition-delay:0.03s;}
.service ul li:nth-child(2), .solution ul li:nth-child(2){transition-delay:0.06s;-webkit-transition-delay:0.06s;}
.service ul li:nth-child(3), .solution ul li:nth-child(3){transition-delay:0.09s;-webkit-transition-delay:0.09s;}
.service ul li:nth-child(4), .solution ul li:nth-child(4){transition-delay:0.12s;-webkit-transition-delay:0.12s;}
.service ul li:hover, .solution ul li:hover{;box-shadow:0 8px 20px rgba(0,0,0,.1);}
.service ul li:hover .service-solution-position , .solution ul li:hover .service-solution-position{transition: all .5s; color: #a4000f;}
.service-solution-position{position: absolute; bottom: 0px; left: 0px; height: 80px; background: #fff; width: 100%;font-size: 22px;line-height: 80px; text-indent: 15px;}
/*联系我们*/
.contact{width: 100%; position: absolute; top: 47%; left: 50%; transform: translate(-50%, -53%);}
.contact-center{width: 100%; text-align: center;display: inline-block;}
.contact-center ul li{ width: 300px; float: left; margin-top: 10px;}
.contact-center-img{width: 50px; height: 50px; margin-right: 15px; float: left;}
.contact-center-title{width:220px;font-size: 20px;  line-height: 23px; color: #373d41; text-align: left; float: left;}
.contact-center-title span{font-size: 14px; color: #5f6367;}
/*公司简介-通用*/
.info{width: 100%; position: absolute; top: 47%; left: 50%; transform: translate(-50%, -53%);}
.info-index-left{float: left;width: 640px; height: 515px;}
.info-index-left-title{width:100%;font-size: 20px;line-height: 25px; color: #a4000f;}
.info-index-left-text{font-size: 14px; color: #5f6367; line-height: 30px; width: 100%; margin-bottom: 15px; margin-top: 5px;}
.info-index-left-text span{color: #373d41;font-weight: bold;}
.info-index-right{float: right; width: 532px; height: 515px;}
.info-index-right img{width: 532px; height: 400px; margin-top: 65px;}
.info-center-left{float: left;width: 680px; height: 400px; position: relative;}
.info-center-left-text{font-size: 14px; color: #5f6367; line-height: 30px; width: 100%; position: absolute; top: 45%; left: 50%; transform: translate(-50%, -53%);}
.info-center-right{float: right; width: 450px; height: 338px;}
.info-center-left-title{width:100%;font-size: 20px;  line-height: 25px; color: #373d41;margin-top: 35px;}
.info-center-left-title span{font-size: 14px; color: #5f6367;}
/*新闻动态*/
.new{width: 100%; position: absolute; top: 46%; left: 50%; transform: translate(-50%, -53%);}
.new-list{display: inline-block;border:1px #ededed solid; padding:0px 30px 15px 30px;}
.new-list ul li{width: 1200px; margin-top: 15px; border-bottom: 1px #ededed dashed;  }
.new-list ul li a{color: #5f6367;}
.new-list ul li a:hover{color: #a4000f; transition: all .5s;}
.new-list-time{width: 100%; font-size: 16px; line-height: 35px;}
.new-list-title{width: 100%; font-size: 18px; line-height: 35px;}
.new-list-cont{width: 100%;  font-size: 14px; line-height: 22px;padding:0px 0 10px 0px;}
/*友情链接*/
.friendship{width: 100%; position: absolute; top: 42%; left: 50%; transform: translate(-50%, -53%);}
.friendship-list{display: inline-block;}
.friendship-list ul li{width: 260px; height: 90px; border: 1px #ededed solid; line-height: 25px; font-size: 18px; float: left; text-align: center;  margin-top: 30px; margin-right: 50px;}
.friendship-list ul li:nth-child(1),.friendship-list ul li:nth-child(2),.friendship-list ul li:nth-child(3),.friendship-list ul li:nth-child(4){margin-top: 0px;}
.friendship-list ul li:nth-child(4),.friendship-list ul li:nth-child(8),.friendship-list ul li:nth-child(12){margin-right: 0px;}
.friendship-list ul li a{color: #373d41 ;display: block;padding-top: 24px;}
.friendship-list ul li a span{color: #5f6367; font-size: 16px;}
/*.friendship-list ul li a:hover{color: #a4000f}*/
/*战略合作*/
.strategy{width: 100%;position: absolute; top: 45%; left: 50%; transform: translate(-50%, -55%);}
.strategy-center{width: 100%; text-align: center;display: inline-block;}
.strategy-center ul li{ width: 300px; display: -webkit-inline-box; display: inline-box; margin-top: 10px;}
.strategy-center dd{width: 176px; height: 40px; float: left;margin:25px 0 0 45px; overflow: hidden;}
.strategy-center dd a img{transition:all 0.3s ease-out 0s;-webkit-transition:all 0.3s ease-out 0s;vertical-align: middle;}
.strategy-center dd a img:hover{transform:scale(1.1);-webkit-transform:scale(1.1);}
.strategy-center-p{margin-bottom: 60px;}
.strategy-center-img{width: 50px; height: 50px; margin-right: 15px;}
.strategy-center-title{width:220px;font-size: 20px;  line-height: 23px; color: #373d41; text-align: left;}
.strategy-center-title span{font-size: 14px; color: #5f6367;}
.strategy-center-img-1{ background: url("../images/icon_dianhua.png") no-repeat center; background-size: 100% 100%;}
.strategy-center-img-2{ background: url("../images/icon_youxiang.png") no-repeat center; background-size: 100% 100%;}
.strategy-center-img-3{ background: url("../images/icon_zuobiao.png") no-repeat center; background-size: 100% 100%;}
/*智慧展馆*/
.solution-exhibitionhall{width: 100%; height: 100%; padding-top: 100px;}
.slideTxtBox{ width:100%; display: inline-block; }
.slideTxtBox .hd{ width: 100%; height:157px; color: #373d41;  position:relative;  background: url("../images/line.png") no-repeat center 26%; background-size: 100%; }
.slideTxtBox .hd ul{ float:left;  position:absolute; left:20px; top:-1px;}
.slideTxtBox .hd ul li{ float:left; cursor:pointer; margin-left: 20px; margin-right: 90px;}
.slideTxtBox .hd ul li:last-child{margin-right: 20px;}
.slideTxtBox .hd .hd-img{width: 90px; height: 90px; float: left;}
.slideTxtBox .hd .hd-img-1{background: url("../images/icon_zhanguanguihua_nor.png") no-repeat; background-size: 100%; }
.slideTxtBox .hd .hd-img-2{background: url("../images/icon_zhanlancehua_nor.png") no-repeat; background-size: 100%; }
.slideTxtBox .hd .hd-img-3{background: url("../images/icon_zhanchensheji_nor.png") no-repeat; background-size: 100%; }
.slideTxtBox .hd .hd-img-4{background: url("../images/icon_zhanxiangkaifa_nor.png") no-repeat; background-size: 100%; }
.slideTxtBox .hd .hd-img-5{background: url("../images/icon_zhanpinzhizuo_nor.png") no-repeat; background-size: 100%; }
.slideTxtBox .hd .hd-img-6{background: url("../images/icon_shishiyunwei_nor.png") no-repeat; background-size: 100%; }
.slideTxtBox .hd .hd-text{text-align: center; font-size: 20px;  line-height: 35px;}
.slideTxtBox .hd ul li.on{color: #a4000f; text-align: center;}
.slideTxtBox .hd ul li.on .hd-img-1{background: url("../images/icon_zhanguanguihua_hov.png") no-repeat; background-size: 100%; }
.slideTxtBox .hd ul li.on .hd-img-2{background: url("../images/icon_zhanlancehua_hov.png") no-repeat; background-size: 100%; }
.slideTxtBox .hd ul li.on .hd-img-3{background: url("../images/icon_zhanchensheji_hov.png") no-repeat; background-size: 100%; }
.slideTxtBox .hd ul li.on .hd-img-4{background: url("../images/icon_zhanxiangkaifa_hov.png") no-repeat; background-size: 100%; }
.slideTxtBox .hd ul li.on .hd-img-5{background: url("../images/icon_zhanpinzhizuo_hov.png") no-repeat; background-size: 100%; }
.slideTxtBox .hd ul li.on .hd-img-6{background: url("../images/icon_shishiyunwei_hov.png") no-repeat; background-size: 100%; }
.slideTxtBox .hd ul li.on:after{ content: "";border-left:20px solid transparent;  border-right:20px solid transparent;  border-bottom:20px solid #ededed;}
.slideTxtBox .bd{height: 100px;background: #ededed;}
.slideTxtBox .bd ul{ width: 100%;  zoom:1; }
.slideTxtBox .bd li{ color: #5f6367; font-size: 16px; padding: 25px 60px; line-height: 25px;}
.solution-exhibitionhall-ul{display: inline-block;}
.solution-exhibitionhall-ul ul li{ overflow: hidden; margin-top: 20px; margin-bottom: 20px; margin-right: 30px; position: relative; float: left;width: 380px; height: 260px;  box-shadow:0 2px 2px rgba(0,0,0,.1);}
.solution-exhibitionhall-ul ul li {color: #000;}
.solution-exhibitionhall-ul ul li:nth-child(3),.solution-exhibitionhall-ul ul li:nth-child(6),.solution-exhibitionhall-ul ul li:nth-child(9),.solution-exhibitionhall-ul ul li:nth-child(12){margin-right: 0px;}
.solution-exhibitionhall-ul ul li img{ height: 200px; width: 380px;}
.solution-exhibitionhall-ul-position{ position: absolute;bottom: 0;left: 0; z-index: 1;  height: 60px; background: #fff; width: 100%;font-size: 22px;line-height: 60px; text-indent: 20px;}
.showDetail{display: none; width: 100%; color: #fff; height: 0px; background: #29a0d7;  position: absolute;  bottom: 60px;   font-size: 12px;  line-height: 20px;}
.showDetail p{width: 85%; margin: 0 auto; margin-top: 12px;}
/*智慧街区*/
.solution-block{width: 100%;}
.solution-title{ text-align: center;padding: 40px 0;}
.solution-title-label{font-size: 22px; color: #000; font-weight: bold; height: 40px; line-height: 40px;}
.solution-block-title{width: 100%;height: auto; line-height: 35px; font-size: 20px; color: #373d41;text-align: left ; margin-top: 20px; margin-bottom: 10px;}
.solution-title-cont{font-size: 16px; color: #5f6367;height: 35px; line-height: 35px;}
.solution-block-dsjzx{background: #fff;  display: -webkit-box;}
.solution-block-dsjzx-ul ul li{width: 580px; border: 1px #ededed solid; margin-bottom: 35px;}
.solution-block-dsjzx-ul ul li:nth-child(odd){float: left;}
.solution-block-dsjzx-ul ul li:nth-child(even){float: right;}
.solution-block-dsjzx-ul-center{ width: 85%; margin: 0 auto; padding: 35px 0;}
.solution-block-dsjzx-ul-top{width: 100%; height: 35px; line-height: 35px; font-size: 20px; color: #373d41; }
.solution-block-dsjzx-ul-top img{width: 23px; height: 23px; float: left; margin: 6px 12px 0 0;}
.solution-block-dsjzx-ul-cont{width: 100%;line-height: 25px; color: #5f6367; font-size: 15px;}
.solution-block-jcfwglpt{background: #f5f5f5; display: -webkit-box;}
.solution-block-jcfwglpt-ul{padding-bottom: 30px; display: inline-block;}
.solution-block-jcfwglpt-ul ul li{width: 400px; float: left; margin-bottom: 30px; margin-top: 20px;}
.solution-block-jcfwglpt-center{width: 80%; margin: 0 auto;}
.solution-block-jcfwglpt-img{text-align: center;}
.solution-block-jcfwglpt-img img{width: 48px; height: 48px;}
.solution-block-jcfwglpt-title{text-align: center; font-size: 20px; color: #373d41; height: 40px; line-height: 40px;}
.solution-block-jcfwglpt-cont{font-size: 14px; color: #5f6367; line-height: 22px;}
.solution-block-tzfwglpt{background: #fff; display: -webkit-box;}
.solution-block-tzfwglpt-ul{padding-bottom: 30px;}
.solution-block-tzfwglpt-ul ul li{width: 298px; float: left;border: 1px #ededed solid;}
.solution-block-tzfwglpt-ul ul li:nth-child(1),.solution-block-tzfwglpt-ul ul li:nth-child(2),.solution-block-tzfwglpt-ul ul li:nth-child(3){border-right: none}
.solution-block-tzfwglpt-ul ul li:nth-child(5),.solution-block-tzfwglpt-ul ul li:nth-child(6),.solution-block-tzfwglpt-ul ul li:nth-child(7){border-right: none;}
.solution-block-tzfwglpt-ul ul li:nth-child(5),.solution-block-tzfwglpt-ul ul li:nth-child(6),.solution-block-tzfwglpt-ul ul li:nth-child(7),.solution-block-tzfwglpt-ul ul li:nth-child(8){border-top: none;}
.solution-block-tzfwglpt-center{width: 85%; margin: 0 auto; padding: 50px 0;}
.solution-block-tzfwglpt-top{height: 50px; width: 100%; line-height: 50px; color: #373d41; font-size: 20px;}
.solution-block-tzfwglpt-top img {width: 34px; height: 34px; float: right; margin-top: 10px;}
.solution-block-tzfwglpt-cont{ color: #5f6367; font-size: 14px; line-height: 23px; margin-top: 5px;}
.solution-block-dmtfwxt{background: #f5f5f5; display: -webkit-box; margin-top: 45px; margin-bottom: 45px;}
/*智慧园区*/
.solution-park{padding-top: 100px; width: 100%; height: auto;}
.solution-park-cont{width: 100%;height: auto; line-height: 25px; font-size: 16px; color: #5f6367; margin-top: 20px;}
.solution-park-header{width: 100%;height: auto; line-height: 35px; font-size: 22px; color: #373d41;text-align: left ; margin: 35px 0 15px 0;}
.solution-park-title{width: 100%;height: auto; line-height: 35px; font-size: 20px; color: #373d41;text-align: left ;}
.solution-park-center-title{width: 100%; height: 35px; line-height: 35px; font-size: 20px; color: #373d41; text-align: center; padding-top: 30px;}
.solution-park-center-cont{width: 100%; height: 30px; line-height: 30px; font-size: 16px; color: #5f6367; text-align: center; padding-top: 10px;}
.solution-park-img{width: 100%; height: 289px; margin-top: 50px;}
.solution-park-red{color: #a4000f; font-size: 20px; line-height: 35px; height: 30px; margin-top: 15px;}
.solution-park-zhyq{width: 100%; height: auto;}
.solution-park-zhyq-ul{ display: inline-block;}
.solution-park-zhyq-ul ul li{ font-size: 20px; color:#373d41; line-height: 70px; text-indent: 30px; margin-right: 30px;  float: left; width: 380px; height: 70px;}
.solution-park-zhyq-ul ul li:nth-child(1){background: url("../images/icon_gaoxinkaifaqu.png") no-repeat center; background-size: 100% 100%; }
.solution-park-zhyq-ul ul li:nth-child(2){background: url("../images/icon_chanyeyuanqu.png") no-repeat center; background-size: 100% 100%; }
.solution-park-zhyq-ul ul li:nth-child(3){background: url("../images/icon_chuangkekongjian.png") no-repeat center;  background-size: 100% 100%; margin-right: 0px;}
.solution-park-jjfa{width: 100%; height: auto; margin-top: 25px; display: inline-block;}
.solution-park-jjfa-left{float: left;width: 450px; }
.solution-park-jjfa-left ul li{float: left; margin-bottom: 74px;width: 450px; }
.solution-park-jjfa-left ul li:last-child{margin-bottom: 0px;}
.solution-park-jjfa-left label{ float: left; width: 45px; height: 45px;}
.solution-park-jjfa-left span{ float: right; width: 390px; height: 45px; line-height: 22px; color: #5f6367; font-size: 16px;}
.solution-park-jjfa-right{width: 720px;  float: right;}
.solution-park-jjfa-right ul li{float: left;width: 220px; height: 284px; margin-right: 30px;}
.solution-park-jjfa-right ul li:last-child{margin-right: 0px;}
.solution-park-ystz{width: 100%; background: #f5f5f5; margin-top: 55px;}
.solution-park-ystz-ul{width: 100%; display: inline-block;}
.solution-park-ystz-ul ul li{float: left; width: 300px; padding: 40px 0; }
.solution-park-ystz-ul-center{width: 85%; margin: 0 auto;}
.solution-park-ystz-ul-img{width: 50px;  height:50px;  margin: 0 auto;}
.solution-park-ystz-ul-cont{font-size: 16px; color: #5f6367;  line-height: 25px; margin-top: 20px;}
.solution-park-ythfw-center{background: #f5f5f5; width: 100%; margin-top: 30px;}
.solution-park-ythfw-center-ul{display: inline-block; padding: 30px 0;}
.solution-park-ythfw-center-ul ul li{float: left;width: 360px; height: 240px; margin-right: 60px;}
.solution-park-ythfw-center-ul ul li:last-child{margin-right: 0px;}
.solution-park-jcfw-center{background: #f5f5f5; width: 100%; margin-top: 30px;}
.solution-park-jcfw-center-ul{padding: 30px 0;}
.solution-park-jcfw-center-ul .swiper-slide{float: left;width: 380px; height: auto; margin-right: 60px; display: inline-block;}
.swiper-slide img{width: 100%; height: 100%;}
.swiper-button-prev{background-image: url(../images/icon_left.png); background-size: 27px 100px; width: 27px; height: 100px;}
.swiper-button-prev:hover{background-image: url(../images/icon_left_hover.png); background-size: 27px 100px; width: 27px; height: 100px;}
.swiper-button-next{background-image: url(../images/icon_right.png); background-size: 27px 100px; width: 27px; height: 100px;}
.swiper-button-next:hover{background-image: url(../images/icon_right_hover.png); background-size: 27px 100px; width: 27px; height: 100px;}
.solution-park-jcfw-center-ul-img{width: 380px; height: 240px;}
.solution-park-jcfw-center-ul-title{ font-size: 20px; padding: 20px 30px 0 30px; color: #373d41; background: #fff; line-height: 40px; text-align: left}
.solution-park-jcfw-center-ul-cont{ font-size: 16px; padding: 0 30px 20px 30px; color: #5f6367; background: #fff; line-height: 22px ; text-align: left}
.solution-park-jcfw-center-ul ul li:last-child{margin-right: 0px;}
.solution-park-dzkffw-center{background: #f5f5f5; width: 100%; margin-top: 30px;}
.solution-park-dzkffw-center-ul{display: inline-block; padding: 20px 0 40px 0px;}
.solution-park-dzkffw-center-ul ul li{float: left; margin-top: 30px;}
.solution-park-dzkffw-center-ul-img{width: 412px; height: 160px;}
.solution-park-dzkffw-center-ul-center{width: 788px; height: 160px; background: #fff;}
.solution-park-dzkffw-center-ul-title{width: 80%; margin: 0 auto; font-size: 20px; color: #373d41; line-height: 30px; margin-top: 20px; }
.solution-park-dzkffw-center-ul-cont{ width: 80%; margin: 0 auto; font-size: 16px; color: #5f6367; line-height: 22px; }
.swiper-container {  width: 100%;  height: 100%;  }
/*智慧景区*/
.solution-secnicspot{padding-top: 100px; width: 100%; height: auto;}
.solution-secnicspot-title{width: 100%;height: auto; line-height: 35px; font-size: 20px; color: #373d41;text-align: left ;}
.solution-secnicspot-cont{width: 100%;height: auto; line-height: 25px; font-size: 16px; color: #5f6367; margin-top: 20px;}
.solution-secnicspot-img{width: 100%; height: 471px; margin-top: 50px; margin-bottom: 50px;}
.solution-secnicspot-list{width: 100%; display: inline-block; margin-top: 20px;}
.solution-secnicspot-list ul li{width: 100%; height: 28px; line-height: 28px; font-size: 16px; color: #5f6367;}
.solution-secnicspot-slideTxtBox{ width:100%; }
.solution-secnicspot-slideTxtBox .hd{ width: 100%; height:157px; color: #373d41;  position:relative;  background: url("../images/line.png") no-repeat center 26%; background-size: 100%; }
.solution-secnicspot-slideTxtBox .hd ul{ float:left;  position:absolute; left:20px; top:-1px;}
.solution-secnicspot-slideTxtBox .hd ul li{ float:left; margin-left: 52px; margin-right: 100px;}
.solution-secnicspot-slideTxtBox .hd ul li:last-child{margin-right: 20px;}
.solution-secnicspot-slideTxtBox .hd .hd-img{width: 90px; height: 90px; float: left;}
.solution-secnicspot-slideTxtBox .hd .hd-img-2{background: url("../images/icon_zhanlancehua_nor.png") no-repeat; background-size: 100%; }
.solution-secnicspot-slideTxtBox .hd .hd-img-3{background: url("../images/icon_zhanchensheji_nor.png") no-repeat; background-size: 100%; }
.solution-secnicspot-slideTxtBox .hd .hd-img-4{background: url("../images/icon_zhanxiangkaifa_nor.png") no-repeat; background-size: 100%; }
.solution-secnicspot-slideTxtBox .hd .hd-img-5{background: url("../images/icon_zhanpinzhizuo_nor.png") no-repeat; background-size: 100%; }
.solution-secnicspot-slideTxtBox .hd .hd-img-6{background: url("../images/icon_shishiyunwei_nor.png") no-repeat; background-size: 100%; }
.solution-secnicspot-slideTxtBox .hd .hd-text{text-align: center; font-size: 20px;  line-height: 35px;}
.solution-secnicspot-xtjcjdmtfw{background: #f5f5f5; width: 100%; margin-top: 30px;display: -webkit-box;}
.solution-secnicspot-xtjcjdmtfw-ul{padding-bottom: 30px; display: inline-block;}
.solution-secnicspot-xtjcjdmtfw-ul ul li{width: 400px; height: 200px; float: left; margin-bottom: 30px; margin-top: 20px;}
.solution-secnicspot-xtjcjdmtfw-center{width: 80%; margin: 0 auto;}
.solution-secnicspot-xtjcjdmtfw-img{text-align: center;}
.solution-secnicspot-xtjcjdmtfw-img img{width: 48px; height: 48px;}
.solution-secnicspot-xtjcjdmtfw-title{text-align: center; font-size: 20px; color: #373d41; height: 40px; line-height: 40px;}
.solution-secnicspot-xtjcjdmtfw-cont{font-size: 14px; color: #5f6367; line-height: 22px;}

.solution-secnicspot-rjdzkf{background: #fff; width: 100%; margin-top: 15px;display: -webkit-box;}
.solution-secnicspot-rjdzkf-ul{padding-bottom: 30px; display: inline-block;}
.solution-secnicspot-rjdzkf-ul ul li{width: 400px; height: 200px; float: left; margin-bottom: 30px; margin-top: 20px;}
.solution-secnicspot-rjdzkf-center{width: 80%; margin: 0 auto;}
.solution-secnicspot-rjdzkf-img{text-align: center;}
.solution-secnicspot-rjdzkf-img img{width: 48px; height: 48px;}
.solution-secnicspot-rjdzkf-title{text-align: center; font-size: 20px; color: #373d41; height: 40px; line-height: 40px;}
.solution-secnicspot-rjdzkf-cont{font-size: 14px; color: #5f6367; line-height: 22px;}
.solution-secnicspot-wccp{background: #f5f5f5;  display: -webkit-box;}
.solution-secnicspot-wccp ul li{width: 360px; float: left; background: #fff; margin-bottom: 35px; margin-right: 60px;}
.solution-secnicspot-wccp ul li:last-child{margin-right: 0px;}
.solution-secnicspot-wccp-center{width: 85%; margin: 0 auto; padding: 35px 0;}
.solution-secnicspot-wccp-title{width: 100%; height: 35px; line-height: 35px; font-size: 20px; color: #373d41; }
.solution-secnicspot-wccp-title img{width: 23px; height: 23px; float: left; margin: 6px 12px 0 0;}
.solution-secnicspot-wccp-cont{width: 100%;line-height: 25px; height: 120px; color: #5f6367; font-size: 15px;}
.solution-secnicspot-hdchzx{background: #fff;  display: -webkit-box;}
.solution-secnicspot-hdchzx-ul ul li{width: 580px; border: 1px #ededed solid; margin-bottom: 35px;}
.solution-secnicspot-hdchzx-ul ul li:nth-child(odd){float: left;}
.solution-secnicspot-hdchzx-ul ul li:nth-child(even){float: right;}
.solution-secnicspot-hdchzx-ul-center{ width: 85%; margin: 0 auto; padding: 35px 0;}
.solution-secnicspot-hdchzx-ul-top{width: 100%; height: 35px; line-height: 35px; font-size: 20px; color: #373d41; }
.solution-secnicspot-hdchzx-ul-top img{width: 23px; height: 23px; float: left; margin: 6px 12px 0 0;}
.solution-secnicspot-hdchzx-ul-cont{width: 100%;line-height: 25px; height: 90px; color: #5f6367; font-size: 15px;}

/*分页*/
#pageGro{ width:450px; height:25px; margin:0px auto; padding-top:30px;}
#pageGro div,#pageGro div ul li{ font-size:12px; color:#373d41; line-height:23px; float:left;margin: 0 4px;}
#pageGro div ul li{ width:22px; text-align:center; border:1px solid #373d41; cursor:pointer;}
#pageGro div ul li.on{ color:#fff; background:#a4000f; border:1px solid #a4000f;}
#pageGro div ul li:hover{color:#fff; background:#a4000f; border:1px solid #a4000f;}
#pageGro .pageUp,#pageGro .pageDown,#pageGro .pagestart,#pageGro .pageend{ width:60px; border:1px solid #373d41; cursor:pointer; text-align: center;}
#pageGro .pageUp:hover,#pageGro .pageDown:hover,#pageGro .pagestart:hover,#pageGro .pageend:hover{color:#fff; background:#a4000f; border:1px solid #a4000f; }




