@charset "utf-8";
/* CSS Document */



@font-face {
  font-family: "BELMAR"; /* Project id  */
  src: url('/static/fonts/BELMAR-BOLD.TTF?t=1751441396846') format('truetype');
}
@font-face {
  font-family: "arialnova"; /* Project id  */
  src: url('/static/fonts/arial-nova-cond-bold.ttf?t=343543396846') format('truetype');
}



/*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: "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:1700px;margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{max-width:1500px;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;

  /* 文字大小参数 */
  --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: 7.2rem; /* 特大字体 */
}


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

a.btn{
    width: 320px;
    padding: 20px 55px;
    background-color: #272b62;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.btn  span{
    font-size: var(--font-size-sm);
    color: #fff;
    padding: 0 30px;
    border-bottom: 1px solid #fff;
    line-height: 40px;
    text-transform: uppercase;
}
a.btn:hover{
    border-radius: 15px;
}
a.btn:hover span{
    padding: 0 0 0 60px;
}
a.btn,a.btn span{
    transition: ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;
}
/*盒子结束*/
.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;
    background-color: #272b62;
    border-radius: 50%;
}

.Pagination a,.Pagination span{ 
    font-size: 14px;
    text-decoration: none;
    display: block;
    float: left;
    color: #565656;
    height: 34px;
    line-height: 34px;
    margin: 0 2px;
    width: 34px;
    text-align: center;
    background-color: #f9fafc;
}
.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;
    background-color: #272b62;
    border-radius: 50%;
}


/*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: 30px;	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%;
    z-index: 99;  
    background: rgba(39,43,98,0.7);
    padding: 30px 0;   
}
.header .warp{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo{
    display: flex;
    align-items: center;
    justify-content: center;
}




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

.head_right{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    align-items:center;
}


.header nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    align-items:center; 
   
}

.header nav a{
    font-size: var(--font-size-sm);
    color: #fefefe;
    padding: 20px;
    margin: 0 20px;
    position: relative;

}

.header nav a::after{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  transition: ease .5s all;
  -moz-transition: ease .5s all;
}
.header nav a:hover:after{
    width: 100%;
}
.header .search{
    background: url(/static/images/search.png) center center no-repeat;
    background-size: cover !important;
    width: 27px;
    height: 31px;
    margin-left: 30px;
}

#m1 #a1::after,#m2 #a2::after,#m3 #a3::after,#m4 #a4::after,#m5 #a5::after,#m6 #a6::after{
    width: 100%;
}



/*内页导航*/

.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{ 
    background: url(/static/images/foot_bg.jpg) center bottom no-repeat #000; 
    background-size: cover !important; 
    padding: 120px 0 40px 0;
}

.fo1 .warp{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    align-items:flex-start;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 65px;
}
.fo_left{
    padding-left: 90px;
    position: relative;
}
.fo_left::after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 3px;
    height: 140px;
    border-radius: 2px;
    background: #fff;
    transition: ease .5s all;
    -moz-transition: ease .5s all;
}

.fo_left h2{
    font-size: var(--font-size-xxl);
    font-family:"BELMAR";
    line-height: 1.3;
    margin-bottom: 110px;
}
.fo_left nav a{
    font-size: var(--font-size-md);
    font-weight: lighter;
    line-height: 42px;
    color: #fff;
    margin-right: 25px;
    padding-bottom: 2px;
}
.fo_left nav a:hover{
    border-bottom: 1px solid #fff;
}
.fo_right{
    max-width: 530px;
}
.fo_right h3{
    font-size: var(--font-size-lg);
    line-height: 36px;
    margin-bottom: 55px;
}
.fo_right input{
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin-bottom: 25px;
    background: transparent;
    border: 1px solid #fff;
    outline: none;
    font-size: var(--font-size-md);
    padding-left: 30px;
    color: #fff;
}
.fo_right input::placeholder{
    color: #fff;
}
.fo_right button{
    width: 320px;
    padding: 20px 55px;
    background-color: #272b62;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    outline: none;
    cursor: pointer;
}
button span {
    font-size: var(--font-size-sm);
    color: #fff;
    padding: 0 30px;
    border-bottom: 1px solid #fff;
    line-height: 40px;
    text-transform: uppercase;
}
.fo_right button:hover{
    border-radius: 15px;
}
.fo_right button:hover span{
    padding: 0 0 0 60px;
}
.fo_right button,.fo_right button span{
    transition: ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;
}

.fo2{
    padding: 30px 0  0 0;
}
.fo2 .warp{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    align-items: center;
    color: #cacaca;
}

.fo_copyright p{
    font-size: var(--font-size-xs);
    line-height: 1.3;
}

.fo_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fo_top p{
    font-size: var(--font-size-md);
    line-height: 24px;
}
.fo_top a{
    margin-left: 20px;
}
.fo_top a span{
    width: 37px;
    height: 37px;
    line-height:30px;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 20px;
}
.fo_top a:hover span{
    background: #272b62;
    border-color: #272b62;
}
.fo_fx{
    display: flex;
    justify-content:  flex-end;
    align-items: center;
}
.fo_fx a{
    margin-right: 20px;  
    opacity: 0.5;
}
.fo_fx a:hover{
    opacity: 1;
}
.fo_fx a:last-child{
    margin-right: 0;
}



.bottomlist{ background:#272b62; 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{
    position: relative;
}
.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: 960px; 
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    background-position:center bottom ;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 150px;
 
}
.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;
    align-items: space-between;
    color: #fff;
}

.border-bottom {
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, transparent 50%);
    background-size: 11px 1px;
    background-repeat: repeat-x;
    margin-top: 50px;
    width: 100%;
    
}

.banner .txt h2{ 
    font-family: "BELMAR";
    font-size: var(--font-size-xxl);
    margin-bottom:180px;
    line-height: 1.3;
    text-transform: uppercase;
    
}
.banner .txt h2 b{
    font-size: var(--font-size-xxxl);
}
.banner .txt p{
    font-size: var(--font-size-lg);
    line-height: 36px;
    text-transform: uppercase;
}
.banner .txt p span{
    position: relative;
    font-size: 1em;
    
}



.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, 60px);
}
.banner .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,15px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,15px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,15px);
    background: var(--swiper-pagination-bullet-inactive-color,#fff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .5);
}
.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,6px);
}

/*public*/
.tit{
    position: relative;
    color: #000;
    text-align: right;
    padding-top: 20px;
}
.tit.white{
    color: #fff;
    text-align: left;
}
.tit h2{
   font-size: var(--font-size-xxxl);
   font-family: "BELMAR";
   line-height: 1.15;
   color: #555555;
   text-transform: uppercase;
   position: relative;
}
.tit.white  h2{
    color: #fff;
}

.tit_bg{
    position: absolute;
    top: -60px;
    right: 0;
    width: 22px;
    height: 60px; 
    z-index: 9;
    text-align: left;
}
.tit.white .tit_bg{
    left: 0;
    right: initial;
}

.tit.white .tit_bg span{
    color: #fff;
}
.tit_bg::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 7px;
    width: 3px;
    height: 30px;
    background: #999999;
    z-index: 10;
}
.tit.white .tit_bg::after{
    background: #fff;
    left: 0px;
}
/*通用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_right .swiper-slide .img::before,.ip1_right .swiper-slide .img::after{  transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.ip1{
    padding:100px 0 0 0;
}

.ip1_box{
    display: grid;
    grid-template-columns: calc(50% - 30px) calc(50% + 30px);
    position: relative;
}
.ip1_img{
    background: url(/static/images/ip1_img.jpg) no-repeat center center;
    background-size: cover;
}

.ip1_txt .btn{
    margin-left: 60px;
    margin-top: 30px;
}
.ip1_txt h3{
    font-size: var(--font-size-x);
    font-family: "BELMAR";
    color: #555555;
    padding-left:60px;
}
.ip1_txt h3 b{
    font-size: var(--font-size-xxl);
    color: #272b62;
    font-family: "BELMAR";
    line-height: 72px;
    text-transform: uppercase;
}
.ip1_txt h3 i{
    font-size: var(--font-size-xl);
    color: #272b62;
    font-family: "BELMAR";
    line-height: 72px;
    font-style: normal;
    text-transform: uppercase;
}
.ip1_last{
    margin-top: 70px;
    position: relative;
   padding: 40px 90px 40px 60px;
   background: url(/static/images/ip1_bg.jpg) no-repeat right  bottom #000;
}
.ip1_last::after{
    content: "";
    position: absolute;
    left:-74px;
    top: 0;
    width: 75px;
    height: 100%;
    background: #000;
    
}
.ip1_last p{
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    color: rgba(255,255,255,0.7);
}

.ip1_list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 60px;
    padding: 90px 0 100px 0;
}
.ip1_list .item{
    border-bottom: 2px solid #999999;
    padding-bottom: 35px;
    margin-bottom: 2px;
}
.ip1_list .item h3{
    font-size: var(--font-size-md);
    color: #000;
    font-weight: bold;
    margin-bottom: 35px;
}
.ip1_list .item h3 b{
    font-size: var(--font-size-lx);
    font-weight: bold;
}
.ip1_list .item p{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.ip1_list .item:hover{
    border-bottom: 4px solid #272b62;
    margin-bottom: 0;
}
.ip1_list .item:hover h3{
    color: #272b62;
}
.ip1_list .item1:hover{
    background: url(/static/images/ip1_icon1.jpg) no-repeat right  center ;
}
.ip1_list .item2:hover{
    background: url(/static/images/ip1_icon2.jpg) no-repeat right  center ;
}
.ip1_list .item3:hover{
    background: url(/static/images/ip1_icon3.jpg) no-repeat right  center ;
}
.ip1_list .item4:hover{
    background: url(/static/images/ip1_icon4.jpg) no-repeat right  center ;
}


/*ip2*/
.ip2{
    padding:var(--padding-top-90) 0 ;
    position: relative;
    overflow: hidden;
}


.ip2_left{
    width: calc(100% /3);
    padding-right: 65px;
    position:absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
    background-color: rgba(39,43,98,0.8);
    padding-left: calc((100% - 1700px)/2);
    padding-top: 160px;
}
.ip2_right{
    width:100%;
    
}

.ip2_list{
    padding-top:100px;
}
.ip2_list a{
    display: block;
    padding: 0px 0;
    position: relative;
    z-index: 3;
    margin-bottom: 2px;
    padding-left: 50px;
    margin-bottom: 50px;
}
.ip2_list a p{
    font-size: 18px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
}
.ip2_list a i{
    position: absolute;
    left: 0;
    bottom: 8px;
    display: block;
    width: 37px;
    height: 2px;
    background-color: rgba(255,255,255,0.5);
    animation:  0.5s ease-in-out forwards;

}

.ip2_list a:hover,.ip2_list a.cur{
    padding-left: 64px;
    color: #fff;
}
.ip2_list a:hover p,.ip2_list a.cur p{
    font-size: 24px;
    color: #fff;
}
.ip2_list a:hover i,.ip2_list a.cur i{
    background-color: #fff;
    width: 50px;
}
.ip2_list a:hover .zz,.ip2_list a.cur .zz{
    display: initial;
}
.ip2_list a:hover .zz:before,.ip2_list a.cur .zz:before{
    bottom: -20px;
}
.ip2_right .swiper-slide {
      overflow: hidden;
      position: relative;
      background-position: center center;
      background-size: cover;
      height: 890px;
      
}
.ip2_img1{
    background: url(/static/images/ip2_01.jpg) no-repeat center center;
    background-size: cover;
}
.ip2_img2{
    background: url(/static/images/ip2_02.jpg) no-repeat center center;
    background-size: cover;
}

.ip2_right .swiper-slide .info{
    
    width: 100%;
    height: 100%;
    padding-right: 90px;
    padding-bottom: 100px;
    text-align: right;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    color: #fff;
}

.ip2_right .swiper-slide .info p{
    font-size: var(--font-size-md);
}
.ip2_right .swiper-slide .info b{
    font-size: var(--font-size-xxl);
    margin: 30px 0 50px 0;
}

.ip2_right .swiper-pagination{
    display: none;
}
.ip2_list a,.ip2_list a p,.ip2_list a i,.ip2_list a .zz,.ip2_list a .zz:before{  transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }


/*第三层*/
.ip3{
    padding: 130px 0  70px 0;
}
.ip3_tit{
    display: flex;
    justify-content:  space-between;
    align-items: flex-end;
}
.ip_tit_last{
    padding-bottom: 10px;
}
.ip_tit_last p{
    font-size: var(--font-size-md);
}
.ip3_tit .tit{
    text-align: left;
}
.ip3_tit .tit_bg{
    left: 0;
}
.ip3_tit .tit_bg::after{
    left: 0;
}
.ip3_box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 70px;
    margin-top: 60px;
    padding-bottom: 30px;
}
.ip3_item{
    position: relative;
}
.ip3_item .ip3_img{
    overflow: hidden;
}
.ip3_txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px 45px 80px 45px;
    background-color: rgba(0,0,0,0);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content:  flex-end;
    align-items: center;
}
.jia{
    display: none;
    text-align: center;
    position: relative;
    width: 80px;
    height: 80px;
}
.jia::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height:2px;
    background-color: #fff;
    z-index: 2;
}
.jia::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}

.video_play{
    margin-top: 210px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.video_play p{
    font-size: var(--font-size-lg);
    text-transform: uppercase;
    line-height: 36px;
    color: rgba(255,255,255,0.5);
}
.video_play img{
    margin-left: 90px;
    opacity: 0.5;
}
.ip3_item:hover{
    box-shadow: -10px 13px 16px rgba(0,0,0,0.3);
}
.ip3_item:hover .ip3_img img{
    transform: scale(1.1);
}
.ip3_item:hover .ip3_txt{
    background-color: rgba(0,0,0,0.7);
}
.ip3_item:hover .jia{
    display: block;
}
.ip3_item:hover .video_play p{
    color: #fff;
}

.ip3_item:hover .video_play img{
    opacity: 1;
    transform: rotate(360deg);
}

.ip3_item,.ip3_txt,.jia,.video_play p,.video_play img,.ip3_item .ip3_img img,.ip3_item .ip3_txt{
    transition: ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;
}

/**/


.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 top center #fff;
    background-size: 100% auto;
    padding:100px 0 70px 0  ;
}
.ip4_tit{
    display: flex;
    justify-content:  space-between;
    align-items: flex-end;
}
.ip4_tit .tit{
    text-align: left;
}
.ip4_tit .tit h2{
    color: #fff;
}
.ip4_tit .tit_bg{
    left: 0;
    color: #fff;
}
.ip4_tit .tit_bg::after{
    left: 0;
    background-color: #fff;
}

.ip4_box{
    padding: 70px 60px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 80px;
    background-color: #fff;
    margin-top: 50px;
}
.ip4_topnew a .img{
    overflow: hidden;
}
.ip4_topnew a:hover img{
    transform: scale(1.1);
}
.ip4_topnew time{
    margin-top: 40px;
    font-size: var(--font-size-sm);
    color: #272b62;
    display: block;
    padding-bottom: 25px;
    border-bottom: 1px solid #999;
    margin-bottom: 25px;
}
.ip4_topnew h3{
    font-size: var(--font-size-lx);
    font-weight: bold;
    color: #000;
    margin-bottom:30px;
}
.ip4_topnew a:hover h3{
    color: #272b62;
}
.ip4_topnew p{
    font-size: var(--font-size-xs);
    color: #999999;
    line-height: 24px;
}
.ip4_topnew .more{
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items:  flex-end;
}
.ip4_topnew .more p{
    font-size: var(--font-size-sm);
    color: #272b62;
    line-height: 24px;
    border-bottom: 1px solid #272b62;
    line-height: 40px;
    padding: 0 16px;
    margin-right: 30px;
    text-transform: uppercase;
}
.yuan_right{
    font-size: 20px;
    color: #272b62;
    width: 36px;
    height: 36px;
    line-height: 30px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #7f7f7f;
}

.ip4_topnew a:hover .yuan_right{
    background-color: #272b62;
    color: #fff;
}


.ip4_list_title{
    border-bottom: 1px solid #999999;
    margin-bottom: 40px;
}
.ip4_list_title h5{
    position: relative;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    padding-right: 30px;
    font-size: var(--font-size-md);
}
.ip4_list_title h5::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background-color: #272b62;
}
.ip4_item a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 30px 50px; */
    padding: 35px 35px 35px 0px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    overflow: hidden;
}
.ip4_item h4{
    font-size: var(--font-size-lx);
    font-weight: bold;
    color: #555555;
    margin-bottom:15px;
}
.ip4_item p{
    font-size: var(--font-size-xs);
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  /* 限制显示两行 */
    overflow: hidden;
    text-overflow: ellipsis; 
    
}
.ip4_item a .info{
    width: 100%;
}
.ip4_item a .more{
    width: 320px;
    padding: 20px 55px;
    background-color: #272b62;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    right: -320px;
    transform: translateY(-50%);
}
.ip4_item .more span {
    font-size: var(--font-size-sm);
    color: #fff;
    padding: 0 30px;
    border-bottom: 1px solid #fff;
    line-height: 40px;
    text-transform: uppercase;
    margin-right: 30px;
}
.ip4_item a:hover{
    background-color: #272b62;
    padding: 35px 35px 35px 50px;
}
.ip4_item a:hover .info{
    width: calc(100%  - 360px);
}
.ip4_item a:hover .more{
    right: 0;
}
.ip4_item a:hover h4,.ip4_item a:hover p{
    color: #fff;
}

.ip4_item a .more,.ip4_item a .info,.ip4_topnew a img,.ip4_topnew h3{
    transition: ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;
}

/*内页*/


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

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

.about{ background: url(/static/images/banners/banner-about.jpg) center center no-repeat;}
.pro{ background: url(/static/images/banners/banner-product.jpg) center center no-repeat;}
.factory{ background: url(/static/images/banners/banner-factory.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;}
.contact{ background: url(/static/images/banners/banner-contact.jpg) center center no-repeat;}



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

.banners .info{
    height: 100%;
    width: 100%;
}
.banners .info .warp{
    height: 100%;
}
.banners .info .txt{
   display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    padding-bottom: 120px;
    color: #fff;
}
.banners .info .txt p{
   
    display: block;
    width: 100%;
    font-size: var(--font-size-lg);
    line-height: 1.3;
    text-transform: uppercase;
    
}
.banners .info .txt  h2{
    padding-top: 50px;
    font-size: var(--font-size-xxxl);
    font-family: "BELMAR";
}








/*内页通用*/
.intit{
    overflow: hidden;
}
.intit i{
    font-style: normal;
    font-size: var(--font-size-md);
    color: #000;
    text-transform: uppercase;
}
.intit h3{
    font-size: var(--font-size-xxxl);
    font-family: "BELMAR";
    font-weight: bold;
    color: #272b62;
    margin: 35px 0;
}


.stip{
    padding-top: 60px;
}
.stip .warp2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.stip a{
    font-size: var(--font-size-md);
    color: #555555;
}
.stip span{
    color: #000;
    margin-left: 10px;
    margin-right:10px;
    font-size: var(--font-size-md);
}
.stip cite{
    color: #000;
    font-size: var(--font-size-md);
    font-style: normal;
}
/*通用*/



/*about-start*/

.ab1{
    /* padding: 90px 0 80px 0;
   background-color: #ffff;*/
    position: relative;
    padding: 60px 0 0px 0;
     
}

.ab1 .warp2{
    display: grid;
    grid-template-columns: calc(50% + 35px) calc(50% - 35px);
    grid-gap:0px;
}
.ab1_left{
    background-color: #272b62;
}
.ab1_left .txt{
    padding-right: 35px;
    background-color: #fff;
    padding-bottom: 50px;
}
.ab1_left p{
    font-size: var(--font-size-sm);
    color: #555;
    line-height: 24px;
    margin-bottom: 25px;
}




.ab2{ 
    padding: 100px 0 0 0;
}

.ab2_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.ab2_list .item{
    padding: 40px;
    background-color: #eeeff4;
    border-radius: 10px;
}
.ab2_list_top{
    border-bottom: 2px solid #555;
    display: flex;
    justify-content:  space-between;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
.ab2_list_icon span{
    height: 80px;
    display: block;
    margin-bottom: 35px;
}
.ab2_list_icon span.icon1{
    background: url(/static/images/about/ab2_icon1.png) left center no-repeat;
}
.ab2_list_icon span.icon2{
    background: url(/static/images/about/ab2_icon2.png) left center no-repeat;
}
.ab2_list_icon span.icon3{
    background: url(/static/images/about/ab2_icon3.png) left center no-repeat;
}
.ab2_list_icon span.icon4{
    background: url(/static/images/about/ab2_icon4.png) left center no-repeat;
}

.ab2_list  h4{
    font-size: var(--font-size-lx);
    font-weight: bold;
    color: #000;
}
.ab2_list .num{
    font-size: 200px;
    color: rgba(39,43,98,0.08);
    font-family: "arialnova";
    line-height: 0.8;
}
.ab2_list .item p{
    font-size: var(--font-size-md);
    color: #555;
    line-height: 24px;
}
.ab2_list .item:hover{
    background-color: #272b62;
}
.ab2_list .item:hover h4{
    color: #fff;
}
.ab2_list .item:hover p{
    color: #fff;
}

.ab2_list .item:hover .icon1{
    background: url(/static/images/about/ab2_icon1-1.png) left center no-repeat ;
}
.ab2_list .item:hover .icon2{
    background: url(/static/images/about/ab2_icon2-1.png) left center no-repeat;
}
.ab2_list .item:hover .icon3{
    background: url(/static/images/about/ab2_icon3-1.png) left center no-repeat;
}
.ab2_list .item:hover .icon4{
    background: url(/static/images/about/ab2_icon4-1.png) left center no-repeat;
}

.ab2_list .item:hover .num{
    color: rgba(255,255,255,0.08);
}

.ab3{
    padding: 90px 0 80px 0;
    background: url(/static/images/about/ab3_bg.jpg) center bottom no-repeat #fff;   
}


.ab3_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.ab3_list a p{
font-size: var( --font-size-lg);
color: #000000;
    
}
.ab3_list a p{
    padding: 30px 0 40px 0;
}
.ab3_list .img{
    position: relative;
}
.ab3_list .zz{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: none;
}
.ab3_list .bofang{
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 30px 0 0 0;
    width: 100px;
    height: 100px;
    background: url(/static/images/about/bofang.png) center center no-repeat #eeeff4;
}
.ab3_list .item:hover .img{
    box-shadow: -10px 13px 16px rgba(0,0,0,0.3);
}
.ab3_list .item:hover .bofang{
   
    background: url(/static/images/about/bofang-1.png) center center no-repeat #272b62;
}
.ab3_list .item:hover .zz{
    display: block;
}

/*product*/
.pro_tip{
    
}
.pro_tip .warp2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pro_tip .stip{
    padding-top: 0;
}
.pro_tip .ptype{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pro_tip .ptype a{
    font-size: var(--font-size-lx);
    font-family: "BELMAR";
    color: #555555;
    background-color: #eeeff4;
    display: block;
    padding: 40px 65px;
}
.pro_tip .ptype a:hover,
.pro_tip .ptype a.cur{
    color: #fff;
    background-color: #272b62;
}
.pro_tit{
    padding-top: 35px;
    overflow: hidden;
}

.pro_list{
    padding-top: 40px;
    padding-bottom: 60px;
}
.pro_list .warp2{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}
.pro_list .item{
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    padding: 45px 40px;
    border: 1px solid #fff;
}

.pro_top{
    text-align: center  ;
    position: relative;
    
}
.pro_top p{
    font-size: var(--font-size-lx);
    color: #000;
    font-weight: bold;
}
.pro_top h5{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: var(--font-size-sm);
    color: #555;
}
.pro_img{
    border-top: 1px solid #c0c0c1;
    margin-top: 20px;
    padding: 35px 0 25px 0;
    text-align: center;
}
.pro_list .ptn{
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.pro_list .ptn .ptn_box{
    padding: 20px 55px;
    background-color: #272b62;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pro_list .ptn .ptn_box span{
    color: #fff;
    font-size: var(--font-size-sm);
    margin-right: 20px;
}

.pro_list .item:hover{
    box-shadow: 0 0 40px rgba(0,0,0,0.5);
    border: 1px solid #272b62;
}

/*proshow*/
/*productshow*/
.proshow{ padding: 80px 0;}
.protxt{ 
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    
}
.proshow .imgs{ width: calc(50% - 70px) ; }
.proshow .imgs .swiper{ position: relative; }
.mySwiper2{
    text-align: center; background-color: #fff;
}
.mySwiper2 {
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
}
.mySwiper .swiper-slide{
    padding: 10px;
}
.mySwiper .swiper-slide img{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.proshow .imgs .mySwiper2{ margin-bottom:25px;}
.proshow .imgs .mySwiper{ padding: 0 0px; }
.proshow .imgs .mySwiper img{ border: 1px solid #fff;}
.proshow .imgs .mySwiper .swiper-slide-thumb-active img{ 
    border: 1px solid #272b62;
     
}
.proshow .imgs .swiper-button-next,.proshow .imgs .swiper-button-prev{ 
    background-size: 20px auto; 
    width: 20px;
}
.proshow .imgs .swiper-button-next{ right:15px;}
.proshow .imgs .swiper-button-prev{ left:15px;}
.proshow .ptxt{  
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    width: calc(50% - 70px) ;
 }
.ptxt .intit{
    border-bottom: 1px solid #c0c0c1;
    padding-bottom: 20px;
}
.ptxt .intit h3{
    margin-bottom: 0;
}
.proshow .ptxt .t{
    padding: 35px 0;
}

.proshow .ptxt .t p{ 
    font-size: var(--font-size-sm); 
    line-height: 1.5; 
    color: #333; 
    padding-bottom: 10px;
}
.proshow .ptxt .s{
    padding-top: 35px;
}
.proshow .ptxt .s h4{ 
    font-size: var(--font-size-lx); 
    color: #000; 
    font-weight: bold; 
    line-height: 1.5; 
    padding-bottom:24px;
    border-bottom: 1px solid #c0c0c1;
}
.proshow .ptxt .s .txt{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
    padding-top: 40px;
}
.proshow .ptxt .s p{
    color: #272b62;
    font-size: var(--font-size-md);
}



.proshow .ptxts  h4{ 
    font-size: 24px; 
    font-weight: bold; 
    line-height: 1.2; 
    padding-left: 45px; 
    padding-bottom: 35px;
}
.proshow .ptxts .ptds *{ 
    font-size: 14px; 
    line-height: 1.5;
}
.proshow .ptxts .ptds img{
    max-height: 800px; 
    max-width: 100%;  
    margin: 12px 0;
}
.proshow .ptxts .ptds table{width: 100%;}
.proshow .ptxts .ptds table tr td{ 
    border: 1px solid #fff; 
    padding: 12px; 
    font-size: var(--font-size-md); 
    color: #555555;
    text-align: center; 
    vertical-align: middle;
}
.proshow .ptxts .ptds table tr:first-child th{ 
    background: #272b62; 
    color: #fff;
    padding: 12px; 
    font-size: var(--font-size-lg); 
    width: 50%;
}

.proshow .ptxts .ptds table tr:nth-child(even) {
    background-color: #eeeff4;
}

.proshow .ptxts .ptds a{ font-size:1em; }
.proshow .ptxts .ptds a:hover{ 
    text-decoration: underline; 
    color: #09479a;
}

.btns{ 
    padding: 50px 0 0px 0; 
    display: flex; 
    justify-content: space-between; 
    width: 100%; 
}
.btns a {
    display: flex;
    justify-content: space-between; 
    align-items:  center;
    background: #eeeff4;
    padding: 15px 40px;
    border-radius: 5px;
    width: 260px;
}



.btns a span {
    font-size: 20px;
    line-height: 32px;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #000;
    border-radius: 18px;
    border:1px solid #000;
}

.btns a p {
    font-size: 1.6em;
    color: #000;
    line-height: 1.5;
}

.btns .next .type {
    order: -1;
}

.btns .next span {
    order: 2;
    transform: rotate(180deg);
}

.btns a:hover {
    background-color: #272b62;
}
.btns a:hover span{
    color: #fff;
    border:1px solid rgba(255,255,255,0.5);
}
.btns a:hover p {
    color: #fff;
}

/*service*/

.ser1{
    padding: 45px 0 100px 0;
}
.ser1_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 90px;
    padding-top: 45px;
}
.ser1_list .item{
    background-color: #fff;
    padding: 95px 0 0 30px;
    position: relative;
}
.ser1_list .item h4{
    font-size: var(--font-size-md);
    line-height: 36px;
    padding-left: 25px;
}
.ser1_list .item .txt{
    padding: 25px;
    border: 1px solid #eeeff4;
    min-height: 130px;
}
.ser1_list .item p{
    font-size: var(--font-size-xs);
    color: #555556;
    line-height: 20px;
}
.ser1_list .item .info{
    position: relative;
    z-index: 1;
    height: 100%;
}
.ser1_list .icon{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1;
    width:130px ;
}
.ser1_list .icon_bg{
    width: 140px;
    height: 140px;
    background: #eeeff4;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 0;
}
.ser1_list .icon_fk{
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    right: 0;
    background-color: #272b62;
    z-index: 3;
}



.ser2{
    padding: 80px 0 100px 0;
}
.ser2 .warp2{
    display: grid;
    grid-template-columns:50% 50%;  
}
.ser2_txt{
    padding-right: 50px;
}
.ser2_img{
    padding: 75px 0 0 0;
    position: relative;
    z-index: 1;
}
.ser2_img .img_fk1{
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 104px);
    height: calc(100% - 150px);
    background-color: #eeeff4;
    z-index:-1;
}
.ser2_img .img_fk2{
    position: absolute;
    bottom: 0;
    left: -58px;
    width: calc(100% - 104px);
    height: calc(100% - 150px);
    background-color: #eeeff4;
    z-index:-1;
}
.ser2_list{
    padding-top: 20px;
}
.ser2_list li{
    font-size: var(--font-size-md);
    color: #555;
    padding: 28px 0 28px 30px;
    position: relative;
    border-top: 1px solid #eeeff4;
}
.ser2_list li::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #555555;
}
.ser2_list li:last-child{
    border-bottom: 1px solid #eeeff4;
}





.ser3{
    padding: 80px 0  100px 0;
    background: url(/static/images/service/ser3_bg.jpg) no-repeat center center;
    background-size: cover;
}
.ser3 .tit h3{
    color: #1e5193;
}
.ser3_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 150px;
    row-gap: 20px;
    background-color: #fff;
    padding: 65px;
}
.ser3_list .item{
    padding-right: 20px;
    border-bottom: 1px solid #d9ecfe;
}
.ser3_list .item a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    
}
.ser3_list .item  p{
    font-size: var(--font-size-md);
    color: #555;
    line-height: 36px;
}
.ser3_list .item span{
    background: url(/static/images/service/download.png) no-repeat center center;
    width: 27px;
    height: 27px;
    display: block;
}


.ser3_list .item:hover{
    background-image:linear-gradient(180deg, rgba(39,43,98,0) ,rgba(39,43,98,0.3) 30%, rgba(39,43,98,0.8) 70%, rgba(39,43,98,1) 100%); ;
}
.ser3_list .item:hover p{
    color: #fff;
    padding-left: 30px;
}
.ser3_list .item:hover span{
    background: url(/static/images/service/download2.png) no-repeat center center;
}

.ser3_list .list_box .item_left{
    display: flex;
    justify-content: center;
}
.ser3_list .list_box .img{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1e5193;
    border-radius: 50%;
}

.ser3_list .list_box p{
    font-size:12px;
    color: #000;
    line-height:26px;
    display: block;
    position: relative;
    padding-left: 20px;
    text-align: left;
}
.ser3_list .list_box p::after{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height:6px;
    border-radius: 50%;
    background-color: #1e5193;
}
.ser3_list .list_box .txt2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}



/*news*/
.news_top{
    padding: 45px 0;
}
.news_top .warp2{
    background-color: #eeeff4;
    padding-bottom: 100px;
    position: relative;
}
.news_top .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
    background: url(/static/images/news/news_bg.jpg) no-repeat center center;
    background-size: cover;
}
.newtit{
    text-align: right;
    margin-left: 50%;
    position: relative;
    padding-top: 55px;
    margin-bottom: 75px;
    padding-right: 50px;
    z-index: 1;
}
.newtit h3{
    font-size: var(--font-size-xl);
    color: #272b62;
    font-family:"BELMAR" ;
    text-transform: uppercase;
}
.newtit i{
    font-size: var(--font-size-md);
    color: #000;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
}
.newtit::before{
    content: "";
    position: absolute;
    bottom: 16px;
    left:158px;
    width: 115px;
    height: 3px;
    background-color: #363f91;
    z-index: 2;
}
.newtit::after{
    content: "";
    position: absolute;
    bottom: 16px;
    left:64px;
    width: 150px;
    height: 3px;
    background-color: #c0c0c1;
    z-index: 1;
}

.news_box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    padding-left: 27%;
    padding-right: 50px;
    position: relative;
    z-index: 1;
}
.news_box .item{
    /* background-color: #313569; */
    padding:50px 50px 30px 50px;
    border-radius: 40px 0 0 0;
    background-color: #fff;
}
.news_box .item h4{
    font-size: var(--font-size-lg);
    color: #010101;
    font-weight: bold;
    line-height: 36px;
    height: 72px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_box .item p{
    color: #555555;
    font-size: var(--font-size-xs);
    line-height: 24px;
}
.news_box .item .more{
    margin: 0 auto;
    width: 260px;
    border: 1px solid #555555;
    padding: 10px 40px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;

}
.news_box .item .more i{
    font-style: normal;
    font-size: var(--font-size-sm);
    font-weight: bold;
    color: #000;
}
.news_box .item .more span{
    font-size: 20px;
    color: #000;
    width: 36px;
    height: 36px;
    line-height: 30px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #7f7f7f;
}
.news_box .item .more a{
    font-size: var(--font-size-xs);
    color: #555555;
}
.news_box .item:hover{
    background-color: rgba(39, 43, 98, 0.95);
}
.news_box .item:hover h4{
    color: #fff;
}
.news_box .item:hover p{
    color: #fff;
}
.news_box .item:hover .more{
    border-color: rgba(39, 43, 98, 0.95);
}

.news_tip{
    padding: 80px 0 0 0;
}
.news_tip .warp2{
    padding-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.news_tip  a{
    font-size: var(--font-size-lx);
    font-family: "BELMAR";
    color: #555555;
    background-color: #eeeff4;
    display: block;
    padding: 35px 65px;
    text-transform: uppercase;
}
.news_tip  a.cur,.news_tip  a:hover{
    color: #fff;
    background-color: #272b62;
}





.news_top .txt{
    background-color: #f1f3f6;
    padding: 70px;
}
.news_top .txt b{
    font-size:var( --font-size-ld) ;
    display: block;
    padding-bottom:20px;
    line-height: 1.5;
}
.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 i{
    font-style: normal;
    display: inline-block;
    position: relative;
    background-color: #d61423;
    color: #fff;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    padding: 0 50px 0 30px;
    font-size: 14px;
    margin-top: 60px;
}
.news_top .txt i::before{
    content: "\e840";
    font-family: "iconfont";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    color: #fff;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
}


.news2{
    background-color: #f1f3f6;
    padding: 80px 0;
}
.newbox{
    display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-gap: 40px;
    color: #666;
}

.newbox .dot{
    padding: 35px 50px;
    background-color: #fff;
    position: relative;
}
.newbox .dot::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    background-color: #d61423;
    height: 0;
    transition: all 0.3s ease-in-out;
}

.newbox .dot a{
   display: grid;
   grid-template-columns: auto 1fr;
   grid-gap: 40px;
   color: #666;
}

.newbox .dot .time{
    overflow: hidden;
    text-align: center;
    border-right: 1px solid #dfdfdf;
    padding-right: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.newbox .dot .time i{
    font-size: 48px;
    font-style: normal;
    display: block;
    padding-bottom: 10px;
}
.newbox .dot .time p{
    font-size: 16px;
}

.newbox .txt b{
    font-size: var(--font-size-ld);
    color: #1e5193;
    line-height: 1.5;
    margin-bottom: 40px;
    display: block;
}
.newbox .txt p{
    font-size: 1.4em;
    color: #999;
    line-height: 24px;
}

.newbox .dot:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.newbox .dot:hover::after{
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.newbox .dot:hover .time{
    color: #d61423;
}

.news_list{
    padding-bottom: 70px;
}
.news_list .list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    row-gap: 60px;
    padding-top: 30px;
}
.news_list .list .item{
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.news_list .list .n1,.news_list .list .n3{
    padding:55px 70px
}
.news_list .list .n3 p{
    font-size: 14px;
    line-height: 1.3;
}
.news_list .list .n1 i{
    font-size: var(--font-size-sm);
    font-style: normal;
    color: #555555;
}
.news_list .list .n1 h4{
    font-size: var(--font-size-lg);
    color: #000000;
    font-weight: bold;
    display: block;
    margin-top: 50px;
    line-height: 36px;
}
.news_list .list .n2{
    margin-right: 50px;
    border-radius: 0 30px 30px 0;
    position: relative;
}
.news_list .list .n2 img{
    border-radius: 0 30px 30px 0;
}
.news_list .list .more{
    position: absolute;
    right: 15%;
    bottom: -25px;
    width: 70%;
    height: 55px;
    background-color: #272b62;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
}
.news_list .list .more i {
    font-style: normal;
    font-size: var(--font-size-sm);
    font-weight: bold;
    color: #fff;
}
.news_list .list .more span {
    font-size: 20px;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 30px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #7f7f7f;
}
.news_list .list .item:hover{
    background-color: #272b62;
}
.news_list .list .item:hover .n1 i{
    color: #fff;
}
.news_list .list .item:hover .n1 h4{
    color: #fff;
}
.news_list .list .item:hover .more{
    background-color: #fff;
}
.news_list .list .item:hover .more i{
    color: #272b62;
}
.news_list .list .item:hover .more span{
    color: #272b62;
}
.news_list .list .item:hover .n3 p{
    color: #fff;
}


/*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:50px 0;
}

.newsshow .boxs {
    background: #fff;
}

.newsshow .tit {
    padding: 40px 0 60px 0;
    text-align: center;
}

.newsshow .tit h3 {
    font-size: var(--font-size-lx);
    color: #333333;
    line-height: 24px;
    padding-bottom: 50px;
    border-bottom: 1px solid #aaa;
    font-weight: bold;
}

.newsshow .tit .dot {
    padding: 20px 20px 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.newsshow .tit .dot h4 {
    font-size: var(--font-size-sm);
    display: inline-block;
    padding: 14px 15px;
}

.newsshow .txt {
    padding: 45px 50px;
    line-height: 24px;
    color: #000;
    background-color: #eeeff4;

}

.newsshow .txt * {
    font-size: var(--font-size-md);
    line-height: 24px;
}

.newsshow .txt p {
    font-size: var(--font-size-md);
    padding-bottom: 15px;
}

.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: 60px 0 0 0;
}
.con1 .warp2{
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: stretch;
}
.con1 .map{
    background: url(/static/images/contact/map.jpg) no-repeat center center;
    background-size: cover;
}
.con1 .con1_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #fff;
}
.con-txt{
    padding: 50px 50px 50px  100px;
    background-color: #eeeff4;
}

.con-txt .intit{
    text-align: right;
}


.con1 .info{
    padding: 70px;
}
.con1_box{
    margin-top: 60px;
}

.con-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
}
.con-list .item{
    padding-bottom: 35px;
    border-bottom: 1px solid #7a8698;
}
.con-list .item p{
    font-size: var(--font-size-md);
    color: #929292;
    line-height: 1.1;  
    display: block;
    text-transform: uppercase; 
}
.con-list .item b{
    font-size: var(--font-size-md);
    color: #010101;
    line-height: 1.5;
    display: block;
    padding-top:15px;
    word-break:break-all;
    text-transform: uppercase; 

}
.con-list .item:nth-child(3) {
    grid-column: span 2; /* 让第三个子元素跨越两列 */
  }



.con2{
    padding: 80px 0 ;
}

.feed_form{
    padding:25px 0 20px 0;
}
.feed_form .item{

    padding-bottom: 18px;
}
.feed_form .item input{
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: var(--font-size-sm);
    padding-left: 20px;
    outline: none;
    border: 0;
    background-color: #eeeff4;
    color: #999;
}
.feed_form .item input::placeholder{
    color:#999; 
}

.feed_form .item textarea{
    width: 100%;
    font-size: var(--font-size-sm);
    padding-left: 20px;
    line-height: 54px;
    border: 0;
    outline: none;
    height: 200px;
    background-color: #eeeff4;
    font-family: "Arial";
    
}

.feed_form .item button{
    background-color: #3e3594;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius:10px ;
    position: relative;
    width: 100%;
    border: 0;
    outline: none;
    margin-bottom: 36px;
}

.feed_form p{
    text-align: center;
    color: #999999;
    font-size: 14px;
}


