body {
	margin: auto;
	cursor: default;
}

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

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

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

div,
a,
textarea,
input,
span {
	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);
}

/* a:hover,
button:hover {
	opacity: 0.7;
} */

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

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	width: 1200px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.container2 {
	padding: 0 150px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.inde_box {
	width: 100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
/* 自定义透明渐入动画 */
.fade-in {
  opacity: 0;
  transition: opacity 5s ease;
}

.fade-in.animated {
  opacity: 1;
}

/* 或使用关键帧 */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.fade-in {
  animation: fadeIn 1s ease;
  animation-fill-mode: both;
}
.inde_bo {
	width: 100%;
	margin: 210px auto;
}

/*.inde_bo1 {
	width: 505px;
	display: block;
	margin: auto;
}*/
.inde_bo1{
width: 465px;
    margin: auto;
}
.inde_bo1_1{
width:100%;
   display: flex;
    justify-content: center;
    align-items: flex-end;
}
.inde_bo1_1_1{
width:215px;
display: block;
}
.inde_bo1_1_2{
width:75px;
display: block;
margin-left:-105px;
position: relative;
top:-100px;
}
.inde_bo1_1_3{
width:265px;
display: block;
margin-left:10px;
position: relative;
top:-100px;
}
.inde_bo1_2{
width:400px;
display: block;
margin-left:60px;
position: relative;
    margin-top: -85px;
}
.inde_bo2 {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	/*font-family: "PlayfairDisplay-Italic";*/
	font-size: 50px;
	color: #020201;
}

.inde_bo3 {
	width: 100%;
	font-size: 22px;
	color: #020201;
	text-align: center;
margin-top: 15px;
}

.inde_bo4 {
	text-align: center;
	font-size: 14px;
	color: #080404;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	z-index: 10;
}
.inde_bo4 div{
	-webkit-animation: sc_animation 1s infinite linear alternate;
	animation: sc_animation 1s infinite linear alternate;
}
.inde_bo4 img {
	height: 10px;
	display: block;
	margin: auto;
	margin-top: 5px;
}

@-webkit-keyframes sc_animation {
	0% {
		-webkit-transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(0, -5px);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}

@keyframes sc_animation {
	0% {
		-webkit-transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(0, -5px);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}
.cpjs_cover{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .25);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}
.cpjs_box{
	width: 39%;
	height: 100%;
	padding: 0 70px;
	padding-top: 60px;
	padding-bottom: 80px;
	background: white;
	position: absolute;
	left: 0;
	top: 0;
}
.cpjs_bo1{
	width: 100%;
	display: inline-block;
}
.cpjs_bo1_1{
	width: 200px;
	display: block;
	float: left;
	margin-left: 50px;
}
.cpjs_bo1_1 img{
	width: 100%;
	display: block;
}
.cpjs_bo1_2{
	width: 12px;
	display: block;
	float: right;
}
.cpjs_bo2{
	border: 1px solid #000000;
	max-width: 100%;
	width: 305px;
	height: 50px;
	border-radius: 50px;
	padding: 3px;
	display: flex;
	margin-top: 40px;
}
.cpjs_bo2 input{
	border: none;
	outline: none;
	width: calc(100% - 44px);
	height: 100%;
	padding: 0 20px;
	font-size: 16px;
}
.cpjs_bo2 button{
	border: none;
	outline: none;
	width: 44px;
	height: 100%;
	border-radius: 50%;
	background-color: #E37036;
	background-image: url(../img/search_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.cpjs_bo4{
	width: 100%;
	height: calc(100% - 180px);
	margin-top: 40px;
	display: flex;
	overflow: hidden;
	overflow-y: auto;
}
.cpjs_bo5{
	width: 53%;
	padding-right: 11%;
}
.cpjs_bo5_1{
	width: 100%;
	display: block;
	font-size: 20px;
	color: #080404;
}
.cpjs_bo5_1 img{
	width: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.cpjs_bo5_1 span{
	display: inline-block;
	vertical-align: middle;
}
.cpjs_bo5_2{
	width: 100%;
	margin-top: 25px;
	padding-left: 30px;
}
.cpjs_bo5_3{
	width: 100%;
	display: block;
	padding: 15px 0;
}
.cpjs_bo5_3_1{
	width: 5px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.cpjs_bo5_3_1 img{
	width: 100%;
}
.cpjs_bo5_3_1_1{
	display: block;
}
.cpjs_bo5_3_1_2{
	display: none;
}
.cpjs_bo5_3_2{
	width: calc(100% - 15px);
	font-size: 18px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
	 white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden;    /* 隐藏溢出的内容 */
	  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
}
.cpjs_bo5_3.on .cpjs_bo5_3_2{
	color: #E37036;
}
.cpjs_bo5_3.on .cpjs_bo5_3_1_1{
	display: none;
}
.cpjs_bo5_3.on .cpjs_bo5_3_1_2{
	display: block;
}
.cpjs_bo6{
	border-left: 1px solid #E8E8E8;
	width: 47%;
	padding-left: 10%;
}
.cpjs_bo6_1{
	width: 100%;
	display: none;
}
.cpjs_bo7{
	width: 100%;
}
.cpjs_bo7_1{
	width: 100%;
	margin-bottom: 35px;
	font-size: 20px;
	color: #E37036;
}
.cpjs_bo7_2{
	width: 100%;
}
.cpjs_bo7_3{
	width: 100%;
	margin-bottom: 20px;
}
.cpjs_bo7_3:last-child{
	margin-bottom: 0;
}
.cpjs_bo7_3:hover .cpjs_bo7_3_1{
	color: #E37036;
}
.cpjs_bo7_3_1{
    width: 100%;
    	display: block;
    		font-size: 16px;
	color: #333333;
}
.cpjs_bo7_3_2{
    width: 100%;
    font-size: 12px;
    color: #999;
}
.gywm_abouts{
	width: 100%;
	background-image: url(../img/bg_2.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.gywm_about{
	width: 100%;
	margin-top: 275px;
}
.gywm_about1{
	width: 40%;
	display: inline-block;
	vertical-align: middle;
}
.gywm_about1_1{
	width: 100%;
	font-size: 48px;
	color: #080404;
}
.gywm_about1_2{
	width: 100%;
	font-size: 29px;
	color: #080404;
}
.gywm_about1_3{
	width: 100%;
	margin-top: 70px;
	font-size: 16px;
	color: #080404;
	line-height: 30px;
}
.gywm_about2{
	width: 55%;
	margin-left: 4.5%;
	display: inline-block;
	vertical-align: middle;
}
.gywm_about2 img{
	width: 100%;
	display: block;
}
.gywm_zzrys{
	width: 100%;
	background: #F5F8FD;
}
.gywm_zzry{
	width: 100%;
	margin:120px auto;
	display: inline-block;
}
.gywm_zzry1{
	width: 40%;
	float: left;
}
.gywm_zzry1_1{
	width: 100%;
	margin-top: 100px;
}
.gywm_zzry1_2{
	width: 100%;
	margin-bottom: 35px;
	font-size: 18px;
	color: #333333;
}
.gywm_zzry1_2:last-child{
	margin-bottom: 0;
}
.gywm_zzry1_2 img{
	width: 10px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.gywm_zzry1_2 div{
	width: calc(100% - 25px);
	display: inline-block;
	vertical-align: middle;
}
.gywm_zzry2{
	width: 55%;
	float: left;
	margin-left: 5%;
	display: inline-block;
}
.gywm_zzry2_1{
	width: 49%;
	height: 190px;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
	border-radius: 20px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.gywm_zzry2_1:nth-child(2n){
	margin-right: 0;
}
.gywm_qywhs{
	width: 100%;
	background-image: url(../img/bg_3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gywm_qywh{
	width: 100%;
	margin: 80px auto;
}
.gywm_qywh1{
	width: 100%;
	margin-top: 15px;
}
.gywm_qywh1 img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.hydt_box{
	width: 100%;
	background-image: url(../img/bg_2.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.hydt_bo{
	width: 100%;
	margin-top: 285px;
	margin-bottom: 65px;
}
.hydt_bo1{
	width: 100%;
	text-align: center;
}
.hydt_bo1_1{
	width: 100%;
	font-size: 48px;
	color: #080404;
}
.hydt_bo1_2{
	width: 100%;
	margin-top: 15px;
	font-size: 29px;
	color: #080404;
}
.hydt_bo2{
	width: 100%;
	display: inline-block;
}
.hydt_bo3{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 80px;
	display: block;
}
.hydt_bo3:nth-child(3n){
	margin-right: 0;
}
.hydt_bo3_1{
	width: 100%;
	height: 355px;
	padding: 10px;
	box-shadow: 0 0 20px rgba(136,150,161, .16);
	border-radius: 10px;
}
.hydt_bo3_2{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.hydt_bo3_3{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.hydt_bo3_4{
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.hydt_bo3_4_1{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.hydt_bo3_4_2{
	width: 35px;
	position: absolute;
	right: 30px;
	top: 25px;
}
.hydt_bo3_5{
	width: 100%;
	margin-top: 25px;
	font-size: 16px;
	color: #080404;
}
.hydt_bo3_6{
	width: 100%;
	height: 54px;
	margin-top: 20px;
	font-size: 20px;
	color: #080404;
	font-weight: bold;
	display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2; /* 限制显示的行数为3 */
	  overflow: hidden;
}
.hydt_bo3:hover .hydt_bo3_4{
	display: block;
}
.hydt_bo4{
	border-top: 1px solid #080808;
	width: 100%;
	margin-top: 90px;
	padding: 60px 0;
}
.hydt_bo4_1{
	width: 440px;
	height: 70px;
	border-radius: 70px;
	display: block;
	margin: auto;
	padding: 0 15px;
	font-size: 16px;
	color: white;
	background: #000000;
}
.hydt_bo4_1 div{
	width: calc(100% - 50px);
	line-height: 70px;
	display: inline-block;
	vertical-align: middle;
}
.hydt_bo4_1 img{
	width: 40px;
	display: inline-block;
	vertical-align: middle;
}
.hydt_detatops{
	width: 100%;
	background-image: url(../img/bg_4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hydt_detatop{
	width: 100%;
	margin:90px auto;
}
.hydt_detatop1{
	width: 100%;
	font-size: 16px;
	color: #666666;
}
.hydt_detatop2{
	width: 100%;
	margin-top: 25px;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}
.hydt_detatop3{
	width: 100%;
	margin-top: 40px;
	font-size: 16px;
	color: #333333;
}
.hydt_detatop3 img{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.hydt_detatop3 span{
	display: inline-block;
	vertical-align: middle;
}
.hydt_detadowns{
	width: 100%;
}
.hydt_detadown{
	width: 100%;
	margin: 60px auto;
}
.hydt_detadown1{
	width: 100%;
	font-size: 18px;
	color: #333333;
	line-height: 40px;
}
.hydt_detadown1 img{
	max-width: 100%;
}
.lxwm_box{
	width: 100%;
	background-image: url(../img/bg_2.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.lxwm_bo{
	width: 100%;
	margin-top: 270px;
	margin-bottom: 110px;
}
.lxwm_boa{
	width: 100%;
	display: inline-block;
}
.lxwm_boa1{
	width: 44%;
	float: left;
}
.lxwm_boa2{
	    width: 56%;
	    float: left;
}
.lxwm_boa2 img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.lxwm_bo1{
	width: 100%;
}
.lxwm_bo1_1{
	width: 100%;
	font-size: 48px;
	color: #080404;
}
.lxwm_bo1_2{
	width: 100%;
	font-size: 29px;
	color: #080404;
}
.lxwm_bo2{
	width: 100%;
	margin-top: 40px;
}
.lxwm_bo2_1{
	margin-right: 55px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.lxwm_bo2_1:last-child{
	margin-right: 0;
}
.lxwm_bo2_1::after{
	content: '';
	width: 25px;
	height: 1px;
	background: #A1ACB6;
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
}
.lxwm_bo2_1:first-child::after{
	display: none;
}
.lxwm_bo2_2{
	width: 5px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.lxwm_bo2_2 img{
	width: 100%;
}
.lxwm_bo2_2_1{
	display: block;
}
.lxwm_bo2_2_2{
	display: none;
}
.lxwm_bo2_3{
	font-size: 16px;
	color: #B1C1CE;
	display: inline-block;
	vertical-align: middle;
}
.lxwm_bo2_1.on::after{
	background: #E37036;
}
.lxwm_bo2_1.on .lxwm_bo2_2_1{
	display: none;
}
.lxwm_bo2_1.on .lxwm_bo2_2_2{
	display: block;
}
.lxwm_bo2_1.on .lxwm_bo2_3{
	color: #E37036;
}
.lxwm_bo3{
	width: 100%;
	margin-top: 25px;
	display: inline-block;
}
.lxwm_bo4{
	width: 44%;
	float: left;
}
.lxwm_bo4_1{
	width: 100%;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.lxwm_bo4_2{
	width: 100%;
	margin-top: 25px;
	font-size: 18px;
	color: #333333;
}
.lxwm_bo5{
	width: 56%;
	float: left;
}
.lxwm_bo5_1{
	width: 100%;
	margin-bottom: 30px;
}
.lxwm_bo5_2{
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	color: #333333;
}
.lxwm_bo5_3{
	border: 1px solid #B1C1CE;
	outline: none;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
	display: block;
	border-radius: 10px;
}
.lxwm_bo5_4{
	border: 1px solid #B1C1CE;
	outline: none;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	padding-right: 30px;
	font-size: 16px;
	color: #333333;
	display: block;
	border-radius: 10px;
	  -webkit-appearance: none; /* Chrome, Safari, Opera */
	  -moz-appearance: none;    /* Firefox */
	  appearance: none;         /* 标准 */
	  background-image: url(../img/select_1.png);
	  background-position: center right 20px;
	  background-repeat: no-repeat;
	  background-size: 10px auto;
}
.lxwm_bo5_5{
	border: 1px solid #B1C1CE;
	outline: none;
	width: 100%;
	height: 200px;
	padding: 10px 20px;
	font-size: 16px;
	color: #333333;
	display: block;
	border-radius: 10px;
}
.lxwm_bo5_6{
	width: 100%;
	margin-top: 40px;
	font-size: 16px;
	color: #333333;
}
.lxwm_bo5_6 div{
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
input[type=checkbox] {
	border: 1px solid #B1C1CE;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
	position: relative;
	width: 25px;
	height: 25px;
	font-size: 23px;
	margin: 0;
	border-radius: 50%;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
}

input[type=checkbox]::after {
	position: absolute;
	top: 0;
	width: 25px;
	height: 25px;
	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: 21px;
	font-weight: bold;
	background: #F4B300;
	color: white;
	border-radius: 50%;
}
.lxwm_bo5_7{
	border: none;
	outline: none;
	width: 240px;
	height: 60px;
	border-radius: 60px;
	display: block;
	margin-top: 20px;
	background: #000000;
	font-size: 16px;
	color: white;
}