
#page-body .article-title{
  text-align: center;
  font-size: 30px;
  color: #313131;
}


/* 关于我们 */
#page-body>.about{
  width: 100%;
}

.about>.article-title{
  height: 100px;
  line-height: 100px;
  padding-bottom: 50px;
}

.about>.content{
  width: 840px;
  margin: 0 auto;
  padding:20px; 
  position: relative;
  border: 2px solid #fe740f;
  border-radius: 5px;
}

.about .text{
  width: 500px;
}

.about .text>p{
  line-height: 24px;
  padding-bottom: 5px;
  text-indent: 30px;
  word-break: break-all;
  font-size: 16px;
  color: #323232;
}

.about .text>p>.check-more{
  display: inline;
  font-size: 16px;
  color: red;
}

.about>.content>img{
  width: 300px;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.about .optionbox{
  width:680px;
  margin: 0 auto;
  padding: 30px 0; 
}
.about .optionbox>a{
  width: 110px; 
  height: 35px; 
  line-height: 35px;
  margin-right: 80px;
  display: inline-block; 
  text-align: center; 
  background: #fd7311; 
  font-size: 14px; 
  color: #fff; 
  border-radius: 5px;
}

.about .optionbox>.last{
  margin-right: 0;
}

/* 我们能做什么 */
#page-body .nav{
  width: 100%;
  margin: 0 auto;
  background: #f4f4f4; 
  padding: 50px 0 90px;
}

.service-list{
  width: 940px;
  height: 240px;
  margin: 0 auto;
}
.service-list>div{
  height: 180px;
  padding: 15px;
  float: left;
  border: 2px solid;
}
.service-list>.show-box{
  width: 436px;
  border-color: #ff7714;
}
.service-list>.hide-box{
  width: 203px;
  border-color: #929292;
  cursor: pointer;
}

.service-list>div>.top{
  width: 100%;
  height: 112px;
}
.service-list>div>.bottom{
  width: 100%;
  height: 68px;
  overflow-y: hidden;
}

.service-list .show-box>.top img{
  width: 90px;
  height: 90px;
  padding-bottom: 20px;
  float: left;
  border-bottom: 2px solid #929292;
}

.service-list .show-box>.top p{
  width: 346px;
  height: 90px;
  line-height: 90px;
  padding-bottom: 20px;
  display: block;
  float: left;
  text-indent: 30px;
  font-size: 24px;
  color: #000;
  border-bottom: 2px solid #929292;
}

.service-list .show-box>.bottom .title{
  display: none;
}

.service-list .show-box>.bottom .desc{
  padding-top: 10px;
  line-height: 20px;
  font-size: 16px;
  color: #adadad;
}

.service-list .hide-box>.top img{
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
  border-bottom: 2px solid #929292;
}

.service-list .hide-box>.top p{
  display: none;
}

.service-list .hide-box>.bottom .title{
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  color: #000;
}

.service-list .hide-box>.bottom .desc{
  display: none;
}

.service-list .hide-left{
  border-left-width: 0;
}

.service-list .hide-right{
  border-right-width: 0;
}



/*展示轮播*/
#page-body>.exhibition{
  padding-top: 50px;
}
.exhibition>.article-title{
  height: 100px;
  line-height: 100px;
}
.exhibition>.article-little-title{
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
.exhibition>.option{
  width: 880px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}
.exhibition .choose-button{
  height: 18px;
  line-height: 18px;
  margin-left: 10px;
  font-size: 0;
  display: inline-block;
}

.exhibition .choose-button input{
  display: none;
}
.exhibition .choose-button .label{
  width:16px;
  height: 16px;
  display: inline-block;
  float: left;
  border: 1px solid #000000; 
}
.exhibition .choose-button .rect{
  display: inline-block;
}
.exhibition .choose-button .active.rect{
  width: 10px; 
  height: 10px;
  margin: 3px;
  background: #fd7917; 
}
.exhibition .choose-button p{
  height: 18px;
  line-height: 18px;
  margin-left: 5px;
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #333;
}
.banner_exhibition{
  position: relative;
}

.banner_exhibition>.panel{
  height: 50px;
  position: absolute;
  left: 50%;
  top: 40%;
  z-index: 7;
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.left_panel{
  float: left;
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
} 
.right_panel{
  float: right;
}
.banner_exhibition>.panel>img{
  width: 40px; 
  height: 40px; 
  border-radius: 50%; 
  background: rgba(0, 0, 0, 0.5); 
  padding: 10px; 
}

@media(min-width: 960px){
  .banner_exhibition .banner_container{
    width: 1680px; 
    left: 50%; 
    margin-left: -840px;
  } 

  .banner_exhibition>.panel{
    width: 80%;
  } 
}

@media(max-width: 960px){
 .banner_exhibition>.panel{
    width: 800px;
  }
}

#page-body .banner_exhibition{box-sizing: border-box; padding: 80px 0 60px; overflow-x: hidden; height: 700px; width: 100%; position: relative;}
#page-body .banner_exhibition .banner_container{width: 1680px; position: relative; left: 50%; margin-left: -840px;}
#page-body .banner_exhibition .banner_container>img{
  float: left; 
  width: 240px; 
  height: 400px; 
  position: relative; 
  transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
#page-body .banner_exhibition .banner_container>img:nth-of-type(1),
#page-body .banner_exhibition .banner_container>img:nth-of-type(7){opacity: 0; /* z-index: 0*/}
#page-body .banner_exhibition .banner_container>img:nth-of-type(3),{/* transform: scale(1.2);*/ /* transform-origin: 50% 50%;*/ z-index: 9}
#page-body .banner_exhibition .banner_container>img:nth-of-type(5){z-index: 1;}
#page-body .banner_exhibition .banner_container>img:nth-of-type(4){/* transform: scale(1.3);*/ /* transform-origin: 50% 50%;*/ z-index: 99;}

.exhibition .more-case{
  width: 100px;
  height: 40px;
  line-height: 40px;
  margin: 100px auto 0;
  text-align: center;
  font-size: 16px;
  color: #333;
  border: 1px solid #333;
  border-radius: 10px;
}

 /*成功案列*/
#introduce{
  width: 100%;
  padding-bottom: 50px;
  background: #f4f4f4; 
}

#introduce .article-title{
  height: 100px;
  line-height: 100px;
  padding-top: 30px;
}

#introduce .banner{
  width: 900px;
  height: 180px;
  margin: 0 auto;
  position: relative;
  white-space: nowrap; 
  overflow: hidden;
  font-size: 0;
  border: 1px solid #fe7817;
}
#introduce .banner_container{
  height: 180px;
  display: inline-block;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-property: transform;
  transition-duration: 1s;
  white-space: nowrap;
}
#introduce .banner_container>a{
  width: 900px;
  height: 180px;
  display: inline-block;
}
#introduce a>.thumb{
  width: 300px; 
  height: 180px;
  float: left;
}
#introduce a>.data{
  width: 410px; 
  height: 180px;
  margin: 0 30px;
  float: left;
}

#introduce .data>.title{
  width: 100%; 
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #fe7817;
}

#introduce .data>.desc{
  width: 100%; 
  line-height: 30px;
  font-size: 16px;
  color: #333;
}

#introduce a>.qr{
  width: 100px; 
  height: 100px;
  margin:40px 30px 0 0;
  float: right;
}

#introduce .current{
  position: absolute; 
  left: 50%; 
  bottom: 15px;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#introduce .current>span{
  display: inline-block; 
  margin-left: 10px; 
  width: 12px; height: 12px; 
  border: 1px solid #fd7311; 
  background: none; 
  border-radius: 50%;
  cursor: pointer;
}
#introduce .current .here{
  background: #fd7311
}


/* 企业资讯 */
#info{
  width: 906px;
  margin: 0 auto;
  padding-bottom: 50px;
  overflow: hidden;
}
#info>.article-title{
  height: 100px;
  line-height: 100px;
}
#info .info-body{
  width: 981px;
  margin-left: -75px;
}
#info .info-box{
  width: 250px;
  margin:0 0 20px 75px;
  float: left;
  border: 1px solid #f0f0f0;
}
#info .info-box>img{
  width: 250px;
  height: 150px;
  display: block;
}
#info .info-box>h3{
  width: 230px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #5b595a;
  background-color: #f0f0f0;
}
#info .info-box>p{
  padding: 0 10px;
  display: block;
  background-color: #f0f0f0;
}

#info .info-box>.desc{
  height: 54px;
  line-height: 18px;
  word-break: break-all;
  text-indent: 24px;
  font-size: 12px;
  color: #5d5b5e;
  overflow: hidden;
}

#info .info-box>.date{
  height: 26px;
  line-height: 26px;
  text-align: right;
  font-size: 12px;
  color: #5d5b5e;
}


/* 地图 */
#map{
  background: #f4f4f4;
}

#map>div{
  width: 50%; 
  height: 500px;
  float: left;
}
#map .contact>.form{
  width: 400px;
  height: 340px;  
  margin-top: 50px; 
  margin-left: 50px; 
  background: #fff; 
  box-shadow: 0px 0px 10px #adadad; 
  padding: 25px 25px 40px;  
}

#map .form .title{
  height: 60px; 
  line-height: 60px; 
  text-align: left; 
  font-size: 24px;
  color: #323232;
  border-bottom: 4px solid #fd7716; 
}
#map .form>.desc-box{
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #323232;
}

#map .desc-box>img{
  width: 20px; 
  height: 20px; 
  display: inline;
  vertical-align: middle;
}

#map .qr-area{
  width: 400px;
  height: 180px;
}

#map .qr-area>.qr-code-box{
  width: 150px;
  height: 180px;
  margin-left: 30px;
  float: left;
}
#map .qr-code-box>img{
  width: 150px;
  height: 150px;
}

#map .qr-code-box>p{
  width: 150px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #999;
}