/*基础CSS*/
body{
	font-family: “SourceHanSansCN-Regular”,“Microsoft YaHei”,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background: #ffffff;
	position: relative;
	overflow-x: hidden;
}
li {
	list-style: none;
}
a {
	color: #333333;
	transition: all 0.3s ease;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}


.index-swiper{
	position: relative;
}
.swiper-pc-container{
	display: none;
}
.swiper-wap-container{
		display: block;
	}
@media  screen and (min-width: 768px) {
	.swiper-pc-container{
		display: block;
	}
	.swiper-wap-container{
		display: none;
	}
}
.index-swiper .swiper-container{
	width: 100%;
	height: 100vh;
}
.index-swiper .swiper-wrapper{
	transition-delay:.3s;
}
.index-swiper .swiper-slide{
	display: flex;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.index-swiper .swiper-slide .copywriting{
	width: 100%;
	height: 100%;
	transform:translateY(-100px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity:0;
	transition:all .4s;
}
.index-swiper .swiper-slide.ani-slide .copywriting{
	transform:translateY(0);
	opacity:1;
}
.index-swiper .swiper-container-horizontal > .swiper-pagination-bullets{
	left: auto;
	bottom: 0;
	top: 0;
	display: flex;
	width: 12px;
	right: 20px;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	z-index: 999;
}
.index-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 10px 0;
	width: 12px;
	height: 12px;
	display: block;
	opacity: 1;
	background: #161616;
	cursor: pointer;
}
.index-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active{
	background: #e5002d;
}

.index-header{
	left: 60px;
	right: 60px;
	height: 60px;
	position: absolute;
	top: 70px;
	display: flex;
	z-index: 9999;
}

.index-header .web-logo{
	flex: 1;
}
.index-header .web-logo a{
	display: block;
	float: left;
}
.index-header .web-logo img{
	display: block;
	height: 60px;
}

.index-header .web-lang{
	margin-left: auto;
	line-height: 24px;
	font-size: 18px;
	padding: 18px 0;
	font-family: 'SourceHanSansCN-Medium';
}
.index-header .web-lang span{
	margin: 0 5px 0 0;
	display: inline-block;
}
.index-header .web-lang a{
	display: inline-block;
	padding: 0 5px;
}
.index-header .web-lang a.active,
.index-header .web-lang a:hover{
	background: #e5002d;
	color: #ffffff;
}


.index-header .web-menu{
	margin-left: auto;
	font-size: 20px;
	color: #e5002d;
	line-height: 24px;
	position: relative;
	display: flex;
	width: 72px;
	justify-content: center;
	align-items: center;
	margin: 18px 0 18px 15px;
}
.index-header .web-menu span.m,
.index-header .web-menu span.n,
.index-header .web-menu span.u{
	letter-spacing: 2px;
	transition: 250ms;
}
.index-header .web-menu span.e{
	display: inline-block;
	height: 24px;
	width: 20px;
	padding: 5px 0;
}
.index-header .web-menu span.e span.bar{
	transition: 250ms;
	position: relative;
	display: block;
	background: #e5002d;
	border-radius: 2px;
	width: 18px;
	height: 2px;	
}
.index-header .web-menu span.e span.bar:nth-child(2){
	margin: 4px 0;
}
.index-header .web-menu span.e.btn-close span.bar:nth-child(1){
	transform: rotate(45deg);
	top: 6px;
	width: 20px;
}
.index-header .web-menu span.e.btn-close span.bar:nth-child(2){
	opacity: 0;
}
.index-header .web-menu span.e.btn-close span.bar:nth-child(3){
	transform: rotate(-45deg);
	bottom: 6px;
	width: 20px;
}
@media  screen and (max-width: 767px) {
	.index-header{
		left: 15px;
		right: 15px;
		top: 10px;
		height: 40px;
	}
	.index-header .web-logo img{
		height: 40px;
	}
	.index-header .web-menu{
		margin: 8px 0;
		margin-left: 10px;
	}
	.index-header .web-lang{
		padding: 8px 0;
		font-size: 14px;
	}
}

.index-pc-nav{
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	color: #ffffff;
	flex-flow: column;
	transform: translateY(-100%);
	padding-top: 60px;
	transition: all 0.6s cubic-bezier(0.47, 0, 0.745, 0.715);
	background-image: url(../images/wap-nav.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.index-pc-nav.open{
	transform: translateY(0);

	transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.nav-link{
	font-size: 14px;
	margin: 20px 0 0;
	z-index: 2;
	font-family: 'SourceHanSansCN-Bold';
}
.nav-link a{
	margin-right: 15px;
}
.index-pc-nav a{
	color: #ffffff;
	font-family: 'SourceHanSansCN-Bold';
}
.index-pc-nav ul li{
	line-height: 30px;
	margin: 10px 0;
	font-size: 16px;
	text-align: center;
}
@media  screen and (min-width: 992px) {
	.index-pc-nav{
		padding-top: 100px;
	}
	.index-pc-nav ul li{
		font-size: 20px;
		margin: 25px 0;
	}
	.index-pc-nav ul li a{
	    display: block;
	}
	.index-pc-nav ul li a:hover{
	    transform: scale(1.1);
	    color: #e5002d;
	}
	.nav-link{
		font-size: 18px;
		font-family: 'SourceHanSansCN-Bold';
	}
}






.header{
	width: 100%;
	top: 0;
	left: 0;
	padding: 10px 15px;
	position: fixed;
	display: flex;
	z-index: 9999;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
	background: #ffffff;
	transition: color 0.3s ease;
}
.header.open{
	background: transparent;
	border-color: transparent;
}
.header.open .web-lang{
	color: #ffffff;
}
.header.open .web-lang a{
	color: #ffffff;
}
.header .web-logo{
	flex: 1;
}
.header .web-logo a{
	display: block;
	float: left;
}
.header .web-logo img{
	display: block;
	height: 40px;
}
.header .web-logo img.white{
	display: none;
}
.header.open .web-logo img{
	display: none;
}
.header.open .web-logo img.white{
	display: block;
}

.header .web-lang{
	margin-left: auto;
	line-height: 24px;
	font-size: 14px;
	padding: 8px 0;
	margin-right: 15px;
	font-family: 'SourceHanSansCN-Medium';
}
.header .web-lang span{
	margin: 0 5px 0 0;
	display: inline-block;
}
.header .web-lang a{
	display: inline-block;
	padding: 0 5px;
}
.header .web-lang a.active{
	background: #e5002d;
	color: #ffffff;
}

.header .web-menu{
	margin-left: auto;
	font-size: 20px;
	color: #e5002d;
	width: 72px;
	line-height: 24px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 8px 0;
}
.header .web-menu span.m,
.header .web-menu span.n,
.header .web-menu span.u{
	letter-spacing: 2px;
	transition: 250ms;
}
.header .web-menu span.e{
	display: inline-block;
	height: 24px;
	width: 20px;
	padding: 5px 0;
}
.header .web-menu span.e span.bar{
	transition: 250ms;
	position: relative;
	display: block;
	background: #e5002d;
	border-radius: 2px;
	width: 18px;
	height: 2px;	
}
.header .web-menu span.e span.bar:nth-child(2){
	margin: 4px 0;
}
.header .web-menu span.e.btn-close span.bar:nth-child(1){
	transform: rotate(45deg);
	top: 6px;
	width: 20px;
}
.header .web-menu span.e.btn-close span.bar:nth-child(2){
	opacity: 0;
}
.header .web-menu span.e.btn-close span.bar:nth-child(3){
	transform: rotate(-45deg);
	bottom: 6px;
	width: 20px;
}
.header .web-nav{
	display: none;
}

.wap-nav{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 998;
	display: flex;
	transform: translateX(-100%);
	justify-content: center;
	align-items: center;
	background: url(../images/wap-nav.jpg) no-repeat center;
	background-size: cover;
	transition: all 0.3s ease;
}
.wap-nav.open{
	transform: translateX(0);
}
.wap-nav ul li{
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	margin: 15px 0;
	font-family: 'SourceHanSansCN-Bold';
}
.wap-nav ul li a{
	color: #ffffff;
}

.index-header.open{
	position: fixed;
}
.index-header.open .web-lang,
.index-header.open .web-lang a{
	color: #ffffff;
}
.index-header .web-logo img.white{
	display: none;
}
.index-header.open .web-logo img{
	display: none;
}
.index-header.open .web-logo img.white{
	display: block;
}





@media  screen and (min-width: 768px) {
	.header{

	}
	.header .web-logo{
		flex: 0;
	}
	.header .web-lang{
		font-size: 18px;
		margin-right: 0;
	}
	.header .web-menu{
		display: none;
	}
	.header .web-nav{
		flex: 1;
		display: block;
		margin-left: 20px;
	}
	.header .web-nav ul{
		display: flex;
	}
	.header .web-nav ul li{
		font-size: 16px;
		margin: 0 10px;
		line-height: 40px;
		font-family: 'SourceHanSansCN-Medium';
	}
	.header .web-nav ul li a:hover,
	.header .web-nav ul li.active a{
		color: #e5002d;
	}

	.header .web-nav ul li .submenu{
	    position: absolute;
	    width: 100%;
	    left: 0;
	    top: 61px;
	    padding: 30px;
	    z-index: 99;
	    display: none;
	    background: #ffffff;
	    box-shadow:  0px 5px 10px -8px rgba(0,0,0,0.2);
	}
	.header .web-nav .nav-pro .box{
	    overflow: hidden;
	}
	.header .web-nav .nav-pro img{
	    display: block;
	    width: 100%;
	    transition: all 1s;
	}
	.header .web-nav .nav-pro a:hover img{
	    transform: scale(1.1);
	}
	.header .web-nav .nav-pro {
	    padding-left: 20px;
	}
	.header .web-nav .nav-pro p{
	    color: #333333;
	    text-align: center;
	}
	.header .web-nav ul li .nav-left{
        width: 200px;
        flex: 0 0 auto;
        flex-flow: column;
        display: flex;
        text-align: center;
	}
	.header .web-nav ul li .nav-left a{
	    color: #333333;
	    display: block;
	    flex: 1;
	    display: flex;
	    flex-flow: column;
	    justify-content: center;
	    border-right: 5px solid #cccccc;
	}
	.header .web-nav ul li .nav-left a{
	    padding-right: 30px;
	}
	.header .web-nav ul li .nav-left a:hover,
	.header .web-nav ul li .nav-left a.active{
	    border-color: #e5002d;
	    padding-right: 50px;
	}
	.header .web-nav ul li .nav-left a img{
	    display: block;
	    width: 100%;
        margin: 20px 0 0;
	}
	.submenu-box{
	    width: 100%;
	    max-width: 1320px;
	    margin: 0 auto;
	    display: flex;
	}
	.nav-pro .row{
	    margin: 0 -7.5px;
	}
	.nav-pro .col-md-6{
	    padding: 0 7.5px;
	}
	.nav-pro .col-md-6:nth-child(5),
	.nav-pro .col-md-6:nth-child(6){
	    display: none;
	}
}
@media  screen and (min-width: 992px) {
    
    .header .web-nav ul li .submenu{
        top: 101px;
        padding: 40px;
    }
	.header .web-nav ul li .nav-left{
	    width: 340px;   
	}
	.header .web-nav ul li .nav-left a{
	    flex-flow: row;
	    align-items: center;
	}
	.header .web-nav ul li .nav-left a img{
	    width: 150px;
	    margin-left: auto;
	    margin-top: 0;
	}
	.nav-pro .col-md-6:nth-child(5),
	.nav-pro .col-md-6:nth-child(6){
	    display: none;
	}
}
@media  screen and (min-width: 1200px) {
    .nav-pro .col-md-6:nth-child(5),
	.nav-pro .col-md-6:nth-child(6){
	    display: block;
	}
}
@media  screen and (min-width: 1400px) {
    .header .web-nav ul li .nav-left{
        width: 400px;
    }
    .header .web-nav ul li .nav-left a img{
        width: 210px;
    }
}
@media  screen and (min-width: 860px) {
	.header .web-nav ul li{
		margin: 0 15px;
	}
}
@media  screen and (min-width: 992px) {
	.header{
		padding: 20px 60px;
	}
	.header .web-logo img{
		height: 60px;
	}
	.header .web-menu{
		margin: 18px 0;
	}
	.header .web-lang{
		padding: 18px 0;
	}
	.header .web-nav{
		margin-left: 50px;
	}
	.header .web-nav ul{
		padding: 10px 0;
	}
	.header .web-nav ul li{
		font-size: 18px;
		margin: 0 10px;
	}
}
@media  screen and (min-width: 1200px) {
	.header .web-nav ul li{
		margin: 0 28px;
	}
}
@media  screen and (min-width: 1500px) {
    .header .web-nav{
        margin-left: 100px;
    }
    .header .web-nav ul li{
		margin: 0 40px;
	}
}


.page-banner{
	width: 100%;
}
.page-banner img{
	width: 100%;
	display: block;
}
.page-banner img.pic{
	display: none;
}

@media  screen and (min-width: 768px) {
	.page-banner img.pic{
		display: block;
	}
	.page-banner img.wap{
		display: none;
	}
}


.page-contact .row{
	margin: 0;
}
.page-contact .row .col{
	padding: 0;
}
.page-contact .row .contact-right{
	padding: 30px 15px;
	background: #f8f8f9;
}
.page-contact .row .contact-right .contact-tel h3{
	margin: 0 0 10px;
	font-size: 20px;
	font-family: 'SourceHanSansCN-Bold';
	font-weight: normal;
}
.page-contact .row .contact-right .contact-tel p{
	font-size: 14px;
	line-height: 28px;
	margin: 0 0 30px;
}
.contact-message .title{
	font-family: 'SourceHanSansCN-Bold';
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 10px;
}
.contact-message .desc{
	font-family: 'SourceHanSansCN-Bold';
	font-size: 14px;
	line-height: 28px;
	margin: 0 0 5px;
}
.contact-message .param{
	font-size: 14px;
	line-height: 28px;
	margin: 0 0 30px;
}
.contact-message{
	max-width: 640px;
}
.contact-message input{
	display: block;
	width: 100%;
	border: 0;
	outline: none;
	height: 40px;
	background: none;
	border-bottom: 1px solid #dfdfdf;
}
.contact-message textarea{
	width: 100%;
	display: block;
	outline: none;
	border: 0;
	height: 70px;
	margin: 10px 0 0;
	border-bottom: 1px solid #dfdfdf;
	resize: none;
	background: none;
}
.contact-message button{
	float: right;
	width: 100px;
	height: 40px;
	color: #ffffff;
	border-radius: 5px;
	margin: 20px 0 0;
	border: none;
	background: #161616;
}

@media  screen and (min-width: 768px) {
	.page-contact .row .contact-right{
		padding: 30px;
	}
}
@media  screen and (min-width: 992px) {
	.page-contact .row .contact-right{
		padding: 90px 30px 90px 90px;
	}
	.page-contact .row .contact-right .contact-tel h3{
		font-size: 30px;
		margin: 0 0 15px;
	}
	.page-contact .row .contact-right .contact-tel p{
		font-size: 16px;
		line-height: 30px;
		margin: 0 0 60px;
	}
	.contact-message .title{
		font-size: 30px;
	}
	.contact-message .desc{
		font-size: 18px;
		margin: 0 0 10px;
	}
	.contact-message .param{
		font-size: 16px;
		margin: 0 0 40px;
	}
	.contact-message input{
		height: 50px;
	}
	.contact-message textarea{
		height: 80px;
	}
	.contact-message button{
		font-size: 16px;
		height: 50px;
		width: 140px;
		margin: 30px 0 0;
	}
}
.contact-img{
	display: none;
}

@media  screen and (min-width: 768px) {
	.contact-img{
		display: block;
	}
	.contact-img-fixed{
		position: fixed;
		width: 45%;
		left: 0;
		top: 80px;
		bottom: 80px;
		z-index: 999;
		display: block;
		opacity: 0;
		background-size: cover;
		background-position: center;
	}
	.contact-img-box{
		position: absolute;
		left: 0;
		top: 80px;
		background-size: cover;
		background-position: center;
	}
	.contact-img-bottom{
		position: absolute;
		left: 0;
		bottom: 80px;
		background-size: cover;
		background-position: center;
	}
}












.page-column{
	padding: 30px 15px 10px;
}
.page-column ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.page-column ul li{
	font-size: 16px;
	background: #f8f8f8;
	line-height: 38px;
	width: 40%;
	margin: 0 5% 20px;
	border-radius: 19px;
	font-family: 'SourceHanSansCN-Bold';
}
.page-column ul li a{
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 10px;
	border-radius: 19px;
}
.page-column ul li a:hover,
.page-column ul li.active a{
	background: #e5002d;
	color: #ffffff;
}
@media  screen and (min-width: 768px) {
	.page-column{
		padding: 35px 0;
	}
	.page-column ul li{
		width: auto;
		margin: 0 16px;
	}
	.page-column ul li a{
		padding: 0 40px;
	}
}


.news-list{
	padding: 30px 15px;
	background: #f8f8f8;
}
.news-list ul li{
	margin: 0 0 30px;
}
.news-list.videos ul li {
	position: relative;
}
.news-list.videos ul li .player {
	display: flex;
	width: 80px;
	height: 40px;
	border: 1px solid #FFFFFF;
	content: '';
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	/*background-color: red;*/
	cursor: pointer;
	transition: all 0.3s;
}

.news-list.videos ul li .player svg {
	height: 30px;
	fill: #FFFFFF;
	margin: auto;
	transition: all 0.3s;

}
.news-list ul li .post-thumb{
	overflow: hidden;
	border-radius: 5px;
}
.news-list ul li:hover img{
	transform: scale(1.1);
}
.news-list.videos ul li:hover .player {
	border-color: #e5002d;
}
.news-list.videos ul li:hover .player svg {
	fill: #e5002d;
}
.news-list ul li img{
	display: block;
	width: 100%;
	transition: all 0.3s ease;
	border-radius: 5px;
}
.news-list ul li .post-date{
	line-height: 20px;
	padding: 15px 0 10px;
	color: #999999;
}
.news-list ul li .post-title{
	font-size: 16px;
	line-height: 24px;
	font-family: 'SourceHanSansCN-Bold';
}
.news-list ul li .post-title a{
    color: #666666;
}
.news-list ul li:hover .post-title a{
    color: #333333;
}
.mascot-list .swiper-slide img{
    display: block;
    width: 100%;
}
@media  screen and (min-width: 576px) {
	.news-list ul{
		margin: 0 -7.5px;
	}
	.news-list ul li{
		padding: 0 7.5px;
	}
}
@media  screen and (min-width: 768px) {
	.news-list{
		padding: 40px 30px;
	}
	.news-list ul{
		margin: 0 -15px;
	}
	.news-list ul li{
		padding: 0 15px;
		margin: 0 0 40px;
	}
}
@media  screen and (min-width: 992px) {
	.news-list{
		padding: 80px 60px;
	}
	.news-list ul li{
		margin: 0 0 50px;
	}
	.news-list ul li .post-title{
		font-size: 18px;
		line-height: 28px;
	}
}

.page{
	display: flex;
	align-items: center;
	justify-content: center;
}
.page a{
	width: 30px;
	line-height: 30px;
	background: #d7d7d7;
	border-radius: 50%;
	text-align: center;
	margin: 0 5px;
	font-size: 16px;
}
.page a.page-num-current,
.page a:hover{
	background: #df002c;
	color: #ffffff;
}
@media  screen and (min-width: 768px) {
	.page a{
		margin: 0 10px;
	}
}


.video-player {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 99999;
	display: none;
}
.video-player .video-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.video-player .video-container .video-player-box {
	position: relative;
	width: 100%;
	max-height: 100%;
}
.video-player .video-container .video-player-box span.close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	position: absolute;
	right: calc(50% - 18px);
	bottom: -72px;
	color: #000000;
	background-color: #FFFFFF;
	cursor: pointer;
	transition: all 0.3s;
}
.video-player .video-container .video-player-box span.close:active {
	transform: scale(0.95);
}
.video-player .video-container .video-player-box video {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
@media  screen and (min-width: 768px) {
	.video-player .video-container .video-player-box {
		width: auto;
		max-width: 50%;
		max-height: 50%;
	}
	.video-player .video-container .video-player-box span.close {
		bottom: auto;
		top: -18px;
		right: -18px;
	}
	.video-player .video-container .video-player-box video {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
}
.show-news{
	padding: 30px 15px;
	background: #f8f8f8;
}
.show-news-box{
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}
.show-news-box .position{
	font-family: 'SourceHanSansCN-Normal';
	border-bottom: 1px solid #dddddd;
	line-height: 30px;
	padding: 0 0 5px;
}
.show-news-box .show-news-title{
	font-size: 18px;
	padding: 20px 0 0;
	font-family: 'SourceHanSansCN-Bold';
}
.show-news-box .show-news-date{
	font-family: 'SourceHanSansCN-Normal';
	padding: 8px 0 0;
}
.show-news-box .show-news-content{
	padding: 30px 0 0;
}
@media  screen and (min-width: 768px) {
	.show-news{
		padding: 40px 30px;
	}
}
@media  screen and (min-width: 992px) {
	.show-news{
		padding: 80px 60px;
	}
	.show-news-box .show-news-title{
		padding: 40px 0 0;
		font-size: 20px;
	}
	.show-news-box .show-news-date{
		padding: 10px 0 0;
		font-size: 16px;
	}
	.show-news-box .show-news-content{
		padding: 40px 0 0;
	}
}

.prev-next{
	padding: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
	line-height: 30px;
}
.prev-next a{
	width: 100%;
}
.prev-next a:hover{
	color: #e5002d;
}
@media  screen and (min-width: 768px) {
	.prev-next{
		padding: 40px 0 0;
	}
	.prev-next a{
		width: auto;
	}
	.prev-next a:nth-child(2){
		margin-left: auto;
	}
}
@media  screen and (min-width: 992px) {
	.prev-next{
		padding: 80px 0 0;
	}
}

.product-list{
	padding: 30px 15px;
	background: #f8f8f8;
}
.product-list ul li{
	margin: 0 0 30px;
}
.product-list ul li .post-tuhmb{
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}

.product-list ul li .post-tuhmb .cursor{
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transform: scale(0);
    background: url(../images/more.png) no-repeat center;
    background-size: cover;
}
.product-list ul li .post-tuhmb:hover .cursor{
    transform: scale(1);
}
.product-list ul li .post-tuhmb .img{
	width: 100%;
	transition: all 0.3s ease;
}
.product-list ul li .post-tuhmb .img img{
	width: 100%;
	display: block;
	border-radius: 5px;
}
.product-list ul li .post-tuhmb .img img:nth-child(2){
    display: none;
}
.product-list ul li .post-tuhmb:hover .img img{
    display: none;
}
.product-list ul li .post-tuhmb:hover .img img:nth-child(2){
    display: block;
}
.product-list ul li .title{
	margin: 25px 0 5px;
}
.product-list ul li .post-title{
	font-size: 16px;
	line-height: 24px;
	padding-left: 45px;
}
@media  screen and (min-width: 576px) {
	.product-list ul{
		margin: 0 -7.5px;
	}
	.product-list ul li{
		padding: 0 7.5px;
	}
}

@media  screen and (min-width: 768px) {
	.product-list{
		padding: 40px 30px;
	}
	.product-list ul{
		margin: 0 -15px;
	}
	.product-list ul li{
		padding: 0 15px;
		margin: 0 0 40px;
	}
	.product-list ul li .title{
		margin: 35px 0 5px;
	}
}

@media  screen and (min-width: 992px) {
	.product-list{
		padding: 80px 60px;
	}
	.product-list ul li{
		margin: 0 0 40px;
	}
}
@media  screen and (min-width: 1200px) {
	.product-list ul li .post-tuhmb::after{
		width: 100px;
		height: 100px;
		left: 50%;
		margin-left: -50px;
	}
}
@media  screen and (min-width: 1400px) {
	.product-list ul li .post-tuhmb::after{
		width: 134px;
		height: 134px;
		margin-left: -67px;
	}
}


.page-service{
	padding: 30px 15px;
}
.service-img .swiper-slide img{
	display: block;
	width: 100%;
}
.service-img .swiper-pagination-bullet{
	opacity: 1;
	background: #000000;
}
.service-img .swiper-pagination-bullet-active{
	background: #e5002d;
}
.service-text{
	margin: 0 0 30px;
}
.service-text .title{
	font-size: 20px;
	margin: 0 0 10px;
	font-family: 'SourceHanSansCN-Bold';
}
.service-text .desc{
	font-family: 'SourceHanSansCN-Regular';
	font-size: 16px;
	line-height: 30px;
}
@media  screen and (min-width: 768px) {
	.page-service{
		padding: 40px 30px;
	}
	.service-text{
		margin: 0;
	}
	.service-img{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.service-text .title{
		font-size: 28px;
	}
}
@media  screen and (min-width: 992px) {
	.page-service{
		padding: 80px 60px;
	}
	.service-text{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.service-text .title{
		font-size: 30px;
		margin: 0 0 20px;
	}
}
@media  screen and (min-width: 1200px) {
	.service-text .title{
		font-size: 40px;
	}
}


.service-list{
	background: #f8f8f8;
	padding: 30px 15px;
}

.service-list .col-12:last-child .box{
	padding-bottom: 0;
}
.service-list .col-12 .box{
	padding-left: 30px;
	position: relative;
	padding-bottom: 25px;
}
.service-list .col-12 .box::after{
	content: "";
	width: 2px;
	height: 100%;
	top: 0;
	background: #525252;
	position: absolute;
	left: 10px;
}
.service-list .col-12 .box::before{
	content: "";
	width: 15px;
	height: 15px;
	background: #525252;
	position: absolute;
	border-radius: 50%;
	left: 3px;
}
.service-list .col-12 .box:hover::after,
.service-list .col-12 .box:hover::before,
.service-list .col-12 .box.active::after,
.service-list .col-12 .box.active::before{
	background: #e5002d;
}
.service-list h3{
	font-family: 'SourceHanSansCN-Bold';
	font-weight: normal;
	font-size: 20px;
	margin: 0;
}
.service-list h4{
	font-family: 'SourceHanSansCN-Bold';
	font-weight: normal;
	font-size: 16px;
	margin: 10px 0;
}
.service-list p{
	font-size: 16px;
}
@media  screen and (min-width: 768px) {
	.service-list{
		padding: 40px 30px;
	}
	.service-list .col-12 .box{
		padding: 60px 0 0;
	}
	.service-list .col-12 .box::after{
		width: auto;
		height: 2px;
		left: -15px;
		right: -15px;
	}
	.service-list .col-12 .box::before{
		top: -6px;
		left: -15px;
	}
}
@media  screen and (min-width: 992px) {
	.service-list{
		padding: 80px 60px;
	}
	.service-list h3{
		font-size: 30px;
	}
}
@media  screen and (min-width: 1200px) {
	.service-list .col-12 .box{
		padding-left: 100px;
	}
}


/*
.about-content{
	padding: 30px 15px;
}

.about-content-box{
	margin: 20px 0 0;
}



.about-content-list{
	margin: 20px 0 0;
	line-height: 24px;
	font-size: 14px;
}
.about-content-list ul li{
	display: flex;
	margin: 3px 0;
}
.about-content-list span{
	float: left;
	flex: 0 0 auto;
	font-family: 'SourceHanSansCN-Bold';
}
@media  screen and (min-width: 768px) {
	.about-content{
		padding: 40px 30px;
	}
}
@media  screen and (min-width: 992px) {
	.about-content{
		padding: 80px 60px;
	}
	.about-wrap{
		display: flex;
		width: 100%;
	}
	.about-content .about-title{
		flex: 0 0 auto;
	}
	.about-content .about-content-box{
		flex: 0 0 auto;
		margin: 0;
	}
}
*/
.swiper-btn-prev,
.swiper-btn-next{
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	position: absolute;
	background-size: cover;
	z-index: 999;
	cursor: pointer;
	transition: 300ms;
}
.swiper-btn-prev{
	left: 10px;
	background-image: url(../images/prev.png);
}
.swiper-btn-prev:hover{
    transform: scale(1.05);
	background-image: url(../images/prev-hover.png);
}
.swiper-btn-next{
	right: 10px;
	background-image: url(../images/next.png);
}
.swiper-btn-next:hover{
    transform: scale(1.05);
	background-image: url(../images/next-hover.png);
}

@media  screen and (min-width: 992px) {
	.swiper-btn-prev{
		width: 46px;
		height: 46px;
		margin-top: -23px;
		left: -56px;
	}
	.swiper-btn-next{
		width: 46px;
		height: 46px;
		margin-top: -23px;
		right: 0;
	}
}
.about-content-text{
	font-size: 16px;
	margin: 30px 0 0;
}
.about-img-list{
	width: 100%;
	position: relative;
	margin: 30px 0 0;
}
.about-img-list img{
	display: block;
	width: 100%;
}

.about-content-list{
	margin: 30px 0 0;
	line-height: 24px;
	font-size: 14px;
}
.about-content-list ul li{
	display: flex;
	margin: 3px 0;
}
.about-content-list span{
	float: left;
	flex: 0 0 auto;
	font-family: 'SourceHanSansCN-Bold';
}

@media  screen and (min-width: 768px) {
	.about-content-list{
		font-size: 16px;
	}
}
@media  screen and (min-width: 992px) {
	.about-img-list{
		padding-right: 56px;
	}
	.about-content-text{
		margin: 0;
	}
	.about-content-list ul li{
		line-height: 30px;
	}
}
@media  screen and (min-width: 1400px) {
	.about-content-list ul{
		display: flex;
		flex-wrap: wrap;
	}
	.about-content-list ul li{
		line-height: 30px;
		font-size: 14px;
		width: calc(100% - 338px);
	}
	.about-content-list ul li:nth-child(even){
		width: 338px;
	}
}
@media  screen and (min-width: 1600px) {
	.about-content-list ul li{
		font-size: 16px;
		width: calc(100% - 390px);
	}
	.about-content-list ul li:nth-child(even){
		width: 390px;
	}
}

.about-honor{
	background: #f8f8f8;
}
.about-honor img{
	display: block;
	width: 100%;
}
.about-honor .about-title{
	margin: 0 0 20px;
}
.about-honor .about-box{
	position: relative;
}
@media  screen and (min-width: 992px) {
	.about-honor .about-box{
		padding-right: 56px;
	}
}
.about-honor .swiper-slide,
.about-img-list .swiper-slide{
    overflow: hidden;
}
.about-honor .swiper-slide img,
.about-img-list .swiper-slide img{
    transition: all 0.3s ease;
}
.about-honor .swiper-slide:hover img,
.about-img-list .swiper-slide:hover img{
    transform: scale(1.2);
}


.about-wrap{
	padding: 30px 15px;
}
.about-title h3{
	font-size: 20px;
	margin: 0;
	font-family: 'SourceHanSansCN-Bold';
}
.about-title p{
	font-size: 16px;
	margin: 5px 0 0;
	font-family: 'SourceHanSansCN-Bold';
}
@media  screen and (min-width: 768px) {
	.about-wrap{
		padding: 40px 30px;
	}
	.about-title h3{
		font-size: 30px;
	}
	.about-title p{
		font-size: 18px;
	}
}
@media  screen and (min-width: 992px) {
	.about-wrap{
		padding: 80px 60px;
		display: flex;
	}
	.about-wrap .about-title{
		flex: 0 0 auto;
		width: 300px;
	}
	.about-wrap .about-box{
		width: 0;
		flex: 1;
	}
	.about-title h3{
		font-size: 40px;
	}
	.about-title p{
		font-size: 22px;
	}
}
@media  screen and (min-width: 1400px) {
	.about-wrap .about-title{
		width: 400px;
	}
}






.about-mascot{
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	color: #ffffff;
	background: url(../images/about-mascot.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}
.about-mascot .text-box{
	text-align: center;
	padding: 0 15px;
	width: 100%;
}
.about-mascot .text-box h3{
	font-size: 20px;
	margin: 0;
	font-family: 'SourceHanSansCN-Bold';
	font-weight: normal;
}
.about-mascot .text-box span{
	display: inline-block;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	font-family: 'SourceHanSansCN-Bold';
	font-size: 12px;
	margin: 10px 0;
	padding: 0 5px;
}
.about-mascot .text-box p{
	font-size: 12px;
	line-height: 24px;
}
@media  screen and (min-width: 768px) {
	.about-mascot{
		height: 550px;
	}
	.about-mascot .text-box h3{
		font-size: 40px;
	}
	.about-mascot .text-box span{
		font-size: 24px;
		line-height: 54px;
		margin: 25px 0;
	}
	.about-mascot .text-box p{
		font-size: 16px;
		line-height: 30px;
	}
}
.mascot-img{
	background: #f8f8f8;
}
.mascot-img img{
	display: block;
	width: 100%;
}

.mascot-list{
	padding-top: 0;
	display: block;
	background: #f8f8f8;
}


.about-brands{
	padding-bottom: 15px;
}
.about-brands ul li img{
	width: 100%;
	display: block;
}
.about-brands .about-title{
	margin: 0 0 20px;
}
.about-brands ul{
	margin: 0 -7.5px;
}
.about-brands ul li {
	margin: 0 0 15px;
	padding: 0 7.5px;
}

@media  screen and (min-width: 768px) {
	.about-brands ul{
		margin: 0 -15px;
	}
	.about-brands ul li {
		padding: 0 15px;
		margin: 0 0 30px;
	}
	.about-brands{
		padding-bottom: 10px;
	}
}
@media  screen and (min-width: 992px) {
	.about-brands{
		padding-bottom: 30px;
	}
}

.show-product-content{
	background: #f8f8f8;
}
.show-product .position{
    max-width: 1320px;
    margin: 0 auto;
}
.product-next{
    max-width: 1320px;
    margin: 0 auto;
}
.show-product-content-box{
	max-width: 1320px;
	margin: 0 auto;
}
.show-product-content-box .title{
	font-family: 'SourceHanSansCN-Bold';
	font-size: 20px;
	margin: 0 0 20px;
}

.product-next{
	border-bottom: 1px solid #ececec;
	padding: 20px 15px;
}
.product-next .box{
	max-width: 1320px;
	line-height: 30px;
	display: flex;
	position: relative;
}
.product-next .box a.list{
	width: 35px;
	height: 35px;
	margin: 0 10px;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -17.5px;
	background: url(../images/list.png);
	background-size: cover;
}
.product-next .box a.list:hover{
    	background: url(../images/list-hover.png);
}
.product-next .box a.next,
.product-next .box a.prev{
	max-width: 40%;
	overflow: hidden;
}
.product-next .box a:hover{
    color: #e5002d;
}
.product-next .box a.next{
	margin-left: auto;
}
@media  screen and (min-width: 768px) {
	.product-next{
		padding: 32px 30px;
		font-size: 16px;
	}
	.product-next .box{
		line-height: 35px;
	}
	.product-next .box a.list{
		display: block;
	}
}
@media  screen and (min-width: 992px) {
	.product-next{
		padding: 32px 60px;
	}
}
.show-product{
	display: block;
}

.product-img{
	max-width: 1320px;
	margin: 0 auto;
}
.swiper-container-pc.swiper-container{
	height: 400px;
}
.swiper-container-pc .swiper-slide{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
}
.swiper-container-pc .swiper-slide:hover{
    transform: scale(1.2) !important;
}
.swiper-container-pc .swiper-slide-next:hover{
    transform: scale(1.4) !important;
}
.contact-m-img{
    margin: 0 0 30px;
}
@media  screen and (min-width: 768px) {
    .contact-m-img{
        display: none;
    }
}
.contact-m-img img{
    width: 100%;
}

.swiper-button{
	display: flex;
	align-items: center;
	justify-content: center;
}
.line{
	width: 3px;
	height: 34px;
	margin: 0 30px;
	background: #161616;
}
.swiper-button .swiper-prev,
.swiper-button .swiper-next{
	width: 46px;
	height: 46px;
	cursor: pointer;
	border-radius: 50%;
}
.swiper-button .swiper-prev{
	background: url(../images/prev.png);
}
.swiper-button .swiper-prev:hover{
	background: url(../images/prev-hover.png);
}
.swiper-button .swiper-next{
	background: url(../images/next.png);
}
.swiper-button .swiper-next:hover{
	background: url(../images/next-hover.png);
}
.swiper-container-wap{
	margin: 30px 0;
}
.swiper-container-wap .swiper-slide img{
	display: block;
	width: 100%;
}

.swiper-container-pc{
	display: none;
}
@media  screen and (min-width: 768px) {
	.swiper-container-pc{
		display: block;
	}
	.swiper-container-wap{
		display: none;
	}
}


.index-wrap{
	padding: 30px 15px;
}
@media  screen and (min-width: 768px) {
	.index-wrap{
		padding: 40px 30px;
	}
}
@media  screen and (min-width: 992px) {
	.index-wrap{
		padding: 80px 60px;
	}
}



.index-product{
	background: #f8f8f8;
	padding-bottom: 0;
}
.index-product .title{
	position: relative;
	margin: 0 0 30px;
}
.index-product .title h3{
	font-size: 20px;
	font-family: 'SourceHanSansCN-Bold';
	font-weight: normal;
	margin: 0;
}
.index-product .title p{
	font-size: 16px;
	font-family: 'SourceHanSansCN-Medium';
	margin: 10px 0;
}
.index-product .title a.more{
	background: #161616;
	font-family: 'SourceHanSansCN-Bold';
	color: #ffffff;
	border-radius: 5px;
	display: inline-block;
	line-height: 36px;
	padding: 0 20px;
}
.index-product .title a.more:hover{
    background: #e5002d;
}
@media  screen and (min-width: 768px) {
	.index-product{
		padding-bottom: 10px;
	}
	.index-product .title{
		margin: 0 0 40px;
	}
	.index-product .title h3{
		font-size: 30px;
	}
	.index-product .title p{
		line-height: 30px;
		margin: 15px 0 0;
		font-size: 18px;
	}
	.index-product .title a.more{
		position: absolute;
		right: 0;
		line-height: 40px;
		font-size: 16px;
		bottom: 0;
	}
}
@media  screen and (min-width: 992px) {
	.index-product{
		padding-bottom: 20px;
	}
	.index-product .title{
		margin: 0 0 80px;
	}
	.index-product .title h3{
		font-size: 30px;
	}
	.index-product .title p{
		font-size: 20px;
		margin: 10px 0 0;
	}
	.index-product .title a.more{
		font-size: 18px;
		line-height: 50px;
	}
}

.index-product ul li img{
	display: block;
	width: 100%;
	transition: all 0.3s ease;
}
.index-product ul li:hover img{
	transform: scale(1.15);
}
.index-product ul li .brand{
	border-top: 2px solid #161616;
}
.index-product ul li .post-img{
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.index-product ul li .post-img .model{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
    display: flex;
    flex-flow: column;
    padding: 0 15px 15px;
    justify-content: end;
    transform: scale(0);
    background: rgba(0,0,0,0.3);
    transition: 300ms;
    border-radius: 5px;
}
.index-product ul li .post-img:hover .model{
    transform: scale(1);
}
.index-product ul li .post-img .model .m-title{
    font-size: 18px;
}
.index-product ul li .post-img .model p{
    font-size: 16px;
    margin: 10px 0 0;
}

.index-product ul li .post-img .cursor{
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transform: scale(0);
    background: url(../images/more.png) no-repeat center;
    background-size: cover;
}
.index-product ul li .post-img:hover .cursor{
    transform: scale(1);
}
.index-product ul li .brand{
	line-height: 30px;
	padding: 15px 0;
	font-size: 16px;
}
.index-product ul li .brand span{
	font-family: 'SourceHanSansCN-Bold';
}
.index-product ul li .post-title{
	font-size: 16px;
	line-height: 26px;
	padding: 20px 0 30px 30px;
}
@media  screen and (min-width: 992px) {
	.index-product ul{
		margin: 0 -20px;
	}
	.index-product ul li{
		padding: 0 20px;
	}
	.index-product ul li .brand{
		font-size: 20px;
		padding: 35px 0;
	}
	.index-product ul li .post-title{
		padding: 30px 0 60px 45px;
	}
	.index-product ul li .post-img .model .m-title{
        font-size: 24px;
    }
    .index-product ul li .post-img .model p{
        font-size: 18px;
        margin: 10px 0 0;
    }
    .index-product ul li .post-img .model{
        padding: 0 30px 40px;
    }
}



.index-product-column{
	width: 100%;
	height: 600px;
	text-align: center;
	margin: 0 0 30px;
	background: url(../images/index-product-column.jpg) no-repeat center bottom;
}
.index-product-column .column-img img{
	display: block;
	height: 300px;
	margin: 0 auto;
}
.index-product-column .column-list{
	text-align: center;
	display: flex;
	justify-content: center;
}
.index-product-column .left{
    flex-flow: column;
}
.index-product-column .column-list a{
	padding: 0 35px;
	display: inline-block;
	background: #ffffff;
	line-height: 40px;
	font-size: 16px;
	border-radius: 20px;
	font-size: 16px;
	margin: 0 10px;
}
.index-product-column .column-list a:hover,
.index-product-column .column-list a.active{
	background: #e5002d;
	color: #ffffff;
}
.index-product-column .column-info{
	text-align: center;
}
.index-product-column .column-info h3{
	font-size: 24px;
	font-family: 'SourceHanSansCN-Bold';
	margin: 0;
	line-height: 30px;
	font-weight: normal;
}
.index-product-column .column-info{
	padding: 50px 0 30px;
}
.index-product-column .column-info h4{
	font-weight: normal;
	font-size: 20px;
	margin: 10px 0 10px;
	font-family: 'SourceHanSansCN-Medium';
}
.index-product-column .column-info p{
	font-size: 18px;
	line-height: 26px;
}
.index-product-column .column-color .box{
	display: inline-block;
	height: 40px;
	border-radius: 25px;
	padding: 5px 25px;
	line-height: 30px;
	font-size: 16px;
	font-family: 'SourceHanSansCN-Bold';
	background: rgba(255, 255, 255, 0.8);
	margin: 0 0 40px;
}
.index-product-column .column-color .box{

}
.index-product-column .column-color .box span{
    float: left;
}
.index-product-column .column-color i{
	display: block;
	width: 15px;
	height: 15px;
	margin: 7.5px 5px;
	float: left;
	border-radius: 50%;
	cursor: pointer;
	background: #6169d5;
}
.index-product-column .column-color span{
	margin-right: 15px;
}



@media  screen and (min-width: 768px) {
	.index-product-column .column-img img{
		height: 400px;
	}
	.index-product-column{
		height: 700px;
	}
}

@media  screen and (min-width: 992px) {
	.index-product-column{
		height: 800px;
	}
	.index-product-column .column-img img{
		height: 500px;
	}
}

@media  screen and (min-width: 1200px) {
	.index-product-column{
		height: 600px;
	}
	.index-product-column .index-wrap{
		padding-top: 100px;
		position: relative;
	}
	.index-product-column .column-img img{
		height: 600px;
	}
	.index-product-column .left{
		position: absolute;
		display: flex;
		flex-flow: column;
		top: 0	;
		left: 60px;
		height: 600px;
		text-align: left;
		justify-content: center;
	}
	.index-product-column .column-list{
		width: 150px;
		height: 600px;
		right: 60px;
		top: 0;
		display: flex;
		flex-wrap: wrap;
		flex-flow: column;
		position: absolute;
	}
	.index-product-column .column-list a{
		display: block;
		width: 100%;
		font-size: 24px;
		padding: 0;
		height: 44px;
		margin: 0 0 30px;
		line-height: 44px;
		border-radius: 22px;
	}
	.index-product-column .column-list a:last-child{
		margin: 0;
	}
	.index-product-column .column-color{
		margin: 40px 0 0;
		height: 50px;
		border-radius: 25px;
		font-size: 18px;
	}
	.index-product-column .column-color i{
		width: 20px;
		height: 20px;
		margin: 5px 10px;
	}
	.index-product-column .column-info{
		text-align: left;
		padding: 0;
	}
	.index-product-column .column-info h3{
		font-size: 30px;
		line-height: 40px;
	}
	.index-product-column .column-info h4{
		font-size: 26px;
		line-height: 40px;
	}
	.index-product-column .column-info p{
		font-size: 20px;
		line-height: 40px;
	}
}
@media  screen and (min-width: 1400px) {
	.index-product-column{
		height: 800px;
	}
	.index-product-column .column-img img{
		height: 800px;
	}
	.index-product-column .column-list{
		height: 800px;
	}
	.index-product-column .left{
		height: 800px;
	}
}


.index-about-box{
	max-width: 1320px;
	margin: 0 auto;
}

.index-about-content .title{
	font-size: 20px;
	margin: 0 0 20px;
	font-family: 'SourceHanSansCN-Bold';
}
.index-about-content .content{
	font-size: 16px;
	line-height: 26px;
}
.index-about-content .content p{
	margin: 0 0 10px;
}
.index-about-content .box .a-more{
	text-align: right;
}
.index-about-content .box a.more{
	font-family: 'SourceHanSansCN-Bold';
	font-size: 16px;
	display: inline-block;
	border-bottom: 1px solid #333333;
}
.index-about-content .box a.more:hover{
    color: #e5002d;
}
.index-about-video{
	max-width: 1320px;
	margin: 30px auto 0;
}
@media  screen and (min-width: 992px) {
    .index-about{
        padding-left: 15.6%;
        padding-right: 15.6%;
    }
	.index-about{
		background: url(../images/index-about.png) no-repeat center right;
		background-size: 15%;
	}
	.index-about-content{
		display: flex;
	}
	.index-about-content .title{
		flex: 0 0 auto;
		font-size: 30px;
		width: 300px;
	}
	.index-about-content .box a.more{
		font-size: 18px;
	}
	.index-about-video{
		margin: 40px auto 0;
	}
}


.index-news{
	width: 100%;
	padding: 30px 15px;
	color: #ffffff;
	background: url(../images/index-news.jpg) no-repeat center;
}

.index-news a{
	color: #ffffff;
}
.index-news dl{
	max-width: 1100px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.2);
}
.index-news dl dt img{
	width: 100%;
	display: block;
	transition: all 0.3s ease;
	border-radius: 5px;
}
.index-news dl dd{
	padding: 15px;
}
.index-news dl dd .post-title{
	font-size: 16px;
	margin: 10px 0;
}
.index-news dl dd .post-date{
    font-size: 16px;
}
.index-news dl:hover img{
    transform: scale(1.2);
}
.index-news dl:hover a{
    color: #e5002d;
}
.index-news a.more{
	border: 1px solid #ffffff;
	width: 150px;
	line-height: 40px;
	display: block;
	text-align: center;
	overflow: hidden;
	position: relative;
	transition：border-color 0.3s, background-color 0.3s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	border-radius: 21px;
	font-family: 'SourceHanSansCN-Medium';
	font-size: 16px;
	margin: 30px auto 0;
}
.index-news a.more::after,
.index-news a.more span{
    transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.index-news a.more::after{
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    left: 0;
    color: #e5002d;
    transform: translate3d(0, 25%, 0);
}
.index-news a.more:hover::after{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.index-news a.more span{
    display: block;
}
.index-news a.more:hover span{
    opacity: 0;
    transform: translate3d(0, -25%, 0);
}

.index-news a.more:hover{
    border-color: #e5002d;
}
@media  screen and (min-width: 576px) {
	.index-news dl{
		padding: 15px;
		display: flex;
		border-radius: 5px;
	}
	.index-news dl dt{
		flex: 0 0 auto;
		width: 40%;
		overflow: hidden;
		border-radius: 5px;
	}
	.index-news dl dd{
		display: flex;
		padding-left: 30px;
		flex-flow: column;
		justify-content: center;
	}
	.index-news dl dd .post-title{
		margin: 10px 0;
	}
}
@media  screen and (min-width: 768px) {
	.index-news{
		padding: 40px;
	}
}
@media  screen and (min-width: 992px) {
	.index-news{
		padding: 140px 60px 100px;
	}
	.index-news dl{
		padding: 30px;
	}
	.index-news dl dt{
		width: 30%;
		display: flex;
		align-items: center;
	}
	.index-news dl dd .post-title{
		font-size: 24px;
		margin: 20px 0 25px;
	}
	.index-news dl dd .post-desc{
		font-size: 16px;
	}
	.index-news a.more{
		margin: 60px auto 0;
		line-height: 54px;
		width: 300px;
		font-size: 24px;
		border-radius: 28px;
	}
}

.index-join{
	padding: 30px 15px 40px;
}
.index-join .item{
	margin: 0 0 30px;
	position: relative;
}
.index-join .item .model{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	flex-flow: column;
}
.index-join .item .model p{
	font-size: 30px;
	font-family: 'SourceHanSansCN-Medium';
}
.index-join .item .model h4{
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0;
	font-family: 'SourceHanSansCN-Medium';
}
.index-join .item .model h3{
	font-size: 20px;
	font-weight: normal;
	font-family: 'SourceHanSansCN-Medium';
	margin: 0;
}
.index-join .item span{
	position: absolute;
	right: 15px;
	bottom: 15px;
	background: #333333;
	line-height: 30px;
	border-radius: 15px;
	color: #ffffff;
	padding: 0 20px;
	transition: 300ms;
}
.index-join .item:hover span{
    color: #ffffff;
    background: #e5002d;
}
.index-join .item:nth-child(3){
	margin: 0;
}
.index-join .item img{
	display: block;
	width: 100%;
	border-radius: 5px;
}
.index-join .title{
	font-size: 20px;
	font-family: 'SourceHanSansCN-Medium';
	margin: 0 0 15px;
}
@media  screen and (min-width: 576px) {
	.index-join .row{
		margin: 0 -7.5px;
	}
	.index-join .row .col-12{
		padding: 0 7.5px;
	}
	.index-join .item{
		margin: 0;
		border-radius: 5px;
		overflow: hidden;
	}
	.index-join .item img{
	    transition: all 0.3s;
	}
	.index-join .item:hover img{
	    transform: scale(1.2);
	}
	.index-join .img-list{
		display: flex;
		flex-flow: column;
	}
	.index-join .img-list .item:nth-child(3){
		margin-top: auto;
	}
	.index-join .item .model h4{
		margin: 0;
	}
	.index-join .item .model p{
		font-size: 24px;
	}
}
@media  screen and (min-width: 768px) {
	.index-join{
		padding: 50px 30px 60px;
	}
	.index-join .title{
		margin: 0 0 30px;
	}
	.index-join .row{
		margin: 0 -15px;
	}
	.index-join .row .col-12{
		padding: 0 15px;
	}
	
}
@media  screen and (min-width: 992px) {
	.index-join .title{
		font-size: 28px;
	}
	.index-join{
		padding: 50px 60px 60px;
	}
	.index-join .item .model p{
		font-size: 30px;
	}
	.index-join .item .model h4{
		font-size: 16px;
	}
	.index-join .item .model h3{
		font-size: 28px;
	}
	.index-join .item span{
		font-size: 16px;
		right: 30px;
		bottom: 20px;
		padding: 0 30px;
	}
}
@media  screen and (min-width: 1200px) {
	.index-join .item .model p{
		font-size: 50px;
	}
}





.footer{
	padding: 30px 15px;
	background: #ffffff;
}
.footer-text{
	margin: 0 0 30px;
}
.copyright{
	line-height: 30px;
	text-align: center;
}
.footer-soter{
	margin: 10px 0;
	display: flex;
	justify-content: center;
}
.footer-soter a{
	display: inline-block;
	line-height: 30px;
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 10px;
	height: 30px;
	border-radius: 13px;
	background-position: 10px center;
}
.footer-soter a.ai{
	background-image: url(../images/ai.png);
}
.footer-soter a.tb{
	margin-left: 30px;
	background-image: url(../images/tb.png);
}
@media  screen and (min-width: 768px) {
	.footer{
		padding: 40px 30px;
		background: #ffffff;
	}
	.footer-text{
		margin: 0 0 40px;
	}
}
@media  screen and (min-width: 992px) {
	.footer-text{
		margin: 0 0 60px;
	}
	.footer{
		padding: 80px 60px;
		background: #ffffff;
	}
	.copyright{
		display: flex;
		font-size: 16px;
		text-align: left;
	}
	.copyright p{
	    margin-right: auto;
	}
	.footer-soter{
		width: 285px;
		order: 1;
		flex: 0 0 auto;
		margin: 0 0 0 auto;
	}
}


.footer-text .title{
	font-size: 16px;
	font-family: 'SourceHanSansCN-Bold';
	margin: 0 0 10px;
}
.footer-text form{
    display: flex;
    flex-wrap: wrap;
}
.footer-text form input{
    width: calc(50% - 7.5px);
    height: 36px;
    background: #f7f7f7;
    border-radius: 5px;
    border: none;
    display: block;
    outline: none;
    padding: 0 8px;
}
.footer-text form textarea{
    width: 100%;
    padding: 5px 8px;
    border-radius: 5px;
    height: 120px;
    border: none;
    resize: none;
    margin: 15px 0;
    outline: none;
    background: #f7f7f7;
}
.footer-text form button{
	width: 100px;
	height: 40px;
	color: #ffffff;
	border-radius: 5px;
	border: none;
	background: #161616;
}
.footer-text form input:nth-child(2){
    margin-left: auto;
}
.footer-text .content{
	line-height: 30px;
	font-size: 16px;
}
.footer-text a.more{
	font-family: 'SourceHanSansCN-Medium';
	display: inline-block;
	line-height: 24px;
	border-bottom: 1px solid #333333;
}
.footer-text .footer-nav{
    font-size: 16px;
    display: none;
    line-height: 30px;
    width: 200px;
}
.footer-text .footer-nav a:hover{
    font-weight: bold;
    text-decoration: underline;
}
.footer-text .footer-about,
.footer-text .footer-address,
.footer-text .footer-nav{
	margin: 0 0 20px;
}
.footer-text .footer-tel h3{
	margin: 0 0 5px;
	font-family: 'SourceHanSansCN-Bold';
	font-weight: normal;
	font-size: 20px;
}
.footer-text .footer-tel p{
	line-height: 24px;
	font-size: 16px;
}
.footer-text .footer-qrcode,
.footer-text .footer-address{
    display: none;
}
.footer-text .footer-qrcode img{
	display: block;
	width: 150px;
	margin: 0 auto;
}
@media  screen and (min-width: 768px) {
    .footer-text .footer-about{
        width: 400px;
    }
    .footer-text .footer-nav{
        margin-left: auto;
        padding-top: 32px;
    }
    .footer-text .footer-nav ul li div{
        margin: 15px 0;
    }
	.footer-text{
		display: flex;
		flex-wrap: wrap;
	}
	.footer-text .footer-address,
	.footer-text .footer-qrcode{
	    display: block;
	}
	.footer-text .footer-address,
	.footer-text .footer-tel{
		margin: 0;
	}
	.footer-text .footer-nav{
	    display: block;
	}
	.footer-text .footer-qrcode{
		margin-left: auto;
	}
	.footer-text .footer-tel{
		flex: 1;
		margin-left: 70px;
	}
}
@media  screen and (min-width: 850px) {
    .footer-text .footer-about{
        width: 500px;
    }
}
@media  screen and (min-width: 900px) {
    .footer-text .footer-about{
        width: 650px;
    }
}
@media  screen and (min-width: 992px) {
	.footer-text .title{
		margin: 0 0 20px;
	}
	.footer-text .footer-about{
		width: 300px;
	}
	.footer-text .footer-nav{
	    margin: 0;
	    padding: 0;
	    margin-right: 30px;
	    margin-left: 30px;
	    line-height: 1.15;
	}
	.footer-text .footer-nav ul li div{
	    margin: 0 0 30px;
	    line-height: auto;
	}
	.footer-text .footer-address{
		width: 170px;
	}
	.footer-text .footer-qrcode{

	}
}
@media  screen and (min-width: 1100px) {
    .footer-text .footer-nav{
	    margin-right: 60px;
	    margin-left: 60px;
	}
}
@media  screen and (min-width: 1200px) {
    .footer-text .footer-about{
		width: 400px;
	}
	.footer-text .footer-qrcode{
		width: 150px;
	}
	.footer-text .footer-nav{
	    margin-right: 80px;
	    margin-left: 80px;
	}
}
@media  screen and (min-width: 1400px) {
	.footer-text .footer-about{
		width: 500px;
	}
	.footer-text .footer-nav{
	    margin-right: 120px;
	    margin-left: 120px;
	}
}

@media  screen and (min-width: 1600px) {
	.footer-text .footer-about{
		width: 600px;
	}
	.footer-text .footer-nav{
	    margin-right: 150px;
	    margin-left: 150px;
	}
}
@media  screen and (min-width: 1700px) {
	.footer-text .footer-about{
		width: 700px;
	}
	.footer-text .footer-nav{
	    margin-right: 150px;
	    margin-left: 150px;
	}
}

/*

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../fonts/SourceHanSansCN-Regular.otf');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('../fonts/SourceHanSansCN-Medium.otf');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url('../fonts/SourceHanSansCN-Bold.otf');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'SourceHanSansCN-Normal';
    src: url('../fonts/SourceHanSansCN-Normal.otf');
    font-style: normal;
    font-weight: normal;
}
*/
.mascot-list ul{
    display: flex;
    width: 100%;
}
.mascot-list ul li .img{
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}
.mascot-list ul li.active{
    flex: 0 0 auto;
}
.mascot-list ul li .img.active img{
    display: block;
    width: 400px;
}
.mascot-list ul li{
    padding: 0 5px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.mascot-list ul li img{
    height: 200px;
}
@media  screen and (min-width: 1200px) {
    .mascot-list ul li img{
        height: 250px;
    }
}
@media  screen and (min-width: 1400px) {
    .mascot-list ul li{
        padding: 0 10px;
    }
    .mascot-list ul li img{
        height: 300px;
    }
}
@media  screen and (min-width: 1600px) {
    .mascot-list ul li img{
        height: 350px;
    }
}
@media  screen and (min-width: 1700px) {
    .mascot-list ul li .img{
        border-radius: 30px;
    }
    .mascot-list ul li img{
        height: 400px;
    }
}

.mascot-img{
    display: block;
}





.curtain[data-v-9c86a400] {
	top:0;
	left:0;
	position:absolute;
	z-index:1;
}
.curtain svg{
	overflow: hidden;
}
.curtain[data-v-9c86a400],
.curtain svg[data-v-9c86a400] {
	width:100%;
	height:100vh;
	transition: 300ms;
}





