@charset "utf-8";
/* CSS Document */
* {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box； outline-style: none;
}

body {
    color: #1b1b1b;
    font-family: "Arial,Hiragino Sans GB,STHeiti,Helvetica Neue,Helvetica,Microsoft Yahei,WenQuanYi Micro inherit";
    background: rgba(242, 245, 250, 1);
    width: 100%;
    line-height: 30px;
    font-size: 18px;
}

#header {
    background: #ffffff;
    width: 100%;
    border-top: #3F83FF solid 4px;
}

#scroll-top {
    cursor: pointer;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    background: url(/front/images/icon_gotoTop.png) #3f83ff no-repeat center center;
    position: fixed;
    _position: absolute;
    _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
}

a {
    text-decoration: none;
    color: #1b1b1b;
}

    a.active, a:focus {
        outline: none !important;
        text-decoration: none;
    }

    a:hover {
        color: #1b1b1b;
        text-decoration: none !important
    }

ul, li {
    list-style: none;
}

/*谷哥滚动条样式*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    position: absolute
}

::-webkit-scrollbar-thumb {
    background-color: #666
}

::-webkit-scrollbar-track {
    background-color: #ddd
}
/***/
.w1400 {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}



.head {
   
    overflow: hidden;
    background: #FFFFFF;
}

   

        .head .w1400 img {
            margin-top: 10px;
            max-height:130px;
            max-width:500px;
            margin-bottom: 10px;
        }

    .head .nav {
        flex: 1;
        background: #3f83ff;
        padding-top: 4px;
        padding-bottom: 4px;
    }

        .head .nav a {
            margin-right: 70px;
            display: inline-block;
            height: 46px;
            line-height: 46px;
            border-radius: 10px;
            font-size: 20px;
            color: #fff;
            padding: 0px 20px;
        }

            .head .nav a.active, .head .nav a:hover {
                font-weight: 600;
                background: rgba(255, 255, 255, .1);
            }

.banner {
    height: 475px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

    .banner img {
        height: 475px;
        width: 100%;
    }

    .banner h2 {
        color: #fff;
        text-align: center;
        font-size: 53px;
        margin: 110px 0 35px;
    }

    .banner h3 {
        color: #fff;
        font-weight: normal;
        text-align: center;
        font-size: 30px;
        text-transform: Uppercase;
    }


.about {
    padding: 50px 0;
}

    .about h1 {
        font-size: 38px;
        margin-bottom: 70px;
        color: #2471FF;
        text-align: center;
        position: relative;
    }

        .about h1 label {
            font-size: 23px;
            text-transform: Uppercase;
            opacity: .2;
            position: absolute;
            left: 0;
            top: 25px;
            width: 100%;
            text-align: center;
        }

    .about .left {
        float: left;
        width: 450px;
    }

        .about .left img {
            width: 423px;
        }

    .about .right {
        margin-left: 460px;
    }

        .about .right p {
            font-size: 20px;
            text-indent: 2.5rem;
            margin-top: 8px;
        }

.lists {
    display: flex;
    flex-direction: row;
    padding: 30px 0 60px;
}

    .lists ul {
        width: 280px;
    }

        .lists ul li {
            width: 240px;
            cursor: pointer;
            height: 120px;
            line-height: 120px;
            position: relative;
            margin-bottom: 40px;
            text-align: center;
            font-size: 24px;
            background: rgba(38, 106, 231, .2);
            border-radius: 10px;
            color: #3f83ff;
        }

            .lists ul li.active {
                background: url(../images/bg3.png) top left no-repeat #3f83ff;
                font-weight: bold;
                background-size: 100% 100%;
                color: #fff;
            }

            .lists ul li:hover {
                box-shadow: #3f83ff 0px 0px 15px;
            }

            .lists ul li.active::after {
                content: ' ';
                position: absolute;
                right: -40px;
                top: 35px;
                border-style: solid;
                border-width: 25px;
                border-color: transparent #3f83ff transparent transparent;
            }

    .lists .listbox {
        flex: 1;
        background: url(../images/bg.png) top left no-repeat #3f83ff;
        background-size: 100% 100%;
        color: #fff;
        border-radius: 10px;
        min-height: 630px;
        padding: 35px 40px;
    }

        .listbox div{
            margin-bottom:20px;
        }

        .lists .listbox .title {
            font-size: 28px;
            margin-bottom: 30px;
            font-weight: bold;
            background: url(../images/t2.png) left no-repeat;
            padding-left: 45px;
        }

        .lists .listbox > div {
            display: none;
        }

        .lists .listbox > .active {
            display: block;
        }

        .lists .listbox .main {
            font-size: 20px;
        }


.foot {
    background: #1553C3;
    color: #fff;
}

    .foot .w1400 {
        padding: 25px 0 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .foot .w1400 div {
            display: flex;
            flex-direction: column;
        }

    .foot a {
        color: #fff;
        font-size: 16px;
    }

    .foot p {
        font-size: 16px;
    }

    .foot b {
        font-size: 20px;
        color: #fff;
        margin-bottom: 20px;
    }

        .foot b::after {
            content: ' ';
            display: block;
            width: 45px;
            height: 3px;
            background: #fff;
            border-radius: 4px;
        }

    .foot div:last-child {
        padding-top: 55px;
    }


.banner6 {
    height: 303px;
    background: url(../images/banner15.png) top left no-repeat;
    background-size: cover;
}

.banner5 {
    height: 303px;
    background: url(../images/banner14.png) top left no-repeat;
    background-size: cover;
}

.banner4 {
    height: 303px;
    background: url(../images/banner11.png) top left no-repeat;
    background-size: cover;
}

.banner2 {
    height: 303px;
    background: url(../images/banner12.png) top left no-repeat;
    background-size: cover;
}

.banner3 {
    height: 303px;
    background: url(../images/banner13.png) top left no-repeat;
    background-size: cover;
}



.browse {
    display: flex;
    flex-direction: row;
    padding-bottom: 30px;
    min-height: 900px;
    overflow: hidden;
}

    .browse .left {
        width: 420px;
        flex-shrink: 0;
        margin-right: 30px;
        background: #fff;
        padding: 20px;
    }

        .browse .left .title {
            background: #3f83ff;
            border-radius: 10px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            color: #fff;
            font-size:18px;
        }

    .browse .search {
        margin: 15px 0;
        height: 40px;
        padding-left: 35px;
        background: url(../images/search.png) 10px 11px no-repeat;
        border: #ddd solid 1px;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        overflow: hidden;
    }

        .browse .search input {
            flex: 1;
            border: none;
            background: none;
        }

        .browse .search button {
            border-radius: 10px;
            background: #3f83ff;
            color: #fff;
            border: none;
            width: 80px;
        }

    .browse .right {
        flex: 1;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        background: #fff;
        padding: 20px;
    }

        .browse .right .mess {
            background: rgba(46, 120, 255, .1);
            line-height: 30px;
            padding: 10px 20px;
            border-radius: 10px;
            margin-bottom: 20px;
        }

.tab_box {
}

    .tab_box .tab_title {
        height: 45px;
        line-height: 45px;
        flex-shrink: 0;
    }

        .tab_box .tab_title li {
            display: inline-block;
            color: #3f83ff;
            padding: 0 14px;
            border-radius: 10px 10px 0 0;
            background: #fff;
            position: relative;
            top: 0px;
            border-style: solid;
            border-width: 1px;
            border-color: #ddd #ddd #fff #ddd;
        }

    .tab_box .tab_main {
        border: #ddd solid 1px;
        border-radius: 0 10px 10px 10px;
        padding: 20px;
        margin-bottom:30px
    }

.tab_main table {
    border-collapse: collapse;
    width: 100%;
}

    .tab_main table thead td {
        background: rgba(46, 120, 255, .4);
    }

    .tab_main table td {
        height: 40px;
        padding: 0 12px;
    }

    .tab_main table tbody tr:nth-child(even) td {
        background: rgba(46, 120, 255, .1);
    }

    .tab_main table a {
        color: #3f83ff;
    }


.database .flex {
    background: #fff;
    justify-content: space-between;
    margin: 30px 0;
    padding: 20px;
    display: flex;
    flex-direction: row;
}

.database .btn {
    width: 500px;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    justify-content: center;
}

    .database .btn a {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        display: block;
        width: 380px;
        background: url(../images/bg2.png) top left no-repeat;
        background-size: cover;
        border-radius: 10px;
        height: 96px;
        text-align: center;
        line-height: 96px;
    }

        .database .btn a img {
            position: relative;
            top: 7px;
            left: 10px;
        }

        .database .btn a:hover {
            box-shadow: #3f83ff 0px 0px 15px;
        }

.database .one .text {
}


.achievement {
    display: flex;
    flex-direction: row;
    padding-bottom: 30px;
    min-height: 900px;
}

    .achievement .left {
        width: 225px;
        flex-shrink: 0;
        margin-right: 30px;
    }

        .achievement .left ul li {
            width: 225px;
            cursor: pointer;
            height: 75px;
            line-height: 75px;
            margin-bottom: 30px;
            text-align: center;
            font-size: 20px;
            background: rgba(38, 106, 231, .2);
            border-radius: 10px;
            color: #3f83ff;
        }

        .achievement .left ul li a {
            color: #3f83ff;
            display:block;
        }

            .achievement .left ul li.active {
                background: url(../images/bg1.png) top left no-repeat #3f83ff;
                font-weight: bold;
                background-size: 100% 100%;
                color: #fff;
            }

            .achievement .left ul li.active a {
                color: #fff;
            }

            .achievement .left ul li:hover {
                box-shadow: #3f83ff 0px 0px 15px;
            }

    .achievement .right {
        flex: 1;
        background: #fff;
    }

        .achievement .right .title {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding: 0 22px 0 12px;
            border-bottom: #ddd solid 1px;
            line-height: 60px;
        }

            .achievement .right .title .ti {
                background: url(../images/t1.png) 10px 21px no-repeat;
                padding-left: 45px;
                font-size: 22px;
                color: #3f83ff;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .achievement .right .title .fy {
                display: flex;
                align-items: center;
                flex-shrink: 0;
            }

.fy img {
    cursor: pointer;
}

.achievement .right .title .fy img {
    margin-left: 15px;
    cursor: pointer;
}

.achievement .main {
    padding: 25px;
}

    .achievement .main .li {
        border-bottom: #ddd solid 1px;
        line-height: 65px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        overflow: hidden;
    }

        .achievement .main .li a {
            flex: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .achievement .main .li label {
            color: #999;
        }

        .achievement .main .li a:hover {
            color: #3f83ff;
        }

.achievement .right1 .title .ti {
    color: #333;
    font-weight: bold;
    background: url(../images/t4.png) 10px 19px no-repeat;
    overflow: hidden;
}

.achievement .main .list {
    border-bottom: #ddd solid 1px;
    padding: 15px 0 18px;
    display: flex;
    flex-direction: row;
}

    .achievement .main .list label {
        width: 150px;
        flex-shrink: 0;
        font-weight: bold;
    }



.news {
    background: #fff;
    margin-bottom: 30px;
    min-height: 900px;
}

    .news .title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 22px 0 12px;
        border-bottom: #ddd solid 1px;
        line-height: 60px;
    }

        .news .title .ti {
            background: url(../images/t1.png) 10px 21px no-repeat;
            padding-left: 45px;
            font-size: 22px;
            color: #3f83ff;
        }

        .news .title .fy {
            display: flex;
            align-items: center;
        }

            .news .title .fy img {
                margin-left: 15px;
            }

    .news .main {
        padding: 0 30px;
    }

        .news .main .li {
            border-bottom: #ddd solid 1px;
            padding: 30px 0;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            overflow: hidden;
        }

            .news .main .li .img {
                width: 160px;
                height: 125px;
                border-radius: 10px;
                overflow: hidden;
            }

                .news .main .li .img img {
                    width: 100%;
                    height: 100%;
                }

        .news .main .text {
            flex: 1;
            margin-left: 30px;
        }

        .news .main .li a {
            display: block;
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 6px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .news .main .li label {
            color: #999;
        }

            .news .main .li label img {
                margin-right: 6px;
                position: relative;
                top: 1px;
            }

        .news .main .li p {
            color: #666;
            height: 60px;
            overflow: hidden;
        }

        .news .main .li a:hover {
            color: #3f83ff;
        }

    .news .main1 .h1 {
        text-align: center;
        font-weight: bold;
        font-size: 28px;
        margin: 30px 0;
    }

    .news .main1 .time {
        background: rgba(219,218,227,0.1);
        border: 1px solid #DDDDDD;
        height: 48px;
        line-height: 48px;
        text-align: center;
        margin-bottom: 30px;
    }

        .news .main1 .time img {
            margin-right: 6px;
            position: relative;
            top: 1px;
        }

    .news .main1 .text {
        margin: 0;
    }

.aboutus {
    min-height: 900px;
}

    .aboutus .one {
        background: #fff;
    }

    .aboutus .title {
        padding: 0 22px 0 12px;
        border-bottom: #ddd solid 1px;
        line-height: 60px;
        background: url(../images/t1.png) 10px 21px no-repeat;
        padding-left: 45px;
        font-size: 22px;
        color: #3f83ff;
    }

    .aboutus .one .main {
      /* display: flex;*/
       /* flex-direction: row;*/
        padding: 30px;
    }

      /*  .aboutus .one .main .img {
            width: 425px;
            flex-shrink: 0;
            margin-right: 30px;
        }

            .aboutus .one .main .img img {
                width: 425px;
                height: 576px;
            }
*/
        .aboutus .one .main .text {
            flex: 1;
        }

            .aboutus .one .main .text img {
                width: 100%;
                margin-top: 20px;
            }

    .aboutus .two {
        margin: 30px 0;
        background: #fff;
    }

        .aboutus .two .main {
            display: flex;
            flex-direction: column;
            padding: 30px;
        }

    .aboutus .first {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .aboutus .first .text {
            flex: 1;
            margin-right: 120px;
        }

            .aboutus .first .text h2 {
                margin-bottom: 30px;
            }

        .aboutus .first .img {
            width: 452px;
            flex-shrink: 0;
        }

            .aboutus .first .img img {
                width: 100%;
            }

    .aboutus .second {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 50px;
    }

        .aboutus .second .img {
            width: 324px;
            flex-shrink: 0;
        }

            .aboutus .second .img img {
                width: 100%;
            }

        .aboutus .second .text {
            padding: 0 50px;
        }

            .aboutus .second .text h2 {
                background: url(../images/bg4.png) top left no-repeat;
                color: #fff;
                font-size: 24px;
                padding-left: 25px;
                height: 60px;
                line-height: 50px;
                margin-bottom: 30px;
            }

            .aboutus .second .text p {
                text-indent: 2.5rem;
            }

    .aboutus .third .text h2 {
        background: url(../images/bg5.png) top right no-repeat;
        text-align: right;
        padding-left: 0px;
        padding-right: 35px;
    }
