/**
* @Author: MiniHui <huimini>
* @Date:   2016-09-23-19:55:15-Friday
* @Email:  iloveminihui@icloud.com
* @Project: 飞利浦心血管专题
* @Last modified by:   huimini
* @Last modified time: 2016-10-18-10:55:27-Tuesday
*/
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background:#1a2564 url(//www.xinhuanet.com/tech/zt/philips2016/img/bodybg.png) center top no-repeat;
}
.part{
    width: 1280px;
    margin: 0 auto;
}
/*@media screen and (min-width: 1367px){*/
    /*banner*/
    .banner{
        width: 100%;
        height: 500px;
        background: url(//www.xinhuanet.com/tech/zt/philips2016/img/2560/banner-big.png) center -10px no-repeat;
        /*background-size: 100% auto;*/
    }
    .banner-box{
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }
    .banner-phlogo{
        width: 113px;
        height: 114px;
        background: url(//www.xinhuanet.com/tech/zt/philips2016/img/2560/ph-logo-big.png) center center no-repeat;
        background-size: 100%;
        margin-top: 5px;
        margin-left: 3px;
    }
    .banner-xhlogo{
        width: 135px;
        height: 103px;
        background: url(//www.xinhuanet.com/tech/zt/philips2016/img/2560/xh-logo-big.png) center center no-repeat;
        background-size: 100%;
        margin-top: 20px;
        margin-right: -38px;
    }
    .topic-box{
        width: 100%;
        height: auto;
        text-align: right;
    }
    .banner-topic{
        background: url(//www.xinhuanet.com/tech/zt/philips2016/img/2560/slogan-big.png) 0 0 no-repeat;
        float: right;
        width: 410px;
        height: 96px;
        margin-top: 23px;
        margin-right: 23px;
    }
    /*灰色导航*/
    .nav-class{
        width: 720px;
        height: auto;
        overflow: visible;
        margin: 80px auto 0;
        /*position: absolute;
        left: 50%;
        top:495px;
        margin-left: -416px;*/
    }
    .nav-class li{
        width: 160px;
        height: 48px;
        margin:0 5px;
        padding: 0 5px;
        float: left;
        font-size: 14px;
        line-height: 24px;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        font-family: "微软雅黑";
        overflow: hidden;
        cursor: pointer;
        -moz-box-shadow:0px 7px 20px rgba(51,51,51,0.35); -webkit-box-shadow:0px 7px 20px rgba(51,51,51,0.35); box-shadow:0px 7px 20px rgba(51,51,51,0.35);
        background: rgb(136,142,150);
        background: -moz-linear-gradient(top, rgba(136,142,150,1) 0%, rgba(87,93,104,1) 100%);
        background: -webkit-linear-gradient(top, rgba(136,142,150,1) 0%,rgba(87,93,104,1) 100%);
        background: linear-gradient(to bottom, rgba(136,142,150,1) 0%,rgba(87,93,104,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888e96', endColorstr='#575d68',GradientType=0 );
    }
    .nav-class li a{
        color: #fff;
    }
    .nav-class .hasA{
        background: rgb(130,185,252);
        background: -moz-linear-gradient(top, rgba(130,185,252,1) 0%, rgba(19,91,203,1) 100%);
        background: -webkit-linear-gradient(top, rgba(130,185,252,1) 0%,rgba(19,91,203,1) 100%);
        background: linear-gradient(to bottom, rgba(130,185,252,1) 0%,rgba(19,91,203,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82b9fc', endColorstr='#135bcb',GradientType=0 );
    }
    .nav-class .on{
        background: rgb(214,134,88);
        background: -moz-linear-gradient(top, rgba(214,134,88,1) 1%, rgba(184,73,29,1) 100%);
        background: -webkit-linear-gradient(top, rgba(214,134,88,1) 1%,rgba(184,73,29,1) 100%);
        background: linear-gradient(to bottom, rgba(214,134,88,1) 1%,rgba(184,73,29,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d68658', endColorstr='#b8491d',GradientType=0 );
        -moz-box-shadow:0px 7px 20px rgba(184,73,29,0.35); -webkit-box-shadow:0px 7px 20px rgba(184,73,29,0.35); box-shadow:0px 7px 20px rgba(184,73,29,0.35);
    }
    .nav-class li:hover{
        background: rgb(214,134,88);
        background: -moz-linear-gradient(top, rgba(214,134,88,1) 1%, rgba(184,73,29,1) 100%);
        background: -webkit-linear-gradient(top, rgba(214,134,88,1) 1%,rgba(184,73,29,1) 100%);
        background: linear-gradient(to bottom, rgba(214,134,88,1) 1%,rgba(184,73,29,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d68658', endColorstr='#b8491d',GradientType=0 );
        -moz-box-shadow:0px 7px 20px rgba(184,73,29,0.35); -webkit-box-shadow:0px 7px 20px rgba(184,73,29,0.35); box-shadow:0px 7px 20px rgba(184,73,29,0.35);
    }
    /*蓝色导航*/
    .nav-topic{
        width: 660px;
        height: 50px;
        border-radius: 29px;
        background: url(//www.xinhuanet.com/tech/zt/philips2016/img/navbg.png) 0 0 no-repeat;
        overflow: hidden;
        margin: 30px auto 0;
        visibility: hidden;
    }
    .nav-topic li{
        width: 220px;
        height: 50px;
        float: left;
        font-size: 24px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-family: "微软雅黑";
        position: relative;
        cursor: pointer;
    }
    .nav-topic li a{
        color: #fff;
    }
    .nav-topic li i{
        display: none;
        width: 16px;
        height: 9px;
        position: absolute;
        left: 50%;
        top:0;
        margin-left: -8px;
    }
    .nav-topic li i img{
        width: 100%;
        height: auto;
        position: inherit;
    }
    .nav-topic li::after{
        content: '';
        overflow: hidden;
        width: 1px;
        position: absolute;
        height: 50%;
        background: rgb(255, 255, 255);
        right: 0;
        top: 25%;
    }
    .nav-topic li:last-child::after{
        display: none;
    }
    .nav-topic li:hover{
        color: #ffed22;
        background: url(//www.xinhuanet.com/tech/zt/philips2016/img/light.png) center bottom no-repeat;
        background-size: 100% auto;
    }
    .nav-topic li:hover i{
        display: block;
    }
    /*.nav-topic li:hover i img{
        width: 100%;
        height: auto;
        position: inherit;
    }*/
    .nav-topic li:hover a{
        color: #ffed22;
    }
    .nav-topic .on{
        color: #ffed22;
        background: url(//www.xinhuanet.com/tech/zt/philips2016/img/light.png) center bottom no-repeat;
        background-size: 100% auto;
    }
    .nav-topic .on i{
        display: block;
    }
    /*.nav-topic .on i img{
        width: 100%;
        height: auto;
        position: inherit;
    }*/
    .nav-topic .on a{
        color: #ffed22;
    }
    /*main盒子*/
    .main{
        width: 100%;
        margin-top: -13px;
    }
    .main-box{
        width: 1135px;
        margin: 0 auto;
        position: relative;
    }
    /*主体页面*/
    .main-box li{
        width: 378px;
        float: left;
        position: relative;
        margin-top: -10px;
    }

    .main-img{
        width: 150px;
        height: 162px;
        margin: 0 auto;
    }
    .main-img img{
        width: 100%;
        height: 100%;
    }
    .main-tit{
        font-size: 20px;
        line-height: 40px;
        font-family: "微软雅黑";
        color: #fff;
        margin: -24px auto 0;
        text-align: center;
    }
    .main-sub{
        width: 260px;
        font-size: 13px;
        line-height: 24px;
        color: #fff;
        font-family: "微软雅黑";
        margin: 5px auto;
        text-align: center;
    }
    .main-btn{
        width: 120px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        color: #fff;
        font-family: "微软雅黑";
        margin: 15px auto 0;
        border-radius: 5px;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
        background: rgb(88,150,229);
        background: -moz-linear-gradient(top, rgba(88,150,229,1) 0%, rgba(30,94,208,1) 100%);
        background: -webkit-linear-gradient(top, rgba(88,150,229,1) 0%,rgba(30,94,208,1) 100%);
        background: linear-gradient(to bottom, rgba(88,150,229,1) 0%,rgba(30,94,208,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5896e5', endColorstr='#1e5ed0',GradientType=0 );
    }
    .on .main-btn{
        -moz-box-shadow:0px 0px 20px #6A4F38; -webkit-box-shadow:0px 0px 20px #6A4F38; box-shadow:0px 0px 20px #6A4F38;
        background: rgb(221,154,117);
        background: -moz-linear-gradient(top, rgba(221,154,117,1) 0%, rgba(194,100,63,1) 100%);
        background: -webkit-linear-gradient(top, rgba(221,154,117,1) 0%,rgba(194,100,63,1) 100%);
        background: linear-gradient(to bottom, rgba(221,154,117,1) 0%,rgba(194,100,63,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9a75', endColorstr='#c2643f',GradientType=0 );
    }
    .main-box li:hover .main-btn{
        -moz-box-shadow:0px 0px 20px #6A4F38; -webkit-box-shadow:0px 0px 20px #6A4F38; box-shadow:0px 0px 20px #6A4F38;
        background: rgb(221,154,117);
        background: -moz-linear-gradient(top, rgba(221,154,117,1) 0%, rgba(194,100,63,1) 100%);
        background: -webkit-linear-gradient(top, rgba(221,154,117,1) 0%,rgba(194,100,63,1) 100%);
        background: linear-gradient(to bottom, rgba(221,154,117,1) 0%,rgba(194,100,63,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9a75', endColorstr='#c2643f',GradientType=0 );
    }
    .main-shape-deep{
        width: 2px;
        height: 276px;
        position: absolute;
        right:0px;
        top:50%;
        margin-top: -138px;
    }
    .main-shape-deep-top{
        width: 2px;
        height: 50%;
        position: absolute;
        right:0px;
        top:0;
        background: -moz-linear-gradient(top, rgba(16,21,60,0) 0%, rgba(16,21,60,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(16,21,60,0) 0%,rgba(16,21,60,0.65) 100%);
        background: linear-gradient(to bottom, rgba(16,21,60,0) 0%,rgba(16,21,60,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0010153c', endColorstr='#a610153c',GradientType=0 );
    }
    .main-shape-deep-bottom{
        width: 2px;
        height: 50%;
        position: absolute;
        right:0px;
        top:50%;
        background: -moz-linear-gradient(top, rgba(16,21,60,0.65) 0%, rgba(16,21,60,0) 100%);
        background: -webkit-linear-gradient(top, rgba(16,21,60,0.65) 0%,rgba(16,21,60,0) 100%);
        background: linear-gradient(to bottom, rgba(16,21,60,0.65) 0%,rgba(16,21,60,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a610153c', endColorstr='#0010153c',GradientType=0 );
    }
    .main-shape-light{
        width: 2px;
        height: 276px;
        position: absolute;
        left:0;
        top:50%;
        margin-top: -138px;
    }
    .main-shape-light-top{
        width: 2px;
        height: 50%;
        position: absolute;
        right:0px;
        top:0;
        background: -moz-linear-gradient(top, rgba(36,45,104,0) 0%, rgba(43,57,117,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(36,45,104,0) 0%,rgba(43,57,117,0.65) 100%);
        background: linear-gradient(to bottom, rgba(36,45,104,0) 0%,rgba(43,57,117,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00242d68', endColorstr='#a62b3975',GradientType=0 );
    }
    .main-shape-light-bottom{
        width: 2px;
        height: 50%;
        position: absolute;
        right:0px;
        top:50%;
        background: -moz-linear-gradient(top, rgba(43,57,117,0.65) 0%, rgba(36,45,104,0) 100%);
        background: -webkit-linear-gradient(top, rgba(43,57,117,0.65) 0%,rgba(36,45,104,0) 100%);
        background: linear-gradient(to bottom, rgba(43,57,117,0.65) 0%,rgba(36,45,104,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62b3975', endColorstr='#00242d68',GradientType=0 );
    }
    /*会议新闻和前沿科技*/
    .SciMeeting{
        width: 970px;
        height: 270px;
        border: 1px solid #08729e;
        background: #12337f;
        position: relative;
        border-radius: 10px;
        margin: 0 auto;
    }
    .SciMeeting-swiper-box{
        width: 287px;
    }
    .SciMeeting-content-box{
        width: 680px;
    }
    .SciMeeting-shape-deep{
        width: 1px;
        height: 240px;
        position: relative;
        margin-top: 14px;
    }
    .SciMeeting-shape-deep-top{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:0;
        background: -moz-linear-gradient(top, rgba(16,21,60,0) 0%, rgba(16,21,60,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(16,21,60,0) 0%,rgba(16,21,60,0.65) 100%);
        background: linear-gradient(to bottom, rgba(16,21,60,0) 0%,rgba(16,21,60,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0010153c', endColorstr='#a610153c',GradientType=0 );
    }
    .SciMeeting-shape-deep-bottom{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:50%;
        background: -moz-linear-gradient(top, rgba(16,21,60,0.65) 0%, rgba(16,21,60,0) 100%);
        background: -webkit-linear-gradient(top, rgba(16,21,60,0.65) 0%,rgba(16,21,60,0) 100%);
        background: linear-gradient(to bottom, rgba(16,21,60,0.65) 0%,rgba(16,21,60,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a610153c', endColorstr='#0010153c',GradientType=0 );
    }
    .SciMeeting-shape-light{
        width: 1px;
        height: 240px;
        position: relative;
        margin-top: 14px;
    }
    .SciMeeting-shape-light-top{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:0;
        background: -moz-linear-gradient(top, rgba(36,45,104,0) 0%, rgba(43,57,117,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(36,45,104,0) 0%,rgba(43,57,117,0.65) 100%);
        background: linear-gradient(to bottom, rgba(36,45,104,0) 0%,rgba(43,57,117,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00242d68', endColorstr='#a62b3975',GradientType=0 );
    }
    .SciMeeting-shape-light-bottom{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:50%;
        background: -moz-linear-gradient(top, rgba(43,57,117,0.65) 0%, rgba(36,45,104,0) 100%);
        background: -webkit-linear-gradient(top, rgba(43,57,117,0.65) 0%,rgba(36,45,104,0) 100%);
        background: linear-gradient(to bottom, rgba(43,57,117,0.65) 0%,rgba(36,45,104,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62b3975', endColorstr='#00242d68',GradientType=0 );
    }
    .SciMeeting-pagination{
        position: absolute;
        width: 100%;
        height: 10px;
        left:0;
        bottom:22px;
        text-align: center;
        z-index: 2;
        cursor: pointer;
    }
    .SciMeeting-pagination .swiper-pagination-switch{
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 50%;
        margin-right: 5px;
        border: 2px solid #151c1f;
        background: rgb(41,49,57);
        background: -moz-linear-gradient(top, rgba(41,49,57,1) 0%, rgba(73,84,94,1) 100%);
        background: -webkit-linear-gradient(top, rgba(41,49,57,1) 0%,rgba(73,84,94,1) 100%);
        background: linear-gradient(to bottom, rgba(41,49,57,1) 0%,rgba(73,84,94,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293139', endColorstr='#49545e',GradientType=0 );
        -moz-box-shadow:0px 0px 10px rgba(255, 255, 255, 0.26); -webkit-box-shadow:0px 0px 10px rgba(255, 255, 255, 0.26); box-shadow:0px 0px 10px rgba(255, 255, 255, 0.26);
    }
    .SciMeeting-pagination .swiper-active-switch{
        background: rgb(156,76,37);
        background: -moz-linear-gradient(top, rgba(156,76,37,1) 0%, rgba(209,119,66,1) 100%);
        background: -webkit-linear-gradient(top, rgba(156,76,37,1) 0%,rgba(209,119,66,1) 100%);
        background: linear-gradient(to bottom, rgba(156,76,37,1) 0%,rgba(209,119,66,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c4c25', endColorstr='#d17742',GradientType=0 );
    }
    .SciMeeting-left {
      position: absolute;
      left: 10px;
      bottom:11px;
      width: 17px;
      height: 15px;
      line-height: 15px;
      color: #fff;
      cursor: pointer;
      z-index: 3
    }
    .SciMeeting-right {
      position: absolute;
      right: 10px;
      bottom:11px;
      width: 17px;
      height: 15px;
      line-height: 15px;
      color: #fff;
      cursor: pointer;
      z-index: 3
    }
    .SciMeeting-swiper{
        width: 230px;
        height:270px;
        /*height: 365px;*/
        margin: 0 auto;
        position: relative;
    }
    .SciMeeting-swiper a:hover{
        color: #fff;
    }
    .SciMeeting-list{
        width: 100%;
        margin-top: 10px;
    }
    .SciMeeting-list li{
        width: 215px;
        height: 30px;
        float: none;
        padding-left: 15px;
        position: relative;
        cursor: pointer;
        margin-top: 0;
    }
    .SciMeeting-list-tit{
        height: 30px;
        color: #babfd2;
        font-size: 12px;
        font-family: "微软雅黑";
        border-bottom: 1px dashed #babfd2;
        line-height: 38px;
        overflow: hidden;
    }
    .SciMeeting-list .on i{
        position: absolute;
        left:0px;
        top:50%;
        width: 5px;
        height: 9px;
        background: url(//www.xinhuanet.com/tech/zt/philips2016/img/tri-w.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .SciMeeting-content{
        width: 100%;
        padding-top: 22px;
    }
    .SciMeeting-content li{
        float: none;
        width: 100%;
        display: none;
        margin-top: 0;
    }
    .SciMeeting-content li:first-child{
        display: block;
    }
    .SciMeeting-content-tit{
        line-height: 26px;
        color: #fff;
        font-size: 24px;
        font-family: "微软雅黑";
        padding-left: 20px;
    }
    .SciMeeting-content-txt{

        width: 420px!important;
        height: 180px!important;
        overflow-y: scroll;
        overflow-x: hidden;
        font-size: 12px;
        font-family: "微软雅黑";
        line-height: 23px;
        color: #fff;
        margin-left: 20px;
        margin-top: 15px;

    }
    .SciMeeting-content-img{
        background: #0d3f85;
        border: 1px solid #08729e;
        border-radius: 10px;
        width: 177px;
        height: 230px;
        padding: 8px;
        /*margin-left: 90px;*/
        margin-top: -37px;
        position: relative;
        overflow: hidden;
        margin-right: 10px
    }
    .SciMeeting-content-img-pic{
        width: 177px;
        height: 204px;
        overflow: hidden;
        border-radius: 10px;
    }
    .SciMeeting-content-img-pic img{
        width: 100%;
        height: 100%;
    }
    .SciMeeting-content-img-tit{
        width: 177px;
        height: 26px;
        overflow: hidden;
        font-size: 12px;
        font-family: "微软雅黑";
        line-height: 26px;
        color: #fff;
        margin: 0 auto 0;
        z-index: 2;
        text-align: center;
        /*position: absolute;
        left: 13px;
        bottom:8px;*/

    }
    .SciMeeting-content-img-tit a{
        color: #fff;
    }
    .SciMeeting-content-img-bg{
        width: 200px;
        height: 26px;
        background-color: #08248d;
        opacity: 0.7;
        filter: opacity(70);
        position: absolute;
        bottom: 8px;
        left: 8px;
        z-index: 1;
        border-bottom-right-radius:10px;
        border-bottom-left-radius:10px;
        display: none;
    }



    /*大师观点*/
    .masterView{
        width: 970px;
        height: 270px;
        border: 1px solid #08729e;
        background: #12337f;
        position: relative;
        border-radius: 10px;
        margin: 0 auto;
    }
    /*.masterView-pagination{
        position: absolute;
        width: 100%;
        height: 15px;
        left:0;
        bottom:15px;
        text-align: center;
        z-index: 2;
        cursor: pointer;
    }
    .masterView-pagination .swiper-pagination-switch{
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 50%;
        margin-right: 5px;
        border: 2px solid #151c1f;
        background: rgb(41,49,57);
        background: -moz-linear-gradient(top, rgba(41,49,57,1) 0%, rgba(73,84,94,1) 100%);
        background: -webkit-linear-gradient(top, rgba(41,49,57,1) 0%,rgba(73,84,94,1) 100%);
        background: linear-gradient(to bottom, rgba(41,49,57,1) 0%,rgba(73,84,94,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293139', endColorstr='#49545e',GradientType=0 );
        -moz-box-shadow:0px 0px 10px rgba(255, 255, 255, 0.26); -webkit-box-shadow:0px 0px 10px rgba(255, 255, 255, 0.26); box-shadow:0px 0px 10px rgba(255, 255, 255, 0.26);
    }
    .masterView-pagination .swiper-active-switch{
        background: rgb(156,76,37);
        background: -moz-linear-gradient(top, rgba(156,76,37,1) 0%, rgba(209,119,66,1) 100%);
        background: -webkit-linear-gradient(top, rgba(156,76,37,1) 0%,rgba(209,119,66,1) 100%);
        background: linear-gradient(to bottom, rgba(156,76,37,1) 0%,rgba(209,119,66,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c4c25', endColorstr='#d17742',GradientType=0 );
    }*/
    .master-list{
        width: 940px;
        height: 100%;
        margin: 0 auto;
    }
    .master-list li{
        width: 310px;
        height: auto;
        float: left;
        margin-top: 35px;
    }
    /*.master-top,.master-bottom{
        position: relative;
        width: 190px;
        margin: 0 auto;
        cursor: pointer;
    }
    .master-bottom{
         margin-top: 60px
    }*/
    .master-head{
        width: 115px;
        height: 115px;
        border: 1px solid #0d1935;
        border-radius: 5px;
        overflow: hidden;
        margin: 0 auto 5px;
        -moz-box-shadow:0px 0px 8px rgba(0, 0, 0, 0.6);
         -webkit-box-shadow:0px 0px 8px rgba(0, 0, 0, 0.6);
         box-shadow:0px 0px 8px rgba(0, 0, 0, 0.6);
         cursor: pointer;
        /*float: left;*/
    }
    .master-head img{
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    .master-name{
        font-size: 20px;
        line-height: 28px;
        font-family: "微软雅黑";
        color: #fff;
        text-align: center;
        cursor: pointer;

        /*padding-left: 64px;*/
    }
    .master-hospital{
        font-size: 14px;
        line-height: 26px;
        font-family: "微软雅黑";
        color: #fff;
        text-align: center;
        cursor: pointer;
        /*padding-left: 64px;*/
    }
    .master-major{
        font-size: 16px;
        line-height: 24px;
        font-family: "微软雅黑";
        color: #e39b24;
        /*padding-left: 64px;*/
        height: 34px;
        text-align: center;
        cursor: pointer;
        /*position: absolute;
        overflow: hidden;
        top: 40px;*/
    }
    /*.master-major-space{
        width: 64px;
        float: left;
        height: 13px;
    }*/
    /*.master-shape-deep{
        width: 1px;
        height: 196px;
        position: absolute;
        right:0px;
        top:50%;
        margin-top: -98px;
    }
    .master-shape-deep-top{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:0;
        background: -moz-linear-gradient(top, rgba(16,21,60,0) 0%, rgba(16,21,60,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(16,21,60,0) 0%,rgba(16,21,60,0.65) 100%);
        background: linear-gradient(to bottom, rgba(16,21,60,0) 0%,rgba(16,21,60,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0010153c', endColorstr='#a610153c',GradientType=0 );
    }
    .master-shape-deep-bottom{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:50%;
        background: -moz-linear-gradient(top, rgba(16,21,60,0.65) 0%, rgba(16,21,60,0) 100%);
        background: -webkit-linear-gradient(top, rgba(16,21,60,0.65) 0%,rgba(16,21,60,0) 100%);
        background: linear-gradient(to bottom, rgba(16,21,60,0.65) 0%,rgba(16,21,60,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a610153c', endColorstr='#0010153c',GradientType=0 );
    }
    .master-shape-light{
        width: 1px;
        height: 196px;
        position: absolute;
        left:0;
        top:50%;
        margin-top: -98px;
    }
    .master-shape-light-top{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:0;
        background: -moz-linear-gradient(top, rgba(36,45,104,0) 0%, rgba(43,57,117,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(36,45,104,0) 0%,rgba(43,57,117,0.65) 100%);
        background: linear-gradient(to bottom, rgba(36,45,104,0) 0%,rgba(43,57,117,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00242d68', endColorstr='#a62b3975',GradientType=0 );
    }
    .master-shape-light-bottom{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:50%;
        background: -moz-linear-gradient(top, rgba(43,57,117,0.65) 0%, rgba(36,45,104,0) 100%);
        background: -webkit-linear-gradient(top, rgba(43,57,117,0.65) 0%,rgba(36,45,104,0) 100%);
        background: linear-gradient(to bottom, rgba(43,57,117,0.65) 0%,rgba(36,45,104,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62b3975', endColorstr='#00242d68',GradientType=0 );
    }*/
    .master-content{
        display: none;
        width: 100%;
        height:100%;
        /*width: 1278px;
        height: 554px;*/
        background: #12337f;
        overflow: hidden;
        position: absolute;
        left: -1px;
        top: -1px;
        z-index: 5;
        border-radius: 10px;
        border: 1px solid #08729e;
    }
    .master-content li{
        width: 880px;
        height: 250px;
        padding: 10px 45px;
        position: relative;
        display: none;
        margin-top: 0px;
    }
    .master-content-mark{
        position: relative;
    }
    .master-content-close{
        position: absolute;
        width: 12px;
        height: 15px;
        right:30px;
        top:25px;
        z-index: 3;
        background: url(//www.xinhuanet.com/tech/zt/philips2016/img/close.png) 0 0 no-repeat;
        cursor: pointer;
    }
    .master-content-head{
        width: 60px;
        height: 60px;
        border-radius: 5px;
        overflow: hidden;
        float: left;
    }
    .master-content-head img{
        width: 100%;
        height: 100%;
    }
    .master-content-name{
        font-size: 14px;
        line-height: 22px;
        font-family: "微软雅黑";
        color: #fff;
        padding-top: 18px;
        padding-left: 65px;
    }
    .master-content-hospital{
        font-size: 12px;
        line-height: 20px;
        font-family: "微软雅黑";
        color: #fff;
        padding-left: 65px;
    }
    .master-content-tit{
        font-size: 17px;
        line-height: 20px;
        font-family: "微软雅黑";
        color: #fff;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .master-content-txt{
        width: 858px!important;
        height: 135px;
        overflow-y: scroll;
        overflow-x: hidden;;
        color: #fff;
        font-family: "微软雅黑";
        font-size: 12px;
        line-height: 20px;
        margin: 0 auto;
        padding-right: 22px;
    }

/*}*/
@media screen and (max-width: 1366px){
    /*banner*/
    .banner{
        width: 100%;
        /*height: 681px;*/
        background: url(//www.xinhuanet.com/tech/zt/philips2016/img/1360/bannerbg-small.png) center top no-repeat;
        /*background-size: 100% auto;*/
        height:364px;
    }
    .banner-box{
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }
    .banner-phlogo{
        width: 100px;
        height: 101px;
        background: url(//www.xinhuanet.com/tech/zt/philips2016/img/1360/ph-logo-small.png) center center no-repeat;
        background-size: 100%;
        margin-top: 20px;
    }
    .banner-xhlogo{
        width: 100px;
        height: 77px;
        background: url(//www.xinhuanet.com/tech/zt/philips2016/img/1360/xh-logo-small.png) center center no-repeat;
        background-size: 100%;
        margin-top: 35px;
        margin-right: 10px;
    }
    .topic-box{
        width: 100%;
        height: auto;
        text-align: right;
        position: absolute;
        z-index: 2;
        top:0;
        right: 0;
    }
    .banner-topic{
        background: url(//www.xinhuanet.com/tech/zt/philips2016/img/1360/slogan-small.png) 0 0 no-repeat;
        float: right;
        width: 347px;
        height: 100px;
        margin-top: 105px;
        margin-right: 133px;
        /*position: absolute;
        right:33px;
        top:248px;*/
    }
    /*灰色导航*/
    .nav-class{
        width: 640px;
        height: auto;
        overflow: visible;
        margin: 136px auto 0;
        /*position: absolute;
        left: 50%;
        top:495px;
        margin-left: -416px;*/
    }
    .nav-class li{
        width: 140px;
        height: 38px;
        margin:0 5px;
        padding: 0 5px;
        float: left;
        font-size: 12px;
        line-height: 19px;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        font-family: "微软雅黑";
        overflow: hidden;
        cursor: pointer;
        -moz-box-shadow:0px 7px 20px rgba(51,51,51,0.35); -webkit-box-shadow:0px 7px 20px rgba(51,51,51,0.35); box-shadow:0px 7px 20px rgba(51,51,51,0.35);
        background: rgb(136,142,150);
        background: -moz-linear-gradient(top, rgba(136,142,150,1) 0%, rgba(87,93,104,1) 100%);
        background: -webkit-linear-gradient(top, rgba(136,142,150,1) 0%,rgba(87,93,104,1) 100%);
        background: linear-gradient(to bottom, rgba(136,142,150,1) 0%,rgba(87,93,104,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888e96', endColorstr='#575d68',GradientType=0 );
    }
    .nav-class li a{
        color: #fff;
    }
    .nav-class .hasA{
        background: rgb(130,185,252);
        background: -moz-linear-gradient(top, rgba(130,185,252,1) 0%, rgba(19,91,203,1) 100%);
        background: -webkit-linear-gradient(top, rgba(130,185,252,1) 0%,rgba(19,91,203,1) 100%);
        background: linear-gradient(to bottom, rgba(130,185,252,1) 0%,rgba(19,91,203,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82b9fc', endColorstr='#135bcb',GradientType=0 );
    }
    .nav-class .on{
        background: rgb(214,134,88);
        background: -moz-linear-gradient(top, rgba(214,134,88,1) 1%, rgba(184,73,29,1) 100%);
        background: -webkit-linear-gradient(top, rgba(214,134,88,1) 1%,rgba(184,73,29,1) 100%);
        background: linear-gradient(to bottom, rgba(214,134,88,1) 1%,rgba(184,73,29,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d68658', endColorstr='#b8491d',GradientType=0 );
        -moz-box-shadow:0px 7px 20px rgba(184,73,29,0.35); -webkit-box-shadow:0px 7px 20px rgba(184,73,29,0.35); box-shadow:0px 7px 20px rgba(184,73,29,0.35);
    }
    .nav-class li:hover{
        background: rgb(214,134,88);
        background: -moz-linear-gradient(top, rgba(214,134,88,1) 1%, rgba(184,73,29,1) 100%);
        background: -webkit-linear-gradient(top, rgba(214,134,88,1) 1%,rgba(184,73,29,1) 100%);
        background: linear-gradient(to bottom, rgba(214,134,88,1) 1%,rgba(184,73,29,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d68658', endColorstr='#b8491d',GradientType=0 );
        -moz-box-shadow:0px 7px 20px rgba(184,73,29,0.35); -webkit-box-shadow:0px 7px 20px rgba(184,73,29,0.35); box-shadow:0px 7px 20px rgba(184,73,29,0.35);
    }
    /*蓝色导航*/
    .nav-topic{
        width: 510px;
        height: 38px;
        border-radius: 29px;
        background: url(//www.xinhuanet.com/tech/zt/philips2016/img/navbg.png) 0 0 no-repeat;
        /*position: absolute;
        left: 50%;
        top:587px;
        margin-left: -479px;*/
        overflow: hidden;
        margin: 12px auto 0;
        visibility: hidden;

    }
    .nav-topic li{
        width: 170px;
        height: 38px;
        float: left;
        font-size: 18px;
        line-height: 38px;
        text-align: center;
        color: #fff;
        font-family: "微软雅黑";
        position: relative;
        cursor: pointer;
    }
    .nav-topic li a{
        color: #fff;
    }
    .nav-topic li i{
        display: none;
        width: 16px;
        height: 9px;
        position: absolute;
        left: 50%;
        top:0;
        margin-left: -8px;
    }
    .nav-topic li i img{
        width: 100%;
        height: auto;
        position: inherit;
    }
    .nav-topic li::after{
        content: '';
        overflow: hidden;
        width: 1px;
        position: absolute;
        height: 50%;
        background: rgb(255, 255, 255);
        right: 0;
        top: 25%;
    }
    .nav-topic li:last-child::after{
        display: none;
    }
    .nav-topic li:hover{
        color: #ffed22;
        background: url(//www.xinhuanet.com/tech/zt/philips2016/img/light.png) center bottom no-repeat;
        background-size: 100% auto;
    }
    .nav-topic li:hover i{
        display: block;
    }
    .nav-topic li:hover a{
        color: #ffed22;
    }
    .nav-topic .on{
        color: #ffed22;
        background: url(//www.xinhuanet.com/tech/zt/philips2016/img/light.png) center bottom no-repeat;
        background-size: 100% auto;
    }
    .nav-topic .on i{
        display: block;
    }
    .nav-topic .on a{
        color: #ffed22;
    }
    /*main盒子*/
    .main{
        width: 100%;
        /*margin-top: 100px;*/
    }
    .main-box{
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }
    /*主体页面*/
    .main-box li{
        width: 330px;
        float: left;
        position: relative;
        /*目前height227px*/
    }
    /*.main-box li a{
        display: block;
        color: #fff;
        cursor: pointer;
    }*/

    .main-img{
        width: 100px;
        height: 108px;
        margin: 0 auto;
    }
    .main-img img{
        width: 100%;
        height: 100%;
    }
    .main-tit{
        font-size: 18px;
        line-height: 40px;
        font-family: "微软雅黑";
        color: #fff;
        margin: -15px auto 0;
        text-align: center;
    }
    .main-sub{
        width: 220px;
        font-size: 12px;
        line-height: 22px;
        color: #fff;
        font-family: "微软雅黑";
        margin: 8px auto;
        text-align: center;
    }
    .main-btn{
        width: 108px;
        height: 27px;
        font-size: 12px;
        line-height: 27px;
        color: #fff;
        font-family: "微软雅黑";
        margin: 15px auto 0;
        border-radius: 5px;
        text-align: center;
        overflow: hidden;
        background: rgb(88,150,229);
        background: -moz-linear-gradient(top, rgba(88,150,229,1) 0%, rgba(30,94,208,1) 100%);
        background: -webkit-linear-gradient(top, rgba(88,150,229,1) 0%,rgba(30,94,208,1) 100%);
        background: linear-gradient(to bottom, rgba(88,150,229,1) 0%,rgba(30,94,208,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5896e5', endColorstr='#1e5ed0',GradientType=0 );
        cursor: pointer;
    }
    .on .main-btn{
        -moz-box-shadow:0px 0px 20px #6A4F38; -webkit-box-shadow:0px 0px 20px #6A4F38; box-shadow:0px 0px 20px #6A4F38;
        background: rgb(221,154,117);
        background: -moz-linear-gradient(top, rgba(221,154,117,1) 0%, rgba(194,100,63,1) 100%);
        background: -webkit-linear-gradient(top, rgba(221,154,117,1) 0%,rgba(194,100,63,1) 100%);
        background: linear-gradient(to bottom, rgba(221,154,117,1) 0%,rgba(194,100,63,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9a75', endColorstr='#c2643f',GradientType=0 );
    }
    .main-box li:hover .main-btn{
        -moz-box-shadow:0px 0px 20px #6A4F38; -webkit-box-shadow:0px 0px 20px #6A4F38; box-shadow:0px 0px 20px #6A4F38;
        background: rgb(221,154,117);
        background: -moz-linear-gradient(top, rgba(221,154,117,1) 0%, rgba(194,100,63,1) 100%);
        background: -webkit-linear-gradient(top, rgba(221,154,117,1) 0%,rgba(194,100,63,1) 100%);
        background: linear-gradient(to bottom, rgba(221,154,117,1) 0%,rgba(194,100,63,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9a75', endColorstr='#c2643f',GradientType=0 );
    }
    .main-shape-deep{
        width: 1px;
        height: 226px;
        position: absolute;
        right:0px;
        top:50%;
        margin-top: -113px;
    }
    .main-shape-deep-top{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:0;
        background: -moz-linear-gradient(top, rgba(16,21,60,0) 0%, rgba(16,21,60,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(16,21,60,0) 0%,rgba(16,21,60,0.65) 100%);
        background: linear-gradient(to bottom, rgba(16,21,60,0) 0%,rgba(16,21,60,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0010153c', endColorstr='#a610153c',GradientType=0 );
    }
    .main-shape-deep-bottom{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:50%;
        background: -moz-linear-gradient(top, rgba(16,21,60,0.65) 0%, rgba(16,21,60,0) 100%);
        background: -webkit-linear-gradient(top, rgba(16,21,60,0.65) 0%,rgba(16,21,60,0) 100%);
        background: linear-gradient(to bottom, rgba(16,21,60,0.65) 0%,rgba(16,21,60,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a610153c', endColorstr='#0010153c',GradientType=0 );
    }
    .main-shape-light{
        width: 1px;
        height: 226px;
        position: absolute;
        left:0;
        top:50%;
        margin-top: -113px;
    }
    .main-shape-light-top{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:0;
        background: -moz-linear-gradient(top, rgba(36,45,104,0) 0%, rgba(43,57,117,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(36,45,104,0) 0%,rgba(43,57,117,0.65) 100%);
        background: linear-gradient(to bottom, rgba(36,45,104,0) 0%,rgba(43,57,117,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00242d68', endColorstr='#a62b3975',GradientType=0 );
    }
    .main-shape-light-bottom{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:50%;
        background: -moz-linear-gradient(top, rgba(43,57,117,0.65) 0%, rgba(36,45,104,0) 100%);
        background: -webkit-linear-gradient(top, rgba(43,57,117,0.65) 0%,rgba(36,45,104,0) 100%);
        background: linear-gradient(to bottom, rgba(43,57,117,0.65) 0%,rgba(36,45,104,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62b3975', endColorstr='#00242d68',GradientType=0 );
    }



    /*会议新闻和前沿科技*/
    .SciMeeting{
        width: 970px;
        height: 270px;
        border: 1px solid #08729e;
        background: #12337f;
        position: relative;
        border-radius: 10px;
        margin: 0 auto;
    }
    .SciMeeting-swiper-box{
        width: 287px;
    }
    .SciMeeting-content-box{
        width: 680px;
    }
    .SciMeeting-shape-deep{
        width: 1px;
        height: 240px;
        position: relative;
        margin-top: 14px;
    }
    .SciMeeting-shape-deep-top{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:0;
        background: -moz-linear-gradient(top, rgba(16,21,60,0) 0%, rgba(16,21,60,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(16,21,60,0) 0%,rgba(16,21,60,0.65) 100%);
        background: linear-gradient(to bottom, rgba(16,21,60,0) 0%,rgba(16,21,60,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0010153c', endColorstr='#a610153c',GradientType=0 );
    }
    .SciMeeting-shape-deep-bottom{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:50%;
        background: -moz-linear-gradient(top, rgba(16,21,60,0.65) 0%, rgba(16,21,60,0) 100%);
        background: -webkit-linear-gradient(top, rgba(16,21,60,0.65) 0%,rgba(16,21,60,0) 100%);
        background: linear-gradient(to bottom, rgba(16,21,60,0.65) 0%,rgba(16,21,60,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a610153c', endColorstr='#0010153c',GradientType=0 );
    }
    .SciMeeting-shape-light{
        width: 1px;
        height: 240px;
        position: relative;
        margin-top: 14px;
    }
    .SciMeeting-shape-light-top{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:0;
        background: -moz-linear-gradient(top, rgba(36,45,104,0) 0%, rgba(43,57,117,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(36,45,104,0) 0%,rgba(43,57,117,0.65) 100%);
        background: linear-gradient(to bottom, rgba(36,45,104,0) 0%,rgba(43,57,117,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00242d68', endColorstr='#a62b3975',GradientType=0 );
    }
    .SciMeeting-shape-light-bottom{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:50%;
        background: -moz-linear-gradient(top, rgba(43,57,117,0.65) 0%, rgba(36,45,104,0) 100%);
        background: -webkit-linear-gradient(top, rgba(43,57,117,0.65) 0%,rgba(36,45,104,0) 100%);
        background: linear-gradient(to bottom, rgba(43,57,117,0.65) 0%,rgba(36,45,104,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62b3975', endColorstr='#00242d68',GradientType=0 );
    }
    .SciMeeting-pagination{
        position: absolute;
        width: 100%;
        height: 10px;
        left:0;
        bottom:22px;
        text-align: center;
        z-index: 2;
        cursor: pointer;
    }
    .SciMeeting-pagination .swiper-pagination-switch{
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 50%;
        margin-right: 5px;
        border: 1px solid #151c1f;
        background: rgb(41,49,57);
        background: -moz-linear-gradient(top, rgba(41,49,57,1) 0%, rgba(73,84,94,1) 100%);
        background: -webkit-linear-gradient(top, rgba(41,49,57,1) 0%,rgba(73,84,94,1) 100%);
        background: linear-gradient(to bottom, rgba(41,49,57,1) 0%,rgba(73,84,94,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293139', endColorstr='#49545e',GradientType=0 );
        -moz-box-shadow:0px 0px 10px rgba(255, 255, 255, 0.26); -webkit-box-shadow:0px 0px 10px rgba(255, 255, 255, 0.26); box-shadow:0px 0px 10px rgba(255, 255, 255, 0.26);
    }
    .SciMeeting-pagination .swiper-active-switch{
        background: rgb(156,76,37);
        background: -moz-linear-gradient(top, rgba(156,76,37,1) 0%, rgba(209,119,66,1) 100%);
        background: -webkit-linear-gradient(top, rgba(156,76,37,1) 0%,rgba(209,119,66,1) 100%);
        background: linear-gradient(to bottom, rgba(156,76,37,1) 0%,rgba(209,119,66,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c4c25', endColorstr='#d17742',GradientType=0 );
    }
    .SciMeeting-left {
      position: absolute;
      left: 10px;
      bottom:11px;
      width: 17px;
      height: 15px;
      line-height: 15px;
      color: #fff;
      cursor: pointer;
      z-index: 3
    }
    .SciMeeting-right {
      position: absolute;
      right: 10px;
      bottom:11px;
      width: 17px;
      height: 15px;
      line-height: 15px;
      color: #fff;
      cursor: pointer;
      z-index: 3
    }
    .SciMeeting-swiper{
        width: 230px;
        height:270px;
        /*height: 365px;*/
        margin: 0 auto;
        position: relative;
    }
    .SciMeeting-swiper a:hover{
        color: #fff;
    }
    .SciMeeting-list{
        width: 100%;
        margin-top: 10px;
    }
    .SciMeeting-list li{
        width: 215px;
        height: 30px;
        float: none;
        padding-left: 15px;
        position: relative;
        cursor: pointer;
    }
    .SciMeeting-list-tit{
        height: 30px;
        color: #babfd2;
        font-size: 12px;
        font-family: "微软雅黑";
        border-bottom: 1px dashed #babfd2;
        line-height: 38px;
        overflow: hidden;
    }
    .SciMeeting-list .on i{
        position: absolute;
        left:0px;
        top:50%;
        width: 5px;
        height: 9px;
        background: url(//www.xinhuanet.com/tech/zt/philips2016/img/tri-w.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .SciMeeting-content{
        width: 100%;
        padding-top: 22px;
    }
    .SciMeeting-content li{
        float: none;
        width: 100%;
        display: none;
    }
    .SciMeeting-content li:first-child{
        display: block;
    }
    .SciMeeting-content-tit{
        line-height: 26px;
        color: #fff;
        font-size: 24px;
        font-family: "微软雅黑";
        padding-left: 20px;
    }
    .SciMeeting-content-txt{

        width: 395px!important;
        height: 180px!important;
        overflow-y: scroll;
        overflow-x: hidden;
        font-size: 12px;
        font-family: "微软雅黑";
        line-height: 23px;
        color: #fff;
        margin-left: 20px;
        margin-top: 15px;

    }
    .SciMeeting-content-img{
        background: #0d3f85;
        border: 1px solid #08729e;
        border-radius: 10px;
        width: 200px;
        height: 230px;
        padding: 8px;
        /*margin-left: 90px;*/
        margin-top: -37px;
        position: relative;
        overflow: hidden;
        margin-right: 10px
    }
    .SciMeeting-content-img-pic{
        width: 200px;
        height: 230px;
        overflow: hidden;
        border-radius: 10px;
    }
    .SciMeeting-content-img-pic img{
        width: 100%;
        height: 100%;
    }
    .SciMeeting-content-img-tit{
        width: 190px;
        height: 26px;
        overflow: hidden;
        font-size: 12px;
        font-family: "微软雅黑";
        line-height: 26px;
        color: #fff;
        margin: 5px auto 0;
        z-index: 2;
        position: absolute;
        left: 13px;
        bottom:8px;

    }
    .SciMeeting-content-img-tit a{
        color: #fff;
    }
    .SciMeeting-content-img-bg{
        width: 200px;
        height: 26px;
        background-color: #08248d;
        opacity: 0.7;
        filter: opacity(70);
        position: absolute;
        bottom: 8px;
        left: 8px;
        z-index: 1;
        border-bottom-right-radius:10px;
        border-bottom-left-radius:10px;
        /*display: none;*/
    }



    /*大师观点*/
    .masterView{
        width: 970px;
        height: 270px;
        border: 1px solid #08729e;
        background: #12337f;
        position: relative;
        border-radius: 10px;
        margin: 0 auto;
    }
    /*.masterView-pagination{
        position: absolute;
        width: 100%;
        height: 15px;
        left:0;
        bottom:10px;
        text-align: center;
        z-index: 2;
        cursor: pointer;
    }
    .masterView-pagination .swiper-pagination-switch{
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 50%;
        margin-right: 5px;
        border: 1px solid #151c1f;
        background: rgb(41,49,57);
        background: -moz-linear-gradient(top, rgba(41,49,57,1) 0%, rgba(73,84,94,1) 100%);
        background: -webkit-linear-gradient(top, rgba(41,49,57,1) 0%,rgba(73,84,94,1) 100%);
        background: linear-gradient(to bottom, rgba(41,49,57,1) 0%,rgba(73,84,94,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293139', endColorstr='#49545e',GradientType=0 );
        -moz-box-shadow:0px 0px 10px rgba(255, 255, 255, 0.26); -webkit-box-shadow:0px 0px 10px rgba(255, 255, 255, 0.26); box-shadow:0px 0px 10px rgba(255, 255, 255, 0.26);
    }
    .masterView-pagination .swiper-active-switch{
        background: rgb(156,76,37);
        background: -moz-linear-gradient(top, rgba(156,76,37,1) 0%, rgba(209,119,66,1) 100%);
        background: -webkit-linear-gradient(top, rgba(156,76,37,1) 0%,rgba(209,119,66,1) 100%);
        background: linear-gradient(to bottom, rgba(156,76,37,1) 0%,rgba(209,119,66,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c4c25', endColorstr='#d17742',GradientType=0 );
    }*/
    .master-list{
        width: 940px;
        height: 100%;
        margin: 0 auto;
    }
    .master-list li{
        width: 310px;
        height: auto;
        margin-top: 50px;
    }
    /*.master-top,.master-bottom{
        position: relative;
        width: 190px;
        margin: 0 auto;
        cursor: pointer;
    }
    .master-bottom{
         margin-top: 60px
    }*/
    .master-head{
        width: 100px;
        height: 100px;
        border: 1px solid #0d1935;
        border-radius: 5px;
        overflow: hidden;
        margin: 0 auto 5px;
        -moz-box-shadow:0px 0px 8px rgba(0, 0, 0, 0.6);
         -webkit-box-shadow:0px 0px 8px rgba(0, 0, 0, 0.6);
         box-shadow:0px 0px 8px rgba(0, 0, 0, 0.6);
         cursor: pointer;
    }
    .master-head img{
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    .master-name{
        font-size: 16px;
        line-height: 26px;
        font-family: "微软雅黑";
        color: #fff;
        text-align: center;
        cursor: pointer;
        /*padding-left: 64px;*/
    }
    .master-hospital{
        font-size: 13px;
        line-height: 26px;
        font-family: "微软雅黑";
        color: #fff;
        text-align: center;
        cursor: pointer;
        /*padding-left: 64px;*/
    }
    .master-major{
        font-size: 14px;
        line-height: 20px;
        font-family: "微软雅黑";
        color: #e39b24;
        /*padding-left: 64px;*/
        height: 34px;
        text-align: center;
        cursor: pointer;
        /*position: absolute;
        overflow: hidden;
        top: 40px;*/
    }
    /*.master-major-space{
        width: 64px;
        float: left;
        height: 13px;
    }
    .master-shape-deep{
        width: 1px;
        height: 196px;
        position: absolute;
        right:0px;
        top:50%;
        margin-top: -98px;
    }
    .master-shape-deep-top{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:0;
        background: -moz-linear-gradient(top, rgba(16,21,60,0) 0%, rgba(16,21,60,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(16,21,60,0) 0%,rgba(16,21,60,0.65) 100%);
        background: linear-gradient(to bottom, rgba(16,21,60,0) 0%,rgba(16,21,60,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0010153c', endColorstr='#a610153c',GradientType=0 );
    }
    .master-shape-deep-bottom{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:50%;
        background: -moz-linear-gradient(top, rgba(16,21,60,0.65) 0%, rgba(16,21,60,0) 100%);
        background: -webkit-linear-gradient(top, rgba(16,21,60,0.65) 0%,rgba(16,21,60,0) 100%);
        background: linear-gradient(to bottom, rgba(16,21,60,0.65) 0%,rgba(16,21,60,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a610153c', endColorstr='#0010153c',GradientType=0 );
    }
    .master-shape-light{
        width: 1px;
        height: 196px;
        position: absolute;
        left:0;
        top:50%;
        margin-top: -98px;
    }
    .master-shape-light-top{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:0;
        background: -moz-linear-gradient(top, rgba(36,45,104,0) 0%, rgba(43,57,117,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(36,45,104,0) 0%,rgba(43,57,117,0.65) 100%);
        background: linear-gradient(to bottom, rgba(36,45,104,0) 0%,rgba(43,57,117,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00242d68', endColorstr='#a62b3975',GradientType=0 );
    }
    .master-shape-light-bottom{
        width: 1px;
        height: 50%;
        position: absolute;
        right:0px;
        top:50%;
        background: -moz-linear-gradient(top, rgba(43,57,117,0.65) 0%, rgba(36,45,104,0) 100%);
        background: -webkit-linear-gradient(top, rgba(43,57,117,0.65) 0%,rgba(36,45,104,0) 100%);
        background: linear-gradient(to bottom, rgba(43,57,117,0.65) 0%,rgba(36,45,104,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62b3975', endColorstr='#00242d68',GradientType=0 );
    }*/
    .master-content{
        display: none;
        width: 100%;
        height:100%;
        /*width: 1278px;
        height: 554px;*/
        background: #12337f;
        overflow: hidden;
        position: absolute;
        left: -1px;
        top: -1px;
        z-index: 2;
        border-radius: 10px;
        border: 1px solid #08729e;
    }
    .master-content li{
        width: 880px;
        height: 250px;
        padding: 10px 45px;
        position: relative;
        display: none;
    }
    .master-content-mark{
        position: relative;
    }
    .master-content-close{
        position: absolute;
        width: 12px;
        height: 15px;
        right:30px;
        top:25px;
        z-index: 3;
        background: url(//www.xinhuanet.com/tech/zt/philips2016/img/close.png) 0 0 no-repeat;
        cursor: pointer;
    }
    .master-content-head{
        width: 60px;
        height: 60px;
        border-radius: 5px;
        overflow: hidden;
        float: left;
    }
    .master-content-head img{
        width: 100%;
        height: 100%;
    }
    .master-content-name{
        font-size: 14px;
        line-height: 22px;
        font-family: "微软雅黑";
        color: #fff;
        padding-top: 18px;
        padding-left: 65px;
    }
    .master-content-hospital{
        font-size: 12px;
        line-height: 20px;
        font-family: "微软雅黑";
        color: #fff;
        padding-left: 65px;
    }
    .master-content-tit{
        font-size: 17px;
        line-height: 20px;
        font-family: "微软雅黑";
        color: #fff;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .master-content-txt{
        width: 858px!important;
        height: 135px;
        overflow-y: scroll;
        overflow-x: hidden;;
        color: #fff;
        font-family: "微软雅黑";
        font-size: 12px;
        line-height: 20px;
        margin: 0 auto;
        padding-right: 22px;
    }






}





/*滚动条样式*/
.slimScrollDiv{
    float: left;
}
.slimScrollBar{
    opacity: 1!important;
    margin: 5px;
}
.slimScrollRail{
    width: 13px!important;
}
