.page_bg{
    background-image: url("../images/other_page_bg.png");
    width: 1440px;
    height: 210px;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}
.page_bg .title{
    position: absolute;
    left: 0;
    top: 60px;
    padding: 0 20px;
}
.page_bg .title .mask{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #005D5B;
    opacity: .6;
    filter: alpha(opacity=60);
}
.page_bg .title h2{
    position: relative;
    z-index: 2;
    font-size: 30px;
    color: #fff;
    line-height: 80px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
}
.content{
    margin-top: 20px;
}
.nav_menu{
    background-color: #fff;
    width: 250px;
    float: left;
}
.nav_menu li{
    border-bottom: 2px solid #F9F9F9;
    line-height: 50px;
    font-size: 14px;
    position: relative;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
}
.nav_menu li .pendant{
    float: left;
    width: 4px;
    height: 22px;
    background-color: #eee;
    margin-top: 14px;
    position: relative;
}
.nav_menu li .arrow{
    display: none;
    background-image: url("../images/arrow.png");
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 15px;
}
.nav_menu li.active .arrow{
    display: block;
}
.nav_menu li.active .pendant{
    background-color: #005D5B;
}
.nav_menu li.active a{
    font-weight: bold;
}
.nav_menu li a{
    display: block;
    padding-left: 18px;
    color: #666;
    text-decoration: none;
}

.list_body{
    padding-left: 270px;
    margin-bottom: 20px;
	min-height:200px;
}
.list_body .list_content{
    background-color: #fff;
}
.list_body .list_content .header{
    overflow: hidden;
    border-bottom: 2px solid #005D5B;
    padding: 15px;
}
.list_content .title{
    float: left;
    white-space: nowrap;
    line-height: 25px;
    font-size: 19px;
    color: #000;
    font-weight: normal;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
}
.list_content .postion{
    float: right;
    color: #838383;
    line-height: 25px;
}
.list_content .postion a{
    text-decoration: none;
    color: #838383;
}
.list_content .postion a:hover{
    color: #005D5B;
}
.list_wrapper{
    padding: 10px 15px 10px 30px;
}
.list .item{
    border-bottom: 1px dashed #eee;
    font-size: 14px;
    padding: 15px 0;
    position: relative;
}
.list .item a{
    display: block;
    color: #444;
    padding-right: 85px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list .item .time{
    position: absolute;
    right: 15px;
    top: 17px;
    color: #777;
    font-size: 12px;
}


.list_wrapper .page_body{
    width: 100%;
    text-align: center;
}
.list_wrapper .page{
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
    display: inline-block;
}
.list_wrapper .page li{
    float: left;
}
.list_wrapper .page li a{
    display: block;
    color: #666;
    border: #ccdbe4 1px solid;
    padding: 8px 14px;
    margin: 0 2px;
    font-size: 14px;
    text-decoration: none;
}
.list_wrapper .page li a:hover{
    color: #6F0D0C;
    background-color: #EEE;
}
.list_wrapper .page li a.active{
    color: #fff;
    background-color: #005D5B;
    font-weight: 600;
}
/* 图片列表 */
.img_list{
  overflow: hidden;
  font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
}
.img_list li{
  float: left;
  width: 25%;
  padding: 15px;
}
.img_list li img{
  display: block;
  height: 150px;
  width: 100%;
}
.img_list li:hover span{
  opacity: .5;
  bottom: 0;
}
.img_list li:hover p{
  opacity: 1;
  bottom: 0;
}
.img_list li a{
  display: block;
  position: relative;
  overflow: hidden;
}
.img_list li span{
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 9;
  height: 30px;
  transition: all .3s;
}
.img_list li p{
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 30px;
  line-height: 30px;
  z-index: 10;
  width: 100%;
  text-align: center;
  color: #fff;
  transition: all .3s;
}

/* 招聘 */
.recruit_main{
  overflow: hidden;
  font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
  width: 80%;
  margin: 0 auto;
}
.recruit_main .recruit_body{
  overflow: hidden;
}
.recruit_main .recruit_body span{
  display: inline-block;
  width: 50%;
  float: left;
  font-size: 14px;
  font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
  margin-bottom: 10px;
}
.recruit_main h2{
  text-align: center;
  font-size: 20px;
  margin: 20px 0;

}
.recruit_main p{
  font-size: 14px;
  margin-bottom: 10px;
}
.recruit_main .form_group{
  margin: 0 auto;
  margin-bottom: 15px;
}
.recruit_main .form_group span,
.feedback .form_group span
{
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.recruit_main .form_group input[type=text]{
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding-left: 10px;
  outline: none;
  border: 1px solid #ccc;
  margin: 4px 0 0;
}
.recruit_main .form_group label{
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
}
.recruit_main .form_group input[type=radio]{
  margin-right: 10px;
  display: inline-block;
}
.recruit_main .form_group input:focus,
.recruit_main .form_group textarea:focus,
.feedback .form_group input:focus,
.feedback .form_group textarea:focus
{
  border: 1px solid #005D5B;
}
.recruit_main .form_group textarea,
.feedback .form_group textarea{
  padding: 15px;
  width: 100%;
  height: 150px;
  outline: none;
  font-size: 14px;
}
.recruit_main .form_group button.submit,
.feedback .form_group button.submit
{
  width: 50%;
  margin: 0 auto;
  display: block;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
  margin-top: 40px;
  cursor: pointer;
}
.recruit_main .form_group button.submit:hover{
  background-color: #31b0d5;
  border-color: #269abc;
}
/* 客户留言 */
.feedback .form_group{
  margin: 0 auto;
  margin-bottom: 15px;
}
.feedback input[type=text]{
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding-left: 10px;
  outline: none;
  border: 1px solid #ccc;
}


/*  */
#nameMsg,
#telMsg,
#emailMsg{
    color: #ff4949;
    font-size: 12px;
    margin-top: 5px;

    /*border-color: ;*/
}