* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
	text-decoration: none;
	border: none;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	display: block;
	color: #444;
}

i {
	font-style: normal;
}

img {
	border: none;
}

input {
	border: none;
	background: none;
}

input,
textarea {
	font-family: Arial, "微软雅黑";
	outline: 0;
	font-size: 14px;
	-webkit-appearance: none;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block
}

html {
	font-size: 16px;
}

html,
body {
	color: #444;
	height: 100%;
	background: #fff;
	max-width: 1920px;
	margin: 0 auto;
}

.nav-t {
	max-width: 1920px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: rgba(255, 255, 255, .6);
	
}

.nav-t .logo {
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-left:10rem;
	height: 4rem;
	margin: 0.9375rem 0px 0.9375rem 2.625rem
}

.nav-t .logo dt {
	font-size: 1.8125rem;
	color: #0d9431;
	line-height: 1.3;
}

.nav-t .logo dd {
	font-size: 0.75rem;
	color: #0d9431;

}

.nav-t ul {
	margin-top: 1.3rem;
	padding-left: 1.875rem;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-around;
	width: 48%;
}

.nav-t span {
	display: block;
	background-size: 1.8125rem 1.8125rem;
	padding-left: 2.25rem;
	font-size: 1.5rem;
	line-height: 1.8125rem;
	background-repeat: no-repeat;
	margin-top: 1.6875rem;
	color: #0d9431;
	padding-right: 1rem;
    height: 1.9rem;
    overflow: hidden;
}

.nav-t ul li {
	float: left;
	display: flex;
	align-items:center;
	justify-content: center;
	width: 12%;
	line-height: 2.8rem;

}

.nav-t ul li a {
	font-size: 1rem;
	transition: color .25s;
	align-items:center;
	max-height: 3rem;
	overflow: hidden;
	
}

.fl .active:after {
	width: 100% !important;
}

.nav-t ul li a:hover:after {
	width: 100%;
}

.nav-t ul li a:after {
	content: "";
	display: block;
	height: 2px;
	background-color: #0d9431;
	margin-top: 0px;
	width: 0%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.nav-t i {
	display: block;
	width: 27px;
	height: 23px;
	padding: 1.8125rem 1.6875rem 0px 2.4375rem;
	cursor: pointer;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.nav-l {
	max-width: 15.625rem;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
}

.nav-l .nav-l-t {
	padding-top: 7%;
	height: auto;
	text-align: center;
	padding-bottom: 7%;
	border-bottom: 1px solid #f2f2f2;
}

.nav-l .nav-l-t img {
	display: block;
	width: auto;
	height: 4.9375rem;
	margin: 0 auto;
}

.nav-l .nav-l-t a {
	color: #097d3f;
	display: block;
}

.nav-l .nav-l-t dt {
	font-size: 1.25rem;
	font-weight: 600;
}

.nav-l .nav-l-t dd {
	font-size: 0.75rem;
}

.nav-l .nav-l-c {
	margin: 0 auto;
	padding-top: 16%;
	max-width: 130px;
}

.nav-l .nav-l-c li {
	width: 130px;
	text-align: center;
	margin-bottom: 10%;
}

.nav-l .nav-l-c li a {
	line-height: 36px;
	border-radius: 18px 18px 18px 18px;
}

.nav-l .nav-l-c li .active {
	background-color: #0d9431;
	color: #fff;
}

.nav-l .nav-l-b {
	position: absolute;
	width: 100%;
	background-color: #0d9431;
	padding-top: 1.125rem;
	bottom: 0;
}

.nav-l .nav-l-b span {
	padding-left: 1.25rem;
	display: block;
	color: #Fff;
	padding-bottom: 1rem;
	border-bottom: 1px solid #f2f2f2;
}

.nav-l .nav-l-b span i {
	font-weight: 600;
	font-size: 1.3rem;
	color: #Fff;
}

.nav-l-b ul {
	padding-left: 2.625rem;
	margin-top: 1rem;
}

.nav-l-b ul li {
	float: left;
}

.nav-l-b ul li a {
	display: block;
	width: 2.0625rem;
	height: 2.0625rem;
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-right: 0.6875rem;
}



.nav-l-b div {
	color: #fff;
	font-size: 0.75rem;
	padding-left: 1.25rem;
	margin-bottom: 1.5625rem;
}

.index .slide:nth-child(1) {
	background: url(../images/ind_ban1.jpg) no-repeat center;
	background-size: cover;
}

.index-1 {
	position: relative;
	text-align: center;
}

.index-1 h3 {
	color: #Fff;
	font-size: 2.9375rem;
	font-weight: 700;
	text-shadow:5px 2px 8px #aaa;
	transition: all 0.5s linear

}

.index-1 span {
	color: #Fff;
	display: block;
	font-size: 3.1875rem;
	text-shadow:5px 2px 8px #aaa;
	transition: all 0.3s linear

}




.index-1 i {
	color: #Fff;
	font-size: 1.25rem;
	display: block;
	text-shadow:5px 2px 8px #aaa;
	transition: all 0.3s linear

}


.index-2,
.index-3 {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 49.5%;
	transition: all 0.3s linear
}

.index-2 {
	left: 0;
	right: 50%;
	background: url(../images/index2.png) no-repeat center;
	background-size: cover;
}

.index-3 {
	left: 50%;
	right: 0;
	background: url(../images/index3.png) no-repeat center;
	background-size: cover;
}

.index-3 .index-3-1 {
	max-width: 7.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-80%, -50%);
	transition: all 0.3s linear
}

.index-3 .index-3-1 div {
	color: #0D9431;
	font-size: 0.75rem;
	writing-mode: tb-rl;
	margin: 0 auto;
	padding: 1.875rem 1.625rem 1.875rem 1.625rem;
	border: 3px solid #0D9431;
}

.index-3 .index-3-1 div span {
	font-size: 2.125rem;
	color: #0D9431;
}

.index-2 .index-2-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32.1875rem;
	z-index: 9;
	transition: all 0.3s linear
}

.index-2 .index-2-1 h3 {
	font-size: 3.75rem;
	font-style: italic;
	color: #0D9431;
}

.index-2 .index-2-1 h4 {
	font-size: 1.6875rem;
	font-weight: 300;
}

.index-2 .index-2-1 .index-2-1-c {
	font-size: 0.9375rem;
	margin-top: 1rem;
	line-height: 1.875rem;
	margin-bottom: 2rem;
	max-height: 8.25rem;
}

.index-2 .index-2-1 .index-2-1-b dl {
	float: left;
	margin-left: 3rem;
}

.index-2 .index-2-1 .index-2-1-b dl:nth-child(1) {
	margin-left: 0;
}

.index-2 .index-2-1 .index-2-1-b dl i {
	display: block;
	font-size: 0.875rem;
}

.index-2 .index-2-1 .index-2-1-b dl dt {
	display: inline-block;
	font-size: 3.125rem;
	font-weight: 600;
	color: #0D9431;
}

.index-2 .index-2-1 .index-2-1-b dl dd {
	display: inline-block;
	font-size: 0.875rem;
}

.index-2 .index-2-1 span {
	display: block;
	margin-top: 2.5rem;
	text-align: center;
	max-width: 12.5rem;
	border: 2px solid #0D9431;
}

.index-2 .index-2-1 a {
	display: block;
	line-height: 3rem;
	font-size: 0.875rem;
	color: #0D9431;
}

.index-2 .index-2-1 span a:hover {
	-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}


@keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateX(15px);
		-webkit-transform: translateX(15px);
		opacity: 0;
	}
}

@-webkit-keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateX(15px);
		-webkit-transform: translateX(15px);
		opacity: 0;
	}
}

.index-4 {
	width: 100%;
	height: 100%;
	position: relative;
	transition: all 0.3s linear
}

.index-4 .slide {
	float: left;
	width: 25%;
}

.index-4 .slide a {
	display: block;
  overflow: hidden ;
}

.index-4 .slide a img {
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	height:100%;
	transition: all 0.3s linear
}

.index-4 .slide a .index-4-1 {
	text-align: center;
	width: 100%;
	padding-bottom: 8.75rem;
	transition: all 0.3s linear;
}

.index-4 .slide a .index-4-1 h3 {
	font-size: 1.5625rem;
	font-weight: 300;
	line-height: 1.875rem;
	padding-top: 2rem;

}

.index-4 .slide a .index-4-1 i {
	font-size: 0.75rem;
	line-height: 1.5625rem;
	margin-bottom: 1.5625rem;
	display: block;padding:1rem;

}

.index-4 .slide a .index-4-1 div {
	font-size: 0.8125rem;
	line-height: 1.5625rem;
	max-width: 19.375rem;
	margin: 0 auto;
	text-align: justify;
	margin-bottom: 2.5rem;
	box-sizing: border-box;
	padding: 0.625rem;

}

.index-4 .slide a .index-4-1 span {
	opacity: 0;
	display: block;
	max-width: 195px;
	line-height: 50px;
	text-align: center;
	font-size: 0.875rem;
	color: #fff;
	margin: 0 auto;
	background-color: #0d9431;

}

.index-4 .slide a:hover img {
	transform: translate(-50%,-10%);
}
.index-4 .slide a:hover .index-4-1{
	color: #fff;
}

.index-4 .slide a:hover .index-4-1 {
	transform: translateY(-20%);
	background: #0D9431;
	background: -moz-linear-gradient(top, #0d9431 0%, #20b51d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d9431), color-stop(100%, #20b51d));
	background: -webkit-linear-gradient(top, #0d9431 0%, #20b51d 100%);
	background: -o-linear-gradient(top, #0d9431 0%, #20b51d 100%);
	background: -ms-linear-gradient(top, #0d9431 0%, #20b51d 100%);
	background: linear-gradient(to bottom, #0d9431 0%, #20b51d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d9431', endColorstr='#20b51d', GradientType=0);
	
}

.index-4 .slide a:hover .index-4-1 span {
	opacity: 1;
}

.index-5,
.index-6 {
	width: 49.5%;
	height: 100%;
	float: left;
	transition: all 0.3s linear
}

.index-5 {
	background: url(../images/index5.png) no-repeat center;
	background-size: cover;
	position: relative;
}

.index-5 .index-5-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 26.25rem;
	z-index: 9;
	transition: all 0.3s linear
}

.index-5 .index-5-1 h3 {
	font-size: 3.75rem;
	font-style: italic;
	color: #0D9431;
	word-wrap: break-word
}

.index-5 .index-5-1 h4 {
	font-size: 1.6875rem;
	font-weight: 300;
}

.index-5 .index-5-1 div {
	font-size: 0.9375rem;
	margin-top: 2rem;
	line-height: 1.875rem;
	margin-bottom: 2rem;
	max-height: 6.25rem;
}

.index-6 {
	position: relative;
	transition: all 0.3s linear
}

.index-6-bj {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 33%;
	background-color: #fcfbfb;
}

.index-6 ul {
	position: relative;
	z-index: 1;
	max-width: 55.625rem;
	transition: all 0.3s linear;
	margin: 0 auto;
}

.index-6 ul li {
	float: left;
	width: 33%;
	padding: 6% 0;
}

.index-6 ul li a{
	height: 9.375rem;
}


.index-6 ul li a:hover {
	color: #0D9431;
}

.index-6 ul li i {
	display: block;
	margin: 0 auto;
	background-position: center;background-color: #ffffff;
	background-repeat: no-repeat;background-size: 100%;
	height: 6.625rem;
	width: 6.625rem;
	border-radius: 50%;
	border: 1px solid #e6e6e6;
	margin-bottom: 0.875rem;
}

.index-6 ul li a:hover {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}

@keyframes gelatine {
	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}
	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}
	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@-webkit-keyframes gelatine {
	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}
	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}
	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}

.index-6 ul li span {
	display: block;
	text-align: center;
}

.index-7 {
	width: 100%;
	height: 100%;
	background: url(../images/index7.png)no-repeat 100% center;
	position: relative;
}

.index-7 .index-7-1 {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 75.8rem;
}

.index-7 .index-7-1 h3 {
	font-size: 3.8125rem;
	color: #0D9431;
	font-style: italic;
	text-align: center;
}

.index-7 .index-7-1 span {
	display: block;
	font-size: 1.625rem;
	text-align: center;
}

.index-7 .index-7-1 ul {
	margin-top: 2.1875rem;
}

.index-7 .index-7-1 ul li {
	float: left;
	position: relative;
	
}

.index-7 .index-7-1 ul li a {
	width: 19.375rem;
	height: 19.375rem;
	padding: 2.5rem 2.1875rem;
	position: relative;
	z-index: 2;
	background-color: rgba(50, 161, 70, .8);
	color: #fff;
}

.index-7 .index-7-1 ul li:hover a {
	color: #333;
	background-color: rgba(255, 255, 255, .1);
}



.index-7 .index-7-1 ul li span {
	content: " ";
	position: absolute;
    background: none rgba(255,255,255,0.5);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .58s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform .58s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
}

.index-7 .index-7-1 ul li:hover span {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;

}



.index-7 .index-7-1 ul li a dt {
	font-size: 0.875rem;
}

.index-7 .index-7-1 ul li a dd {
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.index-7 .index-7-1 ul li a div {
	font-size: 0.875rem;
	line-height: 1.625rem;
	max-height: 9.625rem;
	overflow: hidden;
}

.index-7 .index-7-1 ul li a i {
	position: absolute;
	left: 2.1875rem;
	bottom: 2.5rem;
}

.silder-box2 {
	position: relative;
	margin: 0 auto;
}

.silder1 {
	overflow: hidden;
}

.silder-box2 .silder-button {
	top: 50%;
	width: 25px;
	height: 54px;
	position: absolute;
	cursor: pointer;
	transform: translateY(-50%);
	padding: 1.25rem;
	z-index: 3;
}

.silder-box2 .silder-button.btl {
	left: -5px;
	background-image: url(../images/bl1.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-animation: zhuan2 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: zhuan2 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

.silder-box2 .silder-button.btr {
	right: -5px;
	background-image: url(../images/br1.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-animation: zhuan1 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: zhuan1 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

.silder-box-2 {
	width: 77.5rem;
}

.index-8 {
	position: relative;
	background: url(../images/inedx_cont.jpg)no-repeat 100% top;
	width: 100%;
	height: 100%;
}

.index-8 .index-8-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

.index-8 .index-8-1 h3 {
	font-size: 3.8125rem;
}

.index-8 .index-8-1 i {
	font-size: 1.625rem;
	display: block;
	margin-bottom: 7.8125rem;
}

.index-8 .index-8-1 .index-8-2 {
	width: 81.25rem;
	margin-bottom: 4.375rem;
}

.index-8 .index-8-1 .index-8-2 li {
	padding: 0.875rem 0;
	border-left: #ccc solid 1px;
	width: 24.9%;
	float: left;
	background: #fff;
}

.index-8 .index-8-1 .index-8-2 li:nth-child(1) {
	border: none;
}

.index-8 .index-8-1 .index-8-2 li a {
	max-width: 11.25rem;
	display: block;
	margin: 0 auto;
		height: 6.875rem;
}

.index-8 .index-8-1 .index-8-2 img {
	display: block;
	margin: 0 auto;
	margin-bottom: 1.75rem;
	width: 36px;
	height: 44px;
}

.index-8 .index-8-1 .index-8-2 li a:hover {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}

.index-8 .index-8-1 .index-8-2 span {
	font-size: 0.875rem;
	margin-bottom: 1.5625rem;
}

.silder-box-1 {
	position: relative;
	margin: 0 auto;
}

.silder {
	width: 1280px !important;
	overflow: hidden;
}

.silder li {
	width: 13.5rem;
	height:13.5rem;
}

.silder li img {
	max-width: 100%;
	max-height: 100%;
}

.silder-button {
	top: 50%;
	width: 25px;
	height: 54px;
	position: absolute;
	cursor: pointer;
	transform: translateY(-50%);
	padding: 1.25rem;
}

.silder-button.btl:hover {
	-webkit-animation: zhuan2 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: zhuan2 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

.silder-button.btr:hover {
	-webkit-animation: zhuan1 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: zhuan1 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes zhuan1 {
	from {
		opacity: 0.5;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translate(20px, -50%);
		-webkit-transform: translate(20px, -50%);
		opacity: 0.5;
	}
}

@-webkit-keyframes zhuan1 {
	from {
		opacity: 0.5;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translate(20px, -50%);
		-webkit-transform: translate(20px, -50%);
		opacity: 0.5;
	}
}

@keyframes zhuan2 {
	from {
		opacity: 0.5;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translate(-20px, -50%);
		-webkit-transform: translate(-20px, -50%);
		opacity: 0.5;
	}
}

@-webkit-keyframes zhuan2 {
	from {
		opacity: 0.5;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translate(-20px, -50%);
		-webkit-transform: translate(-20px, -50%);
		opacity: 0.5;
	}
}

.silder-button.btl {
	left: -30px;
	background: url(../images/bl.png);
	background-position: center;
	background-repeat: no-repeat;
}

.silder-button.btr {
	right: -30px;
	background: url(../images/br.png);
	background-position: center;
	background-repeat: no-repeat;
}

.silder-box-1 {
	width: 80rem;
}

.footer {
	position: absolute;
	font-size: 0.1875rem;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #0d9431;
	color: #Fff;
	line-height: 50px;
}

.footer dl dt {
	float: left;
	margin-left: 5%;
}

.footer dl dd {
	float: right;
	margin-right: 5%;
}

.footer dl dd a{
	color: #fff;
	display: inline-block;
}

.index-2 .fp-tableCell {
	height: 50% !important;
}

.index-3 .fp-tableCell {
	height: 50% !important;
}

.fp-controlArrow {
	display: none;
}

.index2 .fp-slidesContainer {
	width: 100% !important;

}

.index-4 .fp-slidesContainer {
	width: 100% !important;

}

.index5 .fp-slidesContainer {
	width: 100% !important;

}

.index-5 .fp-tableCell {
	height: 50% !important;
}

.index-6 .fp-tableCell {
	height: 50% !important;
}

.sotp{
	transform: none !important;
}


.index .fp-controlArrow {
	display: block;
}

.index-1-s h3 {	
	transform: translateY(-300%) scale3d(1.5,1.5,1.5);
	opacity: 0;

}
.index-1-s span {
	transform: scale3d(1.5,1.5,1.5);
	opacity: 0;
}

.index-1-s i{
	transform: translateY(300%) scale3d(1.5,1.5,1.5);
	opacity: 0;
}





@media only screen and (max-height:700px) {
	.nav-l-b {
		display: none;
	}
	
}

@media only screen and (max-width:1600px) {
	.nav-t ul {
		width:45%;
	}

}

@media only screen and (max-width:1440px) {
	
.nav-t ul {
		width: 40%;
	}

	.index-2,
	.index-3 {
		position: absolute;
		left: 0;
		right: 0;
		width: 100% !important;
		height: 49.5%;
	}
	.index-2 {
		top: 40%;
		height: 60%;
		
	}
	.index-3 {
		bottom: 60%;
		height: 40%;
	}
	.index-3 .index-3-1 {
		max-width: 100%;
		transform: translate(-50%, -50%);
	}
	.index-3 .index-3-1 div {
		writing-mode: rl-tb;
	}
	.index-4 .slide a img {
		height: 100%
	}

	.index-8 .index-8-1 .index-8-2 {
		margin: 0 auto;
		width: 41.25rem
	}
	.index-8 .index-8-1 .index-8-2 li {
		margin-bottom: 1.25rem;
		width: 49.5%;
	}
	.index-8 .index-8-1 i {
		margin-bottom: 3.8125rem;
	}
	.index-8 .index-8-1 .index-8-2 li:nth-child(3) {
		border: none;
	}
	.silder,
	.silder-box-1 {
		width: 46.75rem !important;
	}
	.silder-box-2,
	.silder1 {
		width: 810px !important;
	}
	@media only screen and (max-height:50rem) {
		.index-2-1-c {
			display: none;
		}
	}
}
@media only screen and (max-width:1600px) {
	.nav-t span {
		font-size: 1.2rem;padding-right:0;
	}
}

@media only screen and (max-width:1280px) {
	.nav-t span {
	padding-right: 0rem;
}
	.nav-t ul {
		display: none;
	}
	.nav-t i{
	display: block;
	}
	.index-5,
	.index-6 {
		width: 100% !important;
		height: 49.5%;
		float: left;
	}
	.index-6 ul li {
		float: left;
		width: 20%;
		padding: 6% 0;
	}
	.index-6-bj {
		height: 50%;
		width: 100%;
		transform: translate(-50%, 100%);
	}
	.silder-box-2,
	.silder1 {
		width: 23.75rem !important;
	}

	
	
}

@media only screen and (max-width:1024px) {
.index-4 .fp-slidesContainer {
		width: 250% !important;
	}
	.index-4 .slide a .index-4-1 div{
		max-width: 80%;
	}

.index-4 .fp-controlArrow {
		display: block;
	}


}
@media only screen and (max-width:860px) {
	

}

@media only screen and (max-width:750px) {
	.wh .wh-t span{
		display:block;
	}
	#dituContent{
		width: 100% !important;
		height: 200px !important;
	}

	html{font-size: 12px !important; }
	.index-2 .index-2-1 span{
	margin:0; 
	}
	.index-2 .index-2-1 h3{
		font-size: 2.75rem;
	}
	.nav-t span {
		display: none;
	}
	.nav-t i {
		padding: 1.8125rem 1.6875rem 0px 1.4375rem;
	}
	.nav-t .logo {
		margin-left: 0.9375rem;
	}
	.index-2,
	.index-3 {
		position: relative;
		left: 0;
		right: 0;
		width: 50% !important;
		bottom: 0;
		top: 0;
	}
	.index-2 .index-2-1 .index-2-1-b dl {
		margin-left: 0;
	}
	.index-2 .index-2-1 {
		width: auto;
	}
	.index2 .fp-slidesContainer {
		width: 200% !important;
	}

	.index-4-1>div {
		display: none;
	}

	.index-4 .fp-slidesContainer {
		width: 500% !important;
	}
	
	
	.index-4 .slide a .index-4-1 div{
		max-width: 80%;
	}
	.index-4 .slide a img {
   		 width: 100%;
	}

	.index5 .fp-slidesContainer {
	width: 100% !important;
}
	
	.index-2 {
		height: 100% !important;
	}
	.index-3 {
		height: 100% !important;
	}
	.index5 .fp-slidesContainer {
		width: 200% !important;
	}
	.index-5,
	.index-6 {
		position: relative;
		left: 0;
		right: 0;
		width: 50% !important;
		bottom: 0;
		top: 0;
	}
	.index-5 {
		height: 100% !important;
	}
	.index-6 {
		height: 100% !important;
	}
	.index-6 ul {
		width:80%;
	}
	.index-6 ul li {
		width: 33%;
	}	
	.index-5 .index-5-1 {

	width: 13.75rem;

}
	.index-2-1-c {
		display: none;
	}
	.fp-controlArrow {
		display: block;
	}
	.index-5 .index-5-1 div {
		display: none;
	}
	.index-8 .index-8-1 .index-8-2 {
		margin: 0 auto;
		width: 90%
	}
	.index-8 .index-8-1{width:90%}
	.index-8 .index-8-1 i {
		margin-bottom: 0.8125rem;
	}
	.silder,
	.silder-box-1 {
		width: 13.75rem !important;
	}
	.silder-button.btl {
		left: -4rem;
	}
	.silder-button.btr {
		right: -4rem;
	}
	
	.index-8 .index-8-1 h3 {
		font-size: 2.8125rem;
	}
	.index-7 .index-7-1 h3 {
		font-size: 2.8125rem;
	}
	.footer {
		line-height: 1.1rem;
	}
	.footer dl dd {
		float: left;
		margin-left: 5%;
	}
	.index-8 .index-8-1 .index-8-2 img{
		margin-bottom: 0;
	}

}