.accent01 {
	color: #4285F6 !important;
}

html {
	overflow-x: hidden;
}

body {
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.85714;
	color: #303133;
	position: relative;
	overflow-x: hidden;
}

@media (max-width: 575px) {
	body {
		font-size: 12px;
	}
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #333;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

b {
	font-weight: bold;
}

i {
	font-style: normal;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1230px !important;
	}
}

@media (max-width: 991px) {
	.container {
		max-width: 100%;
	}
}

.pub-title01 {
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
}

/* .pub-title01::after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	background-color: #4285F6;
	margin: 0 auto;
	margin-top: 28px;
} */

@media (max-width: 575px) {
	.pub-title01 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.pub-title01::after {
		margin-top: 12px;
	}
}

.pub-title02 {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	position: relative;
	padding-top: 35px;
	padding-bottom: 36px;
}

.pub-title02 .title {
	position: relative;
	z-index: 2;
}

.pub-title02 .num {
	font-size: 120px;
	font-family: Times New Roman;
	color: #EFF4FE;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
}

.pub-title02::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 6px;
	background: #4285F6;
}

@media (max-width: 575px) {
	.pub-title02 .title {
		font-size: 20px;
	}

	.pub-title02 .num {
		font-size: 100px;
		top: 14px;
	}
}

/* header css */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	-webkit-transition: .2s;
	transition: .2s;
}

.header.active {
	background-color: #398CFC;
	-webkit-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 14px rgba(0, 0, 0, 0.05);
}

.header .box {
	padding-top: 10px;
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header .left .logo {
	white-space: nowrap;
}

.header .left .logo img:last-of-type {
	margin-left: 10px;
}

.header .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .right .login-box {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.header .right .login-box a {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.875;
	border-radius: 5px;
	font-size: 16px;
	-webkit-transition: .2s;
	transition: .2s;
}

.header .right .login {
	padding: 0 14px;
	border: 1px solid #FAFBFE;
	color: #FAFBFE;
	margin-right: 20px;
}

.header .right .login:hover {
	border: 1px solid #4285f6;
	background-color: #ecf2ff;
}

.header .right .regis {
	color: #FFFFFF;
	padding: 0 12px;
	background: #4285f6;
}

.header .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header .nav a {
	font-size: 16px;
	color: #FAFBFE;
	margin-right: 50px;
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px;
}

.header .nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	border-top: 2px solid #fff;
}

.header .nav a.active,
.header .nav a:hover {
	color: #fff;
}

.header .nav a.active::after,
.header .nav a:hover::after {
	right: 0;
	-webkit-transition: .2s;
	transition: .2s;
}

/* mob-header css */
.header .bars {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	color: #fff;
	position: relative;
	z-index: 1001;
	display: none;
}

.header .bars .icon {
	width: 22px;
	height: 22px;
	position: relative;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.header .bars .icon::before,
.header .bars .icon::after,
.header .bars .icon i::after {
	content: "";
	border-bottom: 2px solid;
	left: 1px;
	right: 1px;
	top: 3px;
	position: absolute;
	-webkit-transition: top ease-in 200ms, width ease-in 200ms, bottom ease-in 200ms, opacity ease-in 200ms, -webkit-transform ease-in 200ms;
	transition: top ease-in 200ms, width ease-in 200ms, bottom ease-in 200ms, opacity ease-in 200ms, -webkit-transform ease-in 200ms;
	transition: top ease-in 200ms, width ease-in 200ms, bottom ease-in 200ms, opacity ease-in 200ms, transform ease-in 200ms;
	transition: top ease-in 200ms, width ease-in 200ms, bottom ease-in 200ms, opacity ease-in 200ms, transform ease-in 200ms, -webkit-transform ease-in 200ms;
}

.header .bars .icon::before {
	top: 17px;
}

.header .bars .icon i::after {
	top: 10px;
}

.header .bars02 .icon {
	-webkit-transition: -webkit-transform ease-in 200ms;
	transition: -webkit-transform ease-in 200ms;
	transition: transform ease-in 200ms;
	transition: transform ease-in 200ms, -webkit-transform ease-in 200ms;
}

.header .bars02.active {
	color: #4285F6;
}

.header .bars02.active .icon::before {
	top: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header .bars02.active .icon i::after {
	opacity: 0;
}

.header .bars02.active .icon::after {
	top: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mmenu02-box {
	position: fixed;
	top: 0;
	bottom: 0;
	background-color: #ffffff;
	width: 100%;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.mmenu02-box .login-box {
	padding-left: 30px;
	padding-right: 30px;
}

.mmenu02-box .login-box a {
	margin-top: 15px;
	display: block;
	line-height: 2.5;
	border-radius: 15px;
	font-size: 16px;
	-webkit-transition: .2s;
	transition: .2s;
	text-align: center;
}

.mmenu02-box .login-box .login {
	border: 1px solid #4285F6;
	color: #4285F6;
}

.mmenu02-box .login-box .login:hover {
	border-color: #2675f7;
	color: #2675f7;
}

.mmenu02-box .login-box .regis {
	color: #fff;
	background: #4285F6;
}

.mmenu02-box .login-box .regis:hover {
	background: #0F64F6;
}

.mmenu02-box .top span {
	color: #333333;
	font-size: 20px;
	font-weight: 600;
}

.mmenu02-box .mmenu01 li {
	border-bottom: 1px solid rgba(134, 134, 134, 0.2);
	margin: 0 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.mmenu02-box .mmenu01 a {
	font-size: 18px;
	width: 100%;
	display: block;
	line-height: 67px;
	color: #333333;
}

.mmenu02-box .mmenu01 .top {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 30px 0;
	border: none;
}

.mmenu02-box .mmenu01 .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 67px;
	height: 67px;
	margin-right: -17px;
}

.mmenu02-box .mmenu01 .icon::after {
	content: "";
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.mmenu02-box .mmenu01 .back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
}

.mmenu02-box .mmenu01 .back::before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mmenu02-box .mmenu01 .mmenu02,
.mmenu02-box .mmenu01 .mmenu03 {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #ffffff;
	width: 100%;
}

.mmenu02-box .mmenu01 .mmenu02 li,
.mmenu02-box .mmenu01 .mmenu03 li {
	padding-left: 30px;
}

.mmenu02-box .mmenu01 .mmenu02 .top,
.mmenu02-box .mmenu01 .mmenu03 .top {
	padding-left: 0;
}

.mmenu02-box .mmenu01>li.active .mmenu02 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mmenu02-box .mmenu01 .mmenu02>li.active .mmenu03 {
	display: block;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mmenu02-box.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.body-style01 .header .left .logo img {
	-webkit-filter: brightness(100);
	filter: brightness(100);
}

.body-style01 .header .right .login-box a:hover {
	background: #fff;
	color: #4285F6;
}

.body-style02 {
	padding-top: 66px;
}

.body-style02 .header {
	background-color: #fff;
}

.body-style02 .header .nav a {
	color: #666;
}

.body-style02 .header .nav a::after {
	border-color: #4573FF;
}

.body-style02 .header .nav a.active,
.body-style02 .header .nav a:hover {
	color: #4573FF;
}

.body-style02 .header .nav a.active::after,
.body-style02 .header .nav a:hover::after {
	right: 0;
	-webkit-transition: .2s;
	transition: .2s;
}

.body-style02 .header .right .login {
	border-color: #4285F6;
	color: #4285F6;
}

.body-style02 .header .right .login:hover {
	border-color: #2675f7;
	color: #2675f7;
}

.body-style02 .header .right .regis:hover {
	background: #0f64f6;
}

.body-style02 .header .bars {
	color: #4285F6;
}

@media (max-width: 767px) {
	.body-style02 {
		padding-top: 50px;
	}
}

@media (max-width: 767px) {
	.header .nav {
		display: none;
	}

	.header .bars {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header .right .login-box {
		display: none;
	}

	.header .box {
		height: 50px;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 991px) {
	.header .nav a {
		margin-right: 17px;
	}
}

@media (max-width: 575px) {
	.header .left .logo img {
		width: 30%;
	}

	.header .left .logo img:last-of-type {
		margin-left: 8.4px;
	}
}

/* index css */
.index-sec01 .title {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.73913;
	padding-bottom: 52px;
}

.index-sec01 .pos-pic {
	display: none;
}

.index-sec01 .swiper-slide {
	background: url("../images/banner1.png") no-repeat center center;
	background-size: cover;
	height: 630px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 32px;
}

.index-sec01 .swiper-slide.two {
	background-image: url("../images/banner2.png");
}

.index-sec01 .swiper-slide.three {
	background-image: url("../images/banner3.png");
}

.index-sec01 .swiper-pagination {
	bottom: 25px;
}

.index-sec01 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #D9D8D8;
	opacity: 1;
	margin: 0 10px !important;
	outline: none !important;
	vertical-align: middle;
}

.index-sec01 .swiper-pagination-bullet-active {
	background: #fff;
	width: 12px;
	height: 12px;
}

.pub-btn01 {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 2.5;
	text-align: center;
	background: #FFB500FF;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFFFF;
	-webkit-transition: .2s;
	transition: .2s;
	/* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); */
}

.totrial {
	margin-top: 140px;
}

.pub-btn01:hover {
	color: #fff;
	background: #ffa500;
	/* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); */
}

@media (max-width: 575px) {
	.pub-btn01 {
		font-size: 12px;
		line-height: 27px;
		width: 120px;
		padding-left: 15px;
		padding-right: 15px;
		/* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); */
		display: none;
	}
}

.pub-btn01-mini {
	padding-left: 60px;
	padding-right: 60px;
	line-height: 2.5;
	text-align: center;
	background: #fafbff;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #4285F6;
	-webkit-transition: .2s;
	transition: .2s;
	/* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); */
	display: none;
}

.pub-btn01-mini:hover {
	color: #fff;
	background: #ffa500;
	/* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); */
}

@media (max-width: 575px) {
	.pub-btn01-mini {
		margin: 60px 0 0 10px;
		font-size: 13px;
		width: 120px;
		padding-left: 15px;
		padding-right: 15px;
		/* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); */
		display: inline-block;
		background: #FFA500;
		color: #fff;
	}
}

@media (max-width: 575px) {
	.index-sec01 .title {
		font-size: 5.2vw;
		padding-bottom: 16px;
	}

	.index-sec01 .left {
		padding-bottom: 0.3rem;
		padding-top: 0.4rem;
	}

	.index-sec01 .swiper-slide {
		height: 260px;
		display: block;
		padding-top: 100px;
		background-image: url("../images/800.png");
	}

	.index-sec01 .swiper-slide.one {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 100px;
	}

	.index-sec01 .swiper-slide.two {
		background-image: url("../images/802.png");
	}

	.index-sec01 .swiper-slide.three {
		padding-top: 100px;
		background-image: url("../images/804.png");
	}

	.index-sec01 .swiper-slide .container {
		position: relative;
		z-index: 2;
	}

	.index-sec01 .pos-pic {
		display: flex;
		text-align: center;
		padding-top: 6px;
	}

	.index-sec01 .swiper-pagination {
		bottom: 10px;
	}

	.index-sec01 .two .pos-pic img {
		height: 160px;
		display: none;
	}

	.index-sec01 .three {
		padding-top: 19px;
	}

	.index-sec01 .pos-pic img {
		height: 160px;
		display: none;
	}
}

.index-sec02 {
	padding-top: 94px;
	padding-bottom: 98px;
	background: #F9FAFC;
}

.index-secs02 {
	padding-top: 94px;
	padding-bottom: 98px;
}

.index-sec02 .top {
	padding-top: 86px;
}

.index-sec02 .top .sec-des {
	margin-top: 38px;
	font-size: 16px;
	line-height: 1.65;
	color: #666;
	margin-bottom: 23px;
}

.index-sec02 .top .sec-des span {
	color: #4285F6;
	font-size: 22px;
	font-weight: bold;
}

.index-sec02 .top .t-left {
	padding-bottom: 28px;
}

.index-sec02 .top .t-right {
	padding-left: 84px;
}

.index-sec02 .bottom {
	padding-top: 105px;
}

.index-sec02 .bottom .pub-list01 {
	padding-top: 44px;
}

.index-sec02 .bottom .pub-list01 li:not(:first-of-type) {
	margin-top: 9px;
}

.index-sec02 .bottom .pub-list01 .li-title {
	line-height: 1.55;
}

.index-sec02 .bottom .pub-list01 .li-des {
	font-size: 15px;
	line-height: 1.55;
}

.index-sec02 .bottom .b-right {
	padding-left: 22px;
}

@media (max-width: 767px) {
	.index-sec02 .top .t-right {
		padding-left: 0;
	}
}

@media (max-width: 575px) {
	.index-sec02 {
		padding-bottom: 50px;
		padding-top: 40px;
	}

	.index-sec02 .top {
		padding-top: 20px;
	}

	.index-sec02 .bottom {
		padding-top: 20px;
	}

	.index-sec02 .b-left {
		padding-top: 30px;
	}

	.index-sec02 .top .t-right {
		text-align: center;
	}

	.index-sec02 .top .t-right img {
		width: 60%;
	}

	.index-sec02 .b-left {
		text-align: center;
	}

	.index-sec02 .b-left img {
		width: 60%;
	}

	.index-sec02 .bottom .pub-list01 .li-des {
		font-size: 12px;
	}

	.index-sec02 .top .sec-des {
		font-size: 14px;
		margin-top: 23px;
	}
}

.pub-list01 li {
	padding-left: 22px;
	position: relative;
}

.pub-list01 li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 12px;
	height: 12px;
	border: 2px solid #4285F6;
	border-radius: 50%;
}

.pub-list01 li:not(:first-of-type) {
	margin-top: 26px;
}

.pub-list01 .li-title {
	font-size: 20px;
	font-weight: 400;
	color: #333;
	line-height: 1.65;
}

.pub-list01 .li-des {
	color: #666;
	line-height: 1.65;
}

@media (max-width: 575px) {
	.pub-list01 .li-title {
		font-size: 15px;
		line-height: 1.65 !important;
	}
}

.pub-info01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 240px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(66, 133, 246, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(66, 133, 246, 0.1);
	border-radius: 8px;
	padding: 25px;
	/* padding-right: 40px; */
	margin-top: 30px;
}

.pub-info01:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(66, 133, 246, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(66, 133, 246, 0.2);
	transform: translateY(-10px);
}

.pub-info01 .info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.pub-info01 .info-right {
	padding-top: 25px;
	/* padding-left: 24px; */
}

.pub-info01 .info-pic {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 50px;
	text-align: center;
	/* margin-left: 20px; */
}

.pub-info01 .info-title {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 1.18182;
	margin-bottom: 0;
}

.pub-info01 .info-des {
	color: #606266;
	padding-top: 20px;
	font-size: 15px;
}

.PCdis {
	display: block;
}

@media (max-width: 575px) {
	.PCdis {
		display: none;
	}
}

.APPdis {
	display: none;
}

@media (max-width: 575px) {
	.APPdis {
		display: block;
	}
}

@media (max-width: 575px) {
	.pub-info01 {
		margin-top: 20px;
		min-height: 140px;
		padding: 20px;
	}

	.pub-info01 .info-right {
		padding-top: 0;
	}

	.pub-info01 .info-pic {
		max-width: 30%;
		text-align: center;
	}

	.pub-info01 .info-title {
		font-size: 15px;
		display: inline-block;
		vertical-align: middle;
	}

	.pub-info01 .info-des {
		padding-top: 15px;
		font-size: 13px;
	}
}

.index-sec03 {
	background: #F6F9FF;
	padding-top: 95px;
	padding-bottom: 100px;
	position: relative;
}

.index-sec03 .container {
	position: relative;
	z-index: 2;
}

.index-sec03 [class*="col-"]:nth-of-type(odd) .pub-info01 {
	margin-right: 35px;
}

.index-sec03 [class*="col-"]:nth-of-type(even) .pub-info01 {
	margin-left: 35px;
}

.index-sec03::before {
	content: "";
	position: absolute;
	top: 121px;
	right: 203px;
	width: 264px;
	height: 264px;
	background: linear-gradient(45deg, #F6F9FF, #EAF1FF);
	border-radius: 50%;
}

.index-sec03::after {
	content: "";
	position: absolute;
	left: 124px;
	bottom: 155px;
	width: 300px;
	height: 300px;
	background: -webkit-gradient(linear, left top, left bottom, from(#F6F9FF), to(#EAF1FF));
	background: linear-gradient(180deg, #F6F9FF, #EAF1FF);
	border-radius: 50%;
}

@media (max-width: 1199px) {
	.index-sec03 {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.index-sec03 .pub-info01 {
		width: 90%;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-right: 25px;
	}
}

.index-sec04 {
	padding-top: 94px;
	padding-bottom: 87px;
}

.index-sec04 .sec-pic {
	padding-top: 80px;
}

.index-sec04 .sec-des {
	text-align: center;
	font-size: 16px;
	color: #666;
	padding-top: 12px;
}

@media (max-width: 575px) {
	.index-sec04 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.index-sec04 .sec-pic {
		padding-top: 40px;
	}

	.index-sec04 .sec-des {
		font-size: 12px;
	}
}

.index-sec05 {
	padding-bottom: 101px;
}

.index-sec05 .row {
	padding-top: 50px;
}

@media (max-width: 575px) {
	.index-sec05 {
		padding-bottom: 60px;
	}
}

.pub-info02 {
	background: #fff;
	min-height: 380px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(87, 152, 255, 0.18);
	box-shadow: 0px 0px 10px 0px rgba(87, 152, 255, 0.18);
	padding: 60px 15px;
	text-align: center;
	margin-top: 30px;
}

.pub-info02 .info-title {
	font-size: 20px;
	font-weight: 400;
	color: #333;
	padding-top: 41px;
}

.pub-info02 .info-des {
	padding-top: 23px;
	max-width: 196px;
	margin: 0 auto;
	font-weight: 400;
	color: #666;
	line-height: 1.57143;
}

@media (max-width: 575px) {
	.pub-info02 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		min-height: auto;
	}

	.pub-info02 .info-title {
		padding-top: 20px;
		font-size: 18px;
	}

	.pub-info02 .info-des {
		padding-top: 13px;
	}
}

.pub-sec03 {
	background: #F6F9FF;
	padding-top: 94px;
	padding-bottom: 106px;
}

.pub-sec03 .sec-title {
	text-align: center;
	padding-bottom: 73px;
}

.pub-sec03 .sec-left {
	padding-left: 39px;
	padding-top: 50px;
	text-align: center;
	display: inline-block;
}

.pub-sec03 .sec-left .left-des {
	max-width: 224px;
	font-size: 16px;
	color: #333;
	margin: 0 auto;
	padding-top: 12px;
}

.pub-sec03 .sec-right {
	margin-left: 30px;
}

.pub-sec03 .sec-form {
	max-width: 480px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(33, 97, 208, 0.15);
	box-shadow: 0px 0px 20px 0px rgba(33, 97, 208, 0.15);
	border-radius: 10px;
	padding: 48px 15px 44px;
}

.pub-sec03 .sec-form .form-top {
	text-align: center;
	padding-bottom: 34px;
}

.pub-sec03 .sec-form .form-top .title {
	font-size: 22px;
	color: #333;
}

.pub-sec03 .sec-form .form-top .sub {
	padding-top: 4px;
	font-size: 14px;
	color: #666;
}

.pub-sec03 .sec-form form {
	padding-left: 42px;
	padding-right: 33px;
}

.pub-sec03 .sec-form .form-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 20px;
}

.pub-sec03 .sec-form .form-item label {
	font-size: 16px;
	width: 83px;
	font-weight: 400;
	color: #333;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-bottom: 0;
	padding-top: 6px;
}

.pub-sec03 .sec-form .layui-input {
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #666;
	padding-left: 16px;
	padding-right: 16px;
	border: none;
	background: #F5F5F5;
	border-radius: 8px;
}

.pub-sec03 .sec-form .layui-btn {
	height: 44px;
	background: #4285F6;
	border-radius: 8px;
	width: 100%;
	outline: none !important;
	padding-left: 10px;
	padding-right: 10px;
}

.pub-sec03 .sec-form .layui-btn-disabled,
.pub-sec03 .sec-form .layui-btn-disabled:active,
.pub-sec03 .sec-form .layui-btn-disabled:hover {
	background-color: #FBFBFB;
}

.pub-sec03 .sec-form .code-item .code-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.pub-sec03 .sec-form .code-item .code-box input {
	margin-right: 15px;
}

.pub-sec03 .sec-form .code-item .code-box button {
	width: 114px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.pub-sec03 .sec-form .submit-item {
	margin-top: 10px;
}

.pub-sec03 .sec-form .submit-item button {
	font-size: 16px;
}

.pub-sec03 .sec-form input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #666;
}

.pub-sec03 .sec-form :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
}

.pub-sec03 .sec-form ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
}

.pub-sec03 .sec-form input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666;
}

.pub-sec03 .sec-form input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #666;
}

@media (max-width: 1199px) {
	.pub-sec03 .sec-left {
		padding-left: 0;
	}

	.pub-sec03 .sec-right {
		margin-left: 0;
	}
}

@media (max-width: 575px) {
	.pub-sec03 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.pub-sec03 .sec-form .form-top .title {
		line-height: 1.4;
		font-size: 20px;
	}

	.pub-sec03 .sec-title .title {
		font-size: 20px;
	}

	.pub-sec03 .sec-title .sub {
		font-size: 14px;
	}

	.pub-sec03 .sec-form .form-item label {
		display: none;
	}

	.pub-sec03 .sec-title {
		padding-bottom: 0;
	}

	.pub-sec03 .sec-left {
		padding-bottom: 30px;
	}

	.pub-sec03 .sec-left img {
		width: 90%;
	}

	.pub-sec03 .sec-form form {
		padding-left: 0;
		padding-right: 0;
	}

	.pub-sec03 .sec-left .left-des {
		font-size: 12px;
	}
}

.headerlogo {
	height: 44px;
}

.footer {
	text-align: center;
	background: #2D2D2D;
	color: #fff;
	font-size: 12px;
	line-height: 1.66667;
	padding-top: 40px;
	padding-bottom: 10px;
}

.footer .sec-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer .sec-pic {
	padding-left: 60px;
	padding-right: 60px;
}

.footer .sec-pic span {
	display: block;
	padding-bottom: 10px;
}

.footer .sec-copy {
	padding-top: 39px;
}

.footer .sec-copy a {
	color: #fff !important;
	text-decoration: underline;
}

@media (max-width: 575px) {
	.footer {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.footer .sec-pic {
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}



.cooper-sec02 {
	padding-top: 93px;
	padding-bottom: 34px;
}

.cooper-sec02 .sec-title {
	font-size: 18px;
	color: #333;
	text-align: center;
}

.cooper-sec02 .sec-list {
	text-align: center;
}

.cooper-sec02 .sec-list li {
	padding-top: 55px;
	padding-bottom: 55px;
}

.cooper-sec02 .sec-list img {
	-webkit-transition: .2s;
	transition: .2s;
}

.cooper-sec02 .sec-list img:hover {
	-webkit-box-shadow: 0 0 20px rgba(119, 119, 119, 0.2);
	box-shadow: 0 0 20px rgba(119, 119, 119, 0.2);
}

@media (max-width: 575px) {
	.cooper-sec02 {
		padding-top: 0px;
	}

	.cooper-sec02 .sec-title {
		font-size: 14px;
		padding-bottom: 20px;
	}

	.cooper-sec02 .sec-list li {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.cooper-sec02 .sec-list img {
		width: 60%;
	}
}

.pub-sec04 {
	background: url("../images/img/bg5.png") no-repeat center center;
	background-size: cover;
	text-align: center;
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pub-sec04 .sec-title {
	padding-top: 30px;
	padding-bottom: 48px;
	font-size: 44px;
	color: #fff;
	line-height: 1.08696;
}

.pub-sec04 .sec-title01 {
	/* padding-top: 30px; */
	padding-bottom: 48px;
	font-size: 22px;
	color: #fff;
	line-height: 1.08696;
}

.pub-sec04 .sec-title span {
	padding-top: 10px;
	display: block;
	font-size: 22px;
	line-height: 2.27273;
}

@media (max-width: 575px) {
	.pub-sec04 {
		min-height: 240px;
	}

	.pub-sec04 .sec-title {
		font-size: 20px;
		line-height: 1.4;
		padding-bottom: 17px;
		padding-top: 5px;
	}

	.pub-sec04 .sec-title span {
		font-size: 13px;
		padding-top: 0;
	}
}

.about-sec02 {
	padding-top: 94px;
}

.about-sec02 .sec-des {
	padding-top: 50px;
	font-size: 16px;
	line-height: 1.875;
	color: #000;
}

@media (max-width: 575px) {
	.about-sec02 {
		padding-top: 40px;
	}

	.about-sec02 .sec-des {
		font-size: 12px;
		padding-top: 30px;
	}
}

.pub-info03 {
	text-align: center;
}

.pub-info03 .info-sub {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 1.6875;
	padding-top: 3px;
}

.about-sec03 {
	padding-top: 84px;
}

.about-sec03 .sec-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 19px;
}

.about-sec03 .sec-list .pub-info03 {
	padding: 40px 39px 0;
}

@media (max-width: 575px) {
	.about-sec03 {
		padding-top: 50px;
	}

	.about-sec03 .sec-list {
		padding-top: 0;
	}

	.pub-info03 .info-sub {
		font-size: 13px;
	}
}

.about-sec04 {
	padding-top: 87px;
}

.about-sec04 .sec-pic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 46px;
}

.about-sec04 .sec-pic a {
	margin: 15px 44px 0;
	text-align: center;
}

@media (max-width: 575px) {
	.about-sec04 {
		padding-top: 60px;
	}

	.about-sec04 .sec-pic {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 16px;
	}

	.about-sec04 .sec-pic a {
		width: 50%;
		margin-left: 0;
		margin-right: 0;
	}
}

.about-sec05 {
	padding-top: 94px;
	padding-bottom: 100px;
}

.about-sec05 .sec-list {
	padding-top: 16px;
	max-width: 849px;
	margin: 0 auto;
}

.about-sec05 .sec-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 30px;
}

.about-sec05 .sec-list li>img {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.about-sec05 .sec-list .li-des {
	padding-left: 4px;
	padding-top: 9px;
	font-size: 16px;
	line-height: 1.3125;
	color: #000000;
}

.about-sec05 .sec-list .li-des span {
	color: #20509A;
}

@media (max-width: 575px) {
	.about-sec05 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.about-sec05 .sec-list .li-des {
		font-size: 12px;
		padding-top: 0;
	}
}

.down-sec01 {
	background: url("../images/28.png") no-repeat center center;
	background-size: cover;
	text-align: center;
	min-height: 398px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 75px;
	padding-bottom: 75px;
	color: #fff;
}

.down-sec01 .sec-title {
	font-size: 44px;
	color: #fff;
	line-height: 1.81818;
}

.down-sec01 .sec-des {
	font-size: 20px;
	padding-top: 24px;
}

@media (max-width: 575px) {
	.down-sec01 {
		min-height: 240px;
	}

	.down-sec01 .sec-title {
		font-size: 20px;
	}

	.down-sec01 .sec-des {
		padding-top: 0;
		font-size: 12px;
	}
}

.down-sec02 .sec-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(124, 124, 124, 0.2);
	box-shadow: 0px 0px 20px 0px rgba(124, 124, 124, 0.2);
	border-radius: 6px;
	margin-top: -60px;
	position: relative;
	z-index: 2;
	padding-top: 70px;
	padding-bottom: 73px;
}

.down-sec02 .sec-list li {
	text-align: center;
	padding: 30px 15px;
}

.down-sec02 .li-sub {
	font-size: 30px;
	font-weight: 400;
	color: #333;
	line-height: 2.66667;
	padding-top: 3px;
}

.down-sec02 .li-des {
	color: #333;
}

.down-sec02 .li-btn {
	margin-top: 43px;
	display: inline-block;
	width: 220px;
	font-size: 16px;
	padding: 0 30px;
	text-align: center;
	color: #fff;
	line-height: 44px;
	height: 44px;
	background: #4285F6;
	border-radius: 22px;
	-webkit-transition: .2s;
	transition: .2s;
}

.down-sec02 .li-btn:hover {
	background: #2675f7;
}

@media (max-width: 575px) {
	.down-sec02 .li-sub {
		font-size: 18px;
	}

	.down-sec02 .sec-list {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.down-sec02 .sec-list .three {
		display: none;
	}
}

.down-sec03 {
	padding-top: 113px;
	padding-bottom: 65px;
}

.down-sec03 .sec-list {
	padding-top: 11px;
	max-width: 1006px;
	margin: 0 auto;
}

.down-sec03 .sec-list li {
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
}

.down-sec03 .li-des {
	color: #333;
	padding-top: 10px;
}

.down-sec03 .li-btn {
	margin-top: 14px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 29px;
	text-align: center;
	width: 100px;
	padding: 0 15px;
	height: 29px;
	background: #4285F6;
	border-radius: 4px;
	-webkit-transition: .2s;
	transition: .2s;
}

.down-sec03 .li-btn:hover {
	background: #2675f7;
}

@media (max-width: 575px) {
	.down-sec03 {
		padding-bottom: 50px;
		padding-top: 60px;
	}

	.down-sec03 li>img {
		max-height: 64px;
	}

	.down-sec03 .sec-list li {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.down-sec03 .sec-list {
		padding-top: 20px;
	}
}

.product-sec01 {
	background: url("../images/img/bg3.png") no-repeat center center;
	background-size: cover;
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-sec01 .sec-des {
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	line-height: 1.90476;
	padding-bottom: 42px;
	margin-top: 50px;
}

.sec-des-p {
	font-size: 26px;
}

@media (max-width: 575px) {
	.product-sec01 {
		min-height: 290px;
	}

	.product-sec01 .sec-des {
		font-size: 12px;
		padding-bottom: 17px;
	}
}

.product-sec02 {
	padding-bottom: 50px;
}

.product-sec02 .row {
	/* margin-top: -72px; */
}

.product-sec02 .sec-li {
	text-align: center;
	min-height: 380px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(124, 124, 124, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(124, 124, 124, 0.2);
	border-radius: 6px;
	padding-top: 50px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.product-sec02 .sec-li .li-sub {
	font-size: 22px;
	font-weight: 400;
	color: #222;
	line-height: 1.375;
	padding-top: 36px;
}

.product-sec02 .sec-li .li-des {
	font-size: 16px;
	color: #666;
	line-height: 1.65;
	padding-top: 19px;
	max-width: 208px;
	margin: 0 auto;
}

@media (max-width: 575px) {
	.product-sec02 .sec-li {
		min-height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.product-sec02 .sec-li .li-sub {
		padding-top: 5px;
		font-size: 18px;
	}

	.product-sec02 .sec-li .li-des {
		font-size: 12px;
		padding-top: 10px;
	}
}

.product-sec03 {
	padding-top: 42px;
	padding-bottom: 75px;
	background: -webkit-gradient(linear, left bottom, left top, from(#F6F9FF), to(#FFFFFF));
	background: linear-gradient(0deg, #F6F9FF, #FFFFFF);
}

.product-sec03 .bottom {
	margin-left: -19px;
	padding-top: 66px;
}

.product-sec03 .sec-list {
	margin-right: -23px;
}

.product-sec03 .sec-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.product-sec03 .sec-list li>img {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.product-sec03 .sec-list .li-right {
	padding-left: 60px;
	padding-top: 43px;
}

.product-sec03 .sec-list .li-sub {
	font-size: 22px;
	font-weight: 400;
	color: #333;
}

.product-sec03 .sec-list .li-des {
	font-size: 16px;
	color: #666;
}

.product-sec03 .sec-pic {
	margin-right: -3px;
	padding-bottom: 50px;
	padding-top: 30px;
}

@media (max-width: 1199px) {
	.product-sec03 .bottom {
		margin-left: 0;
	}

	.product-sec03 .sec-list {
		margin-right: 0;
	}

	.product-sec03 .sec-pic {
		margin-right: 0;
	}
}

@media (max-width: 575px) {
	.product-sec03 {
		padding-bottom: 30px;
	}

	.product-sec03 .sec-pic {
		text-align: center;
	}

	.product-sec03 .sec-pic img {
		width: 60%;
	}

	.product-sec03 .sec-list li {
		padding-bottom: 15px;
	}

	.product-sec03 .sec-list .li-right {
		padding-top: 0;
		padding-left: 15px;
		width: 90%;
		margin: 0 auto;
	}

	.product-sec03 .sec-list .li-sub {
		font-size: 16px;
		padding-bottom: 5px;
	}

	.product-sec03 .sec-list li>img {
		width: 80px;
	}

	.product-sec03 .sec-list .li-des {
		font-size: 12px;
	}
}

.pub-tab01 .layui-tab-title li .img02 {
	display: none;
}

.pub-tab01 .layui-tab-title li .img01 {
	display: block;
}

.pub-tab01 .layui-tab-title .layui-this .img01 {
	display: none;
}

.pub-tab01 .layui-tab-title .layui-this .img02 {
	display: block;
}

.pub-tab01 .tab-sub {
	font-size: 18px;
	color: #666;
}

.pub-tab01 .layui-tab-title {
	height: auto;
	border-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 19px;
	padding-right: 19px;
}

.pub-tab01 .layui-tab-title li {
	padding-bottom: 22px;
}

.pub-tab01 .layui-tab-title .layui-this .tab-sub {
	color: #4573FF;
	font-weight: bold;
}

.pub-tab01 .layui-tab-title .layui-this:after {
	width: 20px;
	height: 20px;
	border: 1px solid #ddd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border-radius: 0;
	margin-top: -9px;
	background-color: #fff;
}

.pub-tab01 .layui-tab-content {
	background: #fff;
	position: relative;
	z-index: 2;
}

.pub-tab01 .layui-tab-content {
	padding-top: 23px;
}

.pub-tab01 .item-left {
	padding-top: 58px;
	padding-bottom: 30px;
	padding-left: 58px;
}

.pub-tab01 .item-right {
	text-align: right;
}

.pub-tab01 .item-sub {
	font-size: 26px;
	color: #333;
}

.pub-tab01 .item-des {
	padding-top: 28px;
	font-size: 14px;
	color: #666;
}

@media (max-width: 575px) {
	.pub-tab01 .item-sub {
		font-size: 20px;
	}

	.pub-tab01 .item-des {
		padding-top: 12px;
	}

	.pub-tab01 .layui-tab-title {
		padding-left: 0;
		padding-right: 0;
	}

	.pub-tab01 .tab-sub {
		font-size: 12px;
		line-height: 1.3;
	}

	.pub-tab01 .item-left {
		padding-left: 0;
		padding-top: 15px;
	}

	.pub-tab01 .item-right {
		text-align: center;
	}

	.pub-tab01 .item-right img {
		width: 60%;
	}
}

.product-sec04 {
	padding-top: 100px;
	padding-bottom: 143px;
}

.product-sec04 .pub-tab01 {
	max-width: 1018px;
	margin: 0 auto;
}

@media (max-width: 575px) {
	.product-sec04 {
		padding-bottom: 50px;
		padding-top: 60px;
	}
}

/*# sourceMappingURL=index.css.map */

.nav-pills .nav-link {
	border-radius: 0rem !important;
}

.nav-link {
	padding: .8rem 1rem !important;
	color: #333;
	letter-spacing: .2rem;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
	color: #777777;
	padding-left: 3rem !important;
	font-size: .95rem;
}

.btn {
	border-radius: 0rem !important;
	border-bottom: 1px solid #777777;
	color: #111111 !important;
	text-decoration: none !important;
}

.card-header {
	background-color: rgba(255, 255, 255, 0.03) !important;
}

.card {
	border: 0px solid rgba(0, 0, 0, .125) !important;
	outline: none !important;
}

.col-md-8:hover .mt-0 {
	color: #4285f6;
}

.col-md-8:hover .sse {
	color: #4285f6 !important;
}

.breadcrumb {
	background-color: #fff !important;
	font-size: .9rem;
}

.breadcrumb a {
	color: #666666 !important;
}

.breadcrumb li {
	color: #4285F6 !important;
}

.topTitle {
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 4rem;
}

.journalismContent {
	font-size: .93rem;
	letter-spacing: 0.1rem;
	line-height: 1.5rem;
	margin: 0 20px 2rem;
	text-indent: 2rem;
}

.journalismImg {
	text-align: center;
	margin-bottom: 3rem;
}

.journalismContent1 {
	font-size: .93rem;
	letter-spacing: 0.1rem;
	line-height: 1.5rem;
	margin: 0 20px 2rem;
	text-indent: 2rem;
	font-weight: 600;
}

.journalismContent2 {
	font-size: .93rem;
	letter-spacing: 0.1rem;
	line-height: 1.5rem;
	margin: 5rem 5px 2rem;
	text-indent: 2rem;
	font-weight: 600;
	text-align: center;
}

.iPhoneservice {
	display: none;
}

.PCservice {
	display: none !important;
}

.paddingBottom {
	padding-bottom: 0px !important;
}

.titleVice {
	font-weight: 100;
	font-size: 17px;
	color: #FFF;
	line-height: 1.73913;
	padding-bottom: 20px;
}

@media (max-width: 575px) {
	.titleVice {
		font-weight: 100;
		font-size: 12px;
		color: #FFF;
		line-height: 1.73913;
		padding-bottom: 5px;
	}
}

.titlevaleboot {
	padding-bottom: 40px;
}

.titlevale {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	text-indent: 32px;
}

.titlevale span {
	color: #4285F6;
	font-size: 16px;
	font-weight: bold;
}

a {
	text-decoration: none !important;
}

.left-mini {
	/* margin-left: 0px !important; */
}

.card-header {
	border-bottom: none !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none !important;
	border-color: transparent !important;
	box-shadow: none !important;
}

.left {
	width: 25%;
}

#valulogo {
	width: 60%;
}

@media (max-width: 575px) {
	.left {
		width: 60%;
	}

	#valulogo {
		width: 80%;
	}
}

img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.layui-col-lg2dot4,
.layui-col-md2dot4,
.layui-col-sm2dot4,
.layui-col-xs2dot4 {
	position: relative;
	display: block;
	box-sizing: border-box
}

.layui-col-xs2dot4 {
	float: left
}

.layui-col-xs2dot4 {
	width: 19.9999992%
}

.layui-col-xs-offset2dot4 {
	margin-left: 19.9999992%
}

/* @media (min-width:768px) {
	.layui-col-sm2dot4 {
		float: left
	}

	.layui-col-sm2dot4 {
		width: 19.9999992%
	}

	.layui-col-sm-offset2dot4 {
		margin-left: 19.9999992%
	}
}

@media (min-width:992px) {
	.layui-col-md2dot4 {
		float: left
	}

	.layui-col-md2dot4 {
		width: 19.9999992%
	}

	.layui-col-md-offset2dot4 {
		margin-left: 19.9999992%
	}
}

@media (min-width:1200px) {

} */
.layui-col-lg2dot4 {
	float: left
}

.layui-col-lg2dot4 {
	width: 19.9999992%
}

.layui-col-lg-offset2dot4 {
	margin-left: 19.9999992%
}

.newrow {
	position: relative;
	height: 650px;
}

.newimg01 {
	position: absolute;
	left: 80px;
	top: 140px;
}

.newimg02 {
	position: absolute;
	left: 320px;
	top: 40px;
}

.newimg03 {
	position: absolute;
	left: 510px;
	top: 135px;
}

.newimg04 {
	position: absolute;
	left: 735px;
	top: 40px;
}

.newimg05 {
	position: absolute;
	right: 70px;
	top: 145px;
}

.newimg06 {
	position: absolute;
	right: 0px;
	top: 250px;
}

.newimg07 {
	position: absolute;
	right: 80px;
	top: 500px;
}

.newimg08 {
	position: absolute;
	left: 735px;
	top: 455px;
}

.newimg09 {
	position: absolute;
	left: 510px;
	top: 543px;
}

.newimg10 {
	position: absolute;
	left: 320px;
	top: 455px;
}

.newimg11 {
	position: absolute;
	left: 80px;
	top: 500px;
}

.newimg12 {
	position: absolute;
	left: 0px;
	top: 250px;
}

.newimg:hover {
	transform: translateY(-10px);
}

.sec-li:hover {
	transform: translateY(-10px);
}

.newimg02:hover+.newdis01 {
	display: block;
}

.newimg04:hover+.newdis02 {
	display: block;
}

.newimg06:hover+.newdis03 {
	display: block;
}

.newimg08:hover+.newdis04 {
	display: block;
}

.newimg10:hover+.newdis05 {
	display: block;
}

.newimg12:hover+.newdis06 {
	display: block;
}

.newtexttitle {
	text-align: center;
	font-size: 20px;
	color: #4285F6;
	font-weight: 600;
}

.newtextvalue {
	text-align: center;
	font-size: 16px;
	color: #303133;
}

.newdis01 {
	position: absolute;
	left: 260px;
	top: 310px;
	display: none;
}

.newdis02 {
	position: absolute;
	left: 260px;
	top: 310px;
	display: none;
}

.newdis03 {
	position: absolute;
	left: 260px;
	top: 310px;
	display: none;
}

.newdis04 {
	position: absolute;
	left: 260px;
	top: 310px;
	display: none;
}

.newdis05 {
	position: absolute;
	left: 220px;
	top: 310px;
	display: none;
}

.newdis06 {
	position: absolute;
	left: 260px;
	top: 310px;
	display: none;
}

.newdisallyes {
	margin-top: 10px;
}

.newdisno {
	font-size: 16px;
	margin-left: 10px;
}

.newdisyes {
	font-size: 16px;
	margin-left: 10px;
	color: #4285F6;
}

.index-secs002 {
	padding-top: 80px;
	padding-bottom: 98px;
	background-image: url(../images/img/bg1.png);
	height: 630px;
}

.pub-title001 {
	text-align: center;
	font-weight: 600;
	color: #FFF;
}

.pub-title0011 {
	text-align: center;
	font-weight: 600;
	color: #FFF;
}


.pub-title002 {
	text-align: center;
	font-weight: 600;
	color: #FFF;
	margin-top: 20px;
}

.index-secs002 .row {
	padding-top: 60px;
}

.newsquare {
	background: #ffffff2e;
	/* opacity: 0.2; */
	height: 300px;
	margin: 0 10px;
	padding-top: 80px;
}

.newsquare1 {
	display: none;
	background: #fff;
	/* opacity: 0.2; */
	height: 300px;
	margin: 0 10px;
	padding-top: 30px;
}

/* 
.pub-title001::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 28px;
} */

.pub-title0011::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #4285F6;
	margin: 0 auto;
	margin-top: 15px;
}

.newsquaretext {
	text-align: center;
	margin-top: 30px;
	font-size: 22px;
	font-weight: 400;
	color: #FFFFFF;
}

.newsquaretext1 {
	text-align: center;
	margin-top: 10px;
	font-size: 22px;
	font-weight: 400;
	color: #4285F6;
}

.newsquarevalue {
	font-size: 16px;
	font-weight: 400;
	color: #606266;
	text-align: center;
	margin: 20px 20px 0;
}

.square01:hover .newsquare {
	display: none;
}

.square01:hover .newsquare1 {
	display: block;
}

.square02:hover .newsquare {
	display: none;
}

.square02:hover .newsquare1 {
	display: block;
}

.square03:hover .newsquare {
	display: none;
}

.square03:hover .newsquare1 {
	display: block;
}

.square04:hover .newsquare {
	display: none;
}

.square04:hover .newsquare1 {
	display: block;
}

.square05:hover .newsquare {
	display: none;
}

.square05:hover .newsquare1 {
	display: block;
}

.pub-title003 {
	text-align: center;
	font-weight: 600;
}

.pub-title004 {
	text-align: center;
	/* font-weight: 600; */
	margin-top: 20px;
}

.characteristics {
	text-align: center;
	margin-top: 50px;
}

.rew {
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 60px;
}

.rewimg {
	margin: 0 2%;
}

.pub-title05 {
	/* text-align: center; */
	font-weight: 400;
	font-size: 24px;
	color: #303133;
}

.pub-title05::after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #4285F6;
	margin-top: 15px;
}

.newrewsvalue01 {
	font-size: 16px;
	font-weight: 400;
	color: #606266;
	margin: 10px 0 20px 0;
}

.newrewsvalue02 {
	font-size: 18px;
	font-weight: 400;
	color: #4285F6;
	margin: 10px 0 10px 0;
}

.newrewsvalue03 {
	font-size: 16px;
	font-weight: 400;
	color: #606266;
	margin: 5px 0;
}

#rewimg02 {
	display: none;
}

#rewimg04 {
	display: none;
}

#rewimg06 {
	display: none;
}

#rewtext02 {
	display: none;
}

#rewtext03 {
	display: none;
}

.newtitle5 {
	text-align: center;
	font-size: 16px color: #666666;
	font-weight: 400;
	margin-top: 50px;
}

.indexnew01 {
	padding-top: 30px;
	padding-bottom: 98px;
	background-image: url(../images/img/bg2.png);
	height: 260px;
}

.pub-title07 {
	text-align: center;
	font-weight: 600;
	color: #FFF;
	margin-top: 15px;
}

.pub-title08 {
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	margin-top: 20px;
	color: #FFF;
}

.pub-title008 {
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	margin-top: 30px;
	color: #FFF;
}

.anniumag {
	width: 100%;
	text-align: center;
}

.anniu {
	margin-top: 30px;
}

.prod-sec {
	text-align: center;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin: 80px 0 40px 0;
}

.layui-tab {
	margin: 10px 0;
	text-align: center !important;
}

.layui-tab-brief>.layui-tab-title .layui-this {
	color: #4285F6;
}

.layui-tab-title li {
	margin: 0 5%;
	font-size: 20px;
}

.laytabtext01 {
	font-size: 26px;
	font-weight: 400;
	color: #303133;
	text-align: left;
	margin-top: 40px;
}

.laytabtext02 {
	font-size: 16px;
	font-weight: 400;
	color: #606266;
	text-align: left;
	margin-top: 30px;
	padding-right: 20%;
}

.magingtop {
	margin-top: 40px;
}

.newrow01 {
	position: relative;
	height: 450px;
}

.fourrow {
	margin-top: 50px;
}

.indexnew02 {
	padding-top: 30px;
	padding-bottom: 98px;
	background-image: url(../images/img/bg4.png);
	height: 230px;
}

.pub-title09 {
	text-align: center;
	font-weight: 600;
	color: #FFF;
	margin-top: 40px;
}

.maginbot {
	margin-bottom: 80px;
}

.layui-badge-dot {
	width: 18px;
	height: 18px;
	padding: 0;
	border-radius: 0;
}

.jiesaotiet {
	font-size: 24px;
}

.jiesaotiet01 {
	font-size: 16px;
}

.paddleft {
	padding-left: 100px;
}

.pub-sec05 {
	background: url("../images/img/about-bg.png") no-repeat center center;
	background-size: cover;
	text-align: center;
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pub-sec05 .sec-title {
	padding-top: 30px;
	padding-bottom: 48px;
	font-size: 44px;
	color: #fff;
	line-height: 1.08696;
	font-weight: 600;
}

.pub-sec05 .sec-title01 {
	/* padding-top: 30px; */
	padding-bottom: 48px;
	font-size: 22px;
	color: #fff;
	line-height: 1.08696;
}

.pub-sec05 .sec-title span {
	padding-top: 10px;
	display: block;
	font-size: 22px;
	line-height: 2.27273;
}

@media (max-width: 575px) {
	.pub-sec05 {
		min-height: 240px;
	}

	.pub-sec05 .sec-title {
		font-size: 20px;
		line-height: 1.4;
		padding: 0px;
	}

	.pub-sec05 .sec-title span {
		font-size: 13px;
		padding-top: 0;
	}
}

.pub-sec055 {
	background: url("../images/img/bg6.png") no-repeat center center;
	background-size: cover;
	text-align: center;
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pub-sec055 .sec-title {
	padding-top: 30px;
	padding-bottom: 48px;
	font-size: 44px;
	color: #fff;
	line-height: 1.08696;
	font-weight: 600;
}

.pub-sec055 .sec-title01 {
	/* padding-top: 30px; */
	padding-bottom: 48px;
	font-size: 22px;
	color: #fff;
	line-height: 1.08696;
}

.pub-sec055 .sec-title span {
	padding-top: 10px;
	display: block;
	font-size: 22px;
	line-height: 2.27273;
}

@media (max-width: 575px) {
	.pub-sec055 {
		min-height: 240px;
	}

	.pub-sec055 .sec-title {
		font-size: 20px;
		line-height: 1.4;
		padding: 0px;
	}

	.pub-sec055 .sec-title span {
		font-size: 13px;
		padding-top: 0;
	}
}

.new-title {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #303133;
	margin-bottom: 60px;
}

.about-value01 {
	background: url("../images/img/bg7.png") no-repeat center center;
	background-size: cover;
	margin: 0 1% 0 7%;
}

.about-value02 {
	background: url("../images/img/bg8.png") no-repeat center center;
	background-size: cover;
	margin: 0 7% 0 1%;
}

.about-title01 {
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
}

.about-title01::after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #FFFFFF;
	margin-top: 5px;
}

.about-title02 {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 10px 0 20px 0;
}

.new-title01 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 60px;
}

.about-bg {
	background: url("../images/img/bg9.png") no-repeat center center;
	background-size: cover;
	padding-bottom: 80px;
}

.about-bg .row {
	justify-content: center;
}

.about-boos {
	padding-bottom: 80px;
	background: #FAFAFB;
}

.about-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 260px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(66, 133, 246, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(66, 133, 246, 0.1);
	border-radius: 8px;
	padding: 25px;
	justify-content: center;
}

.about-info:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(66, 133, 246, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(66, 133, 246, 0.2);
	transform: translateY(-10px);
}

.about-info .info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.about-info .info-pic {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	/* width: 50px; */
	text-align: center;
}

.about-info .info-title {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 1.18182;
}

.about-info .info-des {
	color: #606266;
	font-size: 15px;
}

@media (max-width: 575px) {
	.about-info {
		margin-top: 40px;
		min-height: 200px;
		text-align: center;
	}

	.about-info .info-right {
		padding-top: 0;
	}

	.about-info .info-pic {
		max-width: 100%;
		text-align: center;
	}

	.about-info .info-title {
		font-size: 18px;
	}
}

.magingtop01 {
	margin-top: 20px;
}

.about-con {
	text-align: center;
}

.about-img-text {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #606266;
	text-align: center;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
	border-bottom: 2px solid #4285F6;
}

.layui-bg-blue {
	background-color: #4285F6 !important;
}

.huisedi {
	background: #F9FAFC;
}

.magingtop02 {
	margin-top: 70px;
}

@media (max-width: 575px) {
	.info-images img {
		width: 24px;
		display: inline-block;
	}

	.pub-title003 {
		text-align: center;
		font-weight: 600;
		font-size: 22px;
		margin-bottom: 0px;
	}

	.index-secs02 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.pub-title004 {
		font-size: 16px;
	}

	.pub-title05 {
		font-size: 18px;
	}

	.newrewsvalue01 {
		font-size: 15px;
	}

	.newrewsvalue02 {
		font-size: 18px;
	}

	.newrewsvalue03 {
		font-size: 15px;
	}

	.rewimg {
		width: 29%;
	}

	.indexnew01 {
		padding-top: 30px;
		background: url(../images/img/app-bg2.png) no-repeat center center;
		background-size: cover;
		height: 160px;
	}

	.pub-title07 {
		font-size: 22px;
	}

	.pub-title08 {
		font-size: 14px;
		margin-top: 15px;
	}

	.anniumag .pub-btn01-mini {
		font-size: 14px;
		margin-top: 10px;
		margin-left: 0px;
	}

	.app-top {
		margin-top: 0px;
	}

	.pub-info01:hover {
		-webkit-box-shadow: 0px 0px 15px 0px rgba(66, 133, 246, 0.2);
		box-shadow: 0px 0px 15px 0px rgba(66, 133, 246, 0.2);
		transform: translateY(0px);
	}

	.product-sec01 {
		background: url("../images/img/app-bg3.png") no-repeat center center;
		background-size: cover;
		min-height: 175px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.app-mag-top-bg3 {
		margin-top: 110px;
	}

	.indexnew02 {
		padding-top: 5px;
		padding-bottom: 60px;
		background-image: url(../images/img/app-bg4.png);
		height: 120px;
	}

	.pub-title008 {
		text-align: center;
		font-weight: 400;
		font-size: 16px;
		margin-top: 20px;
		color: #FFF;
	}

	.pub-title09 {
		text-align: center;
		font-weight: 600;
		color: #FFF;
		margin-top: 20px;
		font-size: 18px;
	}

	.paddleft {
		padding-left: 10px;
	}

	.layui-badge-dot {
		width: 12px;
		height: 12px;
		padding: 0;
		border-radius: 0;
	}

	.jiesaotiet {
		font-size: 20px;
	}

	.jiesaotiet01 {
		font-size: 14px;
	}

	.app-pro-mag {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.app-pr-img {
		margin: 15px 60px;
	}

	.pub-sec04 {
		background: url(../images/img/app-bg7.png) no-repeat center center;
		background-size: cover;
		text-align: center;
		min-height: 170px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.pub-sec04 .sec-title01 {
		padding-bottom: 0px;
		font-size: 14px;
		color: #fff;
		line-height: 1.08696;
	}

	.app-mag-top-anniu {
		margin: 10px 0 0 0;
	}

	.new-title {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		color: #303133;
		margin-bottom: 20px;
	}

	.about-title01 {
		font-weight: 400;
		font-size: 20px;
		color: #FFFFFF;
	}

	.about-title02 {
		font-size: 14px;
		font-weight: 400;
		color: #FFFFFF;
		margin: 10px 0 20px 0;
	}

	.about-value01 {
		background: url(../images/img/bg7.png) no-repeat center center;
		background-size: cover;
		margin: 0 20px 20px;
	}

	.about-value02 {
		background: url(../images/img/bg8.png) no-repeat center center;
		background-size: cover;
		margin: 0 20px 0;
	}

	.pub-sec05 {
		background: url("../images/img/app-bg8.png") no-repeat center center;
		background-size: cover;
		text-align: center;
		min-height: 170px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.about-img-text {
		font-size: 13px;
	}

	.pub-sec055 {
		background: url("../images/img/app-bg10.png") no-repeat center center;
		background-size: cover;
		text-align: center;
		min-height: 170px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.down-sec01 {
		background: url("../images/img/app-bg11.png") no-repeat center center;
		background-size: cover;
		text-align: center;
		min-height: 170px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 20px;
		padding-bottom: 75px;
		color: #fff;
	}

	.app-ab-img {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.appmag-top {
		padding-top: 0px;
	}

	.appmag-lr {
		padding-left:10px;
		padding-right:10px;
	}

	.pub-title07 {
		margin-top: 0px;
	}
}
