body{
    background: #f1f2f3;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position:relative;
}
.swiper-slide img{
    width:100%;
}
.pageTop{
    position:relative;
}
.nav{
    position:absolute;
    width:100%;
    left:0;
    height:80px;
    z-index:99999;
    background-color:rgba(0,0,0,0.3);
    background-size:100% 100%;
}
.nav ul{
    text-align:center;
}
.nav>ul>li{
    height:80px;
    line-height:80px;
    display:inline-block;
    padding:0 10px;
    color:#fff;
    font-size:16px;
    position: relative;
}
.nav>ul>li>ul{
    position: absolute;
    width:150%;
    left:-25%;
    top:80px;
    background-color:rgba(0,0,0,0.3);
    padding:10px;
    display:none;
    z-index:99999;
}
.nav>ul>li>ul li{
    line-height:30px;
}
.nav>ul>li>ul li a{
    color: #fff;
    display: block;
    text-shadow: 1px 2px 2px #000;
}
.nav>ul>li>a{
    color:#fff;
    font-size:16px;
    display:block;
    height:80px;
}
.ConFirst>div a{
    font-size:0;
}
.logo img{
    vertical-align: -20px;
    width: 60px;
}
.enter{
    position:absolute;
    left:50%;
    margin-left:-120px;
    top:50%;
    margin-top:-78px;
    width:240px;
}
.enter p{
    color:#fff;
    font-size:30px;
    padding:2px 0;
}
.video{
    font-size:14px!important;
}
.video span{
    padding-left:10px;
}
.video span img{
    width:15px;
    height:15px;
    vertical-align:-2px;
}
.content{
    width:1100px;
    margin:auto;
    margin-top:-60px;
    position:relative;
    z-index:9999;
    box-shadow:0px -2px 25px rgba(0,0,0,0.3);
    padding-bottom:90px;
    background: #fff;
}
.ConFirst>div{
    width:25%;
    float:left;
    font-size:0;
    position:relative;
}

.ConFirst>div img{
    width:100%;
}
.ConFirst>div span{
    font-size:18px;
    position:absolute;
    display:block;
    width:100%;
    text-align:center;
    color:#fff;
    top:50%;
    left:0;
    margin-top:-11px;
}
.ConSecond>div{
    float:left;
    width:50%;
    height:170px;
    border-bottom:1px solid #eee;
}
.ConSecond>div ul{
    padding:15px 25px;
}
.ConSecond>div ul li a{
    color:#333;
    font-size:14px;
    display: block;
}
.ConSecond>div ul li span{
    display:inline-block;
    width:70%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height:30px;
}
.ConSecond>div ul li b{
    display:inline-block;
    font-weight:normal;
    text-align:right;
    width:30%;
    vertical-align: top;
    line-height:30px;
    color: #666;
}
.tL{
    text-align:left!important;
}
.more{
    padding-top:20px;
}
.more a{
    color:#666!important;
}
.conImg{
    background-size:100% 100%;
    padding:20px 30px;
}
.conImg1{
    background:url("../images/展会动态.jpg") no-repeat;
    float:right!important;
}
.conImg2{
    background:url("../images/行业新闻.jpg") no-repeat;
}
.conImg3{
    background:url("../images/往期回顾.jpg") no-repeat;
    float:right!important;
}
h1{
    color: #fff;
    font-size:16px;
    font-weight:normal;
}
.detailImg{
    padding:20px 30px;
}
.detailImg h1{
    color:#333;
}
.detailImg p{
    color:#444;
    font-size:14px;
    line-height:25px;
    padding-top:10px;
}
.clearout {
    height:20px;
    clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    text-align:center;
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#fff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
    z-index:9999;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
    z-index:9999;
}
.cooperate{
    background: #fff;
    padding:10px 0;
    text-align:center;
    font-size:24px;
    padding-top:30px;
    color:#333;
}
.footer{
    background: #fff;
    padding:50px 0;
    margin-top:100px;
    position: relative;
}
.wxewm{
    width:110px;
    display:block;
    margin:0 auto;
    margin-top:-105px;
}
.pt{
    text-align: center;
    padding-top:30px;
}
.pt a{
    padding:0 10px;
}
.footer p{
    font-size:14px;
    text-align: center;
    padding-top:20px;
}
html, body {overflow-x: hidden; }
body { margin: 0; font-size: 20px; font-family: "Source Sans Pro", helvetica, sans-serif; font-weight: 200; color: #6e6e6e; }
a { color: #515151; text-decoration: none; }
p { margin-top: 0; margin-bottom: 0; padding-top: 10px; padding-bottom: 10px; font-family: "Microsoft Yahei" }
h1 { font-weight: 200; }
ul { list-style-type: none; padding: 0; }
::selection { background-color: #e77878; color: white; }
.wrapper { width: 100%; box-sizing: border-box; border-top: 2px solid #6c6c6c; }
.link-menu { font-size: 2.2rem; }
.link-menu:hover { color: #807d7d; }
.main-content { padding: 50px 0 30px; text-align: center; }
.headline { font-size: 3.6rem; font-weight: 400; }
.headline-main { color: #3c3c3c; }
.download { padding-top: 40px; }
.btn-download { display: inline-block; text-align: center; padding: 6px; background-color: #424242; color: white; border: 2px solid #6c6c6c; font-size: 1.2rem; }
.btn-download:hover { background-color: #6c6c6c; color: #ececec; border: 2px solid #424242; }
.sidebar { background-color: #312f2f; }
.sidebar li + li { margin-top: 12px; }
.sidebar li a { padding:10px; display: block; color: #cecece;
    text-align: center;}
.sidebar li a:hover { background-color: #424242; }
.sidebar li a.current { background-color: #6b6464; }
.jsc-sidebar { position: fixed; top: 0; left: 0; width: 220px; height: 100%; font-family: "Microsoft Yahei" }
.jsc-sidebar-content { position: relative; top: 0; left: 0; min-height: 100%; z-index: 10; background-color: #f1f2f3; }
.jsc-sidebar-pulled { transition: transform 0.5s ease; -webkit-transition: -webkit-transform 0.5s ease; -moz-transition: -moz-transform 0.5s ease; -ms-transition: -ms-transform 0.5s ease; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; -webkit-perspective: 1000; }
.jsc-sidebar-pushed { transform: translate3d(220px, 0, 0); -webkit-transform: translate3d(220px, 0, 0); -moz-transform: translate3d(220px, 0, 0); -ms-transform: translate3d(220px, 0, 0); }
.jsc-sidebar-scroll-disabled { position: fixed;
    overflow-y: auto; }
.jsc-sidebar{
    padding-top:20px;
    overflow:auto;
}
.jsc-sidebar-trigger{
    position: absolute;
    top:20px;
    left:20px;
    z-index:99999;
    display:none;
}
.jsc-sidebar-trigger span{
    display: block;
    border-top:4px solid #fff;
    margin:5px 0;
    width:30px;
}
.jsc-sidebar ul li ul{
    display:none;
}
.jsc-sidebar ul li.cur ul{
    display:block;
}
.jsc-sidebar ul li ul li a{
    font-size:12px;
    padding:5px;
}
.ConTab{
    text-align: center;
}
.ConTab ul li{
    display: inline-block;
    padding:10px 20px;
    line-height:60px;
    border-bottom:3px solid #fff;
    font-size:16px;
}
.ConTab ul li a{
    display: inline-block;
    font-size:16px;
    border-bottom:0px solid #fff;
    padding:10px 20px;
}


.ConTab ul a li{
    font-size:16px;
    border-bottom:0px solid #fff;
    padding:10px 20px;
}



.ConTab ul li.cur{

    border-bottom:3px solid #8204c0;
}
.ConTab ul li.on{

    border-bottom:3px solid #ff739a;
}
.ConBox dl dt{
    padding:0 20px;
}
.ConBox dl dt img{
    width:100%;
}
.ConBox p{
    line-height:30px;
    font-size:14px;
}
.ConBox dl dd{
    padding:0 20px;
}
.detailBox>div{
    font-size:14px;
    padding:5px 0;
}
.detailBox>div>label{
    display: block;
    width:70px;
    font-size:14px;
    float:left;
}
.detailBox>div>div{
    padding-left:70px;
}
.ConTab{
    padding:0 20px;
}
.tabList{
    border-bottom:1px solid #eee;
}
.ConList>div{
    float:left;
    width:50%;
    margin-top:20px;
}
.ConList>div dl dt img{
    width:100%;
}
.ConList>div dl{
    width:90%;
    margin:auto;
    height:366px;
    overflow:hidden;
}
.ConList>div dl dd{
    padding-top:20px;
}
.ConList>div dl dd h1{
    font-size:20px;
    color: #333;
}
.ConList>div dl dd p{
    font-size:16px;
    color: #666;
    padding-top:20px;
    font-weight:normal;
    line-height:25px;
}
.ConList>div dl dd p a{
    color: #777;
    font-size:16px;
}
.logoImg{
    text-align:center;
}
.box{
    width:100%;
    position:absolute;
    left:0%;
    text-align:center;
    top:50%;
    margin-top:-84px;
}
.logoImg img{
    width:100px;
}
.enterWord{
    text-align:center;
    padding-top:20px;
}
.enterWord a{
    text-align:center;
    color:#fff;
    padding:10px 20px;
    font-size:34px;
    opacity:0.5;
    transition:all .5s;
    -moz-transition:all .5s; /* Firefox 4 */
    -webkit-transition:all .5s; /* Safari and Chrome */
    -o-transition:all .5s; /* Opera */
}
.enterWord a:hover{
    opacity:1;
}
.lan{
    position: absolute;
    top:10px;
    right:10px;
    line-height:20px;
    font-size:14px!important;
}
.lan a{
    line-height:20px;
    display: inline-block!important;
    font-size:14px!important;
    color: #fff;
}
.ConSecond ul li a span:hover{
    text-decoration: underline;
}
.detailImg p a:hover{
    text-decoration: underline;
}
.fixedNav{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    display:none;
    background: #fff;
    box-shadow: 2px 3px 2px rgba(9,9,9,0.3);
}
.fixedNav>ul>li>a{
    color: #333;
}
.fixedNav .lan{
    top:20px;
}
.fixedNav .lan,.fixedNav .lan a{
    color: #333;
}
.fixedNav>ul>li{
    line-height:80px;
}
.fixedNav>ul>li ul{
    background: #fff;
    top:80px;
    padding-bottom:10px;
    box-shadow: 2px 3px 2px rgba(9,9,9,0.3);
}
.fixedNav>ul>li ul li a{
    color: #333;
    text-shadow: none;
}
.fixedNav>ul>li ul li a:hover{
    text-decoration: underline;
}