/*---手机站导航----------*/

.mobile {
	display: none;
	height: 80px;
}

@media (max-width: 768px) {
	.mobile {
		display: block;
	}
}

.sp_header {
	height: 80px;
	overflow: hidden;
	background: #fff;
	position: fixed;
	z-index: 1000;
	width: 100%;
}

.sp_logo {
	padding: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.sp_logo {
		width: 80%;
	}
}

.sp_logo img {
	margin: auto;
	max-height: 60px;
	width: 100%;
	vertical-align: middle;
}

.mobile .lag {
	right: 80px;
	margin-top: -12px;
	display: none;
}

.sp_nav {
	width: 60px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 30px
}

.sp_nav span {
	display: block;
	background: #98242c;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
	top: 0px
}

.sp_nav span:nth-of-type(2) {
	top: 10px
}

.sp_nav span:nth-of-type(3) {
	top: 20px
}

.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: 999;
	background: #eee;
	width: 100%;
	/*height: calc(100% - 104px);*/
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}

.nav_show {
	top: 80px
}

.sjj_nav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}

.sjj_nav>ul>li:first-child>a {
	float: left;
	width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
	float: right;
	width: 70px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
	width: 35px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
}

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}

.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 #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}

.sjj_nav>ul>li:last-child {
	border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
	display: none
}

.sjj_nav ul li a {
	color: #666;
	width: 80%
}

.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}

.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #04AF9F
}

.sjj_nav ul li ul li>ul {
	margin-left: 10px
}


/*-------电脑站导航----------*/

.header {
	background: url(../img/123.png) no-repeat center center;
	background-size: 100% 100%;
}

.header .logo {
	width: 50%;
}

@media screen and (max-width: 768px) {
	.header .logo {
		width: 100%;
	}
}

.header .logo img {
	width: 100%;
}

.header .search {
	height: 40px;
	width: 250px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -20px;
	border-radius: 20px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.home {
		display: none;
	}
}

.header .search input {
	float: left;
	height: 40px;
	border: 0;
	background: #fff;
}

.header .search input:first-child {
	width: 200px;
	padding-left: 20px
}

.header .search input:last-child {
	background: url(../img/search_btn.png) no-repeat center center #005594;
	width: 50px;
	cursor: pointer;
}

.header .search input:last-child:hover {
	opacity: 1;
	-webkit-opacity: 1;
}

.navbar {
	width: 100%;
	height: auto;
	background: #005594;
}

@media screen and (max-width: 768px) {
	.navbar {
		display: none;
	}
}

.top02_c {
	height: auto;
}

.top02_c ul {
	width: 100%;
	height: auto;
	text-align: center;
}

.top02_c ul li {
	float: left;
	height: 45px;
}

.top02_c ul li:hover>a {
	color: #c71110;
}

.top02_c ul li>a {
	line-height: 45px;
	font-size: 16px;
	color: #FFFFFF;
}

.dh_xl01 {
	width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0px;
	z-index: 999999;
	display: none;
}

@media \0screen\,
screen\9 {
	/* 只支持IE6、7、8 */
	.dh_xl01 {
		width: 100%;
		background-color: #04AF9F;
		filter: Alpha(opacity=50);
		*zoom: 1;
		/* 激活IE6、7的haslayout属性，让它读懂Alpha */
	}
}

.dh_xl02 {
	width: 1200px;
	height: auto;
	margin: 0px auto;
}

.dh_xl02_l {
	margin-left: 30px;
	text-align: left;
}

.dh_xl02_l>a {
	display: inline-block;
	width: 130px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}

.dh_xl02_l>a:hover {
	border-bottom: 2px solid #c71110;
}


/*---------侧导航电脑端样式---------------------*/

#sideNavPc {
	width: 300px;
	float: left;
}

@media screen and (max-width: 768px) {
	#sideNavPc {
		display: none;
	}
}

.sideNav {
	width: 100%;
	text-align: center;
}

.sideNav h3 {
	line-height: 60px;
	font-size: 24px;
	background: #005594;
	color: #fff;
}

.sideNav ul li a {
	line-height: 65px;
	font-size: 16px;
}

.sideNav ul li a:hover {
	border-bottom: 1px dotted #005594;
	color: #005594;
}

.sideNav .cur {
	border-bottom: 1px dotted #005594;
	color: #005594;
}


/*------------------手机端侧导航-------------------*/

#sideNavApp {
	display: none;
}

@media screen and (max-width: 768px) {
	#sideNavApp {
		display: block;
	}
}

.appbar span {
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	background: #005594;
	color: #fff;
	font-size: 20px;
	position: relative;
}

.appbar span i {
	background: url(../img/arror.png) no-repeat 0 -45px;
	background-size: 100%;
	width: 30px;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
}

.appbar span i.toggle {
	background: url(../img/arror.png) no-repeat 0 0;
	background-size: 100%;
}

.appbar ul {
	display: none;
}

.appbar ul li {
	border: 1px solid #e1e1e1;
	line-height: 40px;
	margin: 0 10px 10px;
	background: #fff;
	padding-left: 20px;
}