@charset "UTF-8";
/* css reset */
html,body,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,select,textarea,button,th,td,blockquote,address,var,pre{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,input,textarea,select,button,label{font-size:100%;}
button,select,textarea,input{vertical-align:middle;color:#444;}
input[type=button],input[type=submit],input[type=reset],input[type=file],button{cursor:pointer;overflow:visible;width:auto;}
button{padding:3px 5px 2px;}
textarea{resize:vertical;}  /* word-wrap for opera, resize for webkit */
a{ color:#0099cc;text-decoration:none;}
a:hover{ text-decoration:none;}
ul,ol{ list-style:none;}
img,fieldset{border:0;}
img{overflow:hidden;vertical-align:top;}
em,address,var{font-style:normal;}
sup,sub{vertical-align:baseline;}
table{border-collapse:collapse;border-spacing:0;}
i{display:inline-block;} /*用于修饰性小图标*/
input{outline:none}
.hide{display:none!important;}
/*清除浮动*/
.clear { clear: both; }
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }
/*浮动*/
.fl{ float: left; }
.fr{ float: right; }

body{font: 14px/22px "Microsoft YaHei","simsun",Verdana;color: #333;}
.layout{margin: 0 auto;width:1100px;}
.middle{margin: 0 auto;width:1100px;}
.layout-color{color: #0086d1;}
.double{ color: #fff;}
.hide{display: none;}
.br0{ border-right:0!important;}
.mr0{ margin-right:0!important;}
.mb0{ margin-bottom:0!important;}
.h5{ height:5px;}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a, abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,
q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table, caption,tbody,tfoot,thead,
tr,th,td,article,aside,canvas,details,embed,figure, figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    font-family: "\5FAE\8F6F\96C5\9ED1","Hiragino Sans GB","\9ED1\4F53";
    padding: 0;
    border: 0;
    margin: 0;
}
/*bootstrap*/
.container {
    padding: 0;
}
.row {
    margin-right: -12.5px;
    margin-left: -12.5px;
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,
.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,
.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12, .col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{
    padding-right: 12.5px!important;
    padding-left: 12.5px!important;
}
@media (min-width: 1200px){
    .container {
        width: 1165px;
    }
}
/*---- index 首页 ----*/
/*header-navline*/
.top{
    position: relative;
    height: 80px;
}

.top .logo{
    float: left;
    width: 173px;
    margin: 17px 0;
}
.top .logo img{
    width: 100%;
}
.nav-list{
    height: 80px;
    line-height: 80px;
    margin-left: 105px;
    float: left;
}
.nav-list li{
    position: relative;
    float: left;
    height: 80px;
    line-height: 80px;
    margin: 0 30px;
}
.nav-list li a{
    font-size: 18px;
    color: #333;
}
.nav-list li.cur a,.nav-list li:hover a{
    text-decoration: none;
    color: #0099cc;
}
.nav-list li .nav-line{
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    height: 3px;
}
.nav-list li.cur .nav-line,.nav-list li:hover .nav-line{
    background: url("../images/bg-line4.png") no-repeat;
}
.nav-list li .sub-menu{
    display: none;
    position: absolute;
    top: 80px;
    left: -50px;
    width: 170px;
    background: #fff url("../images/bg-sub.png") no-repeat;
    box-shadow: 0 9px 15px rgba(5,18,31,0.4);
}
.nav-list li .sub-menu li{
    width: 100%;
    height: 47px;
    line-height: 47px;
    margin: 0 auto;
    text-align: center;
}
.nav-list li .sub-menu li:hover,.nav-list li .sub-menu li.hover{
    background: #edf6fa;
    border-top: 1px solid #dae3e5;
    border-bottom: 1px solid #dae3e5;
}
.nav-list li:hover .sub-menu li a{
    color: #333;
}
.nav-list li .sub-menu li:hover a{
    color: #0099cc;
}
.top-fr{
    float: right;
    height: 80px;
    line-height: 80px;
}
.top-fr a{
    display: none;
    font-size: 18px;
    color: #333;
    margin: 0 12px;
}
.top-fr a.a-icon{
    display: none;
    width: 29px;
    height: 19px;
    background: url("../images/top-icon.png") no-repeat center;
    margin-right: 0;
}
@media only screen and (max-width: 1200px){
    .nav-list{
        margin-left: 80px;
    }
    .nav-list li{
        margin: 0 20px;
    }
}
@media only screen and (max-width: 991px){
    .nav-list {
        margin-left: 0;
    }
    .nav-list li{
        margin: 0 8px;
    }
    .top-fr a{
        margin: 0 5px;
    }
}
@media only screen and (max-width: 768px){
    .nav-list{
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        z-index: 100;
        height: auto;
        line-height: 50px;
        background: rgba(255,255,255,0.8);
    }
    .nav-list li{
        float: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
        line-height: 50px;
    }
    .nav-list li a{
        display: block;
    }
    .nav-list li .nav-line{
        display: none;
    }
    .nav-list li .sub-menu{
        position: static;
        width: 100%;
        background: none;
        box-shadow: none;
    }
    .nav-list li .sub-menu li{
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
        text-align: left;
        border-bottom: 1px solid #dae3e5;
    }
    .nav-list li .sub-menu li:hover{
        border-top: 0;
        background: none;
    }
    .nav-list li .sub-menu li a{
        font-size: 16px;
        color: #666;
    }
    .top-fr a.a-icon{
        display: inline-block;
    }
}
@media only screen and (max-width: 480px){
    .top .logo{
        width: 140px;
        margin: 22px 0;
    }
}
/*banner*/
.banner{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.banner a{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.banner a img{
    width: 100%;
}
.banner .b-mob {
    display: none;
}
@media only screen and (max-width: 768px){
    .banner .pc-mob{
        display: none;
    }
    .banner .b-mob{
        display: block;
    }
}
/*content*/
.content{
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    padding: 25px 0 55px;
}
.content .bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url("../images/bg.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.cont-list .inner{
    position: relative;
}
.cont-list .inner a img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.cont-list .inner .a-title {
    color: #fff;
    padding: 17px 0 0 37px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-decoration: none;
}
.cont-list .inner .a-title:before{
    position: absolute;
    left: 20px;
    top: 0;
    content: '';
    display: inline-block;
    background: url("../images/ico-title.png");
    width: 3px;
    height: 50px;
}
.cont-list .inner .a-title h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
}
/*video*/
.video-list li{
    float: left;
    width: 47.3%;
    margin-bottom: 15px;
}
.video-list li:nth-child(1){
    margin-right: 25px;
}
.video-list li:last-child{
    width: 100%;
    margin-bottom: 0;
}
.video-img {
    width: 100%;
    position: relative;
}
.video-img img {
    width: 100%;
}
.video-list li .video-img img{
    height: 126px;
    overflow: hidden;
}
.video-list li:last-child  .video-img img{
    height: 214px;
}
.play-sm {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: url("../images/ico-play.png") no-repeat center center;
}
.video-list .video-img .title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    height: 31px;
    background: url("../images/bg-title.png") no-repeat -18px 0;
}
.video-list .video-img .title h4 {
    float: left;
    margin: 0;
    line-height: 31px;
    padding-left: 10px;
}
.video-list .video-img .title h4 a{
    font-size: 16px;
    color: #fff;
}
@media only screen and (max-width: 1200px){
    .main-social-list li{
        padding: 8px 15px 0 25px;
    }
    .main-social-list li a{
        font-size: 14px;
        line-height: 24px;
    }
    .main-social-list li em{
        font-size: 14px;
        padding-left: 8px;
    }
    .video-list li{
        width: 46.5%;
    }
    .video-list .video-img .title{
        background-position: -46px 0;
    }
}
@media only screen and (max-width: 991px){
    .container{
        padding-right: 15px;
        padding-left: 15px;
    }
    .cont-list .inner .a-title{
        padding: 13px 0 0 22px;
    }
    .cont-list .inner .a-title:before{
        left: 10px;
        height: 40px;
        background-position: center bottom;
    }
    .cont-list .inner .a-title h3{
        font-size: 24px;
    }
    .main-categories .read-more, .main-social-feed-items .read-more, .figure .read-more{
        right: 6px;
    }
    .main-social-feed-items h3, .figure h3, .main-categories h3, .main-category h3{
        font-size: 24px;
    }
    .video{
        margin-top: 15px;
    }
    .video-list li{
        width: 48%;
    }
    .video-list .video-img .title{
        background-position: -18px 0;
    }
    .video-list li .video-img img{
        height: 195px;
    }
    .video-list li:last-child  .video-img img{
        height: 449px;
    }
}
@media only screen and (max-width: 767px){
    .content{
        padding: 12px 0 28px;
    }
    .main-product-row, .main-social, .main-categories,.figure{
        margin-top: 15px;
    }
    .cont-list .item{
        max-width: 420px;
    }
    .cont-list .item.last{
        margin: 10px auto;
        float: none;
    }
}
@media only screen and (max-width: 680px){
    .video-list li:nth-child(1) {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 560px){
    .cont-list .item{
        float: none;
        width: 100%;
        max-width: 420px;
        margin: 10px auto;
        text-align: center;
    }
    .cont-list .item.last{
        margin: 0 auto;
    }
    .cont-list .inner .a-title {
        padding-left: 38px;
    }
    .cont-list .inner .a-title:before{
        left: 24px;
    }
    .cont-list .inner .a-title h3{
        text-align: left;
    }
    .video-list li {
        width: 47.3%;
    }
}
@media only screen and (max-width: 480px){
    .main-social-list li{
        padding-top: 12px;
    }
    .video-list li{
        width: 100%;
        margin-bottom: 10px;
    }
    .video-list li:nth-child(1) {
        margin-right: 0;
    }
    .video-list li .video-img img,.video-list li:last-child  .video-img img{
        height: auto;
    }
}
@media only screen and (max-width: 440px){
    .cont-list .inner .a-title {
        padding-left: 36px;
    }
    .cont-list .inner .a-title:before {
        left: 20px;
    }
}
@media only screen and (max-width: 413px){
    .cont-list .inner .a-title {
        padding-left: 30px;
    }
    .cont-list .inner .a-title:before {
        left: 14px;
    }
}
@media only screen and (max-width: 350px){
    .main-social-list li {
        padding: 8px 12px 0;
    }
}
/*footer*/
.footer{
    width: 100%;
    height: 108px;
    background: #0099cc url("../images/bg-footer.png") no-repeat;
}
.foot-logo{
    /*padding: 26px 0;*/
    padding: 41px 0;
}
.foot-logo a{
    display: block;
}
.foot-logo .logo1{
    width: 99px;
    height: 26px;
    background: url("../images/logo-footer.png");
}
.foot-logo .logo2{
    display: none;
    width: 99px;
    height: 17px;
    background: url("../images/logo-mwc.png");
    margin-top: 13px;
}
.foot-l .line2{
    width: 1px;
    height: 30px;
    background: rgba(255,255,255,0.3);
    margin: 39px 26px;
}
.foot-l .info{
    padding: 36px 0;
}
.foot-l .info a{
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    padding-right: 30px;
    font-weight: 300;
    cursor: default;
}
.foot-r{
    margin-top: 38px;
}
.foot-r a{
    display: inline-block;
    height: 35px;
    margin-left: 5px;
}
.foot-r .a-apple{
    display: none;
    width: 96px;
    background: url("../images/ico-apple-w.png") no-repeat;
}
.foot-r .a-and{
    display: none;
    width: 86px;
    background: url("../images/ico-and-w.png") no-repeat;
}
.foot-r .a-sina{
    width: 35px;
    background: url("../images/ico-sina-w.png") no-repeat;
}
.foot-r .a-webchat{
    position: relative;
    width: 35px;
    background: url("../images/ico-webchat-w.png") no-repeat;
}
.foot-r .a-webchat .img{
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 100px;
    box-shadow: 0 3px 8px rgba(0, 34, 51, .15);
    display: none;
    z-index: 100;
}
.foot-r .a-webchat:hover .img{
    display: block;
}
.foot-r .a-webchat .img img{
    width: 100%;
}
@media only screen and (max-width: 991px){
    .footer{
        height: auto;
    }
    .footer .foot-l,.footer .foot-r{
        width: 100%;
    }
    .footer .foot-r{
        text-align: right;
        padding-bottom: 10px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 720px){
    .foot-l .line2{
        margin: 26px 10px;
    }
    .foot-l .info a{
        font-size: 16px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 590px){
    .foot-l .line2{
        display: none;
    }
    .foot-l .info{
        float: right;
    }
}
@media only screen and (max-width: 560px){
    .foot-logo{
        padding: 20px 0 10px;
    }
    .foot-l .info{
        text-align:left;    
        width: 100%;
        padding: 0 0 10px;
    }
    .foot-l .info a{
        display: block;
        /*text-align: right;*/
        padding-right: 0;
        line-height: 30px;
    }
}
/*bottom*/
.bottom{
    width: 100%;
    height: 50px;
    background: #282828;
}
.bottom .copyright{
    font-size: 16px;
    line-height: 50px;
    color: #999;
}
@media only screen and (max-width: 480px){
    .bottom .copyright{
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
/*go-top*/
.go-top{
    position: fixed;
    right: 200px;
    bottom: 90px;
    z-index: 1;
}
.ico-top{
    display: none;
    width: 45px;
    height: 45px;
    display:none;
    background: url("../images/ico-top.png") no-repeat;
}
@media only screen and (max-width: 1300px){
    .go-top{
        right: 30px;
        bottom: 20px;
    }
}
/*视频播放*/
#player_wrapper { height: 540px; width: 960px; display: block; overflow: hidden; }
.fancybox-skin{ background: none;}
.fancybox-inner{ z-index: 8030;}
.fancybox-outer {  background: none; }
.fancybox-wrap { padding: 0; }
.fancybox-bg{display:none;}
.speaker-bgcolor { background-color: #f5f5f5;min-height: 320px; }
.speaker-bgcolor > h4, .speaker-bgcolor > p{padding:0 10px;}
.fancybox-lock body { overflow: hidden !important; }
.fancybox-close{ z-index: 99999; }
@media  (max-width: 768px){
    #player_wrapper { height: auto; width: 100%; }
    .fancybox-wrap { width: 96% !important;  left: 2% !important; }
    .fancybox-outer { background: none; }
    .fancybox-content { width: 100% !important; height: auto !important; }
    .fancybox-content >div { overflow:hidden!important; }
    .fancybox-inner{ width:100%!important;height:100%!important;}
    .fancybox-close{ top: -15px; right: -7px;}
}
/*---- skill-view 技术观点 ----*/
.content .bg1{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url("../images/bg1.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.content .cont-main{
    width: 100%;
    margin: 0 auto;
}
.cont-main .inner-l .major{
    padding: 0 20px 30px;
    background: #fff url("../images/bg-main.png") no-repeat top right;
}
.cont-main .inner-l .title{
    line-height: 55px;
    background: url("../images/ico-title3.png") no-repeat;
}
.cont-main .inner-l .title h1{
    font-size: 30px;
    color: #0099cc;
    padding-top: 23px;
    padding-left: 14px;
}
.cont-main .inner-l .img{
    width: 100%;
    margin: 30px auto 0;
}
.cont-main .inner-l .img img{
    width: 100%;
}
.cont-main .inner-l .head-list{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.cont-main .inner-l .head-list span{
    display: inline-block;
    min-width: 38px;
    height: 74px;
    line-height: 74px;
    margin: 0 24px;
    text-align: center;
    font-size: 18px;
    color: #999;
    background: url("../images/bg-dot.png") no-repeat center 55px;
    cursor: pointer;
}
.cont-main .inner-l .head-list span.cur{
    color: #0099cc;
    background: url("../images/bg-line2.png") no-repeat center 55px;
}
.det-list li{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.det-list li .img{
    width: 29%;
}
.det-list li .img img{
    width: 100%;
}
.det-list li .info{
    width: 71%;
    padding-left: 20px;
}
.det-list li .info h3{
    font-size: 18px;
    line-height: 24px;
    color: #0099cc;
}
.det-list li .info p{
    font-size: 12px;
    line-height: 22px;
    color: #999;
    padding-top: 10px;
}
.det-list li .info a{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #0099cc;
    font-weight: 400;
    padding-top: 10px;
}
.det-list li .info a:after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 13px;
    background: url("../images/ico-arrow.png");
    margin: 0 0 0 6px;
    vertical-align: middle;
}
.cont-main .inner-l .switch{
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
}
.cont-main .inner-l .switch .a-more{
    display: block;
    width: 155px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e6eff2;
    border-radius: 3px;
    font-size: 16px;
    color: #ccc;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.cont-main .inner-l .switch:hover .a-more{
    border-color: #0099cc;
    color: #0099cc;
}
.cont-main .inner-l .switch .cur-a{
    display: block;
}
.cont-main .inner-l .switch .cur-b{
    display: none;
}
.cont-main .inner-l .switch .a-more:after{
    content: '';
    display: inline-block;
    width: 15px;
    height: 8px;
    background: url("../images/ico-down.png") no-repeat;
    margin: 0 0 0 5px;
}
.cont-main .inner-l .switch:hover .a-more:after{
    background: url("../images/ico-down-h.png") no-repeat;
}
.cont-main .inner-l .switch .cur-b:after {
    background: url("../images/ico-up.png") no-repeat;
}
.cont-main .inner-l .switch:hover .cur-b:after{
    background: url("../images/ico-up-h.png") no-repeat;
}
@media only screen and (max-width: 991px){
    .cont-main .inner-l{
        float: none;
    }
    .cont-main .inner-r{
        margin: 12px auto 0;
        float: none;
    }
}
@media only screen and (max-width: 720px){
    .cont-main .inner-l .title{
        line-height: 45px;
        background-position: 0 -12px;
    }
    .cont-main .inner-l .title h1{
        font-size: 24px;
        padding-top: 18px;
    }
    .cont-main .inner-l .img{
        margin: 15px auto 0;
    }
}
@media only screen and (max-width: 480px){
    .cont-main .inner-l .head-list span{
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        margin: 0 12px;
        background-position: center 45px;
    }
    .cont-main .inner-l .head-list span.cur{
        background-position: center 45px;
    }
    .det-list li{
        margin-bottom: 10px;
    }
    .det-list li .img,.det-list li .info{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .det-list li .info{
        padding-left: 0;
        padding-top: 10px;
    }
    .det-list li .info h3{
        font-size: 16px;
        line-height: 22px;
    }
    .det-list li .info p{
        line-height: 20px;
        padding-top: 5px;
    }
    .det-list li .info a{
        padding-top: 5px;
    }
}
/*---- skill-detail 技术观点详情 ----*/
.cont-main .inner-l .sub{
    padding: 10px 14px 0;
}
.cont-main .inner-l .sub h3{
    font-size: 30px;
    line-height: 36px;
    color: #333;
    font-weight: 600;
    padding: 25px 0;
}
.cont-main .inner-l .sub p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #333;
}
.cont-main .inner-l .sub p img{
    width: 100%;
}
.cont-main .inner-l .sub table {
    width: 100%;
    border: 1px solid #cccccc;
    margin-bottom: 30px;
    background: #f0f4f7;
}
.cont-main .inner-l .sub table th,.cont-main .inner-l .sub table td {
    width: 11.6%;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    text-align: center;
    padding: 15px 25px;
}
.cont-main .inner-l .sub table .m-title {
    font-weight: bold;
}
.cont-main .inner-l .sub .m-tab {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #333;
}
.cont-main .inner-l .sub .m-tab p {
    margin-bottom: 0;
}
@media only screen and (max-width: 720px){
    .cont-main .inner-l .sub{
        padding: 10px 0 0;
    }
    .cont-main .inner-l .sub h3{
        font-size: 22px;
        line-height: 30px;
        padding: 12px 0;
    }
    .cont-main .inner-l .sub p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .cont-main .inner-l .sub table{
        margin-bottom: 15px;
    }
    .cont-main .inner-l .sub table th, .cont-main .inner-l .sub table td{
        font-size: 12px;
        padding: 10px;
    }
    .cont-main .inner-l .sub .m-tab{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 360px){
    .cont-main .inner-l .sub table th, .cont-main .inner-l .sub table td{
        padding: 5px;
    }
}
@media only screen and (max-width: 320px){
    .cont-main .inner-l .sub table th, .cont-main .inner-l .sub table td{
        padding: 2px;
    }
}
/*---- video 精彩视频 ----*/
.cont-main .inner-l .cont-video{
    width: 100%;
    margin: 30px auto 0;
}
.cont-video .cv-list{
    margin-right: -12.5px;
    margin-left: -12.5px;
}
.cont-video .cv-list li{
    margin-bottom: 20px;
}
.cont-video .cv-list li .video-img .play-sm{
    top: -9%;
}
.cont-video .cv-list li .info{
    height: 51px;
    background: #f5f9fa url("../images/bg-main2.png") no-repeat bottom right;
}
.cont-video .cv-list li .info h3{
    font-size: 16px;
    line-height: 51px;
    color: #333;
    padding-left: 20px;
}
@media only screen and (max-width: 720px){
    .cont-main .inner-l .cont-video{
        margin: 15px auto 0;
    }
}
@media only screen and (max-width: 480px){
    .cont-video .cv-list li {
        margin-bottom: 10px;
    }
    .cont-video .cv-list li .info h3{
        font-size: 14px;
        padding-left: 10px;
    }
}
/*---- photo-live 图片直播 ----*/
.cont-main .inner-l .head-list2 span.cur{
    width: 72px;
    background: url("../images/bg-line3.png") no-repeat center 55px;
}
.cont-main .inner-l .photo-list li{
    float: left;
    width: 48%;
    margin-right: 25px;
    margin-bottom: 20px;
}
.cont-main .inner-l .photo-list li a{
    display: block;
}
.cont-main .inner-l .photo-list li a img{
    width: 100%;
}
.cont-main .inner-l .photo-list li .menu li{
    width: 50%;
    margin-right: 0;
}
.cont-main .inner-l .photo-list li .menu li:nth-child(3),
.cont-main .inner-l .photo-list li .menu li:nth-child(4){
    margin-bottom: 0;
}
.cont-main .inner-l .photo-list li .menu img{
    height: 115px;
}
.cont-main .inner-l .download{
    float: left;
    position: relative;
    margin-top: -15px;
}
.cont-main .inner-l .download a{
    font-size: 12px;
    line-height: 24px;
    color: #0099cc;
}
.cont-main .inner-l .download a:hover{
    text-decoration: underline;
}
.cont-main .inner-l .text{
    margin: 20px auto;
    text-align: center;
}
.cont-main .inner-l .text .txt{
    width: 37.8%;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e6eff2;
    border-radius: 2px;
    padding-left: 10px;
    font-size: 14px;
    color: #ccc;
}
.cont-main .inner-l .text .btn{
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    outline: none;
    border: 1px solid #e6eff2;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    color: #0099cc;
    background: none;
    padding: 0;
}
@media only screen and (max-width: 720px){
    .cont-main .inner-l .photo-list li{
        width: 47.5%;
    }
}
@media only screen and (max-width: 590px){
    .cont-main .inner-l .photo-list li .menu img{
        height:auto;
    }
    .cont-main .inner-l .photo-list li{
        width: 47.2%;
    }
    .cont-main .inner-l .text .txt{
        width: 50%;
    }
    .cont-main .inner-l .text .btn{
        width: 20%;
    }
}
@media only screen and (max-width: 540px){
    .cont-main .inner-l .photo-list{
        padding-bottom: 15px;
    }
    .cont-main .inner-l .photo-list li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .cont-main .inner-l .photo-list li .menu.row{
        margin-right: -8px;
        margin-left: -8px;
    }
    .cont-main .inner-l .photo-list li .menu li.col-md-6{
        padding-right: 8px!important;
        padding-left: 8px!important;
    }
    .cont-main .inner-l .download{
        margin-top: -25px;
    }
}
@media only screen and (max-width: 480px){
    .cont-main .inner-l .head-list2 span.cur{
        background-position: center 45px;
    }
    .cont-main .inner-l .text .txt {
        width: 60%;
        padding-left: 5px;
    }
}
@media only screen and (max-width: 320px){
    .cont-main .inner-l .text .txt {
        width: 70%;
    }
}
/*---- news-publish 新闻发布 ----*/
.cont-main .inner-l .news-list{
    margin: 10px auto 0;
}
.cont-main .inner-l .news-list li{
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf7fa;
    margin-bottom: 15px;
}
.cont-main .inner-l .news-list li a{
    display: block;
}
.cont-main .inner-l .news-list li h3{
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #0077bf;
    font-weight: 500;
}
.cont-main .inner-l .news-list li h3 span{
    display: inline-block;
    width: 75%;
    color: #0099cc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cont-main .inner-l .news-list li h3 em{
    float: right;
    font-size: 14px;
    color: #999;
}
.cont-main .inner-l .news-list li p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-top: 5px;
}
@media only screen and (max-width: 480px){
    .cont-main .inner-l .news-list li{
        margin-bottom: 10px;
    }
    .cont-main .inner-l .news-list li h3{
        font-size: 16px;
        line-height: 24px;
    }
    .cont-main .inner-l .news-list li h3 span{
        width: 70%;
    }
    .cont-main .inner-l .news-list li h3 em{
        font-size: 12px;
    }
    .cont-main .inner-l .news-list li p{
        font-size: 12px;
        line-height: 22px;
        padding-top: 2px;
    }
}
/*---- exhibition 展会亮点 ----*/
.cont-main .inner-l .exh-list{
    margin-right: -12.5px;
    margin-left: -12.5px;
}
.cont-main .inner-l .exh-list li{
    margin-bottom: 20px;
}
.cont-main .inner-l .exh-list li .img{
    width: 100%;
}
.cont-main .inner-l .exh-list li .img img{
    width: 100%;
}
.cont-main .inner-l .exh-list li .info{
    height: 82px;
    background: #f5f9fa url("../images/bg-main3.png") no-repeat bottom right;
}
.cont-main .inner-l .exh-list li .info h3{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding-left: 20px;
    padding-top: 16px;
}
@media only screen and (max-width: 1200px){
    .cont-main .inner-l .exh-list li .info h3{
        padding-left: 15px;
        padding-top: 10px;
    }
}
@media only screen and (max-width: 480px){
    .cont-main .inner-l .exh-list li .info h3{
        padding: 10px 10px 0;
    }
}
/*---- exhibition-detail 展会亮点详情 ----*/
.cont-main .inner-l .sub .m-img li {
    float: left;
    margin-right: 20px;
    width: 36%;
    box-shadow: 0 -5px 10px rgba(6,40,66,.1);
}
.cont-main .inner-l .sub .m-img li.last {
    margin-right: 0;
    width: 61%;
}
.cont-main .inner-l .sub .m-img li img {
    width: 100%;
}
@media only screen and (max-width: 1200px){
    .cont-main .inner-l .sub .m-img li{
        margin-right: 5px;
    }
}
/*fancybox*/
.fancybox-title-over-wrap{
    bottom: 10px;
    width: 315px;
    background: url("../images/bg-fan.png") no-repeat;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fancybox-skin{
    border-radius: 0;
}
@media only screen and (max-width: 414px){
    .fancybox-title-over-wrap{
        bottom: 0;
        width: 250px;
        background: url("../images/bg-fan.png") no-repeat -70px 0;
    }
}
/*fix-head*/
.fix-head{
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #fff;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.fix-head .fix-l{
    padding-top: 20px;
}
.fix-head .fix-l .a-icon{
    display: block;
    width: 11px;
    height: 24px;
    background: url("../images/ico-return.png") no-repeat center;
}
.fix-head .fix-logo{
    max-width: 45%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    white-space: nowrap;
}
.fix-head .fix-logo a{
    display: block;
    width: 92px;
    margin: 15px auto;
}
.fix-head .fix-logo img{
    width: 100%;
}
.fix-head .fix-r{
    padding-top: 20px;
}
.fix-head .fix-r .a-icon{
    display: block;
    width: 29px;
    height: 19px;
    background: url("../images/top-icon.png") no-repeat center;
}
.fix-head .fix-nav{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    z-index: 99999;
}
.fix-head .fix-nav.mobile-menu-open {
    right: 0;
    box-shadow: -5px 0 10px rgba(0,0,0,.2);
}
.fix-head .fix-nav ul li {
    border-bottom: 1px solid #ededed;
    padding: 10px 20px;
}
.fix-head .fix-nav ul li a {
    display: block;
    color: #333;
}
#close-mobile a {
    display: block;
    float: right;
    padding: 0 15px;
    margin-right: -15px;
}


.fancybox-nav span{
    width: 33px;
    height: 33px;
}
.fancybox-prev span{
    background: url("../images/ico-prev.png") no-repeat;
}
.fancybox-next span{
    background: url("../images/ico-next.png") no-repeat;
}
/*20180103添加*/
.fancybox-download{
    position:absolute;
    right: 0;
    bottom: 10px;
    font-size:14px;
    z-index:8090;
    width: 120px;
    height: 40px;
    background: url("../images/bg-fan2.png") no-repeat;
    color: #fff;
}
.fancybox-download a{
    color: #fff;
    line-height: 40px;
}
.fancybox-download a:before,.fancybox-download a before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 26px;
    background: url("../images/ico-download.png") no-repeat;
    margin: 0 10px 0 20px;
    vertical-align: middle;
}
@media only screen and (max-width: 767px){
    .fancybox-download{
        width: auto;
        background: none;
    }
}
@media only screen and (max-width: 480px){
    .fancybox-download{
        bottom: 0;
    }
}
/*---- exh-hall 3D展厅 ----*/
#willesPlay{
    margin: 30px 0 15px;
    width: 89%;
}
.playContent video {
    width: 826px;
    height: auto;
}
@media only screen and (max-width: 720px){
    #willesPlay{
        margin: 20px 0;
        width: 100%;
    }
    .playContent video{
        width: 100%;
        height: 257px;
    }
}
@media only screen and (max-width: 480px){
    .playContent video{
        height: 200px;
    }
}
@media only screen and (max-width: 375px){
    .playContent video{
        height: 160px;
    }
}