header {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #fff;
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    box-shadow: 0 5px 10px -2px #f1f1f1;
}

header .main {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

header .left {
    height: 80px;
    display: flex;
    align-items: center;
}

header .logo {
    display: flex;
    align-items: center;
    height: 80px;
    margin-right: 48px;
}

header .left .links {
    display: flex;
}

header .left .links .item {
    display: inline-block;
    height: 80px;
    background: #fff;
    padding: 0 20px;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    margin-right: 20px;
    font-size: 16px;
    color: #333333;
    line-height: 80px;
  	cursor: pointer;
}

header .left .links .item:last-child {
    margin-right: 0;
}

header .left .links .item.act {
    background: #f7f7f7;
    border-bottom-color: #cd1f20;
    color: #cd1f20;
}
.links .news {
        position: relative;
    }
    
    .links .news .btm_icon {
        width: 10px;
        height: 6px;
        position: absolute;
        top: 50%;
        left: auto;
        right: 0;
    }
    
    .newsChild {
        position: absolute;
        top: 80px;
        left: 0px;
        background: #fff;
        display: none;
        width: 116px;
        z-index: 1111;
        box-shadow: #ccc 0 0 10px;
    }
    
    .newsChild ul li {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
        text-align: center;
        font-size: 14px;
        color: #666;
        cursor: pointer;
    }
    
    .newsChild ul li:hover {
        background: #bd0000;
    }
    
    .newsChild ul li a {
        color: #000;
    }
    
    .newsChild ul li:hover a {
        color: #fff;
    }
header .right {
    display: flex;
    align-items: center;
}

header .right .search_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 198px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #999;
    border-radius: 4px;
    margin-right: 50px;
}

header .right .search_box input {
    width: 160px;
    border: 0;
    text-indent: 6px;
    line-height: 26px;
    outline: none;
    border-radius: 4px;
}

header .right .search_box img {
    width: 20px;
    height: 17px;
    margin-right: 10px;
    cursor: pointer;
}

header .right .avatar_box {
    position: relative;
}

header .right .avatar {
    display: flex;
    align-items: center;
    height: 80px;
    line-height: 80px;
}

header .right .avatar img {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
    border: 1px solid #ccc;
}

header .right .avatar p {
    color: #000;
    font-size: 14px;
    line-height: 40px;
    font-style: normal;
    display: inline-block;
    max-width: 76px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

header .right .avatar_box .kuaijiebox {
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    right: 0px;
    top: 80px;
    width: 286px;
    padding: 32px 20px 2px 20px;
    background: #fff;
    box-shadow: 0 0 6px #bdbdbd;
    border-radius: 10px;
    display: none;
}

header .right .avatar_box .kuaijiebox .user_txt {
    overflow: hidden;
    display: flex;
    align-items: center;
}

header .right .avatar_box .kuaijiebox .user_txt a {
    display: flex;
    margin-right: 10px;
}

header .right .avatar_box .kuaijiebox .user_txt a img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid #eaeaea;
}

header .right .avatar_box .kuaijiebox .user_txt .user_list {
    display: block;
    float: left;
    width: 140px;
}

header .right .avatar_box.kuaijiebox .user_txt .user_list a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 24px;
    line-height: 24px;
}

header .right .avatar_box .kuaijiebox .user_txt .user_list h6 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}

header .right .avatar_box .kuaijiebox .user_txt .user_list span {
    display: block;
    text-align: left;
    color: #808080;
    font-size: 14px;
    line-height: 20px;
    margin-right: 5px;
}

header .right .avatar_box .kuaijiebox .user_txt .user_list span b {
    max-width: 46px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

header .right .avatar_box .kuaijiebox .loin {
    overflow: hidden;
    margin: 10px -40px 10px 0;
}

header .right .avatar_box .kuaijiebox .loin a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    display: block;
    float: left;
    width: 100px;
    width: 42%;
    height: 35px;
    background: #bd0000;
    text-align: center;
    border-radius: 5px;
    margin: 8px 8px 0 0;
}

header .right .avatar_box .kuaijiebox .retuLog {
    display: block;
    border-top: 1px solid #e6e6e6;
    color: #999;
    font-size: 14px;
    line-height: 54px;
    margin-top: 2px;
    text-align: center;
}

.banner {
    width: 100%;
    margin-top: 80px;
}

.banner img {
    width: 100%;
    height: 100%;
}

.layout {
    width: 1200px;
    margin: 0 auto;
}

.prospect {
    width: 1200px;
    height: 650px;
    background-color: #ffffff;
    box-shadow: 0px 4px 16px 0px rgba(231, 231, 231, 0.7);
    border-radius: 30px;
    padding: 48px 41px 59px 41px;
    box-sizing: border-box;
    margin-top: 52px;
}

.box_title {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 4px;
    color: #333333;
    text-align: center;
}

.prospect .pro_box {
    display: flex;
    justify-content: space-between;
    margin-top: 46px;
}

.prospect .pro_box .left {
    width: 518px;
    height: 461px;
    background-color: #f8fafc;
    padding: 0 58px 0 39px;
    box-sizing: border-box;
}

.prospect .pro_box .left h5 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin: 50px 0 39px;
}

.prospect .pro_box .left p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 2px;
    color: #333333;
}

.prospect .pro_box .left a {
    display: block;
    width: 150px;
    height: 42px;
    background-color: #e04946;
    border-radius: 6px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    margin: 30px auto 0;
  	cursor: pointer;
}

.prospect .pro_box .right {
    width: 550px;
}

.prospect .pro_box .right .item {
    width: 550px;
    height: 139px;
    background-image: linear-gradient( #ffffff, #ffffff), linear-gradient( #f9fafc, #f9fafc);
    background-blend-mode: normal, normal;
    box-shadow: 0px 3px 16px 0px rgba(231, 231, 231, 0.7);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 30px 0 23px;
    box-sizing: border-box;
}

.prospect .pro_box .right .item:last-child {
    margin-bottom: 0;
}

.prospect .pro_box .right .item h5 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-indent: 30px;
    position: relative;
}

.prospect .pro_box .right .item h5::after {
    content: '';
    width: 64px;
    height: 2px;
    background: #e8423a;
    position: absolute;
    bottom: -7px;
    left: 30px;
}

.prospect .pro_box .right .item h5::before {
    content: '';
    position: absolute;
    top: 3px;
    left: -5px;
}

.prospect .pro_box .right .item:nth-child(1) h5::before {
    width: 27px;
    height: 27px;
    background: url(../img/icon_qk.png) no-repeat;
    background-size: contain;
}

.prospect .pro_box .right .item:nth-child(2) h5::before {
    width: 26px;
    height: 26px;
    background: url(../img/icon_dz.png) no-repeat;
    background-size: contain;
}

.prospect .pro_box .right .item:last-child h5::before {
    width: 28px;
    height: 23px;
    background: url(../img/icon_qs.png) no-repeat;
    background-size: contain;
}

.prospect .pro_box .right .item p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 24px;
}

.why_study {
    margin-top: 88px;
}

.little_title {
    width: 585px;
    margin: 57px auto 53px;
}

.little_title .line {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #e14946;
    text-align: center;
    position: relative;
}

.little_title .line::before,
.little_title .line::after {
    content: '';
    width: 97px;
    height: 3px;
    background: #e14946;
    position: absolute;
    bottom: 5px;
}

.little_title .line::before {
    left: 0;
}

.little_title .line::after {
    left: auto;
    right: 0;
}

.little_title h5 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}

.why_study .item_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.why_study .item_box .item {
    width: 270px;
    height: 436px;
    background-color: #ffffff;
    box-shadow: 0px 3px 11px 0px rgba(231, 231, 231, 0.7);
    border-radius: 5px;
}

.why_study .item_box .item .top {
    width: 270px;
    height: 230px;
    border-radius: 5px 5px 0px 0px;
    position: relative;
}

.why_study .item_box .item .top img {
    width: 270px;
    height: 230px;
    border-radius: 5px 5px 0px 0px;
}

.why_study .item_box .item .top .red {
    width: 270px;
    height: 45px;
    background-color: #e04946;
    border-radius: 0px 45px 0px 0px;
    opacity: 0.8;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 57px;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.why_study .item_box .item .bottom {
    width: 270px;
    height: calc(100% - 230px);
    padding: 20px 19px 0 16px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.why_study .position_box .top {
    display: flex;
    justify-content: space-between;
}

.why_study .position_box .top .t_left {
    width: 652px;
    height: 292px;
    position: relative;
}

.why_study .position_box .top .t_left .salary {
    width: 120px;
    /* height: 86px; */
    position: absolute;
    top: 100px;
    left: 40px;
}

.why_study .position_box .top .t_left .salary h5 {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 57px;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
}

.why_study .position_box .top .t_left .salary h5::after {
    content: '';
    width: 61px;
    height: 4px;
    background-color: #e04946;
    position: absolute;
    bottom: 0;
    left: 0;
}

.why_study .position_box .top .t_left .salary p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 57px;
    letter-spacing: 0px;
    color: #333333;
}

.why_study .position_box .top .t_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 535px;
}

.why_study .position_box .top .t_right .item_s {
    width: 139px;
    height: 140px;
    position: relative;
}

.why_study .position_box .top .t_right .item_s .salary,
.why_study .position_box .top .t_right .item_l .salary,
.why_study .position_box .btm .item_m .salary {
    position: absolute;
    top: 4px;
    left: 14px;
}

.why_study .position_box .top .t_right .item_s .salary h5,
.why_study .position_box .top .t_right .item_l .salary h5,
.why_study .position_box .btm .item_m .salary h5 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 57px;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
}

.why_study .position_box .top .t_right .item_s .salary h5::after,
.why_study .position_box .top .t_right .item_l .salary h5::after,
.why_study .position_box .btm .item_m .salary h5::after {
    content: '';
    width: 61px;
    height: 4px;
    background-color: #e04946;
    position: absolute;
    bottom: 0;
    left: 0;
}

.why_study .position_box .top .t_right .item_s .salary p,
.why_study .position_box .top .t_right .item_l .salary p,
.why_study .position_box .btm .item_m .salary p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 57px;
    letter-spacing: 0px;
    color: #333333;
}

.why_study .position_box .top .t_right .item_l {
    width: 237px;
    height: 140px;
    position: relative;
}

.why_study .position_box .btm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
}

.why_study .position_box .btm .item_m {
    width: 232px;
    height: 143px;
    position: relative;
}

.backing {
    margin-top: 80px;
}

.backing .certificate_box {
    display: flex;
    justify-content: space-between;
}

.backing .certificate_box .item {
    width: 554px;
}

.backing .certificate_box .item img {
    width: 554px;
    height: 397px;
}

.backing .certificate_box .item p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 2px;
    color: #e04946;
    text-align: center;
    margin-top: 30px;
}

.backing .large {
    width: 1257px;
}

.backing .advantage {
    display: flex;
    justify-content: space-between;
    height: 480px;
}

.backing .advantage .adv_box {
    position: relative;
    width: 365px;
}

.backing .advantage .adv_box .item {
    width: 365px;
    height: 150px;
    background-color: #ffffff;
    box-shadow: 0px 3px 11px 0px rgba(231, 231, 231, 0.7);
    border-radius: 5px;
    padding: 15px 22px 0 30px;
    box-sizing: border-box;
    text-align: right;
    position: absolute;
}

.backing .advantage .adv_box.right .item {
    padding: 15px 30px 0 22px;
    text-align: left;
}

.backing .advantage .adv_box .item h5 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 0px;
    color: #333333;
}

.backing .advantage .adv_box .item p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.backing .advantage .adv_box .item.move1 {
    left: 28px;
    top: 0;
}

.backing .advantage .adv_box .item.move2 {
    left: 0;
    top: 160px;
}

.backing .advantage .adv_box .item.move3 {
    left: 10px;
    top: 320px;
}

.backing .advantage .adv_box .item.move4 {
    left: -28px;
    top: 0;
}

.backing .advantage .adv_box .item.move5 {
    left: 0;
    top: 160px;
}

.backing .advantage .adv_box .item.move6 {
    left: -10px;
    top: 320px;
}

.backing .advantage .left .item .backing .advantage .center {
    width: 495px;
    height: 387px;
}

.backing .layout.table {
    width: 1235px;
    position: relative;
  	overflow:visible;
}

.backing .layout.table .table_box {
    width: 1200px;
    height: 401px;
    background: url(../img/table.png) no-repeat center;
    background-size: contain;
    margin: 80px auto 0;
    position: relative;
}

.backing .layout.table img {
    position: absolute;
    top: -53px;
    left: 0;
    z-index: 99;
}

.backing .layout.table .table_box div {
    position: absolute;
}

.backing .layout.table .table_box div.tit {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 6px;
    color: #e35b58;
    text-align: center;
    top: 164px;
    left: 46px;
}

.backing .layout.table .table_box div.th {
    top: 22px;
}

.backing .layout.table .table_box div.th.th1 {
    left: 259px;
}

.backing .layout.table .table_box div.th.th2 {
    left: 438px;
}

.backing .layout.table .table_box div.th.th3 {
    left: 650px;
}

.backing .layout.table .table_box div.th.th4 {
    left: 857px;
}

.backing .layout.table .table_box div.th h5 {
    font-size: 18px;
    font-weight: 550;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    color: #333333;
}

.backing .layout.table .table_box div.ds {
    width: 160px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    top: 123px;
}

.backing .layout.table .table_box div.ds.ds1 {
    left: 240px;
}

.backing .layout.table .table_box div.ds.ds2 {
    left: 443px;
}

.backing .layout.table .table_box div.ds.ds3 {
    left: 650px;
}

.backing .layout.table .table_box div.ds.ds4 {
    left: 868px;
}

.backing .layout.table .table_box .btn {
    width: 117px;
    position: absolute;
    top: 44%;
    right: 21px;
}

.backing .layout.table .table_box .btn p {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0px;
    color: #e04946;
}

.backing .layout.table .table_box .btn a {
    display: block;
    width: 117px;
    height: 35px;
    background-color: #e04946;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-top: 30px;
  	cursor: pointer;
}

.backing .tea_box {
    display: flex;
    justify-content: space-between;
}

.backing .tea_box .item {
    width: 585px;
    height: 424px;
    background-color: #ffffff;
    box-shadow: 0px 3px 10px 0px rgba(231, 231, 231, 0.7);
    border-radius: 5px;
    border: solid 1px rgba(229, 229, 229, 0.49);
    padding: 48px 30px 0 23px;
    box-sizing: border-box;
}

.backing .tea_box .item .intd {
    display: flex;
    justify-content: space-between;
}

.backing .tea_box .item .intd .avatar {
    width: 229px;
    height: 228px;
    border-radius: 50%;
    border: solid 1px rgba(229, 229, 229, 0.49);
}

.backing .tea_box .item .intd .name {
    width: 252px;
}

.backing .tea_box .item .intd .name h5 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 5px;
}

.backing .tea_box .item .intd .name p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    text-indent: 10px;
    margin-top: 10px;
    position: relative;
}

.backing .tea_box .item .intd .name p::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #666;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.backing .tea_box .item .intd .name a {
    display: block;
    width: 166px;
    height: 42px;
    background-color: #e04946;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    margin-top: 20px;
  	cursor: pointer;
}

.backing .tea_box .item .info {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 35px;
}

.backing .tea_list {
    display: flex;
    justify-content: space-between;
    margin-top: 46px;
}

.backing .tea_list .item {
    width: 224px;
    height: 260px;
    background-color: #616686;
    box-shadow: 0px 3px 10px 0px rgba(231, 231, 231, 0.7);
    border-radius: 10px;
    border: solid 1px rgba(229, 229, 229, 0.49);
    background: url(../img/t3.png) no-repeat center;
    background-size: contain;
    position: relative;
}

.backing .tea_list .item.item2 {
    background: url(../img/t4.png) no-repeat center;
    background-size: contain;
}

.backing .tea_list .item.item3 {
    background: url(../img/t5.png) no-repeat center;
    background-size: contain;
}

.backing .tea_list .item.item4 {
    background: url(../img/t6.png) no-repeat center;
    background-size: contain;
}

.backing .tea_list .item.item5 {
    background: url(../img/t7.png) no-repeat center;
    background-size: contain;
}

.backing .tea_list .item .name {
    width: 224px;
    height: 45px;
    background-color: #e04946;
    border-radius: 0px 37px 8px 8px;
    opacity: 0.8;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.backing .tea_list .item .tea_intd {
    width: 224px;
    height: 178px;
    background-color: #e04946;
    border-radius: 0px 37px 8px 8px;
    opacity: 0.8;
    padding: 20px 14px 0 14px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.backing .tea_list .item .tea_intd h5 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.backing .tea_list .item .tea_intd p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
}

.test_ready {
    margin-top: 70px;
}

.test_ready .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.test_ready .list .item {
    width: 277px;
    height: 223px;
    background-color: #ffffff;
    box-shadow: 0px 3px 11px 0px rgba(231, 231, 231, 0.7);
    border-radius: 8px;
    text-align: center;
    padding-top: 23px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.test_ready .list .item h5 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #e04946;
    margin: 20px 0 15px;
}

.test_ready .list .item p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
}

.test_ready .list .item a {
    display: inline-block;
    width: 117px;
    height: 35px;
    background-color: #e04946;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 13px;
  	cursor: pointer;
}

.test_ready .more {
    width: 368px;
    height: 50px;
    background-color: #e04946;
    border-radius: 25px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    display: block;
    margin: 70px auto;
  	cursor: pointer;
}
 /*渐变*/
.Add_gradient{
  width: 100%;
  height: 20px;
  margin-top: 60px;
  background: -webkit-linear-gradient(top, #ececec , #f5f5f5); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #ececec, #f5f5f5); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #ececec, #f5f5f5); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, #ececec , #f5f5f5); /* 标准的语法 */
}
footer{
  width: 100%;
  height: 400px;
  background: #272C31;
  background-size: 100% 100%;
  padding-top: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  /* margin-top: 40px; */
}
footer table{
  /*width: 760px;*/
  width: 660px;
  height: 223px;
  float: left;
}
footer table thead{
  font-size: 20px;
  /* height: 50px; */
  color: #fff;
}
footer table thead tr th{
  text-align: left;
  height: 50px;
  font-weight: normal;
}
footer table tbody tr td a{
  font-size: 14px;
  color: #ccc;
  text-align: left;
}
footer table tbody tr td a:hover{
  color: #ccc;
}
footer .encode{
  /*width: 440px;*/
  width: 540px;
  height: 223px;
  /*padding-left: 50px;*/
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
}
footer .wrapper{
  position: relative;
  width:1200px;
  margin:0 auto;
  overflow:hidden;
}
footer .encode ul{
  overflow: hidden;
}
footer .encode ul li{
  /*width: 180px;*/
  width: 160px;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #ccc;
  /*margin-right: 30px;*/
  margin-right: 20px;
}

footer .encode ul li img{
  width: 118px;
  height: 118px;
}
footer .encode ul li p{
  margin-top: 10px;
}
footer .encode ul li:last-child{
  margin-right: 0;
}
footer .encode p.kefuphone{
  color: #ccc;
  font-weight: bold;
  margin-top: 12px;
}
footer .copyright{
  height: 130px;
  float: left;
/*  position: absolute;
  bottom: 0;
  left: 0;*/
  border-top: 1px solid #cccccc;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
footer .copyright img{
  display:inline-block;
  margin: 15px;
}
footer .copyright .bei_com img{
  display:inline-block;
  margin: 0px 15px;
}
footer .copyright p,footer .copyright p a {
  color: #fff;
}
footer .copyright .honor span {
  margin: 0 10px;
}