.flex{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.banner{
	position: relative;
	width:100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner img{
	position: relative;
	width:100%;
	display: block;
	user-select:none;
	user-drag:none;
	-webkit-user-drag: none;
}
.banner-text{
	position: absolute;
	bottom: 90px;
	left:80px;
	color:#fff;
}
.banner-pagination{
	width:160px !important;
	left:80px !important;
	bottom: 60px!important;
}
.banner-pagination .swiper-pagination-bullet{
	width:30px;
	height:2px;
}
.banner-pagination .swiper-pagination-bullet-active{
	background: #fff;
}
.banner-p1{
	font-size:18px;
	text-shadow: 0 4px 5px rgb(0 0 0 / 40%);
}
.banner-p2{
	font-size:30px;
	font-weight:800;
	margin-top:10px;
	text-shadow: 0 4px 5px rgb(0 0 0 / 40%);
}
.banner-p3{
	font-size:16px;
	/* width:90px;
	height:35px;
	line-height: 35px; */
	text-align: center;
	padding:15px;
	line-height: 1;
	display: inline-block;
	margin-top:30px;
	border:1px solid #fff;
	border-radius: 10px;
}
.banner-p3:hover{
	background: #000;
	border:1px solid #000;
	color:#fff;
}
@media(max-width:999px){
	.banner-text{
		display: none;
	}
	.header{
		background: none;
	}
	.banner-pagination{
		width: 100% !important;
		left: 0 !important;
		bottom: 20px!important;
	}
}
.s1{
	width:100%;
	/* height:1080px; */
	box-sizing: border-box;
	position: relative;
}
.s1swiperbg{
	width:100%;
	/* height:1080px; */
	box-sizing: border-box;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 1;
}
.s1swiperbg .swiper-slide{
	width:100%;
	height:100%;
}
.s1con{
	width:100%;
	height:100%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	padding:100px; 
}
.s1title{
	font-size:36px;
	color:#000;
	text-align: center;
}
.s1swipertext{
	margin-top:50px;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
.s1swipertext .swiper-slide{
	font-size:18px;
	color:#767676;
	text-align: center;
}
.s1swipertext .swiper-slide-thumb-active{
	color:#000;
}
.s1swiperimg-tab{
	margin-top:50px;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	position: relative!important;
	font-size:18px;
	color:#767676;
	text-align: center;
}
.swiper-pagination-s1tab{
	position: relative!important;
	top:0;
	left:0;
	text-align: center;
}
.swiper-pagination-s1tab .swiper-pagination-bullet{
	width: auto !important;
	height: auto !important;
	background: none!important;
	margin:0 20px!important;
	color: #767676 !important;
	opacity: 1!important;
	
}
.swiper-pagination-s1tab .swiper-pagination-bullet-active{
	color: #000 !important;
	opacity: 1!important;
}

.s1swiperimg .swiper-slide img{
	display: block;
	margin:0 auto;
	user-select:none;
	user-drag:none;
	-webkit-user-drag: none;
}
.s1swiperimg-next:after{
	display: none;
}
.s1swiperimg-prev:after{
	display: none;
}
.s1swiperimg-prev{
	width: 50px !important;
	height: 50px !important;
	border-radius: 50px;
	box-sizing: border-box;
}
.s1swiperimg-next{
	width: 50px !important;
	height: 50px !important;
	border-radius: 50px;
	box-sizing: border-box;
}
.s1swiperimg-prev:hover{
	background-color: rgb(255, 255, 255, 0.5);
}
.s1swiperimg-next:hover{
	background-color: rgb(255, 255, 255, 0.5);
}
.s1swiperimg-next img,.s1swiperimg-prev img {
    width: 25px;
    height: 25px;
    display: block;
}
.s1-bottom{
	width:1200px;
	max-width:100%;
	margin:0 auto;
}
.s1-bottom-c{
	width:1200px;
	max-width:100%;
	margin:0 auto;
}
.s1-b-left{
	width:40%;
}

.s1-b-left.flex{
	justify-content: center;
}
.s1-b-left a{
	display: block;
	padding:15px;
	font-size:16px;
	color:#000;
	border:1px solid #000;
	margin:0 15px;
	line-height: 1;
	border-radius: 10px;
}
.s1-b-left a:hover{
	background: #000;
	color:#fff;
}
.s1-b-right{
	width:60%;
}
.s1val.flex{
	justify-content: center;
}
.s1value .swiper-slide{
	opacity: 0!important;
}
.s1value .swiper-slide-active{
	opacity: 1!important;
}
.s1valc{
	padding:0 30px;
	border-right:1px solid #999999;
	min-width:20%;
	max-width: 25%;
	box-sizing: border-box;
}
.s1valcp1{
	font-size:22px;
	color:#333;
	line-height: 1;
}
.s1valcp2{
	font-size:16px;
	color:#000;
	line-height: 1;
	margin-top:10px;
}
@media(max-width:999px){
	.s1con{
		padding:50px 20px;
	}
	.s1-b-left{
		width:100%;
	}
	.s1-b-right{
		width:100%;
		margin-top:30px;
	}
	.s1valc{
		min-width:25%;
		width:25%;
		padding:0 10px;
	}
	.s1valcp1{
		font-size:14px;
		min-height:16px;
	}
	.swiper-pagination-s1tab .swiper-pagination-bullet{
		margin-bottom:10px!important;
	}
	.s1swiperimg .swiper-slide{
		padding:0 40px;
		box-sizing: border-box;
	}
	.s1swiperimg .swiper-button-prev{
		left:0;
	}
	.s1swiperimg .swiper-button-next{
		right:0;
	}
	.s1title{
		font-size: 24px;
	}
	.s1swiperimg-tab{
		font-size:16px;
	}
	.s1-b-left a{
		font-size:14px;
		padding:10px 15px;
	}
}
.s2{
	padding-bottom: 50px;
	background: linear-gradient(180deg, #ccccc0 0%, #d9d2ca 100%);
}
.s2-title{
	text-align: center;
	padding:100px 0;
	font-size:36px;
	color:#000;
}
.s2-bottom{
	margin-bottom:80px;
}
.s2swiper-next{
	width:50px !important;
	height:50px !important;
	background-color:rgb(255,255,255,0.5);
	border-radius:50px;
	box-sizing:border-box;
	right:10%;
}
.s2swiper-next:after{
	display:none;
}
.s2swiper-next img{
	width:25px;
	height:25px;
	display: block;
}
.s2swiper-prev{
	width:50px !important;
	height:50px !important;
	background-color:rgb(255,255,255,0.5);
	border-radius:50px;
	box-sizing:border-box;
	left:10%;
}
.s2swiper-prev:after{
	display:none;
}
.s2swiper-prev img{
	width:25px;
	height:25px;
	display: block;
}
.s2swiper .swiper-slide{
	overflow: hidden;
	border-radius: 10px;
}
.s2text{
	/* width:100%;
	height:100%; 
	top:0;
	left:0; */
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index: 2;
	background:rgb(0 0 0 / 10%);
	text-align: center;
	box-sizing: border-box;
	padding:50px;
	color:#fff;
	border-radius: 15px;
}
.s2p1{
	font-size:30px;
}
.s2p2{
	font-size:24px;
	margin-top:25px;
}
.s2p3{
	font-size:30px;
	margin-top:25px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.s2p3 a{
	display: block;
	padding: 15px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	margin: 0 15px;
	line-height: 1;
	border-radius: 10px;
}
.s2p3 a:hover{
	background: #000;
	color:#fff;
}
.s2swiper .swiper-slide:after{
	position:absolute;
	width:100%;
	height:100%;
	display: block;
	content:'';
	top:0;
	left:0;
	background:#fff;
	opacity:0.6;
}
.s2swiper .swiper-slide-active:after{
	background:none;
	display: none;
}
@media(max-width:999px){
	.s2-title{
		font-size:24px;
	}
	.s2-con{
		width:calc(100% - 20px);
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
	}
	.s2-title{
		padding:50px 0;
	}
	.s2text{
		padding:50px 0;
		width:100%;
		height:100%;
		background: rgb(0 0 0 / 30%);
	}
	.s2p1{
		font-size:14px;
		
	}
	.s2p2{
		font-size:13px;
		margin-top:8px;
	}
	.s2p3{
		margin-top:15px;
	}
	.s2p3 a{
		padding:8px;
		font-size: 14px;
	}
	.s2swiper-next{
		right: 10px;
	}
	.s2swiper-prev{
		left: 10px;
	}
}
.s3{
	background: #eee;
	padding-bottom:80px;
}
.s3-title{
	text-align: center;
	padding:100px 0;
	font-size:36px;
	color:#000;
}
@media(max-width:999px){
	.s3-title{
		padding:50px 0;
		font-size:24px;
	}
}
.play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 75px;
    height: 75px;
    background: none;
    border-radius: 50px;
    display: block;
    transition: 1s;
	z-index: 5;
}
.vidcontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
    z-index: 99999;
}
.vidcontainer .closevid{
    width: 40px;
    height: 40px;
    background: url(../image/close-vid2.png) no-repeat center/100% auto;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index:999;
    cursor: pointer;
}
.vidcontainer video{
    position: absolute;
    width: 90%;
    height:auto;
    top: 0;
    max-width:1200px;
    max-height:80%;
    left: 0;
    background-color: #000;
    bottom: 0;
    right: 0;
    margin: auto;
}
.s3-left{
	width:66%;
}
.s3-right{
	width:calc(34% - 40px);
}

.s3-bottom2{
	display: block;
}
.s3-img1{
	height:680px;
	width:100%;
	border-radius:10px;
	background-image: url(../index/s3bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: relative;
}

.play_button img{
	transition:1s;
}
.play_button:hover img{
	transform: rotate(360deg);
}
@media(max-width:999px){
	.play_button{
		width:40px;
		height:40px;
	}
}
.s3-text{
	margin-top:20px;
}
.s3-p1{
	font-size:20px;
	line-height:1;
	color:#000;
}
.s3-p2{
	font-size:16px;
	margin-top:10px;
	line-height:1;
	color:#333;
}
.s3-img2{
	height:300px;
	width:100%;
	border-radius:10px;
	background-image: url(../index/s3bg2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: relative;
}
.s3-top1{
	margin-bottom:40px;
}
.s3-top2{
	margin-bottom:40px;
}
.s3-img3{
	height:680px;
	width:100%;
	border-radius:10px;
	background-image: url(../index/s3bg3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: relative;
}
.s3-tab{
	width:calc(50% - 20px);
	display:block;
}
.s3-img4{
	height:300px;
	width:100%;
	border-radius:10px;
	background-image: url(../index/s3bg4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: relative;
}
.s3-img5{
	height:300px;
	width:100%;
	border-radius:10px;
	background-image: url(../index/s3bg5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: relative;
}
@media(max-width:1600px){
	.s3-img1,.s3-img3{
		height:500px;
	}
	.s3-img2,.s3-img4,.s3-img5{
		height:280px;
	}
}
@media(max-width:1400px){
	.s3-img1,.s3-img3{
		height:400px;
	}
	.s3-img2,.s3-img4,.s3-img5{
		height:220px;
	}
}
@media(max-width:999px){
	.s3-left,.s3-right{
		width:100%;
	}
	.s3-tab{
		width:100%;
		margin-bottom:40px;
	}
	.s3-img1,.s3-img3,.s3-img2,.s3-img4,.s3-img5{
		height:250px;
		width:100%;
	}
	.s3-text{
		text-align: center;
	}
}
.s4{
	padding:185px 0 125px;
}
.s4-tab{
	display: block;
	width:calc(100% / 3);
	text-align:center;
}
.s4-tab img{
	width:80px;
	transition:1s;
}
.s4-tab:hover img{
	transform: rotate(360deg);
}
.s4-p1{
	margin-top:20px;
	font-size:24px;
	color:#000;
}
.s4-p2{
	margin-top:10px;
	font-size:16px;
	color:#666;
}
@media(max-width:999px){
	.s4{
		padding:30px 0 ;
	}
	.s4-tab img{
		width:50px;
	}
	.s4-p1{
		font-size:16px;
	}
	.s4-p2{
		font-size:13px;
	}
}
.s5-left{
	width:50%;
}
.s5-right{
	width:50%;
	background: #f8f8f8;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.s5-1{
	width:50%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.s5-2{
	width:50%;
	padding-top:50px;
}
.s5-p1{
	width:100%;
	text-align: center;
	font-size:36px;
	color:#000;
}
.s5-p2{
	width:100%;
	text-align: center;
	font-size:14px;
	color:#333;
	margin-top:20px;
}
.s5-p3{
	width:100%;
	text-align: center;
	margin-top:25px;
}
.s5-p4{
	width:100%;
	text-align: center;
	margin-top:25px;
	font-size:14px;
	color:#333;
}
.s5-p5{
	width:100%;
	text-align: center;
	font-size:36px;
	color:#000;
}
.s5-2 img{
	max-width:300px;
}
.s5-con{
	margin-top:120px;
	width:100%;
}
.s5-tab{
	width:calc(100% / 3);
	text-align: center;
	display: block;
}
.s5-tab img{
	display: block;
	width:60px;
	margin:0 auto;
}
.s5-p6{
	width:100%;
	text-align: center;
	font-size:20px;
	color:#000;
	margin-top:40px;
}
.s5-bottom{
	width:100%;
	padding:80px 0;
}
.s5-3{
	width:50%;
	text-align: center;
}
@media(max-width:999px){
	.s5-p2{
		font-size:10px;
	}
	.s5-left{
		width:100%;
	}
	.s5-right{
		width:100%;
	}
	.s5-2 img {
	    max-width:100%;
	}
	.s5-right{
		padding-top:30px;
	}
	.s5-p5{
		font-size:24px;
	}
	.s5-con{
		margin-top:30px;
		margin-bottom:30px;
	}
	.s5-bottom{
		padding:30px 0;
		text-align:center;
	}
	.s5-3{
		width:100%;
	}
	.s5-p6{
		font-size:16px;
	}
}
.foot-bottom{
	padding:30px 0;
	border-top: 1px  solid #eeeeee;
	font-size:15px;
}
.foot-bottom a{
	color:#777777;
	font-size:15px;
}
.foot-bottom a:hover{
	color:#abcd05;
}
.foot-bottom span{
	padding :0 10px;
}
.foot-top{
	display: flex;
	flex-wrap:wrap;
	justify-content: start;
	padding-left: 10px;
}
.foot-block{
	min-width:160px;
}
.foot-block a{
	display: block;
}
.foot-title1{
	font-size:14px;
	color:#000;
	font-weight:800;
	margin-bottom:60px;
	line-height: 1;
}
.foot-title2{
	font-size:14px;
	color:#777;
	font-weight:400;
	margin-bottom:30px;
	line-height: 1;
}

.a1{
	padding:120px 0 0;
	text-align: center;
}
.about .container{
	max-width:1460px;
}
.about-title{
	padding:80px 0;
	font-size:60px;
	color:#000;
	text-align: center;
}
.about-sub-title{
	font-size:36px;
	color:#999;
	line-height: 2;
	text-align: center;
}
.about-sub-title2{
	font-size:36px;
	color:#999;
	line-height: 2;
	text-align: center;
}
.a1-p1{
	font-size:16px;
	color:#000;
	line-height: 2;
	margin-top:40px;
}
.a1-img {
    height: 680px;
    width: 100%;
    border-radius: 10px;
    background-image: url(../index/a1bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
	margin-top:50px;
}
.a1 .play_button{
	position:absolute;
	top:80%!important;
	left:50%;
	transform:translate(-50%,-50%);
	width:40px;
	height:40px;
}
@media(max-width:1440px){
	.a1-img{
		height:500px;
	}
}
@media(max-width:999px){
	.a1-img{
		height:400px;
	}
	.a1{
		padding:30px 0;
	}
	.about-title{
		font-size:24px;
		padding: 20px 0;
	}
	.about-sub-title{
		font-size:18px;
	}
	.about-sub-title2{
		font-size:16px;
	}
}
@media(max-width:750px){
	.a1-img{
		height:300px;
	}
}
@media(max-width:600px){
	.a1-img{
		height:200px;
	}
}
.a2{
	text-align: center;
	padding-top:20px;
}
.a2video{
	
}
.a2 .content {
    margin: 0 auto;
    padding:50px 0;
    background: #313131;
    width: 100%;
    overflow: hidden;
    opacity: 1;
    transition: all linear 0.3s;
    transition-property: transform,opacity;
}

.a2 .content .scroll {
    position: relative;
}
/* .a2 .content .scroll::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 40px;
    background: linear-gradient(to left, rgba(243,244,244,0) ,#f3f4f4);
}
.a2 .content .scroll::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 40px;
    background: linear-gradient(to right, rgba(243,244,244,0),#f3f4f4 );
} */
.a2 ul {
    display: flex;
}
.a2 ul:first-child {
    margin-bottom: 24px;
}
.a2 ul li {
    display: flex;
    min-width: 100%;
    flex-shrink: 0;
}
.a2 ul li img {
    width: 500px;
    
}
.a2-r-div{
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 24px;
}
.a2-r-div img{
	user-select:none;
	user-drag:none;
	-webkit-user-drag: none;
}
.a2 .play_button{
	position:absolute;
	top:auto!important;
	left:auto!important;
	right:40px;
	bottom:20px;
	width:40px;
	height:40px;
}
.a2 .scroll-top-ul .scroll-top-li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}
.scroll-top-left{
	-webkit-animation: s5zuo 80s linear infinite;
	animation: s5zuo 80s linear infinite;
}
.a2 .scroll-bottom-ul .scroll-bottom-li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}
.scroll-bottom-right{
	-webkit-animation: s5you 80s linear infinite;
	animation: s5you 80s linear infinite;
}
@-webkit-keyframes s5zuo {
    0% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}
@keyframes s5zuo {
    0% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}
@-webkit-keyframes s5you {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@keyframes s5you {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@media(max-width:1440px){
	.a2 ul li img {
		width:400px;
	}
}
@media(max-width:999px){
	.a2 ul li img {
		width:300px;
	}
	.a2 .play_button{
		right:20px;
		bottom:10px;
	}
}
@media(max-width:750px){
	.a2 ul li img {
		width:200px;
	}
}
.a3{
	text-align: center;
	padding-top:20px;
}
.a3-p1{
	font-size: 16px;
	color: #000;
	line-height: 2;
	margin-top: 40px;
	text-align: justify;
}
.a3-img{
	margin-top:60px;
	width:100%;
}
.a3-img img{
	display: block;
	width:100%;
}
.a4{
	text-align: center;
	padding-top:20px;
}
.a4{
	text-align: center;
	padding-top:20px;
}
.a4-con{
	width:100%;
	background: linear-gradient(104.04deg, #f5f5f5 0%, #a8a9ac 100%);
	padding:0 50px 50px;
}
.history {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.history-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.history-swiper{
	padding:0 0 150px;
}
.b1next{
	right:0px!important;
	width: 50px!important;
	height: 50px!important;
	font-size:18px !important;
	line-height:50px;
	text-align: center;
	border: 1px solid #abcd05;
	border-radius: 50%;
	transition: 0.4s;
	box-sizing: border-box;
	background: #abcd05;
}
.b1next:after{
	color:#fff;
	font-size:18px!important;
}
.b1next:hover{
	background: #abcd05;
}
.b1prev{
	left:auto!important;
	right:80px!important;
	width:50px!important;
	height:50px!important;
	font-size:18px !important;
	line-height:50px;
	text-align: center;
	border: 1px solid #abcd05;
	border-radius: 50%;
	transition: 0.4s;
	box-sizing: border-box;
	background:#abcd05;
}
.b1prev:after{
	color:#fff;
	font-size:18px!important;
}
.b1prev:hover{
	background: #abcd05;
}
.history{
	width:100%;
	position: relative;
	background-image: url(../image/historybg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.history .top-cont {
	display: none;
	justify-content: flex-end;
	width: auto;
	height: auto;
}

.history .top-cont .cont-title {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #3d3d3d;
	cursor: pointer;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.history .top-cont .cont-title::after {
	content: '';
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #abcd05;
	transform: scale(0, 0) translateZ(0);
	-o-transform: scale(0, 0) translateZ(0);
	-moz-transform: scale(0, 0) translateZ(0);
	-webkit-transform: scale(0, 0 translateZ(0));
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.history .top-cont .cont-title:hover {
	color: #abcd05;
}

.history .top-cont .cont-title:hover::after {
	transform: scale(1, 1) translateZ(0);
	-o-transform: scale(1, 1) translateZ(0);
	-moz-transform: scale(1, 1) translateZ(0);
	-webkit-transform: scale(1, 1 translateZ(0));
}

.history .top-cont .cont-title-active {
	color: #abcd05 !important;
}

.history .top-cont .cont-title-active::after {
	transform: scale(1, 1) translateZ(0) !important;
	-o-transform: scale(1, 1) translateZ(0) !important;
	-moz-transform: scale(1, 1) translateZ(0) !important;
	-webkit-transform: scale(1, 1 translateZ(0)) !important;
}



.history .swiper-slide .slide-box {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px;
	border-radius: 15px;
	/* background-color: #abcd05; */
	background-color: #fff;
	margin:30px 0;
	background-repeat: no-repeat;
	background-position: right bottom;
	box-sizing:border-box;
	color:#fff;
	color:#000;
	cursor: pointer;
	transition: 0.3s;
}

.history .swiper-slide .slide-box .box-top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
}

.history .swiper-slide .slide-box .box-top .box-icon {
	position: relative;
	width: 125px;
	height: 35px;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.history .swiper-slide .slide-box .box-top .box-icon img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.history .swiper-slide .slide-box .box-top .box-icon .img2 {
	opacity: 0;
}

.history .swiper-slide .slide-box .box-top span {
	font-size: 16px;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.history .swiper-slide .slide-box .box-top span em {
	font-size: 20px;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.history .swiper-slide .slide-box .box-text {
	margin:20px 0 0;
	font-size: 16px;
	line-height: 2;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	min-height:90px;
	text-align: justify;
}

.history .swiper-slide .slide-box .box-time {
	font-size: 20px;
	font-family: "Roboto";
	font-weight:400;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.history .swiper-slide .slide-box:hover {
	background-repeat: no-repeat;
	background-position: right bottom;
	transform: translate(0px,-5px);
	background: #abcd05;
}

.history .swiper-slide .slide-box:hover .box-icon {
	/* width:27px; */
	overflow: hidden;
}

.history .swiper-slide .slide-box:hover .box-icon .img2 {
	opacity: 1;
}

.history .swiper-slide .slide-box:hover span {
	color: #fff;
}

.history .swiper-slide .slide-box:hover span em {
	color: #fff;
}

.history .swiper-slide .slide-box:hover .box-text {
	color: #fff;
}

.history .swiper-slide .slide-box:hover .box-time {
	opacity: 1;
	color: #fff;
}

.history .swiper-pagination {
	bottom: 100px;
}

.history .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 6px;
	background: #abcd05;
	opacity: 0.5;
}

.history .swiper-pagination .swiper-pagination-bullet-active {
	width: 28px;
	border-radius:15px;
	opacity: 1;
}
@media(max-width:999px){
	.a4-con{
		padding-left:20px;
		padding-right:20px;
	}
}
.a5-1{
	background-image:url('../index/a5bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto;
}
.a5-2{
	background-image:url('../index/a5bg.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto;
	margin-top:200px;
	margin-bottom:100px;
}
.a5-logo{
	text-align: center;
	padding:30px 0;
}
.a5-logo img{
	display: block;
	margin:0 auto;
}
.a5-text{
	margin: 10px 0;
	text-align: justify;
	font-size:16px;
	line-height: 2;
}
.a5-1 .a5-img img{
	display: block;
	transform: translate(100px,50px);
	border-radius: 10px;
}
.a5-2 .a5-img img{
	display: block;
	transform: translate(-100px,50px);
	border-radius: 10px;
}
@media(max-width:999px){
	.a5-2{
		margin-top:100px;
		margin-bottom:100px;
	}
	.a5-1 .a5-img img{
		transform: translate(0, 50px);
	}
	.a5-2 .a5-img img{
		transform: translate(0, 50px);
	}
}
.a6{
	background: #f5f5f5;
	margin-bottom:50px;
}
.a6 .about-title{
	padding-top:0;
}
.a6-left{
	width:50%;
}
.a6-right{
	width:50%;
}
.a6-left .about-title{
	text-align: left;
}
.a6-con{
	padding:100px 0;
}
.a6-tab{
	margin-bottom:50px;
	font-size:16px;
	line-height: 2;
	color:#000;
}
.a6-tab:nth-child(3){
	margin-bottom:0px;
}
.a6-tab img{
	margin-bottom:5px;
} 
.a6-more{
	display: block;
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: #000;
	line-height: 1;
	border-radius: 10px;
}
#myform .tip{
	margin-bottom:15px;
}
#myform .row .col-xs-12{
	margin-bottom:20px;
}
#myform .form-control{
	padding-left: 40px;
	background: #fff;
	color:#000;
}
#myform .form-control:focus{
	background: #abcd05 !important;
	color:#fff!important;
	border-color: #fff!important;
}
#myform  .t-center{
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}
#myform  .t-center .cus-btn-2{
	display: block;
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	border-radius: 10px;
	border:none;
}
@media(max-width:999px){
	.a6-left{
		width:100%;
	}
	.a6-right{
		width:100%;
	}
	.a6-right{
		margin-top:50px;
	}
}
.c1{
	padding: 120px 0 0;
	text-align: center;
}
.contactbg{
	display: block;
	width:100%;
}
.contact-section{

}
.form-container{
	padding-left:30px;
}
@media(max-width:999px){
	.c1{
		padding:30px 0 0;
	}
	.form-container{
	    padding-left:0;
	}
}
.n1 {
    padding: 120px 0 0;
    text-align: center;
}
.news-title {
    padding: 80px 0;
    font-size: 60px;
    color: #000;
    text-align: center;
}
@media(max-width:999px){
	.news-title{
		font-size:24px;
		padding:30px 0;
	}

}
.news{

}
.n2-left{
	width:50%;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding:80px;
	box-sizing: border-box;
	background: #f3f6fa;
	border-top-left-radius:10px ;
	border-bottom-left-radius:10px ;
}
.n2-right{
	width:50%;
	border-top-right-radius:10px ;
	border-bottom-right-radius:10px ;
	overflow: hidden;
}
.n2-right img{
	display: block;
	width:100%;
}
.n2-p1{
	font-size:36px;
	font-weight:800;
	color:#000;
	line-height: 1.8;
}
.n2-p2{
	font-size:18px;
	font-weight:400;
	color:#666;
	line-height: 2;
	margin-top:30px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
	max-height: 72px;
}
.n2-p3 {
    font-size: 16px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    border: none;
    border-radius: 10px;
	margin-top:10px;
}
.n3{
	padding:90px 0;
}
.n3 a{
	margin-right: 20px;
}
.n4-tab{
	width:calc(50% - 15px);
	margin-bottom:50px;
}
.n4-tab img{
	width:100%;
	display: block;
	border-radius: 10px;
}
.n4-p1{
	font-size:20px;
	font-weight:400;
	color:#000;
	line-height: 2;
	margin-top:30px;
}
.n4-p2{
	margin-top:25px;
}
@media(max-width:1300px){
	.n2-p1{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.n2-left{
		padding:30px;
	}
}
@media(max-width:999px){
	.n1{
		padding-top:0px;
	}
	.n2-left{
		width:100%;
		padding:20px 20px;
	}
	.n2-right{
		width:100%;
	}
	.n3 a{
		margin-right:10px;
	}
	.n4-tab{
		width:100%;
		margin-bottom:15px;
	}
	.n2-p1{
	    font-size:18px;
	    white-space:wrap;
	}
	.n2-p2{
	    font-size:15px;
	    margin-top:10px;
	}
	.n3{
	    padding:30px 0;
	}
	.n4-p1{
	    margin-top:10px;
	}
}
.pro-bg{
	background: #f6f6f6;
}
.pro1-title{
	padding:40px 0;
}
.pro1-view1{
	font-size:32px;
	color:#232323;
	font-weight:800;
	padding:0 20px;
}
.pro1-view2{
	font-size:16px;
	color:#232323;
	font-weight:400;
	padding:0 10px;
}
.pro1-con{
	padding-bottom: 30px;
}
.pro1-con-top{
	width:100%;
	border-radius: 30px;
	margin-bottom:30px;
	overflow:hidden;
}
.pro1-con-bottom{
	justify-content: start;
}
.pro1-con-left{
	width:50%;
	background: #fff;
	overflow: hidden;
	align-content: center;
	align-items: center;
}
.pro1-con-left1{
	width:50%;
}
.pro1-con-left1 img{
	display: block;
	width:80%;
	margin:0 auto;
}
.pro1-con-left2{
	width:50%;
	text-align: left;
}
.pro1-con-right{
	width:50%;

	overflow: hidden;
}
.pro1-con-right img{
	display: block;
	width:100%;
}
.pro1-p1{
	font-size:28px;
	font-weight: 800;
	color:#000;
}
.pro1-p2{
	font-size:15px;
	font-weight:400;
	color:#838383;
	margin-top:20px;
}
.pro1-con-left2 .cus-btn-2{
	margin-top:30px;
}
.pro1-con-b{
	width:calc((100% - 90px) / 4);
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	text-align: center;
	padding-bottom: 40px;
	position: relative;
	margin-bottom:30px;
	margin-right:30px;
}
.pro1-con-b:nth-child(4n){
	margin-right:0;
}
.pro1-con-b img{
	width:80%;
	margin:0 auto;
}
.pro1-con-b-b{
	width:100%;
	text-align: center;
}
.pro1-p3{
	font-size:22px;
	font-weight: 800;
	color:#000;
}
.pro1-p4{
	font-size:15px;
	font-weight:400;
	color:#838383;
	margin-top:20px;
}
.pro1-con-b-bg{
	position:absolute;
	z-index: 5;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition: 0.3s;
	border-radius: 20px;
	opacity: 0;
}
.pro1-con-b:hover .pro1-con-b-bg{
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.pros2swiper .swiper-slide {
    overflow: hidden;
    border-radius: 10px;
}
.pros2swiper .swiper-slide:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.6;
}
.pros2swiper .swiper-slide-active:after {
    opacity: 0;
}
.pros5{
	padding-top:50px;
}
.pros5 .s5-right{
	background: none;
}
@media(max-width:999px){
	.pro1-view1{
		display: block;
		padding-left: 0px;
		margin-bottom:10px;
		font-size:24px;
		text-align:center;
	}
	.pro1-view2{
		padding-left: 0px;
	}
	.pro1-con-b{
		width:calc(50% - 10px);
		margin-bottom: 20px;
		margin-right: 20px;
		padding-bottom: 20px;
	}
	.pro1-con-b:nth-child(4n){
		margin-right:20px;
	}
	.pro1-con-b:nth-child(2n){
		margin-right:0;
	}
	.pro1-con-left{
		border-radius: 15px;
		width:100%;
		padding:20px;
	}
	.pro1-con-right{
		display: none;
	}
	
}
@media(max-width:800px){
	.pro1-view2{
		display: none;
	}
	.pro1-con-top{
		border-radius: 0;
		margin-bottom:20px;
	}
	
	.pro1-p1{
		font-size:16px;
	}
	.pro1-con-left1 img{
		margin:0;
	}
	.pro1-p3{
		padding:0 10px;
		font-size:16px;
	}
	.pro1-p4{
		font-size:14px;
		padding:0 10px;
	}
	.pro1-p2{
	    font-size:14px;
	    margin-top:15px;
	}
	/*.cus-btn-2{*/
	/*    margin-top:15px!important;*/
	/*}*/
}
.pros1swiper{
	margin:50px 0;
	width:100%;
	background:linear-gradient(104.04deg, #bdbcc2 0%, #595765 100%);
	border-radius: 15px;
}
.pros1swiper img{
	display: block;
	margin:0 auto;
}
.pros3swiper .swiper-slide{
	padding:10px;
	border-radius: 10px;
	border:1px solid #f3f3f3;
	cursor: pointer;
}
.pros3swiper .swiper-slide-thumb-active{
	border:1px solid #e3e3e3;
}
.pro2-1-tab{
	align-content: center;
	align-items: center;
	margin-top:20px;
	padding:20px 0;
	border-bottom: 1px solid #eee;
	width:calc((100% - 300px) / 7);
	min-width:160px;
	justify-content: start!important;
	transition:1s;
}
.pro2-1-x{
	font-size:15px;
	color:#999;
	padding-right: 10px;
}
.pro2-1-p{
	font-size:15px;
	color:#333;
}
	
.pro2-1{
	padding-bottom:30px;
}
.pro2-1-tab:hover{
	border-bottom: 1px solid #ccc;
}
.pro2-2{
	padding-top:160px;
}
.pro_video{
	width:100%;
	padding:50px 0 0;
}
.pro_video center{
	border-radius: 10px;
	background: #000;
	padding:30px;
	margin:0 auto;
	display: block;
	overflow: hidden;
}
@media(max-width:999px){
	.pro_video center{
		padding:20px;
	}
}
.pro2-p1{
	font-size:40px;
	color: #000;
	font-weight:800;
	line-height: 1;
	width:100%;
}
.pro2-p2{
	font-size:16px;
	color: #666;
	font-weight:400;
	line-height: 1;
	margin-top:30px;
	width:100%;
}
.pros4swiper{
	margin-top:40px;
}
.pros4img{
	display: block;
	width:100%;
}
.pros6swiper{
	margin-top:40px;
}
.pros6img{
	display: block;
	width:100%;
}
.pro2-p3{
	margin-top:40px;
	width:800px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
.pros5swiper .swiper-slide{
	border-bottom:2px solid #f5f5f5;
	padding:10px 0;
	text-align: center;
	cursor: pointer;
}
.pros5swiper .swiper-slide-thumb-active{
	border-bottom:2px solid #ddb27e;
}
.pros7swiper .swiper-slide{
	border-bottom:2px solid #f5f5f5;
	padding:10px 0;
	text-align: center;
	cursor: pointer;
}
.pros7swiper .swiper-slide-thumb-active{
	border-bottom:2px solid #ddb27e;
}

.pro2-imglist{
	margin-top:50px;
	width:100%;
}
.imglist-left{
	width:calc(50% - 10px);
}
.imglist-right{
	width:calc(50% - 10px);
}
.imglist-tab{
	width:100%;
	margin-bottom:20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: relative;
}
.imglist-tab img{
	display: block;
	width:100%;
}
.imglist-a{
	height:660px;
	background-color: #000;
}
.imglist-b{
	height:480px;
	background-color: #000;
}
.imglist-c1{
	width:calc(50% - 10px);
	height:260px;
	background-color: #000;
}
.imglist-c2{
	width:calc(50% - 10px);
	height:260px;
	background-color: #000;
}
.imglist-d{
	height:500px;
	background-color: #000;
}
.imglist-e1{
	width:calc(50% - 10px);
	height:400px;
	background-color: #000;
}
.imglist-e2{
	width:calc(50% - 10px);
	height:400px;
	background-color: #000;
}
.imglist-f{
	height:500px;
	background-color: #000;
}
.imglist-text{
	position: absolute;
	top:0;
	left:0;
	transition: 0.3s;
	background: rgb(0,0,0,0.5);
	text-align: left;
	padding:20px;
	width:100%;
	height:100%;
	opacity:0;
	z-index: 9;
	color:#fff;
	box-sizing: border-box;
}
.imglist-text p{
	position: absolute;
	bottom:0;
	left:0;
	padding:20px;
	box-sizing: border-box;
}
.imglist-tab:hover .imglist-text{
	opacity:1;
}
.pro2-imglist-img{
	display: none!important;
}
@media(max-width:999px){
	.pros1swiper{
		margin-bottom:20px;
	}
	.imglist-left{
		width:100%;
	}
	.imglist-right{
		width:100%;
	}
	.pro2-2{
		padding-top:30px;
	}
	.pro2-imglist-img{
		display: block!important;
	}
	.pro2-p1{
		font-size:24px;
		text-align: center;
	}
	.pro2-p2{
		font-size:16px;
		text-align: center;
		margin-top: 10px;
		line-height: 2;
	}
	.pro2-1-tab:nth-child(1){
		width:100%;
	}
	.pro2-1-tab{
		margin-top:0;
	}
}
@media(max-width:999px){
	.imglist-a{
		height:auto;
	}
	.imglist-b{
		height:auto;
	}
	.imglist-d{
		height:auto;
	}
	.imglist-f{
		height:auto;
	}
	.imglist-c1{
		height:auto;
	}
	.imglist-c2{
		height:auto;
	}
	.imglist-e1{
		height:auto;
	}
	.imglist-e2{
		height:auto;
	}
		
	.pros1swiper img{
		width:60%;
	}
}
.pro-video{
	width:100%;
	position: relative;
	margin-top:50px;
}
.pro-video-bg{
	width:100%;
	position: relative;
	display: block;
}
.f1{
	padding: 120px 0 0;
	text-align: center;
}
.f1-con{
	overflow: hidden;
	padding-bottom:100px;
}
.f1-tab{
	width:25%;
	height:600px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	transition: 0.3s;
	position: relative;
}
.f1-tab:after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	z-index:3;
	background: rgb(0,0,0,0.4);
	position: absolute;
	top:0;
	left:0;
	opacity: 1;
}
.f1-tab:nth-child(1){
	background-image: url(../image/f1img1.jpg);
}
.f1-tab:nth-child(2){
	background-image: url(../image/f1img2.jpg);
}
.f1-tab:nth-child(3){
	background-image: url(../image/f1img3.jpg);
}
.fa-tab-hover{
	width:50%;
}
.fa-tab-hover:after{
	opacity:0;
}
@media(max-width:1500px){
	.f1-tab{
		height:500px
	}
}
@media(max-width:1200px){
	.f1-tab{
		height:400px
	}
}
@media(max-width:999px){
	.f1-tab{
		height:300px
	}
	.f1{
		padding:30px 0 0
	}
	.s2-bottom{
		margin-bottom:30px;
	}
}
@media(max-width:700px){
	.f1-tab{
		height:250px
	}
}

.f2{
	padding:120px 0 50px;
	text-align:center;
	background: #f5f5f5;
}
.f2-con{
	overflow: hidden;
	padding-bottom:100px;
}
.f2swiper {
	padding-bottom: 50px;
}
.f2swiper .swiper-slide {
	position: relative;
}
.f2swiper .swiper-slide img{
	position: relative;
	display: block;
	width:100%;
}
.f2-pagination{
	top:auto!important;
	bottom:0px!important;
}
.swiper-pagination-progressbar-fill{
	background: #000!important;
}
.f2-text{
	display: block;
	position: absolute;
	z-index:3;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align: center;
	line-height: 100%;
	opacity: 0;
	opacity: 1;
}
.f2-bg{
	position: relative;
	width:100%;
	height:100%;
	background: rgb(0 0 0 / 40%);
	filter: blur(1px);
	opacity: 1;
	z-index:4;
}
.f2-c{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index: 5;
}
.f2-c p{
	color:#fff;
	font-size:16px;
	margin-bottom:20px;
}
.f2-c span{
	color:#fff;
	font-size:20px;
}
.f2swiper .swiper-slide:hover .f2-bg {
    background: rgb(171 205 5 / 90%);
}
.f2swiper .swiper-slide:hover .f2-text{
	opacity: 1;
}
.f2 .s2swiper-prev{
	left:2%;
}
.f2 .s2swiper-next{
	right:2%;
}
.f3{
	padding:120px 0 50px;
	
}
.f3-con{
	overflow: hidden;
	padding-top:10px;
	padding-bottom:100px;
	padding-left:10px;
	padding-right:10px;
}
.f3left{
	width:calc(50% - 20px);
}
.f3right{
	width:calc(50% - 20px);
}
.f3-c{
	padding:20px;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
	position: relative;
}
.f3-p1{
	font-size:24px;
	color:#000;
	padding:10px 0;
	line-height: 1;
	border-bottom:1px solid #e6e6e6;
}
.f3-p2{
	padding-top:10px;
	height:170px;
	overflow: hidden;
	transition: 0.3s;
}
.f3-p2 span{
	display: block;
	line-height: 2;
}
.f3icon{
	position: absolute;
	bottom:20px;
	right:20px;
	z-index: 3;
}
@media(max-width:999px){
    .a6-con{
        padding:50px 0 30px;
    }
    .a6-tab{
        margin-bottom:20px;
    }
    .f1-con{
        padding-bottom:30px;
    }
    .f2-con{
        padding-bottom:30px;
    }
	.f2{
		padding: 30px 0 ;
	}
	.f3{
		padding: 30px 0 ;
	}
	.f3left{
		width:100%;
		margin-bottom:20px;
	}
	.f3right{
		width:100%;
		margin-bottom:20px;
	}
	.f3-con{
		padding-bottom:0
	}
	.blog-list-page .col-xl-4{
		display: none;
	}
}
.m1{
	padding:120px 0 50px;
}
.m1-list .row-title{
	
}

@media(max-width:999px){
	.m1{
		padding:30px 0;
	}
	.col2,.col3,.col4{
		display: none;
	}
}
table,
th,
td {
  border: 1px solid #eee;
}
td {
    display: table-cell;
    vertical-align: inherit;
    /* border:1px solid #666; */
    padding:10px;
    box-sizing:border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 2px;
    width:100%;
}

.m1-list tr td {
	padding:10px 15px;
    box-sizing: border-box;
    color: #53565a;
    font-size: 16px;
    background: #dadddd;
    transition:0.3s;
}
.row-tab:nth-child(2n+2) td {
    background: #f2f2f2;
}
.row-tab:hover td {
    background: #abcd05; 
	color:#fff;
}
.row-tab a:hover{
	color:#000;
}



.pro-more-1{
	padding-top:50px;
	padding-bottom: 50px;
}

.pro-more-1 .pros1swiper{
	margin-top:0px;
}

.pro-more-2 .pro2-2{
	padding-top:100px;
}
.bg-efedeb{
	background: #efedeb;
}
.pro-more-2b{
	text-align: center;
	
}
.pro-more-2b img{
	max-width:100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.bg-rk9000{
	background: linear-gradient(104.04deg, #dbd5cf 0%, #b2a89f 100%);
}
.bg-rk9000-1{
	background-image: url(../image/rk9000/bg-rk9000-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk9000-2{
	background-image: url(../image/rk9000/bg-rk9000-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk9000-3{
	background-image: url(../image/rk9000/bg-rk9000-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk9000-4{
	background-image: url(../image/rk9000/bg-rk9000-4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk9000-5{
	background-image: url(../image/rk9000/bg-rk9000-5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.pro-list-2 .pro-video{
	margin-top:0;
}

.pro2swiper1{
	margin-top:50px;
	padding-left:calc(25% + 15px);
}
.pro2swiper1 img{
	width:100%;
	display: block;
	border-radius: 15px;
}
.pro2swiper1 p{
	margin-top:30px;
}
.pro2swiper1 p .pro2-span1{
	font-size:18px;
	color:#000;
	display: block;
}
.pro2swiper1 p .pro2-span2{
	font-size:16px;
	color:#414141;
	display: block;
	margin-top:20px;
	line-height: 2;
}
.swiper-button{
	position: relative;
	min-height:50px;
	margin-top:50px;
	margin-bottom:100px;
} 
.swiper-button .ts-next{
	width:36px!important;
	height:36px!important;
	background-color: #fff!important;
	border-radius: 10px!important;
	padding:10px!important;
}
.swiper-button .ts-prev{
	width:36px!important;
	height:36px!important;
	background-color: #fff!important;
	border-radius: 10px!important;
	padding:10px!important;
	left: auto !important;
	right: calc(10% + 60px);
}

.swiper-button img{
	height:auto;
}
.pro-more-3{
	padding:100px 0;
}
.bg-e0dedc{
	background: #e0dedc;
}



.pro2swiper3{
	margin-top:50px;
}
.pro2swiper3 .swiper-slide p{
	text-align: center;
	font-size:18px;
	color:#000;
	margin:0 auto;
	border-bottom:1px solid #cccbcb;
	max-width:500px;
	padding:20px 0;
}
.pro2swiper4 .swiper-slide p{
	max-width:420px;
	text-align: center;
	font-size:16px;
	color:#414141;
	margin:0 auto;
	padding:20px 0;
} 




.pro2swiper6{
	margin-top:50px;
}
.pro2swiper6 .swiper-slide p{
	text-align: center;
	font-size:18px;
	color:#000;
	margin:0 auto;
	border-bottom:1px solid #cccbcb;
	max-width:500px;
	padding:20px 0;
	cursor:pointer;
}
.pro2swiper7 .swiper-slide p{
	max-width:420px;
	text-align: center;
	font-size:16px;
	color:#414141;
	margin:0 auto;
	padding:20px 0;
	
} 


.pro2swiper12{
	margin-top:50px;
}
.pro2swiper12 .swiper-slide p{
	text-align: center;
	font-size:18px;
	color:#000;
	margin:0 auto;
	border-bottom:1px solid #cccbcb;
	padding:20px 0;
	cursor:pointer;
}
.pro2swiper13 .swiper-slide p{
	max-width:420px;
	text-align: center;
	font-size:16px;
	color:#414141;
	margin:0 auto;
	padding:20px 0;
} 






.pro2swiper9{
	margin-top:50px;
}
.pro2swiper9 .swiper-slide p{
	text-align: center;
	font-size:18px;
	color:#404040;
	margin:0 auto;
	border-bottom:1px solid #7b7165;
	max-width:500px;
	padding:20px 0;
	cursor:pointer;
}
.pro2swiper10 .swiper-slide p{
	max-width:420px;
	text-align: center;
	font-size:16px;
	color:#555;
	margin:0 auto;
	padding:20px 0;
	
} 

.pro-9500 .pro2swiper9 .swiper-slide p{
	text-align: center;
	font-size:18px;
	color:#cfb292;
	margin:0 auto;
	border-bottom:1px solid #7b7165;
	max-width:500px;
	padding:20px 0;
	cursor:pointer;
}
.pro-9500 .pro2swiper10 .swiper-slide p{
	max-width:420px;
	text-align: center;
	font-size:16px;
	color:#796658;
	margin:0 auto;
	padding:20px 0;
	
} 




.pro-9500 .pro2swiper6{
	margin-top:50px;
}
.pro-9500 .pro2swiper6 .swiper-slide p{
	text-align: center;
	font-size:18px;
	color:#cfb292;
	margin:0 auto;
	border-bottom:1px solid #7b7165;
	max-width:100%;
	padding:20px 0;
	cursor:pointer;
}
.pro-9500 .pro2swiper7 .swiper-slide p{
	max-width:420px;
	text-align: center;
	font-size:16px;
	color:#796658;
	margin:0 auto;
	padding:20px 0;
} 






.pro-9500 .pro2swiper12{
	margin-top:50px;
}
.pro-9500 .pro2swiper12 .swiper-slide p{
	text-align: center;
	font-size:18px;
	color:#cfb292;
	margin:0 auto;
	border-bottom:1px solid #7b7165;
	max-width:100%;
	padding:20px 0;
	cursor:pointer;
}
.pro-9500 .pro2swiper13 .swiper-slide p{
	max-width:420px;
	text-align: center;
	font-size:16px;
	color:#796658;
	margin:0 auto;
	padding:20px 0;
} 





.pro-9500 .pro2swiper15{
	margin-top:50px;
}
.pro-9500 .pro2swiper15 .swiper-slide p{
	text-align: center;
	font-size:18px;
	color:#cfb292;
	margin:0 auto;
	border-bottom:1px solid #7b7165;
	max-width:100%;
	padding:20px 0;
	cursor:pointer;
}
.pro-9500 .pro2swiper16 .swiper-slide p{
	max-width:420px;
	text-align: center;
	font-size:16px;
	color:#796658;
	margin:0 auto;
	padding:20px 0;
} 

.pro2swiper26{
	margin-top:50px;
}
.pro2swiper26 .swiper-slide p{
	text-align: center;
	font-size:18px;
	color:#404040;
	margin:0 auto;
	border-bottom:1px solid #7b7165;
	max-width:500px;
	padding:20px 0;
	cursor:pointer;
}
.pro2swiper27 .swiper-slide p{
	max-width:420px;
	text-align: center;
	font-size:16px;
	color:#555;
	margin:0 auto;
	padding:20px 0;
	
} 


.pro2swiper29{
	margin-top:50px;
}
.pro2swiper29 .swiper-slide p{
	text-align: center;
	font-size:18px;
	color:#404040;
	margin:0 auto;
	border-bottom:1px solid #7b7165;
	max-width:500px;
	padding:20px 0;
	cursor:pointer;
}
.pro2swiper30 .swiper-slide p{
	max-width:320px;
	text-align: center;
	font-size:16px;
	color:#555;
	margin:0 auto;
	padding:20px 0;
	
} 



.pro2swiper32{
	margin-top:50px;
}
.pro2swiper32 .swiper-slide p{
	text-align: center;
	font-size:18px;
	color:#404040;
	margin:0 auto;
	border-bottom:1px solid #7b7165;
	max-width:500px;
	padding:20px 0;
	cursor:pointer;
}
.pro2swiper33 .swiper-slide p{
	max-width:320px;
	text-align: center;
	font-size:16px;
	color:#555;
	margin:0 auto;
	padding:20px 0;
	
} 



.swiper-slide {
	user-select: text !important;
	-webkit-user-select: text !important;
}
.wapflex{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}
@media(max-width:999px){
	.pro-more-2 .pro2-2{
		padding-top:30px;
	}
	.pro2swiper1{
		margin-top:30px;
		padding:0 20px;
	}
	.swiper-button .ts-next{
		right:30%!important;
	}
	.swiper-button .ts-prev{
		width:36px!important;
		height:36px!important;
		background-color: #fff!important;
		border-radius: 10px!important;
		padding:10px!important;
		left: 30% !important;
		right: auto!important;
	}
	.swiper-button{
		margin-bottom:30px;
	}
	.pro-more-3{
		padding:30px 0;
	}
	/* .bg-rk9000-4 img{
		display: none;
	} */
	.pro-more-2b{
		padding:0 30px;
	}
}
.bg-000{
	background: #000;
}
.pro-9500 .pro2-1-p{
	color:#eee;
}
.pro-9500 .pro2-p1{
	color:#dbb98c
}
.pro-9500 .pro2-p2{
	color:#dbb98c
}
.pro-9500 .pro2swiper1 p .pro2-span1{
	color:#cfb190
}
.pro-9500 .pro2swiper1 p .pro2-span2{
	color:#927b6b
}
.bg-rk9500-1{
	background-image: url(../image/rk9500/bg-rk9500-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk9500-2{
	background-image: url(../image/rk9500/bg-rk9500-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk9500-3{
	background-image: url(../image/rk9500/bg-rk9500-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.bg-dadada{
	background: #dadada;
}
.bg-cccbc9{
	background: #cccbc9;
}
.bg-dfe3e6{
	background: #dfe3e6;
}
.bg-c9ced2{
	background: #c9ced2;
}
.bg-141312{
	background: #141312;
}

.bg-rk2008-1{
	background-image: url(../image/rk2008/bg-rk2008-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk2008-2{
	background-image: url(../image/rk2008/bg-rk2008-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk2008-3{
	background-image: url(../image/rk2008/bg-rk2008-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk2008-4{
	background-image: url(../image/rk2008/bg-rk2008-4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk2008-5{
	background-image: url(../image/rk2008/bg-rk2008-5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk2008-6{
	background-image: url(../image/rk2008/bg-rk2008-6.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.pro-2008 .pro2swiper3 .swiper-slide p{
	border-bottom: 1px solid #c4c3c1;
}
.pro-2008 .pro2swiper6 .swiper-slide p{
	border-bottom: 1px solid #c4c3c1;
}

.bg-rk7603-1{
	background-image: url(../image/rk7603/bg-rk7603-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk7603-2{
	background-image: url(../image/rk7603/bg-rk7603-2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk7603-3{
	background-image: url(../image/rk7603/bg-rk7603-3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk7603-4{
	background-image: url(../image/rk7603/bg-rk7603-4.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk7603-5{
	background-image: url(../image/rk7603/bg-rk7603-5.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.pro2swiper9 .swiper-slide-thumb-active p{
	font-weight: 800;
}
.pro2swiper6 .swiper-slide-thumb-active p{
	font-weight: 800;
}
.pro2swiper12 .swiper-slide-thumb-active p{
	font-weight: 800;
}
.pro2swiper15 .swiper-slide-thumb-active p{
	font-weight: 800;
}
.pro2swiper26 .swiper-slide-thumb-active p{
	font-weight: 800;
}

.bg-fcf9f4{
	background: #fcf9f4;
}
.bg-edeae5{
	background: #edeae5;
}


.bg-rk6000-1{
	background-image: url(../image/rk6000/bg-rk6000-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk6000-2{
	background-image: url(../image/rk6000/bg-rk6000-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk6000-3{
	background-image: url(../image/rk6000/bg-rk6000-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk6000-4{
	background-image: url(../image/rk6000/bg-rk6000-4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bg-rk6000-5{
	background-image: url(../image/rk6000/bg-rk6000-5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.bg-rk6000-2 img{
	padding:100px;
}
@media(max-width:999px){
	.bg-rk6000-2 img{
		padding:0px;
	}
	.pagelist a{
	    padding:5px 10px!important;
	}
	.cus-btn-1{
	    padding:10px 10px;
	    font-size:15px;
	}
}
