﻿@charset "utf-8";
html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;}
html{font-size:5.2083334vw}

@media (min-width:1921px) {
	html {
	font-size:100px;
	}
}
@media (min-width:769px) and (max-width:1024px) {
	html{font-size: calc((100 / 1200) * 100vw);} 
}
@media (max-width:768px) {
	html{font-size: calc((100 / 992) * 100vw);} 
}
@media (max-width:480px){
    html{font-size:calc(100 / 500 * 100vw);}
}

@font-face{
	font-family:Montserrat-Regular;
	src:url(../fonts/Montserrat-Regular.ttf)
}

@font-face{
	font-family:Montserrat-Medium;
	src:url(../fonts/Montserrat-Medium.ttf)
}

@font-face{
	font-family:Montserrat-Bold;
	src:url(../fonts/Montserrat-Bold.ttf)
}

*{margin:0;padding:0;box-sizing: border-box;}
body{ font-family:Montserrat-Regular,sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:0.16rem; color:#000; width:100%;  zoom:1;line-height: 1.68;}
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:14px; border-radius:0; -webkit-border-radius:0; color:#000;font-family:Montserrat-Regular,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:#000; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#16ccbb;}
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-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

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;}

.ico{position: relative;margin:0 auto;}
.ico img{position: absolute;top:50%;left:50%;transform: scale(0) translate(-50%,-50%);transition: all .5s;max-height:100%;max-width:100%;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%);}

/*pages*/
.Pages{padding-top:0.6rem;text-align: center;}
.Pages a{display: inline-block;width:0.48rem;height: 0.48rem;border:1px solid #e6e6e6;margin:0 0.05rem;line-height: 0.48rem;color:#666;overflow: hidden;}
.Pages .p_cur, .Pages .p_count, .Pages .p_total, .Pages .p_jump,.Pages .a_first,.Pages .a_end{display: none;}
.Pages .a_prev,.Pages .a_next,.Pages .a_first,.Pages .a_end{color:transparent;font-size: 12px;position: relative;}
.Pages .a_next::after,
.Pages .a_prev::after,
.Pages .a_first::after,
.Pages .a_end::after{content:'';display: block;width:100%;height:100%;position: absolute;top:0;left:0;background-position: center;background-repeat: no-repeat;}
.Pages .a_first::after{background-image: url(../images/page_first.png);}
.Pages .a_end::after{background-image: url(../images/page_end.png);}
.Pages .a_prev::after{background-image: url(../images/page_prev.png);}
.Pages .a_next::after{background-image: url(../images/page_next.png);}
.Pages .a_cur{background: #da251d;color:#fff;border:1px solid #da251d;}
.Pages a:hover{background: #da251d;color:#fff;border:1px solid #da251d;}

.Pages .a_first:hover::after{background-image: url(../images/page_firstc.png);}
.Pages .a_end:hover::after{background-image: url(../images/page_endc.png);}
.Pages .a_prev:hover::after{background-image: url(../images/page_prevc.png);}
.Pages .a_next:hover::after{background-image: url(../images/page_nextc.png);}


@media(max-width:640px){
	.Pages a{margin:0 2px;}
	.Pages{padding-top:20px;}
}

/*pages end*/

.f18{font-size: 0.18rem;}
.f20{font-size: 0.2rem;}
.f22{font-size: 0.22rem;}
.f24{font-size: 0.24rem;}
.f25{font-size: 0.25rem;}
.f26{font-size: 0.26rem;}
.f28{font-size: 0.28rem;}
.f30{font-size: 0.3rem;}
.f32{font-size: 0.32rem;}
.f36{font-size: 0.36rem;}
.f38{font-size: 0.38rem;}
.f40{font-size: 0.40rem;}
.f42{font-size: 0.42rem;}
.f48{font-size: 0.48rem;}

.light{font-weight: lighter;}
.bold{font-family:Montserrat-Bold;}
.Medium{font-family:Montserrat-Medium;}

.w1600{width:87.6%;max-width:1680px;margin:0 auto;}

@media(max-width:1024px){
	.f48{font-size: 0.36rem;}

}


.m-btn{display: block;cursor: pointer;padding:0.15rem 0.05rem;border-radius: 5px;z-index:999;}
.m-btn span{display: block;width:20px;height:2px;background:#fff;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:2px;width:25px;background: #fff;position: absolute;right: 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: -8px;}
.m-btn span:after {bottom: -8px;}
.m-btn.active span {background: transparent;}
.m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}


@media(max-width:1024px){}


@media(max-width:640px){}


/* Top */
.Top .Header{line-height: 1rem;border-bottom:1px solid rgba(255,255,255,0.3);position: fixed;z-index:9999;width:100%;left:0;top:0;transition: all .5s;}
.Top .Header .w1600{display: flex;align-items: center; justify-content: space-between;}
.Top .Logo img{height:0.34rem;}
.Top .Logo .img1{display: none;}
.Top .Other{display: flex;align-items: center; height:1rem;}
.Top .Other .top_share ul{display: flex;align-items: center;margin-right:0.4rem;}
.Top .Other .top_share ul li{margin-right:0.4rem;}
.Top .Other .top_share ul .icon img{max-height:0.24rem;filter: brightness(0) invert(1);opacity: 0.6;transition: all .5s;}
.Top .Other .top_share ul li:hover .icon img{opacity: 1;}
.Top .Other .brand {font-size:18px; line-height:1.25em; margin-right:0.5rem;}
.Top .Other .brand img{height: 0.75em;margin-left: 0.625em;}
.Top .Other .brand a {display:flex; align-items:center;}
.Top:not(.fix) .Other .brand img {filter:brightness(0) invert(1);}
.Top:not(.fix) .Other .brand a {color:#fff;}

@media only screen and (max-width:768px){
	.Top .Other .brand {display:none;}
}

.MainNav{position: fixed;z-index:998;width:100%;height:100vh;background: rgba(0,0,0,0.4);opacity: 0;visibility: hidden;z-index:-1;transition: all .5s;}
.MainNav .MainNavBox{width:3.6rem;height:calc(100vh - 1rem);background: #fff;margin-top:1rem;transition: all .5s;overflow: hidden;width:0;transition: all .5s;}
.MainNav .MainNavBox ul{padding:0.4rem;width:100%;max-height:100%;overflow: auto;font-size: 0.2rem;min-width:2.4rem;}
.MainNav .MainNavBox ul li em{display: block;line-height: 0.8rem;position: relative;padding-right:0.3rem;}
.MainNav .MainNavBox ul li{border-bottom:1px solid #eee;}
.MainNav .MainNavBox ul li em b{width:0.16rem;height:0.16rem;position: absolute;right:0;top:50%;transform: translateY(-50%);cursor: pointer;}
.MainNav .MainNavBox ul li em b::before,
.MainNav .MainNavBox ul li em b::after{content:'';display: block;width:100%;height:2px;background: #000;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
.MainNav .MainNavBox ul li em b::after{width:2px;height:100%;}
.MainNav .MainNavBox ul li em b.on::after{opacity: 0;}
.MainNav .MainNavBox ul li .NavPull{margin-bottom:0.2rem;line-height: 0.5rem;font-size: 0.18rem;opacity: 0.6;display: none;}

.MainNav.show{opacity: 1;visibility: visible;z-index:998;}
.MainNav.show .MainNavBox{width:3.6rem;}

.Top.on .Header{background: #fff;border-bottom:1px solid #eee;}
.Top.on .Logo .img2{display: none;}
.Top.on .Logo .img1{display: inline-block;}
.Top.on .m-btn span,.Top.on .m-btn span::before,.Top.on .m-btn span::after{background: #000;}
.Top.on .m-btn.active span {background: transparent;}
.Top.on .Other .top_share ul .icon img{filter: brightness(0) invert(0);opacity: 1;}

.Top.fix .Header{background: #fff;line-height: 0.7rem;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Top.fix .Logo .img2{display: none;}
.Top.fix .Logo .img1{display: inline-block;}
.Top.fix .m-btn span,.Top.fix .m-btn span::before,.Top.fix .m-btn span::after{background: #000;}
.Top.fix .m-btn.active span {background: transparent;}
.Top.fix .Other .top_share ul .icon img{filter: brightness(0) invert(0);opacity: 1;}
.Top.fix .MainNav .MainNavBox{height:calc(100vh - 0.7rem);margin-top:0.7rem;}


@media(max-width:1024px){
	.Top .Header{line-height: 0.7rem;}
	.Top .MainNav .MainNavBox{height:calc(100vh - 0.7rem);margin-top:0.7rem;}
}

@media(max-width:640px){
	.Top .Other .top_share{display: none;}
	.Top .Other{height:0.7rem;}
}












/* Bottom */
.Bottom{background: url(../images/footbg.jpg) no-repeat center center;background-size: cover;padding:0.9rem 0 0.6rem 0;}
.Bottom .BottomTop{display: flex;justify-content: space-between;flex-wrap: wrap;}
.Bottom .BottomTop .logo img{height:0.34rem;}
.Bottom .BottomTop .nav ul{padding-right: .2rem;}
.Bottom .BottomTop .nav ul li{display: inline-block;margin:0 0.2rem;}
.Bottom .BottomTop .nav ul li:first-child{ margin-left: 0;}
.Bottom .BottomTop .nav ul li a{color:#fff;}
.Bottom .BottomTop .nav ul li a:hover{color:#2ed9c3;}

.Bottom .BottomTop .text a{display: flex;align-items: center;color:#fff;}
.Bottom .BottomTop .text img{height:0.16rem;display: inline-block;margin-left:0.1rem;}

.Bottom .BottomBox{padding:0.5rem 0 0.7rem 0;border-top:1px solid rgba(255,255,255,0.1);margin-top:0.4rem;display: flex;justify-content: space-between;flex-wrap: wrap;}
.Bottom .BottomBox .share .name{color:#fff;opacity: 0.6;margin-bottom:0.05rem;}
.Bottom .BottomBox .share ul{display: flex;}
.Bottom .BottomBox .share ul li:not(:last-child){margin-right:0.25rem;}
.Bottom .BottomBox .share ul li .icon img{max-height:0.2rem;filter: brightness(0) invert(1);opacity: 0.6;transition: all .5s;}
.Bottom .BottomBox .share ul li:hover .icon img{opacity: 1;}


.Bottom .BottomBox .con{color:#fff;opacity: 0.6;padding-right: .65rem;}
.Bottom .BottomBox .bottom_img ul{display: flex;flex-wrap: wrap;}
.Bottom .BottomBox .bottom_img ul li:not(:first-child){margin-left:0.5rem;}
.Bottom .BottomBox .bottom_img ul li img{height:0.4rem;}
/* .Bottom .BottomBox .bottom_img ul li:hover{filter: brightness(0) invert(1);} */

.Bottom .Copyright{}
.Bottom .Copyright .link ul{display: flex;flex-wrap: wrap;align-items: center;}
.Bottom .Copyright .link ul li{display: flex;align-items: center;color:#fff;opacity: 0.6;}
.Bottom .Copyright .link ul li a{color:#fff;}
.Bottom .Copyright .link ul li i{display: block;margin:0 0.15rem;}
.Bottom .Copyright .link ul li:last-child i{display: none;}
.Bottom .Copyright .txt{color:#fff;opacity: 0.6;}

@media(max-width:1024px){
	.Bottom{padding:0.6rem 0 0.4rem 0;}
	.Bottom .BottomTop .nav{display: none;}
	.Bottom .BottomBox .con{padding-right: 0;}
}

@media(max-width:768px){
	.Bottom .BottomBox{padding:0.4rem 0;display: block;text-align: center;}
	.Bottom .BottomBox .share ul{justify-content: center;}
	.Bottom .BottomBox .con{margin:0.25rem 0;}
	.Bottom .BottomBox .bottom_img ul{width:100%;justify-content: center;}
}


@media(max-width:640px){
	.Bottom .BottomTop{justify-content: center;}
	.Bottom .BottomTop .text{margin-top:0.15rem;}
	.Bottom .Copyright .link{width:100%;}
	.Bottom .Copyright .link ul{justify-content: center;}
	.Bottom .Copyright .txt{width:100%;text-align: center;margin-top:0.05rem;}
}


.swiper_button{width:0.6rem !important;height:0.6rem !important;border-radius: 50%;border:2px solid #e1e5ea;}
.swiper_button::after{font-size: 0.18rem !important;color:#e1e5ea !important;font-weight: bold;}
.swiper_button:hover{background: #2ed9c3;border:1px solid #2ed9c3;}
.swiper_button:hover::after{color:#fff !important;}

.swiper_button_white{width:0.6rem !important;height:0.6rem !important;border-radius: 50%;border:2px solid #fff;}
.swiper_button_white::after{font-size: 0.18rem !important;color:#fff !important;font-weight: bold;}
.swiper_button_white:hover{background: #2ed9c3;border:1px solid #2ed9c3;}
.swiper_button_white:hover::after{color:#fff !important;}

@media(max-width:1024px){
	.swiper_button{width:0.4rem !important;height:0.4rem !important;}
	.swiper_button_white{width:0.4rem !important;height:0.4rem !important;}
	.swiper_button::after{font-size: 0.14rem !important;}
	.swiper_button_white::after{font-size: 0.14rem !important;}
}

.Cookies{position: fixed;z-index:9999;width:100%;height:100%;background: rgba(0,0,0,0.5);top:0;left:0;display: flex;align-items: flex-end; justify-content: center;}
.Cookies .w1600{  max-width: 100%; width: 100%; background: #fff; }
.Cookies .CookiesBox{ max-width: 1680px; width: 87.6%; margin: 0 auto; padding: .2rem 0;}
.Cookies .CookiesBox .con{color:#666;margin:0.1rem 0; line-height: 1.4;}
.Cookies .CookiesBox .btn a{display: inline-block;min-width:1.7rem;line-height: 0.4rem;border-radius: 0.5rem;background: #16ccbb;color:#fff;text-align: center;padding:0 0.15rem;font-size: 0.14rem;margin-right:0.2rem;margin-top:0.1rem;}
.Cookies .CookiesBox .btn a.a1{background: #fff;color:#000;border:1px solid #eee;}
.Cookies .CookiesBox .btn a.a2{ background-color: #000; color: #fff; }
.Cookies .CookiesBox .btn a:hover{background: #0f2778;color:#fff;}
.Cookies .CookiesBox .btn a.a1:hover{background: #0f2778;color:#fff;}

@media(max-width:1024px){
	.Cookies .CookiesBox{padding:0.4rem;}
	.Cookies .CookiesBox .btn a{line-height: 0.4rem;margin-right:0.05rem;min-width:1.5rem;}
}

.FloatBox{position: fixed;z-index:999;right:0;top:50%;transform: translateY(-50%);}
.FloatBox ul li{position: relative;width:0.6rem;height:0.6rem;}
.FloatBox .icon{width:0.6rem;height:0.6rem;background: #2ed9c3;display: flex;align-items: center;justify-content: center;position: relative;}
.FloatBox .box{position: absolute;right:0;top:0;height:100%;background: #2ed9c3;white-space: nowrap;display: flex;align-items: center;color:#fff;}
.FloatBox .box .text{width:0;}
.FloatBox li:hover .box .text{width:auto;padding-right:0.3rem;}
.FloatBox .icon::after{content:'';display: block;width:60%;height:1px;background: #fff;opacity: 0.2;position: absolute;bottom:0;left:50%;transform: translateX(-50%);}
.FloatBox .icon img{max-height:0.25rem;}

@media(max-width:640px){
	.FloatBox ul li{width:0.42rem;height:0.42rem;}
	.FloatBox .icon{width:0.42rem;height:0.42rem;}
}


/* 弹框 */
.pop-up{ position:fixed; width:100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.5); z-index:10000; display:none;}
.pop-up .center{ height:100%; display: flex; align-items: center; justify-content: center;}
.pop-up .info-color{ background:#fff; width:10rem; max-width:96%; margin:0 auto; padding:.8rem; position: relative;}
.pop-up .close{ position:absolute; right:.1rem; top:.1rem; width:.4rem; height:.4rem; background-image:url(../images/close_black.svg); background-repeat:no-repeat; background-position:center; background-size:.2rem; cursor:pointer; z-index:10;}
@media (max-width:640px) {
.pop-up .info-color{ padding:.3rem;}
.pop-up .close{ top:0; right:0;}
}

.Online-up .info-color{ width: 6.4rem; padding: .5rem; }
.Online-up li{ margin-bottom: .2rem;}
.Online-up .text,
.Online-up select{ width: 100%; line-height: .5rem; height: .5rem; padding: 0 .1rem; border: 1px solid #eee; color: #666;}
.Online-up .text::placeholder{ color: #666;}
.Online-up textarea.text{ height: 1.5rem; resize: none;}
.Online-up .btn_submit{ width: 100%; line-height: .5rem; height: .5rem; border: none; background-color: #000; color: #fff; cursor: pointer; }
.Online-up .btn_submit:hover{ background-color: #001a70; }
