@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../../font/SourceHanSansCN-Regular.otf');
}
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('../../font/SourceHanSansCN-Medium.otf');
}
@font-face {
    font-family: 'SourceHanSansCN-Normal';
    src: url('../../font/SourceHanSansCN-Normal.otf');
}
@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url('../../font/SourceHanSansCN-Bold.otf');
}
@font-face {
    font-family: 'SourceHanSansCN-Heavy';
    src: url('../../font/SourceHanSansCN-Heavy.otf');
}
.mar-left10{
    margin-left: 10px;
}
.mar-left20{
    margin-left: 20px;
}
.mar-left30{
    margin-left: 30px;
}
.mar-left40{
    margin-left: 40px;
}
.mar-left50{
    margin-left: 50px;
}
.mar-left60{
    margin-left: 60px;
}
.mar-left70{
    margin-left: 70px;
}
.mar-left80{
    margin-left: 80px;
}
.mar-left90{
    margin-left: 90px;
}
.mar-left100{
    margin-left: 100px;
}
.mar-left110{
    margin-left: 110px;
}
.mar-left120{
    margin-left: 120px;
}
.mar-left130{
    margin-left: 130px;
}
.mar-left140{
    margin-left: 140px;
}
.mar-left150{
    margin-left: 150px;
}
.mar-left160{
    margin-left: 160px;
}
.mar-left170{
    margin-left: 170px;
}
.mar-left175{
    margin-left: 175px;
}
.mar-left180{
    margin-left: 180px;
}
.mar-left185{
    margin-left: 185px;
}
.mar-left190{
    margin-left: 190px;
}

.mar-botton80{
    margin-bottom: 80px;
}

*{
    margin: 0;
    padding: 0;
}
body,html{
    background-color: #ffffff;
}

body,html, form, li, p, ul {
    list-style: none;
}

a{
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.hf_warp{
    width: 100%;
    min-width: 1349px;
    height: 100%;
    overflow: hidden;
}

.hf_warp .warp_head{
    width: 100%;
    min-height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
}

.hf_warp .subbg_hover{
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

.hf_warp .warp_head .hover_bg{
    opacity: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 1920px;
    height: 0px;
    background: #ffffff;
    transition: all 0.2s linear;
    -webkit-transition: height 0.2s ease-out, opacity 0.2s ease-out;
    z-index: 1;
}

.hf_warp .subbg_hover .hover_bg{
    opacity: 1;
    height: 160px;
}

.hf_warp .warp_head .menu{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3
}

.hf_warp .warp_head .menu .menu_list .menu_item{
    position: relative;
    float: left;
    min-width: 36px;
    font-size: 18px;
    cursor: pointer;
    padding: 0px 25px;
    height: 80px;
    display: flex;
    align-items: center;
}

.hf_warp .warp_head .menu .menu_list .menu_item_active > a::after{
    display: block;
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #3CB0BF;
    opacity: 0;
    transition: all 0.2s linear;
    -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01,1);
}

.hf_warp .warp_head .menu .menu_list .menu_item_active > a::after{
    opacity: 1;
    transform: scale(1,1);
}

.hf_warp .warp_head .menu .menu_list .menu_item_active > a{
    color: #3CB0BF !important;
}


.hf_warp .warp_head .menu .menu_list .menu_item > a{
    font-family: SourceHanSansCN-Regular;
    color: rgba(0,0,0,0.60);
    font-weight: 400;
}

.hf_warp .warp_head .menu .header-nav-menu{
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    height: 0px;
    background-color: #FFFFFF;
    box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.2);box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.2);
    display: flex;
    justify-content: center;
    transition: all 0.3s linear;
    -webkit-transition: height 0.3s ease-out;
    overflow: hidden;
}

.hf_warp .warp_head .menu .header-nav-menu .menu-list{
    width: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hf_warp .warp_head .menu .header-nav-menu .menu-list .children-list{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hf_warp .warp_head .menu .header-nav-menu .menu-list .children-list li{
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: rgba(0,0,0,0.60);
    text-align: center;
    font-weight: 400;
    margin-right: 60px;
}

.hf_warp .warp_head .menu .header-nav-menu .menu-list .children-list li > a{
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: rgba(0,0,0,0.60);
    font-weight: 400;
}

.hf_warp .warp_head .menu .header-nav-menu .menu-list .children-list li:hover > a{
    font-family: SourceHanSansCN-Medium;
    color: #000000;
    font-weight: 500;
}

.hf_warp .warp_head a > img{
    width: 150px;
    height: 40px;
    margin-right: 210px;
}


.warp_foot{
    width: 100%;
    height: 410px;
    background: #424242;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.warp_foot .foot_content{
    width: 1200px;
    height: 310px;
    display: flex;
    justify-content: space-between;
}
.warp_foot .foot_content .product{
    margin-top: 60px;
}

.warp_foot .foot_content .product h3{
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 500;
}

.warp_foot .foot_content .product .product_list{
    margin-top: 32px;
}

.warp_foot .foot_content .product .product_list .product_item {
    max-width: 322px;
    font-weight: 500;
    margin-bottom: 16px;
    font-family: SourceHanSansCN-Medium;
    font-size: 14px;
    color: rgba(255,255,255,0.60);
}

.warp_foot .foot_content .product .product_list .product_item > a{
    font-family: SourceHanSansCN-Medium;
    font-size: 14px;
    color: rgba(255,255,255,0.60);
}

.warp_foot .foot_bottom{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid rgba(255,255,255,0.50);
}

.warp_foot .foot_bottom >p{
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: rgba(255,255,255,0.60);
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin-top: 16px;
}

.warp_foot .foot_content .product .qcode_img{
    width: 120px;
    height: 120px;
}

.warp_foot .foot_content .product .qcode{
    font-family: SourceHanSansCN-Medium;
    font-size: 14px;
    color: rgba(255,255,255,0.60);
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    margin-top: 16px;
}

.hf_warp .warp_content .os_banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    width: 100%;
    height: 700px;
}
.hf_warp .warp_content .os_banner h1 {
	padding-bottom: 30px;
	color: #f1f1f1;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 2px;
}
.hf_warp .warp_content .os_banner p {
	color: #f1f1f1;
	text-align: center;
	line-height: 30px;
	max-width: 1200px;
}
.hf_warp .warp_content .os_banner .understand {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 20px;
	margin-top: 30px;
	border-radius: 30px;
	border: 1px solid #fff;
}

.hf_warp .warp_content .os_banner .understand span {
	color: #fff;
	font-size: 20px;
}
.hf_warp .warp_content .os_banner .understand img {
	width: 20px;
	height: 20px;
	color: #fff;
	padding-left: 6px;
	font-size: 20px;
}

.xiaoqitong-details {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 360px;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 20%);
    border-radius: 8px;
    display: none;
    box-sizing: border-box;
    transition: all 0.2s linear;
    overflow: hidden;
}
.xiaoqitong-details > img {
    width: 500px;
    height: 300px;
}
.xiaoqitong-details .conten_details {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 30px;
}
.xiaoqitong-details .conten_details > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.xiaoqitong-details .conten_details > div .yyxt_title {
    font-family: SourceHanSansCN-Medium;
    font-size: 24px;
    color: #3CB0BF;
    text-align: right;
    font-weight: 500;
    position: relative;
}
.xiaoqitong-details .conten_details > div .button_details {
    width: 100px;
    height: 32px;
    background: rgba(255,255,255,0.00);
    border: 1px solid #3CB0BF;
    border-radius: 4px;
    line-height: 32px;
    position: relative;
    padding-left: 10px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #3CB0BF;
    font-weight: 400;
    cursor: pointer;
}

.xiaoqitong-details .conten_details > div .button_details::before,
.xiaoqitong-details .conten_details > div .button_details::before {
    position: absolute;
    content: "";
    top: 11px;
    right: 16px;
    width: 8px;
    height: 8px;
    font-family: SFCompact-Regular;
    font-size: 14px;
    text-align: right;
    font-weight: 400;
    border-top: 1.5px solid #3CB0BF;
    border-right: 1.5px solid #3CB0BF;
    transform: rotate(45deg);
}
.xiaoqitong-details .conten_details > div .button_details::after {
    right: 10px;
}


.xiaoqitong-details .conten_details .yyxt_text {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: rgba(0,0,0,0.60);
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    margin-top: 30px;
    text-indent: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

body.active {
    position: relative;
}

body.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.60);
}