/* fonts */

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothicStd-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothicStd-BoldItalic') format('opentype');
  font-weight: bold; /* Bold font */
  font-style: italic;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothicStd-Italic.otf') format('opentype');
  font-weight: normal; /* Bold font */
  font-style: italic;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothicStd.otf') format('opentype');
  font-weight: normal; /* Bold font */
  font-style: normal;
}


/*main menu*/
@media screen and (min-width: 1024px) {
    /*menu desktop*/
    .menu-item {
        position: relative;
    }
  
    .menu-item a {
        /* padding: 5px; */
        /* width: 100%;
        display: flex; */
        text-decoration: none;
    }
  
    /* .menu-item a:hover {
      font-weight: 700;
    } */
  
    .menu-item .sub-menu {    
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: inherit;
        padding: 0;
        z-index: 300;
        text-align: left;
        background-color: #fff;
        color: #000000;
    }
  
    .sub-menu .menu-item {
        display: flex;
        position: relative;
        width: 100%;
    }
  
    .menu-item:hover > .sub-menu {    
        opacity: 1;
        visibility: visible;
    }
  
    #main_nav > .menu-item {
      padding: 10px 5px;
    }
  
    #main_nav ul.sub-menu {
        text-transform: capitalize;
        width: 170%;
        margin-top: .65rem;
        margin-left: -12%;
        border-radius: 4%;
        border-radius: .25rem;
        font-weight: 500;
        font-size: 0.75rem; 
        line-height: 1rem;
        padding: .50rem;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        box-shadow: 1px 1px 4px #a9a9a9;
      
        &:after {
          content: '';
          position: absolute;
          border: 1px solid rgba(255, 255, 255, 0);
        }
  
        &:before {
          content: '';
          position: absolute;
          border: 1px solid #ffffff00;
        }
        
        /*triangle side*/
        /*top*/
        &.top:after {
          border-color: #fff transparent;
          border-width: 0 10px 12px 10px;
          top: -12px;
          left: 15%;
        }
    }
  
    #main_nav ul.sub-menu ul.sub-menu {
      top: 0;
      left: 100%;
      margin-top: 0;
      width: 100%;
    }
  }

.button-top {
    /* font-family: -webkit-pictograph; */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    /* width: 40px; 
    height: 40px; */
    border: 0;
    /* border-radius: 50px;
    box-shadow: none;
    font-size: 18px;
    text-align: center; */
    cursor: pointer;
    transition: opacity .18s ease;
    /* outline: none important; */
}

.button-top-visible {
    opacity: 1;
    pointer-events: auto;
}

/**splide bug**/
.splide__sr {
    display: none;
}

/**wp**/
.aligncenter {
  margin: auto;
}

.alignright {
  float: right;
  clear: both;
}

.alignleft {
  float: left;
  clear: both;
}

.wp-caption.aligncenter {
  text-align: center;
}

.wp-caption.aligncenter img {
  width: 100%;
}


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (max-width: 1024px) { 	
    .menu-item a {
      padding: 10px 5px;		
  }
}

.grecaptcha-badge,.grecaptcha-logo{display: none;}
#header{
  position: absolute;
  left: 0;width: 100%;
  background: transparent;
  border-bottom: 0;
  z-index: 10;
}
#menu-main li,.lang-menu{
  margin-left:50px;
}
#menu-main a, .lang-menu{
  color: #fff;
  display: block;
height: 44px;
line-height: 44px;
text-align: center;
font-size: 20px;
color: #FFFFFF;
letter-spacing: 1px;
width:auto;
}
 .lang-menu{
  width: auto;
 }
#menu-main li.custom-current a{
  background: #004A83;
  font-weight: bold;
  
width: 138px;
}
.home-hero-bg{
  background:url('/inc/home-hero-bg.png') no-repeat center left/70% 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-hero-txt{
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;z-index: 10;

}
.home-hero-txt .line{
  font-weight: 500;
font-size: 40px;
color: #FFFFFF;
line-height: 58px;
letter-spacing: 19px;
text-align: left;
font-style: normal;
}
.home-hero-txt .line3{
width:404px;height: 1px;
border: 1px solid #91D1EB;
margin:30px 0;position: relative;
}
.home-hero-txt .line3::before{
  content: '';
  position: absolute;
  top: -6px;
  left: -36px;
  width: 30px;
  height: 30px;
  background:url('/inc/ia-blue.png') no-repeat center center/100% 100%;
}
.home-hero-txt .line2{
  font-weight: 400;
font-size: 24px;
color: #91D1EB;
line-height: 35px;
letter-spacing: 14px;
text-align: left;
}
.advantage-txt{
  font-weight: 500;
font-size: 35px;
color: #1C7FBD;
line-height: 51px;
letter-spacing: 10px;
text-align: left;
font-style: normal;
margin-top: 94px;
margin-bottom:24px;
position: relative;
}
.advantage-txt::before{
  content: '';
  position: absolute;
  top: 68px;
  left: -36px;
  width: 30px;
  height: 30px;
  background:url('/inc/ia-grey.png') no-repeat center center/100% 100%;
}
.home-advantage-title{
font-weight: 500;
font-size: 30px;
color: #103669;
line-height: 44px;
letter-spacing: 10px;
text-align: left;
margin-bottom: 0;
}
.home-advantage-title2{
  font-weight: 300;
font-size: 20px;
color: #103669;
line-height: 29px;
letter-spacing: 2px;
text-align: left;
margin-bottom: 30px;
}
.advantage-item{
  border-top: 1px solid #E2E7ED;
  height: 310px;
  justify-content: space-between;
}
.advantage-item:last-child{
  border-bottom: 1px solid #E2E7ED;
}
.advantage-item-img{
  width: 486px;
  height: 310px;
}
.advantage-item-title{
  width: 659px;margin:0;
  padding:0;
}
.advantage-item .genesis-button a{
  
 background: #91D1EB;
}
.genesis-button{
  padding:0;margin:0;
}
.genesis-button a,a.genesis-button{width: 185px;
  border:0;
height: 33px;
background: #13396B;
display: inline-block;
line-height: 33px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
font-weight: 500;
font-size: 20px;
color: #FFFFFF;
line-height: 29px;
letter-spacing: 10px;
text-align: left;
font-style: normal;
}
.genesis-button a:hover{background: #13396B;animation: none;}
.genesis-button a::after,a.genesis-button::after{
  content: '';
  width: 22px;
  height: 22px;
  background: url('/inc/btn-go.png') no-repeat center center/100% 100%;
}

/* #advantage .genesis-button a{
  background: #91D1EB;
} */

#about{
  position: relative;
  border-top: 1px dashed #E2E7ED;
  height: 805px;
  background: url('/inc/home-bg1.jpg') no-repeat center center/auto 100%;
  padding-top:5px;
  margin-bottom: 0;
}
#about .tit1{
  font-weight: 500;
  font-size: 35px;
  color: #103669;
  line-height: 51px;
  letter-spacing: 10px;
  text-align: left;
  font-style: normal;
  padding-bottom: 18px;;
  border-bottom: 1px solid rgba(16,54,105,0.3);
  display: inline-block;
  margin-bottom: 18px;
}

#about .item-center{
justify-content: flex-start;
}
#about .tit2{
  height: 115px;
background: #FFFFFF;
border-radius: 60px 0px 60px 0px;
opacity: 0.62;
position: absolute;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
width: 100%;
font-weight: 300;
font-size: 20px;
color: #103669;
line-height: 34px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
}
#about .tit2 span{margin:0 64px;display: block;}
#products,#news{margin-top: 44px;margin-bottom: 0;}
#products .tit1,#news .tit1{
font-weight: 500;
font-size: 35px;
color: #103669;
line-height: 51px;
letter-spacing: 10px;
text-align: left;
font-style: normal;
padding-bottom: 23px;
border-bottom: 1px solid rgba(16,54,105,0.3);
width: auto;display: inline-block;
margin-bottom: 46px;
}
#products .product-item{
  width: 338px;
  height: 381px;
  background-size: 100% 100%;
  background-position: center center;
  position: relative;
}
#products .product-item:hover::before
{
  content: '';
  position: absolute;
bottom: 18px;
    left: 14px;
    width: 290px;
    height: 233px;
background: linear-gradient( 180deg, rgba(143,200,243,0) 0%, rgba(16,54,105,0.83) 100%);
}
#products .product-item .tit{
  position: absolute;
  bottom: 83px;
  left: 0;width:100%;padding:0 29px;
 font-weight: 500;
font-size: 24px;
color: #103669;height: 70px;
line-height: 35px;
text-align: left;
font-style: normal;
}
#products .product-item .btn{
  position: absolute;
  width: 40px;height: 40px;
  background: url('/inc/next1.png') no-repeat center center/100% 100%;
  left: 29px;
  bottom:38px
}
#products .product-item:hover .btn{
  background: url('/inc/next2.png') no-repeat center center/100% 100%;
}
#products .product-item:hover .tit{
  color: #fff;
}
.news-wp{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.news-wp .news-item{
  padding:34px;width:632px;
  margin-bottom: 28px;
  background: #F0F0F0;;
  
  color: #103669;
}
.news-wp .news-item .desc{
 line-height: 16px;
 max-height: 64px;
 overflow: hidden;
}
.news-wp .news-item:hover{
  background: #103669;
  color: #fff;
}
.news-wp .news-item:hover .genesis-button {
  background: #fff;
  color: #103669;
}
.news-wp .news-item:hover .genesis-button::after{
  background: url('/inc/btn-go2.png') no-repeat center center/100% 100%;
}
.news-wp .bg{
  width:218px;height: 145px;
  background-size: cover;
  margin-right: 9px;
  flex-shrink: 0;
}
.news-wp .body{
  height: 145px;
}
.news-wp .body .tit{font-weight: 500;
font-size: 18px;
  width: 346px;
line-height: 26px;
text-align: left;
font-style: normal;
}
.news-wp .desc,.news-wp .body .time{
font-weight: 400;
font-size: 12px;
line-height: 17px;
text-align: left;
font-style: normal;
}
.news-wp .genesis-button{
  width: 85px;
height: 24px;font-weight: 500;
font-size: 12px;
color: #FFFFFF;
line-height: 17px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
}
.news-wp .genesis-button::after{
  width: 16px;
  height: 16px;

}
.news-wp .bar{width:100%}

.footer{
  border-top: 7px solid #103669;
  background: #F8F8F8;
  padding:44px 0;
}
.footer2{
  padding:19px 0 15px 0;
  background: #D4E3EC;
  font-weight: 400;
font-size: 14px;
color: #103669;
line-height: 20px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
}
.footer2 .s{
  padding:0 10px;
  
}
.footer .logo img{
  width:236px;
}
.footer .menu-wp{ 
 width: 800px;
}
.footer .menu .tit2{
font-weight: 400;
font-size: 16px;
color: #000000;
line-height: 28px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
display: block;
}
.footer .menu .tit{
  font-weight: bold;
font-size: 16px;
color: #103669;
line-height: 24px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
display: block;
margin-bottom: 18px;
}

#about-hero{
  height: 922px;
  background: url('/inc/about-us.jpg') no-repeat center top/auto 100%;
}
.about-tit .t1,#about-usp .t1,.about3 .tit1,.about4 .tit1,.about5b .tit1,.ptit{
  font-weight: 500;
font-size: 35px;
color: #103669;
line-height: 51px;
letter-spacing: 10px;
text-align: left;
font-style: normal;
padding-bottom: 25px;
border-bottom: 1px solid rgba(16,54,105,0.3);
width: 361px;
margin-bottom: 25px;
margin-top: 78px;
position: relative;
}
.about-tit .t2{
  font-weight: 400;
font-size: 18px;
color: #004A83;
line-height: 35px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
margin-bottom: 86px;
}
.about-tit .t1::before,#about-usp .t1::before,.about3 .tit1::before,.about4 .tit1::before,.about5b .tit1::before,.ptit::before{
  content: '';
  position: absolute;
  top: 68px;
  left: -36px;
  width: 30px;
  height: 30px;
  background:url('/inc/ia-grey.png') no-repeat center center/100% 100%;
}
#about-usp .t1{width:auto;display: inline-block;}
#about-usp{
background: #F5F5F5;
padding:96px 0;
}
#about-usp .about-usp-item{
  background: #FFFFFF;
box-shadow: 0px 20px 20px 0px rgba(0,74,131,0.08);
border-radius: 0px 0px 147px 147px;
width: 293px;height: 411px;
margin-top: 122px;position: relative;
padding-top: 155px;
gap: 18px;
}
#about-usp .about-usp-item img{
box-shadow: 0px 20px 20px 0px rgba(0,74,131,0.08);
  width: 224px;height: 224px;
  border-radius: 50%;
  position: absolute;
  top: -112px;
  left: 35px;
}
#about-usp .about-usp-item .t2{
font-weight: bold;
font-size: 24px;
color: #103669;
line-height: 36px;
letter-spacing: 2px;
text-shadow: 0px 20px 20px rgba(0,74,131,0.08);
text-align: left;
font-style: normal;
}
#about-usp .about-usp-item .t3{
font-weight: 400;
font-size: 16px;
color: #103669;
line-height: 27px;
letter-spacing: 1px;
text-shadow: 0px 20px 20px rgba(0,74,131,0.08);
text-align: left;
font-style: normal;
padding:0 41px;
}
#about-usp .about-usp-item:hover{
  background: #103669;
}
#about-usp .about-usp-item:hover .t2,#about-usp .about-usp-item:hover .t3{
  color: #fff; 
} 

#about-usp .about-usp-item .btn{
  display: block;
  width: 40px;height: 40px;
  background: url('/inc/next1.png') no-repeat center center/100% 100%;
  
}
#about-usp .about-usp-item:hover .btn{
  background: url('/inc/next2.png') no-repeat center center/100% 100%;
}
.about2{
  background: url('/inc/about2.png') no-repeat center top/auto 100%;
  height: 706px;
  margin-bottom: -120px;

}
.about2 .t1{
  padding-top: 146px;
  padding-bottom: 160px;
  font-weight: 500;
font-size: 35px;
color: #103669;
line-height: 51px;
letter-spacing: 10px;
font-style: normal; 
}
.about2 .t2b{
  padding:0 50px;border-right: 1px solid  rgba(16,54,105,0.3);
  /* height: 86px; */width:320px;
color: #103669;
text-align: center;
font-style: normal;
}

.about2 .t2b:last-child{
  border-right: none;
}
.about2 .t2b .t2b1{font-weight: 400;
font-size: 20px;
color: #103669;
line-height: 29px;
letter-spacing: 1px;
text-align: center;
font-style: normal;
}
.about2 .t2b .t2b21{font-size: 48px;position: relative;top: 10px;
  font-weight: bold;}
.about2 .t2b .t2b22{font-size: 30px;}
.about2 .t2b .t2b23{font-size: 30px;}
.about2 .t2b .t2b24{font-size: 24px;}

.about3 .tit1{display: block;width: 100%;margin-bottom: 36px;}
.about3b1-1{width:523px;}
.about3b1-1-1{

  font-weight: 400;
font-size: 16px;
color: #103669;
line-height: 31px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
margin-bottom: 43px;
}
.about3 .tit2{
  font-weight: bold;
font-size: 20px;
color: #103669;
line-height: 30px;
letter-spacing: 2px;
text-align: left;
font-style: normal;width: 100%;margin-bottom: 20px;
}
.about3 dl{padding-left: 31px;
font-weight: bold;
font-size: 16px;
color: #103669;
line-height: 27px;
letter-spacing: 2px;
text-align: left;
font-style: normal;margin-right: 100px;}
.about3 dl:last-child{
  margin-right: 30px;
}
.about3 dl dt{
  margin-top: 18px;position: relative;
}
.about3 dl dt::before{
  content: '';
  position: absolute;
  top: 4px;
  left: -28px;
  width: 18px;
  height: 18px;
  background:url('/inc/loc.png') no-repeat center center/100% 100%;
}
.about3 dl dd{
  font-weight: normal;
  margin-bottom: 2px;
}
.about3 .about3b1-line{
  width: 1px;height: 240px;
  background: rgba(16,54,105,0.3);
}
.about3 .about3b1{
  border-bottom: 1px solid rgba(16,54,105,0.3);padding-bottom: 25px;
}
.about3b2{
  padding-top: 40px;
  padding-bottom: 40px;
}
.about3b2 .about3b1-2-x-y{
  margin-right: 0;width: 540px;
}
.about3b2 dl dd{font-size: 14px;}
.about3b2  .about3b1-line{
  position: relative;top:30px;
      top: 70px;
    height: 280px;
}
.about4{
  height: 538px;position: relative;
  background: #F5F5F5;margin-top: 75px;
}
.about4::before{
  width: 50%;left: 50%;
  content: '';position: absolute;
  height: 100%;
  top: 0;
  background: url('/wp-content/uploads/2025/03/about-cta.webp') no-repeat 0 0/auto 100%;

}

.about4b{
  width:434px;
}

.about4b .tit1{display: block;}
.about4b .desc{
  font-weight: 400;
font-size: 18px;
color: #004A83;
line-height: 35px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
margin-bottom: 40px;
}
.about5{
  background: url('/inc/about3.jpg') no-repeat center center/cover;
  position: relative;
  height: 613px;
  overflow: hidden;
}
.about5::before{
    content: '';position: absolute;
    height: 383px;
    width:456px;
    right:50%;
    top:127px;
    background: url('/inc/about31.jpg') no-repeat center center/100% 100%;
}
.about5::after{
    content: '';position: absolute;
    height: 383px;
    width:456px;
    right:50%;
    top:127px;
    margin-right: 484px;
    background: url('/inc/about32.jpg') no-repeat center center/100% 100%;
}
.about5b {
  margin-left: 50%;
  padding-top:162px;
  padding-left: 105px;
}
.about5b .tit1{color: #FFFFFF;margin-top: 0;width: 550px;
border-bottom: 1px solid rgba(255,255,255,0.3);}
.about5b .tit1::before{
  opacity: .3;
  background-image: url('/inc/ia-blue.png');
}
.about5b .desc{width: 550px;
  font-weight: 400;
font-size: 18px;
color: #FFFFFF;
line-height: 44px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
}
.innovation-hero{position: relative;}
.innovation-hero::before{
  position: absolute;
  left: 0;top: 0;
  width: 100%;
  height: 100%;z-index: 1;
  content: ' ';
  background: linear-gradient(
    to bottom,
    rgba(0,74, 131, 0.5) 0%,   /* 半透明蓝色 */
    rgba(0,74, 131, 0) 100%    /* 完全透明 */
  );

}
.innovation-hero .tit1{
  position: absolute;
  left: 0;top: 180px;
  z-index: 2;
  font-weight: 400;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 58px;
  letter-spacing: 3px;
  text-align: left;
  font-style: normal;
}
.innovation-hero .tit1::before{
  content: '';
  position: absolute;
  top: 132px;
  left: 0;
  width: 105px;
  height: 1px;
  border-bottom: 1px solid #FFFFFF;
}
.innovation-hero .tit1::after{
  content: '';
  position: absolute;
  top: 132px;
  left: 120px;
  width: 7px;
  height: 1px;
  border-bottom: 1px solid #FFFFFF;
}
.innovation-hero .tit2::before,.innovation-hero .tit2::after{top:80px;}
.innovation-hero .tit3{
  font-weight: 400;
font-size: 20px;
color: #FFFFFF;
line-height: 39px;
text-align: left;
font-style: normal;
width: 527px;
position: absolute;
left: 0;top: 290px;
}
.innovation-hero-content{
  position: relative;
  z-index: 2;
  top:-992px;
}
.innovation-hero-hb{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1233px;
  height: 155px;
  top: 662px;
  z-index: 2;
  background: url('/inc/innovation-hero-hb.png') no-repeat center center/100% 100%;
  padding: 40px 60px;

  font-weight: 400;
font-size: 20px;
color: #FFFFFF;
line-height: 39px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
/* 首行缩进 */
text-indent: 2em;
}
.innovation-b2 {
  margin-top:40px;margin-bottom: 40px;
}
.innovation-b2 .desc{



font-weight: 400;
font-size: 20px;
color: #004A83;
line-height: 43px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
margin-bottom: 40px;
}
.innovation-b2-2 {
  height: 521px;
}
.innovation-b2-2 .bb{
  background: url('/wp-content/uploads/2025/03/innovation-sub-01.webp') no-repeat center center/cover;
  width:  675px;
  height: 420px;
  position: absolute;
  right: 56px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.innovation-b2-2::before{
  content: '';
  position: absolute;
  right: 0;top: 0;
  width: 280px;
  height: 100%;
  background:rgba(240, 240, 240, 1);
  z-index: 1;
}
.ptit{margin-top: 0;}
.ptit-w{color: #fff;border-color:rgba(255, 255, 255, 0.30);}
.ptit-w::before{
  background-image: url('/inc/ia-blue.png');opacity: .3;
}
.innovation-b3 {
  background: url('/inc/innovation-hero-b2.jpg') no-repeat center center/cover;
  padding-top: 94px;
  padding-bottom: 94px;
}
.innovation-b3 .ptit{
  
}

.innovation-b3 .desc{
  width:723px;
  font-weight: 400;
font-size: 20px;
color: #FFFFFF;
line-height: 43px;
letter-spacing: 1px;
text-align: left;
font-style: normal;

}
.innovation-p-item{
  position: relative;
  height: 336px;
  width: 293px;
  background-size: cover;
  background-position: center center;
}
.innovation-p-item .tit2{
  font-size: 24px;
color: #13396B;
line-height: 29px;
text-align: center;
font-style: normal;
padding:195px 28px 0 28px;
}
.innovation-p-item .next{
  position: absolute;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: url('/inc/next1.png') no-repeat center center/100% 100%;
}
.innovation-b4-1{
 height: 421px;
 margin-top: 40px;
 margin-bottom: 40px;
}
.innovation-b4-1 .ximg{
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  height: 100%;
  width:717px;
  position: absolute;
  left: 20px;
  top: 0;
}
.innovation-b4-x{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 551px;
  height: 365px;
  background: rgba(240, 240, 240, 1);
  padding-left: 70px;
}
.innovation-b4-x .desc{
  font-weight: 400;
font-size: 20px;
color: #004A83;
line-height: 43px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
margin-bottom: 20px;
}
.innovation-b4-1-2 .ximg{left: auto;right: 20px;}
.innovation-b4-1-2 .innovation-b4-x{
  right: auto;
  left: 20px;
  padding-left: 110px
}
.innovation-b5{
  background: rgba(0, 74, 131, 1);
  padding-top: 67px;
  padding-bottom: 76px;
}
.innovation-b5 .desc{
  font-weight: 400;
font-size: 20px;
color: #FFFFFF;
line-height: 43px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
}
.innovation-b5 .map{
  width: 100%;
  height: 466px;
  margin-top: -80px;
  background: url('/inc/innovation-map2.png') no-repeat center center/auto 100%;
}
.innovation-b5 .nums{
  border-top: 1px solid rgba(255, 255, 255, 0.30);
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
  padding:24px 0;
  color: #fff;
}
.innovation-b5 .nums .num-item{
 width: 33%;border-right: 1px solid rgba(255, 255, 255, 0.30);
 height: 90px;
}
.innovation-b5 .nums .num-item:last-child{
  border-right: none;
}
.innovation-b5 .nums .num-item .tit2{
  font-weight: 400;
font-size: 20px;
color: #FFFFFF;
line-height: 29px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
}
.innovation-b5 .nums .num-item .tit3{
font-weight: bold;
font-size: 48px;
color: #FFFFFF;
line-height: 59px;
text-align: center;
font-style: normal;
}
.product-items-wp .product-item{
  width: 357px;height: 356px;margin-top: 96px;
  padding:53px 32px 0 77px;

}
.product-items-wp .product-item .ptit{font-weight: bold;
font-size: 20px;
color: #10366A;
line-height: 30px;
letter-spacing: 1px;
text-align: left;
font-style: normal;width: 90%;padding-bottom: 15px;}
.product-items-wp .product-item .ptit::before{
  top:39px;
}
.product-items-wp .product-item .next{
  position: absolute;
  bottom: 50px;
    left: 76px;
  width: 40px;
  height: 40px;
  background: url('/inc/next1.png') no-repeat center center/100% 100%;
}
.pptit{
  margin-top:80px;
  font-weight: 500;
font-size: 35px;
color: #10366A;
line-height: 41px;
padding-bottom: 40px;

text-align: center;
font-style: normal;
position: relative;
}
.pptit::before{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width:58px;
  height: 7px;
  background: rgba(97, 176, 212, 1);
  bottom: 0;
}

.product-news{
  padding:47px 0;
  flex-direction: row-reverse;
  border-top: 1px solid rgba(16, 54, 105, 0.30);
}
.product-news:nth-child(2n){
  
  flex-direction: row;
}
.product-news .img{
  width: 436px;height: 269px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
.product-news .xbody{width: 800px;height: 269px;}
.product-news .xbody .tit{font-weight: 500;
font-size: 30px;
color: #10366A;
line-height: 41px;
text-align: left;
font-style: normal;
width: 100%;
padding-bottom: 19px;margin-bottom: 19px;
border-bottom: 1px solid rgba(16, 54, 105, 0.30);}
.product-news .xbody .tit a{font-weight: 400;
font-size: 12px;
color: #5E5E5E;
line-height: 33px;
text-align: left;
font-style: normal;padding-right: 18px;
background: url('/inc/r.png') no-repeat right center/auto 12px;
}
.product-news .xbody .desc{
  font-weight: 400;
font-size: 18px;
color: #5E5E5E;
line-height: 33px;
max-height: 99px;
overflow: hidden;
text-align: left;
font-style: normal;
}
.z-news-wp{
margin-top: 88px;
}
.z-news-item{
  padding:26px 0;
  border-bottom: 1px solid rgba(16, 54, 105, 0.30);
}
.z-news-item:last-child{
  border-bottom: none;
}
.z-news-item .img{width:493px;height: 329px;}
.z-news-item .content{height: 329px;width:736px}
.z-news-item .content .bar{width: 100%;}
.z-news-item .content .tit1{font-weight: 500;
font-size: 30px;
color: #10366A;
line-height: 41px;
text-align: left;
font-style: normal;}
.z-news-item .content .desc{font-weight: 400;
font-size: 18px;
color: #5E5E5E;
line-height: 33px;
text-align: left;
font-style: normal;}
.z-news-item .content .date{
font-weight: 400;
font-size: 18px;
color: #10366A;
line-height: 35px;
text-align: left;
font-style: normal;
}

.contact-b2 .desc{
  width: 335px;font-weight: 400;
font-size: 16px;
color: #004A83;
line-height: 34px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
}
.contact-b2 .bb{
  background-image: url('/inc/contact-bb.jpg');
}
.contact-b1-wp {margin-top: 100px;margin-bottom: 100px;}
.contact-b1-wp .img{
  background: url('/inc/contact-bb2.jpg') no-repeat center center/cover;
  width:577px;height: 388px;
}
.contact-b1-wp .about3{
  width: 552px;
}
.contact-b1-wp .ptit{
  width: 100%;
}
.contact-b2-wp{
  height: 839px;
  background: url('/inc/contact-news-bg.jpg') no-repeat center center/cover;
  padding-top: 107px;
}
.contact-b2-wp .tit{font-weight: 500;
font-size: 35px;
color: #FFFFFF;
line-height: 51px;
letter-spacing: 10px;
text-align: center;
font-style: normal;
}
.contact-b2-wp .desc{font-weight: 400;
font-size: 18px;
color: #FFFFFF;
line-height: 35px;
letter-spacing: 4px;
text-align: center;
font-style: normal;
position: relative;
padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.contact-b2-wp .desc::after{
   content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width:58px;
  height: 7px;
  background: rgba(97, 176, 212, 1);
  bottom: 0;
}
.contact-b2-wp  .genesis-button{
  margin:auto;
}
.contact-news{margin-top: 60px;margin-bottom: 60px;}
.contact-news-item-img{
  width: 400px;height: 240px;
  background-image: url('/inc/contact-news1.jpg');
  background-size: cover;
  background-position: center center;
}
.contact-news-item-desc{width: 400px;
  background: rgba(255, 255, 255, 0.80);
  padding: 0 20px;
  font-weight: 500;
font-size: 20px;
color: #10366A;
line-height: 41px;
height: 82px;overflow: hidden;box-sizing: border-box;
text-align: left;
font-style: normal;
}
.ic-wp {
  padding-bottom: 160px;
  background: url('/inc/ic6.png') no-repeat center bottom/auto 722px;
}
.ic-wp .tit1{margin:37px auto 25px auto;text-align: center;
font-weight: 500;
font-size: 35px;
color: #103669;
line-height: 51px;
letter-spacing: 10px;
text-align: center;
font-style: normal;

}
.ic-wp .tit2{font-weight: 400;
font-size: 18px;
color: #004A83;
line-height: 35px;
letter-spacing: 1px;
text-align: center;
font-style: normal;padding-bottom: 30px;
position: relative;margin-bottom: 100px;
  border-bottom: 1px solid rgba(16, 54, 105, 0.30);
}
.ic-wp .tit2::after{
   content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width:58px;
  height: 7px;
  background: rgba(97, 176, 212, 1);
  bottom: 0;
}
.ic-box:nth-child(2n){
  flex-direction: row-reverse;
}
.ic-box-img{
  width:50%;height: 340px;
}
.ic-box-item{
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}
.ic-box-item .desc{
  font-weight: 400;
font-size: 16px;
color: #004A83;
line-height: 35px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
}
.ic-box-item .ptit{
  font-weight: bold;
font-size: 35px;
color: #103669;width: 100%;
}
.icb2{
  position: relative;
  height: 526px;
  background: url('/inc/ic5.jpg') no-repeat center center/auto 526px;
}
.icb2::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url('/inc/ic4.jpg') no-repeat center right/auto 526px;
}
.icb2 .box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0,-50%);
  width: 50%;
  height: 100%;
  padding: 80px;

}

.icb2 .ptit{font-size: 32px;width: 490px;letter-spacing: 1px;}
.icb2 .ptit::before{
  top:121px
}
.icb2 .desc{width: 490px;
  font-weight: 400;
font-size: 18px;
color: #FFFFFF;
line-height: 35px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
}
.ib1{
  background: url('/inc/ib2.jpg') no-repeat center center/cover;
  height: 400px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.ib21 {
  width: 402px;
}
.ib21 .tit1{
  font-weight: 500;
font-size: 35px;
color: #103669;
line-height: 44px;
letter-spacing: 10px;
text-align: left;
font-style: normal;
}
.ib21::after{
  content: '';
  width: 402px;
  height: 232px;
  margin-top: 30px;
  display: block;
  background: url('/inc/ib3.jpg') no-repeat center center/cover;
}
.ib22 {
  width:820px;
  border-top:1px solid rgba(16, 54, 105, 0.3);
  border-bottom: 1px solid rgba(16, 54, 105, 0.3);
  height: 100%;
  padding-top: 25px;
}
.ib22 .ptit{
font-weight: 500;
font-size: 24px;
color: #103669;
line-height: 35px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
width: 100%;
}
.ib22 .ptit::before{
  top:54px;
}
.ib22 .desc{
  font-weight: bold;
font-size: 18px;
color: #004A83;
line-height: 35px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
padding-bottom: 25px;
  border-bottom: 1px solid rgba(16, 54, 105, 0.3);
}
.ib22 .desc2{
  font-weight: 400;
font-size: 18px;
color: #004A83;
line-height: 35px;
text-align: left;
font-style: normal;
padding-bottom: 25px;
padding-top: 25px;
}

.ib3wp{
  background: url('/inc/ib-bg.png') no-repeat center top/1920px auto;
  margin-top: 50px;
  padding-top: 95px;
  padding-bottom: 95px;
}
.ib3i2{
  background-size: cover;
  background-position: center center;
  width: 608px;
  height: 352px;

}
.ib3i{
  margin-bottom: 54px;

}
.ib3i:nth-child(2n){
  flex-direction: row-reverse;
}
.ib3i1:last-child{
  margin-bottom: 0;
}
.ib3i1{
  width: 608px;

}
.ib3i1 .ptit{
  width: 100%;
}
.ib3i1 .desc{
  font-weight: 500;
font-size: 24px;
color: #103669;
line-height: 35px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
}
.ib3i1 .desc2{
  font-weight: 400;
font-size: 18px;
color: #004A83;
line-height: 35px;
letter-spacing: 1px;
text-align: left;
font-style: normal;
  border-bottom: 1px solid rgba(16, 54, 105, 0.3);
  
  padding-top: 10px;
  padding-bottom: 20px;
  width: 100%;

}

.ib3i1 .desc3{
font-weight: 400;
font-size: 18px;
color: #004A83;
line-height: 35px;
text-align: left;
font-style: normal;
padding-top: 16px;
padding-bottom: 36px;
}