@import url("../font/stylesheet.css");


table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
button,
input,
div {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: none;
}

form {
	height: auto;
	width: 100%;
}

i {
	font-style: normal;
}


* {
	margin: 0;
	padding: 0;
	outline: none;
}







body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	outline: none;
	font-family:"苹方","微软雅黑";
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

input,
button,
a {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-block-start: 0;
	margin-block-end: 0;
}


html{
	font-size: 22px !important;
}



@media (min-width: 768px) {
	html {
		font-size: 28px !important;
	}
}

@media (min-width: 1025px) {
	html {
		font-size: 32px !important;
	}
}

@media (min-width: 1440px) {
	html {
		font-size: 36px !important;
	}
}

@media (min-width: 1680px) {
	html {
		font-size: 40px !important;
	}
}

.h110 {
	height: 2.75rem;
	width: 100%;
}

table {
	border-collapse: collapse
}

.TopBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.15);
}

.TopBgS {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.3);
}



.line {
	background-color: #1c3d36;
	height: 0.25rem;
	width: 100%;
}




.bgcover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.container {
	max-width: 1800px;
	width: 92%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}




.head {
	height: 2rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}


.sp_header {
	display: none;
}

.sp_header {
	height: 2.2rem;
	overflow: hidden;
	background: #fff;
	position: fixed;
	z-index: 21;
	width: 100%;
	top: 0;
	left: 0;
}

.sp_logo {
	padding: 0.35rem;
	float: left;
	height: 2.2rem;
	box-sizing: border-box;
}

.sp_logo img {
	margin: auto;
	max-height: 100%;
	display: block;
}

.sp_nav {
	width: 2.5rem;
	float: right;
	position: relative;
	cursor: pointer;
	height: 2.2rem;
}

.sp_nav span {
	display: block;
	background: #1c3d36;
	width: 1rem;
	height: 2px;
	position: absolute;
	right: 0.5rem;
	transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
	top:0.75rem
}

.sp_nav span:nth-of-type(2) {
	top: 1.1rem
}

.sp_nav span:nth-of-type(3) {
	top: 1.45rem
}

.sp_nav_se span:nth-of-type(1) {
	top: 1.1rem;
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
	width: 0
}

.sp_nav_se span:nth-of-type(3) {
	top: 1.1rem;
	transform: rotate(-45deg)
}


.sjj_nav {
	position: fixed;
	z-index: 20;
	background: #fff;
	width: 100%;
	height: calc(100% - 2.2rem);
	font-size: 0.35rem;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}

.nav_show {
	top: 2.2rem
}

.sjj_nav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}





.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 1rem;
	position: relative;
	line-height: 2rem;
	font-size: 0.4rem;
	text-transform: uppercase;
}

.sjj_nav>ul>li:last-child {
	border-bottom: 1px #ddd solid;
}



.sjj_nav ul li a {
	color: #333333;
	width: 80%
	text-transform: uppercase;
}

.languages{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.languages a{
	display: block;
	padding: 0 0.75rem;
	font-size: 0.5rem;
	color: #1C3D36;
	text-decoration: underline;
	text-transform: uppercase;
}



.headDown {
	background-color: #ffffff;
}

.headDown a {
	color: #000000 !important;
}

.headDown i {
	background-color: #000000 !important;
}

.head .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 2rem;
}

.logo {
	width: 4rem;
	height: 2rem;
	display: flex;
	align-items: center;

}

.logo img {
	display: block;
	width: 3.775rem;
	height: auto;
}

.head .logo img:last-child {
	display: none;
}

.head .logo img:first-child {
	display: block;
}

.headDown .logo img:last-child {
	display: block;
}

.headDown .logo img:first-child {
	display: none;
}


.headDown .navActive:before {
	top: 0;
	left: 0;
	border-top: solid 1px #000000 !important;
	border-left: solid 1px #000000 !important;
}

.headDown .navActive:after {
	right: 0;
	bottom: 0;
	border-right: solid 1px #000000 !important;
	border-bottom: solid 1px #000000 !important;
}





.noBanner{
	margin-top: 2rem;
}



.pcNav {
	flex: 1;
	display: flex;
	align-items: auto;
	justify-content: flex-end;
}



.pcNav ul {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	flex-direction: row;
}

.pcNav ul li {
	display: inline-block;
}

.pcNav ul li a {
	padding: 0.07rem 0.25rem;
	display: block;
	font-size: 0.45rem;
	color: #fff;
	margin-left: 0.9rem;
	position: relative;
	font-family:"苹方","微软雅黑";
}



.pcNav .navActive:before,
.pcNav .navActive:after {
	content:'';
	position: absolute;
	width:3px;
	height: 6px;
	background: transparent;
}




.pcNav .navActive:before {
	top: 0;
	left: 0;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}

.pcNav .navActive:after {
	right: 0;
	bottom: 0;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}





.language {
	margin-left: 2.75rem;
	display: flex;
	align-items: center;
	justify-content: center;

}

.language a,
.language i {
	display: block;
	font-size: 0.45rem;
	color: #fff;
}

.language a {
	white-space: nowrap;
}

.language i {
	width: 1px;
	height: 0.2rem;
	background-color: #fff;
	margin: 0 0.25rem;
}



.bannerIndex {
	width: 100%;
	height: 21.5rem;
}

.conBanner {
	width: 100%;
	height: 21.5rem;
	position: relative;
}

.conBanner .container {
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}


.bannerIndex .swiper-slide .container {
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}


.bannerP{
	font-size: 1.25rem;
	color: #fff;
	line-height: 1;
	font-family: Odin;
	z-index: 2;
	text-transform: uppercase;
	display: block;
	margin-block-start: 0;
	margin-block-end: 0;
}

.bannerSpn{
	font-size: 1.25rem;
	color: #fff;
	margin-top: 0.2rem;
	z-index: 2;
	display: block;
	line-height: 1;
}


.bannerP i {
	display: inline-block;
	color: #ab6233;
}

.bannerIndex p  {
	font-size: 1rem;
	color: #fff;
	margin-top: 0.2rem;
	z-index: 2;
	text-transform: uppercase !important;
}

.indexPage {
	bottom: 2rem !important;
	text-align: left !important;
	padding: 0 1.5rem;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	align-items: flex-end;
}


.indexPage .currentClass {
	font-size: 0.9rem;
	line-height: 1;
}

.indexPage .pie {
	display: block;
	line-height: 1;
}


.indexPage .totalClass {
	font-size: 0.45rem;
	line-height: 1;
}


.scrollDown {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	height: auto;
	justify-content: center;
	position: absolute;
	bottom: 1.95rem;
	left: 0;
	z-index: 1;
}

.scrollDown img {
	display: block;
	width: 0.55rem;
	height: auto;
	margin-bottom: 0.35rem;
	animation: mymove 1s infinite;
	-webkit-animation: mymove 1s infinite;
}





.scrollDown span {
	display: block;
	font-size: 0.25rem;
	color: #fff;
	line-height: 1;
}



@keyframes mymove {
	0% {
		transform: translateY(-0.1rem)
	}

	50% {
		transform: translateY(0.1rem)
	}

	100% {
		transform: translateY(-0.1rem)
	}
}

@-webkit-keyframes mymove {
	0% {
		transform: translateY(-0.1rem)
	}

	50% {
		transform: translateY(0.1rem)
	}

	100% {
		transform: translateY(-0.1rem)
	}
}


.indexNext,
.indexPrev {
	width: 0.6rem !important;
	height: 0.775rem !important;
	display: block;
}

.indexNext {
	right: 1.5rem !important;
	bottom: 2.05rem !important;
	top: auto !important;
}

.indexPrev {
	right: 3.025rem !important;
	bottom: 2.05rem !important;
	top: auto !important;
	left: auto !important;
}

.prNeLine {
	width: 1px;
	height: 0.475rem;
	position: absolute;
	right: 2.55rem;
	bottom: 2.225rem;
	display: block;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 10;
}


.indexNext img,
.indexPrev img {
	width: 0.6rem;
	height: 0.775rem;
	display: block;
}

.swiper-button-next::after {
	content: '' !important;
}

.swiper-button-prev::after {
	content: '' !important;
}


.AllTitle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	padding: 0 1.5rem;
	box-sizing: border-box;
}

.AllTitle h1 {
	font-weight: bold;
	font-size: 0.85rem;
	color: #111111;
	line-height: 1.5;
	margin-bottom: 0.55rem;
	text-align: center;
}

.AllTitle h2 {
	font-weight: bold;
	font-size: 0.85rem;
	color: #111111;
	line-height: 1.5;
	margin-bottom: 0.55rem;
	text-align: center;
}
.neiColor {
	color: #ab6233;
	display: inline-block;
}

.AllTitle p {
	display: block;
	width: 18rem;
	max-width: 100%;
	line-height: 1.5;
	font-size: 0.45rem;
	color: #111111;
	text-align: center;
	font-weight: bold;
}

.AllTitle img {
	display: block;
	width: 0.925rem;
	height: 0.925rem;
	margin-top: 1.25rem;
	margin-bottom: 1.15rem;
}


.tab {
	width: 100%;
	box-sizing: border-box;
	padding: 0 1.5rem;
}

.tab_list {
	height: 1rem;
	width: 100%;
}

.tab_list ul {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.tab_list li {
	padding: 0.15rem 0.4rem;
	cursor: pointer;
	font-size: 0.45rem;
	display: block;
	margin: 0 0.9rem;
}

.tab_list .current {
	color: #ab6233;
	position: relative;
}


.tab_list .current:before,
.tab_list .current:after {
	content: '';
	display: block;
	position: absolute;
	width: 0.225rem;
	height: 0.3rem;
	background: transparent;
}

.tab_list .current:before {
	top: 0;
	left: 0;
	border-top: solid 2px #ab6233;
	border-left: solid 2px #ab6233;
}

.tab_list .current:after {
	right: 0;
	bottom: 0;
	border-right: solid 2px #ab6233;
	border-bottom: solid 2px #ab6233;
}



.tab_con {
	width: 100%;
	height: 16.5rem;
	margin-top: 1.15rem;
}

.item {
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
}

.tabSwiper {
	width: 100%;
	height: 100%;
}

.tabSwiper .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
}

.tabSwiperCon {
	width: calc(100% - 0.75rem);
	left: 50%;
	transform: translateX(-50%);
	height: 3.05rem;
	position: absolute;
	z-index: 1;
	bottom: 1.25rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}




.tabSwiperCon span {
	font-size: 0.45rem;
	font-weight: PFR;
	line-height: 1;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
}
.tabSwiperCon h4{
	font-size: 0.45rem;
	font-weight: PFR;
	line-height: 1;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
}
.tabSwiperCon p {
	font-size: 0.45rem;
	line-height: 1;
	display: block;
	width: 100%;
	margin-top: 0.35rem;
	color: #fff;
	text-align: center;
}
.tabSwiperCon h3{
	font-size: 0.45rem;
	line-height: 1;
	display: block;
	width: 100%;
	margin-top: 0.35rem;
	color: #fff;
	text-align: center;
}

.bgcover:hover .tabSwiperCon h3,.bgcover:hover .tabSwiperCon h4{color: #000;}


.tabNext,
.tabPrev {
	width: 1rem !important;
	height: 1rem !important;
	display: block;
	opacity: 1 !important;
	border-radius: 50%;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}

.tabNext img,
.tabPrev img {
	width: 1rem;
	height: 1rem;
	display: block;
}


.tabNext {
	right: -0.5rem !important;
}

.tabPrev {
	left: -0.5rem !important;
}


.numTxt {
	color: #111111;
	font-size: 0.45rem;
	line-height: 1.5;
	text-align: center;
	display: block;
	width: 30rem;
	max-width: 92%;
	margin: 0 auto;
}

.numBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 2.1rem 0;
}

.numBox ul {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.numBox ul li {
	margin: 0 1.35rem;
}

.numBox ul li span {
	font-family: Ari;
	font-size: 1.35rem;
	color: #1c3d36;
	position: relative;
	line-height: 1;
	display: flex;
	align-items: center;
	
}

.numBox ul li span p,.numBox ul li span i{
	display: inline-block;
}
.numBox ul li span i{
	font-size: 1rem;
	position: relative;
}

.numBox ul li>p {
	color: #111111;
	font-size: 0.35rem;
	display: block;
	line-height: 1;
	margin-top: 0.1rem;
}


.add i::after {
	content: '+';
	position: absolute;
	width: 0.5rem;
	bottom: 0;
	right: -0.8rem;
	display: block;
	font-size: 0.562rem;
}


.more {
	width: 4.75rem;
	height: 1.25rem;
	background-color: #1c3d36;
	color: #fff;
	line-height: 1.25rem;
	text-align: center;
	font-size: 0.35rem;
	color: #fff;
	display: block;
	margin: 0 auto;
}


.brand {
	height: 18.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.brandList {
	flex: 1;
	height: 100%;
	position: relative;
	padding: 2.5rem 2.2rem;
	box-sizing: border-box;
	cursor: pointer;
}

.brandList:nth-child(2) {
	margin: 0 0.75rem;
}

.brandCon {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	position: inherit;
	z-index: 2;
}

.brandCon i {
	height: 2.4rem;
	display: block;
	width: 1px;
	z-index: 2;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.5);
}


.brandCon span {
	font-size: 0.6rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	width: 100%;
	display: block;
	z-index: 2;
	margin-top: 0.85rem;
}



.brandCon h3 {
	font-size: 0.6rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	width: 100%;
	display: block;
	z-index: 2;
	margin-top: 0.85rem;
}

.brandCon p {
	font-size: 0.45rem;
	line-height: 1.5;
	margin-top: 0.5rem;
	display: block;
	width: 100%;
	color: #fff;
	z-index: 2;
	text-align: center;
}



.newsLogo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsBox {
	flex: 1;
}

.newsTop {
	height: 7.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}


.newsMore {
	width: 4.5rem;
	height: 1.125rem;
	background-color: #1c3d36;
	color: #fff;
	line-height: 1.25rem;
	text-align: center;
	font-size: 0.35rem;
	color: #fff;
	display: block;
}


.newsCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 13.75rem;
	width: 100%;
}

.newList {
	width: calc(50% - 0.4rem);
	height: 100%;
	display: flex;
	flex-direction: column;
	border-bottom: 2px solid #1c3d36;
}

.newList div {
	width: 100%;
	height: 10rem;
}

.newList span {
	font-size: 0.4rem;
	font-family: Ari;
	line-height: 1;
	margin-top: 0.87rem;
	color: #1c3d36;
}

.newList p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.5;
	font-size: 0.5rem;
	margin-top: 0.5rem;
	height: 1.36rem;
	color: #111111;
}
.newList h3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.5;
	font-size: 0.5rem;
	margin-top: 0.5rem;
	height: 1.36rem;
	color: #111111;
}


.LogoBox {
	width: 34%;
	padding-left: 5%;
	box-sizing: border-box;
	float: left;
}

.logoTop {
	height: 7.25rem;
	width: 100%;
	display: flex;
	align-items: center;
}

.logoCon {

	height: 13.75rem;
	width: 100%;
	overflow:hidden;
}

.logoCon ul {
	display:block ;
	height: 100%;
	width: 100%;
}

.logoItem {
	height: 4.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.logoList {
	border-top: 1px solid rgba(28, 61, 54, 0.2);
	height: 100%;
	padding: 0.8rem 0;
	box-sizing: border-box;
	width: calc(50% - 0.37rem);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.logoList span {
	font-size: 0.35rem;
	line-height: 1;
	color: #1c3d36;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.logoList img {
	display: block;
	width: 2.2rem;
}

.logoItem:last-child .logoList {
	border-bottom: 1px solid rgba(28, 61, 54, 0.2);
}








.guide {
	height: 1.9rem;
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 0.7rem;
}

.guide a {
	font-size: 0.45rem;
	color: #111111;
}

.guide i {
	margin: 0 1rem;
	width: 1px;
	height: 0.4rem;
	background-color: #000000;
}



.inPage {
	color: #b06432 !important;
}

.bgOther {
	background-size: 80% auto !important;
}

.contactBox {
	width: 100%;
	height: 5.95rem;
	overflow: hidden;
}

.contactBox ul {
	display: flex;
	height: 100%;
	align-items: flex-start;
}

.contactBox ul li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.contactBox ul li div {
	width: 2.75rem;
	height: 2.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contactBox ul li div img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.contactBox ul li span {
	font-size: 0.6rem;
	color: #1c3d36;
	line-height: 1;
	display: block;
	margin: 0.95rem 0 0.6rem 0;
}

.contactBox ul li p {
	display: block;
	font-size: 0.45rem;
}


.contactSwiper {
	background-color: #f7f8f8;
	height: 15.1rem;
	width: 100%;
	display: flex;
}

.contactLeft {
	flex: 1;
	height: 100%;
}

.contactRight {
	width: 18.75rem;
	height: 100%;
}



.contactRight .swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;

	padding: 1rem !important;
	box-sizing: border-box;
}

.rightCon div {
	font-size: 1.12rem;
	color: #000000;
	line-height: 1;
}

.rightCon span {
	font-size: 0.6rem;
	color: #111111;
	margin: 0.5rem 0 1rem 0;
	line-height: 1;
	display: block;
}

.rightCon p {
	font-size: 0.5rem;
	color: #000000;
	line-height: 1.3;
}




.contactN,
.contactP {
	position: absolute;
	bottom: 2rem;
	z-index: 3;
}

.contactP {
	left: 2rem !important;
}

.contactN {
	left: 3.6rem !important;
}



.contactUl {
	height: 9.6rem;
	width: 100%;
}

.contactUl ul {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.contactUl ul li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.contactUl ul li div {
	height: 2.6rem;
	width: 2.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contactUl ul li div img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.contactUl ul li span {
	display: block;
	line-height: 1;
	font-size: 0.45rem;
	color: #1c3d36;
	margin-top: 0.85rem;
	height: 0.6rem;
	text-align: center;
}

.contactIput {
	width: 100%;
	height: 17.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.contactIput h1 {
	font-size: 0.85rem;
	color: #ffffff;
	line-height: 1;
	font-style: normal;
	display: block;
}

.contactIput p {
	font-size: 0.45rem;
	color: #fff;
	line-height: 1;
	display: block;
	margin: 0.5rem auto 1.5rem;
	max-width: 92%;
}

.contactIput form{
	display: flex;
	width: 25rem;
	max-width: 92%;
	height: auto;
	flex-direction: column;
	align-items: center;
}


.iptBox {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.iptBox>div {
	width: calc(50% - 0.25rem);
	border: 1px solid #b5b5b5;
	display: flex;
	align-items: center;
	margin-bottom: 0.75rem;
	height: 1.2rem;
}

.iptBox>div div {
	width: 1.25rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iptBox>div div img {
	display: block;
	max-width: 40%;

}


.iptBox input {
	background-color: transparent;
	line-height: 1.2rem;
	font-size: 0.35rem;
	color: #ffffff;
	flex: 1;
}

.iptBox input::placeholder,
.textareaBox textarea::placeholder {
	font-size: 0.35rem;
	color: #b5b5b5;
	line-height: 1.3;
}


.textareaBox {
	width: 100%;
	border: 1px solid #b5b5b5;
	display: flex;
}

.textareaBox div {
	width: 1.25rem;
	height: 100%;
	padding: 0.35rem 0;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.textareaBox div img {
	display: block;
	max-width: 40%;
}


.textareaBox textarea {
	background-color: transparent;
	border: none;
	resize: none;
	flex: 1;
	font-size: 0.35rem;
	color: #fff;
	padding: 0.35rem 0;
	height: 3rem;
	line-height: 1.5;
}


.tj {
	width: 4.75rem;
	height: 1.25rem;
	margin-top: 1rem;
	background-color: #ab6233;
	font-size: 0.35rem;
	text-align: center;
	line-height: 1.25rem;
	color: #fff;
}







.aboutBanner {
	width: 100%;
	height: 21.5rem;
	position: relative;
}

.aboutBanner .container {
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}

.aboutBannerTxt {
	margin-top: 8.375rem;
	display: flex;
	align-items: center;
	flex-direction: column;

}


.aboutBannerP {
	font-size: 0.85rem;
	line-height: 1;
	color: #fff;
	z-index: 2;
	position: inherit;
	text-align: center;
}

.aboutBannerSpan {
	font-size: 0.45rem;
	line-height: 1.3;
	color: #fff;
	z-index: 2;
	position: inherit;
	margin-top: 0.5rem;
}

.white {
	margin: 0 5% !important;
}

.white span,
.white p {
	color: #fff !important;
}



.aboutOne {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 2.75rem 0;
	width: 100%;
	line-height: 0.5;
}

.aboutOne img {
	display: block;
	width: 0.925rem;
	height: 0.925rem;
	margin: 1.4rem auto;
}

.aboutOne p {
	font-size: 0.45rem;
	color: #000000;
	line-height: 2;
	text-align: center;
}


.aboutSwiper {
	width: 100%;
	height: 15rem;
}

.aboutSwiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.aboutSwiper .swiper-slide span {
	font-size: 0.85rem;
	color: #fff;
	line-height: 1;
	display: block;
}


.aboutSwiper .swiper-slide h3{
	font-size: 0.85rem;
	color: #fff;
	line-height: 1;
	display: block;
}

.aboutSwiper .swiper-slide p {
	font-size: 0.55rem;
	color: #fff;
	line-height: 1;
	display: block;
	margin-top: 0.55rem;
	max-width: 80%;
	text-align: center;
}

.aboutSwiper .swiper-slide p:last-child{
	margin-top: 0.3rem;
	margin-bottom: 2rem;
}



.aboutNext,
.aboutPrev {
	width: 1rem !important;
	height: 1rem !important;
	display: block;
	opacity: 1 !important;
	border-radius: 50%;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}

.aboutNext img,
.aboutPrev img {
	width: 1rem;
	height: 1rem;
	display: block;
}


.aboutNext {
	right: 1.5rem !important;
}

.aboutPrev {
	left: 1.5rem !important;
}


.marTop {
	margin-top: -2.6rem;
	background-color: transparent;
	z-index: 2;
	position: relative;
}

.zsBox {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.zsLine {
	margin-top: 2.325rem;
	margin-bottom: 1.5rem;
	max-width: 92%;
	width: 35rem;
	height: 3px;
	background-color: #1c3d36;
}



.zsSwiper {
	width: 100%;
	height: 11.25rem;
	margin-bottom: 1.5rem;
}




.zsSwiper .swiper-slide {
	background-color: #f7f8f8;
}



.zsScroll {
	height: 2px;
	position: inherit;
	width: calc(100% - 13rem) !important;
	box-sizing: border-box;
	margin: 0 auto;
}

.swiper-scrollbar-drag {
	height: 0.15rem !important;
	background-color: #1c3d36 !important;
	top: -0.075rem !important;
}

.zsConBox {
	width: 100%;
	height: 100%;
	padding: 1.25rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zsConLeft {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
	flex: 1;
}

.zsConLeft span {
	font-size: 0.95rem;
	font-family: Ari;
	color: #1c3d36;
	line-height: 1;
	display: block;
}

.zsConLeft p {
	display: block;
	line-height: 1.3;
	font-size: 0.35rem;
}

.zsImg {
	height: 100%;
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.zsImg img {
	display: block;
	height: 100%;

}



.gsBox {
	height: 24rem;
	width: 100%;
	position: relative;
}

.GStop {
	height: 24rem;
	width: 100%;
}

.GSconBox {
	width: 100%;
	background-color: rgba(0, 0, 0, .3);
	height: 11.25rem;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 1.875rem 0;
	box-sizing: border-box;
}


.gsCon {
	width: 35rem;
	max-width: 94%;
	margin: 0 auto;
	height: 100%;
	display: flex;
}

.gsconLeft {
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 0.6rem;
	box-sizing: border-box;
}

.leftTitle {
	font-size: 1.12rem;
	line-height: 1;
	color: #fff;
}

.leftCon {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
}

.leftCon span {
	font-size: 0.75rem;
	color: #fff;
	line-height: 1;
	margin-bottom: 0.55rem;
}



.leftCon h3{
	font-size: 0.75rem;
	color: #fff;
	line-height: 1;
	margin-bottom: 0.55rem;
}

.leftCon p {
	font-size: 0.45rem;
	line-height: 1.6;
	color: #fff;
	height: 3rem;
	overflow: auto;
}

.leftCon p::-webkit-scrollbar {
	width: 1px;
	height: 0.75rem;
}

.leftCon p::-webkit-scrollbar-track {
	background: #ffffff;
	border-radius: 2px;
}

.leftCon p::-webkit-scrollbar-thumb {
	background: #b06432;
}

.leftCon p::-webkit-scrollbar-corner {
	background: #ffffff;
}

.gsconRight {
	width: 21.25rem;
	height: 100%;
	padding-left: 0.5rem;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	position: relative;
}


.GSthumbs {
	width: 100%;
	height: 3.5rem;
}

.GSthumbs .swiper-wrapper {
	width: 100%;
}



.GSthumbs .swiper-slide-thumb-active {
	border: 4px #b06432 solid;
	box-sizing: border-box;
}











.GSNext,
.GSPrev {
	width: 1rem !important;
	height: 1rem !important;
	display: block;
	opacity: 1 !important;
	border-radius: 50%;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
}

.GSNext img,
.GSPrev img {
	width: 1rem;
	height: 1rem;
	display: block;
}


.GSNext {
	right: 0 !important;

}

.GSPrev {
	right: 1.5rem !important;
}






.timeSwiper .swiper-slide {
	height: 11.25rem;
}

.timeTxt {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	padding: 1rem 1.125rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.timeTxt span {
	font-size: 0.55rem;
	color: #fff;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.timeTxt p {
	display: block;
	width: 100%;
	line-height: 1.5;
	font-size: 0.35rem;
	color: #fff;
}


.timePageBox {
	width: 100%;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}


.timePageBox .timeNext,
.timePageBox .timePrev {
	position: inherit;
	width: 1.375rem;
	height: 1.375rem;
	cursor: pointer;
}

.timePageBox .timeNext img,
.timePageBox .timePrev img {
	display: block;
	width: 1.375rem;
	height: 1.375rem;
}


.timePage {
	height: 2.5rem;
	z-index: 1;
	position: inherit !important;
	margin: 0.9rem 0.5rem 0;
}

.timePage::after {
	content: '';
	display: block;
	position: absolute;
	top: 0.8rem;
	width: 100%;
	height: 1px;
	z-index: 0;
	background-color: #bababa;
}



.timePage .swiper-pagination-bullet {
	width: 0.375rem;
	height: 0.375rem;
	background-color: #fff;
	border: 0.05rem solid #bababa;
	margin: 0 1.375rem !important;
	position: relative;
	opacity: 1 !important;
	z-index: 1;
}


.timePage .swiper-pagination-bullet-active {
	width: 0.475rem;
	height: 0.475rem;
	border: none;
	background-color: #b06432 !important;
}


.timePage .swiper-pagination-bullet p {
	display: block;
	position: absolute;
	top: 0.75rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.45rem;
	color: #1c3d36;
}

.timePage .swiper-pagination-bullet-active p {
	color: #b06432;
}




.newsPageCon {
	height: auto;
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.newPageList {
	flex: 0 0 calc(33.333% - 0.55rem);
	height: 100%;
	display: flex;
	flex-direction: column;
	border-bottom: 2px solid #1c3d36;
	padding-bottom: 0.75rem;
	margin-right: 0.55rem;
	margin-bottom: 2.75rem;
	overflow: hidden;
}

.newPageList:nth-child(3n) {
	margin-right: 0;
}


.newPageList div {
	width: 100%;
	height: 10rem;
}

.newPageList h3 {
	font-size: 0.6rem;
	color: #000000;
	line-height: 1;
	margin-top: 0.87rem;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space:nowrap; 
	width: 100%;
}


.newPageList span {
	font-size: 0.4rem;
	font-family: Ari;
	line-height: 1;
	margin-top: 0.5rem;
	color: #1c3d36;
}

.newPageList p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.5;
	font-size: 0.5rem;
	margin-top: 0.5rem;
	color: #111111;
}


.newMore {
	width: 4.75rem;
	height: 1.25rem;
	border: 1px solid #000000;
	line-height: 1.25rem;
	text-align: center;
	font-size: 0.45rem;
	color: #000000;
	display: block;
	margin: 0 auto;
}



.newsDetail {
	width: 35rem;
	height: auto;
	max-width: 94%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}



.newTile {
	font-size: 1.12rem;
	line-height: 1.5;
	color: #111111;
	max-width: 94%;
	text-align: center;
	
}
.newTile h1{
	font-size: 1.12rem;
	line-height: 1.5;
	color: #111111;

	text-align: center;
	
}

.newsUl {
	margin: 1rem auto 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	overflow: hidden;
}

.newsUl li {
	display: flex;
	align-items: center;
}


.newsUl li:nth-child(2) {
	margin: 0 2rem;
}

.newsUl li:nth-child(1),
.newsUl li:nth-child(2) {
	font-family: Ari
}


.newsUl li img {
	display: block;
	max-height: 0.45rem;
	margin-right: 0.2rem;
}

.newsUl li span {
	font-size: 0.4rem;
	color: #1c3d36;
	line-height: 1;
}


.newTxt {
	border-top: 2px solid #1c3d36;
	border-bottom: 2px solid #1c3d36;
	padding: 1.45rem 0;
	width: 100%;
}


.newTxt p {
	font-size: 0.45rem;
	color: #000000;
	line-height: 1.8;
	display: block;
	width: 100%;
}

.newTxt img {
	display: block;
	width: 100%;
	margin: 1.35rem 0;
}

.newsNP {
	height: auto;
	overflow: hidden;
	margin-top: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.newsNPLeft {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.newsNPLeft div {
	display: flex;
}

.newsNPLeft div:first-child {
	margin-bottom: 0.87rem;
}

.newsNPLeft div span {
	font-size: 0.45rem;
	color: #1c3d36;
	margin-right: 0.15rem;
	display: block;
	width: 4rem;
}

.newsNPLeft div:first-child a {
	font-size: 0.45rem;
	color: #b06432;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap; 

}

.newsNPLeft div:last-child a {
	font-size: 0.45rem;
	color: #2b2827;
}




.newsNPRight {
	width: 4.75rem;
	height: 1.25rem;
	background-color: #ab6233;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsNPRight span {
	font-size: 0.45rem;
	color: #fff;
}

.newsNPRight img {
	display: block;
	width: 0.17rem;
	margin-left: 0.8rem;
}


.tab_con_product {
	height: 7.5rem;
	width: 100%;
	margin-top: 1.15rem;
}


.tabSwiperConPro {
	width: calc(100% - 1.7rem) !important;
	bottom: 0.6rem !important;
	height: 2.25rem !important;
}



.productList {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-flow: row wrap;
}

.productList a {
	flex: 0 0 calc(33.333% - 0.7rem);
	margin-right: 1.05rem;
	margin-bottom: 2.75rem;
	display: block;
	border: 1px solid #ffffff;
	box-sizing: border-box;
}

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

.productList a>div {
	height: 15rem;
	background-color: #e8e5de;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.productList a>span {
	height: 2.5rem;
	font-size: 0.45rem;
	color: #000000;
	display: block;
	width: 100%;
	line-height: 2.5rem;
	text-align: center;
}
.productList a>h3{
	height: 2.5rem;
	font-size: 0.45rem;
	color: #000000;
	display: block;
	width: 100%;
	line-height: 2.5rem;
	text-align: center;
}

.guding>div {
	background-color: #b06432 !important;
	padding: 1.4rem 1rem;
	box-sizing: border-box;
	background-image: url(../img/product/pruductBBBg.png);
	background-position: right bottom !important;
	background-repeat: no-repeat;
	background-size: 9.52rem auto !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.guding:hover {
	border: 1px solid #fff !important;
}

.gudingTop p {
	font-size: 0.87rem;
	line-height: 1;
	display: block;
	color: #fff;
}

.gudingTop span {
	font-size: 1.12rem;
	line-height: 1;
	display: block;
	color: #fff;
	margin-top: 0.4rem;
}

.gudingBottom {
	font-size: 0.45rem;
	line-height: 1;
	color: #fff;
	text-decoration: underline;
}




.productSBox {
	width: 100%;
	height: 20.25rem;
	overflow: hidden;
}

.proSwiper {
	width: 55%;
	height: 100%;
	float: left;
}

.proSwiper .swiper-slide {
	background-color: #e8e5de;
	/*background-size: auto 80%;*/
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}


.proCon {
	width: 45%;
	height: 100%;
	float: left;
	padding: 0 6% 0 10%;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.proCon h1 {
	font-size: 0.75rem;
	width: 100%;
	display: block;
	line-height: 1;
	margin-bottom: 0.75rem;
}

.proCon span {
	display: block;
	width: 100%;
	line-height: 1.5;
	font-size: 0.45rem;
	color: #000000;
}

.proLine {
	width: 100%;
	border: 0.5px dashed #b5b5b5;
	margin: 1rem 0 1.5rem 0;
}

.proCon h2 {
	display: block;
	width: 100%;
	line-height: 1;
	font-size: 0.6rem;
	color: #000000;
	margin-bottom: 0.75rem;
}


.proCon span p{
	padding-left: 0;
}

.proCon p {
	padding-left: 0.7rem;
	box-sizing: border-box;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	font-size: 0.45rem;
	margin-bottom: 0.37rem;
}

.proCon>p::after {
	content: '';
	background-color: #1c3d36;
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}


.proPage {
	left: 1.5rem !important;
	right: auto !important;
}

.proPage .swiper-pagination-bullet-active {
	background-color: #000000 !important;
}


.youLike {
	font-size: 1.12rem;
	line-height: 1;
	width: 100%;
	text-align: center;
	color: #111111;
	margin-bottom: 1.45rem;
}

.likeSwiper {
	width: 100%;
	height: 17.5rem;
	padding: 0 0.5rem !important;
	box-sizing: border-box;
}



.likeSwiper .swiper-slide {
	height: 17.5rem;
	border: 1px solid #fff;
	box-sizing: border-box;
	display: block;
}





.likeSwiper .swiper-slide>div {
	height: 15rem;
	background-color: #e8e5de;
	width: 100%;
	background-position: center bottom;
	background-size: auto 80%;
	background-repeat: no-repeat;
}

.likeSwiper .swiper-slide>span {
	height: 2.5rem;
	font-size: 0.45rem;
	color: #000000;
	display: block;
	width: 100%;
	line-height: 2.5rem;
	text-align: center;
}


.likeSwiper .swiper-slide>h3{
	height: 2.5rem;
	font-size: 0.45rem;
	color: #000000;
	display: block;
	width: 100%;
	line-height: 2.5rem;
	text-align: center;
}

.proDNext,
.proDPrev {
	width: 1rem !important;
	height: 1rem !important;
	display: block;
	opacity: 1 !important;
	border-radius: 50%;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}

.proDNext img,
.proDPrev img {
	width: 1rem;
	height: 1rem;
	display: block;
}


.proDNext {
	right: 0.2rem !important;
}

.proDPrev {
	left: 0.2rem !important;
}


.abilitySwiper {
	height: auto;
	width: 100%;
}

.abilitySwiper .swiper-slide {
	height: auto;
	padding: 0.6rem;
	border: 1px solid #b5b5b5;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
}

.abilityImg {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.abilityImg img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.abilitySwiper .swiper-slide span {
	line-height: 1;
	font-size: 0.6rem;
	color: #1c3d36;
	margin: 0.8rem 0 0.6rem 0;
	text-align: center;
}
.abilitySwiper .swiper-slide h3{
	line-height: 1;
	font-size: 0.6rem;
	color: #1c3d36;
	margin: 0.8rem 0 0.6rem 0;
	text-align: center;
}
.abilitySwiper .swiper-slide p {
	display: block;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	color: #111111;
	font-size: 0.45rem;
}

.abilitySwiper .swiper-slide::after {
	content: '';
	display: block;
	width: 0.75rem;
	height: 0.75rem;
	position: absolute;
	background-image: url(../img/ability/plan.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	right: 0;
	top: 50%;
	transform: translate(200%,-50%);
}


.abContact {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.abContactO {
	width: 100%;
	height: 12.5rem;
	background-color: #f7f8f8;
}

.abImgLeft {
	width: 50%;
	float: left;
	height: 100%;
}

.abContactRight {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 8%;
	display: flex;
	height: 100%;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.abContactRight span {
	font-size: 0.6rem;
	color: #1c3d36;
	line-height: 1.5;
}

.abContactRight h3{
	font-size: 0.6rem;
	color: #1c3d36;
	line-height: 1.5;
}
.abContactRight p {
	font-size: 0.45rem;
	line-height: 1.5;
	color: #000000;
	display: block;
	width: 100%;
	margin: 1rem 0 1.5rem;
	text-align: left;
}

.abContactRight a {
	margin: 0;
}


.bottomSwiper {
	width: 100%;
	height: 9.62rem;
}




.footer {
	height: 10rem;
	background-color: #1c3d36;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-top: 0.25rem solid #aa6233;
}

.footName {
	font-size: 0.55rem;
	color: #fff;
	line-height: 1;
	max-width: 92%;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.contactBtn {
	width: 4.75rem;
	height: 1.25rem;
	line-height: 1.25rem;
	text-align: center;
	font-size: 0.35rem;
	color: #fff;
	margin-top: 1rem;
	background-color: #ab6233;
}

.iconBox {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 0.6rem;
	width: 100%;
	margin: 0.85rem auto 1.1rem;
}

.iconBox a {
	display: flex;
	width: 0.6rem;
	height: 0.6rem;
	align-items: center;
	justify-content: center;
	margin: 0 0.35rem;
}

.iconBox a>img {
	display: block;
	max-width: 100%;
}

#wx {
	position: relative;
}


.wxImg {
	display: none;
	height: 3rem;
	width: 3rem;
	border-radius: 0.2rem;
	padding: 0.1rem;
	box-sizing: border-box;
	position: absolute;
	top: -3.2rem;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	overflow: hidden;
}

.wxImg img {
	width: 100%;
	height: auto;
	display: block;
}


.email {
	font-family: Ari;
	font-size: 0.45rem;
	color: #fff;
	line-height: 1;
	margin-bottom: 0.45rem;
}

.copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 94%;
	margin: 0 auto;
}

.copyright span {
	font-size: 0.3rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1;
}

.copyright span>a{
	font-size: 0.3rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1;
}


.copyright i {
	width: 1px;
	height: 0.2rem;
	background-color: rgba(255, 255, 255, 0.6);
	margin: 0 0.425rem;
}

.copyright div {
	font-size: 0.3rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1;
}

.copyright div a {
	display: inline-block;
	color: rgba(255, 255, 255, 0.6);
}
#wx:hover .wxImg{
	display: block;
}


