@charset "utf-8";

/*首页css样式*/
body {
    font-family: "微软雅黑", Times, "Times New Roman", Georgia, serif;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    min-width: 1200px;
}

.main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.main1 {
    width: 1200px;
    margin: 0 auto;

}

.pad30 {
    padding: 30px 0;
}

.mr40 {
    margin-right: 40px;
}

.mr0 {
    margin-right: 0px !important;
}

.innerpad {
    padding: 40px 0;
    border-top: 1px solid #7f7f7f;
}

.innerpad2 {
    padding: 2px 0 100px;
    border-top: 1px solid #7f7f7f;
}

.home-title {
    font-size: 50px;
    color: #ddeeee;
    text-align: center;
    padding: 30px 0;
}
._home-title {
    font-size: 50px;
    color: #343434;
    text-align: center;
    padding: 30px 0;
}
.title-top {
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-flex;
}

.title-top p {
    float: left;
    margin: 0 10px;
}

.title-top span {
    width: 199px;
    height: 2px;
    display: inline-flex;
    background: #000000;
    float: left;
    margin-top: 25px;
}

.title-bottom {
    display: inline-flex;
    text-align: center;
    line-height: 9px;
}

.title-bottom span {
    width: 60px;
    height: 1px;
    display: inline-flex;
    background: #f67174;
    float: left;
    margin-top: 4px;
}

.title-bottom .point_sm {
    float: left;
    display: inline-flex;
    width: 5px;
    height: 5px;
    background: #f67174;
    border-radius: 50%;
    margin: 0 3px;
    margin-top: 2px;
}

.title-bottom .point_big {
    float: left;
    display: inline-flex;
    width: 9px;
    height: 9px;
    background: #f67174;
    border-radius: 50%;
    margin: 0 3px;
}

.title-bottom .point_sm_diff {
    background: #505050;
}

.title-bottom .point_big_diff {
    background: #505050;
}

.title-bottom .title-bottom-span-diff {
    background: #000000;
}

.mainbody {
    padding: 80px 0 0;
}

/*header部分css*/
.header-title {
    width: 100%;
    padding: 30px 0 5px;
}

.title_content {
    color: #549eab;
    margin-left: 16px;
}

.title_top {
    color: #549eab;
    font-size: 40px;

}

.title_left {
    font-size: 48px;

}

.title_right {
    margin-top: 15px;
    margin-left: 35px;
}

.tim-adr {
    font-size: 12.5px;
    line-height: 20px;
    text-align: right;
    margin-right: 10px;
}

.text-gradient {
    display: inline-block;
    color: green;
    line-height: 1.0;
    font-weight: bold;
    font-family: '微软雅黑';
    background-image: -webkit-gradient(linear, left top, right bottom, from(#82c0c1), to(#549eab));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


nav {
    font-size: 20px;
    color: #000000;
}

nav ul {
    margin-left: 322px;
}

nav ul li {
    float: left;
    display: inline-block;
    padding: 5px 30px;
}

nav ul li:last-child {
    padding-right: 0
}

nav ul li a {
    padding: 5px 0
}

nav ul li a.active,
nav ul li:hover a {
    border-bottom: 2px solid #f39800;
    color: #f39800;
}

#banner {
    margin-bottom: 20px;
    background: url(../images/banner01.jpg);
    height: 600px;
    text-align: right;
}

#carousel {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    perspective: 800px
}

#carousel img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -176px;
    transition: transform .5s ease-in-out;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, .2);
    cursor: pointer
}

#bannerNav {
    position: relative;
    height: 10px;
    padding: 10px 0;
    text-align: center;
    width: 400px;
    margin-left: 800px;
    margin-top: -65px;
}

#bannerNav ul li {
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    width: 34px;
    height: 12px;
}

#bannerNav ul li a {
    margin: 0 auto;
    display: block;
    width: 10px;
    height: 10px;
    vertical-align: top;
    border-radius: 5px;
    background: #5e6671;
    font-size: 0
}

#bannerNav ul li.on a,
#bannerNav ul li:hover a {
    background: #393939
}

#bannerNav ul li.on a {
    width: 30px
}

#carousel {
    height: 600px;
    width: 400px;
    display: inline-block;

}

#carousel img {
    width: 352px;
    border-radius: 10px;
    opacity: 0;
}

.classify {
    padding-bottom: 80px;
}

.classify-list {
    width: 820px;
    margin: 0 auto;
}

.list {
    width: 152px;
    height: 152px;
    line-height: 152px;
    margin: 10px 82px;
    float: left;
    border-width: 4px;
    border-style: solid;
    border-bottom-color: #626262;
    border-left-color: #626262;
    text-align: center;
    font-size: 20px;
    color: #626262;
    cursor: pointer;
    transition: all 0.25s ease-in;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 0px 10px 5px #e1e1e1, 0px 0px 10px 5px #e1e1e1 inset;
    -ms-box-shadow: 0px 0px 10px 5px #e1e1e1, 0px 0px 10px 5px #e1e1e1 inset;
    -webkit-box-shadow: 0px 0px 10px 5px #e1e1e1, 0px 0px 10px 5px #e1e1e1 inset;
    -moz-box-shadow: 0px 0px 10px 5px #e1e1e1, 0px 0px 10px 5px #e1e1e1 inset;
    -o-box-shadow: 0px 0px 10px 5px #e1e1e1, 0px 0px 10px 5px #e1e1e1 inset;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.list:hover {
    border-color: #ffffff;
    box-shadow: none;
    color: #ffffff;
}

.list1 {
    border-top-color: #f29b76;
    border-right-color: #f29b76;
    margin-left: 3px;
}

.list1:hover {
    background: #f29b76;
}

.list2 {
    border-top-color: #f57174;
    border-right-color: #f57174;
}

.list2:hover {
    background: #f57174;
}

.list3 {
    border-top-color: #9879de;
    border-right-color: #9879de;
    margin-right: 0;
}

.list3:hover {
    background: #9879de;
}

.list4 {
    border-top-color: #97b93a;
    border-right-color: #97b93a;
    margin-left: 165px;
}

.list4:hover {
    background: #97b93a;
}

.list5 {
    border-top-color: #4ebbd2;
    border-right-color: #4ebbd2;
}

.list5:hover {
    background: #4ebbd2;
}

.list p {
    line-height: 1.25;
    transform: rotate(45deg) translate(-61px, -35px);
    -ms-transform: rotate(45deg) translate(-61px, -35px);
    -webkit-transform: rotate(45deg) translate(-61px, -35px);
    -moz-transform: rotate(45deg) translate(-61px, -35px);
    -o-transform: rotate(45deg) translate(-61px, -35px);
}

.img {
    background-image: url(../images/sprites.png);
    display: inline-block;
    width: 60px;
    height: 60px;
    transform: rotate(45deg) translate(17px, -5px);
    -ms-transform: rotate(45deg) translate(17px, -5px);
    -webkit-transform: rotate(45deg) translate(17px, -5px);
    -moz-transform: rotate(45deg) translate(17px, -5px);
    -o-transform: rotate(45deg) translate(17px, -5px);
}

.img1 {
    background-position: -10px -165px;
    transform: rotate(45deg) translate(17px, -5px);
    -ms-transform: rotate(45deg) translate(17px, -5px);
    -webkit-transform: rotate(45deg) translate(17px, -5px);
    -moz-transform: rotate(45deg) translate(17px, -5px);
    -o-transform: rotate(45deg) translate(17px, -5px);
}

.img2 {
    background-position: -10px -87px;
}

.img3 {
    background-position: 67px -8px;
}

.img4 {
    background-position: -10px -10px;
}

.img5 {
    background-position: 139px -10px;
}

.list:hover .img1 {
    background-position: -90px -165px;
}

.list:hover .img2 {
    background-position: -85px -87px;
}

.list:hover .img3 {
    background-position: 67px -79px;
}

.list:hover .img4 {
    background-position: -87px -10px;
}

.list:hover .img5 {
    background-position: 139px -87px;
}


.speaker-list {
    background: url(../images/speaker_bg.png) repeat;
    padding: 90px 0;
}

.speaker-detail {
    width: 232px;
    height: 232px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.speaker-detail .speaker-introduce {
    position: relative;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    display: none;
}

.speaker-detail .speaker-introduce .speaker-introduce-mask {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}

.speaker-detail .speaker-introduce .speaker-introduce-text {
    z-index: 999;
    text-align: center;
    line-height: 1.25;
    padding: 5px;
    position: relative;
}

.learn_more {
    text-align: center;
    padding: 20px 0
}

.learn_more a {
    font-size: 36px;
    color: #585858;
    border: 2px solid #f39800;
    border-radius: 80px;
    display: inline-block;
    width: 240px;
    height: 56px;
    line-height: 56px;
    box-shadow: 0px 0px 10px 5px #e1e1e1, 0px 0px 10px 5px #e1e1e1 inset;
    -ms-box-shadow: 0px 0px 10px 5px #e1e1e1, 0px 0px 10px 5px #e1e1e1 inset;
    -webkit-box-shadow: 0px 0px 10px 5px #e1e1e1, 0px 0px 10px 5px #e1e1e1 inset;
    -moz-box-shadow: 0px 0px 10px 5px #e1e1e1, 0px 0px 10px 5px #e1e1e1 inset;
    -o-box-shadow: 0px 0px 10px 5px #e1e1e1, 0px 0px 10px 5px #e1e1e1 inset;
    text-shadow: 2px 2px 5px #c6c6c6;
}

.learn_more a:hover {
    color: #ffffff;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#82c0c1), to(#549eab));
    border-color: #549eab;
    box-shadow: 2px 2px 20px #333333;
    ;
}

.organizer {
    text-align: center;
    font-size: 30px;
}

.organizer p {
    margin: 20px 0;
}

footer {   
    height: 375px;   
	width: 100%; 
	background: url(images/backgrong_img.png) no-repeat;
	background-size: cover;
    color: #ffffff;
    font-size: 16px;
}

footer h3 {
    font-size: 20px;
    font-weight: normal;
}

footer a {
    color: #ffffff;
}

footer .contact {
    float: left;
    margin-top: 35px;
    width: 368px;
}

footer .foucs_link {
    float: left;
    width: 207px;
    margin-top: 35px;
    margin-left: 30px;
}

footer .foucs_link p:last-of-type {
    text-indent: 26px;
}

footer p {
    margin-top: 15px;

}

footer .about_us {
    float: left;
    margin-top: 35px;
    width: 377px;
    margin-top: 35px;
    margin-left: 150px;
    padding: 15px 15px 30px;
    border-left: 1px solid #ffffff;
    font-size: 14px;
    line-height: 1.25;
    text-align: justify
}

/*翻页*/
.pagenation {
    padding: 40px 30px 60px 0;
    color: #666;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pagenation .pagenum {
    display: inline-block;
    min-width: 30px;
    padding: 3px 5px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.pagenation .pagenum.indexpage,
.pagenation .pagenum.lastpage,
.pagenation .pagenum.nextpage {
    background: rgba(255, 255, 255, 0);
    color: #d9cfce;
}

.pagenation .pagenum.indexpage.active,
.pagenation .pagenum.lastpage.active,
.pagenation .pagenum.nextpage.active {
    background-color: #549eab;
    color: #ffffff;
}

.pagenation .pagenum.indexpage.active a,
.pagenation .pagenum.lastpage.active a,
.pagenation .pagenum.nextpage.active a {
    color: #ffffff;
}

.pagenation .pagenum.pagetext,
.pagenation .pagenum.totalpage {
    border-radius: 0px;
    background: rgba(255, 255, 255, 0);
    border: none;
    display: inline-flex;
}

.pagenation .pagenum a {
    color: #999;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.pagenation .pageswiperbox {
    min-width: 35px;
    max-width: 175px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-flex;

}

.pagenation .pageswiper {
    width: auto;
    display: inline-flex;
}

.pagenation .pageswiper .pagenum {
    display: inline-block;
    float: none;
    width: 38px;
}

.pagenation .pagenum.curpage {
    background: #FE7200;
    color: #FE7200;
    border: none;
    display: inline-flex;
}

.pagenation .pagenum.curpage a {
    color: #ffffff;
    display: block;
    width: 100%;
}

.pagenation .pageinput {
    text-align: center;
    border: 1px solid #e5e5e5;
    width: 40px;
    margin: 0 3px;
    line-height: 17px;
    box-sizing: border-box;
    vertical-align: top;
}

.pagenation .pagesubbtn {
    background: rgba(255, 255, 255, 0);
}

.pagenation .pagesubbtn a {
    color: #d9cfce;
}

.pagenation .pagesubbtn.active {
    background: #f5f5f5;
}

.pagenation .pagesubbtn a {
    color: #999;
}

.speaker-list-detail {
    padding: 20px;
    overflow: hidden;
}

.speaker-list-detail:nth-of-type(2n+1) {
    background: #eeeeee;
}

.speaker-detail-photo {
    float: left;
    width: 195px;

}

.speaker-detail-text {
    float: left;
    width: 900px;
    margin-left: 25px;
}

.speaker-detail-text p{
    line-height: 1.5;
    text-align: justify;
}

.partner-detail,
.hotel-detail {
    padding: 20px 0 50px;
}

.partner-detail-img {
    float: left;

}

.partner-detail-text {
    float: left;
    margin-left: 50px;
    font-size: 18px;
    color: #586576;
    width: 542px;
    position: relative;
}

.hotel-detail-text h2,
.partner-detail-text h2 {
    font-size: 36px;
    line-height: 2.0;
    padding: 20px 0 30px;
}

.partner-detail-text p {
    margin-top: 10px;
}

.hotel-detail-text {
    float: left;
    margin-left: 50px;
    font-size: 18px;
    color: #586576;
    width: 548px;

}

.partner-detail-list {
    width: 549px;
    position: absolute;
    height: 120px;
    left: -23px;
    bottom: -133px;
}

.agenda {
    min-height: 400px;
}

.agenda .hd ul {
    text-align: center;
    height: 70px;
}

.agenda .hd ul li {
    color: #8dc6c6;
    font-size: 26px;
    text-align: center;
    width: 394px;
    display: inline-flex;
    border: 1px solid #8dc6c6;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.25s ease-in;
    position: relative;
    justify-content: center;

}

.agenda .hd ul li:nth-of-type(2) {
    margin: 0 1px;
}

.agenda .hd ul li.active {
    background-color: #f39800;
    color: #ffffff;
}

.agenda .hd ul li:hover {
    /* width: 399px; */
    height: 65px;
    line-height: 65px;
    box-shadow: 0px 0px 10px 5px #e1e1e1, 0px 0px 10px 5px #e1e1e1 inset;
    -ms-box-shadow: 0px 0px 10px 5px #e1e1e1, 0px 0px 10px 5px #e1e1e1 inset;
    -webkit-box-shadow: 0px 0px 10px 5px #e1e1e1, 0px 0px 10px 5px #e1e1e1 inset;
    -moz-box-shadow: 0px 0px 10px 5px #e1e1e1, 0px 0px 10px 5px #e1e1e1 inset;
    -o-box-shadow: 0px 0px 10px 5px #e1e1e1, 0px 0px 10px 5px #e1e1e1 inset;
    text-shadow: 2px 2px 5px #c6c6c6;
    transition: all 0.25s ease-in;

}

.agenda .hd ul li:after {
    transition: all 0.25s ease-in;
    width: 0;
    position: absolute;
    content: "";
    z-index: 2;
    display: block;
    height: 28px;
    bottom: -13px;
    margin-left: -13px;
    left: 50%;
    background: url(../images/jiantou.png);
}

.agenda .hd ul li:hover:after {
    width: 28px;
    transition: all 0.25s ease-in;
}

.agenda .bd {
    padding: 40px 0;

}

.agenda .bd ul {
    display: none;
}

.agenda .bd ul li {
    padding: 30px 0 30px 165px;
    font-size: 20px;
    color: #000000;
    overflow: hidden;
}

.agenda .bd ul li:nth-of-type(2n) {
    background-color: #eeeeee
}

.agenda .time {
    display: inline-block;
    float: left;
}

.agenda .activity {
    display: inline-block;
    width: 880px;
    float: left;
}

.agenda .activity p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
}

.agenda .activity div {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.25;
}

.agenda .separator {
    display: inline-block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 1px solid #a4a4a4;
    position: relative;
    margin: 9px 20px;
}

.agenda .separator:after {
    position: absolute;
    content: "";
    z-index: 2;
    width: 1px;
    height: 23px;
    background-color: #8f8f8f;
    bottom: -35px;
    left: 50%;
}
.sponsor{
    margin-top: 65px;
}
.sponsors-list{
    margin-bottom: 70px;
}
.sponsors-list-logo{
    float: left;
    width: 242px;
    margin-left: 20px;
    margin-top: 72px;

}
.sponsors-list-logo img {
    min-width: 1px;
    min-height: 1px;
    max-width: 242px;
    max-height: 145px;
    display: inline-block;
    vertical-align: middle;
}
.sponsors-list-text{
    float: left;
    width: 860px;
    margin-left: 58px;
    padding-right: 20px;
}
.sponsors-list-title{
    color: #6bafb7;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    border-bottom: 1px solid #000000;
}
.sponsors-list-text p{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.38;
    text-align: justify;
}
.sponsors-list-text strong{
    font-size: 20px;
   display: block;
   margin-bottom: 10px;
}
.sponsors-list-url{
    margin-top: 10px;
}
.sponsors-list-url a{
    color: #0093D9
}
.sponsors-intro-type {
    background: url(../images/sponsor_bg03.jpg) top center no-repeat;
    text-align: center
}

.sponsors-intro-type h2 {
    color: #ffffff;
    font-size: 80px;
    line-height: 2.5;
    font-weight: normal;
}

.sponsors-intro-type p {
    font-size: 18px;
    display: inline-block;
    width: 835px;
    letter-spacing: 5px;
    color: #ffffff;
    margin-bottom: 20px;
}

.sponsors-intro-type-text {
    width: 522px;
    height: 453px;
    padding: 55px;
    background: url(../images/sponsor_bg04.jpg) no-repeat center center;
    background-size: contain;
    position: relative;
    margin-top: 110px;
    margin-left: 10px;
    color: #ffffff;
}

.sponsors-intro-type-img {
    position: absolute;
    top: -65px;
    left: 550px;
}

.sponsors-intro-type-text-small {
    width: 440px;
    height: 334px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 55px;
}

.sponsors-intro-type-text-small h3 {
    font-size: 36px;
}

.sponsors-intro-type-text-small ul {
    margin-top: 30px;
}

.sponsors-intro-type-text-small ul li {
    float: left;
    width: 185px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f39800;
    border-radius: 40px;
    font-size: 22px;
    margin: 11px 0;
}

.sponsors-intro-type-text-small ul li:nth-of-type(2n+1) {
    margin: 11px 35px 11px 20px;
}

.sponsors-intro-bft {
    padding: 100px 0;
    text-align: center
}

.sponsors-intro-bft .sponsor-title span {
    width: 100px;
    display: inline-block;
    height: 1px;
    background-color: #2c4058;
}

.sponsors-intro-bft .sponsor-title h2 {
    font-size: 40px;
    font-weight: normal;
    color: #2c4058;
    line-height: 2.0;
}

.sponsors-intro-bft ul li {
    display: inline-block;
    width: 185px;
    height: 200px;
    vertical-align: top;
    cursor: pointer;
    padding: 20px 15px;
    margin: 30px 10px;
    transition: all 0.3s ease-in;

}

.sponsors-intro-bft ul li:hover {
    box-shadow: 0px 0px 10px 5px #f8f8f8;
    -ms-box-shadow: 0px 0px 10px 5px #f8f8f8;
    -webkit-box-shadow: 0px 0px 10px 5px #f8f8f8;
    -moz-box-shadow: 0px 0px 10px 5px #f8f8f8;
    -o-box-shadow: 0px 0px 10px 5px #f8f8f8;
}

.sponsors-intro-bft ul li span {
    display: inline-block;
    width: 90px;
    height: 89px;
    background: url(../images/css_sprites02.png);
}

.sponsors-intro-bft ul li:nth-of-type(1) span {
    background-position: -10px -10px
}

.sponsors-intro-bft ul li:nth-of-type(2) span {
    background-position: -120px -10px
}

.sponsors-intro-bft ul li:nth-of-type(3) span {
    background-position: -10px -119px;
}

.sponsors-intro-bft ul li:nth-of-type(4) span {
    background-position: -120px -119px;
}

.sponsors-intro-bft ul li:nth-of-type(5) span {
    background-position: -230px -10px;
}

.sponsors-intro-contact {}

.sponsors-intro-contact-bg {
    position: absolute;
    width: 729px;
    height: 468px;
    background-color: #70cede;
    z-index: -33;
    top: -70px;
    left: -360px;
}

.sponsors-intro-contact-img {
    float: left;
    width: 630px;
    position: relative;
}

.sponsors-intro-contact-text {
    float: left;
    width: 470px;
    padding: 70px 30px 70px 70px;
    color: #2c4058;
}

.sponsors-intro-contact-text h3 {
    font-size: 44px;
    line-height: 2.0
}

.sponsors-intro-contact-text p {
    font-size: 18px;
}

.sponsors-intro-contact-text div {
    padding: 50px 0
}

.sponsors-intro-contact-text div a {
    display: inline-block;
    width: 190px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #2c4058;
    text-align: center;
    color: #2c4058;
}

.sponsors-intro-contact-text div a:hover {
    color: #ff9b73;
    border: 1px solid #ff9b73;
}

.contact{
    margin-right:30px;
}

