﻿*,body{
	font-family: 'Microsoft YaHei','Arial';
}
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: 1.5rem;
}
.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: #EF9746!important;
	color: #fff!important;
}
.dux-page a:first-child,.dux-page a:last-child{
	display: none;
}
/*文字行数控制*/
.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;
}
.hh{
	width: 100%;
	max-width: 100%;
}
.container{
	width: 1400px!important;
	max-width: 100%;
}
.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: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	padding: .75rem;
	border-bottom:1px solid rgba(255,255,255,.2);
	color: #fff;
	transition: all .5s;
}
.header .s-flex{
	justify-content: space-between;
}
.logo{
	flex: 0 1 22.5rem;
	width: 22.5rem;
	position: relative;
}
.logo img{
	height: 50px;
}
.logo img:first-child{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.header-icon{
	display: flex;
	flex: 0 1 14.5rem;
	align-items: center;
}
.header-icon a{
	display: inline-flex;
	font-size: 1.5rem;
	margin-right: 2rem;
	justify-content: center;
	align-items: flex-start;
}
.header .nav>ul{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content:center;
	align-items: center;
}
.header .nav>ul>li{
	position: relative;
}
.header .nav>ul>li>a{
	display: inline-block;
	padding: .8rem 1.8rem;
}
.header .nav>ul>li:hover .drop-menu{
	display: block;
}
.drop-menu{
	position: absolute;
	display: none;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: center;
	padding-top: .8rem;
}
.drop-menu p a{
	display: inline-block;
	font-size: .875rem;
	width: 100%;
	padding: .4rem 5px;
	background-color: #EF9746;
	color: #fff;
}
.drop-menu p a:hover{
	color: #fff;
}
.nav a:hover{
	color: #ef9746;
	transition: all .5s;
}
.header:hover,.header-fixed{
	background-color: #fff;
	color: #000;
	transition: all .5s;
	box-shadow: 0 6px 8px rgba(0,0,0,.1);
}
.header:hover .logo img:first-child,.header-fixed .logo img{
	display: block!important;
}

/*end*/

/*主页标题*/
.index-title{
	margin-top: 2rem;
	padding-top: 1rem;
	text-align: center;
	padding-bottom: 2rem;
}
.index-title h2{
	font-size: 2.4rem;
	margin-bottom: 1rem;
}
.index-title p{
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 1.5rem;
	color: rgba(0,0,0,.6);
	margin-bottom: 1rem;
}
.index-title span{
	display: inline-block;
	width: 3rem;
	height: 6px;
	background-color: #000;
}
/*end*/

/*各种背景色*/
	.gray-bg{
		background-color: #F5F5F5;
		padding-top: 2rem;
	}
/*end*/

/*关于我们*/
.about-text{
	padding-top: 2rem;
}
.about-text h1{
	font-size: 1rem;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
	color: #ef9746;
	font-style: italic;
	margin-bottom: 1.5rem;
}
.about-text h2{
	font-size: 1.5rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-weight: bold;
}
.about-text p{
	font-size: .875rem;
	line-height: 2.2;
	margin-bottom: 2.4rem;
}
.more{
	display: block;
	margin: 2rem 0;
}
.more a{
	padding: .5rem 1rem;
	color: #fff;
	font-size: .875rem;
	background-color: #000;
}
.btn-qipao{
	display: inline-block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.btn-qipao::after{
	content: '';
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 10%;
	height: 10%;
	border-radius: 50%;
	background-color: #EF9746;
	transform-origin: center;
	transform: translate3d(-50%,-50%,0) scale(0,0);
	transition: transform .55s ease-in-out;
}
.btn-qipao:hover::after{
	transform: translate3d(-50%,-50%,0) scale(15,15);
}
/*end*/


/*产品列表*/
.pro-label{
	text-align: center;
	max-width: 100%;
}
.pro-label a{
	padding: .6rem 1rem;
	color: #fff;
	background-color: #000;
	margin: .7rem 1rem;
	font-size: 1.2rem;
}
.pro-item{
	margin-bottom: 2rem;
	transition: all .5s;
}
.pro-item>a{
	display: block;
	overflow: hidden;
}
.pro-item .pro-text{
	background-color: rgba(0,0,0,1);
	padding: 1rem .7rem;
	display: flex;
	justify-content: space-between;
	font-size: .875rem;
	line-height: 1.75rem;
	color: #fff;
}
.pro-item .pro-text .iconfont{
	font-size: 1.2rem;
}
.pro-item:hover{
	box-shadow: 5px 3px 20px rgba(0,0,0,.2);
}
.pro-item:hover .btn-qipao::after{
	transform: translate3d(-50%,-50%,0) scale(15,15);
}
.pro-item:hover>a img{
	transition: all .6s;
	 transform: scale(1.4);
}
/*产品详情*/
.gallery-top p{
	font-size: .875rem;
	color: #EF9746;
	text-align: center;
	line-height: 2.4;
}
.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: #EF9746;
	border-bottom: 1px dashed #ccc;
}
.pro-content h3{
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.pro-content p{
	font-size: .875rem;
	color: #666;
	line-height: 2.4;
}
.pro-feature{
	padding: 1rem;
}
.pro-feature h2{
	font-size: 1.5rem;
	padding:.7rem 1rem;
	background-color: #EF9746;
	color: #fff;
	margin-bottom: 1rem;
}
/*新闻块*/
.news-item{
	border: 1px solid #ddd;
	margin-bottom: 1rem;
	transition: all .6s;
}
.news-text{
	padding: 1rem;
	padding-top: 3.5rem;
	position: relative;
}
.news-text .news-date{
	display: flex;
	width: 5rem;
	height: 5rem;
	padding: .5rem;
	border-radius: 100%;
	background-color: #EF9746;
	color: #fff;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	left: 50%;
	margin-left: -2.5rem;
	top: -2.3rem;
}
.news-date span{
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: .2rem;
	margin-bottom: .2rem;
}
.news-date em{
	width: 100%;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.4);
	font-size: 1.5rem;
	font-style: normal;
}
.news-text h2{
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.news-item:hover{
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	transform: translateY(-1rem);
}
.news{
	padding: 1.5rem;
	background-color: #fff;
}
.news>h2{
	font-size: 1.5rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	color: #EF9746;
}
.news .data{
	font-size: .875rem;
	font-weight: bold;
	padding-bottom: 1rem;
}
.news .description{
	background-color: #eee;
	padding:.7rem 1rem;
	border-radius: 10px;
	font-size: .7rem;
	margin-bottom: 1rem;
	border: 1px dashed #ddd;
}
/*留言板*/
.msg{
	padding: 1.5rem 1rem;
	background: url(../image/msg.jpg) no-repeat center top;
	position: relative;
}
.msg::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
}
.msg .container{
	position: relative;
	z-index: 99;
}
.msg .index-title,.msg .index-title p{
	color: #fff;
}
.msg .index-title span{
	background-color: #fff;
}
.guestbook-form{
	width: 65rem;
	max-width: 100%;
	margin: 1rem auto;
}
.guestbook-form input,.guestbook-form textarea{
	width: 100%;
	padding:.7rem 1rem;
}
.guestbook-form h2{
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 1rem;
}
.form-button{
	padding: .5rem 4rem;
	border-radius: 5px;
	outline: none;
	border: none;
	font-size: 1rem;
	letter-spacing: 2px;
}
.form-button:hover{
	background-color: #EF9746;
	color: #fff;
}

/*footer样式*/
.footer{
	background-color: #000;
	padding: 2rem 1rem 0;
	color: #fff;
}
.foot-nav{
	flex: 1;
	display: flex;
	padding-bottom: 1rem;
}
.foot-nav div{
	flex: 1;
}
.foot-nav div h2{
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.foot-nav div p{
	font-size: .875rem;
	line-height: 2.2;
}
.foot-ewm{
	flex: 0 0 auto;
	padding: 1rem;
	display: flex;
}
.foot-ewm>div{
	padding: 1rem;
	text-align: center;
}
.foot-ewm>div p{
	line-height: 2.4;
	font-size: .875rem;
}
.copyright{
	border-top: 1px solid rgba(255,255,255,.4);
	text-align: center;
	font-size: .875rem;
	color: #ddd;
	padding: .4rem 1rem;
}
/*分页pageHeader*/
.page-header{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.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%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
}
.page-title h2{
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
	position: relative;
	z-index: 0;
}
.page-title h2::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1rem;
	background-color: #a9844c;
	z-index: -1;
	left: 0;
	bottom: -2px;
}
.page-title p{
	font-size: 2rem;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
}
.page-label{
	border-bottom: 1px solid #eee;
}
.page-label ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.page-label ul li a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 1.25rem 2.5rem;
}
.page-label ul li a:hover{
	background-color: #EF9746;
	color: #fff;
}

/*关于我们*/
.about{
	padding: 3rem 1rem;
}
.about-by{
	padding: 4rem 2rem 1rem;
}
.about-by h2{
	font-size: 2.2rem;
	margin-bottom: 1rem;
}
.about-by h3{
	font-size: 1.2rem;
	font-weight: normal;
	margin: 2rem 0;
}

.about-title{
	text-align: center;
	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: #EF9746;
	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);
}
.leader{
	padding: 1.5rem;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
	overflow: hidden;
	max-width: 100%;
}
.leader>img{
	float: right;
	margin: 1.5rem;
	width: 20rem;
}
.leader-text{
	padding-top: 2rem;
}
.leader-text h2{
	font-size: 1.5rem;
	color: #DC3545;
	font-weight: bold;
	padding-bottom: 2rem;
}
.leader-text p{
	margin-bottom: 1rem;
}


.qywh ul{
	display: flex;
	padding: 1.5rem;
}
.qywh ul li{
	flex-wrap: nowrap;
	flex: 1;
	height: 300px;
	position: relative;
	padding: 1.5rem;
	align-items: center;
	border-right: 2px solid #fff;
}
.qywh ul li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 1;
}
.qywh ul li>div,.qywh ul li>p{
	position: relative;
	color: #fff;
	z-index: 2;
}
.qywh ul li>div{
	flex: 0 0 auto;
	padding-right: 1.5rem;
	text-align: center;
	margin-right: 1rem;
}
.qywh ul li>div .iconfont{
	font-size: 3rem;
	display: inline-flex;
	font-weight: normal;
	margin-bottom: 1rem;
}
.qywh ul li>div h2{
	font-size: 20px;
	font-weight: normal;
}
.qywh ul li>p{
	display: none;
}
.qywh ul li.active{
	flex: 2;
}
.qywh ul li.active::before{
	background-color: rgba(0,0,0,.4);
}
.qywh ul li.active>div{
	border-right: 1px solid rgba(255,255,255,.3);
}
.qywh ul li.active>p{
	display: block;
}
.qywh ul li:first-child{
	background: url(../image/w1.jpg) center right no-repeat;
}
.qywh ul li:nth-child(2){
	background: url(../image/w2.jpg) center right no-repeat;
}
.qywh ul li:nth-child(3){
	background: url(../image/w3.jpg) center right no-repeat;
}
.qywh ul li:nth-child(4){
	background: url(../image/w4.jpg) center right no-repeat;
}
.qywh ul li:nth-child(5){
	background: url(../image/w5.jpg) center right no-repeat;
}


/*新闻资讯*/
.news-page{
	display: flex;
	padding: 1rem;
	border: 1px solid #eee;
	margin-bottom: 1.5rem;
	background-color: #fff;
}
.news-page .news-img{
	flex: 0 0 24rem;
	overflow: hidden;
}
.news-page .news-article{
	padding: 1rem;
	flex: 1;
	transition: all .5s ease-in-out;
}
.news-page .news-article h2{
	font-size: 1.4rem;
	font-weight: normal;
	margin-bottom: 1.5rem;
}
.news-page .date{
	font-size: 1.2rem;
	margin-top: 1rem;
}
.news-page:hover{
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.news-page:hover .news-article{
	transform: translateX(1rem);
	color: #EF9746;
}
.news-page:hover .news-img img{
	transition: all .5s ease-in-out;
	transform: scale(1.2);
}
/*page*/
.page-main{
	padding: 1.5rem;
	background-color: #fff;
	flex-wrap: nowrap;
}
.page-img{
	flex: 0 0 20rem;
	margin: 1.5rem;
}
.page-content{
	flex: 1;
}
/*联系我们*/
.contact{
	padding: 1rem;
	text-align: center;
}
.contact h2{
	font-size: 2rem;
	padding-bottom: 2rem;
	margin-bottom: 1rem;
	position: relative;
}
.contact h2::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 3rem;
	height: 4px;
	background-color: #EF9746;
	margin-left: -1.5rem;
}
.contact h3{
	font-size: 1.5rem;
	padding-bottom: 1.5rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.contact p{
	font-size: 14px;
	line-height: 2.4;
	color: #333;
}
.contact-form{
	background-color: #a9844c;
	padding: 1.5rem;
	max-width: 100%;
	margin-bottom: 1rem;
}
