body {
	margin: auto;
	cursor: default;
	font-family:"Microsoft Yahei", sans-serif;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

div,
a {
	box-sizing: border-box;
}

input {
	background: none;
}

input[type="button"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: inherit;
}

div,
input {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-track {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .1);
}

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}
.container2 {
	width: 1200px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}
.container {
	width: 1305px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}
.login-cnt {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.login-cn {
	width: 540px;
	background: white;
	padding: 40px 50px;
	padding-top: 20px;
	margin: auto;
	margin-top: 315px;
}

.login-cn1 {
	border-bottom: 1px solid #979797;
	width: 100%;
	padding: 20px 0;
	font-size: 22px;
	color: #3B3C3C;
	font-weight: bold;
	margin-bottom: 30px;
}

.login-cn2 {
	border: 1px solid #DDDDDD;
	background: #F0F0F0;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	padding: 0 15px;
}

.login-cn2 img {
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.login-cn2 input {
	border: none;
	outline: none;
	width: calc(100% - 25px);
	height: 100%;
	font-size: 14px;
	color: #3B3C3C;
	display: inline-block;
	vertical-align: middle;
}

.login-cn3 {
	width: 100%;
	margin-top: 10px;
}
input[type=checkbox] {
	border: 1px solid #999999;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
	position: relative;
	width: 15px;
	height: 15px;
	font-size: 14px;
	margin: 0;
	border-radius: 3px;
	-webkit-appearance: none;
	/* background-color: #E6E6E6; */
	display: inline-block;
	vertical-align: middle;
}

input[type=checkbox]::after {
	position: absolute;
	top: 0;
	width: 15px;
	height: 15px;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: ' ';
}

input[type=checkbox]:checked {
	border: none;
}

input[type=checkbox]:checked::after {
	content: "✓";
	font-size: 12px;
	font-weight: bold;
	background: #F9790D;
	color: white;
	border-radius: 3px;
}

.login-cn3 div {
	width: calc(100% - 25px);
	margin-left: 5px;
	font-size: 16px;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
}

.login-cn3 a {
	color: #0D66F9;
}

.login-cn4 {
	border: none;
	outline: none;
	width: 100%;
	height: 54px;
	margin-top: 20px;
	background: #F9790D;
	color: white;
	font-size: 18px;
	font-weight: bold;
	display: block;
	border-radius: 3px;
}
.banner {
	width: 100%;
	height: 100%;
	position: relative;
}

.bannef {
	width: 100%;
	height: 100%;
}

.bannef .swiper {
	width: 100%;
	height: 100%;
}

.bannef .swiper-slide {
	width: 100%;
	height: 100%;
}

.bannef .swiper-slide-active .bannef1 img {
    -webkit-transform: scale(1);
		transform: scale(1);
	/*-webkit-animation: zoomin_out 6s infinite ease-in-out;*/
	/*-moz-animation: zoomin_out 6s infinite ease-in-out;*/
	/*-ms-animation: zoomin_out 6s infinite ease-in-out;*/
	/*-o-animation: zoomin_out 6s infinite ease-in-out;*/
}

@-webkit-keyframes zoomin_out {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes zoomin_out {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes zoomin_out {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.bannef1 {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.bannef1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	-webkit-transform: scale(1.2);
		transform: scale(1.2);
		transition-property: transform; /* 要应用过渡效果的属性 */
            transition-duration: 5s; /* 过渡持续时间为2秒 */
            transition-timing-function: ease; /* 过渡函数为ease */
            transition-delay: 1ms; /* 延迟3秒后才会开始执行过渡效果 */
}

.bannet {
	display: flex;
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
	z-index: 1001;
}

.bannet1 {
	width: 200px;
}

.bannet1_1 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: white;
}

.bannet1_2 {
	width: 100%;
	height: 3px;
	background: rgba(255, 255, 255, 0.22);
	margin-top: 10px;
}

.bannet1.active .bannet1_2 {
	background: white;
}

.in-grnhs {
	width: 100%;
	height: 100%;
	position: relative;
}

.in-grnh1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.in-grnh2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.in-grnh3 {
	width: 100%;
	display: inline-block;
}

.in-grnh3_1 {
	width: 455px;
	float: left;
}

.in-grnh3_1_1 {
	width: 100%;
	font-size: 50px;
	color: #F9790D;
	font-weight: bold;
}

.in-grnh3_1_2 {
	width: 100%;
	margin-top: 30px;
	font-size: 24px;
	color: #333333;
	line-height: 48px;
}

.in-grnh3_1_3 {
	width: 180px;
	height: 55px;
	background: rgba(0, 0, 0, 0.34);
	border-radius: 10px;
	display: flex;
	margin-top: 50px;
	overflow: hidden;
}

.in-grnh3_1_3_1 {
	width: calc(100% - 45px);
	height: 100%;
	text-align: center;
	line-height: 55px;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

.in-grnh3_1_3_2 {
	width: 45px;
	height: 100%;
	background: #F9790D;
	position: relative;
}

.in-grnh3_1_3_2 img {
	width: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.in-grnh3_2 {
	width: 455px;
	float: right;
}

.in-grnh3_2_1 {
	width: 100%;
	font-size: 50px;
	color: #ffffff;
	font-weight: bold;
}

.in-grnh3_2_2 {
	width: 100%;
	margin-top: 30px;
	font-size: 24px;
	color: #ffffff;
	line-height: 48px;
}

.grfl-box {
	width: 100%;
}

.grfl-bo {
	width: 100%;
	margin: 45px auto;
	display: inline-block;
}

.grfl-bo1 {
	width: 49%;
	height: 400px;
	float: left;
	margin: 1% 0;
	margin-right: 2%;
	position: relative;
}

.grfl-bo1:nth-child(2n) {
	margin-right: 0;
}

.grfl-bo1_1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.grfl-bo1_2 {
	width: 100%;
	padding: 0 60px;
	position: absolute;
    /* left: 50%; */
    top: 60px;
    /* transform: translate(-50%, -50%);*/
}

.grfl-bo1_3 {
	height: 45px;
	display: block;
}

.grfl-bo1_4 {
	width: 100%;
	margin-top: 15px;
	font-size: 30px;
	color: white;
	font-weight: bold;
}

.grfl-bo1_5 {
	width: 100%;
	margin-top: 15px;
	font-size: 18px;
	color: white;
	line-height: 35px;
}

.xzly-box {
	width: 100%;
	background-image: url(../img/bg_2.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.xzly-bo {
	width: 100%;
	margin: 115px auto;
}

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

.xzly-bo1_1 {
	width: 100%;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}

.xzly-bo1_2 {
	width: 100%;
	font-size: 24px;
	color: #333333;
	margin-top: 20px;
}

.xzly-bo2 {
	width: 100%;
	margin-top: 90px;
}

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

.xzly-bo2_2:last-child {
	margin-bottom: 0;
}

.xzly-bo2_2:nth-child(even) .xzly-bo2_1 {
	color: #999999;
}

.xzly-bo2_1 {
	max-width: 32%;
	min-width: 10%;
	min-height: 40px;
	line-height: 40px;
	margin-right: 1.5%;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #333333;
	text-align: center;
}

.xzly-bo2_1:nth-child(3n) {
	margin-right: 0;
}

.xzly-bo2_1:hover {
	font-size: 25px;
	color: #FF6633 !important;
}

.jzfl-box {
	width: 100%;
	background-image: url(../img/bg_3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jzfl-bo {
	width: 100%;
	margin: 145px auto;
}

.jzfl-bo1 {
	/* border: 1px solid red; */
	width: 51%;
	padding-right: 20px;
	font-size: 219px;
	color: rgba(255, 255, 255, 0.2);
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.jzfl-bo1_1 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.jzfl-bo1_2 {
	width: 100%;
	font-size: 50px;
	color: white;
	font-weight: bold;
}

.jzfl-bo1_3 {
	width: 100%;
	font-size: 34px;
	color: white;
}

.jzfl-bo2 {
	/* border: 1px solid red; */
	width: 48.5%;
	padding-left: 60px;
	display: inline-block;
	vertical-align: middle;
}

.jzfl-bo2_1 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	width: 100%;
	padding: 30px 0;
}

.jzfl-bo2_2 {
	width: 100%;
	font-size: 24px;
	color: white;
	font-weight: bold;
}

.jzfl-bo2_2 img {
	max-width: 30px;
	margin-right: 2px;
	display: inline-block;
	vertical-align: middle;
}

.jzfl-bo2_2 span {
	display: inline-block;
	vertical-align: middle;
}

.jzfl-bo2_3 {
	width: 100%;
	display: inline-block;
}

.jzfl-bo2_3 a {
	display: block;
	float: left;
	margin-top: 15px;
	margin-right: 25px;
	font-size: 16px;
	color: white;
}

.jzfl-bo2_3 a:last-child {
	margin-right: 0;
}

.ngsm-box {
	width: 100%;
	background-image: url(../img/bg_4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ngsm-bo {
	width: 100%;
	margin: 170px auto;
}

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

.ngsm-bo1_1 {
	width: 100%;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}

.ngsm-bo1_2 {
	width: 100%;
	margin-top: 15px;
	font-size: 22px;
	color: #999999;
}

.ngsm-bo2 {
	width: 100%;
	display: inline-block;
}

.ngsm-bo2_1 {
	width: 16.66%;
	float: left;
	margin-top: 70px;
	padding: 0 10px;
	text-align: center;
	font-size: 20px;
	color: #333333;
}

.ngsm-bo2_1 img {
	max-width: 100%;
	height: 75px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

.dwd-box {
	width: 100%;
	background: #F4F4F4;
	position: relative;
}

.dwd-bo1 {
	width: 50%;
	height: 705px;
	margin-left: 50%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.dwd-bo2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.dwd-bo3 {
	/* border: 1px solid red; */
	width: 50%;
}

.dwd-bo3_1 {
	width: 100%;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}

.dwd-bo3_2 {
	width: 100%;
	margin-top: 20px;
	font-size: 28px;
	color: #999999;
}

.dwd-bo3_3 {
	width: 100%;
	margin-top: 20px;
	display: inline-block;
}

.dwd-bo3_4 {
	width: 32%;
	margin-top: 30px;
	margin-right: 2%;
	font-size: 20px;
	color: #333333;
	float: left;
}

.dwd-bo3_4:nth-child(3n) {
	margin-right: 0;
}

.dwd-bo3_4 img {
	width: 24px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.dwd-bo3_4 div {
	width: calc(100% - 35px);
	display: inline-block;
	vertical-align: middle;
}

.jdtd-box {
	width: 100%;
	background-image: url(../img/bg_5.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jdtd-bo {
	width: 100%;
	margin: 100px auto;
	display: flex;
}

.jdtd-bo1 {
	width: 52%;
	padding: 0 10px;
}

.jdtd-bo1 img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.jdtd-bo2 {
	width: 48%;
	padding: 0 10px;
}

.jdtd-bo2 img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.tdjs-box {
	width: 100%;
	background-image: url(../img/bg_6.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.tdjs-bo {
	width: 100%;
	margin: 60px auto;
	display: inline-block;
}

.tdjs-bo1 {
	width: 45%;
	float: left;
	padding-top: 30px;
	padding-bottom: 80px;
	position: relative;
}

.tdjs-bo1_1 {
	width: 100%;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}

.tdjs-bo1_2 {
	width: 100%;
	margin-top: 35px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.tdjs-bo1_3 {
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.tdjs-bo1_4 {
	width: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.tdjs-bo2 {
	width: 43%;
	float: right;
}

.tdjs-bo2 img {
	width: 100%;
	display: block;
}

.nybanner {
	width: 100%;
	/*min-height: 430px;*/
	/* height: 700px; */
	position: relative;
}

.nybanne1 {
	width: 100%;
min-height: 430px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.nybanne2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.nybanne3 {
	width: 100%;
	display: inline-block;
}

.nybanne3_1 {
	width: 50%;
	float: right;
}

.nybanne3_1_1 {
	width: 55px;
}

.nybanne3_1_2 {
	width: 100%;
	margin-top: 10px;
	font-size: 40px;
	color: white;
}

.nybanne3_1_3 {
	width: 100%;
	margin-top: 30px;
}

.nybanne3_1_4 {
	font-size: 20px;
	color: #F9790D;
	display: inline-block;
	vertical-align: middle;
}

.nybanne3_1_5 {
	width: 55px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}
.nybanne3_2{
	width: 100%;
	text-align: center;
}
.nybanne3_2_1{
	width: 100%;
	font-size: 40px;
	color: white;
	font-weight: bold;
}
.nybanne3_2_2{
	width: 100%;
	margin-top: 20px;
	font-size: 20px;
	color: white;
}
.kcjs-box {
	width: 100%;
	background-image: url(../img/bg_7.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.kcjs-bo {
	width: 50%;
	background: rgba(255, 255, 255, 0.88);
	padding: 100px 70px;
}

.kcjs-bo1 {
	width: 100%;
	font-size: 40px;
	color: #F9790D;
	font-weight: bold;
}

.kcjs-bo2 {
	width: 100%;
	margin-top: 40px;
	font-size: 16px;
	color: #333333;
	line-height: 35px;
}

.kctx-box {
	width: 100%;
	position: relative;
}

.kctx-bo1 {
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.kctx-bo2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.kctx-bo3 {
	width: 100%;
	display: inline-block;
}

.kctx-bo3_1 {
	width: 500px;
	float: left;
}

.kctx-bo3_1_1 {
	width: 100%;
	/*font-size: 20px;*/
	    font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.kctx-bo3_1_2 {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 40px;
	color: #F9790D;
	font-weight: bold;
}

.kctx-bo3_1_3 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 30px;
	color: #333333;
}

.kctx-bo3_1_3:last-child {
	margin-bottom: 0;
}

.kctx-bo3_1_3 span {
	font-size: 80px;
	color: #F9790D;
	font-weight: bold;
}

.kctx-bo3_2 {
	width: 500px;
	float: right;
}

.kldkc-box {
	width: 100%;
	background-image: url(../img/bg_4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.kldkc-bo {
	width: 100%;
	margin: 100px auto;
}

.kldkc-bo1 {
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.kldkc-bo1_1 {
	width: 100%;
	font-size: 40px;
	color: #333333;
}

.kldkc-bo1_2 {
	width: 100%;
	font-size: 20px;
	color: #333333;
}

.kldkc-bo2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.kldkc-bo2_1 {
	width: 18.4%;
	margin-right: 2%;
	margin-top: 35px;
	position: relative;
}

.kldkc-bo2_1:nth-child(5n) {
	margin-right: 0;
}

.kldkc-bo2_2 {
	width: 100%;
	display: block;
}

.kldkc-bo2_3 {
	/* border: 1px solid red; */
	width: 97%;
	height: 97%;
	padding: 35px 20px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.kldkc-bo2_3_1 {
	max-width: 90%;
	height: 70px;
	display: block;
	margin: auto;
	margin-bottom: 15px;
}

.kldkc-bo2_3_2 {
	width: 100%;
	font-size: 20px;
	color: #333333;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kldkc-bo2_3_3 {
	/* border: 1px solid red; */
	width: 100%;
	height: 63%;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	overflow: hidden;
	overflow-y: auto;
}
.ksdkc-box{
	width: 100%;
}
.ksdkc-bo{
	width: 100%;
	margin-top: 95px;
	margin-bottom: 40px;
}
.ksdkc-bo1{
	width: 100%;
	margin-top: 60px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.ksdkc-bo3{
	width: 515px;
	position: absolute;
	left: 50%;
	top: 36%;
	transform: translate(-50%,-50%);
	    z-index: -1;
}
.ksdkc-bo2{
	width: 100%;
	display: inline-block;
}
.ksdkc-bo2:nth-child(1){
	margin-bottom: 120px;
}
.ksdkc-bo2:last-child{
	margin-top: 20px;
}
.ksdkc-bo2_1{
	width: 410px;
	float: left;
	display: inline-block;
}
.ksdkc-bo2_1_1{
	width: 190px;
	float: right;
	position: relative;
}
.ksdkc-bo2_1_1 img{
	width: 100%;
	display: block;
}
.ksdkc-bo2_1_1 div{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.ksdkc-bo2_1_2{
	width: 100%;
	float: right;
	margin-top: 20px;
	text-align: right;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
}
.ksdkc-bo2_2{
	width: 410px;
	float: right;
}
.ksdkc-bo2_2_1{
	width: 190px;
	position: relative;
}
.ksdkc-bo2_2_1 img{
	width: 100%;
	display: block;
}
.ksdkc-bo2_2_1 div{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.ksdkc-bo2_2_2{
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
}
.ksdkc-bo2_3{
	width: 470px;
	margin: auto;
}
.ksdkc-bo2_3_1{
	width: 190px;
	margin: auto;
	position: relative;
}
.ksdkc-bo2_3_1 img{
	width: 100%;
	display: block;
}
.ksdkc-bo2_3_1 div{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.ksdkc-bo2_3_2{
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	text-align: center;
}
.ksdkc-bo4{
        width: 18.4%;
    margin-right: 2%;
    margin-top: 35px;
    position: relative;
    /*background: #f9790d;*/
    /*padding: 45px 20px;*/
    /*border-radius: 120px;*/
}
.ksdkc-bo4:nth-child(5n){
    margin-right: 0;
}
.ksdkc-bo4_3{
    width: 100%;
    display:block;
}
.ksdkc-bo4_4{
        width: 97%;
    height: 97%;
    padding: 45px 20px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.ksdkc-bo4_1{
   width: 90%;
    margin: auto;
    position: relative;
}
.ksdkc-bo4_1 img{
	width: 100%;
	display: block;
}
.ksdkc-bo4_1 div{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #f9790d;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.ksdkc-bo4_2{
        width: 100%;
    height: 250px;
    font-size: 14px;
    color: white;
    line-height: 28px;
    margin-top: 15px;
    overflow: hidden;
    overflow-y: auto;
}
.qkkc-box{
	width: 100%;
	background-image: url(../img/bg_9.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.qkkc-bo{
	width: 100%;
	margin: 130px auto;
}
.qkkc-bo1{
	width: 100%;
	margin-top: 70px;
	text-align: center;
}
.qkkc-bo1_1{
	font-size: 34px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
}
.qkkc-bo1_2{
	width: 140px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}
.qkkc-bo1_2_1{
	width: 134px;
	height: 116px;
	margin: auto;
	background-image: url(../img/bg_10.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.qkkc-bo1_2_2{
	max-width: 90%;
	max-height: 50px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.qkkc-bo1_2_3{
	max-width: 90%;
	max-height: 50px;
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.qkkc-bo1_2_4{
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 20px;
	color:#333333;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.qkkc-bo1_2_4 span{
	text-decoration: underline;
}
.qkkc-bo1_2:hover .qkkc-bo1_2_1{
	background-image: url(../img/bg_10-s.png);
}
.qkkc-bo1_2:hover .qkkc-bo1_2_2{
	display: none;
}
.qkkc-bo1_2:hover .qkkc-bo1_2_3{
	display: block;
}
.qkkc-bo1_2:hover .qkkc-bo1_2_4{
	color: #F9790D;
}
.kcdetail-box{
	width: 100%;
	background: #F6F6F6;
}
.kcdetail-bo{
	width: 100%;
	margin:75px auto;
}
.kcdetail-bo1{
	width: 100%;
	display: inline-block;
}
.kcdetail-bo1_1{
	width: 33.33%;
	float: left;
	background: white;
	padding: 60px 90px;
	text-align: center;
}
.kcdetail-bo1_2{
	text-decoration: underline;
	font-size: 54px;
	color: #333333;
	font-weight: bold;
	display: inline-block;
}
.kcdetail-bo1_3{
	width: 100%;
	margin-top: 20px;
	font-size: 24px;
	color: #333333;
}
.kcdetail-bo1_4{
	width: 100%;
	height: 115px;
	margin-top: 20px;
	text-align: left;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	overflow: hidden;
	overflow-y: auto;
}
/*.kcdetail-bo1_1:nth-child(2){*/
/*	background: #E5EFF3;*/
/*}*/
/*.kcdetail-bo1_1:nth-child(4){*/
/*	background: #F7E2D1;*/
/*}*/
/*.kcdetail-bo1_1:nth-child(6){*/
/*	background:#E7E2F2;*/
/*}*/
.kcdetail-bo2{
	width: 160px;
	display: block;
	margin: auto;
	margin-top: 60px;
}
.kcdetail-bo2 img{
	width: 100%;
}
.grfwfl-box{
	width: 100%;
}
.grfwfl-bo{
	width: 100%;
	text-align: center;
}
.grfwfl-bo1{
	display: inline-block;
	margin-right: 50px;
	padding: 15px 10px;
	font-size: 16px;
	color: #333333;
}
.grfwfl-bo1:last-child{
	margin-right: 0;
}
.grfwfl-bo1 img{
	max-width: 90%;
	height: 30px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.grfwfl-bo1.on{
	border-bottom: 2px solid #F9790D;
	color: #F9790D;
}
.hdzc-box{
	width: 100%;
	background-color: #F5F5F5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hdzc-img{
    width: 52%;
    height: 690px;
    display: block;
    margin-left: 48%;
    object-fit: cover;
    object-position: center;
}
.hdzc-cnt{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.hdzc-bo{
   width: 405px;
	/*margin: 160px 0;*/
	margin: 60px 0;
}
.hdzc-bo1{
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding: 0 5px;
}
.hdzc-bo1 span{
	position: relative;
	z-index: 1;
}
.hdzc-bo1::before{
	content: '';
	width: 100%;
	height: 10px;
	border-radius: 10px;
	background: #F6DCC7;
	position: absolute;
	left: 0;
	bottom: 0;
}
.hdzc-bo2{
	width: 100%;
	max-height: 485px;
    overflow: hidden;
    overflow-y: auto;
	margin-top: 35px;
}
.hdzc-bo2_1{
	border-left: 5px solid #F89A4B;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	background: white;
	padding: 0 20px;
	font-size: 22px;
	color: #333333;
	border-radius: 5px;
	display: block;
}
.hdzc-bo2_1:last-child{
	margin-bottom: 0;
}
.hdzc-bo2_1 img{
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.hdzc-bo2_1 div{
	width: calc(100% - 32px);
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
}
.grhb-box{
	width: 100%;
	background: #F6F6F6;
	display: inline-block;
}
.grhb-bo{
	width: 100%;
	margin:45px auto;
}
.grhb-bo1{
	width: 100%;
}
.grhb-bo1_1{
	border: none;
	outline: none;
	width: 270px;
	height: 45px;
	background: white;
	border-radius: 5px;
	padding: 0 20px;
	display: block;
	float: left;
	margin-right: 20px;
	 appearance: none;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	 background-image: url(../img/down_1.png);
	 background-position: center right 20px;
	 background-repeat: no-repeat;
	 background-size: 14px auto;
}
.grhb-bo1_2{
	border: none;
	outline: none;
	width: 95px;
	height: 45px;
	background: #F9790D;
	border-radius: 5px;
	display: block;
	font-size: 16px;
	color: white;
}
.grhb-bo2{
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
	color: #333333;
}
.grhb-bo2 span{
	font-size: 30px;
	font-weight: bold;
}
.pages {
	width: 100%;
	text-align: center;
}

.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}

.pagination a {
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	width: 30px;
	height: 30px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 30px;
	margin: 0 4px;
	border-radius: 5px;
}

.pagination img {
	height: 10px;
}

.pagination span {
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 30px;
	margin: 0 4px;
	border-radius: 5px;
}

.pagination a.active {
	border: 1px solid #F9790D;
	background: #F9790D;
	color: #ffffff;
}

.pagination a:active {
	border: 1px solid #F9790D;
	background: #F9790D;
	color: #ffffff;
}
.grhb-list{
	width: 100%;
	display: inline-block;
	margin-top: 55px;
}
.grhb-li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 70px;
	padding: 0 30px;
	display: block;
	background-image: url(../img/bg_12.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.grhb-li:nth-child(3n){
	margin-right: 0;
}
.grhb-lit{
	width: 100%;
	background: white;
	border-radius: 10px;
	padding: 25px;
}
.grhb-lit1{
	width: 100%;
	height: 180px;
	border-radius: 10px;
	overflow: hidden;
}
.grhb-lit1 img{
    	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.grhb-lit2{
	width: 100%;
	margin-top: 20px;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.grhb-lit3{
	width: 100%;
	height: 57px;
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
	/*display: -webkit-box;    */
	/*-webkit-box-orient: vertical;    */
	/*-webkit-line-clamp: 3;    */
	overflow: hidden;
	overflow-y: auto;
}
.grhb-lit4{
	border-top: 1px solid #E5E5E5;
	width: 100%;
	margin-top: 20px;
	padding-top: 15px;
	font-size: 14px;
	color: #999999;
}
.grhb-lit4 img{
	width: 13px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.grhb-lit4 div{
	width: calc(100% - 25px);
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.lxgr-box{
    width: 100%;
    display: flex;
}
.lxgr-bo{
    width: 100%;
}
.lxgr-bo img{
    width: 100%;
    display:block;
}