﻿@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;}
body{ font-family:Arial,sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:0.16rem; color:#333; width:100%;  zoom:1;line-height: 1.75;max-width:19.20rem;margin:0 auto;}
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: arial, 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:#46b4ad;}
@media (min-width:1921px) {
body{width:1920px}
}
.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;}

/*单行文本省略号*/
.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{
	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;}

/*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; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.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{display: flex;vertical-align: middle;position: relative;align-items: center;justify-content: center;margin:0px auto;}
.ico .i1,.ico .i2 {position: absolute;z-index: 100;width: 100%;height: 100%;z-index: 2;}
.ico .i1 {transition: 400ms;}
.ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.li:hover .ico .i2,.li.on .ico .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico .i1,.li.on .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);} */


/*pages*/
.Pages{clear: both;text-align: center;line-height: 0.6rem;position: relative;font-family: DINM;padding-top: 3%;}
.Pages .p_cur,
.Pages .p_count,
.Pages .a_first,
.Pages .a_end,
.Pages .p_total,
.Pages .p_jump{display: none;}
.Pages .a_arr{width:0.6rem;height:0.6rem;box-sizing: border-box;border-radius: 50%;border:1px solid #d9d9d9;font-size: 0;color:transparent;background-color: transparent;z-index:99;display: inline-block;position: relative;margin:0 15px;}
.Pages .a_arr::before{content:'';display: block;width:100%;height:100%;position: absolute;top:0;left:0;background-repeat: no-repeat;background-position: center;}
.Pages .a_arr.a_prev::before{background-image: url(../images/jtg-r.png);}
.Pages .a_arr.a_next::before{background-image: url(../images/jtg.png);}
.Pages .a_arr:hover{background: #46b4ad;border:1px solid #46b4ad;}
.Pages .a_arr.a_prev:hover::before{background-image: url(../images/jtw-r.png);}
.Pages .a_arr.a_next:hover::before{background-image: url(../images/jtw.png);}
.Pages .num{}
.Pages .num a{display: inline-block;width:8px;height:8px;border-radius: 50%;font-size: 0;color:transparent;margin:0 6px;background: #e0e0e0;position: relative;top:0.25rem;}
.Pages .num a.a_cur{background: #78beb9;}

@media(max-width:1024px){
	.Pages{line-height: 30px;}
	.Pages .num{display: none;}
	.Pages .a_arr{width:30px;height:30px;}
	.Pages .a_arr::before{background-size: 12px;}
}



.w1400{max-width:14rem;width:92%;margin:0 auto;}
.w1600{max-width:16rem;width:95%;margin:0 auto;}


.Top{position: fixed;z-index:999;width:100%;top:0;left:0;line-height: 1rem;transition: all .5s;}
.Top .Logo img{max-height:.51rem;}
.Top .m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:13px;margin-left:10px;position: relative;z-index:999;}
.Top .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);}
.Top .m-btn span::before,.Top .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);}
.Top .m-btn span:before {top: -8px;}
.Top .m-btn span:after {bottom: -8px;}
.Top .m-btn.active span {background: transparent;}
.Top .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;}
.Top .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 .Search{position: relative;width:1.4rem;height:0.3rem;line-height: 0.4rem;border-radius: 0.3rem;background: rgba(255,255,255,0.2);box-sizing: border-box;padding-right:0.4rem;margin-top:0.35rem;background: url(../images/search.png) no-repeat center left 0.1rem rgba(255,255,255,0.2);background-size: 0.12rem;transition: all .5s;}
.Top .Search input{display: block;width:100%;box-sizing: border-box;padding:0 0.1rem 0 0.3rem;height:0.3rem;color:#fff;}
.Top .Search button{color:#fff;background: transparent;font-size: 0.14rem;position: absolute;right:0.1rem;top:0;display: block;height:0.3rem;}



.MainNav ul::after{content:'';display: block;clear:both;}
.MainNav ul li{float:left;margin-left:0.6rem;position: relative;position: relative;}
.MainNav ul li:After{width: 0;transition: all 0.5s;left: 50%;transform: translateX(-50%);height: 3px;background-color: #fff;content: "";position: absolute;bottom: 0.3rem;}
.MainNav ul li em a{font-size: 0.18rem;color:#fff;}
.MainNav ul li .NavPull{width:1.6rem;position: absolute;top:100%;left:50%;margin-left:-0.8rem;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);border-radius: 5px;line-height: 0.4rem;font-size: 0.16rem;text-align: center;display: none;z-index:999;}
.MainNav ul li .NavPull::before{content:'';display: none;border-bottom:5px solid #fff;border-top:5px solid transparent;border-left:8px solid transparent;border-right:8px solid transparent;position: absolute;bottom:100%;left:50%;margin-left:-5px;transition: all .1s;}
.MainNav ul li .NavPull dl{padding:0.05rem;}
.MainNav ul li .NavPull dl dd:hover{background: #46b4ad;color:#fff;}
.MainNav ul li .NavPull dl dd:hover a{color:#fff;}
.MainNav ul li:hover em a,.MainNav ul li.onnav em a{color:#fff;font-weight: bold;}
.MainNav ul li:hover:After,.MainNav ul li.onnav:After{width: 100%;}

.Top.fix{background:#46b4ad;line-height: 0.8rem;}
.Top.fix .Search{margin-top:0.25rem;}
.Top.fix .MainNav ul li:hover em a{color:#fff;}
.Top.fix .MainNav ul li:After{background-color: #fff;bottom: 0.2rem;}
.Top.fix .MainNav ul li:hover em a,.Top.fix .MainNav ul li.onnav em a{color:#fff;}

@media(max-width:1024px){
	body{font-size: 14px;}
	.Top{line-height: 60px;}
	.Top .Logo img{max-height:30px;}
	.Top .m-btn{display: block;}
	.Top .Search{width:110px;padding-right:30px;height:24px;line-height: 24px;border-radius: 24px;margin-top:18px;background-size: 10px;}
	.Top .Search button{font-size: 12px;height:24px;}
	.Top .Search input{height:24px;padding-left:20px;}
	.Top.fix{/*background:#46b4ad;*/line-height: 60px;}
    .Top.fix .Search{margin-top:18px;}
	.MainNav{width:200px;height:calc(100vh - 60px);background: #46b4ad;position: absolute;right:0;top:60px;width:0;opacity: 0;overflow: hidden;visibility: hidden;transition: all .5s;}
	.MainNav ul{width:100%;box-sizing: border-box;max-height:100%;overflow: auto;padding:20px;width:200px;}
	.MainNav ul li{margin-left:0;display: block;width:100%;line-height: 40px;}
	.MainNav ul li em a{font-size: 14px;}
	.MainNav ul li em{display: block;padding-right:40px;position: relative;}
	.MainNav ul li em b{display: block;width:40px;height:40px;background: url(../images/more.svg) no-repeat center center;background-size: 12px;position: absolute;right:-10px;top:0;}
	.MainNav ul li .NavPull{position: static;margin-left:0;background: rgba(255,255,255,0.2);font-size: 14px;line-height: 32px;width: 100%;}
	.MainNav ul li .NavPull a{color:#fff;}
	.MainNav ul li:hover em a{color:#fff;}
	.MainNav.show{width:200px;opacity: 1;visibility: visible;}
	.MainNav ul li:After{display: none;}
}


/* Bottom */
.Bottom{background: url(../images/bottombg.png) no-repeat center top;background-size: cover;padding:2.4rem 0 1rem 0;color:#fff;position: relative;z-index:10;}
.Bottom .BottomL{width:28%;}
.Bottom .BottomL .BottomTit{font-size: 0.18rem;}
.Bottom .BottomL .tel{font-size: 0.3rem;}
.Bottom .BottomL ul li{padding-left:0.25rem;position: relative;}
.Bottom .BottomL ul li .ico{position: absolute;left:0;top:0;max-width:0.14rem;}
.Bottom .BottomL ul li span{opacity: 0.6;}
.Bottom .BottomL .benjoy{margin-top:0.5rem;}
.Bottom .BottomL .benjoy dl dd{display: inline-block;margin-right:0.15rem;position: relative;}
.Bottom .BottomL .benjoy dl dd .ico{width:0.5rem;height:0.5rem;line-height: 0.5rem;border-radius: 50%;background: rgba(255,255,255,0.05);text-align: center;transition: all .5s;}
.Bottom .BottomL .benjoy dl dd .ico img{opacity: 0.8;transition: all .5s;width:0.22rem;max-height:0.22rem;}
.Bottom .BottomL .benjoy dl dd .tcbox{position: absolute;bottom:120%;width:1.3rem;box-sizing: border-box;background: #fff;border-radius: 5px;box-shadow: 0 0 20px rgba(0,0,0,0.1);left:50%;transform: translateX(-50%);padding:0.05rem;color:#333;text-align: center;display: none;}
.Bottom .BottomL .benjoy dl dd .tcbox::after{content:'';display: block;border-top:5px solid #fff;border-bottom:5px solid transparent;border-left:5px solid transparent;border-right:5px solid transparent;position: absolute;top:100%;left:50%;transform: translateX(-50%);}
.Bottom .BottomL .benjoy dl dd:hover .ico{background: #6e2e79;}
.Bottom .BottomL .benjoy dl dd:hover .ico img{opacity: 1;}
.Bottom .BottomL .benjoy dl dd:hover .ico img{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}
.Bottom .BottomL .benjoy dl dd:hover .tcbox{display: block;}
.Bottom .BottomL .benjoy dl dd .tcbox p{padding:3px 0;}


.Bottom .BottomNav{width:40%;margin:0 2%;display: flex;justify-content: space-between;}
.Bottom .BottomNav dl a{color:#fff;}
.Bottom .BottomNav dl dt{font-size: 0.18rem;margin-bottom:0.2rem;}
.Bottom .BottomNav dl dd{line-height: 2;opacity: 0.6;}
.Bottom .BottomNav dl dd:hover{opacity: 1;}

.Bottom .BottomR{width:28%;text-align: right;}
.Bottom .BottomR .ewa img{max-width:1.23rem;}
.Bottom .BottomR .otherlink{margin:0.15rem 0;}
.Bottom .BottomR .otherlink ul li{display: inline-block;padding:0 0.2rem;position: relative;}
.Bottom .BottomR .otherlink ul li a{color:#fff;}
.Bottom .BottomR .otherlink ul li:last-child{padding-right:0;}
.Bottom .BottomR .otherlink ul li::before{content:'';display: block;width:1px;height:12px;background: #fff;opacity: 0.6;position: absolute;left:0;top:50%;margin-top:-6px;}
.Bottom .BottomR .otherlink ul li:first-child::before{display: none;}
.Bottom .BottomR .copyright{opacity: 0.6;}
.Bottom .BottomR .copyright a{color:#fff;}

@media(max-width:1024px){
	.Bottom .BottomNav{display: none;}
	.Bottom .BottomL{width:48%;}
	.Bottom .BottomR{width:48%;}
	.Bottom .BottomL .BottomTit{font-size: 16px;}
	.Bottom .BottomL .tel{font-size: 24px;}
	.Bottom .BottomL .benjoy{margin-top:30px;}
	.Bottom .BottomL .benjoy dl dd .ico{width:38px;height:38px;line-height: 38px;}
	.Bottom .BottomL .benjoy dl dd .ico img{max-width:16px;max-height:16px;width:16px;}
	.Bottom .BottomL .benjoy dl dd .tcbox{width:100px;}
	.Bottom .BottomR .ewa img{max-width:100px;}
	.Bottom{padding:30px 0;background: #407d84;}
	.Bottom .BottomL ul li{padding-left:25px;}
	.Bottom .BottomL ul li .ico{width:18px;max-width:18px;}
	.Bottom .BottomL .benjoy{text-align: center;}
	.Bottom .BottomL .benjoy dl dd:last-child{margin-right:0;}
}


@media(max-width:640px){
	.Bottom .BottomL{width:100%;}
	.Bottom .BottomR{width:100%;text-align: center;margin-top:30px;}
}


.slick-arrow{width:0.6rem;height:0.6rem;box-sizing: border-box;border-radius: 50%;position: absolute;top:50%;transform: translateY(-50%);border:1px solid #d9d9d9;font-size: 0;color:transparent;background-color: transparent;z-index:99;}
.slick-arrow::after{content:'';display: block;width:100%;height:100%;background-position: center;background-repeat: no-repeat;position: absolute;top:0;left:0;background-size: 0.16rem;}
.slick-arrow.slick-prev::after{background-image: url(../images/jtg-r.png);}
.slick-arrow.slick-next::after{background-image: url(../images/jtg.png);}
.slick-arrow.slick-prev{left:0;}
.slick-arrow.slick-next{right:0;}
.slick-arrow:hover{background: #46b4ad;border:1px solid #46b4ad;}
.slick-arrow.slick-prev:hover::after{background-image: url(../images/jtw-r.png);}
.slick-arrow.slick-next:hover::after{background-image: url(../images/jtw.png);}

@media(max-width:1024px){
	.slick-arrow{width:30px;height:30px;}
	.slick-arrow::after{background-size: 10px;}
}


.FloatBox{position: fixed;top:60%;transform: translateY(-50%);right:0.8rem;z-index:9999;}

.FloatBox ul{background: #fff;border-radius: 0.5rem;box-shadow: 5px 5px 10px rgba(63,144,255,0.1);padding:0.1rem 0;}
.FloatBox ul li{width:0.8rem;text-align: center;box-sizing: border-box;padding:0.1rem 0;position: relative;}
.FloatBox ul li span{position: absolute;right: 0%;opacity: 0;top: 50%;min-width:200px;font-size: 0.2rem;color: #46b4ad;height: 0.6rem;line-height:0.6rem;transform: translateY(-50%);background:#fff;box-shadow: -3px 0px 10px rgba(63,144,255,0.1);transition: all 0.3s}
.FloatBox ul li .ico{width:0.3rem;height:0.3rem;line-height: 0.3rem;margin:0 auto;text-align: center;}
.FloatBox ul li p{font-size: 0.14rem;color:#999;margin-top:0.1rem;}
.FloatBox ul li:hover span{right: 100%;opacity: 1;}
.FloatBox ul li:hover .ico{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}
.FloatBox ul li:hover p{color:#46b4ad;}
.FloatBox ul li.gotop p{margin-top:0;}

@media(max-width:1024px){
	.FloatBox{right:10px;}
	.FloatBox ul li .ico{width:20px;height:20px;line-height: 20px;}
	.FloatBox ul li p{font-size: 12px;}
	.FloatBox ul li{width:60px;}
}

.Popup{position: fixed;width:100%;height:100%;background: rgba(0,0,0,0.6);top:0;left:0;z-index:999;display: none;}
.Popup .PopupBox{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);background: #fff;width:92%;max-width:8rem;box-sizing: border-box;padding:0.5rem 0.2rem;}
.Popup .PopupBox .close{width:0.32rem;height:0.32rem;background: url(../images/close1.png) no-repeat center center;background-size: contain;position: absolute;right:0.2rem;top:0.2rem;cursor: pointer;}
.Popup .PopupBox .tit{font-size: 0.24rem;font-weight: bold;text-align: center;margin:0.3rem 0;}
.Popup .PopupBox .con{line-height: 1.85;max-height:60vh;overflow: auto;padding:0 0.2rem;}

@media(max-width:1024px){
	.Popup .PopupBox .close{width:25px;height:25px;right:10px;top:10px;}
	.Popup .PopupBox .tit{font-size: 16px;margin:15px 0;}
}
















