/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"mo";
	src:url("../fonts/Mont Heavy DEMO.otf");
}
/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*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)
}
*/


/*百度百科變灰*/
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: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	height: 101px;
	padding-left: 65px;
	background-color: rgba(255,255,255,0);
	transition: background-color .3s;
}
#header::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: rgba(255,255,255,0.3);
	transition: background-color .3s;
	content:"";
}
#header .container-fluid{
	padding-left: 0;
	padding-right: 0;
	z-index: -1;
}

#header:hover{
	background-color: #fff;
}
#header:hover::after{
	/*background-color: #eaeaea;*/
	display: none;
}
#header:hover .menu-wp::before{
	background-color: #eaeaea;
}
#header:hover .nav>ul>li>a{
	color: #141414;
}
.logo{
	width: 219px;
	margin-top: 30px;
}

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

.menu-wp{
	width: 158px;
	height: 101px;
	padding: 42px 0 0;
	position: relative;
}

.menu-wp::before{
	position: absolute;
	width: 1px;
	left: 0;
	top: 0;
	bottom: 1px;
	background-color: rgba(255,255,255,0.3);
	transition: background-color .3s;
	content:"";
}

.menu{
	width: 53px;
	height: 17px;
	margin:0 auto;
	background-image: url(../images/menu1.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transition: background-image .3s;
}

body.cur .menu{
	background-image: url(../images/menu1h.png);
}
body{
	overflow-x: hidden;
}
body.cur{
	overflow: hidden;
}


div.body_div{
	position: relative;
	z-index: 888;
	transition: .3s;
}

div.body_div.cur {
  transform:translateX(-439px);
  -ms-transform:translateX(-439px); /* IE 9 */
  -webkit-transform:translateX(-439px); /* Safari and Chrome */
}


div.body-hei{
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 988;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
div.body-hei.cur{
	opacity: 1;
	visibility: visible;
	right: 439px;
}

div.cebian{
	position: fixed;
	top: 0;
	width: 439px;
	bottom: 0;
	z-index: 988;
	right: -439px;
	background-color: #363636;
	transition: right .3s;
	padding: 0px 55px;
}

div.cebian.cur{
	right: 0;
}

.cebian-h1{
	padding: 36px 0;
	border-bottom: 1px solid #636363;
}
.cebian-h1 .fl{
	height: 26px;
	line-height: 26px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-family: "fu";
}

.cebian-close{
	width: 26px;
	cursor: pointer;
}

.cebian-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	
}


.cebian-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: .3s;
}

.cebian-item-wp{
	padding-top: 15px;
}
.cebian-item{
	margin-top: 35px;
}

.cebian-ico img{
	display: block;
	width: 22px;
}


.cebian-er{
	margin-top:23px; 
}

.er11{
	width: 122px;
	margin-right: 55px;
}

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

.er11-con{
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height:2;
	padding-top: 33px;
}

.cebian-dl1 dl{margin:0;padding-top: 10px;}


.cebian-dl1 dd{
	font-size: 14px;
	color: #fff;
	line-height:2.4;
	/*margin-top: 4px;*/
}
.cebian-dl2{
	border-top: 1px solid #4197dc;
	border-bottom: 1px solid #4197dc;
	height: 254px;
	overflow: auto;
	margin-top: 20px;
}
.cebian-dl2.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, 
.cebian-dl2.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{
	opacity: 1!important;
}
.cebian-dl2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #fff!important;
	margin-right:0;
}
.cebian-dd a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	padding: 10px 8px;
	background-color: #1273c0;
	transition: background-color .3s,color .3s;
}
.cebian-dd a:hover{
	color: #fff;
	background-color:#348dd4; 
}
.cebian-dd{
	border-bottom: 1px solid #4197dc;
}













.nav{
	padding-right: 80px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
}
.nav>ul>li+li{
	margin-left: 15px;
}
.nav>ul>li>a{
	font-size: 16px;
	color: #fff;
	display: block;
	height: 101px;
	line-height: 100px;
	padding: 0 30px;
	position: relative;
	transition: color .3s;
}
.nav>ul>li>a::before{
	position: absolute;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	left: 12px;
	content:"";
	border-radius: 50%;
	background-color: #33cc99;
	opacity: 0;
	top: 50%;
	transition: opacity .3s;
}
.nav>ul>li:hover>a{
	color: #33cc99!important;
}
.nav>ul>li:hover>a::before{
	opacity: 1;
}
.xiala{
	position: absolute;
	width: 848px;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	z-index: 15;
	background-color: #fff;
	font-size: 0;
	line-height: normal;
	display: none;
	text-align: center;
}
.xiala::after{
	position: absolute;
	background-color: #fff;
	left: 50%;
	height: 100%;
	top: 0%;
	transform: translateX(-50%);
	content:"";
	z-index: 2;
	content:"";
	width: 150vw;
	border-top: 1px solid #eaeaea;
}


.xiala-a{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 5;
}

.xiala-a a{
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #141414;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	transition: .3s;
	width: 212px;
	background-image: url(../images/xiala-bg0.png);
}
.xiala-a a:hover{
	background-image: url(../images/xiala-bg.png);
	color: #fff;
}


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





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

#main{

}

.banner{
	position: relative;
}
.banner-x{
	display: none;
}

.banner-wen{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 30;
	left: 0;
}

.banner-wen1{
	font-size: 40px;
	color: #fff;
}
.banner-wen2{
	font-size: 22px;
	color: #33cc99;
	margin-top: 25px;
}


.more11 a{
	display: block;
	width: 140px;
	height: 42px;
	line-height: 40px;
	border:1px solid #fff;
	border-radius: 4px;
	transition: .3s;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 105px center;
	background-image: url(../images/more11.png);
	color: #fff;
}
.more11 a:hover{
	background-color: #33cc99;
	border-color: #33cc99!important;
}

.banner-wen .more11{
	margin-top: 100px;
}


.fafa .slides>li{
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.fafa .flex-control-nav{
	width: 1320px;
	left: 50%;
	margin-left: -660px;
	height: 0;
	text-align: left;
	bottom: 15%;
}
.fafa .flex-control-nav li{
	margin:0;
}
.fafa .flex-control-nav li+li{
	margin-left: 6px;
}
.fafa .flex-control-paging li a{
	width: 32px;
	height: 2px;
	background-color: rgba(255,255,255,0.4);
	background-image: none!important;
	transition: background-color .3s;
}
.fafa .flex-control-paging li a.flex-active{
	background-color: #33cc99;
}

.fafa .flex-direction-nav a{
	width: 54px;
	height: 54px;
	margin-top: -27px;
}

.fafa .flex-direction-nav .flex-prev{
	left: 2%;
}

.fafa .flex-direction-nav .flex-next{
	right: 2%;
}




.padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main1{
	background-image: url(../images/main1-bg.jpg);
	height: 983px;
	padding: 105px 0 0;
}



.main-title-1{
	font-size: 28px;
	color: #33cc99;
}
.main-title-1 span{
	padding-left: 35px;
	font-size: 0.7143em;
	font-family:"mo";
}

.main-title-2{
	font-size: 12px;
	color: #fff;
	margin-top: 30px;
}
.main-title-2 a{
	display: block;
	width: 75px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/diandian.png);
	transition: .3s;

}
.main-title-hei .main-title-2 a{
	color: #141414;
	background-image: url(../images/diandian0.png);
}
.main-title-2 a:hover{
	color: #33cc99!important;
	background-image: url(../images/diandianh.png)!important;
}



.main1-div{
	margin-top: 30px;
}

.main1-dl{
	width: 308px;
	margin-left: 132px;
	background-color: rgba(0,0,0,0.3);
	padding: 55px 15px 55px 60px;
	border-radius: 10px;
	background: linear-gradient(-45deg, transparent 25px, rgba(0,0,0,0.3) 0);
}

.main1-dl dl{
	margin:0;
}


.main1-dl dd+dd{
	margin-top: 50px;
}

.main1-dd1{
	font-size: 16px;
	color: #33cc99;
	line-height: 1;
}
.main1-dd1 span{
	padding-right:8px;
	font-size:3.75em;
	font-family:"mo";
}
.main1-dd2{
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
}

.main1-con{
	overflow: hidden;
	padding-top: 65px;
}

.main1-con1 p{
	margin:0;
}

.main1-con1 p+p{margin-top: 10px;}
.main1-con1 p{
	font-size: 20px;
	color: #33cc99;
	line-height: 1.8;
}

.main1-con2{
	font-size: 16px;
	color: #fff;
	line-height: 2.2;
	height: 6.6em;
	overflow: hidden;
	margin-top: 85px;
}
.main1-con .more11{
	margin-top: 70px;
}
.main1-con .more11 a{
	border-color:#1c5844;
}
.main2{
	background-image: url(../images/main2-bg.jpg);
	position: relative;
	z-index: 30;
}
.main2-menu{
	margin-top: -132px;
}
.main2-menu dl{
	margin:0;
	margin-left: -3%;
}

.main2-menu dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	height: 367px;
	border-radius: 12px;
	border-bottom-right-radius: 0;
	background-color: #fff;
	padding: 50px 40px 0;
	cursor: pointer;
	background: linear-gradient(-45deg, transparent 25px, #fff 0);
}

.main2-num{
	font-size: 24px;
	color: #33cc99;
	transition: color .3s;
	font-family:"mo";
}

.main2-ico{
	width: 73px;
	height: 68px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 60px;
}

.main2-ico1{background-image: url(../images/main2-ico1.png);}
.main2-ico2{background-image: url(../images/main2-ico2.png);}
.main2-ico3{background-image: url(../images/main2-ico3.png);}
.main2-ico4{background-image: url(../images/main2-ico4.png);}


.main2-h1{
	font-size: 20px;
	color: #141414;
	margin:30px 0 15px;
}

.main2-h2{
	font-size: 16px;
	color: #141414;
	line-height: 1.5;
	font-family:"mo";
}
.main2-menu dd.cur{
	background: linear-gradient(-45deg, transparent 25px, #33cc99 0);
}

.cur .main2-ico1{background-image: url(../images/main2-ico1h.png);}
.cur .main2-ico2{background-image: url(../images/main2-ico2h.png);}
.cur .main2-ico3{background-image: url(../images/main2-ico3h.png);}
.cur .main2-ico4{background-image: url(../images/main2-ico4h.png);}


.cur .main2-num{color: #fff;}
.cur .main2-h1{color: #fff!important;}
.cur .main2-h2{color: #fff;}


.main2-menu dd:hover .main2-h1{color: #33cc99;}






.main2-con-wp{
	padding: 90px 0;
}
.main2-con-wp .main2-con{
	display: none;
	font-size: 16px;
	color: #141414;
	line-height: 2.4;
}

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








.main3{
	background-image: url(../images/main3-bg.jpg);
	padding: 90px 0 140px;
}


.main3-div{
	height: 864px;
	background-repeat: no-repeat;
	background-position: center;
	height: 864px;
	background-image: url(../images/main3-div.png);
	padding: 20px 20px 58px;
	border-radius: 34px;
	overflow: hidden;
	margin-top: 85px;
}

.main3-1-item{
	height:670px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.main3-1-item{
	display: none;
}
.main3-1-item:first-child{
	display: block;
}

.main3-1-con{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 82px;
	padding: 0 60px;
	z-index: 15;
}
.main3-1-con .more11{
	margin-top: 70px;
}
.main3-1-con .more11 a{
	border-color:#1c5844;
}

.main3-1-con-h1{
	font-size: 36px;
	color: #fff;
}

.main3-1-con-h2{
	font-size: 36px;
	color: #33cc99;
	margin:30px 0; 
	font-family:"mo";
}
.main3-1-con-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	max-width: 650px;
}






.main3-2{
	margin-top: 3px;
	font-size: 0;
	text-align: right;
}

.main3-2-item{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	background-color: #fff;
	padding: 20px 25px;
	width: 280px;
	height: 113px;
	cursor: pointer;
	border-radius: 10px;
	border-bottom-right-radius: 0;
	background: linear-gradient(-45deg, transparent 15px, #fff 0);
}
.main3-2-item+.main3-2-item{
	margin-left: 26px;

}

.main3-2-1{
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #141414;
	background-repeat: no-repeat;
	background-position: right center;
}

.main3-2-item:nth-child(1) .main3-2-1{background-image: url(../images/main3-2-ico1.png);}
.main3-2-item:nth-child(2) .main3-2-1{background-image: url(../images/main3-2-ico2.png);}
.main3-2-item:nth-child(3) .main3-2-1{background-image: url(../images/main3-2-ico3.png);}


.main3-2-2{
	font-size: 14px;
	color: #d5d5d5;
	margin-top: 15px;
	font-family:"mo";
}

.main3-2-item.cur {
	background: linear-gradient(-45deg, transparent 15px, #33cc99 0);
}
.main3-2-item.cur .main3-2-1{color: #fff!important;}
.main3-2-item.cur .main3-2-2{color: #fff;}
.main3-2-item:nth-child(1).cur .main3-2-1{background-image: url(../images/main3-2-ico1h.png);}
.main3-2-item:nth-child(2).cur .main3-2-1{background-image: url(../images/main3-2-ico2h.png);}
.main3-2-item:nth-child(3).cur .main3-2-1{background-image: url(../images/main3-2-ico3h.png);}

.main3-2-item:hover .main3-2-1{color: #33cc99;}


.main4{
	background-image: url(../images/main4-bg.jpg);
	padding: 90px 0 140px;
}
.main4 .main-title-2 a:hover{
	color: #fff!important;
	background-image: url(../images/diandian.png)!important;
}
.main4-div{
	margin-top: 90px;
}
.main4-menu{
	width: 492px;
	margin-right: 36px;
	min-height: 1px;
}

.main4-menu dl{
	margin:0;
}

.main4-menu dd+dd{
	margin-top: 20px;
}


.main4-menu dd{
	border:1px solid #175441;
	border-radius: 10px;
	padding: 25px 20px 20px 45px;
	background-color: rgba(0,0,0,0.4);
	transition: background-color .3s,border-color .3s;
	cursor: pointer;
}

.main4-h1{
	font-size: 20px;
	color: #fff;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}
.main4-h1 a{
	transition: color .3s;

}
.main4-h1 a:hover{
	/*color: #33cc99;*/
}
.main4-di{
	margin-top: 5px;
}

.main4-di-bq{
	width: 117px;
	height: 44px;
	line-height: 44px;
	background-color: rgba(0,0,0,0.34);
	color: #33cc99;
	font-size: 14px;
	text-align: center;
	transition: background-color .3s,color .3s;
}

.main4-di-ico{
	height: 44px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/jiao1.png);
	width: 14px;
	transition: background-image .3s;
}


.main4-menu dd.cur{
	background-color: #33cc99;
	border-color: #33cc99;
}
.main4-menu dd.cur .main4-h1{
	color: #fff;
}
.main4-menu dd.cur .main4-di-ico{
	background-image: url(../images/jiao1hh.png);
}
.main4-menu dd.cur .main4-di-bq{
	background-color: #fff;
	color: #33cc99;
}

.main3-1-item-pic .imgbox_a{
	padding-bottom: 46.875%;
	border-radius: 15px;
}


.main4-pic-wp{
	overflow: hidden;
}
.main4-pic .imgbox_a{
	padding-bottom: 65.783%;
	border-radius: 10px;
}
.main4-pic-wp .main4-pic{display: none;}
.main4-pic-wp .main4-pic:first-child{display: block;}


.main4-pic-con-wp{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 30px 50px;
	background-color: rgba(0,0,0,0.7);

  transition:  .3s;
}
.main4-pic-con{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	max-height: 4em;
	overflow: hidden;
}

.main4-pic .imgbox_hover:hover .main4-pic-con-wp {
  transform: translateY(100%);
}







.main5{
	background-image: url(../images/main5-bg.jpg);
	padding: 100px 0 125px;
}

.main5-div{
	margin-top: 80px;
}


.main5-item{
	background-color: #fff;
	padding: 60px 50px;
	border-radius: 10px;
	transition: background-color .3s;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
	cursor: pointer;
}
.main5-item+.main5-item{
	margin-top: 40px;
}

.manu5-num{
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 34px;
	color:#fff;
	margin-right: 345px;
	background-color: #33cc99;
	margin-top: 8px;
	transition: background-color .3s,color .3s;
	font-family:"mo";

}

.manu5-item1-con{
	overflow: hidden;
	padding-right: 260px;
}


.manu5-item1-h1{
	font-size: 14px;
	color: #141414;
	line-height: 1;
	transition: color .3s;
}


.manu5-item1-h2{
	font-size: 20px;
	color: #141414;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 10px;
}
.manu5-item1-h2 a{
	transition: color .3s;

}
.manu5-item1-h2 a:hover{
	color: #33cc99;
}
.main5-item2{
	padding-top: 20px;
}

.main5-pic{
	width: 350px;
	margin-right: 75px;
}
.main5-pic .imgbox_a{
	padding-bottom: 63.897%;
	border-radius: 10px;
}
.main5-item2{
	display: none;
}
.main5-item:first-child .main5-item2{
	display: block;
}
.main5-item2-con{
	overflow: hidden;
	padding-top: 40px;
}

.main5-item2-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.main5 .more11{
	margin-top: 35px;
}
.main5 .more11 a:hover {
  background-color: #fff;
  border-color: #fff !important;
  color: #33cc99;
  background-image: url(../images/more11h.png);
  
}


.main5-item.cur{
	background-color: #33cc99;
}

.main5-item.cur .manu5-num{
	background-color: #fff;
	color:#33cc99;
}
.main5-item.cur .manu5-item1-h1{color: #fff;}
.main5-item.cur .manu5-item1-h2{color: #fff!important;}
/**************************************************************/
/*main-over*/





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

#footer{
	background-color: #262626;
}


.footer-1{
	padding: 45px 0 35px;
	border-bottom: 1px solid #464b53;
}

.er{
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.er-img{
	width: 152px;
	background-color: #2d2c2c;
	border-radius: 6px;
	padding: 15px;
	margin-bottom: 15px;
}


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


.flogo {
	width:219px;
}
.flogo a,.flogo img{
	display: block;
	width: 100%;
}

.footer-1-left{
	margin-top: 15px;
}
.foo-nav{
	padding: 40px 0 30px;
}
.foo-nav dl{
	margin:0;
}

.foo-nav dd{
	float: left;
	font-size: 16px;
	color: #fff;
}

.foo-nav dd+dd{
	margin-left: 50px;
}
.foo-nav dd a:hover{
	color: #33cc99;
}

.foo-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
}
.foo-p p+p{margin-top:5px;}
.foo-p p{margin:0;}

.footer-2{
	padding:30px 0;
	font-size: 14px;
	color: #fff;
}


/**************************************************************/
/*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;

}
.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{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.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: 6px 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: 18px;
    width: 18px;

}

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

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

.erji-top{
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #262626;
	background-image: url(../images/erji-top-bg.jpg);
	padding-top: 32px;
}

.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
	width: 160px;
	height: 70px;
	padding: 21px 8px 0;
	background-image: url(../images/fang.png);
}
.erji-nav dd+dd{
	margin-left: 50px;
}
.erji-nav dd>a{
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.erji-nav dd>a:hover{
	color: #33cc99;
}
.erji-nav dd.cur>a{
	background-color: #33cc99;
	color: #fff!important;
}


.erji-bottom{
	padding: 80px 0 100px;
	background-color: #eceff4;
}

.news-item{
	background-color: #fff;
	padding: 55px 45px;
	    border-radius: 10px;
    transition: background-color .3s;
}
.news-item+.news-item{
	margin-top: 40px;
}
.news-item:hover{
	background-color: #33cc99;
}
.news-item .main5-item2 {
    display: block;
    padding-top: 0;
}
.news-item .main5-pic{
	margin-top: 25px;
}
.news-item .main5-item2-con{
	padding-top: 20px;
}
.news-item .more11 {
    margin-top: 35px;
}
.news-item .more11 a{
	background-color: #ffffff;
  border-color: #d6d6d6!important;
  color: #53565a;
  background-image: url(../images/more110.png);
}
.news-item:hover .more11 a {
  background-color: #fff;
  border-color: #fff!important;
  color: #33cc99;
  background-image: url(../images/more11h.png);
}
.news-item:hover .manu5-item1-h1{color: #fff;}
.news-item:hover .manu5-item1-h2 a{color: #fff!important;}
.news-item:hover .main5-item2-p{color: #fff;}
.news-item  .main5-item2-p{
	color: #666;
	transition: color .3s;
}





.news-item-con{
	overflow: hidden;
}



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

.fenye ul{
	margin:0;
}

.erji-div{
	background-color: #fff;
	padding: 50px 45px 100px;
	border-radius: 10px;
}

.news-xx1{
	width: 855px;
	margin-right: 45px;
}


.news-xx1-h1{
	font-size: 30px;
	color: #141414;
	line-height: 1.5;
}
.news-xx1-h2{
	font-size: 14px;
	color: #53565a;
	margin-top: 25px;
}
.news-xx1-h2 img{
	margin-top: -3px;
	margin-right: 10px;
}


.news-xx1-con{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 30px 0;
	margin:30px 0 40px;
	font-size: 16px;
	color: #53565a;
	line-height: 2;
}
.news-xx1-con img{
	display: block;
	margin:0 auto 10px;
}

.news-xx1-page{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news-xx1-page a:nth-child(1){
	width: 102px;
	height: 38px;
	background-color: #f2f2f2;
	border-radius: 4px;
	line-height: 38px;
	text-align: center;
	color: #333;
	font-size: 14px;
}
.news-xx1-page a:nth-child(1) img{
	margin-top: -3px;
	margin-right: 10px;
}
.news-xx1-page a:nth-child(1):hover{color: #33cc99;}
.news-xx1-page a:nth-child(2){
	width: 102px;
	height: 38px;
	background-color: #33cc99;
	border-radius: 4px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.news-xx1-page a:nth-child(2):hover{font-weight: bold;}
.news-xx1-page a:nth-child(3){
	width: 102px;
	height: 38px;
	background-color: #f2f2f2;
	border-radius: 4px;
	line-height: 38px;
	text-align: center;
	color: #333;
	font-size: 14px;
}
.news-xx1-page a:nth-child(3) img{
	margin-top: -3px;
	margin-left: 10px;
}
.news-xx1-page a:nth-child(3):hover{color: #33cc99;}




.news-xx2{
	overflow: hidden;
	padding-top: 55px;
}

.news-xx2-title-h1{
	font-size: 22px;
	color: #333;
}
.news-xx2-title-h2{
	font-size: 16px;
	color: #33cc99;
	font-family:"mo";
	margin-top: 7px;
}

.news-xx2-list{
	margin-top: 45px;
}

.news-xx2-item{
	display: block;
	background-color: #fff;
	border:1px solid #33cc99;
	border-radius: 8px;
	padding: 30px;
	transition: background-color .3s;
}
.news-xx2-item+.news-xx2-item{
	margin-top: 20px;
}
.news-xx2-h1{
	font-size: 16px;
	color: #141414;
	line-height: 2;
	max-height: 4em;
	overflow: hidden;
	transition: color .3s;
}
.news-xx2-h2{
	font-size: 14px;
	color: #53565a;
	margin-top: 15px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/time.png);
	transition: background-image .3s,color .3s;
}

.news-xx2-item:hover{
	background-color: #33cc99;
}

.news-xx2-item:hover .news-xx2-h1{color: #fff;}
.news-xx2-item:hover .news-xx2-h2{color: #fff;background-image: url(../images/timeh.png);}

.map-wp{
	height: 586px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

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

.contact-div-wp{
	position: relative;
	z-index: 30;
	padding: 0 40px;
	margin-top: -100px;
}

.contact-div{
	border-top:4px solid #33cc99;
	background-color: #fff;
	padding: 35px 30px 70px;
	box-shadow: 0px 2px 26px 0px rgba(0, 0, 0, 0.07);
}

.contact-h1{
	font-size: 22px;
	color: #141414;
	padding-bottom: 30px;
	border-bottom: 1px solid #dddddd;
}

.contact-h2{
	font-size: 16px;
	color: #141414;
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 0 4px;
	line-height: 30px;
}
.contact-h2-wp{
	padding-top: 20px;
}
.contact-h2+.contact-h2{
	margin-top: 14px;
}

.liuyan{
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/liuyan-bg.png);
	min-height: 488px;
	padding-left: 115px;
	padding-top: 110px;
}

.liuyan-title-1{
	font-size: 34px;
	color: #33cc99;
	line-height: 1.5;
}

.liuyan-title-2{
	font-size: 16px;
	color: #141414;
	margin-top: 20px;
}

.liuyan-form{
	width: 805px;
	max-width: 100%;
	margin-left: auto;
	margin-top: 20px;
}
.liuyan-li.fl,.liuyan-li.fr{
	width: 48.5%;
}
.liuyan-li-wp{
	margin-bottom: 25px;
}
.liuyan input:focus,
.liuyan textarea:focus{
	outline: none
}
.liuyan-li input{
	display: block;
	width: 100%;
	height:60px;
	border:1px solid #e1e1e1;
	border-radius: 8px;
	font-size: 15px;
	color: #333;
	line-height: 1.428571;
	padding:  10px 25px;
}

.liuyan-li textarea{
	display: block;
	width: 100%;
	resize: none;
	height:135px;
	border:1px solid #e1e1e1;
	border-radius: 8px;
	font-size: 15px;
	color: #333;
	line-height: 1.428571;
	padding:  15px 25px;
}

.liuyan-li{
	position: relative;
}

.liuyan-li-yzm input{
	padding-right: 160px;
}

.yzmImg{
	position: absolute;
	right: 1px;
	top: 35%;
	margin-top: -20px;
	width: 234px;
	z-index: 5;
	cursor: pointer;
}

.liuyan-btn input{
	display: block;
	width: 100%;
	height:60px;
	border:0;
	border-radius: 8px;
	font-size: 15px;
	color: #fff;
	background-color: #33cc99;
}

.liuyan-btn input:hover{
	font-weight: bold;
}

.anli-item{
	background-color: #fff;
	padding: 70px 45px;
	border-radius: 10px;
	transition: background-color .3s;
}

.anli-item+.anli-item{
	margin-top: 40px;
}

.anli-pic{
	width: 614px;
	margin-right: 60px;
}

.anli-pic .imgbox_a{
	border-radius: 10px;
	padding-bottom: 66.45%;
}

.anli-con{
	overflow: hidden;
	padding-top: 50px;
}

.anli-bq{
	display: inline-block;
	vertical-align: top;
	padding: 8px 15px;
	border-radius: 3px;
	color: #fff;
	background-color: #33cc99;
	transition: background-color .3s,color .3s;
	margin-bottom: 30px;
}

.anli-item .manu5-item1-h2{
	margin-top: 0;
}
.anli-item  .manu5-item1-con{
	padding-right: 0
}

.anli-item:hover .manu5-item1-h1{color: #fff;}
.anli-item:hover .manu5-item1-h2 a{color: #fff!important;}
.anli-item:hover .main5-item2-p{color: #fff;}
.anli-item  .main5-item2-p{
	color: #666;
	transition: color .3s;
}

.anli-item .main5-item2-con{
	padding-top: 20px;
}
.anli-item .more11 {
    margin-top: 35px;
}
.anli-item .more11 a{
	background-color: #ffffff;
  border-color: #d6d6d6!important;
  color: #53565a;
  background-image: url(../images/more110.png);
}
.anli-item:hover .more11 a {
  background-color: #fff;
  border-color: #fff!important;
  color: #33cc99;
  background-image: url(../images/more11h.png);
}

.anli-item:hover{
	background-color: #33cc99;
}

.anli-item:hover .anli-bq{
	background-color: #262626;
	color: #33cc99;
}

.cp1{
	background-image: url(../images/cp1-bg.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: contain auto;
	min-height: 1150px;
}

.cp-title{
	border-bottom: 1px solid #33cc99;
	padding-bottom: 25px;
}

.cp-title-1{
	font-size: 36px;
	color: #141414;
}

.cp-title-2{
	font-size: 36px;
	color: #33cc99;
	font-family:"mo";
	margin-top: 25px;
}

.cp1-div1{
	margin-top: 80px;
}

.cp1-div1-pic{
	width: 634px;
	margin-left: 60px;
	border-radius: 10px;
	overflow: hidden;
}

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

.cp1-div1-con{
	overflow: hidden;
	padding-top: 32px;
}

.cp1-bt-wp{
	font-size: 0;
}

.cp1-bt{
	line-height: 1.2;
	display: inline-block;
	padding: 20px 55px 20px 28px;
	background-color: #33cc99;
	font-size: 20px;
	color: #fff;
	background: linear-gradient(-120deg, transparent 32px, #33cc99 0);
}

.cp1-div1-p{
	margin-top:50px;
	font-size:  16px;
	color: #141414;
	line-height: 2.4;
}
.cp1-div1-p p{margin:0;}
.cp1-div2{
	background-color: #fff;
	padding: 65px 45px 50px;
	border-radius: 10px;
	margin-top: 95px;
}

.cp1-div2-1{
	font-size: 20px;
	color: #33cc99;
	line-height: 1.8;
}
.cp1-div2-2{
	font-size: 16px;
	color: #141414;
	line-height: 2.4;
	margin-top: 25px;
}
.cp1-div2-2 p{margin:0;}
.cp1-div2-3{
	margin-top: 60px;
}

.cp1-div2-3-item{
	width: 48%;
}

.cp1-div2-3-item img{
	display: block;
	width: 100%;
	border-radius: 7px;
}

.cp1-div2-3-item-h1{
	font-size: 16px;
	color: #141414;
	text-align: center;
	line-height: 1.5;
	margin-top: 25px;
}

.cp1-div3{
	margin-top: 70px;
}

.cp1-div3-item-wp{
	margin-top: 40px;
}

.cp1-div3-item{
	background-color: #fff;
	padding: 80px 45px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cp1-div3-item+.cp1-div3-item{
	margin-top: 60px;
}
.cp1-div3-pic{
	width: 48.5%;
	order: 1;
}
.cp1-div3-pic img{
	display: block;
	width: 100%;
	border-radius: 10px;
}

.cp1-div3-con{
	width: 48.5%;
	order: 2;
}

.cp1-div3-item:nth-child(even) .cp1-div3-pic{
	order: 3
}

.cp2-div1{
	margin-top: 60px;
}

.cp2-div1-1{
	font-size: 20px;
	color: #141414;
	line-height: 1.6;
}

.cp2-div1-item{
	background-color: rgba(255,255,255,0.45);
	border-radius: 10px;
	width: 48.5%;
	padding: 35px 45px;
	margin-top: 50px;
}

.cp2-div2-list{
	/*background-image: url(../images/cp2-div2-list-bg.jpg);*/
	/*background-repeat: no-repeat;*/
	/*background-position: center;*/
	/*background-size: cover;*/
	/*border-radius: 10px;*/
	/*overflow: hidden;*/
	/*padding: 50px 45px;*/
}

.cp2-div2-list dl{
	margin:0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cp2-div2-list dd{
	width: 15.5%;
}
.cp2-div2{
	margin-top: 100px;
}
.cp2-div2-list .imgbox_a{
	padding-bottom: 193.2%;
}

.cp2-div2 .cp1-div2-1{
	padding: 60px 0 35px;
}


.cp3-div1-p{
	font-size: 20px;
	color: #33cc99;
	line-height: 2;
	text-align: center;
	padding: 30px 105px 0;
}

.cp3-div2{
	margin-top: 50px;
}

.cp3-div2 .cp1-div2-2{
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 20px;
}
.cp3-div2-img{
	margin-top: 30px;
}
.cp3-div2-img img{
	display: block;
	margin:0 auto;
	border-radius: 10px;
}

.cp3-div3{
	margin-top: 50px;
}

.cp3-div3-1{
	font-size: 20px;
	color: #141414;
}

.cp3-div3-item{
	margin-top: 55px;
}

.cp3-div3-item2 .cp1-div2-3-item-h1{
	text-align: left;
}
.cp3-div3-item2  .cp1-div2-3 {
    margin-top: 0px;
}
.cp3-div3-item-bai{
	background-color: #fff;
	border-radius: 10px;
	padding: 80px 45px;
	margin-top: 50px;
}

.cp3 .cp1-div3-con .cp1-div2-2{
	margin-top: 0
}

.cp3-div3-item6 .cp1-div2-1{
	padding-bottom: 20px;
}



.about1{
	background-image: url(../images/about1-bg.jpg);
	padding: 100px 0 180px;
}
.about1 .main1-con2{
	height: auto;
	color: #141414;
	margin-top: 50px;
}
.about1 .main1-dl::before{
	position: absolute;
	width: 100%;
	height: 271px;
	background-image: url(../images/dw1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 2;
	content:"";
	left: 0;
	top: 0;
}
.about1 .main1-dl::after{
	position: absolute;
	width: 100%;
	height: 201px;
	background-image: url(../images/dw2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 2;
	content:"";
	left: 0;
	bottom: 0;
}
.about1 .main1-dl dl{
	position: relative;
	z-index: 15;
}
.about1 .main1-dl{
	position: relative;
	background: linear-gradient(-45deg, transparent 25px, #33cc99 0);
	overflow: hidden;
}
.about1 .main1-dd1{
	color: #141414;
}
.about1 .main1-con{
	padding-top: 30px;
}
.about2{
	background-image: url(../images/about2-bg.jpg);
	padding: 100px 0;
}
.about2 .main2-menu {
    margin-top: 80px;
}
.about2 .main2-con-wp{  
	padding: 70px 0 0;
}
.about2 .main2-con-wp .main2-con{
	color: #fff;
}
.about3{
	background-image: url(../images/about3-bg.jpg);
	padding: 100px 0;
}

.about3-div{
	margin-top: 40px;
}

.about3-item{
	min-height: 50px;
	padding-bottom: 35px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/line0.png);
	width: 795px;
	margin-left: 0
}
.about3-item+.about3-item{
	margin-top: 25px;
}
.about3-item:nth-child(even){
	margin-left: auto;
}

.about3-item1-1{
	font-size: 28px;
	color: #33cc99;
	line-height: 1;
}
.about3-item1-2{
	font-size: 16px;
	color: #141414;
	font-family: "mo";
	line-height: 1;
	margin-top: 15px;
}

.about3-item1-3{
	font-size: 20px;
	color: #141414;
	line-height: 1.5;
	text-align: right;
}





.about4{
	background-image: url(../images/about4-bg.jpg);
	padding: 100px 0 260px;
}


.about4-div-wp{
	margin-top: 185px;
	position: relative;
	background-image: url(../images/about4-div-wp.png);
	background-repeat: repeat-x;
	background-position: 0 72px;
}

.about4-item{
	width: 375px;
	margin:0 auto;
}

.about4-nian{
	font-size: 48px;
	color: #33cc99;
	line-height: 1;
	font-family: "mo";
}

.about4-item-con{
	min-height: 218px;
	background-repeat: no-repeat;
	background-position: center 0;
	padding-top: 105px;
	padding-right: 23px;
	background-image: url(../images/line1.png);
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin-top: 20px;
}


.about4-list .owl-nav button.owl-prev{
    position: absolute;
    left:-70px;
    top: 53px;
    width:40px;
    height: 40px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: 100%;
    font-size: 0;
    z-index: 50;
    transition: background-image .3s;
}
.about4-list .owl-nav button.owl-prev:hover{
    background-image: url(../images/lefth.png);

}
.about4-list .owl-nav button.owl-next{
    position: absolute;
    right:-70px;
    top: 53px;
    width:40px;
    height: 40px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    background-size: 100%;
    z-index: 50;
    transition: background-image .3s;
}

.about4-list .owl-nav button.owl-next:hover{
    background-image: url(../images/righth.png);

}

.about4-list .owl-nav button.disabled{display: none;}

/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 217px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #33cc99 url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #33cc99 url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #33cc99 url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #33cc99 url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}