/* swiper */
@import url("swiper.css");
/* .animated */
@import url("animate.css");

a {
	text-decoration: none !important;
}

.header {

	height: 490px;
	background: url("../img/hd_sydw.jpg") no-repeat center;

	background-size: 1920px 800px;
	/* margin-bottom: 120px; */
	background-size: 100% auto;
	animation: anymove 8s infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
	position: relative;
}

.header .ht {
	height: 42px;
	background-color: #f7f7ff;
}

.header .ht .ht-right a,
.ht-left {
	color: #777;
	line-height: 42px;
}

/* .header .hm{

padding:0 0px 20px;
    background-color: #e1f4ff;
} */
.header .logo {

	display: block;
	background: url("../img/logo-default.png") no-repeat center;
	width: 520px;
	height: 80px;
	background-size: auto 36px;
	text-indent: -999em;
	margin-top: 34px;
	opacity: 0.82;
}

.header.light {
	background-color: #fff !important;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
}

.hc {

	height: 60px;
	margin-top: 10px;
	z-index: 999;
	position: relative;

	/* 	position: absolute; */
	/* bottom: -90px; */
	/* 	    top: 210px;
	left: 0;
	right: 0;
	    top:580px; */

}

.hc .navbar-nav {
	background-image: linear-gradient(-69deg, #00a6ff3b 16%, #006cff59 84%);
	border-radius: 23px;

}

.header.light .navbar-nav .navbar-nav-item>a {
	color: #333;
}


.header.blue {
	background-color: #3C7DFE;
}

.header .search-wrapper {
	height: 40px;
	background-color: rgba(255, 255, 255, 0.6);
	max-width: 360px;
	margin: 50px auto 20px;
	border-radius: 22px;

}

.header .search-wrapper input {
	background-color: transparent;
	height: 100%;
	border: none;
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
}

.header .search-wrapper button {
	background-color: #FFA736;
	height: 100%;
	border: none;
	color: #fff;
	width: 60px;
	float: right;
	border-radius: 22px;
	border: 2px solid rgba(255, 255, 255, 0.80);
}

.header .navbar {
	margin-bottom: 0;

}

.header .navbar-brand {
	text-indent: -999em;
	width: 330px;
	height: 70px;
	background: url("../img/logo.png") no-repeat center;
	background-size: 290px auto;
}

.header.light .navbar-brand {
	background-image: url("../img/logo_light.png") !important;
}

.header .navbar-brand.light {
	background-image: url("../img/logo2.png");
}

.header.light .navbar-right a {
	color: #333;
}

.header .navbar {
	border: none !important;
}

.header .navbar-nav .navbar-nav-item:first-child {
	border-top-left-radius: 23px;
	border-bottom-left-radius: 23px;
}

.header .navbar-nav .navbar-nav-item>a {
	line-height: 60px;
	text-align: center;
	padding: 0;
	width: 162px;
	/* padding-left: 50px;
	padding-right: 50px; */
	font-size: 20px;

	color: #fff;
	text-decoration: none;
	font-weight: bold;

}

.header .navbar-nav .navbar-nav-item.active {
	background-color: rgba(255, 255, 255, 0.2) !important;
}

.header .navbar-nav .navbar-nav-item:hover {
	background-color: rgba(255, 255, 255, 0.1) !important;
}

.header .navbar-nav {
	list-style: none;
}

.header .navbar-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;

}

.header .navbar-right ul>li>a {
	line-height: 60px;
	color: #fff;
	margin-left: 15px;
}

.focus {
	width: 100%;
	height: 380px;
	/* height: 720px; */
	overflow: hidden;
}

.focus li {
	background: #fff;
	background-size: auto 720px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;

}

.focus li h2 {
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

	padding: 0 15px;
	background-color: rgba(0, 0, 0, 0.50);
}

.focus li h2 a {
	display: block;
	color: #fff;
	font-size: 16px;

	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.focus li {
	background-size: 100% 100%;
}

.focus .swiper-pagination {
	width: 20%;
	left: unset;
	right: 0;
	bottom: 16px;
	z-index: 999;
}

.focus .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
}

.focus .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #1F9CF0;
}


.section-1 {
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
}

.notice-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	height: 88px;
	bottom: 40px;
	/* background-color: #fff; */
	z-index: 100;
	overflow: hidden;
}

.notice-wrapper .container {
	position: relative;
}

.notice-wrapper .container>h3 {
	background: url("../img/notice-bg.png") left center no-repeat;
	background-size: auto 88px;
	text-indent: -999em;
	height: 88px;
	margin: 0;
	padding: 0;
	float: left;
	width: 236px;
	position: relative;
	z-index: 9999;
}

.notice-wrapper .container>h3>a {
	display: block;
	height: 100%;
}

.notice-wrapper .container .notice {
	margin-left: -20px;

	float: left;
	width: calc(100% - 216px);
	position: relative;
	padding-left: 29px;
	height: 88px;
	overflow: hidden;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
}

.notice-wrapper .container .notice a {
	display: block;
	font-size: 19px;
	color: #333;
	line-height: 80px;
	font-weight: bold;
	text-align: center;
}

.notice-wrapper .container .notice::after,
.notice-wrapper .container .notice::before {
	content: '';
	display: block;
	width: 29px;
	height: 88px;
	position: absolute;
	top: 0;
	bottom: 0;
	opacity: 0.8;
}

.notice-wrapper .container .notice::before {
	left: 0.5px;
	background: url("../img/left.png") no-repeat right center;
	background-size: auto 88px;

}

.notice-wrapper .container .notice::after {
	background-color: #fff;
	left: 29px;
	width: 100%;
	right: 0;
}

.notice-wrapper .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	margin-left: -2px !important;
}

.notice-wrapper .swiper-container-vertical>.swiper-pagination-bullets {
	right: 22px;
}

.section-2 {
	height: 600px;
	background-image: linear-gradient(180deg, #F6F8FC 0%, #DAE5F9 100%);
	position: relative;
}

.section-2::before {
	content: '';
	display: block;
	width: 100%;
	height: 600px;
	background: url("../img/s1.png") no-repeat center;
	background-size: 1920px auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.section-6 {
	height: 600px;
	background-image: linear-gradient(180deg, #F6F8FC 0%, #DAE5F9 100%);
	position: relative;
}


.section-title {

	padding: 30px 0;
	position: relative;

}

.tab-title {
	padding: 0;
	margin: 0;
	line-height: 54px;

}

.tab-title {

	border-bottom: 1px solid #ddd;
}

.tab-title b a {
	color: #333;
	font-size: 26px;
}

.tab-title b a.active {
	display: inline-block;
	border-bottom: 2px solid #3E98FF;
}

.section-title b {
	position: relative;
	padding-left: 30px;
}

.tab-pane {
	padding-top: 16px;
}

.tab-pane li {
	line-height: 50px;
	position: relative;
	padding-left: 20px;
}

.tab-pane li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	background-color: #ddd;
	border-radius: 100px;
}

.tab-pane li:hover:before {
	background-color: #1F9CF0;
}

.tab-pane li a {
	font-size: 16px;
	color: #333;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.section-title b::after {
	content: '';
	display: block;
	width: 20px;
	height: 47px;
	position: absolute;
	left: 0px;
	top: 0;
	background: url("../img/notice-1.png") no-repeat;
	background-size: 20px auto;

}

.section-title2 {
	background-color: #fff;
}

.section-title2 a {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	line-height: 70px;


}

.section-title2 .active {
	color: #fff;
	background-image: linear-gradient(270deg, #BDEFFF 9%, #1F9CF0 98%);
	/* clip-path: polygon(0 20px, 100% 0, 100% 100%, 0 100%); */



}

.section-title2 a {
	position: relative;
}


.section-title2 a::after {
	content: '';
	position: absolute;
	bottom: 0px;
	right: -35px;
	width: 70px;
	height: 70px;
	background-color: #fff;
	transform: skewX(-45deg);
	z-index: 1;
}

.section-title2 a::after {
	right: unset;
	left: -36px;
}

.section-title2 a::after {
	display: none
}

.section-title2.clearfix>a {
	float: left;
}


.section-title2 a:nth-child(1)::after {}

.section-title2 a:nth-child(2)::after {
	display: none;
}

.service-card {
	background-color: #fff;
	background-color: rgba(250, 250, 255, 0.98);
	height: 380px;
	border-top: 4px solid;
	padding-left: 30px;
	padding-top: 30px;
}

.service-card img {
	width: 80px;
	height: 80px;
	position: relative;
}

.service>.col-md-3:nth-child(1) .service-card {
	border-color: #69A5FF;
}

.service-card:hover {
	background-color: #fff;
	transform: scale(1.1);
	/* 放大到原来的110% */
	transition: transform 0.3s ease;
	/* 平滑过渡效果 */
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
}

.service>.col-md-3:nth-child(2) .service-card {
	border-color: #FFB976;
}

.service>.col-md-3:nth-child(3) .service-card {
	border-color: #3399E7;
}

.service>.col-md-3:nth-child(4) .service-card {
	border-color: #51CEB7;
}

.service-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.service-card>h3 {
	margin-top: 30px;
}

ul.list-circle li {
	line-height: 32px;
	font-size: 16px;
	padding-left: 20px;
	position: relative;
}

ul.list-circle li::before,
.list-policy-text li::after,
.list-t-t li::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #3C7DFE;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -2px;
	border-radius: 2px;
}

ul.list-circle li>a {
	color: #000;
}

.time-line {
	border-left: 2px solid #ddd;
	padding-left: 20px;
	list-style: none;
	margin-left: 10px;
}

.time-line li {
	position: relative;
	background-image: linear-gradient(270deg, rgba(250, 250, 255, 0.00) 0%, #F2F4FE 100%);
	border-left: 4px solid #BBD2FF;
	margin-bottom: 10px;

	padding: 20px;
	padding-left: 20px;
}

.time-line li::before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border: #3399E7 2px solid;
	position: absolute;
	top: 0;
	left: -32px;
	border-radius: 7px;
	background-color: #fff;
}

.time-line li:hover::before {
	background-color: #3399E7;
}

.time-line li .date::after {
	content: '';
	display: block;
	width: 4px;
	height: 20px;
	background-color: #1F9CF0;
	position: absolute;
	top: 0;
	left: -4px;
}

.time-line .date {


	margin-bottom: 10px;
}

.time-line .date a {
	font-size: 22px;
	color: #3C7DFE;
}

/*.time-line li .details a {
	color: #333;
	font-size: 16px;
}*/

.time-line li .details a {
	color: #333;
	font-size: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 导航菜单 */
.navbar-nav .navbar-nav-item {
	position: relative;

}

.navbar-nav .navbar-nav-item.rt ul {
	left: unset;
	right: 0;
}

.navbar-nav .navbar-nav-item>a {
	display: block;
	line-height: 60px;
}

.navbar-nav .navbar-nav-item ul {
	list-style: none;
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	background-color: #fff;
	padding: 12px 0px;

	margin: 0;
	right: 0;
	/* width: 162px; */
	/* min-width: 220px; */
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
	z-index: 9999;
}

/* .navbar-nav .navbar-nav-item ul li{
	float: left;
} */
.navbar-nav .navbar-nav-item ul li a {
	display: block;

	color: #000;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	padding: 4px 10px;
}

.navbar-nav .navbar-nav-item ul li:hover {
	background-color: #DAE5F9;
}

.section-3 {
	padding-top: 20px;
	/* padding-bottom: 50px; */
	min-height: 520px;
}

.section-3 .table>thead>tr>th {
	border-bottom: 0px;
}

.section-3 .table>tbody>tr:nth-child(odd) {
	background-color: #f6f8ff;
}

.section-3 .table>tbody>tr>td {
	border: none;
	line-height: 38px;
}

.section-3 .table>tbody>tr>td>a {
	color: #333;
}

.section-3 .table>tbody>tr {
	transition: all 0.3s;
	border-left: 4px solid transparent
}

.section-3 .table>tbody>tr:hover {
	border-left-color: #1F9CF0;
	background-color: #DAE5F9;
}

.section-4 {
	padding: 40px 0;
	min-height: 580px;
	background: url("../img/sydw.png") #F6F6F6 center 30px no-repeat;
	background-size: 1124.98px auto;
}

.section-4 .tab>h3 {
	margin-bottom: 32px;
}

.section-5 {
	padding-top: 20px;
	/* padding-bottom: 50px; */
	min-height: 400px;
}

.section-5 .table>thead>tr>th {
	border-bottom: 0px;
}

.section-5 .table>tbody>tr:nth-child(odd) {
	background-color: #f6f8ff;
}

.section-5 .table>tbody>tr>td {
	border: none;
	line-height: 38px;
}

.section-5 .table>tbody>tr>td>a {
	color: #333;
}

.section-5 .table>tbody>tr {
	transition: all 0.3s;
	border-left: 4px solid transparent
}

.section-5 .table>tbody>tr:hover {
	border-left-color: #1F9CF0;
	background-color: #DAE5F9;
}



.news {
	overflow: hidden;
	margin-bottom: 20px;
}

.news li {
	background-color: #fff;
	padding: 50px 30px;
}

.news li h3 {
	font-size: 18px;
	line-height: 28px;
}

.news li .date,
.news li .abstract {
	color: #999;
	line-height: 22px;
}

.news .button-next,
.news .button-prev {
	/* background-color: #1F9CF0; */

	width: 50px;
	height: 50px;
	position: absolute;
	bottom: -56px;
	z-index: 9999;
	border-radius: 25px;
	border: 0.5px solid #000;
	background: no-repeat center;
	background-size: 45px auto;
}

.news .button-prev {
	right: 300px;
	background-image: url("../img/left-arrow.png");
}

.news .button-next {
	right: 240px;
	background-image: url("../img/right-arrow.png");
}


.news li:hover {
	padding-top: 30px !important;
	transition: all 0.3s;
}

.news li a {
	color: #333;
}

.more-button {
	width: 220px;
	height: 58px;
	background-image: linear-gradient(270deg, #BDEFFF 9%, #1F9CF0 98%);
	border-radius: 29px;
	position: absolute;
	right: 0;

}

.more-button>a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 58px;
	color: #fff;
}

.list-policy-text {
	margin-bottom: 30px;
}

.list-policy-text li {
	line-height: 58px;
	background-color: #fff;
	margin-bottom: 14px;
	position: relative;
	transition: all 0.3s;

}

.list-policy-text li::after {
	left: 12px;
	background-color: #ddd;
}

.list-policy-text li>a {
	font-size: 18px;
	color: #333;
	padding-left: 28px;
	display: block;
}

.list-policy-text li::before {
	content: '';
	display: block;
	height: 4px;
	width: 0%;
	background-image: linear-gradient(270deg, #BDEFFF 9%, #1F9CF0 98%);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;

}

.list-policy-text li:hover::before {
	width: 100%;
	transition: all .3s;
}

.list-policy-text li:hover::after {
	background-color: #1F9CF0;
}

.list-policy-text li:hover {
	line-height: 78px;
}

.footer {
	background-color: #333;
	padding-top: 20px;
	padding-bottom: 30px;
}

.footer a,
.footer {
	color: #b3b3b3;
}

.footer-link {
	padding-bottom: 10px;
	border-bottom: 1px solid #444;
	margin-bottom: 30px;
}

.footer-link-icon {
	position: relative;
	padding-left: 40px;
	font-weight: bold;
	margin-right: 20px;
}

.footer-link-icon::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	background: url("../img/link.png") no-repeat center;
	background-size: 10px auto;
	background-color: #D8D8D8;
	border-radius: 10px;

}



.footer-copyright {
	margin-bottom: 10px;
}








/* 二级列表页 */
.bg {
	background-color: #f7f7f7;
}

.list-content {
	padding-top: 10px;

}

.artcle-content {
	padding-top: 20px;
}

.artcle-content-main {
	padding: 40px 42px;
	background-color: #fff;
	margin: 20px 0 50px;
}

.artcle-meta {
	margin-bottom: 40px;
}

.artcle-meta>div {
	margin-right: 10px;
}

.artcle-meta>div,
.artcle-meta a {

	display: inline-block;
	color: #999;
}

.artcle-content-main h1 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}

.list-t-t {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
}

.list-t-t li {
	padding-left: 20px;
	margin-bottom: 10px;
	transition: all 0.3s;
	position: relative;
}

/* .list-t-t li:hover{
	    background-image: linear-gradient(270deg, rgba(250, 250, 255, 0.00) 0%, #F2F4FE 100%);
} */
.list-t-t li a {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 60px;
	display: block;
	height: 100%;
	position: relative;
}

.list-t-t li a .date {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: normal;
	color: #999;
}

.list-t-t li:nth-child(5) {
	position: relative;
}

.list-t-t li:nth-child(5)::after {
	content: "";
	display: block;
	border-bottom: 1px solid #eee;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
}

.list-t-t li::before {
	background-color: #ddd;
}

.list-t-t li:hover::before {
	background-color: #3C7DFE;
}

.pager>li>a,
.pager>li>span {
	border: none;
	margin: 2px;
	border-radius: 4px !important;
	color: #333;
	padding: 10px 16px;
}

.pager>.active>a,
.pager>.active>a:focus,
.pager>.active>a:hover {
	background-color: #3C7DFE;
	color: #fff;
	border-color: #3C7DFE;
}

.title-ellipsis {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.abstract-ellipsis {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-ellipsis2 {
	white-space: nowrap;
	/* 保持文本在一行 */
	overflow: hidden;
	/* 隐藏超出部分 */
	text-overflow: ellipsis;
	/* 使用省略号表示被截断的文本 */
	max-width: 290px;
	/* 确保宽度适应单元格，或者你可以设置具体的宽度 */
	display: block;
	/* 或者 inline-block，根据需要 */
}

.text-ellipsis {
	white-space: nowrap;
	/* 保持文本在一行 */
	overflow: hidden;
	/* 隐藏超出部分 */
	text-overflow: ellipsis;
	/* 使用省略号表示被截断的文本 */
	max-width: 350px;
	/* 确保宽度适应单元格，或者你可以设置具体的宽度 */
	display: block;
	/* 或者 inline-block，根据需要 */
}

.text-ellipsis3 {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 180px;
	vertical-align: middle;
}

.container li a {

	text-decoration: none;
	transition: color 0.3s ease;
}

/* 鼠标悬停样式 */
.container li a:hover {
	color: #007bff;

}

.list-circle li a {
	font-size: 16px;
}

/*.search-category {
	height: 42px;  !* 与输入框高度一致 *!
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
	!*text-align: center; !* 使下拉框选中项文字居中 *!*!
}*/

.search-category {
	border: none;
	background-color: transparent;
	border-right: 0.5px solid #ccc;
}

.search-select {
	position: relative;
	width: 88px;
	height: 100%;
	float: left;
}

.search-select .caret {
	position: absolute;
	right: 0;
	top: 20px;
}

.select-input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
	background-color: #fff;
}

.select-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
	background-color: #fff;
	padding: 12px 0px;
	margin: 0;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
	display: none;
	z-index: 1000;

}

.select-option {
	padding: 10px;
	cursor: pointer;
}

.select-option.selected {
	background-color: #e6f7ff;
	color: #1890ff;
}

.select-option:hover {
	background-color: #f5f5f5;
}

.article-box p {
	text-indent: 0;
}


.swiper-pagination {
	text-align: right;
	padding-right: 20px;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #000;
	margin-top: 10px;
	display: inline-block;
}

.swiper-button-next,
.swiper-button-prev {
	color: white;
	margin-right: 10px;
	margin-left: 10px;
}


.swiper-slide img {
	transition: transform 0.5s ease;
}

.swiper-slide:hover {
	transform: scale(1.05);
}





.circle-container {
	text-align: center;
	margin-top: 210px;
	position: relative;
}

.circle-item {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 0 20px;
	position: relative;
	transition: all 0.3s ease;

}

.circle-img {
	width: 100%;
	height: 100%;
	opacity: 0.99;
	border-radius: 50%;
	border: 5px solid white;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
	transition: all 0.3s ease;
	object-fit: cover;
	border: #e4efff solid 4px;
}

.circle-item:hover {
	transform: translateY(-10px);
	opacity: 1;
}

.circle-item:hover .circle-img {
	transform: scale(1.4);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
	z-index: 10;
	border-color: #006CFF;
	border-color: #3a8eff;
}

.list-img-card {
	overflow: hidden;
	padding-top: 300px;
	margin-top: -280px;
	position: relative;
	z-index:99;



}

.list-img-card {
	background-color: rgba(255, 255, 255, .05);
}

.list-img-card .swiper-slide {
	padding: 10px;

}

.list-img-card .swiper-slide:hover {
	transition: all .3s;
	transform: scale(1.2);
}

.list-img-card .swiper-slide:last-child {
	cursor: pointer;
}

.list-img-card .swiper-slide:last-child p {
	color: #fff;

	opacity: 0;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
}

.list-img-card .swiper-slide img,
.list-img-card-more {
	width: 100%;
			height: 120px;
	border: 8px solid rgba(255, 255, 255, .3);
	opacity: 0.9;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
}

.list-img-card .swiper-slide:hover img {
	opacity: 1;

}

.list-img-card .swiper-slide:hover:last-child p {
	opacity: 1;
	background-color: #0099ff;

}

.list-img-card .swiper-slide {
	position: relative;

}

.list-img-card .swiper-slide .des {
	background: #fff;
	background-color: rgba(255, 255, 255, 0.90);
	border: 1px solid #eee;
	border-radius: 8px;
	position: absolute;
	top: -180px;
	width: 260px;
	height: 150px;
	padding: 20px;

}
.list-img-card  .swiper-slide:hover .des{
	z-index:999;
}

.ad-text {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	color: #0099ff;
	opacity: 0.7;
	margin: 20px 0 10px;
	font-style: italic;
	animation: anysize 8s infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
	position: relative;
	z-index: 1;
}


@keyframes anymove {
	from {
		background-size: 100% auto;
	}

	to {
		background-size: 110% auto;
	}
}

@-webkit-keyframes anymove {
	from {
		background-size: 100% auto;
	}

	to {
		background-size: 110% auto;
	}
}

@keyframes anysize {
	from {
		font-size: 42px
	}

	to {
		font-size: 48px
	}
}

@-webkit-keyframes anysize {
	from {
		font-size: 42px
	}

	to {
		font-size: 48px
	}
}