/**************************************/
/*************[公用start]**************/
/**************************************/
/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/
body{
	overflow-x: hidden;
}
@font-face{
	font-family:"bo";
	src:url("../fonts/BODONIN.TTF");

}






div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	position: relative;
	z-index: 999;
}

.header-1{
	height: 100px;
	background-color: #fff;
}

.logo{
	width: 501px;
	margin-top: 7px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.header-a{
	height: 22px;
	line-height: 22px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/header-a.png);
	font-size: 14px;
	color: #666;
	margin-top: 43px;
	margin-left: 32px;
	width: 88px;
}

.header-a a:hover{
	color: #47a533;
}



.search{
	position: relative;
	width: 322px;
	margin-top: 27px;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 50px;
	background-color:#fff;
	border:1px solid #cecece;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 8px 65px 8px 18px;
}

.search input[type="image"]{
	position: absolute;
	right:0px;
	top: 0px;
	width: 50px;
}


.nav-wp{
	position: relative;
	background-color: #47a533;
	z-index: 500;
}
.nav{
	padding: 0	50px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;

}
.nav>ul>li+li{
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1px;
}
.nav>ul>li>a{
	display: block;
	height:60px;
	line-height: 60px;
	font-size: 16px;
	color:#fff;

}
.nav>ul>li>a img{
	margin-top: -3px;
	margin-right: 10px;
}


.nav>ul>li:hover>a{
	background-color: #357407;
}

.nav>ul>li>ul{
	position: absolute;
	left: 1px;
	right: 0;
	top:100%;
	z-index: 600;
	border-top: 1px solid #47a533;
	background-color: #47a533;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #357407;
}


/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}
.banner{
	height: 592px;

}
.fafa .slides>li{
	height: 592px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;

}

.fafa .slides>li img{
	display: none;
	width: 100%;
}

.fafa .flex-direction-nav a{
	width: 33px;
	height: 77px;
	margin-top: -38px;
}
.fafa .flex-direction-nav .flex-prev{
	left: 0;
	background-image: url(../images/b-left2.png);
}
.fafa .flex-direction-nav .flex-next{
	right: 0;
	background-image: url(../images/b-right2.png);
}
.fafa .flex-control-nav li{
	vertical-align: bottom;
}
.fafa .flex-control-paging li a{
	width: 5px;
	height: 13px;
	background-image: none!important;
	border-radius: 5px;
	background-color: #fff;
	transition: .3s;
}
.fafa .flex-control-paging li a.flex-active{
	background-color: #47a533;
	width: 6px;
	height:20px;

}


.main1{
	padding: 37px 0 55px;
	background-image: url(../images/main1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;

}

.main1-1{
	padding-bottom: 59px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/main1-1-bg.jpg);
}
.main1-1 h1{
	margin:0;
	font-size: 24px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.main1-1 h1 a:hover{
	color: #47a533;
}
.main1-1 h1::before{
	display: inline-block;
	width: 66px;
	height: 44px;
	background-image: url(../images/h1.png);
	margin-right: 35px;
	content:"";
	vertical-align: top;
}
.main1-1 p{
	margin:0;
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 10px;
}

.main1-2{
	margin-top: 20px;
}

.main1-2-1{
	width: 680px;
	margin-right: 40px;
}

.main1-2-1 .imgbox_a{
	padding-bottom: 64.12%;
}
.main1-2-1 .imgbox_a h1{
	position: absolute;
	margin:0;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	color: #fff;
	padding-left: 39px;
	padding-right: 125px;
	background-color: rgba(0,0,0,0.5);
	z-index: 15;
}


.fmain1 .flex-control-paging li a{
	width: 8px;
	height: 8px;
}

.fmain1 .flex-control-nav{
	text-align: right;
	padding-right: 30px;
	bottom: 30px;
	height: 0;
}
.fmain1 .flex-control-nav li{
	margin:0;
}

.fmain1 .flex-control-nav li+li{
	margin-left: 13px;
}


.main1-2-2-dl dl{
	margin:0;
	margin-left: -1%;
}

.main1-2-2-dl dd{
	float: left;
	width: 19%;
	margin-left: 1%;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	color: #333;
	text-align: center;
	cursor: pointer;
	background-color: #ededed;
	position: relative;
}
.main1-2-2-dl dd a{
	display: block;
	height: 100%;
}

.main1-2-2-dl dd.cur{
	background-color: #47a533;
	color: #fff;
}
.main1-2-2-dl dd.cur::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -3px;
	height: 2px;
	background-color: #47a533;
	content:"";
}
.main1-2-2 .list01-wp{
	padding-top: 16px;
}

.list01-wp .list01{display: none;}
.list01-wp .list01:first-child{display: block;}

.list01 dl{
	margin:0;
}

.list01 dd{
	height: 53px;
	line-height: 53px;
	border-bottom: 1px dashed #ebecec;
	padding-left: 16px;
	padding-right: 65px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/list01.png);
	position: relative;
}

.list01 dd a{
	font-size: 16px;
	color: #333;
}

.list01 dd a:hover{
	color: #47a533;
}
.list01 dd span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666;
}




.main1-2-2{
	overflow: hidden;
}


.main1-3{
	margin-top: 50px;
	background-color: #eeeeee;
	padding-left: 170px;
	min-height: 90px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/main1-3-bg.jpg);
}
.main1-3-img img{
	display: block;
	width: 100%;
}

.main1-3-div{
	padding: 11px 15px;
}

.main1-3-list{
	padding: 0	20px;
}
.main1-3-list .item .imgbox_a{
	padding-bottom: 26.8%;
}

.main1-3-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -6px;
    width: 7px;
    height: 11px;
    background-image: url(../images/left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.main1-3-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    margin-top: -6px;
    width: 7px;
    height: 11px;
    background-image: url(../images/right2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}



.main2{
	position: relative;
	overflow: hidden;
}
.main2-hua-wp{
	position: relative;
	z-index: 15;
}

.main2-hua-wp .main2-hua{display: none;}
.main2-hua-wp .main2-hua:first-child{display: block;}



.main2-bg-wp{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}
.main2-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	transform: scale(1.1,1.1);
  background-attachment: fixed;
  transition: ease 1s;
  opacity: 0;
}
.main2-bg.cur{
	transform: scale(1,1);
  opacity: 1;
}


.main2-div-wp{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	z-index: 20;

}
.main2-div-wp .container{
	position: relative;
}
.main2-div{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	padding-right: 95px;
	padding-top: 100px;
}


.main2-title h1{
	margin:0;
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	font-family:"bo";
	line-height: 1;
}

.main2-title h2{
	margin:0;
	font-size:30px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	margin-top: 13px;
}


.main2-p{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
	margin-top: 30px;
}
.main2-adl{
	margin-top: 45px;
}
.main2-adl dl{
	margin:0;
}

.main2-adl dd{
	padding-left: 20px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.more112{
	margin-top: 20px;
}
.more112 a{
	font-size: 16px;
	color: #333;
	text-decoration: underline;
}
.more112 a:hover{
	color: #47a533;
}
.main2-adl dd+dd{
	margin-top: 30px;
}
.main2-adl dd>a{
	position: relative;
	
}

.main2-adl dd>a span{
	position: relative;
/*	display: inline-block;*/
}
.main2-adl dd>a span::after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 10px;
	background-color: #519f39;
	content:"";
	width: 0%;
}
.main2-adl dd.cur>a span::after{
	width: 100%;
	transition: width .5s;
}
.main2-adl dd>a span i{
	
	position: relative;
	text-shadow: 0px 1px 1.98px rgba(0, 0, 0, 0.35);
	z-index: 25;
	font-style: normal;
}


.main2-adl dd::before{
	position: absolute;
	left: 0;
	width: 5px;
	height: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content:"";
	background-color: #fff;
}



.main2-dl{
	width: 50%;
	margin-left: auto;
	position: relative;
	z-index: 25;
}

.main2-dl dl{
	margin:0;

}

.main2-dl dd{
	float: left;
	width: 33.33333%;

}
.main2-dl dd>a::before {
    content: "";
    display: block;
    opacity: 0;
    width: 0%;
    height: 0%;
    transition: ease .8s;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    box-sizing: border-box;
}
.main2-dl dd>a::after {
    content: "";
    display: block;
    opacity: 0;
    width: 0%;
    height: 0%;
    transition: ease .8s;
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
}
.main2-dl dd.cur>a::before,.main2-dl dd.cur>a::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.main2-dl dd>a{
	display: block;
	position: relative;
}
.main2-dl dd:nth-child(1){
	margin-right: 66.66666%;
}

.main2-dl dd:nth-child(2){
	margin-left: 33.33333%;
}


.main2-dl dd:nth-child(4){
	width: 66.66666%;
}

.main2-dl dd a{
	position: relative;
	display: block;
	padding-bottom: 100%;
	transition: background-images 0.5s; 
	z-index: 25;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;

}

.main2-dla-ico{
	position: absolute;
	width: 18px;
	left: 30px;
	bottom: 25px;
}
.main2-con2-ico img{
	display: block;
	width: 100%;
}

.main2-dd1 a{background-color:#47a533;}
.main2-dd2 a{background-color:#b6231c;}
.main2-dd3 a{background-color:#5670b5;}
.main2-dd4 a{background-color:#e19531;}
.main2-dd5 a{background-color:rgba(0,0,0,0.5);}
.main2-dd1 a .main2-dla-ico{display: none;}
.main2-dd2 a .main2-dla-ico{display: none;}
.main2-dd3 a .main2-dla-ico{display: none;}



.main2-dl dd.cur>a {
    /*background: rgba(0, 0, 0, 0.3)!important;*/
}

.main2-dl dd.cur.main2-dd1 a{background-image: url(../images/main2-dd1-bgbg.jpg);}
.main2-dl dd.cur.main2-dd2 a{background-image: url(../images/main2-dd2-bgbg.jpg);}
.main2-dl dd.cur.main2-dd3 a{background-image: url(../images/main2-dd3-bgbg.jpg);}
.main2-dl dd.cur.main2-dd4 a{background-image: url(../images/main2-dd4-bgbg.jpg);}

.main2-dl dd.main2-dd4 a{

	padding-bottom:31.88%;
}

.main2-dl dd.main2-dd5 a{
	padding-bottom: 63.76%;

}


.main2-con1{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.main2-con1 img.main2-ico{
	display: block;
	width: 50px;
	margin:0 auto 20px;
}
.main2-con h1{
	margin:0;
	font-size: 24px;
	color: #fff;
}
.main2-con h2{
	margin:0;
	font-size: 16px;
	color: #fff;
	font-family: "Georgia";
	opacity: 0.6;
	text-transform:uppercase;
	margin-top: 10px;
	white-space: nowrap;
}
.main2-con1 img.more111{
	display: block;
	margin:30px auto 0px;
}

.main2-con2{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.main2-con2-wen{
	overflow: hidden;
}


.main2-con2-ico{
	width: 50px;
	margin-right: 20px;
}

.main2-con2-ico img{
	display: block;
	width: 100%;
}


.main2-dd5 .main2-con2{
	width: 80%;
}












.main3{
	padding: 90px 0 70px;
	background-image: url(../images/main3-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;

}

.main3-1{
	text-align: center;
}

.main3-1 h1{
	margin:0;
	font-size: 30px;
	color: #333;
}

.main3-1 p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 2;
	max-width: 1050px;
	margin:30px auto 0;
}

.main3-2{
	padding: 65px 50px 0;
	
}

.main3-2 dl{
	margin:0;
}

.main3-2 dd{
	float: left;
	width: 20%;
	font-size: 0;
	line-height: normal;
	text-align: center;
}
.main3-2 dd>a{
	display: inline-block;
	width: 162px;
	height: 162px;
	padding-top: 30px;
	font-size: 24px;
	color: #333;
	transition: .3s;
	border-radius: 12px;
}


.main3-2-ico{
	margin:0 auto 20px;
	width: 43px;
	height: 43px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	transition: background-image .3s;
}
.main3-2-ico1{background-image: url(../images/main3-ico1.png);}
.main3-2-ico2{background-image: url(../images/main3-ico2.png);}
.main3-2-ico3{background-image: url(../images/main3-ico3.png);}
.main3-2-ico4{background-image: url(../images/main3-ico4.png);}
.main3-2-ico5{background-image: url(../images/main3-ico5.png);}
.main3-2 dd>a:hover{
	background-color: #fff;
	box-shadow: -1px 1px 22.8px 1.2px rgba(121, 121, 121, 0.35);
}
.main3-2 dd>a:hover .main3-2-ico1{background-image: url(../images/main3-ico1h.png);}
.main3-2 dd>a:hover .main3-2-ico2{background-image: url(../images/main3-ico2h.png);}
.main3-2 dd>a:hover .main3-2-ico3{background-image: url(../images/main3-ico3h.png);}
.main3-2 dd>a:hover .main3-2-ico4{background-image: url(../images/main3-ico4h.png);}
.main3-2 dd>a:hover .main3-2-ico5{background-image: url(../images/main3-ico5h.png);}


.main4{
	padding: 122px 0;
	background-image: url(../images/main4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;

	background-attachment: fixed;
}
.main4-dl{
	position: relative;
}
.main4-dl dl{
	margin:0;

}

.main4-dl dd{
	position: absolute;


}

.main4-dl dd.main4-dd1{
	width: 695px;
	left: 0;
	top: 0;
	background-color: #000;
}
.main4-dl dd.main4-dd1 video{
	display: block;
	width: 100%;
	height: 476px;
	background-color: #000;
	border:0;
}
.main4-dl dd.main4-dd2{
	width: 340px;
	left: 733px;
	top: 0;
}
.main4-dl dd.main4-dd3{
	width: 340px;
	left: 733px;
	top: 256px;
}
.main4-dl dd.main4-dd4{
	width: 20.71%;
	position: absolute;
	right: 0;
	top: 0;

}

.main4-dl dd.main4-dd1 .imgbox_a{
	padding-bottom: 68.49%;
}


.main4-dl dd.main4-dd2 .imgbox_a{
	padding-bottom: 64.7%;
}
.main4-dl dd.main4-dd3 .imgbox_a{
	padding-bottom: 64.7%;
}
.main4-dl dd.main4-dd4 .imgbox_a{
	padding-bottom: 164.14%;
}
.main4-dl dd.main4-dd2 .imgbox_a::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content:"";
	background-image: url(../images/hei2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 5;
}
.main4-dl dd.main4-dd3 .imgbox_a::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content:"";
	background-image: url(../images/hei2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 5;
}
.main4-con1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 15;
	padding: 0	38px 38px;
	
}

.main4-con1-wen{
	height: 49px;
	line-height: 49px;
	padding-left: 71px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/bo.png);
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.main4-con1 img{
	margin-top: -3px;
	width: 49px;
	margin-right: 21px;
}


.main4-con2{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 15;
	padding: 0	0 23px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.main4-dl dd.main4-dd4 .main4-con2{
	color: #a90202;
}


.main5{
	padding: 65px 0 55px;
	overflow: hidden;
}


.main5-1{
	width: 367px;
}
.main5-1 h1{
	margin:0;
	font-size: 36px;
	font-weight: bold;
	color: #47a533;
	line-height: 1;
}

.main5-1 h2{
	margin:0;
	font-size:14px;
	color: #666;
	margin-top: 18px;
	line-height: 1.6;
}

.main5-2{
	width: 1033px;
	float: right;
	/*overflow: hidden;*/
}

.main5-2 dl{
	margin:0;
}

.main5-2 dd{
	float: left;
	width: 33.33333333%;
	position: relative;
	text-align: center;
	padding-top: 10px;
	border-left: 1px solid #dddddd;
}

.main5-2 dd h1{
	margin:0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.main5-2 dd h1 img{
	margin-top: -3px;
	margin-right: 15px;
}
.main5-2 dd h2{
	margin:0;
	font-size: 16px;
	color: #666;
	margin-top: 16px;
}






/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}

.footer-1{
	background-color: #f5f5f5;
	padding: 80px 0;
}

.er{
	font-size: 16px;
	color: #666;
	text-align: center;
	width: 120px;
	margin-top: 5px;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 8px;
}
.foo1-0{
	overflow: hidden;
}
.foo1-0 ul{
	margin:0;
}

.foo1-0 li{
	float: left;
	text-align: center;
}
.foo1-0 li+li{
	margin-left: 100px;
}
.foo1-0 li h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.foo1-0 dl{
	margin:0;
	padding-top: 17px;
}
.foo1-0 dd{
	margin-top: 9px;
}
.foo1-0 dd>a{
	font-size: 14px;
	color: #666;
	transition: color .3s;
}
.foo1-0 dd>a:hover{
	color: #47a533;
}

.footer-2{
	background-color: #478b45;
	padding: 29px 0;
	background-image: url(../images/footer-2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.footer-2 .fl{
	font-size: 16px;
	color: #fff;
	line-height: 42px;
}
.footer-2 .fl span{
	padding-left: 10px;
}
.footer-2 .fr{
	width: 266px;
}
.footer-2 .fr select{
	height: 42px;

}
/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";

}
.nav-2>ul>li>a span{
	font-size: 14px;
	padding-left: 5px;
}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 4px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
.nav-2>ul>li>ul>li>a span{
	font-size: 12px;
	padding-left: 5px;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 300px;
   margin-left: 15px;
   margin-top: 17px;
}

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


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}



/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


.banner-2{
  height: 350px;
  background-repeat: no-repeat;
  background-position: center ;
  background-size: cover;
}
.banner-2 img{
	display: none;
	width: 100%;
}

.erji-top{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-top.jpg);
}

.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
	padding: 0	35px;
	background-image: url(../images/line1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.erji-nav dd:first-child{
	padding-left: 0;
	background-image: none;
}
.erji-nav dd>a{
	display: block;
	height:78px;
	line-height: 78px;
	font-size: 16px;
	color: #333;
	padding: 0	8px;
	position: relative;
}



.erji-nav dd>a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background-color: #47a533;
  bottom: 0px;
  right: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.erji-nav dd.cur>a{
	font-weight: bold;
}

.erji-nav dd:hover>a::after,.erji-nav dd.cur>a::after{
  width: 100%;
  right: auto;
  left: 0;
}

.mianbaoxie{
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/mian1.png);
	padding-left: 19px;
}
.mianbaoxie dl{
	margin:0;
}

.mianbaoxie dd{
	float: left;
	height: 78px;
	line-height: 78px;
	font-size: 14px;
	color: #999;
}
.mianbaoxie dd+dd{
	padding-left: 19px;
	background-repeat: no-repeat;
	background-position: 7px center;
	background-image: url(../images/mian2.png);
}
.mianbaoxie dd>a:hover,.mianbaoxie dd>span{
	color: #47a533;
}

.erji-bottom{
	padding: 70px 0 60px;
}


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

.erji-title h1{
	margin:0;
	font-size: 30px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	font-family:"bo";
}

.erji-title h2{
	margin:0;
	font-size: 20px;
	color: #333;
	margin-top: 11px;
}
.erji-content{
	padding-top: 50px;
}
.zhaos .row{
	margin-left: -25px;
	margin-right: -25px;
	margin-top: -50px;
}
.zhaos .col-sm-6{
	padding-left: 25px;
	padding-right: 25px;
}
.zhaos-pic .imgbox_a{
	padding-bottom: 66.5127%;
}
.zhaos-item{
	margin-top: 50px;
}
.zhaos-item h1{
	margin:0;
	font-size: 16px;
	color: #333;
	padding:  0 25px;
	margin-top: 30px;
	text-align: center;
}

.zhaos-item:hover h1{
	color: #47a533;
}
.fenye{
	text-align: center;
	margin-top: 50px;
}
.fenye ul{
	margin:0;
}



.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 18px!important;
	line-height: 1.8!important;
  text-align: justify;
}

.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#47a533;

}

.xinwen1-pic .imgbox_a{
	padding-bottom: 66.5127%;
}

.xinwen1-con{
	background-color: #f5f5f5;
	padding: 30px 25px 25px;
}

.xinwen1-con h1{
	margin:0;
	font-size: 14px;
	color: #666;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/time.png);
	height: 19px;
	line-height: 19px;
}


.xinwen1-con h2{
	margin:0;
	font-size: 16px;
	color: #333;
	margin:16px 0 10px;
}

.xinwen1-con h2 a:hover{
	color: #47a533;
}

.xinwen1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}

.xinwen2{
	margin-top: 60px;
	border-top: 1px solid #ececec;
}

.xinwen2 dl{
	margin:0;
}
.xinwen2 dd{
	position: relative;
}
.xinwen2 dd::after{
	content:"";
	position: absolute;
	background-color: #f5f5f5;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2560px;
	top: 0;
	bottom: 0;
	opacity: 0;
	
	transition: opacity .3s;
}
.xinwen2 dd:hover::after{
	opacity: 1;
}
.xinwen2 dd:hover .xinwen2-con h1{
	color: #47a533;
}
.xinwen2-dd{
	padding: 30px 0;
	border-bottom: 1px solid #ececec;
	position: relative;
	z-index: 50;
}

.xinwen2-pic{
	width: 250px;
	margin-right: 35px;
}

.xinwen2-pic .imgbox_a{
	padding-bottom: 66.5127%;
}
.xinwen2-con{
	padding-top: 15px;
	overflow: hidden;
}
.xinwen2-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}


.xinwen2-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin:18px 0 15px;
}





.xinwen2-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	padding-left: 19px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/time2.png);
}

.tongzhi dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.tongzhi dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
	
}

.tongzhi dd>a{
	display: block;
	padding: 35px 25px 30px; 
	background-color: #f5f5f5;
	transition: background-color .3s;
}

.tongzhi dd>a .xinwen2-con{
	padding-top: 0;
}
.tongzhi dd>a .xinwen2-con h2{
	height: 16px;
	line-height: 16px;
	background-image: url(../images/time3.png);
	padding-left: 26px;
	transition: color .3s,background-image .3s;
}
.tongzhi dd>a .xinwen2-con p{
	line-height: 1.8;
	height: 3.6em;
	margin:15px 0 18px;
	transition: color .3s;
}
.tongzhi dd>a .xinwen2-con h1{
	transition: color .3s;
}
.tongzhi dd>a:hover {
	background-color: #47a533;
}

.tongzhi dd>a:hover  .xinwen2-con h1{
	color: #fff;
}
.tongzhi dd>a:hover  .xinwen2-con p{
	color: #fff;
}
.tongzhi dd>a:hover  .xinwen2-con h2{
	background-image: url(../images/time3h.png);
	color: #fff;
}

.map-wp{
	height:567px;
	position: relative;
	z-index: 15;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.contact{
	padding-bottom: 150px;
	position: relative;
}

.contact-con{
	position: absolute;
	z-index: 25;
	right: 40px;
	bottom: 0;
	width: 470px;
	height: 538px;
	background-color: #fff;
	box-shadow: 0px 8px 15.2px 0.8px rgba(104, 104, 104, 0.3);
	padding: 67px 50px 0;
	background-image: url(../images/contact-con-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.contact-con h1{
	margin:0;
	font-size: 24px;
	color: #333;
}

.contact-con h1::before{
	display: block;
	content:"";
	width: 35px;
	height: 3px;
	background-color: #47a533;
	margin-bottom:14px;
}

.contact-con dl{
	margin:0;
	padding: 35px 0 0;
}

.contact-con dd+dd{
	margin-top: 18px;
}

.contact-con dd{
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	padding: 8px 0;
	padding-left:62px;
}


.er2{
	margin-top: 35px;
}
.er2-pic{
	width: 120px;
	margin-right: 20px;
}

.er2-con{
	overflow: hidden;
	padding-top: 35px;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}

.liuyan{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/liuyan.jpg);
	padding-bottom: 80px;
}

.liuyan-div{
	width: 600px;
	min-height: 614px;
	margin-left: auto;
	background-color: #fff;
	box-shadow: 0px 8px 15.2px 0.8px rgba(104, 104, 104, 0.3);
	padding: 55px 65px;
}

.liuyan-div h1{
	margin:0;
	font-size: 24px;
	color: #333;
}

.liuyan-div h1 span{
	font-family: "bo";
	font-size: 30px;
	color: #47a533;
	text-transform: uppercase;
	padding-left: 15px;
}

.liuyan-div p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-top: 22px;
}

.liuyan-form{
	padding-top: 20px;
}
.liuyan-form input:focus{
	outline: none;
}
.liuyan-form textarea:focus{
	outline: none;
}
.liuyan-li{
	background-color: #f5f5f5;
	margin-bottom: 20px;
	position: relative;
	padding-left: 140px;
}

.liuyan-li span{
	position: absolute;
	width: 140px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	color: #666;
	left: 0;
	top: 0;
}

.liuyan-li input[type="text"]{
	display: block;
	width: 100%;
	height: 52px;
	background-color:#fff;
	border:1px solid #dddddd;
	font-size: 16px;
	color: #333;
	line-height: 1.428571;
	padding: 8px 15px;
}

.liuyan-li-text textarea{
	display: block;
	width: 100%;
	height:92px;
	background-color:#f5f5f5;
	border:0;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	padding: 12px 20px;
	resize: none;
}
.liuyan-li-btn{
	margin-top: 23px;
}
.liuyan-li-btn input{
	display: block;
	width: 100%;
	height: 52px;
	background-color:#47a533;
	border:0;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	transition: background-color .3s;
}

.liuyan-li-btn input:hover {
    background-color: #357407;
}
.fazhan{
	background-image: url(../images/fazhan-ico1.png);
	padding-top: 22px;
	background-repeat: no-repeat;
	background-position: center top;
}
.fazhan-list{
	padding: 60px 0;
	background-image: url(../images/fazhan-list.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.fazhan-list dl{
	margin:0;
}

.fazhan-list dd{
	background-image: url(../images/fazhan-ico2.png);
	background-repeat: no-repeat;
	background-position: center 25px;
	transition: background-image .3s;
}
.fazhan-list dd.cur{
	display: none;
}
.fazhan-list dd+dd{
	margin-top: 45px;
}
.fazhan-nian{
	width: 46.5%;
	font-size: 24px;
	color: #333;
	height: 72px;
	line-height: 72px;
}

.fazhan-nian.fl{
	text-align: right;
}

.fazhan-con{
	width: 46.5%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	padding: 22px 50px;
	background-color: #f5f5f5;
	position: relative;
	transition: background-color .3s,color .3s;
}
.fazhan-con p{margin:0;}
.fazhan-con *{color: inherit!important;}
.fazhan-con.fl{
	text-align: right;
}

.fazhan-con.fl::after{
	position: absolute;
	width: 12px;
	height: 16px;
	top: 27px;
	left: 100%;
	background-image: url(../images/jiao1.png);
	content:"";
	transition: background-image .3s;
}


.fazhan-con.fr::after{
	position: absolute;
	width: 12px;
	height: 16px;
	top: 27px;
	right: 100%;
	background-image: url(../images/jiao2.png);
	transition: background-image .3s;
	content:"";
}
.fazhan-list dd:hover{
	background-image: url(../images/fazhan-ico3.png);
}
.fazhan-list dd:hover .fazhan-con{
	background-color: #47a533;
	color: #fff;
}

.fazhan-list dd:hover .fazhan-con.fl::after{background-image: url(../images/jiao1h.png);}
.fazhan-list dd:hover .fazhan-con.fr::after{background-image: url(../images/jiao2h.png);}

.fazhan-a a{
	display: block;
	width: 114px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: #47a533;
	margin:0 auto;
	border-radius: 5px;
	transition: background-color .3s;
}

.fazhan-a a:hover{
	background-color: #357407;
}

.about{
	min-height: 870px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/about-bg.jpg);
}

.about-pic {
	width: 455px;
	margin-left: 55px;
	margin-top: 5px;
	overflow: hidden;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.about-pic img{
	display: block;
	width: 100%;
}
.about-con{
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.about-con p{margin:0;}


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

.zhaop{
	position: relative;
	padding-left: 485px;
	min-height: 695px;
}

.zhaop::before{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 452px;
	content:"";
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/zhaop-bg.jpg);
}

.zhaop-list ul{
	margin:0;
}

.zhaop-list li+li{
	margin-top: 10px;
}

.zhaop-list li>a{
	display: block;
	border:1px solid #ebebeb;
	padding: 25px 0 30px;
	background-color: #f5f5f5;
	padding-right: 115px;
	position: relative;
	transition: background-color .3s;
}
.zhaop-list li>a::after{
	position: absolute;
	width: 72px;
	height: 79px;
	right: 29px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content:"";
	background-image: url(../images/p.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	transition: background-image .3s;
}
.zhaop-title{
	width:208px;
	text-align: center; 
	font-size: 18px;
	color: #333;
	margin-right: 48px;
	position: relative;
	transition: color .3s;
}
.zhaop-title::after{
	position: absolute;
	content:"";
	width: 1px;
	height: 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 0;
	background-color: #e4e4e4;
	transition: background-color .3s;
}
.zhaop-title img{
	display: block;
	margin:0 auto 11px;
}

.zhaop-title img.cur{display: none;}
.zhaop-dl{
	overflow: hidden;
	padding-top: 25px;
}
.zhaop-dl dl{
	margin:0;
}

.zhaop-dl dd{
	float: left;
	width: 30%;
	font-size: 16px;
	color: #333;
	transition: color .3s;
}

.zhaop-dl dd:first-child+dd+dd{
	width: 40%;
}


/*.zhaop-list li>a:hover{
	background-color: #47a533;
}
.zhaop-list li>a:hover::after{background-image: url(../images/ph.png);}
.zhaop-list li>a:hover .zhaop-title{border-color: #e4e4e4;}
.zhaop-list li>a:hover .zhaop-title{color: #fff;}
.zhaop-list li>a:hover .zhaop-title img{display: none;}
.zhaop-list li>a:hover .zhaop-title img.cur{display: block;}
.zhaop-list li>a:hover .zhaop-dl dd{color: #fff;}*/

.qixia1{
	padding: 80px 0 0px;
	background-color: #fff;
	overflow: hidden;
}
.qixia1-1{
	position: relative;
	background-color: #f5f5f5;
}
.qixia1-1::before{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;height: 50%;
	background-color: #fff;
	content:"";
	z-index: 15;
}
.qixia1-1 .container{
	position: relative;
	z-index: 25;
}
.qixia2{
	padding: 65px 0;
}

.qixia2-2{
	margin-top: 25px;
}

.qixia1-pic{
	width: 900px;
	margin:0 auto;
	background-color: #fff;
	padding: 5px;
}

.qixia1-pic .imgbox_a{
	padding-bottom: 52.135%;
}

.qixia1-2{
	padding: 50px 0 80px;
	text-align: center;
	background-color: #f5f5f5;
}

.qixia1-2 h1{
	margin:0;
	font-size: 20px;
	color: #333;
	line-height: 1.6;
}

.qixia1-2 p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-top: 22px;
}

.fqixia1 .flex-direction-nav a{
	width: 35px;
	height: 75px;
	margin-top: -37px;
}

.fqixia1 .flex-direction-nav .flex-prev{
	left: 50px;
}

.fqixia1 .flex-direction-nav .flex-next{
	right: 50px;
}

.qixia2-1-list{
	margin-top: 25px;
}

.qixia2-1-list dl{
	margin:0;
}

.qixia2-1-list dd{
	padding: 50px 0;
}

.qixia2-1-list dd+dd{
	border-top: 1px solid #e1e1e1;
}

.qixia2-1-pic{
	width: 60%;
}
.qixia2-1-pic .imgbox_a{
	padding-bottom: 36.3%
}
.qixia2-1-pic.fr{
	margin-left: 50px;
}

.qixia2-1-pic.fl{
	margin-right: 50px;
}

.qixia2-1-con{
	overflow: hidden;
	padding-top: 75px;
}

.qixia2-1-con h1{
	margin:0;
	font-size: 30px;
	font-weight: bold;
	color: #47a533;
}

.qixia2-1-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-top: 20px;
}

.qixia2-2-div{
	margin-top: 55px;
}

.map2-wp{
	width: 910px;
	height:418px;
	margin-right: 50px;
}

.map2{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}


.map2-con{
	overflow: hidden;
	padding-top: 35px;
}

.map2-con h1{
	margin:0;
	font-size: 20px;
	color: #333;
	line-height: 1.6;
}

.map2-con dl{
	margin:0;
	padding-top: 30px;
}

.map2-con dd{
	font-size: 16px;
	color: #666666;
	line-height: 1.6;
	padding: 2px 0 1px 41px;
	background-repeat: no-repeat;
	background-position: left 0;
}

.map2-con dd+dd{
	margin-top: 18px;
}

.er3{
	margin-top: 43px;
}

.er3-pic{
	width: 135px;
	margin-right: 25px;
}

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

.er3-con{
	overflow: hidden;
	padding-top: 35px;
}

.er3-con h1{
	margin:0;
	font-size: 20px;
	color: #333;
}

.er3-con p{
	margin:0;
	font-size:14px;
	color: #666;
	margin-top: 10px;
}


.xiazai-list dl{
	margin:0;
}

.xiazai-list dd{
	background-repeat: no-repeat;
	background-position:12px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:26px;
  overflow: hidden;
	position: relative;
	padding-right:80px;
	height:55px;
	line-height: 53px;
	border:1px solid #ddd;
}
.xiazai-list dd+dd{
	margin-top: 20px;

}



.xiazai-list dd a{
	font-size: 16px;
	color:#333;
}
.xiazai-list dd span{
	width: 20px;
	top: 50%;
	margin-top: -12px;
	position: absolute;
	right: 20px;
}
.xiazai-list dd span img{
	display: block;
	width: 100%;
}
.xiazai-list dd a:hover{
	color:#2c54a3;
}


.zhuanti-list-item .imgbox_a{
	padding-bottom: 31.5%;
}

.zhuanti-list .row{
	margin-top: -30px;
}
.zhuanti-list-item{
	margin-top: 30px;
}
.zazhi-list .row{
	margin-top: -50px;
}

.shujia {
    width: 294px;
    height: 361px;
    background-image: url(../images/shujia.png);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 6px;
}

.shu-pic {
    width: 213px;
    margin: 0 auto;
}

.shu-pic a.imgbox_a{
	    padding-bottom: 142.25%;
}

.zazhi-item{
	margin-top: 50px;
}



.zazhi-item h1{
	margin:0;
	font-size: 18px;
	color: #000;
	margin-top: 20px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.zazhi-item h1 a:hover{
	color: #47a533;
}

.zhaop-list li{
	position: relative;
}

.zhaop-con{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;

	background-color: #47a533;
	z-index: 50;
	display: none;
	padding: 30px;
	padding-right: 15px;
}
.zhaop-con-p{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	height: 222px;
	overflow-y: auto;
	padding-right: 15px;
}

.zhaop-list li.cur>a{
	background-color: #47a533;
}
.zhaop-list li.cur>a::after{background-image: url(../images/ph.png);}
.zhaop-list li.cur>a .zhaop-title{border-color: #e4e4e4;}
.zhaop-list li.cur>a .zhaop-title{color: #fff;}
.zhaop-list li.cur>a .zhaop-title img{display: none;}
.zhaop-list li.cur>a .zhaop-title img.cur{display: block;}
.zhaop-list li.cur>a .zhaop-dl dd{color: #fff;}


.zhaop-con-p::-webkit-scrollbar {
    width: 6px;
}
.zhaop-con-p::-webkit-scrollbar-thumb {
    width: 6px;
    height: 36px;
    border-radius: 6px;
    background-color: #fff;
}
.zhaop-con-p::-webkit-scrollbar-track {
    width: 6px;
    border-radius:6px;
}



.member{
	overflow: hidden;
	padding-bottom: 40px;
}
.member_pic{
	width: 177px;
	margin-right: 34px;
}
.member .imgbox_a{
	padding-bottom: 125.4%;
}
.member_inf{
	overflow: hidden;
	padding-top: 70px;
}
.member_inf h1{
	margin: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #444444;
}
.member_inf h2{
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #444444;
	margin-top: 20px;
}











.main4-gai-left{
	width: 1018px;
	margin-right: 41px;
	background-color: #fff;
}

.main4-gai-pic{
	width: 290px;
}

.main4-gai-pic .imgbox_a{
	padding-bottom: 164.14%;
}

.main4-gai-pic .main4-con2{
	color: #a90202;
}

.main4-gai-con{
	overflow: hidden;
	padding:30px 30px 0;
}

.main4-gai-right{
	overflow: hidden;
}

.main4-gai-item .imgbox_a{
	padding-bottom: 64.7%;
}


.main4-gai-item .imgbox_a::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content:"";
	background-image: url(../images/hei2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 5;
}

.main4-gai-video{
	background-color: #000;
	height: 220px;
}

.main4-gai-video video{
	display: block;
	width: 100%;
	height: 100%;
}

.main4-gai-item+.main4-gai-item{
	margin-top:35px;
}



.qixia3-list{
	margin-top: 60px;
}

.qixia3-pic .imgbox_a{
	padding-bottom: 66.67%
}

.qixia3-h1 {
	text-align: center;
	font-size: 18px;
	color: #47a533;
	font-weight: bold;
	margin-top: 20px;
}