ul {
	margin-bottom: 0;
}

li {
	list-style: none;
}

p {
	margin-bottom: 0;
}

header {
	width: 100%;
	height: 100px;
}

header .logo {
	padding-left: 100px;
	padding-top: 30px;
}

header .logo img {
	width: 160px;
	margin: 0 auto;
}

header ul {
	padding-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

header ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 20px;
}

header .lang {
	padding-top: 35px;
	color: #666;
}

header .lang a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
	padding: 0 10px;
}

.page-top {
	height: 250px;
	background-image: url(../images/page_top_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 80px;
}

.page-top h2 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 20px;
}

.page-top .desc {
	font-size: 18px;
	color: #fff;
}

.childnav {
	background-color: #fff;
	z-index: 999;
	border-bottom: 1px solid #e9e4e4;
}

.childnav ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.childnav ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 20px 40px;
}

.childnav ul li.active a {
	background-color: #3ba62c;
	color: #fff;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	border-bottom: none;
}

.about {
	font-size: 16px;
	line-height: 32px;
	color: #565656;
	padding: 80px 0;
}

.about .block-title {
	text-align: left;
	background-image: url(../images/title_bg_center_h_2.png);
	background-position: left bottom;
	color: #000;
}

.about .thumb {
	text-align: center;
	padding-top: 50px;
}

.about .thumb img {
	width: 80%;
}

.youshi {
	background-image: url("../images/youshi_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
}

.youshi .item {
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	width: calc(25% - 20px);
	margin: 0 10px;
	padding: 50px 0;
	margin-bottom: 20px;
}

.youshi .item img {
	margin-bottom: 50px;
	margin-top: 50px;
	width: 80px;
	height: 90px;
}

.youshi .item h4 {
	font-size: 18px;
}

.youshi .item .desc {
	font-size: 14px;
	color: #666;
}

.culture {
	padding: 80px;
}

.culture .content {
	font-size: 16px;
	line-height: 40px;
}

.culture .content img {
	max-width: 100%;
}

.licheng {
	padding: 80px;
	background-image: url("../images/licheng_bg.png");
	background-size: 100%;
	background-position: center;
}

.licheng .time-line {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.licheng .time-line .prev {
	width: 60px;
	height: 60px;
	background-image: url("../images/licheng_perv.png");
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

.licheng .time-line .next {
	width: 60px;
	height: 60px;
	background-image: url("../images/licheng_next.png");
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

.licheng .time-line .line {
	width: calc(100% - 120px);
	border-top: 1px solid #ccc;
	position: absolute;
	left: 60px;
	top: 30px;
}

.licheng .time-line ul {
	display: flex;
	flex-direction: row;
	position: absolute;
	line-height: 75px;
	top: 0;
}

.licheng .time-line ul li {
	display: block;
	padding: 0 20px;
	cursor: pointer;
}

.licheng .time-line ul li.active {
	background-image: url("../images/licheng_active.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.licheng .timeline-content {
	display: none;
	padding: 10px;
	color: #000;
	width: 100%;
	z-index: 1;
}

.licheng .timeline-conten-active {
	display: block;
}

.licheng .timeline-content .year {
	font-size: 48px;
}

.licheng .timeline-content p {
	margin-bottom: 20px;
}

.zizhi {
	padding: 50px 0;
}

.block-title {
	text-align: center;
	font-size: 24px;
	background-image: url("../images/title_bg_center_h.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 6rem;
	margin-bottom: 50px;
	color: #000;
}

.block-title-white {
	text-align: center;
	font-size: 24px;
	background-image: url("../images/title_bg_center_b.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 6rem;
	margin-bottom: 50px;
	color: #fff;
}

footer {
	width: 100%;
	background-image: url("../images/footer_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0;
}

footer .left {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-top: 30px;
}

footer .left h4 {
	font-size: 16px;
	text-align: left;
}

footer .left ul {
	padding-left: 0;
}

footer .left li {
	text-align: left;
}

footer .left li a {
	text-decoration: none;
	color: #fff;
}

footer .erweima {
	display: flex;
	flex-direction: row;
	justify-content: end;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-top: 30px;
}

footer .erweima img {
	margin-left: 10px;
}

footer .copyright {
	font-size: 14px;
	color: #999;
	text-align: center;
	border-top: 1px solid #333;
	padding-top: 20px;
}

footer .copyright a {
	text-decoration: none;
	color: #999;
}


.job {
	padding: 100px 0;
	background-color: #f5f5f5;
}

.job .item {
	background-color: #fff;
	border-radius: 5px;
	padding: 40px 50px;
	font-size: 16px;
	line-height: 32px;
}

.job .item .work {
	font-size: 18px;
	font-weight: bold;
}

.job .item .sale {
	font-size: 16px;
	margin-bottom: 30px;
}

.job .item .zhize,
.job .item .yaoqiu {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

.job .item .zhize_c,
.job .item .yaoqiu_c {
	color: #666;
}

.job .email {
	font-weight: bold;
	color: #000;
}

.hezuohuoban {
	background-color: #f5f5f5;
	padding: 80px 0;
}

.hezuohuoban .item {
	display: flex;
	flex-wrap: wrap;
	margin: 10px;
	justify-content: center;
}

.hezuohuoban .item img {
	width: 100px;
	height: 100px;
	margin: 5px;
}

.swiper {
	width: 100%;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	height: calc((100% - 30px) / 4) !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact {
	padding: 80px 0;
	text-align: center;
}

.contact img {
	margin-bottom: 20px;
}

.contact h4 {
	font-size: 18px;
}

.contact .detail {
	font-size: 14px;
	color: #666;
}

.contactadv {
	height: 500px;
	background-image: url(../images/contact_bg.png);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.contact-form {
	padding: 80px 0;
	text-align: center;
}

.contact-form form {
	display: flex;
	flex-direction: column;
}

.contact-form input {
	width: 380px;
	margin: 0 auto;
	height: 40px;
	background-color: #f4f3f3;
	border: none;
	text-indent: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 16px;
}

.contact-form textarea {
	width: 380px;
	height: 100px;
	margin: 0 auto;
	background-color: #f4f3f3;
	border: none;
	text-indent: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 16px;
}

.contact-form .btn {
	background-color: #3ba62c;
	width: 160px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
}

.new {
	padding: 80px 0;
}

.new .thumb {
	display: block;
	width: 100%;
	height: 300px;
	border-radius: 5px;
	background-position: center center;
	margin-bottom: 20px;
}

.new h5 {
	font-size: 16px;
	font-weight: bold;
}

.new .time {
	font-size: 14px;
	color: #3ba62c;
	margin-bottom: 10px;
}

.new .desc {
	font-size: 14px;
	color: #666;
}

.new-detail {
	padding: 80px 0;
}

.new-detail .title {
	font-size: 24px;
	margin-bottom: 10px;
}

.new-detail .time {
	font-size: 14px;
	color: #666;
	margin-bottom: 30px;
}

.new-detail .content {
	font-size: 16px;
	line-height: 32px;
}

.new-detail .content img {
	max-width: 100%;
}

.product {
	padding: 80px 0;
}

.product .thumb {
	display: block;
	width: 100%;
	height: 300px;
	border-radius: 5px;
	background-position: center center;
	margin-bottom: 20px;
	background-size: cover;
	background-repeat: no-repeat;
}

.product h5 {
	font-size: 18px;
}

.product .tags {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}

.product .tags .label {
	border-bottom: 1px solid #eee;
	display: flex;
	flex-direction: row;
	line-height: 30px;
	margin: 10px 0;
	flex-wrap: nowrap;
	justify-content: start;
	padding-bottom: 10px;
}

.product .tags .label .label_name {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	width: 120px;
}

.product .tags .label .tag {
	width: calc(100% - 130px);
}

.product .tags .label .tag ul {
	display: flex;
	flex-direction: row;
	padding-left: 10px;
	flex-wrap: wrap;

}

.product .tags .label .tag ul li {
	display: block;
	padding: 0 10px;
}

.product .tags .label .tag ul li.active {
	background-color: #3ba62c;
	color: #fff;
	border-radius: 20px;
}

.product .tags .label .tag ul li a {
	text-decoration: none;
	color: #000;
}

.product .tags .label .tag ul li.active a {
	color: #fff;
}

.product-detail {
	padding: 80px 0;
}

.product-detail .thumb img {
	width: 100%;
}

.product-detail .title {
	font-size: 24px;
}

.product-detail .desc {
	font-size: 16px;
	color: #666;
}

#magnifier {
	position: relative;
}

.small-box {
	position: relative;
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}

.small-box table td {
	width: 100%;
	height: 300px;
}

.small-box img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 300px;
}

.small-box .hover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	border: 1px solid #aaa;
	background: #0099ff;
	opacity: .5;
	filter: alpha(opacity: 50);
	cursor: move;
}

.thumbnail-box {
	position: relative;
	width: 100%;
}

.thumbnail-box .btn {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 32px;
	margin-top: -16px;
}

.thumbnail-box .btn-prev {
	left: 0;
	background: url(../images/btn_prev.png) no-repeat;
}

.thumbnail-box .btn-prev.btn_prev_disabled {
	background: url(../images/btn_prev_disabled.png) no-repeat;
	cursor: not-allowed;
}

.thumbnail-box .btn-next {
	right: 0;
	background: url(../images/btn_next.png) no-repeat;
}

.thumbnail-box .btn-next.btn_next_disabled {
	background: url(../images/btn_next_disabled.png) no-repeat;
	cursor: not-allowed;
}

.thumbnail-box .list {
	overflow: hidden;
	margin: 0 auto;
}

.thumbnail-box .wrapper {
	width: 100000px;
}

.thumbnail-box .list .item {
	float: left;
	margin: 0 10px;
}

.thumbnail-box .list .item-cur {

}

.thumbnail-box .list .item img {
	border: 2px solid #a9a9a9;
	width: 54px;
	height: 54px;
}

.thumbnail-box .list .item-cur img {
	border: 2px solid #e53e41;
}

.big-box {
	display: none;
	overflow: hidden;
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	height: 300px;
	border: 1px solid #e4e4e4;
	background-color: #fff;
}

.big-box img {
	display: block;
}

.ui-widget.ui-widget-content {
	border: none !important;
}

.ui-widget.ui-widget-content img {
	max-width: 100%;
}

.ui-widget-header {
	background: none !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #eee;
}

.ui-tabs .ui-tabs-panel {
	padding-left: 0;
	padding-right: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: none !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background: #3ba62c;
	border-width: 0 !important;
}

.productcate {
	width: 100%;
	height: 800px;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	color: #fff;
	justify-items: center;
	padding-top: 15%;
}

.productcate .title {
	font-size: 32px;
	margin-bottom: 20px;
}

.productcate ul {
	padding-left: 0;
	margin-bottom: 20px;
}

.productcate .more {
	display: block;
	color: #fff;
	width: 120px;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 10px 20px;
	font-size: 14px;
	text-align: center;
}

.productcate ul li {
	font-size: 16px;
	line-height: 32px;
}

.productcate01 {
	background-image: url("../images/product_bg01.png");
}

.productcate02 {
	/*background-image: url("../images/product_bg02.png");*/
	background-image: url("../images/minyong.png");
}

.productcate03 {
	/*background-image: url("../images/product_bg03.png");*/
	background-image: url("../images/fenbu.png");
}

.yanfa {
	padding: 80px 0;
}

.yanfazhizao .thumb img {
	width: 100%;
	border-radius: 5px;
}

.yanfazhizao h4 {
	font-size: 18px;
	font-weight: bold;
}

.yanfazhizao .desc {
	font-size: 16px;
	color: #666;
}

.hexinjishu {
	background: #f7f7f7;
	text-align: center;
}

.hexinjishu .icon {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border: 1px solid #dcdcdc;
	border-radius: 75px;
	text-align: center;
	line-height: 150px;
	margin-bottom: 20px;
}

.hexinjishu .icon01 .icon {
	background-image: url('../images/hexin_icon01.png');
	background-repeat: no-repeat;
	background-position: center;
}

.hexinjishu .icon01:hover .icon {
	background: #000;
	border: 1px solid #000;
	background-image: url('../images/hexin_icon01_active.png');
	background-repeat: no-repeat;
	background-position: center;
}

.hexinjishu .icon02 .icon {
	background-image: url('../images/hexin_icon02.png');
	background-repeat: no-repeat;
	background-position: center;
}

.hexinjishu .icon02:hover .icon {
	background: #000;
	border: 1px solid #000;
	background-image: url('../images/hexin_icon02_active.png');
	background-repeat: no-repeat;
	background-position: center;
}

.hexinjishu .icon03 .icon {
	background-image: url('../images/hexin_icon03.png');
	background-repeat: no-repeat;
	background-position: center;
}

.hexinjishu .icon03:hover .icon {
	background: #000;
	border: 1px solid #000;
	background-image: url('../images/hexin_icon03_active.png');
	background-repeat: no-repeat;
	background-position: center;
}

.hexinjishu .name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1rem;
}

.hexinjishu .desc {
	font-size: 17px;
	margin-bottom: 1.5rem;
	color: #666;
}

.pagination {
	display: flex;
	justify-content: center;
}

.pagination .page-item a {
	color: #3ba62c;
}

.active>.page-link,
.page-link.active {
	border-color: #3ba62c !important;
	background-color: #3ba62c !important;
}

.kefu {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
}

.kefu .btn {
	background-color: #3ba62c;
	margin-bottom: 5px;
	color: #fff;
}

@media screen and (max-width:768px) {
	header {
		height: auto;
	}

	header .logo {
		padding-left: 0;
		text-align: center;
	}

	header ul {
		padding-left: 0;
		overflow-x: auto;
		display: -webkit-inline-box;
		-webkit-overflow-scrolling: touch;
	}

	header .lang {
		display: none;
	}

	.about,
	.hezuohuoban,
	.youshi,
	.culture,
	.licheng,
	.job,
	.yanfa,
	.product,
	.new {
		padding: 20px 10px;
	}

	.youshi .item {
		width: calc(100% - 20px);
	}

	footer .left {
		width: 100%;
		flex-wrap: wrap;
	}

	footer .left .a,
	footer .left .b {
		width: 50%;
		margin-bottom: 20px;
	}

	footer .left .c {
		width: 100%;
	}

	footer .erweima {
		justify-content: center;
	}

	.kefu {
		bottom: 50px;
		right: 50px;
	}

	.licheng .time-line .line {
		display: none;
	}

	.licheng img {
		max-width: 100% !important;
	}

	.childnav ul {
		padding-left: 0;
		overflow-x: auto;
		display: -webkit-inline-box;
		-webkit-overflow-scrolling: touch;
	}

	.childnav ul li a {
		padding: 20px 20px;
	}

	.contact-form input,
	.contact-form textarea {
		width: 80%;
	}

	.productcate {
		height: 400px;
	}
}