﻿/*public start*/
* {
    margin: 0;
    padding: 0;
    border: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

.container {
    width: 100%;
    min-width: 1130px;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
    padding-bottom: 60px;
    clear: both;
}

.container::after {
    width: 100%;
    height: 1px;
    content: "";
    clear: both;
    display: block;
}

/*public end**/
/*top start*/
.top {
    width: 1130px;
    height: 120px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.logo {
    margin-top: 20px;
    margin-left: 20px;
    float: left;
    width: 250px;
    height: 80px;
}

.logo img {
    width: 100%;
    height: 100%;
}

.topico {
    float: right;
    margin-left: 30px;
    margin-top: 40px;
}

.topico a {
    width: 100%;
    height: 100%;
    display: block;
}

.topico img {
    width: 100%;
    height: 100%;
}

.gysn {
    width: 138px;
    height: 43px;
    margin-right: 12px;
}


.dglogo {
    width: 75px;
    height: 46px;
    margin-top: 37px;
}


.dgrb {
    width: 164px;
    height: 46px;
}

.idg {
    width: 109px;
    height: 41px;
}

.jb {
    width: 107px;
    height: 46px;
    position: relative;
}

.jb::after {
    width: 1px;
    height: 40px;
    top: 3px;
    left: -10px;
    position: absolute;
    content: '';
    display: block;
    background-color: #ddd;
}

/*top end*/
/*nav start*/
.nav {
    width: 100%;
    min-width: 1130px;
    background-color: #b40001;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.navlist {
    width: 1130px;
    height: 50px;
    margin: 0 auto;
}

.navlist ul {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.navlist li {
    padding: 0 16px;
    list-style: none;
    text-align: center;
    position: relative;
}

.navlist li a {
    text-decoration: none;
    color: #fff;
}

.navlist .current::after {
    height: 1px;
    background-color: #fff;
    bottom: 6px;
    left: 22px;
    right: 22px;
    position: absolute;
    content: "";
}

.nav .subnavlist-wrap {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 80%;
    padding: 30px;
    opacity: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -webkit-transition: all .4s cubic-bezier(.3, 1.3, .3, 1);
    transition: all .4s cubic-bezier(.3, 1.3, .3, 1);
    visibility: hidden;
    z-index: -1;
}

.nav ul.subnavlist {
    background-color: #fff;
    border-radius: 16px;
    box-shadow:
        2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
        6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
        12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
        22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
        41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
        100px 100px 80px rgba(0, 0, 0, 0.07);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 12px 15px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.nav .subnavlist-wrap.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    visibility: visible;
    z-index: 9999;
}

.nav ul.subnavlist::after {
    top: 16px;
    right: 80px;
    position: absolute;
    display: block;
    content: '';
    width: 32px;
    height: 32px;
    background-color: #fff;
    transform: rotateZ(45deg);
}

.nav ul.subnavlist li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
}

.nav ul.subnavlist li a {
    color: #666;
    text-decoration: none;
}

.nav ul.subnavlist li a:hover {
    color: #b40001;
}

/*nav end*/
/*main start*/
.main {
    width: 1130px;
    margin: 0 auto;
}

.crossad {
    width: 1130px;
    height: 80px;
    margin-top: 10px;
}

.crossad img {
    width: 1130px;
    height: 80px;
    display: block;
}

.poster {
    width: 1130px;
    height: 190px;
    margin-top: 10px;
    padding: 0 20px;
    box-sizing: border-box;
}

.poster .title {
    color: #b40001;
    font-size: 22px;
    line-height: 48px;
    width: 100%;
    height: 50px;
    background-color: #f7f7f7;
    text-indent: 14px;
    position: relative;
    font-weight: 500;
}

.poster .title::after {
    width: 156px;
    height: 4px;
    bottom: -2px;
    left: 0;
    position: absolute;
    content: "";
    background-color: #b40001;
}

.posterlist {
    width: 100%;
    height: 120px;
    position: relative;
    margin-top: 22px;
    box-sizing: border-box;
}

.arrleft,
.arrright {
    width: 35px;
    height: 90px;
    top: 15px;
    background-color: #f2f2f2;
    background-size: 14px 23px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: 10;
}

.arrleft {
    background-image: url('../img/arrleft.png');
    left: 0;
}

.arrleft:hover,
.arrright:hover {
    background-size: 16px 25px;
    background-color: #f4f4f4;
    cursor: pointer;
}

.arrright {
    background-image: url('../img/arrright.png');
    right: 0;
}

.notallow:hover {
    cursor: not-allowed;
}

.postercontainer {
    width: 1016px;
    height: 120px;
    margin-left: 55px;
    position: relative;
    overflow: hidden;
}

.switchlist {
    min-width: 1016px;
    height: 120px;
    position: absolute;
}

.postercontainer a {
    width: 210px;
    height: 120px;
    display: block;
    float: left;
    margin: 0 22px;
    border: none;
}

/*left start*/
.left {
    width: 770px;
    float: left;
    margin-top: 30px;
    margin-left: 20px;
    box-sizing: border-box;
}

/*left end*/
/*right start*/
.right {
    width: 300px;
    float: left;
    margin-top: 30px;
    margin-left: 20px;
}

.search {
    width: 300px;
    height: 44px;
    border: 1px solid #e8e8e8;
}

.search input {
    width: 256px;
    margin-top: 1px;
    margin-left: 1px;
    height: 42px;
    border: none;
    float: left;
    display: block;
    font-size: 18px;
    text-indent: 18px;
    line-height: 42px;
    border-radius: 0;
}

.search .btnsearch {
    width: 42px;
    height: 42px;
    background-color: #b40001;
    background-image: url('../img/btnsearch.png');
    background-size: 21px 21px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 1px;
    margin-right: 1px;
    float: right;
    cursor: pointer;
}

.adside {
    width: 300px;
    height: auto;
}

.adside a {
    display: block;
    width: 300px;
    height: 80px;
    margin-top: 20px;
}

.adside a img {
    width: 300px;
    height: 80px;
}

.special {
    width: 300px;
    height: 700px;
    margin-top: 30px;
    overflow: hidden;
}

.righttitle {
    width: 300px;
    height: 22px;
    font-weight: 600;
    color: #3b3b3b;
    position: relative;
    font-size: 22px;
    line-height: 22px;
    text-indent: 10px;
    margin-bottom: 20px;
}

.righttitle::after {
    width: 4px;
    height: 18px;
    background-color: #b40001;
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
}

.specialitem {
    width: 300px;
    height: 75px;
    margin-bottom: 40px;
}

.specialthumb {
    width: 130px;
    height: 75px;
    float: left;
}

.specialthumb img,
.specialthumb a {
    width: 130px;
    height: 75px;
    display: block;
}

.specialitemtitle {
    width: 150px;
    margin-left: 16px;
    float: left;
    height: 60px;
    margin-top: -6px;
}

.specialitemtitle a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.specialtime {
    font-size: 14px;
    color: #7d7d7d;
    width: 150px;
    height: 14px;
    line-height: 14px;
    float: left;
    margin-left: 16px;
    margin-top: 6px;
}

.link {
    width: 300px;
    height: 288px;
    margin-top: 30px;
}

.linklist {
    width: 300px;
    height: 248px;
    background-color: #f4f5f6;
}

.link ul {
    width: 264px;
    height: 208px;
    padding-top: 6px;
    margin-left: 18px;
}

.link li {
    display: inline-block;
    list-style: none;
    position: relative;
    margin-right: 16px;
}

.link li::after {
    content: '|';
    position: absolute;
    right: -12px;
    font-size: 12px;
    color: #333;
    top: 6px;
}

.link .clearright {
    margin-right: 0px;
}

.link .clearright::after {
    content: '';
}

.link a {
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    color: #333;
}

.aboutus {
    width: 300px;
    height: 290px;
    margin-top: 30px;
}

.about {
    width: 300px;
    /* height: 350px; */
    background-color: #f4f5f6;
}

.aboutcontainer {
    width: 272px;
    /* height: 212px; */
    margin: 14px;
    color: #333;
    font-size: 14px;
    line-height: 28px;
}

.aboutcontainer a {
    color: #333;
    text-decoration: none;
    margin: 0 10px;
}

.aboutcontainer .gray,
.aboutcontainer .gray a {
    color: #939393;
    text-decoration: none;
}

.aboutcontainer .gray i {
    width: 25px;
    height: 20px;
    background-image: url('../img/ga.png');
    background-size: 20px 20px;
    background-position: left center;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

/*right end*/

/*main end*/
/*other start*/
.qr {
    width: 89px;
    height: 269px;
    background-image: url('../img/qr3.jpg');
    z-index: 100;
    position: fixed;
    left: 50%;
    margin-left: 585px;
    top: 176px;
}

.closeqr {
    width: 10px;
    height: 10px;
    background-image: url('../img/btnclose.png');
    position: fixed;
    left: 50%;
    margin-left: 658px;
    cursor: pointer;
    top: 455px;
}

.btngotop,
.btnreload {
    width: 50px;
    height: 50px;
    position: fixed;
    left: 50%;
    margin-left: 590px;
    cursor: pointer;
}

.btngotop {
    background-image: url('../img/btngotop.png');
    bottom: 100px;
}

.btnreload {
    background-image: url('../img/btnreload.png');
    bottom: 170px;
}

/*other end*/
