body {
    width: 1366px;
    overflow-x: auto;
    font-family: KozMinPr6N Light;
}

.nav_img {
    width: 1366px;
    height: 568px;
}

.nav_img img {
    width: 100%;
    height: 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: 18px;
    margin-top: 30px;
}

.background {
    position: relative;
}

.sub_title {
    float: right;
}

.sub_title span {
    text-align: center;
    display: inline-block;
    width: 160px;
    height: 22px;
    line-height: 22px;
    color: #8e8e8e;
    border: 1px solid #cccccc;
    border-radius: 30px;
    margin-right: 25px;
    font-size: 14px;
}

.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;
}

.banner .dots li {
    background-color: #d3d3d3;
    display: inline-block;
    width: 100px;
    height: 3px;
    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: 190px;
    float: left;
    margin: 0 16px;
    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: 186px;
    height: 186px;
    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: 254px;
    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;
}

.one .guest_title,
.one .guest_company {
    font-size: 14px;
}


/*峰会议程*/

.agenda {
    height: 720px;
}
.arrow{
    display: block;
    position: absolute;
/*    top:-6px;*/
/*    left: 176px;*/
    width: 14px;
    height: 8px;
    z-index: 10;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.tabs {
    position: relative;
    width: 100%;
    margin: 50px auto 20px auto;
    font-family: Arial;
}

.tab-nav {
    height: 108px;
    overflow: hidden;
    background-image: url(../img/agenda_head.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 12px;
}

.tab-nav a {
    display: block;
    float: left;
    width: 25%;
    height: 108px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 26px;
}
.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-bottom: 12px;
}

.tab-nav a.current {
/*    background: #80b600;*/
    color: #fff;
}

.tab-con {
    position: relative;
    width: 100%;
/*    height: 200px;*/
/*    overflow: hidden;*/
/*    background: #80b600;*/
}

.tab-con-item {
    position: relative;
    display: none;
    width: 100%;
    height: 180px;
    color: #fff;
}

.agenda_list{
    padding: 0 100px;
    color: #666666;
    background-color: #f2f2f2;
    font-size: 16px;
    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;
}


.ul_li_style{
    display: inline-block;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    margin: 0 50px;
}
.ul_li_style img{
    
}
.agenda_action{
    width: 430px;
    margin-right: 20px;
}
.agenda_list_title{
    display: block;
    margin: 6px auto;
    margin-left: 100px;
    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;
}
.contacts{
    width: 100%;
    height: 456px;
    margin-bottom: -60px;
    background-image: url(../img/contact.png);
    background-repeat: no-repeat;
    background-position: center;
}
.contacts_content{
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
}
.contacts_content h2{
    color: #ffffff;
    border-bottom: 4px solid #ffffff;
}
.contacts_l{
    width: 50%;
    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;
}
/*右侧tips*/
.right_tips{
    position: absolute;
    width: 38px;
    height: 220px;
    background-color: #cccccc;
    text-align:center;
    border-radius: 5px;
    padding-top: 5px;
    right: -55px;
    bottom: 0;
}
.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: absolute;
    top: 38px;
    right: -16px;
    background-image: url(../img/tips_hover_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    vertical-align: middle;
}
.e_click img{
    display: inline-block;
    width: 136px;
    height: 136px;
    margin: 15px 5px 0 0;
}