﻿@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0; outline:none;}
body{ font-family: "Microsoft Yahei"; color:#333; font-size:14px;}
a{ text-decoration:none;}
li{list-style-type:none;}
.clear{ clear:both;}
img{ border:none;}
.none{ display:none;}
.content{ width:1000px; margin:0 auto;}
/*导航*/
.titlediv{ width:100%; height:110px; background:url(../images/logo.jpg) center left no-repeat; overflow:hidden;}
.title{ float:right; width:60%;}
.title a{font-size:18px; line-height:110px; padding:10px; color:#666;vertical-align: middle;-webkit-transform: translateZ(0);transform: translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);-webkit-backface-visibility: hidden;backface-visibility: hidden;-moz-osx-font-smoothing: grayscale;position: relative;overflow: hidden;}
.title a:before{content: "";position: absolute;z-index: -1;left: 0;right: 100%;bottom: 0;background: #885e4e;height: 4px;-webkit-transition-property: right;transition-property: right;-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.title a:hover{ color:#000;}
.title a:hover:before{ left:0; right:0;}
.title span{ color:#dcdcdc;}
/*滚动图片*/
.slideBox{ width:1000px; height:449px; overflow:hidden; position:relative;} 
.slideBox .hd{ height:16px; overflow:hidden; position:absolute; left:50%;margin-left:-33px; bottom:10px; z-index:1; } 
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  } 
.slideBox .hd ul li{float:left; margin:0 3px; width:16px; height:16px; line-height:16px; text-align:center; background:#885e4e; cursor:pointer;border-radius:50%;} 
.slideBox .hd ul li.on{ background:#fff;} 
.slideBox .bd{ position:relative; height:449px; z-index:0;   } 
.slideBox .bd img{ width:1000px; height:449px; }
/*公司简介*/
.company{ padding:20px; background-color:#f2f2f2; margin-top:30px;}
.company h3{ font-size:16px; color:#885e4e; font-weight:bold;text-align:center;background:url(../images/fgx.png) center center no-repeat;}
.company .des{ float:left; width:960px; margin-top:20px; font-size:14px; line-height:30px;}
.company .des p{ text-indent:2em;}
.company .des ul li{ margin-left:10px;}
.company .pic{ background:url(../images/jianjie.png) center center no-repeat; overflow:hidden; float:left; width:188px; height:110px;margin-right:12px;margin-top:6px;}
/*招聘职位*/
.nav{ margin:20px 0px 10px;}
.nav_n{ position:relative; padding:5px 15px; border-left:3px solid #4c88da; background-color:#fff; float:left; cursor:pointer; transition:all 0.3s ease 0s;}
.nav_n:hover{ background-color:#4c88da; color:#fff;}
.nav_n .salary{ font-size:12px;}
.nav a.go{ font-size:14px; padding:6px 8px; border-radius:5px; background-color:#4c88da; color:#fff; text-align:center; float:left; margin-left:15px; transition:all 0.3s ease 0s; }
.nav a.go:hover{ background-color:#3b6bac;}
.job_detail{ padding:10px; line-height:30px;}
/*职位信息*/
.com_table { border-top:1px solid #E3E3E3;border-left:1px solid #E3E3E3; width:756px;}
.com_table dl { height:31px; line-height:30px;}
.com_table dl dt {height:30px; line-height:30px; background-color:#f5f5f5; float:left; width:90px; text-align:right; padding-right:5px;border-bottom:1px solid #E3E3E3;border-right:1px solid #E3E3E3}
.com_table dl dd {height:30px; line-height:30px; background-color:#fff; float:left; width:276px;border-bottom:1px solid #E3E3E3;border-right:1px solid #E3E3E3; padding-left:5px; text-align:left;}
.com_table .oth1{height:75px;}
.com_table .oth1 dt{height:75px;line-height:75px;}
.com_table .oth1 dd{height:75px;width:654px;}
.com_table .oth1 dd h3{line-height:25px;margin-top:3px;font-size:16px;font-weight:normal;color: #09C;font-family: "å¾®è½¯é›…é»‘","SimHei";}
.com_table .oth1 dd h3 i{font-family: Arial,Helvetica,sans-serif;font-size: 18px;}
.com_table .oth1 dd ul{width:654px;line-height:20px;}
.com_table .oth1 dd li{display:inline;height:18px;line-height:20px;}
/*联系我们*/
.contactmap{width:400px;height:200px;float:left;background:url(../images/map.png) center center no-repeat;}
.contactmsg{margin-left:30px;float:left;list-style-type:none;}
.footer{background-color:#885e4e; color:#fff; font-size:12px; text-align:center; margin-top:0px; padding:25px 0 25px 0;}