body {
  width: 100%;
  overflow: scroll;
}
#header{
	width: 100%;
	height: 152px;
	background: url(../images/header.png) 0 0 repeat-x;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 555;
}
#header .top{
	height: 42px;
	width:100%;
	line-height: 41px;
	font-size: 14px;
	color: #777777;
}
#header .top a{
	font-size: 14px;
	color: #777777;
}
#header .top a.a1{
	height: 100%;
	display: block;
	width: 27px;
	/*height: 17px;*/
	float: right;
	margin-right: 6px;
	background: url(../images/a1.jpg) center no-repeat;
}
#header .top a.a2{
	height: 100%;
	display: block;
	width: 27px;
	/*height: 17px;*/
	float: right;
	margin-right: 6px;
	background: url(../images/a2.jpg) center no-repeat;
}
#header .top a.a3{
	height: 100%;
	display: block;
	width: 27px;
	/*height: 17px;*/
	float: right;
	margin-right: 6px;
	background: url(../images/a3.jpg) center no-repeat;
}
#header .top li a{
	color: #777777;
}
#header .top li{
	float: right;
	padding:0 9px 0 20px;
}
#header .top li.t1{
	background: url(../images/t1.jpg) 0 center no-repeat;
}
#header .top li.t2{
	background: url(../images/t2.jpg) 0 center no-repeat;
}
#header .box{
	position: relative;
	width: 1180px;
	margin: 0 auto;
	height: 100%;
	z-index: 55;
}
#header  .logo{
	width: 235px;
	height: 110px;
	background: url(../images/logo.png) 0 center no-repeat;
}

#header ul.nav{
	padding-left: 55px;
}
.search{
	position: absolute;
    top: 0;
    right: 20px;
	display: none;
	margin-top: 6px;
	margin-top: 33px;
	width: 150px;
	height: 22px;
	float: right;
	overflow: hidden;
	border:1px solid #999;
	z-index: 8;
	background: #fff;
	border-radius: 11px 11px 11px 11px;
}
.search .txt{
	/*margin-right: 15px;*/
	float:left;
	padding-left: 10px;
	color: #999;
	border-style: none;
	border-width: 0px;
	height: 22px;
	line-height: 22px;
	width: 113px;
	font-size: 12px;
    background: none;
}
.search .btn{
	float: right;
    width: 24px;
	height: 34px;
	border-style: none;
	border-width: 0px;
	background: url(../images/btn.png) 0px 2px no-repeat;
	cursor: pointer;
}
.nav{
	z-index: 55;
	height: 110px;

}
.nav>li{
	z-index: 55;
    float: left;
    height: 100%;
    padding: 0 0px;

}
.nav>li.mr{
	margin-right: 30px;
}
.nav>li>a{
	font-size: 18px;
	padding:0 15px;
	display: block;
	height: 40px;
	line-height: 40px;
	margin-top: 36px;
	color: #454545;
	text-align: center;
    border-radius: 3px;
}
.nav>li>a.s{
	background: #008a6b;
	color: #fff;
}
.nav>li:hover>a{
	background: #008a6b;
	color: #fff;
	/*-webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	   -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
    transition: all 0.3s;*/
}
.nav .bg{
    background: url(../images/nav.jpg) 95% center no-repeat;
}
.nav>li>div{

	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 180px;
	padding-top: 30px;
	background: #ffffff;
	z-index: 50;
}
.nav>li>div ul{
    width: 100%;
    overflow: hidden;
}
.nav>li>div ul li{
	width: 180px;
	height: 100%;
	float: left;
	padding: 0 27px;
}
.nav>li>div ul li .pic{
	display: block;
	height: 120px;
	width: 100%;
}
.nav>li>div ul li .tit{
	height: 35px;
	line-height: 45px;
	color: #666666;
	font-size: 16px;
	width: 100%;
	display: block;	text-align: center;

}
.nav>li>div ul li:hover{
	opacity: 0.8;filter:alpha(opacity=80);
	-webkit-transition: all 1s;
	  -moz-transition: all 1s;
	   -ms-transition: all 1s;
	    -o-transition: all 1s;
    transition: all 1s;
}
.nav>li>div ul li.mr{
	border-right: 1px solid #f2f2f2;
}
.nav>li>div ul li .tit:hover{
	color: #008a6b;
}
.nav>li:hover>div{
	display: block;

    top: 152px;

    -webkit-transition: all 1s;
	  -moz-transition: all 1s;
	   -ms-transition: all 1s;
	    -o-transition: all 1s;
    transition: all 1s;
}
.banner{
	position: relative;
	text-align: center;
	width: 100%;
	padding-top: 42px;
	height: 680px;
}
/*.banner .pn{
	width: 1380px;
	margin: 0 auto;
	position: relative;
	z-index: 6;
}
.banner .prev{
	position: absolute;
	width: 37px;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(../images/pn.png) 0px center repeat-x;
	cursor:pointer;
}
.banner .prev:hover{
	background: url(../images/pn1.png) 0px center repeat-x;
}*/
/*.banner .next{
	position: absolute;
	width: 37px;
	height: 100%;
	top: 0px;
	right: 0px;
	background: url(../images/pn1.png) 37px center repeat-x;
	cursor:pointer;
}
.banner .next:hover{
	background: url(../images/pn.png) 37px center repeat-x;
}*/
.banner .pic {
	position: relative;
	width: 100%;
	height: 100%;
}
.banner .pic li{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;top:0;
	z-index: 1;
	background-repeat: no-repeat;
	/*opacity: 0;
	filter: alpha(opacity=0);*/
}
#Banner .btn {
	position: absolute;
	width: 100%;
	height: 12px;
	bottom: 30px;
	left: 0;
	z-index: 5;
}
#Banner .btn li{
	width: 14px;
	height: 14px;
	line-height: 9px;
	color: #fff;
	display: inline-block;
	background: url(../images/btn1.png) center no-repeat;
	overflow: hidden;
	margin-right: 7px;
	overflow: hidden;
	border-radius: 50%;
}
#Banner .btn li{
	*display: inline;
}
#Banner .btn li.selected{
	background: url(../images/btn2.png) center no-repeat;
}
.ban{
	height: 680px;
}
.ban li{
	width: 100%;
	height: 100%;
}
.index-title{
	position: relative;
	height: 160px;
	line-height: 160px;
	color: #454545;
	font-size: 28px;
	text-align: center;
	background: url(../images/index.jpg) 50% 114px no-repeat;
	text-transform: uppercase;
}
/*.index-title .box{
    position: absolute;
    top: 0;
    left: 46%;
    padding-top: 32px;
    margin-left: -55px;
    height: 89px;
    border-bottom: 2px solid #3d3d3d;
    margin-left: 8px;

}*/
#content{
	min-height: 500px;
	/*overflow: hidden;*/
}

.row2{

	width: 100%;
	/*height: 705px;*/
	overflow: hidden;
	background: url(../images/rw.jpg) center 100% no-repeat;
}

.row2 .photolist{
	position: relative;
	left: 0;
	/*height: 100%;*/
	top: 0;
	overflow: hidden;
	width: 1180px;
	margin: 0 auto;
}
.row2 ul li{
	float: left;
	width: 360px;
	height: 360px;
	margin-bottom: 48px;
	position: relative;
}
.row2 ul li .black{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 360px;
	height: 50px;
	z-index: 2;
	font-size: 18px;
	text-align: center;
	line-height:50px;
	color: #fff;
	background: url(../images/l.png) 0 0 ;
}
.row2 ul li:hover .black {
	background: url(../images/l.png) 0 50px;
}
.row2 ul li:hover a{
  display: block;
   color: #fff;
   -webkit-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	   -ms-transition: all 0.5s;
	    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.row2 ul li.mr{
	margin-right: 50px;
}
.row2 ul li.pt{
	padding-bottom: 25px;
}
.row2  ul li:hover{
	/*opacity: 0.8;filter:alpha(opacity=80);
	 -webkit-transition: opacity 0.3s;
	  -moz-transition: opacity 0.3s;
	   -ms-transition: opacity 0.3s;
	    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;*/
}
.row2 .img{
	display: block;
	width: 100%;
	height: 100%;

}


.row2 .bigbox .list{
    height: 402px;
	width: 1180px;
	overflow: hidden;
}
.row3{
	height:580px;
	background: #f8f8f8;
}
.row3 ul{
	width: 1180px;
	margin: 0 auto;
	height:415px;
}
.row3 ul li {
	float: left;
	width: 360px;
	height: 190px;
}
.row3 ul li.mr{
	margin-right: 50px;
}
.row3 ul li .left{
	float: left;
	display: block;
	height: 100%;
	width: 90px;
	background: url(../images/ic.png) 0 0 no-repeat;

}
.row3 ul li .right{
	float: right;
	width: 269px;
	height: 100%;
}
.row3 ul li .right a.tit{
	color: #444444;
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
}
.row3 ul li .right .text{
	height: 80px;
	width: 100%;
	line-height: 20px;
	color: #888888;
	overflow: hidden;
}
.row3 ul li i{
	height: 64px;
	width: 64px;
	display: block;
}
.row3 ul li.l1 i{
   background: url(../images/ic1.png) center no-repeat;
}
.row3 ul li.l2 i{
   background: url(../images/ic2.png) center no-repeat;
}
.row3 ul li.l3 i{
   background: url(../images/ic3.png) center no-repeat;
}
.row3 ul li.l4 i{
   background: url(../images/ic4.png) center no-repeat;
}
.row3 ul li.l5 i{
   background: url(../images/ic5.png) center no-repeat;
}
.row3 ul li.l6 i{
   background: url(../images/ic6.png) center no-repeat;
}
.row3 ul li .right a.tit:hover{
	color: #008a6b;
	-webkit-transition: all 0.8s;
	  -moz-transition: all 0.8s;
	   -ms-transition: all 0.8s;
	    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.row3 ul li:hover i{
	 -webkit-transform:rotate3d(0,1,0,360deg);
    transform:rotate3d(0,1,0,360deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 0.8s;
	  -moz-transition: all 0.8s;
	   -ms-transition: all 0.8s;
	    -o-transition: all 0.8s;
    transition: all 0.8s;
}
#bottom{
	height: 340px;
	background: url(../images/bot.jpg) 0 0 repeat-x;
}
#bottom .box{
	height: 100%;
	width: 1180px;
	margin: 0 auto;
}
#bottom .box .top{
	position: relative;
	height: 224px;
	padding-top: 57px;
}
#bottom .box .top .wx{
	position: absolute;
	right: 2px;
	top: 57px;
	width: 156px;
	height: 156px;
	background: url(../images/wx.jpg) center no-repeat;
	background-size: 100%;
}
#bottom .box .ulbox{
	overflow: hidden;
	float: left;
	height: 100%;
	margin-right: 130px;
}
#bottom .box .ulbox li.tit{
	font-size: 17px;
	color: #ffffff;
	height: 42px;
	line-height: 40px;
	margin-bottom: 8px;
	text-transform: uppercase;
	background: url(../images/index.jpg) 0 100% no-repeat;
}
#bottom .box .ulbox .logo{
	display: block;
	width: 175px;
	height: 76px;
	background: url(../images/logo1.png) 0 10px no-repeat;
}
#bottom .box .ulbox .abox{
	height: 35px;
	width: 175px;
}
#bottom .ulbox .abox a{
	width: 35px;
	float: left;
	height: 35px;
}
#bottom .ulbox .abox a.mr{
	margin-right: 10px;
}
#bottom .ulbox .abox a.a1{
	background: url(../images/ba1.png) center no-repeat;
}
#bottom .ulbox .abox a.a2{
	background: url(../images/ba2.png) center no-repeat;
}
#bottom .ulbox .abox a.a3{
	background: url(../images/ba3.png) center no-repeat;
}
#bottom .ulbox .abox a.a4{
	background: url(../images/ba4.png) center no-repeat;
}
#bottom .ulbox a:hover{
	color: #fff;
	opacity:0.7;filter:alpha(opacity=70);
	-webkit-transition: all 0.8s;
	  -moz-transition: all 0.8s;
	   -ms-transition: all 0.8s;
	    -o-transition: all 0.8s;
    transition: all 0.8s;
}
#bottom .ulbox li{
	height: 30px;
	line-height: 30px;
	color: #efefef;
	font-size: 14px;
}
#bottom .footer ul{
	float: left;
}
#bottom .footer{
	height: 59px;
	line-height: 59px;
}
#bottom .footer li{
	float: left;
	height: 12px;
	line-height: 12px;
	margin-top: 23px;
	padding-right: 10px;
	margin-right: 10px;

}
#bottom .footer li.mr{
	border-right: 1px solid #696969;
}
#bottom .footer a:hover{
	opacity:0.7;filter:alpha(opacity=70);
	-webkit-transition: all 0.8s;
	  -moz-transition: all 0.8s;
	   -ms-transition: all 0.8s;
	    -o-transition: all 0.8s;
    transition: all 0.8s;
}
#bottom .footer a{
	color: #999;
}
#bottom .footer .copy{
	float: right;
	color: #999;
}
#pageCont{
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 500px;
}
.pageleft{
	width: 270px;
	float: left;
	overflow: hidden;

}
.pageleft .parent{
	height: 50px;padding-top: 30px;
	border-bottom: 2px solid #008a6b;
	line-height: 50px;
	color: #444444;
	font-size: 24px;
}
.pageleft .pagenav{
	width: 100%;
	padding-top: 5px;
	overflow: hidden;
}
.pageleft .pagenav>li{
	min-height: 49px;
	line-height: 49px;
	font-size: 16px;
	border-bottom: 1px solid #f0f0f0;
	color:#454546;
}
.pageleft .pagenav>li>a{
	color: #454546;
	height: 100%;
	width: 100%;
	position: relative;
	display: block;
}
.pageleft .pagenav>li>a i{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 14px;
	float: right;
	margin-right: 6px;
	background: url(../images/pnav.jpg) 0 50px;
}
.pageleft .pagenav>li.s>a{
  color: #008a6b;
}
.pageleft .pagenav>li div a.c{
	color: #008a6b;
}
.pageleft .pagenav>li.s i{
	background: url(../images/pnav.jpg) 0 0;
	-webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	   -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pageleft .pagenav>li:hover i{
	background: url(../images/pnav.jpg) 0 0;
	-webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	   -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pageleft .pagenav>li:hover>a{
	color: #008a6b;
}
.pageleft .pagenav>li div.din{
	display: none;
}
.pageleft .pagenav>li div.dib{
    display: block;
}
.pageleft .pagenav>li div{
	padding-bottom: 15px;
	/*border-bottom: 1px solid #f0f0f0;*/
	width: 100%;
	overflow: hidden;
}
.pageleft .pagenav>li div a{
	width: 100%;
	height: 30px;
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #555555;
	text-indent: 25px;
    background: url(../images/pnvd.jpg) 0 center no-repeat;
}
.pageleft .pagenav>li div a:hover{
	color: #008a6b;
}
.pageleft .pagenav>li div a.s{
	color: #008a6b;
}
.pageright{
	width: 876px;
	float: right;
	overflow: hidden;
}
.pageright .product{
	width: 100%;
	overflow: hidden;
	padding-top: 80px;
	padding-left: 5px;
	padding-bottom: 140px;
}
.pageright .product li.mr{
	margin-right: 30px;
}
.pageright .product li{
	position: relative;
	height: 370px;
	width: 270px;
	float: left;
	margin-bottom: 33px;
}
.pageright .product li:hover{
  		box-shadow:1px 1px 5px #000;
		-moz-box-shadow:1px 1px 5px #000;
		-webkit-box-shadow:1px 1px 5px #000;
  		-webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	   -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pageright .product .pic{
	width: 100%;
	height: 100%;
    display: block;
}
.pageright .product li .blk{
	position: absolute;
	top: 310px;
	line-height: 0;
	z-index: 2;
	height: 40px;
	width: 100%;
	background: url(../images/blk.png) 0 0;
}
.pageright .product li:hover .blk{
	opacity:0.8;filter:alpha(opacity=80);
	-webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	   -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pageright .product .blk .tit{
	padding-left: 31px;
	height: 25px;
	line-height:25px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	padding-top: 2px;
}
.pageright .product .blk .text{
	height: 20px;
	line-height: 10px;
	color: #fff;

}
.pageright .product1{
	width: 100%;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 30px;
}
.pageright .product1 li.mr{
	margin-right: 30px;
}
.pageright .product1 li{
	position: relative;
	height: 335px;
	width: 270px;
	float: left;
}
.pageright .product1 .pic{
	width: 100%;
	height: 270px;
    display: block;
}
.pageright .product1  .palogo{
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	height: 270px;
	z-index: 2;
	background: url(../images/palogo.png) 0 0 no-repeat;
}
.pageright .product1 .tit{
	font-size: 16px;
	color: #666666;
	text-align: center;
	display: block;
	height: 65px;
	line-height: 65px;
}
.pageright .product1 .tit:hover{
	color: #008a6b;
}
.pageright .product1 li:hover .pic{
	opacity:0.8;filter:alpha(opacity=80);
	-webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	   -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pagerow1{
	width: 1180px;
	margin: 0 auto;
	padding-top: 25px;
	height: 535px;
}
.pagerow1 .fl{
	width: 680px;
	height: 100%;
}
.pagerow1 .fr{
	width: 500px;
	height: 100%;
}
.patit{
	width: 1169px;
	margin: 0 auto;
	padding-left: 11px;
	height: 65px;
	line-height: 65px;
	color: #444444;
	font-size: 20px;
	background: url(../images/patit.png) 0 center no-repeat;
}
.pagerow2{
	width: 1180px;
	margin: 0 auto;
	height: 505px;
	color:#555555;
	font-size: 14px;
	line-height: 22px;
}
.pagerow2 .fl{
	width: 590px;
	height: 100%;
	padding-right: 25px;
}
.pagerow2 .fr{
	width: 565px;
	height: 100%;
}
.pagerow3{
	height: 305px;
	background:#f8f8f8;
	padding: 70px 0;
	color:#555555;
	font-size: 14px;
	line-height: 22px;
}
.pagerow3  .box{
	width: 1180px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}
.pagerow3 .fl{
	width: 580px;
	height: 100%;
}
.pagerow3 .fr{
    width: 555px;
    height: 100%;
}
.pagerow3 span{
	color: #008a6b;
}
.newleft {
	float: left;
	padding-top: 20px;
	width:800px;
	overflow: hidden;
	padding-bottom: 40px;
}
.newleft ul{
   width: 100%;
   overflow: hidden;
}
.newleft li{
overflow: hidden;
	width: 100%;
	margin-top: 40px;
}
.newleft li .pic{
	display: block;
	height: 300px;
	width: 100%;
}
.newleft li .text{
	color: #888888;
	font-size: 14px;
	line-height: 22px;
	padding-top: 15px;
	overflow: hidden;
}
.newleft li .title{
	width: 100%;
	/*min-height: 108px;*/
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}
.newleft li .title a.tit{
	color: #454545;
    font-size: 28px;
    min-height: 40px;
    display: block;
    line-height: 35px;
    padding: 16px 0;
}
.newleft li .title em{
	display: block;
	height: 16px;
	line-height: 16px;
	padding-left: 26px;
	font-size: 14px;
	color: #999999;
	background: url(../images/time.jpg) 2px center no-repeat;
}
.newleft li .title a:hover{
	color: #008a6b;
}
.newleft li .title em a{
	padding-left: 42px;
	color: #999999;
	background: url(../images/click.jpg) 20px center no-repeat;
}
.newleft li .dis{
	height: 80px;
	color: #888888;
	font-size: 14px;
	line-height: 22px;
	padding-top: 15px;
}
.newleft li .dis a{
	color: #008a6b;
}
.newleft .title em a:hover{
	color: #008a6b;
}
.newleft li a:hover{
/*	opacity:0.8;filter:alpha(opacity=80);*/
	-webkit-transition: all 0.8s;
	  -moz-transition: all 0.8s;
	   -ms-transition: all 0.8s;
	    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.newright{
	float: right;
	width: 330px;
	overflow: hidden;
	margin-top: 40px;
}
.newleft .newtit{
	margin: 20px 0;
}
.newtit{
	height: 55px;
	line-height: 55px;
	color: #444444;
	font-size: 20px;
	padding-left: 11px;
	background: url(../images/patit.png) 0 center no-repeat;
}
.newright .box1{
	overflow: hidden;
	padding-bottom: 35px;
	width: 100%;
}
.newright .box1 li{
	height: 47px;
	border-bottom: 1px solid #f0f0f0;
	line-height: 47px;
    padding: 10px 0;
}
.newright .box1 li a{
	width: 100%;
	display: block;
	color: #555555;
	font-size: 14px;
	line-height: 22px;
}
.newright .box1 li a:hover{
	color: #008a6b;
	-webkit-transition: all 0.8s;
	  -moz-transition: all 0.8s;
	   -ms-transition: all 0.8s;
	    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.newright .box2{
	width: 100%;

	overflow: hidden;
}
.newright .box2 li{
	height: 49px;
	font-size: 14px;
	line-height: 49px;
	border-bottom:  1px solid #f0f0f0;
}
.newright .box2 li a{
	float: left;
	color: #666666;

}
.newright .box2 li:hover a{
	color: #008a6b;
}
.newright .box2 li:hover span{
	color: #008a6b;
}
.newright .box2 li span{
	float: right;
	color: #999999;
	padding-right: 10px;
}
.thougth table{
	width: 100%;
	overflow: hidden;
}
.thougth td{
	font-size: 14px;
	color: #666666;
    padding: 5px 0;
}
.thougth input{
	border:1px solid #e8e8e8;
	width:98%;
	height: 40px;
	color: #999;
	padding-left:15px;
}
.thougth textarea{
	border:1px solid #e8e8e8;
	width:98%;
	color: #999;
	padding-left:15px;
	padding-top: 15px;
	height: 133px;
	line-height: 15px;
}
.thougth .btn{
	border-style: none;
	border-width: 0;
	height: 48px;
	width: 150px;
	text-align: center;
	padding: 0;
	color: #fff;
	background: #008a6b;
}
.lmtitle{
	height: 116px;
	line-height: 116px;
	border-bottom: 1px solid #ebebec;
	background: url(../images/lm.jpg) 0 0 repeat-x #f7f7f8;
	margin-top: 152px;
}
.lmtitle .box{
	width: 1180px;
	margin: 0 auto;
	height: 100%;
	color: #454545;
	font-size: 32px;
}
.tactleft{
	float: left;
	width: 560px;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 120px;
}
.tactleft ul{
	overflow: hidden;
	width: 100%;
}
.tactleft ul li{
	height: 74px;
	color: #454545;
	line-height: 33px;
	font-size: 16px;
	padding-top: 35px;
	margin-bottom: 25px;
	border-bottom: 1px solid #f0f0f0;
}
.tactleft ul li em{
	height: 25px;
	line-height: 25px;
	color: #666666;
	padding-left: 25px;
	display: block;
	font-size: 14px;
}
.tactleft ul li a{
	color: #666;
}
.tactleft .addr{
	height: 360px;
	width: 100%;
	margin-top: 5px;
}
.tactleft ul li a:hover{
	color: #999;
	-webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	   -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tactleft ul li.l1 em{
	background: url(../images/t1.jpg) 3px center no-repeat;
}
.tactleft ul li.l2 em{
	background: url(../images/t2.jpg) 3px center no-repeat;
}
.tactright{
	float: right;
	width: 560px;
	overflow: hidden;
	padding-top: 70px;
}
.tactright .thougth input{
    width: 95%;
}
.tactright .thougth textarea{
	width: 95%;
}
.tactright .thougth{
	margin-top: 50px;
}
.tactright .thougth .btn{
	border-style: none;
	border-width: 0;
	height: 48px;
	width: 150px;
	text-align: center;
	padding: 0;
	color: #fff;
	background: #008a6b;
}
.tactit{
	color: #444444;
	font-size: 24px;
	line-height: 40px;
	height: 40px;
}
.indexcase{
	width:1180px;
	height:240px;
	margin: 0 auto;
}
.indexcase_list{
	width:1110px;
	height:240px;
	float:left;
	margin: 0 auto;
	display:inline;
	position: relative;
	padding:0 35px;
}
#MarqueeDiv2{/*
 margin: 0 35px 0 30;
*/	overflow: hidden;
}
#MarqueeDiv2 li{
	float: left;
	width: 138px;
	height:240px;

}
#MarqueeDiv2 li img{
	    max-height: 100%;
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline;
}
#MarqueeDiv2 li a{
	width: 138px;
	height:240px;
    padding: 2px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
#MarqueeDiv2 li a:hover{
	color: #005ea2;
}
#LeftButton2{
	position: absolute;
	display: block;
	height: 100%;
	width: 20px;
	background:url(../images/lt.png) 20px center repeat-x;
	top: 0;
	left: 0;
	z-index: 2;
}
#LeftButton2:hover{
	background:url(../images/lt.png) 0 center repeat-x;
	/*-webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	   -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
    transition: all 0.3s;*/
}
 #RightButton2{
 	display: block;
	position: absolute;
	height: 100%;
	width: 20px;
	background: #ccc;
	top: 0;
	right:0;
	z-index: 2;
	background:url(../images/rt.png) 0 center  repeat-x ;
}
 #RightButton2:hover{
 	background:url(../images/rt.png) 20px center  repeat-x ;
 	/*-webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	   -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
    transition: all 0.3s;*/
 }
 .Certification{
 	width: 1180px;
 	padding: 0 5px;
 	margin: 0 auto;
 	overflow: hidden;
 }
.Certification li{
  	height: 410px;
  	width: 258px;
  	float: left;
  	padding:7px  10px;
  	border: 1px solid #e8e8e8;
  	margin-bottom: 23px;
}
.Certification li a{
	display: block;
	height: 100%;
	width: 100%;
}
 .Certification li.mr{
  	margin-right: 20px;
 }
.Certification li:hover{
  		border: 1px solid #e8e8e8;
  		box-shadow:1px 1px 5px #9ea9ac;
		-moz-box-shadow:1px 1px 5px #9ea9ac;
		-webkit-box-shadow:1px 1px 5px #9ea9ac;
  		-webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	   -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
    transition: all 0.3s;

}
.probox{
	position: relative;
	overflow: hidden;
    padding-top: 80px;
	height: 570px;
}
.probox .fl{
	width: 547px;
	height: 100%;
}
.probox .fr{
	width: 324px;
	height: 100%;
	line-height: 50px;
	color: #888888;
	font-size: 20px;
}
.probox .fr span{
	color: #454545;
	padding-left: 5px;
}
.probox .fr .btn{
	width: 150px;
	display: block;
	height: 46px;
	border-radius: 2px;
	color: #fff;
	line-height: 46px;
	text-align: center;
	font-size: 20px;
	background: #008a6b;
	margin-top: 10px;
}
.probox1 {
	margin-top: 55px;
	overflow: hidden;
	width: 100%;
}
.protitle{
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #008a6b;
}
.protitle dt{
	float: left;
	width: 150px;
	height: 45px;
	background: #e8e8e8;
	color: #555555;
	font-size: 16px;
	border-radius: 3px 3px 0 0;
	text-align: center;
	line-height: 45px;
	margin-right: 10px;
	cursor: pointer;
}
.protitle dt.s{
	background: #008a6b;
	color: #e8e8e8;
}
.probox1 .box{
	width: 100%;
	min-height: 675px;
	position: relative;
}
.probox1 .box li{
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 25px;
    height: 100%;
    color: #444444;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    background: #fff;
}
.probox1 .box li a{
	color: #444;
}
.probox1 .box li a:hover{
	color: #008a6b;
}
.probox1 .box .in2{
	z-index: 2;
}
.probox2{
	overflow: hidden;
	width: 100%;
}
.tab{
	padding-top: 25px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 35px;
}
.tab td{color: #666;
    font-size: 16px;
	padding: 6px 0;
	width: 40%;
}
.tab td input{
	height: 40px;
	padding-left: 10px;
	width:95%;
	color: #999;
	border: 1px solid #e8e8e8;
}
.tab textarea{
    border: 1px solid #e8e8e8;
    height: 118px;
    width: 99%;
}
.tab span{
	color: red;
}
.tab .btn{
	border-style: none;
	border-width: 0;
	height: 48px;
	width: 150px;
	text-align: center;
	padding: 0;
	color: #fff;
	background: #008a6b;
}
.preview{width:500px; height:500px; position: relative;}
.preview .black{
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/palogo1.png) no-repeat;
    background-size: 100%;
}
/* smallImg */
.smallImg{position:relative; height:52px; margin-top:1px; padding:6px 5px; width:489px; overflow:hidden;float:left;}
.scrollbutton{width:14px; height:50px; overflow:hidden; position:relative; float:left; cursor:pointer; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(images/d_08.png) no-repeat;}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(images/d_09.png) no-repeat; margin-left:375px; margin-top:-50px;}

#imageMenu {height:50px; width:360px; overflow:hidden; margin-left:0; float:left;}
#imageMenu li {height:50px; width:60px; overflow:hidden; float:left; text-align:center;position: relative;}
/*#imageMenu li .blk{
	    position: absolute;
       top: 0px;
    left: -25px;
    width: 80px;
    height: 80px;
    z-index: 2;
    background: url(../images/palogo2.png) no-repeat;
    background-size: 100%;
}*/
#imageMenu li img{width:50px; height:50px;cursor:pointer;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:44px; height:44px; border:3px solid #008a6b;}
/* bigImg */
.bigImg{
	position:relative; /*float:left;*/ width:500px; height:500px; overflow:hidden;
    display: table-cell;
    vertical-align: middle;
}
.bigImg img{
    max-height: 100%;
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline;
}
.bigImg #winSelector{width:235px; height:210px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
/* bigView */
#bigView{position:absolute;border: 1px solid #959595; overflow: hidden; z-index:999; width: 800px;
height: 800px;}
#bigView img{position:absolute;}

div#pages {
    width: 100%;
    margin: 0 auto;

    text-align: center;
    padding: 35px 0px 35px 0px;
}
div#pages a {
	margin-left: 7px;
	// width: 29px;

	height: 29px;
	border: 1px solid #eeeeee;
	line-height: 29px;
	text-align: center;
	color: #787878;
	font-size: 14px;
    display: inline-block;
    background: #eeeeee;
    padding: 0 5px;
}

div#pages span{

    margin-left: 7px;
	width: 29px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	font-size: 14px;
	background: #008a6b;
	border: 1px solid #008a6b;
	color: #fff;
	display: inline-block;
}
.newshow{
	width: 1100px;
	margin: 0 auto;
	padding: 40px;
}