body {
	margin: auto;
	cursor: default;
	overflow-x: hidden;
	font-family: "MiSans-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: 1445px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.banner {
	width: 100%;
}

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

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

.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
	display: none;
}

.banner .swiper-button-prev {
	width: 30px;
	height: 50px;
	background-image: url(../img/prev_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.banner .swiper-button-next {
	width: 30px;
	height: 50px;
	background-image: url(../img/next_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.banner .swiper-pagination-bullet {
	width: 55px;
	height: 4px;
	background: black;
	border-radius: 0;
	margin: 0 !important;
}

.banner .swiper-pagination-bullet-active {
	background: white;
}

.banne {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banne1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.banimg{ width:100%; height:auto; display:block;-webkit-transition:all 15s ease-out 0s; -moz-transition:all 15s ease-out 0s; -ms-transition:all 15s ease-out 0s; -o-transition:all 15s ease-out 0s; transition:all 15s ease-out 0s;}
.banner .swiper-slide-active .banimg{-webkit-animation: zoomin_out 15s infinite ease-in-out;-moz-animation: zoomin_out 15s infinite ease-in-out;-ms-animation: zoomin_out 15s infinite ease-in-out;-o-animation: zoomin_out 15s infinite ease-in-out;}

@-webkit-keyframes zoomin_out{
0%{-webkit-transform:scale(1.1);}
50%{-webkit-transform:scale(1);}
100%{-webkit-transform:scale(1.1);}
}
@-moz-keyframes zoomin_out{
0%{-webkit-transform:scale(1.1);}
50%{-webkit-transform:scale(1);}
100%{-webkit-transform:scale(1.1);}
}
@keyframes zoomin_out{
0%{-webkit-transform:scale(1.1);}
50%{-webkit-transform:scale(1);}
100%{-webkit-transform:scale(1.1);}
}
.inde_videos {
	width: 100%;
	height: 900px;
	position: relative;
}

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

.inde_video2 {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

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

.inde_video3 {
	width: 100%;
}

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

.inde_video3_2 {
	width: 65px;
	display: block;
	margin: auto;
	margin-top: 45px;
}
.inde_video3_2 img{
    width: 100%;
}
.inde_video3_2_1{
    display: block;
}
.inde_video3_2_2{
    display: none;
}
.inde_video3_2:hover .inde_video3_2_1{
    display: none;
}
.inde_video3_2:hover .inde_video3_2_2{
    display: block;
}
.inde_products {
	width: 100%;
}

.inde_product {
	width: 100%;
	margin: 90px auto;
}

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

.inde_proa1 {
	float: left;
}

.inde_proa1_1 {
	font-size: 44px;
	line-height: 44px;
	color: #000000;
	display: inline-block;
	vertical-align: bottom;
}

.inde_proa1_2 {
	border-left: 2px solid #D70C1F;
	margin-left: 10px;
	padding: 0 15px;
	font-size: 24px;
	line-height: 24px;
	color: #D0D0D0;
	display: inline-block;
	vertical-align: bottom;
}

.inde_proa2 {
	display: block;
	float: right;
	font-size: 16px;
	color: #333333;
}
.inde_proa2:hover{
    color: #D70D1D;
}
.inde_proa2:hover img{
        transform: translateX(10px);
}
.inde_proa2 span {
	display: inline-block;
	vertical-align: middle;
}

.inde_proa2 img {
	width: 15px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	transition: all 1s ease;
}

.inde_prob {
	width: 100%;
	margin-top: 50px;
}

.inde_prob1 {
	width: 100%;
	height: 450px;
	overflow: hidden;
	display: block;
	position: relative;
}
.inde_prob1:hover .inde_prob1_1 {
    transform: scale(1.1);
}
.inde_prob1_1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: all 3s ease;
}

.inde_prob1_2 {
	width: 100%;
	padding: 30px 105px;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
}

.inde_prob1_3 {
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #D70D1D;
	color: white;
	font-size: 30px;
	margin-right: 20px;
}

.inde_prob1_4 {
	width: calc(100% - 170px);
	line-height: 50px;
	font-size: 30px;
	color: white;
	white-space: nowrap;
	/* 禁止换行 */
	overflow: hidden;
	/* 隐藏溢出 */
	text-overflow: ellipsis;
	/* 显示省略号 */
}

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

.inde_prob2_1 {
	width: 32.66%;
	height: 190px;
	margin-top: 15px;
	margin-right: 1%;
	display: block;
	float: left;
	overflow: hidden;
}

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

.inde_prob2_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	    transition: all 0.5s ease;
}
.inde_prob2_1:hover img{
    transform: scale(1.1);
}
.inde_prob3{
    width: 100%;
}
.inde_prob3 .swiper{
    width: 100%;
    height: 100%;
}
.inde_prob3 .swiper-slide{
    width: 100%;
    height: 100%;
}
.inde_companys {
	width: 100%;
}

.inde_company {
	width: 100%;
	margin-bottom: 95px;
}

.inde_company1 {
	width: 100%;
	display: inline-block;
	margin-top: 85px;
}

.inde_company1_1 {
	width: 245px;
	display: block;
	float: left;
}

.inde_company1_2 {
	width: calc(90% - 245px);
	float: left;
	margin-left: 10%;
}

.inde_company1_3 {
	width: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.inde_company1_4 {
	border: 1px solid #D70D1D;
	width: 125px;
	height: 55px;
	display: block;
	text-align: center;
	line-height: 55px;
	margin-top: 35px;
	font-size: 16px;
	color: #D70C1F;
}
.inde_company1_4:hover{
    background: #D70C1F;
    color: white;
}
.inde_company2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.inde_company2_1 {
	margin-top: 80px;
}

.inde_company2_2 {
	width: 100%;
}

.inde_company2_3 {
	font-size: 84px;
	color: #D70C1F;
	line-height: 84px;
	display: inline-block;
	vertical-align: top;
}

.inde_company2_4 {
	font-size: 16px;
	color: #D70C1F;
	display: inline-block;
	vertical-align: top;
}

.inde_company2_5 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	color: #666666;
}

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

.inde_company3_1 {
	width: 32.66%;
	height: 265px;
	margin-top: 70px;
	margin-right: 1%;
	display: block;
	float: left;
	overflow: hidden;
}

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

.inde_company3_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	    transition: all 3s ease;
}
.inde_company3_1:hover img{
    transform: scale(1.1);
}
.inde_qgscs {
	width: 100%;
	background: #F5F8FB;
}

.inde_qgsc {
	width: 100%;
	margin: 80px auto;
}

.inde_qgsc1 {
	width: 505px;
	display: inline-block;
	vertical-align: middle;
}

.inde_qgsc1_1 {
	width: 100%;
	font-size: 60px;
	color: #333333;
}

.inde_qgsc1_1 span {
	color: #D70C20;
}

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

.inde_qgsc2 {
	width: calc(91% - 515px);
	margin-left: 9%;
	padding: 0 25px;
	display: inline-block;
	vertical-align: middle;
}
.inde_qgsc2_1{
    width: 100%;
}
.inde_qgsc2_1_1{
    width: 100%;
    display: none;
}
.inde_qgsc2_1_1 img {
	max-width: 100%;
	display: block;
	margin: auto;
}
.inde_qgsc2_2{
    width: 285px;
    display: flex;
    margin: auto;
    margin-top: 35px;
}
.inde_qgsc2_2_1{
    border-bottom: 1px solid #E3E3E3;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: #B6B6B6;
}
.inde_qgsc2_2_1.on{
    border-color: #D70C1F;
    color: #D70C1F;
}
.inde_news {
	width: 100%;
	padding-top: 85px;
	padding-bottom: 50px;
	background-image: url(../img/bg_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_newtops {
	width: 100%;
}

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

.inde_newcens {
	width: 100%;
	margin-top: 60px;
}
.inde_newcens .swiper{
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
}
.inde_newcens .swiper-slide{
	width: 100%;
	height: 100%;
}
.inde_newcens .swiper-button-prev::after,
.inde_newcens .swiper-button-next::after {
	display: none;
}

.inde_newcens .swiper-button-prev {
	width: 60px;
	height: 60px;
	background-image: url(../img/prev_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 70px;
}
.inde_newcens .swiper-button-prev:hover{
	background-image: url(../img/prev_2-s.png);
}
.inde_newcens .swiper-button-next {
	width: 60px;
	height: 60px;
	background-image: url(../img/next_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 70px;
}
.inde_newcens .swiper-button-next:hover{
	background-image: url(../img/next_2-s.png);
}
.inde_newcens .swiper-pagination-bullet {
	width: 55px;
	height: 3px;
	background: #545758;
	border-radius: 0;
	opacity: 1;
}

.inde_newcens .swiper-pagination-bullet-active {
	background: #D70C1F;
}
.inde_newcens .swiper-pagination{
	bottom: 0;
}
.inde_newcens .swiper-slide-active .inde_newcen1{
	/* transform: scale(1); */
	height: 550px;
	margin-top: 0;
}
.inde_newcens .swiper-slide-active .inde_newcen1::after{
	display: none;
}
.inde_newcens .swiper-slide-active .inde_newcen2{
	display: block;
}
.inde_newcen {
	width: 100%;
	display: block;
}
.inde_newcen:hover .inde_newcen1 img {
    transform: scale(1.1);
}
.inde_newcen1 {
	width: 100%;
	height: 490px;
	margin-top: 30px;
	overflow: hidden;
	/* transform: scale(0.95); */
	position: relative;
}

.inde_newcen1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: all 3s ease;
}

.inde_newcen1::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, .8);
	position: absolute;
	left: 0;
	top: 0;
}

.inde_newcen2 {
	width: 100%;
	margin-top: 25px;
	display: none;
}

.inde_newcen2_1 {
	width: 100%;
	font-size: 24px;
	color: white;
	white-space: nowrap;
	/* 禁止换行 */
	overflow: hidden;
	/* 隐藏溢出 */
	text-overflow: ellipsis;
	/* 显示省略号 */
}

.inde_newcen2_2 {
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	color: rgba(255,255,255, .57);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制行数 */
	overflow: hidden;
	text-overflow: ellipsis;
}
.inde_partners{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.inde_partners .wave {
    position: absolute;
    bottom: -30%;
    left: 0;
    width: 200%;
    height: auto;
    margin-left: -25%;
    z-index: -1;
    opacity: .1;
}
.inde_partner{
	width: 100%;
	margin:85px auto;
}
.inde_partner1{
	width: 100%;
	margin-top: 100px;
	/*display: inline-block;*/
}
.inde_partner3{
    width: 100%;
      /*display: flex;*/
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.inde_partner3::before{
    content:'';
    width:90px;
    height: 100%;
     position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255,1), rgba(255, 255, 255, 0.7));
  filter: blur(5px); /* 应用模糊效果 */
  z-index: 1;
}
.inde_partner3::after{
     content:'';
    width:90px;
    height: 100%;
     position: absolute;
  top: 0;
  right: 0;
   background: linear-gradient(to right, rgba(255, 255, 255,0.7), rgba(255, 255, 255, 1));
  filter: blur(5px); /* 应用模糊效果 */
  z-index: 1;
}
.inde_partner2{
    width: 180px;
	/*width: 12.5%;*/
	height: 100px;
	/*display: block;*/
	overflow: hidden;
	/*float: left;*/
	position: relative;
	  display: inline-block;
   
}
.animation1{
     padding-right: 20px; /* 根据需要调整间距 */
    animation: slide 10s linear infinite; /* 动画名称、持续时间、速度曲线、重复次数 */
}
.animation2{
     padding-right: 20px; /* 根据需要调整间距 */
    animation: slide2 10s linear infinite; /* 动画名称、持续时间、速度曲线、重复次数 */
}
@keyframes slide {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
}
@keyframes slide2 {
    from { transform: translateX(-100%); }
    to { transform: translateX(100%); }
}
.inde_partner2 img{
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.gflx_box{
	width: 100%;
	background: #D70C20;
}
.gflx_bo{
	width: 100%;
	margin:35px auto;
	display: inline-block;
}
.gflx_bo1{
	float: left;
}
.gflx_bo1_1{
	width: 100%;
	font-size: 36px;
	color: white;
}
.gflx_bo1_2{
	width: 100%;
	font-size: 48px;
	color: white;
}
.gflx_bo2{
	display: block;
	width: 160px;
	height: 65px;
	background: white;
	text-align: center;
	line-height: 65px;
	float: right;
	font-size: 24px;
	color: #D70C1F;
	    margin-top: 20px;
	    transition: all 3s ease;
}
.gflx_bo2:hover{
    transform: scale(1.1);
}
.pro_fls{
	border-bottom: 1px solid #D6D6D6;
	width: 100%;
}
.pro_fl{
	width: 100%;
	margin: 45px auto;
}
.pro_fl .swiper-father{
	width: 100%;
	height: 100%;
	position: relative;
}
.pro_fl .swiper{
	width: calc(100% - 60px);
	height: 100%;
}
.pro_fl .swiper-slide{
	width: 100%;
	height: 100%;
}
.pro_fl .swiper-button-prev::after,.pro_fl .swiper-button-next::after{
	display: none;
}
.pro_fl .swiper-button-prev{
	width: 15px;
	height: 25px;
	background-image: url(../img/prev_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
}
.pro_fl .swiper-button-next{
	width: 15px;
	height: 25px;
	background-image: url(../img/next_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 0;
}
.pro_fl1{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #333333;
}
.pro_fl1 img{
	max-width: 90%;
	height: 55px;
	margin: auto;
	margin-bottom: 20px;
}
.pro_fl1_1{
    display: block;
}
.pro_fl1_2{
    display: none;
}
.pro_fl1:hover{
    color: #D70C20;
}
.pro_fl1:hover .pro_fl1_1{
    display: none;
}
.pro_fl1:hover .pro_fl1_2{
    display: block;
}
.product_box{
	width: 100%;
}
.product_bo{
	width: 100%;
	margin:20px auto;
}
.product_bo1{
	width: 100%;
	margin-bottom: 75px;
}
.product_bo1:last-child{
	margin-bottom: 0;
}
.product_bo2{
	border-bottom: 1px solid #DFDFDF;
	width: 100%;
	height: 130px;
	line-height: 130px;
	font-size: 50px;
	color: #333333;
}
.product_bo3{
	width: 100%;
	margin-top: 35px;
}
.product_bo3 .swiper-father{
	width: 100%;
	height: 100%;
	position: relative;
}
.product_bo3 .swiper{
	width: calc(100% - 60px);
	height: 100%;
}
.product_bo3 .swiper-slide{
	width: 100%;
	height: 100%;
	padding: 25px;
}
.product_bo3 .swiper-button-prev::after,.product_bo3 .swiper-button-next::after{
	display: none;
}
.product_bo3 .swiper-button-prev{
	width: 15px;
	height: 25px;
	background-image: url(../img/prev_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
}
.product_bo3 .swiper-button-next{
	width: 15px;
	height: 25px;
	background-image: url(../img/next_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 0;
}
.product_bo3_1{
	width: 100%;
	padding: 50px 45px;
	display: block;
	position: relative;
}
.product_bo3_1:hover .product_bo3_2 img{
    transform: translate(-50%,-50%) scale(1.1);
}
.product_bo3_1:hover .product_bo3_3{
    color: #D70C20;
}
.product_bo3_2{
	width: 100%;
	height: 310px;
	overflow: hidden;
	line-height: 310px;
	font-size: 376px;
	color: #F9F9F9;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.product_bo3_2 img{
	max-width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.5s ease;
}
.product_bo3_3{
	width: 100%;
	margin-top: 60px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden;    /* 隐藏溢出的文本 */
	  text-overflow: ellipsis; /* 显示省略号 */
}
.product_bo3_4{
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: #999999;
	opacity: 0;
	text-align: center;
	white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden;    /* 隐藏溢出的文本 */
	  text-overflow: ellipsis; /* 显示省略号 */
}
.product_bo3_5{
	width: 100%;
	margin-top: 35px;
	text-align: center;
	font-size: 20px;
	color: #D70C20;
	opacity: 0;
}
.product_bo3_6{
	width: 70px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #D70C20;
	color: white;
	font-size: 18px;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 1;
}
.product_bo3_1:hover{
	box-shadow: 0 0 25px rgba(0,0,0, .11);
}
.product_bo3_1:hover .product_bo3_4{
	opacity: 1;
}
.product_bo3_1:hover .product_bo3_5{
	opacity: 1;
}
.nybanner{
	width: 100%;
	position: relative;
}
.nybanne1{
	width: 100%;
	display: block;
}
.nybanne2{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.nybanne2 form{
    margin: auto;
}
.nybanne3{
	width: 100%;
}
.nybanne3_1{
	width: 100%;
	font-size: 64px;
	color: white;
	font-weight: bold;
}
.nybanne3_2{
	width: 100%;
	font-size: 50px;
	color: white;
	margin-top: 15px;
}
.nybanne3_3{
	width: 100%;
	font-size: 30px;
	color: white;
	margin-top: 15px;
}
.nybanne4{
	width: 100%;
	text-align: center;
}
.nybanne4_1{
	width: 100%;
	font-size: 60px;
	color: white;
}
.nybanne4_2{
	width: 100%;
	margin-top: 30px;
	font-size: 25px;
	color: white;
}
.nybanne5{
	max-width: 100%;
	width: 640px;
	height: 75px;
	display: flex;
	margin: auto;
}
.nybanne5 input{
	border: none;
	outline: none;
	width: calc(100% - 85px);
	height: 100%;
	padding: 0 25px;
	background: rgba(255,255,255, .7);
	font-size: 16px;
}
.nybanne5 button{
	border: none;
	outline: none;
	width: 80px;
	height: 100%;
	margin-left: 5px;
	background-color: #D70C20;
	background-image: url(../img/search_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px auto;
}
.pro_xzwms{
	width: 100%;
	background: #F7F7F7;
}
.pro_xzwm{
	width: 100%;
	margin:90px auto;
}
.pro_xzwm1{
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #333333;
	margin-bottom: 45px;
}
.pro_xzwm2{
	width: 100%;
	display: flex;
}
.pro_xzwm3{
	width: 48%;
	float: left;
	margin-right: 4%;
	background: white;
	box-shadow: 0 0 24px rgba(158,158,158, .08);
	padding: 40px 35px;
}
.pro_xzwm3:nth-child(2n){
	margin-right: 0;
}
.pro_xzwm3_1{
	width: 100%;
	font-size: 71px;
	color: #E1E1E1;
	line-height: 71px;
	font-weight: bold;
}
.pro_xzwm3_2{
	width: 100%;
	margin-top: 35px;
	font-size: 30px;
	color: #D70C20;
	font-weight: bold;
}
.pro_xzwm3_3{
	width: 100%;
	margin-top: 10px;
	font-size: 18px;
	color: #333333;
}
.pro_xzwm3_4{
	width: 100%;
	display: inline-block;
}
.pro_xzwm3_4 img{
	width: 220px;
	display: block;
	float: right;
}
.pro_xzwm3_5{
	width: 100%;
	margin-top: 80px;
	display: inline-block;
}
.pro_xzwm3_5 img{
	width: 190px;
	display: block;
	float: right;
}
.pro_xzwm4{
	width: 30.66%;
	float: left;
	margin-right: 4%;
	margin-top: 45px;
	background: white;
	box-shadow: 0 0 24px rgba(158,158,158, .08);
	padding: 40px 35px;
}
.pro_xzwm4:nth-child(3n){
	margin-right: 0;
}
.pro_pros{
	width: 100%;
}
.pro_pro{
	width: 100%;
}
.pro_pr{
	width: 100%;
	margin:80px auto;
}
.pro_pr1{
	width: 50%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: middle;
}
.pro_pr3{
	width: 50%;
	margin-left: 4%;
	display:none;
	vertical-align: middle;
}
.pro_pr2{
	width: 45%;
	display: inline-block;
	vertical-align: middle;
}
.pro_pr2_1{
	width: 100%;
	font-size: 24px;
	color: #D81A2B;
	font-weight: bold;
}
.pro_pr2_2{
	width: 100%;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-top: 45px;
}
.pro_pro:nth-child(even){
	background: #F5F5F5;
}
.pro_pro:nth-child(even) .pro_pr1{
	display: none;
}
.pro_pro:nth-child(even) .pro_pr3{
	display: inline-block;
}
.pro_cssms{
	width: 100%;
}
.pro_cssm{
	width: 100%;
	margin:75px auto;
}
.pro_cssm1{
	width: 100%;
	margin-bottom: 75px;
}
.pro_cssm1:last-child{
	margin-bottom: 0;
}
.pro_cssm2{
	width: 100%;
	margin-bottom: 45px;
	font-size: 48px;
	color: #333333;
	text-align: center;
}
.pro_cssm3{
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
}
.pro_cssm3 table{
	border: 1px solid #F3F3F3;
	width: 100%;
}
.pro_cssm3 tr{
	width: 100%;
}
.pro_cssm3 td{
	border-right: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	width: 20%;
	font-size: 16px;
	color: #333333;
	padding: 30px 10px;
	text-align: center;
}
.pro_cssm3 td:last-child{
	border-right: none;
}
.pro_cssm3 tr:last-child td{
	border-bottom: none;
}
.pro_cssm3 tr:nth-child(odd) td{
	background: #F8F8F8;
}
.pro_cssm4{
	width: 100%;
	/*height: 755px;*/
	position: relative;
}
.pro_cssm4_1{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.pro_cssm4_2{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.pro_cssm4_2 img{
	width: 85px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.pro_cssm4_2_1{
    display: block;
}
.pro_cssm4_2_2{
    display: none;
}
.pro_cssm4_2:hover .pro_cssm4_2_1{
    display: none;
}
.pro_cssm4_2:hover .pro_cssm4_2_2{
    display: block;
}
.pro_cssm5{
	width: 100%;
	display: inline-block;
}
.pro_cssm5_1{
	width: 31.33%;
	display: block;
	float: left;
	margin-right: 3%;
	margin-bottom: 50px;
	box-shadow: 0 0 27px rgba(0,0,0, .09);
	position: relative;
}
.pro_cssm5_1:nth-child(3n){
	margin-right: 0;
}
.pro_cssm5_1:before {
    content: '';
    width: 0;
    height: 0;
    background: #D70C20;
    transition: all 1s ease;
    border-radius: 500px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.pro_cssm5_1:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.pro_cssm5_1:hover .pro_cssm5_3_1{
    color: white;
}
.pro_cssm5_1:hover .pro_cssm5_3_2{
    background: white;
}
.pro_cssm5_1:hover .pro_cssm5_3_2_1{
    display: none;
}
.pro_cssm5_1:hover .pro_cssm5_3_2_2{
    display: block;
}
.pro_cssm5_2{
	width: 100%;
	height: 270px;
	display: block;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 1;
}
.pro_cssm5_3{
	width: 100%;
	padding: 30px 35px;
		position: relative;
	z-index: 1;
}
.pro_cssm5_3_1{
	width: 100%;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden;    /* 隐藏溢出的文本 */
	  text-overflow: ellipsis; /* 显示省略号 */
}
.pro_cssm5_3_2{
	width: 55px;
	margin-top: 25px;
	padding: 10px 0;
	background: #D70C20;
}
.pro_cssm5_3_2 img{
	width: 10px;
	margin: auto;
}
.pro_cssm5_3_2_1{
    display: block;
}
.pro_cssm5_3_2_2{
    display: none;
}
.pro_cssm6{
    border: 2px solid #D70C20;
	width: 210px;
	height: 65px;
	text-align: center;
	line-height: 65px;
background: #D70C20;
    color: white;
	font-size: 18px;
	display: block;
	margin: auto;
	    transition: all 2s ease;
}
.pro_cssm6:hover{
    transform: scale(1.1);
}
.pro_zlxzs{
	width: 100%;
	background: #F5F5F5;
}
.pro_zlxz{
	width: 100%;
	margin:70px auto;
}
.pro_zlxz1{
	width: 100%;
	font-size: 48px;
	color: #333333;
}
.pro_zlxz2{
	width: 100%;
	margin-top: 30px;
}
.pro_zlxz3{
	border-bottom: 1px solid #AEAEAE;
	width: 100%;
	padding: 30px 0;
	display: block;
	font-size: 22px;
	color: #333333;
}
.pro_zlxz3 div{
	width: calc(100% - 60px);
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden;    /* 隐藏溢出的文本 */
	  text-overflow: ellipsis; /* 显示省略号 */
}
.pro_zlxz3 img{
	width: 25px;
	margin-left: 25px;
	display: inline-block;
	vertical-align: middle;
}
.pro_xscps{
	width: 100%;
}
.pro_xscp{
	width: 100%;
	margin:95px auto;
}
.pro_xscp1{
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #333333;
}
.fwzx_ban{
	width: 100%;
	height: 945px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.fwzx_ban2{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.fwzx_ban3{
	width: 100%;
}
.fwzx_ban3_1{
	width: 100%;
	text-align: center;
	font-size: 52px;
	color: white;
}
.fwzx_ban3_2{
	width: 100%;
	text-align: center;
	font-size: 28px;
	color: white;
	margin-top: 10px;
}
.fwzx_ban3_3{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fwzx_ban3_4{
	width: 14.5%;
	margin-right: 2%;
	background: rgba(255,255,255, .85);
	padding: 35px 20px;
	display: block;
	margin-top: 155px;
}
.fwzx_ban3_4:nth-child(6n){
	margin-right: 0;
}
.fwzx_ban3_4_1{
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
}
.fwzx_ban3_4_2{
	width: 100%;
	text-align: center;
	margin-top: 15px;
	font-size: 18px;
	color: #333333;
}
.fwzx_ban3_4_3{
	width: 100%;
	height: 50px;
	margin-top: 35px;
}
.fwzx_ban3_4_3 img{
	height: 100%;
	margin: auto;
}
.fwzx_ban3_4_3_1{
	display: block;
}
.fwzx_ban3_4_3_2{
	display: none;
}
.fwzx_ban3_4_4{
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.fwzx_ban3_4:hover{
	 background: linear-gradient(to bottom, #D70C20, #B21726);
}
.fwzx_ban3_4:hover .fwzx_ban3_4_1{
	color: white;
}
.fwzx_ban3_4:hover .fwzx_ban3_4_2{
	color: white;
}
.fwzx_ban3_4:hover .fwzx_ban3_4_3_1{
	display: none;
}
.fwzx_ban3_4:hover .fwzx_ban3_4_3_2{
	display: block;
}
.fwzx_ban3_4:hover .fwzx_ban3_4_4{
	color: white;
}
.fwsh_box{
	width: 100%;
}
.fwsh_bo{
	width: 100%;
	margin-top: 80px;
}
.fwsh_bo1{
	width: 100%;
	text-align: center;
}
.fwsh_bo1_1{
	width: 100%;
	font-size: 48px;
	color: #333333;
}
.fwsh_bo1_2{
	width: 100%;
	font-size: 25px;
	color: #333333;
	margin-top: 10px;
}
.fwsh_bo2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.fwsh_bo2_1{
	border: 1px solid #DFDEE1;
	width: 22%;
	margin-right: 4%;
	margin-top: 50px;
	background: #F9FAFB;
	padding: 30px 0;
	position: relative;
}
.fwsh_bo2_1:nth-child(4n){
	margin-right: 0;
}
.fwsh_bo2_1:hover{
	border: none;
	background: white;
	box-shadow: 0 0 27px rgba(0,0,0, .11);
}
.fwsh_bo2_1:hover .fwsh_bo2_7{
    display: block;
}
.fwsh_bo2_2{
	width: 175px;
	height: 175px;
	margin: auto;
	position: relative;
}
.fwsh_bo2_2 img{
	max-width: calc(100% - 20px);
	max-height: calc(100% - 20px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.fwsh_bo2_3{
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 28px;
	color: #333333;
}
.fwsh_bo2_4{
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 25px;
	color: #333333;
}
.fwsh_bo2_5{
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}
.fwsh_bo2_6{
	width: 80px;
	display: block;
	padding: 10px 0;
	margin: auto;
	margin-top: 15px;
	 background: linear-gradient(to bottom, #D70C20, #B21726);
}
.fwsh_bo2_6 img{
	width: 10px;
	display: block;
	margin: auto;
}
.fwsh_bo2_7{
    width: 100%;
    height: 100%;
    background: white;
        padding: 30px 0;
        display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.fwsh_bo2_7_1{
        border: 1px solid #DFDEE1;
    width: 175px;
    height: 175px;
    margin: auto;
    position: relative;
}
.fwsh_bo2_7_1 img{
   width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fwlx_box{
	width: 100%;
}
.fwlx_bo{
	width: 100%;
	margin: 95px auto;
}
.fwlx_bo1{
	width: 100%;
	margin-top: 65px;
	display: inline-block;
}
.fwlx_bo2{
	width: 42%;
	float: left;
	margin-right: 3%;
}
.fwlx_bo2_1{
	width: 100%;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}
.fwlx_bo2_2{
	width: 100%;
	margin-top: 60px;
}
.fwlx_bo2_3{
	width: 100%;
	margin-bottom: 30px;
	font-size: 18px;
	color: #666666;
}
.fwlx_bo2_3:last-child{
	margin-bottom: 0;
}
.fwlx_bo2_3 img{
	width: 30px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.fwlx_bo2_3 div{
	width: calc(100% - 50px);
	display: inline-block;
	vertical-align: middle;
}
.fwlx_bo3{
	width: 55%;
	/*height: 445px;*/
	/*box-shadow: 0 0 27px rgba(0,0,0, .11);*/
	float: left;
	/*padding: 15px;*/
}
.fwlx_bo3_1{
    width: 100%;
    display: inline-block;
}
.fwlx_bo3_2{
        border: 2px solid #D70D1D;
    width: 165px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #D70C1F;
    margin-right: 10px;
    float: left;
     white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}
.fwlx_bo3_2:last-child{
    margin-right: 0;
}
.fwlx_bo3_2.on{
    background: #D70D1D;
    color: white;
}
.fwlx_bo3_2:hover{
    background: #D70D1D;
    color: white;
}
.fwlx_bo3_3{
    width: 100%;
    height: 445px;
	box-shadow: 0 0 27px rgba(0,0,0, .11);
	padding: 15px;
}
.fwlx_bo3_3 #maps{
    width: 100%;
    height: 100%;
}
.gy_gsjjs{
	width: 100%;
}
.gy_gsjj{
	width: 100%;
	margin-top: 85px;
}
.gy_gsjj1{
	width: 100%;
	text-align: center;
}
.gy_gsjj1_1{
	width: 100%;
	font-size: 48px;
	color: #333333;
}
.gy_gsjj1_2{
	width: 100%;
	margin-top: 10px;
	font-size: 25px;
	color: #333333;
}
.gy_gsjj2{
	width: 100%;
	margin-top: 45px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.gy_gsjj2 img{
	max-width: 100%;
}
.gy_gsjj3{
	width: 100%;
	    display: flex;
	    justify-content: space-between;
}
.gy_gsjj4{
	width: 100%;
	height: 755px;
	margin-top: 85px;
	position: relative;
}
.gy_gsjj4_1{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.gy_gsjj4_2{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.gy_gsjj4_2 img{
	width: 85px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.gy_gsjj4_2_1{
    display: block;
}
.gy_gsjj4_2_2{
    display: none;
}
.gy_gsjj4_2:hover .gy_gsjj4_2_1{
    display: none;
}
.gy_gsjj4_2:hover .gy_gsjj4_2_2{
    display: block;
}
.gy_gsjj5{
	width: 100%;
	margin-top: 85px;
}
.gy_gsjj5_1{
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #333333;
}
.gy_gsjj5_2{
	width: 100%;
	margin-top:30px;
}
.gy_gsjj5_2 img{
	width: 100%;
	display: block;
}
.gy_cybjs{
	width: 100%;
	display: inline-block;
}
.gy_cybj{
	width: 100%;
	margin-top: 80px;
	margin-bottom: 135px;
}
.gy_cybj1{
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #333333;
}
.gy_cybj2{
	width: 100%;
	margin-top: 45px;
}
.gy_cybj2 .swiper{
	width: 100%;
	height: 100%;
}
.gy_cybj2 .swiper-slide{
	width: 100%;
	height: 100%;
}
.gy_cybj2_1{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #333333;
}
.gy_cybj2_1:hover{
        color: #D70C20;
}
.gy_cybj2_1:hover .gy_cybj2_2 img{
    transform: scale(1.1);
}
.gy_cybj2_2{
    	width: 100%;
	height: 510px;
		margin-bottom: 15px;
		overflow: hidden;
}
.gy_cybj2_2 img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: all 0.5s ease;
}
.gy_cybj2_1 div{
	width: 100%;
	white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden;    /* 隐藏溢出的文本 */
	  text-overflow: ellipsis; /* 显示省略号 */
}
.gy_qylcs{
	width: 100%;
	display: inline-block;
	background-image: url(../img/bg_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gy_qylc{
	width: 100%;
	margin:90px auto;
}
.gy_qylc1{
	width: 100%;
	padding: 0 100px;
	margin: auto;
	margin-top: 90px;
	position: relative;
}
.gy_qylc1 .swiper{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.gy_qylc1 .swiper-slide{
	width: 100%;
	height: 100%;
}
.gy_qylc1 .swiper-button-prev::after,.gy_qylc1 .swiper-button-next::after{
	display: none;
}
.gy_qylc1 .swiper-button-prev{
	width: 50px;
	height: 50px;
	background-image: url(../img/prev_2-s.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.gy_qylc1 .swiper-button-next{
	width: 50px;
	height: 50px;
	background-image: url(../img/next_2-s.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.gy_qylc2{
	width: 100%;
}
.gy_qylc3{
	width: calc(100% - 165px);
	margin-left: 165px;
}
.gy_qylc3_1{
	width: 85px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
}
.gy_qylc3_1_1{
	width: 100%;
	height: 85px;
	border-radius: 50%;
	background: white;
	text-align: center;
	line-height: 85px;
	font-size: 18px;
	color: #D70C20;
	font-weight: bold;
}
.gy_qylc3_1_2{
	width: 1px;
	height: 150px;
	background: #858585;
	margin: auto;
}
.gy_qylc3_2{
	width: calc(100% - 115px);
	border-radius: 10px;
	background: rgba(255,255,255, .68);
	padding: 35px 20px;
	display: inline-block;
	vertical-align: top;
}
.gy_qylc3_2_1{
	width: 100%;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.gy_qylc3_2_2{
	width: 100%;
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
}
.gy_qylc4{
	width: calc(100% - 165px);
}
.gy_qylc4_1{
	width: 85px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: bottom;
}
.gy_qylc4_1_1{
	width: 100%;
	height: 85px;
	border-radius: 50%;
	background: white;
	text-align: center;
	line-height: 85px;
	font-size: 18px;
	color: #D70C20;
	font-weight: bold;
}
.gy_qylc4_1_2{
	width: 1px;
	height: 150px;
	background: #858585;
	margin: auto;
}
.gy_qylc4_2{
	width: calc(100% - 115px);
	border-radius: 10px;
	background: rgba(255,255,255, .68);
	padding: 35px 20px;
	display: inline-block;
	vertical-align: bottom;
}
.gy_qylc4_2_1{
	width: 100%;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.gy_qylc4_2_2{
	width: 100%;
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
}
.gy_qylc5{
	width: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.gy_qylc3:hover .gy_qylc3_1_1{
	background: #D70C20;
	color: white;
}
.gy_qylc3:hover .gy_qylc3_2{
	background: #D70C20;
}
.gy_qylc3:hover .gy_qylc3_2_1{
	color: white;
}
.gy_qylc3:hover .gy_qylc3_2_2{
	color: white;
}
.gy_qylc4:hover .gy_qylc4_1_1{
	background: #D70C20;
	color: white;
}
.gy_qylc4:hover .gy_qylc4_2{
	background: #D70C20;
}
.gy_qylc4:hover .gy_qylc4_2_1{
	color: white;
}
.gy_qylc4:hover .gy_qylc4_2_2{
	color: white;
}
.gy_qywhs{
	width: 100%;
	background-image: url(../img/bg_3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gy_qywh{
	width: 100%;
	margin:85px auto;
}
.gy_qywh1{
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: white;
}
.gy_qywh2{
	width: 100%;
	margin-top: 60px;
}
.gy_qywh3{
	border-bottom: 1px solid rgba(255,255,255, .5);
	width: 100%;
	padding: 40px 0;
	display: flex;
}
.gy_qywh3_1{
	width: 270px;
	font-size: 36px;
	color: white;
}
.gy_qywh3_2{
	width: calc(100% - 270px);
	font-size: 36px;
	color: white;
}
.jjfa_bans{
	width: 100%;
	position: relative;
}
.jjfa_ban1{
	width: 100%;
	height: 1080px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.jjfa_ban2{
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
}
.jjfa_ban2_1{
	border-right: 1px solid rgba(255,255,255, .5);
	width: 25%;
	height: 100%;
	display: block;
	position: relative;
}
.jjfa_ban2_1:nth-child(4n){
	border-right: none;
}
.jjfa_ban2_1:after{
    content:'';
    width: 100%;
    height: 0;
    background: rgba(0,0,0, .5);
    transition: all 1s ease;
    position: absolute;
    left: 0;
    top: 0;
}
.jjfa_ban2_2{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
/*.jjfa_ban2_3{*/
/*	width: 40px;*/
/*	display: block;*/
/*	margin: auto;*/
/*}*/
.jjfa_ban2_1:hover .jjfa_ban2_3 {
    background: #D70C1F;
}
.jjfa_ban2_1:hover .jjfa_ban2_3:after {
    background: #D70C1F;
}
.jjfa_ban2_1:hover .jjfa_ban2_3:before {
    background: #D70C1F;
}
.jjfa_ban2_3 {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 50%;
   margin: auto;
    position: relative;
}

.jjfa_ban2_3:after {
    content: "";
    width: 11px;
    height: 11px;
    background: #FFFFFF;
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 3s scale linear infinite;
}

.jjfa_ban2_3:before {
    content: "";
    width: 11px;
    height: 11px;
    background: #FFFFFF;
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 3s scale linear infinite;
    animation-delay: 1.5s;
}
@keyframes scale {
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}
.jjfa_ban2_4{
	width: 100%;
	margin-top: 30px;
	text-align: center;
	font-size: 30px;
	color: white;
}
.jjfa_ban2_5{
	/*border-top: 2px solid white;*/
	max-width: 100%;
	width: 170px;
	margin: auto;
	margin-top: 25px;
	padding-top: 35px;
	text-align: center;
	/*display: none;*/
	position: relative;
}
.jjfa_ban2_5:after{
    content:'';
    width: 0;
    height: 2px;
    background: white;
     transition: all 1s ease;
    position: absolute;
    left: 0;
    top: 0;
}
.jjfa_ban2_5_1{
	width: 100%;
	font-size: 18px;
	color: white;
	margin-bottom: 25px;
	display: none;
}
.jjfa_ban2_5_1:last-child{
    margin-bottom: 0;
}
.jjfa_ban2_5_1:hover{
    	color: #D70C20;
}
.jjfa_ban2_1:hover:after{
    height: 100%;
}
.jjfa_ban2_1:hover .jjfa_ban2_5:after{
    width: 100%;
}
.jjfa_ban2_5_2{
	width: 100%;
	font-size: 18px;
	color: white;
	margin-top: 25px;
}
/*.jjfa_ban2_1:hover{*/
/*	background: rgba(0,0,0, .5);*/
/*}*/
.jjfa_ban2_1:hover .jjfa_ban2_5_1{
	display: block;
}
.jjfa_ban3{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.jjfa_ban4{
	width: 100%;
	text-align: center;
}
.jjfa_ban4_1{
	width: 100%;
	font-size: 60px;
	color: white;
}
.jjfa_ban4_2{
	width: 100%;
	margin-top: 25px;
	font-size: 20px;
	color: white;
}
.jjfa_zytxs{
	width: 100%;
}
.jjfa_zytx{
	width: 100%;
	margin:80px auto;
}
.jjfa_zytx1{
	width: 100%;
	margin-top: 60px;
}
.jjfa_zytx2{
	width: 560px;
	height: 730px;
	display: inline-block;
	vertical-align: middle;
}
.jjfa_zytx2 img{
	width: calc(100% + 240px);
	height: 100%;
	display: block;
	margin-right: -240px;
	object-fit: cover;
	object-position: center;
}
.jjfa_zytx3{
	width: calc(91% - 570px);
	margin-right: 9%;
	display: inline-block;
	vertical-align: middle;
}
.jjfa_zytx3_1{
	width: 100%;
	font-size: 48px;
	color: #333333;
}
.jjfa_zytx3_2{
	width: 100%;
	margin-top: 45px;
	font-size: 30px;
	color: #D70C20;
}
.jjfa_zytx3_3{
	width: 100%;
	margin-top: 30px;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
.jjfa_zytx3_4{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.jjfa_zytx3_5{
	text-align: center;
	margin-top: 95px;
}
.jjfa_zytx3_5_1{
	width: 100%;
	font-size: 16px;
	color: #666666;
}
.jjfa_zytx3_5_2{
	width: 100%;
	margin:15px auto;
	color: #D70C1F;
}
.jjfa_zytx3_5_2 span{
	font-size: 84px;
	line-height: 84px;
	display: inline-block;
	vertical-align: bottom;
}
.jjfa_zyzss{
	width: 100%;
	background: #F5F5F5;
}
.jjfa_zyzs{
	width: 100%;
	margin:85px auto;
}
.jjfa_zyzs1{
	width: 100%;
	font-size: 48px;
	color: #333333;
}
.jjfa_zyzs2{
	width: 100%;
	margin-top: 50px;
}
.jjfa_zyzs2 .swiper{
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
}
.jjfa_zyzs2 .swiper-slide{
	width: 100%;
	height: 100%;
}
.jjfa_zyzs2 .swiper-pagination{
	bottom: 0;
}
.jjfa_zyzs2 .swiper-pagination-bullet {
	width: 55px;
	height: 3px;
	background: #B6B6B6;
	border-radius: 0;
	opacity: 1;
}

.jjfa_zyzs2 .swiper-pagination-bullet-active {
	background: #D70C1F;
}
.jjfa_zyzs2_1{
	width: 100%;
	height: 455px;
	display: block;
	position: relative;
	overflow: hidden;
}
.jjfa_zyzs2_1:hover .jjfa_zyzs2_2{
    transform: scale(1.1);
}
.jjfa_zyzs2_2{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	    transition: all 3s ease;
}
.jjfa_zyzs2_3{
	width: 100%;
	padding: 45px 40px;
	position: absolute;
	left: 0;
	top: 0;
}
.jjfa_zyzs2_4{
	width: 100%;
	font-size: 24px;
	color: white;
}
.jjfa_zyzs2_5{
	width: 100%;
	font-size: 16px;
	color: white;
	margin-top: 10px;
}
.jjfa_zyzs2_6{
	width: 35px;
	margin-top: 25px;
	display: block;
}
.jjfa_zyzs3{
	width: 100%;
	margin-top: 50px;
}
.jjfa_zyzs3 .swiper{
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
}
.jjfa_zyzs3 .swiper-slide{
	width: 100%;
	height: 100%;
}
.jjfa_zyzs3 .swiper-pagination{
	bottom: 0;
}
.jjfa_zyzs3 .swiper-pagination-bullet {
	width: 55px;
	height: 3px;
	background: #B6B6B6;
	border-radius: 0;
	opacity: 1;
}

.jjfa_zyzs3 .swiper-pagination-bullet-active {
	background: #D70C1F;
}
.jjfa_zyzs3_1{
	border-right: 1px solid #F5F5F5;
	width: 100%;
	background: white;
	padding: 40px 25px;
	display: block;
}
.jjfa_zyzs3_2{
	width: 100%;
	font-size: 16px;
	color: #999999;
}
.jjfa_zyzs3_3{
	width: 100%;
	margin-top: 35px;
	font-size: 24px;
	color: #333333;
}
.jjfa_zyzs3_4{
	max-width: 100%;
	height: 70px;
	display: block;
	margin-top: 30px;
}
.jjfa_hytds{
	width: 100%;
}
.jjfa_hytd{
	width: 100%;
	margin:90px auto;
}
.jjfa_hytd1{
	width: 100%;
	margin-top: 55px;
}
.jjfa_hytd1 .swiper{
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
}
.jjfa_hytd1 .swiper-slide{
	width: 100%;
	height: 100%;
}
.jjfa_hytd1 .swiper-pagination{
	bottom: 0;
}
.jjfa_hytd1 .swiper-pagination-bullet {
	width: 55px;
	height: 3px;
	background: #B6B6B6;
	border-radius: 0;
	opacity: 1;
}

.jjfa_hytd1 .swiper-pagination-bullet-active {
	background: #D70C1F;
}
.jjfa_hytd2{
	width: 100%;
	display: block;
}
.jjfa_hytd2_1{
	width: 100%;
	height: 515px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.jjfa_hytd2_2{
	width: 100%;
	font-size: 30px;
	color: #000000;
	margin-top: 25px;
	 white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden;    /* 隐藏溢出的文本 */
	  text-overflow: ellipsis; /* 显示省略号 */
}
.jjfa_hytd2_3{
	width: 100%;
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
	 display: -webkit-box; /* 必须设置 */
	  -webkit-line-clamp: 2; /* 限制显示的行数 */
	  -webkit-box-orient: vertical; /* 必须设置以使其工作 */
	  overflow: hidden; /* 隐藏溢出的文本 */
}
.jjfa_hytdts{
	width: 100%;
	background: #333333;
}
.jjfa_hytdt{
	width: 100%;
	margin:80px auto;
}
.jjfa_hytdt1{
	width: 100%;
	margin-top: 60px;
}
.jjfa_hytdt1 .swiper{
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
}
.jjfa_hytdt1 .swiper-slide{
	width: 100%;
	height: 100%;
}
.jjfa_hytdt1 .swiper-pagination{
	bottom: 0;
}
.jjfa_hytdt1 .swiper-pagination-bullet {
	width: 55px;
	height: 3px;
	background: #B6B6B6;
	border-radius: 0;
	opacity: 1;
}

.jjfa_hytdt1 .swiper-pagination-bullet-active {
	background: #D70C1F;
}
.jjfa_hytdt2{
	width: 100%;
	height: 290px;
	position: relative;
	display: block;
	font-size: 18px;
	color: white;
}
.jjfa_hytdt2 img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.jjfa_hytdt2 div{
	width: 100%;
	background: rgba(0,0,0, .6);
	padding: 20px;
	white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden;    /* 隐藏溢出的文本 */
	  text-overflow: ellipsis; /* 显示省略号 */
	position: absolute;
	left: 0;
	bottom: 0;
}
.jjfa_hytdt2:hover div{
	background: #D60C20;
}
.jjfa_yyals{
	width: 100%;
}
.jjfa_yyal{
	width: 100%;
	margin:75px auto;
}
.jjfa_yyal1{
	width: 100%;
	margin-bottom: 50px;
	display: inline-block;
}
.jjfa_yyal2{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-top: 50px;
	box-shadow: 0 0 27px rgba(0,0,0, .11);
	display: block;
	background: white;
}
.jjfa_yyal2:nth-child(4n){
	margin-right: 0;
}
.jjfa_yyal2_1{
	width: 100%;
	height: 250px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.jjfa_yyal2_2{
	width: 100%;
	font-size: 20px;
	color: #333333;
	padding: 20px 30px;
}
.jjfa_yyal2_2 div{
	width: 100%;
	height: 52px;
	display: -webkit-box; /* 必须设置 */
	 -webkit-line-clamp: 2; /* 限制显示的行数 */
	 -webkit-box-orient: vertical; /* 必须设置以使其工作 */
	 overflow: hidden; /* 隐藏溢出的文本 */
}
.jjfa_yyal2:hover{
	background: #D70C20;
}
.jjfa_yyal2:hover .jjfa_yyal2_2{
	color: white;
}
.xmal_box{
	width: 100%;
}
.xmal_bo{
	width: 100%;
	margin-top: 35px;
	margin-bottom: 90px;
}
.xmal_fls{
	width: 100%;
}
.xmal_fl{
	border-bottom: 1px solid #EDEDED;
	width: 100%;
	padding: 25px 0;
	display: flex;
}
.xmal_fl1{
	width: 80px;
	font-size: 16px;
	color: #333333;
	margin: 5px 0;
}
.xmal_fl2{
	width: calc(100% - 80px);
	display: inline-block;
}
.xmal_fl2_1{
	font-size: 16px;
	color: #333333;
	margin: 5px 0;
	margin-right: 40px;
	display: block;
	float: left;
}
.xmal_fl2_1:last-child{
	margin-right: 0;
}
.xmal_fl2_1.on{
	color: #D70C20;
}
.xmal_fl2_1:hover{
	color: #D70C20;
}
.xmal_list{
	width: 100%;
	display: inline-block;
}
.xmal_li{
	width: 31.33%;
	margin-right: 3%;
	margin-top: 50px;
	float: left;
	display: block;
	box-shadow: 0 0 27px rgba(0,0,0, .09);
	background: white;
	overflow: hidden;
	position: relative;
}
.xmal_li:before{
    content:'';
    width: 0;
    height: 0;
    background: #D70C20;    
    transition: all 1s ease;
    border-radius: 500px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.xmal_li:nth-child(3n){
	margin-right: 0;
}
.xmal_li:hover:before{
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.xmal_li:hover .xmal_li2_1{
    color: white;
}
.xmal_li:hover .xmal_li2_2{
    background: white;
}
.xmal_li:hover .xmal_li2_2_1{
    display: none;
}
.xmal_li:hover .xmal_li2_2_2{
    display: block;
}
.xmal_li1{
	width: 100%;
	height: 270px;
	display: block;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 1;
}
.xmal_li2{
	width: 100%;
	padding: 30px 35px;
		position: relative;
	z-index: 1;
}
.xmal_li2_1{
	width: 100%;
	height: 54px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	display: -webkit-box; /* 必须设置 */
	  -webkit-line-clamp: 2; /* 限制显示的行数 */
	  -webkit-box-orient: vertical; /* 必须设置以使其工作 */
	  overflow: hidden; /* 隐藏溢出的文本 */
}
.xmal_li2_2{
	width: 55px;
	margin-top: 25px;
	padding: 10px 0;
	background: #D70C20;
}
.xmal_li2_2 img{
	width: 10px;
	margin: auto;
}
.xmal_li2_2_1{
    display: block;
}
.xmal_li2_2_2{
    display: none;
}
.pages {
	width: 100%;
	text-align: center;
	margin-top: 80px;
}

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

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

.pagination a {
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 50px;
	height: 50px;
	font-size: 16px;
	padding: 0 10px;
	background: white;
	color: #333333;
	text-align: center;
	line-height: 50px;
	margin: 0 5px;
}
.pagination span {
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 50px;
	height: 50px;
	font-size: 16px;
	padding: 0 10px;
	background: white;
	color: #333333;
	text-align: center;
	line-height: 50px;
	margin: 0 5px;
}

.pagination a.active {
	border: 1px solid #D70C20;
	background: #D70C20;
	color: white;
}

.pagination a:active {
	border: 1px solid #D70C20;
	background: #D70C20;
	color: white;
}
.xmal_details{
	width: 100%;
}
.xmal_detail{
	width: 100%;
	margin-top: 80px;
	margin-bottom: 100px;
}
.xmal_detatop{
	width: 100%;
	display: inline-block;
}
.xmal_detatop1:hover img{
    transform: scale(1.1);
}
.xmal_detatop1{
	width: 42%;
	display: block;
	float: left;
	    
}
.xmal_detatop1 img{
    width: 100%;
    display: block;
    transition: all 1s ease;
}
.xmal_detatop2{
	width: 54%;
	float: right;
}
.xmal_detatop3{
	width: 100%;
	font-size: 48px;
	color: #333333;
}
.xmal_detatop4{
	width: 100%;
	display: inline-block;
}
.xmal_detatop4_1{
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-top: 45px;
	display: inline-block;
}
.xmal_detatop4_1:nth-child(2n){
	margin-right: 0;
}
.xmal_detatop4_2{
	width: 25px;
	margin-right: 5px;
	float: left;
}
.xmal_detatop4_3{
	width: calc(100% - 30px);
	float: left;
}
.xmal_detatop4_4{
	width: 100%;
	font-size: 22px;
	color: #333333;
}
.xmal_detatop4_5{
	width: 100%;
	margin-top: 10px;
	font-size: 18px;
	color: #333333;
}
.xmal_detatop5{
	width: 100%;
	margin-top: 50px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.xmal_detacen{
	width: 100%;
	display: inline-block;
}
.xmal_detacen1{
     width: 31.33%;
	height: 390px;
    margin-right: 3%;
	margin-top: 50px;
		float: left;
}
.xmal_detacen1 img{
   width: 100%;
   height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: all 1s ease;
}
.xmal_detacen1:hover img{
     transform: scale(1.1);
}
.xmal_detacen1:nth-child(3n){
	margin-right: 0;
}
.news_box{
	width: 100%;
}
.news_bo{
	width: 100%;
	margin:90px auto;
}
.news_fls{
	width: 100%;
	display: inline-block;
}
.news_fl{
	float: left;
	margin-right: 60px;
	font-size: 24px;
	color: #333333;
	display: block;
}
.news_fl:last-child{
	margin-right: 0;
}
.news_fl.on{
	color: #D70C20;
}
.news_list{
	width: 100%;
	margin-top: 50px;
}
.news_lia{
	width: 100%;
	display: block;
	box-shadow: 0 0 27px rgba(0,0,0, .11);
}
.news_lia1{
	width: 52%;
	height: 410px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.news_lia1 img{
    width: 100%;
    height: 100%;
    display: block;
    	object-fit: cover;
	object-position: center;
	    transition: all 0.5s ease;
}
.news_lia2{
	width: 47%;
	padding: 0 50px;
	display: inline-block;
	vertical-align: middle;
}
.news_lia2_1{
	width: 100%;
	font-size: 24px;
	color: #333333;
	display: -webkit-box; /* 必须设置 */
	  -webkit-line-clamp: 2; /* 限制显示的行数 */
	  -webkit-box-orient: vertical; /* 必须设置以使其工作 */
	  overflow: hidden; /* 隐藏溢出的文本 */
}
.news_lia2_2{
	width: 100%;
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
	display: -webkit-box; /* 必须设置 */
	  -webkit-line-clamp: 2; /* 限制显示的行数 */
	  -webkit-box-orient: vertical; /* 必须设置以使其工作 */
	  overflow: hidden; /* 隐藏溢出的文本 */
}
.news_lia2_3{
	width: 100%;
	margin-top: 55px;
	font-size: 16px;
	color: #D70C20;
}
.news_lia2_4{
    border: 2px solid #D70C20;
	width: 125px;
	height: 55px;
	margin-top: 50px;
	text-align: center;
	line-height: 55px;
	color: #D70C20;
	font-size: 16px;
}
.news_lia:hover .news_lia1 img{
    transform: scale(1.1);
}
.news_lia:hover .news_lia2_4{
    background: #D70C20;
    color: white;
}
.news_lib{
	border-bottom: 1px solid #E6E6E6;
	width: 100%;
	padding: 30px 0;
}
.news_lic{
	width: 100%;
	display: block;
	position: relative;
}
.news_lic:before {
    content: '';
    width: 0;
    height: 0;
    background: #D70C20;
    transition: all 1s ease;
    border-radius: 500px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.news_lic1{
	width: 340px;
	height: 270px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.news_lic1 img{
    width: 100%;
    height: 100%;
    display: block;
    	object-fit: cover;
	object-position: center;
	    transition: all 0.5s ease;
}
.news_lic2{
	width: calc(100% - 350px);
	padding: 0 45px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.news_lib:hover .news_lic1 img{
    transform: scale(1.1);
}
.news_lib:hover .news_lic:before{
	width: 100%;
	height: 100%;
	border-radius: 0;
}
.news_lib:hover .news_lia2_1{
	color: white;
}
.news_lib:hover .news_lia2_2{
	color: white;
}
.news_lib:hover .news_lia2_3{
	color: white;
}
.newdeta_tops{
	width: 100%;
	background: #F5F5F5;
}
.newdeta_top{
	width: 100%;
	margin:90px auto;
}
.newdeta_top1{
	width: 100%;
	font-size: 16px;
	color: #666666;
}
.newdeta_top2{
	width: 100%;
	margin-top: 20px;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}
.newdeta_top3{
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	color: #333333;
}
.newdeta_top3 img{
	width: 18px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.newdeta_top3 div{
	display: inline-block;
	vertical-align: middle;
}
.newdeta_cens{
	width: 100%;
}
.newdeta_cen{
	width: 100%;
	margin:35px auto;
	display: inline-block;
}
.newdeta_right{
	width: 300px;
	float: left;
	margin-left: 18%;
}
.newdeta_ri{
	border: 1px solid #E6E6E6;
	width: 100%;
	padding: 50px 30px;
	display: block;
	margin-bottom: 30px;
	position: relative;
}
.newdeta_ri:last-child{
	margin-bottom: 0;
}
.newdeta_ri:before{
        content: '';
    width: 0;
    height: 0;
    background: #D70C20;
    transition: all 0.5s ease;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.newdeta_ri1{
	width: 100%;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
		position: relative;
	z-index: 1;
}
.newdeta_ri2{
	width: 100%;
	margin-top: 65px;
	font-size: 18px;
	color: #333333;
	position: relative;
	z-index: 1;
}
.newdeta_ri:hover:before{
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.newdeta_ri:hover .newdeta_ri1{
	color: #fff;
}
.newdeta_ri:hover .newdeta_ri2{
	color: #fff;
}
.newdeta_left{
	width: calc(82% - 300px);
	float: left;
	font-size: 18px;
	color: #333333;
	line-height: 35px;
}
.newdeta_left img{
	max-width: 100%;
}
.video_cover{
    display: none;
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.7);
}
.video_tcs{
        max-width: 90%;
    width: 1300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video_tc1{
        width: 100%;
    height: 760px;
    display: block;
}
.video_tc2{
        width: 30px;
        position: absolute;
        right: -55px;
        top: 0;
}