.jxcg {
    padding: 20px 0;
}

.jxcg-head h2 {
    font-size: 30px;
    color: #000;
    text-align: center;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 1rem;
}

.jxcg-head span.h2-dec {
    display: block;
    font-size: 20px;
    color: #666;
    text-align: center;
    padding: 0 0 20px 0;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: -20px;
}

.jxcg-full ul {
    padding: 0 30px;
}

.jxcg-full ul li {
    margin-bottom: 1rem;
}

.jxcg-full ul li img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.jxcg-content {
    padding: 20px;
}

.jxcg-full .jxcg-content span {
    display: block;
    width: 100%;
}

.jxcg-full .jxcg-content span img {
    display: block;
    width: 100%;
}

.ydg-1 .nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: none;
    margin-bottom: 1rem;
}

.ydg-1 .nav .nav-item .nav-link {
    display: block;
    font-size: 30px;
    border: none;
    border-radius: 5px;
    padding: 3px 2rem;
}

.ydg-1 .nav .nav-item:nth-child(1) .nav-link.active {
    background-image: linear-gradient(#c3f396, #93d037);
    color: #fff;
}

.ydg-1 .nav .nav-item:nth-child(2) .nav-link.active {
    background-image: linear-gradient(#96cbf3, #2f9dd7);
    color: #fff;
}

.ydg-1 .nav .nav-item:nth-child(3) .nav-link.active {
    background-image: linear-gradient(#ffc928, #ff9d1a);
    color: #fff;
}

#menu1 {
    margin-left: 0;
    margin-right: 0;
    border: 5px solid #93d037;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 30px;
}

#menu2 {
    margin-left: 0;
    margin-right: 0;
    border: 5px solid #2f9dd7;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 10px;
}

#menu3 {
    margin-left: 0;
    margin-right: 0;
    border: 5px solid #ff9d1a;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 30px;
}

.ydg-1 .tab-content {
    width: 100%;
}

.ydg-1 .tab-content .container {
    max-width: 100%;
}

.ydg-1 .tab-content img {
    display: block;
    width: 100%;
}

.ydg-1 .swiper-container {
    padding-bottom: 30px;
}

.ydg-1 .swiper-pagination {
    bottom: -5px;
}

.rd-1 {
    background: url('../images/jxcg/rd/b1.png') no-repeat center center;
    background-size: cover;
}

.rd-1 .jxcg-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.rd-1 .jxcg-content span {
    display: block;
    width: 50%;
}

.rd-1 .jxcg-content span img {
    display: block;
    margin: auto;
}

.jxcg-rd .jxcg-head h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.jxcg-rd .jxcg-head h2 span {
    display: inline-block;
    font-weight: bold;
}

.jxcg-rd .jxcg-head h2 span b {
    font-weight: bold;
    color: #fbc02e;
}

.jxcg-rd .jxcg-head h2 span::before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url('../images/jxcg/rd/h2i_l.png') no-repeat center center;
    background-size: cover;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.jxcg-rd .jxcg-head h2 span::after {
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url('../images/jxcg/rd/h2i_r.png') no-repeat center center;
    background-size: cover;
    margin-left: 15px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.rd-2 {
    position: relative;
}

.rd-2 .nav {
    border-bottom: 5px solid #03a9f4;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 8rem;
}

.rd-2 .nav-tabs .nav-item {
    margin-left: 1rem;
}

.rd-2 .nav-tabs .nav-item.show .nav-link,
.rd-2 .nav-tabs .nav-link.active {
    border: none;
    background-color: #03a9f4;
    box-shadow: 0 0 10px rgba(3, 169, 244, 0.5);
}

.rd-2 .nav-tabs .nav-item:hover .nav-link {
    border: none;
}

.rd-2 .nav-item .nav-link {
    display: block;
    font-size: 22px;
    border: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 2rem 1.8rem 5rem 1.8rem;
    background-color: #e1e1e1;
}

.rd-2 .nav-item:nth-child(2) .nav-link {
    padding-bottom: 10rem;
}

.rd-2 .nav-item:nth-child(3) .nav-link {
    padding-bottom: 15rem;
}

.rd-2 .nav-item:nth-child(4) .nav-link {
    padding-bottom: 20rem;
}

.rd-2 .jie-text {
    position: absolute;
    top: 7rem;
    left: 20px;
    border: 1px dashed #03a9f4;
    border-radius: 20px;
    background-color: #f5f5f5;
}

.rd-2 .jie-text p {
    font-size: 20px;
    color: #666;
    padding: 10px 20px 0 20px;
    line-height: 1.3em;
}

.rd-2 .jie-text .jie-text-1 {
    font-size: 28px;
    color: #03a9f4;
    font-weight: bold;
}

.rd-2 .jie-text .jie-text-2 {
    font-size: 26px;
    color: #666;
    padding-bottom: 20px;
}

.rd-2 .jie-video {
    padding-top: 1rem;
}

.rd-2 .nav-item span {
    display: block;
    width: 100%;
}

.rd-2 .nav-item span img {
    display: block;
    margin: auto;
}

#videoBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

#videoBg ul {
    margin: auto;
}

#videoBg ul li {
    width: 680px;
    height: 450px;
    position: relative;
}

#videoBg ul li a.btn {
    padding: 0;
    color: #fff;
    position: absolute;
    right: -50px;
    top: -50px;
    opacity: 0.7;
    cursor: pointer;
}

#videoBg ul li a.btn img {
    width: 60px;
    height: 60px;
    display: block;
}

#videoBg ul li a.btn:hover {
    opacity: 1;
}

.rd-3 {
    background-color: #fff;
}

.rd-3 .jxcg-content {
    padding-top: 3rem;
}

.rd-4 .jxcg-content {
    padding: 30px 0 0 0;
}

.rd-4 .jxcg-content span {
    display: block;
    width: 100%;
    text-align: center;
}

.rd-4 .jxcg-content span img {
    display: block;
    margin: auto;
}

.rd-4 .jxcg-content span:nth-child(2) {
    display: block;
    margin-top: 2rem;
}

.rd-5 {
    background-color: #fff;
}

.rd-5 .jxcg-content {
    padding-top: 2rem;
}

.rd-5 .jxcg-content span {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.rd-5 .jxcg-content span img {
    display: block;
    width: 100%;
}

.huoban-1 .nav {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border: none;
}

.huoban-1 .nav .nav-item .nav-link {
    display: block;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    padding: 3px 0;
    background: none;
    margin: 0 2px;
    padding-bottom: 3rem;
}

.huoban-1 .nav .nav-item .nav-link span {
    display: block;
    text-align: center;
}

.huoban-1 .nav .nav-item .nav-link span.item-b {
    background-color: #fdd247;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 1rem 1.5rem;
}

.huoban-1 .nav .nav-item .nav-link.active span.item-b {
    background-color: #f68701;
    color: #fff;
}

.huoban-1 .nav .nav-item .nav-link span.item-t {
    color: #fdd247;
    font-size: 24px;
    font-weight: bold;
}

.huoban-1 .nav .nav-item .nav-link.active span.item-t {
    color: #f68701;
}

.huoban-1 .nav .nav-item:nth-child(2) .nav-link span.item-b {
    padding-top: 2rem;
}

.huoban-1 .nav .nav-item:nth-child(3) .nav-link span.item-b {
    padding-top: 3rem;
}

.huoban-1 .nav .nav-item:nth-child(4) .nav-link span.item-b {
    padding-top: 4rem;
}

.huoban-1 .nav .nav-item:nth-child(5) .nav-link span.item-b {
    padding-top: 5rem;
}

.huoban-1 .nav .nav-item .nav-link.active {
    background: url('../images/jxcg/huoban/i1.png') no-repeat center bottom;
}

.huoban-1 .tab-content {
    background-color: #fff2e2;
    padding: 1rem;
}

.huoban-1 .tab-pane {
    border: 5px solid #f68701;
    border-radius: 8px;
    background-color: #fff;
    padding: 2rem 10px;
}

.huoban-1 .tab-pane img {
    display: block;
    width: 100%;
}

.huoban-1 .jxcg-content {
    padding-left: 0;
    padding-right: 0;
}

.xsw-1 {
    padding-bottom: 0;
    background-color: #fff;
}

.xsw-1 .jxcg-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.xsw-1 .jxcg-head span.h2-dec {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.xsw-1 .swiper-slide {
    padding: 1rem;
    width: 90%;
}

.xsw-s-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 366px;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.xsw-s-l {
    width: 40%;
}

.xsw-s-l img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.xsw-s-r {
    width: 60%;
    box-sizing: border-box;
    padding: 0 1rem 0 1.5rem;
}

.xsw-s-r h3 {
    font-size: 26px;
    color: #e23e39;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

.xsw-s-r p {
    font-size: 17px;
    color: #666;
    margin-bottom: 0.5rem;
    line-height: 1.6em;
    text-align: justify;
}

.xsw-2 {
    padding-top: 0;
    background-color: #fff;
}

.xsw-2 .jxcg-content {
    background-color: #f5f5f5;
}

.xsw-2 .bookLine {
    border-top: 1px dashed #aaa;
}



.card-box {
    width: 710px;
    margin: 0 auto;
    background: #f5f5f5;
}

.bookStyLeft,
.bookStyRight {
    width: 710px;
    height: 298px;
    overflow: hidden;
    position: relative;
}

.bookDec {
    width: 350px;
    position: absolute;
}

.bookStyLeft .bookDec {
    left: 342px;
    top: 100px;
}

.bookStyRight .bookDec {
    right: 342px;
    top: 100px;
}

.bookDec h3 {
    font-size: 22px;
    font-weight: 600;
    color: #d6000f;
}

.bookDec p.p1 {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 1em;
    border-bottom: 2px dashed #ddd;
}

.bookDec p.p2 {
    font-size: 20px;
    color: #666;
    width: 490px;
    padding-top: 20px;
    border-top: 1px dotted #aaa;
}

.bookDec p.p2 img {
    position: relative;
    top: -2px;
}

.rdppt-big {
    width: 282px;
    height: 282px;
}

.rdppt-small {
    width: 368px;
    height: 90px;
    position: absolute;
}

.bookStyLeft .rdppt-small {
    left: 342px;
    top: 200px;
}

.bookStyRight .rdppt-small {
    right: 328px;
    top: 205px;
}

.ppt-border {
    position: absolute;
    border-radius: 50%;
    padding: 15px;
    border: 2px dotted #ffb525;
}

.bookStyLeft .ppt-border {
    left: 0px;
    top: 35px;
}

.bookStyRight .ppt-border {
    right: 0px;
    top: 35px;
}

.ppt-box {
    overflow: hidden;
    border-radius: 50%;
}

.rdppt-small .swiper-slide {
    box-sizing: border-box;
    width: 90px;
    height: 60px;
    padding: 4px;
    border: 1px dotted #f5f5f5;
    border-radius: 8px;
    cursor: pointer;
}

.rdppt-small .swiper-slide-thumb-active {
    border: 1px dotted #d6000f;
    border-radius: 8px;
}

.rdppt-small .swiper-slide img {
    border-radius: 7px;
    width: 100%;
    height: 100%;
    display: block;
}

.bookHot {
    width: 128px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    z-index: 2;
    background: url(../images/jxcg/xsw/ico5.png) no-repeat 0 0;
    background-size: 100%;
}

.bookStyLeft .bookHot {
    left: 20px;
    top: 46px;
}

.bookStyRight .bookHot {
    right: 180px;
    top: 56px;
}

.bookLine {
    margin: 0 auto;
    width: 700px;
    height: 2px;
    border-top: 1px dotted #aaa;
    margin-top: 60px;
}

.hw-1 .swiper-pagination {
    bottom: 10px;
}

.bxj-5 .bxj-content ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
}

.bxj-5 .bxj-content ul li .thumb {
    width: 50%;
    text-align: center;
}

.bxj-5 .bxj-content ul li .thumb img {
    display: block;
    margin: auto;
}

.bxj-5 .bxj-content ul li .text {
    width: 50%;
    box-sizing: border-box;
    padding-left: 3rem;
}

.bxj-5 .bxj-content ul li:nth-child(2n) .text {
    padding-left: 0;
    padding-right: 3rem;
    text-align: right;
}

.bxj-5 .bxj-content ul li .text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
}

.bxj-5 .bxj-content ul li .text p {
    font-size: 22px;
    line-height: 1.8em;
    color: #666;
    margin-bottom: 1rem;
}

#xxj main {
    background-color: #fff;
}

.jxcg-hw {
    margin: 20px 0;
    padding-top: 0;
    padding-bottom: 0;
}

.jxcg-hw .jxcg-content .img-full {
    width: 100%;
}

.jxcg-hw .jxcg-content .img-full img {
    display: block;
    width: 100%;
}

.jxcg-hw .jxcg-head h2 {
    margin-bottom: 0;
}

.xxj-1 .jxcg-content .img-full {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 63, 239, 0.5);
}

.list-warp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.list-item {
    margin-bottom: 1rem;
    text-align: center;
}

.xxj-2 {
    padding-bottom: 0;
}

.xxj-2 .jxcg-content {
    padding-left: 3rem;
    padding-right: 3rem;
}

.xxj-2 .list-item {
    padding: 1rem;
    border: 4px solid #65a1fb;
    border-radius: 20px;
    margin-bottom: 2rem;
}

.xxj-2 .list-item p {
    font-size: 22px;
    line-height: 1.3em;
    padding-top: 1rem;
    color: #333;
    letter-spacing: 0.1em;
}

.jxcg-hw .jxcg-content {
    padding-bottom: 0;
}

.xxj-3 .jxcg-content {
    padding-left: 3rem;
    padding-right: 3rem;
}

.xxj-3 .list-item {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.list-img .img-item {
    margin-bottom: 1.5rem;
}

.list-img .img-item img {
    display: block;
    margin: auto;
}

.xxj-4 .list-img .img-item {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.xxj-5 .jxcg-content {
    padding: 0;
    padding-top: 20px;
}

.data-table {
    padding: 0 3rem;
}

.data-table table {
    width: 100%;
    border-collapse: collapse;
}

.data-table table tr td {
    padding: 1rem 0;
    font-size: 22px;
    line-height: 1.3em;
    color: #333;
    letter-spacing: 0.1em;
}

.data-table table tr {
    border-bottom: 1px solid #ccc;
}

.data-table table tr td:nth-child(1) {
    font-weight: bold;
    width: 40%;
}

.cdb-1 .list-item {
    width: 30%;
}

.cdb-1 .list-item p {
    padding-top: 0.8rem;
    font-size: 20px;
}

.cdb-2 .img-item {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 50px;
}

.cdb-2 .list-img img {
    display: block;
    width: 100%;
}

.cdb-7 p.txt {
    font-size: 22px;
    line-height: 1.3em;
    color: #333;
    text-align: center;
    margin-bottom: 2rem;
}

#cdb .jxcg-head h2 {
    font-weight: bold;
}

.cdb-8 .img-full {
    overflow: hidden;
    border-radius: 20px;
}

.cdb-8 .jxcg-content {
    position: relative;
}

.cdb-8 .img-tip {
    width: 83px;
    height: 83px;
    position: absolute;
    top: 0;
    right: 10px;
}

.cdb-9 .img-item {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.cdb-9 .list-img img {
    display: block;
    width: 100%;
}

#dcj main {
    background-color: #fff;
}

#dcj .jxcg-head h2 {
    font-weight: bold;
}

.dcj-1 .list-item p {
    padding-top: 1rem;
}

.dcj-3 .jxcg-content {
    padding: 0;
}

.dcj-3 .list-img .img-item {
    margin-bottom: 0;
}

.dcj-2 .dcj-sty-1 {
    margin-bottom: 2rem;
}

.dcj-2 .dcj-sty-1 h3 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
    margin-left: 2rem;
    background-color: #91a9f6;
    padding: 0.5rem 1rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.dcj-2 .dcj-sty-dec {
    padding: 1rem 2rem;
    background-color: #fff;
    border: 2px solid #91a9f6;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.dcj-2 .dec-title {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #ff8235;
    margin-bottom: 1rem;
}

.dcj-2 .dec-txt {
    display: block;
    font-size: 22px;
    line-height: 1.3em;
    color: #333;
    margin-bottom: 1rem;
}

.data-info {
    padding: 2rem 0;
}

.data-info p {
    font-size: 16px;
    line-height: 1.8em;
    color: #666;
    margin-bottom: 1rem;
}