﻿.header{
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: space-between;
}
.header .logo{
	width: 162px;
	height: 79px;
	float: left;
	margin-left: 60px;
}
.header .logo h1 a{
	display: block;
	width: 162px;
	height: 79px;
	background: url(../image/logo.png) no-repeat center;
	text-indent: -9999px;
}
.header .nav{
	overflow: hidden;
	float: left;
}
.header .nav .langaugeMoblie{
	display: none;
	padding: 1rem;
	border-radius:50%;
	background: #3b8fff;
	text-align: center;
	line-height: 1rem;
	color: #fff;
	position: absolute;
	right: 5px;
	top:5px;
}
.header .nav .langaugeMoblie a{
	color: #fff;
}

.header .nav.block{
	display: block;
}
.header .nav.none{
	display: none;
}
.header .nav ul{
	overflow: hidden;
}

.header .nav ul li{
	float: left;
	margin:0 15px;
}
.header .nav ul li ul{
	display: none;
}

.header .nav ul li ul li a{
	background: #bfd8bc;
}
.header .nav ul li a{
	display:block;
	width: 8vw;
	height: 90px;
	text-align: center;
	line-height: 90px;
	font-size: 16px;
	color: #333;
	transition: all .5s;
	background: url(../image/tuoyuan.png) no-repeat center;
	background-size:0px 0px ;
}
.header .nav ul li a:hover{
	color: #fff;
	background: url(../image/tuoyuan.png) no-repeat center;
	background-size:100% 100% ;
}
.header .search{
	float: right;
	height: 100%;
}
.header .search .surface{
	width: 80px;
	height: 90px;
	background: #3184fb url(../image/search.png) no-repeat center;
	float: right;
	margin-right: 60px;
}
.header .search form{
	overflow: hidden;
	margin-right: 60px;
	width: 280px;
	height: 42px;
	border:1px solid #3184fb ;
	margin-top: 20px;
	display: none;
}
.header .search form .txt{
	width: 198px;
	height: 40px;
	float: left;
	font-size: 14px;
	color: #000;
	border-right:none ;
	box-sizing: border-box;
	padding-left: 20px;
}
.header .search form .sub{
	width: 40px;
	height:100%;
	float: right;
	background:#3184fb url(../image/search.png) no-repeat center;
}
.header .nav-button{
	width: 42px;
	height: 32px;
	background: url(../image/nav-button.jpg);
	float: right;
	margin-top: 30px;
	display: none;
	margin-right: 10px;
}




.navigate .left span a i{
	display: inline-block;
	margin-right: 10px;
}
.navigate .left span a i img{
	position: relative;
	top: -2px;
}



.navigate .right span{
	cursor: pointer;
	margin-right: 10px;
}
.navigate .right span i{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	position: relative;
	top: 5px;
	background-repeat:no-repeat ;
	background-position: -39px -48px;
}


.navigate .right span:hover a{
	color: #3184FB;
}
.navigate .right span:hover i{
	background-position: -39px -105px;
}







.footer{
	width: 100%;
	box-sizing: border-box;
	padding: 0px 160px 0px 160px;
	background: url(../image/bottom.png) center;
	background-size:100% 100% ;

}
.footer .foot-top{
	width: 100%;
	
	border-bottom: 1px solid rgba(0,0,0,0.1);
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 60px;
}
.foot-top .foot-nav{
	width: 60%;
	height: 100%;
	float: left;
}
.foot-top .foot-nav ul{
	padding: 0 1%;
	float: left;
	margin-right: 5%;
}
.foot-top .foot-nav ul li a{
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: left;
	font-size: 12px;
	color: #666666;
}
.foot-top .foot-nav ul li a:hover{
	color: #3184fb;
}
.foot-top .foot-nav ul li:first-child a{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	font-family: "微软雅黑";
	margin-bottom: 10px;
}
.foot-top .contact{
	width: 40%;
	height: 100%;
	float: right;	
}
.foot-top .contact .greyLine{
	width: 1px;
	height: 211px;
	background: #d5d5d5;
	float: left;
	margin-right: 80px;
}
.foot-top .contact ul{
	width: 50%;
	float: left;
	
}
.foot-top .contact ul li .heng{
	width: 80%;
	height: 1px;
	background: #d5d5d5;
	margin-bottom: 23px;
}
.foot-top .contact ul li:nth-child(1){
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 25px;
}
.foot-top .contact ul li:nth-child(2){
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
}
.foot-top .contact ul li:nth-child(3){
	font-size: 23px;
	color: #ed1107;
	font-weight: bold;
	margin-bottom: 20px;
}
.foot-top .contact ul li span{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../image/contact.jpg);
	transition: all .5s;
	cursor: pointer;
}
.foot-top .contact ul li span:hover{
	transform: translateY(-5px);
}
.foot-top .contact ul li span:nth-child(1){
	background-position:0px 0px  ;
}
.foot-top .contact ul li span:nth-child(2){
	background-position:30px 0px  ;
}
.foot-top .contact ul li span:nth-child(3){
	background-position:70px 0px  ;
}
.foot-top .contact dl{
	width: 20%;
	float: right;
	text-align: center;
}
.foot-top .contact dl dt{
	width: 100%;
	height: 100%;
	
}
.foot-top .contact dl dt img{
	width: 100%;
}
.foot-top .contact dl dd{
	font-size: 13px;color: #666;
	line-height: 36px;
}
.foot-bottom{
	box-sizing: border-box;
	padding-left: 10px;
	padding-top: 5px;
	position: relative;
}
.foot-bottom a{
	color: #000;
}

.navigate .right span{
	cursor: pointer;
}
.navigate .right span:hover{
	color: #3184FB;
}

@media screen and (min-width:1347px){
	 .header .nav ul li ul{
	 	display: none !important;
	 }
}


@media screen and (max-width:1919px) {
   .header .nav{
        margin-left:0px;
    }
    .header .nav ul li{
       margin: 0 0; 
    }
    .surface{
    	display: none;
    }
    .header .search .form{
    	display:block;
    }
}
@media (min-width:1346px) and (max-width: 1919px){
	.header{
		display: flex;
		justify-content: space-around;
	}	
}





@media screen and (max-width:1200px) {
	 .header .nav ul li ul{
	 	display: none ;
	 }
  	.header{
       width: 100%;
       position: relative;
       display: flex;
       justify-content: space-between;
    }
    .header .logo{
    	margin-left: 0px;
    }
    .header .search{
    	display: none;
    }
    .header .nav{
    	position: absolute;
    	top: 90px;
    	left: 0;
    	width: 100%;
    	overflow: hidden;
    	background: #000;
    	z-index: 3;
    	display: none;
    }
    .header .nav ul li{
    	float: none;
    }
    .header .nav ul li a{
    	width: 100%;
    	height:10vw;
    	line-height: 10vw;
    	
    	color: #fff;
    	text-align: left;
    	background: #71b1d9;
    	box-sizing: border-box;
    	padding-left: 10%;
    }
    .header .nav ul li a:hover{
    	background: #007AFF
    }
    .header .nav .about-nav .ab::after{
    	content: "+";
    	margin-left: 15px;
    }
    .header .nav .product-nav .pro::after{
    	content: "+";
    	margin-left: 15px;
    }
    .header .nav .zeren-nav .zeren::after{
    	content: "+";
    	margin-left: 15px;
    }
    .header .nav .news-nav .new::after{
    	content: "+";
    	margin-left: 15px;
    }
    .header .nav .contact-nav .con::after{
    	content: "+";
    	margin-left: 15px;
    }
    .header .nav-button{
    	display: block;
    }
    .footer .foot-nav{
    	display: none;
    }
    .footer .greyLine{
    	display: none;
    }
    .footer .contact{
    	width: 100%;
    }
}


@media screen and (max-width: 1200px){

	.foot-bottom .language{
		display: none;
	}
	.header .nav .langaugeMoblie{
		display: block;
	}
	.foot-bottom{

		display: flex;
		flex-direction: column;
		
		color: #fff;
		box-sizing: border-box;
		padding-left: 10px;
		padding-top: 5px;
	}
	.foot-bottom a{
		font-size: 12px;
		color: #000;
	}
}

@media screen and (max-width: 1200px){
	.navigate .right{
		display: none;
	}
}



@media screen and (max-width: 768px){
	
	
}

@media screen and (max-width: 768px){
	.footer{
		width: 100%;
		background: #eee;

		padding: 0;
	}
	.footer .foot-top{
		padding: 0;
	}
	.footer .foot-top .contact{
		box-sizing: border-box;
		padding: 0 10px;
	}
	.footer .contact{
		width: 100%;
		position: relative;
	}
	.footer .contact ul{
		width: 55%;
		box-sizing: border-box;
		padding-top: 10px;
		
	}
	.footer .contact ul li{
		margin: 0!important;
	}
	.footer .contact dl{
		width: 16%;
	}
	.footer .contact dl{
		
		right: 10px;
		top: 0px;
		height: 80%;
	}
	.footer .contact dl dd{
		display: none;
	}
	.heng{
		display: none;
	}
}
@media screen and (max-width: 640px){
	.footer{
		width: 100%;
		background: #eee;

		padding: 0;
	}
	.footer .foot-top{
		padding: 0;
	}
	.footer .foot-top .contact{
		box-sizing: border-box;
		padding:0 10px;
	}
	.footer .contact{
		width: 100%;
		position: relative;
	}
	.footer .contact ul{
		width: 100%;
		box-sizing: border-box;
		padding-top: 10px;
		
	}
	.footer .contact ul li{
		margin: 0!important;
	}
	.footer .contact dl{
		position: absolute;
		right: 10px;
		top: 20px;
	}
	
	.heng{
		display: none;
	}
}