html,
body {
	padding: 0;
	margin: 0;
	font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ";
	font-size: 14px;
	color: #000;
	width: 100%;
	height: 100%;
	letter-spacing: 1px;
	font-weight: 540;
}

@font-face {
	font-family: "iconfont";
	/* Project id  */
	src: url('../fonts/iconfont.ttf?t=1635922021824') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-youjiantou:before {
	content: "\e622";
}

.icon-down:before {
	content: "\e649";
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.wrap2 {
	width: 1440px;
	margin: 0 auto;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #000;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.arrow-bottom {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: red;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ */

.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #f7f7f7;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #1479d7;
}

img {
	max-width: 100%;

}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	width: 100%;
	transition: all 0.5s;
}

.mask:hover .imgDiv img {
	transform: scale(1.1);
}


input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

/**ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢**/
header {
	width: 100%;
	/* position: fixed; */
	/* top: 0;
	left: 0;
	z-index: 9999; */
	background: #FFFFFF;
	/* height: 90px; */
	transition: all 0.5s;
	box-shadow: 0 0 5px #ECEDEE;
	/*overflow: hidden;*/
}

header.header2 {
	background: none;
	border-bottom: 1px #666 solid;
	box-shadow: none;
}

header .logo a {
	/* height: 54px; */
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;

}

header .logo img {
	max-height: 100%;
}

header.on-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	box-shadow: 0 0 10px #ccc;
}


header.on-fixed .rightDiv .menu>ul>li>a {
	color: #000;
}

header .rightDiv {
	float: right;
	margin-right: 100px;
}

header .rightDiv .menu {
	text-align: right;
	position: relative;
	height: 90px;
}

header .rightDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	float: left;
	position: relative;
	padding: 0 30px;
	/*width: 126px;*/
}

header .rightDiv .menu>ul>li:last-child {
	padding-right: 0;
}

header .rightDiv .menu>ul>li>a {
	height: 90px;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #000;
	position: relative;
	font-size: 16px;
	line-height: 90px;

}


/* header .rightDiv .menu>ul>li:last-child img {
	margin-right: 10px;
}

header .rightDiv .menu>ul>li:last-child>a {
	color: #999;
}
 */

header .rightDiv .menu>ul>li>a::after {
	content: "";
	width: 0;
	height: 3px;
	background: #0370ab;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: .5s;
}

header .rightDiv .menu>ul>li>a.now::after,
header .rightDiv .menu>ul>li:hover>a::after {
	width: 100%;
	transition: .5s;
	font-weight: bold;
}

header .rightDiv .menu>ul>li>a:hover,
header .rightDiv .menu>ul>li>a.now {
	color: #0370ab;
}

/*
header .rightDiv .menu>ul>li:hover a span,
header .rightDiv .menu>ul>li:focus a span,
header .rightDiv .menu>ul>li.on a span,
header .rightDiv .menu>ul>li.active a span {
	display: block;
	width: 20px;
	height: 2px;
	background: #009a44;
	margin: 0 auto;
	margin-top: 1rem;

	/* background: #3fba9e;
	border-bottom: 2px #3fba9e solid; */
}

header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a {
	color: #0370ab;
}

header .rightDiv .menu ul li div.down_list {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.625rem;
	margin-top: -0.65rem;
	display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
	text-align: center;
	display: block;
}

header .mbtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/menu1.svg) no-repeat center center;
	background-size: 70%;
	position: absolute;
	top: 38px;
	right: 0;
	display: none;
	z-index: 9999;
}


header .mbtn:active {
	opacity: .8;
}

header.header2 .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
	margin: 0 2px;
	position: relative;
	text-transform: capitalize;
}

/* header.header2 .rightDiv .menu>ul>li:hover>a {
	border-bottom: 2px #FFFFFF solid;
}
 */
/* header.header2 .rightDiv .menu>ul>li>a.now {
	border-bottom: 2px #FFFFFF solid;
} */

/* header.header2 .rightDiv .menu>ul>li>ul>li:hover a {
	border-bottom: none;
} */

/* header .rightDiv .menu>ul>li:last-child>a {
	padding: 0;
	margin: 0;
	margin-top: 2.5rem;
	margin-left: 1rem;
}
 */
body.on-menu header .mbtn {
	background: url(../img/menu-hide1.svg) no-repeat center center;
	background-size: 40%;
	z-index: 9999;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}


.menu #menu-button {
	display: none
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #b3c9e2;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.menu>ul>li {
	float: left;
}


/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu>ul>li>a {
	padding: 0;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	position: relative;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.menu>ul>li>a img {
	margin-top: -20px;
	margin-left: 5px;
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #fff;
}

/* .menu>ul>li.has-sub>a {
	padding-right: 20px;
} */

/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-15px;width:8px;height:8px;border-bottom:1px solid #000;border-right:1px solid #000;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}*/
/* .menu>ul>li.has-sub>a::after {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 0;
	width: 10px;
	height: 6px;
	content: "";
	 background: url(../img/xia.png) no-repeat; */
/*} */
.menu ul li {
	/* overflow: hidden; */
}

.menu ul li:hover {
	/* overflow: visible; */
}

/*.menu>ul>li.has-sub:hover>a::after,.menu>ul>li.has-sub.on>a::after{border-color:#fff}*/
.menu ul ul {}

.menu ul li:hover>ul {

	top: 90px;
	opacity: 1;
	visibility: visible;

}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
	right: 100%;
	top: 0;
	width: 100%;
}

.menu ul ul li:hover>ul {
	margin-left: 0;
}

.menu ul ul li:hover {
	background: #d7e5f6;
}

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul {

	width: 100%;
	/* margin-left: -8px; */
	text-align: center;
	top: 120px;
	position: absolute;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	left: 0;
	box-shadow: 0 0 5px #ccc;
}

.menu ul ul .ul {
	background: rgba(255, 255, 255, 1);
	/* border-radius: 6px; */
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

.menu ul ul li {
	padding: 0 15px;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	/* text-align: center; */
}

/*.menu ul ul li:first-child{border-radius: 6px 6px 0 0;}*/

/*.menu ul ul li a{padding:10px;width: width: 100%;;font-size:15px;text-decoration:none;color:#666666;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#81D8D0;background: #F9F9F9;}*/
.menu ul ul li>a {
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	padding: 10px 0;
}

.menu ul ul li>a:hover,
.menu ul ul li a:hover {
	/* color: #f05a59; */
	border: 0;
}

.menu ul ul li:last-child>a {
	border: 0;
}

.top {
	background: #0a61f1;
	height: 45px;
	line-height: 45px;
	color: #FFFFFF;
}

.top a {
	color: #FFFFFF;
}

.top .swiper-container {
	height: 40px;
}

.top_rt {
	display: flex;
}

.xuqiu {
	margin-left: 40px;
	padding: 0 20px;
	padding-right: 30px;
}

.xuqiu img {
	margin-right: 12px;
}

.xuqiu img.fr {
	position: absolute;
	right: 0;
	top: 18px;
	margin-right: 0;
}

.xuqiu ul.absolute {
	z-index: 9999;
	width: 100%;
	left: 0;
	top: 45px;
	display: none;
}

.xuqiu:hover ul.absolute {
	display: block;
}

.xuqiu ul li {
	background: #f8f8f8;
	padding-left: 20px;


}

.xuqiu ul li a {
	color: #333333;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	height: 25px;
	line-height: 25px;
	margin-bottom: 2px;
}

.bannerIndex,
.banner_nei {
	/* margin-top: 90px; */
	position: relative;

}

.bannerIndex .swiper-pagination-bullet {
	width: 29px;
	height: 4px;
	background: #fff;
	opacity: 1;
	border-radius: 0;
	transition: all 0.5s;
}

.bannerIndex .swiper-button-white {
	opacity: 1;
	background-size: 70%;
	z-index: 99;
}


.bannerIndex .swiper-pagination-bullet-active {
	width: 29px;
	background: #0a61f1;
	opacity: 1;
	border-radius: 10px;
}

.bannerIndex .swiper-slide img {
	min-height: 240px;
	object-fit: cover;
}

.bannerIndex p.more {
	width: 110px;

	border: 1px #fff solid;
	text-align: center;
}

.bannerIndex p.more:hover {
	background: #204e9e;
	color: #fff;
	border: 1px #204e9e solid;
}

.search {
	position: absolute;
	top: 26%;
	z-index: 99;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.flag {
	font-size: 79px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 12px;
}

.search form {
	margin: 0 auto;
	display: block;
	width: 538px;
	margin-top: 70px;
	position: relative;
}

.search form input {
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(3, 0, 0, 0.3);
	border-radius: 24px;
	overflow: hidden;
	border: 0;
	padding-left: 20px;
	padding-right: 100px;
}

.search form button {
	width: 95px;
	height: 50px;
	background: #0a61f1;
	border: 0;
	margin-left: -5px;
	display: inline-block;
	border-radius: 0 24px 24px 0;
	float: right;
	position: absolute;
	right: 0;
}

.search form button img {
	width: 30px;
	height: 30px;
}

.title {
	border-bottom: 1px #0a61f1 solid;
	padding-bottom: 10px;
}

.title p::after {
	content: "";
	bottom: -10px;
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	background: #0a61f1;
}

.title ul li {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

.index_news .swiper-slide .imgDiv {
	background: #000;
}

.index_news .swiper-slide .imgDiv img {
	opacity: 0.9;
	height: 100%;
}

.index_news .swiper-slide .wenzi {
	position: absolute;
	bottom: 50px;
	padding: 0 20px;
	z-index: 9999;
	text-align: center;
	width: 100%;
}

.indexDiv1 .content>.fl {
	width: 900px;
}

.index_news .swiper-container {
	width: 450px;
}

.index_news .swiper-button-white {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	background-size: 25%;
	width: 35px;
	height: 35px;
	z-index: 9;
	top: 55%;
}

.index_news .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	opacity: 1;
	background: #FFFFFF;
	margin: 0 8px;
}

.index_news .swiper-pagination-bullet-active {
	background: #0a61f1;
}

.tabCon .textDiv {
	width: 220px;
}

.tabCon .textDiv img{
	height:140px;
}

.tabCon ul {
	margin-top: 5px;
}

.tabCon li a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	letter-spacing: 1px;
	padding: 2px 0;
}

.tab li {
	float: left;
	cursor: pointer;
}

.tab li.active span {
	position: relative;
}

.tab li.active span::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #0a61f1;
}

.tab li {
	padding: 0 20px;
	height: 22px;
	line-height: 22px;
	border-left: 1px #ccc solid;
}

.tab li:first-child {
	padding-left: 0;
	border-left: 0;
}

.tabCon .tab_cell {
	display: none;
}

.index_list {
	width: 430px;
}

.index_list ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 3px 0;
}

.title2 {
	position: relative;
	display: inline-block;
}

.title2::after {
	width: 100%;
	height: 2px;
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	background: #0a61f1;
}

.huiyi ul li .time span {
	margin-right: 20px;
}

.huiyi ul li {
	margin-bottom: 10px;
	line-height: 26px;
width: 430px;}

.huiyi ul li p{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index_fr {
	width: 230px;
}

.index_pro ul {
	margin-left: -25px;
}

.index_pro ul li {
	margin-left: 25px;
	text-align: center;
	float: left;
	margin-bottom: 30px;
	letter-spacing: 0;
}

.index_pro ul li p {
	margin-top: 10px;
}

.index_pro .swiper-container {
	padding-bottom: 20px;
}

.index_pro .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 2px;
}

.zh_fl {
	width: 900px;
}

.zc_list li a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 3px 0;
	padding-right: 12px;
}

.qiuzu ul {
	margin-left: -40px;
}

.qiuzu ul li {
	padding: 25px;
	width: 430px;
	height: 145px;
	border: 2px #eee solid;
	float: left;
	margin-left: 38px;
	margin-top: 25px;
	position: relative;
	background: #FFFFFF;
}

.qiuzu ul li:hover::after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	background: #dddddd;
	z-index: -1;
}

.qiuzu ul li .mt15 {
	display: flex;
	line-height: 28px;
}

.qiuzu ul li .mt15 p {
	margin-right: 80px;
}

.nav_qz a {
	margin-right: 60px;
}

.biaoqian {
	height: 250px;
	width: 435px;
	overflow: hidden;
}

.bq_a {
	margin-left: -8px;
}

.bq_a a {
	display: block;
	padding: 6px 20px;
	border: 1px #eee solid;
	float: left;
	margin-left: 8px;
	min-width: 100px;
	text-align: center;
	margin-bottom: 20px;
	box-shadow: 0px 3px 3px #ddd;
}

.bq_a a:hover {
	background: #1479d7;
	color: #FFFFFF;
}

.yqyh_bt p:nth-child(2) {
	margin-left: 80px;
}

.ydyh {
	width: 435px;
}

.ydyh ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 4px 0;
}

.zswl {
	width: 230px;
}

.redian {
	width: 430px;
}

.redian ul li span.fl {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 7px 10px 0 0;
	background: #1479d7;
}

.redian ul li p.fl {
	position: relative;
	width: 230px;
}

.redian ul li p.fl span {
	background: #fff;
	padding-right: 5px;
}

.redian ul li p.fl::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border: 1px #ccc dashed;
	top: 50%;
	z-index: -1;
}

.redian ul li p.fr {
	width: 170px;
}

.redian ul li {
	padding: 3px 0;
}

.cyfx {
	width: 430px;
}

.cyfx ul li a {
	padding: 3px 0;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.index2_rt {
	width: 230px;
}

.index_case ul li {
	margin-bottom: 24px;
}

.index_case ul li .wenzi {
	width: calc(100% - 18px);
	display: block;
}

.index_case ul li .number {
	display: block;
	width: 13px;
	height: 13px;
	background: #1479d7;
	color: #FFFFFF;
	text-align: center;
	line-height: 13px;
	margin-top: 5px;
}

.bq_li span {
	background: #f3481a;
	color: #FFFFFF;
	display: inline-block;
	border-radius: 5px;
	padding: 0 5px;
	margin-left: 5px;
	margin-top: 5px;
}

.bq_li span:nth-child(1) {
	margin-left: 18px;
}

.rmyq li a {
	display: block;
	padding: 8px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.rmyq li span {
	font-size: 16px;
	color: #999;
	display: inline-block;
	width: 25px;
	letter-spacing: -3px;
	text-align: center;
	font-weight: 520;
	font-weight: bold;
}

.rmyq li:nth-child(1) span {
	color: #ff0c0c;
}

.rmyq li:nth-child(2) span {
	color: #ff0c0c;
}

.rmyq li:nth-child(3) span {
	color: #ffc741;
}

.indexDiv3 .content .textDiv .wenzi {
	width: 100%;
	background: rgba(20, 121, 215, 0.8);
	z-index: 9;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	transition: all 0.5s;
	height: 0;
	overflow: hidden;
}

.indexDiv3 .content .textDiv:hover .wenzi {
	padding: 15px;
	height: 100%;
}

.indexDiv3 .content .textDiv .wenzi img {
	margin-right: 15px;
}

.indexDiv3 .content .swiper-container {
	margin: 0 25px;
}

.indexDiv3 .swiper-button-white {
	background-size: 30%;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	width: 35px;
	height: 35px;
}

.indexDiv3 .swiper-button-prev {
	left: 0;
}

.indexDiv3 .swiper-button-next {
	right: 0;
}

.ydDiv {
	width: 900px;
}

.ydDiv a .fw {
	background: #f3481a;
	display: inline-block !important;
	padding: 0 5px;
}

.wzjg img {
	float: left;
	margin-right: 5px;
}

.wzjg .red {
	margin-right: 30px;
}

.tdcj {
	width: 230px;
}

.cj_list li {
	margin-bottom: 32px;
}

.indexDiv4 .textDiv {
	box-shadow: 0 0 10px #CCCCCC;
}

.indexDiv4 .textDiv button {
	background: #1479d7;
	border-radius: 10px;
	border: 0;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	width: 90px;
	height: 24px;
	margin-top: 20px;
}

.indexDiv4 .textDiv .wenzi {
	padding: 30px 10px;
}

.indexDiv4 .row {
	margin: 0 5px;
	margin-top: 40px;
}

footer {
	background: #242629;
	padding: 30px 0;
}

.tel_bott img {
	margin-right: 20px;
}

.nav_bott a {
	color: #FFFFFF;
	margin-right: 30px;
	display: inline-block;
}

.wxq a {
	margin-left: 20px;
}

.wxq p.relative .absolute {
	width: 120px;
	height: 120px;
	z-index: 99;
	top: 120%;
	left: -35px;
	max-width: 160px;
	display: none;
}

.wxq p.relative {
	cursor: pointer;
}

.wxq p.relative:hover .absolute {
	display: block;
}

.yq_link .biaoti {
	background: #666666;
	display: inline-block;
	border-radius: 5px;
	padding: 2px 10px;
}

.yq_link a {
	color: #FFFFFF;
	margin-top: 12px;
	display: inline-block;
	margin-right: 30px;
}

.fbxu_li {
	display: none !important;
}

.bn_p {
	font-size: 72px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 38%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 9;
}

.news_lb,
.news_lb .swiper-container {
	width: 570px;
}

.news_list {
	width: 600px;
}

.news_list ul li a {
	padding: 7px 0;
	position: relative;
}

.news_list ul li a span.fr {
	font-weight: normal;
	letter-spacing: 0;

}

.news_list p.bold a span.fr {
	font-weight: normal;
	margin-top: 15px;
	letter-spacing: 0;
}

/* .title_nei{
	border: 0;
} */
.title .en {
	margin-left: 10px;
}

.weizhi {
	margin-left: 20px;
	margin-top: 10px;
}

.weizhi img {
	margin-right: 10px;
}

.weizhi div.fl {
	color: #666;
	float: right;
	margin-top: 5px;
	line-height: 40px;
}

.weizhi div.fl a {
	color: #666;
}

.newsDiv1 .content {
	border-bottom: 1px #0a61f1 solid;
	padding-bottom: 30px;
}

.news_list_fl {
	width: 860px;
}

.news_list_fl .wenzi {
	width: calc(100% - 300px);
	float: right;
}

.news_list_fl .wenzi .time img {
	margin-right: 5px;
}

.news_list_fl>ul li {
	margin-bottom: 55px;
}

.news_list_fl>ul li .fl{width: 280px; height: 180px;}

.news_list_fr {
	width: 312px;
}

.fenye {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fenye>ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fenye>ul li span {
	display: block;
	background: #2c99ff;
	padding: 5px 10px;
	color: #FFFFFF;
	margin: 0 5px;
}

.fenye>ul li a {
	display: block;
	background: #ddd;
	padding: 5px 10px;
	color: #FFFFFF;
	margin: 0 5px;
}

.fenye>ul li a.now,
.fenye>ul li a:hover {
	background: #2c99ff;
}

.news_list_fr .content>ul li {
	padding: 15px;
	border: 1px #f2f2f2 solid;
	margin-bottom: 16px;
}

.news_list_fr .content>ul li .addr img {
	margin-right: 5px;
}

.news_list_fr .content>ul li a:hover p.font18 {
	color: #1479d7;
}

.sx_top {
	padding: 15px 32px;
	background: #2b99ff;
}

.jz_sear {
	margin-top: -7px;
}

.jz_sear p.fl {
	margin-top: 5px;
	margin-right: 5px;
}

.jz_sear input {
	width: 150px;
	height: 35px;
	background: #FFFFFF;
	border: 1px #ccc solid;
	padding: 0 5px;
}

.jz_sear button {
	width: 65px;
	height: 35px;
	background: #2b99ff;
	border: 0;
	margin-left: -6px;
	float: right;
}

.jz_sear button img {
	width: 22px;
	cursor: pointer;
}

.sx_con {
	background: #fafafa;
	padding: 0 18px;
	padding-bottom: 35px;
}

.sx_con>ul>li {
	min-height: 55px;
	padding: 10px;
	padding-top: 18px;
	position: relative;
	border-bottom: 1px #ccc solid;
}

.sx_con>ul>li:first-child {
	height: 55px;
	overflow: hidden;
	position: relative;
	padding: 10px;
	padding-top: 18px;
	border-bottom: 1px #ccc solid;
}


.sx_con>ul>li p:first-child {
	width: 80px;
	text-align: right;
}

.sx_con>ul>li>label:first-child {
	display: block;
	width: 45px;
}
.sx_con ul li .list li.checked,
.sx_con ul li label.checked {


	background: #2b99ff;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
}

.sx_con ul li .list li.checked a,
.sx_con ul li label.checked a {
	color: #FFFFFF;
}
.sx_con ul li .list{
	width: calc(100% - 150px);
	float: left;
}
.sx_con ul li .list li{
	float: left;
	position: relative;
	cursor: pointer;
	margin: 0 5px;
	margin-bottom: 11px;
	padding: 0 2px;
}
.sx_con ul li .list li a{
	display: block;
}

.sx_con ul li label {
	position: relative;
	cursor: pointer;
	margin: 0 5px;
	margin-bottom: 10px;
	padding: 0 2px;
}

.sx_con ul li label input {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.sx_con>ul>li.city_li{
	display: none;
}

.sx_con ul li>.flDiv {
	width: 70%;
}


.sx_con ul li.open {
	height: auto;
}

.more {
	position: absolute;
	right: 0;
	width: 16px;
	height: 16px;
	background: #2b99ff;
	border-radius: 50%;
	cursor: pointer;
	top: 15px;
}

.more::before {
	width: 6px;
	content: "";
	display: block;
	height: 2px;
	background: #FFFFFF;
	top: 7px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
}

.more::after {
	height: 6px;
	content: "";
	display: block;
	width: 2px;
	background: #FFFFFF;
	top: 5px;
	left: 1px;
	right: 0;
	margin: 0 auto;
	position: absolute;
}

.sx_con ul li.open .more::after {
	display: none;
}

.shaixun_list_fl {
	width: 850px;
	float: left;
}

.yq_title p span {
	font-weight: normal;
	background: #1b82e1;
	border-radius: 10px;
	padding: 2px 10px;
	margin-left: 10px;
}

.yq_title button {
	background: #FFFFFF;
	border: 1px #1b82e1 solid;
	border-radius: 20px;
	color: #1b82e1;
	height: 22px;
	line-height: 18px;
	margin-right: 10px;
	cursor: pointer;
}

.jieguo_list li {
	padding: 16px 30px;
	border-bottom: 1px #eee solid;
}

.jieguo_list li img{max-width: 260px;}

.jieguo_list .wenzi {
	width: calc(100% - 290px);
}

.jieguo_list .biao p {
	min-width: 110px;
}

.jieguo_list .biao p img {
	margin-right: 5px;
}

.sheshi {
	display: flex;
}

.sheshi span {
	margin: 0 5px;
	display: inline-block;
}

.paixu {
	background: #2b99ff;
}

.px_list li {
	float: left;
	padding: 15px 30px;
	cursor: pointer;
}

.px_list li.active {
	background: #0d7fe8;
	color: #FFFFFF;
}

.up {
	font-size: 0;
	line-height: 0;
	border-width: 7px;
	border-color: #FFFFFF;
	border-top-width: 0;
	border-style: dashed;
	border-bottom-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	top: 0;
	cursor: pointer;
}

.down {
	font-size: 0;
	line-height: 0;
	border-width: 7px;
	border-color: #FFFFFF;
	border-bottom-width: 0;
	border-style: dashed;
	border-bottom-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	cursor: pointer;
}

.px_list li p {
	width: 10px;
	margin-top: 3px;
	margin-left: 6px;
}

.px_list li.active .down.on {
	font-size: 0;
	line-height: 0;
	border-width: 7px;
	border-color: #b6b6b6;
	border-bottom-width: 0;
	border-style: dashed;
	border-bottom-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	cursor: pointer;
}

.px_list li.active .up.on {
	font-size: 0;
	line-height: 0;
	border-width: 7px;
	border-color: #b6b6b6;
	border-top-width: 0;
	border-style: dashed;
	border-bottom-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	top: 0;
	cursor: pointer;
}

.title3 {
	background: #2b99ff;
	padding: 11px 0;
}

.title3 img {
	margin-left: 10px;
}



.yqrz form {
	padding: 15px 30px;
}

.yqrz form select,
.yqrz form input {
	border: 1px #eee solid;
	width: 100%;
	background: #f8f8f8;
	padding: 10px 15px;
	margin-bottom: 14px;
}

.yqrz form select:active {
	border: 0;
}

.yqrz form button {
	width: 100%;
	height: 25px;
	background-color: #2b99ff;
	border-radius: 10px;
	border: 0;
	color: #FFFFFF;
}

.par_rm {
	padding: 15px 30px;
}

.top_rd {
	margin-left: 15px;
	display: flex;
	margin-top: 12px;

}

.top_rd:first-child {
	margin-left: 0;
}

.top_rd span {
	width: 80%;
	margin: 0 auto;
}

.rdzt ul li a {
	padding: 6px 0;
	display: block;
}

.tzsd {
	min-height: 265px;
}

.tz_a {
	margin-left: -30px;
}

.tz_a a {
	display: inline-block;
	margin-left: 30px;
	margin-bottom: 10px;
}

.contrast {
	position: fixed;
	right: -200px;
	width: 200px;
	top: 50%;
	height: 234px;
	margin-top: -117px;
	background-color: aliceblue;
	border-top: #2b99ff solid 1px;
	border-left: #2b99ff solid 1px;
	border-bottom: #2b99ff solid 1px;
	border-radius: 6px 0 0 0;
	z-index: 9999;
}

.contrast .list {
	padding: 0;
}

.contrast .tit {
	background-color: #2b99ff;
	color: #FFF;
	text-align: center;
	line-height: 34px;
}
.bg.on{
	background: #008f07;
	color: #FFFFFF;
}
.item {
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 2.5em;
	padding: 0 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	border-bottom: #00aeda solid 1px;
}

.item .close {
	display: block;
	font-style: normal;
	position: absolute;
	line-height: 16px;
	width: 16px;
	text-align: center;
	right: 4px;
	top: 8px;
}

.contrast .btn {
	width: 180px;
	display: block;
	margin: 10px auto 0;
}

.contrast .bar {
	position: absolute;
	width: 30px;
	height: 80px;
	background-color: #2b99ff;
	top: 50%;
	left: -30px;
	margin-top: -40px;
	border-radius: 6px 0 0 6px;
	cursor: pointer;
}

.contrast.open {
	right: 0;
}

.contrast .bar::after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(-135deg);
	top: 50%;
	margin-top: -4px;
	left: 12px;

}

.contrast .on::after {
	transform: rotate(45deg);
	left: 7px;
}


.collection {
	color: #2b99ff;
	font-size: 12px;
	display: block;
	float: right;
	left: 20px;
	margin-right: 7px;
	margin-top: 4px;
	bottom: 15px;
	line-height: 150%;
	border: #2b99ff solid 1px;
	border-radius: 5px;
	padding: 0 8px;
	cursor: pointer;
}

.bj.on,
.collection.on {
	border: #008f07 solid 1px;
	background-color: #008f07;
	color: #fff !important;
}




.park_compare table {
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}

.park_compare table tr:nth-of-type(odd) {
	background: #d6ecff;
}

.park_compare table tr:nth-of-type(1) {
	background: #2b99ff;
	color: #fff;
}

.park_compare table tr:nth-of-type(1) td {
	padding: 10px;
	color: #fff;
}

.park_compare table tr td.font18 {

	color: #333333;
}

.park_compare table tr td {
	padding: 30px;
	min-height: 150px;
	position: relative;
}

.park_compare table tr #map {
	width: 1020px;
	height: 600px;
}

.park_compare table tr td .wenzi,
.park_compare table tr td {
	font-size: 14px !important;
	font-weight: normal;
}
.park_compare table tr td .relative{
	padding-bottom: 20px;
}
.park_compare table tr td.font18 {
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px !important;
}

.w12 {
	overflow-x: scroll;
}
.w12::-webkit-scrollbar {

	display: none;/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡*/

}

.park_compare table tr:nth-of-type(1) {
	background: #2b99ff;
}

.park_compare table tr:nth-of-type(1) td {
	font-size: 18px !important;
	background: #2b99ff !important;
	min-height: inherit;
	border: 0 !important;
}

.park_compare table tr #map {
	width: 100%;
	height: 400px;
}

.park_compare table tr td {
	padding: 10px;
	min-width: 200px;
}

.park_compare table tr td:first-child {
	width: 90px;
	max-width: 90px;
	min-width: 90px;
	position: absolute;
	/* height: 100%; */
	z-index: 99;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	border-right: 1px #fff solid;
}

.park_compare table tr:nth-child(odd) td:first-child {
	background: #d6ecff;
}

.park_compare table tr:nth-child(even) td:first-child {
	background: #fff;
}

.down_more {
	bottom:0;
}

.park_compare table tr td.fixedColumn {
	width: 90px;
	max-width: 90px;
	min-width: 90px;
	display: block;
}

/* .park_compare table tr td {
	min-height: inherit;
} */


.park_compare table tr td .wenzi {
	min-height: 150px;
	display: flex;
	position: relative;
	max-width: 435px;
	max-height: 240px;
	overflow: hidden;
	padding-bottom: 30px;
	margin: 0 auto;
	margin-top: 25px;
}

.park_compare table tr td .wenzi.gd {
	max-height: inherit;
}

.park_compare table tr td .wenzi.flex {
	justify-content: initial;
}

.down_more {
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	z-index: 9;
}

.down_more.close {
	transform: rotate(180deg);
}


.nav_nei {
	background: #2b99ff;
	position: relative;
	height: 65px;
	overflow: hidden;
}

.nav_nei ul {
	display: flex;
	padding: 0 30px;
	justify-content: space-between;
}

.nav_nei ul a {
	display: block;
	padding: 15px 0;
	color: #FFFFFF;
	position: relative;
}

.nav_nei ul li.now a::after {
	content: "";
	font-size: 0;
	line-height: 0;
	border-width: 7px;
	border-color: #FFFFFF;
	border-top-width: 0;
	border-style: dashed;
	border-bottom-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: 0;
	left: 42%;
	right: auto;
	margin: 0 auto;
}

.fixed_nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}

.yq_xq {
	width: 240px;
	float: left;

}

.par65 {
	padding-top: 65px;
	margin-top: -65px;
}


#thumbs .swiper-slide img {
	border: 1px #ccc solid;
}

#thumbs .swiper-slide.swiper-slide-thumb-active img {
	border: 1px #0173ac solid;
}

#gallery .swiper-button-white {
	background-color: rgba(255, 255, 255, 0.4);
	background-size: 25%;
	border-radius: 50%;
	width: 25px;
	height: 25px;
}

#gallery .swiper-button-prev {
	left: 5px
}

#gallery .swiper-button-next {
	right: 5px;
}

.xqDiv_fl {
	width: 886px;
	float: left;
	margin-right: 25px;
}

.yq_bq span {
	display: inline-block;
	background: #1479d7;
	border-radius: 25px;
	color: #FFFFFF;
	font-size: 0.8rem;
	padding: 0 5px;
}

.jieshao {
	width: calc(100% - 265px);
	float: right;
}

.yaowenDiv ul li {
	float: left;
	width: 370px;
	margin-left: 80px;
	margin-bottom: 18px;
}

.yaowenDiv ul {
	margin-left: -80px;
}

.zhanshiDiv .swiper-container,
.mqiDiv .swiper-container {
	width: 96%;
	margin: 0 auto;
}

.zhanshiDiv .swiper-button-white,
.mqiDiv .swiper-button-white {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.35);
	background-size: 20%;
}

.zhanshiDiv .swiper-button-prev,
.mqiDiv .swiper-button-prev {
	left: 0;
}

.zhanshiDiv .swiper-button-next,
.mqiDiv .swiper-button-next {
	right: 0;
}

.mqiDiv .swiper-button-white {
	top: 60%;
}

.chanyeDiv ul li {
	float: left;
	margin-left: 75px;
	margin-bottom: 15px;
	min-width: 113px;
	padding: 10px 0;
	position: relative;
	background: #1479d7;
	text-align: center;
	color: #FFFFFF;
}

.chanyeDiv ul li::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 5px;
	left: 5px;
	background: #e5e5e5;
	z-index: -1;
}

.chanyeDiv ul {
	margin-left: -75px;
}

.yqspDiv ul {
	margin-left: -13px;
}

.yqspDiv ul li {
	margin-left: 13px;
	float: left;
	margin-bottom: 13px;
}

.xqDiv_fr {
	width: 283px;
	float: right;
}

.xmzx form {
	padding: 15px;
	border: 1px #eee solid;
}

.sszc ul li {
	margin-bottom: 20px;
	line-height: 24px;
}

.sszc .imgDiv span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
}



.news_xqDiv .news_list_fr .content>ul li {
	padding: 0;
	border: 0;
}

.news_xqDiv .news_list_fr {
	width: 280px;
}

.news_xqDiv .news_list_fr {
	width: 280px;
}

.news_xqDiv .index_case li .number {
	background: #9e9e9e;
}

.news_xqDiv .index_case li .number.bgRed {
	background: #f3481a;
}

.xq_title {
	padding-bottom: 15px;
	border-bottom: 1px #2B99FF solid;
}

.bsBox {
	height: auto !important;
}

.bsTop {
	width: 100% !important;
}

.tjyq_text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: .4rem;
}

.map-box {
	margin-top: 30px;
	width: 100%;
	position: relative;
}

.map-box #map {
	width: 100%;
	height: 340px;
	float: left;
}

.map-box .map-label h2 {
	padding: 0 5px;
	width: 135px;
	color: #fff;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	background-color: #2b99ff;
	height: 35px;
	line-height: 35px;
}

.map-box .map-label .map-label-price {
	text-align: center;
	height: 35px;
	color: #2b99ff;
	line-height: 35px;
	font-size: 14px;
	padding-right: 33px;
	position: absolute;
	top: 35px;
	width: 100%;
}

.map-box .map-label {
	height: 100px;
	width: 170px;
	position: absolute;
	background-image: url(../img/map-label-bg.png);
	background-repeat: no-repeat;
	background-position: -2px;
}

.map-box .map-mart {
	font-size: 12px;
	background-color: #fff;
	width: 260px;
	height: 350px;
	float: left;
	position: absolute;
	right: 0;
}

.map-box .map-mart .map-mart-title {
	height: 45px;
	line-height: 45px;
	border-bottom: 2px solid #2b99ff;
}

.map-box .map-mart .map-mart-title a {
	display: inline-block;
	width: 47px;
	text-align: center;
	color: #425571;
}

.map-box .map-mart .map-mart-title a.active {
	background-color: #2b99ff;
	color: #fff;
}

.map-box .map-mart .map-mart-lists {
	padding: 0 15px;
	height: 305px;
	overflow-y: auto;
}

.map-box .map-mart .map-mart-lists li {
	height: 50px;
	line-height: 50px;
	color: #425571;
	cursor: pointer;
	cursor: pointer;
	overflow: hidden;
}

.map-box .map-mart .map-mart-lists li i {
	width: 20px;
	height: 60px;
	display: inline-block;
	vertical-align: top;
	background-image: url(../img/map-qipao.png);
	background-repeat: no-repeat;
	margin-right: 5px;
	background-position: left center;
	text-align: center;
	color: #fff;
}

.map-box .map-mart .map-mart-lists li .text {
	width: 130px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.map-box .map-mart .map-mart-lists li .location-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../image/location.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}

.park_compare table tr #map {
	width: 100%;
	height: 600px;
}

#mapContainer {
	width: 100%;
	height: 100%;
}

#info {
	display: none;
	position: absolute;
	left: 30px;
	top: 90px;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	z-index: 9999;
	background: #c00;
}

#buttonContainer {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 9999;
}

#buttonContainer input {
	background: #fff;
	padding: 10px;
	width: 120xp;
	outline-style: none;
	margin-right: 10px;
	border-radius: 10px;
}



/*PHONEÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
@media screen and (max-width:767px) {


	.wrap,
	.wrap2 {
		width: 98%;
		margin: 0 auto;
		font-size: 14px;
	}

	.showDiv {
		display: block;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
		box-shadow: none;
		border-top: 1px #eee solid;
	}

	.menu ul ul .ul {
		background: #fff;
		box-shadow: none !important;
		border-radius: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .3)
	}

	.menu ul li:hover>ul {
		top: 0;
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #eee;
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #eee dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		width: 75%;
		max-height: 50px;
		margin-left: 0;
	}

	header .logo a {
		/* height: 35px; */
		margin-top: 5px;
		display: block;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
	}

	header .wrap {
		display: block;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 90px;
		padding-top: 0;
		background: #fff;
		/* box-shadow: 0 0 5px #EEEEEE; */
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}



	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 9999;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 90px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		/* background-color: rgba(0, 0, 0, 0.9); */
		background: #fff;
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		z-index: 9999;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
		padding-bottom: 50px;
	}

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
	}

	header .rightDiv .menu ul>li:first-child {
		border-top: 1px #eee solid;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}

	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #333;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #a13e91;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #204e9e;
	}

	header .rightDiv .menu>ul>li>a:hover span,
	header .rightDiv .menu>ul>li>a.now span {
		display: none;


		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}



	.hideDiv {
		display: none;
	}

	.bannerIndex,
	.banner_nei {
		margin-top: 50px;
	}

	.banner_nei img {
		min-height: 160px;
		object-fit: cover;
	}

	.bannerIndex .wrap {
		line-height: 22px;
		top: 30px;
		width: 95%;
	}

	.bannerIndex .wrap .font18 {
		font-size: 14px;
	}

	.bannerIndex .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.flag {
		font-size: 24px;
		letter-spacing: 1px;
	}

	.search form {
		width: 90%;
		margin-top: 30px;
	}

	.search form input {
		height: 38px;
	}

	.search form button {
		height: 38px;
		width: 50px;
	}

	.search form button img {
		width: 20px;
		height: 20px;
	}

	.title .font18 {
		font-size: 14px;
	}

	.title ul li {
		margin-right: 15px;
	}

	.title ul li {
		margin-top: 0;
	}

	.title ul {
		margin-top: 20px;
	}

	.indexDiv1 .content>.fl,
	.index_news,
	.index_list,
	.tabCon .textDiv,
	.tabCon .textDiv img,
	.index_news .swiper-container,
	.zh_fl,
	.biaoqian,
	.ydyh,
	.redian,
	.cyfx,
	.index2_rt,
	.ydDiv,
	.tdcj {
		width: 100%;
	}

	.tabCon .textDiv img {height:auto;}

	.tabCon .textDiv {
		margin-bottom: 20px;
	}

	.indexDiv1 .fr {
		width: 100%;
	}

	.index_pro ul {
		margin-left: 0;
	}

	.index_pro ul li {
		width: 33.33%;
		margin-left: 0;
		text-align: center;
	}

	.vr img {
		width: 100%;
	}

	.zswl {
		width: auto;
	}

	.nav_qz a {
		margin-right: 10px;
		display: inline-block;
		margin-bottom: 10px;
	}

	.qiuzu ul li {
		width: 100%;
		margin-left: 0;
	}

	.qiuzu ul {
		width: 100%;
		margin-left: 0;
	}

	.redian ul li p.fl {
		width: calc(100% - 200px);
	}

	.indexDiv4 .textDiv {
		margin-bottom: 20px;
	}

	.indexDiv4 .row {
		margin: 0;
		margin-top: 20px;
	}

	.indexDiv4 .row .col-lg-3 {
		padding: 0 5px;
	}

	.top {
		height: 35px;
		line-height: 35px;
	}

	.top a {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.top_rt {
		display: none;
	}

	.fbxu_li {
		display: block !important;
	}

	.menu>ul>li.fbxu_li>a img {
		margin: 0px 10px 0 0;
	}

	header .logo img {
		max-height: 40px;
	}

	.wxq {
		float: left;
	}

	.title>.fl {
		width: 100%;
	}

	.title>.fl.weizhi {
		display: block;
		width: auto;
	}

	.weizhi img {
		width: 15px;
		margin-top: 15px;
	}

	.newsDiv1 .content>.fr {
		width: 100%;
		margin-top: 20px;
	}

	.news_list p.bold a span.fr {
		margin-top: 5px;
	}

	.news_list_fl>ul li a>img,
	.news_list_fl .wenzi,
	.news_list_fl,
	.news_list_fr {
		width: 100%;
	}

	.news_list_fl .wenzi .time img {
		width: 12px;
	}

	.news_list_fl>ul li {
		margin-bottom: 20px;
	}

	.bn_p {
		font-size: 30px;
	}

	.banner_nei {
		margin-top: 90px;
	}

	.sx_con {
		padding: 0 10px;
	}

	.sx_con>ul>li,
	.sx_con>ul>li:first-child {
		padding: 10px 0;
	}

	.sx_con>ul>li:first-child {
		height: 45px;
		min-height: inherit;
	}
	.sx_con>ul>li:first-child.open{
		height: auto;
	}

	.sx_con>ul>li .check {
		width: calc(100% - 90px);
	}

	.jz_sear {
		margin-top: 10px;
	}

	.shaixun_list_fl {
		width: 100%;
	}

	.px_list li {
		padding: 15px 20px;
	}

	.jieguo_list li {
		padding: 20px 0;

	}

	.jieguo_list li a>img.fl {
		width: 100%;
	}

	.jieguo_list .wenzi {
		width: 100%;
	}

	.yq_title .fr {
		margin-top: 5px;
	}

	.news_list_fr {
		margin-top: 20px;
	}

	.nav_nei ul {
		padding: 0 10px;
	}

	.yq_xq,
	.jieshao,
	.xqDiv_fl,
	.xqDiv_fr {
		width: 100%;
	}

	.yaowenDiv ul li {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.yaowenDiv ul,
	.chanyeDiv ul,
	.yqspDiv ul {
		margin-left: 0;
	}

	.chanyeDiv ul li {
		width: 48%;
	}

	.chanyeDiv ul li:nth-child(odd) {
		margin-left: 0;
	}

	.chanyeDiv ul li:nth-child(even) {
		margin-left: 4%;
	}

	.yqspDiv ul li:nth-child(odd) {
		margin-left: 0;
	}

	.yqspDiv ul li:nth-child(even) {
		margin-left: 4%;
	}

	.yqspDiv ul li {
		width: 48%;
	}

	.fixed_nav {
		top: 90px;
	}

	.par65 {
		padding-top: 155px;
		margin-top: -155px;
	}

	.park_compare table tr td .wenzi,
	.park_compare table tr td {
		font-size: 14px !important;
		font-weight: normal;
	}

	.park_compare table tr td.font18 {
		padding: 10px 15px;
		text-align: center;
		font-weight: bold;
		font-size: 16px !important;
	}

	.w12 {
		overflow-x: scroll;
	}

	.park_compare table tr:nth-of-type(1) {
		background: #2b99ff;
	}

	.park_compare table tr:nth-of-type(1) td {
		font-size: 18px !important;
		background: #2b99ff !important;
		min-height: inherit;
		border: 0 !important;
	}

	.park_compare table tr #map {
		width: 100%;
		height: 400px;
	}

	.park_compare table tr td {
		padding: 10px;
		min-width: 200px;
	}

	.park_compare table tr td:first-child {
		width: 80px;
		max-width: 80px;
		min-width: 80px;
		position: absolute;
		/* height: 100%; */
		z-index: 99;
		border-right: 1px #fff solid;
	}

	.park_compare table tr:nth-child(odd) td:first-child {
		background: #d6ecff;
	}

	.park_compare table tr:nth-child(even) td:first-child {
		background: #fff;
	}

	/* .down_more {
		bottom: -8px;
	}
 */
	.park_compare table tr td.fixedColumn {
		width: 80px;
		max-width: 80px;
		min-width: 80px;
		display: block;
	}

	/* .park_compare table tr td {
		min-height: inherit;
	} */

	#bsMorePanel,
	.bsTop {
		width: 100% !important;


	}

	.bsBox {
		width: 90% !important;
		transform: translate(-50%, -50%) !important;
		margin: 0 auto !important;
	}

	#bsPanel {
		display: none;
	}

	.par_rm {
		padding: 0;
	}

	.map-box .map-mart {
		position: relative;
		width: 100%;
	}

	.sx_con ul li>div.fl{
		width: 100%;
	}
	.jieguo_list li>img{
		width: 100%;
	}


}



/*PADÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
@media screen and (min-width: 768px) and (max-width:992px) {

	.wrap,
	.wrap2 {
		width: 98%;
		margin: 0 auto;
		font-size: 14px;
	}

	.showDiv {
		display: block;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
		box-shadow: none;
		border-top: 1px #eee solid;
	}

	.menu ul ul .ul {
		background: #fff;
		box-shadow: none !important;
		border-radius: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .3)
	}

	.menu ul li:hover>ul {
		top: 0;
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #eee;
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #eee dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		width: 75%;
		max-height: 50px;
		margin-left: 0;
	}

	header .logo a {
		/* height: 35px; */
		margin-top: 5px;
		display: block;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
	}

	header .wrap {
		display: block;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 90px;
		padding-top: 0;
		background: #fff;
		/* box-shadow: 0 0 5px #EEEEEE; */
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}



	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 9999;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 90px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		/* background-color: rgba(0, 0, 0, 0.9); */
		background: #fff;
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		z-index: 9999;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
		padding-bottom: 50px;
	}

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
	}

	header .rightDiv .menu ul>li:first-child {
		border-top: 1px #eee solid;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}

	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #333;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #a13e91;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #204e9e;
	}

	header .rightDiv .menu>ul>li>a:hover span,
	header .rightDiv .menu>ul>li>a.now span {
		display: none;


		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}



	.hideDiv {
		display: none;
	}

	.bannerIndex,
	.banner_nei {
		margin-top: 50px;
	}

	.banner_nei img {
		min-height: 160px;
		object-fit: cover;
	}

	.bannerIndex .wrap {
		line-height: 22px;
		top: 30px;
		width: 95%;
	}

	.bannerIndex .wrap .font18 {
		font-size: 14px;
	}

	.bannerIndex .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.flag {
		font-size: 24px;
		letter-spacing: 1px;
	}

	.search form {
		width: 90%;
		margin-top: 30px;
	}

	.search form input {
		height: 38px;
	}

	.search form button {
		height: 38px;
		width: 50px;
	}

	.search form button img {
		width: 20px;
		height: 20px;
	}

	.title .font18 {
		font-size: 14px;
	}

	.title ul li {
		margin-right: 15px;
	}

	.title ul li {
		margin-top: 0;
	}

	.title ul {
		margin-top: 20px;
	}

	.indexDiv1 .content>.fl,
	.index_news,
	.index_list,
	.tabCon .textDiv,
	.tabCon .textDiv img,
	.index_news .swiper-container,
	.zh_fl,
	.biaoqian,
	.ydyh,
	.redian,
	.cyfx,
	.index2_rt,
	.ydDiv,
	.tdcj {
		width: 100%;
	}

	.tabCon .textDiv {
		margin-bottom: 20px;
	}

	.indexDiv1 .fr {
		width: 100%;
	}

	.index_pro ul {
		margin-left: 0;
	}

	.index_pro ul li {
		width: 33.33%;
		margin-left: 0;
		text-align: center;
	}

	.vr img {
		width: 100%;
	}

	.zswl {
		width: auto;
	}

	.nav_qz a {
		margin-right: 10px;
		display: inline-block;
		margin-bottom: 10px;
	}

	.qiuzu ul li {
		width: 100%;
		margin-left: 0;
	}

	.qiuzu ul {
		width: 100%;
		margin-left: 0;
	}

	.redian ul li p.fl {
		width: calc(100% - 200px);
	}

	.indexDiv4 .textDiv {
		margin-bottom: 20px;
	}

	.indexDiv4 .row {
		margin: 0;
		margin-top: 20px;
	}

	.indexDiv4 .row .col-lg-3 {
		padding: 0 5px;
	}

	.top {
		height: 35px;
		line-height: 35px;
	}

	.top a {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.top_rt {
		display: none;
	}

	.fbxu_li {
		display: block !important;
	}

	.menu>ul>li.fbxu_li>a img {
		margin: 0px 10px 0 0;
	}

	header .logo img {
		max-height: 40px;
		float: left;
	}

	.indexDiv1 .content>.fl {
		width: 60%;
	}

	.index_fr {
		width: 38% !important;
	}

	.wxq {
		float: left;
	}

	.newsDiv1 .content>.fr {
		width: 100%;
		margin-top: 20px;
	}

	.news_list_fl,
	.news_list_fr,
	.news_xqDiv .news_list_fr,
	.shaixun_list_fl,
	.xqDiv_fl,
	.xqDiv_fr {
		width: 100%;
	}

	.news_list_fr .content>ul li {
		width: 49%;
		float: left;
	}

	.news_list_fr .content>ul li:nth-child(even) {
		margin-left: 2%;
	}

	.banner_nei {
		margin-top: 90px;
	}

	.bn_p {
		font-size: 36px;
	}

	.yqrz {
		margin-top: 20px;
	}

	.park_compare table tr td .wenzi,
	.park_compare table tr td {
		font-size: 14px !important;
		font-weight: normal;
	}

	.park_compare table tr td.font18 {
		padding-left: 10px;
		font-weight: bold;
		font-size: 16px !important;
	}

	.w12 {
		overflow-x: scroll;
	}

	.park_compare table tr:nth-of-type(1) {
		background: #2b99ff;
	}

	.park_compare table tr:nth-of-type(1) td {
		font-size: 18px !important;
		background: #2b99ff !important;
		min-height: inherit;
		border: 0 !important;
	}

	.park_compare table tr #map {
		width: 100%;
		height: 400px;
	}

	.park_compare table tr td {
		padding: 10px;
		min-width: 200px;
	}

	.park_compare table tr td:first-child {
		width: 80px;
		max-width: 80px;
		min-width: 80px;
		position: absolute;
		/* height: 100%; */
		z-index: 99;
		border-right: 1px #fff solid;
	}

	.park_compare table tr:nth-child(odd) td:first-child {
		background: #d6ecff;
	}

	.park_compare table tr:nth-child(even) td:first-child {
		background: #fff;
	}

	/* .down_more {
		bottom: -8px;
	} */

	.park_compare table tr td.fixedColumn {
		width: 80px;
		max-width: 80px;
		min-width: 80px;
		display: block;
	}

	.park_compare table tr td {
		min-height: inherit;
	}

	#bsMorePanel,
	.bsTop {
		width: 100% !important;


	}

	.bsBox {
		width: 90% !important;
		transform: translate(-50%, -50%) !important;
		margin: 0 auto !important;
	}

	#bsPanel {
		display: none;
	}

	.par_rm {
		padding: 0;
	}

	.map-box .map-mart {
		position: relative;
		width: 100%;
	}

	.park_compare table tr td {
		padding: 10px;
		min-width: 200px;
	}

	.sszc ul li {
		width: 49%;
		float: left;
	}

	.sszc ul li:nth-child(even) {
		margin-left: 2%;
	}

	.fixed_nav {
		margin-top: 90px;
	}


}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°PCÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
@media screen and (min-width:993px) and (max-width:1024px) {

	.wrap,
	.wrap2 {
		width: 94%;
	}

	.logo {
		width: 350px;
		margin-top: 10px;
	}

	.flag {
		font-size: 36px;
	}

	.search form {
		margin-top: 30px;
	}

	.index_fr {
		width: 100%;
	}

	.index2_rt {
		width: 100%;
	}

	.tdcj {
		width: 100%;
	}

	.index_case,
	.index_pro {
		width: 49%;
		float: left;
	}

	.rmyq,
	.youhui {
		width: 50%;
		float: right;
	}

	.index_pro ul {
		margin-left: 0;
	}

	.index_pro ul li {
		width: 33.33%;
		text-align: center;
		margin-left: 0;
	}

	.xqDiv_fr {
		width: 100%;
	}

	.sszc ul li {
		width: 49%;
		float: left;
	}

	.sszc ul li:nth-child(even) {
		margin-left: 2%;
	}

	.bn_p {
		font-size: 40px;
	}

	.news_lb {
		width: 40%;
	}

	.news_lb .swiper-container,
	.news_list {
		width: 100%;
	}

	.newsDiv1 .content>.fr {
		width: 55%;
	}

	.news_list_fr {
		width: 100%;
	}

	.news_list_fr .content>ul li {
		width: 49%;
		float: left;
	}

	.news_list_fr .content>ul li:nth-child(even) {
		margin-left: 2%;
	}

	.news_list_fl,
	.news_xqDiv .news_list_fr,
	.shaixun_list_fl {
		width: 100%;
	}

	.news_list_fr {
		margin-top: 20px;
	}

}

@media screen and (min-width:1025px)and (max-width:1680px) {

	.wrap,
	.wrap2 {
		width: 100%;
	}

}
