@charset "utf-8";

/* CSS Document */
@media (min-width: 1921px ) {
@font-face {
	font-family: 'AlibabaPuHuiTiRegular';
	src: url('../fonts/AlibabaPuHuiTi-3-55-Regular.otf');
	src: url('../fonts/AlibabaPuHuiTi-3-55-Regular.eot?#font-spider') format('embedded-opentype'), url('../fonts/AlibabaPuHuiTi-3-55-Regular.woff') format('woff'), url('../fonts/AlibabaPuHuiTi-3-55-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AlibabaPuHuiTiBold';
	src: url('../fonts/AlibabaPuHuiTi-3-85-Bold.otf');
	src: url('../fonts/AlibabaPuHuiTi-3-85-Bold.eot?#font-spider') format('embedded-opentype'), url('../fonts/AlibabaPuHuiTi-3-85-Bold.woff') format('woff'), url('../fonts/AlibabaPuHuiTi-3-85-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'benmoxuyuan';
	src: url('../fonts/benmoxuyuan.ttf');
	src: url('../fonts/benmoxuyuan.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Bahnschrift';
	src: url('../fonts/bahnschrift.ttf');
	src: url('../fonts/bahnschrift.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'AlibabaPuHuiTiRegular';
}
/*标题 #3e3a39*/
/*小字 #595757*/
body {
	text-align: justify;
	color: #595757
}
* {
	padding: 0;
	margin: 0;
}
ul, li, h1, h2, h3, h4, h5, h6, p {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
.fmyahei {
	font-family: 'microsoft yahei'
}
.blod {
	font-weight: bold!important;
}
.mt80 {
margin-top: calc( 4.17vw * 0.56 );
}
.fl {
	float: left;
}
.w3_12 {
	width: 25%;
}
.w9_12 {
	width: 75%;
}
.head {
	width: 100%;
height: calc( 7.29vw * 0.56 );
/*
padding-left: calc( 3.13vw * 0.56 );
padding-right: calc( 3.13vw * 0.56 );
*/
	padding-left: 21.51vw;
	padding-right: 21.51vw;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.74);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}
.logo {
	float: left;
margin-top: calc( 2.08vw * 0.56 );
height: calc( 4.17vw * 0.56 );
}
.logo img {
	height: 100%;
	width: 100%;
	display: block;
}
.nav {
	float: right;
padding-right: calc( 4.43vw * 0.56 );
	display: block;
	text-align: center;
}
.nav ul {
	float: left;
	display: block;
}
.nav li {
	float: left;
margin-right: calc( 3.47vw * 0.56 );
	position: relative;/*	padding-bottom: calc( 1.04vw * 0.56 );*/
}
.nav li:last-child {
}
.nav li h4 {
font-size: calc( 1.46vw * 0.56 );
	color: #FFFFFF;
line-height: calc( 2.08vw * 0.56 );
	font-weight: normal;
	padding-bottom: 18%;
}
.nav li h4 a {
	color: #fff;
}
.children {
	width: 140%;
	display: none;
	position: absolute;
	background-color: rgba(255,255,255,0.81);
	margin-left: -20%;
	top: 100%;
}
.nav li:hover .children {
	display: block;
}
.children p {
	width: 100%;
	height: auto;
	overflow: hidden;
line-height: calc( 2.4vw * 0.56 );
	font-weight: 400;
font-size: calc( 0.83vw * 0.56 );
	color: #595757;
	border-bottom: solid 1px #9FA0A0;
	text-align: center;
}
.children p a {
	color: #595757;
	display: block;
}
.children p span {
width: calc( 0.21vw * 0.56 );
height: calc( 1.2vw * 0.56 );
	background-color: transparent;
	float: left;
	display: block;
margin-top: calc( 0.63vw * 0.56 );
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;/*	display: none;*/
}
.children p:hover span {
	display: block;
	background-color: #003E8C;
}
.searchk {
	float: right;
	position: relative;
	width: auto;
height: calc( 2.08vw * 0.56 );
	overflow: hidden;
	border: solid 1px #fff;
	border-radius: 20px;
}
.searchk input {
width: calc( 8.28vw * 0.56 );
height: calc( 2.08vw * 0.56 );
	background-color: transparent;
	border: 0;
	outline: none;
font-size: calc( 1.04vw * 0.56 );
	color: #fff;
	display: block;
	box-sizing: border-box;
padding-left: calc( 1.04vw * 0.56 );
padding-right: calc( 1.04vw * 0.56 );
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;/*	display: none;*/
}
.searchk input::placeholder {
font-size:calc( 1.04vw * 0.56 );
text-align: center;
}
.search_btn {
	position: absolute;
	top: 0;
	left: 0;
width: calc( 2.08vw * 0.56 );
height: calc( 2.08vw * 0.56 );
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-sizing: border-box;
}
.searchk.on .search_btn {
	left: 79%;
}
.searchk.on input {
	width: 12vw;
}
.search_btn img {
	width: 50%;
	padding-top: 25%;
	margin-left: 25%;
	display: block;
}
.foot {
	width: 100%;
	height: auto;
	overflow: hidden;
padding-left: calc( 9.38vw * 0.56 );
padding-right: calc( 9.38vw * 0.56 );
	box-sizing: border-box;
	background-image: url(../img/img9.jpg);
	background-size: cover;
	background-position: center;
padding-top:calc( 4.01vw * 0.56 );
padding-bottom: calc( 6.3vw * 0.56 );
	color: #fff;
}
.foot_k {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: solid 1px #61636a;
padding-bottom: calc( 3.75vw * 0.56 );
}
.foot_l {
	width: 68%;
	float: left;
	height: auto;
	overflow: hidden;
}
.foot_r {
	width: 32%;
	height: auto;
	overflow: hidden;
	float: left;
}
.foot_l_top {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.foot_l_top_aa {
	width: 68%;
	height: auto;
	overflow: hidden;
	float: left;
}
.foot_l_top_bb {
	width: 32%;
	height: auto;
	overflow: hidden;
	float: left;
}
.foot_l_top_tit {
font-size: calc( 1.35vw * 0.56 );
	color: #FFFFFF;
margin-bottom: calc( 0.891vw * 0.56 );
}
.foot_l_top_line {
width: calc( 1.82vw * 0.56 );
height: calc( 0.05vw * 0.56 );
	background-color: #003E8C;
margin-bottom: calc( 1.2vw * 0.56 );
}
.foot_l_top_list {
	width: 100%;
	height: auto;
	overflow: hidden;
margin-bottom: calc( 0.26vw * 0.56 );
}
.foot_l_top_list a {
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
font-size: calc( 1vw * 0.56 );
line-height: calc( 2.24vw * 0.56 );
	display: block;
}
.foot_l_top_list a:hover {
	opacity: 0.8
}
.foot_l_top_icon {
	float: left;
width: calc( 1.51vw * 0.56 );
height: calc( 1.51vw * 0.56 );
margin-right: calc( 0.26vw * 0.56 );
margin-top: calc( 0.26vw * 0.56 );
}
.foot_l_top_icon img {
	display: block;
	width: 100%;
	height: 100%;
}
.foot_l_top_txt {
	float: left;
/*	width: calc( 100% - calc( 1.51vw * 0.56 ) - calc( 0.26vw * 0.56 ) );*/
font-size: calc( 1vw * 0.56 );
line-height: calc( 2.24vw * 0.56 );
}
.foot_l_bottom {
	width: 100%;
	height: auto;
	overflow: hidden;
padding-top: calc( 3.49vw * 0.56 );
}
.foot_l_bottom_item {
	float: left;
width: calc( 7.66vw * 0.56 );
	height: auto;
margin-right: calc( 1.3vw * 0.56 );
	text-align: center;
}
.foot_l_bottom_item:last-child {
	margin-right: 0;
}
.foot_l_bottom_item img {
	display: block;
width: calc( 7.66vw * 0.56 );
height: calc( 7.66vw * 0.56 );
margin-bottom: calc( 0.21vw * 0.56 );
}
.foot_l_bottom_h1 {
font-size: calc( 0.83vw * 0.56 );
	color: #FFFFFF;
line-height: calc( 0.83vw * 0.56 );
}
.logo2 {
height: calc( 3.49vw * 0.56 );
margin-bottom: calc( 1.56vw * 0.56 );
}
.logo2 img {
	display: block;
	height: 100%;
}
.foot_r_h1 {
font-size: calc( 2vw * 0.56 );
line-height: calc( 2.14vw * 0.56 );
	color: #FFFFFF;
margin-bottom: calc( 5.47vw * 0.56 );
	text-align: justify;
}
.foot_r_list {
	width: 100%;
	height: auto;
	overflow: hidden;
margin-bottom: calc( 1.09vw * 0.56 );
}
.foot_r_h2 {
font-size: calc( 1.04vw * 0.56 );
	color: #FFFFFF;
line-height: calc( 1.3vw * 0.56 );
	float: left;
width: calc( 5.47vw * 0.56 );
}
.foot_r_txt {
font-size: calc( 1.04vw * 0.56 );
	color: #FFFFFF;
line-height: calc( 1.3vw * 0.56 );
/*	float: left;*/
/*	width: calc( 100% - calc( 5.47vw * 0.56 ) );*/
padding-left: calc( 5.47vw * 0.56 );
}
.er_ban {
	width: 100%;
height: calc( 36.93vw * 0.56 );
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.er_cla {
width: calc( 76.82vw * 0.56 );
height: calc( 4.06vw * 0.56 );
	overflow: hidden;
margin-top: calc( -4.06vw * 0.56 );
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	position: relative;
	z-index: 2;
border-bottom: solid 1px #CFCFCF;
font-size: calc( 0.83vw * 0.56 );
line-height: calc( 4.06vw * 0.56 );
}
.er_cla_icon {
	float: left;
width: calc( 0.83vw * 0.56 );
height: calc( 0.83vw * 0.56 );
margin-right: calc( 0.16vw * 0.56 );
margin-left: calc( 0.52vw * 0.56 );
margin-top: calc( 1.51vw * 0.56 );
}
.er_cla_k {
	display: -webkit-flex;  /* Safari */
	display: flex;
}
.cla_item {
	flex: 1;
	font-weight: 400;
font-size: calc( 0.83vw * 0.56 );
padding-top: calc( 1.04vw * 0.56 );
border-top: solid calc( 0.26vw * 0.56 ) #fff;
border-bottom: solid calc( 0.26vw * 0.56 ) #fff;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cla_item a {
height: calc( 1.93vw * 0.56 );
	text-align: center;
line-height: calc( 1.93vw * 0.56 );
	color: #595757;
	display: block;
	box-sizing: border-box;
border-right: solid calc( 0.1vw * 0.56 ) #e1e1e1;
}
.cla_item.on, .cla_item:hover {
border-top: solid calc( 0.26vw * 0.56 ) #003e8c;
}
.er_cla_morer {
	display: none;
}
.foot2 {
	display: none;
}
.maxw1600 {
	max-width: 47.09%;
	margin-left: auto;
	margin-right: auto;
}
.er_cla {
	max-width: 47.09%;
}
}
