.banner{
	height: 8.35rem;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.banner .swiper{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.banner .swiper-pagination {
	bottom: .9rem !important;
}

.banner .swiper-wrapper{
	height: 100%;
	box-sizing: border-box;
}

.banner .swiper img{
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}

.banner .swiper-pagination-bullet{
	background-color: #000 !important;
	opacity: 0.3;
}

.banner .swiper-pagination-bullet-active{
	opacity: 0.7;
}

.banner .swiper-button-prev{
	width: .8rem;
	height: .8rem;
	background-color: rgba(255,255,255,0.5);
	border-radius: 100%;
	line-height: .3rem;
	text-align: center;
	background-image: none;
	opacity: 0;
	transition: 0.5s linear;
}

.banner .swiper-button-prev span{
	font-size: .3rem;
}

.banner .swiper-button-next{
	width: .8rem;
	height: .8rem;
	background-color: rgba(255,255,255,0.5);
	border-radius: 100%;
	line-height: .3rem;
	text-align: center;
	background-image: none;
	opacity: 0;
	transition: 0.5s linear;
}

.banner .swiper-button-next span{
	font-size: .3rem;
}

.banner:hover .swiper-button-next{
	opacity: 0.8;
}
.banner:hover .swiper-button-prev{
	opacity: 0.8;
}


.nav-bj {
	width: 100%;
}

.nav-bj img{
	width: 100%;
	height: auto;
}


.summary {
	background: url(../img/yao-bj.jpg) no-repeat bottom;
	background-size: 100% auto;
	padding: .6rem 0 1.5rem 0;	
}

.nav-title {
	text-align: center;
	padding: 0 0 .63rem 0;
}

.nav-title .tit-chs {
	padding: 0 0 .05rem .25rem;
	margin: 0 auto;
}

.nav-title .tit-chs .tit-chs-in {
	display: inline-block;
	letter-spacing: .5rem;
	padding: 0 0 0 .25rem;
	color: #881812;
	font-size: .42rem;
	font-weight: bold;
	background: url("../img/tit_spc.png") repeat-x left .25rem;
	background-size: auto .17rem;
	position: relative;
	
}

.nav-title .tit-chs .tit-chs-in::before {
	content: "";
	position: absolute;
	top: 0rem;
	left: -.4rem;
	width: .13rem;
	height: 100%;
	background: url("../img/tit_left.png") no-repeat left center;
	background-size: 100%;
}

.nav-title .tit-chs .tit-chs-in::after {
	content: "";
	position: absolute;
	top: 0rem;
	right: -.15rem;
	width: .13rem;
	height: 100%;
	background: url("../img/tit_right.png") no-repeat left center;
	background-size: 100%;
}

.nav-title .tit-eng {
	color: #8b8b8b;
	font-size: .14rem;
	font-family: "Times New Roman";
	line-height: .15rem;
	padding: 0 0 .05rem 0;
}

.nav-title .tit-eng-act {
	color: #8b8b8b;
	font-size: .18rem;
	font-family: "Times New Roman";
	text-transform: uppercase;
}



.summary .content {
	width: 13.4rem;
	height: 6.36rem;
	margin: 0 auto;
	display: flex;
} 

.summary .content .item {
	color: #000;
	transition: .5s all;
	background: white;
	display: flex;
	flex-direction: column;
}

.summary .content .item:hover {
	box-shadow: .03rem .08rem .16rem rgba(0,0,0,.5);
	transition: .5s all;
}

.summary .content>:nth-child(2n) {
	flex-direction: column-reverse;	
}

.summary .content .item .item-top {
	height: 50%;
	position: relative;
}

.summary .content .item .item-top>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.summary .content .item .item-top .arrow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: .19rem;
	text-align: center;
	background: url("../img/arrow.png") no-repeat center top;
	background-size: .38rem;
}

.summary .content .item .item-top .arrow>img {
	height: 100%;
}

.summary .content .item .item-bot {
	height: 50%;
	padding: .6rem .42rem 0 .42rem;
	box-sizing: border-box;	
	position: relative;
}

.summary .content>:nth-child(2n) .item-top .arrow {
	top: 0;
	transform: rotate(180deg);
}

.summary .content .item .item-bot h3 {
	color: #000;
	font-size: .2rem;
	line-height: .3rem;
	text-align: justify;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;	
}

.summary .content .item .item-bot .time {
	font-size: .16rem;
	color: #969595;
	padding: .05rem 0 .1rem 0;
}

.summary .content .item .item-bot .txt {
	font-size: .16rem;
	color: #232323;
	text-indent: .2rem;
	line-height: .26rem;
	text-align: justify;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;	
}

.summary .content>a:nth-of-type(2n+1){
	transform: translateY(-.6rem);
	opacity: 0;
}

.summary .content>a:nth-of-type(2n){
	transform: translateY(.6rem);
	opacity: 0;
}

.summary .content .show {
	transform: translateY(0px) !important;
	transition: .5s linear;
	opacity: 1 !important;
}


.sum-more {
	margin-top: 55px;
	transform: translateY(-.6rem);
	transition: .5s linear;
	text-align: center;
}

.more {
	display: block;
	padding: 0 .3rem;
	margin: 0 auto;
	width: 1.6rem;
	line-height: .43rem;
	background: #881812;
	border-radius: 1rem;
	color: white;
	font-size: .18rem;
	text-align: center;	
	letter-spacing: .01rem;
	transition: .5s all;
}

.more:hover {
	background: #de0b00;
	transition: .5s all;
}

.more .more-head {
	font-family: "SimSun";
	padding: 0 .1rem 0 0;
}

.moreShow{
	transform: translateY(0px) !important;
	opacity: 1 !important;
}





.banner-xi {
	height: 2.61rem;
	overflow: hidden;
	transform: translateY(-4px);
}

.banner-xi .swiper6 {
	width: 100%;
	height: 100%;
}

.banner-xi .swiper6 .swiper-slide {
	width: 100%;
	height: 100%;	
}

.banner-xi .swiper6 .swiper-slide>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}






.newsNav {
	height: .8rem;
	background-color: #881812;
	transform: translateY(-4px);
	margin-bottom: .5rem;
	box-sizing: border-box;
}

.newsNav .items {
	width: 100%;
	height: 100%;
}

.newsNav .items>ul {
	display: flex;
	justify-content: space-between;
	padding: 0 3rem;
}

.newsNav .items>ul>li {
	height: .8rem;
	line-height: .8rem;
	padding: 0 .5rem;
	font-size: .2rem;
	color: white;
}

.newsNav .items>ul .active {
	background-color: #fabb7d;
	color: #881812;
	font-weight: bold;
	transition:0.3s linear;
}


.newsContent {
	display: flex;
	justify-content: center;
	margin: .6rem 0 .7rem 0;
}

.newsContent .item {
	width: 13.3rem;
}

.newsContent .item .news{
	display: flex;
	position: relative;
	padding: 0 0 1rem 0;
}

.newsContent .item .news .left {
	width: 5.24rem;
	height: 3.92rem;
	margin: 0 .55rem 0 0;
	flex-shrink: 0;
}

.newsContent .item .news .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newsContent .item .news .right {
}

.newsContent .item .news .right .title {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 .2rem 0;
}

.newsContent .item .news .right .title:hover {
	background: #f9e6cd;
}

.newsContent .item .news .right .l {
	color: #000000 !important;
	font-weight: bold !important;
	font-size: .22rem;
	width: 6.5rem;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsContent .item .news .right .l::before {
	content: "·";
	padding: 0 .08rem 0 0;
}

.newsContent .item .news .right .r {
	color: #000000 !important;
	font-size: .22rem;
}

.newsContent .item .news .right p {
	color: #000;
	font-size: .18rem;
	line-height: .3rem;
	text-indent: .36rem;
	padding: 0 0 0 .08rem;
	margin: 0 0 .25rem 0;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.newsContent .item .news .right .r-bot {
	border-top: .01rem dashed black;
	padding-top: .2rem;
}

.newsContent .item .news .right .r-bot a {
	font-size: .18rem;
	height: .42rem;
	display: flex;
	align-items: center;
	position: relative;
}

.newsContent .item .news .right .r-bot a::before {
	content: "·";
	color: black;
	padding: 0 .1rem 0 .3rem;
}

.newsContent .item .news .right .r-bot a:hover {
	background: #f9e6cd;
}

.newsContent .item .news .right .r-bot a span:nth-of-type(1) {
	color: #000;
	width: 6.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsContent .item .news .right .r-bot a span:nth-of-type(2) {
	color: #a3a3a3;
	font-size: .18rem;
	height: 100%;
	line-height: .42rem;
	white-space: nowrap;
	position: absolute;
	right: 0;
	top: 0;
}



.newsContent .item .more{
	margin-top: 55px;
}

.newsContent .item .more img{
	width: 200px;
	height: 43px;
	margin: 0 auto;
	display: block;
}
.newsContent .item .news .news-more {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}





.home {
	background: url(../img/home-bj.png) no-repeat center .7rem;
	background-size: 100% auto;
}

.home .vd {
	height: 5.15rem;
	margin: .2rem auto 0 auto;
	display: flex;
	justify-content: center;
}

.home .vd .sp {
	width: 9.15rem;
	height: 100%;
	display: flex;
	flex-shrink: 0;
	margin: 0 .05rem 0 0;
}

.home .vd .sp video {
	width: 4.6rem;
	width: 100%;
	height: 100%;
}

.home .vd .cont {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.home .vd .cont .swiper1,.home .vd .cont .swiper2 {
	width: 4.6rem;
	height: 49.5%;
	overflow: hidden;
}

.home .vd .cont img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home .vd .cont>:nth-child(2) {
	margin: .04rem 0 0 0;
}



.home .zti {
	text-align: center;
	padding: 0 0 .2rem 0;
}

.home .zti img {
	width: 5.39rem;
}




.home .feng {
	width: 14.3rem;
	margin: 0 auto .75rem auto;
	display: flex;
	height: 2.5rem;
	padding: .18rem;
	border-radius: .15rem;
	background: #fff;
	justify-content: space-between;
	box-shadow: .05rem .1rem .2rem rgba(0,0,0,.2);
}

.home .feng .item {
	width: 3.5rem;
	position: relative;
}

.home .feng .item>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.feng-title {
	position: absolute;
	width: 100%;
	z-index: 20;
	left: 0;
	top: 0;
	text-align: center;
	padding: .3rem 0 0 0;
}

.feng-title .tit-chs {
	padding: 0 0 .05rem .13rem;
	margin: 0 auto;
}

.feng-title .tit-chs .tit-chs-in {
	display: inline-block;
	letter-spacing: .26rem;
	padding: 0 0 0 .13rem;
	color: white;
	font-size: .35rem;
	font-weight: bold;
	background: url("../img/feng_tit_spc.png") repeat-x left .2rem;
	background-size: auto .17rem;
	position: relative;	
}

.feng-title .tit-eng {
	color: white;
	font-size: .16rem;
	font-family: "Times New Roman";
}



.home .feng .item .mask{
	position: absolute;
	z-index: 10;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	transition: .5s all;
}

.home .feng .item:hover .mask{
	background: rgba(0,0,0,0);
	transition: .5s all;
}

.home .enro {
	width: 7rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;	
}

.home .enro>a {
	display: block;
	padding: 0 .3rem;
	margin: 0 auto;
	width: 1.6rem;
	line-height: .6rem;
	border: .01rem solid #881812;
	border-radius: 1rem;
	color: #881812;
	font-size: .24rem;
	text-align: center;	
	letter-spacing: .01rem;
	transition: .5s all;
}

.home .enro>a:hover {
	background: #f9e6cd;
	transition: .5s all;
}

.home .enro>a .enro-head {
	font-family: "SimSun";
	padding: 0 0 0 .1rem;
	color: #881812;
}




.main {
	background: url(../img/main-b.png) no-repeat top;
	background-size: 100% auto;
	padding: .5rem 0 2.1rem 0;
	overflow-x: hidden;
}


.main .main-b {
	height: 3.7rem;
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

.main .main-b .swiper4 {
	width: 100%;
	height: 100%;
}

.main .main-b .swiper-button-prev,.main .main-b .swiper-button-next{
	width: .8rem;
	height: .8rem;
	border-radius: 100%;
	line-height: .8rem;
	text-align: center;
	background-image: none;
	transition: 0.5s linear;
}

.main .main-b .swiper-button-prev span,.main .main-b .swiper-button-next span {
	font-size: .3rem;
}

.main .main-b .item{
	position: absolute;
	width: 5.1rem;
	height: 3.6rem;
	border: .05rem solid #fff;
	box-sizing: border-box;
	overflow: hidden;
	transition: .5s linear !important;
	
}
.main .main-b .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s linear;
}

.main .main-b .item .mask{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .8rem;
	background: rgba(120,27,20,0.8);
}

.main .main-b .item .mask div:nth-of-type(1){
	color: #fff;
	font-size: .3rem;
	padding: .12rem 0 0 0;
	font-weight: bold;
	text-align: center;
	line-height: .5rem;
}

.main .main-b .item .mask div:nth-of-type(2){
	color: #fff;
	opacity: .5;
	font-size: .15rem;
	font-family: "Times New Roman";
	text-align: center;
}

.main .main-b .item:hover img{
	transform: scale(1.2);
	transition: 0.5s linear;
}

.main .main-b .item1{
	left: .9rem;
	top: -2.5rem;
	opacity: 0;
	transform: scale(0.2);
	z-index: 3;
}

.main .main-b .item2 {
	left: -.9rem;
	top: -1.5rem;
	opacity: 0.2;
	transform: scale(0.4);
	z-index: 5;
}

.main .main-b .item3 {
	left: 1.5rem;
	top: .2rem;
	opacity: 0.6;
	transform: scale(0.7);
	z-index: 8;
}

.main .main-b .item4 {
	left: 4.65rem;
	top: 0;
	opacity: 1;
	transform: scale(1);
	z-index: 10;
}

.main .main-b .item5 {
	left: 7.4rem;
	top: .2rem;
	opacity: 0.6;
	transform: scale(0.7);
	z-index: 8;
}

.main .main-b .item6 {
	left: 9.8rem;
	top: -1.5rem;
	opacity: 0.2;
	transform: scale(0.4);
	z-index: 5;
}

.main .main-b .item7 {
	left: 8.0rem;
	top: -2.5rem;
	opacity: 0;
	transform: scale(0.2);
	z-index: 3;
}
