﻿@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}
}

@font-face{
	font-family: oswald;
	src:url(../fonts/Oswald-Medium.ttf);
}

*{margin:0;padding:0;}
body{ font-family:Microsoft YaHei,Arial,sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:0.16rem; color:#333; width:100%;  zoom:1;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h2,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: Microsoft YaHei,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;transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#1560a4;}

.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:8px;-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;}
.imgbox img{ width:100%;height:100%;object-fit: cover;}


/*pages*/
.Pages{clear: both;text-align: center;line-height: 0.48rem;position: relative;font-family: DINM;padding-top: 4%;}
.Pages .num a{display: inline-block;vertical-align: middle;width: 0.48rem;height: 0.48rem;border-radius: 50%;border:1px solid #e6e6e6;}
.Pages .num a{margin:0 5px;border-radius: 50%;}
.Pages a:hover,.Pages .num a.a_cur{color:#fff;background:url(../images/pagebg.png) no-repeat center center;background-size: cover;}
.Pages .a_prev{margin-right: 0.25rem;}
.Pages .a_next{ margin-left: 0.25rem;}
.Pages .a_arr{display: inline-block;border-radius: 8px;border:1px solid #e6e6e6;padding:0 20px;}

@media ( max-width:1024px){
	.Pages{line-height: 30px;padding-top:30px;}
	.Pages .num a{margin:0;line-height: 30px;height:30px;width:30px;}
	.Pages .a_arr{padding:0 5px;}
	.Pages .a_prev{margin-right: 5px;}
    .Pages .a_next{ margin-left: 5px;}
}
/*pages end*/

.w1600{max-width:16rem;width:95%;margin:0 auto}
.pd80{padding:0.8rem 0;}


/* Top */
.Top{line-height: 0.9rem;position: fixed;width:100%;z-index:999;top:0;left:0;border-bottom:1px solid rgba(255,255,255,0.3);}
.Top .Logo img{max-height:0.5rem;}
.Top .Logo .img2{display: none;}
.Top .m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:8px;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 .topbtn a{display: inline-block;line-height: 0.36rem;color:#fff;background: #1560a4;padding:0 0.2rem;border-radius: 0.05rem;}

.Top .lan{margin-right:0.6rem;color:#fff;}
.Top .lan a{color:#fff;}

.MainNav ul::after{content:'';display: block;clear: both;}
.MainNav ul li{float:left;margin-right:0.75rem;font-size: 0.18rem;position: relative;}
.MainNav ul li em a{color:#fff;}
.MainNav ul li .NavPull{width:1.8rem;top:100%;left:50%;margin-left:-0.9rem;text-align: center;background: rgba(255,255,255,0.9);position: absolute;line-height: 0.45rem;font-size: 0.16rem;display: none;}
.MainNav ul li .NavPull dd a{display: block;}
.MainNav ul li .NavPull dd:hover{background: #1560a4;}
.MainNav ul li .NavPull dd:hover a{color:#fff;}

.Top.fix{background: #fff;transition: all .3s;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Top.fix .Logo .img1{display: none;}
.Top.fix .Logo .img2{display: inline-block;}
.Top.fix .lan{color:#333;}
.Top.fix .lan a{color:#333;}
.Top.fix .MainNav ul li em a{color:#333;}
.Top.fix .m-btn span,.Top.fix .m-btn span::before,.Top.fix .m-btn span::after{background: #1560a4;}
.Top.fix .m-btn.active span {background: transparent;}

@media(max-width:1024px){
	body{font-size: 14px;line-height: 25px;}
	.Top{line-height: 50px;}
	.Top .m-btn{display: block;}
	.Top .topbtn a{line-height: 30px;padding:0 10px;font-size: 13px;}
	.Top .lan{margin-right:15px;}
	.MainNav{position: absolute;top:100%;right:0;width:200px;background: #fff;height:calc(100vh - 50px);box-shadow: 0 10px 10px rgba(0,0,0,0.1);width:0;overflow: hidden;opacity: 0;transition: all .5s;}
	.MainNav ul li em a{color:#333;}
	.MainNav ul{padding:15px 20px;box-sizing: border-box;min-width:200px;}
	.MainNav ul li{margin-right:0;width:100%;line-height: 45px;border-bottom:1px dotted #e6e6e6;}
	.MainNav ul li em{display: block;padding-right:30px;position: relative;}
	.MainNav ul li em b{width:20px;height:20px;background: url(../images/more.png) no-repeat center center;position: absolute;right:0;top:50%;margin-top:-10px;transition: all .5s;-webkit-transition: all .5s;}
	.MainNav ul li.on em b{transform: rotate(90deg);-webkit-transform: rotate(90deg);}
	.MainNav ul li .NavPull{line-height: 35px;width:100%;box-sizing: border-box;position: static;margin-left:0;background: #f1f1f1;text-align: left;}
	.MainNav ul li .NavPull dl{padding:10px;}
	.MainNav.show{width:200px;opacity: 1;}
	.Top .Logo img{max-height:25px;}
}

/* Bottom */
.Bottom{background: url(../images/footbg.jpg) no-repeat center center;background-size: cover;color:#fff;}
.Bottom a{color:#fff;}
.Bottom .BototmBox{padding:0.65rem 0;}
.Bottom .BototmBox .BottomNav{width:65%;}
.Bottom .BototmBox .BottomNav ul{display: flex;justify-content: space-between;}
.Bottom .BototmBox .BottomNav ul dt{margin-bottom:0.2rem;}
.Bottom .BototmBox .BottomNav ul dd{font-size: 0.14rem;opacity: 0.2;line-height: 0.28rem;}
.Bottom .BototmBox .BottomNav ul dd:hover{opacity: 0.7;}
.Bottom .BototmBox .BottomCon{text-align: right;}
.Bottom .BototmBox .BottomCon .tel{margin-bottom:0.2rem;}
.Bottom .BototmBox .BottomCon .tel span{}
.Bottom .BototmBox .BottomCon .tel p{font-size: 0.3rem;font-family: oswald;margin-top:0.1rem;}
.Bottom .BototmBox .BottomCon .ewa{width:1rem;height:1rem;box-sizing: border-box;padding:0.08rem;background: url(../images/ewabg.png) no-repeat center center;background-size: contain;display: inline-block;}

.Bottom .BottomEnjoy {text-align: center;position: relative;}
.Bottom .BottomEnjoy .line{width:calc(50% - 47px);border-bottom:1px solid rgba(255,255,255,0.2);position: absolute;top:50%;transform: translateY(-50%);}
.Bottom .BottomEnjoy .line::before{content:'';display: block;width:4px;height:4px;background: #fff;border-radius: 50%;position: absolute;top:50%;margin-top:-2px;left:0;}
.Bottom .BottomEnjoy .line.line2{left:auto;right:0;}
.Bottom .BottomEnjoy .line.line2::before{left:auto;right:0;}

.Bottom .BottomEnjoy ul li{display: inline-block;margin:0 5px;position: relative;}
.Bottom .BottomEnjoy ul li .ico{width:40px;height:40px;border-radius: 50%;background: rgba(255,255,255,0.2);text-align: center;line-height: 40px;}
.Bottom .BottomEnjoy ul li .ico img{opacity: 0.5;}
.Bottom .BottomEnjoy ul li:hover .ico img{opacity: 1;}
.Bottom .BottomEnjoy ul li .tcbox{position: absolute;width:84px;bottom:110%;left:50%;margin-left:-42px;display: none;}
.Bottom .BottomEnjoy ul li:hover .tcbox{display: block;}

.Bottom .CopyRight{padding:0.1rem 0 0.3rem 0;opacity: 0.2;font-size: 12px;}
.Bottom .CopyRight .link::after{content:'';display: block;clear: both;}
.Bottom .CopyRight .link a{display: block;float:left;padding:0 10px;position: relative;}
.Bottom .CopyRight .link a::before{content:'·';display: block;position: absolute;left:0;top:0;}
.Bottom .CopyRight .link a:first-child::before{display: none;}
.Bottom .CopyRight .link a:first-child{padding-left:0;}


@media(max-width:1024px){
	.Bottom .BototmBox .BottomNav{display: none;}
	.Bottom .BototmBox{padding:30px 0;}
	.Bottom .BototmBox .BottomCon{width:100%;text-align: center;}
	.Bottom .BototmBox .BottomCon .ewa{width:100px;height:100px;padding:10px;}
	.Bottom .BototmBox .BottomCon .tel p{font-size: 20px;}
}


@media(max-width:640px){
	.Bottom .CopyRight {padding:20px 0;}
	.Bottom .CopyRight .link{width:100%;text-align: center;}
	.Bottom .CopyRight .link a{display: inline-block;float: none;}
	.Bottom .CopyRight .con{width:100%;text-align: center;}
}


.HomeTit{margin-bottom:0.4rem;}
.HomeTit h2{font-size: 0.45rem;color:#1665ac;}
.HomeTit .dec{font-size: 0.24rem;margin-top:0.15rem;}
.HomeTit_white h2{color:#fff;}

.HomeMore{min-height:0.5rem;}
.HomeMore{height:0.5rem;display: flex;align-items: center;}
.HomeMore span{padding:0.1rem 0;font-size: 14px;color:#999;background: url(../images/moreico.png) no-repeat center bottom;display: inline-block;position: relative;}
.HomeMore span i{width:0.45rem;height:0.5rem;background-image: url(../images/more_1.png);position: absolute;right:-0.38rem;top:50%;margin-top:-0.25rem;background-size: contain;background-repeat: no-repeat;}

.HomeMore_white span{padding:0.1rem 0;font-size: 14px;color:#fff;background: url(../images/moreico_1.png) no-repeat center bottom;display: inline-block;position: relative;}
.HomeMore_white span i{background-image: url(../images/more_2.png);}

.HomeMore_blue span{padding:0.1rem 0;font-size: 14px;color:#1665ac;background: url(../images/moreico2.png) no-repeat center bottom;display: inline-block;position: relative;}
.HomeMore_blue span i{background-image: url(../images/more_3.png);}



.HomeTitBox .HomeMore{margin-top:0.3rem;margin-right:0.5rem;}

.slick-arrow{width:40px;height:40px;position: absolute;top:50%;margin-top:-20px;border-radius: 50%;overflow: hidden;font-size: 0;color:transparent;background-color: transparent;z-index:99;}
.slick-arrow::before{content:'';display: block;width:100%;height:100%;position: absolute;top:0;left:0;}

.slick-arrow.slick-prev::before{background: url(../images/prev_blue.png) no-repeat center center;}
.slick-arrow.slick-prev{background: url(../images/yuan_blue.png) no-repeat center center;background-size: contain;left:0;}
.slick-arrow.slick-next::before{background: url(../images/next_gray.png) no-repeat center center;}
.slick-arrow.slick-next{background: url(../images/yuan_gray.png) no-repeat center center;background-size: contain;right:0;}

.slick-arrow:hover{background: #1665ac;}
.slick-arrow.slick-prev:hover::before{background: url(../images/prev_1.png) no-repeat center center;}
.slick-arrow.slick-next:hover::before{background: url(../images/next.png) no-repeat center center;}


.flipto-prev,.flipto-next{width:40px;height:40px;position: absolute;top:50%;margin-top:-20px;border-radius: 50%;overflow: hidden;font-size: 0;color:transparent;background-color: transparent;z-index:99;}
.flipto-prev::before,.flipto-next::before{content:'';display: block;width:100%;height:100%;position: absolute;top:0;left:0;}

.flipto-prev::before{background: url(../images/prev_blue.png) no-repeat center center;}
.flipto-prev{background: url(../images/yuan_blue.png) no-repeat center center;background-size: contain;left:0;}
.flipto-next::before{background: url(../images/next_gray.png) no-repeat center center;}
.flipto-next{background: url(../images/yuan_gray.png) no-repeat center center;background-size: contain;right:0;}

.flipto-prev:hover,.flipto-next:hover{background: #1665ac;}
.flipto-prev:hover::before{background: url(../images/prev_1.png) no-repeat center center;}
.flipto-next:hover::before{background: url(../images/next.png) no-repeat center center;}


.slider_arr .slick-arrow.slick-prev::before{background: url(../images/prev.png) no-repeat center center;}
.slider_arr .slick-arrow.slick-prev{background: url(../images/prevbg.png) no-repeat center center;background-size: contain;}
.slider_arr .slick-arrow.slick-next::before{background: url(../images/next.png) no-repeat center center;}
.slider_arr .slick-arrow.slick-next{background: url(../images/nextbg.png) no-repeat center center;background-size: contain;}

.slider_arr .slick-arrow:hover{background: #51d2b8;}
.slider_arr .slick-arrow.slick-prev:hover::before{background: url(../images/prev_1.png) no-repeat center center;}

.FloatBox{position: fixed;z-index:998;right:0;top:50%;transform: translateY(-50%);box-sizing: border-box;padding:15px 15px 10px 15px;border-radius: 5px;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.FloatBox .close{position: absolute;right:2px;top:2px;width:15px;height:15px;line-height: 15px;text-align: center;cursor: pointer;}
.FloatBox .text{text-align: center;margin-top:10px;}
.FloatBox .text img{display: inline-block;margin-right:8px;}

.GoTop{position: fixed;bottom:10%;right:2%;width:0.6rem;height:0.6rem;line-height: 0.6rem;text-align: center;background: url(../images/topbg.png) no-repeat center center;background-size: 100% 100%;border-radius: 50%;z-index:998;cursor: pointer;display: none;}
.GoTop::before{content:"";display: block;width:100%;height:100%;background:url(../images/moreico.png) no-repeat center right;position: absolute;left:-90%;top:0;}



@media(max-width:1024px){
	.HomeTit{margin-bottom:20px;}
	.HomeTit h2{font-size: 24px;}
	.HomeTit .dec{font-size: 15px;margin-top:10px;}
	.HomeTitBox .HomeMore{margin-top:15px;}
	.pd80{padding:60px 0;}
	.FloatBox{display: none;}
	.slider_arr .slick-arrow{background: #51d2b8 !important;}
    .slider_arr .slick-arrow.slick-prev::before{background: url(../images/prev_1.png) no-repeat center center;}
	
}

@media(max-width:640px){
	.pd80{padding:30px 0;}
	.HomeTit h2{font-size: 20px;}
	.HomeMore span i{width:35px;height:40px;margin-top:-20px;right:-30px;}
	.slick-arrow{width:30px;height:30px;margin-top:-15px;}
	.GoTop::before{left:-70%;}
	.GoTop{width:40px;height:40px;line-height: 40px;}
	.flipto-prev,.flipto-next{width:30px;height:30px;margin-top:-15px;}
}










