﻿   .top {
   	width: 1190px;
   	margin: 0 auto;
   	height: 30px;
   	line-height: 30px;
   	color: #fffefe;
   	position: relative;
   	z-index: 12;
   }


   .header {
   	width: 1190px;
   	margin: 0 auto;
   	height: 120px;
   	position: relative;
   	z-index: 11;
   }

   .ab_wx_img {
   	position: absolute;
   	top: 42px;
   	left: 10px;
   	z-index: 10;
   	border: 1px solid #CCC;
   	background: #FFF;
   	padding: 10px;
   }

   .title h2 {
   	font-size: 30px;
   	padding-bottom: 20px;
   }

   .siteinfo ul {
   	padding: 20px 0;
   }

   .siteinfo ul li {
   	padding: 5px 0;
   	float: left;
   	width: 20%;
   }

   .siteinfo ul li a {
   	font-size: 15px;
   }

   .siteinfo ul li a:hover {
   	text-decoration: underline;
   	color: #0a8dc3;
   }

   .siteinfo p a {
   	color: #0a8dc3;
   	font-size: 16px;
   }

   /* 新的样式 */
   * {
   	margin: 0;
   	padding: 0;
   	text-decoration: none;
   	color: #333;
   }

   li {
   	list-style: none;
   }

   .index_box {
   	width: 100%;
   	margin: 0;
   	padding: 0;
   	background-color: #f1f1f1;
   }

   .head-btn {
   	width: 1200px;
   	min-width: 1200px;
   	margin: auto;
   }

.head-btn-ul {
    margin: 20px auto 20px;
    display: flex;
    justify-content:space-between;
    grid-gap: 10px;
}
   .head-btn-list {
   	width: 141px;
   	background-color: #ffffff;
   	transform: translateY(0);
   	transition: all 0.5s linear;
   	cursor: pointer;
   	box-shadow: 0px 0px 17px rgba(0, 0, 0, .1);
   }

   .head-btn-list a {
   	color: #0a8dc3;
   	font-weight: bold;
   	font-size: 16px;
   	display: block;
   	width: 100%;
   	line-height: 152px;
   	text-align: center;
   }

   .head-btn-list:hover {
   	transform: translateY(-5px);
   	box-shadow: 0px 0px 18px grey;
   }

   .head-btn-list:hover a {
   	font-size: 18px;
   	color: #ef1e25;
   }

   .map-box {
   	width: 1200px;
   	min-width: 1200px;
   	margin: auto;
   }

   .map-ul {
   	width: 100%;
   }

   .map-list {
   	width: 100%;
   	background-color: #ffffff;
   	padding: 20px;
   	box-sizing: border-box;
   	margin-top: 25px;
   }

   .map-list-title {
   	display: flex;
   	justify-content: flex-start;
   	align-items: center;
   	padding-left: 10px;
   	position: relative;
   }

   .map-list-title::before {
   	content: '';
   	display: block;
   	width: 2px;
   	height: 15px;
   	position: absolute;
   	background-color: #ea082e;
   	top: 50%;
   	transform: translateY(-50%);
   	left: 0;
   }

   .map-list-title h4 {
   	color: #555555;
   	font-size: 16px;
   	font-weight: 700;
   }

   .map-list-title p {
   	color: #333;
   	font-size: 10px;
   	font-weight: 700;
   	padding: 0 10px;
   }

   .map-list-title h5 {
   	opacity: .3;
   	color: #666;
   	font-size: 14px;
   	font-weight: 400;
   }

   .map-list-main {
   	width: 100%;
   	margin-top: 20px;
   }

   .map-list-main .map-list-main-list {
   	background-color: #f2f2f2;
   	border: 0.5px solid #ffffff;
   	display: flex;
   	justify-content: flex-start;
   	align-items: flex-start;
   	padding: 30px;
   	position: relative;
   }

   .map-list-main-list::before {
   	content: '';
   	display: block;
   	position: absolute;
   	height: 100%;
   	width: 0.5px;
   	background-color: #ffffff;
   	left: 124px;
   	top: 0;
   }

   .map-list-main>li:nth-child(even) {
   	background-color: #fafafa !important;
   }

   .map-list-main-title {
   	padding-top: 10px;
   	width: 94px;
   	font-size: 14px;
   }

   .map-list-main-right {
   	width: 100%;
   	padding-left: 30px;
   	box-sizing: border-box;
   	display: flex;
   	justify-content: flex-start;
   	align-items: flex-start;
   	flex-wrap: wrap;

   }

   .map-list-main-right-list {
   	width: auto;
   	padding: 5px 0;
   	position: relative;
   	margin: 0 15px;
   }

   .map-list-main-right-list::after {
   	content: '';
   	display: block;
   	width: 1px;
   	height: 11px;
   	background-color: #d4d5d9;
   	position: absolute;
   	top: 50%;
   	transform: translateY(-50%);
   	right: -15px;
   }

   .map-list-main-right-list .map-list-main-right-list-a {
   	opacity: .8;
   	color: #0a8dc3;
   	font-size: 15px;
   }

   .map-list-main-right-list .map-list-main-right-list-a:hover {
   	color: #ef1e25;
   }

   .map-list-main-right-list:hover .map-select {
   	display: block;
   }

   /* new style start */
   .map-select {
   	position: absolute;
   	background-color: rgba(0, 0, 0, .7);
   	border-radius: 5px;
   	padding: 10px;
   	top: 35px;
   	left: -10px;
   	z-index: 1000;
   	display: none;
   }

   .map-select::before {
   	content: '';
   	display: block;
   	width: 0;
   	height: 0;
   	border-left: 10px solid transparent;
   	border-right: 10px solid transparent;
   	border-bottom: 10px solid rgba(0, 0, 0, .7);
   	position: absolute;
   	top: -10px;
   	left: 15px;
   }

   .map-select::after {
   	content: '';
   	display: block;
   	width: 100%;
   	height: 15px;
   	position: absolute;
   	top: -15px;
   }

   .map-select-li {}

   .map-select-li-a {
   	font-size: 15px;
   	color: #ffffff;
   	line-height: 40px;
   }

   .map-select-li-a:hover {
   	color: #0a8dc3;
   }

   /* new style end */
   .guide {
   	width: 1200px;
   	margin: auto;
   	min-width: 1200px;
   }

   .guide span,
   .guide a {
   	font-size: 12px;
   	color: #acaaaa;
   	position: relative;
   }

   .guide span {
   	padding-right: 20px;
   }

   .guide a {
   	padding: 0 20px;
   }

   .guide a::before {
   	content: '';
   	display: block;
   	position: absolute;
   	border-top: 3px solid transparent;
   	border-bottom: 3px solid transparent;
   	border-left: 6px solid #acaaaa;
   	top: 50%;
   	transform: translateY(-50%);
   	left: 0;
   }

   .guide a::after {
   	content: '';
   	display: block;
   	position: absolute;
   	border-top: 3px solid transparent;
   	border-bottom: 3px solid transparent;
   	border-left: 6px solid #acaaaa;
   	top: 50%;
   	transform: translateY(-50%);
   	left: -6px;
   }

   .map-list-main-list .map-list-main-title a {
   	color: #333333;
   }

   .footer-two-img a img {
   	margin-right: 0 !important
   }