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:450px;
    background: url(../img/sign_bg.jpg) center no-repeat;
    background-size: cover;
    padding:65px 0;
}
.main .section{
    width:875px;
    height:445px;
    margin:0 auto;
    position: relative;
    background: white;
}
.main .section>img{
    position: absolute;
    top:-30px;
    left:50px;
}
.main .section>form{
    width:320px;
    height:auto;
    position: absolute;
    top:30px;
    right:60px;
}
.main .section>form .tit{
    width:320px;
    height:40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.main .section>form .tit span:nth-child(1){
    width:150px;
    border-bottom:2px solid rgb(244,127,34);
    text-align: center;
}
.main .section>form>img{
    margin-top:20px;
}
.main .section>form .phone{
    display: none;
}
.main .section>form .general,
.main .section>form .phone{
    width:320px;
    height:auto;
}
.main .section>form .general>div,
.main .section>form .phone>div{
    width:320px;
    height:60px;
    line-height: 60px;
}
.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 .phone>div:nth-child(1),
.main .section>form .phone>div:nth-child(2){
    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{
    display: inline-block;
    width:85px;
    height:60px;
}
.main .section>form .phone>div:nth-child(1) a{
    display: block;
    width:90px;
    height:30px;
    line-height: 30px;
    border:1px solid rgb(237,237,237);
    border-radius:4px;
    color:gray;
    text-align: center;
    position: absolute;
    right:0;
    bottom:10px;
}
.main .section>form .phone>div:nth-child(1)>div,
.main .section>form .phone>div:nth-child(2)>div{
    display: inline-block;
    width:100px;
    height:60px;
}
.main .section>form .phone>div:nth-child(1)>div span,
.main .section>form .phone>div:nth-child(2)>div span{
    display: block;
    width:100px;
    height:20px;
    line-height: 20px;
}
.main .section>form .general>div:nth-child(1)>div span,
.main .section>form .general>div:nth-child(2)>div span,
.main .section>form .general>div:nth-child(3)>div span{
    display: block;
    width:85px;
    height:20px;
    line-height: 20px;
}
.main .section>form .general>div:nth-child(1)>div span:nth-child(1),
.main .section>form .general>div:nth-child(2)>div span:nth-child(1),
.main .section>form .general>div:nth-child(3)>div span:nth-child(1),
.main .section>form .phone>div:nth-child(1)>div span:nth-child(1),
.main .section>form .phone>div:nth-child(2)>div span:nth-child(1){
    font-size: 15px;
    color:gray;
    margin-top:10px;
}
.main .section>form .general>div:nth-child(1)>div span:nth-child(2),
.main .section>form .general>div:nth-child(2)>div span:nth-child(2),
.main .section>form .general>div:nth-child(3)>div span:nth-child(2),
.main .section>form .phone>div:nth-child(1)>div span:nth-child(2),
.main .section>form .phone>div:nth-child(2)>div span:nth-child(2){
    font-size: 12px;
    color:rgb(214,214,214);
}
.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 .phone>div:nth-child(1)>input,
.main .section>form .phone>div:nth-child(2)>input{
    height:50px;
    vertical-align: top;
    border:none;
    outline: none;
    font-size: 15px;
    color:rgb(177,177,177);
}

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(3) img{
    position: absolute;
    right:0;
    bottom:15px;
}
.main .section>form .general>div:nth-child(4),
.main .section>form .phone>div:nth-child(3){
    width:320px;
    height:50px;
    background: rgb(244,127,34);
    margin-top:30px;
}
.main .section>form .general>div:nth-child(4){
	margin-top:40px;
}
.main .section>form .phone>div:nth-child(3){
	margin-top:45px;
}
.type{
	position: relative;
	bottom:140px;
	width:100%;
	font-size:15px;
	color:gray;
}
.type2{
	position: relative;
	bottom:140px;
	width:100%;
	font-size:15px;
	color:gray;
}
.type input,
.type2 input{
	margin-left:50px;
	margin-right:10px;
}
.main .section>form .general>div:nth-child(4) a,
.main .section>form .phone>div:nth-child(3) a{
    display: block;
    width:320px;
    height:50px;
    line-height: 50px;
    font-size: 15px;
}
.main .section>form .general>div:nth-child(5),
.main .section>form .phone>div:nth-child(4){
    width:320px;
    height:40px;
    display: flex;
    justify-content: center;
}
.main .section>form .general>div:nth-child(5) a,
.main .section>form .phone>div:nth-child(4) a{
    width:100px;
    height:40px;
    line-height: 40px;
    font-size: 13px;
    color:rgb(188,188,188);
}
/*网页底部*/
.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;
}
