.contact .box1{
	padding: 80px 0 26px;
} 
.contact .box1 .zh{
	text-align: center;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.contact .box1 .en{
	text-align: center;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-top: 15px;
	text-transform: uppercase;
}
.contact .box1 .map{
	position: relative;
	margin-top: 61px;
	/* height: 514px; */
}
.contact .box1 .map #container{
	width: 100%;
	height: 514px;
}
.contact .box1 .map .map-box{
    display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 32.8%;
	height: 100%;
	background-color: #cf0c0c;
	padding: 40px 53px 19px 42px;
	color: #fff;
}
.contact .box1 .map .map-box.active{
    display: block;
}
.contact .box1 .map .map-box .name{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 37px;
}
.contact .box1 .map .map-box ul{
	padding-bottom: 32px;
	border-bottom: 1px dashed  #fff;
}
.contact .box1 .map .map-box li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.contact .box1 .map .map-box li:last-child{
	margin-bottom: 0;
}
.contact .box1 .map .map-box li .iconfont{
	font-size: 20px;
	font-weight: normal;
}
.contact .box1 .map .map-box li .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
	flex: 1;
	padding-left: 20px;
}
.contact .box1 .map .map-box .img{
	display: flex;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
	align-items: center;
	margin-top: 28px;
}
	
.contact .box1 .map .map-box .img img{
	margin-right: 19px;
}
.contact .box1 .contact-list{
	margin-top: 79px;
}
.contact .box1 .contact-list ul{
	display: flex;
	justify-content: space-between;
}
.contact .box1 .contact-list li{
	padding: 44px 36px 32px;
	width: 31.4%;
	box-shadow: 0px 0px 30px 0px rgba(203, 203, 203, 0.2);
}
.contact .box1 .contact-list li .text-title{
	font-size: 18px;
	font-family: PingFang;
	font-weight: bold;
	color: #cf0c0c;
	line-height: 1;
	margin-bottom: 25px;
}
.contact .box1 .contact-list li .text-message{
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #333333;
	line-height: 36px;
}
.contact .box1 .contact-list li .text-message span{
	font-weight: bold;
}
.online {
	padding: 94px 0 72px;
	background-color: #F7F7F7;
}
.online .content1400{
	display: flex;
	justify-content: space-between;
}
.online .left{
	width: 266px;
	padding-right: 10px;
	box-sizing: border-box;
}
.online .left .title{
	font-size: 26px;
	font-family: PingFang;
	font-weight: 500;
	color: #222222;
	line-height: 1;
}
.online .left .description{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	/*line-height: 30px;*/
	margin-top: 32px;
}
.online .left ul{
	margin-top: 61px;
}	
.online .left ul li{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
}
.online .right{
	width: 67%;
}
.online .right .input-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.online .right .input-box .input{
	width: 49.1%;
	background-color: #fff;
	height: 54px;
	background: #FFFFFF;
}
.online .right .input-box .input input,
.online .right .input-box .input textarea{
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	resize: none;
	background-color: transparent;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.online .right .input-box .input.textarea{
	width: 100%;
	height: 200px;
}
.online .right .input-box .input.textarea textarea{
	padding: 20px;
}
.online .right .submit{
	width: 221px;
	height: 57px;
	background: #cf0c0c;
	line-height: 57px;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 40px;
	cursor: pointer;
}
@media (max-width: 1350px) {
	.contact .box1 .map .map-box{
		padding: 40px 39px 19px 36px;
	}
	
}
@media (max-width:1190px) {
	.contact .box1 .map .map-box{
		position: relative;
		margin-top: 30px;
		width: 100%;
	}
	.contact .box1 .contact-list li .text-title{
		font-size: 20px;
	}
}
@media (max-width:950px) {
	.contact .box1 .contact-list ul{
		flex-wrap: wrap;
	}
	.contact .box1 .contact-list li{
		width: 48%;
		margin-bottom: 20px;
	}
	.contact .box1 .zh{
		font-size: 26px;
	}
}
@media (max-width: 750px) {
	.online .left{
		width: 100%;
	}
	.online .content1400{
		flex-wrap: wrap;
		
	}
	.online .right{
		width: 100%;
		margin-top: 30px;
	}
	.contact .box1 .contact-list li{
		width: 100%;
	}
}
@media (max-width:500px) {
	.contact .box1{
		padding: 50px 0 60px;
	}
	.contact .box1 .map{
		margin-top: 35px;
	}
	.contact .box1 .map #container{
		height: 300px;
	}
	.contact .box1 .map .map-box{
		padding: 25px 15px;
	}
	.contact .box1 .map .map-box .name{
		font-size: 18px;
	}
	.contact .box1 .map .map-box li .text{
		font-size: 14px;
		padding-left: 10px;
		line-height: 18px;
	}
	.contact .box1 .contact-list li{
		padding: 25px 20px;
	}
	.online{
		padding-top: 60px;
	}
	.contact .box1 .contact-list li .text-title{
		font-size: 18px;
	}
	.contact .box1 .contact-list li .text-message{
		line-height: 1.7;
	}
	.contact .box1 .map .map-box li .iconfont{
		font-size: 16px;
	}
	.contact .box1 .zh{
		font-size: 22px;
	}
	.online .content1400{
		flex-wrap: wrap;
	}
	.online .left{
		width: 100%;
	}
	.online .right{
		width: 100%;
		margin-top: 20px;
	}
	.online .left .title{
		font-size: 22px;
	}
	.online .left ul{
		margin-top: 30px;
	}
	.online .right .input-box .input{
		width: 100%;
	}
	.online .right .input-box{
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.online .right .input-box .input{
		height: 40px;
		margin-bottom: 15px;
	}
	.online .right .input-box .input input, .online .right .input-box .input textarea{
		font-size: 14px;
	}
	.online .right .submit{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		margin-top: 20px;
	}
	.contact-content{
		padding-top: 40px;
	}
	.online .left ul{
		margin-top: 12px;
	}
	.online .left ul li{
		line-height: 28px;
	}
	.contact-content .right li{
		font-size: 14px;
	}
}


.cs {

    width: 86%;

    min-width: 1300px;

    margin: 0 auto;

}



.ny_c {

    min-width: 1300px;

    margin: 0 auto;

    width: 100%;

}



.ny_contact {

    display: flex;

    margin-bottom: 40px;

}



.contact_one {

    display: inline-block;

    width: 33%;

}



.contact_one span {

    font-size: 40px;

    line-height: 30px;

    color: #BD0C16;

    margin-bottom: 22px;

    display: block;

    font-weight: bold;

}



.contact_one div {

    font-size: 30px;

    line-height: 30px;

}



.contact_one i {

    width: 40px;

    height: 3px;

    background: #BD0C16;

    display: block;

    margin-bottom: 30px;

    margin-top: 30px;

}



.contact_two {

    width: 33%;

    position: relative;

    background: #f2f2f2 url() no-repeat;

    background-position: 325px 315px;

    padding: 31px 38px;

    font-size: 16px;

    line-height: 35px;

    margin-left: 18px;

    display: inline-block;

    float: left;

    box-sizing: border-box;

}



.contact_two strong {

    font-size: 16px;

}



.contact_title {

    position: absolute;

    width: 172px;

    height: 45px;

    background: #BD0C16;

    border-radius: 10px;

    font-size: 24px;

    color: #fff;

    line-height: 45px;

    font-weight: bold;

    /*padding-left: 40px;*/

    text-align: center;

    left: 28px;

}



.contact_content1 {

    color: #8e8e8e;

    line-height: 42px;

    font-size: 16px;

}



.contact_content1 span {

    font-size: 17px;

    font-weight: bold;

}



.contact_content {

    margin-top: 70px;

    color: #555;

}



.contact_content a {

    text-decoration: none;

    font-size: 14px;

}



.contact_img {

    text-align: center;

    width: 130px;

    margin-top: 40px;

}



.contact_img img {

    width: 130px;

    background: #fff;

    border: 1px solid #ccc;

    padding: 3px;

    background: #fff;

}



.tup {

    margin-bottom: 0px;

}



.tup img {

    width: 100%;

}