body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.ico {
    padding-top: 40px;
}

.protitle {
    color: #0091da;
    margin-top: 10px;
}

.important {
    font-size: 24px;
    color: #0091da;
}

.newcont {
    padding: 30px;
    color: #000;
}

.minipotr {
    color: #0091da;
    font-size: 20px;
}

@font-face {
    font-family: xingkai;
    src: url('./xingkai.ttf')
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 48px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.logoC {
    width: 100%;
    background-color: #fff;
}


.shadeCon {
    position: relative;
}

.shade {
    width: 100%;
    position: absolute;
    background: rgb(183 37 39 / 44%);
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    top: 0 !important;
}

/* 首页结束 */



/* footer开始 */
.footer {
    background-color: #0091da;
    width: 100%;
    height: 180px;
    margin-top: 100px;
}

.footer .footertext {
    color: #fff;
    text-align: center;
    padding-top: 60px;
}
.fonts>p,.fonts>p>em,.fonts>ul>li,.fonts>ul>li >strong {
    margin: 0 0 10px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
}
.fonts>p>a{
	color: #005AB3;
}
/* 移动端 */
@media screen and (max-width: 768px) {
    .lichild {
        font-size: 20px;
        color: #0091da;
        display: block;

    }

    .lichild>img {
        display: inline-block;
        margin-right: 10px;
        width: 20px;
    }

    .libg .wij {
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
    }

    .libg {
        background-color: #E3E3E3;
        color: #333333;
        padding: 5px 0;
    }

    .libg .wij span:first-child {
        display: block;
        line-height: 30px;
    }

    .logomin {
        width: 100%;
        height: auto;
    }

    .shade {
        height: calc(100% - 0px);
    }

    .shadeFont {
        position: absolute;
        z-index: 999;
        color: #0073B7;
        text-align: center;
        top: 5px;
        left: 0;
        right: 0;
    }

    .shadeFont span {
        font-size: 22px;
        font-weight: 500;
        color: #fff0f0;
        font-family: xingkai;
    }

    /* 新闻部分 */
    .contain .news {
        text-align: center;
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #0091da;
    }

    .contain .news .newsList {
        text-align: left;
        margin: 0 0 10px 0;
    }

    .contain .news .newfontBig {
        font-size: 20px;
        font-weight: 600;
    }

    .contain .news .newfontSmall {
        font-size: 18px;
        font-weight: 500;
    }

    .newsList .new {
        padding: 7px 0;
        margin: 14px 0;
        background-color: #eae8e8;
    }

    .newsList .new a {
        color: #585858;
        font-size: 15px;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .contain .news .newFotter {
        text-align: right;
    }

    .contain .news .newFotter span {
        color: #585858;
        font-size: 15px;
    }

    .contain .news .newFotter a i {
        color: #0091da;
        margin-left: 5px;
        font-size: 17px;
        margin-right: 2px;
    }

    .newsList .new .newDate {
        color: #0091da;
        font-size: 14px;
        font-weight: 700;
        margin-right: 10px;
        margin-left: 10px;
    }

    /* 新闻部分结束 */

    /* 平台与服务开始 */
    .ico .newTitle {
        text-align: center;
    }

    .ico .newTitle .icofontBig {
        width: 220px;
        margin: 0 auto;
        border: 3px solid #0091da;
        padding: 13px 22px;
        border-radius: 40px;
        color: #0091da;
        font-size: 20px;
        font-weight: 600;
    }

    .ico .icoList {
        width: 86%;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
    }

    .ico .icoList .icoCon {
        width: 40%;
    }

    .ico .icoList .icoCon .icoImg {
        text-align: center;
    }

    .ico .icoList .icoCon .icoImg img {
        border: 2px solid #0091da;
        border-radius: 10px;
        background-color: #f3e7d8;
        margin-bottom: 15px;
    }


    .ico .icoList .icoCon .icoFont .icoBig {
        font-size: 18px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 10px;
        color: #0091da;
    }

    .ico .icoList .icoCon .icoFont .icoSmall {
        color: #545454;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 30px;
    }

    /* footer */
    .footer .footertext {
        padding: 20px;
    }

    .footer {
        margin-top: 40px;
    }
}

/* 电脑端 */
@media screen and (min-width: 769px) {
    .lichild {
        float: right;
        font-size: 24px;
        color: #0091da;
        height: 35px;
        text-align: right;
        margin-left: 20px;
    }

    .lichild>img {
        display: inline-block;
        padding-right: 10px;
        width: 40px;
    }

    .libg .wij {
        font-size: 14px;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .libg {
        background-color: #E3E3E3;
        color: #333333;
        padding: 5px 0;
    }

    .libg .wij span:first-child {
        float: left;
        line-height: 30px;
    }


    .logomin {
        margin-left: 20px;
    }

    .logomin {
        width: 450px;
        vertical-align: super;
        display: inline-block;
    }

    .userc {
        width: calc(100% - 470px);
        float: right;
        margin-top: 20px;
    }

    .shade {
        height: calc(100% - 0px);
    }

    .shadeFont {
        position: absolute;
        z-index: 999;
        text-align: center;
        top: 150px;
        left: 0;
        right: 0;
    }

    .shadeFont span {
        font-size: 60px;
        font-weight: 500;
        color: #fff0f0;
        font-family: xingkai;
    }

    /* 新闻部分 */
    .contain .news {
        text-align: center;
        width: 90%;
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 60px;
        color: #0091da;
    }

    .contain .news .newsList {
        text-align: left;
        margin: 20px 0
    }

    .contain .news .newfontBig {
        font-size: 22px;
        font-weight: 800;
    }

    .contain .news .newfontSmall {
        font-size: 18px;
        font-weight: 500;
    }

    .newsList .new {
        padding: 7px 0;
        margin: 14px 0;
        background-color: #eae8e8;
    }

    .newsList .new a {
        color: #585858;
        font-size: 15px;

    }

    .contain .news .newFotter {
        text-align: right;
    }

    .contain .news .newFotter span {
        color: #585858;
        font-size: 15px;
    }

    .contain .news .newFotter a i {
        color: #0091da;
        margin-left: 5px;
        font-size: 17px;
        margin-right: 2px;
    }

    .newsList .new .newDate {
        color: #0091da;
        font-size: 14px;
        font-weight: 700;
        margin-right: 80px;
        margin-left: 80px;
    }

    /* 新闻部分结束 */
    /* 平台与服务开始 */
    .ico .newTitle {
        text-align: center;
    }

    .ico .newTitle .icofontBig {
        width: 220px;
        margin: 0 auto;
        border: 3px solid #0091da;
        padding: 13px 22px;
        border-radius: 40px;
        color: #0091da;
        font-size: 20px;
        font-weight: 600;
    }

    .ico .icoList {
        width: 86%;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        justify-content: left;
        margin-top: 60px;
    }

    .ico .icoList .icoCon {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 30px;
    }

    .ico .icoList .icoCon .icoImg {
        text-align: center;
    }

    .ico .icoList .icoCon .icoImg img {
        /* border: 2px solid #0091da; */
        padding: 18px;
        border-radius: 20px;
        background-color: #8f8a8a8c;
        margin-bottom: 15px;
        -webkit-transition: all ease .4s;
        transition: all ease .4s;
    }

    .ico .icoList .icoCon .icoImg img:hover {
        border-radius: 50%;
        padding: 18px;
        -webkit-transition: all ease .4s;
        transition: all ease .4s;
        transform: translateY(-10px);
    }

    .ico .icoList .icoCon .icoFont .icoBig {
        font-size: 16px;
        text-align: center;
        font-weight: 500;
        margin-bottom: 30px;
        background-color: #0091da;
        color: #fff;
        padding: 5px 30px;
    }

    .ico .icoList .icoCon .icoFont .icoSmall {
        color: #545454;
        padding: 0 10%;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.user {
    margin-top: 35px;
    float: right;
    background-color: #cc6465;
    height: 130px;
    position: relative;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    text-align: center;
    color: #fff;
}

.user-i {
    font-size: 30px !important;
    position: absolute;
    top: -30px;
    left: 90px;
    text-align: center;
    background-color: #cc6465;
    color: #fff;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    border-radius: 40px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.user-f {
    margin-top: 30px;
}

.user-b {
    margin-top: 10px;
}

.login-btn1 {
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 95px;
    padding: 6px 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    background-color: #305cbc;
    float: left;
    letter-spacing: 1em;
    text-indent: 1em;
    border-color: #305cbc;
}

.login-btn2 {
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 95px;
    padding: 6px 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    background-color: #4b96ff;
    border-color: #4b96ff;
    float: right;
}



.mr10 {
    margin-right: 10px;
}