﻿@charset "utf-8";
/* CSS Document */
/*2020.06.29 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.container {
    padding: 0 !important;
    width: 1170px;
}

/*顶部弹出搜索样式*/
/*header-top*/
.header-top {
    color: #fff;
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: right;
}

.search-btn {
    font-size: 18px;
    float: right;
    cursor: pointer;
    width: 40px;
    text-align: center;
    /*height: 30px;
    line-height: 30px;*/
    color: #333;
}

    .search-btn:hover {
        opacity: .9;
        text-decoration: none;
    }

.search-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    z-index: 1000;
    background: #fff;
}

    .search-box h2 {
        font-size: 24px;
        color: #555;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .search-box .container {
        position: relative;
    }

    .search-box .close {
        position: absolute;
        top: 20px;
        right: 15px;
        font-size: 14px;
        cursor: pointer;
    }

        .search-box .close i {
            font-style: normal;
        }

.search-form {
    margin-bottom: 80px;
    width: 100%;
    position: relative;
}

    .search-form .form-text {
        width: 100%;
        border: none;
        border-bottom: 1px solid #063f88;
        font-style: italic;
        height: 60px;
        font-size: 16px;
        /*padding: 0 100px 0 15px;*/
    }

        .search-form .form-text:focus {
            font-style: normal;
            border-bottom-color: #063f88;
        }

    .search-form .form-submit {
        position: absolute;
        right: 0;
        top: 0px;
        width: 100px;
        height: 60px;
        line-height: 60px;
        background: none;
        border: none;
        outline: none;
        color: #666;
        font-weight: bold;
        font-size: 20px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .search-form .form-submit:hover {
            background: #063f88;
            color: #fff;
        }
/*顶部弹出样式 end*/

.top-tit {
    height: 56px;
    background: url(../../images/tbg.jpg) repeat-x left bottom;
    width: 100%;
}

.top-left {
    width: 144px;
    border-left: 1px dashed #999;
}

    .top-left a {
        width: 60px;
        text-align: center;
        display: inline-block;
        line-height: 54px;
        border-right: 1px dashed #999;
    }

.top-right1 {
    width: 70px;
}

    .top-right1 a {
        width: 60px;
        text-align: center;
        display: inline-block;
        line-height: 54px;
        border-right: 1px dashed #999;
        border-left: 1px dashed #999;
    }



.top {
    height: 180px;
}

.logo {
    width: 370px;
}

    .logo img {
    }




/*top end*/
.wc-menu {
    height: 175px;
    /*width: 762px;*/
}


    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        border-right: 1px dashed #999;
        height: 175px;
        border-left: 1px dashed #999;
    }

        .wc-menu ul li {
            border: 1px dashed #999;
            border-top: none;
            border-right: none;
            float: left;
            height: 178px;
            width: 126.6px;
            border-left: none;
        }

            .wc-menu ul li a {
                font-size: 16px;
                color: #888;
                text-align: center;
                display: block;
                text-decoration: none;
            }

            .wc-menu ul li span.tt {
                text-align: center;
                background: #34495e;
                height: 130px;
                display: block;
                position: relative;
                padding-top: 34px;
                border-right: none;
            }

                .wc-menu ul li span.tt i img {
                    position: absolute;
                    left: 0px;
                    bottom: 0px;
                    z-index: 1;
                    width: 100%;
                    /*width: 152px;
	border-right: 1px dashed #999;*/
                }

            .wc-menu ul li a span {
                padding-top: 10px;
                display: block;
                height: 47px;
                border-right: 1px dashed #999;
                background-color: #fff;
            }

            .wc-menu ul li.li2 span.tt {
                background: #1abc9c;
            }

            .wc-menu ul li.li3 span.tt {
                background: #3498db;
            }

            .wc-menu ul li.li4 span.tt {
                background: #33bed5;
            }

            .wc-menu ul li.li5 span.tt {
                background: #3c5298;
            }

            .wc-menu ul li.li6 span.tt {
                background: #e74c3c;
            }

            .wc-menu ul li span.tt:hover {
                opacity: 0.8;
            }

            .wc-menu ul li.li6 span {
                border-right: none;
            }


            /*导航颜色*/
            .wc-menu ul li span.brown {
                background: #4d7092 !important;
            }

            .wc-menu ul li span.lightgreen {
                background: #1abc9c !important;
            }

            .wc-menu ul li span.blue {
                background: #3498db !important;
            }

            .wc-menu ul li span.lightblue {
                background: #33bed5 !important;
            }

            .wc-menu ul li span.orange {
                background: #e74c3c !important;
            }








/*menu End*/
.ban {
    background: url(../../images/banbg.jpg) no-repeat center center;
    height: 493px;
    margin-top: 30px;
}

    /* 本例子css */
    .ban #slideBox {
        overflow: hidden;
        position: relative;
        height: 400px;
        margin: auto;
        margin-top: 20px;
        /*box-shadow: 0px 2px 2px 2px #dedfdf;*/
    }

    .ban .slidetop .hd {
        overflow: hidden;
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 1;
        width: 100%;
        text-align: center;
    }

        .ban .slidetop .hd ul {
            overflow: hidden;
            zoom: 1;
            width: 100%;
            text-align: center;
        }

            .ban .slidetop .hd ul li {
                /*float:left;*/
                margin: 0 4px;
                display: inline-block;
                width: 15px;
                height: 15px;
                text-align: center;
                /*background:rgba(255,255,255,0.25);*/
                background: #fff;
                border-radius: 15px;
                cursor: pointer;
                color: transparent;
            }

                .ban .slidetop .hd ul li.on {
                    background: #33bed5;
                }

    .ban .slidetop .bd {
        border: 6px solid #bbe3e9;
        width: 820px;
        height: 314px;
        margin: auto;
        position: relative;
        z-index: 0;
    }

        .ban .slidetop .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .ban .slidetop .bd img {
            max-width: 100%;
        }

    .ban .slidetop .ban-text {
        width: 820px;
        text-align: center;
        margin: auto;
        margin-top: 19px;
    }

        .ban .slidetop .ban-text ul li a {
            font-weight: bold;
            color: #fff;
            text-decoration: none;
            font-size: 20px;
            text-shadow: 2px 2px 2px #000;
            /*font-family: 'SourceHanSerifCN-Regular';*/
        }

.pei {
    margin-top: 55px;
    margin-bottom: 45px;
}

.pei-left {
    width: 621px;
    position: relative;
}

    .pei-left ul li {
        float: left;
        margin-right: 15px;
    }

        .pei-left ul li:last-child {
            margin-right: 0px;
        }

    .pei-left img.img1 {
        /*border: 1px dashed #999;*/
    }

    .pei-left img.img2 {
        position: absolute;
        left: 30px;
        top: 42px;
    }

.per-mid {
    width: 237px;
    height: 138px;
    text-align: center;
    /*padding-top: 65px;*/
}

.pei-right {
    position: relative;
    width: 312px;
}

    .pei-right img.img1 {
        border: 1px dashed #999;
    }

    .pei-right img.img2 {
        position: absolute;
        left: 30px;
        top: 42px;
    }
/**/

.xueye {
    height: 182px;
}

.xue-left {
    width: 170px;
    padding-top: 40px;
}

    .xue-left h4 {
        font-size: 42px;
        font-weight: bold;
        color: #194e96;
    }

    .xue-left span {
        font-size: 16px;
        font-weight: bold;
        color: #a4aebc;
        font-family: arial;
        text-transform: uppercase;
        letter-spacing: 12px;
        display: block;
        margin-top: 8px;
    }

.xue-right {
    /*width: 954px;*/
}

    .xue-right ul {
        /*转化为table 并且，宽度百分百，*/
        border-right: 1px dashed #999;
        height: 175px;
        border-left: 1px dashed #999;
    }

        .xue-right ul li {
            border: 1px dashed #999;
            border-top: none;
            border-right: none;
            float: left;
            width: 136px;
            height: 178px;
            border-left: none;
        }

            .xue-right ul li a {
                font-size: 16px;
                color: #888;
                text-align: center;
                display: block;
                text-decoration: none;
            }

            .xue-right ul li span.tt {
                text-align: center;
                background: #ff3e40;
                width: 136px;
                height: 130px;
                display: block;
                position: relative;
                padding-top: 34px;
                border-right: none;
            }

                .xue-right ul li span.tt i img {
                    position: absolute;
                    left: 0px;
                    bottom: 0px;
                    width: 136px;
                    /*width: 152px;
	border-right: 1px dashed #999;*/
                }

            .xue-right ul li a span {
                padding-top: 10px;
                display: block;
                height: 48px;
                color: #ff3e40;
                border-right: 1px dashed #999;
            }

            .xue-right ul li.li2 span.tt {
                background: #b20075;
            }

            .xue-right ul li.li3 span.tt {
                background: #6a0068;
            }

            .xue-right ul li.li4 span.tt {
                background: #3c5298;
            }

            .xue-right ul li.li5 span.tt {
                background: #00b1d1;
            }

            .xue-right ul li.li6 span.tt {
                background: #469d2d;
            }

            .xue-right ul li.li7 span.tt {
                background: #c0c207;
            }

            .xue-right ul li.li2 a span {
                color: #b20075;
            }

            .xue-right ul li.li3 a span {
                color: #6a0068;
            }

            .xue-right ul li.li4 a span {
                color: #3c5298;
            }

            .xue-right ul li.li5 a span {
                color: #00b1d1;
            }

            .xue-right ul li.li6 a span {
                color: #469d2d;
            }

            .xue-right ul li.li7 a span {
                color: #c0c207;
            }


            .xue-right ul li span.tt:hover {
                opacity: 0.8;
            }

            .xue-right ul li.li7 span {
                border-right: none;
            }

.xuehui {
    margin-top: 60px;
}


.xue-top {
}

    .xue-top h4 {
        font-size: 42px;
        font-weight: bold;
        color: #194e96;
        display: inline-block;
    }

    .xue-top span {
        font-size: 28px;
        font-weight: bold;
        color: #a4aebc;
        font-style: italic;
        text-transform: uppercase;
        letter-spacing: 10px;
        padding-left: 35px;
        font-family: arial;
    }

.xue-con {
    /*height: 632px;*/
    padding-top: 34px;
}

    .xue-con .picScroll-left a.prev {
        position: absolute;
        right: 48px;
        bottom: -28px;
        z-index: 1;
        cursor: pointer;
    }

    .xue-con .picScroll-left a.next {
        position: absolute;
        right: 0px;
        bottom: -34px;
        z-index: 1;
        cursor: pointer;
    }

    .xue-con .bd ul li {
        float: left;
        width: 272px !important;
        height: 453px;
        border: 1px solid #a4b0c2;
        margin-right: 28px;
        margin-bottom: 10px;
    }

        .xue-con .bd ul li a {
            text-decoration: none;
            position: relative;
            background: #f5f5f5;
            height: 90px;
            display: block;
            border: 2px solid #a4b0c2;
            border-top: none;
        }

            .xue-con .bd ul li a i img {
                position: absolute;
                left: -2px;
                top: -35px;
            }

            .xue-con .bd ul li a p {
                padding-top: 15px;
                font-size: 16px;
                color: #777;
                padding: 15px 16px 10px;
                line-height: 25px;
            }

        .xue-con .bd ul li:hover {
            /*opacity: 0.8;*/
            box-shadow: 0px 2px 5px 3px #dddcdc;
        }


.linkbg {
    background: #f5f5f5;
    height: 67px;
    margin-top: 100px;
    padding-top: 20px;
}

    .linkbg a.prev {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
        cursor: pointer;
    }

    .linkbg a.next {
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 1;
        cursor: pointer;
    }

    .linkbg .bd {
        border-left: 1px solid #d5d5d5;
    }

    .linkbg ul li {
        float: left;
        width: 215px !important;
        background: url(../../images/xx.png) no-repeat right center;
        text-align: center;
        margin: 0px 10px;
    }

        .linkbg ul li:last-child {
            background: none;
        }



        .linkbg ul li a {
            font-size: 16px;
            color: #777;
            /*padding-left: 30px;*/
            display: block;
            min-width: 210px;
        }

/**/

.footer {
    background: url(../../images/ftbg.jpg) no-repeat center center;
    min-height: 618px;
    padding: 35px 0 25px;
    margin-top: 1px;
    background-size: cover;
}

.footer2 {
}

.concnt {
    padding-bottom: 10px;
}

    .concnt h4 {
        font-size: 20px;
        color: #194e96;
    }

    .concnt p {
        font-size: 17px;
        color: #194e96 !important;
        font-family: impact;
    }


.footer2 p {
    font-size: 16px;
    color: #333;
    line-height: 31px;
}

    .footer2 p.p3 {
        margin-top: 12px;
    }

.wc-copy {
    margin-top: 25px;
}

    .wc-copy p {
        text-align: center;
        font-size: 14px;
        color: #333;
    }

.wx:hover .ewm {
    display: block;
}

.ewm {
    position: absolute;
    left: -43px;
    top: 54px;
    display: none;
}

    .ewm img {
        width: 150px;
        height: 150px;
    }

/*.wc-copyEnd*/
