/**************************************/
/*************[公用start]**************/
/**************************************/

@font-face{
	font-family:"gr";
	src:url("../fonts/gr.ttf");
}
@font-face{
	font-family:"grb";
	src:url("../fonts/grb.ttf");
}
@font-face{
	font-family:"din";
	src:url("../fonts/din.ttf");
}

*{

	font-family:"gr";
}

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;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 30px 0;
	background-color: rgba(255,255,255,0);
	transition: padding .3s,background-color .3s;
}
#header.cur{
	position: fixed;
	background-color: rgba(255,255,255,1);
	padding: 0;
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);
}
#header.cur .logo a img{display: none;}
#header.cur .logo a img.imgCur{display: block;}
#header.cur .nav >ul>li>a{color: #333;}
#header.cur .nav >ul>li:hover>a{color: #04a07b;}
#header.cur .nav >ul>li.cur>a{color: #04a07b;}
#header.cur .header-a>dl>dd>a{color: #333;}
#header.cur .header-a>dl>dd>a:hover{color: #04a07b;}
#header.cur .lan{background-image: url(../images/qiuh.png);}
#header.cur .lan-span{color: #333;background-image: url(../images/jiao1h.png);}
#header.cur .xiala{
	top: 100%!important;
}

#header:hover{
	background-color: rgba(255,255,255,1);
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);
}
#header:hover .logo a img{display: none;}
#header:hover .logo a img.imgCur{display: block;}
#header:hover .nav >ul>li>a{color: #333;}
#header:hover .nav >ul>li:hover>a{color: #04a07b;}
#header:hover .nav >ul>li.cur>a{color: #04a07b;}
#header:hover .header-a>dl>dd>a{color: #333;}
#header:hover .header-a>dl>dd>a:hover{color: #04a07b;}
#header:hover .lan{background-image: url(../images/qiuh.png);}
#header:hover .lan-span{color: #333;background-image: url(../images/jiao1h.png);}





#header-div{
	padding: 0	80px;

}

.logo{
	width: 351px;
	margin-top: 8px;
}

.logo a{
	display: block;
	width: 100%;
}
.logo a img{
	display: block;
	width: 100%;
}
.logo a img.imgCur{
	display: none;
}
.nav{
	padding-left: 60px;
}
.nav ul{
	margin:0;
}

.nav >ul>li{
	float: left;
	padding: 0	55px;
}

.nav >ul>li>a{
	display: block;
	height: 92px;
	line-height: 92px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.lan{
	
	
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/qiu.png);
	margin-left: 15px;
	position: relative;
}

.lan-span{
	height: 92px;
	line-height: 92px;
	font-size: 16px;
	color: #fff;
	padding-right: 27px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jiao1.png);
	text-transform: uppercase;
	cursor: pointer;
}
#header.cur .lan-span:hover{
	color: #04a07b;
}
.lan-dl{
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background-color: #fff;
	display: none;
}
.lan-dl dl{
	margin:0;
}

.lan-dl dd>a{
	display: block;
	padding: 7px 10px;
	font-size: 14px;
	line-height: 1.4;
	transition: .3s;
}

.lan-dl dd>a:hover{
	background-color: #04a07b;
	color: #fff;
}




.header-a>dl{
	margin:0;
}
.header-a>dl>dd{
	float: left;
	padding: 0	30px;
}
.header-a>dl>dd>a{
	display: block;
	height: 92px;
	line-height: 92px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	
}
.xiala{
	position: absolute;
	width: 100%;
	left: 0;
	top: 122px;
	transition: top .3s; 
	background-color: #f3f3f3;
	display: none;
}

.xiala-right{
	width: 60%;
}
.xiala-right img{
	display: block;
	width: 100%;
}
.xiala-left{
	width: 40%;
	padding-top: 38px;
	padding-right: 120px;
}

.xiala-dl{
	width: 350px;
	margin-left: auto;
}


.xiala-dl dl{
	margin:0;
}

.xiala-dl dd>a{
	display: block;
	height: 43px;
	line-height: 43px;
	font-size: 16px;
	color: #777;
	transition: .3s;
	padding-left: 15px;
}
.xiala-dl dd>a:hover{
	background-color: #04a07b;
	color: #fff;
}


/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}
.banner{
	position: relative;
	z-index: 25;
}


.fafa .flex-direction-nav{
	width: 1740px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 0;
}
.fafa .slides>li video{
	display: block;
	width: 100%;
}

.fafa .flex-direction-nav{
	bottom: 178px;
	z-index: 50;

}
.fafa .flex-direction-nav a{
	width: 37px;
	height: 37px;
	margin-top: 0;
	transition: background-image .3s;
	margin-top: 0;
	top: 0;
}

.fafa .flex-direction-nav .flex-next{
	right: 60px;
}
.fafa .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right-h.png);
}

.fafa .flex-direction-nav .flex-prev{
	left: auto;
	right: 115px;
}
.fafa .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left-h.png);
}


.main{
	position: relative;
	z-index: 50;
}


.main0{
	position: absolute;
	width: 100%;
	top: -65px;
}


.main0-dl{
	background-color: #fff;
  box-shadow: 0px 0px 32px 0px rgba(34, 24, 21, 0.12);
  border-radius: 10px;
}
.main0-dl dl{
	margin:0;
}
.main0-dl dd{
	float: left;
	width: 33.33333333%;
	position: relative;
}

.main0-dl dd::after{
	content:"";
	position: absolute;
	z-index: 15;
	background-color: #fff;
	border-radius: 10px;
	left: 0;
	top: 0px;
	bottom: 0px;
	width: 100%;
	transition: .3s;
}
.main0-dd{
	position: relative;
	z-index: 25;
	height: 183px;
	padding-top: 35px;
	position: relative;
	z-index: 25;
	text-align: center;
	transition: padding-top .3s;
}

.main0-dd-img{
	width: 0px;
	height: 0;
	margin:0 auto;
	position: relative;
	top: -10px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	transition: .3s;
}

.main0-dd h1{
	margin:0;
	font-size: 56px;
	line-height: 1;
	font-family: "din";
	color: #333;
	transition: color .3s;
}
.main0-dd h2{
	margin:0;
	font-size: 16px;
	color: #777;
	margin:10px 0;
}
.main0-dd h3{
	margin:0;
	font-size: 16px;
	color: #777;
	text-transform: uppercase;
}
.main0-dl dd:hover .main0-dd{
	padding-top: 30px;
}
.main0-dl dd:hover .main0-dd h1{
	color: #fff;
}
.main0-dl dd:hover .main0-dd-img{
	width: 57px;
	height: 56px;
	top: 0;margin-bottom: 8px;
}
.main0-dl dd:hover::after{
	background-color: #0cae82;
	top: -10px;
	bottom: -10px;
}
.main0-dl dd:hover .main0-dd h2{
	display: none;
}
.main0-dl dd:hover .main0-dd h3{
	display: none;
}

.main1{
	padding: 200px 0 88px;
	background-color: #f5f6fb;
}

.main1-div{
	position: relative;
	background-color: #fff;
}
.main1-div::before{
	position: absolute;
	width: 50%;
	left: 0;
	top: 0;
	content:"";
	z-index: 10;
	height: 108px;
	background-color:#f5f6fb; 
}
.main1-div .erji-title1{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 35;
}
.main1-div-con{
	z-index: 25;
	position: 	relative;	
}

.fmain1 .flex-direction-nav a{
	width: 59px;
	height: 59px;
	transition: background-image .3s;
	top: auto;
	bottom: 0;
	margin-top: 0;
}
.fmain1 .flex-direction-nav .flex-next{
	right: 0;
	background-image: url(../images/right.jpg);
}
.fmain1 .flex-direction-nav .flex-next:hover{background-image: url(../images/righth.jpg);}
.fmain1 .flex-direction-nav .flex-prev{
	left: auto;
	right: 59px;
	background-image: url(../images/left.jpg);
}

.fmain1 .flex-direction-nav .flex-prev:hover{background-image: url(../images/lefth.jpg);}

.main1-pic{
	width: 50%;
}

.main1-pic .imgbox_a{
	padding-bottom: 64%;
}

.main1-con-wp{
	overflow: hidden;
	padding-top: 108px;
}

.main1-con{
	padding: 75px 60px 0;
}

.main1-con h1{
	margin:0;
	font-size:38px;
	color: #333;
	line-height: 1.2;
	height: 2.4em;
	overflow: hidden;
	font-family: "grb";
}
.main1-con h1 span{
	font-family: "grb";
	color: #04a07b;
}
.main1-con p{
	margin:0;
	font-size:16px;
	color: #666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin-top: 35px;
}
.more125{
	margin-top: 70px;
	font-size: 0;
	line-height: normal;
}

.more125>a{
	display: inline-block;
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 2px solid #333;
	font-size: 14px;
	color: #666;
	transition: .3s;
}

.more125>a:hover{
	color: #04a07b;
	border-color:#04a07b;
}

.main2{
	background-color: #fff;
	padding: 70px 0 90px;
	background-image: url(../images/main2-bg1.png);
	background-repeat: no-repeat;
	background-position: 72% top;
}



.main2-box .main5-dl11 dd{
	background-color: #f5f6fb;
	width: 297px;
}

.main2-box{
	margin-top: 45px;
	position: relative;
}


.main2-box .main5-dl11{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin-top: 0;
	z-index: 50;
}
.main2-div-wp{
	position: relative;
	z-index: 22;
}
.main2-div-wp .main2-div{display: none;}
.main2-div-wp .main2-div:first-child{display: block;}


.main2-dl{
	width: 358px;
	background-color: #04a07b;
	padding: 39px 46px;
	margin-left: 70px;
	overflow: hidden;
	margin-top: 50px;
}


.main2-dl dl{
	margin:0;
}

.main2-dl dd{
	height: 120px;
	border-bottom: 1px solid #33af92;
	background-color:#04a07b; 
	transition: background-color .3s;
	position: relative;
	cursor: pointer;
	padding: 0	5px;
}

.main2-dl dd::after{
	position: absolute;
	width: 18px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	content:"";
	right: -46px;
	background-image: url(../images/jiao3.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	transition: .3s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.main2-dl dd.cur::after{
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.main2-dl dd.cur{
	background-color: #33af92;
}
.main2-table{
	display: table;
	width: 100%;
	height: 100%;
}

.main2-table-cell{
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	/*font-family: grb;*/
	line-height: 1.6;
	text-align: center;
	color: #fff;
}

.main2-con-wp{
	overflow: hidden;
	padding-top: 132px;
	padding-left: 50px;
	position: relative;
}
.main2-con-wp::before{
	position: absolute;
	left: 0;
	top: 90px;
	width: 891px;
	bottom: 160px;
	border:1px solid #e5e5e5;
	content:"";
	z-index: 10;
}
.main2-con-wp .main2-con{display: none;position: relative;
z-index: 25;}
.main2-con-wp .main2-con:first-child{
	display: block;
}
.main2-con-pic-wp{
	width: 750px;
	padding: 0px 110px 66px;
	position: relative;
}
.main2-con-pic-wp::before{
	content:"";
	position:absolute;
	left: 0;
	top: 200px;
	bottom: 0;
	width: 100%;
	z-index: 15;
	background-color: #04a07b;
}
.main2-con-pic{
	position: relative;
	z-index: 25;
}
.main2-con-pic .imgbox_a{
	padding-bottom: 100%;
}


.fmain2 .flex-direction-nav a{
	width: 37px;
	height: 37px;
	margin: 0;
	transition: background-image .3s;
	top: auto;
	bottom: 150px;

}

.fmain2 .flex-direction-nav .flex-next{
	right: -96px;
	background-image: url(../images/right3.png);
}
.fmain2 .flex-direction-nav .flex-next:hover{
	background-image: url(../images/right3h.png);
}

.fmain2 .flex-direction-nav .flex-prev{
	left: -96px;
	background-image: url(../images/left3.png);
}
.fmain2 .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/left3h.png);
}


.main2-con-neirong{
	overflow: hidden;
}

.main2-con-h1{
	font-size: 30px;
	line-height: 1.3;
	font-family: "din";
	color: #04a07b;
	height: 2.6em;
	overflow: hidden;
}

.main2-con-h2{
	font-size: 28px;
	color: #333;
	line-height: 1;
	margin-top: 35px;
}
.main2-con-h2::after{
	display: block;
	width: 40px;
	height: 3px;
	background-color: #04a07b;
	margin-top: 15px;
	content:"";
}

.main2-con-dl dl{
	margin:0;
}

.main2-con-dl{
	margin-top:35px;
}
.main2-con-dl dd{
	font-size: 16px;
	color: #777;
	line-height: 1.5;
}
.main2-con-dl dd a{
	margin:0 12px;
}
.main2-con-dl dd+dd{
	margin-top: 30px;
}



.erji-title1 a.fr{
	padding-bottom: 8px;
	border-bottom: 2px solid #333;
	font-size: 14px;
	color: #666;
	transition: .3s;
	margin-top: 7px;
}
.erji-title1 a.fr:hover{
	color: #04a07b;
	border-color:#04a07b;
}
.erji-title1.erji-title1-bai a.fr{
	color: #fff;
	border-color:#fff;
}
.main3{
	
	
	padding: 75px 0 95px;
	position: relative;
	overflow: hidden;
}

.main3-bg-wp{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 15;
}

.main3-bg-wp .main3-bg{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}

.main3-bg-wp .main3-bg.cur{
	opacity: 1;
	visibility: visible;
}

.main3 .container{
	position: relative;
	z-index: 25;
}

.main3-list-wp{
	margin-top: 90px;
	position: relative;
}
.main3-list-wp::after{
	position: absolute;
	content:"";
	width: 15000px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	background-color: rgba(255,255,255,0.24);
	top: 170px;

}
.main3-list{
	position: relative;
	z-index: 50;
}

.main3-item{
	height:425px;
	position: relative;
	padding: 48px 15px 0;
}
.main3-item::after{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 15;
	content:"";
	border:1px solid #04a07b;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: visible;
	transition: .3s;
}
.cur .main3-item::after{
	opacity: 1;
	visibility: visible;
}


.main3-ico{
	width: 66px;
	margin:0 auto;
}

.main3-num-wp{
	height: 73px;
	width: 73px;
	position: relative;
	margin:0 auto;
	margin-top: 21px;
	border-radius: 50%;
}
.main3-num-wp::before{
	position: absolute;
	width: 12px;
	height: 12px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 15;
	background-color: #fff;
	border-radius: 50%;
	content:"";
	transition: .3s;
}
.main3-num{
	position: relative;
	z-index: 25;
	text-align: center;
	height: 100%;
	padding-top: 50px;
	transition: padding-top .3s;
}

.main3-num span{
	font-size: 16px;
	color: #fff;
	font-family: "din";
	transition: color .3s;
}
.cur .main3-num-wp{
	border:1px solid #fff;
}
.cur .main3-num-wp::before{
	width: 60px;
	height: 60px;
}
.cur .main3-num {
	padding-top: 25px;
}
.cur .main3-num span{color: #04a07b;}









.main3-item-con{
	position: relative;
	z-index: 25;
}

.main3-item h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}

.line2{
	width: 37px;
	height: 1px;
	background-color: #ebedf4;
	margin:25px auto 20px;
}
.main3-dl{
	position: relative;
	top: 15px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.cur .main3-dl{
	top: 0;
	opacity: 1;
	visibility: visible;
}
.main3-dl dl{
	margin:0;
}

.main3-dl dd+dd{
	margin-top: 15px;
}

.main3-dl dd{
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.main3-dl dd a:hover{
	text-decoration: underline;
}











.main4{
	background-color: #fff;
	padding: 70px 0 45px;
	position: relative;
}
.main4::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 210px;
	background-color: #f5f6fb;
	content:"";
	z-index: 15;
}
.main4 .container{
	position: relative;
	z-index: 25;
}
.main4-div{
	margin-top: 60px;
}

.main4-list-wp{
	margin-top: 40px;
}
.main4-list .owl-dots {
    text-align: center;
    margin-top: 35px;
    font-size: 0;
    line-height: normal;
}
.main4-list .owl-dots .owl-dot{
    display: inline-block;
    margin:0 6px;
    border:0;
    background-color: transparent;
    outline: none;
}
.main4-list .owl-dot span{
  width: 16px;
  height: 16px;
  background-image: none!important;
  background-color: #0cae82;
  border-radius: 16px;
}

.main4-list .owl-dot.active span{
   width: 40px;
} 
.main5{
	background-color: #f5f6fb;
	padding-bottom: 90px;
}

.main5-div-wp{
	margin-top: 60px;
}

.main5-div-wp .main5-div{display: none;}
.main5-div-wp .main5-div:first-child{display: block;}


.main5-1-pic{
	width: 50%;
}

.main5-1-pic .imgbox_a{
	padding-bottom: 57%;
}

.main5-1-con{
	overflow: hidden;
	padding: 95px 60px 0;
}
.main5-1-con h1{
	margin:0;
	font-size: 34px;
	color: #333;
	line-height: 1.2;
	height: 2.4em;
	overflow: hidden;
	text-transform: uppercase;
}
.main5-1-con h1 a{
	transition: color .3s;
}
.main5-1-con h1 a:hover{
	color: #0cae82;
}
.main5-1-con p{
	margin:0;
	font-size:16px;
	color: #666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin-top: 35px;
}
.main5-1-con .date_1 {
    background-image: url(../images/timeh.png);
    color: #333;
    margin-top: 75px;
}

.main5-2 dl{
	margin:0;
	margin-left: -3%;
}

.main5-2 dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}
.main5-2 dd .xinwen1-1{
	width: 100%;
	margin-right: 0;
}

.main5-2 .xinwen1-1-con h1{
	font-size: 28px;
	font-family: "grb";
	line-height: 1.3;
	height: 2.6em;
	max-height:2.6em;
}
.main5-2 .xinwen1-1-con-p{
	padding-top: 10px;
}
.main5-2 .xinwen1-1-con-p p{
	line-height: 1.5;
	max-height: 4.5em;
	height: 4.5em; 
}
.main5-2 .date_1 {
  margin-top: 20px;
}
.main5-dl11{
	margin-top: 50px;
}
.main5-dl11 dl{
	margin:0;
}

.main5-dl11 dd{
	float: left;
	font-size: 18px;
	color: #333;
	background-color: #fff;
	border-radius: 10px;
	transition: .3s;
	cursor: pointer;
	padding: 15px 0px;
	width: 234px;
	text-align: center;
}
.main5-dl11 dd.cur{
	background-color: #0cae82!important;
	color: #fff;
}

@keyframes updown {
  	0% {transform: translateY(0);}
    50% {transform: translateY(10px);}
    100% {transform: translateY(0);}
}




.liu{
	position: absolute;
	z-index: 25;
}
.liu img{
	display: block;
	width: 100%;
}

.liu1{
	width: 141px;
	left: 0;
	bottom: -35px;
	animation: updown 5s cubic-bezier(.17,.67,.25,.92) infinite both;
}

.main5 .container{
	position: relative;
}

.liu2{
	width: 262px;
	top: -30px;
	right: 140px;
	animation: updown 7s cubic-bezier(.17,.67,.25,.92) infinite both;
}


/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #1f3142;
}


.footer-1{
	padding: 55px 0;
}
.foo1-list a{
	transition: color .3s;
}
.foo1-list ul{
	margin:0;
}

.foo1-list li{
	float: left;
}
.foo1-list li+li{
	margin-left: 70px;
}
.foo1-list li dl{
	margin:0;
	padding-top: 25px;
}

.foo1-list li dd{
	margin-top: 10px;
	font-size: 14px;
	color: #8897a6;
}
.foo1-list li dd a:hover{
	color: #fff;
}
.foo1-list li h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.foo1-list li h1 a{font-family: "grb";}


.er-dl dl{
	margin:0;
}

.er-dl dd{
	float: left;
	width: 40px;
	position: relative;
}

.er-dl dd+dd{
	margin-left: 20px;
}
.er-dl dd>a{
	display: block;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image .3s;

}
.er-dl dd:nth-child(1)>a{background-image: url(../images/dd1.png);}
.er-dl dd:nth-child(2)>a{background-image: url(../images/dd2.png);}
.er-dl dd:nth-child(3)>a{background-image: url(../images/dd3.png);}
.er-dl dd:nth-child(4)>a{background-image: url(../images/dd4.png);}


.er-dl dd:nth-child(1)>a:hover{background-image: url(../images/dd1h.png);}
.er-dl dd:nth-child(2)>a:hover{background-image: url(../images/dd2h.png);}
.er-dl dd:nth-child(3)>a:hover{background-image: url(../images/dd3h.png);}
.er-dl dd:nth-child(4)>a:hover{background-image: url(../images/dd4h.png);}
.er-dl dd>a:hover+.er{
	opacity: 1;
	visibility: visible;
}

.er{
	position: absolute;
	width: 136px;
	left: 50%;
	margin-left: -68px;
	top: 58px;opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.er::before{
	position: absolute;
	width: 24px;
	height: 13px;
	top: -13px;
	left: 50%;
	margin-left: -12px;
	background-image: url(../images/jiao2.png);
	content:"";
}
.er img{
	display: block;
	width: 100%;
}


.er-wp{
	width: 120px;
	margin:0 auto;
}

.er-wp img{
	display: block;
	width: 100%;
}




.footer-2{
	padding: 25px 0;
	font-size: 14px;
	color: #8897a6;
	line-height: 1.8;
	border-top: 1px solid #394b5c;
}
.footer-2 a{
	transition: color .3s;
}
.footer-2 a:hover{
	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;
	/*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: 4px;

	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:7px 10px;
	display: block;
	font-size: 15px;
	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:290px;
	margin-left: 15px;
	margin-top: 11px;
}

.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{
	background-repeat: no-repeat;
	background-position:center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 410px;
	padding-top: 200px;
	position: relative;
	z-index: 15;
}


.banner-2-wen{
	font-size: 44px;
	font-family: "grb";
	color: #fff;
	margin:0;
	text-transform: uppercase;
}


.erji{
	background-color: #fff;
	padding: 0 0 80px;
	position: relative;
	z-index: 50;
}

.erji2{
	position: relative;
	z-index: 50;
}
.erji-nav{
	background-color: #fff;
	box-shadow: 0px 0px 32px 0px rgba(34, 24, 21, 0.12);
	border-radius: 10px;
	position: relative;
	top: -18px;
}

.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
	width: 297px;
}
.erji-nav dd+dd{
	border-left: 1px solid #f2f2f2;
}
.erji-nav dd>a{
	display: block;
	height: 63px;
	line-height: 63px;
	text-align: center;
	font-size: 18px;
	color: #333;
	position: relative;
}
.erji-nav dd>a span{
	position: relative;
	z-index: 25;
}
.erji-nav dd>a:hover{
	color: #0cae82;
}
.erji-nav dd>a::after{
	content:"";
	position: absolute;
	z-index: 15;
	background-color: #0cae82;
	border-radius: 10px;
	left: 0;
	top: -7px;
	bottom: -7px;
	width: 100%;
	visibility: hidden;
	opacity: 0;
}

.erji-nav dd.cur>a::after{
	opacity: 1;
	visibility: visible;
}
.erji-nav dd.cur>a{
	color: #fff!important;
}

.erji-content{
	margin-top: 55px;
}

.xinwen1-1{
	width: 973px;
	margin-right: 54px;
}
.xinwen1-1 .imgbox_a{
	padding-bottom: 57%;
}
.xinwen1-1 .imgbox_a::before{
	position: absolute;
	content:"";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 8;
}
.xinwen1-title{
	position: absolute;
	left: 52px;
	top: 42px;
	background-color: #ff9518;
	text-transform: uppercase;
	color: #fff;
	border-radius: 999em;
	padding:6px 17px;
	z-index: 25;
}

.xinwen1-1-con{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 25;
	padding: 0	52px 33px;
}
.xinwen1-1-con h1{
	margin:0;
	font-size: 30px;
	color: #fff;
	line-height: 1.5;
	max-height: 3em;
	overflow: hidden;

	text-transform: uppercase;
}

.xinwen1-1-con-p{
	padding: 15px 0 0;
	display: none;
}
.xinwen1-1-con-p p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 2;
	max-height: 4em;
	overflow: hidden;
}

.date_1{
	font-size: 14px;
	color: #fff;
	font-family: "din";
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/time.png);
	height: 18px;
	line-height: 18px;
}

.xinwen1 .date_1{
	margin-top: 20px;

}



.xinwen1-2{
	overflow: hidden;
}

.xinwen1-2-pic .imgbox_a{
	padding-bottom: 57%;
}

.xinwen1-2-con{
	background-color: #1f3142;
	padding: 23px 52px 30px;
}

.xinwen1-2-con h1{
	margin:0;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	transition: color .3s;
}

.xinwen1-2-con p{
	margin:0;
	font-size: 14px;
	color: #fff;
	margin-top: 13px;
}

.xinwen2 dl{
	margin:0;
	margin-left:-3%;
}

.xinwen2 dd{
	float: left;
	width: 30.3333333%;
	margin-left: 3%;
	margin-top: 3%;
}

.xinwen2-pic .imgbox_a{
	padding-bottom: 57%;
}


.xinwen2-con{
	padding: 35px 52px 45px;
	background-color: #fff;
	border:1px solid #dcdcdc;
	transition: .3s;
}

.xinwen2-con h1{
	margin:0;
	font-size: 22px;
	color: #333;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	text-transform: uppercase;
	transition: color .3s;
}
.xinwen2-con h1 a{
	font-family: "grb";

}
.xinwen2-con p{
	margin:0;
	font-size: 14px;
	color: #8d8d8d;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 20px;
}



.xinwen2 .date_1{
	background-image: url(../images/timeh.png);
	color: #333;
	margin-top: 30px;
}
.xinwen2 dd:hover .xinwen2-con{
	border-color: #fff;
	box-shadow: 0px 0px 32px 0px rgba(34, 24, 21, 0.12);
}
.xinwen2 dd:hover .xinwen2-con h1{color: #0cae82;}

.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 50px;
}

.xinwen-xx-right{
	width: 36%;
	margin-left: 77px;
}

.xinwen-xx-right dl{
	margin:0;
}

.xinwen-xx-right dd .xinwen2-con{
	padding: 25px 0 40px;
	border:0;
	box-shadow: none;
}
.xinwen-xx-right dd .xinwen2-con h1{
	line-height: normal;
	height: auto;
}
.xinwen-xx-right dd .xinwen2-con h1 a:hover{
	color: #0cae82;
}
.xinwen-xx-right dd .xinwen2-con p{
	line-height: normal;
	height: auto;
	margin-top: 15px;
}
.xinwen-xx-right .date_1 {
  background-image: url(../images/timeh.png);
  color: #333;
  margin-top: 25px;
}
.xinwen-xx-left{
	overflow: hidden;
}

.xinwen-xx-h1{
	font-size: 34px;
	/*font-family: "ghb";*/
	line-height: 1.4;
	color: #333;
	text-transform: uppercase;
}

.xinwen-xx-left .date_1 {
  background-image: url(../images/timeh.png);
  color: #333;
  margin-top:20px;
}

.xinwen-xx-con img{
	display: block;
	margin:0 auto;
}

.xinwen-xx-con{
	margin-top: 35px;
	font-size: 14px;
	color: #777;
	line-height: 2.4;
}

.xinwen-xx-page{
	margin-top: 50px;
	padding: 0	50px;
	border:8px solid #f3f3f3;
}

.xinwen-xx-page-div{
	padding: 30px 0
}

.xinwen-xx-page-div h1{
	margin:0;
	font-family: "grb";
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
}

.xinwen-xx-page-div+.xinwen-xx-page-div{
	border-top: 1px solid #e4e4e4;
}
.xinwen-xx-page .date_1 {
  background-image: url(../images/timeh.png);
  color: #333;
  margin:20px 0 12px;
}

.xinwen-xx-page-div h2{
	margin:0;
	font-family: "grb";
	color: #333;
	font-size: 18px;
	line-height: 1.4;
}
.xinwen-xx-page-div h2 a{
	font-family: "grb";

}
.xinwen-xx-page-div h2 a:hover{
	color: #0cae82;
}

.shengchan1{
	padding: 85px 0 60px;
	position: relative;
}
.shengchan1::after{
	position: absolute;
	width: 100%;
	content:"";
	left: 0;
	top: 335px;
	bottom: 0;
	background-color: #f5f6fb;
	z-index: 15;
}
.shengchan1 .container{
	position: relative;
	z-index: 25;
}

.shipin1 video{
	display: block;
	width: 100%;
	object-fit:fill;
}

.shipin1-a-img{
	width: 54px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 50;
}
.shipin1-a-img img{
	display: block;
	width: 100%;
}




.shipin1-a{
	padding-bottom: 29%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	cursor: pointer;
	position: relative;
}
.shipin1-a::after{
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	background-color: rgba(0,0,0,0.3);
}
.shipin1-a:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transition: transform 1s;
}






.shengchan1-con{
	margin-top: 45px;
}

.shengchan1-con h1{
	margin:0;
	font-size: 36px;
	font-family: "grb";
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	color: #333;
}

.shengchan1-con p{
	margin:0;
	font-size: 14px;
	color: #777;
	line-height: 2.2;
	padding: 0	120px;
	margin-top: 35px;

}

.shengchan2{
	padding: 65px 0 90px;
}
.shengchan2-dl{
	overflow: hidden;
}
.shengchan2-dl dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}


.shengchan2-dl dd{
	float: left;
	width: 31.33333333%;
	margin-left: 2%;
	margin-top: 2%;
}

.shengchan2-dd .imgbox_a{
	padding-bottom: 57%;
}

.shengchan2-dd .imgbox_a::after{
	position: absolute;
	width: 100%;
	height: 100%;
	content:"";
	z-index: 15;
	background-color: rgba(0,0,0,0.25);
	left: 0;
	top: 0;
}

.sc2-con{
	position: absolute;
	width: 100%;
	padding: 0	60px;
	top: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 50;
	transition: top .3s;
}

.sc2-h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
	color: #fff;
	font-family: "grb";
}

.sc2-p{
	line-height: 1.8;
	height: 5.4em;
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	position: relative;
	top: 10px;
	transition:  .3s;
}

.shengchan2-dd .imgbox_a:hover .sc2-p{
	opacity: 1;
	visibility: visible;
	top: 0;
	transition-delay:.3s;
}
.shengchan2-dd .imgbox_a:hover .sc2-con{
	top: 50%
}

.contact1{
	padding-bottom: 70px;
}

.contact1-div{
	margin-top: 55px;
	position: relative;
}

.contact1-er-wp{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 360px;
}
.contact1-er{
	width: 141px;
}

.contact1-er img{
	display: block;
	width: 100%;
}
.map-wp{
	width: 853px;
	height: 589px;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.contact1-con{
	overflow: hidden;
	padding-right: 50px;
}

.contact1-con-h1{
	font-size: 36px;
	color: #333;
	font-family: "grb";
	line-height: 1.4;
	text-transform: uppercase;
}
.contact1-dl{
	padding-top: 70px;
}
.contact1-dl dl{
	margin:0;
}

.contact1-dl dd{
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 32px;
}
.contact1-dl dd+dd{
	margin-top: 16px;
}

.contact1-er-con{
	overflow: hidden;
	padding: 40px 25px 0;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 1.6;
}

.contact2{
	border-top: 10px solid #f5f6fb;
	background-color: #fff;
	padding: 60px 0;
}

.erji-title1 h1{
	margin:0;
	font-size: 36px;
	color: #333;
	font-family: "grb";
	text-transform: uppercase;
}

.erji-title1 h1::after{
	display: inline-block;
	width: 8px;
	height: 8px;
	content:"";
	background-color: #0cae82;
	margin-left: 23px;
}


.contact2-1{
	padding: 65px 0 100px;
}

.contact2-1-img{
	width: 88px;
	margin-right: 25px;
}

.contact2-1 img{
	display: block;
	width: 100%;
}

.contact2-1-con{
	overflow: hidden;
	padding-top: 15px;
}

.contact2-1 h1{
	margin:0;
	font-size: 20px;
	color: #333;
}
.contact2-1 p{
	margin:0;
	font-size: 14px;
	color: #777;
	line-height: 1.8;
	margin-top: 8px;
}

.contact2-1 p span{
	font-family: "fu";
	color: #ba0000;
	padding-right: 10px;
}

.contact2-2-dl dl{
	margin:0;
	margin-left: -3%;
}

.contact2-2-dl dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	padding: 15px 0;
	border-bottom: 1px solid #6f6f6f;
	margin-top: 35px;
}

.contact2-2-dl dd:last-child{
	width: 97%;
}

.contact2-2-dl dd span{
	font-size: 14px;
	color: #333;
	line-height: 1.425871;
	margin-right: 15px;
}

.contact2-2-input{
	overflow: hidden;
}

.contact2-2-input input:focus,
.contact2-2-input select:focus,
.contact2-2-input textarea:focus{
	outline: none;
}

.contact2-2-input input,
.contact2-2-input select{
	display: block;
	border:0;
	width: 100%;
	font-size: 14px;
	color: #333;
	line-height: 1.425871;
	height: 21px;
}

.contact2-2-input textarea{
	display: block;
	border:0;
	width: 100%;
	font-size: 14px;
	color: #333;
	line-height: 1.425871;
	height: 170px;
}
.contact2-2-btn {
	margin-top: 35px;
}
.contact2-2-btn input:focus{
	outline: none;
}
.contact2-2-btn input{
	display: block;
	width: 160px;
	height: 50px;
	border:0;
	background-color: #eeeeee;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	transition: background-color .3s,color .3s;
}


.contact2-2-btn input:hover{
	background-color: #0cae82;
	color: #fff;
}


.zhil1{
	padding: 0px 0 90px;
	position: relative;
}
.zhil1 .container{
	position: relative;
	z-index: 50;
}
.zhil1::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 443px;
	bottom: 0;
	background-color: #f5f6fb;
	content:"";
}
.zhil1-div{
	margin-top: 50px;
}
.zhil2{
	padding: 65px 0;
	background-color: #fff;
}
.zhil1-list{
	margin-top: 70px;
}
.zhil1-list dl{
	margin:0;
	margin-left: -3%;
}

.zhil1-list dd{
	float: left;
	width: 30.3333333%;
	margin-left: 3%;
	height: 567px;
	background-color: #fff;
	overflow: hidden;
}

.zhil1-pic .imgbox_a{
	padding-bottom: 57%;
	transition: padding-bottom .3s;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.zhil1-pic .imgbox_a::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	content:"";
	z-index: 15;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	/*transition-delay: .3s;*/
}
.zhil1-pic-con{
	z-index: 50;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.zhil1-ico{
	display: inline-block;
	padding: 0	60px;
	position: relative;
}
.zhil1-ico::before{
	position: absolute;
	width: 120px;
	top: 50%;
	height: 1px;
	background-color: #fff;
	right: 100%;
	content:"";
}
.zhil1-ico::after{
	position: absolute;
	width: 120px;
	top: 50%;
	height: 1px;
	background-color: #fff;
	left: 100%;
	content:"";
}
.zhil1-h1{
	text-align: center;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-family: "grb";
	margin-top: 20px;
}
.zhil1-ico img{
	display: block;
	width: 64px;
}
.zhil1-con{
	background-color: #fff;
	padding: 40px 50px;

}

.zhil1-con h1{
	margin:0;
	font-size: 22px;
	color: #000;
	text-transform: uppercase;
	font-family: "grb";
	margin-bottom: 25px;
}

.zhil1-con-p{
	font-size: 16px;
	color: #777;
	line-height: 2;
	height: 8em;
	overflow: hidden;
	transition: height .3s;
}


.zhil1-list dd:hover .zhil1-pic .imgbox_a{
	padding-bottom: 40.75%;
}
.zhil1-list dd:hover .zhil1-pic .imgbox_a::after{
	opacity: 1;
	visibility: visible;
}

.zhil1-list dd:hover .zhil1-pic-con{
	opacity: 1;
	visibility: visible;
}

.zhil1-list dd:hover .zhil1-con-p{
	height: 14em;
}
.zhil1-list dd:hover .zhil1-con h1{display: none;}

.zhil2-div{
	padding-top: 30px;
}

.zhil2-dl dl{
	margin:0;
	margin-left:-2%;
}
.zhil2-dl dd:nth-child(1),.zhil2-dl dd:nth-child(2){
	width: 48%;
}
.zhil2-dl dd{
	float: left;
	width: 31.3333%;
	margin-left: 2%;
	margin-top: 2%;
}

.zhil2-dd .imgbox_a{
	padding-bottom: 63%;
}

.zhil2-dd .imgbox_a::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	content:"";
	z-index: 15;
	opacity: 1;
	visibility: visible;
	transition: .3s;
}

.zhil2-dd .imgbox_a h1{
	margin:0;
	position: absolute;
	left: 52px;
	right: 52px;
	bottom: 30px;
	font-size: 24px;
	font-family: "grb";
	text-transform: uppercase;
	line-height: 1.3;
	color: #fff;
	z-index: 50;
	padding-bottom: 30px;
	bottom: 0;
	transition: bottom .3s;
}

.zhil2-dd .imgbox_a h1::after{
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 54px;
	height: 1px;
	content:"";
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.zhil2-dd .imgbox_a:hover::after{
	opacity: 0;
	visibility: hidden;
}
.zhil2-dd .imgbox_a:hover h1{
	bottom: 50px;
}
.zhil2-dd .imgbox_a:hover h1::after{
	opacity: 1;
	visibility: visible;
}

.fzhil2 .flex-control-nav{
	position: relative;
	bottom: 0;
	margin-top: 50px;
}

.fzhil2 .flex-control-nav li{
	margin:0 6px;
}

.fzhil2 .flex-control-paging li a{
	width: 16px;
	height: 16px;
	background-image:none!important;
	background-color:#0cae82;
	border-radius: 16px;
}

.fzhil2 .flex-control-paging li a.flex-active {
	width: 40px;
}

.xiaoshou{
	padding: 115px 0 135px;
}

.xiaoshou1{
	position: relative;
}
.xiaoshou1-map{
	max-width: 1557px;
	margin:0 auto;
	position: relative;
	z-index: 25;
}
.xiaoshou1-map>img{
	display: block;
	width: 100%;
}

.xiaoshou1-map2{
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: 50;
	transition: width 2s;
	bottom: 0;
	overflow: hidden;
}
.xiaoshou1-map2.cur{
	width: 100%;
}

.xiaoshou1-map2 img {
  max-width: none;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1557px;
}

.xiaoshou1-dl{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 150;
}

.xiaoshou1-dl dl{
	margin:0;
}

.xiaoshou1-dl dd+dd{margin-top:30px; }

.xiaoshou1-dl dd{
	font-size: 16px;
	color: #333;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left 1px;
}

.xiaoshou2{
	margin-top: 80px;
}
.xiaoshou2 table.table{
	margin:0;
}
.xiaoshou2 table.table tr td{
	height: 65px;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}
.xiaoshou2 table.table tr:first-child td:first-child{
	width: 340px;
}
.xiaoshou2 table.table tr.tr11 td{
	text-transform: uppercase;
}
.xiaoshou2 table.table tr td img{
	display: block;
	margin:0 auto 15px;
}


.about1-div{
	margin-top: 50px;
	padding-bottom: 80px;
}
.about1-div .erji-title1 h1{
	text-align: center;
}
.about1-div .erji-title1 h1::after{display: none;}

.about1-p{
	font-size: 16px;
	color: #777;
	line-height: 2;
	text-align: center;
	padding: 30px 150px 60px;
}

.about1-dl dl{
	margin:0;
}

.about1-dl dd{
	float: left;
	width: 33.33333%;
	text-align: center;
}

.about1-dl dd img{
	display: block;
	margin:0 auto 25px;
	width: 57px;
}

.about1-dl dd h1{
	margin:0;
	font-size: 56px ;
	font-family: "din";
	line-height: 1;
}

.about1-dl dd h2{
	margin:0;
	font-size: 20px ;
	font-family: "grb";
	margin:5px 0 20px;
}

.about1-dl dd p{
	margin:0;
	font-size: 18px ;
	font-family: "grb";
}

.about2{
	padding: 75px 0 115px;
	background-image: url(../images/about2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.erji-title1-bai h1{color: #fff;}
.erji-title1-bai h1::after{background-color: #fff;}


.about2-dl{
	margin-top: 60px;
}

.about2-dl dl{
	margin:0;
	margin-left: -2%;
}

.about2-dl dd{
	float: left;
	width: 31.3333%;
	margin-left: 2%;
}

.about2-item .imgbox_a{
	padding-bottom: 60.56%;
}

.about2-item .imgbox_a::after{
	position: absolute;
	width: 100%;
	height: 100%;
	content:"";
	left: 0;
	top: 0;
	z-index: 15;
	background-color: rgba(0,0,0,0.35);
	transition: background-color .3s;
}


.about2-con{
	position: absolute;
	z-index: 25;
	left: 0;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0	25px;
}
.about2-con img{
	display: block;
	width: 86px;
	margin: 0 auto;
	transition: width .3s;
}

.about2-con h1{
	margin:0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-family: "grb";
	text-align: center;
	margin-top: 20px;
}

.about2-con p{
	margin:0;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	
	overflow: hidden;
	margin-top:0px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	height: 0;
}
.about2-item .imgbox_a:hover .about2-con img{
	width: 70px;
}
.about2-item .imgbox_a:hover::after{
	background-color: #04a07b;
}
.about2-item .imgbox_a:hover .about2-con p{
	height: 7.2em;
	opacity: 1;
	visibility: visible;
	margin-top: 15px;
}

.about3{
	padding: 75px 0 90px;
	background-color: #fff;
}

.about4{
	padding: 75px 0;
	background-color: #f5f6fb;
}

.about4-list-wp{
	margin-top: 80px;
}

.about4-item{
	border:1px solid #ced4e2;
	padding: 55px 50px 35px;
	transition: border-color .3s;
}
.about4-item h1{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;height: 4em;
	overflow: hidden;
	text-align: center;
	margin-top: 35px;
}
.about4-item:hover{
	border-color:#04a07b;
}
.about4-pic{
	padding: 0	50px;
}
.about4-pic .imgbox_a{
	padding-bottom: 124.7826%;
	box-shadow: 0px 6px 16px 0px rgba(32, 0, 0, 0.2);
}

.about4-list .owl-dots {
    text-align: center;
    margin-top: 28px;
    font-size: 0;
    line-height: normal;
}
.about4-list .owl-dots .owl-dot{
    display: inline-block;
    margin:0 6px;
    border:0;
    background-color: transparent;
    outline: none;
}
.about4-list .owl-dot span{
  width: 16px;
  height: 16px;
  background-image: none!important;
  background-color: #0cae82;
  border-radius: 16px;
}

.about4-list .owl-dot.active span{
   width: 40px;
} 

.about3-div{
	margin-top: 70px;
	position: relative;
}
.about3-1-wp{
	position: relative;
	padding: 0 51px;	
}
.about3-1{
	position: relative;
	padding: 0	0 6px;
}
.about3-1::after{
	position: absolute;
	left: -2px;
	right: -2px;
	bottom: 23px;
	height: 1px;
	background-color:#04a07b;
	z-index: 1; 
	content:"";
}
.about3-1 .item{
	text-align: center;
	font-size: 0;
	line-height: normal;
}

.about3-1 .item span{
	display: inline-block;
	font-size: 28px;
	color: #000;
	font-family: "din";
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/cur.png);
	line-height: 1;
	padding-top: 8px;
	cursor: pointer;
	/*transition: .3s;*/
}


.about3-1 .item.cur span{
	background-image: url(../images/curh.png);
	color: #04a07b;
	font-size: 36px;
	padding-top: 0;
}

.about3-1 .owl-stage-outer{
	z-index: 50;
}

.about3-left{
    position: absolute;
    left:0px;
    bottom:0px;
    width: 48px;
    height: 48px;
    background-image: url(../images/left2.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;
}
.about3-left:hover{
    background-image: url(../images/left2h.png);

}
.about3-right{
    position: absolute;
    right:0px;
    bottom:0px;
    width: 48px;
    height: 48px;
    background-image: url(../images/right2.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;
}
.about3-right:hover{
    background-image: url(../images/right2h.png);
}


.about3-2-div-wp{
	margin-top: 80px;
}

.about3-2-div-wp .about3-2-div{display: none;}
.about3-2-div-wp .about3-2-div:first-child{display: block;}

.about3-2-pic{
	width: 742px;
}

.about3-2-pic .imgbox_a{
	padding-bottom: 61.186%;
}


.fabout3 .flex-direction-nav{
	position: absolute;
	width: 118px;
	height: 59px;
	left: 624px;
	bottom: 0;
}

.fabout3 .flex-direction-nav a{
	width: 59px;
	height: 59px;
	-webkit-background-size: 100%;
	background-size: 100%;
	transition: background-image .3s;
	margin-top: 0;
	top: 0;
}
.fabout3 .slides>li{
	background-color: #f5f6fb;

}
.fabout3 .flex-direction-nav .flex-prev{
	left: 0;
	background-image: url(../images/left.jpg);
}
.fabout3 .flex-direction-nav .flex-prev:hover{background-image: url(../images/lefth.jpg);}
.fabout3 .flex-direction-nav .flex-next{
	right: 0;
	background-image: url(../images/right.jpg);
}
.fabout3 .flex-direction-nav .flex-next:hover{background-image: url(../images/righth.jpg);}


.about3-2-con-wp{
	overflow: hidden;
}

.about3-2-con-nian{
	height:227px;
	line-height: 227px;
	font-size: 157px;
	text-align: right;
	font-family: "din";
	color: #04a07b;
	background-color: #fff;
}

.about3-2-con{
	padding: 35px 50px 0;
}

.about3-2-con-top{
	font-size: 20px;
	color: #333;
	padding-left: 155px;
	position: relative;
	line-height: 24px;
}
.about3-2-con-top span{
	position: absolute;
	left: 0;
	top: 0;
	font-family: "din";
}
.about3-2-con-top a{
	transition: color .3s;
	font-family: "grb";
}
.about3-2-con-top a:hover{
	color: #04a07b;
}

.about3-2-con-p{
	margin-top: 25px;
	font-size: 14px;
	color: #777;
	line-height: 2;
	height: 6em;
	overflow: hidden;
}




.product1 .main2-dl{
	height: 858px;
	overflow-y: auto;
	overflow-x:hidden; 
}

.product1 .main2-dl::-webkit-scrollbar {
    width: 20px;
    background-color: #fff;
}
.product1 .main2-dl::-webkit-scrollbar-thumb {
    width: 3px;
    height: 25px;
    background-color: #1f3142;
    border-radius: 8px;
}
.product1 .main2-dl::-webkit-scrollbar-track {
    width: 3px;

}

.product1{
	padding: 50px 0;
}
.product1 .main2-box{
	margin-top: 0;
}


.product1-sel{

	z-index: 80;
}

.sel-title{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #000;
	font-family:"grb";
	margin-right: 35px;
}
.sel-select1{
	width: 725px;
}
.sel-select2{
	width: 300px;
}
.sel-select+.sel-select{
	margin-left: 15px;
}
.sel-select select:focus{
	outline: none;
}
.sel-select select{
	display: block;
	width: 100%;
	height: 50px;
	border:1px solid #7ee3c8;
	padding: 6px 12px;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	color: #777;
}

.sel-select{
	position: relative;
}


.sel-select::after{
	z-index: 25;
	content:"";
	position: absolute;
	width: 17px;
	height: 10px;
	margin-top: -5px;
	top: 50%;
	right: 15px;
	background-image: url(../images/jiao4.png);
	background-repeat: no-repeat;
	background-position: center;
}

.yanfa1{
	padding-bottom: 60px;
}

.yanfa1-div{
	margin-top: 35px;
}

.yanfa1-box{
	margin-top: 70px;
	position: relative;
}

.yanfa1-1{
	width: 765px;
	overflow: hidden;
	position: relative;
}

.yanfa1-1-pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.yanfa1-1-pic.cur{
	position: relative;
	opacity: 1;
	visibility: visible;
}
.yanfa1-1-pic .imgbox_a{
	padding-bottom: 68.63%;
}
.yanfa1-1-pic .imgbox_hover>img{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.yanfa1-2{
	overflow: hidden;
	padding: 0px 70px;
	position: relative;
}

.yanfa1-2-con{
	display: none;
}
.yanfa1-2-con.cur{
	display: block;
}
.yanfa1-2-con h1{
	margin:0;
	font-size: 26px;
	color: #333;
	font-family: "grb";
	text-transform: uppercase;
}
.yanfa1-2-con h1 a{
	font-family: "grb";
	transition: color .3s;

}
.yanfa1-2-con h1 a:hover{
	color: #0cae82;
}
.yanfa1-2-p{
	font-size: 14px;
	color: #777;
	line-height: 2.2;
	height: 8.8em;
	overflow: hidden;
	margin-top: 20px;
}
.yanfa1-2-p p{margin:0;}
.yanfa1-num{
	height:59px;
	line-height: 59px;
	font-family: "din";
	font-size: 20px;
	color: #777;
	font-weight: bold;
	margin-top: 10px;
}

.yanfa1-num span{
	color: #0cae82;
}

.yanfa1-3{
	position: absolute;
	left: 765px;
	right: 0;
	bottom: 0;
	background-color: #0cae82;
}

.yanfa1-3-pic{
	width: 394px;
}

.yanfa1-3-pic .imgbox_a{
	padding-bottom: 68.63%;
}

.yanfa1-3-con{
	overflow: hidden;
	padding: 58px 65px 0;
}

.yanfa1-3-con h1{
	margin:0;
	font-size: 20px;
	color: #fff;
	font-family: "grb";
	text-transform: uppercase;
}

.yanfa1-3-con-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin-top: 20px;
}
.yanfa1-3-con-p p{margin:0;}

.fyanfa1 .flex-direction-nav a{
	width: 59px;
	height: 59px;
	top: -70px;
	margin-top: 0;
	transition: background-image .3s;
}

.fyanfa1 .flex-direction-nav .flex-next{
	right: 0;
	background-image: url(../images/rightb.jpg);
}
.fyanfa1 .flex-direction-nav .flex-next:hover{
	background-image: url(../images/righth.jpg);

}

.fyanfa1 .flex-direction-nav .flex-prev{
	left: auto;
	right: 59px;
	background-image: url(../images/leftb.jpg);
}
.fyanfa1 .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/lefth.jpg);

}





.video-wp{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 1800;
	padding: 0 60px;
	transition:  .3s;
	text-align: center;
}
.video-wp.cur{
	opacity: 1;
	visibility: visible;
}
.video-box{
	position: relative;
	width: 100%;
}
.video-close{
	position: absolute;
	width: 36px;
	right: -18px;
	top: -18px;
	cursor: pointer;
}
.video-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	
}


.video-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}

.video-box video {
    max-height: calc(100vh - 4em);
    width: 100%!important;
    vertical-align: middle;
    max-width: 100%;
}

.video-box video:focus{
	outline: none;
}
.product .main2-con{
	position: relative;
	padding-right: 673px;
}
.product .main2-con-pic-wp{
	width: 673px;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 90px 52px;
}
.product .main2-con-neirong{
	padding-right: 30px;
}


.product1-list-wp{
	width: 442px;

}
.product1-list{
	background-color: #04a07b;
	padding: 75px 15px 0 70px;
	height: 345px;
}
.product1-list .main2-con-dl{
	margin-top: 0;
}
.product1-list .main2-con-dl dd{color: #fff;}


.product1 .main2-con-wp{
	padding-top: 149px;
	overflow: visible;
}

.product1 .main2-con-wp::before{
	top: 82px;
	bottom: 0;
}


.product1 .yanfa1-num{
	height: auto;
	line-height: 1.6;
	/*margin-top: 70px;*/
	position: absolute;
	left: 0;
	bottom: 50px;
}


.product1-list2-wp{
	margin-top: 15px;
	position: relative;
}

.product1-list2 .item{
	height: 120px;
	background-color: #04a07b;
	cursor: pointer;
	transition: background-color .3s;
	border:1px solid #33af92;
}
.product1-list2 .item .main2-table-cell{
	padding-left:50px;
	padding-right: 50px;
	font-size: 16px;
}
.product1-list2 .item.cur{
	background-color: #33af92;
}
/*.product .main2-con-pic-wp::before{display: none;}*/




.product-left{
	position: absolute;
	left: -63px;
	width: 48px;
	height: 48px;
	top: 50%;
	margin-top: -24px;
	background-image: url(../images/left2.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: center;
	cursor: pointer;
	transition: background-image .3s;
}
.product-left:hover{
	background-image: url(../images/left2h.png);

}
.product-right{
	position: absolute;
	right: -63px;
	width: 48px;
	height: 48px;
	top: 50%;
	margin-top: -24px;
	background-image: url(../images/right2.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: center;
	cursor: pointer;
	transition: background-image .3s;
}
.product-right:hover{
	background-image: url(../images/right2h.png);

}




#baguetteBox-overlay .full-image figcaption{
	padding: 10px 15px;
	font-size: 15px;
	white-space:normal;
	line-height: 1.6;
}


.yanfa1-gai{
	margin-top: 50px;
}

.yanfa1-gai-pic{
	width: 765px;
}

.yanfa1-gai-pic .imgbox_a{
	padding-bottom: 68.63%;
}

.yanfa1-gai{
	background-color: #0cae82;
	position: relative;
}
.yanfa1-gai::after{
	position: absolute;
	left: 765px;
	top: 0;
	right: 0;
	height: 134px;
	background-color: #fff;
	content:"";
}


.fyanfa1-gai .flex-direction-nav a:focus{
	outline: none;
}

.fyanfa1-gai .flex-direction-nav a{
	width: 59px;
	height: 59px;
	top: auto;
	margin: 0;
	bottom: 0;
	transition: background-image .3s;
}

.fyanfa1-gai .flex-direction-nav a.flex-next{
	background-image: url(../images/right15.jpg);
	right: 0;
}
.fyanfa1-gai .flex-direction-nav a.flex-next:hover{
	background-image: url(../images/righth.jpg);

}
.fyanfa1-gai .flex-direction-nav .flex-prev{
	background-image: url(../images/left15.jpg);
	left: auto;
	right: 59px;
}
.fyanfa1-gai .flex-direction-nav a.flex-prev:hover{
	background-image: url(../images/lefth.jpg);

}

.yanfa1-gai-con{
	overflow: hidden;
	padding: 200px 65px 0;
}

.yanfa1-gai-con h1{
	margin:0;
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px
}


.yanfa1-gai-con p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 2.4;
	margin-top: 40px;
	overflow: hidden;
	max-height: 9.6em;
}


.product-xx-box{
	border:1px solid #e6e6e6;
	padding: 60px;
	margin-top: 50px;
}

.product-xx-pic{
	width: 531px;
	margin-left: 50px;
}

.product-xx{
	background-color: #04a07b;
	padding: 80px;
}

.product-xx-con{
	overflow: hidden;
	padding-top: 15px;
}

.product-xx-con .product1-list{
	padding: 0;
	height: auto;
	margin-top: 120px;
}

.product .product-xx-con .main2-con-neirong{
	padding-right: 0;
	padding-top: 0;
}

.product-xx-con .main2-con-h1{
	color: #fff;
	height: auto;
	max-height: 2.6em;

}

.product-xx-con .main2-con-h2{
	color: #fff;
	
}

.product-xx-con .main2-con-h2::after{
	background-color: #fff;
}


/*2021-9-22*/

#forYou{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -136px;
	width: 122px;
	z-index: 9999;
	transition: .5s;
}
#forYou.cur{
	right: -122px;
}





#forYou-top{
	height: 140px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/for1-1.png);
	background-color: #04a07b;
	cursor: pointer;
}

#forDl dl{
	margin:0;
}
#forDl dd{
	margin-top: 3px;
}

#forDl dd>a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #000;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: 6px center;
  color: #333;    background-color: #ddd;
}

#forDl dd>a:hover {
	background-color: #e6e6e6;
	color: #04a07b;
	text-decoration: underline;
}

#forYou_show{
	position: absolute;
	right: 100%;
	height:60px;
	width: 28px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-image: url(../images/forico4.png);
	cursor: pointer;
	top: 50%;
	margin-top: -30px;
	background-color: #04a07b;
	z-index: 50;
	display: none;
}







/*修改新加*/






.fmain2-wz{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 25;
	font-size: 14px;
	color: #fff;
	line-height: 2;
	padding: 25px 40px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	transition: transform .3s;
}
.main2-con-pic .imgbox_a:hover .fmain2-wz{
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}


.main2-xj{
	margin-top: 35px;
}

.main2-xj-a a{
	display: block;
	padding: 0 30px 0 55px;
	background-repeat: no-repeat;
	background-position: 27px center;
	transition: background-color .3s;
	font-size: 16px;
	color: #fff;
	height: 42px;
	line-height: 42px;border-radius: 42px;
}
.main2-xj-a1 a{
	background-color: #0cae82;
	background-image: url(../images/main2-xj-a1.png);
}
.main2-xj-a2{
	margin-left: 15px;
}
.main2-xj-a2 a{
	background-color: #e4a100;
	background-image: url(../images/main2-xj-a2.png);
}
.main2-xj-a1 a:hover{
	background-color: #0ca1ae;
}
.main2-xj-a2 a:hover{
	background-color: #e45b00;
}

.main2-con-wp::before{
	bottom: 60px;
}
.product1 .main2-xj {
    margin-top: 25px;
	}

#tcc-wp{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
	display: none;
}

#tcc{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.55);
}

.tcc-div{
	position: absolute;
	width: 800px;
	top: 50%;
	left: 50%;
	background-color: #fff;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 30;
	padding: 25px 50px 35px;
}

.tcc-close{
	position: absolute;
	width: 28px;
	cursor: pointer;
	right:12px;
	top: 10px;
}

.tcc-close img{
	display: block;
	width: 100%;
}

.tcc-h1{
	font-size: 22px;
	color: #333;
	padding-left:35px;
	background-repeat: no-repeat;
	background-position: left 7px;
	background-image: url(../images/tcc-h1.png);
	line-height: 1.5;
}

.tcc-form{
	padding-top: 25px;
}
.tcc-li input:focus,
.tcc-li textarea:focus{
	outline: none;
}

.tcc-li input[type="text"]{
	display: block;
	border:1px solid #0cae82;
	width: 100%;
	font-size: 14px;
	color: #333;
	line-height: 1.425871;
	height: 50px;
	background-color: #f5f6fb;
	padding: 10px 15px;
}

.tcc-li+.tcc-li{
	margin-top: 20px;
}

.tcc-li textarea{
	display: block;
	border:1px solid #0cae82;
	width: 100%;
	font-size: 14px;
	color: #333;
	line-height: 1.425871;
	height: 130px;
	background-color: #f5f6fb;
	padding: 15px;
	resize: none;
}

.tcc-li input[type="button"]{
	display: block;
	border:0;
	width: 84px;
	font-size: 16px;
	color: #fff;
	line-height: 1.425871;
	height: 36px;
	background-color: #0cae82;
	cursor: pointer;
	font-weight: bold;
}

.product1-list{
	padding: 40px 15px 0 40px;
}

.chanp{
	padding: 40px 0 60px;
}

.chanp-div{
	border:1px solid #e5e5e5;
	padding: 30px;
	display: flex;
	align-items:stretch;
}

.chanp-left{
	flex-basis:370px;
	flex-shrink:0;
	margin-right: 40px;
	background-color: #f5f6fb;

}

.chanp-right{
	background-color: #f5f6fb;
	overflow: hidden;
	flex:1 1 auto;
}

.chanp-h1{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	padding: 22px 15px 22px 45px;
	background-color: #0cae82;
}

.chanp-left-div{
	padding: 35px 20px;
}

.chanp-left-dl dl{
	margin:0;
}

.chanp-left dd{
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left 5px;
	background-image: url(../images/jiao121.png);
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}
.chanp-left dd+dd{
	margin-top: 20px;
}

.chanp-left dd.cur{
	background-image: url(../images/jiao121h.png);
	color: #0cae82;
}

.chanp-left dd a:hover{
	color: #0cae82;
}

.chanp-left-form{
	padding: 50px 20px;
}

.chanp-left-form .tcc-h1{
	font-size: 16px;
	padding-left: 33px;
  background-image: url(../images/tcc-h1-2.png);
  background-position: left 5px;
}

.chanp-right1{
	padding: 70px;
}

.chanp-right1 .product-xx-pic{
	margin-left: 0;
	margin-right: 60px;
}
.product .chanp-right1 .main2-con-neirong {
    padding-right: 0px;
    padding-top: 20px;
}

.chanp-right1 .main2-con-neirong .main2-con-h2{
	margin-top: 0;
	color: #0cae82;
}
.chanp-right1 .main2-con-neirong .main2-con-h1{
	margin-top: 30px;
	color: #333;
}

.chanp-right2{
	border-top: 25px solid #fff;
	padding: 30px 70px 70px;
}

.chanp-right-title{
	border-bottom: 1px solid #0cae82;
	font-size: 26px;
	color: #0cae82;
	padding-bottom: 25px;
}

.chanp-right2-con{
	font-size: 14px;
	color: #333;
	line-height: 2.2;
	margin-top: 30px;
}