/* 1.Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬ */
.since {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.since .img {
    width: 23%;
    position: relative;
    z-index: 3
}

.since .det {
    width: 14%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.since .txt {
    width: 63%;
    box-sizing: border-box;
    padding: 60px 30px 60px 90px;
    background-color: #fff;
    z-index: 5;
}

.since .txt h3 {
    font-size: 24px;
    color: #201c70;
}

.since .txt .desc {
    margin: 30px 0;
    line-height: 30px;
    color: #626262;
    /* Ã¦â€“â€¡Ã¥Â­â€”Ã¥Â¯Â¹Ã©Â½Â */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
}

.since .txt .desc span {
    color: #333333;
}

.since .txt .desc p {
    color: #666666;
    font-size: 20px; 
    line-height: 2.5em;
}

.since .det p {
    white-space: nowrap;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 4px solid #333333;
}

.since .det p:first-child {
    margin-left: 40px;
}

.since .det p:last-child {
    margin-left: 140px;
    margin-top: 23px;
}

@media (max-width: 1540px) {
    .since .img {
        width: 100%;
        height: 160px;
        display: none
    }

    .since .det {
        width: 20%;
    }

    .since .txt {
        width: 80%;
    }

    .since .det p:first-child {
        margin-left: 0;
    }
}

@media (max-width: 1000px) {
    .dis-bom {
    margin-left: auto!important;
}
    .cons{padding-left:0!important}
    .since .img {
        width: 100%;
        height: 160px;
    }
	.img1{display:none;}
	.news li a{width:100%!important;
	    padding: 10px 0 18px 0!important;
	margin-top:0!important}

    .since .det {
        width: 100%;
        padding: 30px 0;
    }

    .since .det p {
        width: 100%;
        font-size: 18px;
        border-bottom: 1px solid #666666;
    }

    .since .txt .desc p {
        color: #666666;
        font-size: 13px; 
        /* line-height: 1.5em; */
    }

    .since .txt {
        width: 100%;
        padding: 20px;
    }


    .since .det p:first-child {
        text-align: left;
        margin-left: 0;
    }

    .since .det p:last-child {
        text-align: right;
        margin-left: 0;
        margin-top: 10px;
    }

    .since .txt h3 {
        font-size: 17px;
        line-height: 32px;
        color: #201c70;
    }

    .since .txt .desc {
        margin: 15px 0;
        line-height: 28px;
    }
}

/* 2.Ã¤ÂºÂ§Ã¥â€œÂÃ¤Â¸Å½Ã¦Å“ÂÃ¥Å Â¡ */

.shangsuo {
    margin-top: 0px;
}

@media (max-width: 680px) {
    .shangsuo {
        margin-top: -30px;
    }
}
.core-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 0px;
}

.core-swiper .swiper-container {
    width: 100%;
    height: 100%;
    padding: 0 340px;
}

.core-swiper .swiper-slide {
    width: 100%;
    height: auto;
}

.core-swiper .lcmain {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.core-swiper .img {
    position: relative;
    width: 100%;
    height: 100%;
}

.core-swiper .img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 0.39);
    top: 0;
    left: 0
}

.core-swiper .txt {
    position: absolute;
    bottom: 0;
    left: 90px;
    max-width: 380px;

    width: 80%;
    height: auto;
    background-color: #ffffff;
}

.core-swiper .txt a {
    display: block;
    position: relative;
    padding: 50px;
    z-index: 4
}

.core-swiper .txt::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    top: 0;
    left: 0;
    transition: all 0.5s
}

.core-swiper .txt::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    bottom: 0;
    right: 0;
    transition: all 0.5s
}

.core-swiper .lcmain:hover .txt:before {
    width: 100%;
    height: 100%;
    border-bottom: solid 2px #201c70;
    border-right: solid 2px #201c70;

}

.core-swiper .lcmain:hover .txt::after {
    width: 100%;
    height: 100%;
    border-top: solid 2px #201c70;
    border-left: solid 2px #201c70;
}

.core-swiper .lcmain:hover .img:before {
    background: none
}

.core-swiper .txt h3 {
    font-size: 24px;
    color: #201c70;
}

.core-swiper .txt p {
    line-height: 32px;
    margin-top: 30px;
    color: #626262;
    /* Ã¦â€“â€¡Ã¥Â­â€”Ã¥Â¯Â¹Ã©Â½Â */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
}

.core-swiper .txt span {
    display: block;
    margin-top: 30px;
    color: #201c70;
}

/* Ã¨Â½Â®Ã¦â€™Â­Ã¥â€ºÂ¾Ã©Â»ËœÃ¨Â®Â¤Ã¦Â Â·Ã¥Â¼ÂÃ¤Â¿Â®Ã¦â€Â¹ */
.core-swiper .swiper-button-next,
.core-swiper .swiper-button-prev {
    width: 80px;
    height: 50px;
    transition: all 0.5s
}

.core-swiper .swiper-button-prev,
.core-swiper .swiper-container-rtl .swiper-button-next {
    background-image: url("../image/core-left.png"/*tpa=http://www.jpkjgf.com/static/image/core-left.png*/);
    background-size: 100% 100%;
    left: 300px;
}

.core-swiper .swiper-button-next:hover,
.core-swiper .swiper-button-prev:hover {
    border-radius: 10px;
}

.core-swiper .swiper-button-next,
.core-swiper .swiper-container-rtl .swiper-button-prev {
    background-image: url("../image/core-right.png"/*tpa=http://www.jpkjgf.com/static/image/core-right.png*/);
    background-size: 100% 100%;
    right: 300px;
}

.core-swiper .swiper-pagination {
    width: 100%;
    bottom: 15px;
    text-align: center;
}

.core-swiper .swiper-pagination-bullet,
.core-swiper .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    border-radius: 0;
    background-color: #e4e5e8;
    opacity: 1;
}

.core-swiper .swiper-pagination-bullet-active {
    background-color: #201c70;
}

.core-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}

.index-map {
    margin-top: 60px;
    height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}

.index-map img {
    width: 80%;
}

@media (max-width: 1400px) {
    .core-swiper {
    margin-bottom: 70px;
  }
  .core-swiper .swiper-container {
    padding: 0 180px;
  }
/*  .core-swiper .txt {
    padding: 30px;
  }*/
    .core-swiper .txt  a{
        padding: 30px;
    }
  .core-swiper .txt h3 {
    font-size: 20px;
  }
  .core-swiper .txt p,
  .core-swiper .txt span {
    margin-top: 20px;
  }
  .core-swiper .swiper-button-prev,
  .core-swiper .swiper-container-rtl .swiper-button-next {
    left: 150px;
  }
  .core-swiper .swiper-button-next,
  .core-swiper .swiper-container-rtl .swiper-button-prev {
    right: 150px;
  }
  .core-swiper .swiper-pagination-bullet,
  .core-swiper .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 1000px) {
    .index-map{
    margin-top:20px;
    height:500px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    
}
.index-map img{
    width:100%;
}
  .core-swiper {
    padding-bottom: 70px;
    margin-bottom: 30px;
  }
  .core-swiper .swiper-container {
    width: 100%;
    padding: 0 30px;
  }
  .core-swiper .lcmain {
    height: 320px;
  }
  .core-swiper .txt {
    /*padding: 20px;*/
    left: 50%;
    transform: translateX(-50%);
  }
    .core-swiper .txt a {
        padding: 20px;
    }
  .core-swiper .txt h3 {
    font-size: 17px;
  }
  .core-swiper .txt p {
    line-height: 27px;
    margin-top: 10px;
  }
  .core-swiper .txt span {
    margin-top: 15px;
  }
  .core-swiper .swiper-button-next,
  .core-swiper .swiper-button-prev {
    width: 50px;
    height: 35px;
  }
  .core-swiper .swiper-button-prev,
  .core-swiper .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .core-swiper .swiper-button-next,
  .core-swiper .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  .core-swiper .swiper-pagination-bullet,
  .core-swiper .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
  .core-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
}

/* 3.Ã¥ÂË†Ã¤Â½Å“Ã¤Â¼â„¢Ã¤Â¼Â´ */
.coop li {
    /* cursor: pointer; */
    position: relative;
    width: calc((100% / 4) - 25px);
    color: #ffffff;
    font-size: 20PX;
    text-align: center;
    border-radius: 10px;
    cursor: default;

}

.coop a {
    cursor: default;

}

.coop li img {
    border-radius: 10px;
}

.coop li .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: calc((100% / 4) - 25px);
    text-align: center;
}

.coop li:hover img,
.coop li:hover .zhezhao {
    transform: scale(1.03, 1.03);
}

.coop li .zhezhao {
    display: inline-block;
    position: absolute;
    left: 10%;
    top: 0;
    width: 80%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: 0.6s all linear;
    border-radius: 10px;
}


.coop li:hover .zhezhao {
    visibility: hidden;
    background: rgba(0, 0, 0, 0);
}


.coop li:not(:nth-child(4n)) {
    margin-right: 30px;
}

.coop li:nth-child(n + 5) {
    margin-top: 30px;
}


@media (max-width: 600px) {
    .index-map {
        margin-top: 20px;
        height: 300px;

    }
}

@media (max-width: 1400px) {
    .coop li {
        width: calc((100% / 4) - 15px);
    }

    .coop li:not(:nth-child(6n)) {
        margin-right: 18px;
    }

    .coop li:nth-child(n + 7) {
        margin-top: 18px;
    }
   
}

@media (max-width: 1000px) {
    .coop li {
        width: calc((100% / 4) - 5px);
    }

    .coop li:not(:nth-child(6n)) {
        margin-right: 6px;
    }

    .coop li:nth-child(n + 7) {
        margin-top: 10px;
    }

    .coop li:hover .zhezhao {
        visibility: visible;
        background: rgba(0, 0, 0, 0.2);
    }

    .coop li:hover img,
/* .coop li:hover .center, */
.coop li:hover .zhezhao {
    transform: scale(1, 1);
}

}

@media (max-width: 680px) {
    .coop li {
        font-size: 15PX;
    
    }

    .coop li {
        width: calc((100% / 4) - 9px);
    }

    .coop li:not(:nth-child(4n)) {
        margin-right: 0;
    }

    .coop li:nth-child(n + 5) {
        margin-top: 0;
        margin-right: 0;
    }

    .coop li:not(:nth-child(4n)) {
        margin-right: 9px;
    }

    .coop li:nth-child(n + 5) {
        margin-top: 10px;
    }
    .coop li .center{
        width: 100%;
    }
}

/* 4.Ã©Â¦â€“Ã©Â¡ÂµÃ¨Ââ€Ã§Â³Â»Ã¦Ë†â€˜Ã¤Â»Â¬ */
.relat {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.relat .img {
    width: 56%;
}

.relat ul {
    width: 40%;
}

.relat ul li {
    padding: 30px 0;
    border-bottom: 1px solid #dde2e5;
}

.relat ul li:first-child {
    padding-top: 0;
    color: #201c70;
    font-size: 20px;
    font-weight: bold;
}

.relat ul li p {
    color: #2e2e2e;
    font-size: 18px;
    margin-bottom: 5px;
}

.relat ul li span {
    color: #949494;
}

@media (max-width: 1400px) {
    .relat .img {
        width: 60%;
    }

    .relat ul {
        width: 37%;
    }

    .relat ul li {
        padding: 20px 0;
    }
}

@media (max-width: 1000px) {
    .relat {
        flex-direction: column;
    }

    .relat .img {
        order: 2;
        width: 100%;
        margin-top: 30px;
    }

    .relat ul {
        order: 1;
        width: 100%;
    }

    .relat ul li {
        padding: 10px 0;
    }

    .relat ul li:first-child {
        font-size: 17px;
    }

    .relat ul li p {
        font-size: 15px;
        margin-bottom: 3px;
    }
}

/* 5.Ã¨Ââ€Ã§Â³Â»Ã¦Ë†â€˜Ã¤Â»Â¬ */
.contact {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.contact h2 {
    font-size: 37px;
    line-height: 37px;
    color: #201c70;
    position: relative;
    padding-bottom: 30px;
}

.contact h2::before {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #201c70;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact .code {
    width: 240px;
    height: 240px;
}

.contact .lf ul {
    margin-top: 50px;
}

.contact .lf ul li {
    line-height: 30px;
    color: #323232;
}

.contact .lf ul li:not(:first-child) {
    margin-top: 42px;
}

@media (max-width: 1400px) {
    .contact h2 {
        font-size: 30px;
    }

    .contact .code {
        width: 180px;
        height: 180px;
    }

    .contact .lf ul li:not(:first-child) {
        margin-top: 32px;
    }
}

@media (max-width: 1000px) {
    .contact {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact h2 {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 15px;
    }

    .contact h2::before {
        width: 50px;
        height: 2px;
    }

    .contact .code {
        width: 100px;
        height: 100px;
        margin-top: 20px;
    }

    .contact .lf ul {
        margin-top: 30px;
    }

    .contact .lf ul li {
        line-height: 28px;
    }

    .contact .lf ul li:not(:first-child) {
        margin-top: 23px;
    }
}

/* 6.Ã§â€¢â„¢Ã¨Â¨â‚¬ */
.msg ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.msg ul li {
    width: 30%;
}

.msg ul li:last-child {
    width: 100%;
}

.msg ul li:nth-child(n + 4) {
    margin-top: 30px;
}

.msg ul li input,
.msg ul li textarea {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    padding: 0 18px;
    font-size: 16px;
    border: 1px solid #e4e5e8;
    color: #b2b2b2;
    resize: none;
    background-color: #f8f9fb;
}

.msg ul li textarea {
    height: 200px;
    padding: 18px;
}

.msg .submit {
    margin: 50px 0 0;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    background-color: #201c70;
}

.msg .agree {
    margin-top: 20px;
}

.msg .agree label {
    font-weight: normal;
    color: #98989a;
    margin-left: 10px;
}

.msg .agree input[type="checkbox"] {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 7px;
}

@media (max-width: 768px) {
    .msg ul li {
        width: 100%;
    }

    .msg ul li:nth-child(n + 4) {
        margin-top: 0;
    }

    .msg ul li:nth-child(n + 2) {
        margin-top: 20px;
    }

    .msg ul li input,
    .msg ul li textarea {
        margin-top: 5px;
        height: 38px;
        padding: 0 10px;
        font-size: 12px;
    }

    .msg ul li textarea {
        height: 120px;
        padding: 10px;
    }

    .msg .submit {
        margin: 30px 0 0;
        width: 120px;
        height: 38px;
        line-height: 38px;
    }

    .msg .agree input[type="checkbox"] {
        width: 11px;
        height: 11px;
        margin-bottom: 9px;
    }

    .msg .agree label {
        margin-left: 5px;
    }
}

/* 7.Ã¦â€“Â°Ã©â€”Â»Ã¨Â¯Â¦Ã¦Æ’â€¦ */
.cular h2 {
    text-align: center;
    font-size: 30px;
    line-height: 42px;
    color: #333333;
}

.cular .time {
    text-align: center;
    margin-top: 30px;
    color: #98989a;
    padding-bottom: 20px;
    border-bottom: 3px solid #201c70;
}

.cular .time span:first-child {
    margin-right: 30px;
}

.cular .cons {
    margin-top: 40px;
    line-height: 32px;
    color: #858585;
    /* Ã¦â€“â€¡Ã¥Â­â€”Ã¥Â¯Â¹Ã©Â½Â */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
}



.cular .cons h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.cular .cons .cen {
    height: 20px;
    text-align: center;


}

.cular .cons b {
    display: block;
    height: 20px;
    padding-top: 20px;
    color: #201c70;


}

.cular .cons .f1 {
    display: block;
    height: 0px;
    padding-top: 0px;
}



.cular .cons img {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 800px;
}

@media (max-width: 1400px) {
    .cular h2 {
        font-size: 24px;
        line-height: 37px;
    }

    .cular .time {
        margin-top: 30px;
        padding-bottom: 15px;
        border-bottom: 2px solid #201c70;
    }

    .cular .cons {
        margin-top: 30px;
    }
}

@media (max-width: 1000px) {
    .cular h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .cular .time {
        font-size: 13px;
        margin-top: 15px;
        padding-bottom: 10px;
    }

    .cular .cons {
        font-size: 14px;
        line-height: 27px;
        margin-top: 15px;
    }

    .cular .cons h3 {
        font-size: 15px;
    }
}

/* 8.Ã¦â€“Â°Ã©â€”Â»Ã¦Å½Â¨Ã¨ÂÂ */
.newsreco a {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.newsreco .img,
.newsreco .txt {
    width: 50%;
}

.newsreco .txt {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f5f5f5;
}

.newsreco .txt h3 {
    font-size: 24px;
    line-height: 40px;
    color: #323232;
    margin-bottom: 20px;
}

.newsreco:hover h3 {
    color: #201c70;
}

.newsreco .txt em {
    color: #98989a;
}

.newsreco .desc {
    line-height: 32px;
    margin-top: 30px;
    color: #626262;
    /* Ã¦â€“â€¡Ã¥Â­â€”Ã¥Â¯Â¹Ã©Â½Â */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
}

.newsreco .txt .more {
    margin: 50px 0 0;
    display: block;
    width: 170px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #ffffff;
    background-color: #201c70;
}

@media (max-width: 1400px) {
    .newsreco .txt h3 {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .newsreco .desc {
        margin-top: 20px;
    }

    .newsreco .txt .more {
        margin: 30px 0 0;
    }
}

@media (max-width: 768px) {
    .newsreco a {
        flex-direction: column;
    }

    .newsreco .img,
    .newsreco .txt {
        width: 100%;
    }

    .newsreco .txt {
        padding: 20px 20px 40px;
    }

    .newsreco .txt h3 {
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .newsreco .desc {
        margin-top: 10px;
        line-height: 28px;
    }

    .newsreco .txt .more {
        margin: 20px auto 0;
        width: 120px;
        height: 38px;
        line-height: 38px;
    }
}

/* 9.Ã¦â€“Â°Ã©â€”Â»Ã¨Âµâ€žÃ¨Â®Â¯ */
.newsbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.newsbox .newslist {
    width: 100%;
}

.newsbox .newshot {
    width: 26%;
}

.news {
    width: 100%;
    height: auto;
}

.news li {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 30px 0;
    /* border-bottom: 1px dashed #98989a; */
    /* Ã¨Â¿â€¡Ã¦Â¸Â¡ */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
clear: both;}

.news li:first-child {
    padding-top: 0;
}

.news li a {
    display: inline-block;
    justify-content: flex-start;
    
float: left;width: 60%;padding-bottom: -10px;align-content: space-around;align-items: center;flex-direction: row;margin-top: 35px;}

.news li .time {
    width: 160px;
    height: 160px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* Ã¨Â¿â€¡Ã¦Â¸Â¡ */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
float: left;}

.news li .time h2 {
    font-size: 48px;
    color: #333333;
}

.news li .time p {
    font-size: 18px;
    color: #666666;
}

.news li:hover .time {
    background-color: #201c70;
    /* Ã¨Â¿â€¡Ã¦Â¸Â¡ */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.news li:hover .time h2,
.news li:hover .time p {
    color: #ffffff;
}

.news li .det {
    width: calc(100% - 160px);
    box-sizing: border-box;
    padding-left: 30px;
float: left;}

.news li .det h4 {
    font-size: 24px;
    /* Ã¨Â¶â€¦Ã¥â€¡ÂºÃ©Å¡ÂÃ¨â€”Â */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news li .det .desc {
    margin-top: 20px;
    line-height: 32px;
    color: #98989a;
    /* Ã¦â€“â€¡Ã¥Â­â€”Ã¥Â¯Â¹Ã©Â½Â */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
    /* Ã¦â€“â€¡Ã¥Â­â€”Ã¦Å“â‚¬Ã¥Â¤Å¡Ã¦ËœÂ¾Ã§Â¤ÂºÃ¥â€¡Â Ã¨Â¡Å’ */
    overflow: hidden;
    text-overflow: ellipsis;
    /* Ã¨Â¶â€¦Ã¥â€¡ÂºÃ©Æ’Â¨Ã¥Ë†â€ Ã§Å“ÂÃ§â€¢Â¥Ã¥ÂÂ· */
    word-break: break-all;
    /* break-all(Ã¥â€¦ÂÃ¨Â®Â¸Ã¥Å“Â¨Ã¥Ââ€¢Ã¨Â¯ÂÃ¥â€ â€¦Ã¦ÂÂ¢Ã¨Â¡Å’Ã£â‚¬â€š) */
    display: -webkit-box;
    /* Ã¥Â¯Â¹Ã¨Â±Â¡Ã¤Â½Å“Ã¤Â¸ÂºÃ¤Â¼Â¸Ã§Â¼Â©Ã§â€ºâ€™Ã¥Â­ÂÃ¦Â¨Â¡Ã¥Å¾â€¹Ã¦ËœÂ¾Ã§Â¤Âº */
    -webkit-box-orient: vertical;
    /* Ã¨Â®Â¾Ã§Â½Â®Ã¦Ë†â€“Ã¦Â£â‚¬Ã§Â´Â¢Ã¤Â¼Â¸Ã§Â¼Â©Ã§â€ºâ€™Ã¥Â¯Â¹Ã¨Â±Â¡Ã§Å¡â€žÃ¥Â­ÂÃ¥â€¦Æ’Ã§Â´Â Ã§Å¡â€žÃ¦Å½â€™Ã¥Ë†â€”Ã¦â€“Â¹Ã¥Â¼Â */
    -webkit-line-clamp: 3;
    /* Ã¦ËœÂ¾Ã§Â¤ÂºÃ§Å¡â€žÃ¨Â¡Å’Ã¦â€¢Â° */
    max-height: 80rpx;
    /* Ã¨Â®Â¾Ã§Â½Â®Ã¦Å“â‚¬Ã¥Â¤Â§Ã©Â«ËœÃ¥ÂºÂ¦Ã¯Â¼Å’Ã¦Â Â¹Ã¦ÂÂ®Ã¨Â¡Å’Ã©Â«ËœÃ¯Â¼Å’Ã¨Â¦ÂÃ¥â€¡Â Ã¨Â¡Å’Ã¤Â¹ËœÃ¤Â»Â¥Ã¥â€¡Â Ã¥â‚¬Â */
}

.newsmend {
    width: 100%;
    height: auto;
}

.newsmend li {
    width: 100%;
    height: auto;
    position: relative;
}

.newsmend li:not(:first-child) {
    margin-top: 20px;
}

.newsmend li .img {
    width: 100%;
    height: auto;
    overflow: hidden
}

.newsmend li p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    /* Ã¨Â¶â€¦Ã¥â€¡ÂºÃ©Å¡ÂÃ¨â€”Â */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 7px;
}

@media (max-width: 1400px) {
    .news li .time {
        width: 130px;
        height: 130px;
    }

    .news li .time h2 {
        font-size: 38px;
    }

    .news li .time p {
        font-size: 16px;
    }

    .news li .det {
        width: calc(100% - 130px);
        padding-left: 20px;
    }

    .news li .det h4 {
        font-size: 20px;
    }

    .news li .det .desc {
        margin-top: 15px;
    }
}

@media (max-width: 1000px) {
    .newsbox {
        flex-direction: column;
    }

    .newsbox .newslist {
        width: 100%;
    }

    .newsbox .newshot {
        width: 100%;
        margin-top: 30px;
    }

    .news li {
        padding: 20px 0;
    }

    .news li .time {
        width: 90px;
        height: 90px;
    }

    .news li .time h2 {
        font-size: 28px;
    }

    .news li .time p {
        font-size: 14px;
    }

    .news li .det {
        width: calc(100% - 90px);
        padding-left: 15px;
    }

    .news li .det h4 {
        font-size: 17px;
    }

    .news li .det .desc {
        margin-top: 10px;
        line-height: 28px;
        -webkit-line-clamp: 2;
        /* Ã¦ËœÂ¾Ã§Â¤ÂºÃ§Å¡â€žÃ¨Â¡Å’Ã¦â€¢Â° */
    }

    .newsmend {
        display: flex;
        flex-wrap: wrap;
    }

    .newsmend li {
        width: calc((100% / 2) - 5px);
    }

    .newsmend li:not(:nth-child(2n)) {
        margin-right: 10px;
    }

    .newsmend li:not(:first-child) {
        margin-top: 0;
    }

    .newsmend li:nth-child(n + 3) {
        margin-top: 15px;
    }

    .newsmend li p {
        height: 32px;
        line-height: 32px;
    }
}

/* 10.Ã¥Ââ€˜Ã¥Â±â€¢Ã¥Å½â€ Ã§Â¨â€¹ */
.course-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.course-swiper .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.course-swiper .swiper-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #e4e5e8;
}

.course-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    padding: 260px 0;
}

.course-swiper .swiper-slide .year {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;

    border-radius: 50%;
    text-align: center;
    border: 1px solid #201c70;
    font-size: 24px;
    color: #201c70;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.course-swiper .swiper-slide-active .year {
    color: #ffffff;
    background-color: #201c70;
}

.course-swiper .swiper-slide .cons {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    position: absolute;
    left: 0;
}

.course-swiper .cons .txt {
    width: 100%;
    height: 100%;
    padding: 30px;
    text-align: center;
    position: relative;
}

.course-swiper .swiper-wrapper .swiper-slide:nth-child(even) .cons {
    top: 0;
}

.course-swiper .swiper-wrapper .swiper-slide:nth-child(odd) .cons {
    bottom: 0;
}

.course-swiper .cons .txt::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 16px;
}

.course-swiper .swiper-wrapper .swiper-slide:nth-child(even) .cons .txt::before {
    bottom: -16px;
    background: url("../image/trig-down.png"/*tpa=http://www.jpkjgf.com/static/image/trig-down.png*/) no-repeat center/cover;
}

.course-swiper .swiper-wrapper .swiper-slide:nth-child(odd) .cons .txt::before {
    top: -16px;
    background: url("../image/trig-up.png"/*tpa=http://www.jpkjgf.com/static/image/trig-up.png*/) no-repeat center/cover;
}

.course-swiper .cons .txt span {
    display: inline-block;
    width: 80%;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 15px;
    color: #201c70;
    border-bottom: 2px solid #ebebee;
    position: relative;
}

.course-swiper .cons .txt span::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background-color: #201c70;
}

.course-swiper .cons .txt .desc {
    margin-top: 20px;
    color: #2e2e2e;
    line-height: 27px;
}

@media (max-width: 1000px) {
    .course-swiper .swiper-slide .year {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 20px;
    }

    .course-swiper .cons .txt {
        padding: 15px;
    }

    .course-swiper .cons .txt span {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 10px;
    }

    .course-swiper .cons .txt .desc {
        margin-top: 15px;
        font-size: 12px;
        line-height: 24px;
    }

    .course-swiper .swiper-slide {
        padding: 220px 0;
    }
}

/* 11.Ã¨ÂÂ£Ã¨Âªâ€°Ã¨Âµâ€žÃ¨Â´Â¨ */
.cert-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}

.cert-swiper img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.cert-swiper .swiper-slide {
    text-align: center;
    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.7);
}

.cert-swiper .swiper-slide-active,
.cert-swiper .swiper-slide-duplicate-active {
    transform: scale(1);
}

/* Ã¥Ë†â€ Ã©Â¡ÂµÃ¥â„¢Â¨Ã¦Å’â€°Ã©â€™Â®Ã¦Â Â·Ã¥Â¼ÂÃ¤Â¿Â®Ã¦â€Â¹ */
.cert-swiper .swiper-pagination-bullet,
.cert-swiper .swiper-pagination-bullet-active {
    width: 50px;
    height: 4px;
    border-radius: 0;
    background-color: #e4e5e8;
    opacity: 1;
}

.cert-swiper .swiper-pagination-bullet-active {
    background-color: #201c70;
}

.cert-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}

.cert-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.cert-swiper .swiper-pagination-custom,
.cert-swiper .swiper-pagination-fraction {
    bottom: 0;
}

@media (max-width: 1000px) {
    .cert-swiper {
        padding-bottom: 70px;
    }

    .cert-swiper .swiper-pagination-bullet,
    .cert-swiper .swiper-pagination-bullet-active {
        width: 32px;
        height: 2px;
        /* border-radius: 7px; */
    }

    .cert-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 7px;
    }
}

/* 12.Ã¥Â²â€”Ã¤Â½ÂÃ¦â€¹â€ºÃ¨ÂËœ */
.jobs li {
    width: 100%;
    height: auto;
    /* box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12); */
}

.jobs li:not(:first-child) {
    margin-top: 30px;
}

.jobs li .name {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 40px;
    cursor: pointer;
    /* Ã¨Â¿â€¡Ã¦Â¸Â¡ */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.jobs li .name h2 {
    width: calc(100% - 60px);
    font-weight: bold;
    color: #323232;
    font-size: 20px;
}

.jobs li .name .ico {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    /* Ã¨Â¿â€¡Ã¦Â¸Â¡ */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.jobs li .name .ico img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.jobs li .name .ico img:nth-child(1) {
    opacity: 1;
}

.jobs li .name .ico img:nth-child(2) {
    opacity: 0;
}

.jobs li .duty {
    box-sizing: border-box;
    padding: 30px 40px;
    color: #626262;
    background-color: #ffffff;
    display: none;
    line-height: 32px;
    /* Ã¦â€“â€¡Ã¥Â­â€”Ã¥Â¯Â¹Ã©Â½Â */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
}

.jobs li .duty .item span {
    color: #323232;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.jobs li .duty .item:not(:first-child) {
    margin-top: 32px;
}

.jobs li .duty .more {
    margin: 50px 0 0;
    display: block;
    width: 160px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    text-align-last: center;
    color: #ffffff;
    border: 1px solid #201c70;
    background: #211d71;
}

.jobs li.active .name,
.jobs li:hover .name {
    background-color: #201c70;
}

.jobs li.active .name h2,
.jobs li:hover .name h2 {
    color: #ffffff;
}

.jobs li.active .name .ico img:nth-child(1),
.jobs li:hover .name .ico img:nth-child(1) {
    opacity: 0;
}

.jobs li.active .name .ico img:nth-child(2),
.jobs li:hover .name .ico img:nth-child(2) {
    opacity: 1;
}

@media (max-width: 1400px) {
    .jobs li .name {
        padding: 20px 20px;
    }

    .jobs li .duty {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .jobs li:not(:first-child) {
        margin-top: 20px;
    }

    .jobs li .name {
        padding: 15px 20px;
    }

    .jobs li .name h2 {
        width: calc(100% - 30px);
        font-size: 17px;
        line-height: 32px;
    }

    .jobs li .duty {
        padding: 20px 20px 30px;
        line-height: 28px;
    }

    .jobs li .duty .item span {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .jobs li .duty .item:not(:first-child) {
        margin-top: 15px;
    }

    .jobs li .name .ico {
        width: 24px;
        height: 24px;
    }

    .jobs li .duty .more {
        margin: 30px 0 0;
        width: 120px;
        height: 42px;
        line-height: 40px;
    }
}

/* 13.Ã¤ÂºÂ§Ã¥â€œÂÃ¤Â¸Å½Ã¦Å“ÂÃ¥Å Â¡ */
.goods li {
    width: 100%;
    height: 540px;
    margin-top: 140px;
    padding-right: 120px;
    
}

.goods li a {
    display: block;
}

.goods li:nth-child(even) {
    padding-right: 0;
    padding-left: 120px;
}

.goods li:first-child {
    margin-top: 0;
}

.goods li .img {
    width: 100%;
    height: 100%;
    position: relative;
}

.goods li .txt {
    position: absolute;
    bottom: -60px;
    max-width: 380px;
    padding: 50px;
    width: 80%;
    height: auto;
    background-color: #f5f5f5;
}

.goods li:nth-child(odd) .txt {
    left: 90px;
}

.goods li:nth-child(even) .txt {
    right: 90px;
}

.goods li .txt h3 {
    font-size: 24px;
    color: #201c70;
}

.goods li .txt p {
    line-height: 32px;
    margin-top: 30px;
    color: #626262;
    /* Ã¦â€“â€¡Ã¥Â­â€”Ã¥Â¯Â¹Ã©Â½Â */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
}


.goods li .txt span {
    display: block;
    margin-top: 30px;
    color: #201c70;
}

@media (max-width: 1400px) {
    .goods li {
        height: 420px;
        padding-right: 90px;
        margin-top: 90px;
    }

        .goods li:nth-child(even) {
            padding-right: 0;
            padding-left: 90px;
        }

        .goods li:nth-child(odd) .txt {
            left: 60px;
        }

        .goods li:nth-child(even) .txt {
            right: 60px;
        }

        .goods li .txt h3 {
            font-size: 20px;
        }

        .goods li .txt p,
        .goods li .txt span {
            margin-top: 20px;
        }
}

@media (max-width: 1000px) {
    .goods li {
        height: 380px;
        padding-right: 0;
        margin-top: 10px;
    }

        .goods li:nth-child(even) {
            padding-right: 0;
            padding-left: 0;
        }

        .goods li .txt {
            padding: 30px;
            bottom: 60px;
        }

            .goods li .txt h3 {
                font-size: 17px;
            }

            .goods li .txt p {
                line-height: 27px;
                margin-top: 10px;
            }

            .goods li .txt span {
                margin-top: 15px;
            }
}






/*  */

.indPro {
    width: 100%;
    height: 100vh;
    background: #21252E;
    background-image: url("static/image/indPro_bg.png"/*tpa=http://www.jpkjgf.com/static/css/static/image/indPro_bg.png*/);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.indPro .indTit{
    margin-bottom: 44px;
}

.indPro .inner {
    max-width: 1560px;
}

.indProBox {
    width: 100%;
    padding: 0 98px;
    position: relative;
}

.indPro .Tit {
    margin-bottom: 44px;
}

.indProBox .swiper-container {
    width: 100%;
    padding: 46px 0 0;
}

.indProItem {
    width: 100%;
    border-radius: 8px;
    display: block;
    position: relative;
    transition: all .48s;
}

.indProImg {
    width: 100%;
    position: relative;
    padding-top: 124%;
    border-radius: 8px;
}

.indProImg::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
}

.indProImg img {
    object-fit: cover;
    border-radius: 8px;
}

.indProText {
    position: absolute;
    left: 34px;
    bottom: 28px;
    transition: all .48s;
    z-index: 2;
    margin-right: 30px;
}

.indProText span {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 12px;
    transition: all .48s;
}

.indProText p {
    font-size: 16px;
    /* width: 320px; */
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.indProText i {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    display: inline-flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    transition: all .48s;
}

.indProText i img {
    width: 10px;
    margin-left: 5px;
}

.indProBut {
    position: absolute;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    z-index: 9;
}

.indProBut img {
    width: 32px;
    opacity: .68;
    transition: all .48s;
}

.indProBut.next {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}

.indProBut.prev {
    left: 0;
}


/*  */

.indProBox .swiper-slide:hover .indProItem {
    box-shadow: 0 0 30px rgba(38, 137, 243, 0.48);
    transform: translateY(-24px);
}

.indProBox .swiper-slide:hover .indProImg::after {
    display: none;
}

.indProBut img:hover {
    opacity: 1;
}

.indProText i:hover {
    color: #fff;
}

/*  */

.inner {
    width: 91.6%;
    width: 86.6%;
    margin: 0 auto;
    max-width: 1260px;
    padding-right: 60px;
}

.padd {
    padding: 100px 0;
}

.indTit {
    margin-bottom: 90px;
}

.indTit.center {
    text-align: center;
}

.indTit.white span {
    color: #fff;
}

.indTit.white p {
    color: #fff;
}

.indTit span {
    font-size: 55px;
    font-weight: 600;
    line-height: 1.2;
    color: #424255;
    position: relative;
}

.indTit p {
    font-size: 18px;
    color: #929292;
    margin-top: 20px;
}


/* Ã¥â€ºÂ¾Ã§â€°â€¡Ã©Â«ËœÃ¥ÂºÂ¦ */
.indImg{
    overflow: hidden;
    position: relative;
}
.indImg img{
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}



@media (max-width: 1000px) {
     /*  */
     .indProBox {
        padding: 0 25px;
    }


    .indProText span {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .indProText p {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .indProBut img {
        width: 12px;
    }

}




@media (max-width: 1024px) {

    .indTit p {
        font-size: 14px;

    }

    .inner {
        width: 91.6%;
        max-width: 1230px;
        padding-left: 50px;
    }

    

    .hNav ul li a {
        line-height: 60px;
    }

    .indTit span {
        font-size: 20px;
    }

    .indTit {
        margin-bottom: 36px;
    }


    /*  */
    .indPro {
        height: auto;
        padding: 48px 0;
    }

    .indProBox .swiper-container {
        padding-top: 10px;
    }

    .indProBox .swiper-slide:hover .indProItem {
        box-shadow: 0 0 20px rgb(38 137 243 / 48%);
        transform: translateY(-10px);
    }

}

.img1{    width: 21%;
    float: right;margin-bottom: 29px;}
/* ----- PBÃ¥Ë†â€ Ã©Â¡ÂµÃ¦â€¢Â°Ã¥Â­â€”Ã¦ÂÂ¡Ã¦â€¢Ë†Ã¦Å¾Å“ Ã§Â»â€œÃ¦ÂÅ¸ ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  position: relative;
  top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #4fc08d;
  border: 1px solid #4fc08d;
}
.pagination a.page-num-current {
  color: #fff;
  background: #4fc08d;
  border: 1px solid #4fc08d;
}
.cons{/* padding-left: 100px */}