* {
	margin: 0;
	padding: 0;
	font-size: 0.16rem;
}

.class_lanmu {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.class_lanmu .class_cn {
	font-weight: bold;
	font-size: 0.4rem;
	color: #23478C;
	line-height: 0.56rem;
	text-align: center;
	position: relative;
}

.class_lanmu .class_en {
    position: absolute;
    top: -0.12rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: Anton, Anton;
    font-weight: 400;
    font-size: 0.6rem;
    color: #fff;
    line-height: 0.84rem;
    z-index: 0;
    text-transform: uppercase;
    opacity: 0.1;
    text-stroke: 0.01rem rgba(0, 175, 224);
    -webkit-text-stroke: 0.01rem rgb(0 199 255);
    -moz-text-stroke: 0.01rem rgba(0, 175, 224);
    -o-text-stroke: 0.01rem rgba(0, 175, 224);
}
.class_lanmu .class_cn::before {
	content: "";
	position: absolute;
	width: 0.4rem;
	height: 0.03rem;
	background: linear-gradient(90deg, #03AF9F 0%, #00AFEA 100%);
	left: 50%;
	bottom: -0.2rem;
	transform: translateX(-50%);
}


/* 关于我们 */
.about {
	padding-top: 0.8rem;
	padding-bottom: 1rem;
}

.about .main {
	margin-top: 0.83rem;
}

img.classGo,
.pic.classGo {
	transition: all 1.2s ease-out;
	-webkit-transition: all 1.2s ease-out;
	-moz-transition: all 1.2s ease-out;
	-o-transition: all 1.2s ease-out;
	-ms-transition: all 1.2s ease-out;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	filter: blur(30px);
	visibility: visible !important;
}

img.classGo.go,
.pic.classGo.go {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	filter: blur(0);
}

@keyframes Tmouse {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
		transform: translateY(8px);
	}
}

#index #main {
	max-width: 19.2rem;
	position: relative;
	z-index: 10;
	margin: 0 auto;
}


#index #main .con {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}

#index #main .bg2 {
	z-index: 4;
	width: 1.03rem;
	height: 0.89rem;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 1.27rem;
}

#index #main .main .con .pic_child {
	width: 5.4rem;
	right: 3.6rem;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.12rem 0.01rem rgba(0, 0, 0, 0.22);
	border-radius: 0.2rem 0.2rem 0rem 0.2rem;
	margin-right: 0.6rem;
}

#index #main .main .con .pic_child>img {
	width: 100%;
}

#index #main .main .con .about_view {
	width: 6.9rem;
}

#index #main .main .con .about_view .title {
	font-weight: bold;
	font-size: 0.3rem;
	color: #333333;
	margin-bottom: 0.2rem;
	text-align: center;
}

#index #main .main .con .about_view p {
	width: 95%;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
}

#index #main .main .con .about_view .more {
	width: 1.45rem;
	height: 0.45rem;
	color: white;
	background: linear-gradient(90deg, #03AF9F 0%, #00AFEA 100%);
	text-align: center;
	line-height: 0.45rem;
	border-radius: 0.24rem;
	position: relative;
	float: left;
	font-size: 0.16rem;
	margin-left: 0rem;
	transition: 0.6s;
	margin-top: 0.43rem;
}

#index #main .main .con .about_view .more>a {
	position: relative;
	z-index: 9;
	width: 100%;
	height: 100%;
	display: block;
	margin-left: 0.1rem;
}

#index #main .main .con .about_view .more::before {
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	position: absolute;
	content: "";
	background: #F3F3F3 url(../img/more_icon.png) center no-repeat;
	top: 0;
	left: -0.09rem;
	border-radius: 50%;
	transition: 0.3s;
}

#index #main .main .con .about_view .more:hover {
	transition: 0.3s;
	background: linear-gradient(90deg, #23478C 0%, #00AFEA 100%);
}

#index #main .main .con .about_view .more:hover a {
	margin-left: -0.1rem;
}

#index #main .main .con .about_view .more:hover::before {
	width: 1.4rem;
	height: 0.45rem;
	left: 0;
	background: url(../img/more_icon2.png) no-repeat;
	transition: 0.3s;
	background-position: 1.1rem center;
}

#index #main .main .pic {
	position: relative;
	overflow: hidden;
	width: 7.5rem;
	height: 5rem;
	border-radius: 0rem 0.2rem 0.2rem 0.2rem;
	box-shadow: 0rem 0rem 0.12rem 0.01rem rgba(0, 0, 0, 0.22);
	margin-left: 0.8rem;
}

#index #main .main .pic img {
	width: 100%;
}

#index #main .bg {
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 5%;
	left: 0;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 46%;
	background-color: transparent;
}


/* å•ä½å›¾ç‰‡ä»‹ç» */
.litpic {
	max-width: 19.2rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.litpic .litpic_list {
	width: calc(100% / 5);
	height: 6.4rem;
	position: relative;
	transition: 0.5s;
}

.litpic .litpic_list .litpic_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.litpic .litpic_list .litpic_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.litpic .litpic_list .litpic_txt {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.86) 100%);
	padding: 0.55rem 0.4rem;
	box-sizing: border-box;
	display: flex;
	align-items: end;
	flex-wrap: wrap;
	align-content: flex-end;
}

.litpic .litpic_list .litpic_txt .litpic_title {
	width: 100%;
	font-weight: 400;
	font-size: 0.2rem;
	color: #FFFFFF;
	margin-bottom: 0.12rem;
}

.litpic .litpic_list .litpic_txt .litpic_cont {
	width: 100%;
	font-weight: 400;
	font-size: 0.2rem;
	color: #FFFFFF;
	display: none;
}

.litpic .litpic_list:hover {
	width: 7.2rem;
	transition: 0.5s;
}

.litpic .litpic_list:hover .litpic_txt .litpic_title {
	font-size: 0.24rem;
}

.litpic .litpic_list:hover .litpic_txt {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 57%, rgba(0, 0, 0, 0.86) 100%);
}

.litpic .litpic_list:hover .litpic_txt .litpic_cont {
	display: block;
}



/* å…¬å¸è§†é¢‘ */
.video {
	padding: 1rem 0;
}

.video_view {
	width: 15.2rem;
	height: 6.8rem;
	margin-top: 0.73rem;
}

.video .jw-display-icon-container {
	width: 1.08rem;
	height: 1.08rem;
	border: none !important;
	background: linear-gradient(132deg, #03AF9F 0%, #00AFEA 100%) !important;
}

.video .jw-skin-bce .jw-icon-display {
	width: 0.3rem !important;
	height: 0.38rem !important;
	background-size: cover;
	background: url(../img/bofang.png) center no-repeat;
}

.video .jw-state-idle .jw-icon-display:before {
	content: "";
}



/* .video .jw-overlays{
	background: rgba(0, 0, 0, 0.5);
} */




/* æ–°é—»èµ„è®¯ */
.news {
	width: 100%;
	height: 9.21rem;
	background: #F5F5F5;
	padding: 0.8rem 0 1.66rem;
	box-sizing: border-box;
}

.news_body {
	display: flex;
	margin-top: 0.73rem;
}

.news_body .news_list1 {
	width: 4.6rem;
	height: 5.5rem;
	background: #FFFFFF;
	overflow: hidden;
	margin-right: 0.2rem;
}

.news_body .news_list1 a {
	height: auto;
}

.news_body .news_list1 .list1_img {
	width: 100%;
	height: 3.2rem;
	overflow: hidden;
}

.news_body .news_list1 .list1_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.news_body .news_list1:hover .list1_img img {
	transform: scale(1.1);
}

.news_body .news_list1 .list1_txt {
	width: 100%;
	height: 2.3rem;
	padding: 0.2rem 0.35rem 0.48rem;
	box-sizing: border-box;
	position: relative;
}

.news_body .news_list1 .list1_txt .list1_key {
	position: absolute;
	right: 0.25rem;
	top: -0.18rem;
	width: 0.96rem;
	height: 0.35rem;
	background: linear-gradient(132deg, #03AF9F 0%, #00AFEA 100%);
	border-radius: 0.18rem;
	line-height: 0.35rem;
	text-align: center;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
}

.news_body .news_list1 .list1_txt .list1_time {
	font-weight: 400;
	font-size: 0.14rem;
	color: #A4A4A4;
	display: flex;
	align-items: center;
	margin-bottom: 0.23rem;
}

.news_body .news_list1 .list1_txt .list1_time i {
	width: 0.13rem;
	height: 0.13rem;
	background: url(../img/time.png) center no-repeat;
	margin-right: 0.03rem;
	display: block;
}

.news_body .news_list1 .list1_txt .list1_title {
	width: 100%;
	height: 0.54rem;
	margin-bottom: 0.2rem;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.3rem;
}

.news_body .news_list1 .list1_txt .list1_cont {
	width: 100%;
	height: 0.49rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #888888;
	line-height: 0.28rem;
}

.news_body .news_list1:hover .list1_txt .list1_title {
	color: #23478C;
}


.news_list2 {
	width: 5.6rem;
}

.news_list2 .class2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.14rem;
}

.news_list2 .class2 span {
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	display: flex;
	white-space: nowrap;
}

.news_list2 .class2 a {
	width: auto;
	font-weight: 400;
	font-size: 0.14rem;
	color: #23478C;
	display: flex;
	white-space: nowrap;
	align-items: center;
	cursor: pointer;
}

.news_list2 .class2 a i {
	width: 0.13rem;
	height: 0.13rem;
	display: block;
	margin-left: 0.03rem;
	background: url(../img/more_icon.png) center no-repeat;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.news_list2 .class2:hover span{
	font-weight: bold;
}
.news_list2 .class2:hover a{
	font-weight: bold;
}
.news_list2 .class2:hover a i{
	margin-left: 0.08rem;
}


.news_list2 .notice .notice_li {
	width: 5.6rem;
	height: 1.6rem;
	background: #FFFFFF;
	margin-top: 0.16rem;
}

.news_list2 .notice .notice_li a {
	display: flex;
}

.news_list2 .notice .notice_li:first-child {
	margin-top: 0;
}

.news_list2 .notice .notice_li .notice_img {
	width: 2.3rem;
	height: 1.6rem;
	overflow: hidden;
}

.news_list2 .notice .notice_li .notice_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.news_list2 .notice .notice_li:hover .notice_img img {
	transform: scale(1.1);
}

.news_list2 .notice .notice_li .notice_txt {
	width: 3.3rem;
	padding: 0.2rem;
	box-sizing: border-box;
}

.news_list2 .notice .notice_li .notice_title {
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.3rem;
	height: 0.54rem;
	margin-bottom: 0.25rem;
	box-sizing: border-box;
}

.news_list2 .notice .notice_li .notice_time {
	font-weight: 400;
	font-size: 0.14rem;
	color: #A4A4A4;
	display: flex;
	align-items: center;
	margin-bottom: 0.23rem;
}

.news_list2 .notice .notice_li .notice_time i {
	width: 0.13rem;
	height: 0.13rem;
	background: url(../img/time.png) center no-repeat;
	margin-right: 0.03rem;
	display: block;
}

.news_list2 .notice .notice_li:hover .notice_title {
	color: #23478C;
}




/* è£èª‰æˆæžœ */
.chengguo {
	width: 100%;
	height: 10.08rem;
	padding: 1rem 0 0.74rem;
	box-sizing: border-box;
	background: url(../img/gongguo_bg.png) center no-repeat;
}

.gg_nav {
	display: flex;
	justify-content: center;
	margin-top: 0.63rem;
	margin-bottom: 0.5rem;
}

.gg_nav .gg_tab {
	font-weight: 400;
	font-size: 0.16rem;
	color: #888888;
	padding: 0.08rem 0.2rem;
	border-radius: 0.18rem;
	border: 0.01rem solid #00AFDD;
	margin: 0 0.3rem;
}

.gg_nav .gg_tab.cur {
	background: linear-gradient(132deg, #03AF9F 0%, #00AFEA 100%);
	color: #fff;
}

.gg_bd .gg_item{
	display: none;
}
.gg_bd .gg_item.act{
	height:5.6rem;
	display: flex;
	align-items: center;
	position: relative;
}


.mySwiper{
	width: 100%;
	height:5.6rem;
	overflow: hidden;
	margin: 0 auto;
}
.mySwiper .swiper-slide{
    width: auto;
    height: 460px;
}
.mySwiper .swiper-slide img{
    width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
}


















.gg_item .body_view {
	width: 15.2rem;
	position: relative;
	height: 80%;
}
.body_Swiper .swiper-wrapper{
	display: flex;
	align-items: center;
	padding-bottom: 0.4rem;
}
.body_Swiper .swiper-slide img {
	max-width: 2.8rem;
	max-height: 3rem;
	object-fit: contain;
	opacity: 0.8;
	box-reflect: below 0 -webkit-linear-gradient(bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	-moz-box-reflect: below 0 -webkit-linear-gradient(bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	-webkit-box-reflect: below 0 -webkit-linear-gradient(bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	-o-box-reflect: below 0 -webkit-linear-gradient(bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) );
}

.body_Swiper .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-left {
	display: none;
}





.gg_item .swiper-button-next::after,
.gg_item .swiper-button-prev::after {
	display: none;
}

.gg_item .swiper-button-next,
.gg_item .swiper-button-prev {
	width: 0.4rem;
	height: 0.4rem;
	background: #D6D6D6;
	border-radius: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gg_item .swiper-button-next img,
.gg_item .swiper-button-prev img {
	width: 0.08rem;
	height: 0.16rem;
}

.gg_item .swiper-button-next:hover,
.gg_item .swiper-button-prev:hover {
	background: linear-gradient(132deg, #03AF9F 0%, #00AFEA 100%);
}

.gg_item .swiper-button-next {
	right: -0.2rem;
}

.gg_item .swiper-button-prev {
	right: auto;
	left: -0.2rem;
}






/* æ¨¡å— */
.mokuai {
	width: 19.2rem;
	height: 3.2rem;
	background: #F5F5F5;
	padding: 0.8rem 0;
	box-sizing: border-box;

	display: none;
}

.mokuai .main {
	display: flex;
	justify-content: space-between;
}

.kuai_item {
	width: 3.6rem;
	height: 1.6rem;
	border-radius: 0.1rem;
	padding: 0 0.4rem 0 0.35rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.kuai_item:nth-child(1) {
	background: #445094;
}

.kuai_item:nth-child(2) {
	background: #5AAD47;
}

.kuai_item:nth-child(3) {
	background: #31ADA2;
}

.kuai_item:nth-child(4) {
	background: #368FC1;
}

.kuai_item:nth-child(1):hover {
	box-shadow: 0rem 0rem 0.18rem 0.01rem rgba(35, 45, 103, 0.55);
}

.kuai_item:nth-child(2):hover {
	box-shadow: 0rem 0rem 0.18rem 0.01rem rgba(90, 173, 71, 0.55);
}

.kuai_item:nth-child(3):hover {
	box-shadow: 0rem 0rem 0.18rem 0.01rem rgba(49, 173, 162, 0.55);
}

.kuai_item:nth-child(4):hover {
	box-shadow: 0rem 0rem 0.18rem 0.01rem rgba(54, 143, 193, 0.55);
}

.kuai_item .kuai_fl .kuai_cn {
	font-weight: bold;
	font-size: 0.28rem;
	color: #FFFFFF;
	line-height: 0.39rem;
	margin-bottom: 0.08rem;
}

.kuai_item .kuai_fl .kuai_en {
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.21rem;
	text-transform: uppercase;
	transition: 0.5s;
}

.kuai_item .kuai_fl .kuai_more {
	width: 0.24rem;
	height: 0.12rem;
	overflow: hidden;
	margin-top: 0.22rem;
	display: none;
}

.kuai_item .kuai_fr {
	width: 0.6rem;
	height: 0.6rem;
	overflow: hidden;
}

.kuai_item .kuai_fr img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.kuai_item:hover .kuai_more {
	display: block;
}


/* å‹æƒ…é“¾æŽ¥ */
.link {
	width: 19.2rem;
	height: 1.54rem;
	background: #FFF;
}

.link .main {
	position: relative;
}

.link .class3 {
	position: absolute;
	top: 0.03rem;
	left: 0;
	font-weight: bold;
	font-size: 0.18rem;
	color: #333333;
	display: block;
}

.link_hd {
	display: flex;
	align-items: center;
	margin-bottom: 0.12rem;
	margin-top: 0.22rem;
	padding-left: 0.96rem;
	box-sizing: border-box;
}

.link_hd .link_tab {
	font-weight: 400;
	font-size: 0.14rem;
	color: #999999;
	padding: 0.06rem 0.2rem;
	box-sizing: border-box;
	border-radius: 0.18rem;
	border: 0.01rem solid #BCBCBC;
	margin-right: 0.2rem;
	cursor: pointer;
}

.link_hd .link_tab.cur {
	border: 0.01rem solid #03AF9F;
	background: linear-gradient(132deg, #03AF9F 0%, #00AFEA 100%);
	color: #fff;
}

.link_bd .link_item {
	width: 100%;
	height: 0.6rem;
	position: relative;
	display: none;
}

.link_bd .link_item.act {
	display: block;
}

.link_bd .link_item .link_Swiper {
	width: 100%;
	height: 100%;
}

.link_bd .swiper-slide {
	width: 2.8rem !important;
	height: 0.6rem;
	overflow: hidden;
	margin-right: 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.link_bd .swiper-slide img {
	max-height: 0.6rem;
	max-width: 100%;
	object-fit: contain;

}









/* 关于我们-新样式 */
#index #main .main .con .pic_child{
	width: calc(100% - 7.5rem);
	border-radius: 0.2rem;
}
#index #main .main .con .about_view .about_cont p{
	text-indent: 2em;
	margin-bottom: 0.2rem;
	width: 95%;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.3rem;
}

.about_list{
	display: flex;
	width: 15.2rem;
	margin: 0.6rem auto 0;
}
.about_item{
    width: 4.933rem;
    height: 2.4rem;
    background: rgba(247, 249, 250, 0.53);
    border-radius: 0.1rem;
    border: 0.01rem solid #f3f0f0;
    margin-right: 0.2rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.about_item:last-child{
	margin-right: 0;
}
.about_item:hover{
    background: #fff;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}
.about_item .init_txt {
	padding: 0.2rem;
	box-sizing: border-box;
	width: calc(100% - 2.9rem);
}

.about_item .init_txt .init_time {
	font-weight: bold;
	font-size: 0.28rem;
	color: #23478C;
	line-height: 0.32rem;
	position: relative;
	margin-bottom: 0.34rem;
}

.about_item .init_txt .init_time::before {
	position: absolute;
	content: "";
	width: 0.3rem;
	height: 0.02rem;
	background: #03AFA5;
	bottom: -0.12rem;
	left: 0;
}

.about_item .init_txt .init_cont {
	padding-left: 0.16rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	position: relative;
}

.about_item .init_txt .init_cont::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0.10rem;
	width: 0.08rem;
	height: 0.08rem;
	background: rgba(255, 255, 255, 0);
	border: 0.03rem solid #03AFA5;
	border-radius: 50%;
	box-sizing: border-box;
}

.about_item .init_img {
	width: 2.9rem;
	height: 100%;
	border-radius: 0.1rem;
	overflow: hidden;
}

.about_item .init_img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}



.about_list .more{
	width: 1.45rem;
    height: 0.45rem;
    color: white;
    background: linear-gradient(90deg, #03AF9F 0%, #00AFEA 100%);
    text-align: center;
    line-height: 0.45rem;
    border-radius: 0.24rem;
    position: relative;
    float: left;
    font-size: 0.16rem;
    margin-left: 0rem;
    transition: 0.6s;
    margin: 0 auto;
}
.about_list .more>a {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: block;
    margin-left: 0.1rem;
}
.about_list .more::before {
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    position: absolute;
    content: "";
    background: #F3F3F3 url(../img/more_icon.png) center no-repeat;
    top: 0;
    left: -0.09rem;
    border-radius: 50%;
    transition: 0.3s;
}
.about_list .more:hover {
	transition: 0.3s;
	background: linear-gradient(90deg, #23478C 0%, #00AFEA 100%);
}

.about_list .more:hover a {
	margin-left: -0.1rem;
}

.about_list .more:hover::before {
	width: 1.4rem;
	height: 0.45rem;
	left: 0;
	background: url(../img/more_icon2.png) no-repeat;
	transition: 0.3s;
	background-position: 1.1rem center;
}



