
/*

By  石 **-**-**
QQ  1174188215

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}
ul,li,ol,dl,dt,dd{list-style: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
table{border-collapse:collapse;border-spacing:0}
audio,canvas,video { display: inline-block;*display: inline;*zoom: 1;}
fieldset,img{border:0}
caption,th{text-align:left}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}
a{text-decoration:none;color: #666;}
a:hover{text-decoration:none;cursor: pointer;}
html,body{
	font-family: "arial" ,'Microsoft Yahei';
	*font-family: "微软雅黑";
	*font-family: "Microsoft Yahei";
	color: #666;
}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
img{
	-moz-user-select:none;/*火狐*/
	-webkit-user-select:none;/*webkit浏览器*/
	-ms-user-select:none;/*IE10*/
	-khtml-user-select:none;/*早期浏览器*/
	user-select:none;
}
body{position: relative;min-width: 1200px;max-width: 1920px;margin: 0 auto;}
.clear{clear: both;}
.after:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*********************************/
.fl{float: left;}
.fr{float: right;}
.wrapper{width: 1200px;margin: 0 auto;}
.header{
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #0a0a0a;
}
.header .logo img{display: block;margin-top: 12px;}
.header a{color: #0a0a0a;}
.header .fr i{
	display: inline-block;
	vertical-align: middle;
	height: 1em;
	width: 1px;
	background: #0a0a0a;
	margin: 0 8px;
	margin-bottom: 2px;
}
.tit{
	font-weight: normal;
}

.banner{
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.banner .img{
	width: 1920px;
	height: 500px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.formBoxOut{
	position: absolute;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 75px;
	text-align: right;
	height: 348px;
}

.tit{
	font-weight: normal;
	text-align: center;
	color: #141414;
	font-size: 24px;
	height: 140px;
	line-height: 140px;
	background: #f4f5f8;
}
.tit span{
	display: inline-block;
	position: relative;
	letter-spacing: 3px;
}
.tit span:before,.tit span:after{
	content: '';
	width: 2em;
	height: 1px;
	background: #141414;
	position: absolute;
	top: 50%;
}
.tit span:before{left: -2.4em;}
.tit span:after{right: -2.4em;}

.imgList img{
	display: block;
	margin: 0 auto;
}
.imgList .bg2{
	background: #f4f5f8;
}
.tit2{font-size: 20px;}
.readyBox{
	text-align: center;
	background: #f4f5f8;
	padding-bottom: 70px;
}
.readyBox dl{
	display: inline-block;
	vertical-align: middle;
	margin: 0 40px;
	font-size: 16px;
	color: #424242;
	line-height: 2em;
}
.readyBox p{
	color: #737373;
	font-size: 12px;
	margin-top: 50px;
}
.footer{
	background: #c6c6c6;
}
.footer *{color: #fff;}
.footer .top{position: relative;}
.footer .top li{
	float: left;
    font-size: 16px;
    padding: 0 5px;
    line-height: 60px;
}
.footer .top p{font-size: 12px;line-height: 2em;}
.footer .top .tip{
	position: absolute;
	right: 0;
	bottom: 10px;
    font-weight: bold;
    padding: 0 40px;
    overflow: hidden;
    border: 1px solid #fff;
    line-height: 40px;
    text-align: center;
    margin-top: 70px;
}
.footer .bottom{
	text-align: center;
	font-size: 14px;
	line-height: 60px;
} 
.center{
	background-color: #f4f5f8;
}
.formBox{
	position: absolute;
	width: 326px;
	height: 348px;
	right: 35px;
	top: 0;
	padding: 48px 22px 0;
}
.formBox .li {
    overflow: hidden;
    background: #fff;
    height: 46px;
    border-radius: 4px;
	margin-bottom: 20px;
	padding: 8px 0;
}
.formBox .li input {
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    border: 0;
    outline: 0;
    padding: 0 10px;
    font-size: 14px;
    color: #575b5c;
}
.formBox .li.yzmli{
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.formBox .yzmli input{
	flex: 1;
}
.formBox .yzmli button {
    width: 100px;
    height: 24px;
    background: #fff;
    outline: 0;
    border: 0;
    color: #d20a10;
    font-size: 14px;
}
.formBox .yzmli input {
    width: 145px;
    border-right: 1px solid #eee;
    float: left;
}
button[disabled] {
    color: #575b5c !important;
}
.checkBox{
	display: flex;
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
}
.checkBox>p{
	flex: 1;
	margin-left: 5px;
	line-height: 1.8em;
	text-align: left;
}
.checkBox>p a{
	color: #fdd88b;
	text-decoration: underline;
}
.check{
	width: 16px;
	margin-top: 4px;
	height: 16px;
	position: relative;
}
.checkBox .check input {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: visible;
}
.checkBox .check input+span {
    display: block;
    width: 16px;
    height: 16px;
	border: 1px solid #fff;
	border-radius: 2px;
}
.checkBox .check input:checked+span {
    background: url(../images/20221026_b1.png) no-repeat center;
}
.hide{
	display: none;
}
.formBox .title{
	display: block;
	margin: 0px auto 30px;
}
.formBox .ewmimg{
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 150px;
}
.formBox .txt{
	color: #fff;
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
}