﻿@charset "utf-8";

/* CSS Document */


/* reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

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

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

body {
    overflow-x: hidden;
    background-color: #fff;
    font-family: "Microsoft Yahei";
    color: #000;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pd-l-15 {
    padding-left: 15px;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

body {
    background: url(../images1/bg.png) repeat-y;
}


/* 导航条 */

.navbar {
    line-height: 45px;
    background: #21213a;
    font-size: 16px;
    position: absolute;
    width: 100%;
    top: 32px;
    z-index: 100;
}

.navbar .navbar-wrap {
    padding-left: 218px;
    width: 782px;
    margin: 0 auto;
}

.navbar-fixed {
    position: fixed;
    top: 0;
}

.navbar a {
    color: #fff;
    float: left;
    padding-left: 48px;
    position: relative;
}

.navbar a.meeting {
    position: relative;
}

.navbar a.meeting .dot {
    display: block;
    width: 8px;
    height: 6px;
    position: absolute;
    right: -15px;
    top: 20px;
    background: url("../images1/navdot.png") 0 0 no-repeat;
}

.navbar a .hot {
    position: absolute;
    width: 24px;
    height: 28px;
    background: url(../images1/hot.png) 0 0 no-repeat;
    right: -33px;
    top: 5px;
}

.navbar .on,
.navbar a:hover {
    color: #f8d87c;
}


/* 顶部大图 */

.banner {
    width: 100%;
    height: 542px;
    margin-top: 45px;
    background:url("../images/banner1027.jpg") center top no-repeat;
    position: relative;
}
.banner a {
    width: 273px;
    height: 47px;
    position: absolute;
    top: 452px;
    left: 50%;
    margin-left: -494px;
    line-height: 200px;
    overflow: hidden;
}


/* .banner img {
    width: 1920px;
    display: block;
    margin: 0 auto;
} */


/* 顶部大图 */


/* main */

.main {
    width: 100%;
}

.main .mian-title {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 50px;
}

.main .mian-title img {
    width: 100%;
}

.main-title {
    padding: 5px 0 15px 0;
    text-align: center;
}


/* 主办单位 */

.host {
    width: 100%;
    padding-top: 48px;
    position: relative;
    margin-bottom: 75px;
}

.host .company p {
    font: normal 22px/72px "微软雅黑";
    color: #c7a254;
    padding-left: 120px;
}
.host .company a{
    display: block;
}

.host .company .hostPic1 {
    position: absolute;
    left: 235px;
    top: 48px;
}

.host .company .hostPic2 {
    position: absolute;
    left: 442px;
    top: 48px;
}
.host .company .hostPic3 {
    position: absolute;
    left: 649px;
    top: 48px;
}

.host .detail {
    margin-top: 72px;
}

.host .detail li {
    float: left;
    width: 264px;
}

.detail .aside-middle_title {
    font: bold 18px/38px "微软雅黑";
    color: #ffffff;
}

.detail .aside-middle_title i {
    display: block;
    width: 126px;
    padding-bottom: 15px;
    border-top: 1px solid #FFFFFF;
}

.detail .aside-middle_title .line2 {
    width: 73px;
}

.detail .aside-middle_title .line3 {
    width: 73px;
}

.aside-middle_cont {
    font: normal 16px/26px "微软雅黑";
    color: #ffffff;
}

.aside-middle_cont p {
    font: normal 14px/28px "微软雅黑";
}

.host .detail .code {
    width: 208px;
}

.host .detail .code li {
    width: 90px;
}

.host .detail .code .code1 {
    margin-right: 28px;
}

.detail .code img {
    margin-top: 18px;
    margin-bottom: 11px;
}

.detail .code p {
    text-align: center;
    color: #cecece;
    font: normal 14px/18px "微软雅黑";
}


/* 主办单位 */


/* main */

.main_01 {
    width: 100%;
    background: #061b3c;
}

#wrapper {
    width: 1000px;
    min-height: 1000px;
    margin: 0 auto;
    clear: both;
    position: relative;
}


/*右悬浮*/

.right-bar {
    display: none;
    width: 124px;
    height: 210px;
    font-size: 14px;
    line-height: 2.1;
    color: #fff;
    position: fixed;
    right: 0;
    top: 220px;
    background: url('../images1/right_bg.png') no-repeat center top;
}

.right-bar a {
    color: #fff;
}


/* 分享控件 */

.share {
    /* display: none; */
    width: 111px;
    height: 116px;
    position: fixed;
    right: 10px;
    top: 95px;
    background: url('../images1/share.png') no-repeat 0 bottom;
}

.share a {
    display: block;
    width: 100%;
    height: 33.3333%;
}

.share span {
    width: 17px;
    height: 17px;
    font-size: 16px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    background-color: #549DE0;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 20%;
    cursor: pointer;
}

.jiathis_style+.jiathis_style {
    margin-left: -242px;
    margin-top: -38px;
}

.jiathis_style td {
    border: none;
}

.jiathis_style+.jiathis_style td {
    border: none;
}

.toTop {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 17px;
    bottom: 0;
}

.toTop a {
    display: block;
    width: 100%;
    height: 100%;
}


/*底部*/

.footer {
    width: 100%;
    height: 260px;
    background: url('../images1/footer_bg.jpg') no-repeat;
    color: #fff;
}

.footer_cont {
    width: 1000px;
    height: 260px;
    margin: 0 auto;
}

.footer_left {
    width: 760px;
    height: 260px;
    float: left;
    line-height: 1.8;
}

.footer_left ul li {
    float: left;
    margin: 56px 25px 0 0;
}

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

.footer_left_title {
    font-size: 20px;
    font-weight: bold;
}

.footer_left_title span {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.footer_left_cont {
    font-size: 14px;
    margin-top: 10px;
}

.footer_right {
    width: 230px;
    height: 260px;
    float: right;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
}

.footer_right .fr:first-child {
    margin-left: 28px;
}

.footer_right .fr img {
    margin: 60px 0 19px 0;
}

.g-footer {
    background-color: #fff;
    width: 100%;
}

.wrap_iframe {
    width: 1000px;
    margin: 0 auto;
}