﻿body,input,h1,h2,h3,h4,h5,h6,select,textarea {
    font-family:'Microsoft YaHei', 'WenQuanYi Micro Hei','Helvetica, Arial', 'Hiragino Sans GB', 'Hiragino Sans GB W3', 'sans-serif';
}
html,body{min-width:1030px;}
html{height:100%;margin:0;padding:0;width:100%;float:left;} 
body {
 position:relative;
 height:100%;
 font-size:14px;
 color:#808080;
 padding:0;
 margin:0;
 float:left;
 width:100%;
 margin-bottom:0;
}
p,ul,li {
    padding:0;
    margin:0;
}
ul ,a{
    list-style:none;
    text-decoration:none;
}
.all {
    min-height:100%;
    height:auto !important;
    height:100%;/*ie6不识别min-height,如上述处理*/
    position:relative;
}
input,textarea {
    outline:medium;
}
.title-left-eng {
    font-size:14px!important;
    font-weight:normal!important;
    color:#a3a6ab!important;
    margin-right:0!important;
}
/*header*/
.header {
    width:100%;
    float:left;
    background-color:#f6f6f6
}
.header-top {
    background:url(../images/top_bg.png) repeat-y;
    height:37px;
    width:100%;
    min-width:1000px;
    float:left;
}
    .top-nav,
    .nav,
    .content,
    .foot-content{
        width:970px;
        padding-left:15px;
        padding-right:15px;
        margin-left:auto;
        margin-right:auto;
    }
    .top-nav {
        height:37px;
        color:#fff;
    }
    .top-tel {
        float:left;
        line-height:37px;
    }
        .top-tel a {
            font-size:16px;
            font-weight:bold;
        }
        .top-tel img {
            float:left;
            margin-right:5px;
            margin-top:13px;
        }
        .top-nav span {
            cursor:pointer;
        }
        .top-nav span,
        .top-nav i {
            float:right;
            margin-top:8px;
            margin-bottom:8px;
        }
            .top-nav span:first-child {
                color:#fff;
            }
            .top-nav span:last-child {
                color:#000;
            }
            .top-nav span img {
                float:left;
                margin-right:6px;
                width:13px;
                margin-top:2px;
            }
        .top-nav i {
            background:url(../images/line.png) repeat-y;
            width:1px;
            height:15px;
            margin-top:10px;
            margin-left:15px;
            margin-right:15px;
        }
        .nav img {
            height:56px;
            margin-top:12.5px;
            margin-bottom:12.5px;
            float:left;
        }
        .nav .navlist {
            float:left;
            margin-left:15px;
        }
        .nav-span {
            position:relative;
            float:left;
        }
            .nav-span:hover {
                background-color:#9dca7e;
                color:#fff!important;
            }
            .navlist .nav-span:first-child {
                width:90px;
            }
.nav-span .recruiter {
    color:#888;
}
    .nav-span .recruiter:hover {
        background-color:#9dca7e;
                color:#fff!important;
    }
            .navlist .nav-span{
                float:left;
                width:115px;
                text-align:center;
                cursor:pointer;
                color:#888;
            }
                .navlist .nav-span a {
                    padding:30px 0px;
                    float:left;
                    font-size:16px;
                    text-align:center;
                    cursor:pointer;
                    width:100%;
                }

.active {
   background-color:#9dca7e;
   color:#fff!important; 
}
.left {
    float:left;
}
.right {
    float:right;
}
.list-down {
    position:absolute;
    left:0;
    z-index:9999;
    width:115px;
    background-color:#9dca7e;
    color:#fff;
    display:none;
}
    .list-down li {
        padding-top:8px;
        padding-bottom:8px;
        border-bottom:1px solid #bcd2a5;
    }
        .list-down li:hover {
            color:#80fdef;
            background-color:#2183b3;
        }
.news-list-down {
    top:81px;
    
}
.staff-list-down {
    top:81px;
}
.product-list-down {
    top:81px;
}
.us-list-down {
    top:81px;
}

/*banner*/
.bannerbox {
    width:100%;
    min-width:1000px;
    position:relative;
    overflow:hidden;
    height:282px;                
}
.banner {
    width:1920px; /*图片宽度*/
    position:absolute;
    left:50%;
    margin-left:-960px; /*图片宽度的一半*/
}

/*新闻动态主体部分*/
.content {
    display:table;
    padding-bottom:180px;
}
.sidebar-left {
    vertical-align:top;
    width:190px;
    float: left;
}
    .sidebar-left .title {
        background-color:#276bb3;
        color:#fff;
        padding-top:20px;
        padding-bottom:20px;
        width:100%;
    }
        .title p {
            width:100%;
            text-align:center;
            padding-top:3px;
            padding-bottom:3px;
            font-size:18px;
            font-weight:bold;
        }
        .title p:last-child {
            color:#a1bed9;
            font-weight:normal;
        }
    .sidebar-left .left-nav {
        background-color:#f2f2f2;
        text-align:center;
        color:#000;
        font-size:16px;
    }
        .sidebar-left .left-nav li {
            padding-top:20px;
            padding-bottom:20px;
            border-bottom:1px solid #dcdcdc;
            cursor:pointer;
        }
.left-active {
    color:#fff;
    background-size:100% 70%;
    background-position:center center;
    background-image:url(../images/blue_tip_01.png);
    background-repeat:no-repeat;
    position:relative;
    
}
    .left-active i{
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-left: 8px solid #276bb3;
        border-bottom: 5px solid transparent;
        position:absolute;
        right:-8px;
        top:50%;
        margin-top:-5px;
    }
.detailsbox {
    padding-top:45px;
    padding-left:60px;
    float: left;
    width: 710px;
}
.details-title{
    border-bottom:1px solid #e5e5e5;
    float:left;
    width:100%;
    padding-bottom:5px;
}
    .details-title .title-left {
        float:left;
        color:#a3a6ab;
        font-size:14px;
    }
        .details-title .title-left span:first-child {
            font-size:18px;
            color:#000;
            font-weight:bold;
            margin-right:5px;
        }       
    .details-title .title-right {
        float:right;
        color:#828282;
    }
        .details-title .title-right span:first-child {
            cursor:pointer;
        }
            .details-title .title-right span:first-child:hover {
                text-decoration:underline;
                color:#276bb3;
            }
        .details-title .title-right span:last-child {
            color:#002862;
            font-weight:bold;
        }
    .details-content {
        float:left;
        width:100%;
        padding-top:10px;
        padding-bottom:10px;
        font-size:12px;
    }
        .details-content li {
            border-bottom:1px dashed #c5c5c5;
            padding:8px 0;
            width:100%;
            float:left;
        }
            .details-content li:last-child {
                border-bottom:none;
            }
         .details-content li span:last-child{
            float:right;
         }
            .details-content li:hover {
                color:#83bd5b;
                cursor:pointer;
            }
/*footer*/
.footer {
    background-color:#f3f3f3;
    height:170px;
    width:100%;
    min-width:1000px;
    position:absolute;
    bottom:0;
    clear:both;
    border-bottom:2px solid #f3f3f3;
    left:0;
}
.foot-content {
    display:table;
    margin-top:22px;
}
.code {
    display:table-cell;
    vertical-align:top;
    padding-right:10px;
    width:auto;
    text-align:center;
    font-size:12px;
}
.codeborder {
    border-right:1px solid #000;
    padding-left:0!important;
    padding-right:15px!important;
}
.contact-us {
    display:table-cell;
    vertical-align:middle;
    color:#535353;
    padding-left:20px;
}
.contact-title{
    font-size:18px;
}
    .contact-title img {
        float:left;
        width:20px;
        margin-top:-1px;
        margin-right:6px;
    }
.contact-details {
    display:table;
    width:100%;
    vertical-align:top;
}
.contact-address{
    display:table-cell;
    width:50%;
    vertical-align:top;
}
.contact-tel{
    display:table-cell;
    padding-left:20px;
}
    .contact-tel p span:last-child {
        font-size:18px;
        font-weight:bold;
    }
.contact-us p {
    padding-bottom:10px;
}
.contact-address p,
.contact-tel p{
    padding:3px 0;
    font-size:14px;
}

/*新闻内页*/
.news-details{
    float:left;
    width:100%;
    margin-top:20px;
}
.news-title{
    color:#633d48;
    font-size:16px;
    width:100%;
    float:left;
    text-align:center;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:10px;
}
.news-inf {
    width:100%;
    float:left;
    text-align:center;
    color:#999;
    padding-bottom:10px;
}
.news-words {
    font-size:14px;
    color:#666;
    float:left;
    width:100%;
}
    .news-words p {
        float:left;
        width:100%;
        overflow-x:hidden;
    }
    .news-words img {
        max-width:100%;
    }
.flip {
    border-top:1px dashed #999;
    border-bottom:1px dashed #999;
    float:left;
    width:100%;
    font-size:12px;
    padding:12px 6px;
    color:#666;
    margin-top:20px;
    margin-bottom:15px;
}
.news-pre {
    float:left;
    margin-left:5px;
}
.news-next {
    float:right;
    margin-right:25px;
}
    .news-pre span:first-child,
    .news-next span:first-child {
        color:#b37752;
    }
    .news-pre span:last-child,
    .news-next span:last-child {
        cursor:pointer;
    }
.back {
    color:#b37752;
    float:right;
    font-size:12px;
    margin-bottom:25px;
    cursor:pointer;
}
.new-page {
    float:left;
    width:100%;
    margin-top:5px;
}
.new-page-num {
    float:left;
}
    .new-page-num .pagination {
        float:left;
        border-radius:5px;
    }
        .new-page-num .pagination li {
            float:left;
        }
        .new-page-num .pagination>li:last-child>a, 
        .new-page-num .pagination>li:last-child>span{
                border-top-right-radius:4px;
                border-bottom-right-radius:4px;
            }
        .new-page-num .pagination > li:first-child > a,
        .new-page-num .pagination > li:first-child > span {
            margin-left:0;
            border-top-left-radius:4px;
            border-bottom-left-radius:4px;
        }
        .new-page-num .pagination > li > a,
        .new-page-num .pagination > li > span {
            float:left;
            padding:6px 12px;
            margin-left:-1px;
            color:#337ab7;
            border:1px solid #ddd;
            background-color:#fff;
        }
        .new-page-num .pagination > .active > a,
        .new-page-num .pagination > .active > a:focus,
        .new-page-num .pagination > .active > a:hover,
        .new-page-num .pagination > .active > span,
        .new-page-num .pagination > .active > span:focus,
        .new-page-num .pagination > .active > span:hover {
            z-index:2;
            color:#fff;
            cursor:default;
            background-color:#337ab7;
            border-color:#337ab7;
        }
.new-page-count {
    float:right;
}
.zcsearchbox {
    padding-top:0!important;
}
.zcsearch {
    float:left;
    width:710px;
    padding:20px 0;
    margin-top:10px;
    margin-bottom:10px;
}
    .zcsearch input {
        width:540px;
        float:left;
        height:40px;
        line-height:40px;
        border:3px solid #276bb3;
        padding:0 15px;
    }
    .zcsearch span {
        background-color:#276bb3;
        color:#fff;
        text-align:center;
        width:104px;
        float:left;
        height:46px;
        line-height:46px;
        font-size:16px;
        cursor:pointer;
    }
        .zcsearch span:last-child {
            float:right;
            width:120px;
            border-radius:4px;
        }


/*政策新闻内页*/
.policy_details {
    display:table;
}
.policy_news {
    width:200px;
    height:150px;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
}
    .policy_news img {
        margin-left:auto;
        margin-right:auto;
        max-width:200px;
        max-height:150px;
    }
.policy_list {
    display:table-cell;
    vertical-align:middle;
    padding-left:10px;
    font-size:10px;
    color:#666;
}
.policy_title{
    font-size:15px;
    color:#333;
    font-weight:bold;
    margin-bottom:4px;
}
.policy_contant {
    margin-top:10px;
    margin-bottom:10px;
    line-height:24px;
    word-wrap:break-word;
    word-break:break-all;
    text-overflow:ellipsis;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    display:-webkit-box;
}
.more {
    color:#69b12f;  
    width:100%;
    float:left;
    text-align:right;     
}

/*关于我们*/
.aboutus-contant {
    font-size:14px;
    float:left;
    width:100%;
    margin-top:20px;
    margin-bottom:10px;
    line-height:25px;
    text-indent:2em;
}
.customers-contant {
    float:left;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
}
    .customers-contant li {
        float:left;
        width:100%;
    }
    .customers-contant li p {
        color:#276bb3;
        margin-bottom:10px;
        margin-top:10px;
        position:relative;
        padding-left:8px;
        font-weight:bold;
    }
        .customers-contant li p i{
            position:absolute;
            left:0;
            top:8px;
            color:#276bb3;
            width:4px;
            height:4px;
            border-radius:50%;
            background-color:#276bb3;
        }
    .customers-contant li span {
        line-height:28px;
        text-indent:2em;
        float:left;
        width:100%;
    }
.success-contant li{
    background-color:#f6f6f6;
    padding:5px 2%;
    width:96%;
    border-radius:5px;
    margin-bottom:18px;
    position:relative;
}
    .success-contant li i {
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-right: 18px solid #f6f6f6;
        border-bottom: 15px solid transparent;
        position:absolute;
        left:-16px;
        top:25px;
        margin-top:-5px;
    }
.contactus-contant img {
 width:100%;   
}
.contactus-contant div {
    width:100%;
    margin-top:15px;
    margin-bottom:10px;
}
.contactus-contant p {
    padding-top:5px;
    padding-bottom:5px;
    width:100%;
    float:left;
}
    .contactus-contant p span {
        float:left;
        margin-right:30px;
    }
.us-address {
    border-bottom:3px solid #e3e3e3;
    float:left;
    padding-bottom:15px;
}
.address-box {
    float:left;
    width:50%!important;
}
.address-box i {
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #276bb3;
    font-size: 0px;
    line-height: 0px;        
    float:left;
    margin-top:5px;    
    margin-right:5px;                          
}
/* scrollleft */
.scrollleft{width:710px;margin-bottom:10px;float:left;}
    .scrollleft ul {
        overflow:hidden;
    }
        .scrollleft li{float:left;margin-right:7px;display:inline;text-align:center;}
        .scrollleft img{padding:10px;height:103px;}

/*WeeklyRecruit每周招聘*/
.recruit_content {
    display:table;
    padding-bottom:180px;
    padding-left:15px;
    padding-right:15px;
    width:970px;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
}
.search {
    float:left;
    width:934px;
    padding:20px;
    background-color:#f6f6f6;
    z-index:99
}
    .search input {
        width:635px;
        float:left;
        height:40px;
        line-height:40px;
        border:3px solid #9dca7e;
        padding:0 15px;
    }
    .search span {
        background-color:#9dca7e;
        color:#fff;
        text-align:center;
        width:104px;
        float:left;
        height:46px;
        line-height:46px;
        font-size:16px;
        cursor:pointer;
    }
        .search span:last-child {
            float:right;
            width:120px;
            border-radius:4px;
        }
.hot-jobs {
    float:left;
    width:970px;
    margin-top: 10px;
    color:#494949;
}
    .hot-jobs p {
        font-size:19px;
        border-bottom:2px solid #eee;
        /* padding-bottom:5px; */
        position:relative;
        height: 40px;
        line-height: 40px;
    }
        .hot-jobs p img {
            position:absolute;
            left:0;
            top:0;
            height: 40px;
        }
        .hot-jobs p span {
            border-bottom:2px solid #29a7e1;
            padding-bottom: 7px;
            margin-left: 20px;
            color:#29a7e1;
            font-weight:bold;
            padding-left:5px;
            padding-right:5px;
        }
.hot-jobs-content{
    float:left;
    width:940px;
    padding: 10px 15px;
    border:2px solid #f6f6f6;
    margin-top: 6px;
    margin-bottom: 6px;
    position:relative;
}
    .hot-jobs-content img.recommend {
        height:50px;
        position:absolute;
        top:50%;
        margin-top:-10px;
        right:10px;
    }
    .hot-jobs-content:hover {
        background-color:#f6f6f6;
    }
        .hot-jobs-content:hover .jobs-name {
            color:#257bb7;
        }
.hot-jobs-content-line {
    float:left;
    width:100%;
    margin-bottom: 7px;
}
.jobs-name {
    font-size:20px;
    float: left;
    height: 26px;
    line-height: 26px;
    position:relative;
}
    .jobs-name img {
        position:absolute;
        right:-16px;
        top:-10px;
    }
.jobs-salary {
    color:#528824;
    max-width: 940px;
    float: left;
    height: 26px;
    line-height: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jobs-company-name {
    height: 26px;
    line-height: 26px;
    margin-left:35px;
}
.jobs-salary,
.jobs-company-name,
.jobs-address,
.jobs-education,
.jobs-number,
.jobs-sex {
    font-size:16px;
}
.jobs-address,
.jobs-education{
    border-right:1px solid #d3d5df;
    padding-right:10px;
}
.jobs-education,
.jobs-number,
.jobs-sex {
    padding-left:10px;
}
.jobs-welfare,
.jobs-requirement {
    font-size:14px;
}
.jobs-welfare {
    border:1px solid #d3d5df;
    border-radius:4px;
    padding:3px 15px;
    margin-left:10px;
}
.page{
    float:right;
    margin-top:10px;
}
    .page span {
        border:1px solid #eee;
        margin-left:5px;
        padding:2px 8px;
        font-size:13px;
        border-radius:4px;
        cursor:pointer;
    }
        .page span:hover {
            background-color:#000;
            color:#fff;
            border-radius:4px;
            border:1px solid #000;
        }
    .page .num {
        background-color:#000;
        color:#fff;
        border-radius:4px;
        border:1px solid #000;
    }
/*每周招聘详情*/
.recruit-info {
    border:2px solid #eaeaea;
    border-top:6px solid #9dca7e;
    font-size:16px;
    float:left;
    width:966px;
    background-color:#fcfcfc;
    color:#646464;
}
.recruit-info-name{
    font-size:25px;
    color:#4a4b58;
    font-weight:bold;
}
.recruit-info-salary {
    font-size:16px;
    color:#528824;
    font-weight:bold;
    margin-bottom:10px;
    margin-top:10px;
}
.recruit-info-title {
    border-bottom:1px solid #e9e9e9;
    padding:20px 40px;
}
.recruit-info-line{
    margin:0 25px;
    padding:20px 15px;
    border-bottom:1px dashed #868686;
    float:left;
    width:886px;
}
    .recruit-info-line:last-child {
        border:none;
    }
    .recruit-info-line p:first-child {
        font-weight:bold;
        margin-bottom:15px;
    }
    .recruit-info-line .jobs-welfare {
        background-color:#fff;
    }
.recruit-info-requirement {
    line-height:25px;
}
.recruit-resume{
    background-color:#f3f3f3;
    float:left;
    width:890px;
    padding:15px 40px;
    color:#646464;
    margin-top:20px;
    margin-bottom:20px;
}
.recruit-resume-top {
    float:left;
    margin-top:10px;
    margin-bottom:10px;
}
.recruit-resume-title {
    font-size:16px;
    font-weight:bold;
    margin-right:8px;
}
.recruit-resume-line{
    float:left;
    width:100%;
    font-size:16px;
    margin-top:15px;
    margin-bottom:15px;
}
.recruit-resume-box {
    float:left;
    width:430px;
    font-size:16px;
}
    .recruit-resume-line i {
        float:left;
        margin-right:3px;
        font-style:normal;
        color:red;
        height:36px;
        line-height:36px;
    }
    .recruit-resume-line label {
        width:80px;
        float:left;
        height:36px;
        line-height:36px;
    }
    .recruit-resume-line input {
        border-radius:4px;
        border:1px solid #898989;
        width:290px;
        padding:10px;
        float:left;
    }
        .recruit-resume-line input:focus {
            border:1px solid #3c9f0c;
        }

.recruit-resume-sex {
    float:left;
    height:36px;
    line-height:36px;
    width:200px;
}
    .recruit-resume-sex a {
        float:left;
        cursor:pointer;
    }
        .recruit-resume-sex a:first-child {
            margin-right:15px;
        }
    .recruit-resume-sex span {
        float:left;
    }
.radio {
    border:5px solid #fff;
    border-radius:50%;
    width:6px;
    height:6px;
    background-color:#fff;
    margin-top:11px;
    margin-right:8px;
    cursor:pointer;
}
.radioactive span:first-child {
    border:5px solid #3c9f0c;
}
.recruit-resume-line label {
    float:left;
    width:80px;
}
.recruit-resume-line i {
    float:left;
}
.recruit-resume-line textarea {
    width:720px;
    border-radius:4px;
    border:1px solid #898989;
    padding:10px;
}
        .recruit-resume-line textarea:focus {
            border:1px solid #3c9f0c;
        }
.recruit-resume-line label.liuyan {
    margin-top:8px;
}
.submit-btn{
    float:left;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align:center;
    width:100%;
}
    .submit-btn button {
        background-color:#9dca7e;
        padding:10px 60px;
        color:#fff;
        border-radius:6px;
        cursor:pointer;
        font-size:28px;
        border:0;
        outline:none;
    }
.important-information {
    border-top:1px dashed #868686;
    float:left;
    margin:15px 40px;
    padding:15px 0;
    line-height:25px;
}

/*ProductScheme产品方案*/
.talent-content {
    float:left;
    padding:10px;
    line-height:28px;
}
    .talent-content a {
        color:#000;
    }
.bold {
    font-weight:bold;
    color:#000;
}
.lietou-http {
    color:#4078b9;
    font-weight:bold;
}
    .lietou-http a {
        color:#4078b9;
    }
.legal-name span {
    float:left;
}
.legal-name span:last-child {
    width:160px;
    margin-top:-7px;
    font-size:12px;
}   


/*StaffService员工服务*/
.entry-title {
    font-size:16px;
    color:#4078b9;
    font-weight:bold;
    margin-top:10px;
}
.download-line {
    margin-top:8px;
}
.download-line,
 .download-line a{
    width:100%;
    float:left;
}
    .download-line a {
        padding-bottom:4px;
        padding-top:4px;
        border-bottom:1px dashed #868686;
        color:#808080;
        cursor:pointer;
    }
        .download-line a:hover {
            color:#6ab12f;
        }

/*Other30秒找工作*/
.secondsjob-content {
    display:table;
}
.secondsjob-left {
    width:650px;
    display:table-cell;
    margin-top:0;
}
.secondsjob-left .recruit-resume-box {
    width:325px!important;
}
    .secondsjob-left .recruit-resume-box input {
        width:200px!important;
    }
    .secondsjob-left .recruit-resume-line textarea {
        width:528px!important;
    }
.secondsjob-right {
    display:table-cell;
    vertical-align:top;
    width:100%;
}
.secondsjob-right-box1 {
    text-align:center;
}
    .secondsjob-right-box1 p {
        line-height:40px;
    }
    .secondsjob-right-box1 div {
        margin-top:25px;
        margin-bottom:25px;
    }
        .secondsjob-right-box1 div img {
            margin-right:10px;
        }
.secondsjob-right-box1,
.secondsjob-right-box2 {
    background-color:#f3f3f3;
    margin-left:10px;
    padding:60px 15px;
}
.secondsjob-right-box2 {
    margin-top:10px;
    padding:49px 30px;
}
    .secondsjob-right-box2 p {
        border-bottom:1px dashed #868686;
        padding-top:8px;
        padding-bottom:8px;
    }
        .secondsjob-right-box2 p:last-child {
            margin-bottom:10px;
        }
        .secondsjob-right-box2 p span {
            color:#3c9f0c;
            margin-right:10px;
            font-weight:bold;
        }
.secondsjob-title {
    display:table;
    margin:20px auto 15px auto;
    width:970px;
    padding-left:15px;
    padding-right:15px;
}
    .secondsjob-title span {
        margin-right:5px;
    }
    .secondsjob-title span:last-child {
        color:#002862;
        font-weight:bold;
    }
.require-select{
    width:175px;
    float:left;
    margin-left:10px;
}
    .require-select p{
        border:1px solid #898989;
        border-radius:4px;
        padding:8px 10px;
        color:#9c9898;
        position:relative;
        text-align:left;
        background-color:#fff;
    }
    .require-select-set{
        background:url(../images/tip_top.png) 135px 15px no-repeat;
    }
       
    .require-select .require-select-li {
        width:174px;
        position:absolute;
        border:1px solid #CCC;
        display:none;
        background-color:#fff;
        height:170px;
        overflow:auto
    }
.require-select-li li {
    padding:10px 8px;
}
    .require-select-li li:hover {
        background-color:#f5f5f5;
    }
.require-select-select {
    background:url(../images/tip_bottom.png) 135px 15px no-repeat;
}

/*企业服务EnterpriseService*/
.enter-content {
    width:1000px;
    padding-left:15px;
    padding-right:15px;
    margin-left:auto;
    margin-right:auto;
    display:table;
    padding-bottom:180px;
    clear:both;
}
.enter-qybg {
    width: 625px;
    float:left;
}
.enter-bg {
    float:left;
    background-color:#d5e8f0;
    width:375px;
    height:322px;
    position:relative;
    z-index:9;
}
.enter-login {
    float:left;
    position:absolute;
    top: -13px;
    left:0;
    z-index:99;
    background-color:#ededed;
    padding: 15px 10%;
    box-shadow:2px 2px 2px #dedede;
    border-radius:8px;
    border:1px solid #dedede;
    width: 75%;
}
.welcome-word {
    font-size:20px;
    color:#7a7a7a;
    text-align:center;
    font-weight:bold;
    float:left;
    width:100%;
}
.login-word {
    color:#424242;
    font-size:12px;
    text-align:center;
    margin-bottom:10px;
    font-weight:bold;
    float:left;
    width:100%;
}
.enter-input {
    background-color:#fff;
    margin-bottom:10px;
    padding:10px 14px;
    position:relative;
    border-radius:8px 0 8px 0;
    float:left;
    width:90%;
}
    .enter-input span {
        color:#006dad;
        font-size:18px;
        font-weight:bold;
    }
    .enter-input input {
        border:none;
        margin-right:30px;
    }
    .enter-input img {
        width:24px;
        margin-left:5px;
        position:absolute;
        right:10px;
        top:12px;
    }
.enter-sign {
    float:left;
    font-size:12px;
    color:#424242;
    font-weight:bold;
    height:40px;
    line-height:40px;
    width:100%;
    border-bottom: 2px solid #cbcbcb;
    padding-bottom:5px;
}
.gou {
    border:1px solid #696969;
    width:18px;
    height:18px;
    float:left;
    background-color:#fff;
    margin-right:5px;
    margin-top: 10px;
}
.enter-btn {
        background-color:#28893a;
        color:#fff;
        text-align:center;
        float:right;
        height:25px;
        line-height:25px;
        border-radius:6px;
        padding: 5px 12px;
        cursor:pointer;
    }
.dagou {
    background-image:url(../images/gou.png);
    background-repeat:no-repeat;
}
.enter-line {
    float:left;
    margin-top:5px;
}
    .enter-line li {
        padding-bottom:4px;
        font-size:12px;
        color:#424242;
        font-weight:bold;
    }

/*首页图片轮播*/
.section-focus-pic{height: 437px;width:100%;overflow:hidden;position:relative;}
.section-focus-pic ul li{position:absolute;top:0;left:100%;width:100%;height: 437px;min-width:1000px;overflow:hidden;}
    .section-focus-pic ul li a {
        width:1920px; /*图片宽度*/
        position:absolute;
        left:50%;
        margin-left:-960px; /*图片宽度的一半*/
    }
.section-focus-pic ul li h3{position:absolute;bottom:11px;left:0;width: 400px;font-weight:normal;color:#FFF;margin-left: 20px;z-index: 111;font-size: 18px; font-family:"微软雅黑";}
.section-focus-pic ul li div{position:absolute;bottom: 1px;left:0;height:30px;background-color:#000;width:100%;opacity: 0.4;filter: alpha(opacity=40);}
.section-focus-pic .pages{width:100%;height: 437px;}
.controler-box {
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    display:block;
}
.section-focus-pic .controler{position:absolute;bottom: 11px;right:10px;}
.section-focus-pic .controler b{cursor:pointer;width:20px;height:10px;display:block;overflow:hidden;text-indent:20px;background:url(../images/news_index_icon.png) no-repeat -136px 3px; float:left;margin:0 0 0 5px;}
.section-focus-pic .controler b.down{background-position:-161px 3px;}
.section-focus-pic .controler2 a{display:block; width:40px;position:absolute;top:50%;height:40px;margin-top:-20px;}
.section-focus-pic .controler2 a i{cursor:pointer;display:block;width:22px;height: 34px;background:url(../images/star.png) no-repeat;}
.section-focus-pic .controler2 .prev{left:5px;}
.section-focus-pic .controler2 .prev i{background-position:-34px -68px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_05.png');margin-left:5px;}
.section-focus-pic .controler2 .prev:hover i{left:10px;background-position:-34px -24px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_03.png');}
.section-focus-pic .controler2 .next{right:10px;}
.section-focus-pic .controler2 .next i{background-position:-62px -68px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_06.png');margin-left:10px;}
.section-focus-pic .controler2 .next:hover i{right:10px;background-position:-62px -24px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_04.png');}

/*index.shtml*/
.index-title {
    float:left;
    width:100%;
    text-align:center;
    font-size:24px;
}
.clear {clear:both;}
.apply {margin-top: 20px;float:left;width:1000px;position:relative;}
.apply_nav {position: relative; width: 1000px; float: left; height: 290px; overflow: hidden}
.apply_w {position: absolute;width: 1000px; float: left; left: 0px}
.img_l {padding-bottom: 0px; padding-left: 7px; padding-right: 12px;  cursor: pointer; padding-top:122px;position:absolute;left:-45px;display:none}
    .img_l i {
            cursor:pointer;
            display:block;
            width:22px;
            height: 34px;
            background:url(../images/star.png) no-repeat;
            background-position:-34px -68px;
            _background:none;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_05.png');
            margin-left:5px;
    }
        .img_l i:hover {
            left:10px;
                background-position:-34px -24px;
                _background:none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_03.png');
        }
.img_r {padding-bottom: 0px; padding-left: 7px; padding-right: 12px;  cursor: pointer; padding-top: 122px;position:absolute;right:-45px;}
    .img_r i {
        cursor:pointer;
            display:block;
            width:22px;
            height: 34px;
            background:url(../images/star.png) no-repeat;
            background-position:-62px -68px;
            _background:none;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_06.png');
            margin-left:10px;
    }
        .img_r i:hover {
            right:10px;
                background-position:-62px -24px;
                _background:none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_04.png'); 
        }
    /*.content a.prevv,
    .content a.nextvv{
        display:block;
        width:40px;
        position:absolute;
        top:235px;
        height:40px;
        margin-top:-20px;
    }
        .content a.prevv i,
        .content a.nextvv i{
            cursor:pointer;
            display:block;
            width:22px;
            height: 34px;
            background:url(../images/star.png) no-repeat;
        }
        .content a.prevv {
            left:-45px;
        }
        .content a.prevv i {
            background-position:-34px -68px;
            _background:none;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_05.png');
            margin-left:5px;
        }
            .content a.prevv i:hover {
                left:10px;
                background-position:-34px -24px;
                _background:none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_03.png');
            }
        .content a.nextvv {
            right:-45px;
        }
        .content a.nextvv i {
            background-position:-62px -68px;
            _background:none;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_06.png');
            margin-left:10px;
        }
            .content a.nextvv i:hover {
                right:10px;
                background-position:-62px -24px;
                _background:none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_04.png'); 
            }*/
.index-nav{
    margin:auto;
    margin-top:30px;
    float:left;
    width:1000px;
}
.index-nav-box{
    text-align:center;
    color:#fff;
    margin-right:13px;
    width:210px;
    padding:15px;
    border-radius:8px;
    cursor:pointer;
    float:left;
}
.index-nav-box .index-nav-title{
    font-weight:bold;
    font-size:16px;
    padding-top:15px;
    padding-bottom:15px;
}
    .index-nav-box .index-nav-title a {
        color:#fff;
    }
.index-nav-box2,
.index-nav-box4{
    background:#29a7e1;
}
.index-nav-box1,
.index-nav-box3{
    background:#9ac177;
}
.index-nav-details {
    border-top:1px dashed #fff;
    text-align:left;
    padding-top:10px;
}
.index-nav-second {
    border-top:1px dashed #fff;
    padding-top:15px;
    line-height:16px;
}
.index-nav-word {
    height:50px;
    line-height:25px;
    overflow:hidden;
}
.new-week-job {
    float:left;
    width:100%;
    margin-top:30px;
}
.new-week-title {
    font-size:18px;
    color:#000;
    float:left;
}
.new-week-english{
    font-size:18px;
    color:#69b12f;
    float:left;
    margin-left:10px;
}
.new-week-more {
    float:right;
    color:#000;
    cursor:pointer;
}
    .new-week-more img {
        float:right;
        margin-top:2px;
        margin-left:5px;
    }
.new-week-job table {
    float:left;
    width:100%;
    text-align:center;
}
    .new-week-job table tr {
        height:32px;
    }
    .new-week-job table tr:nth-child(odd) {
        background-color: #f0f0f0;
    }             
    .new-week-job table tr:nth-child(even) {
        background-color: #ffffff;
    }                    
        .new-week-job table tr:hover {
            color:#28893a;
        }
.new-week-details{
    background-color:#28893a;
    color:#fff;
    padding:3px 16px;
    font-size:12px;
    border-radius:4px;
    cursor:pointer;
}
.fafafa{
    background-color:#fafafa!important;
}
.new-week-page{
    float:right;
    text-align:right;
    padding-top:10px;
    padding-bottom:10px;
}
    .new-week-page span {
        float:left;
        padding-left:10px;
        padding-right:10px;
    }
    .new-week-page img {
        float:left;
        height:14px;
        margin-left:10px;
        margin-right:10px;
        margin-top:3px;
        cursor:pointer;
    }
.new-week-pagenum {
    border-left:1px solid #cfcdc5;
    border-right:1px solid #cfcdc5;
    padding:0 5px;
    cursor:pointer;
}
    .new-week-pagenum:hover {
        color:red;
    }
.page-on{
    color:red;
}
.index-nav-boxs{
    text-align:center;
    color:#fff;
    margin-right:74px;
    width:250px;
    padding:15px;
    border-radius:8px;
    cursor:pointer;
    float:left;
}
.index-nav-list {
    float:left;
    width:100%;
    margin-bottom:8px;
    margin-top:8px;
}
.index-nav-list li {
    width:100%;
    display:block;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
    padding-top:6px;
    padding-bottom:6px;
    cursor:pointer;
}
    .index-nav-list li img {
        float:left;
        width:16px;
        height:14px;
        margin-top:3px;
        margin-left:5px;
        margin-right:5px;
    }
    .index-nav-list li i {
        width:5px;
        height:5px;
        border:1px solid #0059b5;
        float:left;
        margin-top:7px;
        margin-right:6px;
        -moz-box-shadow:1px 0px 2px #0059b5 inset;               /* For Firefox3.6+ */
	    -webkit-box-shadow:1px 0px 2px #0059b5 inset;            /* For Chrome5+, Safari5+ */
	    box-shadow:1px 0px 2px #0059b5 inset;                    /* For Latest Opera */
    }
.index-nav-list li span{
	float:left;
	width:360px;
	overflow:hidden;
	text-overflow:ellipsis;
}
    .index-nav-list li span:last-child {
        float:right;
width:auto;
    }
    .index-nav-list li:hover {
        color:#3c9f0c;
    }
.index-nav-bottom-content {
    margin-bottom:10px;
    line-height:24px;
    word-wrap:break-word;
    word-break:break-all;
    text-overflow:ellipsis;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    display:-webkit-box;
    width:100%;
    float:left;
}
.index-nav-bottom-details {
    background-color:#64b9fa;
    color:#fff;
    padding:5px 12px;
    float:right;
    border-radius:4px;
    cursor:pointer;
}
.index-box-title {
    width:100%;
    float:left;
    padding-bottom:8px;
}
.index-scrollleft {
    width:1000px;
    margin-bottom:30px;
    float:left;
    position:relative;
    height:79px;
}
    .index-scrollleft img {
        height:55px!important;
    }
.index-scrollleft .prev {
	BACKGROUND: url(../images/gundong_pre.png) no-repeat;
    position:absolute;
    left:0;
    z-index:5;
    width: 29px;
    display:block;
    height:83px;
    overflow:hidden;
    cursor:pointer;
}
.index-scrollleft .next {
	background: url(../images/gundong_next.png) no-repeat; 
    position:absolute;
    right:0;
    z-index:5;
    width: 29px;
    display:block;
    height:83px;
    overflow:hidden;
    cursor:pointer;
}

#demo-02 ul li span {
    height:55px;
    width:115px;
    float:left;
    background-repeat:no-repeat;
}
.ad1 {
    background:url("../images/111111.jpg") 0 0;
}
.ad2{
    background:url("../images/111111.jpg") -115px 0;
}
.ad3{
    background:url("../images/111111.jpg") -230px 0;
}
.ad4{
    background:url("../images/111111.jpg") -345px 0;
}
.ad5{
    background:url("../images/111111.jpg") -460px 0;
}
.ad6{
    background:url("../images/111111.jpg") -575px 0;
}
.ad7{
    background:url("../images/111111.jpg") -690px 0;
}
.ad8{
    background:url("../images/111111.jpg") -805px 0;
}
.ad9{
    background:url("../images/111111.jpg") -920px 0;
}
.ad10{
    background:url("../images/111111.jpg") -1035px 0;
}
.ad11{
    background:url("../images/111111.jpg") -1150px 0;
}
.ad12{
    background:url("../images/111111.jpg") -1265px 0;
}
.ad13{
    background:url("../images/111111.jpg") -1380px 0;
}
.ad14{
    background:url("../images/111111.jpg") -1495px 0;
}
.ad15{
    background:url("../images/111111.jpg") -1610px 0;
}
.ad16{
    background:url("../images/111111.jpg") -1725px 0;
}
.ad17{
    background:url("../images/111111.jpg") -1840px 0;
}
.ad18{
    background:url("../images/111111.jpg") -1955px 0;
}
.ad19{
    background:url("../images/111111.jpg") -2070px 0;
}
.ad20{
    background:url("../images/111111.jpg") -2185px 0;
}
.ad21{
    background:url("../images/111111.jpg") -2300px 0;
}
.ad22{
    background:url("../images/111111.jpg") -2415px 0;
}
.ad23{
    background:url("../images/111111.jpg") -2530px 0;
}
.ad24{
    background:url("../images/111111.jpg") -2645px 0;
}
.ad25{
    background:url("../images/111111.jpg") -2760px 0;
}
.ad26{
    background:url("../images/111111.jpg") -2875px 0;
}
.ad27{
    background:url("../images/111111.jpg") -2990px 0;
}
.ad28{
    background:url("../images/111111.jpg") -3105px 0;
}
.ad29{
    background:url("../images/111111.jpg") -3220px 0;
}
.ad30{
    background:url("../images/111111.jpg") -3335px 0;
}
.ad31{
    background:url("../images/111111.jpg") -3450px 0;
}
.ad32{
    background:url("../images/111111.jpg") -3565px 0;
}
.ad33{
    background:url("../images/111111.jpg") -3680px 0;
}
.ad34{
    background:url("../images/111111.jpg") -3795px 0;
}
.ad35{
    background:url("../images/111111.jpg") -3910px 0;
}
.ad36{
    background:url("../images/111111.jpg") -4025px 0;
}
.ad37{
    background:url("../images/111111.jpg") -4140px 0;
}
.ad38{
    background:url("../images/111111.jpg") -4255px 0;
}
.ad39{
    background:url("../images/111111.jpg") -4370px 0;
}
.ad40{
    background:url("../images/111111.jpg") -4485px 0;
}
.jCarouselLite {
    visibility: visible; 
    overflow: hidden; 
    position: relative; 
    z-index: 2; 
    left: 0px; 
    width:1000px!important;
    float:left;

}
    .jCarouselLite ul {
        margin: 0px; 
        padding: 0px; 
        position: relative; 
        list-style-type: none; 
        z-index: 1; 
        width: 3795px; 
        left: -2875px;
    }
        .jCarouselLite ul li {
            overflow: hidden; 
            float: left; 
            width: 115px; 
            text-align:center;
            height:79px!important;
            margin-top:13px!important;
        }
.footer-nav {
    background-color:#7f7f7f;
    width:100%;
    float:left;
    color:#fff;
    height:30px;
    line-height:30px;
    text-align:center;
}
    .footer-nav span {
        margin-left:30px;
        margin-right:30px;
        cursor:pointer;
    }
.index-content {
    width:100%;
    display:table;
    padding-bottom:170px;
}
.index-fa {
    background-color:#fafafa;
    margin-bottom:30px;
}
.index-fa-box {
    width:47%;
    float:left;
    padding-top:8px;
    padding-left:10px;
    padding-right:10px;
}
    .index-fa-box:last-child {
        float:right;
    }
    .index-fa-title{
        border-bottom:1px solid #e8e8e8;
        float:left;
        width:100%;
    }
        .index-fa-title span:first-child {
            float:left;
            border-bottom:3px solid #69b12f;
            font-size:16px;
            margin-left:5px;
            padding-right:13px;
        }

        .index-fa-title span:first-child img {
            float:left;
            margin:5px;
            
        }
/*登录SignIn.shtml*/
.signin-pp {
    float:left;
    width:100%;
}
.signin-content {
    width:100%;
    display:table;
    background-color:#f3f3f3;
    margin-bottom:170px;
}
.signin-banner {
    margin-left:auto;
    margin-right:auto;
    width:100%;
    display:table;
    width:970px;
    padding:15px 10px;
}
.signin-banner-img {
    float:left;
    height:391px;
}
.signin-tab {
    background-color:#fff;
    width:288px;
    height:331px;
    padding:30px 15px;
    float:left;
}
.sign-tab-title {
    width:284px;
    margin-left:auto;
    margin-right:auto;
    font-size:16px;
}
    .sign-tab-title span {
        width:140px;
        float:left;
        text-align:center;
        border-bottom:2px solid #eaeaea;
        padding-top:5px;
        padding-bottom:5px;
        cursor:pointer;
    }
.on {
    border-top:2px solid #3c9f0c;
    border-left:1px solid #eaeaea;
    border-right:1px solid #eaeaea;
    border-bottom:none!important;
}
.signin-tab-box {
    float:left;
    width:100%;
    padding-top:10px;
}
.signin-tab-box2 {
    display:none;
}
.signin-box-input {
    width:284px;
    float:left;
    margin-top:22px;
    position:relative;
    height:40px;
}
    .signin-box-input i {
        position:absolute;
        top:1px;
        left:1px;
        background-color:#ccc;
        height:37px;
        line-height:37px;
        width:40px;
        text-align:center;
        border-radius:4px 0 0 4px;
    }
    .signin-box-input input {
        padding:10px 10px 10px 50px;
        width:220px;
        border-radius:4px;
        border:1px solid #ccc;
    }
        .signin-box-input input:focus {
            border:1px solid #3c9f0c;   
        }
.signin-password {
    float:left;
    width:100%;
    height:40px;
    line-height:40px;
    margin-top:5px;
    margin-bottom:5px;
}
    .signin-password span {
        float:left;
        margin-left:5px;
        cursor:pointer;
    }
.signin-btn{
    background-color:#3c9f0c;
    width:100%;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    color:#fff;
    float:left;
    border-radius:6px;
    margin-top:10px;
    font-size:16px;
    cursor:pointer;
}
#caseBlanche {height: 140px;width: 150px;padding-top: 10px;position: relative;margin: 200px auto 0;}
#rond {height: 100px;width: 100px;border: 1px solid #3EC340;border-radius: 50%;box-shadow: 0px 5px 0px #D8D8D8;position: absolute;top: 20px;left: 0px;animation: rond 2s infinite;-webkit-animation: rond 2s infinite;}
#caseBlanche #load {    color: #FFFFFF;
    font-family: 微软雅黑;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 19px;
    z-index: 99;}
@keyframes rond {0% {transform : rotate(0deg);}100% {transform : rotate(360deg);}}
@-webkit-keyframes rond {0% {-webkit-transform : rotate(0deg);}100% {-webkit-transform : rotate(360deg);}}

.double-bounce1, .double-bounce2 {width: 100px;
    height: 100px;border-radius: 50%;background-color:#67cf22;opacity: 0.6;position: absolute;top: 20px;left: 0;-webkit-animation:bounce 2s infinite cubic-bezier(0.4, 0, 1, 1);animation:bounce 2s infinite cubic-bezier(0.4, 0, 1, 1);}
.double-bounce2 {-webkit-animation-delay: -1.0s;animation-delay: -1.0s;}
@-webkit-keyframes bounce {0%, 100% { -webkit-transform: scale(0.0) }50% { -webkit-transform: scale(1.0) }}
@keyframes bounce {0%, 100% { transform: scale(0.0);-webkit-transform: scale(0.0);} 50% { transform: scale(1.0);-webkit-transform: scale(1.0);}}

/*error.html*/
.error_content {
    float:left;
    width:100%;
}
.error_box{
    border:4px solid #aeaeae;
    margin-left:auto;
    margin-right:auto;
    width:500px;
    padding:20px 30px;
    margin-top:60px;
    position:relative;
}
    .error_box .sorry_img {
        position:absolute;
        right:30px;
        bottom:20px;
    }
    .error_box p {
        font-size:16px;
        padding-top:8px;
        padding-bottom:8px;
    }
.sorry_title {
    font-weight:bold;
    font-size:18px;
}
.back_home {
    background-color:#ba0933;
    border-radius:6px;
    padding:5px 6px 5px 33px;
    color:#fff;
    position:relative;
    cursor:pointer;
}
    .back_home img {
        position:absolute;
        height:23px;
        width:26px;
        left:5px;
    }

.toast-bottom-right {
    position:fixed;
    top:10px;
    right:10px;
    /*top:50%;
    margin-top:-25px;
    left:50%;
    margin-left:-150px;*/
}
.toast {
    opacity:0.8;
    color:#fff;
    width:300px;
    margin-bottom:10px;
    height:50px;
    line-height:50px;
    padding-left:10px;
    padding-right:10px;
    border-radius:8px;
}
    .toast button {
        float:right;
        color:#fff;
        border:0;
        font-size:26px;
        height:50px;
        line-height:50px;
    }
    .toast-message{
        font-size:16px;
    }
.toast-error {
   background-color:red; 
}
    .toast-error button {
        background-color:red;
        border:none;
        outline:none;
        cursor:pointer;
    }
.toast-success {
    background-color:#147bb1;
}
    .toast-success button {
        background-color:#147bb1;
        border:none;
        outline:none;
        cursor:pointer;
    }

#myForm input.ng-invalid.ng-dirty {
            border-color:red;
        }

        #myForm input.ng-valid.ng-dirty {
        }
         .danger {
            float:left;
            width:200px;
            font-size:12px;
            color:red;
            margin-left:90px;
            height:20px;
            line-height:20px;
        }

.elastic-li {
    float:left;
    width:100%;
    border-bottom:1px solid #f2f2f2;
    padding-bottom: 15px;
    padding-top: 20px;
    cursor:pointer;
}
.elastic-content {
    float:left;
    width:100%;
    padding-bottom:10px;
    font-size:12px;
}
    .elastic-content p {
        font-size:18px;
        color:#373b3e;
    }
.elastic-table {
    display:table;
    width:100%;
    margin-top: 18px;
}

.elastic-list {
    padding-left:20px;
    display:table-cell;
}
.elastic-img {
    display:table-cell;
    vertical-align:middle;
    width:160px;
    height:100px;
    border:1px solid #f2f2f2;
    text-align:center;
    padding:0;
}
    .elastic-img img {
        margin-left:auto;
        margin-right:auto;
        max-width:160px;
        max-height:100px;
    }
.elastic-jieshao,
.elastic-more {
    float:left;
    width:100%;
}
.elastic-more {
    margin-top: 23px;
}
.elastic-jieshao {
    line-height:24px;
    word-wrap:break-word;
    word-break:break-all;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    display:-webkit-box;
    margin-top:15px;
}
    .elastic-more span.elastic-more-t {
        color:#51bff0;
        font-size:15px;
        float:left;
        font-weight:bold;
    }
    .elastic-more .elastic-more-r {
        float:right;
    }
        .elastic-more .elastic-more-r .elastic-more-span {
            float:left;
            margin-right:15px;
        }
        .elastic-more .elastic-more-r .elastic-more-span img,
        .elastic-more .elastic-more-r .elastic-more-span span {
            float:left;
            margin-right:5px;
            font-size:14px;
        }
.elastic-onclick {
    float:left;
    background-color:#0153b1;
    color:#fff;
    font-size:13px;
    padding-left:8px;
    padding-right:8px;
    margin-top:8px;
    margin-bottom:8px;
    width:auto!important;
    cursor:pointer;
}
    .elastic-onclick span,
    .elastic-onclick img {
        float:left;
    }
    .elastic-onclick span {
        height:22px;
        line-height:22px;
    }
    .elastic-onclick img {
        margin-top: 5px;
        width: 14px;
    }
.elastic-details div,
.elastic-details .bold {
    float:left;
    width:100%;
}
.contactus-footer{
            width:970px;
            padding:30px 15px 10px 15px;
            margin-left:auto;
            margin-right:auto;
            display:table;
        }
        .contactus-introduce{
            float:left;
        }
        .contactus-introduce:first-child{
            width:40%;
            padding-right:10px;
        }
        .contactus-introduce:nth-child(2){
            width:38%;
        }
        .contactus-introduce:nth-child(3){
            width:20%;
        }
        .contactus-p{
            font-size:16px;
            color:#000;
            font-weight:600;
            padding-bottom:10px;
        }
        .contactus-div{
            font-size:10px;
        }
    