/* .navtop {
    position: fixed;
    top: 0px;
} */

.insidebox {
    width: 80%;
    margin: 0 auto;
    margin-top: 130px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.list-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 200px;

    /* 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;
*/
}

.list-slide {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
}

.leftimg {
    float: left;
    width: 300px;
    height: 160px;
    background-color: #fff;
    margin: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.rigword {
    float: left;
    width: 1060px;
    margin-top: 20px;
    text-align: left;


}

.rigword h1 {
    font-size: 30px;
}

.rigword p {
    font-size: 22px;
    color: #666;
    margin-top: 28px;
    line-height: 1.8em;
    width: 500px;
}

.rigmore {
    text-align: right;
    font-size: 22px;
    padding-right: 70px;
}

.rigmore a {
    color: #0439B3;
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    right: 70px;
}

.sj-slide {
    text-align: center;
    font-size: 18px;
    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;
    transition: 300ms;
    transform: scale(0.8);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.sj-container .swiper-slide-active,
.sj-container .swiper-slide-duplicate-active {
    transform: scale(1);
}

.sj-container-box {
    width: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;


}

.sj-container {
    width: 90%;
    height: 300px;
    margin: 0 auto;


}

.next,
.prev {
    width: 20px;
    height: 60px;
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
    bottom: 200px;
}

.next {
    left: 20px;
}

.prev {
    right: 20px;
}

.sjinsidebox {
    width: 1200px;
}

.rigfix {
    position: fixed;
    right: 30px;
    top: 30%;
    font-size: 24px;
    color: #fff;
}

.rigfix div {
    margin-bottom: 100px;
    padding-right: 60px;
}

.rigfixcho {
    font-size: 36px
}

.zmenu {
    font-size: 24px;
    text-align: center;
}

.zmenu a {
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 30px;
    text-decoration: none;
    opacity: 0.5;
}

.chozmenu {
    font-size: 32px;
    opacity: 1 !important;
}

.navchomenu::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 1.45rem;
    bottom: 10px;
    background-color: #fff;
    left: 0px;

}


.detialbox {
    width: 85%;
    min-height: 700px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 80px;
    position: relative;
    margin: 0 auto;
}


.content .content_box .content_detail {
    width: 100%;
}

.content .content_box .content_detail .newDetails {
    margin: 0 auto;
    width: 90%;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 20px;
    padding-top: 20px;
}

.content .content_box .content_detail .newDetails h3 {
    font-size: 30px;
    padding-top: 40px;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 1.5em;
}

.content .content_box .content_detail .newDetails dl {
    float: left;
    margin: 20px 34px 0 0;
    font-size: 16px;
    color: #7a7a7a;
}

.newDetails_txt {
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.1em;
    letter-spacing: .03em;
    color: #333;
}

.content .content_box .content_detail .newDetails dl dt,
.newDetails dl dd {
    float: left;
    display: inline;
}

.newDetails_txt img {
    border-radius: 5px;
}


.arcbox {
    padding: 20px;
}

.fbtit {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding-top: 10px;
}

footer{ width: 100%; background-color: #163b72;
background-position: 20px 50%;  position: relative; margin-top: 25px; }
.footmain{padding-top: 30px; padding-bottom: 30px;}
.footmain p{ font-size: 12px; line-height: 23px; text-align: center; color: #a2b1c7;  }
.footmain p a{ color: #a2b1c7 }
.footicon{ width: 200px; position: absolute; right: 20px; top: 50%; margin-top: -35px; }
.footinone{ width: 100px; height: 100px; text-align: center; line-height: 1.8em; color: #a2b1c7; }

.footinone:first-child{display: none;}

