body {
    font: 12px/1.5 "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
    color: #333;
    margin:0;
    padding:0;
    background-color:rgba(255,255,255,0.1);
    min-width: 1200px;
}
body, div, img, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr {
    margin: 0;
    padding: 0;
}
ul{
    list-style:none;
}
a{
    text-align:center;
    text-decoration:none;
    color:white;
    display:inline-block;
}
/*网页头部*/
.header{
    width:1200px;
    height:100px;
    position:relative;
    background:linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.1)); rgba(255,255,255,0.5);
    display: flex;
    justify-content: space-between;
    margin:0 auto;
}
.header .header_left{
    width:auto;
    height:100px;
}
.header .header_left img{
    vertical-align: middle;
}
.header .header_left ul{
    display: inline-block;
    width:500px;
    height:100px;
    margin-left:150px;
}
.header .header_left ul li{
    display: inline-block;
    padding:30px 20px;
}
.header .header_left ul li a{
    display: block;
    width:60px;
    height:40px;
    line-height: 40px;
    color:black;
    text-align: center;
    font-size: 15px;
    text-decoration:none;
}
.header .header_left ul li:hover{
    background:rgb(243,126,31);
}
.header .header_left ul li:hover a{
    color:white;
    border-bottom:2px solid white;
}
.main{
    width:100%;
    height:600px;
    background: url(../img/sign_bg.jpg) center no-repeat;
    background-size: cover;
    padding:65px 0;
}
.main .section{
    width:900px;
    height:600px;
    margin:0 auto;
    position: relative;
    background: white;
}
.main .section>img{
    position: absolute;
    top:30px;
    left:50px;
}
.main .section>form{
    width:370px;
    height:auto;
    position: absolute;
    top:30px;
    right:60px;
}
.main .section>form .tit{
    width:370px;
    height:40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.main .section>form .tit span{
    width:70px;
    border-bottom:2px solid rgb(244,127,34);
    text-align: left;
}
.main .section>form>img{
    margin-top:20px;
}
.main .section>form .phone{
    display: none;
}
.main .section>form .general{
    width:370px;
    height:auto;
}
.main .section>form .general>div{
    width:370px;
    height:45px;
    line-height: 45px;
}
.main .section>form .general>div:nth-child(8){
	width:300px;
	height:45px;
    line-height: 45px;
    margin:0 auto;
}
.main .section>form .general>div:nth-child(8)input{
	margin-right:10px;
}
.main .section>form .general>div:nth-child(1),
.main .section>form .general>div:nth-child(2),
.main .section>form .general>div:nth-child(3),
.main .section>form .general>div:nth-child(4),
.main .section>form .general>div:nth-child(5),
.main .section>form .general>div:nth-child(6){
    border-bottom:1px solid rgb(229,229,229);
    position: relative;
}
.main .section>form .general>div:nth-child(1)>div,
.main .section>form .general>div:nth-child(2)>div,
.main .section>form .general>div:nth-child(3)>div,
.main .section>form .general>div:nth-child(4)>div,
.main .section>form .general>div:nth-child(5)>div,
.main .section>form .general>div:nth-child(6)>div{
    display: inline-block;
    width:80px;
    height:45px;
    line-height: 45px;
    text-align: justify;
}
.main .section>form .general>div:nth-child(1)>input,
.main .section>form .general>div:nth-child(2)>input,
.main .section>form .general>div:nth-child(3)>input,
.main .section>form .general>div:nth-child(4)>input,
.main .section>form .general>div:nth-child(5)>input,
.main .section>form .general>div:nth-child(6)>input{
    height:45px;
    vertical-align: top;
    border:none;
    outline: none;
    font-size: 14px;
    color:rgb(177,177,177);
    width:130px;
}
.main .section>form .general>div:nth-child(6)>img{
	position:relative;
	top:5px;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: rgb(177,177,177);
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgb(177,177,177);
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgb(177,177,177);
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgb(177,177,177);
}
.main .section>form .general>div:nth-child(4) img{
    position: absolute;
    right:0;
    bottom:8px;
}
#namets,#passwords,#password1,#mobiles,#emails,#verifys{
	display:inline-block;
	color:rgb(244,127,34)!important;
}
.main .section>form .general>div:nth-child(7){
	width:300px;
	height:40px;
	margin:0 auto;
	margin-top:20px;
}
.main .section>form .general>div:nth-child(7){
	display: block;
	width:300px;
	hieght:40px;
	line-height: 40px;
	color:white;
	background: rgb(244,127,34);
	text-align: center;
	border-radius:4px;
	font-size:15px;
}
.main .section>form .general>div:nth-child(9){
	width:100%;
	height:50px;
	text-align: center;
}
.main .section>form .general>div:nth-child(9) a{
	font-size: 15px;
	color:rgb(244,127,34);
}
/*网页底部*/
.footer{
    width:100%;
    height:auto;
    background:rgb(247,247,247);
    padding-top:20px;
}
.footer .footer_detail{
    width:1200px;
    height:auto;
    margin:0 auto;
}
.footer .footer_detail .detail_1{
    width:1200px;
    height:150px;
    display: flex;
    justify-content: space-between;
}
.footer .footer_detail .detail_1>div:nth-child(1){
    width:230px;
    height:130px;
    display: flex;
    justify-content: space-between;
    border-right:1px solid rgb(229,229,229);
}
.footer .footer_detail .detail_1>div:nth-child(1)>a{
    width:115px;
    height:150px;
    text-decoration: none;
    text-align: center;
    color:rgb(145,145,145);
}
.footer .footer_detail .detail_1>div:nth-child(1)>a:hover img{
    opacity: 1;
}
.footer .footer_detail .detail_1>div:nth-child(1)>a>img{
    display: block;
    width:56px;
    height:56px;
    margin:0 auto;
    margin-top:20px;
    opacity: 0.6;
}
.footer .footer_detail .detail_1>div:nth-child(1)>a>span{
    display: block;
    width:115px;
    height:50px;
    line-height: 50px;
    text-align: center;
}
.footer .footer_detail .detail_1>div:nth-child(2),
.footer .footer_detail .detail_1>div:nth-child(3){
    width:400px;
    height:130px;
    display: flex;
    justify-content: space-between;
    border-right:1px solid rgb(229,229,229);
}
.footer .footer_detail .detail_1>div:nth-child(2) ul,
.footer .footer_detail .detail_1>div:nth-child(3) ul{
    display: flex;
    justify-content: space-around;
    width:400px;
    height:150px;
}
.footer .footer_detail .detail_1>div:nth-child(2) ul li{
    display: inline-block;
    width:100px;
}
.footer .footer_detail .detail_1>div:nth-child(2) ul li span,
.footer .footer_detail .detail_1>div:nth-child(2) ul li a{
    display: block;
    width:100px;
    text-align: center;
}
.footer .footer_detail .detail_1>div:nth-child(2) ul li span{
    font-size: 14px;
    color:rgb(125,125,125);
    font-weight: 1000;
    margin-top:20px;
}
.footer .footer_detail .detail_1>div:nth-child(2) ul li a{
    color:rgb(145,145,145);
    margin-top:20px;
}
.footer .footer_detail .detail_1>div:nth-child(3) ul li:nth-child(1){
    width:94px;
}
.footer .footer_detail .detail_1>div:nth-child(3) ul li:nth-child(1) span{
    display: block;
    width:94px;
    color:rgb(145,145,145);
    text-align: center;
}
.footer .footer_detail .detail_1>div:nth-child(3) ul li:nth-child(2){
    width:200px;
}
.footer .footer_detail .detail_1>div:nth-child(3) ul li:nth-child(2) span{
    display: block;
    color:rgb(145,145,145);
    font-size: 15px;
    margin-top:10px;
}
.footer .footer_detail .detail_1>div:nth-child(4){
    width:170px;
    height:130px;
}
.footer .footer_detail .detail_1>div:nth-child(4) span{
    display: block;
    width:170px;
    color:rgb(145,145,145);
    font-size: 15px;
    margin-top:10px;
    text-align: center;
}
.footer .footer_detail .detail_1>div:nth-child(4) img{
    margin-top:20px;
    margin-left:20px;
}
.footer .footer_detail .detail_2{
    width:1200px;
    height:auto;
    border-top:1px solid rgb(229,229,229);
}
.footer .footer_detail .detail_2>div{
    width:1200px;
    height:auto;
}
.footer .footer_detail .detail_2>div span{
    display: inline-block;
    width:75px;
    vertical-align: top;
    color:rgb(174,174,174);
    font-weight: 1000;
    margin-top:4px;
}
.footer .footer_detail .detail_2>div>div{
    display: inline-block;
    width:1120px;
}
.footer .footer_detail .detail_2>div>div a{
    color:rgb(174,174,174);
    line-height: 30px;
}
.footer .footer_last{
    width:100%;
    height:65px;
    background:rgb(222,222,222);
}
.footer .footer_last>div{
    width:1200px;
    height:65px;
    line-height: 65px;
    text-align: center;
    color:rgb(125,125,125);
    margin:0 auto;
    margin-top:20px;
}