/*common start*/
body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}
body {
    font-size: 12px;
    font-family: Arial, "Microsoft YaHei";
    color: #d0cfcf;
    background: #000;
}
a {
    color: #d0cfcf;
}
a:hover {
    color: #00bd5d;
    text-decoration: none;
}
p {
    line-height: 1.5em;
    padding: 5px 0;
    font-size: 16px;
}

p img{
    display:block;
    margin:auto;
}
.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}
.wapper1 {
    width: 1400px;
    margin: 0 auto;
}
.wapper2 {
    width: 90%;
    margin: 0 auto;
}
input,
textarea,
select {
    outline: none;
}
img {
    object-fit: cover;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
#lContent img,
#lblContent img,
.xiangxi_con img,
.xiangqing img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}
@media (max-width: 1520px) {
    .wapper1 {
        width: 1200px;
    }
}
@media (max-width: 1024px) {
    .wapper1 {
        width: 90%;
    }
}
/*common end*/

.headbg {
    width: 100%;
    background: #000;
    position: fixed;
    z-index: 55;
    top: 0;
    left: 0;
}
.head {
    height: 80px;
}
.head .logo {
    float: left;
    width: 7%;
    height: 80px;
    position: relative;
}
.head .logo img {
    max-width: 100%;
    max-height: 90%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
/*menu*/
.menu {
    height: 80px;
    line-height: 80px;
    float: right;
}
.menu ul li {
    float: left;
    position: relative;
    padding: 0 20px;
}
.menu ul li span a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    position: relative;
}
.menu ul li span a:hover,
.menu ul li span a.menu_hover {
    color: #fff;
}
.menu ul li span a:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #016934;
    position: absolute;
    bottom: 25px;
    left: 0;
    display: none;
}
.menu ul li span a:hover:before,
.menu ul li span a.menu_hover:before {
    display: block;
}
.menu ul li dl {
    background: #fff;
    width: 160px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 100%;
    box-shadow: rgba(43, 52, 69, 0.1) 0px 4px 16px;
    padding: 10px 0;
    display: none;
}
.menu ul li dl dd {
    line-height: 24px;
}
.menu ul li dl dd a {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    display: block;
    text-align: center;
    padding: 10px 15px;
}
.menu ul li dl dd a:hover {
    color: #5b6fff;
}
/**/
.head_mbg {
    width: 100%;
    background: #000;
    box-shadow: rgba(43, 52, 69, 0.1) 0px 4px 16px;
    position: fixed;
    z-index: 55;
    top: 0;
    left: 0;
    display: none;
}
.head_m {
    height: 60px;
    position: relative;
}
.head_m .logo {
    float: left;
    width: 50%;
    height: 60px;
    position: relative;
}
.head_m .logo img {
    max-width: 100%;
    max-height: 90%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
/**/
.nav_open {
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    float: right;
    margin: 10px 0 0 0;
}
.nav_open i {
}
.nav_open i.fa-close {
    display: none;
}
.nav_open.active i.fa-navicon {
    display: none;
}
.nav_open.active i.fa-close {
    display: inline-block;
}
.navbg {
    width: 100%;
    height: calc(100vh - 60px);
    background: #000;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 666;
    display: none;
}
.nav {
    padding: 0px 0 20px 0;
    position: relative;
}
.nav_list {
    height: calc(100vh - 80px);
    overflow-y: scroll;
}
.tree {
}
.tree_box {
    padding: 0 5%;
}
.tree_box h3 {
    font-weight: normal;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    margin: 0;
    position: relative;
}
.tree_box h3 a {
    color: #fff;
    position: relative;
    z-index: 10;
}
.tree_box h3 a:hover {
    color: #5b6fff;
}
.tree_box h3 span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: right;
}
.tree_box h3 span i {
}
.tree_one {
    display: none;
    overflow: hidden;
    padding: 0 0 10px 0;
}
.tree_one h4 {
    font-weight: normal;
    font-size: 14px;
    position: relative;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    margin: 0 0 0 5%;
}
.tree_one h4 a {
    color: #fff;
    position: relative;
    z-index: 10;
}
.tree_one h4 a:hover {
    color: #5b6fff;
}
.tree_two {
    display: none;
    overflow: hidden;
}
.h_height {
    height: 80px;
}
@media (max-width: 1024px) {
    .headbg {
        display: none;
    }
    .head_mbg {
        display: block;
    }
    .h_height {
        height: 60px;
    }
}

.con01bg {
    padding: 3vw 0 6vw 0;
}
.con01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.con01_lt {
    width: 42%;
    font-size: 25px;
    line-height: 1.8em;
}
.con01_lt .nr_box {
    padding: 0 5% 0 25%;
}
.con01_lt .h2 {
    font-size: 130px;
    line-height: 1em;
    color: #fff;
    margin-bottom: 20px;
}
.con01_lt .h3 {
}
.con01_rt {
    width: 58%;
}
.con01_rt img {
    display: block;
    width: 100%;
}
@media (max-width: 1024px) {
    .con01bg {
        padding: 60px 0 120px 0;
        position: relative;
    }
    .con01 {
        display: block;
    }
    .con01_lt {
        width: 100%;
        font-size: 25px;
        line-height: 1.8em;
        position: relative;
        z-index: 2;
    }
    .con01_lt .nr_box {
        padding: 0 5% 0 5%;
    }
    .con01_lt .h2 {
        font-size: 50px;
        line-height: 1em;
        margin-bottom: 10px;
    }
    .con01_rt {
        width: 100%;
    }
    .con01_rt img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }
}

.con02bg {
    padding: 6vw 0 2.5vw 0;
}
.con02 {
}
.con02 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
@media (max-width: 1024px) {
    .con02bg {
        padding: 60px 0 30px 0;
    }
}

.con03bg {
    padding: 2.5vw 0 7.5vw 0;
}
.con03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.con03_lt {
    width: 41%;
}
.con03_lt img {
    display: block;
    width: 100%;
}
.con03_rt {
    width: 41%;
}
.con03_rt .txt {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
}
.con03_rt .txt span {
    color: #0169c2;
}
@media (max-width: 1024px) {
    .con03bg {
        padding: 30px 0 60px 0;
    }
    .con03_rt .txt {
        font-size: 15px;
        line-height: 1.2em;
    }
}

.con04bg {
    padding: 7.5vw 0 13vw 0;
}
.con04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.con04_lt {
    width: 41%;
}
.con04_lt .txt {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
}
.con04_lt .txt span {
    color: #f00;
}
.con04_rt {
    width: 41%;
}
.con04_rt img {
    display: block;
    width: 100%;
}
@media (max-width: 1024px) {
    .con04bg {
        padding: 30px 0 30px 0;
    }
    .con04_lt .txt {
        font-size: 15px;
        line-height: 1.2em;
    }
}

.con05bg {
    padding: 13vw 0 6vw 0;
}
.con05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.con05_lt {
    width: 41%;
}
.con05_lt img {
    display: block;
    width: 100%;
}
.con05_rt {
    width: 34%;
}
.con05_rt .txt {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
}
.con05_rt .txt span {
    color: #4ad961;
}
@media (max-width: 1024px) {
    .con05bg {
        padding: 30px 0 30px 0;
    }
    .con05_rt .txt {
        font-size: 15px;
        line-height: 1.2em;
    }
}

.con06bg {
    padding: 6vw 0 13vw 0;
}
.con06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.con06_lt {
    width: 44%;
}
.con06_lt .txt {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
}
.con06_lt .txt span {
    color: #d54ced;
}
.con06_rt {
    width: 41%;
}
.con06_rt img {
    display: block;
    width: 100%;
}
@media (max-width: 1024px) {
    .con06bg {
        padding: 30px 0 30px 0;
    }
    .con06_lt .txt {
        font-size: 15px;
        line-height: 1.2em;
    }
}

.tit1 {
    text-align: center;
}
.tit1 .h2 {
    font-size: 100px;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
}
.con07bg {
    padding: 13vw 0 3vw 0;
}
.con07 {
}
.con07 .list {
    margin-top: 3.5vw;
}
.con07 .list ul li {
    float: left;
    width: calc((100% - 80px) / 3);
    margin: 0 0 40px 40px;
    position: relative;
}
.con07 .list ul li:nth-child(3n-2) {
    margin-left: 0;
    clear: left;
}
.con07 .list ul li .img {
    padding-bottom: 65%;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}
.con07 .list ul li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    filter: brightness(0.7);
}
.con07 .list ul li:hover .img img {
    filter: brightness(1);
}
.con07 .list ul li .txtbg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.con07 .list ul li .txt {
    text-align: center;
    padding: 0 10px;
}
.con07 .list ul li .txt .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    color: #fff;
}
.con07 .list ul li:hover .txt .h2 {
    color: #ff4500;
}
@media (max-width: 1024px) {
    .tit1 .h2 {
        font-size: 30px;
        line-height: 1em;
    }
    .con07bg {
        padding: 30px 0 30px 0;
    }
    .con07 .list {
        margin-top: 30px;
    }
    .con07 .list ul li {
        float: left;
        width: calc((100% - 10px) / 2);
        margin: 0 0 10px 10px;
    }
    .con07 .list ul li:nth-child(3n-2) {
        margin-left: 10px;
        clear: none;
    }
    .con07 .list ul li:nth-child(2n-1) {
        margin-left: 0;
        clear: left;
    }
    .con07 .list ul li .txt .h2 {
        font-size: 15px;
        line-height: 25px;
    }
}

.footbg {
    padding: 30px 0;
    background: #1f2225;
    text-align: center;
}
.foot {
}
.foot .f_share {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}
.foot .f_share ul li {
    float: left;
    margin-right: 20px;
}
.foot .f_share ul li a {
    color: #fff;
}
.foot .f_share ul li i {
    margin-right: 5px;
}
.foot .f_info {
    text-align: center;
    color: #d0cfcf;
}
.foot .f_info a {
    color: #5b6fff;
}
.foot .f_info a:hover {
    text-decoration: underline;
}
@media (max-width: 1024px) {
    .foot .f_share {
        text-align: center;
    }
    .foot .f_share ul {
        display: inline-block;
        text-align: left;
    }
    .foot .f_share ul li {
        float: none;
        margin-right: 0;
    }
}

/*Add------------------------------------------------------------------------------*/

.inbanner {
    position: relative;
}
.inbanner img {
    display: block;
    width: 100%;
}
.inbanner_txtbg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.inbanner_txt {
    text-align: center;
}
.inbanner_txt .h2 {
    font-size: 72px;
    line-height: 82px;
    font-weight: bold;
    color: #fff;
}
.inbanner_txt .h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 10px;
}
.insidebg {
    padding: 6vw 0 120px 0;
}
.inside {
}
.inside2bg {
    padding: 6vw 0 120px 0;
}
.inside2 {
}
.inside2_lt {
    float: left;
    width: 25%;
    padding-right:10px;
}

.inside2_lt:not(.fixed){
    width:28%;
    padding-right:10px;
}

.side_a {
}
.side_a .h1 {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.side_a ul {
}
.side_a ul li {
    margin-bottom: 15px;
}
.side_a ul li a {
    display: block;
    font-size:20px;
    color: tranparent;
    border: 2px solid #031fef;
    line-height: 26px;
    /* height: 26px; */
    min-height:26px;
    border-radius: 40px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #016934;
    padding: 5px 3px;
}


.description1 table th,.description1 table tr:nth-of-type(1) td{
    padding: 10px 10px;
    background: #1f2225;
    border-bottom: 2px solid #054122;
}

.side_a ul li.active a {
    font-size: 20px;
    color: #fff;
    background: #016934;
    width: calc(100% - 4px);
}
.inside2_rt {
    float: right;
    width: 56%;
}
@media (max-width: 1024px) {
    .inbanner_txt .h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .inbanner_txt .h3 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 5px;
    }
    .insidebg {
        padding: 60px 0 80px 0;
    }
    .inside2_lt {
        display: none;
    }
    .inside2_rt {
        float: right;
        width: 100%;
    }
}

.team1 {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 0 0; /*background:url(../images/heart-2.png) right 390px top no-repeat; background-size:500px;*/
    position: relative;
}
.gallery-top {
    float: right;
    width: 100%;
}
.gallery-top .swiper-slide .nr_box {
    background: #232323;
    border-radius: 30px;
    overflow: hidden;
    color: #fff;
}
.gallery-top .swiper-slide .box1 {
    text-align: center;
    background: #ff4500;
    padding: 15px 0;
}
.gallery-top .swiper-slide .box1 .h2 {
    font-size: 60px;
    line-height: 1em;
    color: #ffa7a1;
    font-weight: bold;
}
.gallery-top .swiper-slide .box2 {
    padding: 0 30px;
}
.gallery-top .swiper-slide .box2 .img {
    float: left;
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid transparent;
    margin-top: -40px;
}
.gallery-top .swiper-slide:hover .box2 .img {
    transform: scale(1.1);
    border-color: #f85c5c;
    background: #232323;
}
.gallery-top .swiper-slide .box2 .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}
.gallery-top .box2 .txtbg {
    float: right;
    width: calc(100% - 120px);
}
.gallery-top .box2 .txt {
}
.gallery-top .box2 .txt .h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.gallery-top .box3 {
    padding: 5px 30px 10px 30px;
    font-size: 15px;
    line-height: 25px;
}
.gallery-top .box3 .h4 {
    font-size: 15px;
    line-height: 25px;
    color: #f85d5c;
}
.gallery-top .box3 .h5 {
}
.gallery-thumbs {
    margin-top: 4.5vw;
}
.gallery-thumbs .swiper-slide {
    cursor: pointer;
}
.gallery-thumbs .swiper-slide .img {
    border-radius: 100%;
    position: relative;
    background: #232323;
    height: 100px;
    border: 2px solid #fff;
    overflow: hidden;
}
.gallery-thumbs .swiper-slide .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}
.gallery-thumbs .swiper-slide-thumb-active .img {
    border-color: #ff4500;
}
.team1 .swiper-button-prev,
.team1 .swiper-button-next {
    width: 50px;
    height: 50px;
    margin-top: 0;
    top: auto;
    bottom: 25px;
}
.team1 .swiper-button-prev {
    background: url(./images/Arrow_left.png) center no-repeat;
    background-size: contain;
    left: -60px;
}
.team1 .swiper-button-next {
    background: url(./images/Arrow_right.png) center no-repeat;
    background-size: contain;
    right: -60px;
}
@media (max-width: 1024px) {
    .team1 {
        width: 300px;
        padding: 0 0 0 0;
        background: none;
    }
    .gallery-top {
        float: none;
        width: 100%;
    }
    .gallery-top .swiper-slide .nr_box {
        border-radius: 30px;
    }
    .gallery-top .swiper-slide .box2 {
        padding: 0 10px;
    }
    .gallery-top .box2 .txtbg {
        float: right;
        width: calc(100% - 110px);
    }
    .gallery-top .box2 .txt .h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .gallery-top .box3 {
        padding: 5px 10px 10px 10px;
        font-size: 15px;
        line-height: 25px;
    }
    .gallery-top .box3 .h4 {
        font-size: 15px;
        line-height: 25px;
    }
    .gallery-thumbs {
        margin-top: 30px;
    }
    .gallery-thumbs .swiper-slide .img {
        height: 90px;
    }
    .team1 .swiper-button-prev,
    .team1 .swiper-button-next {
        width: 40px;
        height: 40px;
        margin-top: 0;
        top: auto;
        bottom: 20px;
    }
    .team1 .swiper-button-prev {
        left: -40px;
    }
    .team1 .swiper-button-next {
        right: -40px;
    }
}

.tit2 {
}
.tit2 .h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    color: #fff;
}
.tit2 .h2 img {
    height: 36px;
    vertical-align: top;
    margin-right: 5px; /*filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(5437%) hue-rotate(240deg) brightness(86%) contrast(122%);*/
    margin-right: 10px;
}
.inpage_dingwei {
    padding-top: 80px;
    margin-top: -80px;
}
.attributions1 {
}
.attributions1 dl {
    margin-bottom: 50px;
}
.attributions1 dl dt {
    margin-bottom: 20px;
}
.attributions1 dl dd {
}


.description1 h2{
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    color: #fff;
}

.description1 h2 + p{
    margin-top:30px;
}



.description1 {
}
.description1 dl {
    margin-bottom: 50px;
}
.description1 dl dt {
    margin-bottom: 20px;
}
.description1 dl dd {
}
.notebook1 {
}
.notebook1 dl {
    margin-bottom: 50px;
}
.notebook1 dl dt {
    margin-bottom: 20px;
}
.notebook1 dl dd {
}
@media (max-width: 1024px) {
    .tit2 .h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .tit2 .h2 img {
        height: 30px;
    }
}

.parts1 {
}
.parts1 .list {
    margin-top: 20px;
}
.parts1 .list .txt {
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 20px;
}
.parts1 .list .form {
    font-size: 15px;
    line-height: 25px;
}
.parts1 .list .form table {
    width: 100%;
}
.parts1 .list .form table tr {
}
.parts1 .list .form table th {
    padding: 10px 10px;
    background: #1f2225;
    border-bottom: 2px solid #5b6fff;
}
.parts1 .list .form table td {
    padding: 10px 10px;
}
@media (max-width: 1024px) {
    .parts1 .list .txt {
        font-size: 14px;
        line-height: 2em;
        margin-bottom: 20px;
    }
    .parts1 .list .form {
        font-size: 12px;
        line-height: 22px;
        overflow-x: auto;
    }
    .parts1 .list .form table {
        width: 750px;
    }
    .parts1 .list .form table th {
        padding: 10px 5px;
    }
    .parts1 .list .form table td {
        padding: 10px 5px;
    }
}

.part-collection1 {
    max-width: 1200px;
    margin: 0 auto;
}
.part-collection1 .list {
    margin-top: 20px;
}
.part-collection1 .list .txt {
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 20px;
}
.part-collection1 .list .form {
    font-size: 15px;
    line-height: 25px;
}
.part-collection1 .list .form table {
    width: 100%;
}
.part-collection1 .list .form table tr {
}
.part-collection1 .list .form table th {
    padding: 10px 10px;
    background: #1f2225;
    border-bottom: 2px solid #5b6fff;
}
.part-collection1 .list .form table td {
    padding: 10px 10px;
}
@media (max-width: 1024px) {
    .part-collection1 .list .txt {
        font-size: 14px;
        line-height: 2em;
        margin-bottom: 20px;
    }
    .part-collection1 .list .form {
        font-size: 12px;
        line-height: 22px;
        overflow-x: auto;
    }
    .part-collection1 .list .form table {
        width: 750px;
    }
    .part-collection1 .list .form table th {
        padding: 10px 5px;
    }
    .part-collection1 .list .form table td {
        padding: 10px 5px;
    }
}


.post{
    display: inline;
    padding: 0 10px;
    background: #ff4500;
    margin: 0 14px;
    border-radius: 6px;
}

b{
    font-weight:bold;
}

span img{
    max-width:100%
}
 
[navbody] img {
    background: #fff;
    display: block;
    margin: auto;
}

p.center{
    text-align:center;
}


.description1 h4{
    font-size: 18px;
}

.inside2_lt{
    max-height: calc(100vh - 200px);
    overflow: hidden;
    overflow-y: auto;
}

/* 滚动条的整体容器 */
.inside2_lt::-webkit-scrollbar {
    width: 12px; /* 宽度 */
}

/* 滚动条的轨道 */
.inside2_lt::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px; /* 使轨道成为圆角 */
}

/* 滚动条的滑块 */
.inside2_lt::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px; /* 使滑块成为圆角 */
}

/* 滚动条滑块鼠标悬停状态 */
.inside2_lt::-webkit-scrollbar-thumb:hover {
    background: #555;
}


[navbody] table{
    margin:auto;
}

[navbody] a {
    text-decoration: underline;
}

table a{
    text-decoration: none;
}


@media (max-width: 1024px){
    .hide-sm{
        display:none;
    }
    .con03_rt .txt,.con04_lt .txt,.con05_rt .txt,.con06_lt .txt{
        font-size: 20px;
    }
}