@charset "utf-8";
header{
	height: 160px;
	position: relative;
}
.header{
	background:#061d35 url(../images/bghead.png) no-repeat top right;
	padding: 0px 30px 0px 0px;
	font-size: 0;
	position: fixed;
	height: 160px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.header:before{
	content: '';
	display: inline-block;
	width: 100%;
	height: 2px;
	background: url(../images/xian.png) no-repeat left center;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 999;
}
.header .header_title{
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	line-height: 60px;
	margin: 20px 0 50px 100px!important;
text-align:right;
}
.logo{

}
.logo a{
	display: inline-block;
}
.logo img{
	height: 160px;
}
.language{
	margin-top: 115px;
}
.language li{
	position: relative;
}
.language li:first-child{
	padding-right: 7.5px;
}
.language li:last-child{
	padding-left: 7.5px;
}
.language li:first-child:after{
	content: '/';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	-moz-transform: translate(50%,-50%);
	-webkit-transform: translate(50%,-50%);
	-o-transform: translate(50%,-50%);
	font-size: 14px;
	color: #ffffff;
}
.language a{
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	display: block;
	text-transform: uppercase;
}
.language a:hover,
.language a.active{
	color: #e4a100;
}
.menu{
	display: none;
}
.nav{
	background: #061d35;
	width: 18%;
	font-size: 0;
	position: fixed;
	left: 0;
	top: 160px;
	bottom: 0;
	overflow: hidden;
	z-index: 120;
}
.nav .yiji{
	padding-top: 30px;
	padding-bottom: 30px;
	height: 100%;
	width: 100%;
	padding-right: 50px;
	overflow-x: hidden;
	overflow-y: scroll;
	box-sizing: content-box;
}
.nav .yiji>li{
	margin-bottom: 30px;
	padding: 0 0 0 50px;
}
.nav .yiji>li:last-child{
	margin-bottom: 150px;
}
.nav .yiji>li>p{
	display: block;
	cursor: pointer;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px;
}
.nav .yiji>li>p.on{
	background-image: url(../images/up.png)!important;
}
.nav .yiji>li>p>a{
	font-size: 18px;
	color: #cccccc;
	line-height: 25px;
	margin-right: 25px;
	font-weight: bold;
	cursor: pointer;
	float: none;
}
.nav .yiji>li>p>span{
	font-size: 12px;
	color: #999999;
	line-height: 17px;
	margin: 4px 0;
	display: block;
	float: none;
	font-family: poiretone;
	text-transform: uppercase;
}
.nav .yiji>li>p:hover>a,
.nav .yiji>li>p.active>a{
	color: #ffce1a;
}

.nav .yiji>li>.erji{
	display: none;
	padding: 15px 20px;
	background: url(../images/erjibg.png) repeat-y top left;
	margin-top: 20px;
}
.nav .yiji>li>.erji>li{
	margin-bottom: 20px;
}
.nav .yiji>li>.erji>li:last-child{
	margin-bottom: 0;
}
.nav .yiji>li>.erji>li>a{
	font-size: 14px;
	color: #666666;
}
.nav .yiji>li>.erji>li>a:hover{
	color: #ffce1a;
}
.nav .yiji>li>.erji>li>a.active{
	color: #ffce1a;
}
.section{
	padding: 15px 0 0 15px;
}

.mnav{
	display: none;
	position: fixed;
	z-index: 999;
	background: #061d35;
	width: 250px;
	height: 400px;
	overflow-y: scroll;
	top: 82px;
	right: 0;
}
.mlanguage{
	border-bottom: 1px solid #666666;
}
.mlanguage>li{
	width: 50%;
	border-right: 1px solid #666666;
}
.mlanguage>li:last-child{
	border-right: none;
}
.mlanguage>li>a{
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
	display: block;
	text-transform: uppercase;
	text-align: center;
}
.mlanguage>li>a.active{
	color: #ffce1a;
}
.mnav>li{
	padding: 0 15px;
	border-bottom: 1px solid #666666;
}
.mnav>li>p{
	line-height: 50px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px;
	cursor: pointer;
}
.mnav>li>p.on{
	background-image: url(../images/up.png)!important;
}
.mnav>li>p>a{
	font-size: 16px;
	color: #cccccc;
	font-weight: bold;
}
.mnav>li>p>span{
	font-size: 12px;
	color: #999999;
	margin-left: 12px;
	font-family: 'poiretone';
	text-transform: uppercase;
}
.mnav>li>.erji{
	display: none;
	padding-bottom: 15px;
}
.mnav>li>.erji>li{
	padding: 6px 0;
}
.mnav>li>.erji>li>a{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
.mnav>li>p.active>a{
	color: #ffce1a;
}
.tmplr{
	margin: 40px 15%;
	min-height: 497px;
}
@media (min-width:1025px) and (max-width: 1420px) {
	.nav .yiji>li{
		padding: 0 0 0 25px;
	}
}
@media (min-width:768px) and (max-width: 1024px) {
	.nav .yiji{
		padding-top: 20px;
	}
	.nav .yiji>li{
		padding: 0;
		margin-bottom: 20px;
	}
	.nav .yiji>li>p{
		text-align: center;
	}
	.nav .yiji>li>p>a{
		margin-right: 0;
		float: none;
		font-size: 16px;
	}
	.nav .yiji>li>p>span{
		float: none;
		display: block;
	}
}
@media (min-width:768px) and (max-width: 1023px) {
	header{
		height: 120px;
	}
	.header{
		height: 120px;
		padding: 0px 30px 0px 0px;
	}
	.logo img{
		height: 120px;
	}
	.language{
		margin-top: 80px;
	}
	.nav{
		top:120px;
	}
}

@media (min-width:540px) and (max-width: 767px) {
	.banquan a {
		display: block;
	}
	header{
		height: 80px;
	}
	.header{
		height: 80px;
		padding: 0px 20px 0px 0px;
	}
	.logo img{
		height: 80px;
	}
	.language{
		display: none;
	}
	.nav{
		width: 0;
	}
	.menu{
		display: block;
		width: 50px;
		height: 50px;
		background:#0050c6 url(../images/menu.png) no-repeat center;
		background-size: 25px;
		margin-top: 15px;
		cursor: pointer;
	}
	.section{
		padding-left: 0;
	}
	.xiehui{
		padding-left: 0!important;
	}
	.danweilist li .pic p img {
		height: auto!important;
	}
	.banquan a {
		display: block;
	}
}

@media screen and (max-width:539px) {
	header{
		height: 50px;
	}
	.header{
		height: 50px;
		padding: 0px 0px 0px 0px;
	}
	.logo img{
		height: 50px;
	}
	.language{
		display: none;
	}
	.menu{
		display: block;
		width: 50px;
		height: 50px;
		background:#0050c6 url(../images/menu.png) no-repeat center;
		background-size: 25px;
	}
	.mnav{
		top: 52px;
	}
	.nav{
		width: 0;
	}
	.section{
		padding-left: 0;
	}
	.xiehui{
		padding-left: 0!important;
	}
	.danweilist li .pic p img {
		height: auto!important;
	}
	.banquan a {
		display: block;
	}
}

.banquan{
	background:#111d2d;
	padding: 25px 15px;
	text-align: center;
	margin-top: 15px;
}
.banquan p,
.banquan a{
	font-size: 12px;
	color: #cccccc;
	line-height: 20px
}

.danwei{
	background: #111D2D;
	font-size: 0;
	margin-bottom: 15px;
}
.danweilist{
	font-size: 0;
	padding: 0 15px;
}
.danweilist li{
	width: 32%;
	margin-right: 2%;
}
.danweilist li:last-child{
	margin-right: 0;
}
.danweilist li a{
	display: block;
	width: 100%;
	text-align: center;
	padding: 18px 0;
}
.danweilist li .title{
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
}
.danweilist li .title span{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
.danweilist li .title p{
	font-size: 20px;
	color: #ffffff;
	font-family: 'poiretone';
}
.danweilist li .pic{
	display: inline-block;
	vertical-align: middle;
}
.danweilist li .pic p{
	font-size: 0;
}
.danweilist li .pic p img{

}
.danweilist li .pic h3{
	font-size: 18px;
	color: #ffffff;
}

.danweilist li .pic h4{
	font-size: 16px;
	color: #ffffff;
	margin-top: 10px;
	line-height: 20px;
}
@media (min-width:915px) and (max-width: 1100px) {
	.danweilist li .title{
		margin-right: 20px;
		font-size: 18px;
	}
	.danweilist li .pic h3{
		font-size: 16px;
	}
	.danweilist li .pic h4{
		font-size: 14px;
	}
}
@media screen and (max-width: 915px) {
	.danweilist li .title{
		margin-right: 0px;
		font-size: 14px;
		display: block;
	}
	.danweilist li .pic{
		display: block;
	}
	.danweilist li .pic h3{
		font-size: 12px;
	}
	.danweilist li .pic h4{
		font-size: 12px;
	}
	.tmplr{
		margin: 5%;
	}
}

@media (min-width:1500px) and (max-width:1550px) {
	.header .header_title{
		margin: 50px 0 50px 10px;
	}
}
@media (min-width:1400px) and (max-width:1499px) {
	.header .header_title{
		font-size:40px;
		margin: 50px 0 50px 10px;
	}
}
@media (min-width:1000px) and (max-width:1399px) {
	header{
		height: 100px;
	}
	.header{
		height: 100px;
	}
	.logo img{
		height: 100px;
	}
	.header .header_title{
		font-size:30px;
		margin: 20px 0 20px 10px;
	}
	.language{
		margin-top: 65px;
	}
	.nav{
		top: 100px;
	}
}
@media (min-width:768px) and (max-width:999px) {
	header{
		height: 100px;
	}
	.header{
		height: 100px;
		padding: 0px 15px 0px 0px;
	}
	.logo img{
		height: 100px;
	}
	.header .header_title{
		font-size:20px;
		margin: 0;
		position: absolute;
		right: 15px;
		top: 15px;
		line-height: 20px;
	}
	.language{
		margin-top: 65px;
	}
	.nav{
		top: 100px;
	}
}
@media screen and (max-width:767px) {
	.header .header_title{
		display: none;
	}
}