body{
	min-width: 1150px;
	background: #f3f3f3;
}
ul,li {
	list-style: none;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	min-width:1100px;
}
.banner{
	background: url("../images/cooperationBg.png") center center;
	position: relative;
	height: 700px;
}
.btnBox{
	width:1100px;
	margin:auto;
}
.goBtn{
	cursor: pointer;
	display: inline-block;
	margin: 480px 0 0 100px;
}
.loginBtn1{
	display: inline-block;
	margin: 480px 0 0 265px;
}
.loginBtn2{
	display: inline-block;
	margin: 480px 0 0 100px;
}
.pack{
	width: 1150px;
	margin: 0 auto;
}
.label-content{
	padding-top:60px;
}
.english{
	color: #c2c2c2;
	font-size: 28px;
	position: relative;
}
.english::after{
	position: absolute;
	content: '';
	top: 17px;
	left: 0;
	height: 2px;
	width: 27px;
	background: #fff100;
}
.title{
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
}
.content{
	margin-top: 20px;
}
.font-style{
	text-indent:2em;
	letter-spacing: 1px;
	line-height: 25px;
	font-size: 17px;
	color: #333333;
}
.structure{
	width: 100%;
}
.structure tr td{
	width: 33.33%;
	height: 300px;
	text-align: center;
}	
.border-r-b{
	border-right:1px dashed #cfcdcd;
	border-bottom:1px dashed #cfcdcd ;
}
.border-r{
	border-right:1px dashed #cfcdcd ;
}
.border-b{
	border-bottom:1px dashed #cfcdcd ;
}
.font-blue{
	margin-top:20px;
	font-size:20px;
	color: #4488ff;
}
.introduce{
	margin-top:25px;
	font-size:17px;
	line-height: 30px;
	padding-left: 50px;
	padding-right: 50px;
	color: #666666;
}
.btn{
	height: 50px;
	width: 235px;
	border-radius:30px;
	background: #4488ff;
	color: white;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	margin-left: 460px;
	cursor: pointer;
}
.btn:hover{
	background: #2171fd;
}
.detailed{
	width: 340px;
	height: 602px;
	background: white;
}
.branchOffice{
	overflow-y: auto;
	margin-top:60px;
	height: 540px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.detail-top{
	background: #4488ff;
	color: white;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: 700;
	padding-left: 20px;
	position: absolute;
	width: 320px;
}
.company-addr{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.companyName{
	font-size: 19px;
}
.address{
	margin-top:15px;
	font-size: 17px;
	text-align: left;
	height:65px;
	border-bottom: 1px dashed #999999;
	color: #666666;
}
.detailed .firstDiv{
	margin-top: 0;
}
.layui-form-label{
	width: 140px;
}
#apply{
	margin-top: 10px;
	font-size: 14px;
}
#apply  .layui-input{
	width: 240px;
}
.tijiao .layui-btn{
	width: 300px;
	font-size: 18px;
	margin-left: -30px;
}
.hezuoPhone{
	text-align: center;
	width: 400px;
}
.hezuoPhone span{
	color: red;
}
.blueFont{
	color: #4488ff;
}
#bot .edge{
	background:#f3f3f3; 
}
#bot .footer-common-one{
	background: white;
	padding: 20px 20px 60px 20px;
}
.font-size{
	font-size:16px;
}
.w_bg{
	color: inherit;
}
.permissions p{
	line-height: 25px;
	margin-left: 25px;
	color: #666666;
}

.dailiType label{
	display:inline-block;
	height: 25px;
	width: 60px;
} 
.dailiType{
	margin-left: 80px;
}
input[type='radio'].radio {
	opacity: 0;
	filter:alpha(opacity=0);
	moz-opacity: 0;
	-khtml-opacity: 0;
	display: inline-block;
	height: 25px;
}

label.radio {
	background: url(../images/radio_check.png) no-repeat;
	height: 25px;
	padding-left: 22px;
	cursor: pointer;
}

input[type='radio'].radio:checked+.radio {
	background: url(../images/radio_checked.png) no-repeat;
}
.more{
	display:none;
	text-align:center;
	padding:15px;
	color:#4488ff;
	cursor: pointer;
}
.red{
	color: red;
}