﻿

.body{
	width: 100%;
}
.headTitleBox{
	width: 100%;
}
.headTitle{
 	height: 105px;
 	width: 1080px;
 	margin: 0 auto;
	vertical-align: middle;

}
.headTitle .logo{
	vertical-align: middle;
	display: inline-block;
	width: 213px;
	height: 100px;
	background: url(../images/logo.png);
}
.headTitle h5{
	line-height: 50px;
	margin-top:15px;
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #b3b3b3;
	height: 50px;
	width: 260px;
	text-align: center;
	color: #333;
	font-weight: 600;
	font-size: 18px;
}
.headTitle span {
	position: relative;
	display: inline-block;
	margin-top: 40px;
	float: right;
}
.headTitle span a{
	line-height: 14px;
	display:inline-block;
	padding: 0 17px;
	color: #aeaeae;
}
.headTitle span a:hover{
	color: #1c7ed8;
}
.title-r{
	border-right: 1px solid #aeaeae;
}
.headTitle span select{
	font-size: 12px;
	padding-left:20px;
	width: 110px;
	height: 30px;
	border-radius: 2px;
	border-color: #242934;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../img/arrow.png") no-repeat scroll right center transparent;
}
.headTitle span i{
	top: 10px;
	right: 34px;
	position: absolute;
	display: block;
	width: 15px;
	height: 5px;
	background: url(../images/titleIcon.jpg) center no-repeat;
	z-index:10;
}
.headNavBox{
	width: 100%;
	background: #f2f2f2;
}
.headNav{
	width: 1080px;
	margin:0 auto;
	height: 47px;
	position: relative;
}

.headNavBox .headNav a.on{
	border-color:  #0d5fb9;
	background: white;
}

.headNav i{
	background: url(../images/search.png) center no-repeat;
	display: block;
	width: 26px;
	height: 48px;
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
}
.headNav .search{

	float: right;
	width: 180px;
	display: inline-block;
	margin: 10px 2px 0  30px;
	height: 30px;
	background: #e1e3e5;
	border-radius: 20px;

}
.headNav .search input{
	border:none;
	text-indent: 15px;
	background: none;
	margin-top: 5px;
}

.headNav a{
	color: #333;
	cursor: pointer;
	text-align: center;
	line-height: 45px;
	display: inline-block;
	width: 120px;
	height: 47px;
	box-sizing: border-box;
	transition: all .5s;
	border-top: 2px solid #f2f2f2;
}
.headNav a:hover{
	border-color:  #0d5fb9;
	background: white;
}
.headNav a.on{
	border-color:  #0d5fb9;
	background: white;
}

/*banner*/
.banner{
	padding-top: 87px;
	box-sizing:border-box;
	width: 100%;
	height: 300px;
}
.banner h1{
	text-align: center;
	font-size: 30px;
	color: white;
	line-height: 200%;
}
.banner p{
	text-align: center;
	color: #fff;
}
.banner p a {
	transition:  all .5s;
	color: #e2e2e2;

}
.banner p a:hover{
	color: #1c7ed8;
}
/*about*/
.mtitle{width:100%; height:60px; border-bottom:1px solid #e6e6e6; text-align:center; font-size:32px; color:#132a8e; position:relative; z-index:1;}
.mtitle:after{position:absolute; width:160px; background:#00634F; height:3px; left:50%; margin-left:-80px; bottom:-2px; display:block; content:'';}
.mtitle_sub{text-align:center; height:60px; line-height:60px; font-size:15px; color:#999; }



#m2{height:430px; background-image:url(../images/m2_bg.jpg); background-repeat:no-repeat; background-size:cover; position:relative; z-index:1; background-attachment:fixed;margin-bottom:350px}
#m2>.mtitle{padding:70px 0 0 0; border-bottom:1px solid rgba(255,255,255,.13); color:#fff;}
#m2>.mtitle:after{background:#fff;}
#m2>.mtitle_sub{color:rgba(255,255,255,.66);}

#m2block{width:1080px; height:400px; overflow:hidden; position:absolute; top:250px; left:50%; margin-left:-540px;}
#m2block>ul{width:1080px;}
#m2block>ul>li{width:270px; height:350px; float:left;}
#m2block>ul>li>a{display:block; width:100%; height:100%; background:url(../images/cls_bg2.jpg) no-repeat center center; background-size:cover; box-sizing:border-box; position:relative;transition:all .35s;}
#m2block>ul>li.low>a{background:url(../images/cls_bg1.jpg) no-repeat center center;}
#m2block>ul>li>a>.img{width:100%; height:100%; position:absolute; z-index:1;}
#m2block>ul>li>a>.img>img{width:100%; height:100%;}
#m2block>ul>li>a>.title{
  width:100%; height:50px; line-height:50px; padding:0 20px; text-align:center;
  text-overflow:ellipsis; overflow:hidden; white-space:nowrap; box-sizing:border-box;
  position:absolute; bottom:20px; left:0; font-size:15px; color:#666; z-index:4;
  transition:all .2s .05s;
}
#m2block>ul>li>a:after{content:''; display:block; position:absolute; left:0; bottom:0; width:100%; height:0; background:#00634F; z-index:3; filter:alpha(opacity=80); opacity:.8; transition:all .35s;}
#m2block>ul>li>a>.bg{position:absolute; z-index:2; background:#000; width:100%; height:100%; filter:alpha(opacity=0); opacity:0; left:0; top:0; transition:all .45s;}
#m2block>ul>li>a:hover{box-shadow:0 5px 30px 3px rgba(8,11,111,.3);}
#m2block>ul>li>a:hover>.title{padding:10px 20px 0 20px; color:#fff;}
#m2block>ul>li>a:hover:after{height:66px;}
#m2block>ul>li>a:hover>.bg{filter:alpha(opacity=3); opacity:.3;}

#m2 .more{
  display:block; width:136px; height:43px; text-align:center; line-height:40px; background:#00634F; color:#fff; font-size:14px; border-radius:3px; transition:all .16s;
  position:absolute; left:50%; top:680px; margin-left:-68px;
}
#m2 .more:hover{background:#FF4201;}


/*?åº•éƒ¨?*/
.foot{
	width: 100%;
	height: 441px;
	background: #292c31;
}
.foot .footContent{
	width: 1080px;
	margin:0 auto;
	height: 427px;
	box-sizing: border-box;
	padding-top: 72px;	
}
.foot .footContent .footContentBox{
	width: 1080px;
	/* height: 298px; */
	overflow: hidden;
}
.foot .footContent .footNav {

	float: left;
}
.foot .footContent .footNav  span{
	float: left;
	color: #606771;
	font-size: 14px;
	display: inline-block;
	margin-right: 66px;
}
.foot .footContent .footNav  span a{
	cursor: pointer;
	color: #606771;
	display: block;
	line-height: 14px;
	margin-bottom:14px;
}
.foot .footContent .footNav  span a:hover{
	color: white;
}
.foot .footContent .footNav  span a:first-child{
	margin:14px 0 24px 0 ;
	color: #ffffff;
}
.foot .footContent .footContact{
	width: 265px;
	height: 225px;
	float: right;
}
.foot .footContent .footContact .kefu{
	width: 122px;
	height: 32px;
	text-align: center;
	background: #FF4201;font-size:14px;
	color: #fff;
	line-height: 32px;
	border-radius: 30px;
}
.foot .footContent .footContact h5{
	font-family-: "Conv_HELVETICANEUE-THINEXTOBL";
	font-size: 33px;
	color: #fff;
	line-height: 62px;
	/* text-align: center; */
	margin-bottom: 9px;
}
.foot .footContent .footContact .code{
	vertical-align: middle;
	width: 86px;
	height: 88px;
	display: inline-block;
	margin-right: 13px;
}
.foot .footContent .footContact .wechartIcon{
	vertical-align: middle;
	height: 88px;
	display: inline-block;
}
.foot .footContent .footContact .wechartIcon i{
	display: block;
	width: 23px;
	background:url(../images/phone.png);
	height: 43px;
	margin-bottom: 5px;
}
.foot .footContent .footContact .wechartIcon p{
	color: #606771;
	line-height: 18px;

}
.foot .footContent .footContact p{
	color: #606771;
	line-height: 36px;
}
.foot .bottomInfo{
	padding-top: 17px;
	color: #606771;
	width: 1080px;
	height: 58px;
	box-sizing: border-box;
	border-top: 1px solid #3a3a3a;
}
.foot .footContent .bottomInfo a{
	color: #606771;
	float: left;
	font-size: 14px;
	display: inline-block;
	margin-right: 34px;
}
.foot .footContent .bottomInfo .share{
	vertical-align: middle;
	float: left;
}
.foot .footContent .bottomInfo .share i{
	transition: all .5s;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background-color: #1e2126;
}
.foot .footContent .bottomInfo .share i:hover{
	background-color: #00634F;
}
.foot .footContent .bottomInfo p{
	float: right;
}
.xina{
	background:url(../images/xina2.png)center no-repeat;
}
.wechart{
	background:url(../images/wechart.png)center no-repeat;
}
.qq{
	background:url(../images/qq.png)center no-repeat;
}
.xina:hover{
	background:url(../images/xina.png)center no-repeat;
}
.wechart:hover{
	background:url(../images/wechart2.png)center no-repeat;
}
.qq:hover{
	background:url(../images/qq2.png)center no-repeat;
}

/*?é¦–é¡µ*/


.indexBanner{
	overflow: hidden;
	width: 100%;height:600px;
	position: relative;z-index: 9;
}

.indexBanner .swiper-button-next{
	background: url(../images/right.png);
	width: 65px;
	height: 65px;
	right: 100px;
}
.indexBanner .swiper-button-prev{
	background: url(../images/left.png);
	width: 65px;
	height: 65px;
	left: 100px
}
.indexBanner .swiper-pagination{
	bottom:30px !important;

}
.indexBanner .swiper-pagination span{
	width: 15px;
	height: 15px;
}
.indexBanner .swiper-wrapper  .swiper-slide img{
	width: 100%;height:auto
}
.indexProductBox{
	width: 100%;
	box-sizing: border-box;
	padding-top: 85px;
}
.indexProductBoxH{
	height: 660px;
}
.indexProductBox .indexProduct{
	margin:0 auto;
	width: 1080px;

}
.indexProductH{
	height: 520px;
}
.indexProductBox .indexProduct .indexProductL{
	width: 242px;
	background: #f6f6f6;
	height: 474px;
	float: left;
	border:1px solid #dadada;
	/* margin-right: 27px; */
}
.indexProductBox .indexProduct .indexProductL span{
	width: 242px;
	height: 76px;
	background: #f6f6f6;
	margin-bottom: 14px;
	display: inline-block;
	background: #00634F;
	font-size: 26px;
	font-weight: 600;
	color: white;
	box-sizing: border-box;
	padding-top: 25px;
	text-align: center;
}
.indexProductBox .indexProduct .indexProductL a{
	display: block;
	width: 183px;
	transition: all .5s;
	color: #666;
	margin:0 auto;
	height: 50px;
	cursor:pointer;
	line-height: 50px;
	text-indent: 35px;
	background: url(../images/line.jpg) no-repeat bottom;
}
.indexProductBox .indexProduct .indexProductL a:hover{
	color: #00634F;
}
.indexProductBox .indexProduct .indexProductL .b{
	background: none;
}
.indexProductR{
	width: 835px;
	float: right;
	/*display:none;*/
}
.ind_prod_wrap{display: none;overflow: hidden;}
.ind_prod_wrap.on{display: block;}

.whsqds
{
    display:none;
    }
.indexProductR .indexProductStaff{
	position: relative;
	width: 200px;
	height: 230px;
	display: block;
	float: left;
	margin-bottom: 12px;
	margin-left: 5px;
	border: 1px solid #dadada;
	overflow: hidden;
}
.indexProductR .indexProductStaff:hover .ind_pd_cover{
	 /* older safari/Chrome browsers */  
    -webkit-opacity: 1;  
    /* Netscape and Older than Firefox 0.9 */  
    -moz-opacity: 1;  
    /* Safari 1.x (pre WebKit!) è€å¼khtmlå†…æ ¸çš„Safariæµè§ˆå™¨*/  
    -khtml-opacity: 1;  
    /* IE9 + etc...modern browsers */  
    opacity: 1;  
    /* IE 4-9 */  
    filter:alpha(opacity=100);   
}
.indexProductR .indexProductStaff:hover >div img{
	transform:scale(1.1,1.1);
}
.indexProductR .indexProductStaff .pic{
	width: 200px;
	height: 180px;
	margin: 1px auto 0;
	overflow: hidden;
}
.indexProductR .indexProductStaff .pic img{
	transition: all 1s;
	display: block;
	width: 100%;

}
.indexProductR .indexProductStaff  span{
	margin: 0 auto;
	color: #333;
	font-size: 14.8px;
	line-height: 45px;
	text-align: center;
	width: 200px;
	height: 50px;
	display: block;
	border-top: 1px solid #e9e9e9;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.indexProductR .indexProductStaff:hover  span{opacity: 0;filter:alpha(opacity=0);}
.indexProductR .indexProductStaff:hover  .mynetdoubokekill{opacity: 1;filter:alpha(opacity=1);}
.indexProductR .indexProductStaff  a.ind_pd_cover{display: block;}
.indexProductR .indexProductStaff  .ind_pd_cover{
	transition: all 1s;
	padding-top: 100px;font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background:rgba(28,126,216,0.5);
	position: absolute;
	 /* older safari/Chrome browsers */  
    -webkit-opacity: 0;  
    /* Netscape and Older than Firefox 0.9 */  
    -moz-opacity: 0;  
    /* Safari 1.x (pre WebKit!) è€å¼khtmlå†…æ ¸çš„Safariæµè§ˆå™¨*/  
    -khtml-opacity: 0;  
    /* IE9 + etc...modern browsers */  
    opacity: 0;  
    /* IE 4-9 */  
    filter:alpha(opacity=0);   
	z-index: 9;
}
.indexProductR .indexProductStaff .ind_pd_cover a{
	display: block;;
	transition:all .5s;
	margin: 0 auto;
	color: #ffffff;
	width: 200px;
	padding:10px 0;
	background: url(../images/productLine.png) no-repeat bottom;
	white-space: nowrap;overflow: hidden;;text-overflow: ellipsis;
}
.indexProductR .indexProductStaff .ind_pd_cover a:hover{
	padding-left: 10px;

}
.indexProductR .indexProductStaff .ind_pd_cover a i{
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	background: url(../images/product3.png) no-repeat center;
}
.margin-r0{
	margin-right:0 !important;
}
.indexCase{
	box-sizing: border-box;
	padding-top: 135px;
	width: 100%;
	background:url(../images/case.jpg) no-repeat;
	height: 869px;
}
.indexTitle{
	text-align: center;
	position: relative;
}
.indexTitle h5{
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	font-family: arial;
}
.indexTitle h1{
	color: #fff;
	font-size: 26px;
}
.caseP{
	font-size: 14px;
	color: #fff;
	width: 805px;
	height: 147px;
	line-height: 24px;
	text-align: center;
	margin: 0 auto;
	margin-top: 18px;
}
.indexCaseContent{
	width: 1080px;
	height: 390px;
	margin: 0 auto;
}
.indexCaseContent .indexCaseList{
	float: left;
	width: 270px;
	height: 391px;
	cursor: pointer;
	float: left;
}
.indexCaseList:hover > .indexCasePic img{
	transform: scale(1.2,1.2);
}
.indexCaseList:hover > .indexCasePic .Upflag{
	border-bottom:10px solid #00634F;
}
.indexCaseList:hover > .indexCasePic .Downflag{
	border-top:10px solid #00634F;
}
.indexCaseText{
	transition: all 1s;
}
.indexCaseList:hover > .indexCaseText{
	background: #00634F;
	border-color:#78b1de;
}
.indexCaseList:hover > .indexCaseText h1{
	color: white;
}
.indexCaseList:hover > .indexCaseText p{
	color: #ffffff;
}
.indexCaseList:hover > .indexCaseText a{
	color: #78b1de;
	border-color:#78b1de;
}

.indexCaseContent .indexCaseList div{
	background: #f6f6f6;
	text-align: center;
	width: 270px;
	height: 195px;
	overflow: hidden;
}
.indexCasePic img{
	transition: all 1s;
}
.indexCaseText h1{
	transition: all 1s;

	margin: 35px 0 10px 0;
	font-size: 16px;
	color: #303030;
}
.indexCaseText p{
	transition: all 1s;
	line-height: 22px;
	font-size: 14px;
	width: 200px;
	color: #8c8c8c;
	padding-bottom: 19px;
	margin: 0 auto;
}
.indexCaseText a{
	transition: all 1s;
	color: #0071bb;
	border-bottom: 1px solid  #0071bb;

}
.indexCasePic{
	position: relative;
}
.flag{
	transition: all 1s;
	left: 123px;
	z-index: 999;
	position: absolute;
	display: block;
	width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.Upflag{
	bottom:0px;
	border-bottom: 10px solid #f6f6f6;
}
.Downflag{
	top: 0px;
	border-top: 10px solid #f6f6f6;
}
.idnexAdvantage {
	box-sizing: border-box;
	padding-top: 80px;
	width: 100%;
	height: 641px;
	background: #f6f6f6;
}
.idnexAdvantageContent{
	width: 1080px;
	margin: 0 auto;
}
.idnexAdvantageContent .indexTitle div{
	background: #e1e1e1;
}
.indexTitle div{
	width: 462px ;
	height:1px;
	position: absolute;
	top: 60px;
}
.indexTitleLine-l{
	left: 0;
}
.indexTitleLine-r{
	right: 0;
}
.indexTitle .black{
	color: #333;
}
.indexTitle .adTitle{
	font-weight:500
}
.advantageList{
	width: 1080px;
	height: 450px;
}



.advantageList li{
	text-align: center;
	width: 220px;
	height: 400px;
	float: left;
	margin-right: 65px;
	box-sizing: border-box;
	padding-top: 80px;
}
.advantageList li span{
	box-sizing: border-box;
	transition: all 1s;
	display: block;
	width: 126px;
	height: 126px;
	border-radius:50%;
	border:1px solid #373737;
	margin: 0 auto 46px;
}
.advantageList li h1{font-size: 18px; margin-bottom: 10px;}
.advantageList li p{color: #666;line-height: 24px;}
.ad1{background: url(../images/advantage1.png)center no-repeat;}
.ad2{background: url(../images/advantage2.png)center no-repeat;}
.ad3{background: url(../images/advantage3.png)center no-repeat;}
.ad4{background: url(../images/advantage4.png)center no-repeat;}

.indexHorn{
	width: 100%;
	height: 640px;
	background: #00634F;
	box-sizing: border-box;
	padding-top: 80px;
}
.indexHorn .indexHornContent{
	width: 1080px;
	height: 500px;
	margin:0 auto;
}
.indexHornContent .indexTitle div{
	background: rgba(255, 255, 255,0.3);
}
.indexNews{
	width: 100%;
	height: 624px;
	background: #f6f6f6;
	box-sizing: border-box;
	padding-top: 80px;
}
.indexNewsContent .indexTitle{
	margin-bottom: 45px;
}
.indexNews .indexNewsContent{
	width: 1080px;
	margin: 0 auto;
}
.indexNewsContent .indexTitle div{
	background:	#e1e1e1;
}
.indexNewsContent .indexNewsPic{
	display: block;
	width: 506px;
	height: 340px;
	float: left;
	overflow: hidden;
	margin-right: 35px;
}
.indexNewsText{
	float: left;
}
.indexNewsText a{
	overflow: hidden;
	background: white;
	display: block;
	width: 535px;
	height: 105px;
	margin-bottom: 15px;
	box-sizing: border-box;
	overflow: hidden;
	padding:19px 22px;
}
.indexNewsText a:hover > .indexNewsT1{
	width: 0px;
	margin-right: 0px;
}
.indexNewsText a div{
	float: left;
}
.indexNewsText a .indexNewsT1{
	overflow: hidden;
	transition: all .5s;
	vertical-align: middle;
	width: 60px;
	margin-right: 35px;
}
.indexNewsText a .indexNewsT2{
	position: relative;
	vertical-align: middle;
	
	width: 366px;
}
.indexNewsText a i{
	background: url(../images/indexIcon.jpg);
	display: block;
	right: -84px;
	width: 31px;
	height: 31px;
	position: absolute;
	top: 10px;
}
.indexNewsT2 h1{
	font-size: 18px;
	line-height: 25px;
}
.indexNewsT2 p{
	overflow: hidden;
    text-overflow: ellipsis;
   	white-space: nowrap;
    width: 25em;
	line-height: 24px;
	color: #8c8c8c;
	font-size: 14px;
}
.indexNewsT1 h5{
	font-size: 45px;
	color:#1d2025;
	line-height: 48px;
	font-family=: "Conv_HELVETICANEUE-THINEXTOBL";
}
.indexNewsT1 h1{
	width: 60px;
	color: #8c8c8c;
	font-family=: "Conv_HELVETICANEUE-THINEXTOBL";

	font-size: 14px;
}

.indexLunbo{
	width: 1080px;
	height: 400px;
	
}


/*äº§å“ä¸­å¿ƒ*/

.productList{
	background: #f6f6f6;
	width: 242px;
	height: 600px; 
	display: inline-block;
	margin-right:25px;
}
.productList span{
	font-weight: bold;
	display: block;
	width: 242px;
	height: 75px;
	text-align: center;
	background: #00634F;
	line-height: 75px;
	font-size: 26px;
	color: #fff;
	margin-bottom: 20px;
}
.productBoxH{
	padding-bottom: 300px;
}


.list{width: 242px; padding-bottom: 33px; background: #f6f6f6;}
	.list ul li{ }
	.list ul li a{padding-left: 30px;color: #333; font-size:14px; display: block; line-height: 50px;position: relative;
	}
	.BotLine{background: url(../images/line.jpg) bottom no-repeat;}
	.last{
		padding-bottom: 15px;
	}
	.BotLine:hover >a {
		color: #00634F;
	}

	.list ul li .inactive{ background:url(../images/jia.png) no-repeat 184px center; }
	.list ul li .inactives{background:url(../images/jian.png) no-repeat 184px center;color: #00634F } 
	.list ul li ul{display: none;}
	.list ul li ul li { border-left:0; border-right:0;}
	.list ul li ul li i{display: inline-block; width: 4px; height: 4px; border-radius: 50px;background:#b1b1b1;
		margin-right: 7px; vertical-align: middle;}
	.list ul li ul li .inactive2{  background:url(../images/xia.png) no-repeat 184px center; }
	.list ul li ul li .inactives2{  background:url(../images/shang.png) no-repeat 184px center;color: #7a7272; }
	.list ul li ul li ul{display: none; margin:10px 0;}
	.list ul li ul li a{line-height: 30px; color: #7a7272; padding-left:35px;}
	.list ul li ul li ul li { padding-left:20px; }
	.list ul li ul li ul li a{line-height: 25px; text-indent: 10px;  color: #a8a8a8 ;}
	.list ul li ul li ul li a:hover{color: #00634F}
.indexProductStaff .ind_pd_cover h2{
	font-size: 18px;
	text-align: center;
	margin-bottom:15px;
	color: white;
}
.indexProductStaff .ind_pd_cover p{
	color: white;
	margin:0 auto;
	width: 205px;
	height: 75px;
	display:block;
	/*white-space:nowrap; */
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 30px;
}
.indexProductStaff .ind_pd_cover h3{
	color: white;
	text-decoration: underline;
	text-align:center;
}
.hornPager{
	width: 380px;
	margin:0 auto;
}
.productPager{

	bottom: 0;
	height: 45px;
	left: 200px;
}
.productPager a {
	text-align: center;
	line-height: 41px;
	color: #333;
	display: block;
	float: left;
	width: 41px;
	height: 41px;
	box-sizing: border-box;
	margin-left: 6px;
	border:1px solid #e3e3e3;
	transition: all .5s;
}
.productAbs{
	position: absolute;
}
.page_list{text-align: center;padding-top: 38px;}
.page_list a {
	text-align: center;
	line-height: 40px;
	color: #333;
	display: inline-block;*display:inline;*zoom:1;
	width: 41px;
	height: 41px;
	margin-left: 6px;
	border:1px solid #e3e3e3;
	transition: all .5s;
}
.page_list .productPagerBig{
	width: 67px;
	height: 41px;
}
.page_list a:hover,.page_list a.on{
	color: #00634F;
	border: 1px solid #00634F;
}



.productPager .productPagerBig{
	width: 67px;
	height: 41px;
}
.productPager a:hover{
	color: #00634F;
	border: 2px solid #00634F;
}
.productPager .productPoint{
	height: 41px;
	display: block;
	float: left;
	line-height: 41px;
	width: 14px;
	margin-left: 10px;

}



/*//äº§å“è¯¦æƒ…*/
.productDetails{
	width: 808px;
	display: inline-block;
	/*height: 1273px;*/
	vertical-align: top;
}
/*.fangdaBox{
	position: relative;

	width: 807px;
	height: 520px;
}*/

.productDetails .fangdaBox .fangda{
	width: 431px;
	height: 442px;
	float: left;
}
.productDetails .table{
	display: none;
	width: 809px;
	padding-bottom: 80px;
	padding-top: 40px;
}
.productDetails .table p{
	color: #666666;
	font-weight: 14px;
	line-height: 24px;
	margin-bottom: 25px;
	    padding: 0px 10px;
	
}
.productDetails .sign{
	color: #666666;
}

.productDetails .sign a{
	margin-right: 20px;
}
.productDetails .block{
	margin-top: 50px;
	margin-bottom: 24px;
	width: 809px ;
	height: 74px;
	text-align: center;
	background: #00634F;
	color: white;
	line-height: 74px;
	font-size: 26px;
	font-weight: bold;
}

/*æœåŠ¡æ”¯æŒ*/
.support {

	width: 1080px;
	padding-top: 56px;
	margin:0 auto;
}
.padB{
	padding-bottom:60px !important;
}
.support .leftList{
	padding-bottom: 20px;
}
.leftList a.on{
	color: #00634F;
}
.leftList{
	background: #f6f6f6;
	vertical-align: top;
	display: inline-block;
	width: 242px;
	border:1px solid #dadada;
	margin-right: 22px;
}

.leftList span{
	width: 242px;
	height: 76px;
	background: #f6f6f6;
	margin-bottom: 14px;
	display: inline-block;
	background: #00634F;
	font-size: 26px;
	font-weight: bold;
	color: white;
	box-sizing: border-box;
	padding-top: 25px;
	text-align: center;
}
.leftList a{
	display: block;
	width: 183px;
	transition: all .5s;
	color: #333;
	margin:0 auto;
	height: 50px;
	cursor:pointer;
	line-height: 50px;
	background: url(../images/line.jpg) no-repeat bottom;
}
.leftList a:hover{
	color: #00634F;
}

.support .supportText{

	width: 809px;
	padding-bottom: 59px;
	display: inline-block;
}
.support .supportText .frame{
	cursor: pointer;
	width: 809px;
	padding-bottom: 37px;
}
.support .supportText .frame .ask{
	transition: all .5s;

	width: 809px;
	height: 43px;
	background: #9a9ea7;
	color: #fff;
	font-size: 15px;
	vertical-align: middle;
	margin-bottom: 23px;
}

.support .supportText .frame .ask  p{
		color: #fff;
	padding-left: 35px;
	margin-left: 10px;
	line-height: 43px;
	background: url(../images/supportIcon.png) left center no-repeat;
	display: inline-block;

}
.support .supportText .frame .answer{
	transition: all .5s;
	background:#f7f7f7;
	color: #616469;
	width: 772px;
	padding: 26px 0 ;
	margin-left: 36px;
}
.support .supportText .frame .answer p{
	background: url(../images/supportIcon2.png) left top no-repeat;
	box-sizing: border-box;
	width: 725px;
	padding-left: 40px;
	display: inline-block;
	margin-left: 20px;
}
.supportText .frame:hover > .ask{
	background: #00634F;
	color: #fff;
}
.supportText .frame:hover > .answer{
	background: #fff;
 box-shadow:0px 0px 20px #dcdcdc;
}
.supportText .download.last{
	margin-bottom: 30px;
}
.supportM{
	margin:0 auto;
	width: 400px;
}
.supportText .download{
	margin-bottom: 13px;

	vertical-align: middle;
	line-height: 59px;
	color: #5e5e5e;
	display: block;
	width: 809px;
	height: 59px;
	background: #f6f6f6;
	transition: background 1s;
}
.supportText .download:hover{
	background:  #00634F;
	color: white;
}
.supportText .download:hover > p{
	color: white;
}
.supportText .download:hover > span{
	border-color: white;
}
.supportText .download:hover > .supIcon{
	background: url(../images/dl2.png) center no-repeat ;
	
}
.supportText .download p{
	text-indent: 34px;
	vertical-align: middle;
	width: 517px;
	display: inline-block;
}
.supportText .download span{
	vertical-align: middle;

	line-height: 14px;
	display: inline-block;
	text-align:center;
	padding: 0 24px;
	border-right: 1px solid #b3b3b3;
}
.supportText .download .supIcon{
	transition: all .5s;
	padding: 0;
	display: inline-block;
	width: 40px;
	height: 59px;
	background: url(../images/dl.png) center no-repeat ;
	
}
.supportText .download .border-r0{
	border:none;
}
.supportText .map{
	width: 809px;
	height: 378px;
	overflow: hidden;
	margin-bottom:30px;
}
.supportText .map img{
	width: 100%;
}
.banner .contactBanner{
	color: #333;
}
.banner .contactBannerP a{
	color: #333;
}
.supportText .way{
	margin-bottom: 40px;
	color: #333;
	line-height: 28px;
}
.supportText input{
	width: 398px;
	height: 52px;
	border: none;
	margin-bottom: 13px;
	background: #eeeeee;
	color: #adadad;
	line-height: 52px;
	text-indent:20px;

	font-size: 16px;
}
.supportText .short{
	margin-right: 13px;
}
.supportText .long{
	width: 809px;
	background: #00634F;
	color: white;
	cursor:pointer;
	resize: none;

}
.supportText textarea{
	resize: none;
	text-indent:20px;
	background: #eeeeee;
	border: none;
	padding-top: 15px;
	text-indent:20px;
	width: 809px;
	height: 203px;
	margin-bottom:23px;
	font-size: 16px;
}
.supportText -webkit-input-placeholder { /* WebKit browsers */
????color:#adadad;????
}
.supportText .supBox {
	height: 26px;
	margin-bottom: 25px;
	position: relative;
}
.supportText .supBox h2{
	position: absolute;
	vertical-align: middle;
	color: #00634F;
	font-size: 20px;
	padding-right: 15px;
	background: white;
	display: inline-block;
	left: 0;
	z-index: 9;

}
.supportText .supBox  span{
	z-index: 1;
	position: absolute; 
	width: 809px;
	top: 14px;
	display: inline-block;
	height: 1px ;
	background:#dadada;
	vertical-align: middle;
}
.supportText p{
	color: #666;
	line-height: 26px;
}
.supportText .supBoxP{
	margin-bottom: 35px;
}
.supportText .supBoxP p{
	margin:12px 0 30px 0 ;
}

.supportText h1{
	font-size: 20px;
	color: #333;
}
.supportText .titleBar{
	margin-bottom: 15px;
	box-sizing:border-box;
	padding: 0 24px 0 26px;
	height: 55px;
	width: 809px;
	background: #00634F;
}
.supportText .titleBar h1{
	font-size: 20px;
	line-height: 55px;
	color: #fff;
	float: left;
}
.supportText .titleBar a{
	line-height: 55px;
	color: #fff;
	font-size: 14px;
	float: right;
}
.supportText  .moreProduct{
	width: 809px;

}
.moreProduct{
	width: 809px;
	height: 290px;
}

.moreProduct .indexProductStaff{
	position: relative;
	width: 258px;
	height: 245px;
	display: block;
	cursor: pointer;
	float: left;
	margin-bottom: 12px;
	margin-right: 14px;
	border: 1px solid #dadada;
	overflow: hidden;
}
.moreProduct .indexProductStaff:hover >a{
	top: 0px;
}
.moreProduct .indexProductStaff:hover >div img{
	transform:scale(1.1,1.1);
}
.moreProduct .indexProductStaff div{
	width: 243px;
	height: 184px;
	margin: 13px auto 0;
	overflow: hidden;
}
.moreProduct .indexProductStaff div img{
	transition: all 1s;
	display: block;
	width: 100%;
}
.moreProduct .indexProductStaff  h1{
	margin: 0 auto;
	color: #333;
	font-size: 14.8px;
	line-height: 45px;
	text-align: center;
	width: 220px;
	height: 50px;
	border-top: 1px solid #e9e9e9;
}
.moreCase{
	overflow: hidden;
	width: 809px;
	height: 247px;
}
.moreCase .swiper-wrapper .swiper-slide img{
	width: 100%;
	display:block;
}
.moreCase .swiper-wrapper .swiper-slide{
	overflow: hidden;
	width:260px !important;
    height:247px;
}
.paginationA{
	text-align: center;
	height: 50px;
}
.paginationA span{
	width: 10px;
	height: 10px;
	margin-right:20px;
	margin-top: 40px;
}

.solutionBox{
	padding-bottom: 0 !important;
}
.bangRela {
	position: relative;
	overflow: hidden;
}
.supportText .bang{
	position: absolute;
	height:89%;
	width: 9px;
	left: 37px;
	background: #00634F;
}
.supportText .deve {
	margin-bottom: 27px;
	box-sizing: border-box;
	padding-top: 15px;
	padding-left: 98px;
	position: relative;
	height: 82px;

}
.supportText .deve.last{
	margin-bottom: 0;
}
.developbang{
/*	padding-bottom: 0 !important;*/
	position: relative;
}
.supportText .deve span{
	top: 0;
	border-radius: 50%;
	left: 0;
	position: absolute;
	width: 82px;
	height: 82px;
	line-height: 82px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #00634F;
}
.supportText .deve .miaoshu{
	margin:0;
}
.factorylunbo{
	overflow: hidden;
	width: 809px;
	height: 388px;
}
.factorylunbo .swiper-wrapper .swiper-slide img{
	transition: all 1s;
	width: 100%;
}
.factorylunbo .swiper-wrapper .swiper-slide{
	overflow: hidden;
	position: relative;
    height:388px;
}
.blackBar{
	font-size: 18px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height:53px;
	color: white;
	text-align: center;
	line-height: 53px;
	background: rgba(000,000,000,0.8);
}

/*.factorylunbo .swiper-container */
.swiper-wrapper .swiper-slide {
	cursor: pointer;
	overflow: hidden;
}
.factorylunbo .swiper-wrapper .swiper-slide:hover >img{
	transform: scale(1.1,1.1);
}

/*å…³äºŽç®€ä»‹*/
.supportText .introduce{
	color: #666;
	line-height: 24px;
	margin-bottom: 30px;
}
.supportText .introducePic{
	width: 809px;
	height: 250px;
}
.supportText .introducePic div{
	margin-right: 5px;
	width: 337px;
	height: 241px;
	cursor: pointer;
	overflow: hidden;
	float: left;
}

/*.supportText .introducePic div img{

	transition: all 1s;

}
.supportText .introducePic div:hover > img{
	transform: scale(1.1,1.1);
}
*/
.culture{
	/*//padding-bottom: 10px !important;*/
}
.supportText .newsBox{
	margin-bottom: 30px;
	width: 809px;
	display: block;
	height: 201px;
	background: #f6f6f6;
	padding: 33px 41px;
	box-sizing: border-box;
	transition: all 1s;
	cursor: pointer;
}
.supportText .newsBox div{
	margin-right: 31px;
	float: left;
	width: 196px;
	height: 133px;
	overflow: hidden;
}
.supportText .newsBox h2{
	transition: color 1s;
	font-size: 17px;
	color: #342c2a;
	line-height: 34px;
}
.supportText .newsBox div img{
	width: 100%;
	transition: all 1s;
}
.supportText .newsBox  h1{
	
	font-size: 13px;
	line-height: 13px;
	color: #464645;
	margin-bottom: 27px;
}
.supportText .newsBox  p{
	color: #464645;
	font-size: 13px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.supportText .newsBox:hover{
	background: #fff;
	box-shadow: 10px 10px 15px #dcdcdc,0px 0px 20px #dcdcdc ,0px 0px 20px #dcdcdc;
}
.supportText .newsBox:hover > div img{
	transform: scale(1.1,1.1);
}
.supportText .newsBox:hover > h2{
	color: #00634F;
}


/*
//è½®æ’­å›¾*/
.indexLunbo .box{
	width: 482px;
	height: 324px;

	position: relative;
}

.indexLunbo  .list{
	display: inline-block;
	width: 520px;
	height: 324px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 20%;
	background: none;
	margin-right: -600px;
}

.indexLunbo .btn{
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 60px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	color: white;
	text-decoration: none;
	text-align: center;
	background: rgba(0,255,0,.5);
	cursor: pointer;
}
.indexLunbo .next{
	right: 0;
}

.indexLunbo .buttons a .t1{
	margin-top:15px;
	font-size: 18px;
	text-align: left;

}
.indexLunbo .buttons a .t2{
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	opacity: 0.5;
}
.indexLunbo li{
	position: absolute;
	width: 197px;
	height: 310px;

	list-style: none;
	transition: all 0.3s ease-out;
}
.indexLunbo li p{
	text-indent: 100px;
	line-height: 50px;
	font-size: 18px;
	
}
.indexLunbo img{
	width:197px;
	height: 281px;
	border:none;
	float: left;
}
.indexLunbo .p2{
	transform:translate3d(-40px,20px,0) scale(0.81);
	color: rgba(255,255,255,0);
	opacity: 0.8;
}
.indexLunbo .p1{
	transform:translate3d(132px,0,0) scale(1);
	transform-origin:0 50%;
	color: #fff;
	opacity: 1;
	z-index: 2;
}
.indexLunbo .p3{
	transform:translate3d(315px ,20px,0) scale(0.81);
	z-index: 3;
	opacity: 0.8;
	color: rgba(255,255,255,0);

}
.indexLunbo .p4{
	transform:translate3d(449px,0,0) scale(0.81);
	transform-origin:100% 50%;
	opacity: 0.8;
	z-index: 2;
}
.indexLunbo .p5{
	transform:translate3d(672px,0,0) scale(0.81);
}
.indexLunbo .p6{
	transform:translate3d(896px,0,0) scale(0.81);
}
.indexLunbo .p7{
	transform:translate3d(1120px,0,0) scale(0.81);
}

.indexLunbo .buttons{
	position: absolute;
	width: 190px;
	height: 320px;
	top:20%;
	left: 0;
	text-align: center;

}
.indexLunbo .buttons a span{
	background: url(../images/yuan1.png) 30px center no-repeat;
	display: block;
	margin-bottom: 17px;
	width: 486px;
	height: 90px;
	box-sizing: border-box;
	padding-left: 68px;
	border-radius: 50px;
	border:1px solid #bbbbbb;
	padding-top: 4px;
	cursor: pointer;
	color: white;
	transition: all .5s;

}
.indexLunbo span{
	display: block;
	width: 35px;
	height: 1px;
}
.indexLunbo .blue{
	color: #333 !important;
	background: url(../images/yuan2.png) #fff 30px center no-repeat !important;
	
}
.indexLunbo .blue .p{
	color: #333;
}
.fangdaBox .fangdaTxt{
	float: right;
	width: 358px;
}
.fangdaBox .fangdaTxt .p1{
	font-size: 20px;
	color: #333;
	margin-bottom: 17px;
}
.fangdaBox .fangdaTxt .p2{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 37px;
}
.fangdaBox .fangdaTxt .lianxi{
	display: inline-block;
	text-align: center;
	width: 149px;
	height: 42px;
	border-radius:50px;
	border: 2px solid #00634F;
	color: #00634F;
	line-height: 42px;
}
.fangdaBox .fangdaTxt  .fenxian{
	line-height: 42px;
	display: inline-block;
	width: 70px;
	height: 42px;
	text-align: center;
	background: url(../images/share.png) center right no-repeat;
}

.bottom1{
	margin-bottom: 10px;
}
.juzhong{
	text-align: center;
}
.rela{
	position: relative;
}
/*.qihuan{
	vertical-align: middle;
	box-sizing: border-box;
	padding-top: 10px;
	height: 45px;
	width: 809px;
	border-bottom: 1px solid #e3e3e3;
	bottom: 0px;
	position: absolute;
}*/
.qihuan a{
	vertical-align: middle;
	display: inline-block;
	padding:0 24px ;
	border-right: 1px solid #e3e3e3;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.qihuan a:hover,.qihuan a.on{
	color: #00634F;
}
.qihuan a.border{
	border:none;
}
.indexBanner .swiper-pagination-bullet-active{
	background: white !important;
}

/*å®¢æœæŒ‚ä»¶*/

/*å®¢æœ å›žåˆ°é¡¶éƒ¨*/
.kefu-box { position: fixed; right: 20px; bottom: 180px; z-index: 1000; }
.kefu { width: 46px; height: 46px; padding-left: 10px; margin-bottom: 5px; position: relative; }
.kefu span { display: block; width: 45px; height: 45px; border: 1px solid #ddd; position: relative; cursor: pointer; }
.kefu-email span { background: url(../images/email.png) no-repeat center; }
.kefu-qq span { background: url(../images/qq.png) no-repeat center; }
.kefu-tel span { background: url(../images/tel.png) no-repeat center; }
.kefu-erweima span { background: url(../images/erweima.png) no-repeat center; }
.kefu-email:hover span { background: #00634F url(../images/email-h.png) no-repeat center; border-color: #00634F; }
.kefu-qq:hover span { background: #00634F url(../images/qq-h.png) no-repeat center; border-color: #00634F; }
.kefu-tel:hover span { background: #00634F url(../images/tel-h.png) no-repeat center; border-color: #00634F; }
.kefu-erweima:hover span { background: #00634F url(../images/erweima-h.png) no-repeat center; border-color: #00634F; }
.kefu-email-info { width: 180px; display: block; position: absolute; right: 56px; top: 1px; height: 45px; line-height: 45px; background-color: #00634F; text-align: center; color: #fff; display: none; }
.kefu-email-info:after { content: ''; display: block; width: 0; height: 0; border: 8px; border-color: transparent; border-style: solid; border-left: 8px solid #00634F; position: absolute; right: -16px; top: 13px; }
.backTop { width: 45px; height: 45px; margin-left: 10px; border: 1px solid #ddd; background: url(../images/backtop.png) no-repeat center; cursor: pointer; }
.backTop:hover { background: #00634F url(../images/backtop-h.png) no-repeat center; border-color: #00634F; }
.kefu-erweima-img { width: 110px; display: block; position: absolute; right: 56px; bottom: 0; height: 110px; border: 1px solid #ddd; padding: 5px; text-align: center; color: #fff; display: none; }
.kefu-erweima-img:after { content: ''; display: block; width: 0; height: 0; border: 8px; border-color: transparent; border-style: solid; border-left: 8px solid #ddd; position: absolute; right: -16px; bottom: 13px; }
.bottomInfo p a
{
    float: none !important;
    margin-right: 0 !important;
    }
 .bottomInfo p a:hover
 {
     color:White !important;
     }
.banner .contactBannerP{
	color: #333;
}
.productPager a.on{
	color: #00634F;
	border: 2px solid #00634F;
}
.productPager .first{
	display:none
}

.new_detail{width: 799px;margin: 0 auto 90px;background: #fff;padding-left: 11px;}
.new_detail h1{font-size: 24px; font-weight: lighter;text-align: center; line-height: 34px;padding-bottom: 10px;color: #383737;}
.new_detail p{font-size: 14px;color: #757575;text-indent: 2em;}
.detail_date{width: 275px;overflow: hidden;margin:  0 auto 50px;}
.detail_date span{float: left;display: block;line-height: 24px;}
.det_share{float: right;line-height: 24px;}
.det_share .bshare-custom{float: right;}
.detail_page_wrap{padding-top: 50px;overflow: hidden;}
.back_page{float: left;border: 1px solid #ddd;overflow: hidden;}
.back_page a{display: block;text-align: center; width: 100px;line-height: 40px;height: 40px;float: left;border-left: 1px solid #ddd;}
.back_page a:first-child{border: none;}
.back_page a:hover{color: #00634F;}
.keyword{width: 500px;float: right;text-align: right;line-height: 24px;padding-top: 9px;}
.keyword span{line-height: 24px;display: inline-block;*display:inline;*zoom:1;}
.keyword a{line-height: 24px;display: inline-block;*display:inline;*zoom:1;margin: 0 3px;}
.keyword a:hover{color: #00634F;}
.productactive
{
    color: #00634F !important;
    }
.headNav button{
	background: url(../images/search.png) center no-repeat;
	display: block;
	width: 26px;
	height: 48px;
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
	border:none;
}


.supportText .moreProduct .newsA{
	height: 215px;
}

.supportText .moreProduct .newsA div {
	margin-top:6px;
	height:156px;
}


.fangdaBox{

	width: 807px;
	height: 520px;
}

.qihuan{
	vertical-align: middle;
	box-sizing: border-box;
	padding-top: 10px;
	height: 45px;
	width: 809px;
	border-bottom: 1px solid #e3e3e3;
	margin-top: 10px;

}

.headNav{
	width: 1080px;
	margin:0 auto;
	height: 47px;
	position: relative;
}

.headNavBox .secondSelect  a:hover {
	border-color: #eee;
}
.headNavBox .secondSelect  a:hover > div{
	border-color: #00634F;
}
.headNavBox .secondSelect  a:hover > div img{
	transform:scale(1.1,1.1);
}
.headNavBox .secondSelect  a:hover > p{
	color: #00634F;
}
.headNavBox .secondSelect  a p{
	text-align: center;
	width: 200px;
	margin-top: 12px;
	transition: all 1s;

}
.headNavBox .secondSelect {
	margin-left: -540px;
	left: 50%;
	display: none;
	z-index: 9999;
	width: 1080px;
	position: absolute;
	background: #fff;
	box-sizing: border-box;
	padding: 48px  7.5px 32px ;
}
.headNavBox .secondSelect a{
	vertical-align: middle;
	display: inline-block;
	width: 263px;
	height: 210px;
	box-sizing: border-box;
	padding: 4px 30px 0px;
	border-right:  1px solid #eeeeee;
	border-top: none;
	color: #666666;
}
.headNavBox .secondSelect a.border{
	border-right: none;
}

.headNavBox .secondSelect a div{
	transition: all 1s;
	overflow: hidden;
	width: 200px;
	height: 153px;
	border: 1px solid #eeeeee;
}
.headNavBox .secondSelect a div img{
	transition: all 1s;
	display: block;width: 100%;
}

.foot .footContent .footNav {
	display: inline-block;
}
.foot{
	width: 100%;
	background: #292c31;
}
.foot .footContent .footContentBox{
	width: 1080px;

}

.foot .footContent .shareBar{
margin-bottom: 15px;
overflow: hidden;
    width: 100%;
}
.foot .footContent .shareBar a{
	color: #606771;
	padding: 5px 30px 5px 0;
	/*display: inline-block;*/
}
.foot .footContent .shareBar a:hover{
	color: white;
}
.xina{
	background:url(../images/xina2.png) #1e2126 center no-repeat  !important;
}
.wechart{
	background:url(../images/wechart.png) #1e2126  center no-repeat !important; 
}
.qq{
	background:url(../images/qq.png) #1e2126  center no-repeat !important;
}
.xina:hover{
	background:url(../images/xina.png) #00634F center no-repeat !important;
}
.wechart:hover{
	background:url(../images/wechart2.png)#00634F center no-repeat !important;
}
.qq:hover{
	background:url(../images/qq2.png)#00634F center no-repeat !important;
}
.indexProductBox .indexProduct .indexProductL a.on{
	color: #00634F;

}
.dedede
{
    display:none;
    }
.page_list .first{
display:none
}
.language{float: right;position: relative;height: 30px;width: 119px;}
.language div{position: absolute;left: 0;top:0;z-index: 5;width: 88px;/* background: url("../images/arrow.png.png") no-repeat 80px 12px #fff; */border: 1px solid #242934;/* padding: 3px 0 3px 20px; */overflow: hidden;height: 22px;border-radius: 2px;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;}
.language div a{display: block;line-height: 22px;font-size: 12px;color: #333;}
.language div:hover{height: 44px;}
.language div a:hover{color: #0d5fb9;text-decoration: underline;}