@charset "utf-8";
@font-face {
	font-family: 'NotoSansm';
	font-display: swap;
	/*font-weight: 700;  粗体 */
	src: url(../fonts/sy_normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Sans';
  font-display: swap;
  src: url(../fonts/sy_normal.woff2) format('woff2');
  font-weight: 500; /* 常规 */
}
@font-face {
  font-family: 'Noto Sans';
  font-display: swap;
  src: url('../fonts/sy_normal.woff2') format('woff2');
  font-weight: 300; /* 常规 */
}

:root{
	--main_color: #0094FF;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
    color: initial;
}
body * {
    box-sizing: border-box;
    flex-shrink: 0;
    line-height: inherit;
}
body {
    font-family:'Noto Sans', Microsoft YaHei,Arial,sans-serif;
	font-weight: normal;
    font-size: 12px;
}
body,h1,h2,h3,h4,h5,h6,p ,ul,ol,dd,table,input,textarea,dl{padding: 0;margin:0;}
input {
    background-color: transparent;
    border: 0;
}
button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}
ul,li{list-style: none;}
img{
    max-width: 100%;
    vertical-align: top;
	pointer-events: none
}
input:focus,textarea:focus,select:focus{outline: none;}
textarea{resize:none;}
.clear:after{content: "";display: block;clear: both;height: 0;overflow: hidden;visibility: hidden;}
.clear{zoom:1;}
.left{
    float: left;
}
.right{
    float: right;
}

.container_pub{
	width: 14.8rem;
	margin: 0 auto;
	max-width: 100%;
}
.container_1600{
	width: 16rem;
	margin: 0 auto;
	max-width: 100%;
}
.button_style1{
	padding: .1rem .4rem;
	background-color: var(--main_color);
	border: 0.01rem solid var(--main_color);
	color: #fff;
	font-size: .18rem;
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: all 0.5s ease 0s;
}
.button_hover2:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    /* border-radius: 5px; */
    z-index: -1;
    transition: .5s;
}
.button_hover2:hover:before {
    width: 100%;
    left: 0;
}
.button_style1:hover {
    color: var(--main_color);
}
.head_logo {
    width: 2.68rem;
    cursor: pointer;
}

.head_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_height {
    height: 1.1rem;
}
.head_menu {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-left: auto;
}

.header {
    padding: .26rem 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.head_menu li a {
    font-size: .18rem;
    position: relative;
    transition: 0.4s all ease;
    font-family: "NotoSansm";
}
.head_menu li.active a ,.head_menu li:hover a{
    color: var(--main_color);
}
.head_menu li a:after{
	content: "";
	display: block;
	height: 0.03rem;
	background: linear-gradient(90deg, #00DEFF 0%, #0094FF 100%);
	/* background-color: var(--main_color); */
	position: absolute;
	bottom: -0.15rem;
	border-radius: 1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	transition: 0.4s all ease;
}
.head_menu li.active a:after,.head_menu li:hover a:after{
width: .21rem;
}
.header .container_pub {
    width: 18rem;
    max-width: 95%;
}
.index_sec1 {
    position: absolute;
    left: 0;
    top: 2.2rem;
    width: 100%;
}

.index_banner {
    position: relative;
}

.pubh2 {
    font-size: .64rem;
    font-family: "NotoSansm";
    letter-spacing: -0.02rem;
}
.pub_en {
    font-size: .24rem;
    color: #405B6C;
    line-height: .42rem;
    font-family: Arial;
}

.pub_cn {
    font-size: .22rem;
    line-height: .4rem;
    margin-top: .24rem;
    color: #71869A;
}

.footer ul {
    display: flex;
    justify-content: center;
    padding: .33rem 0;
    background: #F1FEFF;
    gap: 1rem;
}

.footer ul li a {
    color: #1A555E;
    font-size: .18rem;
    font-family: "NotoSansm";
}
.index_sec891{
	width: 8.91rem;
	
}
.mb32{
	margin-bottom: .32rem;
}
.md_btn {
    display: inline-block;
    font-size: .2rem;
    padding: .06rem .12rem;
    border-radius: .6rem;
    border: 0.01rem solid #00101F;
}

.mdsubtitle {
    color: #063560;
    font-size: .32rem;
    font-family: "NotoSansm";
    margin-top: .12rem;
}
.container_1520{
	width: 15.2rem;
	margin: 0 auto;
	
}
.md_section1 {
    padding: .5rem 0;
    min-height: 6rem;
}

.pubh2.pubh22 {
    font-family: "NotoSansm";
}
.theme.pub_en{
	font-family: Arial;
	font-size: .24rem;
	font-style: normal;
	font-weight: 400;
	line-height: .42rem;
	letter-spacing: -0.005rem;
}
.index_h3 {
    color: #00162A;
    font-size: .4rem;
    font-style: normal;
    font-weight: 400;
    line-height: .4rem; /* 100% */
    letter-spacing: -0.008rem;
    font-family: "NotoSansm";
}
.mt64{
	margin-top: .64rem;
}
.mt50{
	margin-top: .5rem;
}
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.pub_en li {
    list-style: disc;
}

.form_contact_ipt {
    width: 100%;
    display: block;
    border: 0.01rem solid #7f7f7f;
    margin-top: .2rem;
    padding: 0.2rem 0.3rem;
    font-size: .16rem;
    border-radius: 1rem;
}
.banner_mail {
    position: absolute;
    padding: .15rem .3rem;
    font-size: .2rem;
    background-image: linear-gradient(to top, #209cff80 0%, #68e0cf80 100%);
    border-radius: 1rem;
    color: #fff;
    position: absolute;
    left: calc((100% - 16rem)/2);
    bottom: 0.5rem;
}

.form_contact_ipt {
    width: 100%;
    display: block;
    border: 0.01rem solid #7f7f7f;
    margin-top: .2rem;
    padding: 0.2rem 0.3rem;
    font-size: .16rem;
    border-radius: 1rem;
}
.form_contact_ipt {
    width: 100%;
    display: block;
    border: 0.01rem solid #7f7f7f;
    margin-top: .2rem;
    padding: 0.2rem 0.3rem;
    font-size: .16rem;
    border-radius: 1rem;
}
.form_contact_btn {
    width: 2rem;
    font-size: .2rem;
    background-image: linear-gradient(to top, #209cff 0%, #68e0cf 100%);
    padding: 0.15rem 0.3rem;
    border-radius: 1rem;
    color: #fff;
    text-transform: capitalize;
    margin-top: 0.2rem;
    cursor: pointer;
}
.pub_tt_flex {
    display: flex;
    justify-content: space-between;
}
.pubh2.mb32.index_sec1_t1 {
    margin-bottom: .8rem;
}
.kongxitt {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}