:root{
	--margin-max:15rem;
	--tetx-color:#B01013;
	--color-head:#900D10;
	--title-max-size-Chinese:2rem;
	/* --title-max-size-English:2rem; */
	--title-min-size:1.8rem;
	--text-size:1.5rem;
	--width:85rem;
	--height:20rem;
}
*{
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}

a {
	text-decoration:none;
	color:#000;
	display: block;
}
.head-hr{
	width: 100%;
	height: 5px;
	background-color: var(--color-head);
}
.head{
	width: 100%;
}
.head-e{
	width: var(--width);
	margin: 0.5rem auto;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	--margin-right-ico-logo:1rem;
}
.head-ico{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}
.head-ico-logo{
	display: flex;
	flex-direction: row;
}
.head-ico-logo-img{
	margin: auto;
}
.head-ico-logo-img img{
	width: 7rem;
	height: 7rem;
	margin-right: var(--margin-right-ico-logo);
}
.head-ico-logo-title,
.head-ico-logo-text{
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: auto;
	margin-right: calc(var(--margin-right-ico-logo));
}
.head-ico-logo-title span:nth-child(1){
	font-size: 3.5rem;
	font-family: Mytitle;
	color: #116334;
	font-weight: 500;
}
.head-ico-logo-title span:nth-child(2){
	font-size: 1rem;
	letter-spacing: 0.5rem;
	position: relative;
	right: 0.2rem;
	color: #116334;
}

.head-ico-logo-text span:nth-child(1){
	font-size: 2.5rem;
	letter-spacing: 0.45rem;
	color: var(--color-head);
	font-weight: 700;
}
.head-ico-logo-text span:nth-child(2){
	font-size: 1rem;
	position: relative;
	right: 0.2rem;
	top: 0.4rem;
	font-weight: 500;
	color: var(--color-head);
}
@font-face {
	font-family: Mytitle;
	src: url(../ttf/zit.ttf);
}
.head-ico-img{
	background-image: linear-gradient(90deg, #FFFFFF 0%, transparent 50%, #FFFFFF), url("../img/head-back-img.jpg");
	ackground-position: center;
	background-blend-mode: normal;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	height: 7.9rem;
	/* opacity: 0.3; */
	position: absolute;
	right: -1.6rem;
	top: -0.5rem;
}
.head-ico-img span{
	font-family: Mytitle;
	font-size: calc(var(--text-size) + 0.3rem);
	color: #116334;
	position: absolute;
}
.head-ico-img span:nth-child(1){
	right: 8rem;
	top: 1.5rem;
}
.head-ico-img span:nth-child(2){
	right: 18rem;
	top: 4.5rem;
}
.head-nav{
	width: var(--width);
}
.head-nav-1{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	background-color: var(--tetx-color);
	margin-top: 0.1rem;
}
.head-nav-1 li{
	width: calc(var(--width)/8);
	position: relative;
	top: 0.06rem;
}
.head-nav-1 li a{
	line-height: calc(var(--text-size) + 1.5rem);
	color: white;
}
.head-nav-1 li a span{
	font-size: calc(var(--text-size) - 0.1rem);
}
.head-nav-1>li>a{
	text-align: center;
	padding-left: 1rem;
}
@font-face {
  font-family: 'iconfont';  /* Project id 4012565 */
  src: url('//at.alicdn.com/t/c/font_4012565_2q2kcvou5qk.woff2?t=1681544398032') format('woff2'),
       url('//at.alicdn.com/t/c/font_4012565_2q2kcvou5qk.woff?t=1681544398032') format('woff'),
       url('//at.alicdn.com/t/c/font_4012565_2q2kcvou5qk.ttf?t=1681544398032') format('truetype');
}
.xiala {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.head-nav-2{
	position: absolute;
	left: 0rem;
	top: 3.1rem;
	background-color: var(--tetx-color);
	display: none;
	width: calc(var(--width)/8);
	z-index: 80;
}
.head-nav-2 li a{
	line-height: calc(var(--title-min-size) + 1rem);
}
.head-nav-2 li{
	text-align: center;
	font-size: calc(var(--text-size) - 0.1rem);
}
.head-nav-1>li:hover{
	background-color: var(--color-head);
}
.head-nav-1>li:hover>.head-nav-2{
	display: block;
}
.head-nav-2 li:hover{
	background-color: var(--color-head);
}

.top{
	width: 100%;
	margin-top: 1rem;
}
.top-e{
	width: var(--width);
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.top-sw{
	width: calc(var(--width) / 3);
	height: var(--height);
	border: #EFEFEF solid 0.5rem;
	position: relative;
}
.swiper-wrapper{
	display: inline-block;
	height: var(--height) !important;
}
.swiper-slide{
	display: inline-block;
	font-size: var(--text-size);
	width: calc(var(--width) / 3);
	height: var(--height);
	position: relative;
}
/* .swiper-img{
	display: inline-block;
	font-size: var(--text-size);
	width: calc(var(--width) / 3);
	height: var(--height);
	position: relative;
} */
.swiper-slide img{
	width: calc(var(--width) / 3);
	height: var(--height);
	object-fit: cover;
}
.swiper-slide span{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(144,144,144,0.8);
	width: 100%;
	padding: 0 0 0 2rem;
	line-height: calc(var(--text-size) + 0.5rem);
}


.pagination {
  position: absolute;
  z-index: 20;
  bottom: 0.5rem;
  left: 10rem;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}

.arrowhead{
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0.5rem;
  z-index: 50;
  user-select: none;
}
.Prew{
	right: 6.2rem;
}
.Next{
	right: 1rem;
}

.content-ico{
	font-family: "iconfont" !important;
	font-size: calc(var(--title-min-size) - 0.1rem);
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	user-select: none;
}



.top-box{
	display: flex;
	flex-direction: column;
	width: calc(var(--width) / 3 + 5rem);
	background-color: #FCFCFC;
}
.box-top{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: calc(var(--title-min-size) - 0.5rem);
	background-color: var(--tetx-color);
	color: #fff;
	padding: 0.2rem 0;
}
.box-top-left{
	position: relative;
}
.box-top-left img{
	width: 20px;
	height: 20px;
	padding: 0.2rem 0 0 1rem;
	position: relative;
	top: 0.2rem;
	left: 0.2rem;
}
.box-top-right{
	display: flex;
	flex-direction: row;
	font-size: calc(var(--title-min-size) - 0.7rem);
	line-height: calc(var(--title-min-size));
}
.box-top-right a{
	color: #fff;
}
.box-top-right>.content-ico{
	font-size: calc(var(--title-min-size) - 0.7rem);
	line-height: calc(var(--title-min-size));
	padding-right: 0.5rem;
	
}
.box-content ul{
	display: flex;
	flex-direction: column;
	position: relative;
	margin:0 0.5rem
}
.box-content ul li{
	border-bottom: #959595 dashed 1px;
	line-height: calc(var(--text-size) + 1.1rem);
}
.box-content ul li a{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: calc(var(--text-size) - 0.4rem);
}
.box-content ul li a span:nth-child(1){
	font-size: 0.5rem;
	padding-top: 0.4rem;
	line-height: calc(var(--text-size) + 0.5rem);
}
.box-content ul li a span:nth-child(2){
	width: 70%;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.box-content ul li a span:nth-child(3){
	font-size: calc(var(--text-size) - 0.5rem);
	line-height: calc(var(--text-size) + 1rem);
	color: #959595;
	padding-right: 0.3rem;
        padding-top: 0.2rem;
}

.top-kstt{
	display: flex;
	flex-direction: column;
	width: calc(var(--width) / 3 - 15rem);
	height: calc(var(--height));
}
.top-kstd-top span:nth-child(1){
	color: var(--tetx-color);
	font-size: calc(var(--text-size) + 1rem);
	position: relative;
	top: 0.5rem;
}
.top-kstd-top span:nth-child(2){
	font-size: calc(var(--text-size));
}
.top-kstd-content ul{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: calc(var(--height) - 2rem);
	position: relative;
	top: 1rem;
}
.top-kstd-content ul li{
	width: calc(var(--width) / 3 - 18rem);
	height: calc(var(--height) / 3 - 4rem);
	display:inline-block;
	border-radius: 0.5rem;
}
.top-kstd-content ul li:nth-child(1){
	background-color: #91BF76;
}
.top-kstd-content ul li:nth-child(2){
	background-color: #E7BF68;
}
.top-kstd-content ul li:nth-child(3){
	background-color: #4AA7A1;
}

.kstd-a span{
	line-height: 2.5rem;
}

.top-kstd-content ul li a{
	color: aliceblue;
	font-size: calc(var(--text-size) - 0.2rem);
	text-align: center;
	line-height: calc(var(--text-size) + 1rem);
}



.centre{
	width: 100%;
	margin-top: 0.5rem;
}
.centre-e {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: var(--width);
	height: calc(var(--height) + 1rem);
	margin: auto;
	margin-bottom: 1.5rem;
}
.centre-e>div:nth-child(1){
	width: calc(var(--width) / 3 + 1rem);
}
/* .centre-e>div:nth-child(2) .box-top-left{
	position: relative;
} */
.centre-e>div:nth-child(2) .box-top-left img{
	position: relative;
	top: 0.2rem;
	left: 0rem;
	object-fit: cover;
	padding-top: 0;
	height: 1.6rem;
}
.centre-cgzs{
	width: calc(var(--width) / 3 - 15rem);
	display: flex;
	flex-direction: column;
}
.cgzs-top{
	display: flex;
	flex-direction: row;
}
.cgzs-top .content-ico{
	font-size: 3rem;
	color: var(--tetx-color);
}
.cgzs-top span:nth-child(2){
	font-size: calc(var(--text-size));
	line-height: calc(var(--text-size) + 1rem);
}
.cgzs-box{
	overflow: hidden;
}

.cgzs-ul li {
	position: relative;
}
.cgzs-ul li img{
	width: calc(var(--width) / 3 - 15rem);
}
.cgzs-ul li span{
	position: absolute;
	bottom:0.3rem;
	left: 0;
	width: calc(var(--width) / 3 - 15rem);
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background-color: rgba(144,144,144,0.4);
}
.cgzs-ul{
	animation-name:cgzs;
	animation-duration:10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	/* Safari and Chrome: */
	-webkit-animation-name:cgzs;
	-webkit-animation-duration:10s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
}
.cgzs-box:hover ul{
	animation-play-state:paused;
}
@keyframes cgzs
{
	from {transform: translateY(0rem);}
	to {transform: translateY(-50.5rem);}
}
@-webkit-keyframes cdzs
{
	from {transform: translateY(0rem);}
	to {transform: translateY(-50.5rem);}
} 


.zt{
	width: 100%;
	height: calc(var(--height) - 6rem);
	background-color: #EFEFEF;
	padding-bottom: 2rem;
}
.zt-e{
	display: flex;
	flex-direction: column;
	width: var(--width);
	margin: auto;
	margin-top: 0.5rem;
}
.zt-top{
	display: flex;
	flex-direction: row;
	color: var(--tetx-color);
	position: relative;
	bottom: -1rem;
	left: 37.5rem;
	background-color: #EFEFEF;
	width: 10rem;
	text-align: center; 
}
.zt-top .content-ico{
	margin: auto;
}
.zt-top span:nth-child(2){
	font-size: calc(var(--text-size));
	position: relative;
	top: -0.1rem;
}
.zt-img{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 2.5rem;
}
.zt-img img{
	width: calc(var(--width) / 4 - 5rem);
}
.tail{
	width: 100%;
	background-color: var(--tetx-color);
	height: 5rem;
	overflow: hidden;
}
.tail-e{
	margin: 0 auto;
	text-align: center;
	height: 5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding-top:0.5rem;
}
.tail-e p:nth-child(2){
	position: relative;
	bottom: 1rem;
}



.middle{
	min-height: 43.7rem;
	--middle-width:8rem;
}
.middle-e{
	display: flex;
	flex-direction: column;
	width: var(--width);
	margin: auto;
	padding-top:0.2rem;
}
.middle-top img{
	width: var(--width);
	height: calc(var(--height) - 5rem);
	object-fit: cover;
}
.middle-center{
	display: flex;
	flex-direction: row;
}
.middle-navigation-top{
	background-color: var(--tetx-color);
	width: calc(var(--middle-width) + 0.2rem);
	text-align: center;
	position: relative;
	top: -2.7rem;
	opacity: 0.8;
}
.middle-navigation-top span{
	font-size: calc(var(--text-size) + 0.2rem);
	line-height: 2.5rem;
}
.middle-navigation-nav{
	position: relative;
	top: -2rem;
}
.middle-navigation-nav-ul{
	display: flex;
	flex-direction: column;
	border: #EFEFEF 5px solid;
	width: calc(var(--middle-width) + 6rem);
}
.middle-navigation-nav-ul li{
	border-bottom: #959595 solid 1px;
	width: calc(var(--middle-width) + 6rem);
	padding-top: 0.2rem;
}
.middle-navigation-nav-ul li:nth-child(8){
	border-bottom: 0px;
}
.middle-navigation-nav-ul li a{
	font-size: calc(var(--text-size) + 0.5rem);
	line-height: calc(var(--text-size) + 1.5rem);
	text-align: center;
	padding-right: 0.3rem;
}
.middle-navigation-nav-ul li a .content-ico{
	font-size: calc(var(--text-size) - 0.1rem);
	color: #FFFFFF;
}
.middle-navigation-nav-ul li:hover{
	background-color: var(--tetx-color);
}
.middle-navigation-nav-ul li:hover a{
	color: #FFFFFF;
}
.mi-click-nav-li{
	background-color: var(--tetx-color);
}
.mi-click-nav-li a{
	color: #FFFFFF;
}
.middle-content{
	display: flex;
	flex-direction: column;
	width: calc(var(--width) / 2 + 30rem);
	margin-left: 5rem;
	margin-top: 1rem;
}
.middle-content-top{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.middle-content-top>span:nth-child(1){
	font-size: 1.5rem;
	color: #116334;
	font-family: Mytitle;
	border-bottom: #116334 2px solid;
}
.middle-content-top>span:nth-child(2){
	font-size: 1rem;
}

.middle-content-top>span:nth-child(2)>.content-ico{
	font-size: 0.7rem;
}
.middle-content-top>span:nth-child(2)>.content-ico:nth-child(1){
	font-size: 1.5rem;
	position: relative;
	top: 0.2rem;
}
.middle-content-center{
	display: flex;
	flex-direction: column;
}
.middle-content-title{
	font-size: 2rem;
	text-align: center;
}
.middle-content-center-top{
	display: flex;
	flex-direction: row;
	margin: 0.5rem auto;
	font-size: 1.2rem;
        
}
.middle-content-center-top span{
word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
}
.middle-content-center-top p{
	margin: 0 0.5rem;
}
.middle-content-content p{
	font-size: 1.5;
}