﻿@charset "utf-8";
html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;}
html{font-size:5.2083334vw}
@media (min-width:769px) and (max-width:1024px) {
	html{font-size: calc((100 / 1200) * 100vw);} 
}
@media (max-width:768px) {
	html{font-size: calc((160 / 768) * 100vw);} 
}
/* @media (max-width:480px){
    html{font-size:calc(100 / 480 * 100vw);}
} */

@font-face {
	font-family: Bold;
	src:url(../fonts/HarmonyOS/Bold.woff);
}
@font-face {
	font-family: Regular;
	src:url(../fonts/HarmonyOS/Regular.woff);
}
@font-face {
	font-family: Medium;
	src:url(../fonts/HarmonyOS/Medium.woff);
}
@font-face {
	font-family: Light;
	src:url(../fonts/HarmonyOS/Light.woff);
}
@font-face {
	font-family: Barlow-Bold;
	src:url(../fonts/Barlow-Bold.woff);
}

*{margin:0;padding:0;box-sizing: border-box;}
body{ font-family:"Light",sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:0.16rem; color:#000; width:100%;  zoom:1;line-height: 1.45;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:0.18rem;font-family: Regular; border-radius:0; -webkit-border-radius:0; color:#000;font-family:sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#333; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#092478;}
table{border-collapse: collapse;border-spacing: 0;border: 1px solid #b3b2b2;}

.fl{ float:left;}
.fr{ float:right;}
.tl{ text-align:left !important;}
.tr{ text-align:right;}
.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;}
.table {display: table;width: 100%;border-collapse: collapse;}
.table-tr {display: table-row;}
.table-th {display: table-cell;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}
.table .cell {display: table-cell;vertical-align: middle;}
.flex{display: flex;}
.flex_sw{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}


/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break:break-word;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

/*input字体*/
:-moz-placeholder {color: #999999;font-family: Regular;}
::-moz-placeholder {color: #999999;font-family: Regular;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;font-family: Regular;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;font-family: Regular;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar-button{display: none;}
::-webkit-scrollbar{width: 6px; height:6px;-webkit-overflow-scrolling : touch;background-color: #e6e6e6;}
::-webkit-scrollbar-track{background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{border-radius: 10px;background-color: #58504a;}
::-webkit-scrollbar-button{height: 0px;background-color: #e6e6e6;}

.scroll{overflow: auto;}
.scroll::-webkit-scrollbar-button{display: none;}
.scroll::-webkit-scrollbar{width: 2px; height:2px;-webkit-overflow-scrolling : touch;background-color: #f5f5f5;}
.scroll::-webkit-scrollbar-track{background-color: #f5f5f5;}
.scroll::-webkit-scrollbar-thumb{border-radius: 2px;background-color: #c5c5c5;}
.scroll::-webkit-scrollbar-button{height: 0px;background-color: #f5f5f5;}

/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .3s;}
.imgbox img{ width:100%;height:100%;object-fit: cover;transition: all ease 0.3s;}

.ico{width:0.6rem;height:0.6rem;position: relative;margin:0 auto;}
.ico img{position: absolute;top:50%;left:50%;transform: scale(0) translate(-50%,-50%);transition: all .5s;max-height:0.6rem;max-width:0.6rem;transform-origin:top left;}
.ico .img1{transform: scale(1) translate(-50%,-50%);}
.item:hover .ico .img1{transform: scale(0) translate(-50%,-50%);}
.item:hover .ico .img2{transform: scale(1) translate(-50%,-50%);}





@media(max-width:1024px){
	body{font-size: 14px;}
}



/*pages end*/

.w1440{width:93.75%;max-width:14rem;margin:0 auto;}
.w1600{width:93.75%;max-width:16rem;margin:0 auto;}
.bold{font-family: Bold;}


.m-btn{display: none;cursor: pointer;padding:0.15rem 0.05rem;border-radius: 5px;z-index:999;margin-top:0.02rem;margin-left:0.2rem;}
.m-btn span{display: block;width:0.25rem;height:0.03rem;background:#092478;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.m-btn span::before, .m-btn span::after{content:'';display: block;height:0.03rem;width:0.25rem;background: #092478;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.m-btn span:before {top: -0.08rem;}
.m-btn span:after {bottom: -0.08rem;}
.m-btn.active span {background: transparent;}
.m-btn.active span:before {transform: rotate(-48deg) translate(-0.06rem, 0.05rem);-webkit-transform: rotate(-48deg) translate(-0.06rem, 0.05rem);-o-transform: rotate(-48deg) translate(-0.06rem, 0.05rem);width: 0.24rem;}
.m-btn.active span:after {transform: rotate(48deg) translate(-0.06rem, -0.05rem);-webkit-transform: rotate(48deg) translate(-0.06rem, -0.05rem);-o-transform: rotate(48deg) translate(-0.06rem, -0.05rem);width: 0.24rem;}


/* Top */
.Top{position: sticky;z-index:999;width:100%;top:0;left:0;transition: all .5s;line-height: 0.9rem;background: #fff}
.Top .inner{display: flex;justify-content: space-between;align-items: center;width: 95%;max-width: 16rem;margin: 0 auto}
.Top .Logo {display: flex;align-items: center;line-height: 1; width: 1.6rem;}
.Top .Logo a {display: block; padding-bottom: calc(56/160*100%); position: relative; overflow: hidden; width: 100%;}
.Top .Logo img{transition: all .5s; position: absolute; left:0; top:0; width: 100%; height: 100%; object-fit: contain;}
.Top .Logo img.img1{display: block;}
.Top .Logo img.img2{display: none;}
.Top .w1600{display: flex;justify-content: space-between;}
.Top .SearchBox{position: absolute;width:100%;box-sizing: border-box;top:100%;left:0;z-index:99;background: #333;padding:0.9rem 0.3rem;display: none;}
.Top .SearchBox .w1400{position: relative;}
/* .Top .SearchBox .close{width:0.25rem;height:0.25rem;background: url(../images/close.svg) no-repeat center center;background-size: contain;position: absolute;right:0rem;top:-0.6rem;cursor: pointer;} */
.Top .SearchBox .box{max-width:8rem;margin:0 auto;width:90%;}
.Top .SearchBox .box .SearchInupt{background: #fff;padding-right:0.7rem;position: relative;}
.Top .SearchBox .box .SearchInupt input{height:0.5rem;width:100%;;box-sizing: border-box;padding:0 0.2rem;display: block;}
.Top .SearchBox .box .SearchInupt button{width:0.7rem;height:100%;background: url(../images/search.png) no-repeat center center #08b1e0;position: absolute;right:0;top:0;background-size: 0.18rem;}
.Top .Search{display: flex;align-items: center;}
.Top .Search .SearchIco{width:0.18rem;cursor: pointer;}
.Top .Search .SearchIco img {display: block; width: 100%; height: auto;}
.Top .Search .SearchIco .img2{display: none;}
.Top .Search .hotline{display: flex;align-items: center;margin-right: .5rem}
.Top .Search .hotline span{display: flex;align-items: center;font-family: Barlow-Bold;font-size: .26rem;color:#092478; }
.Top .Search .hotline a {display: block;color:#092478; overflow: hidden; position: relative; padding-left: 0.34rem;background: url(../images/icon-tel2.svg)no-repeat left center;background-size: .22rem auto;}
@media only screen and (max-width:1024px) {
    .Top {line-height: normal; padding:0.15rem 0;}
}
@media only screen and (max-width:768px) {
    .Top .Search .hotline {margin-right: 0.2rem;}
    .Top .Search .hotline span {display: none;}
    .Top .Search .hotline a {width: 0.22rem; height: 0.22rem; padding-left: 0; background-size: contain;}

    .Top .SearchBox {padding: 0.3rem 0;}
}
.MainNav ul::after{content:'';display: block;clear: both;}
.MainNav ul li{margin:0 0.5rem;float:left;position: relative;}
.MainNav ul li em{text-transform: uppercase;position: relative;display: block;}
.MainNav ul li em::before,
.MainNav ul li em::after{content:'';display: block;position: absolute;bottom:0;}
.MainNav ul li em::before{height:0.04rem;border-radius: 0.04rem;background: #fff;position: absolute;left:0;opacity: 0;width: 0;transition: all .3s;}
.MainNav ul li em::after{width:0.05rem;height:0.04rem;border-radius: 0.04rem;background: #fff;right:0;width:0;opacity: 0;transition: all .3s .3s;display: none}
.MainNav ul li em a{color:#333;display: block;font-size: .18rem;}
.MainNav ul li .NavPull{width:auto; min-width: 1.5rem; background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);position: absolute;top:100%;left:50%;transform: translateX(-50%);line-height: 0.5rem;display: none;}
.MainNav ul li .NavPull dd a{display: block;text-align: center; white-space: nowrap; padding:0 1em;}
.MainNav ul li .NavPull dd a:hover{background: #092478;color:#fff;}
.MainNav ul li.onnav em::before{opacity: 1;width:100%;}
.MainNav ul li.onnav em::after{width:0.05rem;opacity: 1;}
.MainNav ul li:hover em::before{opacity: 1;}
.MainNav ul li:hover em::after{width:0.05rem;opacity: 1;}

.Top .MainNav ul li.onnav em a,
.Top .MainNav ul li:hover em a{color: #092478;}
.Top .MainNav ul li.onnav em::before,
.Top .MainNav ul li.onnav em::after{background: #092478;}

.Top.fix{background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);top: 0}
.Top.fix .Logo img{height:0.56rem;filter: none;}
.Top.fix .Logo img.img1{display: none;}
.Top.fix .Logo img.img2{display: inline-block;}
.Top.fix .Search .SearchIco img.img1{display: none;}
.Top.fix .Search .SearchIco img.img2{display: inline-block;}
.Top.fix .Search .hotline::before{filter: none;}
.Top.fix .Search .hotline span{color:#092478; }



.Top.fix .MainNav ul li em a{color:#333;}
.Top.fix .MainNav ul li em::before,
.Top.fix .MainNav ul li em::after{background: #092478;}
.Top.fix .m-btn span,
.Top.fix .m-btn span::before,
.Top.fix .m-btn span::after{background: #092478;}
.Top.fix .m-btn.active span {background: transparent;}


.Top.on{background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Top.on .Logo img{filter: none;}
.Top.on .Logo img.img1{display: none;}
.Top.on .Logo img.img2{display: inline-block;}
.Top.on .Search .SearchIco img.img1{display: none;}
.Top.on .Search .SearchIco img.img2{display: inline-block;}
.Top.on .Search .hotline::before{filter: none;}
.Top.on .Search .hotline span{color:#092478; }
.Top.on .MainNav ul li em a{color:#333;}
.Top.on .MainNav ul li em::before,
.Top.on .MainNav ul li em::after{background: #092478;}
.Top.on .m-btn span,
.Top.on .m-btn span::before,
.Top.on .m-btn span::after{background: #092478;}
.Top.on .m-btn.active span {background: transparent;}


@media(max-width:1024px){
	.m-btn{display: block;}
	.MainNav{position: absolute;right:0;top:100%;height:calc(100vh - 0.74rem); width:5rem; max-width: 90%; background: #fff;opacity: 0;visibility: hidden;overflow: hidden;transition: all .5s; transform: translateX(100%);}
	.MainNav ul{box-sizing: border-box;padding:0.2rem;max-height:100%;overflow: auto;}
	.MainNav ul li{width:100%;margin:0;line-height: 0.5rem;}
	.MainNav ul li em::before,.MainNav ul li em::after{display: none;}
	.MainNav ul li em{border-bottom:1px dashed rgba(0,0,0,0.1);padding-right:0.5rem;padding-left:0.05rem;}
	.MainNav ul li em a{color:#333;}
	.MainNav ul li em b{display: block;width:0.5rem;height:100%;background: url(../images/navmore.svg) no-repeat center center;background-size: 0.2rem;position: absolute;right:0;top:0;transition: all .5s;}
	.MainNav ul li em b.on{transform: rotate(90deg);}
	.MainNav ul li .NavPull{ min-width: 0; width:100%;position: static;transform: translateX(0);background: #f7f8f9; box-shadow: none; padding:0.25em 0 0.25em 2em;}
	.MainNav ul li .NavPull dd{line-height: 0.45rem;}
    .MainNav ul li .NavPull dd a {white-space: normal; text-align: left; padding:0.25em 0;}
	.MainNav.show{ opacity: 1;visibility: visible; transform: translateX(0);}
}



/* Bottom */
.Bottom{background: #000000;padding:1rem 0;color:#fff;}
.Bottom .BottomLeft .logo img{height:0.28rem;}
.Bottom .BottomLeft ul{display: flex;flex-wrap: wrap;margin-top:0.5rem;}
.Bottom .BottomLeft ul li{padding-left:0.3rem;margin-right:0.45rem;}
.Bottom .BottomLeft ul li .name{position: relative;margin-bottom:0.05rem;}
.Bottom .BottomLeft ul li .name span{opacity: 0.8;}
.Bottom .BottomLeft ul li .name img{position: absolute;left:-0.3rem;top:50%;transform: translateY(-50%);width:0.2rem;}
.Bottom .BottomLeft ul li .text{font-size: 0.2rem;}

.Bottom .BottomRight{text-align: right;}
.Bottom .BottomRight .Copyright{margin-bottom:0.35rem;}
.Bottom .BottomRight .enjoy .name{margin-bottom:0.18rem;}
.Bottom .BottomRight .enjoy ul{display: flex;justify-content: flex-end;}
.Bottom .BottomRight .enjoy ul li{position: relative;margin-left:0.2rem;}
.Bottom .BottomRight .enjoy ul li .icon{width:0.48rem;height:0.48rem;line-height: 0.48rem;border-radius: 50%;background: rgba(255,255,255,0.1);text-align: center;display: flex;align-items: center;justify-content: center;}
.Bottom .BottomRight .enjoy ul li .icon img{max-height:0.22rem;max-width:0.23rem;opacity: 0.6;}
.Bottom .BottomRight .enjoy ul li .tcBox{position: absolute;padding:0.05rem;border-radius: 0.05rem;background: #fff;width:1.2rem;bottom:110%;left:50%;transform: translateX(-50%);display: none;}
.Bottom .BottomRight .enjoy ul li .tcBox::before{content:'';display: block;border-top:0.05rem solid #fff;border-left:0.05rem solid transparent;border-right:0.05rem solid transparent;border-bottom:0.05rem solid transparent;position: absolute;top:100%;left:50%;transform: translateX(-50%);}
.Bottom .BottomRight .enjoy ul li:hover .tcBox{display: block;}
.Bottom .BottomRight .enjoy ul li:hover .icon{background: #08b1e0;}
.Bottom .BottomRight .enjoy ul li:hover .icon img{opacity: 1;}

@media(max-width:1024px){
	.Bottom{padding:0.6rem 0;}
	.Bottom .BottomLeft .logo img{height:0.24rem;}
}


@media(max-width:768px){
	.Bottom .BottomLeft{width:100%;text-align: center;}
	.Bottom .BottomRight{width:100%;text-align: center;margin-top:0.3rem;padding-top:0.3rem;border-top:1px solid rgba(255,255,255,0.2)}
	.Bottom .BottomRight .enjoy ul{justify-content: center;}
	.Bottom .BottomRight .enjoy ul li{margin:0 0.1rem;}
	.Bottom .BottomRight .Copyright{margin-bottom:0.2rem;}
	.Bottom .BottomLeft ul{justify-content: center;}
	.Bottom .BottomLeft ul li{text-align: left;margin:0 5%;}
}

@media(max-width:640px){
	.Bottom .BottomLeft ul{justify-content: center;}
	.Bottom .BottomLeft ul li{text-align: center;}
	.Bottom .BottomLeft ul li:not(:last-child){margin-bottom:0.18rem;}
	.Bottom .BottomRight .Copyright{font-size: 0.16rem;}
	.Bottom .BottomRight .enjoy .name{font-size: 0.16rem;text-align: center;}
	.Bottom .BottomLeft ul li .name{display: flex;align-items: center;justify-content: center;}
	.Bottom .BottomLeft ul li .name img{position: static;transform: translateY(0);margin-right:0.1rem;}
}

.slick-arrow{width:0.6rem;height:0.6rem;border-radius: 50%;border:1px solid #000;position: absolute;font-size: 0;color:transparent;background-color: transparent;z-index:99;}
.slick-arrow::after{content:'';display: block;width:0.1rem;height:0.1rem;border:0.02rem solid #000;border-right:none;border-bottom:none;position: absolute;left:55%;top:50%;transform: translate(-50%,-50%) rotate(-45deg);}
.slick-arrow.slick-next::after{transform: translate(-50%,-50%) rotate(135deg);left:45%;}
.slick-arrow:hover{background: #08b1e0;border:1px solid #08b1e0}
.slick-arrow:hover::after{border-top:0.02rem solid #fff;border-left:0.02rem solid #fff;}

@media(max-width:1024px){
	.slick-arrow{width:0.45rem;height:0.45rem;}
}
