﻿@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  font-family: "microsoft yahei";
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
input {}
body {
  font: 14px/1.8 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
  color: #505050;
}
img {
  border: none;
}
li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
a {
  color: inherit;
  text-decoration: none;
}
.cl {
  clear: both;
}
li.position span:last-child {
  display: none;
}
/**/
header {
  width: 1200px;
  margin: auto;
  display: flex;
  padding: 20px 0px;
  justify-content: space-between;
}
header .logo {
  width: 250px;
}
header .logo img {
  display: block;
  width: 100%;
}
header .nav {
  width: 960px;
}
header .nav ul {
  display: flex;
  justify-content: flex-end;
}
header .nav ul li {
  position: relative;
}
header .nav ul li > a {
  width: 85px;
  padding: 0px 0px 5px;
  color: #333;
  font-size: 15px;
  display: block;
  line-height: 70px;
  text-align: center;
}
header .nav ul li.hover > a {
  color: #997a3c;
  border-bottom: 2px solid #e46c0a;
}
header .nav ul li.wuye > a {
  display: block;
  background: url(../images/icon_star_white.png) left -18px no-repeat;
  background-position: center left;
  line-height: 70px;
  padding: 0px 0px 0px 22px;
  margin-left: 35px;
}
header .nav ul li p {
  display: none;
  position: absolute;
  top: 50px;
  width: 110px;
  margin: auto;
  left: -13px;
  right: 0;
  background-color: white;
  background: url(../images/nav_bg.jpg) #fff center top no-repeat;
  z-index: 999999;
}
header .nav ul li p a {
  color: #505050;
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 30px;
}
header .nav ul li p a:first-child {
  padding-top: 10px;
}
header .nav ul li p a:last-child {
  padding-bottom: 10px;
}
header .nav ul li:hover p {
  display: block;
}
header .nav ul li p a:hover {
  color: #e8c020;
}
.banner {
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
}
.index-main {
  width: 1200px;
  margin: 70px auto;
  display: flex;
  justify-content: center;
}
.index-main a {
  display: block;
  margin: 0px 20px;
}
footer {
  background: #EBEBEB;
  padding: 10px 0px 10px;
  float: left;
  width: 100%;
}
footer .footer {
  text-align: center;
  color: #505050;
  font-size: 14px;
}
/**/
.type-list {
  width: 100%;
  border-bottom: 1px solid #dedede;
  line-height: 50px;
}
.type-list ul {
  width: 930px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.type-list ul li {
  margin-right: 10px;
}
.type-list ul li a {
  color: #252525;
  font-size: 14px;
  display: block;
  border-bottom: 2px solid transparent;
}
.type-list ul li.hr {
  font-family: "宋体";
  color: #b6b6b6;
  font-size: 10px;
  font-style: normal;
  padding: 0px 5px;
}
.type-list ul li a:hover, .type-list ul li a.hover {
  color: #997a3c;
  font-weight: bold;
  border-bottom: 2px solid #e46c0a;
}
.type-list ul li.position {
  position: absolute;
  right: 0;
  color: #252525;
  font-size: 14px;
}
.type-list ul li.position a {
  display: inline;
  padding: 0;
  margin: 0;
  color: #252525;
  font-size: 14px;
}
.type-list ul li.position a:hover {
  border: none;
}
.page-content {
    width: 930px;
    margin: 15px auto;
    color: rgba(51, 51, 51, 0.8);
    line-height: 1.8;
}
.page-content02 {
  width: 960px;
  margin: 35px auto;
  display: flex;
  justify-content: space-between;
}
.page-content02 .left {
  width: 165px;
}
.page-content02 .left h2 {
  color: #997a3c;
  font-size: 22px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  font-weight: bold;
}
.page-content02 .left ul li a {
  font-size: 14px;
  line-height: 28px;
  color: #969696;
  padding: 10px 0px 5px;
  display: inline-block;
  border-bottom: 2px solid #fff;
}
.page-content02 .left ul li:hover a, .page-content03 .left ul li.hover a {
  color: #997a3c !important;
  text-decoration: none !important;
  border-bottom: 2px solid #e46c0a;
}
.page-content02 .right {
  background: #f4f4f4;
  padding: 15px;
  min-height: 200px;
    width: 750px;
}
.page-content02 .right ul li {
  margin-top: 10px;
  overflow: hidden;
}
.page-content02 .right ul li .photo {
  float: left;
  margin-right: 8px;
  width: 20%;
}
.page-content02 .right ul li .photo img {
  max-width: 172px;
  margin-bottom: -7px;
}
.page-content02 .right ul li .introduce {
  float: left;
  overflow: hidden;
  padding: 10px;
  width: 76%;
}
.page-content02 .right ul li .more {
  float: left;
  padding-top: 60px;
  text-align: center;
  width: 100px;
}
.page-content02 .right ul li .more1 {
  float: left;
  padding-top: 60px;
  text-align: center;
  width: 100px;
  display: none;
}
.page-content02 .right ul li .introduce .top span {
  color: #265BB1;
  font-size: 14px;
}
.page-content02 .right ul li .introduce .bottom {
  line-height: 20px;
}
.jibie {
  color: #38393B;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 3px;
}
.page-content03 .right ul li .introduce .top {
  color: #003FA5;
  font-size: 15px;
  margin-bottom: 13px;
}
.small-type {
  display: flex;
  justify-content: flex-end;
}
.small-type a {
  color: #000;
  padding-bottom: 8px;
  font-size: 13px;
  margin-left: 15px;
  border-bottom: 2px solid #fff;
}
.small-type a:hover, .small-type a.hover {
  border-bottom: 2px solid #e46c0a;
}
.taghistory {
  padding: 70px 0 30px;
  background: url(../images/about5bg.png) no-repeat center bottom;
  overflow: hidden;
}
.historybox {
  width: 900px;
  margin: 0 auto;
  background: url(../images/h-bg.jpg) repeat-y center center;
  position: relative;
  padding-top: 8px;
  padding-bottom: 130px;
  *zoom: 1;
}
.h-hbg {
  display: block;
  position: absolute;
  width: 1px;
  height: 75px;
  background: url(../images/h-hbg.jpg) no-repeat center top;
  top: 0;
  left: 50%;
}
.h-fbg {
  display: block;
  position: absolute;
  width: 1px;
  height: 60px;
  background: url(../images/h-fbg.jpg) no-repeat center top;
  bottom: 0;
  left: 50%;
}
.histitemr {
  width: 360px;
  float: right;
  position: relative;
  padding-left: 90px;
  padding-bottom: 20px;
}
.histitemr h3 {
  text-align: right;
  font-family: "pillgothic300mg" !important;
  font-size: 28px;
  color: #f29e14;
  font-weight: bold;
  padding-left: 40px;
  background: url(../images/hicon-right.png) no-repeat 2px 3px;
  position: absolute;
  top: 0px;
  left: -10px;
  line-height: 30px;
  width: 62px;
}
.histul {
  padding-left: 36px;
  padding-top: 5px;
}
.histul li {
  line-height: 20px;
}
.histitemr li {
  list-style: outside;
  color: #7D869F;
}
.histiteml li {
  padding-right: 16px;
  background: url(../images/icon-pointer.png) no-repeat right;
}
.histul li a {
  font-size: 12px;
  color: #000;
}
.histul li a:hover, .histul .current a {
  color: #997a3c;
  font-weight: bold;
}
.histiteml {
  width: 360px;
  float: left;
  position: relative;
  padding-right: 90px;
  text-align: right;
  padding-bottom: 20px;
}
.histiteml h3 {
  font-family: "pillgothic300mg" !important;
  font-size: 28px;
  color: #f29e14;
  font-weight: bold;
  padding-right: 40px;
  background: url(../images/hicon-left.png) no-repeat 74px 3px;
  position: absolute;
  top: 0px;
  right: -10px;
  line-height: 30px;
  text-align: left;
  width: 62px;
}
.histiteml .histul {
  padding-left: 0px;
  padding-right: 20px;
}
.h-current {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/hicon-crr.jpg) no-repeat;
  position: absolute;
  top: 78px;
  left: 50%;
  margin-left: -8px;
  z-index: 100;
}
.clearfix {
  clear: both;
  content: '';
  *zoom: 1;
  overflow: hidden;
}
.clearfix:after {
  content: "";
  line-height: 0;
  clear: both;
}
/**/
.page-content03 {
  width: 930px;
  margin: 35px auto;
  display: flex;
  justify-content: space-between;
}
.page-content03 .left {
  width: 250px;
  border-right: 1px solid #ececec;
}
.page-content03 .left h2 {
  color: #997a3c;
  font-size: 22px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  font-weight: bold;
}
.page-content03 .left ul li a {
  font-size: 14px;
  line-height: 28px;
  color: #969696;
  padding: 10px 0px 5px;
  display: inline-block;
  border-bottom: 2px solid #fff;
}
.page-content03 .left ul li:hover a, .page-content03 .left ul li.hover a {
  color: #997a3c !important;
  text-decoration: none !important;
  border-bottom: 2px solid #e46c0a;
}
.page-content03 .right {
  width: 630px;
  background: #f4f4f4;
  padding: 15px;
	font-size: 14px;
    line-height: 32px;
}
.zb  {
  width: 930px;
  margin: 35px auto;
  display: flex;
  justify-content: space-between;
}
.zb .left {
  width: 250px;
	float:left;
  border-right: 1px solid #ececec;
}
.zb .left h2 {
  color: #997a3c;
  font-size: 22px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  font-weight: bold;
}
.zb .left ul li a {
  font-size: 14px;
  line-height: 28px;
  color: #969696;
  padding: 10px 0px 5px;
  display: inline-block;
  border-bottom: 2px solid #fff;
}
.zb .left ul li:hover a, .zb .left ul li.hover a {
  color: #997a3c !important;
  text-decoration: none !important;
  border-bottom: 2px solid #e46c0a;
}


/**/
.jobi {
    width: 930px;
    margin: 30px auto;
    height: auto;
    overflow: hidden;
}
.jobil {
  width: 230px;
  float: left;
}
.tabPost thead tr th {
  text-align: center;
}
.jobir {
  width: 590px;
  float: right;
}
/*

/*招聘职位*/
.notList {}
.notList .chose {
  height: 35px;
  margin-bottom: 4px;
}
.notList .chose select, .notList .chose input {
  border: 0 none;
  color: #7d869f;
  padding: 0;
  margin: 0;
  height: 35px;
  line-height: 35px;
  float: left;
  display: inline;
}
.notList .chose select, .notList .chose .inp1 {
  background: #d6dddf;
  margin-right: 4px;
}
.notList .chose select {
  width: 125px;
  text-indent: 8px;
}
.notList .chose .inp1 {
  text-indent: 10px;
  width: 110px;
}
.notList .tabPost {
  width: 100%;
  text-align: center;
}
.notList .tabPost thead tr th, .notList .tabPost tbody tr td {
  padding: 13px;
	font-size: 12px;
}
.notList .tabPost tr td {
  border-bottom: 4px solid #ffffff;
}
.notList .tabPost thead tr th {
  background: #997a3c;
  color: #ffffff;
  font-size: 14px;
  border-bottom: 4px solid #ffffff;
}
.notList .tabPost tbody .trEven {
  background: #dbe2eb;
  cursor: pointer
}
.notList .tabPost tbody .trOdd {
  display: none;
  text-align: left;
}
.notList .tabPost tbody .trOdd td {
  padding: 0
}
.notList .tabPost tbody .tr_hover td {
  background: #f58716;
  border: 0;
  color: #ffffff;
}
.notList .tabPost tfoot tr td {
  background: #162a9b;
  text-align: center;
  cursor: pointer
}
.postDel {
  padding: 20px;
  border: 1px solid #d1dff2;
  border-top: 0 none;
  position: relative;
}
.postDel .apply {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.postDel .h1 {
  font-size: 16px;
  color: #003fa5;
  margin-bottom: 10px;
}
.postDel .post1, .postDel .post2 {
  margin-bottom: 20px;
}
.postDel .post1 p, .postDel .post3 p {
  margin-bottom: 5px;
}
.notList .tabPost_2 tbody .trEven {
  cursor: auto;
}
.notList .tabPost_2 thead tr th, .notList .tabPost_2 tbody tr td {
  text-align: center;
}
/*  */
.tagcontent1 .left .line {
  margin: 20px 0 15px;
}
.tagcontent1 .left {
  margin-right: 22px;
  float: left;
}
.tagcontent1 .right .cities li {
  border-bottom: 1px solid #827B7B;
  border-right: 1px solid #827B7B;
  border-top: 1px solid #827B7B;
  float: left;
  width: 16.5%;
  text-align: center;
}
.tagcontent1 .right .cities li a {
  line-height: 30px;
  padding: 0 5px
}
.tagcontent1 .right .cities .first {
  border-left: 1px solid #827B7B;
}
.tagcontent1 .right .titlepic {
  margin-bottom: 15px;
}
.tagcontent1 .right .cities .selected1 {
  border-top: 1px solid #d1b162 !important;
  border-right: 1px solid #d1b162 !important;
  border-bottom: 1px solid #d1b162 !important;
  border-left: 1px solid #d1b162 !important;
  background: none repeat scroll 0 0 #d1b162;
}
.tagcontent1 .right .cities .selected1 a {
  color: #fff;
}
.cityaddress .address {}
.address .left .companyname {
  color: #2B66BB;
  margin: 20px 0 5px;
}
.address .left {
  margin-right: 0;
  width: 250px;
  margin-left: 25px;
  background: #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.address .right {
  padding: 50px 0 0;
  width: 165px;
  margin-left: 80px;
}
.cityaddress .address {
  display: none;
}
.tagcontent2 {
  margin: 0 35px;
  padding-bottom: 20px;
}
.tagcontent2 .cityaddress .companyname {
  color: #2B66BB;
}
.managemenu {
  background: url("../images/managemenu.png") repeat-x scroll 0 bottom transparent;
  margin: 10px 0;
  overflow: hidden;
}
.tagcontent2 .managemenu li {
  background: url("../images/pagemenuli.png") no-repeat scroll left 7px transparent;
  float: left;
  padding: 0 15px 11px;
}
.tagcontent2 .managemenu .first {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding-left: 0 !important;
}
.tagcontent2 .managemenu li a {
  color: #767E95;
  padding-bottom: 12px;
}
.tagcontent2 .managemenu .selected1 a {
  border-bottom: 1px solid #FF8A00;
}
#dituContent {
  border: 2px solid #265BB1;
}
.map {
  color: #7D869F;
}
.map .hh {
  font-size: 12px;
}
.title {
  color: #003FA5;
  font-size: 13px;
}
.strong {
  font-size: 16px;
}
/**/
.cjwt-list ul li {
  margin-bottom: 8px;
  cursor: pointer;
}
.cjwt-list ul li p.t1 {
  color: #5071a6;
}
.cjwt-list ul li .t2 {
  padding: 0 0 0px 26px;
  font-size: 13px;
  line-height: 30px;
  color: #666;
  display: none;
}
/**/
.biao-tou {
  width: 930px;
    margin: 40px auto -25px;
    height: 60px;
    background-color: #d6c8ae;
}
.biao-tou ul {}
.biao-tou ul li {
  float: left;
  font-size: 20px;
  line-height: 60px;
  margin-left: 24px;
  /*font-weight: 600;*/
}
.biao-tou .mulu-time {
  float: right;
  margin-right: 20px;
  font-weight: 500;
}
.biao-tou .biao-ti {
  margin-left: 62px;
  font-weight: 500;
}
.minct {
  width: 930px;
  margin: auto;
}




.page-content img{
  max-width: 100%;
}
.page-content02 .right table{
  border-collapse:collapse;
}