﻿@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: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;}
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:#1424b6;}

.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;font-size: 0;
	background-color: #e6e6e6;}
::-webkit-scrollbar-track{
	background-color: #e6e6e6;font-size: 0;}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #58504a;font-size: 0;}
::-webkit-scrollbar-button{
	height: 0px;
	background-color: #e6e6e6;font-size: 0;}

/*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;}
.item:hover .imgbox span{transform: scale(1.05);-webkit-transform: scale(1.05);}

.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:3% 0;}
.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .p_jump,
.Pages .a_first,
.Pages .a_end{display: none}
.Pages a{display: inline-block;vertical-align: middle;width: 0.6rem;height: 0.6rem;border-radius: 50%;background:#fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.Pages .num a{margin:0 5px;}
.Pages .num a:hover,.Pages .num a.a_cur{color:#fff;background:#1424b6;}
.Pages .a_prev{margin-right: 0.35rem;background-image: url(../images/pageprev.png);}
.Pages .a_next{ margin-left: 0.35rem;background-image: url(../images/pagenext.png);}
.Pages .a_prev,
.Pages .a_next{background-repeat: no-repeat;background-position: center center;background-color: #fff; font-size: 0}
.Pages .a_prev:hover,
.Pages .a_next:hover{background-color:#1424b6;color:#fff;}
.Pages .a_prev:hover{background-image: url(../images/pageprevc.png);}
.Pages .a_next:hover{background-image: url(../images/pagenextc.png);}

@media ( max-width:1024px){
.Pages{line-height:30px; font-size:14px;}
.Pages a{width: 30px;height: 30px;}
.Pages .p_page .num a{ width:30px;}
.Pages .a_prev{margin-right: 5px;}
.Pages .a_next{margin-left: 5px;}
}
/*pages end*/

.w1630{max-width:16.3rem;width:95%;margin:0 auto;}
.w1440{max-width:14.4rem;width:95%;margin:0 auto;}
.w1200{max-width:12rem;width:95%;margin:0 auto;}

/* Top */
.Top{position: fixed;z-index:999;width:100%;left:0;line-height: 1.3rem;transition: all .5s;-webkit-transition: all .5s;}
.Top .Logo{float:left;}
.Top .Logo img{max-height:0.5rem;transition: all .3s;}
.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;float:right !important;}
.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 .lan{font-size: 0.18rem;color:#fff;text-transform: uppercase;float:right;}
.Top .lan a{color:#fff;}

.MainNav{margin-right:15vw;}
.MainNav ul::after{content:'';display: block;clear: both;}
.MainNav ul li{float:left;margin-right:0.4rem;position: relative;}
.MainNav ul li.onnav em a,.MainNav ul li:hover em a{color:#91c42f;}
.MainNav ul li em a{color:#fff;font-size: 0.18rem;}
.MainNav ul li .NavPull{width:1.6rem;position: absolute;top:100%;left:50%;margin-left:-0.8rem;background: #fff;line-height: 0.45rem;text-align: center;display: none;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.MainNav ul li .NavPull dd a{display: block;}
.MainNav ul li .NavPull dd a:hover{background: #91c42f;color:#fff;}

.Top.fix{background:rgba(0,0,0,0.5);line-height: 0.9rem;}
.Top.fix .Logo img{max-height:0.45rem;}


@media(max-width:1024px){
	body{font-size: 14px;line-height: 24px;}
	.Top{line-height: 60px;}
	.Top.fix{line-height: 60px;}
	.Top .Logo img{max-height:28px;}
	.Top.fix .Logo img{max-height:28px;}
	.Top .lan{font-size: 14px;}
	.Top .m-btn{display: block;}
	.MainNav{margin-right:0;width:200px;position: absolute;right:0;top:100%;height:calc(100vh - 60px);background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);transition: all .5s;-webkit-transition: all .5s;opacity: 0;visibility: hidden;overflow: hidden;width:0;}
	.MainNav ul{padding:20px;box-sizing: border-box;min-width:200px;overflow: auto;height:100%;}
	.MainNav ul li{margin-right:0;width:100%;line-height: 40px;}
	.MainNav ul li em a{color:#333;font-size: 15px;}
	.MainNav ul li em{display: block;position: relative;}
	.MainNav ul li em i{width:40px;height:40px;background: url(../images/navmore.svg) no-repeat center center;background-size: 15px;position: absolute;right:0;top:0;transition: all .3s;-webkit-transition: all .3s;}
	.MainNav ul li em i.on{transform: rotate(90deg);}
	.MainNav ul li .NavPull{position: static;width:100%;margin-left:0;line-height: 30px;background: #f5f5f5;padding:5px;}
	.MainNav.show{width:200px;opacity: 1;visibility: visible;}
}

/* Bototm */
.Bottom{background: #121416;}
.Bottom .BottomBox{padding:1rem 0;}
.Bottom .BottomBox .BottomLeft{width:20%;color:#fff;}
.Bottom .BottomBox .BottomLeft .hotline{margin-top:0.3rem;}
.Bottom .BottomBox .BottomLeft .hotline dl{margin-bottom:0.2rem;}
.Bottom .BottomBox .BottomLeft .hotline dt{opacity: 0.5;margin-bottom:0.05rem;}
.Bottom .BottomBox .BottomLeft .hotline dd{font-size: 0.24rem;}
.Bottom .BottomBox .BottomRight{width:20%;box-sizing: border-box;text-align: right;}
.Bottom .BottomBox .BottomRight .ewa img{max-width:1.1rem;}
.Bottom .BottomBox .BottomRight .con{line-height: 0.3rem;color:#fff;margin:0.3rem 0;}
.Bottom .BottomBox .BottomRight .link{position: relative;display: none}
.Bottom .BottomBox .BottomRight .link .tit{line-height: 34px;display: inline-block;border:1px solid #fff;padding:0 30px 0 20px;background:url(../images/selectarr.png) no-repeat center right 10px;color:#fff;cursor: pointer;}
.Bottom .BottomBox .BottomRight .link ul{color:#fff; width:100%;position: absolute;top:100%;right:0;background: #1424b6;padding:10px;display: none;max-width:300px;max-height:160px;overflow: auto;z-index:99;}
.Bottom .BottomBox .BottomRight .link:hover ul{display: block;}
.Bottom .BottomBox .BottomRight .link ul li{line-height: 35px;text-align: left;transition: all .3s;}
.Bottom .BottomBox .BottomRight .link ul li a{color:#fff;}
.Bottom .BottomBox .BottomRight .link ul li:hover{padding:0 0.2rem;background: rgba(255,255,255,0.1);}

.Bottom .BottomBox .BottomNav{width:60%;box-sizing: border-box;padding:0 1%;}
.Bottom .BottomBox .BottomNav dl{float:left;width:16.6667%;box-sizing: border-box;}
.Bottom .BottomBox .BottomNav dl dt {margin-bottom:0.3rem;}
.Bottom .BottomBox .BottomNav dl dt a{font-size: 0.2rem;color:#fff;}
.Bottom .BottomBox .BottomNav dl dd{line-height: 0.34rem;}
.Bottom .BottomBox .BottomNav dl dd a{color:#fff;opacity: 0.5;}
.Bottom .BottomBox .BottomNav dl dd a:hover{opacity: 1;}
.Bottom .BottomBox .BottomNav dl:last-child{display: none}

.Bottom .BottomBox .oabtn{line-height: 0.35rem;border:1px solid #fff;width:1.5rem;margin-top:00.3rem;}
.Bottom .BottomBox .oabtn a{color:#fff;box-sizing: border-box;padding:0 0.2rem;position: relative;display: block;}
.Bottom .BottomBox .oabtn i{width:15px;height:15px;background:url(../images/pagenextc.png) no-repeat center center;position: absolute;right:0.1rem;top:50%;margin-top:-7.5px;}
.Bottom .BottomBox .oabtn:hover{border:1px solid #91c42f;background: #91c42f;}


.Bottom .CopyRight{padding:0.25rem 0;background:#060709;font-size: 14px;color:#fff;opacity: 0.5;}
.Bottom .CopyRight a{color:#fff;}
.Bottom .CopyRight .other a{display: inline-block;margin:0 3px;}
.Bottom .CopyRight a:hover{opacity: 1;}

@media(max-width:1024px){
	.Bottom .BottomBox{padding:40px 0;}
	.Bottom .BottomBox .BottomNav{display: none;}
	.Bottom .BottomBox .BottomRight{width:40%;}
	.Bottom .BottomBox .BottomLeft .hotline dd{font-size: 20px;}
	.Bottom .BottomBox .BottomRight .con{margin:18px 0;line-height: 24px;}
	.Bottom .BottomBox .oabtn{line-height: 30px;width:100px;}
}

@media(max-width:640px){
	.Bottom .BottomBox .BottomLeft{ width:100%;}
	.Bottom .BottomBox .BottomLeft .logo{text-align: center;}
	.Bottom .BottomBox .BottomLeft .logo img{max-height:50px;}
	.Bottom .BottomBox .BottomRight{ width:100%;text-align: left;padding-top:30px;/*border-top:1px solid rgba(255,255,255,0.1)*/}
	.Bottom .BottomBox .BottomRight .ewa img{max-width:100px;}
	.Bottom .BottomBox .BottomRight .link ul{left:0;right:auto;}
	.Bottom .BottomBox .BottomRight .link .tit{line-height: 30px;}
	.Bottom .BottomBox .BottomRight .link ul li{line-height: 30px;}
	.Bottom .CopyRight .other{margin-bottom:8px;width:100%;}
	.Bottom .CopyRight{padding:15px 0;}
    .Bottom .CopyRight a{display: none}
    .Bottom .CopyRight .text{float: none; text-align: center}
}






