@charset "utf-8";
/* CSS Document */
/*全局样式
---------------------------------------------*/
*{margin:0px;padding:0px;}
p,ul,li,dl,dd,dt,form,h1,h2,h3,h4,h5,h6{list-style:none;}
fieldset,img{ border:0; }
a{text-decoration:none;}
.clear{clear:both;font-size:0px;height:0px;_height:0px;overflow:hidden; }
em, i { font-style: normal;}
textarea, input,button{word-wrap:break-word; word-break:break-all; padding:0px; border: 0px;font-family:'Microsoft YaHei'; font-size: 14px;}
/* Clear Fix */ 
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;} 
.clearfix{display:inline-block;} 
/* Hide from IE Mac */ 
.left{float:left; _display:inline;}
.right{float:right; _display:inline;}
.ovfl{ overflow:hidden;}
.mar{ margin:0px auto;}
.filter_bg{ filter: alpha(opacity=80); opacity: 0.8; }

/*网站样式
---------------------------------------------*/
body{background:#fff; color:#333; font-family:'Microsoft YaHei',宋体,Arial,Helvetica,'方正兰亭粗黑简体'; font-size: 14px;}
a{color:#333;text-decoration:none;cursor :pointer; outline: none;transition: all 0.4s;
-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;}
.transition1s{ transition: all 1s;
-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s; }
.radius5{-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */}
.ln1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ln2{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.ln3{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.ln5{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
/* CSS Header */
.header{ width:1200px; height:95px; position: relative;}
.logo{ margin-top:13px;}
.headersp1{ height: 23px; line-height: 23px; position: absolute; top: 22px; right: 0px;}
.headersp1 a{ float: left; margin-left: 11px;}
.headersp1 a img{ float: left; margin-right:9px; margin-top:6px;}
.headersp1 a span{ float: left;}
.headersp1 a:hover{ color: #06549A; }
.headersp1 a:hover img{ animation: swing 1s; }
.tel{ height: 24px; line-height: 24px; position: absolute; bottom: 22px; right: 0px;}
.tel img{ float: left; margin-top: 6px;}
.tel span{ float: left; margin-left: 8px;}
.tel b{ float: left; margin-left: 7px; font-weight: bold; color: #06549A; font-size:18px;}

/* CSS nav */
#nav{ width: 100%; height:48px; min-width: 1200px; background: url(../images/navbg2.jpg) repeat-x;}
.nav{ width:1200px; height:48px;  }
.nav ul li{ float :left; position: relative;} 
.nav ul li a{ width:149px; height:48px; line-height: 48px;  float:left; display:inline; text-align:center; font-size:16px;color:#fff;}
.nav ul li a:hover{ color:#06549A; background:url(../images/bg1.jpg) repeat-x; }
.nav ul li.nav_line{ width:1px; height:48px; background:url(../images/nav_line.jpg) no-repeat;}
.nav ul li#nav_2 .nav_sub{ display: none; position: absolute; top: 48px; width: 149px; padding: 5px 0px; background: rgba(255,255,255,1); z-index: 999;}
.nav ul li#nav_2 .nav_sub a{ width: 149px; background: none; height: 35px; line-height: 35px; font-size: 14px; color: #333; float: left; }
.nav ul li#nav_2 .nav_sub a:hover{ background: none; color:#06549A; }
.nav ul li#nav_2 span{ width: 8px; height: 4px; background: url(../images/nicon1.png) no-repeat; position: absolute; top: 24px; right: 20px;} 
.nav ul li#nav_2:hover span{ background: url(../images/nicon11.png) no-repeat; }
.nav ul li#nav_2:hover .nav_sub{ display: block; }
.nav ul li#nav_2:hover .aac{ color:#06549A; background:url(../images/bg1.jpg) repeat-x; }
#nav.caca{ position: fixed; top: 0px; left: 0px; z-index: 9999; }

/* CSS banner */
.banner{height:100%; text-align:center; overflow:hidden; margin:0px auto; min-width: 1200px;}
.banner img{ max-width: 100%;}
#banners{ position: relative;}
#banners .s-prev,#banners .s-next{ width: 48px; height: 48px; cursor: pointer; position: absolute; z-index: 6; top: 50%; margin-top: -24px;}
#banners .s-prev{ background: url(../images/arrows-48-48-3.png) no-repeat left top; left: 360px;}
#banners .s-next{ background: url(../images/arrows-48-48-3.png) no-repeat right top; right: 360px;}
#banners .s-prev:hover{ background: url(../images/arrows-48-48-3.png) no-repeat left bottom;}
#banners .s-next:hover{ background: url(../images/arrows-48-48-3.png) no-repeat right bottom;}
.page_banner{width: 100%; min-width: 1200px; margin:0px auto;}
.page_banner img{ max-width: 100%;}
/* CSS Main */
#wrap{ width:100%; height:100%;  overflow:hidden;  }
.wrap{ width:1200px; height:100%;  overflow:hidden;  }
.main{ width:1200px; height:100%;  overflow:hidden; margin:0px auto; background-color:#fff; }
.rdpro1_video{ text-align: center; margin: 20px auto; position: relative;}
.rdpro1_video img{ max-width: 100%; }
.rdpro1_video #playVideo{ width: 100%; height: 100%; position: absolute; z-index: 10; top: 0px; left: 0px;}
.play_btn{ width: 48px; height: 48px; background: url(../images/media-icon.png) no-repeat; background-size:cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: .26s all linear; cursor: pointer;}
/* 无内容 */
.no-goods,.no-network{
	padding-top:70px;
	overflow: hidden;
	text-align: center;
  }
  .no-goods img{
	display: block;
	margin:0 auto 30px;
	width:220px;
	max-height: 105px;
  }
  .no-network img{
	display: block;
	margin:0 auto 30px;
	width:222px;
	height: 160px;
  }
  .no-goods p,.no-network p{
	color:#666666;
	line-height: 2;
  }
  /*css digg style pagination*/
.de-page-mian {
	overflow: hidden;
	text-align: center;
	font-size: 0;
	margin: 24px 0 10px;
  }
  .de-page-mian .page-inner {
	display: inline-block;
	overflow: hidden;
  }
  .de-page-mian .page-inner a {
	display: block;
	float: left;
	min-width: 26px;
	padding: 0 8px;
	height: 36px;
	border: 1px solid #dddddd;
	background: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	margin-right: -1px;
	overflow: hidden;
  }
  .de-page-mian .page-inner a.active,
  .de-page-mian .page-inner a:hover {
	color: #fff;
	border-color: #06549A;
	background: #06549A;
  }
  .de-page-mian .page-inner a.prev {
	margin-right: 10px;
	background: #fff url(../images/prev.jpg) no-repeat center;
  }
  .de-page-mian .page-inner a.prev.on {
	background: #fff url(../images/prev-hover.jpg) no-repeat center;
  }
  .de-page-mian .page-inner a.prev:hover {
	background-color: #fff;
	border-color: #dddddd;
  }
  .de-page-mian .page-inner a.next {
	margin-left: 10px;
	margin-right: 15px;
	background: #fff url(../images/next.jpg) no-repeat center;
  }
  .de-page-mian .page-inner a.next.on {
	background: #fff url(../images/next-hover.jpg) no-repeat center;
  }
  .de-page-mian .page-inner a.next:hover {
	background-color: #fff;
	border-color: #dddddd;
  }
  .de-page-mian .page-inner a.page-btn {
	font-size: 12px;
	margin-right: 0;
	width: 63px;
	margin-left: 10px;
  }
  .de-page-mian .page-inner span {
	font-size: 12px;
	color: #333;
	float: left;
	line-height: 38px;
  }
  .de-page-mian .page-inner input {
	float: left;
	height: 36px;
	width: 36px;
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	margin: 0 5px;
  }

/* CSS Home */
.about{ width:1200px; height:200px; margin-top:30px; position: relative;}
.about_01{ width:860px; height:70px; line-height:23px;  right:3px; top:16px; text-indent: 2em; position: absolute; top: 10px; right: 0px;}
.about_01 a{ color: #06549A; }
.about_ul{ width: 860px; height: 105px;  position: absolute; bottom: 0px; right: 0px; }
.about_ul li{ width:140px; height: 105px; float: left; overflow:hidden; margin: 0px 15px;}
.about_ul li img{ max-width: 140px; height: 105px; border-radius:10px; }
.about_ul li a:hover img{ filter:alpha(opacity=80);opacity:0.8; }
.about_a1{ animation: rotateinLT 3s infinite; }
.about_a1:hover{ animation:none; }

.pros{ width: 233px; height: 100%; border: solid 1px #06549A; margin-top: 60px;}
.pros_p1{ height: 90px; }
.pros1{ width: 207px; padding:13px 13px 18px 13px; }
.pros1 h3{ height: 40px; line-height: 40px; text-align: center; background: #06549A; margin-top: 6px; border-radius:5px;}
.pros1 h3 a{ color: #fff; font-size: 16px; }
.pros1 ul{ padding: 30px 15px;}
.pros1 ul li{ height: 32px; line-height: 32px; }
.pros1 ul li b{ width: 5px; height: 5px; background: url(../images/icon7.jpg) no-repeat; float: left; margin-top: 15px;}
.pros1 ul li span{ width: 155px;height: 32px;   float: left; margin-left: 15px; color: #545454; overflow: hidden; }
.pros1 ul li a:hover span{ color: #06549A; font-weight: bold;}

.products{ width: 948px;  margin-top: 60px;}
.products_p2{ height: 60px; line-height: 60px; border-bottom:solid 1px #D4D4D4;}
.products_a1{ font-weight: bold; font-size:26px; color: #06549A;   }
.products_a2{ color: #666; }
.products_a2:hover{ color: #06549A;  }
.products1{ height: 100%; overflow: hidden; margin-top: 20px; }
.products .bd li{ float:left; margin:0px 3px 10px 3px;}
.products .bd li a{ width: 308px; height: 228px; text-align: center; border: solid 1px #D4D4D4; border-radius:15px; float: left;}
.productsp1{ width: 248px; height: 186px; margin: 6px auto 3px; overflow: hidden;}
.productsp1 img{ width: 248px; height: 186px;  transition: all 0.4s; }
.productsp2{ width: 248px; height: 30px; line-height: 30px; transition: all 0.4s; text-decoration: underline; color: #797979; font-size:14px; margin: 0px auto;}
.products .bd li a:hover{ border: solid 1px #06549A;  }
.products .bd li a:hover .productsp1 img{ transform:scale(1.05); }
.products .bd li a:hover .productsp2{ color: #06549A; font-weight:bold; }
.products_p1{ height: 149px; margin-top: 5px; width: 943px; background: url(../images/img1.jpg) no-repeat;}
.products_p1 a{ width:120px; height: 39px; float: left; margin-top: 30px; margin-left: 74px; }



.news{ width:585px; height:230px; margin-top:50px; }
.news_p1{ height:40px; line-height: 40px;}
.news_a1{ font-weight: bold; font-size:26px; color: #06549A; }
.more_01{ width:28px; height: 30px; background: url(../images/more_01.jpg) no-repeat; margin-top:7px; }
.more_01:hover{ background: url(../images/more_011.jpg) no-repeat;}
.newsc{ width: 585px;}
.newsc .bd li{ margin-top: 8px; }
.newsp1{ height: 30px; line-height: 30px; }
.newsp1 b{ width: 5px; height: 5px; background: url(../images/icon7.jpg) no-repeat; float: left; margin-top:12px;}
.newsp1 span{ float: left; font-size: 18px; margin-left: 7px; transition: all 0.4s;}
.newsp2{ height: 48px; line-height: 24px; margin-top: 5px; color: #9C9A9A; overflow: hidden;}
.newsc .bd li a:hover .newsp1 span{ color: #06549A; margin-left: 12px;}

.contact_us{ width:585px; height:230px;  margin-top:50px;}
#dt{ width: 335px; height: 162px; margin-top: 22px;}
.contact_01{ width: 225px; margin-top: 22px;}
.contact_01 div{ line-height: 26px; }

/* CSS Footer */
.footer{width:1200px; height:50px; line-height: 50px; color:#fff; text-align:center; margin:0px auto;}
.footer a{ color:#fff;}
.footer a:hover{ text-decoration:underline;}
#footer{ height:50px;background:#06549A; margin-top: 30px; overflow:hidden; min-width: 1200px;}
.weixin{ margin-top:56px; margin-left:60px;}
.gongancode{ display:inline-block; background: url(../images/ga.png) no-repeat left center; padding-left: 26px;}


/*CSS Left_side*/
.left_side{ width:235px; margin-top: 30px; float:left; display:inline;}
.left_sidep1{ height: 90px; }
.left_sidecon{ width: 233px; height: 100%; overflow: hidden; border: solid 1px #06549A;}

.left_sideul{ width:207px; padding:13px 13px 35px 13px;}
.left_sideul li{ height: 40px;  margin-top: 6px;  }
.left_sideul li.sline{ width:254px; height:2px; background:url(../images/page_line.png) repeat-x; overflow:hidden; margin:0px auto;}
.left_sideul li a{ width: 207px; height: 40px; line-height: 40px; text-align: center; margin-top: 6px; border-radius:5px; background:#EAEAEA; font-size:16px;  float:left;  }
.left_sideul li a:hover{ background-color:#06549A; color:#fff;}
.left_sideul li.selectli a{ background-color:#06549A; color:#fff;}

.pcontact_us{ width:235px;  height: 100%; margin-top:40px;}
.pcontact_us_01{ width:225px;  line-height:28px; margin-top:10px; padding:0px 5px;}
/*CSS Right_side*/
.right_side{ width:930px; height:100%; overflow:hidden; margin-top: 30px; float:right; display:inline;}
.right_title{ height:50px; line-height: 50px; }
.right_title_left{ float:left;  font-size:20px; height: 47px; line-height: 47px; font-weight: bold; color:#06549A; border-bottom: solid 3px #06549A;}
.right_title_right{ float:right; margin-right:5px; display:inline;}
.right_title_right a:hover{ text-decoration:underline;}
.right_title_right_sp1{ width:14px; height:13px; background:url(../images/page_icon.png) no-repeat; float:left; margin-top:20px; margin-right:5px;}
.right_title_right_sp2{ float:left;}
.right_content{width:930px; min-height:471px; _height:471px;padding:20px 0px 10px 0px; }


/* CSS News */
#indexNews{ padding:5px; }
#indexNews li{ height:30px; line-height:30px; border-bottom:#D9D9D9 1px dotted; padding:5px 10px 5px 10px; }
#indexNews li a{ padding-left:15px; float:left;}
#indexNews li span{ float:right;}
#indexNews li a:hover{color:#06549A; }
#indexNews li i{ float: left; margin-top: 10px; }

 
#indexNews2 li{ width:900px; height: 130px;transition: all 0.4s; margin:15px 0px; padding:10px; background: #fff;  border:dashed 1px #dedede; position: relative; }
#indexNews2 li#cNewsli0 .inlia1{ left:10px }
#indexNews2 li#cNewsli0 .inlidiv1{ right:10px }
#indexNews2 li#cNewsli1 .inlia1{ right:10px }
#indexNews2 li#cNewsli1 .inlidiv1{ left:10px }
.inlia1{ width: 173px; height: 130px;  text-align: center; position: absolute;}
.inlia1 img{ max-width: 173px; height: 130px; }
.inlia1:hover{ filter:alpha(opacity=80);opacity:0.8; }
.inlidiv1{ width:700px; height: 130px; position: absolute;}
.inlip1{ height: 30px; line-height: 30px; font-size: 15px;}
.inlip1 a{ font-size: 18px; }
.inlip1 span{ margin-left: 20px; transition: all 0.4s;}
.inlip2{ height: 70px; line-height: 30px; color: #666; margin-top: 10px;}
.inlia1{ float: left; }
.inlidiv1{ float: right; }
#indexNews2 li:hover .inlip1 a{ margin-left: 8px; color: #065399; }
#indexNews2 li:hover .inlip1 span{ color: #F58829; }

/*Related*/
.related{ padding:10px; float: left; width: 100%;}
.related p{ height:25px; font-weight:bold; border-bottom:solid 1px #F1F1F1;}
.related ul { width:100%; padding:10px 0px;float:left;}
.related ul li{ width:50%; height:30px; line-height:30px; float:left; box-sizing: border-box; padding-right:60px;}
.related ul li a{ margin-left:5px; color:#666;}
.related ul li a:hover{ color:#06549A;}
/*上一条下一条*/
#prev_next{margin: 10px 10px;clear: both;overflow: hidden; }
#prev_next li{margin: 10px 0; position: relative; padding-left: 20px;}
#prev_next li i{ position: absolute; left: 0px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
#prev_next li a:hover{ color: #06549A; }
/* CSS Pic */
 
#picUL li{height:280px; width:280px;  float:left; margin:15px 15px; display:inline; }
#picUL li a{ width: 272px; height: 272px; background: #fff; float: left; padding:4px; border: solid 1px #ddd;}
#picUL li .pic_01{width:272px;height:204px; text-align: center; overflow: hidden;}
#picUL li .pic_01 img{height:204px; width:272px; _width:272px; vertical-align:middle; transition: all 0.4s; }
#picUL li .pic_02{width:272px; line-height:40px; height:40px; margin-top: 5px; font-size: 15px;}
#picUL li .pic_03{ width: 30px; height: 5px; background: #666; margin-top: 15px; transition: all 0.4s;}
#picUL li a:hover{ background: #06549A; }
#picUL li a:hover .pic_01 img{ transform:scale(1.05);}
#picUL li a:hover .pic_02{ color: #fff;}
#picUL li a:hover .pic_03{ background: #fff; }

 
#proUL li{height:280px; width:280px;  float:left; margin:15px 15px; display:inline; }
#proUL li a{ width: 272px; height: 272px; background: #fff; float: left; padding:4px; border: solid 1px #ddd;}
#proUL li .pic_01{width:272px;height:204px; text-align: center; overflow: hidden;}
#proUL li .pic_01 img{height:204px; width:272px; _width:272px; vertical-align:middle; transition: all 0.4s; }
#proUL li .pic_02{width:272px; line-height:40px; height:40px; margin-top: 5px; font-size: 15px;}
#proUL li .pic_03{ width: 30px; height: 5px; background: #666; margin-top: 15px; transition: all 0.4s;}
#proUL li a:hover{ background: #06549A; }
#proUL li a:hover .pic_01 img{ transform:scale(1.05);}
#proUL li a:hover .pic_02{ color: #fff;}
#proUL li a:hover .pic_03{ background: #fff; }
/* CSS Info */

#newTitle{ line-height:45px; font-size:25px; text-align:center;}
#newsInfo{ height:32px; line-height:32px; text-align:center; border-bottom:solid 1px #f1f1f1; margin:10px;}
.newsinfoleft {padding-left: 30px;}
#newsInfo i{ margin-right: 5px; }
.xxsmys{ width:600px; height:30px; line-height:30px; background-color:#ececec;}
.xxsmwz{ width:88px; height:30px; color:#FFF; text-align:center; display:block; background-color:#9a9a9a;}
.pageys{ width:59px; height:21px; line-height:21px; border:#e5e5e5 solid 1px; display:block; float:left; text-align:center;}
.pageys:hover{color:#ff6c00}
.pageys1{ width:20px;height:21px; line-height:21px; border:#e5e5e5 solid 1px; display:block; float:left; text-align:center; margin-left:5px;}
.pageys2{ float:left; padding-left:5px;height:21px; line-height:21px; }
#infoImage{width:100%;text-align:center;margin:10px 0 10px 0;}
#infoImage img{ max-width:100%; padding:3px; border:#dcdcdc solid 1px;}
#newsContent{ margin:0 auto;line-height:32px; padding:10px;}
#newsContent img{max-width:100%; text-indent:0em;}
#newsContent div{ text-indent:2em;}
#newsContent .parm{ margin-bottom: 16px; }
#newsContent table {
    width:100%;
    margin:0 auto;
    border-width:1px;
    font-family: verdana,arial,sans-serif;
    color:#333;
    border-color: #f1f1f1 !important;
    border-collapse: collapse;
    box-sizing: border-box;
}
#newsContent table th {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
    background-color: #dedede;
}
#newsContent table td {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
}
#newsContent table td a { text-decoration:underline; color: #333;}


.contactus{  height:auto;  line-height:32px; text-align:left;}
#company_main{ margin:0 auto; line-height:32px; padding:10px; }
#company_main img{ max-width:100%; }
#company_main a{ text-decoration:underline; }
#newsContent div.alink{ padding:5px; margin:0 auto; text-indent:0em;}

.newsInfo{ height: 64px; margin-top: 15px; line-height: 64px; color:#999999;  border-top:solid 1px #E6E6E6; border-bottom:solid 1px #E6E6E6; }
.newsInfo i{ margin-right: 5px; }
.sha{ margin-right: 10px; }
.sha a{ float: left; margin-top: 9px; margin-left: 10px;}
.sha a:hover{ animation: swing 1s; }
.sha span{ float: left; }



/*css digg style pagination*/
div.digg{padding:5px;margin:10px;text-align:center; float:right; display: inline;}
div.digg a{border:#aaaadd 1px solid;padding:3px 5px;margin:3px;color:#585858;text-decoration:none}
div.digg a:hover{border:#585858 1px solid;color:#000;}
div.digg a:active{border:#585858 1px solid;color:#000;}
div.digg span.current{border:solid 1px #06549A;padding:3px 8px;font-weight:bold;margin:3px;color:#fff;background-color:#06549A;}
div.digg span.disabled{border:#eee 1px solid;padding:3px 5px;margin:3px;color:#ddd;}
div.digg select{ border:#aaaadd 1px solid; padding:3px 0px;}
/*******************************message css start***************************************/
.seek_job li{ margin-top: 10px; overflow: hidden; position: relative; padding-left: 50px; border:1px solid #dedede; box-sizing: border-box;}
.seek_t1{ color: #999999; font-size: 28px; text-align: center; height: 50px; line-height: 50px; width:50px; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.G_InputText{
    height:50px;
    line-height:50px;
    padding:0px 16px;
    outline: none;
    border-left:1px solid #dedede; 
}
.G_captcha{
    width:120px;
    height:50px;
    line-height:50px;
    border:1px solid #dedede;
    padding:0px 16px;
    float:left;
    border-radius: 2px; outline: none;
}
.G_verifyImg{ width: 120px; height:52px; float: left; }
.G_textarea{
    height:150px;
    line-height:50px;
    padding:12px 16px;
    outline: none;
    border-left:1px solid #dedede;
    float: left;
}
.G_But{
    width:280px;
    height:52px;
    line-height:52px;
    background:#06549A;
    border-radius:5px;
    text-align:center;
    color:#FFF;
    cursor:pointer;
    transition: all 0.3s;
    float: right;outline: none; border: 0px;font-size: 16px;
}
.G_But:hover{
    background:#d81f38; color: #fff;
}
/*******************************message css end***************************************/

/******************************job css start***************************************/
.job_ul{ padding:10px;}
.job_ul li{
	width:100%;
	border-bottom:dashed 1px #cfcfcf;
	float:left;
	padding:10px 0px;
	line-height:30px;
}
.job_ul li .recruit_info{
	float:left;
}
.job_ul li .recruit_info .job_nam{
	color:#000;
	font-weight:bold;
}
.job_ul li .but{
	width:100px;
	height:40px;
	line-height:40px;
	background: #06549A;
	border-radius:2px;   
	float:right;
	margin-top:10px;
	margin-right:22px;
	text-align:center;
}
.job_ul li .but a{
	text-decoration:none;
	color:#FFF;
	display:block;
}

.recruit_info_tit_bg{
	height:40px;
	background:#f8f8f8;
	border-radius:2px;
	margin:15px auto;
}
	
.recruit_info_tit_bg .recruit_info_tit{
	width:120px;
	height:40px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background:#06549A;
	color:#ffffff;
	line-height:40px;
    text-align: center;
}
.recruit_info_main{
	margin:0px auto;
	margin-top:10px;
	margin-bottom:60px;
	padding:5px 20px;
}

.recruit_info_main p {
	text-align: justify;
	letter-spacing: 1px;
	line-height: 30px;
	color: #444444;
}

/*sitemap*/
.sitemap{ width:996px; float:left; /*border:3px solid #f0f0f0;*/ margin-top:10px; margin-bottom:10px;}
.m1{ height:20px; line-height:20px; margin-top:20px; margin-left:20px;}
.m2{ margin-left:20px; margin-top:20px; line-height:25px;}
.m2 span{ font-size:14px; font-weight:bold;}
.m2t{ border:1px solid #f0f0f0; width:800px; padding-left:4px; margin-top:2px; padding:10px; margin-bottom:20px;height: 73px;}
.m2t ul li{ list-style-type:none; float:left; width:150px;}
.m2t ul li a{color:black;}
.m2t ul li a:hover{ color:red; text-decoration:underline;}
.f{ float:right; margin-right:10px; _margin-top:7px;}
.map{ float:right;margin-top: 20px;}
.map a{color:black;}
.pages{ padding:5px 15px; margin:10px 0px;}
.pages li{ float:left; line-height:30px;}
.pagesli1{ width:40%;}
.pagesli2{ width:40%;}
.pagesli3{ width:20%;}
/*页面加载css*/
#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #0a9fd8;
	border-radius: 100%;
	-webkit-animation: bouncee 2.0s infinite ease-in-out;
	animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes rotatee { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotatee {
	100% {
		transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bouncee {
	0%, 100% {
		transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
}