﻿/*================首页样式及公共部分样式================*/
.w1440 {
	width: 1440px;
	margin: 0 auto;
}
html, body {
    scroll-behavior: smooth;
}
.page_experience .pagetion {
	margin-top: 42px;
	margin-bottom: 42px;
}
.page_experience .pagetion ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_experience .pagetion ul li {
	width: 38px;
	height: 38px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	margin-right: 8px;
	cursor: pointer;
}
.page_experience .pagetion ul li a{
	display: block;
	color: #000000;

}
.page_experience .pagetion ul li span{
	display: block;
}
.page_experience .pagetion ul li.active span,
.page_experience .pagetion ul li:hover span,
.page_experience .pagetion ul li:hover a{
	color: #fff;
}
.page_experience .pagetion ul li.active,
.page_experience .pagetion ul li:hover {
	background-color: #D7000F;
}

.page_experience .pagetion ul li.disabled {
	cursor: not-allowed;
	background:none;
	
	
}
.page_experience .pagetion ul li.disabled span{
	color: #cccccc;
}
.page_experience .pagetion ul li:last-child {
	margin-right: 0;
}


.mask-box {
	    display: none;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 9;
	    transition: all 0.5s;
	    background-color: rgba(0, 0, 0, 0.5);
	}
	.mask-box .video-box {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    width: 900px;
	    height: 500px;
	    z-index: 66;
	    transform: translate(-50%, -50%);
	}
	.mask-box .video-box button {
	    position: absolute;
	    bottom: 100%;
	    right: 0;
	    background: none;
	    border: 0;
	    outline: none;
	    font-size: 22px;
	    color: #ffffff;
	    cursor: pointer;
	}
	.mask-box .video-box video {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    width: 0;
	    height: 0;
	    outline: none;
	    transform: translate(-50%, -50%);
	    background-color: #000000;
	}

/* 头部 */
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.navcolor {
	position: fixed;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
	background: rgba(255, 255, 255, 0.7);
}

.header .header_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fontcolor {
	background-color: #fff;
	border-bottom: 2px solid rgb(255, 255, 255);
	box-shadow: 1.5px 2.598px 7px 0px rgb(102, 102, 102, 0.102);
}

.header .header-left {
	position: relative;
	z-index: 2;

}

.header .header-center {
	width: 46.7%;
	margin-right: 57px;
}

.header .header-center>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-left: 30%; */
}
	
.header .header-center ul li a{
	transition: 0s;
	
}
.header .header-center ul a:hover{
	color: #D7000F;
	font-weight: bolder;
	
}
.header .header-center ul .selected>a{
	color: #D7000F;
	font-weight: bolder;
}

.header .header-center ul .selected>a::before {
	content: '';
	position: absolute;
	bottom: 17px;
	left: 50%;
	transform: translateX(-50%);
	width: 56px;
	height: 3px;
	background: #D7000F;
	color: #D7000F;
}

.header .header-center>ul>li>a:hover::before{
	content: '';
	position: absolute;
	bottom: 17px;
	left: 50%;
	transform: translateX(-50%);
	width: 56px;
	height: 3px;
	background: #D7000F;
	transition: 0s;
	
}

.header .header-center>ul>li>a {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
}
.header .header-center>ul>li>a img{
	margin-left: 10px;
}
.header .header-center .me2 h2:hover::before{
	display: none;
}


.header .header-center>ul>li {
	/* position: relative; */
}

.header .header-center ul>li:last-of-type {
	margin-right: 0px;
}

.header .header-center ul>li>.nav_center {
	display: none;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -70px;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #eee;
	min-width: 120px;
	background: #fff;
	text-align: center;
}

.header .header-center ul>li>.nav_center li a {
	line-height: 40px;
	font-size: 14px;
	color: #000;
}

.header .header-center ul>li>.nav_center li {
	border-bottom: 2px solid #fff;
}


.header .header-center ul>li>.nav_center li:hover {
	border-bottom-color: #44b1e3;
}


/* .header .header-center ul>li:hover .nav_center{
	display: block;
	
} */
.header .header-center>ul>li>a,
.header .header-center>ul>li>h2{
	font-size: 16px;
	color: #222222;
	line-height: 90px;
	font-weight: 500;
}
.header .header-center>ul>li>h2{
	display: flex;
	align-items: center;
}
.header .header-center>ul>li{
	position: relative;
}
.header .header-center>ul>li .menu{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: none;
	z-index: 99;
	text-align: center;
	padding:10px 10px;
}

.header .header-center>ul>li .menu{
	background-color: rgba(255, 255, 255, 0.7);
}
.header .header-center>ul>li .menu li{
	display: inline-block;
	padding: 5px 0;
}
.header .header-center>ul>li:nth-child(-n+2) .menu1 li:first-child{
	padding: 20px 0 20px 51.4%;
}

.header .header-center>ul>li:hover .menu{
	display: block;
}
.header .header-center>ul>li .menu li a{
	font-size: 16px;
	color: #222222;
}
.header .header-center ul .selected>.menu li .selected{
	color: #D7000F;
	font-weight: bolder;
}

.header_box .mindh {
	display: none;
}


/* banner */
.content .page_banner {
	position: relative;
	z-index: -1;
}
.content .page_banner{
	width: 100%;
	overflow: hidden;
}
.content .page_banner>img {
	width: 100%;
	vertical-align: top;
}
.content .banner_txt {
	position: absolute;
	top: 0;
	left: 12.5%;
	top: 25%;
}

.content .banner_txt ul {
	width: 25%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.content .banner_txt ul li {
	width: 33px;
	height: 33px;
	font-size: 20px;
	color: rgb(255, 255, 255);
	line-height: 33px;
	text-align: center;
	background-color: rgb(34, 34, 34);
}

.content .banner_txt h1 {
	font-size: 80px;
	color: rgb(25, 25, 25);
	font-weight: bold;
	position: relative;
	line-height: 1;
	margin-bottom: 15px;
	display: inline-block;
}

.content .banner_txt h1 span {
	display: block;
	background-color: rgb(215, 0, 15);
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.content .banner_txt h1 .content .banner_txt .icoX {
	display: flex;
	align-items: center;
}

.content .banner_txt .icoX {
	display: flex;
	align-items: center;
	width: 226px;
	justify-content: space-between;
	margin-bottom: 20px;
}

.content .banner_txt .icoX p {
	font-size: 24px;
	color: rgb(34, 34, 34);
	font-weight: bold;
}

.content .banner_txt span {
	font-size: 18px;
	color: rgb(102, 102, 102);
	display: block;
	width: 50%;
	margin-bottom: 57px;
}

.content .banner_txt a {
	font-size: 20px;
	color: #fff;
	width: 199px;
	height: 47px;
	background-color: rgb(215, 0, 15);
	display: block;
	text-align: center;
	line-height: 47px;
}

.swiper-pagination-bullet {
	width: 40px;
	height: 10px;
	border-radius: 0;
	background-color: #9E9E9E;
	opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 15%;
	left: 12.5%;
	width: 1440px;
	margin: 0 auto;
	text-align: left;
}

#page1 .swiper-pagination-bullet-active {
	background-color: #D7000F;
}


/* 一站式综合服务 */
.page_service .service_box {
	width: 100%;
	margin: 0 auto;
	padding-top: 102px;
	padding-bottom: 68px;
	background: url('../img/bg/titleBg.png') no-repeat;
}

.page_service .service_box .service_title {
	text-align: center;
}

.page_service .service_box .service_title p {
	font-size: 18px;
	color: #D7000F;
	font-weight: 900;
	font-family: Arial-Black, Arial;
}

.page_service .service_box .service_title h2 {
	font-size: 40px;
	font-weight: bold;
	color: #222222;
}

.page_service .service_box .service_title span {
	font-size: 18px;
	font-weight: 400;
	color: #999999;
	display: block;
}

.page_service .service_nav {
	display: flex;
	align-items: center;
	padding-top: 68px;
	height: 120px;
}

.page_service .service_nav .nav {
	float: left;
	width: 50%;
	height: 97px;
	background: #F5F5F5;
	cursor: pointer;
}

.page_service .service_nav .nav .cent_left {
	height: 97px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 126px;
}

.page_service .service_nav .nav .cent_right {
	height: 97px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 126px;
}

.page_service .service_nav .nav .cent img {
	margin-right: 26px;
}

.page_service .service_nav .nav .cent>p {
	font-size: 80px;
	color: #CDCDCD;
	font-weight: bold;
	margin-right: 6px;
}

.page_service .service_nav .nav .cent div p {
	font-size: 30px;
	color: #CDCDCD;
}

.page_service .service_nav .nav .cent div span {
	font-size: 16px;
	color: #CDCDCD;
	font-weight: bold;
}

.page_service .service_nav .selected {
	height: 120px;
}

.page_service .service_nav .selected .cent_left {
	height: 120px;
	background: url("../img/Group_left.png");
	background-size: 100% 100%;
	background-color: #fff;
	padding-bottom: 15px;

}

.page_service .service_nav .selected .cent_right {
	height: 120px;
	background: url("../img/Group_right.png");
	background-size: 100% 100%;
	background-color: #fff;
	padding-bottom: 15px;
}

.page_service .service_nav .selected .cent>p {
	color: #D7000F;
	transition: 0.4s;
}

.page_service .service_nav .selected .cent div p {
	color: #222222;
	font-size: 38px;
	font-weight: bold;
	transition: 0.4s;
}

.page_service .service_nav .selected .cent div span {
	font-size: 20px;
	color: #9C9C9C;
}

.page_service .service_nav .selected img {
	display: none;
}

.page_service .service_nav img.hideimg {
	display: none;
}

.page_service .service_nav .selected img.hideimg {
	display: block;
}

.page_service .service_box .service_cent .cent_nav {
	width: 1330px;
	margin: 0 auto;
}

.page_service .service_box .service_cent .cent_nav ul {
	display: flex;
	justify-content: space-between;
	margin-top: 135px;
	flex-wrap: wrap
}

.page_service .service_box .service_cent .cent_nav ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 240px;
}

.page_service .service_box .service_cent .cent_nav ul li a img {
	margin-bottom: 30px;
}

.page_service .service_box .service_cent .cent_nav ul li a p {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 27px;
}

.page_service .service_box .service_cent .cent_nav ul li a span {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #999999;
	;
	margin-bottom: 62px;
	height: 110px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.page_service .service_box .service_cent .cent_nav ul li a button {
	width: 120px;
	height: 36px;
	border: none;
	border: 1px solid #D7000F;
	background: #fff;
	color: #D7000F;
	transition: 0.3s;
}

.page_service .service_box .service_cent .cent_nav ul li a:hover button {
	background: #D7000F;
	color: #fff;
}

.service_swiper {
	max-width: 1920px;
	overflow: hidden;
	margin-top: 130px
}

.service_swiper .swiper-wrapper .swiper-slide a {
	display: block;
	width: 100%;
	padding: 10px 0;
}

.service_swiper .swiper-wrapper .swiper-slide a img {
	position: relative;
}

.service_swiper .swiper-wrapper .swiper-slide a .boxCover {
	width: 104%;
	height: 0px;
	/* height: 96%; */
	/* height: 104%; */
	/* display: none; */
	background: rgba(215, 0, 15, 0.9);
	position: absolute;
	z-index: 5;
	top: 2%;
	left: -2%;
	overflow: hidden;

}

.service_swiper .swiper-wrapper .swiper-slide a .boxCover p {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	margin-bottom: 45px;
	width: 78%;
	margin: 14.8% auto;
	text-align: left;
}
.service_swiper .swiper-wrapper .swiper-slide{
	min-width: 182px;
	width: 16.666666%;
}
.service_swiper .swiper-wrapper .swiper-slide a .boxCover p{
	width: 85%;
}
.service_swiper2 .swiper-wrapper .swiper-slide a .boxCover p{
	margin: 14% auto 7% auto; 
}

.service_swiper .swiper-wrapper .swiper-slide a .boxCover p::after {
	content: '';
	width: 40px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	bottom: -12px;
	left: 0;
}

.service_swiper .swiper-wrapper .swiper-slide a .boxCover span {
	font-size: 14px;
	color: #fff;
	/* padding-left: 43px; */
	text-align: left;
	display: block;
	width: 85%;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.service_swiper2 .swiper-wrapper .swiper-slide a .boxCover span {
	width: 85%;
	height: 63px;
}
.service_swiper .swiper-wrapper .swiper-slide a .boxCover button {
	display: block;
	font-size: 14px;
	padding: 10px 35px;
	margin-left: 7.5%;
	color: #fff;
	border: 1px solid #fff;
	background-color: initial;
	margin-top: 22px;
	cursor: pointer;
}
.service_swiper2 .swiper-wrapper .swiper-slide a .boxCover button{
	margin-left: 7.5%;
}

.service_swiper .swiper-wrapper .swiper-slide a:hover .boxCover {
	display: block;
	height: 104%;
}
.service_swiper2 .swiper-wrapper .swiper-slide a:hover .boxCover{
	height: 96%;
}

.service_swiper .swiper-wrapper .swiper-slide a:hover .imgCover ,
.service_swiper2 .swiper-wrapper .swiper-slide:hover>p{
	display: none;
}

.service_swiper .swiper-wrapper .swiper-slide a .imgCover {
	width: 100%;
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	bottom: 10px;
	height:70px;
}
.service_swiper2 .swiper-wrapper .swiper-slide>p{
	text-align: center;
}
.service_swiper2 .swiper-wrapper .swiper-slide p{
	font-size: 14px;
	color:#333333;
}

.service_swiper .swiper-wrapper .swiper-slide a .imgCover::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 38px;
	background-color: #D7000F;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}

.service_swiper .swiper-wrapper .swiper-slide a .imgCover p {
	font-size: 20px;
	color: #D7000F;
	margin-left: 34px;
	margin-top: 10.28px;
	font-weight: bold;
}

.service_swiper .swiper-wrapper .swiper-slide a .imgCover span {
	font-size: 14px;
	color: #6c6c6c;
	margin-left: 34px;

}

.service_swiper .swiper-wrapper .swiper-slide a img {
	width: 100%;
	vertical-align: top;
}

.service_cent02>p {
	font-size: 18px;
	color: #999999;
	width: 747px;
	margin: 0 auto;
	text-align: center;
	height: 60px;
	margin-top: 78px;
	margin-bottom: 98px;
}

.service_swiper2 {
	overflow: hidden;
}

.service_swiper2 .swiper-wrapper li {
	background-color: #fff;
}

.service_swiper2 .swiper-wrapper li a p {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top: 16px;
}



/* 项目经验 */
.page_experience {
	background-color: #F5F5F5;
}

.page_experience .service_box {
	width: 100%;
	margin: 0 auto;
	padding-top: 120px;
	padding-bottom: 68px;
	background: url('../img/bg/titleBg.png') no-repeat;

}

.page_experience .service_box .service_title {
	text-align: center;
}

.page_experience .service_box .service_title p {
	font-size: 18px;
	color: #D7000F;
	font-weight: 900;
	font-family: Arial-Black, Arial;
}

.page_experience .service_box .service_title h2 {
	font-size: 40px;
	font-weight: bold;
	color: #222222;
}

.page_experience .service_box .service_title span {
	font-size: 18px;
	font-weight: 400;
	color: #999999;
	display: block;
	width: 815px;
	margin: 0 auto;
}

.page_experience .experience_nav ul {
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.page_experience .experience_nav ul li {
	text-align: center;
	cursor: pointer;
}

.page_experience .experience_nav ul li .img_box {
	height: 28px;
}

.page_experience .experience_nav ul li p {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 6px;
}

.page_experience .experience_nav ul li.choose p {
	color: #D7000F;
}

.page_experience .experience_nav ul li>img {
	display: none;
}

.page_experience .experience_nav ul li.choose img {
	display: inline-block;
}

.page_experience .experience_nav ul li.choose .img_box img {
	display: none;
}

.page_experience .experience_nav ul li .img_box .hideico {
	display: none;
}

.page_experience .experience_nav ul li.choose .img_box .hideico {
	display: inline-block;
}

.experience_cent>.one_cen>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 64px;
	align-items: center;
}

.experience_cent>.one_cen>ul li {
	position: relative;
	margin-bottom: 20px;
	width: 33%;
}
.experience_cent>.one_cen>ul li.cover{
	width: 33.5%;
}
.experience_cent ul li:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.experience_cent ul li .expCover {
	position: absolute;
	top: 0px;
	left: 0px;
	/* padding: 0px 5px; */
	width: 100%;
	height: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	text-align: center;

}

.experience_cent ul li>img {
	vertical-align: top;
	width: 100%;
}

.experience_cent ul li .expCover p {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 22%;
	margin-bottom: 20px;
}

.experience_cent ul li .expCover span {
	font-size: 14px;
	color: #ffffff;
	display: block;
	margin-bottom: 25px;
}

.experience_cent ul li .expCover a {
	color: #fff;
	font-size: 14px;
	background-color: #D7000F;
	border: none;
	padding: 12px 52px;
}

.experience_cent ul .cover .expCover {
	position: absolute;
	top: 0;
	left: 0;
	/* padding: 12px 1px; */
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);

	transition: all 0.4s ease 0s;
}

.experience_cent ul .cover img {

	transition: 0.5s;
}


/* 华夏星光的优势 */
.page_advantage {}

.page_advantage .service_box {
	width: 100%;
	margin: 0 auto;
	padding-top: 102px;
	padding-bottom: 68px;
}

.page_advantage .service_box .service_title {
	text-align: center;
}

.page_advantage .service_box .service_title p {
	font-size: 18px;
	color: #D7000F;
	font-weight: 900;
	font-family: Arial-Black, Arial;
}

.page_advantage .service_box .service_title h2 {
	font-size: 40px;
	font-weight: bold;
	color: #222222;
	position: relative;
}

.page_advantage .service_box .service_title h2::after {
	content: '';
	width: 110px;
	height: 2px;
	background-color: #222222;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.page_advantage .service_box .service_title span {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	display: block;
	width: 1426px;
	margin: 92px auto 0 auto;

}

.page_advantage .advantage_cent {
	width: 100%;
	height: 928px;
	background: url('../img/bg/advantageBg.jpg') no-repeat;
}

.page_advantage .advantage_cent>ul {
	display: flex;
	justify-content: flex-end;
}

.page_advantage .advantage_cent>ul>li {
	width: 314px;
	height: 928px;
	background-color: #f3f3f3;
	overflow: hidden;
}

.page_advantage .advantage_cent>ul>.settle {
	width: 628px;
	height: 928px;
	background: #292929;
	position: relative;
}

.page_advantage .advantage_cent ul .settle::after {
	content: '';
	width: 100%;
	height: 12px;
	background-color: #D7000F;
	position: absolute;
	bottom: 0;
}

.page_advantage .advantage_cent ul li .title {
	display: flex;
	align-items: center;
	margin-bottom: 55px;
}

.page_advantage .advantage_cent ul li .title .hidenum {
	display: none;
}

.page_advantage .advantage_cent ul .settle .title img {
	display: none;
}

.page_advantage .advantage_cent ul .settle .box .title .hidenum {
	display: block;
}

.page_advantage .advantage_cent ul li .box .title p {
	margin-left: 40px;
}

.page_advantage .advantage_cent ul .settle .box .title p {
	color: #fff;
}

.page_advantage .advantage_cent ul li .title p {
	font-size: 32px;
	color: #222222;
	font-weight: bold;
}

.page_advantage .advantage_cent ul li .box {
	width: 500px;
	margin-top: 115px;
	margin-left: 81px;
}

.page_advantage .advantage_cent ul li .cent span {
	font-size: 16px;
	color: #666666;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.page_advantage .advantage_cent ul .settle .cent span {
	color: #999999
}

.page_advantage .advantage_cent ul li .photo {
	justify-content: center;
	margin-top: 60px;
	width: 600px;
	margin-left: 14px;
}


/* 新闻中心 */
.page_news {
	background-color: #F5F5F5;
}

.page_news .service_box {
	width: 100%;
	margin: 0 auto;
	padding-top: 110px;
	/* padding-bottom: 68px; */
}

.page_news .service_box .service_title {
	text-align: center;
}

.page_news .service_box .service_title p {
	font-size: 18px;
	color: #D7000F;
	font-weight: 900;
	font-family: Arial-Black, Arial;
}

.page_news .service_box .service_title h2 {
	font-size: 40px;
	font-weight: bold;
	color: #222222;
}

.page_news .news_cent {
	padding-top: 68px;
}

.page_news .news_cent ul {
	padding-bottom: 42px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 483.95px;
}

.page_news .news_cent ul li {

}

.page_news .news_cent ul li {
	width: 24%;
	background-color: #fff;
	padding-bottom: 75px;
	/* margin-top: 6.48px; */
	/* margin-right: 17px; */
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.08);
}

.page_news .news_cent ul li:last-child {
	margin-right: 0;
}

.page_news .news_cent ul li .news_img {
	/* width: 322px; */
	padding: 10px;
}

.page_news .news_cent ul li .news_img img {
	width: 100%;
}

.page_news .news_cent ul li .news_txt {
	width: 304px;
	margin-left: 27px;
	margin-top: 10px;
}

.page_news .news_cent ul li .news_txt span {
	font-size: 16px;
	color: #D7000F;
	font-weight: 400;
	display: block;
	margin-bottom: 20px;
}

.page_news .news_cent ul li .news_txt i {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	color: #999999;
}

.page_news .news_cent ul li .news_txt p {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
}

.page_news .news_cent ul li.pick {
	background-color: #D7000F;
	margin-top: 0;
}

.page_news .news_cent ul .pick {
	width: 25%;
}

.page_news .news_cent ul .pick .news_txt span {
	color: #ffffff;
}

.page_news .news_cent ul .pick .news_txt p {
	color: #ffffff;
}

.page_news .news_cent ul .pick .news_txt i {
	color: #ffffff;
}

.page_news .news_cent .more>.more_line {
	display: inline-block;
	width: 91.6%;
	height: 2px;
	background: #D9D9D9;
}

.page_news .news_cent .more>.more_line span {
	width: 9%;
	height: 2px;
	display: block;
	text-align: left;
	background: #D7000F;
}

.page_news .news_cent .more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 90px;
}

.page_news .news_cent .more .news_more {
	display: flex;
	align-items: center;
}

.page_news .news_cent .more .news_more span {
	font-size: 16px;
	color: #D7000F;
	margin-right: 10px;
}

.page_news .news_cent .more .news_more .more_img {
	width: 26px;
	height: 20px;
	background-color: #D7000F;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cent_footer {
	padding-bottom: 99px;
	position: relative;
	/* background: url('../img/bg/footerBg.png') no-repeat;
	mix-blend-mode: multiply; */
	background-color: #F5F5F5; 
	z-index: 10;
}
.cent_footer::before{
	content: '';
	position: absolute;
	z-index: -10;
	width: 100%;
	height: 100%;
	background: url('../img/indexfooterbg.png') no-repeat center;
	opacity: 0.5;

}
.cent_footer .footer_cent{
	display: flex;
	justify-content: space-between;
}

.footer_cent .footerleft p {
	font-size: 40px;
	color: #222222;
	font-weight: bold;
	margin-top: 90px;
}

.footer_cent .footerleft span {
	display: block;
	font-size: 14px;
	color: #999999;
	margin-top: 25px;
}

.footer_cent .footerleft a{
	width: 184px;
	height: 46px;
	line-height: 46px;
	border: none;
	background-color: #D7000F;
	color: #fff;
	font-size: 14px;
	margin-top: 72px;
	white-space:nowrap;
	display: block;
   	 text-align: center;
}
.footer_cent .footerleft a.mobile{
	display:none;
}

.footer_cent .footerright {
	margin-top: 110px;
	text-align: center;
}

.footer_cent .footerright span {
	display: block;
	font-size: 16px;
	margin-top: 10px;
}




/* 底部*/
.footer {
	width: 100%;
	
}



.footer_nav .nav_cent {
	background-color: #292929;
}

.footer_nav .nav_cent .cent_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 60px;
	padding-bottom: 53px;
}
.footer_nav .nav_cent .cent_box ul:first-child{
	padding-left: 130px;
}
.footer_nav .nav_cent .cent_box .footer_logo img {
	vertical-align: top;
}
.footer_nav .nav_cent .cent_box .footer_logo{
	padding-right: 130px;
}

.footer_nav .nav li p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 26px;
}

.footer_nav .nav li:first-child {
	margin-bottom: 26px;
}

.footer_nav .nav li:nth-child(n+2) {
	margin-bottom: 16px;
}

.footer_nav .nav li a {
	font-size: 14px;
	color: #999999;
}

.footer_bottom {
	background-color: #222222;
	text-align: center;
	padding: 26px 0;
}

.footer_bottom p {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
}



/* 产品详情弹窗 */
.mask-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	transition: all 0.5s;
	background-color: rgba(0, 0, 0, 0.5);
}
.mask-box .video-box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 65%;
	height: auto;
	z-index: 66;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	padding-bottom: 20px;
}
.mask-box .video-box .top-box{
	margin-top: 28px;
	border-bottom: 1px solid #D9D9D9;
}
.mask-box .video-box .mask-top{
	width: 80%;
	margin: 0 auto;
}
.mask-box .video-box .biaoti{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mask-box .video-box .mask-top .xinxi{
	text-align: right;
}
.mask-box .video-box .mask-top .xinxi #custom,
.mask-box .video-box .mask-top .xinxi #time{
	margin-left: 5px;
}
.mask-box .video-box .mask-top .xinxi span{
	font-size: 14px;	
	line-height:40px;
	display: inline-block;
	color:#999999;
}
.mask-box .video-box .biaoti h2{
	font-size: 28px;
}
.mask-box .video-box .biaoti p{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	width: 105px;
	height: 30px;
	background: url('../img/descriptionBg.png') no-repeat;
	background-size: 100% 100%;
}
.mask-box .video-box button {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	right: -70px;
	border: 0;
	outline: none;
	font-size: 50px;
	color: #000000;
	background-color: #ffffff;
	cursor: pointer;
	font-weight: 100;
}
.mask-box .video-box img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.mask-box .video-box .bottom{
	width: 80%;
	margin: 15px auto;
}
.mask-box .video-box .bottom #cent{
	font-size: 16px;
	display: block;
	margin: 0 auto;
	text-indent: 2em;
color:#555;
}


.modal {
    display: none; /* 默认隐藏 */
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}

/* 弹窗内容 */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
	width: 25%;
	top: 30%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* 添加动画 */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* 关闭按钮 */
.close {
    color: white;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #D7000f;
	color: white;
	display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.modal-body {padding: 18px 35px 37px;}
.modal-body p{
	font-size: 18px;
	padding: 10px 0;
}
.modal-body p span{
	font-weight: bold;
	display: inline-block;
	margin-left: 5px;
}
.modal-footer {
    padding: 18px 35px 37px;
    background-color: #5cb85c;
    color: white;
}


