/*======================首页=====================*/
.main{
	position: relative;
	min-height: 100%;
	margin-bottom: -84px;
	padding-bottom: 84px;
	box-sizing: border-box;
}
.block1 {
	background: url(../images/bg1.jpg) center no-repeat;
	background-size: 100% 100%;
	padding-top: 20px;
	padding-bottom: 35px;
}

.block1>.w1170>.logo {
	float: left;
	display: block;
}

.block1>.w1170>.logo>img {
	display: block;
	height: 70px;
}

.block1>.w1170>.logoText {
	display: block;
	float: right;
	height: 66px;
	margin-top: 10px;
}

.nav {
	position: relative;
	background: #388e3c;
	z-index: 102;
}

.navList1 {
	position: relative;
	z-index: 16;
}

.navList1>li {
	position: relative;
	float: left;
}

.navList1>.location {
	background: #4caf50;
}

.navList1>.location>a {
	color: #ffffff;
}

.navList1>li>a {
	display: block;
	padding: 15px 29px;
	color: #c8e6c9;
	font-size: 16px;
}

.navList1>li:hover {
	background: #4caf50;
}

.navList2 {
	display: none;
	position: absolute;
	left: 0;
	top: 51px;
	background: #388e3c;
	width: 180px;
	vertical-align: top;
	z-index: 66;
}

.navList2>li {
	position: relative;
}

.navList2>li:hover {
	background: #4caf50;
}

.navList2>li>a {
	display: block;
	padding: 13px 29px;
	color: #c8e6c9;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.navList3 {
	display: none;
	position: absolute;
	left: 180px;
	top: 0;
	width: 180px;
	background: #388e3c;
	vertical-align: top;
	z-index: 666;
}

.navList3>li:hover {
	background: #4caf50;
}

.navList3>li>a {
	display: block;
	padding: 11px 29px;
	color: #c8e6c9;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.indexContent {
	padding: 30px 0;
}
.bg2{
	background: url(../images/bg2.png) bottom no-repeat;	
}

.div1>div {
	position: relative;
	float: left;
	width: 370px;
	height: 420px;
	margin-left: 30px;
}

.div1>div:first-child {
	margin-left: 0;
}

.div1>div>.img {
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	overflow: hidden;
}
.div1>div>.img:hover>img{
	transform: scale(1.3);
}

.div1>div>.img>img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1.2s;
}


.div1>div>p {
	color: #212121;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.div1>div>p>a {
	color: #49a94d;
	font-size: 14px;。
	line-height: 24px;
}

.div1>div>p>a:hover {
	color: #388e3c;
}

.div1>div>.button {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background: #daeedb;
	width: 275px;
	padding: 14px 95px;
	padding-right: 0;
	transition: all 0.2s;
}
.div1>div>.button:hover{
	background: #4caf50;
}
.div1>div>.button:hover>p{
	color: #FFFFFF;
}
.div1>div>.button:hover>span{
	color: #FFFFFF;
}
.div1>div>.button>img {
	display: block;
	float: left;
	height: 52px;
	margin-right: 20px;
}

.div1>div>.button>p {
	color: #388e3c;
	font-size: 22px;
	margin: 3px 0;
	line-height: 26px;
	+padding-top: 4px;
	transition: all 0.2s;
}

.div1>div>.button>span {
	display: block;
	color: #4caf50;
	font-size: 12px;
	transition: all 0.2s;
}

.div1>div>.title {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding: 7px 20px;
	color: #efeef4;
	background: #4b994f;
	font-size: 18px;
}

.div1>.div1_3 {
	padding-top: 50px;
	height: 370px;
}

.div1>.div1_3>ul>li {
	position: relative;
	margin-bottom: 20px;
	height: 75px;
}

.div1>.div1_3>ul>li>a {
	display: block;
	margin-left: 120px;
}
.div1>.div1_3>ul>li>a>p{
	color: #212121;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	transition: all 0.2s;
	+cursor: pointer;
}
.div1>.div1_3>ul>li>a:hover>p{
	color: #4caf50;
}
.div1>.div1_3>ul>li>a>img {
	display: block;
	height: 75px;
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
}

.div1>.div1_3>.bt3 {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background: #f5f5f5;
	color: #757575;
	font-size: 14px;
	padding: 30.5px 134px;
	transition: all 0.2s;
}

.div1>.div1_3>.bt3:hover{
	color: #4caf50;
	background: #dbefdb;
}

.div1>.div1_3>a>img {
	display: inline-block;
	height: 10px;
	margin-left: 10px;
	margin-top: 4px;
}

.div2 {
	margin-top: 30px;
}

.footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #388e3c;
	padding: 18px 0;
}

.copyRight>.w1170 {
	position: relative;
}

.copyRight {
	position: relative;
	float: left;
	padding-left: 230px;
}

.copyRight>a {
	display: block;
	position: absolute;
	left: 0;
	top: -3px;
	height: 55px;
}

.copyRight>a>img {
	display: block;
	height: 100%;
}

.copyRight>p {
	color: #c8e6c9;
	font-size: 14px;
	line-height: 24px;
}

.copyRight>p>a {
	color: #c8e6c9;
	font-size: 14px;
	line-height: 24px;
}
.copyRight>p>a:hover,
.power>p>a:hover{
	text-decoration: underline;
}
.power {
	float: right;
}

.power>p {
	color: #c8e6c9;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
}

.power>p>a {
	color: #c8e6c9;
	font-size: 14px;
	line-height: 24px;
}


/*======================内容页======================*/
.content1{
	padding: 25px 0;
}
.content1>.w1200{
	position: relative;
}
.tab{
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	z-index: 77;
}
.tab>h3,.tab>h3>span{
	color: #efeef4;
	background: #4b984e;
	font-size: 18px;
	padding: 15px 18px;
        font-family: "Microsoft YaHei", 微软雅黑, Arial;
}
.tab>ul{
	position: relative;
	width: 100%;
	padding: 20px 0;
	background: #f5f5f5;
	vertical-align: top;
	min-height: 250px;
	z-index: 66;
}
.tab>ul>li{
	position: relative;
	margin: 5px 0;
	width: 100%;
}
.tab>ul>.on>a{
	background: #fefeff;
}
.tab>ul>.on>.line{
	height: 100%;
	background: #4b984e;
}
.tab>ul>li>a{
	display: block;
	padding: 15px 18px;
	color: #212121;
	font-size: 16px;
}
.tab>ul>li>.line{
	position: absolute;
	right: 0;
	top: 0;
	height: 0%;
	width: 3px;
	border-radius: 3px;
	background: #f5f5f5;
	transition: all 0.3s;
	z-index: 666;
}
.tab>ul>li>ul{
	display: none;
	padding: 5px 0;
	position: relative;
	width: 100%;
	z-index: 200;
	vertical-align: top;
}
.tab>ul>li>ul>li{
	margin: 5px 0;
	width: 100%;
}
.tab>ul>li>ul>.on>a{
	background: #fefeff;
}
.tab>ul>li>ul>li>a{
	display: block;
	padding: 12px 18px;
	padding-left: 35px;
	color: #212121;
	font-size: 16px;
}
.textArea{
	margin-left: 310px;
	border: 1px solid #f5f5f5;
	background: #fefeff;
}
.site{
	color: #757575;
	font-size: 14px;
	padding: 15px 20px;
	background: #f7f7f7;
}
.site>a{
	color: #757575;
}
.site>a:hover{
	color: #388E3C;
}
.site>img{
	display: inline-block;
	margin-bottom: 2px;
}
.Area{
	padding: 30px 58px 50px 58px;
	min-height: 500px;
}
.Area>h4{
	color: #212121;
	font-size: 24px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 35px;
}
.message{
	position: relative;
	margin-bottom: 20px;
}
.message>img{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 180px;
}
.message>.name{
	color: #212121;
	font-size: 18px;
	line-height: 28px;
	margin-right: 160px;
}
.message>.p{
	color: #212121;
	font-size: 14px;
	line-height: 28px;
	margin-right: 160px;
}
.introduce>span{
	color: #212121;
	font-size: 14px;
	line-height: 28px;
	font-weight: 600;
}
.introduce>.p{
	color: #212121;
	font-size: 14px;
	line-height: 28px;
}







/*无缝轮播*/
.picMarquee-left {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	margin-right: 17px;
}
.picMarquee-left .bd ul li .pic {
	text-align: center;
	background: #f5f5f5;
	transition: all 0.3s;
}
.picMarquee-left .bd ul li .pic:hover{
	background: #cae4ca;
}
.picMarquee-left .bd ul li .pic img {
	width: 346px;
	height: 260px;
	display: block;
	padding: 12px;
}
.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}
.picMarquee-left .bd ul li .title {
	line-height: 24px;
	margin-top: 10px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.picMarquee-left .bd ul li .title>a {
	font-size: 14px;
	color: #8b8b8b;
}
.picMarquee-left .bd ul li .title>a:hover{
	color: #388e3c;
}