/* 首页和头尾公共样式 */
/* 顶部导航栏样式 */
.header {
	position: fixed;
	width: 100%;
	z-index: 999;
	transition: 0.4s;
}
.mobile-nav{
	display: none;
}
.mobile-nav .mobile-search{
	margin-right: 20px;
}
.mobile-search-input{
	display: none;
	width: 100%;
	height: 50px;
	background: #fff;
	position: relative;
	z-index: 9999;
}
.mobile-search-input .search input{
	width: 100%;
	    border: none;
	    background: none;
	    line-height: 33px;
	    color: #333;
	    transition: 0.4s;
	    font-size: 14px;
}
.mobile-search-input .search{
	width: 95%;
	margin: 0 auto;
}
.mobile-search-input .search{
	padding-right: 30px;
}
.header.on{
	background: #fff;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05);
}
.header .header-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .header-box .logo a {
	width: 228px;
}

.header .header-box .logo a img {
	width: 100%;
}

.header .header-box>ul {
	display: flex;
	align-items: center;
}

.header .header-box>ul>li {
	margin-right: 60px;
	position: relative;
}

.header .header-box>ul>li:last-child {
	margin-right: 0;
}
.header.on .header-box>ul>li>a{
	color: #333333;
}
.header.on .header-box>ul>li:hover>a{
	color: #6324A4;
}
.header.on .search{
	border: 1px solid #DDDDDD;
}

.header.on input.keyword:-internal-autofill-previewed,
.header.on input.keyword:-internal-autofill-selected {
	-webkit-text-fill-color: #333;
	transition: background-color 5000s ease-out 0.5s;
}
.header .header-box>ul>li>a {
	font-size: 18px;
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
	color: #FFFFFF;
	line-height: 100px;
	position: relative;
}

.header .header-box>ul>li>a::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 30px;
	left: 0;
	transform: scaleX(0);
	transition: 0.4s;
}
.header.on .header-box>ul>li>a::after{
	background: #6324A4;
}
.header .header-box>ul>li.active>a::after {
	transform: scaleX(1);
}
.header .header-box>ul>li .two-nav{
	position: absolute;
	background: #fff;
	padding: 15px 25px;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05);
	display: none;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.header .header-box>ul>li .two-nav li{
	margin-bottom: 10px;
}
.header .header-box>ul>li .two-nav li:last-child{
	margin-bottom: 0;
}
.header .header-box>ul>li .two-nav li a{
	font-size: 16px;
	color: #333;
	white-space: nowrap;
}
.header .header-box>ul>li .two-nav li a:hover{
	color: #612BA3;
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
}
.nav-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgb(0, 0, 0,0.8);
	display: none;
	z-index: 2;
}

.search {
	width: 311px;
	height: 46px;
	padding: 0 22px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 100px;
}

.header .header-box .search input {
	width: 100%;
	border: none;
	background: none;
	line-height: 46px;
	color: #fff;
	transition: 0.4s;
	font-size: 16px;
}
.header.on .header-box .search input{
	color: #333;
}

.search input::-ms-input-placeholder {
	color: #fff;
	transition: 0.4s;
}

.search input::-moz-placeholder {
	color: #fff;
	transition: 0.4s;
}

.search input::-webkit-input-placeholder {
	color: #fff;
	transition: 0.4s;
}

.header.on .search input::-ms-input-placeholder{
	color: #333333;
}

.header.on .search input::-moz-placeholder{
	color: #333333;
}

.header.on .search input::-webkit-input-placeholder{
	color: #333333;
}

.header .search button {
	border: none;
	background: none;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.4s;
}

.header .search button img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 1;
	transition: 0.4s;
}
.header .search button img.on{
	opacity: 0;
}
.header.on .search button img.on{
	opacity:1;
}
.header.on .search button img.show{
	opacity: 0;
}
.header .header-box .logo a{
	position: relative;
}

.header .header-box .logo a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 1;
	transition: 0.4s;
}
.header .header-box .logo a img.on{
	opacity: 0;
}
.header.on .header-box .logo a img.on{
	opacity:1;
}
.header.on .header-box .logo a img.show{
	opacity: 0;
}

.header .header-box>ul>li>a>img{
	display: none;
	width: 15px;
}


/* 公共底部样式 */
.footer {
	width: 100%;
	background: #f7f7f7;
	
	overflow: hidden;
}

.footer .footer-box {
	display: flex;
	justify-content: space-between;
	padding: 100px 0 85px;
}
.footer .beian{
	padding: 20px 0;
	background: #6324A4;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.footer .beian p,
.footer .beian a{
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	text-align: center;
	padding: 0 2.5%;
}
.footer .contact-info {
	display: flex;
	align-items: flex-end;
	margin-top: 35px;
}

.footer .left {
	width: 52.08%;
}

.footer .contact-info .info01 .info-box {
	display: flex;
	align-items: flex-start;
}

.footer .contact-info .info01 .info-box .ico {
	width: 40px;
	height: 40px;
	background: #6324A4;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.footer .contact-info .info01 .info-box .info-deil {
	width: 305px;
	margin-left: 13px;
}

.footer .contact-info .info01 .info-box p {
	font-size: 18px;
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
	color: #333333;
	margin-bottom: 10px;
}

.footer .contact-info .info01 .info-box span {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333333;
}

.footer .contact-info .info01 .info-box:nth-child(2) {
	align-items: center;
	margin-top: 25px;
}

.footer .contact-info .info01 .info-box:nth-child(2) p {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer .contact-info .info01 .info-box:nth-child(2) p span {
	font-size: 30px;
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
	color: #612BA3;
	font-style: italic;
}

.footer .contact-info .info02 {
	display: flex;
	margin-left: 75px;
}

.footer .contact-info .info02 .code-box {
	margin-right: 68px;
}

.footer .contact-info .info02 .code-box:last-child {
	margin-right: 0;
}

.footer .contact-info .info02 .code-box p {
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
}

.footer .footer-nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 65px;
}

.footer .footer-nav ul li a{
	color: #333333;
	font-size: 16px;
}
.footer .footer-nav ul li:hover a{
	color: #6324A4;
}
.footer .footer-nav ul li:last-child span {
	display: none;
}

.footer .footer-box .right {
	width: 34.72%;
}

.footer .footer-box .right h4 {
	font-size: 20px;
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
	line-height: 32px;
	color: #333333;
	margin-bottom: 40px;
}

.footer .footer-box .right .from-info .input-box {
	width: 48.6%;
	position: relative;
	margin-bottom: 20px;
}

.footer .footer-box .right .from-info .input-box input {
	width: 100%;
	line-height: 42px;
	padding-left: 13px;
	border: 1px solid #DDDDDD;
	border-radius: 6px;
	background: none;
	position: relative;
	z-index: 5;
	font-size: 16px;
}

.footer .footer-box .right .from-info .input-box p {
	position: absolute;
	z-index: 2;
	left: 13px;
	top: 5px;
	font-size: 16px;
	color: #999999;
}

.footer .footer-box .right .from-info .input-box p span {
	color: #C22424;
	font-size: 20px;
}

.footer .footer-box .right .from-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer .footer-box .right .job-text {
	width: 100%;
	position: relative;
}

.footer .footer-box .right .job-text textarea {
	width: 100%;
	height: 116px;
	background: none;
	border: 1px solid #DDDDDD;
	position: relative;
	z-index: 5;
	padding: 5px 13px;
	font-size: 16px;
	line-height: 34px;
	border-radius: 6px;
	outline: none;
}

.footer .footer-box .right .job-text p {
	position: absolute;
	z-index: 2;
	left: 13px;
	top: 5px;
	font-size: 16px;
	color: #999999;
}

.footer .footer-box .right .job-text p span {
	color: #C22424;
	font-size: 20px;
}

.sub-btn {
	margin-top: 18px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.footer .footer-box .right .sub-btn button {
	width: 135.95px;
	height: 42px;
	border: 1px solid #6324A4;
	border-radius: 100px;
	color: #6324A4;
	font-size: 16px;
	transition: 0.4s;
	margin-right: 25px;
	margin-bottom: 15px;
}
.sub-btn #tips,
.sub-btn #tips_contact{
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	
}
.sub-btn #tips span, .sub-btn #tips_contact span{
	flex: 1;
	line-height: 30px;
}
.sub-btn #tips_contact{
	margin-left: 10px;
}
.sub-btn #tips p,
.sub-btn #tips_contact p{
	font-size: 22px;
	margin-right: 10px;
}
.sub-btn #tips span,
.sub-btn #tips_contact span{
	font-size: 18px;
}
.sub-btn #tips.correct p,
.sub-btn #tips.correct span,
.sub-btn #tips_contact.correct p,
.sub-btn #tips_contact.correct span{
	color: #4FBEB8;

}
.sub-btn #tips.correct p,
.sub-btn #tips_contact.correct p{
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 18px;
	border-radius: 50%;
	background: #4FBEB8;
	text-align: center;
}

.sub-btn #tips.error p,
.sub-btn #tips_contact.error p{
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	border-radius: 50%;
	background: #E7481B;
	text-align: center;
}

.sub-btn #tips.error span
.sub-btn #tips_contact.error span{
	color: #E7481B;
}

.sub-btn button:last-child {
	margin-right: 0;
}

.footer .footer-box .right .sub-btn button:hover {
	background: #6324A4;
	color: #fff;
}

input.keyword:-internal-autofill-previewed,
input.keyword:-internal-autofill-selected {
	-webkit-text-fill-color: #fff;
	transition: background-color 5000s ease-out 0.5s;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    transition: background-color 999999999s !important;
}

.input-box input:-internal-autofill-previewed,
.input-box input:-internal-autofill-selected {
	-webkit-text-fill-color: #000;
	transition: background-color 5000s ease-out 0.5s;
}



/* 首页样式 */
#swiper-banner .swiper-pagination{
	bottom: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#swiper-banner .swiper-pagination .swiper-pagination-bullet{
	background: none;
	opacity: 1;
	width: 39px;
	height: 39px;
	position: relative;
	border-radius: 50%;
	margin: 0;
	transition: 0.4s;
}
#swiper-banner .swiper-pagination .swiper-pagination-bullet::after{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	transform: translate(-50%,-50%);
	transition: 0.4s;
	z-index: 5;
}
#swiper-banner .swiper-pagination .swiper-pagination-bullet::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	transition: 0.4s;
	z-index: 2;
	background: rgba(255, 255, 255, 0.15);
}

#swiper-banner .swiper-pagination .swiper-pagination-bullet-active::after{
	width: 15px;
	height: 15px;
}
#swiper-banner .swiper-pagination .swiper-pagination-bullet-active::before{
	transform: translate(-50%,-50%) scale(1);
}
.banner-box{
	height: 100vh;
}
.banner-box ul li h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 90px;
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
	color: #FFFFFF;
	white-space: nowrap;
}
.banner-box ul li a{
	width: 100%;
	height: 100%;
}
.banner-box ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-us-box .small-deil{
	width: 1250px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	min-height: 180px;
}
.about-us-box .small-deil img{
	width: 100%;
	bottom: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.about-us-box .small-deil p{
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	width: 86.88%;
	text-align: center;
	margin: 0 auto;
}

.about-us-box ul{
	display: flex;
	justify-content: space-between;
}
.about-us-box ul li h3{
	color: #6324A4;
	font-size: 56px;
	font-weight: 290;
}
.about-us-box ul li h3 span{
	font-weight: 700;
	font-size: 56px;
}
.about-us-box ul li p{
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.use-box .use-deil{
	width: 100%;
	height: 800px;
	position: relative;
	margin-top: 60px;
	overflow: hidden;
	z-index: 3;
	overflow: hidden;

}
/* .use-box .use-deil .use-bg{
	background: url("../images/use-bg.png") no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	background-position: left bottom;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(8px);
} */
.use-box{
	position: relative;
	padding-bottom: 40px;
}
.use-box .swiper-pagination{
	display: none;
}
.use-box::after{
	content: '';
	width: 100%;
	height: calc(100% - 40px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url("../images/use-bg.png") no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	z-index: 1;
	filter: blur(8px);
}
.use-box .use-deil .use-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
}
.use-box .use-deil .use-item{
	position: relative;
	z-index: 10;
	display: flex;
	height: 100%;
	
}
.use-box .use-deil .use-item .item{
	width: 25%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	transition: 0.4s;
}
.use-box .use-deil .use-item .item .item-info{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.4s;
}
.use-box .use-deil .use-item .item .ico{
	width: 161px;
	height: 161px;
	position: relative;
	margin: 0 auto;
	transition: 0.4s;
}
.use-box .use-deil .use-item .item .line{
	width: 190px;
	height: 1px;
	background: #D8D8D8;
	margin-top: 42px;
	margin-bottom: 33px;
}
.use-box .use-deil .use-item .item .ico::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fff;
	z-index: 2;
	transition: 0.4s;
}
.use-box .use-deil .use-item .item .ico img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}

.use-box .use-deil .use-item .item:hover .ico{
	width: 80px;
	height: 80px;
}
.use-box .use-deil .use-item .item:hover .ico::after{
	transform: scale(0);
	opacity: 0;
}
.use-box .use-deil .use-item .item .ico .show{
	opacity: 0;
}
.use-box .use-deil .use-item .item .ico .on{
	opacity: 1;
}
.use-box .use-deil .use-item .item:hover .ico .show{
	opacity: 1;
}
.use-box .use-deil .use-item .item:hover .ico .on{
	opacity: 0;
}
.use-box .use-deil .use-item .item p{
	font-size: 42px;
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
	color: #FFFFFF;
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	width: 227px;
	height: 126px;
	text-align: center;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	
}
.use-box .use-deil .use-item .item ul{
	display: flex;
	/* display: none; */
	width: 425px;
	max-height: 0;
	overflow: hidden;
	flex-wrap: wrap;
	transition: 0.8s;
	margin-top: 85px;
	opacity: 0;
}
.use-box .use-deil .use-item .item ul li{
	width: 200px;
	height: 53px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.use-box .use-deil .use-item .item ul li a{
	width: 180px;
	height: 49px;
	background: #FFFFFF;
	border-radius: 100px;
	font-size: 18px;
	line-height: 49px;
	color: #333333;
	text-align: center;
	transition: 0.4s;
	margin: auto;
	transition: 0.4s;
}

.use-box .use-deil .use-item .item ul li:hover a{
	width: 200px;
	height: 53px;
	line-height: 53px;
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
	color: #6324A4;
}

.use-box .use-deil .use-item .item::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(99, 36, 164, 0.7);
	z-index: -1;
	transform: translateY(100%);
	transition: 0.4s;
}
.use-box .use-deil .use-item .item:hover::after{
	transform: translateY(0%);
}

.use-box .use-deil .use-item .item:hover ul{
	height: auto;
	max-height:332px;
	opacity: 1;
}

.product-box .product-info{
	margin-top: 50px;
	padding: 0 55px;
}
.product-box .product-info .product-deil{
	/* overflow: visible; */
	padding: 20px;
}
.product-box .product-info ul li .box{
	border-radius: 20px;
	box-shadow: 0px 0px 10px 5px rgba(99, 36, 164, 0.1);
	overflow: hidden;
	/* margin: 10px; */
	width: 100%;
}
.product-box .product-info ul li .p-img{
	width: 100%;
	height: 242px;
	overflow: hidden;
}

.product-box .product-info ul li .p-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}
.product-box .product-info{
	position: relative;
}
.product-box .product-info ul li .p-txt{
	height: 200px;
	padding: 23px 55px 0;
}
	
.product-box .product-info ul li{
	transition: 0.4s;
}
.product-box .product-info ul li.swiper-slide-active{
	transform: scale(1.05);
}

.product-box .product-info .swiper-button-prev{
	left: 0;
}
.product-box .product-info .swiper-button-next{
	right: 0;
}

.product-box .product-info ul li .p-txt p{
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-bottom: 22px;
	transition: 0.4s;
}
.product-box .product-info ul li.swiper-slide-active p{
	font-size: 24px;
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
	color: #6324A4;
}

.product-box .product-info ul li.swiper-slide-active .p-img img{
	transform: scale(1.05);
}
.product-box .product-info ul li .p-txt span{
	font-size: 16px;
	line-height: 30px;
	color: #999;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	transition: 0.4s;
}
.product-box .product-info ul li.swiper-slide-active .p-txt span{
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #6324A4;
}


.product-box .product-info .swiper-button-next:after,
.product-box .product-info .swiper-button-prev:after {
	display: none;
}

.product-box .product-info .swiper-button-next.swiper-button-disabled .show,
.product-box .product-info .swiper-button-prev.swiper-button-disabled .show {
	display: block;
	cursor: not-allowed;
}

.product-box .product-info .swiper-button-next.swiper-button-disabled .on,
.product-box .product-info .swiper-button-prev.swiper-button-disabled .on {
	display: none;
}

.product-box .product-info .swiper-button-prev .on,
.product-box .product-info .swiper-button-next .on {
	display: block;
}

.product-box .product-info .swiper-button-prev .show,
.product-box .product-info .swiper-button-next .show {
	display: none;
}

.top-btn{
	width: 60px;
	height: 60px;
	background: #444;
	position: fixed;
	right: 0;
	bottom: 10px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.top-btn img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}