*{ margin: 0; padding: 0; }
a{text-decoration: none; }
a img{ border:0; }
body{ font-size: 14px; font-family: Arial,Helvetica,sans-serif; }
.body-bg{ background: #f5f5f5;}
em {
    font-style: normal;
}
li{
    list-style: none;
}
.top_box {
    width: 100%;
    height: 49px;
    background: #202329;
    box-shadow: 0 1px 8px rgba(0,0,0,0.06);
    position: relative;
    z-index: 1005;
}
.top-fix{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
}
.top_box .top{
    width: 1184px;
    max-width: 1184px;
    margin: 0 auto;
    height: auto;
    background: none;
    border: 0;
}
.top_box .logo {
    float: left;
    padding: 6px 0 0 0;
}
.top_box .logo img{
    max-height: 38px;
}
.nav-city {
    float: left;
    position: relative;
    cursor: pointer;
    height: 49px;
    line-height: 49px;
    color: #00d7c6;
}
.nav-city .icon-poi {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    background: url(../images/icon1.png) no-repeat center center;
    background-size: contain;
    margin: 17px 3px 0 12px;
}
.nav-city .switchover-city {
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
}
.city-box {
    display: block;
    position: absolute;
    width: 298px;
    background: #fff;
    top: 49px;
    left: 0;
    z-index: 1;
    color: #9fa3b0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    padding: 15px;
    display: none;
}
.city-now{
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 22px;
}
.city-choose{
    width: 100%;
}
.city-choose a{
    margin: 10px 10px 0 0;
    border-radius: 4px;
    border: 1px solid #d4d5d6;
    height: 28px;
    line-height: 28px;
    color: #222;
    display: inline-block;
    font-size: 14px;
    padding: 0px 15px;
}
.city-choose a:hover{
    background: rgba(0,190,189,.1);
    color: #00a6a7;
    border-color: transparent;
}
.city-choose a.active{
    background: rgba(0,190,189,.1);
    color: #00a6a7;
    border-color: transparent;
}
.top_box .nav{
    font-size: 0;
    float: left;
    margin-left: 15px;
    height: 49px;
    line-height: 49px;
    width: auto;
}
.nav a{
    padding: 0 5px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    margin: 0 5px;
    color: #fff;
}
.nav a:hover{
    color: #00d7c6;
}
.nav a.active{
    color: #00d7c6;
}
.user-nav{
    float: right;
    margin-left: 5px;
    font-size: 0;
    height: 49px;
    line-height: 49px;
}
.top_btn1{
    border-radius: 4px;
    border: 1px solid #00d7c6;
    background: #00d7c6;
    height: 24px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
    margin: 12px 0 0 15px;
}
.top_btn2{
    border-radius: 4px;
    border: 1px solid #00d7c6;
    background: none;
    height: 24px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
    margin: 12px 0 0 15px;
}
.top_btn3{
    border-radius: 4px;
    border: none;
    background: none;
    height: 26px;
    line-height: 26px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 0 0 0 15px;
    margin: 12px 0 0 15px;
}
.banner-box{
    width: 100%;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.banner .swiper-pagination{
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
    width: auto !important;
    left: 50% !important;
    padding: 0 5px;
}
.main-box{
    width: 100%;
    background: url(../images/bg1.jpg) repeat-x top center;
}
.main-box2{
    width: 100%;
}
.main{
    width: 100%;
    height: auto;
}
.search-bg-box{
    width: 100%;
}
.inner {
    width: 1184px;
    margin: 0 auto;
}
.search-box{
    width: 900px;
    height: auto;
    /*margin: 0 auto;*/
    padding: 20px 0;

    margin-left: 102px;
    position: relative;
}
.senior_search{
    position: absolute;
    right: -92px;
    color: #00a2e9;
    top: 36px;
    font-size: 16px;
}
.search-box2{
    width: 900px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
.search-form {
    height: 50px;
}
.search-form {
    position: relative;
    zoom: 1;
    z-index: 1000;
}
.search-form-con {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 780px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #00a2e9;
}
.search_Filter{
    width: 100%;
    font-size: 14px;
    height: auto;
    overflow: hidden;
}
.yun_search_tit{
    width: 76px;
    color: #999;
    display: inline-block;
    float: left;
    height: 48px;
    line-height: 48px;
}
.search_Filter_list {
    float: left;
    height: 48px;
    line-height: 48px;
    width: 600px;
}
.search_Filter_list li {
    margin-right: 5px;
    float: left;
    padding: 0 !important;
    width: auto !important;
}
.search_Filter_list li a {
    border-radius: 3px;
    display: inline-block;
    padding: 0 5px;
    color: #333;
}
.search_Filter_list li span {
    float: left;
    cursor: pointer;
}
.search_Filter_list .search_Filter_icon {
    width: 13px;
    height: 12px;
    display: inline-block;
    background: url(../images/disc_icon8.png) no-repeat 0 2px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 18px;
    float: left;
}
.search_Filter_list .search_Filter_icon1 {
    width: 13px;
    height: 12px;
    display: inline-block;
    background: url(../images/disc_icon8_a.png) no-repeat 0 2px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 18px;
    float: left;
}
.high_search_group{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom:  1px dashed #ccc;
    margin-bottom: 15px;
}
.high_search_group2{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.high_search_group_a{
    width: 150px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    color: #000;
    float: left;
}
.high_search_group_b{
    width: 800px;
    height: 38px;
    float: left;
}
.high_search_group_b select{
    width: 300px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 15px;
    padding: 0 12px;
}
.position-sel {
    border-radius: 10px;
    border: none;
    padding: 14px 18px;
    width: 84px;
    float: left;
    position: relative;
    cursor: pointer;
    display: block;
}
.position-sel b {
    text-overflow: ellipsis;
    display: inline-block;
}
.position-sel .label-text {
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.position-sel i {
    width: 18px;
    height: 18px;
    top: 14px;
    right: 14px;
    background: url(../images/icon2.png) no-repeat center center;
    background-size: 100%;
    display: block;
    position: absolute;
}
.ipt-wrap {
    border-radius: 10px;
    height: 50px;
    border: none;
    position: relative;
    display: block;
    float: left;
}
.ipt-search {
    padding: 11px 17px;
    width: 626px;
    font-size: 16px;
    height: 28px;
    line-height: 30px;
    border: 0;
    color: #414a60;
}
.btn-search {
    width: 128px;
    background: #00a2e9;
    border-radius: 0 10px 10px 0;
    font-size: 20px;
    height: 54px;
    line-height: 54px;
    font-weight: 700;
    float: right;
    border: 0;
    color: #fff;
    cursor: pointer;
}
.position-box{
    display: none;
    width: 100px;
    z-index: 9100;
    height: auto;
    background: #fff;
    padding: 10px;
    position: absolute;
    top: 54px;
    left: 0;
    border-radius: 10px;
    border: 2px solid #00a2e9;
}
.position-box li{
    display: inline-block;
    width: 100%;
    line-height: 28px;
    color: #222;
    font-size: 16px;
    list-style: none;
    cursor: pointer;
}
.position-box li:hover{
    color: #00a2e9;
}
.search-hot {
    height: 41px;
    overflow: hidden;
    box-sizing: border-box;
    width: 794px;
    color: #757575;
    font-size: 14px;
    padding: 16px 0 32px 0;
}
.search-hot b {
    font-weight: 400;
    display: inline-block;
    margin-right: 12px;
}
.search-hot a {
    background: rgba(255,255,255,.8);
    border-radius: 6px;
    color: #00a2e9;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 8px;
    margin-right: 12px;
}
.home-box{
    width: 100%;
}
.home-sider {
    width: 384px;
    position: absolute;
    z-index: 999;
}
.home-job-menu {
    color: #666;
    position: relative;
    z-index: 999;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
}
.home-job-menu .job-menu-wrapper {
    height: 280px;
    padding: 0 3px;
    overflow: hidden;
}
.home-job-menu dl {
    height: 22px;
    transition: all .2s linear;
    border-radius: 8px;
    padding: 9px 17px;
}
.home-job-menu dd {
    position: relative;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}
.home-job-menu dd b {
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 22px;
}
.home-job-menu a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    height: 22px;
    line-height: 22px;
    margin-left: 20px;
}
.home-job-menu a:hover{
    color: #00a2e9;
}
.home-job-menu dd i {
    float: right;
    width: 14px;
    height: 14px;
    margin-top: 5px;
    background: url(../images/icon3.png) no-repeat center center;
    background-size: 100%;
    display: block;
}
.home-job-menu .job-menu-page {
    position: relative;
    height: 44px;
    padding: 0 20px;
    border-top: 1px dashed #e6e6e6;
    overflow: hidden;
}
.home-job-menu .menu-page-info {
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #00a2e9;
    line-height: 20px;
    margin-top: 12px;
}
.home-job-menu .menu-page-controller {
    float: right;
    margin-top: 10px;
}
.home-job-menu .menu-page-btn {
    float: left;
    width: 24px;
    height: 24px;
    background: rgba(0,190,189,.1);
    border-radius: 6px;
    color: #00a2e9;
    transition: all .2s linear;
    margin-left: 12px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.home-job-menu .menu-page-btn.menu-page-prev {
    transform: rotate(180deg);
}
.home-job-menu .menu-page-btn:hover {
    background: #00a2e9;
    color: #fff;
}
.home-job-menu .menu-page-btn:hover i {
    background-position: 0 0;
}
.home-job-menu .menu-page-btn i {
    display: block;
    width: 5px;
    height: 8px;
    margin: 8px auto 0;
    background: url(../images/icons1.png) -5px 0/10px auto no-repeat;
}
.home-main {
    margin-left: 400px;
    min-width: 697px;
    border-radius: 12px;
    overflow: hidden;
}
.home-main img{
    width: 100%;
    border-radius: 12px;
}
.special-box{
    width: 100%;
    padding: 30px 0;
}
.box-title {
    font-size: 32px;
    font-weight: 600;
    color: #222;
    line-height: 45px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.box-title2 {
    font-size: 32px;
    font-weight: 600;
    color: #222;
    line-height: 45px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.special-main{
    width: 100%;
}
.special{
    width: 286px;
    height: 227px;
    background: #fff;
    overflow: hidden;
    border-radius: 12px;
    float: left;
    margin-right: 13px;
    display: inline-block;
    margin-bottom: 13px;
}
.special:hover{
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.special:nth-child(4n){
    margin-right: 0;
}
.special-img{
    width: 286px;
    /*height: 159px;*/
    overflow: hidden;
}
.special-img img{
    width: 100%;
}
.special-title{
    width: 286px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 10px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 400;
    color: #12141a;
}
.rarea-box{
    width: 100%;
    padding: 0 0 30px 0;
    overflow: hidden;
}
.rarea-main{
    width: 100%;
    background: #fff;
}
.rarea-tab{
    width: 100%;
    height: 50px;
    position: relative;
}
.rarea-tab:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #f5f5f5;
    left: 0;
    bottom: 1px;
    position: absolute;
}
.rarea-tab a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 16px;
    color: #666;
    position: relative;
}
.rarea-tab a:hover{
    color: #00a6a7;
}
.rarea-tab a.active{
    color: #00a6a7;
}
.rarea-tab a.active:after{
    content: "";
    width: 24px;
    height: 2px;
    background: #00a6a7;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -12px;
    z-index: 200;
}
.rarea-list{
    width: 100%;
    height: auto;
}

.index_newjobbox {
    width: 100% !important;
    padding-left: 15px;
    max-height: 540px;
    min-height: 540px;
    overflow: hidden;
}

.index_newjobbox ul li {
    width: 265px;
    float: left;
    padding-right: 20px;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 89px;
}

.index_newjobname {
    padding-top: 3px;
}

.index_newjobname a {
    font-size: 16px;
    color: #06817a;
}

.index_newjobname a:hover {
    color: #f60;
    text-decoration: underline;
}

.index_newjob_com {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.index_newjob_com a {
    color: #666666
}

.index_newjobtime {
    font-size: 12px;
    color: #999999;
    margin-left: 10px;
}

.index_newjob_info {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #666
}

.index_newjob_info_line {
    padding: 0px 8px;
    font-size: 12px;
    color: #999999
}

.index_newjob_info_xz {
    color: #f85659;
    font-weight: bold
}
.nowrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.box-more{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
}
.box-more a{
    display: inline-block;
    background: #00a2e9;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    padding: 8px 25px;
}
.hotcompany-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.hotcompany-main{
    width: 100%;
    height: auto;
}
.hotcompany-list{
    width: 582px;
    height: 399px;
    background: #fff;
    border-radius: 12px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}
.hotcompany-list:nth-child(2n){
    margin-right: 0;
}
.hotcompany-list-a{
    width: 194px;
    height: 399px;
    float: left;
    background: -webkit-gradient(linear,0 0,0 100%,from(#fbfbfa),to(#f3fafa));
    background: -moz-gradient(linear,0 0,0 100%,from(#fbfbfa),to(#f3fafa));
    background:-webkit-gradient(linear,left top,left bottom,from(#fbfbfa),to(#f3fafa));
}
.hotcompany-list-a1{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 18px 0;
    text-align: center;
}
.hotcompany-list-a1 img{
    width: 100px;
    height: 100px;
    display: inline-block;
}
.hotcompany-list-a2{
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #222;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.hotcompany-list-a3{
    width: 100%;
    height: auto;
    line-height: 32px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #888;
}
.hotcompany-list-b{
    width: 388px;
    height: 399px;
    float: left;
    box-sizing: border-box;
    padding: 30px 20px;
}
.index_newjobbox1 {

}
.index_newjobbox1 ul li {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 89px;
}
.index_newjobbox1 ul li:nth-child(3n){
    border: 0;
}
.hotcompany-more{
    width: 100%;
    height: auto;
}
.hotcompany-more a{
    float: right;
    display: inline-block;
    border: 1px solid #00a2e9;
    border-radius: 5px;
    font-size: 15px;
    color: #00a2e9;
    padding: 8px 25px;
}
.school-box{
    width: 100%;
    height: auto;
}
.school-main{
    width: 100%;
    height: auto;
}
.school-tab{
    width: 100%;
    height: 50px;
    position: relative;
}
.school-tab:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    left: 0;
    bottom: 1px;
    position: absolute;
}
.school-tab a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 16px;
    color: #666;
    position: relative;
}
.school-tab a:hover{
    color: #00a6a7;
}
.school-tab a.active{
    color: #00a6a7;
}
.school-tab a.active:after{
    content: "";
    width: 24px;
    height: 2px;
    background: #00a6a7;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -12px;
    z-index: 200;
}
.school-list-box{
    width: 100%;
    height: auto;
    padding: 30px 0 0 0;
}
.school-list{
    width: 368px;
    height: 146px;
    overflow: hidden;
    background: #fff;
    float: left;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 12px;
    box-sizing: border-box;
    padding: 20px;
    margin-right: 40px;
    margin-bottom: 40px;
}
.school-list:nth-child(3n){
    margin-right: 0;
}
.school-list-a{
    width: 100%;
    height: 60px;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #f8f8f8;
}
.school-list-a1{
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: left;
}
.school-list-a1 img{
    width: 100%;
}
.school-list-a2{
    width: calc( 100% - 80px);
    height: 60px;
    float: left;
    padding-left: 20px;
}
.school-list-a2 h3{
    width: 100%;
    height: 36px;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.school-list-a2 span{
    display: inline-block;
    float: left;
    padding: 1px 2px;
    border: 1px solid #4e6ef2;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #4e6ef2;
}
.school-list-b{
    width: 100%;
    height: 24px;
    padding: 10px 0;
    overflow: hidden;
}
.school-list-b span{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    float: left;
    padding: 0 5px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #666;
    background: #f8f8f8;
}
.school-list-c{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 13px;
    color: #f00;
}
.school-list-c span{
    color: #222;
}
.clear{
    clear: both;
}
.school-con{
    width: 100%;
    padding: 18px 0 0 0;
}
.xgs {
    height: 106px;
    width: 281px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
}
.xgs:nth-child(4n){
    margin-right: 0;
}
.xgs_a{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
}
.xgs_a1{
    width: 62px;
    height: 62px;
    float: left;
}
.xgs_a1 img{
    width: 60px;
    height: 60px;
    float: left;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
}
.xgs_a2{
    width: 172px;
    height: 62px;
    float: left;
    padding-left: 16px;
}
.xgs_a2_a{
    width: 172px;
    height: 32px;
    float: left;
    text-align: right;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xgs_a2_b{
    width: 172px;
    height: 24px;
    float: left;
    text-align: right;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 6px;
}
.xgs_a2_a-a{
    color: #414a60;
}
.xgs_a2_a-a:hover{color: #53cac3; text-decoration: none;}

.xgs_a2_b-a{
    font-size: 13px;
    color: #53cac3;
}
.xgs_a2_b-a:hover {
    color: #53cac3;
    text-decoration: none;
}
.xgs_b {
    width: 100%;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    font-size: 12px;
    color: #222;
}
.xgs_b span{
    color: #f00;
    padding-left: 15px;
}
.school-con2{
    width: 100%;
    padding: 18px 0 0 0;
}
.gongxu{
    width: 382px;
    height: 136px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    float: left;
    margin-right: 19px;
    margin-bottom: 19px;
}
.gongxu:nth-child(3n){
    margin-right: 0;
}
.gongxu-a{
    width: 100%;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 15px;
}
.gongxu-a1{
    width: 60%;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    float: left;
    font-size: 15px;
    color: #222;
}
.gongxu-a2{
    width: 40%;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    float: left;
    font-size: 15px;
    color: #f00;
    text-align: right;
}
.gongxu-b{
    width: 100%;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 15px;
}
.gongxu-b span{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    float: left;
    padding: 0 5px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #666;
    background: #f8f8f8;
}
.gongxu-c{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 10px 15px;
    background: -webkit-gradient(linear,0 0,0 100%,from(#f5fcfc),to(#fcfbfa));
    background: -moz-gradient(linear,0 0,0 100%,from(#f5fcfc),to(#fcfbfa));
    background:-webkit-gradient(linear,left top,left bottom,from(#f5fcfc),to(#fcfbfa));
}
.gongxu-c1{
    width: 30px;
    height: 30px;
    float: left;
    overflow: hidden;
}
.gongxu-c1 img{
    width: 100%;
    border-radius: 5px;
}
.gongxu-c2{
    width: 170px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    float: left;
    font-size: 12px;
    color: #858b8d;
}
.gongxu-c3{
    width: calc( 100% - 210px );
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    float: left;
    font-size: 12px;
    color: #858b8d;
    text-align: right;
}
.tongji-box{
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}
.tongji-a{
    width: 25%;
    height: auto;
    overflow: hidden;
    text-align: center;
    float: left;
}
.tongji-a1{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    font-size: 75px;
    color: #00a2e9;
}
.tongji-a1 span{
    font-size: 16px;
}
.tongji-a2{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    color: #373737;
}
.tongji-b{
    width: 25%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 50px;
    float: left;
}
.tongji-b a{
    display: inline-block;
    background: #5dd5c8;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    padding: 8px 50px;
}
.jiuye-box{
    width: 100%;
    height: auto;
}
.jiuye-main{
    width: 100%;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 35px 20px;
    overflow: hidden;
    margin-bottom: 30px;
}
.jiuye-list{
    width: 25%;
    height: auto;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #ededed;
    padding: 0 15px;
}
.jiuye-list:nth-child(4n){
    border: 0;
}
.jiuye-a{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 25px;
}
.jiuye-a h3{
    float: left;
    height: 18px;
    line-height: 18px;
    color: #222;
    font-size: 15px;
}
.jiuye-a h3 span{
    float: left;
    display: block;
    width: 3px;
    height: 18px;
    background: #5dd5c8;
    margin-right: 10px;
}
.jiuye-a a{
    float: right;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    border: 1px solid #ededed;
    color: #a69999;
    padding: 0 3px;
}
.jiuye-b{
    width: 100%;
    height: auto;
}
.jiuye-b img{
    width: 100%;
}
.jiuye-c{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #222;
}
.jiuye-c a{
    color: #222;
}
.jiuye2-box{
    width: 100%;
    height: auto;
}
.jiuye2-main{
    width: 100%;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 35px 20px;
    overflow: hidden;
    margin-bottom: 30px;
}
.jiuye2-list{
    width: 33.3333%;
    height: auto;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #ededed;
    padding: 0 15px;
}
.jiuye2-list:nth-child(3n){
    border: 0;
}
.jiuye2-a{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 25px;
}
.jiuye2-a h3{
    float: left;
    height: 18px;
    line-height: 18px;
    color: #222;
    font-size: 15px;
}
.jiuye2-a h3 span{
    float: left;
    display: block;
    width: 3px;
    height: 18px;
    background: #5dd5c8;
    margin-right: 10px;
}
.jiuye2-a a{
    float: right;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    border: 1px solid #ededed;
    color: #a69999;
    padding: 0 3px;
}
.jiuye2-b{
    width: 100%;
    height: auto;
}
.jiuye2-b img{
    width: 100%;
}
.jiuye2-c{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #222;
}
.jiuye2-c a{
    color: #222;
}
.yonggong-box{
    width: 100%;
    height: auto;
}
.yonggong-main{
    width: 100%;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 30px;
}
.list-news{
    padding: 25px 100px;
}
.list-news li {
    padding: 35px 0;
    border-bottom: 1px #ededed solid;
}
.list-news li:last-child{
    border: 0;
}
.list-news .img-wrap {
    float: left;
    width: 284px;
    height: 156px;
    position: relative;
}
.list-news .img-wrap .img {
    display: block;
    width: 284px;
    height: 156px;
    overflow: hidden;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
}
.list-news .img-wrap .badge {
    position: absolute;
    width: 56px;
    height: 24px;
    padding-left: 5px;
    top: 12px;
    left: -5px;
    background: url(../images/sub-icons.png) 0 0 no-repeat;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}
.list-news .text {
    margin-left: 330px;
}
.list-news .text-title {
    font-size: 20px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222;
}
.list-news .text-title a{
    color: #222;
}
.list-news .text-title a:hover{
    color: #53cac3;
}
.list-news .summary {
    height: 75px;
    line-height: 25px;
    color: #666;
    padding: 20px 0 0;
    margin-bottom: 15px;
    overflow: hidden;
}
.list-news .info {
    color: #999;
    line-height: 18px;
    font-size: 14px;
}
.list-news .info .author {
    float: left;
}
.list-news .info .author em {
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
    margin: 0 5px;
    font-weight: 700;
}
.jianjie-box{
    width: 100%;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 50px;
}
.jianjie-a{
    width: 50%;
    height: auto;
    float: left;
    overflow: hidden;
}
.jianjie-a img{
    width: 100%;
}
.jianjie-b{
    width: calc( 50% - 20px );
    height: auto;
    float: left;
    overflow: hidden;
    font-size: 16px;
    line-height: 34px;
    padding-left: 20px;
}
.jianjie-b p{
    text-indent: 2em;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/*footer*/
.w1000{
    width: 1184px;
    margin: 0 auto;
}
.hp_foot {
    width: 100%;
    text-align: center;
    background: #31383e;
    margin-top: 20px;
}

.hp_foot_wt {
    padding: 45px 0px;
}

.hp_foot_wh {
    width: 630px;
    padding-left: 50px;
    position: relative
}

.hp_foot_wh_lline {
    width: 1px;
    height: 120px;
    border-left: 1px dashed #555555;
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 40px;
}

.hp_foot_wh_rline {
    width: 1px;
    height: 120px;
    border-left: 1px dashed #555555;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 40px;
}

.hp_foot_wh dl {
    float: left;
    width: 110px;
    text-align: center;
}

.hp_foot_wh dl dt {
    color: #ccc;
    font-size: 16px;
    padding-bottom: 10px;
}

.hp_foot_wh dl dd {
    color: #999;
    line-height: 36px;
    font-size: 12px;
}

.hp_foot_wh dd ul li a {
    color: #999;
}

.hp_foot_pho {
    width: 240px;
    text-align: center;
    margin-top: 20px;
}

.hp_foot_pho dl {
    line-height: 30px;
}

.hp_foot_pho dl dt {
    width: 54px;
    height: 45px;
    display: block;
    margin: 0 auto 10px;
    background: url(../images/kf_tel.png) no-repeat;
}

.hp_foot_pho dl dd {
    color: #b3b1b1;
}

.hp_foot_pho dl dd.hp_foot_pho_nmb {
    color: #ffa405;
    font-size: 30px;
    padding: 10px 0;
}

.hp_foot_wx {
    margin-top: 75px;
    width: 105px;
    text-align: center;
    margin-left: 20px;
}

.hp_foot_wx dl dt {
    width: 105px;
    height: 115px;
    display: block;
}

.hp_foot_wx dl dd {
    color: #ccc;
    font-size: 12px;
}

.hp_foot_bt {
    background: #31383e;
    line-height: 30px;
}

.hp_foot_bt_c {
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #50565b;
    padding-top: 25px;
    padding-bottom: 15px;
}

.hp_foot_bt P {
    color: #999;
    font-size: 12px;
}

.hp_foot_bt P a {
    color: #999
}

.hp_foot_bt_cr {
    color: #505050;
}

.hp_foot_bt_bot {
    margin-top: 20px;
}
/*float*/
.float-box{
    width: 50px;
    height: auto;
    position: fixed;
    bottom: 35%;
    right: 10px;
    z-index: 9999;
}
.float{
    width: 100%;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 25px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    padding: 5px 0px;
}
.float-a{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding-bottom: 5px;
}
.float-a img{
    width: 70%;
    margin: 0 auto;
}
.float-a-fix{
    background: #fff;
    border-radius: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
}
.right_message{
    width:320px;
    max-width: 100%;
    border-radius: 10px;
    background: #fff;
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 999999;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.right_message_a{
    width: 100%;
    height: 65px;
    line-height: 50px;
    text-align: center;
    background: #5dd5c8;
    font-size: 16px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.right_message_b{
    width: 88%;
    height: auto;
    min-height: 200px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 10px;
    margin-top: -15px;
    margin-left: 6%;
    padding: 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.right_message_group{
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}
.right_message_group_a{
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 28px;
    color: #000;
    font-size: 14px;
}
.right_message_group_b{
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 28px;
    color: #000;
    font-size: 14px;
}
.right_message_group_b label{
    cursor: pointer;
}
.comment-btn1{
    background: #5dd5c8;
    border: 0;
    padding: 3px 25px;
    color: #fff;
    font-size: 17px;
    display: block;
    cursor: pointer;
    border-radius: 5px;
}
.right_message-close{
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: 9999999;
    width: 50px;
    height: 50px;
    line-height:50px;
    text-align: center;
    background: #31383e;
    border-radius: 50px;
    color: #fff;
    font-size: 40px;
    box-shadow: 0 0 5px rgba(255,255,255,0.3);
    cursor: pointer;
}
.right_message-close:hover{
    text-decoration: none;
}
.pagination{
    position: inherit !important;
}
.pagination li{
    float: inherit !important;
    display: inline-block !important;
}
.pagination li.active a{
    background: #53cac3 !important;
    color: #fff !important;
}
/*.pages a {*/
    /*display: inline-block !important;*/
    /*padding: 5px 14px 5px 14px !important;*/
    /*margin-left: 8px !important;*/
    /*color: #666 !important;*/
    /*border: 1px solid #dedede !important;*/
    /*font-size: 14px !important;*/
    /*border-radius: 3px !important;*/
    /*background: #fff !important;*/
    /*width: inherit !important;*/
    /*float: inherit !important;*/
    /*height: auto !important;*/
/*}*/
.w1200{
    width: 1200px;
    margin: 0 auto;
}
#supportiframe{
    display: none;
}
.none{
    display: none;
}
.current_Location{
    padding: 15px 0;
}
.yun_bg_color {
    background: #53cac3;
}

















