.larimg {
  width: 100%;
  min-width: 1200px;
  
}
.larimg img {
  width: 100%;
  height: 100%;
}
.crumbs {
	width: 100%;
	min-width: 1200px;
	background-color: #fafafa;
	height: 52px;
	border-bottom: 1px solid #f5f5f5;
}
.crumbs .crumbsbox {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.crumbs .crumbsbox p {
	font-size: 16px;
	color: #666;
	width: 100%;
	height: 100%;
	line-height: 52px;
}
.crumbs .crumbsbox p a {
	font-size: 16px;
	color: #666;
}
.crumbs .crumbsbox p span {
	color: #26568c;
}
#container {
	width: 1200px;
	height: 500px;
	margin: 104px auto 68px;
}
.conaddress {
	width: 100%;
}
.conaddress .conaddressbox {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 74px;
	box-sizing: border-box;
	background-image: url(../img/background.jpg);
}
.conaddress .conaddressbox .conaddressboxleft {
	padding-left: 76px;
	box-sizing: border-box;
}
.conaddress .conaddressbox .conaddressboxleft p {
	font-size: 18px;
	line-height: 38px;
}
.conaddress .conaddressbox .conaddressboxleft p:nth-child(2) {
	font-size: 14px;
}
.liucheng {
	width: 100%;
}
.liucheng .liuchengbox {
	width: 1200px;
	margin: 0 auto;
}
.liucheng .liuchengbox .tit {
	text-align: center;
	font-size: 20px;
	color: #666;
	margin-bottom: 40px;
}
.liucheng .liuchengbox form {
	width: 900px;
	margin: 0 auto;
	height: 364px;
}
.liucheng .liuchengbox form p {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.liucheng .liuchengbox form p label {
	color: #333;
	font-size: 18px;
	display: inline-block;
	width: 225px;
	padding-right: 20px;
	box-sizing: border-box;
	text-align: right;
	line-height: 36px;
	height: 100%;
	float: left;
}
.liucheng .liuchengbox form p input {
	width: 160px;
	height: 36px;
	border-color: #333;
	border-radius: 6px;
	border: 1px solid #333;
	padding: 2px 5px;
	outline: none;
	box-sizing: border-box;
}
.liucheng .liuchengbox form p span {
	color: red;
}
.liucheng .liuchengbox form p #verification {
	width: 70px;
}
.liucheng .liuchengbox form p img {
	width: 80px;
	vertical-align: middle;
	height: 36px;
	cursor: pointer;
}
.liucheng .liuchengbox form .conte {
	width: 100%;
	height: 70px;
	margin-bottom: 20px;
}
.liucheng .liuchengbox form .conte textarea {
	width: 510px;
	resize: none;
	outline: none;
	border-radius: 6px;
	padding: 2px 5px;
	height: 100%;
	border: 1px solid #333;
}
.liucheng .liuchengbox form .conte label {
	line-height: 70px;
}
.liucheng .liuchengbox form p #submit {
	width: 116px;
	height: 50px;
	background-color: #26568c;
	color: #fff;
	border: 0;
	font-size: 18px;
	cursor: pointer;
	margin-left: 74px;
	border-radius: 10px;
}
