﻿#banner {
    height: 93px;
}

    #banner div {
        height: 93px;
        background: no-repeat center 0;
    }

    #banner .about {
        background-image: url(../img/banner/aboutBanner.png);
    }

    #banner .news {
        background-image: url(../img/banner/newsBanner.png);
    }

    #banner .zhaopin {
        background-image: url(../img/banner/zhaopinBanner.jpg);
    }

    #banner .service {
        background-image: url(../img/banner/serviceBanner.jpg);
    }


/*#content .nav {padding:26px 0; height:24px; border-bottom:1px solid #eaeaea; overflow:hidden;}*/
#content .nav {
    height: 77px;
    border-bottom: 1px solid #eaeaea;
}

    /*#content .nav .g-wrap {overflow:visible;}*/
    #content .nav .g-wrap .crumbs {
        float: left;
        padding-left: 13px;
        height: 100%;
        background: url(../img/crumbs_icon.png) no-repeat 0 32px;
    }

        #content .nav .g-wrap .crumbs a {
            float: left;
            padding: 0 9px;
            font-weight: bold;
            font-size: 14px;
            line-height: 77px;
            color: #4d4852;
            font-family: "Segoe UI","wf_segoe-ui_normal","Arial",sans-serif
        }

            #content .nav .g-wrap .crumbs a.on {
                background: url(../img/crumbs_arrow.png) no-repeat 0 36px;
            }

    #content .nav .g-wrap .columns {
        float: right;
        height: 100%;
    }

        #content .nav .g-wrap .columns a {
            position: relative;
            float: left;
            margin-left: 30px;
            font-weight: bold;
            line-height: 77px;
            color: #63666b;
            font-family: "Segoe UI","wf_segoe-ui_normal","Arial",sans-serif
        }

            #content .nav .g-wrap .columns a span {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 0;
                height: 2px;
                background-color: #f63b2e;
                border-radius: 4px;
                -webkit-transition: width 300ms;
                transition: width 300ms;
            }

            #content .nav .g-wrap .columns a.on span { /*left:15%; */
                width: 100%;
            }

#left {
    float: left;
    padding: 20px 0 43px 0;
    width: 910px;
}

#right {
    float: right;
    margin-left: -1px;
    padding: 23px 0 43px 20px;
    width: 270px;
    position: relative;
    z-index: 3;
}
/*.CnA{position:absolute !important;left:94px;top:252px;width:155px;height:45px;}*/
// .EnA {
    position: absolute !important;
    left: 94px;
    top: 303px;
    width: 155px;
    height: 45px;
}

#reference .g-wrap {
    overflow: visible;
}

#reference .right {
    margin-top: -2px;
    height: 66px;
    background: #f2f2f2 url(../img/footer_right_bg.jpg) no-repeat 0 0;
    border-left: 0 none;
}
/*********** 复用 ***********/
#right > * {
    margin-bottom: 10px;
}

#right .pdf {
    padding: 22px;
    background-color: #f4f4f6;
}

    #right .pdf .btn {
        margin-bottom: 20px;
        padding: 0 9px;
        height: 43px;
        background: url(../img/news/p_3_5.jpg) no-repeat 0 0;
    }

        #right .pdf .btn .download {
            float: left;
            width: 122px;
            height: 100%;
        }

        #right .pdf .btn .read {
            float: right;
            width: 97px;
            height: 100%;
        }

    #right .pdf .link-list a {
        line-height: 18px;
        color: #5887f5;
    }

    #right .pdf .link-list p {
        line-height: 18px;
        color: #5887f5;
    }

    #right .pdf .link-list a:hover {
        color: #02a181;
    }

    #right .pdf .link-list .top {
        margin-bottom: 8px;
        font-size: 18px;
        color: #02a181;
    }

        #right .pdf .link-list .top:hover {
            color: #f63b2e
        }

#right > a {
    display: block;
}


a.hover {
    overflow: hidden;
}

    a.hover img {
        width: 100%;
        height: 100%; /*-webkit-transition:margin 150ms, width 150ms, height 150ms;*/
    }

    a.hover:hover img {
        margin-left: -1%;
        margin-top: -1%;
        width: 102%;
        height: 102%;
    }

/* 链接列表 */
.link-list a {
    display: block;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    font-family: "Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;
}

    .link-list a span {
        float: left;
        margin-right: 15px;
    }

.link-list p {
}
/* 日期块 */
.date-block {
    float: left;
    padding: 0 10px;
    width: 68px;
    height: 88px;
    font: 14px/15px "Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;
    color: #444;
    background-color: #e1e1e1;
}

    .date-block .day {
        display: block;
        margin: 10px 0 3px 0;
        font: bold 36px/36px "Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;
        color: #e62b1e;
    }
/* 链接块 */
.link-block {
    border-top: 1px dotted #ccc;
}

    .link-block a {
        display: block;
        padding: 24px 24px 24px 0;
        height: 90px;
        border-bottom: 2px solid #e8e6e6;
        -webkit-transition: background-color 400ms;
        transition: background-color 400ms;
    }

        .link-block a:hover {
            background-color: #e1e1e1;
        }

        .link-block a:last-child {
            border-bottom: 0 none;
        }

        .link-block a .summary {
            float: left;
            margin-left: 18px;
            width: 640px;
            height: 100%;
            line-height: 18px;
            color: #746969;
        }

        .link-block a h1 {
            margin-bottom: 8px;
            line-height: 26px;
        }

        .link-block a h3 {
            margin: -4px 0;
            color: #746969;
        }

        .link-block a p {
            margin-top: 8px;
            height: 36px;
            line-height: 18px;
            color: #746969;
            overflow: hidden;
        }
/* 加载更多 */
input.more {
    display: block;
    width: 100%;
    height: 54px;
    background: #e1dede url(../img/btn_more_on.png) no-repeat center 15px;
    cursor: pointer;
    -webkit-transition: background 400ms;
    transition: background 400ms;
}

    input.more:hover {
        background-color: #e62b1e;
        background-image: url(../img/btn_more.png);
    }
/*metro ui*/
.metro {
    position: relative;
    margin-bottom: 23px;
    height: 386px;
}

    .metro a {
        position: absolute;
        top: 0;
        left: 0;
    }

/*********** 关于 ***********/
.about1, .about2, .about3 {
    display: none;
}

.about_con {
    box-sizing: border-box;
    padding: 15px 15px 30px 15px;
    background-color: #f8f8f8;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 25px;
}

    .about_con h2 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .about_con span {
        font-weight: bold;
        text-decoration: underline;
    }

.about2 .qywh li {
    box-sizing: border-box;
    padding: 10px;
    background-color: #f8f8f8;
    height: 135px;
    margin-bottom: 20px;
}

    .about2 .qywh li img {
        float: left;
        width: 184px;
    }

    .about2 .qywh li .about2_text {
        padding-left: 194px;
        line-height: 28px;
    }

.about2 .about2_text h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

    .about2 .about2_text h2 span {
        display: inline-block;
        background-color: #ff0000;
        font-size: 16px;
        text-align: center;
        width: 28px;
        height: 28px;
        color: #fff;
        vertical-align: top;
    }

    .about2 .about2_text h2 i {
        display: inline-block;
        width: 6px;
        height: 28px;
        margin: 0 12px 0 3px;
        background-color: #fb9d9d;
        vertical-align: top;
    }

.about3_top {
    width: 100%;
    height: 150px;
    background-color: #f8f8f8;
}

    .about3_top li {
        width: 25%;
        padding: 20px 0;
        float: left;
    }

        .about3_top li p {
            text-align: center;
        }

        .about3_top li .img_box {
            width: 88px;
            height: 88px;
            border-radius: 44px;
            background-color: #fff;
            margin: 0 auto 10px auto;
            background-size: 40px;
            box-shadow: 5px 5px 5px #eee
        }

.about3_sx .img_box {
    background: #fff url(../img/about3_sx1.png) no-repeat center;
}

.about3_sx.active .img_box {
    background: #ff0000 url(../img/about3_sx0.png) no-repeat center;
}

.about3_ld .img_box {
    background: #fff url(../img/about3_ld1.png) no-repeat center;
}

.about3_ld.active .img_box {
    background: #ff0000 url(../img/about3_ld0.png) no-repeat center;
}

.about3_wg .img_box {
    background: #fff url(../img/about3_wg1.png) no-repeat center;
}

.about3_wg.active .img_box {
    background: #ff0000 url(../img/about3_wg0.png) no-repeat center;
}

.about3_rd .img_box {
    background: #fff url(../img/about3_rd1.png) no-repeat center;
}

.about3_rd.active .img_box {
    background: #ff0000 url(../img/about3_rd0.png) no-repeat center;
}

.about3_con {
    margin-top: 5px;
    background-color: #f8f8f8;
    padding: 20px;
    min-height: 600px;
}

    .about3_con .about3_btn {
        width: 380px;
        height: 45px;
        margin: 0 auto 40px auto;
    }

.about3_btn > div {
    box-sizing: border-box;
    width: 150px;
    height: 45px;
    border: 1px solid #ff0000;
    text-align: center;
    line-height: 45px;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 auto;
    background-color: #ff0000;
    color: #fff;
}

.about3_con .about3_btn li {
    box-sizing: border-box;
    width: 150px;
    height: 45px;
    border: 1px solid #ff0000;
    text-align: center;
    line-height: 45px;
    border-radius: 10px;
    cursor: pointer;
}

    .about3_con .about3_btn li:first-child {
        float: left;
    }

    .about3_con .about3_btn li:last-child {
        float: right;
    }

    .about3_con .about3_btn li.active {
        background-color: #ff0000;
        color: #fff;
    }

.about3_item {
    display: none;
}

    .about3_item img {
        width: 100%;
    }

        .about3_item img:last-child {
            display: none;
        }

/*********** 招聘 ***********/
.zhaopin_con {
    margin-top: 20px;
}

    .zhaopin_con .item {
        position: relative;
        padding: 30px;
        padding-bottom: 0;
        border: 1px solid #eee;
        border-radius: 4px;
        margin-bottom: 16px;
        font-size: 14px;
        color: #999;
        line-height: 1;
    }

        .zhaopin_con .item:hover {
            box-shadow: 0 6px 24px 0 rgba(214,217,235,.54);
        }

.zhaopin_item_top .right {
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
}

.zhaopin_item_top {
    margin-bottom: 10px;
}

    .zhaopin_item_top .left p {
        line-height: 20px;
        margin-top: 10px;
    }

.zhaopin_tip {
    margin-bottom: 20px;
}

    .zhaopin_tip span {
        display: inline-block;
        width: 33%;
        line-height: 30px;
    }

        .zhaopin_tip span:nth-child(2) {
            text-align: center;
        }

        .zhaopin_tip span:nth-child(3) {
            text-align: right;
        }

.zhaopin_con .detail-content p {
    color: #1a1a1a;
    line-height: 25px;
}

.zhaopin_con .detail-lx {
    margin: 20px 0;
}

.zhaopin_con .item-detail {
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin: 0 auto;
    border-top: 1px dashed #eee;
}

.zhaopin_more {
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    margin: 30px auto;
    border: 1px solid #1a1a1a;
}
/*********** 新闻 ***********/
/* 公司动态 */
#news-1 #left .headline {
    position: relative;
    margin-bottom: 23px;
    height: 218px;
}

    #news-1 #left .headline img {
        margin-left: 22px;
        float: right;
        width: 362px;
        height: 218px;
    }

    #news-1 #left .headline .date {
        display: block;
        margin-bottom: 15px;
        font: bold 27px/27px 'novecento' !important;
        color: #6d8ac4;
    }

    #news-1 #left .headline h1 {
        line-height: 30px;
    }

    #news-1 #left .headline p {
        color: #777;
    }

    #news-1 #left .headline .resouce {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 399px;
        height: 54px;
        background: url(../img/news/p_1_2.jpg) no-repeat 0 0;
    }

    #news-1 #left .headline .more {
        width: 399px;
    }

#right .special {
    display: block;
}

#news-3 .metro .a2 {
    top: 193px;
}

#news-3 .metro .a3 {
    left: 480px;
}

#news-3 #left .link-block {
    margin-top: 22px;
}
/* 新闻详情 */
#left .news-editor {
    position: relative;
    padding-left: 106px;
    color: #746969;
}

    #left .news-editor .date-block {
        position: absolute;
        left: 0;
        top: 0;
    }
    /*#left .news-editor h1 {font-weight:bold; font-size:18px; line-height:18px; color:#474545;}*/
    #left .news-editor h3 {
        margin: 14px 0 25px 0;
    }

    #left .news-editor p {
        margin-bottom: 15px;
        color: #746969;
        font-size: 13px;
    }

p, span {
    font-family: "Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;
}

#left .news-editor .bshare-custom {
    margin-bottom: 5px;
    height: 20px;
    overflow: hidden;
}

    #left .news-editor .bshare-custom a {
        float: left;
        padding: 0;
        margin-right: 5px;
        width: 20px;
        height: 20px;
        background: url(../img/news/share.jpg) no-repeat 0 0;
        overflow: hidden;
    }

    #left .news-editor .bshare-custom .bshare-weixin {
        background-position: -54px 0;
    }

    #left .news-editor .bshare-custom .bshare-sinaminiblog {
        background-position: -79px 0;
    }

    #left .news-editor .bshare-custom .bshare-qzone {
        background-position: -129px 0;
    }

    #left .news-editor .bshare-custom .bshare-qqim {
        background-position: -154px 0;
    }

#left .relative-news {
    position: relative;
    border-top: 2px solid #e8e6e6;
}

    #left .relative-news .main-news {
        margin-bottom: -23px;
        padding: 23px 16px 0 106px;
        width: 302px;
        height: 170px;
        border-right: 1px dotted #ccc;
    }

        #left .relative-news .main-news .date-block {
            position: absolute;
            left: 0;
            top: 23px;
        }

        #left .relative-news .main-news h1 {
            margin-bottom: 15px;
            height: 44px;
            line-height: 22px;
        }

        #left .relative-news .main-news p {
            line-height: 20px;
            color: #777;
        }

        #left .relative-news .main-news .detail {
            display: block;
            line-height: 20px;
            color: #e62b1e;
            font-family: "Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;
        }

    #left .relative-news .link-list {
        position: absolute;
        top: 24px;
        left: 443px;
        width: 340px;
        line-height: 20px;
    }

        #left .relative-news .link-list h1 {
            margin-bottom: 39px;
        }

        #left .relative-news .link-list a {
            color: #777;
        }


/* 联系我们 */
.contact_con {
    box-sizing: border-box;
    width: 1200px;
    height: 450px;
    margin: -90px auto 0 auto;
    padding: 20px;
    box-shadow: rgba(0,0,0,.3) 0px 0px 15px;
    position: relative;
    z-index: 4;
    background-color: #fff;
}

    .contact_con .left {
        width: 420px;
        height: 100%;
    }

        .contact_con .left .title {
            background: #ff0000 url(../img/contact_titleBg.png) no-repeat center;
            width: 100%;
            height: 70px;
            box-sizing: border-box;
            padding: 10px;
            text-align: center;
            background-size: 401px 52px;
            color: #fff;
            line-height: 52px;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .contact_con .left li {
            padding-left: 55px;
            line-height: 35px;
            position: relative;
            margin-bottom: 20px;
        }

            .contact_con .left li img {
                position: absolute;
                top: 0;
                left: 5px;
                width: 35px;
            }

            .contact_con .left li p {
                line-height: 35px;
                font-weight: bold;
            }

    .contact_con .right {
        width: 730px;
    }

.fenzhi_con {
    box-sizing: border-box;
    width: 1200px;
    margin: -90px auto 0 auto;
    padding: 20px 0;
    background-color: #fff;
    position: relative;
    z-index: 4;
}

    .fenzhi_con .map {
        width: 100%;
        height: 500px;
        margin-bottom: 30px;
    }

.fenzhi_content1 {
    margin-bottom: 120px;
}

    .fenzhi_content1 .left {
        width: 489px;
    }

    .fenzhi_content1 .right {
        width: 670px;
        padding-top: 80px;
    }

.fenzhi_content .text h1 {
    margin-bottom: 20px;
}

.fenzhi_content .text p {
    line-height: 26px;
    margin-bottom: 8px;
}

.fenzhi_content2 .left {
    box-sizing: border-box;
    padding: 30px 40px 30px 25px;
    width: 718px;
    height: 200px;
    background-color: #f8f8f8;
    margin-top: 70px;
}

.fenzhi_content2 .right {
    width: 482px;
}

/* 诚邀加盟 */
.jiameng_con {
    box-sizing: border-box;
    width: 1200px;
    margin: -90px auto 0 auto;
    padding: 20px 0;
}

    .jiameng_con h1 {
        margin: 25px auto;
    }

.jiameng_tip {
    box-sizing: border-box;
    height: 356px;
    background-color: #fff;
    text-align: center;
    background-color: #fff;
    box-shadow: rgba(0,0,0,.2) 0px 0px 15px;
    position: relative;
    z-index: 4;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 50px;
}

    .jiameng_tip .img {
        width: 100%;
        height: 100px;
    }

    .jiameng_tip li {
        box-sizing: border-box;
        float: left;
        width: 20%;
        padding: 0 27px;
        font-size: 14px;
        font-weight: bold;
    }

        .jiameng_tip li h2 {
            line-height: 50px;
            font-weight: bold;
            color: #1a1a1a;
        }

        .jiameng_tip li p {
            color: #a0a0a0;
        }

.jiameng_con .text p {
    line-height: 22px;
    margin-bottom: 15px;
}

.jm_input {
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    background: url(../img/jm_bg.png) no-repeat center;
    background-size: 100%;
    margin: 50px auto 20px auto;
    padding: 50px 240px;
}

    .jm_input li {
        margin-bottom: 15px;
    }

    .jm_input span {
        box-sizing: border-box;
        width: 220px;
        display: inline-block;
        padding-right: 40px;
        text-align: right;
    }

    .jm_input input {
        box-sizing: border-box;
        width: 416px;
        height: 40px;
        line-height: 40px;
        background: #f1f1f1;
        padding: 0 20px;
    }

.jm_btn {
    width: 380px;
    height: 45px;
    margin: 50px auto 40px auto;
}

    .jm_btn > div {
        box-sizing: border-box;
        width: 150px;
        height: 45px;
        border: 1px solid #ff0000;
        text-align: center;
        line-height: 45px;
        cursor: pointer;
    }

    .jm_btn .yes {
        float: left;
        background-color: #ff0000;
        color: #fff;
        cursor: pointer;
    }

    .jm_btn .cancel {
        float: right;
        color: #ff0000;
        cursor: pointer;
    }

.service_title {
    width: 300px;
    height: 56px;
    margin: 45px auto 25px auto;
    text-align: center;
}



.service_about {
    box-sizing: border-box;
    font-size: 14px;
    color: #1a1a1a;
}

    .service_about h2 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

.service_about_text {
    padding: 15px 15px 30px 15px;
    background-color: #f8f8f8;
    line-height: 25px;
    margin-bottom: 30px;
}

.content_left {
    position: relative;
    width: 100%;
}

    .content_left .right {
        box-sizing: border-box;
        background-color: #f8f8f8;
        padding: 30px 0;
        margin-top: 50px;
    }

    .content_left h3 {
        font-size: 18px;
        color: #ff0000;
        font-weight: bold;
        padding-left: 30px;
        margin-bottom: 15px;
    }

    .content_left .right li {
        box-sizing: border-box;
        width: 100%;
        float: left;
        margin-bottom: 10px;
        line-height: 22px;
        padding-left: 20px;
    }

        .content_left .right li:before {
            content: '';
            display: inline-block;
            width: 6px;
            height: 6px;
            border-radius: 3px;
            background-color: #ff0000;
            vertical-align: middle;
            font-size: 14px;
            margin-right: 10px;
        }

.content_sx2 {
    position: relative;
    height: 310px;
}

    .content_sx2 .text {
        background: #f8f8f8;
        padding: 20px 30px;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 226px;
        background: url(../img/sx_introImg2.jpg) no-repeat bottom center;
        background-size: 100%;
    }

        .content_sx2 .text p {
        }

    .content_sx2 .img_box {
        position: absolute;
        right: 40px;
        bottom: 80px;
    }

.su_next {
    position: absolute;
    top: 75px;
    right: 20px;
}

.content_left .view > div {
    display: none;
}

.ld_view {
    position: relative;
    height: 432px;
}

    .ld_view h2 {
        font-size: 16px;
        line-height: 40px;
    }

    .ld_view li {
        margin-bottom: 12px;
    }

        .ld_view li h3 {
            color: #ff0000;
            font-size: 14px;
            line-height: 24px;
        }

            .ld_view li h3:before {
                content: '';
                display: inline-block;
                width: 11px;
                height: 11px;
                margin-right: 7px;
                background: url(../img/ld_icon1.png) no-repeat center left;
            }

        .ld_view li p {
            padding-left: 18px;
        }

.ld_btn {
    position: absolute;
    /*bottom: 0;*/
    right: 0;
}

    .ld_btn li {
        box-sizing: border-box;
        float: left;
        width: 25px;
        height: 25px;
        border: 1px solid #ff0000;
        margin-left: 20px;
        text-align: center;
        line-height: 23px;
        cursor: pointer;
        color: #ff0000;
    }

        .ld_btn li.active {
            background-color: #ff0000;
            color: #fff;
        }

.ld_viewItem {
    display: none;
}

.ld_view2 {
    width: 100%;
    height: 460px;
    position: relative;
}

.ld_view2Item {
    box-sizing: border-box;
    width: 670px;
    /*height: 460px;*/
    background-color: #f6f6f6;
    position: absolute;
    overflow: hidden;
    transition: all 1s;
}

.ld_view2 .ld_item1 {
    padding: 50px 15px 15px 15px;
    background-color: #f8f8f8;
    border-left: 15px solid #e5e5e5;
}

.ld_view2 .ld_item3 {
    background-color: #f8f8f8;
}

.ld_view2Item h1 {
    margin-left: 70px;
    line-height: 30px;
    margin-bottom: 10px;
}

.ld_view2Item .title {
    position: relative;
}

    .ld_view2Item .title:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        display: inline-block;
        width: 60px;
        height: 60px;
        margin-right: 7px;
    }

.ld_view2 .ld_item1 .title:before {
    background: #fff url(../img/ld_icon2.png) no-repeat center;
}

.ld_view2 .ld_item2 .title:before {
    background: #fff url(../img/ld_icon3.png) no-repeat center;
}

.ld_view2 .ld_item3 .title:before {
    background: #fff url(../img/ld_icon4.png) no-repeat center;
}

.ld_item1.state1 {
    top: 0;
    left: 20%;
    z-index: 9;
}

.ld_item2.state1 {
    top: 68px;
    left: 8%;
    z-index: 4;
    height: 325px;
    width: 604px;
}

.ld_item2.state2 {
    top: 0;
    left: 20%;
    z-index: 9;
}

.ld_item1.state2 {
    top: 68px;
    left: 8%;
    z-index: 4;
    height: 325px;
    width: 604px;
}

.ld_item2_text {
    margin-top: 15px;
    padding-left: 70px;
}

    .ld_item2_text p {
        margin-bottom: 10px;
    }

.content_right p {
    margin-bottom: 15px;
    line-height: 22px;
}

.rd_ul li > div {
    display: inline-block;
}

.rd_ul li {
    margin-bottom: 10px;
}

    .rd_ul li div.num {
        width: 45px;
        height: 45px;
        background-color: #f8f8f8;
        font-size: 24px;
        text-align: center;
        line-height: 45px;
        margin-right: 10px;
        vertical-align: top;
        font-weight: bold;
    }

    .rd_ul li div.text {
        width: 590px;
        line-height: 24px;
    }

.ysx_text h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.ysx_text span {
    color: #a0a0a0;
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
}

.ysx_text h4 {
    padding-left: 35px;
    margin-bottom: 10px;
    line-height: 22px;
}

.wg_lc li {
    position: absolute;
    width: 70px;
    height: 80px;
}

.wg_lcT {
    min-height: 200px;
}

    .wg_lcT .wg_lcItem {
        width: 290px;
        margin-top: -20px;
        background-color: #f8f8f8;
        padding: 20px;
        position: relative;
        display: none;
        transform: all 2s;
    }

        .wg_lcT .wg_lcItem:before {
            content: '';
            display: inline-block;
            width: 18px;
            height: 16px;
            background: url(../img/sanjia.png) no-repeat;
            position: absolute;
            top: -16px;
            left: 10px;
        }

..wg_lcT .wg_lcItem5:before {
    left: 100px;
}

.wg_lcT .wg_lcItem1 {
    top: -110px;
    left: 40px;
    display: block;
}

.wg_lcT .wg_lcItem2 {
    left: 50px;
    top: -130px;
}

.wg_lcT .wg_lcItem3 {
    top: -120px;
    left: 200px;
}

.wg_lcT .wg_lcItem4 {
    left: 320px;
    top: -80px;
}

.wg_lcT .wg_lcItem5 {
    width: 580px;
    top: -40px;
    left: 230px;
}

.wg_lcT .wg_lcItem6 {
    left: 460px;
    top: -10px;
}
.wg_lcT .wg_lcItem7 {
    left: 830px;
    top: -20px;
}

    .wg_lcT .wg_lcItem6:before {
        left: 250px;
    }

.wg_lcT .wg_lcItem5:before {
    left: 350px;
}

.wg_lcT .wg_lcItem2:before {
    left: 130px;
}

.wg_lcT .wg_lcItem3:before {
    left: 120px;
}

.wg_lcT .wg_lcItem4:before {
    left: 130px;
}




.yewu, .ld_yewu {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .yewu ul li {
        box-sizing: border-box;
        float: left;
        width: 290px;
        height: 400px;
        background-color: #f8f8f8;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

.yewu-text {
    position: absolute;
    top: 210px;
    left: 0;
    width: 100%;
    height: 170px;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
    transition: all 0.5s linear 0s;
    overflow: hidden;
}

    .yewu-text p {
        font-size: 14px;
    }

.yewu-text2 {
    top: 290px;
}

.yewu-title {
    line-height: 40px;
}

.yewu ul li:hover .yewu-text {
    height: 100%;
    padding-top: 60px;
    top: 0;
    background-color: rgba(255,255,255,0.8);
    transition: all 0.5s linear 0s;
}

    .yewu ul li:hover .yewu-text h1 {
        color: #e60012;
    }

.yewu-title span {
    color: #a0a0a0;
    font-size: 14px;
    margin-left: 10px;
}

.ld_yewu img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.ld_yewu ul li {
    box-sizing: border-box;
    float: left;
    width: 290px;
    height: 340px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .ld_yewu ul li:hover .yewu-text {
        height: 100%;
        padding-top: 60px;
        top: 0;
        background-color: rgba(255,255,255,0.8);
        transition: all 0.5s linear 0s;
    }

        .ld_yewu ul li:hover .yewu-text h1 {
            color: #e60012;
        }

.ld_yewu .yewu-text3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    box-sizing: border-box;
    padding: 0 0 20px 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
}

    .ld_yewu .yewu-text3 h2 {
        box-sizing: border-box;
        background: url('../img/ldTitle_bg.png');
        width: 100%;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        font-weight: bold;
        text-align: left;
        background-size: 100%;
        padding: 0 12px;
        margin-bottom: 10px;
    }

        .ld_yewu .yewu-text3 h2 img {
            width: 23px;
            margin-right: 13px;
            position: relative;
            z-index: 2;
            vertical-align: middle;
        }


    .ld_yewu .yewu-text3 p {
        padding: 0 12px;
    }


.ld_al {
    width: 100%;
    height: 360px;
    position: relative;
}

.ld_al_item1, .ld_al_item2 {
    width: 453px;
    height: 156px;
    float: left;
    overflow: hidden;
    position: relative;
}

    .ld_al_item1:hover, .ld_al_item2:hover {
        z-index: 999;
        transition: 0.5s;
        box-shadow: 0 0 30px rgba(0,0,0,0.2);
    }

    .ld_al_item1 img, .ld_al_item2 img {
        width: 100%;
        max-height: 100%
    }

    .ld_al_item1:hover img, .ld_al_item2:hover img {
        transform: scale3d(1.3,1.3,1.3);
        transition: all 0.5s linear 0s;
    }

    .ld_al_item1 .text, .ld_al_item2 .text {
        padding: 20px;
        background-color: #f8f8f8;
        line-height: 24px;
        font-weight: bold;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }

    .ld_al_item1 .text, .ld_al_item1 .img, .ld_al_item2 .text, .ld_al_item2 .img {
        box-sizing: border-box;
        width: 50%;
        height: 100%;
        position: relative;
        transition: 1s;
        overflow: hidden;
    }

        .ld_al_item1 .img:before {
            content: '';
            width: 23px;
            height: 27px;
            position: absolute;
            left: 0;
            top: 63px;
            background: url(../img/sanjiao_l.png);
        }

        .ld_al_item2 .img:before {
            content: '';
            width: 23px;
            height: 27px;
            position: absolute;
            right: 0;
            top: 63px;
            background: url(../img/sanjiao_r.png);
        }

.ld_al_item {
    display: none;
    width: 100%;
    height: 312px;
}

.ld_al .ld_btn {
    left: 0;
    margin: 0 auto;
}

.ldAL_btn {
    width: 150px;
    margin: 20px auto;
    text-align: center;
}

    .ldAL_btn li {
        box-sizing: border-box;
        width: 25px;
        height: 25px;
        border: 1px solid #ff0000;
        display: inline-block;
        text-align: center;
        line-height: 23px;
        cursor: pointer;
        color: #ff0000;
    }

        .ldAL_btn li.active {
            background-color: #ff0000;
            color: #fff;
        }

.two {
    left: 62%;
    bottom: 40px;
    position: absolute;
}

    .two .two_item {
        float: left;
        margin-left: 30px;
        position: relative;
        z-index: 100;
    }

.showTwo {
    display: none;
    width: 120px;
    height: 120px;
    text-align: center;
    margin-left: -35px;
}

.two .two_item:hover .showTwo {
    display: block;
    bottom: 50px;
    position: absolute;
}


.sxcompany a {
    display: inline-block;
    width: 270px;
    height: 140px;
    position: relative;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    overflow: hidden;
}

    .sxcompany a img {
        width: 100%;
        -webkit-transition: all .2s linear 0s;
        -moz-transition: all .2s linear 0s;
        -ms-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
        transition: all .2s linear 0s;
    }

    .sxcompany a:hover {
        -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
        -webkit-transform: translate3d(0px, -2px, 0px);
        -moz-transform: translate3d(0px, -2px, 0px);
        -ms-transform: translate3d(0px, -2px, 0px);
        -o-transform: translate3d(0px, -2px, 0px);
        transform: translate3d(0px, -2px, 0px);
        z-index: 2;
    }

        .sxcompany a:hover img {
            transform: scale(1.1)
        }

.sx_dxal ul {
    width: 100%;
    padding: 5px;
}

.sx_dxal li {
    box-sizing: border-box;
    float: left;
    width: 290px;
    height: 230px;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 0px 10px;
    box-shadow: rgba(0,0,0,.1) 0px 0px 5px;
    position: relative;
}

    .sx_dxal li .img {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        margin-top: -40px;
        background: #fff;
        box-shadow: rgba(0,0,0,.1) 0px 0px 15px;
        border-radius: 40px;
        text-align: center;
    }

        .sx_dxal li .img img {
            margin-top: 24px;
        }

    .sx_dxal li .bg_img {
        position: absolute;
        bottom: 15px;
        right: 20px;
        z-index: -1;
    }

    .sx_dxal li h2 {
        font-weight: bold;
        margin: 15px 0;
    }

        .sx_dxal li h2 span {
            color: #dbdbdb;
            margin-left: 5px;
            font-weight: 400;
        }

    .sx_dxal li p {
        line-height: 24px;
    }

        .sx_dxal li p::before {
            content: ' ';
            display: inline-block;
            width: 4px;
            height: 4px;
            margin-right: 6px;
            background-color: #ff0000;
            vertical-align: middle;
            border-radius: 2px;
        }

.yjy .yjy_about {
    box-sizing: border-box;
    width: 100%;
    height: 354px;
    background: url(../img/yjy_bg.jpg) no-repeat center;
    padding: 25px 35px;
}

.service_about h2.green {
    font-size: 20px;
    font-weight: bold;
    color: #72970f;
    margin-bottom: 20px;
}

.yjy .aboutleft {
    width: 516px;
    padding: 15px 15px 30px 15px;
}

.yjy .left p {
    line-height: 25px;
    margin-bottom: 15px;
}

.yjy .aboutright {
    width: 294px;
    height: 100%;
    position: relative;
}

.yjy .yj1 {
    border-left: 7px solid #f8f8f8;
    padding-left: 7px;
}

    .yjy .yj1 p {
        border-left: 2px solid #f8f8f8;
        padding-left: 16px;
        margin-bottom: 0;
        line-height: 23px;
    }

.yjy_tip {
    padding-bottom: 60px
}

    .yjy_tip ul {
        padding: 0 20px;
        margin-top: 40px;
    }

    .yjy_tip li {
        float: left;
        box-sizing: border-box;
        width: 220px;
        height: 270px;
        padding: 20px 13px;
        border: 2px solid #dbdbdb;
        border-radius: 20px;
        position: relative;
        cursor: pointer;
        margin-right: 105px;
    }

        .yjy_tip li:last-child {
            margin-right: 0;
        }

        .yjy_tip li .title {
            text-align: center;
            margin-bottom: 20px;
        }

.yjy .img2 {
    width: 86px;
    height: 86px;
    background-color: #fff;
    padding: 6px;
    border-radius: 51px;
    position: absolute;
    bottom: -51px;
    left: 50%;
    margin-left: -51px;
}

    .yjy .img2 img {
        width: 86px;
    }

.yjy_tip li:hover {
    transform: scale(1.1);
    background-color: #f8f8f8;
    border: 0;
    transition: 0.3s;
}

.yjy .dbxm li {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    height: 64px;
    background-color: #f8f8f8;
    margin-bottom: 15px;
}

    .yjy .dbxm li .num {
        height: 100%;
        line-height: 66px;
        display: inline-block;
        vertical-align: middle;
        font-size: 22px;
        color: #9dce1a;
        font-weight: bold;
        margin-right: 20px;
        font-family: "Impact"
    }

    .yjy .dbxm li span {
        display: inline-block;
        width: 337px;
        line-height: 22px;
        vertical-align: middle;
        font-family: "Adobe 黑体 Std"
    }

.yjy .service_title {
    margin-bottom: 40px
}

.yjy_nr div {
    display: inline-block;
    vertical-align: middle;
    // margin-right: 16px;
}

.yjy_nr .nr_text {
    box-sizing: border-box;
    background-color: #edf1e4;
    padding: 20px 14px;
    font-family: "苹方";
    position: relative;
}

    .yjy_nr .nr_text h3 {
        font-size: 14px;
        margin-bottom: 15px;
        color: #1a1a1a;
        margin-left: -8px;
    }

    .yjy_nr .nr_text:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-color: transparent #9dce1a;
        border-width: 0 0 23px 23px;
        border-style: solid;
    }
