body {
	font-size: 14px;
	font-family: 'Raleway-Medium', "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
	line-height: 1.5;
	color: #6f6f6f
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.img {
	font-size: 0
}

.img img {
	max-width: 100%
}

.wrapper {
	margin: 0 auto;
	max-width: 1400px
}

.color-light-green {
	color: #f75b11
}

.shade {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.6)
}

.gh {
	display: none
}

.header .header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	padding: 15px 0;
	width: 100%;
	background-color: transparent;
	z-index: 999999;
	-webkit-transition: all .4s;
	transition: all .4s
}

.header .fiexd-state {
	background: #fff;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3)
}

.header .fiexd-state .logo .logo1 {
	display: none;
	
}
.header .fiexd-state .logo .logo2 {
	display: block;
	
}

.header .fiexd-state .nav {
	color: #000
}
.header .fiexd-state .nav a{
	color: #000
}

.header .fiexd-state .serch-box input {
	background: #000
}

.header .fiexd-state .language a{
	color: #000
}

.header .header-state-cut {
	height: 80px
}

.header .header-state-cut .header-fixed {
	background-color: #fff;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15)
}


.header .header-state-cut .nav {
	color: #080808
}
.header .header-state-cut .nav a{
	color: #000;
}

.header .header-state-cut .serch-box input {
	background: #fff;
	border: solid 1px #dcdcdc;
	color: #000
}

.header .header-state-cut .serch-box input:focus {
	background-color: #fff;
	border-color: #f75b11
}

.header .header-state-cut .serch-box button {
	background-image: url(../images/icon_12.png)
}

.header .header-state-cut .serch-box input::-webkit-input-placeholder {
	color: #969696
}

.header .header-state-cut .language {
	color: #6e6e6e;
	background-color: #fff;
	border: solid 1px #d2d2d2
}

.header .bd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.header .logo {
	position: relative;
}

.header .logo a {
	display: block;
	width: 125px;
	height: 50px;
	-webkit-transition: all .3s;
	transition: all .3s
}
.header .logo .logo2{
	display: none;
}

.header .nav {
	margin-right: 10%;
	/*margin-right:5%;*/
	margin-left: auto;
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff
}

.header .nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 40px
}

.header .nav li.on,
.header .nav li:hover {
	color: #f75b11
}

.header .nav a {
	padding: 0 20px;
	display: block;
	color: #fff;
}

.header .serch-box {
	position: relative;
	right: 100px;
}

.header .serch-box input {
	display: block;
	width: 255px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	border: none;
	font-size: 16px;
	padding: 0 50px 0 20px;
	color: #fff;
	-webkit-transition: all .4s;
	transition: all .4s
}

.header .serch-box input:focus {
	background: rgba(148, 207, 86, 0.8)
}

.header .serch-box input::-webkit-input-placeholder {
	color: #fff
}

.header .serch-box input::-moz-input-placeholder {
	color: #fff
}

.header .serch-box #s_btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background: url(../images/icon_01.png) no-repeat center;
	background-size: 20px 18px;
	border: none
}

.header .language {
	position: absolute;
	top: 28px;
	right: 60px;
	color: #fff
}

.header .language a {
	display: inline-block;
	padding: 0 12px;
	line-height: 30px;
	text-align: center;
	border: solid 1px #535353;
	font-size: 16px;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
}

.header .language a:hover {
	background-color: #f75b11;
	color: #fff;
	border-color: #f75b11
}

.banner {
	height: 100vh
}

.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next {
	opacity: 1;
	visibility: visible
}

.banner:hover .swiper-button-prev {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.banner:hover .swiper-button-next {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.banner .swiper-container {
	width: 100%;
	height: 100%
}

.banner a {
	display: block;
	width: 100%;
	height: 100%;
    
	background-position: center;
	/*background-size: cover;*/
	background-size: 100% 100%;
	background-repeat: no-repeat
}
@media screen and (min-width:1200px) {
    .banner a {
        background-size: 100% 100%;
    }
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
	opacity: 0;
	visibility: hidden
}

.banner .swiper-button-prev {
	-webkit-transform: translate3d(-80px, 0, 0);
	transform: translate3d(-80px, 0, 0);
	left: 8%
}

.banner .swiper-button-next {
	right: 8%;
	-webkit-transform: translate3d(80px, 0, 0);
	transform: translate3d(80px, 0, 0)
}

.swiper-button-prev,
.swiper-button-next {
	background: transparent;
	margin: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s
}

.swiper-button-prev i,
.swiper-button-next i {
	font-size: 40px;
	color: #d2d2d2
}

.swiper-button-prev:hover i,
.swiper-button-next:hover i {
	color: #f75b11
}

.article-wrap {
	background-color: #f8e9e3;
	padding: 130px 0 60px
}

.article-wrap .wrapper {
	position: relative
}

.article-wrap .adorn {
	position: absolute;
	top: -95px;
	right: 0
}

.article-wrap h4 {
	color: #f75b11;
	line-height: 1
}

.article-wrap .article-policy {
	width: 51%;
	font-size: 18px
}

.article-wrap .article-policy h4 {
	margin-bottom: 45px;
	font-size: 50px
}

.article-wrap .article-policy .notice {
	margin-bottom: 45px;
	color: #998271;
	line-height: 24px;
	text-align: justify
}

.article-wrap .article-policy .desc {
	font-size: 14px;
	color: #6f6f6f;
	text-align: justify
}

.article-wrap .list {
	margin-top: 6%
}

.article-wrap .list h4 {
	margin-bottom: 40px;
	font-size: 48px
}

.article-wrap .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 8
}

.article-wrap .list li {
	width: 33.33%;
	background-color: #fff
}

.article-wrap .list li:nth-child(2) {
	background: #f7efe8
}

.article-wrap .list li:nth-child(2) .title {
	background-color: #998271
}

.article-wrap .list .title {
	display: table;
	text-align: center;
	background: #ded0c5;
	padding: 0 60px;
	width: 100%;
	height: 265px;
	font-size: 24px;
	color: #fff
}

.article-wrap .list .title .box {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.article-wrap .list .icon {
	margin-bottom: 25px
}

.article-wrap .list .content {
	padding: 35px 55px 45px
}

.article-wrap .list .content .txt {
	height: 265px;
	line-height: 24px;
	text-align: justify;
	font-size: 15px;
}

.article-wrap .list .content .picture {
	background: #f75b11;
	text-align: center
}

.g-button-link {
	margin: 0 auto;
	display: block;
	width: 393px;
	padding: 0;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background-color: #f75b11;
	border-radius: 25px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.g-button-link:hover {
	background: #82eb14;
	border-color: #82eb14;
	color: #fff
}

.g-button-outline {
	margin: 0 auto;
	display: block;
	width: 230px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	text-align: center;
	border: solid 1px #dcdcdc;
	color: #f75b11;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 0;
}

.g-button-outline:hover {
	background: #f75b11;
	border-color: #f75b11;
	color: #fff
}

.g-hd {
	padding: 40px 0;
	text-align: center;
	font-size: 48px;
	color: #000
}
.g-hd h4{
	font-size: 48px;
	font-weight: bold;
}

.product-wraper {
	padding: 5% 0
}

.product-wraper .bulletin {
	display: table;
	width: 100%;
	height: 260px;
	background: url(../images/1-210619153925C4.jpg) no-repeat center;
	background-size: cover;
	text-align: center
}

.product-wraper .bulletin .txt {
	display: table-cell;
	vertical-align: middle;
	font-size: 47px;
	color: #f7f7f7
}

.product-wraper .bulletin a {
	display: inline-block
}

.product-wraper .tabs {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	line-height: 2
}

.product-wraper .tabs a {
	margin-right: 20px;
	position: relative;
	display: block;
	padding: 0 10px;
	padding-bottom: 8px;
	border-bottom: 2px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s
}

.product-wraper .tabs a:last-child {
	margin-right: 0
}

.product-wraper .tabs a.on,
.product-wraper .tabs a:hover {
	border-color: #f75b11
}

.product-wraper .list {
	position: relative
}


.product-wraper .list .swiper-container {
	padding: 10px;
	padding-bottom: 45px;

}
.product-wraper .list .item{
	height: 0;
	overflow: hidden;
	padding: 0;
}
.product-wraper .list .item.sb{
	height: auto;
	padding: 10px;
	padding-bottom: 45px;
}

.product-wraper .list li {
	position: relative;
	text-align: center;
	padding: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 5px
}

.product-wraper .list li:hover {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2)
}

.product-wraper .list .tit {
	color: #000
}

.product-wraper .list .desc {
	font-size: 14px
}

.product-wraper .swiper-button-prev {
	left: -40px
}

.product-wraper .swiper-button-next {
	right: -40px
}

.advantage-wrap {
	background-size: cover;
	height: 768px
}

.advantage-wrap .bd {
	padding-top: 37px
}

.advantage-wrap .content {
	width: 50%;
	color: #f7f7f7
}

.advantage-wrap .title {
	margin: 60px 0 35px;
	font-size: 40px;
	line-height: 1.2
}

.advantage-wrap li {
	margin-bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 35px;
	border-bottom: 1px dashed #c6f398
}

.advantage-wrap li:last-child {
	border: none
}

.advantage-wrap li .img {
	margin-right: 35px;
	width: 90px
}

.advantage-wrap li .txt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.advantage-wrap li .tit {
	font-size: 24px
}

.application-wrap {
	padding-bottom: 4%;
	background-color: #f8e9e3
}

.application-wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.application-wrap li {
	position: relative
}

.application-wrap li:hover .mark {
	opacity: 1;
	visibility: visible
}

.application-wrap li:hover p {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.application-wrap .mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	background: rgba(247, 91, 17, 0.9);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s
}

.application-wrap .mark a {
	display: table-cell;
	vertical-align: middle
}

.application-wrap .mark p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.application-wrap .img {
	width: 100%
}

.application-wrap .img img {
	width: 100%
}

.application-wrap .big {
	margin-bottom: 20px
}

.application-wrap .big li {
	width: 49.2%
}

.application-wrap .small li {
	width: 32.5%
}

.application-wrap .more {
	margin-top: 40px
}

.application-wrap .more a {
	background-color: #fff;
	border-color: #fff
}

.application-wrap .more a:hover {
	background-color: #f75b11;
	color: #fff;
	border-color: #f75b11
}

.about-wrap {
	background-color: #6ea146;
	height: 1080px
}

.about-wrap .wrapper {
	position: relative;
	margin: 0;
	max-width: 1650px;
	height: 100%;
	overflow: hidden
}

.about-wrap .about-us {
	float: right;
	color: #fff;
	width: 42.4%
}
.about-wrap .about-us .txt{
    background: rgba(51,51,51,0.2);
    padding: 1vw;
}

.about-wrap .about-us h4 {
	padding: 50px 0 30px;
	font-size: 48px;
	font-weight: bold;
}

.about-wrap .about-us .desc {
	line-height: 24px;
	color: #f7f7f7;
	text-align: justify
}

.about-wrap .about-us .list {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.about-wrap .about-us .img {
	margin-right: 5px;
	width: 100%
}

.about-wrap .about-us .img img {
	width: 100%
}

.about-wrap .about-us .img:last-child {
	margin-right: 0
}

.about-wrap .about-us a {
	margin: 45px 0 0;
	width: 230px;
	line-height: 45px;
	height: 45px;
	font-size: 14px;
	border-radius: 0
}

.about-wrap .swiper-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.about-wrap .swiper-box .left {
	padding: 50px 70px 60px 0;
	text-align: right;
	width: 57.6%;
	background-color: #f75b11ad
}

.about-wrap .swiper-box .right {
	width: 42.4%;
	height: 100%
}

.about-wrap .product-swiper {
	display: inline-block;
	width: 66.66%;
	color: #fff
}

.about-wrap .product-swiper .txt {
	text-align: left
}

.about-wrap .product-swiper h4 {
	margin-bottom: 30px;
	font-size: 48px
}

.about-wrap .product-swiper .desc {
	color: #f7f7f7;
	line-height: 24px;
	min-height: 130px;
	text-align: justify
}

.about-wrap .product-swiper .cut-button-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 8px
}

.about-wrap .swiper-button-prev,
.about-wrap .swiper-button-next {
	position: static;
	-webkit-transform: none;
	transform: none;
	line-height: 40px;
	text-align: center
}

.about-wrap .swiper-button-prev:hover i,
.about-wrap .swiper-button-next:hover i {
	color: #000
}

.about-wrap .swiper-button-prev i,
.about-wrap .swiper-button-next i {
	font-size: 34px;
	color: #fff
}

.about-wrap .price-swiper {
	width: 100%;
	height: 100%
}

.about-wrap .price-swiper img {
	display: block;
	width: 100%;
	height: 100%
}

.news-wrap {
	padding-bottom: 3%
}

.news-wrap .tabs {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	color: #6f6f6f;
	line-height: 2
}

.news-wrap .tabs a {
	margin-right: 40px;
	display: inline-block;
	padding: 0 12px;
	border-bottom: 3px solid transparent
}

.news-wrap .tabs a:last-child {
	margin: 0
}

.news-wrap .tabs a.on {
	border-color: #f75b11;
	color: #f75b11
}

.news-wrap .tabs a:hover {
	color: #f75b11
}

.news-wrap .content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.news-wrap .content li {
	margin-right: 13px;
	padding: 20px 0;
	width: 25%
}

.news-wrap .content li:last-child {
	margin-right: 0
}

.news-wrap .issue {
	margin-bottom: 15px;
	font-size: 16px;
	min-height: 44px;
	color: #000;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.news-wrap .img img {
	width: 100%
}

.news-wrap .desc {
	margin-top: 15px;
	color: #6f6f6f
}

.news-wrap .time {
	margin-top: 20px;
	font-size: 36px;
	color: #f75b11
}

.sharde {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.sharde a {
	display: block;
	margin-right: 15px
}

.sharde a:hover i {
	color: #f75b11
}

.sharde i {
	font-size: 22px;
	color: #bdbdbd
}

.footer {
	background-color: #eee
}

.footer .bd {
	padding: 5% 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	color: #6f6f6f
}

.footer .title {
	margin-bottom: 22px;
	font-size: 18px;
	color: #000
}

.footer .list a {
	padding: 7px 0;
	display: block
}

.footer .list a:hover {
	color: #f75b11
}

.footer .address {
	width: 18%
}

.footer .address .sharde {
	margin-top: 30px
}

.footer .form {
	width: 260px
}

.footer .form li {
	margin-bottom: 10px;
	border-bottom: 1px solid #dcdcdc
}

.footer .form li:last-child {
	margin-top: 40px;
	border: none
}

.footer .form input,
.footer .form textarea {
	display: block;
	width: 100%;
	height: 38px;
	border: none;
	background: none
}

.footer .form textarea {
	padding: 10px 0;
	resize: none;
	height: 90px
}

.footer .form input[type="submit"] {
	background-color: #f75b11;
	height: 35px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.footer .form input[type="submit"]:hover {
	background: #6ea146
}

.footer .copy {
	padding: 25px 0;
	border-top: 1px solid #dcdcdc;
	text-align: center;
	color: #6f6f6f
}

.small-banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 600px;
	background: #f75b11
}

.small-banner .bg {
	width: 100%;
	height: 100%;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-animation: scaleChange 4s linear;
	animation: scaleChange 4s linear
}

.small-banner .txt {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1400px;
	height: 100%;
	text-align: center;
	font-size: 24px;
	color: #fff
}

.small-banner .box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%
}

.small-banner img {
	position: absolute;
	left: 0;
	bottom: 40px;
	display: block
}

.small-banner h4 {
	font-size: 48px;
	color: #f75b11
}

.small-banner .img-center img {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@-webkit-keyframes scaleChange {
	0% {
		-webkit-transform: scale(1.1) translate(3%);
		transform: scale(1.1) translate(3%)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scaleChange {
	0% {
		-webkit-transform: scale(1.1) translate(3%);
		transform: scale(1.1) translate(3%)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.crumbs-menu .wrapper {
	position: relative;
	padding-left: 23px
}

.crumbs-menu i {
	position: absolute;
	top: 14px;
	left: 0;
	width: 12px;
	height: 15px;
	background: url(../images/icon_13.png) no-repeat center;
	background-size: cover
}

.crumbs-menu a {
	padding: 15px 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 1
}

.crumbs-menu a:hover {
	color: #f75b11
}

.crumbs-menu a::after {
	content: '>';
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #5f5f5f
}

.crumbs-menu a:last-child {
	color: #f75b11
}

.crumbs-menu a:last-child::after {
	display: none
}

.globle-section {
	padding: 20px 0 4%
}

.globle-section .right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px
}

.product-section .bd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.line-hr {
	margin: 30px 0;
	width: 100%;
	height: 1px;
	background-color: #edf8e2
}

.globle-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.globle-list li {
	margin-right: 1.3%;
	margin-bottom: 20px;
	width: 24%;
	border: solid 1px #e5e5e5;
	text-align: center
}

.globle-list li:hover .txt {
	background-color: #f75b11
}

.globle-list li:hover .txt,
.globle-list li:hover .tit {
	color: #fff
}

.globle-list li:nth-child(4n) {
	margin-right: 0
}

.globle-list .img {
	padding: 8px 0;
	background-color: #fff
}

.globle-list .txt {
	padding: 15px 0;
	color: #6f6f6f;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #e5e5e5
}

.globle-list .tit {
	font-size: 18px;
	color: #000;
	-webkit-transition: all .3s;
	transition: all .3s
}

.pages {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.pages .prev,
.pages .next {
	font-weight: bold
}

.pages a {
	margin-right: 10px;
	display: block;
	width: 40px;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	border: solid 1px #e5e5e5;
	-webkit-transition: all .3s;
	transition: all .3s
}

.pages a:last-child {
	margin-right: 0
}

.pages a.on,
.pages a:hover {
	border-color: #f75b11;
	background-color: #f75b11;
	color: #fff
}

.sidebar {
	width: 280px
}

.sidebar .item {
	margin-bottom: 25px;
	background-color: #f7f7f7;
	border: solid 1px #e5e5e5
}

.sidebar .item:last-child {
	margin-bottom: 0
}

.sidebar .title {
	display: table;
	background-color: #f75b11;
	width: 100%;
	height: 80px
}

.sidebar .title h4 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	font-size: 32px;
	color: #fff
}

.sidebar .menu li {
	position: relative;
	margin-bottom: 24px
}

.sidebar .menu li .down .icon-arrow {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sidebar .menu li .tit .icon-arrow {
	display: block
}

.sidebar .menu li>a {
	display: block;
	padding-right: 25px;
	font-size: 16px;
	color: #000
}

.sidebar .menu li .icon-arrow {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 24px;
	background: url(../images/icon_10.png) no-repeat center;
	background-size: 7px 13px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.sidebar .menu .childer {
	display: none;
	margin-top: 15px;
	font-size: 14px;
	color: #5f5f5f
}

.sidebar .menu .childer a {
	position: relative;
	margin-bottom: 10px;
	display: block;
	padding-left: 16px
}

.sidebar .menu .childer a:hover,
.sidebar .menu .childer a.on {
	color: #f75b11
}

.sidebar .menu .childer a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 10px;
	background: url(../images/icon_11.png) no-repeat center;
	background-size: cover
}

.sidebar .content {
	padding: 25px 20px
}

.sidebar .ad-box {
	background-color: #fff;
	text-align: center
}

.sidebar .ad-box a {
	display: block;
	padding: 25px 15px
}

.sidebar .ad-box a:hover .tit {
	color: #f75b11
}

.sidebar .ad-box .tit {
	font-size: 18px;
	color: #000
}

.sidebar .ad-box .desc {
	color: #6f6f6f
}

.sidebar .address p {
	margin-bottom: 6px
}

.sidebar .address a {
	margin-right: 10px
}

.sidebar .address a:last-child {
	margin-right: 0
}

.sidebar .address a:hover i {
	color: #f75b11
}

.sidebar .address i {
	color: #bdbdbd;
	font-size: 18px
}

.product-goods {
	padding-bottom: 4%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e5e5e5
}

.product-goods .goods-swiper {
	position: relative;
	width: 36.5%
}

.product-goods .goods-gallery {
	margin-bottom: 20px;
	width: 100%;
	height: 440px
}

.product-goods .goods-gallery li {
	width: 100%;
	height: 100%
}

.product-goods .goods-gallery a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}

.product-goods .goods-gallery .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center
}

.product-goods .goods-thumbs {
	position: relative;
	padding: 0 40px
}

.product-goods .goods-thumbs .swiper-slide-thumb-active a {
	border-color: #f75b11
}

.product-goods .goods-thumbs a {
	position: relative;
	display: block;
	width: 100%;
	height: 90px;
	border: 1px solid transparent
}

.product-goods .goods-thumbs .img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.product-goods .goods-thumbs .img img {
	height: 55px
}

.product-goods .swiper-button-prev {
	left: 0
}

.product-goods .swiper-button-next {
	right: 0
}

.product-goods .swiper-button-prev,
.product-goods .swiper-button-next {
	top: auto;
	bottom: 0
}

.product-goods .swiper-button-prev i,
.product-goods .swiper-button-next i {
	font-size: 28px
}

.product-goods .goods-info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.product-goods .goods-info .box {
	position: relative;
	margin-left: 17%;
	padding-top: 80px;
	width: 380px;
	height: 100%
}

.product-goods .goods-info .tit {
	margin-bottom: 20px;
	font-size: 30px;
	color: #000
}

.product-goods .goods-info .desc {
	margin-bottom: 40px;
	line-height: 24px;
	color: #6f6f6f
}

.product-goods .goods-info .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.product-goods .goods-info .buttons a {
	margin: 0;
	margin-right: 20px;
	width: 139px;
	height: 40px;
	line-height: 40px;
	background-color: #f75b11;
	border-radius: 5px;
	font-size: 16px
}

.product-goods .goods-info .buttons a:last-child {
	margin-right: 0
}

.product-goods .goods-info .buttons a:hover {
	-webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.3)
}

.product-goods .goods-info .buttons .email-btn {
	background-color: #958274
}

.product-goods .goods-info .sharde {
	position: absolute;
	bottom: 5%;
	left: 0
}

.goods-detail {
	padding: 4% 0 5%;
	margin: 0 auto;
	max-width: 1000px
}

.goods-detail .title {
	margin-bottom: 30px;
	font-size: 30px;
	color: #000
}

.goods-detail .detail {
	margin-bottom: 3%
}

.goods-detail .detail .desc {
	line-height: 24px;
	color: #6f6f6f
}

.goods-detail .like-swiper {
	position: relative
}

.goods-detail .like-swiper .swiper-container {
	padding: 0 1px
}

.goods-detail .like-swiper ul {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.goods-detail .like-swiper li {
	margin: 0;
	width: auto
}

.goods-detail .like-swiper li a {
	display: block
}

.goods-detail .like-swiper .swiper-pagination {
	display: none
}

.goods-detail .iconfont {
	font-size: 28px
}

.goods-detail .swiper-button-prev {
	left: -50px
}

.goods-detail .swiper-button-next {
	right: -50px
}

.globle-title {
	font-size: 30px;
	color: #010101;
	text-align: center
}

.globle-title span {
	margin: 10px auto 0;
	display: block;
	width: 65px;
	height: 2px;
	background-color: #f75b11
}

.about-section .about-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.about-section .about-detail .txt {
	padding-right: 55px;
	width: 50%
}

.about-section .about-detail .title {
	margin: 75px 0 45px;
	text-align: left
}

.about-section .about-detail .hr {
	margin: 10px 0 0
}

.about-section .about-detail .desc {
	text-align: justify;
	line-height: 24px
}

.about-section .about-detail .img {
	width: 50%
}

.about-section .about-info {
	margin-top: 30px;
	position: relative;
	
	background-size: cover;
	height: 450px
}

.about-section .about-info .txt {
	position: absolute;
	top: 50%;
	right: 70px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	padding: 50px 40px;
	width: 467px
}

.about-section .our-services {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.about-section .our-services .title {
	margin-bottom: 20px;
	text-align: left
}

.about-section .our-services .txt {
	padding-right: 40px;
	width: 34.28%
}

.about-section .our-services .swiper-box {
	position: relative;
	width: 65.72%
}

.about-section .our-services .btns {
	padding: 13px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.about-section .our-services .swiper-button-prev,
.about-section .our-services .swiper-button-next {
	position: static;
	-webkit-transform: none;
	transform: none;
	color: #969696;
	width: 30px;
	height: 30px
}

.about-section .our-services .swiper-button-prev i,
.about-section .our-services .swiper-button-next i {
	font-size: 24px
}

.txt-desc {
	font-size: 14px;
	line-height: 24px;
	text-align: justify
}

.honor-wrap,
.partner-wrap {
	padding-bottom: 4%;
	background-color: #eff6e4
}

.honor-wrap .swiper-pagination,
.partner-wrap .swiper-pagination {
	display: none
}

.honor-wrap .hd,
.partner-wrap .hd {
	padding: 3% 0
}

.honor-wrap .bd,
.partner-wrap .bd {
	position: relative
}

.honor-wrap .swiper-button-prev,
.partner-wrap .swiper-button-prev,
.honor-wrap .swiper-button-next,
.partner-wrap .swiper-button-next {
	color: #bfbfbf
}

.honor-wrap .swiper-button-prev,
.partner-wrap .swiper-button-prev {
	left: -90px
}

.honor-wrap .swiper-button-next,
.partner-wrap .swiper-button-next {
	right: -90px
}

.honor-wrap .img img,
.partner-wrap .img img {
	width: 100%
}

.honor-wrap li,
.partner-wrap li {
	position: relative
}

.honor-wrap li:hover .icon,
.partner-wrap li:hover .icon {
	opacity: 1;
	visibility: visible;
	background-position: center
}

.honor-wrap li .icon,
.partner-wrap li .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: url(../images/icon_18.png) no-repeat;
	background-position: center bottom;
	background-size: 70px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s
}

.partner-wrap {
	background-color: #fff
}

.partner-wrap .swiper-container {
	padding: 0 1px
}

.partner-wrap a {
	position: relative;
	display: block;
	width: 100%;
	height: 110px;
	border: 1px solid #e5e5e5;
	background-color: #fff
}

.partner-wrap .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto
}

.sustainable-wrap .bd {
	padding-top: 98px;
	overflow: hidden
}

.sustainable-wrap .bd ul {
	position: relative;
	margin: 0 auto;
	width: 740px;
	height: 740px;

	background-size: cover
}

.sustainable-wrap .bd li {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	color: #333;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0;
	animation-delay: 0
}

.sustainable-wrap .bd li:nth-child(1) {
	left: -184px;
	bottom: 260px
}

.sustainable-wrap .bd li:nth-child(2) {
	left: -119px;
	bottom: 499px
}

.sustainable-wrap .bd li:nth-child(3) {
	top: -36px;
	left: 295px
}

.sustainable-wrap .bd li:nth-child(4) {
	right: -141px;
	bottom: 499px
}

.sustainable-wrap .bd li:nth-child(5) {
	right: -308px;
	bottom: 260px
}

.sustainable-wrap .bd .item-top {
	display: block
}

.sustainable-wrap .bd .item-top span {
	margin: 0 auto
}

.sustainable-wrap .bd .item-top p {
	width: 100%;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin: 0 0 20px
}

.sustainable-wrap .bd .item-left p {
	margin: 0 20px 0 0
}

.sustainable-wrap .bd .item-left span {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.sustainable-wrap .bd p {
	margin-left: 20px
}

.sustainable-wrap .bd span {
	display: block;
	width: 60px;
	line-height: 60px;
	background-color: #f75b11;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-family: 'Arial-BoldMT';
	border-radius: 50%
}

.faq-wrap {
	padding: 20px 0 4%
}

.faq-wrap li {
	margin-bottom: 20px;
	border: 1px solid #e5e5e5
}

.faq-wrap .active .title {
	background: #f75b11;
	color: #fff
}

.faq-wrap .active .title .time {
	color: #fff
}

.faq-wrap .title {
	position: relative;
	padding: 0 45px 0 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 70px;
	font-size: 18px;
	color: #000;
	cursor: pointer
}

.faq-wrap .title i {
	position: absolute;
	top: 50%;
	left: 28px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon_19.png) no-repeat center;
	background-size: cover
}

.faq-wrap .title p {
	width: 80%
}

.faq-wrap .title .tiem {
	font-size: 14px;
	color: #5f5f5f
}

.faq-wrap .content {
	display: none;
	padding: 25px 30px
}

.faq-wrap .content a {
	color: #f75b11
}

.news-section {
	padding-bottom: 4%
}

.news-section .tabs {
	padding: 10px 0 40px;
	text-align: center
}

.news-section .tabs a {
	margin-right: 20px;
	display: inline-block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border-radius: 20px;
	border: solid 1px #e5e5e5;
	text-align: center;
	font-size: 16px;
	color: #000;
	-webkit-transition: all .3s;
	transition: all .3s
}

.news-section .tabs a.on,
.news-section .tabs a:hover {
	background-color: #f75b11;
	border-color: #f75b11;
	color: #fff
}

.news-section .tabs a:last-child {
	margin-right: 0
}

.news-section .news-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.news-section .news-block .img {
	width: 50%
}

.news-section .news-block .txt {
	padding: 40px;
	width: 50%;
	background-color: #edf8e2
}

.news-section .news-block .tip {
	margin-bottom: 20px;
	width: 125px;
	height: 30px;
	line-height: 30px;
	background-color: #f75b11;
	border-radius: 15px;
	text-align: center;
	color: #fff;
	font-size: 14px
}

.news-section .news-block .title {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 30px;
	color: #000
}

.news-section .news-block .desc {
	font-size: 14px;
	color: #5f5f5f
}

.news-section .news-block .btn {
	margin-top: 34px
}

.news-section .news-block .btn a {
	margin: 0
}

.news-section .hr-line {
	margin: 30px 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #eee
}

.news-section .news-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.news-section .news-list li {
	margin-right: 12px;
	margin-bottom: 40px;
	width: 24.28%
}

.news-section .news-list li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.news-section .news-list li:hover .txt {
	background: #f7efe8
}

.news-section .news-list li:nth-child(4n) {
	margin-right: 0
}

.news-section .news-list .img {
	overflow: hidden
}

.news-section .news-list img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.news-section .news-list .txt {
	padding: 20px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.news-section .news-list .tit {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.news-section .news-list .desc {
	color: #5f5f5f
}

.news-section .news-list .time {
	margin-top: 15px;
	font-size: 14px;
	color: #f75b11
}

.news-detail-wrap .bd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.news-detail-wrap .news-detail .title {
	position: relative
}

.news-detail-wrap .news-detail .title p {
	font-size: 30px;
	line-height: 36px;
	color: #000
}

.news-detail-wrap .news-detail .title .time {
	margin-top: 15px;
	display: block;
	font-size: 16px;
	color: #5f5f5f
}

.news-detail-wrap .news-detail .title .sharde {
	position: absolute;
	right: 0;
	bottom: 0
}

.news-detail-wrap .news-detail .desc {
	font-size: 14px;
	line-height: 24px;
	color: #5f5f5f
}

.news-detail-wrap .news-detail .desc p {
	margin-bottom: 20px;
	text-align: justify
}

.news-detail-wrap .news-detail .desc p:last-child {
	margin: 0
}

.news-detail-wrap .news-detail .desc .img {
	text-align: center
}

.news-detail-wrap .news-detail .paging {
	margin-top: 30px
}

.news-detail-wrap .news-detail .paging a {
	margin: 5px 0;
	display: block;
	color: #acacac
}

.news-detail-wrap .news-detail .paging a:hover {
	color: #f75b11
}

.contact-wrap {
	margin-top: 40px
}

.contact-wrap .title {
	margin-bottom: 50px;
	font-size: 48px;
	color: #000;
	letter-spacing: 1px
}

.contacrt-detail {
	margin-bottom: 5%
}

.contacrt-detail .bd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.contacrt-detail .txt {
	padding-right: 90px
}

.contacrt-detail .item img {
	display: block;
	margin-bottom: 10px
}

.contacrt-detail .item .tit {
	margin-bottom: 20px;
	font-size: 24px;
	color: #f75b11;
	font-weight: bold
}

.contacrt-detail .item .desc {
	font-size: 16px;
	line-height: 30px;
	color: #5f5f5f
}

.contacrt-detail .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.contacrt-detail .list .item {
	margin-right: 5%;
	/*margin-right:10%;*/
	width: 100%
}

.contacrt-detail .list .item:last-child {
	margin-right: 0
}

.contacrt-detail .line-hr {
	margin: 30px 0 60px
}

.contacrt-detail .map img {
	width: 100%
}

.inquiry-box {
	padding-bottom: 4%
}

.inquiry-box .tit {
	margin-bottom: 20px;
	font-size: 24px;
	color: #333
}

.inquiry-box .tit span {
	margin-right: 15px;
	margin-left: -25px;
	display: inline-block;
	vertical-align: 0;
	line-height: 1;
	color: #f75b11
}

.inquiry-box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inquiry-box li {
	margin-bottom: 55px;
	width: 22%
}

.inquiry-box li:last-child {
	width: 100%
}

.inquiry-box input,
.inquiry-box textarea {
	display: block;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	height: 50px;
	background: transparent;
	color: #000;
	font-size: 14px
}

.inquiry-box textarea {
	resize: none;
	padding: 10px 0;
	height: 100px
}

.inquiry-box input::-webkit-input-placeholder,
.inquiry-box textarea::-webkit-input-placeholder {
	color: #999
}

.inquiry-box input:-moz-placeholder,
.inquiry-box textarea:-moz-placeholder {
	color: #999
}

.inquiry-box input:-ms-input-placeholder,
.inquiry-box textarea:-ms-input-placeholder {
	color: #999
}

.inquiry-box input[type='submit'] {
	display: block;
	width: 230px;
	height: 45px;
	background-color: #f75b11;
	border: solid 1px #dcdcdc;
	text-align: center;
	color: 14px;
	color: #fff
}