.textcls {
  color:#E46E17;
  font-size: 50px;
  text-stroke: 1px #FFFFFF;
  text-shadow: 0px 1px 9px rgba(1, 32, 92, 0.24);
}
.fade-cp{
  width: 100%;
background: rgba(255,255,255,.95);
position: fixed;
z-index: 999999;
padding: 25px 322px 25px 318px;
display: flex;
opacity: 0;
}

.fade-cp .one {
  /* width: 600px; */
  width: 52%;
}
.fade-cp .cp_list .tit{
  font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
margin-bottom: 18px;
}
.fade-cp .cp_item_list{
  display: flex;
  flex-wrap: wrap;
}

.cp_item_list .item {
  width: 140px;
  /* height: 30px; */
  background: #FFFFFF;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
  line-height: 22px;
  margin: 0 15px 19px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
}

/* .cp_item_list .item:nth-of-type(4n) {
  margin: 0;
} */

.fade-cp .two {
  width: 52%;
  transform: translateX(100px);
}
.fade-cp .two .line{
  width: 1px;
height: 116px;
border: 1px solid #DDE0E2;
}
.fade-cp .two .cp_item_list .items{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fade-cp .two .cp_item_list .items a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fade-cp .two .cp_item_list .items img{
width: 199px;
height: 124px;
margin-bottom: 13px;
}
.fade-cp .two .cp_item_list .items p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  }
/* banner */
  .index-banner {
    width: 100%;
    height: 970px;
    position: relative;
  }
  .banner-wenzi {
    width: 100%;
    font-size: 74px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 80px;
    text-shadow: 0px 6px 8px rgba(16, 34, 67, 0.24);
    margin-top: 276px;
    text-align: center;
  }
  .banner-wenzi2{
    font-size: 50px;
font-family: Microsoft YaHei;
font-weight: 300;
color: #FFFFFF;
line-height: 80px;
text-shadow: 0px 1px 9px rgba(1, 32, 92, 0.24);
-webkit-text-stroke: 1px #FFFFFF;
text-stroke: 1px #FFFFFF;
text-align: center;
  }
  .swiper-items .line {
    width: 95px;
    height: 7px;
    background: #FFFFFF;
    margin: 40px auto;
  }

  .line {
    width: 100%;
    margin-bottom: 55px;
  }
.swiper-pagination-bullet {
    font-size: 17px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.5);
    background: none;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    color: #fff;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: auto;
    bottom: 50px;
    width: 21px;
    height: 8px;
  }

  .swiper-button-prev {
    left: 40%;
    background: url(../image/zuo.png);
  }

  .swiper-button-next {
    right: 40%;
    background: url(../image/you.png);
  }
  .swiper-container{
    margin-top: 110px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 45px;
  }
  .data_box{
    width: 100%;
    height: auto;
    background-color: #fff;
  padding-bottom: 39px;
  }
  .cont_data{
    display: flex;
    justify-content: space-between;
    padding: 62px 0 130px  0;
    opacity: 0;
  }
  .cont_data .data_list{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 205px;
    justify-content: space-between;
  }
  .cont_data .data_list:hover img{
    transform: scale(1.1) rotate(0.1deg);

  }
 /* .img{
    width: 105px;
    height: 105px;
    overflow: hidden;
  } */
.data_list img {
  width: 105px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  /* Firefox 4 */
  -webkit-transition: all 1s ease;
  /* Safari 和 Chrome */
  -o-transition: all 1s ease;
  /* Opera */
}

.data_list p:nth-of-type(1) {
  font-size: 50px;
  font-family: DIN;
  font-weight: bold;
  color: #272648;
  line-height: 20px;

  }
  .data_list p:nth-of-type(2){
    font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
  }
  /* 标题 */
  .pro_title{
    position: relative;
  }
  .pro_title div:nth-of-type(1){
    font-size: 44px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #222222;
text-align: center;
z-index: 10;
position: absolute;
left: 33%;
  }
  .pro_title div:nth-of-type(2){
    font-size: 88px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #F0F0F0;
text-align: center;
transform: translateY(-6px);
z-index: 8;
margin-bottom: 8px; 
 }
  .split_line{
    width: 30px;
height: 4px;
background: #003783;
margin: 0 auto;
/* margin: 14px 0 47px 0; */
  }
  .project{
    padding: 47px 0 18px 0;
   display: flex;
   width: 707px;
   justify-content: space-between;
   margin: 0 auto;
   border-bottom: 1px solid #E6E9F0;
   position: relative;

  }
  .project li{
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
    cursor: pointer;
  }
  .pro_act{
    position:absolute;
    width: 108px;
    height: 2px;
    background: #003783;
  }

  .slider {
    background-color:  #003783;
    width: 68px;
    height: 3px;
    border-radius: 50px;
    position: absolute;
    /* left: 23%; */
    bottom: -1px;
}
.tans{
    height: 0;
    width: 0;
    border-top: 7px solid  transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #003783;
    position: absolute;
    left: 43%;
    top: -11px;

}

.pro_cont{
    width: 100%;
    height: 637px;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;

}
.pro_cont .pro_box .cont_bg{
    position: absolute;
    width: 100%;
    height: 637px;
    transition:all 1s ease;

}
.pro_cont .pro_box .cont_bg:hover {
  transform: scale(1.1);
}
.pro_cont .pro_box .box_shadow{
    position: absolute;
    width: 844px;
height: 637px;
background: rgba(0,0,0,.5);
right: 0;
padding-top: 183px;
padding-left: 62px;
opacity: 0;
}

.box_shadow .txt {}

.txt p:nth-of-type(1) {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 29px;
}
.txt p:nth-of-type(2){
    width: 465px;
height: 100px;
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
line-height: 28px;
text-align: justify;
}

.product_box{
    background: url(../img/home/product_box.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 770px;
    margin-top: 47px;
}
.cp_box{
    display: flex;
    /* align-items: center; */
    opacity: 0;
}
.cp_box_left{
    /* background: url(../img/home/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    width: 39%;
    height: 632px;
    margin-top: 69px;
    padding-top: 82px;
    padding-left: 60px;
    padding-right: 70px;
    box-sizing: border-box;
    margin-right: 29px;
    overflow: hidden;
    position: relative;
}
.cp_box_left img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 1s ease;
}
.cp_box_left:hover img{
  transform:scale(1.1)
}
.cp_box_left p:nth-of-type(1){
    font-size: 32px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #FFFFFF;
line-height: 58px;
text-shadow: 0px 5px 3px #0C54AF;
}
.cp_box_left div{
    width: 60px;
height: 3px;
background: #F2F5FA;
margin: 46px 0 31px 0;
}
.cp_box_left p:nth-of-type(2){
    width: 419px;
height: 165px;
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
line-height: 30px;
text-align: justify;
}
.cp_box_right{
  width: 60%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 69px;
    /* margin-top: 86px; */
}
.cp_box_right .list{
    width: 270px;
height: 154px;
background: #FFFFFF;
box-shadow: 0px 2px 5px 0px rgba(213, 218, 224, 0.32);
border-radius: 5px;
padding: 24px 22px 20px;
margin: 0 16px 16px 0;
cursor: pointer;
}

.cp_box_right .list:nth-of-type(3n){
    margin: 0;
}
.cp_box_right .list:nth-of-type(10){
  flex-grow: 1;
  height: 122px;
  margin: 0;
}
.cp_box_right .list .tit{
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}
.cp_box_right .list:nth-of-type(1) .tit img{
    width: 41px;
    height: 36px;
    margin-right: 12px;
}
.cp_box_right .list:nth-of-type(2) .tit img{
  width: 48px;
  height: 48px;
  margin-right: 12px;
}
.cp_box_right .list:nth-of-type(3) .tit img{
  width: 46px;
  height: 42px;
  margin-right: 12px;

}
.cp_box_right .list:nth-of-type(4) .tit img{
  /* width: 40px;
  height: 40px; */
  width: 45px;
  height: 36px;
  margin-right: 12px;
}
.cp_box_right .list:nth-of-type(5) .tit img{
  width: 43px;
  height: 38px;
  margin-right: 12px;
  /* width: 46px;
  height: 42px;
  margin-right: 12px; */
}
.cp_box_right .list:nth-of-type(6) .tit img{
  /* width: 32px;
  height: 41px;
  margin-right: 12px; */
    width: 35px;
  height: 40px;
  margin-right: 12px;
}
.cp_box_right .list:nth-of-type(7) .tit img{
  /* width: 43px;
  height: 38px; */
  width: 40px;
  height: 37px;
  margin-right: 12px;
}
.cp_box_right .list:nth-of-type(8) .tit img{
  width: 41px;
  height: 40px;
  margin-right: 12px;
}
.cp_box_right .list:nth-of-type(9) .tit img{
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.cp_box_right .list:nth-of-type(10) .tit img{
  width: 37px;
  height: 36px;
  margin-right: 12px;
}


.cp_box_right .list .tit p a{
    font-size: 18px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #333333;
line-height: 36px;

}
.cp_box_right .list:hover .tit p a {
  color: #003783;
}
.cp_box_right .content p{
    font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
line-height: 20px;
}
.cp_box_right .content p a{
    color: #003783;
}

.company_box{
    background: url(../img/home/company.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 556px;
    margin-top: 91px;
    position: relative;
}
.company_box .pro_title{
    position: absolute;
    left: 346px;
    top: 222px;
  }
  .company_box .pro_title div:nth-of-type(1){
    font-size: 44px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #FFFFFF;
text-align: center;
z-index: 10;
position: absolute;
left: 38%;
  }
  .company_box  .pro_title div:nth-of-type(2){
    font-size: 88px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #48639E;
/* line-height: 100px; */
opacity: 0.27;
text-align: center;
transform: translateY(-6px);
z-index: 8;
margin-bottom: 14px; 
 }
  .split_line{
    width: 30px;
height: 4px;
background: #003783;
margin: 0 auto;
/* margin: 14px 0 47px 0; */
  }
  .company_box .main{
    position: relative;
  }
  .company_box .com_intro{
    width: 1420px;
height: 487px;
background: #FFFFFF;
box-shadow: 0px 5px 16px 0px rgba(216, 216, 216, 0.21);
transform: translateY(423px);
padding: 21px 20px 20px 37px ;
display: flex;
justify-content: space-between;
  }
  .com_intro .com_left,.com_intro .com_right{
    opacity: 0;
  }
  .com_intro .com_left .tit{
    display: flex;
    margin-bottom: 14px;
    align-items: center;
  }
  .com_intro .com_left .tit p{
    color: #003783;
    font-size: 20px;
font-family: Microsoft YaHei;
font-weight: 400;
margin-right: 12px;
  }
  .com_intro .com_left .tit div{
    width: 13px;
height: 13px;
background: #003783;
border: 1px solid #FFFFFF;
  }
  .com_intro .com_left .tit div:last-child{
    width: 13px;
height: 13px;
background: #E25D0C;
border: 1px solid #FFFFFF;
transform: translate(-5px, 5px);
  }
  .com_intro .com_left>p{
    width: 659px;
    font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
line-height: 36px;
text-align: justify;
  }

  .com_intro .com_left .more,.more{
    width: 130px;
height: 44px;
border: 1px solid #D8D8D8;
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
text-align: center;
line-height: 44px;
margin-top: 33px;
  }
  .com_intro .com_right {
    width: 668px;
    height: 445px;
    overflow: hidden;
  }
  .com_intro .com_right img{
    width: 100%;
    height: 100%;
    transition: all 1s ease;
  }
  .com_intro .com_right:hover img {
    transform:scale(1.1);
  }
  .com_bgcolor{
    width: 100%;
    height: 409px;
background: #F3F7FF;
  }
  .com_line{
    position: absolute;
    left: 49%;
    top: 64%;
    background: #697495;
  }
  .news{
    background: #fff;
    width: 100%;
    height: 267px;
    line-height: 267px;
  }
  .news_box{
    width: 100%;
    background-color: rgb(247, 247, 249);
    padding-top: 89px;
    opacity: 0;
  }
  .news_box >.main>.cont{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .news_list{
    width: 459px;
height: 508px;
background: #FFFFFF;
padding: 20px 20px 22px 20px;
transition: all 1s ease;
  -moz-transition: all 1s ease;
  /* Firefox 4 */
  -webkit-transition: all 2s ease;
  /* Safari 和 Chrome */
  -o-transition: all 1s ease;
  /* Opera */
}

.news_list:hover {
  box-shadow: 0px 7px 14px 0px rgba(192, 192, 192, 0.38)
}

.news_list img {
  width: 419px;
  height: 258px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  /* Firefox 4 */
  -webkit-transition: all 1s ease;
  /* Safari 和 Chrome */
  -o-transition: all 1s ease;
  /* Opera */
}

.news_list:hover img {
  transform: scale(1.1) rotate(0.1deg);
}

.news_list:hover .smooth div {
  width: 50%;
}

.news_list .cont>p:nth-of-type(1) {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 24px;
  margin-bottom: 14px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news_list .cont>p:nth-of-type(2) {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 87px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.news_list .from {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 37px;

}

.news_list .from .left {
  display: flex;
  justify-content: start;
  align-items: center;

  }
  .news_list .from .left img{
    width: 14px;
    height: 17px;
  }
  .news_list .from .left> p{
    font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #999999;
margin-left: 10px;
  }
  .news_list .from .right{
    font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #999999;
  }
  .news_list .smooth{
    width: 110%;
    display: flex;
    position: relative;
    left: -20px;
    margin-top: 16px;
}
  
  .news_list .smooth div{
    width: 0%;
    height: 4px;
    background: #003783;
    position: absolute;
    transition: width 0.4s;

  }
  .news_list .smooth div:first-child{
    right: 50%;
  }
  .news_list .smooth div:last-child{
    left: 50%;
  }

  .news_more{
    margin: 0 auto;
  }

  .fade-in-up {
    transition: all 0.3s linear;
    animation: fadeInUp 1s ease;
    animation-fill-mode: forwards;
  }
  .foot_flex a{
color: #727B8B;
  }