﻿a {
    text-decoration: none !important;
}

.fakeimg {
    height: 200px;
    background: #aaa;
}
/*头部样式*/
.twx-title:nth-child(1) {
    border-right: 1px solid #e2e2e2;
}

.twx-title:nth-child(2) {
    border-right: 1px solid #e2e2e2;
}

.twx-title:nth-child(3) {
    border-right: 1px solid #e2e2e2;
}

.twx-title-span-1 {
    font-size: 20px;
    line-height: 76px;
    font-weight: 500;
    color: #000000;
}

.twx-title-1 {
    padding: 0;
    text-align: right;
    padding-right: 10px;
}

.twx-title-i-1 {
    font-size: 48px;
    padding: 14px 0;
    color: rgba(37,144,207,1);
}

.twx-title-2 {
    padding: 0;
    text-align: left;
    padding: 12px 0;
}

.twx-title-span-2 {
    padding-top: 4px;
    display: block;
    font-size: 14px;
    color: #8c8c8c;
}

.twx-title-span-3 {
    display: block;
    color: rgba(37,144,207,1);
    font-size: 22px;
}

.twx-title-span-4 {
    display: block;
    padding-bottom: 6px;
    height: 27px;
}

.swiper-container {
    height: 32vw;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    overflow: hidden;
}

    .navbar-nav .twx-item {
        line-height: 60px;
    }

.twx-nav-active {
    background-color: rgb(8, 121, 187);
}

.navbar-dark .navbar-toggler {
    border: none;
}

    .navbar-dark .navbar-toggler span {
        color: #fff;
    }


.navbar-dark .navbar-nav .twx-item .twx-contain {
    font-weight: normal;
    font-size: 16px;
    position: relative;
    display: block;
}

    .navbar-dark .navbar-nav .twx-item .twx-contain .twx-link {
        color: #fff;
        font-size: 16px;
        display: block;
        height: 60px;
        line-height: 60px;
        padding: 0 39px;
        text-decoration: none;
        text-align: center;
    }

    .navbar-dark .navbar-nav .twx-item .twx-contain span {
        width: 0;
        height: 2px;
        background-color: #fff;
        display: block;
        transition: .6s;
        -moz-transition: .6s; /* Firefox 4 */
        -webkit-transition: .6s; /* Safari and Chrome */
        -o-transition: .6s; /* Opera */
        position: absolute;
        left: 50%;
        margin-top: -10px;
    }

.navbar-dark .navbar-nav .twx-item:hover {
    background-color: rgb(8, 121, 187);
}

    .navbar-dark .navbar-nav .twx-item:hover .twx-contain span {
        width: 20%;
        left: 40%;
    }

.navbar-dark .navbar-nav .twx-nav-active .twx-contain span {
    width: 20%;
    left: 40%;
}

.twx-img {
    border: 1px solid #f3f3f3;
    color: #656d73;
    overflow: hidden;
}

    .twx-img:hover {
        border: 1px solid rgba(37,144,207,1);
        color: rgba(37,144,207,1);
    }

    .twx-img img:hover {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transition: .6s;
        -moz-transition: .6s; /* Firefox 4 */
        -webkit-transition: .6s; /* Safari and Chrome */
        -o-transition: .6s; /* Opera */
    }

.twx-compnay::before {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 2px;
    margin-right: 20px;
    background-color: rgba(37,144,207,1);
    content: "";
}

.twx-company-child:hover i, .twx-company-child:hover h5 {
    color: rgba(37,144,207,1) !important;
    cursor: pointer;
}

.twx-company-h {
    line-height: 55px;
    font-size: 50px;
    font-weight: bold;
    color: rgba(37,144,207,1);
    text-align: center;
}

.twx-company-p {
    margin-top: 6px;
    line-height: 24px;
    font-size: 14px;
    color: #484848;
    text-align: center;
}
/*底部所有版权信息*/
.twx-foot-reserved {
    padding: 6px 0 8px 0;
    background-color: #fff;
    color: #999;
    font-size: 12px;
}

.auto-box {
    width: 100%;
    height: auto;
    padding: 30px 0 40px;
}

.main-box {
    /*max-width: 1200px;*/
    height: auto;
    margin: 0 auto
}

.index-tit {
    padding: 40px 0;
    text-align: center
}

    .index-tit h1 {
        font-size: 30px;
        color: #363f45;
        font-weight: normal
    }

    .index-tit p {
        font-size: 20px;
        color: #abb0b4;
        padding-top: 15px
    }

.index-tserver {
    width: 100%;
    /*background: url('../../Images/Public/server-line.png') no-repeat center 125px;*/
    box-sizing: border-box;
    text-align: center;
    padding: 0 2.6%
}

    .index-tserver li {
        width: 24.8%;
        min-width: 162px;
        height: 162px;
        text-align: center;
        box-sizing: border-box;
        padding-top: 106px;
        font-size: 14px;
        color: #656d73;
        display: inline-block;
        position: relative;
        cursor: pointer;
        margin-bottom: 10px;
        margin-left: -0.1%
    }

        .index-tserver li.tserver-list1 {
            background: url('../../Images/Public/server-icon1.png') no-repeat center top
        }

        .index-tserver li.tserver-list2 {
            background: url('../../Images/Public/server-icon2.png') no-repeat center top
        }

        .index-tserver li.tserver-list3 {
            background: url('../../Images/Public/server-icon3.png') no-repeat center top
        }

        .index-tserver li.tserver-list4 {
            background: url('../../Images/Public/server-icon4.png') no-repeat center top
        }

        .index-tserver li.tserver-list5 {
            background: url('../../Images/Public/server-icon5.png') no-repeat center top
        }

        .index-tserver li.tserver-list6 {
            background: url('../../Images/Public/server-icon6.png') no-repeat center top
        }

        .index-tserver li.tserver-list7 {
            background: url('../../Images/Public/server-icon7.png') no-repeat center top
        }

        .index-tserver li p {
            width: 162px;
            height: 162px;
            display: inline-block;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -81px;
            border-radius: 81px;
            padding: 40px 30px;
            box-sizing: border-box;
            text-align: left;
            font-size: 14px;
            line-height: 22px;
            background: linear-gradient(111deg, #04bde4, #1067fe);
            display: none
        }

            .index-tserver li p a {
                color: #fff
            }

            .index-tserver li p.animated {
                animation-duration: .5s;
                animation-fill-mode: both
            }

        .index-tserver li:hover p {
            display: block
        }

.index-tserver-ad {
    width: 100%;
    /*margin-top: 60px;*/
    background: #f3f3f3;
    text-align: center;
    padding: 40px 0
}

    .index-tserver-ad ul {
        padding: 0;
        margin: 0;
    }

    .index-tserver-ad li {
        display: inline-block;
        color: #abb0b4;
        font-size: 16px;
        padding: 0 3%
    }

        .index-tserver-ad li img {
            vertical-align: middle;
            display: inline-block;
            margin-right: 5px
        }

        .index-tserver-ad li + li {
            border-left: 1px solid #e2e3e4
        }

.zoomin {
    animation-name: zoomin
}

@keyframes zoomin {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1
    }
}


/* 必要布局样式css */
.twx-switch-middle {
    cursor: pointer;
    width: 100%;
    height: 230px;
    padding: 4px;
    margin: 0;
    margin-bottom: 20px;
    color: #656d73;
    overflow: hidden;
    background-color: #f3f3f3;
}

    .twx-switch-middle:hover {
        border: 4px solid #f3f3f3;
        padding: 0;
        background-color: #e2e2e2;
    }

.twx-item-img {
    display: block;
    text-align: center;
    height: 120px;
    margin: 0 auto;
}

    .twx-item-img img {
        width: 100px;
        height: 100px;
    }

.twx-item-title {
    position: relative;
    text-align: center;
    font-size: 18px;
}

    .twx-item-title:after {
        content: '';
        display: block;
        position: absolute;
        width: 20px;
        height: 1px;
        background: #656d73;
        bottom: -10px;
        left: calc(50% - 10px);
    }

.twx-item-img {
    margin-top: 30px;
}

.twx-foot {
    overflow: hidden;
    padding-top: 55px;
    margin-top: 30px;
    margin-bottom: 0;
    min-height: 480px;
    background-color: rgb(15, 127, 194);
}

.twx-foot-ul {
    margin: 0;
    padding: 24px 0 0 0;
}

    .twx-foot-ul li {
        list-style: none;
        margin: 0;
        width: 100%;
        padding: 0;
        line-height: 28px;
        font-size: 13px;
        color: #fff;
        text-align: left;
    }

.twx-foot-h {
    padding: 4px 0;
    line-height: 28px;
    font-size: 13px;
    color: #fff;
    text-align: left;
}

    .twx-foot-h a {
        display: inline-block;
        vertical-align: middle;
        line-height: 28px;
        font-size: 13px;
        color: #fff;
    }

.twx-foot-dl {
    float: left;
    width: 100%;
    padding-right: 10px;
    border: none;
    margin: 20px auto;
}

    .twx-foot-dl dt a {
        display: inline-block;
        padding-bottom: 8px;
        line-height: 24px;
        font-size: 15px;
        color: #ffffff;
        border-bottom: 1px solid #fff;
    }

    .twx-foot-dl dd a {
        padding-top: 10px;
        display: block;
        font-size: 13px;
        color: #fff;
    }

        .twx-foot-dl dd a:hover {
            color: #ff9c00;
        }

.twx-foot-div {
    line-height: 18px;
    font-size: 13px;
    color: #ff9c00;
}

    .twx-foot-div h6 {
        font-size: 24px;
        color: #ff9c00;
    }

    .twx-foot-div p {
        color: #ff9c00;
        text-indent: 24px;
    }


.twx-news {
    padding: 0;
    margin: 0;
}

    .twx-news li {
        list-style: none;
        padding: 10px 0 0 10px;
        overflow: hidden;
        color: #e2e2e2;
    }

        .twx-news li a {
            color: #333;
        }

            .twx-news li a span {
                display: inline-block;
                color: #333;
            }
/* 导航栏 溢出滑动 */
#twx-move-pre {
    display: none;
    position: absolute;
    left: 10px;
    padding: 10px 15px;
    background-color: rgba(216,216,216,0.4);
    cursor: pointer;
    border-radius: 2px;
    font-weight: 500;
    color: #fff;
}

#twx-move-next {
    display: none;
    position: absolute;
    right: 10px;
    padding: 10px 15px;
    background-color: rgba(216,216,216,0.4);
    cursor: pointer;
    border-radius: 2px;
    font-weight: 500;
    color: #fff;
}

#twx-html-info {
    padding: 0;
}

/* 网站位置导航 */
.article-title-type {
    color: #108cee;
    cursor: pointer;
}

    .article-title-type:last-child {
        color: #333;
        cursor: text;
    }
/* 文章内容分页 */
.article-page-ul {
    padding: 30px 0;
}

    .article-page-ul li {
        height: 80px;
        min-height: 80px;
        margin-top: 10px;
        cursor: pointer;
    }

        .article-page-ul li:hover {
            opacity: 0.5;
        }

        .article-page-ul li .bk-move {
            float: left;
            width: 80px;
            height: 80px;
            background: rgb(37,144,207);
            color: #fff;
        }

            .article-page-ul li .bk-move p:first-child {
                height: 40px;
                text-align: center;
                line-height: 50px;
                font-size: 20px;
            }

            .article-page-ul li .bk-move p:nth-child(2) {
                height: 40px;
                text-align: center;
                line-height: 30px;
                font-size: 26px;
            }


        .article-page-ul li .bk-info {
            float: left;
            width: calc(100% - 90px);
            margin-left: 10px;
            height: 80px;
            background: #f3f3f3;
            color: #333;
            padding: 4px;
            overflow: hidden;
        }
/* 二级菜单目录信息 */
#twx-menu-children {
    background-color: rgb(37,144,207);
    position: absolute;
    z-index: 999;
    display: none;
    padding: 10px;
    min-width: 180px;
}
