﻿/**banner样式*/

.banner {
    min-width: 1000px;
    position: relative;
    height: 550px;
    overflow: hidden;
}
.banner2 {
    position: relative;
    width:1200px;
}

    .banner .bd {
        position: relative;
        z-index: 0;
    }

        .banner .bd ul {
            width: 100% !important;
        }

        .banner .bd li {
            width: 100% !important;
            height: 550px;
        }

    .banner .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

        .banner .hd ul li {
            cursor: pointer;
            display: inline-block;
            *display: inline;
            zoom: 1;
            width: 10px;
            height: 10px;
            border-radius: 10px;
            margin: 4px;
            background: #fff;
            overflow: hidden;
            line-height: 9999px;
        }

        .banner .hd ul .on {
            padding: 0 10px;
            transition: all 0.5s;
            background: #1B70D2;
        }

    .banner .prev, .banner .next {
        width: 60px;
        height: 90px;
        margin: -60px 0 0;
        display: none;
        background: url(../images/ad_ctr.png) no-repeat 0 0;
        position: absolute;
        top: 48%;
        z-index: 10;
        cursor: pointer;
        text-indent: -9999px;
        filter: alpha(opacity=20);
        opacity: 0.5;
    }

.banner2 .prev, .banner2 .next {
    width: 60px;
    height: 90px;
    margin: -40px 0 0;
    display: none;
    background: url(../images/ad_ctr.png) no-repeat 0 0;
    position: absolute;
    top: 48%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.5;
}

    .banner .prev, .banner2 .prev {
        left: 0;
    }

    .banner .next, .banner2 .next {
        background-position: 0 -90px;
        right: 0;
    }

        .banner .prev:hover, .banner .next:hover, .banner2 .prev:hover, .banner2 .next:hover {
            filter: alpha(opacity=50) !important;
            opacity: 0.5 !important;
        }
/**news样式*/
.news {
    position: relative;
    z-index: 0;
    margin: 2% auto;
    border-radius: 5px;
    background: #f5f5f5 url(../images/news_bg.png) no-repeat right bottom;
}

    .news li a {
        width: 1200px;
        height: 420px;
        overflow: hidden;
        display: block;
        display: flex;
        justify-content: space-between;
    }

    .news li .pic_l {
        width: 645px;
        height: 420px;
        overflow: hidden;
        border-radius: 5px 0 0 5px;
    }

        .news li .pic_l img {
            width: 100%;
            transition: -webkit-transform .5s;
            transition: transform .5s;
            border-radius: 5px 0 0 5px;
        }

    .news .content {
        width: 495px;
        padding: 30px;
    }

        .news .content h1 {
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
            color: #1B70D2;
        }

        .news .content p {
            color: #666;
            text-indent: 2em;
            font-size: 16px;
            line-height: 32px;
        }

        .news .content span {
            background: #F5A623;
            border-radius: 5px;
            font-size: 16px;
            color: #fff;
            text-align: center;
            display: flex;
            align-items: center;
            height: 42px;
            padding: 0 25px;
            line-height: 42px;
            position: absolute;
            right: 30px;
            bottom: 30px;
        }

            .news .content span i {
                font-size: 22px;
                margin-left: 5px;
            }

    .news li:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .news .hd {
        width: 625px;
        padding-right: 20px;
        height: 45px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: rgba(0,0,0,.5);
        border-radius: 0px 0 0px 5px;
        font-size: 0;
        text-align: right;
        z-index: 1;
    }

        .news .hd li {
            margin: 0 5px;
            margin-top: 18px;
            background: rgba(255,255,255,.5);
            height: 10px;
            overflow: hidden;
            width: 10px;
            border-radius: 10px;
            cursor: pointer;
            display: inline-block;
            zoom: 1;
            transition: all 0.5s;
        }

        .news .hd .on {
            background: #3399ff;
            padding: 0 10px;
            transition: all 0.5s;
        }
/**notice样式*/
.notice {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../images/line3.png) repeat-y center top;
}

.notice_l {
    width: 47%;
    position: relative;
}

    .notice_l .tab-hd {
        overflow: hidden;
        line-height: 50px;
        border-bottom: 1px solid #EAEAEA;
        width: 100%;
        margin-bottom: 10px;
    }

        .notice_l .tab-hd li a {
            font-size: 20px;
            float: left;
            cursor: pointer;
            background: url(../images/line3.png) no-repeat 0 center;
            margin-right: 20px;
            padding-left: 20px;
        }

        .notice_l .tab-hd li.on a {
            color: #1B70D2;
            font-size: 24px;
        }

    .notice_l .tab-bd .tab-pal {
        min-height:240px;
    }

    .notice_l .tab-bd li {
        line-height: 40px;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        position: relative;
        transition: all .36s;
        padding-left: 15px;
    }

        .notice_l .tab-bd li a {
            width: 88%;
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            position: relative;
            /*padding-right: 30px;*/
            font-size: 16px;
        }

        .notice_l .tab-bd li:after {
            content: '';
            width: 4px;
            height: 4px;
            background: #1B70D2;
            position: absolute;
            left: 0;
            top: 17px;
        }

        .notice_l .tab-bd li span {
            text-align: right;
            width: 10%;
            font-size: 13px;
            color: #999;
        }

    .notice_l .more {
        position: absolute;
        right: 0;
        top: 17px;
        font-size: 14px;
    }

        .notice_l .more a {
            color: #999;
            transition: all 0.5s ease-in;
        }

            .notice_l .more a:hover {
                color: #1B70D2;
                border: 1px solid #1B70D2;
                padding: 2px 10px;
                transition: all 0.3s ease-out;
                border-radius: 20px;
            }

.s_ad {
    margin: 2% auto;
}

.about {
    background: #f5f5f5 url(../images/about_bg.jpg) no-repeat center bottom fixed;
    background-size: 100% 100%;
    padding: 3% 0;
}

    .about .container {
        display: flex;
        justify-content: space-between;
    }

.about_l {
    width: 42%;
}

    .about_l h1 {
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 10px;
        color: #1B70D2;
    }

    .about_l p {
        color: #666;
        text-indent: 2em;
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .about_l span {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .about_l span a {
            border: 1px solid #F5A623;
            transform: skewX(-10deg);
            -ms-transform: skewX(-10deg); /* IE 9 */
            -moz-transform: skewX(-10deg); /* Firefox */
            -webkit-transform: skewX(-10deg); /* Safari 和 Chrome */
            -o-transform: skewX(-10deg); /* Opera */
            font-size: 18px;
            color: #333;
            text-align: center;
            padding: 0 25px;
            height: 42px;
            line-height: 42px;
            display: inline-block;
            border-radius: 5px;
        }

            .about_l span a:hover {
                background: #F5A623;
                color: #fff;
            }

.about_r {
    width: 52%;
    border: 10px solid #fff;
    border-radius: 5px;
}

    .about_r video {
        width: 100%;
    }

.service {
    margin: 2% auto;
}

    .service h1 {
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 10px;
        color: #1B70D2;
    }

.service_scroll {
    overflow: hidden;
    position: relative;
}

    .service_scroll ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: wrap;
    }

    .service_scroll li {
        width: 290px;
        height: 213px;
        /*	float: left;*/
        overflow: hidden;
        /*	margin: 0 10px;*/
        position: relative;
        border-radius: 5px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

        .service_scroll li img {
            width: 290px;
            height: 213px;
            overflow: hidden;
            border-radius: 5px;
            transition: -webkit-transform .5s;
            transition: transform .5s;
        }

        .service_scroll li:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .service_scroll li p {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 45px;
            line-height: 45px;
            background: #fff;
            border: 1px solid #1B70D2;
            color: #333;
            text-align: center;
            width: 50%;
            margin: 0 25%;
            font-size: 18px;
            border-radius: 5px;
        }

            .service_scroll li p:hover {
                background: #1B70D2;
                color: #fff;
            }

    .service_scroll .prev, .service_scroll .next {
        position: absolute;
        left: 0px;
        top: 100px;
        display: block;
        width: 32px;
        height: 65px;
        overflow: hidden;
        background: url(../images/bl2.png) no-repeat;
        cursor: pointer;
    }

    .service_scroll .next {
        left: auto;
        right: 0px;
        background: url(../images/br2.png) no-repeat;
    }
/*
PlaceHolder样式
*/
input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc;
}
