﻿@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:Microsoft YaHei,Arial,sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:0.16rem;line-height: 1.8; 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: 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:#043478;}

.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;}
.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.52rem;position: relative;font-family: DINM;padding: 3% 0;}
.Pages a{display: inline-block;vertical-align: middle;width: 0.52rem;height: 0.52rem;border-radius: 50%;border:1px solid #f2f2f2;}
.Pages .num a{margin:0 5px;}
.Pages .num a:hover,.Pages .num a.a_cur{color:#fff;background:#043478;}
.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 .arr{background-repeat: no-repeat;background-position: center center;background-color: #fff;}
.Pages .arr:hover{background-color:#043478;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:767px){
.Pages{line-height:25px; font-size:14px;padding:30px 0;}
.Pages a{width: 25px;height: 25px;}
.Pages .p_page .num a{ width:25px;}
.Pages .a_prev{margin-right: 5px;}
.Pages .a_next{margin-left: 5px;}
}
/*pages end*/


.w1600{max-width:16rem;width:95%;margin:0 auto;}
.w1440{max-width:14.4rem;width:95%;margin:0 auto;}
.pd110{padding:1.1rem 0;}

/* Top */
.Top{position: fixed;width:100%;line-height: 1rem;background: rgba(0,0,0,0.4);top:0;left:0;z-index:999;}
.Top .Header{padding:0 0.6rem;}
.Top .Logo{max-width:2.5rem;}
.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 .lan{position: relative;}
.Top .lan ul{position: absolute;top:100%;left:50%;width:80px;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);line-height: 0.4rem;left:50%;margin-left:-40px;text-align: center;display: none;}
.Top .lan ul a {
    width: 80px;
    display: inline-block;
}
.Top .lan ul li:hover{background: #043478;}
.Top .lan ul li:hover a{color:#fff;}
.Top .lan span{display: block;padding-left:25px;background: url(../images/lan.png) no-repeat left center;color:#fff;cursor: pointer;}
.Top .Search{position: relative;margin-right:0.3rem;}
.Top .Search .SearchIco{color:#fff;cursor: pointer;}
.Top .Search .SearchIco img{display: inline-block;margin-right:8px;}
.Top .Search .SearchBox{position: absolute;width: 300px;height:45px;line-height: 45px;box-sizing: border-box;padding-right:50px;top:100%;right:0;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);display: none;}
.Top .Search .SearchBox input{width:100%;box-sizing: border-box;padding:0 0.2rem;height:100%;position: absolute;left:0;top:0;width:250px;}
.Top .Search .SearchBox button{position: absolute;width:50px;height:100%;background: url(../images/search.png) no-repeat center center #043478;position: absolute;right:0;top:0;}

.MainNav ul::after{content:'';display: block;clear: both;}
.MainNav ul li{float:left;margin-right:0.5rem;position: relative;}
.MainNav ul li em{font-size: 0.2rem;display: block;position: relative;}
.MainNav ul li em a{color:#fff;}
.MainNav ul li .NavPull{position: absolute;top:100%;left:50%;width:1.6rem;margin-left:-0.8rem;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);text-align: center;line-height: 0.5rem;display: none;}
.MainNav ul li .NavPull dd a{display: block;font-size: 0.18rem;}
.MainNav ul li .NavPull dd a:hover{background: #043478;color:#fff;}
.MainNav ul li em::after{content:'';display: block;width:100%;height:2px;background:#fff;position: absolute;left:0;bottom:15%;opacity: 0;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);transition: all .5s;-webkit-transition: all .5s;}
.MainNav ul li.onnav em::after{opacity: 1;transform: rotateY(0);-webkit-transform: rotateY(0);}
.MainNav ul li:hover em::after{opacity: 1;transform: rotateY(0);-webkit-transform: rotateY(0);}
.MainNav ul li.onnav em a{font-weight: bold;}
.MainNav ul li:hover em a{font-weight: bold;}

@media(max-width:1660px){
	.MainNav ul li{margin-right:0.35rem;}
}

@media(max-width:1024px){
	body{font-size: 14px;}
	.pd110{padding:60px 0;}
	.Top{line-height: 60px;}
	.Top .Header{padding:0 20px;}
	.Top .Logo img{max-height:35px;}
	.Top .m-btn{display: block;}
	.MainNav{width:200px;background: #333;position: absolute;right:0;top:100%;height:calc(100vh - 60px);transition: all .5s;-webkit-transition: all .5s;opacity: 0;visibility: hidden;width:0;}
	.MainNav ul{padding:20px;overflow: auto;height:100%;box-sizing: border-box;min-width:200px;}
	.MainNav ul li{margin-right:0;width:100%;line-height: 40px;}
	.MainNav ul li em{font-size: 15px;display: block;position: relative;}
	.MainNav ul li em i{width:40px;height:40px;background: url(../images/more_white.png) no-repeat center center;position: absolute;right:0;top:0;}
	.MainNav ul li .NavPull{position: static;margin-left:0;width:100%;line-height: 35px;background: rgba(255,255,255,0.1);}
	.MainNav ul li .NavPull dd a{font-size: 14px;color:#fff;}
	.MainNav.show{width:200px;opacity: 1;visibility: visible;}
}

@media(max-width:640px){
	.Top .Header{padding:0 10px;}
	.Top .lan ul{line-height: 30px;}
	.Top .Search .SearchBox{width:220px;height:32px;}
	.Top .Search .SearchBox input{width:170px;}
	.pd110{padding:30px 0;}
}

/* Bottom */
.Bottom{background: url(../images/bottombg.jpg) no-repeat center center;background-size: cover;}
.Bottom .BottomBox{padding:1rem 0 0.15rem 0;}
.Bottom .BottomBox .BottomCon{width:24%;}
.Bottom .BottomBox .BottomCon .ewaimg{margin:0.4rem 0;max-width:1.8rem;}
.Bottom .BottomBox .BottomCon .con{color:#555;line-height: 2;}

.Bottom .BottomBox .BottomNav{width:75%;display: flex;justify-content: space-between;}
.Bottom .BottomBox .BottomNav dt a{color:#555;}
.Bottom .BottomBox .BottomNav dt a:hover{color:#043478;}
.Bottom .BottomBox .BottomNav dt{margin-bottom:0.3rem;font-size: 0.18rem;}
.Bottom .BottomBox .BottomNav dd{line-height: 2.2;}
.Bottom .BottomBox .BottomNav dd a{color:#555;}
.Bottom .BottomBox .BottomNav dd a:hover{color:#043478;}

.Bottom .BottomBox .BottomText{display: flex;flex-wrap: wrap;margin-top:0.1rem;align-items: flex-end;color:#555;}
.Bottom .BottomBox .BottomText .ewa{width:22%;}
.Bottom .BottomBox .BottomText .ewa .ewabox{margin-top:0.3rem;position: relative;width:0.5rem;}
.Bottom .BottomBox .BottomText .ewa .ewaico{width:0.5rem;height:0.5rem;border-radius: 50%;background: #1b4784;text-align: center;line-height: 0.5rem;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.Bottom .BottomBox .BottomText .ewa .ewaimg{width:120px;position: absolute;left:140%;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);display: none;}
.Bottom .BottomBox .BottomText .ewa .ewabox:hover .ewaimg{display: block;}
.Bottom .BottomBox .BottomText .address{line-height: 0.5rem;}

.Bottom .CopyRight{padding:0.15rem 0 ;border-top:1px solid #eaeaea;color:#999;}
.Bottom .CopyRight a{color:#999;}
.Bottom .CopyRight a:hover{color:#043478;}
.Bottom .CopyRight .otherlink ul::after{content:'';display: block;clear: both;}
.Bottom .CopyRight .otherlink ul li{float:left;margin-left:0.35rem;}

@media(max-width:1024px){
	.Bottom .BottomBox .BottomNav{display: none;}
	.Bottom .BottomBox .BottomCon{width:100%;}
	.Bottom .BottomBox{padding:40px 0;}
	.Bottom .BottomBox .BottomCon .ewaimg{margin:20px 0;max-width:120px;}
	.Bottom .CopyRight{padding:15px 0;}
}

@media(max-width:640px){
	.Bottom .BottomBox{padding:30px 0;}
	.Bottom .BottomBox .BottomText{display: block;}
	.Bottom .BottomBox .BottomText .ewa .ewaico{width:30px;height:30px;line-height: 30px;}
	.Bottom .BottomBox .BottomText .ewa .ewabox{margin:5px 0 10px 0;}
	.Bottom .CopyRight .otherlink{width:100%;margin-bottom:5px;}
	.Bottom .CopyRight .otherlink ul li{margin-left:0;margin-right:15px;}
}













