/* pc布局 */

.container {
    width: 100%;
    background: url('../images/mainBg.jpg') no-repeat center;
}


/* 头部导航 */

.bannerBox {
    width: 100%;
    margin-top: 70px;
}

.header {
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    /* background: url('../images/headerBg.png') no-repeat center;
    background-size: cover; */
    background: #690002;
}

.nav {
    width: 1000px;
    margin: 0 auto;
    height: 70px;
}

.navL {
    padding: 11.5px 0;
    margin-right: 150px;
}

.navL a {
    display: block;
}

.navL a img {
    vertical-align: middle;
}

.navR li {
    float: left;
    /* margin-left: 50px; */
    margin-left: 30px;
    box-sizing: border-box;
    padding: 21px 0;
}

.navR li a {
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

.navR li a:hover {
    color: #ffe698;
}

.navR .gufei {
    background: #980401;
    padding: 28px 15px;
}


/* 变异的导航栏 */

.scrollNav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
}


/* 历届回顾列表 */

.selectHover {
    position: relative;
}

.selectList {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 68px;
    background: rgba(0, 0, 0, 0.4);
    line-height: 40px;
}

.selectList li {
    margin: 0;
    padding: 0;
    float: none;
    text-align: center;
}

.selectList li a {
    font-size: 16px;
    display: block;
    display: none;
}


/* banner */

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}


/* 评选内容 */

.main {
    width: 100%;
    background: url('../images/mainBg.jpg') no-repeat center;
    background-size: cover;
}


/* 评选说明 */

.shuoming {
    width: 100%;
    padding: 90px 0 100px;
    background: #520000;
}

.shuomingBox {
    width: 1000px;
    margin: 0 auto;
}

.shuomingTitle {
    text-align: center;
}

.shuomingTitle img {}

.shuomingCont {
    margin-top: 40px;
}

.shuomingCont p {
    color: #e4dddd;
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 30px;
    text-indent: 2rem;
}


/* 评选特点 */

.tedian {
    width: 100%;
    padding: 90px 0 100px;
    background: #6d0000;
}

.tedianCont {
    width: 1000px;
    margin: 0 auto;
}

.tedianTitle {
    text-align: center;
}

.tedianList {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    height: 352px;
}

.tedianList li {
    width: 19%;
}

.tedianList li img {
    width: 100%;
}

.tedianList img {
    width: 100%;
}


/* 奖项设置 */

.shezhi {
    padding: 90px 0 100px;
    background: #480000;
}

.shezhiBox {
    width: 1000px;
    margin: 0 auto;
}

.shezhiCont {
    margin-top: 50px;
}

.shezhiTitle {
    text-align: center;
}

.shezhiList {
    padding: 0 50px;
    margin-top: 15px;
}

.shezhiList li {
    display: flex;
    justify-content: space-around;
    margin-bottom: 45px;
}

.shezhiList li:last-child {
    margin-bottom: 0;
}

.shezhiList li .listLeft {
    width: 10%;
    text-align: center;
}

.shezhiList li .listLeft img {}

.shezhiList li .listLeft p {
    font-size: 28px;
    font-weight: 400;
    color: #FCE08A;
    margin-top: 15px;
    letter-spacing: 2px;
}

.shezhiList li .listRight {
    width: 90%;
    margin-left: 45px;
}

.shezhiList li .listRight h3 {
    font-size: 24px;
    color: #fce08a;
    font-weight: 400;
    margin-bottom: 8px;
}

.shezhiList li .listRight p {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    opacity: 0.9;
    text-align: justify;
}

.danxiangExplain {
    font-size: 14px;
    color: #FEFEFE;
    margin-bottom: 10px;
    margin-top: 10px;
    background: url('../images/jiangTip.png') no-repeat left top;
    padding-left: 22px;
    background-position-y: 4px;
}


/* 评选维度 */

.weiduBox {
    width: 100%;
    padding: 90px 0 100px;
    background: rgba(114, 0, 0);
}

.weidu {
    width: 1000px;
    margin: 0 auto;
}

.weiduTitle {
    text-align: center;
}

.weiduZhibiao {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.weidu h4 {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    opacity: 0.9;
    margin-top: -10px;
}

.threeWeidu {
    padding: 35px 0px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.threeWeidu li {
    text-align: center;
    margin-right: 40px;
    margin-bottom: 45px;
}

.threeWeidu li:nth-child(3n) {
    margin-right: 0;
}

.threeWeidu li img {
    width: 100%;
}

.fourWeidu {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.fourWeidu li {
    width: 225px;
    text-align: center;
}

.fourWeidu li img {
    width: 100%;
}

.zhiBiao {
    text-align: center;
    margin-bottom: 45px;
}

.weidu p {
    font-size: 14px;
    color: #d13f30;
    font-weight: 400;
    padding-left: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.weidu p img {
    margin-right: 15px;
}


/* 五大评审团 */

.pingshen {
    width: 1000px;
    margin: 105px auto 0;
}

.pingshenTitle {
    text-align: center;
}

.pingshenList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 60px 0 30px;
}

.pingshenList li {
    width: 280px;
}

.pingshenList2 {
    padding: 0 180px;
    display: flex;
    justify-content: space-between;
}

.pingshenList2 li {
    /* width: 34.1%; */
    width: 280px;
}

.pingshenList li img {
    width: 100%;
}

.pingshenList2 li img {
    width: 100%;
}

.pingShenBox {
    width: 100%;
}

.reviewGuest {
    width: 1000px;
    padding: 50px 0 30px;
    margin: 35px auto 100px;
    background-size: cover;
}

.pingshenTotal {
    text-align: center;
    margin-top: 30px;
}

.pingshenTotal img {}


/* swiper轮播图 */

.swiper-container {
    padding: 0 20px;
}

.swiper-slide {
    text-align: center;
    cursor: pointer;
}

.swiper-slide p {
    font-size: 22px;
    color: #feffff;
    margin-top: 15px;
    letter-spacing: 2px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 5px;
    background: url('../images/guest/right.png') no-repeat center;
}

.swiper-button-prev:hover {
    background: url('../images/guest/left.png') no-repeat center;
    transform: rotate(360deg);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 5px;
    background: url('../images/guest/right.png') no-repeat center;
    transform: rotate(180deg);
}

.swiper-button-next:hover {
    background: url('../images/guest/left.png') no-repeat center;
    transform: rotate(180deg);
}


/* 首席支持媒体 */

.meiti {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0 90px;
}

.meitiTitle {
    text-align: center;
}

.meiticont {
    text-align: center;
    margin-top: 20px;
}


/* 参与方式 */

.canyu {
    width: 1000px;
    margin: 0 auto;
    padding: 0px 0 100px;
}

.canyuTitle {
    text-align: center;
}

.canyuInfo {
    width: 100%;
    height: 610px;
    background: url('../images/index/canyu/1.png') no-repeat center;
    background-size: cover;
    position: relative;
    margin-top: 50px;
}

.canyuInfo a {
    display: block;
    width: 450px;
    height: 52px;
    position: absolute;
    bottom: 86px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 27.5px;
}

.canyu p {
    font-size: 20px;
    color: #fceec7;
    margin-top: 30px;
}


/* 白皮书 */

.whitePaper {
    padding: 90px 0 70px;
    background: rgba(104, 0, 0, 0.2);
}

.whitePaperBox {
    width: 1000px;
    margin: 0 auto;
}

.whitePaperTitle {
    text-align: center;
}

.whitePaperTitle img {}

.whitePaperCont {
    text-align: center;
    margin-top: 60px;
}

.whitePaperCont img {}


/* 底部 */

.footer {
    width: 100%;
    height: 100px;
    padding: 50px 0;
    background: url('../images/footerBg.png') no-repeat center;
    background-size: cover;
    /* background: linear-gradient(180deg, #CB3234, #7D0609); */
}

.footerCont {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerLeft {
    display: flex;
    align-items: center;
}

.footerLeft li {
    margin-right: 12px;
}

.footerLeft li a {
    display: block;
    width: 100%;
}

.footerLeft li:last-child {
    border: 0;
    margin: 0;
}

.footerSolid {
    width: 1px;
    height: 25px;
    background: #FBEFC7;
}

.footerLeft img {}

.footerCenter {
    margin: 0 50px;
}

.footerCenter img {}

.footerRight {}

.footerRight h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fbefc7;
    margin-bottom: 12px;
}

.selectContact {
    color: #fbefc7;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    background: url('../images/footer/update/4.png') no-repeat left;
    padding-left: 32px;
}

.selectContact a {
    display: block;
    color: #fbefc7;
    font-size: 18px;
}

.footerRight .tel {}

.footerRight .email {
    background: url('../images/footer/update/5.png') no-repeat left;
    padding-left: 32px;
    display: block;
    color: #fbefc7;
    font-size: 18px;
    margin-top: 8px;
}


/* 左侧悬浮卡片 */

.leftInfo {
    width: 140px;
    height: 305px;
    background: url('../images/leftBg.png') no-repeat center;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 12px 10px 30px;
    /* text-align: center; */
    z-index: 9999;
    border-radius: 5px;
}

.rankTime {}

.rankTime h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #b42622;
    margin: 6px 0;
}

.rankRedsolid {
    width: 20px;
    height: 1px;
    background: #cc6d5b;
    margin-left: 60px;
}

.shenbaoTime {
    margin-top: 12px;
    padding: 7px 8px;
    background: #FFFFFF;
    border-radius: 5px;
}

.shenbaoTime h4 {
    font-size: 12px;
    color: #6c4316;
}

.weiXin {
    margin-top: 8px;
    padding: 7px 8px;
    background: #FFFFFF;
    border-radius: 5px;
}

.weiXin h4 {
    font-size: 12px;
    color: #6c4316;
}

.pingGu {
    margin-top: 8px;
    padding: 7px 8px;
    background: #FFFFFF;
    border-radius: 5px;
}

.pingGu h4 {
    font-size: 12px;
    color: #6c4316;
}

.jieXiao {
    margin-top: 8px;
    padding: 7px 8px;
    background: #FFFFFF;
    border-radius: 5px;
}

.jieXiao h4 {
    font-size: 12px;
    color: #6c4316;
}

.leftInfo p {
    font-size: 12px;
    color: #b32522;
}

.leftInfo a {
    display: block;
    font-size: 12px;
    color: #b32522;
    cursor: pointer;
}

.leftInfo .xiazai {
    color: #ffffff;
    background: #d63d2f;
    border-radius: 20px;
    padding: 7px 0;
    font-size: 14px;
    text-align: center;
    width: 126px;
    margin: 12px auto 0;
}

.forumName {
    width: 110px;
}


/* 右侧滑动导航 */

.navWrap {
    width: 120px;
    height: 340px;
    position: fixed;
    right: 40px;
    top: 50%;
    margin-top: -170px;
    background: url('../images/rightSolid.png') no-repeat left;
    z-index: 9999;
}

.navBox {
    width: 100%;
    height: 100%;
    background: url('../images/rightSolid.png') no-repeat right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navTab {
    text-align: center;
}

.navTab li {
    margin-bottom: 20px;
}

.navTab li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.navTab .current {
    /* margin-left: -5px; */
}

.navTab .current a {
    font-size: 18px;
    color: rgb(238, 198, 100);
    font-weight: 500;
}


/* 手机端 */

@media screen and (min-width:320px) and (max-width: 768px) {
    .container {
        width: 1000px;
    }
}