@charset "utf-8";
/* css document */
body { 
	background: #fff;
	color: #666; 
	font: 12px/24px "微软雅黑","华文细黑",arial,sans-serif;
	padding: 0;
	margin: 0;
}
a { 
	color: #666;
}
a:hover { 
	color: #b92222;
}
.ablock{width: 100%;height: 100%;display: block;}
.w1000{
	margin: 0 auto;
	width: 1000px;
}
/*首页*/
/*.header-top{
	width: 100%;
	min-width: 1000px;
	height: 47px;
	background: #2b2b2b;
}
.header-top .w1000 ul li{
	margin-top: 16px;
	height: 15px;
	line-height: 15px;
	padding: 0 15px;
	border-right: 1px solid #474747;
	text-transform: uppercase;
}
.header-top .w1000 ul li.first{
	border-left: 1px solid #474747;
}
.header-top .w1000 ul li a{
	color: #b2b2b2;
}
.header-top .w1000 ul li a:hover{
	color: #fff;
}*/
.header{
	position: relative;
	width: 100%;
	min-width: 1000px;
	height:82px;
	/*background: url(/uploads/image/eswimg/bg-header.jpg) repeat center;*/
    background-color:#444;
	border-top: 6px solid #2b2b2b;
	z-index: 2;
}
.head{
	margin: 0 auto;
	width: 1000px;
	height: 82px;
}
.head .logo{
	/*margin-top: 24px;
	width: 260px;
	height: 33px;
	overflow: hidden;*/
}
.head .language{
	margin:30px 0 0 10px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: url(/uploads/image/eswimg/chinese.png) no-repeat center;
}
.head .language a{color: #fff;}
.head .nav ul li{
	position: relative;
	height: 82px;
	line-height: 82px;
}
.head .nav ul li a{
	display: block;
	padding: 0 15px;
	/*color: #2c2c2c;*/
    	color: #fff;
}
.head .nav ul li:hover,.head .nav ul li.on{
	background: url(/uploads/image/eswimg/bg-nav.jpg) repeat;
}
.head .nav ul li:hover a,.head .nav ul li.on a{
	color: #fff;
}

.nav ul li .subnav{
	position: absolute;
	left: 0;
	top:82px;
	height: 27px;
	padding: 17px 10px;
	background: #af2100;
	display: none;
	z-index: 9;
}
.nav .subnav dl{
	float: left;
}
.nav .subnav dl dt,.nav .subnav-last dl dt{
	float: left;
	height: 27px;
	line-height: 27px;
	border-right: 1px solid #90070f;
}
.nav .subnav dl dt a,.nav .subnav-last dl dt a{
	padding:0 10px;
}

.nav .subnav .last,.nav .subnav-last .last{
	border: none;
}
.nav .subnav-last{
	position: absolute;
	right: 0;
	top: 82px;
	height: 27px;
	padding: 17px 10px;
	background: #af2100;
	display: none;
	z-index: 9;
}
.nav .subnav dl dt a,.nav .subnav-last dl dt a{
	font-size: 12px;
	color: #fff;
}
/*.nav .subnav dl dt:hover a ,.nav .subnav-last dl dt:hover a {
	color: #fff;
}
*/

.banner{ 
	 position: relative;
	 overflow: hidden;
	 height: 527px;
	 width: 100%;
	 min-width: 1000px;
}
.banner  ul li{
	 /*position:absolute;*/
	 width: 100%;
	 height:527px;
	 z-index: 1;
	 cursor: pointer;
	 position: relative;
	 overflow: hidden;
}
.banner .number{
	 position: absolute;
	 width: 1000px;
	 height: 13px;
	 left: 50%;
	 bottom:65px;
	 margin-left:-500px;
	 text-align: right;
	 z-index: 2;
}
.banner .number span{
	 display: inline-block;
	 width: 13px;
	 height: 13px;
	 line-height: 13px;
	 background: url(/uploads/image/eswimg/bg-icon.png) no-repeat;
	 background-position: 0 0;
	 margin-right:5px;  
	 overflow: hidden;
}
.banner span.on{
     background-position:-17px 0px;
}

.banner .hd a.prev,.banner .hd a.next{ position: absolute;display: block;  width:50px; height:71px; top:205px; overflow:hidden; cursor:pointer; background:url(/uploads/image/eswimg/bg-prev.png) no-repeat;filter:alpha(opacity=0);opacity:0;z-index: 2;}
.banner .hd a.prev{
	left: 50px;
	background-position: 0 0;
}
.banner .hd a.next{ 
	right: 50px;
	background-position:-52px 0px;  
}
.banner:hover a.prev,.banner:hover a.next{
	filter:alpha(opacity=100);opacity:1;
}

/*.banner{overflow: hidden;height: 527px;width: 100%;position: relative;}
.banner .bd{height: 527px;width: 100%;}
.banner .bd ul li{width: 100%;height:527px;}
.banner .hd{width: 1000px; height: 13px;position: absolute;left: 50%;bottom:65px; margin-left:435px;}
.banner .hd ul li{width: 13px; height: 13px;background: url(/uploads/image/eswimg/bg-icon.png) no-repeat;background-position: 0px 0px;display: block;margin-right:5px;  float: left;text-indent: -9999px; cursor: pointer;}
.banner .hd ul li.on{width: 13px; height: 13px;background: url(/uploads/image/eswimg/bg-icon.png) no-repeat;background-position:-17px 0px;display: block;}
.banner .prev,.banner .next{ position: absolute;  width:50px; height:71px; top:205px; overflow:hidden; cursor:pointer; background:url(/uploads/image/eswimg/bg-prev.png) no-repeat;filter:alpha(opacity=0);opacity:0;}
.banner .prev{
	left: 50px;
	background-position: 0 0;
}
.banner .next{ 
	right: 50px;
	background-position:-52px 0px;  
}
.banner:hover .prev,.banner:hover .next{
	filter:alpha(opacity=100);opacity:1;
}
*/
.banner ul{
	height: 527px;
	position: relative;
}

.banner ul li .ban-txt1{
	position: absolute;
	top: 80px;
	left: 35%;
	margin-left: 120px;
	width: 621px;
	height: 291px;
	/*margin-top: 60px;
	margin-right:-60px;*/
	/*opacity: 0;
	filter:alpha(opacity=0);*/
}

.banner ul li .ban-txt2{
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: 120px;
	width: 450px;
	height: 350px;
	/*margin-top: 60px;
	margin-right:-60px;*/
	/*opacity: 0;
	filter:alpha(opacity=0);*/
}
.banner ul li .ban-txt11{
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -400px;
	width: 250px;
	height: 470px;
	/*margin-top: 50px;
	margin-left: 105px;*/
/*	opacity: 0;
	filter:alpha(opacity=0);*/
}

.banner .ban-bot{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 54px;
	background: url(/uploads/image/eswimg/bg3.png) repeat;
	z-index: 2;
}
.banner .ban-bot .con{
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}

.banner .ban-bot .con .box{
	position: relative;
	float: left;
	margin-left: 1px;
	width: 332px;
	height: 54px;
	z-index: 3;
}

.banner .ban-bot .box .box1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 332px;
	height: 54px;
	line-height: 54px;
	background: url(/uploads/image/eswimg/bg1.png) no-repeat center center;
}
.banner .ban-bot .box .box1 p{
	line-height: 54px;
	padding: 0 10px 0 20px;
	vertical-align: middle;
	color: #fff;
}

.banner .ban-bot .box .box1 p span{
	display: block;
	width: 18px;
	height: 54px;
	background: url(/uploads/image/eswimg/add.png) no-repeat center center;
}
.banner .ban-bot .box .box2{
	position: absolute;
	left: 0;
	bottom:-244px;
	padding: 0 20px;
	width: 292px;
	height: 244px;
	background: url(/uploads/image/eswimg/bg4.png) no-repeat center center;
	z-index: 2;
}
.banner .ban-bot .box .box2 h2{
	font-size: 14px;
	height: 45px;
	line-height: 45px;
}
.banner .ban-bot .box .box2 h2 a,.banner .ban-bot .box .box2 .index-txt .txt h2 a,.banner .ban-bot .box .box2 .index-txt .txt p a{
	color: #edcfcc;
}
.banner .ban-bot .box .box2 h2 a:hover,.banner .ban-bot .box .box2 .index-txt .txt h2 a:hover,.banner .ban-bot .box .box2 .index-txt .txt p a:hover{
	color: #fff;
}
.banner .ban-bot .box .box2 .index-txt{
	width: 292px;
	height: 84px;

/*	overflow: hidden;*/
}
.index-txt1{
	width: 292px;
	height: 112px;
	overflow: hidden;
}
.banner .ban-bot .box .box2 .index-txt img{
	float: left;
}
.banner .ban-bot .box .box2 .index-txt .txt{
	width: 145px;
	height: 84px;
	overflow: hidden;
}
.banner .ban-bot .box .box2 .index-txt .txt h2{
	font-size: 14px;
	height: auto;
	line-height: 25px;
}
.banner .ban-bot .box .box2 .box-list{
	margin-top: 10px;
}
.banner .ban-bot .box .box2 .box-list dl dt{
	width: 292px;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	color: #edcfcc;
}
.banner .ban-bot .box .box2 .box-list dl dt span img{
	vertical-align: middle;
	margin-right:10px;
}
.banner .ban-bot .box .box2 .box-list a{
	color: #edcfcc;
}
.banner .ban-bot .box .box2 .box-list a:hover{
	color: #fff;
}
.index-wrap{
	width: 100%;
	min-width: 1000px;
	height: 64px;
	border-bottom: 1px solid #f6f6f6;
    
}
.index-wrap .index-news{
	margin: 0 auto;
	width: 1000px;
	height: 64px;
	line-height: 64px;
	border-bottom: 1px solid #d1d1d1;

}
.index-wrap .index-news .name{
	/*width: 90px;*/
	width: 210px;
	height: 64px;
	line-height: 64px;
	vertical-align: middle;

}
.index-wrap .index-news .name img{
	margin-right: 10px;
	margin-top: -3px;
	vertical-align: middle;
}
.index-wrap .index-news .bd{
	width: 790px;
	height: 64px;
	overflow: hidden;
}
.index-wrap .index-news .bd ul li{
	width: 790px;
	height: 64px;
	line-height: 64px;
}
.index-wrap .index-news .bd ul li{

}
.foot{
	margin-top: 20px;
	width: 100%;
	border-top: 1px solid #d6d6d4;
	background: #fff;
	color: #b3b3b3;
}
.footer{
	width: 100%;
	min-width: 1000px;
	height: 106px;
	background: url(/uploads/image/eswimg/bg-footer.jpg) repeat;
	color: #b3b3b3;
}
.footer-main{
	margin: 0 auto;
	width: 1000px;
	height: 106px;
}
.footer-main .foot-left{
	width: 560px;
	height: 68px;
	padding-top: 20px;
}
.footer-main .foot-left p span{
	margin-right: 12px;
}
.footer-main .foot-left p a{
	color: #b3b3b3;
}
.foot-nav {
	margin-top: 20px;
}
.foot-nav ul li a{
	padding: 0 15px;
	color: #b3b3b3;
}
.foot-nav ul li.first a{
	padding-left: 0;
}
.footer-main .foot-left p a:hover,.footer-main .foot-left .foot-nav ul li a:hover{
	color: #b92222;
}
/*.footer-links {	
	width: 172px;
	height: 27px;
	margin-top: 42px;
	position: relative;
	z-index: 15;
	background: url(/uploads/image/eswimg/bg-link.jpg) no-repeat;
	cursor: pointer;
}
.links-list{
	width:160px;
	padding: 0 5px;
	height:auto;
	border: 1px solid #d2d2d2;
	position: absolute;
	bottom: 26px;
	left: 0;
	background: #fff;
	display: none;
}
.links-list a {
	display: inline-block;
	width: 100%;
	height: 16px;
	line-height: 16px;
	padding: 5px 0;
	color: #bec0c3;
}

.links-list a:hover{
    color: #b92222;
}*/

/*关于我们*/
.ban{
	width: 100%;
	min-width:1000px;
/*	height: 370px;*/
	height: 234px;
}
.wrap-main{
	width: 100%;
	height: 100%;
	background: url(/uploads/image/eswimg/bg-body.jpg) repeat-x;
}
.wrap-con{
	/*margin: -75px auto 0;*/
	margin: -119px auto 0;
	width: 1010px;
} 

.wrap-con .top{
	margin: 0 auto;
	width: 1010px;
	height: 8px;
	background: url(/uploads/image/eswimg/bg-top.png) no-repeat center;
}
.wrap-con .middle{
	margin: 0 auto;
	width: 1010px;
	height: auto;

}
.wrap-con .content{
	width: 1010px;
	height: auto;
/*	background: url(/uploads/image/eswimg/bg-about.png) repeat-y;*/
	/*background: url(/uploads/image/eswimg/bg-body2.jpg) repeat-y;*/
	/*background: url(/uploads/image/eswimg/bg-side.png) repeat;*/
	background: url(/uploads/image/eswimg/bg-about2.png) repeat-y;
}
.wrap-con .content .mid{
	margin-left: 5px;
	width: 920px;
	padding: 0 40px;
	background:#fff url(/uploads/image/eswimg/bg-ny.jpg) repeat-x;
}
.wrap-con .content .mid .about{
	width: 730px;
}
.wrap-con .content .mid .about .demo-left{
	width: 680px;
	min-height:500px;
	padding:25px 50px 25px 0;
	background: url(/uploads/image/eswimg/bg-side.png) repeat-y right ;
}
.wrap-con .content .mid .about .demo-left p img{
	margin: 10px 0;
	width: 100%;
}
.wrap-con .content .mid .about h2{
	width: 680px;
	font-size: 20px;
	height: 67px;
	line-height: 80px;
	border-bottom: 1px solid #e4e4e4;
	font-weight: normal;
	overflow: hidden;
	color: #000;
}
.wrap-con .bottom{
	width: 1010px;
	height: 50px;
	background: url(/uploads/image/eswimg/bg5.jpg) no-repeat center;
}

/*侧导航*/
.side{
	width: 190px;
	height: 100%;
}

.side h2{
	float: right;
	width: 165px;
	font-size: 20px;
	height: 67px;
	line-height: 80px;
	font-weight: normal;
	overflow: hidden;
	color: #000;
}
.side-nav{
	/*width: 200px;*/
}
.side-nav ul{
	width: 165px;
}
.side-nav ul li{
	width: 165px;
	height: 39px;
	border-bottom: 1px dotted #adadad;
}
.side-nav ul li a{
	padding-left: 33px;
	line-height: 39px;
	background: url(/uploads/image/eswimg/icon3.png) no-repeat 15px center;
	color: #555;
}
.side-nav ul li:hover,.side-nav ul li.on{
	background: url(/uploads/image/eswimg/bg-menu.jpg) repeat-x;
}
.side-nav ul li:hover a,.side-nav ul li.on a{
	background: url(/uploads/image/eswimg/icon2.png) no-repeat 15px center;
	color: #fff;
}
.side-bot{
	margin-top: 30px;
	width: 165px;
}
.side-bot ul li{
	margin-bottom: 12px;
	padding-right: 15px;
	width: 150px;
	height: 60px;
}
.side-bot ul li.side-box1{
	background: url(/uploads/image/eswimg/img2.png) no-repeat center;
}
.side-bot ul li.side-box2{
	background: url(/uploads/image/eswimg/img3.png) no-repeat center;
}
.side-bot ul li.side-box3{
	background: url(/uploads/image/eswimg/img4.png) no-repeat center;
}
.side-bot ul li.side-box4{
	background: url(/uploads/image/eswimg/img55.png) no-repeat center;
}

.side-bot ul li p{
	text-align: right;
	padding: 21px 0;
	line-height: 18px;
	font-size: 12px;
	color: #333;
}
.side-bot ul li.side-box3 p{
	padding:12px 0;
}


/*荣誉资质*/
.honor .staff-gallery{position:relative;margin-top: 55px; width:680px;overflow: hidden;}
.honor .staff-show{position:relative;margin:0 auto;width:670px; height: 445px;border: 5px solid #dfe1e0;}
.honor .staff-show ul { position:absolute; left:0; top:0; height:445px;}
.honor .staff-show ul li{float:left;position: relative;width:670px; height:445px;padding: 43px;  }
.honor .staff-show ul li img{width:584px; height: 362px; }
.honor .staff-show ul li p{
	position: absolute;
	top:450px;
	left: 0;
	z-index: 2;
	display: block;	
	width: 680px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 12px;
	
}
.honor .staff-thumb{width:584px; margin:80px auto; height:83px; position:relative;overflow:hidden;}
.honor .staff-thumb ul { position:absolute; left:0; top:0;}
.honor .staff-thumb ul li{float:left; display:inline-block; _display:inline; margin:0 8px;width:120px; height:73px;border: 5px solid #dfe1e0; cursor:pointer; vertical-align: middle;}
.honor .staff-thumb ul li img{width: 120px; height: 73px;}
.honor .staff-thumb ul li.cur{border: 5px solid #e13f19;}
.honor .staff-gallery a{position:absolute; display:block; bottom:0; width:29px; height:58px; overflow:hidden; text-indent:-999em; z-index:1;}
.honor .staff-gallery a#prev{ left:0; top:546px; background: url(/uploads/image/eswimg/left.jpg) no-repeat;}
.honor .staff-gallery a#next{ right:0;top:546px; background: url(/uploads/image/eswimg/right.jpg) no-repeat;}

/*发展历程*/
.history-main{
	width: 680px;
}
.history-main .btns{
	height:105px;
	border-bottom: 1px solid #e4e4e4;
}
.history-main .btn{
	float: left;
	width: 29px;
	height:58px;
	margin-top:5px;
	cursor: pointer;
}
.history-main .prev{
	background: url(/uploads/image/eswimg/left.jpg) no-repeat;
}
.history-main .next{
	background: url(/uploads/image/eswimg/right.jpg) no-repeat;
}
.history-main .list{
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 10px;
	width: 595px;
	height: 80px;
}
.history-main .list li{
	width: 109px;
	height: 80px;
	margin:0 5px;
	background: url(/uploads/image/eswimg/bg7.png) no-repeat;
	background-position: 0 0;
	font-size: 16px;
	line-height: 73px;
	color: #7c7c7c;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
.history-main .list li.hover{
	background-position:-119px 0 ;
	color: #e13f19;
}
.hitsory-detail{
	height: auto;
	padding:0;
	margin-top: 30px;
	color: #888;
}
.hitsory-detail ul li{
	margin-bottom: 30px;
	width: 680px;
	height: auto;
	min-height: 51px;
	background: url(/uploads/image/eswimg/bg8.png) no-repeat 17px center;
	/*cursor: pointer;*/
}
.hitsory-detail p{
	margin-left: 70px;
	padding: 12px 0;
	color: #888;
}
.hitsory-detail ul li:hover{
	background: url(/uploads/image/eswimg/bg9.png) no-repeat 17px center;
}
.hitsory-detail ul li:hover p{
	color: #e13f19;
}

/*新闻动态*/
.news{position: relative;margin:5px auto; width: 680px;height: 270px; overflow: hidden; }
.news .bd ul li img{
	display:block;
	float: left;
	width:470px;
	height: 270px;
}
.news .bd{height:270px;width: 100%;}
.news .bd ul li{position: relative; width: 680px;height:270px;}
.news .hd{width: auto; height:14px;position: absolute;right:25px;top:230px;z-index: 2;}
.news .hd ul li{float: left;width:15px; height:15px;background: url(/uploads/image/eswimg/icon-news.png) no-repeat;  background-position: -14px 0;display: block;
	margin-right:6px;line-height: 14px;text-align: center;color: #d0a8a9; font-size: 10px;font-family: "arial"; cursor: pointer;}
.news .hd ul li.on{background-position:0 0;}

.news .bd ul li .news-txt{
	float: right;
	padding:20px 25px;
	width: 160px;
	height: 230px;
	background: #99181f;
	overflow: hidden;
}
.news .bd ul li .news-txt .news-anm{
	margin-top: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.news .bd ul li .news-txt .news-anm h3{
	width: 160px;
	height: 50px;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	border: none;
	margin: 0;
}
.news .bd ul li .news-txt .news-anm h3 a,.news .bd ul li .news-txt .news-anm p a{
	color: #fff;
}

.news .bd ul li .news-txt .news-anm p{
	margin-top: 15px;
}
.news-list{
	margin-top: 30px;
	width: 680px;
}
.news-list ul li{
	margin-bottom: 20px;
	width: 680px;
	height: 55px;
	overflow: hidden;
}
.news-list ul li .date{
	width: 79px;
	height: 55px;
	background: url(/uploads/image/eswimg/bg-news.png) no-repeat;
	background-position: 0 0;
	text-align: center;
}
.news-list ul li .date p{
	margin-top: 5px;
	font-size: 24px;
	font-family: "arial";
}
.news-list ul li .date span{
	font-size: 12px;
	 font-family: "arial";
}
.news-list ul li:hover .date{
	background-position: 0 -55px;
}
.news-list ul li:hover .date p,.news-list ul li:hover .date span{
	color: #fff;
}
.news-list ul li .txt{
	padding: 0 20px;
	width: 557px;
	height: 55px;
	background: url(/uploads/image/eswimg/bg-news2.png) no-repeat center;
}
.news-list ul li .txt h4{
	margin-top: 5px;
	line-height:22px;
	color: #000;
	font-size: 12px;
}
.news-list ul li .txt h4 a{
	color: #000;
}
/*责任关怀-员工活动*/
.activity{
	width: 680px;
	height: auto;
}
.activity ul{
	width: 700px;
}
.activity ul li{
	margin-right:2px;
	width: 205px;
	height: 270px;
	padding: 10px;
	background: #f5f7f7;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.activity ul li .img{
	width: 205px;
	height: 145px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.activity ul li .img img{
	position: absolute;
	transform:scalex(1) scaley(1);
	-webkit-transform:scalex(1) scaley(1);
	transition:all 1.2s;
	-webkit-transition:all 1.2s;
}
.activity ul li .con span{
	font-size: 10px;
}
.activity ul li .con h3{
	font-size: 12px;
	margin-bottom: 5px;
}
.activity ul li .con h3 a,.activity ul li .con p a,.activity ul li .con span{
	color: #626262;
}

.activity ul li .con p{
	line-height: 18px;
}
.activity ul li:hover p a,.activity ul li:hover h3 a,.activity ul li:hover span{
	color: #fff;
}
.activity ul li:hover{
	background: #99181f;
}
.activity ul li:hover .img img{
	transform:scalex(1.05) scaley(1.05);
	-webkit-transform:scalex(1.05) scaley(1.05);
}
.care-list{
	padding-top: 40px;
	width: 680px;
}
.care-list ul li{
	width: 680px;
	height: 38px;
	line-height: 38px;
	background: url(/uploads/image/eswimg/bg-care.jpg) repeat-x;

}
.care-list ul li p span{
	padding: 0 18px;
}
.page{
	padding-top: 20px;
}
/*联系我们*/
.map{
	width: 680px;
	height: 320px;
	overflow: hidden;
}
.contact{
	margin: 20px 0 100px;
	width: 680px;

}
.contact h3{
	font-size: 18px;
	color: #c62500;
	line-height: 50px;
	font-weight: normal;
}
.contact p{
	line-height: 30px;
}
/*职位招聘*/
.hr-top{
	position: relative;
	width: 680px;
	height: 284px;
	overflow: hidden;
}
.hr-top .con{
	position: absolute;
	top: 0;
	right: 0;
	height:284px;
	width:135px;
	background: url(/uploads/image/eswimg/bg-hr.png) repeat center;
	overflow: hidden;
}
.hr-top .con .txt{
	position: relative;
	padding-top: 100px;
	width: 100%;
	height: 184px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}
.hr-top .con .txt .line {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    height: 3px;
    overflow: hidden;
    width: 48px;
}
.job{
	margin-top: 40px;
	width: 680px;
}
.jobtable{
	width: 100%;
}
.jobtable th{
	padding: 0 30px;
	height: 47px;
	line-height: 47px;
	color: #fff;
	background: #99181f;
	border-right: 1px solid #fff;

}
.jobtable tr{
	height: 47px;
	border-bottom: 1px dashed #ebebeb;
}
.jobtable tr td{
	padding: 0 30px;
	height: 47px;
	line-height: 47px;
	color: #2b2b2b;
	text-align: center;
}
.jobtable tr td a{
	color: #2b2b2b;
}
.jobtable tr td a:hover{
	color: #b92222;
}
.jobtable tr td.first{
	text-align: left;
}
/*在线留言*/
.leave{
	width: 680px;
}
.leave ul li{
	width: 680px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ebebeb;
}
.leave ul li .ask{
	padding-left: 77px;
	background: url(/uploads/image/eswimg/img10.jpg) no-repeat left top;
}
.leave ul li .answer{
	margin-top: 10px;
	margin-left: 77px;
	padding:20px 0 20px 77px;
	background: url(/uploads/image/eswimg/img11.jpg) no-repeat 0 20px;
	border-top: 1px solid #ebebeb;
}
.leave ul li h3{
	line-height: 25px;
	font-size: 14px;
	color: #99181f;
}
.leave ul li p{
	line-height: 25px;
}
.leave ul li span{
	color: #c3c3c3;
	line-height: 25px;
}
.ask-con{
	margin-top: 20px;
	width: 680px;
}
.ask-con p{
	line-height: 50px;
	font-size: 14px;
	color: #3f4040;
	font-weight: bold;
}
.asktable{
	width: 100%;
}
.asktable tr td.bg-ask{
	background: url(/uploads/image/eswimg/img10.jpg) no-repeat;
}
.asktable td textarea {   
    border: 1px solid #ebebeb;
    height: 170px;
    margin-bottom: 15px;
    overflow: auto;
    padding:10px;
    width: 584px;
}
.asktable td span{
	font-size: 14px;
	font-weight: bold;
	color: #3f4040;
}
.asktable td input{
	border: 1px solid #dedede;
	padding: 5px 5px;
	width: 80px;
}
.asktable td .button{
	margin-top: 20px;
}
.asktable td .button input{
	border: none;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	padding:6px 0;
    width: 88px;
    text-align: center;
    background: url(/uploads/image/eswimg/bg-btn.png) no-repeat center;
}

/*新闻详情*/
.clubs .top{width: 100%; height: 70px;border-top: 0px solid #f0efef;border-bottom: 1px solid #f0efef;padding-top: 30px;margin-bottom: 30px;}
.clubs .top .p1{text-align: center;font-size: 18px;color: #666;}
.clubs .top .p2{text-align: center;font-size: 16px;color: #666;font-family: arial}
/*.clubs p{
	text-indent: 2em;
}*/
.new_next{
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #f0efef;
    height: 80px;
}
.new_next p{
    font-size: 12px;
    color: #666;
}
.new_next .p_back{
    margin-top: -36px;
}
.p_back{text-align: right;}

/*在线应聘详情*/
.joinus_tb td span#spred{
	color: #fa0303;
}
.joinus_tb td input{

	margin: 5px 0;
	padding: 5px 8px;
	width: 100px;
}
.joinus_tb td textarea{
	margin: 5px 0;
}

/*.page{
	padding:10px 0;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	text-align:center;
	clear:both;}
.page a{
	text-decoration:none;
	color:#8698b6;
	background:#fff;
	border:1px solid #cccccc;
	padding:3px 6px;
	padding-bottom:2px;
	margin-right:3px}
.page a.active{
	background:#fff;
	border:1px solid #fff;
	color:#fff}
.page a:hover{
	text-decoration:none;
	color:#fff;
	background:#fff;
	border:1px solid #fff}
*/

/*浮动*/
.float-top{
	position: fixed;
	bottom:0px;
	left: 50%;
	margin-left: 560px;
	width: 51px;
	height: 51px;
	background: url(/uploads/image/eswimg/float.png) no-repeat;
}

.float-top .top{
	width: 51px;
	height: 51px;
	cursor: pointer;
}

/*网站地图*/
.wrap-con .content .mid-map h3 {
	margin-bottom: 38px;
	width:100%;
	font-size: 20px;
	height: 67px;
	line-height: 80px;
	border-bottom: 1px solid #e4e4e4;
	font-weight: normal;
	overflow: hidden;
	color: #000;
}
.net-map{
	width: 920px;
}
.net-map ul{
	width: 978px;
}
.net-map ul li{
	margin: 0 58px 47px 0;
	width: 265px;
	height: 224px;
	background: #f7f7f7;
	border: 1px solid #dfdfdf;
	overflow: hidden;
}
.net-map ul li h2{
	margin-bottom: 15px;
	padding-left: 26px;
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: #414141;
	color: #fff;
	font-size: 16px;
}
.net-map ul li p{
	line-height: 30px;
	padding-left: 40px;
	background: url(/uploads/image/eswimg/bg-net.png) no-repeat 26px center;
}
.net-map ul li p a{
	color: #505050;
}
.net-map ul li p a:hover{
	color: #000;
}

.joinus_tb td .jianli{
	position: relative;
	width: 128px;
	height: 31px;
	line-height: 31px;
	/*background:url(/uploads/image/eswimg/jianli.jpg) no-repeat center center;*/
	background: url(/uploads/image/eswimg/jianli.jpg) no-repeat center center;
	/*background: #000;*/
	font-size: 12px;
	color: #333;
	cursor: pointer;
	overflow: hidden;
	/*border: 1px solid #ddd;*/
}
.joinus_tb td .jianli span{
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/uploads/image/eswimg/jianli.jpg) no-repeat center center;
}
.joinus_tb td input.shangchuan{
	margin: 0;
	padding:31px 0 0 0;
	width: 300px;
	background: none;
	font-size: 88px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	left:0px;
	top: 0px;
	cursor: pointer;
}
/*友情链接*/
.footer-links {
 margin-left: 20px;
 width: 143px;
 height: 25px;
 margin-top: 29px;
 position: relative;
 z-index: 15;
 background: url(/uploads/image/eswimg/top-link.jpg) no-repeat;
 cursor: pointer;
}
.footer-links span{
	line-height: 25px;
	margin-left: 10px;
	font-size: 12px;
	color: #404040;
}
.links-list{
 width: 260px;
 padding: 0 10px;
 height:auto;
 border: 1px solid #404040;
 position: absolute;
 top: 25px;
 left: -1px;
 background: #fff;
 display: none;
}
.links-list a {
 display: inline-block;
 width: 100%;
 height: 16px;
 line-height: 16px;
 padding: 3px 0;
 color: #404040;
}

.links-list a:hover{
    color: #fc0101;
}
