.tc{
	text-align: center;
}
.bold{
	font-weight: bold;
}
.fs36{
	font-size: 36px;
}
.fs18{
	font-size: 18px;
}
.fs20{
	font-size: 20px;
}
.fs16{
	font-size: 16px;
}
.fs24{
	font-size: 24px;
}
.fs69{
	font-size: 69px;
}
.fs14{
	font-size: 14px;
}


img.w100{
	width: 100%;
}
.test1-forms .uls .li .li-texts{
	color: #787878;
}

.test1-wraps-box{
	padding-top: 3.9em;
	padding-bottom: 3.2em;
	background: transparent linear-gradient(180deg, rgba(255,255,255,0) 0%, #FAFBFE 40%, #EDF0FC 79%, #E5E9FB 100%) 0% 0% no-repeat;
}

.test3-wraps-box{
	padding-top: 2em;
	padding-bottom: 2.2em;
	background: transparent linear-gradient(180deg, rgba(255,255,255,0) 0%, #FAFBFE 40%, #EDF0FC 79%, #E5E9FB 100%) 0% 0% no-repeat;
}
.test3-wraps-box.test-wraps-box .text{
	margin-top: 0;
	color: #00545E;
	font-weight: bold;
}

html[lang="zh-HK"] .test3-wraps-box.test-wraps-box .text{
	/*font-size: 16px;*/
}

.test3-wraps-box  .test1-forms{
	margin-top: 1.6em;
}

.test3-wraps-box  .test1-forms .uls{
	padding: 3.5em 4.4em 2.8em 4.4em;

}
.text3-wraps-bots{
	margin-top: 3.2em;
	background-color: #E8F4F6;
	border-radius: .5em;
	overflow: hidden;
	color: #000000;
}
.text3-wraps-bots .words{
	width: 77.25%;
	padding: 1em 1.25em;
	line-height: 1.66;
}

.again-btns a{
	text-decoration: none;
	border-radius: .55em;
	line-height: 3.11em;
	height: 3.11em;
	background: transparent linear-gradient(329deg, #1F3468 0%, #00545E 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	padding-left: 1.11em;
	padding-right: 3.89em;
	position: relative;
}
.again-btns a:before{
	content:"";
	width: 1.55em;
	height: 1.55em;
	position: absolute;
	right: 1em;
	top: 50%;
	transform:translateY(-50%);
	background: url(../img/zhuan.svg) no-repeat center;
	background-size: 100%;
}

.text3-wraps-tops .text3-rights .txts{
	line-height: 1.25;
	margin-top: 1.33em;
	margin-bottom: 1.78em;
}

.text3-wraps-tops .text3-rights .tits{
	color: #028F73;
}
.text3-wraps-tops .text3-rights{
	width: 70%;
}

.text3-wraps-tops .circle-wraps{
	width: 30%;
	/* width: 22.75%; */
}
.text3-wraps-bots .images{
	width: 22.75%;
}

.circle-container .circle-words{
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	color: #00575F;
	line-height: 1;
	text-align: center;
}

  .circle-container {  
    width: 240px;  
    height: 240px;  
    display: flex;  
    justify-content: center;  
    align-items: center;  
    border-radius: 50%;  
    overflow: hidden;  
    position: relative;  
    max-width: 100%;
  }  
  .circle {  
    width: 100%;  
    height: 100%;  
  }  
  .circle-progress {  
    fill: none;  
    stroke: #028F73;  
    stroke-width: 8%;  
    stroke-linecap: round;  
    transform: rotate(-90deg);  
    transform-origin: center;  
    transition: stroke-dasharray 0.5s linear;  
  }  
  .circle-words {  
    position: absolute;  
    top: 50%;  
    left: 50%;  
    transform: translate(-50%, -50%);  
    /*font-size: 36px; */
    color: #333;  
  }  

.test-wraps-box .sec-txt-title{
	line-height: 1.2;
	color: #00545E;
}
.test-wraps-box .text{
	color: #505050;
	line-height: 1.16;
	margin-top: 1.5em;
}

.test1-forms{
	position: relative;
	/*padding-left: 0;*/
	/*padding-right: 0;*/
	margin-top: 2.25em;
	box-sizing:border-box;
	position: relative;
	padding-bottom: 12px;
	border: 2px solid #BBE8E4;
	border-radius: 1.5em;
}
.test1-forms:before{
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 1.5;
	border-radius: 1.5em;
	background: #BBE8E4 0% 0% no-repeat padding-box;
}

.test1-forms .uls{
	position: relative;
	z-index: 2;
	background: #fff;
	border-radius: 1.5em;
	padding: 3em 6.2em 4.5em 6.2em;
}
.test1-forms .uls .li .li-tits{
	line-height: 1.25em;
	height: 1.25em;
	overflow: hidden;
	margin-bottom: .8125em;
	color: #787878;
}

.test1-forms .uls .li .li-texts{
	margin-top: .5em;
}
.test1-forms .uls .li.w100{
	margin-left: 0;
}
.test1-forms .uls .li select,
.test1-forms .uls .li input[type=text]{
	width: 100%;
	height: 100%;
	font-size: inherit;
	border:none;
	padding: 0;
	background: transparent;
	padding: 0 1.5em;
	padding-right: 2.5em;
	background: #F8F8F8;
	color: #C2C2C2;
}
.test1-forms .uls .li.cjk{
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.test1-forms .uls .li.cjk input{
	width: 1em;
	margin-right: .5em;
	margin-top: .3em;
}
.test1-forms .uls .li.cjk label{
	max-width: calc(100% - 2em)
}
.test1-forms .uls .li.cjk label a{
	color: #2EB8FF;
}
.test1-forms .uls .li input[type=text]{
	color: #000;
}


.test1-forms .uls .li select{
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/sanjiao.svg) #F8F8F8 no-repeat calc(100% - 1.5em);
  background-size: .75em;
}

.test1-forms .uls .li{
	width: 47%;
	margin-left: 6%;
}
.test1-forms .uls .li:nth-child(2n+1){
	margin-left: 0;
}
.test1-forms .uls .li:nth-child(n+3){
	margin-top: 1.35em;
}
.test1-forms .uls .li .li-inputs{
	height: 3.22em;
	line-height: 3.22em;
}

.test1-forms .uls .li .li-inputs input[type=submit]{
	background: transparent linear-gradient(320deg, #1F3468 0%, #00545E 100%) 0% 0% no-repeat padding-box;
	border-radius: .55em;
	height: 3.22em;
	line-height: 3.22em;
	color: #fff;
	padding: 0;
	font-size: inherit;
	width: 10.67em;
}
.test2-wraps-box{
	background: transparent linear-gradient(180deg, rgba(255,255,255,0) 0%, #FAFBFE 40%, #EDF0FC 79%, #E5E9FB 100%) 0% 0% no-repeat padding-box;
	padding-bottom: 5em;
	padding-top: 3.9em;
}

.test2-btns-anniu{
	margin-top: 2.3em;
	margin-bottom: 1.2em;
}
.test1-forms .uls.text2-wraps .i-ul{
	margin-top: 2.55em;
	align-items: stretch;
}
.text2-wraps .i-ul .i input{
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	left: 0;
	top: 0;
}
.text2-wraps .i-ul .i{
	margin-bottom: .72em;
	width: 49%;
	margin-left: 2%;
	position: relative;
	
}
.text2-wraps .i-ul .i input:checked + label:before{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzI0MjMxOTkzNTc5IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9Ijk5OTQiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTk0MC44IDE2MEwzOTYuOCA3MDQgODMuMiAzODQgMCA0NjcuMmwzMTMuNiAzMTMuNiA4My4yIDgzLjJMMTAyNCAyNDMuMnoiIGZpbGw9IiMwMDlGODAiIHAtaWQ9Ijk5OTUiPjwvcGF0aD48L3N2Zz4=) #fff no-repeat center;
	background-size: 100%;
}
.text2-wraps .i-ul-btn-list{
	margin-top: 3.78em;
}
.text2-wraps .i-ul-btn-list .i span{
	display: flex;
    align-content: center;
    /*justify-content: center;*/
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #0E112A;
    min-width: 7.45em;
    height: 3.1em;
    line-height: 3.1em;
    overflow: hidden;
    text-align: left;
    padding: 0 1.1em;
}
.text2-wraps .i-ul-btn-list .i span svg path{
	fill:#0E112A;
	transition:.5s ease;
}

.test2-btns-anniu .addbtns{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 2px solid #D1F3ED;
	border-radius: 0px 1.5em 1.5em 0px;
	width: calc(100% - 5em);
}
.test2-btns-anniu .addpages {
	width: 5em;
	background: #40B49D 0% 0% no-repeat padding-box;
	border: 2px solid #D1F3ED;
	border-right: none;
	justify-content: center;
	border-radius: 1.5em 0px 0px 1.5em;
	color: #fff;
	text-align: center;

}
.test2-btns-anniu .addbtns .btns{
	display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;	
    padding-left: .8em;
    padding-right: 1em;
}
.test2-btns-anniu .addbtns .btns .span{
	background: transparent linear-gradient(270deg, #028F73 0%, #FFFDC7 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px rgba(0,0,0,.1);
	border-radius: 1em;
	height: .9em;
	width: 0;
	transition: 1s ease;
}

.test2-btns-anniu .addbtns .line{
	background: #EDF4F8 0% 0% no-repeat padding-box;
	border-radius: 1em;
	width: 100%;
	height: .9em;
	line-height: .9em;
}
.test2-btns-anniu .addpages .btns,
.test2-btns-anniu .addbtns .btns{
	height: 2em;
	line-height: 2em;
}
.text2-wraps .i-ul-btn-list .i span{
	cursor: pointer;
}

.test1-forms .uls .k-i-ul .lis{
	display: none;
}

.text2-wraps .i-ul-btn-list a{
    text-decoration: none;
}

.text2-wraps .i-ul-btn-list .i:nth-child(n+2){
	margin-left: 1.5em;
}
.text2-wraps .i-ul-btn-list .i{
	display: block;
	background: #DFDFDF;
	border-radius: .55em;
}
.text2-wraps .i-ul .i input:checked + label{
	background-color: #06CB81;
	color: #fff;
}
.text2-wraps .i-ul .i label{
	background: #E8F4F6;
	line-height: 1.33;
	color: #2F778B;
	padding: 1.33em 3em;
	position: relative;
	width: 100%;
	height: 100%;
}
.text2-wraps .i-ul .i label:before{
	position: absolute;
    content: "";
    width: 1em;
    height: 1em;
    border: 1px solid #73BCC5;
    border-radius: 5px;
    left: 1.5em;
    top: 1.45em;
    box-sizing: border-box;
}
.text2-wraps .i-ul .i:nth-child(2n+1){
	margin-left: 0;
}
.test1-forms .uls.text2-wraps{
	padding: 2em 7.5em 1.8em 7.5em;
}
.text2-wraps .tit-titles{
	line-height: 1.16;
	color: #00575F;
	font-weight: bold;

}


/**/
.test-wraps-box.active .sec-txt-title{
	max-width: 21.5em;
}
.test-wraps-box.active{
	padding: 0;
}
.test-wraps-box.active img{
	width: 100%;
}
.test-wraps-box.active .test1-forms .uls{
	padding: 2em 1.5em;
}
.container2 {
	padding: 2em 1.75em;
	padding-top: 0;
}
.test-wraps-box.active .w50{
	width: 50%;
}
.test-words .text>p:nth-child(1){
	width: 100%;
}

.test-wraps-box.active .images{
	padding-top: 0;
}
.test-wraps-box.active .images  img{
	/*height: 100%;*/
	object-fit:contain;
}

@media (max-width: 1881px){
	.test-wraps-box.active .images{
		padding-top: 0;
	}
	.container2 {
		padding: 1em 1.5em;
		padding-top: 0;
	}
}
/**/

@media (max-width: 1199px){

	.test1-forms .uls{
		padding-left: 3em;
		padding-right: 3em;
	}
}
@media (max-width: 1191px){
	.test-wraps-box.active .w50{
		width: 100%;
	}
	.container2{
		padding: 1em .75em;
	}

}
@media (min-width: 1025px){
	.text2-wraps .i-ul-btn-list a,.text2-wraps .i-ul-btn-list a span{
		transition:.5s ease;
	}
	.text2-wraps .i-ul-btn-list a:hover{
		background: transparent linear-gradient(329deg, #1F3468 0%, #00545E 100%) 0% 0% no-repeat padding-box;
		transition:.5s ease;
	}
	.text2-wraps .i-ul-btn-list a:hover span{
		color: #fff;
		transition:.5s ease;
	}

	.text2-wraps .i-ul-btn-list a:hover span svg path{
		fill:#fff;
		transition:.5s ease;
	}

}
@media (max-width: 1024px){
	.text2-wraps .i-ul-btn-list{
		margin-top: 1.5em;
	}
	.test1-forms .uls.text2-wraps{
		padding-left: 2.5em;
		padding-right: 2.5em;
	}
	.text2-wraps .i-ul .i{
		width: 100%;
		margin-left: 0;
	}
	.text2-wraps .i-ul .i label{
		padding-right: 1em;
		padding-left: 2.25em;
	}
	.text2-wraps .i-ul .i label:before{
		left: 1em;
	}

	.test1-forms .uls .li{
		width: 49%;
		margin-left: 2%;
	}
	.test3-wraps-box .test1-forms .uls{
		padding-left: 2.5em;
		padding-right: 2.5em;
	}

	.text3-wraps-bots .words,.text3-wraps-bots .images,
	.text3-wraps-tops .text3-rights,
	.text3-wraps-tops .circle-wraps{
		width: 100%;
	}
	.circle-container{
		margin:0 auto;
	}
	.text3-wraps-tops .text3-rights{
		text-align: center;
	}
	.again-btns{
		justify-content: center;
	}
	.test3-wraps-box.test-wraps-box .text{
		line-height: 1.5;
	}
}

@media (max-width: 767px){
	.test2-btns-anniu .addbtns .btns{
		padding-left: .25em;
		padding-right: .25em;
	}
	.test1-forms .uls.text2-wraps,
	.test3-wraps-box .test1-forms .uls{
		padding-left: 1em;
		padding-right: 1em;
	}
	.text3-wraps-bots .words{
		padding-left: .75em;
		padding-right: .75em;
	}
	.test1-forms .uls{
		padding-left: 1em;
		padding-right: 1em;
	}

	.test1-forms .uls .li{
		width: 100%;
		margin-left: 0%;
	}
	.test1-forms .uls .li:nth-child(n+2){
		margin-top: 1em;
	}
}


.fs30{
	font-size: 30px;
}
.page24{
	padding-top: 2.4em;
	padding-bottom: 4.5em;
}

.page24 a{
	text-decoration: none;
}

.page24 .page24-list{
	margin-top: 1.15em;
}
.page24-titles{
	color: #BE7B11;
	line-height: 1.2;

}

.page24-list .items .words{
	width: 68.85%;
	padding: 1.6em 1.6em;
	padding-bottom: 1.3em;
}

.page24-list .items .imgs img{
	width: 100%;
}

.page24-list .items .imgs{
	overflow: hidden;
	border-radius: 1em;
	width: 31.15%;
}

.page24-list .items{
	display: block;
	color: #000000;
	background: #F8F8F8;
	border-radius: .75em;
}

.page24-list .items:nth-child(n+2){
	margin-top: 1.2em;
}

.page24-list .items .tits{
	color: #BE7B11;
	line-height: 1.33;
}
.page24-list .items .time{
	margin-top: 1.1875em;
	line-height: 1.1875;
	margin-bottom: 1.6875em;
	color: #955C02;

}

.page24-list .items .txts{
	line-height: 1.5;
	margin-bottom: 1.5em;
	max-height: 4.5em;
	display: -webkit-box;  
	-webkit-line-clamp: 3;   
	-webkit-box-orient: vertical;  
	overflow: hidden; 
	/*margin-bottom: 1.875em;*/
}

.cons-more span{
	display: block;
	background: transparent linear-gradient(90deg, #ECA808 0%, #F9AB36 100%) 0% 0% no-repeat padding-box;
	box-shadow: inset 2px 3px 3px rgba(164,164,46,.2), 0px 3px 6px rgba(0,0,0,.25);
	border-radius: 2.75em;
	height: 2.75em;
	line-height: 2.75em;
	padding-left: 1.125em;
	padding-right: 2.625em;
	color: #fff;
	position: relative;
}
.cons-more span:before{
	position: absolute;
	content:"";
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzI1MDI2MDA4OTU3IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjQyMjUiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTU5NS43IDUxMS4xTDI0MC44IDg2Nmw5My4yIDkzLjEgNDQ3LjQtNDQ3LjQtMC42LTAuNiAwLjYtMC41TDMzNCA2My4xbC05My4yIDkzLjJ6IiBmaWxsPSIjZmZmZmZmIiBwLWlkPSI0MjI2Ij48L3BhdGg+PC9zdmc+) no-repeat center;
	background-size: 100%;
	width: .75em;
	height: .75em;
	right: 1.125em;
	top: 50%;
	transform:translateY(-50%);

}
.cons-more{
	display: inline-block;
	vertical-align: top;
}
.page24-page{
	margin-top: 5em;
}
.page .pagination{
	align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.page .pagination a{
	width: 3.11em;
	height: 3.11em;
	text-align: center;
	line-height: 3.11em;
	background: #EFEFEF;
	color: #0E112A;
	border-radius: .55em;
	margin:0 5px;

}
.page .pagination a.active{
	background-color: #154E5E;
	color: #fff;
}
.page .pagination .prev,.page .pagination .next{
	background-color: #fff;
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0px 3px 6px rgba(0,0,0,.12);
}
.page .pagination .prev{
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzI1MDI2Nzg3NzQ4IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjYxMTciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTg1My4zMzMzMzYgNDY5LjMzMzMzNCAzMzIuOCA0NjkuMzMzMzM0IDU3MS43MzMzMzQgMjMwLjQgNTEyIDE3MC42NjY2NjYgMTcwLjY2NjY2NiA1MTIgNTEyIDg1My4zMzMzMzYgNTcxLjczMzMzNCA3OTMuNiAzMzIuOCA1NTQuNjY2NjY2IDg1My4zMzMzMzYgNTU0LjY2NjY2NiA4NTMuMzMzMzM2IDQ2OS4zMzMzMzQgODUzLjMzMzMzNiA0NjkuMzMzMzM0WiIgZmlsbD0iIzE1NEU1RSIgcC1pZD0iNjExOCI+PC9wYXRoPjwvc3ZnPg==);
}
.page .pagination .next{
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzI1MDI2ODY0NDA0IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjY0MjMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTE3MC42NjcgNTU0LjY2N2g1MjAuNTMybC0yMzguOTMzIDIzOC45MzMgNTkuNzMzIDU5LjczMyAzNDEuMzMzLTM0MS4zMzMtMzQxLjMzMy0zNDEuMzMzLTU5LjczMyA1OS43MzMgMjM4LjkzMyAyMzguOTMzaC01MjAuNTMydjg1LjMzNHoiIGZpbGw9IiMxNTRFNUUiIHAtaWQ9IjY0MjQiPjwvcGF0aD48L3N2Zz4=);

}

.page24-list .items{
	align-items: center;
}
.page24-banner .w100{
	width: 100%;
}
.fs48{
	font-size: 48px;
}

.page24-banner .words .tits{
	line-height: 1.2;
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 700;
    text-shadow: 1px 2px 1px #222222;
    margin-bottom: .5rem;
}
.page24-banner .words .txts{
	/*margin-top: 1.5em;*/
	line-height: 1.5;
	margin-left: 2px;
	font-size: 1.125rem;
}


.page24-banner img{
	min-height: 170px;
	object-fit:cover;
	width: auto;
}
.page24-banner .images{
	    display: flex;
    justify-content: flex-end;
    align-content: flex-start;
    flex-wrap: wrap;
}
.page24-banner .words{
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	color: #fff;
	text-shadow: 0px 3px 6px rgba(0,0,0,.2);
}
.page24-banner{
	position: relative;
}

@media (min-width: 1025px){
	.page24-list .items img,.page24-list .items:hover img{
		transition:.5s ease;
	}
	.page24-list .items:hover img{
		transform:scale3d(1.05,1.05,1);
	}
	.page .pagination a{
		transition:.5s ease;
	}
	.page .pagination a:hover{
		background-color: #154E5E;
		color: #fff;
		transition:.5s ease;
	}
	.page .pagination .prev:hover{
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzI1MDI3MTU3MTMwIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjY4MjUiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTg1My4zMzMzMzYgNDY5LjMzMzMzNCAzMzIuOCA0NjkuMzMzMzM0IDU3MS43MzMzMzQgMjMwLjQgNTEyIDE3MC42NjY2NjYgMTcwLjY2NjY2NiA1MTIgNTEyIDg1My4zMzMzMzYgNTcxLjczMzMzNCA3OTMuNiAzMzIuOCA1NTQuNjY2NjY2IDg1My4zMzMzMzYgNTU0LjY2NjY2NiA4NTMuMzMzMzM2IDQ2OS4zMzMzMzQgODUzLjMzMzMzNiA0NjkuMzMzMzM0WiIgZmlsbD0iI2ZmZmZmZiIgcC1pZD0iNjgyNiI+PC9wYXRoPjwvc3ZnPg==);
	}
	.page .pagination .next:hover{
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzI1MDI2ODY0NDA0IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjY0MjMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTE3MC42NjcgNTU0LjY2N2g1MjAuNTMybC0yMzguOTMzIDIzOC45MzMgNTkuNzMzIDU5LjczMyAzNDEuMzMzLTM0MS4zMzMtMzQxLjMzMy0zNDEuMzMzLTU5LjczMyA1OS43MzMgMjM4LjkzMyAyMzguOTMzaC01MjAuNTMydjg1LjMzNHoiIGZpbGw9IiNmZmZmZmYiIHAtaWQ9IjY0MjQiPjwvcGF0aD48L3N2Zz4=);
	}
}

@media (max-width: 1024px){
	.page24-list .items .words,
	.page24-list .items .imgs{
		width: 100%;
	}

	.page .pagination a{
		width: 2.5em;
		line-height: 2.5em;
		height: 2.5em;
	}
	.fs18{
		font-size: 16px;
	}
	.page24-banner .words .txts{
		margin-top: .5em;
	}
	.page24-banner .words .txts{
		width: 80%;
	}
}

@media (max-width: 767px){
	.page24-list .items .words{
		padding-left: 1em;
		padding-right: 1em;
	}
	.page .pagination a{
		width: 2em;
		line-height: 2em;
		margin:0 2px;
		height: 2em;
	}
}