/* css样式重置 */

body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
}

input,
textarea {
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
}

body {
    /* font-size: 12px; */
    font-family: "微软雅黑";
}


/* public公共样式 */

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.ml32 {
    margin-left: 32px;
}

.ml10 {
    margin-left: 10px;
}

.ml5 {
    margin-left: 5px;
}

.ml20 {
    margin-left: 20px;
}

.ml80 {
    margin-left: 80px;
    position: relative;
    top: 2px;
}

.mt-5 {
    margin-top: -5px;
}

.footerBox .mt15 {
    margin-top: 15px;
}


/* 头部导航激活类 */

.navActive {
    /* background: url('../images/header/solid.png') no-repeat bottom;
    background-size: 100%; */
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    border-bottom: 3px solid #fefeff;
}


/* banner下方导航激活类 */

.navTabActive {
    background: linear-gradient(to right, #03ce75, #1ea1d5, #923cd5);
    transform: translateY(-10px);
}

.cur {
    position: fixed;
    z-index: 10000;
    top: 20px;
}

.navTab .current {
    background: linear-gradient(to right, #8f3eff, #019cff, #006fdb);
    transform: translateY(-10px);
    border: 2px solid #9936ff;
}

.navTab .current a {
    color: #ffffff;
}

.navTab .signActive {
    background: linear-gradient(to right, #027f4b, #46a949, #7fce49);
    border: 2px solid #a4ff52;
}


/* 专题报道hot图标 */

.liveShow {
    position: relative;
}

.liveShow a img {
    position: absolute;
    top: 10px;
    right: -24px;
}


/* 二级页面无数据 */

.nullData {
    font-size: 24px;
    margin: 20px 0;
    text-align: center;
}


/* 引入造字工坊字体 */


/* @font-face {
    font-family: 'pingfangBold';
    src: url('../font/PingFang\ Bold.ttf');
} */


/* @font-face {
    font-family: 'pingfangMedium';
    src: url('../font/PingFang\ Medium.ttf');
}

@font-face {
    font-family: 'pingfangRegular';
    src: url('../font/PingFang\ Regular.ttf');
}

@font-face {
    font-family: 'YouSheBiaoTi';
    src: url('../font/YouSheBiaoTi.ttf');
} */


/* 头部导航*/

.header {
    width: 100%;
    height: 60px;
    background: url('../images/header/headerBg.png') no-repeat center;
    background-size: cover;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.nav {
    width: 1000px;
    margin: 0 auto;
    /* height: 60px; */
}

.navL {
    height: 60px;
    display: flex;
    align-items: center;
}

.navL a {
    display: block;
}

.navL a img {
    vertical-align: middle;
}

.navR li {
    float: left;
    /* margin-left: 30px; */
    box-sizing: border-box;
    /* padding: 17px 0; */
    padding: 15.5px 0;
    margin-right: 30px;
}

.navR li:last-child {
    margin-right: 0;
}

.navR li a {
    color: #eef2fb;
    font-size: 16px;
}

.navR li a:hover {
    color: #ffffff;
    font-weight: bold;
}


/* 底部 */

.footer {
    width: 100%;
    background: url('../images/index/footerBg.png') no-repeat center;
    background-size: cover;
}

.footerBox {
    width: 1000px;
    margin: 0 auto;
    padding: 65px 0 70px;
    color: #ffffff;
}

.boxLeft {
    width: 200px;
}

.footerBox h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.footerBox p {
    font-size: 16px;
    margin-top: 5px;
    color: #ffffff;
    cursor: pointer;
}

.boxCenter {
    width: 200px;
    margin-left: 180px;
}

.boxRight {
    width: 315px;
    margin-top: 30px;
}

.footerAdress {
    width: 100%;
    text-align: center;
    font-size: 16px;
    /* color: #474f69; */
    background: #170141;
    padding: 20px 0;
}

.footerAdress p {
    text-align: center;
    color: #a29ab2;
}

.footerAdress p a {
    color: #a29ab2;
}


/* 图片翻转效果 */

.qcontainer {
    -webkit-perspective: 400;
    -moz-perspective: 400;
    /* width: 19%; */
}

.film {
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 1.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 1.5s;
}

.qcontainer:hover .film {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.face {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}


/* banner */

.banner {
    width: 100%;
    margin-top: 60px;
}

.banner img {
    width: 100%;
}