*{margin:0;padding:0;list-style: none;text-decoration : none;font-family: "黑体", cursive, serif, sans-serif;}
.periphery{
	width: 100%;overflow: auto;
}

.banner{width:100%;}
.banner img{width: 100%}

.contact-con{width: 60%;margin:auto;padding:40px  0;}
.contact-con-l{width: 53%;float: left;padding:1.5% 0;}
.contact-con-l h3{font-size: 25px;color: #c71d1d;border-left:4px solid#c71d1d;padding-left: 5px;font-weight: 300;}
.modern-container {padding:0 !important;     margin: 35px 0 !important;}
.mdn-label{top:-12px !important;font-size: 18px !important;    color: #333 !important;font-family: "黑体" !important;}
.contact-con-r{width:35%;padding:4%;float: right;border-radius: 4px;    background-color: #f7f7f7;border: 1px solid #eee;margin-top: 5%}
.contact-con-r h4{font-size: 22px;color: #c71d1d;padding: 10px 0;font-weight: 300;}
.contact-con-r p{font-size: 17px;color: #333;   font-weight: 700;font-family: "微软雅黑"}
.contact-con-r p a{color: #333;    font-weight: 700;font-family: "微软雅黑"}
.mdn-button {height: 38px !important;    line-height: 36px !important;  }

.contact-map{width: 100%;margin:auto;}
.BMap_top{border-top:0 !important;}
 .BMap_pop div div{border-top:0 !important;border-left:0 !important;border-right:0 !important;border-bottom:0 !important;border-radius: 4px;}  
.BMap_center{border-left:0 !important;border-right:0 !important;}
#container2{width:100%;height:500px}
 
.msg{
	width: 200px;height: 40px;border-radius: 5px;position: fixed;
	top: 30%;left: 0;right: 0;z-index:999;margin: auto;background: #000;opacity: .7;display: none
}
.msg p{
	font-size: 14px;color: #fff;text-align: center;line-height: 40px
}



@media(max-width: 1200px){
	.contact-con {width:90%;}
}
@media(max-width: 900px){
	.contact-con {width:70%;overflow: auto;padding:10%}
	.contact-con-l {width: 98%;}
	.contact-con-r {width: 98%;}
}
@media(max-width: 500px){
	.contact-con {width:80%;overflow: auto;padding:5%}
	.contact-con-r {width: 92%;margin-top:0%}
	.contact-con-l h3 {font-size: 21px;}
	.mdn-label {font-size: 16px !important;}
	.mdn-button {height: 34px !important; line-height: 34px !important; }
	.contact-con-r h4 {font-size: 19px;}
	.contact-con-r p {font-size: 16px;}
	#container2{height:300px}
	.modern-container {margin: 35px 0 10px 0 !important;}
}