/**************************************/
/*************[公用start]**************/
/**************************************/



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{
	height: 81px;
	background-color: #fff;
	position: relative;
	z-index: 999;
}

.logo{
	width: 450px;
	margin-top: 3px;
}

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

.wen{
	width: 21px;
	margin-top: 33px;
}

.wen a,.wen img{
	display: block;
	width: 100%;
}
.nav{
	margin-right: 17px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
}
.nav>ul>li+li{
	margin-left: 20px;

}
.nav>ul>li>a{
	display: block;
	padding: 0	10px;
	height:81px;
	line-height: 81px;
	font-size: 16px;
	color: #4e4e4e;
	font-weight: bold;
}

.nav>ul>li>a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    background-color: #01853a;
    top: 0px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.nav>ul>li:hover>a::after,.nav>ul>li.active>a::after{
    width: 100%;
    right: auto;
    left: 0;
}

.nav>ul>li>ul{
	position: absolute;
	left: -10px;
	right: -10px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;

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

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





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

#main{

}

.fafa .slides>li{
	height: 537px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	
}
.fafa .flex-control-nav{
	height: 0;
	bottom: 34px;
}
.fafa .flex-control-nav li{
	margin:0 3px;
}
.fafa .flex-control-paging li a{
	width: 12px;
	height: 12px;
}
.fxfx .flex-control-nav{
	height: 0;
	bottom: 25px;
}
.fxfx .flex-control-nav li{
	margin:0 3px;
}
.fxfx .flex-control-paging li a{
	width: 12px;
	height: 12px;
}


.main{
	padding: 40px 0 35px;
}

.main1-1{
	width: 585px;
	margin-right: 18px;
}

.main1-2{
	overflow: hidden;
}

.title-11{
	background-repeat:repeat-x;
	background-position: left bottom;
	background-image: url(../images/title-11.jpg);
	margin-bottom: 25px;
}
.title-11 h1{
	margin:0;
	font-size: 14px;
	font-weight: bold;
	color: #565656;
	padding-bottom: 12px;
	border-bottom: 2px solid #01853a;
}

.title-11 a.fr{
	font-size: 13px;
	color: #8b9195;
	}

.title-11 a.fr:hover{
	color: #01853a;
}


.tui-pic{
	width: 157px;
	margin-right: 25px;
}

.tui .imgbox_a{
	padding-bottom: 71.33%;
}


.tui-con{
	overflow: hidden;
}
.tui-con h1{
	margin:0;
	font-size: 20px;
	color: #01853a;
	font-family: 'Impact';
}
.tui-con h2{
	margin:0;
	font-size: 15px;
	color: #555555;
	font-weight: bold;
	margin:10px 0 12px;
}
.tui-con h2 a:hover{
	color: #01853a;
}
.tui-con p{
	margin:0;
	font-size: 14px;
	color: #8b9195;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.list01{padding-top: 15px;}
.list01 dl{
	margin:0;
}

.list01 dd{
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian1.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:12px;
  overflow: hidden;
	position: relative;
	/*padding-right:50px;*/
	height: 20px;
	line-height: 20px;
}

.list01 dd+dd{
	margin-top: 11px;
}

.list01 dd a{
	font-size: 14px;
	color:#8b9195;
}
.list01 dd span{
	font-size: 12px;
	color:#b8b8b8;
	position: absolute;
	right: 0px;
	top: 0;
}
.list01 dd a:hover{
	color:#01853a;
}

.index2-dl{
	height: 268px;
	overflow: hidden;
}
.index2-dl dl{
	margin:0;
}

.index2-dl dd{
	float: left;
	width: 21%;
	transition: width .3s;
}
.index2-dl dd.cur{
	width: 58%;
}
.index2-dl dd+dd{
	border-left: 2px solid #fff;
}
.index2-dl dd>a{
	display: block;
	height: 268px;
	position: relative;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size: cover;
	background-size: cover;
}


.index2-dl dd>a::after{
	position: absolute;
	z-index: 15;
	content:"";
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background-image: url(../images/lvdi.png);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.index2-dl dd.cur>a::after{
	opacity: 1;
	visibility: visible;
}
.index2-h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	z-index: 25;
}
.index2-h1 span{
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 50;
}
.index2-h1::after{
	position: absolute;z-index: 30;
	left: 0;
	width: 0;
	top: 0;
	bottom: 0;
	/*background-color: rgba(0,0,0,0.72);*/
	content:"";
	background-repeat: no-repeat;
	background-position: 95% center;
}
.index2-dl dd.cur .index2-h1::after{
	width: 100%;
	background-image: url(../images/jiao.png);
	transition: .3s;
}
.main1-2-list .index2-h1::after{
	width: 100%;
	background-image: url(../images/jiao.png);
	/*transition: .3s;*/
}
.main1-2-list .item .imgbox_a{
	padding-bottom: 78.36%;
}
.main2{
	background-color: #ededed;
	margin-top: 35px;
}
.main2-item{
	width: 597px;
}

.main2-item>a{
	display: block;
	height: 164px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 40px 40px 0;
}

.main2-item>a h1{
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}



.main2-item>a h2{
	margin:0;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.47;
	line-height: 1.3;
	margin-top: 10px;
}

.main2-item.fr>a{
	text-align: right;
}




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





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

#footer{

}

.footer-div{
	position: relative;
	border-top: 1px solid #dddddd;
	padding: 15px 0 60px;
}

.foo-er{
	position: absolute;
	right: 0;
	top: -2px;
	border-top: 2px solid #01853a;
	width: 208px;
	padding-top: 9px;
	padding-left: 21px;
}

.footer-p{
	font-size: 14px;
	color: #333;
	line-height: 2;
	max-width: 525px;
}
.footer-p a:hover{
	color: #01853a;
}

.foo-er-item{
	width: 85px;
	height: 30px;
	line-height: 30px;
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	color: #bababa;
	cursor: pointer;
	position: relative;
	display: block;
}
.foo-er-item.fl{background-image: url(../images/er1.png);}
.foo-er-item.fr{background-image: url(../images/er2.png);}
.foo-er-item:hover{
	color: #01853a;
}

.foo-er-item:hover .er{
	display: block;
}
.er{
	position: absolute;
	left: -21px;
	top: 40px;
	display: none;
}
.er img{
	display: block;
	width: 100%;
}
.er::before{
	position: absolute;
	width: 12px;
	height: 8px;
	content:""; 
	top: -7px;
	left: 50%;
	margin-left: -6px;
	background-image: url(../images/jiao0.jpg);
	background-repeat: no-repeat;
	background-position: center;
}





/**************************************************************/
/*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";
	text-transform: uppercase;

}
.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;
}
/*.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:350px;
	margin-left: 15px;
	margin-top: 9px;
}

.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: 209px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}


.erji-top{
	background-color: #f5f5f5;
}

.mianbaoxie{
	height: 66px;
	line-height: 66px;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mian.png);
	font-size: 14px;
	color: #666;
}
.mianbaoxie a:hover,.mianbaoxie span{
	color: #01853a;
}

.erji-bottom{
	padding: 45px 0;
	background-color: #fff;
}

.pro-list{
	overflow: hidden;
}
.pro-list .row{
	margin-left: -27px;
	margin-right: -27px;
	margin-top: -45px;
}
.pro-list .col-md-4{
	padding-left: 27px;
	padding-right: 27px;
	margin-top: 45px;
}
.pro-pic .imgbox_a{
	padding-bottom: 65.934%;
}

.pro-item h1{
	margin:0;
	font-size: 14px;
	text-align: center;
	color: #000;
	padding: 20px 15px;
	background-color:#f5f5f5 
}
.pro-item:hover h1{color: #01853a;}

.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 45px;
}


.xinwen-list dl{
	margin:0;
}
.xinwen-list dd{
	padding: 45px 0;
	border-bottom: 1px solid #ddd;
}
.xinwen-list dd:first-child{
	padding-top: 0;
}

.xinwen-pic{
	width: 329px;
	margin-right: 49px;
}
.xinwen-pic .imgbox_a{
	padding-bottom: 55.927%;
}
.xinwen-con{
	overflow: hidden;
}
.xinwen-con h1{
	margin:0;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

.xinwen-con h2{
	margin:0;
	font-size: 26px;
	color: #333;
	margin:20px 0;
}

.xinwen-con h2 a:hover{
	color: #01853a;
}

.xinwen-con p{
	margin:0;
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	overflow: hidden;
	max-height: 5.4em;
}

.more22{
	margin-top: 25px;
}
.more22::after{
	width: 55px;
	height: 1px;
	background-color: #333;
	display: inline-block;
	vertical-align: middle;
	content:"";
	margin-left: 15px;
}
.more22 a{
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.more22 a:hover{
	color: #01853a;
}


.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 #ddd;
	padding: 10px 0 15px;

}




.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}
.danpian-con,.danpian-con *{
	font-size: 15px!important;
	color: #666!important;
	line-height: 2!important;
	text-wrap: wrap!important;
}


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

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

.dan-a a{
	font-size: 15px;
	color:#333;
}

.dan-a a:hover{
	color:#01853a;

}

.lishi{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/li.jpg);
	min-height: 715px;
}

/*.lishi-list .item*/
.lishi-list{
	background-repeat: repeat-x;
	background-position: left 46px;
	background-image: url(../images/lishi.jpg);
}
.lishi-nian{
	font-size: 22px;
	color: #666;
	height: 40px;
	transition: color .3s;
	font-weight: bold;
}

.lishi-con-wp{
	padding-left: 36px;
	padding-top: 90px;
	min-height: 110px;
	background-repeat: no-repeat;
	background-position: left 0;
	background-image: url(../images/bb.png);
	transition: background-image .3s;
}

.lishi-con{
	font-size: 14px;
	color: #666;line-height: 2;
}
.lishi-list .item:hover .lishi-nian{
	color: #01853a;
}
.lishi-list .item:hover .lishi-con-wp{
	background-image: url(../images/bbh.png);
}

.lishi-list .owl-nav button.owl-prev{
    position: absolute;
    left:-95px;
    top: 145px;
    width: 38px;
    height: 37px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
	transition: background-image .3s;
}
.lishi-list .owl-nav button.owl-prev:hover{background-image: url(../images/lefth.png);}
.lishi-list .owl-nav button.owl-next{
    position: absolute;
    right:-95px;
    top: 145px;
    width: 38px;
    height: 37px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
	transition: background-image .3s;
}
.lishi-list .owl-nav button.owl-next:hover{background-image: url(../images/righth.png);}


.lingdao-pic{
	width: 44%;
	margin-right: 45px;
}

.lingdao-pic .imgbox_a{
	padding-bottom: 140%;
}

.lingdao2{
	margin-top: 10px;
}

.lingdao2 img{
	display: block;
	margin-left: auto;
}

.lingdao-con{
	overflow: hidden;
}

.lingdao-con1 h1{
	margin:0;
	font-size: 26px;
	color: #000;
}

.lingdao-con1 h2{
	margin:0;
	font-size: 20px;
	color: #8f8f8f;
	padding: 18px 0 10px;
}

.lingdao-con1 p{
	margin:0;
	font-size: 16px;
	color: #c6c6c6;
	text-transform: uppercase;
	line-height: 1.6;
}


.lingdao-con2{
	height: 581px;
	margin-top: 30px;
}

.lingdao-scroll{
	height: 100%;
	padding-right: 15px;
	font-size: 14px;
	color: #888;
	line-height: 2;
	overflow-y: auto;
}
.lingdao-scroll *{
	  word-break: break-all!important;
}
.lingdao-scroll p{
	margin:0;
}



.lingdao-scroll.mCS_no_scrollbar{
	padding-right: 0;
}




.lingdao-scroll.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.lingdao-scroll.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{
	opacity: 1;
	margin: 0;
}
.lingdao-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #0f9e4d!important;
}
.lingdao-scroll .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.lingdao-scroll .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f5f5f5;
    width:2px;
}

.lingdao-scroll .mCSB_scrollTools{
	width: 2px;
}

.lingdao-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 2px;
	border-radius: 2;
}
