/* barnner */
.index-box .barnner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.barnner-info .title {
    margin-bottom: 8px;
    line-height: 65px;
    font-weight: 600;
    font-size: 42px;
    color: #000000;
}
.barnner-info .text {
    width: 900px;
    line-height: 30px;
    font-size: 20px;
    color: #333333;
}
.barnner-info .btns {
    margin-top: 59px;
}
.barnner-info .btns .btn {
    margin-right: 20px;
    padding: 13px 25px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.barnner-info .btns .btn:hover {
    /* opacity: 0.9; */
    position: relative;
    /* transform: translateX(1px); */
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.barnner-info .btns .btn:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 9;
}
.barnner-info .btns .btn .icon {
    width: 16px;
    height: 16px;
    margin-left: 5px
}

/* cont-box */
.index-box .cont-box {
    /* min-height: 286px; */
    padding: 50px 0;
}
.index-box .cont-box:nth-child(odd) {
    background: linear-gradient( 180deg, #F2EFFD 0%, #FFFFFF 100%);
}
.index-box .cont-box:nth-child(even) {
    background: linear-gradient( 180deg, #FBEBE1 0%, #FFFFFF 100%);
}
.index-box .cont-box .title {
    line-height: 67px;
    font-weight: 600;
    font-size: 38px;
    color: #222;
}
.index-box .cont-box .text {
    margin: 16px 0;
    line-height: 33px;
    font-size: 24px;
    color: #333;
}
.index-box .cont-box .txt {
    font-size: 16px;
    color: #555;
    line-height: 28px;
}


/* tab-box */
.tab-header {
    width: 1200px;
    border-bottom: 1px solid #D8D8D8;
}
.tab-header .tab-item {
    position: relative;
    cursor: pointer;
    min-width: 90px;
}
.tab-header .img {
    width: 60px;
}
.tab-header .txt {
    padding: 10px 0 20px;
    line-height: 25px !important;
    font-size: 20px !important;
    color: #666666 !important;
    font-weight: bold;
}
.tab-header .tab-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
}
.tab-content {
    width: 1200px;
    padding: 30px 0 30px 60px;
    box-sizing: border-box;
}
.tab-content .tab-cont-item {
    display: none;
    margin-top: 20px;
}
.tab-content .tab-cont-item.active {
    display: block;
}
.tab-content .txt1 {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    line-height: 40px;
}
.tab-content .txt2 {
    align-items: center;
    padding-top: 24px;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
}
.tab-content .txt3 {
    padding-left: 25px;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}
.tab-content .img {
    flex-shrink: 0;
    width: 500px;
    margin-left: 60px;
    margin-right: 40px;
}

.tab-content .btns {
    margin-top: 30px;
    padding: 10px 0;
}
.tab-content .btns .btn {
    margin-right: 20px;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}
.tab-content .btns .btn:hover {
    /* opacity: 0.9; */
    position: relative;
    /* transform: translateX(1px); */
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.tab-content .btns .btn:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 9;
}
.tab-content .btns .btn .icon {
    width: 16px;
    height: 16px;
    margin-left: 5px
}


/* card1 */
.card1 {
    max-width: 1200px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.card1 .card1-item {
    align-items: flex-start;
    width: calc(33.3% - 14px);
    min-height: 130px;
    margin: 10px 0;
    padding: 26px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.16);
    border-radius: 5px;
}
.card1 .img {
    width: 60px;
    margin-right: 15px;
}
.card1 .txt1 {
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}

/* card3 */
.card3 {
    width: 1200px;
    margin-top: 30px;
    flex-wrap: wrap;
}
.card3 .card3-item {
    width: calc(33.3% - 14px);
    margin: 10px 0;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.16);
    border-radius: 5px;
    overflow: hidden;
}
.card3 .card3-item .tit-box {
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    
    line-height: 34px;
    /*font-family: PingFangSC, PingFang SC; */
    /**font-weight: 600;**/
    font-size: 22px;
    color: #FFFFFF;
}
.card3 .card3-item .txt-box {
    padding: 15px 20px;
}
.card3 .card3-item .txt-box .txt {
    position: relative;
    padding:  4px 0 4px 15px ;
    color: #211816 ！important;
    line-height: 24px;
}
.card3 .card3-item .txt-box .txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #999;
}

/* card4 */
.card4 {
    width: 1200px;
    margin-top: 30px;
    flex-wrap: wrap;
}
.card4 .card4-item {
    width: calc(25% - 15px);
    margin: 10px 0;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.16);
    border-radius: 5px;
    overflow: hidden;
}
.card4 .card4-item .img {
    width: 100%;
}
.card4 .card4-item .txt-box {
    min-height: 160px;
    padding: 0 20px 25px 20px;
    box-sizing: border-box;
}
.card4 .card4-item .txt-box .tit {
    padding: 15px 0;
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    font-weight: 600;
}
.card4 .card4-item .txt-box .txt {
    font-size: 15px;
}

/*  news-card1 */
.news-card1 {
    width: 1200px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.news-card1 .news-card1-item {
/*    width: calc(33% - 15px);
    margin: 15px 0; */
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.16);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.news-card1 .news-card1-item .img {
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-card1 .news-card1-item .txt-box {
    padding: 15px;
}
.news-card1 .news-card1-item .tit {
    margin-bottom: 10px;
    line-height: 32px;
    font-weight: bold;
    font-size: 24px;
    color: #383838;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-card1 .news-card1-item .txt1 {
    line-height: 32px;
    font-weight: bold;
    font-size: 18px;
    color: #383838;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-card1 .news-card1-item .txt2 {
    margin-bottom: 10px;
    line-height: 28px;
    font-weight: 500;
    font-size: 16px;
    color: #7F7B7A;
    text-align: left;
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-card1 .news-card1-item .txt3 {
    line-height: 24px;
    font-size: 14px;
    color: #aaa;
}
.news-card1 .news-card1-item .tag {
    font-size: 14px;
    color: #aaa;
    border: 1px solid #bbb;
    padding: 3px 14px;
    border-radius: 20px;
}

/* page-btn */
.page-btn {
    margin-top: 40px;
}
.page-btn ul{
	display: flex;
	gap: 4px;
	list-style-type: none;
}
.page-btn ul li{
    margin: 0 5px;
    min-width: 50px;
    padding: 10px 8px;
    line-height: 25px;
    font-size: 18px;
    color: rgba(0,0,0,0.85);
    text-align: center;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #ECEDF0;	
}
.page-btn .btn {
    margin: 0 5px;
    min-width: 50px;
    padding: 10px 8px;
    line-height: 25px;
    font-size: 18px;
    color: rgba(0,0,0,0.85);
    text-align: center;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #ECEDF0;
}
.page-btn .thisclass {
    background: #A2A0BD;
}