/* 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-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;
}

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


/* 专题报道hot图标 */

.liveShow {
    position: relative;
}

.liveShow a img {
    position: absolute;
    top: 15px;
    right: -20px;
}


/* 头部导航*/

.header {
    width: 100%;
    /* height: 60px; */
    /* background: linear-gradient(to right, #c55c56 0%, #6632a0 50%, #3671e5 100%); */
    position: fixed;
    top: 0;
    z-index: 9999;
    background: url('../images/header/headerBg.png') no-repeat center;
    /* background-size: 100% 100%; */
}

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

.navL {}

.navL a {
    height: 60px;
    display: flex;
    align-items: center;
    /* padding: 14px 0; */
}

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

.navR li {
    float: left;
    margin-left: 25px;
    box-sizing: border-box;
    padding: 20px 3px 19px;
    line-height: 16px;
}

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

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


/* 头部导航激活类 */

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

.navR .navActive a {
    font-weight: 500;
    color: #ffffff;
}


/* 底部 */

.footer {
    width: 100%;
    /* background: linear-gradient( to right, #c55c56 0%, #6632a0 50%, #3671e5 100%); */
    padding: 25px 0 70px;
    background: url('../images/footer/footerBg.png') no-repeat center;
    background-size: 100% 100%;
}

.footerBox {
    width: 1000px;
    margin: 0 auto;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boxLeft {}

.footerTop {
    width: 640px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.footerTop .footerLogo {
    display: flex;
    align-items: center;
}

.footerLogoSolid {
    margin: 0 30px;
}

.footerLogo li a {
    cursor: pointer;
    display: block;
}

.footerBottom {
    display: flex;
    margin-top: 30px;
}

.footerBottom p {
    font-size: 16px;
    color: #fefefe;
    margin-bottom: 6px;
}

.footerLeft {
    margin-right: 160px;
}

.footerLeft h3,
.footerRight h3 {
    font-size: 24px;
    color: rgb(254, 254, 254);
    margin-bottom: 25px;
    font-weight: 500;
}

.footerSign {}

.footerSignLeft {}

.footerSignLeft h4 {
    font-size: 16px;
    color: rgb(254, 254, 254);
    margin-bottom: 25px;
}

.footerSignRight {}

.footerSignRight p {}

.boxRight {
    margin-top: 80px;
}

.boxRight p {
    font-size: 16px;
    color: rgba(254, 254, 254);
    margin-bottom: 5px;
}

.footerSpace {
    margin-right: 28px;
}

.ml74 {
    margin-left: 74px;
}

.footerAdress {
    padding: 20px 0;
    background: rgba(0, 6, 35);
}

.footerAdress p {
    font-size: 16px;
    color: rgba(205, 204, 220, 0.8);
    display: flex;
    justify-content: center;
}

.footerAdress p a {
    color: rgba(205, 204, 220, 0.8);
    display: block;
}

.footerAdress p a:last-child {
    margin-right: 10px;
}


/* 图片翻转效果 */

.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 */

.bannerBox {
    width: 100%;
    padding: 120px 0 80px;
    background: url('../images/banner/1.jpg') no-repeat center;
}

.banner {
    /* width: 100%;
    text-align: center; */
    width: 1000px;
    margin: 60px auto 0;
    text-align: center;
}

.banner img {
    /* width: 100%; */
}


/* 参会指南内容图片 */

.contbox img {
    max-width: 100%;
}


/* 二级页面无数据 */

.nullData {
    font-size: 24px;
    margin: 0 0 20px;
    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');
} */


/* 手机端 */

@media screen and (min-width:320px) and (max-width: 768px) {
    .container {
        width: 1000px;
        min-width: 1000px;
    }
}