@charset "utf-8";
/* 联系我们 */
.content-us .min-box{
	margin-top: 40px;
	margin-bottom: 80px;
}
.content-us .title-box{
	background-color: #ffffff;
}
.content-item{
	width: 100%;
	height: 191px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 64px;
}
.left-list{
	width: 100%;
	height: 200px;
	background-color: #f2f2f2;
	box-sizing: border-box;
	padding:30px 40px;
}
.left-title{
	line-height: 40px;
	border-bottom: solid 1px #e6e6e6;
	margin-bottom: 40px;
	font-size: 24px;
	padding-bottom: 10px;
	text-align: center;
	color: #ff7e11;
	font-weight:bold;
}
.contact-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-li{
	margin-bottom: 30px;
	position: relative;
	height: 36px;
	line-height: 36px;
	padding-left: 40px;
	font-size: 20px;
}
.left-li img{
	width:25px;
	height:25px;
	position: absolute;
	left: 0;
	top: 5px;
}
#map{
	height: 503px;
	width: 800px;
}

.put-msg{
	background-color: #f2f2f2;
	margin-top: 20px;
}
.put-msg .min-box{
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.put-msg .min-box .left-text{
	width: 40%;
	height: auto;
}
.put-msg .min-box .left-text .title{
	font-size: 30px;
	font-weight: bold;
	color: #ec1313;
	line-height: 100px;
	position: relative;
}
.put-msg .min-box .left-text .title::before{
	content: "ALL ABOUT US";
	position: absolute;
	top: -38px;
	font-size: 14px;
	font-weight: lighter;
	color: #635b57;
}
.put-msg .min-box .left-text .title::after{
	content: "";
	position: absolute;
	height: 4px;
	width: 50px;
	background-color: #ec1313;
	bottom: 10px;
	left: 0;
}

.put-msg .min-box .left-text .text-detail{
	margin-top: 40px;
	font-size: 15px;
	color:#666;
	line-height:2;
}
.put-msg .min-box .right-msg{
	width: 45%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.put-msg .min-box .right-msg label{
	display: flex;
	align-items: center;
	margin-top: 30px;
	font-size: 15px;
}
.put-msg .min-box .right-msg .button{
	margin-top: 30px;
	border:none;
	background-color: #ff7e11;
	width: 150px;
	height: 40px;
	color: #ffffff;
	outline: none;
}
.put-msg .min-box .right-msg label p{
	margin-right: 10px;
}
.put-msg .min-box .right-msg label input{
	outline: none;
	border: solid 2px #cccccc;
	background-color: #f2f2f2;
	text-indent: 4px;
	width: 390px;
	height: 35px;
}
.put-msg .min-box .right-msg textarea{
	resize: none;
	width: 390px;
	outline: none;
	border: solid 2px #cccccc;
	background-color: #f2f2f2;
	text-indent: 4px;
	height: 100px;
}