body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;}
.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-15 {
    margin-right: 15px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-0-i {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pr-30 {
    padding-right: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.p-40 {
    padding: 40px;
}
body {
    color: #333333;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a, a:focus {
    text-decoration: none;
    outline: 0;
    color: #333333;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.banner-area {
    background: url(../images/banner.jpg) no-repeat center;
    background-size: cover;
}
.topic {
    display: block;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
}
.nav-item a {
    color: #fff;
}
.banner-content {
    padding-bottom: 38px
}
#nav {
    /*margin-top: 20px;*/
    margin-bottom: 20px;
}
#nav a {
    padding: 5px 30px 5px 30px;
    font-size: 16px;
    /*font-weight: 600;*/
    text-transform: uppercase;
    color: #fff;
    /*margin: 0 25px;*/
    text-decoration: none;
    display: inline-block;
}
#nav a:hover {
    background: rgba(255,255,255,0.3);
}
#navbar {
    margin: 0 auto;
}
.nav-item:nth-of-type(n+2){
    background: url("../images/icon-0.png") no-repeat left;
}
.subject {
    background-color: rgba(0,29,105,0.2);
    padding: 20px;
    /*margin-bottom: 50px;*/
    border: 1px dashed #fff !important;
    border-radius: 10px !important;
    text-indent:2em;
    text-align: left;
    max-width: 1050px;
    margin:0 auto;
}
.subject p a{
    color: #fcff00;
}
.line-tabs {
    justify-content:center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.line-tabs .nav-link {
    padding: 20px 30px 20px 30px;
    font-size: 16px;
    /*font-weight: 500;*/
}
.line-tabs .nav-link:hover {
    background: #f6fafc;
    color: #2b55c2;
}
.list-group-item a:hover{
    margin-left:2px;
    text-decoration: none
}
#lb1 p {
    margin-bottom: -20px;
    font-size: 16px;
}
#lb1 p a{
    color: #ffffff;
    text-decoration: none
}
.box2 {
    /*background-color: #f5f9fc;*/
    /*padding-bottom: 50px;*/
    background: url("../images/middle-bg.png") no-repeat center;
    background-size: cover;
}
.box2 .list-group-item a {
    color: #ffffff;
}
.box3 {
    /*background: url("../images/middle-bg.png") no-repeat center;*/
    /*height: 340px;*/
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.box3 .row img {
    float: left;
    margin: 12px 25px;
}
.box3 .col:first-of-type {
    padding-left:60px;
}
.box3 .col:nth-of-type(2) {
    margin-left:-60px;
}
.box4 {
    padding-bottom: 30px;
    background-color: #f5f9fc;
}
.box5 {
    background-color: #f5f9fc;
    padding-bottom: 30px;
}
.footer {
    /*background: #f5f9fc;*/
    color: #333333;
}
.footer .bottom1 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.footer .bottom2 {
    text-align: center;
    font-size: 14px;
}
.footer .bottom3 {
    text-align: center;
    font-size: 16px;
}
.list-group-item {
    background-color:rgba(0,0,0,0);
    border: 1px dashed #68a3f3;
}
.list-m {
    border:none;
    background: url("../images/icon-list2.png") no-repeat left;
}
.list-m {
    border:none;
    background: url("../images/icon-list2.png") no-repeat left;
}
.list-m a {
    /*color: white;*/
}
.list-m a:hover {
    text-decoration: underline;
}
.icontop {
    margin-right: 6px;
    margin-bottom: 5px;
    width: 25px;
    height: 25px;
}
.footer-line {
    background: url("../images/bt-line.jpg") no-repeat center;
    height: 1px;
}
.footerm-line {
    background: url("../images/bt-m-line.jpg") no-repeat center;
    height: 2px;
}
.list-group-item {
    background: url("../images/icon-list-w.png") no-repeat left;
}
.box1 .list-group-item {
    background: url("../images/icon-list.png") no-repeat left;
}
.box3 .list-group-item {
    background: url("../images/icon-list.png") no-repeat left;
}
.box4 .list-group-item {
    background: url("../images/icon-list.png") no-repeat left;
}
.box5 .list-group-item {
    background: url("../images/icon-list.png") no-repeat left;
}
.more {
    text-align: right;
    margin-top: 15px;
}
.more a {
    color: #2356c5;
}
.footerm-right {
    text-align: center;
    background: #2356c5;
}
.footerm-right p {
    margin-bottom: 0;
    line-height: 60px;
    color: white;
    font-size: 20px;
}
/*.footerm {*/
/*    text-align-last: center;*/
/*}*/
.footerm .wx {
    display: inline-block;
    width: 87%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 13%;
}
.footerm img {
    width: 35%;
    float: left;
}
.banner-topic {
    max-width: 700px;
    margin: 90px 50px 30px 205px;
}
.list-one p:nth-of-type(2){
    /*margin-left: 24px;*/
    /*width: 95%;*/
    color: #666666;
}
.list-one p:first-of-type{
    font-size: 18px;
    font-weight: 600;
}
.list-group-item {
    padding: .6rem .25rem .6rem 1.1rem;
}
.nav-click {
    width: 25px;
    height: 25px;
    background: url(../images/m-nav.png) no-repeat;
    float: right;
    margin: 16px 10px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    background-size: cover;
}
.nav-cont_lists {
    display: none;
    position: absolute;
    border-radius: 10px;
    padding-top: 25px;
    right: 0;
    top: 60px;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
}
.nav-cont_lists li {
    height: 40px;
    width: 120px;
    /*line-height: 40px;*/
}
.nav-cont_lists a {
    color: #2a6dcb;
    font-size: 20px;
    text-decoration: none;
}
.nav-cont_lists img {
    width: 180px;
    margin-top: -20px;
}
.lb-box {
    padding-left: 0;
    padding-right: 0;
}
.swiper-button-prev:after {
    display: none;
}
.swiper-button-prev img {
   margin-left: 60px;
    margin-top:100px;
}
.swiper-button-next:after {
    display: none;
}
.swiper-button-next img {
    margin-right: 60px;
    margin-top:100px;
}
:root {
    --swiper-navigation-size: 0;
}
/*.swiper-container {*/
    /*width: 80% !important;*/
/*}*/
/*.swiper-slide {*/
    /*width: 24% !important;*/
/*}*/
.m-line-tabs {
    padding-right: 0;
}
.m-line-tabs .row{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.m-line-tabs .row .col-4 {
    padding-left:0;
    padding-right: 0;
}
.box1 {
    padding-bottom: 30px;
    padding-top: 50px;
}
.banner-topic2 {
    font-size: 34px;
}
.lbbg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
}
.carousel-caption {
    left: 5%;
    right: 5%;
    text-align: left;
    bottom: 25px;
}
.carousel-indicators {
    left: unset;
    right: -12%;
    bottom: 8px;
}
.carousel-indicators li {
    border-radius: 11px;
    height: 11px;
    width: 11px;
    margin-left: 8px;
    margin-right: 8px;
    background-color: #cccccc;
}
.carousel-indicators .active{
    border-radius: 5px;
    height: 11px;
    width: 25px;
    background-color: #306aff;
}
.qrcode {
    width:180%;
}
.swiper-container {
    margin-left: 10px;
}
.box1 .list-group-item a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box2 .list-group-item a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box3 .list-group-item a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box4 .list-group-item a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box5 .list-group-item a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 768px) {
    .banner-topic {
        width: 80%;
        margin: 15px 30px 30px 30px;
    }
    .banner-topic2 {
        padding-bottom: 30px;
        font-size: 20px;
    }
    .banner-area {
        background: url(../images/banner-m.jpg) no-repeat center;
        background-size: cover;
    }
    .list-g {
        /*margin-left: 15px;*/
    }
    .list-g ul {
        max-width: 400px;
        margin: 0 auto;
    }
    .more {
        text-align: center;
        margin-top: 15px;
    }
    .box1 {
        /*background-color: #f5f9fc;*/
        padding-bottom: 20px;
        padding-top: 0;
    }
    .box2 {
        background-color: unset;
    }
    .box2 .special {
        display: block;
    }
    .box2 .special li:nth-of-type(n+3){
        display: none;
    }
    .box3 .special li:nth-of-type(n+3){
        display: none;
    }
    .swiper-button-prev {
        display: none;
    }
    .swiper-button-next {
        display: none;
    }
    .line-tabs .nav-link {
        text-align: left;
        padding: 10px 8px;
        font-size: 13px;
        font-weight: 500;
    }
    .line-tabs .col-4:nth-of-type(1){
        max-width: 30%;
        margin-left: 3.6666%;
    }
    .line-tabs .col-4:nth-of-type(2){
        max-width: 33%;
    }
    .line-tabs .col-4:nth-of-type(3){
        max-width: 33.3333%;
    }
    .swiper-container {
        margin-left: unset;
        width: 100% !important;
    }
    .swiper-slide img {
        width: 100%;
    }
    .banner-content {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .carousel-indicators li {
        border-radius: 9px;
        height: 9px;
        width: 9px;
    }
    .carousel-indicators .active{
        border-radius: 3px;
        height: 9px;
        width: 22px;
    }
    .box3 .col:first-of-type {
         padding-left: unset;
    }
    .wx p {
        font-size: 20px;
        text-align: left;
    }
    .wx p:first-of-type {
        padding-top: 15%;
    }
    .mbt {
        float: left;
        padding-top: 4%;
        margin-left: 3%;
    }
    .list-group-item a {
        white-space: unset !important;
    }
}
