.banner img{
    width: 100%;
    vertical-align: bottom;
}
.body{
    padding: 35px 0 20px 0;
}
.body-top{
    padding: 35px 0 50px 0;
    overflow: hidden;
}
.body-top-left{
    color: #1e1e1e;
    position: relative;
    box-sizing: border-box;
    padding:0 20px;
}
.body-top-left h2{
    font-size: 16px;
    font-weight: bold;
    padding-left: 60px;
}
.body-top-left p{
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 0 20px;
}
.body-top-right img{
    width: 100%;
}
.strip i{
    display: block;
    background-color: #384e8e;
}
.strip i:nth-child(1){
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 50px;
}
.strip i:nth-child(2){
    position: absolute;
    top: 8px;
    left: 0;
    width: 70px;
    height: 4px;
}
.strip i:nth-child(3){
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 4px;
    height: 50px;
}
.strip i:nth-child(4){
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 70px;
    height: 4px;
}
.body-top-right{
    position: relative;
}
.right-shade{
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    line-height: 2em;
    text-align: center;
    background-color: rgba(0,57,144,.8);
}
.body-bottom{
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
}
.body-bottom img{
    width: 100%;
}
.body-bottom p{
    text-align: center;
    font-size: 14px;
    margin: 10px 0 30px 0;
}
.body-bottom .row {
    margin-right: -5px;
    margin-left: -5px;
}
.body-bottom .col,.body-bottom  .col-1,.body-bottom  .col-10,.body-bottom  .col-11,.body-bottom  .col-12,.body-bottom  .col-2,.body-bottom  .col-3,.body-bottom  .col-4,.body-bottom  .col-5,.body-bottom  .col-6,.body-bottom  .col-7,.body-bottom  .col-8,.body-bottom  .col-9,.body-bottom  .col-auto,.body-bottom  .col-lg,.body-bottom  .col-lg-1,.body-bottom  .col-lg-10,.body-bottom  .col-lg-11,.body-bottom  .col-lg-12,.body-bottom  .col-lg-2,.body-bottom  .col-lg-3,.body-bottom  .col-lg-4,.body-bottom  .col-lg-5,.body-bottom  .col-lg-6,.body-bottom  .col-lg-7, .col-lg-8,.body-bottom  .col-lg-9,.body-bottom  .col-lg-auto,.body-bottom  .col-md,.body-bottom  .col-md-1,.body-bottom  .col-md-10,.body-bottom  .col-md-11,.body-bottom  .col-md-12,.body-bottom  .col-md-2,.body-bottom  .col-md-3,.body-bottom  .col-md-4,.body-bottom  .col-md-5,.body-bottom  .col-md-6,.body-bottom  .col-md-7,.body-bottom  .col-md-8,.body-bottom  .col-md-9,.body-bottom  .col-md-auto,.body-bottom  .col-sm,.body-bottom  .col-sm-1,.body-bottom  .col-sm-10,.body-bottom  .col-sm-11,.body-bottom  .col-sm-12,.body-bottom  .col-sm-2,.body-bottom  .col-sm-3,.body-bottom  .col-sm-4,.body-bottom  .col-sm-5,.body-bottom  .col-sm-6,.body-bottom  .col-sm-7,.body-bottom  .col-sm-8,.body-bottom  .col-sm-9,.body-bottom  .col-sm-auto,.body-bottom  .col-xl,.body-bottom  .col-xl-1,.body-bottom  .col-xl-10,.body-bottom  .col-xl-11,.body-bottom  .col-xl-12,.body-bottom  .col-xl-2,.body-bottom  .col-xl-3,.body-bottom  .col-xl-4,.body-bottom  .col-xl-5,.body-bottom  .col-xl-6,.body-bottom  .col-xl-7,.body-bottom  .col-xl-8,.body-bottom  .col-xl-9,.body-bottom  .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}
.hd{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.hd ul{
    text-align: center;
}
.hd li{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 100%;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #1d367f;
}
.hd li.on{
    background-color: #1d367f;
}
.slideBox{
    padding-bottom: 40px;
}
.shade{
    display: none;
    width: 100%;
    height: 100%;
    line-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
    overflow: hidden;
    text-align: center;
}
.shade-img{
    max-width: 100%;
    max-height: 100%;
}
.shade-close{
    position: absolute;
    top: 2%;
    right: 2%;
}
 .mobile_visible{
        display:none;
    }
   .mobile_visible1{
        display:none;
    }

@media screen and (max-width: 1200px) {
    .banner{position: relative;overflow:hidden;}
    .banner img{
        position: relative;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: calc(1.6*100%);
    }
    .shade-close{
        position: absolute;
        top: 10%;
        right: 2%;
    }
}
@media screen and (max-width:767px){
    .body{
        padding: 30px 0;
    }
    .body-top-left{
        margin-bottom: 30px;
    }

     .mobile_visible{
        display:block;
        margin-bottom:10px;
    }
     .mobile_pc{
         display:none;
     }
    .mobile_visible1{
        display:block;
    }
     .mobile_pc1{
         display:none;
     }
}
/*------------------------------------新增以及修改--------------------------------------*/
.shade{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
    overflow: hidden;
    text-align: center;
}
.shade-content{
    position: absolute;
    width: 40%;
    left: 50%;
    margin-left: -20%;
    background-color: #f9f9f9;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 0 0 6px rgba(255,255,255,.5);
}
.shade-font{
    padding:0 10%;
    font-size: 14px;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}
.shade-title{
    font-size: 24px;
    margin-bottom: 20px;
}
.shade-font p{
    text-indent: 28px;
    line-height: 24px;
    margin-bottom: 10px;
}
.shade-img{
    margin-bottom: 20px;
}
.shade-img img{
    max-width: 100%;
    max-height: 400px;
}
.shade-close{
    position: absolute;
    top: 2%;
    right: 2%;
}
@media screen and (max-width: 1200px) {
    .shade-close{
        position: absolute;
        top: 10%;
        right: 2%;
    }
}
@media screen and (max-width:767px){
    .shade-content{
        position: absolute;
        width: 90%;
        left: 5%;
        margin-left: 0;
        background-color: #FFFFFF;
        box-sizing: border-box;
        padding: 25px;
    }
    .shade-font{
        max-height: 200px;
    }
    .shade-font{
        padding:0;
        text-align: left;
    }
    .shade-img img{
        max-height: 200px;
    }
    .shade-close{
        display: none;
    }
}
/*------------------------------------新增以及修改--------------------------------------END*/