*{
	color: #333;
	padding:0px;
	margin: 0px;
	box-sizing: border-box;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{text-decoration: none;}
img{
	vertical-align: middle;
	border: none;
}
li{list-style: none;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
/*nav------------------------------------------*/
.nav{
	width: 100%;
	height: 80px;
	min-width: 1200px;
	background: #fff;
}
.nav_con{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav_con .logo{}
.nav_con .nav_sub{
	height: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.nav_con .nav_sub:after{
	display:block;
	overflow:hidden;
	content:"";
}
.nav_con .nav_sub .item{
	perspective:2000px;
}
.nav_con .nav_sub .item a{
	display: block;
	height: 80px;
	text-decoration: none;
	transition:all ease .5s;
	transform-style:preserve-3d;
}
.nav_con .nav_sub .item a p{
	padding: 0 15px;
	height: 80px;
	line-height: 80px;
	text-align:center;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	transition:all linear 0.5s;
}
.nav_con .nav_sub .item a p:first-child{
	transform:translateZ(50px);
	color: #333;
}
.nav_con .nav_sub .item a p:last-child{
	background-color: transparent;
	transform:translateZ(50px) rotateX(-90deg);
	margin-top: -41px;
	color: #fff;
}
.nav_con .nav_sub .item a:hover{
	transform:rotateX(90deg);
}
.nav_con .nav_sub .item a:hover p:last-child{
	margin-top: 0;
	transform:translateZ(0px) rotateX(-90deg);
	background-color: #0191dd;
}


/*footer-----------------------------------------------------------*/
.footer{
	width: 100%;
	height: 340px;
	min-width: 1200px;
	background: url(../images/footer_bg.png) no-repeat;
	background-size: 100% 100%;
}
.footer_con{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.footer_con .up{
	width: 100%;
	height: 290px;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.footer_con .up_contact{width: 336px;}
.footer_con .up_contact p{
	margin-top: 12px;
	color: #fff;
	font-size: 14px;
}
.footer_con .up .up_line{
	width: 1px;
	height: 171px;
	background: #999;
}
.footer_con .up_about{width: 64px;}
.footer_con .up_about h3{font-size: 16px;}
.footer_con .up_about h3 a{color: #fff;}
.footer_con .up_about>a{
	display: inline-block;
	margin-top: 12px;
	color: #fff;
	font-size: 14px;
}

.footer_con .up_product{width: 242px;}
.footer_con .up_product h3{
	width: 100%;
	font-size: 16px;
}
.footer_con .up_product h3 a{color: #fff;}
.footer_con .up_product .up_product_left{
	float: left;
	width: 112px;
}
.footer_con .up_product .up_product_right{
	width: 100px;
	float: right;
}
.footer_con .up_product>div a{
	display: inline-block;
	margin-top: 12px;
	color: #fff;
	font-size: 14px;
}
.footer_con .up_eweicode{
	width: 134px;
	text-align: center;
}
.footer_con .up_eweicode .img{margin-top: 35px;}
.footer_con .up_eweicode .img img{
	width: 100%;
	height: 100%;
}
.footer_con .up_eweicode p{
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
}
.footer_con .down{
	height: 50px;
	border-top: 1px solid #fff;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.footer_con .down a{
	font-size: 14px;
	color: #fff;
	line-height: 50px;
}