body {
    width: 100%;
    overflow-x: auto;
    font-family: KozMinPr6N Light;
}

.nav_img {
    width: 100%;
    margin: 7px auto;
}

.nav_img img {
    width: 100%;
}

.sub_nav {
    /*    margin-top: 5px;*/
    padding: 5px 0;
    height: 60px;
    background-color: #f2f2f2;
}

.sub_nav ul li {
    height: 40px;
    float: left;
}

.sub_nav ul li a img {
    width: 120px;
}

.sub_nav ul li a {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    width: 120px;
    color: #000000;
    text-decoration: none;
}

.sub_nav ul li a span {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: inherit;
}

.sub_nav ul li:hover a {
    color: #ffa200;
}

.sub_nav ul {
    width: 1080px;
    margin: 10px auto;
}

.fixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10000;
}

.tab {
    margin-top: 35px;
}

.tab h2 {
    height: 32px;
    /*width: 240px;*/
    border-bottom: 4px solid #ff9900;
    line-height: 32px;
    font-size: 22px;
    color: #ff9900;
    float: left;
}

.tab h2 span {
    font-size: 16px;
}

.background_art {
    line-height: 32px;
    font-size: 16px;
    margin-top: 30px;
}

.background {}

.sub_title {
    color: #999999;
    float: right;
}

.sub_title span {
    text-align: center;
    display: inline-block;
    width: 160px;
    height: 22px;
    line-height: 22px;
    color: #ffa200;
    border: 1px solid #cccccc;
    border-radius: 30px;
    margin-right: 25px;
    font-size: 14px;
    cursor: default;
}

.sub_title span:hover {
    background-color: #ffa200;
    color: #ffffff;
}

.tab_title {
    height: 35px;
    clear: both;
}


/*轮播图*/

.banner {
    position: relative;
    overflow: hidden;
}

.banner li {
    list-style: none;
}

.banner ul li {
    float: left;
}

.banner .dots {
    position: absolute;
    bottom: 0;
    left: 42%;
    margin-right: -350px;
    /*margin-bottom: 10px;*/
}

.banner .dots li {
    background-color: #d3d3d3;
    display: inline-block;
    width: 100px;
    height: 6px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

.banner .dots li.active {
    background: #ff9900;
    opacity: 1;
}


/*嘉宾分享*/

.one {
    display: block;
    width: 100%;
    height: 630px;
}

.one li {
    width: 20%;
    height: 230px;
    float: left;
    /*margin: 0 4%;*/
    margin-top: 30px;
}

.one li:first-child {
    margin-left: 0px;
}

.one li:nth-child(5) {
    margin-right: 0;
}

.one li:nth-child(6) {
    margin-left: 0;
}

.one li:nth-child(10) {
    margin-right: 0;
}

.one li .guest_head {
    display: block;
    width: 136px;
    height: 136px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffffff;
}

.one li .guest_head:hover {
    border: 2px solid #ff9900;
}

.one .guest_head img {
    display: block;
    width: 136px;
    height: 136px;
    text-align: center;
    /*margin-left: -42px;*/
}

.one li span {
    text-align: center;
    width: inherit;
    display: inline-block;
}

.one .guest_name {
    margin: 8px auto;
    color: #ff9900;
    width: 100%;
    display: block;
}

.one .guest_title,
.one .guest_company {
	width: 100%;
    display: block;
    font-size: 14px;
}


/*峰会议程*/

.agenda {
    height: 720px;
}
.arrow{
    display: block;
    position: absolute;
/*    top:-6px;*/
    left: 238px;
    width: 14px;
    height: 8px;
    z-index: 10;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.tabs {
    position: relative;
    width: 700px;
    margin: 40px auto 0 0;
    font-family: Arial;
    float: left;
}
.tab_list{
    width: 380px;
    height: 100px;
    background-color: #255783;
    float: right;
    margin-top: 40px;
    border-top-right-radius: 10px;
}
.agenda .tabs .tab-nav,.tab_list .tab-nav{
    position: relative;
}
.date{
    display: inline-block;
    width: 70px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    background-color: rgba(229, 229, 229,0.5);
    color: #ffffff;
    font-size: 14px;
}
.datetips_l{
    top: 8px;
    left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.datetips_r{
    top: 8px;
    right: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.tab-nav {
    height: 124px;
    overflow: hidden;
    background-image: url(../img/1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 10px;
/*    border-top-right-radius: 10px;*/
}
.tab-navs {
    height: 124px;
    overflow: hidden;
    /*background-image: url(../img/1.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 10px;
/*    border-top-right-radius: 10px;*/
}
.tab-nav a {
    display: block;
    float: left;
    width: 25%;
    height: 92px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    margin-top: 30px;
}
.tab-nav a span{
    text-align: center;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    height: 16px;
    line-height: 16px;
}
.tab-nav a .a_span1{
    margin-top: 18px;
    margin-bottom: 0;
    
}

.tab-nav a .a_span2{
	margin-top: 4px;
    margin-bottom: 12px;
}

.tab-nav a.current {
/*    background: #80b600;*/
    color: #fff;
    width: 480px;
    margin-right: 78px;
}

.tab-con {
    position: relative;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
/*    height: 200px;*/
/*    overflow: hidden;*/
/*    background: #80b600;*/
}

.tab-con-item {
    position: relative;
    display: none;
    width: 100%;
/*    height: 180px;*/
    color: #fff;
}
.tab-con-item ul:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.agenda_list{
    padding: 0 20px;
    color: #666666;
    background-color: #f2f2f2;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 3px;
}

.agenda_list li{
    line-height: 20px;
    display: block;
    height: 20px;
    margin-bottom: 6px;
}
.agenda_list li span{
    display: inline-block;
}
.agenda_time{
	text-align: center;
    width: 82px;
}

.ul_li_style{
    display: inline-block;
    height: 12px;
    text-align: center;
    vertical-align: middle;
    margin: 0 30px;
}
.ul_li_style img{
    
}
.agenda_action{
    width: 330px;
    margin-right: 20px;
    white-space: nowrap;
/*    overflow: hidden;*/
    text-overflow: ellipsis;
}
.agenda_list_title{
    display: block;
    margin: 6px auto;
    margin-left: 20px;
    font-size: 16px;
    color: #ff9900;
}
.agenda_sub_title{
    margin: 20px 0;
    margin-left: 100px;
    width: 220px;
    letter-spacing:2px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
    display: block;
    background-color: #ff9900;
    color: #ffffff;
    border-radius: 25px;
}
.agenda_sub_content {
    color: #000000;
}
     
.agenda_sub_content li {
    padding-left: 50px;
}
.agenda_sub_content_t{
    margin-left: -30px;
}
/*金猿奖*/
.awards_class{
    height: 120px;
}
.awards_class ul li{
    width: 270px;
    height: 34px;
    color: #999999;
    line-height: 34px;
    float: left;
    margin-top: 20px;
}
.awards_cup{
    display: inline-block;
    width: 23px;
    height: 34px;
    float: left;
    background-image: url(../img/cup.png);
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 2px solid #ffffff;
}
/*.awards_class ul li:hover{
    border-bottom: 2px solid #ff9900;
}*/
.awards_class ul li:hover .awards_cup{
    background-image: url(../img/cup_hover.png);
    border-bottom: 2px solid #ff9900;
}
.awards_class ul li:hover .awards_word{
    color: #ff9900;
    border-bottom: 2px solid #ff9900;
}
.awards_word{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border-bottom: 2px solid #ffffff;
    cursor: default;
}
.contacts{
    width: 100%;
    height: 456px;
    /*margin-bottom: -60px;*/
    background-image: url(../img/contact.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}
.contacts_content{
    width: 60%;
    margin: 0 auto;
    padding-top: 30px;
}
.contacts_content h2{
    color: #ffffff;
    border-bottom: 4px solid #ffffff;
}
.contacts_l{
    width: 49%;
    height: 300px;
    float: left;
}
.contacts_r{
    width: 50%;
    float: left;
    text-align: center;
    color: #ffffff;
}
.contacts_r img{
    width: 198px;
    height: 198px;
    display: block;
    margin: 30px auto;
}
.contacts_r span{
    display: block;
    width: 100%;
    float: left;
}
.contacts_r span{
/*    font-size: 20px;*/
}
.contacts_l ul li{
    position: relative;
    display: inline-block;
    height: 55px;
    width: 320px;
    float: left;
    margin: 30px 0 20px 40px;
    color: #ffffff;
}
.contacts_l ul li img{
    display: block;
    float: left;
    margin-right: 10px;
}
.contacts_l .contacts_title{
    font-size: 24px;
    font-weight: bold;
}
.contacts_l .contacts_type{
    float: left;
    line-height: 32px;
}
.e_hover{
    display: none;
    width: 112px;
    height: 112px;
    background-image: url(../img/e_hover.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -30px;
    left: -115px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.e_hover img{
    display: block;
    width:90px;
    height: 90px;
    clear: both;
    margin-left: 4px;
}
.line_heihgt{
	display: inline-block;
    padding-top: 70px;
}
/*右侧tips*/
.right_tips{
    position: fixed;
    width: 38px;
    height: 220px;
    background-color: #cccccc;
    text-align:center;
    border-radius: 5px;
    padding-top: 5px;
    right: 10%;
    top: 50%;
    z-index: 10001;
}
.right_tips span{
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}
.right_tips .c_{
    width: 35px;
}
.right_tips img{
    display: inline-block;
    width: 23px;
    height: 37px;
    margin: 5px auto;
}

.right_tips .ctips{
    display: inline-block;
    width: 20px;
    text-align: center;
}

.e_click{
    display: none;
    width: 172px;
    height: 162px;
    position: fixed;
    top: 50%;
    right: 3%;
    background-image: url(../img/tips_hover_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    vertical-align: middle;
    margin-right: 40px;
    margin-top: -24px;
    z-index: 10001;
}
.e_click img{
    display: inline-block;
    width: 136px;
    height: 136px;
    margin: 15px 5px 0 0;
}

.tab div p{
	width: 220px;
    float: left;
    font-size: 18px;
    color: #333;
    margin-top: 35px;
}

.tab-nav a.right_current{
    height: 116px;
    width: 42px;
    font-size: 24px;
    background-color: rgba(229, 229, 229,0.3);
    margin-top: 0;
/*    float: right;*/
    margin-left: 5px;
    padding-top: 8px;
}
.tab_list .tab-nav a.currents {
    color: #fff;
    width: 380px;
    margin-right: 0;
}
.tab_list .tab-nav{
    height: 124px;
    overflow: hidden;
    background-image: url(../img/2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 10px;
}
.action_show_title{
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #f5a942;
}
.action_show_content{
    /*height: 446px;*/
    height: 565px;
    background-color: #f2f2f2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 10px;
}
.action_show_content ul li{
    width: 100%;
    height: 50px;
    color: #727272;
    margin: 10px 0;
}

.action_show_content ul li span{
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
/*投资机构*/
.investment,.project{
    
}
.project{
    margin-bottom: 100px;
}

.investment_class,.project_class{
    width: 100%;
/*    height: 500px;*/
    overflow: hidden;
}
.investment_class ul li,.project_class ul li{
    float: left;
    margin: 0 36px;
    margin-top: 35px;
}
.investment_class ul li:nth-child(5n+1),.project_class ul li:nth-child(5n+1){
    margin-left: 0;
}
.investment_class ul li:nth-child(5n+0),.project_class ul li:nth-child(5n+0){
    margin-right: 0;
}
.investment_logo{
    display: inline-block;
    height: 80px;
    width: 160px;
}
.investment_logo{
     height: 80px;
    width: 160px;
}

/*
live_pic_txt  图文直播
*/

.live_pic_txt {
    height: 500px;
}

.live_contents {
    width: 100%;
    text-align: center;
    color: #ff9900;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.live_pic_txt .tabss {
    position: relative;
    width: 100%;
    /*    margin: 50px auto 20px auto;*/
    font-family: Arial;
}

.live_pic_txt .tab-navs {
    height: 34px;
    width: 492px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    /*    padding-bottom: 8px;*/
    margin-bottom: 26px;
}

.live_pic_txt .sub_title {
    color: #999999;
}

.live_pic_txt .tab-navs a {
    display: block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    float: left;
    border: 1px solid #ff9900;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    margin: 2px 10px;
}

.live_pic_txt .tab-navs a.current {
    background: #ff9900;
    color: #fff;
}

.live_pic_txt .tab-con {
    position: relative;
    width: 100%;
    /*    height: 200px;*/
    /*    overflow: hidden;*/
    /*    background: #80b600;*/
}

.live_pic_txt .tab-con-item {
    position: relative;
    display: none;
    width: 100%;
    height: 180px;
    color: #fff;
}

.live_pic_txt .tab-con-item .title {
    width: 100%;
    text-align: center;
    color: #cccccc;
    font-size: 14px;
}

.hc {
    width: 100%;
    text-align: center;
    color: #cccccc;
}

.live_pic_txt .tab-con-item ul li {
    width: 244px;
    float: left;
    margin: 0 20px;
    margin-top: 25px;
}

.live_pic_txt .tab-con-item ul li:nth-child(4n+0) {
    margin-right: 0;
}

.live_pic_txt .tab-con-item ul li:nth-child(4n+1) {
    margin-left: 0;
}

.live_pic_txt .tab-con-item span {
    display: inline-block;
    float: left;
}

.lives_title {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 600;
    margin: 8px 0px;
}

.lives_img {
    width: 240px;
    height: 100px;
}

.lives_img img {
    width: 240px;
    height: 100px;
}

.live_pic_txt .tab-con-item ul li:hover .lives_img {
    box-shadow: 0px 2px 8px #888888;
}

#container {
    height: 530px;
    width: 100%;
}