@charset "utf-8";
/* CSS Document */
/*banenr*/
.banner{
	width: 100%;
	min-width: 1200px;
	height: 650px;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
	margin-top: 150px;
}
.banner2{ 
	width: 200%; 
	height: 650px; 
	left: -50%; 
	top: 0; 
	position: absolute; 
}
.slideBox{ 
	width:1920px; 
	height:650px; 
	overflow:hidden; 
	position:relative; 
	margin: 0 auto;
}
.slideBox .hd{
	width: 100%;
	height: 20px; 
	overflow:hidden; 
	position:absolute; 
	left:0; 
	bottom:23px; 
	z-index:1; 
}
.slideBox .hd ul{
	width: 1200px;
	overflow:hidden; 
	margin: 0 auto;
	zoom:1; 
	text-align: center;
}
.slideBox .hd ul li{ 
	display: inline-block;
	width: 48px;
	height: 8px;
	overflow: hidden;
	margin: 0 5px;
	background-color: #ffffff;
}
.slideBox .hd ul li.on{ background-color: #ff6600; }
.slideBox .bd{ 
	position:relative; 
	height:100%; 
	z-index:0;   
}
.slideBox .bd li{ 
	zoom:1; 
	vertical-align:middle;
	width:1920px; 
	height:650px; 
}
.slideBox .bd img{ 
	display:block;
	width:1920px; 
	height:650px;\
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
}
.slideBox .bd img:hover{ 
	cursor:pointer;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all .6s; 
	-moz-transition: all .6s; 
	transition: all .6s;  
}
.tit{
	width: 100%;
	height: 120px;
	background: url(../images/tit_bg.png) center no-repeat;
	margin-bottom: 30px;
	overflow: hidden;
	margin-top: 30px;
	position: relative;
}
.tit p{
	width: 300px;
	height: 55px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	color: #5fb7a9;
	line-height: 60px;
	margin-top: 7px;
}
.tit span{
	display: block;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	color: #aaaaaa;
	height: 32px;
}
.tit:after{
	display: block;
	content: "";
	width: 30px;
	height: 2px;
	overflow: hidden;
	background-color: #ed6d1d;
	margin: 0 auto;
}
.slideNews{
	width: 482px;
	height: 280px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-right: 33px;
	margin-bottom: 40px;
}
.slideNews .hd{
    position: absolute;
    z-index: 1;
    width: 482px; 
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    height: 14px;
    text-align: center;
}
.slideNews .hd ul{
    overflow: hidden;
    zoom: 1;
}
.slideNews .hd ul li{
	display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer; 
    font-size: 0;
    text-indent: 200px;
    background: #439485;
}
.slideNews .hd ul li.on{
    background: #ff6600;
}
.slideNews .bd{
    position: relative;
    z-index: 0;  
    width: 480px; 
    height: 240px;
    overflow: hidden;
    border: 1px #439485 solid;
}
.slideNews .bd li{
	width: 480px; 
    height: 240px;
	overflow: hidden;
    zoom: 1;
    vertical-align: middle;
}
.slideNews .bd .pho{
    width: 480px; 
    height: 240px;
    overflow: hidden;
    margin-bottom: 5px;
}
.slideNews .bd img{
    display: block;  
    width: 480px; 
    height: 240px;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
}
.slideNews .bd img:hover{
    cursor:pointer;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all .6s; 
	-moz-transition: all .6s; 
	transition: all .6s; 
}
.intr{
	width: 405px;
	height: 240px;
	overflow: hidden;
	float: left;
	padding-right: 35px;
	border-right: 1px #e2e2e2 solid;
	font-size: 14px;
	line-height: 24px;
	margin-right: 34px;
}
.intr p{
	color: #ff6600;
	padding-bottom: 3px;
}
.intr span{
	display: block;
	color: #000000;
	text-indent: 2em;
	text-align: justify;
	margin-bottom: 16px;
}
.intr span:hover{
	display: block;
	color: #ccc;
}
.ryzz{
	width: 210px;
	height: 240px;
	overflow: hidden;
	float: left;
	position: relative;
}
.ryzz p{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	font-weight: bold;
}
.picScroll-top .next,.picScroll-top .prev{
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	top: 0px;
	z-index: 99;
	cursor: pointer;
}
.picScroll-top .prev{ right: 0px; }
.picScroll-top .next{ right: 32px; }
.picScroll-top .bd{ 
	width: 210px;
	height: auto;
	overflow: hidden;
	padding-top: 10px;
}
.picScroll-top .bd ul{ overflow:hidden; zoom:1; }
.picScroll-top .bd ul li{ 
	text-align:center;
	width: 210px;
	height:183px;
	overflow: hidden;
	zoom:1; 
}
/*产品*/
.pro{
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	overflow: hidden;
	min-width: 1200px;
	background: url(../images/pro_bg.jpg) repeat;
}
ul.tot{
	width:1220px;
	height: auto;
	overflow:hidden; 
}
ul.tot li{
	width: 222px;
	height: 42px;
	overflow: hidden;
	line-height: 42px;
	border: 1px #63b9a9 solid;
	margin-bottom: 23px;
	margin-right: 20px;
	text-align: center;
	float: left;
}
ul.tot li a{
	display: block;
	font-size: 17px;
	background-color: #ffffff;
}
ul.tot li a:hover{
	background-color: #63b9a9;
	color:#fff;
}
.picScroll-left{ 
	width:1200px;
	height: auto;
	/*overflow:hidden; */
	/*position:relative;  */
    margin: 0 auto;
    padding-bottom: 70px;
}
.picScroll-left .bd{
	height: 360px;
	overflow: hidden;
}
.picScroll-left .bd ul{
	width: 1212px;
	height: auto;
	overflow:hidden; 
	zoom:1; 
}
.picScroll-left .bd ul li{
	width: 224px;
	height: 360px;
	float:left;
	_display:inline; 
	overflow:hidden; 
	text-align:center;
	margin-right: 20px; 
}
.picScroll-left .bd li .bot{
	padding: 5px;
	height: 280px;
	overflow: hidden;
	background-color: #e6e6e6;
}
.picScroll-left .bd li p,.picScroll-left .bd li p img{
	width: 214px;
	height: 214px;
	overflow:hidden; 
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
}
.picScroll-left .bd li p,.picScroll-left .bd li p img:hover{
	cursor:pointer;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all .6s; 
	-moz-transition: all .6s; 
	transition: all .6s; 
}
.picScroll-left .bd li span{
	display: block;
	height: 35px;
	line-height: 35px;
	overflow:hidden; 
	font-size: 15px;
}
.picScroll-left .bd li .bot>a{
	display: block;
	width: 90px;
	height: 24px;
	line-height: 24px;
	overflow:hidden; 
	font-size: 14px;
	margin: 0 auto;
	border-radius: 12px;
	background-color: #63b9a9;
	color: #ffffff;
}
.picScroll-left .bd li .bot>a:hover{
	display: block;
	width: 100px;
	font-size: 16px;
	margin: 0 auto;
	border-radius: 12px;
	background-color: #63b9a9;
	color: #000;
}
.picScroll-left .hd{
	width: 1200px;
    overflow: hidden;
    height: auto;
}
.picScroll-left .hd .prev,.picScroll-left .hd .next{
    display: block;
    position: absolute;
    overflow: hidden;
    width: 54px;
    height: 52px;
    margin-top: 75px;
    cursor: pointer;
}
.picScroll-left .hd .next{
	margin-left: -84px;
}
.picScroll-left .hd .prev{
	margin-left: 1230px;
}
.picScroll-left .hd ul{
	width: 1200px;
	height: 15px;
    overflow: hidden;
    zoom: 1;
    zoom: 1; 
    margin-top: 360px;
    position: absolute;
    z-index: 99;
    text-align: center;
}
.picScroll-left .hd ul li{
	display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
    background-color: #439485;
}
.picScroll-left .hd ul li.on{
	background-color: #ff6600;
}
a.more{
	display: block;
	width: 260px;
	height: 50px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	color: #ffffff;
	border: 1px #dedede solid;
	background-color: #439485;
}
a.more:hover{
	width: 260px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	color: #000;
	background-color: #fff;
}
a.more2{
	display: block;
	width: 260px;
	height: 50px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:80px;
	border-color:#ff0000;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	color: #999999;
	border: 1px #dedede solid;
	background-color: #fff;
}
a.more2:hover{
	border: 1px #5fb7a9 solid;
	background-color: #fff;
	margin-bottom:80px;
	color: #5fb7a9;
	font-size: 24px;
}
/*新闻资讯*/
.news_left{
	width: 580px;
	height: 380px;
	overflow: hidden;
	position: relative;
	float: left;
	border: 1px #439485 solid;
	margin-bottom: 60px;
}
.news_left .hd{
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 10px;
    overflow: hidden;
    height: 14px;
    text-align: center;
}
.news_left .hd ul{
    overflow: hidden;
    zoom: 1;
}
.news_left .hd ul li{
	display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    cursor: pointer; 
    font-size: 0;
    text-indent: 200px;
    background: #ffffff;
}
.news_left .hd ul li.on{
    background: #439485;
}
.news_left .bd{
    position: relative;
    z-index: 0;  
    width: 580px;
	height: 380px;
    overflow: hidden;
}
.news_left .bd li{
	width: 580px;
	height: 380px;
	overflow: hidden;
    zoom: 1;
    vertical-align: middle;
}
.news_left .bd .pho{
    width: 580px;
	height: 380px;
    overflow: hidden;
    margin-bottom: 5px;
}
.news_left .bd img{
    display: block;  
    width: 580px;
	height: 380px;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear;
}
.news_left .bd img:hover{
    cursor:pointer;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all .6s; 
	-moz-transition: all .6s; 
	transition: all .6s; 
}
.news_ul{
	width: 580px;
	height: auto;
	overflow: hidden;
	margin-bottom: 60px;
}
.news_ul li{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.news_ul li p{
	width: 108px;
	height: 88px;
	overflow: hidden;
	float: left;
	text-align: center;
	line-height: 88px;
	vertical-align: middle;
	font-size: 58px;
	color: #5fb7a9;
	border-right: 1px #5fb7a9 solid;
	margin-right: 20px;
}
.news_ul li i{
	display: inline-block;
	position: absolute;
	right: 0;
	font-size: 14px;
	line-height: 30px;
}
.news_ul li h2{
	width: 340px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: right;
	vertical-align: middle;
	position: relative;
	padding-right: 90px;
}
.news_ul li h2 a{
	font-size: 16px;
	color: #5fb7a9;
}
.news_ul li h2 a:hover{
	font-size: 16px;
	color: #000;
}
.news_ul li span{
	width: 430px;
	height: auto;
	overflow: hidden;
	float: right;
	line-height: 26px;
	vertical-align: middle;
	font-size: 14px;
	color: #6f6f6f;
	text-align: justify;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/**/


/*item*/
.bar{
	width: 100%;
	min-width: 1200px;
	height: 290px;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
	margin-top: 150px;
}
.bar2{ 
	width: 200%; 
	height: 290px; 
	left: -50%; 
	top: 0; 
	position: absolute; 
}
.bar3{ 
	width:1920px; 
	height:290px; 
	overflow:hidden; 
	position:relative; 
	margin: 0 auto;
}
.bar3 img{ 
	display: block;
	width:1920px; 
	height:290px;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
}
.bar3 img:hover{ 
	cursor:pointer;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all .6s; 
	-moz-transition: all .6s; 
	transition: all .6s; 
}
.tit_item{
	width: 100%;
	height: 80px;
	/*overflow: hidden;*/
	border-bottom: 1px #e5e5e5 solid;
}
.tit_item ul{
	text-align: center;
	font-size: 18px;
	color: #03ac9c;
    line-height: 80px;
}
.tit_item ul li{
	display: inline-block;
	height: 79px;
	margin: 0 10x;
	vertical-align: middle;
	font-size: 18px;
	color: #03ac9c;
}
.tit_item ul li a{
	display: inline-block;
	font-size: 16px;
	height: 77px;
	color: #03ac9c;
	padding: 0 20px;
	font-weight: bold;
}
.tit_item ul li a.this,.tit_item ul li a:hover{
	color: #03ac9c;
	background: url(../images/nav_abg.png) center bottom no-repeat;
}
.cont_bg{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 40px 0;
}
.cont_wrap{
	background-color: #ffffff;
}
.cont_wrap ul{
	padding: 35px 0 25px 30px;
}
.cont_wrap ul li{
	width: 360px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-bottom: 50px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.cont_wrap li a{
	display: block;
	width: 360px;
	height: auto;
	overflow: hidden;
}
.cont_wrap li p{
	width: 360px;
	height: 300px;
	overflow: hidden;
}
.cont_wrap li p img{
	display: block;
	width: 360px;
	height: 300px;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
}
.cont_wrap li p img:hover{
	cursor:pointer;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all .6s; 
	-moz-transition: all .6s; 
	transition: all .6s; 
}
.cont_wrap li span{
	display: block;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
}
/*zs*/
.cont_wrap2{
	background-color: #ffffff;
}
.cont_wrap2 ul{
	padding: 35px 0 25px 30px;
}
.cont_wrap2 ul li{
	width: 360px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-bottom: 50px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.cont_wrap2 li a{
	display: block;
	width: 360px;
	height: auto;
	overflow: hidden;
}
.cont_wrap2 li p{
	width: 360px;
	height: 491px;
	overflow: hidden;
}
.cont_wrap2 li p img{
	display: block;
	width: 360px;
	height: 491px;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
}
.cont_wrap2 li p img:hover{
	cursor:pointer;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all .6s; 
	-moz-transition: all .6s; 
	transition: all .6s; 
}
.cont_wrap2 li span{
	display: block;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
}
/*zs*/
/*shebei*/

.cont_wrap3{
	background-color: #ffffff;
}
.cont_wrap3 ul{
	padding: 35px 0 25px 30px;
}
.cont_wrap3 ul li{
	width: 360px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-bottom: 50px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.cont_wrap3 li a{
	display: block;
	width: 360px;
	height: auto;
	overflow: hidden;
}
.cont_wrap3 li p{
	width: 360px;
	height: 270px;
	overflow: hidden;
}
.cont_wrap3 li p img{
	display: block;
	width: 360px;
	height: 270px;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
}
.cont_wrap3 li p img:hover{
	cursor:pointer;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all .6s; 
	-moz-transition: all .6s; 
	transition: all .6s; 
}
.cont_wrap3 li span{
	display: block;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
}

/*shebei*/


/*分页*/
.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}
.page a{
	display: inline-block;
	padding: 5px 10px;
	border: 1px #03ac9c solid;
	margin: 0 2px;
	font-size: 14px;
	color: #03ac9c;
}
.page a.this,.page a:hover{
	color: #ffffff;
	background-color: #03ac9c;
}
/*内页*/
.about{
	height: auto;
	overflow: hidden;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
}
.about div img{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
}
.about div img:hover{
	cursor:pointer;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all .6s; 
	-moz-transition: all .6s; 
	transition: all .6s; 
}
.about p{
	line-height: 40px;
	font-size: 24px;
	color: #5fb7a9;
    position: relative;
    padding: 20px 0;
}
.about p:after{
	display: block;
	width: 30px;
	height: 2px;
	overflow: hidden;
	content: "";
	background-color: #5fb7a9;
}
.about span{
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #2a2a2a;
}
/**/
.newsti{
	width:800px;
	border-bottom: 1px #cccccc solid;
	line-height: 50px;
	text-align:center;
	font-size: 24px;
	color: #5fb7a9;
    position: relative;
    margin:0 auto;
	margin-bottom:10px;
}
.newsdata{
	width:400px;
	line-height: 20px;
	text-align:center;
	font-size: 14px;
	color: #ccc;
    position: relative;
    margin:0 auto;
	margin-bottom:20px;
}
.about2{
	overflow: hidden;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #2a2a2a;
}


/**/
/*news*/
.news_list{
	height: auto;
	overflow: hidden;
}
.news_list li{
	height: auto;
	overflow: hidden;
	margin-bottom: 25px;
	border-bottom: 1px #cccccc solid;
	padding-bottom: 25px;
}
.news_list img{
	display: block;
	width: 215px;
	height: 140px;
	float: left;
	margin-right: 20px;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
}
.news_list img:hover{
	cursor:pointer;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all .6s; 
	-moz-transition: all .6s; 
	transition: all .6s; 
}
.news_list h2{
	height: 36px;
	overflow: hidden;
	line-height: 30px;
}
.news_list h2 a{
	font-size: 16px;
	color: #63b9a9;
	font-weight: bold;
}
.news_list h2 a:hover{
	font-size: 16px;
	color: #666;
}
.news_list span{
	line-height: 30px;
	font-size: 14px;
	color: #999999;
}
.news_list p{
	margin-top:10px;
	display: block;
	width: 79px;
	height: 28px;
	overflow: hidden;
	font-size: 13px;
	color: #ffffff;
	line-height: 28px;
	text-align: center;
	background-color: #5fb7a9;
	border-radius: 2px;
}
.news_list p a:hover{
	font-size: 15px;
}

/**/