.head_wap {
	display: none;
}

.he_h {
	height: 50px;
	display: none;
}

.sp_header {
	height: 50px;
	/* overflow: hidden; */
	background: #fff;
	position: fixed;
	z-index: 15;
	width: 100%;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.sp_logo {
	float: left;
	padding-left: 2%;
	padding-top: 9px;
}

.sp_logo img {
	margin: auto;
	max-height: 34px;
}

.sp_nav {
	width: 24px;
	float: right;
	position: relative;
	cursor: pointer;
	margin-top: 16px;
	margin-right: 20px;
}


.sp_lang{
	position: relative;
	float: right;
	margin-top: 16px;
	margin-left: 10%;
	margin-right: 10%;
	width: 50px;
	text-align: center;
}

.sp_lang:hover .sp_lang_er{
	display: block;
}

.sp_lang_er{
	width: 100%;
	position: absolute;
	display: none;
	background: #fff;
	padding: 20px 5px 5px;
	line-height: 2;
}

.sp_lang_er a{
	display: block;
}



.sp_nav span {
	display: block;
	background: #006a8e;
	width: 24px;
	height: 2px;
	position: absolute;
	transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
	top: 0px
}

.sp_nav span:nth-of-type(2) {
	top: 8px
}

.sp_nav span:nth-of-type(3) {
	top: 16px
}

.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
	width: 0
}

.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}

.sjj_nav {
	position: fixed;
	z-index: 11;
	background: #fff;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}

.nav_show {
	top: 50px
}

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 45px;
	padding: 0px 15px;
}

.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-top: 1px #eee solid;
	padding-left: 20px;
	position: relative;
	line-height: 50px;
	font-size: 15px
}

.sjj_nav>ul>li:last-child {
	border-bottom: 1px #eee solid;
}

.sjj_nav ul li ul {
	display: none;
	background: #f7f7f7;
	margin-right: 20px;
	padding: 5px 0;
}

.sjj_nav ul li ul li {
	border-top: none;
	height: 35px;
	line-height: 35px;
}

.sjj_nav ul li a {
	color: #25282A;
	width: 80%
}

.sjj_nav ul li ul li a {
	color: #777;
	display: block;
	text-align: left;
	font-size: 14px;
}

.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #006a8e
}

.sjj_nav ul li ul li>ul {
	margin-left: 10px
}

.head {
	height: 100px;
}

.head img {
	max-height: 55px;
	margin-top: 23px;
}

.head .link {
	font-size: 14px;
	color: #006a8e;
	line-height: 100px;
	height: 100px;
}

.head .link a {
	color: #006a8e;
}

.head .lang {
	position: relative;
	background: #006a8e url(../images/hic1.png) no-repeat 22px;
	width: 140px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	margin-left: 30px;
	margin-top: 28px;
}

.head .lang a {
	color: #fff;
	padding-left: 52px;
}


.lang_er{
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 40px;
	display: none;
	background: #006a8e;
}

.lang_er a{
	
}

.head .lang:hover .lang_er{
	display: block;
}



.h-nav {
	height: 60px;
	background: #006a8e;
}

.nav li {
	float: left;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-right: 50px;
	position: relative;
}

.nav li:last-child {
	margin-right: 0;
}

.nav li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
}

.nav li .ic {
	margin-right: 10px;
}

.nav .list {
	position: absolute;
	top: 60px;
	left: 0;
	transition: 0.8s;
	z-index: 10;
	display: none;
	height: auto;
	min-width: 100px;
}

.nav .xl {
	margin-right: 0;
}

.nav .list li {
	height: 40px;
	line-height: 40px;
	border-bottom: #eee 1px solid;
	box-sizing: border-box;
	padding: 0 20px 0 15px;
	background: #fff;
	width: 110%;
}

.nav li:nth-child(2) .xl {
	width: 180%;
}

.nav li:nth-child(3) .xl {
	width: 180px;
}

.nav li:nth-child(6) .xl {
	width: 160%;
}

.nav .list li:last-child {
	border-bottom: none;
}

.nav .list li a {
	font-size: 14px;
	color: #25282A;
	text-align: left;
	background: url(../images/hic4.png) no-repeat right;
	display: block;
}

.nav .list li a:hover {
	background: #fff url(../images/hic5.png) no-repeat right;
	color: #f68d2e;
}

.nav li .a i {
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 3px;
	width: 0;
	background: #f68d2e;
	transition: all ease-in-out 500ms;
	margin-top: -3px;
	max-width: 85px;
}

.nav li:hover .a i,
.nav li.cur .a i {
	width: 100%;
}

.nav li:hover .list {
	display: block;
}

.nav li .xl2 {
	position: absolute;
	left: 180px;
	top: 0;
	display: none;
}

.nav li .xl2 a {
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: #eee 1px solid;
	box-sizing: border-box;
	padding: 0 10px 0 15px;
	background: #fff;
	width: 200px;
	overflow: hidden;
	font-size: 13px;
}


.nav li:nth-child(3) .list li:hover .xl2 {
	display: block;
}





/* 
.nav li:nth-child(3) .list li:nth-child(1):hover .xl2 {
	display: block;
}
.nav li:nth-child(3) .list li:nth-child(2):hover .xl2 {
	display: block;
}
.nav li:nth-child(3) .list li:nth-child(3):hover .xl2 {
	display: block;
}
.nav li:nth-child(3) .list li:nth-child(4):hover .xl2 {
	display: block;
}
 */





.nav li .xl2 a:hover {
	background: #fff;
}

.foot {
	padding: 40px 0 50px;
	border-top: 3px solid #006a8e;
	display: flex;
	margin-top: 60px;
}

.foot1 {
	width: 30%;
}

.foot1 img {
	max-height: 55px;
}

.foot2 {
	width: 64%;
	margin-top: 14px;
}

.foot2 li {
	margin-right: 55px;
	float: left;
}

.foot2 li:last-child {
	margin-right: 0;
}

.foot2 li b {
	font-size: 18px;
	color: #006a8e;
	position: relative;
	height: 32px;
	display: block;
	margin-bottom: 14px;
	font-weight: normal;
}

.foot2 li b::after {
	content: "";
	width: 18px;
	height: 2px;
	background: #006a8e;
	position: absolute;
	left: 0;
	bottom: 0;
}

.foot2 li a,
.foot2 .dz,
.foot2 .dh {
	font-size: 14px;
	color: #25282A;
	line-height: 30px;
	display: block;
}

.foot2 li a:hover {
	color: #006a8e;
}

.foot2 li a:nth-child(1) {
	margin-top: 24px;
}

.foot2 .dz {
	background: url(images/foot2.png) no-repeat 0px 7px;
	padding-left: 30px;
}

.foot2 .dh {
	background: url(images/foot3.png) no-repeat 0px 7px;
	padding-left: 30px;
}

.copy {
	padding: 16px 0;
	background: #006a8e;
	display: flex;
}

.copy .copy1 {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}

.copy .copy2 dt {
	float: left;
	margin-left: 12px;
}

.copy .copy2 dt:first-child {
	margin-left: 0;
}

.copy .box a {
	font-size: 14px;
	color: #fff;
	margin-right: 24px;
	line-height: 31px
}

.f-top {
	margin-top: 40px;
}

.f-lx {
	margin-top: 40px;
}

.f-lx dt {
	font-size: 14px;
	color: #25282A;
	background: url(../images/fic1.png) no-repeat left;
	height: 21px;
	line-height: 21px;
	margin-bottom: 15px;
	padding-left: 32px;
}

.f-lx dt:nth-child(2) {
	background: url(../images/fic2.png) no-repeat left;
}

.f-lx dt:nth-child(3) {
	background: url(../images/fic3.png) no-repeat left;
}

.f-lx dt:last-child {
	margin-bottom: 0;
}

.sb-search {
	position: relative;
	width: 0%;
	min-width: 60px;
	height: 60px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #1586ac;
	width: 95%;
	height: 60px;
	margin: 0;
	z-index: 10;
	padding-left: 5%;
	caret-color: #fff;
}

.sb-search-input::-webkit-input-placeholder {
	color: #fff;
}

.sb-search-input:-moz-placeholder {
	color: #fff;
}

.sb-search-input::-moz-placeholder {
	color: #fff;
}

.sb-search-input:-ms-input-placeholder {
	color: #fff;
}

.sb-icon-search,
.sb-search-submit {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	z-index: 90;
	font-size: 22px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	background: #1586ac;
}

.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #1586ac;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

.h-search {
	width: 30%;
}

@media (max-width: 1200px) {

	.f-top,
	.sb-search {
		display: none;
	}

	.foot2 {
		width: 65%;
	}
}

@media (max-width: 1000px) {

	.head_wap,
	.he_h {
		display: block;
	}

	.head,
	.h-nav,
	.foot {
		display: none;
	}

	.copy {
		margin-top: 50px;
	}
}

@media (max-width: 600px) {

	.copy .copy2,
	.copy .box {
		display: none;
	}
}
