a,  article, b, body, dd, div, dl, dt, em, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, li,menu, nav, object, ol, p, section, small, span, strong, td, th, time, tr, tt, u, ul{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	word-wrap: break-word;
}
section footer {
	width: 100%;
}
button, input, select, textarea {
	outline: 0;
	-webkit-box-sizing: border-box;
}
article, footer, header, menu, nav, section {
	display: block;
}
a {
	color:#666;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
li, ol, ul {
	list-style: none;
	overflow: hidden;
}
b, strong {
	font-weight: 700;
}
h2{font-size:2.4rem;font-weight: bold;}
h3{font-size:1.6rem;font-weight: normal;}
h4{font-size:1.4rem;font-weight: normal;}
html {
	font-size: 62.5%;
}
@media only screen and (min-width:481px) {
html {
	font-size: 85%!important;
}
}
@media only screen and (min-width:561px) {
html {
	font-size: 100%!important;
}
}
@media only screen and (min-width:641px) {
html {
	font-size: 120%!important;
}
body {
	max-width: 750px;
}
}
body {
	font-size: 1.4rem;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	background-color: #fff;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
	color: #333;
	padding-top: 7rem;
}
.clr {
	clear: both;
}
/*img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
    image-ms-interpolation-mode: bicubic;
	-webkit-touch-callout: none;
}*/

/*页码*/
.page{text-align:center;clear: both;padding-top: 3rem;}
.page a{
	border: .1rem solid #cccccc;
	margin-left: .5rem;padding: .5rem .8rem;
	background-color:#ffffff;color:#ffffff;
	text-decoration:none;
	color:#333333;
	font-size: 1.2rem;  
}
.swiper-container .swiper-slide img{
   max-width: 100%;
}

/*首页轮播图焦点*/
#page{bottom: 3rem;}
#page span{width: 2.5rem;height: .4rem;border-radius: .2rem;background: #fff;opacity: 1;}
#page .swiper-pagination-bullet-active{background: #2983e9;}

/*头部*/
.header{
	width: 100%;
	max-width: 750px;
	height: 7rem;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    z-index: 10000;
    border-top: .3rem #2983e9 solid;
}
.header .logo img{
	height: 3.6rem;
	float: left;
	margin: 1.7rem 0 0 1.5rem;
}
.num{
	width: 18rem;
	height: 100%;
	position: fixed;
	top: 7.3rem;
	right: -100%;
	background: #fff;
	box-shadow: 0 0 1rem rgba(0,0,0,.2);
	transition: .5s;
}
.num ul li{
	line-height: 5rem;
	border-bottom: .1rem #eee solid;
}
.num ul li a{
	display: block;
	padding-left: 3rem;
	font-size: 1.6rem;
}
.num_zz{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 500;
	display: none;
}
.num.active{
    right: 0;
}

/*固定底部*/
.footer{
	width: 100%;
	max-width: 750px;
	background: #4589d5;
	position: fixed;
	bottom: 0;
	padding: 1.2rem 0;
	z-index: 200;
}
.footer ul li{
	width: 33.33%;
	float: left;
	text-align: center;
}
.footer ul li img{
	width: 2.5rem;
	margin-right: .3rem;
	float: left;
}
.footer ul li p{
	display: inline-block;
	line-height: 2.7rem;
}
.footer ul li a{
	color: #fff;
}
.zhtwo{
	padding: 0 1.5rem 3rem 1.5rem;
	background: #f5f6f7;
}
.zh2top{
	padding: 2rem 1.5rem;
	overflow: hidden;
	background: #fff;
}
.search{
	height: 4rem;
	border: .1rem #eeeeee solid;
	border-radius: 2.1rem;
	position: relative;
	background: #fafafa;
}
.search input{
	width: 70%;
	height: 4rem;
	float: left;
	background: #fafafa url(../images/wap_13.png)left 1.2rem center no-repeat;
	background-size: auto 1.8rem;
	padding-left: 4.2rem;
	padding-right: 1rem;
	border: none;
	border-radius: 2rem 0 0 2rem;
	box-sizing: border-box;
	color: #333;
	font-size: 1.4rem;
}
.search button{
    width: 30%;
    height: 4.2rem;
    background: #ec9b18;
    border: none;
    position: absolute;
    right: -.1rem;
    top: -.1rem;
    border-radius: 2.1rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}
.nav{
	width: 14rem;
	height: 3.4rem;
	border: .1rem #eeeeee solid;
	border-radius: 1.7rem;
	float: right;
	background: #f7f9fa url(../images/wap_06.png)right 1rem center no-repeat;
	background-size: .8rem;
	text-align: center;
	line-height: 3.2rem;
	box-sizing: border-box;
	padding-right: 1.4rem;
	margin: 2rem 1.5rem 0 0;
	font-size: 1.4rem;
}
.sstj{
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}
.menu{
	height: 3.6rem;
	border: .1rem #ededed solid;
	box-sizing: border-box;
	border-radius: 1.8rem;
	display: flex;
	justify-content: space-between;
	line-height: 3.4rem;
	padding: 0 1.2rem;
	position: relative;
}
.menu h2{
	font-size: 1.3rem;
	color: #323232;
	padding-top: .1rem;
}
.menu p{
	color: #999999;
	background: url(../images/wap_17.png)right center no-repeat;
	background-size: .9rem;
	padding-right: 1.8rem;
	font-size: 1.3rem;
	font-weight: bold;
	padding-top: .1rem;
}
.menu select{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.zh2bot{
	background: url(../images/wap_21.png);
	background-size: cover;
	box-sizing: border-box;
	padding: 2rem 1.5rem 3rem 1.5rem;
}
.zh2bot h2{
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
}
.zh2bot form{
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 2.1rem;
    overflow: hidden;
    margin-top: 2rem;
}
.zh2bot input{
	width: 70%;
	height: 4rem;
	box-sizing: border-box;
	border: none;
	font-size: 1.4rem;
	padding: 0 2rem;
}
.zh2bot button{
	width: 30%;
	height: 4rem;
	box-sizing: border-box;
	border: .1rem #fff solid;
	background: #4589d5;
	color: #fff;
	border-radius: 2rem;
	font-size: 1.4rem;
	font-weight: bold;
}
.zh2ul{
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
}
.zh2ul li{
	text-align: center;
}
.zh2ul li p{
	color: #989898;
	margin-top: .5rem;
}
.zh2ul li img{
	width: 3.5rem;
}
.zh2box{
	border-radius: .5rem;
	overflow: hidden;
	margin-top: -2rem;
	position: relative;
	z-index: 100;
	box-shadow: 0 0 1rem rgba(0,0,0,.1);
}
.title{
	text-align: center;
}
.title h2{
	font-size: 2.4rem;
	color: #2a2a2a;
}
.title p{
	font-size: 1.2rem;
	color: #4589d5;
	margin-top: .6rem;
}
.zhthree{
	padding: 4rem 1.5rem;
}
.zh3ul li{
	margin-top: 1.5rem;
}
.zh3ul li a{
	display: flex;
	justify-content: space-between;
}
.zh3ul li img{
	width: 50%;
	height: 11.5rem;
	align-self: flex-start;
	border-radius: .5rem 0 0 .5rem;
}
.zh3ul li .cont{
	width: 50%;
	background: #fafafa;
	border: .1rem #f2f3f5 solid;
	align-self: stretch;
	padding: .8rem 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 0 .5rem .5rem 0;
}
.zh3ul li h2{
	font-size: 1.5rem;
	color: #343434;
}
.zh3ul li p{
	font-size: 1.2rem;
	color: #989898;
}
.zh3ul li strong{
	font-size: 1.8rem;
	color: #ea2222;
}
.zh3ul li span{
	font-size: 1.2rem;
	color: #686868;
	margin-left: .4rem;
}
.zh3ul{
	margin-top: 1rem;
}
.more{
	width: 20rem;
	height: 4rem;
	border: .1rem #4589d5 solid;
	border-radius: 2.1rem;
	text-align: center;
	line-height: 4rem;
	margin: 3rem auto 0;
	background: #fff;
}
.more a{
	display: block;
	color: #4589d5;
}
.zhfour{
	padding: 4rem 1.5rem;
	background: #f5f6f7;
}
.zh4ul li{
    margin-top: 2rem;
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
}
.zh4ul li img{
	width: 100%;
}
.zh4ul li .cont{
	padding: 1.5rem;
}
.zh4ul li h2{
	font-size: 1.4rem;
	color: #343434;
}
.zh4ul li h2 span{
	padding: .1rem .8rem;
	display: inline-block;
	float: right;
	background: #4589d5;
	font-size: 1.2rem;
	color: #fff;
	font-weight: normal;
	border-radius: .3rem;
}
.zh4ul li p{
	font-size: 1.2rem;
	color: #686868;
	margin-top: 1rem;
}
.zh4ul li p span{
	font-size: 1.8rem;
	color: #ea2222;
	font-weight: bold;
	margin-right: .4rem;
}
.zhfive{
	padding: 3rem 1.5rem;
	background: url(../images/td_02.jpg);
	background-size: cover;
}
.zh5ul li{
	display: flex;
	justify-content: space-between;
	background: rgba(0,0,0,.5);
	padding: 1rem 2rem 1rem 1rem;
	border-radius: 4rem;
	overflow: hidden;
	margin: 1.5rem 0;
}
.zh5ul li .cont{
	width: 50%;
	display: flex;
}
.zh5ul li .img img{
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
}
.zh5ul li .img{
	background: #fff;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	padding: .4rem;
}
.zh5ul li h2{
    font-size: 1.8rem;
    color: #fff;
}
.zh5ul li p{
	color: #fff;
	opacity: .7;
	font-size: 1.2rem;
	margin-top: .8rem;
}
.zh5ul li .text{
	align-self: center;
	margin-left: 1.5rem;
}
.zixun{
	width: 45%;
	height: 3.8rem;
	border-radius: 1.9rem;
    background: #4589d5;
    align-self: center;
    color: #fff;
    line-height: 3.8rem;
    text-align: center;
}
.zixun a{
	display: block;
	color: #fff;
}
.zixun span{
	display: inline-block;
}
.zixun span img{
	float: left;
	height: 1.4rem;
	margin: 1.2rem 1rem 0 0;
}
.zhsix{
	background: #222426;
	padding: 4rem 1.5rem 7rem 1.5rem;
}
.zh6top{
	border-bottom: .1rem rgba(255,255,255,.2) solid;
	padding-bottom: 2rem;
}
.zh6top h2{
	font-size: 2rem;
	color: #fff;
}
.zh6top .text{
	color: #fff;
	opacity: .3;
	line-height: 2rem;
	font-size: 1.2rem;
	margin-top: 1.5rem;
}
.zh6bot p{
	display: flex;
	margin-top: 1.5rem;
}
.zh6bot p span{
    color: #fff;
    opacity: .8;
    font-size: 1.3rem;
    line-height: 2.8rem;
}
.zh6bot p img{
	width: 2.8rem;
	align-self: flex-start;
	margin-right: .5rem;
}
.zh6bot{
	padding-top: 2rem;
	position: relative;
}
.zh6bot .ewm{
	width: 9rem;
	position: absolute;
	top: 4rem;
	right: 0;
}
.zh6bot .ewm img{
	width: 100%;
}
.copy{
	text-align: center;
	color: #fff;
	opacity: .5;
	font-size: 1.2rem;
	margin-top: 3rem;
	line-height: 2rem;
}
.zy_search{
	padding: 3rem 1.5rem 2rem 1.5rem;
	border-bottom: 1rem #f5f7f7 solid;
}
.zybox{
	padding: 3rem 1.5rem 5rem 1.5rem;
}
.manzu{
	text-align: center;
	font-size: 1.3rem;
	color: #9a9a9a;
}
.manzu span{
	color: #2983e9;
}
.det_header{
	height: 4.8rem;
	background: #1067bf;
	padding: 0 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 2.2rem;
}
.det_header h2{
	font-size: 2rem;
	color: #fff;
}
.det_header span{
	color: #b2d329;
	background-image: -webkit-linear-gradient(left,#86e51b,#fdb541);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-weight: bold;
	font-size: 1.6rem;
}
.det_header p img{
	height: 1.4rem;
	float: left;
	margin: .1rem .7rem 0;
}
.det2{
	padding: 3rem 1.5rem;
	overflow: hidden;
}
.det3{
	display: flex;
	align-items: flex-end;
}
.det3 h2{
	font-size: 1.2rem;
	color: #ed2b2b;
}
.det3 span{
	font-size: 2.2rem;
	line-height: 1.2rem;
}
.det3 p{
	color: #676767;
	margin-left: 2rem;
	font-size: 1.2rem;
}
.det4{
	background: #fafafa;
	border: .1rem #eeeeee solid;
	padding: 1rem 2rem;
	margin-top: 1.5rem;
}
.det4 li{
	margin: 1.5rem 0;
	display: flex;
}
.det4 li p{
	white-space: nowrap;
	color: #818181;
	font-size: 1.3rem;
	line-height: 2rem;
}
.det4 li img{
	align-self: flex-start;
	width: 2rem;
	margin-right: .6rem;
}
.det4 li span{
	color: #353535;
}
.det5 ul{
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
}
.det5 ul li{
	width: 33.33%;
	box-sizing: border-box;
	border-right: .1rem #f0f0f0 solid;
	text-align: center;
}
.det5 ul li:last-child{
	border: none;
}
.det5 ul li img{
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
}
.det5 ul li h2{
	font-size: 1.6rem;
	color: #333;
	margin-top: .6rem;
}
.det5 ul li p{
	font-size: 1.2rem;
	color: #999999;
	margin: .2rem 0;
}
.det5 ul li span{
	display: inline-block;
	background: url(../../images/zy_42.png)left center no-repeat;
	background-size: auto 1rem;
	padding-left: 1.5rem;
	font-size: 1.2rem;
	color: #717171;
	line-height: 1.2rem;
}
.det6{
	border-top: 1rem #f5f6f7 solid;
	padding: 4rem 1.5rem;
}
.det6b{
	text-align: center;
}
.det6b h2{
	font-size: 2.4rem;
	color: #323232;
	margin-bottom: .2rem;
}
.det6b img{
	width: 100%;
}
.det6b p{
	font-size: 1.2rem;
	color: #dadada;
	text-transform: uppercase;
	letter-spacing: .2rem;
	margin-top: .4rem;
}
.det6ul li a{
    display: flex;
    justify-content: space-between;
}
.det6ul li img{
	width: 45%;
	height: 12rem;
}
.det6ul li{
	margin-top: 1.5rem;
	position: relative;
}
.det6ul li .cont{
	width: 55%;
	box-sizing: border-box;
	border: .1rem #e6e6e6 solid;
	border-left: none;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	border-radius: 0 .5rem .5rem 0;
}
.det6ul li h2{
	font-size: 1.4rem;
	color: #0d0d0d;
}
.det6ul li p{
	font-size: 1.2rem;
	color: #717171;
}
.det6ul{
	margin-top: 1rem;
}
.det6ul li span{
	position: absolute;
	top: 0;
	left: 0;
	background: #ff552e;
	color: #fff;
	font-size: 1.2rem;
	padding: .2rem .8rem;
}
.det7{
	border-top: 1rem #f5f6f7 solid;
	padding: 4rem 1.5rem;
}
.det7 .cont{
	color: #4d4d4d;
	line-height: 2;
	margin-top: 2rem;
}
.det7 .cont table{
	width: 100%!important;
}
.det7 .cont img{
	max-width: 100%;
}
.bz .swiper-slide img{
    width: 100%;
    border: .1rem #ededed solid;
    box-sizing: border-box;
}
.bz .swiper-slide p{
	color: #333333;
	text-align: center;
	margin-top: 1.5rem;
}
.bz{
	margin-top: 2.5rem;
}
.det8ul{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   margin-top: 1.5rem;
}
.det8ul li{
   width: 32%;
   margin-top: 1rem;
}
.det8ul li:first-child{
    width: 100%;
}
.det8ul li img{
	width: 100%;
	height: 8rem;
}
.det8ul li:first-child img{
	height: auto;
}
.det9ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}
.det9ul li{
	width: 48.5%;
	margin-top: 1rem;
}
.det9ul li img{
	width: 100%;
	height: 12rem;
}
.det10ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}
.det10ul li{
	width: 32%;
	margin-top: 1rem;
}
.det10ul li img{
	width: 100%;
	border: .1rem #efefef solid;
	box-sizing: border-box;
}
.jiaot h2{
    font-size: 1.8rem;
    color: #1f75cd;
}
.jiaot .cont{
	color: #4d4d4d;
	line-height: 2;
	margin-top: 1rem;
}
.jiaot{
	margin-top: 2.5rem;
}
.zybanner{
	padding: 2rem 1.5rem;
}
.zybanner img{
	width: 100%;
	border-radius: .5rem;
}
.abbox{
	padding: 1rem 1.5rem 5rem 1.5rem;
}
.abtitle{
	text-align: center;
	font-size: 2.4rem;
	color: #323232;
	font-weight: bold;
}
.abxiao{
	font-size: 1.8rem;
	color: #2983e9;
	font-weight: bold;
	margin-top: 2.5rem;
}
.abcont{
	color: #676767;
	line-height: 2;
	margin-top: 1rem;
}
.lxul li{
	border: .1rem #f5f5f5 solid;
    padding: 2rem 1rem;
    color: #333333;
    line-height: 2rem;
}
.lxul li:nth-child(2n){
	background: #f5f5f5;
}
.lxul li img{
	width: 2.8rem;
	float: left;
	margin: -.5rem .6rem 0 0;
}
.lxul{
	margin-top: 2.5rem;
}
.ban .swiper-slide img{
	width: 100%;
	height: 24rem;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}