﻿@charset "utf-8";

/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
* {
    font-family: 'Microsoft YaHei';
}

html {
    background: white;
    color: black;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea {
    font-size: 14px;
}

/*input,select,textarea {
    font-size:100%;
}*/
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ie bug：th 不继承 text-align */
th {
    text-align: inherit;
}

/* 去除默认边框 */
fieldset,
img {
    border: none;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
    border: none;
    font-variant: normal;
}

/* 一致的 del 样式 */
del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

/* 去掉列表前的标识，li 会继承 */
ol,
ul {
    list-style: none;
}

/* 对齐是排版最重要的因素，别让什么都居中 */
caption,
th {
    text-align: left;
}

/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before,
q:after {
    content: '';
}

/* 统一上标和下标 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* 让链接在 hover 状态下显示下划线 */
/*a:hover {
    text-decoration:underline;
}*/
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
    text-decoration: none;
}

/* 去除 ie6 & ie7 焦点点状线 */
a:focus,
*:focus {
    outline: none;
}

a {
    color: #1a1a1a;
}

img {
    /*max-width: 100%;*/
    border: 0px;
    vertical-align: top;
    border: none;
}

input {
    border: none;
    appearance: none;
    -moz-appearance: none;
    outline: none;
    /** input标签聚焦不出现默认边框: **/
    -webkit-appearance: none;
    /** 用于IOS下移除原生样式 **/
}

button {
    border: 0;
    background-color: none;
    outline: none;
    -webkit-appearance: none;
    /** 用于IOS下移除原生样式 **/
}

select {
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}


/* 清除浮动 */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    /* for ie6 & ie7 */
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display: none;
}

.block {
    display: block;
}

/* 设置浮动，减少浮动带来的 bug */
.fl,
.fr {
    display: inline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* ---------------------------------------------------------------- */
body {
    min-width: 1280px;
    font-family: "Microsoft YaHei", Arial, Verdana, Helvetica, sans-serif;

}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;

}


/* ---------------------------------header------------------------------------------ */

.header {
    background: url(26419827.png)center no-repeat;
}

.header .w1230 {
    min-width: 1230px;
    height: 929px;
}

/* ---------------------------------nav------------------------------------------ */

.nav {
    background: url(26419840.png) center no-repeat;
}

.nav ul li {
    float: left;
    padding: 27px 0;
}

.nav ul li a {
    display: block;
    padding: 0 24px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-right: 1px solid #ccc;
}

.nav ul li:last-child>a {
    border-right: 0;
}

/* ---------------------------------main------------------------------------------ */
.main {
    margin-bottom: 95px;
}

/* headline */
.headline {
    margin-top: 80px;


}

.headline .h-title {
    background: url(26419848.png) left center no-repeat;
    padding: 0 25px;
    padding-left: 120px;
}

.headline h1 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;

}

.headline p {
    margin: 40px 0;
    text-indent: 2em;
    font-size: 16px;
    font-weight: bold;
}

/* 轮播图 */
.main-img {
    width: 100%;
    padding-top: 28px;
    border-top: 1px dotted #ccc;
}

.main-img-cont {
    width: 100%;
    height: 765px;
}

/* -----------------------论坛----------------------------- */
.forum {
    margin-top: 70px;
}

/* 演讲 */
.speech {
    max-width: 715px;
}

.speech .guest-title {
    width: 97%;
    background: url(26419847.png)left center no-repeat;
}

.speech .guest-title a {

    margin-top: 44px;
    font-size: 15px;
    padding: 3px 9px;
    background-color: #ccc;
}


.guest ul li {
    float: left;
    margin: 0 22px;
    margin-top: 45px;
}

.guest ul li a {
    display: block;
    font-size: 16px;
}

.guest ul li .guest-img {
    width: 194px;
    height: 194px;
    border-radius: 97px;
    background-color: #ccc;
}

.guest ul li .guest-name {
    margin: 15px 0;
    text-align: center;
    font-weight: bold;
}

.guest ul li span {
    font-size: 16px;
    font-weight: bold;
}

.forum-rught {
    width: 440px;
}

.schedule {
    background: url(26419845.png) top center no-repeat;
}

.schedule .schedule-date a {
    display: inline-block;
    padding-left: 95px;
}

.schedule .schedule-date a span {
    display: inline-block;
    margin-top: 12px;
    color: #fff;
}

.schedule .schedule-time ul li {
    padding-left: 10px;
    padding-right: 20px;
}

.navigation {
    background: url(26419844.png)left center no-repeat;
}

.schedule .schedule-time ul .navigation a {
    background: url(26419828.png) center left no-repeat;
}

.schedule .schedule-time ul li a {
    display: block;
    padding: 11px 0;
    padding-left: 15px;
    font-size: 16px;
    color: #abd9f9;
    background: url(26419829.png) center left 3px no-repeat;
}

.schedule-none {
    display: none;
}

.schedule .schedule-title {
    position: relative;
    overflow: hidden;
    width: 210px;
    height: 180px;
    margin-bottom: 13px;
    margin-right: 15px;
}

.schedule .schedule-title .schedule-content {
    position: absolute;
    animation: run 8s infinite;
}

.schedule .schedule-title a {
    display: block;
    margin-top: 11px;
    font-size: 14px;
    color: #fff;
}

@keyframes run {
    from {
        top: 40%;
    }

    to {
        top: -110%;
    }
}


@-moz-keyframes run

/* Firefox */
    {
    from {
        top: 40%;
    }

    to {
        top: -110%;
    }
}

@-webkit-keyframes run

/* Safari 和 Chrome */
    {
    from {
        top: 40%;
    }

    to {
        top: -110%;
    }
}

@-o-keyframes run

/* Opera */
    {
    from {
        top: 40%;
    }

    to {
        top: -110%;
    }
}



/* 视频 */
.video {
    margin-top: 20px;
    padding-right: 5px;
}

.forum-rught .video .video-more {
    background: url(26419854.png) left center no-repeat;
}

.forum-rught .video .video-more a {
    margin-top: 34px;
    font-size: 15px;
    padding: 3px 9px;
    background-color: #ccc;
}

.forum-rught .video-article {
    width: 100%;
    margin-top: 35px;
}

.forum-rught .video-article .video-img {
    width: 100%;
}

.forum-rught .video-article p {
    margin-top: 20px;
    font-size: 16.6px;
    font-weight: bold;
}

/* --------------------------会场-------------------- */
.main-bottom {
    background: url(26419826.png) center top no-repeat;
}



.hall .hall-title {
    text-align: center;
}

.hall .hall-img {
    width: 100%;
}

.hall .hall-img img {
    width: 100%;
}

.hall .hall-more {
    position: relative;
    margin: 40px 0;
    padding-bottom: 40px;
    text-align: center;
}



.hall .hall-more::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1PX;
    left: 0;
    top: 20px;
    border-top: 1px dotted #ccc;
}

.hall .hall-more a {
    position: absolute;
    display: inline-block;
    padding: 10px 56px;
    right: 50%;
    transform: translate(50%);
    border-radius: 7px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 4px;
    background-color: #fff;
    z-index: 2;
}


/* 论坛2 */
.tribune {
    margin-top: 110px;
}

.tribune-img {
    width: 100%;
    text-align: center;
}



.tribune-left ul {
    height: 714px;
    width: 383px;
    background: url(26419849.png)top left no-repeat;

}

.tribune ul li {
    color: #fff;
    text-align: center;
}

.tribune ul li span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
}

.tribune ul li h1 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}

.pad {
    margin: 0 15px;
}

.tribune-right ul {
    float: left;
    width: 250px;
    height: 332px;
}

.tribune-right ul li span {
    margin-top: 5px;
}

.tribune-right .right-zero {
    margin-bottom: 18px;
    background: url(26419850.png)top left no-repeat;
}

.tribune-right .right-one {
    height: 364px;
    background: url(26419851.png)top left no-repeat;
}

.tribune-right .right-two {
    height: 364px;
    background: url(26419852.png)top left no-repeat;
}

.tribune-right .right-three {
    height: 364px;
    background: url(26419853.png)top left no-repeat;
}

.tribune-right ul li h1 {
    margin-top: 0;
}


/* ------------------------媒体观察---------------------- */
.media {
    margin-top: 90px;
}

.media .media-img {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}

.media ul {
    margin-left: 15px;
}

.media ul li {
    margin-bottom: 25px;
}

.media ul li a {
    display: block;
    padding-left: 25px;
    font-size: 16px;
    font-weight: bold;
    background: url(26419838.png) center left no-repeat;
}

.media .media-more {
    width: 100%;
}

.media .media-more a {
    font-size: 15px;
    padding: 3px 9px;
    background-color: #ccc;
}

/* --------------------------往届回顾--------------------------------- */
.review {
    margin-top: 45px;
}

.review .review-img {
    width: 100%;
    text-align: center;
}

.review .review-content {
    width: 100%;
    margin-bottom: 25px;
}

.review .review-more {
    width: 100%;
}

.review .review-more a {
    font-size: 15px;
    padding: 3px 9px;
    background-color: #ccc;
}

/* ---------------------------------footer------------------------------------------ */
.footer {
    margin-top: 40px;
}

.footer .w1200 div {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.foter div span {
    display: inline-block;
}