﻿.container {
    width: 80%;
    margin: 0 auto;
}

.top {
    line-height: 50px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.top_r img {
    margin: 0 15px;
}

.logo {
    padding: 40px 0;
    background: url(../images/logo_bg.jpeg) no-repeat center;
    background-size: 100% 100%;
}

    .logo .logo_l {
        width: 48%;
    }

        .logo .logo_l img {
            width: 100%;
        }

    .logo .logo_r {
        width: 23%;
    }

        .logo .logo_r img {
            width: 100%;
        }

.nav {
    position: relative;
    z-index: 9999;
    background: -webkit-linear-gradient(-90deg, #0FAAE5, #00DAF2);
    background: -o-linear-gradient(-90deg, #0FAAE5, #00DAF2);
    background: -moz-linear-gradient(-90deg, #0FAAE5, #00DAF2);
    background: linear-gradient(-90deg, #0FAAE5, #00DAF2);
    height: 55px;
    line-height: 55px;
}

    .nav li {
        font-size: 16px;
        padding: 0 26px;
        cursor: pointer;
        background: url(../images/line.png)no-repeat right center;
        position: relative;
    }

        .nav li:last-child {
            background: none;
        }

        .nav li a {
            color: #fff;
        }

    .nav ul li.current,
    .nav ul li:hover {
        background: #0FAAE5;
    }

    .nav ul li .sub {
        display: none;
        line-height: 35px;
        position: absolute;
        left: 0px;
        top: 53px;
        width: 250px;
        padding: 10px 15px 20px 15px;
        background: #fafafa;
        border-top: 2px solid #1298E0;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        border-radius: 0 0 5px 5px;
        z-index: 9999;
    }

        .nav ul li .sub a {
            display: block;
            font-size: 13px;
            color: #666;
            border-bottom: 1px dotted #cacaca;
            text-indent: 1em;
            background: url(../images/jian2.png)no-repeat left center;
        }

    .nav ul li:hover .sub {
        display: block;
    }

    .nav li .sub a:hover {
        color: #1298E0;
    }

/* banner 切换样式*/
.banner {
    min-width: 1000px;
    position: relative;
    height: 500px;
    z-index: 10;
    overflow: hidden;
}

    .banner .bd {
        position: relative;
        z-index: 0;
    }

        .banner .bd ul {
            width: 100% !important;
        }

        .banner .bd li {
            width: 100% !important;
            height: 500px;
            animation: 5s linear 0s normal none 1 running banner;
            overflow: hidden;
        }

            .banner .bd li a {
                height: 500px;
                display: block;
            }

    .banner .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 20px;
        left: 0;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

        .banner .hd ul li {
            display: inline-block;
            height: 5px;
            width: 60px;
            border-radius: 3px;
            background: rgba(255, 255, 255, .5);
            overflow: hidden;
            cursor: pointer;
            text-align: center;
            text-indent: 999px;
            margin: 0 5px;
            transition: all 0.8s ease 0s;
        }



        .banner .hd ul .on {
            transition: all 0.8s ease 0s;
            background: rgba(255, 255, 255, 1);
        }



/* 关键字样式 */
.guan {
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    /*
	position: relative;
	z-index: 9999;
*/
}

    .guan .hot-key {
        width: 800px;
        font-size: 13px;
    }

        .guan .hot-key h1 {
            float: left;
            font-weight: normal;
        }

        .guan .hot-key h4 {
            float: left;
        }

        .guan .hot-key b {
            float: left;
        }

        .guan .hot-key a {
            color: #999;
            margin: 0 5px;
            font-size: 14px;
        }

            .guan .hot-key a:hover {
                color: #1298E0;
            }

.search {
    border: 1px solid #eee;
    border-right: none;
    border-radius: 5px;
    height: 40px;
    width: 280px;
    line-height: 40px;
    position: relative;
}

    .search i {
        margin-left: 10px;
    }

    .search input {
        margin: 0;
        padding: 0;
    }

    .search button {
        border: medium none;
        cursor: pointer;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0px;
        text-align: center;
        top: -1px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 15px;
        width: 70px;
        background: -webkit-linear-gradient(-90deg, #0FAAE5, #00DAF2);
        /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(-90deg, #0FAAE5, #00DAF2);
        /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(-90deg, #0FAAE5, #00DAF2);
        /* Firefox 3.6 - 15 */
        background: linear-gradient(-90deg, #0FAAE5, #00DAF2);
        /* 标准的语法（必须放在最后） */
        overflow: hidden;
        border-radius: 0 5px 5px 0;
    }

.service {
    background: #fafafa url(../images/bg_01.jpg)no-repeat center bottom;
    padding-bottom: 80px;
}

h1.bt {
    text-align: center;
    color: #1298E0;
    font-size: 30px;
    padding: 40px 0 30px 0;
    font-weight: bold;
}

    h1.bt span {
        color: #cecece;
        font-weight: normal;
        margin-left: 5px;
        text-transform: uppercase;
    }

    h1.bt a {
        border: 1px solid #eee;
        text-align: center;
        line-height: 50px;
        border-radius: 100px;
        width: 160px;
        font-size: 14px;
        transition: all 0.6s ease-out 0s;
        font-weight: normal;
    }

        h1.bt a:hover {
            background: #1298E0;
            border: 1px solid #1298E0;
            transition: all 0.6s ease-out 0s;
            color: #fff;
        }

.service ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.service li {
    flex: 0 0 calc(25% - 17px);
    font-size: 15px;
    height: 250px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .service li p {
        width: 100%;
    }

        .service li p:first-child {
            color: #1298E0;
            font-family: Impact;
            font-size: 28px;
            line-height: 50px;
        }

    .service li .more {
        font-size: 13px;
        border: 1px solid #eee;
        width: 120px;
        text-align: center;
        line-height: 30px;
        margin: 0 auto;
        border-radius: 50px;
        margin-top: 20px;
        color: #999;
    }

    .service li .sub_list {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: none;
        padding: 0 10%;
        padding-top: 20px;
        line-height: 30px;
        color: #fff;
        font-size: 14px;
    }


    .service li:hover {
        background: rgba(255, 255, 255, .1);
    }

        .service li:hover .sub_list {
            display: block;
            border-radius: 10px;
            background: -webkit-linear-gradient(-90deg, #0FAAE5, #00DAF2);
            /* Safari 5.1 - 6.0 */
            background: -o-linear-gradient(-90deg, #0FAAE5, #00DAF2);
            /* Opera 11.1 - 12.0 */
            background: -moz-linear-gradient(-90deg, #0FAAE5, #00DAF2);
            /* Firefox 3.6 - 15 */
            background: linear-gradient(-90deg, #0FAAE5, #00DAF2);
            /* 标准的语法（必须放在最后） */
        }

    .service li .sub_list a {
        display: block;
        color: #fff;
        width: 90%;
        margin: 0 auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .service li .sub_list .more {
        margin-top: 10px;
        width: 60%;
    }


.baoz {
    background: url(../images/bg_02.jpg)no-repeat center center fixed;
    height: 786px;
}

    .baoz h1.bt {
        color: #fff;
        padding: 80px 0 50px 0;
    }

        .baoz h1.bt span {
            color: rgba(255, 255, 255, .5);
            text-transform: uppercase;
            font-weight: normal;
        }

        .baoz h1.bt em {
            font-size: 60px;
            font-weight: normal;
            font-style: normal;
            font-family: Times, Times New Roman, serif;
            margin: 0 5px;
        }

    .baoz ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px;
    }

        .baoz ul li {
            flex: 0 0 calc(25% - 17px);
            height: 230px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            line-height: 30px;
            background: rgba(255, 255, 255, .3);
            border: 1px solid #95F2F8;
            border-radius: 5px;
            color: #fff;
            cursor: pointer;
        }

            .baoz ul li:hover {
                background: rgba(18, 152, 224, .8);
            }

            .baoz ul li:nth-child(4n) {
                margin-right: 0px;
            }

            .baoz ul li p i {
                font-size: 68px;
                color: rgba(255, 255, 255, .8);
            }

            .baoz ul li p:last-child {
                margin-top: 10px;
                font-size: 18px;
            }

.main {
    background: url(../images/bg_03.jpg)no-repeat center bottom;
    background-size: cover;
    padding: 50px 0;
}

.news ul {
    display: flex;
    flex-wrap: wrap;
}

    .news ul li {
        background: url(../images/bg_04.png) no-repeat left top;
        background-size: cover;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 32%;
        padding: 30px;
        margin-bottom: 30px;
    }

.news li .date {
    width: 26%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 30px;
    font-family: 'Gilroy';
    border-radius: 10px;
    color: #999;
}

    .news li .date span {
        font-size: 24px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .news li .date p {
        font-size: 16px;
        color: #ccc;
    }

.news .content {
    width: 72%;
}


.news ul::after {
    display: block;
    content: "";
    width: 32%;
    height: 0px;
}


.news .content h2 a {
    display: block;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.news .content p {
    color: #999;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.more a {
    border: 1px solid #eee;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    font-size: 14px;
    transition: all 0.6s ease-out 0s;
}

    .more a:hover {
        background: #1298E0;
        border: 1px solid #1298E0;
        transition: all 0.6s ease-out 0s;
    }

.more:hover a {
    color: #fff;
}

.process ul {
    overflow: hidden;
}

.process li {
    width: 19%;
    height: 290px;
    padding-top: 60px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 24px;
    cursor: pointer;
    line-height: 30px;
    background: -webkit-linear-gradient(45deg, #0FAAE5, #06F7CD);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(45deg, #0FAAE5, #06F7CD);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(45deg, #0FAAE5, #06F7CD);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(45deg, #0FAAE5, #06F7CD);
    /* 标准的语法（必须放在最后） */
}

    .process li p img {
        display: block;
        margin: 0 auto;
        transition: all 0.6s ease-out 0s;
    }

    .process li:hover img {
        animation: 3s linear 0s normal forwards infinite running Circle;
        transition: all 0.6s ease-out 0s;
    }

@keyframes Circle {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -moz-transform: rotate(0deg);
        /* Firefox */
        -webkit-transform: rotate(0deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(0deg);
        /* Opera */
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        /* IE 9 */
        -moz-transform: rotate(360deg);
        /* Firefox */
        -webkit-transform: rotate(360deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(360deg);
        /* Opera */
    }
}

@keyframes Circle {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -moz-transform: rotate(0deg);
        /* Firefox */
        -webkit-transform: rotate(0deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(0deg);
        /* Opera */
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        /* IE 9 */
        -moz-transform: rotate(360deg);
        /* Firefox */
        -webkit-transform: rotate(360deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(360deg);
        /* Opera */
    }
}

.process li:nth-child(2n) {
    background: -webkit-linear-gradient(135deg, #06F7CD, #0FAAE5);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(135deg, #06F7CD, #0FAAE5);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(135deg, #06F7CD, #0FAAE5);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(135deg, #06F7CD, #0FAAE5);
    /* 标准的语法（必须放在最后） */
}

.process li:last-child {
    margin-right: 0;
}

.process li p:first-child {
    margin: 20px auto;
}

    .process li p:first-child i {
        font-size: 70px;
    }

.process li p:last-child {
    font-size: 13px;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, .5);
}

.ad {
    background: url(../images/bg_04.jpg)no-repeat center top;
    height: 500px;
    text-align: center;
    color: #fff;
}

    .ad .txt1 {
        padding-top: 150px;
        margin-bottom: 100px;
    }

    .ad ul {
        overflow: hidden;
    }

        .ad ul li {
            width: 25%;
            float: left;
        }

            .ad ul li p:first-child,
            .ad ul li p:first-child i {
                font-size: 40px;
            }

            .ad ul li p:nth-child(2) {
                font-size: 12px;
                letter-spacing: 5px;
                color: rgba(255, 255, 255, 0.7)
            }

.case {
    background: #E5F0F5;
    padding: 50px 0;
}

    .case .tempWrap {
        margin: 0 auto;
    }

    .case ul {
        overflow: hidden;
        margin: 0 auto;
    }

        .case ul li {
            border: 1px solid #eee;
            margin: 0 5px;
        }

.Cooper ul {
    overflow: hidden;
    flex-wrap: wrap;
}

    .Cooper ul li {
        border: 1px solid #ededed;
        text-align: center;
        width: 19%;
        padding: 20px;
        cursor: pointer;
        margin-bottom: 20px;
    }

        .Cooper ul li img {
            width: 100%;
            overflow: hidden;
            transition: all 0.6s ease-out 0s;
            display: block;
        }



        .Cooper ul li:hover img {
            transform: scale(1.1, 1.1);
            transition: all 0.6s ease-out 0s;
        }

        .Cooper ul li:nth-child(5n) {
            margin-right: 0px;
        }

.footer {
    background: #393B40;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.5);
    padding: 70px 0px 50px 0px;
}

    .footer .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.footer_l {
    width: 14%;
    margin-right: 5%;
}

    .footer_l img {
        width: 100%;
    }

.footer_r {
    width: 65%;
}


    .footer_r .p3 {
        font-size: 12px
    }

    .footer_r p a {
        color: rgba(255, 255, 255, 0.5);
    }

    .footer_r p:first-child a {
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
    }

        .footer_r p:first-child a:hover {
            color: rgba(255, 255, 255, 1)
        }

    .footer_r p:first-child span {
        margin-right: 12px;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        height: 10px;
        display: inline-block;
        padding-right: 12px;
    }

    .footer_r p:nth-child(2) {
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 10px 15px;
        margin: 15px 0;
        font-size: 13px;
    }

        .footer_r p:nth-child(2) span {
            margin-left: 30px;
        }

    .footer_r p:nth-child(3) span {
        margin-left: 30px;
    }

.link {
    background: #e5f0f4;
    padding: 20px 0 50px 0;
    margin-top: 50px;
    overflow: hidden;
    clear: both;
}

    .link .tempWrap {
        margin: 0 auto;
    }

    .link ul {
        overflow: hidden;
        margin: 0 auto;
    }

        .link ul li {
            width: auto !important;
        }

            .link ul li a {
                font-size: 14px;
                color: #b0b4bb;
            }

.news_detail {
    width: 70%;
    font-size: 14px;
    margin-top: 20px;
    line-height: 35px;
}

    .news_detail .bt h1 {
        font-size: 24px;
        color: #1298E0;
        text-align: center;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .news_detail .bt h2 {
        font-size: 14px;
        text-align: center;
        border-bottom: 1px #ddd solid;
        padding-bottom: 10px;
    }

        .news_detail .bt h2 span {
            margin: 0 20px;
            color: #999;
        }

    .news_detail .cc {
        line-height: 40px;
        font-size: 14px;
        margin-top: 20px;
    }
