body{

	background-color:#F3F4F4;

}



.center-box{

	width:100%; max-width:1280px; margin:0 auto; height:100%;

}



#contact_box{

	background-color:white; padding:75px 0px;

}



.contact-msg{

	display:flex; justify-content:space-between; margin-bottom:50px;

}



.contact-msg .msg-s-box{

	width:45.5%; padding:30px 110px; color:#1D2D5E; display:flex; flex-direction:column; box-shadow: 0px 13px 33px 0px rgba(0,0,51,0.08); border-radius:8px;

}



.contact-msg .msg-s-box .title{

	height:40px; line-height:40px; text-align:center; font-size: 30px; line-height: 50px; margin-bottom:18px;font-weight: bold;

}



.contact-msg .msg-s-box .lists{

	display:flex; flex-direction:column;

}



.contact-msg .msg-s-box .lists .items{

	padding-left:26px; color:#1D2D5E; line-height:28px; font-size:17px; margin-bottom:8px; text-decoration:none; display:block;

	

}



.contact-msg .msg-s-box .lists .items.icon-mail{

	background:url(../pics/email_icon.png) no-repeat left 4px; background-size:20px auto;

}



.contact-msg .msg-s-box .lists .items.icon-tel{

	background:url(../pics/call_icon.png) no-repeat left 4px; background-size:20px auto;

}



.contact-msg .msg-s-box .lists .items.icon-address{

	background:url(../pics/room_icon.png) no-repeat left 4px; background-size:20px auto;

}



.contact-map{

	border-radius:12px; overflow:hidden;

}



.contact-map iframe{

	width:100%; height:500px;

}



/* 适配手机端  */

@media (max-width: 767px) {



.center-box {

    max-width:96%;

}



.contact-msg{

	flex-direction:column; justify-content:flex-start;

}



.contact-msg .msg-s-box{

	width:100%; padding:27px 23px; margin-bottom:40px; border:solid 1px #f4f4f4

}



.contact-msg .msg-s-box .title {

    height: auto;

    line-height: 35px;

    font-size: 24px;

    margin-bottom: 14px;

}



.contact-msg .msg-s-box .lists .items{

	padding-left: 23px;

	line-height: 25px;

	font-size:14px;

}



.contact-map iframe{

	height:385px;

}



.contact-msg{

	margin-bottom:0px;

}



}



	

	











