html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.nav-bar a{
    color: #262626 !important;
}
.nav-bar .active a{
    color: #1142A6 !important;
}


.swiper-pagination-bullet-active
{
    background-color: #1142A6!important;
}

.swiper-pagination-bullet
{
    background-color: white;
    opacity:1;
}


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* 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;
}
body{
    height: 100%;
}
.main{
    position: relative;
    height: 100%;
}

.toubu{
    position: fixed;
    z-index: 10000;
}

.swiper-container,.session{
    height: 100%;
    width: 100%;
}

.session1{
    height: 100%;
    background-image: url(../images/index_banner_1.jpg);
    background-size: 100% 100%;
    position: relative;
}


.session1 .content{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.session1 .content .left{
    width: 760px;
    margin-left: 9%;
}


.upper-show
{
    opacity: 0;
    transform: translateY(50px);
    transition-duration: 0.8s;
    transition-delay: 0.8s;
}

.swiper-slide-active  .upper-show
{
    opacity: 1;
    transform: translateY(0);
}

.session1 .content .head .title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 1;
    text-align: left;
}
.session1 .content .head .divider{
    text-align: left;
    margin: 2% 0;
}
.session1 .content .head .divider span{
    display: inline-block;
    width: 100px;
    height: 4px;
    background-color: white;
}

.session1 .content .line
{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 34px;
    color: #FFFFFF;
    opacity: 1;
    text-align: left;
}

.session1 .content .more
{
    display: block;
    width: 160px;
    height: 40px;
    border: 1px solid white;
    line-height: 40px;
    text-align: center;
    color: white;
    margin-top: 5.2%;
    cursor: pointer;
}

.session1 .content .more:hover
{
    background-color: #1142A6;
    color: white;
    border: 1px solid #1142A6;
}

.session1 .content ul{
    list-style: none;
    overflow: hidden;
    margin-top: 8%;
}

.session1 .content ul li{
    display: inline-block;
    float: left;
    margin-right: 30px;
}


.session2{
    height: 100%;
    overflow: hidden;
}

.session2 .left
{
    width: 41.6%;
    height: 100%;
    float: left;
}
.session2 .left img{
    width: 100%;
    height: 100%;
}

.session2 .right
{
    float: right;
    display: inline-block;
    width: 58.3%;
    height: 100%;
    background-image: url(../images/index_img_2.jpg);
    background-size: 58.3% 100%;
    background-repeat: repeat;

}
.session2 .right .content
{
    width: 71.5%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.session2 .right .content .s-head{

}
.session2 .right .content .s-head .title
{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #262626;
    opacity: 1;
    text-align: left;
    margin: 0;
    padding: 0;
}
.session2 .right .content .s-head .desc-p{
    overflow: hidden;

}
.session2 .right .content .s-head .desc-p .desc
{
    float: left;
    font-size: 36px;
    font-family: Source Han Sans CN;
    color: #262626;
    opacity: 1;
}

.session2 .right .content .s-head .desc-p .more
{
    float: right;
    display: inline-block;
    width: 15%;
    height: 175.7%;
    line-height: 175.7%;
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    border: 1px solid #1142A6;
    color: #1142A6;
    opacity: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.session2 .right .content .s-head .desc-p .more:hover
{
    background-color: #1142A6;
    color: white;
}



.session2 .right .content .contents
{
    margin-top: 20px;
}

.session2 .right .content .contents p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 30px;
    color: #262626;
    opacity: 1;
    text-indent: 30px;
    text-align: justify;
}

.session2 .right .content ul{
    list-style: none;
    text-align: justify;
    margin-top: 40px;
}

.session2 .right .content ul li{
    display: inline-block;
    width: 15.1%

}

.session2 .right .content ul li img{
    width: 100%;
    height: 17%;
}

.session2 .right .content ul li p{
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 32px;
    color: #262626;
    opacity: 1;
    text-align: center;
}

.session2 .right .content ul li.placeholder
{
    height: 0;
    padding: 0;
    margin: 0;
}

.swiper-container-ch .swiper-wrapper{
   transition-timing-function: linear;
}

.fadeIn{
    opacity: 0;
    transition-duration: 1s;
    transition-delay: 500ms;
}

.swiper-slide-active .fadeIn
{
    opacity: 1;
}

.session3
{
    height: 100%;
    overflow: hidden;
    background-image: url(../images/index_img_5.jpg);
    background-size: 100% 100%;
    background-repeat: repeat;

    overflow: hidden;

    position: relative;
}

.session3 .content
{
    padding-top: 9%;
    width: 100%;
    height: 100%;
}

.session3 .left
{
    float: left;
    width: 29.1%;
    margin-left: 9%;
}

.session3 .left .head{

}
.session3 .left .head .title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 68px;
    color: #262626;

    text-align: left;
}
.session3 .left .head .desc{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 34px;
    color: #262626;
    text-align: left;
}

.session3 .left .head .divider{
    width: 100px;
    height: 4px;
    background-color: #1142A6;
    margin-top: 10px;
}

.session3 .left .line{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 30px;
    color: #262626;
    text-align: justify;
    margin-top: 20px;
}

.session3 .left .item{
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
    opacity: 0;
    display: block;
}
.session3 .left .item .icon{
    width: 50px;
    height: 50px;
    float: left;
}

.session3 .left .item .divider
{
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #CCCCCC;
    float: left;

    margin: 0 20px;
    margin-top: 25px;
}

.session3 .left .item:hover .divider,.session3 .left .item.active .divider
{
    background-color: #1142A6;
    width: 100px;
}


.session3 .left .item .icon.icon1{
    background-image: url(../images/index_yw_1.png);
    background-size: 50px 50px;

}
.session3 .left .item:hover .icon.icon1,.session3 .left .item.active .icon1
{
    background-image: url(../images/index_yw_11.png);
}
.session3 .left .item .icon.icon2{
    background-image: url(../images/index_ye_2.png);
    background-size: 50px 50px;

}
.session3 .left .item:hover .icon.icon2,.session3 .left .item.active .icon2
{
    background-image: url(../images/index_yw_22.png);
}
.session3 .left .item .icon.icon3{
    background-image: url(../images/index_yw_3.png);
    background-size: 50px 50px;
}
.session3 .left .item:hover .icon.icon3,.session3 .left .item.active .icon3
{
    background-image: url(../images/index_yw_32.png);
}
.session3 .left .item .icon.icon4{
    background-image: url(../images/index_yw_4.png);
    background-size: 50px 50px;
}
.session3 .left .item:hover .icon.icon4,.session3 .left .item.active .icon4
{
    background-image: url(../images/index_yw_42.png);
}

.session3 .left .item .info
{
    float: left;
}
.session3 .left .item .info .tle{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 32px;
    color: #262626;
    opacity: 1;
    text-align: left;
}
.session3 .left .item .info .desc{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 32px;
    color: #999999;
    opacity: 1;
    text-align: left;
}

.session3 .left .item:hover .tle,.session3 .left .item:hover .desc,.session3 .left .item.active .tle,.session3 .left .item.active .desc{
    color: #1142A6;
}


.upper-big-show{
    opacity: 0;
    transform: translateY(50px) scale(0.6);
    transition-duration: 0.8s;
    transition-delay: 0.8s;
}

.swiper-slide-active .upper-big-show{
    opacity: 1;
    transform: translateY(50px) scale(1);

}



.session3 .right
{
    width: 44%;
    height: 71.8% !important;
    float: right;
    margin-right: 7%;
}


.session3 .card
{
    width: 40.6%;
    height: 15.6%;
    background-color: white;
    box-shadow: 0 0 8px #888888;
    position: absolute;
    bottom: 15%;
    right: 17%;
    z-index: 10000;
    padding: 2.1% 1.2%;
    opacity: 0;
}

.session3 .card .title
{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 32px;
    color: #1142A6;
    opacity: 1;
    text-align: left;
}

.session3 .card .desc{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 34px;
    color: #666666;
    opacity: 1;
    text-align: justify;
    margin-top: 2.6%;
}

.session3 .card .toggle{
    text-align: right;

}

.session3 .card .toggle i{
    display: inline-block;
    margin-left: 20px;
}

.session4
{
    height: 100%;
    overflow: hidden;
    background-image: url(../images/index_banner3.jpg);
    background-size: 100% 100%;
    background-repeat: repeat;


    overflow: hidden;

    position: relative;
}

.session4 .content
{
    width: 100%;
    height: calc(100vh - 90px);
    position: relative;
    margin-top: 90px;

}

.session4 .content .heng
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 1px;
    background-color: white;
    transform: translate(-50%,-50%);
}

.session4 .content .shu
{
    position: absolute;
    top: 10%;
    left: 50%;
    bottom: 10%;
    width: 1px;
    background-color: white;
    transform: translateX(-50%);
}

.session4 .content ul{
    width: 100%;
    height: 100%;
    list-style: none;
}

.session4 .content ul li{
    display: block;
    width: 50%;
    height: 50%;
    position: relative;
    cursor: pointer;
    float: left;
}

.session4 .content ul li:hover .default{
    display: none;
}
.session4 .content ul li:hover .on
{
    display: block;
}

.session4 .content ul li .default{
    width: 100px;
    height: 200px;
    position: absolute;
    top: 58%;
    margin-top: -100px;
    left: 50%;
    margin-left: -50px;
    color: white;

    opacity: 0;
    z-index: 999099;
}

.session4 .content ul li .default p{
    margin-top: 20px;
}

.session4 .content ul li:nth-child(1):hover
{
    background: url(../images/index_js_on_1.jpg) no-repeat;
    background-size: 100% 100%;
}
.session4 .content ul li:nth-child(2):hover
{
    background: url(../images/index_js_on_2.jpg) no-repeat;
    background-size: 100% 100%;
}
.session4 .content ul li:nth-child(3):hover
{
    background: url(../images/index_js_on_3.jpg) no-repeat;
    background-size: 100% 100%;
}
.session4 .content ul li:nth-child(4):hover
{
    background: url(../images/index_js_on_4.jpg) no-repeat;
    background-size: 100% 100%;
}

.session4 .content ul li .on{
    display: none;
    text-align: center;
    width: 580px;
    height: 220px;
    position: absolute;
    top: 58%;
    margin-top: -100px;
    left: 50%;
    margin-left: -290px;
    color: white;
    z-index: 99999;

}

.session4 .content ul li .on .title
{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 32px;
    color: #FFFFFF;
    opacity: 1;
    padding: 20px 0 10px;

}

.session4 .content ul li .on .divider
{
    display: block;
    margin:  0 auto;
    width: 50px;
    height: 2px;
    background-color: white;
}
.session4 .content ul li .on .desc
{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 10px;
}

.session5
{
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/index_banner_4.jpg);
    background-size: 100% 100%;
    background-repeat: repeat;
    overflow: hidden;
    position: relative;

}

.session5 .content
{
    padding-top: 10%;
    width: 100%;
    height: 100%;
}
.session5 .left
{
    float: left;
    width: 256px;
    margin-left: 5%;
    opacity: 0;
}
.session5 .left .head .title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 68px;
    color: #262626;
    opacity: 1;
    text-align: left;
}
.session5 .left .head .desc{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 34px;
    color: #262626;
    text-align: left;
}

.session5 .left .head .divider{
    width: 100px;
    height: 4px;
    background-color: #1142A6;
    margin-top: 10px;
}

.session5 .left .line{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 30px;
    color: #262626;
    opacity: 1;
    text-align: justify;
    margin-top: 20px;
}

.session5 .left ul{
    list-style: none;
    padding: 0;
    margin: 0 0;
    margin-top: 40px;
}

.session5 .left ul li{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    opacity: 1;

    width: 150px;
    line-height: 34px;
    height: 34px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;


}

.session5 .left ul li:hover,.session5 .left ul li.active
{
    background-color: #1142A6;
    color: white;
}

.session5 .left .more{
    display: block;
    margin-top: 80px;
    width: 200px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border: 1px solid #1142A6;
    color: #1142A6;
    cursor: pointer;
}
.session5 .left .more:hover
{
    background-color: #1142A6;
    color: white;
}

.session5 .right
{
    float: right;
    width: 67.7%;
    height: 100%;
    margin-right: 5%;
}

.session5 .right ul{
    height: 100%;
    list-style: none;
    text-align: justify;
}

.session5 .right ul  .litem{
    display: inline-block;
    width: 32.3%;
    height: 35%;
    background-color: #f7f7f7;
    cursor: pointer;
    margin-bottom: 3%;
    opacity: 0;
}

.session5 .right .litem.placeholder
{
    height: 0;
    padding: 0;
    margin: 0;
}

.session5 .right  .litem .imp-wrapper{
    width: 100%;
    height: 80%;
    position: relative;
    overflow: hidden;
}


.session5 .right  .litem .imp-wrapper .mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}
.session5 .right .litem .imp-wrapper img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.session5 .right .litem .title{

    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 32px;
    color: #262626;
    opacity: 1;
    text-align: center;
    margin-top: 15px;

}

.session5 .right  .litem:hover
{
    box-shadow: 0 0 10px #888888;
}

.session5 .right  .litem:hover .title,.session5 .right  .litem:hover .iconfont{
    color: #007aff !important;
}
.session5 .right  .litem:hover img{
    transition: 300ms;
    -webkit-transition: 300ms;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}
.session5 .right .litem:hover .mask{
    display: block;
}

.session6
{
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/index_banner_5.jpg);
    background-size: 100% 100%;
    background-repeat: repeat;
    overflow: hidden;
    position: relative;

}

.session6 .content
{
    width: 100%;
    height: 100%;
    position: relative;
}
.session6 .left
{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    margin-left: 5%;
    width: 67.7%;
}

.swiper-container-cases
{
    height: 100%;
}
.session6 .left .swiper-slide{
    display: block !important;
}
.session6 .left .swiper-slide a{
    display: block;
    width: 48%;
    float: left;
    height: 17.44vw;
    margin-bottom: 30px;
}
.session6 .left .swiper-slide a:nth-of-type(2n){
    display: block;
    float: right;
}
.session6 .left .swiper-slide a:nth-of-type(3),.session6 .left .swiper-slide a:nth-of-type(4){
    margin-bottom: 0 !important;
}
.session6 .left .item{
    display: inline-block;
    cursor: pointer;
    background-color: white;
    opacity: 0;
}

.session6 .left .item .img-w
{
    width: 47.2%;
    height: 100%;
    overflow: hidden;
    position: relative;
    float: left;
}
.session6 .left .item .img-w img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.session6 .left .item .img-w .mask
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    display: none;
    z-index: 1000;
}
.session6 .left .item:hover .img-w .mask
{
    display: block;
}
.session6 .left .item .info{
    float: left;
    height: 100%;
    width: 52.8%;
    padding:40px 30px;
    box-sizing: border-box;
}
.session6 .left .item:hover{
    background-color: #1142A6;
}
.session6 .left .item:hover .info
{
    background-color: #1142A6;
}
.session6 .left .item .info .title
{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #262626;
    opacity: 1;
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.session6 .left .item:hover .info .title
{
    color: white;
}
.session6 .left.item .info ol{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
.session6 .left .item .info ol li{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height:200%;
    color: #666666;
    opacity: 1;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.session6 .left .item:hover .info ol li
{
    color: white;
}
.session6 .right
{
    float: right;
    margin-right: 5%;
    width: 18%;
    opacity: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.session6 .right .head
{

}

.session6 .right .head .title
{
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 82px;
    color: #FFFFFF;
    opacity: 1;
    text-align: right;
}
.session6 .right .head .desc
{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 31px;
    color: #FFFFFF;
    opacity: 1;
    text-align: right;
}
.session6 .right .head .divider
{
    text-align: right;
}

.session6 .right .head .divider span
{
    display: inline-block;
    background-color: white;
    width: 50px;
    height: 2px;
}

.session6 .right .line
{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 27px;
    color: #FFFFFF;
    opacity: 1;
    text-align: right;
    margin-top: 20px;
}

.session6 .right .shuxian{
    text-align: right;
    padding: 10px 0;
}
.session6 .right .shuxian span
{
    display: inline-block;
    background-color: white;
    width: 2px;
    height:148px;

}
.session6 .right .desc
{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    text-align: right;
}

.session6 .right .btns
{
    color: white;
    margin-top: 30px;
    text-align: right;
}

.session6 .right .btns .iconfont{
    display: inline-block;
    width: 22%;
    height: 4.5%;
    line-height: 150%;
    text-align: center;
    border: 1px solid white;
    font-size: 20px;
}
.session6 .right .btns .iconfont:hover
{
    background-color: #1142A6;
    color: white;
    cursor: pointer;
}

.session6 .right .btns .more
{
    display: inline-block;
    background-color: white;
    width: 28%;
    height: 4.5%;
    line-height: 150%;
    text-align: center;
    color: #1142A6;
    font-style: normal;
    border: 1px solid white;
    cursor: pointer;
    font-size: 20px;
}

.session7
{
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: white;
    background-repeat: repeat;
    overflow: hidden;
    position: relative;

}

.session7 .content
{
    padding-top: 10%;
    width: 100%;
    height: 100%;
}
.session7 .left
{
    float: left;
    width: 18%;
    margin-left: 5%;
    opacity: 0;
}

.session7 .left .head
{

}

.session7 .left .head .title
{
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 82px;
    color: #262626;
    opacity: 1;
    text-align: left;
}
.session7 .left .head .desc
{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 31px;
    color: #262626;
    opacity: 1;
    text-align: left;
}
.session7 .left .head .divider
{
    text-align: left;
}

.session7 .left .head .divider span
{
    display: inline-block;
    background-color: #1142A6;
    width: 50px;
    height: 2px;
}

.session7 .left .line
{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 27px;
    color: #262626;
    opacity: 1;
    text-align: left;
    margin-top: 20px;
}

.session7 .left .shuxian{
    text-align: left;
    padding: 10px 0;
}
.session7 .left .shuxian span
{
    display: inline-block;
    background-color: #1142A6;
    width: 2px;
    height: 148px;

}
.session7 .left .desc
{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 32px;
    color: #666666;
    text-align: left;
}

.session7 .left .btns
{
    color: white;
    margin-top: 30px;
    text-align: left;
}

.session7 .left .more{
    width: 200px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border: 1px solid #1142A6;
    color: #1142A6;
    margin-top: 30px;
}

.session7 .right
{
    float: right;
    margin-right: 5%;
    width: 67.5%;
    height: 100%;
}

.session7 .right ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: justify;
    height: 100%;
}
.session7 .right ul li{
    display: inline-block;
    width: 47%;
    height: 14.3%;
    /* width: 590px; */
    /* height: 138px; */
    overflow: hidden;
    padding: 2.2% 1.2%;
    border: 1px solid #E6E6E6;
    margin-bottom: 0.8%;
    opacity: 0;
}

.session7 .right ul li.placeholder{
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
}

.session7 .right ul li .img-w
{
    width: 36%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    float: left;
}
.session7 .right ul li .img-w img{
    height: 100%;
    width: 100%;
}
.session7 .right ul li .info
{
    width: 57.9%;
    float: right;
    height: 100%;
    position: relative;
}
.session7 .right ul li .info .wordsBox{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.session7 .right ul li .info .title
{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 21px;
    color: #262626;
    opacity: 1;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.session7 .right ul li .info .desc
{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 28px;
    color: #999999;
    opacity: 1;
    margin-top: 2%;
    display: block;
    padding-right: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.session7 .right ul li .info .date
{
    overflow: hidden;
    color: #999999;
    margin-top: 4%;
}

.session7 .right ul li .info .day
{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 24px;
    -webkit-text-stroke: 1 rgba(0, 0, 0, 0);
    text-stroke: 1 rgba(0, 0, 0, 0);
    opacity: 1;


}

.session7 .right ul li .info .dright
{
    float: right;

}

.session7 .right ul li .info .dright .line
{
    display: inline-block;
    width: 2px;
    height: 20px;
    background-color: #E6E6E6;
    margin-bottom: -3px;
    margin-right: 20px;
}
.session7 .right ul li:hover{
    box-shadow: 0 0 10px #888888;
    cursor: pointer;
}
.session7 .right ul li .info .dright i{
    font-size: 20px;
}

.session7 .right ul li .info .year{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 24px;
    color: #999999;
    opacity: 1;
    margin-top: 10px;
}

.session7 .right ul li:hover .info .dright .line
{
    background-color: #1142A6;
}
.session7 .right ul li:hover .info .date,.session7 .right ul li:hover .info .title,.session7 .right ul li:hover .info .year
{
    color: #1142A6;
}

.session7 .right ul li:hover .info .desc
{
    color: #262626;
}


.session8{
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-repeat: repeat;
    overflow: hidden;
    background: #262626;
    position: relative;
}


.session8 .content{
    height: 36vw;
    background-color: #FFFFFF;
    background-image: url(../images/index_banner_6.jpg);
    background-size: 100% 100%;
    padding: 0 18.75%;
    box-sizing: border-box;
    padding-top: calc(90px + 3.2vw);
}



#session8-content
{
    position: relative;

}

#session8-content .left{
    background-color: white;
    height: 22.4vw;
    float: left;
    width: 41.14vw;
    box-sizing: border-box;
    padding: 2vw;
}
#session8-content .left .head{
    text-align: left;
    margin-bottom: 20px;
}
#session8-content .left .head label{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 41px;
    color: #262626;
    opacity: 1;

}

#session8-content .left .head span
{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 21px;
    color: #262626;
    opacity: 1;
}

#session8-content .left .item-line
{
    overflow: hidden;
    margin-bottom: 12px;
}

#session8-content .left .item-line .iput{
    width: 48.3%;
    height: 14px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 30px;
    color: #999999;
    opacity: 1;
    display: inline-block;
    float: left;
    height: 35px;
    box-sizing: border-box;
}
#session8-content .left .item-line .iselect
{

    border: 1px solid #737373;
    text-align: left;
    border-radius: 2px;
}
#session8-content .left .item-line .iselect select
{
    border: none;
    display: block;
    width: 100%;
}
#session8-content .left .item-line .iput.iright{
    float: right;
}

#session8-content .left .item-line button
{
    border: none;
    display: block;
    width: 300px;
    /* height: 40px; */
    background-color: #1142A6;
    color: white;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    opacity: 1;
    margin: 0 auto;
    margin-top: 10px;
}

#session8-content .left .item-line textarea
{
    display: block;
    height: 65px;
    width: 96.4%;
    padding: 1% 1.5%;
}


#session8-content .right{
    float: right;
    height: 22.4vw;
    width: 19.8vw;
    background: #FFF;
    box-sizing: border-box;
    padding: 2vw;
}
#session8-content .right .title{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 41px;
    color: #262626;
    opacity: 1;
    text-align: left;
}
#session8-content .right .desc{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 34px;
    color: #999999;
    opacity: 1;
    text-align: left;
    margin-bottom: 10px;
}

#session8-content .right .citem
{
    list-style: none;
    padding: 0;
    margin: 0;

    text-align: left;
}
#session8-content .right .citem  li{
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 15px
}


#session8-content .right .citem .iconfont
{
    display: inline-block;
    color: #1142A6;
    margin-right: 12px;
}
#session8-content .right .citem .title
{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 26px;
    color: #262626;
    opacity: 1;
}
#session8-content .right .citem .detail{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 30px;
    color: #404040;
    opacity: 1;
    text-indent: 30px;
    padding: 0 0 10px;
}

.company-honor
{
    padding: 20px 0 40px;
}
.company-honor .swiper-container-ch
{
    text-align: justify;overflow: hidden;margin: 10px auto;
}

.company-honor .swiper-container-ch .swiper-slide{
    display: inline-block;width: 130px; cursor: pointer;margin: 0;
}

.company-honor .swiper-container-ch .swiper-slide img{
    max-width: 130px;height: auto;
}
.company-honor .swiper-container-ch .swiper-slide:hover img
{

}
.company-honor .swiper-container-ch .swiper-slide p{
    height: 50px;line-height: 50px;text-align: center;font-size: 16px;
    font-family: "Noto Sans SC";
    font-weight: 400;
    color: #262626;
    opacity: 1;
}



.global-swiper-pagination span{
    width: 15px;
    height: 15px;
    margin: 10px 0 !important;
}