@charset "UTF-8";
/* CSS Document */

/*online*/

.online-wrap .btn {
	line-height: 36px;
	position: fixed;
	z-index: 9;
	right: 0;
	bottom: 50px;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	text-align: center;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .5);
}
.online a:hover{}

@media (min-width: 992px) {
	.online-wrap .btn {
		display: none;
	}
}

.online-wrap .btn:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	display: inline-block;
	content: '\e628';
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	color: #fff;
}

.online-wrap .btn.active:before {
	-webkit-transform: rotateZ(225deg);
	-ms-transform: rotate(225deg);
	transform: rotateZ(225deg);
}

.online-wrap .online {
	position: fixed;
	z-index: 8;
	right: 0;
	bottom: 23%;
	-webkit-transition: right .3s;
	transition: right .3s;
}

@media (max-width: 991px) {
	.online-wrap .online {
		right: -60px;
		bottom: 100px;
	}
}

.online-wrap .online a {
	line-height: 48px;
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	margin-bottom: 3px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .7);
}

@media (max-width: 767px) {
	.online-wrap .online a {
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
}

.online-wrap .online a:hover {
	background-color: rgba(209, 38, 43, 1);
}

.online-wrap .online a:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	color: #f7f4f0;
}

@media (max-width: 767px) {
	.online-wrap .online a:before {
		font-size: 18px;
	}
}

.online-wrap .online .icon-qq:before {
	content: '\e62e';
}

.online-wrap .online .icon-whatsapp:before {
	content: '\e659';
}

.online-wrap .online .icon-email:before {
	content: '\e6a4';
}

.online-wrap .online .icon-wechat:before {
	content: '\e604';
}

.online-wrap .online .icon-arrow-top:before {
	font-size: 26px;
	content: '\e60a';
}

@media (max-width: 767px) {
	.online-wrap .online .icon-arrow-top:before {
		font-size: 22px;
	}
}

.online-wrap .online .icon-wechat:hover .mask {
	display: block;
}

.online-wrap .online .icon-wechat .mask {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 100%;
	display: none;
	width: 120px;
	height: 120px;
	padding-left: 5px;
}

.online-wrap .online .icon-wechat .mask img {
	display: block;
	width: 100%;
}

.online-wrap .online .icon-wechat .mask .mask-box {
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.online-wrap .online .icon-wechat .mask p {
	font-size: 13px;
	line-height: 16px;
	margin: 5px 0 8px 0;
	color: #888;
}

.online-wrap .active {
	right: 0;
}

.online-wrap .online .icon-whatsapp .phone-num {
	position: absolute;
	z-index: -1;
	top: 0;
	right: -300px;
	-webkit-transition: right .3s;
	transition: right .3s;
	white-space: nowrap;
}

@media (min-width: 1200px) {
	.online-wrap .online .icon-whatsapp:hover .phone-num {
		right: 100%;
	}
}

.online-wrap .online .icon-whatsapp .phone-num p {
	padding: 0 10px;
	color: #fff;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .6);
}


/*bottom_nav*/

.bottom_nav {
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 50px;
	background-color: #008ed8;
}

@media (max-width: 991px) {
	.bottom_nav {
		display: block;
	}
}

.bottom_nav ul {
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.bottom_nav ul li {
	float: left;
	width: 20%;
	border-right: 1px solid #ffb535;
	border-left: 1px solid #c3721d;
}

.bottom_nav ul li>a {
	font-size: 12px;
	display: block;
	padding: 4px 0;
}

.bottom_nav ul li>a:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	display: block;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bottom_nav ul li:first-child {
	border-left: none;
}

.bottom_nav ul li:last-child {
	border-right: none;
}

.bottom_nav ul li.email>a:before {
	content: '\e66f';
}

.bottom_nav ul li.wechat>a:before {
	content: '\e64f';
}

.bottom_nav ul li.foot_prod>a:before {
	content: '\e61a';
}

.bottom_nav ul li.top>a:before {
	font-size: 26px;
	content: '\e774';
}

.bottom_nav ul li.cont>a:before {
	content: '\e69e';
}


/*0*/

.ii {
	font-family: 'iconfont';
	font-size: 20px;
	display: block;
	content: '\e727';
	text-align: center;
}

.news .lists .item .img-box img,
.product .right .prod_lists .item .img-box img,
.index_news .list .item .img-box img,
.index_equipment .slick_equipment .item .img-box img,
.index_product .slick_hotprod .item img,
.index_cate .lists .item .pic .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.news .lists .item:hover .img-box img,
.product .right .prod_lists .item:hover .img-box img,
.index_news .list .item:hover .img-box img,
.index_equipment .slick_equipment .item:hover .img-box img,
.index_product .slick_hotprod .item:hover .img-box img,
.index_cate .lists .item:hover .pic .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
