/* 首页 */
.indexContainer{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.indexContainer >.swiper-wrapper{
	transition-duration: 800ms!important;
}
.indexSlide{
	width: 100%;
	height: 100%;
	padding-top: 132px;
}
[data-aos] {
    pointer-events: auto;
}

.index_banner{
	width: 100%;
	height: 100%;
}
.index_banner .swiper-slide{
	padding: 11% 0 6%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
}
.index_banner .swiper-slide.n1{
	text-align: right;
}
.index_banner .swiper-slide.n2{
	justify-content: flex-start;
	color: #333;
}
.index_banner .swiper-slide.n2 p:nth-child(2),
.index_banner .swiper-slide.n2 p:nth-child(3){
	color: var(--primary-color);
}
.index_banner .swiper-slide p:nth-child(1){
	font-size: 20px;
}
.index_banner .swiper-slide p:nth-child(2){
	font-size: 30px;
	line-height: 1.3;
	margin: 20px 0;
}
.index_banner .swiper-slide p:nth-child(3){
	font-size: 24px;
	line-height: 1.3;
} 
.index_banner .swiper-button-prev{
	left: 5%;
}
.index_banner .swiper-button-next{
	right: 5%;
}
.index_banner .swiper-button-next, 
.index_banner .swiper-button-prev{
	width: 80px;
	height: 80px;
	background-size: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
}
.index_banner .swiper-button-next::after, 
.index_banner .swiper-button-prev::after{
	font-size: 30px;
}
.index_banner .swiper-pagination-bullets .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	background: none;
	opacity: 1;
	margin: 0 10px;
}
.index_banner .swiper-pagination-bullets .swiper-pagination-bullet-active{
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.index_title{
	font-size: 24px;
	color: var(--primary-color);
	line-height: 1;
}
.index_title::after{
	content: '';
	display: block;
	width: 2em;
	height: 3px;
	background-color: var(--primary-color);
	margin: 20px 0 0;
}
.index_title.center{
	text-align: center;
}
.index_title.center::after{
	margin: 20px auto 0;
}

.index_about .mori_section{
	height: 100%;
}
.index_about .info{
	width: 50%;
}
.index_about img{
	width: 48%;
}
.index_about .info .txt{
	color: #3e3a39;
	line-height: 2;
	margin: 50px 0 20px;
	text-align: justify;
	text-justify: newspaper;
}
.index_about .info a{
	display: inline-block;
	background: linear-gradient(to bottom, #008dd3, #62b0e2);
	padding: 2px 15px;
	color: #fff;
}

.index_industry{
	background-color: #f7f7f7;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.index_industry ul{
	margin-top: 7vh;
}
.index_industry ul li{
	width: 33.333%;
	height: 55vh;
	position: relative;
	overflow: hidden;
}
/* .index_industry ul li::before{
	content: '';
	display: block;
	padding-top: 130%;
} */
.index_industry ul li a,
.index_industry ul li a::after,
.index_industry ul li a .bg,
.index_industry ul li a .info{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s ease-out;
}
.index_industry ul li a::after{
	content: '';
	display: block;
	background-color: rgba(0, 122, 188, .6);
	transition: all .3s ease-out;
}
.index_industry ul li a .bg{
	object-fit: cover
}
.index_industry ul li a .info{
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: 10px solid transparent;
}
.index_industry ul li a i{
	width: 82px;
	height: 82px;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: scale(.8);
	opacity: .9;
	transition: all .5s ease-in-out;
}
.index_industry ul li:nth-child(1) a i{
	background-image: url(/static/images/ico_industry01_white.png);
}
.index_industry ul li:nth-child(2) a i{
	background-image: url(/static/images/ico_industry02_white.png);
}
.index_industry ul li:nth-child(3) a i{
	background-image: url(/static/images/ico_industry03_white.png);
}
.index_industry ul li:nth-child(4) a i{
	background-image: url(/static/images/ico_industry04_white.png);
}
.index_industry ul li:hover a i{
	transform: scale(1);
	opacity: 1;
}
.index_industry ul li:nth-child(1):hover a i{
	background-image: url(/static/images/ico_industry01.png);
}
.index_industry ul li:nth-child(2):hover a i{
	background-image: url(/static/images/ico_industry02.png);
}
.index_industry ul li:nth-child(3):hover a i{
	background-image: url(/static/images/ico_industry03.png);
}
.index_industry ul li:nth-child(4):hover a i{
	background-image: url(/static/images/ico_industry04.png);
}
.index_industry ul li a h3{
	font-size: 20px;
	color: #fff;
	margin: 46px 0 0;
	padding: 0 10px;
	text-align: center;
}
.index_industry ul li a h3::after{
	content: '';
	display: block;
	width: 1.5em;
	height: 3px;
	background-color: #fff;
	margin: 20px auto 50px;
}
.index_industry ul li a span{
	position: absolute;
	bottom: 40px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	padding: 0 15px;
}
.index_industry ul li:hover a::after{
	height: 0;
}
.index_industry ul li:hover a .bg{
	transform: scale(1.5);
}
.index_industry ul li:hover a .info{
	border-color: var(--primary-color);
}
.index_industry ul li:hover a h3{
	color: var(--primary-color);
}
.index_industry ul li:hover a h3::after{
	background-color: var(--primary-color);
}
.index_industry ul li:hover a span{
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.index_products{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.index_products ul{
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
}
.index_products ul li{
	margin: 0 1% 1% 0;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 0 3px #aaa;
	transition: all .3s ease-out;
}
.index_products ul li:last-child{
	margin-right: 0;
}
.index_products ul li:hover{
	box-shadow: 0 0 8px #aaa;
}
.index_products ul li .title{
	margin-top: 20px;
	font-weight: bold;
}
.index_products ul li .list a{
	display: block;
	position: relative;
	left: 12px;
	padding-right: 12px;
	margin-top: 13px;
	line-height: 1.2;
	transition: all .3s ease-out;
}
.index_products ul li .list a::before{
	content: '';
	display: block;
	position: absolute;
	top: 1.5px;
	left: -15px;
	width: 14px;
	height: 14px;
	background: url(/static/images/ico_arrow_primary.png) no-repeat 0/14px;
}
.index_products ul li .list a:hover{
	left: 20px;
	color: var(--primary-color);
}


.index_world{
	background-color: #eeefef;
}
.index_world .mori_section{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.index_world .mori_section> .flexBetween{
	justify-content: space-around;
}
.index_world .world_pic{
	width: calc(100% - 600px);
}
.index_world ul.cont{
	width: 400px;
}
.index_world ul.cont> li a{
	padding: 30px 0;
	border-bottom: 2px solid #696767;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.index_world ul.cont> li:first-child a{
	padding-top: 0;
}
.index_world ul.cont> li:last-child a{
	border-bottom: 0;
	padding-bottom: 0;
}
.index_world ul.cont> li .head{
	font-size: 16px;
	color: var(--primary-color);
}
.index_world .list{
	width: 260px;
}
.index_world .list ul li{
	color: #595757;
	margin-top: 20px;
}
.index_world .list ul li p{
	font-size: 16px;
	font-weight: bold;
}

.index_news{
	width: 100%;
	padding: 180px 10px 50px;
	background: url(/static/images/bg_news.jpg) no-repeat center/cover;
}
.index_news .mori_section{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.index_news .index_title{
	color: #fff;
}
.index_news .index_title::after{
	background-color: #fff;
}
.index_news .btn{
	padding: 5px 10px;
	border-radius: 10px;
	border: 1px solid #fff;
	color: #fff;
	margin: 20px 0 0;
}
.index_news .btn:hover{
	border-color: var(--primary-color);
	background-color: var(--primary-color);
}

/* 公共 */
.page_banner{
	height: 50vh;
	position: relative;
	font-family: AvantGardeM;
}
.page_banner .mori_section{
	height: 100%;
	align-items: flex-start;
	color: #3e3a39;
}
.page_banner .right{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	text-align: right;
	padding-bottom: 50px;
}
.page_banner .head{
	font-size: 100px;
	color: rgba(255, 255, 255, .6);
	letter-spacing: 10px;
	line-height: 1;
	margin-bottom: 20px;
}
.page_banner p{
	font-size: 24px;
}
.page_banner h3{
	font-size: 30px;
	line-height: 1.1;
}
.page_banner .cover{
	position: absolute;
	bottom: 50px;
	left: 0;
	background-color: rgba(255, 255, 255, .5);
	box-shadow: 0 0 3px rgba(255, 255, 255, .5);
	padding: 40px 5% 40px 10%;
	color: #3e3a39;
}
.page_banner .cover.black{
	background-color: rgba(0, 0, 0, .3);
	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	color: #fff;
}
.page_banner .cover h2{
	font-size: 30px;
	line-height: 1;
	margin-bottom: 20px;
}
.page_banner .cover p{
	margin-top: 6px;
}
.page_banner p.primaryBar{
	color: #fff;
	padding: 0 10px;
	background-color: var(--primary-color);
	border-radius: 4px;
	font-weight: bold;
}

.page_nav{
	margin: 60px 0 10px -30px;
	position: relative;
}
.page_nav> li{
	margin: 0 0 50px 27px;
}
.page_nav> li> a{
	font-size: 16px;
	color: #222;
	padding: 4px 15px;
	position: relative;
}
.page_nav> li:hover> a,
.page_nav> li.on> a,
.page_nav .children li.on,
.page_nav .children li a:hover{
	color: var(--primary-color);
}
.page_nav> li:first-child a{
	background-color: var(--primary-color);
	color: #fff;
}
.page_nav> li> a::after{
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 118px;
	height: 0;
	background: url(/static/images/ico_triangle.png) no-repeat center/contain;
	transition: all .3s ease-out;
}
.page_nav> li:hover> a::after{
	height: 24px;
}
.page_nav .children{
	position: absolute;
	top: calc(100% - 26px);
	left: 50px;
	width: 1150px;
	height: 0;
	background-color: #f4f4f4;
	padding: 0 15px;
	transition: all .3s ease-out;
	white-space: nowrap;
	overflow: hidden;
}
.page_nav .children li{
	margin-right: 38px;
}
.page_nav .children li:last-child{
	margin-right: 0;
}
.page_nav> li:hover .children{
	height: auto;
	padding: 6px 15px;
}

.page_head{
	font-size: 30px;
	text-align: center;
	color: var(--primary-color);
	padding: 40px 0;
}
.page_txt{
	margin-bottom: 80px;
}
.page_txt p{
	padding: 10px 0;
	line-height: 1.8;
}
.page_txt img{
	max-width: 100%;
}

.pagination{
	width: 100%;
	text-align: center;
	padding: 80px 0 120px;
}
.pagination a{
	display: inline-block;
	margin: 0 5px;
	padding: 2px 9px;
	border-radius: 18px;
	border: 1px solid #595757;
	color: #595757;
}
.pagination a:hover{
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}
.pagination a.page-num-current{
	background: #595757;
	border-color: #595757;
	color: #fff;
}

/* 关于我们 */
.page_about_list{
	padding-bottom: 150px;
}
.page_about_list li{
	width: 100%;
	border: 2px solid #c3c4c4;
	border-radius: 8px;
	padding: 0 60px;
	margin-top: 150px;
	transition: all .3s ease-out;
}
.page_about_list li .ico{
	position: relative;
	top: -77px;
	margin: 0 auto;
	transition: all .3s ease-out;
}
.page_about_list li .bn{
	width: 100%;
	transform-origin: bottom;
	transition: all .3s ease-out;
}
.page_about_list li p{
	font-size: 30px;
	color: #595757;
	margin: 20px 0;
	text-align: center;
	margin-top: -40px;
}
.page_about_list li:hover{
	box-shadow: 0 0 6px #999;
}
.page_about_list li:hover .ico{
	transform: scale(1.05);
}
.page_about_list li:hover p{
	color: var(--primary-color);
}

.page_about_profile{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_about_profile li{
	width: 42%;
	margin: 10px 0 20px;
}
.page_about_profile li .pic{
	margin-bottom: 20px;
}

.history_years{
	padding: 0 40px;
}
.history_years .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.history_years .swiper-slide span{
	font-size: 26px;
	color: #8f8f8f;
	border: 1px solid #8f8f8f;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	margin-top: 10px;
	cursor: pointer;
	transition: all .3s ease-out;
}
.history_years .swiper-slide.swiper-slide-thumb-active span{
	width: 100px;
	height: 100px;
	background-color: var(--primary-color);
	color: #fff;
	margin-top: 0;
}
.history_desc{
	box-shadow: 0 0 20px #eee;
	padding: 40px;
	margin: 40px 0;
}
.history_desc .swiper-slide{
    align-items: flex-start;
}
.history_desc p{
	width: 75%;
}
.history_desc img{
	width: 20%;
}
.swiper-button-next, 
.swiper-button-prev{
	background-size: 15px;
}

.page_about_mvp .en{
	margin: 20px 0;
}
.page_about_mvp .mvp img{
	width: 50%;
}

.page_about_culture .section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 60px;
}
.page_about_culture .section img{
	width: calc(100% - 700px);
}
.page_about_culture .section .txt{
	width: 660px;
}

.page_about_responsibility .section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_about_responsibility .section .pic{
	width: 380px;;
}
.page_about_responsibility .section .txt{
	width: calc(100% - 420px);
}
.page_about_responsibility .section_a .txt{
	width: calc(100% - 720px);
}
.page_about_responsibility .section_b .txt{
	width: calc(100% - 330px);
}
.page_about_responsibility .section_c li{
	border: 1px solid #a4a0a2 ;
	border-radius: 10px;
	padding: 10px;
	margin-top: 2%;
	text-align: center;
}
.page_about_responsibility .section_c li:nth-of-type(odd){
	width: 52.5%;
}
.page_about_responsibility .section_c li:nth-of-type(even){
	width: 45.5%;
}
.page_about_responsibility .section_c img{
	width: 100%;
}
.page_about_responsibility .section_c li:nth-child(3){
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_about_responsibility .section_c li:nth-child(3) div:first-child{
	width: 30.6%;
}
.page_about_responsibility .section_c li:nth-child(3) div:first-child p{
	line-height: 1.4;
}
.page_about_responsibility .section_c li:nth-child(3) div:last-child{
	width: 69%;
}
.page_about_responsibility .section_c li:nth-child(3) div:last-child p,
.page_about_responsibility .section_c li:last-child p{
	margin-top: 22px;
}
.page_about_responsibility .section_c li:nth-child(3) img{
	height: 163px;
	object-fit: cover;
}

/* 应用行业 */
.page_banner .mori_section.page_banner_industries{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	padding-bottom: 50px;
	color: #333;
}
.page_banner .mori_section.page_banner_industries.white,
.page_banner .mori_section.page_banner_industries.white h3{
	color: #fff;
}
.page_banner .mori_section.page_banner_industries .en{
	letter-spacing: 3px;
}
.page_banner .mori_section.page_banner_industries h3{
	margin-bottom: 30px;
	letter-spacing: 2px;
	color: #333;
}
.page_banner .mori_section.page_banner_industries p{
	margin-top: 6px;
}
.page_industries_list{
	padding-bottom: 150px;
}
.page_industries_list li{
	width: 100%;
	background-color: #f3f3f3;
	border: 2px solid #c3c4c4;
	border-radius: 8px;
	margin-top: 150px;
	transition: all .3s ease-out;
}
.page_industries_list li .ico{
	position: relative;
	top: -60px;
	margin: 0 auto;
	border-radius: 50%;
	padding: 8px;
	width: 110px;
	height: 110px;
	background-color: #fff;
	transition: all .3s ease-out;
}
.page_industries_list li .bn{
	width: 100%;
	transform-origin: bottom;
	border-radius: 0 0 8px 8px;
	transition: all .3s ease-out;
}
.page_industries_list li p{
	font-size: 30px;
	margin: -50px 0 30px;
	text-align: center;
}
.page_industries_list li:hover p{
	color: var(--primary-color);
}
.page_industries_list li:hover,
.page_industries_list li:hover .ico{
	box-shadow: 0 0 6px #999;
}
.page_industries_list li:hover .ico{
	transform: scale(1.05);
}

.page_industries{
	padding: 40px 0 80px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.page_industries .page_txt{
	width: calc(100% - 140px);
}
.page_industries .page_txt .head{
	margin-bottom: 20px;
}
.page_industries.pharmaceutical .page_txt .flexBetween{
	flex-wrap: nowrap;
}
.page_industries.pharmaceutical .page_txt .flexBetween>div,
.page_industries.pharmaceutical .page_txt .flexBetween>a{
	margin-right: 20px;
}
.page_industries.pharmaceutical .page_txt .flexBetween>:last-child{
	margin-right: 0;
}

.complete_process .section{
	border-top: 2px dashed #666;
	padding-top: 46px;
	margin-top: 50px;
}
.complete_process .bar{
	width: 100%;
	background-color: #d6d6d6;
	border: 1px solid #c1c1c1;
	border-radius: 20px;
	margin: 30px 0 40px;
	position: relative;
}
.complete_process .bar p{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 38px;
	padding: 0;
	text-align: center;
	border-radius: inherit;
}
.complete_process .bar .circle{
	position: absolute;
	top: -17px;
	left: calc(78.5% - 17px);
	width: 74px;
	height: 74px;
	background: url(/static/images/ico_complete_process.png) no-repeat center/contain;
}
.complete_process .bar p:first-child{
	width: 81%;
}
.complete_process .bar p:nth-child(2){
	width: 19%;
	background-color: #fff;
}
.complete_process .section:nth-child(2) .bar p:first-child{
	width: 72%;
}
.complete_process .section:nth-child(2) .bar p:nth-child(2){
	width: 28%;
}
.complete_process .section:nth-child(2) .bar .circle{
	left: calc(70% - 17px);
}
.complete_process .list a,
.complete_process .section:last-child .list a{
	width: 19%;
}
.complete_process .section:nth-child(2) .list a{
	width: 13.5%;
}
.complete_process .list a{
	display: block;
	padding: 10px 10px 0 10px;
	background: url(/static/images/bg_complete_process.png) no-repeat center/100% 100%;
}
.complete_process .list a img{
	width: 100%;
	transition: all .3s ease-out;
}
.complete_process .list a p{
	height: 66px;
	line-height: 1.2;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.complete_process .list a:hover img{
	transform: scale(1.02);
}
.complete_process .list a:hover p{
	color: var(--primary-color);
}
.complete_process .section:last-child .list{
	display: flex;
	justify-content: flex-end;
}
.complete_process .section .title{
	display: flex;
	justify-content: flex-end;
	margin-top: -60px;
}
.complete_process .section .title p{
	width: 19%;
	background-color: #d6d6d6;
	border: 1px solid #c1c1c1;
	border-radius: 20px;
	margin: 30px 0 40px 1.2%;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 38px;
	padding: 0;
	text-align: center;
}
.complete_process .section .title p:last-child{
	background-color: #fff;
}
.complete_process .section:last-child .list a{
	margin-left: 1.2%;
}

.consumer_products .grayBar{
	width: 100%;
}

/* 应用产品 */
.page_products{
	width: 1150px;
}
.page_products_list{
	padding-bottom: 80px;
	margin: 40px auto 100px;
}
.page_products_list li{
	width: 32%;
	margin: 0 2% 2% 0;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 0 3px #aaa;
	transition: all .3s ease-out;
}
.page_products_list li:hover{
	box-shadow: 0 0 8px #aaa;
}
.page_products_list li:nth-child(3n){
	margin-right: 0;
}
.page_products_list li .title{
	margin-top: 20px;
	font-weight: bold;
}
.page_products_list li .list a{
	display: block;
	margin-top: 10px;
	padding-right: 20px;
	transition: all .3s ease-out;
	position: relative;
	left: 15px;
}
.page_products_list li .list a::before{
	content: '';
	display: block;
	background: url(/static/images/ico_arrow_primary.png) no-repeat 0/14px;
	position: absolute;
	top: 4px;
	left: -18px;
	width: 14px;
	height: 14px;
}
.page_products_list li .list a:hover{
	left: 20px;
	color: var(--primary-color);
}


.products_tff .title{
	margin-bottom: 15px;
}
.products_tff> .flex{
	width: 670px;
}
.products_tff .left{
	border-right: 1px solid #c2c2c2;
	margin-right: 30px;
}
.products_tff .left .list{
	margin-right: 30px;
	margin-top: 10px;
}
.products_tff .left .list p{
	padding: 8px 0;
}
.products_tff .right .list p{
	display: flex;
	align-items: center;
}
.products_tff .right .list p em{
	font-size: 12px;
	font-style: normal;
	color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: var(--primary-color);
	text-align: center;
	margin-right: 10px;
}
.products_tff img{
	width: calc(100% - 740px);
}

.products_wd .section{
	align-items: flex-end;
}

.products_y_txt{
	line-height: 1.8;
	display: flex;
	margin-bottom: 15px;
}
.products_y_txt div:first-child{
	white-space: nowrap;
}
.products_y_txt div:last-child{
	margin-left: 60px;
}

/* 应用服务 */
.page_service_process{
	padding-bottom: 60px;
	display: flex;
	justify-content: space-between;
}
.page_service_process li.leftTxt{
	margin-right: 20px;
	white-space: nowrap;
	line-height: 1.8;
}
/* .page_service_process li:not(:first-child){
	text-align: center;
}
.page_service_process li{
	max-width: 20%;
}
.page_service_process li img{
	border-radius: 10px;
}
.page_service_process li .title{
	height: 40px;
	margin: 20px 0;
	line-height: 1.2;
	position: relative;
}
.page_service_process li:not(:first-child, :last-child) .title::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 110%;
	width: 30px;
	height: 30px;
	background: url(../images/ico_arrow_process.png) no-repeat center/contain;
} */
.page_service_list{
	padding-bottom: 100px;
}
.page_service_list li{
	width: 48%;
	margin-top: 4%;
}
.page_service_list li:nth-child(3){
	width: 100%;
}
.page_service_list li .pic{
	width: 100%;
	overflow: hidden;
}
.page_service_list li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-out;
}
.page_service_list li .title{
	background-color: #eeefef;
	padding: 20px 15px;
}
.page_service_list li .title p{
	background: url(/static/images/ico_arrow.png) no-repeat -24px top / 24px;
	overflow: hidden;
	transition: all .3s ease-out;
}
.page_service_list li:hover .pic img{
	transform: scale(1.05);
}
.page_service_list li:hover .title p{
	background-position-x: 0;
	color: var(--primary-color);
	padding-left: 26px;
}

.service_validation li{
	width: 30%;
}
.service_validation li .title{
	background-color: #595757;
	padding: 4px 10px;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
.engineeringDesign{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.engineeringDesign img{
	margin-right: 40px;
}

.ModularSolution_a{
	width: 80%;
	margin: 0 auto 30px;
}
.ModularSolution_a .pic{
	margin: 10px 0 40px;
}
.ModularSolution_a .txt{
	display: flex;
	justify-content: space-between;
	text-align: justify;
	text-justify: newspaper;
}
.ModularSolution_a .txt>div{
	width: 48%;
}
.ModularSolution_b{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.ModularSolution_b .txt{
	margin-right: 50px;
	text-align: justify;
	text-justify: newspaper;
}
.ModularSolution_b img{
	width: 440px;
}
.swiper_ModularSolution{
	margin-top: 30px;
	padding-top: 70px;
}
.swiper_ModularSolution .swiper-slide{
	height: auto;
	padding: 20px;
	border: 2px solid #eee;
	border-radius: 8px;
}
.swiper_ModularSolution .swiper-slide img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.swiper_ModularSolution .swiper-button-next, 
.swiper_ModularSolution .swiper-button-prev{
	width: 40px;
	height: 40px;
	background-color: var(--primary-color);
	border-radius: 25px;
	position: absolute;
	top: 25px;
}
.swiper_ModularSolution .swiper-button-prev{
	background-image: url(/static/images/ico_prev.png);
}
.swiper_ModularSolution .swiper-button-next{
	left: 80px;
	background-image: url(/static/images/ico_next.png);
}

/* 联系我们 */
@keyframes earth-grid {
    0% {
        transform:  scale(.9) rotate(0);
    }
    10% {
        transform: scale(1) rotate(36deg);
    }
    20% {
        transform: scale(.9) rotate(72deg);
    }
    30% {
        transform: scale(1) rotate(108deg);
    }
    40% {
        transform: scale(.9) rotate(144deg);
    }
    50% {
        transform: scale(1) rotate(180deg);
    }
    60% {
        transform: scale(.9) rotate(216deg);
    }
    70% {
        transform: scale(1) rotate(252deg);
    }
    80% {
        transform: scale(.9) rotate(288deg);
    }
    90% {
        transform: scale(1) rotate(324deg);
    }
    100% {
        transform: scale(.9) rotate(360deg);
    }
}
.world_pic{
	position: relative;
	width: 45%;
}
.world_pic .bg{
	width: 100%;
	margin: 0 auto;
	animation: earth-grid 60s linear infinite;
}
.world_pic .pic{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 83%;
}

.page_banner_contact{
	padding-top: 10vh;
}
.page_world{
	background-color: #eeeeef;
	padding: 90px 0;
}
.page_world .world_pic{
	width: calc(100% - 650px);
}
.page_world .list{
	width: 600px;
}
.page_world .list ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 2px solid #767474;
}
.page_world .list ul li:last-child{
	border-bottom: 0;
}
.page_world .list ul li .icon{
	width: 108px;
}
.page_world .list ul li .txt{
	width: 450px;
}
.page_world .list ul li .head,
.page_world .list ul li table td{
	padding: 4px 15px;
	white-space: nowrap;
}


.page_contact{
	padding: 30px 0;
}
.page_contact .section{
	margin: 80px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.page_contact .txt{
	width: calc(100% - 200px);
	margin-left: 80px;
}
.page_contact ul li{
	width: 33.33%;
	min-width: 336px;
	border-right: 1px solid #767474;
	padding: 0 30px;
	margin-bottom: 30px;
}
.page_contact ul li:nth-child(3),
.page_contact ul li:last-child{
	border-right: 0;
}
.page_contact .head{
	padding: 10px 30px;
}
.page_contact ul li .country{
	width: 50px;
	margin-bottom: 10px;
}

/* 资源中心 */
.page_pdf_list{
	padding-bottom: 80px;
}
.page_pdf_list .section{
	width: 46%;
	margin-top: 60px;
}
.page_pdf_list .section .head{
	margin-bottom: 10px;
}
.page_pdf_list ul li a{
	display: block;
	padding: 10px 40px 10px 0;
	color: #222;
	font-size: 16px;
	border-bottom: 2px dotted #686666;
	background: url(/static/images/ico_dl.png) no-repeat right;
}
.page_pdf_list ul li a:hover{
	color: var(--primary-color);
}

#flipbook .hard{
	background-color: #999;
	box-shadow: inset 0 0 20px #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#flipbook img{
	width: 100%;
	height: 100%;
}

/* 新闻 */
.page_news_list .list li{
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 2px dotted #9d9d9d;
}
.page_news_list .list li:last-child{
	border-bottom: 0;
}
.page_news_list .list li .title{
}
.page_news_list .list li .pic{
	width: 200px;
	transition: all .3s ease-out;
}
.page_news_list .list li .cont{
	border: 2px solid #9d9d9d;
	border-radius: 4px;
	padding: 20px;
	margin-top: 20px;
	transition: all .3s ease-out;
}
.page_news_list .list li .desc{
	width: calc(100% - 300px);
}
.page_news_list .list li:hover .cont{
	box-shadow: 0 0 20px #9d9d9d;
	border-color: #fff;
}
.page_news_list .list li:hover .pic{
	transform: scale(1.01);
}
.page_news_list .list li:hover .title{
	color: var(--primary-color);
}
.page_news_detail .date{
	color: #868686;
	margin: 15px 0 40px;
}
.page_news_detail .txt{
	border-top: 1px solid #d9d9d9;
	padding-top: 30px;
}
.page_news_detail .txt img{
	display: inline-block;
}
.page_turn{
	text-align: center;
	margin-bottom: 100px;
}
.page_turn li{
	display: inline-flex;
	align-items: center;
	margin: 0 15px;
}
.page_turn li a{
	display: block;
	padding: 4px 20px;
	border: 1px solid #999;
	border-radius: 20px;
}
.page_turn li a:hover{
	background-color: var(--primary-color);
	color: #fff;
}

.page_search_list li{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #e1e1e1;
}
.page_search_list li:first-child{
	border-top: 0;
}
.page_search_list li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_search_list li .pic{
	width: 200px;
	height: 100px;
	background-size: contain;
	background-position: left center;
}
.page_search_list li .txt{
	width: calc(100% - 250px);
	letter-spacing: 1px;
}
.page_search_list li h2{
	font-size: 16px;
	margin: 20px 0 10px;
}
.page_search_list li a:hover .pic{
	transform: scale(1.05);
}
.page_search_list li a:hover h2{
	color: var(--primary-color);
}

/*响应式*/
@media screen and (min-width: 1200px) {
	.index_about .info .txt{
		font-size: 16px;
	}
}

@media screen and (max-width: 1500px) {
	.indexSlide{
		padding-top: 100px;
	}
	.index_banner .swiper-button-next, 
	.index_banner .swiper-button-prev{
		width: 50px;
		height: 50px;
		background-size: 12px;
		border: 1px solid #fff;
	}
	.index_banner .swiper-button-next::after, 
	.index_banner .swiper-button-prev::after{
		font-size: 20px;
	}
	.index_industry{
		justify-content: space-between;
	}
	.index_industry .index_title{
		margin-top: 8vh;
	}
	.index_industry ul{
		margin-top: 0;
	}
	.index_mvp{
		justify-content: space-between;
	}
	.index_mvp ul{
		margin-top: 0;
	}
	.index_mvp ul li::after{
		padding-top: 100%;
	}
	.index_mvp .list a{
		text-shadow: 0px 0px 10px black;
	}
	.index_mvp .list a:hover{
		text-shadow: none;
	}
	.index_world ul.cont{
		width: 360px;
	}
	.index_world ul.cont> li{
		padding: 20px 0;
	}
	.index_world ul.cont> li img{
		width: 80px;
	}
	.index_world .list ul li{
		margin-top: 10px;
	}
	.index_news{
		padding: 130px 10px 50px;
	}
}


@media screen and (max-width: 1366px) {
	.index_products{
		justify-content: space-around;
	}
	.index_products .mori_wrap{
		width: 1150px;
	}
	.index_products ul{
		margin-top: 0;
	}
	.index_products ul li .list a{
		margin-top: 8px;
	}
	.index_world .mori_section> .flexBetweenCenter{
		justify-content: space-around;
	}
	.index_world .world_pic{
		max-width: 450px;
	}
	.index_world ul.cont> li{
		padding: 0;
	}
	.page_nav {
	    margin: 60px 0 10px -30px;
	}
	.page_nav> li{
		margin: 0 0 50px 30px;
	}
	.page_nav .children{
		left: 30px;
	}
	
	.page_about_list,
	.page_industries_list li{
		width: 90%;
		margin: 150px auto 0;
	}
	.page_about_list li p,
	.page_industries_list li p{
		font-size: 24px;
	}
}

@media screen and (max-width: 1200px) {
	.indexContainer{
		height: auto;
	}
	.indexContainer >.swiper-wrapper{
		display: block;
	}
	
	.index_banner{
		height: 40vh;
	}
	.index_banner .swiper-slide{
		padding-top: 80px;
	}
	.index_banner .swiper-slide p{
		font-size: 20px !important;
		margin: 10px 0 !important;
	} 
	.index_banner .swiper-pagination-bullets .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}
	.index_banner .swiper-button-prev{
		left: 0;
	}
	.index_banner .swiper-button-next{
		right: 0;
	}
	.index_banner .swiper-button-next, 
	.index_banner .swiper-button-prev{
		width: 20px;
		height: 20px;
		background-size: 5px;
		margin-top: 0;
		border: 0;
	}
	.index_banner .swiper-button-next::after, 
	.index_banner .swiper-button-prev::after{
		font-size: 15px;
	}
	.index_banner .txtBg{
		background-color: rgba(255, 255, 255, .6);
	}
	.indexSlide{
		padding: 40px 0;
	}
	.index_title{
		font-size: 20px;
	}
	.index_title::after{
		height: 2px;
		margin: 15px 0 0;
	}
	.index_title.center::after{
		margin: 15px auto 0;
	}
	.index_about .info{
		width: 100%;
	}
	.index_about .info .txt{
		margin: 20px 0;
	}
	.index_about .info a{
		padding: 0 10px;
	}
	.index_about img{
		width: 100%;
		margin: 25px 0 0;
	}
	
	.index_products .mori_wrap {
	    width: 100%;
	}
	.index_products ul{
		margin-top: 0;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.index_products ul li{
		
		margin-top: 20px;
	}
	.index_industry .index_title{
		margin-top: 0;
	}
	.index_industry ul li{
		margin-top: 20px;
	}
	
	.index_world .world_pic{
		width: 100%;
		margin: 30px 0;
	}
	.index_world ul.cont{
		width: 100%;
	}
	.index_world ul.cont li img{
		width: 40px;
	}
	.index_world .list{
		width: calc(100% - 80px);
	}
	.index_world .list ul li{
		min-width: 50%;
	}
	
	.index_news{
		padding: 50px 10px;
	}

	.page_banner{
		height: 40vh;
	}
	.page_banner .head{
		font-size: 50px;
	}
	.page_banner .cover{
		padding: 4%;
	}
	.page_banner p{
		font-size: 18px;
	}
	.page_banner h3,
	.page_banner .cover h2,
	.page_banner .fs_large{
		font-size: 18px;
	}

	.page_nav{
		display: none;
	}
	.page_txt{
		margin: 30px 0;
	}
	.page_txt ul{
		width: 100%;
	}
	.page_txt ul li{
		width: 100%;
	}
	.page_txt img{
		margin: 10px auto;
	}
	.page_txt img.fr{
		float: none;
	}
	
	.page_turn{
		margin-bottom: 60px;
	}

	.page_head{
		font-size: 20px;
	}
	.page_about_list li{
		margin-top: 60px;
		padding: 0 4%;
	}
	.page_about_list li .ico{
		height: 80px;
		top: -40px;
	}
	.page_about_list li p{
		font-size: 16px;
		margin-top: -20px;
	}
	.page_about_responsibility .section{
		flex-direction: column-reverse;
	}
	.page_about_responsibility .section .pic{
		width: 100%;
	}
	.page_about_responsibility .section .txt{
		width: 100%;
	}
	.page_about_responsibility .section .pic p{
		padding: 0;
		text-align: center;
	}
	.page_about_responsibility .section_a .txtRight{
		text-align: center;
		padding: 0;
	}
	.page_about_responsibility .section_c p{
		padding: 0;
		line-height: 1.4;
	}
	.page_about_responsibility .section_c li:nth-child(3) div:first-child,
	.page_about_responsibility .section_c li:nth-child(3) div:last-child,
	.page_about_responsibility .section_c li{
		width: 100%!important;
	}
	.page_about_responsibility .section_c li:nth-child(3) img{
		height: auto;
	}
	.page_about_responsibility .section_c li:nth-child(3) div:last-child p, 
	.page_about_responsibility .section_c li:last-child p{
		margin-top: 0;
	}
	.page_about_responsibility .section_d li{
		width: 49%;
	}
	.page_about_responsibility .section_d li p{
		padding: 0;
		letter-spacing: 0;
		line-height: 1.4;
		text-align: center;
	}
	
	.page_about_mvp .mvp img{
		width: 100%;
	}
	
	.page_about_culture .section img,
	.page_about_culture .section .txt,
	.page_about_responsibility .section .pic,
	.page_about_responsibility .section .txt,
	.page_about_responsibility .section_a .txt,
	.page_about_responsibility .section_b .txt{
		width: 100%;
	}

	.history_years{
		padding: 0;
		margin-top: 30px;
	}
	.history_years .swiper-slide span,
	.history_years .swiper-slide.swiper-slide-thumb-active span{
		width: 50px;
		height: 50px;
		font-size: 15px;
		margin-top: 0;
	}
	.history_years .swiper-button-next,
	.history_years .swiper-button-prev{
		background-size: 8px;
		width: 12px;
	}
	.history_years .swiper-button-next{
		right: 0;
	}
	.history_years .swiper-button-prev{
		left: 0;
	}
	.history_desc{
		padding: 4%;
		margin: 20px 0;
	}
	.history_desc p{
		width: 100%;
	}
	.history_desc img{
		width: 100%;
		margin: 10px 0;
	}

	.page_about_culture .section{
		margin-top: 30px;
		flex-direction: column-reverse;
	}
	.page_about_culture .section img{
		margin-bottom: 20px;
	}
	
	.consumer_products ul p{
		width: 100%;
	}
	
	.world_pic{
		width: 100%;
	}
	.page_world .world_pic{
		width: 100%;
	}
	.page_world{
		padding: 40px 0;
	}
	.page_world .list{
		width: 100%;
	}
	.page_world .list ul li{
		flex-direction: column;
		align-items: flex-start;
		position: relative;
	}
	.page_world .list ul li .icon,
	.page_contact .section .icon{
		width: 60px;
	}
	.page_world .list ul li .head{
		padding: 0;
		position: absolute;
		top: 36px;
		left: 74px;
	}
	.page_world .list ul li .txt{
		width: 100%;
		margin-top: 10px;
	}
	.page_world .list ul li table{
		width: 100%;
	}
	.page_world .list ul li table td{
		padding: 4px 0;
		font-size: 12px;
	}
	.page_banner_contact {
	    padding-top: 10vh;
	}
	.page_contact .section{
		margin: 40px 0;
		flex-direction: column;
		align-items: flex-start;
		position: relative;
	}
	.page_contact{
		padding: 50px 0;
	}
	.page_contact .head{
		padding: 0;
		position: absolute;
		top: 16px;
		left: 74px;
	}
	.page_contact .txt{
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
	.page_contact ul li{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		border-right: 0;
		padding: 0;
		margin-bottom: 20px;
		position: relative;
	}
	.page_contact ul li:nth-child(3){
		display: none;
	}
	.page_contact ul li .country{
		width: 24px;
		margin-bottom: 5px;
	}
	.page_contact ul li p.fs_normal{
		position: absolute;
		top: 0;
		left: 30px;
	}

	.page_products{
		width: 100%;
	}
	.page_products_list{
		margin: 0 auto;
	}
	.page_products_list li{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.page_products_list li img{
		width: 100%;
	}
	
	.products_tff> .flex{
		width: 100%;
		margin-bottom: 30px;
	}
	.products_tff .left{
		border-right: 0;
		margin-right: 0;
		margin-bottom: 24px;
		padding-bottom: 20px;
	}
	.products_tff .left .fs_normal{
		font-weight: bold;
		margin-bottom: 10px;
	}
	.products_tff p{
		margin: 0;
		padding: 5px 0;
	}
	.products_tff img{
		width: 100%;
	}
	
	.page_industries_list{
		margin-top: -20px;
		padding-bottom: 100px;
	}
	.page_industries_list li{
		margin-top: 70px;
		padding: 0;
	}
	.page_industries_list li .ico{
		width: 96px;
		height: 96px;
		top: -48px;
	}
	.page_industries_list li p{
		font-size: 16px;
		margin-top: -20px;
	}
	.page_industries{
		flex-direction: column;
		position: relative;
	}
	.page_industries .icon{
		width: 80px;
	}
	.page_industries .head{
		position: absolute;
		top: 62px;
		left: 100px;
	}
	.page_industries .page_txt{
		width: 100%;
	}
	
	.pharmaceutical .flexBetween{
		flex-wrap: wrap;
	}

	.page_pdf_list .head{
		margin-top: 40px;
	}
	.page_pdf_list .section{
		width: 100%;
		margin-top: 0;
	}
	
	.page_service_process{
		padding-bottom: 20px;
		flex-wrap: wrap;
	}
	.page_service_process li{
		width: 100%;
		text-align: center;
	}
	.page_service_process li.leftTxt{
		margin-right: 0;
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.5;
	}
	.page_service_process li.leftTxt p:not(:first-child){
		display: inline;
	}
	
	.engineeringDesign{
		flex-wrap: wrap;
		flex-direction: column-reverse;
		margin-bottom: 40px;
	}
	.engineeringDesign img{
		margin: 20px auto 0;
	}
	
	.ModularSolution_a{
		width: 100%;
		margin: 0 auto 30px;
	}
	.ModularSolution_a .pic{
		margin: 10px 0 20px;
	}
	.ModularSolution_a .txt{
		flex-wrap: wrap;
		text-align: start;
	}
	.ModularSolution_a .txt>div{
		width: 100%;
	}
	.ModularSolution_b{
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.ModularSolution_b .txt{
		margin-right: 0;
		text-align: start;
	}
	.swiper_ModularSolution{
		margin-top: 0;
		margin-bottom: 80px;
	}
	.swiper_ModularSolution .swiper-slide img{
		height: 200px;
	}
	.swiper_ModularSolution .swiper-button-next, 
	.swiper_ModularSolution .swiper-button-prev{
		top: 30px;
	}
	
	/* .page_service_process li{
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-top: 50px;
		position: relative;
	}
	.page_service_process li img{
		width: 50%;
		margin: 0 auto;
	}
	.page_service_process li .title{
		height: auto;
	}
	.page_service_process li:not(:last-child)::after{
		content: '';
		display: block;
		position: absolute;
		top: calc(100% + 10px);
		left: calc(50% - 15px);
		transform: rotate(90deg);
		width: 30px;
		height: 30px;
		background: url(../images/ico_arrow_process.png) no-repeat center/contain;
	} */
}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 768px) {
	.index_industry ul li{
		width: 100%;
		height: auto;
	}
	.index_industry ul li::before{
		content: '';
		display: block;
		padding-top: 100%;
	}

	.page_news_detail .txt img,
	.page_news_detail .txt video{
		max-width: 100% !important;
		height: auto !important;
	}
	
	.page_search_list li .pic{
		display: none;
	}
	.page_search_list li .txt{
		width: 100%;
		letter-spacing: 1px;
	}
	
	.page_news_list .list li .pic{
		width: 100%;
	}
	.page_news_list .list li .desc{
		width: 100%;
		margin-top: 20px;
	}
	
	.complete_process .bar{
		margin: 30px 0;
	}
	.complete_process .bar p{
		line-height: 30px;
	}
	.complete_process .bar .circle{
		top: -23px;
		width: 49px;
	}
	.complete_process .list a{
		margin-top: 4%;
	}
	.complete_process .list a img{
		margin: 0;
	}
	.complete_process .list a p{
		height: 58px;
	}
	.complete_process .bar p:first-child,
	.complete_process .section:nth-child(2) .bar p:first-child{
		width: 50%;
	}
	.complete_process .bar p:nth-child(2),
	.complete_process .section:nth-child(2) .bar p:nth-child(2){
		width: 50%;
	}
	.complete_process .bar .circle,
	.complete_process .section:nth-child(2) .bar .circle{
		left: calc(48% - 17px);
	}
	.complete_process .section .list a,
	.complete_process .section:nth-child(2) .list a{
		width: 48%;
	}
	.complete_process .section .title{
		margin-top: 0;
		justify-content: space-between;
	}
	.complete_process .section:last-child .list{
		justify-content: space-between;
	}
	.complete_process .section .title p{
		width: 48%;
		line-height: 30px;
		margin: 30px 0 20px;
	}
	.complete_process .section:last-child .list a{
		width: 48%;
		margin-left: 0;
	}
	
	.page_industries.pharmaceutical .page_txt .flexBetween{
		flex-wrap: wrap;
	}
	.page_industries.pharmaceutical .page_txt .flexBetween>div,
	.page_industries.pharmaceutical .page_txt .flexBetween>a{
		margin-right: 0;
	}
	
	.products_y_txt{
		flex-wrap: wrap;
	}
	.products_y_txt div:first-child{
		white-space: normal;
	}
	.products_y_txt div:last-child{
		margin-left: 0;
	}
}

@media screen and (max-width: 414px) {
	.page_news_list .list li .desc{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box; 
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3; 
	}
	
	.page_world .list ul li:first-child{
		padding-bottom: 46px;
	}
	.page_world .list ul li:first-child tr:first-child td:last-child{
		position: absolute;
		bottom: 20px;
		left: 0;
	}
}
