@charset "utf-8";
.header{
	font-size: 0;
	background: #ffffff;
	z-index: 100;
	width: 100%;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2);
	transition: all .3s;
}
.header .logo{
	padding: 25px 0;
	transition: all .3s;
}
.header .logo a{
	display: block;
}
.header .logo img{
	height: 50px;
	transition: all .3s;
}
.header .search-button{
	width: 22px;
	height: 22px;
	background: url(../images/search-icon.png) no-repeat center;
	margin: 39px 0;
	cursor: pointer;
	transition: all .3s;
}

.header .rightBox{
	padding: 20px 0;
}
.header .language{
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.header .language .item{
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.header .language .item:last-child{
	margin-right: 0;
}
.header .language .item .icon{
	height: 15px;
}
.header .language .item .text{
	font-size: 12px;
	color: #000000;
	margin-left: 6px;
	white-space: nowrap;
	font-family: Arial, Microsoft YaHei, Tahoma, Helvetica, "\5b8b\4f53", sans-serif;
}
.header .search{
	
}
.header .search .text{
	width: 150px;
	height: 26px;
	border: 1px solid #aaaaaa;
	font-size: 12px;
	color: #b4b9bf;
	padding: 0 12px;
}
.header .search .submit{
	width: 26px;
	height: 26px;
	background: url(../images/search-icon.png) no-repeat center;
	cursor: pointer;
	transition: all .3s;
	border: none;
	margin-left: 8px;
}
.stick {
    position: fixed;
    top: 0;
    left: 0;
}
@media screen and (min-width:751px) {
	.header .nav{
		display: block!important;
	}
}
.header .nav .yiji{

}
.header .nav .yiji>li{
	position: relative;
}
.header .nav .yiji>li::after{
	content: '/';
	display: inline-block;
	color: #f3f3f3;
	position: absolute;
	font-size: 18px;
	right: 0;
	top: 50%;
	transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	-o-transform: translate(50%,-50%);
	-moz-transform: translate(50%,-50%);
	-webkit-transform: translate(50%,-50%);
}
.header .nav .yiji>li:last-child::after{
	display: none;
}
.header .nav .yiji>li>a{
	display: block;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	padding: 40px 38px;
	transition: all .3s;
}
.header .nav .yiji>li:hover>a,
.header .nav .yiji>li.active>a{
	color: #24aae1;
}
.header .nav .yiji>li>.erji{
	display: none;
	position: absolute;
	z-index: 333;
	width: 100%;
	background: #ffffff;	
	left: 0;
	top: 100%;
}
.header .nav .yiji>li>.erji>li{
	border-top: 1px solid #e5e5e5;
}
.header .nav .yiji>li>.erji>li:first-child{
	border-top: 3px solid #24aae1;
}
.header .nav .yiji>li>.erji>li>a{
	display: block;
	font-size: 15px;
	color: #666666;
	height: 35px;
	line-height: 35px;
	text-align: center;
	transition: all .3s;
}
.header .nav .yiji>li>.erji>li:hover>a{
	background: #24aae1;
	color: #ffffff;
}
.header .menu{
	display: none;
}

.headerSearch { 
	position: absolute; 
	top: 110px; 
	background: #fff; 
	background: rgba(255,255,255,.5); 
	height: 80px; 
	overflow: hidden; 
	width: 100%; 
	z-index: 2; 
	display: none; 
}
.headerSearch form { 
	width: 720px; 
	margin: 0 auto; 
	margin-top: 20px; 
	background: #fff; 
	height: 40px; 
	overflow: hidden;
}
.headerSearch .sear_text { 
	width: 650px; 
	float: left; 
	height: 40px; 
	line-height: 40px; 
	color: #666; 
	padding-left: 10px; 
	background: url(../images/searbtn.png) no-repeat 10px center; 
	padding-left: 50px;
	font-size: 14px;
	font-family: inherit;
	margin: 0;
	outline: none;
	resize: none;
	border: none;
}
.headerSearch .sear_btn { 
	float: left; 
	width: 70px; 
	height: 40px; 
	cursor: pointer; 
	text-align: center; 
	background: #2380cb; 
	color: #fff; 
	font-size: 16px; 
	transition: all .3s;
	font-family: inherit;
	margin: 0;
	outline: none;
	resize: none;
	border: none;
}
.headerSearch .sear_btn:hover { opacity: .8; }


@media (min-width:1049px) and (max-width:1220px) {
	.header .logo{
		padding: 32.5px 0;
	}
	.header .logo img{
		height: 35px;
	}
}

@media (min-width:950px) and (max-width:1050px) {
	.header .logo{
		padding: 35px 0;
	}
	.header .logo img{
		height: 30px;
	}
	.header .nav .yiji>li>a{
		padding: 40px 25px;
	}
}
@media (min-width:751px) and (max-width:949px) {
	.header .logo{
		padding: 27.5px 0;
	}
	.header .logo img{
		height: 25px;
	}
	.header .nav .yiji>li>a{
		padding: 30px 18px;
		font-size: 14px;
	}
	.header .rightBox{
		padding: 8px 0;
	}
	.header .language .item{
		margin-right: 16px;
	}
	.header .search{
		
	}
	.header .search .text{
		width: 100px;
		padding: 0 8px;
	}
	.header .search .submit{
		margin-left: 3px;
	}
	.header .search-button{
		margin: 29px 0;
	}
}
@media screen and (max-width:750px) {
	.header{
		background: #f8f8f8;
	}
	.header .logo {
	    padding: 15px 0;
	}
	.header .logo img{
		height: 30px;
	}
	.header .rightBox{
		padding: 22px 0;
	}
	.header .language{
		margin-bottom: 0;		
	}
	.header .language .item{
		margin-right: 12px;
	}
	.header .language .item:nth-child(2){
		margin-right: 10px;
	}
	.header .search{
		display: none;
	}
	.header .search-button{
		display: none;
	}
	.header .menu{
		display: block;
		width: 44px;
		height: 34px;
		background: url(../images/menu.jpg) no-repeat center;
		margin: 13px 0;
	}
	.header .nav{
		display: none;
		position: absolute;
		width: 100%;
		background: #ffffff;
		z-index: 55;
		right: 0;
		top: 60px;
	}
	.header .nav .yiji>li{
		display: block;
		float: none;
		border-bottom: 1px solid #e5e5e5;
	}
	.header .nav .yiji>li::after{
		display: none;
	}
	.header .nav .yiji>li>a{
		padding: 15px 15px;
	}
	.header .nav .yiji>li>.erji{
		position: static;
	}
	.header .nav .yiji>li>.erji>li>a{
		height: 45px;
		line-height: 45px;
		text-align: left;
		padding: 0 45px;
	}
	.header .nav .yiji>li>span{
		transition: all .3s;
	}
	.header .nav .yiji>li>.jiantou{
		position: absolute;
		width: 30px;
		height: 30px;
		background-image: url(../images/down.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 50%;
		right: 15px;
		top: 10px;
	}
	.header .nav .yiji>li>.hasClick{
		background-image: url(../images/up.png);
	}
}

.footer1{
	background: #212527;
	padding-top: 70px;
	padding-bottom: 50px;
}
.footer1 .footer_logo{
	font-size: 0;
	margin-top: 12px;
}
.footer1 .footer_logo a{
	display: block;
}
.footer1 .footer_logo a img{
	height: 44px;
}
.footer1 .footer_logo .tel{
	text-align: center;
	margin-top: 30px;
	margin-bottom:20px;
}
.footer1 .footer_logo .tel h2{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
.footer1 .footer_logo .tel p{
	font-size: 16px;
	color: #25A9E0;
	font-weight: bold;
	margin-top: 3px;
}

.footer1 .footer-nav{
	margin-left: 8%;
	width: 55%;
}
.footer1 .footer-nav li{
	width: 25%;
}
.footer1 .footer-nav li h3{
	
}
.footer1 .footer-nav li h3 a{
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	line-height: 48px;
}
.footer1 .footer-nav li p{
	
}
.footer1 .footer-nav li p a{
	display: inline-block;
	font-size: 14px;
	color: #949596;
	line-height: 30px;
	transition: all .3s;
}
.footer1 .footer-nav li p:hover a{
	color: #24aae1;
}
.footer1 .footer-ewm{
	font-size: 0;
	margin-top: 5px;
}
.footer1 .footer-ewm a{
	display: block;
}
.footer1 .footer-ewm img{
	width: 147px;
}

.footer2{
	text-align: center;
	font-size: 14px;
	color: #949596;
	background: #222628;
	padding: 11.5px 0;
	line-height: 24px;
}
.footer2 a{
	color: #949596;
}
.footer2 img{
	vertical-align: top;
}
.m-footer{
	display: none;
}
@media (min-width:751px) and (max-width:1199px) {
	.footer1{
		padding: 20px 0 30px;
	}
	.footer1 .footer_logo{
		display: none;
	}
	.footer1 .footer-nav{
		margin-left: 0;
		width: 75%;
	}
}
@media screen and (max-width:750px) {
	.footer1{
		display: none;
	}
	.m-footer{
		display: block;
	}
	.m-footer .blank_45{
		height: 45px;
		background: transparent;
	}
	.m-footer .list{
		position: fixed;
		width: 100%;
		height: 45px;
		left: 0;
		bottom: 0;
		background: #24aae1;
		z-index: 33;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.m-footer .list a{
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		font-size: 14px;
		color: #ffffff;
		position: relative;
	}
	.m-footer .list a::after{
		content: '';
		display: inline-block;
		position: absolute;
		width: 1px;
		height: 18px;
		background: #ffffff;
		right: 0;
		top: 50%;
		transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
	}
	.m-footer .list a:last-child::after{
		display: none;
	}
}

.back{
	display: none;
	position: fixed;
	width: 45px;
	height: 45px;
	background-color: #177992;
	background: url(../images/up1.png) no-repeat center;
	background-size: cover;
	right: 5%;
	bottom: 10%;
	cursor: pointer;
	font-size: 0;
}