ul,
li,
h1,
h2,
h3,
p,
img {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
}

a {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: unset;
}

a:link {
    color: rgba(0, 0, 0, 0.8);
}

a:hover {
    color: rgba(146, 51, 54, 1);
}

html,
body {
    position: relative;
    height: 100%;
    
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* 首页背景色 */
.bjs{
    background-color: #ebebeb;
}

/* 头部样式 */
.top{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
.top .tophead{
    width: 1400px;
    height: 200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.top .tophead .logo{
    /* width: 480px; */
    height: 200px;
    display: flex;
    align-items: center;
}
.top .tophead .logo img{
    height:120px;
}
.top .tophead .ssuo{
    width: 420px;
    height: 200px;
    display: flex;
    align-items: center;
}
.top .tophead .ssuo .sk{
    width: 420px;
    height: 60px;
    display: flex;
    justify-content: space-between;
}
.top .tophead .ssuo .sk input{
    width: 300px;
    height: 60px;
    border: 1px solid rgba(000, 000, 000, 0.3);
    border-right: 0;
    outline-style: none;
    font-size: 16px;
    text-indent: 10px;
    box-sizing: border-box;
    font-size: 18px;
}
.top .tophead .ssuo .sk a{
    display: block;
    width: 120px;
    height: 60px;
    background-color: #922416;
    display: flex;
    align-items: center;
    color: #fff;
    padding-left: 60px;
    box-sizing: border-box;
    font-size: 18px;
    background-image: url(../images/so.png);
    background-repeat: no-repeat;
    background-position: 8px 10px;
}

/* 导航条样式 */
.head{
    width: 100%;
    overflow: hidden;
    background-color: #922416;
}
.head ul{
    width: 1400px;
    height: 90px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head ul li{
    width: 127px;
    text-align: center;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.head ul li:last-child{
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.head ul li a{
    color: #fff;
    font-size: 20px;
}
.head ul li a:hover{
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
}

/* 首页栏目标题样式 */
.ind_title{
    width: 100%;
    height: 70px;
    border-bottom: 1px solid rgba(000, 000, 000, 0.2);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ind_title h1{
    font-size: 32px;
    line-height: 65px;
    border-bottom: 3px solid #922416;
    box-sizing: border-box;
}


/* 版尾信息样式 */
.foor{
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
    background-color: #2f2f2f;
    margin-top: 100px;
}
.foor .nav{
    width: 100%;
    overflow: hidden;
    line-height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: 18px;
}
.foor .nav a{
    color: rgba(255, 255, 255, 0.8);
    margin: 0 20px;
}
.foor .nav a:hover{
    color: rgba(255, 255, 255, 0.6);
    margin: 0 20px;
}
.foor .cont{
    width: 100%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    padding-top: 30px;
}


/* 分页样式 */
.fenye{
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}
.fenye a{
    margin-right: 15px;
    font-size: 20px;
}



.news-more-page .page{
	clear:both;
	color:#922416;
	text-align:center;
	margin: 40px 0;
}
.news-more-page .page a{
	background: #fff;
	border: 1px solid #922416;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
	color:#922416;
	font-family:"微软雅黑";
	margin-right:3px;
}
.news-more-page .page a.selected{
	background: #922416;
	border: 1px solid #922416;
	color: #fff;
	text-decoration: none;
}
.news-more-page .page .pageinfo{
	display:none;
}