@charset "UTF-8";
/*-----default model-----*/
body,h1, h2, h3, h4, h5, h6,p,ul, ol, dl, dd,figure, menu, input, textarea, button, select, th, td,figcaption {margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6,b, strong {font-size: 100%;font-weight: normal;}
li {list-style: none;}
em, i {font-style: normal;}
img {border:none;}
input,textarea,button,select {outline: 0 none;}
table{border-collapse: collapse; margin:0 auto; width: 100%;color: #333;text-align: center;}
textarea {resize: vertical;}
a {text-decoration: none;outline: 0 none;color:inherit}
.clearfix:before,.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfix{zoom:1} 
body{
	width: 100%;height:100%;
	font-size: 12px;min-width: 1100px!important; 
	font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	color: #444;background: #f1efec;
}
#footer_bx{clear: both;}


.m-show,.m-ib{display: none!important;}
.qgfx_box {margin-top: 10px; margin-bottom: 20px!important;}
a[title="站长统计"]{display: none;}
@media only screen and (min-width: 800px) {
	.pc-hide{display:none !important;}
}
@media screen and (min-width:800px) and (max-width:1440px){body{zoom:0.8}}
.wrap{position: relative; width: 1100px; margin: 0 auto;font-size: 0;text-align: center;}

/* body{
	cursor: url(https://files.cnblogs.com/files/monster-jian/cursor.ico),auto;
} */
 /* 输入框填充背景 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px white inset;
}
 
/* 输入框填充透明 */
/* input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-out 0.5s;
} */
 
 
/*banner */
.banner-box{position:relative;height:3.56rem;background:url('../images/banner.jpg') no-repeat center top; overflow:hidden;width:100%; text-align:center;}
.banner-box .wrap{height: auto;}
.banner-box .logo{width: auto; position: absolute;left: 0; top: .2rem; cursor: pointer;display: block;}
.banner-box .logo img{width: 100%; max-width: 1.26rem;}


.banner-box p{
	font-size: .3rem; line-height: 1; color: #fff;
	clear: both; margin-top: .83rem;
	letter-spacing: .1rem;
}
.ban-tit{
	width: 100%; clear: both;margin-top: .39rem;
}
.ban-tit img{width: 8.28rem; display: inline-block;}


.sec01{
	clear:both; float: left; width: 100%;
	border-bottom: solid #a98e75 .22rem;
}
.s1-main{
	width: 100%; clear: both; float: left; margin-top: -.65rem;
}
.s1-main ul{
	width: 100%; clear: both;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.s1-main ul li{
	width: 2.95rem; height: 2.6rem;
	padding: 0 .3rem;
	text-align: left;
	border-radius: .15rem;
	background: #fff;
	margin-bottom: .2rem;
}
.s1-main ul li:hover{
	box-shadow: 0 .03rem .13rem rgba(236,216,186,.4);
}
/* .s1-main ul li:last-child{border-bottom: 0;} */
.s1-main ul li h4{
	font-size: .18rem; font-weight: bold; color: #333; line-height: .24rem;
	margin-top: .32rem;
}
.s1-main ul li h4 a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.s1-main ul li a{display: inline-block;}
.s1-main ul li h4 a:hover{
	color: #d45938;
}
.s1-main ul li p{
	font-size: .16rem; line-height: 1.5; color: #999; 
	clear: both; margin: .12rem auto .28rem;
}
.s1-main ul li .form{
	font-size: .14rem; color: #999;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s1-main ul li .form a:hover{
	color: #d45938;font-weight: bold;
}
.s1-main ul li .form i{
	width: .15rem; height: .15rem; display: inline-block;
	background: url(../images/icon01.png) no-repeat center / 100%;
}

.s1-btn{
	width: 100%; clear: both; margin: .4rem auto .63rem;
	float: left;
}
.s1-btn a{
	font-size: .28rem; line-height: .84rem; color: #a63a3a;
	display: inline-block;
	border: solid .02rem #a63a3a;
	border-radius: .5rem;
	padding: 0 1.16rem;
}
.s1-btn a:hover{
	background: #a63a3a; color: #fff;
}



/*section1*/

/*section2*/

/*按钮悬停*/
.hvr-grow-shadow{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:active {
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*侧边悬停*/
.lfNav{position: fixed;width:150px; height:350px; display: none; background: url(../images/fixedNavBg.png) no-repeat center;top:25%; left:20px;z-index:9;}
.lfNav .close{position:absolute;top:10px; right:10px; height:12px; width:12px; }
.mt185{margin-top:129px;}
.nav-bg{width:150px; height:28px; display: block;float:left; clear:both;margin-left:0;margin-bottom:8px;}
.nav-bg a{width:120px; height:28px; display: block; margin:auto;}

.left_top{width:150px; height:40px;display: block;float:left;margin-left:0;}
