a {
	text-decoration: none;
}
* {
	text-decoration: none;
	color: #000000;
	font: "微软雅黑";
	margin: 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .p {
	margin: 0;
	font-weight: 300;
}
ul, ol {
	margin: 0;
	padding: 0;
}
#menu {
	margin: 0;
	padding: 0;
	position: fixed;
	left: 10px;
	top: 10px;
	list-style-type: none;
	z-index: 70;
}
#menu li {
	float: left;
	margin: 0 10px 0 0;
	font-size: 14px;
}
#menu a {
	float: left;
	padding: 10px 20px;
	background-color: #fff;
	color: #333;
	text-decoration: none;
}
#menu .active a {
	color: #fff;
	background-color: #333;
}
.section {
	text-align: center;
	font: 50px "Microsoft Yahei";
	color: #fff;
}
.clear {
	clear: both;
}
@font-face {
	font-family: zaozi;
	src: url(../font/MFLangQian_Noncommercial-Regular.otf);
}
.bg1 {
	background: url(../img/index3_01.jpg) center center no-repeat;
	background-size: cover;
}
.bg1_1 {
	background: url(../img/index3_01_1.jpg) center center no-repeat;
	background-size: cover;
}
.bg1_2 {
	background: url(../img/index3_01_2.jpg) center center no-repeat;
	background-size: cover;
}
.bg1_3 {
	background: url(../img/index3_01_3.jpg) center center no-repeat;
	background-size: cover;
}
.bg2 {
	background: url(../img/index3_02.jpg) center center no-repeat;
	background-size: cover;
}
.bg3 {
	background: url(../img/index3_03.jpg) center center no-repeat;
	background-size: cover;
}
.bg4 {
	background: url(../img/index3_04.jpg) center center no-repeat;
	background-size: cover;
}
.bg5 {
	background: url(../img/index3_05.jpg) center center no-repeat;
	background-size: cover;
}
.bg6 {
	background: url(../img/index3_06.jpg) center center no-repeat;
	background-size: cover;
}

/*@media screen and (max-width: 1400px ) {

.bg1 {background-size:100%;}

.bg2 {background-size:100%;}

.bg3 {background-size:100%;}

.bg4 {background-size:100%;}

.bg5 {background-size:100%;}

.bg6 {background-size:100%;}

}



*/

@media screen and (max-width:1200px ) {
.bg1 {
	background: url(../img/index3_01s.jpg) center center no-repeat;
	background-size: cover;
}
.bg2 {
	background: url(../img/index3_02s.jpg) center center no-repeat;
	background-size: cover;
}
.bg3 {
	background: url(../img/index3_03s.jpg) center center no-repeat;
	background-size: cover;
}
.bg4 {
	background: url(../img/index3_04s.jpg) center center no-repeat;
	background-size: cover;
}
.bg5 {
	background: url(../img/index3_05s.jpg) center center no-repeat;
	background-size: cover;
}
.bg6 {
	background: url(../img/index3_06s.jpg) center center no-repeat;
	background-size: cover;
}
}
.sec {
	margin-bottom: -60px;
}
.lefoot {
	background: rgba(20,20,20,1)
}
 @media screen and (max-width:1200px ) {
.navbar-brand {
	width: 60%
}
.navbar-brand img {
	width: 100%;
}
}
.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.zoom-img:hover {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 150ms;
	-moz-transform: scale(2);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
	position: relative;
	z-index: 9999;
}
.index-foot {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 998;

}
.index-foot p, .index-foot p span {
	line-height: 50px;
	font-size: 12px;
	color: rgba(255,255,255,1);
	text-align: center;
	letter-spacing: 3px;
	font-weight: 300;	display: inline-block;
}
 @media screen and (max-width:1200px ) {
.index-foot p span {
	display: none
}
}
/***********视频**************/



.videolee {
	position: fixed;
	z-index: 9999999;
	width: 60%;
	height: 60%;
	left: 20%;
	top: 20%;
	border: 10px solid rgba(255,255,255,1);
}
.leevideo {
	position: fixed;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.videobotton {
	position: fixed;
	z-index: 9999999;
	width: 363px;
	height: 221px;
	bottom: 15px;
	right: 0px;
}
.videobotton img {
	width: 100%;
	height: 100%;
}
#videobotton {
}
#leevideo {
}





/***********视频**************/



@media screen and (max-width:1200px ) {
.index-foot h5 {
	letter-spacing: 0;
}
.index-foot h5 span {
	display: none
}
#videobotton {
	display: none
}
.leevideo {
	display: none
}
}
/*********************************pc导航**********************************************/



.leftnav {
	width: 150px;
	height: 100%;
	background: rgba(255,255,255,0.8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.leftnav>ul {
	width: 100%;
	height: 600px;
	margin-top: 140px;
}
.leftnav>ul>li {
	width: 100%;
	height: auto
}
.leftnav>ul>li>img {
	width: 90%;
	margin: 0 5% 50px 5%;
}
.leftnav>ul>li>a {
	display: block;
	line-height: 50px;
	background: rgba(0,0,255,0);
	color: rgba(0,0,0,1);
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
}
.leftnav>ul>li:hover>a {
	background: rgba(51,102,51,1);
	color: rgba(255,255,255,1);
}
.pcnav-active {
	background: rgba(51,102,51,1) !important;
	color: rgba(255,255,255,1) !important;
}
 @media screen and (max-width:1800px ) {
.leftnav>ul {
	margin-top: 20%;
}
}
/*********************************第1屏**********************************************/



.video-all {
}
.video-ol {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%
}
.video-ol img {
	width: 100%;
	height: auto;
}
/*********************************第1屏**********************************************/

/*********************************第2屏**********************************************/

.sec2 {
	width: 850px;
	margin: 0 auto;
}
.sec2 ul {
	display: block;
	position: relative;
	z-index: 99;
	width: 850px;
	height: 640px;
	margin-top: -93px;
}
.sec2 ul li {
	display: block;
	position: absolute;
	z-index: 100;
	width: 160px;
	height: 160px;
	border-radius: 80px;
	background: rgb(228, 201, 110);
}
.sec2 ul li:hover {
	background: rgb(0, 153, 67)
}
.sec2 ul li a {
	display: block;
}
.sec2 ul li a img {
	width: 77px;
	margin: 15px auto;
}
.sec2 ul li a h4 {
	font-size: 24px;
	color: #ffffff;
}
.sec2-1 {
	left: 103px;
	top: 480px;
}
.sec2-2 {
	left: 0px;
	top: 310px;
}
.sec2-3 {
	left: 112px;
	top: 126px;
}
.sec2-4 {
	left: 345px;
	top: 0px;
}
.sec2-5 {
	right: 112px;
	top: 126px;
}
.sec2-6 {
	right: 0px;
	top: 310px;
}
.sec2-7 {
	right: 103px;
	top: 480px;
}
 @media screen and (max-width: 1200px ) {
.sec2 {
	width: 850px;
	margin: 0 auto;
	transform: scale(0.4);
	transform: scale(0.4);
	margin-left: -236px;
}
}
 @media screen and (max-width:800px ) {
}
/*********************************第2屏**********************************************/

/*********************************第3屏**********************************************/

.sec3 {
	width: 1200px;
	margin: 0 auto;
	margin-left: 430px;
}
.sec3-left {
	float: left;
	width: 360px;
}
.sec3-left img {
	margin-left: -90px;
	margin-bottom: 30px;
}
.sec3-left p {
	font-size: 14px;
	color: rgba(255,255,255,1);
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	marker: 10px 0;
}
.sec3-left h5 {
	margin-top: 50px
}
.sec3-left h5 a {
	width: 161px;
	height: 40px;
	border-radius: 20px;
	background: rgb(23, 107, 45);
	color: rgba(255,255,255,1);
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	display: block;
	transition: all 3s;
}
.sec3-left h5:hover a {
	width: 300px;
	transition: all 5s;
}
.sec3-right {
	float: right;
	width: 800px;
}
.sec3-right ul {
}
.sec3-right ul li {
	width: 31.33%;
	margin: 10px 1%;
	float: left;
	height: 250px
}
.sec3-right ul li h4 {
	background: rgba(0,0,0,0.5);
}
.sec3-right ul li h4 a {
	letter-spacing: 5px;
	display: block;
	font-weight: 800;
	font-size: 24px;
	color: rgba(255,255,255,1);
	text-align: center;
	line-height: 250px;
	transition: all 1s
}
.sec3-right ul li:hover h4 a {
	line-height: 50px;
	background: rgba(17, 105, 45,0.9);
	margin-top: 200px;
	transition: all 1s
}
 @media screen and (max-width: 1600px ) {
}
 @media screen and (max-width: 1200px ) {
.sec3 {
	width: 100%;
	margin: 0 auto;
}
.sec3-left {
	float: left;
	width: 100%;
}
.sec3-left img {
	width: 70%;
	margin: 0 15%;
}
.sec3-right {
	width: 90%;
	margin: 0 5%;
}
.sec3-right ul li h4 a {
	font-size: 18px;
}
.sec3-right ul li, .sec3-right ul li h4 a {
	height: 110px;
	line-height: 110px;
	background-size: cover !important;
}
}
/*********************************第3屏**********************************************/







/*********************************第4屏**********************************************/





.sec4-bt {
}
.sec4-bt img {
}
.sec4 {
	width: 1200px;
	margin: 50px auto;
}
.sec4-left {
	width: 450px;
	float: left;
}
.sec4-right {
	width: 720px;
	float: right;
}
.index-news {
	width: 100%;
	background: #e4c96e;
	border-radius: 100px;
	border: 5px #fff solid;
	padding: 15px 0px;
	margin: 35px 0;
}
.index-news-left {
	width: 120px;
	float: left;
	margin-left: 30px;
	text-align: center;
}
.index-news-right {
	width: 500px;
	float: right;
	margin-right: 60px;
	text-align: left;
}
.index-news-left h1 {
	font-size: 70px;
	color: #fff
}
.index-news-left h6 {
	font-size: 20px;
	color: #fff
}
.index-news-right h4 {
	font-size: 18px;
	color: #fff;
	margin: 15px 0 10px 0;
	font-weight: 800;
	height: 30px;
	overflow: hidden;
}
.index-news-right p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.index-news:hover {
	background: rgb(0, 153, 67);
}
 @media screen and (max-width: 1200px ) {
.sec4-bt {
	width: 100%
}
.sec4-bt img {
	width: 60%;
	margin: 0 auto;
}
.sec4 {
	width: 100%
}
.index-news {
	border-radius: 0px;
}
.sec4-left {
	display: none
}
.index-news-left h1 {
	font-size: 50px
}
.index-news-left h6 {
	font-size: 16px;
}
.sec4-right {
	width: 100%;
}
.index-news-left {
	width: 15%;
}
.index-news-right {
	width: 70%;
	margin-right: 10px;
}
.index-news-right h4 {
	line-height: 22px;
	height: 22px;
}
}
/*********************************第4屏**********************************************/

/*********************************第5屏**********************************************/

.sec5-bt {
}
.sec5-bt img {
	margin-bottom: 80px;
}
.sec5 {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}
.sec5-all {
	width: 1200px;
}
.sec5-all ul {
}
.sec5-all ul li {
	width: 23%;
	margin: 10px 1%;
	float: left;
	height: 400px;
	border-bottom-right-radius: 60px;
	border-top-left-radius: 60px;
	overflow: hidden;
}
.sec5-all ul li a {
	display: block;
	height: 400px;
	margin-top: 300px;
	transition: all 1s;
	background: rgba(0,0,0,0.5);
	border-bottom-right-radius: 60px;
	border-top-left-radius: 60px;
}
.sec5-all ul li:hover a {
	background: rgba(17, 105, 45,0.9);
	height: 400px;
	transition: all 1s;
	margin-top: 0px;
}
.sec5-all ul li a img {
	opacity: 0;
	margin: auto;
	transition: all 1s;
	height: 20px;
	display: block;
}
.sec5-all ul li:hover a img {
	opacity: 1;
	padding: 50px 0 15px 0;
	transition: all 1s;
	height: auto;
}
.sec5-all ul li a h4 {
	letter-spacing: 5px;
	font-weight: 800;
	font-size: 24px;
	color: rgba(255,255,255,1);
	text-align: center;
}
.sec5-all ul li a h6 {
	font-size: 14px;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	line-height: 30px;
}
.sec5-all ul li a h5 {
	font-size: 16px;
	color: rgba(255,255,255,1);
	width: 120px;
	height: 40px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid;
	line-height: 40px;
	border-radius: 20px;
	margin-top: 30px;
}
.sec5-gang {
	width: 60%;
	height: 1px;
	background: #fff;
	margin: 10px auto;
}
.sec5-all ul li a h5:hover {
	background: rgba(0,0,0,0.8);
	border: 1px solid rgba(0,0,0,0.8);
}
 @media screen and (max-width: 1200px ) {
.sec5 {
	width: 100%;
}
.sec5-bt {
	width: 100%
}
.sec5-bt img {
	width: 60%;
	margin: 0 auto
}
.sec5-all {
	width: 100%;
	transform: scale(0.8)
}
.sec5-all ul li {
	width: 48%;
	height: 200px;
}
.sec5-all ul li a img {
	opacity: 1;
	padding: 50px 0 15px 0;
	transition: all 1s;
	height: auto;
}
.sec5-all ul li a h5 {
	background: rgba(0,0,0,0.8);
	border: 1px solid rgba(0,0,0,0.8);
}
.sec5-all ul li a {
	background: rgba(17, 105, 45,0.9);
	height: 400px;
	transition: all 1s;
	margin-top: 0px;
}
}
/*********************************第5屏**********************************************/

/*********************************第6屏**********************************************/

.sec6-bt {
	width: 100%;
}
.sec6-bt img {
	width: auto;
}
.sec6-2 {
	width: 1200px;
	margin: 50px auto;
	height: 135px;
	background: url(../img/sec6_2_bg.png) center center no-repeat;
}
.sec6-2 a {
	display: block;
	width: 33.33%;
	float: left;
	font-size: 16px;
	text-align: left;
	margin-top: 70px;
	text-indent: 100px;
}
 @media screen and (max-width: 1200px ) {
.sec6-bt {
	width: 100%;
	background: center 45px no-repeat;
}
.sec6-bt img {
	width: 80%;
}
.sec6-2 {
	width: 90%;
	margin: 15px auto;
	height: 400px;
	background: url(../img/sec6_2_bgs.png) center center no-repeat;
	background-size: 100%;
}
.sec6-2 a {
	clear: both;
	width: 100%;
	line-height: 44px;
	text-indent: 90px
}
}

/*********************************第6屏**********************************************/











/*********************************第其他屏幕大小调整**********************************************/

@media screen and (max-width: 1600px) {
}
 @media screen and (max-width: 1400px ) {
}
 @media screen and (max-width: 1200px ) {
}
 @media screen and (max-width: 1080px) {
/*.lecenter {width: 70%;}*/

}
 @media screen and (max-width: 960px) {
/*.lecenter {	width: 80%;}*/

}
 @media screen and (max-width: 840px) {
/*.lecenter {	width: 90%;}

.producterji ul a li {	width: 50%;}

.navbar-brand img {	display: none;}

.navbar-brand h4 {display: block;	font-size: 30px;font-family: zaozi;	color: rgba(0, 0, 0, 1);padding-left: 15px;}

.lenet img {width: 100%;}*/

}
 @media screen and (max-width: 640px) {
/*.lecenter {	width: 100%;padding: 0 10px;}

.producterji ul a li {width: 100%;}

.navbar-brand img {	display: none;}

.navbar-brand h4 {display: block;font-size: 30px;font-family: zaozi;padding-left: 15px;}*/

.video-ol {
	display: none;
}
.slide-all {
	display: block;
}
.bg1_1 {
	background: url(../img/index3_01_1s.png) top center no-repeat;
	background-size: 100%;
}
.bg1_2 {
	background: url(../img/index3_01_2s.png) top center no-repeat;
	background-size: 100%;
}
.bg1_3 {
	background: url(../img/index3_01_3s.png) top center no-repeat;
	background-size: 100%;
}
}
 @media screen and (max-width: 320px ) {
}
