.jsgl-content-text1{
    background-color: white;
    width: 1240px;
    font-size: 14px;
    border-radius: 10px;
    padding: 1% 2% 1% 2%;
    color: #666666;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    margin-top: -35px;
    white-space: normal;
    /* text-indent: 2em; */
    line-height: 2em;
}

.jsgl-content-content1{
    width: 1240px;
    /* padding-left: 10%; */
    padding-bottom: 5%;
}

.jsgl-content-header1{
    line-height: 30px;
    font-size: 30px;
    align-items: center;
    text-align: center;
    margin-top: 4%;
    /* margin-bottom: 3%; */
    color: #333333;
}

.jsgl-content-content2{
    display: flex;
    margin-top: 5%;
}

.jsgl-content-content1 span{
    width: 620px;
    /* padding-left: 5%; */
}

.jsgl-content-header2{
    line-height: 30px;
    font-size: 30px;
    align-items: center;
    text-align: center;
    /* margin-top: 4%; */
    /* margin-bottom: 3%; */
    color: #333333;
}

#myCarousel1 {
    /* width: 1200px; */
    margin: 0 auto;
    /* height: 450px; */
    width: 1143px;

}

.jsgl-carousel6-box{
    width: 609px;
    height: 341px;
    position: relative;
    left: 618px;
    top: -399px;
}

.carousel-inner6 {
    position: relative;
    width: 558px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 8px;
}

.carousel-inner6>.item>img {
    display: block;
    min-width: 558px;
    /* height: auto; */
    /* height: 405px; */
}

.carousel-indicators6 {
    bottom: -25px !important;
}

.smallimg{
    cursor: zoom-in;
}

.bigimg {
    width: 1240px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
    border: 10px solid #fff;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 98;
    transition: all 1s;
    display: none;
}

.mask img{
    position: absolute;
    right: 0;
    cursor: pointer;
}