﻿@charset "utf-8";
html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;}
html{font-size:5.2083334vw}
/* @media (max-width:1660px) {
    html{font-size:6vw}
} */
@media (max-width:1024px) {
    html{font-size:9.765625vw}
}
@media (max-width:480px) {
    html{font-size:14vw}
}
*{margin:0;padding:0;box-sizing: border-box;}
body{ font-family:sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:0.16rem; color:#333; 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:#333;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:#222d7d;}
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{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%);}

/*pages*/
.Pages{padding-top:0.6rem;text-align: center;}
.Pages a{display: inline-block;width:0.58rem;height: 0.58rem;border:1px solid #e6e6e6;margin:0 0.05rem;line-height: 0.58rem;color:#666;overflow: hidden;border-radius: 50%;}
.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{color:transparent !important;font-size: 12px;position: relative;}
.Pages .a_prev::after,
.Pages .a_next::after{content:'';display: block;width:100%;height:100%;position: absolute;top:0;left:0;background-position: center;background-repeat: no-repeat;}

.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: #222d7d;color:#fff;border:1px solid #222d7d;}
.Pages a:hover{background: #222d7d;color:#fff;border:1px solid #222d7d;}
.Pages :hover{color:#222d7d;}
.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:1024px){
	body{font-size: 14px;}
	.Pages a{width:36px;height:36px;line-height: 36px;}
}


@media(max-width:640px){
	.Pages a{margin:0 2px;}
	.Pages{padding-top:20px;}
	.Pages a{width:30px;height:30px;line-height: 30px;}
}

/*pages end*/


.w1600{width:95%;max-width:16rem;margin:0 auto;}


.m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:13px;margin-left:10px;}
.m-btn span{display: block;width:25px;height:3px;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:3px;width:25px;background: #fff;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: -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;}

.Top{line-height: 1.24rem;position: fixed;z-index:9999;width:100%;top:0;left:0;transition: all .5s;}
.Top .Logo img{max-height:0.72rem;transition: all .5s;}
.Top .Logo .img2{display: none;}
.Top .searchIco{cursor: pointer;width:0.2rem;}
.Top .searchIco img{width:100%;}
.Top .searchIco .img2{display: none;}

.Top .Lan{cursor: pointer;margin:0 0.45rem;position: relative;}
.Top .Lan::before{content:"";display: block;width:1px;height:0.2rem;background: #fff;opacity: 0.4;position: absolute;left:-0.45rem;top:50%;transform: translateY(-50%);}
.Top .Lan .name{display: flex;align-items: center;}
.Top .Lan .name .icon{width:0.2rem;}
.Top .Lan .name .icon img{width:100%;}
.Top .Lan .name .icon .img2{display: none;}
.Top .Lan .name span{color:#fff;display: inline-block;margin:0 0.15rem;}
.Top .Lan .name i{display: inline-block;width:0.1rem;height:0.1rem;background: url(../images/arr_jtw.svg) no-repeat center center;background-size: contain;}
.Top .Lan ul{width:100%;border-radius: 0.05rem;background: #fff;position: absolute;top:100%;left:0;text-align: center;line-height: 0.4rem;display: none;overflow: hidden;}
.Top .Lan ul li a{display: block;}
.Top .Lan ul li:hover{background: #222d7d;}
.Top .Lan ul li:hover a{color:#fff;}
.Top .Lan:hover ul{display: block;}

.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 .w1600{position: relative;}
.Top .SearchBox .close{width:0.3rem;height:0.3rem;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:1rem;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_w.svg) no-repeat center center #fba627;position: absolute;right:0;top:0;background-size: 0.2rem;}

.MainNav ul::after{content:'';display: block;clear: both;}
.MainNav ul li{float:left;margin-right:0.6rem;position: relative;}
.MainNav ul li em{display: block;position: relative;}
.MainNav ul li em::before{content:"";display: block;width:100%;height:0.03rem;background: #fba627;position: absolute;top:0.9rem;left:0;transition: all .3s;transform: rotateY(90deg);}
.MainNav ul li em a{font-size: 0.18rem;color:#fff;}
.MainNav ul li .NavPull{width:1.8rem;position: absolute;top:0.93rem;left:50%;transform: translateX(-50%);text-align: center;line-height: 0.42rem;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);display: none;}
.MainNav ul li .NavPull dl{padding:0.1rem;}
.MainNav ul li .NavPull dl dd a{display: block;}
.MainNav ul li .NavPull dl dd a:hover{background: #222d7d;color:#fff;}
.MainNav ul li.onnav em::before{transform: rotateY(0);}
.MainNav ul li:hover em::before{transform: rotateY(0);}
.MainNav ul li.onnav em a{color:#fba627;}

.Top.on{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Top.on .Logo .img1{display: none;}
.Top.on .Logo .img2{display: inline-block;}
.Top.on .searchIco .img2{display: inline-block;}
.Top.on .searchIco .img1{display: none;}
.Top.on .Lan .name .icon .img2{display: inline-block;}
.Top.on .Lan .name .icon .img1{display: none;}
.Top.on .Lan .name span{color:#666;}
.Top.on .Lan .name i{background-image: url(../images/arr_jt.svg);}
.Top.on .MainNav ul li em a{color:#333;}
.Top.on .MainNav ul li.onnav em a{color:#fba627;}
.Top.on .Lan::before{background: #999;}
.Top.on .m-btn span,.Top.on .m-btn span::before,.Top.on .m-btn span::after{background: #222d7d;}
.Top.on .m-btn.active span{background: transparent;}

.Top.fix{line-height: 0.8rem;}
.Top.fix .Logo img{max-height:0.5rem;}
.Top.fix .MainNav ul li em::before{top:auto;bottom:0;}
.Top.fix .MainNav ul li .NavPull{top:100%;}

@media(max-width:1024px){
	body{font-size: 14px;}
	.Top{line-height: 60px;}
	.Top.fix{line-height: 60px;}
	.Top .Logo img{max-height:35px;}
	.Top.fix .Logo img{max-height:35px;}
	.m-btn{display: block;}
	.Top .searchIco{width:16px;}
	.Top .Lan .name .icon{width:16px;}
	.Top .Lan .name span{margin:0 8px;}
	.Top .Lan .name i{width:10px;height:10px;}
	.Top .Lan::before{height:14px;left:-20px;display: none;}
	.Top .Lan{margin:0 20px;}
	.Top .Lan ul{line-height: 30px;}
	.MainNav{width:240px;height:calc(100vh - 60px);background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);position: absolute;right:0;top:100%;width:0;opacity: 0;visibility: hidden;transition: all .5s;}
	.MainNav ul li em a{color:#333;font-size: 15px;}
	.MainNav ul{padding:20px;width:240px;box-sizing: border-box;max-height:100%;overflow: auto;}
	.MainNav ul li{width:100%;margin-right:0;box-sizing: border-box;line-height: 40px;padding:0 0 0 10px;}
	.MainNav ul li em{padding-right:40px;}
	.MainNav ul li em b{display: block;width:40px;height:100%;background: url(../images/navmore.svg) no-repeat center center;background-size: 15px;position: absolute;right:0;top:0;transition: all .5s;}
	.MainNav ul li em b.on{transform: rotate(90deg);}
	.MainNav ul li .NavPull{position: static;transform: translateX(0);line-height: 32px;font-size: 14px;background: #f7f8f9;box-shadow: 0 0 0 0 rgba(0,0,0,0);width:100%;}
	.MainNav.show{width:240px;opacity: 1;visibility: visible;}
	.MainNav ul li em::before{display: none;}
}

.Bottom{background: #2b303d;}
.Bottom .BottomBox{padding-top:1rem;display: flex;justify-content: space-between;}
.Bottom .BottomBox .BottomCon{width:16.875%;color:#fff;}
.Bottom .BottomBox .BottomCon .logo img{max-height:0.72rem;}
.Bottom .BottomBox .BottomCon .con{margin-top:0.6rem;font-weight: lighter;}
.Bottom .BottomBox .BottomCon .con .tit{}
.Bottom .BottomBox .BottomCon .con dl dd{padding-left:0.27rem;position: relative;margin-top:0.1rem;line-height: 1.5;}
.Bottom .BottomBox .BottomCon .con dl dd .icon{position: absolute;left:0;top:0;}
.Bottom .BottomBox .BottomCon .con dl dd .icon img{max-width:0.14rem;max-height:0.14rem;}
.Bottom .BottomBox .BottomCon .con dl dd .text{opacity: 0.5;}
.Bottom .BottomBox .BottomCon .con dl dd.tel .text{font-size: 0.24rem;font-weight: bold;}
.Bottom .BottomBox .BottomCon .con dl dd.tel .icon{top:50%;transform: translateY(-50%);}

.Bottom .BottomBox .BottomNav{width:58.75%;display: flex;justify-content: space-between;}
.Bottom .BottomBox .BottomNav dl dt{margin-bottom:0.15rem;}
.Bottom .BottomBox .BottomNav dl dt a{color:#fff;font-size: 0.18rem;}
.Bottom .BottomBox .BottomNav dl dd{}
.Bottom .BottomBox .BottomNav dl dd a{display: block;color:#fff;line-height: 2.25;opacity: 0.6;font-weight: lighter;}
.Bottom .BottomBox .BottomNav dl dd a:hover{opacity: 1;}

.Bottom .BottomBox .BottomEwa{max-width:1.3rem;text-align: center;}
.Bottom .BottomBox .BottomEwa .img{border-radius: 0.08rem;overflow: hidden;}
.Bottom .BottomBox .BottomEwa .name{font-weight: lighter;color:#fff;margin-top:0.1rem;text-align: center;}

.Bottom .BottomEnjoy{margin:0.1rem 0 0.2rem 0;text-align: right;}
.Bottom .BottomEnjoy ul li{display: inline-block;margin-left:0.15rem;position: relative;}
.Bottom .BottomEnjoy ul li .icon{width:0.4rem;height:0.4rem;border-radius: 50%;background: rgba(255,255,255,0.1);line-height: 0.4rem;text-align: center;display: flex;align-items: center;justify-content: center;}
.Bottom .BottomEnjoy ul li .icon img{max-width:0.22rem;opacity: 0.6;}
.Bottom .BottomEnjoy ul li:hover .icon img{opacity: 1;}
.Bottom .BottomEnjoy ul li .tcbox{position: absolute;bottom:120%;left:50%;transform: translateX(-50%);padding:2px;border-radius: 0.08rem;background: #fff;width:1.2rem;display: none;}
.Bottom .BottomEnjoy ul li:hover .tcbox{display: block;}

.Bottom .CopyRight{padding:0.3rem 0;border-top:1px solid rgba(255,255,255,0.1);color:#fff;opacity: 0.4;font-weight: lighter;font-size: 0.14rem;}
.Bottom .CopyRight a{color:#fff;}
.Bottom .CopyRight a:hover{color:#222d7d;text-shadow: 0 1px 1px #fff;}

@media(max-width:1024px){
	.Bottom .BottomBox{padding-top:30px;}
	.Bottom .BottomBox .BottomCon .logo img{max-height:40px;}
	.Bottom .BottomBox .BottomNav{display: none;}
	.Bottom .BottomBox .BottomCon{width:50%;}
	.Bottom .BottomBox .BottomCon .con{margin-top:30px;}
	.Bottom .BottomBox .BottomCon .con dl dd.tel .text{font-size: 20px;}
	.Bottom .BottomBox .BottomCon .con dl dd{margin-top:5px;}
	.Bottom .BottomBox .BottomEwa{max-width:100px;}
	.Bottom .BottomEnjoy ul li{margin-left:10px;}
	.Bottom .BottomEnjoy ul li .icon{width:30px;height:30px;line-height: 30px;}
	.Bottom .BottomEnjoy ul li .icon img{max-width:15px;max-height:15px;}
	.Bottom .BottomEnjoy ul li .tcbox{width:90px;}
	.Bottom .CopyRight{padding:15px 0;font-size: 13px;}
	.Bottom .BottomBox .BottomCon .con dl dd .icon img{max-width:12px;max-height:12px;}
	.Bottom .BottomBox .BottomCon .con dl dd{padding-left:20px;}
}

@media(max-width:640px){
	.Bottom .CopyRight .other_links{width:100%;text-align: center;margin-bottom:3px;}
	.Bottom .CopyRight .text{text-align: center;}
	.Bottom .CopyRight{padding:10px 0;}
	.Bottom .BottomBox .BottomCon{width:70%;margin-right:20px;}
	.Bottom .BottomEnjoy{text-align: center;margin:20px 0;}
	.Bottom .BottomEnjoy ul li{margin:0 5px;}
}

.FloatBox{position: fixed;z-index:999;right:0.1rem;top:50%;transform: translateY(-50%);}
.FloatBox li{margin-bottom:0.05rem;position: relative;}
.FloatBox li>a{width:0.7rem;height:0.7rem;display: flex;flex-direction: column;align-items: center;justify-content: center;border-radius: 0.04rem;background: #222d7d;font-weight: lighter;color:#fff;font-size: 0.14rem;}
.FloatBox li .icon{width:0.25rem;height:0.25rem;display: flex;align-items: center;justify-content: center;margin-bottom:0.05rem;}
.FloatBox li:hover>a{background: #fba627;}
.FloatBox li .tcbox{min-height:100%;min-width:1.2rem;right:105%;border-radius: 0.04rem;background: #fba627;position: absolute;color:#fff;text-align: center;top:0;padding:0 0.3rem;display: flex;align-items: center;flex-direction: column;white-space: nowrap;justify-content: center;padding:0 0.3rem;display: none;}
.FloatBox li:hover .tcbox{display: flex;}
.FloatBox li.gotop{opacity: 0;visibility: hidden;transition: all .5s;}
.FloatBox li.gotop a{background: #fba627;}
.FloatBox li.gotop.on{opacity: 1;visibility: visible;}

@media(max-width:1024px){
	.FloatBox li>a{width:50px;height:50px;font-size: 10px;}
	.FloatBox li .icon{width:14px;height:14px;}
}

@media(max-width:640px){
	.Bottom{padding-bottom:60px;}
	.FloatBox{transform: translateY(0);top:auto;bottom:0;right:0;width:100%;}
	.FloatBox ul{display: flex;width:100%;}
	.FloatBox li{width:25%;margin-bottom:0;}
	.FloatBox li>a{width:100%;height:50px;font-size: 12px;padding:5px 0;box-sizing: content-box;border-radius: 0;}
	.FloatBox li .icon{width:18px;height:18px;}
	.FloatBox li.gotop{opacity: 1;visibility: visible;}
	.FloatBox li .tcbox{right:auto;left:50%;transform: translateX(-50%);top:auto;bottom:100%;height:auto;min-height:1px;padding:5px 10px;}
}







