.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(198, 198, 198, 0.85);
	z-index: 999;
}

.header .container {
	display: flex;
	align-items: center;
}

.header .logo {
	flex: 1;
	padding: 0.4rem 0;
}

.header .logo img {
	height: 1rem;
}

.header .nav>ul>li {
	padding: 0 0.4rem;
}

.header .nav>ul>li>a {
	display: inline-block;
	font-size: 0.32rem;
	height: 1.8rem;
	line-height: 1.8rem;
}

.header .nav>ul>li:hover {
	background-color: #fff;
}

.header .nav>ul>li:hover>a {
	color: #e62129;
}

.header .pro-dropmenu {
	position: absolute;
	display: none;
	overflow: hidden;
	top: 100%;
	left: 50%;
	margin-left: -12rem;
	width: 24rem;
	padding: 0.4rem;
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
}

.header .nav>ul>li:hover .pro-dropmenu {
	display: flex;

}

.pro-dropmenu>div {
	width: 33%;
	padding: 0.3rem;
}

.pro-dropmenu>div img {
	margin-top: 0.1rem;
	transition: all .3s ease-in-out;
}

.pro-dropmenu>div img:hover {
	box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
}

.pro-dropmenu>div .iconfont {
	font-size: 0.36rem;
	font-weight: 700;
}

.pro-dropmenu-more {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0.2rem;
	text-align: right;
	padding-right: 0.4rem;
	color: #e62129;
	font-size: 0.36rem;
}

.pro-dropmenu>div a {
	display: block;
	color: #666;
	font-size: 0.32rem;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}

.pro-dropmenu>div a:hover {
	color: #e62129;
}

.list-dropmenu {
	display: none;
	position: absolute;
	width: 7rem;
	top: 100%;
	right: 5.5rem;
	background-color: #fff;
	z-index: 999;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
}

.list-dropmenu a {
	display: block;
	padding: 0 0.2rem;
	margin: 0.3rem 0;
	font-size: 0.32rem;
	line-height: 2;
	color: #666;
}

.header .nav>ul>li:hover .list-dropmenu {
	display: block;
}

.list-dropmenu a:hover {
	color: #E62129;
}

.header-search {
	margin-left: 0.5rem;
}

.header-search form {
	position: relative;
	z-index: 99;
}

.header-search input {
	border-radius: 0.5rem;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px 8px;
	padding-right: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.28rem;
	color: #999;
}

.header-search .iconfont {
	position: absolute;
	right: 15px;
	top: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 0.6rem;
	color: #666;
}

/*产品推荐*/
.pro-hot {
	display: flex;
	justify-content: space-between;
	width: 24rem;
	margin: 1rem auto;
	max-width: 100%;
}

.pro-hot .fl-big {
	display: flex;
	position: relative;
	width: 11.8rem;
	height: 6.4rem;
	max-width: 100%;
	border: 1px solid #ddd;
	overflow: hidden;
}

.pro-hot .fl-big .text {
	position: absolute;
	left: 1rem;
	top: 1rem;
	width: 4.4rem;
	max-width: 100%;
}

.fr .text {
	position: absolute;
	left: 1rem;
	top: 1rem;
	max-width: 100%;
	z-index: 999;
}

.pro-hot .fl-big .text .title,
.fr .text .title {
	font-size: 0.48rem;
	line-height: 0.96rem;
	font-weight: 900;
	color: #da3716;
}

.pro-hot .fl-big .text .description,
..fr .text .description {
	font-size: 0.28rem;
	color: #444;
	line-height: 0.44rem;
}

.pro-hot .fl-big .text .iconfont {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 0.68rem;
	height: 0.68rem;
	border: 1px solid #ddd;
	color: #DA3716;
	font-size: 0.6rem;
	margin: 0.4rem 0;
	transition: all .35s ease-in-out;
}

.fl-big:hover .text .iconfont {
	background-color: #DA3716;
	color: #fff;
}

.pro-hot .fl-big .pic {
	width: 100%;
	max-width: 100%;
	transform: translate(2.5rem, -.5rem);
}

.pro-hot .fl-small {
	display: flex;
	justify-content: space-between;
	width: 11.8rem;
	height: 6.8rem;
	padding-top: 0.4rem;
}

.pro-hot .fl-small>a {
	position: relative;
	width: 5.6rem;
	border: 1px solid #ddd;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
}

.pro-hot .fl-small .text {
	margin-top: 0.6rem;
}

.pro-hot .fl-small .text .title {
	font-size: 0.48rem;
	line-height: 0.66rem;
	font-weight: 900;
	color: #da3716;
}

.pro-hot .fl-small .text .description {
	font-size: 0.28rem;
	color: #444;
	line-height: 0.44rem;
	margin-top: 0.3rem;
}

.img-gu {
	position: absolute;
	left: 0;
	top: 0.6rem;
	width: 100%;
	z-index: 999;
}

.text-gu {
	position: absolute;
	left: 0;
	top: 0.5rem;
	width: 100%;
	z-index: 999;
}

.fl a,
.fl a img,
.fr a,
.fr a img {
	transition: all .35s ease-in-out;
}

.fl a:hover,
.fr a:hover {
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
}

.fl a:hover img,
.fr a:hover img {
	transform: scale(1.2);
}

.fr>a {
	border: 1px solid #ddd;
	display: block;
	position: relative;
	width: 11.8rem;
	height: 13.2rem;
	overflow: hidden;
}


/*行业应用*/
.hangye-bg {
	background: url(../image/hangye-bg.jpg) no-repeat center;
	padding: 1.6rem 0;
}

.hy-item {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.hy-item img {
	width: 100%;
	height: 4.5rem;
}

.hy-item .hy-hover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}
.hy-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.8rem;
	background-color: rgba(255, 255, 255, .35);
	transition: all .15s ease-in-out;
}
.hy-text::after{
	content: '';
	position: absolute;
	left: 8px;
	top: 8px;
	display: none;
	width: calc(100% - 18px);
	height: calc(100% - 18px);
	border: 2px solid rgba(255,255,255,.2);
}
.hy-text .title{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 0.32rem;
	color: #222;
	font-weight: 900;
	line-height: 0.8rem;
	z-index: 99;
	transition: all .45s ease-in-out;
}
.hy-text .line{
	display: none;
	position: absolute;
	bottom: 0.15rem;
	left: 50%;
	width: 0.8rem;
	height: 3px;
	margin-left: -0.4rem;
	background-color: #E62129;
}
.hy-item:hover .hy-text{
	height: 100%;
	background-color: rgba(255,255,255,.05);
}
.hy-item:hover .hy-hover{
	display: none;
}
.hy-item:hover .hy-text::after{
	display: inline-block;
}
.hy-item:hover  .line{
	display: inline-block;
}
.hy-item:hover .title{
	transform: translateY(-0.3rem);
}

.hangye-title-index {
	width: 100%;
	color: #666;
	font-weight: 900;
	line-height: 1.2rem;
	font-size: 0.52rem;
	margin-top: 0.52rem;
}

.swiper-hy-text .title {
	font-size: 0.6rem;
	color: #222;
	font-weight: 900;
	line-height: 1.12rem;
}
.swiper-hy-text .description {
	font-size: 0.32rem;
	color: #888;
	line-height: 0.52rem;
	margin-top: 0.2rem;
	height: 2.08rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	display: -webkit-box;
}
.swiper-btn {
	margin-top: 0.8rem;
}
.swiper-btn .iconfont{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 0.68rem;
	height: 0.68rem;
	border: 1px solid #ddd;
	color: #E62129;
	font-size: 0.32rem;
	font-weight: 900;
	margin-right: 0.2rem;
	cursor: pointer;
}
.swiper-btn .iconfont:hover{
	background-color: #E62129;
	color: #fff;
}
.hangye-more{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.hangye-more a{
	font-size: 0.28rem;
	display: inline-block;
	line-height: 0.8rem;
	border-radius: 4px;
	padding: 0 0.8rem;
	color: #fff;
	background-color: #DA3716;
	font-weight: 900;
}
.hangye-more a:hover{
	background-color: #b52d11;
}
.swiper-pro-text .swiper-slide{
	text-align: center;
	padding: 0.4rem 0;
	position: relative;
}
.swiper-pro-text strong{
	position: relative;
	display: inline-block;
	font-size: 0.36rem;
	color: #444;
	background-color: #fff;
	padding: 0 0.7rem;
}
.swiper-pro-text .b1{
	position: absolute;
	display: block;
	width: 25%;
	height: 1px;
	background-color: #dedede;
	top: 50%;
	left: 0;
	margin-top: -0.5px;
}
.swiper-pro-text .b2{
	position: absolute;
	display: block;
	width: 25%;
	height: 1px;
	background-color: #dedede;
	top: 50%;
	right: 0;
	margin-top: -0.5px;
}
.swiper-pro-text .swiper-slide-active strong{
	color: #DA3716;
}
.swiper-pro-text{
	position: relative;
}
.swiper-pro-prev,.swiper-pro-next{
	position: absolute;
	top: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 0.6rem;
	height: 1.2rem;
	font-size: 0.4rem!important;
	color: #fff;
	background-color: #ddd;
	z-index: 999999;
	cursor: pointer;
	overflow: hidden;
	transition: all .35s ease-in-out;
}
.swiper-pro-prev{
	left: 0;
}
.swiper-pro-next{
	right: 0;
}
.swiper-pro-prev:hover,.swiper-pro-next:hover{
	background-color: #DA3716!important;
	color: #fff!important;
}


.swiper-hy .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc((100% - 20px) /2);
}

.footer{
	background: url(../image/foot-bg.jpg);
	padding: 0.8rem 0;
	margin-top: 2rem;
}
.footer .foot-nav{
	margin-right: 1.6rem;
}
.footer .title{
	font-size: 15px;
	color: #fff;
	font-weight: 900;
	line-height: 0.8rem;
}
.footer .foot-nav li a,.foot-contact .description{
	color: #afafaf;
	font-size: 12px;
	line-height: 24px;
}
.footer .foot-nav li a:hover{
	color: #fff;
}
.foot-contact form{
	position: relative;
	margin: 0.4rem 0;
}
.foot-contact form input{
	display: block;
	width: calc(100% - 1.2rem);
	padding: 0 15px;
	line-height: 1rem;
	color: #afafaf;
	font-size: 14px;
	background-color: rgba(0,0,0,.15);
	border: none;
	outline: none;
}
.foot-contact form button{
	position: absolute;
	width: 1rem;
	height: 1rem;
	right: 0;
	top: 0;
	border: none;
	outline: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #DA3716;
	color: #fff;
	font-size: 14px;
}
.foot-contact form button:hover{
	background-color: #a52910;
}
.foot-icon li{
	position: relative;
	z-index: 99;
}
.foot-icon .iconfont{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 0.64rem;
	height: 0.64rem;
	font-size: 0.4rem;
	margin-right: 10px;
	margin-top: 10px;
	border-radius: 4px;
	border: 1px solid #afafaf;
	color: #afafaf;
	cursor: pointer;
}
.foot-icon .iconfont:hover{
	background-color: #DA3716;
	color: #fff;
}
.ewm-hover{
	display: none;
	position: absolute;
	left: 0;
	top: -2.5rem;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 4px;
	padding: 10px;
	background-color: #fff;
}
.ewm-hover img{
	width: 100%;
}
.foot-icon li:hover .ewm-hover{
	display: block;
}
.copyright{
	background-color: #313131;
	text-align: center;
	color: #afafaf;
	font-size: 12px;
	line-height: 24px;
	padding: 0.4rem 0;
}


/*子页头部*/
.page-header{
	padding-top: 90px;
}
.page-navbar{
	margin-top: 0.48rem;
	padding-bottom: 14px;
	border-bottom: 1px solid #e7e7e7;
}
.page-navbar a,.page-navbar .iconfont{
	color: #444;
	font-size: 14px;
}
.page-navbar a.active{
	color: #DA3716!important;
}
.page-title{
	margin-top: 33px;
}
.page-title .title{
	font-size: 0.6rem;
	color: #000;
	font-weight: 900;
	line-height: 0.8rem;
}
.page-title .sub-title{
	margin-top: 5px;
	font-family: helvetica;
	font-size: 0.4rem;
	color: #8d8d8d;
	line-height: 0.48rem;
}
.page-title .line{
	display: block;
	width: 1.4rem;
	height: 5px;
	background-color: #DA3716;
	margin-top: 15px;
}
.page-title .description{
	margin-top: 20px;
	font-size: 0.28rem;
	color: #222;
	line-height: 0.48rem;
	text-align: justify;
}

.pro-label{
	margin-top: 1rem;
}
.pro-label>a{
	border: 1px solid #ddd;
	display: flex;
	transition: all .35s ease-in-out;
}
.pro-label .pic{
	flex: 0 0 auto;
	max-width: 100%;
	width: 9.6rem;
}
.pro-label .text{
	padding: 1rem;
}
.pro-label .title{
	font-size: 0.4rem;
	color: #444;
	font-weight: 900;
	line-height: 0.8rem;
	margin-bottom: 5px;
}
.pro-label .description{
	color: #666;
	font-size: 0.28rem;
	line-height: 0.48rem;
}
.pro-label>a:hover{
	border-color: #DA3716;
}
.pro-label>a:hover .title{
	color: #DA3716;
}

.pl{
	border-right: 1px solid #ddd;
}
.pl .title{
	font-size: 0.48rem;
	color: #000;
	line-height: 1.6rem;
	font-weight: 900;
	border-bottom: 5px solid #999;
}
.pro-type h2{
	position: relative;
	display: block;
	font-size: 0.36rem;
	color: #444;
	font-weight: 900;
	line-height: 0.8rem;
	margin-top: 0.4rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.pro-type h2 .iconfont{
	color: #aaa;
}
.pro-type h2 .icon-r{
	position: absolute;
	top: 0;
	right: 0.4rem;
	display: inline-flex;
	line-height: 0.8rem;
}
.pro-type h2:hover{
	color: #DA3716;
}
.pro-type-list{
	padding-left: 0.6rem;
}
.pro-type-list a{
	display: block;
	margin-top: 0.2rem;
	font-size: 0.28rem;
	line-height: 0.6rem;
	color: #888;
}
.pro-type-list a .iconfont{
	display: inline-block;
	margin-right: 10px;
}
.pro-type-list a:hover{
	color: #DA3716;
}
.pro-item{
	display: flex;
	border: 1px solid #ddd;
	margin-top: 0.6rem;
	padding: 0.6rem;
}
.pro-item .pic{
	flex: 0 0 auto;
	width: 4.8rem;
	max-width: 100%;
}
.pro-item .text{
	flex: 1;
	max-width: 100%;
}
.pro-item .title{
	margin-top: 0.4rem;
}
.pro-item .title strong{
	display: inline-block;
	width: 49%;
	font-size: 14px;
	font-weight: 900;
	line-height: 30px;
}
.pro-item .title strong a{
	color: #DA3716;
}
.pro-item  .description{
	font-size: 0.28rem;
	color: #888;
	line-height: 0.48rem;
	text-align: justify;
}
.pro-item  .description strong{
	color: #000;
}
.pro-more{
	text-align: right;
	margin-top: 15px;
}
.pro-more a{
	display: inline-block;
	padding: 0 0.6rem;
	line-height: 0.6rem;
	font-size: 0.28rem;
	color: #fff;
	background-color: #DA3716;
}
.pro-more a:hover{
	background-color: #b82d12;
}

.pro-detail{
	display: flex;
	margin-top: 0.4rem;
	border: 1px solid #ddd;
}
.pro-detail .pic{
	flex: 0 0 auto;
	width: 10.4rem;
	max-width: 100%;
}
.pro-detail .title{
	font-size: 0.48rem;
	color: #000;
	font-weight: 900;
	margin-top: 0.6rem;
}
.pro-detail .pro-contact{
	padding: 0.2rem 0;
}
.pro-detail .pro-contact a{
	display: block;
	width: 2.8rem;
	text-align: center;
	background-color: #aaa;
	line-height: .8rem;
	margin-top: 15px;
	color: #fff;
}
.pro-detail .pro-contact a:hover{
	background-color: #DA3716;
}
.pro-editor  ul{
	display: flex;
	flex-wrap: wrap;
}
.pro-editor li{
	margin-top: 0.4rem;
	margin-right: 0.4rem;
	line-height: 0.6rem;
	cursor: pointer;
}
.pro-editor li .iconfont{
	font-size: 0.32rem;
	margin-right: 3px;
}
.pro-editor li:hover{
	color: #DA3716;
}
.pro-canshu{
	padding: 0.3rem 0;
}
.pro-canshu .item{
	display: none;
	padding: 0.6rem;
	background-color: #eee;
	text-align: center;
}

.hangye-item>a{
	display: flex;
	border: 1px solid #ddd;
	margin-top: 0.8rem;
	padding: 0.4rem;
}
.hangye-item>a .pic{
	flex: 0 0 auto;
	width: 7rem;
	max-width: 100%;
}
.hangye-item>a .text{
	margin-top: 0.4rem;
	padding-left: 0.4rem;
}
.hangye-item>a .text .title{
	color: #000;
	font-weight: 900;
	line-height: 0.8rem;
	font-size: 0.36rem;
}
.hangye-item>a .text .description{
	color: #888;
	line-height: 0.48rem;
	text-align: justify;
}
.hangye-item>a:hover{
	background-color: #eee;
}
.hangye-title{
	background-color: #ddd;
	text-align: center;
	padding: 0.5rem 0;
	margin: 0.4rem auto;
}
.hangye-title .title{
	font-size: 0.72rem;
	font-weight: 900;
	color: #000;
}
.hangye-title .line{
	display: inline-block;
	width: 1.4rem;
	height: 5px;
	background-color: #DA3716;
	line-height: 1;
}
.problem-item{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 0.4rem;
	margin-bottom: 0.4rem;
}
.problem-item .pq{
	position: relative;
	font-size: 0.36rem;
	line-height: 0.8rem;
	overflow: hidden;
	z-index: 99;
	cursor: pointer;
}
.problem-item .pq span{
	color: #DA3716;
	margin-right: 0.2rem;
}
.problem-item .pq .iconfont{
	position: absolute;
	line-height: 0.8rem;
	right: 0.3rem;
	top: 0;
	font-size: 0.48rem;
	color: #aaa;
}
.problem-item .pa{
	display: none;
	padding: 0.2rem 0;
	text-align: justify;
	line-height: 0.6rem;
}
.problem-item .pa span{
	font-size: 0.36rem;
	color: #DA3716;
	margin-right: 0.3rem;
}
.problem-item .pa i{
	font-size: 0.28rem;
	font-style: normal;
	color: #666;
}
/*关于我们*/
.about-title{
	text-align: center;
}
.about-title .title{
	font-size: 0.52rem;
	line-height: 0.8rem;
	color: #444;
	font-weight: 900;
}
.about-title .sub-title{
	font-size: 0.32rem;
	color: #E3E3E3;
	text-transform: uppercase;
	line-height: 0.4rem;
}
.about-title .line{
	display: inline-block;
	width: 30px;
	height: 5px;
	background-color: #DA3716;
	margin-bottom: 0.4rem;
	margin-top: 0.2rem;
}
.about-text p{
	color: #666;
	font-size: 0.28rem;
	line-height: 0.48rem;
	margin-top: 10px;
}

.about-description{
	width: 100%;
	background-color: #F1F1F1;
	padding: 0.8rem;
	margin-top: 0.5rem;
	text-align: justify;
	font-size: 0.32rem;
	color: #666;
	line-height: 0.6rem;
}

.contact-list{
	padding: 0.8rem 0;
	text-align: center;
}
.contact-list .iconfont{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	margin: 10px auto;
	border-radius: 50%;
	background-color: #F1F1F1;
	color: #DA3716;
	font-size: 1.2rem;
}
.contact-list h6{
	font-size: 0.36rem;
	line-height: 0.6rem;
}
.contact-list p{
	font-size: 0.32rem;
	color: #888;
}
.contact-list  img{
	width: 2.8rem;
	background-color: #F1F1F1;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 0.3rem;
}
.news-item{
	padding: 0.6rem 0;
}
.news-item>a{
	display: block;
	border: 1px solid #ddd;
	padding: 0.5rem;
}
.news-item .title{
	font-size: 0.48rem;
	font-weight: 900;
	line-height: 0.8rem;
	color: #DA3716;
}
.news-item .date{
	font-size: 0.32rem;
	line-height: 0.6rem;
	padding-bottom: 0.2rem;
	color: #666;
	font-family: helvetica;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.2rem;
}
.news-item .description{
	font-size: 0.28rem;
	line-height: 0.48rem;
	text-align: justify;
	color: #444;
}
.news-item .more{
	margin-top: 0.4rem;
	width: 2.8rem;
	text-align: center;
	background-color: #000;
	color: #fff;
	line-height: 0.6rem;
	transition: all .35s ease-in-out;
}
.news-item>a:hover{
	border-color: #DA3716;
}
.news-item>a:hover .more{
	background-color: #DA3716;
}
.news-content .data{
	text-align: center;
	margin-bottom: 0.48rem;
}
.news-content .data span{
	font-size: 14px;
	color: #DA3716;
	margin-right: 15px;
}
.news-content .data  a{
	display: inline-block;
	line-height: 24px;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	background-color: #DA3716;
}
.news-content .data  a:hover{
	background-color: #000;
}

.pic-item{
	padding: 15px;
}
.pic-item>a{
	display: block;
	border: 1px solid #e7e7e7;
}
.pic-item>a:hover{
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.pic-item .title{
	font-size: 0.32rem;
	padding: 10px 5px;
	background-color: #f8f8f8;
	border-top: 1px solid #e7e7e7;
	transition: ease-in-out .35s all;
}
.pic-item>a:hover .title{
	background-color: #da3716;
	color: #fff;
}