﻿/* CSS common */
.clearFloat:after {
    height: 0px;
    content: ".";
    clear: both;
    visibility: hidden;
    display: block;
}
    .login_box .login_cont .txt1 {
        position:absolute;
        width: 322px;
        height: 38px;
        top:50%;
        left:50%;
        line-height: 38px;
        background: url(../images/login2.png) no-repeat 9px center;
        border: 1px solid #e3e3e3;
        margin: -68px 0 0 -161px;
        border-radius: 2px;
    }

        .login_box .login_cont .txt1.add_bg {
            border-color: #13bd37;
            background: url(../images/login3.png) no-repeat 9px center;
        }

        .login_box .login_cont .txt1 input {
            background: none;
            border: none;
            margin-left: 45px;
            width: 255px;
            color: #343434;
            font-size: 16px;
        }

    .txt22 {
        position:absolute;
        width: 322px;
        height: 38px;
        top:50%;
        left:50%;
        line-height: 38px;
        background: url(../images/login4.png) no-repeat 9px center;
        border: 1px solid #e3e3e3;
        margin: -37px 0 0 -161px;
        border-radius: 2px;
    }

        .txt22.add_bg {
            border-color: #13bd37;
            background: url(../images/login5.png) no-repeat 9px center;
        }

        .txt22 input {
            background: none;
            border: none;
            margin-left: 45px;
            width: 255px;
            color: #343434;
            font-size: 16px;
        }
    .login_box .login_cont .txtvcode {
        position:absolute;
        width: 180px;
        height: 38px;
        top:50%;
        left:50%;
        line-height: 38px;
        border: 1px solid #e3e3e3;
        margin: 28px 0 0 -161px;
        border-radius: 2px;
    }
.txtvcode img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 120px;
}
.txtAchange {
    font-style: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 110px;
    width: 90px;
}

        .login_box .login_cont .txtvcode.add_bg {
            border-color: #13bd37;
            background: url(../images/login3.png) no-repeat 9px center;
        }

        .login_box .login_cont .txtvcode input {
            background: none;
            border: none;
            margin-left: 45px;
            width: 255px;
            color: #343434;
            font-size: 16px;
        }

.clearFloat {
    zoom: 1;
}

* {
    margin: 0px;
    padding: 0px;
}

img {
    margin: 0;
    border: none;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    text-decoration: none;
    font-family: "微软雅黑";
}

    a:hover {
        text-decoration: none !important;
    }

dl, ul {
    list-style: none;
}

input {
    outline: none;
}

i, em {
    font-style: normal;
}

body {
    font-family: "微软雅黑";
    background: #f0f1f5;
}

input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
}

input {
    outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
    font-family: "微软雅黑";
}

a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}


/* 登录 */
#login_video {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 100%;
}

.login_box {
    position: fixed;
    width: 380px;
    background: #fff;
    box-shadow: 0 0 10px #999;
    border-radius: 2px;
    left: 50%;
    margin-left: -190px;
    top: 50%;
    margin-top: -183px;
}

    .login_box .login_tit {
        border-bottom: 1px solid #f5f5f5;
        height: 89px;
        line-height: 89px;
        text-align: center;
        background: url(../images/login7.png) no-repeat center bottom;
    }

        .login_box .login_tit img {
            max-width: 46px;
            width: 46px;
            vertical-align: middle;
        }

        .login_box .login_tit span {
            color: #444444;
            font-size: 24px;
            vertical-align: middle;
        }


    .login_box .login_cont .txt2 .txtpdcon {
        width: 322px;
        height: 38px;
        line-height: 38px;
        background: url(../images/login4.png) no-repeat 9px center;
        border: 1px solid #e3e3e3;
        margin: 15px auto 0px;
        border-radius: 2px;
    }

        .login_box .login_cont .txt2.add_bg .txtpdcon {
            border-color: #13bd37;
            background: url(../images/login5.png) no-repeat 9px center;
        }

        .login_box .login_cont .txt2 input .txtpdcon {
            background: none;
            border: none;
            margin-left: 45px;
            width: 255px;
            color: #343434;
            font-size: 16px;
        }

    .login_box .login_cont .btn1 {
        width: 324px;
        margin: 155px auto 0px;
    }

        .login_box .login_cont .btn1 input {
            width: 324px;
            height: 40px;
            background: #108cf0;
            border: none;
            color: #fff;
            font-size: 16px;
            border-radius: 2px;
            transition: all 0.4s;
        }

            .login_box .login_cont .btn1 input:hover {
                background: #2b9df9;
            }

    .login_box .login_cont .foget1 {
        text-align: center;
        padding: 20px 0px 27px;
    }

        .login_box .login_cont .foget1 a {
            color: #108cf0;
            font-size: 14px;
        }

/* 首页 */
.index_box {
    min-width: 1200px;
}

.index_head {
    background: url(../images/index2.png) no-repeat center;
    height: 60px;
    background-size: 100% 60px;
}

    .index_head .head_left {
        margin-left: 5px;
        line-height: 60px;
    }

        .index_head .head_left img {
            width: 470px;
        }

    .index_head .head_right a {
        display: block;
        float: left;
        border-left: 1px solid #6956bb;
        padding: 0px 22px;
        text-align: center;
    }

        .index_head .head_right a.a1 img {
            margin-top: 8px;
        }

        .index_head .head_right a.a1 p {
            color: #eeebff;
            font-size: 14px;
            margin-top: 3px;
        }

        .index_head .head_right a.a2 {
            line-height: 60px;
        }

            .index_head .head_right a.a2 img {
                margin-right: 8px;
                float: left;
                margin-top: 5px;
                border: 3px solid #9789cd;
                border-radius: 50%;
                width: 44px;
                height: 44px;
            }

            .index_head .head_right a.a2 span {
                vertical-align: middle;
                color: #a49cd7;
                font-size: 14px;
                float: left;
            }

        .index_head .head_right a.a3 {
            line-height: 60px;
        }

.index_cont {
    overflow: hidden;
    height: 100%;
}

    .index_cont .cont_left {
        width: 185px;
        height: 100%;
        background: #fff;
        box-shadow: 0 0 10px #aaa;
    }

        .index_cont .cont_left ul {
            padding: 0px 10px;
            margin-top: 10px;
        }

            .index_cont .cont_left ul li {
                background: #fff url(../images/index7.png) no-repeat 140px 25px;
                border-radius: 3px;
            }

                .index_cont .cont_left ul li.slidedown0 {
                    background: none;
                }

                .index_cont .cont_left ul li .common {
                    display: block;
                    width: 135px;
                    height: 57px;
                    line-height: 57px;
                    margin: auto;
                    margin-left: 15px;
                }

                    .index_cont .cont_left ul li .common span {
                        color: #666666;
                        font-size: 16px;
                        display: block;
                        padding-left: 35px;
                    }

                .index_cont .cont_left ul li dl {
                    display: none;
                }

                    .index_cont .cont_left ul li dl a {
                        display: block;
                        height: 38px;
                        line-height: 38px;
                        color: #fff;
                        font: 14px;
                        padding: 0px 15px;
                        transition: all 0.4s;
                    }

                .index_cont .cont_left ul li.add_bg {
                    background: #2290ff url(../images/index8.png) no-repeat 185px 25px;
                }

                .index_cont .cont_left ul li.slidedown0.add_bg {
                    background: none;
                    background-color: #2290ff;
                }

                .index_cont .cont_left ul li.add_bg .common {
                    border-bottom: 1px solid #4ea6ff;
                    font-weight: bold;
                }

                    .index_cont .cont_left ul li.add_bg .common span {
                        color: #fff;
                    }

                .index_cont .cont_left ul li.add_bg dl {
                    width: 100%;
                    border-radius: 3px;
                    padding: 10px 0px;
                    display: block;
                }

                .index_cont .cont_left ul li dl a:hover {
                    background: #f94141;
                    color: #fff;
                }

                .index_cont .cont_left ul li .slide0 span {
                    background: url(../images/index42.png) left center no-repeat;
                }

                .index_cont .cont_left ul li.add_bg .slide0 span {
                    background: url(../images/index43.png) left center no-repeat;
                }

                .index_cont .cont_left ul li .slide1 span {
                    background: url(../images/index9.png) left center no-repeat;
                }

                .index_cont .cont_left ul li.add_bg .slide1 span {
                    background: url(../images/index10.png) left center no-repeat;
                }

                .index_cont .cont_left ul li .slide2 span {
                    background: url(../images/index11.png) left center no-repeat;
                }

                .index_cont .cont_left ul li.add_bg .slide2 span {
                    background: url(../images/index12.png) left center no-repeat;
                }

                .index_cont .cont_left ul li .slide3 span {
                    background: url(../images/index13.png) left center no-repeat;
                }

                .index_cont .cont_left ul li.add_bg .slide3 span {
                    background: url(../images/index14.png) left center no-repeat;
                }

                .index_cont .cont_left ul li .slide4 span {
                    background: url(../images/index15.png) left center no-repeat;
                }

                .index_cont .cont_left ul li.add_bg .slide4 span {
                    background: url(../images/index16.png) left center no-repeat;
                }

                .index_cont .cont_left ul li .slide5 span {
                    background: url(../images/index17.png) left center no-repeat;
                }

                .index_cont .cont_left ul li.add_bg .slide5 span {
                    background: url(../images/index18.png) left center no-repeat;
                }

                .index_cont .cont_left ul li .slide6 span {
                    background: url(../images/index19.png) left center no-repeat;
                }

                .index_cont .cont_left ul li.add_bg .slide6 span {
                    background: url(../images/index20.png) left center no-repeat;
                }

                .index_cont .cont_left ul li .slide7 span {
                    background: url(../images/index21.png) left center no-repeat;
                }

                .index_cont .cont_left ul li.add_bg .slide7 span {
                    background: url(../images/index22.png) left center no-repeat;
                }

                .index_cont .cont_left ul li .slide8 span {
                    background: url(../images/index23.png) left center no-repeat;
                }

                .index_cont .cont_left ul li.add_bg .slide8 span {
                    background: url(../images/index24.png) left center no-repeat;
                }


    .index_cont .cont_right {
        width: 100%;
    }

        .index_cont .cont_right .top1 {
            height: 60px;
            background: #fff;
            box-shadow: 0 0 10px #aaa;
        }

            .index_cont .cont_right .top1 ul li {
                float: left;
                border-right: 1px solid #e5e5e5;
            }

                .index_cont .cont_right .top1 ul li a {
                    display: block;
                    padding: 0px 20px;
                    line-height: 60px;
                    color: #666666;
                    font-size: 16px;
                    transition: all 0.4s;
                    background: url(../images/index39.png) no-repeat center bottom;
                }

                .index_cont .cont_right .top1 ul li.add_bg a {
                    background-image: url(../images/index38.png);
                    color: #108cf0;
                }

                .index_cont .cont_right .top1 ul li:hover a {
                    background-image: url(../images/index38.png);
                    color: #108cf0;
                }

        .index_cont .cont_right .top2 {
            height: 100px;
            background: #fff;
            box-shadow: 0 0 10px #aaa;
            margin-left: 245px;
            margin-right: 10px;
            margin-top: 10px;
            border-radius: 5px;
        }

            .index_cont .cont_right .top2 .a1 {
                display: block;
                margin-top: 15px;
                margin-left: 1%;
                margin-right: 7%;
            }

                .index_cont .cont_right .top2 .a1 .t_left {
                    margin-right: 13px;
                }

                    .index_cont .cont_right .top2 .a1 .t_left img {
                        width: 68px;
                        height: 68px;
                        border-radius: 50%;
                    }

                .index_cont .cont_right .top2 .a1 .t_right h3 {
                    color: #444444;
                    font-size: 20px;
                    margin-top: 8px;
                }

                .index_cont .cont_right .top2 .a1 .t_right p img {
                    width: 15px;
                    height: 16px;
                    vertical-align: middle;
                    margin-right: 3px;
                }

                .index_cont .cont_right .top2 .a1 .t_right p span {
                    color: #7a849c;
                    font-size: 16px;
                    vertical-align: middle;
                }

            .index_cont .cont_right .top2 .a2 {
                display: block;
                margin-top: 24px;
                margin-left: 2%;
                padding-right: 2%;
                border-right: 1px solid #e5e5e5;
            }

                .index_cont .cont_right .top2 .a2 .t_left {
                    margin-right: 13px;
                }

                    .index_cont .cont_right .top2 .a2 .t_left img {
                        width: 52px;
                        height: 52px;
                        border-radius: 50%;
                    }

                .index_cont .cont_right .top2 .a2 .t_right h3 {
                    color: #666666;
                    font-size: 14px;
                    margin-top: -5px;
                }

                .index_cont .cont_right .top2 .a2 .t_right p {
                    color: #444444;
                    font-size: 36px;
                    vertical-align: middle;
                }

            .index_cont .cont_right .top2 .a3 {
                border: none;
            }

            .index_cont .cont_right .top2 .a4 {
                width: 120px;
                height: 36px;
                line-height: 36px;
                border-radius: 36px;
                text-align: center;
                display: inline-block;
                background: #108cf0;
                color: #fff;
                font-size: 16px;
                box-shadow: 0px 5px 10px #b5dbfb;
                margin-top: 30px;
                float: right;
                margin-right: 3.5%;
                transition: all 0.4s;
            }

                .index_cont .cont_right .top2 .a4:hover {
                    background: #2f9df6;
                }

            .index_cont .cont_right .top2 .a5 {
                width: 120px;
                height: 36px;
                line-height: 36px;
                border-radius: 36px;
                text-align: center;
                display: inline-block;
                background: #13bd37;
                color: #fff;
                font-size: 16px;
                box-shadow: 0px 5px 10px #b7ebc1;
                margin-top: 30px;
                float: right;
                margin-right: 3.5%;
                transition: all 0.4s;
            }

                .index_cont .cont_right .top2 .a5:hover {
                    background: #09d133;
                }

        .index_cont .cont_right .top3 {
            margin-left: 245px;
            margin-right: 10px;
            margin-top: 15px;
        }

            .index_cont .cont_right .top3 .t3_left {
                height: 295px;
                background: #fff;
                box-shadow: 0 0 10px #aaa;
                width: 49.5%;
                border-radius: 5px;
            }

            .index_cont .cont_right .top3 .title {
                height: 46px;
                line-height: 46px;
                border-bottom: 1px solid #e5e5e5;
            }

                .index_cont .cont_right .top3 .title .tit_left {
                    color: #444444;
                    font-size: 16px;
                    margin-left: 12px;
                }

                    .index_cont .cont_right .top3 .title .tit_left img {
                        margin-right: 5px;
                    }

                .index_cont .cont_right .top3 .title .tit_right a {
                    color: #108cf0;
                    font-size: 14px;
                    margin-right: 25px;
                }

            .index_cont .cont_right .top3 .t3_left ul {
                border-left: 1px solid #e5e5e5;
                margin: 13px 30px 13px 20px;
            }

                .index_cont .cont_right .top3 .t3_left ul li a {
                    display: block;
                    padding-left: 15px;
                    background: url(../images/index40.png) no-repeat left center;
                    margin-left: -3px;
                    transition: all 0.1s;
                    padding-top: 6px;
                    padding-bottom: 6px;
                }

                    .index_cont .cont_right .top3 .t3_left ul li a p {
                        color: #666666;
                        font-size: 14px;
                        width: 70%;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                    }

                    .index_cont .cont_right .top3 .t3_left ul li a span {
                        color: #7a849c;
                        font-size: 14px;
                    }

                .index_cont .cont_right .top3 .t3_left ul li:hover a {
                    background: url(../images/index41.png) no-repeat left center;
                    margin-left: -5px;
                    padding-left: 17px;
                }

                    .index_cont .cont_right .top3 .t3_left ul li:hover a p {
                        color: #108cf0;
                    }

            .index_cont .cont_right .top3 .t3_right {
                height: 295px;
                background: #fff;
                box-shadow: 0 0 10px #aaa;
                width: 49.5%;
                margin-left: 50.5%;
                border-radius: 5px;
            }

                .index_cont .cont_right .top3 .t3_right ul li:last-child .t_right {
                    border-bottom: none;
                }

                .index_cont .cont_right .top3 .t3_right ul li a {
                    display: block;
                }

                .index_cont .cont_right .top3 .t3_right ul li .t_left {
                    width: 50px;
                    height: 50px;
                    margin-left: 18px;
                    margin-top: 13px;
                }

                    .index_cont .cont_right .top3 .t3_right ul li .t_left img {
                        width: 50px;
                        height: 50px;
                        border-radius: 50%;
                    }

                .index_cont .cont_right .top3 .t3_right ul li .t_right {
                    border-bottom: 1px solid #e5e5e5;
                    margin-right: 32px;
                    margin-left: 80px;
                    padding: 13px 0px;
                    height: 50px;
                }

                    .index_cont .cont_right .top3 .t3_right ul li .t_right h3 {
                        color: #444444;
                        font-size: 14px;
                        margin-bottom: 5px;
                        margin-top: 3px;
                    }

                        .index_cont .cont_right .top3 .t3_right ul li .t_right h3 span {
                            color: #108cf0;
                            margin-right: 13px;
                        }

                    .index_cont .cont_right .top3 .t3_right ul li .t_right p {
                        color: #444444;
                        font-size: 14px;
                        width: 100%;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

        .index_cont .cont_right .top4 {
            margin-left: 245px;
            margin-right: 10px;
            margin-top: 15px;
        }

            .index_cont .cont_right .top4 .t4_left {
                height: 330px;
                background: #fff;
                box-shadow: 0 0 10px #aaa;
                width: 24.1%;
                margin-right: 1.2%;
                border-radius: 5px;
            }

                .index_cont .cont_right .top4 .t4_left .title {
                    height: 46px;
                    line-height: 46px;
                    border-bottom: 1px solid #e5e5e5;
                }

                    .index_cont .cont_right .top4 .t4_left .title span {
                        margin: 0px 20px;
                        display: block;
                        color: #444444;
                        font-size: 16px;
                    }

                        .index_cont .cont_right .top4 .t4_left .title span i {
                            display: inline-block;
                            width: 5px;
                            height: 14px;
                            background: #108cf0;
                            margin-right: 8px;
                            vertical-align: -1px;
                        }

.circliful {
    position: relative;
    left: 50%;
    margin-left: -75px;
    margin-top: 25px;
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}

.circle-info, .circle-info-half {
    color: #999;
}

.circliful .fa {
    margin: -10px 3px 0 3px;
    position: relative;
    bottom: 4px;
}

.index_cont .cont_right .top4 .t4_left .circle2 {
    padding: 0px 16%;
    margin-top: 15px;
}

    .index_cont .cont_right .top4 .t4_left .circle2 .sub2 {
        width: 50%;
        text-align: center;
    }

        .index_cont .cont_right .top4 .t4_left .circle2 .sub2 span {
            color: #888888;
            font-size: 14px;
            display: inline-block;
            width: 85px;
        }

            .index_cont .cont_right .top4 .t4_left .circle2 .sub2 span i {
                display: inline-block;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                vertical-align: middle;
                background: #108cf0;
                margin-right: 7px;
            }

        .index_cont .cont_right .top4 .t4_left .circle2 .sub2 p {
            color: #666666;
            font-size: 16px;
            padding-left: 15px;
            width: 70px;
            text-align: left;
            display: inline-block;
        }

    .index_cont .cont_right .top4 .t4_left .circle2 .sub3 span i {
        background: #b9e0ff;
    }


.index_cont .cont_right .top4 .t4_left1 .title span i {
    background: #8360ff;
}

.index_cont .cont_right .top4 .t4_left1 .circle2 .sub2 span i {
    background: #8360ff;
}

.index_cont .cont_right .top4 .t4_left1 .circle2 .sub3 span i {
    background: #d9ceff;
}

.index_cont .cont_right .top4 .t4_left2 .title span i {
    background: #13bd37;
}

.index_cont .cont_right .top4 .t4_left2 .circle2 .sub2 span i {
    background: #13bd37;
}

.index_cont .cont_right .top4 .t4_left2 .circle2 .sub3 span i {
    background: #b0efbd;
}

.index_cont .cont_right .top4 .t4_right {
    width: 24.1%;
}

    .index_cont .cont_right .top4 .t4_right .top1 {
        height: 157px;
        background: #fff;
        box-shadow: 0 0 10px #aaa;
        border-radius: 5px;
        margin-bottom: 15px;
    }

        .index_cont .cont_right .top4 .t4_right .top1 .left {
            margin-top: 50px;
            margin-left: 15%;
            margin-right: 15%;
        }

            .index_cont .cont_right .top4 .t4_right .top1 .left img {
                width: 66px;
                vertical-align: middle;
            }

        .index_cont .cont_right .top4 .t4_right .top1 .right {
            margin-top: 43px;
        }

            .index_cont .cont_right .top4 .t4_right .top1 .right h3 {
                color: #444444;
                font-size: 36px;
                font-weight: normal;
                margin-bottom: 3px;
            }

            .index_cont .cont_right .top4 .t4_right .top1 .right p {
                color: #666666;
                font-size: 14px;
            }


    .index_cont .cont_right .top4 .t4_right .top2 {
        margin-bottom: 0px;
    }


@media(max-width: 1399px) {
    .index_cont .cont_right .top2 .a1;

{
    margin-right: 0;
}

.index_cont .cont_right .top2 .a1 {
    padding-right: 0.5%;
}

.index_cont .cont_right .top2 .a4 {
    margin-right: 1%;
}

.index_cont .cont_right .top2 .a5 {
    margin-right: 1%;
}

.index_cont .cont_right .top4 .t4_left .circle2 {
    padding: 0px 5%;
}

.index_cont .cont_right .top4 .t4_right .top1 .left {
    margin-left: 8%;
    margin-right: 6%;
}
