﻿@charset "utf-8";
/* CSS Document */
html {
    -webkit-text-size-adjust:100%;
}
body {
	margin:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display:block;
}
audio,canvas,progress,video {
	display:inline-block;
	vertical-align:baseline;
}
audio:not([controls]) {
	display:none;
	height:0;
}
[hidden],template {
	display:none;
}
a {
	background-color:transparent;
}
a:active,
a:hover {
	outline:0;
}
abbr[title] {
	border-bottom:1px dotted;
}
b,strong {
	font-weight:700;
}
dfn {
	font-style:italic;
}
h1 {
	font-size:2em;
	margin:.67em 0;
}
mark {
	background:#ff0;
	color:#000;
}
small {
	font-size:80%;
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup {
	top:-.5em;
}
sub {
	bottom:-.25em;
}
img {
	border:0;
}
svg:not(:root) {
	overflow:hidden;
}
figure {
	margin:1em 40px;
}
hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}
pre {
	overflow:auto;
}
code,kbd,pre,samp {
	font-family:monospace,monospace;
	font-size:1em;
}
button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0;
}
button {
	overflow:visible;
}
button,select {
	text-transform:none;
}
button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance:button;
	cursor:pointer;
}
button[disabled],html input[disabled] {
	cursor:default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0;
}
input {
	line-height:normal;
}
input[type=checkbox],input[type=radio] {
	box-sizing:border-box;
	padding:0;
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height:auto;
}
input[type=search] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance:none;
}
fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em;
}
legend {
	border:0;
	padding:0;
}
textarea {
	overflow:auto;
}
optgroup {
	font-weight:700;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td,th {
	padding:0;
}
/*! reset.css */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin:0;
	padding:0;	
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
iframe {
	display:block;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:400
}
input:required {
	border:none;
	box-shadow:none;
}
input:valid {
	background-color:#fff;
	box-shadow:none;
}
input:invalid {
	background-color:transparent;
	box-shadow:none;
}
/*input:-webkit-autofill { 
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}*/

:focus {
	-moz-outline-style:none;
	outline:0;
}
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.hide {
	display:none!important;
}
.show {
	display:block!important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ovh{
	overflow: hidden;
}
.table{
	display: table;
}
.table-cell{
	display: table-cell;
}
.bg-f8f8f8{
	background: #f8f8f8;
}
.color-fff{
	color: #fff !important;
}
.color-000{
	color: #000 !important;
}
.clear{
	clear: both;
}
/*! common.css */
html {
	background:#fff;
}
body {
	font-family: "Microsoft Yahei","微软雅黑";
	color:#555;
	font-size: 14px;
	background: #fff;
	margin: 0 auto;
	overflow-x: hidden;
	min-width: 320px;
}
a {
	color:#555;
	cursor:pointer;
	text-decoration:none
}

@font-face {font-family: 'iconfont';
    src: url('iconfont.eot'); /* IE9*/
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont.woff') format('woff'), /* chrome、firefox */
    url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: 0.001rem; */
    -moz-osx-font-smoothing: grayscale;
}
.container {
	width:100%;
	max-width: 1200px;
	margin-left:auto;
	margin-right:auto
}
.container:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0
}
.uppc{
	text-transform: uppercase;
}
.h100{
	height: 100%;
	position: relative;
}

.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.flex-middle{
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align:center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.flex-center{
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-pack:center;  
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.fx1{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
.noscroll{
	overflow: hidden;
	height: 100%;
}



header{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 9;
}
header .container{
	height: 90px;
	background: url('/images/bg.png') no-repeat 0 0;
}
header .logo{
	float: left;
	padding: 20px 0 0 14px;
}
header .logo img{
	width: 480px;
	height: auto;
}
.open-btn{
	display: none;
	cursor: pointer;
	font-size: 24px;
	color: #005096;
	padding: 4px;
}
.close-btn{
	cursor: pointer;
	font-size: 18px;
	color: #005096;
	padding: 4px;
	display: none;
}
nav{
	float: right;
	padding-top: 25px;
}
nav li{
	float: left;
	margin: 0 4px;
}
nav li a{
	font-size: 15px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav li:hover a,
nav li.on a{
	color: #b3ecff;
}
header .language{
	float: right;
	overflow: hidden;
	height: 40px;
	padding: 27px 6px 0 6px;
}
header .language a{
	float: left;
	display: block;
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	margin: 0 5px;
}
header .language a.on{
	color: #b3ecff;
	border-color: #b3ecff;
}


.menu .language{
	text-align: center;
	overflow: hidden;
	margin-top: 30px;
	padding-left: 40px;
}
.menu .language a{
	float: left;
	display: block;
	color: #fff;
	font-size: 13px;
	border: 1px solid #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
}
.menu .language a.on{
	color: #b3ecff;
	border-color: #b3ecff;
}


footer{
	background: #005096;
	padding: 95px 0 0;
}
.footer-01{
	overflow: hidden;
	padding-bottom: 50px;
}
.footer-01-left{
	float: left;
	width: 170px;
}
.footer-01-left-tips{
	color: #fff;
	font-size: 14px;
	line-height: 2;
	margin-top: 18px;
}
footer .bdsharebuttonbox{
	color: #fff;
	margin-top: 18px;
	overflow: hidden;
}
footer .bdsharebuttonbox p{
	font-size: 12px;
	margin-bottom: 8px;
}
footer .bdshare-button-style0-16 a{
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0 10px 0 0;
	background: none;
	font-size: 25px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	border-radius: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
footer .bdshare-button-style0-16 a.weixin{
	background: #29bd01;
}
footer .bdshare-button-style0-16 a.qzone{
	background: #ffc001;
	font-size: 24px;
}
footer .bdshare-button-style0-16 a.tqq{
	background: #0c9bf5;
}
footer .bdshare-button-style0-16 a.tsina{
	background: #f31d12;
	font-size: 24px;
	line-height: 32px;
	margin-right: 0;
}
footer .bdshare-button-style0-16 a:hover{
	opacity: .9;
	color: inherit;	
}

.footer-logo{
	user-select: none;
	pointer-events: none;
}
.footer-01-mid{
	margin-left: 85px;
	float: left;
}

.footer-01-mid2{
	margin-right: 10px;	
	margin-top: 0px;
	margin-left: 80px;
	float: left;
	width:164px;
}
.footer-01-mid2 p{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 22px;
}

.footer-nav{
	height: 208px;
}
.footer-nav li{
	margin-bottom: 12px;
}
.footer-nav li a{
	color: #fff;
	font-size: 16px;
	display: inline-block;
}
.footer-nav li a:hover{
	color: #b3ecff;
}
.footer-link{
	font-size: 0;
}
.footer-link a{
	display: inline-block;
	border: 1px solid #b3ecff;
	font-size: 14px;
	color: #b3ecff;
	margin-right: 20px;
	margin-top: 10px;
	width: 240px;
	height: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 34px;
	padding-left: 55px;
	position: relative;
}
.footer-link a:before{
	content: '\e60e';
	font-family: 'iconfont';
	color: #b3ecff;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 21px;
}
.footer-01-right{
	float: right;
	width: 164px;
}
.footer-01-right p{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 22px;
}
.footer-01-right2{
	margin-right: 10px;	
	margin-top: 110px;
	margin-left: 10px;
	float: right;
	width:164px;
}
.footer-01-right2 p{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 22px;
}
.footer-qcode{
	width: 164px;
	height: 164px;
	display: block;
}

.footer-02{
	background: #3c3c3c;
	color: #c1c6c9;
	padding: 35px 0;
}
.footer-02 a{
	color: #c1c6c9;
}
.footer-02-left{
	float: left;
	margin-right: 110px;
}
.footer-02-mid{
	float: left;
}
.footer-02-right{
	float: right;
}
.footer-02-right span{
	padding: 0 10px;
}
.footer-02 a:hover{
	color: #fff;
}


.menu{
	position: fixed;
	top: 0;
	right: 0;
	width: 280px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	background: #373a41;
	z-index: 99;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
header,
.wrapper,
.menu{
	-webkit-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	opacity: 1;
}
.menu-cover{
	opacity: 0;
	background: transparent;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
	position: fixed;
	display: none;
}
.menu ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
body.open-menu .menu{
	-webkit-transform: translateX(-1px);
	-ms-transform: translateX(-1px);
	-o-transform: translateX(-1px);
	/* transform: translateX(-1px); */
}
body.open-menu header,
body.open-menu .wrapper{
	-webkit-transform: translateX(-280px);
	-ms-transform: translateX(-280px);
	-o-transform: translateX(-280px);
	transform: translateX(-280px);
}
body.open-menu .menu-cover{
	display: block;
}

.menu ul li a{
	font-size: 14px;
	color: #fff;
	line-height: 42px;
	display: block;
	padding-left: 40px;
}
.menu ul li.on a{
	color: #b3ecff;
}
.menu ul li{
	position: relative;
}
.menu ul li:after{
	background: rgba(255,255,255,.2);
}

.to-top{
	width: 60px;
	height: 60px;
	font-size: 30px;
	color: #b3ecff;
	text-align: center;
	position: fixed;
	bottom: 10px;
	right: 5px;
	background: rgba(0,0,0,.5);
	border-radius: 100%;
	cursor: pointer;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	line-height: 64px;
	overflow: hidden;
	z-index: 8;
	display: none;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.gray-cover{
	background: rgba(85,85,85,.9);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	display: none;
}
.article-detail-tit{
	font-size: 18px;
	color: #000;
	line-height: 1.5;
	text-align: center;
}

.article-detail-time{
	font-size: 14px;
	color: #909090;
	line-height: 1.5;
	text-align: center;
	margin-top: 6px;
	border-bottom: 1px dashed #d2d2d2;
	padding-bottom: 8px;
}
.article-popup{
	width: 100%;
	height: 100%;
	max-width: 1200px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 100;
	background: #fff;
	display: none;
}
.article-swiper{
	overflow-x: hidden;
	overflow-y: auto;
}
.article-swiper .swiper-container{
	width: 100%;
	height: 100%;
}
.article-swiper .swiper-slide{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 100px;
	height: auto;
}
.article-detail-txt{
    padding-top: 20px;
	line-height: 24px;
}
.article-detail-txt.pdf{
    text-align: center;
}

.close-article-popup{
	position: absolute;
	top: 10px;
	right: -50px;
	color: #fff;
	font-size: 30px;
	z-index: 99;
	cursor: pointer;
}
.site-note {
    color:#999;
    font-size:12px;
    line-height:20px;
    padding:10px 30px 10px 5px;
	display:block;
}
@media screen and (max-width: 1200px) {
	body,
	html{
		overflow-x: hidden;
	}
	.container{
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	header .language{
		display: none;
	}
	nav{
		display: none;
	}
	header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9;
		font-size: 0;
		box-shadow: 0 0 4px rgba(0, 0, 0, .2);
		background: rgba(255, 255, 255, 1);
		opacity: 0.8;
	}
	header .container{
		background: none;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    -webkit-box-pack: center;
	    -moz-box-pack: center;
	    -ms-flex-align:center;
	    -webkit-align-items: center;
	    -moz-align-items: center;
	    align-items: center;
	    padding: 0 20px;
	    height: 70px;
	}
	header .logo{
		float: none;
		padding: 0;
	    -webkit-box-flex: 1;
	    -webkit-flex: 1;
	    -moz-flex: 1;
	    -ms-flex: 1;
	    -o-flex: 1;
	    flex: 1;
	}
	header .logo img{
		width: auto;
		height: 40px;
	}
	.open-btn{
		display: block;
	}
	.wrapper{
		padding-top: 0px;
	}
	.footer-01-left,
	.footer-01-mid,
	.footer-01-mid2,
	.footer-01-right,
	.footer-01-right2{
		float: none;
		width: 100%;
	}
	footer{
		padding: 20px 0 0;
	}
	footer .bdsharebuttonbox,
	.footer-nav{
		display: none;
	}
	.footer-01-mid{
		margin: 0;
	}
	.footer-01-mid2{
		margin: 0;
	}	
	.footer-01{
		padding: 0 20px 20px;
	}
	.footer-link{
		margin-top: 15px;
	}
	.footer-01-mid2{
		margin-top: 15px;
	}
	.footer-01-right{
		margin-top: 15px;
	}
	.footer-01-mid2 p{
		font-size: 14px;
		margin-bottom: 14px;
	}
	.footer-01-right p{
		font-size: 14px;
	}
	.footer-qcode{
		width: 100%;
		height: auto;
		max-width: 200px;
	}
	.footer-link a{
		padding-right: 16px;
		padding-left: 36px;
		width: auto;
	}
	.footer-link a:before{
		left: 10px;
	}
	.footer-02-left,
	.footer-02-mid,
	.footer-02-right{
		float: none;
		width: 100%;
		padding: 5px 0;
	}
	.footer-02{
		padding: 20px;
	}
	.to-top{
	    width: 40px;
	    height: 40px;
	    font-size: 14px;
	    bottom: 40px;
	    right: 50px;
	    line-height: 44px;
	}
	.article-swiper .swiper-slide{
		padding: 20px;
	}
	.article-detail-txt{
        padding-left: 10px;
	}
	.article-detail-txt *{
		max-width: 100% !important;
	}
	.article-detail-txt img{
		height: auto !important;
	}
	.close-article-popup{
		top: 6px;
		right: 10px;
		color: #005095;
		font-size: 24px;
	}
	.article-swiper{
		padding-top: 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ios .gray-cover{
		background: #fff;
	}
}
@media screen and (max-width: 480px) {
	header .logo img{
		height: 30px;
	}
	header .container{
		padding: 0 15px;
		height: 50px;
	}
	.open-btn{
		font-size: 20px;
		padding: 4px ;
	}
	.wrapper{
		padding-top: 50px;
	}
	.footer-link a{
		margin-right: 10px;
		font-size: 12px;
	}
	.footer-01-left-tips{
		font-size: 12px;
		margin-top: 10px;
	}
	.footer-link a:before{
		font-size: 12px;
	}
	.footer-01{
		padding: 0 10px 15px;
	}
	.footer-logo{
		height: 15px;
	}
	.footer-01-right p{
		margin-bottom: 10px;
	}
	.footer-02{
		padding: 10px;
	}
	.footer-02-left,
	.footer-02-mid,
	.footer-02-right{
		font-size: 12px;
	}
	.to-top{
	    width: 40px;
	    height: 40px;
	    font-size: 16px;
	    bottom: 25px;
	    right: 20px;
	    line-height: 42px;
	}
	.article-detail-txt{
        padding-left: 0px;
    }
	.article-detail-tit{
		font-size: 16px;
	}
	.article-detail-time{
		font-size: 12px;
	}
	.noscroll{
		height: auto;
		overflow-y: auto;
	}
}