@charset "UTF-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1;
    font-family: PingFang SC !important;
}

/* 去除iPhone中默认的input样式 */
input,
textarea,
button {
    -webkit-appearance: none;
    resize: none;
    border: none;
    background: none;
}

/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Hiragino Sans GB W3, Microsoft YaHei UI,
        Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}

/* 清除列表前的圆点 */
ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.8;
    font-family: SourceHanSansCN;
    font-size: 16px;
}

body {
    background: #f1f1f5;
}

div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onek {
    width: 1200px;
    margin: 0 auto;
}

* [class*="col-"] {
    padding: 0 10px;
}

/* 专区导航 */
.partschedule {
    padding: 50px 0;
}
#nav {
    font-family: PingFang SC !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.nav2 {
    height: 100px;
    background: #000000;
}

.nav2 .navlist {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.nav2 ul li a {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 14px;
    text-decoration: none;
}

.nav2 .bmbtn {
    width: 152px;
    height: 44px;
    background: #28b5df;
    border-radius: 22px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
    border: 2px solid #28b5df;
    text-align: center;
    text-decoration: none;
}
/* .nav2 .end {
    background: #87888a;
    border: 2px solid #87888a;
    cursor: not-allowed;
} */

.nav2 .ljbm {
    -webkit-animation-name: btnactive;
    animation-name: btnactive;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes btnactive {
    0% {
        color: #fff;
        background: #28b5df;
    }
    25% {
        /* color: #fff;
        background: #94d6ec; */
        color: #28b5df;
        background: #fff;
    }
    60% {
        font-size: 18px;
    }
    75% {
        font-size: 16px;
    }
    85% {
        font-size: 18px;
        color: #fff;
    }
    100% {
        color: #fff;
        background: #28b5df;
    }
}

.nav2 .bmbtn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.6s;
}
.nav2 .end:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.6s;
}

.perinfo img {
    width: 120px;
}

/* 大会议程 */
html,
body {
    position: relative;
    width: 100%;
    font-family: "Microsoft YaHei";
    min-width: 1200px;
    overflow-x: hidden;
}
.container {
    position: relative;
    width: 1197px;
    margin: 0 auto;
}
body {
    background-size: 100% 100%;
}
.mainBox {
    padding-top: 122px;
}
.sub-ban {
    height: 300px;
    background: url(https://s3.51cto.com/oss/201903/06/c66a07664abdf56226c0821b5df1b4f0.jpg) no-repeat center top;
}
.part7 {
    height: 360px;
    background: url(https://s1.51cto.com/oss/201903/06/3a89e88e843b12926f5cfd311e9d91d6.jpg) no-repeat center top;
    /*background-size: auto 100%;*/
}
.part7 .title {
    text-align: center;
}
.part7 .pic {
    margin-left: 88px;
}

.agent-box {
    background: #f4f4f4;
    padding-top: 50px;
}
.agent-box strong,
.agent-box b {
    font-weight: bold;
}
.agent-time {
    padding-left: 28px;
    height: 48px;
    background: #0071c5;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
}
.the-area {
    font-size: 18px;
    color: #333;
    text-align: center;
}
.pb30 {
    padding-bottom: 30px;
}
.the-puber {
    font-size: 18px;
    text-align: center;
    padding: 0 0 36px 0;
    font-weight: bold;
    color: #333333;
}
.scaList-head {
    height: 35px;
    background: #eeeeee;
    color: #333;
    line-height: 35px;
    font-size: 16px;
}
.scaList-head li {
    float: left;
    font-weight: bold;
}
.pl73 {
    padding-left: 73px;
}
.pl121 {
    padding-left: 121px;
}
.pl334 {
    padding-left: 500px;
}
.scaList {
    padding: 30px 0;
    font-size: 16px;
}
.scaList dt {
    font-size: 18px;
}
.scaList dt,
.scaList dd {
    float: left;
}
.scaList dt {
    width: 144px;
    text-align: right;
    padding-right: 2%;
    color: #333333;
}
.scaList dd {
    position: relative;
    width: 790px;
    padding-left: 28px;
    padding-bottom: 24px;
    text-align: left;
    border-left: 2px solid #0071c5;
    color: #333333;
}
.cir {
    position: absolute;
    top: 6px;
    left: -7px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #0071c5;
    border-radius: 100%;
}
.cirCheck {
    background: #0071c5;
}
.scaList-name {
    padding-right: 88px;
}
.scaList-name li {
    margin-right: 10px;
}
.sca-video,
.sca-ppt,
.sca-live {
    float: left;
    width: 20px;
    height: 20px;
    background: url(https://s2.51cto.com/oss/201903/06/2a60e33f1c4ba33f6da01c244bfcec08.png) no-repeat 0 0;
}
.sca-ppt {
    background-position: -23px 0;
    margin-left: 12px;
}
.sca-txt {
    padding: 10px 0;
    color: #777777;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    line-height: 24px;
}
.sca-vpbox {
    position: relative;
    cursor: not-allowed;
}
.hasV {
    background-position: 0 -21px;
    cursor: pointer;
}
.hasP {
    background-position: -23px -21px;
    cursor: pointer;
}
.down-att {
    position: absolute;
    width: 150px;
    background: #0071c5;
    padding: 5px 10px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    display: none;
    z-index: 10;
}
.down-att img {
    display: block;
}
.themeTab .scaList {
    display: none;
}
.the-tabLi li {
    float: left;
    width: 350px;
    background: #fff;
    color: #333333;
    margin-right: 0px;
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
    border: 1px solid #eeeeee;
    cursor: pointer;
}
.the-tabLi li:last-child {
    margin-right: 0;
}
.the-tabLi .tabli-cur {
    background: #eeeeee;
    padding: 30px 0;
    margin-top: -20px;
    color: #333333;
    border-color: #eeeeee;
}
.the-tabLi li strong {
    font-weight: bold;
}
.the-tabLi li strong,
.the-tabLi li span {
    display: block;
}
.the-tabLi li span {
    font-size: 14px;
}
.the-hero {
    font-size: 14px;
    color: #777;
    text-align: center;
    line-height: 24px;
    padding: 40px 0 60px;
}
.mainBox .blk {
    display: block;
}
.litLi {
    position: relative;
    padding-left: 50px;
    width: 370px;
    color: #7a7a7a;
    font-size: 14px;
}
.litPic {
    position: absolute;
    top: -10px;
    left: 0;
    width: 40px;
    height: 40px;
}
.litPic img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.sca-live {
    margin-left: 12px;
    background-image: url(https://s3.51cto.com/oss/201903/06/d2c84bec9d6884aeceeca581ee9c1f41.png);
}
.hasLive {
    cursor: pointer;
    background-image: url(https://s3.51cto.com/oss/201903/06/ad0b91ccc5397ac3d1064c9e8ce8cfb4.png);
}
/* 议程 */
.agentxt {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 28px;
    margin-bottom: 20px;
    padding: 0 35px;
}
ul.the-tabLi.clearfix {
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.cpjump {
    color: #000;
    text-decoration: underline !important;
}

.downbtn {
    display: inline-block;
    width: 80px;
    height: 26px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #28b5df;
    margin: 0 0 0 2px;
    cursor: pointer;
    border: 1px solid #28b5df;
    border-radius: 13px;
    font-weight: 400;
}

.cpjump:hover {
    font-weight: 600;
}
.themeTab .blk {
    display: block;
}

.wd1002 {
    width: 1200px;
    margin: 0 auto;
}
.sctit {
    margin-bottom: 25px;
    width: 380px;
}
.scaList dt {
    width: 120px;
}
.scaList dd {
    width: 440px;
    padding-bottom: 10px;
}
.sca-txt {
    border-bottom: none;
}
.agent-box {
    background: none;
}
.scaflex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 0 0 0 12px;
}
.livebox {
    width: 600px;
    height: 342px;
    position: relative;
}
.livebox img {
    width: 600px;
    cursor: pointer;
}
.livebox .liveti {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 22px;
    margin: 10px 0 0;
    width: 250px;
    text-align: center;
    position: absolute;
    top: 140px;
    left: 175px;
}
.litPic {
    position: absolute;
    top: -5px;
    left: 0;
    width: 30px;
    height: 30px;
}
.disblock {
    display: block;
}
.agent-box-top {
    width: 1200px;
    margin: -85px auto 110px;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 14px 1px rgb(0 1 46 / 8%);
    box-shadow: 0px 3px 14px 1px rgb(0 1 46 / 8%);
}
.showTop {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.agent-time {
    width: 96%;
    background: #18436e;
    margin: 0 auto;
}
.scaList dt {
    font-size: 16px;
    font-weight: 400;
}
.sca-txt {
    padding: 15px 15px 0 0;
}

.inlive {
    height: 20px;
    margin-left: 5px;
}
/* banner */
.banner {
    margin-top: 130px;
    height: 480px;
    background: url(https://s5.51cto.com/oss/202203/03/b2fb5df4406631270d661ff915cb4afd.png) no-repeat center top;
    background-size: 100% auto;
    padding: 60px 0 0;
}

.banner img {
    display: block;
}

.banner .mclogo {
    margin: 40px 20px 0 0;
    display: inline;
    height: 58px;
}

.banner .mtitle {
    display: inline-block;
    margin: 50px 0 0;
    font-size: 60px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
}

.banner .time-add {
    margin: 55px 0 0;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    line-height: 41px;
}

@media all and (max-width: 1700px) {
    .banner {
        background: url(https://s5.51cto.com/oss/202203/03/b2fb5df4406631270d661ff915cb4afd.png) no-repeat center top;
        background-size: 100% auto;
    }
}
.briefout {
    background: #f1f1f5;
}
.brief {
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 14px 1px rgba(0, 1, 46, 0.08);
    box-shadow: 0px 3px 14px 1px rgba(0, 1, 46, 0.08);
    border-radius: 20px;
    padding: 35px 48px 25px;
    margin-top: -85px;
    position: relative;
}

.brief p {
    font-size: 18px;
    font-weight: 400;
    color: #00002f;
    line-height: 30px;
    margin: 0 0 10px;
}

.brief span {
    position: absolute;
    display: inline-block;
    width: 90px;
    height: 4px;
    background: #28b5df;
    border-radius: 2px;
    top: 0;
    left: 49px;
}

/* 公共标题 */
.pub-tit {
    font-size: 36px;
    font-weight: bold;
    color: #00002f;
    line-height: 36px;
    text-align: center;
    font-family: -apple-system, SF UI Display, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei,
        WenQuanYi Micro Hei, sans-serif;
}

/* 出品人 */
.part2 {
    padding: 50px 0;
    background: #f1f1f5;
}

.part2 .p2list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.part2 .p2list .p2card {
    width: 240px;
    text-align: center;
    margin: 0 15px;
}

.part2 .p2list .p2card .imgout {
    width: 182px;
    height: 182px;
    /*     border: 1px solid #9b9bc0; */
    border-radius: 50%;
    padding: 8px;
    position: relative;
    margin: 0 auto;
}

.part2 .p2list .p2card .imgout img {
    width: 100%;
    border-radius: 50%;
}

.part2 .p2list .p2card .imgout a {
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    width: 164px;
    height: 164px;
    background: rgba(0, 0, 0, 0.88);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 164px;
}

.part2 .p2list .p2card:hover .imgout a {
    opacity: 1;
}

.part2 .p2list .p2card .p2name {
    font-size: 20px;
    font-weight: 400;
    color: #000030;
    line-height: 1;
    margin: 15px 0 0;
}

.part2 .p2list .p2card .p2posi {
    font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 24px;
    margin: 20px 0 0;
}

/* 演讲专题 */
.part3 {
    padding: 50px 0;
    background: #f1f1f5;
}

.part3 .p3con {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.part3 .p3con .tit {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    line-height: 39px;
    text-align: center;
    margin: 0;
}

.part3 .p3con .txt {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
    padding: 10px 29px 0;
    margin: 0;
}

.part3 .p3con .p3show {
    text-align: center;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.part3 .p3con .p3mask {
    opacity: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding: 30px 0 0;
}
.part3 .p3con .p3maskx {
    padding: 90px 0 0;
}

.part3 .p3con .p3card {
    border-radius: 20px;
    position: relative;
}

.part3 .p3con .p3card a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    position: absolute;
    right: 20px;
    bottom: 15px;
    display: none;
}

.part3 .p3con .p3card:hover .p3show {
    opacity: 0;
}

.part3 .p3con .p3card:hover .p3mask {
    opacity: 1;
}

.part3 .p3con .p3card:hover a {
    display: inline-block;
}

.part3 .p3con .p3list1 {
    display: inline-block;
}

.part3 .p3con .p3list1 .p3card1 {
    width: 590px;
    height: 250px;
    background: url(https://s5.51cto.com/oss/202201/06/cbc1ac571388c685924e70c0655cbb19.png) no-repeat center center;
    padding-top: 85px;
    background-size: 100% auto;
}

.part3 .p3con .p3list1 .p3card1 .txt {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.part3 .p3con .p3list1 .p3card2 {
    margin-top: 30px;
    width: 590px;
    height: 250px;
    background: url(https://s6.51cto.com/oss/202201/06/b7dde8c9be63fd330d08780734a6fad9.png) no-repeat center center;
    background-size: 110% auto;
    padding-top: 85px;
}

.part3 .p3con .p3list1 .p3card2 .txt {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.part3 .p3con .p3list2 {
    display: inline-block;
    margin-left: 30px;
}

.part3 .p3con .p3list2 .p3card3 {
    width: 580px;
    height: 530px;
    background: url(https://s2.51cto.com/oss/202201/06/d9bd678014332d19bf1287b7bef0af4a.png) no-repeat center center;
    padding-top: 210px;
    background-size: 120% auto;
}

.part3 .p3con .p3list2 .p3card3 .txt {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.part3 .p3con .p3list2 .p3card4 {
    margin-top: 30px;
    width: 430px;
    height: 280px;
    background: url(https://s6.51cto.com/oss/202201/06/a13be2600e669065cae42072d63ac286.png) no-repeat center top;
    padding-top: 100px;
}

.part3 .p3con .p3list2 .p3card4 .txt {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.part3 .p3con .p3list3 {
    display: inline-block;
    margin-left: 30px;
}

.part3 .p3con .p3list3 .p3card5 {
    width: 330px;
    height: 490px;
    background: url(https://s2.51cto.com/oss/202201/06/d9bd678014332d19bf1287b7bef0af4a.png) no-repeat center top;
    background-size: auto 100%;
    padding-top: 200px;
}

.part3 .p3con .p3list3 .p3card5 .txt {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.part3 .p3con .p3list3 .p3card6 {
    margin-top: 30px;
    width: 330px;
    height: 180px;
    background: url(https://s5.51cto.com/oss/202201/06/d113de5c53312faa8d3f996bbe8b90d7.png) no-repeat center top;
    padding-top: 50px;
}

.part3 .p3con .p3list3 .p3card6 .txt {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 演讲嘉宾 */
.part4 {
    padding: 50px 0;
    background: #f1f1f5;
}

.part4 .p4con {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.part4 .p4con .p4card {
    width: 380px;
    height: 290px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 1, 46, 0.02);
    box-shadow: 0px 3px 10px 0px rgba(0, 1, 46, 0.02);
    border-radius: 20px;
    margin: 30px 10px 0;
}

.part4 .p4con .p4card .perinfo {
    width: 100%;
    height: 180px;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 1, 46, 0.02);
    box-shadow: 0px 3px 10px 0px rgba(0, 1, 46, 0.02);
    border-radius: 20px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    transition: all 0.5s ease-out;
    /* 过度 所有css属性 1秒过度 结束慢*/
    -moz-transition: all 0.5s ease-out;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease-out;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s ease-out;
    /* Opera */
}

.part4 .p4con .p4card .perinfo a {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 1, 46, 0.02);
    box-shadow: 0px 3px 10px 0px rgba(0, 1, 46, 0.02);
    border-radius: 0px 0px 20px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #28b5df;
    line-height: 50px;
    text-align: center;
}

.part4 .p4con .p4card .perinfo:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.part4 .p4con .p4card .perinfo:hover a {
    display: block;
    color: #fff;
}

.part4 .p4con .p4card .perinfo .pertxt {
    margin-left: 21px;
}

.part4 .p4con .p4card .perinfo .pertxt .pername {
    font-size: 20px;
    font-weight: 400;
    color: #000030;
    line-height: 24px;
}

.part4 .p4con .p4card .perinfo .pertxt .perposi {
    font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 24px;
}

.part4 .p4con .p4card .spee-tit {
    font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 24px;
    margin: 15px 30px 0;
}

.part4 .p4con .p4card .spee-name {
    font-size: 16px;
    font-weight: 400;
    color: #000030;
    line-height: 24px;
    margin: 5px 30px 0;
}

/* 合作伙伴 */
.part5 {
    padding: 50px 0;
    background: #ffffff;
}

.part5 .p5con {
    margin-top: 10px;
}

.part5 .p5con .p5tit {
    width: 150px;
    margin: 40px auto 0;
    font-size: 24px;
    font-weight: 400;
    color: #000030;
    line-height: 24px;
    text-align: center;
    position: relative;
}

.part5 .p5con .p5tit::before {
    content: "";
    display: block;
    width: 127px;
    height: 2px;
    background: #000030;
    position: absolute;
    top: 49.5%;
    right: 127px;
}

.part5 .p5con .p5tit::after {
    content: "";
    display: block;
    width: 127px;
    height: 2px;
    background: #000030;
    position: absolute;
    top: 49.5%;
    left: 127px;
}

.part5 .p5con .logolist {
    text-align: center;
}

.part5 .p5con .logolist img {
    border: 1px solid #eee;
    border-radius: 8px;
    margin: 30px 12px 0;
}

/* bannerf */
.bannerf {
    padding: 50px 0 35px;
    background: #00002f;
}

.bannerf .fcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.bannerf .fcon .fbox1 {
    width: 360px;
}

.bannerf .fcon .fbox1 .fblogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bannerf .fcon .fbox1 .fblogo img {
    width: 185px;
}

.bannerf .fcon .fbox1 .fblogo div {
    width: 1px;
    height: 24px;
    background: #ffffff;
}

.bannerf .fcon .fbox1 .fblogo p {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    margin: 0;
}

.bannerf .fcon .fbox1 .fbtit {
    margin: 28px 0 0;
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
}

.bannerf .fcon .fbox1 .fbtxt {
    margin: 35px 0 0;
    font-size: 24px;
    font-weight: 400;
    color: #28b5df;
    line-height: 1;
}

.bannerf .fcon .fbox2 {
    padding: 6px 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
}

.bannerf .fcon .fbox3 {
    width: 150px;
}

.bannerf .fcon .fbox3 .imgbox {
    background: #ffffff;
    border-radius: 10px;
    padding: 7px;
}

.bannerf .fcon .fbox3 .imgbox img {
    width: 100%;
}

.bannerf .fcon .fbox3 p {
    text-align: center;
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 32px;
}

/* 版权声明 */
.copright {
    width: 100%;
    line-height: 1.3;
    padding: 5px 0 5px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}
.bmbox {
    font-size: 16px;
    font-weight: 400;
    color: #000016;
    line-height: 14px;
    height: 44px;
    background: #ffffff;
    border-radius: 22px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}
.modal-body {
    position: relative;
    padding: 0px 15px 15px;
}

.modal-header .close {
    margin-top: 4px;
}
.bmti span {
    display: inline-block;
    width: 20px;
    text-align: center;
}

.bmbox .bmti {
    padding: 0 15px;
}

.bmbox p {
    margin: 0;
}

.nav2 ul {
    list-style: none;
    width: 608px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0;
    margin: 0;
}
.modal-dialog {
    margin: 200px auto;
}

.nav2 ul li {
    margin-right: 45px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/* top */
.home-top {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #303030;
    font-size: 12px;
    font-weight: 400;
    position: relative;
}

.home-top a {
    color: #ffffff;
}

.home-top a:hover {
    color: #ffffff;
}

.home-top .left_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-top .top_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-top .top_right .item-rt {
    margin-left: 28px;
}

.home-top .top_right .item-rt .i {
    font-size: 12px;
}

.home-top .top_right .item-rt.collection {
    cursor: pointer;
}

.home-top .top_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 30px;
}

.home-top .top_box .item-lf {
    padding-right: 36px;
    position: relative;
}

.hot {
  display: flex;
  align-items: center;
    }
.hot .hot-div {
  display: inline-block;
  width: 26px;
  height: 15px;
  line-height: 14px;
  font-size: 12px;
  margin-left: 10px;
  position: absolute;
  top:7px;
  left: 119px;
}

.hot .hot-div img{
  width: 26px;
  height: 14px;
}
.home-top .top_box .subweb {
    height: 30px;
    display: inline-block;
}

.home-top .top_box .subweb:hover {
    cursor: pointer;
    font-weight: 600;
}

.home-top .nav-more-container {
    width: 100%;
    background: #303030;
    position: absolute;
    top: 30px;
    z-index: 1000;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

.home-top .nav-more-container .nav-contant-box {
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    position: relative;
}

.home-top .nav-more-container .nav-contant {
    overflow: hidden;
    height: 0;
    font-size: 0;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home-top .nav-more-container .nav-contant a {
    margin-right: 50px;
    font-size: 12px;
    line-height: 25px;
    color: #ffffff;
}

.home-top .nav-more-container .nav-contant a:hover {
    color: #e90505;
}

.home-top .nav-more-container .nav-contant .ewmbox {
    width: 135px;
    display: inline-block;
    text-align: center;
}

.home-top .nav-more-container .nav-contant .ewmbox .imgbox {
    width: 66px;
    height: 66px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    border: 4px solid #fff;
    margin: 15px auto 0 auto;
}

.home-top .nav-more-container .nav-contant .ewmbox img {
    width: 100%;
    /* height: 66px; */
    background: #ffffff;
    border-radius: 4px;
}

.home-top .nav-more-container .nav-contant .ewmbox .txt {
    color: #c8c8c8;
    font-size: 12px;
    padding-top: 5px;
}

.home-top .nav-more-container .nav-contant.nav-contant1 {
    padding-left: 112px;
}

.home-top .nav-more-container .nav-contant.nav-contant2 {
    padding-left: 185px;
}

.home-top .nav-more-container .nav-contant.nav-contant3 {
    padding-left: 259px;
}

.home-top .nav-more-container .nav-contant.nav-contant4 {
    padding-left: 333px;
}

.home-top .nav-more-container .nav-contant.nav-contant5 {
    padding-right: 658px;
    text-align: right;
}

.home-top .nav-more-container .nav-contant.nav-contant6 {
    padding-right: 560px;
    text-align: right;
}

.home-top .nav-more-container .nav-contant.nav-contant7 {
    text-align: center;
}

.home-top .nav-more-container .nav-contant.nav-contant8 {
    text-align: center;
}

.home-top .nav-more-container .nav-contant.nav-contant8 .ewmbox {
    width: 160px;
}

.home-top .nav-more-container .nav-contant.nav-contant9 {
    text-align: right;
}

.home-top .nav-more-container .nav-contant.nav-contant9 .loginout {
    font-size: 12px;
    cursor: pointer;
}

.home-top .search-top i {
    font-size: 14px;
}
.home-top .top_box .hot {
    display: flex;
    align-items: center;
}
.hmss1 img {
    width: 16px;
}

/* 弹窗样式 */
.bmbtn {
    cursor: pointer;
}

.modal-body input {
    -webkit-appearance: none;
    resize: none;
    border: 0;
    background: none;
    outline: none;
}
.modal-body select {
    -webkit-appearance: none;
    resize: none;
    border: 0;
    background: none;
    outline: none;
}

.modal-header {
    padding: 0px;
    border-bottom: none;
}

.bmtit {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.modal-body .tips {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    margin: 10px 0 0;
}

.info span {
    font-size: 14px;
    display: inline-block;
    width: 24%;
    text-align: left;
}

.info .col-sm-12 {
    padding: 23px 0 10px 10px;
    border-bottom: 1px solid #888888;
}

.info {
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
}

.info input {
    width: 75%;
    border: none;
}
.info select {
    width: 73%;
    border: none;
}
.hideinput {
    display: none;
}

.tc {
    text-align: center;
}

.show_check {
    display: inline-block;
    background: #333;
    font-size: 18px;
    text-align: center;
    height: 50px;
    width: 170px;
    line-height: 50px;
    color: #fff;
    border-radius: 5px;
    margin: 30px auto;
    cursor: pointer;
}
.color777 {
    color: #777;
}

#myModal_alert .modal-dialog {
    width: 300px;
}
#myModal_alert .bmtit {
    padding-top: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
#myModal_alert .modal-header .close {
    margin-top: -50px;
}
#myModal_alert .modal-content {
    background: rgba(0, 0, 0, 0.8);
}
#myModal_form_zc .col-sm-12 {
    position: relative;
}
#myModal_form_zc .col-sm-12 .tips {
    position: absolute;
    bottom: -18px;
    font-size: 12px;
    line-height: 1;
    color: rgb(255, 46, 46);
    left: 105px;
    z-index: 1000;
}
#myModal_form_zc .col-sm-12 .tips a {
    color: rgb(255, 46, 46);
    text-decoration: underline;
}
#myModal_form_login .col-sm-12 .tips {
    position: absolute;
    bottom: -18px;
    font-size: 12px;
    line-height: 1;
    color: rgb(255, 46, 46);
    left: 105px;
    z-index: 1000;
}
#myModal_form_login .col-sm-12 .tips a {
    color: rgb(255, 46, 46);
    text-decoration: underline;
}

/* 右侧广告开始 */
.right-ad {
    position: fixed;
    bottom: 50px;
    width: 120px;
    height: 120px;
    z-index: 99999;
}
.right-ad .close-btn {
    width: 18px;
    height: 18px;
    top: -23px;
    right: 0;
    font-size: 0;
    position: absolute;
    opacity: 0.5;
}
.right-ad .close-btn:hover {
    opacity: 1;
    cursor: pointer;
}
.right-ad .close-btn img {
    width: 100%;
}
.right-ad .adbox-ad {
    width: 120px;
    height: 120px;
}
.right-ad .adbox-ad img {
    width: 100%;
}
.right-ad .adbox-ad.adbox-ad2 {
    display: none;
}
/* 右侧广告结束 */
.search-top:hover {
    text-decoration: none;
}
.right-ewm {
    width: 130px;
    position: fixed;
    z-index: 999999;
    right: 10px;
    top: 160px;
}
.right-ewm img {
    width: 130px;
}
@media screen and (max-width: 1440px) {
    .right-ad {
        right: 10px;
    }
    .right-ewm {
        right: 10px;
    }
}
@media screen and (min-width: 1441px) {
    .right-ad {
        right: 50%;
        margin-right: -730px;
    }
    .right-ewm {
        right: 50%;
        margin-right: -740px;
    }
}

#myModal_video .modal-dialog {
    width: 100%;
    max-width: 900px;
    margin-top: 100px;
}
#myModal_video .modal-body {
    padding: 0;
}
#myModal_video .modal-header {
    background: transparent;
}
#myModal_video .modal-content {
    background: transparent;
}
#myModal_video .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.prism-player .prism-time-display {
    color: #fff;
}
