* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}


.log-in .drop-menu {margin:12px 0 0;min-width:100px;border-radius:5px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.075); box-shadow:0 6px 12px rgba(0,0,0,.075) }
.log-in .drop-menu li{padding: 0 10px;height: 32px;text-align: center;}
.log-in a{position: relative;height: 32px;line-height: 32px;color:#333;margin:10px}
.log-in .drop-menu li a:hover,.drop-menu a:focus {color:#2D2D2D;background: unset;}
.log-in .button-group span {display:inline-block;line-height:24px;height:24px;width:24px}
.log-in .button-group ul:before {position:absolute;top:-8px;left:50px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;content:'';}
.log-in .button-group ul:after {position:absolute;top:-8px;left:50px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #e9e8e8;border-left:8px solid transparent;content:'';}
.log-in .button-group .button {padding:0;line-height:18px;font-size:20px}
.log-in .button-group .drop-menu {padding: 10px 0; left: -40px;border-top:0px solid #ff0000;-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.075);box-shadow: 0px 8px 10px rgba(0,0,0,.05);border-radius:4px;}
.log-in a.user-ico{width:32px;height:32px;line-height:32px;background:#ECEFF5;display:block;}
.log-in a.user-head{width:32px;height:32px;overflow:hidden;display:block;}
.log-in a.user-head img{width:32px;height:32px;}
/* ç™»å…¥åŽçŠ¶æ€ end*/

/* æ³¨å†Œç™»å½•åˆ‡æ¢ */
.register .tab{font-size:0}
.register .tab li{cursor:pointer;display:inline-block;position:relative;font-size:20px;width:100%;color:#666;margin:0 0 40px 0}
/* .register .tab li::before{background:#ccc;content:'';position:absolute;bottom:-10px;left:0;width:100%;height:3px;border-radius:3px;transition:transform .3s;} */
.register .tab li.cur{color:#ff9600}
.register .tab li.cur::before{background:#ff9600;content:'';position:absolute;bottom:-10px;left:0;width:100%;height:3px;border-radius:3px;transition:transform .3s;}

.register .line{margin:0px;padding:0;position: relative; text-align: center;}
.register .line span{display: inline-block; padding: 0 20px; position: relative; z-index: 200;}
.register .line hr{-moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #E2E2E2 -moz-use-text-color -moz-use-text-color; border-image: none; border-style: solid none none; margin-top:10px; position: absolute; top:0; width: 100%;}

.register .bnt-login{margin:0 auto;text-align:center}
.register .bnt-login a{display:inline-block;color:#fff;font-size:22px;width:48px;height:48px;text-align:center;line-height:48px;margin-right:10px;border-radius:30px}
.register .bnt-login a i{font-size: 22px;}
.register .bnt-login a:hover{opacity:0.8}
.register .bnt-login a.weixin{background:#38B624}
.register .bnt-login a.qq{background:#1F92DF}
.register .bnt-login a.weibo{background:#FF6000}
/* æ³¨å†Œç™»å½•åˆ‡æ¢ end*/

html {
	border: none;
	overflow-x: hidden;
	position: relative;
	margin: 0px auto;
	height: 100%;
	font-family: 微软雅黑;
}

@font-face {
	font-family: BIN;
	src: url("../fonts/brownstd-regular.woff.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: DIN;
	src: url("../fonts/din-medium.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: CIN;
	src: url("../fonts/brownstd-light.woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: PIN;
	src: url("../fonts/pingfang medium.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: TIN;
	src: url("../fonts/times new roman.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: MIN;
	src: url("../fonts/montserrat-regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: CGIN;
	src: url("../fonts/cgfuturamaxibd.ttf");
	font-weight: normal;
	font-style: normal;
}

ol,
ul,
li {
	list-style: outside none none;
}

a {
	text-decoration: none;
}

a img {
	border: 0px none;
}

table,
tr,
td,
th {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

img {
	max-width: 100%;
}

input,
textarea,
button {
	padding: 0px 2px;
	resize: none;
	outline: none;
	border: none;
	background: none;
	appearance: none !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgb(153, 153, 153);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgb(153, 153, 153);
}

@keyframes jello {

	0%,
	11.1%,
	100% {
		transform: none;
	}

	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		transform: skewX(-0.195312deg) skewY(-0.195312deg);
	}
}

.inner {
	padding-left: 4vw;
	padding-right: 4vw;
	margin: 0px auto;
}

.w1500 {
	padding-left: 7vw;
	padding-right: 7vw;
	margin: 0px auto;
}
.w1400{width:1400px;margin:0 auto;padding:30px 20px;}
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.scoll-top {
	background-color: rgb(255, 255, 255);
}

.ibox-scoll {
	animation: 850ms ease 350ms 1 normal both running fadedown;
	backface-visibility: visible !important;
}

header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 99px;
	z-index: 9;
	color: rgb(255, 255, 255);
	box-shadow: rgb(220, 220, 220) 0px 2px 10px -1px;
}

.top {
	position: fixed;
	right: 0px;
	top: 0px;
	height: 99px;
}

.index-header {
	position: relative;
	border-bottom: 1px solid rgb(238, 238, 238);
}

.index-logo,
.index-nav-right,
.menu-handler {
	position: relative;
	z-index: 99;
	cursor: pointer;
}

.scoll-top.index-header::after {
	display: none;
}

.banner img {
	float: left;
}

.index-header {
	height: 85px;
	transition: all 1s ease 0s;
	position: absolute;
	z-index: 99;
	width: 100%;
	box-sizing: border-box;
}

.index-logo {
	/* width: 40%; */
	display: flex;
	align-items: center;
}

.index-logo img {
	max-height: 72px;
	display: block;
	position: relative;
}

.index-logo .img3 {
	display: none;
}

.scoll-top .index-logo img {}

.index-nav-right {
	/* width: 80%; */
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.index-header-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 2vw;
}

.index-nav-con {
	/* width: 88%; */
	display: flex;
	align-items: center;
}

.index-nav-con ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	/* width: 92%; */
}

.index-nav {
	width: 100%;
}

.index-nav li {
	float: left;
	/* width: calc(100% / 7); */
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	position: relative;
	padding: 0 1.5vw;
}

.index-nav li>a:first-child {
	color: rgb(51, 51, 51);
	display: inline;
	position: relative;
	border-radius: 20px;
}

.navH>a:first-child {
	line-height: 85px;
}

.navH>a:first-child {
	position: relative;
	transition: all 0.2s ease 0s;
}

.scoll-top .navH>a:first-child {
	position: relative;
}

.index-nav li.on>a:first-child {
	color: #ff6b35;
	display: inline;
	border-radius: 20px;
}

.index-nav li>a:first-child {
	position: relative;
}

.index-nav li>a:first-child::after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: -31px;
	height: 2px;
	width: 0px;
	background: #ff6b35;
	transition: all 0.4s ease 0s;
}

.index-nav li.on>a::after {
	width: 100%;
}

.index-nav li:hover>a::after {
	width: 100%;
}

.index-nav li>a:first-child {
	font-size: 18px;
	position: relative;
}

.index-nav li>a:first-child:hover {
	color: #ff6b35;
}

.ibox-scoll {
	animation: 850ms ease 250ms 1 normal both running fadedown;
	backface-visibility: visible !important;
}

.scoll-top .navH.on>a:first-child {
	background: none;
	color: #ff6b35;
}

.scoll-top .index-nav li>a:first-child {
	color: rgb(51, 51, 51);
}

.scoll-top .index-nav li>a:first-child:hover {
	color: #ff6b35;
}

.xnav {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(245, 245, 245);
	padding: 25px 0px;
	position: fixed;
	left: 0px;
	right: 0px;
}

@-webkit-keyframes fadedown {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes fadedown {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.logo .img2 {
	display: none;
}

.scoll-top .logo .img1 {
	display: none;
}

.scoll-top .logo .img2 {
	display: block;
	position: relative;
	z-index: 99;
}

.scoll-top .logo .img3 {
	display: none;
}

.scoll-top .nav a:hover .txt,
.scoll-top .nav a.hov .txt {
	border-color:  rgb(0,113,19);
}

.scoll-top .nav>li>a::before {
	border-top: 5px solid  rgb(0,113,19);
}

.scoll-top .erweima-pic {
	position: absolute;
	top: 40px;
	left: -85px;
	z-index: 99;
	display: none;
	width: auto;
}

.scoll-top .erweima-pic img {
	height: 120px;
	width: 120px;
	position: relative;
	left: 43px;
}

.top {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 9990 !important;
}

.menu-handler {
	width: 64px;
	float: right;
	height: 54px;
	display: none;
	cursor: pointer;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 25.5px auto 0px;
	width: 28px;
	height: 3px;
	background-color: #ff6b35;
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.menu-handler span::after,
.menu-handler span::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 3px;
	left: 0px;
	background-color: #ff6b35;
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.menu-handler span::before {
	top: -9px;
	transition-property: top, transform;
}

.menu-handler span::after {
	bottom: -9px;
	transition-property: bottom, transform;
}

.menu-handler.active span {
	background-color: transparent;
	transition-delay: 0s, 0s;
}

.menu-handler.active span::after,
.menu-handler.active span::before {
	transition-delay: 0s, 0.3s;
}

.menu-handler.active span::before {
	top: 0px;
	transform: rotate(45deg);
}

.menu-handler.active span::after {
	bottom: 0px;
	transform: rotate(-45deg);
}

.menuBox a:link,
.menuBox a:visited {
	color: rgb(255, 255, 255);
}

.menuBox a:active,
.menuBox a:hover {
	color: rgb(255, 255, 255);
}

.menuBox {
	background-color: rgba(0, 0, 0, 0.8);
	color: rgb(255, 255, 255);
	position: fixed;
	display: none;
	right: 0px;
	top: 0px;
	height: 100vh;
	overflow: hidden auto;
	transform: translateX(100%);
	width: 400px;
	z-index: 1980;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.menuMoblie {
	padding: 60px 0px 80px;
}

.menuMoblie .nav-link {
	display: block;
	font-size: 20px;
	padding: 10px 22px 10px 80px;
	position: relative;
}

.menuMoblie .cur {
	opacity: 0.9;
	border-top: 1px solid rgb(219, 219, 219);
	border-bottom: 1px solid rgb(219, 219, 219);
	background-color: rgb(232, 232, 232);
}

.menuMoblie .cur .nav-link {
	color:  rgb(0,113,19);
}

.menuMoblie .subnav {
	padding-bottom: 12px;
	display: none;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 10px 22px 10px 80px;
	line-height: 1.4;
	color: rgb(51, 51, 51);
	font-size: 15px;
}

.pusher-black {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 900;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
}

.menuOpen .pusher-black {
	visibility: visible;
	opacity: 1;
}

.menuOpen .menuBox {
	transform: translateX(0px);
}

.banner {
	position: relative;
	margin-top: 85px !important;
}

.bannerWord {
	position: absolute;
	z-index: 99;
	color: rgb(255, 255, 255);
	width: 100%;
	height: 100%;
}

@keyframes topFloat {
	0% {
		transform: translateY(-20px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}
.top2{
	 -webkit-animation: rightan 1.2s infinite;
	 -webkit-animation-fill-mode: both; color:#fff;
	 position:
	 absolute;
	 bottom: 10px; left:50%;
	 margin-left: -20px; z-index:999;
	 text-align:
	 center;
	 height: 52px;
	 cursor: pointer;
}
@-webkit-keyframes rightan
{
  from{bottom: 20%;opacity: 0;}
  to{bottom: 0%;opacity: 1;}
}
.search-btn {
	display: flex;
	align-items: center;
	color: #ff6b35;
	font-size: 26px;
	width: 10em;
	justify-content: flex-end;
}

.search-btn img {
	margin-right: 10px;
}

.banner {
	margin-top: 85px;
}

.bannerTop {
	margin-top: 0px;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topAll {
	position: fixed;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 85px;
	z-index: 999;
	display: none;
}

.topSearch {
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:  rgb(0,113,19);
	padding: 15px 0px;
}

.searchAll {
	width: 400px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgb(255, 255, 255);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.searchAll input {
	width: 90%;
	font-size: 16px;
	color: rgb(255, 255, 255);
}

.logoWord {
	font-size: 14px;
	margin-left: 2vw;
	line-height: 22px;
	color:#666
}

/* 关于我们 */
.About {
	background: url(../images/abg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 100px 0;
}

.aboutFlex {
	display: flex;
}

.Company {
	width: 50%;
}

.compTit {
	position: relative;
	z-index: 99;
	font-size: 40px;
	color: #000;
	margin-bottom: 50px;
}

.compTit span {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 2px solid #ff6b35;
	margin-left: 6px;
	position: relative;
	top: -20px;
}

.aboutDesc {
	position: relative;
	z-index: 99;
	width: 100%;
}

.aboutDesc p {
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	margin-bottom: 25px;
}

	.hxpro{padding-top:7vw;padding-bottom:7vw;background:#f9fafb}
			
            .hexin h1 {
                font-size: 2.5em;
                color: #2c3e50;
                margin-bottom: 0.5em;
                text-align: center;
                font-weight: 700;
            }
            .hexin p {
                font-size: 1.2em;
                color: #666;
                text-align: center;
                margin-bottom: 3em;
            }
            .services-container {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                gap: 30px;
            }
            .service-card {
                flex: 1;
                min-width: 300px;
                background: white;
                border-radius: 15px;
                padding: 2em;
                box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
                border: 1px solid #e1e1e1;
            }
            .service-card:hover {
                transform: translateY(-10px);
                box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
            }
            .service-card h2 {
                font-size: 1.5em;
                color: #2c3e50;
                margin-bottom: 1em;
                position: relative;
                padding-bottom: 0.5em;
            }
            .service-card h2::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 50px;
                height: 3px;
                background: linear-gradient(90deg, #ff6b35, #2ecc71);
            }
            .service-card p {
                color: #666;
                line-height: 1.6;
                margin-bottom: 1.5em;
            }
            .learn-more {
                display: inline-block;
                padding: 0.8em 1.5em;
                background:#ff6b35;
                color: white;
                text-decoration: none;
                border-radius: 25px;
                font-weight: 600;
                transition: transform 0.3s ease;
            }
            .learn-more:hover {
                transform: translateY(-3px);
            }

.konwMore {
	display: flex;
	align-items: center;
	width: 165px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background: #ff6b35;
	color: #fff;
	font-size: 15px;
	position: relative;
	z-index: 99;
	justify-content: center;
	margin-top: 48px;
	transition: all 0.5s;
}
.konwMore:hover{
	border-radius: 0 15px 0 15px;
	transform: translateX(15px);
}
.konwMore span {
	margin-left: 12px;
}

.Company {
	position: relative;
}

.compBg {
	position: absolute;
	left: 0;
	bottom: 270px;
}

.Test {
	display: flex;
	margin-top: 70px;
	flex-wrap: wrap;
}

.testPart {
	width: 150px;
	height: 150px;
	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);
	padding: 35px 25px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 99;
	cursor: pointer;
	transition: all 0.4s;
}
.testPart>p:nth-child(1){
	height: 40px;
}
.testPart>p:nth-child(2){
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	color: #000;
}
.testPart img{
	transition: all 0.4s;
}
.testPart:hover img{
	transform: rotateY(180deg);
}
.aboutPic {
	width: 50%;
	overflow: hidden;
}

.aboutPic img {
	float: left;
	width: 100%;
	padding-left: 15%;
	max-height: 700px;
}

/* 产品中心 */

.recoTit {
	margin-top: 60px;
}

.newPd .recoTit {
	margin-top: 0px;
}

.recoTit>p:nth-child(1) {
	font-size: 62px;
	color: #ff6b35;
	font-family: MIN;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	font-family: MIN;
}

.recoTit>p:nth-child(2) {
	font-size: 30px;
	color: #000;
}

.Product {
	display: flex;
	align-items: center;
}

.proDesc {
	width: 50%;
	padding-right: 5%;
}

.pro1 {
	font-size: 32px;
	color: #000;
	margin-bottom: 35px;
}

.pro2 {
	font-size: 16px;
	color: #666666;
	line-height: 38px;
	margin-bottom: 50px;
}

.pro3 {
	display: inline-block;
	width: 220px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #ff6b35;
	border-radius: 0 20px 0 0;
	transition: all 0.5s;
}
.pro3:hover{
	border-radius: 0 20px;
	transform: translateX(15px);
}
.proImg {
	width: 50%;
	overflow: hidden;
}

.proImg img {
	float: left;
	width: 100%;
}

.Recommand .gallery-thumbs {
	margin-top: 60px;
}

.proName {
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	width:150px;height:150px;background-repeat:no-repeat;background-position-x: -30px; background-size:150%;
	transition: all 0.4s;
	cursor: pointer;
}
.proName:hover{
	box-shadow: 8px 0px 10px 1px rgba(0, 113, 19,0.3);
}
.proName:hover::after{
	height: 100%;
	background: rgba(0, 0, 0, 0.08);
}
.proName img {
	float: left;
	width: 100%;
	transform: all 0.4s;
}
.proName:hover p{
	bottom: 40%;
}
.proName p {
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: absolute;
	bottom: 12px;
	z-index: 999;
	width: 100%;
	transition: all 0.4s;
}

.proName::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 35%;
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.4s;
	transform: all 0.4s;
}

/* 6大优势 */
.Advantage {
	background: url(../images/good2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px 0 110px 0;
}

.advFlex {
	display: flex;
	align-items: center;
	margin-top: 90px;
}

.advFlex>div {
	width: 33.3%;
}

.brandUl {
	display: flex;
	align-items: center;
	margin-bottom: 60px;
	justify-content: space-between;
	cursor: pointer;
	transition: all 0.4s;
}

.brandUl:hover {
	transform: translateY(10px);
}

.Brand>ul:last-child {
	margin-bottom: 0;
}

.brIcon {
	width: 100px;
	height: 100px;
	background: rgb(245, 245, 245);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.4s;
	overflow: hidden;
}

.brIcon::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	height: 0px;
	border-left: 0 solid #ff6b35;
	border-top: 0 solid transparent;
	border-bottom: 0 solid transparent;
	border-right: 0 solid transparent;
	top: -25px;
	transition: all 0.4s;
}

.brIcon::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0px;
	height: 0px;
	border-left: 0 solid transparent;
	border-top: 0 solid transparent;
	border-bottom: 0 solid transparent;
	border-right: 0 solid #ff6b35;
	bottom: -25px;
	transition: all 0.4s;
}

.brandUl:hover .brIcon::before {
	border-left: 25px solid transparent;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-right: 25px solid #ff6b35;
}

.brandUl:hover .brIcon::after {
	border-left: 25px solid #ff6b35;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-right: 25px solid transparent;
}

.brandUl:hover .brIcon {
	background: #fff;
	box-shadow: 1px 8px 10px 1px rgb(230, 230, 230);
}

.brIcon img {
	transition: all 0.4s;
}

.brandUl:hover img {
	transform: rotateY(180deg);
}

.brDesc>p:nth-child(1) {
	font-size: 22px;
	color: #000;
	margin-bottom: 15px;
}

.brDesc>p:nth-child(2) {
	font-size: 15px;
	line-height: 22px;
	color: #666666;
}

.advPic {
	overflow: hidden;
	margin: 0 20px;
}

.advPic {
	position: relative;
}

 .advPic::before,
.advPic::after {
	content: "";
	background: #fff;
	height: 0;
	width: 0;
	z-index: 1;
	position: absolute;
	-webkit-transition-duration: 1s !important;
	-o-transition-duration: 1s;
	transition-duration: 1s !important;
}

.advPic::before {
	right: 0;
	opacity: 1;
	top: 0;
}

.advPic::after {
	bottom: 0;
	opacity: .7;
	left: 0;
}

.advPic:hover::after,
.advPic:hover::before {
	height: 100%;
	opacity: 0;
	width: 100%;
}
.advPic img {
	width: 100%;
	float: left;
	transition: all 0.4s;
}

.brDesc {
	width: 80%;
	text-align: right;
	margin-right: 20px;
}

.brTop .brDesc {
	width: 80%;
	text-align: left;
	margin-right: 0px;
	margin-left: 20px;
}

/* 新闻资讯 */
.bgg {
	background: rgb(245, 245, 245);
	padding-bottom: 85px;
}

.newPd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 60px 0 50px 0;
}

/* 新闻资讯 */
.News {
	display: flex;
}

.Fruit {
	width: 50%;
	display: inline-block;
	position: relative;
}

.frPic {
	overflow: hidden;
}

.frPic img {
	width: 100%;
	float: left;
	min-height: 520px;
	max-height: 500px;
}

.frDesc {
	padding: 25px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
}

.fr1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 22px;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 12px;
}

.fr2 {
	color: rgba(255, 255, 255, 0.7);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 14px;
}

.Art {
	width: 50%;
}

.artSame {
	padding: 30px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	transition: all 0.4s;
	position: relative;
}
.artSame::after{
	content: '';
	position: absolute;
	left: -20px;
	right: 0;
	top: 0;
	background: rgb(145, 145, 145);
	width: 100%;
	height: 0;
	transition: all 0.4s;
}
.artSame:hover::after{
	height: 100%;
}
.artSame:hover .art1{
	color: #fff;
}
.artSame:hover .art2{
	color: #fff;
}
.artSame:hover .art3{
	color: #fff;
}
.artSame:hover .art4{
	color: #fff;
}
.art1 {
	font-size: 40px;
	font-family: DIN;
	color: #333333;
	margin-bottom: 3px;
	transition: all 0.4s;
	position: relative;
	z-index: 99;
}

.art2 {
	font-size: 14px;
	font-family: DIN;
	color: #888888;
	transition: all 0.4s;
	position: relative;
	z-index: 99;
}

.art3 {
	font-size: 21px;
	margin-bottom: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #000;
	transition: all 0.4s;
	position: relative;
	z-index: 99;
}

.art4 {
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #888888;
	transition: all 0.4s;
	position: relative;
	z-index: 99;
}
.bannerTop{
	margin-top: 85px;
}
.artDate {
	width: 16%;
}

.artDesc {
	width: 84%;
}

/* footer */
footer {
	background: rgb(34, 34, 34);
	padding: 50px 0;
}

.footer {
	display: flex;
}

.footVide {
	display: flex;
	width: 50%;
	justify-content: space-between;
}

.footLink a {
	display: block;
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
}

.footer>div:nth-child(1) {
	padding-right: 10%;
}

.footEwm {
	text-align: center;
}

.footEwm p {
	font-size: 15px;
	text-align: center;
	color: #fff;
	margin-top: 8px;
}

.ress1 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
}

.footLogo {
	padding-top: 3%;
}

.ress2 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
	font-family: DIN;
}

.footUl li {
	display: block;
	margin-top: 12px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.sideWord {
	position: absolute;
	left: 7vw;
	top: 35%;
}

.sideWord>p:nth-child(1) {
	color: #fff;
	font-size: 60px;
	margin-bottom: 32px;
}

.sideWord>p:nth-child(2) {
	width: 68px;
	height: 6px;
	background: #fff;
}

.Tree {
	background: url(../images/abg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 85px 0 60px 0;
	position: relative;
}

.treeBg {
	position: absolute;
	left: 0;
	top: 85px;
}

.treeFlex {
	display: flex;
	position: relative;
	z-index: 99;
}

.treeFlex .compTit {
	width: 25%;
}

.treeBox {
	width: 75%;
}
.ny h2{font-size:24px;text-align: center;line-height: 50px;}
.aboutbox p {
	font-size: 16px;
	color: #333333;
	line-height: 42px;
	text-align: left;
}
.treeBox p {
	font-size: 16px;
	color: #333333;
	line-height: 42px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.treeBox p img {
	transition: all 0.6s;
}

.treeBox p:hover img {
	transform: scale(1.1);
}

.treeBox>p:last-child {
	margin-top: 60px;
	overflow: hidden;
}

.treeBox>p:last-child img {
	float: left;
	width: 100%;
	border-radius: 0 35px 0 35px;
}

/* 企业文化 */
.culBg {
	background: rgb(245, 251, 248);
	padding-bottom: 90px;
}

.pubTit {
	padding: 75px 0 45px 0;
}

.pubTit>p:nth-child(1) {
	text-align: center;
	font-size: 48px;
	color: #333333;
	margin-bottom: 20px;
}

.pubTit>p:nth-child(2) {
	text-align: center;
	font-size: 22px;
	color: #666666;
}

.Culture {
	display: flex;
	flex-wrap: wrap;
}

.culPart {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 33.3%;
	transition: all 0.5s;
	cursor: pointer;
}

.culPart:hover .cul1 {
	transform: rotateY(180deg);
}

.cul1 {
	transition: all 0.5s;
}

.cul2 {
	font-size: 28px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cul3 {
	font-size: 16px;
	color: #666;
	width: 60%;
	text-align: center;
	line-height: 28px;
}

.Culture>div:nth-child(1),
.Culture>div:nth-child(2),
.Culture>div:nth-child(3) {
	margin-bottom: 55px;
}

/* 荣誉资质 */
.caseBg {
	background: url(../images/hobg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 80px;
}
.caseBg  .hoDesc{
	background: transparent!important;
}
.Honor .swiper-container {
	margin-top: 20px;
}

.Case {
	padding-bottom: 70px;
}

.Case .hoDesc {
	padding: 0;
	background: #fff;
	text-align: center;
}

.Case .hoDesc p {
	font-size: 18px;
	margin-top: 15px;
	text-align: center;
}

.Honor {
	position: relative;
}

.Honor .swiper-button-next {
	width: 40px;
	height: 40px;
	border: 1px solid #ff6b35;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 62%;
	right: 3vw;
	transition: all 0.4s;
}

.Honor .swiper-button-prev {
	width: 40px;
	height: 40px;
	border: 1px solid #ff6b35;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 62%;
	left: 3vw;
	transition: all 0.4s;
}

.Honor .swiper-button-next::after {
	color: #ff6b35;
	font-size: 18px;
	transition: all 0.4s;
}

.Honor .swiper-button-prev::after {
	color: #ff6b35;
	font-size: 18px;
	transition: all 0.4s;
}

.Honor .swiper-button-next:hover {
	background: #ff6b35;
}

.Honor .swiper-button-next:hover::after {
	color: #fff;
}

.Honor .swiper-button-prev:hover {
	background: #ff6b35;
}

.Honor .swiper-button-prev:hover::after {
	color: #fff;
}

.advTit {
	padding: 55px 0 55px 0;
}

.advTit>p:nth-child(1) {
	text-align: center;
	font-size: 48px;
	color: #000;
	letter-spacing: 5px;
	margin-bottom: 18px;
}

.advTit>p:nth-child(2) {
	text-align: center;
	font-size: 24px;
	color: #888888;
	text-transform: uppercase;
}

/* 加盟支持 */
.suppTit {
	padding: 60px 0 65px 0;
}

.suppTit>p:nth-child(1) {
	text-align: center;
	font-size: 48px;
	color: #fff;
	letter-spacing: 5px;
	margin-bottom: 20px;
}

.suppTit>p:nth-child(2) {
	text-align: center;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}

.Support {
	background: url(../images/sky.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 95px;
	background-attachment: fixed;
}

.supFlex {
	display: flex;
	margin-bottom: 25px;
}

.supFlex>ul:nth-child(1) {
	margin-right: 2%;
}

.supSame {
	width: 49%;
	display: flex;
	align-items: flex-start;
	padding: 60px;
	background: #fff;
}

.supDesc {
	width: 40%;
	text-align: center;
	padding-right: 10%;
}

.supDesc>p:nth-child(2) {
	font-size: 26px;
	color: #000;
	font-weight: 600;
	margin-top: 15px;
}

.supWord {
	width: 70%;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}

.Work {
	display: flex;
}

.Work>div:last-child {
	margin-right: 0;
}

.workPart {
	background: #fff;
	padding: 50px;
	margin-right: 2%;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 25%;
}

.work2 {
	font-size: 26px;
	margin: 25px 0 15px 0;
	color: #000;
	font-weight: 600;
}

.work3 {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	text-align: center;
}

/* 加盟合作 */
.Add {
	background: rgb(245, 245, 245);
	padding-bottom: 85px;
}

.Model {
	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);
}

.moTop {
	background: #ff6b35;
	display: flex;
}

.moTop p {
	padding: 25px 0;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}

.moTop p:nth-child(1) {
	width: 22%;
	padding-left: 5%;
}

.moTop p:nth-child(2) {
	width: 26%;
}

.moTop p:nth-child(3) {
	width: 26%;
}

.moTop p:nth-child(4) {
	width: 26%;
}

.moPart {
	display: flex;
	width: 100%;
}

.mo1 {
	width: 22%;
	padding-left: 5%;
	color: #000;
	font-size: 26px;
	font-weight: 600;
	display: flex;
	align-items: center;
	text-align: center;
}

.mo2 {
	width: 26%;
	color: #000;
	font-size: 22px;
	display: flex;
	align-items: center;
}

.moUl1 {
	padding: 45px 0 45px 0;
	width: 26%;
}

.moUl1 li {
	display: flex;
	align-items: center;
	margin-bottom: 26px;
	font-size: 18px;
	color: #000;
}

.moUl1 li img {
	margin-right: 12px;
}

.moUl2 li {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	font-size: 18px;
	color: #000;
}

.moUl2 li img {
	margin-right: 12px;
}

.Model>div:nth-child(2),.Model>div:nth-child(3) {
	border-bottom: 1px solid rgb(230, 230, 230);
}

.moSign {
	font-size: 16px;
	color: #666666;
	padding: 25px 0;
	line-height: 35px;
	background: rgb(238, 238, 238);
	padding-left: 5%;
}

.work1 {
	height: 45px;
}

/* 优秀案例 */
.Honor {
	background: url(../images/hobg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 80px;
}

.Honor .swiper-container {
	margin-top: 20px;
}

.Honor .swiper-slide {
	display: flex;
	justify-content: center;
	background: #fff;
	position: relative;
	min-height: 30vw;
}

.hoDesc {
	padding: 30px;
}

.Case .hoDesc {
	overflow: hidden;
	cursor: pointer;
}

.Case .hoDesc p {
	overflow: hidden;
}

.Case .hoDesc img {
	transition: all 0.4s;
	float: left;
	width: 100%;
}

.Case .hoDesc:hover img {
	transform: scale(1.1);
}

.ho1 {
	height: 92%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Honor .swiper-slide {
	transition: all 0.3s;
	cursor: pointer;
}

.ho2 {
	height: 8%;
	font-size: 18px;
	text-align: center;
	display: flex;
	margin-top: 15px;
	justify-content: center;
}

/* 优秀案例 */
.Case {
	position: relative;
}

.Case .swiper-button-next {
	width: 42px;
	height: 42px;
	border: 1px solid rgb(240, 240, 240);
	background: rgb(240, 240, 240);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 62%;
	right: 3vw;
	transition: all 0.4s;
}

.Case .swiper-button-prev {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid rgb(240, 240, 240);
	background: rgb(240, 240, 240);
	display: flex;
	align-items: center;
	justify-content: center;
	top: 62%;
	left: 3vw;
	transition: all 0.4s;
}

.Case .swiper-button-next::after {
	color: #000;
	font-size: 18px;
	transition: all 0.4s;
}

.Case .swiper-button-prev::after {
	color: #000;
	font-size: 18px;
	transition: all 0.4s;
}

.Case .swiper-button-next:hover {
	background: #ff6b35;
}

.Case .swiper-button-next:hover::after {
	color: #fff;
}

.Case .swiper-button-prev:hover {
	background: #ff6b35;
}

.Case .swiper-button-prev:hover::after {
	color: #fff;
}

.pubFlex {
	display: flex;
	background: #fff;
	margin-top: -120px;
	position: relative;
	z-index: 999;
}

.pubVide a {
	height: 85px;
	line-height: 85px;
	text-align: center;
	padding: 0 4vw;
	font-size: 20px;
	color: #000;
	word-spacing: 3px;
	display: inline-block;
	transition: all 0.4s;
}

.pubVide a:hover {
	color: #fff;
	background: #ff6b35;
}

.pubVide .on {
	background: #ff6b35;
	color: #fff !important;
}

.pubFlex {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.localAt {
	display: flex;
	align-items: center;
	padding-right: 20px;
}

.localAt p,
.localAt a {
	font-size: 14px;
	color: #333333;
	transition: all 0.3s;
}
.localAt a:hover{
	color: rgb(0,113,19);
}
.localAt p {
	margin: 0 10px;
}

.Sale {
	display: flex;
	flex-wrap: wrap;
	padding-top: 85px;
}

.Sale>a:nth-child(3n) {
	margin-right: 0;
}

.salePart {
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 3%;
	box-shadow: 0px 0px 3px 1px rgb(220 220 220);
	transition: all 0.4s;
}

.salePart:hover {
	box-shadow: 0px 0px 3px 1px rgb(200 200 200);
}

.salePic {
	overflow: hidden;
}

.salePic img {
	float: left;
	width: 100%;
}

.salePart:hover .saleWord {
	width: 100%;
}

.saleWord {
	text-align: center;
	text-align: center;
	padding: 18px;
	font-size: 20px;
	color: #000;
	background: rgb(245, 245, 245);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.4s;
}

.View .salePart {
	box-shadow: none;
}

.View .saleWord {
	width: 80%;
	margin: auto;
	background: rgb(255, 255, 255);
	box-shadow: 0px 0px 3px 1px rgb(230 230 230);
	margin-top: -30px;
	position: relative;
	z-index: 99;
}

.changePage {
	padding-bottom: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}




.changePage a {
	padding: 10px 15px;
	border: 1px solid rgb(208, 208, 208);
	border-radius: 30px;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	color: #666666;
	margin-right: 15px;
	transition: all 0.5s;
}

.changePage a:hover {
	background: #ff6b35;
	color: #fff;
}

.changePage>a:first-child {
	padding: 10px 22px;
}

.changePage>a:last-child {
	margin-right: 0;
	padding: 10px 22px;
}

.changePage .on {
	background: #ff6b35;
	color: #fff;
}

/* 联系我们 */
.Contact {
	display: flex;
	justify-content: space-between;
	padding: 65px 0 70px 0;
}

.Contact>div:nth-child(3) {
	margin-right: 0;
}

 .tactPart {
	width: 33.3%;
}

.tactUl {
	display: flex;
	align-items: flex-start;
}

.tactPic {
	margin-right: 15px;
	position: relative;
	top: 5px;
}

.ta1 {
	font-size: 24px;
	margin-bottom: 8px;
}

.ta2 {
	font-size: 16px;
	color: #888888;
	margin-bottom: 40px;
}

.ta3 {
	font-size: 24px;
	color: #000;
	margin-bottom: 12px;
}

.ta4 {
	font-size: 30px;
	color: #000;
	margin-bottom: 10px;
}

.ta5 {
	font-size: 16px;
	color: #000;
}

.Online {
	display: flex;
	margin-bottom: 10px;
}

.Online iframe {
	width: 65%;
}

.lineForm {
	width: 35%;
	background: rgb(45, 45, 45);
	padding: 60px 3.5vw;
}

.line1 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 15px;
}

.line2 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	height: 42px;
}

.lineForm input {
	width: 100%;
	padding: 20px;
	border: 1px solid rgb(130, 130, 130);
	margin-bottom: 25px;
	font-size: 14px;
}

.lineForm input::-webkit-input-placeholder,
.lineForm textarea::-webkit-input-placeholder {
	color: rgb(130, 130, 130);
}

.lineForm textarea {
	width: 100%;
	padding: 20px;
	height: 150px;
	border: 1px solid rgb(130, 130, 130);
	margin-bottom: 15px;
	font-size: 14px;
	color: rgb(130, 130, 130);
}

.lineForm button {
	width: 220px;
	display: inline-block;
	margin-top: 20px;
	padding: 18px 30px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	background: rgb(72, 72, 72);
	border-radius: 30px;
}

.bgg {
	background: rgb(244, 246, 251);
}

.Think {
	display: flex;
	margin-top: 100px;
}

.thDesc {
	width: 50%;
	padding-right: 4%;
}

.thPic {
	overflow: hidden;
}

.thPic img {
	float: left;
	width: 100%;
}

.th1 {
	font-size: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.th2 {
	font-size: 16px;
	margin-bottom: 60px;
	color: #666666;
}

.th3 {
	font-size: 22px;
	margin-bottom: 20px;
}

.thBox p {
	color: #666666;
	font-size: 16px;
	margin-bottom: 40px;
	line-height: 40px;
}

/* 人才招聘 */
.jobNeed {
	margin-top: 70px;
	padding-bottom: 60px;
}

.jobNeed_title {
	font-size: 30px;
	letter-spacing: 1px;
	color: #000;
	font-weight: 600;
	padding-bottom: 25px;
	border-bottom: 1px solid rgb(220, 220, 220);
}

.jobNeed_title span {
	font-family: 'DIN';
	font-size: 20px;
	margin-left: 25px;
	color: rgb(51, 51, 51);
	font-weight: normal;
	letter-spacing: 0;
}

.eachJob {
	margin-bottom: 50px;
}

.jobType {
	border-bottom: 1px solid rgb(220, 220, 220);
	padding-bottom: 40px;
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

/* .jobNeedcon>div:nth-child(2)>div:nth-child(2) {
	display: block;
}
 */
.jobType_left {
	width: 70%;
}

.jobType_left>p:nth-child(1) {
	font-size: 24px;
	color: rgb(51, 51, 51);
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.jobType_desc {
	line-height: 17px;
	display: flex;
}

.jobType_desc p {
	font-family: 'DIN';
	width: 33.3%;
	line-height: 20px;
	font-size: 16px;
	color: rgb(51, 51, 51);
}

.jobType_desc>p:nth-child(1) {
	text-align: left;
}

.jobType_desc>p:nth-child(2) {
	text-align: center;
	border-left: 1px solid rgb(51, 51, 51);
	border-right: 1px solid rgb(51, 51, 51);
}

.jobType_desc>p:nth-child(3) {
	text-align: right;
}

.jobOpen {
	width: 120px;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #fff;
	font-size: 15px;
	background: #ff6b35;
	text-align: center;
	cursor: pointer;
}

.jobDetail {
	padding: 0 50px;
	background: rgb(242, 245, 249);
	border-radius: 2px;
	margin-top: 50px;
	display: none;
	padding-bottom: 50px;
}

.jobDuty {
	display: flex;
}

.jobDuty_common {
	width: 48%;
	padding-top: 50px;
	margin-right: 4%;
}
.jobDuty>div:nth-child(2){
	margin-right: 0;
}
.jobDuty_word>:last-child {
	margin-bottom: 0;
}

.jobDuty_name {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.jobDuty_word p {
	color: rgb(102, 102, 102);
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.jobContact {
	margin-top: 80px;
	display: flex;
	margin-bottom: 10px;
}

.jobContact p {
	margin-right: 30px;
	font-size: 20px;
	color: #000;
}

.jobContact p span {
	font-size: 22px;
	color:  rgb(0,113,19);
	font-family: 'DIN';
}

.newsFlex {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 40px;
}

.newsFlex>a:nth-child(3n+3) {
	margin-right: 0;
}

.newsPart {
	width: 31.6%;
	margin-right: 2.5%;
	position: relative;
	transition: all 0.5s;
	overflow: hidden;
	background: #fff;
	margin-bottom: 2.5%;
}

.newsImg {
	overflow: hidden;
}

.newsImg img {
	float: left;
	width: 100%;
}

.newsImg {
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}

.newsImg img {
	float: left;
	width: 100%;
}

.newsImg::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
}

.newsImg img {
	float: left;
	transition: all 0.8s;
}

.newsPart:hover .newsImg img {
	transform: scale(1.12);

}

.newsPart:hover .newsImg::before {
	animation: gradient-rectangle 1.4s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.newsPart:hover .newsDesc::after {
	height: 100%;
}

.newsPart:hover .n1,
.newsPart:hover .n2,
.newsPart:hover .n3,
.newsPart:hover .n4 {
	color: #fff;
}

.newsPart:hover .n4 {
	border-bottom: 1px solid #fff;
}

.newsDesc {
	padding: 30px 20px 40px 20px;
	position: relative;
	background: rgb(245, 245, 245);
}

.newsDesc::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: #ff6b35;
	transition: all 0.5s;
}

.n2 {
	font-size: 20px;
	color: #333333;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	position: relative;
	z-index: 99;
	transition: all 0.5s;
}

.n3 {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 35px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
	z-index: 99;
	transition: all 0.5s;
}

.n4 {
	display: inline;
	font-size: 16px;
	color: rgb(0, 0, 0);
	border-bottom: 1px solid rgb(150, 150, 150);
	position: relative;
	z-index: 99;
	transition: all 0.5s;
	font-weight: 600;
	padding-bottom: 7px;
	padding-right: 15px;
}

/* 新闻详情页 */
.Detail {
	background: #fff;
	border-radius: 10px;
	padding: 50px 80px;
	position: relative;
	z-index: 99;
	padding-bottom: 70px;
}

.pt30 {
	padding-top: 50px;
}

.tailTop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgb(230, 230, 230);
	padding-bottom: 30px;
}

.tailTit {
	font-size: 34px;
	color: #000;
	margin-bottom: 18px;
}

.tailDate {
	display: flex;
}

.tailDate span:first-child {
	padding-left: 0;
}

.tailDate span:last-child {
	border-right: none;
}

.tailDate span {
	font-size: 15px;
	color: rgb(136, 136, 136);
	padding: 0 20px;
	border-right: 1px solid rgb(200, 200, 200);
	line-height: 16px;
}

.tailBox {
	width: 82%;
	margin: auto;
	padding: 70px 0;

}

.tailBox p {
	color: rgb(51, 51, 51);
	line-height: 35px;
	margin-bottom: 20px;
}

.tailBottom {
	padding: 50px 0 35px 0;
	border-top: 2px solid #ff6b35;
	border-bottom: 2px solid #ff6b35;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tailLink {
	display: flex;
	flex-direction: column;
}

.tailLink a {
	font-size: 16px;
	color: rgb(102, 102, 102);
	margin-bottom: 20px;
	transition: all 0.4s;
}

.tailLink .on {
	color: #ff6b35;
	text-shadow: 1px 0 0 #ff6b35;
}

.tailLink a:hover {
	color: #ff6b35;
	text-shadow: 1px 0 0 #ff6b35;
	transform: translateY(5px);
}

.backTo {
	display: inline-block;
	width: 150px;
	text-align: center;
	font-size: 16px;
	color: rgb(255, 255, 255);
	height: 47px;
	line-height: 47px;
	margin: 0px;
	border-radius: 30px;
}

.backTo .w {
	background: #ff6b35;
	position: relative;
	transition: all 0.25s ease 0s;
	transform-style: preserve-3d;
	pointer-events: none;
	border-radius: 30px;
	color: #fff;
}

.backTo .f {
	background: #ff6b35;
	color: rgb(51, 51, 51);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	color: #fff;
}

.backTo .t {
	padding: 0px 15px;
	position: absolute;
	border: 1px solid #ff6b35;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 0px;
	display: flex;
	justify-content: center;
	color: #ff6b35;
	top: -48px;
	transform-origin: center bottom;
	transform: rotateX(90deg);
	backface-visibility: hidden;
	align-items: center;
	border-radius: 30px;
}

.backTo:hover .w {
	transform: translateY(30px) translateZ(-30px) rotate3d(1, 0, 0, -90deg);
}

.backTo img {
	margin-left: 10px;
	position: relative;
}

.footLeft {
	display: flex;
}

.footLeft .footEwm {
	margin-right: 28px;
}

.Bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ff6b35;
}

.Bottom p {
	font-size: 14px;
	color: #fff;
	word-spacing: 15px;
	padding: 25px 0;
	cursor: pointer;
}

.Bottom img {
	margin-left: 12px;
}

.Top {
	background: rgba(0, 0, 0, 0.4);
	padding: 25px 30px !important;
}

.bgreen {
	background: #ff6b35;
}

.Wis.on{ display: block;}
.Wis {
	position: relative;
	cursor: pointer; display: none;
}
.Wis .swiper-slide-thumb-active .proName::after{
	    height: 50%;
}
.Wis .swiper-slide-thumb-active .proName p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    bottom:20px;
    z-index: 999;
    width: 100%;
}
.proName img{
	transition: all 0.4s; 
}
.Wis .swiper-slide-thumb-active img{
	transform: scale(1.1);
}
.topSide {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 25px 30px;
	margin-top: -74px;
	position: relative;
	z-index: 99;
	border-bottom: 1px solid rgb(235, 235, 235);
}

.top3 {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #888888;
	font-family: TIN;
}

.top3 img {
	margin-right: 10px;
}

.top1 .swiper-button-prev {
	left: 30px;
}

.top1 .swiper-button-next {
	right: auto;
	left: 80px;
}

.top1 .swiper-button-prev:after {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.top1 .swiper-button-next:after {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.Recommand {
	position: relative;
}

.bgw {
	background: rgb(245, 245, 245);
	padding-bottom: 90px;
}

.fruitBox .swiper-button-prev {
	left: 35%;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ff6b35;
	transition: 0.3s;
	top: -90px;
	position: absolute;
}

.fruitBox .swiper-button-next {
	right: auto;
	left: 42%;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(201, 224, 205);
	transition: 0.3s;
	top: -90px;
	position: absolute;
}
.fruitBox .swiper-button-prev::after{
	font-size: 22px;
	color: #fff;
}

.fruitBox .swiper-button-next::after{
	font-size: 22px;
	color: #fff;
}

.fruitBox .swiper-button-next:hover {
	background: #ff6b35;
}

.fruitBox .swiper-button-next:hover {
	background: #ff6b35;
}
.fruitBox{
	position: relative;
}

/*第三屏 s*/
.sec-3{background-position: center center; background-size: cover;overflow: hidden;padding-top: 50px;position: relative;}
.sec-3 .title{width: 90%;margin:0px auto;text-align: center;position: relative;top: 5%;}
.sec-3 .auto{height: 413px;position: relative;}
.sec-3 .line{position: absolute;left: 0;bottom:22%;width: 100%;height: 413px;background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: 0 bottom;
	animation: icon-shaking 2s linear 0.5s infinite alternate;
	-webkit-animation: icon-shaking 2s linear 0.5s infinite alternate;
	background-image:url(../images/sec3_line2.png);
}
@-webkit-keyframes icon-shaking {
	0%, 100% {
	-moz-transform: rotate(0deg) translateY(-20px);
	-ms-transform: rotate(0deg) translateY(-20px);
	-webkit-transform: rotate(0deg) translateY(-20px);
	transform: rotate(0deg) translateY(-20px);
 }
	25% {
	-moz-transform: rotate(0) translateY(0);
	-ms-transform: rotate(0) translateY(0);
	-webkit-transform: rotate(0) translateY(0);
	transform: rotate(0) translateY(0);
 }
}
.sec-3 .sectionbg{
	padding-bottom: 14%;
}
.sec-3 .item{max-width: 1520px;margin:0px auto;position: relative;z-index: 1;}
.sec-3 .item li{width: 25%;text-align: center;float: left;position: relative;}
.sec-3 .item .ico{width: 142px;height: 142px;margin:0px auto;position: relative;text-align: center;display: flex;align-items: center;justify-content: center;z-index:1;flex-direction: column;line-height: 30px;font-size: 20px;border-radius: 50%;background:#fff;color:#76bd17;box-shadow: 0 0 5px rgba(0,0,0,.1);font-family: "syb";transition: all 0.3s;}
.sec-3 .item .ico .tb{width: 50px;height: 50px;position: relative;margin:0px auto 6px;display: block;transform-style: preserve-3d;}
.sec-3 .item .ico .i1, .sec-3 .item .ico .i2 {display: block;width: 50px;height: 50px;position: absolute;left: 0;top: 0px;}
.sec-3 .item .ico .i1 {transition: 400ms;}
.sec-3 .item .ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.sec-3 .item .ico:hover .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.sec-3 .item .ico:hover .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}
.sec-3 .item .ico:before, .sec-3 .item .ico:after {content: "";border-radius: 50%;position: absolute;}
.sec-3 .item .ico:before {zoom: 1;left: -10%;top: -10%;width: 120%;height: 120%;-webkit-animation: guang 1.5s ease-out;
	-moz-animation: guang 1.5s ease-out;
	animation: guang 1.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;}
.sec-3 .item .ico:after {zoom: .9;left: 10%;top: 10%;width: 80%;height: 80%;z-index: 8;-webkit-animation: guang2 1.1s ease-out;
	-moz-animation: guang2 1.1s ease-out;
	animation: guang2 1.1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;}
	.sec-3 .auto{
		padding-top: 8%;
	}
@keyframes guang {
	0% {
	-moz-transform: scale(0);
	transform: scale(0);
	opacity: 1;
 }
	100% {
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0;
 }
 }
 @keyframes guang2 {
	0% {
	-moz-transform: scale(0);
	transform: scale(0);
	opacity: 1;
 }
	100% {
	-moz-transform: scale(1.06);
	transform: scale(1.06);
	opacity: 0;
 }
 }
.sec-3 .auto .info{border-radius: 0 27px 0 27px;background:#fff;box-shadow: 0 10px 20px rgba(0,0,0,0.3);width: 300px;position: absolute;top: -210px;left: 50%;margin-left:-288px;visibility: hidden;opacity: 0;transition: all 0.3s;}
.sec-3 .auto .imgbox{padding-top:150px;border-radius: 0 27px 0 0;}
.sec-3 .auto .txt{line-height: 23px;padding:20px 28px;}
.imgbox {
    overflow: hidden;
    position: relative;
}
.imgbox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-3 .auto .txt .ti{font-family: "syb";font-size: 20px;margin-bottom:8px;color:#333333;text-align: left;}
.sec-3 .auto .txt .dot2{height: 43px;font-size: 14px;text-align: left;color:#333333;}

.sec-3 .auto .item li{transform:translateY(280px);-webkit-transform:translateY(280px);opacity:0;}
.sec-3 .auto .item li.i1{text-align: left;padding-top:6%;transition:all 1s 0.1s;}
.sec-3 .auto .item li.i1 .ico{float:left;}
.sec-3 .auto .item li.i1:hover .info{top: -180px;opacity: 1;visibility: visible;}
.sec-3 .auto .item li.i2{width: 21%;padding-top: 16.5%;transition:all 1s 0.2s;}
.sec-3 .auto .item li.i2 .info{top: -70px;margin-left:0;left: 0;}
.sec-3 .auto .item li.i2:hover .info{top: -25px;opacity: 1;visibility: visible;}

.sec-3 .auto .item li.i3{width: 32%;padding-top:8%;transition:all 1s 0.3s;}
.sec-3 .auto .item li.i3 .info{top: -210px;margin-left:80px;left: 0;}
.sec-3 .auto .item li.i3:hover .info{top: -155px;opacity: 1;visibility: visible;}

.sec-3 .auto .item li.i4{text-align: right;width: 22%;padding-top:18%;transition:all 1s 0.4s;}
.sec-3 .auto .item li.i4 .ico{float: right;}
.sec-3 .auto .item li.i4 .info{top: -90px;margin-left:110px;left: 0;}
.sec-3 .auto .item li.i4:hover .info{top: -0px;opacity: 1;visibility: visible;}

.sec-3 .item li:hover .ico:after,.sec-3 .item:hover .ico:before{display: none;}
.sec-3 .item li:hover .ico{width: 120px;height: 120px;background:url(../images/sec3_itembg.png) center center no-repeat;overflow: hidden;}
.sec-3 .item li:hover .ico em{display: none;}
.sec-3.active .item li{transform:translate(0,0);-webkit-transform:translate(0,0);opacity:1;}

.ico em{
	color: rgb(0,113,19);
	font-style: normal;
}
.wapBrand {
	display: none;
}

.moUl1>li:last-child {
	margin-bottom: 0;
}

.salePic {
	position: relative;
}

.salePic img {
	transition: all 0.4s;
}

.salePic .aB {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	left: 0;
	top: -100%;
	z-index: 5;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.salePic .aB em {
	display: block;
	height: 100%;
	background: url(../images/logob.png) center center no-repeat;
}

.salePic:hover .aB {
	top: 0;
}

.salePic:hover img {
	transform: scale(1.1);
}

.thPic {
	position: relative;
}

 .thPic::before,
.thPic::after {
	content: "";
	background: #fff;
	height: 0;
	width: 0;
	z-index: 1;
	position: absolute;
	-webkit-transition-duration: 1s !important;
	-o-transition-duration: 1s;
	transition-duration: 1s !important;
}

.thPic::before {
	right: 0;
	opacity: 1;
	top: 0;
}

.thPic::after {
	bottom: 0;
	opacity: .7;
	left: 0;
}

.Think:hover .thPic::after,
.Think:hover .thPic::before {
	height: 100%;
	opacity: 0;
	width: 100%;
}
.searchAll input {
    width: 90%;
    font-size: 16px;
    color: #fff;
}
.op2 {
    position: relative;
    left: 20vw;
    top: -20px;
    cursor: pointer;
}

.searchAll input::-webkit-input-placeholder,
.searchAll textarea::-webkit-input-placeholder {
	color: rgb(255, 255, 255);
}
.index-logo a{position: relative;}
span:focus,
p:focus,
div:focus{
	border: none;
	outline: none;
}
.Swtich{
	cursor: pointer;
}
.fruitAll{
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
}
.cash .cashBox{
	background: #fff!important;
}

.salePic:hover img {
	transform: scale(1.1);
}

/* 联系我们板块样式 */
.contact-section {
	padding: 80px 0;
	background: #f8f9fa;
}

.contact-container {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	align-items: flex-start;
}

.contact-info-section {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.contact-info-header {
	margin-bottom: 40px;
}

.contact-info-header h2 {
	font-size: 40px;
	line-height: 60px;
	color: #333;
	margin-bottom: 15px;
	font-weight: 600;
}

.contact-info-header p {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}

.contact-items {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.contact-item {
	background: #fff;
	padding: 25px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	text-align: left;
}

.contact-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.contact-icon {
	width: 45px;
	height: 45px;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ff6b35;
	border-radius: 50%;
	flex-shrink: 0;
}

.contact-icon img {
	width: 22px;
	height: 22px;
	filter: brightness(0) invert(1);
}

.contact-info h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
	font-weight: 600;
}

.contact-info p {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin: 0;
}

/* 右侧联系表单样式 */
.contact-form-section {
	flex: 1;
}

.contact-form {
	background: #fff;
	padding: 35px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.contact-form h3 {
	font-size: 22px;
	color: #333;
	margin-bottom: 25px;
	font-weight: 600;
}

.contact-form-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form-group {
	position: relative;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #e1e5e9;
	border-radius: 6px;
	font-size: 14px;
	transition: all 0.3s ease;
	background: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
	outline: none;
	border-color: #ff6b35;
	background: #fff;
	box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
	color: #999;
}
.btn02{color:#ff6b35}
.submit-btn {
	width: 100%;
	padding: 12px 15px;
	background: #ff6b35;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.submit-btn:hover {
	background: #e55a2b;
	transform: translateY(-1px);
	box-shadow: 0 3px 10px rgba(255, 107, 53, 0.3);
}

/* 响应式设计 */
@media (max-width: 768px) {
	.contact-container {
		flex-direction: column;
		gap: 30px;
	}
	
	.contact-info-header {
		margin-bottom: 30px;
	}
	
	.contact-info-header h2 {
		font-size: 28px;
	}
	
	.contact-items {
		gap: 20px;
	}
	
	.contact-item {
		padding: 20px;
	}
	
	.contact-form {
		padding: 25px 20px;
	}
	
	.contact-form h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}
