body,p,h1,h2,h3,h4,h5,h6,li,span,i,ul,img,a,strong,input{margin:0;padding:0; font-family: "microsoft yahei";}
body{ font-size:14px;}
li{list-style-type:none; float:left;}
a{text-decoration:none;outline: none;}
img{border:none;}
i{font-style:normal}
input,select,textarea{outline:none;text-indent:6px;}
textarea{resize:none;}
div{margin:0 auto;}
.fl{float: left;}
.fr{float: right;}
*{
  -webkit-box-sizing:border-box; /* Safari */
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  
}

.wid{
  width: 1200px;
}
.header{
  width: 100%;
  padding: 20px 0;
  display: table;
  background-color: #07285a;
}
.header.fix{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.null{
  height: 80px;
}
.logo{
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 30px;
}
.addr-city{
  width: 76px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.addr-city span{
  color: #fff;
  float:left;
}
.city-btn{
  width: 0;
  display: inline-block;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  /*float: left;*/
  margin: 17px 0;
  margin-left: 6px;
  cursor: pointer;
}
.nav {
  /*padding-left: 20px;*/
}
.nav ul li{
  line-height: 40px;
  padding-right:30px;
}
.nav ul li a{
  color: #fff;
  transition: .5s;
}

.nav ul li:hover a{
  opacity: .7;
}
.nav ul li .active{ color:#ccc; }
.cityselect {
          width: 76px;
          background: #fff;
          border: 1px solid #e5e5e5;
          border-top: none;
          position: relative;
          z-index: 99999;
          left: 2px;
          display: none;
          zoom: 1;
          top:-20px;
          cursor: pointer;
        }
        .cityselect .type_s {
          width: 74px;
          height: 30px;
          border-top: 1px solid #efefef;
          line-height: 30px;
          font-size: 12px;
          color: #999;
          text-align: center;
        }
        .cityselect .type_s:hover {
          background-color:#eee
        }
        
.cont{
  color: #fff;
}

.cont span{
  line-height: 40px;
  display: inline-block;
}
.cont img{
  float: left;
  margin: 12px 0;
  margin-right: 5px;
}
.bannar{
  width: 100%;
}
.bannar img{
  width: 100%;
}
.bannar .swiper-pagination-bullet{
  width: 14px;
  height: 14px;
  background: rgba(255,255,255,.5);
  opacity: 1;
  margin: 0 5px !important;
}

.bannar .swiper-pagination{
  bottom: 30px !important;
}

.bannar .swiper-pagination-bullet-active{
  background-color: #fff;
}

.contact{
  width: 1200px;
  display: table;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 70px;
  z-index: 99;
  display: flex;
  justify-content: space-between;
}
.contact-box{
  width: 250px;
  display: table;
}


.contact-box label{
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  color: #fff;
}

.contact-box label img{
  float: left;
  height: 22px;
  width: auto;
  margin: 1px 0;
  margin-right: 10px;
}

.contact-box input{
  width: 100%;
  height: 40px;
  background-color: #fff;
  margin: 15px 0;
  border: none;
  padding-left: 10px;
  font-size: 18px;
  color: #333;
}

.contact-box input[type='text']{
   font-size:12px; 
   color:#666;
}

.contact-box input::-webkit-input-placeholder{
  color: #dddddd;
  font-size: 14px;
}

.contact-box input.sub{
  background-color: #07285a;
  color: #fff;
  cursor: pointer;
  text-indent: 0;
  transition: .5s;
  padding-left: 0px
}
.contact-box input.sub:hover{
  background-color: #ffc107;
}
h3.tits{
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  letter-spacing: 1px;
  color: #333333;
}
.service{
  padding-top: 100px;
}
.service ul{
  width: 1416px;
  margin-left: -216px;
}
.service ul li{
  width: 255px;
  height: 300px;
  border: 1px solid #dddddd;
  margin-top:50px;
  margin-left: 216px;
  position: relative;
}
.service ul li .service-box:after{
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  transition: .5s;
  height: 294px;
  border: 2px solid #07285a;
}
.service ul li .service-box:hover{
  cursor:pointer;
}
.service ul li .service-box:hover:after{
  width: 249px;
}
.service-box{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.service-ico{
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-ico i{
  display: inline-block;
  width: 132px;
  height: 132px;
  
}

.service ul li.item1 i{
  background: url(../img/im1.png) center no-repeat;
}
.service ul li.item2 i{
  background: url(../img/im2.png) center no-repeat;
}
.service ul li.item3 i{
  background: url(../img/im3.png) center no-repeat;
}
.service ul li.item4 i{
  background: url(../img/im4.png) center no-repeat;
}
.service ul li.item5 i{
  background: url(../img/im5.png) center no-repeat;
}
.service ul li.item6 i{
  background: url(../img/im6.png) center no-repeat;
}
.service ul li.item1:hover i{
  background: url(../img/im1-1.png) center no-repeat;
}
.service ul li.item2:hover i{
  background: url(../img/im2-1.png) center no-repeat;
}
.service ul li.item3:hover i{
  background: url(../img/im3-1.png) center no-repeat;
}
.service ul li.item4:hover i{
  background: url(../img/im4-1.png) center no-repeat;
}
.service ul li.item5:hover i{
  background: url(../img/im5-1.png) center no-repeat;
}
.service ul li.item6:hover i{
  background: url(../img/im6-1.png) center no-repeat;
}
.service-txt{
  width: 100%;
  display: table;
  padding-top: 32px;
}
.service-txt h5{
  line-height: 20px;
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.service-txt p{
  font-size: 10px;
  text-align: center;
  line-height: 10px;
  color: #666;
  margin-top: 10px;
}

.recommended{
  padding-top: 100px;
  display: table;
}

.recommended-tab{
  width: 100%;
  text-align: center;
}
.recommended-tab ul{
  width: 100%;
  display: table;
  text-align: center;
  padding-top: 50px;
}
.recommended-tab ul li{
  width: 125px;
  height: 36px;
  border: 1px solid #07285a;
  line-height: 34px;
  color: #07285a;
  float: none;
  display: inline-block;
  margin: 0 13px;
  cursor: pointer;
}
.recommended-tab ul li.acti{
  background-color: #07285a;
  color: #fff;
}
.recommended-tab ul li:hover{
  background-color: #07285a;
  color: #fff;
}
 
.recommended-col{
  width: 100%;
  text-align: center;
}
.recommended-col ul{
  width: 1275px;
  margin-left: -75px;
}
.recommended-col ul li{
  width: 350px;
  height: 275px;
  margin-top: 50px;
  margin-left: 75px;
}
.recommended-img{
  width: 100%;
  height: 230px;
  position: relative;
}
.recommended-img a{
  display: inline-block;
  width: 98px;
  height: 30px;
  background-color: #07285a;
  color: #fff;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -49px;
  top: 50%;
  margin-top: -15px;
  opacity: 0;
  transition: .5s;
  z-index: 99;
}
.recommended-col ul li:hover a{
  opacity: 1;
}
.recommended-col ul li .recommended-img:after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: rgba(0,0,0,.5);
  transition: .6s;
  opacity: 0;
}
.recommended-col ul li:hover .recommended-img:after{
  width: 282px;
  height: 180px;
  margin-left: -141px;
  margin-top: -90px;
  opacity: 1;
}
.recommended-img img{
  width: 100%;
  height: 100%;
}

.recommended-txt{
  width: 100%;
  height: 45px;
  background-color: #07285a;
  padding: 0 22px;
  line-height: 45px;
  color: #fff;
}
.recommended-txt span{
  float: left;
}
.recommended-txt em{
  float: right;
  font-style: normal;
  letter-spacing: 1px;
}
.recommended-txt em b{
  color: #f39700;
  font-weight: normal;
  font-size: 18px;
}

.case{
  width: 100%;
  display: table;
  padding-top: 100px;
}


.case-tab{
  width: 100%;
  text-align: center;
}
.case-tab ul{
  width: 100%;
  display: table;
  text-align: center;
  padding: 50px 0 14px 0;
}
.case-tab ul li{
  width: 126px;
  height: 36px;
  border: 1px solid #07285a;
  line-height: 34px;
  color: #07285a;
  float: none;
  display: inline-block;
  margin: 0 13px;
  cursor: pointer;
}
.case-tab ul li:hover{
  background-color: #07285a;
  color: #fff;
}
.case-tab ul .acti{
  background-color: #07285a;
  color: #fff;
}
.case-tab ul .acti a{
  background-color: #07285a;
  color: #fff;
}
.case-tab ul li:hover a{
  background-color: #07285a;
  color: #fff;
}
.case-tab ul li a{
  color: #000;
}
.case-tab h6{
  margin: 0;
  line-height: 36px;
  text-align: right;
}
.case-tab h6 a{
  font-weight: normal;
  color: #07285a;
  font-size: 14px;
}

.case-col{
  width: 100%;
  display: table;
}
.case-col ul{
  width: 100%;
  padding: 0;
  margin: 0;  
}
.case-col ul li{
  width: 25%;
  float: left;
  display: table-cell;
  position: relative;
  overflow: hidden;
  margin-top: 2px;
}
.case-col ul li:after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
}
.case-col ul li:before{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  
  background-color: #fff;
  z-index: 99;
}
.case-col ul li .case-img{
  width: 100%;
}
.case-col ul li .case-img img{
  width: 100%;
  float: left;
}
.case-col ul li:hover .case-txt{
  bottom: 0;
}
.case-txt{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  background: rgba(0,0,0,.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  transition: .6s;
}
.case-txt h5{
  text-align: center;
  line-height: 34px;
  color: #fff;
  position: relative;
  font-size: 14px;
  font-weight: normal;
}
.case-txt h5:after{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -105px;
  top: 0;
  width: 210px;
  height: 2px;
  background-color: #fff;
}
.case-txt h5:before{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -105px;
  bottom: 0;
  width: 210px;
  height: 2px;
  background-color: #fff;
}
.case-txt p{
  color: #fff;
  line-height: 26px;
  padding-top: 15px;
}

.introduce{
  width: 100%;
  height: 580px;
  background: url(../img/bg1.jpg) top center no-repeat;
  padding: 100px 0;
}
.introduce h3.tits{
  color: #fff;
}
.introduce h6{
  text-align: center;
  font-weight: normal;
  color: #fff;
  line-height: 28px;
  font-size: 14px;
  padding-top: 36px;
}

.introduce-col{
  width: 100%;
  display: table;
}
.introduce-col ul{
  width: 100%;
  text-align: center;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
.introduce-col ul li{
  width: 160px;
  display: table;
}

.introduce-ico{
  width: 100%;
  /*height: 94px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:30px;
}
.introduce-txt{
  width: 100%;
  text-align: center;
}
.introduce-txt h5{
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}
.introduce-txt p{
  line-height: 48px;
  color: #fff;
  font-size: 48px;
  margin-top:31px;
}

.team{
  padding-top: 100px;
}
.team h3.tits{
  margin-bottom: 30px;
}
.team-col{
  width: 100%;
  padding-bottom: 30px !important;
  display: inline-block;
  padding-top:30px;
}
.team-col ul{
  width: 100%;
}
.team-col ul li{
  width: 240px;
  height: 290px;
  transition: .5s;
}

.team-img{
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
}
.team-img img{
  transition: .5s;
  width: 170px;
  height: 170px;
}
.team-txt{
  width: 100%;
  text-align: center;
  display: none;
  transition: .5s;
}
.team-txt h5{
  line-height: 10px;
  font-size: 10px;
  font-weight: normal;
}
.team-txt h5 b{
  font-size: 14px;
  padding: 0 2px;
  color: #333333;
}
.team-txt p{
  font-size: 12px;
  color: #333333;
  line-height: 12px;
  margin-top:12px;
}
.team-col ul li.swiper-slide-active .team-img img{
  width: 200px;
  height: 200px;
}
.team-col ul li.swiper-slide-active .team-txt{
  display: block;
}

.customer{
  padding-top: 60px;
}

.customer-col{
  width: 100%;
  display: table;
  margin-top:30px;
}
.customer-col ul{
  width: 1212px;
  margin-left: -12px;
}
.customer-col ul li{
  width: 190px;
  height: 96px;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  overflow: hidden;
  margin-top: 20px;
  cursor: pointer;
}
.customer-col ul li img{
  max-width: 90%;
  max-height: 90%;
  transition: .5s;
}
.customer-col ul li:hover img{
  transform: scale(1.1,1.1);
}

.news{
  padding-top: 100px;
}

.news-list{
  width: 560px;
  height: 560px;
  display: table;
  margin-top: 50px;
}
.news-list-img{
  width: 100%;
  height: 320px;
}
.news-list-img img{
  width: 100%;
  height: 100%;
}
.news-list-txt{
  width: 100%;
  display: table;
}
.news-list h5{
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-top: 15px;
  line-height: 20px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #333333;
  padding-bottom:10px;
}
.news-list h5 a{
  float: right;
  font-weight: normal;
  font-size: 14px;
  color: #07285a;
}
.news-list ul{
  width: 100%;
  padding-top: 6px;
  padding-bottom: 82px;
  display: table;
}

.news-list ul li{
  width: 100%;
  /*height: 38px;
  line-height: 38px;*/
  position: relative;
  margin-bottom:18px;
}
.news-list ul li span{
  color: #333;
  padding-left: 12px;
}
.news-list ul li:hover a span{
  color: #07285a;
  text-decoration: underline;
}
.news-list ul li i{
  float: right;
  color: #666;
}
.news-list ul li:after{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background-color: #333;
}

.footer{
  width: 100%;
  background-color: #333;
  display: table;
}
.address{
  width: 100%;
  display: table;
  padding-top: 50px;
  padding-bottom: 44px;
  border-bottom: 1px solid #fff;  
}
.address h4{
  line-height: 20px;
  color: #fff;
  font-size: 20px;
}

.address-fl{
  width: 950px;
  display: table;
}
.address h5{
  line-height: 45px;
  font-weight: normal;
  font-size: 18px;
  color: #dddddd;
}
.address p{
  color: #dddddd;
  font-size: 14px;
  line-height: 26px;
}
.address p span{
  display: inline-block;
  width: 54px;
  height: 100%;
  text-align: justify;
  float: left;
  text-align-last: justify;
}
.address p em{
  font-style: normal;
  float: left;
  display: inline-block;
  width: 890px;
  letter-spacing: 1px;
}
.address p a{
  color: #dddddd;
  margin-right: 20px;
  float: left;
}
.address h5.mt10{
  margin-top: 10px;
  display: table;
  width: 100%;
  float: left;
}

.address-wx{
  width: 200px;
  height: 200px;
  background-color: #fff;
  margin-top: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.address-fr{
  height: 100%;
  position: relative;
}
.address-wx img{
  max-width: 100%;
  max-height: 100%;
}

.copyright{
  line-height: 14px;
  padding: 40px 0;
  font-size: 14px;
  color: #dddddd;
  text-align: center;
}

.alert{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.5);
  z-index: 99;
  display: none;
}
.team-col .swiper-pagination{
  bottom: 10px !important;
}
.team-col .swiper-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  border: 2px solid #f90;
  background-color: #fff;
  opacity: 1;
  position: relative;
}
.team-col .swiper-pagination .swiper-pagination-bullet-active:after{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #007aff;
  box-shadow: 0 0 3px rgba(0,122,255,.5);
}
.alert-recommended{
  width: 600px;
  height: 680px;
  border-radius:5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  padding: 15px;
  margin-top: -380px;
  display: none;
}
.alert-recommended-title{
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  position: relative;
}
.alert-recommended-title span.close{
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/close.png)center no-repeat;
  position: absolute;
  right: 0;
  top: 11px;
  cursor: pointer;
}


.alert-recommended-img{
  width: 100%;
}
.alert-recommended-img img{
  width: 100%;
}
.alert-recommended-txt{
  width: 100%;
  display: table;
  padding-top: 10px;
}
.alert-recommended-txt p{
  font-size: 14px;
  line-height: 24px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-indent: 28px;
}
.alert-recommended-txt h5{
  line-height: 60px;
  font-size: 16px;
  color: #ff2700;
}
.alert-recommended-txt h6{
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
.alert-recommended-txt h6 span{
  margin: 0 40px;
}
.alert-recommended-txt h6 em{
  margin: 0 40px;
  font-style: normal;
  color: #00b4eb;
}
.page-bann{
  width: 100%;
  height: 300px;
  background: url(../img/img2.jpg)center no-repeat;
}

.inform{
  width: 100%;
  padding-top: 30px;
}

.inform-loaction{
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #dddddd;
  line-height: 54px;
  font-size: 14px;
  color: #333333;
}
.inform-loaction a{
  color: #333;
}
.inform-loaction span{
  color: #07285a;
}
.inform-loaction a:hover{
  color: #07285a;
  text-decoration:underline;
}
.inform-list{
  width: 100%;
  padding-bottom: 60px;
}
.inform-list-item{
  width: 100%;
  position: relative;
}
.inform-list-item:after{
  content: '';
  clear: both;
  display: block;
}
.inform-list-txt{
  width: 675px;
}

.inform-list-txt-title{
  width: 100%;
  padding: 15px 0;
}
.inform-list-txt-title h5 b{
  display: block;
  line-height: 32px;
  font-size: 20px;
  color: #07285a;
}
.inform-list-txt-title h5 em{
  display: block;
  font-style: normal;
  color: #333333;
  font-weight: normal;
  font-size: 12px;
}
.inform-list-txt-title h5{
  padding-left: 14px;
  position: relative;
}
.inform-list-txt-title h5:after{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
  width: 3px;
  height: 38px;
  background-color: #07285a;
}
.inform-list-txt-inf{
  width: 100%;
}
.inform-list-txt-font{
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 2px;
}

.inform-list-txt-type{
  width: 100%;
  padding-top: 20px;
  min-height: 124px;
}
.inform-list-txt-type p{
  font-size: 14px;
  color: #333333;
  letter-spacing: 2px;
  line-height: 26px;
  
}
.inform-list-txt-more{
  padding: 16px 0;
}
.inform-list-txt-more a{
  display: inline-block;
  width: 98px;
  height: 30px;
  background-color: #07285a;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.inform-list-img{
  width: 478px;
  display: table;
  padding-bottom: 30px;
  padding-top: 80px;
}
.inform-list-img img{
  width: 100%;
}

.inform-list-item-fr .inform-list-txt-title h5{
  text-align: right;
  padding-right: 14px;
}
.inform-list-item-fr .inform-list-txt-title h5:after{
  left: inherit;
  right: 0;
}
.inform-list-item-fr .inform-list-txt-font{
  text-align: left;
}
.inform-list-item-fr .inform-list-txt-type p{
  text-align: left;
}
.inform-list-item-fr .inform-list-txt-more a{
  float: right;
}

.page{
  width: 100%;
  text-align: center;
}
.page ul{
  width: 100%;
  padding: 50px 0 0 0;
  text-align: center;
}
.page ul li{
  display: inline-block;
  min-width: 36px;
  padding: 0 16px;
  height: 36px;
  border: 1px solid #dddddd;
  margin: 0 2px;
  line-height: 34px;
  float: none;
  cursor: pointer;
}
.page ul li i.left-ico{
  color: #333333;
  font-size: 14px;
}
.page ul li.acti{
  background-color: #07285a;
  color: #fff;
  border: 1px solid #dddddd;
}
.page ul li:hover{
  background-color: #07285a;
  color: #fff;
}
.page ul li:hover i{
  color: #fff;
}

.inform-activity{
  width: 100%;
  margin: 20px 0;
  background-color: #eeeeee;
  padding: 0 40px;
  padding-top: 15px;
  position: relative;
  padding-bottom: 20px;
}
.inform-activity:after{
  content: '';
  clear: both;
  display: block;
}
.inform-activity h5{
  line-height: 40px;
  color: #333333;
  font-size: 20px;
}
.inform-activity p{
  line-height: 24px;
  letter-spacing: 2px;
  display: table;
  padding: 3px 0;
}
.inform-activity p span{
  display: inline-block;
  color: #333;
  float: left;
}
.inform-activity p span img{
  height: 16px;
  width:16px;
  margin: 4px 0;
  margin-right: 8px;
  float: left;
}
.inform-activity p em{
  font-style: normal;
  display: inline-block;
  float: left;
  max-width: 1010px;
}

.inform-roll{
  width: 100%;
  margin-top: 50px;
}


.inform-roll .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.inform-roll .swiper-slide {
    background-size: cover;
    background-position: center;
}
.inform-roll .swiper-slide img{
  width: 100%;
  display: block;
}
.inform-roll .gallery-top {
    height: 80%;
    width: 100%;
}
.inform-roll .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.inform-roll .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.8;
}
.inform-roll .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.inform-roll .gallery-thumbs .swiper-slide img{
  width: 100%;
  cursor: pointer;
}

.page-to{
  display: table;
  padding: 40px 0 100px 0;
  line-height: 14px;
  font-size: 14px;
}
.page-to-next a,.page-to-prev a{
  color: #333333;
}
.page-to-next a:hover,.page-to-prev a:hover{
  color: #07285a;
  text-decoration: underline;
}
/*新闻列表*/
.newslist{
    display: table;
    margin-top:6px;
    width:100%;
  }
  .newslist li{
    /*list-style-type: square;*/
    border-bottom:1px dotted #ccc;
    line-height:50px;
    width:100%;
    font-family:????;
    position: relative;
  }
  .newslist li:after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: #333;
  }
  .newslist li span{
    padding-left: 12px;
  }
  
  .newslist li i{
    color: #666;
    float: right;
  }
  .newslist li a{
    color:#333;
  }
.newslist li a:hover{   color: #07285a;   text-decoration:underline; }
/*内容详情*/
.content h5{
  font-family:微软雅黑;
  font-size:20px;
  color:#07285a;
  margin:auto 0;
  margin-top:20px;
  text-align:center;
}
.content .addtime{
  font-family:微软雅黑;
  font-size:14px;
  color:#333333;
  margin:20px 0 25px 0;
  line-height:14px;
  text-align:center;
}
.content p{
  
  line-height:25px;
  letter-spacing: 2px;
}

/*案例二级页*/
.case-list{
  width: 100%;
  display: table;
  margin-bottom: 100px;
}

.case-list .case-tab{
  width: 100%;
  text-align: center;
}
.case-list .case-tab ul{
  width: 100%;
  display: table;
  text-align: center;
  padding: 20px 0 50px 0;
}
.case-list .case-tab ul li{
  width: 126px;
  height: 36px;
  border: 1px solid #07285a;
  line-height: 34px;
  color: #07285a;
  float: none;
  display: inline-block;
  margin: 0 13px;
  cursor: pointer;
}
.case-list .case-tab ul li:hover{
  background-color: #07285a;
  color: #fff;
}
.case-list .case-tab ul li.acti{
  background-color: #07285a;
  color: #fff;
}

.case-list .case-tab h6{
  margin: 0;
  line-height: 36px;
  text-align: right;
}
.case-list .case-tab h6 a{
  font-weight: normal;
  color: #07285a;
  font-size: 14px;
}

.case-list .case-col{
  width: 100%;
  display: table;
}
.case-list .case-col ul{
  width: 100%;
  padding: 0;
  margin: 0;  
}
.case-list .case-col ul li{
  width: 25%;
  float: left;
  display: table-cell;
  position: relative;
  overflow: hidden;
}
.case-list .case-col ul li:after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
}
.case-list .case-col ul li:before{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 99;
}
.case-list .case-col ul li .case-img{
  width: 100%;
}
.case-list .case-col ul li .case-img img{
  width: 100%;
  float: left;
}
.case-list .case-col ul li:hover .case-txt{
  bottom: 0;
}
.case-list .case-txt{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  background: rgba(0,0,0,.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  transition: .6s;
}
.case-list .case-txt h5{
  text-align: center;
  line-height: 34px;
  color: #fff;
  position: relative;
  font-size: 14px;
  font-weight: normal;
}
.case-list .case-txt h5:after{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -105px;
  top: 0;
  width: 210px;
  height: 2px;
  background-color: #fff;
}
.case-list .case-txt h5:before{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -105px;
  bottom: 0;
  width: 210px;
  height: 2px;
  background-color: #fff;
}
.case-list .case-txt p{
  color: #fff;
  line-height: 26px;
  padding-top: 15px;
}

.inform .content{
  color:#333;
}
