@charset "utf-8";
/*!
 * @version 9.0.75
 * @date 2025-08-28
 * @generated web
 */
html,body,p,ol,ul,dl,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
ul,li {
  list-style: none;
}

button,input,select {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video {
  height: auto;
  width: 100%;
  border: none;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,th {
  padding: 0;
}
body {
	font-family:'Microsoft YaHei Ui', sans-serif, -apple-system, BlinkMacSystemFont, 'PingFang SC',
	'Helvetica Neue', 'Microsoft YaHei';
}
a {
  text-decoration: none;
  color: inherit;
}

a:hover,a:focus,a:active {
  text-decoration:none;
}
input:hover,input:focus,input:active,textarea:hover,textarea:focus,textarea:active {
  outline-style: none;
  border: 0;
}
:-ms-input-placeholder{
	font-size: 16px;
	color: #999;
}
@font-face {
    font-family: Alleyster;
    src: local('Alleyster'), url('Fonts/Alleyster.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
/* iconfont */
@font-face {
  font-family: "iconfont"; /* Project id 5068005 */
  src: url('Fonts/iconfont.woff2?t=1763458321058') format('woff2'),
       url('Fonts/iconfont.woff?t=1763458321058') format('woff'),
       url('Fonts/iconfont.ttf?t=1763458321058') format('truetype');
	font-display: swap;
}
.icon{
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pet:before {
  content: "\e632";
}

.icon-pet2:before {
  content: "\e6d7";
}

.icon-arrow-left:before {
  content: "\e600";
}

.icon-backtop:before {
  content: "\e609";
}

.icon-arrow-up:before {
  content: "\e63f";
}

.icon-right:before {
  content: "\e640";
}
.icon-menu:before{
	content: "\e61a";
}

/* heard */
.header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
}
.head{
	background-color: #f2ca1a;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head .head_left{
	display: inline-flex;
	align-items: center;
}
.head .head_left>*{
	display: inline-block;
}
.head .logo{
	background: url('../img/logo.png') center no-repeat ;
	background-size:100%;
}
.head .name{
	text-transform: capitalize;
	font-family: Alleyster;
	overflow: hidden;
	padding-left: 10px;
}
.menu{
	display: none;
}
/* banner */
.in_banner{
	width: 100%;
}
.banner-item{
	position: relative;
}
.in_banner img{
	width: 100%;
}
.in_banner h3{
	position: absolute;
	color: #fff;
	width: 60%;
	left: 20%;
	top: 45%;
	text-align: center;
	text-transform: capitalize;
}

/* AD */
.Ad {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	overflow: hidden;
}
.Ad::before {
	width: 100%;
    content: "Advertisement";
    font-size:12px;
    color:#9a9a9a;
	text-align: center;
	text-transform: uppercase;
}

/* wrapper */
.wrapper{
	position: relative;
}
.flex-row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.column-item{
	background-color: #fffbf7;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.column-item-img{
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.column-item-img img{
	object-position: center;
	object-fit: cover;
	width: 100%;
	height:100%;
}
.tags{
	background-color:#f2ca1a;
	border-radius: 30px;
	padding: 5px 10PX;
	text-transform: uppercase
}
.column-item-img .tags{
	position: absolute;
}
.column-item-title{
	position: relative;
}
.column-item-title>span{
	overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	width: 75%;
	display: inline-block;
}
.item-icon{
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	color: #111;
	flex-shrink: 0;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.08);
	font-weight: lighter;
}
.column-item-title .item-icon{
	position: absolute;
}

.column-list{
	display: inline-flex;
	flex-direction: column;
	flex: 1;
}
.column-list .list-item{
	display:flex;
	align-items: center;
	background-color:#fffbf7;
	border-radius: 5px;
}
.column-list .list-item .dates{
	display: inline-block;
	text-align: center;
}
.column-list .list-item .dates .day{
	font-weight: bold;
}

.column-list .list-item .news{
	display: inline-block;
	border-left: 1px solid #ccc9c6;
}
.column-list .list-item .news .title{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	
}
.column-list .list-item .text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	  -webkit-box-orient: vertical; /* 设置对齐模式 */
	  -webkit-line-clamp: 2;
	color: #999;
}
.column-list .list-item .item-icon{
	position: absolute;
	box-shadow: 0 0 10px rgba(255,197,139,0.2);
}
.column-list .list-item:hover,.column-list .list-item:hover .text{
	background-color: #f2ca1a;
	color: #fff;
}
.column-list .list-item:hover .item-icon{
	color: #f2ca1a;
}

.bodyhead{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: Alleyster;
}
.bodyhead .title{
	font-weight:normal;
	text-transform: capitalize;
}
.bodyhead .line{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#f2ca1a;
}
.bodyhead .line:before,.bodyhead .line::after{
	position: relative;
	content: '';
	height: 2px;
	background-color:#f2ca1a;
	display: inline-block;
}
.bodyhead .line:before{
	margin-right: 10px;
}
.bodyhead .line::after{
	margin-left: 10px;
}

/* wrapper02 */
.big-item{
	position: relative;
}
.big-item-img img{
	border-radius: 6px;
}
.big-info{
	position: absolute;
	background-color:#fffbf7;
	border-radius: 6px;
	z-index: 2;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.big-info .tags{
	display: inline-block;
	font-size: 18px;
	padding: 10px 15px;
	margin-top: 15px;
}
.big-info .title{
	display: inline-block;
}
/* row-item-wrapper */
.row-item{
	
}
.row-item a{
	display: block;
	background-color: #fffbf7;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 5px;
}
.them-img{
	display: block;
	position: relative;
	background: #eaeaea;
	overflow: hidden;
	width: 100%;
}
.them-img .tags{
	position: absolute;
	z-index: 10;
	
}
.them-img figure {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.them-img figure img{
    flex-basis: 100%;
	width: 100%;
    max-width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.row-item .title{
	position: relative;
}
.row-item .title::after{
	position: absolute;
	font-family: iconfont;
	content: '\e640';
	color: #f2ca1a;
}
.bg-grey{
	background-color:#fbfbfb;
}
.row-big-item{
	
	overflow: hidden;
}
.row-big-item .row-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.row-big-item .row-right .tags{
	font-weight: bold;
}
.row-big-item .row-right .title{
}
.subtext{
	color: #999;
	font-weight: normal;
}
.bg-grey .flex-row .row-item a{
	background-color: #fff;
}

/* last news */
.last-wrapper{
	display: flex;
	
}
.last-item{
	background-color:#fffbf7;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	
}
.last-item a{
	display: flex;
	justify-content: space-between;
}
.last-item .img{
	flex-shrink: 0;
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
}
.last-item .img img{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.last-item  .news-info{
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}
.last-item  .news-info .title{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	  -webkit-box-orient: vertical; /* 设置对齐模式 */
	  -webkit-line-clamp: 2;
}
.last-item  .bot{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.last-item  .dates{
	color: #999;
}
.last-item .icon{
	color: #f2ca1a;
}

/* list css */
.bread-wrap{
	z-index: 11;
	position: absolute;
}
.bread-wrap .title{
	position: relative;
	color: #000;
	text-transform: capitalize;
}
.bread-nav{
	padding-top: 10px;
	display: flex;
	align-items: center;
}
.bread-nav li{
	display: inline-block;
}
.bread-nav li::after{
	display: inline-block;
	content: "/";
	padding: 0 10px;
}
.bread-nav li:last-child::after{
	display: none;
}
/* tabnav */
.tabNav{
	display: flex;
	align-items: center;
	
}
.tabNav a{
	display: block;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,0.08);
	text-transform: capitalize;
	text-align: center;

}
.tabNav a:hover,.tabNav a.active{
	background-color: #f2ca1a;
	box-shadow: 0 0 10px rgba(242,202,26,0.3);
}
.list-news-wrap{
	display: flex;
	flex-wrap: wrap;
}
.list-news-wrap li {
	display: inline-flex;
}
.list-news-wrap .news-item{
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.04);
	overflow: hidden;
	display: block;
	width: 100%;
}
.list-news-wrap .news-item .them-img{
	height: 1.5rem;
}
.list-news-wrap .news-item .title{
	text-align: center;
	line-height: 1.5;
}
.list-news-wrap .news-item .title span{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* pages */
#page {
    display: table;
    margin: 0 auto;
}
.page {
    text-align: center;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}
.pagingUl li {
    float: left;
    background: #fff;
	border: 1px solid #eee;
    text-align: center;
    border-radius: 50%;
}

.pagingUl li a {
    display: inline-block;
    text-align: center;
    color: #111;
    border-radius: 50%;
}
.prv,
.next {
    text-align: center;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
	border: 1px solid #eee;
}
.page .first,
.page .last {
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;

}

.prv:hover,
.next:hover,
.page .first:hover,
.page .last:hover,
.pagingUl li a:hover,
.activP {
    background-color:#f2ca1a!important;
	border-color: #f2ca1a;
    color: #fff!important;
}

/* detail */
.detail-wrapper{
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 5px;
}
.section p{
	line-height: 1.5;
}
.section h1,.section h2,.section h3,.section h4,.section h5,.section h6{
	padding: 10px 0;
}
.tags-list{
	display: flex;
	align-items: center;
}
.tags-list .tags{
	position: relative;

}
.tags-list .tags:before{
	position: absolute;
	font-family: iconfont;
	display: inline-block;
	content: "\e6d7";
}

/* footer */
.footer{
	background-color: #f2ca1a;
}
.footer .flex-row{
	padding:20px 0;
}
.footer-top{
	display: flex;
	justify-content: space-between;
}

.footer-left .logo{
	font-size: 34px;
	font-family: Alleyster;
	text-transform: capitalize;
}
.footer-left .left-nav{
	flex-direction: column;
}
.footer-left .left-nav a{
	text-transform: uppercase;
}
.footer-nav{
	padding-top: 10px;
	display: flex;
}
.footer-nav .nav-item{
	display: inline-block;
}

.footer-nav .nav-item h3{
	text-transform: uppercase;
}
.footer-nav .nav-item h3 .icon{
	display: inline-block;
	transform: rotate(-180deg);
	margin-left: 5px;
}
.footer-nav .nav-item>ol{
	padding:5px 0 0 0;
}
.footer-nav .nav-item>ol li{
	padding: 2px 0;
	text-transform: capitalize;
}
.footer-nav .nav-item>ol li:before{
	display: inline-block;
	content: '.';
	font-weight: bold;
	overflow: hidden;
}
.footer-bot{
	background-color: #1c1c1c;
	padding: 10px 0;
}
.footer-bot p{
	text-align: center;
	color: rgba(255,255,255,0.4);
}
.backTop{
	position: fixed;
	z-index: 3333;
	right: 10px;
	bottom: 10%;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display:flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: rgba(0,0,0,0.85);
	cursor: pointer;
}
.backTop i{
	display: block;
}

/* 404 */
.wrap-404{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.wrap-404 .subtitle{
	color: #999;
	font-weight: normal;
}
.wrap-404 .btn{
	display: inline-block;
	color: #000;
}
.wrap-404 .btn:first-child{
	border: 1px solid #999;
	background-color: #fff;
}
.wrap-404 .btn:nth-child(2){
	background-color: #f2ca1a;
	
}
.wrap-404 .backTop{
	display: none;
}

/* form 2026/01/13 contact*/

.form{
	margin:30px auto 0;
}
.form input,.form textarea{
	width: 100%;
	border: 0;
	background-color: transparent;
	font-size: 16px;
}
.form input{
	height: 40px;
	line-height: 40px;
}
	

.form .li{
	background-color: #efefef;
	border-radius:30px;
	padding: 5px 20px;
	overflow: hidden;
}

.form textarea{
	margin: 5px;
}
.submit{
	display:inline-block;
	background-color: #f2ca1a !important;
	border-radius: 30px;
	width:120px !important;
	padding: 5px 10px;
	height: auto !important;
}