@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('/static/fonts/iconfont.ttf?t=1751441396846') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-left:before {
  content: "\e83d";
}

.icon-right:before {
  content: "\e840";
}


.icon-jiahao:before {
  content: "\eaf3";
}

.icon-xiazai:before {
  content: "\e7c8";
}
.icon-zhuangjirongliang:before {
  content: "\e683";
}

.icon-shiyouhuagong:before {
  content: "\e668";
}

.icon-caimeiji:before {
  content: "\e618";
}



/*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;} 
.clearfix{*zoom:1;/*IE/7/6*/}

.hide{
    display: none;
}
.show{
    display: block;
}

.warp{max-width:1600px;margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{max-width:1660px;margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.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: #005baa; /* 主色调 */
  --secondary-color: #d61423; /* 次要色调 */
  --text-color: #555555; /* 默认文本颜色 */
  --light-color: #b3ccff; /* 浅色背景 */
  --dark-color: #000000; /* 深色文本 */
  --accent-color: #ff6b00; /* 强调色 */

  --swiper-navigation-color: #1e5193;
  --index-ban-height:860px;
  --about-ban-height:640px;
  --index-pad-top120: 120px;
  --warp_pad:calc((100% - 1600px)/2);
  --ab-pad-top70: 70px;
  /* 文字大小参数 */
  --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-xl: 4.8rem; /* 超大字体 */
  --font-size-xxl: 6rem; /* 特大字体 */
  --font-size-xxxl: 7rem; /* 特大字体 */
  --font-size-120: 12rem
}


/*间距结束*/
/*盒子*/
.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%;
}
.Pagination li{display: inline-block;}
.Pagination a:hover{
    color: #fff;
    border: 1px solid #063587;
    background-color: #063587;
}

.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;
    border-radius: 50%;
}
.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 #063587;
    background-color: #063587;
}


/*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: 34px;	right: 20px;	z-index: 10;display: none !important;}
#hamburger:before, #hamburger:after, #hamburger span { background:#fff; 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);}



/*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{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 900;
    background: rgba(6,53,135, 0.8);
}

.top_right{
    display: flex;
    align-items: center;
}


.header .mune p{
    font-size: var(--font-size-xs);
}

.header .logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.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 a{
    font-size: var(--font-size-sm);
    color: #fff;
    margin: 0 25px;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 120px;
    padding: 0 8px;
    font-weight: bold;

}
.header nav a::after{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 7px;
  background: #ee7721;
  transition: ease .5s all;
  -moz-transition: ease .5s all;
}
.header nav a:hover:after{
    width: 100%;
}

#m1 #a1:after,#m2 #a2:after,#m3 #a3:after,#m4 #a4:after,#m5 #a5:after{
    width: 100%;
}


.header .mune{
    display: flex ;
    align-items: center;
    margin-left: 25px;
}

.header .mune .tel{
    font-size: var(--font-size-sm);
    color: #fff;
    background: url(/static/images/top-tel.png) left 15px center no-repeat;
    padding: 12px 12px 12px 40px;
    border: 1px solid #fff;
    border-radius: 36px;
}
.header .mune a{
    margin-left: 20px;
    background: url(/static/images/top-search.png) center center no-repeat #ee7721;
    width: 33px;
    height: 33px;
    border-radius: 50%;
}

.header.up{ top:-200px; background:#fff;}


/*内页导航*/

.inside .header,.faside .header{
    background: none;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.inside .header .logo .logo-png{
    display: block;
}
.inside .header .logo .logo-img{
    display: none;
}
.inside .header nav a,.inside .header .mune p,.inside .header nav .item .mud a{
    color: #fff;
}
.inside .header nav .item .mud{
    background-color: rgba(0, 0, 0, .8);
}
/*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{ 
    
}
.fo1{
    background: url(/static/images/foot_bg.jpg) center top no-repeat #04214d; 
    padding:150px 0 80px 0 ;
}

.fo1 .warp .fo-txt{
    text-align: right;
    padding-bottom: 60px;
}
.fo1 .warp .fo-txt h2{
    font-size: var(--font-size-xl);
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.3;
}
.fo1 .warp .fo-txt p{
    font-size: var(--font-size-x);
    color: #fff;
    line-height: 24px;
    background: url(/static/images/foot_left.png) left center no-repeat;
    padding-left: 75px;
    display: inline-block;
    line-height: 46px;
}

.fo1 .fo_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    background-color: #f9fbfe;
    padding: 50px 80px;
}


.fo_search h5{
    font-size: var(--font-size-md);
    margin-bottom: 20px;
    padding-left: 5px;
    font-weight: 500;
}
.fo_search .fo_input{
    display: flex;
    align-items: center;
    justify-content:flex-start;
    
}
.fo_search .fo_input input{
    width: 400px;
    height: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: none;
    outline: none;
    padding-left: 30px;
}
.fo_search .fo_input button{
    width: 100px;
    height: 50px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: var(--font-size-sm);
    background: url(/static/images/dingyue.png) center center no-repeat #ee7721;
    border: none;
    outline: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.fo_contact{
    padding-top: 45px;
}
.fo_contact .dot{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
}
.fo_contact .dot img{
    margin-right: 10px;
}
.fo_contact .dot p{
    font-style: normal;
    font-size: 14px;
    color: #999999;
    line-height: 1.3;
}

.fo1 .warp .fo_nav{
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 65px;
}

.fo1 .warp .fo_nav h2{
    font-size: var(--font-size-md);
    margin-bottom: 25px;
    color: #000000;
    font-weight: 500;
}
.fo1 .warp .fo_nav a{
    display: block;
    font-size: var(--font-size-xs);
    color: #555555;
    line-height: 30px;
    padding-left: 5px;
}
.fo1 .warp .fo_nav a:hover{
    text-decoration: underline;
}

.fo3{
    background-color: #063587;
}
.fo3 .warp{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f6f9ff;
    padding-top: 25px;
    padding-bottom: 25px;
}
.fo3 .warp p{
    font-size: 14px;
    line-height: 24px;
    color:#e6e6e6;
    margin-right: 20px;
    font-weight: lighter;

}
.fo3 .warp p:last-child{
    margin-right: 0;
}

.bottomlist{ background:#063587; 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:var(--index-ban-height); 
    overflow: hidden;
    display: flex;
    justify-content: center;
    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-top: 120px; 
}

.banner .txt h2{ 
    font-weight:900;
    font-size: var(--font-size-xxl);
    margin-bottom:10px;
    line-height: 1.2;
    
}
.banner .txt h4{ 
    font-size: var(--font-size-xl);
    margin-bottom: 32px;
    font-weight:900;
    line-height: 1.3;
    
}

.banner .txt p{
    font-size: var(--font-size-lg);
    line-height: 36px;
}
.banner .txt a{
    

}
.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;
}

.hid{
    display: none;
}
.his{
    display: block;
}
/* .banner .txt a{
    background: url(/static/images/foot_left.png) left 3px center no-repeat #ee7721;
    height: 50px;
    border-radius: 25px;
    width: 150px;
    padding-left: 40px;
    color: #fff;
    text-align: center;
    line-height:50px;
    font-size: var( --font-size-xs);
    margin-top: 80px;
    
}
.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 .in_btn{
    position: relative;
    margin-top: 80px;
}
.banner .txt a:after{
   
    color: #fff;
}


.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, 50px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}
.banner .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,40px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,6px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,0);
    background: var(--swiper-pagination-bullet-inactive-color,#fff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.banner .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background:  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{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tit .txt{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}
.tit .txt::after{
    content: "Provided";
    position: absolute;
    font-size: var(--font-size-120);
    font-weight: 900;
    color: rgba(255, 255, 255, 0.7);
    left: 0;
    bottom: 15px;
    z-index: -1;
    text-transform: uppercase;
}
.tit h3{
   font-size: var(--font-size-xl);
   color: #063587;
   font-weight:bold;
   margin-left: 20px;
}
.tit p{
    font-size: var(--font-size-x);
    color: #666666;
    display: block;
    line-height: 1.4;
}
.in_btn{
    background: #063587;
    height: 52px;
    border-radius: 25px;
    width: 150px;
    padding-left: 40px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    font-size: var( --font-size-xs);
    display: block;
    position: relative;
}
.in_btn::after{
    content: "\e840";
    font-family: "iconfont";
    font-size: 2rem;
    color: #fff;
    position: absolute;
    left:2px;
    top: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    transform: translateY(-50%);
    border: 1px solid #fff;
    border-radius: 50%;
}
.in_btn:hover{
    background-color: #ee7721;
}
/*通用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;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    text-align: left;
    transition: ease 0.5s all;
}

/***/




/*ip*/

.in_btn,.ip1_list .item p,.ip1_list .item a span,.ip1_list .item a span::after,.ip1_list .item a span::before{transition:ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}

.ip1{
    padding:var(--index-pad-top120) 0 0 0;
    background: url(/static/images/ip1_bg.jpg) no-repeat center center;
    background-size: cover;
}

.ip1_list{
    
    padding-top: 110px;
    

}
.ip1_list .item{
    
    border-left: 1px solid #d6dce9;
}
.ip1_list .item1{
    border-right: 1px solid #d6dce9;
}
.ip1_list .item a{
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 0px;
    padding: 80px 0 115px 0;
}
.ip1_list .item a span{
    font-size: 24px;
    color: #555555;
    display: inline-block;
    border: 1px solid #555555;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    position: relative;
}
.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:50px;
}
.ip1_list .item a span::after{
    content: "+";
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    line-height: 46px;
}
.ip1_list .item a span::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 0px;
    height:0px;
    background: rgba(238, 119, 33, 0.1);
    border-radius: 40px;
}
.ip1_list .item p{
    font-size: var(--font-size-lg);
    line-height:42px;
    font-weight: bold;
    color: #2a2c2e;
    margin-top: 20px;
}

.ip1_list .item a:hover{
    background: url(/static/images/pimg_bg.png) no-repeat center center;
}

.ip1_list .item a:hover span{
    background-color: #ee7721;
    border-color: #ee7721;
}
.ip1_list .item a:hover span::after{
    color: #fff;
}
.ip1_list .item a:hover span::before{
    width: 80px;
    height:80px;
}
.ip1_list .item a:hover p{
    font-size: var(--font-size-lx);
}

/*ip2*/
.ip2_dot .info2{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(--index-pad-top120) 0  90px 0; 
}
.ip2 .txt::after {
    content: "Applicable"; 
    color: rgba(249, 251, 254, 0.7);
}

.ip2 .tit_right,.ip4 .tit_right{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.ip2 .tit_right .ip2-prev,
.ip2 .tit_right .ip2-next,
.ip4 .tit_right .ip4-prev,
.ip4 .tit_right .ip4-next{
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background: #063587;
    border: 1px solid #063587;
    color: #fff;
    display: block;
    box-shadow: -6px 10px 10px rgba(6, 27, 135, 0.2);
    cursor: pointer;    
}
.ip2 .tit_right span,.ip4 .tit_right span{
    font-size: 24px;
}

.ip2 .tit_right .ip2-next.swiper-button-disabled,.ip2 .tit_right .ip2-prev.swiper-button-disabled,
.ip4 .tit_right .ip4-prev.swiper-button-disabled,.ip4 .tit_right .ip4-next.swiper-button-disabled{
    box-shadow: none;
    background: none;
    border: 1px solid #555;
    color: #555;
}
.ip2_list{
    padding-top: 95px;
}
.ip2_pro{
    padding-bottom: 30px;
}
.ip2 .swiper-slide{
    overflow: hidden;
    border-radius: 5px;
    
}
.ip2_dot{
position: relative;
}
.ip2_dot .info1,.ip2_dot .info2,.ip2_dot .info3,.ip2_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 24px;
    color: #fff;
    z-index: 9;
}
.ip2_dot img{
    opacity: 0.5;
    overflow: hidden;
    border-radius: 5px;
}
.ip2_bg{
    background: rgba(0, 0, 0, 0.5);
}
.ip2_dot .info1{
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 55px;
}
.ip2_dot .info1 h3{
    font-size:var(--font-size-lx);
    color: #fff;
}
.ip2_dot .info2{
    padding: 0 55px 30px 55px;
    top: 100%;
    
}
.ip2_dot .info2 .box{
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    padding: 25px 60px;
    border-radius: 10px;
    color: #555;

}
.ip2_dot .info2 .ip2_tit{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.ip2_dot .info2 h3{
    font-size:var(--font-size-lx);
    color: #000;
    font-weight: bold;
    margin-right: 20px;
}
.ip2_dot .info2 h5{
    font-size:var(--font-size-md);
}
.ip2_dot .info2 p{
    font-size: 14px;
    line-height: 1.3;
}
.ip2_dot .info2 a{
    margin-top: 40px;
    display: inline-block;
}
.ip2_dot .info3{
    background: url(/static/images/ip2_swbg.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
}
.ip2_list .swiper-slide-active .ip2_dot .info3,.ip2_list .swiper-slide-active .ip2_bg{
    display: none;
}
.ip2_list .swiper-slide-active .ip2_dot img{
    opacity: 1
}
.ip2_list .swiper-slide-prev .ip2_dot .info1{
    justify-content: flex-end;
}

.ip2_list .swiper-slide-active .ip2_dot:hover .info1{
    display: none;
}
.ip2_list .swiper-slide-active  .ip2_dot:hover .info2{
    top: 0;
}
.ip2_list .swiper-slide-active{
    box-shadow: -8px 12px 20px rgba(6, 27, 135, 0.3);
}
/*第三层*/

.icon_list .dot {transition:ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}

.ip3{
    
    padding: var(--index-pad-top120) 0  180px 0;
    background: url(/static/images/ip3_bg.jpg) no-repeat right bottom #f9fbfe;
    position: relative;
   
}
.ip3 .txt::after {
    content: "choose"; 
}

.ip3_list{
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding-top: 85px;
}
.ip3_left{
    padding-right: 30px;
}
.ip3_left h4{
    font-size: var( --font-size-lg);
    color: #363636;
    font-weight: bold;
    margin-bottom: 35px;
    line-height: 1.3;
}
.ip3_left p{
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    margin-bottom: 20px;
    text-indent: 2em;
}
.ip3_right{
    text-align: right;
    background: url(/static/images/ip3_img1.jpg) right center no-repeat;
    height: 450px;
}
.icon_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
    margin-top: 50px;
}
.icon_list .dot{
    padding: 15px 20px 15px 2px;
    border-bottom: 1px solid #939297;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icon_list .dot span{
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.icon_list i{
    font-style: normal;
    font-size: 14px;
    color: #525252;
}

.icon_list  .icon1{
    background-image: url(/static/images/ip3_icon1.png);
}
.icon_list  .icon2{
    background-image: url(/static/images/ip3_icon2.png);
}
.icon_list  .icon3{
    background-image: url(/static/images/ip3_icon3.png);
}
.icon_list .dot:hover{
    background-color: #063587;
    border-color: #ee7721;
    padding-left: 18px;
    box-shadow: -8px 10px 10px rgba(6, 27, 135, 0.15);
}
.icon_list .dot:hover i{
    color: #fff;
}
.icon_list .dot:hover .icon1{
    background-image: url(/static/images/ip3_icon1-1.png);
}
.icon_list .dot:hover .icon2{
    background-image: url(/static/images/ip3_icon2-1.png);
}
.icon_list .dot:hover .icon3{
    background-image: url(/static/images/ip3_icon3-1.png);
}
.ip3_fd{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}



.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{
    padding:var(--index-pad-top120) 0 90px 0 ;
}
.ip4 .tit .txt::after {
    color: rgba(249, 251, 254, 0.7);
    content: "Share";
}
.ip4_list{
    position: relative;
    /* display: flex;
    justify-content: flex-end;
    align-items: center; */
    margin-top: 80px;
}
.ip4_pro{
    padding:0 30px 30px 30px ;
    
}
.ip4_list .swiper-slide{
    overflow: hidden;
    border-radius: 15px;
}

.ip4_list .swiper-slide:hover{
    border-radius: 30px;
    box-shadow: -13px 14px 17px rgba(6, 27, 135, 0.2);
}
.ip4_list a{
    background-color: #f9fbfe;
    display: block;
    padding: 40px 40px 60px 40px;
    overflow: hidden; 
    color: #555;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 500px;
}

.ip4_tit{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ip4_tit h5{
    font-size:14px;
    margin-right: 20px;
    line-height: 24px;
}
.ip4_tit b{
    font-size:12px;
    font-weight: normal;
    line-height: 1.2;
}



.ip4_info h4{
    font-size: var(--font-size-lg);
    color: #000;
    line-height: 32px;
    margin-bottom:40px;
    font-weight: bold;
    height:64px ;
}
.ip4_info p{
    font-size:14px;
    line-height: 24px;
    text-indent: 2em;
}
.ip4_list a .in_btn{
    background: none;
    color: #555;
}
.ip4_list a .in_btn::after {
    color: #555;
    border: 1px solid #555;
}
.ip4_list a:hover{
    background: url(/static/images/ip4_dot_bg.jpg) no-repeat right bottom  #063587;
    box-shadow: -5px 9px 10px rgba(6, 27, 135, 0.3);
    color: #fff;
}
.ip4_list a:hover .ip4_tit b{
    color: #555;
    background-color: #fff;
    border-radius: 7px;
    display: inline-block;
    padding: 5px 12px;
}
.ip4_list a:hover h4{
    color: #ee7721;
}
.ip4_list a:hover .in_btn{
    color: #fff;
}
.ip4_list a:hover .in_btn{
    background-color: #ee7721;
}
.ip4_list a:hover .in_btn::after {
    color: #fff;  
    border: 1px solid #fff;
}



/* .ip6_page.swiper-button-disabled{
    display: none;
} */

/*内页*/
/*banners-start*/
.banners,.banners2{ 
    background-size: cover !important;   
    position: relative;
    height:var(--about-ban-height);
}

.about{ background: url(/static/images/banners/banner-about.jpg) center center no-repeat;}
.product{ background: url(/static/images/banners/banner-product.jpg) center center no-repeat;}
.case{ background: url(/static/images/banners/banner-case.jpg) center center no-repeat;}
.service{ background: url(/static/images/banners/banner-service.jpg) center center no-repeat;}
.news{ background: url(/static/images/banners/banner-news.jpg) center center no-repeat;}
.news2{ background: url(/static/images/banners/banner-news2.jpg) center center no-repeat;}
.shop{ background: url(/static/images/banners/banner-shop.jpg) center center no-repeat;}
.contact{ background: url(/static/images/banners/banner-contact.jpg) center center no-repeat;}


.banners  .bans_warp{
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.banners .info{
    color: #fff;
    padding-top:120px;
}
.banners .info h3{
    font-size: var(--font-size-xxl);
    line-height: 40px;
    padding-top:25px;
    display: block;
    font-weight: 900;
}
.banners .info p{
    font-size: var(--font-size-lx);
    line-height: 1.3;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 900;
    font-family: Arial;
}
.banner_border{
    height: 10px;
    background-color: #ee7721;
}
.banner_warp{
    margin-left: var(--warp_pad);
    background-color: #063587;
    height: 10px;
    width: calc(100% - var(--warp_pad));
}
/*banners-end*/






/*内页通用*/
.intit{
    position: relative;

}

.intit h3{
   font-weight: bold;
   font-size: var(--font-size-x);
   color: #000;
   position: relative;
   padding-bottom: 18px;
}
.intit h3::after{
    content: "Company Profile";
    position: absolute;
    bottom: 0px;
    left: 0;
    color: rgba(6,53,135, 0.05);
    text-transform: uppercase;
    font-size: var(--font-size-xl);
}
.intit p{
    color: #555;
    font-size: var(--font-size-lg);
    position: relative;
    padding-left: 170px;  
    display: block;
    width: 100%;
    line-height: 70px;
    font-weight: bold;
}
.intit p:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 140px;
    height: 2px;
    background-color: #555555;
}


/*通用*/



/*about-start*/

.ab1{
    /* padding: 90px 0 80px 0;
   background-color: #ffff;*/
    position: relative;
    padding: var(--ab-pad-top70) 0 90px 0;
    
}
.ab1 .intit p{
    background: url(/static/images/about/ab1_tit_bg.jpg) no-repeat right center;
}
.ab1_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    margin-top:60px;
}
.ab1_right h4{
    font-size: var(--font-size-lg);
    color: #000;
    padding-bottom: 30px;
}
.ab1_right p{
    font-size: 14px;
    color: #555;
    line-height: 24px;
    text-indent: 2em;
    padding-bottom: 24px;
}
.ab1_txt{
    padding-top: 25px;
}
.ab1_txt h5{
    font-size: var(--font-size-lg);
    color: #555;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: bold;
}
.ab1_txt h5 span{
    color: #ee7721;
    font-size: 1em;
}
.ab1_txt i{
    font-size: var(--font-size-md);
    color: #555;
    padding-top: 15px;
    font-style: normal;
    display: block;
}


.ab2{
    background: #f9fbfe;
    padding: var(--ab-pad-top70) 0 120px 0 ;
}
.ab2 .intit h3::after{
    content: "Corporate Culture";
}
.ab2_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
    margin-top: 60px;
}
.ab2_list .item{
    background-color: #fff;
    padding: 60px 40px 100px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.ab2_list .item:hover{
    box-shadow: -7px 9px 10px rgba(6,27,135, 0.2);
}
.ab2_list .item:nth-child(2n){
    background-color: #e8f0ff;
}
.ab2_list .item img{
    margin-bottom: 30px; 
}
.ab2_list .item h4{
    font-size: var(--font-size-lg);
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}
.ab2_list .item b{
    font-size: 14px;
    color: #555555;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.ab2_list .item i{
    width: 40px;
    height: 6px;
    background-color: #ee7721;
    display: inline-block;
    margin: 40px 0 20px 0;
}
.ab2_list .item p{
    font-size: 14px;
    color: #555555;
    line-height: 24px;
}







.ab3{
    padding: var(--ab-pad-top70) 0  30px 0;
    background: url(/static/images/about/ab3_bg.jpg) center bottom no-repeat ;
    background-size: cover;
}
.ab3 .warp{
    color: #fff;
}

.ab3 h4{
    font-size: var(--font-size-lx);
    margin-bottom: 30px;
    font-weight: bold;
    padding-left: 60px;
    background: url(/static/images/about/ab3_tit_bg.png) left center no-repeat ;
    line-height: 60px;
    
}
.ab3 .txt{
    padding-left: 60px;
    padding-bottom: 40px;
}
.ab3 .txt p{
    font-size: var(--font-size-lg);
    line-height: 36px;
}
.ab3 .dot:first-child .txt{
    width: 80%;
}



.ab4_list .item::before{
    transition:ease 0.5s all;
    -moz-transition: ease 0.5s all; 
    -webkit-transition:ease 0.5s all; 
    -o-transition: ease 0.5s all;
}

.ab4{
    padding: 100px 0;
}
.ab4_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 100px;
    grid-row-gap: 40px;
}
.ab4_list .item{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 35px 0 45px 0;
}
.ab4_list .item:last-child{
    padding: 35px 0 0 0;
}
.ab4_list .item::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #063587;
    z-index: 1;
}
.ab4_list .item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height:2px;
    background-color: #ee7721;
    z-index: 2;
}
.ab4_list .item .num{
    font-size: 60px;
    color: #063787;
    font-weight: bold;
    font-family: "Arial";
    margin-right: 20px;
    padding-left: 15px;
}
.ab4_list .item .txt{
    padding-top: 7px;
    padding-right: 70px;
}
.ab4_list .item h4{
    font-size: var(--font-size-lg);
    color: #000;
    font-weight: bold;
    line-height: 1.5;
}
.ab4_list .item i{
    font-size: 14px;
    color: #555555;
    font-weight: bold;
    padding: 12px 0 20px 0;
    font-style: normal;
    text-transform: uppercase;
    display: block;
    line-height: 1.3;
}
.ab4_list .item p{
    font-size: 14px;
    color: #555555;
    line-height: 24px;
}
.ab4_list .item:hover{
    background-color:#063587 ;
}
.ab4_list .item:hover::before{
    width: calc(100% - 40px);
}
.ab4_list .item:hover .num,
.ab4_list .item:hover h4,
.ab4_list .item:hover i{
    color: #ee7721;
}
.ab4_list .item:hover p{
    color: #fff;
}

/*product*/
.pro1{
    background: linear-gradient(to right, #fff 0%,#fff 50%,#063587 50%, #063587 100%);
}
.p_type{
    display: grid;
    grid-template-columns: 360px auto;
    align-items: flex-start;
    grid-gap: 20px;
}
.p_tit{
    font-size: var(--font-size-lx);
    color: #000;
    font-weight: bold;
    line-height: 80px;
}
.p_list{
    border-radius: 0 0 0 50px;
    background-color: #063587;
    height:80px;
    padding-left: 170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p_list a{
    line-height: 80px;
    color: #fff;
    font-size: var(--font-size-lg);
    min-width: 150px;
}
.p_list a:last-child{
    margin-right: 0;
}
.p_list a:hover,.p_list a.cur{
    color: #ee7721;
    font-weight: bold;
}

.pro2{
    padding: var(--ab-pad-top70) 0;
}
.pro2 .intit h3::after{
    content: "Yuxiang Hydraulic";
}
.pro2 .pro_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    grid-row-gap: 90px;
    padding-top:60px;
    padding-bottom: 80px;
}
.pro_list a{
    background-color: #f9fbfe;
    padding: 50px;
    border: 2px solid #f9fbfe;
    border-bottom: 4px solid #f9fbfe;
    position: relative;
}

.pro_list h4{
    font-size: var(--font-size-lg);
    color: #000;
    font-weight: bold;
}
.pro_list p{
    font-size: 14px;
    color: #555555;
    line-height: 24px;
    padding: 25px 0 40px 0;
}
.pro_list span{
    font-size: 14px;
    color: #000;
}
.pro_list .img{
    padding-top: 50px;
    text-align: center;
}
.pro_jia{
    position:absolute;
    bottom: -20px;
    left: 50%;
    transform: translatex(-50%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #063587;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    cursor: pointer;
}
.pro_jia i{
    color: #fff;
    font-size:18px;
}

.pro_list a:hover{
    border-color: #063587;
    border-bottom: 4px solid #ee7721;
    box-shadow: -7px 9px 10px rgba(6,27,135, 0.2);
}
.pro_list a:hover .pro_jia{
    background-color: #ee7721;
}
.pro_list a:hover span{
    color: #ee7721;
}

/*proshow*/
.proshow{
    padding: var(--ab-pad-top70) 0;
}
.pro_info{
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
    padding-top: 75px;
}
.pro_img{
    width: 50%;
    padding-right: 60px;
    
}
.pro_small{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 75px;
}
.pro_left{
    width: calc(100% - 60px);
}
.pro_right{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    height: 240px;
}

.pro_right .pro_prev,
.pro_right .pro_next{
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background: #063587;
    border: 1px solid #063587;
    color: #fff;
    display: block;
    box-shadow: -6px 10px 10px rgba(6, 27, 135, 0.2);
    cursor: pointer;    
}
.pro_right .pro_next {
    margin-bottom: 20px;
}
.ip2 .tit_right span,.ip4 .tit_right span{
    font-size: 24px;
}

.pro_right .pro_prev.swiper-button-disabled, .pro_right .pro_next.swiper-button-disabled {
    box-shadow: none;
    background: none;
    border: 1px solid #555;
    color: #555;
}
.pro_left .swiper-slide.swiper-slide-thumb-active{
    border: 1px solid #063587;
}
.pro_info .info{
    width: 50%;
    padding-left: 60px;
}
.pro_info .info .title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
}
.pro_info .info .title h2{
    font-size: var(--font-size-xl);
    color: #000;
    font-weight: bold;
    line-height: 80px;
    margin-right: 50px;
}
.pro_info .info .title span{
    font-size: var(--font-size-md);
    color: #555555;
    line-height: 24px;
    background-color: #063587;
    display: inline-block;
    padding: 10px 24px;
    color: #fff;
}

.pro_god{
    display: grid;
    grid-template-columns:1fr 1fr 2fr;
    grid-gap: 30px;
    grid-row-gap: 30px;
    padding: 35px 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    
}
.pro_god p{
    font-size: var(--font-size-md);
    color:#000;
    position: relative;
    padding-left: 10px;
    line-height: 1.3;
}
.pro_god p::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
}
.pro_info b{
    font-size: var(--font-size-sm);
    color: #555;
    line-height: 30px;
    margin-top: 20px;
    display: inline-block;
}
.pro_info a{
    font-size: 14px;
    color: #000;
    line-height: 50px;
    padding-left: 60px;
    padding-right: 25px;
    margin-top: 100px;
    display: inline-block;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    background: url(/static/images/product/pro_back.png) left 22px center no-repeat #063587;
}
.pro_info a:hover{
    background-color: #ee7721;
}

.pro_info .img{
    padding-top: 160px;
    text-align: right;
}
.pro_memo{
    padding-top: 50px;
}
.pro_memo p{
    font-size: 16px;
    padding-bottom: 15px;
}




/*news*/
.news1{
    padding:var(--ab-pad-top70) 0 0 0;
}

.news1 .intit h3::after{
    content: "Company News";
}
.news_top{
    padding-top: 50px;
}
.news_top a{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
}
.news_top .img{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.news_top .txt h3{
    font-size:var(--font-size-lx) ;
    font-weight: bold;
    display: block;
    padding-bottom:30px;
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
}
.news_top .txt time{
    font-size: 14px;
    line-height: 1.5;
    padding-bottom:20px;
    color: #a7a7a7;
    display: block;
}
.news_top .txt p{
    font-size: var(--font-size-sm);
    line-height: 1.7;
    padding-bottom: 30px;
}
.news_top .txt span{
    margin: 40px 0 ;
}


.news2{
    padding: var(--ab-pad-top70) 0;
}
.news_box{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    background-color: #f9fbfe;
    padding: 70px;
    margin-bottom: 60px;
}

.news_box a{
    display: flex;
    justify-content:space-between;
    align-items: center;
    background-color: #fff;
    padding: 35px 55px;
    
}
.news_box time{
    font-size: var(--font-size-xl);
    color: #727171;
    font-family: "Arial", sans-serif;
    width: 130px;
}

.news_box .info{
    width: calc(100% - 400px);
}
.news_box .info h4{
    font-size: var(--font-size-lg);
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 25px;
}
.news_box .info p{
    font-size:14px;
    color: #555;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition:ease 0.5s all;
    -moz-transition: ease 0.5s all;
     -webkit-transition:ease 0.5s all; 
     -o-transition: ease 0.5s all;
}

.news_box a:hover{
    box-shadow: -9px 13px 20px 0px rgba(6, 53, 135, 0.15);
}

.news_box a:hover .info h4{
    font-weight: bold;
}
.news_box a:hover .info p{
    -webkit-line-clamp:3;
}
.news_box a:hover span{
    background-color: #ee7721;
}



/*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(--ab-pad-top70) 0;}
.newsshow .tit1{ padding:40px; text-align:center;}
.newsshow .tit1 h3{ 
    font-size:var(--font-size-lx);
    color:#000;  
    line-height:24px; 
    margin-bottom:40px;
    font-weight: bold;
}
.newsshow .tit1 .dot{ background:#fff; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.newsshow .tit1 .dot h4{ color:#333; font-size:var(--font-size-sm); display:inline-block; padding:18px 15px;}
.newsshow .txt{ padding:20px 40px; line-height:24px; color:#555; }
.newsshow .txt *{ font-size:16px; line-height:30px;}
.newsshow .txt p{ font-size:16px; padding-bottom: 15px; }
.newsshow .txt img{ max-width:100%; margin:0 auto; padding:0px 0;}
.newsshow .btn{ padding:0px 100px; justify-content: space-between;}

.newsshow .btn a:hover{ 
    background:#ee7721 !important; 
    color:#fff !important;
    box-shadow: -9px 13px 20px 0px rgba(6, 27, 135, 0.3);
}
.newsshow .boxs{
    background-color: #f9fbfe;
    padding: 60px 100px ;
    margin-top: 50px;
}



/*service*/
.ser1{
    padding: var(--ab-pad-top70) 0;
}
.ser1 .intit h3::after{
    content: "Service Philosophy";
}
.ser2 .intit h3::after{
    content: "Download Materials";
}
.ser3 .intit h3::after{
    content: "Industry Applications";
}
.ser1_list{
    padding: 60px 0 0 0;
}
.ser1_tit{
    background: url(/static/images/service/ser1_img.jpg) center no-repeat no-repeat;
    background-size: cover;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    text-align: right;
    padding: 50px 100px;
}
.ser1_tit .txt{
    padding-bottom: 70px;
}
.ser1_tit h4{
    font-size: var(--font-size-x);
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.3;
}
.ser1_tit p{
    font-size: var(--font-size-ld);
    line-height: 1.7;
}

.ser1_box{
    padding:0 100px;
    transform: translateY(-135px);
    margin-bottom: -135px;
}
.ser1_box .box{
    background-color: #fff;
    border-radius: 20px;
    padding: 70px;
    box-shadow: -9px 13px 20px 0px rgba(6, 27, 135, 0.3);
}
.ser1_box .box .item{
    margin-bottom: 60px;
    padding-bottom:20px;
    border-bottom: 1px solid #999;
}
.ser1_box .box .item h5{
    font-size: var(--font-size-lg);
    color: #063587;
    margin-bottom: 15px;
    font-weight: bold;
}
.ser1_box .box .item p{
    font-size: 14px;
    color: #555;
    line-height: 24px;
}

.box_tit{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding:20px 0  50px 0;
    
}
.box_tit h4{
    font-size: var(--font-size-lx);
    color: #000;
    margin-right: 30px;
    font-weight: bold;
}
.box_tit p{
    font-size: var(--font-size-md);
    line-height: 1.3;
    color: #555;
}
.last_list{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.last_list .list1{
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-gap: 100px;
    
}
.last_list .dot{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 200px;
}
.last_list .dot:last-child{
    width: 340px;
}
.last_list .dot .img{
    padding-right: 24px;
}
.last_list .dot .info{
    width: calc(100% - 90px);
}
.last_list .dot b{
    font-size: var(--font-size-md);
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
}
.last_list .dot p{
    font-size: 14px;
    color: #555;
    line-height: 20px;
}
.ser_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 240px;
    height: 120px;
    background-color: #063587;
    color: #fff;
}
.ser_logo b{
    font-size: var(--font-size-lg);
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 900px;
    text-transform: uppercase;
}
.ser_logo p{
    font-size: var(--font-size-ld);
    color: #fff;
    line-height: 20px;
    position: relative;
}

.ser2{
    padding:40px 0 0 0;
}

.ser2_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    padding: 60px 0 0 0;
}
.ser2_list a{
    background: url(/static/images/service/ser2_icon1-2.png) right bottom no-repeat #f9fbfe;
    border-radius: 10px;
    padding: 34px;
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    flex-direction: column;
}
.ser2_list a:nth-child(2n-1){
    background: url(/static/images/service/ser2_icon1-2.png) right bottom no-repeat #e8f0ff;
}
.ser2_list a i{
    font-size: 60px;
    color: #063587;
    margin-bottom: 45px;
}
.ser2_list a p{
    font-size: var(--font-size-md);
    color: #000;
    font-weight: bold;
}
.ser2_list a:hover{
    background: url(/static/images/service/ser2_icon1-1.png) right bottom no-repeat #063587;
    box-shadow: -9px 13px 20px 0px rgba(6, 27, 135, 0.3);
}
.ser2_list a:hover  i{
    color: #ee7721;
}
.ser2_list a:hover p{
    color: #fff;
}

.ser3{
    padding: var(--ab-pad-top70) 0 120px 0;
}

.ser3_list{
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 40px;
    padding-top: 60px;
}
.ser3_left{
    background:url(/static/images/service/ser3_left_bg.jpg) center bottom no-repeat #063587;
    padding: 75px 75px 115px 75px;
    color: #fff;
}
.ser3_left h4{
    font-size: var(--font-size-lx);
    margin-bottom: 25px;
    font-weight: bold;
}
.ser3_left b{
    font-size: var(--font-size-lg);
    color: rgba(255, 255, 255, 0.2);
    margin-bottom: 25px;
    text-transform: uppercase;
    position: relative;
    padding-left: 68px;
    display: inline-block;

}
.ser3_left b::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 50px;
    height: 3px;
    background-color: #fff;
}
.ser3_left p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.ser3_left h5{
    font-size: var(--font-size-lg);
    color: #fff;
    line-height: 42px;
    font-weight: bold;
    margin-top: 85px;

}
.ser3_left h5 span{
    font-size: 1em;
    color: #ee7721;
}

.ser3_right{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.ser3_right .item{
    background-color: #063587;
    
}
.ser3_right .item .img{
    position: relative;
    height: 76%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.ser3_right .item .img .num{
    position: absolute;
    top: 30px;
    right: 40px;
    font-size:90px;
    color:transparent;
    -webkit-text-stroke:1px rgba(255, 255, 255, 0.3);
}
.ser3_right .item .img .icon{
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    line-height:48px ;
    color: #fff;
    display: inline-block;
    background-color: #063587;
    border-radius: 50%;
    padding: 10px;
    width: 60px ;
    height:60px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ser3_right .item .img .icon::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #fff;
}
.ser3_right .item .img .icon i{
    font-size: 34px;
}
.ser3_right .item:first-child .img .icon i{
    font-size:24px;
}
.ser3_right .item .img .i{
    font-size: 90px;
}
.ser3_right .item .img img{
    width: 100%;
}
.ser3_right .txt{
    text-align: center;
    height: 24%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.ser3_right .txt b{
    font-size: var(--font-size-lg);
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}
.ser3_right .txt p{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 24px;
    
}
/*contact*/
.con1{  
    padding:var(--ab-pad-top70)  0;
}
.con1 .intit{
    
}
.con1 .intit h3::after{
    content: "contact information";
}
.con2 .intit h3::after{
    content: "information feedback";
}
.con1 .con1_list{
    background: url(/static/images/contact/con1_tit_bg.jpg) right top no-repeat #fff;
    padding-top: 35px;
}

.con1_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
}
.con1_left h2{
    font-size: var(--font-size-lx);
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 48px;
}
.con1_left p{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.con1_left  img{
    margin-top: 45px;
}

.con1_right{
    padding-top: 120px;
    background: url(/static/images/contact/con1_img.jpg) right top no-repeat #fff;
}
.con1_right .item1{
    padding-left: 15px;
    border-bottom: 1px dashed #d0d0d0;
    padding-bottom: 75px;
}
.con1_right .item1 h5{
    color: #999;
    font-size:var(--font-size-ld);
    line-height: 24px;
    padding-bottom: 35px;
}

.con1_right .item1_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.con1_right .item1_list .dot{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.con1_right .item1_list .dot img{
    padding-right: 15px;
}

.con1_right .item1_list .dot b{
    font-size: var(--font-size-lg);
    color: #000;
    display: inline-block;
}
.con1_right .item1:last-child{
    margin-top: 45px;
}
.con1_right .item1:last-child .item1_list{
    grid-template-columns: 1fr;
    
}





.con2{
    padding:45px 0 100px 0;
}

.feed_form{
    display: grid;
    grid-template-columns:1fr;
    grid-gap:18px;
    margin-top: 60px; 
    padding: 55px;
    background-color: #f9fbfe;
    border-radius: 10px;
}
.feed_form .dot p{
    font-size: 14px;
    color: #999;
    display: block;
    padding-bottom: 15px;
}
.feed_form .dot input{
    width: 100%;
    height: 68px;
    line-height: 68px;
    font-size: 1.4rem;
    padding-left: 35px;
    outline: none;
    border: 0;
    border-radius: 10px;
    
}

.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;
    border-radius: 10px;
    padding: 15px 35px;
}

.feed_form .dot input::placeholder, .feed_form .dot textarea::placeholder {
    color:#999; 
    font-size:16px;
    font-family: "Microsoft YaHei","Arial"; 
    
}

.feed_form .dot:hover input::placeholder, .feed_form .dot:hover textarea::placeholder {
    color:#999999; 
    font-size: 16px; 
    
}


.feed_form .dot:nth-child(5){
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.feed_form  button{
    width:620px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #fff;
    background-color: #063587;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
}


