@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "DINCOND"; /* Project id  */
  src: url('/static/fonts/DINCOND-BLACKALTERNATE.ttf?t=123232396846') format('truetype');
}
@font-face {
  font-family: "TT0173"; /* Project id  */
  src: url('/static/fonts/TT0173M.TTF?t=1232324326846') format('truetype');
}

@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('/static/fonts/iconfont.ttf?t=12424246846') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-xinlangweibo:before {
  content: "\f01af";
}

.icon-tubiao210:before {
  content: "\e61b";
}

.icon-facebook:before {
  content: "\e6f3";
}

.icon-google:before {
  content: "\e68e";
}

.icon-dizhi:before {
  content: "\e609";
}

.icon-shouhou:before {
  content: "\e69c";
}

.icon-instagram:before {
  content: "\e87f";
}

.icon-jiantou_youshang_o:before {
  content: "\eb94";
}

.icon-youxiang:before {
  content: "\e645";
}

.icon-dizhi1:before {
  content: "\e646";
}

.icon-shishicopy:before {
  content: "\e63a";
}

.icon-arrowLeft:before {
  content: "\e65d";
}

.icon-arrowRight:before {
  content: "\e65e";
}

.icon-sousuo:before {
  content: "\e68f";
}

.icon-renyuanxinxi:before {
  content: "\e635";
}

.icon-shoujizhengbian:before {
  content: "\e61f";
}

.icon-jifangcanguanjiaoliushenqing:before {
  content: "\e6a2";
}

.icon-fanganzhiding:before {
  content: "\e60a";
}

.icon-igw-l-role:before {
  content: "\e648";
}

.icon-xinxifankui:before {
  content: "\e87b";
}

.icon-jiazhishu:before {
  content: "\e647";
}

.icon-sanjiaoxing:before {
  content: "\e6bd";
}

/*css 初始化 */
/*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}*/

*{
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite, code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; outline-style:none;/*FF*/font-size:10px;  font-family: "Microsoft YaHei","Arial";  list-style:none;}
body { line-height:1; }
a{ margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;text-decoration:none; color:#000; cursor:pointer;outline:0;}
a:hover,a:focus{ text-decoration:none;  outline-style:none;/*FF*/ }
table { border-collapse:collapse; border-spacing:0;}
input, select {vertical-align:middle;}
/*css为clearfix，清除浮动*/
.clearfix::before,.clearfix::after{content:""; height:0; line-height:0; display: block;visibility: hidden; clear:both;}
.clearfix:after{clear:both;} 



.warp{max-width:1600px;margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative;z-index: 1;}
.warp2{max-width:1400px;margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;position: relative;z-index: 1;}
.in_pd{
    padding: 0 20px;
}
.clear{ overflow:hidden;}
.clear2{ clear:both;}

img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.play{transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;} 


:root {
  /* 颜色参数 */
 --primary-color: #0a54ac; /* 主色调 */
  --secondary-color: #007beb; /* 次要色调 */
  --text-color: #125cab; /* 默认文本颜色 */
  --light-color: #b3ccff; /* 浅色背景 */
  --dark-color: #000000; /* 深色文本 */
  --accent-color: #ff6b00; /* 强调色 */
  --swiper-navigation-color: #038ce7;

  /* 文字大小参数 */
  --font-size-xs: 1.4rem; /* 超小字体 */
  --font-size-sm: 1.6rem; /* 小字体 */
  --font-size-md: 1.8rem; /* 中等字体 */
  --font-size-ld: 2rem; /* 中等字体 */
  --font-size-lg: 2.4rem; /* 大字体 */
  --font-size-lx: 3rem; /* 大字体 */
  --font-size-x: 3.6rem; /* 超大字体 */
 --font-size-xx: 4.2rem; /* 超大字体 */
  --font-size-xl: 4.8rem; /* 超大字体 */
  --font-size-xxl: 6rem; /* 特大字体 */
  --font-size-xxxl: 7.2rem; /* 特大字体 */
  --font-size-xxxll: 10rem; /* 特大字体 */
  --font-size-xxxxl: 13.4rem; /* 特大字体 */

  /*间距*/
  --padding-top-80:80px;
  --padding-top-90:90px;
  --padding-top-100:100px;
  --padding-top-120:120px
}


/*间距结束*/
/*盒子*/
.flex-box{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.flex-txt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/*盒子结束*/
.Pagination{
    text-align: center;
    height: auto;
    _height: 45px; 
    line-height: 20px;
    margin-right: 15px;
    _margin-right: 5px; 
    color:#565656;
    margin-top: 10px;
    _margin-top: 20px; 
    clear:both;
    width: 100%;
    padding-top: 50px;
}
.Pagination li{display: inline-block;}
.Pagination a:hover{
    color: #fff;
    border: 1px solid #d61423;
    background-color: #d61423;
}

.Pagination a,.Pagination span{ 
    font-size: 14px;
    text-decoration: none;
    display: block;
    float: left;
    color: #565656;
    border: 1px solid #ccc;
    height: 34px;
    line-height: 34px;
    margin: 0 2px;
    width: 34px;
    text-align: center;
}
.Pagination span{ 
    font-size: 14px;
    text-decoration: none;
    display: block;
    color: #666;
    height: 34px;
    line-height: 34px;
    margin: 0 2px;
    width: 34px;
    text-align: center;
}
.Pagination li.active span{
    color: #fff;
    border: 1px solid #0a54ac;
    background-color: #0a54ac;
}


/*parts*/
div.fy {text-align:center;line-height:4rem; width: 100%}
div.fy a { margin:2px 2px;padding:8px 12px;color:#666;font-size:1.4em; display:inline; background: #fff; box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}
div.fy a:hover {
    color: #fff;
    background: #d7b87f;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
div.fy a:active {
    color: #fff;
    background: #d7b87f;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
div.fy span.current {
    margin: 2px 2px;
    padding: 8px 12px;
    color: #fff;
    font-size: 1.4em;
    background: #d7b87f;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
div.fy span.disabled{  margin:2px 2px;padding:8px 12px; color:#666; font-size:1.4em; background: #fff;  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}

/*手机导航*/
.m-header{ width:100%; background:#fff;}
#hamburger { width: 24px; height: 14px;	position:fixed;	top: 35px;right: 25px;	z-index: 10;display: none !important;}
#hamburger:before, #hamburger:after, #hamburger span { background:#005baa; content: ''; display: block;    width: 20px;  height: 2px;}
#hamburger span {	margin: 4px 0 0 0;}
#hamburger:after {	margin: 4px 0 0 0;}
#hamburger.hb-fixed {	position: fixed;}
/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span {	-webkit-transition: none 0.3s ease 0.3s;	transition: none 0.3s ease 0.3s;	-webkit-transition-property: transform, top, bottom, left, opacity, margin;	transition-property: transform, top, bottom, left, opacity, margin;}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {top: 20px;background-color: #005baa;}
html.mm-opening #hamburger span {	left: -50px;	opacity: 0;}
html.mm-opening #hamburger:before {	transform: rotate( 45deg );	margin: 7.5px 0 0 0;}
html.mm-opening #hamburger:after {	transform: rotate( -45deg );margin: -7.5px 0 0 0;}
/*搜索*/
.overCurtain {position: fixed; top:20px; right:40px; height:40px; width:40px;display:none; opacity:1; z-index:1000; cursor:pointer;}
.hide-center { background-color:rgba(0,0,0,0.8);  position:fixed; z-index:999; display:none; width:100%; height:100%; top:0;}
.hide-center .boxs{ display:table; width:100%; height:100%;}
.hide-center .box{ display:table-cell; vertical-align:middle; padding:0 20px;}
.field__input{ float:left; width:100%; border:none; outline:none; height:60px; padding:20px 160px; font-size:3.2em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align:center; border-bottom:1px solid #ccc; background-color: transparent;}
.m-btn{ float:left; border:none; outline:none; background-color: transparent; padding:19.5px; height:60px; font-size:1.6em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:140px; position:absolute; right:40px; text-transform:uppercase;}
.s-close { width:40px; height:40px; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all; font-size:0px; margin-top:20px;    display:block;}
.s-close::before,.s-close::after {  content:''; width:40px; height:2px; background:#FFF;    display:block; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;}
.s-close::before {  -webkit-transform:rotate(45deg);    transform:rotate(45deg);}
.s-close::after {   -webkit-transform:translateY(-2px) rotate(-45deg);  transform:translateY(-2px) rotate(-45deg);}
.s-close:hover:before{transform:rotate(90deg);}
.s-close:hover:after{ transform:rotate(0deg);}


/**/
.right{
    background: linear-gradient(to bottom, #008eeb 0%, #0078ec 45%, #0154ea 100%);
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
}
.right::after{
    content: "\eb94";
    font-family: "iconfont";
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    color: #fff;
    font-size: 26px;
}


a.more{
    margin: 70px 0;
    display: inline-block;
    color: #fff;
    background: linear-gradient(to bottom, #008eeb 0%, #0078ec 45%, #0154ea 100%);
    padding: 15px 60px 15px 40px;
    border-radius: 28px;
    font-size: var(--font-size-sm);
    position: relative;
    width: 180px;
    transition: ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;
}

a.more::after{
    content: "\eb94";
    font-family: "iconfont";
    position: absolute;
    top: 50%;
    right:30px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 26px;
    transition: ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;
}

a.more:hover{
    background: linear-gradient(to top, #008eeb 0%, #0078ec 45%, #0154ea 100%);
}
a.more:hover::after{
    transform: translateY(-50%) rotate(45deg);
}

/*header*/
/*.header *,.header .list>a:after{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.header{transition:ease 1s all;-moz-transition: ease 1s all; -webkit-transition:ease 1s all; -o-transition: ease 1s all;}*/
.header_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 25px;
}


.header{  
    text-align: center; 
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 0 54px;
    border-radius: 15px;     
}
.header .mune{
    display: flex ;
    align-items: center;
    position: relative;
}

.header .mune input{
    font-size: var(--font-size-xs);
    height: 40px;
    border: 1px  solid var(--text-color) ;
    border-radius: 21px;
    width: 200px;
    padding: 0 40px 0 20px;
    
    outline:0;
}
.header .mune::after{
    content: "\e68f";
    font-family: "iconfont";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--text-color);
    
    
}
.header .logo{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.header .logo .logo-png{
    display: none;
}


.header .logo img{
    width: 100%;
    height: 100%;
}

.header nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    align-items:center; 
   
}
.header nav .item{
    position: relative;
    display: grid;
    align-items: center;
    margin: 0 5px;
    
}
.header nav a{
    font-size: var(--font-size-sm);
    color: #555;
    margin: 0 15px;
    display: flex;
    align-items: center;
    position: relative;
    line-height:98px;

}

.header nav a:hover{
    color: var(--text-color);
}
.header.up nav a,.fixd .header nav a{
    
    color: var(--primary-color);

}
.header nav .item::after{
  content: '';
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: var(--primary-color);
  display: none;

}
.header nav .item:hover:after{
   display: initial;
}

.inside .header_bg{
    background-color: #fff;
    padding-top: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.inside .header{
    box-shadow: none;
}


/*下拉*/
.header nav .item .mud{
  position: absolute;
  top: 100%;
  width: auto;
  background:#fff;
  z-index: 988;
  left: 50%;
  border-radius:  0 0 10px 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transform: translate(-50%,0);
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  min-width: 150px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  
}
.header nav .item .mud a{
  display: block;
  color: #555;
  text-align: center;
  white-space: nowrap;
  line-height: 45px;
  font-size: 14px;
  margin: 0;
  padding: 0 10px;
  text-transform: lowercase;
}
.header nav .item .mud a::first-letter{
  text-transform: uppercase;
}
.header nav .item .mud a:first-child{
  margin-top: 20px;
}
.header nav .item .mud a:last-child{
  margin-bottom: 15px;
}
.header nav .item .mud a::after{
  display: none;
}
.header nav .item .mud a:hover{
  background: var(--secondary-color);
  color: #fff;
}
.header nav .item:hover .mud{
  height: auto;
  opacity: 1;
}

.header.up{ top:-200px; background:#fff;}


#m1 #a1 a.hd,#m2 #a2 a.hd,#m3 #a3 a.hd,#m4 #a4 a.hd,#m5 #a5 a.hd,#m6 #a6 a.hd{
    color: var(--text-color);
}
#m1 #a1:after,#m2 #a2:after,#m3 #a3:after,#m4 #a4:after,#m5 #a5:after,#m6 #a6:after{
   display: initial;
}




/*footer*/
.footer a,.footer .links img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer{ 
    background-color: var(--primary-color);
    padding: 100px 0 40px 0;
}
.fo1{
    padding-bottom: 30px;
}
.fo1 .warp{
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.fo_info{
    width: 500px;
    
}

.fo_contact {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 35px;
    align-items: center;
    color: #c8e1ee;
    font-size: 14px;
    line-height: 24px;
    padding-top: 90px;
}

.fo_contact .fo1_icon span{
    font-size: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 70px;
    height: 70px;
    display: block;
    text-align: center;
    line-height: 70px;
    color: #fff;
}
.fo_contact .fo1_address b{
    font-size: var(--font-size-md);
    color: #fff;
    padding-bottom: 15px;
    display: block;
}

.fo_contact .fo1_address p{
    font-size: var(--font-size-xs);
    color: #fff;
}

.fo_right{
    width: 50%;
}
.fo1 .warp .fo_nav{

    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 0 0 0 65px;
}

.fo_tel{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.fo_tel .icon span{
    font-size: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #007beb;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
    position: relative;
    z-index: 1;
}
.fo_tel .icon span::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    border-radius:15px;
    background-color:#007beb;
    z-index: -1;
}
@keyframes in_yuanquan
{
    from {width: 40px;
    height: 40px;}
    to {width: 50px;
    height: 50px;}
}
 
@-webkit-keyframes in_yuanquan /* Safari 与 Chrome */
{
    from {width: 40px;
    height: 40px;}
    to {width: 50px;
    height: 50px;}
}
.fo_tel .icon span .yuanquan{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #046bd2;
    z-index: -1;
    animation: in_yuanquan 1s ease-in-out infinite alternate;
}


.fo_tel b{
    font-size: var(--font-size-lx);
    color: #daf0ff;
}



.fo1 .warp .fo_nav h2{
    font-size: var(--font-size-sm);
    margin-bottom: 35px;
}
.fo1 .warp .fo_nav a{
    display: block;
    font-size: var(--font-size-xs);
    color: #c8e1ee;
    line-height: 24px;
}
.fo1 .warp .fo_nav a:hover{
    text-decoration: underline;
}
/* 

.fo_logo{
    margin-right: 80px;
}
.fo1 .item{
    margin-right: 130px;
    border-left: 3px solid #fff;
    padding-left: 15px;
}
.fo1 .item p{
    font-size: var(--font-size-xs);
    margin-bottom: 20px;
    line-height: 24px;
}
.fo1 .item h4{
    font-size: var(--font-size-md);
    line-height: 26px;
} */

.fo_last{
    padding-top: 40px;
}
.fo_fx{
    display: flex;
    justify-content:  flex-end;
    align-items: center;
    padding-top: 15px;
}
.fo_fx a{
    margin-right: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0a54ac;
    background-color: #85aad6;
    
}

.fo_fx a:hover{
    background-color: #fff;
}
.fo_fx a span{
font-size: 18px;
}
.fo_fx a:first-child span{
    font-size: 22px;
    margin-top: 10px;
}
.fo_fx a:nth-child(2) span{
    font-size: 20px;
    margin-top: 4px;
}

.fo_fx a:last-child{
    margin-right: 0;
}

.fo3 .warp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #f6f9ff;
    border-top: 1px solid #90a2bc;
    padding-top: 25px;
}
.fo3 .warp p,.fo3 .warp p a{
    font-size: 14px;
    line-height: 24px;
    color:#e6e6e6;

}


.bottomlist{ background:#007beb; position:fixed; width:100%; bottom:0; left:0;  display:none; z-index:200;}
.bottomlist ul{ width:100%;}
.bottomlist ul li{ width:33.33%; float:left; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:5px;}
.bottomlist>ul>li>a>div{ font-size:1.6em; color:#fff;}
.bottomlist ul li img{ width:40px; height:40px;}


.ctb{ position: relative; }
.ctb .ct{ z-index: 2; position:absolute; top:-50px; left: -50px;  width: 100px; height: 100px;transform: scale(0);transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.ctb .ct img{ width: 100%;}
.ctb:hover .ct{transform: scale(1);}

/*tits*/




/*banner*/
/*banner*/
.banner .txt{ transition:ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}
.banner .swiper-slide{
    position: relative; 
    height: 858px; 
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    background-position:center bottom ;
    background-repeat: no-repeat;
    background-size: cover;
 
}
.banner .ban1{ background-image: url(/static/images/banner01.jpg);position: relative;}
.banner .ban2{ background-image: url(/static/images/banner02.jpg)}
.banner .ban3{ background-image: url(/static/images/banner03.jpg)}
.banner .warp{
    width: 100%;
}
.banner .txt{
    display: flex;
    justify-content: left;
    flex-direction: column;
    color: #fff;
    padding-left: 50px;
    border-bottom: 1px solid #fff;
    padding-bottom: 145px;
    margin-bottom: 85px;
}
.banner .txt h4{ 
    font-size: var(--font-size-xxl);
    margin-bottom: 70px;
    
}
.banner .txt h2{ 
    font-weight:bold;
    font-size: var(--font-size-xxxl);
    margin-bottom:22px;
    line-height: 1.2;
    
}
.banner .txt h2 b{
    color: var(--secondary-color);
    font-size: 1em;
}
.banner .txt p{
    font-size: var(--font-size-sm);
    line-height: 36px;
    width: 60%;
}
.banner .txt p span{
    position: relative;
    font-size: 1em;
    
}
.banner .txt p span::after{
    content: "";
    position: absolute;
    right: -45px;
    top: 51%;
    transform: translateY(-50%);
    width: 22px;
    height: 15px;
    background: url(/static/images/ruiling_icon.png) no-repeat center center;
}
.banner .txt ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.banner .txt ul li{
    color: #fff;
    margin-right: 30px;
    position: relative;
    padding-left: 20px;
    font-size:var(--font-size-md) ;
}
.banner .txt ul li::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
}
.hid{
    display: none;
}
.his{
    display: block;
}
.banner .txt a{
    font-size: 1.8rem;
    border: 1px solid #fff;
    line-height: 36px;
    border-radius: 18px;
    display: inline-block;
    width: 200px;
    color: #fff;
    padding: 0 0 0 28px;
    position: relative;
    margin-top:100px;
}
.banner .txt a:hover{
    background-color: #014190;
    border: 1px solid #014190;
    color: #fff;
}
.banner .txt a:hover:after{
    content: "\e8d4";
    font-size: 1.6rem;
    color: #fff;

}

.ban3 .txt a{
    margin-top:45px;
}
.banner .txt a:after{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "iconfont";
    content: "\e8d7";
    font-size: 1.4rem;
    color: #fff;
    font-weight: lighter;

}


.banner .swiper-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 40px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 23%;
}
.banner .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: var(--swiper-pagination-bullet-inactive-color,#fff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .8);
}
.banner .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: none;
    border: 2px solid var(--swiper-navigation-color);
}

.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px var(--swiper-pagination-bullet-horizontal-gap,4px);
}

/*public*/
.tit{
    position: relative;
    color: var(--secondary-color);
}

.tit h3{
   font-size: var(--font-size-xxl);
   font-weight:bold;
   padding:0px 0 20px 0;
   text-transform: uppercase;
   font-family: "DINCOND";
}
.tit p{
    font-size: var(--font-size-lx);
    display: block;
    line-height: 1.4;
}

/*通用a*/

a.in_a{
    border-radius: 18px;
    width: 130px;
    height: 36px;
    border: 1px solid #fff;
    line-height: 36px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    text-align: left;
}
a.in_a:after {
    content: "\e840";
    font-family: "iconfont";
    font-size:18px;
    color: #1e5193;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    text-align: left;
    transition: ease 0.5s all;
}

/***/




/*ip*/
.ip1_list a,.ip1_list a p,.ip1_list a i,.ip1_list a .zz,.ip1_list a .zz:before{  transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.ip1{
    padding:var(--padding-top-90) 0 ;
}


.ip1_left{
    width: 422px;
    padding-right: 65px;
    position: relative;
    z-index: 2;
}
.ip1_right{
    width: calc(100% - 422px);
    
}

.ip1_list{
    padding-top: 60px;
}
.ip1_list a{
    display: block;
    padding: 23px 0;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
}
.ip1_list a p{
    font-size: var(--font-size-sm);
    color: #555;
}
.ip1_list a i{
    display: block;
    width: 13px;
    height: 1px;
    background-color: #555;
    animation:  0.5s ease-in-out forwards;

}

.ip1_list a .zz{
    position: absolute;
    left: 0;
    top: 0;
    width: 140%;
    height: 100%;
    background-color: #007beb;
    z-index: -1;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    
}
.ip1_list a .zz:before{
    content: "01"; /* 输出计数器的当前值 */
    position: absolute;
    right: 28px;
    bottom: -80px;
    font-size:72px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.25);
    z-index: 1;
}
.ip1_list a:nth-child(2) .zz:before{
    content: "02"; /* 输出计数器的当前值 */
}
.ip1_list a:nth-child(3) .zz:before{
    content: "03"; /* 输出计数器的当前值 */
}
.ip1_list a:nth-child(4) .zz:before{
    content: "04"; /* 输出计数器的当前值 */
}
.ip1_list a:nth-child(5) .zz:before{
    content: "05"; /* 输出计数器的当前值 */
}
.ip1_list a:nth-child(6) .zz:before{
    content: "06"; /* 输出计数器的当前值 */
}
.ip1_list a:nth-child(7) .zz:before{
    content: "07"; /* 输出计数器的当前值 */
}
.ip1_list a:nth-child(8) .zz:before{
    content: "08"; /* 输出计数器的当前值 */
}
.ip1_list a:hover,.ip1_list a.cur{
    padding-left: 30px;
}
.ip1_list a:hover p,.ip1_list a.cur p{
    font-size: var(--font-size-lg);
    color: #fff;
}
.ip1_list a:hover i,.ip1_list a.cur i{
    background-color: #fff;
    width: 25px;
}
.ip1_list a:hover .zz,.ip1_list a.cur .zz{
    display: initial;
}
.ip1_list a:hover .zz:before,.ip1_list a.cur .zz:before{
    bottom: -20px;
}
.ip1_right .swiper-slide {
      border-radius: 20px 0 0 20px;
      overflow: hidden;
      position: relative;
      background-position: center center;
      background-size: cover;
      height: 720px;
}

.ip1_right .swiper-slide .info{
    
    width: 100%;
    height: 100%;
    padding-right: 90px;
    padding-bottom: 100px;
    text-align: right;
    background-color: rgba(0, 26, 56, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.ip1_right .swiper-slide .info .right{
    display:inline-block;
    width: 100px;
    height: 100px;
}
.ip1_right .swiper-slide .info .right::after{
    font-size: 34px;
}
.ip1_right .swiper-slide .info b{
    display: block;
    font-size: var(--font-size-x);
    color: #fff;
    padding: 90px 0 30px 0;
}
.ip1_right .swiper-slide .info p{
    font-size: var(--font-size-xs);
    color: #fff;
    line-height: 24px;
}
.ip1_right .swiper-pagination{
    display: none;
}
/*ip2*/
.ip2 .dot .img{transition:ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}

.ip2{
    padding: var(--padding-top-120) 0  30px 0; 
    background-color: #001a38;
    min-height: 900px;
    position: relative;
    overflow: hidden;
}

.ip2 .tit{
    color: #fff;
}
.ip2_left{
    width: 60%;
    padding-right: 70px;
    z-index: 2;
}
.ip2_left .info{
    padding-top: 60px;
}
.ip2_left .info h3{
    font-size: var(--font-size-lx);
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
}
.ip2_left .info p{
    font-size: 14px;
    color: #daf0ff;
    line-height: 24px;
}
/* .ip2_left .info a{
    margin: 70px 0;
    display: inline-block;
    color: #fff;
    background: linear-gradient(to bottom, #008eeb 0%, #0078ec 45%, #0154ea 100%);
    padding: 15px 60px 15px 40px;
    border-radius: 28px;
    font-size: var(--font-size-sm);
    position: relative;
    width: 180px;
}

.ip2_left .info a::after{
    content: "\eb94";
    font-family: "iconfont";
    position: absolute;
    top: 50%;
    right:30px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 26px;
} */

.ip2_list{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap:25px;
}
.ip2_list .item{
    background: linear-gradient(to right, rgba(0, 123, 235,0.2) 0%, rgba(0, 123, 235,0)  40%, rgba(0, 123, 235,0) 100%);
    display: grid;
    grid-template-columns: auto 1fr;
    text-align: center;
    grid-gap:20px;
    padding: 44px 40px;
}
.ip2_list .item .icon{
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}
.ip2_list .item .txt{
    color: #fff;
    text-align: left;
}
.ip2_list .item .txt b{
    font-size: var(--font-size-lg);
    color: #007beb;
    display: block;
    line-height: 1.3;
}
.ip2_list .item .txt i{
    font-size: var(--font-size-xs);
    color: rgba(255, 255, 255, 0.3);
    font-style: normal;
}
.ip2_list .item .txt p{
    font-size: var(--font-size-sm);
    color: #fff;
    padding-top: 5px;
}

.ip2_img{
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 50vw;
    z-index: 0;
}
.ip2_lkz{
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 0;
}
.ip2_lkz p{
    font-size: calc(50vw * 0.32);
    font-family: "DINCOND";
    color: transparent;
    line-height: 1; 
    -webkit-text-stroke: 1px rgba(109,180, 255, 0.18);
    text-stroke: 1px rgba(109,180, 255, 0.18);
    letter-spacing: 10px;
}




/*第三层*/

.ip3_right .swiper-slide .info,.ip3_right .swiper-slide .ly_tit {transition:ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}

.ip3{
    background: url(/static/images/ip3_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: var(--padding-top-90) 0 0 0 ;
    color: #fff;
    position: relative;
}
.ip3_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ip3_left{
    width: 420px;
    padding-bottom: 110px;
}
.ip3_left .more{
    margin: 70px 0 180px 0;
}
.ip3_fy{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hide{
    display: none;
}
.show{
    display: flex;
}
.ip3_fy a{
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 7px;
}
.ip3_fy a:hover{
    background-color: #007beb;
    border-color: #007beb;
}
.ip3_fy a.swiper-button-disabled{
    opacity: 0.5;
}
.ip3_fy a span{
    font-size: 30px;
}
.ip3_right{
    width: calc(100% - 420px);
}
.ip3_right .swiper-slide{
    border-radius: 50px 0 0 0;
    overflow: hidden;
    position: relative;
}
.ip3_right .swiper-slide img{
    width: 100%;
}
.ip3_right .swiper-slide b{
    font-size: var(--font-size-lg);
    color: #fff;
    line-height: 1.3;
    font-weight: normal;
    text-transform: uppercase;
}

.ip3_right .swiper-slide .ly_tit{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 22px;
    height: 100px;
    text-align: center;
    z-index: 7;
    background: linear-gradient(to top, rgba(10,84,172,1) 0%, rgba(10,84,172,0) 100%);
    
}
.ip3_right .swiper-slide .ly_tit b{
    line-height: 78px;
}
.ip3_right .swiper-slide .info{
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,26,56,0.5);
    z-index: 6;
}
.ip3_right .swiper-slide .info span{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-bottom: 25px;
    display: inline-block;
}
.ip3_right .swiper-slide .info span::after{
    font-size: 32px;
}
.ip3_right .swiper-slide:hover .ly_tit{
    background-color: #007beb;
    padding-top: 0px;
    height: 78px;
}
.ip3_right .swiper-slide:hover .info{
    top: 0;
}
.ip3_right .swiper-slide:hover b{
    color: #fff;
    text-transform: uppercase;
}


.ip3_bg{
    position: absolute;
    width: calc(100% - (100% - 1600px)/2);
    bottom: 0;
    left: calc((100% - 1600px)/2);
    background: #001a38;
    height: 230px;
    z-index: -1;
}
/* .ip3 .warp{
    max-width: 1100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:20px;
}
.ip3 .item{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.ip3 span{
    font-size: var(--font-size-xxl);
}
.ip3 p{
    font-size: var(--font-size-sm);
    margin-left:15px;
} */

.ip4_list {transition:ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}

.ip4{
    background: url(/static/images/ip4_bg.jpg) no-repeat center center;
    background-size: cover;
    padding:60px 40px  ;
}

.ip4 .swiper-slide {
    padding: 10px;
}

.ip4 .swiper-slide .img{
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}





.ip5{
    padding: var(--padding-top-100) 0;
    background: url(/static/images/ip5_bg.jpg) no-repeat center center;
    background-size: cover;
}

.ip5 .tit,.ip5 .tit p{
    color: #fff;
}

.ip5_tit{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    flex-wrap: wrap;
}
.ip5_tit a{
    margin: 0;
}

.ip5_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 80px;
}
.ip5_list .item{
    background-color: #edf4ff;
}
.ip5_list .info{
    background-color: #fff;
    padding: 34px 60px;
}
.ip5_list .info:hover{
    background-color: #edf4ff;
}
.ip5_list .info .time{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 30px;
}
.ip5_list .info .day{
    border-right: 1px solid #999;
    padding-right: 10px;
    margin-right: 10px;
    height: 40px;
    font-size: var(--font-size-xl);
    font-weight: bold;
    color: #007beb;
    line-height: 34px;
}

.ip5_list .info .year{
    color: #999999;
    font-size: var(--font-size-md);
    line-height: 20px;
    height: 40px;
}

.ip5_list .txt b{
    font-size: var(--font-size-lg);
    color: #000;
    padding-bottom: 20px;
    display: inline-block;
}

.ip5_list .txt p{
    color: #999;
    font-size: 14px;
    line-height: 1.3;
}

.ip5_list .item:nth-child(1) .info{
    background-color: #edf4ff;
    
}
.ip5_list .item:nth-child(2){
    background: url(/static/images/ip5_list_bg.jpg) no-repeat right bottom #0a54ac;
}
.ip5_list .item:nth-child(2) a{
    border-bottom: 1px solid #edf4ff;
    display: block;
}
.ip5_t{
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
}



/* .ip6_page.swiper-button-disabled{
    display: none;
} */

/*内页*/
/*banners-start*/
.banners{ 
    background-size: cover !important;   
    position: relative;
    height: 640px;
}

.about{ background: url(/static/images/banners/banner-about.jpg?v=1.1) center center no-repeat;}
.product{ background: url(/static/images/banners/banner-product.jpg?v=1.1) center center no-repeat;}
.service{ background: url(/static/images/banners/banner-service.jpg?v=1.1) center center no-repeat;}
.app{ background: url(/static/images/banners/banner-app.jpg) center center no-repeat;}
.news{ background: url(/static/images/banners/banner-news.jpg) center center no-repeat;}
.contact{ background: url(/static/images/banners/banner-contact.jpg) center center no-repeat;}



.banners .bans{
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-end;
    height: 100%;
}

.banners .info{
    color: #fff;
    text-align: right;
    padding-bottom: 35px;
}
.banners .info h5{
    font-size: var(--font-size-xl);
    line-height: 36px;
    position: relative;
    display: inline-block;
    padding-bottom: 44px;
}

.banners .info h3{
    font-size: var(--font-size-xxxxl);
    font-weight: 900;
    text-transform: uppercase;
    height:120px;
    display: block;
    background:linear-gradient(to bottom, rgb(97,147,191,1) 0%,
    rgba(97,147,191,0.7) 30%,
    rgba(97,147,191,0.4) 40%,
    rgba(97,147,191,0.1) 70%,
     rgba(97,147,191,0) 90%,
    rgba(97,147,191,0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}




.banners2{ 
    background-size: cover !important;   
    position: relative;
    height: 450px;
    margin-top: 98px;
}

.proshow{ background: url(/static/images/banners/banner-proshow.jpg) center center no-repeat;}


.banners2 .bans{
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-end;
    height: 100%;
}
.banners2 .info{
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding-bottom: 120px;
}
.banners2 .info .txt{
    color: #fff;
    padding-right: 50px;
}

.banners2 .info .txt>*{
    display: block;
}
.banners2 .info h5{
    font-size: var(--font-size-xx);
    line-height: 36px;
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
    font-family: "TT0173";
}
.banners2 .info h3{
    font-size: var(--font-size-xx);
    line-height: 36px;
    position: relative;
    display: inline-block;

}

.banners2 .info .num{
    font-size: 180px;
    font-family: "TT0173";
    text-transform: uppercase;
    height:120px;
    display: block;
    
    color: #fff;
}
.banners2 .info .num.num2{
    display: none;
}
/*banners-end*/






/*内页通用*/


.intit h3{
   font-weight: bold;
   font-size: var(--font-size-xl);
   color: #2777d7;
   position: relative;
   z-index: 0;
}
.intit h3::after{
    content: "Introduction";
    font-family: "DINCOND";
    position: absolute;
    bottom: 50%;
    left: 0;
    color: #f3f7fe;
    z-index: -1;
    font-size: var(--font-size-xxxl);

}



/*通用*/


.sstip{
    background-color: #005baa;
    color: #ffffff;
}
.sstip .warp2{
    display: flex;
    justify-content: flex-start;
    line-height: 50px;
}
.sstip  a{
    color: #fff;
    line-height: 50px;
    font-size: var(--font-size-sm);
}
.sstip  a:hover{
    text-decoration: underline;
}
.sstip span{
    margin: 0 15px;
    font-size: var(--font-size-sm);
}
/*about-start*/

.ab1{
    /* padding: 90px 0 80px 0;
   background-color: #ffff;*/
    position: relative;
    padding: var(--padding-top-100) 0 40px 0;
    background: url(/static/images/about/ab1_bg.jpg) left top no-repeat #fff;
    
}

.ab1 .warp2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:75px;
}
.ab1_left{
    padding-right: 80px;
}
.ab1_left .txt{
    padding-top: 70px;
}
.ab1_left .txt .ab1_tit{
    width: 370px;
    padding-bottom: 15px;
}
.ab1_left .txt b{
    color: #001a38;
    font-size: var(--font-size-lg);
    margin-bottom: 5px;
    position: relative;
    display: block;

}
.ab1_left .txt b::after{
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to left, rgba(39,119,215,1) 0%, rgba(39,119,215,0) 22.2%, rgba(39,119,215,0)100%);
}
.ab1_left .txt i{
    font-size: 14px;
    color: #001a38;
    display: block;
    font-style: normal;
    text-align: right;
    position: relative;
    line-height: 20px;
    
    
}
.ab1_left .txt i::after{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, rgba(39,119,215,1) 0%, rgba(39,119,215,0) 10%, rgba(39,119,215,0)100%);
}

.ab1_left .txt p{
    margin-top: 20px;
    font-size: 14px;
    color: #555;
    text-indent: 2em;
    display: block;
    line-height: 1.5;
}
.ab1_right{
    padding-left: 15px;
    position: relative;
    z-index: 1;
}
.ab1_right .img{
    background: url(/static/images/about/ab1_img1.jpg) right center no-repeat;
    background-size: cover; 
    height: 420px;
}
.ab1_right::after{
    content: "";
    position: absolute;
    top: 0;
    left: -5%;
    width: 100%;
    height:85%;
    background-color: #005baa;
    z-index: -1;
}


.ab2_box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: url(/static/images/about/ab2_img1.jpg) left bottom no-repeat #2777d7;
}

.ab2_right{
    width:55%;
    display: grid;
    grid-template-columns:auto 1fr;
    grid-gap:30px;
    padding: 0 25px;
}
.ab2_right .item{
    
    display: grid;
    grid-template-columns: auto 1fr;
    text-align: center;
    grid-gap:20px;
    padding: 40px 0px;
}
.ab2_right .item .icon{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 2px solid #fff;
    padding-right:25px ;
    margin-right: 0px;
}
.ab2_right .item .txt{
    color: #fff;
    text-align: left;
}
.ab2_right .item .txt b{
    font-size: var(--font-size-lg);
    color: #fff;
    display: block;
    line-height: 1.3;
    padding-bottom:15px;
}

.ab2_right .item .txt p{
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
    line-height: 1.4;
}








.ab3{
    padding: var(--padding-top-100) 0;
    
}
.ab3 .intit h3::after{
    content: "Environment";
}
.ab3_list{
   display: grid;
   grid-template-columns: calc(53% - 20px) 47%;
   grid-gap: 20px;
   padding-top: 65px;
}
.ab3_left{
    padding-right: 30px;
    /* background: #006bc9; */
    background: linear-gradient(to top, #006bc9 0%,  #008eeb 100%);
}
.ab3_left .swiper-slide img{
    border-radius: 0 0 45px 0;
}
.ab3_fy{
    position: relative;
    height: 70px;
}

.ab3_fy .swiper-horizontal>.swiper-pagination-bullets, .ab3_fy .swiper-pagination-bullets.swiper-pagination-horizontal,.ab3_fy .swiper-pagination-custom,.ab3_fy .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,8px);
    top: var(--swiper-pagination-top,50%);
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}

.ab3_fy .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: var(--swiper-pagination-bullet-inactive-color,#fff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
.ab3_fy .swiper-pagination-bullet-active {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,15px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,15px));
}

.ab3_right{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.ab3_right .item{
    position: relative;
    height: 270px;
}   
.ab3_right .item:nth-child(1){
    background: url(/static/images/about/ab3_img2.jpg) center center no-repeat;
    background-size: cover;
}
.ab3_right .item:nth-child(2){
    background: url(/static/images/about/ab3_img3.jpg) center center no-repeat;
    background-size: cover;
}
.ab3_right .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ab3_right .item .txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding: 40px 0 40px 50px;
    color: #fff;

    background: linear-gradient(to top, rgba(41,128,232,1) 0%, rgba(41,128,232,0.5) 60%, rgba(41,128,232,0) 100%);

}
.ab3_right .item .txt b{
    font-size: var(--font-size-lg);
    display: block;
    line-height: 1.3;
    
}
.ab3_right .item .txt p{
    font-size: 14px;
    line-height: 26px;
    text-indent: 2em;
}




.ab4{
    background: url(/static/images/about/ab4_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: var(--padding-top-100) 0 70px 0;
   
    
}


.ab4 .warp2{
    display: grid;
    grid-template-columns: calc(55% - 40px) 45%;
    gap: 40px;
}
.ab4 .intit h3::after{
    content: "Qualification";
}

.ab4_list{
    padding-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.ab4_list .dot{
    padding: 7px;
    background-color: #fff;
    text-align: center;
}

.ab4_right .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/static/images/about/ab4_right_bg.png) center bottom no-repeat;
    padding-bottom: 30px;
}

.ab4_right .swiper-slide .img{
    padding: 15px;
    background: linear-gradient(to top, #0053ec 0%,#0070ec 40%, #008eeb 100%);

}

.ab4_right .swiper-button-next,.ab4_right .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    background: linear-gradient(to top, #0053ec 0%,#0070ec 40%, #008eeb 100%);
}

.ab4_right .swiper-button-next:after,.ab4_right .swiper-button-prev:after{
    font-size: 24px;
}

.ab4_right .swiper-button-next.swiper-button-disabled,.ab4_right .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    color: #555;
    background: #fff;
}





.ab5{
    padding: var(--padding-top-100) 0 ;
}
.ab5_list{
    position: relative;
    background: url(/static/images/about/video_img.jpg) center center no-repeat;
    background-size: cover;
    height: 700px;
}
.ab5 .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ab5 .info a{
    margin-right: 50px;
    position: relative;
}




.ab5 .info a::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70px;
    height: 70px;
    border: 21px solid #4d7193;
    border-radius: 50%;
    z-index: -1;
    
}
.ab5 .info .txt{
    background: url(/static/images/about/ab5_right_bg.png) center right no-repeat;
    padding-right: 250px;
}
.ab5 .info .txt b{
    font-size: var(--font-size-xxxl);
    display: block;
    line-height: 1.3;
    color: #c0ddff;
    white-space: nowrap;
}


/*product*/
.pro1{
    padding: var(--padding-top-100) 0;
}
.pro1 .intit h3::after{
    content: "Product Introduction";
}
.pro_list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 40px;
    padding-top: 70px;
}
.pro_list a{
    position: relative;
    padding-bottom: 80px;
}
.pro_list a .info{
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 70%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items:  center;
    gap: 20px;
    padding: 50px 40px;
    background-color: #fff;
    box-shadow: -4px 7px  10px 1px rgba(34,34,34, 0.57);
    /* box-shadow: -4px 7px 10px 2px rgba(1, 27, 111, 0.57); */
}
.pro_list a .info b{
    font-size: var(--font-size-lg);
    display: block;
    line-height: 1.3;
    padding-bottom: 15px;
}
.pro_list a .info p{
    font-size: 14px;
    line-height: 26px;
    color: #999;
    height: 52px;
}

.pro_list a .info .icon{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    /* background: conic-gradient(from 135deg, #bed6f3 0%, #007bff 30%, rgba(0, 123, 255, 0.6) 50%, #bed6f3 70%, #bed6f3 100%); */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.pro_list a .info .icon::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient( from 0deg, #bed6f3, #2877d7);
    clip-path: circle(50% at 50% 46%);
   /* clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 50% 0%, 0% 100%, 0% 0%, 50% 0%); */
   z-index: -1;
}
.pro_list a .info .icon::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #bed6f3;
    z-index: -2;
}
.pro_list a .info span{
    background: #fff;
    display: block; 
}
.pro_list a .info span::after{
    color: #2777d7;
    content: "\e65e";
}

.pro_list a:hover .info{
    border-radius: 0 40px 0 0;
    background: linear-gradient(to top, #0053ec 0%,#0070ec 40%, #008eeb 100%);
    box-shadow: -4px 7px 10px 2px rgba(1, 27, 111, 0.57);
}
.pro_list a:hover .info b,.pro_list a:hover .info p{
    color: #fff;
}



.pro_list a:hover .info .icon::after{
    background: conic-gradient( from 0deg, rgba(10,84,192,0.3), #fefeff);
    
}
.pro_list a:hover .info span{
    background-color: #0076ec;
}
.pro_list a:hover .info span::after{
    color: #fff;
}


.pro2{
    background: url(/static/images/product/pro2_bg.jpg) left center no-repeat;
    background-size: cover;
    padding: var(--padding-top-100) 0;
}
.pro2 .title{
    color: #000;
}
.pro2 .title b{
    font-size: var(--font-size-lg);
    padding-bottom: 45px;
    display: block;
}
.pro2 .title p{
    font-size: var(--font-size-sm);
    line-height: 30px;
}
.pro2_list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 100px;
    row-gap: 35px;
    padding-top: 60px;
}
.pro2_list .item{
    background-color: #fff;
    border: 1px solid #2777d7;
    border-radius:10px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: flex-start;
    padding:30px  20px ;
}

.pro2_list .item .icon{
    
    padding-left: 40px;
    background: url(/static/images/product/pro2_yinhao.png) left top no-repeat;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.pro2_list .item .icon p{
    font-family: "TT0173"; 
    font-weight: bold;
    font-size: 90px;
    color: #f3f7fe;
    line-height: 80%;
}
.pro2_list .item .txt b{
    font-size: var(--font-size-lg);
    color: #000;
    line-height: 1;
    display: block;
    padding-bottom:20px;
}

.pro2_list .item .txt p{
    font-size: var(--font-size-sm);
    color: #555555;
    line-height: 1.3;
}
.pro2_list .item:hover{
    background: linear-gradient(to top, #0053ec 0%,#0063ec 34%, #008eeb 100%);
}
.pro2_list .item:hover b,.pro2_list .item:hover p{
    color: #fff;
}

/*productshow*/

.proshow1{
    padding: 100px 0;
    position: relative;
}
.proshow1 .warp2{
    position: initial;
}
.proshow1 .txt{
    width: 48%;
}
.proshow1 .title{
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    position: relative;
    padding-left: 60px;
    margin-bottom: 50px;
}
.proshow1 .title b{
    font-size: var(--font-size-lx);
    display: block;
    padding-right: 15px;
}
.proshow1 .title p{
    font-size: 14px;
}
.proshow1 .title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width:60px;
    height: 10px;
    background: linear-gradient(to right, rgba(85, 148, 215, 1) 0%,rgba(85, 148, 215, 0) 50%,  rgba(85, 148, 215, 0) 100%);
}
.proshow1 .txt p{
    font-size: var(--font-size-md) ;
    line-height: 1.5;
}
.proshow1 .img{
    position: absolute;
    top: -300px;
    right: 0;
    width: 51%;
    object-fit: cover;
    background-color: #fff;
    padding: 50px ;
}
.proshow1 .img img{
    width: 100%;
}
.proshow1 .table{
    padding-top: 80px;
    overflow: auto;
}
.proshow1 table {
    border-collapse: collapse; /* 合并边框，可选 */
    width: 100%;
    min-width:1000px;
}
.proshow1  table, th, td {
    border: 1px solid #555; /* 为表格、表头和单元格添加边框 */
    font-size: var(--font-size-sm);

  }
.proshow1  td{
    text-align: center;
    padding: 30px 0;
    vertical-align: middle;
}
.proshow1  td b{
    font-size: 2dvh;
    display: block;
}
.proshow1 table tr:nth-child(1) td{
    font-size: var(--font-size-lg);
}

.proshow1 table tr:nth-child(3) td:nth-child(3),.proshow1 table tr:nth-child(3) td:nth-child(4),.proshow1 table tr:nth-child(3) td:nth-child(5),.proshow1 table tr:nth-child(3) td:nth-child(6){
    width: 72px;
}



/*application*/
@keyframes in_app
{
    from {width: 40px;
    height: 40px;}
    to {width: 50px;
    height: 50px;}
}
 
@-webkit-keyframes in_app /* Safari 与 Chrome */
{
    from {width: 40px;
    height: 40px;}
    to {width: 50px;
    height: 50px;}
}


.app1{
    padding: var(--padding-top-100) 0;
}
.app1 .intit h3::after{
    content: "Application field";
}

.app1_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 25px;
    padding-top: 70px;
}
.app1_list .item{
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
.app1_list .item .info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45px;
    background-color: rgba(0,26,56,0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 80px;
    transition: all 0.3s ease-in-out;
    transition-delay: 1.2s;
}
.app1_list .item .info b{
    font-size: var(--font-size-lg);
    display: block;
    padding-bottom: 15px;
}
.app1_list .item .info p{
    font-size: var(--font-size-sm);
    line-height: 1.5;
    padding-bottom: 10px;
}
.app1_list .item .info .num{
    
    font-size: 180px;
    font-family: "TT0173";
    color: transparent;
    line-height: 1;
    -webkit-text-stroke: 1px rgba(255,255,255, 0.5);
    text-stroke: 1px rgba(255,255,255, 0.5);
    letter-spacing: 0px;
}
.app1_list .item .icon{
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: all 0.5s ease-in-out;
    transition-delay: 1.5s;
}

.quarter-circle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 110px;
    background: radial-gradient(circle at 200% 200%, #0038ed,#008eeb);
    border-top-left-radius: 95px;
    z-index: -1;
    transition: all 0.9s ease-in-out; 
    /* transform: scale(2); */
}

.app1_list .item .info2{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45px;
    background-color: rgba(0,26,56,0.8);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    transition: all 1s ease-in-out;
    transition-delay: 0.8s;
    z-index: 9;
    
}
.app1_list .item .title{
    color: #fff;
    text-align: center;
}
.app1_list .item .info2 .tit_icon{
    padding-bottom: 10px;
}

.app1_list .item .info2 .title b{
    font-size: var(--font-size-lx);
    display: block;
    padding-bottom: 15px;
}
.app1_list .item .info2 .title p{
    font-size: var(--font-size-md);
    line-height: 1.5;
    padding-bottom: 55px;
}
.app1_list .item .info2 .txt{
    padding-bottom: 80px;
}
.app1_list .item .info2 .txt p{
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}
.app1_list .item:hover{
    border-radius: 60px 0 0 0 ;
}
.app1_list .item:hover .info{
    left: -100%;
}
.app1_list .item:hover .icon{
    opacity: 0;
}
.app1_list .item:hover .quarter-circle{
    transform: scale(20);

}
.app1_list .item:hover .icon-content{
    display: none;
}
.app1_list .item:hover .info2{
    bottom: 0;
}

.app2{
    padding: var(--padding-top-100)  0;
    background: url(/static/images/app/app2_bg.jpg) no-repeat left center/cover;
}
.app2 .intit h3::after{
    content: "Cooperative clients";
    color: #f3f7fe;
}

.app2_list{
    padding: 0 100px;
    position: relative;
    margin-top: 90px;
}
.app2_list .swiper-slide{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.app2_list .swiper-slide .img{
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}

.app2_list .swiper-button-next,.app2_list .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;

    background: linear-gradient(to top, #0053ec 0%,#0070ec 40%, #008eeb 100%);
}

.app2_list .swiper-button-next:after,.app2_list .swiper-button-prev:after{
    font-size: 24px;
}

.app2_list .swiper-button-next.swiper-button-disabled,.app2_list .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    color: #555;
    background: #fff;
}

.app2_list .swiper-button-next,.app2_list .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px);
    left: auto;
}
.app2_list .swiper-button-next,.app2_list .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px);
    left: auto;
}


/*service*/
.ser1{
    padding: var(--padding-top-100) 0 0 0;
}
.ser1 .intit h3::after{
    content: "Sales outlets";
}
.ser1_list{
    padding-top:70px;
    display: grid;
    grid-template-columns: 44% 56%;
}
.ser1_list .map{
    background: url(/static/images/service/map.jpg) no-repeat center center/cover;
}
.ser1_list .list .item{
    padding: 35px 45px;
    background: #fff;
    border-bottom: 1px solid #2777d7;
    width: calc(100% - 45px);
}
.ser1_list .list .title{
    display: flex;
    justify-content: space-between;
    align-items: center;  
}
.ser1_list .list .title img{
    display: initial;
}
.ser1_list .list .title b{
    font-size: var(--font-size-md);
    color: #555;   
}
.ser1_list .list .info{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    padding-top: 25px;
    display: none;
    border-top: 1px solid #fff;
    margin-top: 15px;
}
.ser1_list .list .info .icon{
    width: 44px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ser1_list .list .info .txt{
    color: #fff;
}
.ser1_list .list .info i{
    font-size: var(--font-size-sm);
    line-height: 1.5;
    padding-bottom: 10px;
    font-style: normal;
}
.ser1_list .list .info p{
    font-size: 14px;
    line-height: 1.5;
}

.ser1_list .list .item.cur{
    width: 100%;
    background: linear-gradient(to top, #0053ec 0%,#0064ec 30%, #008eeb 100%);
}
.ser1_list .list .item.cur .title b{
    font-size: var(--font-size-lg);
    color: #fff;   
}
.ser1_list .list .item.cur .title img{
    display:  none
}
.ser1_list .list .item.cur .info{
    display: grid;
}


.ser2{
    padding: var(--padding-top-100) 0  ;
}
.ser2 .intit h3::after{
    content: "Service model";
}
.ser2_list{
    padding-top:70px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.ser2_list .item{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 35px;
    background-color: #edf4ff;
    padding: 55px 80px 115px 80px ;
    position: relative;
    overflow: hidden;
}
.ser2_list .item .icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ser2_list .item .icon span{
    color: #000;
    font-size: 38px;
}

.ser2_list .item .txt b{
    font-size: var(--font-size-lg);
    color: #000;
    padding-bottom: 25px;
    display: block;
}
.ser2_list .item .txt p{
    font-size: 14px;
    color: #555;
    position: relative;
    padding-left: 22px;
    line-height: 24px;
}
.ser2_list .item .txt p::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
}
.ser2_list .item .zs{
    position: absolute;
    bottom:22px;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px;
}
.ser2_list .item .zs .num{
    font-size: 14px;
    color: #2777d7;
    position: relative;
    padding: 0 5px;

}
.ser2_list .item .zs .num::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
    width: 100px;
    height:1px;
    background-color: #2a79d8;
}
.ser2_list .item .zs .num::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -150px;
    transform: translateY(-50%);
    width: 150px;
    height:1px;
    background: linear-gradient(to right, rgba(39, 119, 215,1) 0%, rgba(39, 119, 215,0) 70%);
}
.ser2_list .item .zs .zstxt{
    font-size: var(--font-size-xx);
    color: rgba(39, 119, 215,0.5);
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    font-family:"TT0173" ;
}
.ser2_list .item:hover{
    background-color: #2777d7;
}
.ser2_list .item:hover .icon{
    border: 1px solid #fff;
}
.ser2_list .item:hover .icon span{
    color: #fff;  
}
.ser2_list .item:hover .txt b {
    
    color: #fff;
}
.ser2_list .item:hover .txt p {
    color: #fff;
}
.ser2_list .item:hover .txt p::before{
    
    background-color: #fff;
}
.ser2_list .item:hover .zs .num{
    color: #fff;
}
.ser2_list .item:hover .zs .num::before{
    
    background-color: #fff;
}
.ser2_list .item:hover .zs .num::after{
   
    background: linear-gradient(to right, rgba(255, 255, 255,1) 0%, rgba(255, 255, 255,0) 70%);
}
.ser2_list .item:hover .zs .zstxt{
    color: rgba(255, 255, 255,0.5);
}


.ser3{
    background: url(/static/images/service/ser3_bg.jpg) no-repeat center center / cover;
    padding: 65px 0;
}
.ser3 .warp2{
    display: flex;
    justify-content: space-between;
    align-items: center;  
}
.ser3 .txt{
    color: #fff;
}
.ser3 .txt b{
    font-size: var(--font-size-x);
    display: block;
    padding-bottom: 25px;
}
.ser3 .txt p{
    font-size: var(--font-size-md);
}

.ser3 a{
    margin: 0;
}
/*news*/
.news1{
    padding: var(--padding-top-80) 0 0 0;
    background: url(/static/images/news/news1_bg.jpg)   top  center  no-repeat;
    background-size:auto;
}
.news1_list{
    margin-top: 90px;
    
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    padding: 50px 0 90px 70px;
}
.news1_list a{
    display: grid;
    grid-template-columns: 1fr 2fr ;
    gap: 30px;
    width: calc(100% + 1px);
}
.news1_list .txt{
    position: relative;
}
.news1_list .txt::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left:0;
    width: 40%;
    height: 2px;
    background-color: #0a54ac;
    border-radius: 1px;
}
.news1_list .txt::before{
    content: "";
    position: absolute;
    bottom: 0px;
    left:0;
    width: 100%;
    height: 2px;
    background-color: #acd6ff;
    border-radius: 1px;
}
.news1_list .txt .time{
    width: 70px;
    text-align: center;
}
.news1_list .txt .day{
    font-size: var(--font-size-xxl);
    color: #555;
    font-family: "TT0173"
}
.news1_list .txt i{
    font-size: 14px;
    color: #999;
    font-style: normal;
    display: block;
}
.news1_list .txt b{
    font-size: var(--font-size-lg);
    color: #000;
    padding-top: 50px;
    padding-bottom: 25px;
    display: block;
}
.news1_list .txt p{
    font-size: 14px;
    color: #999;
    line-height: 1.4;
    padding-bottom: 40px;
}
.news1_list .newlink{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    /* background: conic-gradient(from 135deg, #bed6f3 0%, #007bff 30%, rgba(0, 123, 255, 0.6) 50%, #bed6f3 70%, #bed6f3 100%); */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.news1_list .newlink::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient( from 0deg, #bed6f3, #2877d7);
    clip-path: circle(50% at 50% 46%);
   /* clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 50% 0%, 0% 100%, 0% 0%, 50% 0%); */
   z-index: -1;
}
.news1_list .newlink::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #bed6f3;
    z-index: -2;
}
.news1_list .newlink span{
    background: #fff;
    display: block; 
}
.news1_list .newlink span::after{
    color: #2777d7;
    content: "\e65e";
}

.news1_list .img{
    transform: translateY(-140px) ;
    object-fit: cover;
    margin-bottom: -140px;
    position: relative;
    border-radius:  0 0 0 50px;
    overflow: hidden;
}
.news1_list .img img{
    width: 100%;
}
.news1_list .img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(9, 80, 163, 0.7) 0%, rgba(9, 80, 163, 0) 55%) ;
}



.news2{
    padding: var(--padding-top-80) 0;
    
}
.news2_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.news2_title .txt{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.news2_title .txt h2{
    font-size: var(--font-size-xxxll);
    color: rgba(171, 214, 255,0.3);
    font-family: "DINCOND";
    text-transform: uppercase;
    padding-right: 24px;
}
.news2_title .txt h3{
    font-size: var(--font-size-xxxl);
    color: rgba(171, 214, 255,0.3);
    font-family: "DINCOND";
    text-transform: uppercase;
}
.news2_title a{
    margin: 0;
}
.news2_title .link{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.news2_title .link a{
    display: inline-block;
    color: #000;
    background-color: #edf4ff;
    
    padding: 15px 60px 15px 40px;
    border-radius: 28px;
    font-size: var(--font-size-sm);
    position: relative;
    width: 180px;
    transition: ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;
}

.news2_title .link a::after{
    content: "\eb94";
    font-family: "iconfont";
    position: absolute;
    top: 50%;
    right:30px;
    transform: translateY(-50%);
    color: #000;
    font-size: 26px;
    transition: ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;
}
.news2_title .link a:hover,.news2_title .link a.cur{
    background: linear-gradient(to top, #008eeb 0%, #0078ec 45%, #0154ea 100%);
    color: #fff;
}
.news2_title .link a:hover::after,.news2_title .link a.cur::after{
    color: #fff;
}

.news2_list{
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}
.news2_list .item{
    background-color: #edf4ff;
    border-radius: 10px;
    padding: 40px;
    border: 1px solid #fff;
    
}
.news2_list .item:hover{
    background: #fff;
    color: #fff;
    border: 1px solid #2777d7;
    
}
.news2_list .tip{
    padding-left: 30px;
    position: relative;
    margin-bottom: 30px;
}
.news2_list .tip::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #999;
    z-index: 1;
}
.news2_list .tip span{
    font-size: 14px;
    color: #999;
    display: inline-block;
    padding: 0 10px;
    background-color: #edf4ff;
    position: relative;
    z-index: 5;
}
.news2_list .title{
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 50px;
}
.news2_list .title b{
    font-size: var(--font-size-lg);
    color: #000;
    padding-bottom:15px;
    display: block;
}

.news2_list .title p{
    font-size:14px;
    color: #999;
    display: block;
    line-height: 22px;
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;

}
.news2_list .title img{
    width: 57px;
}
.news2_list .img{
    border-radius: 20px 0;
    overflow: hidden;
    position: relative;
}
.news2_list .img img{
    width: 100%
}
.news2_list .item .img .new_more{
    position: absolute;
    top: -100%;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,34,74,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.news2_list .item .img .new_more span{
    margin: 70px 0;
    display: inline-block;
    color: #fff;
    background: linear-gradient(to bottom, #008eeb 0%, #0078ec 45%, #0154ea 100%);
    padding: 15px 60px 15px 40px;
    border-radius: 28px;
    font-size: var(--font-size-sm);
    position: relative;
    width: 180px;
}

.news2_list .item .img .new_more span::after{
    content: "\eb94";
    font-family: "iconfont";
    position: absolute;
    top: 50%;
    right:30px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 26px;
}


.news2_list .item:hover .title{
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
}
.news2_list .item:hover .title img{
    display: none;
}
.news2_list .item:hover .tip span{
    background-color: #fff;
}

.news2_list .item:hover .img .new_more{ 
    top: 0;  
}



/*newsshow*/

/*newsshow*/
.newsshow .btn a{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.newsshow{ padding:var(--padding-top-80) 0; background: #fff;}
.newsshow .boxs{ background:#f3f3f3; }
.newsshow .title{ padding:40px; text-align:center;}
.newsshow .title h3{ font-size:1.8em; color:#333333;  line-height:24px; margin-bottom:20px;}
.newsshow .title .dot{ background:#0f60af; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.newsshow .title .dot h4{ color:#fff; font-size:1.4em; display:inline-block; padding:14px 15px;}
.newsshow .txt{ padding:20px 40px; line-height:24px; color:#666666; }
.newsshow .txt *{ font-size:14px; line-height:24px;}
.newsshow .txt p{ font-size:14px; }
.newsshow .txt img{ max-width:100%; margin:0 auto; padding:0px 0;}
.newsshow .btn{ padding:40px;}
.newsshow .btn a{ display:block; background: rgba(30, 81, 147, 0.1); font-size:1.4em; color:#333333; line-height:24px; padding:12px 20px; margin-top:10px;}
.newsshow .btn a:hover{ background:#0f60af !important; color:#fff !important;}



/*contact*/
.con1{  
    padding: var(--padding-top-100) 0;
}
.con1 .con1_list{
    display: grid;
    grid-template-columns: auto 58%;
    gap: 90px;
    padding-top: 80px;
}
.con1 .intit  h3::after{
    content: "Contact us";
}

.con1_list .title{
    border-bottom: 3px solid #474747;
    margin-bottom: 10px;
}
.con1_list .title b{
    font-size: var(--font-size-lg);
    color: #474747;
    padding-bottom: 15px;
    display: block;
}
.con1_list .title p{
    font-size:14px;
    color: #474747;
    padding-bottom: 20px;
    display: block;
}
.con1_list .lx{
    padding: 25px 10px;
    border-bottom:  1px solid #aaa;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap:15px ;
}
.con1_list .lx i{
    font-size: var(--font-size-md);
    font-style: normal;
    color: #474747;
    display: block;
    padding-bottom: 10px;
}
.con1_list .lx p{
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
}

.con2{
    padding:100px 0  60px 0 ;
}


.feed_form{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap:20px;
    grid-column-gap: 20px; 
}
.feed_form .dot{
    position: relative;
}
.feed_form .dot p{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    display: block;
    padding-bottom: 15px;
    position: relative;
}
.feed_form .dot input{
    width: 100%;
    height: 68px;
    line-height: 68px;
    font-size: 1.4rem;
    padding-left: 65px;
    outline: none;
    border: 0;
    border: 1px solid #2777d7;
     position: relative;

}
.feed_form .dot  label{
    font-size: 26px;
    color: #2c2c2c;
    position: absolute;
    top: 20px;
    left:28px;
    z-index: 1;

}
.feed_form .dot:nth-child(5),.feed_form .dot:nth-child(6){
    grid-column: 1 / -1
}

.feed_form .dot textarea{
    width: 100%;
    font-size: 1.4rem;
    line-height: 24px;
    border: 0;
    outline: none;
    height: 200px;
    padding: 20px 35px 20px 65px;
    border: 1px solid #2777d7;
}

.feed_form .dot input::placeholder, .feed_form .dot textarea::placeholder {
    color:#999; 
    font-size: 14px;
    font-family: "Microsoft YaHei","Arial"; 
    
}

.feed_form .dot:hover input::placeholder, .feed_form .dot:hover textarea::placeholder {
    color:#999999; 
    font-size: 14px; 
    
}


.feed_form .dot:nth-child(6){
    text-align: right;
    padding: 20px 0;
}
.feed_form .dot button{
    background: linear-gradient(to bottom, #008eeb 0%, #0078ec 45%, #0154ea 100%);
    text-align: center;
    color: #fff;
    font-size: var(--font-size-sm);
    border-radius:23px ;
    padding: 15px 60px 15px 40px;
    position: relative;
    border: 0;
    outline: 0;
    width: 180px;
}
.feed_form .dot button::after{
    content: "\eb94";
    font-family: "iconfont";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}
.feed_form .dot:hover input,.feed_form .dot:hover textarea{
    background-color: #2777d7;
    color: #fff;
}
.feed_form .dot:hover label{
    color: #fff;
}
.feed_form .dot:hover input::placeholder,.feed_form .dot:hover textarea::placeholder{
    color:#fff; 
}


.con2{
    background: url(/static/images/contact/con2_bg.jpg) no-repeat center center;
    background-size: cover;
}
.con2 .intit  h3::after{
    content: "Talent recruitment";
}

.con2_list{
    padding-top: 60px;
}
.con2_list .item{
    background-color: #fff;
    margin-bottom: 35px;
    border-radius: 15px;
    overflow: hidden;
}

.con2_list .item .con2_tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 30px  45px;
    border-radius: 15px;

}
.con2_list .item .con2_tit p{
    font-size:var(--font-size-md) ;
}
.con2_list .tit_left{
    display: grid;
    grid-template-columns:1fr auto;
    align-items: center;
    gap:20px;
}

.con2_list .tit_right{
    display: grid;
    grid-template-columns:1fr auto 20px;
    align-items: center;
    gap:50px;
}

.con2_list .icon1 span{
    font-size:26px;
    color: #2c2c2c;

}

.con2_list .icon2 span{
    font-size:20px;
    color: #000;

}

.con2_list .item .con2_tit p:nth-child(3),.con2_list .item .con2_tit p:nth-child(4){

    text-align: right;
}

.con2 .job{
    
    background: url(/static/images/contact/job_bg.jpg) no-repeat right center;
    color: #555;
    transform: scaleY(0);
    height: 0;
    transition: all 0.5s ease-in-out;
}
.con2 .job .box{
    padding: 45px  90px;
}
.con2 .job i{
    font-size: var(--font-size-md);
    font-style: normal;
    display: block;
    padding-bottom: 15px;
}
.con2 .job p{
    font-size: 14px;
    line-height: 1.5;
}
.con2 .job_tip{
    font-size: 14px;
    padding-top: 30px;
    line-height: 1.5;
}
.job_info{
    display: none;
    padding-bottom: 10px;
}
.con2 .job_info p{
    font-size: var(--font-size-md);
    line-height: 1.5;
}

.con2_list .item:hover .con2_tit ,.con2_list .item.cur .con2_tit{
    background-color: #2777d7;
    color: #fff;
}

.con2_list .item:hover span,.con2_list .item.cur span{
    color: #fff;
}

.con2  .item.cur .job{
    transform: scaleY(1);
    height: auto;
}