@charset "utf-8";
@font-face {
	font-family: 'Noto Sans';
	font-display: swap;
	font-weight: 700; /* 粗体 */
	src: url(../fonts/sy_bold.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_light.woff2') format('woff2');
  font-weight: 300; /* 常规 */
}
@font-face {
	font-family: 'alimama_sht';
	font-display: swap;
	src: url('../fonts/alimama_shuheiti.woff2') format('woff2');
}

:root{
	--main_color: #1976D2;
}
*{
    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;
}
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%;
}
.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_hover1:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    /* border-radius: 5px; */
    z-index: -1;
    transition: .5s;
}
.button_hover1:hover:before {
    width: 100%;
    left: 0;
}
.button_style1:hover {
    color: var(--main_color);
}

.button_style2{
	padding: .1rem .4rem;
	background-color: #ffffff;
	border: 0.01rem solid var(--main_color);
	color: var(--main_color);
	font-size: .18rem;
	position: relative;
	z-index: 1;
	display: inline-flex;
	transition: all 0.5s ease 0s;
	border-radius: 1rem;
	overflow: hidden;
}
.button_hover2:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: var(--main_color);
    /* border-radius: 5px; */
    z-index: -1;
    transition: .5s;
}
.button_hover2:hover:before {
    width: 100%;
    left: 0;
}
.button_style2:hover {
    color: #fff;
}


.head_logo {
    width: 1.6rem;
    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;
    margin-left: auto;
    margin-right: 0.8rem;
    gap: 0.1rem;
}

.header {
    width: 100%;
    top: 0;
    z-index: 2;
}
.head_menu li{
	position: relative;
}
.head_menu li a {
    font-size: .18rem;
    position: relative;
    transition: 0.4s all ease;
    line-height: 1rem;
    min-width: 1.2rem;
    display: block;
    text-align: center;
    color: #fff;
    z-index:1;
    color: #8997A3;
}
.head_menu li.active a ,.head_menu li:hover a{
    color: #0ABFF1;
    /* background: var(--main_color); */
}
.head_menu li:after{
	content: "";
	display: none;
	background-color: var(--main_color);
	position: absolute;
	transition: 0.4s all ease;
	width: 100%;
	height: 100%;
	left: 0;
	top: -100%;
}
.head_menu li.active:after,.head_menu li:hover:after{
    top: 0;
}

.menu_orther_search {
    max-width: .32rem;
    cursor: pointer;
}
.index_banner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(16, 22, 45, 0.60);
}

.index_banner {
    position: relative;
    max-height: 100vh;
    overflow: hidden;
}
.index_banner_text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.index_banner_t1 {
    font-size: .8rem;
    color: #fff;
    font-weight: 500;
    font-family: alimama_sht;
    margin-bottom: .25rem;
    font-style: italic;
    position: relative;
    overflow: hidden;
}

.index_banner_t2 {
    font-size: .36rem;
    color: #fff;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.60);
    margin-bottom: .8rem;
}
.index_banner_img{
	height: 100vh;
	width: 100%;
	object-fit: cover;
	max-height: 11rem;
}
.button_style2 img {
    width: .2rem;
    margin-left: .1rem;
}
.linear_text {
    background: linear-gradient(90deg, #1976D2 0%, #33CDF8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: .4rem;
    font-weight: bold;
    display: inline-block;
}

.index_sec1_t2 {
    font-size: .32rem;
    margin-top: 0.1rem;
    font-weight: bold;
    margin-bottom: .2rem;
}

.index_sec1_t3 {
    font-size: .2rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    line-height: .4rem;
}

.index_sec1_text {
    width: 6.97rem;
}

.index_section1 {
    background: url(../images/index_bg1.jpg);
    padding-top: 0.9rem;
    padding-bottom: .35rem;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.index_sec1_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8.53rem;
}

@media screen and (min-width: 1980px) {
.index_sec1_flex {
    position: relative;
}

.index_sec1_img {
    right: -2.2rem;
}
}
.button_hover2:hover img {
    filter: brightness(100);
}

.text-center{
	text-align: center;
}

.pub_desc {
    font-size: .2rem;
    color: #3F3F3F;
    color: #3F3F3F;
    margin-top: .1rem;
}

.index_section2 {
    padding: 0.8rem 0;
    background: url(../images/index_bg2.jpg);
    background-size: cover;
    padding-bottom: 0.4rem;
}

.song-flex {
    display: flex;
    flex-wrap: wrap;
}
.gap60{
	gap: 0.6rem;
}
.equal_item3 {
    width: 32%;
    text-align: center;
    padding: .3rem;
    width: calc((100% - 0.6rem * 2) / 3);
}

.index_sec2_t1 {
    font-size: .3rem;
    color: var(--main_color);
    margin-top: .3rem;
    margin-bottom: .3rem;
}

.index_sec2_img img {
    width: 1.6rem;
}

.index_sec2_t2 {
    font-size: .2rem;
}
.menu_language .on,.menu_language a:hover {
    background: #0ABFF1;
    color: #fff;
    border-radius: 50%;
}

.menu_language a {
    color: #000000;
    width: .4rem;
    height: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .14rem;
    font-weight: bold;
}

.menu_language {
    display: flex;
    gap: .2rem;
}
.index_banner_t3 img {
    width: .4rem;
    cursor: pointer;
}
.index_banner_t1:after {
    content: "";
    display: block;
    width: 8rem;
    height: 1rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/t1bg.png);
    bottom: 0.1rem;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.pub_tt {
    font-size: .4rem;
    font-weight: bold;
}
.index_sec1_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .8rem;
}

.index_sec1_left {
    width: 8.5rem;
}

.index_sec1_right {
    width: 4rem;
}

.index_sec1_ritem {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: .3rem 0;
    border-bottom: 0.01rem solid #C6CED5;
}

.index_sec1_num1 {
    font-size: .64rem;
    font-weight: bold;
}

.index_sec1_num sup {
    font-size: .36rem;
    vertical-align: top;
}

.index_sec1_rit1 {
    color: #195595;
}

.index_sec1_rit1 p {
    color: #000;
    font-size: .18rem;
}

.index_sec1_rit2 {
    width: 0.64rem;
}

.index_sec1_rit2 svg {
    max-width: 100%;
    height: auto;
}

.index_sec1_t1 {
    color: rgba(25, 85, 149, 0.90);
    font-size: .4rem;
    font-family: 'alimama_sht';
    margin-bottom: .64rem;
}

.index_sec1_tx1 {
    font-size: .18rem;
    color: rgba(25, 85, 149, 0.90);
    margin-bottom: .3rem;
}

.index_sec1_tx2 {
    font-size: .16rem;
    margin-bottom: .3rem;
}

.index_sec1_tx2 li {
    list-style: disc;
}

.index_sec1_more img {
    width: .8rem;
}

.index_sec1_more {
    display: flex;
    align-items: center;
    gap: .2rem;
    font-size: .24rem;
    margin-top: .6rem;
}
.part_swiper {
	height: 3rem;
	margin-top: .5rem;
}
.part_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.part_swiper:before {
    content: "";
    width: calc((100vw - 14.8rem)/2);
    height: 100%;
    background: #ffffff80;
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    z-index: 9;
}

.part_swiper:after {
    content: "";
    width: calc((100vw - 14.8rem)/2);
    height: 100%;
    background: #ffffff80;
    right: 0;
    top: 0;
    display: block;
    position: absolute;
    z-index: 9;
}
.relative {
    position: relative;
}
.mb-16{
	margin-bottom: .16rem;
	margin-top: .48rem;
}
.index_sec2_gsyj {
    display: flex;
    padding-left: 2.1rem;
    overflow: hidden;
    align-items: center;
}

.index_sec2_g1 {
    min-width: 5.28rem;
    margin-right: .35rem;
}

.index_swiper2 {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 0.6rem;
}
.index_sectxt2 {
    font-size: .24rem;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: .75rem;
    width: 9.2rem;
}

.whitett {
    color: #fff;
}

.index_sec2_g1 li {
    font-size: .28rem;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 0.24rem;
    list-style: disc;
}

.index_sec2_g1 li span {
    color: #0ABFF1;
}

.index_swiper2 .swiper-slide.swiper-slide-active {
    overflow: hidden;
    border-radius: 1.2rem 0 0.6rem 0;
}
.pubtt_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pubtt_flex .index_sec1_more {
    margin: 0;
}
.index_section3 {
    background: url(../images/index_bg3.jpg);
	background-size: cover;
	background-position: top center;
    padding: 0.8rem 0;
}

.index_sec3_slidex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.index_sec3_swiper1 {overflow: hidden;}

.index_sec3_swiper2 {
    overflow: hidden;
}

.index_sec3_sliright {
    max-width: 8.5rem;
}

.index_sec3_slit1 {
    font-size: .4rem;
    font-weight: bold;
}

.index_sec3_slit2 {
    font-size: .24rem;
    color: #A3A7AC;
    margin-bottom: .2rem;
    text-transform: uppercase;
}

.index_sec3_slne {
    width: 1rem;
    height: 0.06rem;
    background: #0abff1;
    margin-bottom: .56rem;
}

.index_sec3_slit3 {
    font-size: .24rem;
    color: #A3A7AC;
}

.index_sec3_slileft {
    width: 5.85rem;
}

.index_sec3_sliright img {
    width: 8.5rem;
}

.index_sec3_swiper2 .swiper-slide-thumb-active {
    background: #0abff11a;
}

.index_sec3_swiper2 .swiper-slide {
    cursor: pointer;
}
.index_sec3_swiper1re {
    position: relative;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}
.index_sec3_swiper1re .swiper-button-prev {
    transform: rotateZ(180deg);
}


.index_sec3_swiper1re .swiper-button-prev,.index_sec3_swiper1re .swiper-button-next {
    width: 0.6rem;
    height: auto;
}

.index_sec3_swiper1re .swiper-button-prev {
    left: -1rem;
    top: auto;
    bottom: 1.4rem;
}

.index_sec3_swiper1re .swiper-button-next {
    right: -1rem;
    top: auto;
    bottom: 1.4rem;
}
.index_sec3_swiper1re .swiper-pagination{
	bottom: -0.5rem;
	top: auto;
}
.swiper-pagination-bullet-active {
    background: #0abff1;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .1rem;
}
/*  */
.index_sec4_slick {
    width: 12rem;
    margin: 0 auto;
    margin-top: .7rem;
    overflow: hidden;
}
.slick-current.slick-active {
    color: var(--main_color);
}
.index_sec4_it1 {
    font-size: .24rem;
}

.index_sec4_it2 {
    font-size: .28rem;
}

.index_sec4_item {
    text-align: center;
    cursor: pointer;
    position: relative;
}

.index_sec4_relative {
    position: relative;
    z-index: 2;
}
.index_sec4_arrow{
	position: absolute;
	width: 1rem;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0ABFF1;
	border-radius: 50%;
	cursor: pointer;
	z-index: 3;
}
.index_sec4_prev {left: 0;top: -0.35rem;}
.index_sec4_next {right: 0;top: -0.35rem;}
.index_sec4_arrow svg {
    width: .4rem;
    height: auto;
}
.swiper-slide-thumb-active .index_sec4_it1,.swiper-slide-thumb-active .index_sec4_it2 {
    color: #0abff1;
    font-weight: bold;
}
.index_sec4_swiper2{
	width: 100%;
	overflow: hidden;
}
.swiper_flex {
    display: flex;
    padding: 0 1rem;
    margin-top: 1rem;
}

.sec4_swiper2_date {
    font-size: .3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.6px;
    width: 1.15rem;
    /* height: 1.15rem; */
    display: flex;
    justify-content: center;
    border-radius: 50%;
    margin-right: .8rem;
    color: #ADB4BA;
    align-items: baseline;
}

.sec4_swiper2_txt1 {
    color: #000;
    font-size: .24rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0.1rem;
}

.sec4_swiper2_txt2 {
    color: #000;
    font-size: .18rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec4_swiper2_txt {
    width: 10.8rem;
}
.index_sec4_line {
    position: absolute;
    width: 100%;
    height: 0.01rem;
    background: #D9D9D9;
    top: 2.23rem;
}

.index_section4 {
    position: relative;
    padding-bottom: 0.8rem;
    padding-top: .8rem;
	background: url(../images/index_bg4.png);
	background-size: 13.87rem;
	background-position: left top;
	background-repeat: no-repeat;
}
.index_sec4_hover {
    width: .23rem;
    position: absolute;
    left: 50%;
    margin-left: -0.13rem;
    top: 0;
    opacity: 0;
    transition: 0.4s all ease;
}
.swiper-slide-thumb-active .index_sec4_hover {
    opacity: 1;
}
.index_sec4_yuan:before {
    content: "";
    display: block;
    width: .11rem;
    height: .11rem;
    /* position: absolute; */
    bottom: 0.055rem;
    background: #D9D9D9;
    left: 50%;
    margin-left: -0.055rem;
    border-radius: 50%;
}
.index_sec4_yuan {
    display: flex;
    justify-content: center;
    margin-bottom: .36rem;
    padding-top: .1rem;
}
.sec4_swiper2_txt3 {
    color: #E97F80;
    font-size: .16rem;
    margin-top: .2rem;
    margin-bottom: .2rem;
}
.sec4_swiper2_date span {
    font-size: .6rem;
    font-weight: bold;
    margin-right: .1rem;
    color: #0ABFF1;
}
.index_sec4_next.index_sec4_arrow.swiper-button-disabled,.index_sec4_prev.index_sec4_arrow.swiper-button-disabled {
    background: #eee;
}

.index_section5 {
	padding-top: 2.5rem;
	padding-bottom: 2.16rem;
	background: url(../images/index_bg5.jpg);
	background-size: cover;
}
.index_sec5_txt {
    text-align: center;
    color: #fff;
    max-width: 9.55rem;
    margin: 0 auto;
    font-size: .28rem;
    margin-bottom: .3rem;
}

.index_sec5_logo {
    width: 13.7rem;
    height: 3.44rem;
    margin: 0 auto;
    margin-bottom: 1.17rem;
}
.index_sec5_logo {
	
	/* 蒙版设置 - 使用logo作为蒙版 */
	mask-image: url('../images/logo.png');
	-webkit-mask-image: url('../images/logo.png');
	
	/* 蒙版适配 */
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: bottom;
	-webkit-mask-position: bottom;
	
	/* 背景图片设置 */
	background-image: url('../images/background-image.jpg');
	background-size: contain;
	background-position: center;
	background-attachment: fixed; /* 固定背景，滚动时不动 */
}
.index_section6 {
    padding: .8rem 0;
    background: url(../images/index_bg6.jpg);
}
.news_item {
    width: calc((100% - 0.8rem)/3);
    overflow: hidden;
    border-radius: .2rem;
    transition: 0.4s all ease;
}

.news_group {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: .5rem;
}
.news_img {
    overflow: hidden;
}

.news_txt {
    padding: .3rem;
    background: #fff;
}

.news_t1 {
    font-size: .24rem;
    margin-bottom: .38rem;
}

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

.news_right {
    width: .5rem;
}

.news_timesp1 {
    color: #0ABFF1;
    font-weight: bold;
    font-size: .3rem;
}

.news_timesp2 {
    color: #8997A3;
    font-size: .16rem;
}
.news_item2a {
    display: flex;
    padding: .3rem;
    background: #fff;
    width: calc( (100% - 1rem ) / 2);
    border-radius: .1rem;
    justify-content: space-between;
    align-items: center;
}

.news_style2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-top: .5rem;
}
.news_style2 .news_t1 {
    margin: 0;
}
.footer{
	background: url(../images/foot_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.foot_top_flex {
    display: flex;
    justify-content: space-between;
}

.foot_top {
    padding: .38rem 0;
    border-bottom: 0.01rem solid #2665A8;
}

.foot_icon a {
    width: .64rem;
    display: inline-block;
    margin-left: .2rem;
}

.foot_logo {
    width: 3.32rem;
}
.foot_flex1 {
    display: flex;
    padding: .5rem 0;
    justify-content: space-between;
}

.foot_item2 {
    display: flex;
    gap: .5rem;
}

.foot_copyright {
    display: flex;
    justify-content: center;
    padding: .4rem 0;
    color: rgba(255, 255, 255, 0.72);
    border-top: 0.01rem solid #2665A8;
    font-size: .16rem;
}

.foot_copyright a {
    color: rgba(255, 255, 255, 0.72);
    margin-left: .1rem;
}

.foot_code {
    padding: .1rem;
    background: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: .1rem;
    margin-left: 1rem;
}

.foot_code img {
    width: 1.2rem;
}

.foot_uls:first-child {
    margin-right: 1rem;
}

.foot_uls a {
    color: #fff;
    font-size: .18rem;
    margin-bottom: .1rem;
    display: block;
}

.foot_uls  h3 a {
    font-size: .24rem;
    margin-bottom: .2rem;
    display: block;
}

.foot_it1 {
    font-size: .24rem;
    font-weight: bold;
    margin-bottom: .2rem;
    color: #fff;
}

.foot_itel {
    font-size: .3rem;
    color: #fff;
    font-weight: bold;
    color: #0ABFF1;
}

.foot_cons span {
    color: #fff;
    font-size: .18rem;
    margin-left: 0.1rem;
}

.foot_cons {
    display: flex;
    align-items: center;
    margin-top: .2rem;
}

.foot_cons img {
    width: .24rem;
}
.index_sec1_gp {
    width: 1.7rem;
}
.pub_banner {
    position: relative;
}
.pub_banner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(25, 85, 149, 0.00) 0%, #195595 68.93%, #195595 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.index_swiper2 .swiper-pagination-bullet {opacity: 1;background: #fff;}

.index_swiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0abff1;
    opacity: 1;
}
.pub_banner_lg {
    position: absolute;
    top: 0;
    width: 9.3rem;
    left: -2.1rem;
    top: -1.8rem;
}
.pub_banner_txt {
    position: absolute;
    left: calc((100% - 14.8rem)/2);
    top: 50%;
    transform: translateY(-50%);
}

.pub_banner_txt1 {
    font-size: .8rem;
    font-weight: bold;
    color: #fff;
    font-family: 'alimama_sht';
    font-style: italic;
}
.about_margins{
	margin-right: auto;
	margin-left: .5rem;
}
.about_jjimg {
    width: 7.7rem;
    right: 0;
    position: absolute;
    bottom: 0;
}

.about_sec2_flex {
    display: flex;
    justify-content: space-between;
}

.about_sec2_item {
    text-align: center;
}

.about_sec2t2 {
    vertical-align: super;
    font-size: .3rem;
}

.about_sec2t1 {
    color: #fff;
    margin-top: .2rem;
    margin-bottom: .3rem;
}

.about_sec2t3 {color: #fff;font-size: .18rem;}

.about_section2 {
	background: url(../images/about_bg1.jpg);
	background-size: cover;
	padding: 0.8rem 0;
}
.about_sec2img svg {
    width: .64rem;
    height: auto;
}
.about_section3 {
	overflow: hidden;
	background: url(../images/about_bg2.jpg);
	position: relative;
	padding-top: .8rem;
	height: 9.2rem;
}
.about_sec3_swiper1 {
    height: 5.5rem;
	overflow: hidden;
}
.about_sec3_swiper2 {
    height: 100%;
    width: 4.15rem;
    overflow: hidden;
    position: absolute;
    right: calc((100% - 14.8rem)/2);
    top: 0;
}
.mb60{
	margin-bottom: .6rem;
}
.about_sec3_swiper1li {
    color: rgba(255, 255, 255, 0.70);
    font-size: .26rem;
    padding-left: 0.4rem;
    position: relative;
    width: 6.5rem;
}

.about_sec3_swiper1li:before {
    content: "";
    display: block;
    width: .1rem;
    height: .1rem;
    background: rgba(255, 255, 255, 0.70);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about_sec3_swiper1 .swiper-slide.swiper-slide-active .about_sec3_swiper1li {
    /* color: #0ABFF1; */
    font-size: .32rem;
}

.about_sec3_swiper1 .swiper-slide.swiper-slide-active .about_sec3_swiper1li:before {
    /* background: #0ABFF1; */
    /* border: 0.05rem solid #1c94b5; */
}
.about_sec3_swiper2 .swiper-slide.swiper-slide-active img {
    width: 1.7rem;
    float: right;
    margin-top: .5rem;
}
.about_sec3_swiper2 .swiper-slide.swiper-slide-next+.swiper-slide img {
    width: 1.7rem;
    float: right;
    margin-top: 1.5rem;
}
.about_sec3_circle {
    position: absolute;
    right: -1.1rem;
    top: 0;
    height: 100%;
}

.about_sec3_circle img {
    height: 100%;
}
.about_sec3_swiper2 .swiper-slide img {
    transition: 0.4s all ease;
    width: 100%;
}
.about_sec3_arrow .index_sec4_prev {left: calc((100% - 14.8rem)/2);top: auto;bottom: 0.5rem;width: .88rem;height: .88rem;}

.about_sec3_arrow .index_sec4_next {
    left: calc(((100% - 14.8rem) / 2) + 2rem);
    top: auto;
    bottom: 0.5rem;
    width: 0.88rem;
    height: 0.88rem;
}
.pub_tt_desc {
    font-size: .2rem;
    text-align: center;
    width: 10rem;
    margin: 0 auto;
    margin-top: .3rem;
    margin-bottom: 1rem;
}

.about_section4 {
    padding: .8rem 0;
    background: linear-gradient(180deg, #F9FDFF 1.6%, #D6E3E8 100%);
}
.about_sec4_swiper{
	width: 12rem;
	overflow: hidden;
	margin: 0 auto;
}
.about_sec4_swiper .swiper-slide{
	width: 4rem;
}
.about_sec4_swiper .swiper-slide img{
	width: 100%;
}

.foot_code p {
    color: #868991;
    font-size: .14rem;
}
.about_sec4_re {
    position: relative;
}

.about_sec4_arrow .index_sec4_prev,.about_sec4_arrow .index_sec4_next {
    top: 50%;
    transform: translateY(-50%);
}

.about_sec4_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.about_sec4_item {
    display: flex;
    align-items: center;
    width: 3.33rem;
    justify-content: space-between;
}

.about_sec4_ms2 {
    transform: rotateY(180deg);
}

.about_sec4_txt {
    text-align: center;
}

.about_sec4_s1 {
    font-size: .6rem;
    font-weight: bold;
    color: #195595;
}

.about_sec4_s2 {
    color: #195595;
    font-size: .3rem;
}

.about_sec4_t2 {
    font-size: .26rem;
    color: #195595;
}
.news_section1 {
    padding: .9rem 0;
    background: #F2F5F9;
}

.news_item:hover .news_txt{background: #195595;}
.news_item:hover .news_t1{color: #fff}
.news_img img {
    width: 100%;
}
.pro_sec_group {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: .4rem;
}

.pro_item {
    width: calc((100% - 0.8rem)/3);
    text-align: center;
}

.pro_item img {
    width: 100%;
    height: 3rem;
    object-fit: cover;
}

.pro_item p {
    font-size: .26rem;
    line-height: .64rem;
}

.pro_section1 {
    background: url(../images/pro_bg1.jpg);
    background-position: left top;
    background-size: 13.87rem;
    background-repeat: no-repeat;
    padding: 0.9rem 0;
    padding-bottom: 1.3rem;
}
.app_group {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

.app_item {
    width: calc((100% - 0.8rem) / 3);
}

.app_txt {
    padding: .3rem;
    border-radius: 0 0 .2rem .2rem;
    background: #FFF;
}

.app_t1 {
    font-size: .28rem;
    font-weight: 500;
    margin-bottom: .3rem;
}

.app_t2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.app_t2 span {
    width: 50%;
    font-size: .2rem;
    margin-top: .12rem;
}
.application_section1 {
    background: #F2F5F9;
    padding: 1rem 0;
}
.app_img {
    border-radius: .2rem .2rem 0 0;
    overflow: hidden;
}

.app_img img {
    width: 100%;
}
.join_section1 {
    padding-top: .9rem;
    padding-bottom: 1rem;
	background: url(../images/join_bg1.jpg);
	background-size: cover;
}
.join_sec1_flex {
    display: flex;
}

.join_sec1_left {
    width: 5.6rem;
}

.join_sec1_right {
    width: 8.5rem;
}

.join_sec1_rt1 {
    font-size: .3rem;
    width: 4.85rem;
    font-weight: bold;
    margin-top: .4rem;
    margin-left: .6rem;
}

.join_sec1_rt1 span {
    color: #0ABFF1;
}

.join_sec1_rt2 {
    margin-left: .6rem;
    font-size: .2rem;
    color: #8997A3;
    margin-top: .2rem;
    width: 7rem;
}
.mt60{
	margin-top: .6rem;
}
.join_section2 {
    background: linear-gradient(0deg, #FFF 0%, #EEF5FF 100%);
    padding: .9rem 0;
}

.join_itemqf {
    padding: .4rem;
    display: flex;
    border-top: 0.01rem solid #E3E8EB;
    cursor: pointer;
}

.join_content {
    display: none;
    padding: .4rem;
}

.join_contentt1 {
    font-size: .24rem;
    margin-bottom: .12rem;
}

.join_contentts {
    color: #8997A3;
    font-size: .18rem;
    margin-bottom: .2rem;
    line-height: 1.6;
}

.join_txt1 {
    width: 4.5rem;
    font-size: .24rem;
}

.join_group {
    margin-top: .5rem;
}

.join_txt2 {
    width: 4rem;
    font-size: .24rem;
}

.join_txt3 {
    width: 4.5rem;
    font-size: .24rem;
}

.join_icon {
    flex: 1;
    text-align: center;
    position: relative;
    line-height: 0;
}

.join_icon:after {
    content: "+";
    font-size: .5rem;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #0ABFF1;
    transform: translate(-50%,-50%);
}
.join_item:last-child .join_itemqf {border-bottom: 0.01rem solid #E3E8EB;}
.join_item.active .join_icon:after {
	content: "-";
}
.join_consf1 {
    font-size: .18rem;
    color: #0ABFF1;
}
.contact_section1 {
    /* background: url(../images/contact_bg1.jpg); */
    /* background-size: cover; */
    position: relative;
}

.contact_sec1 {
    width: 8rem;
    padding: .7rem .65rem;
    background: #fff;
    position: absolute;
    left: calc((100% - 14.8rem) / 2);
    top: 1.4rem;
    z-index: 99;
}

.contact_sec1_t1 {
    font-size: .44rem;
    font-weight: bold;
    margin-bottom: .5rem;
}

.contact_sec1_line {
    background: #E1EAF3;
    width: 100%;
    height: 0.03rem;
    margin-bottom: .32rem;
}

.contact_sec1_address1 {
    display: flex;
    align-items: center;
}

.contact_sec1_address1 svg {
    width: .24rem;
    height: auto;
    margin-right: .24rem;
}

.contact_sec1_address1 span {
    color: #8997A3;
    font-size: .24rem;
}

.contact_sec1_ts2 {
    padding-left: .46rem;
    font-weight: bold;
    font-size: .26rem;
    margin-top: .16rem;
}

.contact_sec1_address {
    padding-bottom: 0.4rem;
    margin-bottom: .4rem;
    border-bottom: 0.01rem solid #E1EAF3;
}

.contact_sec1_flex {
    display: flex;
}

.contact_sec1_w50 {
    width: 50%;
}

.contact_sec1_ts3 {
    padding-left: .46rem;
    font-size: .22rem;
    color: #8997A3;
    margin-top: .1rem;
}

.contact_section2 {
    padding: .8rem 0;
    background: #F2F5F9;
}

.contact_sec2_flex {
    display: flex;
    justify-content: space-between;
}

.contact_sec2_form {
    width: 8rem;
}

.contact_sec2_right {
    width: 4.5rem;
}

.contact_sec2_t1 {
    font-size: .44rem;
    font-weight: bold;
    margin-bottom: .5rem;
}

.contact_sec2_ipt {
    width: 100%;
    border: none;
    line-height: 1.2rem;
    font-size: .26rem;
    border-bottom: 0.01rem solid #195595;
}

.contact_sec2_textarea {
    width: 100%;
    padding: 0.4rem 0;
    height: 2rem;
    border: none;
    font-family: 'Noto Sans';
    font-size: .26rem;
    border-bottom: 0.01rem solid #195595;
    background: transparent;
}

.contact_sec2_btn {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    font-size: .3rem;
    font-weight: bold;
    color: #fff;
    background: #eff;
    border-radius: 1.5rem;
    background: #0ABFF1;
    height: 1rem;
    width: 3.1rem;
    justify-content: center;
    margin-top: .8rem;
}

.contact_sec2_btn svg {
    width: .36rem;
    height: .36rem;
}
.contact_sec2_logo {
    width: 2rem;
    margin-bottom: .2rem;
}

.contact_sec2_tj1 {
    font-size: .36rem;
    font-weight: bold;
    margin-bottom: .6rem;
}

.contact_sec2_tj2 {
    font-size: .26rem;
    margin-bottom: .3rem;
    margin-top: .3rem;
    font-weight: bold;
}

.contact_sec2_tflex {
    display: flex;
    align-items: center;
    gap: .2rem;
    margin-bottom: .2rem;
    font-size: .24rem;
}

.contact_sec2_tflex svg {
    width: .24rem;
    height: auto;
}
.bread_crumbs {
    margin: .5rem 0;
    font-size: .2rem;
}

.bread_crumbs a:last-child {
    color: #0ABFF1;
}

.news_bodys_left {
    width: 10.4rem;
    padding: .6rem;
    background: #fff;
    border-radius: .2rem;
}

.news_bodys_tt {
    font-size: .32rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.7rem;
}

.news_bodys_con {
    font-size: .18rem;
    line-height: 1.6;
}

.news_bodys_right {
    width: 4rem;
}
.news_bodys_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.news_bodys_right .news_item {
    width: 100%;
    margin-bottom: 0.3rem;
}
.news_flag {
    padding: .5rem 0;
    padding-bottom: 1.2rem;
}
.product_logo1 img {
    width: 100%;
}

.product_img {
    position: relative;
    text-align: center;
}

.product_img>img {
    max-width: 100%;
    position: relative;
    z-index: 3;
    width: 8.5rem;
}

.product_logo1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.product_img p {
    font-size: .4rem;
}

.pro_body1 {
    padding: .8rem 0;
    padding-top: .2rem;
}
.pro_body2 {
    padding: .8rem 0;
    background: #fff;
}

.pro_btt {
    font-size: .36rem;
    font-weight: bold;
    margin-bottom: .3rem;
}

.pro_bp {
    font-size: .2rem;
    margin-bottom: .7rem;
    line-height: 1.8;
}

.pro_bp li {
    list-style: disc;
}

.pro_bp table {
    width: 100%;
    border-collapse: collapse;
}

.pro_bp td {
    text-align: center;
    padding: .2rem 0;
    border: 0.01rem solid #eee;
    background: #EFF3FC;
}

.pro_bp table tr:first-child {
    background: #195595;
}

.pro_bp table tr:first-child td {
    color: #fff;
    background: #195595;
}
.part_item1_flexa {
    flex-wrap: wrap;
    width: 100%;
    gap: .4rem;
    display: flex;
}

.part_item1_flexa img {
    height: 1.4rem;
    width: 100%;
}

.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:0.25rem;justify-content: center;margin-top: .5rem;}
.pagination a,.pagination span{position:relative;display:block;padding:0.1rem 0.25rem;margin-left:-1px;line-height:1.25;color: var(--main_color);background-color:#fff;border:1px solid #dee2e6;font-size: .16rem;}
.pagination a:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6;}
.pagination a:first-child{margin-left:0;border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem;}
.pagination a:last-child {border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;}
.pagination a.page-num-current{z-index: 1;color:#fff;background-color: var(--main_color);border-color: var(--main_color);}

.foot_wxcode {
    display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    align-items: center;
    justify-content: center;
    background: #00000080;
}
.foot_wxcode{
	display: none
}



.index_banner .btn {
    position: relative;
    top: 0;
    left: 0;
    width: 3rem;
    height: .6rem;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
    margin-top: -0.2rem;
    margin-bottom: .5rem;
}

.btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0.15rem 0.15rem rgba(0, 0, 0, 0.3);
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
    border-top: 0.01rem solid rgba(255, 255, 255, 0.1);
    border-radius: .3rem;
    padding: .1rem;
    letter-spacing: 0.01rem;
    text-decoration: none;
    overflow: hidden;
    font-size: .2rem;
    color: #fff;
    z-index: 1;
    transition: 0.5s;
    backdrop-filter: blur(0.15rem);
}

.btn:hover a {
    letter-spacing: 0.03rem;
}

.btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
    transform: skewX(45deg) translate(0);
    transition: 0.5s;
    filter: blur(0px);
}

.btn:hover a::before {
    transform: skewX(45deg) translate(2rem);
}

.btn::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    /* bottom: -0.05rem; */
    width: 0.3rem;
    height: 0.1rem;
    background: #2db2ff;
    border-radius: 0.1rem;
    transition: 0.5s;
    transition-delay: 0.5;
}

.btn:hover::before {
    bottom: 0;
    height: 50%;
    width: 80%;
    border-radius: 0.3rem;
}

.btn::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    /* top: -0.05rem; */
    width: 0.3rem;
    height: 0.1rem;
    background: #2db2ff;
    border-radius: 0.1rem;
    transition: 0.5s;
    transition-delay: 0.5;
}

.btn:hover::after {
    top: 0;
    height: 50%;
    width: 80%;
    border-radius: 0.3rem;
}
html { scroll-behavior:smooth; }
.btn:nth-child(2)::before, .btn:nth-child(2)::after {
    background: #2db2ff;
    box-shadow: 0 0 0.05rem #2db2ff, 0 0 0.15rem #2db2ff, 0 0 0.3rem #2db2ff, 0 0 0.6rem #2db2ff;
}

.fancybox-slide>* {
    max-height: 90%;
    background-color: #fff;
    padding: .1rem;
    margin: 0;
}