
* {
	margin: 0;
	padding: 0;
}
html{font-family: PingFang SC;}
a,a:hover{
	text-decoration: none;
}
ul{list-style: none;padding: 0;}
img{
	max-width: 100%;
	max-height: 100%;
}
#banner .swiper-pagination-bullet,#new-banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 1;
}
#banner .swiper-pagination-bullet-active,#new-banner .swiper-pagination-bullet-active{
	background: #e31639;
}

.header{
	padding: 10px 70px 10px 70px;
}
.header.headScroll{
	background: #fff;
	position: fixed;
	top: 0;
	/*padding-top: 20px;*/
	box-shadow: 0 3px 6px rgb(0 0 0 / 40%);
}
.header .logo img{
	height: 50px;
}
.site-nav ul{
    margin: 0;
}
.site-nav ul li{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-left: 40px;
	font-size: 16px;
	min-width: 80px;
	text-align: center;
}
.site-nav ul li a{
	transition: all 0.4s ease-in-out;
	display: block;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
	position: relative;
	text-align: center;
	color: #000000;
	width: 100%;
}
.site-nav ul li a .ch{
	position: absolute;
	opacity: 0;
	width: 100%;
	text-align: center;
	left: 0;
	position: absolute;
}
.site-nav ul li a .en{
	display: block;
	width: 100%;
	text-align: center;
	left: 0;
	position: absolute;
}
.site-nav ul li a:hover .en{
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.site-nav ul li a:hover .ch{
	opacity: 1;
	color: rgb(227, 22, 57);
	transition: all 0.4s ease-in-out;
}
.site-nav ul .nav-item{
	position: relative;
}
.site-nav ul .nav-item .sub-menu{
	position: absolute;
	top:20px;
	left: 0;
	padding: 10px 0;
	border-radius: 5px;
	display: none;
}
.header.headScroll .site-nav ul .nav-item .sub-menu::before{
	position: absolute;
	content: '';
	height: 40px;
	width: 100%;
}


.header.headScroll .site-nav ul .nav-item .sub-menu{
	/* background: #fff; */
	padding-top: 40px;
}
.site-nav ul .nav-item .sub-menu li{
	text-align: center;
	margin: 0;
	line-height: 40px;
	width: 100%;
}
.site-nav ul .nav-item .sub-menu li a{
	display: block;
	width: 100%;
}
.site-nav ul .nav-item .sub-menu li a:hover{
	background: #b72024;
	color: #fff;
}
.home-wrap .index-left,.home-wrap .index-right{
	width: 50%;
}
.home-wrap .index-left{
	padding: 3px 3px 3px 0;
	overflow: hidden;
}
.home-wrap .index-right{
	padding: 3px 3px 3px 0px;
	overflow: hidden;
}
.home-wrap .index-right:nth-child(even){
	padding: 3px 0 3px 3px;
}
.mask-wrap{
	position: relative;
	overflow: hidden;
}
 .mask-wrap img{
	transition: all 0.4s;
}
.mask-wrap .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0 0 0 / 70%);
	transition: all 0.4s;
	display: none;
}
.mask-wrap .mask .wrap{
	position: absolute;
	width: 60%;
	left: 20%;
	top: 50%;
	color: #fff;
	text-align: center;
	animation-delay:0.3s;
	transform: translateY(-50%);
}
.mask-wrap .mask .wrap  p{
	margin: 0;
}
.mask-wrap .mask .wrap .title a{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.mask-wrap .mask .wrap  hr{
	border-top: 2px solid #fff;
	width: 30%;
	margin: 10px auto;
}
.mask-wrap:hover img{
	transform: scale(1.2);
}

.footer{
	padding: 40px 70px 70px 70px;
	background: #9a9a9a;
	color: #fff;
}
.foot-left .cont{
	color: #fff;
	margin-top: 20px;
}
.foot-left .cont p{
	margin:0;
}
.foot-left .cont .company-name{
	font-size: 20px;
	font-weight: 500;
}
.foot-cen{
	color: #fff;
}
.foot-cen .tit,.foot-right .tit{
	font-size: 24px;
	font-weight: bold;
}
.foot-cen ul li{
	line-height: 40px;
	font-size: 16px;
}
.foot-cen ul li a{
	color: #fff;
}
.list-btn{
	position: relative;
	margin-top: 20px;
	text-align: center;
}
.list-btn ul li{
	line-height: 40px;
	display: inline-block;
	margin: 0 10px;
}
.list-btn ul li a{
	color: #1a1a1a;
	padding: 0 15px;
	display: block;
	font-size: 20px;
	position: relative;
}
.list-btn ul li.active a,.list-btn ul li:hover a{
	border-bottom: 2px solid #1a1a1a;
}
.product-list::before{
	content: '';
	height: 86px;
	width: 100%;
	display: block;
}
.product-list li{
	padding: 3px;
	width: 33.3%;
	overflow: hidden;
	float: left;
	display: inline-block;
	position: relative;
}
.cont-body{
	padding: 3px;
}
.product-info{
	padding: 40px;
}
.product-info .en-tit{
	font-size: 32px;
	font-weight: bold;
	margin: 0;
}
.product-info .title{
	font-size: 32px;
	font-weight: bold;
}
.product-info .ot-info{
	font-size: 14px;
	color: #666;
}
.see-more{
	margin: 40px auto;
}
.see-more .title{
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	padding: 0 40px;
	margin-bottom: 20px;
}
.see-more ul li{
	width: 33.33%;
	float: left;
	padding: 3px;
}
.news-list {
	padding: 10px;
}
.news-list li{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto;
}
.news-list li .pic{
	width: 56%;
	height: auto;
	overflow: hidden;
}
.news-list li .pic img{
	transition: all 0.4s;
}
.news-list li:hover img{
	transform: scale(1.2);
}
.news-list li .cont{
	width: 44%;
	padding: 5%;
	background-color: #f6f6f6;
}
.news-list li .cont .title{
	font-size: 24px;
	font-weight: bold;
}
.news-list li .cont a{
	color: #333;
}
.news-list li .cont .desc{
	font-size: 16px;
}
.news-list li .cont .date{
	font-size: 14px;
	color: #666;
}
.news-body{
	margin: 40px auto;
}
.news-body::before{
	content: '';
	display: block;
	height: 60px;
	width: 100%;
}
.news-body .title{
	font-size: 24px;
	font-weight: bold;
}
.news-body  .news-info span{
	font-size: 14px;
}
.news-body  .news-info .left span{
	margin-right: 10px;
}
.page-arrow a{
	color: #1a1a1a;
	line-height: 40px;
	font-size: 14px;
}
.jobs-wrap::before,.contact::before{
	content:"";
	display: block;
	height: 60px;
	width: 100%;
}
.jobs-wrap,.contact{
	margin: 40px auto;
}
.jobs-wrap ul{
	/* padding: 0 10px; */
}
.jobs-wrap ul li .pic,.jobs-wrap ul li .cont{
	width: 50%;
	padding: 5px;
}
.jobs-wrap ul li .cont .wrap{
	background: #e91a44;
	height: 100%;
	color: #fff;
	padding:10%;
}
.jobs-wrap ul li .cont .wrap .title{
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}
.jobs-wrap ul li .cont .wrap .en{
	font-size: 18px;
}
/* .contact .form{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	height: 420px;
	width: 100%;
} */
.contact .form,.contact .map{
	width: 50%;
}
.contact .title{
	font-size: 32px;
	font-weight: bold;
}
.contact .form .form-item{
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.contact .form .form-item input{
	line-height: 50px;
	border: 1px solid #1a1a1a;
	text-indent: 1rem;
	font-size: 14px;
	width: 100%;
	border-radius: 25px;
}
.contact .form .form-item.code-item img{
	height: 40px;
	position: absolute;
	right: 15px;
	top:5px;
	border-radius: 25px;
}
.contact .form  button{
	outline: none;
	border: none;
	background: #e31639;
	color: #fff;
	line-height: 50px;
	width: 100%;
	border-radius: 25px;
}
.contact .cont{
	width: 50%;
	padding: 0 2%;
	color: #999;
}
.contact .cont .company-name{
	font-size: 24px;
	font-weight: bold;
	color: #1a1a1a;
}
.contact .cont  ul li{
	line-height: 30px;
	color: #999;
}
.contact .cont  .web-url{
	color: #999;
}
.contact .cont img{
	width: 120px;
}
.contact .cont .qrcode{
	width: 60%;
}
.about::before{
	content: '';
	width: 100%;
	height: 60px;
	display: block;
}
.about{
	color: #fff;
	width: 100%;
	margin: 40px auto;
}
.about .wrap{
	background: #e91a44;
	padding: 60px 0;
}

.about-tit{
	font-size:40px;
	font-weight: bold;
}
.about .wrap .desc{
	font-size: 20px;
	line-height: 20px;
}
.about .wrap .line{
	display: inline-block;
	width: 1px;
	height: 20px;
	background: #fff;
	margin: 0 10px;
	vertical-align: middle;
}
.about .wrap .left{
	width: 50%;
}
.about .wrap .right{
	width: 50%;
}
.about .content{
	width: 90%;
	margin: 0 auto;
}
.number-wrap{
	/* max-width: 960px;
	width: 90%; */
	margin:0px auto;
	margin-top: 40px;
}
.number-wrap .item{
	position: relative;
	width: 20%;
	text-align: center;
	height: 80px;
	border: 2px solid #fff;
}
.number-wrap .item::after{
	content: '+';
	width: 20px;
	height: 20px;
	background: #fff;
	color: #e91a44;
	border-radius: 50%;
	display: block;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}
.number-wrap .item:last-child::after{
	display: none;
}
.number-wrap .item .tit{
	font-size: 32px;
	margin: 0;
	line-height: 50px;
}
.number-wrap .item .num-box{
	display: block;
	min-width: 70%;
	position: absolute;
	line-height: 40px;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 44px;
	font-weight: bold;
	padding: 0 10px;
	background: #e91a44;
}
.number-wrap .item .num-box small{
	font-size: 20px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 5px;
	font-weight: bold;
}
.red-tit{
	color: #e91a43;
}
.honor,.service{
	margin: 60px auto;
}
.honor-icon{
	width: 60%;
	margin: 0 auto;
	margin-top: 80px;
	border: 1px solid #e91a43;
	padding: 20px;
	background: #fff;
	position: relative;
	z-index: 3;
}
.honor .honor-cont{
	width: 65%;
	margin: 0 auto;
	margin-top: -40px;
	padding: 0 40px;
	padding-top: 50px;
	border: 1px solid #e91a43;
}
.honor .honor-cont ul{
	flex-wrap: wrap;
}
.honor .honor-cont ul li{
	display: inline-block;
	line-height: 40px;
	color: #e91a43;
	width: 50%;
	list-style: disc;
	padding-left: 20px;
	position: relative;
}
.honor .honor-cont ul li::before{
	width: 8px;
	height: 8px;
	content: '';
	display: block;
	border-radius: 50%;
	background: #e91a43;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
.honor .desc{
	width: 50%;
	margin: 0 auto;
	margin-top: 20px;
	color: #e91a43;
}
.history{
	padding: 60px 0;
	background: #e91a43;
}
.history .title{
	color: #fff;
}


.time-cont{
	color: #fff;
	margin: 40px auto 80px;
}
.time-cont .time-item{
	display: none;
}
.time-cont .time-item.active{
	display: block;
}
.time-cont .num{
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}
.time-cont .txt{
	font-size: 20px;
}
.time-btn{
	margin: 60px auto;
	width: 80%;
	padding: 0 5%;
	background: url('../img/jiantou.png')no-repeat 80% 100%;
	background-position-y: 20px;
}
.time-btn li{
	color: #fff;
	border-radius: 50%;
	position: relative;
	background: #f48da1;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
}
.time-btn li:hover{
	cursor: pointer;
}
.time-btn li .year{

	font-size: 32px;
	text-align: center;
}
.time-btn li .iconfont{
	position: relative;
	top: 0px;
	transform: translateY(0%);
	font-size: 48px;
	text-align: center;
	left: 0;
	width: 100%;
	display: inline-block;
	transition: all 0.4s;
}
.time-btn li.active .icofnont{
	transform: translateY(-50%);
}

.service-wrap{
	width: 75%;
	position: relative;
	margin: 40px auto ;
}
.service-wrap::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background: #e91a44;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.service-wrap .item{
	background: #e91a44;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	padding: 1%;
}
.service-wrap .item .tit{
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	line-height: 1.2;
}
.service-wrap .item .desc{
	font-size: 26px;
	line-height: 1.2;
}

.design{
	background: #e91a44;
	margin: 60px auto;
	color: #fff;
	padding: 60px 0;
}
.design ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin: 40px auto 0;
}
.design ul li{
	text-align: center;
	width: 12%;
	position: relative;
}

.design ul li .icon{
	text-align: center;
	width: 109px;
	height: 109px;
	margin: 0 auto;
	line-height: 109px;
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.design ul li .tit{
	font-size: 24px;
	font-weight: bold;
	margin: 20px auto;
}
.design ul li .desc{
	font-size: 14px;
}
.design ul li::after{
	content: '------->';
	display: block;
	position: absolute;
	right: 0;
	top: 50px;
	font-size: 20px;
	transform: translateX(100%);
}
.design ul li:last-child::after{
	content: '';
}
.m-header{
	display: none;
}
.m-history{
	display: none;
}
.page-pagination {
  display: table; 
  list-style: none; 
  margin-bottom: 0;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto; 
}
.page-pagination li { display: table-cell; }
.page-pagination li a,.page-pagination li span{
  font-size: 16px;
  line-height: 1;
  padding:13px 18px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.page-pagination li a {
  color:#707070;
  background-color: #f2f4f6;
}
.page-pagination li a:hover {
  color:#ffffff;
  background-color: #e91a43;
  text-decoration: none;
}
.page-pagination li a i {
  margin-left: 0;
}
.page-pagination li span {
  color:#ffffff;
  background-color: #e91a43;
}
#map-logo{
    height: 45px;
    margin-bottom: 20px;
}
#map-cont p{
	margin:0;
}
#map-cont .company-name{
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width:1440px){
	.number-wrap .item .num-box{
		min-width: 90%;
	}
}
@media screen and (max-width:1366px) {
	.service-wrap .item .desc{
		font-size: 27px;
	}
	.design ul li::after{
		content: '----->';
	}
	.jobs-wrap ul li .cont .wrap{
		padding: 5%;
	}
}
@media screen and (max-width:768px){
	.m-header{
		display: block;
		padding: 5px 0;
		box-shadow: 0 3px 6px rgba(0,0,0,0.08);
	}
	.m-header .icon-24px{
		font-size:32px;
		color: #1a1a1a;
	}
	.header{
		display: none;
	}
	.footer{
		padding: 40px 15px 0 15px;
	}
	.mask-wrap .mask{
		display: none;
	}
	.mask-wrap .mask .wrap .title a{
		font-size: 18px;
	}
	.mask-wrap .mask .wrap hr{
		margin: 5px auto;
	}
	.mask-wrap .mask .wrap .en{
		font-size: 12px;
	}
	.see-more ul li{
		width: 50%;
	}
	.mask-wrap .mask .wrap{
		width: 100%;
		left: 0;
	}
	.product-list li{
		width: 50%;
	}
	.product-list::before,.about::before{
		display: none;
	}
	.m-menu{
		position: fixed;
		left: -50%;
		top: 0;
		width: 40%;
		background: #fff;
		height: 100vh;
		z-index: 99999999;
		text-align: center;
		padding: 40px 15px;
		box-shadow:  0 3px 6px rgba(0,0,0,0.08);
		transition: all 0.6s;
		/* display: none; */
	}
	.m-menu .logo{
		margin: 20px auto;
		display: block;
	}
	#close{
		position: absolute;
		right: 15px;
		top: 0;
		line-height: 40px;
		color: #1a1a1a;
	}
	.m-menu ul {
		margin: 40px auto;
	}
	.m-menu ul li{
		width: 100%;
		text-align: center;
		line-height: 40px;
	}
	.m-menu ul li a{
		color: #1a1a1a;
	}
	.about{
		margin:0;
	}
	.about .wrap{
		padding: 30px 0;
	}
	.about .content{
		width: 100%;
	}
	.number-wrap{
		flex-wrap: wrap;
	}
	.number-wrap .item{
		width: 49%;
		height: 65px;
		margin: 10px auto;
	}
	.number-wrap .item .tit{
		font-size: 24px;
		line-height: 32px;
	}
	.number-wrap .item::after{
		display: none;
	}
	.number-wrap .item .num-box{
		font-size: 34px;
	}
	.honor, .service{
		margin: 30px auto;
	}
	.news-list li .pic{
		width: 100%;
	}
	.news-list li .cont{
		width: 100%;
	}
	.jobs-wrap::before, .contact::before{
		display: none;
	}
	.contact .d-flex{
		flex-wrap: wrap;
	}
	.contact .cont, .contact .map{
		width: 100%;
	}
	.contact .map{
		height: 240px;
		margin: 20px auto;
	}
	.contact .cont .qrcode{
		width: 100%;
	}
	.jobs-wrap .d-flex{
		flex-wrap: wrap;
	}
	.jobs-wrap ul li .pic, .jobs-wrap ul li .cont{
		width: 100%;
	}
	.jobs-wrap{
		margin: 0;
	}
	.news-body::before{
		display: none;
	}
	.page-arrow{
		flex-wrap: wrap;
	}
	.page-arrow a{
		width: 100%;
		display: inline-block;
	}
	.news-body{
		margin: 0;
	}
	.news-body .news-info span{
		font-size: 12px;
	}
	.news-body .news-info span:nth-child(2){
		display: none;
	}
	.news-body .title p{
		text-align: left!important;
	}
	.news-body .news-info .right{
		display: none;
	}
	.honor-icon{
		width: 90%;
		margin-top: 20px;
	}
	.honor-icon img{
		width: 24%;
	}
	.honor .honor-cont{
		width: 100%;
		padding: 0 15px;
		padding-top: 50px;
	}
	.honor .honor-cont ul li{
		width: 100%;
		line-height: 30px;
	}
	.honor .desc{
		width: 100%;
		font-size: 14px;
	}
	.history{
		padding: 30px 0;
	}
	.history{
		display: none;
	}
	.m-history{
		padding: 30px 0;
		background: #e91a44;
		display: block;
	}
	.m-history .title{
		color: #fff;
	}
	.m-history ul{
		position: relative;
	}
	.m-history ul::before{
		width: 2px;
		height: 100%;
		content: '';
		background: #fff;
		position: absolute;
		left: 5px;
		top: 0;
		transform: translateX(-50%);
	}
	.m-history ul li{
		line-height: 40px;
		color: #fff;
		margin-bottom: 20px;
		padding-left: 20px;
		position: relative;
	}
	.m-history ul li::before{
		width: 10px;
		height: 10px;
		content: '';
		background: #fff;
		position: absolute;
		left: 0;
		top: 0;
		transform: translateY(100%);
		border-radius: 50%;
	}
	.m-history ul li .year{
		margin: 0;
		line-height: 30px;
		font-size: 20px;
		font-weight: bold;
	}
	.m-history ul li .cont{
		font-size: 14px;
		line-height: 24px;
	}
	
	.service-wrap{
		width: 100%;
		flex-wrap: wrap;
		margin: 0;
	}
	.service-wrap .item{
		width: 32%;
		max-width: 110px;
		height: 110px;
		padding: 3%;
	}
	.service-wrap::before{
		display: none;
	}
	.service-wrap .item:nth-child(4){
		transform: translateX(50%);
	}
	.service-wrap .item:nth-child(5){
		transform: translateX(-50%);
	}
	.service-wrap .item .tit{
		font-size: 28px;
	}
	.service-wrap .item .desc{
		font-size: 24px;
	}
	.design ul{
		width: 100%;
		margin: 0;
	}
	.design ul li{
		width: 32%;
	}
	.design ul li::after{
		display: none;
	}
	.design ul li .icon{
		width: 90px;
		height: 90px;
	}
	.design ul li .tit{
		font-size: 20px;
	}
	.design ul li .desc{
		font-size: 12px;
	}
	.m-header .logo{
	    height: 45px;
	}
	#map-logo{
	    height: 30px;
	    margin-bottom: 10px;
	}
	#map-wrap{
	    width: 45%;
	}
}