body {
    color: #000;
    margin: 0;
    font-family: 微软雅黑;
}

ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.more {
    width: 60px;
    float: right;
    font-size: 15px;
    line-height: 35px;
}

.more1 {
    width: 60px;
    float: right;
    font-size: 15px;
    line-height: 30px;
    margin-right: 13px;
}

a, a:link, a:visited {
    text-decoration: none;
    color: Black;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
        cursor: pointer;
        color: #ff0000;
    }

.global_top {
    height: 30px;
    background: #fff;
    font-size: 13px;
    line-height: 30px;
}

    .global_top span {
        display: inline-block;
        margin-right: 10px;
        padding-left: 3px;
    }

    .global_top .right {
        float: right;
        margin-top: 8px;
        cursor: pointer;
    }

.global_header {
    height: 350px;
}

    .global_header .banner {
        float: left;
        height: 300px;
        width: 100%;
        min-width: 1024px;
        background: #a8acd2;
        overflow: hidden;
    }

        .global_header .banner img {
            width: 100%;
            height: auto;
            min-height: 540px;
        }

    .global_header .content {
        min-width: 1024px;
        width: 70%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }

    .global_header .menu {
        position: absolute;
        background: transparent;
        height: 110px;
        width: 100%;
        bottom: 0;
    }

        .global_header .menu ul {
            height: 100px;
            background: #fff;
            margin: 0 50px;
            list-style: none;
            position: relative;
            padding: 0;
            font-size: 0;
            border-bottom: 3px solid #e4e4e4;
        }

            .global_header .menu ul::before {
                content: '';
                position: absolute;
                left: -50px;
                height: 50px;
                width: 0;
                border-right: 50px solid #fff;
                border-top: 60px solid transparent;
            }

            .global_header .menu ul::after {
                content: '';
                position: absolute;
                right: -50px;
                height: 50px;
                width: 0;
                border-left: 50px solid #fff;
                border-top: 60px solid transparent;
            }

            .global_header .menu ul li {
                display: inline-block;
                width: 16.6%;
                color: #000;
                cursor: pointer;
                transition: background 1s;
                -moz-transition: background 1s; /* Firefox 4 */
                -webkit-transition: background 1s; /* Safari and Chrome */
                -o-transition: background 1s; /* Opera */
            }

                .global_header .menu ul li:hover {
                    background: #e4e4e4;
                }

                .global_header .menu ul li > span {
                    display: block;
                    height: 50px;
                    margin: 0 auto;
                    font-size: 18px;
                    text-align: center;
                    line-height: 50px;
                }

                    .global_header .menu ul li > span:first-child {
                        font-size: 33px;
                    }

                        .global_header .menu ul li > span:first-child > i {
                            margin-top: 20px;
                        }

            .global_header .menu ul .selected_menu {
                border-bottom: 2px solid #36b6e1;
            }
.selected_menu {
    border-bottom: 2px solid #36b6e1;
}
            .global_header .menu ul > a .selected_menu {
                border-bottom: 2px solid #36b6e1;
            }

            .global_header .menu ul .noselected_menu {
                border-bottom: 2px solid #ffffff;
            }

    /*.global_header .content .title_container{*/
    .global_header .title_container {
        height: 60px;
        line-height: 60px;
        color: #666;
        position: absolute;
        z-index: 10;
        width: 100%;
    }

        /*********************top标题*********************/

        .global_header .title_container > .title {
            position: absolute;
            top: 45px;
            left: -60px;
            color: #666;
            margin-left: 100px;
            font-size: 24px;
            z-index: 10; /*transform: scale(1.1);*/
        }

/********************title_container_end********/
.color_blue_while {
    color: #36b6e1;
}

.color_yellow_orange {
    color: #da9c06;
}

.color_green {
    color: #05a545;
}

.color_brown {
    color: #ce6906;
}

.color_bright_green {
    color: #94bd05;
}

.global_header .title_container .login {
    position: absolute;
    top: -6px;
    right: -60px;
    font-size: 18px;
    z-index: 10;
}

    .global_header .title_container .login a {
        color: white;
    }

.mContainer .search {
    width: 320px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: -20px;
    -moz-box-shadow: 0px 5px 10px #666;
    -webkit-box-shadow: 0px 5px 10px #666;
    -o-box-shadow: 0px 5px 10px #666;
    box-shadow: 0px 5px 10px #666;
}

    .mContainer .search .shadow {
        background: #fff;
        height: 100%;
        opacity: .3;
    }

    .mContainer .search .content {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 15px;
        top: 0;
        left: 0;
    }

    .mContainer .search input[type=text] {
        border: 0;
        border: 0;
        border-radius: 3px;
        height: 30px;
        background: #fff;
        line-height: 30px;
        padding-left: 5px;
        width: 200px;
        color: #666;
        outline: none;
    }

    .mContainer .search input[type=button] {
        width: 80px;
        height: 30px;
        line-height: 30px;
        border: 0;
        border-radius: 3px;
        color: #fff;
        background: #36b6e1;
    }

/*------------内容---------*/
.global_container {
    min-width: 1024px;
    width: 70%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.container {
    margin: 10px 50px;
    display: flex;
    justify-content: space-between; /*//项目位于各行之间留有空白的容器内。*/
}

.container1 {
    margin: 10px 50px;
}
    .container1 .news_image{
        margin-right:30px;
    }
    .global_container > .container1 .news_image {
        height: 400px;
        float: left;
        background: #e4e4e4;
    }

@media screen and (min-width:1920px) {
    .global_container > .container1 .news_image {
        width: 700px;
    }

    .ad {
        width: 700px;
    }

        .ad .banners li {
            width: 700px;
        }

    .newbt {
        width: 700px;
    }

    .img {
        width: 700px;
        height: 400px;
    }

    .global_container > .container1 .news_notice {
        margin-left: 740px;
    }
}

@media screen and (min-width:1200px)and (max-width: 1919px) {
    .global_container > .container1 .news_image {
        width: 560px;
    }

    .ad {
        width: 560px;
    }

        .ad .banners li {
            width: 560px;
        }

    .newbt {
        width: 560px;
    }

    .img {
        width: 560px;
        height: 400px;
    }

    .global_container > .container1 .news_notice {
        margin-left: 600px;
    }
}

/* ad */
.ad {
    height: 400px;
    position: relative;
    overflow: hidden;
    border: 0px solid #F47500;
    background-color: #CCC;
    margin: 0px auto;
}

    .ad .banners {
        position: absolute;
    }

        .ad .banners li {
            float: left;
            position: relative;
            height: 400px;
        }

        .ad .banners a {
            display: block;
        }

.points {
    bottom: 7px;
    height: 18px;
    padding-top: 2px;
    position: absolute;
    right: 8px;
    z-index: 20;
}

    .points li {
        background-color: rgb(255, 255, 255);
        border: 1px solid #cccccc;
        color: #000000;
        cursor: pointer;
        float: left;
        height: 18px;
        line-height: 16px;
        margin-left: 3px;
        text-align: center;
        width: 18px;
        opacity: 0.7;
    }

        .points li.current {
            background-color: rgb(16, 114, 170);
            border-color: #1188c0;
            color: #ffffff;
            height: 18px;
            line-height: 18px;
            overflow: hidden;
            width: 18px;
            opacity: 0.7;
        }

.newbt {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 30px;
    background-color: #000000;
    color: #ffffff;
    line-height: 30px;
    overflow: hidden;
    text-align: left;
    padding-left: 3px;
    padding-right: 174px;
    opacity: 0.5;
    font-size: 14px;
}

.global_container > .container .news_notice {
    margin-left: 725px;
    height: 405px;
}

.global_container > .container1 .news_notice {
    height: 405px;
}

.global_container > .container .news_notice_title, .global_container > .container1 .news_notice_title {
    text-align: left;
    border-bottom: 3px solid #e4e4e4;
}

    .global_container > .container .news_notice_title .title_span, .global_container > .container1 .news_notice_title .title_span {
        display: inline-block;
        width: 120px;
        font-size: 18px;
        color: #36b6e1;
        font-weight: bold;
        border-bottom: 3px solid #36b6e1;
        margin-bottom: -3px;
    }

.title_span1 {
    font-size: 18px;
    color: #36b6e1;
    font-weight: bold;
}

.global_container > .container .news_notice ul, .global_container > .container1 .news_notice ul {
    list-style: none;
    overflow: hidden;
    margin-top: 6px;
}

    .global_container > .container .news_notice ul li, .global_container > .container1 .news_notice ul li {
        display: block;
        height: 42px;
        overflow: hidden;
        line-height: 42px;
        cursor: pointer;
        text-overflow: ellipsis;
        position: relative;
        padding-right: 85px;
        border-bottom: 1px #bbb dashed;
    }

        .global_container > .container .news_notice ul li a, .global_container > .container1 .news_notice ul li a {
            font-size: 16px;
        }

        .global_container > .container .news_notice ul li::after, .global_container > .container1 .news_notice ul li::after {
            content: attr(data);
            display: inline-block; /*float: right;*/
            position: absolute;
            right: 5px;
            top: 0;
        }

        .global_container > .container .news_notice ul li::before, .global_container > .container1 .news_notice ul li::before {
            margin-right: 5px;
            content: '\2666';
            display: inline-block;
        }

.global_container .news_head_title {
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    font-weight: 500;
}

    .global_container .news_head_title i {
        margin-right: 5px;
        line-height: 40px;
    }

.global_container .news_head_button {
    text-align: right;
}

    .global_container .news_head_button button {
        height: 50px;
        width: 120px;
        margin-right: 20px;
        background-color: coral;
        color: white;
        font-size: 18px;
        border: none;
        outline: none;
        cursor: pointer;
    }

.global_container .news_container {
    overflow: hidden;
    min-height: 470px;
    display: flex;
    justify-content: space-between;
}

.global_container .column_1_2_container {
    width: 48%;
    display: inline-block;
    float: left;
    overflow: hidden;
    margin: 12px 0px;
    /*height: 510px;*/
}

.global_container .quick_container {
    margin-right: 270px;
    margin-bottom: 100px;
    overflow: hidden;
    display: flex;
    justify-content: space-between; /*//项目位于各行之间留有空白的容器内。*/
}

.global_container .member_service {
    float: right;
    width: 220px;
}

.global_container .header_ul {
    list-style: none;
    padding: 0;
    border-bottom: 3px solid #e4e4e4;
}

    .global_container .header_ul > li {
        text-align: center;
        width: 120px;
        display: inline-block;
        line-height: 25px;
    }

    .global_container .header_ul .selected_li {
        border-bottom: 3px solid #36b6e1;
        margin-bottom: -3px;
        font-size: 18px;
        color: #36b6e1;
        font-weight: bold;
        padding-bottom: 8px;
    }

/*******************新闻中心*/

.global_container .news_container_content ul {
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
    /*border: 1px solid #e4e4e4;
    padding: 0 20px 20px;*/
    height: 380px;
}

    .global_container .news_container_content ul li {
        display: block;
        height: 45px;
        overflow: hidden;
        line-height: 45px;
        cursor: pointer;
        text-overflow: ellipsis;
        position: relative;
        padding-right: 110px;
        /*border-bottom: 1px #bbb dashed;*/
    }

        .global_container .news_container_content ul li a {
            font-size: 16px;
        }

        .global_container .news_container_content ul li::after {
            content: attr(data);
            display: inline-block;
            position: absolute;
            top: 0;
            right: 10px;
        }

        /*.global_container .news_container_content ul li::before {
            margin-right: 5px;
            content: '\2666';
            display: inline-block;
        }*/

.global_container .news_container_content1 ul {
    list-style: none;
    overflow: hidden;
    margin-top: 6px;
}

    .global_container .news_container_content1 ul li {
        display: block;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        font-size: 15px;
        cursor: pointer;
        text-overflow: ellipsis;
        position: relative;
        padding-right: 90px;
        border-bottom: 1px dotted #abb9c4;
        margin-left: 20px;
    }

        .global_container .news_container_content1 ul li::after {
            content: attr(data);
            display: inline-block;
            position: absolute;
            top: 0;
            right: 10px;
        }

.news_image_content {
    position: relative;
    height: 280px;
}

    .news_image_content > a img {
        width: 100%;
        min-width: 328px;
        min-height: 289px;
        height: auto !important;
    }

    .news_image_content > img {
        width: 100%;
        min-width: 328px;
        min-height: 289px;
        height: auto !important;
    }

    .news_image_content .container {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 40%;
        overflow: hidden;
    }

        .news_image_content .container .shadow {
            background: #fff;
            height: 100%;
            opacity: .8;
            z-index: 10;
        }

        .news_image_content .container .content {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            box-sizing: border-box;
            padding: 10px;
            cursor: pointer;
            color: #000;
            z-index: 100;
            font-size: 14px;
        }

            .news_image_content .container .content > div {
                height: 100%; /*white-space: nowrap;*/
                overflow: hidden;
                text-overflow: ellipsis;
                line-height: 20px;
                text-indent: 2em;
            }
/*会员风采*/
.news_container_content .tp > img {
    height: 162px;
    width: 100%;
}

.news_container_content .wz {
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    text-indent: 2em;
    font-size: 14px;
}
/*会员中心*/
.global_container .member_service > ul {
    list-style: none;
    padding: 0;
}

    .global_container .member_service > ul li {
        height: 80px;
        margin: 10px 0;
        background: #e4e4e4;
        cursor: pointer;
        max-width: 400px;
        text-transform: capitalize;
        color: #fff;
        overflow: hidden;
        position: relative;
        
        transition: box-shadow .1s;
        -moz-transition: box-shadow .1s; /* Firefox 4 */
        -webkit-transition: box-shadow .1s; /* Safari and Chrome */
        -o-transition: box-shadow .1s; /* Opera */
    }

        .global_container .member_service > ul li:hover {
            -moz-box-shadow: 0px 10px 10px #888888;
            -webkit-box-shadow: 0px 10px 10px #888888;
            -o-box-shadow: 0px 10px 10px #888888;
            box-shadow: 0px 6px 10px #888888;
        }

    .global_container .member_service > ul .apply_for_membership {
        background: #36b6e1;
    }

    .global_container .member_service > ul .thematic_activities {
        background: #82c5cf;
    }

    .global_container .member_service > ul .Industry_expert {
        background: #eab05c;
    }

    .global_container .member_service > ul .members_center {
        background: #a0d468;
    }

    .global_container .member_service > ul .red_card {
        background: #ed5d43;
    }

    .global_container .member_service > ul .bg_icon {
        font-size: 100px;
        float: right;
        display: block;
        position: absolute;
        right: 20px;
        bottom: -20px;
        opacity: 0.2;
    }

    .global_container .member_service > ul .title {
        display: block;
        line-height: 30px;
        font-size: 25px;
        margin-top: 20px;
    }

        .global_container .member_service > ul .title > span {
            display: block;
            text-align:center;
        }

    .global_container .member_service > ul .second_title {
        font-size: 15px;
    }

    .global_container .member_service > ul li a {
        color: #fff;
        -moz-transition: box-shadow .1s; /* Firefox 4 */
        -webkit-transition: box-shadow .1s; /* Safari and Chrome */
        -o-transition: box-shadow .1s; /* Opera */
    }
/*--会员中心--*/
/*--企业风采--*/
.corporate_style {
    margin: 10px 50px;
    border-top: 3px solid #e4e4e4;
    padding-top: 10px;
    height: 270px;
    text-align: center;
}

.picMarquee-left {
    /*width: 1200px;*/
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .picMarquee-left .hd {
        overflow: hidden;
        height: 30px;
        background: #f4f4f4;
        padding: 0 10px;
    }

        .picMarquee-left .hd .prev, .picMarquee-left .hd .next {
            display: block;
            width: 5px;
            height: 9px;
            float: right;
            margin-right: 5px;
            margin-top: 10px;
            overflow: hidden;
            cursor: pointer;
            /*background: url("../images/arrow.png") no-repeat;*/
        }

        .picMarquee-left .hd .next {
            background-position: 0 -50px;
        }

        .picMarquee-left .hd .prevStop {
            background-position: -60px 0;
        }

        .picMarquee-left .hd .nextStop {
            background-position: -60px -50px;
        }

    .picMarquee-left .bd {
        padding-top: 20px;
        padding-bottom: 20px;
        height: 190px;
        overflow: hidden;
        background-color: #fff;
    }

        .picMarquee-left .bd ul {
            overflow: hidden;
            zoom: 1;
        }

            .picMarquee-left .bd ul li {
                margin: 0 8px;
                float: left;
                _display: inline;
                overflow: hidden;
                text-align: center;
            }

                .picMarquee-left .bd ul li .pic {
                    text-align: center;
                }

                    .picMarquee-left .bd ul li .pic img {
                        width: 285px;
                        height: 170px;
                        display: block;
                        padding: 2px;
                        border: 1px solid #ccc;
                    }

                    .picMarquee-left .bd ul li .pic a:hover img {
                        border-color: #999;
                    }

                .picMarquee-left .bd ul li .title {
                    line-height: 24px;
                }
/*--企业风采--*/
.friend_url {
    margin: 10px 50px;
    border-top: 3px solid #e4e4e4;
    padding-top: 10px;
    height: 140px;
    text-align: center;
}

    .friend_url > ul {
        margin-top: 10px;
        list-style: none;
        padding: 20px 0;
        overflow: hidden;
        font-size: 0;
        background-color: #fff;
    }

        .friend_url > ul li {
            display: inline-block;
            padding-right: 8px;
            font-size: 14px;
            height: 50px;
            cursor: pointer;
            width: 19%;
            padding-bottom: 5px;
        }

            .friend_url > ul li > img {
                height: 50px;
                width: 100%;
            }

.global_bottom {
    margin-top: 20px;
    min-width: 1024px;
    padding: 10px;
    background: #7b7a7a;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-family: 微软雅黑;
}

    .global_bottom > span {
        display: block;
        margin-top: 5px;
        color: #fff;
    }

        .global_bottom > span > a, .global_bottom > span > a:link, .global_bottom > span > a:visited {
            color: #fff;
        }

            .global_bottom > span > a:hover {
                color: #ff0000;
            }

.global_we_chat_card {
    width: 120px;
    height: 120px;
    position: fixed;
    left: 0;
    top: 60%;
    cursor: pointer;
    line-height: 14px;
    font-size: 14px;
    text-align: center;
}

    .global_we_chat_card > img {
        width: 100%;
    }

.libg {
    color: Red !important;
}

.imgDiv {
    display: inline-block;
    position: relative;
}

    .imgDiv img {
        width: 120px;
        height: 120px;
    }

    .imgDiv .delete {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 16px;
        height: 16px;
        display: none;
    }
/*
    专题
*/
.special_container_content {
    padding: 30px 10px;
    height: 380px;
}

    .special_container_content ul {
        width: 100%;
        list-style: none;
        padding: 0;
        display: inline-block;
    }

        .special_container_content ul li {
            height: 30%;
            margin: 5% 4%;
            border: 1px solid #e4e4e4;
            cursor: pointer;
            width: 40%;
            text-transform: capitalize;
            color: #000;
            overflow: hidden;
            position: relative;
            display: inline-block;
            transition: box-shadow .1s;
            -moz-transition: box-shadow .1s; /* Firefox 4 */
            -webkit-transition: box-shadow .1s; /* Safari and Chrome */
            -o-transition: box-shadow .1s; /* Opera */
        }

            .special_container_content ul li img {
                height: 40px;
                margin: 15px 40%;
            }

            .special_container_content ul li > span:first-child {
                font-size: 40px;
            }

                .special_container_content ul li > span:first-child > i {
                    margin-top: 20px;
                }

    .special_container_content > ul li:hover {
        -moz-box-shadow: 0px 10px 10px #888888;
        -webkit-box-shadow: 0px 10px 10px #888888;
        -o-box-shadow: 0px 10px 10px #888888;
        box-shadow: 0px 10px 10px #888888;
    }

    .special_container_content ul li span {
        width: 100%;
        height: 30px;
        /*height: 60px;
        line-height: 60px;*/
        text-align: center;
        font-size: 18px;
        display: block;
    }
/*会员动态*/
.indexNewsList {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

    .indexNewsList li {
        height: auto;
        overflow: hidden;
        padding: 20px 0 14px;
        border-bottom: 1px dashed #e6e6e6;
    }

.indexNewsImg {
    display: block;
    float: left;
    margin-right:20px;
}

    .indexNewsImg img {
        display: block;
        width: 149px;
        height: 79px;
    }

        .indexNewsImg img:hover {
            filter: alpha(opacity=70);
            opacity: 0.7;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

.indexNewsText {
    
}

.newstit {
    color: #333;
    display: inline-block;
    font-size: 14px;
    margin: 2px 0 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

    .newstit:hover {
        color: #01ADF5;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        padding-left: 10px;
    }

.indexNewsInfo {
    color: #666;
    font-size: 13px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}
/*友情链接*/
.global_container .container .xi_bt_01 {
    margin-right: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #36b6e1;
}

.global_container .container .xi_bt_02 {
}

    .global_container .container .xi_bt_02 select {
        width: 250px;
        height: 26px;
        margin: 10px 10px;
    }


/*ListPage样式*/
.r_title {
    width: 100%;
    background: #01ADF5;
    height: 60px;
    color: white;
    font-size: 22px;
    line-height: 60px;
    font-weight: 600;
    padding-left: 50px;
}

.downloadList {
    height: auto;
    overflow: hidden;
    padding: 0px 0px 20px;
}

    .downloadList li {
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #eee;
        padding: 15px 0;
    }

.downImg {
    float: left;
    display: block;
    margin-right: 20px;
}

    .downImg img {
        display: block;
        width: 216px;
        height: 125px;
    }

        .downImg img:hover {
            filter: alpha(opacity=70);
            opacity: 0.7;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

.downText {
    position: relative;
    padding-top: 5px;
}

.downTit {
    font-size: 20px;
    padding: 5px 0;
    overflow: hidden;
}

    .downTit a {
        color: #333;
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        display: inline-block;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .downTit a:hover {
            color: #01ADF5;
            padding-left: 10px;
        }

.date {
    color: #999;
    font-size: 12px;
    /*margin: 5px 0 9px;*/
}

.downInfo {
    color: #666;
    font-size: 15px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}

.downMore {
    position: absolute;
    right: 0;
    top: 13px;
    z-index: 5;
    width: 91px;
    height: 21px;
    line-height: 21px;
    font-size: 13px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: #01ADF5;
}

    .downMore a {
        display: block;
        color: #fff;
    }

    .downMore:hover {
        filter: alpha(opacity=70);
        opacity: 0.7;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.downMore1 {
    position: absolute;
    z-index: 5;
    width: 104px;
    height: 21px;
    line-height: 21px;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: #01ADF5;
}

    .downMore1:hover {
        filter: alpha(opacity=70);
        opacity: 0.7;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
/*PartListPage*/

.part_list {
    height: 150px !important;
    width: 45%;
    margin: 15px;
    padding: 15px;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    display: inline-block;
    text-transform: capitalize;
    transition: box-shadow .1s;
    -moz-transition: box-shadow .1s;
    -webkit-transition: box-shadow .1s;
    -o-transition: box-shadow .1s;
}

    .part_list:hover {
        -moz-box-shadow: 0px 10px 10px #888888;
        -webkit-box-shadow: 0px 10px 10px #888888;
        -o-box-shadow: 0px 10px 10px #888888;
        box-shadow: 0px 10px 10px #888888;
    }

.partImg {
    float: left;
    display: block;
    margin: 10px;
}

    .partImg img {
        display: block;
        width: 88px;
        height: 96px;
    }

.partImg1 {
    float: left;
    display: block;
    margin: 10px;
}

    .partImg1 img {
        display: block;
        width: 110px;
        height: 40px;
    }

.partText {
    position: relative;
    margin-right: 10px;
}

.partTit {
    font-size: 20px;
    overflow: hidden;
}

    .partTit a {
        color: #333;
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        display: inline-block;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-weight: 600;
    }

        .partTit a:hover {
            color: #01ADF5;
            padding-left: 10px;
        }

.partInfo {
    color: #666;
    font-size: 12px;
    line-height: 20px;
    max-height: 120px;
    overflow: hidden;
}

/*详情页面*/
.newsTit {
    border-bottom: 1px solid #dedede;
    text-align: center;
}

    .newsTit h1 {
        color: #333;
        font-weight:500;
    }

.source {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

    .source span {
        display: inline-block;
        margin-left: 10px;
    }

.news_content {
    list-style: disc;
    padding: 20px 50px 40px 50px;
    margin-right: 15px;
    margin-left: 5px;
}

    .news_content p {
        margin: 0
    }


.global_container > .container .yjy_content {
    height: 400px;
    width: 62%;
    float: left;
}

    .global_container > .container .yjy_content .title {
        font-size: 18px;
        font-weight: bolder;
        text-align: center;
    }

    .global_container > .container .yjy_content .yjy_btn {
        text-align: center;
        margin: 50px 0;
    }

.yjy_detial {
    width: 100%;
    height: 250px;
}

.el-button {
    background-color: #2b5ebb;
    border-radius: 4px;
    color: #fff;
    border-color: #1887e8;
    cursor: pointer;
    font-weight: 500;
    padding: 10px 20px;
}

/*职业技能*/
.zyjn_container {
    margin: 10px 50px;
}

.zyjn_content {
    width: 48%;
    height: 400px;
    margin: 20px 0;
    display: inline-block;
}


.zyjn_title {
    text-align: left;
    line-height: 40px;
}

    .zyjn_title .title_span {
        display: inline-block;
        width: 120px;
        font-size: 18px;
        color: #36b6e1;
        font-weight: bold;
        margin-bottom: -3px;
    }

.zyjn_hall {
    width: 100%;
    height: 200px;
}

    .zyjn_hall ul {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: space-between;
    }

    .zyjn_hall > ul li {
        height: 140px;
        margin: 18px 0;
        border: 1px solid #e4e4e4;
        cursor: pointer;
        width: 15%;
        text-transform: capitalize;
        color: #000;
        overflow: hidden;
        position: relative;
        display: inline-block;
        transition: box-shadow .1s;
        -moz-transition: box-shadow .1s; /* Firefox 4 */
        -webkit-transition: box-shadow .1s; /* Safari and Chrome */
        -o-transition: box-shadow .1s; /* Opera */
    }

        .zyjn_hall > ul li:not(:last-child) {
            margin-right: 75px;
        }

        .zyjn_hall > ul li:hover {
            -moz-box-shadow: 0px 10px 10px #888888;
            -webkit-box-shadow: 0px 10px 10px #888888;
            -o-box-shadow: 0px 10px 10px #888888;
            box-shadow: 0px 10px 10px #888888;
        }

    .zyjn_hall ul li span {
        width: 100%;
        height: 60%;
        text-align: center;
        font-size: 18px;
        display: block;
    }

        .zyjn_hall ul li span:first-child {
            font-size: 40px;
        }

        .zyjn_hall ul li span:last-child {
            color: #000;
        }

        .zyjn_hall ul li span:first-child > i {
            margin-top: 20px;
        }

.zyjn_divjgxx {
    width: 48%;
    height: 300px;
    margin: 10px 0 50px 0;
    border: 1px solid #e4e4e4;
    display: inline-block;
    overflow: hidden;
}

.zyjn_jgxx {
    width: 50px;
    height: 300px;
    background-color: #2B6EC5;
    display: inline-block;
    float: left;
}

    .zyjn_jgxx .zyjn_jgxxtitle {
        width: 20px;
        color: #fff;
        font-size: 18px;
        font-weight: bolder;
        margin: 0 auto;
        padding: 80px 0;
    }

.zyjn_jgxxmc {
    height: 300px;
    margin-bottom: 20px;
}

    .zyjn_jgxxmc ul {
        overflow: hidden;
        margin-top: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .zyjn_jgxxmc ul li {
            width: 50%;
            height: 50px;
            line-height: 50px;
            list-style: none;
            padding-left: 20px;
        }

            .zyjn_jgxxmc ul li a {
                font-size: 16px;
                display: block;
                color: #999;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.zyjn_content ul {
    list-style: none;
    overflow: hidden;
    margin-top: 6px;
}

    .zyjn_content ul li {
        display: block;
        height: 42px;
        overflow: hidden;
        line-height: 42px;
        cursor: pointer;
        text-overflow: ellipsis;
        position: relative;
        border-bottom: 1px #bbb dashed;
    }

        .zyjn_content ul li a {
            font-size: 16px;
        }

        .zyjn_content ul li::after {
            content: attr(data);
            display: inline-block;
            position: absolute;
            right: 5px;
            top: 0;
        }

        .zyjn_content ul li::before {
            margin-right: 5px;
            content: '\2666';
            display: inline-block;
        }



/*分页*/

.pager {
    height: 50px;
    margin: 10px 5px 0 0;
    display: inline;
    font-size: 12px;
    text-align: right;
}

    .pager a {
        cursor: pointer;
    }

    .pager .nosel {
        color: #C4C4C4;
    }

/*首页会员*/
.news_container {
    margin-right: 0px !important;
}

.divImg {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
    min-width: 150px;
}

.indexBox {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px 0 0;
}

    .indexBox .indexWid1 {
        width: 395px;
    }

    .indexBox .indexWid2 {
        width: 672px;
        float: right;
        margin-left: 0;
    }

    .indexBox .indexAbout ul {
        height: 88px;
    }

        .indexBox .indexAbout ul li {
            width: 20%;
        }

            .indexBox .indexAbout ul li a {
                padding: 19px 0 0 15px;
                height: 69px;
                text-align: left;
            }

                .indexBox .indexAbout ul li a img {
                    margin: 0;
                    float: left;
                }

.indexAbout {
    height: auto;
    overflow: hidden;
    border: 1px solid #e4e4e4;
}

.aboutText {
    float: left;
    position: relative;
    width: 20%;
    height: 88px;
    overflow: hidden;
    color: #fff;
    background-color: #01ADF5;
    text-align: center;
    font-weight: bolder;
}

    .aboutText h3 {
        font-size: 25px;
        padding: 10px 0 3px;
        margin-top: 10px;
    }

    .aboutText div {
        font-size: 16px;
    }


.indexAbout ul li {
    width: 20%;
    float: left;
    height: 100%;
    border-left: 1px solid #eee;
}

    .indexAbout ul li a {
        display: block;
        padding-top: 15px;
        height: 96px;
        text-align: center;
        color: #666;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .indexAbout ul li a img {
            display: block;
            width: 50px;
            height: 50px;
            margin: 0 auto 10px;
        }

        .indexAbout ul li a p {
            font-size: 16px;
        }

        .indexAbout ul li a div {
            margin-left: 64px;
        }

            .indexAbout ul li a div h3 {
                color: #333;
                font-size: 16px;
                margin-top: 15px;
            }

            .indexAbout ul li a div span {
                font-size: 13px;
                display: block;
                line-height: 14px;
            }

        .indexAbout ul li a:hover {
            color: #00B3F5;
        }

            .indexAbout ul li a:hover h3 {
                color: #01ADF5;
            }

            .indexAbout ul li a:hover img {
                filter: alpha(opacity=70);
                opacity: 0.7;
            }

/*
    研究院--研究中心
*/
.research_center {
    padding: 30px 10px;
    height: 380px;
}

    .research_center ul {
        width: 100%;
        list-style: none;
        padding: 0;
        display: inline-block;
    }

        .research_center ul li {
            height: 10%;
            margin: 4% 4%;
            border: 1px solid #e4e4e4;
            cursor: pointer;
            width: 40%;
            text-transform: capitalize;
            color: #000;
            overflow: hidden;
            position: relative;
            display: inline-block;
            transition: box-shadow .1s;
            -moz-transition: box-shadow .1s; /* Firefox 4 */
            -webkit-transition: box-shadow .1s; /* Safari and Chrome */
            -o-transition: box-shadow .1s; /* Opera */
        }

    .research_center > ul li:hover {
        -moz-box-shadow: 0px 10px 10px #888888;
        -webkit-box-shadow: 0px 10px 10px #888888;
        -o-box-shadow: 0px 10px 10px #888888;
        box-shadow: 0px 10px 10px #888888;
    }

    .research_center ul li span {
        width: 100%;
        height: 30px;
        margin-top: 10px;
        text-align: center;
        font-size: 14px;
        display: block;
    }

.corporate_style1 {
    margin: 10px 50px;
    padding-top: 10px;
    height: 270px;
}


.exc_case {
    margin: 10px 50px;
    border-top: 3px solid #e4e4e4;
    padding-top: 10px;
    text-align: center;
}

.real_case_content {
    width: 100%;
}

.real_case_swiper {
    width: 70%;
    height: 350px;
    margin: auto;
    position: relative;
}

.swiper-container {
    margin: 10px 50px !important;
}

.swiper-slide {
    height: 350px !important;
}

.img_item_wrapper:hover .title {
    display: none;
}

.img_item_wrapper:hover .mask {
    display: block;
    transform: translateY(0);
}

.img_item {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

    .img_item img {
        width: 100%;
        height: 100%;
    }

.img_item_wrapper {
    box-sizing: border-box;
    width: auto;
    height: 350px;
    position: relative;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

    .img_item_wrapper .title {
        transition: all .5s ease-out;
        position: absolute;
        left: 0;
        top: 260px;
        width: 100%;
        height: 90px;
        z-index: 1;
        text-align: center;
        background: rgba(0,0,0,.4);
        padding-top: 18px;
        box-sizing: border-box;
    }

        .img_item_wrapper .title .caseName {
            width: 80%;
            font-size: 16px;
            line-height: 22px;
            color: #fff;
            margin: 0 auto;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            text-align: center;
            justify-content: center;
        }

        .img_item_wrapper .title i, .img_item_wrapper .mask i {
            display: inline-block;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #fff;
            margin: 6px auto 3px;
        }

        .img_item_wrapper .title p, .img_item_wrapper .mask .contractor {
            line-height: 16px;
            font-size: 12px;
            color: #fff;
        }

    .img_item_wrapper .mask {
        transition: all .5s ease-out;
        transform: translateY(100%);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(0,0,0,.4);
        text-align: center;
        font-size: 0;
    }

        .img_item_wrapper .mask h3 {
            line-height: 22px;
            font-size: 16px;
            color: #fff;
            margin-top: 38px;
        }

        .img_item_wrapper .mask .desc {
            color: #fff;
            font-size: 12px;
            line-height: 20px;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            width: 80%;
            margin: 0 auto;
            margin-top: 38px;
        }

        .img_item_wrapper .mask span {
            display: inline-block;
            width: 90px;
            height: 30px;
            border-radius: 2px;
            border: 1px solid #fff;
            box-sizing: border-box;
            font-size: 12px;
            line-height: 30px;
            color: #fff;
            text-align: center;
            margin: 44px auto 0;
        }

.real_case_more {
    margin-top: 64px;
    text-align: center;
}

    .real_case_more span {
        display: inline-block;
        width: 120px;
        height: 35px;
        background: #f8f8f8;
        border-radius: 2px;
        border: 1px solid #3079ff;
        font-size: 12px;
        font-weight: 400;
        color: #3079ff;
        line-height: 35px;
        text-align: center;
        cursor: pointer;
    }

.img_item_wrapper:nth-of-type(3n - 1) {
    margin-left: 4%;
    margin-right: 4%;
}

.our_strengths_imgs {
    margin-bottom: 30px;
    height: 100%;
    overflow: hidden;
}

.our_strengths_imgs > .img_item_wrapper{
    margin-top:30px;
}

.case_type {
    height: 60px;
    background: #f7f8fa;
    box-shadow: 0 1px 0 0 hsla(0,0%,85.1%,.5);
}

    .case_type .case_container {
        width: 70%;
        min-width: 1024px;
        height: 60px;
        margin: 0 auto;
    }

        .case_type .case_container ul {
            float: left;
            padding-left: 0;
        }

            .case_type .case_container ul li {
                display: inline-block;
                height: 60px;
                font-size: 14px;
                font-weight: 400;
                color: #333;
                line-height: 60px;
                margin-right: 50px;
                box-sizing: border-box;
                text-align: center;
                cursor: pointer;
            }

                .case_type .case_container ul li.active {
                    color: #1874e1;
                    border-bottom: 2px solid #1874e1;
                    border-radius: 1px;
                }

        .case_type .case_container .el-form {
            float: right;
            padding-top: 10px;
            height: 60px;
            padding-right:20px;
        }

.el-form-item {
    margin-bottom: 22px;
}

    .el-form-item:after, .el-form-item:before, .el-form-item__content:after, .el-form-item__content:before {
        display: table;
        content: "";
    }

    .el-form-item__content:after, .el-form-item:after {
        clear: both;
    }

.el-form-item__label {
    width: 120px;
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
}

.el-form-item__content {
    margin-left: 120px;
    line-height: 40px;
    position: relative;
    font-size: 14px;
}
.sel_area {
    height:30px;
    border-radius: 4px;
}
/*
.el-select {
    display: inline-block;
    position: relative;
}



.el-input__inner {
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    height:30px;
}
.el-input__suffix {
    right: 5px;
    transition: all .3s;
}

.el-input__prefix, .el-input__suffix {
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    height: 100%;
    color: #c0c4cc;
    text-align: center;
}

.el-input__suffix-inner {
    pointer-events: all;
}

    .el-select > .el-input {
        display: block;
    }

.el-input--mini {
    font-size: 12px;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%
}
.el-input--mini .el-input__inner {
    height: 28px;
    line-height: 28px;
}
    .el-select .el-input .el-select__caret {
    color: #c0c4cc;
    font-size: 14px;
    transition: transform .3s;
    transform: rotate(180deg);
    cursor: pointer;
}.el-input__suffix, .el-tree.is-dragging .el-tree-node__content *{
    pointer-events:none;
}.el-input--suffix .el-input__inner {
    padding-right: 30px;
}
.el-input--mini .el-input__icon{
    line-height:28px;
}
.el-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    transition: all .3s;
    line-height:40px;
}
.el-icon-arrow-up:before {
    content: "\e6e1";
}
.el-input__icon:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align:middle;
}
[class*=" el-icon-"], [class^=el-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale;
}*/


.casesTit p{
    font-size:24px;
    padding-top:30px;
    font-weight:500;
    text-align:center;
}

.description_content {
    width: 100%;
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
}
    .description_content .con_image {
        width: 40%;
        height: 290px;
    }
    .description_content .con_image img{
        width: 100%;
        height: 100%;
    }
    .description_content .con_desc {
        margin-top: 70px;
        width: 50%;
        font-size: 16px;
        font-weight: 400;
        color: #333;
        line-height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient:vertical;
    }
