.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'iconfont';  /* Project id 2376408 */
	src: url('//at.alicdn.com/t/c/font_2376408_uktr35vb68.woff2?t=1727242524301') format('woff2'),
		 url('//at.alicdn.com/t/c/font_2376408_uktr35vb68.woff?t=1727242524301') format('woff'),
		 url('//at.alicdn.com/t/c/font_2376408_uktr35vb68.ttf?t=1727242524301') format('truetype');
  }

@font-face {
	font-family: "Montserrat-L";
	src: url('../fonts/Montserrat-Light.woff 2.ttf')
}

@font-face {
	font-family: "Montserrat-R";
	src: url('../fonts/Montserrat-Regular 2.otf')
}

@font-face {
	font-family: "jtus";
	src: url('../fonts/jtus.woff2')
}

@font-face {
	font-family: "pxi-b";
	src: url('../fonts/pxi-b.woff2')
}

@font-face {
	font-family: "pxi-e";
	src: url('../fonts/pxi-e.woff2')
}

@font-face {
	font-family: "goodTimes";
	src: url('../fonts/good times.otf')
}



body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "pxi-b";
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	margin: 0px auto;
	overflow-x: auto;
}

a {
	color: #333;
	text-decoration: none;
}

img {
	border: 0;
	display: inline;
	vertical-align: bottom;
	width: auto;
	height: auto;
	max-width: 100%;
}

div,
ul,
li,
dl,
dd,
span,
h1,
h2,
p,
h4,
h3 {
	margin: 0;
	padding: 0;
	list-style: none;
}

input,
textarea {
	font-family: "Gilroy-L";
}

.clear {
	clear: both;
}

.container {
	width: 90%;
	max-width: 1520px;
	margin: 0 auto;
}

.container2 {
	width: 90%;
	max-width: 1380px;
	margin: 0 auto;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-center-y {
	display: flex;
	align-items: center;
}

* {
	box-sizing: border-box;
}

html.active {
	height: 100%;
	overflow: hidden;
}


/*导航蓝色部分*/
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0px;
	z-index: 999999;
	background: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

header.active {
	background-color: #9F7636;
}

header .logo img {
	height: 50px;
}

header .container {
	display: flex;
	align-items: center;
	height: 70px;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 999;
}

header .rt {
	display: flex;
	align-items: center;
}

header nav ul {
	display: flex;
	align-items: center;
}

header nav li {
	margin: 0px 5px;
	display: flex;
	position: relative;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

header nav li .title {
	padding: 0px 25px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	height: 70px;
	text-transform: uppercase;
	font-family: "pxi-e";
}

header nav li:hover .title {
	background-color: #9F7636;
	color: #fff;
}

header nav li .title .icon {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 13px;
	height: 13px;
	margin-left: 3px;
}

header nav li .submenu {
	background: rgba(0, 0, 0, 0.4);
	width: auto;
	position: absolute;
	top: 100%;
	z-index: 20;
	transform-origin: 50% 0;
	transform: scaleY(0) translateZ(0);
	opacity: 0;
	left: 0px;
	transition: transform 0.3s, opacity 0.3s;
	max-height: 80vh;
	overflow: auto;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	align-items: stretch;
}

header nav li.no5 .submenu {
	width: 126px;
}

header nav li:hover .submenu {
	transform: scaleY(1) translateZ(0);
	opacity: 1;
}

header nav li .submenu a {
	color: #fff;
	line-height: 40px;
	/* text-transform: none; */
	display: block;
	/* white-space: nowrap; */
	overflow: hidden;
	/* text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; */
	font-size: 13px;
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	height: 40px;
	/* font-weight: normal; */
	padding: 0 20px;
	width: max-content;
	min-width: 100%;
}

header nav li .submenu a:hover {
	background: #f1ba19;
	color: #fff;
}

header nav li .submenu a:last-child {
	border-bottom: 0px;
}

header nav li .submenu::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: none;
	border-radius: 15px;
}

header nav li .submenu::-webkit-scrollbar-thumb {
	background: #333;
	scrollbar-arrow-color: #333;
	border-radius: 15px;
}

header .langer {
	color: #999;
	text-transform: uppercase;
	line-height: 1.2;
	margin-left: 10px;
}

header .langer .iconfont {
	margin-right: 5px;
}

header .langer:hover {
	color: #9F7636;
}

.top_2 {
	height: 70px;
}


/*移动菜单*/
.menubtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 40px;
	right: 0px;
	z-index: 100;
	display: none;
	position: relative;
	margin-left: 15px;

}

.menubtn .name {
	font-size: 16px;
	left: -60px;
	font-weight: 500;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	font-weight: 600;
}

.menubtn .navbar-icons {
	height: 20px;
	width: 100%;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.menubtn .navbar-icons span {
	display: block;
	height: 2px;
	width: 100%;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	top: 0;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	background-color: #333;
	position: relative;
	border-radius: 5px;
}

.menubtn .navbar-icons span:first-child {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menubtn .navbar-icons span:nth-child(2) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	width: 70%;
}

.menubtn .navbar-icons span:nth-child(3) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menubtn.open .navbar-icons span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1px;
}

.menubtn.open .navbar-icons span:nth-child(2) {
	opacity: 0;
}

.menubtn.open .navbar-icons span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 1px;
}

.menu-mc {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #9F7636;
	z-index: 500;
	transition: all .5s;
	-webkit-transition: all .5s;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	padding-top: 85px;
	display: flex;
	flex-direction: column;
	display: none;

}

.menu-mc.active {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.menu-mc .list {
	flex: 1;
	overflow: auto;
}

.menu-mc .list ul {
	padding: 0 24px;
}

.menu-mc .list ul li {
	line-height: 60px;
}

.menu-mc .list ul li .submenu {
	display: none;
}

.menu-mc .list ul li .title {
	border-bottom: 1px solid rgba(255, 255, 255, .19);
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	color: #fff;
}

.menu-mc .list ul li .title .iconfont {
	font-size: 20px;
	margin-right: 5px;
}

.menu-mc .list ul li a {
	display: block;
	font-size: 15px;
	color: #fff;
}

.menu-mc .list ul li .submenu a {
	padding-left: 20px;
	line-height: 45px;
}

.menu-mc .list ul li .submenu a:hover {

	font-weight: 600;
}


/* banner */
.index_banner {
	width: 100%;
	height: 70vh;
	margin: 70px auto 0 auto;
	position: relative;
}

.txt-box {
	width: 80%;
	min-width: 1200px;
	display: block;
	margin: 0 auto;
	text-align: left;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.txt-boxa {
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
}

.swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner_yuandian {
	bottom: 75px;
	text-align: center;
}

.cus_yuandian {
	bottom: 0px;
	text-align: left;
}

.index_banner .swiper-slide::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.3); */
}

.swiper-slide .titlea_a {
	margin-top: 170px;
	font-size: 62px;
	font-family: "pxi-e";
	color: #fff;
}

.swiper-slide .titlea_b {
	margin-top: 22px;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
}

.swiper-slide .titlea_d {
	margin-top: 35px;
}

.swiper-slide .titlea_d span {
	color: #fff;
	font-size: 14px;
	float: left;
	display: block;
}

.swiper-slide .titlea_d ol {
	height: 1px;
	float: left;
	display: block;
	width: 385px;
	background-color: #cacaca;
	margin: 11px 0 0 5px;
}

.swiper-slide .titlea_c {
	margin-top: 10px;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.swiper-slide .titlea_e {
	margin-top: 32px;
}

.swiper-slide .titlea_e a {
	background-color: #C7311F;
	padding: 12px 40px;
	color: #fff;
	font-family: "pxi-e" !important;
}

.swiper-slide .titlea_e a:hover {
	color: #C7311F;
	background: #fff;
}

.btn7 {
	position: relative;
	color: #fff;
	background: #C7311F;
	border: 1px solid #C7311F;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s
}

.btn7:before {
	content: '';
	position: absolute;
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
	background: inherit;
	z-index: -1;
	opacity: 0.5;
	-webkit-transform: scale3d(.6, .4, 1);
	transform: scale3d(.6, .4, 1);
	display: none\9;
}

.btn7:hover {
	background: #c83d2e;
	border-color: #c83d2e;
	-webkit-transition: background-color .1s .3s, color .1s .3s;
	transition: background-color .1s .3s, color .1s .3s;
	-webkit-animation: anim-moema-1 .3s forwards;
	animation: anim-moema-1 .3s forwards
}

.btn7:hover:before {
	-webkit-animation: anim-moema-2 .3s .3s forwards;
	animation: anim-moema-2 .3s .3s forwards;
}

@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(.8, .8, 1);
		transform: scale3d(.8, .8, 1)
	}

	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(.8, .8, 1);
		transform: scale3d(.8, .8, 1)
	}

	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.index_banner .swiper-horizontal>.swiper-pagination-bullets,
.index_banner .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 37%;
}

.index_banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.index_banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

.index_banner .swiper-pagination-bullet-active {
	background: #fff;
}

.titleb_a {
	font-size: 26px;
	line-height: 26px;
	color: #33b8e7;
}

.titleb_b {
	margin-top: 10px;
}

.titleb_c {
	margin-top: 25px;
	margin-bottom: 50px;
	color: #000;
	font-size: 18px;
}

.index_ser {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 9;
}

.box_top_before {
	position: absolute;
	bottom: 0px;
	z-index: 1;
	width: 100%;
	display: inline-flex;
}

.box_top_before svg {
	width: 100%;
	height: 136px;
}

.index_ser ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px 20px;
	align-items: stretch;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -75%);
}

.index_ser ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	border-radius: 5px;
	padding: 30px 15px 50px 15px;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.18);
	background: #9F7636;
	border: 2px solid #9F7636;
	transition: all 0.4s;
}

.index_ser ul li i {
	font-size: 40px;
	margin-bottom: 20px;
}

.index_ser ul li p:nth-child(2) {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
	transition: all 0.4s;
	font-family: "pxi-e";
}

.index_ser ul li p:nth-child(3) {
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: all 0.4s;
}

.index_ser ul li:hover {
	background-color: #fff;
	border: 2px solid #9F7636;
	color: #9F7636;
}

.index_ser ul li:hover p {
	color: #9F7636;
}


/* index_about */
.index_aboutBox {
	background-image: -webkit-linear-gradient(90deg, #f4f9fb, #fff);
	background-image: -moz-linear-gradient(90deg, #f4f9fb, #fff);
	background-image: -ms-linear-gradient(90deg, #f4f9fb, #fff);
	background-color: #f4f9fb;
	padding-bottom: 4vw;
}

.index_about {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 8% 8%;
	align-items: stretch;
	margin-top: 10%;
}

.index_about .left .imgBox {
	position: relative;
	width: 100%;
	padding-bottom: 13%;
}

.index_about .left .imgBox .index_aboutImg {
	width: 100%;
	border-radius: 50px 50px 0 50px;
}

.index_about .left .imgBox .imgBoxPro {
	position: absolute;
	bottom: 0;
	width: 60%;
	right: 0;
}

.index_about .right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.index_title::after {
	position: absolute;
	content: "KAILIJIN";
	left: 0;
	top: 0;
	font-size: 60px;
	font-weight: bold;
	color: #f2f2f2;
	font-family: "goodTimes";
	z-index: 1;
}

.ss::after {
	color: #ebebeb;
}

.index_title {
	color: #9F7636;
	font-size: 35px;
	padding-top: 30px;
	position: relative;
	width: 100%;
}

.t_center {
	text-align: center;
}

.t_center::after {
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.index_title p {
	position: relative;
	width: 100%;
	z-index: 2;
	font-family: "jtus";
	text-transform: uppercase;
}

.index_title2 {
	font-size: 16px;
	padding-top: 15px;
	width: 100%;
}

.index_about .right .js p {
	margin-top: 20px;
	font-size: 16px;
	color: #333;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.7em;
	text-align: left;
}

.viewMore {
	background-image: -webkit-linear-gradient(0, #6d4c18, #d4a55b);
	color: #fff;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-color: #024ba7;
	border-style: solid;
	border-width: 0;
	box-sizing: content-box;
	padding: 10px 40px;
	margin-top: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.viewMore span {
	position: relative;
	z-index: 2;
	font-family: "pxi-e";
}

.viewMore::before {
	content: "";
	position: absolute;
	width: 100%;
	background: #6d4c18;
	top: 0;
	left: -100%;
	height: 100%;
	transition: all 0.5s;
}

.viewMore:hover::before {
	left: 0;
}

/* index_pro */
.index_pro {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 4vw 0;
}

.index_pro .top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin-bottom: 1vw;
}

.index_pro .top .left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.index_pro .top .right {
	width: 30%;
	border: 1px solid #ddd;
	border-radius: 50px;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36px;
}
.index_pro .top .right form{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.index_pro .top .right input {
	background-color: transparent;
	height: 100%;
	border: none;
	width: 100%;
	padding-left: 20px;
	font-family: "pxi-e";
}

.index_pro .top .right button {
	background-color: transparent;
	height: 36px;
	width: 56px;
	border: none;
	cursor: pointer;
}

.index_pro .top .right button i {
	background-color: transparent;
	color: #9F7636;
	font-size: 20px;
}

.index_pro .top .right input:focus {
	outline: none;
}


.index_appBox {
	background-color: #f4f9fb;
	width: 100%;
	padding-top: 3vw;
}

.index_app {
	margin-bottom: 3vw;
}



.index_app-ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.index_app-ul li {
	/* width:calc(100% / 8); */
	width: calc(100% / 5);
	border-right: 1px solid #fff;
	height: 100%;
	background-position: center;
	background-size: cover;
	transition: all .3s;
	position: relative;

}

.index_app-ul li .bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.index_app-ul li .index_app_w {
	background-image: linear-gradient(180deg, rgba(73, 183, 174, 0.00) 48%, rgba(24, 68, 152, 0.7) 80%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 3vw;
	color: #fff;
	opacity: 0;
	transition: all .3s;
}

.index_app-ul li.active .index_app_w {
	opacity: 1;
}

.index_app_w i {
	font-size: 70px;
}

.index_app_w p {
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	font-family: "jtus";
	width: 80%;
}

.index_app-ul li .index_app_b {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all .3s;
}

.index_app-ul li.active .index_app_b {
	opacity: 0;
}

.index_app_b i {
	font-size: 40px;
}

.index_app-ul li.active {
	/* width: 60% !important; */
	width: 40% !important;
}

.index_app-ul li::before {
	content: "";
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	position: absolute;
}

/* index_news */
.index_newsBox {
	background-color: #f5f5f5;
	width: 100%;
	padding: 5vw 0;
}

.index_n {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3vw;
}

.index_n li {
	width: calc(100% / 3);
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.index_n li .pic {
	width: 100%;
	height: 393px;
	overflow: hidden;
}

.index_n li .pic a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.index_n li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.9s;
}

.index_n li:hover img {
	transform: scale(1.1);
}

.index_n li .word {
	width: calc(100% - 80px);
	padding: 33px 40px 80px;
	position: relative;
	background: #fff;
	box-sizing: content-box;
}

.index_n li .word .inner {
	height: 280px;
	overflow: hidden;
}

.index_n li .word .inner a {
	font-size: 24px;
	color: #181818;
	line-height: 34px;
	margin-bottom: 20px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family: "pxi-e";
}

.index_n li .word .inner p {
	font-size: 16px;
	color: #333333;
	line-height: 2;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.index_n li .word .time {
	position: absolute;
	width: calc(100% - 80px);
	height: 28px;
	left: 40px;
	bottom: 35px;
	font-size: 18px;
	font-family: "jtus";
}

.index_n li:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

.triangle1 {
	position: absolute;
	border-bottom: 28px solid #fff;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
	height: 0px;
	width: 0px;
	border-top: 0px solid transparent;
	border-right: 21px solid transparent;
	border-left: 21px solid transparent;
}

.triangle2 {
	position: absolute;
	border-bottom: 0px solid transparent;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%);
	height: 0px;
	width: 0px;
	border-top: 28px solid #fff;
	border-right: 21px solid transparent;
	border-left: 21px solid transparent;
	display: none;
}

.index_n li:nth-child(2) .triangle1 {
	display: none;
}

.index_n li:nth-child(2) .triangle2 {
	display: block;
}

/* index_contact */
.index_contactBox {
	width: 100%;
	background: #FCFCFC;
	background-image: url(../images/bg1.jpg);
	background-position: left bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5vw 0;
	overflow: hidden;
}

.index_contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_contact_l {
	width: 42%;
}

.index_contact_r {
	width: 50%;
	background: #fff;
}

.index_contact_r form {
	padding: 40px 30px;
	box-shadow: 0 0 4px 4px #eee;
	overflow: hidden;
}

.control-group {
	margin-bottom: 16px;
	width: 50%;
	float: left;
	display: block;
	padding: 0 10px;
}

.control-group label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	font-family: "pxi-e";
}

.control-group input {
	width: 100%;
	padding: 4px;
	text-indent: 6px;
	box-sizing: content-box;
	margin-left: -1px;
	background-color: inherit;
	color: rgb(0, 0, 0);
	border: 1px solid #ccc;
	height: 20px;
	border-radius: 4px;
	line-height: 20px;
	vertical-align: middle;
	display: inline-block;
	font-family: "pxi-e";
}

.control-group.textarea {
	width: 100%;
	margin-left: 0;
}

.control-group.textarea textarea {
	width: 100%;
	padding: 4px;
	text-indent: 6px;
	box-sizing: content-box;
	margin-left: -1px;
	background-color: inherit;
	color: rgb(0, 0, 0);
	border: 1px solid #ccc;
	height: 20px;
	border-radius: 4px;
	line-height: 20px;
	vertical-align: middle;
	display: inline-block;
	height: 120px;
	font-family: "pxi-e";
	resize: none;
}

.control-group.submitGroup {
	width: 100%;
	margin-left: 0;
	margin-bottom: 0;
}

.control-group.submitGroup button {
	border: none;
	border-radius: 3px;
	background: #9F7636;
	color: #fff;
	font-size: 14px;
	width: 136px;
	height: 38px;
	padding: 0 30px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	font-family: "pxi-e";
}


/* footer */
footer {
	background-color: #000;
	padding-top: 4vw;
	width: 100%;
}

.footer_top {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid rgba(238, 238, 238, 0.22);
	padding-bottom: 2vw;
}

.footer_top .left {
	width: 33.3%;
}

.footer_top .left img {
	width: 50%;
}

.footer_top .right {
	width: 66.6%;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.79);
	padding-right: 40px;
	font-family: "pxi-e";
}

.footer_btm {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 2vw 0;
}

.footer_btm_d1 {
	width: 25%;
	padding-right: 8%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.footer_btm_d2 {
	width: 16.66%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.footer_btm_d3 {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.footer_btm_d4 {
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.footer_btm .hd {
	font-family: "jtus";
	font-size: 20px;
	color: rgba(255, 255, 255, 0.79);
	font-weight: 700;
	line-height: 2;
	text-align: left;
	margin-bottom: 8px;
}

.footer_btm .bd {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.79);
	line-height: 2;
	text-align: left;
	width: 100%;
}

.footer_btm .bd a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.79);
	line-height: 2;
	text-align: left;
}

.footer_btm .bd a:hover {
	color: #9F7636;
}

.footer_btm .bd form {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 52px;
}

.footer_btm .bd form input {
	width: 90%;
	height: 100%;
	border: none;
	font-family: "jtus";
	text-indent: 1em;
}

.footer_btm .bd form button {
	padding: 0 30px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	border: none;
	background: #9F7636;
	height: 100%;
	text-transform: uppercase;
	cursor: pointer;
}

.iconBox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-top: 1vw;
}

.iconBox a {
	background: #9F7636;
	padding: 5px;
	transition: all .3s;
	display: inline-block;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 6px;
	width: 30px;
	height: 30px;
	border: none;
}

.iconBox a i {
	font-size: 16px;
	color: #fff;
}

.footer_foot {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid rgba(238, 238, 238, 0.22);
	height: 40px;
	color: rgba(255, 255, 255, 0.79);
	background-color: #000;
	width: 100%;
}

.footer_foot a {
	color: rgba(255, 255, 255, 0.79);
}

.footer_foot a:hover {
	color: #9F7636;
}


/* n_banner */
.n_banner {
	width: 100%;
	height: 400px;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 70px;
}

.n_banner_t {
	font-size: 40px;
	color: #fff;
	line-height: 2;
	text-transform: uppercase;
	font-family: "jtus";
	font-weight: bold;
}

.n_banner_local {
	color: #fff;
	font-size: 18px;
}

.n_banner_local a {
	color: #fff;
}

/* news */
.videoBox {
	padding: 4vw 0;
}

.videoBox ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 20px;
	align-items: stretch;
	width: 100%;
	margin-top: 2vw;
}

.videoBox ul li {
	background: #FFFFFF;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.13);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.videoBox ul li:hover img {
	transform: scale(1.1);
}

.video_fm {
	width: 100%;
	height: 260px;
}

.video_fm a {
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
}

.video_fm a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.video_info {
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.video_date {
	font-size: 14px;
	color: #9F7636;
	line-height: 24px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.video_date i {
	margin-right: 8px;
}

.video_title {
	font-size: 22px;
	color: #2E2E2E;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: 100%;
}

.video_title:hover {
	color: #c83d2e;
}

.video_jj {
	font-size: 14px;
	color: #5F5F5F;
	letter-spacing: 0;
	line-height: 24px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	width: 100%;
}


.pagepn {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrap {
	margin: 5vw 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.wrap a {
	width: 42px;
	height: 42px;
	border-radius: 3px;
	color: #000;
	/* background: #9F7636; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.6vw 0 0;
	transition: all ease-out 0.3s;
	font-size: 16px;
	font-family: 'en_l';
}

.wrap a i {
	font-size: 18px;
}

.wrap .on {
	background: #9F7636;
	color: #ffffff;
}

.wrap a:hover {
	background: #9F7636;
	color: #ffffff;
}


/* video_n */
.video_n {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 4vw 0;
}

.video_n .left {
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
}

.video_n_title {
	font-size: 30px;
	line-height: 2;
	font-family: "pxi-e";
	font-weight: bold;
}

.video_n_tips {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 1vw;
}

.video_n_tips span {
	margin: 0 10px;
}

.video_n_tips span b {
	margin-left: 2px;
}

.video_n_content {
	margin-top: 1.5vw;
	width: 100%;
	font-family: "pxi-b" !important;
	font-size: 16px !important;
	color: #333 !important;
}

.video_n_content video {
	width: 100%;
}

.video_n_jj {
	margin-top: 30px;
}

.video_n_content p {
	font-family: "pxi-b" !important;
	font-size: 16px !important;
	color: #333 !important;
}

.video_n_page {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3vw;
	width: 100%;
}

.video_n_page a {
	padding: 5px 14px;
	border: 1px solid #ddd;
	font-size: 16px;
	color: #333;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.7em;
	text-align: left;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 40%;
	border-radius: 10px;
}

.video_n .right {
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
}

.video_n .right .title {
	font-size: 32px;
	color: #333;
	line-height: 2;
	text-align: center;
	font-family: "jtus";
	font-weight: bold;
}

.hotVideo {
	margin-top: 1vw;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.hotVideo li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	width: 100%;
}

.hotVideo li a {
	width: 100%;
	display: inline-block;
}

.hotVideo li .imgBox {
	height: 240px;
	width: 100%;
	overflow: hidden;
}

.hotVideo li .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.9s;
}

.hotVideo li p {
	margin-top: 8px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.hotVideo li:hover img {
	transform: scale(1.1);
}


/* video */

.newsBox {
	padding: 4vw 0;
}

.newsBox ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px 20px;
	align-items: stretch;
	width: 100%;
	margin-top: 2vw;
}

.newsBox ul li {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.newsBox ul li video {
	outline: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	vertical-align: top;
}

.fm_pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	cursor: pointer;
	overflow: hidden;
}

.fm_pic::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	background: url(../images/play.png) center center no-repeat;
}

.fm_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s ease;
	vertical-align: middle;
}

.fm_pic:hover img {
	transform: scale(1.1);
}

/* project */
.projectBox {
	padding: 4vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.project {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 3vw;
}

.project li {
	display: flex;
	width: 100%;
}

.project li .left {
	width: 50%;
	position: relative;
	padding-top: 32%;
	overflow: hidden;
}

.project li .left img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	transition: all 0.5s;
}

.project li .right {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #FBFBFB;
}

.row_top {
	margin-left: 14%;
	margin-right: 14%;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.row_top i {
	font-size: 80px;
	margin-right: 30px;
}

.row_top span {
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	overflow: hidden;
	font-family: "jtus";
}

.row_bottom {
	margin-left: 14%;
	margin-right: 14%;
	margin-bottom: 20px;
	font-size: 16px;
	margin-top: 20px;
}

.project li:nth-child(2n) {
	display: flex;
	flex-direction: row-reverse;
}

.project li:hover img {
	transform: scale(1.1);
}



/* contact */
.contactBox {
	padding: 4vw 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.contactBox .left {
	width: 42%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	background: #fff;
}

.contactBox .left .title {
	font-size: 32px;
	color: #9F7636;
	line-height: 2;
	padding-bottom: 5px;
	font-family: "pxi-e";
}

.contactBox .left .tips {
	font-size: 15px;
	color: #333;
	padding-bottom: 30px;
	border-bottom: 1px solid rgb(238, 238, 238);
}

.contact_infoBox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 20px;
}

.contact_infoBox li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	font-size: 15px;
	margin-bottom: 10px;
}

.contact_infoBox li i {
	margin-right: 5px;
	color: #9F7636;
	font-size: 20px;
}

.contactBox .right {
	width: 50%;
}



/* about */
.about_a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 4vw 0 0;
	overflow: hidden;
}

.about_a .btm {
	padding-top: 2vw;
	margin-top: 2vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgb(221, 221, 221);
}

.about_a .btm .left {
	padding-right: 8%;
	width: 50%;
}

.about_a .btm .right {
	width: 50%;
}

.about_a .btm .right p {
	font-size: 16px;
	margin-bottom: 20px;
}

.about_bBox {
	background: url(../images/about_b_bg.jpg) no-repeat scroll center bottom;
	width: 100%;
	background-size: initial;
}

.about_b {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about_b .left {
	width: 41%;
	padding-right: 2%;
}

.about_b .right {
	width: 58%;
}

.about_b .right .swiper {
	width: 100%;
	height: 100%;
	padding: 50px 18px 80px;
}

.about_b .right .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 220px;
	overflow: hidden;
}

.about_b .right .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about_b .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.about_b .swiper-pagination-bullet-active {
	background: #9F7636;
}

.about_b .swiper-button-next:after {
	content: none;
}

.about_b .swiper-button-prev:after {
	content: none;
}

.about_b .swiper-button-next i,
.about_b .swiper-button-prev i {
	font-size: 20px;
	color: #fff;
}

.about_b .swiper-button-prev i {
	transform: rotate(180deg);
}

.about_b .swiper-button-next {
	background: rgba(154, 120, 62, 0.9);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -40px;
	margin-right: -10px;
}

.about_b .swiper-button-prev {
	background: rgba(154, 120, 62, 0.9);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -40px;
	margin-left: -10px;
}

.about_b .swiper-pagination {
	bottom: 35px;
}

.about_cBox {
	width: 100%;
	background: url(../images/about_c_bg.jpg) no-repeat scroll center top;
	background-size: initial;
}

.about_c {
	padding: 5vw 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.col-fff {
	color: #fff;
}

.ls::after {
	color: #435893;
}

.ls {
	color: #fff;
}


.about_d {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4vw 0;
}

.about_d .left {
	width: 58%;
	padding-right: 5%;
}

.about_d .right {
	width: 41%;
}

.about_d .left .swiper {
	width: 100%;
	height: 100%;
	padding: 50px 18px 80px;
}

.about_d .left .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.about_d .left .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about_d .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.about_d .swiper-pagination-bullet-active {
	background: #9F7636;
}

.about_d .swiper-button-next:after {
	content: none;
}

.about_d .swiper-button-prev:after {
	content: none;
}

.about_d .swiper-button-next i,
.about_d .swiper-button-prev i {
	font-size: 20px;
	color: #fff;
}

.about_d .swiper-button-prev i {
	transform: rotate(180deg);
}

.about_d .swiper-button-next {
	background: rgba(154, 120, 62, 0.9);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -40px;
	margin-right: -10px;
}

.about_d .swiper-button-prev {
	background: rgba(154, 120, 62, 0.9);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -40px;
	margin-left: -10px;
}

.about_d .swiper-pagination {
	bottom: 35px;
}

.about_e {
	padding: 4vw 0;
}

.about_e .index_title2 {
	text-align: center;
}

.about_e .wrapper {
	width: 100%;
	height: 180px;
	position: relative;
	/* margin: 40px auto 0; */
	overflow: hidden;
	max-width: 100%;
}

.about_e .box {
	width: 180px;
	height: 180px;
	position: absolute;
	font-size: 25px;
	line-height: 180px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about_e .box img {
	width: 80%;
}

.about_e .boxes {
	position: relative;
	left: -180px;
}


.about_fBox{
	width: 100%;
	background: #F5F5F5;
}
.about_f{
	padding:4vw 0;
}
.lctBox1{
	padding:2vw 100px;
	position: relative;
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	grid-gap: 20px 20px;
	align-items: stretch;
}
/* .lctBox1::after{
	content: "QC";
    position: absolute;
    right: 0;
    top: 85px;
    background-image: url(../images/jt2.png);
    width: 72px;
    height: 180px;
    background-position: left bottom -3px;
    background-size: 155%;
    background-repeat: no-repeat;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	animation-delay: attr(data-wow-delay);
} */
.lctBox1 .jt_r{
	position: absolute;
    right: 0;
    top: 85px;
    width: 72px;
    height: 180px;
	background-image: url(../images/jt2.png);
	background-position: left bottom -3px;
    background-size: 155%;
    background-repeat: no-repeat;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lct{
	display: flex;flex-direction: column;align-items: center;justify-content:center;
	font-size:16px;
	margin-bottom: 50px;
}
.lct i{
	font-size:40px;
	margin-bottom:10px;
}
.lct p{
	text-align: center;
}

.lctBox2{
	padding:2vw 100px;
	position: relative;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 20px 20px;
	align-items: stretch;
}
.lctBox2 .jt_r{
	position: absolute;
    right: 0;
    top: 85px;
    width: 72px;
    height: 180px;
	background-image: url(../images/jt2.png);
	background-position: left bottom -3px;
    background-size: 155%;
    background-repeat: no-repeat;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lctBox2 .jt_l{
	position: absolute;
    left: 0;
    top: 265px;
    width: 72px;
    height: 215px;
	background-image: url(../images/jt.png);
	background-position: right bottom -3px;
    background-size: 155%;
    background-repeat: no-repeat;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* proList */
.proListBox {
	padding: 4vw 0 2vw;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.proMenu {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.proMenu_title {
	display: block;
	background-color: #9F7636;
	border-top-right-radius: 24px;
	border: 1px solid #dcdcdc;
	position: relative;
	font-size: 30px;
	color: #fff;
	font-family: "jtus";
	font-weight: bold;
	line-height: 2;
	text-align: left;
	padding: 5px 0 5px 35px;
	width: 100%;
	border-bottom: none;
}

.proChildMenu {
	width: 100%;
	border: 1px solid #dcdcdc;
	border-top: none;
	border-bottom: none;
}

.proChildMenu li {
	width: 100%;
}

.proChildMenu li a {
	font-size: 16px;
	background: #f6f6f6;
	display: block;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
	color: #333;
	padding-left: 14px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.2s;
}

.proChildMenu li a i {
	font-size: 18px;
	margin-right: 5px;
	transition: all 0.1s;
	opacity: 0;
}

.proChildMenu li a.active {
	background: rgba(154, 120, 62, 0.8);
	color: #fff;
}

.proChildMenu li a.active i {
	opacity: 1;
}

.proChildMenu li a:hover {
	background: rgba(154, 120, 62, 0.8);
	color: #fff;
}

.proChildMenu li a:hover i {
	opacity: 1;
}

.proList {
	width: calc(75% - 30px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.proList .sortName {
	font-size: 36px;
	color: #9F7636;
	text-align: left;
	font-family: "jtus";
	font-weight: bold;
}

.proList .pro {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 20px;
	align-items: stretch;
	margin-top: 20px;
}

.proList .pro li {
	width: 100%;
	border: 1px solid rgb(221, 221, 221);
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.proList .pro li a {
	display: inline-block;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.proList .pro li .imgBox {
	width: 100%;
	height: 18vw;
	max-height: 280px;
}

.proList .pro li .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.proList .pro li .proName {
	line-height: 2;
	font-size: 16px;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}

.hideBox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all 0.3s;

	display: none;
}

.hideBox p:nth-child(1) {
	color: #fff;
	font-family: "jtus";
	font-weight: bold;
	width: 100%;
    padding: 0 10%;
    text-align: center;
	font-size: 20px;
}

.hideBox p:nth-child(2) {
	color: #fff;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 2;
}

.hideBox p i {
	margin-left: 8x;
	font-size: 16px;
}

.proList .pro li a:hover .hideBox {
	display: flex;
}

/* pro_n */
.pro_n_box {
	width: calc(75% - 30px);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.proBox_r2 .swiper {
	width: 100%;
	height: 100%;
}

.proBox_r2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.proBox_r2 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.proBox_r2 .swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.proBox_r2 .swiper-slide {
	background-size: cover;
	background-position: center;
}

.proBox_r2 .mySwiper2 {
	height: 30vw;
	max-height: 470px;
	width: 100%;
	box-shadow: #dedede 0px 0px 10px;
}

.proBox_r2 .mySwiper {
	height: 8vw;
	max-height: 120px;
	box-sizing: border-box;
	padding: 10px 0;
}

.proBox_r2 .mySwiper .swiper-slide {
	width: 20%;
	height: 100%;
	opacity: 0.4;
	border: 1px solid #ddd;
	cursor: pointer;
}

.proBox_r2 .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
	border-bottom: 3px solid #9F7636;
}

.proBox_r2 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.proBox_r2 .swiper-button-next {
	background-image: none;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	font-size: 16px;
	right: 25px;
}

.proBox_r2 .swiper-button-next::after {
	content: none;
}

.proBox_r2 .swiper-button-prev {
	background-image: none;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	font-size: 16px;
	left: 25px;
}

.proBox_r2 .swiper-button-prev::after {
	content: none;
}

.proBox_r2 .swiper-button-next i {
	color: #ddd;
}

.proBox_r2 .swiper-button-prev i {
	color: #ddd;
}

.pro_mk {
	width: 50%;
	overflow: hidden;
	margin-bottom: 30px;
}

.pro_0 {
	padding: 10px;
}

.pro_n_cs {
	width: 48%;
	display: flex;flex-direction: column;align-items: flex-start;justify-content:flex-start;
	padding: 10px;
}
.pro_n_cs .sortname{
	font-size:16px;
	padding-left:40px;
	position: relative;
}
.pro_n_cs .sortname::before{
	content: "";
	position: absolute;
	width: 30px;
	height:2px;
	background: #9F7636;
	left:0;
	top:12px;
}
.pro_n_cs .title{
	font-size:30px;
	font-weight: bold;
	font-family: "pxi-e";
	margin-top:10px;
}
.pro_n_cs .jj{
	font-size:16px;
	width: 100%;
	margin-top:20px;
}
.pro_n_cs .jj p,.pro_n_cs .jj span{
	font-family: "pxi-b" !important;
	background: none !important;
	color:#333 !important;
	font-size:16px !important;
}
.pro_n_cs a{
	padding: 8px 30px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    border: none;
    background: #9F7636;
    height: 100%;
    text-transform: uppercase;
	font-family: "pxi-e";
	margin-top:50px;
}


.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
  }
  
  .white_content {
	display: none;
	position: fixed;
	top:50%;left:50%;transform: translate(-50%, -50%);
	width: 70%;
	height: 80%;
	border: 16px solid #9F7636;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	flex-direction: column;align-items: center;justify-content:space-between;
  }
  .tcClose{
	text-align: right; cursor: default; height: 40px;
	width: 100%;
  }
  
  .tcClose span{
	font-size:40px;
	cursor: pointer;
  }
  .tcClose span:hover{
	color:#8f1d22;
  }
  .tcNr{
	width: 100%;
	height: calc(100% - 60px);
	padding: 0 5vw;
  }
  .tcNr h1{
	font-size:40px;
	text-align: center;
	margin-bottom: 1vw;
  }
  .tcNr .nrList{
	width: 100%;
	overflow: hidden;
  }
  .tcNr .nrList2{
	width: 100%;
	overflow: hidden;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 20px;
    align-items: stretch;
  }
  .tcNr .nrList li{
	margin:12px;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
	float: left;
	min-height: 40px;
  }
  .tcNr .nrList li span{
	font-size: 16px;
	width: 90px;
	text-align: right;
	font-family: "pxi-e";
	margin-right: 10px;
  }
  .tcNr .nrList2 li span{
	width: auto;
  }
  
  .tcNr .nrList li span sup{
	color:red;
  }
  .tcNr .nrList li input{
	width:100%;
	border:none;
	background: #fff;
	height: 40px;
	border:1px solid #ccc;
	margin-top:12px;
  }
  .tcNr .nrList li textarea{
	width:100%;
	border:none;
	background: #fff;
	height: 80px;
	border:1px solid #ccc;
	margin-top:12px;
	resize: none;
  }
  .tcNr form{
	display: flex;flex-direction: column;align-items: center;justify-content:center;
  }
  .nrList .langInp{
	width: 98%;
  }
  
  .tcNr button{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	margin-top: 30px;
	background-color: #9F7636;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border: none;
	width: 30%;
	margin-bottom: 50px;
	cursor: pointer;
  }
  .tcNr button:hover {
	box-shadow: 0 2px 30px rgba(197, 37, 30, 0.28);
	font-weight: 700;
  }
  .tc_img{
	width: 150px;
	height:150px;
	overflow: hidden;
  }
  .tc_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .tc_name{
	font-size:18px;
	font-weight: bold;
	font-family: "pxi-e";
	height: 150px;
	display:flex;justify-content:flex-start;align-items:center;
	width: 100%;
	text-align: left;
  }


  .pro_n_btm{
	padding:20px 0 3vw;
	display: flex;flex-direction: column;align-items: center;justify-content:center;
	position: relative;
  }
.nav_nr{
	width: 100%;
	overflow: hidden;
	padding-top:70px;
}
.nav_nr p{
	font-size:16px;
	margin-bottom:12px;
}
.nav_nr_title{
	font-size:33px;
	width: 100%;
	text-align: center;
	margin-bottom:12px;
	font-weight: bold;
}
#nav{
	height:60px;
	width: 90%;
    max-width: 1380px;
    margin: 0 auto;
	position: relative;
	top:0;
	display:flex;justify-content:center;align-items:center;
	border-bottom:1px solid #e3e3e3;
	z-index: 99;
	background: #fff;
}
.fixedNav{
	left:50%;
	transform: translate(-50%, -50%);
	position: fixed !important;
	top:100px !important;
}
#nav li{
	font-size:18px;
	margin:0 5%;
	font-weight: bold;
}
#nav li a:hover{
	color:#9F7636;
}
.nav_nr table{
	width: 100%;
	border-collapse:collapse;
	table-layout:fixed;
}
.nav_nr table th{
	background: #e2e2e2;
	border:1px solid #EEEEEE;
	text-align: center;
	font-size:16px;
	padding:10px 0;
}
.nav_nr table td{
	border:1px solid #EEEEEE;
	text-align: center;
	padding:8px 0;
}
.nav_nr table tr:nth-child(2n-1){
	background: #f9f9f9;
}
.DownLoadBox{
	width: 100%;
	display: flex;flex-direction: column;align-items: center;justify-content:center;
}
.DownLoadBox a{
	display:flex;justify-content:space-between;align-items:center;
	width: 100%;
	font-size:16px;
	height: 50px;
	border-bottom:1px solid #eeeeee;
}
.DownLoadBox a i{
	font-size:20px;
}
.DownLoadBox a span i{
	margin-right:8px;
}
.spBox{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px 20px;
	align-items: stretch;
	margin-top:50px;
}
.spBox li{
	/* max-height: 460px;
	height:25.5vw; */
	overflow: hidden;
}



.relatedProductsBox{
	padding:4vw 0;
	background: #eeeeee;
}
.relatedProducts{
	display: flex;flex-direction: column;align-items: center;justify-content:center;
}
.relatedProducts .title{
	font-size:40px;
	font-family: "jtus";
    font-weight: bold;
}
.relatedPro{
	width: 100%;
	/* display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px 20px;
	align-items: stretch; */
	margin-top:30px;
	display:flex;justify-content:center;align-items:center;
}
.relatedPro li{
	width: calc(20% - 15px);
	margin-right:20px;
}
.relatedPro li:last-child{
	margin-right:0;
}
.relatedPro li .imgBox{
	max-height: 260px;
	overflow: hidden;
	width: 100%;
	height: 16.6vw;
}
.relatedPro li .imgBox img{
	width: 100%;
	height:100%;
	object-fit: cover;
	transition: all 0.6s;
}
.relatedPro li .name{
	line-height: 40px;
	font-size:16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.relatedPro li:hover .name{
	color:#9F7636;
}
.relatedPro li:hover img{
	transform: scale(1.1);
}
.newsinfo-wrapper{
	padding:4vw 0;
}

.search_box{
	text-align:center;     
	margin-bottom: 60px;
  }
  .search_box form{
	display:flex;justify-content:center;align-items:center;
  }
  .search_box form div{
	margin:0 12px;
	font-size: 16px;
  }
  .search_box form div select{
	height:30px;
	width:100px;
  }
  .search_box form .btn{
	height:30px;
	width:60px;
	margin-left: 30px;
  }
  .search_key{
	height:30px;margin-right:30xp;
  }
  .search_table tr{
	height:40px;
  }
  .search_page a{
	font-size:14px;
	margin:5px;
  }
  




@media screen and (max-width: 1200px) {

	.menubtn,
	.menu-mc {
		display: flex;
	}

	header .rt nav {
		display: none;
	}

}





@media screen and (max-width: 767px) {
	header .logo img {
		height: 35px;
	}

	header .container {
		height: 60px;
	}

	.banner ul li .content .title {
		font-size: 28px;
	}

	.banner ul li .content {
		padding-top: 50vh;
	}


}


.pcShow{display: grid;}
.mbShow{display: none;}
@media screen and (max-width: 1200px) {
	body{
		overflow-x: hidden;
	}
	.index_banner{
		margin:60px auto 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-flow: wrap-reverse;
		height: auto;
	}
	.index_ser ul{
		display: flex;flex-wrap: wrap;
		position: relative;
		top:auto;
		left:auto;
		margin-top: 20px;
		transform: none;
	}
	.txt-box{
		width: 100%;
		min-width: 0;
		padding:0 24px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.index_ser{
		bottom: auto;
		position: relative;
	}
	.swiper-container{
		position: relative;
		height: 40vh;
	}
	.index_banner .swiper-horizontal>.swiper-pagination-bullets, .index_banner .swiper-pagination-bullets.swiper-pagination-horizontal{
		bottom: 12px;
	}
	.swiper-slide .titlea_a{
		margin-top:auto;
		font-size:26px;
		font-weight: bold;
		text-align: center;
	}
	.swiper-slide .titlea_c{
		font-size:16px;
	}
	.index_about{
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px 30px;
	}
	/* .index_about .right .js p{
		font-size:14px;
	} */
	.index_about .right{
		padding-bottom:30px;
	}
	.index_title{
		font-size:30px;
	}
	.index_title::after{
		font-size:50px;
		bottom: -6px;
		top:auto;
	}
	.index_pro .top{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
	}
	.index_pro .top .right {
		width: 100%;
		margin-top: 30px;
	}

	.index_pro .column-4{
		width: 100%;
	}
	.index_pro{
		padding:30px 0;
	}
	.index_app-ul{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0;
		align-items: stretch;
	}
	.index_app-ul li{
		width: 100%;
	}

	.index_app-ul li.active{
		width: 100% !important;
	}

	.index_app-ul li:last-child{
		display: none;
	}
	.index_app_w p{
		width: 90%;
		font-size: 16px;
	}
	.index_app{
		margin-bottom: 30px;
	}
	.index_newsBox{
		padding:50px 0;
	}
	.index_n{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
	}
	.index_n li{
		width: 100%;
		margin-bottom:20px;
	}
	.index_n li:nth-child(2){
		flex-direction: column;
	}
	.index_n li:nth-child(2) .triangle1{
		display: block;
	}
	.index_n li:nth-child(2) .triangle2{
		display: none;
	}
	.index_n li .pic{
		height: 250px;
	}
	.index_n li .word{
		width: calc(100% - 40px);
    	padding: 20px 20px 40px;
	}
	.index_n li .word .inner p{
		font-size:14px;
		line-height: 1.8;
	}
	.index_n li .word .inner a{
		font-size:20px;
		line-height: 1.5;
	}
	.index_n li .word .time{
		width: calc(100% - 40px);
		height: 28px;
		left: 20px;
	}
	.index_contact{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
	}
	.index_contact_l{
		width: 100%;
		margin-bottom: 30px;
	}
	.index_contact_r{
		width: 100%;
	}
	.control-group{
		width: 100%;
		padding:0;
	}
	.footer_top .right{
		display: none;
	}
	.footer_top .left {
		width: 100%;
	}
	footer{
		padding-top:30px;
	}
	.footer_btm{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
	}
	.footer_btm_d1{
		width: 100%;
		padding:0;
	}

	.footer_btm_d2{
		display: none;
	}
	.footer_btm_d3{
		display: none;
	}
	.footer_btm_d4{
		width: 100%;
		margin:20px 0;
	}
	.footer_foot{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
		padding:20px;
		height: auto;
	}
	.footer_foot a{
		display: none;
	}
	.iconBox{
		margin-top: 15px;
	}
	.n_banner{
		margin-top:60px;
		height: 30vh;
	}
	.n_banner_t{
		font-size: 30px;
	}
	.n_banner_local{
		font-size: 14px;
	}

	.about_a{
		padding:50px 0 0;
	}
	.t_center::after{
		transform: translate(-50%, 0%);
	}
	.about_a .btm{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
		padding-top:20px;
		margin-top:20px;
	}
	.about_a .btm .left{
		width: 100%;
		padding-right: 0;
	}
	.about_a .btm .right{
		width: 100%;
		margin-top:20px;
	}
	.about_b{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
	}
	.about_b .left{
		width: 100%;
		padding-right: 0;
	}
	.about_b .right{
		width: 100%;
	}
	.about_cBox{
		background-size: cover;
	}
	.about_d{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
		flex-flow: column-reverse;
	}
	.about_d .left{
		width: 100%;
		padding-right: 0;
	}
	.about_d .right{
		width: 100%;
	}
	.lctBox1{
		padding:20px 30px;
		grid-template-columns: repeat(2, 1fr);
	}
	.lctBox2{
		padding:20px 30px;
		grid-template-columns: repeat(2, 1fr);
	}

	.pcShow{display: none;}
	.mbShow{display: grid;}
	.proListBox{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
	}
	.proListBox_n{
		flex-flow: column-reverse;
		padding: 30px 0;
	}
	.proListBox_n .pro_n_box{
		margin-top:30px;
	}
	.proMenu{
		width: 100%;
	}
	.proList{
		width: 100%;
		margin-top:40px;
	}
	.proList .pro{
		grid-template-columns: repeat(1, 1fr);
	}
	.proList .pro li .imgBox{
		height: 90vw;
		max-height: 360px;
	}
	.pro_n_box{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
		width: 100%;
	}

	.pro_mk{
		width: 100%;
	}
	.pro_n_cs{
		width: 100%;
	}
	.proBox_r2 .mySwiper2{
		height: 84vw;
		max-height: 340px;
	}
	.proBox_r2 .mySwiper{
		height: 25vw;
		max-height:100px;
	}
	#nav li{
		font-size:14px;
		text-align: center;
	}
	.nav_nr_title{
		font-size:25px;
	}
	.spBox{
		grid-template-columns: repeat(2, 1fr);
	}
	.relatedProductsBox{
		padding:30px 0;
	}
	.relatedProducts .title{
		font-size:25px;
	}
	.relatedPro{
		display: flex;flex-wrap: wrap;
	}
	.relatedPro li{
		width: calc(50% - 10px);
	}
	.relatedPro li:nth-child(2n){
		margin-right:0;
	}
	.relatedPro li:last-child{
		display: none;
	}

	.relatedPro li .imgBox{
		height: 30vw;
		max-height: 120px;
	}
	.relatedPro li .name{
		font-size:13px;
	}
	.project li{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
		margin-bottom: 20px;
	}
	.project li .left{
		width: 100%;
		padding:0;
	}
	.project li .left img{
		position: relative;
	}
	.project li .right{
		width: 100%;
	}
	.row_top i{
		font-size:30px;
	}
	.row_top span{
		font-size:16px;
	}

	.row_top{
		margin-left: 5%;
		margin-right: 5%;
	}
	.row_bottom{
		margin-left: 5%;
   	 	margin-right: 5%;
		font-size:14px;
	}
	.project li:nth-child(2n){
		flex-direction: inherit;
	}
	.wrap a{
		width: 32px;
		height: 32px;
	}
	.container2{
		max-width: none;
	}
	.videoBox ul{
		margin-top:30px;
		grid-template-columns: repeat(1, 1fr);
	}
	.video_info{
		padding:20px;
	}
	.video_fm{
		height: 220px;
	}
	.newsBox ul{
		grid-template-columns: repeat(1, 1fr);
		margin-top:40px;
	}
	.newsBox{
		padding:30px 0;
	}

	.contactBox{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
	}
	.contactBox .left{
		width: 100%;
	}
	.contactBox .right{
		width: 100%;
		margin: 30px 0;
	}

	.white_content{
		width: 90%;
		border: 8px solid #0A99D9;
	}
	.tcNr h1 {
		font-size: 30px;
	}
	.tcNr .nrList2 {
		grid-template-columns: repeat(1, 1fr);
	}
	.tcNr .nrList li textarea{
		width: calc(100% - 12px);
	}
	.tcNr button{
		width: 90%;
	}










}