body{
	font-family: "微软雅黑";
	overflow-x: hidden;
}
@media (min-width: 1680px){
	.container{
		width: 1630px;
	}
}
.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
body{
	min-width: 350px;
}
ul{
	padding-left: 0;
}
ul li{
	list-style-type: none;
}
p{
	margin-bottom: 0;
}
/* 导航 */
.nav_box{
	width: 100%;
	position: fixed;
	padding-top: 20px;
	z-index: 999;
	transition: all 0.3s;
}
.pagenav{
	position: relative;
}
.fp-viewing-1 .nav_box,.fp-viewing-2 .nav_box,.fp-viewing-3 .nav_box,.fp-viewing-4 .nav_box,.fp-viewing-5 .nav_box,.fp-viewing-6 .nav_box{
	top: 0;
	padding-top: 10px;
	background: #fff;
	box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}
.nav_box.min{
	background: #fff;
}
.navbar-default{
	margin-bottom: 0;
	border: 0;
	min-height: 68px;
	position: relative;
	background: 0;
}
.navbar-brand{
	padding: 0;
}
.nav_box .navbar-collapse{
	float: right;
	position: relative;
	padding-right: 80px;
}
.navbar-nav > li > a{
	padding: 0;
	line-height: 60px;
	padding: 0 20px;
	font-size: 16px;
	color: #404040;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.navbar-default .navbar-nav > li > a{
	color: #343434;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
	color: #de1b28;
	font-weight: bold;
	background: 0;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	color: #de1b28;
}

@media (max-width: 1200px){
	.navbar-nav > li > a{
		font-size: 14px;
		padding: 0 12px;
		line-height: 50px;
	}
	.navbar-brand > img{
		width: 150px;
	}
}
@media (max-width: 992px){
	.navbar-default{
		min-height: 60px;
	}
	.navbar-brand img{
		width: 120px;
	}
	.navbar-nav > li > a{
		font-size: 14px;
		padding: 0 6px;
		line-height: 45px;
	}
	.nav_box .navbar-collapse{
		padding-right: 0;
	}
}
@media (max-width: 768px){
	.nav_box{
		top: 0;
		padding-top: 0;
	}
	.fp-viewing-1 .nav_box,.fp-viewing-2 .nav_box,.fp-viewing-3 .nav_box,.fp-viewing-4 .nav_box,.fp-viewing-5 .nav_box,.fp-viewing-6 .nav_box{
		padding-top: 0;
	}
	.navbar-default{
		min-height: 50px;
		padding: 0;
	}
	.navbar-header{
		padding: 5px 15px;
	}
	.navbar-brand img{
		margin-top: 4px;
	}
	.nav_box .navbar-collapse{
		float: none;
		padding-right: 15px;
		background:#fff;
	}
	.navbar-default .navbar-nav > li > a{
		justify-content: center;
	}
	.navbar-nav > li > a::before{
		display: none;
	}
	.navbar-default .navbar-toggle{
		border-color: #ff811b;
	}
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #ff811b;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background: #ff811b;
		border-color: #ff811b;
		color: #fff;
	}
	.navbar-default .navbar-toggle:focus .icon-bar{
		background: #fff;
	}
	.navbar-nav > li > a{
		line-height: 40px;
		color: #666 !important;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
		background: 0;
		color: #ff811b !important;
	}
}

/* banner */
.banner-point{
	position: absolute;
	bottom: 30px !important;
	z-index: 99;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.banner-point span{
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
	transition: all 0.3s;
}
.banner-point span.swiper-pagination-bullet-active{
	width: 32px;
	border-radius: 10px;
}
.banner .swiper-slide{
	width: 100vw;
	height: 100vh;
}
.wapbanner{
	display: none;
}
@media (max-width: 1200px){
	.banner-point span{
		width: 8px;
		height: 8px;
	}
}
@media (max-width: 768px){
	.banner-point{
		bottom: 10px !important;
	}
	.banner-point span{
		width: 7px;
		height: 7px;
	}
	.banner-point span.swiper-pagination-bullet-active{
		width: 25px;
	}
	.pcbanner{
		display: none;
	}
	.wapbanner{
		display: block;
	}
}

/* about */
.about .df{
	align-items: center;
}
.ableft{
	width: 500px;
	position: relative;
	z-index: 2;
	visibility: hidden;
}
.ableft::before{
	content: " ";
	display: block;
	width: 850px;
	height: 52px;
	background: #ff811b;
	position: absolute;
	bottom: -52px;
	left: 127px;
}
.ableft::after{
	content: " ";
	display: block;
	width: 50px;
	height: 480px;
	background: #ff811b;
	position: absolute;
	left: 927px;
	bottom: 0;
}
.abright{
	width: 1100px;
	box-sizing: border-box;
	background: url(../../images/abg.png) no-repeat top right #f7f7f7;
	display: block;
	height: 710px;
	margin-top: 40px;
	position: relative;
	z-index: 1;
}
.abright::before{
	content: " ";
	display: block;
	width: 68px;
	height: 2px;
	background: #de1b28;
	top: 38px;
	left: -33px;
	position: absolute;
}
.abright .box{
	width: 550px;
	padding-right: 70px;
	box-sizing: border-box;
	text-align: right;
	margin-left: auto;
	visibility: hidden;
}
.abright span{
	display: block;
	font-size: 42px;
	color: #de1b28;
	padding-top: 125px;
}
.abright small{
	display: block;
	font-size: 26px;
	color: #de1b28;
	margin-top: 35px;
}
.abright p{
	font-size: 16px;
	color: #555555;
	line-height: 33px;
	margin-top: 60px;
	margin-bottom: 100px;
	text-align:left;
}
.abright a{
	font-size: 17px;
	color: #555555;
	position: relative;
}
.abright a::before{
	position: absolute;
	content: "More";
	z-index: 2;
	right: 3px;
	bottom: 0;
}
.abright a::after{
	content: " ";
	display: block;
	width: 55px;
	height: 9px;
	background: #ff811b;
	position: absolute;
	bottom: 0;
	z-index: 1;
	right: 0;
	bottom: 0;
	transition: all 0.3s;
}
.abright a:hover::after{
	height: 22px;
}
.abright a:hover::before{
	transition: all 0.5s;
	color: #fff;
}
@media (max-width: 1680px){
	.ableft{
		width: 400px;
	}
	.ableft img{
		width: 600px;
	}
	.abright{
		width: 740px;
		height: 480px;
		margin-top: 20px;
	}
	.ableft::before{
		left: 110px;
		height: 30px;
		bottom: -30px;
		width: 520px;
	}
	.ableft::after{
		width: 30px;
		left: 600px;
		height: 300px;
	}
	.abright span{
		padding-top:70px;
		font-size: 35px;
	}
	.abright small{
		font-size: 22px;
		margin-top: 20px;
	}
	.abright{
		background-size: 500px;
	}
	.abright .box{
		width: 490px;
		padding-right: 50px;
	}
	.abright p{
		font-size: 15px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.abright a{
		font-size: 15px;
	}
	.abright a::after{
		width: 50px;
		height: 8px;
	}
}
@media (max-width: 1200px){
	.ableft{
		width: 300px;
	}
	.abright{
		width: 640px;
		height: 400px;
		background-size: 400px;
		margin-top: 0;
	}
	.ableft img{
		width: 500px;
	}
	.ableft::before{
		height: 20px;
		bottom: -20px;
		width: 450px;
		left: 70px;
	}
	.ableft::after{
		width: 20px;
		left: 500px;
		height: 260px;
	}
	.abright .box{
		padding-right: 30px;
		width: 390px;
	}
	.abright span {
	    font-size: 30px;
	    padding-top: 50px;
	}
	.abright small {
	    font-size: 18px;
	    margin-top: 10px;
	}
	.abright p{
		font-size: 14px;
		line-height: 30px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
@media (max-width: 992px){
	.ableft {
	    width: 240px;
	}
	.ableft img {
	    width: 370px;
	}
	.abright{
		width: 480px;
		height: 300px;
		background-size: 330px;
	}
	.abright::before{
		width: 40px;
		top: 25px;
		left: -20px;
		height: 1px;
	}
	.ableft::before{
		width: 340px;
		left: 50px;
	}
	.ableft::after{
		left: 370px;
		height: 190px;
	}
	.abright span {
	    font-size: 22px;
	    padding-top: 30px;
	}
	.abright small{
		margin-top: 10px;
		font-size: 16px;
	}
	.abright .box {
	    padding-right: 20px;
	    width: 310px;
	}
	.abright p{
		font-size: 12px;
		line-height: 24px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.abright a{
		font-size: 14px;
	}
}
@media (max-width: 768px){
	.ableft{
		display: none;
	}
	.about{
		background: url(../../images/ab.jpg) no-repeat center;
		background-size: cover;
	}
	.abright{
		background: rgba(247,247,247,.8);
		height: 410px;
	}
	.abright::before{
		display: none;
	}
	.abright .box{
		width: 100%;
		text-align: center;
		padding-right: 0;
	}
	.abright span{
		font-size: 26px;
	}
	.abright small{
		font-size: 17px;
	}
	.abright p{
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
		line-height: 30px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.abright a::before{
		right: 0;
	}
	.abright a::after{
		right: -5px;
	}
	.about .df{
		margin: 0 auto;
	}
}

/* news */
.tit{
	text-align: center;
}
.tit span{
	display: block;
	font-size: 48px;
	color: #de1b28;
	font-weight: bold;
}
.tit p{
	font-size: 42px;
	color: #de1b28;
}
.news .tit{
	visibility: hidden;
}
.news .newlist{
	padding: 0 40px;
	margin-top: 70px;
	visibility: hidden;
}
.news .newlist .newtab{
	padding: 0 22px;
}
.news .newlist .newtab .imgbox{
	height: 192px;
	overflow: hidden;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.news .newlist .newtab a{
	display: block;
	box-shadow: 0 2px 10px 0 rgba(255,129,27,.1);
	padding-bottom: 26px;
	border-radius: 10px;
	transition: all 0.3s;
}
.news .newlist .newtab a img{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news .newlist p{
	font-size: 19px;
	color: #333333;
	font-weight: bold;
	margin-top: 35px;
	height: 120px;
	line-height: 28px;
}
.news .newlist span{
	font-size: 24px;
	display: block;
	color: #8f8f8f;
	font-family: "Bahnschrift";
	font-weight: 200;
}
.news .newlist .newtab{
	display: block;
}
.news .newlist .newtab_text{
	padding: 0 25px;
}
.news .newlist .newtab a:hover{
	background: #ff811b;
}
.news .newlist .newtab a:hover p,.news .newlist .newtab a:hover span{
	color: #fff;
}
.news .newlist .newtab a:hover img{
	transform: scale(1.1, 1.1);
}
.news .more img{
	margin: 0 auto;
	display: block;
	margin-top: 95px;
	visibility: hidden;
}
@media (max-width: 1680px){
	.tit span{
		font-size: 36px;
	}
	.tit p{
		font-size: 30px;
	}
	.news .newlist{
		padding: 0;
		margin-top: 60px;
	}
	.news .newlist .newtab{
		padding: 0 15px;
	}
	.news .newlist .newtab .imgbox{
		height: 130px;
	}
	.news .newlist .newtab_text {
	    padding: 0 15px;
	}
	.news .newlist p{
		font-size: 17px;
		margin-top: 30px;
		height: 90px;
	}
	.news .newlist span{
		font-size: 22px;
	}
	.news .more img{
		margin-top: 70px;
	}
}
@media (max-width: 1200px){
	.tit span{
		font-size: 30px;
	}
	.tit p{
		font-size: 24px;
	}
	.news .newlist{
		margin-top: 50px;
	}
	.news .newlist .newtab .imgbox{
		height: 120px;
	}
	.news .newlist p{
		font-size: 16px;
		font-weight: normal;
		margin-top: 20px;
		height: 80px;
	}
	.news .newlist span {
	    font-size: 20px;
	}
	.news .more img{
		width: 50px;
		margin-top: 60px;
	}
}
@media (max-width: 992px){
	.tit span{
		font-size: 26px;
	}
	.tit p{
		font-size: 20px;
	}
	.news .newlist .newtab {
	    padding: 0 10px;
	}
	.news .newlist .newtab .imgbox {
	    height: 90px;
	}
	.news .newlist .newtab_text {
	    padding: 0 10px;
	}
	.news .newlist p{
		font-size: 14px;
		margin-top: 15px;
		line-height: 26px;
		height: 70px;
	}
	.news .newlist span {
	    font-size: 17px;
	}
}
@media (max-width: 768px){
	.tit span {
	    font-size: 22px;
	}
	.tit p {
	    font-size: 17px;
	}
	.news .newlist {
	    margin-top: 30px;
	}
	.news .newlist .newtab .imgbox,.news .newlist .newtab a{
		border-radius: 0;
	}
	.news .newlist p{
		margin-top: 10px;
		height: 60px;
	}
	.news .newlist span {
	    font-size: 15px;
	}
	.news .newlist .newtab a{
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.news .more img{
		width: 40px;
		margin-top: 30px;
	}
}

/* 线上商城 */
.online .container{
	max-width: 1430px;
}
.online ul{
	margin-top: 100px;
}
.online ul li p{
	font-size: 16px;
	color: #ff811b;
	text-align: center;
	margin-top: 30px;
}
.online ul li{
	width: 216px;
	visibility: hidden;
}
.online_page ul li{
	visibility: visible;
}
.online ul li a::before{
	content: " ";
	display: block;
	width: 216px;
	height: 216px;
	border-radius: 100%;
	border: 1px solid #ff811b;
	box-sizing: border-box;
	transition: all 0.3s;
}
.online ul li:nth-child(1) a::before{
	background: url(../../images/online.png) 0 0;
}
.online ul li:nth-child(2) a::before{
	background: url(../../images/online.png) -296px 0;
}
.online ul li:nth-child(3) a::before{
	background: url(../../images/online.png) -592px 0;
}
.online ul li:nth-child(4) a::before{
	background: url(../../images/online.png) -888px 0;
}
.online ul li:nth-child(5) a::before{
	background: url(../../images/online.png) -1184px 0;
}
.online a.more img{
	display: block;
	margin:  0 auto;
	margin-top: 130px;
	visibility: hidden;
}
.online ul li:nth-child(1) a:hover::before{
	background: url(../../images/online.png) 0 -216px #ff811b;
}
.online ul li:nth-child(2) a:hover::before{
	background: url(../../images/online.png) -296px -216px #ff811b;
}
.online ul li:nth-child(3) a:hover::before{
	background: url(../../images/online.png) -592px -216px #ff811b;
}
.online ul li:nth-child(4) a:hover::before{
	background: url(../../images/online.png) -888px -216px #ff811b;
}
.online ul li:nth-child(5) a:hover::before{
	background: url(../../images/online.png) -1184px -216px #ff811b;
}
@media (max-width: 1680px){
	.online ul{
		margin-top: 80px;
	}
	.online ul li{
		width: 180px;
	}
	.online ul li p{
		margin-top: 20px;
	}
	.online ul li a::before{
		width: 180px;
		height: 180px;
	}
	.online ul li:nth-child(1) a::before{
		background: url(../../images/online.png) 0 0;
		background-size: 1150px;
	}
	.online ul li:nth-child(2) a::before{
		background: url(../../images/online.png) -240px 0;
		background-size: 1150px;
	}
	.online ul li:nth-child(3) a::before{
		background: url(../../images/online.png) -490px 0;
		background-size: 1150px;
	}
	.online ul li:nth-child(4) a::before{
		background: url(../../images/online.png) -730px 0;
		background-size: 1150px;
	}
	.online ul li:nth-child(5) a::before{
		background: url(../../images/online.png) -970px 0;
		background-size: 1150px;
	}

	.online ul li:nth-child(1) a:hover::before{
		background: url(../../images/online.png) 0 -180px #ff811b;
		background-size: 1150px;
	}
	.online ul li:nth-child(2) a:hover::before{
		background: url(../../images/online.png) -240px -180px #ff811b;
		background-size: 1150px;
	}
	.online ul li:nth-child(3) a:hover::before{
		background: url(../../images/online.png) -490px -180px #ff811b;
		background-size: 1150px;
	}
	.online ul li:nth-child(4) a:hover::before{
		background: url(../../images/online.png) -730px -180px #ff811b;
		background-size: 1150px;
	}
	.online ul li:nth-child(5) a:hover::before{
		background: url(../../images/online.png) -970px -180px #ff811b;
		background-size: 1150px;
	}
	.online a.more img{
		margin-top: 100px;
	}
}
@media (max-width: 1200px){
	.online ul li{
		width: 150px;
	}
	.online ul li a::before{
		width: 150px;
		height: 150px;
	}
	.online ul li:nth-child(1) a::before{
		background: url(../../images/online.png) -2px 0;
		background-size: 1000px;
	}
	.online ul li:nth-child(2) a::before{
		background: url(../../images/online.png) -210px 0;
		background-size: 1000px;
	}
	.online ul li:nth-child(3) a::before{
		background: url(../../images/online.png) -425px 0;
		background-size: 1000px;
	}
	.online ul li:nth-child(4) a::before{
		background: url(../../images/online.png) -640px 0;
		background-size: 1000px;
	}
	.online ul li:nth-child(5) a::before{
		background: url(../../images/online.png) -850px 0;
		background-size: 1000px;
	}

	.online ul li:nth-child(1) a:hover::before{
		background: url(../../images/online.png) -2px -155px #ff811b;
		background-size: 1000px;
	}
	.online ul li:nth-child(2) a:hover::before{
		background: url(../../images/online.png) -210px -155px #ff811b;
		background-size: 1000px;
	}
	.online ul li:nth-child(3) a:hover::before{
		background: url(../../images/online.png) -425px -155px #ff811b;
		background-size: 1000px;
	}
	.online ul li:nth-child(4) a:hover::before{
		background: url(../../images/online.png) -640px -155px #ff811b;
		background-size: 1000px;
	}
	.online ul li:nth-child(5) a:hover::before{
		background: url(../../images/online.png) -850px -155px #ff811b;
		background-size: 1000px;
	}
}
@media (max-width: 992px){
	.online ul{
		margin-top: 60px;
	}
	.online ul li{
		width: 120px;
	}
	.online ul li a::before{
		width: 120px;
		height: 120px;
	}
	.online ul li:nth-child(1) a::before{
		background: url(../../images/online.png) -2px 0;
		background-size: 800px;
	}
	.online ul li:nth-child(2) a::before{
		background: url(../../images/online.png) -170px 0;
		background-size: 800px;
	}
	.online ul li:nth-child(3) a::before{
		background: url(../../images/online.png) -340px 0;
		background-size: 800px;
	}
	.online ul li:nth-child(4) a::before{
		background: url(../../images/online.png) -510px 0;
		background-size: 800px;
	}
	.online ul li:nth-child(5) a::before{
		background: url(../../images/online.png) -680px 0;
		background-size: 800px;
	}

	.online ul li:nth-child(1) a:hover::before{
		background: url(../../images/online.png) -2px -125px #ff811b;
		background-size: 800px;
	}
	.online ul li:nth-child(2) a:hover::before{
		background: url(../../images/online.png) -170px -125px #ff811b;
		background-size: 800px;
	}
	.online ul li:nth-child(3) a:hover::before{
		background: url(../../images/online.png) -340px -125px #ff811b;
		background-size: 800px;
	}
	.online ul li:nth-child(4) a:hover::before{
		background: url(../../images/online.png) -510px -125px #ff811b;
		background-size: 800px;
	}
	.online ul li:nth-child(5) a:hover::before{
		background: url(../../images/online.png) -680px -125px #ff811b;
		background-size: 800px;
	}
	.online a.more img{
		margin-top: 80px;
	}
}
@media (max-width: 700px){
	.online ul {
	    margin-top: 40px;
	}
	.online a.more img {
	    margin-top: 50px;
	}
	
	.online ul li{
		width: 100px;
		margin-bottom: 20px;
	}
	.online ul li p{
		margin-top: 10px;
	}
	.online ul li a::before{
		width: 100px;
		height: 100px;
	}
	.online ul li:nth-child(1) a::before{
		background: url(../../images/online.png) -4px -3px;
		background-size: 700px;
	}
	.online ul li:nth-child(2) a::before{
		background: url(../../images/online.png) -150px -3px;
		background-size: 700px;
	}
	.online ul li:nth-child(3) a::before{
		background: url(../../images/online.png) -302px -3px;
		background-size: 700px;
	}
	.online ul li:nth-child(4) a::before{
		background: url(../../images/online.png) -450px -3px;
		background-size: 700px;
	}
	.online ul li:nth-child(5) a::before{
		background: url(../../images/online.png) -597px -3px;
		background-size: 700px;
	}

	.online ul li:nth-child(1) a:hover::before{
		background: url(../../images/online.png) -4px -112px #ff811b;
		background-size: 700px;
	}
	.online ul li:nth-child(2) a:hover::before{
		background: url(../../images/online.png) -150px -112px #ff811b;
		background-size: 700px;
	}
	.online ul li:nth-child(3) a:hover::before{
		background: url(../../images/online.png) -302px -112px #ff811b;
		background-size: 700px;
	}
	.online ul li:nth-child(4) a:hover::before{
		background: url(../../images/online.png) -450px -112px #ff811b;
		background-size: 700px;
	}
	.online ul li:nth-child(5) a:hover::before{
		background: url(../../images/online.png) -597px -112px #ff811b;
		background-size: 700px;
	}
	.online ul li p{
		font-size: 14px;
	}
	.online ul::after{
		content: " ";
		width: 100px;
	}
}

/* 商业合作 */
.business{
	max-width: 1615px;
}
.business .item{
	padding: 0 7px;
	visibility: hidden;
}
.business a{
	display: block;
	background: #f7f7f7;
	height: 500px;
	color: #7a7a7a;
	padding: 70px 50px 0 50px;
	position: relative;
	transition: all 0.3s;
}
.business a .bus_top span{
	font-size: 35px;
	font-weight: bold;
}
.business a .bus_top p{
	font-size: 26px;
	margin-top: 2px;
}
.business a .info p{
	font-size: 15px;
	line-height: 26px;
	margin-top: 50px;
}
.business a::after{
	content: " ";
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	transition: all ease-out 0.3s;
}
.business .item1 a::after{
	background: url(../../images/busico.png) no-repeat 0 0;
}
.business .item2 a::after{
	background: url(../../images/busico.png) no-repeat -80px 0;
}
.business .item3 a::after{
	background: url(../../images/busico.png) no-repeat -160px 0;
}
.business .item4 a::after{
	background: url(../../images/busico.png) no-repeat -240px 0;
}
.business .item a:hover{
	background: #ff811b;
	color: #fff;
}
.business .item1 a:hover::after{
	background: url(../../images/busico.png) no-repeat 0 -80px;
}
.business .item2 a:hover::after{
	background: url(../../images/busico.png) no-repeat -80px -80px;
}
.business .item3 a:hover::after{
	background: url(../../images/busico.png) no-repeat -160px -80px;
}
.business .item4 a:hover::after{
	background: url(../../images/busico.png) no-repeat -240px -80px;
}

@media (max-width: 1680px){
	.business a{
		padding: 40px 30px 0 30px;
		height: 400px;
	}
	.business a .bus_top span{
		font-size: 26px;
	}
	.business a .bus_top p{
		font-size: 20px;
	}
	.business a .info p{
		font-size: 14px;
		line-height: 25px;
		margin-top: 40px;
	}

	.business a::after{
		width: 65px;
		height: 65px;
		bottom: 20px;
		right: 20px;
	}
	.business .item1 a::after{
		background: url(../../images/busico.png) no-repeat 0 0;
		background-size: 260px;
	}
	.business .item2 a::after{
		background: url(../../images/busico.png) no-repeat -65px 0;
		background-size: 260px;
	}
	.business .item3 a::after{
		background: url(../../images/busico.png) no-repeat -130px 0;
		background-size: 260px;
	}
	.business .item4 a::after{
		background: url(../../images/busico.png) no-repeat -195px 0;
		background-size: 260px;
	}
	.business .item1 a:hover::after{
		background: url(../../images/busico.png) no-repeat 0 -65px;
		background-size: 260px;
	}
	.business .item2 a:hover::after{
		background: url(../../images/busico.png) no-repeat -65px -65px;
		background-size: 260px;
	}
	.business .item3 a:hover::after{
		background: url(../../images/busico.png) no-repeat -130px -65px;
		background-size: 260px;
	}
	.business .item4 a:hover::after{
		background: url(../../images/busico.png) no-repeat -195px -65px;
		background-size: 260px;
	}
}
@media (max-width: 992px){
	.business a{
		padding: 20px 15px 0 15px;
		height: 260px;
	}
	.business a .bus_top span {
	    font-size: 17px;
	}
	.business a .bus_top p {
	    font-size: 14px;
	}
	.business a .info p{
		font-size: 12px;
		line-height: 22px;
		margin-top: 20px;
	}

	.business a::after{
		width: 40px;
		height: 40px;
		bottom: 10px;
		right: 10px;
	}
	.business .item1 a::after{
		background: url(../../images/busico.png) no-repeat 0 0;
		background-size: 160px;
	}
	.business .item2 a::after{
		background: url(../../images/busico.png) no-repeat -40px 0;
		background-size: 160px;
	}
	.business .item3 a::after{
		background: url(../../images/busico.png) no-repeat -80px 0;
		background-size: 160px;
	}
	.business .item4 a::after{
		background: url(../../images/busico.png) no-repeat -120px 0;
		background-size: 160px;
	}
	.business .item1 a:hover::after{
		background: url(../../images/busico.png) no-repeat 0 -40px;
		background-size: 160px;
	}
	.business .item2 a:hover::after{
		background: url(../../images/busico.png) no-repeat -40px -40px;
		background-size: 160px;
	}
	.business .item3 a:hover::after{
		background: url(../../images/busico.png) no-repeat -80px -40px;
		background-size: 160px;
	}
	.business .item4 a:hover::after{
		background: url(../../images/busico.png) no-repeat -120px -40px;
		background-size: 160px;
	}
}
@media (max-width: 768px){
	.business.container{
		padding: 0 20px;
	}
	.business .item{
		margin-top: 15px;
	}
	.business a{
		height: 230px;
	}
}

/* 底部 */
.footer{
	background: #f8f8f8;
	padding-top: 50px;
	padding-bottom: 20px;
}
.footer .fnav{
	justify-content: center;
}
.footer .ewm img{
	display: block;
	margin: 0 auto;
}
.footer .ewm .fewm{
	border: 1px solid #f2c78b;
	margin-top: 30px;
}
.footer .fnav .ewm{
	margin-right: 70px;
}
.footer .fnav ul{
	margin-left: 80px;
	margin-top: 20px;
}
.footer .fnav li{
	font-size: 15px;
	color: #1c1c1c;
	font-weight: bold;
	line-height: 31px;
}
.footer .fnav li a{
	font-size: 14px;
	color: #797979;
	font-weight: normal;
}
.footer .fnav ul li:first-child{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.footer .fnav ul li:first-child::after{
	content: " ";
	display: block;
	position: absolute;
	width: 66px;
	height: 1px;
	background: #d8d8d8;
	left: 0;
	bottom: 0;
}
.footer .copy{
	margin-top: 30px;
	line-height: 20px;
}
.footer .copy,.footer .copy a{
	text-align: center;
	font-size: 12px;
	color: #595959;
}
.footer .ftell{
	text-align: center;
	margin-top: 10px;
}
.footer .ftell p{
	font-size: 12px;
	color: #595959;
	line-height: 34px;
}
.footer .ftell p span{
	display: inline-block;
	font-size: 22px;
	color: #ff7200;
	font-weight: bold;
	background: url(../../images/ftell.png) no-repeat left center;
	padding-left: 42px;
}
.footer .link{
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
}
.footer .link,.footer .link a{
	font-size: 12px;
	color: #b8b8b8;
}
.footer .link a{
	margin-right: 10px;
}
@media (max-width: 1680px){
	.footer .fnav ul{
		margin-left: 66px;
	}
}
@media (max-width: 1500px){
	.footer .fnav ul{
		margin-left: 60px;
	}
}
@media (max-width: 1200px){
	.footer .fnav .ewm{
		margin-right: 40px;
	}
	.footer .ewm .flogo{
		width: 180px;
	}
	.footer .ewm .fewm{
		width: 120px;
	}
	.footer .fnav ul{
		margin-top: 0;
		margin-left: 50px;
	}
	.footer .fnav li{
		font-size: 14px;
	}
	.footer .fnav li a{
		font-size: 13px;
	}
}
@media (max-width: 992px){
	.footer .fnav .ewm{
		display: none;
	}
	.footer .fnav ul{
		margin-left: 0;
		margin: 0 25px;
	}
}
@media (max-width: 768px){
	.footer{
		padding-top: 0;
	}
	.footer .fnav{
		display: none;
	}
}

/* 内页公共 */
.nban{
	height: 440px;
}
.pagetop{
	text-align: center;
	color: #de1b28;
	margin-top: 100px;
}
.pagetop span{
	display: block;
	font-size: 39px;
	font-weight: bold;
}
.pagetop p{
	font-size: 30px;
	margin-top: 10px;
}
.submenu{
	max-width: 1440px;
	margin: 0 auto;
	margin-top: 60px;
}
.submenu ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.submenu ul li{
	margin: 0 1.6666%;
	width: 30%;
	margin-bottom: 2px;
}
.submenu ul li a{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #f7f7f7;
	font-size: 18px;
	color: #616161;
	text-align: center;
	border-radius: 5px;
	transition: all 0.3s;
}
.submenu ul li a:hover,.submenu ul li a.hover{
	background: #ff811b;
	color: #fff;
}
@media (max-width: 1680px){
	.pagetop{
		margin-top: 80px;
	}
	.pagetop span{
		font-size: 35px;
	}
	.pagetop p{
		font-size: 26px;
	}
	.submenu{
		margin-top: 50px;
	}
}
@media (max-width: 1500px){
	.nban{
		height: 340px;
		background-size: 1500px !important;
	}
}
@media (max-width: 1200px){
	.pagetop {
	    margin-top: 60px;
	}
	.pagetop span {
	    font-size: 30px;
	}
	.pagetop p {
	    font-size: 22px;
	    margin-top: 5px;
	}
	.submenu ul{
		flex-wrap: wrap;
	}
	.submenu ul li a{
		font-size: 16px;
		line-height: 56px;
		height: 56px;
	}
}
@media (max-width: 992px){
	.nban{
		height: 250px;
		background-size: 1100px !important;
	}
	.pagetop span {
	    font-size: 26px;
	}
	.pagetop p {
	    font-size: 18px;
	    margin-top: 0;
	}
	.pagetop {
	    margin-top: 50px;
	}
	.submenu {
	    margin-top: 40px;
	}
	.submenu ul li a{
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
}
@media (max-width: 768px){
	.nban{
		height: 180px;
		background-size: 800px !important;
	}
	.pagetop {
	    margin-top: 40px;
	}
	.pagetop span {
	    font-size: 22px;
	}
	.pagetop p{
		font-size: 15px;
	}
	.submenu {
	    margin-top: 20px;
	}
	.submenu ul{
		justify-content: flex-start;
	}
	.submenu ul li a{
		font-size: 12px;
	}
	.submenu {
	    margin-top: 30px;
	}
}
@media (max-width: 600px){
	.nban{
		height: 160px;
		background-size: 700px !important;
	}
	.pagetop {
	    margin-top: 30px;
	}
	.submenu{
		margin-top: 20px;
	}
	.submenu ul li{ width:50%; margin:0;padding:0 5px; box-sizing:border-box; margin-bottom:5px;}
	.submenu ul li a{
		height: 35px;
		line-height: 35px;
	}
}

/* 新闻列表 */
.listbox{
	max-width: 1560px;
}
.list{
	margin-top: 90px;
	overflow: hidden;
}
.list .item{
	padding: 0 22px;
}
.list a{
	display: block;
	box-shadow: 0 2px 10px 0 rgba(255,129,27,.1);
	margin-bottom: 75px;
	padding-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	transition: all 0.3s;
}
.list .imgbox{
	overflow: hidden;
	height:230px;
}
.list .imgbox img{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	margin: 0 auto;
	width: 100%;
}
.list p{
	font-size: 19px;
	color: #333333;
	font-weight: bold;
	line-height: 28px;
	margin-top: 35px;
	transition: all 0.3s;
	min-height: 56px;
}
.list span{
	color: #8f8f8f;
	font-size: 24px;
	font-family: Bahnschrift;
	font-weight: 200;
	margin-top: 60px;
	display: block;
	transition: all 0.3s;
}
.list .listinfo{
	padding: 0 25px;
}
.list a:hover{
	background: #ff811b;
}
.list a:hover p,.list a:hover span{
	color: #fff;
}
.list a:hover img{
	transform: scale(1.1, 1.1);
}

.pages{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}
.pages span,.pages a{
	width: 50px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	border-radius: 100%;
	border: 1px solid #e5e5e5;
	text-align: center;
	font-size: 12px;
	color: #3a3a3a;
	margin: 0 8px;
	display: block;
}
.pages span.all{
    width:auto;
    border:none;
}
.pages span.current{
	background: #ff811b;
	border-color: #ff811b;
	color: #fff;
}

@media (max-width: 1680px){
	.list {
	    margin-top: 70px;
	}
	.list .item{
		padding: 0 15px;
	}
	.list a{
		padding-bottom: 20px;
		margin-bottom: 40px;
	}
	.list p{
		font-size: 17px;
		margin-top: 20px;
	}
	.list span{
		font-size: 22px;
		margin-top: 40px;
	}
}
@media (max-width: 1200px){
	.list {
	    margin-top: 50px;
	}
	.list .item{
		padding: 0 10px;
	}
	.list a{
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.list .listinfo {
	    padding: 0 15px;
	}
	.list p{
		font-size: 15px;
		line-height: 25px;
		margin-top: 15px;
	}
	.list span{
		font-size: 18px;
		margin-top: 20px;
	}
}
@media (max-width: 992px){
	.list {
	    margin-top: 40px;
	}
	.list p{
		font-size: 14px;
		line-height: 22px;
	}
	.list span{
		font-size: 17px;
	}
}
@media (max-width: 768px){
	.list p{
		max-height: 45px;
		min-height: 45px;
		overflow: hidden;
	}
	.pages{
		margin-bottom: 30px;
	}
	.pages span,.pages a{
		width: 26px;
		height: 26px;
		line-height: 24px;
		margin: 0 2px;
		border:none;
		width:auto;
		height:auto;
	}
	.pages span.current{
	    background: none;
	    color:#000;
	}
}
@media (max-width: 600px){
	.list{
		padding: 0 3px;
		margin-top: 30px;
	}
	.list .item{
		width: 50%;
		padding: 0 8px;
	}
	.list a{
		margin-bottom: 20px;
	}
	.list .listinfo {
	    padding: 0 10px;
	}
	.list p{
		font-weight: normal;
		margin-top: 10px;
	}
	.list span{
		font-size: 16px;
		margin-top: 15px;
	}
}

.photobox{
	max-width: 1440px;
}
.photo{
	text-align: center;
	margin-top: 60px;
	overflow: hidden;
}
.photo .item{
	margin-bottom: 70px;
}
.photo .item a{
	display: block;
	padding: 0 20px;
}
.photo img{
	border-radius: 10px;
}
.photo p{
	font-size: 15px;
	color: #555;
	padding-top: 25px;
	position: relative;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.photo p::after{
	content: " ";
	display: block;
	width: 0;
	height: 6px;
	background: #ff811b;
	position: absolute;
	left: 50%;
	transition: all 0.3s;
	top: 2px;
}
.photo .item a:hover p::after{
	width: 80px;
	margin-left: -40px;
}
.photo .item a:hover p{
	color: #ff811b;
}
@media (max-width: 1680px){
	.photo .item a{
		padding: 0;
	}
	.photo .item{
		margin-bottom: 50px;
	}
}
@media (max-width: 1200px){
	.photo .item{
		margin-bottom: 40px;
	}
	.photo img {
	    border-radius: 6px;
	}
	.photo p{
		padding-top: 20px;
	}
	.photo p::after{
		height: 5px;
	}
	.photo .item a:hover p::after{
		width: 60px;
		margin-left: -30px;
	}
}
@media (max-width: 992px){
	.photo{
		margin-top: 40px;
	}
	.photo .item{
		padding: 10px;
		margin-bottom: 20px;
	}
	.photo p{
		font-size: 14px;
		padding-top: 15px;
	}
	.photo p::after{
		height: 4px;
	}
}
@media (max-width: 600px){
	.photo {
	    margin-top: 30px;
	}
	.photo .item{
		width: 50%;
		padding: 0 15px;
	}
}
@media (max-width: 400px){
	.photo{
		padding: 0 5px;
	}
	.photo .item{
		padding: 0 10px;
	}
}

/* 新闻详情 */
.showbox{
	max-width: 1220px;
	padding-bottom: 70px;
}
.showtop{
	text-align: center;
	margin-top: 110px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	position: relative;
}
.showtop .back{
	display: block;
	position: absolute;
	width: 55px;
	height: 55px;
	background: url(../../images/back.png) no-repeat center;
	left: -100px;
	top: -25px;
	transition: all .25s ease-in;
}
.showtop .back:hover{
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.showtop h1{
	font-size: 26px;
	color: #3e3e3e;
	margin-bottom: 30px;
}
.showshare{
	justify-content: center;
}
.showshare span{
	color: #858585;
	display: block;
	line-height: 30px;
	margin-right: 25px;
}
.share .bshare-custom a{
	width: 30px !important;
	height: 30px !important;
	border-radius: 100%;
	padding: 0 !important;
	margin-right: 8px !important;
}
.share .bshare-custom a.bshare-sinaminiblog{
	background: url(../../images/share.png) no-repeat 0 0 !important;
}
.share .bshare-custom a.bshare-weixin{
	background: url(../../images/share.png) no-repeat -30px 0 !important;
}
.share .bshare-custom a.bshare-qqim{
	background: url(../../images/share.png) no-repeat -60px 0 !important;
}

.content{
	color: #585858;
	line-height: 25px;
	margin-top: 40px;
}
.content img{
	max-width: 100% !important;
	height: auto !important;
}
.prepage{
	line-height: 25px;
	color: #585858;
	margin-top: 100px;
}
.prepage a{
	color: #585858;
}

.pagebox{
	padding-bottom: 100px;
	max-width: 1300px;
}

@media (max-width: 1500px){
	.showtop{
		margin-top: 90px;
	}
	.showtop .back{
		width: 45px;
		height: 45px;
		background-size: 45px;
		left: 0;
		top: -20px;
	}
	.prepage{
		margin-top: 80px;
	}
}
@media (max-width: 1200px){
	.showtop {
	    margin-top: 70px;
	}
	.showtop h1{
		font-size: 22px;
	}
}
@media (max-width: 992px){
	.showbox{
		padding-bottom: 50px;
	}
	.showtop {
	    margin-top: 50px;
	    padding-bottom: 10px;
	}
	.showtop h1 {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.showtop .back {
	    width: 40px;
	    height: 40px;
	    background-size: 40px;
	    top: -15px;
	}
	.showshare span{
		font-size: 12px;
	}
	.content{
		margin-top: 20px;
	}
	.prepage {
	    margin-top: 50px;
	}
}
@media (max-width: 768px){
	.showbox {
	    padding-bottom: 40px;
	}
	.showtop{
		margin-top: 30px;
	}
	.showtop h1{
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.showtop .back{
		display: none;
	}
	.showshare span{
		margin-right: 20px;
	}
	.share .bshare-custom a{
		margin-right: 0 !important;
	}
	.prepage {
	    margin-top: 40px;
	}
	.pagebox{
		padding-bottom: 50px;
	}
}
.shown{
	visibility: visible !important;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background: #ff811b;
}
.fp-viewing-0 #fp-nav ul li a span,.fp-viewing-0 .fp-slidesNav ul li a span{
	background: #fff;
}

/* 产品详情 */
.proshow{
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.proshow .swiper-slide img{
	margin: 0 auto;
	border-radius: 20px;
}
.proshow .swiper-button-next.swiper-button-white,.proshow .swiper-button-prev.swiper-button-white{
	--swiper-navigation-color: #de1b28;
}
@media (max-width: 768px){
	.proshow{
		margin-top: 20px;
	}
	.proshow{
		margin-top: 10px;
	}
	.proshow .swiper-slide img{
		border-radius: 10px;
	}
}

/* 表单 */
.cpmess{
	width: 600px;
	margin: 0 auto;
	margin-top: 50px;
	max-width: 100%;
}
.cpmess label{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #de1b28;
}
.cpmess .form-group {
    margin-bottom: 20px;
}
.cpmess .form-control{
	line-height: 50px;
	height: 50px;
}
.cpmess .area textarea{
	height: 100px;
	line-height: 25px;
}
.cpmess .form-control:focus{
	box-shadow: 0 0 5px 2px rgba(222,27,40,.2);
	border-color: #de1b28;
}
.cpmess .btn-default{
	border-color: #de1b28;
	color: #fff;
	background: #de1b28;
}
@media (max-width: 768px){
	.cpmess .form-control{
		line-height: 40px;
		height: 40px;
	}
	.cpmess{
		margin-top: 30px;
	}
}

/* about */
.ab1{
	/*background: linear-gradient(to right, #ffffff 60%, #f7f7f7 40%);*/
	margin-top: 60px;
}
.ab1 .container{
	max-width: 1430px;
}
.ab1_top span{
	display: block;
	font-size: 39px;
	color: #de1b28;
	font-weight: bold;
	position: relative;
}
.ab1_top span::after{
	content: " ";
	display: block;
	width: 180px;
	height: 1px;
	background: #df1e25;
	position: absolute;
	left: 200px;
	top: 30px;
}
.ab1_top p{
	font-size: 30px;
	color: #de1b28;
	margin-top: 0;
}
.ab1_info{
	margin-top: 30px;
}
.ab1_info p{
	font-size: 14px;
	color: #555555;
	line-height: 32px;
	margin-bottom: 10px;
}
.ab1_left{
	padding-right: 50px;
	padding-top: 0;
}
.ab1_right{
	padding-top: 60px;
}
.ab1_right img{ border-radius:10px;}

.ab2{
	background: linear-gradient(to right, #f7f7f7 40%, #ffffff 40%);
	margin-top: 80px;
	padding-top: 90px;
	padding-bottom: 90px;
}
.ab2 .container{
	max-width: 1430px;
}
.ab2_left{
	background: #ff811b;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	border-radius: 5px;
	padding-top: 150px;
	padding-bottom: 180px;
	padding-left: 70px;
}
.ab2_left p{
	position: relative;
}
.ab2_left p::after{
	content: "Vision";
	font-size: 85px;
	color: rgba(255,255,255,.12);
	font-weight: bold;
	top: -30px;
	position: absolute;
	left: 0;
}
.ab2_right p{
	color: #555555;
	line-height: 30px;
	font-size: 15px;
	margin-top: 30px;
	padding-left: 40px;
}
@media (max-width: 1680px){
	.ab1_top span{
		font-size: 36px;
	}
	.ab1_top p{
		font-size: 28px;
		margin-top: 0;
	}
	.ab1_info {
	    margin-top: 30px;
	}
	.ab1_info p{
		font-size: 14px;
		line-height: 30px;
	}
	.ab1_top span::after{
		width: 160px;
		left: 180px;
	}
	.ab1_left{ padding-top:0;}

	.ab2_left{
		font-size: 22px;
	}
	.ab2_right p{
		font-size: 14px;
	}
}
@media (max-width: 1200px){
	.ab1{ margin-top:40px;}
	.ab1_left{
		padding-right: 15px;
		padding-top: 0;
	}
	.ab1_top span {
	    font-size: 28px;
	}
	.ab1_top p{
		font-size: 22px;
	}
	.ab1_top span::after {
	    width: 100px;
	    left: 140px;
	    top: 20px;
	}
	.ab1_right {
	    padding-top: 40px;
	}
	.ab1_info p {
	    font-size: 12px;
	    line-height: 25px;
	    margin-bottom: 10px;
	}
	.ab1_info {
	    margin-top: 20px;
	}
	
	.ab2{
		padding-top: 60px;
		padding-bottom: 60px;
		margin-top: 60px;
	}
	.ab2_left{
		font-size: 20px;
		padding-left: 20px;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.ab2_left p::after{
		font-size: 70px;
		top: -25px;
	}
	.ab2_right p{
		font-size: 12px;
		line-height: 25px;
		margin-top: 15px;
		padding-left: 15px;
	}
}
@media (max-width: 992px){
	.ab1_top span {
	    font-size: 22px;
	}
	.ab1_top p {
	    font-size: 18px;
	}
	.ab1_top span::after {
	    width: 80px;
	    left: 110px;
	    top: 16px;
	}
	.ab1_left{
		padding-top: 0;
	}
	.ab1_info p{
		margin-bottom: 10px;
	}
	.ab1_info {
	    margin-top: 10px;
	}

	.ab1 .container,.ab2 .container{
		width: 100%;
		padding: 0 40px;
	}
	.ab2{
		padding-bottom: 0;
	}
	.ab2_left p{
		font-size: 15px;
		line-height: 40px;
	}
	.ab2_left{
		padding-top: 80px;
		padding-bottom: 80px;
		padding-left: 40px;
	}
	.ab2{
		padding-top: 40px;
	}
	.ab2_right p{
		margin-top: 10px;
	}
}
@media (max-width: 768px){
	.ab1{
		background: 0;
		margin-top: 10px;
	}
	.ab1 .container, .ab2 .container{
		padding: 0 15px;
	}
	.ab1_right {
	    padding-top: 20px;
	}
	.ab1_info p{
		font-size: 13px;
		line-height: 28px;
	}
	.ab1_info {
	    margin-top: 15px;
	}

	.ab2{
		background: 0;
		padding-top: 0;
		margin-top: 40px;
	}
	.ab2_left{
		padding-left: 30px;
	}
	.ab2_left p::after{
		font-size: 50px;
		top: -20px;
	}
	.ab2_left{
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.ab2_right p{
		padding-left: 0;
		font-size: 13px;
		line-height: 28px;
	}
}

.abtit{
	color: #de1b28;
}
.wh .abtit{
	text-align: center;
}
.abtit span{
	display: block;
	font-size: 34px;
	font-weight: bold;
}
.abtit p{
	font-size: 30px;
	margin-top: 15px;
}

.wh{
	margin-top: 90px;
	max-width: 1430px;
}
.wh1{
	margin-top: 50px;
}
.wh1 .box1,.wh1 .box2{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
.wh1 .box1{
	background: url(../../images/wh1.jpg) no-repeat center;
}
.wh1 .box2{
	background: url(../../images/wh2.jpg) no-repeat center;
}
.wh1 .whbox{
	width: 482px;
	height: 300px;
	background: rgba(255,255,255,.86);
	transition: all 0.3s;
}
.whbox{
	position: relative;
}
.whbox::after{
	content: " ";
	display: block;
	width: 50px;
	height: 50px;
	background: url(../../images/whico.png) no-repeat 0 0;
	position: absolute;
	right: 35px;
	bottom: 35px;
	transition: all 0.3s;
}
.whbox span{
	display: block;
	font-size: 26px;
	color: #444444;
}
.whbox i{
	font-style: normal;
	display: block;
	font-size: 27px;
	color: #4d4d4d;
	font-weight: bold;
	width: 130px;
	line-height: 35px;
	margin-top: 15px;
}
.whbox p{
	font-size: 16px;
	color: #545454;
	line-height: 26px;
	margin-top: 50px;
}
.wh1 .whbox{
	box-sizing: border-box;
	padding-left: 32px;
	padding-top: 30px;
}
.wh1 .box2 .whbox::after{
	background: url(../../images/whico.png) no-repeat -50px 0;
}
.wh1 .box:hover .whbox{
	background: rgba(255,129,27,.86);
}
.wh1 .box:hover .whbox span,.wh1 .box:hover .whbox i,.wh1 .box:hover .whbox p{
	color: #fff;
}
.wh1 .box1:hover .whbox::after{
	background: url(../../images/whico.png) no-repeat 0 -50px;
}
.wh1 .box2:hover .whbox::after{
	background: url(../../images/whico.png) no-repeat -50px -50px;
}
@media (max-width: 1200px){
	.wh{
		margin-top: 60px;
	}
	.wh1 .whbox{
		width: 400px;
		height: 280px;
	}
	.abtit span{
		font-size: 30px;
	}
	.abtit p{
		font-size: 25px;
		margin-top: 10px;
	}
	.wh1 .box1, .wh1 .box2{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media (max-width: 992px){
	.wh1 {
	    margin-top: 30px;
	}
	.wh1 .whbox{
		padding-left: 25px;
		width: 300px;
	}
	.whbox span{
		font-size: 22px;
	}
	.whbox i{
		font-size: 20px;
		line-height: 28px;
	}
	.wh1 .box1, .wh1 .box2 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.whbox::after{
		right: 20px;
		bottom: 20px;
	}
	.abtit span {
	    font-size: 26px;
	}
	.abtit p {
	    font-size: 22px;
	    margin-top: 5px;
	}
}
@media (max-width: 768px){
	.wh {
	    margin-top: 30px;
	}
	.wh1 .whbox{
		width: 85%;
		background: rgba(255,129,27,.86);
		border-radius: 5px;
	}
	.wh1 .box .whbox span,.wh1 .box .whbox i,.wh1 .box .whbox p{
		color: #fff;
	}
	.wh1 .box1 .whbox::after{
		background: url(../../images/whico.png) no-repeat 0 -50px;
	}
	.wh1 .box2 .whbox::after{
		background: url(../../images/whico.png) no-repeat -50px -50px;
	}
	.whbox::after {
	    right: 10px;
	    bottom: 10px;
	}
	.wh1 .col-xs-12{
		padding: 0;
	}
	.abtit span{
		font-size: 22px;
	}
	.abtit p{
		font-size: 20px;
	}
}

.wh2{
	margin: 0 -15px;
	margin-top: 30px;
}
.wh2 .whbox{
	background: #f7f7f7;
	box-sizing: border-box;
	height: 470px;
	padding-top: 70px;
	padding-left: 35px;
	padding-right: 50px;
	transition: all 0.3s;
}
.wh2 .whbox span{
	color: #7a7a7a;
	transition: all 0.3s;
}
.wh2 .whbox i{
	width: 140px;
	color: #7a7a7a;
	transition: all 0.3s;
}
.wh2 .whbox p{
	color: #909090;
	transition: all 0.3s;
}
.wh2 .whbox:hover{
	background: #ff811b;
}
.wh2 .whbox:hover span,.wh2 .whbox:hover i,.wh2 .whbox:hover p{
	color: #fff;
}
.wh2 .box1 .whbox::after{
	background: url(../../images/whico.png) no-repeat -100px 0;
}
.wh2 .box2 .whbox::after{
	background: url(../../images/whico.png) no-repeat -150px 0;
}
.wh2 .box3 .whbox::after{
	background: url(../../images/whico.png) no-repeat -200px 0;
}
.wh2 .box4 .whbox::after{
	background: url(../../images/whico.png) no-repeat -250px 0;
}

.wh2 .box1 .whbox:hover::after{
	background: url(../../images/whico.png) no-repeat -100px -50px;
}
.wh2 .box2 .whbox:hover::after{
	background: url(../../images/whico.png) no-repeat -150px -50px;
}
.wh2 .box3 .whbox:hover::after{
	background: url(../../images/whico.png) no-repeat -200px -50px;
}
.wh2 .box4 .whbox:hover::after{
	background: url(../../images/whico.png) no-repeat -250px -50px;
}

@media (max-width: 1680px){
	.wh2 .whbox{
		padding-top: 50px;
		padding-left: 30px;
		padding-right: 20px;
		height: 400px;
	}
	.wh2 .whbox span{
		font-size: 22px;
	}
	.wh2 .whbox i{
		font-size: 23px;
		line-height: 30px;
	}
	.wh2 .whbox p{
		font-size: 15px;
	}
}
@media (max-width: 1200px){
	.wh2 .whbox{
		padding-left: 20px;
		padding-top: 30px;
		height: 330px;
	}
	.wh2 .whbox span {
	    font-size: 20px;
	}
	.wh2 .whbox i{
		font-size: 20px;
	}
	.wh2 .whbox p{
		margin-top: 40px;
	}
	.wh2 .whbox p {
	    font-size: 14px;
	}
	.wh2 .whbox::after{
		right: 20px;
		bottom: 20px;
	}
}
@media (max-width: 992px){
	.wh2{
		margin: 0 -8px;
		margin-top: 20px;
	}
	.wh2 .box{
		padding: 0 8px;
		margin-bottom: 15px;
	}
	.wh2 .whbox{
		padding-left: 12px;
		padding-right: 10px;
		height: 280px;
	}
	.wh2 .whbox span {
	    font-size: 18px;
	}
	.wh2 .whbox i {
	    font-size: 17px;
	    margin-top: 10px;
	}
	.wh2 .whbox p {
	    font-size: 12px;
	    line-height: 22px;
	    margin-top: 30px;
	}
	
	.wh2 .box .whbox::after{
		width: 36px;
		height: 36px;
	}
	.wh2 .box1 .whbox::after{
		background: url(../../images/whico.png) no-repeat -73px 0;
		background-size: 400px;
	}
	.wh2 .box2 .whbox::after{
		background: url(../../images/whico.png) no-repeat -109px 0;
		background-size: 400px;
	}
	.wh2 .box3 .whbox::after{
		background: url(../../images/whico.png) no-repeat -145px 0;
		background-size: 400px;
	}
	.wh2 .box4 .whbox::after{
		background: url(../../images/whico.png) no-repeat -182px 0;
		background-size: 400px;
	}

	.wh2 .box1 .whbox:hover::after{
		background: url(../../images/whico.png) no-repeat -73px -37px;
		background-size: 400px;
	}
	.wh2 .box2 .whbox:hover::after{
		background: url(../../images/whico.png) no-repeat -109px -37px;
		background-size: 400px;
	}
	.wh2 .box3 .whbox:hover::after{
		background: url(../../images/whico.png) no-repeat -145px -37px;
		background-size: 400px;
	}
	.wh2 .box4 .whbox:hover::after{
		background: url(../../images/whico.png) no-repeat -182px -37px;
		background-size: 400px;
	}
}

.wh3{
	margin: 0 -8px;
	margin-top: 20px;
	justify-content: flex-start;
}
.wh3 .box{
	width: 20%;
	padding: 0 8px;
}
.wh3 .box .whbox{
	background: #f7f7f7;
	transition: all 0.3s;
	height: 470px;
	box-sizing: border-box;
	padding-left: 25px;
	padding-top: 70px;
}
.wh3 .whbox span{
	color: #7a7a7a;
	transition: all 0.3s;
}
.wh3 .whbox i{
	width: 140px;
	color: #7a7a7a;
	transition: all 0.3s;
}
.wh3 .box5 .whbox i{
	font-size: 25px;
}
.wh3 .box .whbox i{
	height: 130px;
}
.wh3 .whbox p{
	color: #909090;
	transition: all 0.3s;
	margin-top: 0;
}
.wh3 .whbox:hover{
	background: #ff811b;
}
.wh3 .whbox:hover span,.wh3 .whbox:hover i,.wh3 .whbox:hover p{
	color: #fff;
}
.wh3 .box1 .whbox::after{
	background: url(../../images/whico.png) no-repeat -300px 0;
}
.wh3 .box2 .whbox::after{
	background: url(../../images/whico.png) no-repeat -350px 0;
}
.wh3 .box3 .whbox::after{
	background: url(../../images/whico.png) no-repeat -400px 0;
}
.wh3 .box4 .whbox::after{
	background: url(../../images/whico.png) no-repeat -450px 0;
}
.wh3 .box5 .whbox::after{
	background: url(../../images/whico.png) no-repeat -500px 0;
}

.wh3 .box1:hover .whbox::after{
	background: url(../../images/whico.png) no-repeat -300px -50px;
}
.wh3 .box2:hover .whbox::after{
	background: url(../../images/whico.png) no-repeat -350px -50px;
}
.wh3 .box3:hover .whbox::after{
	background: url(../../images/whico.png) no-repeat -400px -50px;
}
.wh3 .box4:hover .whbox::after{
	background: url(../../images/whico.png) no-repeat -450px -50px;
}
.wh3 .box5:hover .whbox::after{
	background: url(../../images/whico.png) no-repeat -500px -50px;
}
@media (max-width: 1680px){
	.wh3 .box .whbox{
		padding-left: 20px;
		padding-top: 40px;
		height: 370px;
	}
	.whbox span{
		font-size: 24px;
	}
	.wh3 .box .whbox i{
		font-size: 22px;
	}
	.wh3 .box5 .whbox i{
		font-size: 20px;
	}
	.wh3 .box .whbox i {
	    height: 100px;
	}
}
@media (max-width: 1200px){
	.wh3 .box{
		width: 33.333%;
		margin-bottom: 20px;
	}
	.wh3 .box .whbox{
		padding-left: 40px;
	}
}
@media (max-width: 992px){
	.wh3{
		margin-top: 10px;
	}
	.wh3 .box .whbox {
	    padding-left: 20px;
	    padding-top: 30px;
	    height: 280px;
	}
	.wh3 .box .whbox span {
	    font-size: 18px;
	}
	.wh3 .box .whbox i{
		font-size: 17px;
		height: 80px;
	}
	.wh3 .whbox p{
		font-size: 12px;
	}
}
@media (max-width: 768px){
	.wh3 .box{
		width: 50%;
	}
	.wh3 .box .whbox{
		padding-left: 12px;
		height: 250px;
	}
	.wh3 .box .whbox i{
		height: 70px;
	}
	.wh3 .box5{
		width: 60%;
	}
	.wh3 .box .whbox::after{
		width: 36px;
		height: 36px;
		right: 20px;
    	bottom: 20px;
	}
	.wh3 .box1 .whbox::after{
		background: url(../../images/whico.png) no-repeat -220px 0;
		background-size: 400px;
	}
	.wh3 .box2 .whbox::after{
		background: url(../../images/whico.png) no-repeat -257px 0;
		background-size: 400px;
	}
	.wh3 .box3 .whbox::after{
		background: url(../../images/whico.png) no-repeat -292px 0;
		background-size: 400px;
	}
	.wh3 .box4 .whbox::after{
		background: url(../../images/whico.png) no-repeat -327px 0;
		background-size: 400px;
	}
	.wh3 .box5 .whbox::after{
		background: url(../../images/whico.png) no-repeat -364px 0;
		background-size: 400px;
	}

	.wh3 .box1:hover .whbox::after{
		background: url(../../images/whico.png) no-repeat -220px -37px;
		background-size: 400px;
	}
	.wh3 .box2:hover .whbox::after{
		background: url(../../images/whico.png) no-repeat -257px -37px;
		background-size: 400px;
	}
	.wh3 .box3:hover .whbox::after{
		background: url(../../images/whico.png) no-repeat -292px -37px;
		background-size: 400px;
	}
	.wh3 .box4:hover .whbox::after{
		background: url(../../images/whico.png) no-repeat -327px -37px;
		background-size: 400px;
	}
	.wh3 .box5:hover .whbox::after{
		background: url(../../images/whico.png) no-repeat -364px -37px;
		background-size: 400px;
	}
}

.history{
	max-width: 1430px;
	margin-top: 140px;
}
.history-swiper{
	margin-top: 66px;
	padding-bottom: 10px;
}
.history-swiper .swiper-slide .box{
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 5px 1px rgba(222,27,40,.1);
	margin: 0 5px;
	height: 410px;
}
.history-swiper .swiper-slide span{
	display: block;
	color: #9f9f9f;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding-left: 36px;
	margin-bottom: 20px;
	margin-left: 5px;
}
.history-swiper .swiper-slide span::before{
	content: " ";
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #9f9f9f;
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
}
.history-swiper .swiper-slide small{
	display: block;
	font-size: 14px;
	color: #797979;
	margin-top: 26px;
	padding-left: 26px;
}
.history-swiper .swiper-slide p{
	color: #797979;
	line-height: 21px;
	padding: 0 26px;
}
.history-swiper .swiper-slide:hover span{
	color: #f04e23;
}
.history-swiper .swiper-slide:hover span::before{
	background: #ff811b;
}
.history-swiper .swiper-slide:hover .box{
	background: #ff811b;
}
.history-swiper .swiper-slide:hover small,.history-swiper .swiper-slide:hover p{
	color: #fff;
}

.history_box{
	position: relative;
}
.swiper-prev,.swiper-next{
	width: 17px;
	height: 33px;
	position: absolute;
	top: 45%;
}
.swiper-prev{
	background: url(../../images/jt3.png) no-repeat 0 0;
	left: -80px;
}
.swiper-next{
	background: url(../../images/jt3.png) no-repeat -33px 0;
	right: -80px;
}

.honor{
	max-width: 1430px;
	margin-top: 90px;
	margin-bottom: 100px;
}
.honor .honor_box{
	margin-top: 70px;
	position: relative;
}
.honor .honor-swiper p{
	text-align: center;
	font-size: 18px;
	color: #939393;
	margin-top: 28px;
}
.honor .swiper-prev,.honor .swiper-next{
	top: 35%;
}
.honor .honor-swiper .swiper-slide:hover p{
	color: #f04e23;
}

.swiper-history,.swiper-honor{
	display: none;
}

@media (max-width: 1680px){
	.history-swiper .swiper-slide .box{
		height: 370px;
	}
	.history{
		margin-top: 100px;
	}
	.history-swiper{
		margin-top: 50px;
	}
	.honor{
		margin-top: 70px;
	}
	.honor .honor_box{
		margin-top: 50px;
	}
}
@media (max-width: 1500px){
	.swiper-prev{
		left: -50px;
	}
	.swiper-next{
		right: -50px;
	}
	.honor{
		margin-bottom: 80px;
	}
}
@media (max-width: 1200px){
	.history-swiper .swiper-slide .box{
		height: 350px;
	}
	.history {
	    margin-top: 60px;
	}
	.history-swiper {
	    margin-top: 40px;
	}
	.honor {
	    margin-top: 50px;
	}
	.honor .honor_box {
	    margin-top: 40px;
	}
	.honor .honor-swiper p{
		font-size: 16px;
		margin-top: 10px;
	}
}
@media (max-width: 992px){
	.history {
	    margin-top: 40px;
	}
	.history-swiper .swiper-slide span{
		font-size: 18px;
		padding-left: 30px;
	}
	.history-swiper .swiper-slide span::before{
		width: 18px;
		height: 18px;
		top: 5px;
	}
	.history-swiper .swiper-slide small{
		padding-left: 20px;
		margin-top: 20px;
	}
	.history-swiper .swiper-slide p{
		padding: 0 20px;
	}
	.honor .swiper-prev, .honor .swiper-next{
		top: 30%;
	}
}
@media (max-width: 768px){
	.honor{
		margin-bottom: 40px;
	}
	.history {
	    margin-top: 20px;
	}
	.swiper-prev,.swiper-next{
		display: none;
	}
	.history-swiper {
	    margin-top: 20px;
	}
	.history-swiper .swiper-slide span{
		margin-bottom: 15px;
	}
	.honor {
	    margin-top: 30px;
	}
	.honor .honor_box {
	    margin-top: 20px;
	}
	.history-swiper .swiper-slide small{
		padding-left: 10px;
		margin-top: 15px;
	}
	.history-swiper .swiper-slide p {
	    padding: 0 10px;
	    font-size: 12px;
	}
	.history-swiper .swiper-slide .box {
	    height: 300px;
	}
	.swiper-history,.swiper-honor{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}
	.swiper-pagination-bullet-active{
		background: #ff811b;
	}
}




.lineTime {
	width: 780px;
	margin: 0 auto;
}

.lineTime li{
	width: 880PX;
	padding:0 10px;
	min-height: 30px;
	color: #555;
}

.timeBar {
	float: left;
	height: 40px;
	width: 100px;
	font-size: 18px;
	letter-spacing: 2px;
	font-family: "wenyue";
	margin: 0;
	font-weight: bold;
}

.timeCon {
	float: left;
	width: 662px;
	padding-left: 39px;
	border-left: 1px solid #555;
	font-size: 16px;
	position: relative;
	min-height: 120px;
}

.timeCon p {
	line-height: 30px;
	margin-top: -10px;
	padding-bottom: 20px;
}

.yuandian {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #555;
	left: -5px;
	top: 0px;
}

.lineTime li:nth-child(1){

}

.histit{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
@media (max-width: 992px){
	.lineTime{
		width: 700px;
	}
	.timeBar{
		width: 100px;
	}
}
@media (max-width: 768px){
	.histit{
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.lineTime{
		width: 340px;
	}
	.lineTime li{
		width: 340px;
		padding: 0;
	}
	.timeBar{
		font-size: 14px;
		width: 70px;
	}
	.timeCon{
		padding-left: 20px;
		width: 250px;
		font-size: 12px;
	}
	.timeCon p{
		line-height: 26px;
	}
}