.flex_center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex_right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end
}
.flex_left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start
}
.page_banner {
}

.contact_dec {
	padding-left: 330px;
	height: 272px;
	border-bottom: 1px solid #999999;
	background: url("../images/contact_dec.png") no-repeat left center;
}

.contact_dec h3 {
	font-weight: bold;
	color: #111111;
	margin-bottom: 25px;
}

.contact_dec h3 span {
	color: #016dba;
}

.contact_dec p {
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
}

.contact_list {
	padding: 20px 0;
}

.contact_list li {
	padding: 25px 0 75px;
	text-align: center;
	flex: 1;
}

.contact_list li h5 {
	font-size: 18px;
    line-height: 2em;height: 108px;
}

.contact_list li:not(:last-child) {
	border-right: 1px solid #cccccc;
}

.contact_list li::before {
	display: block;
	content: "";
	margin: 0 auto;
	width: 113px;
	height: 88px;
}

.contact_list li span {
	display: block;
	width: 113px;
	margin: 55px auto;
	border-bottom: 1px dashed #ccc;
}

.contact_icon_1::before {
	background: url("../images/contact_iocn_1.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}

.contact_icon_2::before {
	background: url("../images/contact_iocn_2.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}

.contact_icon_3::before {
	background: url("../images/contact_iocn_3.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}

.contact_icon_4::before {
	display: block;
	content: "";
	width: 113px;
	height: 88px;
	background: url("../images/contact_iocn_4.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}

.map_wrap{width:100%;max-width: 1200px; margin: 20px auto;}

#allmap {
	width: 100%;
	height: 400px;
	margin-top: 20px;
	overflow: hidden;
}

.BMap_bubble_content {
	font-size: 12px;
	line-height: 2em;
}

#allmap b {
	color: #016dba;
	font-size: 14px;
}

#allmap img {
	max-width: none;
}


 @media (max-width:1440px) {

     .container{width:96%;}
}

 @media (max-width:768px) {

     .contact_dec{ background-image: none;padding-left: 0;}
     .contact_box .flex_center{display: block;}
     .contact_list li{padding:10px 0 10px;}
     .contact_list li::before{width: 50px;height: 35px;}
     .contact_list li:not(:last-child){border:0;}
     .contact_list li span{display: none;}
     .contact_list li h5{height: auto;}
     
}