.only-xs {
	display: block;
}
.only-pc {
	display: none;
}
img,
.w-100- {
	width: 100%;
}
.list-indent-1em {
	margin-left: 1em;
    text-indent: -1em;
}
.my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}
.font_bank {
	font-family: 'font_bank';
}
.btn {
	display: block;
	padding: 8px 0;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-radius: 150px;
}
.btn-blue {
	background-color: #32aae8;
	color: #fff;
}
.btn-blue-right {
	background: #32aae8 url(../images/common/icon-arrow-white.png) no-repeat right 20px top 50%;
	color: #fff;
}
.btn-border-gray,
.btn-border-gray-rev {
	position: relative;
	color: #333;
	border: 1px solid #c8c8c8;
	background-color: #fff;
}
.btn-border-gray:hover,
.btn-border-gray-rev:hover {
	border: 1px solid #c8c8c8;
}
.btn-down {
	background: #fff url(../images/common/icon-arrow-down-blue.png) no-repeat right 12px top 50%;
}
.btn-border-gray-rev {
	background: #fff url(../images/common/icon-arrow-rev-blue.png) no-repeat left 20px top 50%;
}
.btn-blue:hover,
.btn-blue-right:hover {
	opacity: 0.8;
	color: #fff;
}
.btn-blue-right:hover {
	background-color: #32aae8;
}
.btn-border-gray:hover,
.btn-border-gray-rev:hover {
	color: #00a9df;
}
.mySwiper {
	padding: 10px 0 !important;
	height: 20%;
	box-sizing: border-box;
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.num-list {
	counter-reset: section;
}
.num-list_title {
	position: relative;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.num-list_title:before {
	content: counter(section) ".";
	counter-increment: section;
	display: inline-block;
	padding-right: 6px;
}
.title-pagetitle,
.title-l,
.title-m {
	position: relative;
	line-height: 1.5;
	font-weight: bold;
}
.title-pagetitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px;
}
.title-l {
	margin: 40px 0 20px 0;
}
.title-m {
	margin: 20px 0 20px 0;
}
.title-pagetitle:after {
	width: 100%;
	content: "";
	display: block;
	height: 3px;
	background-color: #f0f0f0;
	background-image: -webkit-linear-gradient(left, #e12726, #fff200);
	background-image: -moz-linear-gradient(left, #e12726, #fff200);
	background-image: -o-linear-gradient(left, #e12726, #fff200);
	background-image: -ms-linear-gradient(left, #e12726, #fff200);
	background-image: linear-gradient(to right, #e12726, #fff200);
	margin-top: 15px;
}
.title-l:before {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background-color: #e12726;
	position: absolute;
	left: 0;
	bottom: 0;
}
.title-l:after {
	content: "";
	display: block;
	height: 3px;
	background-color: #f0f0f0;
	margin-top: 20px;
}
.title-m:before {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background-color: #e12726;
	position: absolute;
	left: 0;
	bottom: 0;
}
.title-m:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #f0f0f0;
	margin-top: 20px;
} 
.title-pagetitle h1 {
	margin: 0;
	-webkit-flex: 1 0 50%;
	flex: 1 0 50%;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.title-l h2 {
	margin-bottom: 0;
}
.title-m h3 {
	color: #e12726;
}

.table-container {
	margin-bottom: 20px;
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
}
.table-container::-webkit-scrollbar {
	height: 20px;
}
.table-container::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px
}
.table-container::-webkit-scrollbar-thumb {
	background: url(../images/common/icon-arrow-white-right.webp) right 7px top 5px no-repeat,url(../images/common/icon-arrow-white-left.webp) left 7px top 5px no-repeat;
	background-color: #666;
	background-size: 7px auto !important;
	border-radius: 10px
}

.pagenav {
	padding: 15px 0;
	font: 14px/1.5 Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	text-align: center;
}
.pagenav span,
.pagenav a {
	display: inline-block;
	width: 48px;
	padding: 3px 0;
	margin: 0 5px;
	font-size: 18px;
	font-weight: 200;
	line-height: 24px;
	color: #b0b0b0;
}
.pagenav .bi-chevron-left,
.pagenav .bi-chevron-right {
	margin: 0;
	padding: 0;
	font-size: 24px;
	vertical-align: bottom;
}
.pagenav a {
	text-decoration: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.pagenav a:hover {
	background-color: #b0b0b0;
	color: #fff;
}
.pagenav a:hover span {
	color: #fff;
}
.pagenav .current {
	background-color: #757575;
	color: #fff;
	cursor: default;
}
.pagenav .current.prev,
.pagenav .current.next {
	background-color: transparent;
	color: #b0b0b0;
}
section.header {
	position: relative;
	width: 100%;
	height: 590px;
}
section.header .banner {
	background-color: #ececec;
}
section.header .banner .inner {
	padding: 0 3%;
}
section.header .banner .info_section {
	margin-top: 30px;
}
section.header .banner .info_section p {
	margin-bottom: 0;
	font-size: 22px;
	line-height: 1.6;
}
section.header .banner .info_section p:nth-of-type(1) {
	color: #2263b3;
}
section.header .banner .info_section p:nth-of-type(2) {
	color: #5d5d5d;
}
section.header .sideMenu {
	height: 60px;
	background-color: #25292D;
}
section.header .sideMenu .mobile,
nav.navbar .offcanvas-body .mobile {
	position: relative;
	margin: 0 auto 20px auto;
	color: #999;
	border-bottom: 1px solid #4b4b4b;
}
section.header .sideMenu ul,
nav.navbar .navbar-nav {
	position: relative;
	width: 66vw;
    margin: 0 auto 60px auto;
}
section.header .sideMenu .sideItem,
nav.navbar .navbar-nav .nav-item {
	position: relative;
	border-bottom: 1px solid #666;
}
section.header .sideMenu .sideItem a,
nav.navbar .navbar-nav .nav-item a {
	display: block;
	padding: 14px 0 13px 0;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
section.header .sideMenu .sideItem a:after,
nav.navbar .navbar-nav .nav-item a:after {
	content: "→";
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 15px;
}
section.header .sideMenu .sideItem p {
	margin-bottom: 0;
}
section.header .sideMenu .navbar-toggler {
	padding: 0;
	border: none;
	box-shadow: none;
}
section.header .sideMenu .bi-list,
nav.navbar .navbar-toggler .bi-list {
	font-size: 30px;
	color: #fff;
}
section.header .sideMenu .bi-x-lg,
nav.navbar .offcanvas-header .bi-x-lg {
	font-size: 25px;
	color: #fff;
	border: 0;
	background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
}
section.header .offcanvas,
nav.navbar .offcanvas {
	background-color: #25292D;
}
section.header .offcanvas-header,
nav.navbar .offcanvas-header {
	justify-content: flex-end;
}
section.header .headerLeft {
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	background-color: #fff;
}
section.header a.headerLeft {
	display: flex;
	padding: 0 20px;
	height: 60px;
	color: #1a234e;
	text-decoration: none;
	align-items: center;
	justify-content: center;
}
section.header .headerLeft h1 {
	margin-bottom: 0;
	font-weight: bold;
}
section.header .headerLeft span,
section.header .menuFooter span,
nav.navbar .menuFooter span {
	display: block;
	font-size: 15px;
}
section.header .menuFooter span:nth-of-type(1),
nav.navbar .menuFooter span:nth-of-type(1) {
	font-size: 14px;
}
section.header .menuFooter span:nth-of-type(2),
nav.navbar .menuFooter span:nth-of-type(2) {
	letter-spacing: 0.8px;
}
section.header .headerLeft span:nth-of-type(2) {
	letter-spacing: 0.8px;
	font-size: 16px;
}
section .banner .img_section {
	margin-top: 36px;
	padding-bottom: 46px;
}
section.header .menuFooter,
nav.navbar .menuFooter {
	display: flex;
	justify-content: center;
}
section.header .menuFooter span,
nav.navbar .menuFooter span {
	font-weight: bold;
	color: #fff;
}
section.header .menuFooterCopy,
nav.navbar .menuFooterCopy {
	font-size: 10px;
	color: #868b8f;
	text-align: center;
}
.topProducts,
.topPartners {
	padding: 60px 0;
}
.topProducts div.title,
.topNews div.title,
.topPartners div.title {
	position: relative;
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}
.topProducts div.title:after,
.topPartners div.title:after {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	height: 1px;
	content: '';
	background-color: #444;
	z-index: 0;
}
.topProducts div.title p,
.topPartners div.title p {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	padding: 0 1em;
	font-weight: bold;
	background-color: #fff;
	z-index: 1;
}
.topProducts div.title p span,
.topNews div.title p span,
.topPartners div.title p span {
	display: block;
}
.topProducts div.title p span:first-of-type,
.topNews div.title p span:first-of-type,
.topPartners div.title p span:first-of-type {
	font-size: 18px;
	font-weight: normal;
}
.topProducts .card-product {
	margin-bottom: 30px;
}
.topProducts .card-product a {
	color: #000;
	text-decoration: none;
}
.topProducts .card-product .image {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.topProducts .card-product .image img {
	width: 100%;
	height: auto;
	margin: 0;
	transition: all 200ms linear;
	-ms-transform-origin: left top;
	transform-origin: left top;
	vertical-align: bottom;
}
.topProducts .card-product a:hover .image img {
	-ms-transform: scale(1.085, 1.085);
	transform: scale(1.085, 1.085);
}
.topProducts .card-product a .image:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	transition: all 200ms linear;
	opacity: 0;
	background-color: rgba(0, 0, 0, .3);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.topProducts .card-product a:hover .image:before {
	z-index: 1;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.topProducts .summary {
	padding: 30px;
	background-color: #f1f1f1;
}
.topProducts .summary .title {
	margin: 0 0 0.85em;
	font-size: 18px;
	font-weight: bold;
}
.topProducts .summary .lead-txt {
	margin-bottom: 0;
	font-size: 13px;
}
.topNews {
	padding: 60px 0;
	background-color: #e8ebf0;
}
.topNews div.title p {
	font-weight: bold;
}
.topNews ul {
	margin-bottom: 0;
}
.topNews li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #5d666f;
}
.topNews li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.topNews li a {
	display: block;
	color: #333;
	text-decoration: none;
}
.topNews li span {
	display: block;
	font-weight: bold;
}
.topNews .contact a {
	display: block;
	padding: 50px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #3b4045;
}
.topNews .contact a img {
	display: block;
	margin: 0 auto 25px auto;
	width: 90px;
	margin-bottom: 20px;
}
.topNews .contact a p:nth-of-type(1) {
	position: relative;
	margin: 0 auto 25px auto;
	font-size: 17px;
}
.topNews .contact a p:nth-of-type(1):before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -12px;
	display: inline-block;
	width: 40px;
	height: 1px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #fff;
}
.topNews .contact a p:nth-of-type(2) {
	margin-bottom: 0;
	font-size: 19px;
}
.topNews .btn {
	position: relative;
	margin: 20px 0;
	padding: 0;
	width: 100%;
	height: 40px;
	font-size: 19px;
	background-color: #25292D;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topNews .btn {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.topPartners .col {
	margin-top: 16px;
}
.topPartners .col a {
	position: relative;
	display: block;
	padding: 20px;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.06);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.06);
	border-radius: 2px;
}
.topPartners .col:nth-of-type(1) .front {
	background-image: url(../images/partners/genetics.webp);
}
.topPartners .col:nth-of-type(2) .front {
	background-image: url(../images/partners/fafu.webp);
}
.topPartners .col:nth-of-type(3) .front {
	background-image: url(../images/partners/fjxiehe.webp);
}
.topPartners .col:nth-of-type(4) .front {
	background-image: url(../images/partners/xmmc.webp);
}
.topPartners .col:nth-of-type(5) .front {
	background-image: url(../images/partners/maxim.webp);
}
.topPartners .col:nth-of-type(6) .front {
	background-image: url(../images/partners/fjmu.webp);
}
.topPartners .col:nth-of-type(7) .front {
	background-image: url(../images/partners/zz-bio.webp);
}
.topPartners .col:nth-of-type(8) .front {
	background-image: url(../images/partners/fzu.webp);
}
.topPartners .col:nth-of-type(9) .front {
	background-image: url(../images/partners/fjcdc.webp);
}
.topPartners .col .front {
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.topPartners .col .back {
	height: 36px;
	font-weight: bold;
	text-align: center;
}

nav.navbar {
	padding: 0;
	background-color: #25292d;
}
nav .navbar-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 20px;
	height: 60px;
	background-color: #fff;
}
nav .navbar-brand h1 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 16px;
	color: #1a234e;
}
nav .navbar-brand h1 span {
	display: block;
}
nav.navbar-expand-lg .navbar-nav .nav-link p {
	margin-bottom: 0;
}
nav.navbar-expand-lg .navbar-nav .nav-link p:nth-of-type(1) {
	margin-bottom: 5px;
}
nav.navbar .offcanvas-body .mobile {
	color: #999;
}
section.parts_main {
	position: relative;
	color: #3e454b;
	width: 100%;
	background-color: #fff;
	line-height: 1.8;
	z-index: 10;
}
section.parts_main .parts_kv {
	position: relative;
}
section.parts_main .kvImg {
	display: flex;
	align-items: center;
	height: min(450px, 50vw);
	overflow: hidden;
}
section.parts_main .innerWrapper {
	margin-left: 4vw;
    margin-right: 4vw;
	max-width: 1350px;
}
section.parts_main .kvText {
	position: absolute;
	top: 35%;
	color: #fff;
	text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
section.parts_main .kvName {
	font-size: min(62px, 8vw);
}
section.parts_main .kvText h2 {
	position: relative;
	top: -8px;
	margin: 0 0 0 5px;
	font-size: 14px;
}
section.parts_main .vertLine {
	position: absolute;	
	left: 75px;
	z-index: 120;
}
section.parts_main .vertLine1 {
	position: absolute;
	top: -50px;
	height: 50px;
	border-left: 1px solid #fff;
}
section.parts_main .vertLine2 {
	height: 185px;
	border-left: 1px solid #3e454b;
}
section.parts_main .parts_contentTitle {
	margin-bottom: 30px;
}
.breadcrumb-item a {
	text-decoration: none;
	color: #25292d;
}
.parts_contentTitle h3 {
	margin: 10% auto;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #3e454b;
}
.parts_contentTitle h3:after {
	content: " ";
	position: relative;
	left: calc(50% - 14px);
	top: 6px;
	border-top: 1px solid #333;
	width: 28px;
	display: block;
}
section.parts_main + section.topProducts {
	padding: 0 0 60px 0;
}

section.news .col {
	margin-bottom: 15px;
}
section.news a {
	color: #333;
	text-decoration: none;
}
section.news a .event-box {
	position: relative;
	padding: 10px;
	min-height: 120px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f8f8f8));
	background-image: -o-linear-gradient(#fefefe, #f8f8f8);
	background-image: linear-gradient(#fefefe, #f8f8f8);
	-webkit-box-shadow: 0 0 5px #f1f1f1;
	box-shadow: 0 0 5px #f1f1f1;
	z-index: 1;
}
section.news a .event-box:before {
	content: "";
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: inherit;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	background-image: url(../images/common/opnewsbg.png);
	z-index: -1;
	background-size: cover;
}
section.news a:hover .event-box:before {
	opacity: 1;
}
section.news a .event-box h4 {
	margin-bottom: 0;
	max-height: 48px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.625em;
}
section.news a .event-box small {
	position: absolute;
	bottom: 5px;
}

.form-progress {
	padding-bottom: 30px;
}
.form-progress ul {
	width: 100%;
	padding-left: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.form-progress ul li {
	position: relative;
	width: 100%;
	height: 40px;
	background: #d9f2fa;
	color: #00a9df;
	text-align: center;
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.form-progress ul li.active {
	color: #fff;
	background: #00a9df;
}
.form-progress ul li.active:after {
	border-color: transparent transparent transparent #00a9df;
}
.form-progress ul li:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 12px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: -12px;
	top: -2px;
	z-index: 1;
}
.form-progress ul li:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 10px;
	border-color: transparent transparent transparent #d9f2fa;
	position: absolute;
	right: -10px;
	top: 0;
	z-index: 2;
}
.form-progress ul li:last-child:before,
.form-progress ul li:last-child:after {
	display: none;
}
.contact .text-wrap {
	padding-bottom: 20px;
	line-height: 1.6;
}
.form-input .item {
	padding: 20px 0;
	border-bottom: 1px solid #d2d2d2;
	display: block;
}
.form-input .item-align-top {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.form-input .item:first-child {
	padding-top: 0;
}
.form-input_label {
	margin-bottom: 5px;
	padding-right: 20px;
	min-width: 200px;
	color: #00a9df;
	font-weight: 500;
}
.form-input_select {
	position: relative;
	padding: 0 20px;
	height: 50px;
	border: none;
	border: 1px solid #d2d2d2;
	background: #fff url(../images/common/input-select-arrow-down.png) no-repeat top 50% right 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
.form-input_select:focus {
	outline: none;
}
.is-error .form-input_label {
	color: #c82929;
}
.form-error-message,
.form-input_error {
	display: none;
	color: #c82929;
}
.form-input_error {
	margin-top: 15px;
}
.is-error .form-input_select,
.is-error .form-input_textarea,
.is-error .form-input_text {
	background-color: #ffaaaa;
	color: #fff;
}
.form-input_textarea {
	width: 100%;
	height: 250px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    font-size: 16px;
}
.form-input_note {
	display: inline-block;
	margin: 5px 0 0 0;
}
.form-input_text {
	height: 50px;
	padding: 10px;
	border: 1px solid #d2d2d2;
	font-size: 16px;
}
.form-input .form-input_input input[type="checkbox"] {
	margin-top: 4px;
}
.checkbox-inline + .checkbox-inline {
	display: block;
	margin-left: 0;
}
.form-input .form-input_input,
.contact .form-btn-list ul {
	display: block;
}
.contact .form-btn-list {
	margin-top: 25px;
}
.contact .form-btn-list .btn {
	width: 100%;
}
.btn-right {
	background: #fff url(../images/common/icon-arrow-blue.png) no-repeat right 20px top 50%;
}
.contact .form-btn-list {
	margin-bottom: 50px;
}
.form-thanks-message {
	margin-top: 50px;
}

.news .innerWrapper h1 {
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1.35;
}
.news .innerWrapper .time {
	margin-bottom: 15px;
	color: #adadad;
	text-align: center;
}
.news .innerWrapper .share-box {
	position: relative;
	margin-bottom: 30px;
	padding: 0;
	width: 100%;
	text-align: center;
}
.news .share-box li {
	position: relative;
	display: inline-block;
	margin: 0 -2px;
	padding: 0 22px;
	background-color: #fff;
	z-index: 2;
}
.news .share-box li a {
	text-decoration: none;
}
.news .share-box li a span {
	font-size: 30px;
	color: #666;
}
.news .share-box .line {
	position: absolute;
	top: 0;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 100%;
	height: 1px;
	background-color: #ddd;
}
.news .news-detail-box {
	margin-top: 25px;
}
.news .news-detail-content {
	margin-bottom: 40px;
}
.news .news-detail-content p {
	color: #666;
	word-break: break-word;
	overflow-wrap: break-word;
}
.news .news-detail-content ol,
.news .news-detail-content ul {
	padding-left: 20px;
}
.news .text-img {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 5%;
	text-align: center;
}
.news .text-img img {
	margin-bottom: 20px;
	width: auto;
	max-width: 100%;
}
.news .text-img p {
	margin-bottom: 0;
	color: #999;
	font-size: 0.875em;
	text-align: center;
}
.news .embed-responsive {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.news .embed-responsive video {
	margin-bottom: 20px;
}
.wechat-qrcode {
	display: none;
}
.mob-wechat {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 170px;
	background: #fff;
	transform: translate(-50% , -50%);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	padding: 15px 15px 10px 15px;
	text-align: center;
}
.mob-wechat .icon-correct {
	font-size: 42px;
    color: #cb0007;
}
.mob-wechat h3 {
	margin: 6px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 1.5em;
}
.mob-wechat p {
	margin: 0;
	color: #999;
}
.mob-wechat .colse-btn {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.mob-wechat .colse-btn .share-close {
	font-size: 14px;
	color: #1f8dd6;
	background: transparent;
	border: 0;
}

.products h1 {
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
}
.products h2 {
	font-size: 14px
}
.products .btn {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 10px 40px 10px 15px;
	font-size: 14px;
	transition: all 200ms linear;
	text-align: center;
	color: #fff;
	border-radius: 0;
	background-color: #000;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10px 100%, 0% calc(100% - 10px));
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10px 100%, 0% calc(100% - 10px));
}
.products .btn:hover {
	background-color: #666;
}
.products .btn:after {
	font-family: 'bootstrap-icons';
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 10px;
	display: inline-block;
	content: '\f138';
	vertical-align: middle;
}
.prodSecTitle {
	margin: 0 0 20px 0;
	padding-left: 10px;
	border-left: 3px solid #3e454b;
	font-size: 18px;
	font-weight: bold;
}
.products .table th {
	background-color: rgba(0, 0, 0, 0.05);
}
.products .table.black th,
.products .table.black td {
	display: block;
}
.page-icon h4 {
	position: relative;
	margin: 50px 0 30px 0;
	padding: 0 0 6px 0;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #3e454b;
}
.page-icon h4:after {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	width: 20%;
	border-bottom: 3px solid #3e454b;
}
.page-icon img {
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.icon-title {
	margin: 0 0 10px 0;
	padding: 5px;
	display: flex;
	align-items: center;
	min-height: 45px;
	background-color: #F3F7FA;
}
.icon-title h5 {
	position: relative;
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 0 14px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}
.icon-title h5:before {
	content: "-";
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 18px;
	font-weight: normal;
}
.products p,
.products ol {
	font-size: 14px;
	color: #3e454b;
}
.products ol {
	padding-left: 1rem;
}
.products .col .card {
	margin-bottom: 30px;
}
.products .col:last-child .card {
	margin-bottom: 0;
}

.gotop-wrap {
	position: fixed;
	display: none;
	right: 32px;
	bottom: 60px;
	z-index: 1000;
	max-width: 1440px;
	text-align: right;
}
.gotop-wrap p {
	display: flex;
	display: -webkit-flex;
	margin: 0;
	width: 58px;
	height: 58px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #363636;
	opacity: .7;
	align-items: center;
	justify-content: center;
}
.gotop-wrap p .bi-chevron-up {
	color: #fff;
	font-size: 24px;
}

footer {
	color: #575d6c;
	background-color: #f3f3f3;
}
footer .row {
	padding: 30px 0;
}
footer .logo {
	display: block;
	margin-bottom: 20px;
	color: #1a234e;
	text-decoration: none;
}
footer .logo h1 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: bold;
}
footer .logo h1 span {
	display: block;
}
footer .logo h1 span:nth-of-type(1) {
	font-size: 21px;
	letter-spacing: 0.3px;
}
footer .copyright {
	margin-bottom: 0;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #e2e2e2;
	line-height: 24px;
}
footer ul {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.only-xs {
		display: none;
	}
	.only-pc {
		display: block;
	}
	.w-md-800 {
		width: 800px;
	}
	.w-md-240 {
		width: 240px;
	}
	.w-md-370 {
		width: 370px;
	}
	.my-md-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	.mb-md-26 {
		margin-top: 26px !important;
	}
	.py-md-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.pb-md-80 {
		padding-bottom: 80px !important;
	}
	.text-wrap-md {
	  white-space: normal !important;
	}

	section.header {
		display: flex;
		height: 780px;
	}
	section.header .banner {
		width: 82%;
	}
	section.header a {
		color: #1a234e;
		z-index: 2;
	}
	section.header a:hover,
	section.topNews .btn:hover {
		opacity: 0.5;
		transition: .5s;
	}
	section.header h1 {
		position: absolute;
		top: 38px;
		left: 75px;
		margin-bottom: 0;
		font-weight: bold;
		font-size: 24px;
	}
	section.header h1 span {
		display: block;
	}
	section.header h1 span:nth-of-type(1) {
		font-size: 21px;
		letter-spacing: 0.3px;
	}
	section.header .sideMenu {
		display: block;
		width: 18%;
		height: auto;
	}
	section.header .banner .inner {
		height: 780px;
	}
	section.header .sideMenu .wrap {
		position: relative;
		width: 80%;
		max-width: 220px;
		margin: 40px auto 0 auto;
	}
	section.header .sideMenu .mobile {
		margin: 0 auto 75px auto;
	}
	section.header .sideMenu ul {
		width: auto;
		margin: 0;
	}
	section.header .sideMenu .sideItem {
		margin: 0 auto 38px auto;
		border-bottom: none;
	}
	section.header .sideMenu .sideItem:after {
		content: '';
		width: 24px;
		height: 2px;
		background-color: #667079;
		position: absolute;
		width: 24px;
		left: 50%;
		bottom: -20px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	section.header .sideMenu .sideItem:last-child:after {
		display: none;
	}
	section.header .sideMenu .sideItem a {
		padding: 0;
		text-align: center;
	}
	section.header .sideMenu .sideItem a:after,
	nav.navbar .navbar-nav .nav-item a:after {
		display: none;
	}
	section.header .sideMenu .sideItem a:hover,
	nav.navbar-expand-lg .navbar-nav .nav-link:hover {
		opacity: 0.5;
		transition: .5s;
	}
	section.header .sideMenu .sideItem p:nth-of-type(1) {
		font-size: 17px;
	}
	section.header .sideMenu .sideItem p:nth-of-type(2) {
		font-size: 13px;
	}
	section.header .banner .info_section,
	section.header .banner .img_section {
		margin-top: 0;
	}
	section.header .banner .img_section {
		padding-bottom: 0;
	}
	.topProducts,
	.topNews {
		padding: 80px 0;
	}
	.topProducts .title {
		font-size: 26px;
	}
	.topProducts .summary .title {
		margin: 0;
		font-size: 22px;
	}
	.topProducts .summary .lead-txt {
		height: 84px;
		font-size: 14px;
	}
	.topProducts div.title,
	.topNews div.title,
	.topPartners div.title {
		font-size: 26px;
	}
	.topNews li {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.topNews li span {
		display: inline-block;
		padding-right: 38px;
	}
	section.topNews .btn {
		margin-top: 30px;
		margin-bottom: 0;
		height: 50px;
	}
	.topNews .btn {
		font-size: 15px;
	}
	.topNews .contact {
		display: flex;
		justify-content: center;
	}
	.topNews .contact a {
		width: 314px;
	}
	.topNews .contact a:hover,
	.topNews li a:hover {
		opacity: 0.5;
		transition: .5s;
	}
	.topPartners .col {
		padding: 0 8px;
	}
	.topPartners .col a {
		height: 140px;
		color: #fff;
	}
	.topPartners .col a:hover .front {
		transform: rotateY(180deg);
	}
	.topPartners .col a:hover .flip.back {
		transform: rotateY(360deg);
	}
	.topPartners .col .flip {
		position: absolute;
		left: 0;
		top: 0;
		padding: 0 30px;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: 0.5s;
	}
	.topPartners .col .front {
		margin-bottom: 0;
		width: 100%;
		height: 60px;
		transition: 0.5s;
	}
	.topPartners .col .flip.back {
		width: 100%;
		font-size: 16px;
		text-align: center;
		background-color: #1c1c1c;
		transform: rotateY(180deg);
	}

	nav .navbar-brand {
		width: 320px;
		height: 135px;
	}
	nav .navbar-brand h1 {
		font-size: 24px;
	}
	nav .navbar-brand h1 span:nth-of-type(1) {
		font-size: 21px;
		letter-spacing: 0.3px;
	}
	nav.navbar .navbar-nav {
		margin: 0;
		width: auto;
	}
	nav.navbar-expand-lg .navbar-nav .nav-link {
		margin-right: 4.2vw;
		text-align: center;
	}
	nav.navbar .offcanvas-body .wrap {
		display: flex;
		width: 100%;
	}
	nav.navbar .offcanvas-body .wrap .mobile p {
		text-align: center;
		line-height: 1.1;
	}
	nav.navbar-expand-lg .navbar-nav .nav-link p:nth-of-type(1) {
		font-size: min(18px, 1vw);
		line-height: 1;
	}
	nav.navbar-expand-lg .navbar-nav .nav-link p:nth-of-type(2) {
		font-size: 14px;
	}
	nav.navbar .offcanvas-body .mobile {
		margin: 0;
		border-bottom: none;
	}
	nav.navbar .offcanvas-body .mobile p {
		margin-bottom: 0;
	}
	nav.navbar .navbar-nav .nav-item {
		border-bottom: none;
	}
	nav.navbar .navbar-nav .nav-item a {
		padding: 0;
	}
	section.parts_main .headerCornerR {
		position: absolute;
		top: 0;
		right: 0;
		width: calc((100% - 1350px)/2);
		height: 125px;
		background-color: #25292d;
		z-index: 0;
	}
	section.parts_main .innerWrapper {
		margin: 0 auto;
	}
	section.parts_main .kvImg {
		width: calc(100% - (100% - 1350px)/2);
	}
	section.parts_main .kvName {
		font-size: 62px;
	}
	section.parts_main .kvText h2 {
		top: -25px;
		font-size: 20px;
	}
	section.parts_main .parts_contentTitle {
		margin-top: 98px;
		margin-bottom: 50px;
	}
	.parts_contentTitle h3 {
		margin: 0;
		font-size: 34px;
		text-align: left;
	}
	.parts_contentTitle h3:after {
		display: none;
	}
	section.parts_main + section.topProducts {
		padding: 0 0 80px 0;
	}

	section.news .col {
		margin-bottom: 30px;
	}
	section.news a .event-box {
		padding: 20px 30px;
		min-height: 200px;
	}
	section.news a .event-box h4 {
		max-height: 90px;
		font-size: 18px;
	}
	section.news a .event-box small {
		bottom: 20px;
	}

	.form-progress ul li {
		height: 60px;
		font-size: 18px;
	}
	.form-progress ul li:before {
		border-width: 32px 0 32px 12px;
	}
	.form-progress ul li:after {
		border-width: 30px 0 30px 10px;
	}
	.contact .text-wrap {
		padding-bottom: 40px;
		line-height: 1.8;
	}
	.form-input .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.form-input_label {
		margin-bottom: 0;
	}
	.form-input .form-input_input input[type="checkbox"] {
		margin-top: 5px;
	}
	.checkbox-inline + .checkbox-inline {
		display: inline-block;
		margin-left: 10px;
	}
	.form-input .form-input_input {
		display: inline-block;
	}
	.form-input_textarea {
		width: 800px;
	}
	.form-input_note {
		margin: 0 0 0 10px;
	}
	.form-input_note-align-top {
		vertical-align: top;
	}
	.contact .form-btn-list {
		margin: 50px 0 0 0;
	}
	.contact .form-btn-list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.news .innerWrapper h1 {
		padding: 0 8.5%;
		padding-top: 70px;
		font-size: 2em;
	}
	.news .innerWrapper .time {
		margin-bottom: 30px;
	}
	.news .news-detail-box {
		margin-top: 50px;
	}
	.news .news-detail-content {
		padding: 0 8.5%;
		font-size: 18px;
	}
	.news .wechat-qrcode {
		position: absolute;
		top: 40px;
		left: -89px;
		width: 200px;
		height: 240px;
		color: #666;
		font-size: 12px;
		font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
		text-align: center;
		border: 1px solid #eee;
		background-color: #fff;
		box-shadow: 0 2px 10px #aaa;
		-webkit-transition: all 200ms;
		transition: all 200ms;
		z-index: 1;
	}
	.news .wechat-qrcode:after {
		position: absolute;
		display: inline-block;
		top: -4px;
		left: 50%;
		margin-left: -6px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px;
		border-color: #f3f3f3 #f3f3f3 transparent transparent;
		transform: rotate(315deg);
		box-shadow: 2px -2px 2px #dedede;
		content: '';
	}
	.news .wechat-qrcode .share-close {
		position: absolute;
		top: -6px;
		right: 2px;
		background: transparent;
		border: 0;
		font-size: 25px;
		color: #000;
		line-height: 1.5;
	}
	.news .wechat-qrcode h4 {
		height: 26px;
		font-size: 12px;
		background-color: #f3f3f3;
		margin: 0;
		padding: 0;
		color: #777;
		line-height: 26px;
	}
	.news .wechat-qrcode .qrcode {
		width: 138px;
		margin: 10px auto;
	}
	.news .wechat-qrcode p {
		margin: 0;
		color: #666;
		font-size: 1em;
		line-height: 1.95em;
	}

	.products h1 {
		margin-top: 0;
		font-size: 30px;
	}
	.products h2 {
		font-size: 16px
	}
	.products .btn {
		margin-top: 40px;
		margin-bottom: 0;
		font-size: 16px;
	}
	.prodSecTitle {
		font-size: 18px;
	}
	.products .table.black th,
	.products .table.black td {
		display: table-cell;
	}
	.page-icon h4 {
		padding: 0 0 10px 10px;
		font-size: 22px;
	}
	.products .card {
		margin-bottom: 0;
	}
	.products .card-text {
		line-height: 1.5;
		height: 100px;
	}

	footer .row {
		padding: 40px 0;
	}
	footer .logo {
		margin-bottom: 0;
	}
}
@media screen and (min-width:1650px) {
	section.parts_main .innerWrapper {
		margin: 0 auto;
	}
	section.parts_main .vertLine {
		left: calc((100% - 1350px)/2 - 75px);
	}
}
@media screen and (max-width:1649px) {
	section.parts_main .innerWrapper {
		margin: 0 150px;
	}
	section.parts_main .kvImg {
		width: calc(100% - 150px);
	}
	section.parts_main .headerCornerR {
		width: 150px;
	}
}
@media screen and (max-width:1350px) {
	section.parts_main .headerCornerR {
		width: 5vw;
	}
	section.parts_main .kvImg {
		width: calc(100% - 5vw);
		height: min(450px, 50vw);
	}
	section.parts_main .vertLine {
		left: 2.5vw;
		display: none;
	}
}
@media screen and (max-width: 767px) {
	section.parts_main .kvImg {
		width: 100%;
	}
	section.parts_main .innerWrapper {
		margin-left: 4vw;
		margin-right: 4vw;
	}
}