*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
*,body{
	font-family: 'Microsoft YaHei','Arial';
}
/*隐藏滚动条*/
body::-webkit-scrollbar{
	display: none!important;
}
body{
	-ms-overflow-style: none;
}
/*end*/
ul,ol,p,h1,h2,h3,h4,h5,h6{
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
}
ul::after{
	content: '';
	display: table;
	clear: both;
}
a{
	text-decoration: none!important;
	font-size: inherit;
	color: inherit;
}
a:hover{
	color: inherit;
}
/*分页样式*/
.dux-page{
	text-align: right;
	padding: 1rem;
}
.dux-page a,.dux-page span{
	display: inline-block;
 	width: 3.375rem;
	height: 3.375rem;
	color: #000;
	font-size: 1.2rem;
	text-align: center;
	line-height: 3.375rem;
	background-color: #fff;
	margin: 5px;
	transition: all .6s;
}
.dux-page a:hover,.dux-page a.Ahover{
	background-color: #d00b0b!important;
	color: #fff!important;
}
/*文字行数控制*/
.one-line{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.two-line{
	overflow:hidden;
	 text-overflow:ellipsis;
	 display:-webkit-box;
	 -webkit-line-clamp:2;
	 -webkit-box-orient:vertical;
}
.three-line{
	overflow:hidden;
	 text-overflow:ellipsis;
	 display:-webkit-box;
	 -webkit-line-clamp:3;
	 -webkit-box-orient:vertical;
}
.img-100{
	width: 100%;
}
.hh{
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.container{
	width: 1600px!important;
	max-width: 100%;
}
.container-article{
	width: 1400px!important;
	max-width: 100%;
	margin: 0 auto;
}
.margin-1{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.padding-2{
	padding-bottom: 2rem;
}
.items-center{
	align-items: center;
}
.s-flex{
	display: flex;
	flex-wrap: wrap;
}
.article p,.article{
	font-size: .875rem;
	line-height: 2.2;
}
.article img{
	max-width: 100%;
}
/*黑色背景遮罩*/
.black-shadow{
	position: relative;
}
.black-shadow::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.black-shadow .container{
	position: relative;
	z-index: 99;
}
/*header部分css*/
.header{
	position: relative;
	width: 1600px;
	max-width: 100%;
	height: 6.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: #fafafa;
	z-index: 999;
	margin: 0 auto;
}
.header .logo img{
	max-height: 70px;
}
.header>.s-flex{
	height: 100%;
	align-items: center;
}
.nav{
	flex: 1;
	height: 100%;
}
.nav .s-flex{
	width: 100%;
	height: 100%;
	justify-content: flex-end;
	padding-right: 1.5rem;
}
.nav li{
	padding: 0 2rem;
	position: relative;
}
.nav li::after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	width: 1px;
	height: 12px;
	background-color: #666;
}
.nav li:last-child::after{
	display: none;
}
.nav li::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 0;
	height: 1px;
	background-color: #D00B0B;
}
.nav li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #666;
	transition: all .55s ease-in-out; 
}
.nav li:hover>a{
	color: #d00b0b;
}
.nav li.active::before{
	transition: all .55s ease-in-out;
	width: 100%!important;
	left: 0!important;
}
.top-contact{
	padding: 0 1rem;
	font-size: 1.3rem;
	font-weight: bold;
	color: #D00B0B;
	line-height: 3rem;
}
.top-contact .iconfont{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	height: 1.5rem;
	font-size: 1.5rem;
	color: #d00b0b;
	line-height: 3rem;
	margin-right: .5rem;
}
.nav li:hover .drop-menu{
	display: flex;
}
.drop-menu{
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	width: 100vw;
	height: 70%;
	background-color: rgba(255,255,255,.9);
	z-index: 99999999999999;
	color: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}
.drop-menu p a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 2rem;
	height: 100%;
	color: #666;
}
.drop-menu p a:hover{
	color: #fff;
	background-color: #D00B0B;
}
/*end*/
/*轮播大图*/
.swiper-top .swiper-slide img:last-child{
	display: none;
}
/*fixed悬浮*/
.fixed-icon{
	position: fixed;
	right: 0;
	top: 30vh;
	width: 45px;
	cursor: pointer;
	color: #fff;
	z-index: 999999999;
}
.fixed-list{
	display: flex;
	flex-direction: column;
	position: relative;
}
.fixed-list>div{
	background-color: #666;
	border-radius:8px;
	width: 180px;
	height: 45px;
	border-bottom: 1px solid #fff;
	display: flex;
	left: 0;
	align-items: center;
	padding-left: 12px;
	position: relative;
	transition: all .55s ease-in-out;
}
.fixed-list>div .iconfont{
	font-size: 24px;
	margin-right: 12px;
}
.fixed-list>div img{
	position: absolute;
	display: none;
	left: calc(-100% + 55px);
	bottom: 0;
	background-color: #fff;
	padding: 5px;
}
.fixed-list>div:hover,.fixed-ding{
	transition: all .55s ease-in-out;
	background-color: #D00B0B!important;
}
.fixed-list>div:hover img{
	display: block;
}
.fixed-phone:hover{
	left: -130px;
}
/*主页标题*/
.index-title{
	padding-top: 3rem;
	margin-bottom: 2rem;
	padding-left: 15px;
	padding-right: 15px;
}
.index-title h2{
	font-size: 2.5rem;
	color: #000;
	font-weight: 900;
	margin-bottom: 1rem;
	text-align: left;
}
.index-title p{
	font-size: 1rem;
	color: #999;
}
.index-title .line{
	display: block;
	margin: 1rem auto;
	width: 2.4rem;
	height: 5px;
	background-color: #999;
}
/*end*/

/*各种背景色*/
	.gray-bg{
		background-color: #f6f6f6;
	}
	.eee-bg{
		padding-top: 1rem;
		background-color: #eee!important;
	}
/*end*/

/*关于我们*/
.about-img{
	padding: 2rem;
}
.about-img img{
	position: relative;
	z-index: 99;
	box-shadow: -2rem -2rem 8px #f1f1f1;
}
.about-text{
	padding-top: 2rem;
}
.about-text p{
	padding-bottom: 1rem;
}
.about-more{
	margin: 1rem 0;
	overflow: hidden;
}
.about-more .on{
	position: absolute;
	background-color: #D00B0B;
	width: 100%;
	height: 100%;
	border-radius: 3rem;
	left: 0;
	z-index: -1;
	top: -100%;
}
.about-more a{
	position: relative;
	font-family: 'Times New Roman', Times, serif;
	display: inline-flex;
	justify-content: center;
	z-index: 99;
	align-items: center;
	padding: .7rem 1.5rem;
	background-color: #000;
	color: #fff;
	border-radius: 3rem;
	font-size: 15px;
}
.about-more a:hover .on{
	transition: all .35s ease-in-out;
	top: 0;
}
/*end*/


/*产品列表*/
.pro-label{
	display: flex;
}
.label-item{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 1rem;
	border-radius: 1rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 1rem;
}
.label-item *{
	transition: all .55s ease-in-out;
}
.label-item::before{
	content: '';
	position: absolute;
	width: 2rem;
	height: 2rem;
	left: -2rem;
	top: 50%;
	border-radius: 50%;
	transition: all .55s ease-in-out;
	background-color: #edf2f8;
	z-index: 1;
}
.label-item::after{
	content: '';
	position: absolute;
	width: 2rem;
	height: 2rem;
	right: -2rem;
	bottom: -2rem;
	border-radius: 50%;
	background-color: #edf2f8;
	transition: all .55s ease-in-out;
	z-index: 1;
}
.label-item:hover::before,.label-item:hover::after{
	transform: scale(40);
}
.label-item>div{
	width: 50%;
	z-index: 99;
}
.label-img{
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.label-text{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 15px;
}
.label-text .line{
	width: 3rem;
	height: 3px;
	background-color: #D00B0B;
	margin-bottom: 1rem;
}
.label-text h2{
	font-size: 1.5rem;
	font-weight: 900;
	padding-bottom: 1rem;
}
.label-text p{
	font-size: 1rem;
	color: #999;
}
.pro-item{
	padding: 1rem;
	background-color: #fff;
	margin-bottom: 2rem;
	transition: all .55s ease-in-out;
}
.pro-img{
	overflow: hidden;
	border:1px solid #ddd;
}
.pro-img img{
	width: 100%;
	transition: all .55s ease-in-out;
}
.pro-item p{
	display: flex;
	height: 3rem;
	align-items: center;
	border-bottom: 1px solid #ddd;
}
.pro-item p{
	font-size: 1rem;
	color: #333;
}
.pro-item:hover img{
	transform: scale(1.3);
}
.pro-item:hover{
	box-shadow: 4px 4px 8px rgba(0,0,0,.3);
}
/*应用领域*/

.swiper-yyly{
	max-height: 820px!important;
}
.yyly-item{
	position: relative;
	overflow: hidden;
}
.hover-a,.hover-b{
	position: absolute;
	width: 35rem;
	height: 100%;
	top: 0;
	transform: skewX(-15deg)
}
.hover-a{
	background-color: rgba(24,29,96,.95);
	left: -10vw;
	z-index: 99;
	transition: all 1s ease-in-out;
}
.hover-b{
	background-color: rgba(0,0,0,.7);
	transition: all 1s ease-in-out;
	left: 55vw;
}
.yyly-text{
	position: absolute;
	opacity: 0;
	top: 10%;
	left: 20vw;
	z-index: 999;
	display: flex;
	width: 20rem;
	height: auto;
	padding: 1rem;
	flex-direction: column;
	transform: skewX(-15deg);
	transition: all 1s ease-in-out;
}
.yyly-text::before{
	content: '';
	position: absolute;
	width: 4rem;
	height: 2px;
	background-color: #fff;
	left: -4rem;
	top: 3rem;
}
.yyly-text h2{
	font-size: 39px;
	color: #fff;
	margin-bottom: 2rem;
}
.yyly-text p{
	font-size: 18px;
	color: #fff;
	line-height: 2;
}
.swiper-yyly .swiper-slide-active .hover-a{
	left: 5vw;
}
.swiper-yyly .swiper-slide-active .hover-b{
	left: 15vw;
}
.swiper-yyly .swiper-slide-active .yyly-text{
	opacity: 1;
}
.icon-control{
	position: absolute;
	bottom: 3rem;
	left: 45%;
	z-index: 999999;
	max-width: 100%;
}
.yyly-icon{
	width: 190px;
	position: relative;
	cursor: pointer;
}
.yyly-icon p{
	font-size: 24px;
	color: #D00B0B;
	margin-bottom: 1rem;
}
.yyly-icon .icon-img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #D00B0B;
	padding: 20px;
	overflow: hidden;
	position: relative;
	z-index: 99;
}
.yyly-icon .icon-img img{
	width: 100%;
	height: 100%;
}
.yyly-icon .icon-img img:last-child{
	display: none;
}
.active .icon-img img:first-child{
	display: none;
}
.active .icon-img img:last-child{
	display: block;
}
.icon-control .active .icon-img{
	background-color: #fff;
}
.icon-control .active p{
	color: #fff;
}
/*产品详情*/
.gallery-top p{
	font-size: .875rem;
	color: #DD341A;
	text-align: center;
	line-height: 2.4;
}
.gallery-top img{
	border: 1px solid #ddd;
	background-color: #fff;
}
.gallery-thumbs{
	padding:1rem;
	height: 100%;
}
.gallery-thumbs .swiper-slide{
	border: 1px solid #ddd;
	box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.gallery-thumbs p{
	font-size: .5rem;
	text-align: center;
	line-height: 2.4;
}
.gallery-thumbs img{
	width: 100%;
	height: 100%;
}
.gallery-thumbs p{
	text-align: center;
}
.pro-content{
	padding: 1rem;
}
.pro-content h2{
	font-size: 1.5rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	color: #DD341A;
	border-bottom: 1px dashed #ccc;
}
.pro-content p{
	display: flex;
	align-items: center;
	margin-bottom: .5rem;
	font-size: .875rem;
}
.pro-content p .iconfont{
	font-size: 1.5rem;
	color: #DD341A;
	margin-right: 1rem;
}
.pay a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: .3rem 1rem;
	background-color: #262626;
	font-size: 1.2rem;
	color: #fff;
	margin-top: 1rem;
	margin-right: 2rem;
}
.pay a:hover{
	transition: all .5s ease-in-out;
	background-color: #DD341A;
}
.pay a .iconfont{
	font-size: 1.5rem;
	margin-right: .5rem;
}

.pro-feature{
	padding: 1rem;
}
.pro-feature h2{
	font-size: 1.5rem;
	padding:.7rem 1rem;
	background-color: #DD341A;
	color: #fff;
	margin-bottom: 1rem;
}
.pro-feature .article{
	background-color: #fff;
	padding: 1rem;
}
.pro-feature .article strong{
	font-size: 1.4rem;
	color: #000;
}
/*详情里的表格*/
.hh-table{
	width: 100%;
}
.hh-table th,.hh-table td{
	border: 2px solid #ccc;
	text-align: center;
	padding: 10px;
}
.hh-table th{
	background-color: #fbe0d5;
}
/*售电系统*/
.swiper-sys{
	width: 100%;
	height: 100%;
}
.swiper-sys .swiper-slide{
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 1.5rem;
}
.swiper-sys .swiper-slide h2{
	font-size: 2rem;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	color: #666;
	position: relative;
}
.swiper-sys .swiper-slide h2::after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 5rem;
	height: 5px;
	background-color: #d00b0b;
}
.swiper-sys .swiper-slide p{
	font-size: .875rem;
	line-height: 2;
}
.more{
	position: relative;
	width: 8rem;
	height: 3rem;
	overflow: hidden;
	border: 1px solid #CFCFCF;
	margin: 4rem 0;
	box-shadow: 2px 1px 5px rgba(0,0,0,.15);
}
.more .on{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background-color: #d00b0b;
	transition: all .25s ease-out;
}
.more a{
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 6;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	color: #666;
}
.more:hover .on{
	left: 0;
}
.more:hover a{
	color: #fff;
}
.swiper-sysImg .swiper-slide{
}
.swiper-sysImg .swiper-slide img{
	padding: 1rem;
	background-color: #fff;
}
.slide-btn{
	position: absolute;
	bottom: 1.5rem;
	right: 1.5rem;
	font-size: 3rem;
	color: #fff;
	z-index: 999999999;
}
.slide-btn span{
	width: 3rem;
	height: 3rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #d00b0b;
	cursor: pointer;
	box-shadow: 0 0 4px rgba(0,0,0,.3);
}

/*新闻块*/
.news-container{
	background-color: #fff;
	padding: 1rem;
	margin-bottom: 1rem;
}
.news-hot h2{
	font-size: 1.25rem;
	line-height: 2.4;
	color: #D00B0B;
}
.date{
	font-size: .875rem;
	line-height: 2;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.news-container:hover{
	box-shadow:4px 4px 8px rgba(0,0,0,.3);
}
.news-item{
	background-color: #F6F6F6;
	padding: 1rem;
	width: 100%;
	height: 100%;
}
.news-item h2{
	font-size: 1.25rem;
	line-height: 2;
	color: #D00B0B;
	font-weight: 900;
}
.news-item .article{
	padding-bottom: 1rem;
}
.date::before{
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #D00B0B;
	left: 0;
	bottom: -1px;
}
.news-item:hover{
	background-color: #edf2f8;
}
.news-item:hover .date::before,.news-hot:hover .date::before{
	transition: all .55s ease-in;
	width: 100%;
}
.auto-flex{
	display: flex;
}
.news-pic{
	padding-right: 1rem;
	width: 28rem;
	max-height: 12rem;
	overflow: hidden;
}
.news-pic img{
	width: 100%;
	border: 1px solid #ddd;
	height: 100%;
}

/*留言板*/
.guestbook-form{
	width: 65rem;
	max-width: 100%;
	margin: 1rem auto;
}
.guestbook-form input,.guestbook-form textarea{
	width: 100%;
	padding:.4rem 1rem;
}
.guestbook-form h2{
	font-size: 1.5rem;
	color: #666;
	margin-bottom: 1rem;
}
.form-button{
	padding: .5rem 4rem;
	margin-right: 2rem;
	border-radius: 5px;
	outline: none;
	border: none;
	font-size: 1rem;
	letter-spacing: 2px;
}
.form-button:hover{
	background-color: #d00b0b;
	color: #fff;
}

/*footer样式*/
.footer{
	background-color: #504f4f;
	padding: 4rem 1rem 0;
	color: #fff;
}
.foot-nav{
	flex: 1;
	display: flex;
	padding-bottom: 1rem;
	padding-left: 1rem;
}
.foot-nav div{
	flex: 1;
}
.foot-nav div h2{
	font-size: 1rem;
	margin-bottom: 1rem;
}
.foot-nav div p{
	font-size: .875rem;
	line-height: 2.2;
	color: #999;
}
.foot-ewm{
	flex: 0 0 auto;
	padding:0 1rem;
}
.foot-ewm h2{
	font-size: 1rem;
	padding-bottom: 1rem;
}
.foot-ewm p{
	font-size: .875rem;
	color: #eee;
	line-height: 2.4;
}
.foot-ewm .iconfont{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	margin-right: 5px;
}
.foot-ewm .s-flex{
	padding:1rem 0;
	text-align: center;
}
.foot-ewm .s-flex>div{
	padding: 1rem;
}
.copyright{
	border-top: 1px solid rgba(255,255,255,.4);
	text-align: center;
	font-size: .875rem;
	color: #ddd;
	padding: .4rem 1rem;
}
/*分页Header*/
.page-header{
	position: relative;
	width: 100%;
	max-height: 450px;
	margin: 0 auto;
	overflow: hidden;
}
.page-header::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}
.page-title{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	color: #fff;
}
.page-title .container{
	padding-left: 3rem!important;
	position: relative;
}
.page-title .container::before{
	content: '';
	position: absolute;
	left: 1rem;
	top: 5%;
	width: 5px;
	height: 90%;
	background-color: #fff;
}
.page-title h2{
	font-size: 2.25rem;
	font-weight: bold;
	margin-bottom: 1rem;
	position: relative;
	z-index: 0;
}
.page-title p{
	font-size: 1.875rem;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	position: relative;
}
.page-label{
	padding: 2rem 1rem 1rem;
	margin-bottom: 1rem;
}
.page-label ul{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.page-label ul::before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.page-label ul li{
	position: relative;
	z-index: 99;
}
.page-label ul li a{
	display: inline-flex;
	padding: 0.425rem 1.875rem;
	border-radius: 3rem;
	border: 1px solid #ddd;
	margin-left: 0.625rem;
	margin-right: 0.625rem;
	background-color: #fff;
	justify-content: center;
	align-items: center;
}
.page-label ul li.active a,.page-label ul li:hover a{
	background-color: #d00b0b!important;
	color: #fff!important;
}

.page-position{
	padding: 1rem 0;
	box-shadow: 0 2px 8px rgba(0,0,0,.25);
}
.page-position span{
	margin-left: 8px;
	margin-right: 8px;
	display: inline-block;
}
.page-position a:hover{
	text-decoration: underline;
	color: #d00b0b;
}
/*list*/
.list-l{
	margin-bottom: 1rem;
}
.list-title{
	padding: 1rem 1.5rem;
	background-color: #d00b0b;
	color: #fff;
	outline: 1px solid rgba(255,255,255,.6);
	outline-offset: -.625rem;
}
.list-title h2{
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: .75rem;
}
.list-title p{
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 1.5rem;
}
.list-label ul li{
	padding: 0 3rem 0 1rem;
	border: 1px solid #ddd;
	border-top: none;
	background-color: #edf2f8;
	color: #666;
	position: relative;
}
.list-label ul li a{
	display: block;
	padding: 1.2rem 0;
}
.list-label ul li .iconfont{
	position: absolute;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	width: 2rem;
	height: 2rem;
	right: 1rem;
	top: 50%;
	color: #999;
	margin-top: -1rem;
}
.list-label ul li.active,.list-label ul li:hover{
	background-color: #fff;
}
.list-label ul li.active .iconfont{
	transform: rotateZ(90deg);
}


.list-pic{
	overflow: hidden;
	background-color: #fff;
	padding: 1rem;
	margin-bottom: 2rem;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
}
.list-pic img{
	margin-bottom: .75rem;
	border: 1px solid #eee;
}
.list-pic h3{
	font-size: 1.125rem;
	color: #666;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(0,0,0,.3);
	position: relative;
}
.list-pic h3::after{
	position: absolute;
	content: '';
	left: 0;
	bottom: -2px;
	width: 0;
	height: 3px;
	background-color: #d00b0b;
	transition: all .55s ease-in-out;
}
.list-pic:hover h3::after{
	width: 100%;
}
.list-download{
	padding: 1rem;
	background-color: #fff;
}
.download-table{
	width: 100%;
}
.download-table td,.download-table th{
	border: 1px solid #ddd;
	background-color: #fff;
	padding: .5rem 1rem;
	font-size: .875rem;
	color: #666;
}
.download-table th{
	color: #fff;
	background-color: #d00b0b;
}
.download-table .iconfont{
	font-size: 1.5rem;
}
.swiper-page .swiper-slide{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pic-item>a{
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.pic-item img{
	border: 1px solid #ddd;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.pic-item p{
	font-size: .875rem;
	line-height: 2.4rem;
}
.list-control .iconfont{
	position: absolute;
	font-size: 4rem;
	width: 4rem;
	height: 5rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	z-index: 99999999999;
}
.list-control .list-prev{
	left: 0;
	top: 20vh;
}
.list-control .list-next{
	right: 0;
	top: 20vh;
}

/*content*/
.content-main{
	display: flex;
}
.content-img{
	flex: 0 1 auto;
}
.content-img img{
	padding: 1rem;
	border: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.content-text{
	padding: 1rem;
	flex: 1 0 auto;
}
.content-text>h2{
	font-size: 1.5rem;
	color: #d00b0b;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #d00b0b;
}
.content-text>p{
	padding: .3rem 0;
	font-size: 1rem;
	color: #666;
}
.content-text>p .iconfont{
	font-size: 1.5rem;
	margin-right: 6px;
	color: #d00b0b;
	vertical-align: middle;
}
.content-contact{
	padding: 1rem 0;
}
.content-contact a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: .7rem 2.2rem;
	background-color: #000;
	color: #fff;
	margin-right: 1rem;
}
.content-contact a .iconfont{
	font-size: 2rem;
	display: inline-flex;
	width: 2rem;
	height: 2rem;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}
.content-title{
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(0,0,0,.2);
	display: flex;
}
.content-title h2{
	font-size: 1.6rem;
	position: relative;
}
.content-title h2::before{
	position: absolute;
	content: '';
	width: 110%;
	height: 3px;
	background-color: #d00b0b;
	bottom: -1.1rem;
	left: 0;
}
.content-info{
	padding: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	background-color: #fff;
}
.article-title{
	font-size: 1.6rem;
	margin-bottom: 1rem;
	color: #d00b0b;
}
.article-page{
	display: flex;
	padding: 1rem 0;
	justify-content: space-between;
	align-items: center;
	font-size: .875rem;
	font-weight: bold;
	color: #000;
}
.article-page a:hover{
	color: #d00b0b;
}
/*关于我们*/
.about{
	padding: 3rem 1rem;
}
.about-by{
	padding: 4rem 2rem 1rem;
	border-bottom: 1px solid #eee;
	box-shadow: 0 0 4px #ddd;
	margin-bottom: 1rem;
}
.about-by h2{
	font-size: 2.2rem;
	margin-bottom: 2rem;
}
.about-by h3{
	font-size: 1.2rem;
	font-weight: normal;
	margin: 2rem 0;
}
.about-by .en{
	font-size: 1.5rem;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	margin-bottom: 1rem;
	color: #DD341A;
}
.about-right{
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-around;
}
.about-right .about-icon{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 50%;
	border-bottom: 1px solid #ddd;
	padding: 1rem;
}
.about-icon h2{
	font-size: 2.4rem;
	color: #000;
	margin-bottom: 2rem;
}
.about-icon p{
	font-weight: bold;
	font-size: 1.6rem;
	color: #999;
}
.about-icon .iconfont{
	display:inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 9rem;
	color: #fff;
	background-color: #DD341A;
	border-radius: 50%;
	width: 14rem;
	height: 14rem;
	position: relative;
}
.about-icon .iconfont::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: .5rem;
	top: -.5rem;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	border-radius: 50%;
	z-index: -1;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.about-title{
	text-align: center;
	padding-top: 2rem;
	margin-bottom: 5rem;
}
.about-title h2{
	font-size: 2rem;
	margin-bottom: 1rem;
}
.about-title p{
	font-size: 1.2rem;
	font-family: 'Times New Roman', Times, serif;
}
.about-fazhan{
	color: #fff;
}
.swiper-fazhan{
	position: relative;
}
.swiper-fazhan::after{
	position: absolute;
	content: '';
	background-color: rgba(255,255,255,.4);
	width: 100%;
	height: 1px;
	left: 0;
	top: 7.1rem;
}
.fazhan-item{
	color: #fff;
}
.fazhan-item h2{
	font-size: 3rem;
	font-weight: bold;
	padding-bottom: 4rem;
	position: relative;
	margin-bottom: 2rem;
}
.fazhan-item h2::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	border-radius: 100%;
	width: 1rem;
	height: 1rem;
	background-color: #fff;
	transition: all .5s ease-in-out;
}
.fazhan-item:hover h2::after{
	background-color: #DD341A;
	left: 96%;
}
.fazhan-item .fazhan-text{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2;
	transition: all .5s ease-in-out;
}
.fazhan-item:hover .fazhan-text{
	transform: translateY(-1rem);
}

.qywh{
	position: relative;
	margin: 2rem auto;
}
.qywh-text{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 1rem;
	background-color: rgba(0,0,0,.4);
}
.qywh-text h2{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
	background-color: #DD341A;
	padding: 0 1rem;
	margin-bottom: 1rem;
}
.qywh-text p{
	font-size: 1.5rem;
	line-height: 2;
	padding-left: 1rem;
	padding-right: 1rem;
}

/*新闻资讯*/

/*page*/
.page-main{
	padding: 1.5rem;
	background-color: #fff;
	flex-wrap: nowrap;
	margin: 1.5rem auto;
}
.page-img{
	flex: 0 0 20rem;
	margin: 1.5rem;
}
.page-content{
	flex: 1;
}
/*联系我们*/
.contact-title{
	font-size: 1.6rem;
	padding-bottom: 1rem;
	margin-top: 2rem;
	border-bottom: 1px solid #eee;
}
.contact-title span{
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.2rem;
	margin-left: 1rem;
}
.contact-box .contact-title{
	margin-bottom: 3rem;
}
.contact-box p{
	padding:.75rem 1rem;
	font-size: 1.125rem;
	color: #333;
}
.contact-box p .iconfont{
	font-size: 2rem;
	vertical-align: middle;
	margin-right: 1rem;
	color: #D00B0B;
}

/*荣誉证书*/
.ry-item{
	display: flex;
	flex-direction: column;
}
.ry-item>div{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px;
}
.ry-item>div img{
	width: 100%;
	border: 1px solid #eee;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.ry-item p{
	text-align: center;
	padding: 1rem;
	font-size: .875rem;
	color: #DD341A;
	font-weight: bold;
}

/*悬浮框*/