﻿@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;}
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;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#084d9e;}

.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: rgba(255,255,255,0.3);}
::-moz-placeholder {color: rgba(255,255,255,0.3);}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: rgba(255,255,255,0.3);}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: rgba(255,255,255,0.3);}

.input:-moz-placeholder {color: #999;}
.input::-moz-placeholder {color: #999;}
input.input:-ms-input-placeholder,
textarea.input:-ms-input-placeholder {color: #999;}
input.input::-webkit-input-placeholder,
textarea.input::-webkit-input-placeholder {color: #999;}


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;}

.scroll::-webkit-scrollbar{
	width: 3px; height:3px;-webkit-overflow-scrolling : touch;
	background-color: #f5f5f5;}
.scroll::-webkit-scrollbar-track{
	background-color: #f5f5f5;}
.scroll::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #084d9e;}
.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; /*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.42rem;position: relative;font-family: DINM;padding-top: 3%;font-size: 0.18rem;font-family: oswald;}
.Pages a{display: inline-block;vertical-align: middle;width: 0.42rem;height: 0.42rem;border-radius: 50%;background:transparent;}
.Pages .num a{margin:0 5px;}
.Pages .num a:hover,.Pages .num a.a_cur{color:#084d9e;}
.Pages .a_prev{margin-right: 0.35rem;}
.Pages .a_next{ margin-left: 0.35rem;}
.Pages .a_next i{transform: rotate(180deg);}
.Pages .a_arr{width:0.79rem;font-size: 0;color:transparent;background-position: center center;background-repeat: no-repeat;background-size: contain;border-radius:0;}
.Pages .a_arr.a_prev{background-image: url(../images/pageprev.png);}
.Pages .a_arr.a_next{background-image: url(../images/pagenext.png);}
.Pages .a_arr.a_prev:hover{background-image: url(../images/pageprevc.png);}
.Pages .a_arr.a_next:hover{background-image: url(../images/pagenextc.png);}

@media ( max-width:767px){
.Pages{line-height:25px; font-size:14px;}
.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*/

.w1680{max-width:16.8rem;width:95%;margin:0 auto;}
.w1400{max-width:14rem;width:92%;margin:0 auto;}
.pd100{padding:1rem 0;}

/* Top */
body{padding-top:1.1rem;}
.Top{line-height: 1.1rem;position: fixed;top:0;left:0;z-index:999;width:100%;background: #fff;transition: all .3s;}
.Top .Logo img{max-height:0.65rem;transition: all .4s;}
.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:#084d9e;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: #084d9e;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 .oabtn .ico{display: block;width:0.5rem;height:0.5rem;border-radius: 50%;background: #084d9e;text-align: center;line-height: 0.5rem;margin-top:0.3rem;transition: all .3s;display: flex;align-items: center;justify-content: center;}

.Top .Search{position: relative;margin-top:0.3rem;margin-right:0.3rem;width:0.5rem;transition: all .3s;}
.Top .Search .SearchIco{width:0.5rem;height:0.5rem;border-radius:0.5rem;background: #084d9e;text-align: center;line-height: 0.5rem;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.Top .Search .SearchBox{width:100%;height:100%;border-radius: 0.5rem;background: #084d9e;box-sizing: border-box;padding:0.1rem 0.2rem;padding-left:0.5rem;position: absolute;right:0;top:0;opacity: 0;visibility: hidden;}
.Top .Search .SearchBox input{width:calc(100% - 0.7rem);height:calc(100% - 0.2rem);border-bottom:1px solid rgba(255,255,255,0.1);position: absolute;left:0.5rem;top:0.1rem;color:#fff;}
.Top .Search .SearchBox button{width:0.3rem;height:100%;background: url(../images/search1.png) no-repeat center center;position: absolute;left:0.15rem;top:0;}

.Top .Search.on{width:2.6rem;}
.Top .Search.on .SearchBox{opacity: 1;visibility:visible;}

.MainNav ul::after{content:'';display: block;clear: both;}
.MainNav ul li{float:left;margin-right:0.5rem;position: relative;transition: all .3s;-webkit-transition: all .3s;}
.MainNav ul li:hover{transform: translate3d(0,-10px,0);-webkit-transform: translate3d(0,-10px,0);}
.MainNav ul li.onnav em a{color:#084d9e;}
.MainNav ul li em{font-size: 0.2rem;}
.MainNav ul li .NavPull{width:1.5rem;top:100%;position: absolute;left:50%;margin-left:-0.75rem;background: #fff;z-index:999;box-shadow: 0 0 10px rgba(0,0,0,0.1);text-align: center;line-height: 0.45rem;display: none;}
.MainNav ul li .NavPull dd:hover{background: #084d9e;}
.MainNav ul li .NavPull dd:hover a{color:#fff;}
.MainNav ul li:hover em{font-weight: bold;}

.Top.fix{line-height: 0.8rem;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Top.fix .Logo img{max-height:0.5rem;}
.Top.fix .oabtn .ico{margin-top:0.15rem;}
.Top.fix .Search{margin-top:0.15rem;}
@media(max-width:1024px){
	body{font-size: 14px;padding-top:60px;}
	.pd100{padding:40px 0;}
	.Top{line-height: 60px;}
	.Top .Logo img{max-height:30px;}
	.Top .m-btn{display: block;}
	.Top .oabtn .ico{width:30px;height:30px;line-height: 30px;margin-top:15px;display: flex;align-items: center;justify-content: center;}
	.Top .oabtn .ico img{max-height:12px;}
	.Top .Search .SearchIco{width:30px;height:30px;border-radius: 50%;line-height: 30px;display: flex;align-items: center;justify-content: center;}
	.Top .Search .SearchIco img{max-height:12px;}
	.Top .Search{margin-top:15px;margin-right:10px;}
	.Top .Search.on{width:140px;}
	.Top .Search .SearchBox button{background-size: 12px;}
	.MainNav{width:200px;position: absolute;top:100%;right:0;z-index:999;background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);height:calc(100vh - 60px);overflow: hidden;width:0;opacity: 0;visibility: hidden;transition: all .3s;}
	.MainNav ul{padding:10px 20px;box-sizing: border-box;min-width:200px;}
	.MainNav ul li{width:100%;margin-right:0;line-height: 40px;}
	.MainNav ul li em{font-size: 15px;display: block;padding-right:40px;position: relative;}
	.MainNav ul li b{display: block;width:30px;height:30px;background: url(../images/navmore.svg) no-repeat center center;background-size: 12px;position: absolute;right:0;top:50%;margin-top:-15px;}
	.MainNav ul li .NavPull{position: static;width:100%;margin-left:0;line-height: 35px;background: #f5f5f5;box-shadow: none;}
	.MainNav.show{width:200px;opacity: 1;visibility: visible;}
	.Top.fix{line-height: 60px;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
	.Top.fix .Logo img{max-height:30px;}
	.Top.fix .oabtn .ico{margin-top:15px;}
	.Top.fix .Search{margin-top:15px;}
	.MainNav ul li:hover{transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);}
}

@media(max-width:640px){
	.pd100{padding:30px 0;}
}

/* Bototm */
.Bottom{padding:0.6rem 0 0.4rem 0;background: url(../images/footbg.jpg) no-repeat center center;background-size: cover;}
.Bottom .BototmBtn{width:12%;}
.Bottom .BototmBtn ul li{line-height: 0.56rem;width:100%;background: #084d9e;border-radius: 5px;margin-bottom:0.2rem;text-align: center;}
.Bottom .BototmBtn ul li a{display: block;color:#fff;}
.Bottom .BototmBtn ul li img{display: inline-block;margin-right:8px;}
.Bottom .BototmBtn ul li:hover 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 .BottomCon{width:52%;margin:0 6%;}
.Bottom .BottomEwa{width:22%;}
.Bottom .BottomEwa ul{display: flex;}
.Bottom .BottomEwa ul li{display: inline-block;text-align: center;margin-right:0.3rem;}
.Bottom .BottomEwa ul li p{margin-top:0.1rem;}

.Bottom .BottomCon ul{margin-left:-2%;}
.Bottom .BottomCon ul::after{content:'';display: block;clear: both;}
.Bottom .BottomCon ul li{width:36%;float:left;margin-left:2%;font-size: 0.18rem;line-height: 2;}
.Bottom .BottomCon ul li:nth-child(2n){width:60%;}
.Bottom .BottomCon .copyright{padding-top:0.25rem;margin-top:0.25rem;border-top:1px solid #ddd;line-height: 1.8;opacity: 0.4;}


@media(max-width:1024px){
	.Bottom .BottomCon ul li{font-size: 14px;}
	.Bottom .BototmBtn ul li{line-height: 35px;}
	.Bottom .BottomCon .copyright{padding-top:15px;margin-top:15px;}
}

@media(max-width:768px){
	.Bottom .BottomEwa{width:100%;margin:20px 0;}
	.Bottom .BottomEwa ul{justify-content: center;}
	.Bottom .BottomEwa ul li{margin:0 10px;max-width:120px;}
	.Bottom .BototmBtn{width:100%;text-align: center;}
	.Bottom .BototmBtn ul li{width:150px;display: inline-block;margin:0 5px;}
	.Bottom .BottomCon{width:100%;margin:0;}
	.Bottom .BottomCon .copyright{font-size: 12px;line-height: 20px;}
	.Bottom .BottomCon ul li{width:98%;}
	.Bottom .BottomCon ul li:nth-child(2n){width:98%;}
}




