.index,
.index img {
  width: 100%;
}

.index {
  position: relative;
}

.ffotter {
  font-size: 14px;
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  height: 60px;
  line-height: 60px;
}

.ffotter a {
  color: #fff;
}

/*  */
.main {
  width: 100%;
}

.daobg{
  width: 100%;
  height: 70px;
  /* background: url(../images/dao_bg.png) no-repeat; */
  background-color: #0a4748;
  position: absolute;
  top: 0px;
  left: 0px;
}

.navigation {
  font-size: 20px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}

.navigation_tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation_tab p a {
  color: #fff;
  display: block;
  width: 130px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.navigation_tab p a.show {
  background: url(../images/show.png) no-repeat;
}

.navigation_tab p a:hover {
  background: url(../images/show.png) no-repeat;
}

.footer {
  color: white;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.footer a{
  color: white;
}

.banner {
  width: 100%;
}

.main{
  background: url(../images/mmbg1.png) repeat-y top center; 
  background-size: 100%;
}
/*  */
.mcenter{
  width: 100%;
 /* background: url(../images/mmbg.png) no-repeat top center; */
  background-size: 100%;
  position: relative;
/*  background-image: linear-gradient(to right, #0d8f94 , #90d7d0); */
}

.mcenter1{
  background: url(../images/mbg.png) no-repeat right bottom;
}

.center{
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 450px;
}

.titlebg{
  width: 390px;
  height: 66px;
  line-height: 66px;
  font-size: 38px;
  color: #10676e;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  background: url(../images/titlebg.png) no-repeat;
  margin-bottom: 50px;
}

.icon_title{
  color: #fff;
  font-size: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.icon_title span{
  margin-left: 10px;
}

/* 职位 */

.jobs_titlebg{
  width: 1200px;
  height: 61px;
  background: url(../images/jobs_titlebg.png) no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  color: #10676e;
  font-weight: bold;
}
.jobs_titlebg p{
  text-align: center;
}
.jobs_titlebg p:nth-child(1){
  font-size: 24px;
  color: #fff;
  width: 306px;
}

.jobs_titlebg p:nth-child(2){
  width: 242px;
}
.jobs_titlebg p:nth-child(3){
  width: 500px;
}
.jobs_titlebg p:nth-child(4){
  width: 152px;
}

.jobs_centermbg{
  width: 100%;
  background-color: #fff;
}

.jobs_center_titlebg{
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 21px;
  color: #10676e;
  height: 60px;
}

.jobs_center_titlebg p:nth-child(1){
  width: 680px;
  text-align: center;
}

.jobs_center_titlebg p:nth-child(2){
  width: 220px;
  text-align: center;
}

.jobs_center_titlebg p:nth-child(3){
  width: 258px;
  text-align: right;
}

.dian{
  cursor:pointer;
}

.img1{
  display: none;
}

.jobs_centerlistbg{
  border-bottom: 1px solid #10676e;
}

.jobs_rong{
  display: none;
  border-top: 1px dashed #cfcecc;
  background-color: #fdfaf6;
  padding: 20px 20px;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}

.jobsm{
  margin-bottom: 30px;
}


/* 公共 */
.font{
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}

.font1{
  font-size: 21px;
  line-height: 36px;
  color: #fff;
}

.kong{
  text-indent: 2em;
}

.cu{
  font-weight: bold;
}

.zhong{
  text-align: center;
}

.mt{
  margin-top: 66px;
}

.mt1{
  margin-top: 30px;
}

.newsContent{
  color: #fff;
}

.er_bg{
  width: 290px;
  height: 290px;
  margin: 0 auto;
  margin-top: 30px;
  background: url(../images/er_bg.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}