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: 6rem;
}
.clr {
	clear: both;
}
img {
	border: none;
}
@font-face{
	font-family: "UNIVERSLTSTD-ULTRACN";
	src: url(../../fonts/UNIVERSLTSTD-ULTRACN.otf);
}

/*页码*/
.page{text-align:center;clear: both;padding-top: 4rem;}
.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;  
}

/*首页轮播图焦点*/
#page{bottom: 1rem;}
#page span{width: 1rem;height: 1rem;border-radius: 50%;background: #fff; opacity: 1;}
#page .swiper-pagination-bullet-active{background: #1960ca;;}

/*头部*/
.header{
	width: 100%;
	max-width: 750px;
	height: 6rem;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    z-index: 10000;
}
.header .logo img{
	height: 3.6rem;
	float: left;
	margin: 1.2rem 0 0 1.5rem;
}
.header .btn{
	width: 6rem;
	height: 6rem;
	float: right;
	background: #f5f5f5;
}
.btn{width:4rem;float:right;position:relative;cursor:pointer;height:4rem;}
.btn span{display:block;background:#1960ca; /*按钮颜色*/ width:2.8rem;height:.2rem;left: 1.6rem;position:absolute;transition:all ease 0.35s}
.btn span:nth-of-type(1){top:1.8rem;}
.btn span:nth-of-type(2){top:2.8rem;}
.btn span:nth-of-type(3){top:3.8rem;}
.sp_nav_se span:nth-of-type(1){top:2.8rem;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:2.8rem;transform:rotate(-45deg)}
.leftMenu a {
    text-decoration: none;
    display: block;
}
.leftMenu {
    background: #fff;
    position: fixed;
    right: -1000px;
    top: 6rem;
    display: block;
    height: 100%;
    width: 50%;
    min-width: 140px;
    max-width: 440px;
    z-index: 10000;
    transition: all 0.4s ease;
    overflow: auto;
    border-top: 1px #e5e5e5 solid;
    box-shadow: -5px 5px 10px #333;   /*左阴影*/
}
.leftMenu.menu-open {
    right: 0;
}
.leftMenu ul li {
    position: relative;
    line-height: 45px;
    border-bottom: 1px #e5e5e5 solid;
}
.leftMenu ul li>a{
	font-size: 16px;
	margin-left: 20px;
}
.leftMenu ul li .f2 a{
	font-size: 14px;
}
.leftMenu ul li ul li{
	background: #f5f5f5;
    padding-left: 20px;
    border-bottom: 1px #e5e5e5 solid;
}
.leftMenu ul li.hasChild > a:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 24px;
    font-weight: 300;
}
.leftMenu ul li.hasChild.open > a:after {
    content: "-";
    right: 23px;
    font-size: 28px;
    top: 0px;
}
.f2,.f3{
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
}
.menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 6rem;
    left: 0;
    right: 0;
    overflow: hidden;
}
.menu-dark-backdrop.in {
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.5); /*背景灰度*/
}
.leftMenu ul li.open>a{
    color: #d51419; /*一级选中后颜色*/
}

.swiper-slide img{
	max-width: 100%;
}

/*固定底部*/
.footer{
	width: 100%;
	max-width: 750px;
	background: #1960ca;
	position: fixed;
	bottom: 0;
	padding: 1.2rem 0;
	z-index: 1000;
}
.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;
}
.hltwo{
	padding: 4rem 1.5rem;
}
.title p{
	font-size: 2.4rem;
	color: #1960ca;
	text-transform: uppercase;
	font-family: "UNIVERSLTSTD-ULTRACN";
	font-weight: bold;
	letter-spacing: .2rem;
}
.title h2{
	font-size: 2rem;
	color: #333333;
}
.hl2 h2{
	font-size: 1.6rem;
	color: #343434;
	margin-top: 2rem;
}
.hl2 .text{
	color: #666666;
	line-height: 2;
	margin-top: 1rem;
}
.more{
	border: .1rem #1960ca solid;
	line-height: 4rem;
	text-align: center;
	margin-top: 3rem;
}
.more span{
	display: inline-block;
	color: #1960ca;
}
.more img{
	height: 1rem;
	float: right;
	margin: 1.5rem 0 0 1rem;
}
.hlthree{
	padding: 4rem 1.5rem;
	border-top: 1rem #f4f4f4 solid;
}
.hl3b{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.hl3b li{
	width: 49%;
	line-height: 3.8rem;
	text-align: center;
	border: .1rem #1960ca solid;
	border-radius: 2rem;
	margin-top: 1rem;
	box-sizing: border-box;
}
.hl3b li a{
	display: block;
	color: #1960ca;
	font-weight: bold;
	font-size: 1.5rem;
}
.hl3ul li{
	background: #f7f7f7;
	margin-top: 1.5rem;
	padding: .8rem;
	border: .1rem #f0f0f0 solid;
}
.hl3ul li img{
	width: 100%;
}
.hl3ul li p{
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 2rem;
	margin: 1.5rem 0 .8rem 0;
	font-size: 1.5rem;
}
.hl3ul{
	margin-top: 1rem;
}
.hl4ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1rem;
}
.hl4ul li{
	width: 48.5%;
	border: .1rem #f0f0f0 solid;
	box-sizing: border-box;
	margin-top: 1.5rem;
}
.hl4ul li img{
	width: 100%;
	height: 13rem;
}
.hl4ul li p{
	text-align: center;
	line-height: 2rem;
	font-size: 1.3rem;
	color: #333;
	margin: 1.2rem 0 1rem 0;
}
.hlfive{
	padding: 4rem 1.5rem;
	background-image: url(../images/wap_12.jpg);
	background-size: cover;
	background-position: center;
}
.hl5b h2{
	font-size: 2.4rem;
	color: #fff;
	line-height: 3.2rem;
}
.hl5b p{
	font-size: 1.1rem;
	color: #fff;
	opacity: .6;
	margin-top: 1.5rem;
}
.hl5ul{
	background: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2rem 1.5rem;
	border-radius: .8rem;
	margin-top: 3rem;
}
.hl5ul li{
	width: 48%;
	text-align: center;
	margin: 1.5rem 0;
}
.hl5ul li h2{
	font-size: 1.5rem;
	color: #242424;
	margin: .4rem 0;
}
.hl5ul li p{
	font-size: 1.2rem;
	color: #989898;
	line-height: 1.8rem;
}
.hl5ul li img{
	width: 40%;
}
.hl6ul li{
	margin-top: 1.5rem;
	border: .1rem #f2f2f2 solid;
}
.hl6ul li a{
	display: flex;
	justify-content: space-between;
}
.hl6ul li img{
	width: 40%;
	height: 10rem;
	align-self: flex-start;
}
.hl6ul li .cont{
	width: 60%;
	box-sizing: border-box;
	border-left: .1rem #f2f2f2 solid;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: .8rem 1rem;
}
.hl6ul li h2{
	font-size: 1.4rem;
	color: #333333;
}
.hl6ul li p{
	font-size: 1.2rem;
	color: #999999;
	line-height: 1.6rem;
}
.hl6ul li span{
	font-weight: bold;
	color: #1960ca;
	font-size: 1.2rem;
}
.hlsix{
	position: relative;
	overflow: hidden;
}
.hlsix img{
	max-width: 100%;
	float: left;
}
.hlsix .text{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}
.hlsix .text h2{
	font-size: 2.6rem;
	letter-spacing: .4rem;
}
.hlsix .text p{
	font-size: 1.3rem;
	letter-spacing: .2rem;
	margin-top: 1.2rem;
}
.hlseven{
	background: #272a2f;
	padding: 4rem 1.5rem 9rem 1.5rem;
}
.wechat{
	display: flex;
}
.wechat img{
	width: 9rem;
}
.wechat p{
	color: #fff;
	opacity: .3;
	line-height: 2.2rem;
	margin-left: 2rem;
	align-self: center;
}
.hl7{
	line-height: 2rem;
	color: #fff;
	padding-top: 1.5rem;
}
.hl7 p{
	margin-top: 1rem;
}
.copy{
	font-size: 1.2rem;
	color: #fff;
	opacity: .5;
	line-height: 1.8rem;
	margin-top: 2rem;
}
.zybanner{
	position: relative;
	overflow: hidden;
}
.zybanner>img{
	width: 100%;
	float: left;
}
.zybanner .text{
	min-width: calc(50% - 1.5rem);
	background-image: url(../images/zy_03.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 1.5rem;
	bottom: 0;
	box-sizing: border-box;
	padding: 1rem 1.5rem;
}
.zybanner .text h2{
	font-size: 2.2rem;
	color: #fff;
	letter-spacing: .2rem;
}
.zybanner .text p{
	font-size: 2rem;
	font-family: "UNIVERSLTSTD-ULTRACN";
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .2rem;
	margin-top: .4rem;
}
.zynav{
	padding: 1rem 1.5rem 1.5rem 1.5rem;
}
.zynav ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zynav ul li{
	width: 49%;
	line-height: 4rem;
	text-align: center;
}
.zynav ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zynav ul li{
	text-align: center;
	line-height: 4rem;
	margin-top: .6rem;
}
.zynav ul li a{
	display: block;
	background: #fafafa;
	color: #333333;
	border: .1rem #f0f0f0 solid;
}
.zynav ul li .cur{
	border: .1rem #1960ca solid;
	color: #1960ca;
	background: #fff;
}
.zybox{
	padding: 4rem 1.5rem 5rem 1.5rem;
	border-top: 1rem #f2f2f2 solid;
}
.abtitle{
	font-size: 1.8rem;
	color: #4c4c4c;
	text-align: center;
	font-weight: bold;
}
.abcont{
	color: #666666;
	line-height: 2;
	margin-top: 2rem;
}
.abcont img{
	max-width: 100%;
}
.ryul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ryul li{
	width: 48.5%;
	margin-top: 1.5rem;
}
.ryul li img{
	width: 100%;
	height: 14rem;
	border: .1rem #ededed solid;
	box-sizing: border-box;
}
.ryul li p{
	text-align: center;
	margin-top: 1rem;
	font-size: 1.3rem;
}
.cpul li{
	margin-top: 1.5rem;
	background: #f7f7f7;
	border: .1rem #f0f0f0 solid;
	padding: 1rem;
}
.cpul li h2{
	color: #333333;
	font-size: 1.4rem;
	text-align: center;
	margin: 1.5rem 0 .5rem 0;
}
.cpul li img{
	width: 100%;
}
.cdetimg{
	border: .1rem #f0f0f0 solid;
	padding: .8rem;
}
.cdetimg img{
	width: 100%;
}
.cdet2 h2{
	font-size: 2rem;
	color: #333333;
	margin: 2rem 0;
}
.cdet2 h3{
	font-weight: bold;
	color: #1960ca;
	font-size: 1.5rem;
}
.cdet2 .text{
	color: #666666;
	font-size: 1.3rem;
	line-height: 2.2rem;
	margin-top: .8rem;
}
.cdet3{
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}
.cdet3 div{
	width: 48.5%;
	height: 4.5rem;
	border: .1rem #1960ca solid;
	box-sizing: border-box;
	line-height: 4.3rem;
	color: #1960ca;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	border-radius: .5rem;
}
.cdet3 div img{
	height: 1.6rem;
	margin: -.5rem .8rem 0 0;
}
.cdet3 a{
	display: block;
	width: 48.5%;
	height: 4.5rem;
	background: #1960ca;
	color: #fff;
	text-align: center;
	line-height: 4.5rem;
	border-radius: .5rem;
}
.cdet4b{
	border-bottom: .1rem #e6e6e6 solid;
	text-align: center;
}
.cdet4b h2{
	font-size: 1.8rem;
	color: #1960ca;
	position: relative;
	display: inline-block;
	padding-bottom: 1.2rem;
}
.cdet4b h2:after{
	content: "";
	display: block;
	width: 100%;
	height: .3rem;
	background: #1960ca;
	position: absolute;
	left: 0;
	bottom: -.2rem;
}
.cdet4{
	margin-top: 4rem;
}
.cdet4 .cont{
	color: #4d4d4d;
	line-height: 2;
	margin-top: 2.5rem;
}
.fany{
	border-top: .1rem #e6e6e6 solid;
	margin-top: 3rem;
	padding-top: 1rem;
}
.fany p{
	color: #4c4c4c;
	margin-top: 1.5rem;
}
.caseul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.caseul li{
	width: 48.5%;
	box-sizing: border-box;
	padding: .5rem;
	border: .1rem #f0f0f0 solid;
	margin-top: 1.5rem;
}
.caseul li img{
	width: 100%;
	height: 12rem;
}
.caseul li p{
	font-size: 1.3rem;
	text-align: center;
	margin: 1rem 0 .6rem 0;
}
.xwul li{
	margin-top: 1.5rem;
	border: .1rem #f2f2f2 solid;
}
.xwul li a{
	display: flex;
	justify-content: space-between;
}
.xwul li img{
	width: 40%;
	height: 11rem;
	align-self: flex-start;
}
.xwul li .cont{
	width: 60%;
	border-left: .1rem #f2f2f2 solid;
	box-sizing: border-box;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fbfbfb;
}
.xwul li h2{
	font-size: 1.4rem;
	color: #333333;
}
.xwul li p{
	font-size: 1.2rem;
	color: #999999;
	line-height: 2rem;
}
.xwul li span{
	font-weight: bold;
	color: #1960ca;
}
.detb{
	border-bottom: .1rem #ededed solid;
	text-align: center;
}
.detb h2{
	font-size: 1.8rem;
	color: #343434;
}
.detb p{
	font-size: 1.2rem;
	color: #979797;
	margin: 1.5rem 0 .8rem 0;
}
.detcont{
	line-height: 2;
	color: #4c4c4c;
	margin-top: 1.5rem;
}
.zpul li{
	background: #f4f4f4;
	border: .1rem #ededed solid;
	height: 4.8rem;
	padding: 0 .5rem 0 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.5rem;
}
.zpul li h2{
	font-size: 1.6rem;
	color: #353535;
}
.zpul li span{
	display: block;
	width: 4rem;
	height: 4rem;
	background-image: url(../images/zp_05.png);
	background-size: .8rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: .8rem;
	transition: .5s;
}
.zpcont{
	border: .1rem #ededed solid;
	border-top: none;
	padding: 1.5rem 2rem;
	color: #4d4d4d;
	line-height: 2;
	display: none;
}
.zpul li.cur{
	background: #1960ca;
	border: .1rem #1960ca solid;
}
.zpul li.cur h2{
	color: #fff;
}
.zpul li.cur span{
	transform: rotateZ(90deg);
	background-image: url(../images/zp_09.png);
}
.lx2 h2{
	font-size: 1.8rem;
	color: #343434;
}
.lx2 .ewm img{
    width: 10rem;
    border: .2rem #eeeeee solid;
    border-radius: .6rem;
}
.lx2 .ewm{
	margin-top: 2rem;
}
.lx2 .text{
	color: #343434;
	line-height: 2;
	margin-top: 2rem;
}
.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;}

#abr .abtitle{
	display: none;
}
#abr .abcont{
	margin-top: 0;
}