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{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
section footer {
	width: 100%;
}
button, input, select, textarea {
	outline: 0;
	-webkit-box-sizing: border-box;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	font-size: 1.4rem;
}
article, footer, header, menu, nav, section {
	display: block;
}
a {
	color:#666;
	text-decoration: none;
}
b, strong {
	font-weight: 700;
}
h2{font-size:2.4rem;}
h3{font-size:1.6rem;}
h4{font-size:1.4rem;}
html {
	font-size: 62.5%;
}
@media only screen and (min-width:320px) {
html {
	font-size: 45%!important;
}
}
@media only screen and (min-width:375px) {
html {
	font-size: 60%!important;
}
}
@media only screen and (min-width:481px) {
html {
	font-size: 80%!important;
}
}
@media only screen and (min-width:561px) {
html {
	font-size: 90%!important;
}
}
@media only screen and (min-width:641px) {
html {
	font-size: 100%!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;
}
.clr {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
    image-ms-interpolation-mode: bicubic;
	-webkit-touch-callout: none;
}
@font-face{
	font-family: 'DINPRO-LIGHT';
	src:url('../../fonts/DINPRO-LIGHT.otf');
}
@font-face{
	font-family: '优设标题黑';
	src:url('../../fonts/优设标题黑.TTF');
}

/*首页轮播图焦点*/
#page{bottom: 1rem;}
#page span{width: 1.2rem;height: 1.2rem;border-radius: 50%;background: none; opacity: 1;border: .1rem #fff solid;margin: 0 .6rem;}
#page .swiper-pagination-bullet-active{background: #da1411;border-color: #da1411;}

/*头部*/
.header{
	width: 100%;
	max-width: 750px;
	height: 7rem;
    background: rgba(9,8,8,.5);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    z-index: 10000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}
.header .logo img{
	height: 7rem;
}
.header .btn{
	float: left;
	margin-right: 1rem;
}
.btn{width:4rem;float:right;position:relative;cursor:pointer;height:4rem;}
.btn span{display:block;background:#fff; /*按钮颜色*/ width:2.8rem;height:.2rem;left: .6rem;position:absolute;transition:all ease 0.35s}
.btn span:nth-of-type(1){top:1rem;}
.btn span:nth-of-type(2){top:2rem;}
.btn span:nth-of-type(3){top:3rem;}
.sp_nav_se span:nth-of-type(1){top:2rem;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:2rem;transform:rotate(-45deg)}
.leftMenu a {
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 0 2rem;
}
.leftMenu {
    background: rgba(9,8,8,.9);
    position: fixed;
    right: -100%;
    top: 7rem;
    display: block;
    height: 100%;
    width: 50%;
    min-width: 140px;
    max-width: 440px;
    z-index: 10000;
    transition: all 0.4s ease;
    overflow: auto;
    box-shadow: -5px 5px 10px rgba(0,0,0,.2);   /*左阴影*/
}
.leftMenu.menu-open {
    right: 0;
}
.leftMenu ul{
	padding: 0;
}
.leftMenu ul li {
	line-height: none;
    position: relative;
    line-height: 5rem;
    border-bottom: .1rem rgba(255,255,255,.3) solid;
}
.leftMenu ul li>a{
	font-size: 1.6rem;
}
.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: 7rem;
    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; /*一级选中后颜色*/
}

.fstwo{
    padding-bottom: .7rem;
}
.fstwo .item{
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
}
.fs2t{
	display: flex;
	justify-content: space-between;
	margin-top: .7rem;
}
.fs2t .item{
	width: 49%;
	padding: 2rem;
}
.fs2t .item h3{
	font-size: 1.6rem;
}
.fstwo .item h3:after{
	content: "";
	display: block;
	width: 5rem;
	height: .1rem;
	background: #fff;
	margin: 1.2rem auto;
}
.fstwo .item p{
	font-size: 1.2rem;
	line-height: 1.6;
}
.fs2c .item{
	padding: 2.5rem 9rem;
	margin-top: .7rem;
}
.fsthree{
	padding: 1rem 0 3rem;
	background-image: url(../images/bg_15.jpg);
	background-size: cover;
	background-position: center;
}
.fs3top{
	display: flex;
	justify-content: space-between;
	padding: 0 20%;
}
.fsthree .item .num{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.fs3bot{
	display: flex;
	justify-content: space-between;
	padding: 0 2rem;
}
.fsthree .item{
	color: #d7000f;
	text-align: center;
	margin-top: 2rem;
}
.fsthree .item p{
    font-size: 3rem;
    font-family: 'DINPRO-LIGHT';
    font-weight: bold;
    line-height: 1;
    margin-right: .4rem;
}
.fsthree .item h3{
    font-size: 1.4rem;
    line-height: 1;
    margin-top: .5rem;
}
.fs3-swiper{
	margin-top: 3rem;
	/*padding-bottom: 7rem!important;*/
}
.fs3-swiper .swiper-slide{
	background: #fff;
}
.fs3-swiper .ff3_cont{
	text-align: center;
	padding: 1.5rem;
}
.fs3-swiper .ff3_cont h3{
	font-size: 1.5rem;
}
.fs3-swiper .ff3_cont h3:after{
	content: "";
	display: block;
	width: 3rem;
	height: .1rem;
	background: #fff;
	margin: 1rem auto;
}
.fs3-swiper .ff3_cont .text{
	font-size: 1.2rem;
	line-height: 1.6;
	height: 5.8rem;
	overflow: hidden;
}
.fs3-swiper .swiper-slide .img img{
	width: 100%;
	height: 15rem;
	box-sizing: border-box;
}
.fs3-swiper .swiper-slide-active .img img{
    border: .2rem #fff solid;
}
.fs3-swiper .swiper-slide-active .ff3_cont{
	background: #d7000f;
	color: #fff;
}
#fs3-left{
	width: 6rem;
	height: 4.2rem;
	background: url(../../images/prev2.png)center no-repeat;
	background-size: cover;
    left: 0;
    bottom: 0;
    top: auto;
    outline: none;
    margin: 0;
    position: relative;
}
#fs3-left:after{
	display: none;
}
#fs3-right{
	width: 6rem;
	height: 4.2rem;
	background: url(../../images/next2.png)center no-repeat;
	background-size: cover;
	right: 0;
	bottom: 0;
	top: auto;
	outline: none;
	margin: 0;
	position: relative;
}
#fs3-right:after{
	display: none;
}
.fs3-btn{
	width: 24rem;
	display: flex;
	justify-content: center;
	margin: 3rem auto 0;
}
.fs3-btn .gd{
	width: 10rem;
	text-align: center;
	background: #fff;
	line-height: 4.2rem;
}
.fs3-btn .gd a{
	display: block;
	color: #333333;
}

.footer{
	background-image: url(../images/bg_16.jpg);
	background-size: cover;
	background-position: center;
}
.fot2{
	padding: 3rem;
}
.fot2 .form{
	position: relative;
}
.fot2 .form>img{
	height: 4rem;
}
.fot2 .red{
	width: 100%;
	height: calc(100% - 4rem);
	position: absolute;
	top: 4rem;
	left: 0;
	background: rgba(97,97,97,.37);
    border: 1px #666565 solid;
    z-index: 1;
}
.fot2 .gray{
	background: rgba(208,11,24,.3);
	position: relative;
	z-index: 2;
	padding: 1rem 2rem 4rem 1rem;
	top: .8rem;
	left: .8rem;
}
.fot2 .gray ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.fot2 .gray ul li{
	width: 32%;
	list-style: none;
	border-bottom: .1rem rgba(255,255,255,.5) solid;
}
.fot2 .gray ul li input{
	width: 100%;
	background: none;
	border: none;
	height: 3rem;
	color: #fff;
	font-size: 1.4rem;
}
.fot2 .gray ul li input::-webkit-input-placeholder,
.fot2 .gray textarea::-webkit-input-placeholder{
    color: #fff;
    opacity: .8;
}
.fot2 .gray textarea{
	width: 100%;
	height: 10rem;
	border: .1rem rgba(255,255,255,.5) solid;
	background: none;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: 1rem;
	box-sizing: border-box;
	padding: .7rem 1rem;
}
.fot2 button{
	width: 10rem;
	height: 3.2rem;
	background: #fff;
	font-size: 1.4rem;
	color: #333333;
	position: absolute;
	right: -2rem;
	bottom: -1.5rem;
	z-index: 10;
	border: none;
	border-radius: .8rem;
}
.tips{
	min-width: 80px;
	min-height: 80px;
	background: rgba(0,0,0,.7);
	color: #fff;
	font-size: 14px;
	border-radius: 8px;
	text-align: center;
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
	display: none;
}
.tips img{
    width: 50px;
    margin-bottom: 5px;
}
.fot3{
	text-align: center;
	margin-top: 3rem;
}
.fot3 img{
	width: 40%;
}
.fot4{
	padding: 2rem 1.5rem 3rem;
}
.fot4 .item{
	display: flex;
	align-items: center;
	color: #fff;
	line-height: 1;
	font-size: 1.3rem;
	margin-top: 1rem;
}
.fot4 .item img{
	width: 1.8rem;
	margin-right: .5rem;
}
.fot4 .item p{
	display: flex;
	align-items: center;
}
.fot4 .item p span{
	color: #d7000f;
	font-family: '优设标题黑';
	font-size: 3rem;
}
.fot5{
	font-size: 1.2rem;
	color: #d0d0d0;
	text-align: center;
	border-top: .1rem rgba(255,255,255,.3) solid;
	line-height: 1.5;
	padding: 1.5rem;
}
.ab2{
	background-image: url(../images/ab_02.jpg);
	background-size: cover;
	background-position: center;
	padding: 3rem 1.5rem;
}
.ab2 .tit{
	font-size: 2rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.ab2 .tit:after{
	content: "";
	display: block;
	width: 4rem;
	height: .3rem;
	background: #d7000f;
	margin: 1.5rem auto 1.2rem;
}
.ab2 .text{
	color: #fff;
	line-height: 2;
}
.ab3{
	background-image: url(../images/ab_03.jpg);
	background-size: cover;
	background-position: center;
}
.ab3top{
	padding: 2rem 1.5rem 2.5rem;
}
.ab3top video{
	width: 100%;
	border: 1rem #282828 solid;
	box-sizing: border-box;
	border-radius: 1rem;
}
.ab3bot{
	background: rgba(255,255,255,.85);
	border-radius: 0 8rem 0 0;
	padding: 3rem 1.5rem;
}
.ab3bot .tit{
	font-size: 2rem;
	color: #d7000f;
	font-weight: bold;
	line-height: 1;
	display: flex;
	align-items: center;
}
.ab3bot .tit:after{
	content: "";
	display: block;
	width: 3rem;
	height: .3rem;
	background: #d7000f;
	margin-left: 1rem;
}
.ab3bot .cont{
	color: #343434;
	line-height: 2;
}
.ab3bot .cont p{
	margin-top: 1.5rem;
}
.ab4t{
	position: relative;
}
.ab4t span{
	display: block;
	background: rgba(215,0,15,.65);
	color: #fff;
	width: 60%;
	padding: 2.5rem 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.ab5t{
	background-image: url(../images/ab_08.jpg);
	background-size: cover;
	background-position: center;
	padding: 3rem 1.5rem 4rem;
}
.ab5t h2{
	font-size: 1.8rem;
	color: #242424;
	text-align: center;
	line-height: 1.5;
}
.ab5t h2:after{
	content: "";
	display: block;
	width: 6rem;
	height: .3rem;
	background: #d7000f;
	margin: 1.5rem auto;
}
.ab5t p{
	color: #343434;
	line-height: 1.8;
	text-align: center;
}
.yw2{
	background-image: url(../images/yw_01.jpg);
	background-size: cover;
	background-position: center;
	padding: 11rem 1.5rem 5rem;
}
.yw2top h2{
	font-size: 2.2rem;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.yw2top h2:after{
	content: "";
	display: block;
	width: 2.5rem;
	height: .3rem;
	background: #e4040f;
	margin: 1.5rem auto 1.2rem;
}
.yw2top p{
	color: #fff;
	line-height: 1.6;
	text-align: center;
}
.yw2-swiper .img{
	position: relative;
}
.yw2-swiper .img .yw2_tan{
	width: 100%;
	background: rgba(255,255,255,.9);
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1.5rem;
	box-sizing: border-box;
	text-align: center;
}
.yw2-swiper .img .yw2_tan h3{
    font-size: 1.5rem;
    color: #343434;
    line-height: 1;
}
.yw2-swiper .img .yw2_tan h3:after{
	content: "";
	display: block;
	width: 3rem;
	height: .2rem;
	background: #e4040f;
	margin: 1rem auto .8rem;
}
.yw2-swiper .img .yw2_tan p{
	font-size: 1.2rem;
	color: #646464;
	line-height: 1.5;
}
.yw2-swiper .cont{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #d7000f;
	padding: 1rem 0;
	border-right: .1rem #e18b91 solid;
	box-sizing: border-box;
}
.yw2-swiper .cont span{
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.yw2-swiper .cont img{
	width: 3rem;
	margin-right: .5rem;
}
.yw2-swiper .swiper-slide:last-child .cont{
    border: none;
}
#yw2-left{
	width: 4.5rem;
	height: 4.5rem;
	background: #fff url(../../images/al_08.png)center no-repeat;
	background-size: 1rem;
    left: 0;
    bottom: 0;
    top: auto;
    outline: none;
    margin: 0;
    border-radius: 50%;
}
#yw2-left:after{
	display: none;
}
#yw2-right{
	width: 4.5rem;
	height: 4.5rem;
	background: #fff url(../../images/al_09.png)center no-repeat;
	background-size: 1rem;
	right: 0;
	bottom: 0;
	top: auto;
	outline: none;
	margin: 0;
	border-radius: 50%;
}
#yw2-right:after{
	display: none;
}
.yw2-swiper{
	margin-top: 2.5rem;
}
.yw2-btn{
	width: 12rem;
	height: 4.5rem;
	position: relative;
	margin: 2.5rem auto 0;
}
.yw3-swiper .swiper-slide>img{
	width: 100%;
}
.yw3-swiper .text{
	width: 100%;
	position: absolute;
	top: 35%;
	left: 0;
	transform: translateY(-35%);
	text-align: center;
	color: #fff;
}
.yw3-swiper .text h3{
	font-size: 2rem;
	margin-top: 3rem;
}
.yw3-swiper .text h3:after{
	content: "";
	display: block;
	width: 3rem;
	height: .3rem;
	background: #d7000f;
	margin: 1.5rem auto 1.2rem;
}
.yw3-swiper .text p{
	line-height: 1.8;
}
.yw3-swiper .text img{
	width: 6rem;
}
#yw3-page{bottom: 8rem;}
#yw3-page span{width: 2rem;height: .4rem;border-radius: .2rem;background: none; opacity: 1;margin: 0 .6rem;background: #fff;transition: .3s;}
#yw3-page .swiper-pagination-bullet-active{background: #da1411;width: 3rem}

.case2{
	background-image: url(../images/al_01.jpg);
	background-size: cover;
	background-position: center;
	padding: 11rem 1.5rem 22rem;
}
.case2b{
	text-align: center;
}
.case2b h2{
	font-size: 2.2rem;
	color: #fff;
}
.case2b h2:after{
	content: "";
	display: block;
	width: 2.4rem;
	height: .3rem;
	background: #d7000f;
	margin: 1.5rem auto 1.2rem;
}
.case2b img{
	width: 80%;
}
.case2 .item .num{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.case2 .item{
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.case2 .item p{
    font-size: 3rem;
    font-family: 'DINPRO-LIGHT';
    font-weight: bold;
    line-height: 1;
    color: #d7000f;
    margin-right: .4rem;
}
.case2 .item span{
	color: #d7000f;
}
.case2 .item h3{
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 1rem;
    color: #5d5d5d;
}
.case3{
	background-image: url(../images/al_02.jpg);
	background-size: cover;
	background-position: center;
	padding: 4rem 0;
}
.case3-swiper .swiper-slide .c3{
	background: rgba(255,255,255,.7);
	transform: scale(.8);
}
.case3-swiper .swiper-slide-active .c3{
	transform: scale(1);
	padding: .8rem;
	border: .2rem #d7000f solid;
	border-radius: .5rem;
}
.c3 .img img{
	width: 100%;
	height: 16rem;
}
.c3 .cont{
	background-image: url(../../images/al_05.jpg);
	background-position: right center;
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 1.5rem;
}
.c3 .cont h2{
    font-size: 1.8rem;
    color: #242424;
    line-height: 1;
}
.c3 .cont h3{
	font-size: 1.3rem;
	color: #444444;
	margin: .6rem 0 .8rem;
}
.c3 .cont .text{
	font-size: 1.2rem;
	color: #444444;
	line-height: 1.8;
}
.case3-swiper{
	margin-top: 2.5rem;
}
#case3-left{
	width: 5rem;
	height: 5rem;
	background: #fff url(../../images/al_08.png)center no-repeat;
	background-size: 1rem;
    left: 3rem;
    top: 15rem;
    outline: none;
    margin: 0;
    border-radius: 50%;
    box-shadow: 0 0 1rem rgba(0,0,0,.2);
}
#case3-left:after{
	display: none;
}
#case3-right{
	width: 5rem;
	height: 5rem;
	background: #fff url(../../images/al_09.png)center no-repeat;
	background-size: 1rem;
	right: 3rem;
	top: 15rem;
	outline: none;
	margin: 0;
	border-radius: 50%;
	box-shadow: 0 0 1rem rgba(0,0,0,.2);
}
#case3-right:after{
	display: none;
}
.case4{
	background-image: url(../images/al_03.jpg);
	background-size: cover;
	background-position: center;
	padding: 4rem 1.5rem;
}
.case4-swiper{
	margin-top: 2.5rem;
	padding-bottom: 5rem!important;
}
.case4-swiper .swiper-slide{
    background: #fff;
}
.c4{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 1rem;
}
.c4 img{
	width: 32%;
	margin-top: 1rem;
}
#case4-page{bottom: 0;}
#case4-page span{width: 1.2rem;height: 1.2rem;border-radius: 50%;background: none; opacity: 1;border: .1rem #fff solid;margin: 0 .6rem;}
#case4-page .swiper-pagination-bullet-active{background: #da1411;border-color: #da1411;}

.zp2{
    background-image: url(../images/zp_01.jpg);
    background-size: cover;
    background-position: center;
    padding: 11rem 1.5rem 4rem;
}
.zp2_img1{
	text-align: center;
}
.zp2_img1 img{
	width: 60%;
}
.zp2_img2{
	text-align: center;
	margin-top: 2rem;
}
.zp2_img2 img{
	width: 95%;
}
.zp2b{
	height: 5rem;
	background: #a82432;
	border-radius: 2.5rem;
	box-sizing: border-box;
	padding: .5rem;
	margin-top: 2.5rem;
}
.zp2b .line{
    border: .1rem #b56973 solid;
    height: 4rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 2rem;
    box-sizing: border-box;
    padding: 0 1.5rem;
}
.zp2b .line span{
	color: #fff;
	font-weight: bold;
}
.zp2_cont{
	background: rgba(255,255,255,.4);
	padding: 1.5rem 1.5rem 2rem; 
	margin: 0 2rem;
	color: #fff;
	font-size: 1.3rem;
	line-height: 2;
	border-radius: 0 0 1rem 1rem;
}
.zp3{
	background-image: url(../images/zp_02.jpg);
    background-size: cover;
    background-position: center;
    padding: 4rem 1.5rem;
}
.zp3_img1 img{
	width: 80%;
}
.zp3_img2{
	margin-top: 1rem;
}
.zp3_img2 img{
	width: 100%;
}
.zp3_img3{
	margin-top: 2rem;
	margin-left: .5rem;
}
.zp3_img3 img{
	width: 47%;
}
.zp3_text{
	line-height: 2;
	color: #d5ad52;
	margin-top: 1.5rem;
	padding: 0 .5rem;
}
.zp3_email{
	background: #eaba40;
	color: #fff;
	display: inline-block;
	padding: 1rem 2rem;
	border-radius: 0 1.5rem 0 1.5rem;
	margin-top: 2rem;
}