@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-01-13 09:41:09
 * @version $Id$
 */
 /*reset.css*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}
body {font-family:Microsoft YaHei,Helvetica Neue,Helvetica,Roboto,Heiti SC,STHeiTi,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing: subpixel-antialiased;background:#fff;margin:0 auto;}
:focus {outline: 1;outline-style:none;/*outline:0*/}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { display:block;}
ul,ol{list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins {background-color:#ff9;color:#000;text-decoration:none;}
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted #000;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1rem 0;padding:0;}
input, select {vertical-align:middle;}
input[type="text"],input[type="password"],textarea{outline-style:none;-webkit-appearance:none;}
textarea{resize:none}
img{-ms-interpolation-mode:bicubic; border-width:0;}
caption,th{text-align:left;}
a{color:#b1b6ba;text-decoration:none;outline:0;font-size:14px;}
a:hover,a:active{color:#fff;text-decoration:none;}
.clearfix{*zoom:1;}
.clearfix:after{content:'\0020';display:block;height:0;font-size:0;visibility:hidden;clear:both;}
.clearit{clear:both;font-size:0;line-height:0;height:0;}
.transitionAll{transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;-webkit-backface-visibility: hidden;}
.relative{position:relative;}
.w{width:100%;}
.w900{width:900px;margin:0 auto;}
.w1000{width:1000px;margin:0 auto;}
.w1200{width:1200px;margin:0 auto;}
.fL{float:left;}
.fR{float:right;}
.show{display:block!important;}
.hide{display:none!important; }
.border_box{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.ellipsis{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.overflow-hidden{overflow:hidden;}
.f30{font-size:30px!important;}
.f24{font-size:24px!important;}
.color008feb{color:#008feb!important;}
.zoom-in{
    animation:icon-bounce2 2s linear 0.5s infinite normal;
    -moz-animation:icon-bounce2 2s linear 0.5s infinite normal;/* Safari 和 Chrome */
    -webkit-animation:icon-bounce2 2s linear 0.5s infinite normal;	/* Safari 和 Chrome */
    -o-animation:icon-bounce2 2s linear 0.5s infinite normal;	/* Safari 和 Chrome */}
@keyframes icon-bounce2 {
    0% {transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);opacity: 1;}
    100% {transform:scale(2);-webkit-transform:scale(2);-moz-transform:scale(2);-o-transform:scale(2);-ms-transform:scale(2);opacity: 0;}
}
@-webkit-keyframes icon-bounce2 {
    0% {transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);opacity: 1;}
    100% {transform:scale(2);-webkit-transform:scale(2);-moz-transform:scale(2);-o-transform:scale(2);-ms-transform:scale(2);opacity: 0;}
}
@-moz-keyframes icon-bounce2 {
    0% {transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);opacity: 1;}
    100% {transform:scale(2);-webkit-transform:scale(2);-moz-transform:scale(2);-o-transform:scale(2);-ms-transform:scale(2);opacity: 0;}
}
@-ms-keyframes icon-bounce2 {
    0% {transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);opacity: 1;}
    100% {transform:scale(2);-webkit-transform:scale(2);-moz-transform:scale(2);-o-transform:scale(2);-ms-transform:scale(2);opacity: 0;}
}
@-o-keyframes icon-bounce2 {
    0% {transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);opacity: 1;}
    100% {transform:scale(2);-webkit-transform:scale(2);-moz-transform:scale(2);-o-transform:scale(2);-ms-transform:scale(2);opacity: 0;}
}
.roate{
animation:myfirstxz 10s linear 0.5s infinite normal;
-moz-animation:myfirstxz 10s linear 0.5s infinite normal;/* Safari 和 Chrome */
-webkit-animation:myfirstxz 10s linear 0.5s infinite normal;	/* Safari 和 Chrome */
-o-animation:myfirstxz 10s linear 0.5s infinite normal;	/* Safari 和 Chrome */
}
@keyframes myfirstxz
{
    0%   {
        transform:rotate(0deg);
        -ms-transform:rotate(0deg); /* Internet Explorer */
        -moz-transform:rotate(0deg); /* Firefox */
        -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
        -o-transform:rotate(0deg); /* Opera */
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
    }
    100% {
        transform:rotate(360deg);
        -ms-transform:rotate(360deg); /* Internet Explorer */
        -moz-transform:rotate(360deg); /* Firefox */
        -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
        -o-transform:rotate(360deg); /* Opera */
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
    }
}
@-moz-keyframes myfirstxz /* Firefox */
{
    0%   {
        transform:rotate(0deg);
        -ms-transform:rotate(0deg); /* Internet Explorer */
        -moz-transform:rotate(0deg); /* Firefox */
        -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
        -o-transform:rotate(0deg); /* Opera */
    }
    100% {
        transform:rotate(360deg);
        -ms-transform:rotate(360deg); /* Internet Explorer */
        -moz-transform:rotate(360deg); /* Firefox */
        -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
        -o-transform:rotate(360deg); /* Opera */
    }
}
@-webkit-keyframes myfirstxz /* Safari and Chrome */
{
    0%   {
        transform:rotate(0deg);
        -ms-transform:rotate(0deg); /* Internet Explorer */
        -moz-transform:rotate(0deg); /* Firefox */
        -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
        -o-transform:rotate(0deg); /* Opera */
    }
    100% {
        transform:rotate(360deg);
        -ms-transform:rotate(360deg); /* Internet Explorer */
        -moz-transform:rotate(360deg); /* Firefox */
        -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
        -o-transform:rotate(360deg); /* Opera */
    }
}
@-o-keyframes myfirstxz /* Opera */
{
    0%   {
        transform:rotate(0deg);
        -ms-transform:rotate(0deg); /* Internet Explorer */
        -moz-transform:rotate(0deg); /* Firefox */
        -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
        -o-transform:rotate(0deg); /* Opera */
    }
    100% {
        transform:rotate(360deg);
        -ms-transform:rotate(360deg); /* Internet Explorer */
        -moz-transform:rotate(360deg); /* Firefox */
        -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
        -o-transform:rotate(360deg); /* Opera */
    }
}
.full-page{width:100%;}
/*首屏*/
.first-screen{width:100%;background:url(../images/hq1.jpg) top center no-repeat #011864;height:300px;overflow:hidden;}
.huantu{background:url(../images/hq1-1.jpg) top center no-repeat #011864;}
.full-page .nav{width:100%;height:70px;line-height:70px;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);background:rgba(0,0,0,.7);position:fixed;left:0;top:0;z-index:9999;}
.full-page .nav .logo{display:block;height:100%;float:left;margin:0 15px;}
.full-page .nav .logo_r{display:block;height:100%;margin:0 15px;float:right;}
.full-page .nav .items{line-height:70px;margin: 0 auto;width:730px;position:relative; text-align: center;}
.full-page .nav .items li{height:70px;display:inline-block;vertical-align:top;margin:0 4px;}
.full-page .nav .items li a{display:block;height:68px;border-bottom:2px solid transparent;font-size:16px;color:#fff;padding:0 8px;}
.full-page .nav .items li .liveNewsLeft {background: rgba(0, 0, 0, 0) url("../images/livenewsleft.gif") no-repeat scroll 97% 33%;padding-right: 25px;}

.full-page .nav .items .on a,.full-page .nav .items li:hover a{border-bottom-color:#6ce711;color:#6ce711;font-size:16px;}
.full-page .nav .tel{padding:12px 0 10px 40px;margin-right:15px;float:40px;font-size:16px;color:#6ce711;line-height:24px;float:right;background:url(../images/p06.png) left top no-repeat;}
.first-screen .cirlce-img{width:320px;height:328px;position:absolute;left:50%;top:50%;margin:-164px 0 0 -160px;}
.first-screen .cirlce-img .roate{left:60px;top:64px;position:absolute;width:200px;height:200px;}
.first-screen .cirlce-img .zoom-in{left:0;top:0;position:absolute;width:320px;height:328px;}
.first-screen .w1000{height:100%;}
.first-screen .title{width:995px;height:312px;position:absolute;left:43%;top:50%;margin:-156px 0 0 -430px;}
.first-screen .tools{width:100%;height:100px;position:absolute;left:0;bottom:15px;text-align:center;color:#fff;font-size:14px;color:#fff;}
.first-screen .tools .buttons{height:47px;margin-bottom:20px;}
.first-screen .tools .buttons a{display:inline-block;width:175px;line-height:47px;color:#fff;font-size:24px;border-radius:10px;background:#6cc934;margin:0 10px;}
.first-screen .tools .buttons .ask-btn{background:#15b7d9;}
.tit-h2{height:76px;line-height:76px;color:#333;font-size:50px;background:url(../images/j01.jpg) bottom center no-repeat;width:100%;text-align:center;font-weight:normal;}
/*大会亮点*/
.high-light{background:#58b1f4 url(../images/hq2.jpg) top center no-repeat;padding-top:70px;}
.high-light .items{width:1000px;padding-top:20px;margin-bottom:100px;}
.high-light .items li{width:297px;left:30px;margin: 0 18px;opacity:0;position:relative;height:303px;background:url(../images/p07.png) no-repeat;overflow:hidden;float:left;}
.high-light .items li:hover{background:url(../images/p08.png) no-repeat;}
.high-light .items .num{height:70px;line-height:70px;color:#fff;font-size:50px;text-align:center;overflow:hidden;}
.high-light .items .icon{width:150px;height:104px;margin:10px auto 0;}
.high-light .items h3{text-align:center;font-size:30px;font-weight:normal;color:#fff;line-height:35px;}.high-light .items h3 a{text-align:center;font-size:30px;font-weight:normal;color:#fff;line-height:35px;}.high-light .items h3 a:hover,.high-light .items h3 a:active{color:#fff;text-decoration:none;}
.high-light .items p{width:220px;margin:20px auto 0;font-size:16px;line-height:24px;color:#000;}
/*大会日程*/
.colorfff{color:#fff!important;}
.schedule-box{background:url(../images/hq3.jpg) bottom center no-repeat #000655;height:788px;padding-top:30px;}
.schedule-box .tit-h2{margin:0 0 25px;}
.schedule-box .schedule-tab-box{background:rgba(255,255,255,.9);}
.schedule-box .schedule-aside{width:250px;overflow:hidden;border-right:1px dotted #1892db;float:left;margin:35px 0 20px 20px;}
.schedule-box .schedule-aside .items{height:625px;overflow:hidden;}
.schedule-box .schedule-aside li{width:250px;height:130px;margin-bottom:35px;position:relative;cursor:pointer;}
.schedule-box .schedule-aside .tit{width:130px;height:130px;background:url(../images/p13.png) no-repeat;text-align:center;line-height:130px;color:#008feb;font-size:26px;padding-right:10px;position:absolute;left:0;top:0;}
.schedule-box .schedule-aside .time{color:#008feb;font-size:14px;position:absolute;right:5px;line-height:30px;text-align:right;top:28px;display:none; }
.schedule-box .schedule-aside li:after{content:'';width:111px;height:0;border-bottom:1px dotted #1892db;position:absolute;right:0;top:49%;}
.schedule-box .schedule-aside li:before{content:'';width:15px;height:35px;position:absolute;left:57px;top:130px;background:url(../images/p15.png) center center no-repeat;}
.schedule-box .schedule-aside li:hover .tit,.schedule-box .schedule-aside .on .tit{background:url(../images/p14.png) no-repeat;color:#fff;}
.schedule-box .schedule-aside li:hover .time,.schedule-box .schedule-aside .on .time{display:block;}
.schedule-box .schedule-con{float:right;width:670px;margin-right:35px;}
.schedule-box .schedule-tab{display:none;}

/*嘉宾*/
.guest-box{background:url(../images/hq4.jpg) bottom center no-repeat #0078ed;padding-top:30px;padding-bottom:10px;}
.guest-box .tit-h2{margin:0 0 25px;}
.guest-box .items{position:relative;overflow:hidden;}
.guest-box .items:before{content:'';width:0;height:100%;border-left:1px dotted #56e29e;position:absolute;left:50%;top:0;}
.guest-box .items li{height:230px;border-top:1px dotted #56e29e;width:50%;float:left;}
.guest-box .items .face{width:142px;height:142px;float:left;font-size:0;line-height:0;margin:50px 0 0 20px;position:relative;}
.guest-box .items .face:before{position:absolute;width:100%;height:100%;left:0;top:0;background:#fff;opacity:.2;filter:alpha(opacity=20);content:'';border-radius:50%;}
.guest-box .items .face:hover:before{opacity:0;filter:alpha(opacity=0);}

.guest-box .items .face img{width:100%;height:100%;border-radius:50%;}
.guest-box .items .info{float:right;width:265px;margin:45px 30px 0 0;font-size:14px;color:#fff;line-height:24px;}
.guest-box .items .info h3{font-size:24px;line-height:30px;font-weight:normal;}.guest-box .items .info h3 a{font-size:24px;line-height:30px;font-weight:normal;color:#FFF}.guest-box .items .info h3 a:hover,.guest-box .items .info h3 a:active{color:#fff;text-decoration:none;}
/*媒体*/
.media-box{background:url(../images/hq5.jpg) bottom center no-repeat #0078ed;padding-top:30px;height:471px;}
.media-box .tit-h2{margin:0 0 25px;font-size:24px;text-align:left;background:url(../images/j01.jpg) left bottom no-repeat;height:50px;line-height:50px;word-spacing:2px;letter-spacing:5px;}
.media-box .logo-items{text-align:center;border-bottom:1px dotted #3be089;padding:20px 0;margin-bottom: 20px;}
.media-box .logo-items a{font-size:0;line-height:0;margin:4px;}
.media-box .media-items{width:700px;padding-left:90px;}
.media-box .media-items a,.media-box .media-items p{font-size:18px;line-height: 36px;color:#fff;}
.media-box .media-items span{margin-right:10px;}
/*footer*/
.footer{background:#4c4c4c;padding:50px 0;}
.footer ul{display:table; }
.footer ul li{display:table-cell;vertical-align:middle;}
.footer p,.footer p a{font-size:16px;color:#fff;line-height:24px;}
.footer p strong{font-size:20px;font-weight:normal;}
.tab-con{display:none;}
.tab-box1{width:600px;margin:0 auto;}
.tab-box1 .tab-tit{height:46px;padding:25px 0 15px;}
.tab-box1 .tab-tit .item{width:104px;height:44px;border:1px solid #008feb;text-align:center;line-height:44px;margin-right:20px;color:#008feb;font-size:18px;display:inline-block;border-radius:5px;vertical-align:top;cursor:pointer;}
.tab-box1 .tab-tit .on{background:#008feb;color:#fff;}
.tab-box1 .row{font-size:16px;color:#666;line-height:30px;padding:10px 0;}
.tab-box1 .rowH1{padding:5px 0;}
.tab-box1 .rowH2{padding:1px 0;}
.tab-box1 .time{display:inline-block;width:95px;line-height:30px;font-size:16px;color:#008feb;vertical-align:top;}
.tab-box1 .txt{display:inline-block;width:460px;vertical-align:top;}


.tab-box2{width:600px;margin:0 auto;}
.tab-box2 .tab-tit{height:46px;padding:75px 0 40px;}
.tab-box2 .tab-tit .item{padding:0 20px;height:44px;border:1px solid #008feb;text-align:center;line-height:44px;margin-right:20px;color:#008feb;font-size:18px;display:inline-block;border-radius:5px;vertical-align:top;cursor:pointer;}
.tab-box2 .tab-tit .on{background:#008feb;color:#fff;}
.tab-box2 .tab-con{width:620px;}
.tab-box2 .tab-con .cont{float:left;width:280px;margin-right:20px;}
.tab-box2 .tab-con h3{font-size:16px;color:#008feb;line-height:30px;margin-top:15px}
.tab-box2 .tab-con p{font-size:14px;line-height:24px;color:#333;}
.table-box{display:table;width:625px;border:1px solid #008feb;border-left:0;border-top:0;margin:0 auto;}
.table-box dt,.table-box dd{display:table-row;font-size:14px;color:#008feb;line-height:20px;}
.table-box dt h3{border:1px solid #008feb;border-right:0;border-bottom:0;line-height:20px;text-align:center;padding:5px 0;colspan:3}
.table-box dd>div{border:1px solid #008feb;border-right:0;border-bottom:0;display:table-cell;text-align:center;vertical-align:middle;padding:5px 10px;}
.table-h3{font-size:18px;color:#008feb;line-height:20px;text-align:center;width:625px;margin:50px auto 30px;font-weight:normal;}
.table-box dd .time{width:150px;}
.table-box dd .place{width:180px;}


/*banner*/
.table{width:100%;margin:0 auto;border:1px solid #fff;border-bottom:0;border-left:0;}
.table td{border:1px solid #fff;border-top:0;border-right:0;padding:10px 5px;text-align:center;font-size:14px;line-height:20px;color:#fff;}
.banner{width:100%;background:url(../images/2017-09/banner-2017.jpg) top center no-repeat;height:391px;overflow:hidden;}
.join-h1{width:100%;height:61px;background:url(../images/j07.jpg) center center no-repeat;margin-top:60px;position:relative;text-indent:-999em;overflow:hidden;}
.guide-h1{background:url(../images/j17.jpg) center center no-repeat;}
.zjls-h1{background:url(../images/j28.jpg) center center no-repeat;}
.join-h1:before{content:'';width:50%;height:1px;background:#d1d1d1;position:absolute;right:50%;top:50%;margin-right:90px;}
.join-h1:after{content:'';width:50%;height:1px;background:#d1d1d1;position:absolute;left:50%;top:50%;margin-left:90px;}
.join-tit{font-size:0;line-height:0;margin:60px 0 40px;}
.join-tit img{display:block;margin:0 auto;}
.join-people{background:url(../images/j10.jpg) top center no-repeat;padding-top:90px;}
.join-people .items{background:url(../images/j11.jpg) bottom center no-repeat;padding-bottom:80px;}
.join-people .items li{width:171px;height:141px;overflow:hidden;text-align:center;line-height:30px;font-size:18px;color:#333;padding:80px 25px 0;float:left;margin:0 14px;}
.join-people .items .item1{background:url(../images/p16.png) top center no-repeat;}
.join-people .items .item2{background:url(../images/p17.png) top center no-repeat;}
.join-people .items .item3{background:url(../images/p18.png) top center no-repeat;}
.join-people .items .item4{background:url(../images/p19.png) top center no-repeat;}
.join-info{background:url(../images/j13.jpg) left 15px no-repeat;border-bottom:1px dashed #adadad;}
.join-info h2{width:186px;height:34px;background:#008feb;text-align:center;line-height:34px;color:#fff;font-size:22px;font-weight:500;margin:0 auto 30px;}
.join-info .con{width:323px;padding:0 5px;}
.join-info .con p{font-size:16px;color:#333;line-height:30px;margin-bottom:20px;padding:0 15px;}
.join-form {background:url(../images/j14.jpg) bottom center no-repeat;padding-bottom:125px;}
.join-form h2{font-size:22px;color:#333;text-align:center;line-height:30px;margin:50px 0 30px;}
.join-form .form-box{border:1px dashed #adadad;border-radius:5px;position:relative;padding-top:35px;padding-bottom:10px;position:relative;}
.join-form .input-row{height:40px;margin-bottom:15px;font-size:18px;color:#333;line-height:38px;padding:0 0 0 40px;}
.join-form .input-row input{width:180px;height:36px;background:none;border:1px solid #e1e1e1;border-radius:5px;margin-right:40px;margin-left:10px;padding:0 10px;}
.join-form .input-row .select-box{display:inline-block;width:190px;height:36px;background:none;border:1px solid #e1e1e1;border-radius:5px;margin-right:40px;margin-left:10px;vertical-align:middle;line-height:32px;padding-left:10px;background:url(../images/p20.png) right top no-repeat;cursor:pointer;}
.join-form .input-row img{vertical-align:top;}

.join-form .input-row b,.join-form .radio-row b{color:#ff0000;font-weight:500;margin-right:3px;}
.join-form .form-box:before{content:'';width:37px;height:26px;background:url(../images/j12.jpg) no-repeat;position:absolute;left:50%;top:-4px;margin-left:-18px;}
.join-form .form-box:after{content:'';width:37px;height:26px;background:url(../images/j12.jpg) no-repeat;position:absolute;left:50%;bottom:-23px;margin-left:-18px;}
.join-form .radio-row{margin-bottom:15px;font-size:16px;color:#333;line-height:38px;padding:0 0 0 40px;}
.join-form .radio-row label{display:inline-block;width:410px;height:40px;cursor:pointer;}
.join-form .radio-row input{vertical-align:middle;}
.join-form .radio-row strong{font-size:18px;font-weight:500;}
.join-form .sub-btn{text-align:center;margin:40px 0 0;}
.join-form .sub-btn input{width:210px;height:55px;background:#0993ec;text-align:center;line-height:55px;font-size:30px;color:#fff;border:0;cursor:pointer;border-radius:5px;}
.sex-box{width:106px;border:1px solid #0ba4eb;position:absolute;z-index:999;display:none;background:#fff;}
.sex-box li{height:34px;margin:5px auto;font-size:18px;color:#999;cursor:pointer;padding:0 10px;line-height:34px;}
.sex-box li:hover{background:#0ba4eb;color:#fff;}
.guide-box{background:url(../images/j18.jpg) top center no-repeat;margin-top:20px;padding-top:60px;}
.guide-tab .guide-con{background:url(../images/j19.jpg) bottom center no-repeat #008feb;}
.guide-tab .guide-tit{height:76px;text-align:center;overflow:hidden;}
.guide-tab .guide-tit .item{display:inline-block;width:129px;height:76px;background:url(../images/p22.png) no-repeat;cursor:pointer;margin:0 65px;vertical-align:top;text-align:center;line-height:96px;color:#008feb;font-size:26px;}
.guide-tab .guide-tit .on{background:url(../images/p21.png) no-repeat;color:#fff;}
.guide-tab .go-tit{height:auto;}
.guide-tab .go-tit .item{font-size:20px;line-height:24px;height:48px;padding-top:14px;}
.guide-tab .go-tit .item1{padding-top:26px;height:36px;}
.guide-tab .go-con{}
.guide-tab .go-con .go-box{padding-top:40px;width:716px;margin:0 auto;padding-bottom:30px;}
.guide-tab .go-con .go-box img{display:block;margin:0 auto;}
.guide-tab .go-con .go-box h3{font-size:24px;line-height:40px;margin-bottom:10px;color:#fff;font-weight:500;text-align:center;margin-top:10px;}
.guide-tab .go-con .go-box p{font-size:14px;line-height:24px;color:#fff;margin-bottom:10px;text-indent:2em;}
.guide-tab .go-con .go-box a{color:#67e01f;font-size:14px;}

.schedule-tab{}
.schedule-tab .schedule-tit{padding-top: 30px;}
.schedule-tab .schedule-tit .item{width:370px;height:52px;border:1px solid transparent;float:left;position:relative;margin:0 1px;background:#fff;color:#008feb;font-size:18px;line-height:26px;text-align:center;cursor:pointer;}
.schedule-tab .schedule-tit .on{color:#fff;border-color:#fff;background:none;}
.schedule-tab .schedule-tit .on:before{content:'';width:45px;height:19px;position:absolute;left:50%;bottom:-20px;margin-left:-22px;background:url(../../../../img.ec.com.cn/article/20180907/20180907084819338.png) no-repeat;}
.schedule-tab .schedule-con{}
.schedule-tab .schedule-con1{padding-bottom:40px;overflow:hidden;}
.schedule-tab .schedule-con1 .sec{border-top:1px dotted #fff;margin-top:-1px;}
.schedule-tab .schedule-con1 h3{font-size:24px;color:#fff;line-height:30px;font-weight:500;margin-left:95px;margin-top:40px;}
.schedule-tab .schedule-con1 ul{border-left:1px solid #fff;padding-left:20px;margin:20px 20px 50px 130px; }
.schedule-tab .schedule-con1 ul li{line-height:40px;color:#fff;font-size:18px;position:relative;}
.schedule-tab .schedule-con1 ul li:before{content:'';width:15px;height:15px;position:absolute;left:-28px;top:13px;background:url(../images/p24.png) no-repeat;}
.schedule-tab .schedule-con1 ul .time{display:inline-block;line-height:40px;width:130px;vertical-align:top;}
.schedule-tab .schedule-con1 ul .txt{display:inline-block;line-height:40px;font-size:16px;line-height:24px;width:665px;vertical-align:top;padding-top:10px;}
.schedule-tab .schedule-con3{overflow:hidden;}
.schedule-tab .schedule-con3 .sc3-tab{width:690px;margin:0 auto;}

.schedule-tab .schedule-con3 .sc3-tit{}

.schedule-tab .schedule-con3 .sc3-tit{height:46px;padding:75px 0 40px;}
.schedule-tab .schedule-con3 .sc3-tit .item{width:104px;height:44px;border:1px solid #fff;text-align:center;line-height:44px;margin-right:20px;color:#fff;font-size:18px;display:inline-block;border-radius:5px;vertical-align:top;cursor:pointer;}
.schedule-tab .schedule-con3 .sc3-tit .on{background:#fff;color:#008feb;}

.schedule-tab .schedule-con3 .sc3-con{padding-bottom:40px;}
.schedule-tab  .sc3-con .table{color:#fff;border:1px solid #fff;border-top:0;border-left:0;}
.schedule-tab  .sc3-con .table td{color:#fff;border:1px solid #fff;border-bottom:0;border-right:0;vertical-align:middle;}


.schedule-tab .schedule-con2{overflow:hidden;}
.schedule-tab .schedule-con2 .con{float:left;width:428px;border-left:1px dotted #67e01f;margin-left:-1px;padding-left:50px;padding-right:20px;}
.schedule-tab .schedule-con2 h3{font-size:18px;color:#fff;font-weight:500;margin:30px 0 40px;}
.schedule-tab .schedule-con2 .sec{margin-bottom:25px;}
.schedule-tab .schedule-con2 p{line-height:24px;font-size:16px;color:#fff;}
.schedule-tab .schedule-con2 span{color:#67e01f;}
.schedule-tab .schedule-con2 .dot{position:relative;}
.schedule-tab .schedule-con2 .dot:before{content:'';width:5px;height:5px;background:#67e01f;border-radius:50%;position:absolute;left:-15px;top:10px;}
.schedule-tab .schedule-con4 {padding-bottom: 30px;}
.schedule-tab .schedule-con4 h3{font-size:18px;color:#fff;font-weight:500;margin:30px 0 40px;text-align:center;}

.schedule-tab .schedule-con4 td{color:#fff;border-color:#fff;padding:10px 20px;}
.schedule-tab .schedule-con4 table{width:70%;border-color:#fff;}
.guide-tab .traffic-box{padding-top:40px;}
.guide-tab .traffic-box .map{width:600px;height:400px;margin:0 auto 40px;position:relative;}
.guide-tab .traffic-box .info{width:600px;margin:0 auto;font-size:16px;color:#fff;line-height:24px;padding-bottom:30px;}
.guide-tab .traffic-box .info .icon{height:40px;padding:8px 0 0 35px;}
.guide-tab .traffic-box .info .icon1{background:url(../images/p25.png) 0 5px no-repeat;margin-top:30px;}
.guide-tab .traffic-box .info .icon2{background:url(../images/p26.png) 0 5px no-repeat;}
.guide-tab .traffic-box .info .icon3{background:url(../images/p27.png) 0 5px no-repeat;}

.country-tab{width:1000px;}
.country-tab .schedule-tit{width:750px;margin:0 auto;}
.country-tab .country-con1{position:relative;padding:30px 0;}
.country-tab .country-con1 ul{position:relative;padding:10px 0;}
.country-tab .country-con1 ul:before{content:'';width:0;height:100%;border-left:1px dotted #67e01f;position:absolute;left:50%;top:0;}
.country-tab .country-con1:after{content:'';width:100%;height:0;border-top:1px dotted #67e01f;position:absolute;left:0;top:36%;}
.country-tab .country-con1 li{margin:20px;width:460px;float:left;}
.country-tab .country-con1 .pic{width:128px;height:220px;background:#27aaff;float:left;padding:10px;display:none;}
.country-tab .country-con1 .pic img{width:128px;height:220px;}
.country-tab .country-con1 .txt{/*width:290px;*/float:left;margin-left:20px}
.country-tab .country-con1 .txt p{font-size:14px;color:#fff;line-height:22px;position:relative;}
.country-tab .country-con1 .txt p:before{content:'' ;width:5px;height:5px;position:absolute;left:-9px;top:9px;border-radius:50%;background:#67e01f;}
.country-tab .country-con1 .txt a{color:#67e01f;}
.country-tab .country-con1 .txt h3{font-size:16px;font-weight:500;color:#67e01f;}
.country-tab .country-con2{}
.country-tab .country-con2 ul{padding-top:20px;}
.country-tab .country-con2 li{margin-bottom:20px;border-bottom:1px dotted #fff;padding:0 50px 20px;}
.country-tab .country-con2 h3{font-size:18px;font-weight:500;color:#fff;margin-bottom:10px;}
.country-tab .country-con2 h3 strong{color:#67e01f;font-weight:500;}
.country-tab .country-con2 .pic{width:255px;float:left;font-size:12px;line-height:22px;color:#fff;}
.country-tab .country-con2 .pic p a{color:#fff;}
.country-tab .country-con2 .txt{width:620px;float:right;font-size:14px;line-height:30px;color:#fff;}
.country-tab .country-con2 .txt p{position:relative;line-height:24px;}
.country-tab .country-con2 .txt p:before{position:absolute;left:-10px;top:10px;content:'';width:5px;height:5px;background:#67e01f;border-radius:50%;}
.country-tab .country-con2 .txt p a{color:#fff;}
.country-tab .country-con3 .c3-box{background:url(../images/p28.png) no-repeat; margin-top:20px;padding-bottom:40px;}
.country-tab .country-con3 .con{width:310px;height:430px;margin:0 30px;}
.country-tab .country-con3 p{font-size:14px;line-height:24px;color:#fff;}
.country-tab .country-con3 span,.country-tab .country-con3 a{color:#67e01f;}
.country-tab .country-con3 h3{font-size:18px;line-height:50px;height:50px;margin-bottom:10px;font-weight:500;overflow:hidden;color:#fff;}



.guide-tab .hotel-box{overflow:hidden;}
.guide-tab .hotel-box .sec{width:920px;margin:0 auto;border-top:1px dotted #fff
    ;margin-top:-1px;overflow:hidden;}
.guide-tab .hotel-box h2{font-size:24px;color:#fff;font-weight:500;height:30px;line-height:30px;position:relative;text-align:center;margin:30px auto 40px;}
.guide-tab .hotel-box h2:after{content:'';width:0;height:0;border:8px solid #fff;border-color:#fff transparent transparent transparent;position:absolute;left:50%;bottom:-25px;}
.guide-tab .hotel-box .items1{margin-left:-24px;margin-bottom:30px;}
.guide-tab .hotel-box .items1 li{width:445px;color:#fff;font-size:16px;line-height:22px;float:left;margin-left:24px;}
.guide-tab .hotel-box .items1 .pic{width:436px;height:264px;font-size:0;line-height:0;overflow:hidden;}
.guide-tab .hotel-box .items1 .pic img{width:436px;height:264px;}
.guide-tab .hotel-box .items1 h3{font-size:20px;line-height:30px;margin:5px 0;font-weight:500px;}
.guide-tab .hotel-box .items2{margin-left:0;}
.guide-tab .hotel-box .items2 li{width:420px;color:#fff;font-size:14px;line-height:24px;float:left;margin-left:24px;margin:0 20px 20px;}
.guide-tab .hotel-box .items2 .pic{width:186px;height:112px;font-size:0;line-height:0;overflow:hidden;float:left;}
.guide-tab .hotel-box .items2 .txt{width:215px;height:112px;overflow:hidden;float:right;}
.guide-tab .hotel-box .items2 h3{font-size:20px;line-height:46px;border-bottom:1px dotted #fff;font-weight:500;margin-bottom:10px;}








/**---------------------lp 嘉宾介绍 begin ------------------*/
.clearfix_1::after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}
.clearfix_1 {}

.reward_tit3 {background: rgba(0, 0, 0, 0) url("../images/j-l-03.jpg") no-repeat scroll center top;height: 60px; width: 100%;margin-top: 60px;}

.guestCont {background: rgba(0, 0, 0, 0) url("../images/j-l-02.jpg") no-repeat scroll center top;margin-top: 40px;padding-top: 40px;width: 100%;}
.guestContent {margin: 0 auto;width: 1000px;}

.jieshao_item {margin-bottom: 45px;position: relative;}
.jieshao_img {border: 1px solid #d1d1d1;height: 270px;position: absolute;top: 0;width: 205px;z-index: 1;background-color: #fff;}
.jieshao_img img {height: 252px;width: 187px;margin: 8px;}
.jieshao_img2 img {left: -9px;}
.jieshao_right {border: 1px solid #1a8c88;letter-spacing: 1px;margin-top: 28px;min-height: 180px;padding: 44px 22px 26px;position: relative;width: 746px;}
.img_left .jieshao_img {left: 0;}
.img_left .jieshao_right {float: right;padding-left: 140px;}
.img_right .jieshao_img {right: 0;}
.img_right .jieshao_right {float: left;padding-right: 140px;}
.img_right .comic_title {right: 140px;}
.jieshao_right .comic_title {background-color: #1a8c88;font-size: 0;height: 50px;max-width: 740px;overflow: hidden;padding-left: 20px;padding-right: 26px;position: absolute;top: -25px;}
.img_left .comic_title {left: 140px;}

.comic_title em {color: #fff;font-size: 18px;line-height: 50px;margin-right: 18px;font-style: normal;}
.comic_title span {color: #fff;font-size: 18px;line-height: 50px;}
.jieshao_right p {color: #666;font-size: 16px;line-height: 28px;margin: 8px 0;}


.jieshao_img .img_right_top_bor{-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border: 1px solid #1a8c88;border-image: none;border-style: solid solid none none;border-width: 4px  4px medium medium;height: 95px;position: absolute;right: 0;top: 0;width: 95px;margin: 4px 6px 0 0;}

.jieshao_img .img_left_top_bor{-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border: 1px solid #1a8c88;border-image: none;border-style:solid none none  solid;border-width:4px medium medium 4px;height: 95px;position: absolute;left: 0;top: 0;width: 95px;margin:4px  0 0 6px;}

.img_left .jieshao_right .bottom_bor {bottom: 0;height: 23px;right: 0;position: absolute;width: 61px;border-radius: 15px 0 0;background-color: #1a8c88;text-align: center;}
.img_right .jieshao_right .bottom_bor {bottom: 0;height: 23px;left: 0;position: absolute;width: 61px;border-radius:0 15px 0 0; background-color: #1a8c88;text-align: center;}
.jieshao_right .bottom_bor a{color:#fff;text-decoration:none;outline:0;font-size:16px;}
.jieshao_right .bottom_bor a:hover,a:active{color:#fff;text-decoration:none;cursor: pointer;}
/**---------------------lp 嘉宾介绍 end----------------------------------*/

/**---------------------lp 文章列表 详细信息 begin ------------------*/

#title{padding-top:8px;height:30px;margin-bottom:19px;}
#title h4{text-align:left;font-size:16px;line-height:48px;color:#1a8c88;}
#title a{color:#1a8c88;font-size:16px;line-height:48px;}
.pic-zone{overflow:hidden;}
.pic-zone .item{border-top:1px dotted #acacac;margin-top:-1px;padding-bottom: 15px;}
.pic-zone .item .pic{width:150px;padding-top:35px;float:left;position: relative;}
.pic-zone .item .zi_blue{position:absolute;top:35px;left:0px;display:inline-block;color:#fff;padding:0 10px;line-height:26px;font-weight:bold;background-color:#0099ff;}
.pic-zone .item .zi_yellow{position:absolute;top:35px;left:0px;display:inline-block;color:#fff;padding:0 8px;line-height:24px;font-weight:bold;background-color:#ff9900;}
.pic-zone .item .txt{width:480px;float:right;padding-top:30px;}
.pic-zone .item h3 a{font-size:22px;font-weight:bold;line-height:30px;}
.pic-zone .item p{margin:10px 0;font-size: 16px;line-height: 26px;float: left;}
.pic-zone .controls{height:22px;line-height:22px;float:right;width:95px;}
.pic-zone .controls .share{cursor:pointer;}
.pic-zone .item .jiansuo{padding-top:30px;}
.pic-zone .item .jiansuo h3 {font-size:22px;font-weight:bold;line-height:30px;float: left;}
.pic-zone .item .jiansuo h3 a{font-size:22px;color:#666;}
.pic-zone .item .jiansuo h3 a:hover,a:active{color:#666;text-decoration:none;}

/*.tip{border-top: 1px dotted #acacac;padding-top:20px;margin-bottom:20px;text-align:center;font-size:12px;}
.tip  a{padding:0 8px;line-height:22px;	display:inline-block;border:1px solid #e2e2e2;}
.tip  a:hover,a:active{color:#999;text-decoration:none;}

.tip span.current{color:#fff;line-height:22px;padding:0 8px;display:inline-block;background-color:#126bb8;border:1px solid #e2e2e2;}
.tip a,.tip span.current{vertical-align:middle;}*/

.pagelist_b{margin:30px auto;}
.page {border-top: 1px dotted #acacac;font-size: 12px;padding-top: 20px;text-align: center;}
.page a {color:#333;border: 1px solid #e2e2e2;display: inline-block;line-height: 22px;padding: 0 8px;}
.page a:hover,a:active{color:#333;text-decoration:none;}
.page span.current {background-color: #126bb8;border: 1px solid #e2e2e2;color: #fff;display: inline-block;line-height: 22px;padding: 0 8px;}
.page a, .page span.current {vertical-align: middle;}


.article-box{padding-top:30px;margin-bottom:30px;}
.article-box h1{font-size: 28px;font-weight: normal;line-height: 36px;text-align: center;color:#333;margin:10px auto 15px;}
.article-box h2{font-size: 22px;font-weight: normal;line-height: 36px;text-align: center;color:#333;margin:10px auto 15px;}
.article-box .info{border-bottom: 1px dotted #b2b2b2;border-top: 1px dotted #b2b2b2;margin: 20px 0;padding: 10px 20px;text-align: center;}
.article-box p{text-indent:2em;font-size: 16px;line-height: 28px;color:#333;}
.article-box p a{text-indent:2em;font-size: 16px;line-height: 28px;color:#333;}
.article-box .pic-box{text-align:center;margin:20px; auto;}
.article-box .weixin{ background-color: #f4f4f4; margin: 25px auto;padding: 20px 70px;width: 400px;text-align:center;}
.article-box h4{color: #003399; font-size: 16px; line-height: 28px;   text-align: center;}

.article-box .article p{padding-top:30px;}
.article-box .fx{display:none;}
.article-box .xb{border-bottom: 1px dotted #b2b2b2;border-top: 1px dotted #b2b2b2;margin: 20px 0;padding: 10px 20px;text-align: center;}
.article-box .xb p{float: left;}
.article-box table{width:1000px;margin-bottom:30px;}
.article-box table td{font-size:16px;}
#article_digest{background-color: #f4f4f4;font-size: 16px;line-height: 26px;padding: 10px 20px;text-indent: 2em;margin: 30px 0;}

#article_resource,#article_author{margin-right: 30px;}


/**---------------------lp 文章列表 详细信息 end----------------------------------*/



/**---------------------lp 关于大会 begin ------------------*/
.about_reward_tit4 {background: rgba(0, 0, 0, 0) url("../images/j-l-04.jpg") no-repeat scroll center top;height: 60px; width: 100%;margin-top: 60px;}
.about-info{background:url(../images/j-l-06.jpg) no-repeat scroll center top;}
.about-info h2{width:186px;height:34px;background:#008feb;text-align:center;line-height:34px;color:#fff;font-size:22px;font-weight:500;margin:0 auto 30px;}
.about-info .con{padding:0 150px;}
.about-info .con p{font-size:16px;color:#333;line-height:30px;margin-bottom:20px;}
.about-form {background:url(../images/j14.jpg) bottom center no-repeat;padding-bottom:255px;width: 100%;}
.tab-box2 table{border:1px solid #008feb;margin-bottom: 15px;}
.tab-box2 table tr{border:1px solid #008feb;}
.tab-box2 table td,.tab-box2 table th{border:1px solid #008feb;display:table-cell; vertical-align:middle; text-align:center;color:#008feb;font-size:14px;}
.tab-box2 p.tab-txt{color:#008feb;text-align:left;padding-left:5px;}
/**---------------------lp 关于大会 end----------------------------------*/

/*------------------------------------------------------------*/
.xinwen-box{background:#007688 no-repeat scroll center bottom;height:665px;padding-top:30px}
.section10{background:#007688;margin-top:30px;}
.section10 h2{width:457px;height:199px;background:url(../images/zt44.jpg) no-repeat;margin:0 auto;text-indent:-999em;}
.section10 .focus-box{background:#006a7a;margin:0 auto 20px;padding:12px;}

.section10 .s10-focus{width:450px;height:250px;overflow:hidden; position:relative;float:left;}
.section10 .s10-focus .hd{height:10px; overflow:hidden; position:absolute; right:8px; bottom:8px; z-index:1;}
.section10 .s10-focus .hd ul{overflow:hidden; zoom:1; float:left;  }
.section10 .s10-focus .hd ul li{ float:left; margin-right:6px;width:10px; height:10px;background:#d6d6d6; cursor:pointer;text-indent:-999em;border-radius:50%;}
.section10 .s10-focus .hd ul li.on{background:#b0d509;}
.section10 .s10-focus.bd{ position:relative; height:100%; z-index:0;   }
.section10 .s10-focus .bd li{zoom:1;vertical-align:middle;position:relative;}
.section10 .s10-focus .bd img{display:block;  }
.section10 .s10-focus h3{width:430px;height:30px;line-height:30px;background:rgba(0,0,0,.6);color:#fff;text-align:center;position:absolute;left:0;bottom:0;padding:0 10px;}
.section10 .s10-focus h3 a{font-weight:normal;color:#fff;font-size:14px;}
.section10 .s10-txt{float:right;width:520px;position:relative;}
.section10 .s10-txt h3{height:46px;line-height:26px;font-size:24px;color:#fff;font-weight:normal;text-align: center;}
.section10 .s10-txt h3 a{color:#fff;font-size:24px;line-height:26px;}
.section10 .s10-txt p{font-size:16px;line-height:28px;margin:0 0 10px;padding: 0 0 0 20px;color:#fff}
.section10 .s10-txt p a{font-size:16px;line-height:28px;color:#fff;}
.section10 .s10-txt .items{}
.section10 .s10-txt .items li{font-size:14px;line-height:30px;color:#fff;position:relative;padding-left:10px;}
.section10 .s10-txt .items li a{font-size:14px;line-height:30px;color:#fff;}
.section10 .s10-txt .items li:before{content:'';width:2px;height:2px;position:absolute;left:0;top:15px;background:#fff;border-radius:50%;}
.section10 .s10-txt .more{width:57px;height:13px;background:url(../images/sec10-2.png) no-repeat;position:absolute;right:15px;bottom:0;text-indent:-999em;}
.section10 .interview-txt{width:1024px;margin:0 auto;}
.section10 .interview-box{float:left;width:512px;}
.section10 .interview-box .pic{width:187px;float:left;margin-left:10px;padding-bottom:25px;}
.section10 .interview-box .pic img{width:187px;height:187px;}
.section10 .interview-box .txt{width:275px;float:right;}
.section10 .interview-box h3{font-size:18px;color:#fff;line-height:35px;}
.section10 .interview-box h3 a{font-size:18px;color:#fff;font-weight:bold;}
.section10 .interview-box h3 .word{display:block;height:24px;background:#fff;font-size:15px;line-height:24px;color:#007789;font-weight:700;vertical-align:middle;padding:0 5px;float:left;margin-top:6px;}
.section10 .interview-box h3 i{width:15px;height:35px;background:url(../images/sec10-3.png) no-repeat;display:block;display:inline-block;vertical-align:middle;margin-right:15px;float:left;}
.section10 .interview-box p{font-size:14px;color:#fff;line-height:28px;}
.section10 .interview-box .info{margin-left:60px;}
.section10 .interview-box .info p{font-size:16px;margin-top:10px;}
.section10 .interview-box .info p a{font-size:16px;color:#fff;line-height:28px;}
.section10 .interview-box .info .time{line-height:20px;font-size:14px;margin-top:0;padding-left:20px;background:url(../images/sec10-4.png) 0 2px no-repeat; }
.news-slide{}
.news-slide li{background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;}
.news-slide a{font-size:16px;line-height:30px;color:#fff;display:block;width:430px;float:left;height:30px;position:relative;padding: 0 20px;margin-left:20px;}
.news-slide a.aLeft{float:left;}
.news-slide a.aRight{float:right;}
.news-slide a:before{position:absolute;left:0;top:12px;content:"";width:4px;height:4px;background:#fff;}
.full-page .nav .items li{position:relative;}
.full-page .nav .items li .level2-items{position:absolute;left:0;top:70px;background:rgba(0,0,0,.7);width:100%;display:none;}
.full-page .nav .items li .level2-items a{display:block;width:100%;height:30px;line-height:30px;text-align:center;font-size:14px;color:#fff;padding:0;}
.full-page .nav .items li:hover .level2-items a{border-color:transparent}




