*,
*::before,
*::after {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	max-width: 100%;
	display: block;
}

html {
	/* font-family: sans-serif; */
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	font-family: -apple-system, PingFangSC-Regular, Noto Sans CJK SC;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

body {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}

a {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	/* background: linear-gradient(to right, #2f286c, #8d1d58); */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	text-decoration: none;
}

a:not([href]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}


.common-head-mobileHeader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	height: 60px;
	color: #ededed;
	background-color: transparent;
	width: 100%;
	min-width: 1200px;
	box-sizing: border-box;
}

.common-head-header {
	position: fixed;
	top: 0;
	z-index: 999;
	height: 60px;
	color: #ededed;
	background-color: transparent;
	width: 100%;
}

.common-head-headerWhite {
	position: fixed;
	top: 0;
	z-index: 999;
	height: 60px;
	color: #404f56 !important;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
}

.common-head-headerWhite .common-head-item {
	color: #404f56 !important;
}

.common-head-logo {
	max-width: 236px;
	vertical-align: middle !important;
	cursor: pointer;
}

.common-head-item {
	line-height: 60px;
	color: #fff;
	font-size: 1rem;
	display: inline-block;
	width: 8.125rem;
	border-radius: 0 0 10px 10px;
	text-align: center;
}


.common-head-item.active,
.common-head-item:hover {
	background-image: linear-gradient(to right, #3b276a, #8d1d58);
}

.common-head-item:hover>span {
	/* color: #02b4ef !important; */
}

.common-head-item:hover .common-head-solutionList {
	display: block;
}

.common-head-whiteItem {
	line-height: 80px;
	font-size: 14px;
	display: inline-block;
	margin: 0 15px;
}

.common-head-whiteItem a {
	color: #404f56;
}

.common-head-whiteItem span {
	color: #404f56;
}

.common-head-whiteItem span:hover {
	color: #02b4ef;
}

.common-head-headerWarp {
	margin: 0 auto;
	width: 1200px;
	display: flex;
	justify-content: space-between;
}

.common-head-list {
	display: inline-block;
	position: relative;
}

.common-head-contact {
	width: 80px;
	text-align: center;
	height: 26px;
	line-height: 26px;
	background: #08adff;
	margin-top: 25px;
	margin-left: 10px;
	display: inline-block;
	font-size: 14px;
}

.common-head-contact:hover {
	background: #02b4ef;
}

.common-head-freeVersion {
	width: 10rem;
	text-align: center;
	height: 60px;
	background: #ffffff;
	border-radius: 0 0 10px 10px;
	margin-left: 20px;
	display: inline-block;
	font-size: 1rem;
	cursor: pointer;
	color: #212529;
}

.common-head-freeVersion span {
	line-height: 60px;
	color: #010101;
	font-weight: bold;
}

.common-head-freeVersion:hover {
	background-image: linear-gradient(to right, #3b276a, #8d1d58);
}

.common-head-freeVersion:hover span {
	color: #ffffff;
}

.common-head-headerWarp-right {
	display: flex;
}

.common-head-experience {
	width: 84px;
	text-align: center;
	height: 26px;
	line-height: 26px;
	background: #e79200;
	margin-top: 25px;
	margin-left: 10px;
	display: inline-block;
	font-size: 14px;
}

.common-head-experience:hover {
	background: #feae25;
}

a:hover .common-head-solutionList {
	height: 250px;
	transition: height 1s;
}

.common-head-solutionList {
	text-align: left;
	display: none;
	width: 17.5rem;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	padding-top: 0.625rem;
	transition: height 0.2s;
	box-shadow: 0 2px 18px 2px rgba(113, 113, 113, 0.2);
	overflow: hidden;
}

.common-head-solutionList a {
	display: block;
}

.common-head-solutionList a {
	display: block;
	color: #404f56;
	font-size: 1.25rem;
	line-height: 2.625rem;
}

.common-head-solutionListShow {
	height: 300px;
}

a:hover .common-head-about {
	height: 250px;
	transition: height 1s;
}

.common-head-about {
	width: 180px;
	height: 0px;
	background: #fff;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	top: 80px;
	left: 395px;
	transition: height 0.2s;
	overflow: hidden;
	box-shadow: 0px 2px 18px 2px rgba(113, 113, 113, 0.2);
}

.common-head-about a {
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	display: block;
	color: #404f56;
	font-size: 14px;
}

.common-head-aboutShow {
	height: 50px;
}

.common-head-zixun {
	width: 200px;
	height: 0px;
	background: #fff;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	top: 80px;
	left: 1005px;
	transition: height 0.2s;
	overflow: hidden;
	box-shadow: 0px 2px 18px 2px rgba(113, 113, 113, 0.2);
}

.common-head-zixun a {
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	display: block;
	color: #404f56;
	font-size: 14px;
}

.common-head-zixunShow {
	height: 200px;
}

.common-head-labList {
	width: 360px;
	height: 0;
	background: #fff;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	top: 80px;
	left: -30px;
	transition: height 0.2s;
	overflow: hidden;
	box-shadow: 0 2px 18px 2px rgba(113, 113, 113, 0.2);
}

.common-head-labListShow {
	height: 280px;
}

.common-head-labMenuContainer {
	padding: 10px;
	line-height: 2;
}

.common-head-labMenuContainer .common-head-leftMenu {
	padding: 0 30px 10px 30px;
}

.common-head-labMenuContainer .common-head-leftMenu .common-head-titleName {
	float: left;
	font-size: 16px;
	border-bottom: 1px solid transparent;
	color: #333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-items: center;
	height: 60px;
}

.common-head-labMenuContainer .common-head-leftMenu .common-head-titleName span {
	border-bottom: 1px solid transparent;
}

.common-head-labMenuContainer .common-head-leftMenu .common-head-listDataRow:hover .common-head-titleName {
	float: left;
	color: #02b4ef;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-items: center;
	height: 60px;
}

.common-head-labMenuContainer .common-head-leftMenu .common-head-listDataRow:hover .common-head-titleName span {
	border-bottom: 1px solid #02b4ef;
}

.common-head-labMenuContainer .common-head-rightMenu {
	border-left: 1px solid #d2d2d2;
	padding-left: 20px;
	float: left;
	width: 450px;
	height: 410px;
	line-height: 2.5;
}

.common-head-listDataRow {
	width: 100%;
	clear: both;
	display: block;
	color: #333333;
}

.common-head-listDataRow .common-head-menuIcon {
	float: left;
	margin-right: 20px;
	margin-top: 24px;
	height: 28px;
}

.common-head-listDataRow .common-head-fireIcon {
	float: left;
	height: 17px;
	width: 14px;
	margin-top: 30px;
	margin-left: 15px;
}

.common-head-listDataRow .common-head-arrowIcon {
	float: right;
	height: 10px;
	margin-right: 20px;
	margin-top: 30px;
}

.common-head-subTitle {
	font-size: 12px;
	line-height: 1;
	margin-top: 10px;
	color: #666;
}

.common-head-envItem {
	float: left;
	width: 50%;
}

.common-head-menuItem {
	color: #ffffff;
	position: relative;
	border-bottom: 2px solid transparent;
	padding-bottom: 4px;
	font-size: 1.25rem;
	cursor: pointer;
	text-align: center;
}

.common-head-menuItem:hover {
	/* color: #02b4ef; */
	/* border-bottom: 2px solid #02b4ef; */
}

.common-head-logoName {
	position: absolute;
	opacity: 0;
	z-index: -2;
}

.common-head-menuSubitem {
	padding: 0 1.25rem;
	background: #fff;
	height: 50px;
	line-height: 50px;
}

.common-head-menuSubitem span {
	display: inline-block;
	height: 30px;
	color: #595757;
	line-height: 30px;
}

.common-head-menuSubitem:hover span,
.common-head-menuSubitem.active span {
	/* color: #02b4ef; */
	/* border-bottom: solid #02b4ef thin; */
	background: linear-gradient(to right, #2f286c, #8d1d58);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

.common-head-menuSubitem:hover span::after {
	width: 100%;
	height: 2px;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: linear-gradient(to right, #2f286c, #8d1d58);
}

.common-head-toast {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	padding: 20px 30px;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s;
	z-index: 300;
}

.common-head-myForm {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 10px;
	/* Internet Explorer 10+ */
	/* WebKit browsers */
	/* Mozilla Firefox 4 to 18 */
	/* Mozilla Firefox 19+ */
}

.ReactModalPortal {
	display: none;
}

.ReactModal__Content {
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	border: 1px solid rgb(204, 204, 204);
	background: rgb(255, 255, 255);
	overflow: auto;
	border-radius: 4px;
	outline: none;
	padding: 20px;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.common-head-myForm .common-head-vaild {
	margin-left: 170px;
	color: #fa5a5a;
	margin-bottom: 20px;
}

.common-head-myForm .common-head-modalTitle {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	font-weight: bold;
}

.common-head-myForm .common-head-modalTitle img {
	width: 30px;
	height: 30px;
}

.common-head-myForm .common-head-footerButton {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 30px;
}

.common-head-myForm .common-head-footerButton input {
	width: 72px;
	margin-left: 20px;
	background: #fbfdff;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
	border: 1px solid #e9edf0;
}

.common-head-myForm .common-head-footerButton input:nth-child(2) {
	background: #00a4f5;
	color: #fff;
}

.common-head-myForm .common-head-footerButton .common-head-greys {
	background: #d9d9d9 !important;
}

.common-head-myForm label {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.common-head-myForm label span {
	flex: 0 0 20%;
	text-align: right;
	color: #344563;
	margin-right: 20px;
}

.common-head-myForm input {
	outline-style: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 13px 14px;
	width: 620px;
	font-size: 14px;
	font-weight: 700;
}

.common-head-myForm input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.common-head-myForm input:-ms-input-placeholder {
	color: #d9d9d9;
}

.common-head-myForm input::-webkit-input-placeholder {
	color: #d9d9d9;
}

.common-head-myForm input::-moz-placeholder {
	color: #d9d9d9;
}

.common-head-myForm input:-moz-placeholder {
	color: #d9d9d9;
}

.common-head-toast2 {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	padding: 20px 30px;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s;
}

.common-head-toast2 .common-head-toast2Close {
	position: absolute;
	font-size: 16px;
	font-weight: "bold";
	right: 40px;
	top: 40px;
	cursor: pointer;
}

.common-head-toast2 .common-head-toast2CloseIcon {
	border: 1px solid white;
	border-radius: 50%;
	height: 20px;
	width: 20px;
}

.common-head-toast2 img {
	margin-top: 100px;
}
.home-vedioContainer .info {
    position: absolute;
    z-index: 99999;
    top: 45vh;
    font-size: 33px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: auto;
}
.home-vedioContainer .info p {
    margin-top: 5vh;
}
.home-vedioContainer .info span {
    font-size: 3rem;
    font-weight: bold;
}
.home-vedioContainer .nybanner{
    height: 280px;
}

.home-vedioContainer{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.home-vedioContainer img.index_banner {
	transition: 3s;
	width: 100%;
	height: 50rem;
	object-fit: cover;
	overflow: hidden;
}

.home-vedioContainer img.index_banner:hover {
	transform: scale(1.1);
}

@media (min-width: 1200px) {
	.home-vedioContainer img.index_banner {
		height: 100%;
	}
}

.home-vedioContainer .home-animation {
	-webkit-animation: home-slide 2s;
	animation: home-slide 2s;
}

.home-vedioContainer .home-dot {
	position: absolute;
	width: 300px;
	height: 30px;
	bottom: 30px;
	left: 43%;
	/* background-color: rgba(0, 0, 0, 0.3); */
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.home-vedioContainer .home-dot .home-dotCon {
	width: 65px;
	height: 9px;
	border-radius: 100px;
	background-color: #fff;
	float: left;
	margin: 7px 8px;
}

.home-vedioContainer .home-dot .home-dotCon:hover {
	background-color: #b14d59;
}

@-webkit-keyframes home-slide {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes home-slide {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


.footer {
	background: #eeeeee;
}

.footer_contet {
	padding-top: 4.375rem;
	width: 1200px;
	margin: 0 auto;
}

.footer_contet ul {
	display: flex;
	justify-content: space-between;
}

.footer_contet ul li {
	display: flex;
	flex-direction: column;
}

.footer_contet ul li h1 {
	color: #4c4948;
	font-size: 1.125rem;
	line-height: 2.8125rem;
}

.footer_contet ul li a {
	color: #7d7d7d;
	font-size: 1rem;
	line-height: 2.75rem;
	font-weight: bold;
	transition: .3s;
}

.footer_contet ul li a:hover {
	background: linear-gradient(to right, #2f286c, #8d1d58);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer_contet ul li .wx_img {
	width: 10.625rem;
	height: 10.625rem;
	background: #482567;
}

.footer_contet ul li:last-child {
	text-align: center;
}

.index_line {
	width: 100%;
	height: 2.5rem;
	background-image: linear-gradient(to right, #8d1d58, #3b276a);
}

.footer_line {
	width: 100%;
	height: 1px;
	background: #545454;
	margin: 2.1875rem 0;
}

.copy {
	padding-bottom: 4.375rem;
	display: flex;
	justify-content: space-between;
	color: #999999;
}

.copy_left {
	color: #999999;
	font-weight: bold;
	font-size: 1rem;
}

.copy_right a {
	color: #999999;
	font-size: 1rem;
}


.partner {
	width: 1200px;
	height: 31.25rem;
	margin: 0 auto;
	background-image: linear-gradient(to right, #3b276a, #8d1d58);
	position: relative;
	top: -4.375rem;
}

.partner h1 {
	color: #ffffff;
	padding: 3.125rem 0;
	font-size: 2.5rem;
	text-align: center;
}

.partner_conten {}

.partner_conten ul {
	padding: 0 2.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.partner_conten ul li:nth-child(8){
    line-height: 3;
}
.partner_conten ul li:nth-child(11){
    line-height: 3;
}
.partner_conten ul li:nth-child(12){
    line-height: 3;
}
.partner_conten ul li {
	margin-bottom: 1.875rem;
	background: #ffffff;
	width: 12.5rem;
	height: 4.6875rem;
	padding: 0.625rem;
	margin-right: 1.5rem;
	align-items: center;
	display: block;
	text-align: center;
	justify-content: center;
}

.partner_conten ul li span {
	transition: .6s;
}

.partner_conten ul li:hover span {
	background: linear-gradient(to right, #2f286c, #8d1d58);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h2.gradient {
	text-align: center;
	margin-bottom: 2.5rem;
}

h2.gradient span {
	background: linear-gradient(to right, #2f286c, #8d1d58);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 2.5rem;
	color: #fff;
}

.friendly {
	padding: 5rem 0;
}

.friendly_content {
	width: 1200px;
	margin: 0 auto 5rem;
}

.friendly_title span {
	background: linear-gradient(to right, #2f286c, #8d1d58);
	font-size: 1.875rem;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	line-height: 2.625rem;
}

.friendly_content_p p {
	margin-top: 1.25rem;
	font-size: 1.25rem;
	line-height: 2.1875rem;
	color: #4c4948;
}

.friendly_content_img {
	display: flex;
	justify-content: space-between;
}

.friendly_content_img img {
	width: 36.25rem;
	height: 20.3125rem;
	background: #bfbfbf;
}


.solution {}

.solution_content {
	/* padding: 1.25rem 0 3.25rem; */
	padding: 5rem 0 3.25rem;
	width: 1200px;
	margin: 0 auto;
}

.solution_content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.solution_content ul li {
	margin-bottom: 3.75rem;
	display: flex;
	flex-direction: column;
	width: 35rem;
	height: 26.5625rem;
}

.solution_content_img {
	width: 100%;
	height: 20rem;
	background: #b5b5b5;
}

.solution_content_t {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 2.1875rem;
	height: 6.875rem;
	background: #f7f8f8;
}

.solution_content_t a {
	background: linear-gradient(to right, #2f286c, #8d1d58);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.875rem;
	line-height: 6.875rem;
}

.solution_lims {
	width: 1200px;
	margin: 0 auto;
	background-image: linear-gradient(to right, #3b276a, #8d1d58);
	position: relative;
	top: -4.375rem;
	padding: 0 3.125rem 3.75rem;
}

.solution_lims h1 {
	color: #ffffff;
	padding: 2.8125rem 0;
	font-size: 2.5rem;
	text-align: center;
}

.solution_lims p {
	color: #ffffff;
	font-size: 1.25rem;
	line-height: 2.1875rem;
	margin-top: 0.375rem;
}

.Product_Highlights {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 3.125rem;
}

.Product_Highlights ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.Product_Highlights ul li {
	width: 23.75rem;
	height: 17.8125rem;
	background: #f7f8f8;
	box-shadow: rgba(84, 37, 133, .12) 0.4375rem 0 1.0625rem;
	font-size: 1.25rem;
	line-height: 2.1875rem;
	text-align: center;
	color: #4c4948;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.875rem;
	transition: 0.3s;
}

.Product_Highlights ul li:hover {
	background: linear-gradient(to right, #2f286c, #8d1d58);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	box-shadow: 0 0.125rem 1.125rem 0.125rem rgba(113, 113, 113, 0.5);
}

.Function_overview {
	padding-bottom: 4.375rem;
}

.Function_overview_content {
	width: 1200px;
	margin: 0 auto;
}

.Function_overview_content ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.Function_overview_content ul li {
	transition: 0.3s;
	width: 23.75rem;
	height: 100px;
	background-image: linear-gradient(to right, #3b276a, #8d1d58);
	font-size: 1.875rem;
	line-height: 6.25rem;
	text-align: center;
	color: #ffffff;
	margin-bottom: 1.25rem;
}

.Function_overview_content ul li:hover {
	background-image: linear-gradient(to right, #110b1f, #551135);
	box-shadow: 0 0.125rem 1.125rem 0.125rem rgba(113, 113, 113, 0.5);
}

.solution_reagent {
	width: 1200px;
	margin: 0 auto 4.375rem;
}

.solution_reagent ul {
	/* display: flex; */
	justify-content: space-between;
}

.solution_reagent ul li {
	width: 100%;
	/* height: 20.3125rem; */
	/* background: #f5f5f5; */
	margin-bottom: 5vh;
}

.common-head-item-about .common-head-solutionList {
	width: 8.125rem;
}

.contact_way {
	background-image: linear-gradient(to right, #2f286c, #8d1d58);
}

.contact_way_contnet {
	width: 1200px;
	margin: 0 auto;
}

.contact_way_contnet ul {
	display: flex;
	height: 240px;
	align-items: center;
	justify-content: space-between;
	color: #ffffff;
}

.contact_way_contnet_en {
	font-size: 1.875rem;
	line-height: 2.375rem;
}

.contact_way_contnet_cn {
	font-size: 1.25rem;
	line-height: 2.1875rem;
	font-weight: lighter;
}

.contact_way_contnet_z {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 2.1875rem;
	margin-top: 1.25rem;
}

.contact h2.gradient {
	margin: 3.75rem auto 1.25rem;
}

.gradient_mail {
	font-size: 1.25rem;
	font-weight: bold;
	color: #4c4948;
	text-align: center;
}

.recruitment {
	width: 1200px;
	margin: 0 auto;
}

.recruitment ul {}

.recruitment ul li {
	background: #f7f8f8;
	box-shadow: rgba(84, 37, 133, .12) 0.4375rem 0 1.0625rem;
	padding: 3.125rem;
	margin: 3.125rem 0;
}

.recruitment_h1 span {
	font-size: 1.875rem;
	font-weight: bold;
	background: linear-gradient(to right, #2f286c, #8d1d58);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.duty {
	font-size: 1.5rem;
	line-height: 2.375rem;
	color: #4c4948;
	margin-top: 2.5rem;
}

.responsibilities {
	margin-top: 1.25rem;
	font-size: 1.25rem;
	line-height: 2.1875rem;
	color: #4c4948;
}

.culture_content {
	width: 1200px;
	margin: 0 auto 4.375rem;
	;
}

.culture_content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.culture_content ul li {
	margin-top: 4.375rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 35rem;
	padding: 5.625rem 0;
	background: #f7f8f8;
	border-radius: 0.625rem;
	box-shadow: rgba(84, 37, 133, .12) 0.4375rem 0 1.0625rem;
	transition: 0.3s;
}

.culture_content ul li:hover {
	box-shadow: 0 0.125rem 1.125rem 0.125rem rgba(113, 113, 113, 0.5);
}

.culture_content ul li:last-child {
	width: 100%;
	padding: 3.75rem 0;
}

.culture_content ul li:last-child .culture_p {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.culture_content ul li:last-child .culture_p p {
	font-size: 1.875rem;
	color: #595757;
	width: 33%;
	margin: 1.875rem 0;
}

.culture_content ul li:last-child .culture_p span {
	font-size: 1.625rem;
	font-weight: bold;
	background-image: linear-gradient(to right, #8d1d58, #3b276a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.culture_h1 span {
	font-size: 3.125rem;
	font-weight: bold;
	background: linear-gradient(to right, #2f286c, #8d1d58);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.culture_p {
	font-size: 1.6rem;
}

.cooperation {}

.cooperation_content {
	width: 1200px;
	margin: 0 auto;
}

.cooperation_content li {
	background: #f7f8f8;
	box-shadow: rgba(84, 37, 133, .12) 0.4375rem 0 1.0625rem;
	padding: 3.125rem;
	margin: 3.125rem 0;
	transition: 0.3s;
}

.cooperation_content li:hover,
.news_center_list ul li:hover,
.news_center_hot:hover {
	box-shadow: 0 0.125rem 1.125rem 0.125rem rgba(113, 113, 113, 0.5);
}

.cooperation_h1 span {
	font-size: 1.875rem;
	font-weight: bold;
	background: linear-gradient(to right, #2f286c, #8d1d58);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.news_center_content {
	width: 1200px;
	margin: 0 auto;
	padding: 4.375rem 0;
}

.news_center_hot {
	box-shadow: rgba(84, 37, 133, .12) 0.4375rem 0 1.0625rem;
	transition: 0.3s;
}
.news_center_hot_img img{
    width: 100%;
}

.news_center_hot_img {
	width: 100%;
	height: 36rem;
	background: #b5b5b5;
	overflow: hidden;
}

.news_center_hot_text {
	background: #f8f8f8;
	padding: 1.25rem 2.5rem;
}

.news_center_hot_text_h1 span {
	font-size: 1.625rem;
	background: linear-gradient(to right, #2f286c, #8d1d58);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.news_center_hot_text_p {
	margin-top: 1.25rem;
	font-size: 1.125rem;
	color: #4b4a48;
	line-height: 2.25rem;
}

.news_center_hot_text_more {
	margin-top: 1.25rem;
	font-size: 1.125rem;
	display: flex;
	justify-content: space-between;
}

.news_center_hot_text_more_left {
	color: #9f9f9f;
}

.news_center_hot_text_more_right {
	color: #a0a0a0;
	display: flex;
	justify-content: space-between;
	justify-content: center;
	align-items: center;
}

.news_center_hot_text_more_right img {
	width: 0.875rem;
	height: 0.875rem;
	margin-left: 0.75rem;
}

.news_center_list {}

.news_center_list ul {
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
	margin-top: 2rem;
}

.news_center_list ul li {
	width: 31%;
	margin-top: 3.125rem;
	float: left;
	box-shadow: rgba(84, 37, 133, .12) 0.4375rem 0 1.0625rem;
	transition: 0.3s;
	background: #f9f9f9;
	margin: 1%;
}

.news_center_list_img {
	width: 100%;
	height: 11.25rem;
	background: #b5b5b5;
}

.news_center_list_conten {
	background: #f8f8f8;
	display: inline-block;
	padding: 1.25rem 1.5625rem;
	width: 100%;
}

.news_center_list_conten_p {
	font-size: 1rem;
	line-height: 2rem;
	color: #4d4948;
	height: 3rem;
}

.news_center_list_conten_t {
	color: #a0a0a0;
	font-size: 1rem;
	margin-top: 1.875rem;
}

.news_page {
	font-size: 1.125rem;
	clear: both;
	padding-top: 4rem;
}

.news_page ul {
	display: flex;
	justify-content: center;
}

.news_page ul li {
	padding: 0 0.5625rem;
	line-height: 2.5rem;
}

.news_page ul li a {
	padding: 10px;
	background-image: linear-gradient(to right, #898989, #898989);
	border-radius: 0.3125rem;
	color: #ffffff;
	width: 4rem;
	height: 2.5rem;
	border-radius: 0.3125rem;
	box-sizing: border-box;
	/* display: flex; */
	text-align: center;
}

.news_page ul li a span {
	width: 100%;
	height: 100%;
	border-radius: 0.3125rem;
	background: #fff;
	display: block;
}

.news_page ul li.active {
	/* background: linear-gradient(to right, #2f286c, #8d1d58); */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	text-align: center;
}

.news_page ul li.active a p {
	background: linear-gradient(to right, #2f286c, #8d1d58);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.news_page ul li.active a {color: #682261;text-align: center;}


.news_text {
	width: 1200px;
	margin: 4.375rem auto;
}

.headerMain {
	right: 0;
	top: 0;
	width: 100%;
	/* max-width: 1320px; */
	height: 4.375em;
	margin: auto 0;
	padding: 0 2.4em;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.headerMain.headerMain-bg {
	background: #041121;
	color: #333;
	position: fixed;
}


.waterfall {
	position: relative;
	height: 104.875rem;
}

.waterfall:before {
	background: linear-gradient(to right, #2f286c, #8d1d58);
	content: '';
	width: 2px;
	top: 2%;
	height: 81%;
	position: absolute;
	left: 50%;
}

.waterfall::after {
	clear: both;
	content: '';
	display: block;
	height: 10px;
	z-index: 1;
}

.item {
	position: absolute;
	box-sizing: border-box;
	padding: 10px;
}

.item:nth-child(2) {
	/* margin-top: 9.375rem; */
	right: 0;
	top: 11.25rem;
}


.item:nth-child(3) {
	top: 22.5rem;

}

.item:nth-child(4) {
	/* margin-top: 9.375rem; */
	right: 0;
	top: 36.25rem;
}

.item:nth-child(5) {
	top: 42.5rem;
}

.item:nth-child(6) {
	top: 63.625rem;
}

.item:nth-child(7) {
	/* margin-top: 9.375rem; */
	right: 0;
	top: 71.125rem;
}

.item:nth-child(8) {
	top: 84.875rem;
}


.item:nth-child(2) .item_btn,
.item:nth-child(4) .item_btn,
.item:nth-child(7) .item_btn {
	right: 0;
	left: -3.6875rem;

}

.item:nth-child(2) .course_list_title,
.item:nth-child(4) .course_list_title,
.item:nth-child(7) .course_list_title {
	text-align: left;

}

.item:nth-child(odd) {}

.item:nth-child(even) {}

.item-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 33.75rem;
	position: relative;
}

.item_btn {
	position: absolute;
	right: -3.75rem;
	top: 0.625rem;
	width: 1.25rem;
	height: 1.25rem;
	background: linear-gradient(to right, #2f286c, #8d1d58);
	border-radius: 1.25rem;
}
.course .hov .course_content{
    width: 100%;
}
.course .hov{
    width: 1200px;
    margin: auto;
    padding: 30px 28px 30px;
}
.course .hov:hover{	background: linear-gradient(to right, #2f286c, #8d1d58);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	box-shadow: 0 0.125rem 1.125rem 0.125rem rgba(113, 113, 113, 0.5);}
.course {
	padding: 4.0625rem 0 0;
}

.course_content {
	width: 1200px;
	margin: 0 auto;
	/* padding: 30px 28px 30px; */
}

.course_list_title {
	background: linear-gradient(to right, #2f286c, #8d1d58);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.875rem;
	line-height: 2.5rem;
	font-weight: bold;
	text-align: right;
}

.course_list_content {
	box-shadow: rgba(84, 37, 133, .12) 0.4375rem 0 1.0625rem;
	padding: 1.5625rem;
	border-radius: 0.3125rem;
	margin-top: 1.25rem;
	font-size: 1rem;
	line-height: 2.5rem;
	color: #595757;
	transition: .6s;
}

.item:hover .course_list_content {
	background: linear-gradient(to right, #2f286c, #8d1d58);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.honor {
	background-image: linear-gradient(to right, #3b276a, #8d1d58);
}

.honor h1 {
	color: #ffffff;
	padding: 2.8125rem 0;
	font-size: 2.5rem;
	text-align: center;
}

.honor_content {
	width: 1200px;
	margin: 0 auto;
}

.honor_content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.honor_content ul li {
	margin-bottom: 3.125rem;
}




.common-head-myForm {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 10px;
	/* Internet Explorer 10+ */
	/* WebKit browsers */
	/* Mozilla Firefox 4 to 18 */
	/* Mozilla Firefox 19+ */
}

.common-head-myForm .common-head-vaild {
	margin-left: 170px;
	color: #fa5a5a;
	margin-bottom: 20px;
}

.common-head-myForm .common-head-modalTitle {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	font-weight: bold;
}

.common-head-myForm .common-head-modalTitle img {
	width: 30px;
	height: 30px;
}

.common-head-myForm .common-head-footerButton {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 30px;
}

.common-head-myForm .common-head-footerButton input {
	width: 144px;
	margin-left: 20px;
	background: #fbfdff;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
	border: 1px solid #e9edf0;
}

.common-head-myForm .common-head-footerButton input:nth-child(2) {
	background: #00a4f5;
	color: #fff;
}

.common-head-myForm .common-head-footerButton .common-head-greys {
	background: #d9d9d9 !important;
}

.common-head-myForm label {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.common-head-myForm label span {
	flex: 0 0 20%;
	text-align: right;
	color: #344563;
	margin-right: 20px;
}

.common-head-myForm input {
	outline-style: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 13px 14px;
	width: 420px;
	font-size: 14px;
	font-weight: 700;
}

.common-head-myForm input:hover {
	background: rgba(220, 220, 220, .2);
}

.common-head-myForm input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.common-head-myForm input:-ms-input-placeholder {
	color: #d9d9d9;
}

.common-head-myForm input::-webkit-input-placeholder {
	color: #d9d9d9;
}

.common-head-myForm input::-moz-placeholder {
	color: #d9d9d9;
}

.common-head-myForm input:-moz-placeholder {
	color: #d9d9d9;
}



.crc-lb-zhuanti-li{float:left;width: 126px;
  height: 111px;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
  margin-bottom: 30px;}
.crc-lb-zhuanti{overflow:hidden;padding:10px 0px 0px 0px;}
.crc-lb-zhuanti-pic{height:55px;margin-bottom:6px;}
.crc-single{padding:50px 0px;position: relative;z-index:20;}

.crc-single-li{float:left;width:250px;min-height:180px;border-right: 1px dashed #dbd4cd;    padding: 0 10px;margin-bottom: 20px;}
.crc-single-li:nth-child(4n){border:none;}
.crc-single-parent{margin-bottom:10px;}
.crc-single-parent-href,.crc-net-main .crc-single-parent{font-size:14px;  font-weight:bold;  margin-bottom: 10px;color: #6c5a54;}

.crc-net-main .crc-single-li{float:left;width:360px;min-height:220px;border-right: 1px dashed #dbd4cd;    padding: 0 10px 0px 80px;margin-bottom: 20px;}
.crc-net-main  .crc-single-li:nth-child(4n){border-right: 1px dashed #dbd4cd;}
.crc-net-main  .crc-single-li:nth-child(3n){border:none;}
.crc-net-main  .crc-single-li:nth-child(3n+1){width:280px;padding-left:0px;}

.crc-single-son-href{    color: #F90;padding-left:15px;background: url(mcrc-header-menu-title-icon-arrow.png) no-repeat left center;
  background-size: 5px auto;;}
.crc-single-son-li{margin-bottom:6px;}
.crc-single-main{padding:35px 0px 0px 0px;overflow:hidden;}
.crc-single-cjwt-title{font-size:18px;    color: #FF9900;margin-bottom:8px;}
.crc-single-cjwt-desc{color:#666;}
.crc-single-cjwt{margin-bottom:30px;}

.crc-single-map-li{float:left;width:300px;padding:0px 0px 0px 75px; height:295px;   border-right: 1px dashed #dbd4cd;margin:0px 0px 20px 0px;}
.crc-single-map-title a{color: #8d1d58;font-size: 25px;margin-bottom:10px;display:block;font-weight:bold;}
.crc-single-map-son-title a{color: #7b7b7b;margin-bottom:10px;display:block;font-weight:bold;}
.crc-single-map-son-li{list-style:decimal inside;list-style-type: disc;color:#666;line-height:1.8;padding-left:0px;}
.crc-single-map-son-li a{color:#666;}
.crc-single-map-son{margin-bottom:10px;}
.crc-in {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.crc-lb-left{float:left;width:170px;}
.crc-lb-right{padding-left:245px;}
.crc-lb-left-title,.crc-lb-right-title{height:53px;border-bottom:1px solid #dbd4cd;font-size:28px;color: #8d1d58;}
.crc-lb-right-bread{font-size:14px;float:right;color:#333;margin:15px 0px 0px 0px;}
.crc-lb-right-bread a{
    color: #6f6f6f;
}
.crc-lb-right-det{color:#666;line-height:1.9;padding:20px 0px;}
.crc-lb-right-det table{table-layout:inherit;}
.crc-lb-left-href{line-height:35px;border-bottom:1px solid #dbd4cd;display:block;}
.crc-lb-left-li .crc-lb-left-href{padding-left:28px;background:url(crc-dot-black.gif) no-repeat 15px 16px;}
.crc-lb-left-level1 .crc-lb-left-href{padding-left:30px;background: url(crc-dot-black-sm.gif) no-repeat 22px 17px;}
.crc-lb-left-level2 .crc-lb-left-href{padding-left:45px;background:none;}