body {
    background-color: #f3f3f3;
}

header {
    border-bottom: 0
}

.content {
    width: 100%;
    height: 760px;
    margin-top: -100px;
    background-color: #f3f3f3
}

.content .slideblk {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    max-width: 1000px;
    border: 2px solid #fff;
    margin: 0 auto;
    opacity: 0
}

.content .slideblk.enter {
    opacity: 1
}

.content .slideblk .bx-viewport {
    z-index: 1
}

.content .slideblk .imgtitle {
    margin-bottom: 35px;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px)
}

.content .slideblk .imgtitle.enter {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.content .slideblk .pos {
    position: absolute;
    top: 200px;
    left: 85px
}

.content .slideblk p {
    width: 280px;
    color: #9c9c9c;
    font-size: 13px;
    font-family: arial;
    letter-spacing: 1px
}

.content .slideblk .slide li {
    height: 560px;
    position: relative;
    z-index: 10000;
    background-size: cover
}

.content .slideblk .info {
    position: absolute;
    right: -50px;
    bottom: 0;
    color: #6e6e6e;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    z-index: 1
}

.content .slideblk .info .slash {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content .slideblk .info .next, .content .slideblk .info .prev {
    display: none
}

.content .slideblk .whiteb {
    height: 560px;
    position: absolute;
}

.content .biglight {
    position: absolute;
    top: -100px;
    right: -10%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 0;
    opacity: 0
}

.content .biglight.enter {
    opacity: 1
}

.content .biglight.dib {
    opacity: 0
}

.sqblk {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto 115px
}

.sqblk:after {
    content: "";
    display: block;
    clear: both
}

.sqblk .box {
    position: relative;
    float: left;
    background-color: #fff;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    display: block
}

.sqblk .box .inborder {
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 0;
}

.sqblk .box.enter {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.sqblk .box:nth-child(3n+1) {
    width: 50%
}

/*.sqblk .box > div:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 0;
}*/

.sqblk .box>div {
    box-sizing: content-box;
}

.sqblk .box:nth-child(3n+1) .img {
    width: 50%
}

.sqblk .box:nth-child(3n+1) .textbox {
    width: 50%;
    left: initial;
    right: 0;
    background-color: #282828;
    opacity: 1
}

.sqblk .box:nth-child(3n+1):after {
    width: 3px;
    height: 43px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    background-color: #47b247;
    content: "";
    left: calc(50% - 3px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.sqblk .box:nth-child(6n+1) {
    float: right
}

.sqblk .box:nth-child(6n+1) .img {
    width: 50%
}

.sqblk .box:nth-child(6n+1) .textbox {
    width: 50%;
    left: initial;
    right: 0
}

.sqblk .box .img {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.sqblk .box .textbox {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #47b247;
    opacity: 0;
    letter-spacing: 1px
}

.sqblk .box .textbox.hot {
    background-color: #ffb400
}

.sqblk .box .textbox.hot .title:after {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: "Hot News";
    font-family: 'PT Sans';
    position: absolute;
    top: -50px;
    left: 0;
    display: block;
    font-size: 15px;
    color: #fff
}

.sqblk .box .textbox .title {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    position: absolute;
    font-family: 'Comfortaa';
    top: 40%;
    left: 0;
    right: 0;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin: 0 auto
}

.sqblk .box .textbox .title .limit {
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sqblk .box .textbox .title:before {
    display: none;
    left: 1px;
    content: '';
    width: 3px;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translateX(-100%);
    position: absolute;
    background-color: #47b247;
}

.sqblk .box:nth-child(3n+1) .textbox .title:before {
    display: block;
}

.sqblk .box .textbox p {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    font-family: 'Open Sans';
    left: 0;
    right: 0;
    top: 47%;
    visibility: hidden;
    opacity: 0;
    line-height: 20px
}

.sqblk .box .textbox .date {
    font-size: 12px;
    font-family: 'open sans';
    position: absolute;
    left: 10%;
    bottom: 10%
}

@media only screen and (min-width:1025px) {
    .sqblk .box {
        width: 25%;
        height: 350px;
    }
    .box:nth-child(3n+1):hover .textbox {
        width: 65%;
        background-color: #282828
    }
    .box:nth-child(3n+1):hover .textbox.hot {
        background-color: #ffb400
    }
    .box:nth-child(3n+1):hover .textbox .title {
        top: 25%
    }
    .box:nth-child(3n+1):hover .textbox .title:after {
        opacity: 0
    }
    .box:nth-child(3n+1):hover .textbox p {
        width: 80%;
        margin: 0 auto;
        opacity: 0.8;
        visibility: visible
    }
    .box:nth-child(3n+1):hover:after {
        left: calc(35% - 3px);
        top: 30%
    }
    .box:hover .textbox {
        opacity: 1;
        background-color: rgba(71, 179, 71, 0.95)
    }
    .content .slideblk .slide li::after {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
    }
    .content .slideblk .slide li:hover::after {
        opacity: 0.1;
    }
    .content .slideblk .slide a:first-child li::after {
        display: none;
    }
}

@media only screen and (max-width:1400px) {
    .sqblk .box {
        width: 25%;
        height: 25vw
    }
}

@media only screen and (max-width:1024px) {
    footer {
        padding-top: 70px;
    }
    header {
        border-bottom: 0
    }
    .sqblk {
        margin-bottom: 0px
    }
    .content {
        margin-top: 0;
        padding-top: calc(120px + 5vw);
        height: auto
    }
    .content .slideblk {
        border: 0
    }
    .content .slideblk .info {
        position: relative;
        right: 0;
        left: 0;
        margin: 0 auto 50px;
        text-align: center
    }
    .content .slideblk .info>div {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px
    }
    .content .slideblk .info .prev {
        width: 70px;
        height: 20px;
        background-image: url('../../img/slidearrl.png');
        background-size: 60px 10px;
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block
    }
    .content .slideblk .info .next {
        width: 70px;
        height: 20px;
        background-image: url('../../img/slidearrr.png');
        background-size: 60px 10px;
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block
    }
    .content .slideblk .pos {
        top: 140px;
        left: 35px
    }
    .content .slideblk .imgtitle {
        width: 315px
    }
    .content .slideblk p {
        line-height: 20px;
        font-size: 12px
    }
    .content .slideblk .whiteb {
        width: 88vw;
        height: 48.4vw;
        left: 0;
        right: 0;
        border: 2px solid #fff;
        margin: 0px auto 30px
    }
    .content .slideblk .slidebox {
        width: 88vw;
        margin: 0px auto 30px;
    }
    .bx-wrapper {
        border: 0 solid #000;
    }
    .content .slideblk .slide li {
        height: 48.4vw
    }
    .content .biglight {
        width: 465px;
        top: -5vw;
        right: 2%
    }
    .sqblk .box:nth-child(3n+1):after {
        display: none
    }
    .sqblk .box {
        width: 50%;
        height: 25vw
    }
    .sqblk .box .img {
        width: 50%;
        float: left
    }
    .sqblk .box .textbox {
        width: 50%;
        float: left;
        position: relative;
        background-color: #282828;
        opacity: 1
    }
    .box:nth-child(4n+4) .img, .sqblk .box:nth-child(4n+3) .img {
        float: right
    }
    .sqblk .box .textbox .title {
        font-size: 15px;
        line-height: 21px
    }
    .sqblk .box .textbox .title:before {
        display: block;
    }
    .sqblk .box:nth-child(4n+3) .textbox .title:before, .sqblk .box:nth-child(4n+4) .textbox .title:before {
        content: '';
        display: block;
        left: initial;
        right: 1px;
        transform: translateX(100%);
    }
}

@media only screen and (min-width:651px) {
    .mbslide {
        display: none
    }
}

@media only screen and (max-width:650px) {
    .content {
        padding-top: calc(90px + 5vw);
        padding-bottom: 0;
    }
    .sqblk {
        display: none
    }
    .mbslide .sqblk {
        display: block
    }
    .mbslide .sqblk>div:nth-child(2n) .box:first-child .img {
        float: right
    }
    .mbslide .sqblk>div:nth-child(2n) .box:nth-child(2) .img {
        float: left
    }
    .mbslide {
        display: block;
        margin-bottom: 40px
    }
    .mbslide .bx-wrapper .bx-pager.bx-default-pager a {
        width: 12px;
        height: 12px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: relative;
        background-color: transparent;
        border: 1px solid #c8c8c8
    }
    .mbslide .bx-wrapper .bx-pager.bx-default-pager a.active {
        border: 1px solid #48b548
    }
    .mbslide .bx-wrapper .bx-pager.bx-default-pager a.active:after {
        width: 5px;
        height: 5px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        display: block;
        content: "";
        background-color: #48b548;
        border-radius: 50%
    }
    .content .slideblk .slidebox {
        width: 90vw;
        margin-bottom: 15px;
    }
    .content .slideblk .whiteb {
        width: 90%;
        height: 90vw;
        /*border-right: 0;
        border-left: 0;*/
        margin: 0 auto;
        margin-top: 0
    }
    .content .slideblk .slide li {
        height: 350px;
        height: 90vw;
    }
    .content .slideblk .info>div {
        margin: 0
    }
    .content .slideblk .info .now {
        margin-left: 15px
    }
    .content .slideblk .info .total {
        margin-right: 15px
    }
    .content .biglight {
        width: 86vw;
        right: 5%
    }
    .content .slideblk .imgtitle {
        margin: 0 auto;
        width: 67vw
    }
    .content .slideblk p {
        display: none
    }
    .content .slideblk .info {
        margin-bottom: 45px;
    }
    .content .slideblk .pos {
        top: 75%;
        left: 0;
        right: 0;
    }
    .box:nth-child(4n+3) .img, .box:nth-child(4n+4) .img {
        float: left
    }
    .sqblk .box {
        width: 100vw;
        height: 50vw;
        display: block
    }
    .sqblk .box:nth-child(3n+1) {
        width: 100vw
    }
    .sqblk .box:nth-child(2n+2) .img {
        float: right
    }
    .sqblk .box .textbox .title {
        font-size: 13px;
        line-height: 18px;
        top: 35%
    }
    .sqblk .box .textbox.hot .title:after {
        font-size: 12px;
        top: -30px
    }
    .sqblk .box .textbox {
        background-color: #282828
    }
    .sqblk .box:nth-child(3n+1):after {
        display: block;
        top: 45%
    }
    .sqblk .box:nth-child(odd):after {
        width: 3px;
        height: 43px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: absolute;
        background-color: #47b247;
        content: "";
        left: calc(50% - 3px);
        top: 45%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: none;
    }
    .sqblk .box:nth-child(2n):after {
        width: 3px;
        height: 43px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: absolute;
        background-color: #47b247;
        content: "";
        left: calc(50%);
        top: 45%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: none;
    }
    .sqblk .box:nth-child(even) .textbox .title:before, .sqblk>div:nth-child(2n) .box:nth-child(odd) .textbox .title:before {
        left: initial;
        right: 1px;
        transform: translateX(100%);
    }
    .sqblk .box:nth-child(odd) .textbox .title:before, .sqblk>div:nth-child(2n) .box:nth-child(even) .textbox .title:before {
        left: 1px;
        right: initial;
        transform: translateX(-100%);
    }
}

/*# sourceMappingURL=web_index_light.css.map */
