.about{
    background: #fff;
    margin-top: -137px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 180px;
}
.about-t div{
    padding: 10px;
    width: 25%;
    text-align: center;
    min-height: 107px;
}
.about-t h1{
    color: #FFFFFF;
    font-size: 50px;
}
.about-t span{
    color: #FFFFFF;
    font-size: 14px;
}
.about-t p{
    color: #FFFFFF;
    font-size: 16px;
}
.t1{
    background-color: rgba(230, 55, 34, 1);
	line-height: 32px;
	border-left: 1px solid #fff;
}
.t2{
    background-color: rgba(230, 55, 34, 1);
	font-size: 14px;
	line-height: 26px;
	border-left: 1px solid #fff;
}
.t3{
    background-color: rgba(230, 55, 34, 1);
	border-left: 1px solid #fff;
}
.t4{
    background-color: rgba(230, 55, 34, 1);
	color: #FFFFFF;
    font-size: 14px;
	line-height: 26px;
	border-left: 1px solid #fff;
}
.t2 p{
    line-height: 25px;
}
.about-t{
    position: absolute;
    top: -140px;
}
.about-tt{
    text-align: center;
}
.about-tt h1{
    color: #2f67a9;
    font-size: 36px;
}
.s{
    margin-top: 30px;
}
.s p{
    font-size: 16px;
    line-height: 35px;
    color: #707070;
}
.gd{
    text-align: center;
    width: 123px;
    line-height: 38px;
    color: #fff;
    display: block;
    margin: 30px auto;
    font-size: 14px;
    background-color: rgba(221, 39, 17, 1);
}
.gd:hover {background-color: #575757}
.about-list li{
    width: 20%;
    border-right: 1px solid #fff;
    padding:30px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
}
.about-list li p{
    color: #666;
    font-size: 16px;
}
.bg1{
    width: 100%;
    height: 700px;
    background-image: url(../img/banner.jpg);
    background-position: top center;
    background-attachment: fixed;
    text-align: center;
    padding-top: 200px;
}
.about-list{
    position: absolute;
    bottom: -180px;
    width: 100%;
}
.cp{
    padding:30px 0;
}
.cp-t{
    margin: 20px auto;
    width: 900px;
    display: flex;
    flex-wrap:wrap;
}
.cp-t a{
    display: block;
    background-color: rgba(31, 102, 191, 1);
    color: #fff;
    padding: 8px 20px;
    margin: 10px;
    font-size: 14px;
}
.cp-t a:hover {background-color: #DD2711}
.swiper-container {
    width: 100%;
    /* height: 100%; */
    
  }
.cp-list{
    height: 554px;
}
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

  }
  .cp-item{
      width: 23%;
      border: 1px solid rgba(154, 154, 154, 1);
  }
  .cp-item img{
      width: 100%;
      display: block;
      height: auto;
  }
  .cp-item p{
      width: 100%;
      line-height: 40px;
      padding: 0 20px ;
      text-align: center;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: rgba(51,51,51,1);
    font-size: 14px;
  }
  .swiper-slide{
    display: flex;
    flex-wrap:wrap;
    
  }
  .cp-item{
      margin-left: 1%;
      margin-bottom: 10px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
      bottom: -2px !important;
  }
  .cp-item:hover img{
    transform: scale(.8);
    transition: .5s;
  }
  .news-list{
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin: 20px 0;
  }
  .news-list li{
    padding: 10px;
    border: 1px solid #999;
    width: 30%;
    overflow: hidden;
    position: relative;
  }
  .news-list li img{
      width: 100%;
      height: 215px;
  }
  .news-list li h2{
    color: #14191e;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .news-list li p{
      display: flex;
      justify-content: space-between;
      color: #787d82;
      font-size: 13px;
  }
  .x1{
      position: absolute;
      top: 0px;
    left: 0px;
    border-left: 3px solid #1F66BF;
    width: 3px;
    height: 0;
    transition: .5s;
  }
  .x2{
    width: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 3px;
    border-top: 3px solid #1F66BF;
    transition: .5s;
}
.x3{
    height: 0;
    position: absolute;
    right:0;
    top: 0;
    width: 3px;
    border-right: 3px solid #1F66BF;
    transition: .5s;
}
.news-fl{
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: -100%;
   background: #1F66BF;
   transition: .5s;
}
.news-list li:hover .news-fl{
    top: 0;
}
.news-list li:hover .x1{
    height: 100%;
}
.news-list li:hover .x2{
   width: 100%;
}
.news-list li:hover .x3{
    height: 100%;
}
.dt{
    background-image: url(../img/videobj.jpg);
    background-position: top center;
    background-attachment: fixed;
    width: 100%;
    height: 878px;
    padding: 80px 0;
}
.add{
    width: 100%;
    height: 624px;
    border: 1px solid red;
    margin-top: 30px;
    border-radius: 8px;
}
.foot{
    width: 100%;
    background: #1F66BF;
    padding-top: 50px;
}
.foot1{
    padding: 0 40px;
    border-right: 1px solid #B5D7FF;
}
.foot1 h1{
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 30px;
}
.foot1 h3{
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
}
.foot1 p{
    font-size: 14px;
    color: #B5D7FF;
    line-height: 30px;
}
.foot1 p a{
    font-size: 14px;
    color: #B5D7FF;
    line-height: 30px;
}
.foot1>a{
    font-size: 14px;
    color: #B5D7FF;
    line-height: 30px;
    display: block;
}
.foot1>div>div>a{
    font-size: 14px;
    color: #B5D7FF;
    line-height: 30px;
    display: block;
}
.foot-l{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.foot>p{
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
}
.banner{
    background-image: url(../img/aboutban.jpg);
    background-position: top center;
    background-attachment: fixed;
    width: 100%;
    height: 291px;
}
.gy-href{
    padding: 30px 0;
    border-bottom: 1px solid rgba(234, 234, 234, 1);
}
.href-list{
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.href-list a{
    width: 136px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #1F66BF;
    display: block;
}
.h-r{
    display: flex;
    align-items: center;
}
.h-r strong{
    font-size: 24px;
    color: #1F66BF;
}
.content{
    padding: 30px 0;
}
.content h1{
    color: rgba(30, 30, 30,1);
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    padding: 20px 0 50px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(234, 234, 234, 1);
}
.content p{
    font-size: 20px;
    line-height: 28px;
    color: #707070;
    text-indent: 2em;
}
.content img{
    width: 100%;
}
.cr-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.cr-list li{
    width: 24%;
    margin: 5px 0;
}
.zl-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #707070;
    padding: 10px;
}
.zl-list li{
    width: 33%;
    margin: 5px 0;
    border: 1px solid #707070;
}
.bor{
    border: 1px solid #f2f2f2;
}
.bor p{
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    line-height: 45px;
    text-indent: 0em;
    padding: 0 10px;
    color: #4c4c4c;
}
.bor:hover p{
    color: rgb(100, 141, 127);
}
.href-list a:hover{
    background-color: rgba(221, 39, 17, 1);
}
.content h2{
    line-height: 40px;
    color: #323232;
    font-size: 30px;
    margin-bottom: 20px;
}
.data{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(234, 234, 234, 1);
}
.data span{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #cecece;
}
.lb-b{
    width: 100%;
    height: 900px;
}
.news-img{
    padding: 20px;
}
.news-lists li{
    border: 1px solid #E7E9EA;
    background: #fff;
    margin-bottom: 20px;
}
.news-img img{
    width: 200px;
    height: 130px;
}
.news-lists{
    padding: 30px 0;
}
.news-c{
    padding-top: 30px;
    width: 670px;
    font-size: 16px;
    color: #717171;
    transition: all .3s ease-out 0s;
}
.news-rr{
    padding-top:30px;
    width: 200px;
    transition: all .3s ease-out 0s;
}
.news-lists li a{
    transition: all .3s ease-out 0s;
    display: flex;
    justify-content: space-between;
}
.news-rr p{
    text-indent: 0em;
    margin-bottom: 30px;
    transition: all .3s ease-out 0s;
}
.news-rr span{
    padding: 5px 10px;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 12px;
    transition: all .3s ease-out 0s;
}
.news-lists li a:hover .news-img{
    background: #1F66BF;
}
.news-lists li a:hover .news-c{
    padding-left: 20px;
}
.news-lists li a:hover .news-rr{
    padding-left: 20px;
}
.zy{
    line-height: 26px;
    color: #969696;
    font-size: 14px;
}
.qy-l{
    width: 750px;
}
.qy-l img{
    width: 100px;
    height: 100px;
    margin: 10px auto;
    display: block;
}
.qy-l p{
    font-size: 24px;
    line-height: 30px;
}
.qy-r{
    width: 350px;
    height: 183px;
}
.href-l a{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #1F66BF;
}
.href-l a img{
    width: 14px;

    height: 14px;
    margin-right: 5px;
}
.href-l{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #969696;
}
.href-l span{
    margin: 0 10px;
}
.h-r img{
    width: 182px;
    height: 33px;
}
.product{
    overflow: hidden;
    padding: 20px 0;
}
.product-l{
    float: left;
    width: 230px;
    border: 1px solid rgb(221, 221, 221);
}
.product-title{
    width: 100%;
    line-height: 60px;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    background: #4781C7;
}
.product-l a{
    line-height: 69px;
    font-size: 14px;
    padding: 0 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: rgba(0, 0, 0,1);
    border-top: 1px solid rgb(221, 221, 221);
}
.product-l a:hover{
    background-color: rgba(71, 129, 199, 0.1);
    color: #353535;
}
.product-r{
    float: right;
    width: 950px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-r li{
    width: 31%;
    margin: 10px;
    transform:rotateX(0deg) rotateY(0deg);

    transition:all .8s ease-in-out;
    box-shadow: 0 4px 4px -2px rgb(207, 206, 206);
}

.product-r li p{
    text-align: center;
    margin: 20px;
    font-size: 14px;
}
.product-r li:hover{
    transform:rotateY(360deg)
}
.product-r-flex{
    float: right;
    width: 950px;
  
}
.r-flex-l{
    width: 600px;
}
.r-flex-r{
    width: 322px;
}
.r-fll{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.r-flex-r h2{
    color: rgba(51, 51, 51,1);
    font-size: 24px;
    /* font-weight: 400; */
    text-align: center;
    margin-bottom: 10px;
}
.r-fl{
    color: #979797;
    font-size: 14px;
    padding: 15px 0;
    border-top: 1px dashed #f2f2f2;
    border-bottom: 1px dashed #f2f2f2;
}
.r-fl a{
    font-size: 16px;
    color: #707070;
}
.f-jj{
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
  
}
.f-jj span{
    color: #979797;
    font-size: 14px;
    width: 71px !important;
    display: block;
    line-height: 30px;
}
.f-jj p{
    font-size: 16px;
    color: #707070;
    line-height: 30px;
    width: 250px;
}
.xq-title{
    width: 100%;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #4781C7;

}
.cpxx{
    
    margin-top: 30px;
   
}
.cp-details{
    border: 1px solid #f2f2f2;
    padding: 20px;
}
.cp-details img{
    width: 100%;
}
.rl-list li{
    padding: 20px;
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
}
.rl-list li h5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    font-size: 20px;
   
}
.rl-list li h5 span{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #aaa9a9;
    font-weight: 500;
}
.rl-list div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.rl-list div p{
    width: 33%;
    font-size: 14px;
    color: #999999;
}
.rl-list div p span{
    color: #333333;
}
.rl-list li:hover{
    background: #f2f2f2;
}
.rl-list{
    padding: 20px 0;
}
.rl-xq{
    padding: 30px 0;
}
.rl-xq h1{
    font-size: 24px;
    color: #232323;
    margin-bottom: 10px;
}
.rl-xq h1 span{
    font-size: 16px;
    color: #999999;
    font-weight: 500;
}
.money{
    font-size: 16px;
    color: #999999;
    
}
.money span{
    font-size: 26px;
    color: #F90;
}
.ms{
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px;
    color: #333;
    border-left: 3px solid #4781C7;
    color: #232323;
    background: #f3f3f3;
    margin-bottom: 20px;
}
.ms-details{
    padding: 20px 0;
}
.lx-flex{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.lx-l{
    width: 610px;
    height: 415px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    align-items: center;
}
.lx-l-l{
    width: 516px;
}
.lx-l-l h3{
    font-size: 18px;
    color: #DD2711;
    margin-bottom: 20px;
}
.lx-l-l p{
    font-size: 16px;
    color: #474747;
    margin-bottom: 10px;
}
.lx-l-r{
    width: 230px;
    text-align: center;
}
.lx-l-r img{
    width: 165px;
}
.lx-l-r p{
    margin-top: 15px;
    color: #000;
    font-size: 14px;
}
.lx-r{
    width: 580px;
}
.lx-r li{
    display: flex;
    margin-bottom: 10px;
}
.lx-r span{
    width: 120px;
    font-size: 14px;
    color: #666;
    margin-right: 5px;
    text-align: right;
    line-height: 32px;
    /* float: left; */
}
.lx-r textarea{
    width: 400px;
    height: 125px;
    padding: 10px;
    /* float: left; */
    border: 1px solid #f2f2f2;
}
.lx-r input{
    width: 400px;
    height: 30px;
    padding: 0 10px;
    /* float: left; */
    border: 1px solid #f2f2f2;
}
.lx-r button{
    width: 120px;
    line-height: 35px;
    text-align: center;
    border: none;
    color: #fff;
    margin: 20px auto;
    background: #e9371d;
    display: block;
}
.map{
    margin: 30px 0;
    border: 1px solid #000;
    height: 500px;
}
