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: 65px;
}
.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: 60px;height: 50px;}
.page a{
	border:1px solid #cccccc;
	margin-left:5px;padding:5px 9px;
	background-color:#ffffff;color:#ffffff;
	text-decoration:none;
	color:#333333;
	font-size:12px;  
}

#page{bottom: 1rem;}
#page span{width: 1rem;height: 1rem;border-radius: 50%;background: rgba(0,0,0,0.5);opacity: 1;}
#page .swiper-pagination-bullet-active{background: #fff;}

.header{
	width: 100%;
	max-width: 750px;
	height: 65px;
    box-shadow: 0 0 10px #333;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 10000;
}
.header .logo{
	width: 260px;
	float: left;
	margin: 18px 0px 0px 10px;
}
.header .btn{
	float: right;
	margin: 22px 20px 0px 0px;
}
.btn{width:25px;float:right;position:relative;cursor:pointer;height:30px;}
.btn span{display:block;background:#ea5504; /*按钮颜色*/ width:25px;height:2px;position:absolute;transition:all ease 0.35s}
.btn span:nth-of-type(1){top:0px}
.btn span:nth-of-type(2){top:10px}
.btn span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.leftMenu a {
    text-decoration: none;
    display: block;
}
.leftMenu {
    background: #fff;
    position: fixed;
    right: -1000px;
    top: 64px;
    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: 65px;
    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; /*一级选中后颜色*/
}
.footer{
	width: 100%;
	max-width: 750px;
	background: #ea5504;
	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;
}
.htone{
	padding: 3rem 1.5rem;
	background: #fff;
	overflow: hidden;
}
.title{
	text-align: center;
	overflow: hidden;
}
.title .line{
	width: 50%;
	height: .1rem;
	background: #e5e5e5;
	margin: .6rem auto;
}
.title h2{
	display: inline-block;
	font-size: 2.4rem;
	color: #303133;
	background: url(../images/wap_09.png)bottom no-repeat;
	background-size: 100% auto;
	padding: 0 .2rem;
}
.title p{
	color: #676767;
	margin-top: .6rem;
}
.ht1r li{
	width: 25%;
	float: left;
	position: relative;
	margin-top: 2rem;
}
.ht1r li .text{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: .5rem 1rem;
}
.ht1r li .text h2{
	font-size: 1.4rem;
	color: #fff;
}
.ht1r li .text img{
	width: 40%;
}
.more{
	width: 12rem;
	height: 3.5rem;
	background: #ea5504;
	line-height: 3.5rem;
	color: #fff;
	text-align: center;
	margin: 3rem auto 0 auto;
}
.httwo{
	padding: 3rem 1.5rem;
	overflow: hidden;
	background: #fff;
	margin-top: 1rem;
}
.ht2r li{
	width: 48%;
	float: left;
	background: #f2f2f2;
	margin-top: 1.5rem;
}
.ht2r li img{
	width: 100%;
	height: 11rem;
}
.ht2r li:nth-child(2n){
	float: right;
}
.ht2r li p{
    line-height: 3.8rem;
    color: #333333;
    text-align: center;
    font-size: 1.3rem;
}
.ht2r{
	margin-top: .5rem;
}
#video{
	width: 100%;
	margin-top: 2rem;
}
.abcont{
	color: #4c4c4c;
	line-height: 2.5rem;
	text-align: justify;
}
.htthree{
	padding: 3rem 1.5rem 5rem 1.5rem;
	overflow: hidden;
	margin-top: 1rem;
	background: #fff url(../images/wap_12.jpg)bottom no-repeat;
	background-size: 100%;
}
.ht4 li{
	width: 40%;
	float: left;
	border: .1rem #ea5504 solid;
	border-radius: 50%;
	text-align: center;
	margin-top: 3rem;
	box-shadow: 0 0 1rem #ddd;
	background: #fff;
}
.ht4 li:nth-child(2n){
	float: right;
}
.ht4{
	padding: 0 2.5rem;
}
.ht4 li img{
	width: 50%;
	margin-top: 1.5rem;
}
.ht4 li p{
	color: #333;
}
.htfour{
	padding: 3rem 1.5rem;
	background: #414141;
	overflow: hidden;
	text-align: center;
}
.htfour .cont{
	color: #fff;
	opacity: .9;
	line-height: 2.5rem;
	margin-top: 1.5rem;
}
.copy{
	text-align: center;
	color: rgba(255,255,255,.7);
	border-top: .1rem #666666 solid;
	background: #414141;
	padding: 1rem 1.5rem 6rem 1.5rem;
	font-size: 1.2rem;
}
.zybanner{
	position: relative;
}
.zybanner .text{
	position: absolute;
	top: 50%;
	left: 1.5rem;
	transform: translateY(-50%);
	border-left: .3rem #ea5504 solid;
	padding-left: 2rem;
}
.zybanner .text h2{
	font-size: 2.4rem;
	color: #fff;
}
.zybanner .text p{
	color: #fff;
	margin-top: .6rem;
}
.zynav ul li{
	width: 48%;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	float: left;
	margin-top: 1.5rem;
	background: #fafafa;
	border: .1rem #eeeeee solid;
	box-sizing: border-box;
	font-size: 1.3rem;
}
.zynav ul li:nth-child(2n){
	float: right;
}
.zynav ul li a{
	display: block;
	color: #666666;
}
.zynav{
	padding: 1.5rem 1.5rem 3rem 1.5rem;
}
.zynav ul li.cur{
	border: .1rem #ea5505 solid;
	background: #ea5505;
}
.zynav ul li.cur a{
	color: #fff;
}
.abbox{
	padding: 3rem 1.5rem;
	overflow: hidden;
	border-top: 1rem #f5f6f7 solid;
}
.joinul li{
	height: 5rem;
	line-height: 5rem;
	border: .1rem #e6e6e6 solid;
	color: #ea5505;
	font-size: 1.8rem;
	padding: 0 1rem;
	font-weight: bold;
	margin-top: 1.5rem;
}
.zpcont{
	background: #fafafa;
	padding: 1rem;
	border: .1rem #e6e6e6 solid;
	border-top: 0;
	line-height: 2.5rem;
	display: none;
}
.lx1{
	text-align: center;
}
.lx1 h2{
    font-size: 2rem;
    color: #323232;
}
.lx1 p{
	color: #323232;
	font-size: 1.1rem;
	margin-top: .4rem;
}
.lx2{
	padding: 1rem 1.5rem;
	border: .1rem #ea5504 solid;
	border-radius: 1rem;
	margin-top: 3rem;
}
.lx3{
	font-size: 1.8rem;
	color: #ea5504;
	font-weight: bold;
	margin-top: 3rem;
}
.cpul li{
	width: 48%;
	float: left;
	margin-top: 1.5rem;
	border: .1rem #efefef solid;
	box-sizing: border-box;
}
.cpul li img{
	width: 100%;
	height: 10rem;
}
.cpul li:nth-child(2n){
	float: right;
}
.cpul li p{
	line-height: 3.5rem;
	text-align: center;
	font-size: 1.3rem;
}
.cpdet1 h2{
	font-size: 2rem;
	color: #333;
	margin-bottom: 2rem;
	text-align: center;
}
.cpdet2{
	border-bottom: .1rem #e6e6e6 solid; 
	padding-bottom: 1rem;
	margin-top: 2rem;
}
.cpdet2 h2{
	font-size: 1.8rem;
	color: #ea5505;
	background: url(../images/l_03.jpg)left center no-repeat;
	background-size: auto 80%;
	padding-left: 1.3rem;
}
.fany{
	border-top: .1rem #e6e6e6 solid;
	padding-top: 1.5rem;
	margin-top: 3rem;
}
.fany p{
	color: #333;
	margin-top: 1rem;
}
.fany p a{
	color: #333;
}
.soltitle{
	font-size: 2rem;
	color: #333;
	border-bottom: .1rem #e6e6e6 solid;
	text-align: center;
	padding-bottom: 1.5rem;
}
.xzul li{
	height: 4rem;
	background: #fcfcfc;
	border: .1rem #f2f2f2 solid;
	line-height: 4rem;
	padding: 0 1rem;
	margin-top: 1.5rem;
}
.xzul li span{
	float: right;
	color: #ea5505;
}
.xzul li a{
	color: #333;
}
.xzul li i{
	width: .5rem;
	height: .5rem;
	background: #b3b3b3;
	float: left;
	border-radius: 50%;
	margin: 1.7rem .8rem 0 0;
}
.zsul li{
	height: 4rem;
	background: #fcfcfc;
	border: .1rem #f2f2f2 solid;
	line-height: 4rem;
	padding: 0 1rem;
	margin-top: 1.5rem;
}
.zsul li span{
	float: right;
	color: #646464;
}
.zsul li i{
	width: .5rem;
	height: .5rem;
	background: #b3b3b3;
	float: left;
	border-radius: 50%;
	margin: 1.7rem .8rem 0 0;
}
.zsul li a{
	color: #333;
}
.detb h2{
	font-size: 1.8rem;
	color: #333;
	border-bottom: .1rem #e6e6e6 solid;
	padding-bottom: 1.5rem;
	text-align: center;
}
.detb p{
	font-size: 1.2rem;
	color: #979797;
	text-align: center;
	margin-top: 1.5rem;
}