*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;line-height: 100%;}
body{font-size: 14px;min-width: 1200px; overflow-x: hidden; font-family: 'Hos','Microsoft YaHei';background:url(https://memberpic.114my.com.cn/baoan109/uploadfile/image/20241123/20241123174724_719375269.png);}
a{text-decoration: none; color:#333; font-size: 14px;}
li{list-style: none;}
em,i{font-style: normal;}
input,select,textarea {border-radius: 0;outline: none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
a,*::before,*::after {font-size: 14px;text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;color: #1a1a1a;} 
a * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.fullscreen,.fullscreen body {width: 100%;height: 100%;overflow: hidden}
.pcshow { display:block;}
.mbshow { display:none!important;}
.clear { clear:both;}
.fl {float: left;}
.fr {float: right;}
.img {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color:#333;}
.pic {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.img img,.pic img {max-width: 100%;max-height:100%;margin: auto;padding: 0;border: 0;width: 100%;height: auto;border: none;}
.img-center {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto;height: auto;z-index: 1;max-width: 100%;max-height:100%;}
.img img.img-center {width: auto;height:auto;height:-webkit-min-content;height:-moz-min-content;height:min-content;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;max-width: 100%;}
.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.text-center {text-align: center;}
.div-container {position: relative;width: 74%;margin: auto;}
::-webkit-scrollbar{height:4px; width:3px;background: #ededed;}
::-webkit-scrollbar-button{height:0; width:5px;background: #ededed;}
::-webkit-scrollbar-thumb{background-color:#324476;box-shadow:inset 1px 1px 0 #324476,inset 0 -1px 0 #324476;}
@font-face{font-family: 'Hos';src:url(https://memberpic.114my.com.cn/baoan109/cssnew/Hos.ttf.txt);}
@font-face {font-family: 'srm';src: url('//memberpic.114my.com.cn/baoan109/cssnew/srm.otf.txt');font-weight: normal;font-style: normal;}

@font-face {
  font-family: 'ys';
  src: url("//memberpic.114my.com.cn/baoan109/cssnew/YOUSHEBIAOTIHEI-2.TTF.txt");
}
.ys{font-family: "ys";}

@font-face {
  font-family: 'iconfont';  /* Project id 4754259 */
  src: url('//at.alicdn.com/t/c/font_4754259_6v2tvi361u.woff2?t=1732354292566') format('woff2'),
       url('//at.alicdn.com/t/c/font_4754259_6v2tvi361u.woff?t=1732354292566') format('woff'),
       url('//at.alicdn.com/t/c/font_4754259_6v2tvi361u.ttf?t=1732354292566') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

.gy {margin: 0 auto;max-width: 90%;min-width: 1200px;}
.gya {margin: 0 auto;max-width:60%;min-width: 800px;overflow:hidden;}
.gyr {margin: 0 auto;max-width:1500px;min-width: 1200px;overflow:hidden;}
.gyd{margin: 0 auto;max-width: 98%;min-width: 1200px;}
@media screen and (max-width: 1366px){
.gya {margin: 0 auto;max-width: 1366px;min-width: 1200px;overflow:hidden;}
}

/*top*/
.top {padding: 5px 0; background: #383a87;position: relative;z-index: 111;}
.top_box {margin: 0 auto;display: flex;justify-content: space-between;align-items: center;color: rgba(255, 255, 255, 1);}
.top_tit {font-size: 15px;line-height: 30px;color: rgba(255, 255, 255, 1);}
.top_con {width: 20%;}
.top_con>ul {display: flex;justify-content: space-between;width: 100%;}
.top_con>ul>li {display: flex;position: relative;width: 24px;height: 24px;border-radius: 50%;background: #f8f8f8;justify-content: center;z-index:66;    margin-left: 2%;}
.top_con>ul>li:nth-child(1){background: none;display: flex; align-items: center; width: 328px;}
.top_con>ul>li:nth-child(1) a{ text-transform: uppercase; font-size: 18px; font-weight:normal; color: #fff;}
.top_con li i {font-size: 18px;line-height:24px; color: #333;width: 24px; text-align: center;}
.top_con li:nth-child(1) i{color: #fff;}
.top_con li>p {width: 120px;overflow: hidden;position: absolute;top: 32px;left: -45px;opacity: 0;transition: 0.5s;height:  0;padding: 5px;background: #fff;border: 1px solid #ddd;}
.top_con li p img {width:100%;}
.top_con li>a {}
.top_con li:hover p {opacity: 1;transition: 0.5s;height: 120px;}

/*搜索*/
.top_con li:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;} 
.tit_sel {width: 472px; background: rgba(51,51,51,0.7);transform: rotateX(90deg);position: absolute;right: 0;transition: all 0.5s;font-size: 16px;padding: 34px; z-index: 9999;top:33px;}
.tit_sel span {font-size: 24px;display: block;color: #152682;font-family: Arial;}
.tit_icon:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;}
#search-i{float:left; width:30px; height:33px; overflow:hidden; margin-top:20px;  box-sizing: border-box; padding-top: 7px;    border: 1px solid #dddddd;border-left: none;}
#search-bg{float:left; width:374px; height:33px; overflow:hidden; padding-left:14px; margin-top:20px; box-sizing: border-box;     border: 1px solid #dddddd;border-right: none;text-align: left;    line-height: 30px;}
.search-text{ font-size:14px;color: #999999;justify-content: center;align-items: center;}
.search-text a{ font-size:15px; color: #fff !important;}
.search-text a:hover{ font-size:15px; color: #ffffff;}
.search-text span{ float:left;  color:#ffffff;font-size: 15px;}
#infoname{ border:none;background:none; outline:none;line-height: 80px;} 
.search_name {float: left;font-size:22px;color: #ffffff; line-height: 32px;position: relative;z-index: 5;padding: 15px 0;width: 264px;height: 96px;background: #cb0303;text-align: center;}
.search_name:after {content: "";width: 0px;height: 0px;border-top: 7px solid #005299; border-right: 7px solid transparent;border-bottom:8px solid transparent; border-left: 7px solid #005299;position: absolute; top: 81px; right: -13px; transition: 0.5s all ease-in-out; }
form {justify-content: center;}
.head_right {display: flex;justify-content: space-between;align-items: center;width: 72%;}

.fleft { float:left!important }
.fright { float:right!important }
.fnone { float:none!important }

.headlogo p{font-size: 1.8rem;font-weight: bold; letter-spacing: 0px; padding-left: 10px; line-height: 1.75rem;display: block; justify-content: center; align-items: center; padding-top:2%;color: #383a87;}
.headlogo span{font-size: 1.2rem;font-weight: normal;display: block;letter-spacing: 2px;color: #383a87;  line-height: 1.5rem;text-transform: uppercase;font-family: 'Hos';}

.headbox { width: 100%; height: 100px; position: fixed; z-index: 100;background: linear-gradient(180deg, rgba(17, 204, 238, 0.99), transparent);
padding: 1% 0% 10% 0%;}
.headlogo{margin-top: 23px; margin-left: 0px;}

.logo { width: 100px; } 
.disinblock {display: flex;}
.mo_undis { display: block;}
.height100 {height: 100%;}
.positionRelative {position: relative;}
.cf{zoom: 1;}
.subnav-box { width: 340px; height: 30px; line-height: 30px; position: absolute; top: 0; right: 0; z-index: 1002 }
.subnav { width: 540px; height: 30px; line-height: 30px; background: #cb011f; color: #fff; position: absolute; top: 0; right: -30px; transform: skewX(45deg); -ms-transform: skewX(45deg); -webkit-transform: skewX(45deg); -o-transform: skewX(45deg); -moz-transform: skewX(45deg) }
.subnav ul { margin-right: 14%; transform: skewX(-45deg); -ms-transform: skewX(-45deg); -webkit-transform: skewX(-45deg); -o-transform: skewX(-45deg); -moz-transform: skewX(-45deg) }
.subnav a { display: inline-block; height: 30px; line-height: 30px; margin-right: 20px; font-size: 12px; color: #fff }
.subnav li:last-of-type a { padding-right: 0 }
.subnav a:hover { color: rgba(255,255,255,0.6) }

.nav {right: 10px; margin-top: 20px; z-index: 9;margin-right: 1%;}
.nav .menuLi { float:left; display:block; position:relative;}
.nav .menuLi .mainmenu { display:block; height:50px; line-height:50px; font-size: 17px; font-weight:normal; padding: 0 30px 0 30px; position:relative }
@media screen and (max-width: 1366px){
.nav .menuLi .mainmenu {padding: 0 23px 0 23px; font-size: 16px;}
}
@media screen and (max-width: 1400px){
.nav .menuLi .mainmenu { font-size: 16px;}
}
@media screen and (max-width: 1440px){
.nav .menuLi .mainmenu {padding: 0 23px 0 23px; font-size: 16px;}
}
.nav .menuLi:hover .menuListBox {display: block;}
.nav .menuLi .mainmenu.menuLipitchon .iconfont{color: #fff;}
.nav .menuLi .mainmenu .iconfont { position: absolute; top: 16px; right: 10px; color: #666; font-weight: lighter;font-size: 12px;transform: rotate(90deg);}
.nav .menuLi .mainmenu:hover .iconfont{color: #fff;}
.nav .menuLi .mainmenu:hover, .nav .menuLi .mainmenu.menuLiBnameover, .nav .menuLi .mainmenu.menuLipitchon:hover, .nav .menuLi .mainmenu.menuLipitchon.menuLiBnameover { background: #1e23c7; color: #fff }
.nav .menuLi .mainmenu:hover .iconfont, .nav .menuLi .mainmenu.menuLiBnameover .iconfont { filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1 }
.nav .menuLi .mainmenu.menuLipitchon { color: #fff; background: linear-gradient(90deg, #383a87 0%, #1e23c7 100%);}
.menuListBox { min-width: 100%; line-height:40px; position:absolute; top:50px; left: 0; background: #383a87; border-bottom: 1px solid #1e23c7; display:none }
.menuListBox a { display:block; width: 100%; padding: 0 15px 0 15px; line-height:40px; font-size: 14px; color: #fff; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; white-space:nowrap }
.menuListBox a:hover { filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8;background: #1e23c7; }
.menuListBox a:first-of-type { padding-top: 10px }
.menuListBox a:last-of-type { padding-bottom: 10px }
.pe{position: relative;}
/*下拉*/
.nav .menuLi dl { transition: all 0.3s; position: absolute;height:0px; z-index:0; overflow:hidden;width:100%;}
.nav .menuLi.dhh dl { height:auto !important; width:100%; background:rgba(248, 248, 248, 0.9); position: absolute; top:100px; left:0; display:block; z-index:9999;overflow:hidden; margin: 0 !important;}
.nav .menuLi.dhh dl.juli {}
.nav .menuLi.dhh dd { width:1400px;display:block;overflow:hidden;padding:30px 0px 15px;margin: auto;}
.nav_xl1{width:100%;padding: 20px 0;overflow: hidden;}
.nav_xl1 li{width:20%;}
.nav_xl1 li+li{margin:0 15px;}
.nav_xl1 li p{font-size:16px;text-align:center;color:#333;display:block;line-height:50px;    transition: all 0.3s;}
.nav_xl1 li img {width: 100%;}
.nav_xl1 ul {display: flex;justify-content:center;}
.nav {float:right;display:flex;align-items:center;}
.nav_r{float:right;display:flex;align-items: center;}
.nav_r .iconfont{font-size:40px;color:#fff;line-height:90px;float: right;margin-left: 15px;margin-top: 5px;}
.nav_r p{font-size:15px;color:#FFFFFF;float:left;text-align:right;}
.nav_r i{font-size:20px;display:block;font-family: "akr"}

.nav .menuLi.nav2{position:absolute;top:90px;left:-65px;z-index:1;display:none;box-shadow:5px 5px 10px rgba(0,0,0,.3);width:300px}
.nav .menuLi.nav2 a{display:block;width:100%;height:60px;border-bottom:none;background:#fff;color:#333;}
#aa2>.nav2 a{width:150px;font-size:15px;}
.nav .menuLi.nav2 a:hover{background:#cb011f;color:#fff;}
.nav2 b{color:#999;}
.nav .menuLi.nav2 a span{display:block;color:#333;text-transform:uppercase;font-size:16px;line-height:60px;-webkit-transition:all .8s cubic-bezier(.35,.75,.55,1) .1s;-moz-transition:all .8s cubic-bezier(.35,.75,.55,1) .1s;transition:all .8s cubic-bezier(.35,.75,.55,1) .1s;text-align: center;}
.nav .menuLi.nav2 a b{position:relative;display:inline-block;display:block;color:#ccc;line-height:30px;-webkit-transition:all .8s cubic-bezier(.35,.75,.55,1) .1s;-moz-transition:all .8s cubic-bezier(.35,.75,.55,1) .1s;transition:all .8s cubic-bezier(.35,.75,.55,1) .1s;}
.nav .menuLi.nav2 a:hover span{color:#fff;}

.headbox, .headlogo, .logo, .nav, .subnav-box { transition:0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s }
.headbox.current { height: 70px; box-shadow: 0 10px 18px #999; top:0px;padding: 0% 0% 0% 0%;background: #fff;}
.headbox.current .nav .menuLi .mainmenu{height: 70px;line-height: 70px;}
.headbox.current .nav .menuLi .mainmenu .iconfont{top:26px;}
.headbox.current .nav_xl1 li p{font-size: 15px;}
.headbox.current .headlogo { margin-top: 7px }
.headbox.current .logo { width:80px;}
.headbox.current p{font-size: 1.5rem;line-height: 1.48rem;letter-spacing: 0.2px;color:#333;}
.headbox.current span{font-size:1rem; line-height: 1.3rem;letter-spacing:2px;color:#999;}
.headbox.current .nav { top: 0 ;margin-top: 0px;}
.headbox.current .subnav-box { top: -30px }
.headbox.current .nav .menuLi.dhh dl{top:70px;}

.w1800 {width: 100%;max-width: 1920px;padding: 0 60px;}
.w1400, .wrap { width: 100%; max-width: 1400px;margin: 0 auto;}

/*banner*/
.bann{overflow:hidden;}
.ban_bc .slider {width:100%;}
.ban_bc .slick-slide img{width:100%;}
.ban_bc .slick-current{height:auto; -webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 1s ease-out  both;}
.ban_bc .slick-current img {width:100%;}
.ban_bc .slick-prev {left:38px;z-index:99;}
.ban_bc .slick-next {right:40px;}
.bann>button{display:none!important;}
.ban_bc{width:100%;position:relative;}
.ban_bc .slick-dotted.slick-slider{margin-bottom:0!important;}
.bann_num>span{font-size:30px;color:#fff;display:block;z-index:9;cursor:pointer;width:60px;height:90px;background:rgba(0,0,0,0.5);text-align:center;line-height:90px;}
.bann_num>.ban_prev{position:absolute;top:52%;left:40px;transform:rotate(180deg);}
.bann_num>.ban_next{position:absolute;top:52%;right:40px;}
.ban_dot{position:absolute;bottom:14%;left:50%;display:flex;margin-left:-33px;z-index: 9999;}
.ban_dot li{width:12px;height:12px;border-radius:100%;background:#fff;}
.ban_dot li+li{margin-left:12px;}
.ban_dot li button{display:none;}
.ban_dot li.slick-active{background:#383a87;}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top; transform-origin: top;
  }
}
@keyframes kenburns-top {
 0% {
    -webkit-transform: scale(1) translateY(0);  transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;   transform-origin: top;
  }
  }
@-webkit-keyframes kenburns-top1 {
  0% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;  transform-origin: top;
  }
  100% {
   -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;transform-origin: 50% 16%;
  }

}
@keyframes kenburns-top1 {
 0% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;  transform-origin: top;
  }
  100% {
   -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;  transform-origin: 50% 16%;
  }
  }

/*piblic*/
.f-24 {font-size: 1.4vw; font-weight:bold;color:#333;}
.f-16 {font-size: 0.9vw;color:#999;}
.w-88 {width:90%;}
.pos-r, .arrow {
    position: relative;
    z-index: 0;
}
.m-ot {margin: 0 auto;}
.b-fff {background: #fff;}
.jb1 {
    background: -webkit-linear-gradient(0deg, #383a87, #1e23c7);
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.flex1 {
    flex: 1;
}
.company_info { z-index: 3; margin-top: -6vw; }
.mot {
    align-items: center;
}
.company_info .line { height: 3px; }
.company_info .box { height: 12vw;padding: 0 3%;}
.company_info .IMG {width: 90px; height: 90px;background: #fff; text-align: center;background:#eeeff9;}
.company_info .IMG i{font-size:54px;line-height: 90px; text-align: center;background: linear-gradient(270deg, #383a87, #4145f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;position: relative;}
.company_info .IMG i:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(56, 58, 135, 0.1);
    position: absolute;
    bottom: 15px;
    right: -7px;
    z-index: -1;
}
.company_info .text { line-height: 1.4; padding-left: 5%;width: 77%;}
.company_info .block{margin-top:9px; display: block;line-height:1.4;}
.company_info img { max-height: 60%; max-width: 60%; }
.dis-m {
    vertical-align: middle;
}
.company_info .icon { left: 0; top: 0; }
.banner .swiper-container-horizontal>.swiper-pagination-bullets { bottom: 9vw; }
.BannerShow_b1, .BannerShow_b2 { position: relative; z-index: 0; }
.banner_btn { bottom: 10.5vw; z-index: 2; padding: 0 5vw; }
.banner_btn .btn+.btn { margin-left: 1.5vw; }
.i1 .box .desc { line-height: 2; -webkit-line-clamp: 3; max-height: 108px; }
.i1 .box .img { position: relative; z-index: 0; }

.i1 .box .img:after { content: ''; position: absolute; top: 0; background: #c9062c; width: 100%; height: 100%; z-index: -1; opacity: 0; transition: 0.5s ease 0s; }
.i1 .list:nth-child(odd) .img:after { left: 0; }
.i1 .list:nth-child(even) .img:after { right: 0; }
.i-product .list .pd { padding: 37% 0; }
.i-product .R .list { width: 33.333%; border: 1px solid rgba(0,0,0,0); border-bottom-color: #d7dbe8; }
.company_info .list {
    padding: 1vw;
 justify-content: center;
}
.bdr50 {
    border-radius: 50%;
}

.pro_titb {text-align: center;}
.pro_titb span {font-size: 2.8vw;color: #fff;line-height:1;position: relative;}
.pro_titb span:before {content:'';width: 76px;positx;height: 1px;background: rgba(255,255,255,0.2);position: absolute;top:28px;left: -110px;}
.pro_titb span:after {content:'';width: 76px;height: 1px;background: rgba(255,255,255,0.2);position: absolute;top:28px;right: -110px;}
.pro_titb p {font-size: 20px;line-height: 20px; padding-top: 18px;color: rgba(255,255,255,0.6); position: relative;}

/*pro*/
.pro {padding: 80px 0;overflow: hidden;}
.pro_box {width:100%;margin: 0 auto;}
.pro_tit {text-align: center;}
.pro_tit span {font-size: 2.8vw;color: #383a87;line-height: 1;position: relative;}
.pro_tit span:before {content:'';width: 76px;positx;height: 1px;background: #383a87;position: absolute;top:28px;left: -110px;}
.pro_tit span:after {content:'';width: 76px;height: 1px;background: #383a87;position: absolute;top:28px;right: -110px;}
.pro_tit p {font-size: 20px;line-height: 22px; padding-top:18px;}
.pro_tab {padding-top:60px;width: 86.4%;margin: 0 auto;}
.pro_nav {overflow: hidden;}
.pro_nav ul {display: flex;justify-content: space-between;align-items: center;height: 144px;background: #fff;}
.pro_nav li {width: 25%;display: flex;flex-direction: column;align-items: center;justify-content: center;height: 100%; transition: 0.5s;border-top:1px solid #eee;border-bottom: 1px solid #eee;position: relative;}
.pro_nav li:after {content:'';width: 1px;height: 90px;background: #eee;position: absolute;right:0;top:23px;}
.pro_nav li:last-child:after {display:none;}
.pro_nav li.on {transition: 0.5s;background: #383a87;color: #fff;}
.pro_nav li.on a ,.pro_nav li.on i {transition: 0.5s;background: linear-gradient(270deg, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.pro_nav li.on:after {display: none;transition: 0.5s;}
.pro_nav li i {font-size: 38px;line-height: 40px; background: linear-gradient(270deg, #383a87, #4145f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.pro_nav li a {font-size: 22px;display: flex;flex-direction: column;align-items: center;line-height: 1.6;padding-top: 7px;font-weight:bold;}
.pro_nav li a span {font-size: 13px;color: #ccc; text-transform: uppercase; padding-top:2px;font-weight:normal;}
.pro_con {overflow: hidden;margin-top: 0px;background: #fff; padding:5% 6%;}
.pro_adv {display: flex;flex-wrap: wrap; height:40rem;overflow: hidden;}
.pro_int {display: flex;justify-content: space-between;align-items: center;height:100%;}
.pro_txt {width: 55%;height: 100%;display: flex;flex-direction: column; margin-top: 6%;}
.pro_txt p {display: flex;flex-direction: column;line-height: 1.2;font-size:2.1vw;font-weight: bold;color: #383a87;}
.pro_txt p span {font-size: 1.2vw;color: #999;font-weight: normal; line-height:2;}
.pro_txt p i {width: 40px;height: 3px;background:#383a87;margin-top: 20px; }
.pro_txt em {font-size: 1vw;line-height: 1.6;margin-top: 60px;}
.pro_txt a {width: 205px;height: 42px;background: linear-gradient(90deg, #383a87 0%, #1e23c7 100%);font-size: 16px;text-align: center;line-height: 42px;color: #fff;display: inline-block;margin-top: 5%;transition: all 0.2s; letter-spacing: 1px;}
.pro_txt a:hover{width: 325px;transition: all 0.2s; letter-spacing: 3px;}
.pro_pic {width: 38%;}
.pro_top {width:100%;overflow:hidden;}
.pro_top td {width:100%;height:100%;padding-left:0!important;}
.pro_top td+td {display:none;}
.pro_top td img {width:100%;height:auto;}
.pro_top td:hover img{-webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 1s ease-out  both;}
.pro_top td br {display:none;}
.pro_call {width: 100%;margin: 0 auto;margin-top: 10px;overflow: hidden;    border-bottom: 2px solid #383a87;padding-bottom: 10px;}
.pro_call td{float: left;position: relative;margin-left: 0.3%;overflow: hidden;padding-left:0!important;}
.pro_call td br{display:none;}
.pro_call td{width:24.7%;height:100%;}
.pro_call td>a,.pro_call td>a>img{width:100%;height:auto;transition:0.5s;-webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 1s ease-out  both;}
.pro_call td span {padding-top: 0px !important;position: absolute;transition: 0.5s;bottom: 0;left: 0;width: 100%;background: #fc0100;height: 50px;transform: translateY(50px);transition:0.5s;}
.pro_call td:hover span{transform: translateY(0px);transition:0.5s;-webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 1s ease-out  both;}
.pro_call td span a{color: #fff;font-size: 19px;line-height: 50px;}
@media screen and (max-width: 1500px){
  .pro_call{width:100%;}
}

.container {
    max-width: 84%;
}
.jddwjz {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.indexOne {overflow: hidden;}
.indexOne .swiperBox {margin-top:2%;}
.inOneSwiper1 {width: 100%;}
.inOneSwiper1 .swiper-wrapper {justify-content: center;}
.inOneSwiper1::after {content: ""; width: 100%; height: 1px;background: #eee; position: absolute; left: 50%; top: 13%; transform: translate(-50%, -50%);}
.inOneSwiper1 .swiper-slide {text-align: center; cursor: pointer; width: auto;}
.inOneSwiper1 .swiper-slide:last-child {margin-right: 0 !important;}
.inOneSwiper1 .svgBox {width: 36px;
    height: 36px;
    margin: auto;
    opacity: 0;
    transition: .4s;
    background: #383a87;
    border-radius: 50%;
    line-height: 36px;}
.inOneSwiper1 .svgBox i {font-size: 20px; line-height: 36px; color: #fff;}

.inOneSwiper1 .swiper-slide span {display: block; margin-top: 2.4rem; font-size: 1.6rem;color: #333333;margin-bottom: 1.7em;line-height: 1;}
.inOneSwiper1 .swiper-slide-thumb-active .svgBox {opacity: 1;}
.inOneSwiper1 .swiper-slide-thumb-active span {color:#383a87; font-weight: 700;}
.inOneSwiper1 .swiper-slide-thumb-active .svgBox svg { animation: dashTooffset 6s linear forwards;}
@keyframes dashTooffset {0% {stroke-dashoffset: 130;}100% {stroke-dashoffset: 0;}}
.inOneSwiper2 {margin-top: .5rem;}
.inOneSwiper2 .swiper-slide {background: #fff;overflow:hidden;height:auto;}
.inOneSwiper2 .swiper-slide .slide-inner {overflow: hidden; background: #000;}
.inOneSwiper2 .slide-inner img {width: 100%; opacity: 0.8;}
.inOneSwiper2 .slide-inner:hover img{ -webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 1s ease-out  both;}
.inOneSwiper2 .box {display: flex; justify-content: flex-end;}
.inOneSwiper2 .box .con {background: rgba(255, 255, 255,.96); padding: 3rem; width:57%; box-sizing: border-box;}
.inOneSwiper2 .box h5 {background: linear-gradient(270deg, #383a87, #4145f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;font-weight: 700; font-size: 1.8rem;}
.inOneSwiper2 .box dl {margin-top: .6rem; display: flex; justify-content: space-between;}
.inOneSwiper2 .box dd {width: 100%;padding-bottom: 2rem; padding-top: 1rem;border-bottom: 1px solid rgba(200, 200, 200,.6);line-height:1.6;font-size:1vw;}
.inOneSwiper2 .box dd a {justify-content: flex-start;}
.inOneSwiper2 .box dd span {margin-left: .1rem; font-size: var(--font18);}
.inOneSwiper2 .box dd a:hover {color: #0072B8;}
.inOneSwiper2 .box .more {margin-top: .6rem;}

/*团队*/
.honor_bg{padding:7% 0 11% 0;background: url(https://memberpic.114my.com.cn/baoan109/uploadfile/image/20241122/20241122172108_367138978.png) center bottom no-repeat;}
/*case*/
.appli2 {
    padding: 80px 0;
}
.field{ width:100%;    margin-bottom: 0px; margin-top: 60px;}
.fieldcon{ width:800px; height:551px; margin:0 auto; position:relative;}
.fieldjt{ width:32px; height:32px; background:url(https://memberpic.114my.com.cn/baoan109/uploadfile/image/20241130/20241130201346_1512195667.png) top left no-repeat; position:absolute; top:45%; left:-58px; z-index:9; cursor:pointer;}
.fieldjt.next{ background:url(https://memberpic.114my.com.cn/baoan109/uploadfile/image/20241130/20241130201346_1512195667.png) top left no-repeat; left:inherit; right:-58px;}
.fieldjt:hover{ background-position-y:bottom;}
.fieldcon .divdgweb_new_div_item{ width:800px; height:451px; margin-right:100px; position:relative;}
.fieldcon .divdgweb_new_div_item .news_div_item_pic img{ width:100%; height:100%;}
.fieldcon .divdgweb_new_div_item_content{ width:100%; opacity:0; transition:all .3s ease; margin:0 auto; position:absolute; left:0; right:0; top:200px;    line-height: 60px;}
.fieldcon .divdgweb_new_div_item_a{ display:block; color:#fff; font-size:22px; text-align:center;position: relative;z-index: 99;}
.fieldcon .divdgweb_new_div_item_body{ display:-webkit-box; height:90px; color:#eee; font-size:14px; font-weight:lighter; line-height:30px; margin:24px 0 0px 0; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:3; -webkit-box-orient:vertical;    display: none;} 
.fieldcon .divdgweb_new_div_item.cur .divdgweb_new_div_item_content{ top:501px; opacity:1;}
.fieldcon .divdgweb_new_div,.fieldcon .tempWrap{ overflow:visible !important;}
.fieldcon .divdgweb_new_div_item_title:after {content:'';width: 100%;height: 100px;background:#383a87;position:absolute;top: -0px;left: -0px;z-index:1;}
.fieldcon .divdgweb_new_div_item_title a:after {content:'Service team';position:absolute;top:23px;left:0;font-size: 13px;width: 100%;white-space: nowrap;font-family: Arial;text-transform: uppercase;opacity: 0.5;font-weight: normal;color:#fff;}
.fieldcon .divdgweb_new_div_item:nth-child(2) .divdgweb_new_div_item_title a:after {content:'Service team';}
.fieldcon .divdgweb_new_div_item:nth-child(3) .divdgweb_new_div_item_title a:after {content:'Service team';}
.fieldcon .divdgweb_new_div_item:nth-child(4) .divdgweb_new_div_item_title a:after {content:'Service team';}
.fieldconl .divdgweb_new_div_item:nth-child(5) .divdgweb_new_div_item_title a:after {content:'Service team';}
.fieldcon .divdgweb_new_div_item_a {margin-top: 3%;}
.intro_feature {width: 100%;height: 279px;background:#333;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;position: relative;z-index:2;    display: flex;}
.intro_feature li{width: 25%;text-align: center;padding-top: 68px;position: relative;overflow: hidden;height: 100%;}
.intro_feature li:before{content: '';width: 100%;height: 100%;background: #4ca0d9;position: absolute;top: 0;left: -100%;animation:introLaf 0.3s linear; }
.intro_feature li:hover:before{left: 0;animation:introLbe 0.3s linear;}
.intro_feature li i {display: block;position: relative;width: 64px;height: 64px;overflow: hidden;margin: 0 auto 25px;font-size: 44px;color: #fff;}
.intro_feature li:hover i{animation: hvr-buzz-out 0.75s linear;}
.intro_feature li span {display: block;font-size: 22px;line-height: 28px;color: #fff;position: relative;-o-transition: all 0.3s ease;transition: all 0.3s ease;width: 100%;}
.intro_feature li p {display: block;font-size: 15px;line-height: 28px;color: rgba(255,255,255,0.5);position: relative;-o-transition: all 0.3s ease;transition: all 0.3s ease;width: 100%;}

@keyframes introLbe{
  0%{left: -100%;}
  100%{left:0;}
}
@keyframes introLaf{
  0%{left: 0;}
  100%{left:100%;}
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/*adv*/
.content_guide{margin-top:4%;}
.guide{ position: relative; width: 100%;
margin: 0 auto;background: url(https://memberpic.114my.com.cn/baoan109/uploadfile/image/20241122/20241122172012_752465229.jpg) center no-repeat;z-index: 99; padding:6% 0;}
.guide:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
     top: 0;
}
.guide .guide-con li{float:left;width:19.2%;position:relative;padding:5% 4%;box-sizing:border-box; overflow:hidden;margin-top:40px;transition:.35s;margin-right:1%; background: #fff; border-radius: 20px;}
.guide .guide-con li em{margin-bottom:30px;display:block;line-height:1;padding-top:12px;background: linear-gradient(270deg, #383a87, #4145f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;font-size:60px;}
.guide .guide-con li em iconfont{font-size:60px;}
.guide .guide-con li b{font-size:1.4vw;font-weight:bold;line-height:1.4;color:#222;display:block;}
.guide .guide-con li i{font-size:14px;font-weight:normal;line-height:14px;color:#222;opacity:0.4;display:block;margin-top:18px;text-transform:uppercase;}
.guide .guide-con li p{display:none;font-size:18px;font-weight:normal;line-height:24px;color:#ffffff;margin-top:25px;}
.guide .guide-con li span{display:block;margin-top:50px;font-size:20px;font-weight:bold;line-height:80%;color:#222;}
.guide .guide-con li strong{font-size:130px;font-weight:normal;line-height:80%;color:#ffffff;font-family:srm;opacity:0.1;position:absolute;right:30px;top:270px;}
.guide .guide-con li:before{content:"";display:block;width:3px;height:145px;background:#eee;position:absolute;left:14%;top:64px;}
.guide .guide-con li:last-of-type{margin-right:0;}
.guide .guide-con li:before.cur{background:#fff;}
.guide .guide-con li:before.cur,.guide .guide-con li:hover:before{background:#fff;}
.guide .guide-con li.cur,.guide .guide-con li:hover{background:#383a87;border-radius:15px;overflow:hidden;padding-top:6%;margin-top:0px;padding-bottom:8%;}
.guide .guide-con li.cur em{color:#fff;}
.guide .guide-con li.cur b,.guide .guide-con li:hover b{color:#fff;}
.guide .guide-con li.cur b:after,.guide .guide-con li:hover b:after{content:"";display:block;width:50px;height:2px;background:#fff;margin-top:15px;}
.guide .guide-con li.cur i,.guide .guide-con li:hover i,.guide .guide-con li.cur span,.guide .guide-con li:hover span{display:none;}
.guide .guide-con li.cur p,.guide .guide-con li:hover p{display:block;}
.guide .guide-con li.cur:before,.guide .guide-con li:hover:before{display:none;}
.guide .guide-con:after{line-height:0;visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}

@media screen and (min-width: 1600px) and (max-width: 1680px){
.guide .guide-con li{width: 23.8%;}
}

/*case*/
.case {width: 100%;background:url(https://memberpic.114my.com.cn/baoan109/uploadfile/image/20241126/20241126085131_1727470466.jpg)no-repeat center;padding:7% 0 6% 0;overflow: hidden; position: relative;}
.case:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(56,58,135,0.2);
}
.case_box {margin: 0 auto;}
.case_tab {margin-top: 4%;display: flex; justify-content: space-between;}
.case_nav b{font-size:1.8vw;color:#fff; display: block;text-align:center;margin-bottom: 13%; line-height: 1.3;margin-top: 4%;}
.case_nav span{font-size:0.9vw;color:rgba(255,255,255,0.5);margin-top: 2%;display: block; line-height: 1.3; font-weight: normal;}
.case_nav {width: 21%;border-right: 1px solid rgba(255,255,255,0.3);display: block;justify-content: center; background: rgba(0,0,0,0.6); padding:3% 0;}
.case_nav table tbody {display: flex;flex-direction: column;justify-content: space-between;align-items: center;width: 100%;}
.case_nav table {
    width: 100%;
}
.case_nav tr:last-child {display:none;}
.case_nav tr+tr {margin-top: 5px;}
.case_nav tr {height:58px;display: flex;align-items: center;position: relative;z-index: 5;width: 100%;justify-content: center;}
.case_nav tr td { position:relative;  z-index:5; }
.case_nav tr:hover:before,.case_nav tr.on:before {transition:0.5s;opacity: 1;left: 50%;}
.case_nav tr:before {content:'';width:84%;height:58px;background:#383a87;position:absolute;top:0;left: 0;border-radius:10px;z-index:-1;transition:0.5s;opacity: 0;margin-left: -42%;}
.case_nav tr:after {content: '';background: #fff;width: 3px;border-radius: 4px;height: 0;position: absolute;z-index: 3;top: 50%;margin-top: -22px;opacity: 0;filter: alpha(opacity=0);right: -2px;transition: 0.5s all ease;}
.case_nav tr:hover:after,.case_nav tr.on:after {transition:0.5s;    opacity: 1;height: 45px}
.case_nav tr td a {font-size: 17px; color: #fff;    background: url(https://memberpic.114my.com.cn/baoan109/uploadfile/image/20241123/20241123175039_1714380584.png) no-repeat 0;padding-left: 40px;}
.case_con {width:74%; overflow: hidden;    display: flex;}
.case_call {transition: 0.5s;width: 100%;flex-shrink: 0;}
.case_call .new_web_div2021 {display: flex; justify-content: space-between;}
.case_call .new_web_div2021 ul {width: 32.7%;}
.case_call .new_web_div2021 li {width: 100%; position: relative;overflow: hidden;border-radius: 10px;}
.case_call .new_web_div2021 li+li {margin-top:3%;}
.case_call .new_web_div2021 li  img {width: 100%;height: auto;border-radius: 10px;transition: all 0.2s;}
.case_call .new_web_div2021 li  img:hover{transform: scale(1.1);transition: all 0.2s;border-radius: 10px;}
.case_call .new_web_div2021 li  p  {    position: absolute;bottom: 0;left: 0;width: 100%; height: 25%;background:linear-gradient(rgba(255,255,255,0.01),rgba(0,0,0,1));   border-bottom-left-radius: 10px;border-bottom-right-radius: 10px; display: flex; align-items: center; justify-content: center;}
.case_call .new_web_div2021 li  p a {font-size: 16px; line-height: 24px;font-weight: lighter; color: #fff;}


/*流程*/
.index{max-width:90%;overflow:hidden;padding:7% 0px; margin: 0 auto;} 
.list{padding-top: 2%;    overflow: hidden;}
.index .floor_4 {width:100%;margin:auto;}
.index .floor_4 .btn {width:200px;line-height:45px; margin:120px auto 0;font-size:20px;color:#333;text-align:center;border:2px solid #eee;border-radius:6px;height:50px;display: flex;justify-content: center;align-items: center;}
.index .floor_4 .btn img{margin-right:10px; width: 29px; height: 29px;}
.index .floor_4 .btn:hover{background-color:#149fa6;border-color:#149fa6;}
.index .floor_4 .list .item{width:calc(100%/6);height:166px;padding-top:12px;float:left;text-align:center;background: url(https://memberpic.114my.com.cn/baoan109/uploadfile/image/20241123/20241123174704_1235412669.png) no-repeat center left;transition:all ease 300ms;color:#fff;padding:0px 1.5vw;    display: flex;flex-direction: column; align-items: center;
justify-content: center; position: relative;}
.index .floor_4 .list .item:first-child{background-image:none;}
.index .floor_4 .list .item .iconfont{font-size:74px; line-height: 74px;background: linear-gradient(270deg, #383a87, #1e23c7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; position: relative;}
.index .floor_4 .list .item .iconfont:after {
    content: '';
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(56,58,135,0.1);
    position: absolute;
    bottom: 20px;
    right: -7px;
    z-index: -1;
}
.index .floor_4 .list .item h3{font-size:1.2vw;padding-top: 30px;color: #333;}
.index .floor_4 .list .item .txt{font-size:14px;padding-top:6px;opacity:0.8; line-height: 22px;color: #666;}
.index .floor_4 .list .item:hover{margin-top:-10px;}
.indexTit h3{font-size:48px;padding-top:10px;display:inline-block;vertical-align:middle;line-height:48px;font-weight:bold;color:#fff;text-align: center;}
.indexTit h3 span{text-transform uppercase;font-size:20px;padding-top:15px;font-weight:normal;font-family:arial;display:block;line-height:20px;}
.indexTit strong{font-size:40px;line-height:60px;display:inline-block;*display:inline;zoom:1;vertical-align:middle;color:#149fa6;*vertical-align:top;}
.indexTit{text-align:center;margin-bottom:100px;}
 .int_bnt{margin-top: 50px; display: flex; justify-content: center;}
.int_bnt a{width: 460px; display: inline-block;color: #fff;line-height: 55px;text-align: center;  transition: all .5s;    letter-spacing: 4px; border-radius: 50px; font-size: 18px; background: linear-gradient(270deg, #383a87, #1e23c7); color: #fff;box-shadow: 0px 0px 50px 0px rgba(56, 58, 135, 0.5); border: 2px solid #383a87;}
.int_bnt i {
    width: 1.3rem;
    height: 2.3rem;
    background: url(https://memberpic.114my.com.cn/baoan109/uploadfile/image/20241123/20241123174833_1265497679.png) center 26px no-repeat;
    margin-left: 1rem; display: inline-block;
}
.int_bnt a:hover{background: #383a87;color: #fff;width: 560px; transition: all .5s; letter-spacing: 5px;border:none;}


/*news*/
.news {padding:7% 0;overflow:hidden;background:#f8f8f8 url(https://memberpic.114my.com.cn/baoan109/uploadfile/image/20241122/20241122172108_367138978.png) center bottom no-repeat;position: relative;z-index: 5;}
.news_box {max-width: 90%;margin:0 auto;}
.news_top {display:flex;/* flex-direction: column; */align-items: center;justify-content: space-between;}
.news_tit {}
.news_tit>p {display:flex;/* flex-direction:column; */font-size: calc(1.8rem + 0.5vw);align-items: center;/* justify-content: center; */}
.news_tit>p span {display:flex;align-items: center;text-transform: uppercase;font-family: fantasy,Arial;color: #383a87;font-weight: bold;margin: 0 2% 0 0;}
.news_tit>p i {margin: 1px 10px 0 0;font-size: 35px;color: #383a87;}
.news_tit>p i img {width:100%;height:auto;}
.news_tit p b {padding: 8% 0 0;}
.news_tit em {display: flex;font-size: 1.1rem;color: #888;width: 100%;text-align: center;margin: 5.2% 0 0;opacity: 0.8;}
.news_nav {margin: 0 0 0 3%;/* display: none; */}
.news_nav ul {display: flex;justify-content: space-between;align-items: center;width: 100%;}
.news_nav li {display:  flex;justify-content:  center;align-items:  center;/* background: #fff; */margin: 0 16px;width: 100%;/* border-radius: 40px; */position: relative;overflow: hidden;z-index: 5;/* box-shadow: 0px 0px 20px #ddd; */}
.news_nav li i {font-size: 1.4rem;line-height: 1;color: #ccc;padding-right: 10px; }
.news_nav li a {font-size: 1.2rem;line-height: 1;/* padding-left: 10px; */white-space: nowrap;color: #999;}
.news_nav li.on,.news_nav li.on a {color: #383a87;font-weight: bold;}
.news_nav li.on i{color: #383a87;}
.news_con {overflow:hidden;margin: 2% 0 0;}
.news_roll {display:flex;}
.news_call {width:100%;flex-shrink:0;}
.news_call .news_div{/* display: flex; */justify-content: space-between;flex-shrink: 0;width:100%;}
.news_call .news_div{margin: 0 !important;}
.news_call .slick-list  {padding: 3% 0;}
.news_call .news_div_item{width: 36%;position: relative;transition:0.5s;padding: 2% 2% 1% 2%;background: #fff;display: flex !important;flex-direction: column;/* margin: 0 0.2%; *//* border: 1px solid #f8f8f8; *//* box-shadow: 0 0 20px #eee; */float: left;z-index: 5;}
.news_call .news_div_item_date{position: absolute;top: 36px;display: flex;left: 19px;height: 22px;/* font-size: 16px; */color: #2d3b8d;transition: 0.5s;font-family: Arial;}
.news_call .news_div_item:hover .news_div_item_date {left: 11%;}
.news_call .news_div_item_date::before{content:'';}
.news_call .news_div_item_content{height: 285px;}
.news_call .news_div_item_year, .news_call .news_div_item_month, .news_call .news_div_item_day{float: left;line-height: 22px;}
.news_call .news_div_item_title{}
.news_call .news_div_item_a {font-size: 1vw;display: block;margin-bottom: 20px;position:relative;transition:0.3s;font-weight: bold;padding-top: 23%;}
.news_call .news_div_item_a::before{position:absolute;content:'\4e86\89e3\8be6\60c5';top: 240px;left: 0;/* width: 130px; *//* height: 40px; *//* background: #fff; *//* border-radius: 20px; *//* line-height: 40px; */color: #666;font-size: 14px;transition:0.5s;/* border: 1px #f6f5f5 solid; */text-align: center;box-sizing: border-box; font-weight:normal;}
.news_call .news_div_item_a::after{position:absolute;font-size: 18px;width: 18px;height: 14px;left: -2px;transition:0.5s;font-family: 'iconfont';content: "\eb94";color: #666;top: 0;opacity: 0;}
.news_call .news_div_item_body{font-size: 14px;color: #666;line-height: 26px;/* font-weight:100; */text-overflow: ellipsis;-webkit-line-clamp: 2;word-break: break-all;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.news_call .news_div_item_pic, .news_call .news_div_item_pic a, .news_call .news_div_item_image{width:100%;height: auto;display: block;transition: 0.5s;object-fit: cover;}
.news_call .news_div_item:hover .news_div_item_a{color:#383a87;transition:0.3s;}
.news_call .news_div_item:hover .news_div_item_a::before{/* background: #eb3d00; *//* color: #fff; */}
.news_call .news_div_item:hover .news_div_item_a::after{left: ;opacity:1;}
.news_call .new_ic{overflow:hidden;margin: 3% auto 0;}
.news_call .news_div_item:hover .news_div_item_pic img  {    transform: scale(1.1);transition: 0.5s;}
.news_call .news_div_item_pic {overflow: hidden;}
.news_call .news_div_item:first-child {flex-direction:column-reverse;}
.news_call .news_div_item:first-child .news_div_item_date {top: 69.8%;left: 76%;color: #999;font-size: 16px;}
.news_call .news_div_item:first-child  .news_div_item_a::after {top: 84%;left: 72%;}
.news_call .news_div_item:nth-child(-n+2) {width: 30%;}
.news_call .news_div_item:nth-child(2) {margin: 0 2%;}
.news_call .news_div_item:nth-child(2) .news_div_item_body {-webkit-line-clamp: 20;color: #333;}
.news_call .news_div_item:nth-child(2) .news_div_item_a {/* color:#fff; */padding: 8% 0 0;}
.news_call .news_div_item:nth-child(2):before {content:'';width:100%;height:100%;position:absolute;top:0;background: #eee;left: 0;z-index: -1;} 
.news_call .news_div_item:nth-child(2) .news_div_item_pic {opacity:0;}
.news_call .news_div_item:nth-child(2) .news_div_item_date {top: 10.2%;left: 76%;color: #999;font-size: 16px;}
.news_call .news_div_item:nth-child(2) .news_div_item_a::after {top: 74%;left: 72%;}
.news_call .news_div_item:nth-child(2) .news_div_item_a::before {top: 30vw;}
.news_call .news_div_item:nth-child(n+3)  {flex-direction:row-reverse;justify-content: space-between;align-items: center;padding:1.2%;}
.news_call .news_div_item:nth-child(n+3) .news_div_item_a {padding: 6% 0 0;margin-bottom: 12px;}
.news_call .news_div_item:nth-child(n+3) .news_div_item_pic {width: 36%;}
.news_call .news_div_item:nth-child(n+3) .news_div_item_content {width: 60%;height: 170px;}
.news_call .news_div_item:nth-child(n+3) .news_div_item_date {top: 66%;left: 76%;color: #999;font-size: 15px;}
.news_call .news_div_item:nth-child(n+3) .news_div_item_a::before {top: 120px;}
.news_call .news_div_item:nth-child(n+3) .news_div_item_a::after {top: 6.1vw;left: 56%;}
.news_call .news_div_item:nth-child(n+4) {margin: 1.1% 0 0;}
.new_column {background: #383a87;width: 6rem;text-align: center;padding: 1% 0;position: absolute;left: 7%;top: 61.9%;z-index: 5;}
.new_column a {font-size:0.9rem;color: #fff;}
.news_call .news_div_item:nth-child(2) .new_column  {top: 66%;}
.news_call .news_div_item:nth-child(n+3) .new_column {top: 71%;left: 3.5%;display: none;}
.news_call .news_div_item:first-child .news_div_item_pic img {height: auto;}
.news_call .news_div_item:nth-child(2) .news_div_item_pic img {height: auto;}

.jj_bg {width: 100%; background: url(http://baoan109.n.114my.net/uploadfile/image/20241122/20241122173944_1222729029.jpg) no-repeat center bottom;padding-bottom:10%;}
.com_t{max-width:1500px; margin:0 auto; padding:6% 0 2% 0;}
.jj_bg .te{color: #666; text-align:center;line-height: 28px;font-size: 16px; padding: 3% 6% 3% 6%; max-width: 1200px; margin: 0 auto;}

/*num*/
.num {padding: 6% 0 11% 0;overflow: hidden; max-width:1100px; margin:0 auto; }
.num_box {max-width: 100%;margin: 0 auto;}
.num_con {}
.num_con ul {display: flex;justify-content: space-between;align-items: center;}
.num_con li {width: 200px;display: flex;flex-direction: column;position: relative;align-items:  center;border-right:  1px solid #ddd;height: 200px; border-radius: 50%; border: 3px #383a87 solid;justify-content: center;}
.num_con li:nth-child(2){margin-top:-15%;}
.num_con li:nth-child(4){margin-top:-15%;}
.num_con li:last-child {border-right:none;}
.num_con li i {font-size: 49px;font-family: 'srm';color: #383a87; font-weight:lighter;}
.num_con li em {position: absolute;right: 19%;top:48px;font-size:  22px;color: #333;font-weight:  bold; font-family: Microsoft Jhenghei;}
.num_con li:nth-child(1) em {right: 28%;}
.num_con li:nth-child(2) em {right: 11%;}
.num_con li:nth-child(4) em {right: 12%;}

.num_con li p {display: flex;flex-direction: column;align-items: center;font-size: 24px;line-height: 30px;font-weight:  lighter;padding-top: 3px;}
.num_con li p span {font-size: 15px;line-height: 16px;padding-top: 5px; font-weight:100; color:#999;}

.more-1 {margin-top: 2%;margin: 0 auto;display: flex;justify-content: center;}
.more-1 .a {font-size:15px;color: #666; line-height: 28px;position: relative;text-transform: uppercase; cursor: pointer;
    display: inline-block;
}
.more-1 .a p {
    position: relative;
    z-index: 1;
    padding-left: 30px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size:15px;
line-height: 52px;
}
.more-1 .a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px;
    background: linear-gradient(90deg, #383a87 0%, #1e23c7 100%);
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.more-1 .a p i{
    margin-left: 12px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
font-size:18px;
color: #333;
}
.coop_call {
    max-width: 90%;
    margin: 20px auto 0;
}

.coop_call ul {
    display: flex !important;
margin-bottom: 5px;
}

.coop_call li {
    width: 25%;
    margin: 0 0.5% 0 0;background: #fff;
    padding: 0.6%;
    border-radius: 11px;
}

.coop_call li a {
    display: inline-block;
    width: 100%;
}
.coop_call li img {
    width: 100%;
height:auto;
    /*margin-bottom:25px;*/

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all .3s ease;
    filter: grayscale(0.5);
    /*opacity: .6;*/
}

.coop_call li:hover img {
    transform: scale(1.1);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: initial;
    opacity: 1;
}

/* =====底部===== */
.flexsb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer {background: #282c31; position: relative; z-index: 1; padding-top:6.6rem; padding-bottom:2.8rem;}
.footer::after {width: 23%; height: 40%; content: ""; position: absolute; background: #383a87; bottom: 0; z-index: -1; -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);clip-path: polygon(0 0, 0% 100%, 100% 100%);}
.foterLogo img {max-width:74%;}
.footer .foterBox {display: flex; justify-content: space-between;}
.foterle .leOne {margin-top: .5rem;}
.foterlogo img{width:220px;}
.foterle .leOne span {font-size: var(--font14);opacity: .5; display: block; color: #fff;}
.foterle .leOne a {font-weight: 700;color: #fff; font-size:2rem; font-family: "srm"; line-height: 2;}
.foterle dl {margin-top: .5rem;margin-bottom: 1.5rem;}
.foterle dl dd {display: flex; align-items: center;margin: .6rem 0;}
.foterle dl dd .icBox {margin-right: .5rem;}
.foterle dl dd .icBox i {font-size: 16px; color: #fff;}
.foterle dl dd p , .foterle dl dd p a {color: #FFFFFF;font-size:0.95rem;}
.foterle dl dd p a:hover {color: #1e23c7;}
.foterlinks {display: flex;margin-top: .3rem;}

.social {display: flex;margin-top: .3rem;}
.social a { position: relative; font-size: 13px; color: #fff; display: inline-block; line-height: 25px; transition:0.3s all ease-in-out; float: left;display: block;margin-right:14px; margin-top:0px;background: #383a87;padding: 2.9% 2.9%; border-radius: 50%;}
.social a img{ display: block}
.social a i{font-family: 'iconfont'; font-size: 16px; color: #fff;}
.social a:hover{ }
.social a:hover img{filter: contrast(0) brightness(2);}
.social a:hover .ewm img{filter: grayscale(1%);}
.social .ewm { position: absolute; width: 100px; bottom: 45px; right: -43px; z-index: 1; display: none; padding: 5px; background: #fff; border-radius: 5px; }
.social .ewm:after{ content: ''; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; position: absolute; bottom: -5px; left: 52.5px; }
.social .ewm img { display: block; width: 100%; height:auto; }

.foternav {display: flex; justify-content: space-between; width: 56%;}
.foternav dl { margin-right: .2rem;}
.foternav dl:last-child {margin-right: 0;}
.foternav dl dt {position: relative; padding-bottom: .25rem; margin-bottom: .3rem;}
.foternav dl dt a {color: #FFFFFF; margin-bottom: .6rem;font-size:1.2rem; font-weight: 500; display: block;}
.foternav dl dt::after {content: "";width: 1rem; height: 0.14rem; background: #383a87;position: absolute; bottom: 3px; left: 0;}
.foternav dl dd {margin:1rem 0;}
.foternav dl dd a { color: rgba(255, 255, 255,.5);font-size:0.95rem;}
.foternav dl dd a:hover {color: #fff;}
.copyright {margin-top: 8.6rem;}
.copyright p , .copyright p a {color: rgba(255, 255, 255,.6); font-size:0.95rem;}
.copyright p a:hover {color: #fff;}
.copyright .copyPone {font-size:0.95rem;}
.copyright .copyPone a {color: #fff;}
.copyright .copyPone .icon{display: block;
    text-align: center;
    padding-top: 25%;}

/*link*/
.links {
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
    margin-top:0%;
    background: #333;
}
.linksW {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.links_l {
    width: 100px;
}
.links_lm {
    font-size: 18px;
    line-height: 30px;
    font-weight: lighter;
 color: #999;
}
.links_lm p {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
.links_lm p span {
    color: #ccc;
}
.links_lm em {
    font-size: 14px;
    color: #999;
    letter-spacing: 5px;
    line-height: 16px;
}
.links_r {
    width: 100%;
    color: #999;
    padding-left: 30px;
}
.links_r a {
    font-size: 15px;
    color: #999 !important;
}
.linkTagcs{width: 100% !important;}
.linkTagcs li a {
    font-weight: lighter;
}

/*--serverBar--*/
.serverBar{display:none;position:fixed;z-index:999;top:47%;right:0;transform:translateY(-50%);}
.serverBar li{position:relative;margin-bottom:10px; line-height: 26px;}
.serverBar li a{display:block;padding:13px 5%;width:70px;height:70px;text-align:center;color:#000 !important;background: linear-gradient(90deg, #383a87 0%, #1e23c7 100%);border:#383a87 solid 1px;}
.serverBar li:nth-child(1) a{background: linear-gradient(90deg, #383a87 0%, #1e23c7 100%);}
.serverBar li a>i{display:block;font-size:22px;line-height:28px;color:#fff;}
.serverBar li a>span{display:block;font-size:14px;color:#fff;}
.serverBar li:hover a{color:#fff !important; border-color:rgba(255,255,255,0.1);background: linear-gradient(90deg, #383a87 0%, #1e23c7 100%);}
.serverBar li .infos{display:none;position:absolute;right:70px;padding:10px;background:#fff;border:#f0f0f0 solid 1px;box-shadow:0 0 10px rgba(255,255,255,0.1);}
.serverBar li .tel{top:0;}
.serverBar li .tel dt{padding-bottom:6px;font-size:14px;color:#666;border-bottom:#383a87 solid 1px;}
.serverBar li .tel dd{padding-top:6px;font-size:20px;font-family:"srm";color:#333399;white-space:nowrap;}
.serverBar li .QRcode{bottom:0;overflow:hidden;}
.serverBar li .QRcode .item1{overflow:hidden;}
.serverBar li .QRcode .item1 i{display:block;width:100px;}
.serverBar li .QRcode .item1 img{display:block;width:100%;}
.serverBar li .QRcode .item1 p{font-size:14px;color:#000;text-align:center;}
.serverBar li:hover .infos{display:block;}
/*--end serverBar--*/