* {
    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;
}

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: 120px;
    background: url('../img/head.png') no-repeat center top;
    overflow: hidden;
}

.vPanel_head.distributed{
    height:112px;
    background: url(../img/bg_header.png) no-repeat center top;
}

.vPanel_head_name {
    width: 490px;
    height: 90px;
    background: #ccc;
    margin: 20px auto 0;
}

.vPanel_body {
    flex: 1;
    overflow: hidden;
}

#vPanel.vPanelBg01 {
    background: url('../img/academyies_bg.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;
}

#vPanel.vPanelBg05 {
    background: url('../img/body_map_01.png') repeat center top;
}


.academyiesPanel .vPanel_head_name {
    background: url('../img/navbar.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;
}

.descPanel .vPanel_head_name {
    background: url('../img/cyl_des.png') no-repeat center;
}

.chainPanel .vPanel_head_name {
    background: url('../img/cyl.png') no-repeat center;
}

.fusionPanel .vPanel_head_name {
    background: url('../img/fusion.png') no-repeat center;
}

.MdatabasePanel .vPanel_head_name {
    background: url('../img/Mdatabase.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(12, 56, 177, .6);
    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_navsWrap.cyl_desc .wrapWithSide_side_navsItem{
    padding: 0;
} 

    .wrapWithSide_side_navsItem .zh {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .wrapWithSide_side_navsItem .zh.td{
        display: table;
        width: 295px;
        height: 100px;
        vertical-align:middle;
    }

    .wrapWithSide_side_navsItem .zh.td span{
        display: table-cell;
        vertical-align: middle;
        padding: 0 42px 0 30px;
    }

    .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: linear-gradient(318deg,rgba(20,0,158,1) 0%,rgba(27,83,238,1) 100%);
        opacity: 0.6;
    }

    .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.desc:nth-child(1):before{
        background: url('../img/icon_szx.png') no-repeat center;
    }

    .vPanel_tabBar_item.desc:nth-child(2):before{
        background: url('../img/icon_szx.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: 58px;
	margin-bottom: 30px;
}
.selectNumberScreen .scrolllist.s1{
	padding-bottom: 25px;
	border-bottom:1px dashed #196692;
}
.selectNumberScreen .scrolllist{
	height: 59px;
	margin-bottom: 25px;
	position: relative;
}
.selectNumberScreen .scrolllist .ti{
	width: 66px;
	float: left;
	line-height: 34px;
}
.selectNumberScreen .scrolllist .imglist_w{
	width:1480px;
	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: 178px;
	float: left;
	list-style: none;
	background: url(../img/bg_conpany_li.png) no-repeat;
	margin:0 0 20px 30px;
}
.vCompany_date_list .list_box ul li .infoBox{
	padding: 20px 26px;
}
.vCompany_date_list .list_box ul li .infoBox p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.vCompany_date_list .list_box ul li .infoBox p.title{
	color: #51fcc8;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
}
.vCompany_date_list .list_box ul li .infoBox p.con{
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 6px;
}
.vPage_item .mTurnSwiperBar{
	margin-top: 50px;
}
.vCompany_detail_item{
	width: 1520px;
	margin: 0 auto;
}
.vCompany_detail_item .loc{
	margin:30px 0;
}
.vCompany_detail_item .loc a{
	display: inline-block;
	color: #b0b1b4;
	font-size: 12px;
}
.vCompany_detail_item .loc span{
	color: #b0b1b4;
	font-size: 12px;
	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;
}
/*化工产业分布*/
.world_map_distributed{
    position: relative;
    width: 1680px;
    margin: 62px auto 0 auto;
}
.world_map_distributed .city .click_btn{
    color: #fff;
    opacity: .5;
    font-size: 20px;
    position: absolute;
    z-index: 10;
}
.world_map_distributed .city a.europe{
    width: 535px;
    height: 110px;
    text-align: center;
    left: 442px;
    top: 194px;
    line-height: 140px;
}
.world_map_distributed .city a.north_america{
    width: 416px;
    height: 394px;
    text-indent: 123px;
    left:0;
    top: 102;
    line-height: 394px;
}
.world_map_distributed .city .europebg{
    width: 591px;
    height: 234px;
    position: absolute;
    top:150px;
    left: 394px;
    background: url(../img/europe.png) no-repeat;
    z-index: 1;
}
.world_map_distributed .city .asiabg{
    width: 307px;
    height: 231px;
    position: absolute;
    top: 296px;
    left: 552px;
    background: url(../img/asia.png) no-repeat;
    z-index: 2;
}
.world_map_distributed .city .north_americabg{
    width: 437px;
    height: 421px;
    position: absolute;
    top: 56;
    left: 0;
    background: url(../img/north_america.png) no-repeat;
    z-index: 3;
}
.world_map_distributed .city .bg{
    display: none;
}
.world_map_distributed .city .bg.up{
    display: block;
}
.world_map_distributed .city a.asia{
    width: 278px;
    height: 174px;
    text-align: center;
    left: 549px;
    top: 284px;
    line-height: 174px;
}
.world_map_distributed .city a.on{
    color: #f9dd56;
    font-size: 36px;
    font-weight: bold;
    opacity: 1;
}
.world_map_distributed .city .navigation{
    width: 620px;
    height: 694px;
    right: 0;
    top: 72px;
    position: absolute;
    display: none;
}
.world_map_distributed .city .navigation.showBox{
    display: block;
}
.world_seven_continents{
    width: 180px;
    float:left;
    margin-top: 60px;
}
.world_seven_continents ul li{
    list-style: none;
    margin-bottom: 20px;
}
.world_seven_continents ul li a{
    display: block;
    width: 170px;
    height:60px;
    text-align: center;
    padding-right: 10px;
    line-height: 58px;
    font-size: 24px;
    color: #09b8ff;
    background: url(../img/continent_nav.png) no-repeat;
}
.world_seven_continents ul li a.curr{
    color: #f9dd56;
    width: 180px;
    background: url(../img/continent_nav_a.png) no-repeat;
}
.country_nav{
    width:396px;
    float: right;
    height: 694px;
    background: url(../img/bg_content.png) no-repeat;
    background-size:100% 100%;
}
.country_nav ul{
    margin:60px 35px 60px 72px;
    height: 574px;
    overflow: hidden;
    animation: topIn 1s ease;
    /* overflow-y: scroll; */
}

@keyframes topIn {
    from { 
      transform: translateY(-50px);
      opacity: 0; 
    }
    to { 
      transform: translateY(0px);
      opacity: 1; 
    }
  }
  
.country_nav ul::-webkit-scrollbar {
    width:8px;
    height:8px;
}
.country_nav ul::-webkit-scrollbar-track {
    width:8px;
    background-color:#001b4b;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.country_nav ul::-webkit-scrollbar-thumb {
    background-color:#3875d1;
    background-clip:padding-box;
    min-height:28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.country_nav ul li{
    width: 259px;
    height: 63px;
    text-align: center;
    margin-bottom: 20px;
    background: url(../img/country_nav.png) no-repeat;
}
.country_nav ul li a{
    display: block;
    line-height: 63px;
}
.distributed_main .return{
    width: 140px;
    height: 50px;
    margin-left: 50px;
    margin-top: 2px;
}
.distributed_main .return a{
    display: block;
    height: 50px;
    text-indent: -99999px;
    background: url(../img/return_a.png) no-repeat;
}
.distributed_map{
    width: 1460px;
    position: relative;
    margin:28px auto  0 auto;
}
.distributed_map .title{
    position: absolute;
    left: 0;
    top: 0;
}
.distributed_map .title h2{
    font-size: 70px;
    line-height: 74px;
    font-weight: bold;
    display: block;
    color: 09b8ff;
}
.distributed_map .china_map{
    width: 1460px;
    position: relative;
    margin:60px auto 0 auto;
}
.distributed_map .china_map .box{
    width: 872px;
    height: 723px;
    margin-right: 500px;
    position: relative;
    background: url(../img/map_img.png) no-repeat;
}
.distributed_map .china_map .box .item .park_desc{
    width: 440px;
    height: 694px;
    position: absolute;
    display: none;
    top: 20px;
    right: -500px;
    background: url(../img/bg_content.png) no-repeat;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
}
.distributed_map .china_map .box .item .park_desc.showBox{
    display: block;
}
.distributed_map .china_map .box .item .park_desc .con_box{
    margin: 20px 34px 0 50px;
    overflow: hidden;
    height: 620px;
    padding-right:16px;
    overflow-y: scroll;
}
.distributed_map .china_map .box .item .park_desc .con_box::-webkit-scrollbar {
    width:8px;
    height:8px;
}
.distributed_map .china_map .box .item .park_desc .con_box::-webkit-scrollbar-track {
    width:8px;
    background-color:#001b4b;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.distributed_map .china_map .box .item .park_desc .con_box::-webkit-scrollbar-thumb {
    background-color:#3875d1;
    background-clip:padding-box;
    min-height:28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
@-webkit-keyframes fadeIn {
    0% {
    opacity: 0; 
    }
    50% {
    opacity: 0;
    }
    100% {
    opacity: 1;
    }
}
.distributed_map .china_map .box .item .mito{
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    background: url(../img/icon_dot.png) no-repeat;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}
.distributed_map .china_map .box .item .mito.hz{
    bottom: 95px;
    right: 212px;
}
.distributed_map .china_map .box .item .mito.nb{
    bottom: 224px;
    right: 102px;
}
.distributed_map .china_map .box .item .mito.nb1{
    bottom: 246px;
    right: 102px;
}
.distributed_map .china_map .box .item .mito.sh{
    bottom: 274px;
    right: 104px;
}
.distributed_map .china_map .box .item .mito.jx{
    bottom: 258px;
    right: 124px;
}
.distributed_map .china_map .box .item .mito.js{
    bottom: 295px;
    right: 132px;
}
.distributed_map .china_map .box .item .mito.nj{
    bottom: 278px;
    right: 146px;
}
.distributed_map .china_map .box .item .mito.zb{
    bottom: 370px;
    right: 176px;
}
.distributed_map .china_map .box .item .mito.dy{
    bottom: 391px;
    right: 169px;
}
.distributed_map .china_map .box .item .mito.maoming{
    bottom: 74px;
    right: 270px;
}
.distributed_map .china_map .box .item .mito.changshou{
    bottom: 220px;
    right: 348px;
}
.distributed_map .china_map .box .item .mito.quangan{
    bottom: 156px;
    right: 130px;
}
.distributed_map .china_map .box .item .mito.changshu{
    bottom: 274px;
    right: 120px;
}
.distributed_map .china_map .box .item .mito.cangzhou{
    top: 300px;
    right: 190px;
}
.distributed_map .china_map .box .item .mito.jining{
    top: 356px;
    right: 198px;
}
.distributed_map .china_map .box .item .mito.ningxia{
    top: 320px;
    right: 362px;
}
.distributed_map .china_map .box .item .mito.yanzhou{
    bottom: 304px;
    right: 146px;
}
.distributed_map .china_map .box .item .mito.changzhou{
    bottom: 290px;
    right: 114px;
}
.distributed_map .china_map .box .item .mito.hzwan{
    bottom: 240px;
    right: 126px;
}
.distributed_map .china_map .box .item .mito.quzhou{
    bottom: 214px;
    right: 140px;
}
.distributed_map .china_map .box .item .mito.whhx{
    bottom: 246px;
    right:224px
}
.distributed_map .china_map .box .item .mito.up{
    background: url(../img/icon_dot_a.png) no-repeat;
}
.distributed_map .china_map .box .item .mito:hover{
    background: url(../img/icon_dot_a.png) no-repeat;
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}
.distributed_map .china_map .box .item .park_desc .park_name h2{
    font-size: 28px;
    color: #09b8ff;
    line-height: 30px;
    word-wrap:break-word;
}
.distributed_map .china_map .box .item .park_desc .park_name{
    margin: 22px 0;
}
.distributed_map .china_map .box .item .park_desc .gs{
    margin-bottom: 20px;
}
.distributed_map .china_map .box .item .park_desc .gs span{
    display: block;
    color: #8095ba;
    font-size: 16px;
    font-size: 16px;
}
.distributed_map .china_map .box .item .park_desc .gs span b{
    color: #fff;
    font-weight: normal;
}
.distributed_map .china_map .box .item .park_desc .con_item{
    margin-bottom: 20px;
}
.distributed_map .china_map .box .item .park_desc .con_item .ti{
    margin-bottom: 6px;
}
.distributed_map .china_map .box .item .park_desc .con_item .ti h3{
    color: #09b8ff;
    font-size: 18px;
    font-weight: bold;
}
.distributed_map .china_map .box .item .park_desc .con_item .con{
    line-height: 24px;
    color: #fff;
    font-size: 16px;
}
.distributed_map .china_map.korea_map .box{
    width: 820px;
    height: 850px;
    margin-right: 500px;
    position: relative;
    background: url(../img/Korea_map.png) no-repeat;
}
.distributed_map .china_map.korea_map .mito.dss{
    left: 128px;
    top: 251px;
}
.distributed_map .china_map.korea_map .mito.ws{
   right: 316px;
   bottom: 349px;
}
.distributed_map .china_map.korea_map .mito.lis{
    right: 515px;
    bottom: 237px;
 }
 .distributed_map.singapore{
     width: 1667px;
 }
 .distributed_map .china_map.singapore_map .box{
    width: 1117px;
    height: 703px;
    top: 140px;
    position: relative;
    background: url(../img/singapore_map.png) no-repeat;
}
.distributed_map .singapore_map{
    width: 1667px;
    margin:16px 0 0 0;
}
.distributed_map .china_map.singapore_map .box .item .park_desc{
    top: -60px;
}
.distributed_map .china_map.singapore_map .mito.yul{
    left: 194px;
    top: 434px;
}
.distributed_map .china_map.iran_map .box{
    width:703px;
    height: 648px;
    position: relative;
    top:136px;
    margin-right: 600px;
    background: url(../img/iran_map.png) no-repeat;
}
.distributed_map .china_map.iran_map .box .item .park_desc{
    top:-40px
}
.distributed_map .china_map.iran_map .mito.sih{
    left: 176px;
    top: 406px;
}
.distributed_map .china_map.iran_map .mito.pes{
    left: 286px;
    top: 512px;
}
.distributed_map .china_map.saudi_map .box{
    width:840px;
    height: 702px;
    position: relative;
    top:100px;
    margin-right: 600px;
    background: url(../img/saudi_map.png) no-repeat;
}
.distributed_map .china_map.saudi_map .mito.zbl{
    top: 156px;
    right: 310px;
}
.distributed_map .china_map.saudi_map .mito.yb{
    top: 326px;
    left: 105px;
}

.distributed_map .china_map.germany_map .box{
    width:542px;
    height: 740px;
    position: relative;
    top: 50px;
    margin-right: 600px;
    margin-left: 156px;
    background: url(../img/germany_map.png) no-repeat;
}
.distributed_map .china_map.germany_map .mito.bls{
    left: 190px;
    top: 94px;
}
.distributed_map .china_map.germany_map .mito.std{
    left: 195px;
    top: 140px;
}
.distributed_map .china_map.germany_map .mito.maer{
    left: 78px;
    top: 310px;
}
.distributed_map .china_map.germany_map .mito.btf{
    left: 392px;
    top: 308px;
}
.distributed_map .china_map.germany_map .mito.lyn{
    right: 170px;
    top: 358px;
}
.distributed_map .china_map.germany_map .mito.qmx{
    left: 74px;
    top: 306px;
}
.distributed_map .china_map.germany_map .mito.lws{
    left: 96px;
    top: 408px;
}
.distributed_map .china_map.germany_map .mito.flkf{
    left: 120px;
    top: 468px;
}
.distributed_map .china_map.germany_map .mito.hst{
    left: 120px;
    top: 472px;
}
.distributed_map .china_map.germany_map .mito.ldwx{
    left: 132px;
    top: 525px;
}

.distributed_map .china_map.Holland_map .box{
    width:650px;
    height: 776px;
    position: relative;
    top: 50px;
    margin-right: 600px;
    margin-left: 80px;
    background: url(../img/Holland_map.png) no-repeat;
}
.distributed_map .china_map.Holland_map .mito.dfje{
    left: 246px;
    top: 192px;
}
.distributed_map .china_map.Holland_map .mito.def{
    left: 185px;
    top: 370px;
}
.distributed_map .china_map.Holland_map .mito.ltd{
    left: 126px;
    top: 418px;
}
.distributed_map .china_map.Holland_map .mito.lpe{
    left: 176px;
    bottom: 330px;
}
.distributed_map .china_map.Holland_map .mito.qml{
    right: 240px;
    bottom:26px;
}
.distributed_map .china_map.england_map .box{
    width:491px;
    height:830px;
    position: relative;
    margin-right:800px;
    margin-left: 80px;
    background: url(../img/england_map.png) no-repeat;
}
.distributed_map .china_map.england_map .box .item .park_desc{
    right: -560px;
    top: 60px;
}
.distributed_map .china_map.england_map .mito.wed{
    left: 350px;
    top:434px;
}

.distributed_map .china_map.Belgium_map .box{
    width:899px;
    height:740px;
    position: relative;
    top: 90px;
    background: url(../img/Belgium_map.png) no-repeat;
}
.distributed_map .china_map.Belgium_map .mito.at{
    left: 388px;
    top:48px;
}

.distributed_map .china_map.Poland_map .box{
    width:775px;
    height:740px;
    position: relative;
    top: 90px;
    background: url(../img/Poland_map.png) no-repeat;
}
.distributed_map .china_map.Poland_map .mito.pww{
    right: 115px;
    bottom:255px;
}

.distributed_map .china_map.France_map .box{
    width:810px;
    height:794px;
    position: relative;
    top:40px;
    background: url(../img/France_map.png) no-repeat;
}
.distributed_map .china_map.France_map .mito.nmd{
    left: 310px;
    top:96px;
}

.distributed_map .china_map.usa_map .box{
    width:993px;
    height:703px;
    position: relative;
    top:120px;
    background: url(../img/usa_map.png) no-repeat;
}
.distributed_map .china_map.usa_map .box .item .park_desc{
    top: -50px;
}
.distributed_map .china_map.usa_map{
    margin: 0;
}
.distributed_map .china_map.usa_map .mito.alb{
    right: 270px;
    top:442px;
}
.distributed_map .china_map.usa_map .mito.xsd{
    right: 420px;
    top:472px;
}
.distributed_topNav{
    text-align: center;
    margin-top: 50px;
}
.distributed_topNav ul li{
    display: inline-block;
    width: 219px;
    margin:0 10px;
}
.distributed_topNav ul li a{
    display: block;
    width: 219px;
    height: 60px;
    line-height: 60px;
    color:#fff;
    font-size: 26px;
    font-weight: bold;
    background: url(../img/topnav_item.png) no-repeat;
}
.distributed_topNav ul li a.curr{
    color: #f9dd56;
    background: url(../img/topnav_item_a.png) no-repeat;
}
.distributed_map .china_map.shandong{
   width: 1485px;
}
.distributed_map .china_map.shandong .box{
    width: 985px;
    height: 624px;
    background: url(../img/shandong_map.png?t=0916) no-repeat;
}
.distributed_map .china_map.shandong .mito.mouping{
    right: 126px;
    top:165px;
}
.distributed_map .china_map.shandong .mito.yantai{
    right: 192px;
    top:95px;
}
.distributed_map .china_map.shandong .mito.penglai{
    right: 246px;
    top:80px;
}
.distributed_map .china_map.shandong .mito.laizhou{
    right: 386px;
    top:214px;
}
.distributed_map .china_map.shandong .mito.changyi{
    right: 385px;
    top:200px;
}
.distributed_map .china_map.shandong .mito.weifang{
    right: 440px;
    top:174px;
}
.distributed_map .china_map.shandong .mito.wenshang{
    left:314px;
    top:78px;
}
.distributed_map .china_map.shandong .mito.leling{
    left:312px;
    top:86px;
}
.distributed_map .china_map.shandong .mito.bingzhou{
    left:381px;
    top:27px;
}
.distributed_map .china_map.shandong .mito.kls{
    right:520px;
    top:114px;
}
.distributed_map .china_map.shandong .mito.llbing{
    right:488px;
    top:46px;
}
.distributed_map .china_map.shandong .mito.dygl{
    right:458px;
    top:136px;
}
.distributed_map .china_map.shandong .mito.bzlg{
    right:566px;
    top:124px;
}
.distributed_map .china_map.shandong .mito.bzbc{
    right:565px;
    top:32px;
}
.distributed_map .china_map.shandong .mito.grao{
    right:510px;
    top:200px;
}
.distributed_map .china_map.shandong .mito.gqhg{
    right:578px;
    top:194px;
}
.distributed_map .china_map.shandong .mito.htmq{
    right:578px;
    top:182px;
}
.distributed_map .china_map.shandong .mito.zdhg{
    right:555px;
    top:240px;
}
.distributed_map .china_map.shandong .mito.qlhx{
    right:542px;
    top:224px;
}
.distributed_map .china_map.shandong .mito.sgyk{
    right:462px;
    top:166px;
}
.distributed_map .china_map.shandong .mito.shhg{
    left:288px;
    top:176px;
}
.distributed_map .china_map.shandong .mito.dzhg{
    left:330px;
    top:218px;
}
.distributed_map .china_map.shandong .mito.lwk{
    left:344px;
    top:302px;
}
.distributed_map .china_map.shandong .mito.pdxh{
    right:368px;
    top:210px;
}
.distributed_map .china_map.shandong .mito.djk{
    right:352px;
    top:406px;
}
.distributed_map .china_map.shandong .mito.dyfg{
    right:560px;
    top:208px;
}
.distributed_map .china_map.shandong .mito.xyhg{
    right:535px;
    top:324px;
}
.distributed_map .china_map.shandong .mito.lngk{
    left:302px;
    bottom:98px;
}
.distributed_map .china_map.shandong .mito.xchg{
    left:326px;
    bottom:84px;
}
.distributed_map .china_map.shandong .mito.zzscl{
    left:350px;
    bottom:76px;
}
.distributed_map .china_map.shandong .mito.ychg{
    left:360px;
    bottom:68px;
}
.distributed_map .china_map.shandong .mito.dygh{
    right:460px;
    top:40px;
}
.distributed_map .china_map.shandong .mito.dyhk{
    right:508px;
    top:54px;
}
.distributed_map .china_map.shandong .mito.dyqhg{
    right:514px;
    top:140px;
}
.distributed_map .china_map.shandong .mito.ylsh{
    right:282px;
    top:102px;
}
.distributed_map .china_map.shandong .mito.lzyh{
    right:365px;
    top:182px;
}
.distributed_map .china_map.shandong .mito.lyhg{
    right:240px;
    top:206px;
}
.distributed_map .china_map.shandong .mito.fchg{
    left:222px;
    bottom: 290px;
}
.distributed_map .china_map.shandong .mito.dyhg{
    left:282px;
    bottom:262px;
}
.distributed_map .china_map.shandong .mito.nyhg{
    left:290px;
    bottom:248px;
}
.distributed_map .china_map.shandong .mito.xthg{
    left:314px;
    bottom:238px;
}
.distributed_map .china_map.shandong .mito.lstl{
    left:143px;
    bottom:232px;
}
.distributed_map .china_map.shandong .mito.lstl{
    left:143px;
    bottom:232px;
}
.distributed_map .china_map.shandong .mito.wshg{
    left:198px;
    bottom:216px;
}
.distributed_map .china_map.shandong .mito.yzhx{
    left:248px;
    bottom:194px;
}
.distributed_map .china_map.shandong .mito.jxhg{
    left:182px;
    bottom:164px;
}
.distributed_map .china_map.shandong .mito.zchg{
    left:252px;
    bottom:152px;
}
.distributed_map .china_map.shandong .mito.jnhg{
    left:195px;
    bottom:138px;
}
.distributed_map .china_map.shandong .mito.ytzhhg{
    left: 218px;
    bottom: 118px;
}
.distributed_map .china_map.shandong .mito.whlg{
    right: 70px;
    top: 142px;
}
.distributed_map .china_map.shandong .mito.wdhg{
    right: 68px;
    top: 158px;
}
.distributed_map .china_map.shandong .mito.whnhhg{
    right: 78px;
    top: 192px;
}
.distributed_map .china_map.shandong .mito.sghzhg{
    right:434px;
    top: 192px;
}
.distributed_map .china_map.shandong .mito.cylchg{
    right:404px;
    top: 202px;
}
.distributed_map .china_map.shandong .mito.clzlhg{
    right:458px;
    top: 238px;
}
.distributed_map .china_map.shandong .mito.ljhg{
    right:496px;
    top: 270px;
}
.distributed_map .china_map.shandong .mito.gmrhhg{
    right:350px;
    top: 282px;
}
.distributed_map .china_map.shandong .mito.cchg{
    right:415px;
    top: 344px;
}
.distributed_map .china_map.shandong .mito.wlxhhg{
    right:596px;
    top: 50px;
}
.distributed_map .china_map.shandong .mito.yxhg{
    right:612px;
    top: 92px;
}
.distributed_map .china_map.shandong .mito.zhjjkfq{
    right:545px;
    top: 86px;
}
.distributed_map .china_map.shandong .mito.bxhg{
    right:538px;
    top: 172px;
}
.distributed_map .china_map.shandong .mito.rzhyhg{
    right:470px;
    bottom: 172px;
}
.distributed_map .china_map.shandong .mito.rzswhg{
    right:392px;
    bottom: 148px;
}
.distributed_map .china_map.shandong .mito.lshg{
    right:402px;
    bottom: 122px;
}
.distributed_map .china_map.shandong .mito.dzyhhs{
    left:194px;
    top: 122px;
}
.distributed_map .china_map.shandong .mito.pyhg{
    left:210px;
    top: 160px;
}
.distributed_map .china_map.shandong .mito.dlyhg{
    left:246px;
    top: 170px;
}
.distributed_map .china_map.shandong .mito.dychg{
    left:242px;
    top: 198px;
}
.distributed_map .china_map.shandong .mito.cphg{
    left:190px;
    top: 280px;
}
.distributed_map .china_map.shandong .mito.llchg{
    left:170px;
    top: 290px;
}
.distributed_map .china_map.shandong .mito.lxxhg{
    left:71px;
    top: 370px;
}
.distributed_map .china_map.shandong .mito.yslshg{
    right:498px;
    top: 400px;
}
.distributed_map .china_map.shandong .mito.fxzhjhg{
    right:558px;
    bottom: 122px;
}
.distributed_map .china_map.shandong .mito.lylghg{
    right:440px;
    bottom: 110px;
}
.distributed_map .china_map.shandong .mito.lsjjhg{
    right:498px;
    bottom: 84px;
}
.distributed_map .china_map.shandong .mito.lychg{
    right:530px;
    bottom: 38px;
}
.distributed_map .china_map.shandong .mito.lynmhg{
    right:512px;
    bottom:174px;
}
.distributed_map .china_map.shandong .mito.hychg{
    left:148px;
    bottom:178px;
}
.distributed_map .china_map.shandong .mito.hdmsh{
    left:35px;
    bottom:158px;
}
.distributed_map .china_map.shandong .mito.hdmgc{
    left:33px;
    bottom:138px;
}
.distributed_map .china_map.shandong .mito.hjyhg{
    left:140px;
    bottom:158px;
}
.distributed_map .china_map.shandong .mito.hjchg{
    left:71px;
    bottom:144px;
}
.distributed_map .china_map.shandong .mito.hcxhg{
    left:90px;
    bottom:94px;
}
.distributed_map .china_map.shandong .mito.hcwhg{
    left:126px;
    bottom:106px;
}
.distributed_map .china_map.shandong .mito.hsxhg{
    left:160px;
    bottom:76px;
}
.distributed_map .china_map.shandong .mito.hdtyxhg{
    left:96px;
    bottom:118px;
}
/* 导航*/
.nNav{
    width: 1300px;
    margin: 70px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.nNav dl{
    display: block;
    width: 280px;
    margin-right: 60px;
}
.nNav dl:last-child{
    margin-right: 0;
}
.nNav dl dt{
    text-align: center;
    color: #6A9CFF;
    font-size: 24px;
    margin-bottom: 16px;
    padding-bottom: 4px;
    background:url(../img/nNav_dt.png) center bottom no-repeat;
}
.nNav dl dd{
    width: 280px;
    margin-bottom: 20px;
    height: 120px;
    display: table;
    vertical-align: middle;
    background: url(../img/nNav_bg.png) no-repeat;
}
.nNav dl dd a{
    display: table-cell;
    vertical-align: middle;
    line-height: 34px;
    font-size: 26px;
    padding:0 42px 0 80px
}
.nNav dl dd a.q_data{
    background: url(../img/nNav_d_data.png) 34px 38px no-repeat;
}
.nNav dl dd a.c_data{
    background: url(../img/nNav_c_data.png) 34px 38px no-repeat;
}
.nNav dl dd a.y_overview{
    background: url(../img/nNav_yjygk.png) 34px 38px no-repeat;
}
.nNav dl dd a.y_expert{
    background: url(../img/nNav_yszj.png) 34px 38px no-repeat;
}
.nNav dl dd a.y_fusion{
    background: url(../img/nNav_ysrh.png) 34px 38px no-repeat;
}
.nNav dl dd a.y_s_d{
    background: url(../img/nNav_szyd.png) 34px 38px no-repeat;
}
.nNav dl dd a.z_stuff{
    background: url(../img/nNav_zdcl.png) 34px 38px no-repeat;
}
.nNav dl dd a.h_industry{
    background: url(../img/nNav_hgcyl.png) 34px 24px no-repeat;
}
.nNav dl dd a.g_polymer{
    background: url(../img/nNav_gdjhw.png) 34px 38px no-repeat;
}
.nNav dl dd a.y_yyhg{
    background: url(../img/nNav_yyhg.png) 34px 38px no-repeat;
}
.nNav dl dd a.j_n_c{
    background: url(../img/nNav_jgxcl.png) 34px 38px no-repeat;
}
.nNav dl dd a.p_desc{
    background: url(../img/nNav_yqgk.png) 34px 38px no-repeat;
}
.nNav dl dd a.p_z_company{
    background: url(../img/nNav_yqqy.png) 34px 38px no-repeat;
}
.nNav dl dd a.p_z_quanqiu{
    background: url(../img/nqqcy.png) 34px 38px no-repeat;
}
/*要素融合*/
.wrapWithSide.fusion .insetPage{
    position: relative;
}
.wrapWithSide.fusion .insetPage .inforPage{
    width: 1200px;
}
.wrapWithSide.fusion{
    margin: 0  auto;
    display: block;
}
.wrapWithSide.fusion .wrapWithSide_cont{
    position: relative;
    width: 100%;
    flex: none;
}
.wrapWithSide.fusion .fusion_nNav{
    width: 100%;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 40px;
    border-bottom:1px solid #0830F1;
}
.wrapWithSide.fusion .fusion_nNav ul{
    margin-left: -20px;
}
.wrapWithSide.fusion .fusion_nNav ul li{
    width: 180px;
    height: 60px;
    float: left;
    list-style: none;
    margin-left: 20px;
    position: relative;
}
.wrapWithSide.fusion .fusion_nNav ul li a{
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background-color: #11349E;
}
.wrapWithSide.fusion .fusion_nNav ul li a.curr{
    background-color: #0A84FF;
}
.wrapWithSide.fusion .fusion_nNav ul li a.curr:after {
    display: block;
    content: '';
    position: absolute;
    bottom:0px;
    width: 180px;
    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;
}
/*材料数据库*/
.m_database_main{
    width:1316px;
    height: 886px;
    margin:14px auto 0 auto;
}
.m_database_main .head_count{
    margin-bottom: 16px;
    width: 1280px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    background: url(../img/Mdatabase_bg.png) no-repeat;
    background-size:100% 100%;
}
.m_database_main .head_count span{
    display: block;
    font-size: 36px;
    font-weight: bold;
}
.m_database_main .head_count span b{
    color: #FFE200;
    padding: 0 10px;
}
.database_wall{
    display: block;
    position: relative;
}
.database_wall .wall-column{
    display: block;
    position: relative;
    width: 20%;
    left:-12px;
    float: left;
    padding: 0 12px;
    box-sizing: border-box;
}
.database_wall .article{
    display: block;
    margin-bottom: 20px;
    background: white;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    transition: all 220ms;
}
.database_wall .article img{
    display: block;
    width: 100%;
    border-radius: 3px 3px 0 0;
}
.database_wall .article:hover {
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: all 220ms;
}
.database_wall .article h2{
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin: 12px 20px 0 20px;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
}
.database_wall .article .pull{
    margin: 0 20px;
    padding-bottom: 15px;
}
.database_wall .article .pull span{
    display: inline-block;
    line-height: 16px;
    color: #999;
    padding-left: 20px;
    font-size: 12px;
}
.database_wall .article .pull span.read{
    margin-right: 14px;
    background: url(../img/icon_read.png) left center no-repeat;
}
.database_wall .article .pull span.collect{
    background: url(../img/icon_collect.png) left center no-repeat;
}
.material_detail{
    width: 948px;
    margin:16px auto 0 auto;
}
.material_detail .left_item{
    width: 600px;
    float: left;
    padding: 20px;
    background-color: #fff;
}
.material_detail .left_item h1{
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom:18px;
}
.material_detail .left_item .banner{
    width: 560px;
	height: 324px;
	font-size: 14px;
	position:relative;
}
.material_detail .left_item .banner a.control {
	position:absolute;
	display: block;
	top:35%;
	width: 76px;
	height: 112px;
	cursor: pointer;
	z-index: 2;
}
.material_detail .left_item .banner a.prev {
	left: 0;
	background: url(../img/btn_left.png) left center no-repeat;
}
.material_detail .left_item .banner a.next {
    right: 0;
    background: url(../img/btn_right.png) right center no-repeat;
}
.material_detail .left_item .banner .num{
	text-align: right;
	right: 10px;
	background:rgba(0,0,0,.21);
	padding: 5px 12px;
	border-radius: 3px;
}
.material_detail .left_item .banner .num em{
	display: inline-block;
	font-style: normal;
	color: #fff;
	font-size: 13px;
}
.material_detail .left_item .banner img{
    width: 560px;
    height: 324px;
}
.material_detail .detail_desc{
    margin-top: 26px;
}
.material_detail .detail_desc .tibar h2{
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.material_detail .detail_desc .desc_cont{
    padding:10px 0;
    color: #666;
    line-height: 24px;
    font-size: 12px;
}
.material_detail .detail_desc .desc_cont table{
    color: #666;
}
.material_detail .right_item{
    width: 300px;
    float: left;
    margin-left:20px;
}
.material_detail .right_item .desc_item{
    background-color: #fff;
    padding: 20px 20px 8px 20px;
    margin-bottom: 18px;
}
.material_detail .right_item .desc_item h2{
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.material_detail .right_item .application{
    margin-top: 16px;
}
.material_detail .right_item .application img{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 8px;
}
.material_detail .right_item .case .name{
    display: block;
    padding-top: 10px;
    color: #111;
    font-size: 14px;
}
.material_detail .right_item .case .label{
    padding-top: 12px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 12px;
    margin-bottom: 18px;
}
.material_detail .right_item .case .label .li_sm{
    padding-bottom: 8px;
}
.material_detail .right_item .case .label .ti{
    display: block;
    width: 48px;
    float: left;
    color: #909090;
    font-size: 12px;
    margin-right: 12px;
}
.material_detail .right_item .case .label .con{
    display: block;
    overflow: hidden;
    color: #333;
    font-size: 12px;
}
.material_detail .right_item .other_desc{
    background-color: #F6F6F6;
    padding: 14px;
}
.material_detail .right_item .other_desc h3{
    color: #333;
    font-size: 14px;
}
.material_detail .right_item .other_desc .name{
    display: block;
    float: left;
    width: 36px;
    padding: 0;
    font-size: 12px;
    color: #909090;
}
.material_detail .right_item .other_desc .gs{
    display: block;
    font-size: 12px;
    color: #333;
    overflow: hidden;
}
.material_detail .right_item .case_desc{
    border-top: 1px dashed #eee;
    padding-top: 16px;
    margin-top: 18px;
}
.material_detail .right_item .case_desc h3{
    color: #333;
    font-size: 14px;
}
.material_detail .right_item .case_desc .desc{
    color: #666;
    padding: 8px 0 18px 0;
    line-height: 20px;
    font-size: 12px;
}
.material_detail .right_item .desc_item ul li{
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
}
.material_detail .right_item .desc_item ul li .name{
    color: #333;
    width: 60px;
    float: left;
    margin-right: 10px;
    font-size: 14px;
    display: block;
    position: relative;
    top: 2px;
}
.material_detail .right_item .desc_item ul li:last-child{
    border-bottom:none;
}
.material_detail .right_item .desc_item ul li .label{
    text-align: right;
    overflow: hidden;
    display: block;
}
.material_detail .right_item .desc_item ul li .label span{
    font-size: 12px;
    display: inline-block;
    background-color: #F0F0F0;
    color: #666;
    line-height: 20px;
    padding: 0 6px;
    border-radius: 2px;
    margin: 0 0 5px 5px;
}
.material_detail .right_item .desc_item ul li .label span.curr{
    background-color:#2577E3;
    color: #fff;
}
/*new*/
.vPanelPage.patent{
    background: url(../img/bg001.png) repeat center top;
}
.patentTypeHome{
    width: 100%;
    height: 100%;
    position: relative;
}
.patentTypeHome .textBox{
    position: absolute;
    width: 100%;
    top: 40%;
    height: 172px;
    margin-top: -86px;
}
.patentTypeHome .textBox .count{
    height: 66px;
    width: 100%;
    line-height: 66px;
    text-align: center;
    margin-bottom: 52px;
    font-size: 55px;
    color: #fff;
    font-weight: bold;
}
.patentTypeHome .textBox .count span{
    display: inline-block;
    padding-left: 20px;
}
.patentTypeHome .textBox a{
    display: block;
    margin: 0 auto;
    width: 170px;
    height: 54px;
    line-height: 54px;
    border-radius:2px;
    font-size: 18px;
    border: 1px solid #FFFFFF;
    text-align: center;
}
.expertsHome{
    position: relative;
    width: 100%;
    height: 100%;
}
.expertsHome .homeLink{
    width: 100%;
    position: absolute;
    top: 50%;
    height: 418px;
    margin-top: -209px;
    background: url(../img/e_bg_01.png) center bottom no-repeat;
    text-align: center;
}
.expertsHome .homeLink a{
    display: inline-block;
    width: 359px;
    height: 163px;
    text-indent: -99999px;
}
.expertsHome .homeLink a.btn1{
    background: url(../img/e_btn_1.png) no-repeat;
}
.expertsHome .homeLink a.btn2{
    margin-left: 150px;
    background: url(../img/e_btn_2.png) no-repeat;
}