img {
	max-width: 100%;
}

.ues-flex {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.ues-flex .ues-flex-item {
	display: flex;
	flex-direction: column;
	flex: 1;
	height: 100%;
}

.ues-flex .ues-flex-item .ues-flex-item-h {
	flex: 1;
}

.global-line1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.global-line2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.global-line3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.global-line4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ues-hide {
	display: none !important;
}

.prev-next {
	padding: 30px 0 10px;
	font-size: 16px;
}

.prev-next .prev-item,
.prev-next .next-item {
	padding: 5px 0;
}

.prev-next h2 {
	font-weight: normal !important;
	display: inline;
	font-size: 16px;
}

.prev-next a {
	float: none;
}

.pic-item {
	cursor: pointer;
}

.scroll-y-auto {
	overflow: auto;
	width: 100%;
}

.ues-clear {
	zoom: 1;
}

.ues-clear:after {
	content: '';
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.ues-elip {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ues-breadcrumb {
	margin-bottom: 20px;
	font-size: 14px;
}

.ues-breadcrumb a {
	color: #000;
}

.ues-inquiry-form .form-item {
	margin-bottom: 20px;
}

.ues-inquiry-form .col-l-1 {
	float: left;
	text-align: left;
	width: 50%;
}

.ues-inquiry-form .col-l-2 {
	float: left;
	text-align: left;
	width: 100%;
}

.ues-inquiry-form .col-r-1 {
	float: right;
	text-align: right;
	width: 50%;
}

.ues-inquiry-form .col-r-2 {
	float: right;
	text-align: right;
	width: 100%;
}

.ues-inquiry-form .btn-item {
	text-align: center;
}

.ues-inquiry-form .form-item textarea,
.ues-inquiry-form .form-item input {
	box-sizing: border-box;
	width: 98%;
	line-height: 40px;
	padding: 0 10px;
	border: 1px solid #eee;
	border-radius: 5px;
	background-color: #fff;
}

.ues-inquiry-form .form-item textarea {
	min-height: 100px;
	width: 100%;
}

.ues-inquiry-form .form-item input:focus,
.ues-inquiry-form .form-item textarea:focus {
	border: 1px solid #bbb;
	outline: none;
}

.ues-inquiry-form .form-item .submit {
	background-color: #ff7e00;
	border: 1px solid #ff7e00;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	width: 200px;
	margin-top: 20px;
}

.ues-inquiry-form .form-item .submit:hover {
	background-color: #ff7e00;
}

.ues-inquiry-form .form-item img {
	position: absolute;
	right: 0;
	top: 50%;
	margin: 0 !important;
	transform: translate(-1px, -50%);
	height: 40px;
	cursor: pointer;
}

.pagination-container {
	text-align: center;
}

.pagination {
	margin: 20px 0;
	text-align: center;
	clear: both;
}

.pagination li {
	display: inline-block;
	border-bottom: 0 !important;
}

.pagination li a,
.pagination li span {
	display: inline-block;
	background-color: rgba(0, 0, 0, .05);
	font-size: 14px;
	padding: 8px 14px;
	margin: 0 2px;
	color: rgba(0, 0, 0, .5);
	border-radius: 4px;
}

.pagination li.active span,
.pagination li a:hover {
	background-color: #ff7e00;
	color: #fff;
}

.pagination li:hover a {
	color: #fff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	border-color: #ddd;
}

.links-content ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
}

.links-content li {
	width: 31.33333333%;
	margin: 0 1%;
	border: 1px solid #eee;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 0 10px;
}

.links-content li a {
	color: #333;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ues-breadcrumb {
	margin-top: 30px;
}

.download-page {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
}

.download-page ul li {
	float: left;
	width: 100%;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.download-page ul li a {
	text-decoration: none !important;
}

.download-page ul li h3 {
	float: left;
	padding-left: 20px;
	font-size: 14px !important;
	font-weight: normal !important;
	padding-top: 5px;
}

.download-page ul li p {
	float: right;
	background-color: #ff7e00;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
}

.download-page ul li p a {
	color: #fff;
}

.detail_addthis .addthis_inline_share_toolbox {
	text-align: left !important;
}

.header-send-inquiry {
	display: inline-block;
	padding: 9px 20px;
	background-color: #ff7e00;
	color: #fff;
	border-radius: 5px;
	font-size: 17px;
}

.header-send-inquiry:hover {
	color: #fff;
}

.home-video-div .video-item {
	position: relative;
	cursor: pointer;
}

.home-video-div .video-item .play-btn {
	position: absolute;
	top: 40%;
	left: 43%;
	font-size: 60px;
}

@media screen and (max-width: 768px) {
	.links-content li {
		width: 48%;
	}

	.header-send-inquiry {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.links-content li {
		width: 98%;
	}
}

.err-container {
	text-align: center;
	font-size: 16px;
}

.err-container h3 {
	font-size: 20px;
	font-weight: bold;
}

.err-container .err-msg {
	line-height: 2;
	margin-top: 10px;
}

.err-container .err-links {
	line-height: 2;
}

@media screen and (max-width: 480px) {
	.ues-inquiry-form .col-l-1 {
		float: left;
		text-align: center;
		width: 100%;
	}

	.ues-inquiry-form .col-r-1 {
		float: right;
		text-align: center;
		width: 100%;
	}

	.ues-inquiry-form .form-item textarea,
	.ues-inquiry-form .form-item input {
		width: 100%;
	}
}

.banner .mobile-banner {
	display: none !important;
}

.banner .mobile-inner-banner {
	display: none !important;
}

.home-banner-box {
	padding-bottom: 75px;
}

.home-diy-products-box .container {
	padding-bottom: 75px;
}

.home-diy-products-box a {
	position: relative;
	display: block;
}

.home-products-cat .indAbout-ul {
	margin-top: 0;
}

.home-diy-products-box .title {
	position: absolute;
	top: 40px;
	left: 20px;
	font-size: 26px;
	line-height: 1.6;
	font-weight: bold;
	color: #333333;
	width: 100%;
}

.home-diy-products-box .btn-div {
	position: absolute;
	bottom: 40px;
	left: 20px;
}

.home-diy-products-box .btn-div span {
	display: inline-block;
	background-color: #ff7e00;
	padding: 10px 25px;
	border-radius: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.about-number-box {
	padding-top: 50px;
	text-align: center;
}

.about-number-box .number-box {
	padding: 10px 0 20px;
	background-color: #fff;
	border-right: solid 1px #dddddd;
}

.about-number-box .number-box .number {
	height: 60px;
	line-height: 60px;
	font-size: 36px;
}

.about-number-box .number-box .number .num {
	color: #ff7e00;
}

.about-number-box .number-box .number .plus {
	font-size: 14px;
	margin-left: 10px;
}

.about-number-box .text {
	margin-top: 5px;
}

.about-number-box .layui-row>div:last-child .number-box {
	border-right: none;
}

.home-about-icon-box {
	margin-top: 50px;
	color: #fff;
	text-align: center;
}

.home-about-icon-box .icon {
	padding-bottom: 20px;
}

.home-about-icon-box .icon img {
	max-height: 44px;
}

.home-about-icon-box .title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 14px;
}

.home-about-icon-box .content {
	line-height: 1.6;
}

@media (max-width: 767px) {
	.banner .pc-banner {
		display: none !important;
	}

	.banner .mobile-banner {
		display: block !important;
	}

	.inner-banner .pc-inner-banner {
		display: none !important;
	}

	.inner-banner .mobile-inner-banner {
		display: block !important;
	}

	.home-banner-box {
		padding-bottom: 30px;
	}

	.home-diy-products-box .container {
		padding-bottom: 30px;
	}
}


.home-hot-products-box {
	padding: 60px 0;
}

.home-hot-products-box .bd ul {
	margin: 0 -14px;
}

.home-hot-products-box .bd ul li {
	float: left;
	width: 25%;
	padding: 24px 14px;
}

.home-hot-products-box .bd ul li:last-child {
	width: 50%;
}

.home-hot-products-box .bd ul li:last-child .item {
	height: 416px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.home-hot-products-box .bd ul li:last-child .item .more {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 50px 70px 50px;
	color: #fff;
	text-align: left;
}

.home-hot-products-box .bd ul li:last-child .item .more .title {
	line-height: 32px;
	margin: 25px 0 20px;
	font-size: 30px;
	font-weight: 700;
}

.home-hot-products-box .bd ul li:last-child .item .more .cont {
	margin: 0;
	line-height: 1.8;
	font-size: 16px;
}

.home-hot-products-box .bd ul li:last-child .item .more .btn-default {
	margin-top: 30px;
	background-color: #ff7e00;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 6px;
	position: absolute;
	bottom: 70px;
}

.home-hot-products-box .bd ul li .item {
	position: relative;
	display: block;
	background-color: #f6f6f6;
	border-radius: 10px;
}

.home-hot-products-box .bd ul li .item .pic img {
	display: block;
	width: 100%;
	border-radius: 10px 10px 0 0;
}

.home-hot-products-box .bd ul li .item .desc {
	padding: 28px 30px;
}

.home-hot-products-box .bd ul li .item .desc h3 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #ff7e00;
}

.home-hot-products-box .bd ul li .item .desc h2 {
	line-height: 20px;
	overflow: hidden;
	margin: 12px 0 0;
	font-size: 16px;
	font-weight: normal;
}


@media (max-width: 860px) {
	.home-hot-products-box {
		padding: 30px 0;
	}

	.home-hot-products-box .bd ul {
		margin: 0;
	}

	.home-hot-products-box .bd ul li {
		float: none;
		width: auto !important;
		padding: 0;
	}

	.home-hot-products-box .bd ul li:last-child {
		width: 100% !important;
	}

	.home-hot-products-box .bd ul li:last-child .item .more {
		padding: 30px 20px 20px;
	}

	.home-hot-products-box .bd ul li:last-child .item .more h2 {
		font-size: 24px;
	}

	.home-hot-products-box .bd ul li+li {
		margin-top: 10px;
	}

	.home-hot-products-box .bd ul li .item .desc {
		padding: 10px;
	}

	.home-hot-products-box .bd ul li .item .desc h2 {
		height: auto;
	}
}



.index-news {
	overflow: hidden;
	background-color: #f6f6f6;
	padding: 70px 0;
}

.index-news-center {
	width: 90%;
	margin: 0 auto;
	max-width: 1260px;
	overflow: hidden;
}

.index-news-t {
	margin-bottom: 50px;
	text-align: center;
}

.index-news-t span {
	font-size: 46px;
	line-height: 1;
	position: relative;
	text-align: center;
}

.index-news-box {padding-top: 30px;}
.index-news-box ul {
	overflow: hidden;
	text-align: center;
	font-size: 0;
	margin: -15px;
}

.index-news-box ul li {
	width: 33.33333%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	text-align: left;
}

.index-news-box ul li .item {
	position: relative;
	overflow: hidden;
	padding-left: 90px;
	min-height: 90px;
	margin: 15px;
}

.index-news-box ul li .item a {
	overflow: hidden;
	font-weight: 700;
}

.index-news-box-frame {
	overflow: hidden;
}

.index-news-box ul li .item img {
	max-width: 100%;
	transition: ease all 0.4s;
	-webkit-transition: ease all 0.4s;
	-moz-transition: ease all 0.4s;
	-o-transition: ease all 0.4s;
}

.index-news-box ul li .item img:hover {
	transform: scale(1.1);
}

.index-news-box ul li .item .th {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 10px;
}

.index-news-box ul li .item .th a:hover {
	color: #ff7e00;
}

.index-news-box ul li .item p {
	color: #777;
	font-size: 15px;
	line-height: 24px;
}

.index-news-box ul li .item span {
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ff7e00;
	display: inline-block;
	width: 75px;
	padding: 4px 0 12px 0;
	text-align: center;
}

.index-news-box ul li .item span b {
	display: block;
	font-size: 38px;
	padding-top: 5px;
}

.index-news-box ul li .item span:after {
	content: '';
	position: absolute;
	left: 75px;
	top: 30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 0 6.5px 7px;
	border-color: transparent transparent transparent #ff7e00;
}

@media (max-width: 860px) {
	.index-news {
		padding: 30px 0;
	}

	.index-news-box {padding-top: 10px;}

	.index-news-t {
		margin-bottom: 10px;
	}

	.index-news-box ul li {
		width: 100%;
		margin: 0 0 20px 0;
	}

}