i{
	font-style: normal;
}
.header {
	width: 100%;
	height: 100px;
	background: url(../images/bg_01.png) no-repeat center;
	background-size: cover;
}

.header .logo {
	margin-top: 19px;
	width: 361px;
}

.header-nav .header-ul {
	margin-top: 20px;
	height: 100%;
}

.header-nav .header-ul>li {
	float: left;
	padding: 20px 30px;
	position: relative;
	height: 100%;
	padding-bottom: 40px;
}

.header-nav .header-ul>li.active1>a {
	position: relative;
	display: block;
	color: #005cb9;
}

.header-nav .header-ul>li.active>a::before {
	width: 63px;
	height: 7px;
	content: '';
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -31px;
}

.nav_line {
	background: url(../images/line_06.png) center center no-repeat !important;
	/* background-size: 16px 10px !important;
	 */
	width: 63px;
	height: 7px;
	z-index: 1 !important;
	top: 54px !important;
	/* display: none; */
}

.header-nav .header-ul>li>ul {
	padding-top: 30px;
	position: absolute;
	width: 190px;
	left: 50%;
	top: 50px;
	margin-left: -95px;
	display: none;
	z-index: 99;
}

.header-nav .header-ul>li>ul>li {
	padding: 14px 0;
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, .8);
	position: relative;
}

.header-nav .header-ul>li>ul>li:hover a {
	color: #596066;
}

.header-nav .header-ul>li>ul>li:hover:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: url(../images/li1.png) no-repeat center;
}

.header-rt .lang {
	width: 86px;
	height: 26px;
	border-radius: 30px;
	background-color: #fff;
	border: 1px solid #015db9;
	margin-top: 38px;
	line-height: 26px;
}

.header-rt .lang .n {
	display: inline-block;
	width: 50%;
	height: 100%;
	text-align: center;
}

.header-rt .lang .n1 {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.header-rt .lang .n2 {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	color: #fff;
	background-color: #015db9;
}

/* 手机端 */
.mob-top {
	width: 100%;
	background: url(../images/bg_01.png) no-repeat center;
	background-size: cover;
	height: 100px;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.mob-top .logo {
	margin-top: 20px;
}

.mob-header-rt .lang {
	width: 115px;
	height: 44px;
	border-radius: 30px;
	background-color: #fff;
	border: 1px solid #015db9;
	margin-top: 28px;
	line-height: 44px;
	font-size: 24px;
}

.mob-header-rt .lang .n {
	display: inline-block;
	width: 50%;
	height: 100%;
	text-align: center;
}

.mob-header-rt .lang .n1 {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	color: #525252;
}

.mob-header-rt .lang .n2 {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	color: #fff;
	background-color: #015db9;
}

.mob-header-rt .menu {
	margin-top: 38px;
	width: 38px;
	margin-left: 37px;
}

.mob-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .9);
	z-index: 9999;
	display: none;
	padding-top: 118px;
}

.mob-nav .close {
	position: absolute;
	top: 27px;
	right: 21px;
}

.mob-nav-ul>li {
	padding: 35px 0;
	text-align: center;
	position: relative;
}

.mob-nav-ul>li.active a {
	color: #005cb9;
}

.mob-nav-ul>li>a {
	color: #2c2c2c;
	font-size: 36px;
	font-weight: bold;
}

.mob-nav-ul>li .jiantou {
	width: 37px;
	position: absolute;
	top: 45px;
	right: 22px;
}

.mob-nav-ul>li .jiantou .img2 {
	display: none;
}

.mob-nav-ul>li>ul {
	padding-top: 20px;
	display: none;
	/* padding-bottom: 20px; */
}

.mob-nav-ul>li>ul>li {
	font-size: 28px;
	padding: 14px 0;
}

.mob-nav-ul>li>ul>li>a {
	color: #484848;
}

/* 底部 */
.footer {
	width: 100%;
	background: url(../images/footer_06.png) no-repeat center;
	padding-top: 64px;
	padding-bottom: 50px;
	background-size: cover;
}
.footer .flogo{
	width: 180px;
}
.footer-lt {
	padding-left: 54px;
}

.footer-lt .f2 {
	width: 490px;
	margin-left: 60px;
	padding-top: 12px;
}

.footer-lt .f2-ul>li {
	float: left;
	margin-right: 34px;
}

.footer-lt .f2-ul>li a {
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
}

.footer-lt .f2 .infos {
	margin-top: 13px;
}

.footer-lt .f2 .infos p {
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
	line-height: 26px;
}

.footer .f3 {
	padding-right: 30px;
}

.footer .f3 p {
	color: rgba(255, 255, 255, .9);
	font-size: 14px;
	line-height: 30px;
}

.footer .f3 p img {
	margin-right: 10px;
	margin-top: -3px;
	width: 17px;
}

.mob-footer {
	background: url(../images/fbg2_02.png) no-repeat;
	padding: 50px 0;
	background-size: cover;
	display: none;
}

.mob-footer .f3 {
	text-align: center;
}

.mob-footer .f3 p {
	font-size: 24px;
	line-height: 45px;
}

.mob-footer .f3 p img {
	width: 21px;
}

.mob-footer .f4-ul {
	text-align: center;
	margin-top: 30px;
}

.mob-footer .f4-ul>li {
	padding: 0 17px;
	display: inline-block;
}

.mob-footer .f4-ul li a {
	font-size: 24px;
	color: #fff;
}

.mob-footer .flogo {
	text-align: center;
	margin-top: 28px;
	margin-bottom: 28px;
}

.mob-footer .flogo img {
	width: 218px;
}

.mob-footer .infos p {
	font-size: 24px;
	color: rgba(255, 255, 255, .7);
	line-height: 38px;
	text-align: center;
}

.mob-footer .infos p span {
	color: rgba(255, 255, 255, .7);
}

.mob-footer .infos p a {
	color: rgba(255, 255, 255, .7);
}

/* 侧边栏 */
.aside {
	position: fixed;
	top: 60%;
	right: 0;
	z-index: 9999;
}

.aside-ul>li {
	width: 60px;
	height: 60px;
	border-radius: 5px;
	background-color: #005cb9;
	margin-bottom: 2px;
	cursor: pointer;
	position: relative;
}

.aside-ul>li .txt {
	text-align: center;
}

.aside-ul>li .returnTop p {
	color: #fff;
	margin-top: 4px;
}

.aside-ul>li .returnTop img {
	margin-top: 10px;
}

.aside-ul>li .c1 img {
	margin-top: 16px;
}
.aside-ul>li .tel-box{
	width: 258px;
	padding:10px 14px;
}
.aside-ul>li .liLeft {
	position: absolute;
	right: 62px;
	top: 50%;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	background-color: #005cb9;
	border-radius: 6px;
	display: none;

}
.aside-ul>li:hover .liLeft{
	display: block;
}
.aside-ul>li .liLeft p{
	color:#fff;
	line-height:28px;
	
}
.aside-ul>li .erwei{
	width: 120px;
	padding:20px;
}
.aside-ul>li .erwei img{
	width: 100px;
}
.returnTP{
	opacity: 0;
	transition: all .3s ease-in;
}
@media (max-width:1340px) {
	.header-nav .header-ul>li {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header .logo {
		width: 330px;
	}

	.footer .f3 {
		padding-right: 0;
	}

	.footer-lt {
		padding-left: 0;
	}
}

@media (max-width:1200px) {
	.header {
		display: none;
	}

	.mob-top {
		display: block;
	}

	.footer1 {
		display: none;
	}

	.mob-footer {
		display: block;
	}
	.aside{
		display: none;
	}
	.footer .flogo{
		margin:10px auto;
	}
}

@media (max-width:678px) {
	.mob-top .logo {
		width: 300px;
		margin-top: 24px;
	}

	.mob-header-rt .lang {
		font-size: 16px;
		width: 80px;
		height: 30px;
		line-height: 30px;
		margin-top: 36px;
	}

	.mob-header-rt .menu {
		width: 30px;
	}

	.mob-nav {
		padding-top: 80px;
	}

	.mob-nav-ul>li>a {
		font-size: 28px;
	}

	.mob-nav-ul>li .jiantou {
		width: 30px;
		height: 41px;
		top: 28px;
	}

	.mob-nav-ul>li>ul>li {
		font-size: 18px;
	}

	.mob-nav-ul>li {
		padding: 20px 0;
	}

	.mob-nav .close {
		width: 28px;
	}

}

@media (max-width:500px) {
	.mob-top .logo {
		width: 230px;
		margin-top: 30px;
	}

	.mob-header-rt .menu {
		width: 30px;
		margin-left: 20px;
	}

	.mob-footer .f3 p {
		font-size: 18px;
		line-height: 34px;
	}

	.mob-footer .f4-ul li a {
		font-size: 18px;
		line-height: 34px;
	}

	.mob-footer .infos p {
		font-size: 18px;
		line-height: 33px;
	}


}

@media (max-width:400px) {
	.mob-top {
		height: 77px;
	}

	.mob-top .logo {
		width: 180px;
		margin-top: 24px;
	}

	.mob-header-rt .menu {
		width: 25px;
		margin-left: 15px;
		margin-top: 25px;
	}

	.mob-header-rt .lang {
		font-size: 12px;
		width: 60px;
		height: 26px;
		line-height: 26px;
		margin-top: 25px;
	}


	.mob-nav-ul>li .jiantou {
		width: 23px;
		top: 22px;
	}

	.mob-nav-ul>li>a {
		font-size: 22px;
	}
	
}
