﻿@charset "utf-8";
/* CSS Document */

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.container {
    width: 1170px;
    margin: auto;
}

.wc-welcome {
    height: 31px;
    background: #143e94;
    line-height: 31px;
}

.wc-weleft span {
    color: #fff;
    padding-right: 10px;
}

    .wc-weleft span img {
        padding-right: 5px;
    }

.wc-weright {
    width: 122px;
    border-right: 1px solid #fff;
    font-family: 'AvenirLTStd-light';
}

    .wc-weright a {
        color: #fff;
        text-decoration: none;
        border-left: 1px solid #fff;
        display: inline-block;
        *display: inline;
        line-height: 31px;
        height: 31px;
        padding: 0 8px;
        float: left;
        font-size: 12px;
    }

    .wc-weright .inp-text input.inp-text {
        width: 130px;
        line-height: 32px;
        background: #fff;
        padding-left: 5px;
        position: absolute;
        right: -10px;
        top: 31px;
        border: 1px solid #ddd;
        visibility: hidden;
    }

.wc-top {
    height: 160px;
    background: #fff;
}

.logo {
    width: 248px;
    height: 133px;
}

    .logo img {
        width: 248px;
        height: 133px;
    }




/*top End*/

.wc-menu {
    height: 53px;
    width: 834px;
    margin-top: 50px;
}

    .wc-menu ul li {
        float: left;
        text-align: center;
        line-height: 53px;
        position: relative;
        margin: 0 1px;
    }

        .wc-menu ul li.last {
            margin-right: 0px;
        }

        .wc-menu ul li a {
            /*font-size: 1rem;*/
            font-size: 15px;
            color: #999;
            display: block;
            float: left;
            font-family: 'AvenirLTStd-light';
            text-align: center;
            text-decoration: none;
            padding: 0 9px;
            *padding: 0 3px;
            padding-bottom: 20px;
        }

            .wc-menu ul li a:hover, .wc-menu ul li a.active, .wc-menu ul li a.selected, .wc-menu ul li a.parent{
                color: #444;
                background: url(../images/ah.png) no-repeat center bottom;
            }

        .wc-menu ul li .ernav {
            position: absolute;
            left: 0px;
            top: 53px;
            z-index: 1111;
            *z-index: 10;
            background: #fff;
            width: auto;
            border: 1px solid #ccc;
            display: none;
        }

            .wc-menu ul li .ernav li {
                background: none;
                width: 100%;
                line-height: 28px;
                margin: 0;
                text-align: left;
            }

                .wc-menu ul li .ernav li a {
                    line-height: 25px;
                    padding: 5px 10px;
                    display: block;
                    font-weight: normal;
                    border: none;
                    text-align: left;
                    color: #333;
                    font-size: 12px;
                    background: none;
                }

                    .wc-menu ul li .ernav li a:hover {
                        color: #143e94;
                    }


/*menu End*/

.wc-bannerbg {
    height: 750px;
}

.slideBox {
    position: relative;
    height: 750px;
}

    .slideBox .bd {
        height: 750px;
        position: relative;
        text-align: center;
    }

        .slideBox .bd ul li {
            height: 750px;
        }

            .slideBox .bd ul li a {
                width: 100%;
                display: block;
                text-align: center;
                height: 100%;
            }

                .slideBox .bd ul li a img {
                }

            .slideBox .bd ul li.li1 {
                background: url(../images/ban1.jpg) no-repeat center top;
            }

            .slideBox .bd ul li.li2 {
                background: url(../images/ban2.jpg) no-repeat center top;
            }

            .slideBox .bd ul li.li3 {
                background: url(../images/ban1.jpg) no-repeat center top;
            }


    .slideBox .hd {
        position: absolute;
        text-align: center;
        width: 100%;
        *width: 300px;
        top: -45px;
        left: 0;
        *left: 45%;
        z-index: 111;
    }

        .slideBox .hd ul li {
            width: 13px;
            height: 13px;
            background: #fff;
            border-radius: 13px;
            display: inline-block;
            *float: left;
            margin: 0 2px;
            cursor: pointer;
        }

            .slideBox .hd ul li.on {
                background: #fff;
                width: 42px;
            }

    .slideBox a.prev {
        position: absolute;
        left: -76px;
        top: -423px;
        z-index: 1;
        cursor: pointer;
    }

    .slideBox a.next {
        position: absolute;
        right: -76px;
        top: -423px;
        z-index: 1;
        cursor: pointer;
    }


/*banner End*/

.index-con {
    min-height: 1205px;
    padding-top: 90px;
}

.news {
    margin-bottom: 90px;
    min-height: 610px;
}

.new-ucon {
    margin-top: 60px;
    position: relative;
}

    .new-ucon a.prev {
        position: absolute;
        left: -122px;
        top: 180px;
        cursor: pointer;
    }

    .new-ucon a.next {
        position: absolute;
        right: -122px;
        top: 180px;
        cursor: pointer;
    }

    .new-ucon .hd {
    }

    .new-ucon .hd {
        position: absolute;
        text-align: center;
        width: 100%;
        *width: 300px;
        bottom: -65px;
        left: 0;
        *left: 45%;
        z-index: 111;
    }

        .new-ucon .hd ul li {
            width: 13px;
            height: 13px;
            background: #143e94;
            color: #143e94;
            border-radius: 13px;
            display: inline-block;
            *float: left;
            line-height: 13px;
            margin: 0 2px;
            cursor: pointer;
        }

            .new-ucon .hd ul li.on {
                background: #143e94;
                width: 42px;
            }


.new-ul {
    overflow: hidden;
    width: 1300px;
    position: relative;
    left: -45px;
    /* height: 600px; */
}

    .new-ul ul {
    }

        .new-ul ul li {
            float: left;
            width: 375px;
            height: 435px;
            /* box-shadow: 0px 2px 4px 3px #ccc; */
            /* margin-right: 38px; */
            /* margin-bottom: 10px; */
            margin: 30px 20px;
            border: 2px solid #ece9e9;
            transition: all .5s;
        }

            .new-ul ul li:hover {
                background: #efefef;
                box-shadow: 0px 4px 20px rgba(0,0,0,.3);
                /* border-radius: 10px; */
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                border: none;
                border: 1px solid #ccc;
                background: #fff;
            }

            .new-ul ul li .li-img {
                width: 370px;
                height: 234px;
            }

            .new-ul ul li p a {
                display: block;
                font-size: 16px;
                color: #444;
                text-decoration: none;
                border-bottom: 1px dotted #ccc;
                padding-bottom: 20px;
                font-family: 'AvenirLTStd-light';
                padding-top: 0;

            }

            .new-ul ul li p {
                font-size: 14px;
                color: #777;
                line-height: 20px;
                padding-top: 10px;
                /* max-height: 88px; */
                /* overflow: hidden; */



            }

            .new-ul ul li .li-tt {
                height: 160px;
                margin: 20px 30px;
                font-family: 'AvenirLTStd-light';
                overflow: hidden;
                /* box-shadow: 0px 1px 1px 1px #e0e0e0; */
            }



















.aar-top {
    position: relative;
}

    .aar-top a {
        font-size: 16px;
        color: #143e94;
        font-family: 'AvenirLTStd-light';
        text-decoration: none;
        position: absolute;
        right: 0px;
        top: 30px;
    }

        .aar-top a img {
            vertical-align: 3px;
        }

.ev-ul ul li {
    width: 220px;
    height: 235px;
    border: 1px solid #bcd1e9;
    float: left;
    position: relative;
    margin-right: 25px;
    padding: 0 25px;
}

    .ev-ul ul li.li4 {
        margin-right: 0;
    }

.ev-ul {
    margin-top: 90px;
    margin-right: -23px;
}

    .ev-ul ul li img.img1 {
        position: absolute;
        left: 100px;
        top: -31px;
    }

    .ev-ul ul li a.a1 {
        font-size: 16px;
        color: #444;
        margin-top: 60px;
        display: block;
        text-decoration: none;
        font-family: 'AvenirLTStd-light';
        margin-bottom: 16px;
        height: 42px;
        overflow: hidden;
    }

    .ev-ul ul li p {
        font-size: 14px;
        color: #777;
        font-family: 'AvenirLTStd-light';
        line-height: 23px;
        max-height: 66px;
        overflow: hidden;
    }

        .ev-ul ul li p img {
            padding-right: 5px;
        }

    .ev-ul ul li a.amore {
        font-size: 14px;
        color: #fff;
        display: block;
        width: 100px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        text-decoration: none;
        background: #3bbdfb;
        position: absolute;
        left: 83px;
        top: 220px;
    }

        .ev-ul ul li a.amore:hover {
            color: #3bbdfb;
            background: #fff;
            transition: all 0.5s;
            border: 1px solid #3bbdfb;
        }






.area {
    background: url(../images/arbg.jpg) repeat-x center bottom;
    min-height: 1157px;
}

.aar-top {
    text-align: center;
}

    .aar-top span {
        text-transform: uppercase;
        font-size: 52px;
        color: #444;
    }

    .aar-top img {
        padding: 0 5px;
        vertical-align: 10px;
    }

.ar-ul {
    margin-top: 65px;
    margin-right: -34px;
}

    .ar-ul ul li {
        float: left;
        margin-right: 30px;
        width: 370px;
        margin-bottom: 55px;
        min-height: 430px;
        height: 437px;
        overflow: hidden;
    }

        .ar-ul ul li .li-tt {
            max-height: 128px;
            overflow: hidden;
        }

        .ar-ul ul li img {
            overflow: hidden;
            transition: all 1.5s;
        }

        .ar-ul ul li a {
            display: block;
            width: 100%;
            height: 249px;
            overflow: hidden;
        }

        .ar-ul ul li img:hover {
            transform: scale(1.2);
        }

        .ar-ul ul li.li3 {
            margin-right: 0;
        }

        .ar-ul ul li h4 a {
            display: block;
            color: #444;
            font-size: 18px;
            margin: 16px 0;
            height: 22px;
            text-decoration: none;
        }


        .ar-ul ul li .li-tt ul li {
            min-height: 20px;
            margin: 0;
            line-height: 21px;
            float: none;
            font-family: 'AvenirLTStd-light';
        }

        .ar-ul ul li .li-tt p {
            min-height: 20px;
            margin: 0;
            line-height: 21px;
            float: none;
            font-family: 'AvenirLTStd-light';
        }

        .ar-ul ul li .li-tt2 ul {
            width: 50%;
        }







.foward {
    height: 295px;
    background: url(../images/forbg.jpg) repeat-x center top;
}

.looga {
    text-align: right;
    margin-top: 35px;
}

    .looga a {
        font-size: 24px;
        color: #fff;
        text-decoration: none;
    }

.get {
    height: 60px;
    border-top: 1px solid #fff;
    background: #143e94;
    font-family: 'AvenirLTStd-light';
}

.get-one {
}

    .get-one h4, .get-four h4 {
        font-size: 22px;
        color: #fff;
        font-weight: normal;
        padding-top: 5px;
        margin-right: 44px;
    }

    .get-one p, .get-four p {
        font-size: 14px;
        color: #fff;
    }

.get-three {
    width: 236px;
    border-right: 1px solid #fff;
    height: 60px;
}

    .get-three p {
        font-size: 16px;
        color: #fff;
        padding-left: 30px;
        padding-top: 20px;
    }

.get-four {
    width: 210px;
    border-right: 1px solid #fff;
    height: 60px;
    padding-left: 35px;
}

.get-search {
    background: url(../images/searchbg.png) no-repeat left top;
    width: 255px;
    height: 45px;
    margin-top: 10px;
}

    .get-search .inp-text input.inp-text {
        width: 195px;
        padding-left: 10px;
        background: none;
        border: none;
        line-height: 45px;
        color: #fff;
    }

    .get-search .inp-but input.inp-but {
        background: none;
        border: none;
        width: 40px;
        height: 45px;
        cursor: pointer;
    }


.quick {
    background: #f7f8fa;
    min-height: 300px;
    padding-top: 40px;
    font-family: 'AvenirLTStd-light';
}

.quick-two {
    width: 430px;
    margin-right: 97px;
}

.quick h4 {
    font-size: 24px;
    color: #1e1e20;
    font-family: 'AvenirLTStd-light';
    font-weight: normal;
    margin-bottom: 23px;
}

.quick-two ul li {
    margin-bottom: 15px;
}

    .quick-two ul li a {
        text-decoration: underline;
        color: #143e94;
        font-size: 16px;
        display: block;
        line-height: 25px;
    }

.contact {
    width: 245px;
}

    .contact p {
        font-size: 16px;
        color: #1e1e20;
        line-height: 23px;
    }

        .contact p.p1 {
            margin-bottom: 20px;
        }

.flogo {
    width: 280px;
    padding-top: 54px;
}

    .flogo img {
        width: 278px;
        height: 96px;
    }


.wc-copy {
    background: #2a2b2c;
    font-size: 12px;
    font-family: 'AvenirLTStd-light';
    min-height: 50px;
    padding-top: 10px;
}

    .wc-copy p {
        font-size: 14px;
        color: #fff;
        line-height: 25px;
    }

.wc-link a {
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    padding-right: 12px;
}

.wc-copy p a {
    color: #fff;
}

.wc-copy ul li{
    
    display: inline-block;
}

/*.wc-copyEnd*/




        .fanye_right {
            margin: 15px 0 10px;
        }

            .fanye_right a {
                color: #000;
            }
        .szdw > h4 {
            /* background-color: #007acc; */
            color: #007acc;
            line-height: 42px;
            margin-left: 20px;
            font-size: 16px;
            border-bottom: 2px solid;
        }

        .szdw > div {
            padding: 20px;
        }

        .user-intro {
            min-height: 200px;
        }

