@import url("header.css");
@import url("foot.css");

@media screen and (max-width: 1024px) {
    .section01 .item01 {
        /* height:calc(300/1920*100vw); */
    }

    .section01 .item01 img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
	
}

.section02 {
    display: flex;
    gap: 50px;
    padding: 20px 0;
}

@media screen and (max-width: 1024px) {
    .section02 {
        flex-direction:column;
        padding: 10px 0;
        gap: 10px
    }
}

.section02 .itemBox2 {
    max-width: 265px;
    position: relative;
    /* transform: translateY(-100px); */
    width: 100%;
}

.section02 .itemBox2 .item01 {
    width: 100%;
    /* margin-bottom: 10px; */
    background: url("../img/nei_a1.jpg") no-repeat center;
}

@media screen and (max-width: 1024px) {
    .section02 .itemBox2 .item01 {
        display:none
    }
}

.section02 .itemBox2 .item01 .h1_title {
    display: flex;
    flex-direction: column;
    /* margin-bottom: 7%; */
    width: auto;
    padding: 10px;
    text-align: left;
    color: #21327a;
    gap: 0px;
}

@media screen and (max-width: 1024px) {
    .section02 .itemBox2 .item01 .h1_title {
        row-gap:5px
    }
}

.section02 .itemBox2 .item01 .h1_title h5 {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    white-space: nowrap;
    /* line-height:30px; */
    opacity: 0.5;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .section02 .itemBox2 .item01 .h1_title h5 {
        font-size:28px;
        font-weight: 500
    }
}

.section02 .itemBox2 .item01 .h1_title h1 {
    overflow-wrap: break-word;
    font-size: 40px;
    font-family: MicrosoftYaHeiLight;
    white-space: nowrap;
    /* line-height:30px; */
    /* margin-top:-23px; */
    /* font-weight:600; */
    z-index: 9
}

@media screen and (max-width: 1024px) {
    .section02 .itemBox2 .item01 .h1_title h1 {
        font-size:24px
    }
}

.section02 .itemBox2 .item01 .h1_title i {
    background-color: #21327a;
    width: 80px;
    height: 2px;
}

@media screen and (max-width: 1024px) {
    .section02 .itemBox2 .item01 .h1_title i {
        margin:0px auto 0
    }
}

.section02 .itemBox2 .item02 {
    width: 100%
}

.section02 .itemBox2 .item02 ul {
    border: 1px solid #999;
    border-top: 0px
}

@media screen and (max-width: 1024px) {
    .section02 .itemBox2 .item02 ul {
        display:flex;
        border: 0;
        flex-wrap: wrap
    }
}

.section02 .itemBox2 .item02 ul li {
    width: 100%;
    height: 50px;
    border-top: 1px solid #999;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 1024px) {
    .section02 .itemBox2 .item02 ul li {
        width:auto;
        height: 36px;
        border: 0;
        padding: 0 15px
    }
}

.section02 .itemBox2 .item02 ul li a {
    width: 100%;
    font-size: 18px;
    text-align: center
}

@media screen and (max-width: 1024px) {
    .section02 .itemBox2 .item02 ul li a {
        font-size:14px
    }
}

.section02 .itemBox2 .item02 ul li:hover,.section02 .itemBox2 .item02 ul li.active {
    background: #21327a;
}

.section02 .itemBox2 .item02 ul li:hover a,.section02 .itemBox2 .item02 ul li.active a {
    color: #fff
}

.section02 .itemBox2 .item03 {
    margin-top: 40px;
    border: 1px solid #999
}

@media screen and (max-width: 1024px) {
    .section02 .itemBox2 .item03 {
        display:none
    }
	    .section02 .itemBox2 {
	        flex-basis: 100%;
	        max-width: 100%;
	        position: relative;
	        transform: translateY(0);
	    }
}

.section02 .itemBox2 .item03 .imgs {
    max-width: 100%;
    height: auto
}

.section02 .itemBox2 .item03 .textel {
    margin-top: 10%;
    width: 85%;
    margin: 5% auto
}

.section02 .itemBox2 .item03 .textel h5 {
    font-size: 24px;
    color: #333333
}

.section02 .itemBox2 .item03 .textel h4 {
    font-size: 18px;
    color: #666
}

.section02 .itemBox3 {
    width: 100%;
    max-width: 1290px;
}

@media screen and (max-width: 1024px) {
    .section02 .itemBox3 {
        margin-top:20px;
        flex-basis: 1
    }
}

.section02 .itemBox3 .item01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #dadada; */
    padding: 10px;
    background: #f5f5f5;
}

@media screen and (max-width: 1024px) {
    .section02 .itemBox3 .item01 {
        padding-bottom:5px
    }
}

.section02 .itemBox3 .item01 .text {
    display: flex;
    align-items: flex-end
}

.section02 .itemBox3 .item01 .text span {
    font-size: 28px;
    color: #21327a;
    margin-right: 20px;
}

@media screen and (max-width: 1024px) {
    .section02 .itemBox3 .item01 .text span {
        font-size:18px;
    }
}

.section02 .itemBox3 .item01 .text p {
    font-size: 16px;
    color: #999;
    margin-bottom: 2px
}

.section02 .itemBox3 .item01 .muenPa {
    flex: auto
}

.section02 .itemBox3 .item01 .muenPa .page_muen_nav {
    margin-right: 0;
    margin-left: auto;
    max-width: fit-content
}

.section02 .itemBox3 .item02 {
    padding-top: 2%
}

#news-01 .newslistairm .commslist ul {
    display: flex;
    justify-content: unset;
    align-items: unset;
    gap: 40px;
    flex-wrap: wrap
}

#news-01 .newslistairm .commslist ul li {
    width: calc((100% - 0px) /1)
}

#news-01 .newslistairm .commslist ul li .imgs {
    aspect-ratio: 4/3;
    width: 100%;
    overflow: hidden
}

#news-01 .newslistairm .commslist ul li .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.2s ease;
    transform: scale(1)
}

#news-01 .newslistairm .commslist ul li .imgs img:hover {
    transform: scale(1.1)
}

#news-01 .newslistairm .commslist ul li .titel {
    padding: 15px 5px;
    width: calc(100% - 10px);
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    gap: 10px
}

#news-01 .newslistairm .commslist ul li .titel h5 {
    font-size: 18px;
    color: #333
}

#news-01 .newslistairm .commslist ul li .titel p {
    color: #666;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    text-align: center
}

#news-01 .newslistairm .commslist ul li .titel .more {
    width: 100%;
    text-align: center;
    color: var(--base);
    font-size: 14px
}

#news-01 .newslistairm .commslist ul li .titel:hover h5,#news-01 .newslistairm .commslist ul li .titel:hover h4,#news-01 .newslistairm .commslist ul li .titel:hover p {
    color: var(--base)
}

@media screen and (max-width: 1024px) {
    #news-01 .newslistairm .commslist ul li {
        width:100%
    }
}

#news-01 .newslistairm .commslist ul li {
    display: flex;
    gap: 40px;
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,0);
    background-color: #f5f5f5
}

#news-01 .newslistairm .commslist ul li .imgs {
    flex: 0 0 21vw;
    height: 13vw;
    overflow: hidden
}

#news-01 .newslistairm .commslist ul li .imgs img {
    transition: all 1.2s ease;
    transform: scale(1)
}

#news-01 .newslistairm .commslist ul li .imgs img:hover {
    transform: scale(1.1)
}

#news-01 .newslistairm .commslist ul li .titel {
    align-items: flex-start;
    padding: 15px;
    width: calc(100% - 30px)
}

#news-01 .newslistairm .commslist ul li .titel h5 {
    font-size: 20px;
    color: #000
}

#news-01 .newslistairm .commslist ul li .titel span,#news-01 .newslistairm .commslist ul li .titel p {
    color: #999999;
    font-size: 16px
}

#news-01 .newslistairm .commslist ul li .titel p {
    text-indent: 0em
}

#news-01 .newslistairm .commslist ul li .titel .mores {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

#news-01 .newslistairm .commslist ul li .titel .mores .more {
    font-size: 16px;
    color: #ca8330;
    text-align: center;
    height: 42px;
    width: 100%;
    max-width: 110px;
    background-image: url("../img/list/item06-1.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

#news-01 .newslistairm .commslist ul li .titel:hover .mores .more {
    background-image: url("../img/list/item06-2.png");
    color: #fff
}

#news-01 .newslistairm .commslist ul li .titel:hover .mores span {
    color: var(--base)
}

@media screen and (max-width: 1024px) {
    #news-01 .newslistairm .commslist ul li {
        flex-direction:column;
        gap: 10px
    }

    #news-01 .newslistairm .commslist ul li .imgs {
        flex: 0 0 40vw
    }
}

#news-01 .newslistairm ul li {
    display: flex;
    gap: 40px;
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,0);
    background-color: #f5f5f5
}

#news-01 .newslistairm ul li .imgs {
    flex: 0 0 21vw;
    height: 13vw;
    overflow: hidden
}

#news-01 .newslistairm ul li .imgs img {
    transition: all 1.2s ease;
    transform: scale(1)
}

#news-01 .newslistairm ul li .imgs img:hover {
    transform: scale(1.1)
}

#news-01 .newslistairm ul li .titel {
    align-items: flex-start;
    padding: 15px;
    width: calc(100% - 30px)
}

#news-01 .newslistairm ul li .titel h5 {
    font-size: 20px;
    color: #000
}

#news-01 .newslistairm ul li .titel span,#news-01 .newslistairm ul li .titel p {
    color: #999999;
    font-size: 16px
}

#news-01 .newslistairm ul li .titel p {
    text-indent: 0em
}

#news-01 .newslistairm ul li .titel .mores {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

#news-01 .newslistairm ul li .titel .mores .more {
    font-size: 16px;
    color: #ca8330;
    text-align: center;
    height: 42px;
    width: 100%;
    max-width: 110px;
    background-image: url("../img/list/item06-1.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

#news-01 .newslistairm ul li .titel:hover .mores .more {
    background-image: url("../img/list/item06-2.png");
    color: #fff
}

#news-01 .newslistairm ul li .titel:hover .mores span {
    color: var(--base)
}

@media screen and (max-width: 1024px) {
    #news-01 .newslistairm ul li {
        flex-direction:column;
        gap: 10px
    }

    #news-01 .newslistairm ul li .imgs {
        flex: 0 0 40vw
    }
}

#news-02 .commslist ul {
    display: flex;
    justify-content: unset;
    align-items: unset;
    gap: 40px;
    flex-wrap: wrap
}

#news-02 .commslist ul li {
    width: calc((100% - 80px) /3)
}

#news-02 .commslist ul li .imgs {
    aspect-ratio: 4/3;
    width: 100%;
    overflow: hidden
}

#news-02 .commslist ul li .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.2s ease;
    transform: scale(1)
}

#news-02 .commslist ul li .imgs img:hover {
    transform: scale(1.1)
}

#news-02 .commslist ul li .titel {
    padding: 15px 5px;
    width: calc(100% - 10px);
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    gap: 10px
}

#news-02 .commslist ul li .titel h5 {
    font-size: 18px;
    color: #333
}

#news-02 .commslist ul li .titel p {
    color: #666;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    text-align: center
}

#news-02 .commslist ul li .titel .more {
    width: 100%;
    text-align: center;
    color: var(--base);
    font-size: 14px
}

#news-02 .commslist ul li .titel:hover h5,#news-02 .commslist ul li .titel:hover h4,#news-02 .commslist ul li .titel:hover p {
    color: var(--base)
}

@media screen and (max-width: 1024px) {
    #news-02 .commslist ul li {
        width:100%
    }
}

#news-02 .commslist ul li {
    width: calc((100% - 86px) / 3);
    border: 1px solid #ccc
}


#news-02 .commslist ul li .titel {
    background: #f5f5f5;
    padding: 5px;
    height: 65px;
}


#news-02 .commslist ul li .titel h5 {
    color: #333
}

#news-02 .commslist ul li:hover .titel {
    background:url("../img/nei_a2.jpg")
}
#news-02 .commslist ul li:hover .titel h5 {
    color: #f5f5f5
}
@media screen and (max-width: 1024px) {
	#news-02 .commslist ul{
		gap: 10px;
	}
    #news-02 .commslist ul li {
        width:calc((100% - 14px) / 2)
    }
	#news-02 .commslist ul li .titel{
		 height: auto;
	}
	#news-02 .commslist ul li .titel h5 {
	    font-size: 14px;
	    color: #333;
	}
}


#news-02 .item_prc {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
}

#news-02 .item_prc .button {
    transition: 0.5s;
    outline: none;
    position: absolute;
    width: auto;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
}

#news-02 .item_prc .button .iconfont {
    color: #a7231f;
    font-size: 60px;
    font-weight: bold
}

@media screen and (max-width: 1024px) {
    #news-02 .item_prc .button .iconfont {
        font-size: 40px;
    }
}

@media screen and (max-width: 1024px) {
    #news-02 .item_prc {
        /* display:block; */
        flex-direction: column;
    }
}

#news-02 .item_prc .item02_box1 {
    overflow: hidden;
    flex: 1;
    max-width: 500px;
    width: 100%;
    position: relative
}

#news-02 .item_prc .item02_box1 .button-prev {
    left: 0
}

#news-02 .item_prc .item02_box1 .button-next {
    right: 0
}

#news-02 .item_prc .item02_box1 ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#news-02 .item_prc .item02_box2 {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px
}

#news-02 .item_prc .item02_box2 .item02_box2_01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

#news-02 .item_prc .item02_box2 .item02_box2_01 h2 {
    font-size: 48px;
    color: #000
}

@media screen and (max-width: 1024px) {
    #news-02 .item_prc .item02_box2 .item02_box2_01 h2 {
        font-size:24px
    }
}

#news-02 .item_prc .item02_box2 .item02_box2_01 span {
    font-size: 28px;
    color: #333333
}

#news-02 .item_prc .item02_box2 .item02_box2_02 h5,#news-02 .item_prc .item02_box2 .item02_box2_03 h5 {
    font-size: 24px;
    color: #000
}

#news-02 .item_prc .item02_box2 .item02_box2_02 p,#news-02 .item_prc .item02_box2 .item02_box2_02 dt,#news-02 .item_prc .item02_box2 .item02_box2_03 p,#news-02 .item_prc .item02_box2 .item02_box2_03 dt {
    font-size: 16px;
    color: #333333
}

#news-02 .item_prc .item02_box2 .item02_box2_03 {
    width: 100%
}

#news-02 .item_prc .item02_box2 .item02_box2_03 dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px
}

#news-02 .item_prc .item02_box2 .item02_box2_03 dl dt {
    flex: 1
}

#news-03 .text span {
    font-weight: 500;
    font-size: 24px;
    color: var(--base);
    margin: 0 auto;
    width: auto;
    display: block;
    text-align: center
}

#news-03 .item01-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 2% auto
}

#news-03 .item01-1 span {
    font-size: 18px
}

#news-04 ul {
    display: flex;
    justify-content: unset;
    align-items: unset;
    gap: 20px;
    flex-wrap: wrap;
}
#news-04 ul li {
    width: calc((100% - 60px) /4);
    box-shadow: 0 20px 20px 0 rgba(0,0,0,0.08);
}
#news-04 ul li .imgs {
    aspect-ratio: 4/3;
    width: 100%;
    overflow: hidden;
}
#news-04 ul li .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.2s ease;
    transform: scale(1);
}
#news-04 ul li .titel {
    padding: 15px 5px;
    width: calc(100% - 10px);
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
#news-04 ul li .titel h5 {
    font-size: 18px;
    color: #333;
}
#news-04 ul li .titel p {
    color: #666;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    text-align: center;
}
#news-04 ul li .titel .more {
     font-size: 16px;
     color: #ca8330;
     text-align: center;
     height: 42px;
     width: 100%;
     max-width: 110px;
     background-image: url("../img/list/item06-1.png");
     background-size: 100% 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
}
#news-04 ul li .titel .mores {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#news-04 ul li:hover .titel .mores .more {
    background-image: url("../img/list/item06-2.png");
    color: #fff;
}
#news-04 ul li:hover .imgs img{
	transform: scale(1.1);
}
#news-04 ul li:hover .titel h5,
#news-04 ul li:hover .titel p{
	color: var(--base);
}

@media screen and (max-width: 1024px) {
    #news-03 .item01-1 span {
        font-size:12px
    }
	#news-04 ul li {
	    width: calc((100% - 20px) /2);
	}
}

.page_muen_nav {
    display: flex;
    align-items: center
}

.page_muen_nav .ab {
    margin-right: 2%;
    display: flex;
    align-items: center
}

.page_muen_nav a {
    color: #666;
    font-size: 14px
}

.page_muen_nav a.kuohao {
    font-family: å®‹ä½“;
    margin: 0 5px
}

.page_muen_nav a.act {
    color: var(--base)
}

.page_muen_nav a.menu {
    display: none
}

.page_muen_nav a.menu.active {
    display: block
}

@media screen and (max-width: 1024px) {
    .page_muen_nav {
        display:none
    }
}

#scms-pager {
    padding: 5% 0
}

#scms-pager .scms-pages {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

#scms-pager .scms-pages a {
    font-size: 14px;
    background: #ddd;
    padding: 4px 10px
}

#scms-pager .scms-pages a.pgCurrent,#scms-pager .scms-pages a:hover {
    background-color: var(--base);
    color: #fff
}

@media screen and (max-width: 1024px) {
    #scms-pager .scms-pages a.pgNext {
        display:none
    }
}
