@charset "utf-8";
/* CSS Document */
/*===================CSS Reset================*/
@font-face{ font-family: Montserrat-Bold; src: url(/static/style/pc/2022/fonts/Montserrat-Bold.ttf);}
@font-face{ font-family: Montserrat-Medium; src: url(/static/style/pc/2022/fonts/Montserrat-Medium.ttf);}
@font-face{font-family: Montserrat-Regular; src: url(/static/style/pc/2022/fonts/Montserrat-Regular.ttf);}

::selection {color:#fff;background-color: #4687f2;}
::-moz-selection {color:#fff;background-color: #4687f2;}
::-webkit-selection {color:#fff;background-color: #4687f2;}
::-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;}

body{ font-size:100%;line-height:1.1; width:100%; position:relative; z-index: 99; 
    /* font-family: Montserrat-Regular, Montserrat,"苹方", PingFangSC-Regular,"微软雅黑", sans-serif;  */
    font-family: "苹方", PingFangSC-Regular,"微软雅黑", sans-serif; 
    font-weight: 400; overflow-x:hidden;  }
 
/*自界说形状*/
*{ padding:0; margin:0;}
img{ max-width:100%;}
#bdshare_weixin_qrcode_dialog *,#bdshare_weixin_qrcode_dialog{ box-sizing:content-box; }
.j_tab{ display:table; width:100%; height:100%;}
.j_tab_cel{ display:table-cell; vertical-align:middle; width:100%; height:100%;}
*{ margin:0; padding:0; outline:none; box-sizing: border-box; }
a{ color:inherit;}
a:focus{ outline: none !important;}
h4, .h4, h5, .h5, h6, .h6,h1, .h1, h2, .h2, h3, .h3,p{ margin:0;}
h5{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
h5 a{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
img{ max-width:100%; max-height:100%;}
.img{ position:relative; overflow: hidden;}
.img .hezi{padding-top: 56%;}
.img_db:before{ content: ""; display: block; width: 100%; height: 0; padding-top: 56%;}
.img img{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover; display: block; width: 100%; height:100%; transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; }
li:hover .img img{ transform: scale(1.05) rotate(.1deg); -webkit-transform: scale(1.05) rotate(.1deg); -moz-transform: scale(1.05) rotate(.1deg); -ms-transform: scale(1.05) rotate(.1deg); -o-transform: scale(1.05) rotate(.1deg); }
svg{ max-width:100%; max-height:100%;}
table{table-layout: fixed;}
.ovh{ overflow: hidden; width: 100%;}
.m{  padding: 0 4.16vw; height:100%; margin: 0 auto; display: block; position:relative;}
.pad_top{ padding-top:5rem;}
.pad_bot{ padding-bottom:5rem;}
.pad_aside{ padding-left:45px; padding-right:45px;}
.draw_h{ width: 67px !important; height: 67px !important; line-height: 65px !important; display:block; border-radius: 50%; text-align: center; position:relative;}
.draw_h:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 2px solid rgba(100%,100%,100%,.5); border-radius: 50%;}
svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;}
svg.drawcircle circle {
	fill: none; box-sizing:border-box;
	stroke-width: 2;
	stroke: none;
	stroke-dasharray: 0 , 188.49;
	stroke-dashoffset:188.49;
	transition: all .3s linear 0s;	
}
.draw_h:hover svg.drawcircle circle { 
    stroke:#fff;
	stroke-dasharray:188.49 , 0;
	stroke-dashoffset:188.49;
	-webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
	transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
}
.draw_h .icon { fill: #626262; vertical-align: middle; transition:.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.draw_h:hover .icon{ fill:#0081cc;}
.txtovh2{overflow: hidden;-webkit-line-clamp: 2;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}

.ico_tgl{ margin: 0 auto; display: flex; align-items: center; justify-content: center; width: 3.875rem; height: 3.875rem;}
.ico_tgl img{ display: block;}
.ico_tgl .img02{ display: none;}
.ico_tgl:hover .img01,li:hover .ico_tgl .img01{ display: none;}
.ico_tgl:hover .img02,li:hover .ico_tgl .img02{ display: block;}

.img_zd>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; display: block;
}
svg{ display: inline-block; vertical-align: middle;}

:focus { outline: 0;}
 input,button,a { outline:0;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display: block;}
ins {background-color: #ff9;color: #000;text-decoration: none;}
mark {background-color: #ff9;color: #000;font-style: italic;font-weight: bold;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
hr {display: block;height: 1px;border: 0;border-top: 1px solid #e3e3e3;margin: 1em 0;padding: 0;}
input,select {vertical-align: top;}
li,ul {list-style-type: none;}
img {border: none;}
a{text-decoration: none;  }
a:link,a:hover,a:active,a:visited {text-decoration: none;}
input,textarea {outline: 0;border: 0;}
textarea {resize: none;}
h1,h2,h3,h4,h5,h6,dl,dd,dt,i,em {font-weight: normal;font-style: normal;}
ul, li {list-style: none;margin: 0;padding: 0;}

.fl {float: left;}
.fr {float: right;}
.img{ overflow:hidden;}
.h5{  overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.h5 a{ display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.clear{ clear:both;}
path{ transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.pad_left{ padding-left: 10.625rem;}
/*===========================header=============================*/
#header,#nav ul li h3,.top_menu a{ transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#header{ z-index:999; width:100%; display: flex; align-items: center; justify-content: center; position:fixed; opacity: 0; z-index: 998; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#header .m{ height:100%; width: 100%; display: flex; justify-content: space-between; max-width: inherit;}
#header .fr{ max-width: 750px; display: flex; justify-content: space-between; flex-grow: 1;}
.top_menu a{ display: flex; align-items: center; height: 100%;margin-left: 1rem;}
#logo{ }
#logo a{ display: flex; height: 100%; align-items: center;}
#nav{ display: flex; flex-grow: 1; align-items: center; justify-content: space-between; }
#nav ul{display: flex; max-width: 550px; width: 100%;}
#nav ul li{ float:left; position:relative; z-index:0; flex-grow: 1; text-align: center; }
#nav ul li a{ display:block; text-transform:uppercase; font-size: 0;}
#nav ul li h3{ font-size:1rem; color:#fff; line-height:5rem; overflow:hidden; text-align: center; position:relative; z-index: 1; display: inline-block;}
#nav ul li.on h3,#nav ul li:hover h3{ font-weight: bold; color: rgba(255, 255, 255, 1);}
/* #nav ul li h3:before{ content: ""; display: block; width: 100%; position: absolute; z-index: -1; left: 0; bottom: .375rem; height: 2px; opacity: 0; visibility: hidden; transform: scaleX(0); background: #fff; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); }
#nav ul li.on h3:before,#nav ul li:hover h3:before{ opacity: 1; visibility: visible; transform: scaleX(1); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); } */
#nav>ul>li>a h3:before {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0; right: 100%;
    margin-left: 0;
    -webkit-transition: 0.36s;
    transition: 0.36s;
    background: #ffb81a; z-index: 2;
    border-radius: 1.5px;
}
#nav>ul>li>a h3:after {
    content: "";
    height: 3px;
    position: absolute;
    left:0;right: 100%;
    bottom: 0;
    margin-left: 0;
    -webkit-transition: 0.36s;
    transition: 0.36s;
    background: #4278FF;
    background-size: 100% 3px;
    border-radius: 1.5px;
}
#nav>ul>li>a h3:hover:before, #nav>ul>li.on>a h3:before {
    right: 65%;
}
#nav>ul>li>a h3:hover:after, #nav>ul>li.on>a h3:after {
    right: 0;
    /* border-left: #fae0a8 2px solid; */
}

#nav ul li .sub{
    position:absolute;
    top:100%;
    min-width: 100%;
    left: 50%;
    z-index: 10000;
    display: none;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    line-height: 20px;
    letter-spacing: -.02em;
    white-space: nowrap;
    text-align: center;
    border-radius: 3px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#nav ul li .sub.sanji .box{ display: flex;}
#nav ul li:hover .sub{ display: block;}
#nav ul li .sub .box{ text-align: left; padding: 1rem 0; min-width: 100px; }
#nav ul li .sub a{ padding:0; line-height:2.5; color: #333; transition:.2s; font-size:.875rem; font-weight: 400; padding: 0 1rem; white-space: nowrap; -webkit-transition:.2s; -moz-transition:.2s; -ms-transition:.2s; -o-transition:.2s; }
#nav ul li .sub a+a{ border-top: 1px dotted rgba(255, 255, 255, 0.3);}
#nav ul li .sub a:hover{ color: #0251FF;}
#nav ul li.nav_pro{ position: static;}
#nav ul li .sub.sub_pro{ position: absolute; left: 0; width: 100%; padding: 2.5rem 0; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; }
.top_menu{ display: flex; align-items: center;}
.top_menu a{ font-size: 1rem; font-family: PingFang SC-Regular, PingFang SC; font-weight: 400; color: #fff;}

#header:hover{background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);} 
#header:hover #logo svg #logo_txt1 { fill:#0251FF;}
#header:hover #logo svg #logo_txt2 { fill:#333;}
#header:hover #nav ul li h3{ color: #333;}
#header:hover #nav ul li.on h3,#header:hover #nav ul li:hover h3{ color: #0251FF !important;}
#header:hover .top_btnbox>div a svg path{ fill:#333}
/* #header:hover #nav ul li h3:before{ background: #0251FF;}
#header:hover #nav ul li h3:after{ border-bottom: 5px solid #0251FF;} */
#header:hover .top_menu a{ color: #000;}

#header.xg{background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); position: fixed;}
#header.xg #nav ul li h3{ line-height: 5rem;}
#header.xg #logo svg #logo_txt1 { fill:#0251FF;}
#header.xg #logo svg #logo_txt2 { fill:#333;}
#header.xg #nav ul li h3{ color: #333;}
#header.xg #nav ul li.on h3,#header.xg #nav ul li:hover h3{ color: #0251FF !important;}
#header.xg .top_btnbox>div a svg path{ fill:#333} 
#header.xg .top_menu a{color: #000;} 

#header.ny{ background: #fff; }
#header.ny #logo svg #logo_txt1 { fill:#0251FF;}
#header.ny #logo svg #logo_txt2 { fill:#333;}
#header.ny #nav ul li h3{ color: #333;}
#header.ny #nav ul li.on h3,#header.xg #nav ul li:hover h3{ color: #0251FF !important;}
#header.ny .top_btnbox>div a svg path{ fill:#333} 
#header.ny .top_menu a{ color: #000;}

.fadeInDown {
    animation: fadeInDown 1s cubic-bezier(0,0,.2,1) forwards .3s;
    -webkit-animation: fadeInDown 1s cubic-bezier(0,0,.2,1) forwards .3s;
}

#m_header{ position: fixed; z-index: 998; width: 100%; display: none; transition: .5s;}
#m_header .m{ display: flex; align-items: center; justify-content: space-between; height: 4.5rem;}
#m_header #m_logo{ width: 18rem; margin-top: 5px;}
#m_header .fr{ display: flex; align-items: center;}
#m_header.on #m_logo svg #logo_txt1{ fill:#0251FF;}
#m_header.on #m_logo svg #logo_txt2{ fill:#333;}
#m_header.on .top_menu a{ color: #000;}
#m_header.on #nav_btn .navbtn::after, #m_header.on #nav_btn .navbtn::before,#m_header.on #nav_btn .navbtn{ background: #333;}

#m_header.xg{background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); position: fixed;}
#m_header.xg #m_logo svg #logo_txt1{ fill:#0251FF;}
#m_header.xg #m_logo svg #logo_txt2{ fill:#333;}
#m_header.xg .top_menu a{ color: #000;}
#m_header.xg #nav_btn .navbtn::after, #m_header.xg #nav_btn .navbtn::before,#m_header.xg #nav_btn .navbtn{ background: #333;}
 
#m_header.ny{background: #fff;  position: fixed;}
#m_header.ny #m_logo svg #logo_txt1{ fill:#0251FF;}
#m_header.ny #m_logo svg #logo_txt2{ fill:#333;}
#m_header.ny .top_menu a{ color: #000;}
#m_header.ny #nav_btn .navbtn::after, #m_header.ny #nav_btn .navbtn::before,#m_header.ny #nav_btn .navbtn{ background: #333;}

.tc1{ z-index: 999;}
/*导航按钮起头*/
#nav_btn_box{ height:100%; z-index:998; margin-left:20px; }
#nav_btn_box.on{ background:none;  }
#nav_btn{width: 18px;height: 18px; }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before{ background:#999;}
#nav_btn{ cursor: pointer; text-align: center;z-index:99999; transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s; outline:none; box-shadow:none;}
#nav_btn .point{display: inline-block;width: 100%;height: 2rem; position: relative; outline:none;}
#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before{}
#nav_btn .navbtn{position: absolute;top: 8px;left:0;display: inline-block;width: 100%;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after,
#nav_btn .navbtn::before{position: absolute;left: 0;display: inline-block;width: 100%;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after{top: -6px;}
#nav_btn .navbtn::before{top: 6px;}
#nav_btn .point.on .navbtn{background: transparent !important;}
#nav_btn .point.on .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
#nav_btn .point.on .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}
 
/*导航按钮实现*/
.m_nav_list{flex-direction:column; justify-content: flex-start; width:100%; overflow: auto;}
.m_nav_list::-webkit-scrollbar {display:none}
#m_nav { z-index: 994; position: fixed; background:#fff; width:100%;  height:100vh; right: 0; top: 0; display:none; padding:75px 0 50rem; overflow:hidden; opacity: 0; visibility: hidden; 
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;}
#m_nav.act{ pointer-events: auto; right:0; opacity: 1; visibility: visible;}
#m_nav ul li{ width:100%; overflow:hidden; padding:1rem 1rem; }
#m_nav ul li+li{ border-top:1px solid rgba(0, 0, 0, 0.1);}
#m_nav li a{ display: block; height: 2.5rem; line-height: 2.5rem;  }
#m_nav li.act .a{ color: #0251FF;}
#m_nav li .sub{ padding-left: 1em; display: none;}
#m_nav li .sub dd{ padding-left: 1em; color: #999;}
#m_nav li>a{ display: flex; justify-content: space-between; align-items: center;}
#m_nav li>a i{opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    float: right;
    display: inline-block;
    background: url(/static/style/pc/2022/eimages/arrow_down.svg) center no-repeat;
    background-size: contain !important;}
#m_nav ul li.on i{ transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }

body.fixed{ position: fixed;}

#banner{ position: relative;}
#banner video{ width:100%; object-fit: cover; max-height: 100vh; display: block;}
#banner .txt{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;background: linear-gradient(180deg, rgba(2, 82, 255, 0.3) 46%, rgba(0, 0, 0, 0.3) 100%);}
#banner .txt .m{ height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; padding-bottom: 5rem;} 
#banner .txt h3{ text-align: center; color: #fff;font-size: 4.5rem;
     /* font-family: Alibaba PuHuiTi 2.0-65 Medium, Alibaba PuHuiTi 20;  */
      font-weight: bold; color: #FFFFFF; line-height: 5.25rem;}

.bn_bot{ position: absolute; bottom: 0; width: 100%; color: #fff;font-size: 1.25rem; font-style: italic; padding-bottom: 5.8125rem;
    font-family: Alibaba PuHuiTi 2.0-55 Regular, Alibaba PuHuiTi 20;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 2.5rem;}
.bn_bot .m{ display: flex; justify-content: space-between; align-items: center;}
.bn_bot .m div{ letter-spacing: 2rem;}
.splitlist { line-height: 1.2; overflow: hidden; white-space: pre-wrap; }
.splitlist.flag span { -webkit-animation: fadeInRight 1.5s forwards; animation: fadeInRight 1.5s forwards; }
.splitlist span { font-family: inherit; width: auto; font-size: inherit; color: inherit; font-weight: inherit; text-transform: inherit; opacity: 0; display: inline-block; }
.splitlist span.letters { color: #0054A3; }
.photoActives { position: relative; overflow: hidden; }
.photoActives .photoActive { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #fff; z-index: 3; }
.photoActives.reset_photoActive .photoActive { bottom: -100%; -webkit-transition: 1.6s; transition: 1.6s; -webkit-transition-timing-function: var(--ease-in-out-b); transition-timing-function: var(--ease-in-out-b); }

#banner .txt h3{ opacity: 0; animation: slideIn-data-v-70f4c1b9 1s cubic-bezier(.4,0,.2,1) .5s forwards; -webkit-animation: slideIn-data-v-70f4c1b9 1s cubic-bezier(.4,0,.2,1) .5s forwards; }
@-webkit-keyframes slideIn-data-v-70f4c1b9{
    0%{ opacity:0; transform:translateY(80px); -webkit-transform:translateY(80px); -moz-transform:translateY(80px); -ms-transform:translateY(80px); -o-transform:translateY(80px); }
    to{ opacity:1; transform:translateY(0px); -webkit-transform:translateY(0px); -moz-transform:translateY(0px); -ms-transform:translateY(0px); -o-transform:translateY(0px); }
}
@keyframes slideIn-data-v-70f4c1b9{
    0%{ opacity:0; transform:translateY(80px); -webkit-transform:translateY(80px); -moz-transform:translateY(80px); -ms-transform:translateY(80px); -o-transform:translateY(80px); }
    to{ opacity:1; transform:translateY(0px); -webkit-transform:translateY(0px); -moz-transform:translateY(0px); -ms-transform:translateY(0px); -o-transform:translateY(0px); }
}
 
.s_tt{ margin-bottom: 3.75rem; position: relative;
    /* left: -100px;  */
}
.s_tt h3{font-size: 3.5rem; font-family: PingFang SC-Regular, PingFang SC; font-weight: 400; color: #000000; line-height: 4rem; white-space: nowrap;}

.pad_top{ padding-top: 7.4375rem;}
.pad_bot{ padding-bottom: 7.4375rem;}
#s_tech+.pin-spacer{ position: relative; z-index: 9; background: #fff;}
#s_platform{}
#s_platform .m{ display: flex; justify-content: space-between;}
#s_platform .left{  margin-right: 5rem;}
#s_platform .left .txt{font-size: 1.125rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 2.25rem;}
#s_platform .right{ flex-grow: 1; padding-top: 11.75rem;}
#s_platform .right ul{}
#s_platform .right ul li+li{ margin-top: 5rem;}
#s_platform .right ul li a{ display: flex; margin: 0 -1.25rem;}
#s_platform .right ul li .img{ margin:0 1.25rem; width: 46.6%; min-width: 24rem;}
#s_platform .right ul li .img img{}
#s_platform .right ul li .txt{flex-grow: 1; margin:0 1.25rem;}
#s_platform .right ul li .tt{border-bottom: 1px solid #000000; padding-bottom: 2rem; margin-bottom: 2rem;}
#s_platform .right ul li .txt .ico{ margin-left: -.5rem;}
#s_platform .right ul li .txt .tag{font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;color: #000000;line-height: 22px;letter-spacing: 4px;}
#s_platform .right ul li .txt p{ max-width: 470px; 
    font-size: .875rem; 
    color: #000000;
    line-height: 1.625rem; }
#s_platform .right ul li .txt span{ display: flex; width: 4.5rem;}
#s_platform .arr_anim{ margin-top: 2.5rem;}
.arr_anim{width: 4.75rem; height: 8px; overflow: hidden; position: relative;}
.arr_anim span{ width: 100%; transition: .5s; position: absolute; top: 0; height: 100%; width: 100%; display: flex; align-items: center; justify-content: flex-start;}
.arr_anim span:nth-child(1){ left: -100%;}
.arr_anim span:nth-child(2){ left: 0;}
.arr_anim:hover span:nth-child(1){ left: 0;}
.arr_anim:hover span:nth-child(2){ left: 100%;}
li:hover .arr_anim span:nth-child(1){ left: 0;}
li:hover .arr_anim span:nth-child(2){ left: 100%;}

#s_platform .right ul li:nth-child(even) a{ flex-direction: row-reverse;}

#s_tech{ background: #000000; color: #fff; position: relative; z-index: 1; overflow: hidden;}
#s_tech .s_tt{ position: relative; z-index: 9;}
#s_tech .s_tt .jb{font-size: 56px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 64px;
   }
    #s_tech .s_tt .jb h3:nth-child(1){ background: linear-gradient(180deg, #FFFFFF 0%, #7fa5f7 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;}
    #s_tech .s_tt .jb h3:nth-child(2){ background: linear-gradient(180deg, #9fbdfd 0%, #548AFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;}
#s_tech ul{ padding-left: 9.375rem;}
#s_tech ul li{ position: relative; z-index: 1;}
#s_tech ul li .box{ display: flex; justify-content: space-between; padding-top: 90vh; align-items: flex-start;}
#s_tech ul li .img{ width: 40%; position: relative;}
#s_tech ul li .img .hezi{ height: 0; width: 100%; padding-top: 60%;}
#s_tech ul li .img img,#s_tech ul li .img video{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
#s_tech ul li .txt{ max-width: 560px; margin-left: 2rem;}
#s_tech ul li .txt .con{}
#s_tech ul li .txt .con h5{font-size: 2.5rem; margin-bottom: 2rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 56px;}
#s_tech ul li .txt .con p{font-size: .875rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255,255,255,0.8000);
    line-height: 1.625rem;}
.tech_video_bg01{ width: 70%; margin: 0 auto; display: block; position: absolute; z-index: -1; top: 15vh; bottom: 0; left: 10%; }
.tech_video_bg02{ width: 560px; max-width: 40%; margin: 0 auto; display: block; position: absolute; z-index: -1; top: 250px; left: 0; opacity: 0;  }
#s_tech .a{ position: absolute; height: 100%;}
.tech_item01 .txt{ margin-top: 250px;}
.tech_item02{ padding-left: 9rem; padding-top: 5rem; margin-top: 15rem;}
.tech_item02 .box{ padding-top: 0 !important;}
.tech_item02 .img{ margin-top: 200px;}
#s_tech .shuzi{ margin-top: 3.5rem;}
#s_tech .shuzi .ul{ display: flex; justify-content: space-between;}
#s_tech .shuzi .ul .li{ width: 48%;}
#s_tech .shuzi .ul .li .counter{font-size: 3rem; font-family: PingFang SC-Semibold, PingFang SC; font-weight: 600; color: #FFFFFF; line-height: 56px;}
#s_tech .shuzi .ul .li span{font-size: 1.5rem; 
    color: #FFFFFF;
    line-height: 1.75rem;}
#s_tech .shuzi .ul .li i{font-size: 1.75rem; position: relative; top: -1rem; 
    color: #FFFFFF;
    line-height: 2.25rem;}
#s_tech .shuzi .ul .li p{font-size: .875rem; 
    color: rgba(255,255,255,0.8000);
    line-height: 1.625rem;}
.btn_see{font-size: 1.125rem;  display: block; display: flex; align-items: center;
    color: #FBBC00 !important; margin-top: 3.25rem;
    line-height: 2rem;}
    .btn_see span{ width: 28px; height: 8px; overflow: hidden; display: block; white-space: nowrap; position: relative; margin-left: .625rem;}
.btn_see svg{ position: absolute; left: 2px; top: 0;  transition: .5s;}
.btn_see svg:nth-child(1){  left: -28px; }
.btn_see svg:nth-child(2){ left: 2px; }
.btn_see:hover svg:nth-child(1){left: 2px;}
.btn_see:hover svg:nth-child(2){left: 30px; }
.btn_see:hover{ color: #FBBC00;}
#s_case{ width: 100%; overflow: hidden;} 
#s_case .s_tt{ margin-bottom: 5.75rem;}
#s_case ul{ display: flex; padding-left: 27%;}
#s_case ul li{ float: left; flex: 0 0 28rem;} 
#s_case ul li a{ display: block; width: 25.5rem; position: relative;}
#s_case ul li .img{ position: relative;}
#s_case ul li .img .hezi{ padding-top: 68.8%;}
#s_case ul li .img img{ display: flex;}
#s_case ul li .txt{ display: flex; align-items: flex-end; margin-top: -1.625rem; position: relative;}
#s_case ul li .ico{ width: 5rem; height: 5rem;border-radius: 1.25rem; -webkit-border-radius: 1.25rem; -moz-border-radius: 1.25rem; -ms-border-radius: 1.25rem; -o-border-radius: 1.25rem; display: flex; align-items: center; justify-content: center; background: #fff; }
#s_case ul li .txt h5{ margin-bottom: 5px;font-size: 1.125rem; padding-left: 1.75rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 2rem; }
    #s_case ul li:last-child{ flex: 0 0 36rem;}

    #s_case li .mask{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; color: #fff; display: flex; align-items: flex-end; padding: 1.125rem 2.5rem; }
    #s_case li .mask .btn_arr2{ color: #fff;}
    #s_case li .mask .btn_arr2 font:before{background: url(/static/style/pc/2022/eimages/case_arr.svg) center no-repeat;}
    #s_case li .mask .btn_arr2 font:after{background: url(/static/style/pc/2022/eimages/case_arr.svg) center no-repeat;}
    #s_case li:hover .btn_arr2 font:before {
        left: 0;
    }
    
    #s_case li:hover .btn_arr2 font:after {
        left: 100%;
        opacity: 0;
    }
.coop_pin{ position: relative; }  
#s_coop{ position: relative;position: -webkit-sticky; position: sticky; top: 0;}
#s_coop .s_tt{ margin-bottom: 5.5rem;}
#s_coop .flex{ display: flex;}
#s_coop .left{ width: 40rem; flex-shrink: 0;}
#s_coop .right{ width: calc(100% - 33rem); flex-grow: 1; }
#s_coop .hd{}
#s_coop .hd ul{ margin-top: 1rem; background: #fff;}
#s_coop .hd ul li{ padding-left: 9rem; padding-right: 10rem; cursor: pointer; opacity: .3; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#s_coop .hd ul li.on{ opacity: 1;}
#s_coop .hd ul li+li{ margin-top: 4.75rem;}
#s_coop .hd ul li .box{}
#s_coop .hd ul li .tt{ display: flex; align-items: center;}
#s_coop .hd ul li .tt p{ margin-right: 2.25rem;}
#s_coop .hd ul li .tt span{ font-size: 3.5rem; font-family: PingFang SC-Semibold, PingFang SC; font-weight: 600; color: #000000; }
#s_coop .hd ul li .tt i{font-size: 1.75rem;font-family: PingFang SC-Regular, PingFang SC;font-weight: 400;color: #000000;line-height: 2.25rem; position: relative; top: -2rem;}
#s_coop .hd ul li .txt{font-size: .875rem; margin-top: 2.5rem; font-family: PingFang SC-Regular, PingFang SC; font-weight: 400; color: #000000; line-height: 1.625rem;}
#s_coop .bd ul{ display: flex; flex-flow: wrap; }
#s_coop .bd ul li{ padding: .625rem 3px; width: 16.6%;}
#s_coop .bd ul li a{ display: block; width: 8.75rem; max-width: 100%; margin: 0 auto; opacity: .6; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s;display: flex;
    align-items: center;
    justify-content: center; height: 5rem; }
    #s_coop .bd ul li a img{ max-height: 100%;}
#s_coop .bd ul li a:hover{ opacity: 1;}
#s_coop .hd ul li.on .tt span{ color: #1F4BFF;}
#s_coop .hd ul li.on .tt i{ color: #1F4BFF;}
#s_coop .hd ul li.on .tt p{ color: #1F4BFF;}
#s_coop .bd{ position:relative;}
.coop_slide{ padding-bottom: 2rem;}
.xuanze_slide{ height: 500px;}
#s_coop .bd .miso-prev,#s_coop .bd .miso-next{ width: 94px; height:12px; top:auto; bottom:0; transition: all .6s cubic-bezier(.215,.61,.355,1) 0s; position: static; margin: 0; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; }
#s_coop .bd .miso-prev{  transform:rotate(180deg); }
#s_coop .bd .miso-next{ }

.coop_progress{ bottom: 11px; position: relative; left: 0; margin: 0 3.75rem; bottom: 0; background-color: #DEDEDE; width: 11.25rem; height: 2px;}
.coop_progress span{ position: absolute; left: 0; top: 0; width: 50%; height: 100%; background: #000; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }

.coop_progress2{ top: 7%; position: absolute; z-index: 2; left: -2rem; background-color: #DEDEDE; height: 80%; width: 2px; display: flex; flex-direction: column;}
.coop_progress2 span{ position: absolute; z-index: -1; left: 0; top: 0; height: 50%; width: 100%; background: #000; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.coop_progress2 .li{ height: 50%; width: 100%; cursor: pointer;}
.coop_bot{ display: flex; justify-content: center; align-items: center; margin-top: 5rem;}

#s_licheng{margin: 0; margin-top: 7rem; position:relative;padding: 7.5rem 0;height: 43.75rem;overflow:hidden;background-size: cover;}
#s_licheng .bg01{content:"";position:absolute;right:0;top:0;height: 960px;width:100vw;overflow: hidden;background-size: cover !important;}
#s_licheng .bg01 img{ width:100%}
#s_licheng .bg{position:absolute;top: 36%;left:0;}
#s_licheng .m{ display: flex; align-items: center;}
#s_licheng .s_tt{ flex-shrink: 0; margin-right: 10vw; margin-bottom: 0;}
#s_licheng .s_tt h3{  color: #fff;}
#s_licheng .content{padding: 0; width: 100%; height: 100%; display: flex; align-items: center;} 
#s_licheng .left{ position: relative; padding: 9rem 0; margin-right: 10vw;}
.swiper_hd .swiper-wrapper{ height: 8.75rem;}
.swiper_hd .span{  font-size: 0; white-space: nowrap;}
.swiper_hd .span span{font-size: 7.5rem;font-family: PingFang SC-Semibold, PingFang SC;font-weight: 600;color: #FFFFFF; line-height: 8.75rem; }
.swiper_hd li .span span:nth-child(1){ opacity: 0; visibility: hidden;}
.swiper_hd .span span:nth-child(2){ color: #F9BA00;}
.swiper_bd{ height: 25rem; overflow: hidden; position: relative; padding-top: 1.75rem;}
#s_licheng .swiper_bd:before{content:"";position:absolute;width: 62px;height: 5px;background:url(/static/style/pc/2022/eimages/line002.svg) center no-repeat;top: 0;left: 0;}
#s_licheng .swiper_bd .swiper-slide ul{ transform:translateY(0); transition:.6s; -webkit-transform:translateY(0); -moz-transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); }
#s_licheng .swiper_bd .swiper-slide.swiper-slide-active ul{ transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); }
#s_licheng .swiper_bd ul li{ font-size:1.125rem; line-height:2.625rem; color:#fff; padding-left:1.5rem; position:relative}
#s_licheng .swiper_bd ul li p{ font-size:1.125rem; line-height:2.625rem; color:#fff;}
#s_licheng .swiper_bd ul li:before{content:"";position:absolute;left:0;top: 20px;width:5px;height:5px;border-radius:50%;background:#feb81a;}
#s_licheng .swiper_bd ul li, #s_licheng .swiper_bd ol li{ margin:0}
#s_licheng .swiper_bd ul, #s_licheng .swiper_bd ol{list-style-type:none;margin-bottom: 0;}
#s_licheng .swiper_bd ul li p, #s_licheng .swiper_bd ol li p{ color:#fff}
.year{ position: absolute;}
.year span:nth-child(2){ visibility: hidden; opacity: 0;}

.lc_arr{ width: 100px; left: 50%;transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;z-index: 99;margin-left: -50px; cursor: pointer; position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center;  }
.lc_arr .span{ font-size: 0;}
.lc_arr span{font-size: 1.5rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.75rem;
    letter-spacing: 1px;}
.lc_arr i{width: 2.5rem;height:2.5rem; margin: 1.5rem 0; display: block;}
.lc_arr.lc_prev{  top: 0;}
.lc_arr.lc_next{ top: auto;bottom: 0;  bottom: 0;}
.lc_arr.lc_prev i{background: url(/static/style/pc/2022/eimages/up01.svg) center no-repeat; background-size: contain;}
.lc_arr.lc_next i{background: url(/static/style/pc/2022/eimages/down01.svg) center no-repeat; background-size: contain;}
 
#s_news{}
#s_news .swiper{ margin: 0 -1.25rem;}
#s_news ul{ display: flex; flex-flow: wrap;}
#s_news ul li{ padding: 0 1.25rem; width: 25%;}
#s_news ul li a{ display: block; padding: 2rem 1rem; background: #fff; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#s_news ul li .img{ overflow: hidden;}
#s_news ul li .img img{ display: block;}
#s_news ul li .txt{ padding: 1.5rem 8px;}
#s_news ul li .txt .time{font-size: .75rem; color: rgba(0,0,0,0.5);line-height: 26px;}
#s_news ul li .txt h4{font-size: 1.5rem; margin-top: 4px; margin-bottom: 1rem; color: #000000;line-height: 2.5rem; height: 5rem; overflow: hidden;-webkit-line-clamp: 2;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
#s_news ul li .txt p{font-size: .875rem; color: rgba(0,0,0,0.5);line-height: 1.625rem; height: 4.875rem; overflow: hidden;-webkit-line-clamp: 3;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
#s_news ul li a:hover{box-shadow: 0px 32px 64px 0px rgba(0,0,0,0.1000);}
.newsSwiper{ overflow: visible;}
#s_news .btn_arr2{ margin-top: 1.75rem;}
.btn_arr2{display: flex; align-items: center; font-size: 1.125rem; color: #000000; line-height: 2rem;}
.btn_arr2 font {
    margin-left: .25rem;
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 1.5rem;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
  }

.btn_arr2 font:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/static/style/pc/2022/eimages/Arrowshort.svg) center no-repeat;
    position: absolute;
    left: -100%;
    top: 0;
    background-size: 1.5rem;
    transition: .5s;
}

.btn_arr2 font:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/static/style/pc/2022/eimages/Arrowshort.svg) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 1.5rem;
    transition: .5s;
}
.btn_arr2:hover{ color: #000000; }
.btn_arr2:hover font:before {
    left: 0;
}

.btn_arr2:hover font:after {
    left: 100%;
    opacity: 0;
}

footer .fl01 .right dl dd a h3{
 font-size: .875rem;
}
footer .fl01 .right dl dd a span {
    display: block; line-height: 1; margin-top: -3px;
    margin-bottom: 6px;
}
footer .fl01 .right dl dd a span:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: .75rem;
    background: #BFBFBF;
    margin-right: 8px;
}
footer .fl01 .right dl dd a span img {
    height: 1.25rem;
}

.foot_logo{ height: 38px;
    display: block;
}
footer {
    background: #4278FF url(../eimages/footer_bg.jpg) center no-repeat;
    background-size: cover; 
}
footer .w1200{ width: auto;}
footer .fl01 .right dl{ margin-left: 6.75rem;}
.container07 .enter a:before{ background: #0251FF;}
#n_main{ padding-top: 5rem;}
.join_bn{ height: 588px; position: relative; z-index: 1; display: flex; align-items: center; margin-top: 2rem; padding-bottom: 3rem;}
.join_bn .map_bg{ position: absolute; left: 0; right: 0; top: 50%; z-index: -1;}
.join_bn .left{ flex-grow: 1;}
.join_bn .right{ position: absolute; right: 0; top: 0; left: 55%; bottom: 0; border-bottom: .5rem solid #0251FF;}
.join_bn .right video{ width: 100%; height: 100%; object-fit: cover; background: transparent;}
.join_bn .tt{font-family: Alibaba PuHuiTi 2.0-75 SemiBold, Alibaba PuHuiTi 20;
    font-weight: normal; }
.join_bn .tt h3{font-size: 3.5rem; font-style: italic;
    font-weight: bold;
    color: #000000;
    line-height: 4.25rem;}
.join_bn .tt>div{ display: flex; align-items: center; margin-top: 8px;}
.join_bn .tt h4{font-size: 5.5rem;font-style: italic;   font-weight: bold;color: #0251FF;overflow: hidden; }
    .join_bn .tt h4 img{ max-width: 100%; max-height: 100%; object-fit: contain;}
    .join_bn .tt .h4_slide{ width: 22rem; height: 5.25rem; margin: 0; flex-shrink: .3; margin-right: 2rem; }
    .join_bn .tt .h4_slide h4{ height: 5.25rem; display: flex; align-items: flex-start; overflow: hidden;}
.join_bn .tt span{ 
    font-size: 2rem;
    font-family: Alibaba PuHuiTi 2.0-65 Medium, Alibaba PuHuiTi 20;
    font-weight: normal;font-style: italic;   font-weight: bold;
    color: #000000;
    line-height: 2rem;}
.join_search{ max-width: 36.25rem; margin-top: 4rem;}
.join_search form{ position: relative; display: flex; align-items: center; height: 56px; border: 1px solid #D9D9D9; border-radius: 30px; background: #fff;}
.join_search form .input{ flex-grow: 1; height: 54px; border-radius: 30px; background: none; border: 0; outline: 0; padding-left: 2rem;}
.join_search form .button{ margin: 8px; height: 38px; width: 87px; text-align: center; color: #fff; background: #0251FF; border-radius: 20px; border: 0; outline: 0; cursor: pointer;}

.n_join02{ padding-top: 7.5rem;}
.n_join02 .tt{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 4rem;}
.n_join02 .tt h3{font-size: 3.5rem; 
    color: #000000;
    line-height: 4rem;}
.n_join02 .tt p{font-size: 1rem; text-align: right; max-width: 462px;
    color: #000000;
    line-height: 2rem;}
.join02_hd{ margin-bottom: 6.25rem;}
.join02_hd ul{ overflow: hidden; display: flex; align-items: center; height: 500px;}
.join02_hd ul li{ width: 25%; float: left; flex-grow: 1; padding: 0 10px; transition: .5s .2s linear; -webkit-transition: .5s .2s linear; -moz-transition: .5s .2s linear; -ms-transition: .5s .2s linear; -o-transition: .5s .2s linear; }
.join02_hd ul li .box{ position: relative; cursor: pointer;}
.join02_hd ul li .box:before,.join02_hd ul li .box:after{ content: ""; display: block; width: 100%; height: 50px; position: absolute; left: 0; width: 100%; z-index: 9; background: #fff; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.join02_hd ul li .box:before{ top: 0;}
.join02_hd ul li .box:after{ bottom: 0;}
.join02_hd ul li .img{ height: 500px; transition: .2s linear; -webkit-transition: .2s linear; -moz-transition: .2s linear; -ms-transition: .2s linear; -o-transition: .2s linear; }
.join02_hd ul li .img:before{ padding-top: 0; height: 500px;}
.join02_hd ul li .img img{ transform: none !important; -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; }
.join02_hd ul li .txt{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex;  flex-direction: column; justify-content: space-between; padding: 2rem; opacity: 0; transition: .5s; transition-delay: 0;}
.join02_hd ul li .txt .tag01{font-size: 1rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5rem;}
    .join02_hd ul li .txt div{ display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;}
.join02_hd ul li .txt .tag02{font-size: 3rem; padding: 0 2.5rem; position: relative; z-index: 3; display: inline-block; position: relative;
    font-family: Alibaba PuHuiTi 2.0-65 Medium, Alibaba PuHuiTi 20; white-space: nowrap;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 56px;}
.join02_hd ul li .txt .tag02:before{ content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #0251FF; z-index: -1; transform: skewX(-10deg);}
.join02_hd ul li .txt .tag03{font-size: 1rem; position: relative; z-index: 1; display: inline-block; padding: 1.5rem 2rem .5rem; margin-top: -1rem; margin-left: 10px; 
    color: #000000;
    line-height: 1.375rem;
    letter-spacing: 2px;}
.join02_hd ul li .txt .tag03:before{ content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #FBBC00; z-index: -1; transform: skewX(-10deg);}


.join02_hd ul li.on{ width: 73%; flex-shrink: 0;}
.join02_hd ul li.on .txt{ opacity: 1; transition-delay: .5s;}
.join02_hd ul li.on .box:before,.join02_hd ul li.on .box:after{ height: 0 !important;}

.join02_bd{ margin-bottom: 7.875rem;}
.join02_bd ul{ margin: 0 -1rem;}
.join02_bd ul li{ padding: 0 1rem;}
.join02_bd ul li .box{ display: flex; background: #fff;}
.join02_bd ul li .txt{ padding-right: 3.5rem; padding-top: 0;}
.join02_bd ul li .txt h4{  font-style: italic;
    font-size: 1.4375rem; 
    color: #000000;
    line-height: 2.5rem;}
    .join02_bd ul li .txt h4 span{ display: block; padding-left: 2em;}
.join02_bd ul li .txt p{  margin-top: 1.5rem;
    font-size: 1rem;
    color: #000000;
    line-height: 2rem;}
.join02_bd ul li .txt .tag{height: 26px; text-align: right; margin-top: 2rem;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 26px;}
.join02_bd ul li .img{ width: 49%; min-height: 350px; min-width: 470px; flex-shrink: 0;}
.join02_bd ul li .img img{}

.join02_bd .join2_left,.join02_bd .join2_right{ border: 1px solid #333; width: 3rem; height: 3rem; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.join02_bd .join2_left:after,.join02_bd .join2_right:after{ color: #333; font-size: 1.25rem; font-weight: bold;}
.join02_bd .join2_left{ top: auto; bottom: 0;}
.join02_bd .join2_right{ top: auto; bottom: 0; right: auto; left: 4.5rem;}

.n_join{ padding-bottom: 13rem;}
.n_join .btn_arr2{ margin-top: 3.75rem;}

.pf_btn{ position: fixed; z-index: 99999; display: flex; align-items: center; justify-content: center; right: 0; bottom: 8.5rem; width: 5.5rem; border-radius: 25px 0 0 25px; height: 3rem; background: #0251FF; padding-left: .5rem; box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2000); -webkit-border-radius: 25px 0 0 25px; -moz-border-radius: 25px 0 0 25px; -ms-border-radius: 25px 0 0 25px; -o-border-radius: 25px 0 0 25px;
}
.tc{ display: flex; align-items: center; justify-content: center; position: fixed; left: 0; bottom: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; z-index: 1;}
.tc.act{ opacity: 1; z-index: 9999999; visibility: visible;}
.tc_ewm{width: 20rem; overflow: hidden; padding: 2rem; position: relative;box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.2500);
    height: 25rem;
    background: #FFFFFF;
    border-radius: 24px 24px 24px 24px;}
    .tc_ewm:before{ content: ""; display: block; width: 100%; height: 8px; position: absolute; left: 0; top: 0; background: #0251FF;}
.tc_ewm .tt{ width: 100%; text-align: left;font-size: 1.125rem; margin-bottom: 2.5rem;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #000000;
        line-height: 28px;}
.tc_ewm img{ width: 11.25rem; height: 11.25rem; margin: 0 auto; display: block;}
.tc_ewm p{font-size: .875rem; text-align: center; margin-top: .5rem;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #000000;
        line-height: 1rem;}
.tc_ewm .tc_close{ position: static; margin: 0; cursor: pointer;}
.tc_ewm .hd{ display: flex; width: 100%; justify-content: space-between;}
.tc_bg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; background: rgba(0, 0, 0, 0.5);  background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(3px);
    backdrop-filter: saturate(180%) blur(3px);}




.tc-box{ display: flex; align-items: center; justify-content: center; animation: none; -webkit-animation: none; }
.tc-box .n_baiodan{ overflow: hidden; max-width: 665px; width: 90%;}
.tc-box .n_baiodan::-webkit-scrollbar {width: 2px;height: 8px;background-color: #F5F5F5;}
.tc-box .n_baiodan::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
.tc-box .n_baiodan::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);background-color: #007aff;}

.n_baiodan .close{ right: 2rem; top: 2rem; position: absolute; width: 1rem; cursor: pointer;}
.n_baiodan .close svg *{ fill:#000;}
.tc-box .n_baiodan .fl01 .content{ padding: 4rem 2rem 2rem;}
.n_baiodan{ position:relative; border-radius: 1.5rem; -webkit-border-radius: 1.5rem; -moz-border-radius: 1.5rem; -ms-border-radius: 1.5rem; -o-border-radius: 1.5rem; }
.n_baiodan .fl01 .content{position:relative;padding: 5rem 12rem 7.5rem;}
.n_baiodan .fl01 .left{width: 100%;padding: 0;position:relative;font-size: 0;}
.n_baiodan .fl01 .fanhui svg{ width:5rem}
.n_baiodan .fl01 .fanhui{ margin-bottom:2.5rem}
.n_baiodan .fl01 .left .title h3{ font-size:3rem; color:#000000; margin-bottom:4.375rem}
.n_baiodan .fl01 .left .layui-form{font-size:0;margin: 0 -1.25rem;}
.n_baiodan .fl01 .left .layui-form .layui-form-label{width: 100%;padding: 0;text-align: left;line-height: 36px;font-size: 1rem;color: #666666;}
.n_baiodan .fl01 .left .layui-form .layui-input-block{margin-left: 0;}
.n_baiodan .fl01 .left .layui-form .layui-form-select .layui-edge{right: 15px;}
.n_baiodan .fl01 .left .layui-form .layui-input, .n_baiodan .fl01 .left .layui-form .layui-select, .n_baiodan .fl01 .left .layui-form .layui-textarea{background: #F6F7F9;border: none;height: 40px;}
.n_baiodan .fl01 .left .layui-form .layui-form-item{margin-bottom: 20px;width: 50%;display: inline-block;padding: 0 1.25rem;text-align: left;}
.n_baiodan .fl01 .left .layui-form .layui-input, .n_baiodan .fl01 .left .layui-form .layui-textarea{padding-left: 10px;font-size: 14px;color: #000;}
.n_baiodan .fl01 .left .layui-form .layui-textarea{padding:1.75rem 1.25rem;min-height: 9.75rem;}
.n_baiodan .fl01 .left .layui-form .layui-textarea::-webkit-input-placeholder{ color:#999;}
.n_baiodan .fl01 .left .layui-form .layui-textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999;}
.n_baiodan .fl01 .left .layui-form .layui-textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
.n_baiodan .fl01 .left .layui-form .layui-textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999;}
.n_baiodan .fl01 .left .layui-form .layui-form-select dl{}
.n_baiodan .fl01 .right{ width:46.5%; position:relative}

.n_baiodan .bg01{position:absolute;right: 3%;top: -8rem;}
.n_baiodan .fl01 .content .bg02{ position:absolute; right:0; bottom:0}
.n_baiodan .fl01 .left .title003 h3{ text-align:left}
.n_baiodan .fl01 .left .layui-form .layui-btn{width: 11.25rem;height: 3.125rem;line-height: 3.125rem;background: #4278FF;font-size:1.25rem;letter-spacing:0;position:relative;padding-right: 1rem;margin-top: 1rem;}
.n_baiodan .fl01 .left .layui-form .layui-btn:after{content:"";position:absolute;right:0;width: 3.5rem;height:1px;background:#fff;top:50%;transition:0.3s;display: none;}
.n_baiodan .fl02{ overflow:hidden}
.n_baiodan .fl02 iframe{ height:33.75rem; width:100%}
.layui-form-select dl dd, .layui-form-select dl dt{ font-size:14px;}
.n_baiodan .btnbox{ width: 100% !important;}
.n_baiodan .btnbox .layui-input-block{ display: flex; justify-content: center;}
.n_baiodan .fl01 .left .layui-form .layui-btn{ width: 16.25rem; background: #0251FF;}

.n_baiodan .fl02 .content01{position:relative;padding-bottom: 0rem;}
.n_baiodan .fl02 .content{ position:relative}
.n_baiodan .fl02 .content .bg03{ position:absolute; left:-5.5rem; bottom:50%}
.n_baiodan .fl02 .content01 .bg04{ position:absolute; right:0; bottom:-8rem}
.dingyue{background: #4278FF;padding:7.5rem 0;position:relative;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.n_baiodan .fl02 .content01 .dingyue{background: #fbbc00 url(../eimages/diwen.svg) center no-repeat;background-size:cover;padding: 9rem 1.5rem;}
.n_baiodan .fl02 .content01 .dingyue h3{ padding:0}
.dingyue .title h3{font-size: 1.5rem;margin-bottom:2.5rem;padding-top: 50px;color:#333;letter-spacing: 1px;}
.dingyue .enter{ text-align:center}
.dingyue .enter a{position:relative;width:456px;height: 3.125rem;line-height: calc(3.125rem - 2px);background: #fff;border: #e8e8e8 1px solid;display: inline-block;padding: 0 2rem;text-align: left;overflow: hidden;transition: all .9s cubic-bezier(.215,.61,.355,1) 0s;}
.dingyue .enter a:before{ content:""; position:absolute; right:0; width:0; top:0; bottom:0; background:#2D42CC; transition: all .9s cubic-bezier(.215,.61,.355,1) 0s;}
.dingyue .enter a font{display:inline-block;padding-right:4px;position:relative;font-size: 14px;z-index: 1; transition:0.6s}
.dingyue .enter a{color: #777;font-size: 0;}
.dingyue .enter a button{float:right;border:none;cursor:pointer;background: none;overflow:hidden;position: absolute;right: 2rem;}
.dingyue .enter a .zhengque{display: none;float:right;line-height:62px;/* opacity:0; *//* visibility:hidden; */position: absolute;top: 0;right: 2rem;}
.dingyue .enter a .zhengque svg{ vertical-align:middle}
.dingyue .enter a span{vertical-align:top;display:inline-block;width: 94px;height: 12px;position: relative;z-index: 0;margin: 1.125rem 0;}
.dingyue .enter input{display:inline-block;height: calc(100% - 2px);line-height: calc(100% - 2px);font-size: 16px;color:#000;border:none;}

.banner_ss{ position: fixed; left: 0; bottom: 0; width: 100%; height: 75px; background-size: auto 100% !important; z-index: 999999;}
.banner_ss a{ display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.banner_ss img{ min-height: 60px; object-fit: cover;}
.ss_close{width: 80px; display: block; border-radius: 15px; position: absolute; text-align: center; line-height: 28px; top: 50%; margin-top: -15px; right: 26px;
    height: 30px;
    background: rgba(255,255,255,0.8);
    border-radius: 100px 100px 100px 100px;
    opacity: 1;
    border: 1px solid rgba(255,255,255,0.8);font-size: 14px; 
    color: #000000;}
    .ss_close svg{ margin-right: 5px; cursor: pointer;}

    .n_xiaoguo .fl02 .right .line001 img{ width: 10rem;}
    .n_xiaoguo .fl01 .right .line001 img{ width: 10rem;}
 <!--耗时1772178403.9882秒-->