@font-face {
	font-family: "MiSans-Bold";
	font-display: swap;
	src: url('MiSans-Bold.ttf');
}

@font-face {
	font-family: "MiSans-Light";
	font-display: swap;
	src: url('MiSans-Light.ttf');
}

@font-face {
	font-family: "MiSans-Medium";
	font-display: swap;
	src: url('MiSans-Medium.ttf');
}

@font-face {
	font-family: "MiSans-Regular";
	font-display: swap;
	src: url('MiSans-Regular.ttf');
}

@font-face {
	font-family: 'iconfont';
	src: url('iconfont.woff2?t=1777539686006') format('woff2'),
		url('iconfont.woff?t=1777539686006') format('woff'),
		url('iconfont.ttf?t=1777539686006') format('truetype');
}

html {
	font-size: 0.16rem;
}

input,
textarea,
select,
button,
area,
body {
	font-family: "MiSans-Regular";
}

BODY {
	overflow-x: hidden;
}

BODY::-webkit-scrollbar-thumb {
	background: #0c4fa0;
}

.iconfont {
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.container-fluid {
	width: 86%;
	max-width: 15.45rem;
	margin: auto;
}

.header {
	width: 100%;
	transition: 0.3s linear;
	height: 1.2rem;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: #fff;
}

.header .container-fluid {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.header .logo {
	height: 1.2rem;
	transition: 0.3s linear;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo a {
	display: block;
}

.header .logo a img {
	max-width: 100%;
}

.header .menu {
	width: 64%;
	margin-right: 1.85rem;
}

.header .menu ul {
	width: 100%;
	list-style: none;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.header .menu ul li {
	list-style: none;
	position: relative;
}

.header .menu ul li a.menu-a {
	display: flex;
	position: relative;
	font-size: 0.2rem;
	color: #000;
	transition: 0.3s linear;
	line-height: 6;
}

.header .menu ul li a.menu-a span {
	font-size: 0.15rem;
	height: 20px;
	line-height: 20px;
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}

.header .menu ul li:nth-child(2) .menu-a,
.header .menu ul li:nth-child(3) .menu-a,
.header .menu ul li:nth-child(4) .menu-a,
.header .menu ul li:nth-child(7) .menu-a {
	padding-right: 0.2rem;
}

.header .menu ul li:nth-child(2) .menu-a span,
.header .menu ul li:nth-child(3) .menu-a span,
.header .menu ul li:nth-child(4) .menu-a span,
.header .menu ul li:nth-child(7) .menu-a span {
	display: block;
}

.header .menu ul li.on .menu-a,
.header .menu ul li:hover .menu-a {
	color: #0956a2;
}

.header .menu li .drop {
	background: #fff;
	position: absolute;
	width: 240px;
	left: 50%;
	margin-left: -60px;
	padding: 10px 0;
	top: 100%;
	display: none;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	box-shadow: 0 0 8px #ccc;
}

.header .menu li .drop ul {
	width: 100%;
	display: block;
}

.header .menu li .drop li {
	display: block;
	margin: 0;
	width: 100%;
}

.header .menu li .drop li a {
	display: block;
	margin: 0;
	width: 100%;
	padding: 0 0.25rem;
	color: #666;
	line-height: 30px;
	font-size: 16px;
}

.header .menu li .drop li a:hover {
	color: #fff;
	background-color: #0756b2;
}

.search-icon {
	position: absolute;
	width: 0.37rem;
	height: 0.37rem;
	border-radius: 50%;
	right: 1.3rem;
	top: 50%;
	margin-top: -0.185rem;
	cursor: pointer;
	display: flex;
	transition: 0.3s linear;
	background: #ffffff;
}

.search-icon span {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #676767;
	font-size: 0.22rem;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 24px;
	position: absolute;
	top: 0;
	height: 70px;
	display: none;
	transition: 0.4s;
}

.m_menu>div {
	width: 24px;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #0956a2;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-1px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(1px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.tb-link {
	position: absolute;
	padding: 0 0.22rem;
	line-height: 36px;
	margin-top: -18px;
	border-radius: 8px;
	right: 0;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #0756b2;
	font-size: 0.18rem;
}

.inner-header {
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
}

.fixnav,
.fixnav .logo {
	height: 0.95rem;
}

.fixnav .menu ul li a.menu-a {
	line-height: 4.8;
}

.search-box {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.85);
}

.search-box .searchform {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchform form {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	border-radius: 30px;
	overflow: hidden;
}

.searchform form .search_input {
	border: none;
	outline: none;
	width: 93%;
	font-size: 0.18rem;
	color: #fff;
	box-sizing: border-box;
	padding: 0 0.2rem;
	line-height: 60px;
	background: #0956a2;
}

.searchform form .search_input::placeholder {
	color: #fff;
}

.searchform form .submit {
	width: 7%;
	line-height: 60px;
	border: none;
	outline: none;
	background: #0956a2;
	background-image: url(../search.png);
	background-repeat: no-repeat;
	background-position: center;
}

.searchform .close {
	position: absolute;
	top: 25px;
	font-size: 0.25rem;
	right: 40px;
	z-index: 10;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #0956a2;
	color: #fff;
	cursor: pointer;
	background: #0956a2;
	border-radius: 50%;
	transition: 0.3s linear;
}

.searchform .close:hover {
	box-shadow: 0 0 10px #ccc;
}

.searchlist {
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
}

.searchlist ul li {
	width: 100%;
	font-size: 0.18rem;
	margin: 8px 0;
	padding: 0 15px;
	background-color: #d4e2f3;
	position: relative;
}

.searchlist ul li a {
	padding: 14px 0 14px 0.2rem;
	display: block;
	position: relative;
}

.searchlist ul li :before {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	left: 0;
	position: absolute;
	z-index: 2;
	top: 50%;
	background: #0956a2;
}

.searchlist ul li a:hover {
	color: #0956a2;
}

.img-box {
	overflow: hidden;
}

.img img {
	max-width: 100%;
	margin: 0 auto;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.img-box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.partner-slide:hover .img img,
.partner-item li:hover .img img,
.news-item:hover .img-box img,
.product-item:hover .img-box img,
.competition-wr:hover .img-box img,
.agents-item ul li:hover img,
.img-box:hover img {
	transform: scale(1.15, 1.15);
}

.more-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.18rem;
}

.more-link span {
	margin-left: 15px;
	font-size: 0.24rem;
	transition: 0.3s linear;
}

.more-link:hover {
	background-color: #0956a2;
	color: #fff;
}

.more-link:hover span {
	margin-left: 30px;
}

/**/
.banner-swiper {
	width: 100%;
	position: relative;
	margin-top: 1.2rem;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	bottom: 0;
}

.swiper-slide-txt h1 {
	font-size: 0.65rem;
	line-height: 1.2;
	color: #0956a2;
	font-family: "MiSans-Bold";
	animation-delay: 0.3s;
}

.swiper-slide-txt h2 {
	font-size: 0.18rem;
	max-width: 6.2rem;
	color: #525252;
	margin: 0.2rem 0 0.6rem 0;
	animation-delay: 0.6s;
}

.banner-more-link {
	width: 14%;
	line-height: 45px;
	border-radius: 5px;
	color: #fff;
	background: #0956a2;
	transition: 0.3s;
	animation-delay: 0.9s;
}

.swiper-slide-active h1,
.swiper-slide-active h2,
.swiper-slide-active .banner-more-link {
	animation-name: fadeInUp;
}

.index-banner-img {
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.2);
}

.index-banner-img img {
	width: 100%;
}

.swiper-slide-active .index-banner-img {
	transform: scale(1);
	transition: all 7.5s linear;
}

.banner-button {
	width: 200px;
	height: 12px;
	padding: 0 30px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 0.6rem;
	z-index: 10;
	text-align: center;
}

.banner-next,
.banner-prev {
	height: 12px;
	top: 50%;
	margin-top: -6px;
	color: #0c4fa0;
	cursor: pointer;
	z-index: 20;
}

.banner-next:after,
.banner-prev:after {
	font-size: 0.2rem;
	font-weight: bold;
}

.banner-next {
	right: 0;
}

.banner-prev {
	left: 0;
}

.news-pagination,
.banner-pagination {
	height: 12px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-pagination span,
.banner-pagination span {
	margin: 0 5px;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transition: 0.4s;
	background: #828F88;
}

.news-pagination .swiper-pagination-bullet-active,
.banner-pagination .swiper-pagination-bullet-active {
	background: #0c4fa0;
}

.iconfont-item {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #0c4fa0;
	padding: 0.3rem 0;
}

.iconfont-item .content {
	display: flex;
	flex-wrap: wrap;
}

.iconfont-item .content>div {
	color: #fff;
	width: 33.333%;
	display: flex;
	align-items: end;
	justify-content: center;
	position: relative;
	padding: 0.25rem 0.25rem;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.iconfont-item .content>div:last-child {
	border: 0;
}

.iconfont-item .content h3 {
	font-size: 0.33rem;
	position: relative;
}

.iconfont-item .content span {
	display: inline-block;
	width: 20%;
	margin-right: 0.4rem;
}

.iconfont-item .content span img {
	max-width: 100%;
}

.index-title {
	position: relative;
	margin-bottom: 0.5rem;
}

.index-title h1 {
	font-size: 0.6rem;
	font-family: 'MiSans-Medium';
}

.index-title h5 {
	font-size: 0.18rem;
	padding: 10px 0 25px 0;
}

.product-system-item {
	width: 100%;
	background-color: #fff;
	padding: 1.3rem 0 1.2rem 0;
	position: relative;
	z-index: 20;
}

.slideTxtBox-hd {
	position: relative;
	margin-bottom: 0.8rem;
}

.slideTxtBox-hd ul {
	display: flex;
	justify-content: center;
	text-align: center;
}

.slideTxtBox-hd ul li {
	padding: 0 0.15rem;
	width: 31.33%;
	margin: 0 1%;
	cursor: pointer;
	font-size: 0.24rem;
	line-height: 2.2;
	border: 1px solid #b0b0b0;
	border-radius: 10px;
	transition: 0.3s linear;
}

.product-system-hd ul {
	width: 60%;
	margin: auto;
}

.resources-system-hd ul {
	width: 48%;
	margin: auto;
}

.slideTxtBox-hd ul li.on {
	background: #0956a2;
	color: #ffffff;
	border: 1px solid #0956a2;
}

.product-system-bd {
	zoom: 1;
}

.product-middle-swiper {
	position: relative;
}

.product-item {
	display: block;
	position: relative;
	overflow: hidden;
	color: #1f1f1f;
	border-radius: 0.1rem;
	padding: 0.5rem 0.5rem;
	cursor: pointer;
	box-shadow: 0 0 15px #eee;
	background-color: #ffffff;
}

.product-systemSwiper .product-item {
	margin: 0.15rem 0.15rem;
}

.list .product-item {
	width: 31%;
	margin: 0.15rem 0;
}

.list .product-item:nth-child(3n-1) {
	margin: 0.15rem 3.5%;
}

.product-item .img-box {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.4rem;
}

.product-item .content {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.product-item .content h4 {
	font-size: 0.24rem;
	color: #0756b2;
	margin-bottom: 0.15rem;
}

.product-item .content .txt {
	min-height: 182px;
	font-size: 0.18rem;
	line-height: 26px;
	margin-bottom: 8px;
}

.system-iconfont {
	display: flex;
	justify-content: space-between;
	max-width: 132px;
	border-radius: 30px;
	overflow: hidden;
	color: #fff;
	font-size: 0.16rem;
	line-height: 40px;
	padding: 0 18px;
	transition: 0.4s linear;
	background-color: #0c4fa0;
}

.product-item:hover {
	color: #fff;
	background-color: #0956a2;
}

.product-item:hover h4 {
	color: #fff;
}

.product-item:hover .system-iconfont {
	color: #0c4fa0;
	background-color: #fff;
}

.product-next,
.product-prev {
	width: 47px;
	height: 47px;
	top: 35% !important;
	border-radius: 50%;
	color: #165fa7;
	border: 1px solid #686868;
}

.product-next {
	right: -0.75rem;
}

.product-prev {
	left: -0.75rem;
}

.product-next:after,
.product-prev:after {
	font-size: 0.2rem;
}

.product-next:hover,
.product-prev:hover {
	color: #fff;
	background: #165fa7;
	border: 1px solid #165fa7;
}

.learning-resources-tab-item {
	width: 100%;
	padding: 1.2rem 0;
	overflow: hidden;
	background-image: url(../learning-resources-tab-item.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.resources-system-bd {
	width: 100%;
	color: #fff;
	border-radius: 0.18rem;
	overflow: hidden;
	background-image: url(../resources-system-bd.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.resources-system {
	min-height: 515px;
	padding: 0.45rem 0.65rem;
	position: relative;
}

.justify-between {
	display: flex;
	justify-content: space-between;
}

.resources-system .left {
	width: 48%;
}

.resources-system .right {
	width: 48%;
}

.resources-system h1 {
	font-size: 0.26rem;
	padding: 0.15rem 0;
	margin-bottom: 0.2rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.resources-system ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.resources-system ul li {
	font-size: 0.18rem;
	margin: 10px 0;
}

.resources-system ul li a {
	color: #fff;
	opacity: 0.9;
}

.resources-system .left ul li {
	width: 48%;
}

.resources-system .right ul li {
	width: 100%;
}

.resources-system ul li a:hover {
	opacity: 1;
}

.resources-iconfont {
	display: flex;
	justify-content: space-between;
	max-width: 132px;
	overflow: hidden;
	color: #fff;
	font-size: 0.18rem;
	line-height: 28px;
	transition: 0.4s linear;
	position: absolute;
	right: 5%;
	bottom: 15%;
}

.resources-iconfont span {
	display: inline-block;
	border-radius: 50%;
	margin-left: 15px;
	overflow: hidden;
	color: #0c4fa0;
	text-align: center;
	font-size: 0.16rem;
	line-height: 28px;
	width: 28px;
	transition: 0.4s linear;
	background: #ffffff;
}

.university-industry-collaboration-item {
	width: 100%;
	background-color: #ffffff;
	padding: 1.2rem 0;
	position: relative;
	z-index: 20;
}

.collaboration-item {
	margin: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	color: #171717;
	border-radius: 0.2rem;
	cursor: pointer;
	padding: 30px 35px 45px 35px;
	border: 11px solid #e8f3ff;
}

.collaboration-item .img-box {
	width: 19%;
	margin: auto;
	border-radius: 50%;
}

.collaboration-item h3 {
	font-size: 0.26rem;
	height: 60px;
	text-align: center;
	line-height: 30px;
	margin-top: 15px;
}

.collaboration-item .txt {
	font-size: 0.18rem;
	line-height: 30px;
}

.button-button {
	width: 130px;
	height: 46px;
	margin: 40px auto 0 auto;
	position: relative;
}

.button-next,
.button-prev {
	width: 46px;
	height: 46px;
	top: 50%;
	margin-top: -23px;
	border-radius: 50%;
	background: #0c4fa0;
	color: #fff;
	cursor: pointer;
}

.competition-next,
.collaboration-next {
	right: 0;
}

.competition-prev,
.collaboration-prev {
	left: 0;
}

.partner-next,
.work-next {
	right: -0.6rem;
}

.partner-prev,
.work-prev {
	left: -0.6rem;
}

.button-next:after,
.button-prev:after {
	font-size: 0.18rem;
}

.button-next:hover,
.button-prev:hover {
	background: #fff;
	color: #0c4fa0;
	box-shadow: 0 0 10px #cccccc;
}

.universities-partner-item {
	width: 100%;
	background-color: #f8f8f8;
	padding: 1rem 0 0.8rem 0;
	position: relative;
	z-index: 20;
}

.partner-item {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.partner-item li {
	background-color: #fff;
}

.partner-item li {
	width: 15.666%;
	margin: 0.1rem 0.5%;
	padding: 5px 5px;
	border-radius: 5px;
}

.partner-slide img,
.partner-item li img {
	max-width: 50%;
}

.competition-systemSwiper .swiper-slide,
.partnerSwiper .swiper-slide,
.workSwiper .swiper-slide {
	display: flex;
	flex-wrap: wrap;
}

.partner-title {
	width: 21%;
	border-radius: 0.12rem;
	margin: 0.1rem 2%;
	font-size: 0.2rem;
	min-height: 80px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0.1rem 5px;
	border: 1px solid #c6c6c6;
}

.partner-slide {
	width: 14.666%;
	margin: 0.1rem 1%;
	padding: 0.05rem 0.05rem;
	border-radius: 5px;
	background-color: #fff;
}

.about-item {
	width: 100%;
	background-color: #fff;
	background-image: url(../about-item.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 1.45rem 0 1.1rem 0;
	position: relative;
	z-index: 20;
}

.about-flex {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about-img {
	width: 44.33%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-img img {
	width: 100%;
	overflow: hidden;
	border-radius: 0.15rem;
}

.about-content {
	width: 49.7%;
}

.about-content .txt {
	font-size: 0.21rem;
	line-height: 2.2;
}

.about-content .txt p {
	margin: 0.15rem 0;
}

.brand-news-item {
	width: 100%;
	background-color: #ffffff;
	padding: 1.2rem 0;
	position: relative;
	z-index: 20;
}

.news-item {
	margin: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	color: #090909;
	border-radius: 0.2rem;
	cursor: pointer;
	background-color: #fff;
	box-shadow: 0 0 20px #eeeeee;
}

.news-item .content {
	width: 100%;
	padding: 0.3rem 0.25rem;
	position: relative;
	overflow: hidden;
}

.news-item .content h3 {
	font-size: 0.21rem;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 30px;
	margin-bottom: 0.1rem;
}

.news-item .content h2 {
	font-size: 0.26rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 30px;
}

.news-item .content .txt {
	font-size: 0.18rem;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 24px;
	margin: 0.28rem 0;
	color: #7d7d7d;
}

.news-item .content i {
	display: block;
	font-size: 0.18rem;
	color: #0c4fa0;
	line-height: 30px;
	font-style: normal;
}

.news-iconfont {
	display: flex;
	justify-content: space-between;
	max-width: 122px;
	border-radius: 30px;
	overflow: hidden;
	color: #0c4fa0;
	font-size: 0.16rem;
	line-height: 40px;
	padding: 0 18px;
	transition: 0.4s linear;
	background-color: #fff;
}

.news-item:hover {
	background-color: #0956a2;
}

.news-item:hover .news-iconfont {
	background-color: #fff;
	color: #0956a2;
}

.news-item:hover h2,
.news-item:hover .txt,
.news-item:hover h3,
.news-item:hover i {
	color: #fff;
}

/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
	margin-top: 1.2rem;
}

.inner-banner-img {
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.inner-banner-img img {
	width: 100%;
}

.banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 20;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.blck-color {
	color: #000;
}

.banner-content .container-fluid {
	padding: 0 0.85rem;
}

.banner h2 {
	font-size: 0.52rem;
	position: relative;
	font-family: 'MiSans-Bold';
}

.banner h4 {
	font-size: 0.3rem;
	margin-top: 5px;
	position: relative;
}

.inner-title {
	margin-bottom: 0.5rem;
	font-family: 'MiSans-Medium';
}

.inner-title h2 {
	font-size: 0.46rem;
}

.inner-title h3 {
	font-size: 0.4rem;
}

.inner-title h4 {
	font-size: 0.32rem;
}

.inner-title h5 {
	font-size: 0.18rem;
	margin-top: 0.15rem;
}

/*product-center-container */
.product-center-container {
	width: 100%;
	overflow: hidden;
	padding: 1rem 0;
	position: relative;
}

.product-title {
	margin-bottom: 0.15rem;
}

.product-title h3 {
	font-size: 0.24rem;
}

.product-center-container .list {
	display: flex;
	flex-wrap: wrap;
}

.product-detail-item {
	width: 100%;
	overflow: hidden;
	background-image: url(../product-detail-prop1.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0.6rem 0 0.8rem 0;
	position: relative;
}

.product-Menu {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #171717;
	margin-bottom: 0.5rem;
	display: flex;
}

.product-Menu span {
	font-size: 0.24rem;
	display: block;
	text-align: center;
	position: relative;
	padding-bottom: 0.15rem;
	color: #0756b2;
	border-bottom: 2px solid #0756b2;
}

.product-detail-item h1 {
	font-size: 0.37rem;
	color: #0756b2;
	margin-bottom: 0.15rem;
	font-family: 'MiSans-Bold';
}

.product-detail-item dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.product-detail-item dl dt {
	width: 60%;
	overflow: hidden;
}

.product-detail-item dl dt img {
	max-width: 100%;
	margin: auto;
}

.product-detail-item dl dd {
	width: 38%;
}

.product-detail-item dl dd .txt {
	font-size: 0.21rem;
	line-height: 2;
}

.product-detail-item dl dd .product-link {
	width: 100%;
	overflow: hidden;
	margin-top: 1rem;
	display: flex;
}

.product-detail-item dl dd .product-link a {
	display: block;
	width: 35%;
	margin-right: 2%;
	font-size: 0.21rem;
	line-height: 2.4;
	border: 1px solid #0756b2;
	border-radius: 10px;
	text-align: center;
}

.product-detail-item dl dd .product-link a:hover {
	color: #fff;
	background-color: #0756b2;
}

.detail-application-scenarios {
	width: 100%;
	padding: 0.65rem 0;
	overflow: hidden;
	background-color: #ffffff;
}

.detail-prop h2,
.detail-reason h2,
.detail-application-scenarios h2 {
	color: #000;
	margin-bottom: 0.5rem;
	font-size: 0.32rem;
}

.detail-application-scenarios ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.detail-application-scenarios ul li {
	width: 23%;
	margin: 10px 1%;
}

.detail-application-scenarios ul li img {
	width: 100%;
}

.detail-application-scenarios ul li h3 {
	color: #0756b2;
	text-align: center;
	margin: 0.18rem 0;
	font-size: 0.24rem;
}

.detail-application-scenarios ul li .txt {
	color: #1a1a1a;
	font-size: 0.18rem;
}

.detail-reason {
	width: 100%;
	padding: 0.65rem 0;
	overflow: hidden;
	background-color: #eff2f5;
}

.detail-prop {
	width: 100%;
	padding: 0.65rem 0;
	overflow: hidden;
	font-size: 16px;
	background-color: #f7f7f7;
}

.detail-prop .table-box {
	overflow: auto;
	all: revert;
}

.detail-prop .table-box img {
	max-width: 100%;
	display: inline;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.detail-prop .table-box table {
	width: 100%;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-collapse: collapse;
}

.detail-prop .table-box table td {
	padding: 0.2rem 0.2rem;
	font-size: 0.18rem;
	line-height: 1.8;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee
}

.detail-prop .table-box table tr:first-child {
	background-color: #0756b2 !important;
	color: #fff;
	font-size: 0.2rem;
}

.detail-prop .table-box table tr:nth-child(odd) {
	background-color: #ffffff;
}

.detail-prop .table-box table tr:nth-child(even) {
	background-color: #eff2f5;
}

.video-course-bj {
	background-color: #f7f7f7;
}

.video-course-item {
	width: 100%;
	padding: 0.65rem 0;
	overflow: hidden;
}

.video-tlt-more {
	width: 100%;
	display: flex;
	align-items: end;
	overflow: hidden;
	justify-content: space-between;
	margin: 0.25rem 0;
	position: relative;
}

.title h3,
.video-title h3 {
	font-size: 0.24rem;
}

.title h3 i,
.video-title h3 i {
	font-size: 0.18rem;
	font-style: normal;
}

.video-more a {
	display: block;
	font-size: 0.18rem;
	color: #737373;
}

.video-more a:hover,
.video-class a:hover {
	color: #0756b2;
}

.video-menu {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.3rem;
	border-bottom: 1px solid #d2d2d2;
}

.video-menu a {
	color: #767676;
	font-size: 0.24rem;
	margin-right: 0.6rem;
	display: inline-block;
	text-align: center;
	position: relative;
	line-height: 2.8;
	padding: 0 5px;
}

.video-menu a.on,
.video-menu a:hover {
	color: #0756b2;
}

.video-course-item .list {
	display: flex;
	flex-wrap: wrap;
}

.video-course-item h4 {
	font-size: 0.19rem;
}

.video-item {
	width: calc(25% - (3 * 16px / 4));
	margin: 10px 16px 10px 0;
	display: block;
	position: relative;
	overflow: hidden;
	color: #1f1f1f;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #dcdcdc;
}

.video-item:nth-child(4n) {
	margin-right: 0;
}

.video-item .img-box {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.video-img video {
	display: block;
}

.video-item .content {
	padding: 0.26rem 0.2rem;
}

.video-item .content .flex {
	font-size: 0.19rem;
	margin: 10px 0;
}

.video-item h5 {
	font-size: 0.19rem;
	line-height: 24px;
	min-height: 48px;
}

.video-item .content .flex {
	justify-content: space-between;
}

.video-item .content .flex i {
	color: #909090;
	font-style: normal;
}

.video-item .content .flex em {
	color: #d00000;
}

.video-item:hover h5 {
	color: #0756b2;
}

.resources-nav {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #ffffff;
}

.resources-nav .container-fluid {
	display: flex;
}

.resources-nav a {
	color: #171717;
	font-size: 0.21rem;
	margin-right: 0.6rem;
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 35px 0;
	border-bottom: 2px solid #fff;
}

.resources-nav a.on,
.resources-nav a:hover {
	border-bottom: 2px solid #0756b2;
}

.learning-resources-item {
	width: 100%;
	padding: 0.65rem 0;
	overflow: hidden;
	background-color: #f7f7f7;
}

.learning-resources-item h2,
.recommended-Courses-item h2 {
	font-size: 0.24rem;
	margin-bottom: 0.5rem;
}

.learning-resources-item .list {
	display: flex;
	flex-wrap: wrap;
}

.resources-item {
	width: 32%;
	margin: 0.25rem 0;
	display: block;
	position: relative;
	overflow: hidden;
	color: #1f1f1f;
	cursor: pointer;
	background-color: #fff;
}

.resources-item:nth-child(3n-1) {
	margin: 0.25rem 2%;
}

.resources-item .img-box {
	width: 100%;
	padding: 0.3rem 0.5rem;
	position: relative;
	overflow: hidden;
}

.resources-item .content {
	text-align: center;
	padding: 0.15rem 0 0.25rem 0;
}

.resources-item h5 {
	font-size: 0.21rem;
}

.resources-item:hover {
	color: #fff;
	background-color: #0756b2;
}

.course-list li {
	margin: 5px 0;
	background-color: #d4e2f3;
}

.hardware-list li .hardware-title {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.course-list li .text {
	display: flex;
	align-items: center;
	justify-content: left;
	font-size: 0.21rem;
	color: #0c4fa0;
	padding: 0.18rem 0.25rem;
	line-height: 1.6
}

.hardware-list li .hardware-title .text:before {
	content: "";
	width: 0;
	height: 0;
	background: none;
	border-radius: 0;
	border-style: solid;
	border-width: 12px 8px 0 8px;
	border-color: #0c4fa0 transparent transparent transparent;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	margin-right: 15px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease
}

.hardware-list li .hardware-title a {
	display: inline-block;
	font-size: 0.21rem;
	margin-right: 0.35rem;
	color: #be0000;
}

.hardware-list li .hardware-title a span {
	font-size: 0.32rem;
	margin-right: 0.15rem;
}

.hardware-list li .hardware-show {
	display: none;
	background-color: #f8f8f8;
	padding: 0.15rem 0.45rem;
	line-height: 2.2;
	font-size: 0.18rem;
}

.hardware-list li .hardware-show p {
	padding-left: 0.15rem;
	position: relative;
}

.hardware-list li .hardware-show p:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #0c4fa0;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 19px;
	z-index: 10;
}

.hardware-list li.on .hardware-title .text {
	font-weight: bold
}

.hardware-list li.on .hardware-title .text:before {
	border-color: #0c4fa0 transparent transparent transparent;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg)
}

.recommended-Courses-item {
	width: 100%;
	padding: 0.65rem 0;
	overflow: hidden;
	background-color: #f7f7f7;
}

.video-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.video {
	z-index: 20;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -35px;
	margin-right: -35px;
	border-radius: 50%;
	cursor: pointer;
}

.video span.iconfont {
	font-size: 0.32rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	position: relative;
	z-index: 20;
	color: #fff;
	border-radius: 50%;
}

.video .video_circle {
	display: block;
	background: #fff;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 50%;
	height: 100%;
	position: absolute;
	-webkit-animation: playbtnscale 1.5s infinite;
	-moz-animation: playbtnscale 1.5s infinite;
	animation: playbtnscale 1.5s infinite;
}

.Courses-item-slide h3 {
	font-size: 0.21rem;
	text-align: center;
	padding: 0.15rem 0;
}

.cooperation-item {
	width: 100%;
	padding: 1.5rem 0;
	overflow: hidden;
	background-image: url(../cooperation.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.cooperation-item .txt {
	font-size: 0.21rem;
	line-height: 2;
	max-width: 12.55rem;
	margin: auto;
}

.competition-intro-item {
	width: 100%;
	overflow: hidden;
	padding: 1rem 0;
	background-color: #f7f7f7;
}

.competition-intro-item dl {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.competition-intro-item dl dt {
	width: 40.33%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.competition-intro-item dl dt img {
	border-radius: 0.15rem;
}

.competition-intro-item dl dd {
	width: 49.7%;
}

.competition-intro-item dl dd .txt {
	font-size: 0.21rem;
	line-height: 2;
}

.competition-intro-item dl dd .txt p {
	margin: 0.15rem 0;
}

.competition-details-item {
	width: 100%;
	padding: 1rem 0;
	overflow: hidden;
	background-image: url(../competition-details-item.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.competition-details-content {
	position: relative;
}

.competition-details-content .container-fluid {
	position: relative;
	z-index: 20;
}

.competition-details-content:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #c7c7c7;
	position: absolute;
	left: 0;
	top: 58px;
	z-index: 10;
}

.competition-slide {
	display: block;
}

.competition-slide h3 {
	font-size: 18px;
}

.competition-slide i {
	position: relative;
	display: block;
	background-color: #0756b2;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin: 30px 0 0 20px;
}

.competition-slide i:before {
	content: '';
	display: block;
	border-radius: 50%;
	border: 1px solid #0756b2;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -6px;
	top: -6px;
}

.competition-wr {
	overflow: hidden;
	background-color: #fff;
	border-radius: 12px;
	margin-top: 0.6rem;
	cursor: pointer;
}

.competition-wr .img-box {
	position: relative;
}

.status {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 100%;
	max-width: 75px;
	font-size: 14px;
	line-height: 22px;
	border-radius: 6px;
	display: block;
	text-align: center;
	background-color: #fff;
	z-index: 10;
}

.status em {
	font-style: normal;
}

.status em.on {
	color: #c30101;
}

.status em.off {
	color: #000;
}

.competition-wr .content {
	padding: 30px 28px;
	justify-content: space-between;
}

.competition-wr .content h4 {
	font-size: 0.21rem;
	transition: 0.3s linear;
}

.competition-wr .content span {
	font-size: 0.18rem;
	color: #0756b2;
}

.competition-wr:hover h4 {
	font-weight: bold;
	color: #0756b2;
}

.competition-university-item {
	width: 100%;
	padding: 1rem 0;
	overflow: hidden;
	background-color: #f1f6fd;
}

.competition_TxtBox {
	width: 100%;
	border-radius: 0.15rem;
	overflow: hidden;
	background-color: #ffffff;
}

.competition-hd {
	width: 23%;
	float: left;
	border-radius: 0.15rem;
	background-color: #e6edfe;
}

.competition-hd li {
	font-size: 0.24rem;
	padding: 0.35rem 5px;
	border-radius: 0.15rem;
	text-align: center;
	cursor: pointer;
	transition: 0.3s linear;
}

.competition-hd li.on {
	color: #fff;
	background: linear-gradient(to bottom, #2267f8, #5d91f9);
}

.competition-bd {
	width: 77%;
	float: left;
	background-color: #ffffff;
}

.competition-list {
	padding: 0.65rem 0.65rem;
}

.competition-work-item {
	width: 100%;
	padding: 1rem 0;
	overflow: hidden;
	background-image: url(../competition-work-item.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.partnerSwiper-container,
.work-container {
	position: relative;
}

.work-item {
	text-align: center;
	width: 18%;
	margin: 0.1rem 1%;
	padding: 0.3rem 0;
	overflow: hidden;
}

.work-item .img-box {
	width: 58%;
	border-radius: 50%;
	display: inline-block;
}

.work-item h3 {
	font-size: 0.24rem;
	margin: 0.18rem 0;
}

.work-item h5 {
	line-height: 1.6;
	font-size: 0.18rem;
}

.agents-item {
	width: 100%;
	padding: 1rem 0;
	overflow: hidden;
	background-image: url(../agents.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.agents-item .medit {
	width: 100%;
	max-width: 810px;
	margin: 0 auto 0.4rem auto;
	font-size: 0.18rem;
	line-height: 1.8;
}

.agents-item ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.8rem;
}

.agents-item ul li {
	overflow: hidden;
	width: 23.5%;
	border-radius: 12px;
	background-color: #e9f2ff;
	cursor: pointer;
	transition: 0.3s linear;
}

.agents-item ul li .img-box {
	position: relative;
}

.agents-item ul li .content {
	width: 100%;
	padding: 0.2rem 0.25rem;
}

.agents-item ul li h4 {
	font-size: 0.24rem;
	margin-bottom: 8px;
}

.agents-item ul li .txt {
	font-size: 0.18rem;
	line-height: 25px;
}

.agents-item ul li:hover {
	color: #fff;
	background-color: #0756b2;
}

.agents-process-item {
	width: 100%;
	padding: 1.55rem 0 0 0;
	overflow: hidden;
	background-color: #fff;
}

.process-content {
	width: 100%;
	overflow: hidden;
}

.process-item-span {
	width: 16%;
	text-align: center;
}

.process-item-span01 {
	margin: 0.5rem 0 0.5rem 11%;
}

.process-item-span02 {
	margin: 0.5rem 0 0.5rem 42%;
}

.process-item-span03 {
	margin: 0.5rem 0 0.5rem 26%;
}

.process-item-span04 {
	margin: 15px 0;
}

.process-content span {
	display: block;
	font-size: 0.16rem;
	line-height: 40px;
	padding: 0 0.35rem;
	border-radius: 30px;
	color: #fff;
}

.process-content span.bg01 {
	background-color: #f5a91f;
}

.process-content span.bg02 {
	background-color: #e17aaf;
}

.process-content span.bg03 {
	background-color: #0c4fa0;
}

.process-itembg01 {
	background-color: #fdfaf5;
	color: #f5a91f;
}

.process-itembg02 {
	background-color: #fcf6fa;
	color: #e17aaf;
}

.process-itembg03 {
	background-color: #dfe9f4;
	color: #0c4fa0;
}

.process-content .flex {
	position: relative;
}

.mp-process-content {
	display: none;
}

.process-item {
	width: 16%;
	text-align: center;
	padding: 20px 10px;
	border-radius: 12px;
}

.process-item .img {
	margin: 0.15rem 0;
}

.process-item .content {
	min-height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.process-item .content h5 {
	font-size: 0.21rem;
	line-height: 1.5;
}

.process-item-img01 {
	width: 4%;
	margin: 0 0.5%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.process-item-img02 {
	width: 14%;
	left: 79%;
	top: 48%;
	position: absolute;
}

.process-item-img03 {
	width: 16%;
	margin: 10px 0 10px 42%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.process-item05 {
	margin-left: 42%;
}

.news-center-item {
	width: 100%;
	padding: 1rem 0 1.2rem 0;
	overflow: hidden;
	background-color: #f7f7f7;
}

.news-center-item .list {
	display: flex;
	flex-wrap: wrap;
}

.news-center-item .list a {
	width: 31.333%;
	margin: 15px 1%;
}

.news-detail {
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
	position: relative;
	padding: 1.3rem 0;
	color: #1a1a1a;
}

.news-detail .news-title {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.news-detail .news-title h1 {
	font-size: 0.4rem;
	line-height: 50px;
	margin-bottom: 0.4rem;
}

.news-detail .news-title .three {
	font-size: 0.24rem;
}

.news-detail .news-intro {
	font-size: 0.18rem;
	line-height: 38px;
	overflow: hidden;
	padding: 0.3rem 0;
	margin-top: 0.3rem;
	border-top: 1px solid #000000;
}

.news-detail .news-intro img {
	max-width: 100%;
	margin: 0.2rem auto;
}

.news-updown {
	width: 100%;
	overflow: hidden;
	padding: 0.15rem 0;
	border-bottom: 1px solid #000000;
}

.news-updown ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.news-updown ul li {
	font-size: 0.18rem;
}

.news-updown ul li a:hover {
	color: #0756b2;
}

.after-sales-service {
	width: 100%;
	overflow: hidden;
	padding: 1.4rem 0;
	background-image: url(../after-sales-Service.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.after-sales-service .txt {
	font-size: 0.24rem;
	line-height: 1.8;
}

.after-sales-policy {
	width: 100%;
	overflow: hidden;
	padding: 1rem 0 2rem 0;
	background-color: #ffffff;
}

.after-sales-policy h4 {
	font-size: 0.33rem;
	color: #0c4fa0;
}

.after-sales-policy h5 {
	font-size: 0.24rem;
	color: #141414;
}

.after-sales-policy .txt {
	font-size: 0.21rem;
	line-height: 2.1;
	margin-bottom: 0.8rem;
}

.after-sales-policy a {
	display: inline-block;
	line-height: 36px;
	border-radius: 8px;
	padding: 10px 15px 10px 25px;
	background-color: #0c4fa0;
	font-size: 0.21rem;
	color: #ffffff;
}

.after-sales-policy a span {
	font-size: 0.4rem;
	color: #ffffff;
}

.inner-about {
	width: 100%;
	overflow: hidden;
	padding: 1.6rem 0 1.35rem 0;
	background-image: url(../contact.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.inner-about dl {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.inner-about dl dt {
	width: 40.33%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-about dl dt img {
	border-radius: 0.15rem;
}

.inner-about dl dd {
	width: 49.7%;
}

.inner-about dl dd .txt {
	font-size: 0.21rem;
	line-height: 2.1;
}

.inner-about dl dd .txt p {
	margin: 0.15rem 0;
}

.introduction-educational-brands {
	width: 100%;
	overflow: hidden;
	padding: 1.35rem 0;
	background-image: url(../introduction-educational-brands.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.introduction-educational-brands .txt {
	width: 52%;
	font-size: 0.21rem;
	line-height: 2.1;
}

.contact-item {
	width: 100%;
	overflow: hidden;
	padding: 1.7rem 0 1.35rem 0;
}

.contact-item ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.contact-item ul li {
	overflow: hidden;
	width: calc(33.33% - (2 * 15px / 3));
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 12px;
	padding-bottom: 0.6rem;
	position: relative;
	background-color: #ecf2f9;
}

.contact-item ul li:nth-child(3n) {
	margin-right: 0;
}

.contact-item ul li .img-box {
	position: relative;
}

.contact-item ul li h4 {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	display: flex;
	font-size: 0.38rem;
	color: #fff;
	align-items: center;
	justify-content: center;
	position: absolute;
}

.contact-item ul li .txt {
	width: 100%;
	padding: 0.15rem 0.1rem;
	font-size: 0.18rem;
	line-height: 34px;
	text-align: center;
}

.contact-item ul li h5 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0.25rem;
	font-size: 0.18rem;
	text-align: center;
	z-index: 10;
}

.inner-contact {
	width: 100%;
	overflow: hidden;
	padding: 2.2rem 0 1.35rem 0;
	background-image: url(../contact.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.inner-contact h1 {
	font-size: 0.4rem;
	color: #181818;
}

.contact-content {
	width: 100%;
	overflow: hidden;
}

.contact-left {
	width: 36%;
	float: left;
}

.contact-left ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.95rem;
}

.contact-left ul li {
	margin-bottom: 0.55rem;
}

.contact-left ul li:nth-child(1),
.contact-left ul li:nth-child(2) {
	width: 48%;
}

.contact-left ul li:nth-child(3),
.contact-left ul li:nth-child(4) {
	width: 100%;
}

.contact-left ul li h4 {
	font-size: 0.21rem;
	margin-bottom: 10px;
}

.contact-left ul li span {
	font-size: 0.26rem;
	font-weight: bold;
}

.contact-right {
	width: 56.5%;
	float: right;
}

.contact-right .form-form {
	margin-top: 0.8rem;
}

.form-form {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.form-form ul {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.form-form ul li {
	overflow: hidden;
	margin: 15px 1%;
	position: relative;
}

.form-form ul li.email,
.form-form ul li.address,
.form-form ul li.name,
.form-form ul li.tel {
	width: 48%;
}

.form-form ul li.content,
.form-form ul li.button_li {
	width: 98%;
}

.form-form ul li label {
	font-size: 0.21rem;
	display: block;
	color: #181818;
	margin-bottom: 0.15rem;
}

.form-form ul li input {
	width: 100%;
	font-size: 0.16rem;
	padding: 0 0.15rem;
	line-height: 46px;
	color: #000;
	background: #ffffff;
	border: 1px solid #ffffff;
	position: relative;
	border-radius: 8px;
}

.form-form ul li textarea {
	width: 100%;
	height: 197px;
	padding: 0 0.15rem;
	font-size: 0.17rem;
	line-height: 46px;
	border-radius: 8px;
	background: #ffffff;
	border: 1px solid #ffffff;
	position: relative;
}

.form-form ul li input::placeholder {
	color: #7d7d7d;
}

.form-form ul li textarea::placeholder {
	color: #7d7d7d;
}

.form-form ul li .button {
	width: 90%;
	max-width: 205px;
	display: block;
	margin: 20px 0 0 0;
	color: #ffffff;
	border: 0;
	line-height: 46px;
	font-size: 0.18rem;
	border-radius: 10px;
	padding: 0 15px;
	background: #0c4fa0;
}

.qt-pagination {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	text-align: center;
	font-size: 0.18rem;
	color: #7d7d7d;
}

.qt-pagination a {
	margin: 0 5px;
	width: 42px;
	line-height: 40px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	color: #7d7d7d;
	border: 1px solid #7d7d7d;
	cursor: pointer;
}

.qt-pagination .pages,
.qt-pagination a:hover {
	background: #0756b2;
	border: 1px solid #0756b2;
	color: #fff;
}

#footer {
	width: 100%;
	color: #fff;
	overflow: hidden;
	background-color: #0c4fa0;
}

.footer-box {
	width: 100%;
	padding: 1.15rem 0 0.2rem 0;
}

.foot-logo {
	width: 15.2%;
}

.foot-logo img {
	width: 100%;
}

.footer-top {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.navigation-menu {
	width: 63.5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.navigation-menu h3 {
	font-size: 0.21rem;
	color: #fff;
	margin-bottom: 0.25rem;
}

.navigation-menu ul li {
	width: 100%;
	line-height: 1.7;
	font-size: 0.18rem;
	margin: 6px 0;
}

.navigation-menu ul li a {
	color: #ffffff;
	opacity: 0.45;
}

.foot-contact h5:hover,
.navigation-menu ul li a:hover {
	opacity: 1;
}

.footer-bottom {
	width: 100%;
	margin-top: 0.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-contact h4 {
	font-size: 0.18rem;
	margin-bottom: 4px;
}

.foot-contact h5 {
	font-size: 0.18rem;
	opacity: 0.45;
	cursor: pointer;
	margin-bottom: 0.1rem;
}

.footer-tel {
	text-align: right;
	margin-top: 0.22rem;
}

.footer-tel h4 {
	font-size: 0.18rem;
	margin-bottom: 8px;
}

.footer-tel h3 {
	font-size: 0.26rem;
	font-weight: bold;
}

.foot-social {
	float: right;
	width: 135px;
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}

.iconclass {
	position: relative;
}

.foot-social span.iconfont {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	position: relative;
	background-color: #fff;
	color: #000;
	transition: 0.3s linear;
	cursor: pointer;
}

.foot-social span.wechat-iconfont {
	font-size: 0.28rem;
}

.foot-social span.dy-iconfont {
	font-size: 0.22rem;
}

.foot-social span.sp-iconfont {
	font-size: 0.28rem;
}

.foot-social .iconfont:hover {
	color: #0c4fa0;
}

.icon_img {
	display: none;
	width: 120px;
	background-color: #fff;
	box-shadow: 0 0 10px #ddd;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 2px 2px;
	position: absolute;
	z-index: 10;
	bottom: 120%;
	left: 50%;
	margin-left: -60px;
}

.icon_img img {
	width: 100%;
}

.icon_img::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.footer-ButtomInfo {
	display: flex;
	justify-content: space-between;
	padding: 18px 0;
	color: rgba(255, 255, 255, 0.3);
	font-size: 0.16rem;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-ButtomInfo a {
	color: rgba(255, 255, 255, 0.3);
}

.footer-ButtomInfo .container-fluid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ButtomInfo-icp {
	display: flex;
}

.foot-Support {
	margin-left: 15px;
	width: 147px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support .img {
	width: 65px;
	display: flex;
	align-items: center;
	opacity: 0.3;
}

.foot-Support .img img {
	max-width: 100%;
}

.footer-ButtomInfo a:hover .img {
	opacity: 1;
}

.ButtomInfo-span {
	color: #C0DECF;
	font-size: 0.18rem;
}

.footer-ButtomInfo a:hover {
	color: #ffffff;
}

@media (max-width:1450px) {
	.product-system-hd ul {
		width: 68%;
	}
}

@media (max-width:1380px) {
	.resources-system-hd ul {
		width: 55%;
	}
}

@media (max-width:1199px) {
	.container-fluid {
		width: 90%;
	}

	.product-system-hd ul {
		width: 80%;
	}

	.iconfont-item .content h3 {
		font-size: 0.26rem;
	}

	.tb-link {
		right: 0.8rem;
		padding: 0 0.2rem;
		line-height: 30px;
		margin-top: -15px;
	}

	.banner-swiper,
	.banner {
		margin-top: 70px;
	}

	.fixnav,
	.fixnav .logo {
		height: 70px;
	}

	.header .container-fluid {
		width: 100%;
		padding: 0 0.4rem;
	}

	.header .logo {
		height: 70px;
	}

	.header {
		z-index: 9999;
		background: #fff;
		height: 70px;
	}

	.m_menu {
		display: flex;
		right: 0.4rem;
	}

	.menu-all {
		margin-right: 0.4rem;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 70px;
		background: #f5f5f5;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul {
		display: block;
		width: 100%;
		overflow: hidden;
	}

	.header .menu ul li {
		width: 100%;
		text-align: left;
		padding: 0;
		position: relative;
		border-bottom: 1px solid #ddd;
	}

	.header .menu ul li a.menu-a {
		padding: 0;
		font-size: 17px;
		margin-left: 0.4rem;
		line-height: 52px;
		color: #222;
	}

	.header .menu ul li a.menu-a span {
		right: 0.4rem;
		font-size: 12px;
	}

	.search-icon {
		right: 2rem;
	}

	.fixnav a.menu-a,
	.inner-header a.menu-a {
		color: #222 !important;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		box-shadow: none;
	}

	.header .menu li .drop li {
		border-bottom: 0;
	}

	.header .menu li .drop li a {
		padding: 0 0.4rem;
		line-height: 40px;
		font-size: 16px;
		border-bottom: 0;
	}

	.button-next,
	.button-prev,
	.product-next,
	.product-prev {
		width: 38px;
		height: 38px;
	}

	.partner-prev,
	.work-prev,
	.product-prev {
		left: -0.45rem;
	}

	.partner-next,
	.work-next,
	.product-next {
		right: -0.45rem;
	}

	.resources-system .left ul li {
		width: 100%;
	}

	.resources-system ul li {
		margin: 5px 0;
	}

	.button-button {
		width: 100px;
		height: 38px;
	}

	.resources-system-hd ul {
		width: 65%;
	}

	.index-banner-img {
		height: 540px;
	}

	.inner-banner-img {
		height: 300px;
	}

	.banner-content .container-fluid {
		padding: 0 0.45rem;
	}

	.inner-banner-img img,
	.index-banner-img img {
		display: none;
	}

	.swiper-slide-txt h1 {
		font-size: 32px;
	}

	.swiper-slide-txt h2 {
		font-size: 16px;
	}

	.banner-more-link {
		max-width: 1.8rem;
	}

	.partner-slide {
		width: 15.666%;
		margin: 0.1rem 0.5%;
	}

	.competition-list {
		padding: 0.35rem 0.35rem;
	}
}

@media (max-width:999px) {

	.resources-item .img-box,
	.product-item {
		padding: 0.3rem 0.3rem;
	}

	.header .menu ul li a.menu-a {
		line-height: 50px;
	}

	.product-system-hd ul {
		width: 90%;
	}

	.resources-system-hd ul {
		width: 80%;
	}

	.inner-about dl dt,
	.about-img {
		display: none;
	}

	.inner-about dl dd,
	.about-content {
		width: 100%;
	}

	.index-title h1 {
		text-align: center;
		font-size: 0.5rem;
	}
}

/*banner媒体查询*/
@media (max-width:856px) {

	.resources-item .img-box,
	.product-item {
		padding: 0.15rem 0.15rem;
	}

	.news-center-item .list a,
	.contact-item ul li {
		width: 48%;
		margin: 10px 1%;
	}
}

@media (max-width:720px) {

	.news-center-item .list a,
	.contact-item ul li {
		width: 98%;
		margin: 10px 1%;
	}

	.header .logo a {
		width: 100px;
	}

	.header .container-fluid {
		padding: 0 14px;
	}

	.container-fluid {
		width: 100%;
		padding: 0 14px;
	}

	.m_menu {
		right: 14px;
	}

	.tb-link {
		right: 48px;
		padding: 0 10px;
		font-size: 12px;
	}

	.search-icon {
		right: 125px;
	}

	.index-banner-img {
		height: 380px;
	}

	.swiper-slide-txt h1 {
		font-size: 25px;
	}

	.banner-more-link {
		width: 120px;
		line-height: 40px;
		border-radius: 5px;
		font-size: 13px;
	}

	.iconfont-item .content span {
		display: inline-block;
		width: 20%;
		margin-right: 0.2rem;
	}

	.iconfont-item .content>div {
		padding: 0.15rem 0.15rem;
	}

	.iconfont-item .content h3 {
		font-size: 0.3rem;
	}

	.resources-system-hd ul,
	.product-system-hd ul {
		width: 100%;
	}

	.index-title h1 {
		font-size: 25px;
	}

	.after-sales-policy h4,
	.news-detail .news-title h1,
	.inner-title h2,
	.contact-item ul li h4,
	.banner h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.product-detail-item h1,
	.footer-tel h3 {
		font-size: 20px;
	}

	.slideTxtBox-hd ul li {
		margin: 0 0.5%;
		font-size: 14px;
		line-height: 20px;
		padding: 5px 1px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.product-item .content h4 {
		margin-bottom: 8px;
	}

	.product-item .content .txt {
		line-height: 25px;
		min-height: 150px;
	}

	.partnerSwiper-container,
	.work-container,
	.product-middle-swiper {
		padding: 0 42px;
	}

	.banner-button {
		width: 80px;
		height: 12px;
		padding: 0 15px;
		margin-left: -40px;
	}

	.partner-prev,
	.work-prev,
	.product-prev {
		left: 0;
	}

	.partner-next,
	.work-next,
	.product-next {
		right: 0;
	}

	.news-pagination span,
	.banner-pagination span {
		margin: 0 3px;
		width: 8px;
		height: 8px;
	}

	.search-icon span,
	.video-menu a,
	.learning-resources-item h2,
	.recommended-Courses-item h2,
	.foot-social span.wechat-iconfont,
	.product-Menu span,
	.foot-social span.sp-iconfont,
	.product-title h3,
	.footer-tel h4,
	.foot-contact h4 {
		font-size: 18px;
	}

	.resources-item h5,
	.news-item .content h2,
	.title h3,
	.video-title h3,
	.detail-application-scenarios ul li h3,
	.product-item .content h4,
	.resources-system h1 {
		font-size: 16px;
	}

	.after-sales-policy .txt,
	.after-sales-service .txt,
	.introduction-educational-brands .txt,
	.inner-about dl dd .txt,
	.contact-item ul li .txt,
	.cooperation-item .txt,
	.video-item h5,
	.product-detail-item dl dd .product-link a,
	.banner h4,
	.foot-contact h5,
	.foot-social span.dy-iconfont,
	.swiper-slide-txt h2,
	.product-item .content .txt,
	.system-iconfont,
	.resources-iconfont,
	.news-item .content h3,
	.resources-iconfont span {
		font-size: 15px;
	}

	.after-sales-policy h5,
	.news-item .content .txt,
	.contact-item ul li h5,
	.inner-title h5,
	.detail-application-scenarios ul li .txt,
	.product-detail-item dl dd .txt,
	.about-content .txt,
	.index-title h5,
	.news-item .content i {
		font-size: 14px;
		line-height: 22px;
	}

	.after-sales-policy a,
	.news-detail .news-title .three {
		font-size: 13px;
	}

	.product-next:after,
	.product-prev:after,
	.button-next:after,
	.button-prev:after,
	.banner-next:after,
	.banner-prev:after {
		font-size: 12px;
	}

	.news-item .content .txt {
		height: 44px;
	}

	.introduction-educational-brands .txt {
		width: 92%;
	}

	.after-sales-policy .txt,
	.after-sales-service .txt,
	.introduction-educational-brands .txt,
	.inner-about dl dd .txt {
		line-height: 28px;
	}

	.news-item .content h3 {
		line-height: 24px;
		height: 48px;
	}

	.system-iconfont {
		line-height: 36px;
		padding: 0 16px;
	}

	.product-item .content {
		padding: 15px 15px;
	}

	.resources-system .left,
	.resources-system .right {
		width: 100%;
	}

	.resources-system .left {
		margin-bottom: 15px;
	}

	.resources-system {
		min-height: auto;
		flex-wrap: wrap;
	}

	.resources-iconfont {
		bottom: 20px;
	}

	.news-item .content h3 {
		margin-bottom: 5px;
	}

	.resources-system ul li {
		font-size: 13px;
		width: 100%;
	}

	.inner-banner-img {
		height: 195px;
	}

	.button-next,
	.button-prev,
	.product-next,
	.product-prev {
		width: 32px;
		height: 32px;
		margin-top: -16px;
	}

	.footer-box {
		width: 100%;
		padding: 40px 0 20px 0;
	}

	.foot-contact,
	.footer-tel,
	.foot-logo,
	.navigation-menu {
		width: 100%;
		margin: 15px 0;
	}

	.foot-logo img {
		max-width: 150px;
		margin: auto;
	}

	.ButtomInfo-span,
	.footer-ButtomInfo {
		width: 100%;
		font-size: 14px;
		text-align: center;
	}

	.navigation_contlis {
		width: 100%;
		margin: 0;
	}

	.navigation_contlis ul {
		display: none;
		background: #fff;
		padding: 10px;
	}

	.navigation_contlis h3 {
		font-weight: normal;
	}

	.navigation_contlis h3 {
		line-height: 55px;
		margin: 0;
		font-size: 17px;
		border-bottom: 1px solid #dadada;
		position: relative;
	}

	.navigation_contlis h3::after {
		background: url(../sanjiao.png) !important;
	}

	.navigation_contlis h3::after {
		content: '';
		display: block;
		width: 12px;
		height: 11px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -4px;
		background: url(../sanjiao-h.png);
	}

	.navigation_contlis ul li a {
		color: #000;
		font-size: 15px;
	}

	.product-detail-item h1,
	.footer-tel,
	.foot-contact {
		text-align: center;
	}

	.foot-social {
		float: none;
		width: 118px;
		margin: 15px auto;
	}

	.foot-social span.iconfont {
		width: 30px;
		height: 30px;
	}

	.list .product-item {
		width: 100%;
		margin: 0.15rem 0;
	}

	.list .product-item:nth-child(3n-1) {
		margin: 0.15rem 0;
	}

	.banner-content .container-fluid {
		padding: 0 14px;
	}

	.product-detail-item dl dd,
	.product-detail-item dl dt {
		width: 100%;
		margin: 10px 0;
	}

	.detail-application-scenarios ul li {
		width: 48%;
		margin: 10px 1%;
	}

	.video-menu a {
		margin-right: 10px;
	}

	.video-item .content .flex {
		font-size: 12px;
	}

	.video-more a,
	.video-course-item h4,
	.title h3 i,
	.video-title h3 i {
		font-size: 14px;
	}

	.video-item {
		width: 49%;
		margin: 8px 0;
	}

	.video-course-item .list {
		justify-content: space-between;
	}

	.video-menu {
		display: block;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		margin-bottom: 30px;
	}

	.video-menu::-webkit-scrollbar {
		display: none
	}

	.video-menu a {
		display: inline-block;
		width: auto;
		line-height: 50px;
		padding: 0;
		margin: 0 10px 0 0;
	}

	.cooperation-item .txt {
		line-height: 28px;
	}

	.inner-title h4 {
		font-size: 22px;
	}

	.learning-resources-item .list {
		justify-content: space-between;
	}

	.product-title {
		margin: 10px 0;
	}

	.resources-item:nth-child(3n-1),
	.resources-item {
		width: 49%;
		margin: 10px 0;
	}

	.course-list li .text {
		font-size: 15px;
	}

	.hardware-list li .hardware-title .text:before {
		border-width: 8px 4px 0 4px;
		margin-right: 10px;
	}

	.hardware-list li .hardware-title a span {
		font-size: 15px;
		margin-right: 5px;
	}

	.hardware-list li .hardware-title a {
		font-size: 14px;
	}

	.agents-item .medit,
	.competition-intro-item dl dd .txt,
	.hardware-list li .hardware-show {
		font-size: 15px;
		line-height: 24px;
	}

	.competition-intro-item dl dt,
	.competition-intro-item dl dd {
		width: 100%;
		margin: 10px 0;
	}

	.button-button {
		width: 72px;
		height: 32px;
	}

	.competition-wr .content h4 {
		font-size: 16px;
	}

	.competition-wr .content span {
		font-size: 15px;
	}

	.competition-wr .content {
		padding: 20px 15px;
	}

	.competition-hd ul,
	.competition-bd,
	.competition-hd {
		width: 100%;
	}

	.competition-hd ul {
		display: flex;
		flex-wrap: wrap;
	}

	.competition-hd li {
		width: 33.33%;
		font-size: 16px;
		padding: 15px 5px;
	}

	.competition-list {
		padding: 15px 8px;
	}

	.partner-title {
		width: 31.3333%;
		border-radius: 5px;
		margin: 3px 1%;
		font-size: 15px;
		min-height: 60px;
		line-height: 20px;
		padding: 5px 5px;
	}

	.agents-item ul li {
		width: 48%;
		margin: 8px 1%;
	}

	.agents-item ul li h4 {
		font-size: 16px;
	}

	.agents-item ul li .txt {
		font-size: 14px;
		line-height: 20px;
	}

	.news-iconfont {
		font-size: 14px;
		line-height: 36px;
	}

	.news-detail .news-intro {
		font-size: 15px;
		line-height: 25px;
	}

	.news-updown ul {
		flex-wrap: wrap;
	}

	.news-updown ul li {
		width: 100%;
		margin: 5px 0;
		font-size: 14px;
	}

	.after-sales-policy a {
		padding: 5px 15px 5px 15px;
	}

	.resources-system {
		padding: 0.25rem 0.35rem 60px 0.35rem;
	}

	.searchform form {
		width: 100%;
	}

	.searchform form .submit {
		width: 20%;
		line-height: 50px;
		background-size: 20%;
	}

	.searchform form .search_input {
		font-size: 15px;
		width: 80%;
		line-height: 50px;
	}

	.searchform .close {
		width: 28px;
		height: 28px;
		line-height: 25px;
		font-size: 14px;
		top: 10px;
		right: 13px;
	}

	.pc-process-content {
		display: none;
	}

	.mp-process-content {
		display: block;
	}

	.process-item-span {
		width: 132px;
	}

	.process-content span {
		font-size: 15px;
		line-height: 33px;
	}

	.process-item .img img {
		width: 45%;
	}

	.process-item {
		width: 29%;
		padding: 10px 5px;
	}

	.process-item .content h5 {
		font-size: 15px;
	}

	.qt-pagination {
		font-size: 15px;
	}

	.qt-pagination a {
		margin: 0 3px;
		width: 32px;
		line-height: 30px;
	}

	.partner-slide {
		width: 24%;
	}

	.work-item {
		width: 48%;
	}

	.work-item h3 {
		font-size: 16px;
	}

	.work-item h5 {
		font-size: 14px;
		line-height: 22px;
	}
}

@media (max-width:658px) {

	.button-next,
	.button-prev,
	.product-next,
	.product-prev {
		width: 28px;
		height: 28px;
		margin-top: -14px;
	}
}