html {
	height: 100%;
}

body, ul, li, p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

header, footer {
	display: block;
}

body {
	min-width: 320px;
	background: #fff;
	font-family:"思源黑体","Microsoft YaHei";
	height: 100%;
	color: #666666;
	overflow-x: hidden;
}
li {
	list-style: none;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover,a:active,a:visited {
	text-decoration: none;
	color: inherit
}

img {
	vertical-align: middle;
	max-width: 100% !important;
	pointer-events:auto;
}
.bgw{
	background: #fff;
}
.txc {
	text-align: center;
}

.flex {
	display: flex;
	align-items: center;
}

.between {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.container{
    box-sizing: border-box;
    width: 1480px;
	margin: 0 auto;
}
.opacity{
	opacity: 0;
}
.bord-bm{
	border-bottom: 1px solid #F7F4F2
}
.pb{
	padding-bottom: clamp(30px,6.75vw,100px)
}
.pt{
	padding-top: clamp(30px,6.75vw,100px);
}
.bgw{
	background: #ffffff
}
.bgc{
	background: #F7F4F2
}

.navbar-header{
	position: relative;
	overflow: hidden;
}
.navbar-brand{
	width: clamp(235px,14.37vw,276px);
	height: clamp(58px,3.54vw,68px);
	background: url(../image/brand_logo2.png) no-repeat;
	background-size: auto 100%;
	transition: all 0.15s ease-out;
}
.navbar-default{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	background: none;
	border-bottom: 2px solid rgba(255,255,255,0.5);
	transition: all 0.15s ease-out;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
.navbar-nav{
	float: none;
	display: flex;
	align-items: center;
	padding-left: clamp(20px,2.39vw,46px);
}
.navbar-nav li{
	padding: clamp(10px,1.1vw,20px) 0;
	flex: 1;
	transition: all 0.15s ease-out;
	position: relative;
	text-align: center
}
.navbar-nav li a{
	display: block;
	padding: clamp(10px,0.78vw,15px) 0;
	position: relative;
	line-height: 30px;
	font-size: clamp(16px,1.37vw,22px);
	transition: all 0.15s ease-out;
}
.navbar-default .navbar-nav>li>a{
	color: #fff !important;
	position: relative;
	background-color: rgba(0,0,0,0) !important;
}
.navbar-nav>li>a:focus{
	text-decoration: none !important
}
.navbar-nav li a:hover{
	color: #E8B80F !important
}
.navbar-nav li a:hover::before{
	width: 70%;
}
.navbar-default .container{
	position: relative;
	display: flex;
	align-items: center;
}
.navbar-default .navbar-collapse{
	padding-left:0;
	padding-right: 0;
	position: relative;
	flex: 1;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background: none;
	text-decoration: none !important;
	color: #ffffff;
}
.navbar-default.head-bg .navbar-nav .open .active,.navbar-default.head-bg .navbar-nav .active{
	color: #E8B80F !important;
}
.navbar-default.head-bg .navbar-nav>li.active::after{
	background: #E8B80F;
}
.navbar-default .navbar-nav>li.active::after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: clamp(20px,2.39vw,46px);
	right: clamp(20px,2.39vw,46px);
	height: 2px;
	background: #ffffff;
}
.header-other{
	transition: all 0.3s ease-out;
	color: #fff;
	display: flex;
	align-items: center
}
.lang{
	background: url(../image/ilang1.png) no-repeat left;
	padding-left: 26px;
	transition: all 0.3s ease-out;
	color: #fff;
	margin-left: 20px;
}
.lang a{;
	color: #fff;
	font-size: clamp(14px,1.5vw,18px);
}
.search-box{
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.search{
	height: 36px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px 15px;
}
.bar-search{
	display: block;
	background: url(../image/iss.png) no-repeat center;
	background-size: contain;
	cursor: pointer;
	transition: all 0.15s ease-out;
	width: 20px;
	height: 20px;
}
.search-input{
	width: 70px;
	box-sizing: border-box;
	border: none;
	outline: none;
	color: #333333;
	background: none;
	transition: all 0.2s ease-out;
}
.focus .search-input{
	width: 120px;
}


.head-bg.navbar-default{
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.head-bg.navbar-default .navbar-nav li{
	padding-top: 10px;
	padding-bottom: 10px;
}
.head-bg.navbar-default .navbar-nav>li>a{
	color: #333333 !important;
}
.head-bg.navbar-default .navbar-nav li a:hover{
	color: #E8B80F !important
}
.head-bg.navbar-default .navbar-nav>li.active>a{
	color: #E8B80F !important
}
.head-bg.navbar-default .navbar-brand{
	background: url(../image/brand_logo_b1.png) no-repeat;
	background-origin: center;
	background-size: cover;
	width: 235px;
	height: 58px;
}
.head-bg.navbar-default .bar-search{
	display: block;
	background: url(../image/iss.png) no-repeat;
}

.head-bg.navbar-default .navbar-nav>.open>a, .head-bg.navbar-default .navbar-nav>.open>a:focus, .head-bg.navbar-default .navbar-nav>.open>a:hover{
	background: none;
	text-decoration: none !important;
	color: #333333;
}
.head-bg.navbar-default .search{
	background: #f5f5f5;
}
.head-bg.navbar-default .lang{
	background: url(../image/ilang_b.png) no-repeat left;
}
.head-bg.navbar-default .lang a{
	color: #333333;
}
.banner-swiper{
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.banner-swiper .swiper-slide{
	position: relative;
}
.banner-tips{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #ffffff;
	font-size: clamp(14px,1vw,20px);
}
.banner-tips h4{
	font-size: clamp(20px,2.7vw,52px);
	transition: all 0.15s ease-out;
	opacity: 0;
}
.banner-tips h3{
	font-size: clamp(14px,1.9vw,32px);
	padding: clamp(20px,1.25vw,24px) 0 clamp(14px,1vw,18px) 0;
	line-height: 1.6;
	letter-spacing: 1px;
	transition: all 0.15s ease-out;
	opacity: 0;
}
.banner-swiper .swiper-container .swiper-slide img{
	transform: scale(1);
	transition: all 1.5s ease-out;
}
.banner-swiper .swiper-container .swiper-slide-active img{
	transform: scale(1.15);
	-webkit-animation: banScale 2s ease-out forwards;
    animation: banScale 2s ease-out forwards;
}
.banner-swiper .swiper-slide-active .banner-tips h4{
	-webkit-animation: fadeInUp 1s ease-out forwards;
    animation: fadeInUp 1s ease-out forwards;
}
.banner-swiper .swiper-slide-active .banner-tips h3{
	-webkit-animation: fadeInUp 1.2s ease-out forwards 0.5s;
    animation: fadeInUp 1.2s ease-out forwards 0.5s;
}
.banner-swiper .swiper-container,.banner-swiper .swiper-container .swiper-slide img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	cursor: default !important;
}
.banner-swiper .swiper-pagination-bullet{
	background: #fff;
	width: 10px;
	height: 10px;
	margin: 0 10px !important;
	opacity: 0.5;
	position: relative;
}
.banner-swiper .swiper-pagination-bullet::after{
	content: '';
	border: 1px solid #ffffff;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	opacity: 0.3
}
.banner-swiper .swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}
.banner-swiper .swiper-pagination .swiper-pagination-bullet svg{
	transform: translate(-7px,-7px)
}
.banner-swiper .swiper-pagination .swiper-pagination-bullet-active circle{
	animation: clock-animation 10s linear;
}
footer{
	background: #333333;
	color: #fff;
	border-top: 4px solid #E8B80F
}
.copyright{
	line-height: 30px;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 10px 0;
	color: rgba(255,255,255,0.5);
}
.copyright p{
	padding-left: 20px;
	opacity: 0.8;
}
.copyright a{
	color: rgba(255,255,255,0.5);
}
.mapNav{
	padding: clamp(15px,2.5vw,48px) 0;
	align-items: flex-start;
	color: #F8F8F8;
}
.f-c{
	flex: 1;
	padding-top: 12px;
	padding-left: clamp(30px,5.8vw,110px);
	box-sizing: border-box
}
.f-c p{
	padding-top: 8px;
}
.f-nav a{
	color: #F8F8F8;
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
}
.f-nav a::after{
	content: '';
	height: 1px;
	background: #fff;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: left;
	transform: scale(0,1);
	transition: all 0.3s ease-out;
}
.f-nav a:hover::after{
	transform: scale(1,1);
}
.f-nav{
	display: flex;
	align-items: flex-start;
	padding-top: 12px;
}
.f-nav li{
	padding-left: clamp(30px,6.2vw,118px)
}
.f-nav p{
	padding-top: 10px;
}
.f-nav p a{
	color: rgba(255,255,255,0.9)
}
.f-logo{
	width: clamp(120px,16.8vw,250px);
	flex-shrink: 0;
}
.f-logo .qrimg{
	padding-left: clamp(20px,5.1vw,76px);
	padding-top: clamp(18px,1.19vw,20px);
	text-align: center;
	display: inline-block;
}
.f-logo .qrimg img{
	margin-bottom: 6px;
	max-width: 100px;
}
.mapNav h3{
	font-size: clamp(18px,1.19vw,20px);
	margin-bottom: 8px;
}
.tit-gps{
	background: url(../image/igps.png) no-repeat left;
	padding-left: 24px;
	margin-bottom: 6px;
	margin-top: 30px;
	line-height: 20px;
	font-size: 16px;
}
.home-title{
	text-align: center;
	padding-top: clamp(20px,2.97vw,50px);
	padding-bottom: clamp(15px,2.38vw,40px);
}
.home-title .title{
	font-size: clamp(20px,2.14vw,36px);
	color: #000000;
}
.tit-en{
	display: inline-block;
	color: #916B1C;
	font-size: clamp(16px,1.5vw,24px);
	text-transform: uppercase;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 12px;
	font-family: Arial,"sans-serif";
	white-space: nowrap;
}
.ir1{
	display: block;
	width: 8px;
	height: 8px;
	background: #916B1C;
	opacity: 0.8;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-20px)
}
.ir2{
	display: block;
	width: 8px;
	height: 8px;
	background: #916B1C;
	opacity: 0.5;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-4px)
}
.ir3{
	display: block;
	width: 8px;
	height: 8px;
	background: #916B1C;
	opacity: 0.2;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(12px)
}
.home-about{
	display: flex;
	align-items: center;
	padding-top: clamp(10px,2vw,30px);
	padding-bottom: clamp(30px,5vw,80px);
}
.home-ab-img{
	width: 50%;
}
.home-ab-img img{
	width: 100%;
}
.home-ab-info{
	width: 50%;
	box-sizing: border-box;
	padding-left: clamp(30px,5vw,80px);
	color: #333333;
	font-size: clamp(14px,1.1vw,18px);
	line-height: 2;
}
.home-ab-info h3{
	font-size: clamp(20px,1.75vw,28px);
	padding-bottom: 20px;
}
.home-ab-desc{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: justify
}
.morebar{
	display: flex;
	align-items: center;
	color: #E8B80F;
	transition: all 0.3s ease-out;
	padding: 8px 0;
	border-radius: 20px;
	line-height: 1.5;
	font-size: clamp(12px,0.9vw,16px)
}
.morebar i{
	background: url(../image/iarr.png) no-repeat left;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	transition: all 0.3s ease-out;
}
.morebar:hover{
	color: #fff;
	background: #E8B80F;
	padding: 8px 10px;
	border-radius: 20px;
}
.morebar:hover i{
	background: url(../image/iarr_w.png) no-repeat left;
}
.sa-bg{
	background: url(../image/sa_bg.jpg) no-repeat center;
	background-size: cover;
	padding: clamp(30px,6.25vw,100px) 0;
}
.sa-item{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.sa-item li{
	width: 25%;
	height: clamp(200px,15.2vw,290px);
	box-sizing: border-box;
	position: relative;
	border:1px solid rgba(0,0,0,0);
	overflow: hidden;
}
.sa-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.5s ease-out;
	transform: scale(1.05);
	font-size: 0;
	line-height: 0;
	transform-origin: center;
}
.sa-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sa-cover{
	background: url(../image/sa_cover.png) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.sa-title .home-title{
	text-align: left;
}
.sa-title .home-title .tit-en{
	color: #fff;
}
.sa-title .ir1{
	display: block;
	width: 8px;
	height: 8px;
	background: #ffffff;
	opacity: 0.8;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateX(0)
}
.sa-title .ir2{
	display: block;
	width: 8px;
	height: 8px;
	background: #ffffff;
	opacity: 0.5;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateX(16px)
}
.sa-title .ir3{
	display: block;
	width: 8px;
	height: 8px;
	background: #ffffff;
	opacity: 0.2;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateX(32px)
}
.sa-title .home-title .title,.sa-title .home-title .title a{
	color: #ffffff;
}
.sa-item .item{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding:clamp(20px,2.6vw,50px) clamp(12px,1.5vw,30px);
	color: #fff;
	background: rgba(0,0,0,0);
	transition: all 0.3s ease-out 0.15s;
}
.sa-ti{
	font-size: clamp(14px,1.75vw,28px);
	padding-top: clamp(8px,1vw,16px);
	transition: all 0.3s ease-out
}
.sa-en{
	font-size: clamp(12px,1vw,16px);
	margin-top: 6px;
	font-family: Arial," sans-serif";
	line-height: 1.3em;
	height: 2.6em;
	overflow: hidden;
	transition: all 0.3s ease-out 0.15s;
}
.sa-arrow{
	display: inline-block;
	background: url(../image/sa_arr.png) no-repeat;
	width: 24px;
	height: 11px;
	margin-top: clamp(20px,1.75vw,28px);
	transition: all 0.3s ease-out
}
.sa-icon img{
	transition: all 0.2s ease-out;
}
.sa-item li .sa-icon img{
	transition: all 0.3s ease-out;
	height: clamp(28px,2.2vw,38px);
}
.sa-item li:hover .sa-img{
	opacity: 1;
	transform: scale(1);
}
.sa-item li:hover .item{
	background: rgba(0,0,0,0.2);
}
.sa-item li:hover .sa-icon img{
	transform: scale(0.9)
}
.sa-item li:hover .sa-arrow{
	transform: translateX(8px)
}
.sa-item li:hover .sa-ti{
	transform: translateY(-8px)
}
.sa-item li:hover .sa-en{
	transform: translateY(-7px)
}
.sa-item li:hover .sa-cover{
	background: rgba(0,0,0,0.5);
}
.ncbg{
	background: url(../image/ncbg.jpg) no-repeat;
	background-size: 100% 100%;
}
.home-news-title .home-title{
	text-align: left;
}
.home-news-title .ir1{
	left: 0;
	transform: translateX(0)
}
.home-news-title .ir2{
	left: 0;
	transform: translateX(16px)
}
.home-news-title .ir3{
	left: 0;
	transform: translateX(32px)
}
.news-tabs{
	align-self: flex-end;
	padding-bottom: clamp(15px,2.8vw,40px)
}
.news-tabs li{
	cursor: pointer;
	margin-left: clamp(15px,5.6vw,110px);
	font-size: clamp(14px,1.2vw,20px)
}
.news-tabs li a{
	color: #000000;
	display: block;
	padding: clamp(3px,1vw,10px) 0;
	border-bottom: 2px solid rgba(0,0,0,0);
}
.news-tabs .active a{
	border-bottom: 2px solid #E8B80F;
	color: #E8B80F;
}
.news-show{
	display: none;
	padding-top: clamp(20px,3.5vw,60px);
	padding-bottom: clamp(30px,6.25vw,100px)
}
.home-news{
	align-items: stretch;
}
.recommend{
	display: block;
	background: #ffffff;
	margin-right: clamp(20px,2.5vw,40px);
	width: 32%;
	height: clamp(400px,28.54vw,548px);
	position: relative;
	overflow: hidden;
}
.recommend .poster{
	height: clamp(220px,18vw,330px);
	width: 100%;
	overflow: hidden;
}
.recommend .poster img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease-out;
}
.recommend .msg{
	padding: clamp(20px,2vw,40px) clamp(15px,1.87vw,30px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #fff;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
	transform: translateY(clamp(220px,18vw,330px))
}
.recommend .msg .type{
	font-size: 16px;
	color: #E8B80F;
	transition: all 0.15s ease-out;
}
.time{
	background: url(../image/itime.png) no-repeat left;
	padding-left: 20px;
	color: #ADADAD;
	font-size: 14px;
	transition: all 0.15s ease-out;
}
.recommend .msg .title{
	font-size: clamp(18px,1.37vw,22px);
	color: #333333;
	margin: clamp(15px,1.87vw,30px) 0;
	transition: all 0.15s ease-out;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.recommend .msg .btn{
	background: #fff;
	display: inline-block;
	padding: 2px 16px;
	border-radius: 20px;
	margin-top: clamp(10px,3vw,60px);
	transform: translateY(30px);
	transition: all 0.3s ease-out 0.2s;
	line-height: 1.2
}
.btn-box{
	display: flex;
	padding-top: clamp(10px,3.6vw,80px);
}
.recommend .msg .morebar{
	background: #ffffff;
	width: auto;
	padding: 8px 15px;
	color: #E8B80F !important
}
.recommend .msg .morebar i{
	background: url(../image/iarr.png) no-repeat left;
}
.recommend:hover .poster img{
	transform: scale(1.03)
}
.recommend:hover .msg{
	transform: translateY(0);
	background: #E8B80F;
	color: #ffffff;
	padding-top: clamp(40px,4.68vw,75px)
}
.recommend .msg .desc{
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255,255,255,0.8);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.recommend:hover .msg .title{
	color: #fff;
}
.recommend:hover .msg .type{
	color: #fff;
}
.recommend:hover .msg .time{
	color: #fff;
	background: url(../image/itime_w.png) no-repeat left;
}
.recommend:hover .msg .btn{
	background: #fff;
	display: inline-block;
	padding: 8px 16px;
	border-radius: 20px;
	transform: translateY(0px);
	color: #E8B80F
}
.recommend-thumbs{
	flex: 1;
	overflow: hidden;
}
.recommend-thumbs .thumbs{
	display: flex;
	align-items: stretch;
}
.poster{
	overflow: hidden;
}
.poster img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-out;
}
.recommend-thumbs .thumbs .poster{
	height: clamp(80px,7.3vw,142px);
	width: 55%;
	flex-shrink: 0;
	margin-right: clamp(15px,1.8vw,24px);
	overflow: hidden;
}
.recommend-thumbs .thumbs .poster img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-out;
}
.recommend-thumbs .thumbs:hover .poster img{
	transform: scale(1.05)
}
.recommend-thumbs .thumbs .msg{
	flex: 1;
	overflow: hidden;
}
.recommend-thumbs .thumbs .msg .title{
	font-size: clamp(14px,1.1vw,18px);
	margin-bottom:6px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.3s ease-out;
}
.recommend-thumbs .thumbs:hover .msg .title{
	color: #E8B80F;
	text-decoration: underline;
}
.recommend-thumbs .thumbs .msg .desc{
	font-size: 14px;
	color: #ADADAD;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin-top: clamp(8px,0.7vw,12px);
	text-align: justify
}
.recommend-thumbs .thumbs .msg .time{
	background: url(../image/itime.png) no-repeat left;
	padding-left: 20px;
	color: #ADADAD;
	font-size: 14px;
	transition: all 0.15s ease-out;
	margin-top: clamp(10px,1vw,20px)
}
.recommend-thumbs li{
	border-bottom: 1px solid #F1E8E2;
	padding-bottom: clamp(10px,1.6vw,30px);
	margin-bottom: clamp(10px,1.6vw,30px);
}
.recommend-thumbs li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.pc-show{
	display: block;
}
.mb-show{
	display: none;
}

circle {
  fill: transparent;
  stroke: white;
  stroke-width: 1px;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  transform: rotate(-90deg);
  transform-origin: center;
}

@keyframes clock-animation {
  0% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.cban-box{
	height: clamp(160px,35.41vw,680px);
	overflow: hidden;
	position: relative;
}
.cban{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-animation: banScale 2s ease-out forwards ;
    animation: banScale 2s ease-out forwards;
}
.cban-tips{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	align-items: center;
	color: #fff;
}
.cban-tips .tit{
	font-size: clamp(18px,3.24vw,48px);
	padding-bottom: 8px;
}
.cban-tips .en{
	font-size: clamp(14px,1.8vw,30px);
	font-weight: lighter;
	text-transform: uppercase;
}
.ab-bg{
	position: relative;
	z-index: 1;
}
.ab-bg::before{
	content: '';
	background: url(../image/ab_tr.png) no-repeat right top;
	background-size: contain;
	width: 20.05vw;
	height: 10vw;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
.ab-bg::after{
	content: '';
	background: url(../image/ab_tr.png) no-repeat right top;
	background-size: contain;
	width: 20.05vw;
	height: 10vw;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	transform: rotate(180deg)
}
.about-intro{
	display: flex;
	align-items: flex-start;
	padding: clamp(10px,5.2vw,100px) 0;
}
.ab-img{
	width: clamp(300px,37.91vw,728px);
	flex-shrink: 0;
}
.ab-info{
	flex: 1;
	box-sizing: border-box;
	padding-top: clamp(20px,4.16vw,80px);
	padding-left: clamp(20px,4.16vw,80px);
	font-size: clamp(14px,1vw,18px);
	line-height: 1.8;
	color: #333333;
}
.ab-info .desc p{
	margin-bottom: clamp(14px,1vw,18px);
}

.crum{
	color: #666666;
	padding: 15px 0;
	background: url(../image/i_gps.png) no-repeat left;
	padding-left: 24px;
}
.crum a{
	color: #666666;
	margin: 0 4px;
}
.crum a:hover{
	text-decoration: underline;
}
.crum span{
	color: #666666;
	margin: 0 4px;
}
.c-menu{
	display: flex;
	align-items: center;
	font-size: 14px;
}
.c-menu li{
	padding-left: clamp(15px,4.4vw,75px)
}
.c-menu li a{
	display: block;
	padding: 20px 0;
	font-size: clamp(14px,1.07vw,18px)
}
.c-menu .active a{
	color: #E8B810
}
.c-menu.fixed{
	position: fixed;
}
.zp-bg{
	background: url(../image/zpbg.jpg) no-repeat center;
	background-size: cover;
	padding: clamp(30px,6.75vw,100px) 0
}
.c-title{
	padding-bottom: clamp(15px,1.78vw,30px)
}
.c-title h3{
	font-size: clamp(20px,2.14vw,36px);
	color: #000000;
	padding-bottom: 5px;
}
.c-title p{
	color: #ADADAD;
	font-size: clamp(12px,0.8vw,16px);
	font-family: Arial," sans-serif";
	text-transform: uppercase;
}
.c-title.center{
	text-align: center;
	padding-top: clamp(30px,6.75vw,100px)
}
.zp-desc{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: 2;
	overflow: hidden;
	font-size: clamp(14px,1.07vw,18px);
	width: clamp(320px,28.37vw,420px);
	color: #333333;
}
.bmail{
	display: inline-block;
	background: #E8B80F;
	border-radius: 4px;
	padding: 8px 15px;
	color: #ffffff;
	margin-top: clamp(20px,3.6vw,60px);
}
.partners{
	flex-wrap: wrap;
	margin-left: -1.04vw;
	margin-right: -1.04vw;
	padding: 1.04vw 0;
}
.partners li{
	width: 16.666%;
	box-sizing: border-box;
	padding: 1.04vw;
}
.partners li a{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: clamp(36px,4.86vw,72px);
	transition: all 0.3s ease-out;
	border: 1px solid #f1f1f1;
	padding: 3px;
}
.partners li a img{
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	transition: all 0.2s ease-out;
}
.partners li a:hover img{
	transform: scale(0.95)
}
.contact-box{
	display: flex;
	align-items: flex-start;
	padding: clamp(30px,6.75vw,100px) 0;
}
.contact-message{
	flex: 1;
	box-sizing: border-box;
	padding-right: clamp(20px,2.7vw,40px);
}
.contact-map{
	width: clamp(400px,42vw,800px);
	flex-shrink: 0;
}
.contact-map img{
	width: 100%;
}
.contact-message .name{
	font-size: clamp(16px,1.62vw,24px);
	color: #000000;
	margin-top: clamp(20px,2.7vw,40px);
}
.contact-message ul li{
	position: relative;
	padding-left: clamp(20px,2.2vw,36px);;
	margin-top: clamp(16px,1.62vw,24px);
	color: #333;
	font-size: clamp(14px,1.2vw,20px)
}
.contact-message ul li img{
	position: absolute;
	top: 4px;
	left: 0;
	height: clamp(20px,1.62vw,24px);
}
.yx-tit{
	font-size: clamp(16px,1.5vw,28px);
	color: #000000;
	display: inline-block;
	position: relative;
	z-index: 10;
	white-space: nowrap;
	margin-top: clamp(15px,1.78vw,30px)
}
.yx-tit::after{
	content: '';
	height: clamp(10px,1vw,16px);
	background: #E8B810;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.services{
	flex-wrap: wrap;
	margin-left: -1vw;
	margin-right: -1vw;
	padding: 1vw 0;
}
.services li{
	width: 50%;
	box-sizing: border-box;
	padding: 1vw;
}
.service{
	display: block;
	background: #ffffff;
	height: 100%;
}
.services-info{
	padding: clamp(15px,2.7vw,40px);
	position: relative;
	line-height: 2
}
.services-info .tit{
	font-size: clamp(18px,2.16vw,32px);
	color: #333333;
	transition: all 0.3s ease-out;
	line-height: 1.5
}
.services-info .en{
	font-size: clamp(12px,1vw,16px);
	color: #ADADAD;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.services-info .desc{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: clamp(14px,1.2vw,18px);
	margin-top: clamp(12px,1vw,16px);
}
.service .poster{
	height: clamp(160px,20vw,296px)
}
.services-info .arrow{
	display: block;
	position: absolute;
	z-index: 10;
	bottom: -21px;
	left: clamp(15px,2.7vw,40px);
	background: #E8B80F;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	transition: all 0.3s ease-out;
}
.services-info .arrow::after{
	content: '';
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -8px;
}

.service:hover .services-info .arrow{
	margin-left: 30px;
}
.service:hover .tit{
	color: #E8B80F
}
.service:hover .poster img{
	transform: scale(1.02)
}
.available-box{
	padding: clamp(30px,6.75vw,100px) 0;
	align-items: flex-start;
}
.available-info{
	flex: 1;
	box-sizing: border-box;
	padding-right: clamp(30px,6.75vw,100px);
	color: #333;
	font-size: clamp(14px,1.35vw,20px);
	line-height: 2;
}
.available-items{
	flex-wrap: wrap;
	margin-left: -1.6vw;
	margin-right: -1.6vw;
	padding: 3.3vw 0;
}
.available-items li{
	width: 50%;
	box-sizing: border-box;
	padding: 1.6vw;
	margin-bottom: 2.4vw;
}
.available-items li a{
	display: block;
	position: relative;
}
.available-items .tips-info{
	position: absolute;
	border: 0;
	left: 0;
	bottom: 0;
	width: 80%;
	transform: translateY(50%);
	background: #ffffff;
	padding: clamp(10px,1.35vw,20px) clamp(15px,2vw,30px);
	color: #ADADAD;
}
.available-items .tips-info h3{
	font-size: clamp(20px,1.78vw,28px);
	margin-bottom: 8px;
	color: #000000;
	transition: all 0.15s ease-out;
}
.available-items li:hover .poster img{
	transform: scale(1.03)
}
.available-items li:hover .tips-info h3{
	transform: translateY(-5px);
	color: #E8B80F
}
.yx-desc{
	font-size: clamp(14px,1.78vw,20px);
	color: #333;
	line-height: 2;
	text-align: center;
	padding: clamp(14px,1.78vw,20px) 0
}
.yx-subtit{
	text-align: center;
	position: relative;
	margin-top: clamp(30px,6.75vw,100px);
	z-index: 10;
}
.yx-subtit h3{
	font-size: clamp(20px,2vw,30px);
	color: #E8B810;
	padding-top:clamp(14px,1.78vw,20px); 
}
.yx-subtit p{
	font-size: clamp(20px,2vw,30px);
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: -1;
	color: #E8B810;
	opacity: 0.2;
	line-height: 1.4;
}
.yx-detail ul li{
	margin-top: clamp(30px,5.4vw,80px);
	font-size: clamp(14px,1.2vw,18px);
	line-height: 2;
	 color: #666;
	position: relative;
	padding-left: 20px;
}
.yx-detail ul li::before{
	content: '';
	width: 8px;
	height: 8px;
	background: #E8B810;
	border-radius: 50%;
	position: absolute;
	top: clamp(12px,1.02vw,16px);
	left: 0;
}
.yx-detail ul li h3{
	font-size: clamp(16px,1.35vw,20px);
	color: #333;
	line-height: 2;
}
.news-swiper{
	padding-top: clamp(20px,2.97vw,50px);
	padding-bottom: clamp(10px,2.97vw,50px);
}
.news-swiper .swiper-wrapper{
	padding-bottom: clamp(30px,4.4vw,75px)
}
.news-swiper .swiper-pagination-bullet{
	background: #EB6616;
}
.news-hot{
	display: flex;
	align-items: stretch;
	background: #fff;
}
.news-hot .poster{
	width: clamp(154px,44.36vw,630px);
	height: clamp(100px,28.13vw,408px);
}
.news-hot .info{
	flex: 1;
	box-sizing: border-box;
	padding-left: clamp(20px,5.637vw,80px);
	padding-top: clamp(15px,1.78vw,30px);
	padding-right: clamp(15px,1.78vw,30px);
	padding-bottom: clamp(15px,1.78vw,30px);
	overflow: hidden;
}
.news-hot .info .type{
	color: #E8B80F;
}
.news-hot .info .title{
	font-size: clamp(16px,2vw,28px);
	margin-top: clamp(6px,1.19vw,20px);
	transition: all 0.2s ease-out;
	padding-top: 0px;
	margin-bottom: clamp(6px,1.78vw,30px);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #000;
	line-height: 1.5
}
.news-hot .info .desc{
	font-size: clamp(12px,1.1vw,16px);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 2;
	overflow: hidden;
	color: #5D656B;
	font-weight: 500;
	margin-top: clamp(6px,1.19vw,20px);
	text-align: justify;
}
.news-hot .info .time{
	margin-top: clamp(2px,2.97vw,50px);
}
.news-list {
	flex-wrap: wrap;
	margin-left: -1.35vw;
	margin-right: -1.35vw;
	padding-bottom: 1.35vw;
}
.news-list li{
	width: 33.333%;
	box-sizing: border-box;
	padding: 1.35vw;
}
.news-list li .recommend{
	width: 100%;
}
.loadmore{
	text-align: center;
}
.loadmore{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(14px,1.2vw,18px);
	color: #333333;
	margin-bottom: clamp(30px,6.75vw,100px);
	cursor: pointer;
	transition: all 0.15s ease-out;
}
.loadmore i{
	font-style: normal;
	display: inline-block;
	transform: rotate(90deg);
	color: #E8B80F;
	margin-left: 6px;
	transition: all 0.3s ease-out;
}
.loadmore:hover{
	color: #E8B80F;
	transform: translateY(4px)
}
.news-box{
	margin-top: 20px;
	background: #fff;
	padding: clamp(15px,1.78vw,30px);
	align-items: flex-start;
}
.news-box .section{
	flex: 1;
	box-sizing: border-box;
	padding-right: clamp(30px,4.72vw,70px)
}
.news-box .side{
	width: clamp(240px,24.6vw,365px);
	flex-shrink: 0;
}
.section .title,.side .title{
	font-size: clamp(18px,2vw,32px);
	color: #333333;
	margin-bottom: 10px;
}
.source{
	font-size: clamp(12px,1.1vw,16px);
	color: #666666
}
.detail{
	font-size: clamp(14px,1.2vw,18px);
	line-height: 2.1;
	padding: clamp(15px,1.78vw,30px) 0;
	color: #333;
}
.detail img{
	vertical-align: middle;
	max-width: 100% !important;
	max-height: auto !important;
	height: auto !important;
}
.news-thumb li{
	border-bottom: 1px solid rgba(221, 215, 211, 0.6);
	padding: 15px 0;
}
.news-thumb li a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: clamp(14px,1.2vw,18px);
	color: #333333;
	margin-top: 4px;
	transition: all 0.15s ease-out
}
.news-thumb li a:hover,.news-thumb .active a{
	color: #E8B810
}
.back p{
	display: block;
	background: #E8B80F url(../image/back1.png) no-repeat center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-bottom: 6px;
}
.content-doc{
	align-items: flex-start;
	text-align: center;
	padding: clamp(30px,6.75vw,100px) 0;
}
.cprev{
	width: 40%;
	overflow: hidden;
	color: #8C8C8C;
	text-align: left;
}
.cnext{
	width: 40%;
	overflow: hidden;
	text-align: right;
	color: #8C8C8C
}
.cprev .tit,.cnext .tit{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #333;
	margin: 5px 0;
	
}
.search-tips{
	padding: clamp(10px,1.2vw,18px) 0;
	border-bottom: 1px solid #E8B810
}
.search-tips a{
	color: #E8B810;
}
.search-list{
	padding-bottom: clamp(30px,5vw,100px);
}
.search-list li{
	border-bottom: 1px solid rgba(221, 215, 211, 0.6);
	padding: clamp(10px,1.2vw,18px) 0;
}
.search-list li a{
	font-size: clamp(14px,1.2vw,18px);
	color: #333;
}
.search-list li a span{
	color: #F83838;
}
.pager{
	padding-bottom: clamp(30px,5vw,100px);
}
.pager li>a, .pager li>span{
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	line-height: 28px;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	color: #666666;
	border: none;
	margin: 0 4px;
}
.pager .p-rev a::after{
	content: '➜';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 40px;
	transform: rotate(180deg);
}
.pager .p-nxt a::after{
	content: '➜';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 40px;
}
.pager li>a:hover{
	background: #E8B810;
	color: #fff;
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
    cursor: not-allowed;
	background: #E8B810;
	color: #fff;
}


















@-webkit-keyframes banScale {
	0% {
		transform: scale(1.15)
	}
	100% {
		transform: scale(1)
	}
}
@keyframes banScale {
	0% {
		transform: scale(1.15)
	}
	100% {
		transform: scale(1)
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0, 100px, 0);
		transform:translate3d(0, 100px, 0)
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
@keyframes fadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0, 100px, 0);
		-ms-transform:translate3d(0, 100px, 0);
		transform:translate3d(0, 100px, 0)
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none
	}
}

@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100px, 0, 0);
transform:translate3d(-100px, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100px, 0, 0);
-ms-transform:translate3d(-100px, 0, 0);
transform:translate3d(-100px, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}

@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100px, 0, 0);
transform:translate3d(100px, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100px, 0, 0);
-ms-transform:translate3d(100px, 0, 0);
transform:translate3d(100px, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
@media (max-width: 1600px) {
	.container{
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 1440px) {
	.sa-item .item{
		padding: clamp(10px,1.8vw,30px) clamp(12px,1.5vw,30px);
	}
}
@media (max-width: 1200px) {
	.navbar-brand,.head-bg.navbar-default .navbar-brand {
		width: 146px;
		height: 36px;
	}
}

@media (max-width: 480px) {
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.lang{
		display: none;
	}
	.navbar-header{
		width: 100%;
		float: none;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.navbar-nav li a::after{
		display: none;
	}
	.navbar-nav li{
		padding: 0 0;
	}
	.navbar-nav li a{
		font-size: 14px;
		padding: 5px 0;
		line-height: 30px;
	}
	.head-cotainer{
		height: 56px;
	}
	.navbar-default{
		height: 56px;
	}
	.navbar-header{
		background: #fff;
		height: 56px;
	}
	.navbar-header::before{
		display: none;
	}
	.navbar-header::after{
		display: none;
	}
	.navbar-brand,.head-bg.navbar-default .navbar-brand{
		height: 38px;
		width: 154px;
		background: url(../image/brand_logo_b1.png) no-repeat center;
		background-size: auto 100%;
		margin-top: 10px;
		margin-left: 0;
	}
	.collapse{
		width: 100% !important;
		box-sizing: border-box;
		padding: 0 0;
		margin-left: 0 !important;
		margin-right: 0!important;
	}
	.navbar-nav{
		margin: 0 0 0 0;
		background: rgba(255,255,255,1);
		padding: 0 0;
		flex-direction: column;
	}
	.navbar-nav li{
		width: 100%;
	}
	.navbar-default .navbar-nav>li>a{
		color: #333333 !important;
		padding: 5px 15px;
		border-bottom: 1px solid #f5f5f5
	}
	.navbar-default .navbar-nav .active{
		background: #E8B80F;
		color: #ffffff;
	}
	.navbar-default .navbar-collapse{
		margin-left: 0;
		margin-right: 0;
		position: absolute;
		top: 56px;
		left: 0;
		width: 100%;
		z-index: 10;
	}
	.bar-search{
		display: none;
	}
	.navbar-default .navbar-nav>li.active::after{
		display: none;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
		background-color:rgba(0,0,0,0);
	}
	.header-other{
		display: none;
	}
	.banner-swiper{
		height: 40vh
	}
	.home-about{
		flex-wrap: wrap;
		flex-direction: column;
	}
	.home-ab-img{
		width: 100%;
	}
	.home-ab-info{
		width: 100%;
		padding: 15px 0;
	}
	.sa-item li{
		width: 50%;
	}
	.sa-item .item{
		text-align: center;
		background: rgba(0,0,0,0.2);
		padding-top: 36px;
	}
	.sa-img{
		opacity: 1
	}
	.home-news{
		flex-wrap: wrap;
	}
	.recommend{
		width: 50%;
		margin-right: 0;
	}
	.recommend-thumbs{
		width: 100%;
		flex:auto;
	}
	.mapNav{
		flex-direction: column;
	}
	.f-r{
		display: none;
	}
	.f-nav li{
		padding-left: 0;
		padding-right: 20px;
		width: 33.333%
	}
	.f-logo{
		position: relative;
		padding-bottom: 6px;
		width: 100%;
	}
	.f-logo .qrimg{
		padding-top: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
	.f-logo .qrimg>img{
		width: 68px;
	}
	.f-logo>img{
		height: 40px;
	}
	.tit-gps{
		margin-top: 12px;
		font-size: 14px;
	}
	.home-news{
		visibility: hidden;
	}
	.pc-show{
		display: none;
	}
	.mb-show{
		display: block;
	}
	.recommend-thumbs .thumbs .poster{
		width: 35%;
	}
	.recommend-thumbs .thumbs .msg .time{
		font-size: 12px;
		background-size: 12px 12px;
		padding-left: 16px;
		margin-top: 2px;
	}
	.navbar-toggle{
		margin-right: 0;
	}
	.crum-box{
		flex-direction: column;
		align-items: flex-start;
	}
	.c-menu{
		margin-bottom: 15px;
	}
	.c-menu li{
		padding-right: 10px;
		padding-left: 0;
	}
	.c-menu li a{
		padding: 5px;
	}
	.partners{
		margin-right: -5px;
		margin-left: -5px;
	}
	.partners li{
		width: 33.333%;
		padding: 5px;
	}
	.about-intro{
		flex-direction: column;
		padding-top: 15px;
	}
	.ab-img{
		width: 100%;
	}
	.ab-info{
		padding-left: 0;
	}
	.contact-box{
		flex-direction: column;
		padding: 15px 0;
	}
	.contact-message{
		padding-right: 0;
	}
	.contact-map{
		padding: 10px;
	}
	.services{
		margin-left: -8px;
		margin-right: -8px;
		padding: 0;
	}
	.services li{
		width: 100%;
		padding: 8px;
	}
	.services-info .arrow{
		transform: scale(0.6);
		transform-origin: left;
	}
	.available-items li{
		width: 100%;
	}
	.available-items .tips-info{
		position: relative;
		transform: translateY(0)
	}
	.available-box{
		flex-direction: column;
	}
	.available-info{
		padding-right: 0;
	}
	.available-img{
		width: 100%;
		margin-top: 15px;
	}
	.news-swiper{
		padding-bottom: 0;
	}
	.news-list li{
		width: 100%;
	}
	.news-hot{
		flex-direction: column;
	}
	.news-hot .poster{
		width: 100%;
		height: auto;
	}
	.news-hot .info{
		padding: 15px;
	}
	.recommend{
		height: auto;
	}
	.recommend .msg{
		position: relative;
		transform: translateY(0);
		padding: 15px;
	}
	.news-list .msg .desc{
		display: none;
	}
	.recommend .msg .btn{
		display: none;
	}
	.news-box{
		flex-direction: column;
	}
	.news-box .section{
		padding-right: 0;
	}
	.back{
		display: none
	}
	.cprev,.cnext{
		width: 45%;
	}
	.pager li>a, .pager li>span{
		width: 24px;
		height: 24px;
		box-sizing: border-box;
		line-height: 24px;
		border-radius: 50%;
		margin: 0;
		padding: 0;
	}
	.pager .p-nxt a::after,.pager .p-rev a::after{
		line-height: 24px;
	}
	.f-c{
		padding-left: 0;
	}
}

.news-list2 {
	padding-bottom: clamp(20px,3vw,60px);
}

	.news-list2 li a {
		display: block;
		padding: clamp(20px,2vw,40px);
		background: #fff;
		position: relative;
		color: #ADADAD;
		transition: all 0.15s ease-out;
	}

		.news-list2 li a::after {
			content: '';
			height: 1px;
			background: #F7F4F2;
			position: absolute;
			bottom: 0;
			left: clamp(20px,2vw,40px);
			right: clamp(20px,2vw,40px);
		}

	.news-list2 li .title {
		display: block;
		font-size: clamp(18px,1.37vw,22px);
		color: #333333;
		margin-top: clamp(8px,0.7vw,12px);
		transition: all 0.15s ease-out;
	}

	.news-list2 li .desc {
		font-size: clamp(12px,1vw,16px);
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin-top: clamp(8px,0.7vw,12px);
		margin-bottom: clamp(18px,1.37vw,22px);
		text-align: justify;
		transition: all 0.15s ease-out;
	}

	.news-list2 li:hover a {
		background: #E8B80F;
		color: #fff;
	}

		.news-list2 li:hover a::after {
			opacity: 0
		}

	.news-list2 li:hover .title {
		color: #fff;
	}

	.news-list2 li:hover .time {
		color: #fff;
		background: url(../image/itime_w.png) no-repeat left;
	}