﻿#uHeader {
    width: 100%;
    /*  background: linear-gradient(180deg, #00135B 0%, rgba(0,19,91,0) 100%);*/
    overflow-x: hidden;
}

#uHeader_back {
    width: 100%;
    height: 1100px;
    margin: auto;
    background: url('topback1.png') no-repeat top center;
    background-size: contain;
}

#uHeader .topback1 {
    background: url('topback1.png') no-repeat top center;
}

#uHeader .topback2 {
    background: url('topback2.png') no-repeat top center;
}

#uHeader .topback3 {
    background: url('topback3.png') no-repeat top center;
}

#uHeader .topback4 {
    background: url('topback4.png') no-repeat top center;
}

#uHeader .topback5 {
    background: url('topback5.png') no-repeat top center;
}

#uHeader .topback6 {
    background: url('topback6.png') no-repeat top center;
}

#uHeader .topback7 {
    background: url('topback7.png') no-repeat top center;
}

#uHeader .topback8 {
    background: url('topback8.png') no-repeat top center;
}

#uHeader .topback9 {
    background: url('topback9.png') no-repeat top center;
}

#uHeader .topsmall {
    width: 100%;
    height: 70px;
    margin: auto;
    background: url('topsmall.png') no-repeat top center;
    background-size: cover;
}

#uHeader .fix-top {
    width: 100%;
    height: 70px;
    margin: auto;
    background-color: #00135B;
    background: url('topsmall.png') no-repeat top center;
    background-size: cover;
    position: fixed;
    top: 0px;
}

#uHeader_gd {
    width: 100%;
    height: 70px;
    margin: auto;
    background-color: #00135B;
    background: url('topsmall.png') no-repeat top center;
    background-size: cover;
    position: fixed;
    top: 0px;
    display: none;
    z-index: 100;
}

#uHeader_logoSearch {
    width: 1200px;
    height: 130px;
    margin: auto;
}

#uHeader_logo {
    width: 85px;
    height: 31px;
  
    background: url(logos.png) no-repeat center center;
    background-size: contain;
    /* background-size: contain; */
    /* margin: 25px 0px; */
    margin-left: 28px;
    margin-right: 260px;
    margin-top: 12px;
    position:absolute;
}

#uHeader_pName {
    /*height:60px;line-height:60px;margin:35px 20px;font-size:30px;float:left;
    font-family:宋体;font-weight:bold*/
    width: 331px;
    height: 36px;
    float: left;
    margin: 47px 20px;
    background: url('pName.png') no-repeat center center;
    background-size: contain;
}

#uHeader_search {
    width: 500px;
    height: 40px;
    border: solid 1px #d7d7d7;
    position: relative;
    margin: 45px 10px;
    float: left;
}

#uHeader_searchType {
    width: 100px;
    height: 100%;
    position: relative;
    float: left;
    z-index: 2;
}

#uHeader_searchType_checked {
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

    #uHeader_searchType_checked:after {
        content: "";
        position: absolute;
        right: 5px;
        top: 14px;
        width: 8px;
        height: 8px;
        border-left: solid 1px #6f7174;
        border-top: solid 1px #6f7174;
        transform: rotate(-135deg);
    }

#uHeader_searchType_select {
    /*background-color:rgba(255,255,255,0.9);*/
    /*box-shadow:rgba(0,0,0,0.3) 0px 1px 5px;*/
    border-left: solid 1px #d7d7d7;
    border-bottom: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
    margin-left: -1px;
    background-color: #FFFFFF;
    width: 100%;
    top: 40px;
    left: 0;
    z-index: 10;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 0.3s;
}

.uHeader_searchType_selectItem {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

    .uHeader_searchType_selectItem:hover {
        /*background-color:#3f8dcc;color:#FFFFFF;*/
        color: #c2222a;
    }

#uHeader_searchType:hover #uHeader_searchType_select {
    transform: scaleY(1);
}

#TB_keyword {
    width: calc(100% - 220px);
    height: 26px;
    line-height: 26px;
    border-width: 0px;
    margin: 6px 10px;
    float: left;
    color: #3f8dcc;
}

#uHeader_searchButton {
    background-color: #3f8dcc;
    width: 100px;
    height: 42px;
    position: absolute;
    right: -1px;
    top: -1px;
    text-align: center;
    line-height: 42px;
    color: #FFFFFF;
    cursor: pointer;
}

#uHeader_qrcode {
    width: 160px;
    height: 100px;
    margin-top: 15px;
    float: right;
}

#uHeader_qrcode_text {
    width: 60px;
    color: #6f7174;
    text-align: left;
    line-height: 20px;
    height: 20px;
    margin-top: 20px;
    float: left;
}

#uHeader_qrcode_img {
    width: 100px;
    height: 100px;
    float: right;
    background: url('qrcode.png') no-repeat center center;
    background-size: contain;
}

#uHeader_navigate {
    width: 100%;
    height: 70px;
    text-align: center;
    clear: both;
    background: linear-gradient(180deg, #00135B 0%, rgba(0,19,91,0) 100%);
    position: fixed;
    z-index: 200;
}

#uHeader_navigate_inner {
    width: 900px;
    height: 38px;
  
    /* padding-left: 200px; */
    /* float: left; */
    margin: 16px auto 0px auto;
}

.navItem {
    float: left;
    height: 100%;
    width: calc(100% / 10);
}

    .navItem a {
        text-decoration: none;
        cursor: pointer;
    }

.navItem_mc {
    width: 100%;
    height: 100%;
    line-height: 30px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 14px;
}

.navItem_on {
    /*  background: linear-gradient(360deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
    box-shadow: 0px 1px 18px rgba(17,88,232,0.65);*/
}

    .navItem:hover .navItem_mc,
    .navItem_on .navItem_mc {
        /*  
  #FFFFFF
           background-color: #6A97C6*/
        /*background: linear-gradient(0deg, rgb(249, 225, 215) 0%, rgb(247, 229, 220) 16.9231%, rgb(251, 242, 239) 40.7692%);*/
        /*  background: linear-gradient(360deg, rgba(255,255,255,10) 0%, rgba(255,255,255,0) 80%);
        box-shadow: 0px 1px 18px rgba(17,88,232,0.65);
        width: calc(100% - 6px);
        margin: 0 auto;*/
        /*  background: linear-gradient(360deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 80%);*/
        box-shadow: 0px 1px 18px rgba(17,88,232,0.1);
        width: calc(100% - 6px);
        margin: 0 auto;
    }


    .navItem:hover .navItem_line,
    .navItem_on .navItem_line {
        width: auto;
        height: 5px;
        background: #FFFFFF;
        box-shadow: 0px 1px 18px rgba(17,88,232,0.65);
        opacity: 1;
        border-radius: 23px;
    }

.navItemChild {
    /* background-color: rgba(255,255,255,0.2);*/
    background-color: rgba(13, 59, 127, 1);
    z-index: 1000;
    position: relative;
    transition: all 0.3s;
    transform: scaleY(0);
    transform-origin: center top;
    left: -50px;
    width: calc(100% + 100px);
    box-sizing: border-box;
    TOP: 10PX;
    backdrop-filter: blur(6px);
}

.navItem2 {
    /* width: 100%; */
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    cursor: pointer;
    /* transition: all 0.3s; */
    box-sizing: content-box;
    padding: 10px 20px 10px 20px;
    /* float: left; */
    position: relative;
    padding: 10px 20px 10px 20px;
}

    .navItem2:hover {
        /*background: rgba(255,255,255,0.4);*/
        background: #3f6399;
        /*        background: rgba(255,255,255,1);*/
        /*  background: rgba(255,255,255,0.4);*/
        /*       backdrop-filter: blur(6px);*/
    }

.navItem:hover .navItemChild {
    transform: scaleY(1);
}

#div_EgImageAdvert {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#EgImageAdvert_pointContainer {
    display: none;
}

a {
}

    a:hover {
        text-decoration: none;
    }



/*右侧联系start*/
.fixed-right {
    position: fixed;
    top: 200px;
    right: 0px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    background-color: white;
    display: none;
}

*html, *htmlbody {
    background-image: url('Resources/IMG/bg02.jpg');
    background-attachment: fixed;
}

#fixed-right-TabContainer {
    width: 65px;
    height: 240px;
    border-radius: 5px;
    float: right;
    box-sizing: border-box;
}

#fixed-right-InfoContainer {
    width: 285px;
    height: 240px;
    background: rgba(20, 115, 204,0.2);
    float: left;
    box-sizing: border-box;
    display: none;
    border-radius: 5px;
}

.fixed-rightTab:nth-child(1) {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}



.fixed-rightTab:nth-child(3) {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


.fixed-rightTab:nth-child(1) .fixed-right-Tabimg {
    width: 36px;
    height: 36px;
    margin: 0px auto 0px auto;
    padding-top: 12px;
    background: url('telphone.png') no-repeat center center;
}

.fixed-rightTab:nth-child(2) .fixed-right-Tabimg {
    width: 36px;
    height: 36px;
    margin: 0px auto 0px auto;
    padding-top: 12px;
    background: url('wechat.png') no-repeat center center;
}

.fixed-rightTab:nth-child(3) .fixed-right-Tabimg {
    width: 36px;
    height: 36px;
    margin: 0px auto 0px auto;
    padding-top: 12px;
    background: url('phone.png') no-repeat center center;
}

.fixed-rightTab {
    width: 100%;
    height: 80px;
    color: #FFFFFF;
    cursor: pointer;
    background-color: rgba(20, 115, 204, 1);
    border-bottom: solid 1px #8AB9E5;
}

    .fixed-rightTab:nth-child(3) {
        border-bottom: none;
    }

    .fixed-rightTab:not(.fixed-rightTab_on):hover {
        background: #8AB9E5;
        color: #FFFFFF;
    }

    .fixed-rightTab:first-child {
        margin-left: 0px;
    }

.fixed-rightTab_on {
    background-color: #8AB9E5;
    color: #1473CC;
}

    .fixed-rightTab_on:nth-child(1) .fixed-right-Tabimg {
        background: url('telphone_1.png') no-repeat center center;
    }

    .fixed-rightTab_on:nth-child(2) .fixed-right-Tabimg {
        background: url('wechat_1.png') no-repeat center center;
    }

    .fixed-rightTab_on:nth-child(3) .fixed-right-Tabimg {
        background: url('phone_1.png') no-repeat center center;
    }


.fixed-right-TabTitle {
    text-align: center;
}

.fixed-right-InfoCanvas {
    width: 100%;
    height: 100%;
    display: none;
}

    .fixed-right-InfoCanvas:nth-child(1) .fixed-right-Info_item_img {
        width: 81px;
        height: 91px;
        margin: 0px auto 0px auto;
        padding-top: 17px;
        background: url('kf.png') no-repeat center center;
    }

    .fixed-right-InfoCanvas:nth-child(2) .fixed-right-Info_item_img {
        width: 164px;
        height: 164px;
        margin: 0px auto 0px auto;
        padding-top: 12px;
        background: url('gzh.png') no-repeat center center;
    }

    .fixed-right-InfoCanvas:nth-child(3) .fixed-right-Info_item_img {
        width: 164px;
        height: 164px;
        margin: 0px auto 0px auto;
        padding-top: 12px;
        background: url('app.jpg') no-repeat center center;
        background-size: contain;
    }

.fixed-right-InfoCanvas_on {
    display: block;
}

.fixed-right-Info_item_title {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 40px;
    color: #1473CC;
    width: 100%;
    height: 40px;
    text-align: center;
}

.fixed-right-Info_item_text {
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 60px;
    color: #1473CC;
    width: 100%;
    text-align: center;
    height: 60px;
}
/*
.fixed-right-topbanner {
    width: 350px;
    height: 97px;
    background: rgba(20, 115, 204, 1) url('star.png') no-repeat top left;
}

.fixed-right-topbanner_imglogo {
    width: 45px;
    height: 53px;
    float: left;
    margin: 22px 0px 5px 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fixed-right-topbanner_ermlogo {
    width: 66px;
    height: 66px;
    float: right;
    margin: 13px 35px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fixed-right-bottombanner {
    width: 100%;
    height: 50px;
    backgroud-color: rgba(20, 115, 204, 1);
    text-align: center;
    height: 50px;
    background: rgba(20, 115, 204, 1) url('fh.png') no-repeat 150px center;
    color: white;
    line-height: 50px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
}

.followrightDiv {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.followrightDiv_line {
    width: 100%;
    height: 2px;
    background: linear-gradient(117deg, rgba(18,56,109,0) 0%, #12386D 49%, rgba(18,56,109,0) 100%);
}

.followrightDiv:hover {
    background: url('bgon.png') no-repeat center center;
}

a:hover {
    color: black
}*/
/*右侧联系end*/
s