* {
    box-sizing: border-box;
    outline: 0;
}

body {
    color: #666;
    font-size: 12px;
    line-height: 24px;
    font-family: "Microsoft YaHei","arial";
    background-color: #fff;
    min-width: 1260px;
}

img {
    max-width: 100%;
}

a {
    color: #666;
    outline: none;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    a:hover {
        color: #f76800;
    }

input {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    width: 100%;
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer;
    outline: none;
}

input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
}

textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'], input[type='button'] {
    padding: 0;
    color: #666;
    margin: 0;
    outline: none;
}

.vcenter {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    vertical-align: middle;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}

.container {
    width: 1230px;
    margin: 0 auto;
}

.header {
    position: relative;
}

    .header .logo {
        left: 0;
        top: 0;
        position: absolute;
    }

    .header .search {
        margin-left: 20px;
        width: 30px;
        height: 30px;
        display: block;
        float: right;
        margin-top: 28px;
        cursor: pointer;
        background: url(../images/icon-search.png) no-repeat right 10px;
    }

    .header .searchbox {
        width: 300px;
        height: 36px;
        z-index: 99;
        right: 70px;
        top: 30px;
        display: none;
        position: absolute;
        border-radius: 30px;
        background-color: #fff;
        border: solid 1px #ddd;
    }

        .header .searchbox .inputfrom {
            color: #000;
            padding: 7px 20px 7px 0;
            width: 250px;
            border: 0;
            margin-left: 20px;
            background-color: #fff;
        }

        .header .searchbox img {
            margin-top: 8px;
            vertical-align: top;
        }

.nav {
    float: right;
    position: relative;
}

    .nav:after {
        right: 0;
        top: 20px;
        content: "";
        height: 53px;
        width: 1px;
        position: absolute;
        background: #ebeeef;
    }

    .nav li {
        float: left;
        line-height: 91px;
        position: relative;
    }

        .nav li a {
            font-size: 16px;
            padding: 0 25px;
            display: inline-block;
        }

        .nav li:after {
            content: "";
            bottom: 0;
            left: 50%;
            opacity: 0;
            width: 0;
            height: 3px;
            display: none\9;
            position: absolute;
            background: #f76800;
            -webkit-transition: all .4s ease-out;
            transition: all .4s ease-out;
        }

        .nav li .subnav {
            top: 0;
            left: 0;
            top: 93px;
            width: 100%;
            z-index: 999;
            display: none;
            padding: 10px 0;
            position: absolute;
            background-color: #fff;
            background: rgba(255,255,255,0.9);
        }

            .nav li .subnav a {
                color: #333;
                padding: 5px 10px;
                line-height: 20px;
                display: block;
                font-size: 13px;
                text-align: center;
            }

                .nav li .subnav a:hover {
                    color: #fff;
                    background-color: #f76800;
                }

        .nav li:hover:after {
            opacity: 1;
            left: 0;
            width: 100%;
            display: block\9;
        }

        .nav li:hover .subnav {
            display: block;
        }

        .nav li.active:after {
            opacity: 1;
            left: 0;
            width: 100%;
            display: block\9;
        }

        .nav li.active > a {
            color: #f76800;
        }

.home-title {
    font-size: 14px;
}

    .home-title h3 {
        color: #333;
        font-size: 34px;
        line-height: 43px;
        font-weight: normal;
        text-align: center;
        padding-bottom: 25px;
        background: url(../images/line.png) no-repeat bottom center;
    }

    .home-title p {
        text-align: center;
    }

.home-service {
    height: 680px;
    padding-top: 80px;
    background: #f1f1f1;
}

    .home-service li {
        width: 25%;
        float: left;
        padding: 0 18px;
        margin-top: 60px;
        text-align: center;
        position: relative;
    }

        .home-service li:before {
            content: "";
            top: 76px;
            left: 0;
            width: 1px;
            height: 214px;
            position: absolute;
            background: #dbdbdb;
        }

        .home-service li .mask {
            -webkit-transition: all .4s linear;
            transition: all .4s linear;
            padding: 30px 40px 50px 40px;
        }

            .home-service li .mask a {
                display: block;
            }

            .home-service li .mask span {
                width: 95px;
                height: 95px;
                line-height: 95px;
                margin: 20px 0 30px 0;
                display: inline-block;
                text-align: center;
                position: relative;
            }

                .home-service li .mask span:before {
                    content: "";
                    top: 0;
                    left: 0;
                    width: 95px;
                    height: 95px;
                    position: absolute;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                    border: solid 1px #dedede;
                    -webkit-transition: all .5s linear;
                    transition: all .5s linear;
                }

            .home-service li .mask h3 {
                color: #333;
                font-size: 22px;
                height: 24px;
                font-weight: normal;
                overflow: hidden;
            }

            .home-service li .mask p {
                height: 60px;
                font-size: 14px;
                overflow: hidden;
                margin-top: 30px;
                line-height: 20px;
                color: #666;
            }

        .home-service li .icon-1 {
            background: url(../images/icon.png) no-repeat center center;
        }

        .home-service li .icon-2 {
            background: url(../images/icon-2.png) no-repeat center center;
        }

        .home-service li .icon-3 {
            background: url(../images/icon-3.png) no-repeat center center;
        }

        .home-service li .icon-4 {
            background: url(../images/icon-4.png) no-repeat center center;
        }

        .home-service li:first-child:before {
            background: none;
        }

        .home-service li:hover .mask {
            padding-top: 50px;
            background: #f76800;
        }

            .home-service li:hover .mask span:before {
                border-color: #fff;
            }

            .home-service li:hover .mask .icon-1 {
                background: url(../images/iconh.png) no-repeat center center;
            }

            .home-service li:hover .mask .icon-2 {
                background: url(../images/icon-2h.png) no-repeat center center;
            }

            .home-service li:hover .mask .icon-3 {
                background: url(../images/icon-3h.png) no-repeat center center;
            }

            .home-service li:hover .mask .icon-4 {
                background: url(../images/icon-4h.png) no-repeat center center;
            }

            .home-service li:hover .mask h3, .home-service li:hover .mask p {
                color: #fff;
            }

.home-college {
    padding: 80px 0;
}

    .home-college .container {
        width: 1600px;
    }

    .home-college li {
        float: left;
        width: 20%;
        margin-top: 40px;
        position: relative;
    }

        .home-college li .pic {
            overflow: hidden;
            position: relative;
        }

            .home-college li .pic:after {
                content: "";
                display: block;
                padding-bottom: 142%;
            }

            .home-college li .pic img {
                -webkit-transition: all 1000ms ease-out;
                transition: all 1000ms ease-out;
            }

        .home-college li div {
            width: 100%;
            height: 100%;
            top: 0;
            text-align: center;
            position: absolute;
            background: #f76800;
            opacity: 0;
            display: none\9;
            -webkit-transition: all 500ms ease-out;
            transition: all 500ms ease-out;
            background: rgba(247,104,0,0.9);
        }

            .home-college li div .icon {
                display: block;
                margin-top: 30px;
                -webkit-transition: all 600ms ease-out;
                transition: all 600ms ease-out;
            }

                .home-college li div .icon img {
                    -webkit-transition: all 500ms ease-out;
                    transition: all 500ms ease-out;
                }

            .home-college li div .tit {
                color: #fff;
                font-size: 22px;
                height: 24px;
                margin-top: 40px;
                overflow: hidden;
                font-weight: normal;
            }

            .home-college li div .txt {
                color: #fff;
                font-size: 14px;
                padding: 0 70px;
                height: 40px;
                line-height: 20px;
                margin-top: 15px;
                overflow: hidden;
            }

            .home-college li div .more {
                color: #fff;
                padding: 0 30px;
                margin-top: 30px;
                display: inline-block;
                border-top: solid 1px #fff;
                border-bottom: solid 1px #fff;
            }

        .home-college li:hover .pic img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

        .home-college li:hover div {
            opacity: 1;
            display: block\9;
        }

            .home-college li:hover div .icon {
                margin-top: 70px;
            }

                .home-college li:hover div .icon img {
                    -webkit-transform: rotate(360deg);
                    -ms-transform: rotate(360deg);
                    transform: rotate(360deg);
                }

    .home-college .cmore {
        color: #fff;
        margin-top: 70px;
        font-size: 14px;
        display: inline-block;
        line-height: 44px;
        background: #909090;
        border-radius: 30px;
        padding: 0 30px;
    }

        .home-college .cmore:hover {
            background: #f76800;
        }

.home-service-1 {
    height: 650px;
    padding-top: 90px;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

    .home-service-1 .home-title {
        color: #fff;
    }

        .home-service-1 .home-title h3 {
            color: #fff;
            background: url(../images/line-2.png) no-repeat center bottom;
        }

    .home-service-1 .box {
        margin: 0 60px;
        text-align: center;
    }

        .home-service-1 .box:hover .bg {
            background: url(../images/bg3.png) no-repeat;
        }

            .home-service-1 .box:hover .bg h3 {
                color: #333;
            }

        .home-service-1 .box:hover .icon-1 {
            background: url(../images/icon-7h.png) no-repeat center center;
        }

        .home-service-1 .box:hover .icon-2 {
            background: url(../images/icon-8h.png) no-repeat center center;
        }

        .home-service-1 .box:hover .icon-3 {
            background: url(../images/icon-9h.png) no-repeat center center;
        }

        .home-service-1 .box:hover .icon-4 {
            background: url(../images/icon-10h.png) no-repeat center center;
        }

        .home-service-1 .box:hover .tit {
            display: block;
        }

    .home-service-1 .bg {
        width: 216px;
        height: 270px;
        margin-top: 90px;
        display: block;
        color: #fff;
        text-align: center;
        background: url(../images/lm.png) no-repeat;
    }

        .home-service-1 .bg h3 {
            color: #fff;
            height: 24px;
            margin-top: 20px;
            font-size: 18px;
            font-weight: normal;
            overflow: hidden;
        }

    .home-service-1 .tit {
        color: #fff;
        font-size: 14px;
        margin-top: 20px;
        display: none;
    }

    .home-service-1 span {
        width: 100px;
        height: 170px;
        display: inline-block;
    }

    .home-service-1 .icon-1 {
        background: url(../images/icon-7.png) no-repeat center center;
    }

    .home-service-1 .icon-2 {
        background: url(../images/icon-8.png) no-repeat center center;
    }

    .home-service-1 .icon-3 {
        background: url(../images/icon-9.png) no-repeat center center;
    }

    .home-service-1 .icon-4 {
        background: url(../images/icon-10.png) no-repeat center center;
    }

    .home-service-1 .slick-prev, .home-service-1 .slick-next {
        top: 0;
        width: 30px;
        height: 30px;
        border-width: 2px;
        margin-top: 200px;
        border-color: #7b7b7b;
    }

    .home-service-1 .slick-prev {
        left: -40px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .home-service-1 .slick-next {
        right: -60px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

        .home-service-1 .slick-prev:hover, .home-service-1 .slick-next:hover {
            border-color: #fff;
        }

.home-news {
    padding-top: 80px;
    padding-bottom: 110px;
}

    .home-news .box {
        width: 397px;
        margin: 0 1px;
        margin-top: 70px;
        font-size: 14px;
        margin-bottom: 10px;
        border: solid 1px #e8e8e8;
        border-top: 0;
        -webkit-transition: all 334ms ease-out;
        transition: all 334ms ease-out;
    }

        .home-news .box .pic {
            width: 395px;
            height: 260px;
            position: relative;
        }

            .home-news .box .pic img {
                -webkit-transition: all 334ms ease-out;
                transition: all 334ms ease-out;
            }

        .home-news .box .mask {
            padding: 20px;
        }

            .home-news .box .mask h3 {
                font-size: 18px;
                height: 24px;
                overflow: hidden;
                font-weight: normal;
            }

                .home-news .box .mask h3 a {
                    color: #333;
                    display: block;
                }

            .home-news .box .mask time {
                font-family: arial;
            }

            .home-news .box .mask p {
                height: 48px;
                overflow: hidden;
            }

        .home-news .box:hover {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
            box-shadow: 0 0 10px #eee;
        }

    .home-news .slick-dots {
        bottom: -50px;
    }

        .home-news .slick-dots li button {
            width: 8px;
            height: 8px;
            background: #9f9f9f;
        }

        .home-news .slick-dots li.slick-active button {
            width: 14px;
            height: 14px;
            background: #ff6b00;
        }

.home-partner .pic {
    width: 189px;
    height: 89px;
    margin: 0 1px;
    position: relative;
    border: solid 1px #eee;
}

.home-partner .slick-prev, .home-partner .slick-next {
    width: 37px;
    height: 37px;
    border: 0;
    margin-top: -17px;
}

.home-partner .slick-prev {
    left: -70px;
    background: url(../images/left-btn.jpg);
}

.home-partner .slick-next {
    right: -50px;
    background: url(../images/right-btn.jpg);
}

.footer {
    color: #fff;
    margin-top: 50px;
    padding-top: 40px;
    font-size: 14px;
    line-height: 28px;
    background: #272727;
}

    .footer a {
        color: #adadaf;
    }

        .footer a:hover {
            color: #fff;
            text-decoration: underline;
        }

    .footer ul {
        overflow: hidden;
        padding-bottom: 40px;
    }

    .footer li {
        width: 250px;
        float: left;
        padding-right: 30px;
    }

        .footer li a {
            display: block;
        }

        .footer li h3 {
            margin-bottom: 10px;
            font-size: 16px;
            font-weight: normal;
        }

            .footer li h3 a {
                color: #fff;
            }

.copy {
    color: #666;
    padding: 15px 0 20px 0;
    position: relative;
    border-top: solid 1px #f76800;
}

    .copy p {
        width: 70%;
    }

    .copy .txt {
        right: 0;
        top: 15px;
        position: absolute;
    }

    .copy img {
        margin-left: 10px;
    }

.banner {
    width: 100%;
    height: 768px;
    overflow: hidden;
    position: relative;
}

    .banner ul {
        width: 1920px;
        height: 768px;
        margin-left: -960px;
        left: 50%;
        position: absolute;
        top: 0;
    }

        .banner ul li {
            width: 1920px;
            height: 768px;
            position: absolute;
            left: 0;
            top: 0;
        }

.btnbn {
    z-index: 9;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 50px;
}

    .btnbn li {
        cursor: pointer;
        position: relative;
        display: inline-block;
    }

        .btnbn li span {
            width: 40px;
            height: 2px;
            background: #fff;
            display: inline-block;
        }

        .btnbn li div {
            top: -100px;
            left: -30px;
            display: none;
            position: absolute;
        }

            .btnbn li div:before {
                content: "";
                width: 0;
                height: 0;
                bottom: -10px;
                left: 50%;
                margin-left: -5px;
                z-index: 9;
                position: absolute;
                border-top: solid 10px #fff;
                border-left: solid 10px transparent;
                border-right: solid 10px transparent;
            }

            .btnbn li div .tu {
                width: 86px;
                height: 86px;
                position: relative;
                border: solid 3px #fff;
            }

        .btnbn li.btncur div {
            display: block;
        }

        .btnbn li.btncur span {
            background: #f76800;
        }

.home-partner {
    padding-top: 50px;
    border-top: solid 1px #e1e1e1;
}

.page-banner {
    overflow: hidden;
    height: 396px;
    position: relative;
}

    .page-banner .pic {
        left: 50%;
        top: 0;
        width: 1920px;
        height: 396px;
        margin-left: -960px;
        position: absolute;
    }

.page-left {
    width: 250px;
    float: left;
    z-index: 1;
    margin-top: -90px;
    position: relative;
}

    .page-left .page-title {
        width: 250px;
        height: 155px;
        color: #fff;
        padding-top: 45px;
        text-align: center;
        background: url(../images/tit-bg.jpg);
    }

        .page-left .page-title h2 {
            font-weight: normal;
            font-size: 34px;
            line-height: 34px;
        }

        .page-left .page-title p {
            color: #fbc0a6;
            font-size: 20px;
            padding-top: 10px;
        }

    .page-left .menu {
        background: #eee;
        border-top: solid 40px #f8f8f8;
        border-bottom: solid 40px #f8f8f8;
    }

        .page-left .menu li {
            overflow: hidden;
            font-size: 16px;
            padding: 13px 40px 13px 20px;
            border-bottom: solid 1px #fff;
        }

            .page-left .menu li a {
                display: block;
            }

            .page-left .menu li:hover, .page-left .menu .active {
                background: url(../images/icon-12.png) no-repeat right 18px #f76800;
            }

                .page-left .menu li:hover > a, .page-left .menu .active > a {
                    color: #fff;
                    font-weight: bold;
                }

.page-right {
    width: 950px;
    float: right;
}

.page-title-2 {
    padding: 50px 15px 15px 0;
    overflow: hidden;
    border-bottom: solid 1px #e3e3e3;
}

    .page-title-2 h3 {
        color: #333;
        width: 40%;
        font-size: 24px;
        font-weight: normal;
        height: 28px;
        overflow: hidden;
        float: left;
        line-height: 28px;
    }

    .page-title-2 p {
        width: 50%;
        float: right;
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        text-align: right;
    }

.list-about {
    padding-top: 30px;
    line-height: 26px;
    font-size: 15px;
}

.list-news dl {
    overflow: hidden;
    padding: 30px 0 40px 0;
    border-bottom: solid 1px #eee;
}

    .list-news dl:hover dt {
        overflow: hidden;
    }

        .list-news dl:hover dt a:after {
            opacity: 1;
        }

        .list-news dl:hover dt img {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
        }

    .list-news dl:hover dd .more {
        color: #f76800;
    }

    .list-news dl:hover dd h3 a {
        color: #f76800;
    }

.list-news dt {
    float: left;
    width: 220px;
    height: 145px;
    position: relative;
}

    .list-news dt a {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        position: relative;
    }

        .list-news dt a:after {
            top: 0;
            left: 0;
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0;
            display: none\9;
            background: rgba(0,0,0,0.5);
            -webkit-transition: all .4s ease-out;
            transition: all .4s ease-out;
        }

    .list-news dt img {
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

.list-news dd {
    width: 700px;
    float: right;
}

    .list-news dd h3 {
        font-size: 16px;
    }

        .list-news dd h3 a {
            color: #333;
            display: block;
        }

    .list-news dd time {
        color: #777;
    }

    .list-news dd p {
        font-size: 13px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

    .list-news dd .more {
        font-size: 13px;
        color: #b6b6b6;
        margin-top: 15px;
        display: inline-block;
    }

.list-news-show {
    font-size: 14px;
    padding-top: 60px;
}

    .list-news-show .tit {
        font-weight: normal;
        font-size: 24px;
        color: #f76800;
        text-align: center;
    }

    .list-news-show .info {
        padding: 7px 10px;
        text-align: center;
        margin: 15px 0 30px 0;
        border-top: solid 1px #e9e9e9;
        border-bottom: solid 1px #e9e9e9;
    }

.list-page-news {
    padding: 20px 0;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
}

    .list-page-news li {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        margin-top: 10px;
    }

.list-xg-news {
    padding-top: 15px;
}

    .list-xg-news p {
        font-size: 20px;
        color: #f76800;
        padding-bottom: 20px;
    }

    .list-xg-news li {
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        padding-left: 15px;
        background: url(../images/sj.jpg) no-repeat left 18px;
    }

        .list-xg-news li span {
            float: right;
            color: #999;
            display: inline-block;
            padding-left: 50px;
            font-size: 13px;
            font-family: arial;
        }

.list-service {
    padding-bottom: 30px;
}

    .list-service ul {
        width: 990px;
        overflow: hidden;
        margin-left: -14px;
    }

    .list-service li {
        float: left;
        width: 299px;
        height: 236px;
        margin: 0 14px;
        margin-top: 28px;
    }

        .list-service li .pic {
            position: relative;
            width: 299px;
            height: 183px;
        }

        .list-service li .tit {
            color: #333;
            font-size: 16px;
            height: 52px;
            padding-left: 10px;
            line-height: 52px;
            overflow: hidden;
            border-bottom: solid 1px #dedede;
            position: relative;
        }

            .list-service li .tit:before {
                left: 0;
                bottom: 0;
                content: "";
                width: 0;
                height: 1px;
                opacity: 0;
                display: none\9;
                position: absolute;
                background: #f76800;
                -webkit-transition: all .3s ease-out;
                transition: all .3s ease-out;
            }

        .list-service li:hover .tit {
            color: #f76800;
        }

            .list-service li:hover .tit:before {
                opacity: 1;
                width: 100%;
                display: block\9;
            }

.list-service-show {
    font-size: 14px;
    padding-top: 30px;
}

    .list-service-show .tit {
        color: #333;
        font-size: 22px;
        margin-bottom: 15px;
    }

        .list-service-show .tit img {
            margin-top: 7px;
            margin-right: 5px;
            vertical-align: top;
        }

    .list-service-show dl {
        margin-bottom: 60px;
    }

        .list-service-show dl dt {
            float: left;
            width: 564px;
            height: 345px;
            position: relative;
        }

        .list-service-show dl dd {
            width: 340px;
            float: right;
        }

            .list-service-show dl dd .title {
                color: #050505;
                font-size: 24px;
                font-weight: normal;
                padding: 70px 0;
                position: relative;
            }

                .list-service-show dl dd .title:before {
                    content: "";
                    width: 30px;
                    height: 2px;
                    background: #666;
                    position: absolute;
                    left: 0;
                    bottom: 30px;
                }

            .list-service-show dl dd .button {
                color: #fff;
                padding: 0 30px;
                height: 44px;
                line-height: 44px;
                display: inline-block;
                background: #f76800;
                border-radius: 30px;
            }

                .list-service-show dl dd .button:hover {
                    background: #e15f00;
                }

.list-service-2 ul {
    width: 980px;
    margin-left: -15px;
}

.list-service-2 li {
    float: left;
    width: 460px;
    margin: 0 15px;
    margin-top: 30px;
    position: relative;
}

    .list-service-2 li .pic {
        width: 460px;
        height: 281px;
        position: relative;
    }

        .list-service-2 li .pic:before {
            top: 0;
            left: 0;
            content: "";
            width: 100%;
            height: 100%;
            z-index: 1;
            position: absolute;
            background: url(../images/search_mask.png);

        }

    .list-service-2 li .tit {
        color: #333;
        font-size: 16px;
        height: 52px;
        padding-left: 10px;
        line-height: 52px;
        overflow: hidden;
        border-bottom: solid 1px #dedede;
        position: relative;
    }

        .list-service-2 li .tit:before {
            left: 0;
            bottom: 0;
            content: "";
            width: 0;
            height: 1px;
            opacity: 0;
            display: none\9;
            position: absolute;
            background: #f76800;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

    .list-service-2 li .txtbox {
        top: 10px;
        left: 10px;
        color: #fff;
        width: 440px;
        height: 261px;
        z-index: 2;
        display: none\9;
        opacity: 0;
        text-align: center;
        position: absolute;
        border: solid 1px #fff;
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

        .list-service-2 li .txtbox p {
            height: 48px;
            overflow: hidden;
            font-size: 14px;
            padding: 0 90px;
            margin: 30px 0 50px 0;
            -webkit-transition: all .5s ease-out;
            transition: all .5s ease-out;
        }

    .list-service-2 li:hover .tit:before {
        opacity: 1;
        width: 100%;
        display: block\9;
    }

    .list-service-2 li:hover .txtbox {
        opacity: 1;
        display: block\9;
    }

        .list-service-2 li:hover .txtbox p {
            margin-top: 70px;
        }

.list-about-2 {
    padding-bottom: 40px;
}

    .list-about-2 li {
        overflow: hidden;
        font-size: 15px;
        padding: 40px 0 20px 0;
        border-bottom: solid 1px #e5e5e5;
    }

        .list-about-2 li span {
            color: #fff;
            font-size: 18px;
            padding: 0 14px;
            line-height: 28px;
            display: inline-block;
            font-style: normal;
            background: #f76800;
        }

        .list-about-2 li p {
            margin-top: 10px;
        }

.list-about-3 {
    font-size: 16px;
    line-height: 46px;
    padding: 30px 0 40px 0;
}

    .list-about-3 .txt {
        padding-top: 40px;
        padding-left: 60px;
        position: relative;
    }

        .list-about-3 .txt:before {
            top: -80px;
            left: 50px;
            z-index: 9;
            content: "";
            width: 13px;
            height: 123%;
            position: absolute;
            background-color: rgba(247,104,0,0.3);
        }

        .list-about-3 .txt span {
            color: #fdd1b2;
        }

.list-about-4 {
    font-size: 15px;
    padding: 40px 0;
}

    .list-about-4 .tit {
        color: #333;
        font-size: 18px;
        padding-bottom: 10px;
    }

.list-about-5 {
    margin: 30px 0;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
}

    .list-about-5 ul {
        overflow: hidden;
    }

    .list-about-5 li {
        width: 316px;
        height: 109px;
        float: left;
        margin-top: -1px;
        margin-left: -1px;
        position: relative;
        border: solid 1px #eee;
    }

        .list-about-5 li .txt {
            color: #fff;
            top: 0;
            left: 0;
            font-size: 18px;
            width: 100%;
            height: 109px;
            padding: 0 10px;
            line-height: 109px;
            text-align: center;
            position: absolute;
            overflow: hidden;
            opacity: 0;
            display: none\9;
            background: rgba(247,104,0,0.8);
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

        .list-about-5 li .txt {
            color: #fff;
            top: 0;
            left: 0;
            font-size: 18px;
            width: 100%;
             height: 109px;
            padding: 0 10px;
            line-height: 109px;
            text-align: center;
            position: absolute;
             overflow: hidden;
            opacity: 0;
            display: none\9;
            background: #f76800;   
            background: rgba (247,104,0,0.8);
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
 
        }


        .list-about-5 li:hover .txt {
            opacity: 1;
            display: block\9;
        }

.contact-map {
    width: 950px;
    margin: 40px 0 0 0;
    position: relative;
    height: 356px;
}

    .contact-map .address {
        position: absolute;
        top: 40px;
        left: 298px;
        width: 229px;
        height: 265px;
        display: block;
        z-index: 9;
        -webkit-transition: all .5s;
        transition: all .5s;
        background: url(../images/address-bg.png) no-repeat;
    }

    .contact-map .text {
        font-size: 14px;
        line-height: 20px;
        margin-top: 200px;
        padding: 0 30px 0 20px;
    }

    .contact-map:hover .address {
        top: 30px;
    }

.list-about-6 {
    padding-bottom: 30px;
}

    .list-about-6 ul {
        padding-top: 60px;
    }

    .list-about-6 li {
        margin-left: 20px;
        margin-top: 20px;
        padding-left: 40px;
    }

        .list-about-6 li span:first-child {
            color: #333;
            border-bottom: 0;
            padding-bottom: 0;
        }

        .list-about-6 li span {
            font-size: 16px;
            display: inline-block;
            padding-bottom: 20px;
            border-bottom: solid 1px #f4f4f4;
        }

.list-about-7 {
    margin-top: 30px;
    overflow: hidden;
}

    .list-about-7 ul {
        overflow: hidden;
        padding-bottom: 70px;
        background: url(../images/line4.jpg) repeat-y top center;
    }

    .list-about-7 li {
        overflow: hidden;
        font-size: 14px;
        line-height: 20px;
    }

        .list-about-7 li span {
            font-size: 40px;
            line-height: 40px;
            font-family: arial;
            color: #f76800;
            display: inline-block;
        }

    .list-about-7 .li-1 {
        overflow: hidden;
        padding: 50px 0 40px 0;
        background: url(../images/line-5.jpg) no-repeat center bottom;
    }

        .list-about-7 .li-1 span {
            float: left;
            padding-left: 299px;
        }

        .list-about-7 .li-1 p {
            width: 437px;
            float: right;
        }

    .list-about-7 .li-2 {
        padding: 60px 0 20px 0;
        background: url(../images/line-6.png) no-repeat center bottom;
    }

        .list-about-7 .li-2 span {
            float: right;
            padding-left: 0;
            padding-right: 320px;
        }

        .list-about-7 .li-2 p {
            float: left;
            width: 440px;
        }

.tab {
    margin-top: 60px;
    margin-bottom: 30px;
    font-family: arial;
    text-align: center;
}

    .tab a {
        padding: 0 10px;
        line-height: 26px;
        margin: 0 2px;
        display: inline-block;
        border: solid 1px #ddd;
    }

        .tab a:hover, .tab a.cur, .tab a.cpb{
            color: #fff;
            border-color: #f76800;
            background-color: #f76800;
        }

.deg-layer {
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    line-height: 20px;
    background-color: rgba(0,0,0,0.8);
}

    .deg-layer .box {
        padding: 30px;
        position: absolute;
        width: 760px;
        margin: 0 auto;
        background: #fff;
        height: 700px;
        top: 50%;
        left: 50%;
        margin-left: -380px;
        margin-top: -350px;
        border-radius: 5px;
    }

    .deg-layer .close {
        margin-top: -20px;
        line-height: 40px;
        text-align: center;
        border-radius: 100%;
        display: inline-block;
        float: right;
    }

    .deg-layer h3 {
        text-align: center;
        font-size: 30px;
        color: #000;
        padding: 40px 70px;
        padding-bottom: 30px;
        line-height: 30px;
        font-weight: normal;
        border-bottom: solid 1px #eee;
    }

    .deg-layer ul {
        padding: 40px 70px;
    }

    .deg-layer li {
        padding-left: 50px;
        margin-top: 15px;
        position: relative;
    }

.deg-layer li font {
    color: #f30;
    display:none;
    font-size: 12px;
    position: absolute;
    right: 7px;
    top: -18px;
}

        .deg-layer li input, .deg-layer li textarea {
            width: 320px;
            color: #333;
            font-size: 14px;
            font-family: "微软雅黑";
            padding: 8px 10px;
            border: solid 1px #999;
        }

        .deg-layer li label {
            line-height: 36px;
            vertical-align: top;
            padding-right: 20px;
            font-size: 15px;
            display: inline-block;
        }

        .deg-layer li textarea {
            height: 100px;
            width: 450px;
        }

            .deg-layer li input:focus, .deg-layer li textarea:focus {
                border-color: #f76800;
            }

        .deg-layer li select {
            color: #999;
        }

        .deg-layer li img {
            vertical-align: top;
        }

        .deg-layer li .code {
            width: 150px;
        }

        .deg-layer li .btn {
            width: 27%;
            color: #fff;
            margin-left: 53px;
            border-color: #f76800;
            background: #f76800;
        }


/*搜索弹出层*/
.search_mask
{
	background: url(../images/search_mask.png);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
}
.search_mask .s_box
{
	width: 350px;
	height: 136px;
	padding: 25px;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	position: absolute;
	margin-top: -68px;
	background: #fff;
}
.search_mask .s_box .text1
{
	text-align: center;
	line-height: 24px;
	color: #666;
	font-size: 16px;
}
.search_mask .s_box .sure
{
	width: 140px;
	height: 36px;
	display: block;
	margin: 20px auto 0;
	background: #00a0e9;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	letter-spacing: 5px;
}

@media (max-width:1600px){
    .home-college .container{
        width: 100%;
    }
   
}

@media (max-width:1500px){
    .home-service-1 .slick-prev{
        border: 0;
        left: 0;
    }
    .home-service-1 .slick-next{
        border: 0;
        right: 0;
    }
    
    .home-partner .slick-prev{
        left: 0;
        background: none;
    }
    
    .home-partner .slick-next{
        right: 0;
        background: none;
    }
}
