html,
body {
	margin: 0;
	padding: 0;
	/* max-width: 100%;
	overflow-x: hidden; */
}

* {
	box-sizing: border-box
}

html {
	background-color: #fff;
	width: 100%
}

body {
	margin: 0;
	-webkit-font-variant-ligatures: no-common-ligatures;
	-moz-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
	-webkit-font-smoothing: antialiased;
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Tahoma, Arial;
	
}

li,
p,
ul {
	margin: 0;
	padding: 0
}

li,
ul {
	list-style: none
}

a {
	color: inherit;
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: inherit;
	color: inherit
}

div {
	-webkit-tap-highlight-color: transparent
}

html {
	line-height: 1;
	background: #fff
}

body.disable-scroll {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden
}

h1,
h2,
h3,
h4 {
	margin: 0;
	font-weight: 400
}

input,
textarea {
	font-family: inherit;
	outline: none
}

.flex {
	display: flex;
}

.relative {
	position: relative;
}

.flex-clounm {
	display: flex;
	flex-direction: column;
}

.flex-block {
	display: block;
}

.safeArea {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.heraComp_text {
	margin: 0;
	white-space: pre-wrap;
}

.wrapper {
	min-width: 1280px;
	/* padding-top: 4.375rem; */
	max-width: 100%;
	overflow-x: hidden;
}

.first {
	padding-top: 130px;
	padding-bottom: 60px;
	background-image: linear-gradient(to bottom, #F2F6FF -10.36%, white 100%);
	background-clip: padding-box;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	/* margin-top: -70px; */
}

.first-left {
	flex: 0 0 40.000000%;
	padding-top:80px;
	padding-right: 60px;
}

.first-left h1 .h1-one {
	font-weight: 700;
	color: #1f2329;
	font-size: 48px;
	line-height: 56px;
	margin-bottom: 24px;
}

.first-left h1 .h1-two {
	font-size: 20px;
	line-height: 28px;
	color: #51565d;
	margin-bottom: 24px;
}

.first-right {
	flex: 0 0 60.000000%;
}

.first-right-button {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 150px;
	padding: 0 40px;
	height: 52px;
	border-radius: 30px;
	background-color: #3370ff;
	font-size: 18px;
	color: #fff;
	text-align: center;
	transition: all .2s ease;
	position: relative;
	border: 1px solid #3370ff;
	box-sizing: border-box;
	font-weight: 500;
	cursor: pointer;
}

.second {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #F0F4FF;
	border-top-left-radius: 6;
	border-top-right-radius: 6;
	border-bottom-right-radius: 6;
	border-bottom-left-radius: 6;
	position: relative;
}

.second-one {
	font-size: 36px;
	line-height: 46px;
}

.second-one-h2 {}

.second-two {
	color: #51565D;
	margin-top: 12px;
	/* margin-bottom: 40px */
}

.second-three {
	position: relative;
	width: 960px;
}

.second-three-one {
	position: absolute;
	top: -54px;
	left: -250px;
}

.second-three-two {
	position: absolute;
	top: 250px;
	right: -190px;
}

.second-four {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	overflow: hidden;
	position: relative;
	margin-top: -10px;
}

.second-four-box {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.third {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	transition: background-image .2s ease-in;
	padding-left: calc(50vw - 640px);
	padding-right: 40px;
	overflow: hidden;
}

.third-wrapper {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin: 0 auto
}

.third-controls {
	margin-right: 88px
}

.third-controls-item {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #dee0e3;
	margin: 12px 0
}

.third-controls .control_item-active {
	background-color: #3370ff
}

.third-descriptions,
.third-slides {
	display: inline-block
}

.third-descriptions {
	position: sticky;
	display: -ms-flexbox;
	display: flex;
	width: 450px;
	-ms-flex-align: center;
	align-items: center;
	z-index: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 130px
}

.third-descriptions-item {
	/* visibility: hidden;
	contain: size */
	display: none;
}

.third-descriptions-item .animation span {
	display: inline-block;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0
}

.third-descriptions-item.active {
	/* visibility: visible;
	contain: none */
	display: block;
}

.third-descriptions-item.active .animation span {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: opacity 1.2s cubic-bezier(.25, .74, .22, .99), -webkit-transform 1.2s cubic-bezier(.25, .74, .22, .99);
	transition: transform 1.2s cubic-bezier(.25, .74, .22, .99), opacity 1.2s cubic-bezier(.25, .74, .22, .99);
	transition: transform 1.2s cubic-bezier(.25, .74, .22, .99), opacity 1.2s cubic-bezier(.25, .74, .22, .99), -webkit-transform 1.2s cubic-bezier(.25, .74, .22, .99)
}

.third-descriptions-item.not-support-contain {
	display: none
}

.third-descriptions-item.not-support-contain.active {
	display: block
}

.third-slides {
	width: 660px;
	min-width: 660px;
	position: relative;
	z-index: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.third-slides-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.third-title {
	position: relative;
	font-weight: 600;
	font-size: 36px;
	line-height: 46px;
	color: #1f2329;
	margin-top: 40px;
	max-width: 370px
}

.third-info {
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #1f2329;
	margin-top: 32px;
	white-space: pre-wrap;
	max-width: 364px;
	margin-bottom: 80px
}

.third-btn {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #3370ff;
	margin-bottom: 12px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.third-btn:last-child {
	margin-bottom: 0
}

.third-btn a {
	line-height: 18px
}

.third-btn:hover {
	color: #4e83fd
}

.third-btn:hover a {
	border-bottom: 1px solid #4e83fd
}

.third-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	box-shadow: 0 6px 24px rgba(31, 35, 41, .08)
}

.third-tip {
	padding-left: 6px
}

.hci-gaea-date-next:before {
	background-image: url(../img/fifth-three.webp);
}

.third-imgWrapper {
	width: 100%;
	height: auto
}

.third-img {
	position: relative;
	min-width: 660px;
	max-width: 900px;
	width: 100%;
	height: auto;
	border-radius: 6px
	
}

.third-background {
	position: absolute;
	left: 725px;
	width: calc(50vw + 150px);
	transition: background-color .5s ease;
	overflow: hidden
}

.third-background-circle {
	position: absolute;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	transition: background-color .5s ease
}

.fourth {
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
}

.fourth-one {
	margin-bottom: 16px;
	font-size: 36px;
	line-height: 46px;
	font-weight: 600;
	color: #1f2329;
}

.fourth-two {
	width: 100%;
	display: flex;
	justify-content: center;
}

.fourth-two-box {
	width: 140px;
	margin-right: 70px;
}

.fourth-two-circle {
	width: 140px;
	height: 140px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-left-width: 1.5px;
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	transition: all .2s ease 0s;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 2px 24px rgb(28 76 186 / 8%);
}

.fourth-two-circle:hover {
	border-left-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1.5px;
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-color: #3370FF;
	border-top-color: #3370FF;
	border-right-color: #3370FF;
	border-bottom-color: #3370FF;
	background-color: #F0F4FF;
}

.fourth-two-circle img {
	display: block;
	width: 140px;
	height: 140px;
}

.fourth-two-title {
	color: #1F2329;
	font-size: 18px;
	line-height: 28px;
	margin-top: 24px;
	text-align: center;
}

.fifth {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 6.4vw;
	padding-right: 6.4vw;
	padding-top: 15.066666666666666vw;
	padding-bottom: 18.133333333333333vw;
	background-color: rgb(225,234,255);
}

.fifth-one {
	margin-bottom: 6.933333333333333vw;
}

.fifth-one img {
	display: block;
	width: 12vw;
	height: 12vw;
}

.fifth-two {
	font-size: 6.4vw;
	line-height: 8vw;
	color: #1f2329;
	font-weight: 600;
	margin-bottom: 4.266666666666667vw;
}

.fifth-two h1 {
	text-align: left;
	font-weight: bold;
}

.fifth-three {
	font-size: 4.266666666666667vw;
	line-height: 6.4vw;
	color: #1f2329;
	margin-bottom: 5.066666666666666vw;
}

.fifth-four {
	/* margin-bottom: 8.866666666666665vw; */
	display: inline-flex;
	align-items: center;
}

.fifth-four-title {
	color: #3370ff;
	font-size: 4.533333333333333vw;
	font-weight: 500;
	line-height: 7.199999999999999vw;
}

.fifth-four-icon {
	width: 4.266666666666667vw;
	height: 4.266666666666667vw;
	margin-left: 2.1333333333333333vw;
}

.fifth-four-icon img {
	display: block;
	width: 4.26667vw;
	height: 4.26667vw;
}

.fifth-five {}

.fifth-five img {
	display: block;
	width: 87.2vw;
	height: 58.1333vw;
}

.sixth {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 160px;
	padding-bottom: 160px;
}

.sixth-cardList-wrapper {
	width: 1200px;
	margin: 0 auto;
}

.sixth-header {
	position: relative;
}

.sixth-header-title {
	font-weight: 600;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	color: #373c43;
	margin-bottom: 60px;
}

.sixth-cardList-content {
	display: flex;
	flex-wrap: wrap;
}

.sixth-cardList-item {
	transition: all .3s ease-in-out;
	display: block;
	margin: 0 36px 60px 0;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgb(28 76 186 / 10%);

}

.sixth-cardList-item.active {
	display: none;
}

.sixth-cardList-item:nth-child(3n) {
	margin: 0 0 60px;
}

.sixth-cardList-item-banner {
	display: block;
	position: relative;
	height: 236px;
}

.sixth-cardList-item-banner-img {
	display: block;
	width: 376px;
	height: 236px;
}

.sixth-cardList-item-content {
	padding: 20px 20px 16px;
	position: relative;
	width: 376px;
	height: calc(100% - 238px);
	padding: 20px 20px 32px;
	background: #fff;
}

.sixth-cardList-logo-placeholder {
	height: 64px;
}

.six-cardList-item-logo-box {
	position: absolute;
	left: 0;
	bottom: 16px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.six-cardList-item-logo {
	display: block;
	margin-top: 16px;
	height: 48px;
	font-size: 20px;
	font-weight: 500;
}

.sixth-cardList-readMore {
	text-align: center;
}

.sixth-cardList-readMore-btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 150px;
	padding: 0 40px;
	height: 52px;
	border-radius: 30px;
	background-color: #fff;
	font-size: 18px;
	color: #3370ff;
	text-align: center;
	transition: all .2s ease;
	position: relative;
	border: 1px solid #3370ff;
	box-sizing: border-box;
	font-weight: 500;
	cursor: pointer;
}

.sixth-cardList-readMore-btn.active {
	display: none;
}

.seventh {
	position: relative;
	/* width: 100%; */
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
	padding-bottom: 120px;
	padding-left: 0;
	padding-right: 0;
	/* background-color: rgba(240, 244, 255, 0.5); */
	margin-top: 0px;
	width: 1200px;
}

.seventh-content {
	background-color: rgba(240, 244, 255, 0.5);
	width: 100%;
}

.seventh-content-one {
	width: 650px;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	color: #1F2329;
	line-height: 56px;
	font-size: 48px;
}

.seventh-content-two {
	margin-top: 24px;
	width: 482px;
	margin-left: auto;
	margin-right: auto;
	color: #51565D;
	font-size: 18px;
	line-height: 26px;
}

.seventh-content-three {
	position: absolute;
	top: 70px;
	left: 169px;

}

.seventh-content-three-img {
	display: block;
	width: 158px;
	height: 142px;

}

.seventh-content-three-img-img {
	display: block;
	width: 158px;
	height: 142px;
	background-image: url(https://hsrd.oss-cn-beijing.aliyuncs.com/gjdt/seventh-one.webp);
	background-size: 100% 100%
}

.seventh-content-four {
	position: absolute;
	top: 210px;
	right: 174px;
}

.seventh-content-four-img {
	display: block;
	width: 100px;
	height: 100px;
}

.seventh-content-four-img-img {
	display: block;
	width: 100px;
	height: 100px;
	background-image: url(https://hsrd.oss-cn-beijing.aliyuncs.com/gjdt/seventh-two.webp);
	background-size: 100% 100%
}

.eighth {
	width: 1072px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	/* padding-bottom: 200px; */
}

.eighth-content {
	display: flex;
	width: 100%;
	padding-left: 98px;
	padding-right: 140px;
	padding-bottom: 60px;
	border-bottom: 1px solid #DEE0E3;
}

.eighth-content-left {
	flex: 0 0 31.414868%;
}

.eighth-content-right {
	flex: 0 0 68.585132%;
	padding-left: 90px;
}

.eighth-content-right-title {
	font-size: 30px;
	line-height: 40px;
	color: #1F2329;
	margin-bottom: 24px;
}

.eighth-content-right-item {
	display: flex;
	width: 100%;
	margin-bottom: 16px;
}

.eighth-content-right-item-icon {
	flex: 0 0 6.639004%;
	padding-top: 4px;
}

.eighth-content-right-item-icon img {
	display: block;
	width: 16px;
	height: 16px;
}

.eighth-content-right-item-text {
	flex: 0 0 93.360996%;
}

.eighth-content-right-item-text-p {
	color: #51565D;
	font-size: 16px;
	line-height: 24px;
}

.nighth {}

.nighth-one {
	width: 87.2vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10.666666666666668vw;
}

.nighth-one-img {
	margin-bottom: 1.0666666666666667vw;
	/* padding-bottom: 6vw; */
}

.nighth-one-img img {

	display: block;
	width: 87.2vw;
	height: 48.5333vw;
}

.nighth-one-title {
	font-size: 5.333333333333334vw;
	line-height: 8vw;
	color: #1F2329;
	margin-bottom: 5.866666666666666vw;
}

.nighth-one-title h3 {
	text-align: center;
	font-weight: bold;
}

.nighth-one-content {
	display: flex;
	width: 100%;
	padding-left: 3.2vw;
	padding-right: 4.266666666666667vw;
	margin-bottom: 4.533333333333333vw;
}

.nighth-one-content-icon {
	flex: 0 0 9.197324%;
	padding-top: 1.0666666666666667vw;
}

.nighth-one-content-icon img {
	display: block;
	width: 4vw;
	height: 4vw;
}

.nighth-one-content-text {
	flex: 0 0 90.802676%;
}

.nighth-one-content-text-style {
	font-size: 4.266666666666667vw;
	line-height: 6.4vw;
	color: #51565D;
}

.tenth {
	width: 87.2vw;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius: 1.0666666666666667vw;
	border-top-right-radius: 1.0666666666666667vw;
	border-bottom-right-radius: 1.0666666666666667vw;
	border-bottom-left-radius: 1.0666666666666667vw;
	overflow: hidden;
	background-color: transparent;
	margin-bottom: 9vw;
}

.tenth-content {
	width: 87.2vw;
	height: 44.0667vw;
	margin-left: auto;
	margin-right: auto;
	background-image: url(https://hsrd.oss-cn-beijing.aliyuncs.com/gjdt/second-one.png);
	background-size: 100%;
}

.tenth-content-box {
	width: 100%;
	height: 100%;
	background: #000;
	position: relative;
	user-select: none;
	background-image: url(https://hsrd.oss-cn-beijing.aliyuncs.com/gjdt/second-four.webp);
}

.tenth-content-box img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-size: cover;
	background-position: 50%;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.eleventh {
	padding-top: 130px;
	padding-bottom: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.eleventh-content {
	margin-bottom: 60px;
	display: inline-flex;
	position: relative;
}

.eleventh-content-one {
	color: #1F2329;
	font-size: 40px;
	line-height: 60px;
	font-weight: 600;
}

.eleventh-content-two {
	position: absolute;
	left: -17px;
	top: -8px;
}

.eleventh-content-two img {
	display: block;
	width: 10px;
	height: 61px;
}

.eleventh-content-three {
	position: absolute;
	top: -10px;
	right: -70px;
}

.eleventh-content-three img {
	display: block;
	width: 72px;
	height: 64px;
}
.eleventh-img{
		width: 75rem;
	}
	.eleventh-img img{
		width: 75rem;
	}
.twelfth {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	background: transparent;
}

.twelfth-one {
	/* margin-left: -.13rem;
	margin-right: -.13rem;
	padding-left: .17rem;
	padding-right: .17rem;
	background-image: url(../img/12-one.jpg);
	background-size: 100%; */
	/* height: 200px;
	overflow: hidden; */
}

.twelfth-two {
	padding: 0 0.13rem;
}

.twelfth-two-content {
	margin-top: 0.55rem;
	padding: 0 1rem;
	margin-bottom: 0.65rem;
}
.thirteenth{
	width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	    background-color: rgba(240, 244, 255, 0.5);
	    padding-top: 120px;
	    padding-bottom: 118px;
	    margin-top: 90px;
		position: relative;
}
.thirteenth-box{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}
.thirteenth-content-one{
	font-size: 48px;
	    line-height: 56px;
	    color: #1F2329;
	    margin-bottom: 24px;
}
.thirteenth-content-one h1{
	    text-align: center;
	    font-weight: bold;
}
.thirteenth-content-two{
	margin-left: auto;
	    margin-right: auto;
	    font-size: 18px;
	    line-height: 24px;
	    color: #51565D;
	    /* margin-bottom: 32px; */
	    width: 542px;
}
.thirteenth-content-two p{
	text-align: center;
}
.thirteenth-content-three{
	position: absolute;
	    top: 26px;
	    left: 74px;
}
.thirteenth-content-three-img{
	    display: block;
	    width: 159px;
	    height: 166px;
		background-image: url(https://hsrd.oss-cn-beijing.aliyuncs.com/gjdt/thirteenth-one.webp);
		background-size: 100%;
}
.thirteenth-content-four{
	    position: absolute;
	    top: 26px;
	    right: 60px;
}
.thirteenth-content-four-img{
	   display: block;
	       width: 148px;
	       height: 145px;
		   background-image: url(https://hsrd.oss-cn-beijing.aliyuncs.com/gjdt/thirteenth-two.webp);
		   background-size: 100%;
}
.fourteenth{
	display: flex;
	    width: 1200px;
	    margin-left: auto;
	    margin-right: auto;
	    padding-top: 80px;
	    padding-bottom: 80px;
}
.fourteenth-one-left{
	       flex: 0 0 51.500000%;
	       padding-right: 138px;
}
.fourteenth-one-left-box{
	margin-top: auto;
	    margin-bottom: auto;
	    transform: translateY(-50%);
	    top: 50%;
		position: relative;
}
.fourteenth-one-left-1{
	color: #1F2329;
	    font-size: 30px;
	    line-height: 40px;
	    margin-bottom: 28px;
}
.fourteenth-one-left-1 h2{
	    text-align: left;
	    font-weight: bold;
}
.fourteenth-one-left-2{
	color: #51565D;
	    font-size: 16px;
	    line-height: 24px;
	    margin-bottom: 24px;
}
.fourteenth-one-left-2 p{
	
}
.fourteenth-one-left-3{
	font-size: 16px;
	    line-height: 24px;
	    color: #51565D;
}
.fourteenth-one-left-3 p{
	
}
.fourteenth-one-right{
	flex: 0 0 48.500000%;
}
.fourteenth-one-right-box{
	border-top-left-radius: 8px;
	    border-top-right-radius: 8px;
	    border-bottom-left-radius: 8px;
	    border-bottom-right-radius: 8px;
	    overflow: hidden;
		display: flex;
		width: 583px;
		height: 393px;
}
.fourteenth-one-right-box img{
	    display: block;
	    width: 583px;
	    height: 393px;
}
/* .swiper-container {
    width: 583px;
    height: 393px;
} */ 
.fourteenth-one-right-slider{
	display: flex;
}
.fourteenth-one-right-slider img{
	    display: block;
	    width: 583px;
	    height: 393px;
}
.fiveteenth{
	    padding-top: 16vw;
	    padding-bottom: 13.333333333333334vw;
	    background-color: #f8f9fa;
		display: block;
		position: relative;
}
.fiveteenth-box{
	    width: 87.2vw;
	    margin-left: auto;
	    margin-right: auto;
}
.fiveteenth-one{
	    color: #1F2329;
	    font-size: 6.4vw;
	    line-height: 8.533333333333333vw;
	    margin-bottom: 6.4vw;
}
.fiveteenth-one h2{
	text-align: left;
	    font-weight: bold;
}
.fiveteenth-two{
	color: #51565D;
	    font-size: 4.266666666666667vw;
	    line-height: 6.933333333333333vw;
	    margin-bottom: 8vw;
}
.fiveteenth-three{
	margin-bottom: 8vw;
	width: 87.2vw;
	height: 58.9333vw;
}
.fiveteenth-three img{
	  display: block;
	  width: 87.2vw;
	  height: 58.9333vw;  
}
.fiveteenth-four{
	    color: #51565D;
	    font-size: 4.266666666666667vw;
	    line-height: 6.933333333333333vw;
}
.sixteenth{
	background-color: #f8f9fa;
}
.sixteenth-box{
	display: flex;
		width: 1200px;
		    margin-left: auto;
		    margin-right: auto;
		    padding-top: 80px;
		    padding-bottom: 80px;
}
.sixteenth-left{
	    flex: 0 0 48.500000%;
}
.sixteenth-left-content{
	border-bottom-left-radius: 8px;
	    border-top-left-radius: 8px;
	    border-top-right-radius: 8px;
	    border-bottom-right-radius: 8px;
	    border-top: 8px;
	    border-right: 8px;
	    border-bottom: 8px;
	    border-left: 8px;
	    overflow: hidden;
		    width: 583px;
		    height: 393px;
}
.sixteenth-left-content img{
	display: block;
	width: 583px;
	height: 393px;
}
.sixteenth-right{
	flex: 0 0 51.500000%;
	    padding-left: 138px;
}
.sixteenth-right-content{
	    margin-top: auto;
	    margin-bottom: auto;
	    top: 50%;
	    transform: translateY(-50%);
		position: relative;
}
.sixteenth-right-content-one{
	color: #1F2329;
	    font-size: 30px;
	    line-height: 40px;
	    margin-bottom: 28px;
}
.sixteenth-right-content-one h2{
	 text-align: left;
	 font-weight: bold;
}
.sixteenth-right-content-two{
	    color: #51565D;
	    font-size: 16px;
	    line-height: 24px;
	    margin-bottom: 32px;
}
.table-tr{
	text-align: center;
}
.table-tr td{
	position: relative;
	    border-bottom: none;
	    padding: 10px 0 7px;
	    text-align: center;
	    font-size: 14px;
		/* font-weight: 500; */
}
.table-tr td:nth-child(1):after{
	    content: "";
	    position: absolute;
	    top: 25px;
	    right: 0;
	    width: 1px;
	    height: 30px;
	    background-color: #f1f1f1;
}
.table-tr td:nth-child(2):after{
	    content: "";
	    position: absolute;
	    top: 25px;
	    right: 0;
	    width: 1px;
	    height: 30px;
	    background-color: #f1f1f1;
}