.main{
  width: 100%;
  box-sizing: border-box;
}
.banner{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
/*.banner video{*/
/*  width: 100%;*/
/*}*/
.banner .diwax{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    width: 50px;
    height: 50px;
}
.banner video{
  width: 80%;
}
  
@media screen and  (max-width: 1024px) {
  .banner video{
  width: 100%;
}
.banner .diwax{
    display: none;
}

}



.section-box h1{
  color: #000;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
}
.section-box{
  padding: 30px 0 60px 0;
}
.section-box .area-swiper .swiper-slide{
  transition: 300ms;
	  transform: scale(0.9);
}
.section-box .area-swiper .swiper-slide-active,.section-box .area-swiper .swiper-slide-duplicate-active{
  transform: scale(1);
}
.section-box .area-swiper .swiper-slide .slide-img{
  width: 100%;
  position: relative;
  display: block;
}
.section-box .area-swiper .swiper-slide .slide-img .slide-txt{
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color:rgba(0,0,0,0.5);
  padding: 8px 0;
}
.section-box .area-swiper .swiper-slide .slide-img img{
  width: 100%;
}
.section-box .area-swiper .swiper-slide .slide-img .slide-txt img{
  width: 32px;
  height: 22px;
}
@media screen and  (max-width: 1024px) {
  .section-box {
    padding: 5% 0 10% 0;
}
  .section-box h1 {
    color: #000;
    text-align: center;
    padding: 5% 0;
    margin-bottom: 2%;
}
}

.section-box .word{
  height: 400px;
}
.section-box .word li{
  width: 20%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-position: left center;
  margin: 0 2px;
  transition: all .5s;
}
.section-box .word li::before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 99, 172,0.3);
}
.section-box .word li.on{
  width: 60%;
}
.section-box .word li.on::before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:transparent;
}
.section-box .word li div{
  background-color: #003F98;
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 50px;
  padding:5px 15px;
}
@media screen and  (max-width: 1024px) {
  .section-box .word{
    height: 200px;
  }
  .section-box .word li div{
    background-color: #003F98;
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 10px;
    border-radius: 50px;
    padding:8px 5px;
    writing-mode:vertical-rl;
    font-size: 12px;
  }
}
.section-box .about-box{
color: #fff;
padding: 40px 0;
}

.section-box .about-box .about-left{
  width: 30%;
}
.section-box .about-box .about-left h2{
  font-size: 28px;
}
.section-box .about-box .about-left p{
  font-size:16px;
  line-height: 26px;
  padding: 10px 0;

}
.section-box .about-box .about-left a{
  display: block;
  background-color: #fff;
  border: 1px #000 solid;
  color: #000;
  text-align: center;
  width: 160px;
  line-height: 40px;
  margin-top: 20px;
  cursor: pointer;
  transition: all .5s;
}
.section-box .about-box .about-left a:hover{
  background-color: #003F98;
  border: 1px #fff solid;
  color: #fff;
}
.section-box .about-box .about-right{
  width: 60%;
  color: #fff;
  text-align: center;
}
.section-box .about-box .about-right .about-header img{
  width: 100px;
}
.section-box .about-box .about-right .about-header div{
  font-size: 16px;
  margin-left: 10px;
}
.section-box .about-box .about-right .about-header div span{
  font-size: 28px;
}
.section-box .about-box .about-right p{
  padding: 30px 0;
  line-height: 26px;
}
.section-box .about-box .about-right li{
  margin: 0 10px;
}
.section-box .about-box .about-right .circleChart_text{
  position: absolute;
    line-height: 26px!important;
    top: 0px;
    width: 100%;
    margin: 0px;
    padding: 20px 0 0 0!important;
    text-align: center;
    font-size: 20px!important;
    font-weight: normal;
    font-family: sans-serif;
 }
 @media screen and  (max-width: 1024px) {
  .section-box .about-box .about-left{
    width: 100%;
  }
  .section-box .about-box .about-right{
    width: 100%;
    margin-top: 35px;
  }
  .section-box .about-box .about-right p {
    padding: 15px 0;
    line-height: 26px;
}
 }
 .section-box .set{
  width: 100%;
 }
 .section-box .set-item{
  width: 49.5%;
 }
 .section-box .set-item .set-header{
    background-color: #003F98;
    color: #fff;
    text-align: center;
    padding: 15px 0;
 }
 .section-box .set-item .set-header h3{
  font-size: 22px;
 }
 .section-box .set-item .set-header div{
  font-size: 14px;
  margin-top: 15px;
 }
 .section-box .set-item .set-pic{
  margin-top: 15px;
 }
 .section-box .set-item .set-pic li{
  position: relative;
  width: 33%;
  height: 220px;
  overflow: hidden;
  cursor: pointer;

 }
 .section-box .set-item .set-pic li img{
  width: 100%;
  transition: all .5s;
 }
 .section-box .set-item .set-pic li:hover img{
  transform: scale(1.2);
 }
 .section-box .set-item .set-pic li div{
  position: absolute;
  width: 100%;
  bottom:0;
  left: 0;
  font-size: 12px;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  padding: 5px 0;
  text-align: center;
 }
 .section-box .set-item  .set-more{
  border: 1px #D9D9D9 solid;
  color: #333;
  display: block;
  padding: 25px;
  font-size: 14px;
  margin-top: 16px;
  cursor: pointer;
  transition: all .5s;
 }
 .section-box .set-item  .set-more:hover{
  color: #fff;
  background-color: #2F63AC;
  border: 1px #2F63AC solid;
 }

 .section-box .set-morebox{
  border: 1px #333 solid;
  color: #333;
  display: block;
  padding: 15px 0;
  font-size: 16px;
  cursor: pointer;
  transition: all .5s;
  text-align: center;
  width: 300px;
  margin: 30px auto;
 }
 .section-box .set-morebox:hover{
  color: #fff;
  background-color: #2F63AC;
  border: 1px #2F63AC solid;
 }
 @media screen and  (max-width: 1024px) {
  .section-box .set-item{
    width:100%;
   }
   .section-box .set-item .set-header h3 {
    font-size: 18px;
}
.section-box .set-item .set-header div {
  font-size: 14px;
  margin-top: 5px;
}
   .section-box .set-item .set-pic li {
    position: relative;
    width: 33%;
    height: 120px;
    overflow: hidden;
    cursor: pointer;
}
.section-box .set-item .set-more {
  border: 1px #D9D9D9 solid;
  color: #333;
  display: block;
  padding: 15px;
  font-size: 14px;
  margin: 10px 0;
  cursor: pointer;
  transition: all .5s;
}
 }
 .section-box .tit{
  padding: 0;
  font-size: 32px;
  margin-bottom: 10px;
 }
 .section-box .mtit{
  font-size: 16px;
  text-align: center;
  color: #333;
}
.section-box .contect-box{
  background-color: #F6F6F6;
  padding: 40px 0;
  margin-top: 30px;
}
.section-box .contect-item{
  width:50%;
  text-align: center;
  position: relative;

}
.section-box .contect-item::before{
  content: '';
  position: absolute;
  background-color:#C9C9C9;
  height:80%;
  width: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-box .contect-item:last-child::before{
  content: '';
  position: absolute;
  background-color:#C9C9C9;
  height:80%;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-box .inline{
  width: 2px;
  height: 80%;
  background-color:#C9C9C9;
}
.section-box .contect-item .contect-header img{
  width: 26px;
  height: 26px;
}
.section-box .contect-item .contect-header div{
  font-size: 16px;
  color: #333;
  font-weight: bolder;
}
.section-box .contect-item .dec{
  font-size: 14px;
  padding: 15px 0;
}
.section-box .contect-item .tel{
  font-size: 26px;
  color: #000;
}
.section-box .contect-item .tel img{
  width: 40px;
}
.section-box .contect-item .tel div{
  margin-left: 5px;
}
.section-box .contect-item .time{
  background-color: #fff;
  border: 1px #000 solid;
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 3px 15px;
  display: inline-block;
  margin-top: 15px;
}
.section-box .contect-item a{
  display:block;
  background: linear-gradient(0deg,#2e62ac 0%, #337ec1 100%);
  color: #fff;
  margin: 0 auto;
  font-size: 16px;
  line-height: 62px;
  width: 60%;
  margin-top: 15px;
}

@media screen and  (max-width: 1024px) {
  .section-box .tit {
    padding: 0;
    font-size: 28px;
    margin-bottom: 10px;
}
.section-box .contect-box {
  background-color: #F6F6F6;
  padding: 20px 0;
  margin-top: 30px;
}
.section-box .contect-item {
  width: 100%;
  text-align: center;
  position: relative;
}
.section-box .contect-item::before {
  content: '';
 display: none;
}
.section-box .contect-item a {
  display: block;
  background: linear-gradient(0deg,#2e62ac 0%, #337ec1 100%);
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
  line-height: 62px;
  width: 90%;
  margin-top: 15px;
}
}

.banner-m{
  width: 100%;
  position: relative;
  height:70px;
}
.banner-m .tit{
  color: #fff;
  text-align: center;
  
}
.banner-m .tit h2{
  font-size: 26px;
}
.banner-m .tit p{
  font-size: 16px;
  margin-top: 10px;
}

.main-box{
  width: 100%;
  padding: 30px 0;
}
.left-nav{
  width: 260px;
}
.left-nav .nav-title{
  color: #337EC1;
  font-size: 24px;
  border-bottom: 2px #337EC1 solid;
  box-sizing: border-box;
  padding: 10px;
}
.left-nav .nav-ul{
margin-top: 10px;
}
.left-nav a{
  color:#333;
  display:block;
  font-size: 15px;
  cursor: pointer;
  padding:10px 15px;
  position: relative;
}
.left-nav a::before{
  content:'';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #9D9D9D;
  border-right: 1px solid #9D9D9D;
  transform: rotate(45deg) translateY(-45%);
}
.left-nav a.on{
  background-color: #F2F3F7;
}
.left-nav a:hover{
  background-color: #F2F3F7;
}
.nav-top{
  background-color: #F5F5F5;
  font-size: 16px;
  color: #CCCCCC;
  box-sizing: border-box;
  padding: 15px;
}
.nav-top a{
  color: #337EC1;
  font-size: 16px;
}
.right-contect{
  width: calc(100% - 340px);
}
.pagebox{
 margin: 30px auto;
}
.pagebox .layui-laypage a, .pagebox .layui-laypage span{
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  text-align: center;
  font-size: 14px;
  background-color: #F3F3F3;
  margin: 0 5px;
  color: #555555;
  border-radius: 2px;
}
.pagebox .layui-laypage .layui-laypage-curr em {
  position: relative;
  color: #555;
}
.pagebox .layui-laypage .layui-laypage-curr .layui-laypage-em {
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 1px;
  width: 100%;
  height: 100%;
  background-color: #D7D7D7;
  font-size: 14px;
  color: #555;
}
.pagebox .layui-laypage a.layui-laypage-next {
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  text-align: center;
  font-size: 14px;
  background-color: #337EC1;
  margin: 0 5px;
  color: #fff;
  border-radius: 2px;
}
@media screen and  (max-width: 1024px) {
  .main-box{
    padding: 20px 0;
  }
  .left-nav{  
    width: 100%;
  }
  .left-nav .nav-title {
    color: #337EC1;
    font-size: 18px;
    border-bottom: 2px #337EC1 solid;
    box-sizing: border-box;
    padding: 10px;
}
.right-contect{
  width: 100%;
  margin-top: 20px;
}

.pagebox{
  margin: 20px auto;
 }
 .pagebox .layui-laypage a, .pagebox .layui-laypage span{
   height: 30px;
   line-height: 30px;
   padding: 0 10px;
   text-align: center;
   font-size: 14px;
   background-color: #F3F3F3;
   margin: 0 2px;
   color: #555555;
   border-radius: 2px;
 }
 .pagebox .layui-laypage .layui-laypage-curr em {
   position: relative;
   color: #555;
 }
 .pagebox .layui-laypage .layui-laypage-curr .layui-laypage-em {
   position: absolute;
   left: -1px;
   top: -1px;
   padding: 1px;
   width: 100%;
   height: 100%;
   background-color: #D7D7D7;
   font-size: 14px;
   color: #555;
 }
 .pagebox .layui-laypage a.layui-laypage-next {
   height: 30px;
   line-height: 30px;
   padding: 0 10px;
   text-align: center;
   font-size: 14px;
   background-color: #337EC1;
   margin: 0 5px;
   color: #fff;
   border-radius: 2px;
 }
}
/*事所介绍*/

.about-main .about-contect{
  width:100%;
}

.about-main .about-contect .about-tit{
color: #000;
font-size: 26px;
padding: 30px 0;
} 
.about-main .about-contect .about-tit span{
  font-size: 15px;
  display: inline-block;
  margin-left: 15px;
}
.about-main .about-contect .about-info{
    font-size: 14px;
}
.about-main .about-contect .about-info .about-img{
  width:25%;
}
.about-main .about-contect .about-info .about-img img{
  width: 100%;
}
.about-main .about-contect .about-info .about-txt{
  width:70%;
}
.about-main .about-contect .about-info .about-txt p{
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;

}
.about-main .about-contect .about-info .about-txt div{
  text-align: right;
  color: #000;
  margin-top: 30px;
  font-size: 16px;
}
.about-main .about-contect .about-infoT{
  margin: 60px 0;
}
.about-main .about-contect .about-infoT h1{
 font-weight: normal;
 font-size: 22px;
 text-align: center;
 color: #000;
 border-bottom: 1px #000 solid;
 padding: 15px 0;
 margin: 60px 0 30px 0;
}
.about-main .about-contect .about-infoT p{
  font-size: 16px;
  line-height: 26px;  
  color: #333333;
}

@media screen and  (max-width: 1024px) {
  .about-main .about-contect{
    width: 100%;
    
  }
.about-main .about-contect .about-tit {
  color: #000;
  font-size: 26px;
  padding: 3% 0;
}
.about-main .about-contect .about-tit span {
  font-size: 14px;
  display: inline-block;
  margin-left: 0;
}
.about-main .about-contect .about-info .about-img {
  width: 100%;
}
.about-main .about-contect .about-info .about-txt {
  width: 100%;
}
.about-main .about-contect .about-info .about-txt p {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  margin-bottom:10px;
}
.about-main .about-contect .about-infoT h1 {
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  color: #000;
  border-bottom: 1px #000 solid;
  padding: 15px 0;
  margin: 30px 0 10px 0;
}
.about-main .about-contect .about-infoT p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
}
.about-main .about-contect .about-info table{
  width: 100%;
}
.about-main .about-contect .about-info table tr td{
  border: 1px #EBEAEA solid;
  padding: 13px;
  font-size: 15px;
  color: #000;
}
.about-main .about-contect .about-info table tr td.header{
  background-color:#f5f5f5;
  width: 180px;
}
.about-main .about-contect .about-gcpic{
  margin: 15px 0 35px 0;
}
.about-main .about-contect .about-gcpic div{
  width: 49.5%;
}
.about-main .about-contect .about-gcpic div img{
  width: 100%;
}
@media screen and  (max-width: 1024px) {
  .about-main .about-contect .about-info table tr td.header {
    width: 40%;
}
.about-main .about-contect .about-info table tr td {
  border: 1px #EBEAEA solid;
  padding: 8px 10px;
  font-size: 14px;
  color: #000;
}
}
.about-main .about-contect .honor-text{
color: #333;
font-size: 15px;
line-height: 26px;
}

.about-main .about-contect ul.honor-list{
  margin: 20px 0 120px 0;

}
.about-main .about-contect ul.honor-list li{
  width:28%;
  position: relative;
  border: 1px solid #ebeaea;
  text-align: center;
  margin-top: 20px;
}
.about-main .about-contect ul.honor-list li .pic-grid{
  height: 320px;
  display: grid; 
align-items: center;
justify-items: center;
overflow: hidden;

}
.about-main .about-contect ul.honor-list li .pic-grid img{
  width:auto;
  transition: all .5s;
}
.about-main .about-contect ul.honor-list li:hover .pic-grid img{
  width:auto;
  transform: scale(1.2);
}
.about-main .about-contect ul.honor-list li .text-grid{
  background-color: #f9f9f9;
  width: 100%;
  line-height: 40px;
}

@media screen and  (max-width: 1024px) {
  .about-main .about-contect ul.honor-list{
    margin: 20px 0 20px 0;
 
  }
  .about-main .about-contect ul.honor-list li {
    width:49%;
    margin-top: 20px;
    box-sizing: border-box;
}
.about-main .about-contect ul.honor-list li .pic-grid {
    height: auto;
}
.about-main .about-contect ul.honor-list li .pic-grid img{
  width: 100%;
}
.about-main .about-contect ul.honor-list li .text-grid{
  font-size: 12px;
  line-height: 30px;
  
}
}

.about-main .about-contect ul.about-set{
  margin: 20px 0 0 0;
  padding: 10px;
  grid-gap: 10px;
  background-color:#f5f5f5;
  display: grid;
  grid-template-columns: auto auto;
}
.about-main .about-contect ul li{
  width:calc(100% - 30px);
background-color: #fff;
  border:none;
  text-align: left;
  padding: 15px;
  margin: 0;

}
.about-main .about-contect ul li .set-img{
  width: 180px;
  height:180px;
}
.about-main .about-contect ul li .set-img img{
  width: 100%;
  height:100%;
}
.about-main .about-contect ul li .set-info{
  margin-left: 15px;
  width: calc(100% - 200px);
}
.about-main .about-contect ul li .set-info h1{
  color:#0C0C0C;
  font-size: 18px;
  font-weight: normal;
}
.about-main .about-contect ul li .set-info p{
 color: #747474;
 font-size: 14px;
 line-height: 24px;
 margin-top: 15px;
}


@media screen and  (max-width: 1024px) {
  .about-main .about-contect ul.about-set{
    margin: 20px 0 0 0;
    padding: 10px;
    grid-gap: 10px;
    background-color:#f5f5f5;
    display: grid;
    grid-template-columns: auto;
  }
  .about-main .about-contect ul li{
    width:94%;
    padding:3%;
    margin: 0;
    flex-wrap: wrap;
  }
  .about-main .about-contect ul li .set-img{
    width: 100%;
    height:auto;
  }
  .about-main .about-contect ul li .set-img img{
    width: 100%;
    height:auto;
  }
  .about-main .about-contect ul li .set-info{
    margin-left: 15px;
    width: 100%;
  }
  .about-main .about-contect ul li .set-info h1{
    color:#0C0C0C;
    font-size: 18px;
    font-weight: normal;
  }
  .about-main .about-contect ul li .set-info p{
   color: #747474;
   font-size: 14px;
   line-height: 24px;
   margin-top: 15px;
  }
  

}

.product-main{
  padding: 15px;
  box-sizing: border-box;
}
.product-main .product-list{
  box-sizing: border-box;
  margin-top: 10px;
}

.product-main .product-item{
  width: 31.3%;
  padding: 15px 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  box-sizing: border-box;
  border-radius:8px;
  margin: 1%;
}

.product-main .product-item .product-img{
  width: 100%;
  overflow: hidden;
}

.product-main .product-item .product-img img{
  width: 100%;
  transition: all .5s;

}
.product-main .product-item:hover .product-img img{
  transform: scale(1.2);
}
.product-main .product-item .product-txt{
  color: #525252;
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
}

@media screen and  (max-width: 1024px) {
  .product-main{
    padding: 0px;
    box-sizing: border-box;
  }
  .product-main .product-item{
    width: 48%;
    padding: 10px 5px;
    box-sizing: border-box;
    
    margin:1%;
  }
}

.hot-main{
  padding: 15px;
  box-sizing: border-box;
}
.hot-main .product-list{
  box-sizing: border-box;
  margin-top: 30px;
}

.hot-main .product-item{
  width: 31.3%;
  padding: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  box-sizing: border-box;
  border-radius:8px;
  margin: 1%;
  overflow: hidden;
}

.hot-main .product-item .product-img{
  width: 100%;
  height: 200px;
  border-radius:8px;
  overflow: hidden;
}

.hot-main .product-item .product-img img{
  width: 100%;
  height: 100%;
  transition: all .5s;

}
.hot-main .product-item:hover .product-img img{
  transform: scale(1.2);
}
.hot-main .product-item .product-txt{
  color: #525252;
  font-size: 16px;
  text-align: center;
  padding: 20px 10px;
}

@media screen and  (max-width: 1024px) {
  .hot-main{
    padding: 0px;
    box-sizing: border-box;
  }
  .hot-main .product-item{
    width: 48%;
    padding:0;
    box-sizing: border-box;
    
    margin:1%;
  }
  .hot-main .product-item .product-img{
    width: 100%;
    height: 150px;
    border-radius:8px;
    overflow: hidden;
  }
}

.job-main{
  padding: 15px;
  box-sizing: border-box;
}
.job-main .product-list{
  box-sizing: border-box;
  margin-top: 30px;
}

.job-main .product-item{
  width: 31.3%;
  padding: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  box-sizing: border-box;
  border-radius:8px;
  margin: 1%;
  overflow: hidden;
}

.job-main .product-item .product-img{
  width: 100%;
  height: 200px;
  border-radius:8px;
  overflow: hidden;
}

.job-main .product-item .product-img img{
  width: 100%;
  height: 100%;
  transition: all .5s;

}
.job-main .product-item:hover .product-img img{
  transform: scale(1.2);
}
.job-main .product-item .product-txt{
  color: #525252;
  font-size: 16px;
  text-align: center;
  padding: 20px 10px;
}

@media screen and  (max-width: 1024px) {
  .job-main{
    padding: 0px;
    box-sizing: border-box;
  }
  .job-main .product-item{
    width: 48%;
    padding:0;
    box-sizing: border-box;
    
    margin:1%;
  }
  .job-main .product-item .product-img{
    width: 100%;
    height: 150px;
    border-radius:8px;
    overflow: hidden;
  }
}
.detail-main{
  margin: 60px 0;
}
.detail-main h1{
  border-top: 2px #000 solid;
  color: #000;
  padding: 30px 0;
  font-size: 28px;
}
.detail-main .detail-dec{
  margin: 0 auto;
  color: #333333;
  font-size: 15px;
}


  @media screen and  (max-width: 1024px) {
 
    .detail-main{
      margin: 20px 0;
    }
    .detail-main h1{
      border-top: 2px #000 solid;
      color: #000;
      padding: 15px 0;
      font-size: 22px;
    }
  }
  

  .new-main{
    margin: 60px 0;
  }
  .new-main ul{
    border-top: 1px #DDDDDD solid;
  }
  .new-main ul li{
    border-bottom: 1px #DDDDDD solid;
    padding: 20px;
    transition: all .5s;
  }
  .new-main ul li:hover{
    background-color: #f6f6f6;
  }
  .new-main ul li .new-time{
    color: #666666;
    font-size: 14px;
  }
  .new-main ul li .new-tag{
    background-color: #003F98;
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
    width: 120px;
    margin: 0 10px;
    text-align: center;
  }
  .new-main ul li .new-tit{
    color: #333;
    font-size: 16px;
  }

  .new-box .titled{
    text-align: center;
    color: #333;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .new-box .timed{
    color: #999;
    text-align: center;
    border-bottom: 1px #E5E5E5 solid;
    padding: 15px 0;
  }
  .new-box .detaild{
    padding: 35px;
    color: #707070;
    font-size: 16px;
    line-height: 26px;
  }
  .new-box .detaild img{
    width: 100%;
    display: block;
    margin-top: 15px;
  }
  .new-box .pages-btn{
    border-top: 1px #E5E5E5 solid;
    padding:40px 0;
    margin-top: 20px;
  
  }
  .new-box .pages-btn a{
    color: #707070;
    cursor: pointer;
  }

  @media screen and  (max-width: 1024px) {
    .new-main {
      margin: 5% 0;
  }
  .new-main ul li {
    border-bottom: 1px #DDDDDD solid;
    padding: 4%;
    transition: all .5s;
}
  .new-main ul li .new-time {
    width: 100%;
  }
  .new-main ul li .new-tag {
    background-color: #003F98;
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
    width: 120px;
    margin:10px 0;
    text-align: center;
}

    .new-box .titled {
      text-align: center;
      color: #333;
      font-weight: 300;
      font-size: 18px;
      margin-bottom: 2%;
  }
  .new-box .timed {
    color: #999;
    text-align: center;
    border-bottom: 1px #E5E5E5 solid;
    padding: 2% 0;
  }
  .new-box .detaild {
    padding: 1%;
    color: #707070;
    font-size: 16px;
    line-height: 26px;
  }
  .new-box .pages-btn {
    border-top: 1px #E5E5E5 solid;
    padding: 5% 0;
    margin-top:3%;
  }
  
  }
  .contact-main{
    margin: 120px 0;
  }
  .contact-main h1{
    border-top: 2px #000 solid;
    color: #000;
    padding: 30px 0;
    text-align: center;
    font-size: 28px;
  }
  .contact-main .contact-dec {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    color: #333333;
}
.contact-main .form{
 padding: 60px 0;
 width: 60%;
 margin: 0 auto;
}
.contact-main .form .form-item{
  margin-bottom: 15px;
}
.contact-main .form .form-tit{
  font-size: 16px;
  color: #8F8F8F;
  width: 15%;
}
.contact-main .form .form-input{
  background-color: #fbfbfb;
  border: 1px solid #e6e6e6;
  height: 45px;
  padding:0 15px;
}
.contact-main .form .form-input input{
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.contact-main .form .form-textarea{
  background-color: #fbfbfb;
  border: 1px solid #e6e6e6;
  padding:15px;
  height: 100px;
}
.contact-main .form .form-textarea textarea{
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.contact-main .form .form-btn{
  color:#009DDE;
  border: 1px #009DDE solid;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  width: 50%;
  margin: 30px auto;
  transition: all .5s;
  cursor: pointer;
}
.contact-main .form .form-btn:hover{
  color:#fff;
  border: 1px #009DDE solid;
  background-color:#009DDE;
}
.contact-main .map-title{
  font-weight: bolder;
  font-size: 22px;
  background-color:#F2F2F2;
  color: #000;
  position: relative;
  padding:15px 15px 15px 45px;
}
.contact-main .map-title::before{
  content: '';
  width: 4px;
  height: 55%;
  background-color: #3967AF;
  position: absolute;
  left: 2%;
  top:50%;
  transform: translateY(-50%);

} 

.contact-main .map-address{
margin-top: 15px;
}
.contact-main .map-address .address-tit{
  color: #000;
  font-size: 18px;
  font-weight: bolder;
  padding: 10px 0;
}
.contact-main .map-address{
 height: auto;
}
.contact-main .map-address .address-left{
  width: 60%;
  height: 266px;
}
.contact-main .map-address table{
  width: 100%;
  height:266px;
}
.contact-main .map-address td{
  border: 1px #2C2C2C solid;
  color: #000;
  padding:10px;

}
.contact-main .map-address td.header{
  width: 30%;
  background-color: #f5f5f5;
}
.contact-main .map-address .address-right{
  width: 39%;
  height:266px;
  overflow: hidden;
}
.contact-main .map-address .address-right img{
  width: 100%;
}
.contact-main .map-address .address-bottom{
  width: 100%;
  margin-top: 20px;
}

@media screen and  (max-width: 1024px) {
  .contact-main {
    margin: 8% 0;
}
.contact-main h1 {
  border-top: 2px #000 solid;
  color: #000;
  padding: 15px 0;
  text-align: center;
  font-size: 22px;
}
.contact-main .contact-dec {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: #333333;
}
.contact-main .form {
  padding: 3% 0;
  width: 95%;
  margin: 0 auto;
}
.contact-main .form .form-tit {
  font-size: 16px;
  color: #8F8F8F;
  width: 25%;
}
.contact-main .map-title {
  font-weight: bolder;
  font-size: 18px;
  background-color: #F2F2F2;
  color: #000;
  position: relative;
  padding: 15px 15px 15px 20px;
}
.contact-main .map-address .address-left {
  width: 100%;
  height: auto;
}
.contact-main .map-address .address-right {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}
}