.banner {
    width: 100%;
height:100vh;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
}

.banner .swiper-slide img {


    width: 100vw;
    height: 100vh;
    vertical-align: middle;
    object-fit: cover;
    transform: scale(1.175);
    transition: 6s;
}
.banner .swiper-slide-active img {
    transform: scale(1);
}
.banner .swiper-pagination {
    bottom: 0.2rem;
    text-align: center;
    width: 100%;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 0.05rem;
    opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #dcc55a;
}

.p50 {
    width: calc(50% - 0.15rem);
}

.title {
    width: 100%;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
}

.title h3 {
    font-size: 0.26rem;
    color: #0048b1;
    padding: 0 0 0 .6rem;
}

.title h3 i {
    font-size: 0.32rem;
    font-weight: normal;
    margin-right: 0.08rem;
    vertical-align: -0.02rem;
}

.title h3 span {
    font-size: 0.2rem;
    font-weight: normal;
    color: #666;
    margin-left: 0.08rem;
}

.title .more a {
    font-size: 0.16rem;
    color: #666;
    padding: 0 0.06rem 0.04rem;
    line-height: 0.24rem;
    margin-right: 0.05rem;
}

.title .more .mbutton {
    width: 0.24rem;
    height: 0.24rem;
    background: #0247ca;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: 0.5s all;
    display: none;
}

.title .more .mbutton::before {
    content: "";
    width: 0.06rem;
    height: 0.06rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    display: none;
}

.title .more:hover .mbutton {
    box-shadow: 0 0 0.1rem 0.06rem rgba(193, 218, 255, 0.96);
}

.parta {
    width: 100%;
    padding: 0.3rem 0;
    background: url(../img/parta_bg.jpg) no-repeat;
    background-size: cover;
}

.parta .title h3 {

    background: url(../img/ico-xyxw.png) no-repeat 5px 50%;
}

.palist {
    padding: 0.28rem 0 0 0.25rem;
    background: url(../img/news_bg_blue2.png) no-repeat left top;
    background-size: 100% auto;
    box-sizing: border-box;
    position: relative;
}

.palist .swiper-container {
    margin: 0;
    height: 100%
}

.palist .swiper-slide {
    height: 100%;
}

.news-img {
    overflow: hidden;
    height: 100%;
}

.news-img img {
    transition: 0.4s all;
}

.news-img a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

/*.news-img a::after{content: "";width: 100%;height: 0.6rem;background: url(../img/header_bg1.png) repeat-x left bottom;background-size: 100% 99%;position: absolute;left:0;bottom:0}*/
.palist a.line1 {
    color: #ffffff;
    line-height: 0.4rem;
    padding: 0 0.2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background: rgba(221, 185, 59, 0.6);
}

.palist .swiper-button-next,
.palist .swiper-button-prev {
    width: 0.2rem;
    height: 0.3rem;
    text-align: center;
    position: absolute;
    bottom: 0.04rem;
    opacity: 0.6;
    z-index: 2
}

.palist .swiper-button-next:hover,
.palist .swiper-button-prev:hover {
    opacity: 1;
}

.palist .swiper-button-next {
    right: 0.05rem;
    background: url(../img/rg_white.png) no-repeat center center;
    background-size: auto 0.24rem;
}

.palist .swiper-button-prev {
    right: 0.3rem;
    background: url(../img/lg_white.png) no-repeat center center;
    background-size: auto 0.24rem;
}

.palist .swiper-slide:hover .news-img img {
    transform: scale(1.1, 1.1);
}

.parlist ul li {
    padding-bottom: 0.1rem;
    margin-bottom: 0.14rem;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(180, 180, 180, 0.75);
    position: relative;
    transition: 0.4s all;
}

.parlist ul li:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    bottom: 0;
    background: #0048b1;
    background-size: 100% 1.81rem;
    transition: .5s;
    z-index: 2;
}
.parlist ul li:hover:before {
    height: 100%;
}

.parlist ul li:hover .time span{color:#fff}
.parlist ul li .time {
    width: 0.6rem;
    font-family: SourceHanSansCN;
    margin-right: 0.18rem;

    margin-left: 0.20rem;
    margin-top: 0.08rem;
    padding-right: .18rem;
    border-right: .01rem solid #dedede;
z-index:3;
}
.parlist ul li:hover{background:#0048b1;} 
.parlist ul li:hover a{color:#fff}

.parlist ul li .time span {
    display: block;
    font-size: 0.28rem;
    text-align: center;
    color: #0048b1;
    font-weight: bold;
}

.parlist ul li .time span+span {
    font-size: 0.14rem;
    color: #434343;
    font-weight: 400;
}

.parlist ul li a {
    width: calc(100% - 0.7rem);
    color: #434343;
z-index:3;
}

.parlist ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.parlist ul li:last-child::after {
    content: none;
}



.part {
    width: 100%;
    padding: 0;
}

.partb {
    width: 100%;
    padding-bottom: 0.4rem;
    padding-top: 0.3rem;
    background: url(../img/partb_bg2.png) no-repeat;
    background-size: cover
}

.partb .title h3 {

    background: url(../img/ico-tzgg.png) no-repeat 5px 50%;
}

.partb .pbr {
    margin-top: 0.4rem;
margin-left: 0.3rem;
}


.partb .pbr .title h3 {

    background: url(../img/ico-lcyl.png) no-repeat 5px 50%;
}

.pblist {
    width: 100%;
    height: 3.08rem;
}

.pblist ul li {
    width: 29%;

    margin-bottom: 0.4rem;
    margin-right: 2%;
    padding: .15rem 1.5%;
    float: left;
    background: #FFFFFF url(../img/tz-li-bg.png) no-repeat 98% 50%;
    transition: 0.6s all;
    box-shadow: 1px 3px 5px #ccc;
}

.pblist ul li:hover {

    background: #0048b1 url(../img/tz-li-bg-h.png) no-repeat 98% 50%;
}
.pblist ul li:hover .pbtitle,
.pblist ul li:hover  .time span {
color:#fff!important;
}
.pblist ul li:last-child {
    margin-bottom: 0;
}

.pblist ul li .time {
    width: 0.7rem;
    height: 0.8rem;
    flex-shrink: 0;
    text-align: left;
    margin-right: 0.15rem;
    margin-top: 0.04rem;
    padding: 4px;
    box-sizing: border-box;
    background: #0048b1;
}

.pblist ul li .time span {
    display: block;
    font-weight: normal;
}

.pblist ul li .time span.sp1 {
    color: #fff;
    font-size: 0.22rem;
    text-align: center;
}

.pblist ul li .time span.sp2 {
    color: #fff;
    font-size: 0.14rem;
    margin-top: 0.1rem;

    text-align: center;
}

.pblist ul li .pbtitle {
    color: #2E2E2E;

    font-size: 0.16rem;
    margin-top: 0.08rem;
    line-height: 0.30rem;
    height: 0.60rem;
}

.pblist ul li .pbtitle2 {
    color: #B5B5B5;
    font-size: 0.12rem;
    line-height: 0.22rem;
    margin-top: 0.27rem
}

.pblist ul li a {

}

.pblist ul li:hover a {
    color: #0048b1;
}

.pblist ul li:hover .pbtitle {
    color: #0048b1;
}

.pblist ul li:nth-child(3n) {
    margin-right: 0;
}

.pbrlist {
    height: 4.24rem;
    display: block;
}

.pbrlist ul li{
    width:46%;
}
.pbrlist ul li:nth-child(3n){

    margin-right: 2%;
}
.pbrlist ul li:nth-child(2n) {
    margin-right: 0;
}

.lcyl{
    width: 90%;
    max-width: 1360px;
    margin: 0px auto;
}
#lcyl-con{
    height: 6rem;
}
#lcyl-con ul li.headline {
    margin-bottom: 0.1rem;
    box-shadow: none;
    background: url(../img/lcyl-li-bg.png) no-repeat 100% -15px;
    padding: 0 0 0.6rem 0;
    width: 49%;
    margin-right: 1%;

}
#lcyl-con ul li.headline:hover {
    background: url(../img/lcyl-li-bg-h.png) no-repeat 100% -15px;
}
#lcyl-con ul li.headline:hover span,
#lcyl-con ul li.headline:hover .headtxt h3 a{
color:#fff;
}

#lcyl-con ul li.headline:hover .txtline{
    background-size: 100% 1px;
}
#lcyl-con ul li.headline:nth-child(2n) {
    margin-right: 0;
}
#lcyl-con .pbrimg {
    width: 3.8rem;
    height: 0;
    padding-top: 33%;
    position: relative;
    overflow: hidden;
 
}

#lcyl-con .pbrimg img {
    transition: 0.4s all;
}

#lcyl-con ul li.headline .headimg {
    width: 3.8rem;
    height: 2.25rem;
    overflow: hidden;
    margin-right: 0.15rem;
}

#lcyl-con .pbrimg a {
    display: inline;
}

#lcyl-con ul li.headline .headimg a {
    display: block;
}

#lcyl-con ul li.headline .headimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s all;
}

#lcyl-con ul li.headline:hover img {
    transform: scale(1.1, 1.1);
}

#lcyl-con ul li.headline .headtxt {
    width: calc(100% - 3.8rem);
    padding: .25rem .4rem .1rem 0.4rem;
}

#lcyl-con ul li.headline .headtxt h3 {
    font-size: 0.18rem;
    line-height: 0.35rem;
    font-weight: normal;
    max-height: 1.2rem;
    color: #ffffff;
}

#lcyl-con ul li.headline .headtxt h3 a {
    color: #000;
}



#lcyl-con .headtxt span {
    color: #666;

    flex-shrink: 0;
    font-size: 16px;
        margin: 0.4rem 0 0 0;
}

#lcyl-con .headtxt .mtn {
    width: 1.2rem;
    height: 0.35rem;
    text-align: center;
    line-height: 0.35rem;
    color: #fff;
    background: #dcc55a;
    font-size: 0.14rem;
    align-self: flex-end;
}


.partc {
    width: 100%;
    padding: 0.3rem 0 .5rem;
    background: #fff;
    background-size: 100% 100%;
    position: relative;
}

.partc .pcl .title h3 {
    background: url(../img/ico-kxyj.png) no-repeat 5px 50%;
}
.partc .pcr .title h3 {
    background: url(../img/ico-rcpy.png) no-repeat 5px 50%;
}
.pclist a {
    display: block;
}

.pclist .pcimg {
    width: 100%;
    height: 0;
    padding-top: 68%;
    position: relative;
    overflow: hidden;
}

.pclist .pcimg img {
    transition: 0.4s all;
}

.pclist .pctxt {
    width: 100%;
    background: #fff;
    padding: 0.21rem 0.15rem;
    box-sizing: border-box;
}

.pclist .pctxt h3 {
    font-size: 0.18rem;
    color: #333;
    font-weight: normal;
    margin-bottom: 0.15rem;
}

.pclist .pctxt p {
    font-size: 0.14rem;
    color: #9a9a9a;
    line-height: 0.26rem;
    height: 0.78rem;
    margin-bottom: 0.15rem;
}

.pclist .pctxt i {
    font-size: 0.24rem;
    color: #9a9a9a;
}

.pclist .swiper-slide:hover img {
    transform: scale(1.1, 1.1);
}

.pclist .swiper-slide:hover h3 {
    color: #0048b1;
}

.pclist .swiper-slide:hover i {
    color: #0048b1;
}

.pcrlist ul li.headline {
    margin-bottom: 0.1rem;
}
.pcrlist ul li.headline:hover{
background:#0048b1;
}
.pcrlist ul li.headline:hover .headtxt span,
.pcrlist ul li.headline:hover  .headtxt h3 a {
    color: #fff;
}

.pcrlist ul li.headline:hover .txtline{
    background-size: 100% 1px;
}
.pcrlist ul li.headline .headimg {
    width: 2.45rem;
    height: 1.6rem;
    overflow: hidden;
    margin-right: 0.15rem;
}

.pcrlist ul li.headline .headimg a {
    display: block;
}

.pcrlist ul li.headline .headimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s all;
}

.pcrlist ul li.headline:hover img {
    transform: scale(1.1, 1.1);
}

.pcrlist ul li.headline .headtxt {
    width: calc(100% - 2.55rem);
}

.pcrlist ul li.headline .headtxt h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    font-weight: normal;
    max-height: 0.6rem;
    color: #ffffff;
}

.pcrlist ul li.headline .headtxt h3 a {
    color: #000;
}

.headtxt .line {
    width: calc(100% - 0.8rem);
    height: 1px;
    background: #dcc55a;
}

.headtxt span {
    color: #0048b1;
    font-size: 0.2rem;
    flex-shrink: 0;
    margin-left: 0.2rem;
}

.headtxt .mtn {
    width: 1.2rem;
    height: 0.35rem;
    text-align: center;
    line-height: 0.35rem;
    color: #fff;
    background: #dcc55a;
    font-size: 0.14rem;
    align-self: flex-end;
}

.pcrlist ul li.flex {
    width: 100%;
    line-height: 0.39rem;
}

.pcrlist ul li.flex h3 {
    font-weight: normal;
    font-size: 0.16rem;
    color: #000;
line-height:.45rem;
}

.pcrlist ul li.flex a {
    color: #000;
transition: 0.4s all;
}
.pcrlist ul li.flex a:hover{
margin-left:4px;
}
.pcrlist ul li.flex span {
    font-size: 0.16rem;
    color: #888;

    font-weight: normal;
    flex-shrink: 0;
    margin-left: 0.15rem;
}

.partd {
    width: 100%;
    background: url(../img/partd_bg.png) no-repeat center top;
    background-size: cover;
    padding: 0 0 0.3rem;
}

.partda {
    width: 100%;
    padding: 0.3rem 0;
}

.pdal {
    width: 3.46rem;
}

.pdal .swi-button {
    width: 0.4rem;
    position: relative;
}

.pdal .swi-button .swiper-button-prev,
.pdal .swi-button .swiper-button-next {
    width: 0.4rem;
    height: 0.2rem;
    text-align: center;
    line-height: 0.2rem;
    color: #0247ca;
    position: relative;
    opacity: 0.6;
}

.pdal .swi-button .swiper-button-prev {
    margin-bottom: 0.06rem;
}

.pdal .swi-button .swiper-button-prev:hover,
.pdal .swi-button .swiper-button-next:hover {
    opacity: 1;
}

.pdalist {
    height: 3.44rem;
}

.pdalist a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 31%;
    position: relative;
}

.pdalist a .image img {
    border-radius: 6px 6px 6px 6px;
}

.pdar {
    width: calc(100% - 3.7rem);
}

.pdarist {
    padding-bottom: 0.1rem
}

.pdarist .swiper-slide {
    background: #fff url(../img/by_bg.png) no-repeat right bottom;
    box-sizing: border-box;
    height: 3.44rem;
    box-shadow: 0 0 0.09rem 0.01rem rgba(98, 98, 98, 0.18);
    transition: 0.4s all;
}

.pdarist a {
    display: block;
    height: 100%;
    box-sizing: border-box;
}

.pdarist .pda-img {
    width: 100%;
    height: 0;
    padding-top: 64%;
    position: relative;
}

.pdarist h3 {
    font-size: 0.20rem;
    color: #fff;
    line-height: 0.36rem;
    text-align: center;
    background-color: #0048B1;
    position: absolute;
    bottom: -0.15rem;
    width: 0.90rem;
}

.pdarist span {
    display: block;
    font-weight: 900;
    margin-right: 0.12rem;
    font-size: 0.14rem;
    color: #2E2E2E;
    line-height: 0.22rem;
    margin-top: 0.28rem;
    margin-left: 0.14rem
}

.pdarist p {
    color: #8F8F8F;
    line-height: 0.22rem;
    font-size: 0.14rem;
    padding: 0 0.14rem;
    height: 0.44rem;
    margin-top: 0.1rem
}

.pdarist .more {
    font-size: 0.14rem;
    color: #0048B1;
    line-height: 0.22rem;
    margin-top: 0.12rem;
    height: 0.22rem
}

.pdarist .swiper-slide:hover {
    background-image: linear-gradient(-45deg, #3355d4 0%, #189ae7 100%);
}

.pdarist .swiper-slide:hover a {
    background: url(../img/by_bg.png) no-repeat right bottom;
}

.pdarist .swiper-slide:hover h3,
.pdarist .swiper-slide:hover span,
.pdarist .swiper-slide:hover p {
    color: #fff;
}

.pdar .swiper-button-prev,
.pdar .swiper-button-next {
    width: 0.48rem;
    height: 0.2rem;
    border: 1px solid #999;
    text-align: center;
    line-height: 0.2rem;
    position: relative;
    color: #999;
}

.pdar .swiper-button-prev i,
.pdar .swiper-button-next i {
    font-size: 0.14rem;
}

.pdar .swiper-button-prev {
    margin-right: 0.1rem;
    transform: rotate(180deg);
    line-height: 0.18rem;
}

.pdar .swi-button {
    margin-left: auto;
    margin-right: 0.2rem;
}

.pdar .swiper-button-prev:hover,
.pdar .swiper-button-next:hover {
    border: 1px solid #093e9a;
    color: #093e9a;
}

.partf {
    width: 100%;
    background: url(../img/partf_bg.png) no-repeat center top;
    background-size: 100% 100%;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.partdb {
    position: relative;
}

.partdb .swiper-slide {
    text-align: center;
    padding: 0.15rem 0;
    justify-content: center;
    display: flex;
}

.partdb .swiper-slide img {
    height: 0.35rem;
    margin: 0 auto 0.2rem;
    transition: 0.5s;
}

.partdb .swiper-slide a:hover img {
    transform: rotate(360deg);
}

.partdb .swiper-slide p {
    font-size: 0.14rem;
    color: #FFFEFE;
    width: 0.95rem;
    line-height: 0.32rem;
    height: 0.32rem;
    background: rgba(255, 255, 255, 0.12);
}

.partdb .swiper-slide a {
    padding: 0.2rem 0;
    display: block;
}

.partdb .swiper-pagination {
    bottom: 0.2rem;
    text-align: center;
    width: 100%;
    display: none;
}

.partdb .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
    width: 0.08rem;
    height: 0.08rem;
    margin: 0 0.05rem;
    opacity: 0.1;
    background: #000000;
    border-radius: 0.04rem;
    transition: 0.4s all;
}

.partdb .swiper-pagination .swiper-pagination-bullet-active {
    background: #dcc55a;
    opacity: 1;
    width: 0.3rem;
}

.pdb-button .swiper-button-next,
.pdb-button .swiper-button-prev {
    width: 0.4rem;
    height: 0.4rem;
    text-align: center;
    position: absolute;
    top: 50%;
    opacity: 0.6;
    margin-top: -0.2rem;
}

.pdb-button .swiper-button-next:hover,
.pdb-button .swiper-button-prev:hover {
    opacity: 1;
}

.pdb-button .swiper-button-next {
    right: -0.4rem;
    background: url(../img/rg_white.svg) no-repeat center center;
    background-size: auto 0.2rem;
}

.pdb-button .swiper-button-prev {
    left: -0.4rem;
    background: url(../img/lg_white.svg) no-repeat center center;
    background-size: auto 0.2rem;
}