    @charset "utf-8";
    body {
        word-break: break-all;
        margin: 0 auto;
        width: 100%;
        background: #fff;
    }

    .sectionOne {
        width: 100%;
        position: relative;
    }

    .sectionOne>img {
        display: block;
        width: 100%;
        position: relative;
    }



    .sectionTwo {
        padding: 30px 0;
        border-bottom: 1px solid #efeee9;
    }

    .sectionTwo ul {
        display: flex;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10%;
    }

    .sectionTwo ul li {
        line-height: 12px;
        margin-right: 12px;
        background-color: #f1f1f1;
        border-radius: 15px;
        padding: 7px 10px;
        cursor: pointer;
    }

    .sectionTwo ul li a {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .sectionTwo ul li span {
        display: block;
        font-size: 14px;
        color: #2e2e2e;
    }

    .sectionTwo ul li a span:hover {
        color: rgba(134, 15, 109, 0.927);
    }

    .sectionTwo ul li img {
        display: block;
        margin-left: 15px;
        height: 12px;
    }

    .sectionThree {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10%;
        margin-bottom: 30px;
    }

    .sectionThree h1 {
        margin-top: 20px;
        font-size:18px;
        color: #000000;
        font-weight: normal;
    }

    .sectionThree ul {
        box-sizing: border-box;
        width: 100%;
    }

    .sectionThree ul li:nth-of-type(3n) {

    }

    .sectionThree ul li {
        box-sizing: border-box;
        border-radius: 18px;
        margin-bottom: 2vw;
    }

    .sectionThree ul li span {
        font-size: 13px;
        color: #8a8a8a;
    }

    .sectionThree ul li h1 {
        font-size: 20px;
        color: #000000;
        margin-top: 15px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sectionThree ul li p {
        font-size: 14px;
        color: #999999;
        margin-top: 18px;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }



    .sectionThree ul li a {
        display: block;
    }

    .sectionThree ul li a img{
        width: 100%;
		height: 12vw;
  display: block;
    }

    .gray-bg{
        background: #FAFAFA;
        border-radius:6px;
        overflow: hidden;
    }

    .gray-bg h1:hover{
        color: #e77918;
    }

    .gray-pading-box{
        box-sizing: border-box;
        padding: 6px;
    }

    .paging {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .paging a{
        color: #000000;
        padding: .5rem .75rem !important;
    }

    .page-item.active .page-link {
        z-index: 3;
        color: #fff;
        background-color: #e77918 !important;
        border-color: #e77918 !important;
    }

    .page-link:hover {
        z-index: 2;
        color: #e77918 !important;
        text-decoration: none;
    }

    /*.paging p {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*}*/

    /*.paging p span {*/
    /*    background-color: #f1f1f1;*/
    /*    color: #646464;*/
    /*    display: block;*/
    /*    width: 45px;*/
    /*    height: 45px;*/
    /*    border-radius: 50%;*/
    /*    text-align: center;*/
    /*    line-height: 45px;*/
    /*    font-size: 13px;*/
    /*    margin-left: 10px;*/
    /*}*/

    /*.paging p .pagActive {*/
    /*    background-color: #e77918;*/
    /*    color: #fff;*/
    /*}*/

    .sectionFour {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10%;
        margin-bottom: 30px;
    }

    .sectionFour h1 {
        font-size:18px;
        color: #000000;
        font-weight: normal;
    }

    .sectionFour ul li:nth-of-type(3n) {

    }

    .sectionFour ul {
        margin-top: 20px;
        border: 1px solid #e8e6e0;
        border-radius: 18px;
        box-sizing: border-box;
    }

    .sectionFour ul li {
        padding: 2vw ;
        margin-bottom: 2vw;

    }

    .sectionFour ul li span {
        font-size: 13px;
        color: #8a8a8a;
    }

    .sectionFour ul li h1 {
        font-size: 18px;
        color: #000000;
        margin-top: 15px;
    }

    .sectionFour ul li p {
        font-size: 14px;
        color: #999999;
        margin-top: 30px;
    }

    .sectionFour ul li .activeBtn {
        background-color: #e77918;
        margin-top: 40px;
        color: #fff;
        font-size: 12px;
        border-radius: 15px;
        padding: 5px 20px;
        border: 1px solid #e77918;
        display: inline-block;
    }

    .sectionFour ul li a {
        background-color: #fff;
        margin-top: 40px;
        border: 1px solid #939393;
        color: #919191;
        font-size: 12px;
        border-radius: 15px;
        padding: 5px 20px;
        display: inline-block;
    }



    .sectionFive {
        padding: 30px 0;
        margin: 0 auto 35px auto;
        width: 1475px;
    }

    .sectionFive p {
        color: #848484;
        font-size: 15px;
        text-indent: 25px;
        margin-top: 26px;
        line-height: 25px;
    }

    .sectionSix {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10%;
        margin-bottom: 30px;
    }

    .sectionSix h1 {
        font-size:18px;
        color: #000000;
        font-weight: normal;
        margin: 30px 0;
    }

    .sectionSix ul {
        width: 100%;
        box-sizing: border-box;

    }

    .sectionSix ul li:nth-of-type(3n) {

    }

    .list-card-box{

    }

    .about-kory-box{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        margin: 10px auto;
    }

    .about-kory-box p{
        width: 100%;
        font-size: 15px;
        color: #444444;
        line-height: 1.8;
    }

    .about-kory-box img{
        width:70%;
        display: block;
        margin: 10px auto;
    }

    .about-kory-box video{
        width:70%;
        display: block;
        margin: 10px auto;
    }

    .sectionSix ul li {
       box-sizing: border-box;
        border-radius: 4px;
        margin-bottom: 2vw;

    }

    .sectionSix ul li img {
        width: 24vw;
        height: 20vw;
        display: block;
    }

    .sectionSix ul li a {
        padding: 10px 15px 0 15px;
        font-size: 15px;
        color: #000;
        display: block;
        text-align: center;
    }

    .navBox {
        padding: 10px 0 20px 0;
    }

    .navBox p {
        font-size: 14px;
        color: #000;
        margin-right: 20px;
        display: inline-block;
        cursor: pointer;
        border-radius: 6px;
        background: #F1F1F1;
        padding:6px 15px;
    }
     .navBox p a{
	    font-size: 14px;
        color: #000;
        margin-right: 20px;
        display: inline-block;
        cursor: pointer;
        border-radius: 6px;
        
        padding:6px 15px;
    }
    .navBox .active {
        box-sizing: border-box;
        background: #e77918;
        color: #fff;
        padding:6px 15px;
        border-radius: 6px;
    }

    .card-line{
        border: 1px solid #e8e6e0;
        border-radius: 4px;
    }

    .card-line a{
        width: 100%;
        line-height: 1.6;
    }

    .list-more{
        border-top: 1px solid #e8e6e0;
        text-align: right !important;
        font-size: 12px !important;
    }



    .list-more:hover{
        color: #e77918;
    }

    .jishu-list-box{
        width: 100%;
        border-radius: 6px;
        border: 1px solid #e8e6e0;
        box-sizing: border-box;
        padding: 20px 12px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .jishu-lest-left{
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .jishu-lest-left img{
        width: 100px !important;
        height: 100px !important;
        margin-right: 10px;
    }


    .jishu-list-text{
        display: block;
        width: 100%;

    }

    .jishu-list-text div{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items:flex-start;
    }


    .jishu-list-text h2{
        font-size: 18px;
        color: #222222;
        font-weight: normal;
    }

    .jishu-list-text h2:hover{
        font-size: 18px;
        color: #e77918;
        font-weight: normal;
    }

    .jishu-list-text p{
        font-size: 15px;
        color: #a2a2a2;
        font-weight: normal;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-align: left !important;
    }

    .jishu-lest-right span{
        font-size: 14px;
        color: #a2a2a2;
    }



