﻿.contact-wrap{
	float: right;
	width: 960px;
}
.contact-tit{
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 15px;
	border-bottom:1px solid #ebebeb;
	color: #45b035;
	font-weight: bold;
	margin-bottom: 20px;
}

.contact-wrap .inp-box{
	width: 470px;
	margin-bottom: 30px;
}
.contact-wrap .container-inp{
	width: 100%;
}
.contact-wrap .inp-box .tit{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 20px;
	color: #000  ;
}
.contact-wrap .contact-inp{
	margin-bottom: 20px;
}
.contact-wrap .topic-inp .tit{
	font-size: 0;
}
.contact-wrap .topic-inp .tit .lg-tit{
	font-size: 20px;
	line-height: 30px;
}
.contact-wrap .inp-box .tit .sm-tit{
	font-size: 14px;
	color: #999999;
	display: inline-block;
	*display: inline;
	zoom:1;
	margin-left: 15px;
}
.contact-wrap .inp-box input{
	width: 430px;
	padding:0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #999999;
	border:none;
	outline: none;
	background-color: #fff;
}
.contact-wrap .inp-box .time{
	width: 190px;
}
.contact-wrap .inp-box .time2{
	width: 430px;
}
.contact-wrap .inp-box input::-webkit-input-placeholder{
    color:#999;
}
.contact-wrap .inp-box input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
.contact-wrap .inp-box input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
.contact-wrap .inp-box input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999;
}
.contact-wrap .contact-inp input{
	margin-bottom: 10px;
}
.contact-wrap .inp-box .textarea{
	background: #fff;
	padding:20px;
}
.contact-wrap .inp-box .textarea textarea{
	width: 920px;
	height: 160px;
	background-color: #fff;
	border:none;
	outline: none;
	resize:none;
	font-size: 16px;
	color: #999999;
}
/* .contact-wrap .inp-box .textarea .upload{
	text-align: right;
	font-size: 0;
}
.contact-wrap .inp-box .textarea .upload a,
.contact-wrap .inp-box .textarea .upload span{
	display: inline-block;
	*display: inline;
	zoom:1;
}
.contact-wrap .inp-box .textarea .upload a{
	width: 150px;
	height: 45px;
	border-radius: 22px;
	background-color: #bbb;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	transition:all .3s linear;
}
.contact-wrap .inp-box .textarea .upload a:hover{
	background-color: #1e409f;
}
.contact-wrap .inp-box .textarea .upload span{
	font-size: 14px;
	line-height: 45px;
	color: #999;
	margin-left: 20px;
} */
.upload-box{
	font-size: 0;
	text-align: right;
}
.wu-example{
	font-size: 0;
	width: 150px;
	height: 45px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	cursor: pointer;
}
.wu-example .webuploader-container{
	width: 150px;
	height: 45px;
}
.wu-example .webuploader-pick{
	width: 150px;
	height: 45px;
	background-color: #bbb;
	padding: 0;
	border-radius: 22px;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	transition: all .3s linear;
}
.wu-example .input-wrap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 33;
}
.contact-wrap .inp-box .textarea .fujian{
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	font-size: 14px;
    line-height: 45px;
    color: #999;
    margin-left: 20px;
}

.wu-example label{
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}
.b-upload .wu-example{
	float: left;
}
.wu-example:hover .webuploader-pick{
	background-color: #1e409f;
}
.contact-wrap .inp-box .label-box{
	padding-left: 20px;

}
.contact-wrap .inp-box .label-box .select{
	float: left;
	margin-right: 100px;
}
.contact-wrap .inp-box .label-box .select .select-tit{
	font-size: 16px;
	color: #999;
	line-height: 20px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/select-point1.png );
	position: relative;
	z-index: 3;
	width: 105px;
}
.contact-wrap .inp-box .label-box .select a{
	display: block;
	position: relative;
}
.contact-wrap .inp-box .label-box .select .sub{
	padding:35px 0 0;
	position: relative;
	display: none;
}
.contact-wrap .inp-box .label-box .select .sub a{
	margin-top: 35px;
	font-size: 0;
	position: relative;
	z-index: 3;
}
.contact-wrap .inp-box .label-box .select .sub .txt{
	display: inline-block;
	*display: inline;
	zoom:1;
	padding-left: 110px;
	font-size: 16px;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 70px center;
	background-image: url(img/select-icon1.png);
	color: #999999;
}
.contact-wrap .inp-box .label-box .select .sub .dashed{
	position: absolute;
	left: 10px;
	top:50%;
	width: 60px;
	height: 1px;
	border-top:1px dashed #e6e6e6;
}
.contact-wrap .inp-box .label-box .select .sub a:first-child{
	margin-top: 0;
}

.contact-wrap .inp-box .label-box .select.on .select-tit{
	background-image: url(img/select-point2.png);
}
.contact-wrap .inp-box .label-box .select .sub a.on .txt{
	background-image: url(img/select-icon2.png);
}
.contact-wrap .inp-box .select .line{
	position: absolute;
	left: 10px;
	top:-7px;
	width: 1px;
	height: 100%;
	border-left: 1px dashed #e6e6e6;
}
.contact-wrap .aim-inp .tit{
	margin-bottom: 20px;
}
.contact-wrap .other-box{
	background-color: #fff;
	padding:0 20px;
	margin-top: 30px;
	width: 920px;
	display: none;
}
.contact-wrap .other-box .other-tit{
	float: left;
	font-size: 16px;
	color: #999;
	line-height: 50px;
}
.contact-wrap .other-box input[type=text]{
	margin-bottom: 0;
	float: left;
	padding:0;
	width: 690px;
}
.contact-wrap .check-box{
	/* margin-bottom: 120px; */
}
.contact-wrap .check-box input,
.contact-wrap .submit-box input{
	margin:0;
}
.contact-wrap .check-box input{
	width: 290px;
	float: left;
}
.contact-wrap .check-box img{
	margin: 5px 0 0 25px;
	width: 115px;
	height: 38px;
	cursor: pointer;
}
.contact-wrap .submit-box{
	margin-bottom: 0;
	text-align: center;
	margin-top: 90px;
}
.contact-wrap .submit-box input[type=submit]{
	width: 380px;
	height: 50px;
	border-radius: 25px;
	background-color: #45b035;
	color: #fff;
	border:1px solid #45b035;
	transition:all .3s linear;
}
.types-box .types{
	padding-left: 20px;
}
.company-types .types{
	margin-top: 20px;
}
.types-box .types a{
	font-size: 16px;
	color: #999999;
	line-height: 26px;
	display: inline-block;
	*display: inline;
	zoom:1;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/select-icon1.png);
	vertical-align: top;
	margin-right: 55px;
}
.types-box .types a.on{
	background-image: url(img/select-icon2.png);
}
.types-box .types input{
	background-color: transparent;
	border-bottom:1px solid #e5e5e5;
	width: 100px;
	padding:0;
	height: 20px;
	line-height: 20px;
	margin-bottom: 0;
	margin-left: 15px;
	padding:0 10px;
}
.contact-wrap .apply-box input{
	width: 920px;
}
.contact-wrap .address-box{
	width: 470px;
	position: relative;
}
.contact-wrap .address-box a{
	display: block;
}
.contact-wrap .address-box .address-tit{
	padding:0 20px;
	height: 50px;
	width: 430px;
	background-color: #fff;
	line-height: 50px;
	font-size: 16px;
    color: #999999;
    background-repeat: no-repeat;
    background-position: 440px center;
    background-image: url(img/address-arrow.png);
}
.contact-wrap .address-box .sub{
	position: absolute;
	left:0;
	top:50px;
	width: 100%;
	padding: 10px 0;
    background: #fff;
    max-height: 230px;
    overflow: auto;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    display: none;
}

.contact-wrap .address-box .sub a{
	padding: 0 20px;
    line-height: 30px;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
    transition:all .3s linear;
}
.contact-wrap .address-box .sub a:hover{
	background-color: #1e409f;
	color: #fff;
}

.in-info .contact-tit{
	font-size: 26px;
	line-height: 36px;
}
.contact-wrap .submit-box input[type=submit]:hover{
	background-color: #fff;
	color: #1e409f;
}
.mq-contact-box .invest-aside{
	position: fixed;
	top:200px;
}
.mq-contact-box .w1200{
	position: relative;
}
.mq-contact-box .invest-aside.foot{
	position: absolute;
	    bottom: 0;
	    top: auto;
}

.contact-wrap{
	position: relative;
}
.contact-wrap .block{
	position: absolute;
	left: 0;
	bottom:500px;
	width: 100%;
	height: 1px;
}
.contact-wrap form,
.contact-wrap .contact-list{
	position: relative;
	z-index: 3;
}
.contact-item{
	display: none;
}
.address-wrap .list .inp{
	margin-top: 10px;
	position: relative;
}
.address-wrap .list .inp:first-child{
	margin-top: 0;
}
.address-wrap .list .inp .addtl{
	padding-right: 100px;
	width: 350px;
}
.address-wrap .list .inp .remove{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 50%;
	margin-top: -12px;
	right: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('img/remove.png');
	transition: all .3s linear;
}
.address-wrap .list .inp .remove:hover{
	background-image: url('img/h-remove.png')
}
.address-wrap .add{
	font-size: 16px;
	color: #999;
	background-position: 20px center;
	background-image: url('img/add.png');
	background-repeat: no-repeat;
	padding-left: 60px;
	line-height: 30px;
	display: inline-block;
	margin-top: 20px;
	transition: all .3s linear;
}
.address-wrap .add:hover{
	background-image: url('img/h-add.png');
	color: #1e409f;
}
.b-upload{
	float: left;
	margin-top: 2px;
}
.b-upload a{
	display: block;
	width: 150px;
	height: 44px;
	border-radius: 22px;
	background-color: #bbb;
	text-align: center;
	font-size: 16px;
	float: left;
	color: #fff;
	line-height: 44px;
	transition: all .3s linear;
}
.b-upload a:hover{
	background-color: #1e409f;
}
.b-upload span{
	float: left;
	font-size: 14px;
	color: #999999;
	margin-left: 20px;
	margin-top: 10px;
}
.address-wrap .list .inp.cur{
	z-index: 3;
}

.webuploader-container .input-wrap,
.webuploader-container .input-wrap input[type=file]{
	position: absolute;
	left: 0;
	top:0;
	width: 100%!important;
	height: 100%!important;
}

.contact-wrap .policy-box .con{
   
    font-size: 0;
    padding-left: 20px;
}
.contact-wrap .policy-box .con span,
.contact-wrap .policy-box .con a{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 16px;
    color: #999999;
    line-height: 26px;
}
.contact-wrap .policy-box .con span{
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/select-icon1.png);
	cursor: pointer;
}
.contact-wrap .policy-box .con span.on{
	background-image: url('img/select-icon2.png');
}
.contact-wrap .policy-box .con a{
	text-decoration: underline;
	color: #1e409f;
	margin-left: 10px;
	padding-right: 25px;
	position: relative;

}
.contact-wrap .policy-box .con a i{
	position: absolute;
	right: 0;
	top: 50%;
	width: 20px;
	margin-top: -10px;
}
.contact-wrap .policy-box .con a i img{
	width: 100%;
	display: block;
}





.contact-info-tit{
	font-size: 30px;
	line-height: 40px;
	color: #1e409f;
	font-weight: bold;
}
.contact-info .con{
	font-size: 18px;
	line-height: 36px;
	color: #666666;
	margin-top: 20px;
}
.privacy-list{
	margin-top: 30px;
}
.privacy-list .list-item{
	margin-bottom: 40px;
}
.privacy-list .list-item.on{
	margin-bottom: 0;
}
.privacy-list .tit{
	font-size: 22px;
	color: #666;
	line-height: 30px;
	font-weight: bold;
}
.privacy-list .con{
	margin-top: 15px;
}
.privacy-list .con a{
	color: #1e409f;
}
.policy-wrap{
	width: 100%;
}