@font-face {
	font-family: "pingfang sc medium";
	src: url("../fonts/pingfang sc medium.otf");
}
body {
	margin: auto;
	cursor: default;
	font-family: "pingfang sc medium";
}

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: 1135px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}
.banner{
	width: 100%;
	height: 675px;
}
.banner .swiper {
	width: 100%;
	height: 100%;
}

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

.banner .swiper-pagination-bullet {
	width: 80px;
	height: 2px;
	border-radius: 0;
	background: white;
}

.banner .swiper-pagination-bullet-active {
	background: white;
}
.banne{
	width: 100%;
	height: 100%;
	position: relative;
}
.banne1{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.banne2{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banne3{
	/*max-width: 100%;*/
	width: 50%;
word-break: break-all; /* 在任意字符间断开 */
/*  overflow-wrap: break-word;*/
/*background-image: url('../img/bg_2.png');*/
/*background-position: center;*/
/*background-repeat: no-repeat;*/
/*background-size: cover;*/
/*padding: 100px 50px;*/
}
.banne3 img{
    width: 100%;
    display: block;
}
/*.banne3_1{*/
/*	width: 100%;*/
/*	font-size: 40px;*/
/*	color: white;*/
/*	font-weight: bold;*/
/*}*/
/*.banne3_2{*/
/*	width: 100%;*/
/*	margin-top: 20px;*/
/*	font-size: 14px;*/
/*	color: white;*/
/*}*/
.inde_ywbks{
	width: 100%;
	background: #F4F7FC;
}
.inde_ywbk{
	width: 100%;
	margin:115px auto;
}
.inde_ywbka{
	width: 100%;
	background: white;
	display: flex;
}
.inde_ywbka1{
	width: 50%;
	height: 565px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.inde_ywbka2{
	width: 50%;
	padding: 80px 60px;
}
.inde_ywbka2_1{
	width: 100%;
	font-size: 37px;
	color: #2C2C2C;
	font-weight: bold;
	display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  overflow: hidden;
	  text-overflow: ellipsis;
}
.inde_ywbka2_2{
	width: 100%;
	height: 168px;
	margin-top: 35px;
	font-size: 18px;
	color: #666666;
	display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 7;
	  overflow: hidden;
	  text-overflow: ellipsis;
}
.inde_ywbka2_3{
	width: 140px;
	height: 45px;
	border-radius: 5px;
	background: #FF653C;
	overflow: hidden;
	display: flex;
	margin-top: 35px;
}
.inde_ywbka2_3_1{
	width: calc(100% - 45px);
	height: 100%;
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	color: white;
}
.inde_ywbka2_3_2{
	width: 45px;
	height: 100%;
	text-align: center;
	line-height: 45px;
	background: #FF5025;
	font-size: 15px;
	color: white;
}
.inde_ywbkb{
	width: 100%;
	margin-top: 110px;
	display: flex;
}
.inde_ywbkb1{
	width: 265px;
	margin-right: 85px;
}
.inde_ywbkb1_1{
	width: 100%;
	font-size: 37px;
	color: #2C2C2C;
	font-weight: bold;
}
.inde_ywbkb1_2{
	width: 100%;
	margin-top: 35px;
	font-size: 18px;
	color: #666666;
	display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 3;
	  overflow: hidden;
	  text-overflow: ellipsis;
}
.inde_ywbkb1_3{
	width: 140px;
	height: 45px;
	border-radius: 5px;
	background: #FF653C;
	overflow: hidden;
	display: flex;
	margin-top: 45px;
}
.inde_ywbkb2{
	width: calc(100% - 265px - 85px);
	display: flex;
}
.inde_ywbkb3{
	width: 32%;
	height: 250px;
	margin-right: 2%;
	display: block;
	position: relative;
}
.inde_ywbkb3:nth-child(3n){
	margin-right: 0;
}
.inde_ywbkb3::after{
    content:'';
   	background: rgba(255, 255, 255, 0);
	transition: background 0.3s ease; /* 平滑过渡效果 */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.inde_ywbkb3:hover::after{
    background: rgba(0, 0, 0, 0.24);
}
.inde_ywbkb3 img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.inde_ywbkb3 div{
	width: 100%;
	font-size: 30px;
	color: white;
	text-align: center;
	text-shadow: 0 2px 15px rgba(0, 0, 0, 0.24);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.inde_news{
	width: 100%;
}
.inde_new{
	width: 100%;
	margin: 150px auto;
}
.inde_new1{
	width: 100%;
	text-align: center;
	font-size: 37px;
	color: #2C2C2C;
	font-weight: bold;
}
.inde_new2{
	width: 100%;
	margin-top: 50px;
	display: inline-block;
}
.inde_new3{
	width: 48%;
	float: left;
	display: block;
}
.inde_new3_1{
	width: 100%;
	height: 410px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.inde_new3_2{
	width: 100%;
	padding: 15px 0;
	font-size: 18px;
	color: #FF5025;
	font-weight: bold;
	 white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
}
.inde_new3_3{
	border-top: 2px solid #EEEEEE;
	width: 100%;
	padding: 5px 0;
	font-size: 15px;
	color: #A8A8A8;
}
.inde_new3_3 img{
	width: 15px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
}
.inde_new3_3 span{
	display: inline-block;
	vertical-align: middle;
}
.inde_new4{
	width: 48%;
	float: left;
	margin-left: 4%;
}
.inde_new5{
	width: 100%;
	display: flex;
	margin-bottom: 15px;
}
.inde_new5:last-child{
	margin-bottom: 0;
}
.inde_new5_1{
	border-right: 3px solid #FFCB2B;
	width: 160px;
	height: 120px;
	margin-right: 10px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.inde_new5_2{
	width: calc(100% - 170px);
}
.inde_new5_3{
	border-bottom: 2px solid #EDEDED;
	width: 100%;
	padding: 10px 0;
	font-size: 18px;
	color: #2C2C2C;
	font-weight: bold;
}
.inde_new5_4{
	width: 100%;
	margin-top: 10px;
	font-size: 15px;
	color: #A8A8A8;
}
.inde_new5_4 img{
	width: 15px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
}
.inde_new5_4 span{
	display: inline-block;
	vertical-align: middle;
}
.inde_videos{
	width: 100%;
	height: 595px;
	position: relative;
}
.inde_videoa{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.inde_videob{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.inde_videoc{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.inde_videod{
	width: 100%;
}
.inde_videod1{
	width: 140px;
	display: block;
	margin: auto;
}
.inde_videod2{
	width: 100%;
	margin-top: 50px;
	text-align: center;
	    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.24);
		font-size: 37px;
		color: white;
}
.inde_videod3{
	width: 100%;
	margin-top: 45px;
	text-align: center;
	    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.24);
		font-size: 18px;
		color: white;
}
.inde_gzjhs{
	width: 100%;
	background: #F4F7FC;
}
.inde_gzjh{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.inde_gzjh1{
	width: 32%;
	margin-right: 2%;
	padding: 65px 35px;
}
.inde_gzjh1:nth-child(3n){
	margin-right: 0;
}
.gzjha{
	/*background: #FF5E33;*/
	background: #ff6633;
}
.inde_gzjh1_1{
	width: 100%;
	font-size: 37px;
	color: white;
	font-weight: 600;
}
.inde_gzjh1_2{
	    width: 140px;
	    height: 45px;
	    border-radius: 5px;
	    background: #FFB430;
	    overflow: hidden;
	    display: flex;
	    margin-top: 45px;
}
.inde_gzjh1_2 .inde_ywbka2_3_2{
	background: #FFA507;
}
.inde_gzjh1_3{
	height: 55px;
	display: block;
}
.inde_gzjh1_4{
	width: 100%;
	margin-top: 45px;
	font-size: 18px;
	color: #2C2C2C;
	font-weight: bold;
}
.inde_gzjh1_5{
	width: 100%;
	margin-top: 20px;
	font-size: 13px;
	color: #FF5A2E;
	font-weight: bold;
}
.inde_gzjh1_6{
	width: 100%;
	margin-top: 20px;
	font-size: 13px;
	color: #888888;
	line-height: 25px;
}
.nybanner{
	width: 100%;
	height: 400px;
	position: relative;
}
.nybanne{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.nybanne2{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
}
.nybanne3{
	width: 100%;
	display: inline-block;
}
.nybanne3_1{
	float: right;
	font-size: 16px;
	color: white;
}
.nybanne3_1 span{
	margin: 0 15px;
}
.nybanne3_2{
	float: left;
}
.nybanne3_2_1{
	font-size: 50px;
	line-height: 50px;
	color: white;
	font-weight: bold;
}
.nybanne3_2_2{
	margin-top: 15px;
	font-size: 20px;
	color: white;
}
.lxwm_box{
	width: 100%;
}
.lxwm_bo{
	width: 100%;
}
.lxwm_bo1{
	border-bottom: 2px solid #C7C7C7;
	width: 100%;
	padding: 60px 0;
	font-size: 49px;
	color: #272727;
	font-weight: bold;
}
.lxwm_bo2{
	width: 100%;
	margin-top: 20px;
	display: inline-block;
}
.lxwm_bo3{
	width: calc(100% - 300px);
	float: left;
}
.lxwm_bo3_1{
	width: 100%;
	font-size: 28px;
	color: #272727;
	font-weight: bold;
}
.lxwm_bo3_2{
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	color: #444444;
}
.lxwm_bo3_2 img{
	max-width: 15px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.lxwm_bo3_2 div{
	width: calc(100% - 31px);
	display: inline-block;
	vertical-align: middle;
}
.lxwm_bo4{
	width: 140px;
	height: 140px;
	float: right;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	position: relative;
}
.lxwm_bo4 img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.lxwm_bo5{
	width: 100%;
	margin-top: 90px;
	background: #F4F7FC;
	padding: 40px 35px;
}
.lxwm_bo5_1{
	width: 100%;
	font-size: 28px;
	color: #444444;
}
.lxwm_bo5_2{
	width: 100%;
	margin-top: 40px;
	display: flex;
}
.lxwm_bo5_3{
	width: 335px;
	margin-right: 20px;
}
.lxwm_bo5_3 input{
	border: none;
	outline: none;
	width: 100%;
	height: 45px;
	display: block;
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 13px;
	color: #444444;
	background: white;
}
.lxwm_bo5_3 input:last-child{
	margin-bottom: 0;
}
.lxwm_bo5_4{
	border: none;
	outline: none;
	width: calc(100% - 355px);
	height: 165px;
	background: white;
	padding: 10px;
	font-size: 13px;
	color: #444444;
}
.lxwm_bo5_5{
	border: none;
	outline: none;
	width: 100%;
	height: 45px;
	display: block;
	margin-top: 25px;
	background: #FF5E33;
	font-size: 15px;
	color: white;
}
.ywbk_box{
	width: 100%;
	background: #F4F7FC;
}
.ywbk_bo{
	width: 100%;
	margin-top: 60px;
	margin-bottom: 110px;
}
.ywbk_bo1{
	border-bottom: 2px solid #D6DBE1;
	width: 100%;
	padding: 15px 0;
	font-size: 48px;
	color: #272727;
	font-weight: bold;
}
.ywbk_bo2{
	width: 100%;
	margin-top: 40px;
	font-size: 20px;
	color: #666666;
}
.ywbk_bo3{
	width: 100%;
	margin-top: 80px;
}
.ywbk_bo4{
	width: 100%;
	margin-bottom: 55px;
	background: white;
	display: flex;
}
.ywbk_bo4:last-child{
	margin-bottom: 0;
}
.ywbk_bo5{
	width: 50%;
}
.ywbk_bo5_1{
	width: 100%;
	height: 290px;
	display: flex;
}
.ywbk_bo5_1 img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
/*.ywbk_bo5_1_1{*/
/*	width: 90px;*/
/*	height: 100%;*/
/*	background: #FF623E;*/
/*	position: relative;*/
/*}*/
/*.ywbk_bo5_1_1 img{*/
/*	width: 50px;*/
/*	position: absolute;*/
/*	left: 50%;*/
/*	top: 50%;*/
/*	transform: translate(-50%,-50%);*/
/*}*/
/*.ywbk_bo5_1_2{*/
/*	width: calc(100% - 90px);*/
/*	height: 100%;*/
/*	display: block;*/
/*	object-fit: cover;*/
/*	object-position: center;*/
/*}*/
.ywbk_bo5_2{
	width: 100%;
	padding: 50px 0;
	padding-left: 90px;
}
.ywbk_bo5_2_1{
	width: 100%;
	font-size: 37px;
	color: #272727;
	font-weight: bold;
}
.ywbk_bo5_2_2{
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
}
.ywbk_bo6{
	width: 50%;
	padding: 55px 90px;
}
.ywbk_bo6_1{
	width: 100%;
	font-size: 16px;
	color: #666666;
}
.ywbk_bo6_2{
	width: 100%;
	margin-top: 20px;
}
.ywbk_bo6_3{
	width: 100%;
	padding: 15px 0;
	font-size: 16px;
	color: #666666;
	display: inline-block;
	position: relative;
}
.ywbk_bo6_3::after{
	content: '';
	width: 65px;
	height: 2px;
	background: #EEEEEE;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ywbk_bo6_3:last-child::after{
	display: none;
}
.ywbk_bo6_3 img{
	width: 15px;
	margin-right: 20px;
	float: left;
}
.ywbk_bo6_3 div{
	width: calc(100% - 35px);
	float: left;
}
.ywbk_bo6_4{
	    width: 140px;
	    height: 45px;
	    border-radius: 5px;
	    background: #FF653C;
	    overflow: hidden;
	    display: flex;
	    margin-top: 15px;
}
.teslarent_yyxzs{
	width: 100%;
}
.teslarent_yyxz{
	width: 100%;
	margin:65px auto;
}
.teslarent_yyxz1{
	width: 49%;
	margin-left: 4%;
	display: inline-block;
	vertical-align: middle;
}
.teslarent_yyxz2{
	width: 46.5%;
	display: inline-block;
	vertical-align: middle;
}
.teslarent_yyxz2_1{
	width: 100%;
	font-size: 57px;
	color: #2A2A2A;
	font-weight: bold;
}
.teslarent_yyxz2_1 span{
	color: #FE522B;
}
.teslarent_yyxz2_2{
	width: 100%;
	margin-top: 35px;
	font-size: 20px;
	color: #626262;
	font-weight: bold;
}
.teslarent_yyxz2_3{
	width: 215px;
	display: block;
	margin-top: 50px;
}
.teslarent_yyxz2_3 img{
	width: 100%;
	display: block;
}
.teslarent_jdbzs{
	width: 100%;
}
.teslarent_jdbz{
	width: 100%;
	margin:90px auto;
}
.teslarent_jdbz1{
	width: 100%;
	text-align: center;
	font-size: 57px;
	color: #2A2A2A;
}
.teslarent_jdbz1 span{
	color: #FE522B;
}
.teslarent_jdbz2{
	width: 100%;
	display: inline-block;
}
.teslarent_jdbz3{
	width: 25%;
	margin-top: 110px;
	float: left;
}
.teslarent_jdbz3_1{
	max-width: 90%;
	height: 150px;
	display: block;
	margin: auto;
}
.teslarent_jdbz3_2{
	width: 100%;
	margin-top: 45px;
	text-align: center;
	font-size: 23px;
	color: #2E2E2E;
	font-weight: bold;
}
.teslarent_zppts{
	width: 100%;
}
.teslarent_zppt{
	width: 100%;
	margin:85px auto;
}
.teslarent_zppt1{
	width: 48%;
	margin-right: 5%;
	display: inline-block;
	vertical-align: middle;
}
.teslarent_zppt2{
	width: 46.5%;
	display: inline-block;
	vertical-align: middle;
}
.teslarent_zppt2_1{
	width: 100%;
	font-size: 57px;
	color: #2A2A2A;
}
.teslarent_zppt2_1 span{
	color: #FE522B;
}
.teslarent_zppt2_2{
	width: 100%;
	margin-top: 40px;
	font-size: 17px;
	color: #626262;
}
.teslarent_zppt2_3{
	max-width: 100%;
	height: 75px;
	display: block;
	margin-top: 30px;
}
.teslarent_zppt2_4{
	width: 280px;
	height: 50px;
	display: block;
	margin-top: 35px;
	text-align: center;
	line-height: 50px;
	border-radius: 10px;
	background: #FFCA2C;
	font-size: 16px;
	color: white;
}
.teslarent_yjyys{
	width: 100%;
}
.teslarent_yjyy{
	width: 100%;
	margin:80px auto;
}
.teslarent_yjyy1{
	width: 100%;
	font-size: 18px;
	color: #FE522B;
	font-weight: bold;
}
.teslarent_yjyy2{
	width: 100%;
	margin-top: 20px;
	font-size: 57px;
	color: #2A2A2A;
	font-weight: bold;
}
.teslarent_yjyy2 span{
	color: #FE522B;
}
.teslarent_yjyy3{
	width: 100%;
	display: inline-block;
}
.teslarent_yjyy4{
	width: 49%;
	background: #F7F8FD;
	border-radius: 15px;
	float: left;
	margin-right: 2%;
	margin-top: 80px;
	overflow: hidden;
	padding: 0 40px;
	display: block;
	float: left;
}
.teslarent_yjyy4:nth-child(2n){
	margin-right: 0;
}
.teslarent_yjyy5{
	width: 100%;
	padding: 35px 0;
}
.teslarent_yjyy5_1{
	width: 100%;
	height: 320px;
	overflow: hidden;
	position: relative;
}
.teslarent_yjyy5_1 img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.teslarent_yjyy5_2{
	width: 100%;
	font-size: 22px;
	color: #373737;
	margin-top: 15px;
	 white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
}
.teslarent_yjyy5_3{
	width: 100%;
	font-size: 16px;
	color: #666666;
	 white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
}
.teslarent_yjyy6{
	border-top: 1px solid #E3E4EF;
	width: 100%;
	padding: 20px 0;
}
.teslarent_yjyy7{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.teslarent_yjyy7_1{
	width: 32%;
	margin-right: 2%;
}
.teslarent_yjyy7_1:nth-child(3n){
	margin-right: 0;
}
.teslarent_yjyy7_2{
	height: 30px;
	display: block;
	margin-bottom: 10px;
}
.teslarent_yjyy7_3{
	width: 100%;
	font-size: 14px;
	color: #373737;
	margin-bottom: 5px;
}
.teslarent_yjyy7_4{
	width: 100%;
	font-size: 16px;
	color: #989899;
}
.teslarent_yjyy8{
	width: 100%;
	height: 50px;
	background: white;
	border-radius: 10px;
	margin-top: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #373737;
}
.teslarent_zds{
	width: 100%;
}
.teslarent_zd{
	width: 100%;
	margin:30px auto;
}
.teslarent_zd1{
	width: 49%;
	display: inline-block;
	vertical-align: middle;
}
.teslarent_zd1_1{
	width: 100%;
	margin-top: 15px;
	font-size: 18px;
	color: #2A2A2A;
}
.teslarent_zd1_2{
	width: 100%;
	display: inline-block;
	margin-top: 15px;
}
.teslarent_zd1_3{
    width: 49%;
    float: left;
    margin-top: 20px;
    margin-right: 2%;
    font-size: 20px;
    color: #2A2A2A;
}
.teslarent_zd1_3:nth-child(2n){
	margin-right: 0;
}
.teslarent_zd2{
	width: 49%;
	margin-left: 1.5%;
	display: inline-block;
	vertical-align: middle;
}
.teslarent_iosljs{
	width: 100%;
	padding: 0 50px;
	padding-top: 165px;
}
.teslarent_ioslj{
	width: 100%;
	padding: 125px 16%;
	border-radius: 5px;
	background-color: #FE6243;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.teslarent_ioslj1{
	height: 55px;
	display: block;
}
.teslarent_ioslj2{
	width: 100%;
	margin-top: 60px;
	font-size: 23px;
	color: white;
	font-weight: bold;
}
.teslarent_ioslj3{
	height: 80px;
	display: block;
	margin-top: 30px;
}
.teslarent_ioslj3 img{
	height: 100%;
	display: block;
}
.gydcfw_box{
	width: 100%;
}
.gydcfw_bo{
	border-bottom: 3px solid #C7C7C7;
	width: 100%;
	padding: 100px 0;
}
.gydcfw_bo1{
	width: 100%;
	font-size: 26px;
	color: #272727;
}
.gydcfw_bo2{
	width: 100%;
	margin-top: 80px;
	font-size: 52px;
	color: #272727;
	font-weight: bold;
}
.gydcfw_bo3{
	width: 100%;
	display:flex;
	flex-wrap: wrap;
}
.gydcfw_bo4{
	border-top: 2px solid #D3D3D3;
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
	padding: 25px 0;
	display: block;
}
.gydcfw_bo4:nth-child(3n){
	margin-right: 0;
}
.gydcfw_bo4:hover{
    border-top: 2px solid #FF5E33;
}
.gydcfw_bo4_1{
	width: 100%;
	font-size: 29px;
	color: #272727;
}
.gydcfw_bo4_2{
	width: 100%;
	margin-top: 25px;
	font-size: 19px;
	color: #444444;
}
.gydcfw_bo4_3{
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #FF5E33;
}
.news_cnts{
	width: 100%;
}
.news_cnt{
	width: 100%;
	margin-bottom: 60px;
}
.new_list{
	width: 100%;
	display: inline-block;
}
.new_li{
    border-bottom: 2px solid #F6F7F7;
	width: 30%;
	float: left;
	margin-top: 60px;
	margin-right: 5%;
	background: #F6F7F7;
	display: block;
}
.new_li:nth-child(3n){
	margin-right: 0;
}
.new_li1{
	width: 100%;
	height: 290px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.new_li2{
	width: 100%;
	padding: 20px 15px;
}
.new_li2_1{
	width: 100%;
	font-size: 20px;
	color: #666666;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
}
.new_li2_2{
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: #666666;
}
.new_li2_3{
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  overflow: hidden;
	  text-overflow: ellipsis;
}
.new_li:hover{
	border-bottom: 2px solid #FF5E33;
}
/*.new_li:hover .new_li2_1{*/
/*	color: white;*/
/*}*/
/*.new_li:hover .new_li2_2{*/
/*	color: white;*/
/*}*/
/*.new_li:hover .new_li2_3{*/
/*	color: white;*/
/*}*/
.pages{
	width: 100%;
	margin-top: 60px;
	text-align: center;
}
.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

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

.pagination a {
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	min-width: 40px;
	height: 40px;
	font-size: 24px;
	color:white;
	text-align: center;
	line-height: 40px;
	margin: 0 10px;
	background: #DDDDDD;
}

.pagination img {
	height: 10px;
}

.pagination span {
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	min-width: 40px;
	height: 40px;
	font-size: 24px;
	color:white;
	text-align: center;
	line-height: 40px;
	margin: 0 10px;
	background: #DDDDDD;
}
.pages_a{
	background: inherit !important;
	font-size: 18px !important;
	color: #AFAFAF !important;
	padding: 0 10px;
}
.pagination a.active {
	background: #2054CE;
	color: #ffffff;
}

.pagination a:active {
	background: #2054CE;
	color: #ffffff;
}
.news_box{
	width: 100%;
}
.news_bo{
	width: 100%;
	margin:55px auto;
	display: inline-block;
}
.news_right{
	width: 25%;
	float: left;
	margin-left: 8%;
}
.news_ri1{
	width: 100%;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
}
.news_ri1::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #E2E2E2;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news_ri1 span{
	display: inline-block;
	padding-right: 15px;
	background: white;
	position: relative;
	z-index: 1;
}
.news_ri2{
	width: 100%;
}
.news_ri3{
	border-bottom: 1px solid #E2E2E2;
	width: 100%;
	padding: 20px 0;
	display: flex;
}
.news_ri3_1{
	font-size: 16px;
	color: #333333;
	margin-right: 5px;
}
.news_ri3_2{
	width: calc(100% - 16px);
}
.news_ri3_3{
	width: 100%;
	font-size: 16px;
	color: #333333;
	overflow: hidden;    
	text-overflow: ellipsis;    
	white-space: nowrap;
}
.news_ri3_4{
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: #666666;
}
.news_left{
	width: 67%;
	float: left;
}
.news_le1{
	width: 100%;
	font-size: 26px;
	color: #333333;
	font-weight: bold;
}
.news_le2{
	width: 100%;
	margin-top: 15px;
	font-size: 12px;
	/*color: #0093DD;*/
	color: #ff6633;
}
.news_le2 img{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.news_le2 span{
	display: inline-block;
	vertical-align: middle;
}
.news_le3{
	width: 100%;
	margin-top: 40px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.news_le3 img{
	max-width: 100%;
}
.news_le4{
	width: 100%;
	margin-top: 80px;
	display: flex;
}
.news_le4_1{
	width: 48%;
	margin-right: 4%;
}
.news_le4_1:last-child{
	margin-right: 0;
}
.news_le4_2{
	width: 100%;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.news_le4_3{
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	/*color: #0091D7;*/
	color: #ff6633;
	font-weight: bold;
	display: block;
	overflow: hidden;    
	text-overflow: ellipsis;    
	white-space: nowrap;
}
.tit_box {
	width: 100%;
	background: #F5F9FF;
}

.tit_bo {
	width: 100%;
	margin: 30px auto;
	font-size: 16px;
	color: #333333;
}

.tit_bo span {
	margin-left: 10px;
	margin-right: 10px;
}
.about_box{
	width: 100%;
}
.about_bo{
	    width: 100%;
	    margin: 145px auto;
}
.about_bo1{
	    width: 100%;
	    text-align: center;
	    font-size: 36px;
	    color: #333333;
	    font-weight: bold;
}
.about_bo2{
	    width: 100%;
	    margin-top: 55px;
	    font-size: 16px;
	    color: #666666;
	    line-height: 30px;
}
.about_bo2 img{
	max-width: 100%;
}
.video_tcs{
    width: 500px;
    background: white;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}
.video_tc1{
    width: 100%;
    display: block;
}
.video_tc2{
    width: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}