.banner{position: relative;width: 100%;}
.banner .swiper-slide a{display: block;}
.banner .swiper-slide img{display: block;width: 100%;}
.banner .swiper-pagination{bottom: 0.2rem;width: 100%;}
.banner .swiper-pagination-bullet{transition: 0.3s all;width: 0.12rem;height: 0.12rem;border-radius: 0.06rem;opacity: 1 !important;}
.banner .swiper-pagination-bullet-active{background: #f8b62a;width: 0.3rem;}

.title{width: 100%;margin-bottom: 0.2rem; }
.title .tit{align-items: flex-end;background-size: auto 0.26rem;}
.title .tit h3{font-size: 0.24rem;line-height: 0.3rem;color: #ba2227;  padding-bottom: 10px;}
.title .tit span{color: #c9c9c9;display: inline-block;margin-left: 0.07rem;font-size: 0.14rem;}
.title a{font-size: 0.14rem;color: #999999;line-height: 0.3rem; background: url(../images/more_bg.png) no-repeat right; padding-right: 20px;}


.parta{width: 100%;padding: 0.35rem 0 0.4rem;}
.pa-left,.pa-right{width: calc( ( 50% - 0.2rem ) );}
.pbox{width: 100%;background: #ffffff;}
.pbox .headline{width: 100%;}
.pbox .headline .head_img{width: 1.33rem;height: 1rem;position: relative;overflow: hidden;}
.pbox .headline .head_img a{display: block;transition: 0.2s all;}
.pbox .headline .head_txt{width: calc( 100% - 1.33rem );padding-left: 0.2rem;display: flex;flex-direction: column;justify-content: space-between;}
.pbox .headline .head_txt a{font-size: 0.16rem;width: 100%;line-height: 0.24rem;color: #333333;max-height: 0.48rem;display: block\0;}
.pbox .headline .head_txt span{font-size: 0.14rem;color: #999999;display: block;line-height: 0.24rem;}
.pbox .headline:hover .head_img a{transform: scale(1.1,1.1);}
.pbox .headline:hover .head_txt a{color: #0a3259;}
.pb-list{width: 100%;margin-top: 0.15rem;}
.pb-list ul li{margin-top: 0.15rem; border-bottom: 1px solid #e6e6e6; }
.pb-list ul li a{line-height: 0.24rem;width: 100%;color: #434343;transition: 0.2s all; padding-bottom: 0.1rem; padding-left:0.18rem; position: relative;}
.pb-list ul li span{font-size: 0.16rem;color: #ba2227;line-height: 0.24rem;}
.pb-list ul li:hover a{color: #ba2227;}
.pb-list ul li:hover span{color: #ba2227;}

.pb-list ul li a::before{content: "";width: 0.06rem;height: 0.06rem;background: #ba2227;display: block;position: absolute;left:0;top:50%;margin-top: -0.07rem; border-radius: 50%;}

.partb{width: 100%;padding: 0rem 0 0.4rem;}
.pb-left,.pb-center,.pb-right{width: calc( ( 100% - 4.4rem ) / 3 );}
.pb-list p{font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #434343;}
.p-list{width: 100%;margin-top: 0.15rem;}
.p-list ul li{margin-top: 0.15rem; }
.p-list ul li a{line-height: 0.24rem;width: 100%;color: #434343;transition: 0.2s all; padding-bottom: 0.1rem;  position: relative; background: url(../images/more_bg.png) no-repeat right 6px; font-size:16px;}

.p-list ul li:hover a{color: #ba2227;}
.p-list ul li:hover span{color: #ba2227;}

/*链接*/
.link {
    width: 1.82rem;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0.1rem 0.02rem;
   box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
    position: fixed;
    top: 50%;
	transform: translateY(-50%);
    right: 0;
    z-index: 999;
}

.link2 {
    right: -0.74rem;
}

.link ul li {
    padding: 0.1rem 0 0.1rem 0.12rem;
    position: relative;
}

.link ul li::after {
    content: "";
    width: 0.46rem;
    height: 0.01rem;
    background: rgba(255,255,255,0.1);
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}

.link ul li .iconbox {
	width: 0.2rem;
	margin-right:0.06rem;
    text-align: center;
    transition: 0.5s all;
}

.link ul li .iconbox img {
    max-height: 0.2rem;
	max-width: 0.2rem;
}

.link ul li p {
    font-size: 0.14rem;
    color: #434343;
}
.link ul li:hover p{color: #ba2227;}
.link ul li:last-child::after {
    content: none;
}

.link ul li.txt {
    color: #ffffff;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    line-height: 0.74rem;
    letter-spacing: 0.05rem;
    cursor: pointer;
}

.inout {
    text-align: center;
    line-height: 0.2rem;
    font-size: 0.24rem !important;
    color: #ffffff;
    cursor: pointer;
}

.inout.hidess {
    transform: rotateY(180deg);
}

.link ul li:hover .iconbox {
    transform: rotateY(180deg);
}

.link ul li:last-child:hover .iconbox {
    transform: rotateY(360deg);
}

.link2 {
    bottom: 30%;
}