* {
    box-sizing: border-box;
}

.header {
    width: 100%;
    background: #fff;
}

.box_head {
    max-width: 1440px;
    margin: 0 auto;
}

.logo {
    float: left;
    margin-top: 12px;
    max-width: 99px;
}

.ind_inp {
    float: left;
    position: relative;
    max-width: 355px;
    width: 100%;
    margin-top: 30px;
    margin-left: 60px;
}

.ind_inp input[type='text'] {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
}

.ind_inp input[type='submit'] {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url('../image/ss.png') center center no-repeat;
    background-size: 16px 16px;
}

.nav {
    float: right;
}

.nav li {
    float: left;
    margin: 0 30px;
    line-height: 100px;
}

.nav li>a {
    font-size: 16px;
    color: #202020;
}

.nav li.active>a {
    color: #b0251e;
}

.language {
    float: right;
    line-height: 100px;
}

.box_head {
    position: relative;
    height: 100px;
}

.head_dh {
    position: absolute;
    right: 0;
    bottom: -35px;
    z-index: 9;
}

.ind_ban {
    height: 830px;
    width: 100%;
}

.ind_ban a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.ind_ban .swiper-button-next {
    width: 27px;
    height: 52px;
    background: url('../image/ri.png') center center no-repeat;
}

.ind_ban .swiper-button-prev {
    width: 27px;
    height: 52px;
    background: url('../image/le.png') center center no-repeat;
}

.home {
    width: 30px;
    height: 30px;
    background: url('../image/Phone_ico1.png') center center no-repeat;
    background-size: 20px 17px;
    position: absolute;
    right: 40px;
    top: 10px;
    display: none;
}

.ind_ss {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 72px;
    top: 10px;
    display: none;
    background: url('../image/ss.png') center center no-repeat;
}

.wap_nav {
    width: 100%;
    z-index: 99999;
    display: none;
    position: relative;
    z-index: 999;
}

.wap_nav ul {
    width: 50%;
    height: 100%;
    position: fixed;
    left: -50%;
    top: 0;
    background: #333;
    z-index: 9;
}

.wap_nav ul li {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.wap_nav ul li {
    text-indent: 2em;
}

.wap_nav ul li a {
    color: #fff;
    font-size: 14px;
}

.wap_nav ul li .pos {
    width: 100%;
    display: none;
}

.wap_nav ul li .pos a {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, .15);
    font-size: 12px;
    line-height: 30px;
}



.wap_nav .back {
    width: 50%;
    height: 100%;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: 9;
    background: rgba(0, 0, 0, .6);
}


@media screen and (max-width:1366px) {
    .ind_inp {
        width: 100%;
        max-width: none;
        margin: 10px 0;
        padding: 0 20px;
    }
    .box_head {
        height: 161px;
    }
    .ind_inp input[type='submit'] {
        right: 25px;
    }
}

@media screen and (max-width:1000px) {
    .wap_nav {
        display: block;
    }
    .home {
        display: block;
    }
    .ind_ss {
        display: block;
    }
    .box_head {
        height: 50px;
    }
    .logo {
        height: 30px;
        margin-left: 10px;
        margin-top: 10px;
    }
    .nav {
        display: none;
    }
    .language {
        line-height: 50px;
        margin-right: 10px;
    }
    .ind_inp {
        position: absolute;
        left: 0;
        top: 55px;
        margin: 0;
        z-index: 10;
        display: none;
    }
    .ind_inp input[type='text'] {
        height: 35px;
    }
    .ind_inp input[type='submit'] {
        height: 35px;
        width: 35px;
    }
}

@media screen and (max-width:768px) {
    .ind_ban {
        height: 500px;
    }
}

@media screen and (max-width:640px) {
    .ind_ban {
        height: 200px;
    }
    .ind_ban .swiper-button-next {
        height: 25px;
        width: 12px;
        background-size: auto 100%;
    }
    .ind_ban .swiper-button-prev {
        height: 25px;
        width: 12px;
        background-size: auto 100%;
    }
}

.ind_head {
    text-align: center;
    margin-top: 76px;
    margin-bottom: 60px;
}

.ind_head h5 {
    font-size: 36px;
    color: #333333;
}

.ind_head em {
    font-size: 16px;
    color: #898989;
    display: block;
    margin-top: 6px;
}

.ind_list {
    max-width: 1200px;
    margin: 0 auto;
    display: table;
}

.ind_list .left {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9;
}

.ind_list .right {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.ind_list .left .txt {
    background: #fff;
    border-top: 10px solid #f0f0f0;
    border-left: 10px solid #f0f0f0;
    padding: 30px;
    width: 130%;
    position: relative;
    z-index: 99;
}

.ind_list .left .txt h5 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 26px;
}

.ind_list .left .txt p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.ind_list .left .txt .btn {
    border: 1px solid #d2d2d2;
    display: block;
    width: 160px;
    line-height: 40px;
    font-size: 14px;
    color: #898989;
    text-align: center;
    margin-top: 30px;
}

.ind_list .left .img {
    float: left;
    position: relative;
    text-align: center;
    width: 47.5%;
}

.ind_list .left .pos {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.ind_list .left .pos:before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.ind_list .left .pos h5 {
    font-size: 20px;
    color: #ffffff;
}

.ind_list .left .pos em {
    font-size: 12px;
    color: #fff;
    opacity: .5;
}

.ind_list .left .pos .add {
    display: inline-block;
    width: 97%;
    vertical-align: middle;
}

.ind_list .left .img:last-of-type {
    float: right;
}

.ind_list_img {
    overflow: hidden;
    margin-top: 10px;
    padding-left: 10px;
}

.ind_list .right {
    padding-left: 20px;
}

.ind_list .left .img:hover .pos {
    background: rgba(176, 37, 30, .95);
}

@media screen and (max-width:768px) {
    .ind_list {
        padding: 0 10px;
        display: block;
    }
    .ind_list .left {
        display: block;
        width: 100%;
    }
    .ind_list .left .txt h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ind_list .left .txt {
        width: 100%;
        padding: 10px;
    }
    .ind_list_img {
        padding-left: 0;
    }
    .ind_list .left .img {
        max-width: 280px;
    }
    .ind_list .right {
        display: block;
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .ind_list .right img {
        margin: 0 auto;
    }
}

@media screen and (max-width:640px) {
    .ind_head {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .ind_head h5 {
        font-size: 18px;
    }
    .ind_head em {
        font-size: 12px;
        margin-top: 0;
    }
    .ind_list .left .txt .btn {
        margin-top: 10px;
    }
    .ind_list .left .txt {
        border-width: 2px;
    }
}

.ind_new {
    width: 100%;
    margin: 0 auto;
    background: #f6f6f6;
    overflow: hidden;
    margin-top: 60px;
}

.ind_new ul {
    overflow: hidden;
}

.ind_new li {
    width: 48%;
    float: left;
    margin-bottom: 28px;
}

.ind_new li .left {
    background: #fff;
    overflow: hidden;
    max-width: 100px;
    padding: 10px;
    text-align: right;
    float: left;
}

.ind_new li .txt {
    display: block;
    background: #fff;
    padding: 10px;
    padding-left: 100px;
}

.ind_new li .txt h6 {
    font-size: 18px;
    color: #191919;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ind_new li .txt p {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}

.ind_new li .left p {
    font-size: 24px;
    color: #191919;
}

.ind_new li .left em {
    float: right;
    border-top: 1px solid #656565;
    color: #888888;
    font-size: 14px;
    padding-top: 6px;
    margin-top: 5px;
}

.ind_new li:nth-child(2n+2) {
    float: right;
}

.ind_new li:hover .txt h6 {
    color: #b0251e;
}

.ind_new li:hover .txt p {
    color: #b0251e;
}

.ind_new li:hover .left {
    background: #b0251e;
}

.ind_new li:hover .left p {
    color: #fff;
}

.ind_new li:hover .left em {
    color: #fff;
    border-top: #fff 1px solid;
}

.ind_project .head {
    text-align: center;
}

.ind_project .head a {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    border: 1px solid #d2d2d2;
    padding: 0 25px;
    line-height: 40px;
    margin: 0 10px;
}

.ind_project .head a.active {
    background-color: #b0251e;
    border: 1px solid #b0251e;
    color: #fff;
}

.ind_project ul {
    overflow: hidden;
    margin-top: 40px;
}

.ind_project li {
    width: 31.6%;
    float: left;
    margin-left: 2.4%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}


.ind_project li:nth-child(3n+1) {
    margin-left: 0;
}

.ind_project li .img {
    width: 100%;
    padding: 37% 0;
}

.ind_project li h6 {
    font-size: 18px;
    color: #333;
    margin-top: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ind_project li p {
    font-size: 14px;
    color: #898989;
    margin-top: 5px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height:48px;
}

.ind_project li:hover h6 {
    font-size: 18px;
    color: #b0251e;
}

.ind_project li:hover {
    border-bottom: 1px solid #e7bdbb;
}

@media screen and (max-width:640px) {
    .ind_new li .txt h6 {
        font-size: 14px;
    }
    .ind_new li {
        width: 100%;
        margin-bottom: 10px;
    }
    .ind_new li .txt p {
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .ind_project .head a {
        font-size: 14px;
    }
    .ind_project ul {
        margin-top: 20px;
    }
    .ind_project li {
        width: 100%;
        margin: 0;
        padding: 0 10px;
        margin-bottom: 10px;
    }
}

.footer {
    position: relative;
    border-top: 10px solid #f0f0f0;
    margin-top: 95px;
}

#map {
    width: 100%;
    height: 500px;
}

#map img {
    max-width: none;
    max-height: none;
    display: inline-block;
}

.footer .ind_con {
    position: absolute;
    background: #fff;
    right: 10%;
    top: 0;
    padding: 60px;
}

.ind_con h6 {
    font-size: 30px;
    color: #333333;
}

.ind_con em {
    font-size: 16px;
    color: #898989;
    display: block;
    margin-top: 10px;
}

.ind_con p {
    margin-top: 10px;
    line-height: 24px;
    color: #333333;
}

.footer_txt {
    background: #b0251e;
    line-height: 60px;
    text-align: right;
    margin-top:30px;
}

.bdsharebuttonbox {
    margin-top: 10px;
}

.footer_txt p {
    font-size: 12px;
    color: #ffffff;
    max-width: 1440px;
    margin: 0 auto;
}

@media screen and (max-width:640px) {
    #map {
        height: 200px;
    }
    .footer {
        margin-top: 20px;
    }
    .footer .ind_con {
        position: static;
        padding: 10px;
        margin-top: 20px;
    }
    .ind_con h6 {
        font-size: 16px;
    }
    .footer_txt {
        line-height: 24px;
        text-align: center;
    }
}

.about_ban {
    width: 100%;
    height: 400px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.about_head {
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}

.about_head .title {
    float: left;
    color: #898989;
    font-size: 12px;
    line-height: 67px;
}

.about_head .title a {
    font-size: 12px;
    color: #898989;
}

.about_head .title em {
    color: #898989;
    font-size: 12px;
}

.about_head .title em:last-of-type {
    display: none;
}

.about_list {
    float: right;
    line-height: 60px;
}

.about_list a {
    font-size: 16px;
    color: #333333;
}

.about_list em {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 2px;
    background: #333333;
    margin: 0 10px;
}

.about_list em:last-of-type {
    display: none;
}

.about_list a.active {
    color: #b0251e;
}

.about_main {
    margin-top: 60px;
}

.about_main .head {
    float: left;
    text-align: right;
    padding: 0 40px;
    position: relative;
}

.about_main .head:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #b0251e;
    border-radius: 50%;
    border: 5px solid #ffada9;
    box-sizing: content-box;
    position: absolute;
    right: -20px;
    top: 15px;
}

.about_main .head h5 {
    font-size: 30px;
    color: #333;
}

.about_main .head em {
    font-size: 18px;
    color: #898989;
    display: block;
    margin-top: 4px;
}

.about_main .txt {
    margin-left: 230px;
    border-left: 1px solid #dcdcdc;
    padding-left: 5%;
    font-size: 14px;
    color: #888888;
    line-height: 28px;
}

.about_main .txt ul {
    overflow: hidden;
    margin-top: 50px;
}

.about_main .txt li {
    float: left;
    width: 58%;
}

.about_main .txt li:last-of-type {
    width: 42%;
    padding: 0 7.5%;
    text-align: center;
}

.about_main .txt li .tit {
    font-size: 18px;
    color: #b0251e;
    background: #f0f0f0;
    display: inline-block;
    padding: 30px;
    margin-bottom: 50px;
    text-align: left;
}

.about_main .txt li img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .box {
        padding: 0 10px;
    }
    .about_ban {
        height: 300px;
    }
    .about_list {
        width: 100%;
    }
    .about_main .head {
        padding: 0 20px;
    }
    .about_main .txt {
        margin-left: 189px;
    }
}

@media screen and (max-width:640px) {
    .about_ban {
        height: 150px;
    }
    .about_head .title {
        line-height: 30px;
    }
    .about_list {
        line-height: 24px;
    }
    .about_list a {
        font-size: 12px;
    }
    .about_list em {
        width: 8px;
        margin: 0 5px;
    }
    .about_main .head {
        width: 100%;
        text-align: center;
        float: none;
    }
    .about_main .head:before {
        display: none;
    }
    .about_main .head h5 {
        font-size: 20px;
    }
    .about_main .txt {
        float: none;
        border: 0;
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }
    .about_main .txt li {
        width: 100%;
    }
    .about_main .txt li:last-of-type {
        width: 100%;
    }
}

.about_main .txt li .tit {
    margin-bottom: 10px;
}

.honor {
    margin-top: 50px;
}

.honor .box {
    overflow: hidden;
}

.honor .head {
    float: left;
    text-align: right;
    padding: 0 30px;
}

.honor .head h5 {
    font-size: 30px;
    color: #333333;
}

.honor .head em {
    font-size: 18px;
    color: #898989;
    display: block;
}

.honor .list {
    margin-left: 242px;
    border-left: 1px dashed #d0d0d0;
    padding-left: 36px;
}

.honor .li {
    margin-bottom: 40px;
    position: relative;
}

.honor .li:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #666666;
    border: 5px solid #dcdcdc;
    position: absolute;
    left: -48px;
    top: 0;
}

.honor .li:hover:before {
    background: #b0251e;
    border: 5px solid #ffada9;
}

.honor .li h5 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}

.honor .li p {
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

.honor .li ul {
    margin-top: 20px;
}

.honor .li li {
    display: inline-block;
    background: #f0f0f0;
    color: #333333;
    font-size: 16px;
    line-height: 2;
    padding: 0 10px;
    margin-right: 10px;
}

.honor .li h6 {
    color: #b0251e;
    font-size: 24px;
}

@media screen and (max-width:640px) {
    .honor .li h6 {
        font-size: 18px;
    }
    .about_main {
        margin-top: 20px;
    }
    .honor {
        margin-top: 20px;
    }
    .honor .head {
        width: 100%;
        float: none;
        text-align: center;
    }
    .honor .list {
        margin-left: 0;
        margin-top: 20px;
        padding: 0;
        border: 0;
    }
    .honor .head h5 {
        font-size: 20px;
    }
    .honor .li h5 {
        margin-bottom: 10px;
    }
    .honor .li {
        width: 100%;
        margin-bottom: 10px;
    }
    .honor .li ul {
        margin-top: 10px;
    }
    .honor .li li {
        margin-bottom: 10px;
    }
    .honor .li h5 {
        font-size: 16px;
    }
    .honor .li p {
        font-size: 12px;
    }
    .honor .li li {
        font-size: 12px;
    }
}

.honor .li .txt {
    width: 100%;
    padding: 20px;
    background: url('../image/cul_bj.jpg') 0 0 no-repeat;
}

.honor .li .txt h6 {
    margin-top: 20px;
}

.honor .li .txt h6:nth-child(1) {
    margin-top: 0;
}

.honor .li .txt p {
    font-size: 16px;
    color: #333333;
}

.cul_list h4 {
    font-size: 18px;
    color: #333333;
}

.cul_list {
    margin-top: 20px;
    position: relative;
}

.cul_list:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #666666;
    border: 5px solid #dcdcdc;
    position: absolute;
    left: -45px;
    top: 0;
}

.cul_list h4 {
    margin-bottom: 10px;
}

.cul_list p {
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

.cul_list .img {
    float: left;
    width: 29%;
    margin-right: 4%;
    margin-top: 10px;
}

@media screen and (max-width:640px) {
    .honor .li .txt {
        padding: 10px;
    }
    .honor .li .txt p {
        font-size: 14px;
    }
}

.honor .list.list1 {
    margin-left: 300px;
}

.intr_list {
    margin-top: 60px;
}

.intr_list .img_li {
    float: left;
    text-align: center;
    margin: 0 5%;
}

.intr_list .img_li em {
    font-size: 18px;
    color: #333;
    display: block;
    margin-top: 10px;
}

@media screen and (max-width:640px) {
    .honor .list.list1 {
        margin-left: 0px;
    }
}

.colla_li ul {
    overflow: hidden;
}

.colla_li li {
    width: 23%;
    float: left;
    text-align: center;
    margin: 0 1%;
    margin-top: 30px;
}

.colla_li li .img {
    width: 100%;
    height: 120px;
    border: 1px solid #eaeaea;
    display: table;
}

.colla_li li .img .tab {
    display: table-cell;
    vertical-align: middle;
}

.colla_li li .img img {
    margin: 0 auto;
    max-height:120px;
}

.colla_li li em {
    display: block;
    margin-top: 10px;
    color: #333333;
    font-size: 14px;
}

.page {
    margin-top: 38px;
}

.page ul {
    display: inline-block;
}

.page li {
    display: inline-block;
    margin: 0 4px;
}

.page li a {
    display: block;
    background: #f0f0f0;
    font-size: 14px;
    color: #888888;
    padding: 0 10px;
    line-height: 2;
}

.page li a:hover {
    background: #b0251e;
    color: #fff;
}

.page li.active a {
    background: #b0251e;
    color: #fff;
}

.page em {
    font-size: 14px;
    color: #b0251e;
}

@media screen and (max-width:640px) {
    .colla_li li {
        width: 48%;
    }
    .colla_li li .img {
        height: 80px;
    }
    .colla_li li em {
        font-size: 12px;
    }
    .page li {
        display: none;
    }
    .page li:first-child {
        display: inline-block;
    }
    .page li:nth-child(6) {
        display: inline-block;
    }
}

.case_det_ban {
    width: 70%;
    float: left;
    padding: 0 10%;
    position: relative;
    border-left: 1px solid #dadada;
}

.case_det_ban:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #b0251e;
    border: 5px solid #ffada9;
    position: absolute;
    left: -13px;
    top: 0;
}

.gallery-thumbs .swiper-slide {
    max-width: 160px;
}

.case_main {
    margin-top: 40px;
}

.case_main .txt {
    width: 30%;
    float: left;
    padding-right: 5%;
    font-size: 16px;
    color: #888888;
    line-height: 30px;
}

.case_main .txt h6 {
    font-size: 24px;
    color: #333;
    margin-bottom: 40px;
}

.case_main .box {
    overflow: hidden;
}

@media screen and (max-width:768px) {
    .case_det_ban {
        width: 60%;
        padding: 0 5%;
    }
    .case_main .txt {
        width: 40%;
    }
}

@media screen and (max-width:640px) {
    .case_main {
        margin-top: 10px;
    }
    .case_main .txt {
        width: 100%;
        font-size: 14px;
    }
    .case_main .txt h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .case_det_ban:before {
        display: none;
    }
    .case_det_ban {
        width: 100%;
        border-left: 0;
        padding-left: 0;
        margin-top: 20px;
    }
    .gallery-thumbs .swiper-slide {
        max-width: 80px;
    }
}

.news_li ul {
    overflow: hidden;
}

.news_li li .time {
    background: #f6f6f6;
    text-align: right;
    float: left;
    padding: 20px;
    margin-right: 20px;
}

.news_li li .time h6 {
    font-size: 24px;
    color: #191919;
    display: block;
}

.news_li li .time em {
    display: inline-block;
    margin-top: 4px;
    border-top: 1px solid #656565;
    margin-top: 4px;
}

.news_li li {
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    padding: 40px 0;
}

.news_li li .txt h5 {
    font-size: 18px;
    color: #191919;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_li li .txt p {
    font-size: 14px;
    color: #888888;
    max-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_li li:hover .time {
    background: #b0251e;
}

.news_li li:hover .time h6 {
    color: #fff;
}

.news_li li:hover .time em {
    color: #fff;
    border-top: 1px solid #fff;
}

.news_li li:hover .txt h5 {
    color: #b0251e;
}

.news_li li:hover .txt p {
    color: #b0251e;
}

@media screen and (max-width:640px) {
    .news_li li {
        padding: 10px 0;
    }
    .news_li li .time {
        padding: 10px;
        margin-right: 10px;
    }
    .news_li li .time h6 {
        font-size: 20px;
    }
    .news_li li .txt h5 {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .news_li li .txt p {
        font-size: 12px;
    }
}

.news_main {
    margin-top: 20px;
}

.news_main .box {
    overflow: hidden;
}

.news_main .head {
    width: 35%;
    float: left;
    padding-right: 5%;
}

.news_main .head h5 {
    font-size: 24px;
    color: #333333;
}

.news_main .head .title {
    margin-top: 20px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.news_main .head .title span {
    display: block;
    color: #cccccc;
    font-size: 14px;
    line-height: 24px;
}

.news_main .txt {
    float: right;
    width: 65%;
    padding-left: 5%;
    border-left: 1px dashed #dadada;
    position: relative;
    color: #888888;
    line-height: 30px;
}

.news_main .txt:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #b0251e;
    border: 5px solid #ffada9;
    border-radius: 50%;
    position: absolute;
    left: -13px;
    top: 0;
}

.news_main .txt img {
    margin-top: 10px;
}

@media screen and (max-width:640px) {
    .news_main .head {
        width: 100%;
        padding: 0;
    }
    .news_main .head h5 {
        font-size: 18px;
    }
    .news_main .txt {
        width: 100%;
        border-left: 0;
        padding-left: 0;
        margin-top: 10px;
    }
    .news_main .txt:before {
        display: none;
    }
    .news_main .head .title {
        margin-top: 10px;
        padding-top: 10px;
    }
}

.careers_main .title {
    float: left;
    text-align: right;
    padding: 20px;
}

.careers_main .title h6 {
    font-size: 30px;
    color: #333333;
}

.careers_main .title em {
    display: block;
    font-size: 18px;
    color: #898989;
}

.careers_main .text {
    margin-left: 192px;
    border-left: 1px solid #d5d5d5;
    position: relative;
    padding-left: 5%;
}

.careers_main .text:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #b0251e;
    border: 5px solid #ffada9;
    position: absolute;
    left: -13px;
    top: 0;
}

.careers_dl dl {
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}

.careers_dl dt {
    display: block;
    width: 100%;
    background: #f6f6f6;
    line-height: 80px;
    padding: 0 10px;
    cursor: pointer;
}

.careers_dl dt h5 {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

.careers_dl dt .btn {
    float: right;
    line-height: 40px;
    background: #666666;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    padding: 0 15px;
    margin-top: 20px;
}

.careers_dl dt span {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #333333;
}

.careers_dl dd {
    padding: 0 10px;
    width: 100%;
    display: none;
}

.careers_dl dd .dl_head {
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    margin-top: 20px;
}

.careers_dl dd .dl_head p {
    display: inline-block;
}

.careers_dl dd .dl_head span {
    float: right;
    font-size: 14px;
    color: #999999;
}

.careers_dl dd .dl_head .txt {
    font-size: 14px;
    color: #888888;
    line-height: 28px;
    margin-top: 10px;
}

.careers_dl dl.active dd {
    display: block;
}

.careers_dl dl.active dt .btn {
    background: #b0251e;
}

@media screen and (max-width:640px) {
    .careers_main .title h6 {
        font-size: 18px;
    }
    .careers_main .title em {
        font-size: 14px;
    }
    .careers_main .title {
        width: 100%;
        float: none;
        text-align: center;
        padding: 10px 0;
    }
    .careers_main .text {
        margin-left: 0;
        padding: 0;
        border: 0;
    }
    .careers_main .text:before {
        display: none;
    }
    .careers_dl dt h5 {
        font-size: 14px;
    }
    .careers_dl dt span {
        font-size: 14px;
    }
    .careers_dl dt .btn {
        line-height: 30px;
        margin-top: 5px;
        font-size: 14px;
    }
    .careers_dl dt {
        line-height: 40px;
    }
}

.careers_inp h5 {
    font-size: 18px;
    color: #888888;
    background: #f6f6f6;
    line-height: 80px;
    padding: 0 10px;
}

.careers_inp .form {
    width: 100%;
}

.careers_inp input[type="text"],
.careers_inp select {
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    height: 50px;
    width: 30.3333%;
    color: #999;
    margin-right: 2%;
    margin-bottom: 20px;
}

.careers_inp input[type="submit"] {
    background: #666666;
    color: #fff;
    height: 50px;
    width: 200px;
    border-radius: 8px;
    font-size: 18px;
}

.careers_pop {
    background: #fff;
    padding: 60px 0;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    display: none;
}

.careers_pop img {
    margin: 0 auto;
}

.careers_pop p {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    line-height: 30px;
}

.careers_pop p em {
    color: #c64b45;
}

#layui-layer1 {
    width: 40%;
}

@media screen and (max-width:640px) {
    #layui-layer1 {
        width: 80% !important;
    }
    .careers_pop img{
        width: 80px;
    }
    .careers_pop p{
        font-size: 14px;
    }
    .careers_pop{
        padding: 10px;
    }
    .careers_inp input[type="text"], .careers_inp select{
        width: 100%;
        margin-right: 0;
    }
    .careers_inp input[type="submit"]{
        width: 100px;
    }
}

.con_main h5{
    font-size: 18px;
    color: #333;
}
.con_main ul{
    overflow: hidden;
}
.con_main li{
    width: 50%;
    float: left;
    overflow: hidden;
    margin-top: 40px;
}
.con_main li img{
    float: left;
}
.con_main li .txt{
    margin-left: 50px;
    font-size: 14px;
    color: #888888;
}
.con_main li .txt em{
    font-size: 18px;
}
 .careers_inp textarea{
    width: 100%;
    height: 100px;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
 }
 .careers_inp h6{
    font-size: 18px;
    color: #333333;
    margin-top: 120px;
 }
 @media screen and (max-width:640px) {
    .con_main li{
        width: 100%;
        margin-top: 10px;
    }
    .con_main li .txt em{
        font-size: 12px;
    }
    .careers_inp h6{
        margin-top: 20px;
    }
 }