* {
	margin: 0;
	padding: 0;
}

body,
html {
	height: 100%;
	position: relative;
	width: 100%;
}

img {
	display: block;
}

a {
	color: #333;
	text-decoration: none;
}

ul,
ol,
li,
dl,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-h80 {
	font-family: Montserrat;
	font-weight: 400;
	color: #3B86FF;
	font-size: 28px;
	text-align: center;
	width: 100%;
}

.hamburger {
	display: none;
}

.center {
	width: 80%;
}

.f-phone {
	display: none;
}

.i33-indexBox {
	display: none;
}

.i2-app {
	display: none;
}

.mySwiper .app {
	display: none;
}

.lec-banner .app {
	display: none;
}

.headerBox {
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9;
	transition: 0.3s;
}

.headerBox.active .message {
	background: linear-gradient(90deg, #1F5FFF 0%, #66A4FA 100%);
	border-bottom-color: rgba(255, 255, 255, 0);
}

.headerBox.active {
	box-shadow: 0 4px 4px rgb(0 0 0 / 7%);
	background-color: #FFFFFF;
}

.headerBox.active .nav .one-li a {
	color: #333333;
}

.headerBox.active .logo img {
	filter: unset;
	transform: unset;
}

.headerBox.active .right #search {
	color: #1F5FFF;
}

.headerBox.active .right .search.active form {
	border: 1px solid #1F5FFF;
	/*position:relative;*/
}

.headerBox .right .search form select {
	opacity: 0;
	transition: 0.3s;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	height: 100%;
	background: none;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px;
	border: none;
	background: #f8f8f8;
	padding-left: 8px;
}

.headerBox .right .search.active form select {
	opacity: 1;
}

.headerInnerBox .logo {
	overflow: hidden;
}

.headerInnerBox .logo img {
	height: 75px;
}

.headerInnerBox .logo .hlogo {
	display: none;
}

.headerBox.active .logo img {
	display: none;
}

.headerBox.active .logo .hlogo {
	display: block;
}

.headerInnerBox {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 auto;
	height: 100px;
}

.headerInnerBox .right {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	height: 100%;
}

.headerInnerBox .nav {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	height: 100%;
}

.headerInnerBox .nav .one-li {
	height: 100%;
	position: relative;
}

.headerInnerBox .nav .one-li .two-ul {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%) scaleY(0);
	width: 160px;
	background-color: #ffffff;
	border-radius: 0 0 3px 3px;
	box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 10%);
	transform-origin: center top;
	opacity: 0;
	transition: 0.3s;
}

.headerInnerBox .nav .one-li:hover>.two-ul {
	transform: translateX(-50%) scaleY(1);
	opacity: 1;
}

.headerInnerBox .nav .one-li .two-ul li a {
	display: block;
	width: calc(100% - 30px);
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	font-family: Source Han Sans CN;
	text-align: center;
	padding: 7px 15px;
	transition: 0.3s;
}

.headerInnerBox .nav .one-li .two-ul li:hover>a {
	color: #1F5FFF;
}

.headerInnerBox .nav .one-li a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	height: 100%;
	transition: 0.3s;
}

.headerInnerBox .nav .one-li:not(:first-of-type) {
	margin-left: 90px;
}

.headerInnerBox .nav .one-li.active a {
	color: #1F5FFF;
}

.headerInnerBox .nav .one-li:hover>a {
	color: #1F5FFF;
}

.headerInnerBox .phone {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	/* background:#E4ECFF;*/
	background: transparent;
	border-radius: 20px;
	/* padding:5px 15px 5px 5px;*/
	margin: 0 20px 0 40px;
}

.headerInnerBox .phone .icon {
	width: 30px;
	height: 30px;
	background: #1F5FFF;
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.headerInnerBox .phone .icon i {
	color: #ffffff;
	font-size: 16px;
}

.headerInnerBox .phone p {
	font-family: Montserrat;
	font-weight: 400;
	color: #3B86FF;
	font-size: 16px;
	margin-left: 8px;
}

.headerInnerBox .right .search {
	position: relative;
}

.headerInnerBox .right .search.active form {
	width: 390px;
}

.headerInnerBox .right .search form {
	position: absolute;
	right: 37px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	background-color: #FFFFFF;
	height: 35px;
	border-radius: 20px;
	transition: 0.3s;
	overflow: hidden;
}

.headerInnerBox .right .search form input {
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	font-family: Source Han Sans CN;
	width: calc(100% - 28px - 12px - 63px);
	/*padding:0 5px 0 0;*/
	margin-left: 63px;
}

.headerInnerBox .right .search form button {
	outline: none;
	border: none;
	background: transparent;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 0;
}

.headerInnerBox .right .search.active form button {
	opacity: 1;
}

.headerInnerBox .right #search {
	font-size: 22px;
	color: #ffffff;
	cursor: pointer;
}

.headerBox .message {
	width: 100%;
	height: 45px;
	background-color: rgba(255, 255, 255, 0);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	transition: 0.3s;
}

.headerBox .message i {
	position: absolute;
	color: #ffffff;
	top: 50%;
	transform: translateY(-50%);
	right: 1%;
	font-size: 22px;
	cursor: pointer;
}

.headerBox .message .my-msg-swiper {
	height: 100%;
	width: max-content;
}

.headerBox .message .s-c {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	height: 100%;
}

.headerBox .message .s-c .type,
.headerBox .message .s-c span,
.headerBox .message .s-c h6 {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
}

.headerBox .message .s-c span {
	margin: 0 15px;
}

.headerBox .message .s-c h6 {
	width: 380px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.headerBox .message .s-c a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	margin-left: 30px;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	border-radius: 22px;
	padding: 5px 15px;
}


/* seadershow */

.seadershow {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
}

.seaderbox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.seader {
	position: relative;
	width: 65%;
}

.seader form {
	width: 100%;
	height: 80px;
	border: 5px solid #8c8c8c;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
	display: flex;
	display: -webkit-flex;
}

.seader form input {
	display: block;
	width: 80%;
	height: 100%;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 16px;
	color: #666666;
}

.seader form button {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	width: 20%;
	border: none;
	outline: none;
	background-color: #1F5FFF;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
}

.seader form button img {
	display: block;
	width: auto;
	filter: brightness(11);
	margin-right: 20px;
}

.seader .close {
	display: block;
	position: absolute;
	right: -60px;
	top: -80px;
}

.seader .close img {
	display: block;
}

.mySwiper {
	width: 100%;
	/* height:100vh;*/
	/* margin-top:100px;*/
}

.mySwiper .s-c {
	width: 100%;
	/* height:100%;*/
	position: relative;
}

.mySwiper .s-c img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySwiper .swiper-pagination {
	bottom: 50px;
}

.mySwiper .swiper-pagination-bullet {
	width: 25px;
	background: rgba(255, 255, 255, 0.5);
	height: 3px;
	opacity: 1;
	transition: 0.3s;
	border-radius: 2px;
}

.mySwiper .swiper-pagination-bullet-active {
	width: 40px;
	height: 3px;
	background-color: #FFFFFF;
}

.i1-indexBox {
	width: 100%;
	background: url('../images/i1.jpg') no-repeat center / cover;
}

.i1-indexBox .i1-indexInnerBox {
	margin: 0 auto;
	padding: 50px 0;
}

.i1-indexInnerBox .more {
	font-size: 24px;
	font-weight: 400;
	color: #3B86FF;
	font-family: Source Han Sans CN;
	margin: 20px 0 50px 0;
	display: block;
}

.public-title h5 {
	font-size: 30px;
	font-weight: 400;
	color: #CBCBCD;
	font-family: Montserrat;
	line-height: 1;
	text-align: center;
}

.public-title h3 {
	font-size: 44px;
	font-weight: bold;
	color: #000920;
	font-family: Source Han Sans CN;
	line-height: 1;
	margin-top: 10px;
	text-align: center;
}

.public-title h6 {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	text-align: center;
	margin-top: 25px;
}

.i1-indexInnerBox .public-title h3,
.i1-indexInnerBox .public-title h5 {
	text-align: left;
}

.i1-indexInnerBox .container {
	width: 790px;
}

.i1-indexInnerBox h6 {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	font-family: Source Han Sans CN;
}

.i1-indexInnerBox .numContent {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width: 100%;
	margin: 70px 0;
}

.i1-indexInnerBox .numContent .num-b {
	cursor: pointer;
}

.i1-indexInnerBox .numContent .num-b:hover>.text {
	color: #3377FA;
}

.i1-indexInnerBox .numContent .numText {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.i1-indexInnerBox .numContent .line {
	width: 50px;
	height: 1px;
	background: #A3ACB5;
	margin: 20px 0;
}

.i1-indexInnerBox .numContent .numText .num {
	font-size: 48px;
	font-family: Montserrat;
	font-weight: 400;
	color: #AF9A77;
	line-height: 1;
}

.i1-indexInnerBox .numContent span {
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #AF9A77;
	line-height: 1;
}

.i1-indexInnerBox .numContent .text {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	transition: 0.3s;
}

.button--nina {
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	position: relative;
	z-index: 1;
	/* letter-spacing:4px;*/
}

.button--nina>span {
	display: inline-block;
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	color: #FFFFFF;
	letter-spacing: -2.5px;
}

.button--nina::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--nina:hover {
	background-color: #1F5FFF !important;
}

.button--nina:hover::before {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.button--nina:hover>span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.button--nina:hover>span:nth-child(1) {
	-webkit-transition-delay: 0.045s;
	transition-delay: 0.045s;
}

.button--nina:hover>span:nth-child(2) {
	-webkit-transition-delay: 0.09s;
	transition-delay: 0.09s;
}

.button--nina:hover>span:nth-child(3) {
	-webkit-transition-delay: 0.135s;
	transition-delay: 0.135s;
}

.button--nina:hover>span:nth-child(4) {
	-webkit-transition-delay: 0.18s;
	transition-delay: 0.18s;
}

.button--nina:hover>span:nth-child(5) {
	-webkit-transition-delay: 0.225s;
	transition-delay: 0.225s;
}

.button--nina:hover>span:nth-child(6) {
	-webkit-transition-delay: 0.27s;
	transition-delay: 0.27s;
}

.button--nina:hover>span:nth-child(7) {
	-webkit-transition-delay: 0.315s;
	transition-delay: 0.315s;
}

.button--nina:hover>span:nth-child(8) {
	-webkit-transition-delay: 0.36s;
	transition-delay: 0.36s;
}

.button--nina:hover>span:nth-child(9) {
	-webkit-transition-delay: 0.405s;
	transition-delay: 0.405s;
}

.button--nina:hover>span:nth-child(10) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.i1-indexInnerBox .more-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.i1-indexInnerBox .more-box a {
	width: 180px;
	height: 54px;
	border: 2px solid #1F5FFF;
	border-radius: 27px;
	font-size: 18px;
	font-weight: 400;
	color: #1F5FFF;
	font-family: Source Han Sans CN;
	line-height: 54px;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 0.3s;
}


/* .i1-indexInnerBox .more-box a::before {display:block;content:'';width:0;height:100%;position:absolute;top:0px;left:0px;z-index:-1;transition:0.3s;background-color:#1F5FFF;}
*/

.i1-indexInnerBox .more-box a:hover {
	color: #FFFFFF;
}


/* .i1-indexInnerBox .more-box a:hover::before {width:100%;}
*/

.i1-indexInnerBox .more-box a:last-of-type {
	margin-left: 20px;
}

.i2-indexBox {
	width: 100%;
	background-color: #F2F2F2;
}

.i2-indexBox .i2-indexInnerBox {
	margin: 0 auto;
	padding: 100px 0;
}

.i2-indexInnerBox .container {
	margin-top: 50px;
}

.i2-indexInnerBox .container .row {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	height: 360px;
	width: 100%;
}

.i2-indexInnerBox .container .row:not(:first-of-type) {
	margin-top: 16px;
}

.i2-indexInnerBox .container .row .public {
	height: 100%;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.i2-indexInnerBox .container .row .public img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.i2-indexInnerBox .container .row .left {
	width: calc(70% - 8px);
}

.i2-indexInnerBox .container .row .right {
	width: calc(30% - 8px);
}

.i2-indexInnerBox .container .row .public .flow-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0px;
	background: linear-gradient(to right, rgba(15, 65, 154, 1), rgba(15, 65, 154, 0.5), rgba(15, 65, 154, 0.1));
	transition: 0.3s;
}

.i2-indexInnerBox .container .row .public .title {
	position: absolute;
	top: 30px;
	left: 40px;
}

.i2-indexInnerBox .container .row .public .title h3 {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	transition: 0.3s;
}

.i2-indexInnerBox .container .row .public .title .line {
	width: 40px;
	background: #FFFFFF;
	border-radius: 1px;
	height: 2px;
	margin-top: 15px;
}

.i2-indexInnerBox .container .row .public .content {
	position: absolute;
	left: 40px;
	top: 100%;
	transition: 0.3s;
	opacity: 0;
}


/*.i2-indexInnerBox .container .row .public:hover>.flow-bg {*/


/*  top:0px;*/


/*}
*/


/*.i2-indexInnerBox .container .row .public:hover>.content {*/


/*  top:110px;*/


/*  opacity:1;*/


/*}
*/


/*.i2-indexInnerBox .container .row .public:hover>.title h3 {*/


/*  color:#AF9A77;*/


/*}
*/

.i2-indexInnerBox .container .row .public.active .flow-bg {
	top: 0px;
}

.i2-indexInnerBox .container .row .public.active .content {
	top: 110px;
	opacity: 1;
}

.i2-indexInnerBox .container .row .public.active .title h3 {
	color: #AF9A77;
}

.i2-indexInnerBox .container .row .public .content h6 {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
	font-family: Source Han Sans CN;
	width: 350px;
	word-break: break-all;
	text-align: justify;
}

.i2-indexInnerBox .container .row .left .content h6 {
	width: 520px;
}

.i2-indexInnerBox .container .row .public .content a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-top: 40px;
}

.i2-indexInnerBox .container .row .public .content a span {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	line-height: 1;
}

.i2-indexInnerBox .container .row .public .content a i {
	color: #FFFFFF;
	font-size: 18px;
	margin-left: 10px;
}

.i3-indexBox {
	width: 100%;
	position: relative;
}

.i3-indexBox .i3-indexInnerBox {
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	height: 900px;
}

.i3-indexInnerBox .left {
	width: calc((100% - 1400px) / 2 + (1400px - 520px));
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.i3-indexInnerBox .left .item {
	width: 100%;
	height: 100%;
	position: relative;
}

.i3-indexInnerBox .left .item .item-img {
	width: 100%;
	height: 100%;
}

.i3-indexInnerBox .left .item .img-box {
	width: 100%;
	height: 100%;
	display: none;
}

.i3-indexInnerBox .left .item .img-box.active {
	display: block;
}


/* .i3-indexInnerBox .left .item .img-box:not(:first-of-type) {display:none;}
*/

.i3-indexInnerBox .left .item .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(60%);
}

.i3-indexInnerBox .left .item .flow {
	position: absolute;
	height: 100%;
	right: 0px;
	top: 0px;
}

.i3-indexInnerBox .right {
	/*background:url('../images/i3-1.png') no-repeat center / cover;*/
	width: 520px;
	height: 100%;
	margin-left: auto;
	position: relative;
	z-index: 3;
}

.i3-indexInnerBox .right::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url('../images/i3-1.png') no-repeat center / cover;
	position: absolute;
	top: 0px;
	right: 0px;
	clip: rect(0, 0, 900px, 0px);
}

.i3-indexInnerBox.active .right::after {
	transition: all 5s 0s;
	-webkit-transition: all 5s 0s;
	clip: rect(0, 520px, 900px, 0px);
}

.i3-indexInnerBox .right .public-title {
	display: flex;
	display: -webkit-flex;
	position: absolute;
	top: 90px;
	right: 0px;
}

.i3-indexInnerBox .right .public-title h5 {
	writing-mode: vertical-rl;
	text-align: left;
}

.i3-indexInnerBox .right .public-title h3 {
	writing-mode: vertical-rl;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
}

.i3-indexInnerBox .right .min-rund {
	width: 10px;
	background: #AF9A77;
	border-radius: 50%;
	height: 10px;
	position: absolute;
}

.i3-indexInnerBox .right .mr2 {
	top: 295px;
	right: 7px;
}

.i3-indexInnerBox .right .mr1 {
	top: 150px;
	left: 176px;
}

.i3-indexInnerBox .right .flow-container .flow-box .content,
.i3-indexInnerBox .right .flow-container .flow-box img {
	opacity: 0;
}

.i3-indexInnerBox .right .flow-box.active .content,
.i3-indexInnerBox .right .flow-box.active img {
	opacity: 1;
}

.i3-indexInnerBox .right .flow-box.active .f-rund .rund {
	background-color: #1F5FFF;
	border-color: #1F5FFF;
}

.i3-indexInnerBox .right .flow-box.active .f-rund .rund i {
	background-color: #ffffff;
}

.i3-indexInnerBox .right .flow-box.active .f-rund p {
	color: #1F5FFF;
}

.i3-indexInnerBox .right .flow-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	position: absolute;
}

.i3-indexInnerBox .right .flow-box .f-rund {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	height: max-content;
	cursor: pointer;
	position: relative;
	z-index: 5;
}

.i3-indexInnerBox .right .flow-box .f-rund .rund {
	width: 34px;
	height: 34px;
	background: #FFFFFF;
	border: 1px solid #A1AAB3;
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	transition: 0.3s;
}

.i3-indexInnerBox .right .flow-box .f-rund .rund i {
	width: 14px;
	background: #1F5FFF;
	border-radius: 50%;
	height: 14px;
	transition: 0.3s;
}

.i3-indexInnerBox .right .flow-box .f-rund p {
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	font-family: Source Han Sans CN;
	width: max-content;
	margin-left: 10px;
	transition: 0.3s;
}

.i3-indexInnerBox .right .flow-box img {
	width: max-content;
	height: 43px;
	transform: translateY(-20px);
	margin-left: 20px;
	position: relative;
	z-index: -1;
	transition: 0.3s;
}

.i3-indexInnerBox .right .flow-box .content {
	width: 500px;
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.9);
	position: relative;
	transition: 0.3s;
}

.i3-indexInnerBox .right .flow-box .content .text {
	width: 88%;
	margin: 0 auto;
	padding: 45px 0 35px 0;
}

.i3-indexInnerBox .right .flow-box .content .text h3 {
	font-size: 24px;
	font-weight: 400;
	color: #AF9A77;
	font-family: Source Han Sans CN;
	line-height: 1;
}

.i3-indexInnerBox .right .flow-box .content .text h6 {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	font-family: Source Han Sans CN;
	margin: 18px 0 23px 0;
}

.i3-indexInnerBox .right .flow-box .content .text a {
	width: 160px;
	border: 1px solid #1F5FFF;
	border-radius: 24px;
	height: 48px;
	/* display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;*/
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #1F5FFF;
	font-family: Source Han Sans CN;
	line-height: 48px;
	text-align: center;
}


/* .i3-indexInnerBox .right .flow-box .content .text a::before {width:0;height:100%;display:block;content:'';position:absolute;top:0px;left:0px;z-index:-1;background-color:#1F5FFF;transition:0.3s;}
*/


/* .i3-indexInnerBox .right .flow-box .content .text a:hover::before {width:100%;}
*/

.i3-indexInnerBox .right .flow-box .content .text a:hover>i,
.i3-indexInnerBox .right .flow-box .content .text a:hover>span {
	color: #ffffff;
}

.i3-indexInnerBox .right .flow-box .content .text a i {
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 14px;
	transition: 0.3s;
}


/* .i3-indexInnerBox .right .flow-box .content .text a span {font-size:16px;font-weight:400;color:#1F5FFF;font-family:Source Han Sans CN;transition:0.3s;}
*/

.i3-indexInnerBox .right .flow-box .content::before {
	display: block;
	content: '';
	border-top: 18px solid transparent;
	border-right: 15px solid transparent;
	border-left: 15px solid rgba(255, 255, 255, 0.9);
	border-bottom: 20px solid rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 89px;
	right: -30px;
}

.i3-indexInnerBox .right .fb2 {
	top: 300px;
	right: 28px;
}

.i3-indexInnerBox .right .fb2 img {
	width: 450px;
}

.i3-indexInnerBox .right .fb2 .content::before {
	top: 48px;
	right: -30px;
}

.i3-indexInnerBox .right .fb1 {
	top: 180px;
	right: 228px;
}

.i3-indexInnerBox .right .fb1 img {
	width: 345px;
}

.i3-indexInnerBox .right .fb1 .content::before {
	top: 60px;
	right: -30px;
}

.i3-indexInnerBox .right .fb3 {
	bottom: 200px;
	right: 173px;
}

.i3-indexInnerBox .right .fb3 img {
	width: 345px;
}

.i3-indexInnerBox .right .fb4 {
	bottom: 97px;
	right: 3px;
}

.i3-indexInnerBox .right .fb4 img {
	width: 510px;
}

.i3-indexInnerBox .right .fb4 .content::before {
	top: 70px;
}

.i4-indexBox {
	width: 100%;
	background-color: #F2F5FA;
}

.i4-indexBox .i4-indexInnerBox {
	margin: 0 auto;
	padding: 100px 0 80px 0;
}

.i4-indexInnerBox .table {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	border-bottom: 1px solid #E1E6ED;
	margin-top: 50px;
}

.i4-indexInnerBox .table a {
	font-size: 24px;
	font-weight: 400;
	color: #666666;
	font-family: Source Han Sans CN;
	padding-bottom: 22px;
	transition: 0.3s;
	border-bottom: 2px solid transparent;
}

.i4-indexInnerBox .table a:not(:first-of-type) {
	margin-left: 75px;
}

.i4-indexInnerBox .table .active {
	color: #1F5FFF;
	border-bottom-color: #1F5FFF;
}

.i4-indexInnerBox .table a:hover {
	color: #1F5FFF;
	border-bottom-color: #1F5FFF;
}

.i4-indexInnerBox .container {
	margin-top: 40px;
}

.i4-indexInnerBox .container .box:not(:first-of-type) {
	display: none;
	padding: 20px 0;
    text-align: center;
    background-color: white;
    border-radius: 10px;
}

.i4-indexInnerBox .bq ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.i4-indexInnerBox .bq ul li {
	width: calc((100% - 80px) / 5);
	margin-right: 20px;
	margin-bottom: 20px;
	height: 240px;
	background: #FFFFFF;
	border-radius: 6px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.i4-indexInnerBox .bq ul li a {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	height: 100%;
}

.i4-indexInnerBox .bq ul li::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 0;
	height: 0;
	background: linear-gradient(0deg, #1F5FFF 0%, #3B86FF 100%);
	transition: 0.3s;
}

.i4-indexInnerBox .bq ul li:nth-of-type(5n) {
	margin-right: 0px;
}

.i4-indexInnerBox .bq ul li p {
	font-size: 20px;
	font-weight: 400;
	font-family: Source Han Sans CN;
	width: 90%;
	text-align: center;
	margin: 33px auto 10px;
	transition: 0.3s;
}

.i4-indexInnerBox .bq ul li img {
	margin-top: 40px;
	height: 50px;
	transition: 0.3s;
}

.i4-indexInnerBox .bq ul li h6 {
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	font-size: 16px;
	width: 90%;
	text-align: center;
	transition: 0.3s;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.i4-indexInnerBox .bq ul li:hover::before {
	width: 100%;
	height: 100%;
}

.i4-indexInnerBox .bq ul li:hover>a h6,
.i4-indexInnerBox .bq ul li:hover>a p {
	color: #ffffff;
}

.i4-indexInnerBox .bq ul li:hover>a img {
	filter: grayscale(100%) brightness(500%)
}

.i4-indexInnerBox .dz .dz-cet {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 12px;
}

.i4-indexInnerBox .dz .dz-cet .content {
	width: 90%;
	margin: 0 auto;
	padding: 35px 0 40px 0;
}

.i4-indexInnerBox .dz .dz-cet .content h6 {
	font-size: 18px;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	font-family: Source Han Sans CN;
	text-align: center;
	width: 85%;
	margin: 0 auto;
}

.i4-indexInnerBox .dz .dz-cet .content ul {
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.i4-indexInnerBox .dz .dz-cet .content ul li {
	width: calc((50% - 20px) / 3);
	height: 380px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	transition: 0.3s;
}

.i4-indexInnerBox .dz .dz-cet .content ul li.active {
	width: calc(50% - 10px);
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-num {
	font-size: 60px;
	font-weight: bold;
	color: #FFFFFF;
	opacity: 0.3;
	font-family: Montserrat;
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	transition: 0.3s;
}

.i4-indexInnerBox .dz .dz-cet .content ul li.active .flow-num {
	bottom: 228px;
	right: 49px;
	transform: unset;
	left: unset;
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-title {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: 0.3s;
	width: 90%;
	text-align: center;
}

.i4-indexInnerBox .dz .dz-cet .content ul li.active .flow-title {
	opacity: 0;
}

.i4-indexInnerBox .dz .dz-cet .content ul li .bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(70%);
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content {
	width: 100%;
	border-radius: 6px 6px 0 0;
	background-color: rgba(242, 245, 250, 0.9);
	position: absolute;
	left: 0px;
	bottom: -250px;
	z-index: 2;
	transition: 0.3s;
	opacity: 0;
}

.i4-indexInnerBox .dz .dz-cet .content ul li.active .flow-content {
	bottom: 0px;
	opacity: 1;
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .text {
	width: 90%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	padding: 25px 0 30px 0;
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .left {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .left h3 {
	font-size: 30px;
	font-weight: bold;
	color: #4376DE;
	font-family: Source Han Sans CN;
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .left img {
	width: 100px;
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .right {
	width: calc(100% - 120px - 80px - 10px);
	margin-left: 80px;
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .right .row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .right .row .rund {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: rgba(73, 130, 247, 0.3);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .right .row .rund i {
	font-size: 14px;
	color: #065cfd;
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .right .row p {
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	font-size: 18px;
	margin-left: 15px;
	width: calc(100% - 15px - 18px);
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .right .row span {
	color: #4376DE;
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .right .row:not(:first-of-type) {
	margin-top: 3px;
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .b-row {
	display: flex;
	display: -webkit-flex;
	margin-top: 20px;
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .b-row .item:not(:first-of-type) {
	margin-left: 25px;
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .b-row .item .b-rund {
	width: 30px;
	background: #4982F7;
	border-radius: 15px;
	height: 30px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .b-row .item img {
	max-height: 60%;
}

.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .b-row .item .wz {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	margin-top: 3px;
}

.i4-indexInnerBox .zt .dz-cet {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 12px;
}

.i4-indexInnerBox .zt .dz-cet .content {
	width: 90%;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
}

.i4-indexInnerBox .zt .dz-cet .content .c-img {
	position: relative;
	animation: pulse 5s linear;
}

.i4-indexInnerBox .zt .dz-cet .content .bg {
	margin: 0 auto;
	border-radius: 50%;
}

.i4-indexInnerBox .zt .dz-cet .content .c-img {
	width: max-content;
	margin: 0 auto;
}

.i4-indexInnerBox .zt .dz-cet .content .item {
	display: flex;
	display: -webkit-flex;
}

.i4-indexInnerBox .zt .dz-cet .content .c-img .c-icon {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px dashed #6B95FF;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	overflow: hidden;
}

.i4-indexInnerBox .zt .dz-cet .content .c-img .c-icon .img-box {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #4982F7;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}

.i4-indexInnerBox .zt .dz-cet .content .c-img .c-icon .img-box img {
	max-height: 65%;
	transition: 1s;
}

.i4-indexInnerBox .zt .dz-cet .content .c-img .c-icon:hover>.img-box img {
	transform: rotateY(180deg);
}

.i4-indexInnerBox .zt .dz-cet .content .item .left h3 {
	font-size: 24px;
	color: #3F70D1;
	font-family: Source Han Sans CN;
	font-weight: bold;
	text-align: right;
}

.i4-indexInnerBox .zt .dz-cet .content .item .left p {
	font-size: 16px;
	color: #333333;
	font-family: Source Han Sans CN;
	font-weight: 400;
	text-align: right;
	line-height: 28px;
	margin-top: 5px;
}

.i4-indexInnerBox .zt .dz-cet .content .item .left span {
	color: #3F70D1;
}

.i4-indexInnerBox .zt .dz-cet .content .ir .left h3 {
	text-align: left;
}

.i4-indexInnerBox .zt .dz-cet .content .ir .left p {
	text-align: left;
}

.i4-indexInnerBox .zt .dz-cet .content .c-img .c-i2 .img-box {
	background-color: #15BFE6;
}

.i4-indexInnerBox .zt .dz-cet .content .item2 .left h3 {
	color: #15BFE6;
}

.i4-indexInnerBox .zt .dz-cet .content .item2 .left p span {
	color: #15BFE6;
}

.i4-indexInnerBox .zt .dz-cet .content .c-img .c-i3 .img-box {
	background-color: #38A0F5;
}

.i4-indexInnerBox .zt .dz-cet .content .item3 .left h3 {
	color: #38A0F5;
}

.i4-indexInnerBox .zt .dz-cet .content .item3 .left p span {
	color: #38A0F5;
}

.i4-indexInnerBox .zt .dz-cet .content .c-img .c-i4 .img-box {
	background-color: #2CD2B6;
}

.i4-indexInnerBox .zt .dz-cet .content .item4 .left h3 {
	color: #2CD2B6;
}

.i4-indexInnerBox .zt .dz-cet .content .item4 .left p span {
	color: #2CD2B6;
}

.i4-indexInnerBox .zt .dz-cet .content .item1 {
	position: absolute;
	top: 80px;
	left: 20px;
	z-index: 3;
}

.i4-indexInnerBox .zt .dz-cet .content .c-img .c-i1 {
	position: absolute;
	top: 35px;
	left: -10px;
	/* animation:pulse1 4s linear;*/
}

.i4-indexInnerBox .zt .dz-cet .content .item2 {
	position: absolute;
	bottom: 90px;
	left: 125px;
	z-index: 3;
}

.i4-indexInnerBox .zt .dz-cet .content .c-img .c-i2 {
	position: absolute;
	bottom: 30px;
	left: -10px;
	/* animation:pulse2 4s linear;*/
}

.i4-indexInnerBox .zt .dz-cet .content .item3 {
	position: absolute;
	top: 80px;
	right: 20px;
	z-index: 3;
}

.i4-indexInnerBox .zt .dz-cet .content .c-img .c-i3 {
	position: absolute;
	top: 35px;
	right: -10px;
}

.i4-indexInnerBox .zt .dz-cet .content .item4 {
	position: absolute;
	bottom: 90px;
	right: 40px;
	z-index: 3;
}

.i4-indexInnerBox .zt .dz-cet .content .c-img .c-i4 {
	position: absolute;
	bottom: 30px;
	right: -10px;
}

@keyframes pulse {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/* @keyframes pulse2 {0% {top:35px;left:-10px;}
12.5% {top:-45px;left:155px;}
25% {top:35px;left:318px;}
37.5% {top:158px;left:350px;}
50% {top:278px;left:318px;}
62.5% {top:348px;left:155px;}
75% {top:278px;left:-10px;}
87.5% {top:158px;left:-35px;}
100% {top:35px;left:-10px;}
}
@keyframes pulse1 {0% {top:35px;left:-10px;}
12.5% {top:-45px;left:155px;}
25% {top:35px;left:318px;}
37.5% {top:158px;left:350px;}
50% {top:278px;left:318px;}
62.5% {top:348px;left:155px;}
75% {top:278px;left:-10px;}
87.5% {top:158px;left:-35px;}
100% {top:35px;left:-10px;}
}
*/

.i4-indexInnerBox .zt .dz-cet .zxd {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 28px;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	font-weight: 400;
	text-align: center;
	z-index: 3;
}

.i4-indexInnerBox .px .ul-box {
	width: 100%;
	height: calc(450px + 75px);
	/* border:1px solid red;*/
}

.i4-indexInnerBox .px ul {
	display: flex;
	display: -webkit-flex;
	overflow: hidden;
	/* height:525px;*/
	/* border:1px solid red;*/
	animation: dl 0.9s linear;
}

.i4-indexInnerBox .px ul li {
	margin-right: 13px;
	width: calc((100% - 65px));
	height: 450px;
	border-radius: 7px;
	overflow: hidden;
}

@keyframes dl {
	0% {
		transform: translateY(-150px);
		opacity: 0;
	}
	50% {
		transform: translateY(-75px);
		opacity: 0.5;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.i4-indexInnerBox .px ul li:nth-of-type(7n) {
	margin-right: 0px;
}

.i4-indexInnerBox .px ul li .bg {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.i4-indexInnerBox .px ul li .content {
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	align-items: center;
	justify-content: center;
}

.i4-indexInnerBox .px ul li .content::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	transform: translate(-50%, -50%);
	transition: 0.3s;
	z-index: -1;
	background: linear-gradient(to bottom, #468bfa, #2061FF);
}

.i4-indexInnerBox .px ul li:hover>.content::before {
	width: 100%;
	height: 100%;
}

.i4-indexInnerBox .px ul li:hover>.content h3 {
	color: #FFFFFF;
}

.i4-indexInnerBox .px ul li:hover>.content a span {
	color: #065cfd;
}

.i4-indexInnerBox .px ul li:hover>.content .img-box img:last-of-type {
	display: block;
}

.i4-indexInnerBox .px ul li:hover>.content .img-box img:first-of-type {
	display: none;
}

.i4-indexInnerBox .px ul li:nth-of-type(even) {
	margin-top: 75px;
}

.i4-indexInnerBox .px ul li .content h3 {
	font-size: 22px;
	color: #333333;
	font-family: Source Han Sans CN;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	transition: 0.3s;
}

.i4-indexInnerBox .px ul li .content a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	width: 160px;
	height: 45px;
	border-radius: 24px;
	background-color: #FFFFFF;
	margin: 25px auto 0;
	transition: 0.3s;
}

.i4-indexInnerBox .px ul li .content a span {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	transition: 0.3s;
}

.i4-indexInnerBox .px ul li .content a .img-box {
	margin-left: 10px;
}

.i4-indexInnerBox .px ul li .content .img-box img:last-of-type {
	display: none;
}

.i5-indexBox {
	width: 100%;
	background: url('../images/i5-bg.png') no-repeat center / cover;
}

.i5-indexBox .i5-indexInnerBox {
	padding: 130px 0;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
}

.i5-indexInnerBox .public-title h3 {
	color: #FFFFFF;
	text-align: left;
}

.i5-indexInnerBox .public-title h5 {
	color: #FFFFFF;
	opacity: 0.3;
	text-align: left;
}

.i5-indexInnerBox .left {
	width: 330px;
}

.i5-indexInnerBox .left .line {
	width: 30px;
	height: 2px;
	background-color: #FFFFFF;
	margin: 35px 0 15px 0;
}

.i5-indexInnerBox .left h6 {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	font-family: Source Han Sans CN;
}

.i5-indexInnerBox .left form {
	width: 100%;
	box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1), 0px -2px 4px 0px rgba(0, 0, 0, 0.12), 0px 0px 180px 0px rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	margin-top: 35px;
}

.i5-indexInnerBox .left form .content {
	width: 85%;
	margin: 0 auto;
	padding: 20px 0;
}

.i5-indexInnerBox .left form input {
	width: 100%;
	outline: none;
	border: none;
	background-color: transparent;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.i5-indexInnerBox .left form input::placeholder,
.i5-indexInnerBox .left form input::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
}

.i5-indexInnerBox .left form input:not(:first-of-type) {
	margin-top: 30px;
}

.i5-indexInnerBox .left form textarea {
	width: 100%;
	height: 65px;
	outline: none;
	background-color: transparent;
	border: none;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	resize: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 30px;
}

.i5-indexInnerBox .left form textarea::placeholder,
.i5-indexInnerBox .left form textarea::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
}

.i5-indexInnerBox .left form button {
	border: none;
	outline: none;
	width: 160px;
	background: #1F5FFF;
	border-radius: 24px;
	height: 48px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	margin-top: 20px;
}

.i5-indexInnerBox .right {
	width: calc(100% - 330px - 70px);
	height: 580px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 12px;
}

.i5-indexInnerBox .right .r-content {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: url('../images/i5-2.jpg') no-repeat center / cover;
	transform: translate(-14px, -14px);
}

.i5-indexInnerBox .right .r-content .content {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	height: 100%;
	width: 89%;
	margin: 0 auto;
}

.i5-indexInnerBox .right .r-content .content .line {
	width: 1px;
	height: 100%;
	background-color: #EDF2FA;
}

.i5-indexInnerBox .right .r-content .content .r-l {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 430px;
	overflow-y: auto;
}

.i5-indexInnerBox .right .r-content .content .r-l::-webkit-scrollbar {
	/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
	width: 5px;
	/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ */
	height: 5px;
}

.i5-indexInnerBox .right .r-content .content .r-l::-webkit-scrollbar-thumb {
	/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â*/
	border-radius: 3px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #1F5FFF;
}

.i5-indexInnerBox .right .r-content .content .r-l::-webkit-scrollbar-track {
	/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“*/
	/* box-shadow:inset 0 0 5px rgba(0,0,0,0.1);*/
	border-radius: 5px;
	background: #e9e4e4;
}

.i5-indexInnerBox .right .r-content .content .r-l .item {
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	cursor: pointer;
	margin-bottom: 90px;
}

.i5-indexInnerBox .right .r-content .content .r-l .item.active img:last-of-type {
	display: block;
}

.i5-indexInnerBox .right .r-content .content .r-l .item.active img:first-of-type {
	display: none;
}

.i5-indexInnerBox .right .r-content .content .r-l .item.active p {
	color: #1F5FFF;
}


/* .i5-indexInnerBox .right .r-content .content .r-l .item:nth-of-type(1),.i5-indexInnerBox .right .r-content .content .r-l .item:nth-of-type(2),.i5-indexInnerBox .right .r-content .content .r-l .item:nth-of-type(3) {margin-bottom:90px;}
*/

.i5-indexInnerBox .right .r-content .content .r-l .item p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	font-family: Source Han Sans CN;
	margin-top: 35px;
	transition: 0.3s;
}

.i5-indexInnerBox .right .r-content .content .r-l .item img {
	height: 45px;
}

.i5-indexInnerBox .right .r-content .content .r-l .item img:last-of-type {
	display: none;
}


/* .i5-indexInnerBox .right .r-content .content .r-l .item:hover>img:last-of-type {display:block;}
.i5-indexInnerBox .right .r-content .content .r-l .item:hover>img:first-of-type {display:none;}
.i5-indexInnerBox .right .r-content .content .r-l .item:hover>p {color:#1F5FFF;}
*/

.i5-indexInnerBox .right .r-content .content .r-l .item:nth-of-type(3n) {
	margin-right: 0px;
}

.i5-indexInnerBox .right .r-content .content .r-box {
	align-self: flex-start;
	-webkit-align-self: flex-start;
	margin-top: 80px;
}

.i5-indexInnerBox .right .r-content .content .r-r {
	width: 360px;
	display: none;
}

.i5-indexInnerBox .right .r-content .content .r-r.active {
	display: block;
}


/* .i5-indexInnerBox .right .r-content .content .r-r:not(:first-of-type) {display:none;}
*/

.i5-indexInnerBox .right .r-content .content .r-r>img {
	width: 100%;
	object-fit: cover;
	height: 200px;
	border-radius: 6px;
}

.i5-indexInnerBox .right .r-content .content .r-r h3 {
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	font-family: Source Han Sans CN;
	margin: 33px 0 20px 0;
}

.i5-indexInnerBox .right .r-content .content .r-r h6 {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	font-family: Source Han Sans CN;
	overflow-y: auto;
}

.i5-indexInnerBox .right .r-content .content .r-r h6::-webkit-scrollbar {
	/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
	width: 5px;
	/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ */
	height: 5px;
}

.i5-indexInnerBox .right .r-content .content .r-r h6::-webkit-scrollbar-thumb {
	/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â*/
	border-radius: 3px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #1F5FFF;
}

.i5-indexInnerBox .right .r-content .content .r-r h6::-webkit-scrollbar-track {
	/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“*/
	/* box-shadow:inset 0 0 5px rgba(0,0,0,0.1);*/
	border-radius: 5px;
	background: #e9e4e4;
}

.i5-indexInnerBox .right .r-content .content .r-r a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-top: 35px;
}

.i5-indexInnerBox .right .r-content .content .r-r a:hover>img {
	transform: translateX(15px);
}

.i5-indexInnerBox .right .r-content .content .r-r a span {
	font-size: 16px;
	font-weight: 400;
	color: #1F5FFF;
	font-family: Source Han Sans CN;
}

.i5-indexInnerBox .right .r-content .content .r-r a i {
	color: #1F5FFF;
	font-size: 18px;
	margin-left: 15px;
	transition: 0.3s;
}

.i5-indexInnerBox .right .r-content .content .r-r a img {
	margin-left: 15px;
	transition: 0.3s;
}

.i6-indexBox {
	width: 100%;
}

.i6-indexBox .i6-indexInnerBox {
	margin: 0 auto;
	padding: 110px 0 100px 0;
}

.i6-indexInnerBox .my-td-swiper {
	margin-top: 50px;
}

.i6-indexInnerBox .container {
	position: relative;
}

.i6-indexInnerBox .container .prev {
	position: absolute;
	top: 50%;
	left: -68px;
	transform: translateY(-50%);
}

.i6-indexInnerBox .container .next {
	position: absolute;
	top: 50%;
	right: -68px;
	transform: translateY(-50%);
}

.i6-indexInnerBox .container .public {
	width: 48px;
	height: 48px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #999999;
	border-radius: 24px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	cursor: pointer;
	/* transition:0.3s;*/
}

.i6-indexInnerBox .container .public:hover {
	border-color: #1F5FFF;
}

.i6-indexInnerBox .container .public:hover>img:last-of-type {
	display: block;
}

.i6-indexInnerBox .container .public:hover>img:first-of-type {
	display: none;
}

.i6-indexInnerBox .container .public:hover>i {
	color: #1F5FFF;
}

.i6-indexInnerBox .container .public i {
	color: #999999;
	font-size: 18px;
	transition: 0.3s;
}

.i6-indexInnerBox .container .public img:last-of-type {
	display: none;
}

.i6-indexInnerBox .my-td-swiper .s-c {
	height: 470px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.i6-indexInnerBox .my-td-swiper .s-c img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.i6-indexInnerBox .my-td-swiper .title{
	text-align: center;
	padding: 10px 0;
}

.i6-indexInnerBox .my-td-swiper .title h3 {
	font-size: 26px;
	font-weight: bold;
	color: #2b88e7;
	font-family: Source Han Sans CN;
}

.i6-indexInnerBox .my-td-swiper .title span {
	font-size: 22px;
	font-weight: 400;
	color: #C2AA82;
	font-family: Source Han Sans CN;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content {
	position: absolute;
	bottom: -100%;
	left: 0px;
	height: 220px;
	border-radius: 12px;
	background: linear-gradient(0deg, #1F5FFF 0%, #3B86FF 100%);
	transition: 0.3s;
	opacity: 0;
}

.i6-indexInnerBox .my-td-swiper .s-c:hover>.flow-content {
	bottom: 0px;
	opacity: 1;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content {
	width: 85%;
	margin: 0 auto;
	padding-top: 30px;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content h6 {
	height: 106px;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content h6 span {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	font-family: Source Han Sans CN;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	margin-top: 28px;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content a span {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content a i {
	color: #FFFFFF;
	font-size: 18px;
	margin-left: 10px;
}

.i6-indexInnerBox .contact {
	border-radius: 12px;
	background: url('../images/i6-5.png') no-repeat center / cover;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 50px;
	padding: 60px 0;
}

.i6-indexInnerBox .contact .left {
	width: 350px;
	margin-left: 80px;
}

.i6-indexInnerBox .contact .left h3 {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	line-height: 1;
}

.i6-indexInnerBox .contact .left h3 span {
	color: #AF9A77;
}

.i6-indexInnerBox .contact .left h5 {
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	font-family: Montserrat;
	margin-top: 20px;
}

.i6-indexInnerBox .contact .right {
	margin: 0 auto;
}

.i6-indexInnerBox .contact .right h3 {
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}

.i6-indexInnerBox .contact .right .btnBox {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-top: 25px;
}

.i6-indexInnerBox .contact .right .btnBox a {
	width: 180px;
	background: rgba(255, 255, 255, 0);
	border: 2px solid #FFFFFF;
	border-radius: 27px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 18px;
	transition: 0.3s;
}

.i6-indexInnerBox .contact .right .btnBox a:last-of-type {
	color: #1F5FFF;
	background-color: #FFFFFF;
	margin-left: 20px;
}

.i6-indexInnerBox .contact .right .btnBox a:hover {
	transform: translateY(-8px);
}

.i7-indexBox {
	width: 100%;
	position: relative;
}

.i7-indexBox img {
	width: 100%;
}

.i7-indexBox .i7-indexInnerBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	width: calc(1400px - 130px);
	padding-left: 130px;
}

.i7-indexInnerBox .public-title h3,
.i7-indexInnerBox .public-title h5 {
	text-align: left;
}

.i7-indexInnerBox h6 {
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	font-size: 16px;
	margin-top: 25px;
}

.i7-indexInnerBox .numContenthz {
	margin-top: 75px;
}

.i7-indexInnerBox .numContenthz .numText {
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.i7-indexInnerBox .numContenthz .numText .nums {
	font-size: 100px;
	font-weight: 400;
	color: #000000;
	background: linear-gradient(225deg, #3B86FF 0%, #1F5FFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Montserrat;
	line-height: 1;
}

.i7-indexInnerBox .numContenthz .numText span {
	font-size: 60px;
	font-weight: 400;
	color: #3B86FF;
	font-family: Montserrat;
}

.i7-indexInnerBox .js {
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	font-family: Source Han Sans CN;
	margin: 25px 0 45px 0;
}

.i7-indexInnerBox a {
	width: 180px;
	background: rgba(255, 255, 255, 0);
	border: 2px solid #1F5FFF;
	border-radius: 27px;
	height: 54px;
	font-size: 18px;
	font-weight: 400;
	color: #1F5FFF;
	font-family: Source Han Sans CN;
	text-align: center;
	line-height: 54px;
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 0.3s;
}


/* .i7-indexInnerBox a::before {display:block;content:'';position:absolute;top:0px;left:0px;z-index:-1;width:0;height:100%;background-color:#1F5FFF;transition:0.3s;}
*/


/* .i7-indexInnerBox a:hover:before {width:100%;}
*/

.i7-indexInnerBox a:hover {
	color: #FFFFFF;
}

.i8-indexBox {
	width: 100%;
}

.i8-indexBox a:hover{
		color: #1F5FFF;
	}

.i8-indexBox .i8-indexInnerBox {
	margin: 0 auto;
	padding: 100px 0;
}

.i8-indexInnerBox .container {
	margin-top: 50px;
	width: 100%;
}

.i8-indexInnerBox .container .item {
	/*width: calc((100% - 365px - 70px) / 2);*/
	height: 100%;
	box-shadow: 0px 0px 25px 0px rgba(31, 95, 255, 0.2);
	border-radius: 16px;
	overflow: hidden;
	background-color: #FFFFFF;
}

.i8-indexInnerBox .container .item .top {
	width: 100%;
	height: 155px;
	background: url('../images/i8-1.png') no-repeat center / cover;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}

.i8-indexInnerBox .container .item .top h6 {
	width: 82%;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.5;
	font-family: Montserrat;
	line-height: 1;
}

.i8-indexInnerBox .container .item .top h3 {
	font-size: 36px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	width: 82%;
	line-height: 1;
	margin-top: 15px;
}

.i8-indexInnerBox .container .item .content {
	width: 90%;
	margin: 0 auto;
}

.i8-indexInnerBox .container .item .content .row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-top: 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid #EDEDED;
}

.i8-indexInnerBox .container .item .content .row:hover>.right h6 {
	color: #1F5FFF;
}

.i8-indexInnerBox .container .item .content .row .left {
	width: 218px;
	height: 120px;
	border-radius: 4px;
	overflow: hidden;
}

.i8-indexInnerBox .container .item .content .row .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.i8-indexInnerBox .container .item .content .row .right {
	margin-left: 20px;
	width: calc(100% - 160px - 20px);
}

.i8-indexInnerBox .container .item .content .row .right p {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	font-family: Montserrat;
	margin: 15px 0;
}


.i8-indexInnerBox .container .item .content .row .right h6 {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	font-family: Source Han Sans CN;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: 0.3s;
}

.i8-indexInnerBox .container .item .content .more {
	width: 180px;
	background-color: #F0F2F7;
	border-radius: 27px;
	height: 54px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	font-family: Source Han Sans CN;
	text-align: center;
	line-height: 54px;
	display: block;
	margin: 20px auto 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 0.3s;
}


/* .i8-indexInnerBox .container .item .content .more::before {display:block;content:'';position:absolute;top:0px;left:0px;z-index:-1;transition:0.3s;background-color:#1F5FFF;width:0;height:100%;}
*/

.i8-indexInnerBox .container .item .content .more:hover {
	color: #FFFFF;
}


/* .i8-indexInnerBox .container .item .content .more:hover::before {width:100%;}
*/

.i8-indexInnerBox .container .n-list {
	width: 365px;
	height: 100%;
}

.i8-indexInnerBox .container .n-list .row {
	width: 100%;
	height: calc((100% - 60px) / 3);
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	display: block;
}

.i8-indexInnerBox .container .n-list .row:not(:first-of-type) {
	margin-top: 30px;
}

.i8-indexInnerBox .container .n-list .row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}

.i8-indexInnerBox .container .n-list .row:hover>img {
	filter: brightness(70%);
}


/* .i8-indexInnerBox .container .n-list .row:hover>p {color:#1F5FFF;}
*/

.i8-indexInnerBox .container .n-list .row p {
	width: 85%;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
	transition: 0.3s;
}

.i9-indexBox {
	background: url('../images/i9-3.png') no-repeat center / cover;
	width: 100%;
}

.i9-indexBox .i9-indexInnerBox {
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.i9-indexInnerBox .left {
	position: relative;
	width: max-content;
}

.i9-indexInnerBox .left h3 {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
}

.i9-indexInnerBox .left .i1 {
	position: absolute;
	top: -20px;
	left: -60px;
}

.i9-indexInnerBox .left .i2 {
	position: absolute;
	bottom: -35px;
	right: -60px;
}

.i9-indexInnerBox .btnBox {
	display: flex;
	display: -webkit-flex;
	margin-left: 178px;
}

.i9-indexInnerBox .btnBox a {
	width: 180px;
	background: rgba(255, 255, 255, 0);
	border: 2px solid #FFFFFF;
	border-radius: 27px;
	height: 54px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 54px;
	text-align: center;
	transition: 0.3s;
}

.i9-indexInnerBox .btnBox a:last-of-type {
	color: #1F5FFF;
	background-color: #FFFFFF;
	margin-left: 20px;
}

.i9-indexInnerBox .btnBox a:hover {
	transform: translateY(-10px);
}

.img-dailog {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.img-dailog i {
	font-size: 38px;
	color: #FFFFFF;
	cursor: pointer;
	position: absolute;
	top: 5%;
	right: 5%;
}

.img-dailog img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 90%;
}

.i10-indexBox {
	width: 100%;
	background-color: #FFFFFF;
}

.i10-indexBox .i10-indexInnerBox {
	margin: 0 auto;
	padding: 80px 0;
}

.i10-indexBox .container {
	width: 100%;
	height: 620px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.i10-indexBox .container .left {
	width: 240px;
	height: 100%;
	border-radius: 6px;
	background: url('../images/i10-1.png') no-repeat center / cover;
}

.i10-indexBox .container .left .public-title {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	width: 100%;
	height: 100%;
}

.i10-indexBox .container .left .public-title h3 {
	writing-mode: vertical-rl;
	text-align: left;
	margin-top: 0px;
	color: #FFFFFF;
}

.i10-indexBox .container .left .public-title h5 {
	writing-mode: vertical-rl;
	text-align: left;
	margin-right: 30px;
	color: #7A92CD;
}

.i10-indexBox .container ul {
	width: calc(100% - 240px - 20px);
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.i10-indexBox .container ul li {
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc((100% - 20px) / 2);
	height: calc((100% - 20px) / 2);
	border-radius: 6px;
	background-color: #F7F7F7;
	position: relative;
}

.i10-indexBox .container ul li:nth-of-type(2n) {
	margin-right: 0px;
}

.i10-indexBox .container ul li:nth-of-type(3) {
	margin-right: 0px;
	width: 100%;
	background: url('../images/i10-5.png') no-repeat center / cover;
}

.i10-indexBox .container ul li .text {
	position: absolute;
	left: 50px;
	top: 60px;
}

.i10-indexBox .container ul li .text h3 {
	font-size: 38px;
	color: #2F6AFE;
	font-family: Montserrat;
	font-weight: bold;
}

.i10-indexBox .container ul li .text h5 {
	font-size: 24px;
	color: #333333;
	font-family: Source Han Sans CN;
	font-weight: 400;
	margin: 45px 0 10px 0;
}

.i10-indexBox .container ul li .text h6 {
	font-size: 18px;
	color: #727070;
	font-family: Source Han Sans CN;
	font-weight: 400;
}

.i10-indexBox .container ul li img {
	position: absolute;
	right: 40px;
	top: 40px;
	animation: wh 4s linear infinite;
}

@keyframes wh {
	0% {
		transform: rotateY(0deg);
	}
	50% {
		transform: rotateY(180deg);
	}
	100% {
		transform: rotateY(360deg);
	}
}

.i10-indexBox .container ul li .nums {
	font-size: 110px;
	color: #E8ECF8;
	font-family: Montserrat;
	font-weight: bold;
	position: absolute;
	top: 10px;
	left: 8px;
}

.lec-Box {
	background-color: #F7F9FC;
}

.lec-Box .lec-InnerBox {
	margin: 0 auto;
	padding: 25px 0 80px 0;
}

.lec-Box h3{
	text-align: center;
    margin: 50px 0;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    font-family: Source Han Sans CN;
}

.type-box {
	/* margin:25px 0;*/
	background-color: #FFFFFF;
	border-radius: 6px;
}

.type-box .row-box:not(:first-of-type) {
	border-top: 1px solid #EDF0F5;
}

.type-box .row-box {
	padding: 23px 0 5px 0;
}

.type-box .r-c {
	width: 97%;
	display: flex;
	display: -webkit-flex;
	margin: 0 auto;
}

.type-box .r-c .left {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	font-family: Source Han Sans CN;
	line-height: 1;
	padding-top: 2px;
}

.type-box .r-c .right {
	margin-left: 35px;
	width: calc(100% - 35px - 65px);
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.type-box .r-c .right a {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	margin-right: 29px;
	margin-bottom: 14px;
	transition: 0.3s;
}

.type-box .r-c .right a.active {
	color: #1F5FFF;
}

.type-box .r-c .right a:hover {
	color: #1F5FFF;
}

.lec-InnerBox .lec-list {
	margin-top: 25px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.lec-InnerBox .lec-list li {
	margin-right: 24px;
	margin-bottom: 24px;
	width: calc((100% - 72px) / 4);
	background-color: #FFFFFF;
	border-radius: 6px;
	transition: 0.3s;
}

.lec-InnerBox .lec-list li:nth-of-type(4n) {
	margin-right: 0px;
}

.lec-InnerBox .lec-list li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 18px 0;
}

.lec-InnerBox .lec-list li a .l-c {
	width: 89%;
	margin: 0 auto;
}

.lec-InnerBox .lec-list li a .l-c .bg {
	width: 100%;
	height: 394px;
	object-fit: cover;
	border-radius: 4px;
}

.lec-InnerBox .lec-list li a .l-c .l-text {
	margin-top: 12px;
}

.lec-InnerBox .lec-list li a .l-c .l-text .name {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.lec-InnerBox .lec-list li a .l-c .l-text .name h4 {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	font-family: Source Han Sans CN;
	transition: 0.3s;
}

.lec-InnerBox .lec-list li a .l-c .l-text .name .print {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.lec-InnerBox .lec-list li a .l-c .l-text .name .print i {
	color: #999999;
	font-size: 16px;
}

.lec-InnerBox .lec-list li a .l-c .l-text .name .print p {
	margin-left: 2px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
}

.lec-InnerBox .lec-list li a .l-c .l-text h6 {
	height: 72px;
	margin: 7px 0;
}

.lec-InnerBox .lec-list li a .l-c .l-text h6 span {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	font-family: Source Han Sans CN;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.lec-InnerBox .lec-list li a .l-c .l-text .gw {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.lec-InnerBox .lec-list li a .l-c .l-text .gw h4 {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	width: calc(100% - 70px);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.lec-InnerBox .lec-list li a .l-c .l-text .gw .print {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.lec-InnerBox .lec-list li a .l-c .l-text .gw .print p {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	font-family: Montserrat;
	margin-left: 8px;
}

.lec-InnerBox .lec-list li:hover {
	box-shadow: 0px 0px 25px 0px rgba(31, 95, 255, 0.2);
}

.lec-InnerBox .lec-list li:hover>a .l-c .l-text .name h4 {
	color: #1F5FFF;
}

.cou-Box {
	padding-top: 146px;
	background-color: #F7F9FC;
}

.cou-Box .cou-InnerBox {
	margin: 0 auto;
	padding: 25px 0 80px 0;
}

.public-container {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 20px;
}

.public-container .left-box {
	width: 980px;
}

.public-container .left {
	background: #FFFFFF;
	border-radius: 6px;
	padding: 25px 0;
}

.public-container .left .kc-list {
	width: 94%;
	margin: 0 auto;
}

.public-container .left .kc-list li:not(:first-of-type) {
	border-top: 1px solid #F4F6FB;
	padding-top: 23px;
}

.public-container .left .kc-list li:not(:last-of-type) {
	padding-bottom: 25px;
}

.public-container .left .kc-list li a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
}

.public-container .left .kc-list li a .i-b {
	width: 230px;
	height: 130px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.public-container .left .kc-list li a .i-b .wz {
	width: calc(100% - 20px);
	padding: 0 10px;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	background: url('../images/wzbg.jpg') no-repeat center / cover;
}

.public-container .left .kc-list li a .i-b .wz p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	font-weight: bold;
}

.public-container .left .kc-list li a img {
	width: 100%;
	/*border-radius:4px;*/
	height: 100%;
	object-fit: cover;
}

.public-container .left .kc-list li a .content {
	width: calc(100% - 29px - 230px);
	margin-left: 29px;
}

.public-container .left .kc-list li a .content h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: 0.3s;
}

.public-container .left .kc-list li:hover>a .content h3 {
	color: #1F5FFF;
}

.public-container .left .kc-list li a .content h6 {
	height: 48px;
	margin: 12px 0;
}

.public-container .left .kc-list li a .content h6 span {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	font-family: Source Han Sans CN;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.public-container .left .kc-list li a .content .bottom {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.public-container .left .kc-list li a .content .type {
	display: flex;
	display: -webkit-flex;
}

.public-container .left .kc-list li a .content .type p {
	font-size: 12px;
	font-weight: 400;
	color: #F0B454;
	font-family: Source Han Sans CN;
	border: 1px solid #F0B454;
	border-radius: 4px;
	padding: 2px 7px;
}

.public-container .left .kc-list li a .content .type p:not(:first-of-type) {
	margin-left: 5px;
}

.public-container .left .kc-list li a .content .dx {
	font-size: 14px;
	font-weight: 400;
	color: #AAAAAA;
	font-family: Source Han Sans CN;
	margin-left: 10px;
	width: 300px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.public-container .left .kc-list li a .content .user {
	font-size: 14px;
	font-weight: 400;
	color: #AAAAAA;
	font-family: Source Han Sans CN;
	margin-left: auto;
}

.public-container .page {
	margin-top: 40px;
}

.public-container .right-box {
	width: 395px;
	height: max-content;
	background: #FFFFFF;
	border-radius: 6px;
}

.public-container .right {
	width: 87%;
	margin: 0 auto;
	padding: 30px 0;
}

.public-container .right h3 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
	padding-left: 20px;
	border-left: 5px solid #1F5FFF;
	line-height: 1;
}

.public-container .right ul li {
	margin-top: 25px;
}

.public-container .right ul li a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.public-container .right ul li a img {
	width: 110px;
	border-radius: 4px;
	height: 135px;
	object-fit: cover;
}

.public-container .right ul li a .r-r {
	width: calc(100% - 20px - 110px);
	margin-left: 20px;
}

.public-container .right ul li a .r-r h5 {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	font-family: Source Han Sans CN;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: 0.3s;
}

.public-container .right ul li:hover>a .r-r h5 {
	color: #1F5FFF;
}

.public-container .right ul li a .r-r h6 {
	height: 48px;
	margin: 13px 0;
}

.public-container .right ul li a .r-r h6 span {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	font-family: Source Han Sans CN;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.public-container .right ul li a .r-r .print {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.public-container .right ul li a .r-r .print i {
	font-size: 16px;
	color: #999999;
}

.public-container .right ul li a .r-r .print p {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	margin-left: 3px;
}

.coud-Box {
	background-color: #ffffff;
}

.coud-Box .coud-InnerBox {
	margin: 0 auto;
	padding: 0 0 80px 0;
}

.coud-Box h3{
	text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    font-family: Source Han Sans CN;
}

.coud-Box .coud-InnerBox img {
	display: block;
}

.public-nav {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.public-nav a,
.public-nav span {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
}

.public-nav span {
	margin: 0 7px;
}

.public-nav .ful {
	font-weight: bold;
}

.coud-InnerBox .top-container {
	margin-top: 25px;
	background-color: #FFFFFF;
	border-radius: 12px;
}

.coud-InnerBox .top-container .content {
	width: 95%;
	margin: 0 auto;
	padding: 35px 0;
	display: flex;
	display: -webkit-flex;
}

.coud-InnerBox .top-container .content .left {
	width: 550px;
	border-radius: 6px;
	height: 310px;
	overflow: hidden;
}

.coud-InnerBox .top-container .content .left img {
	width: 100%;
	height: 100%;
}

.coud-InnerBox .top-container .content .left .wz {
	width: calc(100% - 40px);
	padding: 0 20px;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	background: url('../images/wzbg.jpg') no-repeat center / cover;
	border-radius: 4px;
}

.coud-InnerBox .top-container .content .left .wz p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 18px;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	font-weight: bold;
}

.coud-InnerBox .top-container .content .right {
	width: calc(100% - 550px - 50px);
	margin-left: 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.coud-InnerBox .top-container .content .right .r-l {
	padding-top: 10px;
	width: calc(100% - 140px - 10px);
}

.coud-InnerBox .top-container .content .right .r-l .bt {
	position: relative;
}

.coud-InnerBox .top-container .content .right .r-l h3 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-height: 1;
	cursor: pointer;
}

.coud-InnerBox .top-container .content .right .r-l .flow {
	position: absolute;
	top: 50px;
	left: 0px;
	background-color: rgba(31, 95, 255, 1);
	border-radius: 3px;
	padding: 10px 15px;
	max-width: calc(100% - 30px);
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	text-align: center;
	display: none;
}

.coud-InnerBox .top-container .content .right .r-l .bt:hover>.flow {
	display: block;
}

.coud-InnerBox .top-container .content .right .r-l .flow::before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	background-color: rgba(31, 95, 255, 1);
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	top: -5px;
}

.coud-InnerBox .top-container .content .right .r-l .text {
	margin: 20px 0 30px 0;
}

.coud-InnerBox .top-container .content .right .r-l .text p {
	font-size: 18px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
}

.coud-InnerBox .top-container .content .right .r-l .text p:not(:first-of-type) {
	margin-top: 5px;
}

.coud-InnerBox .top-container .content .right .r-l .text p:first-of-type {
	color: #FF9401;
}

.coud-InnerBox .top-container .content .right .r-l .btn {
	display: flex;
	display: -webkit-flex;
}

.coud-InnerBox .top-container .content .right .r-l .btn .bp {
	width: 150px;
	height: 45px;
	border: 2px solid #1F5FFF;
	border-radius: 23px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #1F5FFF;
	line-height: 45px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 0.3s;
	text-align: center;
	cursor: pointer;
}

.coud-InnerBox .top-container .content .right .r-l .btn .bp:hover {
	color: #FFFFFF;
}

.coud-InnerBox .top-container .content .right .r-l .btn .zx {
	margin-left: 10px;
}

.coud-InnerBox .top-container .content .right .r-r {
	padding-top: 30px;
}

.coud-InnerBox .top-container .content .right .r-r .rr-t {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.coud-InnerBox .top-container .content .right .r-r .rr-t p {
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	font-size: 16px;
	margin-left: 15px;
}

.coud-InnerBox .top-container .content .right .r-r .img-box {
	background-color: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 8px;
	margin-top: 15px;
}

.coud-InnerBox .top-container .content .right .r-r .img-box img {
	width: 120px;
	height: 120px;
}

.coud-InnerBox .top-container .content .right .r-r .img-box p {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	text-align: center;
	margin-top: 5px;
}

.coud-InnerBox .container {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 20px;
}

.coud-InnerBox .container .left {
	width: 980px;
	background-color: #FFFFFF;
	border-radius: 6px;
	height: max-content;
}

.coud-InnerBox .container .left .top-nav {
	width: 100%;
	border-bottom: 1px solid #EDF0F5;
}

.coud-InnerBox .container .left .top-nav ul {
	width: 93%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	height: 70px;
}

.coud-InnerBox .container .left .top-nav ul li {
	height: 100%;
}

.coud-InnerBox .container .left .top-nav ul li:not(:first-of-type) {
	margin-left: 55px;
}

.coud-InnerBox .container .left .top-nav ul li a {
	font-size: 20px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	display: block;
	height: 100%;
	line-height: 70px;
	border-bottom: 3px solid transparent;
	transform: translateY(-1px);
	transition: 0.3s;
}

.coud-InnerBox .container .left .top-nav ul li.active a {
	color: #1F5FFF;
	border-bottom-color: #1F5FFF;
}

.coud-InnerBox .container .left .top-nav ul li:hover>a {
	color: #1F5FFF;
	border-bottom-color: #1F5FFF;
}

.coud-InnerBox .container .left .coud-title {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 23px;
}

.coud-InnerBox .container .left .coud-title h3 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
	line-height: 1;
	margin-left: 19px;
}

.coud-InnerBox .container .c-content {
	width: 93%;
	margin: 0 auto;
	padding-bottom: 25px;
	margin-top: 30px;
}

.coud-InnerBox .container .left .row1 {
	margin-top: 50px;
}

.coud-InnerBox .container .left .row1 h6 {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	font-family: Source Han Sans CN;
}

.coud-InnerBox .container .left .row2 {
	margin-top: 50px;
}

.coud-InnerBox .container .left .row2 .wz {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.coud-InnerBox .container .left .row2 .wz p {
	margin-left: 5px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	font-size: 16px;
	line-height: 30px;
}

.coud-InnerBox .container .left .row3 {
	margin-top: 50px;
}

.coud-InnerBox .container .left .row3 .item h3 {
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	font-size: 18px;
}

.coud-InnerBox .container .left .row3 .item:not(:first-of-type) {
	margin-top: 30px;
}

.coud-InnerBox .container .left .row3 .item p {
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	font-size: 16px;
	line-height: 30px;
}

.coud-InnerBox .container .right {
	width: 400px;
}

.coud-InnerBox .container .right .r-cbox {
	width: 100%;
	background-color: #FFFFFF;
	height: max-content;
	border-radius: 6px;
}

.coud-InnerBox .container .right .r-cbox:not(:first-of-type) {
	margin-top: 20px;
}

.coud-InnerBox .container .right .content {
	width: 85%;
	margin: 0 auto;
	padding: 40px 0 20px 0;
}

.coud-InnerBox .container .right .content .rc-title {
	padding-left: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
	line-height: 1;
	border-left: 5px solid #1F5FFF;
	margin-bottom: 30px;
}

.coud-InnerBox .container .right .content .r-zy img {
	width: 140px;
	border-radius: 4px;
	height: 140px;
	object-fit: cover;
	margin: 0 auto;
}

.coud-InnerBox .container .right .content .r-zy h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
	line-height: 1;
	text-align: center;
	margin: 20px 0 13px 0;
}

.coud-InnerBox .container .right .content .r-zy h6 {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	text-align: center;
}

.coud-InnerBox .container .right .content .r-zy .item-box {
	display: flex;
	display: -webkit-flex;
	margin: 13px 0 18px 0;
}

.coud-InnerBox .container .right .content .r-zy .item-box .item {
	width: calc((100% - 2px) / 3);
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
}

.coud-InnerBox .container .right .content .r-zy .item-box .item:not(:first-of-type) {
	border-left: 1px solid #EDF0F5;
}

.coud-InnerBox .container .right .content .r-zy .item-box .item .name {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
}

.coud-InnerBox .container .right .content .r-zy .item-box .item .sz {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #F0B454;
}

.coud-InnerBox .container .right .content .rc-a {
	display: block;
	width: 150px;
	height: 45px;
	border: 1px solid #1F5FFF;
	border-radius: 23px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #1F5FFF;
	line-height: 45px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 0.3s;
	text-align: center;
	margin: 0 auto;
}

.coud-InnerBox .container .right .content .line {
	width: 100%;
	height: 1px;
	background-color: #EDF0F5;
	margin: 25px auto;
}

.coud-InnerBox .container .right .content .my-zy-swiper {
	padding-bottom: 35px;
}

.coud-InnerBox .container .right .content .my-zy-swiper .swiper-pagination {
	bottom: 0px;
}

.coud-InnerBox .container .right .content .my-zy-swiper .swiper-pagination-bullet {
	width: 24px;
	background: #DDDDDD;
	height: 4px;
	opacity: 1;
	/* transition:0.3s;*/
	border-radius: 2px;
}

.coud-InnerBox .container .right .content .my-zy-swiper .swiper-pagination-bullet-active {
	width: 48px;
	background-color: #1F5FFF;
	border-radius: 2px;
}

.coud-InnerBox .container .right .c-list li .cl-c {
	display: block;
}

.coud-InnerBox .container .right .c-list li .cl-c .name {
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	font-size: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: 0.3s;
}

.coud-InnerBox .container .right .c-list li:hover>.cl-c .name {
	color: #1F5FFF;
}

.coud-InnerBox .container .right .c-list li .cl-c .js {
	font-size: 14px;
	font-weight: 400;
	color: #AAAAAA;
	font-family: Source Han Sans CN;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 10px;
}

.coud-InnerBox .container .right .c-list li:not(:first-of-type) {
	border-top: 1px solid #EDF0F5;
}

.coud-InnerBox .container .right .c-list li:not(:last-of-type) {
	padding-bottom: 17px;
}

.coud-InnerBox .container .right .c-list li:not(:first-of-type) {
	padding-top: 17px;
}

.new-Box {
	padding-top: 25px;
	background-color: #F7F9FC;
}

.new-Box .new-InnerBox {
	margin: 0 auto;
	padding: 25px 0 80px 0;
	/*display: flex;
	display: -webkit-flex;*/
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.new-Box h3{
	text-align:  center;
    margin: 50px 0;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    font-family: Source Han Sans CN;
}

.new-InnerBox .left-Box {
	/*width: 980px;*/
}

.new-InnerBox .left {
	width: 100%;
	background: #FFFFFF;
	border-radius: 6px;
}

.new-InnerBox .left .content {
	width: 93%;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

.new-InnerBox .left .content .ntype-box {
	display: flex;
	display: -webkit-flex;
}

.new-InnerBox .left .content .ntype-box a {
	width: 100px;
	background: transparent;
	border-radius: 18px;
	height: 36px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	font-family: Source Han Sans CN;
	text-align: center;
	line-height: 36px;
	transition: 0.3s;
}

.new-InnerBox .left .content .ntype-box a:not(:first-of-type) {
	margin-left: 15px;
}

.new-InnerBox .left .content .ntype-box a.active {
	background-color: #1F5FFF;
	color: #FFFFFF;
}

.new-InnerBox .left .content .ntype-box a:hover {
	background-color: #1F5FFF;
	color: #FFFFFF;
}

.new-InnerBox .page {
	margin-top: 40px;
}

.new-InnerBox .left .content .n-list {
	margin-top: 25px;
}

.new-InnerBox .left .content .n-list li {
	border-top: 1px solid #EDF0F5;
	padding: 25px 0;
}

.new-InnerBox .left .content .n-list li a {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

.new-InnerBox .left .content .n-list li a .left-t {
	width: calc(100% - 300px - 105px);
	margin-right: 105px;
}

.new-InnerBox .left .content .n-list li a .left-t h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: 0.3s;
}

.new-InnerBox .left .content .n-list li:hover>a .left-t h3 {
	color: #1F5FFF;
}

.new-InnerBox .left .content .n-list li a .left-t h6 {
	height: 48px;
	margin: 20px 0 40px 0;
}

.new-InnerBox .left .content .n-list li a .left-t h6 span {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	font-family: Source Han Sans CN;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.new-InnerBox .left .content .n-list li a .left-t .bottom {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.new-InnerBox .left .content .n-list li a .left-t .bottom .time {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.new-InnerBox .left .content .n-list li a .left-t .bottom .time i {
	color: #AF9A77;
	font-size: 16px;
}

.new-InnerBox .left .content .n-list li a .left-t .bottom .time p {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	font-family: Montserrat;
	margin-left: 8px;
}

.new-InnerBox .left .content .n-list li a .left-t .bottom .n-more {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-left: 35px;
}

.new-InnerBox .left .content .n-list li a .left-t .bottom .n-more img:last-of-type {
	display: none;
}

.new-InnerBox .left .content .n-list li a .left-t .bottom .n-more p {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	transition: 0.3s;
}

.new-InnerBox .left .content .n-list li a .left-t .bottom .n-more img {
	margin-left: 13px;
}

.new-InnerBox .left .content .n-list li:hover>a .left-t .bottom .n-more p {
	color: #1F5FFF;
}

.new-InnerBox .left .content .n-list li:hover>a .left-t .bottom .n-more img:last-of-type {
	display: block;
}

.new-InnerBox .left .content .n-list li:hover>a .left-t .bottom .n-more img:first-of-type {
	display: none;
}

.new-InnerBox .left .content .n-list li a .right-t {
	width: 300px;
	height: 165px;
	border-radius: 4px;
	overflow: hidden;
}

.new-InnerBox .left .content .n-list li a .right-t img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-right-Box {
	width: 400px;
	background: #FFFFFF;
	border-radius: 6px;
	height: max-content;
}

.news-right-Box .content {
	width: 80%;
	margin: 0 auto;
	padding: 35px 0 10px 0;
}

.news-right-Box .content h3 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	padding-left: 20px;
	border-left: 5px solid #1F5FFF;
	font-family: Source Han Sans CN;
}

.news-right-Box .content ul {
	margin-top: 30px;
}

.news-right-Box .content ul li:nth-of-type(1) a .sz {
	color: #1F5FFF;
}

.news-right-Box .content ul li:nth-of-type(2) a .sz {
	color: #1F5FFF;
	opacity: 0.75;
}

.news-right-Box .content ul li:nth-of-type(3) a .sz {
	color: #1F5FFF;
	opacity: 0.5;
}

.news-right-Box .content ul li a {
	display: flex;
	display: -webkit-flex;
}

.news-right-Box .content ul li a .sz {
	font-size: 30px;
	font-weight: 400;
	color: #CCCCCC;
	font-family: Montserrat;
}

.news-right-Box .content ul li a .text {
	width: calc(100% - 40px - 15px);
	margin-left: 15px;
}

.news-right-Box .content ul li a .text h5 {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	font-family: Source Han Sans CN;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-right-Box .content ul li a .text p {
	font-size: 14px;
	font-weight: 300;
	color: #999999;
	font-family: Montserrat;
	margin-top: 12px;
}

.news-right-Box .content ul li {
	border-top: 1px solid #EDF0F5;
	padding: 20px 0;
}

.nd-Box {
	padding-top: 146px;
	background-color: #F7F9FC;
}

.nd-Box .t-n {
	width: 100%;
	margin-top: 19px;
}

.nd-Box .nd-InnerBox {
	margin: 0 auto;
	padding: 25px 0 80px 0;
}

.nd-InnerBox .container {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 19px;
}

.nd-InnerBox .container .left-Box {
	width: 980px;
}

.nd-InnerBox .container .left-Box .left {
	width: 100%;
	border-radius: 6px;
	background: #FFFFFF;
}

.nd-InnerBox .container .left-Box .left .content {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 50px 0;
}

.nd-InnerBox .container .left-Box .left .content .title {
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	font-size: 24px;
}

.nd-InnerBox .container .left-Box .left .content .time-user {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin: 25px 0;
}

.nd-InnerBox .container .left-Box .left .content .time-user .t-p {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.nd-InnerBox .container .left-Box .left .content .time-user .t-p i {
	color: #AF9A77;
	font-size: 16px;
}

.nd-InnerBox .container .left-Box .left .content .time-user .t-p p {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	margin-left: 8px;
	line-height: 1;
}

.nd-InnerBox .container .left-Box .left .content .time-user .t-p:not(:first-of-type) {
	margin-left: 30px;
}

.nd-InnerBox .container .left-Box .left .content .c-text {
	font-family: Source Han Sans CN !important;
	font-weight: 400 !important;
	color: #666666 !important;
	line-height: 30px !important;
	font-size: 16px !important;
	border-top: 1px solid #EDF0F5;
}

.nd-InnerBox .container .left-Box .left .content .c-text p {
	margin-top: 30px;
}

.nd-InnerBox .container .left-Box .left .content .c-text img {
	max-width: 100%;
	margin: 30px auto;
}

.nd-InnerBox .container .left-Box .pe-box {
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
}

.nd-InnerBox .container .left-Box .pe-box .p-l {
	max-width: 80%;
}

.nd-InnerBox .container .left-Box .pe-box .p-l a {
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	font-size: 16px;
	display: block;
	transition: 0.3s;
}

.nd-InnerBox .container .left-Box .pe-box .p-l a:last-of-type {
	margin-top: 5px;
}

.nd-InnerBox .container .left-Box .pe-box .p-l a:hover {
	color: #1F5FFF;
}

.nd-InnerBox .container .left-Box .pe-box .p-r {
	width: 120px;
	background: #1F5FFF;
	border-radius: 20px;
	height: 40px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.apt-Box {
	background-color: #F7F9FC;
}

.apt-Box .apt-InnerBox {
	margin: 0 auto;
	padding: 25px 0 80px 0;
}

.apt-InnerBox h3 {
	text-align: center;
	margin-top: 50px;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	font-family: Source Han Sans CN;
}

.apt-InnerBox .ap-list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top: 60px;
}

.apt-InnerBox .ap-list li {
	width: calc((100% - 200px) / 3);
	margin-right: 100px;
	margin-bottom: 60px;
	background-color: #FFFFFF;
	height: 400px;
	transition: 0.3s;
}

.apt-InnerBox .ap-list li:hover {
	box-shadow: 0px 0px 25px 0px rgba(31, 95, 255, 0.2);
}

.apt-InnerBox .ap-list li:nth-of-type(3n) {
	margin-right: 0px;
}

.apt-InnerBox .ap-list li a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	width: 100%;
	height: 100%;
}

.apt-InnerBox .ap-list li a img {
	max-width: 95%;
	max-height: 95%;
}

.apt-InnerBox .page {
	margin-top: 0px;
}

.gjapt-Box {
	padding-top: 146px;
	background-color: #F7F9FC;
}

.gjapt-Box .gjapt-InnerBox {
	margin: 0 auto;
	padding: 25px 0 80px 0;
}

.gjapt-InnerBox h3 {
	text-align: center;
	margin-top: 50px;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	font-family: Source Han Sans CN;
}

.gj-typeBox {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 40px 0 70px 0;
}

.gj-typeBox a {
	background: transparent;
	border-radius: 18px;
	padding: 8px 30px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	font-family: Montserrat;
	transition: 0.3s;
}

.gj-typeBox a:hover {
	color: #FFFFFF;
	background: #1F5FFF;
}

.gj-typeBox a.active {
	color: #FFFFFF;
	background: #1F5FFF;
}

.gjapt-InnerBox .gjap-list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.gjapt-InnerBox .gjap-list li {
	width: calc((100% - 260px) / 3);
	margin-right: 130px;
	margin-bottom: 60px;
	height: 510px;
	border-radius: 12px 12px 0px 0px;
	overflow: hidden;
	transition: 0.3s;
}

.gjapt-InnerBox .gjap-list li:hover {
	box-shadow: 0px 0px 25px 0px rgba(31, 95, 255, 0.2);
}

.gjapt-InnerBox .gjap-list li:nth-of-type(3n) {
	margin-right: 0px;
}

.gjapt-InnerBox .gjap-list li a {
	width: 100%;
	height: 100%;
}

.gjapt-InnerBox .gjap-list li a .img-box {
	width: 100%;
	height: 420px;
	position: relative;
}

.gjapt-InnerBox .gjap-list li a .img-box .bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gjapt-InnerBox .gjap-list li a .img-box .text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 55px;
	width: 80%;
}

.gjapt-InnerBox .gjap-list li a .img-box .text h4 {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Montserrat;
}

.gjapt-InnerBox .gjap-list li a .img-box .text h6 {
	font-size: 30px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
	font-family: Source Han Sans CN;
	margin-top: 40px;
}

.gjapt-InnerBox .gjap-list li a .img-box .flow-img {
	position: absolute;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	bottom: -60px;
}

.gjapt-InnerBox .gjap-list li a .img-box .flow-img img {
	width: 130px;
	height: 178px;
}

.gjapt-InnerBox .gjap-list li a .bottom {
	width: 100%;
	height: 90px;
	background-color: #FFFFFF;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}

.gjapt-InnerBox .gjap-list li a .bottom p {
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	font-size: 18px;
	text-align: right;
	width: 80%;
}

.gjapt-InnerBox .page {
	margin-top: 0px;
}

.lec-banner {
	width: 100%;
	height: 645px;
	position: relative;
}

.lec-banner .bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lec-banner .content {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	/* justify-content:space-between;-webkit-justify-content:space-between;*/
}

.lec-banner .left {
	width: 680px;
	height: max-content;
	padding-bottom: 80px;
}

.lec-banner .left .grade {
	position: relative;
	width: 145px;
	height: 36px;
	border-radius: 18px;
	border: 2px solid transparent;
	background-color: transparent;
}

.lec-banner .left .grade .text {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-style: italic;
	color: #FFFFFF;
	font-size: 16px;
	width: calc(100% - 13px);
	height: 100%;
	text-align: right;
	line-height: 36px;
	padding-right: 13px;
}

.lec-banner .left .grade .text span {
	font-size: 18px;
	font-weight: bold;
}

.lec-banner .left .grade .rund {
	width: 40px;
	background: transparent;
	border: 2px solid transparent;
	border-radius: 50%;
	height: 40px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	position: absolute;
	left: -4px;
	top: 50%;
	transform: translateY(-50%);
}

.lec-banner .left .grade .rund img {
	max-width: 65%;
	display: none;
}

.lec-banner .left .grade.dj1 {
	border-color: #F53D46;
	background-color: #D70B15;
}

.lec-banner .left .grade.dj1 .rund {
	border-color: #F53D46;
	background-color: #D70B15;
}

.lec-banner .left .grade.dj1 .rund img:first-of-type {
	display: block;
}

.lec-banner .left .grade.dj2 {
	border-color: #F0B400;
	background-color: #FACE48;
}

.lec-banner .left .grade.dj2 .rund {
	border-color: #F0B400;
	background-color: #FACE48;
}

.lec-banner .left .grade.dj2 .rund img:last-of-type {
	display: block;
}

.lec-banner .left .grade.dj3 {
	border-color: #B8B8B8;
	background-color: #949494;
}

.lec-banner .left .grade.dj3 .rund {
	border-color: #B8B8B8;
	background-color: #949494;
}

.lec-banner .left .grade.dj3 .rund img:last-of-type {
	display: block;
}

.lec-banner .left .grade.dj4 {
	border-color: #EB9571;
	background-color: #C7724E;
}

.lec-banner .left .grade.dj4 .rund {
	border-color: #EB9571;
	background-color: #C7724E;
}

.lec-banner .left .grade.dj4 .rund img:last-of-type {
	display: block;
}

.lec-banner .left .name {
	font-size: 20px;
	font-weight: 400;
	color: #111111;
	font-family: Source Han Sans CN;
	margin-top: 15px;
}

.lec-banner .left .name span {
	font-size: 36px;
	font-weight: bold;
}

.lec-banner .left .js {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	font-family: Source Han Sans CN;
	margin: 40px 0;
}

.lec-banner .left .item-conBox {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.lec-banner .left .item-conBox .lx {
	width: 120px;
	border: 1px solid #1F5FFF;
	border-radius: 24px;
	height: 38px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #1F5FFF;
	font-family: Source Han Sans CN;
	line-height: 38px;
	text-align: center;
	margin-left: 40px;
}

.lec-banner .left .item-box {
	display: flex;
	display: -webkit-flex;
}

.lec-banner .left .item-box .item {
	width: 100px;
	height: 80px;
	border: 1px solid #999999;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.lec-banner .left .item-box .item:not(:first-of-type) {
	margin-left: 40px;
}

.lec-banner .left .item-box .item .dd {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	font-family: Source Han Sans CN;
	text-align: center;
	line-height: 1;
}

.lec-banner .left .item-box .item .sz {
	font-size: 20px;
	font-weight: 400;
	color: #1F5FFF;
	font-family: Source Han Sans CN;
	text-align: center;
	margin-top: 10px;
	line-height: 1;
}

.lec-banner .right {
	height: 460px;
	margin-left: 190px;
}

.lec-banner .con3-flow {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 95px;
	height: 55px;
}

.lec-hp-Box {
	width: 100%;
	background-color: #F7F9FC;
}

.lec-hp-Box .lec-hp-InnerBox {
	margin: 0 auto;
	padding: 30px 0 80px 0;
}

.lec-nav {
	display: flex;
	display: -webkit-flex;
}

.lec-nav a {
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	font-family: Source Han Sans CN;
	transition: 0.3s;
}

.lec-nav a.active {
	color: #1F5FFF;
}

.lec-nav a:hover {
	color: #1F5FFF;
}

.lec-nav a:not(:first-of-type) {
	margin-left: 35px;
}

.lec-hp-InnerBox .container {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 35px;
}

.lec-left-Box {
	width: 980px;
}

.lec-left-Box .top-xx {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 6px;
}

.lec-left-Box .top-xx .content {
	width: 93%;
	margin: 0 auto;
	padding: 35px 0;
}

.lec-title {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
	line-height: 1;
	padding-left: 19px;
	border-left: 5px solid #1F5FFF;
}

.lec-left-Box .top-xx .content .row-box {
	margin-top: 30px;
}

.lec-left-Box .top-xx .content .row-box .row {
	display: flex;
	display: -webkit-flex;
}

.lec-left-Box .top-xx .content .row-box .row:not(:first-of-type) {
	margin-top: 10px;
}

.lec-left-Box .top-xx .content .row-box .row img {
	width: 16px;
	height: 16px;
	padding-top: 7px;
}

.lec-left-Box .top-xx .content .row-box .row p {
	width: calc(100% - 16px - 7px);
	margin-left: 7px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	font-family: Source Han Sans CN;
}

.lec-left-Box .top-xx .content .row-box span {
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #999999 !important;
	line-height: 30px !important;
	font-family: Source Han Sans CN !important;
}

.lec-left-Box .kc {
	background-color: #FFFFFF;
	border-radius: 6px;
	margin-top: 20px;
}

.lec-left-Box .kc .content .row-box {
	margin-top: 30px;
}

.lec-left-Box .kc .content .row-box .row {
	display: flex;
	display: -webkit-flex;
}

.lec-left-Box .kc .content .row-box .row:not(:first-of-type) {
	margin-top: 10px;
}

.lec-left-Box .kc .content .row-box .row span {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	font-family: Source Han Sans CN;
}

.lec-left-Box .kc .content .row-box .row p {
	width: calc(100% - 16px - 7px);
	margin-left: 7px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	font-family: Source Han Sans CN;
}

.lec-left-Box .kc .content {
	width: 93%;
	padding: 35px 0;
	margin: 0 auto;
}

.lec-title-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
}

.lec-title-box a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.lec-title-box a p {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	transition: 0.3s;
}

.lec-title-box a i {
	color: #999999;
	font-size: 18px;
	margin-left: 5px;
	transition: 0.3s;
}

.lec-title-box a:hover>i,
.lec-title-box a:hover>p {
	color: #1F5FFF;
}

.lec-left-Box .kc ul {
	margin-top: 30px;
}

.lec-left-Box .kc li:not(:first-of-type) {
	border-top: 1px solid #EDF0F5;
	padding-top: 25px;
}

.lec-left-Box .kc li:not(:last-of-type) {
	padding-bottom: 25px;
}

.lec-left-Box .kc li a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.lec-left-Box .kc li a img {
	width: 230px;
	height: 130px;
	border-radius: 4px;
	object-fit: cover;
}

.lec-left-Box .kc li a .r-text {
	width: calc(100% - 20px - 230px);
	margin-left: 20px;
}

.lec-left-Box .kc li a .r-text h3 {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	font-family: Source Han Sans CN;
	line-height: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: 0.3s;
}

.lec-left-Box .kc li:hover>a .r-text h3 {
	color: #1F5FFF;
}

.lec-left-Box .kc li a .r-text h6 {
	height: 48px;
	margin: 15px 0 10px 0;
}

.lec-left-Box .kc li a .r-text h6 span {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	font-family: Source Han Sans CN;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lec-left-Box .kc li a .r-text .bottom {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.lec-left-Box .kc li a .r-text .bottom .type {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.lec-left-Box .kc li a .r-text .bottom .type p {
	font-size: 12px;
	font-weight: 400;
	color: #F0B454;
	font-family: Source Han Sans CN;
	border-radius: 4px;
	border: 1px solid #F0B454;
	padding: 3px 8px;
}

.lec-left-Box .kc li a .r-text .bottom .type p:not(:first-of-type) {
	margin-left: 5px;
}

.lec-left-Box .kc li a .r-text .bottom .dx {
	font-size: 14px;
	font-weight: 400;
	color: #AAAAAA;
	font-family: Source Han Sans CN;
	margin-left: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	width: 400px;
}

.lec-left-Box .xskc {
	margin-top: 20px;
	background-color: #FFFFFF;
	border-radius: 6px;
}

.lec-left-Box .xskc .content {
	width: 93%;
	margin: 0 auto;
	padding: 35px 0 35px 0;
}

.lec-left-Box .xskc .content .item-box {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top: 30px;
	height: 592px;
	overflow-y: auto;
}

.lec-left-Box .xskc .content .item-box::-webkit-scrollbar {
	/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
	width: 5px;
	/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ */
	height: 5px;
}

.lec-left-Box .xskc .content .item-box::-webkit-scrollbar-thumb {
	/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â*/
	border-radius: 3px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #1F5FFF;
}

.lec-left-Box .xskc .content .item-box::-webkit-scrollbar-track {
	/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“*/
	/* box-shadow:inset 0 0 5px rgba(0,0,0,0.1);*/
	border-radius: 5px;
	background: #e9e4e4;
}

.lec-left-Box .xskc .content .item-box a {
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	margin-bottom: 30px;
}

.lec-left-Box .xskc .content .item-box a:nth-of-type(3n) {
	margin-right: 0px;
}

.lec-left-Box .xskc .content .item-box a img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 4px 4px 0 0;
}

.lec-left-Box .xskc .content .item-box a .bottom {
	width: calc(100% - 2px);
	height: 130px;
	border-left: 1px solid #EDF0F5;
	border-bottom: 1px solid #EDF0F5;
	border-right: 1px solid #EDF0F5;
	border-radius: 0 0 4px 4px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	transition: 0.3s;
}

.lec-left-Box .xskc .content .item-box a .bottom h3 {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	font-family: Source Han Sans CN;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 90%;
	transition: 0.3s;
}

.lec-left-Box .xskc .content .item-box a:hover>.bottom h3 {
	color: #1F5FFF;
}

.lec-left-Box .xskc .content .item-box a:hover>.bottom {
	border-color: #1F5FFF;
}

.lec-left-Box .xskc .content .item-box a .bottom .zs-box {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	width: 90%;
	margin-top: 15px;
}

.lec-left-Box .xskc .content .item-box a .bottom .zs-box p {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
}

.lec-left-Box .xskc .content .item-box a .bottom .zs-box .zs {
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	font-size: 14px;
}

.lec-right-Box {
	width: 400px;
}

.lec-right-Box .case {
	width: 100%;
	border-radius: 6px;
	background-color: #FFFFFF;
}

.lec-right-Box .case .content {
	width: 83%;
	margin: 0 auto;
	padding: 35px 0;
}

.lec-right-Box .case .content ul {
	margin-top: 30px;
}

.lec-right-Box .case .content ul li a {
	font-size: 18px;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	font-family: Source Han Sans CN;
	transition: 0.3s;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lec-right-Box .case .content ul li:hover>a {
	color: #1F5FFF;
}

.lec-right-Box .case .content ul li {
	border-bottom: 1px dashed #DBDBDB;
	padding-bottom: 20px;
}

.lec-right-Box .case .content ul li:not(:first-of-type) {
	padding-top: 20px;
}

.lec-right-Box .case-b {
	margin-top: 20px;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}

.lec-right-Box .case-b img {
	width: 100%;
}

.lec-pe-Box {
	background-color: #F7F9FC;
	width: 100%;
}

.lec-pe-Box .lec-pe-InnerBox {
	margin: 0 auto;
	padding: 30px 0 80px 0;
}

.lec-pe-InnerBox .container {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 35px;
}

.lec-left-Box .jbxx {
	border-radius: 6px;
	background-color: #FFFFFF;
}

.lec-left-Box .jbxx .content {
	width: 93%;
	margin: 0 auto;
	padding: 35px 0;
}

.lec-left-Box .jbxx .content .grxx-box {
	display: flex;
	display: -webkit-flex;
	margin-top: 35px;
}

.lec-left-Box .jbxx .content .grxx-box div {
	font-size: 20px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
}

.lec-left-Box .jbxx .content .grxx-box div:not(:first-of-type) {
	margin-left: 69px;
}

.lec-left-Box .jbxx .content .grxx-box div span {
	color: #666666;
}

.lec-left-Box .jbxx .content .xx-line {
	width: 100%;
	height: 1px;
	background-color: #DBDBDB;
	margin: 35px 0 30px 0;
}

.lec-left-Box .jbxx .content .ryjx-box {
	display: flex;
	display: -webkit-flex;
}

.lec-left-Box .jbxx .content .ryjx-box .ryjx {
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	font-size: 20px;
	width: 100px;
}

.lec-left-Box .jbxx .content .ryjx-box .swiper-box {
	width: calc(100% - 100px);
	position: relative;
}

.lec-left-Box .jbxx .content .ryjx-box .swiper-box .public i {
	color: #DDDDDD;
	font-size: 26px;
	transition: 0.3s;
	cursor: pointer;
}

.lec-left-Box .jbxx .content .ryjx-box .swiper-box .public {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.lec-left-Box .jbxx .content .ryjx-box .swiper-box .public:hover>i {
	color: #F7B243;
}

.lec-left-Box .jbxx .content .ryjx-box .swiper-box .prev {
	left: 0px;
}

.lec-left-Box .jbxx .content .ryjx-box .swiper-box .next {
	right: 0px;
}

.lec-left-Box .jbxx .content .ryjx-box .my-ryjx-swiper {
	width: 90%;
	margin: 0 auto;
}

.lec-left-Box .jbxx .content .ryjx-box .my-ryjx-swiper .s-c {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
}


/* .lec-left-Box .jbxx .content .ryjx-box .my-ryjx-swiper .s-c img {}
*/

.lec-left-Box .jbxx .content .ryjx-box .my-ryjx-swiper .s-c p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-top: 13px;
	font-family: Source Han Sans CN;
}

.lec-left-Box .szjy {
	border-radius: 6px;
	background-color: #FFFFFF;
	margin-top: 20px;
}

.lec-left-Box .szjy .content {
	width: 93%;
	padding: 35px 0;
	margin: 0 auto;
}

.lec-left-Box .szjy .content .szjy-text {
	margin-top: 30px;
}

.lec-left-Box .szjy .content .szjy-text .row {
	display: flex;
	display: -webkit-flex;
}

.lec-left-Box .szjy .content .szjy-text .row:not(:first-of-type) {
	margin-top: 10px;
}

.lec-left-Box .szjy .content .szjy-text .row img {
	padding-top: 7px;
	width: 16px;
	height: 16px;
}

.lec-left-Box .szjy .content .szjy-text .row p {
	width: calc(100% - 16px - 7px);
	margin-left: 7px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	font-family: Source Han Sans CN;
}

.lec-case-Box {
	width: 100%;
	background-color: #F7F9FC;
}

.lec-case-Box .lec-case-InnerBox {
	padding: 35px 0 80px 0;
	margin: 0 auto;
}

.lec-case-InnerBox .container {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 35px;
}

.lec-left-Box .case-jbxx {
	border-radius: 6px;
	background-color: #FFFFFF;
}

.lec-left-Box .case-jbxx .content {
	margin: 0 auto;
	padding: 35px 0;
	width: 93%;
}

.lec-left-Box .case-jbxx .content .ca-ul {
	margin-top: 30px;
}

.lec-left-Box .case-jbxx .content .ca-ul li {
	border-top: 1px solid #EDF0F5;
}

.lec-left-Box .case-jbxx .content .ca-ul li:last-of-type {
	border-bottom: 1px solid #EDF0F5;
}

.lec-left-Box .case-jbxx .content .ca-ul li a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 30px 0;
}

.lec-left-Box .case-jbxx .content .ca-ul li a .ca-sz {
	font-size: 36px;
	font-weight: 400;
	color: #CCCCCC;
	font-family: Montserrat;
	line-height: 1;
}

.lec-left-Box .case-jbxx .content .ca-ul li:nth-of-type(1) a .ca-sz {
	color: #1F5FFF;
}

.lec-left-Box .case-jbxx .content .ca-ul li:nth-of-type(2) a .ca-sz {
	color: #1F5FFF;
	opacity: 0.75;
}

.lec-left-Box .case-jbxx .content .ca-ul li:nth-of-type(3) a .ca-sz {
	color: #1F5FFF;
	opacity: 0.5;
}

.lec-left-Box .case-jbxx .content .ca-ul li a .ca-txt {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	font-family: Source Han Sans CN;
	width: calc(100% - 42px - 82px - 30px - 20px);
	margin-left: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: 0.3s;
}

.lec-left-Box .case-jbxx .content .ca-ul li:hover>a .ca-txt {
	color: #1F5FFF;
}

.lec-left-Box .case-jbxx .content .ca-ul li a .ca-time {
	font-size: 14px;
	font-weight: 300;
	color: #999999;
	font-family: Montserrat;
	margin-left: auto;
}

.lec-case-Box .page {
	margin-top: 40px;
}

.lec-hb-Box {
	width: 100%;
	background-color: #F7F9FC;
}

.lec-hb-Box .lec-hb-InnerBox {
	padding: 35px 0 80px 0;
	margin: 0 auto;
}

.lec-hb-InnerBox .container {
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 35px;
	display: -webkit-flex;
}

.lec-left-Box .fwkh {
	border-radius: 6px;
	background-color: #FFFFFF;
}

.lec-left-Box .fwkh .content {
	width: 93%;
	margin: 0 auto;
	padding: 35px 0;
}

.lec-left-Box .fwkh .content .kh-ul {
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.lec-left-Box .fwkh .content .kh-ul li {
	width: calc((100% - 66px - 8px) / 4);
	margin-right: 22px;
	margin-bottom: 22px;
	border: 1px solid #EDF0F5;
	height: 117px;
	transition: 0.3s;
}

.lec-left-Box .fwkh .content .kh-ul li:hover {
	box-shadow: 0px 0px 25px 0px rgba(31, 95, 255, 0.2);
}

.lec-left-Box .fwkh .content .kh-ul li:nth-of-type(4n) {
	margin-right: 0px;
}

.lec-left-Box .fwkh .content .kh-ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}

.lec-left-Box .fwkh .content .kh-ul li a img {
	max-height: 80%;
	max-width: 80%;
}

.lec-hb-Box .page {
	margin-top: 40px;
}

.off-Box {
	width: 100%;
	background-color: #F7F9FC;
	padding-top: 146px;
}

.off-Box .off-InnerBox {
	margin: 0 auto;
	padding: 25px 0 80px 0;
}

.off-InnerBox h3 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
	text-align: center;
	margin-top: 50px;
}

.tb-box {
	max-height: 430px;
	overflow-y: auto;
}

.tb-box .bjActive {
	background: #1F5FFF;
	cursor: pointer;
	color: #FFFFFF;
}

.tb-box::-webkit-scrollbar {
	/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
	width: 5px;
	/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ */
	height: 5px;
}

.tb-box::-webkit-scrollbar-thumb {
	/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â*/
	border-radius: 3px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #1F5FFF;
}

.tb-box::-webkit-scrollbar-track {
	/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“*/
	/* box-shadow:inset 0 0 5px rgba(0,0,0,0.1);*/
	border-radius: 5px;
	background: #e9e4e4;
}

.off-InnerBox table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 8px;
}

.off-InnerBox table thead {
	background-color: #1F5FFF;
	border-radius: 6px;
	height: 50px;
	position: sticky;
	top: 0px;
}

.off-InnerBox table thead th {
	text-align: center;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 16px;
}

.off-InnerBox table thead th:not(:last-of-type) {
	border-right: 1px solid #EBEDF0;
}

.off-InnerBox table thead th:first-of-type {
	border-radius: 6px 0 0 6px;
}

.off-InnerBox table thead th:last-of-type {
	border-radius: 0 6px 6px 0;
}

.off-InnerBox table tbody tr {
	background-color: #FFFFFF;
}

.off-InnerBox table tbody tr td {
	padding: 15px;
	text-align: center;
}

.off-InnerBox table tbody tr td {
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 400;
	color: #666666;
}

.off-InnerBox table tbody tr td p {
	line-height: 30px;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	font-family: Source Han Sans CN;
	word-break: break-all;
	text-align: justify;
}

.off-InnerBox table tbody tr td a {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #1F5FFF;
}

.off-InnerBox table tbody tr td:not(:last-of-type) {
	border-right: 1px solid #EBEDF0;
}

.off-InnerBox .gj-typeBox {
	margin: 40px 0;
}

.off-InnerBox .gj-typeBox a {
	font-family: Source Han Sans CN;
}

.con1-Box {
	width: 100%;
	background-color: #FFFFFF;
}

.con1-Box .con1-InnerBox {
	padding: 90px 0;
	margin: 0 auto;
}

.con1-InnerBox .title {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
	text-align: center;
}

.con1-InnerBox .title span {
	color: #1F5FFF;
	font-size: 44px;
}

.con1-InnerBox .item-box {
	display: flex;
	display: -webkit-flex;
	margin-top: 35px;
}

.con1-InnerBox .item-box .item {
	width: calc((100% - 140px - 24px) / 3);
	margin-right: 70px;
	box-shadow: 7px 7px 0px 0px #F2F6FF;
	border-radius: 12px;
	height: 450px;
	border: 4px solid #DEE7FF;
	cursor: pointer;
}

.con1-InnerBox .item-box .item:nth-of-type(3n) {
	margin-right: 0px;
}

.con1-InnerBox .item-box .item img {
	margin: 70px auto 0;
	height: 150px;
}

.con1-InnerBox .item-box .item .text {
	margin: 50px auto 0;
	width: 95%;
}

.con1-InnerBox .item-box .item .text h3 {
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	font-family: Source Han Sans CN;
	text-align: center;
	transition: 0.3s;
}

.con1-InnerBox .item-box .item .text h6 {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	font-family: Montserrat;
	text-align: center;
	margin-top: 15px;
}

.con1-InnerBox .item-box .item:hover>.text h3 {
	color: #1F5FFF;
}

.con1-InnerBox a {
	display: block;
	margin: 40px auto 0;
	width: 180px;
	background: #1F5FFF;
	border-radius: 27px;
	height: 54px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	text-align: center;
	line-height: 54px;
}

.con1-2-Box {
	width: 100%;
	position: relative;
}

.con1-2-Box .bg {
	width: 100%;
	height: 750px;
}

.con1-2-Box .public-tm {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
}

.public-tm h4 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
	text-align: center;
}

.public-tm h5 {
	font-size: 18px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	text-align: center;
}

.con1-2-Box .con1-2-InnerBox {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 119px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width: calc(1400px - 198px);
	padding: 0 99px;
}

.con1-2-InnerBox .item {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.con1-2-InnerBox .item .text {
	margin-left: 30px;
}

.con1-2-InnerBox .item .text .con1sz-box {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.con1-2-InnerBox .item .text .con1sz-box .con1sz {
	font-size: 48px;
	font-weight: bold;
	color: #1F5FFF;
	font-family: Montserrat;
	line-height: 1;
}

.con1-2-InnerBox .item .text .con1sz-box span {
	font-size: 24px;
	font-weight: bold;
	color: #1F5FFF;
	font-family: Montserrat;
}

.con1-2-InnerBox .item .text .con1wz {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	font-family: Source Han Sans CN;
	margin-top: 7px;
}

.con1-2-InnerBox .item:not(:first-of-type) {
	margin-top: 70px;
}

.con1-2-Box .rund {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.con1-2-Box .rund img {
	position: relative;
	z-index: 1;
}

.con1-2-Box .rund .pb {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	animation: con1 6s linear infinite;
}

.con1-2-Box .rund .pulse1 {
	animation-delay: 0s !important;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

.con1-2-Box .rund .pulse2 {
	animation-delay: 3s !important;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

@keyframes con1 {
	0% {
		width: 250px;
		height: 250px;
	}
	50% {
		width: 420px;
		height: 420px;
		/* opacity:1;*/
	}
	100% {
		width: 500px;
		height: 500px;
		/* opacity:0;*/
	}
}

.con1-3-Box {
	width: 100%;
	background-color: #FFFFFF;
	padding: 60px 0 90px 0;
}

.con1-3-Box .con1-3-InnerBox {
	margin: 0 auto;
}

.con1-3-InnerBox .top-box {
	width: calc(100% - 140px);
	height: 240px;
	padding: 0 70px;
	border-radius: 12px;
	overflow: hidden;
	background: url('../images/zx21.png') no-repeat center / cover;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.con1-3-InnerBox .top-box .text h3 {
	font-size: 30px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
}

.con1-3-InnerBox .top-box .text h3 span {
	font-size: 38px;
	font-weight: bold;
	color: #E2A24A;
}

.con1-3-InnerBox .top-box a {
	width: 180px;
	background: #E2A24A;
	border-radius: 27px;
	height: 54px;
	font-size: 18px;
	font-weight: 400;
	color: #F2F5FA;
	font-family: Source Han Sans CN;
	text-align: center;
	line-height: 54px;
	transform: translateY(20px);
}

.con1-3-InnerBox .top-box .button--nina:hover {
	background-color: #E2A24A !important;
}

.con1-3-InnerBox .top-box .qr-box {
	display: flex;
	display: -webkit-flex;
}

.con1-3-InnerBox .top-box .qr-box .item img {
	width: 120px;
	border-radius: 6px;
	height: 120px;
}

.con1-3-InnerBox .top-box .qr-box .item p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.5;
	font-family: Source Han Sans CN;
	margin-top: 10px;
}

.con1-3-InnerBox .top-box .qr-box .item:last-of-type {
	margin-left: 40px;
}

.con1-3-Box .container {
	margin-top: 60px;
	position: relative;
}

.con1-3-Box .container::before {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 287px;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #3E65FE 0%, #07DDA8 100%);
	opacity: 0.2;
}

.con1-3-Box .container .item-box {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 70px auto 0;
}

.con1-3-Box .container .item-box .item {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	max-width: 165px;
}

.con1-3-Box .container .item-box .item .line {
	border-right: 1px dashed #BCC9FB;
	height: 50px;
	position: relative;
}

.con1-3-Box .container .item-box .item .line::after {
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	bottom: 0px;
	left: -3px;
	background: linear-gradient(0deg, #446FF2 0%, #2E5CE6 100%);
}

.con1-3-Box .container .item-box .item .text {
	margin-top: 20px;
}

.con1-3-Box .container .item-box .item .text h3 {
	font-size: 48px;
	font-weight: bold;
	color: #EBEFF5;
	font-family: Montserrat;
	opacity: 0.6;
	text-align: center;
	line-height: 1;
}

.con1-3-Box .container .item-box .item .text h6 {
	font-size: 30px;
	font-weight: bold;
	color: #3252B3;
	font-family: Source Han Sans CN;
	text-align: center;
	line-height: 1;
	margin-top: -20px;
	position: relative;
	z-index: 1;
}

.con1-3-Box .container .item-box .item .text .js {
	font-size: 18px;
	font-weight: 400;
	color: #3252B3;
	font-family: Source Han Sans CN;
	text-align: center;
	line-height: 1;
	margin: 15px 0 20px 0;
}

.con1-3-Box .container .item-box .item .text p {
	font-size: 18px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	font-family: Source Han Sans CN;
	text-align: center;
	margin-top: 10px;
}

.con1-3-Box .container .item-box .item .rund {
	position: relative;
	width: 90px;
	height: 90px;
	z-index: 2;
}

.con1-3-Box .container .item-box .item .rund .icon {
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #5086F2 0%, #3973E6 100%);
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	position: relative;
	z-index: 1;
}

.con1-3-Box .container .item-box .item .rund .icon img {
	max-width: 60%;
}

.con1-3-Box .container .item-box .item .rund .pb {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	animation: con3 4s linear infinite;
	background: linear-gradient(0deg, #5086F2 0%, #3973E6 100%);
}

.con1-3-Box .container .item-box .item .rund .pulse1 {
	animation-delay: 0s !important;
}

.con1-3-Box .container .item-box .item .rund .pulse2 {
	animation-delay: 2s !important;
}

@keyframes con3 {
	0% {
		width: 90px;
		height: 90px;
	}
	50% {
		width: 120px;
		height: 120px;
		opacity: 0.15;
	}
	100% {
		width: 150px;
		height: 150px;
		opacity: 0.05;
	}
}

.con1-3-Box .container .item-box .item:nth-of-type(2) .rund .pb {
	background: linear-gradient(0deg, #347BD9 0%, #367DD9 100%);
}

.con1-3-Box .container .item-box .item:nth-of-type(2) .rund .icon {
	background: linear-gradient(0deg, #347BD9 0%, #367DD9 100%);
}

.con1-3-Box .container .item-box .item:nth-of-type(2) .text h6 {
	color: #2B66B3;
}

.con1-3-Box .container .item-box .item:nth-of-type(2) .text .js {
	color: #2B66B3;
}

.con1-3-Box .container .item-box .item:nth-of-type(3) .rund .pb {
	background: linear-gradient(0deg, #1E8ED9 0%, #2B93D9 100%);
}

.con1-3-Box .container .item-box .item:nth-of-type(3) .rund .icon {
	background: linear-gradient(0deg, #1E8ED9 0%, #2B93D9 100%);
}

.con1-3-Box .container .item-box .item:nth-of-type(3) .text h6 {
	color: #1B7DBF;
}

.con1-3-Box .container .item-box .item:nth-of-type(3) .text .js {
	color: #1B7DBF;
}

.con1-3-Box .container .item-box .item:nth-of-type(4) .rund .pb {
	background: linear-gradient(0deg, #029EBD 0%, #099FBD 100%);
}

.con1-3-Box .container .item-box .item:nth-of-type(4) .rund .icon {
	background: linear-gradient(0deg, #029EBD 0%, #099FBD 100%);
}

.con1-3-Box .container .item-box .item:nth-of-type(4) .text h6 {
	color: #02829C;
}

.con1-3-Box .container .item-box .item:nth-of-type(4) .text .js {
	color: #02829C;
}

.con1-3-Box .container .item-box .item:nth-of-type(5) .rund .pb {
	background: linear-gradient(0deg, #22BDBD 0%, #17C2C2 100%);
}

.con1-3-Box .container .item-box .item:nth-of-type(5) .rund .icon {
	background: linear-gradient(0deg, #22BDBD 0%, #17C2C2 100%);
}

.con1-3-Box .container .item-box .item:nth-of-type(5) .text h6 {
	color: #20A1A1;
}

.con1-3-Box .container .item-box .item:nth-of-type(5) .text .js {
	color: #20A1A1;
}

.con1-3-Box .container .item-box .item:nth-of-type(6) .rund .pb {
	background: linear-gradient(0deg, #28C7A4 0%, #1FCCA6 100%);
}

.con1-3-Box .container .item-box .item:nth-of-type(6) .rund .icon {
	background: linear-gradient(0deg, #28C7A4 0%, #1FCCA6 100%);
}

.con1-3-Box .container .item-box .item:nth-of-type(6) .text h6 {
	color: #21A689;
}

.con1-3-Box .container .item-box .item:nth-of-type(6) .text .js {
	color: #21A689;
}

.con1-3-Box .container .item-box .item:nth-of-type(7) .rund .pb {
	background: linear-gradient(0deg, #2682de 0%, #2B93D9 100%);
}

.con1-3-Box .container .item-box .item:nth-of-type(7) .rund .icon {
	background: linear-gradient(0deg, #2682de 0%, #2B93D9 100%);
}

.con1-3-Box .container .item-box .item:nth-of-type(7) .text h6 {
	color: #2682de;
}

.con1-3-Box .container .item-box .item:nth-of-type(7) .text .js {
	color: #2682de;
}

.con1-4-Box {
	width: 100%;
}

.con1-4-Box .item-box {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: 540px;
}

.con1-4-Box .item-box .pb {
	width: 50%;
	height: 100%;
	background-color: #F2F5FA;
}

.con1-4-Box .item-box .a-video-box {
	width: 100%;
	height: 100%;
	position: relative;
}

.con1-4-Box .item-box .a-video-box video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.con1-4-Box .item-box .a-video-box .play {
	width: 80px;
	background: #1F5FFF;
	border-radius: 50%;
	height: 80px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.con1-4-Box .item-box .a-video-box .play i {
	color: #FFFFFF;
	font-size: 34px;
}

.con1-4-Box .item-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.con1-4-Box .item-box .text-box {
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
}

.con1-4-Box .item-box:first-of-type .text-box {
	padding-left: 80px;
	width: calc(100% - 80px);
}

.con1-4-Box .item-box:last-of-type .text-box {
	padding-right: 80px;
	width: calc(100% - 80px);
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.con1-4-Box .item-box .text-box .box {
	width: 500px;
}

.con1-4-Box .item-box .text-box .title {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
	line-height: 1;
}

.con1-4-Box .item-box .text-box .title span {
	color: #1F5FFF;
}

.con1-4-Box .item-box .text-box .line {
	margin: 25px 0 35px 0;
	width: 48px;
	height: 3px;
	background-color: #1F5FFF;
}

.con1-4-Box .item-box .text-box .text p {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	font-family: Source Han Sans CN;
}

.con1-4-Box .item-box .text-box .text p:not(:first-of-type) {
	margin-top: 30px;
}

.con1-4-Box .item-box .text-box .text p .big {
	font-weight: bold;
	color: #1F5FFF;
}

.con1-4-Box .item-box .text-box .text p .min {
	color: #1F5FFF;
}

.con1-5-Box {
	width: 100%;
	background-color: #FFFFFF;
}

.con1-5-Box .con1-5-InnerBox {
	margin: 0 auto;
	padding: 100px 0;
}

.con1-5-InnerBox .my-kh-swiper {
	margin-top: 40px;
}

.con1-5-InnerBox .my-kh-swiper ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.con1-5-InnerBox .my-kh-swiper ul li {
	width: calc((100% - 75px) / 6);
	height: 130px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.con1-5-InnerBox .my-kh-swiper ul li:nth-of-type(6n) {
	margin-right: 0px;
}

.con1-5-InnerBox .my-kh-swiper ul li a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	width: 100%;
	height: 100%;
}

.con1-5-InnerBox .my-kh-swiper ul li a img {
	max-width: 80%;
	max-height: 80%;
}

.con1-5-InnerBox .my-kh-swiper {
	padding-bottom: 30px;
}

.con1-5-InnerBox .swiper-pagination {
	bottom: 0px;
}

.con1-5-InnerBox .swiper-pagination-bullet {
	width: 24px;
	height: 4px;
	background: #DDDDDD;
	border-radius: 2px;
	opacity: 1;
	transition: 0.3s;
}

.con1-5-InnerBox .swiper-pagination-bullet-active {
	width: 48px;
	height: 4px;
	background-color: #1F5FFF;
}

.con1-5-InnerBox .swiper-box {
	margin-top: 40px;
}

.con1-5-InnerBox .swiper-box .swiper-wrapper {
	transition-timing-function: linear !important;
}

.con1-5-InnerBox .swiper-box a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	width: 100%;
	height: 130px;
}

.con1-5-InnerBox .swiper-box a img {
	max-width: 80%;
	max-height: 80%;
}

.con1-6-Box {
	width: 100%;
}

.con1-6-Box .con1-6-InnerBox {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 auto;
	padding-bottom: 100px;
}

.con1-6-Box .con1-6-InnerBox .left {
	width: 630px;
}

.con1-6-Box .con1-6-InnerBox .left h3 {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
}

.con1-6-Box .con1-6-InnerBox .left h6 {
	font-size: 18px;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
	font-family: Source Han Sans CN;
	margin: 15px 0 25px 0;
}

.con1-6-Box .con1-6-InnerBox .left .numContent {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.con1-6-Box .con1-6-InnerBox .left .numContent .num-b .numText {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.con1-6-Box .con1-6-InnerBox .left .numContent .num-b .numText .num {
	font-size: 44px;
	font-weight: 400;
	color: #F7B243;
	font-family: Montserrat;
}

.con1-6-Box .con1-6-InnerBox .left .numContent .num-b .numText span {
	font-size: 34px;
	font-weight: 400;
	color: #F7B243;
	font-family: Montserrat;
}

.con1-6-Box .con1-6-InnerBox .left .numContent .num-b .text {
	margin-top: 3px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
}

.con1-6-Box .con1-6-InnerBox .left a {
	width: 180px;
	background: #1F5FFF;
	border-radius: 27px;
	height: 54px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	line-height: 54px;
	text-align: center;
	display: block;
	margin-top: 40px;
}

.con1-6-Box .con1-6-InnerBox .right {
	width: 650px;
	height: 440px;
	border-radius: 12px;
	overflow: hidden;
}

.con1-6-Box .con1-6-InnerBox .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.con2-1-Box {
	width: 100%;
	background-color: #FFFFFF;
}

.con2-1-Box .con2-1-InnerBox {
	margin: 0 auto;
	padding: 100px 0;
}

.con2-1-InnerBox .top-container {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
}

.con2-1-InnerBox .top-container .left {
	width: 540px;
}

.con2-1-InnerBox .top-container .left h3 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	font-family: Source Han Sans CN;
}

.con2-1-InnerBox .top-container .left .js {
	font-size: 24px;
	font-weight: 400;
	color: #1F5FFF;
	line-height: 36px;
	font-family: Source Han Sans CN;
	margin: 50px 0 30px 0;
}

.con2-1-InnerBox .top-container .left h6 {
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	font-family: Source Han Sans CN;
}

.con2-1-InnerBox .top-container .left h6 span {
	color: #1F5FFF;
}

.con2-1-InnerBox .top-container .left a {
	display: block;
	height: 54px;
	background: #1F5FFF;
	border-radius: 27px;
	width: 180px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	line-height: 54px;
	margin-top: 35px;
}

.con2-1-InnerBox .top-container .right {
	width: 550px;
	height: 550px;
}

.con2-1-InnerBox .top-container .right .nr {
	width: 100%;
	height: 100%;
}

.con2-1-InnerBox .bottom-container {
	display: flex;
	display: -webkit-flex;
	margin-top: 50px;
}

.con2-1-InnerBox .bottom-container .item {
	width: calc((100% - 120px - 56px) / 7);
	margin-right: 20px;
	height: 160px;
	box-shadow: 7px 7px 0px 0px #F2F6FF;
	border-radius: 6px;
	border: 4px solid #DEE7FF;
	position: relative;
}

.con2-1-InnerBox .bottom-container .item:nth-of-type(7n) {
	margin-right: 0px;
}

.con2-1-InnerBox .bottom-container .item .flow-text {
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	padding-top: 30px;
	position: relative;
	z-index: 2;
}

.con2-1-InnerBox .bottom-container .item .flow-text img {
	transition: 0.3s;
}

.con2-1-InnerBox .bottom-container .item .flow-text p {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	font-family: Source Han Sans CN;
	text-align: center;
	margin-top: 20px;
	transition: 0.3s;
}

.con2-1-InnerBox .bottom-container .item .bg {
	width: 0%;
	height: 0%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	transition: 0.3s;
	z-index: 1;
}

.con2-1-InnerBox .bottom-container .item:hover>.flow-text img {
	filter: grayscale(100%) brightness(500%)
}

.con2-1-InnerBox .bottom-container .item:hover>.flow-text p {
	color: #FFFFFF;
}

.con2-1-InnerBox .bottom-container .item:hover>.bg {
	width: 100%;
	height: 100%;
}

.con2-2-Box {
	width: 100%;
	background: url('../images/con2-28.png')no-repeat fixed center / cover;
}

.con2-2-Box .con2-2-InnerBox {
	margin: 0 auto;
	padding: 100px 0;
}

.con2-2-InnerBox h3 {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	text-align: center;
	line-height: 1;
}

.con2-2-InnerBox h6 {
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	font-family: Source Han Sans CN;
	text-align: center;
	margin-top: 35px;
}

.con2-2-InnerBox .item-box {
	display: flex;
	display: -webkit-flex;
	margin-top: 55px;
}

.con2-2-InnerBox .item-box .item {
	width: calc((100% - 340px) / 5);
	margin-right: 85px;
	/* height:151px;*/
	position: relative;
}

.con2-2-InnerBox .item-box .item:nth-of-type(5n) {
	margin-right: 0px;
}

.con2-2-InnerBox .item-box .item p {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	position: absolute;
	left: 28px;
	top: 28px;
}

.con2-2-InnerBox .item-box .item .flow {
	width: 100px;
	background: #4665E6;
	border-radius: 50%;
	height: 100px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	position: absolute;
	right: -15px;
	bottom: -15px;
	overflow: hidden;
}

.con2-2-InnerBox .item-box .item .flow img {
	max-width: 65%;
}

.con2-2-InnerBox .item-box .item .bg {
	width: 100%;
}

.con2-3-Box {
	width: 100%;
	background: url('../images/con2-29.jpg') no-repeat center / cover;
}

.con2-3-Box .con2-3-InnerBox {
	margin: 0 auto;
	padding: 100px 0;
}

.con2-3-InnerBox .title {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
	text-align: center;
}

.con2-3-InnerBox .item-box {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 39px;
	position: relative;
}

.con2-3-InnerBox .item-box::before {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #E9EEF7 0%, #A8A8A8 51%, #E9EEF7 100%);
	position: absolute;
	left: 0px;
	top: 360px;
}

.con2-3-InnerBox .item-box .item {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	width: calc(100% / 5);
	height: max-content;
	/* position:absolute;*/
}

.con2-3-InnerBox .item-box .item .tw {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.con2-3-InnerBox .item-box .item .tw h3 {
	font-size: 24px;
	font-weight: bold;
	color: #304FC9;
	font-family: Source Han Sans CN;
	line-height: 1;
}

.con2-3-InnerBox .item-box .item .tw h6 {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	font-family: Source Han Sans CN;
	margin: 15px 0 12px 0;
}

.con2-3-InnerBox .item-box .item .tw img {
	height: 180px;
	border-radius: 6px;
	width: 100%;
}

.con2-3-InnerBox .item-box .item .line {
	width: 1px;
	background: linear-gradient(0deg, #E9EEF7 0%, #CCCCCC 51%, #E9EEF7 100%);
	height: 90px;
}

.con2-3-InnerBox .item-box .item .rund {
	width: 62px;
	background: #FEFEFF;
	border: 1px dashed #3E6EFE;
	border-radius: 50%;
	height: 62px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	font-size: 24px;
	font-weight: 400;
	color: #3E6EFE;
	font-family: Montserrat;
}

.con2-3-InnerBox .item-box .item:nth-of-type(even) {
	flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	margin-top: 260px;
}

.con2-3-InnerBox .item-box .item:nth-of-type(even) .tw {
	flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
}

.con2-3-InnerBox .item-box .item:nth-of-type(even) .tw h3 {
	margin-top: 15px;
}

.con2-3-InnerBox .item-box .item:nth-of-type(2) .tw h3 {
	color: #3477C9;
}

.con2-3-InnerBox .item-box .item:nth-of-type(2) .rund {
	border-color: #3E95FE;
	color: #3E95FE;
}

.con2-3-InnerBox .item-box .item:nth-of-type(3) .tw h3 {
	color: #1D94CC;
}

.con2-3-InnerBox .item-box .item:nth-of-type(3) .rund {
	border-color: #2BBBFE;
	color: #2BBBFE;
}

.con2-3-InnerBox .item-box .item:nth-of-type(4) .tw h3 {
	color: #07DDE1;
}

.con2-3-InnerBox .item-box .item:nth-of-type(4) .rund {
	border-color: #07DDE1;
	color: #07DDE1;
}

.con2-3-InnerBox .item-box .item:nth-of-type(5) .tw h3 {
	color: #07DEA9;
}

.con2-3-InnerBox .item-box .item:nth-of-type(5) .rund {
	border-color: #07DEA9;
	color: #07DEA9;
}

.con2-4-Box {
	width: 100%;
	background-color: #FFFFFF;
}

.con2-4-Box .con2-4-InnerBox {
	margin: 0 auto;
	padding: 100px 0 0 0;
}

.con2-4-InnerBox .title {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
	text-align: center;
}

.con2-4-InnerBox .item-box {
	margin-top: 40px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width: 100%;
	height: 540px;
}

.con2-4-InnerBox .item-box .left {
	width: calc(50% - 4px);
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.con2-4-InnerBox .item-box .left .item {
	width: calc((100% - 8px) / 2);
	height: calc(100% - 70% - 4px);
	margin-right: 8px;
}

.con2-4-InnerBox .item-box .left .item:nth-of-type(3n) {
	margin-right: 0px;
}

.con2-4-InnerBox .item-box .left .item:nth-of-type(1) {
	margin-right: 0px;
	width: 100%;
	height: calc((70% - 4px));
	margin-bottom: 8px;
}

.con2-4-InnerBox .item-box .right {
	width: calc(50% - 4px);
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.con2-4-InnerBox .item-box .right .item {
	height: calc(50% - 4px);
}

.con2-4-InnerBox .item-box .right .item:nth-of-type(1),
.con2-4-InnerBox .item-box .right .item:nth-of-type(4) {
	width: calc(60% - 4px);
}

.con2-4-InnerBox .item-box .right .item:nth-of-type(2),
.con2-4-InnerBox .item-box .right .item:nth-of-type(3) {
	width: calc(40% - 4px);
}

.con2-4-InnerBox .item-box .right .item:nth-of-type(1),
.con2-4-InnerBox .item-box .right .item:nth-of-type(2) {
	margin-bottom: 8px;
}

.con2-4-InnerBox .item-box .item {
	border-radius: 12px;
	overflow: hidden;
}

.con2-4-InnerBox .item-box .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}

.con2-4-InnerBox .item-box .item:hover>img {
	transform: scale(1.03);
}

.con2-4-InnerBox a {
	width: 180px;
	border: 2px solid #1F5FFF;
	border-radius: 27px;
	height: 54px;
	font-size: 18px;
	font-weight: 400;
	color: #1F5FFF;
	font-family: Source Han Sans CN;
	line-height: 54px;
	text-align: center;
	margin: 40px auto 0;
	display: block;
}

.con2-5b .con1-5-InnerBox .my-kh-swiper ul li {
	width: calc((100% - 75px - 12px) / 6);
	border: 1px solid #E4E9F7;
	box-shadow: 7px 7px 0px 0px #F2F6FF;
}

.con2-6b {
	background-color: #F2F5FA;
}

.con2-6b .con1-6-InnerBox {
	padding: 100px 0;
}

.con3-1-Box {
	width: 100%;
	background-color: #F5F7FA;
	padding: 100px 0;
}

.con3-1-Box .con3-1-InnerBox {
	display: flex;
	display: -webkit-flex;
	margin: 0 auto;
	height: 460px;
	overflow: hidden;
	border-radius: 12px;
}

.con3-1-InnerBox .left {
	width: calc(50% - 80px);
	padding-left: 80px;
	height: 100%;
	background: url('../images/con3-3.jpg') no-repeat center / cover;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
}

.con3-1-InnerBox .left h3 {
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 60px;
	font-family: Source Han Sans CN;
}

.con3-1-InnerBox .left h3 span {
	color: #F0B250;
}

.con3-1-InnerBox .left .line {
	width: 100px;
	height: 4px;
	background: #FFFFFF;
	margin: 40px 0;
}

.con3-1-InnerBox .left h6 {
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
	font-size: 24px;
	width: 479px;
}

.con3-1-InnerBox .right {
	width: 50%;
	height: 100%;
}

.con3-1-InnerBox .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.con3-2-Box {
	width: 100%;
	background: url('../images/con3-4.png') no-repeat center / cover;
	padding: 110px 0 85px 0;
}

.con3-2-Box .con3-2-InnerBox {
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

.con3-2-InnerBox h3 {
	font-size: 60px;
	font-weight: bold;
	color: #000000;
	font-family: Source Han Sans CN;
	line-height: 1;
	padding-bottom: 35px;
	border-bottom: 1px solid #bbb3b3;
	position: relative;
	padding-right: 140px;
}

.con3-2-InnerBox h3::before {
	display: block;
	content: '';
	width: 100px;
	background: #1F5FFF;
	height: 4px;
	position: absolute;
	left: 0px;
	bottom: -2px;
}

.con3-2-InnerBox h5 {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
}

.con3-2-InnerBox h5 span {
	font-size: 60px;
	color: #1F5FFF;
}

.con3-3-Box {
	width: 100%;
	background-color: #FFFFFF;
}

.con3-3-Box .con3-3-InnerBox {
	margin: 0 auto;
	padding: 100px 0;
}

.con3-3-InnerBox .title {
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	font-size: 40px;
	text-align: center;
	line-height: 1;
}

.con3-3-InnerBox .line {
	width: 100px;
	background: #FFC058;
	height: 4px;
	margin: 30px auto 45px;
}

.con3-3-InnerBox .container {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

.con3-3-InnerBox .container .left {
	width: 355px;
}

.con3-3-InnerBox .container .left h6 {
	font-size: 24px;
	font-weight: 400;
	color: #666666;
	line-height: 48px;
	font-family: Source Han Sans CN;
}

.con3-3-InnerBox .container .left .sx {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	position: relative;
	width: max-content;
	margin: 43px auto 0;
}

.con3-3-InnerBox .container .left .sx .item {
	height: 85px;
	background: #FFFFFF;
	border: 2px dashed #1F5FFF;
	border-radius: 43px;
	width: 200px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #1F5FFF;
	font-size: 30px;
	text-align: center;
	line-height: 85px;
}

.con3-3-InnerBox .container .left .sx img {
	margin: 28px auto;
}

.con3-3-InnerBox .container .left .sx .flow {
	font-size: 24px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	writing-mode: vertical-rl;
	text-align: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}

.con3-3-InnerBox .container .right {
	width: 744px;
}

.con3-3-InnerBox .container .right h6 {
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 48px;
	font-size: 24px;
}

.con3-3-InnerBox .container .right .rq {
	display: flex;
	display: -webkit-flex;
	margin-top: 43px;
}

.con3-3-InnerBox .container .right .r-l .item {
	width: 260px;
	background: #1F5FFF;
	border: 3px solid #FFFFFF;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 35px;
	height: 70px;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	text-align: center;
	line-height: 70px;
}

.con3-3-InnerBox .container .right .r-l .item:not(:first-of-type) {
	margin-top: 17px;
}

.con3-3-InnerBox .container .right .r-r {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	margin-left: 125px;
}

.con3-3-InnerBox .container .right .r-r p {
	font-size: 24px;
	font-weight: 400;
	color: #666666;
	font-family: Source Han Sans CN;
	margin-top: 23px;
}

.con3-4-Box {
	width: 100%;
	background-color: #F5F7FA;
}

.con3-4-Box .con3-4-InnerBox {
	margin: 0 auto;
	padding: 100px 0 70px 0;
}

.con3-4-InnerBox .top-container {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

.con3-4-InnerBox .top-container .left {
	width: 500px;
}

.con3-4-InnerBox .top-container .left h3 {
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #b3aeae;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	font-size: 40px;
	line-height: 1;
	position: relative;
}

.con3-4-InnerBox .top-container .left h3 span {
	color: #1F5FFF;
}

.con3-4-InnerBox .top-container .left h3::before {
	display: block;
	content: '';
	width: 100px;
	background: #FFC058;
	height: 4px;
	position: absolute;
	bottom: -2px;
	left: 0px;
}

.con3-4-InnerBox .top-container .left h6 {
	font-size: 24px;
	font-weight: 400;
	color: #666666;
	line-height: 48px;
	font-family: Source Han Sans CN;
	margin: 40px 0 60px 0;
}

.con3-4-InnerBox .top-container .left h6 span {
	color: #1F5FFF;
}

.con3-4-InnerBox .top-container .left a {
	width: 180px;
	background: #1F5FFF;
	border: 2px solid #1F5FFF;
	border-radius: 27px;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	display: block;
}

.con3-4-InnerBox .top-container .right {
	width: 750px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.con3-4-InnerBox .top-container .right .item {
	width: calc((100% - 10px) / 2);
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 12px;
	overflow: hidden;
}

.con3-4-InnerBox .top-container .right .item:nth-of-type(2n) {
	margin-right: 0px;
}

.con3-4-InnerBox .top-container .right .item:nth-of-type(even) {
	transform: translateY(50px);
}

.con3-4-InnerBox .top-container .right .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}

.con3-4-InnerBox .top-container .right .item:hover>img {
	transform: scale(1.03);
}

.con3-4-InnerBox .container {
	margin-top: 150px;
}

.con3-4-InnerBox .container h3 {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
	font-family: Source Han Sans CN;
	text-align: center;
}

.con3-4-InnerBox .container .line {
	height: 4px;
	background: #FFC058;
	width: 100px;
	margin: 29px auto 40px;
}

.con3-4-InnerBox .container ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.con3-4-InnerBox .container ul li {
	width: calc((100% - 60px) / 3);
	margin-bottom: 30px;
	margin-right: 30px;
	background-color: #FFFFFF;
	border-radius: 12px;
	height: 150px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.con3-4-InnerBox .container ul li::before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	background-color: #1F5FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
	z-index: -1;
}

.con3-4-InnerBox .container ul li:hover::before {
	width: 100%;
	height: 100%;
}

.con3-4-InnerBox .container ul li:nth-of-type(3n) {
	margin-right: 0px;
}

.con3-4-InnerBox .container ul li .content {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	width: 85%;
}

.con3-4-InnerBox .container ul li .content .left {
	width: 90px;
	background: #1F5FFF;
	border-radius: 50%;
	height: 90px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}

.con3-4-InnerBox .container ul li .content .left img {
	max-width: 65%;
}

.con3-4-InnerBox .container ul li .content .right {
	width: calc(100% - 90px - 19px);
	margin-left: 19px;
}

.con3-4-InnerBox .container ul li .content .right h4 {
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	font-size: 24px;
	transition: 0.3s;
}

.con3-4-InnerBox .container ul li .content .right h6 {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
	opacity: 0.3;
	font-family: Montserrat;
	margin-top: 10px;
	transition: 0.3s;
}

.con3-4-InnerBox .container ul li:hover>.content .right h4 {
	color: #FFFFFF;
}

.con3-4-InnerBox .container ul li:hover>.content .right h6 {
	color: #FFFFFF;
	opacity: 0.3;
}

.con3-5b {
	background: url('../images/con3-21.png') no-repeat center / cover;
}

.con3-6b {
	padding-top: 100px;
}

.open-Box {
	width: 100%;
	background-color: #FFFFFF;
}

.open-Box .open-InnerBox {
	margin: 0 auto;
	padding: 90px 0 110px 0;
}

.open-InnerBox .title {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.open-InnerBox .title .wz h6 {
	font-size: 24px;
	font-weight: 400;
	color: #AAAAAA;
	font-family: Montserrat;
	text-align: center;
}

.open-InnerBox .title .line {
	width: calc((100% - 495px - 100px) / 2);
	height: 1px;
	background-color: #000000;
	opacity: 0.2;
}

.open-InnerBox .container1 {
	/*display: flex;
	display: -webkit-flex;*/
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 50px;
}

.open-InnerBox .container1 .cpjs{
	text-align: center;
	margin: 0 auto;
}


/*.open-InnerBox .container1 .ys{
	display: flex;
	display: -webkit-flex;
}*/

.open-InnerBox .container1 .left {
	width: 700px;
}

.open-InnerBox .container1 .left h3 {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
	line-height: 1;
}

.open-InnerBox .container1 .left h6 {
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	font-size: 20px;
	margin: 43px 0 28px 0;
}

.open-InnerBox .container1 .left h6 span {
	color: #1F5FFF;
}

.open-InnerBox .container1 .left .item-box .item {
	padding: 12px 25px 18px 10px;
	width: calc(100% - 8px - 8px);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	border-radius: 12px;
}

.open-InnerBox .container1 .left .item-box .item .rund {
	width: 70px;
	background: #FFFFFF;
	border-radius: 10px;
	height: 70px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}

.open-InnerBox .container1 .left .item-box .item .rund img {
	max-width: 65%;
}

.open-InnerBox .container1 .left .item-box .item .text {
	width: calc(100% - 70px - 25px);
	margin-left: 25px;
}

.open-InnerBox .container1 .left .item-box .item .text h4 {
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	font-family: Source Han Sans CN;
}

.open-InnerBox .container1 .left .item-box .item .text h5 {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	font-family: Source Han Sans CN;
	line-height: 24px;
	margin-top: 5px;
}

.open-InnerBox .item-box {
	margin-top: 50px;
}

.open-InnerBox .container1 .left .item-box .item:first-of-type {}

.open-InnerBox .container1 .left .item-box .item:first-of-type .text h5 span {
	color: #1F5FFF;
}

.open-InnerBox .container1 .left .item-box .item:last-of-type {
	margin-top: 15px;
}

.open-InnerBox .container1 .left .item-box .item:last-of-type .text h5 span {
	color: #F5A83D;
}

.open-InnerBox .container1 .right {
	width: 600px;
	border-radius: 12px;
	height: 400px;
	overflow: hidden;
	margin-top: 90px;
}

.open-InnerBox .container1 .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.open-InnerBox .container2 {
	margin: 55px 0 50px 0;
}

.open-InnerBox .container2 h6 {
	font-size: 24px;
	font-weight: 400;
	color: #666666;
	font-family: Source Han Sans CN;
}

.open-InnerBox .container2 .item-box {
	margin-top: 40px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.open-InnerBox .container2 .item-box .item {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.open-InnerBox .container2 .zxfdfs {
	margin-top: 3rem;
	text-align: center;
}

.open-InnerBox .container2 .zxfdfs img {}

.open-InnerBox .container2 .item-box .item .sz {
	font-size: 72px;
	font-weight: 400;
	color: #EEEEEE;
	font-family: Montserrat;
	line-height: 1;
	transform: translateY(8px);
}

.open-InnerBox .container2 .item-box .item .icon {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	margin-left: 29px;
}

.open-InnerBox .container2 .item-box .item .icon p {
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	font-family: Source Han Sans CN;
	line-height: 1;
	margin-top: 20px;
}

.open-InnerBox .container3 h3 {
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	font-family: Source Han Sans CN;
}

.open-InnerBox .container3 h3 span {
	font-size: 36px;
	color: #1F5FFF;
}

.open-InnerBox .container3 .content {
	overflow: hidden;
	border-radius: 12px;
	height: 220px;
	background: url('../images/open6.png') no-repeat center / cover;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	margin-top: 50px;
}

.open-InnerBox .container3 .content .zj {
	width: 90%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
}

.open-InnerBox .container3 .content .zj .left {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.open-InnerBox .container3 .content .zj .left h4 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
	font-family: Source Han Sans CN;
}

.open-InnerBox .container3 .content .zj .left h4 span {
	color: #1F5FFF;
	border-bottom: 2px solid #1F5FFF;
}

.open-InnerBox .container3 .content .zj .right {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
}

.open-InnerBox .container3 .content .zj .right .lxwm {
	width: 180px;
	background: #1F5FFF;
	border-radius: 27px;
	height: 54px;
	display: block;
	font-size: 18px;
	font-family: Source Han Sans CN;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 54px;
	text-align: center;
}

.open-InnerBox .container3 .content .zj .right .dh {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-top: 20px;
}

.open-InnerBox .container3 .content .zj .right .dh .icon {
	width: 36px;
	border: 1px solid #FF7F00;
	border-radius: 50%;
	height: 36px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}

.open-InnerBox .container3 .content .zj .right .dh .icon img {
	max-width: 65%;
}

.open-InnerBox .container3 .content .zj .right .dh .p {
	font-size: 24px;
	font-weight: 400;
	color: #FF7F00;
	font-family: Montserrat;
	margin-left: 10px;
}

.open-InnerBox .container3 .gkk-content {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 70px;
}

.open-InnerBox .container3 .gkk-content .left {
	width: 550px;
	border-radius: 12px;
	height: 400px;
	overflow: hidden;
}

.open-InnerBox .container3 .gkk-content .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.open-InnerBox .container3 .gkk-content .right {
	display: flex;
	display: -webkit-flex;
}

.open-InnerBox .container3 .gkk-content .right .wz {
	width: 460px;
	margin-top: 50px;
}

.open-InnerBox .container3 .gkk-content .right h4 {
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	font-size: 40px;
	line-height: 1;
}

.open-InnerBox .container3 .gkk-content .right .text {
	margin-top: 40px;
}

.open-InnerBox .container3 .gkk-content .right .text p {
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	font-family: Source Han Sans CN;
}

.open-InnerBox .container3 .gkk-content .right .text p span {
	color: #1F5FFF;
}

.open-InnerBox .container3 .gkk-content .right img {
	height: max-content;
	margin-top: 100px;
}

.open-InnerBox .container4 {
	margin-top: 100px;
	position: relative;
	height: 500px;
}

@keyframes zq {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.open-InnerBox .container4 .bg-box {
	overflow: hidden;
	height: 100%;
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #D9E2FF;
	/* box-shadow:0 0 15px 0px rgb(0 0 0 / 7%);*/
	box-shadow: 0 16px 8px -8px rgb(0 0 0 / 3%);
}

.open-InnerBox .container4 .bg {
	animation: zq 60s linear infinite;
	margin: 0 auto;
	display: block !important;
}

.open-InnerBox .container4 h4 {
	text-align: center;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	font-size: 40px;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

.open-InnerBox .container4 .rund {
	width: 120px;
	background: #1F5FFF;
	border-radius: 50%;
	height: 120px;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -55px;
	z-index: 3;
}

.open-InnerBox .container4 .rund p {
	position: relative;
	z-index: 2;
}

.open-InnerBox .container4 .rund .pb {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	animation: open 4s linear infinite;
	background: linear-gradient(0deg, #5086F2 0%, #3973E6 100%);
}

.open-InnerBox .container4 .rund .pulse1 {
	animation-delay: 0s !important;
}

.open-InnerBox .container4 .rund .pulse2 {
	animation-delay: 2s !important;
}

@keyframes open {
	0% {
		width: 120px;
		height: 120px;
	}
	50% {
		width: 150px;
		height: 150px;
		opacity: 0.15;
	}
	100% {
		width: 180px;
		height: 180px;
		opacity: 0.05;
	}
}

.open-InnerBox .container4 .wz1 {
	font-size: 50px;
	font-weight: bold;
	color: #105FE3;
	font-family: Source Han Sans CN;
	position: absolute;
	left: 470px;
	top: 120px;
}

.open-InnerBox .container4 .wz2 {
	font-size: 46px;
	font-weight: bold;
	color: #00BCF2;
	font-family: Source Han Sans CN;
	position: absolute;
	top: 210px;
	right: 360px;
}

.open-InnerBox .container4 .wz3 {
	font-size: 42px;
	font-weight: bold;
	color: #6A94FF;
	font-family: Source Han Sans CN;
	position: absolute;
	bottom: 215px;
	left: 325px;
}

.open-InnerBox .container4 .wz4 {
	font-size: 30px;
	font-weight: bold;
	color: #1F5FFF;
	font-family: Source Han Sans CN;
	position: absolute;
	bottom: 150px;
	right: 500px;
}

.open-InnerBox .container4 .wz5 {
	font-size: 30px;
	font-weight: bold;
	color: #549CCF;
	font-family: Source Han Sans CN;
	position: absolute;
	bottom: 120px;
	left: 470px;
}

.open2-Box {
	width: 100%;
	background: url('../images/open20.png')no-repeat center / cover;
}

.open2-Box .open2-InnerBox {
	margin: 0 auto;
	padding: 70px 0 0 0;
	height: calc(450px - 25px);
	position: relative;
}

.open2-InnerBox h3 {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
	text-align: center;
}

.open2-InnerBox h6 {
	/*text-align:center;*/
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	font-size: 20px;
	margin: 25px auto 0;
	width: 85%;
}

.open2-InnerBox h6 span {
	color: #1F5FFF;
}

.open2-InnerBox .flow-sz {
	width: 100%;
	background: #FFFFFF;
	border-radius: 12px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 58px 0;
	position: absolute;
	left: 0px;
	bottom: -180px;
}

.open2-InnerBox .flow-sz .numContent {
	width: 95%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 auto;
}

.open2-InnerBox .flow-sz .numContent .item {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
}

.open2-InnerBox .flow-sz .numContent .item .wz {
	color: #1F5FFF;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.open2-InnerBox .flow-sz .numContent .item p {
	line-height: 30px;
	font-size: 16px;
}

.open2-InnerBox .flow-sz .numContent .item .text {
	margin-top: 45px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
}

.open2-InnerBox .flow-sz .numContent .item .text .numText {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.open2-InnerBox .flow-sz .numContent .item .text .numText .num {
	font-size: 48px;
	font-weight: 400;
	color: #1F5FFF;
	font-family: Montserrat;
	line-height: 1;
}

.open2-InnerBox .flow-sz .numContent .item .text .numText span {
	font-size: 24px;
	font-weight: 400;
	color: #1F5FFF;
	font-family: Montserrat;
	line-height: 1;
}

.open2-InnerBox .flow-sz .numContent .item .text .wz {
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	font-family: Source Han Sans CN;
	margin-top: 15px;
}

.open3-Box {
	width: 100%;
	background-color: #FFFFFF;
}

.open3-Box .open3-InnerBox {
	margin: 0 auto;
	padding: 260px 0 80px 0;
}

.open3-InnerBox h3 {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	font-family: Source Han Sans CN;
}

.open3-InnerBox h6 {
	font-size: 18px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	text-align: center;
}

.open3-InnerBox .container {
	margin-top: 40px;
}

.open3-InnerBox .container .item {
	width: calc(100% - 30px - 4px);
	height: 130px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	padding-right: 30px;
	border-radius: 30px;
	border: 2px dashed #9DC1FF;
	position: relative;
	/* margin-top:40px;*/
}

.open3-InnerBox .container .item .left {
	background: #51B9C9;
	border: 4px solid #FFFFFF;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	transform: translateX(-2px);
	padding: 20px 0;
	min-width: 240px;
	margin-left: 10px;
}

.open3-InnerBox .container .item .left .big {
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 32px;
}

.open3-InnerBox .container .item .left .min {
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Montserrat;
}

.open3-InnerBox .container .item .right {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.open3-InnerBox .container .item .right li {
	background: #51B9C9;
	border: 3px solid #FFFFFF;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 35px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	line-height: 28px;
	min-width: 80px;
	padding: 20px 6px;
}

.open3-InnerBox .container .item .right img {
	margin: 0 10px;
}

.open3-InnerBox .container .item:nth-of-type(2) .left {
	background-color: #6BA1FF;
}

.open3-InnerBox .container .item:nth-of-type(2) .right li {
	background-color: #6BA1FF;
}

.open3-InnerBox .container .item:nth-of-type(3) .left {
	background-color: #91A3FF;
}

.open3-InnerBox .container .item:nth-of-type(3) .right li {
	background-color: #91A3FF;
}

.open3-InnerBox .container .xia {
	margin: 30px 0 20px 90px;
    width: 55px;
}

.con4-Box {
	width: 100%;
}

.con4-Box .con4-InnerBox {
	margin: 0 auto;
	padding-bottom: 80px;
}

.con4-InnerBox h3 {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
	text-align: center;
}

.con4-InnerBox h6 {
	font-size: 18px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	text-align: center;
}

.con4-InnerBox .container {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 40px;
}

.con4-InnerBox .container .left {
	width: 640px;
}

.con4-InnerBox .container .left .item {
	width: 100%;
}

.con4-InnerBox .container .left .item:not(:first-of-type) {
	margin-top: 10px;
}

.con4-InnerBox .container .left .item .one {
	width: 100%;
	height: 63px;
	position: relative;
	overflow: hidden;
	background-color: #1F5FFF;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}

.con4-InnerBox .container .left .item .one .content {
	width: 90%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
}

.con4-InnerBox .container .left .item .one .content .wz {
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
}

.con4-InnerBox .container .left .item .one .content i {
	font-size: 24px;
	color: #FFFFFF;
	cursor: pointer;
}

.con4-InnerBox .container .left .item .one .content i:last-of-type {
	display: none;
}

.con4-InnerBox .container .left .item .one .flow {
	font-size: 72px;
	font-weight: bold;
	color: #FFFFFF;
	opacity: 0.1;
	font-family: Montserrat;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	line-height: 1;
}

.con4-InnerBox .container .left .item .two {
	height: 0px;
	opacity: 0;
	background-color: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
}

.con4-InnerBox .container .left .item .two .content {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 25px 0;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	font-size: 18px;
	height: 0px;
	opacity: 0;
}

.con4-InnerBox .container .left .item.active .two {
	height: max-content;
	opacity: 1;
}

.con4-InnerBox .container .left .item.active .one .dk {
	display: none;
}

.con4-InnerBox .container .left .item.active .one .gb {
	display: block !important;
}

.con4-InnerBox .container .left .item.active .two .content {
	height: max-content;
	opacity: 1;
}

.con4-InnerBox .container form {
	width: 600px;
}

.con4-InnerBox .container form .row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
}

.con4-InnerBox .container form .row label {
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	font-family: Source Han Sans CN;
	width: 120px;
}

.con4-InnerBox .container form .row label span {
	color: #1F5FFF;
}

.con4-InnerBox .container form .row input {
	width: calc(100% - 120px);
	border: 1px solid #EBEBEB;
	height: 54px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	text-indent: 20px;
	outline: none;
}

.con4-InnerBox .container form .row:not(:first-of-type) {
	margin-top: 14px;
}

.con4-InnerBox .container form .row:nth-of-type(3) span,
.con4-InnerBox .container form .row:nth-of-type(4) span {
	color: #ffffff;
}

.con4-InnerBox .container form button {
	outline: none;
	width: 180px;
	background: #1F5FFF;
	border-radius: 27px;
	height: 54px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	margin: 24px 50px 0 auto;
	border: none;
	line-height: 54px;
	display: block;
}

.coud-dailog {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9999;
	display: none;
}

.coud-dailog .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #F7F7F7;
	border-radius: 12px;
	width: 1000px;
	padding: 40px 0 35px 0;
}

.coud-dailog .content .title h3 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	font-family: Source Han Sans CN;
	text-align: center;
}

.coud-dailog .content .title h6 {
	font-size: 18px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	text-align: center;
}

.coud-dailog .content form {
	margin: 30px auto 30px;
	width: max-content;
}

.coud-dailog .content form .row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.coud-dailog .content form .row:not(:first-of-type) {
	margin-top: 18px;
}

.coud-dailog .content form .row label {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	font-family: Source Han Sans CN;
	width: 78px;
}

.coud-dailog .content form .row label span {
	color: #1F5FFF;
}

.coud-dailog .content form .row input {
	height: 45px;
	width: 400px;
	background: #FFFFFF;
	border-radius: 4px;
	outline: none;
	border: none;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	font-size: 16px;
	text-indent: 20px;
	margin-left: 15px;
}

.coud-dailog .content form .row input::placeholder,
.coud-dailog .content form .row input::-webkit-input-placeholder {
	color: #999999;
}

.coud-dailog .content form button {
	height: 54px;
	background: #1F5FFF;
	border-radius: 27px;
	width: 180px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	display: block;
	margin: 30px auto 0;
	outline: none;
	border: none;
}

.coud-dailog .content .d-tip {
	border: 1px dashed #999999;
	border-radius: 6px;
	width: 90%;
	margin: 30px auto 0;
	padding: 15px 0;
}

.coud-dailog .content .d-tip h3 {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	width: 93%;
	margin: 0 auto 10px;
}

.coud-dailog .content .d-tip h3 i {
	color: #F0B454;
	font-size: 24px;
}

.coud-dailog .content .d-tip h3 span {
	font-size: 18px;
	font-weight: 400;
	color: #F0B454;
	font-family: Source Han Sans CN;
	margin-left: 5px;
}

.coud-dailog .content .d-tip h6 {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	font-family: Source Han Sans CN;
	width: 86%;
	margin: 0 auto;
}

.coud-dailog .content .d-tip h6 span {
	color: #1F5FFF;
}

.coud-dailog .content .close {
	position: absolute;
	right: 5%;
	top: 5%;
	font-size: 30px;
	color: #AF9A77;
	cursor: pointer;
}

.diaolog {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
	display: none;
}

.diaolog .d-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.diaolog i {
	position: absolute;
	top: 5%;
	right: 5%;
	color: #FFFFFF;
	font-size: 46px;
	cursor: pointer;
}

.page {
	/* border:1px solid red;*/
	width: 100%;
	margin-top: 20px;
}

.page .el-pagination {
	text-align: center;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 0px;
}

.page .el-pagination .btn-prev {
	width: 35px;
	height: 35px;
	margin-right: 5px;
	padding: 0;
	background: #ffffff;
	border: 1px solid #DDDDDD;
}

.page .el-pagination .btn-next {
	padding: 0;
	width: 35px;
	background: #ffffff;
	border: 1px solid #DDDDDD;
	height: 35px;
}

.page .el-pager li {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #ffffff;
	border: 1px solid #d2d2d2 !important;
	border-radius: 4px;
	margin-right: 8px;
	padding: 0px;
	color: #999999;
}

.page .el-pager li.active {
	background-color: #1F5FFF;
	color: #ffffff;
	border-color: #1F5FFF !important;
}

.page .el-pagination .el-pager li.active:hover {
	color: #FFFFFF !important;
}

.page .el-pagination .el-pager li:hover {
	color: #1F5FFF !important;
}

.page .el-pagination .el-pager .btn-quicknext:hover {
	color: #1F5FFF;
}

.tips {
	position: fixed;
	right: 8px;
	top: 37%;
	z-index: 999;
	width: 80px;
	display: none;
}

.tips .one-ul {
	width: 100%;
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 0px 25px 0px rgba(31, 95, 255, 0.2);
}

.tips .one-ul li {
	width: 100%;
	position: relative;
}

.tips .one-ul li a,
.tips .two a {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	padding: 15px 0;
}

.tips .one-ul li:not(:first-of-type) {
	border-top: 1px solid #F2F2F2;
}

.tips .one-ul li a>i,
.tips .two i {
	font-size: 28px;
	color: #666666;
}

.tips .one-ul li a p,
.tips .two p {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	text-align: center;
	margin-top: 5px;
}

.tips .one-ul li a .icon {
	width: 36px;
	height: 36px;
	background: #1F5FFF;
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	position: relative;
}

.tips .one-ul li a .icon i {
	color: #FFFFFF;
	font-size: 20px;
}

.tips .one-ul li a .icon .flow {
	position: absolute;
	left: 50%;
	top: -10px;
	font-size: 10px;
	font-weight: 400;
	color: #FF9401;
	font-family: Source Han Sans CN;
	background: #FFE5C0;
	border-radius: 8px;
	border: 1px solid #FFFFFF;
	line-height: 1;
	white-space: nowrap;
	padding: 3px;
}

.tips ul li .fadein {
	display: none;
	position: absolute;
	top: 50%;
	right: calc(100% + 20px);
	transform: translateY(-50%);
	z-index: 1;
	padding: 10px;
	background-color: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0px 0px 25px 0px rgba(31, 95, 255, 0.2);
}

.tips ul li .fadein::after {
	display: block;
	content: '';
	border-right: 6px solid transparent;
	border-top: 6px solid transparent;
	border-left: 6px solid #FFFFFF;
	border-bottom: 6px solid transparent;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
}

.tips ul li .fadein {
	box-shadow: 0px 0px 25px 0px rgba(31, 95, 255, 0.2);
}

.tips ul li .tip-phone {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	white-space: nowrap;
}

.tips ul li .fadein img {
	width: 100px;
	height: 100px;
}

.tips ul li .fadein h6 {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	font-family: Source Han Sans CN;
	text-align: center;
}

.tips .two {
	margin-top: 20px;
	box-shadow: 0px 0px 25px 0px rgba(31, 95, 255, 0.2);
	border-radius: 6px;
	background-color: #ffffff;
}

.footerBox {
	width: 100%;
	background-color: #E1E4EB;
}

.footerBox .footerInnerBox {
	margin: 0 auto;
	padding: 70px 0;
}

.footerInnerBox .top {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.footerInnerBox .top h3 {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	font-family: Source Han Sans CN;
}

.footerInnerBox .top ul {
	display: flex;
	display: -webkit-flex;
}

.footerInnerBox .top ul li {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.footerInnerBox .top ul li:not(:first-of-type) {
	margin-left: 95px;
}

.footerInnerBox .top ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	/* opacity:0.5;*/
	font-family: Source Han Sans CN;
	margin-top: 25px;
}

.footerInnerBox .top .right {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.footerInnerBox .top .right .contact h3 {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	font-family: Source Han Sans CN;
}

.footerInnerBox .top .right .contact .text {
	margin-top: 25px;
}

.footerInnerBox .top .right .contact .text .p {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	/* opacity:0.5;*/
	font-family: Source Han Sans CN;
}

.footerInnerBox .top .right .contact .text .p:not(:first-of-type) {
	margin-top: 15px;
}

.footerInnerBox .top .right .contact .a-box {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.footerInnerBox .top .right .contact .a-box a:last-of-type {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Montserrat;
}

.footerInnerBox .top .right .contact a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	width: 200px;
	background: #1F5FFF;
	border-radius: 24px;
	height: 48px;
	margin-top: 30px;
}

.footerInnerBox .top .right .contact a i {
	color: #ffffff;
	font-size: 18px;
}

.footerInnerBox .top .right .contact a span {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Montserrat;
	margin-left: 10px;
}

.footerInnerBox .top .right .qrBox {
	display: flex;
	display: -webkit-flex;
	margin-left: 115px;
}

.footerInnerBox .top .right .qrBox .item img {
	width: 120px;
	height: 120px;
	border-radius: 4px;
}

.footerInnerBox .top .right .qrBox .item p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	/* opacity:0.5;*/
	margin-top: 20px;
	font-family: Source Han Sans CN;
}

.footerInnerBox .top .right .qrBox .item:not(:first-of-type) {
	margin-left: 40px;
}

.footerInnerBox .bottom {
	margin-top: 70px;
}

.footerInnerBox .bottom .link {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 28px 0;
	border-top: 1px solid #D5D6D6;
	border-bottom: 1px solid #D5D6D6;
}

.footerInnerBox .bottom .link p {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	font-family: Source Han Sans CN;
}

.footerInnerBox .bottom .link ul {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-left: 24px;
}

.footerInnerBox .bottom .link ul a,
.footerInnerBox .bottom .link ul span {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	/* opacity:0.5;*/
	font-family: Source Han Sans CN;
}

.footerInnerBox .bottom .link ul span {
	margin: 0 24px;
}

.footerInnerBox .bottom .a-link {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	margin-top: 30px;
}

.footerInnerBox .bottom .a-link .al-left {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
}

.footerInnerBox .bottom .a-link a {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	/* opacity:0.3;*/
	font-family: Montserrat;
	width: 100%;
	text-align: center;
}

@media only screen and (max-width:1560px) {
	.center {
		/* border:1px solid red;*/
		width: 80%;
	}
	.i3-indexInnerBox .left {
		width: calc((100% - 1000px) / 2 + (1000px - 380px));
	}
	.i3-indexBox .i3-indexInnerBox {
		height: 700px;
	}
	.i3-indexInnerBox .right {
		width: 380px;
	}
	.i3-indexInnerBox .right::after {
		clip: rect(0, 0, 700px, 0px);
	}
	.i3-indexInnerBox.active .right::after {
		clip: rect(0, 380px, 700px, 0px);
	}
	.i3-indexInnerBox .right .mr2 {
		top: 225px;
		right: 2px;
	}
	.i3-indexInnerBox .right .mr1 {
		top: 123px;
		left: 125px;
	}
	.i3-indexInnerBox .right .flow-box .f-rund .rund {
		width: 20px;
		height: 20px;
	}
	.i3-indexInnerBox .right .flow-box .f-rund .rund i {
		width: 10px;
		height: 10px;
	}
	.i3-indexInnerBox .right .flow-box .f-rund p {
		font-size: 18px;
	}
	.i3-indexInnerBox .right .fb1 {
		top: 120px;
		right: 165px;
	}
	.i3-indexInnerBox .right .fb1 img {
		width: 225px;
	}
	.i3-indexInnerBox .right .fb1 .content::before {
		top: 73px;
	}
	.i3-indexInnerBox .right .fb3 {
		bottom: 120px;
		right: 125px;
	}
	.i3-indexInnerBox .right .fb3 img {
		width: 225px;
	}
	.i3-indexInnerBox .right .fb3 .content::before {
		top: 100px;
	}
	.i3-indexInnerBox .right .fb2 {
		top: 150px;
		right: 17px;
	}
	.i3-indexInnerBox .right .fb2 img {
		width: 245px;
	}
	.i3-indexInnerBox .right .fb2 .content::before {
		top: 140px;
	}
	.i3-indexInnerBox .right .fb4 {
		bottom: 45px;
		right: 0px;
	}
	.i3-indexInnerBox .right .fb4 img {
		width: 285px;
	}
	.i3-indexInnerBox .right .fb4 .content::before {
		top: 85px;
	}
	.i3-indexInnerBox .right .flow-box .content .text h3 {
		font-size: 20px;
	}
	.i3-indexInnerBox .right .flow-box .content .text h6 {
		font-size: 14px;
		line-height: 26px;
	}
	.i3-indexInnerBox .right .flow-box .content .text a {
		width: 130px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	/* .i3-indexInnerBox .right .flow-box .content .text a span {font-size:14px;}
*/
	.i3-indexInnerBox .right .flow-box .content .text a i {
		font-size: 16px;
	}
	.i3-indexInnerBox .right .flow-box .content::before {
		border-top: 10px solid transparent;
		border-right: 13px solid transparent;
		border-left: 13px solid rgba(255, 255, 255, 0.9);
		border-bottom: 12px solid rgba(255, 255, 255, 0.9);
		right: -26px;
	}
	.i3-indexInnerBox .right .flow-box img {
		height: 26px;
		transform: translateY(-13px);
	}
	.headerInnerBox .nav .one-li a {
		font-size: 16px;
	}
	.headerInnerBox .logo img {
		/*width:90px;*/
	}
	.headerInnerBox .logo {
		overflow: hidden;
	}
	.headerInnerBox .logo img {
		/*filter:drop-shadow(91px 0px 0px #fff);*/
		/*transform:translateX(-90px);*/
	}
	.headerInnerBox .nav .one-li:not(:first-of-type) {
		margin-left: 50px;
	}
	.headerInnerBox .right .search.active form {
		width: 320px;
	}
	.headerInnerBox .right .search form {
		right: 30px;
		height: 32px;
	}
	.headerInnerBox .right .search form button,
	.headerInnerBox .right .search form input {
		/* font-size:12px;*/
	}
	.headerInnerBox .right #search {
		font-size: 18px;
	}
	.headerInnerBox .phone p {
		font-size: 14px;
	}
	.headerInnerBox .phone {
		margin: 0 20px 0 20px;
	}
	.i1-indexInnerBox .container {
		width: 600px;
	}
	.public-title h5 {
		font-size: 20px;
	}
	.public-title h3 {
		font-size: 34px;
	}
	.i1-indexInnerBox .more {
		font-size: 18px;
		margin: 15px 0 30px 0;
	}
	.i1-indexInnerBox h6 {
		font-size: 16px;
		line-height: 28px;
	}
	.i1-indexInnerBox .numContent {
		margin: 45px 0;
	}
	.i1-indexInnerBox .numContent .numText .num {
		font-size: 38px;
	}
	.i1-indexInnerBox .numContent span {
		font-size: 38px;
	}
	.i1-indexInnerBox .numContent .text {
		font-size: 14px;
	}
	.i1-indexInnerBox .more-box a {
		width: 150px;
		height: 44px;
		line-height: 44px;
		font-size: 16px;
	}
	.i1-indexBox .i1-indexInnerBox {
		padding: 80px 0;
	}
	.i2-indexBox .i2-indexInnerBox {
		padding: 80px 0;
	}
	.i2-indexInnerBox .container .row {
		height: 280px;
	}
	.i2-indexInnerBox .container .row .public .content {
		left: 20px;
	}
	.i2-indexInnerBox .container .row .public .title h3 {
		font-size: 20px;
	}
	.i2-indexInnerBox .container .row .public .title {
		left: 20px;
		top: 15px;
	}
	.i2-indexInnerBox .container .row .public .content h6 {
		width: 255px;
		font-size: 14px;
		line-height: 24px;
	}
	.i2-indexInnerBox .container .row .left .content h6 {
		width: 350px;
	}
	.i2-indexInnerBox .container .row .public .content a {
		margin-top: 25px;
	}
	.i2-indexInnerBox .container .row .public .content a span {
		font-size: 14px;
	}
	.i2-indexInnerBox .container .row .public.active .content {
		top: 75px;
		opacity: 1;
	}
	.i4-indexInnerBox .table a {
		font-size: 18px;
	}
	.i4-indexInnerBox .table a:not(:first-of-type) {
		margin-left: 50px;
	}
	.i4-indexInnerBox .bq ul li img {
		height: 40px;
	}
	.i4-indexInnerBox .bq ul li p {
		font-size: 14px;
	}
	.i4-indexInnerBox .bq ul li h6 {
		font-size: 14px;
	}
	.i4-indexInnerBox .bq ul li {
		height: 200px;
	}
	.i4-indexInnerBox .zt .dz-cet .content {
		width: 95%;
	}
	.i4-indexInnerBox .zt .dz-cet .content .bg {
		width: 260px;
		height: 260px;
	}
	.i4-indexInnerBox .zt .dz-cet .content .item .left h3 {
		font-size: 18px;
	}
	.i4-indexInnerBox .zt .dz-cet .content .item1 {
		left: 0px;
		top: 80px;
	}
	.i4-indexInnerBox .zt .dz-cet .content .item2 {
		left: 112px;
		bottom: 50px;
	}
	.i4-indexInnerBox .zt .dz-cet .content .item3 {
		top: 80px;
		right: 0px;
	}
	.i4-indexInnerBox .zt .dz-cet .content .item4 {
		bottom: 50px;
		right: 28px;
	}
	.i4-indexInnerBox .zt .dz-cet .content .item .left p {
		font-size: 14px;
		line-height: 24px;
	}
	.i4-indexInnerBox .zt .dz-cet .content .c-img .c-icon {
		width: 70px;
		height: 70px;
	}
	.i4-indexInnerBox .zt .dz-cet .content .c-img .c-icon .img-box {
		width: 60px;
		height: 60px;
	}
	.i4-indexInnerBox .zt .dz-cet .content .c-img .c-icon .img-box img {
		max-height: 50%;
	}
	.i4-indexInnerBox .zt .dz-cet .content .c-img .c-i1 {
		top: 25px;
		left: -15px;
	}
	.i4-indexInnerBox .zt .dz-cet .content .c-img .c-i2 {
		bottom: 20px;
		left: -13px;
	}
	.i4-indexInnerBox .zt .dz-cet .content .c-img .c-i3 {
		top: 25px;
		right: -15px;
	}
	.i4-indexInnerBox .zt .dz-cet .content .c-img .c-i4 {
		bottom: 20px;
		right: -13px;
	}
	.i4-indexInnerBox .zt .dz-cet .zxd {
		font-size: 20px;
	}
	.i4-indexInnerBox .px .ul-box {
		height: calc(350px + 75px);
	}
	.i4-indexInnerBox .px ul li .content h3 {
		font-size: 18px;
	}
	.i4-indexInnerBox .px ul li .content a {
		width: 120px;
		height: 35px;
	}
	.i4-indexInnerBox .px ul li .content a span {
		font-size: 14px;
	}
	.i4-indexInnerBox .px ul li {
		height: 350px;
	}
	.i4-indexInnerBox .px ul li .bg {
		height: 230px;
	}
	.i4-indexInnerBox .px ul li .content {
		height: calc(100% - 230px);
	}
	.i4-indexInnerBox .dz .dz-cet .content h6 {
		font-size: 14px;
		line-height: 24px;
	}
	.i4-indexInnerBox .dz .dz-cet .content ul {
		margin-top: 20px;
	}
	.i4-indexInnerBox .dz .dz-cet .content ul li .flow-title {
		font-size: 18px;
	}
	.i4-indexInnerBox .dz .dz-cet .content ul li .flow-num {
		font-size: 50px;
		bottom: -19px;
	}
	.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .left h3 {
		font-size: 18px;
	}
	.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .left img {
		width: 70px;
	}
	.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .right {
		width: calc(100% - 72px - 50px - 10px);
		margin-left: 50px;
	}
	.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .right .row .rund {
		width: 15px;
		height: 15px;
	}
	.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .right .row .rund i {
		font-size: 12px;
	}
	.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .right .row p {
		font-size: 16px;
	}
	.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .b-row .item .b-rund {
		width: 25px;
		height: 25px;
	}
	.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .b-row .item img {
		max-height: 50%;
	}
	.i4-indexInnerBox .dz .dz-cet .content ul li .flow-content .b-row .item .wz {
		font-size: 14px;
	}
	.i4-indexInnerBox .dz .dz-cet .content ul li.active .flow-num {
		bottom: 212px;
	}
	.i4-indexBox .i4-indexInnerBox {
		padding: 80px 0 60px 0;
	}
	.i5-indexBox .i5-indexInnerBox {
		padding: 100px 0;
	}
	.i5-indexInnerBox .left h6 {
		font-size: 14px;
		line-height: 28px;
	}
	.i5-indexInnerBox .left form button {
		width: 130px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.i5-indexInnerBox .right .r-content .content .r-l {
		width: 300px;
		height: 314px;
	}
	.i5-indexInnerBox .right .r-content .content .r-l .item img {
		height: 35px;
	}
	.i5-indexInnerBox .right .r-content .content .r-l .item p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
	}
	.i5-indexInnerBox .right .r-content .content .r-box {
		margin-top: 40px;
	}
	.i5-indexInnerBox .right .r-content .content .r-r {
		width: 220px;
	}
	.i5-indexInnerBox .right .r-content .content .r-r>img {
		height: 140px;
	}
	.i5-indexInnerBox .left .line {
		margin: 25px 0 10px 0;
	}
	.i5-indexInnerBox .left form {
		margin-top: 25px;
	}
	.i5-indexInnerBox .right .r-content .content .r-r h3 {
		font-size: 18px;
		margin: 23px 0 15px 0;
	}
	.i5-indexInnerBox .right .r-content .content .r-r h6 {
		font-size: 14px;
		line-height: 24px;
	}
	.i5-indexInnerBox .right .r-content .content .r-r a span {
		font-size: 14px;
	}
	.i5-indexInnerBox .right .r-content .content .r-r a {
		margin-top: 20px;
	}
	.i5-indexInnerBox .right {
		width: calc(100% - 250px - 70px);
		height: 420px;
	}
	.i5-indexInnerBox .left {
		width: 250px;
	}
	.i5-indexInnerBox .left form textarea {
		margin-top: 15px;
		height: 45px;
	}
	.i5-indexInnerBox .left form input:not(:first-of-type) {
		margin-top: 15px;
	}
	.i5-indexInnerBox .left form input {
		padding-bottom: 15px;
	}
	.i5-indexInnerBox .right .r-content .content .r-l .item {
		margin-bottom: 60px;
	}
	/* .i5-indexInnerBox .right .r-content .content .r-l .item:nth-of-type(1),.i5-indexInnerBox .right .r-content .content .r-l .item:nth-of-type(2),.i5-indexInnerBox .right .r-content .content .r-l .item:nth-of-type(3) {margin-bottom:60px;}
*/
	.i6-indexBox .i6-indexInnerBox {
		padding: 80px 0 80px 0;
	}
	.i6-indexInnerBox .my-td-swiper .s-c .title h3 {
		font-size: 20px;
	}
	.i6-indexInnerBox .my-td-swiper .s-c .title h6 {
		font-size: 16px;
	}
	.i6-indexInnerBox .my-td-swiper .s-c .title {
		top: 30px;
		left: 20px;
	}
	.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content h6 span {
		font-size: 14px;
		line-height: 26px;
	}
	.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content a span {
		font-size: 14px;
	}
	.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content a {
		margin-top: 20px;
	}
	.i6-indexInnerBox .my-td-swiper .s-c .flow-content {
		height: 180px;
	}
	.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content {
		padding-top: 15px;
	}
	.i6-indexInnerBox .my-td-swiper .s-c {
		height: 380px;
	}
	.i6-indexInnerBox .contact .left h3 {
		font-size: 26px;
	}
	.i6-indexInnerBox .contact .left h5 {
		font-size: 18px;
	}
	.i6-indexInnerBox .contact .right h3 {
		font-size: 18px;
	}
	.i6-indexInnerBox .contact .right .btnBox a {
		width: 150px;
		height: 44px;
		line-height: 44px;
		font-size: 16px;
	}
	.i6-indexInnerBox .contact {
		padding: 40px 0;
	}
	.i7-indexInnerBox {
		width: calc(1000px - 30px) !important;
		padding-left: 30px !important;
	}
	.i7-indexInnerBox h6 {
		font-size: 14px;
	}
	.i7-indexInnerBox .numContenthz {
		margin-top: 40px;
	}
	.i7-indexInnerBox .numContenthz .numText .num {
		font-size: 80px;
	}
	.i7-indexInnerBox .numContenthz .numText span {
		font-size: 40px;
	}
	.i7-indexInnerBox .js {
		font-size: 22px;
		margin: 15px 0 25px 0;
	}
	.i7-indexInnerBox a {
		width: 150px;
		height: 44px;
		line-height: 44px;
		font-size: 16px;
	}
	.i8-indexBox .i8-indexInnerBox {
		padding: 80px 0;
	}
	
	.i8-indexInnerBox .container .item .top h6 {
		font-size: 14px;
	}
	.i8-indexInnerBox .container .item .top h3 {
		font-size: 22px;
		margin-top: 8px;
	}
	.i8-indexInnerBox .container .item .top {
		height: 100px;
	}
	.i8-indexInnerBox .container .item .content .row .left {
		width: 120px;
		height: 84px;
	}
	.i8-indexInnerBox .container .item .content .row .right {
		width: calc(100% - 120px - 10px);
		margin-left: 10px;
	}
	
	.i8-indexInnerBox .container .item .content .row .right h6 {
		font-size: 14px;
		line-height: 24px;
	}
	.i8-indexInnerBox .container .item .content .more {
		width: 150px;
		height: 44px;
		line-height: 44px;
		font-size: 14px;
	}
	.i8-indexInnerBox .container {
		height: 612px;
	}
	.i8-indexInnerBox .container .n-list {
		width: 290px;
	}
	.i8-indexInnerBox .container .item {
		margin-right: 25px;
		width: calc((100% - 290px - 50px) / 2);
	}
	.i9-indexInnerBox .left h3 {
		font-size: 22px;
	}
	.i9-indexInnerBox .btnBox a {
		width: 150px;
		height: 44px;
		line-height: 44px;
		font-size: 14px;
	}
	.i9-indexBox .i9-indexInnerBox {
		padding: 60px 0;
	}
	.i10-indexBox .container {
		height: 500px;
	}
	.i10-indexBox .container .left {
		width: 180px;
	}
	.i10-indexBox .container ul {
		width: calc(100% - 180px - 20px);
	}
	.i10-indexBox .container ul li img {
		height: 90px;
	}
	.i10-indexBox .container ul li .text h3 {
		font-size: 32px;
	}
	.i10-indexBox .container ul li .text h5 {
		font-size: 20px;
	}
	.i10-indexBox .container ul li .text h6 {
		font-size: 16px;
	}
	.i10-indexBox .container ul li .nums {
		font-size: 80px;
	}
	.i10-indexBox .container ul li .text {
		top: 35px;
	}
	.footerInnerBox .top ul li a {
		font-size: 14px;
		margin-top: 15px;
	}
	.lec-InnerBox .lec-list li a .l-c .l-text .name h4 {
		font-size: 16px;
	}
	.lec-InnerBox .lec-list li a .l-c .l-text .name .print p {
		font-size: 14px;
	}
	.lec-InnerBox .lec-list li a .l-c .l-text h6 span {
		font-size: 14px;
		line-height: 22px;
	}
	.lec-InnerBox .lec-list li a .l-c .l-text .gw h4 {
		font-size: 14px;
	}
	.lec-InnerBox .lec-list li a .l-c .l-text .gw .print p {
		font-size: 14px;
	}
	.lec-InnerBox .lec-list li a .l-c .bg {
		height: 210px;
	}
	.lec-banner {
		height: 500px;
	}
	.lec-banner .right {
		height: 320px;
		margin-left: 70px;
	}
	.lec-banner .left {
		width: 600px;
		padding-bottom: 40px;
	}
	.lec-banner .left .js {
		font-size: 16px;
		line-height: 30px;
		margin: 25px 0;
	}
	.lec-banner .left .name {
		font-size: 18px;
	}
	.lec-banner .left .name span {
		font-size: 30px;
	}
	.lec-banner .left .item-box .item {
		width: 90px;
		height: 70px;
	}
	.lec-banner .left .item-box .item .dd {
		font-size: 16px;
	}
	.lec-banner .left .item-box .item .sz {
		font-size: 18px;
	}
	.lec-nav a {
		font-size: 16px;
	}
	.lec-left-Box {
		width: 730px;
	}
	.lec-right-Box {
		width: 250px;
	}
	.lec-title {
		font-size: 26px;
	}
	.lec-left-Box .top-xx .content .row-box .row p {
		font-size: 14px;
		line-height: 24px;
	}
	.lec-left-Box .top-xx .content .row-box span {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.lec-left-Box .top-xx .content .row-box .row:not(:first-of-type) {
		margin-top: 7px;
	}
	.lec-left-Box .top-xx .content .row-box .row img {
		width: 14px;
		height: 14px;
		padding-top: 5px;
	}
	.lec-left-Box .kc .content .row-box .row span {
		font-size: 14px;
		line-height: 24px;
	}
	.lec-left-Box .kc .content .row-box .row:not(:first-of-type) {
		margin-top: 7px;
	}
	.lec-left-Box .kc .content .row-box .row p {
		font-size: 14px;
		line-height: 24px;
	}
	.lec-left-Box .top-xx .content .row-box {
		margin-top: 20px;
	}
	.lec-left-Box .top-xx .content {
		padding: 30px 0;
	}
	.lec-left-Box .kc .content {
		padding: 30px 0;
	}
	.lec-title-box a p {
		font-size: 14px;
	}
	.lec-title-box a i {
		font-size: 16px;
	}
	.lec-left-Box .kc li a img {
		width: 200px;
	}
	.lec-left-Box .kc li a .r-text {
		width: calc(100% - 20px - 200px);
		/* margin-left:15px;*/
	}
	.lec-left-Box .kc li a .r-text h3 {
		font-size: 16px;
	}
	.lec-left-Box .kc li a .r-text h6 span {
		font-size: 12px;
		line-height: 22px;
	}
	.lec-left-Box .kc li a .r-text h6 {
		height: 44px;
	}
	.lec-left-Box .kc li a .r-text .bottom .dx {
		font-size: 12px;
		width: 250px;
	}
	.lec-left-Box .kc ul {
		margin-top: 20px;
	}
	.lec-left-Box .kc li:not(:last-of-type) {
		padding-bottom: 20px;
	}
	.lec-left-Box .kc li:not(:first-of-type) {
		padding-top: 20px;
	}
	.lec-left-Box .xskc .content {
		padding: 30px 0;
	}
	.lec-left-Box .xskc .content .item-box {
		margin-top: 20px;
		height: 472px;
	}
	.lec-left-Box .xskc .content .item-box a .bottom h3 {
		font-size: 16px;
	}
	.lec-left-Box .xskc .content .item-box a .bottom .zs-box p {
		font-size: 12px;
	}
	.lec-left-Box .xskc .content .item-box a .bottom .zs-box .zs {
		font-size: 12px;
	}
	.lec-left-Box .xskc .content .item-box a .bottom {
		height: 100px;
	}
	.lec-left-Box .xskc .content .item-box a .bottom .zs-box {
		margin-top: 10px;
	}
	.lec-left-Box .xskc .content .item-box a img {
		height: 120px;
	}
	.lec-right-Box .case .content {
		padding: 30px 0;
	}
	.lec-right-Box .case .content ul {
		margin-top: 20px;
	}
	.lec-right-Box .case .content ul li a {
		font-size: 14px;
		line-height: 26px;
	}
	.lec-right-Box .case .content ul li {
		padding-bottom: 15px;
	}
	.lec-right-Box .case .content ul li:not(:first-of-type) {
		padding-top: 15px;
	}
	.lec-left-Box .jbxx .content {
		padding: 30px 0;
	}
	.lec-left-Box .jbxx .content .grxx-box div {
		font-size: 16px;
	}
	.lec-left-Box .jbxx .content .xx-line {
		margin: 30px 0 25px 0;
	}
	.lec-left-Box .jbxx .content .ryjx-box .ryjx {
		font-size: 16px;
		width: 80px;
	}
	.lec-left-Box .jbxx .content .ryjx-box .my-ryjx-swiper .s-c p {
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}
	.lec-left-Box .jbxx .content .ryjx-box .my-ryjx-swiper .s-c img {
		width: 70px;
	}
	.lec-left-Box .szjy .content {
		padding: 30px 0;
	}
	.lec-left-Box .szjy .content .szjy-text .row p {
		font-size: 14px;
		line-height: 26px;
	}
	.lec-left-Box .szjy .content .szjy-text .row:not(:first-of-type) {
		margin-top: 7px;
	}
	.lec-left-Box .szjy .content .szjy-text .row img {
		width: 14px;
		height: 14px;
	}
	.lec-left-Box .case-jbxx .content {
		padding: 30px 0;
	}
	.lec-left-Box .case-jbxx .content .ca-ul li a .ca-sz {
		font-size: 28px;
	}
	.lec-left-Box .case-jbxx .content .ca-ul li a .ca-txt {
		font-size: 14px;
		width: calc(100% - 32px - 82px - 30px - 20px);
	}
	.lec-left-Box .case-jbxx .content .ca-ul li a .ca-time {
		font-size: 12px;
	}
	.lec-left-Box .case-jbxx .content .ca-ul {
		margin-top: 20px;
	}
	.lec-left-Box .case-jbxx .content .ca-ul li a {
		padding: 25px 0;
	}
	.lec-left-Box .fwkh .content {
		padding: 30px 0;
	}
	.lec-left-Box .fwkh .content .kh-ul {
		margin-top: 20px;
	}
	.lec-left-Box .fwkh .content .kh-ul li {
		height: 80px;
	}
	.lec-left-Box .fwkh .content .kh-ul li a img {
		max-width: 65%;
		max-height: 65%;
	}
	.public-container .left-box {
		width: 730px;
	}
	.public-container .right-box {
		width: 250px;
	}
	.public-container .left .kc-list li a .i-b {
		width: 200px;
	}
	.public-container .left .kc-list li a .i-b .wz p {
		font-size: 14px;
	}
	/*.public-container .left .kc-list li a img {*/
	/*  width:200px;*/
	/*}
*/
	.public-container .left .kc-list li a .content {
		width: calc(100% - 200px - 20px);
		margin-left: 20px;
	}
	.public-container .left .kc-list li a .content h3 {
		font-size: 16px;
	}
	.public-container .left .kc-list li a .content h6 span {
		font-size: 12px;
		line-height: 22px;
	}
	.public-container .left .kc-list li a .content h6 {
		height: 44px;
	}
	.public-container .left .kc-list li a .content .dx {
		font-size: 12px;
		width: 180px;
	}
	.public-container .left .kc-list li a .content .user {
		font-size: 12px;
	}
	.public-container .left .kc-list li:not(:last-of-type) {
		padding-bottom: 20px;
	}
	.public-container .left .kc-list li:not(:first-of-type) {
		padding-top: 20px;
	}
	.public-container .right h3 {
		font-size: 26px;
	}
	.public-container .right ul li a img {
		width: 90px;
		height: 110px;
	}
	.public-container .right ul li a .r-r h5 {
		font-size: 16px;
	}
	.public-container .right ul li a .r-r h6 span {
		font-size: 14px;
		line-height: 22px;
	}
	.public-container .right ul li a .r-r h6 {
		height: 44px;
		margin: 9px 0;
	}
	.public-container .right ul li a .r-r .print p {
		font-size: 14px;
	}
	.public-container .right ul li a .r-r .print i {
		font-size: 14px;
	}
	.public-container .right ul li a .r-r {
		width: calc(100% - 15px - 90px);
		margin-left: 15px;
	}
	.coud-InnerBox .top-container .content .left {
		width: 420px;
		height: 230px;
	}
	.coud-InnerBox .top-container .content .right {
		width: calc(100% - 420px - 40px);
		margin-left: 40px;
	}
	.coud-InnerBox .top-container .content .right .r-l h3 {
		font-size: 22px;
	}
	.coud-InnerBox .top-container .content .right .r-l .flow {
		top: 35px;
		font-size: 14px;
		padding: 7px 10px;
		max-width: calc(100% - 20px);
	}
	.coud-InnerBox .top-container .content .right .r-l .text {
		margin: 15px 0 20px 0;
	}
	.coud-InnerBox .top-container .content .right .r-l .text p {
		font-size: 16px;
	}
	.coud-InnerBox .top-container .content .right .r-l .text p:not(:first-of-type) {
		margin-top: 4px;
	}
	.coud-InnerBox .top-container .content .right .r-l .btn .bp {
		width: 120px;
		height: 37px;
		line-height: 37px;
		font-size: 14px;
	}
	.coud-InnerBox .top-container .content .right .r-r .rr-t p {
		font-size: 14px;
		margin-left: 10px;
	}
	.coud-InnerBox .top-container .content .right .r-r .img-box img {
		width: 100px;
		height: 100px;
	}
	.coud-InnerBox .top-container .content .right .r-r .img-box p {
		font-size: 12px;
		margin-top: 2px;
	}
	.coud-InnerBox .container .left {
		width: 730px;
	}
	.coud-InnerBox .container .right {
		width: 250px;
	}
	.coud-InnerBox .container .left .top-nav ul {
		height: 55px;
	}
	.coud-InnerBox .container .left .top-nav ul li a {
		line-height: 55px;
		font-size: 16px;
	}
	.coud-InnerBox .container .left .row1 {
		margin-top: 35px;
	}
	.coud-InnerBox .container .left .coud-title h3 {
		font-size: 24px;
	}
	.coud-InnerBox .container .left .coud-title img {
		width: 25px;
	}
	.coud-InnerBox .container .left .coud-title {
		margin-bottom: 18px;
	}
	.coud-InnerBox .container .left .row1 h6 {
		font-size: 14px;
		line-height: 26px;
	}
	.coud-InnerBox .container .left .row2 {
		margin-top: 35px;
	}
	.coud-InnerBox .container .left .row2 .wz img {
		width: 14px;
		height: 14px;
	}
	.coud-InnerBox .container .left .row2 .wz p {
		font-size: 14px;
		line-height: 26px;
	}
	.coud-InnerBox .container .left .row3 {
		margin-top: 35px;
	}
	.coud-InnerBox .container .left .row3 .item h3 {
		font-size: 16px;
	}
	.coud-InnerBox .container .left .row3 .item p {
		font-size: 14px;
		line-height: 26px;
	}
	.coud-InnerBox .container .left .row3 .item:not(:first-of-type) {
		margin-top: 25px;
	}
	.coud-InnerBox .container .right .content .rc-title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.coud-InnerBox .container .right .content {
		padding: 30px 0 20px 0;
	}
	.coud-InnerBox .container .right .content .r-zy img {
		width: 120px;
		height: 120px;
	}
	.coud-InnerBox .container .right .content .r-zy h3 {
		font-size: 16px;
		margin: 15px 0 8px 0;
	}
	.coud-InnerBox .container .right .content .r-zy h6 {
		font-size: 14px;
		line-height: 22px;
	}
	.coud-InnerBox .container .right .content .r-zy .item-box .item .name {
		font-size: 14px;
	}
	.coud-InnerBox .container .right .content .r-zy .item-box .item .sz {
		font-size: 14px;
	}
	.coud-InnerBox .container .right .content .rc-a {
		width: 120px;
		height: 37px;
		line-height: 37px;
		font-size: 14px;
	}
	.coud-InnerBox .container .right .content .my-zy-swiper .swiper-pagination-bullet-active {
		width: 40px;
	}
	.coud-InnerBox .container .right .content .my-zy-swiper .swiper-pagination-bullet {
		width: 20px;
	}
	.coud-InnerBox .container .right .c-list li .cl-c .name {
		font-size: 14px;
		line-height: 26px;
	}
	.coud-InnerBox .container .right .c-list li .cl-c .js {
		font-size: 12px;
		margin-top: 7px;
	}
	.coud-InnerBox .container .right .c-list li:not(:last-of-type) {
		padding-bottom: 15px;
	}
	.coud-InnerBox .container .right .c-list li:not(:first-of-type) {
		padding-top: 15px;
	}
	.coud-dailog .content .title h3 {
		font-size: 22px;
	}
	.coud-dailog .content .title h6 {
		font-size: 14px;
	}
	.coud-dailog .content form .row label {
		font-size: 14px;
		width: 70px;
	}
	.coud-dailog .content form .row input {
		height: 40px;
		font-size: 14px;
	}
	.coud-dailog .content form .row:not(:first-of-type) {
		margin-top: 15px;
	}
	.coud-dailog .content form button {
		width: 120px;
		height: 37px;
		line-height: 37px;
		font-size: 14px;
	}
	.coud-dailog .content .d-tip h3 span {
		font-size: 16px;
	}
	.coud-dailog .content .d-tip h3 i {
		font-size: 22px;
	}
	.coud-dailog .content .d-tip h6 {
		font-size: 12px;
	}
	.coud-dailog .content {
		width: 850px;
	}
	.open-InnerBox .title .wz img {
		width: 395px;
		display: block;
	}
	.open-InnerBox .title .wz h6 {
		font-size: 18px;
	}
	.open-InnerBox .title .line {
		width: calc((100% - 395px - 80px) / 2);
	}
	.open-InnerBox .container1 .left {
		width: 500px;
	}
	.open-InnerBox .container1 .right {
		width: 430px;
		height: 300px;
		margin-top: 110px;
	}
	.open-InnerBox .container1 .left h6 {
		font-size: 16px;
		line-height: 28px;
		margin: 25px 0 20px 0;
	}
	.open-InnerBox .container1 .left .item-box .item {
		padding: 15px 20px 17px 13px;
		width: calc(100% - 20px - 13px);
	}
	.open-InnerBox .container1 .left .item-box .item .text h5 {
		font-size: 14px;
		line-height: 22px;
	}
	.open-InnerBox .container1 .left .item-box .item .text h4 {
		font-size: 18px;
	}
	.open-InnerBox .container1 .left h3 {
		font-size: 26px;
	}
	.open-InnerBox .container2 h6 {
		font-size: 16px;
	}
	.open-InnerBox .container2 .item-box .item .icon p {
		font-size: 16px;
	}
	.open-InnerBox .container2 .item-box .item .sz {
		font-size: 42px;
	}
	.open-InnerBox .container2 .item-box .item .icon img {
		width: 48px;
	}
	.open-InnerBox .container3 h3 {
		font-size: 18px;
	}
	.open-InnerBox .container3 h3 span {
		font-size: 26px;
	}
	.open-InnerBox .container3 .content {
		height: 180px;
	}
	.open-InnerBox .container3 .content .zj .left h4 {
		font-size: 26px;
		line-height: 40px;
	}
	.open-InnerBox .container3 .content .zj .left img {
		width: 300px;
	}
	.open-InnerBox .container3 .content .zj .right .lxwm {
		width: 120px;
		height: 37px;
		line-height: 37px;
		font-size: 14px;
	}
	.open-InnerBox .container3 .content .zj .right .dh .icon {
		width: 30px;
		height: 30px;
	}
	.open-InnerBox .container3 .content .zj .right .dh .p {
		font-size: 18px;
	}
	.open-InnerBox .container3 .content .zj .right .dh {
		margin-top: 15px;
	}
	.open-InnerBox .container3 .gkk-content .right img {
		height: 220px;
		margin-top: 50px;
	}
	.open-InnerBox .container3 .gkk-content .right h4 {
		font-size: 26px;
	}
	.open-InnerBox .container3 .gkk-content .right .text {
		margin-top: 20px;
	}
	.open-InnerBox .container3 .gkk-content .right .text p {
		font-size: 16px;
		line-height: 30px;
	}
	.open-InnerBox .container3 .gkk-content .right .wz {
		width: 380px;
		margin-top: 20px;
	}
	.open-InnerBox .container3 .gkk-content .left {
		width: 320px;
		border-radius: 6px;
		height: 270px;
	}
	.open-InnerBox .container4 .bg {
		width: 100%;
	}
	.open-InnerBox .container4 h4 {
		font-size: 26px;
	}
	.open-InnerBox .container4 .rund {
		width: 100px;
		height: 100px;
		font-size: 20px;
	}
	@keyframes open {
		0% {
			width: 100px;
			height: 100px;
		}
		50% {
			width: 130px;
			height: 130px;
			opacity: 0.15;
		}
		100% {
			width: 160px;
			height: 160px;
			opacity: 0.05;
		}
	}
	.open2-InnerBox h3 {
		font-size: 26px;
	}
	.open2-InnerBox h6 {
		font-size: 16px;
		line-height: 30px;
		margin: 20px auto 0;
	}
	.open2-Box .open2-InnerBox {
		height: calc(370px - 70px);
	}
	.open2-InnerBox .flow-sz .numContent .item .text .numText .num {
		font-size: 38px;
	}
	.open2-InnerBox .flow-sz .numContent .item img {
		width: 45px;
	}
	.open2-InnerBox .flow-sz .numContent .item .text .wz {
		font-size: 16px;
		margin-top: 7px;
	}
	.open2-InnerBox .flow-sz .numContent .item .text {
		margin-top: 20px;
	}
	.open2-InnerBox .flow-sz {
		padding: 40px 0;
		bottom: -110px;
	}
	.open3-InnerBox h3 {
		font-size: 26px;
	}
	.open3-InnerBox h6 {
		font-size: 16px;
	}
	.open3-Box .open3-InnerBox {
		padding: 170px 0 80px 0;
	}
	.open3-InnerBox .container .item .left .big {
		font-size: 20px;
	}
	.open3-InnerBox .container .item .left .min {
		font-size: 16px;
	}
	.open3-InnerBox .container .item .right li {
		font-size: 16px;
		width: 210px;
		height: 55px;
		line-height: 24px;
	}
	.open3-InnerBox .container .item .right img {
		width: 14px;
	}
	.open3-InnerBox .container .item .left {
		width: 210px;
		height: 95px;
	}
	.open3-InnerBox .container .item {
		height: 95px;
		width: calc(100% - 20px - 4px);
		padding-right: 20px;
	}
	.open3-InnerBox .container .xia {
		width: 96px;
		margin: 25px 0 15px 70px;
	}
	.open-InnerBox .container4 {
		height: 440px;
	}
	.open-InnerBox .container4 .bg-box {
		width: 100%;
	}
	.open-InnerBox .container4 .bg {
		width: 880px;
	}
	.open-InnerBox .container4 .wz1 {
		font-size: 30px;
		top: 105px;
		left: 350px;
	}
	.open-InnerBox .container4 .wz2 {
		font-size: 26px;
		right: 220px;
		top: 200px;
	}
	.open-InnerBox .container4 .wz3 {
		font-size: 22px;
		left: 215px;
		bottom: 180px;
	}
	.open-InnerBox .container4 .wz4 {
		font-size: 18px;
		right: 335px;
		bottom: 120px;
	}
	.open-InnerBox .container4 .wz5 {
		font-size: 16px;
		left: 360px;
		bottom: 100px;
	}
	.con4-InnerBox h3 {
		font-size: 26px;
	}
	.con4-InnerBox h6 {
		font-size: 16px;
	}
	.con4-InnerBox .container .left {
		width: 500px;
	}
	.con4-InnerBox .container form {
		width: 440px;
	}
	.con4-InnerBox .container .left .item .one .content .wz {
		font-size: 16px;
	}
	.con4-InnerBox .container .left .item .one .content i {
		font-size: 20px;
	}
	.con4-InnerBox .container .left .item .two .content {
		font-size: 14px;
		line-height: 24px;
		padding: 15px 0 20px 0;
	}
	.con4-InnerBox .container .left .item .one {
		height: 55px;
	}
	.con4-InnerBox .container .left .item .one .flow {
		font-size: 52px;
	}
	.con4-InnerBox .container form .row label {
		font-size: 16px;
		width: 90px;
	}
	.con4-InnerBox .container form .row input {
		width: calc(100% - 90px);
		font-size: 16px;
		height: 44px;
	}
	.con4-InnerBox .container form button {
		width: 120px;
		height: 37px;
		line-height: 37px;
		font-size: 14px;
	}
	.apt-InnerBox h3 {
		font-size: 26px;
		margin-top: 35px;
	}
	.apt-InnerBox .ap-list {
		margin-top: 40px;
	}
	.apt-InnerBox .ap-list li {
		width: calc((100% - 100px) / 3);
		margin-right: 50px;
		margin-bottom: 50px;
		height: 300px;
	}
	.gjapt-InnerBox h3 {
		margin-top: 35px;
		font-size: 26px;
	}
	.gj-typeBox a {
		font-size: 14px;
		padding: 5px 20px;
	}
	.gj-typeBox {
		margin: 35px 0 50px 0;
	}
	.gjapt-InnerBox .gjap-list li {
		width: calc((100% - 100px) / 3);
		margin-right: 50px;
		margin-bottom: 50px;
		height: 390px;
	}
	.gjapt-InnerBox .gjap-list li a .img-box {
		height: 320px;
	}
	.gjapt-InnerBox .gjap-list li a .img-box .flow-img img {
		width: 100px;
		height: 136px;
	}
	.gjapt-InnerBox .gjap-list li a .img-box .flow-img {
		bottom: -45px;
	}
	.gjapt-InnerBox .gjap-list li a .bottom {
		height: 70px;
	}
	.gjapt-InnerBox .gjap-list li a .bottom p {
		font-size: 16px;
	}
	.tb-box {
		max-height: 360px;
	}
	.off-InnerBox h3 {
		font-size: 26px;
		margin-top: 35px;
	}
	.off-InnerBox table thead th {
		font-size: 14px;
	}
	.off-InnerBox table tbody tr td {
		font-size: 14px;
		padding: 10px;
	}
	.off-InnerBox table tbody tr td a {
		font-size: 16px;
	}
	.off-InnerBox table tbody tr td p {
		font-size: 14px;
		line-height: 24px;
	}
	.new-InnerBox .left-Box {
		width: 730px;
	}
	.news-right-Box {
		width: 250px;
	}
	.new-InnerBox .left .content .ntype-box a {
		font-size: 14px;
		width: 90px;
		height: 34px;
		line-height: 34px;
	}
	.new-InnerBox .left .content .n-list li a .right-t {
		width: 240px;
		height: 135px;
	}
	.new-InnerBox .left .content .n-list li a .left-t {
		width: calc(100% - 240px - 50px);
		margin-right: 50px;
	}
	.new-InnerBox .left .content .n-list li a .left-t h3 {
		font-size: 16px;
	}
	.new-InnerBox .left .content .n-list li a .left-t h6 span {
		font-size: 12px;
		line-height: 22px;
	}
	.new-InnerBox .left .content .n-list li a .left-t h6 {
		height: 34px;
		margin: 10px 0 30px 0;
	}
	.new-InnerBox .left .content .n-list li a .left-t .bottom .time p {
		font-size: 12px;
	}
	.new-InnerBox .left .content .n-list li a .left-t .bottom .time i {
		font-size: 14px;
	}
	.new-InnerBox .left .content .n-list li a .left-t .bottom .n-more p {
		font-size: 12px;
	}
	.new-InnerBox .left .content .n-list li {
		padding: 15px 0;
	}
	.new-InnerBox .left .content .n-list {
		margin-top: 20px;
	}
	.news-right-Box .content h3 {
		font-size: 26px;
	}
	.news-right-Box .content {
		padding: 30px 0 10px 0;
	}
	.news-right-Box .content ul li a .text h5 {
		font-size: 14px;
	}
	.news-right-Box .content ul li a .sz {
		font-size: 24px;
	}
	.news-right-Box .content ul li a .text {
		width: calc(100% - 30px - 15px);
	}
	.news-right-Box .content ul li a .text p {
		font-size: 12px;
		margin-top: 8px;
	}
	.news-right-Box .content ul li {
		padding: 15px 0;
	}
	.gjapt-InnerBox .gjap-list li a .img-box .text h4 {
		font-size: 26px;
	}
	.gjapt-InnerBox .gjap-list li a .img-box .text h6 {
		font-size: 20px;
		line-height: 32px;
		margin-top: 20px;
	}
	.nd-InnerBox .container .left-Box {
		width: 730px;
	}
	.nd-InnerBox .container .left-Box .left .content .title {
		font-size: 20px;
	}
	.nd-InnerBox .container .left-Box .left .content .time-user {
		margin: 20px 0;
	}
	.nd-InnerBox .container .left-Box .left .content .c-text p {
		margin-top: 25px;
	}
	.nd-InnerBox .container .left-Box .left .content .c-text {
		font-size: 14px !important;
		line-height: 26px !important;
	}
	.nd-InnerBox .container .left-Box .pe-box .p-l a {
		font-size: 14px;
	}
	.nd-InnerBox .container .left-Box .pe-box .p-r {
		font-size: 14px;
	}
	.con1-Box .con1-InnerBox {
		padding: 60px 0;
	}
	.con1-InnerBox .title {
		font-size: 26px;
	}
	.con1-InnerBox .title span {
		font-size: 34px;
	}
	.con1-InnerBox .item-box .item img {
		margin: 45px auto 0;
		height: 100px;
	}
	.con1-InnerBox .item-box .item {
		height: 300px;
	}
	.con1-InnerBox .item-box .item .text {
		margin: 30px auto 0;
	}
	.con1-InnerBox .item-box .item .text h3 {
		font-size: 20px;
	}
	.con1-InnerBox .item-box .item .text h6 {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
	.con1-InnerBox a {
		width: 120px;
		height: 37px;
		line-height: 37px;
		font-size: 14px;
	}
	.con1-2-Box .con1-2-InnerBox {
		width: calc(1000px - 100px);
		padding: 0 100px;
	}
	.con1-2-Box .public-tm {
		top: 60px;
	}
	.con1-2-Box .bg {
		height: 700px;
	}
	.public-tm h4 {
		font-size: 26px;
	}
	.public-tm h5 {
		font-size: 16px;
	}
	.con1-2-Box .rund img {
		width: 235px;
	}
	.con1-2-InnerBox .item .text .con1sz-box .con1sz {
		font-size: 38px;
	}
	@keyframes con1 {
		0% {
			width: 235px;
			height: 235px;
		}
		50% {
			width: 335px;
			height: 335px;
			/* opacity:1;*/
		}
		100% {
			width: 435px;
			height: 435px;
			/* opacity:0;*/
		}
	}
	.con1-3-InnerBox .top-box .text h3 {
		font-size: 20px;
	}
	.con1-3-InnerBox .top-box .text h3 span {
		font-size: 28px;
	}
	.con1-3-InnerBox .top-box .qr-box .item img {
		width: 80px;
		height: 80px;
	}
	.con1-3-InnerBox .top-box .qr-box .item p {
		font-size: 14px;
		margin-top: 5px;
	}
	.con1-3-InnerBox .top-box a {
		width: 120px;
		height: 37px;
		line-height: 37px;
		font-size: 14px;
	}
	.con1-3-InnerBox .top-box {
		height: 200px;
	}
	.con1-3-Box .container .item-box .item .rund {
		width: 70px;
		height: 70px;
	}
	.con1-3-Box .container .item-box .item .rund .icon img {
		max-width: 50%;
	}
	@keyframes con3 {
		0% {
			width: 70px;
			height: 70px;
		}
		50% {
			width: 100px;
			height: 100px;
			opacity: 0.15;
		}
		100% {
			width: 130px;
			height: 130px;
			opacity: 0.05;
		}
	}
	.con1-3-Box .container .item-box .item .text h6 {
		font-size: 20px;
		margin-top: -15px;
	}
	.con1-3-Box .container .item-box .item .text .js {
		font-size: 16px;
		margin: 10px 0 13px 0;
	}
	.con1-3-Box .container .item-box .item .text p {
		font-size: 16px;
	}
	.con1-3-Box .container .item-box .item .text h3 {
		font-size: 38px;
	}
	.con1-3-Box .container .item-box .item {
		max-width: 130px;
	}
	.con1-3-Box .container::before {
		top: 250px;
	}
	.con1-4-Box .item-box .text-box .title {
		font-size: 26px;
	}
	.con1-4-Box .item-box .text-box .line {
		width: 33px;
		margin: 20px 0 30px 0;
	}
	.con1-4-Box .item-box .text-box .text p {
		font-size: 14px;
		line-height: 26px;
	}
	.con1-4-Box .item-box .text-box .text p:not(:first-of-type) {
		margin-top: 20px;
	}
	.con1-4-Box .item-box .text-box .box {
		width: 420px;
	}
	.con1-4-Box .item-box:last-of-type .text-box {
		padding-right: 50px;
		width: calc(100% - 50px);
	}
	.con1-4-Box .item-box:first-of-type .text-box {
		padding-left: 50px;
		width: calc(100% - 50px);
	}
	.con1-4-Box .item-box {
		height: 400px;
	}
	.con1-4-Box .item-box .a-video-box .play {
		width: 60px;
		height: 60px;
	}
	.con1-4-Box .item-box .a-video-box .play i {
		font-size: 28px;
	}
	.con1-5-InnerBox .my-kh-swiper ul li a img {
		max-width: 65%;
		max-height: 65%;
	}
	.con1-5-InnerBox .my-kh-swiper ul li {
		height: 90px;
	}
	.con1-5-InnerBox .swiper-box a {
		height: 90px;
	}
	.con1-5-InnerBox .swiper-box a img {
		max-width: 65%;
		max-height: 65%;
	}
	.con1-5-Box .con1-5-InnerBox {
		padding: 60px 0;
	}
	.con1-6-Box .con1-6-InnerBox .left h3 {
		font-size: 26px;
	}
	.con1-6-Box .con1-6-InnerBox .left h6 {
		font-size: 16px;
		line-height: 30px;
	}
	.con1-6-Box .con1-6-InnerBox .left {
		width: 440px;
	}
	.con1-6-Box .con1-6-InnerBox .right {
		width: 500px;
		height: 370px;
	}
	.con1-6-Box .con1-6-InnerBox .left .numContent .num-b .numText .num {
		font-size: 28px;
	}
	.con1-6-Box .con1-6-InnerBox .left .numContent .num-b .numText span {
		font-size: 24px;
	}
	.con1-6-Box .con1-6-InnerBox .left .numContent .num-b .text {
		font-size: 14px;
		margin-top: 2px;
	}
	.con1-6-Box .con1-6-InnerBox .left a {
		width: 120px;
		height: 37px;
		line-height: 37px;
		font-size: 14px;
	}
	.con2-1-Box .con2-1-InnerBox {
		padding: 60px 0;
	}
	.con2-1-InnerBox .top-container .left {
		width: 420px;
	}
	.con2-1-InnerBox .top-container .right {
		width: 400px;
		height: 400px;
	}
	.con2-1-InnerBox .top-container .left h3 {
		font-size: 26px;
	}
	.con2-1-InnerBox .top-container .left .js {
		font-size: 18px;
		line-height: 32px;
		margin: 35px 0 15px 0;
	}
	.con2-1-InnerBox .top-container .left h6 {
		font-size: 16px;
		line-height: 28px;
	}
	.con2-1-InnerBox .top-container .left a {
		width: 120px;
		height: 37px;
		line-height: 37px;
		font-size: 14px;
	}
	.con2-1-InnerBox .bottom-container .item .flow-text img {
		height: 38px;
	}
	.con2-1-InnerBox .bottom-container .item .flow-text {
		padding-top: 20px;
	}
	.con2-1-InnerBox .bottom-container .item {
		height: 120px;
	}
	.con2-1-InnerBox .bottom-container .item .flow-text p {
		margin-top: 13px;
		font-size: 16px;
	}
	.con2-2-InnerBox h3 {
		font-size: 26px;
	}
	.con2-2-InnerBox h6 {
		font-size: 18px;
		line-height: 32px;
		margin-top: 20px;
	}
	.con2-2-InnerBox .item-box {
		margin-top: 50px;
	}
	.con2-2-InnerBox .item-box .item {
		width: calc((100% - 200px) / 5);
		margin-right: 50px;
	}
	.con2-2-InnerBox .item-box .item p {
		font-size: 16px;
		left: 25px;
		top: 20px;
	}
	.con2-2-InnerBox .item-box .item .flow {
		width: 75px;
		height: 75px;
	}
	.con2-3-Box .con2-3-InnerBox {
		padding: 60px 0;
	}
	.con2-3-InnerBox .title {
		font-size: 26px;
	}
	.con2-3-InnerBox .item-box .item .tw h3 {
		font-size: 18px;
	}
	.con2-3-InnerBox .item-box .item .tw h6 {
		font-size: 14px;
		line-height: 26px;
		margin: 10px 0 12px 0;
	}
	.con2-3-InnerBox .item-box .item .tw img {
		height: 130px;
	}
	.con2-3-InnerBox .item-box .item .rund {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
	.con2-3-InnerBox .item-box::before {
		top: 330px;
	}
	.con2-3-InnerBox .item-box .item:first-of-type .line {
		height: 140px;
	}
	.con2-4-Box .con2-4-InnerBox {
		padding: 60px 0 0 0;
	}
	.con2-4-InnerBox .title {
		font-size: 26px;
	}
	.con2-4-InnerBox .item-box {
		height: 430px;
	}
	.con2-4-InnerBox a {
		width: 120px;
		height: 37px;
		line-height: 37px;
		font-size: 14px;
	}
	.con2-6b .con1-6-InnerBox {
		padding: 60px 0;
	}
	.con3-1-Box {
		padding: 60px 0;
	}
	.lec-banner .con3-flow {
		bottom: 68px;
		transform: translateX(calc(-50% - 35px));
	}
	.con3-1-InnerBox .left h3 {
		font-size: 26px;
		line-height: 40px;
	}
	.con3-1-InnerBox .left .line {
		width: 70px;
		margin: 25px 0;
	}
	.con3-1-InnerBox .left h6 {
		font-size: 18px;
		line-height: 32px;
		width: 350px;
	}
	.con3-1-InnerBox .left {
		width: calc(50% - 50px);
		padding-left: 50px;
	}
	.con3-1-Box .con3-1-InnerBox {
		height: 330px;
	}
	.con3-2-InnerBox h5 {
		font-size: 26px;
	}
	.con3-2-InnerBox h5 span {
		font-size: 30px;
	}
	.con3-2-InnerBox h3 {
		font-size: 30px;
		padding-bottom: 20px;
		padding-right: 80px;
	}
	.con3-2-InnerBox h3::before {
		width: 60px;
	}
	.con3-2-Box {
		padding: 50px 0 65px;
	}
	.con3-3-Box .con3-3-InnerBox {
		padding: 60px 0;
	}
	.con3-3-InnerBox .title {
		font-size: 26px;
	}
	.con3-3-InnerBox .line {
		width: 70px;
		margin: 20px auto 35px;
	}
	.con3-3-InnerBox .container .left h6 {
		font-size: 16px;
		line-height: 28px;
	}
	.con3-3-InnerBox .container .left .sx .item {
		font-size: 20px;
		width: 150px;
		height: 50px;
		line-height: 50px;
	}
	.con3-3-InnerBox .container .right h6 {
		font-size: 16px;
		line-height: 28px;
	}
	.con3-3-InnerBox .container .right .r-l .item {
		font-size: 18px;
		width: 200px;
		height: 55px;
		line-height: 55px;
	}
	.con3-3-InnerBox .container .right .r-r p {
		font-size: 16px;
		margin-top: 15px;
	}
	.con3-3-InnerBox .container .left {
		width: 250px;
	}
	.con3-3-InnerBox .container .right {
		width: 550px;
	}
	.con3-3-InnerBox .container .right .r-r {
		margin-left: 70px;
	}
	.con3-3-InnerBox .container .right .r-r img {
		width: 150px;
	}
	.con3-3-InnerBox .container .right .r-l .item:not(:first-of-type) {
		margin-top: 15px;
	}
	.con3-3-InnerBox .container .left .sx .flow {
		font-size: 16px;
	}
	.con3-4-Box .con3-4-InnerBox {
		padding: 60px 0;
	}
	.con3-4-InnerBox .top-container .left h3 {
		font-size: 26px;
		padding-bottom: 20px;
	}
	.con3-4-InnerBox .top-container .left h3::before {
		width: 70px;
	}
	.con3-4-InnerBox .top-container .left {
		width: 350px;
	}
	.con3-4-InnerBox .top-container .right {
		width: 550px;
	}
	.con3-4-InnerBox .top-container .left a {
		width: 120px;
		height: 37px;
		line-height: 37px;
		font-size: 14px;
	}
	.con3-4-InnerBox .top-container .left h6 {
		font-size: 16px;
		line-height: 32px;
	}
	.con3-4-InnerBox .top-container .right .item:nth-of-type(even) {
		transform: translateY(30px);
	}
	.con3-4-InnerBox .container {
		margin-top: 100px;
	}
	.con3-4-InnerBox .container h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.con3-4-InnerBox .container .line {
		width: 70px;
	}
	.con3-4-InnerBox .container ul li {
		width: calc((100% - 40px) / 3);
		height: 120px;
		margin-right: 20px;
		margin-bottom: 20px;
		border-radius: 6px;
	}
	.con3-4-InnerBox .container ul li .content .right h4 {
		font-size: 16px;
	}
	.con3-4-InnerBox .container ul li .content .right h6 {
		font-size: 14px;
		line-height: 22px;
		margin-top: 5px;
	}
	.con3-4-InnerBox .container ul li .content .left {
		width: 70px;
		height: 70px;
	}
	.con3-4-InnerBox .container ul li .content .right {
		width: calc(100% - 70px - 19px);
	}
	.footerInnerBox .top ul li:not(:first-of-type) {
		margin-left: 55px;
	}
	.footerInnerBox .top .right .qrBox {
		margin-left: 65px;
	}
	.footerInnerBox .top .right .qrBox .item img {
		width: 80px;
		height: 80px;
	}
	.footerInnerBox .top .right .qrBox .item p {
		font-size: 14px;
		margin-top: 10px;
	}
	.footerInnerBox .top .right .contact .text .p:not(:first-of-type) {
		margin-top: 10px;
	}
	.footerInnerBox .top .right .contact .text {
		margin-top: 20px;
	}
	.footerInnerBox .top .right .contact .text .p {
		font-size: 14px;
	}
	.footerInnerBox .top .right .contact h3 {
		font-size: 18px;
	}
	.footerInnerBox .top .right .contact h3 {
		font-size: 18px;
	}
	.footerInnerBox .bottom {
		margin-top: 50px;
	}
	.footerInnerBox .top .right .contact a {
		width: 170px;
		height: 43px;
	}
	.footerInnerBox .top .right .contact a span,
	.footerInnerBox .top .right .contact .a-box a:last-of-type {
		font-size: 14px;
	}
	.footerInnerBox .top .right .contact a i {
		font-size: 16px;
	}
	.footerInnerBox .bottom .link {
		padding: 20px 0;
	}
	.footerInnerBox .bottom .link p {
		font-size: 14px;
		line-height: 1;
	}
	.footerInnerBox .bottom .link ul a,
	.footerInnerBox .bottom .link ul span {
		font-size: 12px;
		line-height: 1;
	}
	.footerInnerBox .bottom .link ul span {
		margin: 0 15px;
	}
	.footerInnerBox .bottom .a-link a {
		font-size: 12px;
	}
	.footerBox .footerInnerBox {
		padding: 50px 0;
	}
	.tips {
		width: 65px;
	}
	.tips .one-ul li a>i,
	.tips .two i {
		font-size: 22px;
	}
	.tips .one-ul li a .icon {
		width: 30px;
		height: 30px;
	}
	.tips .one-ul li a .icon i {
		font-size: 16px;
	}
	.tips ul li .fadein img {
		width: 80px;
		height: 80px;
	}
	.tips .one-ul li a,
	.tips .two a {
		padding: 10px 0;
	}
}

@media only screen and (max-width:1360px) {
	.i7-indexBox .i7-indexInnerBox {
		width: calc(1000px - 60px) !important;
		padding-left: 60px !important;
	}
	.i7-indexInnerBox .numContenthz {
		margin-top: 30px;
	}
	.i7-indexInnerBox .numContenthz .numText .nums {
		font-size: 60px;
	}
	.i7-indexInnerBox .js {
		font-size: 18px;
	}
}

@media only screen and (max-width:1260px) {
	.i7-indexBox .i7-indexInnerBox {
		width: calc(1000px - 80px) !important;
		padding-left: 80px !important;
	}
}