* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
small,
input,
span,
strong,
button {
	font-family: "微软雅黑";
}

.header {
	background: #17140b;
	height: 112px;
	width: 100%;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.nav {
	float: right;
	margin-top: 35px;
}

.nav li {
	float: left;
	margin-left: 70px;
	border-bottom: 2px solid #17140b;
	line-height: 30px;
}

.nav li:hover {
	border-bottom: 2px solid #b38d2f;
}

.nav li.nav-active {
	border-bottom: 2px solid #b38d2f;
}

.nav li a {
	color: #ffffff;
}

.nav li.nav-active a {
	color: #b38d2f;
}

.nav li a:hover {
	color: #b38d2f;
}

.header-container {
	position: relative;
}

.logo {
	display: block;
	background: url(../images/logo.png) no-repeat center;
	width: 190px;
	height: 418px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.next {
	background: url(../images/tb21.png) no-repeat center;
	background-size: 100%;
}

.prev {
	background: url(../images/tb20.png) no-repeat center;
	background-size: 100%;
}

.banner {
	margin-top: 112px;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.moxi {
	background: #17140b url(../images/bg4.jpg) no-repeat center bottom;
	overflow: hidden;
	padding: 50px 0 65px 0;
}

.title {
	text-align: center;
	background: url(../images/line.png) no-repeat center bottom;
	padding-bottom: 18px;
}

.title h3 {
	font-family: SimSun;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 30px;
}

.title p {
	text-transform: uppercase;
	color: #B38D2F;
	font-size: 24px;
	font-family: SimSun;
	margin-top: 10px;
}

.moxi-ul {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}

.moxi-ul li {
	height: 452px;
	width: 206px;
	position: relative;
	padding: 2px;
	float: left;
	margin: 0 20px;
}

.moxi-ul li a {
	display: block;
}

.moxi-ul li img {
	display: block;
}

.moxi-ul li .Partner-pic2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.moxi-ul li .Partner-pic1 {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.moxi-ul li:hover .Partner-pic1 {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

.moxi-ul li .Partner-pic2 {
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	/*z-index:10;
    position:absolute;*/
}

.moxi-ul li:hover .Partner-pic2 {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotate(0deg);
	z-index: 8;
	position: absolute;
}

.moxi-ul li i {
	display: block;
	background: url(../images/tb1.png) no-repeat center;
	background-size: 100%;
	width: 100px;
	height: 102px;
	margin: 0 auto;
	margin-top: -51px;
	position: relative;
	z-index: 9;
}

.moxi-ul li:nth-child(2) i {
	background: url(../images/tb2.png) no-repeat center;
	background-size: 100%;
}

.moxi-ul li:nth-child(3) i {
	background: url(../images/tb3.png) no-repeat center;
	background-size: 100%;
}

.moxi-ul li:nth-child(4) i {
	background: url(../images/tb4.png) no-repeat center;
	background-size: 100%;
}

.moxi-text {
	padding: 0 15px;
	margin-top: 15px;
}

.moxi-text h3 {
	color: #B38D2F;
	font-size: 16px;
	font-weight: normal;
}

.moxi-text p {
	color: #7f7f7f;
	font-size: 14px;
}

.moxi-ul li a {
	background: url(../images/bg1.png) no-repeat center top;
	background-size: 100%;
	width: 210px;
	height: 452px;
	z-index: 10;
	top: 0;
	left: 0;
	position: absolute;
}

.tand {
	background:#17140b url(../images/bg2.jpg) no-repeat center;
	padding: 100px 0;
}

.tand-ul {
	overflow: hidden;
	width: 1012px;
	margin: 0 auto;
	margin-top: 45px;
}

.tand-ul li {
	width: 203px;
	height: 306px;
	float: left;
	margin: 0 25px;
	overflow: hidden;
}

.tand-ul li a {
	width: 203px;
	height: 306px;
	background: url(../images/bg3.png) no-repeat center -500px;
	overflow: hidden;
	display: block;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tand-ul li a:hover {
	background: url(../images/bg3.png) no-repeat center top;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tand-ul li img {
	width: 155px;
	height: 155px;
	display: block;
	margin: 0 auto;
	margin-top: 35px;
}

.tand-ul li p {
	color: #FFFFFF;
	font-family: simsun;
	font-size: 18px;
	text-align: center;
	margin-top: 25px;
}

.Sales {
	padding: 70px 0;
	background: #17140b;
}

.Sales img {
	display: block;
	margin: 0 auto;
}

.Sales-container {
	overflow: hidden;
	height: 670px;
	position: relative;
	margin-top: 70px;
}

.Sales-Rota {
	position: absolute;
	left: 50%;
	top: 0;
	width: 668px;
	height: 668px;
	display: block;
	background: url(../images/pic5.png) no-repeat center;
	margin-left: -334px;
}

@keyframes fucks {
	from {
		transition: 0.5s ease-in
	}

	to {
		transform: rotate(360deg)
	}
}

.Sales-Rota {
	position: absolute;
	animation-name: fucks;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.Sales-thour {
	width: 512px;
	height: 512px;
	background: url(../images/pic6.png?v=20230918) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 50%;
	top: 82px;
	margin-left: -250px;
	display: block;
	border-radius: 50%;
}

.array {
	background: url(../images/line2.png) no-repeat right center;
	height: 26px;
	line-height: 26px;
	position: absolute;
	left: 90px;
	top: 155px;
	padding-right: 280px;
}

.array a {
	display: block;
	font-size: 24px;
	font-family: simsun;
	color: #B38D2F;
	background: #17140B;
}

.array2 {
	top: 390px;
	padding-right: 230px;
}

.array3 {
	top: 525px;
	left: 170px;
}

.array4 {
	left:600px;
	background: url(../images/line3.png) no-repeat left center;
	padding-right: 0;
	padding-left: 280px;
	top: 100px;
}

.array5 {
	left: 770px;
	background: url(../images/line3.png) no-repeat left center;
	padding-right: 0;
	padding-left: 220px;
	top: 220px;
}

.array6 {
	left: 760px;
	background: url(../images/line3.png) no-repeat left center;
	padding-right: 0;
	padding-left: 220px;
	top: 415px;
}

.Art {
	background:#17140b url(../images/bg5.jpg) no-repeat center;
	overflow: hidden;
	padding: 50px 0;
}

.Art-wrap {
	margin-top: 50px;
	overflow: hidden;
}

.Art-left {
	width: 550px;
	height: 445px;
	float: left;
	margin-left: 55px;
}

.Art-left img {
	display: block;
}

.Art-main {
	width: 400px;
	float: right;
	margin-right: 140px;
	margin-top: 20px;
}

.Art-title {
	overflow: hidden;
}

.Art-title .Art-title-img {
	float: left;
}

.Art-title .Art-title-img img {
	display: block;
}

.Art-title-text {
	float: left;
	width: 296px;
	float: right;
	margin-top: 20px;
}

.Art-title-text h3 {
	font-size: 18px;
	color: #cccccc;
	font-weight: normal;
	background: url(../images/pic9.png) no-repeat left top;
	text-indent: 40px;
}

.Art-title-text p {
	font-size: 12px;
	color: #cccccc;
	font-weight: normal;
	margin-top: 5px;
}

.Art-text {
	margin-top: 30px;
}

.Art-text p {
	color: #CCCCCC;
	font-size: 16px;
	line-height: 32px;
}

.Art-link {
	width: 110px;
	height: 52px;
	border: 1px solid #B38D2F;
	margin-top: 35px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.Art-link:hover {
	border: 1px solid #FFFFFF;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.Art-link a {
	display: block;
	width: 94px;
	height: 40px;
	background: #B38D2F;
	color: #FFFFFF;
	margin: 0 auto;
	margin-top: 6px;
	text-align: center;
	line-height: 40px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.Art-link:hover a {
	background: #FFFFFF;
	color: #B38D2F;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.erst {
	background: #17140b url(../images/bg4.jpg) no-repeat center bottom;
	overflow: hidden;
	padding: 50px 0 35px 0;
}

.erst-ul {
	overflow: hidden;
	width: 1220px;
	margin-top: 40px;
}

.erst-ul li {
	width: 230px;
	height: 465px;
	background: url(../images/bg6.png) center no-repeat;
	background-size: 100%;
	overflow: hidden;
	float: left;
	margin-right: 12.5px;
}

.erst-ul li a {
	display: block;
}

.erst-pic {
	width: 142px;
	height: 142px;
	border: 2px solid #ab8534;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 38px;
}

.erst-pic img {
	display: block;
	margin: 0 auto;
	width: 136px;
	height: 136px;
	margin-top: 3px;
	border-radius: 50%;
}

.erst-text {
	width: 192px;
	margin: 0 auto;
	margin-top: 25px;
}

.erst-text h3 {
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}

.erst-text p {
	font-size: 14px;
	line-height: 24px;
	color: #AB8534;
	margin-top: 20px;
}

.erst-link {
	margin: 0 auto;
	margin-top: 35px;
}

.honor {
	overflow: hidden;
	background:#17140b url(../images/bg7.jpg) no-repeat center;
	padding-top: 70px;
}

@charset "utf-8";

/* CSS Document */

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 20px;
}

#certify .swiper-slide {
	width: 520px;
}

#certify .swiper-slide img {
	display: block;
	width: 475px;
	height: 320px;
	margin: 0 auto;
}

#certify .swiper-slide p {
	line-height: 50px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
	font-family: simsun;
	color: #AB8534;
	font-size: 18px;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

.news {
	background: #17140B;
	padding-top: 50px;
}

.news-main {
	width: 990px;
	margin-left: 129px;
	overflow: hidden;
}

.news-link {
	display: block;
	background: #FFFFFF;
	float: right;
	height: 475px;
	width: 526px;
}

.news-link img {
	display: block;
	width: 490px;
	height: 380px;
	margin: 0 auto;
	margin-top: 18px;
}

.news-link p {
	text-align: center;
	color: #303030;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 1;
}

.news-main {
	position: relative;
}

.news-ul {
	width: 468px;
	height: 381px;
	border: 1px solid #ede6d4;
	position: absolute;
	left: 0;
	top: 35px;
	overflow: hidden;
	padding-top: 15px;
}

.news-ul li {
	width: 400px;
	margin-left: 50px;
	border-bottom: 1px solid #2d2512;
	padding: 20px 0;
}

.news-ul li:nth-last-child(1) {
	border: none;
}

.news-ul li a {
	display: block;
}

.news-ul li h3 {
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-ul li p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	opacity: 0.32;
}

.news-wrap {
	position: relative;
}

.news-more {
	display: block;
	width: 82px;
	height: 266px;
	right: 0;
	top: 32px;
	position: absolute;
	background: #a57e2f;
	text-align: center;
	color: #FFFFFF;
	line-height:30px;
	z-index: 9;
	letter-spacing: 5px;
	padding-top: 140px;
}

.news-table {
	position: absolute;
	left: 0;
	z-index: 99;
}

.news-table li {
	overflow: hidden;
	width: 172px;
	cursor: pointer;
	margin-top: 80px;
}

.news-table li p {
	width: 129px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-right: 1px solid #ede6d4;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
	float: left;
}

.news-table-link {
	display: block;
	background: url(../images/pic13.jpg) no-repeat center;
	height: 48px;
	width: 42px;
	background-size: 100%;
	float: left;
	display: none;
}

.news-table li.menu4 p {
	background: #c49e51;
}

.news-table li.menu4 .news-table-link {
	display: block;
}

.news-wrap {
	margin-top: 30px;
}

.contact {
	background: #17140B url(../images/pic14.jpg) no-repeat center bottom;
	padding-top: 70px;
}

.contact-link{
	display: block;
	height: 388px;
	width: 100%;
}

.contact-us {
	width: 1118px;
	margin: 30px auto 0 auto;
	overflow: hidden;
	height: 128px;
	background: #a57e2f;
	position: relative;
	z-index: 9;
}

.contact-us li {
	width: 320px;
	float: left;
	height: 90px;
	margin-top: 20px;
}

.contact-main {
	border-right: 1px solid #FFFFFF;
	height: 86px;
	overflow: hidden;
}

.contact-main img {
	width: 52px;
	float: left;
	height: 52px;
	margin-left: 35px;
	margin-top: 17px;
}

.contact-text {
	width: 210px;
	float: right;
	margin-top: 17px;
}

.contact-text h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
}

.contact-text p {
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 3px;
	text-transform: uppercase;
}

.contact-us li:nth-child(2) {
	width: 396px;
}

.contact-us li:nth-child(2) img{
	margin-left: 15px;
}

.contact-us li:nth-child(2) .contact-text {
	width: 270px;
}

.contact-us li:nth-child(3) {
	width: 400px;
}

.contact-us li:nth-child(3) img{
	margin-left: 15px;
}

.contact-us li:nth-child(3) .contact-text {
	width: 295px;
}

.contact-us li:nth-child(3) .contact-main {
	border: none;
}

.food {
	background: #d7c9a7;
	height: 450px;
	margin-top: -45px;
}

.food-ifram {
	width: 588px;
	height: 450px;
	display: block;
	float: left;
}

.food-ifram img {
	display: block;
}

.food-form {
	width: 345px;
	margin-left: 120px;
	float: left;
	margin-top: 85px;
}

.food-form h3 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 2px;
}

.food-ul {
	margin-top: 16px;
}

.food-ul li {
	height: 52px;
	margin-top: 12px;
}

.food-ul li input {
	height: 52px;
	display: block;
	width: 100%;
	border: none;
	text-indent: 55px;
	outline: none;
	font-size: 16px;
	color: #332a11;
	background: #FFFFFF url(../images/tb12.png) no-repeat 15px center;
}

.food-ul li input::-webkit-input-placeholder {
	color: #332a11;
}

.food-ul li:nth-child(2) input {
	background: #FFFFFF url(../images/tb13.png) no-repeat 15px center;
}

.food-ul li:nth-child(3) input {
	background: #FFFFFF url(../images/tb14.png) no-repeat 15px center;
	width: 220px;
	float: left;
}

.food-ul li:nth-child(3) img {
	float: right;
	width: 125px;
	display: block;
	height: 52px;
}

.food-btn {
	width: 245px;
	height: 52px;
	display: block;
	background: #b38d2f;
	font-size: 18px;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 26px;
}

.foot {
	background: #3f2e0b;
	overflow: hidden;
	padding: 35px 0;
}

.foot-logo {
	width: 222px;
	height: 148px;
	float: left;
}

.foot-logo img {
	display: block;
}

.foot-wrap {
	width: 920px;
	float: right;
}

.foot-wrap li {
	width: 123px;
	float: left;
	margin-left: 30px;
}

.foot-wrap li h3 {
	font-size: 18px;
	color: #d8d3ca;
	font-weight: normal;
}

.foot-link {}

.foot-link a {
	display: block;
	color: #9e9278;
	font-size: 14px;
	margin-top: 15px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.foot-link a:hover {
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	color: #FFFFFF;
}

.foot-text {
	text-align: center;
	color: #8a7c61;
	background: #17140B;
	line-height: 70px;
	font-size: 14px;
}

.foot-text a {
	color: #8A7C61;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.foot-text a:hover {
	color: #FFFFFF;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.header-hover .logo {
	display: block;
	background: url(../images/logo.jpg) no-repeat center;
	width: 269px;
	height: 112px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.xwcms {
	-webkit-transition: -webkit-transform 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: -o-transform 1s ease-out;
	-ms-transition: -ms-transform 1s ease-out;
}

.xwcms:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.array a:hover {
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

@keyframes shake {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0);
	}
}

.product {
	overflow: hidden;
	width: 1240px;
}

.product a {
	display: block;
	float: left;
	width: 140px;
	height: 111px;
	text-align: center;
	margin-right:36.66px;
	background:#f6f2ea url(../images/pic17.png) no-repeat center;
	background-size: 100%;
	overflow: hidden;
	margin-top: 35px;
}

.product a h3 {
	font-size: 24px;
	color: #a37b2e;
	width: 110px;
	margin: 0 auto;
	margin-top: 30px;
}

.product a p {
	color: #a37b2e;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 5px;
}

.product a:nth-last-child(1) {
	background:#f6f2ea url(../images/pic18.png) center no-repeat;
	background-size: 100%;
}

.product a:nth-last-child(1) h3 {
	color: #17140b;
}

.product a:nth-last-child(1) p {
	color: #17140b;
}

.product-ul {
	overflow: hidden;
	width: 1240px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.product-ul li {
	width: 270px;
	float: left;
	margin-right: 40px;
	margin-top: 30px;
	overflow: hidden;
}

.product-ul li img {
	width: 270px;
	display: block;
	height: 270px;
}

.product-ul li p {
	color: #17140b;
	font-size: 16px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.shake2:hover {
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.product-wrap {
	padding: 30px 0;
	overflow: hidden;
}

.product-left {
	width: 815px;
	background: #fafafa;
	padding: 20px;
	float: left;
	overflow: hidden;
}

.product-title {
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
	margin-top: 10px;
}

.product-title h3 {
	font-size: 22px;
	color: #a37b2e;
	border-left: 5px solid #a37b2e;
	height: 22px;
	line-height: 22px;
	text-indent: 10px;
	float: left;
}

.product-title p {
	color: #c7a67c;
	text-indent: 35px;
	float: right;
	background: url(../images/tb15.png) left center no-repeat;
}

.product-title p a {
	color: #C7A67C;
}

.product-top {
	padding: 20px;
	margin-top: 10px;
}

.product-top h3 {
	font-size: 24px;
	text-align: center;
	color: #a37b2e;
}

.product-thour {
	overflow: hidden;
}

.product-thour img {
	display: block;
	width: 300px;
	height: 300px;
	float: left;
}

.thour-text {
	float: right;
	width: 450px;
}

.thour-text p {
	font-size: 16px;
	line-height: 48px;
	border-bottom: 1px dashed #c1c0be;
	color: #17140b;
}

.product-thour {
	margin-top: 40px;
}

.product-details {
	margin-top: 10px;
}

.product-details h3 {
	height: 60px;
	line-height: 60px;
	background: #eeeeee;
	text-align: center;
	color: #a47c2e;
	font-size: 24px;
}

.product-details-text {
	margin-top: 20px;
}

.product-details-text p {
	margin-top: 15px;
}

.product-details-text p img{
	display: block;
	margin: 0 auto;
}

.product-right {
	width: 285px;
	padding: 20px;
	float: right;
	background: #fafafa;
	overflow: hidden;
}

.band-title {
	font-size: 18px;
	line-height: 36px;
	color: #A37B2E;
	font-weight: bold;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 3px;
}

.band-ul li {
	line-height: 48px;
	font-size: 16px;
	border-bottom: 1px solid #f2f2f2;
	background: url(../images/san.png) no-repeat right center;
}

.band-ul li a {
	color: #a47b2e;
	display: block;
}

.product-list {
	margin-top: 20px;
}

.band-list {
	margin-top: 20px;
}

.band-list li a {
	display: block;
}

.band-list li a img {
	width: 285px;
	height: 285px;
}

.band-list li p {
	text-align: center;
	font-size: 16px;
	color: #17140B;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.us-top {
	overflow: hidden;
	margin-top: 90px;
	padding-top: 10px;
	padding-bottom: 50px;
}

.us-top li {
	width: 33.33%;
	float: left;
	text-align: center;
	cursor: pointer;
}

.us-top li img {
	width: 144px;
	display: block;
	height: 144px;
	margin: 0 auto;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.us-top li:hover img {
	margin-top: -10px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.us-top li h3 {
	font-size: 18px;
	margin-top: 20px;
	font-weight: normal;
	color: #a67e2f;
}

.us-top li p {
	color: #a67e2f;
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
}

.us-top li:nth-last-child(1) p {
	font-size: 18px;
}

.us {
	background: #f4f4f4;
	padding: 55px 0;
}

.us-title {
	text-align: center;
}

.us-title h3 {
	font-size: 36px;
	color: #9e762c;
	font-weight: normal;
}

.us-title p {
	font-size: 20px;
	color: #9e762c;
	text-transform: uppercase;
}

.us-title hr {
	display: block;
	border: none;
	border-top: 5px solid #9E762C;
	width: 92px;
	margin: 0 auto;
	border-radius: 2.5px;
	margin-top: 10px;
}

.us-mour {
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	margin: 0 auto;
	width: 1085px;
	color: #9e762c;
	margin-top: 25px;
}

.us-wrap {
	margin-top: 70px;
}

.us-thour {
	overflow: hidden;
}

.us-thour li {
	float: left;
	width: 382px;
	height: 60px;
}

.us-thour li p {
	color: #f00;
	opacity: 0.5;
	width: 50px;
	float: left;
	text-align: center;
	line-height: 60px;
}

.us-thour li input {
	display: block;
	height: 60px;
	width: 332px;
	float: left;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	color: #9e762c;
	text-indent: 15px;
	outline: none;
}

.us-thour li input::-webkit-input-placeholder {
	color: #9e762c;
}

.us-main {
	overflow: hidden;
	margin-top: 25px;
}

.us-main p {
	color: #f00;
	opacity: 0.5;
	text-align: center;
	line-height: 40px;
	width: 50px;
	float: left;
}

.us-main textarea {
	width: 1066px;
	float: left;
	border: none;
	padding: 15px;
	outline: none;
	font-size: 16px;
	color: #9e762c;
	line-height: 32px;
	border-radius: 5px;
}

.us-main textarea::-webkit-input-placeholder {
	color: #9e762c;
}

.us-btn {
	width: 260px;
	height: 56px;
	background: #916c25;
	border-radius: 5px;
	border: none;
	display: block;
	font-size: 18px;
	margin: 0 auto;
	margin-top: 45px;
	color: #FFFFFF;
	cursor: pointer;
}

.news-top {
	overflow: hidden;
	width: 840px;
	margin: 0 auto;
	margin-top: 80px;
}


.news-top a {
	display: block;
	width: 180px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
	background: #332f24;
	border-radius: 30px;
	margin: 0 15px;
	font-size: 20px;
	color: #FFFFFF;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.news-top a.news-active {
	background: #9d752b;
}

.news-top a:hover {
	background: #9d752b;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.news-list {
	width: 1240px;
	margin-top: 30px;
	overflow: hidden;
}

.news-list li {
	width: 580px;
	float: left;
	padding: 15px 0;
	margin-right: 40px;
	overflow: hidden;
	margin-top: 25px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.news-list li a {
	display: block;
}

.news-list li img {
	display: block;
	width: 280px;
	height: 216px;
	float: left;
}

.news-text {
	width: 270px;
	float: right;
}

.news-text p {
	color: #332f24;
	font-size: 18px;
}

.news-text h3 {
	color: #332F24;
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0;
}

.news-text hr {
	display: block;
	border: none;
	border-top: 3px solid #9d752b;
	width: 38px;
}

.news-text small {
	display: block;
	font-size: 12px;
	color: #332F24;
	line-height: 18px;
	margin-top: 15px;
}

.clear {
	clear: both;
}

.news-thour {
	margin-bottom: 60px;
}

.news-list li:hover {
	box-shadow: 0px 0px 20px #dbdbdb;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.bread {
	color: #a1792d;
	background: url(../images/tb15.png) no-repeat left center;
	text-indent: 35px;
	margin-top: 30px;
}

.bread a {
	color: #A1792D;
	font-size: 16px;
	line-height: 22px;
}

.details {
	background: #fafafa;
	padding: 25px;
	margin-top: 25px;
}

.details-title {
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 25px;
}

.details-title h3 {
	color: #212121;
	font-size: 24px;
}

.details-title p {
	color: #212121;
	opacity: 0.68;
	font-size: 14px;
	margin-top: 15px;
}

.details-text p {
	font-size: 16px;
	line-height: 30px;
	color: #212121;
	margin-top: 20px;
}

.details-text {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 25px;
}

.details-next {}

.details-next a {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #212121;
	margin-top: 20px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.details-next a:hover {
	color: #a47b2e;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.details-next a:nth-child(2) {
	color: #a47b2e;
}

.lati {
	margin-top: 35px;
	padding-bottom: 30px;
}

.lati-title {
	color: #a47c2f;
	font-size: 24px;
	padding-left: 20px;
}

.lati-wrap {
	padding: 28px;
	padding-bottom: 0;
	background: #fafafa;
	margin-top: 25px;
}

.lati-ul {
	overflow: hidden;
}

.lati-ul li {
	width: 190px;
	float: left;
	margin-right: 48.5px;
}

.lati-ul li:nth-last-child(1) {
	margin-right: 0;
}

.lati-ul li a {
	display: block;
}

.lati-ul li .lati-img {
	width: 190px;
	height: 190px;
	overflow: hidden;
}

.lati-ul li img {
	width: 190px;
	height: 190px;
	display: block;
}

.lati-ul li .lati-img img {
	cursor: pointer;
	transition: all 0.6s;
}

.lati-ul li .lati-img img:hover {
	transform: scale(1.2);
}

.lati-ul li p {
	line-height: 46px;
	font-size: 16px;
	text-align: center;
	color: #17140b;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.lati-ul li a:hover p {
	color: #A37B2E;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.our {
	padding: 50px 0;
}

.our-ul {
	overflow: hidden;
	margin-top: 50px;
}

.our-ul li {
	overflow: hidden;
}

.our-ul li .our-img {
	width: 600px;
	height: 340px;
	display: block;
	float: left;
	overflow: hidden;
}

.our-ul li img {
	width: 600px;
	height: 340px;
	display: block;
}

.our-ul li img {
	cursor: pointer;
	transition: all 0.6s;
}

.our-ul li img:hover {
	transform: scale(1.2);
}

.our-ul li .our-right {
	width: 600px;
	height: 340px;
	float: left;
	background: #a37b2d;
	overflow: hidden;
}

.our-text {
	width: 550px;
	margin: 0 auto;
}
/* 
.our-ul li:nth-child(1) .our-text {
	margin-top: 90px;
}

.our-ul li:nth-child(2) .our-text {
	margin-top: 90px;
}

.our-ul li:nth-child(3) .our-text {
	margin-top: 80px;
}

.our-ul li:nth-child(4) .our-text {
	margin-top: 40px;
}

.our-ul li:nth-child(5) .our-text {
	margin-top: 40px;
}

.our-ul li:nth-child(6) .our-text {
	margin-top: 90px;
}
 */
.our-text p {
	margin-top: 35px;
	color: #fef5e4;
	font-size: 18px;
	line-height: 32px;
	font-family: simsun;
}

.our-ul li:nth-of-type(even) .our-right {
	background: #201e17;
}

.our-text h3 {
	font-size: 24px;
	font-family: simsun;
	color: #fef5e4;
	font-weight: normal;
}

.Profile {
	padding: 45px 0;
}

.Profile-wrap p {
	font-size: 18px;
	text-indent: 2em;
	line-height: 32px;
	margin-top: 20px;
}

.Its-title {
	color: #a37a2d;
	font-size: 36px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}

.Its-ul {
	overflow: hidden;
	width: 408px;
	margin: 0 auto;
	margin-top: 35px;
}

.Its-ul li {
	float: left;
	width: 378px;
	/*height: 138px;*/
	border: 3px solid #f4f4f4;
	margin: 0 15px;
	overflow: hidden;
}

.Its-ul li:nth-last-child(1) {
	margin-right: 0;
}

.Its-ul li img{
	cursor: pointer;
	transition: all 0.6s;
}

.Its-ul li img:hover{
	transform: scale(1.2);
}

.Its-img {
	margin-top: 30px;
}

.Its-img img {
	display: block;
	width: 100%;
}

.course {
	background: url(../images/pic32.jpg) center top;
	overflow: hidden;
	position: relative;
	padding-bottom: 100px;
}

.course-line {
	position: absolute;
	left: 50%;
	margin-left: -3.5px;
	top: 6px;
}

.course-wrap {
	width: 598px;
	float: left;
}

.course-title {
	margin-top: 70px;
}

.course-title img {
	display: block;
	margin: 0 auto;
}

.course-ul {
	padding: 0 20px;
}

.course-ul li {
	margin-top: 90px;
}

.course-tit {
	background: url(../images/title2.png) no-repeat right center;
	height: 96px;
	color: #000000;
	font-size: 62px;
	text-align: right;
	padding-right: 15px;
}

.course-tit:hover{
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.course-text {
	margin-top: 30px;
}

.course-text p {
	font-size: 20px;
	line-height: 30px;
	padding-left: 24px;
	margin-top: 15px;
	background: url(../images/tb19.jpg) left 8px no-repeat;
}

.course-text p:nth-of-type(even) {
	background: url(../images/tb20.jpg) left 8px no-repeat;
}

.course-tit2 {
	font-size: 40px;
	padding-right: 0;
	padding-top: 50px;
}

.course-ul li:nth-child(2) {
	margin-top: 200px;
}

.course-ul li:nth-child(3) {
	margin-top: 190px;
}

.course-wrap2 {
	float: right;
}

.course-wrap2 {}

.course-wrap2 .course-tit {
	background: url(../images/title.png) left center no-repeat;
	text-align: left;
	padding: 0;
	padding-left: 10px;
}

.course-wrap2 .course-ul li:nth-child(2) {
	margin-top: 80px;
}

.course-wrap2 .course-ul li:nth-child(3) {
	margin-top: 140px;
}

.asp {
	background: url(../images/pic33.jpg) no-repeat center;
	height: 643px;
	overflow: hidden;
}

.asp-text {
	margin-top: 200px;
}

.asp-text p {
	font-size: 24px;
	color: #FFFFFF;
	font-family: simsun;
	text-align: center;
	margin-top: 25px;
}

.lish {
	background: url(../images/bg8.jpg) no-repeat center bottom;
	overflow: hidden;
	margin-top: 50px;
}

.container2 {
	width: 1080px;
	margin: 0 auto;
}

.lish-title h3 {
	font-size: 28px;
	color: #987730;
	line-height: 30px;
	border-left: 5px solid #987730;
	text-indent: 10px;
	font-weight: normal;
}

.lish .lish-title h3 {
	font-weight: bold;
}

.lish-title h3 span {
	font-family: simsun;
	color: #4d4d4d;
	font-size: 18px;
	text-transform: uppercase;
}

.lish-title p {
	font-size: 20px;
	color: #333;
}

.lish-wrap {
	overflow: hidden;
	margin-top: 25px;
}

.lish-text {
	width: 275px;
	height: 180px;
	background: #987730;
	padding: 0 20px;
	overflow: hidden;
	border-radius: 10px;
	float: left;
	margin-top: 50px;
}

.lish-text h3 {
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 10px;
}

.lish-text h4 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
}

.lish-text p {
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	margin-top: 15px;
}

.lish-img {
	width: 352px;
	height: 253px;
	float: left;
	margin-left: 40px;
	overflow: hidden;
}

.lish-img img {
	cursor: pointer;
	transition: all 0.6s;
}

.lish-img img:hover {
	transform: scale(1.2);
}

.lish-text2 {
	float: none;
	float: right;
	background: #eeeeee;
}

.lish-text2 h3 {
	color: #333333;
}

.lish-text2 h4 {
	color: #333333;
}

.lish-text2 p {
	color: #333333;
}

.Issued {
	margin-top: 40px;
}

.Issued-img {
	margin-top: 60px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.Issued-img:hover {
	margin-top: 50px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.Issued-img img {
	display: block;
	margin: 0 auto;
}

.Issued-text {
	text-align: center;
	width: 290px;
	float: left;
}

.Issued-wrap {
	overflow: hidden;
}

.Issued-text {
	margin-left: 20px;
	margin-top: 10px;
	float: left;
}

.Issued-text h3 {
	font-size: 20px;
	margin-top: 10px;
	color: #333333;
	font-weight: normal;
}

.Issued-text p {
	font-size: 16px;
	line-height: 28px;
	margin-top: 15px;
}

.Issued-text2 {
	margin-left: 70px;
}

.Issued-text3 {
	margin-left: 100px;
}

.Issued-txt {
	font-size: 18px;
	line-height: 36px;
	margin-top: 70px;
}

.Issued-pic {
	height: 358px;
	overflow: hidden;
	background: url(../images/pic36.jpg?20231127) no-repeat center;
	margin-top: 70px;
}

.method {
	margin-top: 50px;
}

.method-text {
	font-size: 18px;
	line-height: 36px;
	margin-top: 35px;
}

.edge {
	margin-top: 100px;
}

.edge-title {
	text-align: center;
	width: 370px;
	margin: 0 auto;
}

.edge-title h3 {
	font-size: 60px;
	color: #987730;
	line-height: 70px;
	font-family: simsun;
	background: url(../images/line5.png) repeat-x center bottom;
	padding-bottom: 15px;
}

.edge-title p {
	font-size: 18px;
	color: #000000;
	margin-top: 3px;
}

.edge-ul {
	overflow: hidden;
	width: 1220px;
	margin-top: 65px;
}

.edge-ul li {
	width: 230px;
	margin-right: 12.5px;
	float: left;
}

.edge-img {
	width: 230px;
	height: 135px;
	overflow: hidden;
}

.edge-img img {
	width: 230px;
	height: 135px;
	display: block;
}

.edge-text {
	border: 1px solid #626262;
	border-top: 0;
	overflow: hidden;
	padding-bottom: 10px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}


.edge-text h3 {
	text-align: center;
	color: #424242;
	font-weight: normal;
	margin-top: 10px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.edge-text p {
	font-size: 14px;
	line-height: 26px;
	color: #424242;
	padding: 0 10px;
	margin-top: 5px;
	min-height: 105px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.edge-ul li:hover .edge-text {
	background: #987730;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.edge-ul li:hover .edge-text h3 {
	color: #FFFFFF;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.edge-ul li:hover .edge-text p {
	color: #FFFFFF;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.anta {
	background: #dcdcdc;
	margin-top: 100px;
	overflow: hidden;
	padding-bottom: 80px;
}

.anta .edge-title {
	margin-top: 30px;
}

.anta .edge-title p {
	font-size: 30px;
}

.anta-ul {
	overflow: hidden;
	width: 1220px;
	margin-top: 75px;
}

.anta-ul li {
	width: 390px;
	float: left;
	margin-right: 15px;
}

.anta-img {
	width: 390px;
	height: 267px;
	overflow: hidden;
}

.anta-img img {
	display: block;
	width: 390px;
	height: 267px;
}


.anta-ul li p {
	width: 203px;
	height: 54px;
	line-height: 54px;
	background: #987730;
	text-align: center;
	font-size: 26px;
	color: #FFFFFF;
	margin: 0 auto;
	margin-top: -27px;
	position: relative;
	z-index: 1;
	border-bottom: 3px solid #cdb98c;
}

.anta-img img {
	cursor: pointer;
	transition: all 0.6s;
}

.anta-img img:hover {
	transform: scale(1.2);
}

.what {
	padding: 30px 0;
	background: #eeeeee;
}

.what .container {
	overflow: hidden;
}

.what-img {
	width: 538px;
	height: 313px;
	float: left;
	overflow: hidden;
}

.what-img img {
	display: block;
}

.what-text {
	width: 490px;
	float: left;
	margin-left: 35px;
}

.what-text h3 {
	width: 335px;
	margin: 0 auto;
	font-size: 28px;
	text-align: center;
	color: #987730;
	border-bottom: 1px solid #987730;
	padding-bottom: 5px;
	margin-top: 20px;
}

.what-text h3 span {
	color: #4d4d4d;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: simsun;
}

.what-text p {
	color: #333333;
	font-size: 18px;
	line-height: 40px;
	margin-top: 20px;
}

.roach {
	overflow: hidden;
	padding: 55px 0;
}

.roach-left {
	width: 475px;
	margin-left: 40px;
	float: left;
	margin-top: 440px;
}

.roach-left h3 {
	font-size: 30px;
	color: #987730;
	border-bottom: 1px solid #987730;
	padding-bottom: 8px;
}

.roach-left h3 span {
	color: #4D4D4D;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}

.roach-left p {
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	margin-top: 8px;
}

.roach-right {
	width: 655px;
	float: right;
	border-top: 1px solid #000000;
}

.roach-right li {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #000000;
}

.roach-img {
	float: left;
	width: 190px;
	height: 190px;
	overflow: hidden;
}

.roach-img img {
	display: block;
}

.roach-text {
	width: 440px;
	float: right;
}

.roach-text h3 {
	font-size: 20px;
	color: #333333;
	background: url(../images/tb22.png) no-repeat left 3px;
	text-indent: 70px;
	font-weight: normal;
	line-height: 30px;
	margin-top: 10px;
}

.roach-text h3 span {
	font-size: 16px;
}

.roach-text p {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin-top: 10px;
}

.rone {
	background: #dcdcdc;
	padding: 45px 0 75px 0;
}

.rone-title {
	width: 435px;
	margin: 0 auto;
}

.rone-title h3 {
	font-size: 30px;
	color: #987730;
	border-bottom: 1px solid #987730;
	padding-bottom: 5px;
}

.rone-title h3 span {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #4D4D4D;
}

.rone-title p {
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	text-align: center;
	margin-top: 10px;
}

.rone-ul {
	overflow: hidden;
	width: 1220px;
	margin-top: 65px;
}

.rone-ul li {
	width: 390px;
	float: left;
	margin-right: 15px;
}

.rone-img {
	width: 390px;
	height: 250px;
	overflow: hidden;
}

.rone-text {
	padding: 15px;
	border: 1px solid #959595;
}

.rone-text h3 {
	font-size: 24px;
	font-weight: normal;
	color: #333333;
}

.rone-text p {
	font-size: 14px;
	color: #424242;
	line-height: 26px;
	margin-top: 10px;
}

.tern {
	margin-top: 100px;
}

.tern .edge-title {
	width: 100%;
}

.tern .edge-title h3 {
	width: 640px;
	margin: 0 auto;
	text-align: center;
}

.tern-ul {
	width: 1210px;
	overflow: hidden;
	margin-top: 40px;
}

.tern-ul li {
	width: 595px;
	float: left;
	height: 430px;
	margin-right: 5px;
	margin-top: 40px;
}

.tern-img {
	width: 595px;
	height: 267px;
	overflow: hidden;
}

.tern-img img {
	width: 595px;
	height: 267px;
	display: block;
}

.tern-text h3 {
	width: 275px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #FFFFFF;
	background: #987730;
	font-size: 26px;
	font-weight: normal;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	margin-top: -28px;
	border-bottom: 3px solid #dfca9d;
}

.tern-text p {
	width: 515px;
	font-size: 16px;
	line-height: 28px;
	margin: 0 auto;
	color: #000000;
	margin-top: 15px;
}

.Use .edge-title {
	width: 515px;
}

.Use-thour {
	margin-left: 40px;
	color: #000;
	margin-top: 50px;
}

.Use-thour h4 {
	font-weight: normal;
	font-size: 20px;
}

.Use-thour p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 35px;
}

.Use-main {
	width: 420px;
	height: 263px;
	overflow: hidden;
	position: relative;
	display: block;
}

.Use-main img {
	display: block;
	width: 420px;
	height: 263px;
}

.Use-mour {
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	top: -300px;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.Use-main:hover .Use-mour {
	top: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.Use-mour h3 {
	font-size: 40px;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 80px;
	letter-spacing: 5px;
}

.Use-mour hr {
	border: none;
	width: 95px;
	border-top: 1px solid #FFFFFF;
	margin: 0 auto;
	margin-top: 10px;
}

.Use-main-margin {
	margin-top: 7px;
}

.Use-left {
	width: 420px;
	float: left;
}

.Use-wrap {
	overflow: hidden;
	margin-top: 40px;
}

.Use-center {
	width: 348px;
	float: left;
	margin-left: 7px;
}

.Use-main2 {
	width: 348px;
	height: 203px;
	margin-top: 4px;
}

.Use-main2 img {
	width: 348px;
	height: 203px;
}

.Use-pic img {
	display: block;
}

.Use-right {
	width: 420px;
	float: right;
}

.purpose {
	margin-top: 90px;
	padding-bottom: 90px;
}

.purpose .edge-title {}

.purpose-main {
	display: block;
	position: relative;
}

.purpose-main img {
	display: block;
	width: 100%;
}

.purpose-mour {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #987730;
	opacity: 0.7;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.purpose-main:hover .purpose-mour {
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.purpose-wrap .next {
	width: 40px;
	height: 40px;
}

.purpose-wrap .prev {
	width: 40px;
	height: 40px;
}

.purpose-wrap {
	margin-top: 90px;
}

.what-img img {
	cursor: pointer;
	transition: all 0.6s;
}

.what-img img:hover {
	transform: scale(1.2);
}

.roach-img img {
	cursor: pointer;
	transition: all 0.6s;
}

.roach-img img:hover {
	transform: scale(1.2);
}

.rone-img img {
	cursor: pointer;
	transition: all 0.6s;
}

.rone-img img:hover {
	transform: scale(1.2);
}

.tern-img img {
	cursor: pointer;
	transition: all 0.6s;
}

.tern-img img:hover {
	transform: scale(1.2);
}

.point {
	background: url(../images/pic68.jpg) center no-repeat;
	height: 481px;
	background-size: 100%;
	margin-top: 80px;
	overflow: hidden;
}

.point-title {
	width: 1040px;
	margin: 0 auto;
	color: #987730;
	border-bottom: 3px solid #987730;
	font-size: 36px;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 15px;
	font-weight: bold;
}

.point-text {
	width: 1040px;
	margin: 0 auto;
	margin-top: 40px;
}

.point-text p {
	font-size: 20px;
	line-height: 66px;
}

.bazaar {
	margin-top: 70px;
}

.bazaar-title {
	font-size: 52px;
	text-align: center;
	color: #987730;
}

.bazaar-ul {
	overflow: hidden;
	margin-top: 45px;
}

.bazaar-ul li {
	width: 590px;
	float: left;
	background: #c1c1c1;
	border-radius: 10px;
	overflow: hidden;
}

.bazaar-ul li:nth-child(2) {
	float: right;
	background: #eeeeee;
}

.bazaar-img {
	width: 590px;
	height: 380px;
	overflow: hidden;
	border-radius: 10px;
}

.bazaar-text {
	width: 530px;
	margin: 35px auto;
	font-size: 18px;
	line-height: 30px;
	min-height: 120px;
}

.stick {
	margin-top: 80px;
}

.stick-title {
	text-align: center;
	background: url(../images/line6.png) center bottom no-repeat;
	padding-bottom: 15px;
}

.stick-title h3 {
	font-size: 30px;
	color: #987730;
	letter-spacing: 5px;
}

.stick-title p {
	font-family: arial;
	color: #987730;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 8px;
}

.stick-mour {
	padding: 40px 70px;
	background: #f3f3f3;
	margin-top: 40px;
}

.stick-mour p {
	font-size: 18px;
	text-align: center;
	line-height: 42px;
}

.stick-img {
	width: 190px;
	height: 115px;
	overflow: hidden;
}

.stick-img img {
	display: block;
}

.stick-ul {
	overflow: hidden;
	width: 1220px;
	margin-top: 35px;
}

.stick-ul li {
	width: 190px;
	background: #F3F3F3;
	float: left;
	cursor: pointer;
	text-align: center;
	margin-right: 12px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.stick-text {
	color: #343434;
	font-size: 18px;
	line-height: 32px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	padding: 30px 0;
}

.cacy {
	margin-top: 80px;
}

.cacy-ul {
	margin-top: 80px;
}

.cacy-ul li {
	background: url(../images/pic77.jpg) left center no-repeat;
	height: 357px;
	overflow: hidden;
	margin-top: 28px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}


.cacy-ul li:nth-child(2) {
	background: url(../images/pic78.jpg) left center no-repeat;
}

.cacy-ul li:nth-child(3) {
	background: url(../images/pic79.jpg) left center no-repeat;
}

.cacy-ul li:hover {
	margin-top: 18px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.cacy-wrap {
	width: 720px;
	padding: 15px 35px 15px 45px;
	margin-left: 370px;
	background: rgba(243, 243, 243, 0.9);
	margin-top: 40px;
}

.cacy-wrap p {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 3PX;
}

.total {
	overflow: hidden;
	padding-bottom: 50px;
}

.verb {
	width: 350px;
	float: left;
}

.verb-img {
	width: 350px;
	height: 180px;
	overflow: hidden;
	margin-top: 20px;
}

.verb-img img {
	display: block;
	width: 350px;
	height: 180px;
}

.verb-title {
	overflow: hidden;
}

.verb-title h3 {
	font-size: 28px;
	font-weight: normal;
	float: left;
	line-height: 30px;
	color: #987730;
}

.verb-title a {
	float: right;
	color: #7b7b7b;
	line-height: 30px;
}


.verb-ul {
	margin-top: 20px;
}

.verb-ul li {}

.verb-ul li a {
	display: block;
	font-size: 18px;
	line-height: 40px;
	color: #7b7b7b;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.total-ifram{
	width: 790px;
	height: 485px;
	float: right;
}

.bazaar-img:hover {
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.stick-img{}

.stick-img img {
	cursor: pointer;
	transition: all 0.6s;
}

.stick-img img:hover {
	transform: scale(1.2);
}

.stick-ul li:hover{
	background: #987730;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.stick-ul li:hover .stick-text{
	color: #FFFFFF;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.verb-img img {
	cursor: pointer;
	transition: all 0.6s;
}

.verb-img img:hover {
	transform: scale(1.2);
}

.types{
	margin-top: 65px;
	padding-bottom: 90px;
}

.types-ul{
	overflow: hidden;
	width: 1230px;
	margin-top: 65px;
}

.types-ul li{
	width: 220px;
	float: left;
	margin-right: 25px;
	cursor: pointer;
}

.types-img{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	border: 10px solid #eeeeee;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.types-img img{
	width: 200px;
	height: 200px;
}

.types-ul li p{
	text-align: center;
	font-size: 24px;
	color: #000000;
	margin-top: 20px;
}

.types-ul li:hover .types-img{
	border: 10px solid #987730;
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.bulge{
	background: #e5e5e5;
	overflow: hidden;
	padding-top: 35px;
	padding-bottom: 55px;
}

.bulge-title{
	text-align: center;
	font-size: 26px;
	color: #000000;
	background: url(../images/tb28.png) center bottom no-repeat;
	padding-bottom: 15px;
	margin-top: 25px;
}

.bulge-wrap{
	position: relative;
	margin-top: 30px;
}

.bulge-wrap img{
	margin: 0 auto;
	display: block;
}

.bulge-text{
	width: 345px;
	position: absolute;
	left: 25px;
	top:20px;
}


.bulge-text h3{
	font-size: 18px;
	background: url(../images/tb29.png) no-repeat left center;
	height: 34px;
	line-height: 34px;
	text-indent: 45px;
	margin-left: 80px;
}

.bulge-text p{
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
}

.bulge-text2{
	top: 215px;
}

.bulge-text2 h3{
	background: url(../images/tb30.png) no-repeat left center;
}

.bulge-text3{
	left:840px;
}

.bulge-text3 h3{
	background: url(../images/tb31.png) no-repeat left center;
	margin-left: 0;
}

.bulge-text4{
	left: 840px;
	top: 215px;
}

.bulge-text4 h3{
	background: url(../images/tb32.png) no-repeat left center;
	margin-left: 0;
}

.factory{
	padding-top: 40px;
	padding-bottom: 110px;
}
.factory-ul{
	overflow: hidden;
	width: 1220px;
	margin-top: 50px;
}

.factory-ul li{
	width: 590px;
	float: left;
	background: #f4f4f4;
	margin-top: 25px;
	margin-right: 20px;
	cursor: pointer;
}

.factory-img{
	width: 590px;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.factory-img img{
	display: block;
	width: 590px;
	height: 200px;
}

.factory-time{
	width: 100px;
	height: 110px;
	position: absolute;
	left: 0;
	top: 0;
	background: #987730;
	overflow: hidden;
}

.factory-time h3{
	color: #FFFFFF;
	font-size: 40px;
	font-family: arial;
	font-weight: normal;
	text-align: center;
	margin-top: 15px;
}

.factory-time hr{
	border: none;
	width: 40px;
	border-top: 2px solid #FFFFFF;
	margin: 0 auto;
}

.factory-time small{
	color: #FFFFFF;
	font-size: 8px;
	font-family: arial;
	text-align: center;
	display: block;
	margin-top: 10px;
}

.factory-text{
	text-align: center;
	font-size: 22px;
	padding: 15px 0;
	color: #333333;
}


.scope{
	background: url(../images/bg9.jpg) center top no-repeat;
	padding-top: 180px;
	overflow: hidden;
	padding-bottom: 40px;
}

.scope-title{
	text-align: center;
}

.scope-title h3{
	font-size: 46px;
	font-weight: normal;
	letter-spacing: 5px;
	color: #FFFFFF;
}
.scope-title p{
	font-size: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 15px;
}

.scope-title hr{
	width: 125px;
	border: none;
	border-top: 2px solid #FFFFFF;
	margin: 0 auto;
	margin-top: 25px;
}

.scope-ul{
	overflow: hidden;
	margin-top: 75px;
	width:1220px;
}
.scope-ul li{
	width: 138px;
	text-align: center;
	float: left;
	margin-right: 13px;
}

.scope-ul li img{
	display: block;
}

.scope-ul li p{
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 5px;
}

.scope-tit{
	color: #FFFFFF;
	font-size: 46px;
	text-align: center;
	margin-top: 80px;
	background: url(../images/tb28.png) center bottom no-repeat;
	padding-bottom: 20px;
}

.scope-wrap{
	width: 1020px;
	margin: 0 auto;
	margin-top: 25px;
}

.scope-list{
	width: 1070px;
	height: 240px;
}

.scope-list li{
	width: 236px;
	height: 240px;
	background: #987730;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 25px;
	float: left;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.scope-list li:hover{
	margin-top: -20px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.scope-list li img{
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}

.scope-text{
	padding: 0 10px;
}

.scope-text h3{
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	margin-top: 10px;
}
.scope-text p{
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin-top: 20px;
}

.scope-img{
	margin-top: 35px;
}

.total2{
	padding-top: 40px;
}

.bulge-wrap img:hover {
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.factory-img img {
	cursor: pointer;
	transition: all 0.6s;
}

.factory-img img:hover {
	transform: scale(1.2);
}

.scope-ul li img:hover {
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.point2{
	height: 480px;
	background: url(../images/pic102.jpg) no-repeat center top;
}

.Folium{
	
}

.Folium-ul{}

.Folium-ul li{
	overflow: hidden;
	margin-top: 60px;
}

.Folium-left{
	width: 580px;
	float: left;
}

.Folium-right{
	float: right;
	width: 580px;
}

.Folium-wrap{
	overflow: hidden;
	margin-top: 55px;
}
.Folium-wrap h2{
	height: 98px;
	width: 98px;
	background: #987730;
	border-radius: 50%;
	text-align: center;
	line-height: 98px;
	font-size: 50px;
	font-family: arial;
	color: #FFFFFF;
	font-weight: normal;
	float: left;
}

.Folium-text{
	width: 470px;
	float: right;
	margin-top: 15px;
}

.Folium-text h3{
	font-size: 22px;
	color: #000000;
	font-weight: normal;
	border-bottom: 2px solid #c1c1c1;
	padding-bottom: 8px;
}
.Folium-text p{
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	letter-spacing: 2px;
	margin-top: 8px;
}

.Folium-img img{
	display: block;
}

.Folium-ul li:nth-child(2) .Folium-img{
	margin-left: 75px;
}
.Folium-ul li:nth-child(3) .Folium-img{
	margin-right: 55px;
	float: right;
}
.Folium-ul li:nth-child(5) .Folium-img{
	margin-right: 55px;
	float: right;
}

.know{
	margin-top: 120px;
	padding-bottom: 50px;
}

.know .stick-title h3{
	font-size: 52px;
}

.know-ul{
	overflow: hidden;
	width: 1220px;
	margin-top: 40px;
	padding-bottom: 30px;
}

.know-ul li{
	position: relative;
	width: 590px;
	height: 380px;
	cursor: pointer;
	float: left;
	margin-right: 20px;
	margin-top: 40px;
	box-shadow: 0 2px 10px #999; 
}

.know-ul li img{
	display: block;
	width:590px;
	height: 380px;
}

.know-wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.67);
	overflow: hidden;
	text-align: center;
	color: #FFFFFF;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.know-wrap h3{
	font-weight: normal;
	font-size: 36px;
	margin-top: 120px;
}

.know-wrap p{
	font-size: 18px;
	margin-top: 20px;
}

.know-ul li:hover .know-wrap{
	background: #dd9700;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.know-pic{
	background: url(../images/pic100.jpg) center no-repeat;
	text-align: center;
	height: 469px;
	overflow: hidden;
}

.know-pic h3{
	color: #FFFFFF;
	font-size: 40px;
	font-weight: normal;
	margin-top: 160px;
}

.know-pic p{
	font-size: 28px;
	color: #FFFFFF;
	margin-top: 30px;
}

.mizat{
	margin-top: 25px;
}
.stick-title h3{
	font-size: 52px;
}

.mizat-img{
	margin-top: 50px;
}

.mizat-img img{
	display: block;
	margin: 0 auto;
}

.total3{
	margin-top: 100px;
}

.product-pic{
	width: 270px;
	height: 270px;
	overflow: hidden;
}

.product-pic img {
	cursor: pointer;
	transition: all 0.6s;
	width: 270px;
	height: 270px;
}

.product-pic img:hover {
	transform: scale(1.2);
}

.us-iframe{
	display: block;
	width: 100%;
	height: 500px;
	margin-top: 30px;
	border: none;
}

.get-html{
	background: #39374f url(../images/404.jpg) no-repeat center 100px;
}

.get{
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 5px;
	display: block;
	color: #39374F;
	font-size: 18px;
	position: fixed;
	left: 50%;
	margin-left: -100px;
	bottom: 10%;
}

.US-mourt{
	font-size: 34px;
	text-align: center;
	color: #333333;
	margin-top: 30px;
}

.pagination{
	margin-bottom: 50px;
}

.pagination{
	margin-top: 30px;
}

.pagination ul{
	overflow: hidden;
	
}

.pagination ul li{
	float: left;
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333333;
}

.pagination ul li a{
	display: block;
	padding: 0 10px;
	background: #dddddd;
	color: #333333;
}

.pagination ul li a:hover{
	background: #9d752b;
	color: #ffffff;
}

.pagination ul li span.current{
	display: block;
	padding: 0 10px;
	height: 100%;
	line-height: 30px;
	text-align: center;
	background: #9d752b;
	color: #ffffff;
}