@charset "utf-8";
/* CSS Document */
/*重置样式*/
body,img,input,ul,li,h1,h2,h3,h4,h5,h6,p{
	font-family:"思源黑体CN","微软雅黑",Helvetica, Arial;
	margin:0;
	padding:0;
	display:block;
	font-weight:normal;
	text-decoration:none;
	list-style:none;
    }
a{
	margin:0;
	padding:0;
	font-weight:normal;
	text-decoration:none
	}
a:hover{
	text-decoration:none;
	}

.color{
	color: #0f67b0;
	background-color: #0f67b0
}

.zcjy1200{
	width: 1200px;
	margin: 0 auto;
}
.zcjy_top80{
	margin-top: 100px;
}
.header{
	height: 100px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 15%);
    box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 15%);
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	z-index: 2;
}
.header_content{
	height: 80px;
}
.header_logo{
	float: left;
	height: 64px;
	cursor: pointer;
	margin: 16px 0 0 0;
}
.header_logo img{
	height: 100%;
}
.header_nav{
	float: right;
	height: 100px;
	line-height:100px;
}
.header_li{
	float: left;
	position: relative;
}
.header_a{
	display: block;
	padding: 0 25px;
	font-size: 14px;
	color: #666;
	line-height: 100px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.header_a_cur,.header_a:hover{
	color: #86ba1b;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header_son_navbg{
	position: fixed;
	left: 0;
	width: 100%;
	height: 200px;
	transform: scaleY(0);
	background-color: rgba(255,255,255,0.97);
	box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	transition: transform .3s,opacity .3s,filter .3s;
	transform-origin: 0 0;
	z-index:1;
}
.header_son_nav{
	position: absolute;
	left: 50%;
	width: 680px;
	overflow: hidden;
	padding-top: 16px;
	margin-left: -216px;
	/* background-color: rgba(255,255,255,0.97);
	-webkit-box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 15%);
	box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 15%);
	border-radius: 0 0 10px 10px; */
}
.header_son_navul{
	float: left;
	width: 280px;
}
.header_son_navull{
	float: left;
	width: 1px;
	height: 100px;
	margin:60px 40px 10px 0px;
	background-color: #e5e5e5;
}
.header_son_navh{
	width: 80px;
	color: #333333;
	font-size: 14px;
	line-height: 48px;
	font-weight:700;
	padding: 0 25px;
}
.header_son_navli{
	float: left;
}
.header_son_navli a{
	display: block;
	width: 80px;
	color: #666;
	font-size: 12px;
	line-height: 38px;
	height: 38px;
	padding: 0 25px;
	cursor: pointer;
}
.header_son_navli a:hover{
	color: #86ba1b;
}

.header_login{
	float: right;
	font-size: 12px;
	padding:0 20px;
	border: #cccccc 1px solid;
	border-radius: 15px;
	line-height: 30px;
	height: 30px;
	color: #999;
	margin-top:35px ;
	margin-left: 10px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;;
}
.header_login:hover{
	border: #86ba1b 1px solid;
	color: #86ba1b;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header_register{
	float: right;
	font-size: 12px;
	padding:0 20px;
	border-radius: 15px;
	line-height: 30px;
	height: 30px;
	color: white;
	background-color: #86ba1b;
	margin-top:35px ;
	margin-left: 20px;
	cursor: pointer;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.header_register:hover{
	background-color: #95ca28;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.it_banner{
	margin-top: 100px;
	width: 100%;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 32px;
	color: white;
	font-weight: bold;
	background: url(../img/zb_banner.png) center;
}
.it_mian{
	margin-top: 30px;
}
.it_ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.it_li{
	width: 260px;
	background: url(../img/mobile.png) no-repeat;
}
.it_li img{
	display: block;
	width: 240px;
	height: 450px;
	margin: 33px auto 0;
}
.it_li h1{
	color: #333333;
	font-size: 14px;
	margin-top: 25px;
	text-align: center;
}
.it_li span{
	display: block;
	color: #666666;
	font-size: 14px;
	margin-top: 6px;
	text-align: center;
}





/*底部板块*/
.footer{
	background-color: #444444;
	padding-top: 40px;
}
.footer_mian{
	overflow: hidden;
	padding-bottom: 30px;
}
.footer_qr{
	float: left;
	width: 140px;
	overflow: hidden;
	margin-right: 20px;
}
.footer_qr img{
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 2px;
}
.footer_qr p{
	color: white;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.footer_txt{
	float: left;
	width: 400px;
	color: #e5e5e5;
}
.footer_txt h1{
	font-size: 26px;
	font-weight: 500;
}
.footer_txt p{
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
}
.footer_logo{
	float: right;
	width: 300px;
	margin-top: 20px;
	opacity: 0.7;
}
.footer_p{
	color: #e5e5e5;
	font-size: 14px;
	line-height: 30px;
	padding: 20px 0;
	border-top: 1px solid #666666;
}
.footer_p img{
	width: 16px;
	display: inline-block;
	margin-right: 4px;
}
.footer_tel{
	float: right;
	padding-left: 70px;
	border-left: 1px solid #666666;
}
.footer_tel h1{
	color: white;
	font-weight: 600;
	font-size: 24px;
}
.footer_tel p{
	color: white;
	font-size: 12px;
	line-height: 24px;
	margin-top: 10px;
}
.footer_tel a{
	display: block;
	width: 180px;
	height: 38px;
	color: #444444;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	border-radius: 19px;
	position: relative;
	margin-top: 10px;
	padding-left: 20px;
	background-color: white;
	box-sizing: border-box;
	cursor: pointer;
}
.footer_tel>a>i{
	position: absolute;
	left: 44px;
	top: 10px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/zcjy-icom.png) -50px -40px no-repeat;
}

