﻿body{
	background: #f3f0ef;
}
a{
	color: #fff;
}
.nav{
	background-color: #fff;
}
.container{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.banner{
	overflow: hidden;
}
.banner img{
	float: left;
	width: 100%;
}
.head{
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 90px;
}
.logo{
	float: left;
	margin-left: 60px;
	margin-top: 10px;
}
.menu{
    float: right;
    font-size: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 67%;
    height: 90px;
}
.menu li{
    width: 110px;
    height: 90px;
    text-align: center;
    line-height: 3;
}
.menu li a{
	color: #000;
	vertical-align: text-top;
}
.menu li.active a{
	font-weight: 700;
}
/* ================= 单据管理下拉框 ================= */
.pos{
	position: relative;
}
.pos h1{
	text-indent: -9999px;
	float: left;
	margin-top: 18px;
}
.sub-menu{
    width: 100%;
    height: 38px;
    overflow: hidden;
	transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
    position: absolute;
    background-color: #d8d8d8;
	z-index: 999;
	display: none;
	opacity: 0;
}
.sub-menu ul {
    display: flex;
    width: 960px;
    margin: 0 auto;
}
.sub-menu ul li{
	width: 100%;
    font-size: 16px;
    text-align: center;
}
.sub-menu ul li a{
	color: #000000;
	vertical-align: -webkit-baseline-middle;
}
.sub-menu ul li a:hover{
	color: #0085da;
}
/* ================= 结束 ================= */
.slider{
	width: 100%;
}
.slider img{
	width: 100%;
}
.footer{
	padding-top: 74px;
	background: #262626;
}
.footer .left{
	margin-left: 9px;
	float: left;
	width: 574px;
}
.wlogo{
	margin-left: 7px;
	float: left;
	margin-bottom: 50px;
}
.tip{
	font-size: 13.29px;
	color: #7c7c7c;
	display: inline-block;
	margin-left: 130px;
	line-height: 40px;
}
.footer .left p{
	font-size: 15.36px;
	float: left;
	width: 100%;
	color: #7c7c7c;
	margin-bottom: 3px;
}
.footer .left .tel{
	color: #fff;
}
.tel strong{
	font-size: 24.32px;
	font-weight: 700;
}
.footer .right{
	float: left;
	margin-bottom: 62px;
}
.footer .right img{
	float: left;
}
.footer .right img:nth-child(1){
	margin-right: 34px;
}
.footdown{
	padding: 27px 0 40px;
	overflow: hidden;
	width: 100%;
}
.footdown span{
	font-size: 15.74px;
	color: #666;
	margin-right: 14px;
	float: left;
}
.footdown span:nth-child(1){
	margin-right: 26px;
}
.footdown img{
	height: 24px;
	margin-right: 20px;
	float: left;
}
.footdown img:last-child{
	margin-right: 0;
}
.downloadbtn{
	width: 279px;
	line-height: 48px;
	text-align: center;
	font-size: 23.04px;
	font-weight: 700;
	color: #fff;
	margin: 0 auto;
	display: block;
	border-radius: 30px;
}
.form{
	background: #099fcc;
	padding: 40px 0 50px;
}
.f-tit{
	font-size: 30.72px;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 700;
}
.f-subtit{
	font-size: 12.8px;
	color: #000;
	text-align: center;
	margin-bottom: 44px;
}
.f-con{
    position: relative;
}
.f-wrap{
	overflow: hidden;
	margin-bottom: 20px;
}
.f-ipt{
	float: left;
}
.f-ipt-right{
	float: right;
}
.f-ipt input{
	font-size: 12.8px;
	width: 402px;
	line-height: 44px;
	float: left;
	text-indent: 1em;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
}
.label{
	font-size: 15.36px;
	line-height: 44px;
	float: left;
	margin-right: 10px;
	color: #fff;
}
.f-text{
	width: 912px;
	height: 87px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	font-size: 12.8px;
	text-indent: 1em;
	padding: 10px 0;
	float:left;
}
.submit{
	width: 298px;
	line-height: 48px;
	background: #fff;
	text-align: center;
	color: #000;
	margin: 55px auto 0;
	font-size: 19.2px;
	border-radius: 30px;
	font-weight: 700;
}
.f-xq{
	position: relative;
}
.f-items{
	position: absolute;
	border-radius: 5px;
	overflow-y: scroll;
	right: 0;
    top: 7rem;
	border: 1px solid #d2d2d2;
	height: 0;
	width: 402px;
	display: none;
}
.f-items li{
	font-size: 12.8px;
	line-height: 44px;
	text-indent: 1em;
	background: #fff;
	border-bottom: 1px solid #d2d2d2;
	cursor: pointer;
}
.selectbtn{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	width: 67px;
	height: 45px;
	text-align: center;
	background: #e8e8e8;
	border-radius: 5px;
	cursor: pointer;
}
.selectbtn img{
	margin-top: 18px;
}