/* CSS reset */
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}*/
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

input,
button {
    border: none;
    font-family: '微软雅黑';
}

button {
    background-color: transparent;
    cursor: pointer;
}

input:focus {
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
}

input,
button:focus {
    outline: none;
}

input,
textarea,
select {
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
}


/* 定位  浮动*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: block;
}

/* 可修复IE6中双倍边距bug */
.fr {
    float: right;
    display: block;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.zoom {
    zoom: 1;
}

.none {
    display: none;
}

/*
@功能：全局css定义
*/
body {
    font-size: 16px;
    color: #333333;
    font-family: "微软雅黑";
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

/*去除input的默认样式  number的箭头*/
/*在chrome下：*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input::-webkit-input-placeholder {
    color: #eee;
    font-size: 14px;
}

input:-moz-placeholder {
    color: #eee;
    font-size: 14px;
}

input::-moz-placeholder {
    color: #eee;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #eee;
    font-size: 14px;
}

/*Firefox下：*/
input[type="number"] {
    -moz-appearance: textfield;
}

.row::after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.container {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.container::after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.imgBox img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 头部 */
.header {
    width: 100%;
    background: url(../img/header_bg.jpg) center no-repeat;
}

.header-logo {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}

.header-logo .fl>* {
    float: left;
    position: relative;
}

.header-logo .fl {
    padding-top: 24px;
}

.header-logo .fl a img {
    display: block;
    height: 66px;
    margin-right: 20px;
    float: left;
}

.header-logo .fl a span {
    display: block;
    float: left;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 66px;
    letter-spacing: 4px;
    color: #ffffff;
}
.header-logo .fl a span.name {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    top: 66px;
    left: 121px;
}

.header-logo .fl>span {
    margin-left: 130px;
}

.header-logo .fr {
    width: 295px;
    padding-top: 37px;
}

.header-logo .fr>a {
    display: block;
    font-size: 20px;
    color: white;
    float: right;
    margin-bottom: 18px;
    line-height: 1;
}

.header-logo .search {
    float: right;
    width: 295px;
    height: 49px;
    border-radius: 24px;
    border: solid 1px #ffffff;
    box-sizing: border-box;
    position: relative;
}

.header-logo .search input {
    width: 100%;
    height: 47px;
    background-color: transparent;
    border-radius: 24px;
    text-indent: 10px;
    color: white;
    font-size: 18px;
}

.header-logo .search .search-btn {
    display: block;
    width: 49px;
    height: 49px;
    background: url(../img/search_icon.png) center no-repeat;
    position: absolute;
    right: -1px;
    top: -1px;
}

.nav {
    width: 1200px;
    margin: 0 auto;
    padding-top: 34px;
}

.nav ul {
    display: flex;
}

.nav ul li {
    flex: 1;
    text-align: center;
    line-height: 35px;
    position: relative;
    padding-bottom: 10px;
}

.nav ul li a {
    color: white;
    display: inline-block;
}

/* .nav ul li:first-child{width: 35px;height: 35px;margin-left: 23px;margin-right: 10px;}
.nav ul li:first-child a{display: block;width: 35px;height: 35px;background: url(../img/logo_icon_w.png) center no-repeat;} */
/* .nav ul li>a::after{content: "";display: inline-block; width: 9px;height: 5px;background: url(../img/sanjiao_icon_w.png) center no-repeat;position: relative;left: 9px;top: -2px;transform: rotate(90deg);transition: all 0.4s;} */
.nav ul li dl {
    display: none;
    position: absolute;
    min-width: 110px;
    left: 50%;
    top: 45px;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 1);
    z-index: 15;
    padding: 10px 0;
}

.nav ul li dl dd {
    display: block;
}

.nav ul li dl dd a {
    color: #333333;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 0;
}

/* .nav ul li:hover>a::after{transform: rotate(0deg);} */
.nav ul li dl dd:hover {
    background-color: rgba(0, 0, 0, 0.3)
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/*footer*/
.footer {
    width: 100%;
    height: 217px;
    background-image: url(../img/footerBackground.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #ffffff;
}

.footer-box .f_l {
    float: left;
    width: 257px;
    position: relative;
    top: 30px;
}

.f_l p {
    margin-top: 17px;
}

.f_l :nth-child(1) {
    letter-spacing: 1.5px;
}

.f_l :nth-child(2) {
    letter-spacing: 0.3px;
}

.f_l :nth-child(4) {
    letter-spacing: 1.5px;
}

.footer-box .f_r {
    display: flex;
    float: right;
    width: 355px;
    justify-content: space-between;
    position: relative;
    top: 75px;
}

.footer-box .f_r li .qr_code {
    position: absolute;
    top: -149%;
    display: none;
}

.footer-box .f_r li:hover .qr_code {
    display: block;
}

.footer-box .f_r li {
    width: 68px;
    height: 68px;
}
.flex-box{display: flex;}
/*公共热门 置顶类*/
.hot:before,
.top:before {
    content: '';
    display: inline-block;
    width: 46px;
    height: 22px;
    background: url("../img/list/hot-icon.png");
    margin-right: 10px;
    vertical-align: -4px;
}

.top:before {
    background: url("../img/list/top-icon.png");
}

.top.hot:before {
    content: '';
    display: inline-block;
    width: 98px;
    height: 22px;
    background: url("../img/list/hot_top.png");
    margin-right: 10px;
    vertical-align: -4px;
}

@keyframes bigbigbig {
    0% {
        transform: scale(0.95);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(0.95);
    }
}

@keyframes wateranimate {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes smallsmall {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.5);
    }
}