@charset "utf-8";
/*html5*/ 

@font-face{
	font-family:square;
	font-style:normal;
	src:url(../font/square.ttf) format("truetype");
	font-display:swap
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
a:hover{
	color: #9b2e8f;
}
input{border:none;  outline:medium;font-family:微软雅黑;}
*{font-family:微软雅黑;box-sizing: border-box;}
body{width:100%;font-family:微软雅黑;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}


.contain{
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
}
.header1{
	zoom: 1;
	max-width: 1920px;
	margin: 0 auto;
}
.header1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.logo{
	float: left;
	font-size: 0;
	margin-top: 30px;
	width: 19.1%;
	text-align: right;
	padding-right: 20px;
}
.nav{
	float: left;
	width: 80.9%;
	height: 121px;
	background: url(../img/header_bg.jpg) no-repeat;
	background-size: auto 100%;
	padding-left: 104px;
	font-size: 0;
}
.nav1{
	font-size: 14px;
	color: #ffffff;
	line-height: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
}
.nav1 span{
	margin-right: 36px;
	display: inline-flex;
	align-items: center;
}
.nav1 span img{
	margin-right: 12px;
}
.nav2 ul{
	zoom: 1;
}
.nav2 ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.nav2 ul li{
	list-style-type: none;
	float: left;
	color: #333333;
	margin-right: 20px;
	position: relative;
}
.nav2 ul li>a{
	display: block;
	color: #333333;
	line-height: 76px;
	font-size: 18px;
}
.nav2 ul li:hover>a{
	color: #9b2e8f;
}
.nav_sub{
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	z-index: 96;
	width: 332px;
	background-color: #ffffff;
}
.nav_sub a{
	display: block;
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 55px;
}
.nav_sub a:hover{
	color: #ffffff;
	background-color: #bd2c8f;
}
.nav2 ul li:hover .nav_sub {
	display: block;
}
.banner{
	font-size: 0;
	position: relative;
}
.banner .swiper-pagination{
	display: inline-block;
	width: 14px;
	right: 60px;
	left: auto;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}
.banner .swiper-pagination-bullet{
	opacity: 1;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
}
.banner .swiper-pagination-bullet-active{
	background-color: #ffffff;
}
.banner1{
	font-size: 0;
	position: relative;
	text-align: center;
}
.banner2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: left;
}
.banner3{
	max-width: 750px;
	font-size: 110px;
	color: #ffffff;
	font-family: square;
}
.banner4{
	max-width: 750px;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
}
.banner5{
	margin-top: 50px;
}
.banner5 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 316px;
	height: 65px;
	background-color: #d10dd1;
	border-radius: 32px;
	font-size: 18px;
	color: #ffffff;
}
.banner5 a img{
	margin-left: 18px;
}
.welcome{
	padding: 80px 0;
}
.welcome1{
	overflow: hidden;
}
.welcome2{
	float: left;
	width: 49%;
	font-size: 45px;
	color: #333333;
	line-height: 60px;
	padding-right: 36px;
	border-right: 1px solid #d1d1d1;
}
.welcome3{
	float: right;
	width: 51%;
	padding-left: 36px;
	font-size: 18px;
	color: #666666;
	line-height: 36px;
}
.welcome4{
	margin-top: 36px;
	overflow: hidden;
}
.welcome5{
	float: left;
	width: 48.6%;
	padding-bottom: 71px;
	font-size: 0;
	position: relative;
}
.welcome5:nth-child(2n){
	float: right;
}
.welcome6{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 400px;
	height: 219px;
	background: url(../img/welcome_bg.png) no-repeat;
	padding: 36px 25px 0;
}
.welcome7{
	font-size: 24px;
	color: #ffffff;
}
.welcome8{
	margin-top: 20px;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.welcome9{
	margin-top: 24px;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
}
.welcome9 a{
	color: #ffffff;
}
.pro{
	background: url(../img/pro_bg.png) no-repeat;
	padding: 70px 0;
}
.pro1{
	overflow: hidden;
}
.pro2{
	float: left;
	width: 37%;
}
.pro3{
	font-size: 45px;
	color: #333333;
}
.pro4{
	margin-top: 40px;
	font-size: 24px;
	color: #666666;
}
.pro5{
	position: relative;
}
.pro5 ul li{
	width: 344px;
	margin-top: 25px;
	background-color: #ffffff;
	border-radius: 9px;
	border: 1px solid #ffffff;
	height: 60px;
	padding: 0 32px;
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #666666;
}
.pro5 ul li.on{
	border: 1px solid #d10dd1;
}
.pro5 ul li span{
	display: inline-block;
	width: 42px;
}
.pro6{
	font-size: 0;
	position: absolute;
	right: 0;
	top: 76px;
}
.pro7{
	float: right;
	width: 59%;
}
.pro7_d{
	display: none;
}
.show{
	display: block !important;
}
.pro8{
	font-size: 0;
}
.pro9{
	padding: 32px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro9a{
	width: 39%;
	font-size: 30px;
	color: #333333;
	line-height: 36px;
	padding: 0 40px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro9b{
	float: right;
	width: 61%;
	border-left: 1px solid #d1d1d1;
	padding: 10px 0 10px 36px;
}
.pro9b1{
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}
.pro9b2{
	margin-top: 16px;
	font-size: 16px;
}
.pro9b2 a{
	color: #333333;
}
.service{
	background: url(../img/service_bg.jpg) center no-repeat;
	padding: 80px 0 70px;
}
.service1{
	zoom: 1;
}
.service1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.service2{
	float: left;
	width: 46%;
	font-size: 0;
	position: relative;
}
.service2::before{
	content: '';
	position: absolute;
	left: 21px;
	top: 24px;
	width: 100%;
	height: 100%;
	background-color: #d10dd1;
	border-radius: 45px;
}
.service2 img{
	border-radius: 45rpx;
	position: relative;
}
.service3{
	float: right;
	width: 49%;
}
.service4{
	font-size: 45px;
	color: #333333;
}
.service5{
	margin-top: 36px;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}
.service6 ul li{
	margin-top: 36px;
	overflow: hidden;
}
.service7{
	float: left;
	font-size: 0;
	position: relative;
	width: 80px;
	height: 82px;
}
.service7 span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 24px;
	color: #ffffff;
}
.service8{
	float: right;
	width: calc(100% - 100px);
}
.service9{
	font-size: 24px;
	color: #333333;
}
.service10{
	margin-top: 10px;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}
.why1 ul{
	overflow: hidden;
}
.why1 ul li{
	list-style-type: none;
	float: left;
	width: 25%;
	text-align: center;
	line-height: 132px;
	font-size: 26px;
	color: #333333;
	background-color: #f6f6f6;
	border-right: 1px solid #ffffff;
}
.why1 ul li.on{
	color: #ffffff;
	background-image: linear-gradient(to bottom,#c72c8f,#8f2f8f);
}
.why2{
	display: none;
	font-size: 0;
	text-align: center;
	position: relative;
}
.why2::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom,rgba(0,0,0,0),#8f2f8f);
}
.why3{
	position: absolute;
	left: 50%;
	bottom: 120px;
	transform: translateX(-50%);
	overflow: hidden;
}
.why4{
	float: left;
	width: 332px;
}
.why5{
	font-size: 36px;
	color: #ffffff;
	text-align: left;
}
.why6{
	margin-top: 30px;
	font-size: 0;
}
.why7{
	margin-top: 30px;
	float: right;
	width: calc(100% - 395px);
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	text-align: left;
}
.news{
	padding: 70px 0 80px;
}
.news1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news2{
	font-size: 50px;
	color: #333333;
	line-height: 71px;
}
.news3{
	
}
.news3 a{
	display: block;
	width: 192px;
	height: 65px;
	border-radius: 32px;
	background-color: #d10dd1;
	text-align: center;
	line-height: 65px;
	font-size: 16px;
	color: #ffffff;
}
.news4{
	margin-top: 40px;
	zoom: 1;
}
.news4:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.news5{
	float: left;
	width: 48%;
	padding: 25px 25px 40px;
	box-shadow: 0 0 10px #f6f6f6;
	border-radius: 16px;
}
.news6{
	font-size: 0;
}
.news6 img{
	border-radius: 20px;
}
.news7{
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
}
.news8{
	margin-top: 20px;
	font-size: 30px;
	color: #333333;
	line-height: 48px;
}
.news9{
	margin-top: 20px;
	font-size: 16px;
}
.news9 a{
	color: #666666;
}
.news-container {
	margin: 0 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
}
.news10{
	float: right;
	width: 49.6%;
	padding: 21px 24px;
	box-shadow: 0 0 10px #f6f6f6;
	border-radius: 16px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;

	justify-content: space-between;
}
.news10p {
	width: calc((100% - 50px) / 3);
    padding: 21px 24px;
    box-shadow: 0 0 10px #d483bc;
    border-radius: 16px;
    display: block; 
    text-align: center; 
}

.news10p .news11 {
    margin-bottom: 20px; 
}

.news10p .news11 img {
    width: 280px;
    height: 280px;
    border-radius: 20px;
    margin: 0 auto; 
}

.news10p .news12 {
    text-align: left; 
}

.news10p .news13 {
    font-size: 16px;
    color: #666666;
}

.news10p .news14 {
    margin-top: 16px;
    font-size: 20px;
    line-height: 30px;
}

.news10p .news14 a {
    color: #333333;
}

.news10p .news15 {
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
}

.news10p .news16 {
    margin-top: 20px;
    font-size: 16px;
}

.news10p .news16 a {
    color: #666666;
}


/* styles.css */
.pagination {
    display: flex;
    justify-content: center; /* Center the buttons horizontally */
    align-items: center;     /* Align buttons vertically in the center if needed */
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.pagination button {
    cursor: pointer;
    padding: .5rem .75rem;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin: 0 5px;           /* Space between buttons */
    border-radius: 4px;     /* Optional: round corners */
}

.pagination button.active {
    background-color: #007bff;
    color: #fff;
	  
    border-color: #007bff;
}

.pagination button:disabled {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.news17{
	margin-top: 27px;
	float: right;
	width: 49.6%;
	padding: 21px 24px;
	box-shadow: 0 0 10px #f6f6f6;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact{
	background: url(../img/contact_bg.jpg) center no-repeat;
	padding: 73px 0 75px;
}
.contact1{
	overflow: hidden;
}
.contact2{
	font-size: 0;
	float: left;
	width: calc(100% / 3);
}
.contact2 img{
	height: 634px;
}
.contact3{
	float: left;
	width: calc(100% / 3);
	background-image: linear-gradient(to right,#f19bd5,#ffffff);
	padding: 40px 24px 0;
	height: 634px;
}
.contact4{
	font-size: 36px;
	color: #333333;
}
.contact5{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.contact6{
	font-size: 30px;
	color: #892d85;
	margin-top: 20px;
}
.contact7{
	margin-top: 10px;
	font-size: 18px;
	color: #333333;
}
.contact7 span{
	display: inline-block;
	width: 36px;
	vertical-align: middle;
}
.consr{
	float: left;
	width: calc(100% / 3);
	background-color: #892d85;
	height: 634px;
	padding: 40px 24px 0;
}
.consr1{
	font-size: 36px;
	color: #ffffff;
}
.consr2{
	margin-top: 27px;
}
.consr2 input{
	width: 303px;
	height: 54px;
	border-radius: 5px;
	padding: 0 16px 0 45px;
	color: #ffffff;
	background: url(../img/c_icon2.png) #6f0f6b no-repeat;
	background-position: 19px center;
}
.consr3{
	margin-top: 27px;
}
.consr3 input{
	width: 303px;
	height: 54px;
	border-radius: 5px;
	padding: 0 16px 0 45px;
	color: #ffffff;
	background: url(../img/c_icon3.png) #6f0f6b no-repeat;
	background-position: 19px center;
}
.consr4{
	margin-top: 27px;
}
.consr4 input{
	width: 303px;
	height: 54px;
	border-radius: 5px;
	padding: 0 16px 0 45px;
	color: #ffffff;
	background: url(../img/c_icon4.png) #6f0f6b no-repeat;
	background-position: 19px center;
}
.consr5{
	margin-top: 27px;
}
.consr5 textarea{
	width: 303px;
	height: 140px;
	resize: none;
	border: none;
	border-radius: 5px;
	padding: 15px 16px 15px 45px;
	color: #ffffff;
	background: url(../img/c_icon5.png) #6f0f6b no-repeat;
	background-position: 19px 15px;
}
.consr6{
	margin-top: 32px;
}
.consr6 input{
	width: 192px;
	height: 61px;
	background-color: #d10dd1;
	border-radius: 30px;
	font-size: 16px;
	color: #ffffff;
}
.footer{
	margin-top: 160px;
	padding: 1px 0 60px;
	background: url(../img/footer_bg.png) center no-repeat;
}
.footer1{
	background-color: #d10dd1;
	border-radius: 27px;
	height: 213px;
	margin-top: -103px;
	padding: 0 150px 0 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer2{
	font-size: 50px;
	color: #ffffff;
	line-height: 60px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer3{
	font-size: 0;
}
.footer4{
	width: 350px;
	height: 68px;
	background-color: #ffffff;
	border-radius: 34px;
	font-size: 36px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer4 img{
	margin-right: 10px;
}
.footer5{
	margin-top: 66px;
	overflow: hidden;
}
.footer_left{
	float: left;
	width: 31.5%;
}
.footer_left1{
	font-size: 0;
}
.footer_left2{
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
	line-height: 34px;
	
}
.footer_left3{
	margin-top: 20px;
}
.footer_left3 a{
	display: block;
	background-color: #d10dd1;
	width: 192px;
	height: 61px;
	text-align: center;
	line-height: 61px;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
}
.footer_right{
	float: right;
	width: 50%;
	background-image: linear-gradient(to bottom,#fff,rgba(255,255,255,0));
	padding: 40px 36px 0;
	border-radius: 25px;
	display: flex;
	justify-content: space-between;
}
.footer_right1{
	max-width: 282px;
}
.footer_right2{
	font-size: 18px;
	color: #d10dd1;;
	font-weight: bold;
}

.footer_right3 a{
	margin-top: 30px;
	line-height: 1;
	display: block;
	font-size: 18px;
	color: #333333;
}
.footer_right4{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.footer_right4a{
	margin-right: 6px;
}
.footer_right4b{
	flex: 1;
	font-size: 18px;
	color: #333333;
}
.beian1{
	font-size: 16px;
	color: #333333;
	line-height: 50px;
}
.beian1 a{
	color: #333333;
}
.header_m{
	display: none;
}

.header_m1{
	overflow: hidden;
}
.logo_m{
	width: 40%;
	float: left;
	margin: 9px 6px;
}
.logo_m img{
	height: 40px;
}
.icon_m{
	width: 10%;
	float: right;
	margin: 9px 6px;
}
.icon_m img{
	height: 40px;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 23px 7% 0;
}
.menu_m1{
	width: 77%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 14px;
	padding-left: 6%;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.inner_banner{
	margin-top: 50px;
}
.inner_banner a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 316px;
	height: 65px;
	background-color: #ffffff;
	border-radius: 32px;
	font-size: 18px;
	color: #d10dd1;
}
.inner_banner a img{
	margin-left: 18px;
}
.inner_bannera{
	font-size: 110px;
	color: #ffffff;
	font-family: square;
	font-weight: bold;
}
.inner_banner1{
	height: 135px;
	background: url(../img/innav_bg.jpg) center no-repeat;
}
.inner_banner2{
	height: 100%;
	overflow: hidden;
}
.inner_banner3{
	float: left;
	width: 58%;
	line-height: 135px;
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	font-family: square;
}
.inner_banner4{
	float: left;
	width: 30.5%;
	height: 100%;
	background: url(../img/innav_bg1.jpg) no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #333333;
}
.inner_banner4 span{
	display: inline-block;
	max-width: 60%;
	text-align: center;
}
.inner_banner4 a{
	color: #333333;
}
.inner_banner4 a.last{
	color: #d10dd1;
}
.company1{
	display: flex;
	justify-content: space-between;
}
.company2{
	font-size: 0;
	margin-right: 60px;
}
.company2 img{
	width: 328px;
	height: 702px;
}
.company3{
	flex: 1;
}
.company4{
	margin-top: 30px;
	font-size: 50px;
	color: #333333;
}
.company5{
	font-size: 30px;
	color: #333333;
	margin-top: 30px;
}
.company6{
	margin-top: 20px;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}
.company7{
	margin-top: 30px;
	font-size: 0;
}
.business{
	background: url(../img/bus_bg.png) no-repeat;
	margin-top: 72px;
	background-position: center top;
}
.business1{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.business2{
	width: 50%;
	background-color: #ffffff;
	padding: 72px 70px 72px 80px;
	box-shadow: 0 0 10px #fceefc;
}
.business3{
	font-size: 50px;
	color: #333333;
	line-height: 60px;
}
.business4{
	margin-top: 20px;
	font-size: 18px;
	color: #333333;
	line-height: 40px;
}
.business5{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.business5a{
	margin-right: 20px;
	font-size: 0;
}
.business5b{
	flex: 1;
}
.business5b span{
	display: block;
	font-size: 18px;
	color: #d10dd1;
}
.business5b code{
	display: block;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}
.business6{
	background-color: #d10dd1;
	width: 50%;
	padding: 36px 60px 40px 90px;
}
.business7{
	font-size: 50px;
	color: #ffffff;
	line-height: 60px;
}
.business8{
	margin-top: 20px;
	font-size: 18px;
	color: #ffffff;
	line-height: 40px;
}
.core{
	margin-top: 80px;
	background: url(../img/core_bg.png) no-repeat;
	background-position: center top;
	padding-top: 70px;
}
.core1{
	font-size: 50px;
	color: #ffffff;
	line-height: 1;
}
.core2{
	margin-top: 36px;
}
.core2 ul{
	overflow: hidden;
}
.core2 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 30px)/3);
	margin-right: 15px;
	position: relative;
	font-size: 0;
}
.core2 ul li:nth-child(3n){
	margin-right: 0;
}
.core3{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 30px;
}
.core4{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
}
.core5{
	margin-top: 25px;
	font-size: 18px;
	color: #ffffff;
	line-height: 48px;
}
.partner{
	margin-top: 36px;
}
.partner1{
	overflow: hidden;
}
.partner2{
	float: left;
	width: 709px;
	background: url(../img/turn_bg.png) no-repeat;
	background-position: 64px top;
	padding: 63px 0 13px;
	overflow: hidden;
}
.partner3{
	font-size: 0;
	float: left;
}
.partner3 img{
	width: 345px;
	height: 483px;
}
.partner4{
	font-size: 0;
	float: left;
	margin: 50px 0 0 19px;
}
.partner4 img{
	width: 345px;
	height: 483px;
}
.partner5{
	float: right;
	width: 507px;
}
.partner6{
	margin-top: 140px;
	font-size: 50px;
	color: #333333;
	line-height: 60px;
}
.partner7{
	margin-top: 24px;
	font-size: 18px;
	color: #333333;
	line-height: 40px;
}
.journey{
	margin-top: 66px;
}
.journey1{
	position: relative;
	padding-left: 64px;
}
.journey2{
	font-size: 0;
	position: absolute;
	left: 0;
	top: 26px;
}
.journey3{
	background-color: #fff;
	box-shadow: 0 0 10px #f4f4f4;
	padding: 60px 66px 60px 345px;
	min-height: 447px;
}
.journey4{
	font-size: 50px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
}
.journey5{
	margin-top: 20px;
	font-size: 34px;
	color: #333333;
	line-height: 60px;
}
.overview{
	margin-top: 80px;
	background: url(../img/gray_bg.jpg) center no-repeat;
}
.overview1{
	min-height: 350px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.overview2{
	margin-right: 50px;
	font-size: 110px;
	color: #333333;
	font-family: square;
	font-weight: bold;
}
.overview3{
	flex: 1;
	font-size: 18px;
	color: #333333;
	line-height: 36px;
}
.quality{
	margin-top: 90px;
}
.quality1{
	font-size: 60px;
	color: #250657;
	font-family: square;
	font-weight: bold;
	line-height: 1;
}
.quality2{
	overflow: hidden;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
 .inner_bannerpro a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 45px;
    background-color: #c72c8e67;
    border-radius: 50px;
    font-size: 18px;
    color: #f5f1f5;
}
.quality_d:first-child
{
	margin-top: 0;
}
.quality3{
	width: 600px;
}
.quality4{
	flex: 1;
	font-size: 17px;
	color: #320550;
	line-height: 36px;
	padding: 20px 20px 20px 90px;
	text-align: justify;
}
.quality4 a{
	display: block;
	color: #333333;
}

.quality5{
	font-size: 0;
	width: 600px;
}
.quality6{
	font-size: 35px;
	color: #333333;
	line-height: 1;
}
.nepre{
	margin-top: 80px;
	padding-top: 40px;
	border-top: 1px solid #cfcfcf;
}
.nepre a{
	display: inline-block;
	width: 186px;
	height: 56px;
	border: 1px solid #cfcfcf;
	border-radius: 27px;
	text-align: center;
	line-height: 54px;
	font-size: 16px;
	color: #666666;
	margin-right: 36px;
}
.nepre a:hover{
	color: #ffffff;
	background-color: #d10dd1;
	border: 1px solid #d10dd1;
}
.products{
	margin-top: 80px;
}
.products1{
	overflow: hidden;
}
.productsLeft{
	float: left;
	width: 30%;
}
.productsLeft ul li{
	list-style-type: none;
	margin-top: 20px;
	background-color: #fff9ff;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	height: 68px;
	padding: 0 24px 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.productsLeft ul li:first-child{
	margin-top: 0;
}
.productsLeft1{
	font-size: 22px;
	color: #333333;
}
.productsLeft ul li.on{
	background-color: #d10dd1;
	border: 1px solid #d10dd1;
}
.productsLeft ul li.on .productsLeft1{
	color: #ffffff;
}
.productsLeft2{
	font-size: 0;
}
.p_arrow1{
	display: none;
}
.productsLeft ul li.on .p_arrow{
	display: none;
}
.productsLeft ul li.on .p_arrow1{
	display: block;
}
.productsRight{
	float: right;
	width: 64%;
}
.productsRight_d{
	display: none;
}
.productsRight1{
	font-size: 0;
	position: relative;
}
.productsRight2{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to right,#d10dd1,rgba(0,0,0,0));
	padding: 0 40px;
	line-height: 74px;
	font-size: 24px;
	color: #ffffff;
}
.productsRight3{
	margin-top: 30px;
	font-size: 18px;
	color: #333333;
	line-height: 36px;
}
.pSuccess{
 	margin-top: 70px; 
	background: url(../img/world-science.jpg) no-repeat;
	background-position: center top;	
	padding: 100px 0; 
}
.pSuccess1{
	width: 90%;
	max-width: 655px;
	background-color: #ffffff;
	padding: 70px 60px 80px;
}
.pSuccess2{
	font-size: 35px;
	color: #333333;
	line-height: 1;
}
.pSuccess3{
	margin-top: 32px;
	font-size: 20px;
	color: #666666;
	line-height: 36px;
}
.proList {
	margin-top: 40px;
}
.proList1 ul{
	zoom: 1;
}
.proList1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.proList1 ul li{
	list-style-type: none;
	float: left;
	margin-top: 32px;
	width: calc((100% - 60px)/3);
	margin-right: 30px;
	box-shadow: 0 0 10px #f7f7f7;
}
.proList1 ul li:nth-child(3n){
	margin-right: 0;
}
.proList2{
	font-size: 0;
}
.proList2 img{
	height: 263px;
}
.proList3{
	padding: 30px 30px 0;
	height: 223px;
}
.proList4{
	font-size: 20px;
	color: #333333;
	line-height: 36px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.proList5{
	margin-top: 9px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.proList6{
	margin-top: 20px;
}
.proList6 a{
	display: block;
	width: 107px;
	height: 24px;
	background-color: #d10dd1;
	text-align: center;
	line-height: 24px;
	border-radius: 12px;
	font-size: 16px;
	color: #ffffff;
}
.bvSuccess{
	margin-top: 80px;
	font-size: 0;
	text-align: center;
	position: relative;
}
.bvSuccess::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(83, 7, 80, 0.64);
}
.bvSuccess1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 96%;
	max-width: 955px;
}
.bvSuccess2{
	font-size: 50px;
	color: #ffffff;
	text-align: center;
	font-family: square;
}
.bvSuccess3{
	margin-top: 20px;
	font-size: 18px;
	color: #ffffff;
	line-height: 48px;
	text-align: left;
}
.custom{
	margin-top: 75px;
}
.custom1{
	overflow: hidden;
}
.custom2{
	float: left;
	width: 47.5%;
	font-size: 0;
}
.custom3{
	float: right;
	width: 47.5%;
}
.custom4{
	font-size: 50px;
	color: #333333;
	line-height: 1;
	margin-bottom: 40px;
}
.custom5{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.custom6{
	width: 108px;
	margin-right: 18px;
}
.custom7{
	width: 80px;
	height: 82px;
	margin-left: 28px;
	font-size: 0;
	position: relative;
}
.custom7 span{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translate(-50%,-50%);
	font-size: 24px;
	color: #ffffff;
}
.custom8{
	font-size: 0;
	margin-top: 10px;
}
.custom9{
	flex: 1;
}
.custom10{
	font-size: 24px;
	color: #333333;
}
.custom11{
	margin-top: 10px;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}
.advantage{
	margin-top: 70px;
	background: url(../img/advantage_bg.png) no-repeat;
	background-position: center top;
     	padding-top: 60px;
     }
.advantage1{
	padding-right: 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.advantage2{
	font-size: 40px;
	color: #ffffff;
}
.advantage3 a{
	display: inline-block;
	margin-right: 32px;
	width: 57px;
	height: 57px;
	border: 1px solid #d10dd1;
	color: #d10dd1;
	border-radius: 50%;
	text-align: center;
	line-height: 55px;
	font-size: 20px;
}
.advantage4{
	margin-top: 50px;
}
.advantage4 .swiper-slide{
	padding: 10px;
}
.advantage5{
	box-shadow: 0 0 10px #f7f7f7;
	height: 339px;
	border-radius: 30px;
	background-color: #fff;
	padding: 70px 40px 0 32px;
}
.advantage6{
	font-size: 18px;
	color: #333333;
	line-height: 1;
}
.advantage7{
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.advantage8{
	margin-top: 20px;
	font-size: 72px;
	text-align: right;
	color: rgba(209, 13, 209, 0.11);
}


.pDevelopment{
	margin-top: 80px;
	background: url(../img/product_bg.png) no-repeat;
	background-position: center top;
	padding: 100px 0;
}
.pDevelopment1{
	width: 100%;
	max-width: 655px;
	background-color: #ffffff;
	padding: 70px 60px 80px;
}
.pDevelopment2{
	font-size: 40px;
	color: #230c88;
	font-family: square;
	font-weight: bold;
	line-height: 1;
}
.pDevelopment3{
	margin-top: 32px;
	font-size: 20px;
	color: #211a66;
}

.formulation{
	margin-top: 80px;
		padding: 54px 0 65px;
}

.formulation-container{
	background: url(../img/formulation_bg.png);
	background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
}
.formulationAmino{
	background: url(../img/formulation_bg_taller.png) center no-repeat;
	margin-top: 80px;

	padding: 54px 0 65px;
}

.formulation1{
	zoom: 1;
}
.formulation1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.formulation2{
	float: left;
	font-size: 0;
	width: 32%;
}
.formulation2a{
	position: absolute;
	left: -22px;
	bottom: 60px;
	font-size: 50px;
	color: #d10dd1;
	font-weight: bold;
}
.formulation3{
	float: right;
	width: 62%;
}
.formulation4{
	
	margin-right: 50px;
	margin-left: 50px;
	font-size: 65px;
	color: #333333;
	font-family: square;
	font-weight: bold;
	line-height: 1;
}
.formulation5{
	max-width: 950px;
	text-align: justify;
	font-size: 18px;
	line-height: 36px;
	margin-top: 20px;
	color: #666666;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.formulation5nut{
    text-align: justify;
    font-size: 18px;
    line-height: 36px;
    margin-top: 20px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 30px;
}
.epa-list {
    list-style-type: none; /* Remove default bullets */
	padding: 60px;

    columns: 5; /* Creates three columns */
    column-gap: 40px; /* Adjust spacing between columns */
}
.epa-list li::before {
    content: "•"; /* Adds a circle before each item */
    color: rgb(63, 14, 63); /* Circle color */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.epa-list li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 50px;
    color: #666666;
}
.step{
	margin-top: 70px;
	background-color: #fff9ff;
	padding: 10px 0 40px;
}
.step1 ul{
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
}
.step1 ul li{
	list-style-type: none;
	display: inline-block;
	width: calc((100% - 30px) / 2);
	margin-right: 20px;
	padding: 40px 22px 29px 43px;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 20px;
}
.step1 ul li:nth-child(2n) {
    margin-right: 0; 
}
.step2{
	font-size: 25px;
	color: #d10dd1;
	line-height: 1;
}
.step3{
	margin-top: 16px;
	font-size: 18px;
	color: #333333;
	line-height: 1;
}
.step4{
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.step5{
	margin-top: 20px;
}
.step5 a{
	display: block;
	width: 107px;
	height: 24px;
	background-color: #d10dd1;
	border: 1px solid #d10dd1;
	border-radius: 12px;
	line-height: 22px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.st_icon1{
	display: none;
}
.step1 ul li.on{
	background-color: #d10dd1;
}
.step1 ul li.on .step2{
	color: #ffffff;
}
.step1 ul li.on .step3{
	color: #ffffff;
}
.step1 ul li.on .step4{
	color: #ffffff;
	-webkit-line-clamp: 999;
}
.step1 ul li.on .step5 a{
	border: 1px solid #ffffff;
}
.step1 ul li.on .st_icon{
	display: none;
}
.step1 ul li.on .st_icon1{
	display: inline-block;
}
.coreValue{
	margin-top: 80px;
	background-color: #f8f8f8;
	padding: 60px 0 24px;
}
.coreValue1{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.coreValue2{
	width: 253px;
	margin-right: 50px;
	border-right: 6px solid #d10dd1;
	padding-right: 20px;
	font-size: 40px;
	color: #333333;
	line-height: 60px;
	font-family: square;
}
.coreValue3{
	width: calc(100% - 300px);
}
.coreValue3 .swiper{
	padding-bottom: 64px;
}
.coreValue4{
	background-color: #ffffff;
	padding: 36px 30px 0;
	height: 345px;
}
.coreValue5{
	font-size: 0;
	text-align: center;
	height: 54px;
}
.coreValue5 img{
	max-height: 100%;
}
.coreValue6{
	margin-top: 20px;
	font-size: 24px;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.coreValue7{
	margin-top: 7px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: center;
}
.coreValue3 .swiper-pagination-bullet{
	opacity: 1;
	background-color: #e2e2e2;
}
.coreValue3 .swiper-pagination-bullet-active{
	background-color: #ffffff;
}
.promise{
	margin-top: 80px;
}
.promise1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.promiseLeft{
	font-size: 0;
	position: relative;
	width: 627px;
	padding-left: 32px;
}
.promiseLeft1{
	position: absolute;
	left: 0;
	bottom: 77px;
}
.promiseRight{
	width: 620px;
}
.promiseRight1{
	font-size: 50px;
	color: #333333;
	line-height: 1;
}
.promiseRight2{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.promiseRight3{
	font-size: 0;
	margin-right: 12px;
}
.promiseRight4{
	flex: 1;
}
.promiseRight5{
	font-size: 22px;
	color: #333333;
	line-height: 30px;
}
.promiseRight6{
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}
.joinus{
	margin-top: 100px;
	background: url(../img/gray_bg1.jpg) center no-repeat;
}
.joinus1{
	min-height: 315px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.joinus2{
	width: 630px;
	font-size: 18px;
	color: #333333;
	line-height: 36px;
}
.joinus3{
	width: 551px;
	font-size: 71px;
	color: #333333;
	line-height: 93px;
	font-family: square;
}
.job{
	margin-top: 54px;
}
.job1{
	font-size: 50px;
	color: #333333;
	line-height: 60px;
	font-family: square;
}
.job2 ul li{
	list-style-type: none;
	margin-top: 30px;
	background-color: #f8f7fc;
	padding: 25px 36px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.job2 ul li:hover{
	background-color: #ffffff;
	box-shadow: 0 0 10px #f6f6f6;
}
.job3{
	max-width: 840px;
}
.job4{
	font-size: 24px;
	color: #333333;
}
.job5{
	font-size: 16px;
	color: #666666;
}
.job5 span{
	margin-right: 20px;
	display: inline-flex;
	align-items: center;
}
.job5 span img{
	margin-right: 6px;
}
.job6{
	margin-top: 10px;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
}
.job7{
	font-size: 16px;
}
.job7 a{
	color: #d10dd1;
}
.page{
	margin-top: 50px;
	font-size: 0;
}
.page a{
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	padding: 0 20px;
	line-height: 44px;
	background-color: #d10dd1;
	position: relative;
}
.page a::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #ffffff;
}
.page a:first-child::before{
	width: 0;
}
.jobDeta{
	margin-top: 72px;
}
.jobDeta2{
	font-size: 24px;
	color: #333333;
	margin-top: 16px;
}
.jobDeta3{
	position: relative;
	background-color: #d6d6d6;
	height: 1px;
	margin-top: 50px;
}
.jobDeta3 span{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ffffff;
	z-index: 3;
	padding-right: 10px;
	font-size: 20px;
	color: #333333;
}
.jobDeta4{
	font-size: 18px;
	color: #333333;
	margin-top: 24px;
}
.jobDeta5{
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	margin-top: 10px;
}
.touch{
	margin-top: 72px;
	background: url(../img/touch_bg.png) center no-repeat;
}
.touch1{
	font-size: 60px;
	color: #333333;
	text-align: center;
	font-family: square;
}
.touch2{
	margin-top: 40px;
	background-color: #ffffff;
	box-shadow: 0 0 10px #f6f6f6;
	padding: 50px 62px 55px 69px;
}
.touch3{
	overflow: hidden;
}
.touch4{
	width: calc((100% - 35px)/2);
	margin-right: 35px;
	float: left;
}
.touch4:nth-child(2){
	margin-right: 0;
}
.touch4 input{
	width: 100%;
	height: 59px;
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	padding: 0 16px 0 90px;
}
.touch4a{
	background: url(../img/touch_icon.png) no-repeat;
	background-position: 44px center;
}
.touch4b{
	background: url(../img/touch_icon1.png) no-repeat;
	background-position: 52px center;
}
.touch5{
	margin-top: 32px;
}
.touch5 input{
	width: 100%;
	height: 59px;
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	padding: 0 16px 0 90px;
	background: url(../img/touch_icon2.png) no-repeat;
	background-position: 50px center;
}
.touch5 textarea{
	width: 100%;
	height: 269px;
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	padding: 20px 16px 20px 90px;
	background: url(../img/touch_icon3.png) no-repeat;
	background-position: 52px 11px;
}
.touch6{
	margin-top: 40px;
	text-align: center;
}
.touch6 input{
	width: 192px;
	height: 61px;
	border-radius: 30px;
	font-size: 16px;
	color: #ffffff;
	background-color: #d10dd1;
}
.info{
	background: url(../img/info_bg.png) center no-repeat;
	padding: 80px 0 70px;
}
.info1{
	font-size: 60px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	font-family: square;
}
.info2{
	margin: 20px auto 0;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	max-width: 613px;
	word-break: break-all;
}
.info3{
	margin-top: 20px;
}
.info3 ul{
	overflow: hidden;
}
.info3 ul li{
	float: left;
	width: calc((100% - 40px)/3);
	margin-right: 20px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 60px 40px 0 50px;
	height: 466px;
}
.info3 ul li:nth-child(3n){
	margin-right: 0;
}
.info4{
	font-size: 56px;
	color: #d10dd1;
	line-height: 1;
	font-family: square;
}
.info5{
	margin-top: 24px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	font-size: 18px;
	color: #333333;
}
.info5 span{
	display: block;
	width: calc(100% - 40px);
}
.inNews{
	margin-top: 80px;
}
.inNews1{
	overflow: hidden;
}
.newsLeft{
	float: left;
	width: 56%;
}
.newsLeft ul li{
	overflow: hidden;
	margin-top: 30px;
}
.newsLeft ul li:first-child{
	margin-top: 0;
}
.newsLeft1{
	font-size: 0;
}
.newsLeft1 img{
	border-radius: 9px 9px 0 0;
}
.newsLeft2{
	border: 1px solid #ebebeb;
	border-top: 0;
	padding: 1px 70px 50px 50px;
	border-radius: 0 0 9px 9px;
}
.newsLeft3{
	position: relative;
	margin-top: -20px;
}
.newsLeft3 span{
	display: inline-flex;
	align-items: center;
	padding: 0 16px;
	background-color: #d10dd1;
	border-radius: 5px;
	font-size: 16px;
	color: #ffffff;
	height: 35px;
}
.newsLeft3 img{
	margin: 0 6px;
}
.newsLeft4{
	margin-top: 16px;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	line-height: 48px;
}
.newsLeft5{
	margin-top: 10px;
	font-size: 18px;
	color: #666666;
	line-height: 24px;
}
.newsLeft6{
	margin-top: 10px;
}
.newsLeft6 a{
	width: 207px;
	height: 62px;
	border-radius: 9px;
	border: 1px solid #d10dd1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #333333;
}
.newsLeft6 a img{
	margin-left: 6px;
}
.newsRight{
	float: right;
	width: 39%;
}
.newsRight1{
	background-color: #f3f3f3;
	padding: 36px 40px;
	display: flex;
	align-items: center;
	border-radius: 9px;
}
.newsRight1a{
	flex: 1;
	height: 60px;
	background-color: #ffffff;
	padding: 0 16px 0 40px;
}
.newsRight1b{
	width: 76px;
	height: 60px;
	background: url(../img/inSearch.png) #ffffff no-repeat;
	background-position: 0 center;
}
.newsRight2{
	margin-top: 50px;
	border-radius: 9px;
	background-color: #f3f3f3;
	padding: 40px 40px 36px;
}
.newsRight3{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #cfcfcf;
}
.newsRight3::before{
	content: '';
	position: absolute;
	left: -12px;
	top: -12px;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background-color: #da4dda;
}
.newsRight3 span{
	position: relative;
}
.newsRight4 ul li{
	list-style-type: none;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cfcfcf;
}
.newsRight4 ul li:last-child{
	border-bottom: 0;
}
.newsRight4 ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newsRight5{
	font-size: 0;
}
.newsRight5 img{
	width: 100px;
	height: 100px;
	border-radius: 9px;
}
.newsRight6{
	width: calc(100% - 120px);
}
.newsRight7{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 22px;
}
.newsRight8{
	margin-top: 9px;
	font-size: 16px;
	color: #666666;
	display: flex;
	align-items: center;
}
.newsRight8 img{
	margin-right: 6px;
}
.mrl{
	margin-left: 50px;
}
.newsDeta{
	margin-top: 20px;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	line-height: 48px;
}
.newsDeta1{
	margin-top: 20px;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
.apply{
	margin-top: 52px;
}
.apply1 ul{
	overflow: hidden;
}
.apply1 ul li{
	width: calc((100% - 20px)/5);
	padding:5px;
	float: left;
}
.apply1 ul li:nth-child(4n){
	margin-right: 0;
}
.apply2{
	margin-top: 24px;
	font-size: 0;
	position: relative;
}
.apply2 img{
	border-radius: 20px 0 20px 20px;
}
.apply3{
	margin-top: 24px;
	height: 108px;
	background-color: #f9f6fb;
	border-radius: 20px 0 20px 20px;
	font-size: 18px;
	color: #333333;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.apply4{
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 32px;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
}
.apply2:hover::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(83, 7, 80, 0.64);
	border-radius: 20px 0 20px 20px;
}
.apply2:hover .apply4{
	display: block;
}
.content-section {
	padding: 40px 20px;
	text-align: center;
	background-color: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.content-section h2 {
	font-size: 2em;
	margin-bottom: 20px;
	color: #333;
}

.content-section p {
	font-size: 1.1em;
	line-height: 1.6;
	color: #666;
	margin-bottom: 20px;
}

.content-section .details {
	text-align: left;
	display: inline-block;
	max-width: 800px;
	margin: 0 auto;
}

.content-section .details ul {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 20px;
}

.content-section .details ul li {
	margin-bottom: 10px;
}

.content-section .details h3 {
	font-size: 1.5em;
	color: #333;
	margin-bottom: 15px;
}

/* Factory Section Styles */
.factory-section {
	padding: 60px 0;
	background: #f8f9fa;
}

.factory-image {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}

.factory-image img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Exhibition Section Styles */
.exhibition-section {
	padding: 80px 0;
	background: #fff;
}

.exhibition-title {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}

.exhibition-subtitle {
	text-align: center;
	font-size: 18px;
	color: #666;
	margin-bottom: 50px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}

.exhibition-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 40px;
}

.exhibition-item {
	text-align: center;
	background: #f8f9fa;
	border-radius: 10px;
	padding: 20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.exhibition-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.exhibition-item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 15px;
}

.exhibition-item h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}

.exhibition-item p {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}

/* Certificates Section */
.certificates {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}

.certificates::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('../img/core_bg.png') center/cover;
	opacity: 0.05;
	z-index: 1;
}

.certificates1 {
	position: relative;
	z-index: 2;
}

.certificates2 {
	font-size: 36px;
	font-weight: bold;
	color: #2c3e50;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
}

.certificates2::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, #9b2e8f, #d10dd1);
	border-radius: 2px;
}

.certificates3 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	flex-wrap: nowrap;
}

.cert-item {
	background: white;
	border-radius: 20px;
	padding: 15px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	width: 400px;
	border: 1px solid #f0f0f0;
}

.cert-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
	transition: left 0.6s;
}

.cert-item:hover::before {
	left: 100%;
}

.cert-item:hover {
	transform: translateY(-15px) scale(1.02);
	box-shadow: 0 20px 40px rgba(155, 46, 143, 0.2);
	border-color: #9b2e8f;
}

.cert-item img {
	width: 100%;
	height: 350px;
	border-radius: 15px;
	object-fit: contain;
	transition: transform 0.4s ease;
	background: #f8f9fa;
	padding: 8px;
	cursor: pointer;
}

.cert-item:hover img {
	transform: scale(1.05);
}

/* Certificate Labels */
.cert-item::after {
	content: attr(data-cert-type);
	position: absolute;
	top: 15px;
	right: 15px;
	background: linear-gradient(45deg, #9b2e8f, #d10dd1);
	color: white;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Certificate Modal */
.cert-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	animation: fadeIn 0.3s ease;
}

.cert-modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80vw;
	max-height: 80vh;
	width: auto;
	height: auto;
	animation: zoomIn 0.3s ease;
	padding: 0;
}

.cert-modal img {
	max-width: 80vw;
	max-height: 80vh;
	width: auto;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.5);
	object-fit: contain;
	display: block;
}

.cert-close {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	transition: color 0.3s ease;
}

.cert-close:hover {
	color: #9b2e8f;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes zoomIn {
	from { transform: translate(-50%, -50%) scale(0.7); }
	to { transform: translate(-50%, -50%) scale(1); }
}

/* Mobile responsive */
@media (max-width: 768px) {
	.certificates {
		padding: 40px 0;
	}
	
	.certificates2 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	
	.certificates3 {
		flex-direction: column;
		align-items: center;
		gap: 25px;
	}
	
	.cert-item {
		width: 90%;
		max-width: 350px;
	}
	
	.cert-close {
		font-size: 30px;
		top: 10px;
		right: 15px;
	}
	
	.cert-modal-content {
		max-width: 90vw;
		max-height: 70vh;
		padding: 0;
	}
	
	.cert-modal img {
		max-width: 90vw;
		max-height: 70vh;
	}
}