.head {
	height: 90px;
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 999;
}

.head .logo {
	margin-top: 20px;
}

.head .nav {
	display: block;
	/*width: 50%;*/
}

.head .nav ul li {
	float: left;
	position: relative;
	z-index: 999;
	margin-right: 55px;
	cursor: pointer;
}

.head .nav ul li.cur .f_a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #152c7f;
	padding-right: 15px;
}

.head .nav ul li:last-child {
	margin-right: 0;
}

.head .nav ul li .f_a {
	text-align: left;
	font-size: 18px;
	color: #333;
	line-height: 90px;
	height: 90px;
}

/* .head .nav ul li.soncount {
	background: url(../image/nav-ic.png) no-repeat right;
	padding-right: 15px;
} */

.head .nav ul li:hover .f_a,
.head .nav ul li.cur .f_a {
	color: #152c7f;
}

.head .nav ul li .s_navbox {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 170px;
	background: #fff;
	background-color: rgba(21, 44, 127, 0.6);
	z-index: 9999;
	padding: 10px 0;
}

.head .nav ul li .s_navbox .s_a a {
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	text-align: left;
	padding: 0 10px;
}

.head .nav ul li .s_navbox .s_a a:hover {
	text-decoration: underline;
}

.lang {
	position: relative;
	z-index: 99999;
	cursor: pointer;
	border: 1px solid #d1d1d1;
	padding: 0 12px;
	margin-top: 24px;
	margin-left: 4%;
	box-sizing: border-box;
}

.lang a {
	display: block;
	color: #666;
	height: 40px;
	overflow: hidden;
	font-size: 16px;
	line-height: 40px;
}

.lang dl {
	width: 100%;
	position: absolute;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: max-height 0.3s linear;
	-moz-transition: max-height 0.3s linear;
	transition: max-height 0.3s linear;
	z-index: 9999;
	top: 40px;
	right: 0px;
	background: rgba(21, 44, 127, 0.6);
}

.lang:hover dl {
	max-height: 300px;
}

.lang dt {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	display: block;
	margin: 8px 0;
	padding: 0 10px;
}

.lang dt img {
	width: 19px;
}

.lang dt a {
	font-size: 14px;
	line-height: 20px;
	display: inline-flex;
	color: #fff;
	height: 20px;
}

.lang dt a:hover {
	text-decoration: underline;
}

.lang span {
	padding-right: 10px;
	display: inline-block;
}

.lang_jt {
	background: url(../image/nav-ic.png) center right no-repeat;
	width: 10px;
	height: 8px;
	display: inline-block;
	margin-left: 10px
}

.h_h {
	height: 90px;
}

.head-wap {
	display: none;
}

.m_img {
	display: block;
	height: 54px;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	overflow: hidden;
}

.m_img .headlf {
	padding-top: 16px;
	padding-left: 7px;
	float: left;

	padding-top: 7px;
	padding-left: 21px;
}

.m_img .headlf .m_logo {
	max-height: 40px;
	display: block;
}

.m_img .headrg {
	padding-right: 10px;
	padding-top: 15px;
	float: right;
}

.m_img .headrg a .m_menuimg {
	height: 22px;
	vertical-align: top;
	display: block
}

.m_nav {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	z-index: 10000
}

.m_nav .closecover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0b0d19;
	filter: alpha(opacity=0);
	opacity: 0;
	left: 0px;
	top: 0px;
	z-index: 1
}

.m_nav .closeicon {
	position: absolute;
	width: 20%;
	left: 0;
	top: 5%;
	z-index: 100;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0
}

.m_nav .m_navList {
	position: absolute;
	width: 80%;
	right: 0px;
	top: 0px;
	background: #0b0d19;
	height: 100%;
	z-index: 100;
	right: -80%;
	overflow-y: scroll;
}

.m_nav .m_navList ul {
	padding-left: 5%;
	padding-right: 5%
}

.m_nav .m_navList ul li {
	border-bottom: 1px solid #232530
}

.m_nav .m_navList ul li a {
	display: block;
	height: 45px;
	color: #fff;
	line-height: 45px;
	padding-left: 5%;
	font-size: 16px
}

.m_nav .m_navList ul li .m_f_a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.m_nav .m_navList ul li .m_f_a a {
	flex: 1;
}

.m_nav .m_navList ul li .m_f_a i {
	width: 40px;
	height: 35px;
	box-sizing: border-box;
	padding: 0 5px;
	display: block;
}

.icon {
	background: url(../image/plus.png) 100% no-repeat;
	background-position: 50% 50%;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}

.icon_on {
	background: url(../image/reduce.jpg) 50% no-repeat !important;
	background-position: 50% 50%;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}

.m_nav .m_navList ul li .m_s_nav {
	display: none;
	width: 100%;
}

.m_nav .m_navList ul li .m_s_nav a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding-left: 10%;
	overflow: hidden;
	white-space: nowrap;
	width: 90%;
	text-overflow: ellipsis;
}

.q {
	background: #122862 url(../image/q-bg.jpg) no-repeat bottom;
	padding-top: 100px;
	margin-top: 100px;
}

.copy {
	padding: 24px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 14px;
	color: #fff;
	margin-top: 80px;
}

.copy a {
	color: #fff;
}

.copy dt {
	float: left;
	margin-right: 30px;
}

.q .box1 {
	width: 30%;
}

.q .box2 {
	width: 60%;
}

.q .wz {
	font-size: 14px;
	color: #cdcdcd;
	line-height: 24px;
	margin: 40px 0;
}

.q .box2 li {
	float: left;
	padding-left: 110px;
}

.q .box2 li:first-child {
	padding-left: 0;
}

.q .box2 li b {
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
	display: block;
}

.q .box2 li a {
	display: block;
	font-size: 16px;
	color: #cdcdcd;
	line-height: 35px;
}

.q .box2 li a:hover {
	text-decoration: underline;
}

.q .box2 li.lx p {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.q .box2 ul {
	display: flex;
	width: 100%;
}

.q .box2 li.lx {
	max-width: 380px;
}

.q .box2 li.lx .wz {
	margin: 5px 0 20px;
}

.q form textarea {
	width: 100%;
	height: 88px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 3px;
	background: rgba(255, 255, 255, 0);
	padding-top: 18px;
	padding-left: 12px;
	resize: none;
	font-style: italic;
	color: #cdcdcd;
}

.q form textarea::-webkit-input-placeholder,
.q .p::-webkit-input-placeholder {
	color: #cdcdcd;
}

.q .baog {
	position: relative;
	margin-top: 5px;
}

.q .baog .p {
	width: 100%;
	height: 52px;
	line-height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 3px;
	background: rgba(255, 255, 255, 0);
	padding-left: 12px;
	font-style: italic;
	color: #cdcdcd;
}

.q .baog .sub {
	position: absolute;
	right: 0;
	top: 7px;
	width: 40px;
	height: 40px;
	background: url(../image/f-send.png) no-repeat center;
	cursor: pointer;
}

@media (max-width: 1600px) {
	.head .nav {
		width: 60%;
	}
}

@media (max-width: 1400px) {
	.head .nav ul li {
		margin-right: 5%;
	}
}

@media (max-width: 1024px) {

	.head,
	.q .box1,
	.q .box2,
	.copy dl {
		display: none;
	}

	.head-wap {
		display: block;
	}

	.h_h {
		height: 54px;
	}

	.q {
		padding-top: 0;
	}

	.copy p {
		line-height: 24px;
	}

	.copy {
		padding: 18px 0;
	}
}

@media (max-width: 1000px) {
	.q {
		margin-top: 50px;
	}

	.copy {
		margin-top: 0;
	}
}