.header{

}
.header .inner{
    width: 1200px;
    margin: 0 auto;
}
.header .headerTop{
    background-color: #fff;
}
.header .headerTop .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 125px;
}
.header .headerTop .headContact .title{
    color: #4cb050;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}
.header .headerTop .headContact .phoneNum{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}
.header .headerTop .headContact .txt{
    color: #999999;
    font-size: 14px;
}
.header .headerTop .logo img{
    max-width: 158px;
    max-height: 72px;
}
.header .headerTop .topR{
    width: 168px;
}
.header .headerNav{
    background-color: #0e787c;
}
.header .headerNav .inner{
    display: flex;
}
.header .headerNav .inner a{
    flex: 1;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.header .headerNav .inner a:hover,
.header .headerNav .inner a.active{
    color: #000000;
    background-color: #80cbc4;
}
/*******end***/
.l_wrap{
    width: 1200px;
    margin: 0 auto;
    margin-top: 120px;
}
.l_wrap .con_banner{
    width: 1200px;
    height: 200px;
    background: url(../img/con_bg.png) no-repeat;
    margin:0 auto;
    padding-top: 58px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.l_wrap .con_banner .txt_box{
    width: 420px;
    min-height: 85px;
    margin-left: 84px;
    
}
.l_wrap .con_banner .title{
    font-size: 36px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: #000;
    font-weight: 500;
   
}
.l_wrap .con_banner .str{
    font-size: 18px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #000;
   
}
.l_wrap .title_box{
    width: 1200px;
    height: 69px;
    border-bottom: 1px solid #f0f0f0;
    margin:0 auto;
    line-height: 70px;
}
.l_wrap .title_box .sp1{
  color:#333 ;
  font-size: 28px;
}
.l_wrap .title_box .sp2{
    color:#999 ;
    font-size: 16px;
  }
  .l_wrap  .ops_box{
      padding-top: 28px;
      box-sizing: border-box;
      width: 1200px;
      padding-bottom: 10px;
      margin:0 auto;
  }
  .l_wrap  .ops_box .l_box{
      width: 1046px;
      height: 42px;
      overflow: hidden;
  }
  .l_wrap   .ops_box .l_box div{
      width: 118px;
      height: 38px;
      text-align: center;
      line-height: 38px;
      border:1px solid #e5e5e5;
      border-radius: 4px;
      font-size: 16px;
      color: #333;
      margin-right: 12px;
      margin-bottom:20px ;
      cursor: pointer;
     
  }
  .l_wrap   .ops_box .l_box div:last-child{
      margin-right: 0;
  }
  .l_wrap   .ops_box .l_box div:nth-child(8n){
    margin-right: 0;
  }
  .l_wrap   .ops_box .r_box{
    text-align: center;
    font-size: 16px;
    color: #333;
    width: 90px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
}
.l_wrap .ops_box .r_box img{
    position: absolute;
    left: 68px;
    top:50%;
    transform: translate(0,-50%);
    width: 11px;
    height: 8px;
    transform:rotate(180deg)
}
.l_wrap .ops_box .l_box div.active{
    background: #0e787c;
    color: #fff;
}
.l_wrap .con_box{
    width: 1198px;
    height: 218px;
    margin:0 auto;
    border:1px solid #e5e5e5
}
.l_wrap .con_box .left_box{
    width: 200px;
    height: 100%;
    margin-right: 58px;
}
.l_wrap .con_box .left_box img{
    display: block;
    width: 100%;
    height: 100%;
}
.l_wrap .con_box .right_box{
    padding-top: 36px;
    box-sizing: border-box;
    width: 820px;
    height: 100%;
    margin-right: 58px;
}
.l_wrap .con_box .right_box div.list{
    box-sizing: border-box;
    width: 820px;
    height: 140px;
    margin-right: 58px;
    display: none;
    overflow-y: auto;
}
.l_wrap .con_box .right_box div.list.show{
    display: block;
}
.l_wrap .con_box .right_box div{
    width: 200px;
    font-size: 14px;
    margin-bottom: 24px;
    /*text-decoration: underline;*/
    color: #333;
    position: relative;
}
.tk{
    text-decoration: none;
    padding: 30px;
    line-height: 42px;
    font-size: 14px;
    color: #0e787c;
    box-sizing: border-box;
    width: 314px;
    height: 126px;
    background: url(../img/tkt.png) no-repeat;
    position: absolute;
    left: 83px;
    top: -42px;
    background-size: 100%;
    z-index:999;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: none;
}

.l_wrap .con_box .right_box input{
    margin-right: 10px;
}
.l_wrap .con_box .right_box div.active{
    color: #0e787c;
    font-weight: bold;
}
.l_wrap .search{
    width: 1200px;
    height: 54px;
    margin:0 auto;
    cursor: pointer;
}   
.l_wrap .search .l{
    width: 117px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    margin-top:10px;
}
.l_wrap .search .l img{
    position: absolute;
    width: 17px;
    height: 15px;
    top:50%;
    left: 0px;
    transform: translate(0,-50%);
}
.l_wrap .search .l span{
    width: 90px;
    text-align: center;
    margin-left: 16px;
    color: #2f8386;
}
.l_wrap .search .btns{
    width: 160px;
    height: 40px;
    background: #0e787c;
    text-align: center;
    line-height: 40px;
    margin-top:10px;
}
.l_wrap .search .btns a{
    width: 100%;
    height: 100%;
  display: block;
  color: #fff;
  font-size: 16px;
}
.l_wrap .tle_box{
    font-size: 20px;
    color: #333;
    width: 1200px;
    height: 70px;
    line-height: 70px;
    margin:0 auto;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 4px;
}
.l_wrap .footer_box{
    width: 1198px;
    height: 496px;
    margin:0 auto;
    border:1px solid #e5e5e5;
    background: #f4f8f9;
   
}
.l_wrap .footer_box .grid{
    height: 247px;
    width: 598px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.l_wrap .footer_box .grid .left{
    text-align: center;
    position: relative;
    font-size: 18px;
    color: #333;
    width: 162px;
    height: 100%;
    line-height: 344px;
    border-right: 1px solid #e5e5e5;
    margin-right: 28px;
}
.l_wrap .footer_box .grid .left img{
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top:54px;
    transform: translate(-50%,0);
}
.l_wrap .footer_box .grid .right{
    padding: 14px 0px;
    width: 384px;
    height: 100%;

    box-sizing: border-box;
}
.l_wrap .footer_box .grid .right .sp1{
    color: #0f7a74;
    margin-left: 30px;
    margin-right: 6px;
    display: block;
    height: 100%;
    width:14px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.l_wrap .con_box .right_box div span:hover{
    color: #0e787c;
    cursor: pointer;
}
.l_wrap .footer_box .grid .right .sp2{
    color: #2d3132;
    /* margin-left: 30px; */
    margin-right: 6px;
    display: block;
    height: 100%;
    width: 84%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.l_wrap .footer_box .grid .right div{
    color: #333;
    font-size: 14px;
    min-height: 34px;
}
.l_wrap .footer_btns{
    margin-top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #0e787c;
    margin-left: 1163px;
    cursor: pointer;
    position: relative;
}
.l_wrap .footer_btns img{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 24px;
    height: 20px;
}
.l_wrap .ops_box div.l_box.close{
    height: 42px;
}
.l_wrap .ops_box div.l_box.open{
    height: 122px;
}


/*****/
.l_wrap .ops_box .l_box.current{
    height: auto;
}