img{
	max-width: 100%;
}
.header {
	width: 100%;
	background-color: #fff;
}

.header-content {
	height: 78px;
}

.header-content .pc-logo img {
	width: 154px;
	margin-top: 21px;
}

.header-content .pc-logo p {
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	color: #999;
	border-left: 1px solid #dcdcdc;
	padding-left: 14px;
	box-sizing: border-box;
	margin-top: 22px;
	margin-left: 12px;
}

.header-right {
	height: 100%;
}

.heade-pc-ul {
	height: 100%;
}

.heade-pc-ul>li {
	height: 100%;
	float: left;
	font-size: 16px;
	position: relative;
}

.heade-pc-ul>li>a {
	padding-top: 30px;
	height: 100%;
	display: block;
	box-sizing: border-box;
	color: #333;
	padding-left: 26px;
	padding-right: 26px;
}

.heade-pc-ul>li.active>a {
	color: #fff;
	background-color: #005197;
}

.heade-pc-ul>li>ul {
	position: absolute;

	/* left: 50%; */
	left:0;
	top: 78px;
	/* width: 100%; */
		width:162px;
	z-index: 10;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 24px;
	display: none;
	/* transform: translate(-50%,0); */
}

.heade-pc-ul>li>ul>li {
	width: 100%;
	padding: 0 6px;
	box-sizing: border-box;
}

.heade-pc-ul>li>ul>li a {
	display: block;
	width: 100%;
	color: #666666;
	font-size: 14px;
	border-bottom: 1px solid #ebebeb;
	padding-top: 10px;
	padding-bottom: 14px;

}

.heade-pc-ul>li>ul>li a span {
	float: right;
}

.heade-pc-ul>li>ul>li a:hover {
	color: #005296;
}

/* 手机端导航 */
.mob_header {
	width: 100%;
	background-color: #fff;
	display: none;
}

.mob_header_content {
	height: 80px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
}

.mob_header_content .mob_logo {}

.mob_header_content .mob_logo img {
	width: 154px;
	margin-top: 21px;
}

.mob_header_content .mob_logo p {
	font-size: 14px;
	color: #999;
	height: 44px;
	line-height: 44px;
	border-left: 1px solid #dcdcdc;
	padding-left: 14px;
	box-sizing: border-box;
	margin-top: 22px;
	margin-left: 12px;
}

.mob_header_content .mob_right {
	flex: 1;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	justify-content: flex-end;
}

/* 
.mob_header_content .mob_right .mob_lang {
	font-size: .43rem;
	color: #999;
	margin-right: 40px;
}

.mob_header_content .mob_right .mob_lang a {
	color: #999;
} */

.mob_menu {
	width: 50px;
	background-color: #005296;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
}

.mob_menu img {
	width: 100%;
}

/* 导航 */
.mob_nav {
	padding-top: 30px;
	width: 70%;
	position: fixed;
	height: 100%;
	top: 0px;
	left: 0;
	display: none;
	z-index: 9999;
	padding-bottom: 30px;
	background-color: #00254a;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.mob_nav .mob-close{
	color:#fff;
	border-radius: 50%;
	width: 27px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	margin:40px auto 0;
	background-color: rgba(255,255,255,.3);
	}
.mob_nav>ul>li {
	border-bottom: 1px solid rgba(255,255,255,.4);

	/* background-color: #005296; */
}

/* .mob_nav>ul>li>a {
	padding-left: 14px;
	font-size: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}
 */
/* .mob_nav>ul>li:hover>a{
	background-color: #da1f2a;
}

.mob_nav>ul>li:hover>a {
	color: #fff;
} */

.mob_nav>ul>li>a {
	padding-left: 14px;
	font-size: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	color:#fff;
	display: block;
	position: relative;
}
.mob_nav>ul>li>a>span{
	/* float: right; */
	position: absolute;
	right:30px;
	top:20px;
	color:rgba(255,255,255,.8);
	padding-right: 30px;
}
.mob_nav>ul>li>a>span.active{
	top:33px;
	right:40px;
	transform: rotate(90deg);
}
.mob_nav>ul>li>ul {
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	display: none;
}

.mob_nav>ul>li>ul>li>a {
	display: block;
	color: rgba(255,255,255,.6);
	padding: 6px 0;
	font-size: 22px;
}
/* 
.mob_nav>ul>li>ul>li>a span {
	float: right;
} */

/* 首页底部开始 */
.footer {
	width: 100%;
	background-color: #003366;
	padding-top: 34px;
	margin-top: 60px;
	border-bottom: 1px solid #194775;
}

.footer-logo {
	margin-right: 54px;
	margin-top: 34px;
	margin-left: 74px;
}

.footer-logo img {
	width: 88px;
}

.footer_nav ul>li {
	float: left;
	padding-left: 53px;
	height: 226px;
	border-left: 1px solid #194775;
	padding-top: 22px;
}

.footer_nav ul>li .tit {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}

.footer_nav ul>li a {
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
	margin-bottom: 10px;
}

.footer_nav ul>li.one {
	/* width: 180px; */
	padding-right: 54px;
}

.footer_nav ul>li.two {
	/* width: 232px; */
	padding-right: 90px;
}

.footer_nav ul>li.three {
	/* width: 232px; */
	padding-right: 25px;
}

.footer_nav ul>li.four {
	/* width: 232px; */
	padding-right: 52px;
	border-right: 1px solid #194775;
}

.footer .erwei {
	margin-left: 47px;
	margin-top: 24px;
}

.footer .erwei img {
	width: 167px;
}

.copyright {
	width: 100%;
	background-color: #00254a;
	/* padding-top:27px; */
	padding: 27px 0;
}

.copyright .copyright-top {
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
	display: flex;
	justify-content: center;
}

.copyright .copyright-top p {
	margin-right: 30px;
	padding-left: 23px;
	box-sizing: border-box;
	position: relative;
}

.copyright .copyright-top p:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 3px;
}

.copyright .copyright-top p.tel:before {
	background: url(../images/index3_07.png) no-repeat;
}

.copyright .copyright-top p.email:before {
	background: url(../images/index3_09.png) no-repeat;
}

.copyright .copyright-top p.addr:before {
	background: url(../images/index3_11.png) no-repeat;
}

.copyright .copy {
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
	text-align: center;
	margin-top: 14px;
}

/* 手机端底部 */
.mob-footer {
	margin-bottom: 90px;
}

.mob-footer p {
	font-size: 22px;
	color: #999999;
	text-align: center;
	margin-top: 40px;
}

.mob-footer .erwei {
	text-align: center;
}

.mob-footerNav {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #fff;
}

.mob-footerNav>ul {
	border-top: 1px solid #dedede;
	display: flex;
	display: -webkit-flex;
}

.mob-footerNav>ul>li {
	width: 25%;
	border-right: 1px solid #dedede;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 10px;
}

.mob-footerNav>ul>li .hover {
	display: none;
}

.mob-footerNav>ul>li.active .no_hover {
	display: none;
}

.mob-footerNav>ul>li.active .hover {
	display: inline-block;
}

.mob-footerNav>ul>li.active p {
	color: #005296;
}

.mob-footerNav>ul>li p {
	font-size: 22px;
	text-align: center;
	color: #333;
	margin-top: 6px;
}

.mob-footer {
	display: none;
}

.mob-footerNav {
	display: none;
}

@media (max-width:1300px) {
	.footer-logo {
		margin-left: 40px;
	}
}

@media (max-width:1200px) {
	.mob_header {
		display: block;
	}

	.header {
		display: none;
	}

	.footer {
		display: none;
	}

	.copyright {
		display: none;
	}

	.mob-footerNav>ul>li p {
		font-size: 12px;
	}

	.mob-footer {
		display: block;
	}

	.mob-footerNav {
		display: block;
	}
}

@media (max-width:568px) {
	.mob_header_content .mob_logo img {
		width: 100px;
	}

	.mob_header_content .mob_logo p {
		margin-top: 17px;
	}

	.mob_menu {
		width: 44px;
		padding: 10px;
	}
}

@media (max-width:441px) {
	.mob_header_content .mob_logo p {
		font-size: 12px;
		padding-left: 5px;
	}

	.mob_header_content .mob_logo img {
		margin-top: 14px;
	}

	.mob_header_content .mob_logo p {
		margin-top: 11px;
		height: 34px;
		line-height: 34px;
	}
	.mob_nav>ul>li>a{
		font-size: 14px;
	}
	.mob_nav>ul>li>ul>li>a{
		font-size: 12px;
	}
}
