/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
body {
  font-family: '微软雅黑', SimSun, Arial;
  font-size: 16px;
  background: #ffffff;
  color: #999;
}
img {
  border: 0;
}
strong {
  font-style: normal;
  font-weight: normal;
}
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #444;
  text-decoration: none;
}
strong,
.b {
  font-weight: bold;
  color: #444;
}
img {
  border: 0px;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}
.red,
.red a {
  color: #c00;
  text-decoration: none;
}
.red a:hover {
  color: #ff0000;
  text-decoration: none;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb25 {
  margin-bottom: 25px;
}
.pr5 {
  padding-right: 5px;
}
.pl15 {
  padding-left: 15px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs22 {
  font-size: 22px;
}
.yh {
  font-family: '微软雅黑';
}
.w980 {
  width: 980px;
}
.w710 {
  width: 710px;
}
.w720 {
  width: 720px;
}
.w220 {
  width: 220px;
}
.gray,
.gray a {
  color: #888;
  text-decoration: none;
}
.gray2,
.gray2 a {
  color: #666;
  text-decoration: none;
}
.t-c {
  text-align: center;
}
.t-r {
  text-align: right;
}

.gary_line {
  background: #d3d3d3;
  margin: 25px 0px;
  overflow: hidden;
  width: 710px;
  height: 1px;
  display: block;
}

.container,
.container2,
.container3,
.container4,
.container5,
.container6,
.container7,
.container8 {
  width: 980px;
  margin: 25px auto;
  height: auto;
}
.container2 {
  height: 473px;
}

.footDiv1 {
  width: 100%;
  padding: 0px;
  border-top: #e7e7e7 solid 1px;
  background: url(../image/footBj.jpg) repeat-y center 0px #fafafa;
  color: #ccc;
}
.footDiv1 a {
  color: #ccc;
  text-decoration: none;
}
.footDiv1 a:hover {
  color: #333;
  text-decoration: none;
}
.wh470 {
  width: 470px;
  padding: 5px 0px;
  line-height: 28px;
}
.footDiv1 h2 {
  height: 26px;
  line-height: 26px;
  font-weight: bold;
}
.wh470 a {
  padding: 0px 5px;
  display: inline-block;
  height: 28px;
  line-height: 28px;
}
.wh310 {
  width: 290px;
  line-height: 26px;
  padding: 5px 0px 5px 20px;
}
.wh310 a {
  display: inline-block;
  width: 47px;
}
.wh200 {
  width: 170px;
  padding: 25px 0px 0px 30px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.wh200 a {
  display: block;
}
.wh200 img {
  text-align: center;
}
.footDiv2 {
  width: 100%;
  padding: 20px 0px;
  line-height: 22px;
  color: #fff;
  background: #8f0100;
  text-align: center;
  font-family: 'SimSun';
  margin-top: 50px;
}
.footDiv2 a {
  color: #fff;
  text-decoration: none;
}
.footDiv2 a:hover {
  color: #f00;
  text-decoration: none;
}

/*nav*/
#nav {
  height: 79px;
  border-bottom: 1px solid #cdcdcd;
}
.banner {
  width: 980px;
  margin: 0 auto;
}
#allnavs {
  width: 1120px;
  margin: 0 auto;
}
.logo {
  width: 184px;
  height: 65px;
  margin-top: 7px;
  background: #ffffff;
}

/*.main_nav*/
.main_nav {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: url(image/dhDiv.png) repeat-x;
}
.main_nav2 {
  margin: 0 auto;
}

.navl {
  height: 79px;
  padding-left: 5px;
  color: #444;
}
.navl a {
  text-decoration: none;
  padding: 0 12px;
  margin: 24px 3px;
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
}
.navl a:hover {
  background: #c00;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}
.home a,
.home a:hover {
  width: 80px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  margin: 0 9px;
}

.cur {
  background: #c00;
  color: #fff;
  border-radius: 3px;
}
.home {
  background: url(image/house.jpg) no-repeat 0px 13px;
  padding-left: 15px;
  color: #fff;
}

/*link_list css*/
.link_list {
  height: 65px;
  line-height: 65px;
  color: #666;
  padding-right: 20px;
  font-family: 'SimSun';
}
.link_list a:hover {
  color: #c00;
  font-weight: bold;
}

/*banner*/
.banner {
  height: 270px;
  background: #f1f5fe url(http://www.laoren.com/about/image/top01.jpg) no-repeat center;
  width: 100%;
}

/*container*/
.container_t {
  height: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-left: 6px;
  font-size: 12px;
}
.container_t h1 {
  font-size: 22px;
  width: 300px;
  height: 22px;
  line-height: 22px;
  border-left: 5px solid #c00;
  padding-left: 10px;
  color: #444;
  display: block;
}
.position_now span a {
  width: 240px;
  line-height: 22px;
  padding-top: 8px;
  height: 20px;
  text-align: right;
}
.container_t a:hover {
  color: #c00;
}
.container_m {
  padding-top: 20px;
}
.container_m_l {
  padding: 0 10px;
}
.container_m_l h2 {
  font-weight: bold;
  color: #444;
  text-indent: 28px;
}
.container_m_l p {
  text-indent: 28px;
  line-height: 34px;
  margin-bottom: 6px;
  display: block;
}
.zxyd {
  display: block;
  width: 180px;
  height: 34px;
  line-height: 34px;
  padding: 6px 0;
  border-radius: 3px;
  font-size: 18px;
  border: 1px solid #ff9999;
  color: #ff6666;
  margin: 15px auto;
  text-align: center;
  text-indent: 0px;
}
.zxyd:hover {
  background: #ff9999;
  color: #fff;
}
.guanz {
  height: 210px;
  width: 218px;
  border: 1px solid #dcdcdc;
}
.guanz h3 {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #dcdcdc;
  width: 203px;
}
.codelist {
  padding: 7px;
  width: 206px;
  height: 65px;
}
.codelist span {
  line-height: 24px;
  width: 128px;
}

.weibo {
  height: 36px;
  padding: 0 9px;
  width: 200px;
  line-height: 36px;
  border: 1px solid #e5e5e5;
  display: none;
}
.weibo a {
  display: block;
  float: left;
  height: 30px;
  margin: 3px 6px 0;
}

/*contact us*/
.container_map {
  padding: 10px;
  width: 650px;
  border: 1px solid #e5e5e5;
  margin-left: 15px;
}
.map {
  width: 650px;
  height: 349px;
}
.contact_info h3 {
  height: 30px;
  line-height: 30px;
}
.contact_info p {
  line-height: 24px;
  margin-bottom: 10px;
}

/*zhaopin*/
.zpmc {
  font-family: '微软雅黑', courier, monospace;
  font-size: 18px;
}
.nTab {
  margin: 30px auto;
  width: 980px;
}
.nTab .TabTitle {
  height: 48px;
  clear: both;
  overflow: hidden;
}
.nTab .TabTitle ul {
  padding-bottom: 0px;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.nTab .TabTitle li {
  text-align: center;
  line-height: 42px;
  list-style-type: none;
  padding-left: 0px;
  width: 122px;
  padding-right: 0px;
  float: left;
  color: #fff;
  margin-left: 6px;
  cursor: pointer;
  font-weight: bold;
}
.nTab .TabTitle .active {
  width: 122px;
  background: url(image/btn1.png) no-repeat;
  height: 48px;
}
.nTab .TabTitle .normal {
  width: 122px;
  background: url(image/btn2.png) no-repeat;
  height: 48px;
}
.nTab .TabContent {
  margin: 0px auto;
  width: auto;
}
.none {
  display: none;
}
.img {
  width: 315px;
  float: left;
  margin-left: 9px;
  margin-right: 9px;
}
.sx {
  width: 980px;
  display: inline;
  background: url(image/cx.gif) repeat-y left top;
  height: auto;
}
.recruitment {
  line-height: 34px;
  width: 900px;
  margin-bottom: 30px;
  float: left;
  color: #999;
  margin-left: 9px;
  font-size: 16px;
  margin-right: 9px;
  margin-top: 10px;
}
.recruitment a {
  color: #0088d3;
  text-decoration: underline;
}
.salary-container {
  line-height: 40px;
  margin: 12px 0px;
  height: 40px;
  line-height: 40px;
}
.salary-container span {
  margin-right: 15px;
}
.salary,
.unit {
  font-size: 18px;
  color: #444;
}
.unit {
  font-size: 18px;
  margin-left: 10px;
}
.ypzw h3 {
  font-family: '微软雅黑', courier, monospace;
  float: left;
  color: #c00;
  font-size: 18px;
  font-weight: bold;
}
.time {
  float: right;
}

/*AD*/
.advertisment {
  line-height: 24px;
  width: 780px;
  font-family: courier, monospace;
  float: left;
  color: #888888;
  font-size: 12px;
  padding-top: 50px;
}
.ad-service {
  margin: 40px auto 40px 95px;
  width: 435px;
  height: 86px;
}
.ad-nr {
  text-align: left;
  width: 420px;
  height: 405px;
  margin-left: 25px;
  padding-top: 152px;
  color: #db2730;
  font-size: 16px;
}
.ad-nr p {
  color: #999;
  line-height: 40px;
  text-indent: 0;
}
.ad-nr1 {
  text-align: left;
  width: 420px;
  height: 150px;
  margin-left: 185px;
  padding-top: 5px;
}
.gsmc {
  margin-bottom: 20px;
  color: #cdcdcd;
  font-size: 18px;
}
.ad-nr a {
  color: #5eb4e3;
  text-decoration: underline;
}
.ad-nr1 a {
  color: #5eb4e3;
  text-decoration: underline;
}
.advertis {
  width: 700px;
  background: url(image/ser_bg.jpg) no-repeat -10px 0;
  height: 560px;
  margin-left: 0px;
}

/*ditu*/
.map_l {
  line-height: 21px;
  width: 980px;
  font-family: 宋体;
  float: left;
  color: #888888;
  font-size: 12px;
  padding-top: 30px;
}
h4 {
  font-family: '微软雅黑', courier, monospace;
  color: #2e2e2e;
  font-size: 16px;
  font-weight: bold;
}
.line1 {
  margin: 35px0px20px;
  width: 780px;
  display: block;
  background: #d3d3d3;
  height: 1px;
  overflow: hidden;
}

/*link*/
table {
  background: #ededed;
}
table td {
  text-align: left;
  width: 144px;
  background: #fff;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}
table td a:hover {
  color: #c00;
}
.ljxz {
  float: left;
  width: 963px;
  line-height: 38px;
  font-size: 14px;
  height: auto;
  display: block;
}
.bt1 {
  background: #f3f3f3;
  font-size: 14px;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
}
.bt1 a {
  color: #000;
}
.bt1 a:hover {
  color: #1ba1ea;
}
.bt2 {
  background: #f3f3f3;
  font-size: 16px;
  width: 245px;
  text-align: center;
  line-height: 38px;
  height: 38px;
}
.map1 {
  line-height: 38px;
  width: 123px;
  height: 38px;
  text-align: center;
  font-size: 14px;
}
.map2 {
  line-height: 38px;
  width: 233px;
  display: block;
  float: left;
  height: 38px;
}
.map_nav1 {
  width: 245px;
}

/*tgtop*/
.tgtop {
  width: 700px;
  text-indent: 28px;
  font-family: 'SimSun';
}

/*返回顶部*/
.go {
  width: 47px;
  height: 47px;
  background-color: #fff;
  position: fixed;
  right: 10%;
  bottom: 12%;
  border-radius: 5px;
  box-shadow: 0 0 2px #6e6e6e;
}
.go a {
  display: block;
  text-indent: 999em;
  width: 47px;
  border: 0;
  overflow: hidden;
  float: left;
}
.go .top {
  background: url(image/about_bg.png) no-repeat 0 0px;
  height: 47px;
}
.go .top:hover {
  background: url(image/about_bg.png) no-repeat 0 -47px;
}

/*hot words*/
.bigDiv {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.footDiv1 {
  width: 100%;
  padding: 0px;
  border-top: #e7e7e7 solid 1px;
  background: url(image/footBj.jpg) repeat-y center 0px #fafafa;
  color: #ccc;
}
.footDiv1 a {
  color: #ccc;
  text-decoration: none;
}
.footDiv1 a:hover {
  color: #333;
  text-decoration: none;
}
.w960 {
  width: 960px;
  padding: 10px 10px 20px 10px;
  line-height: 28px;
}
.w960 h2 {
  height: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #666;
}
.w960 a {
  padding: 0px 4px;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  font-family: 'SimSun', '宋体';
  color: #666;
}

/* 侧边二维码 */
.side-ecode {
  margin-top: 30px;
  background: #f9f9f9;
  padding: 10px;
}
.side-ecode p {
  line-height: 2;
}

/* 课程列表 */
.course-list ul {
  margin-right: -30px;
  font-size: 0;
}
.course-list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 350px;
  margin: 0 20px 20px 0;
}
.course-list li img {
  width: 350px;
}
.course-list li p {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 35px;
  height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-list .course-mask {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 35px;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.course-list .course-mask img {
  width: 120px;
  padding: 10px;
  margin-top: 15px;
  background: #fff;
}
.course-list .course-mask span {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}
.course-list li:hover .course-mask {
  display: block;
}
.course-more a {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.course-more a span {
  display: none;
  position: absolute;
  bottom: 52px;
  left: 50%;
  margin-left: -80px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}
.course-more a img {
  width: 140px;
}
.course-more a:hover {
  background: #c00;
  color: #fff;
}
.course-more a:hover span {
  display: block;
}

/* 登录 */
.login-box {
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}
.login-l {
  float: left;
  width: 480px;
}
.login-l .main {
  padding: 80px 30px;
}
/* .login-l .main h1 { font-size: 35px; font-weight: 700; color: #333;} */
.login-r {
  float: right;
  width: 500px;
  background-color: #ebf4ff;
}
.login-r .bgimg {
  height: 600px;
  margin: 30px;
  background: url(./image/login/dlbox.svg) no-repeat center;
  background-size: contain;
}
.agreement {
  font-size: 14px;
}
.agreement .checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.agreement a:hover {
  color: #c00;
}

/* 顶部nav */
.nav-top {
  line-height: 30px;
  background: #eee;
  padding: 10px 0;
}
.nav-top-login {
  display: none;
}
.nav-top .w980 {
  margin: 0 auto;
}
.nav-top-l {
  float: left;
}
.nav-top-r {
  float: right;
}
.nav-top a:hover {
  color: #c00;
}
.nav-top .user-info img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
}
.nav-top .user-info span {
  display: inline-block;
  vertical-align: middle;
}
.nav-top .user-info #login-out {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

/* 用户协议 */
.agreement-box {
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.agreement-box .title {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}
.agreement-box .t {
  margin: 20px 0;
}
