/* 联系我们 */
.content-us .min-box{
	margin-top: 40px;
	margin-bottom: 80px;
}
.content-us .title-box{
	background-color: #ffffff;
}
.content-item{
	width: 100%;
	height: 503px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 64px;
}


.left-list{
	width: 380px;
	height: 503px;
	background-color: #f2f2f2;
	box-sizing: border-box;
	padding:50px 40px;
}

.left-list h4{
	font-weight: bold;
    line-height: 1.2;
    color: #222222;
	font-size:20px;
	margin-bottom:20px;
}

.left-list ul li {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 25px;
    background-repeat: no-repeat;
    background-position: left top 30px;
    background-size: auto 43px;
    color: #222222;
    font-size: 16px;
    padding-left: 60px;
    line-height: 24px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}
.left-list ul li label {
    display: block;
    overflow: hidden;
    color: #999999;
    font-size: 15px;
    font-weight: normal;
}
.left-list ul li a {
    color: #222;
}

.left-list ul li.bgs1 {
    background-image: url(../img/lianXiWoMen/contact_pic3.png);
}
.left-list ul li.bgs2 {
    background-image: url(../img/lianXiWoMen/contact_pic4.png);
}
.left-list ul li.bgs3 {
    background-image: url(../img/lianXiWoMen/contact_pic5.png);
}




#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: #e22b33;
	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: #e22b33;
	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-image: linear-gradient(-45deg, #E62229 0%, #FFAA00 100%);
	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;
}