﻿/* 二级页共用 */

.secban {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
}

.banp {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 5;
}

.banp li {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 0;
    display: none;
}

.banp li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.banb {
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    text-align: center;
    font-size: 0;
}

.banb em {
    display: inline-block;
    width: 30px;
    height: 15px;
    margin: 0 5px;
    cursor: pointer;
    border-top: 2px solid #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.banb em.on {
    border-top: 2px solid #d9b67a;
    width: 70px;
}

.pagecont {
	width: 1000px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 30%;
	text-align: center;
    color: #fff;
    z-index: 100;
}

.pagecont .t1 {
	line-height: 100px;
	font-size: 40px;
}

.pagecont .t2 {
	line-height: 30px;
	font-size: 12px;
	letter-spacing: 10px;
	padding-left: 10px;
}

.secbar {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f5f5f5;
}

.secbarc {
    width: 1200px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 14px;
}

.secbardot {
    background: url(https://file.suofeiya.com.cn/v/57889882-bf1b-4ea6-a7cf-678ba5d8fba5) left center no-repeat;
    padding-left: 40px;
    float: left;
}
.secbarseek {
    float: right;
    margin-right: 20px;
}
.secbarseek input {
    display: block;
    width: 260px;
    height: 35px;
    background: #fff;
    float: left;
    border: 0;
    font-size: 14px;
    line-height: 35px;
    padding-left: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 12px;
}
.secbarseek span {
    display: block;
    width: 110px;
    height: 35px;
    background: #d9b67a;
    float: left;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 12px;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.secbarseek span img {
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.secbox {
    width: 1160px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.page {
    height: auto;
    margin: 0 auto;
    padding: 20px 0 60px 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.pagebox {
    overflow: hidden;
    text-align: center;
}

.total {
    display: inline-block;
    height: 35px;
    background: #f0f0f0;
    line-height: 35px;
    margin-right: 4px;
    padding: 0 20px;
}

.page a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f0f0f0;
    margin-right: 4px;
    text-decoration: none;
}

.page a.cur {
    background: #dfc179;
    color: #fff;
}

.page a img {
    margin-top: 5px;
}

.pageinp {
    width: 33px;
    height: 33px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 33px;
    padding: 0px;
    margin: 0px;
}

.secpagetz {
    display: inline-block;
    width: 40px;
    height: 35px;
    color: #999999;
    line-height: 35px;
}

.secpagebtn {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #f0f0f0;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

@media screen and (max-width: 1500px) {
    .secbarc {
        width: 1100px;
        height: 50px;
        line-height: 50px;
    }
    .secbox {
        width: 1060px;
    }
    .pagecont {
        top: 25%;
    }
    .pagecont .t1 {
        line-height: 80px;
        font-size: 34px;
    }
}

@media screen and (max-width: 1300px) {
    .secbarc {
        width: 1000px;
        height: 50px;
        line-height: 50px;
    }
    .secbox {
        width: 960px;
    }
}
