* {
    box-sizing: border-box;
    margin: 0 0;
    padding: 0 0;
}

dl, dt, dd {
    display: block;
}

body, html {
    width: 100%;
    height: 100%;
    font-family: '微软雅黑', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}

ul,li{
	list-style: none;
}

a {
    color: #fff;
    text-decoration: none;
    transition: color .2s ease-in;
}

.clearfix:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.vPanelPage {
    background: #050a22;
}

#vPanel {
    width: 1920px;
    height: 1080px;
    margin: 0 auto;
    transform-origin: 0 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.vPanel_head {
    height: 110px;
    background: rgba(69,100,155,.5);
    overflow: hidden;
    z-index: 999;
    position: relative;
}

.vPanel_head_title {
    width: 434px;
    height: 110px;
    float: left;
    background: url(../img/top_tile_a.png) no-repeat;
}

.vPanel_head_nav{
	float: left;
	width: 1290px;
	margin-left: 10px;
	margin-top: 11px;
}

.vPanel_head_nav ul li{
	width: 147px;
	height: 38px;
	margin: 0 6px;
	float: left;
	text-align: center;
	margin-bottom: 12px;
}
.vPanel_head_nav ul li:first-child{
	margin: 0 6px 0 18px;
}
.vPanel_head_nav ul li a{
	width: 147px;
	display: block;
	height: 38px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	background: url(../img/icon_nav.png) no-repeat;
}
.vPanel_head_nav ul li a.curr{
	font-weight: bold;
	background: url(../img/icon_nav_a.png) no-repeat;
}
.vPanel_head_date{
	margin-top:10px;
	float: right;
	margin-right: 26px;
	text-align: right;
}
.vPanel_head_date span{
	display: inline-block;
	font-size: 20px;
}
.date_item_a .week{
	margin-right: 12px;
}

.vPanel_body {
    flex: 1;
    overflow: hidden;
}

#vPanel.vPanelBg01 {
    background: url('../img/bg_inner.png') repeat center top;
}

#vPanel.vPanelBg02 {
    background: url('../img/bg2.png') repeat center top;
}

#vPanel.vPanelBg03 {
    background: url('../img/bg3.png') repeat center top;
}

#vPanel.vPanelBg04 {
    background: url('../img/bg_company.png') repeat center top;
}

.academyiesPanel .vPanel_head_name {
    background: url('../img/yjygk.png') no-repeat center;
}

.parkPanel .vPanel_head_name {
    background: url('../img/yqgk.png') no-repeat center;
}

.materialPanel .vPanel_head_name {
    background: url('../img/zdcl.png') no-repeat center;
}

.chainPanel .vPanel_head_name {
    background: url('../img/cyl.png') no-repeat center;
}

.expertsPanel .vPanel_head_name {
    background: url('../img/yszj.png') no-repeat center;
}

.patentsPanel .vPanel_head_name {
    background: url('../img/yjyzl.png') no-repeat center;
}

.companiesPanel .vPanel_head_name {
    background: url('../img/yqzdqy.png') no-repeat center;
}
/* mCustomScrollbar hack */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
}
/* wrapWithSide */
.wrapWithSide {
    width: 1380px;
    height: 770px;
    margin: 80px auto 0;
    display: flex;
}

.wrapWithSide_side {
    width: 310px;
}

.wrapWithSide_cont {
    flex: 1;
    background: rgba(69, 100, 155, .5);
    position: relative;
}

    .wrapWithSide_cont:before, .wrapWithSide_cont:after {
        display: block;
        content: '';
        position: absolute;
        left: 375px;
        top: -1px;
        width: 581px;
        height: 1px;
        background: linear-gradient(240deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 37%,rgba(255,255,255,1) 74%,rgba(128,128,128,0) 100%);
        opacity: 0.6;
    }

    .wrapWithSide_cont:after {
        bottom: -1px;
        top: auto;
    }

    .wrapWithSide_cont iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }

.wrapWithSide_side_prev, .wrapWithSide_side_next {
    display: none;
    width: 282px;
    height: 50px;
    background: rgba(6, 0, 147, .6);
    position: relative;
    cursor: pointer;
    outline: none;
}

    .wrapWithSide_side_prev.disabled, .wrapWithSide_side_next.disabled {
        cursor: text;
        opacity: .4;
    }

.wrapWithSide_side_prev {
    margin-bottom: 8px;
}

.wrapWithSide_side_next {
    margin-top: 8px;
}

    .wrapWithSide_side_prev:before, .wrapWithSide_side_next:before {
        display: block;
        content: '';
        width: 40px;
        height: 40px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -20px 0 0 -20px;
    }

.wrapWithSide_side_prev:before {
    background: url('../img/icon_up.png') no-repeat center;
}

.wrapWithSide_side_next:before {
    background: url('../img/icon_down.png') no-repeat center;
}

.wrapWithSide_side_navs {
    height: 650px;
    position: relative;
    overflow: hidden;
}

.wrapWithSide_side_navsWrap {
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    transition: top .4s ease;
}

.wrapWithSide_side_navsItem {
    width: 295px;
    height: 100px;
    padding: 20px 0 0 30px;
    margin: 10px 0;
    cursor: pointer;
    position: relative;
}

    .wrapWithSide_side_navsItem .zh {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .wrapWithSide_side_navsItem .en {
        font-size: 18px;
        line-height: 24px;
        opacity: 0.45;
    }

    .wrapWithSide_side_navsItem:after {
        display: block;
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 282px;
        height: 100px;
        background: url(../img/btn_pitch.png) no-repeat;
    }

    .wrapWithSide_side_navsItem.active:after {
        width: 295px;
        background: url('../img/btn_pitch on.png') no-repeat left top;
        opacity: 1;
    }
/* insetPage */
.insetPage {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.inforPage {
    width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}

.inforPage_caption {
    margin-bottom: 50px;
}

    .inforPage_caption .zh {
        font-size: 38px;
        line-height: 100%;
        font-weight: bold;
    }

    .inforPage_caption .biasline {
        font-size: 18px;
        opacity: .6;
        margin: 0 20px;
    }

    .inforPage_caption .en {
        font-size: 18px;
        opacity: .6;
    }

.inforPage_article {
    font-size: 16px;
    line-height: 26px;
}
/* mViewBox */
.mViewBox {
    margin: 35px auto 50px;
    overflow: hidden;
}

.mViewBox_item {
    float: left;
    margin: 15px 0 0 30px;
    width: 280px;
    height: 200px;
    background: url('../img/border.png') no-repeat left top;
    position: relative;
    cursor: pointer;
}

    .mViewBox_item:nth-child(3n+1) {
        margin-left: 0;
    }

    .mViewBox_item .thumb {
        width: 250px;
        height: 140px;
        margin: 15px auto 10px;
        background: rgba(0, 0, 0, .2);
        position: relative;
    }

        .mViewBox_item .thumb img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .mViewBox_item .title {
        font-size: 14px;
        line-height: 19px;
        text-align: center;
    }

    .mViewBox_item .thumb:before {
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.5);
    }

    .mViewBox_item.video:before {
        display: block;
        content: '';
        width: 60px;
        height: 44px;
        background: rgba(205,24,31,0.6);
        border-radius: 8px;
        position: absolute;
        left: 50%;
        top: 64px;
        margin-left: -30px;
        z-index: 10;
    }

    .mViewBox_item.video:after {
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #fff;
        position: absolute;
        z-index: 11;
        top: 75px;
        left: 50%;
        margin-left: -5px;
    }

    .mViewBox_item.video:before, .mViewBox_item.video:after, .mViewBox_item .thumb:before {
        opacity: 0;
        transition: all .4s ease;
    }

    .mViewBox_item:hover .thumb:before {
        opacity: 1;
    }

    .mViewBox_item.video:hover:before {
        opacity: 0.6;
    }

    .mViewBox_item.video:hover:after {
        opacity: 1;
    }
/* popupBox */
#popupBox {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .4s ease;
}

    #popupBox:after {
        display: block;
        content: '';
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(1,3,52,1);
        opacity: 0.94;
    }

.popupBox_wrap {
    width: 1200px;
    height: 760px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin: -380px 0 0 -600px;
    background: url('../img/pop_up.png') no-repeat left top;
    transform: scale(0.3);
    transition: all .4s ease;
}

.popupBox_close {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url('../img/icon_close.png') no-repeat left top;
    position: absolute;
    right: 40px;
    top: 40px;
}

.popupBox_con {
    width: 100%;
    height: 100%;
    padding: 90px 80px 70px;
}

    .popupBox_con iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

#popupBox.opening {
    opacity: 1;
}

    #popupBox.opening .popupBox_wrap {
        transform: scale(1);
    }
/* video */
.videoBox {
    width: 900px;
    margin: 0 auto;
}

    .videoBox .view {
        height: 510px;
        background: #010334;
        position: relative;
    }

        .videoBox .view video {
            display: block;
            width: 100%;
            height: 100%;
        }

        .videoBox .view:before {
            display: block;
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: rgba(0,0,0,.5);
        }

    .videoBox:before {
        display: block;
        content: '';
        width: 140px;
        height: 110px;
        background: rgba(205,24,31,1);
        opacity: 0.6;
        border-radius: 8px;
        position: absolute;
        left: 50%;
        top: 200px;
        margin-left: -70px;
        z-index: 10;
        cursor: pointer;
        transition: all .4s ease;
    }

    .videoBox:hover:before {
        opacity: 1;
    }

    .videoBox:after {
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 30px solid #fff;
        position: absolute;
        z-index: 11;
        top: 225px;
        left: 50%;
        margin-left: -10px;
    }

    .videoBox .title {
        font-size: 24px;
        line-height: 100%;
        margin-top: 30px;
        text-align: center;
        color: #fff;
    }
/* vPanel */
.vPanel_tabBar {
    width: 1380px;
    margin: 35px auto 40px;
    border-bottom: 1px solid #0830F1;
}

.vPanel_tabBar_item {
    width: 282px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    background: #11349E;
}

    .vPanel_tabBar_item:before {
        display: inline-block;
        content: '';
        width: 40px;
        height: 40px;
        vertical-align: middle;
        position: relative;
        top: -3px;
        margin-right: 10px;
    }

    .vPanel_tabBar_item:after {
        display: none;
        content: '';
        width: 230px;
        height: 2px;
        background: linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 52%,rgba(128,128,128,0) 100%);
        opacity: 0.81;
        position: absolute;
        left: 25px;
        bottom: 0;
    }

    .vPanel_tabBar_item:nth-child(1):before {
        background: url('../img/icon_fzgs.png') no-repeat center;
    }

    .vPanel_tabBar_item:nth-child(2):before {
        background: url('../img/icon_zdqyfx.png') no-repeat center;
    }

    .vPanel_tabBar_item.active {
        background: #0A84FF;
    }

        .vPanel_tabBar_item.active:after {
            display: block;
        }

.vPanel_tabCon {
    display: none;
}

    .vPanel_tabCon.active {
        display: block;
    }

    .vPanel_tabCon .wrapWithSide {
        margin-top: 0;
    }
/* mTurnSwiperBar */
.mTurnSwiperBar {
    margin-top: 100px;
    text-align: center;
}

    .mTurnSwiperBar .item {
        width: 210px;
        height: 60px;
        display: inline-block;
        cursor: pointer;
        outline: none;
    }

.mTurnSwiperBar_prev {
    background: url('../img/btn_syy.png') no-repeat left top;
}

.mTurnSwiperBar_next {
    background: url('../img/btn_xyy.png') no-repeat left top;
    margin-left: 90px;
}
/* expertsSwiperBox 专家轮播 */
#expertsSwiperBox {
    width: 1270px;
    height: 596px;
    margin: 115px auto 0;
    position: relative;
    transform: skewX(-11deg);
}

    #expertsSwiperBox:before, #expertsSwiperBox:after {
        display: block;
        content: '';
        width: 4px;
        height: 600px;
        background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 52%,rgba(128,128,128,0) 100%);
        opacity: 0.81;
        position: absolute;
    }

    #expertsSwiperBox:before {
        left: -4px;
        bottom: 0;
    }

    #expertsSwiperBox:after {
        right: -4px;
        bottom: -120px;
    }

#expertsSwiper {
    width: 1270px;
    height: 596px;
}

    #expertsSwiper .swiper-slide {
        width: 195px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        overflow: hidden;
        transition: all .4s ease;
        overflow: hidden;
    }

    #expertsSwiper .person {
        width: 274px;
        height: 391px;
        position: relative;
        transform-origin: 0 100%;
    }

        #expertsSwiper .person .avatar {
            width: 100%;
            height: 100%;
            transform-origin: 0 100%;
            transform: skewX(11deg);
            position: relative;
        }

            #expertsSwiper .person .avatar img {
                display: block;
                width: 100%;
                height: 100%;
            }

        #expertsSwiper .person .infor {
            width: 195px;
            height: 80px;
            position: absolute;
            left: 0;
            bottom: 0;
            color: #fff;
            text-align: center;
            line-height: 100%;
            transform-origin: 0 100%;
            transform: skewX(11deg);
        }

        #expertsSwiper .person .name {
            font-size: 24px;
            line-height: 100%;
            margin-top: 42px;
            opacity: 0.5;
        }

        #expertsSwiper .person .job {
            font-size: 16px;
            margin-top: 10px;
            opacity: 0;
        }

        #expertsSwiper .person .more {
            width: 158px;
            height: 48px;
            line-height: 46px;
            font-size: 18px;
            border: 1px solid #fff;
            margin: 17px auto 0;
            opacity: 0;
            cursor: pointer;
        }

        #expertsSwiper .swiper-slide-active,
        #expertsSwiper .swiper-slide-active .person,
        #expertsSwiper .swiper-slide-active .infor,
        #expertsSwiper .person .name,
        #expertsSwiper .person .job,
        #expertsSwiper .person .more {
            transition: all .4s ease;
        }

    #expertsSwiper .swiper-slide-active {
        width: 298px; /**/
    }

        #expertsSwiper .swiper-slide-active .person {
            width: 503px;
            height: 596px;
        }

        #expertsSwiper .swiper-slide-active .avatar {
            left: -45px;
        }

        #expertsSwiper .swiper-slide-active .infor {
            width: 298px;
            height: 205px;
            background: rgba(27, 83, 238, 0.9);
        }

        #expertsSwiper .swiper-slide-active .person .name,
        #expertsSwiper .swiper-slide-active .person .job,
        #expertsSwiper .swiper-slide-active .person .more {
            opacity: 1;
        }

        #expertsSwiper .swiper-slide-active .infor {
            width: 339px;
        }

        #expertsSwiper .swiper-slide-active .person .more {
            transform: skewX(-11deg);
        }

            #expertsSwiper .swiper-slide-active .person .more > span {
                display: block;
                transform: skewX(11deg);
            }
/* mIntroBox */
.mIntroBox {
    display: flex;
}

.mIntroBox_side {
    width: 250px;
}

.mIntroBox_view {
    width: 200px;
    height: 270px;
    overflow: hidden;
    background: rgba(0,0,0,.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

    .mIntroBox_view img {
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
    }

.mIntroBox_main {
    flex: 1;
}

    .mIntroBox_main .title {
        height: 52px;
        line-height: 52px;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 50px;
    }

        .mIntroBox_main .title small {
            font-size: 16px;
            font-weight: normal;
            margin-left: 20px;
        }

    .mIntroBox_main article {
        font-size: 16px;
        line-height: 28px;
    }
/* patentsSwiperBox */
#patentsSwiperBox {
    width: 1320px;
    margin: 60px auto 0;
    overflow: hidden;
}

    #patentsSwiperBox .caption {
        text-align: center;
    }

        #patentsSwiperBox .caption .name {
            font-size: 32px;
            height: 32px;
            line-height: 100%;
            font-weight: bold;
        }

        #patentsSwiperBox .caption .belong {
            font-size: 18px;
            height: 18px;
            line-height: 100%;
            margin-top: 15px;
        }

    #patentsSwiperBox .more {
        width: 149px;
        height: 48px;
        border: 1px solid #fff;
        text-align: center;
        line-height: 46px;
        font-size: 18px;
        cursor: pointer;
        margin: 20px auto 0;
    }

#patentsSwiper {
    margin-top: 40px;
    height: 529px;
}

#patentsSwiper  .swiper-slide {
    width: 370px;
    height: 529px;
}

    #patentsSwiper .patentView {
        width: 100%;
        height: 100%;
    }

        #patentsSwiper .patentView img {
            display: block;
            width: 100%;
            height: 100%;
        }

#patentsSwiperBox .mTurnSwiperBar {
    margin-top: 70px;
}

#patentsSwiper .swiper-slide:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .4s ease;
    background: rgba(0,7,62,0.9)
}

#patentsSwiper .swiper-slide[data-dist=dist00]:after {
    display: none;
}

#patentsSwiper .swiper-slide[data-dist=dist01]:after {
    background: rgba(0,7,62,0.3)
}

#patentsSwiper .swiper-slide[data-dist=dist02]:after {
    background: rgba(0,7,62,0.6)
}

#patentsSwiper .swiper-slide[data-dist=dist03]:after {
    background: rgba(0,7,62,0.85)
}
/* companiesSwiperBox */
#companiesSwiperBox {
    width: 1750px;
    height: 465px;
    margin: 190px auto 0;
}

#companiesSwiper {
}

    #companiesSwiper .swiper-slide {
        width: 260px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: all .4s ease
    }

    #companiesSwiper .swiper-slide-active {
        width: 590px;
    }

.companies_swiperCard {
    width: 260px;
    height: 200px;
    border: 1px solid rgba(255,255,255,0.35);
    position: relative;
    background: rgba(16,123,255, 0.18);
    margin: 0 auto;
}

    .companies_swiperCard .logo, .companies_swiperCard .name, .swiper-slide-active .desc {
        position: absolute;
        left: 0;
        right: 0;
        transition: all .4s ease;
    }

    .companies_swiperCard .logo {
        top: 50px;
        height: 46px;
        display: flex;
        justify-content: center;
        opacity: 0.35;
    }

    .companies_swiperCard .name {
        top: 116px;
        font-size: 24px;
        line-height: 25px;
        text-align: center;
        opacity: .7;
    }

    .companies_swiperCard .logo img {
        display: block;
        max-height: 46px;
    }

    .companies_swiperCard .desc {
        width: 590px;
        top: 219px;
        margin-top: 50px;
        font-size: 16px;
        line-height: 28px;
        padding: 0 50px;
        opacity: 0;
    }

    .companies_swiperCard .more {
        width: 149px;
        height: 48px;
        border: 1px solid rgba(255,255,255,1);
        opacity: 1;
        line-height: 46px;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        position: absolute;
        top: 379px;
        left: 221px;
        margin-top: 50px;
        opacity: 0;
        transition: all .4s ease;
    }

#companiesSwiper .swiper-slide-active .companies_swiperCard {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(9,188,254,1) 0%,rgba(27,83,238,1) 100%);
}

#companiesSwiper .swiper-slide-active .logo {
    left: 50px;
    top: 50px;
    opacity: 1;
    justify-content: flex-start;
}

#companiesSwiper .swiper-slide-active .name {
    left: 50px;
    top: 152px;
    opacity: 1;
    text-align: left;
    font-size: 36px;
    line-height: 47px;
}

#companiesSwiper .swiper-slide-active .desc {
    margin-top: 0;
    opacity: 1;
    transition-delay: .3s;
}

#companiesSwiper .swiper-slide-active .more {
    margin-top: 0;
    opacity: 1;
    transition-delay: .4s;
}

.mArticle .title {
    font-size: 40px;
    line-height: 52px;
    text-align: center;
}

.mArticle .con {
    padding: 50px 0;
    font-size: 16px;
    line-height: 28px;
}

/* Hack */
#patentsSwiper .swiper-slide-active {
    border: 10px solid #ccc;
    border-image: linear-gradient(#0da9ee, #094af0) 30 30;
}

@keyframes aniRotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

#vPanel.vPanelBg03 .vPanel_body {
    position: relative;
}

.balloonView {
    width: 250px;
    margin: 0 auto;
    position: relative;
}

    .balloonView:after {
        display: block;
        content: '';
        width: 250px;
        height: 250px;
        background: url('../img/img_circle.png') no-repeat center;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        animation: aniRotate 36s linear infinite;
    }

    .balloonView .view {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 250px;
        height: 250px;
        cursor: pointer;
    }

        .balloonView .view img {
            display: block;
            max-height: 130px;
            max-width: 130px;
            margin: 0 auto;
        }

    .balloonView .name {
        font-size: 28px;
        line-height: 100%;
        margin-top: 20px;
        text-align: center;
    }

#balloonSwiper {
    width: 1705px;
    height: 560px;
    margin: 115px auto 0;
}

    #balloonSwiper .swiper-slide {
        width: 290px;
    }

        #balloonSwiper .swiper-slide:nth-child(2n) .balloonView {
            top: 200px;
        }

#balloonBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

    #balloonBox:after {
        display: block;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 3;
        width: 323px;
        background: linear-gradient(90deg,rgba(1,16,75,0) 0%,rgba(1,16,75,1) 50%,rgba(1,16,75,1) 100%);
        opacity: 1;
    }

#materialInforBox {
    display: none;
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

    #materialInforBox .close {
        position: absolute;
        right: 0;
        bottom: 0;
        cursor: pointer;
        width: 274px;
        height: 80px;
        overflow: hidden;
        background: url('../img/btn_back.png') no-repeat left top;
    }

    #materialInforBox .wrapper {
        width: 1200px;
        margin: 90px auto 0;
    }

    #materialInforBox .caption {
        height: 50px;
        background: url('../img/img_title_bg.png') no-repeat left top;
    }

        #materialInforBox .caption span {
            display: inline-block;
            width: 270px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 24px;
        }

    #materialInforBox .body {
        position: relative;
    }

#materialInforSwiper {
    width: 1200px;
    height: 585px;
    background: url('../img/img_information_bg.png') repeat-x left bottom;
    border: 1px solid #09BCFE;
    border-top: 0;
}

    #materialInforSwiper iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }

.materialInforPage {
    width: 940px;
    margin: 0 auto;
}

.materialInforPage_caption {
    font-size: 40px;
    line-height: 52px;
    margin: 20px 0 40px 0;
    text-align: center;
}

.materialInforPage_article {
    font-size: 16px;
    line-height: 28px;
}

.materialInforPage .mViewBox {
    margin: 20px auto;
}

.materialInforTurnBox {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
}

    .materialInforTurnBox .turnBox_btn {
        position: absolute;
        width: 72px;
        height: 72px;
        background: rgba(27,83,238,.5);
        border-radius: 50%;
        top: 254px;
        cursor: pointer;
    }

        .materialInforTurnBox .turnBox_btn:before, .materialInforTurnBox .turnBox_btn:after {
            position: absolute;
            top: 28px;
            display: inline-block;
            content: '';
            width: 15px;
            height: 15px;
            border-right: 3px solid #fff;
            border-bottom: 3px solid #fff;
            transform: rotate(-45deg);
        }

        .materialInforTurnBox .turnBox_btn:before {
            left: 17px;
            opacity: .6;
        }

        .materialInforTurnBox .turnBox_btn:after {
            left: 30px;
            opacity: 1;
        }

    .materialInforTurnBox .turnBox_prev {
        left: -151px;
    }

    .materialInforTurnBox .turnBox_next {
        right: -151px;
    }

    .materialInforTurnBox .turnBox_prev:before, .materialInforTurnBox .turnBox_prev:after {
        transform: rotate(135deg);
    }

    .materialInforTurnBox .turnBox_prev:before {
        left: 23px;
        opacity: 1;
    }

    .materialInforTurnBox .turnBox_prev:after {
        left: 35px;
        opacity: .6;
    }

    .materialInforTurnBox .swiper-button-disabled {
        display: none;
    }

.materialInforNav {
    margin-top: 49px;
    text-align: center;
}

    .materialInforNav .item {
        display: inline-block;
        width: 200px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 22px;
        margin: 0 50px;
        background: url('../img//btn_nav_default.png') no-repeat center top;
        cursor: pointer;
    }

        .materialInforNav .item.active {
            background: url('../img//btn_nav_sel.png') no-repeat center top;
        }
/**/
.vCompany_date_list{
	width: 1620px;
	margin: 0 auto;
}
.selectNumberScreen{
	margin-top: 18px;
	margin-bottom: 30px;
}
.selectNumberScreen.sele_clear{
	margin-top:60px;
}
.selectNumberScreen .scrolllist.s1{
	padding-bottom: 25px;
	border-bottom:1px dashed #196692;
}
.selectNumberScreen .scrolllist{
	height: 59px;
	margin-bottom: 25px;
	position: relative;
}
.selectNumberScreen .scrolllist .ti{
	width:90px;
	float: left;
	line-height: 34px;
}
.selectNumberScreen .scrolllist .imglist_w{
	width:1456px;
	height: 34px;
	overflow:hidden;
	float:left;
	position:relative;
}
.selectNumberScreen .scrolllist .imglist_w ul{
	width:20000px;
	position:
	absolute;
	left:0px;
	top:0px;
}
.selectNumberScreen .scrolllist .imglist_w ul li{
	float: left;
	list-style: none;
	height: 34px;
	margin-right: 30px;
	min-width: 100px;
	text-align: center;
}
.selectNumberScreen .scrolllist .imglist_w ul li a{
	height: 34px;
	line-height: 34px;
	background-color: #003873;
	border-radius: 20px;
	display: block;
	color: #36c3fb;
	font-size: 14px;
	padding: 0 12px;
}
.selectNumberScreen .scrolllist .imglist_w ul li a.curr{
	background-color: #0a84ff;
	color: #fff;
}
.selectNumberScreen .scrolllist .abtn{
	width:17px;
	height: 34px;
	display: block;
	position: absolute;
	text-indent: -99999px;
	bottom: 25px;
}
.selectNumberScreen .scrolllist .abtn.aright{
	background: url(../img/icon_r.png) center no-repeat;
	right: 0;
}
.selectNumberScreen .scrolllist .abtn.aleft{
	background: url(../img/icon_l.png) center no-repeat;
	right:35px;
}
.vCompany_date_list .list_box ul{
	margin-left: -30px;
}
.vCompany_date_list .list_box ul li{
	width:300px;
	height: 170px;
	float: left;
	list-style: none;
	background: url(../img/bg_conpany_li.png) no-repeat;
	margin:0 0 30px 30px;
}
.vCompany_date_list .list_box ul li .infoBox{
	padding: 20px 26px;
}
.vCompany_date_list .list_box ul li .infoBox p{
	overflow: hidden;
}
.vCompany_date_list .list_box ul li .infoBox p.title{
	color: #45D1FF;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.vCompany_date_list .list_box ul li .infoBox p.address{
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 6px;
}
.vCompany_date_list .list_box ul li .infoBox p.con{
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 6px;
	height: 48px;
}
.vPage_item .mTurnSwiperBar{
	margin-top: 40px;
}
.vCompany_detail_item{
	width: 1440px;
	margin: 0 auto;
}
.vCompany_detail_item .loc{
	margin:30px 0;
}
.vCompany_detail_item .loc a{
	display: inline-block;
	color: #99a0b4;
	font-size: 14px;
}
.vCompany_detail_item .loc span{
	color: #99a0b4;
	font-size: 14px;
	display: inline-block;
	padding: 0 8px;
}
.vCompany_detail_item .detail_box{
	width: 1520px;
	background:rgba(10,50,125,.6);
}
.vCompany_detail_item .detail_box ul li{
	height: 60px;
	list-style: none;
	border-bottom: 1px solid #00458e;
}
.vCompany_detail_item .detail_box .lf_item{
	width: 760px;
	float: left;
}
.vCompany_detail_item .detail_box .lr_item{
	width: 760px;
	float: right;
}
.vCompany_detail_item .detail_box ul li span.ti{
	width: 202px;
	display: block;
	height: 60px;
	float: left;
	line-height: 60px;
	color: #09bcfe;
	font-size: 18px;
	text-indent: 30px;
	font-weight: bold;
	border-right: 1px solid #00458e;
	background:rgba(10,50,125,.6);
}
.vCompany_detail_item .detail_box ul li .con{
	overflow: hidden;
	line-height: 60px;
	padding: 0 30px;
	font-size: 18px;
	color: #fff;
}
.vCompany_detail_item .detail_box ul li.name{
	height: 120px;
}
.vCompany_detail_item .detail_box ul li.name span.ti{
	height: 120px;
	line-height: 120px;
}
.vCompany_detail_item .detail_box ul li.name .con span{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 120px;
}
.vCompany_detail_item .detail_box ul li.name .con span p{
	line-height: 28px;
}
.vCompany_detail_item .detail_box .main_a2 .ti{
	width: 202px;
	display: block;
	height: 160px;
	float: left;
	line-height: 60px;
	color: #09bcfe;
	font-size: 18px;
	text-indent: 30px;
	font-weight: bold;
	border-right: 1px solid #00458e;
	background:rgba(10,50,125,.6);
}
.vCompany_detail_item .detail_box .main_a2 .con{
	overflow: hidden;
	height: 160px;
}
.vCompany_detail_item .detail_box .main_a2 .con span{
	display: table-cell;
	width: 100%;
	height: 160px;
	vertical-align: middle;
}
.vCompany_detail_item .detail_box .main_a2 .con span p.fw_con{
	padding:8px 30px;
	font-size: 18px;
}
.return_link{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 274px;
	height: 80px;
	text-indent: -99999px;
	background: url(../img/btn_back.png) no-repeat;
}
.mSearch_item{
	width: 1620px;
	margin: 80px auto 20px auto;
}
.mSearch_item.mSearch_result{
	margin: 35px auto 50px auto;
}
.mSearch_item .mSearch{
	float: right;
}
.mSearch_item.mSearch_result .mSearch{
	float:left;
}
/*专家*/
.vCompany_date_list .list_box.expert ul li img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	float:left;
	margin-right: 14px;
}
.vCompany_date_list .list_box.expert ul li .expert_info .con p{
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
}
.vCompany_date_list .list_box.expert ul li .expert_info .con p.name{
	color: #45D1FF;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0;
}
.vCompany_date_list .list_box.expert ul li .expert_info .con p.zhiwei{
	font-size: 14px;
	padding-top: 5px;
}
.vCompany_date_list .list_box.expert ul li .pull_item{
	margin-top: 18px;
}
.vCompany_date_list .list_box.expert ul li .pull_item p{
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	padding-bottom: 8px;
	font-size: 14px;
}
.vCompany_date_list .list_box.patent ul li{
	width:382px;
	height: 200px;
	background: url(../img/bg_patent_li.png) no-repeat;
}
.vCompany_date_list .list_box.patent ul li .desc{
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 12px;
	font-size: 14px;
}
.vCompany_date_list .list_box.patent ul li .infoBox  .con{
	height:18px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.vCompany_date_list .list_box.patent ul li .desc.results{
	height: 40px;
	line-height: 20px;
	text-overflow: initial;
	white-space: normal;
	margin-bottom: 14px;
	font-size: 14px;
}
.vCompany_date_list .list_box.patent.results ul li{
	height: 190px;
	background: url(../img/bg_patent_li.png) no-repeat;
	background-size:100% 100%;
}
.vCompany_date_list .list_box.paper ul li .infoBox p.con{
	height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.vCompany_date_list .list_box.paper ul li .infoBox p.title{
	margin-bottom: 10px;
}
.vCompany_date_list .list_box.patent.craft ul li{
	height: 170px;
	margin-bottom: 30px;
	background-size:100% 100%;
}
.vCompany_date_list .list_box.patent.legal ul li{
	height: 220px;
	background-size:100% 100%;
}
.vCompany_date_list .list_box.expert.instrument ul li img{
	border-radius: 0;
}
.vCompany_date_list .list_box.weekly ul li .infoBox p.title{
	text-overflow: initial;
	white-space: normal;
	line-height: 28px;
	font-size: 20px;
	height: 56px;
	margin-bottom: 20px;
}
.vCompany_date_list .list_box.weekly ul li{
	height: 170px;
	background-size:100% 100%;
}
.vCompany_date_list .list_box.weekly{
	margin-top: 70px;
}
/*详情页*/
.detail_warpItem{
	height: 700px;
}
.detail_warpItem .item{
	margin-bottom:30px;
}
.detail_warpItem .item_content{
	width: 1410px;
	background: rgba(69, 100, 155, .4);
}
.detail_warpItem .organization_item{
	padding: 40px;
}
.detail_warpItem .organization_item .img{
	width:250px;
	height: 180px;
	float: left;
	margin-right: 30px;
	border: 1px solid #fff;
}
.detail_warpItem .organization_item .img span{
	display: table-cell;
	width: 250px;
	height: 180px;
	vertical-align: middle;
	text-align: center;
}
.detail_warpItem .organization_item .img span img{
	max-width: 250px;
	max-height: 180px;
	vertical-align: middle;
}
.detail_warpItem .organization_item .info{
	overflow: hidden;
}
.detail_warpItem .organization_item .name{
	font-size: 28px;
	line-height: 34px;
}
.detail_warpItem .organization_item .con{
	font-size: 14px;
	line-height: 2;
}
.detail_warpItem .organization_item .desc{
	margin-top: 8px;
	margin-bottom: 24px;
	font-size: 18px;
}
.detail_warpItem .topBar{
	height: 60px;
	line-height:60px;
}
.detail_warpItem .topBar span{
	display: block;
	font-size: 22px;
	padding-left: 26px;
}
.detail_warpItem .topBar.v_intro span{
	background: url(../img/icon_d_01.png) left center no-repeat;
}
.detail_warpItem .item_content.intro_item .desc{
	padding: 40px;
	line-height: 28px;
	font-size: 14px;
	color: #d1d6e1;
}
.detail_warpItem .topBar.v_pro span{
	background: url(../img/icon_d_02.png) left center no-repeat;
}
.detail_warpItem .item_content.Pro_item{
	padding: 30px 40px 15px 40px;
}
.detail_warpItem .item_content.Pro_item span{
	display: inline-block;
	border: 1px solid #45D1FF;
	border-radius: 4px;
	color: #45D1FF;
	line-height: 36px;
	margin-bottom: 15px;
	padding: 0 20px;
	margin-right: 15px;
	background: rgba(69,209,255,.1);
}
.detail_warpItem .topBar.v_expert span{
	background: url(../img/icon_d_03.png) left center no-repeat;
}
.detail_warpItem .topBar.v_patent span{
	background: url(../img/icon_d_04.png) left center no-repeat;
}
.detail_warpItem .topBar.v_results span{
	background: url(../img/icon_d_05.png) left center no-repeat;
}
.detail_warpItem .topBar.v_standard span{
	background: url(../img/icon_d_06.png) left center no-repeat;
}
.detail_warpItem .topBar.v_honor span{
	background: url(../img/icon_d_07.png) left center no-repeat;
}
.detail_warpItem .topBar.v_paper span{
	background: url(../img/icon_d_08.png) left center no-repeat;
}
.detail_warpItem .item_content .expert_list{
	padding-top:40px;
	padding-left: 40px;
	padding-bottom: 10px;
}
.detail_warpItem .item_content .expert_list ul{
	margin-left: -40px;
}
.detail_warpItem .item_content .expert_list ul li{
	margin-bottom: 40px;
	margin-left: 40px;
	width: 304px;
	float: left;
	background: url(../img/icon_line_clear.png) right center no-repeat;
}
.detail_warpItem .item_content .expert_list ul li:nth-child(4n){
	background: none;
}
.detail_warpItem .item_content .expert_list ul li img{
	width: 64px;
	height: 64px;
	float: left;
	border-radius: 50%;
	margin-right: 20px;
}
.detail_warpItem .item_content .expert_list ul li .info{
	overflow: hidden;
	width: 196px;
	padding-top: 2px;
}
.detail_warpItem .item_content .expert_list ul li .info .name{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.detail_warpItem .item_content .expert_list ul li .info .desc{
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	height: 54px;
	margin-top: 4px;
	color: #d1d6e1;
}
.detail_warpItem .item_content.patent_item .desc,.detail_warpItem .item_content.results_item .desc,.detail_warpItem .item_content.standard_item .desc{
	line-height: 28px;
	padding: 40px;
	font-size: 14px;
}
.detail_warpItem .item_content.intro_item .desc img{
	max-width: 100%;
}
.detail_warpItem .organization_item.expert img{
	width: 140px;
	height: 140px;
	float: left;
	margin-right: 30px;
}
.detail_warpItem .organization_item.expert .name span{
	display: inline-block;
	font-size: 18px;
	padding-left: 15px;
}
.detail_warpItem .organization_item.expert .info{
	padding-top: 5px;
}
.detail_warpItem .organization_item.expert .name{
	margin-bottom: 28px;
}
.vCompany_detail_item .detail_box.lg_box{
	width: 1410px;
	background:none;
}
.qyzl_de1_tab{
    width: 100%;
    border-top: 1px #62739d solid;
    border-left: 1px #62739d solid;
    border-collapse: collapse;
    border-spacing: 0;
}
.qyzl_de1_tab tr .qyzl_tab_yellow {
    background: rgba(69, 100, 155, .4);
    color:#35B1E3;
    font-weight: bold;
}
.qyzl_de1_tab tr td {
	padding: 15px 20px;
	line-height: 24px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px #62739d solid;
    border-right: 1px #62739d solid;
    display: table-cell;
    vertical-align: inherit;
}
.qyzl_de1_tab tr td.qyzl_tab_ti{
	background: rgba(42, 64, 116, .4);
	color: #c2c6d2;
}
.detail_warpItem .item_content .patent_desc{
	padding: 40px;
}
.detail_warpItem .item_content .patent_desc .title h1{
	font-size: 28px;
	padding:8px 0;
}
.detail_warpItem .item_content .patent_desc .type span{
	display: block;
	font-size: 18px;
}
.detail_warpItem .item_content .patent_desc .con{
	margin-top: 26px;
	line-height: 28px;
	font-size: 14px;
	color: #d1d6e1;
}
.detail_warpItem .item .results_title h1{
	font-size: 28px;
	line-height: 38px;
}
.detail_warpItem .item .results_title{
	margin-bottom: 18px;
}
.detail_warpItem .item_content.intro_item .desc .ti_tip span{
	display: block;
	font-size: 14px;
	margin-bottom: 6px;
	color: #d1d6e1;
}
.detail_warpItem .topBar.null_icon span{
	padding-left: 0;
}
.detail_warpItem .topBar.null_icon span b{
	font-size: 14px;
	padding-left: 5px;
}
.detail_warpItem .item_content .desc .list ul li a{
	display: block;
	line-height: 36px;
	color: #d1d6e1;
}
.detail_warpItem .item_content .desc .list ul li a:hover{
	color: #45D1FF;
}
.detail_warpItem .item_content .con{
	color: #d1d6e1;
}
.standard_desc_main{
	padding: 40px;
}
.standard_desc_main .s_desc_de1 .title {
	margin-bottom: 12px;
}
.standard_desc_main .s_desc_de1 .title h1{
	font-size: 28px;
}
.standard_desc_main .s_desc_de1 .s_pull_mark span{
	display: inline-block;
	line-height: 28px;
	font-size: 18px;
}
.standard_desc_main .s_desc_de1 .s_pull_mark span.lable{
	padding: 0 16px;
	background: rgba(42, 64, 116, .6);
	border: 1px solid #45D1FF;
	border-radius: 4px;
	margin-left:18px;
}
.standard_desc_main .s_desc_de1{
	margin-bottom: 34px;
}
.standard_desc_main .s_desc_de2{
	padding: 26px 0;
	border-bottom: 1px solid #62739d;
	border-top: 1px solid #62739d;
}
.standard_desc_main .s_desc_de2 p{
	margin-bottom: 8px;
	font-size: 14px;
	color: #d1d6e1;
}
.standard_desc_main .s_desc_de3{
	margin-top: 28px;
	font-size: 14px;
	color: #d1d6e1;
}
.standard_desc_main .s_desc_de2.craft{
	border-bottom: none;
}
.standard_desc_main .s_desc_de2 img{
	max-width: 100%;
}
.standard_desc_main .s_pull_text p{
	font-size: 12px;
	color: #8e99b3;
}
.standard_desc_main .s_pull_text p span{
	display: inline-block;
}
.standard_desc_main .s_pull_text p span.source{
	padding-left: 30px;
}
.detail_warpItem .organization_item .img.instrument_img{
	width: 228px;
	height: 164px;
}
.detail_warpItem .organization_item .img.instrument_img span{
	width: 228px;
	height: 164px;
}
.detail_warpItem .organization_item .img.instrument_img span img{
	max-width: 228px;
	max-height: 164px;
}
.detail_warpItem .organization_item .name.instrument_name{
	margin-bottom: 20px;
}
.instrument_desc_main{
	margin: 0 40px;
	border-top:1px solid #62739d;
	padding: 40px 0 2px 0;
}
.instrument_desc_main .s_desc_de2{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #62739d;
}
.instrument_desc_main .s_desc_de2.s_desc_de3{
	border-bottom: none;
	margin-bottom: 20px;
}
.instrument_desc_main .s_desc_de2 .title{
	margin-bottom: 16px;
}
.instrument_desc_main .s_desc_de2 .title h2{
	font-size: 18px;
}
.instrument_desc_text,.craft_desc_text{
	color: #d1d6e1;
	font-size: 14px;
	line-height: ;
}
.standard_desc_main .s_desc_de2 .craft_desc_text p{
	margin-bottom: 0;
}
