.headP {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 88px;
    z-index: 111;
    padding: 1.77% 4.32%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .headP {
        height: 0.88rem;
    }
}

.headP .planB {
    display: none;
}

.headP .headLeft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.headP .headLeft .logoDiv {
    height: 12px;
    /*border-right: 1px solid rgba(255, 255, 255, 0.54);*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.headP .headLeft .logoDiv .logo {
    width: 198px;
    margin-right: 0.4rem;
}

.headP .headLeft .navList {
    padding-left:180px;
    height: 88px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.headP .headLeft .navList>div {
    padding: 0 17px;
    height: 88px;
    line-height: 88px;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
    color: #FFFFFF;
}

@media only screen and (max-width: 1440px) {
    .headP .headLeft .navList>div {
        padding: 0 3%;
    }
}

.headP .headLeft .navList>div:hover {
    background-color: #2C508A;
}

.headP .headLeft .navList>div:hover .navSecond {
    display: block;
    opacity: 1;
    height: auto;
}

.headP .headLeft .navList>div a {
    color: #ffffff;
    white-space: nowrap;
    font-size: 18px;
}

.headP .headLeft .navList>div a:hover {
    color: #ffffff;
}

.headP .headLeft .navList>div .navSecond {
    opacity: 0;
    display: none;
    height: 0;
    width: max-content;
    position: absolute;
    top: 88px;
    left: 0;
    z-index: 11;
    background-color: #2C508A;
    padding: 15px 0;
}

.headP .headLeft .navList>div .navSecond li {
    line-height: 45px;
}

.headP .headLeft .navList>div .navSecond a {
    color: rgba(255, 255, 255, 0.8);
    padding: 0 33px;
    white-space: nowrap;
}

.headP .headLeft .navList>div .navSecond a:hover {
    color: #FFFFFF;
}

.headP .headRight {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.headP .headRight>div {
    margin-left: 50px;
    cursor: pointer;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .headP .headRight>div {
        margin-left: 0.5rem;
    }
}

.headP .headRight .lang {
    width: 120px;
    height: 28px;
    background-color: #FFFFFF;
    color: #28456d;
    border-radius: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
}

.headP .headRight .lang img {
    width: 18px;
    margin-right: 15px;
}

.headP .headRight .lang2 {
    font-size: 0.38rem;
    color: #FFFFFF;
}

.headP .headRight .search {
    width: 21px;
    margin-left: 50px;
}

@media only screen and (max-width: 1024px) {
    .headP .headRight .search {
        margin-left: 0.5rem;
    }
}

.headP .headRight .erweima {
    width: 22px;
}

.headP .headRight .erweima .floatEwm {
    display: none;
    position: absolute;
    left: -45px;
    top: 45px;
    width: 114px;
    height: 113px;
    padding: 7px;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.headP .headRight .erweima .floatEwm span {
    position: absolute;
    left: 48px;
    top: -13px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 13px solid #FFFFFF;
}

.headP .headRight .erweima:hover .floatEwm {
    display: block;
}

.headP .headRight .menu {
    width: 236px;
}

.headP .headRight .menu2 {
    width: 0.35rem;
}

.headP.active,
.headP.fixed,
.headP.static {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.14);
}

.headP.active .planA,
.headP.fixed .planA,
.headP.static .planA {
    display: none;
}

.headP.active .planB,
.headP.fixed .planB,
.headP.static .planB {
    display: block;
}

.headP.active .navList>div,
.headP.fixed .navList>div,
.headP.static .navList>div {
    color: black;
}

.headP.active .navList>div a,
.headP.fixed .navList>div a,
.headP.static .navList>div a {
    color:black;
}

.headP.active .navList>div a:hover,
.headP.fixed .navList>div a:hover,
.headP.static .navList>div a:hover {
    color: #FFFFFF;
}

.headP.active .navList>div:hover,
.headP.fixed .navList>div:hover,
.headP.static .navList>div:hover {
    color: #FFFFFF;
}

.headP.active .navList>div:hover a,
.headP.fixed .navList>div:hover a,
.headP.static .navList>div:hover a {
    color: #FFFFFF;
}

.headP.active .lang,
.headP.fixed .lang,
.headP.static .lang {
    color: #FFFFFF;
    background-color: #2d4a6c;
}

.headP.active .lang2,
.headP.fixed .lang2,
.headP.static .lang2 {
    color: #2d4a6c;
}

.headP.active .floatEwm,
.headP.fixed .floatEwm,
.headP.static .floatEwm {
    background-color: #2d4a6c !important;
}

.headP.active .floatEwm span,
.headP.fixed .floatEwm span,
.headP.static .floatEwm span {
    position: absolute;
    left: 48px;
    top: -13px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 13px solid #2d4a6c !important;
}

.headP.active .logoDiv,
.headP.fixed .logoDiv,
.headP.static .logoDiv {
    /*border-right: 1px solid #e2e2e2 !important;*/
}

.headP.noshadow {
    box-shadow: none;
}

.popMask {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 111;
    background-color: #f6f6f6;
}

.popMask .pop_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 88px;
    padding: 0 80px;
}

.popMask .pop_head .logo {
    width: 163px;
}

.popMask .pop_head .menu {
    width: 25px;
}

.popMask .title {
    padding: 0.2rem 80px 0;
    font-size: 0.3rem;
}

.popMask .des {
    padding: 0.1rem 80px 0;
    font-size: 0.14rem;
    color: #818181;
}

@media only screen and (max-width: 750px) {
    .popMask .des {
        font-size: 12px;
    }
}

.popMask .lunbo {
    padding: 0.5rem 80px;
    position: relative;
}

.popMask .lunbo .menuSwp .swiper-slide {
    height: 6.33rem;
    cursor: pointer;
}

.popMask .lunbo .menuSwp .swiper-slide .shadow {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.popMask .lunbo .menuSwp .swiper-slide .shadow img {
    width: 1.65rem;
}

.popMask .lunbo .menuSwp .swiper-slide .shadow .codeDemo {
    position: relative;
    width: 1.65rem;
    height: 1.65rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popMask .lunbo .menuSwp .swiper-slide .shadow .codeDemo .circleOut {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.3rem;
    height: 1.3rem;
    border: 1px dashed rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    animation: circle1 2s forwards;
}

.popMask .lunbo .menuSwp .swiper-slide .shadow .codeDemo .circleOut .circleIn {
    width: 1.3rem;
    height: 1.3rem;
    border: 1px dashed rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: circle2 2s forwards;
}

.popMask .lunbo .menuSwp .swiper-slide .shadow .codeDemo .circleOut .circleIn .circleNum {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    text-align: center;
    border: 1px dotted rgba(255, 255, 255, 0.67);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.13);
    font-size: 0.6rem;
    color: #FFFFFF;
}

.popMask .lunbo .menuSwp .swiper-slide .shadow .text {
    font-size: 0.18rem;
    color: #FFFFFF;
}

@media only screen and (max-width: 750px) {
    .popMask .lunbo .menuSwp .swiper-slide .shadow .text {
        font-size: 18px;
    }
}

.popMask .lunbo .menuSwp .swiper-slide:hover .shadow {
    background-color: rgba(0, 78, 162, 0.78);
}

.popMask .lunbo .menuSwp .swiper-slide.active .shadow {
    background-color: rgba(0, 78, 162, 0.78);
}

.popMask .lunbo .swiper-next {
    background-image: url(../images/icon_swpnext.png);
    right: 55px;
}

.popMask .lunbo .swiper-prev {
    background-image: url(../images/icon_swpprev.png);
    left: 55px;
}

.popMask .lunbo .swiper-next,
.popMask .lunbo .swiper-prev {
    position: absolute;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    box-shadow: 0rem 0.08rem 0.26rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    outline: none;
}

@media only screen and (max-width: 1024px) {
    .popMask .pop_head {
        height: 0.88rem;
        padding: 0 0.4rem;
    }

    .popMask .title {
        padding: 0 0.4rem;
    }

    .popMask .des {
        padding: 0 0.4rem;
    }

    .popMask .lunbo {
        padding: 0 0.4rem;
        margin-top: 0.4rem;
    }

    .popMask .lunbo .menuSwp .swiper-slide {
        height: 8rem;
    }
}

.menuMask {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0.88rem;
    bottom: 0;
    z-index: 20;
    background-color: #2d4a6c;
    padding: 0.28rem;
    color: #FFFFFF;
    overflow: scroll;
}

.menuMask .menuCont .menu_item .menu_one {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.25rem;
    height: 1.25rem;
    padding: 0 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menuMask .menuCont .menu_item .menu_one span {
    color: #ffffff;
    font-size: 0.36rem;
}

.menuMask .menuCont .menu_item .menu_one img.plus {
    width: 0.25rem;
}

.menuMask .menuCont .menu_item .menu_two {
    height: 0;
    opacity: 0;
    padding: 0 0.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.menuMask .menuCont .menu_item .menu_two.active {
    height: auto;
    opacity: 1;
}

.menuMask .menuCont .menu_item .menu_two a {
    display: block;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.3rem;
    color: #cee3ff;
}

.menuMask .menu_links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    z-index: 11;
    padding: 0.2rem 0;
}

.menuMask .menu_links .fd_link {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.2rem;
    border-radius: 6px;
    margin-right: 0.3rem;
    background-size: 80%;
}

.menuMask .menu_links .fd_link:nth-child(4n) {
    margin-right: 0;
}


.pc_search{position:fixed; left:0; top:0; background:#fff; width:100%; z-index:99999; display:none;}
.pc_search_top .hd{text-align:center; padding-top:70px;}
.pc_search_top .hd span{display:inline-block; font-size:32px; color:#1C2B89; vertical-align:middle; font-family:Impact;  
text-transform:uppercase; cursor:pointer;}
.pc_search_top .hd span.cur{font-size:40px; color:#323f47;}
.pc_search_top .hd em{display:inline-block; vertical-align:middle; font-size:40px; color:#323f47; font-weight:bold; margin:0 5px;}
.pc_search_top .bd{padding:0 15%; margin:60px 0 115px;}
.pc_search_top .bd form{position:relative; border-bottom:1px solid #333333;}
.pc_search_top .bd .inp{display:block; font-size:16px; color:#aeaeae; width:100%; height:65px; line-height:65px; border:none;}
.pc_search_top .bd .btns{position:absolute; right:0; top:50%; margin-top:-17px; width:34px; height:34px; background:url(../images/pc_search.png) no-repeat center; border:none; outline:none; padding:0; cursor:pointer;}
.pc_search_bott a{display:block; height:82px; line-height:82px; background:#343e47; text-align:center;}
.pc_search_bott a span{display:inline-block; vertical-align:middle;}
.pc_search_bott a span.xiala_search{width:34px; height:32px; background:url(../images/xiala_search.png) no-repeat center;}
.pc_search_bott a span.txt{font-size:20px; color:#1C2B89; margin-left:14px;}
.pc_search_close{width:100px; height:100px; background:#1C2B89;  position:absolute; right:0; top:0; cursor:pointer;}
.pc_search_close .icon{width:25px; height:25px; position:absolute; left:50%; margin-left:-12px; top:50%; margin-top:-12px; background:url(../images/pc_search_close1.png) no-repeat center; transition:all 0.5s ease;}
.pc_search_close:hover .icon{transform:rotateZ(180deg);}
.flash {
    position: relative;
    margin-bottom: 70px;
    --color-text: #333;
    --color-bg: #000;
    --color-link: #aaa;
    --color-link-hover: #333;
    --color-info: #7239c0;
}

.flash .slides {
    position: relative;
    width: 100%;
    height: 92vh;
    margin: auto;
    /*pointer-events:none;*/
    overflow: hidden;
}

.flash .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flash .slide--current {
    opacity: 1;
}

.flash .slide__img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
.flash-txt {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 40%;
    z-index: 1;
    transform: translateX(300px);
    opacity: 0;
    transition: 1.5s all;
}

.flash-txt img {
    margin-bottom: 40px;
}

.flash-txt a.flash-txt-more {
    display: inline-block;
    background: #fff;
    color: rgba(8,145,255, .75);
    border-radius: 17.5px;
    width: 110px;
    text-align: center;
    line-height: 35px;
    margin-right: 15px;
}

.flash-txt i {
    display: inline-block;
    line-height: 35px;
    width: 35px;
    text-align: center;
    font-style: normal;
    border-radius: 50%;
    color: #fff;
    background: #0191FF;
}

.flash .slide--current .flash-txt {
    transform: translate(0, 0);
    opacity: 1;
    transition: 1.5s all;
}

.flash-txt a.flash-txt-more:hover {
    background: #000;
    color: #fff;
}

.flash-panel {
    position: absolute;
    left: 0;
    bottom: -50px;
    background: #0191FF;
    padding: 25px 0;
    color: #fff;
    right: 50%;
}

.flash-panel-txt {
    position: relative;
    text-align: right;
    padding: 0 15px;
    transform: translateY(100%);
    opacity: 0;
}

.flash-panel-txt h2 {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
}

.flash-panel-txt span {
    display: none;
    white-space: nowrap;
    overflow: hidden;
}

.flash-panel-img {
    display: none;
    opacity: 0;
    position: relative;
    z-index: 1;
}

.flash-panel.on .flash-panel-txt {
    transform: translateY(0);
    opacity: 1;
    transition: 1s all;
    z-index: 1;
}

.flash-panel.on .flash-panel-img {
    opacity: 1;
    transition: 2s all;
}

.flash .pagination {
    position: absolute;
    left: 50%;
    bottom: -45px;
    padding-left: 25px;
}

.flash .pagination__item {
    width: 25px;
    color: #b5b5b5;
    font-size: 25px;
    cursor: pointer;
}

.flash .pagination__item:hover {
    color: #0191FF;
}

.flash .pagination__item--current {
    color: #0191FF;
}

@media(min-width:992px) {
    .flash-txt {
        position: absolute;
        left: 52%;
        top: 30%;
    }

    .flash-txt-last {
        left: 15%;
    }

    .flash {
        margin-bottom: 150px;
    }

    .flash-panel {
        padding: 0;
        bottom: -80px;
        display: flex;
        justify-content: flex-end;
    }

    .flash-panel-txt {
        display: inline-block;
        padding: 6%;
    }

    .flash-panel-txt h2 {
        margin-bottom: 20px;
        font-size: 37px;
        font-weight: 500;
    }

    .flash-panel-txt span {
        display: unset;
        font-size: 16px;
    }

    .flash-panel-img {
        display: unset;
        background: #0191FF;
        text-align: center;
        padding: 6%;
    }

    .flash .pagination {
        bottom: -60px;
        padding-left: 45px;
    }

    .flash .pagination__item {
        width: 55px;
    }
}
.uncover {
    overflow: hidden;
    background-image: none !important;
    position: relative;
}

.uncover__img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.uncover__slices {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}

.uncover__slices--vertical {
    flex-direction: row;
}

.uncover__slices--horizontal {
    flex-direction: column;
}

.uncover__slices--horizontal-double {
    display: grid;
    grid-template-columns: 50% 50%;
}

.uncover__slices--vertical-double {
    display: grid;
    grid-template-rows: 50% 50%;
}

.uncover__slice {
    color: #fff;
    background-color: currentColor;
    flex: 1;
}

.uncover__slices--vertical .uncover__slice {
    box-shadow: 1px 0 0 currentColor;
}

.uncover__slices--horizontal .uncover__slice {
    box-shadow: 0 1px 0 currentColor;
}


.netHead {
    height: 4rem;
  }
  
  @media only screen and (max-width: 768px) {
    .netHead {
      height: 6rem;
    }
  }
  
 










  @keyframes myfirst {
    from {
      width: 1rem;
      height: 1rem;
    }
    to {
      width: 100%;
      height: 100%;
    }
  }
  
  @keyframes myfirst2 {
    from {
      width: 1rem;
      height: 1rem;
    }
    to {
      width: 80%;
      height: 80%;
    }
  }
  
  @keyframes myfirst3 {
    from {
      width: 1rem;
      height: 1rem;
    }
    to {
      width: 1rem;
      height: 1rem;
    }
  }
  
  @keyframes circle1 {
    from {
      width: 1.3rem;
      height: 1.3rem;
    }
    to {
      width: 100%;
      height: 100%;
    }
  }
  
  @keyframes circle2 {
    from {
      width: 1.3rem;
      height: 1.3rem;
    }
    to {
      width: 80%;
      height: 80%;
    }
  }
  
  body {
    font-family: SourceHanSansCN-Regular;
  }
  
  .moreBtn {
    width: 1.76rem;
    height: 0.58rem;
    line-height: 0.58rem;
    background-color: #2d4a6c;
    background-image: url(../images/icon_jiantou.png);
    background-size: 0.29rem 0.29rem;
    background-position: 85% center;
    padding-left: 0.3rem;
    background-repeat: no-repeat;
    display: block;
    border-radius: 0.29rem;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
  }
  
  @media only screen and (max-width: 768px) {
    .moreBtn {
      font-size: 0.12rem;
      padding-left: 0.2rem;
      background-position: 88% center;
    }
  }
  
  .moreBtn:hover {
    color: #FFFFFF;
  }
  
  .moreBtn.white {
    background-color: #FFFFFF;
    background-image: url(../images/icon_jiantou2.png);
    color: #2d4a6c;
  }
  
  .moreBtn.white:hover {
    color: #2d4a6c;
  }
  
  .moreBtn.mini {
    width: 1.2rem;
    height: 0.47rem;
    line-height: 0.47rem;
    background-image: url(../images/icon_right.png);
    background-size: 0.18rem 0.18rem;
    background-position: 75% center;
  }
  
  .seeMore {
    background-image: url(../images/icon_lookmore.png);
    background-size: 15px 13px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    color: #2d4a6c;
    font-size: 14px;
    display: block;
  }
  
  .seeMore:hover {
    color: #2d4a6c;
  }
  
  .seeMore.white {
    background-image: url(../images/icon_lookmore2.png);
    color: #FFFFFF;
  }
  
  .seeMore.white:hover {
    color: #FFFFFF;
  }
  
  .seeMore.border {
    border: 1px dashed #aaaaaa;
    width: 1.77rem;
    height: 0.48rem;
    line-height: 0.48rem;
    background-position: 25% center;
    padding-left: 0.75rem;
    border-radius: 0.06rem;
  }
  
  @media only screen and (max-width: 768px) {
    .seeMore.border {
      background-position: 8% center;
      padding-left: 0.55rem;
      height: 0.58rem;
      line-height: 0.58rem;
    }
  }
  
  .layui-form-select .layui-input {
    border-radius: 6px;
  }
  
  .layui-form-select {
    border-radius: 6px;
  }
  
  .layui-form-select dl dd.layui-this {
    background-color: #28456d;
    text-align: center;
    color: #FFFFFF;
  }
  
  .layui-form-select dl dd {
    text-align: center;
  }
  
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .pagination .page-item, .pagination .page-num {
    width: 0.35rem;
    height: 0.35rem;
    line-height: 0.33rem;
    border-radius: 0.18rem;
    text-align: center;
    border: 0.02rem solid #eeeeee;
    background-color: #eeeeee;
    color: #444444;
    margin: 0 0.03rem;
  }
  
  @media only screen and (max-width: 768px) {
    .pagination .page-item, .pagination .page-num {
      width: 0.7rem;
      height: 0.7rem;
      line-height: 0.7rem;
      border-radius: 0.35rem;
      margin: 0 0.06rem;
    }
  }
  
  .pagination .page-item:hover, .pagination .page-num:hover, .pagination .page-num-current {
    border: 0.02rem solid #1b75bb;
    color: #1b75bb;
    background-color: #FFFFFF;
  }
  
  .index_post.swiper-container .vrBtn {
    position: absolute;
    right: 0;
    top: 15%;
    width: 2.7rem;
    height: 1.79rem;
    background-color: rgba(255, 255, 255, 0.73);
    box-shadow: 0rem 0.07rem 0.09rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 0.06rem;
    z-index: 10;
    padding: 0.22rem 0.25rem;
  }
  
  @media only screen and (max-width: 768px) {
    .index_post.swiper-container .vrBtn {
      top: 60%;
    }
  }
  
  .index_post.swiper-container .vrBtn .vrImg {
    display: inline-block;
    width: 1.62rem;
    height: 1.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .index_post.swiper-container .vrBtn .vrImg img {
    width: 0.57rem;
  }
  
  .index_post.swiper-container .swiper-slide {
    height: calc(100vh);
  }
  
  .index_post.swiper-container .swiper-next {
    background-image: url(../images/swp_arrright.png);
    right: 55px;
  }
  
  .index_post.swiper-container .swiper-next[aria-disabled=false]:hover {
    background-image: url(../images/swp_arrright_active.png);
  }
  
  .index_post.swiper-container .swiper-prev {
    background-image: url(../images/swp_arrleft.png);
    left: 55px;
  }
  
  .index_post.swiper-container .swiper-prev[aria-disabled=false]:hover {
    background-image: url(../images/swp_arrleft_active.png);
  }
  
  .index_post.swiper-container .swiper-next, .index_post.swiper-container .swiper-prev {
    position: absolute;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    box-shadow: 0rem 0.08rem 0.26rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    outline: none;
  }
  
  .vrMask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 0.84rem 0.84rem;
    background-color: rgba(0, 78, 162, 0.78);
    z-index: 112;
  }
  
  .vrMask .vrHead {
    height: 88px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .vrMask .vrHead .logo {
    width: 163px;
  }
  
  .vrMask .vrHead .close {
    width: 20px;
  }
  
  .indexBrief {
    background-color: #f3f7f9;
    padding: 1rem 0.83rem 0.8rem;
    background-image: url(../images/wave.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left bottom;
  }
  
  .indexBrief .brief_head {
    padding-bottom: 0.67rem;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .indexBrief .brief_head .title {
    font-size: 0.36rem;
    text-align: center;
    margin-bottom: 0.3rem;
  }
  
  .indexBrief .brief_head .text {
    font-size: 0.18rem;
    color: #000000;
    line-height: 2;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  
  .indexBrief .brief_content {
    padding: 0.66rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  @media only screen and (max-width: 768px) {
    .indexBrief .brief_content {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
    }
  }
  
  .indexBrief .brief_content .bf_history {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  
  .indexBrief .brief_content .bf_history .bf_lc {
    width: 50%;
    height: 245px;
    padding-top: 45px;
  }
  
  .indexBrief .brief_content .bf_history .bf_lc .img {
    width: 18px;
    margin-bottom: 3px;
  }
  
  .indexBrief .brief_content .bf_history .bf_lc .num {
    font-size: 48px;
    color: #000000;
    line-height: 1.2;
    font-weight: bold;
  }
  
  .indexBrief .brief_content .bf_history .bf_lc .num .font {
    font-size: 14px;
    font-weight: normal;
  }
  
  .indexBrief .brief_content .bf_history .bf_lc .des {
    font-size: 14px;
    color: #444444;
  }
  
  .indexBrief .brief_content .bf_swp {
    padding: 0.2rem 0.15rem;
  }
  
  @media only screen and (max-width: 768px) {
    .indexBrief .brief_content .bf_swp {
      width: 100%;
    }
  }
  
  .indexBrief .brief_content .bf_swp .swp-pagebox {
    padding-top: 0.24rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  @media only screen and (max-width: 768px) {
    .indexBrief .brief_content .bf_swp .swp-pagebox {
      flex-direction: column;
    }
    .indexBrief .brief_content .bf_swp .swp-pagebox .seeMore {
      border: 1px dashed #ccc;
      padding: 0.2rem 0.8rem;
      margin-top: 0.2rem;
      background-position: 10% 50%;
      border-radius: 0.06rem;
    }
  }
  
  .indexBrief .brief_content .bf_swp .swp-pagebox .swiper-pagination-bullets {
    position: relative;
  }
  
  .indexBrief .brief_content .bf_swp .swp-pagebox .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    width: 15px;
    height: 15px;
    opacity: 1;
    background: #d2d2d2;
  }
  
  .indexBrief .brief_content .bf_swp .swp-pagebox .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #2d4a6c !important;
  }
  
  .indexBrief .brief_content .bf_swp .swiper-slide {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0.2rem;
    background-color: #FFFFFF;
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    height: 3.74rem;
  }
  
  .indexBrief .brief_content .bf_swp .swiper-slide:hover {
    padding: 0.1rem;
  }
  
  .indexBrief .brief_content .bf_swp .swiper-slide .img {
    background-position: center top;
    height: 100%;
  }
  
  .indexBrief .brief_content .bf_swp .swiper-slide .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.64rem;
    background-color: rgba(45, 74, 108, 0.8);
    border-radius: 0rem 0rem 0.06rem 0.06rem;
    color: #ffffff;
    line-height: 0.64rem;
    padding: 0 0.2rem;
    text-align: center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .indexBrief .brief_content .bf_swp .swiper-slide:hover .text {
    background-color: rgba(0, 78, 162, 0.8);
  }
  
  @media only screen and (max-width: 768px) {
    .indexBrief {
      background-image: none;
      padding: 0.4rem;
    }
    .indexBrief .brief_content .bf_history {
      background-image: url(../images/wave.png);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: left bottom;
    }
    .indexBrief .brief_content .bf_history .bf_lc {
      height: 2.5rem;
      padding-top: 0;
      padding-left: 0.6rem;
    }
  }
  
  .index_app {
    padding: 0.9rem 0 0.9rem 0.83rem;
    background-color: #FFFFFF;
  }
  
  @media only screen and (max-width: 768px) {
    .index_app {
      padding: 0.8rem 0;
    }
  }
  
  .index_app .swpApp {
    width: 100%;
  }
  
  .index_app .swpApp .swiper-slide {
    height: 8.51rem;
    height: calc(100vh - 140px);
    position: relative;
  }
  
  .index_app .swpApp .swiper-slide .theme {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #FFFFFF;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
  }
  
  .index_app .swpApp .swiper-slide .descrip {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0.75rem 0 0.75rem 0.75rem;
    z-index: 10;
    opacity: 0;
    overflow: hidden;
  }
  
  .index_app .swpApp .swiper-slide .descrip .title {
    color: #FFFFFF;
    font-size: 36px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 40%;
  }
  
  @media only screen and (max-width: 768px) {
    .index_app .swpApp .swiper-slide .descrip .title {
      margin-bottom: 20%;
    }
  }
  
  .index_app .swpApp .swiper-slide .descrip .name {
    color: #ffffff;
    font-size: 30px;
  }
  
  .index_app .swpApp .swiper-slide .descrip .text {
    color: #ffffff;
    font-size: 14px;
    width: 80%;
    margin-bottom: 30px;
  }
  
  @media only screen and (max-width: 768px) {
    .index_app .swpApp .swiper-slide .descrip .text {
      width: 90%;
    }
  }
  
  @media only screen and (min-width: 1025px) {
    .index_app .swpApp .swiper-slide .descrip .text {
      min-width: 600px;
    }
  }
  
  @media only screen and (min-width: 1025px) {
    .index_app .swpApp .swiper-slide.active {
      width: 40% !important;
    }
  }
  
  .index_app .swpApp .swiper-slide.active .theme {
    opacity: 0;
  }
  
  .index_app .swpApp .swiper-slide.active .descrip {
    opacity: 1;
  }
  
  @media only screen and (min-width: 1025px) {
    .index_app .swpApp .swiper-slide:hover {
      width: 40% !important;
    }
  }
  
  .index_app .swpApp .swiper-slide:hover .theme {
    opacity: 0;
  }
  
  .index_app .swpApp .swiper-slide:hover .descrip {
    opacity: 1;
  }
  
  @media only screen and (max-width: 768px) {
    .index_app .swpApp .swiper-slide {
      border-radius: 6px;
    }
    .index_app .swpApp .swiper-slide-active {
      width: 80% !important;
      margin-left: 10%;
    }
    .index_app .swpApp .swiper-slide-active .theme {
      opacity: 0;
    }
    .index_app .swpApp .swiper-slide-active .descrip {
      opacity: 1;
      padding: 0.25rem 0 0.25rem 0.45rem;
    }
    .index_app .swpApp .swiper-slide-next {
      margin-left: 10%;
    }
  }
  
  .index_zixun {
    background-color: #f6f6f6;
  }
  
  .index_zixun .zx_head {
    padding: 0.6rem 0.8rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  @media only screen and (max-width: 768px) {
    .index_zixun .zx_head {
      padding: 0.3rem 0.4rem;
    }
  }
  
  .index_zixun .zx_head .zx_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.26rem;
  }
  
  .index_zixun .zx_head .zx_title .name {
    font-size: 36px;
    color: #000000;
  }
  
  .index_zixun .zx_head .date {
    color: #818181;
    font-size: 14px;
  }
  
  .index_zixun .zx_head .title {
    font-size: 30px;
    color: #2d4a6c;
    width: 100%;
    display: block;
  }
  
  .index_zixun .zx_swp_cont {
    padding: 0.6rem 0 1rem 0.83rem;
  }
  
  @media only screen and (max-width: 768px) {
    .index_zixun .zx_swp_cont {
      padding: 0.4rem;
    }
  }
  
  .index_zixun .zx_swp_cont .zxSwp .swiper-slide {
    display: block;
    cursor: pointer;
    background-color: #FFFFFF;
    padding: 0.75rem 0 0.75rem 0.75rem;
    box-shadow: 0rem 0.08rem 0.26rem 0rem rgba(0, 0, 0, 0.1);
  }
  
  @media only screen and (max-width: 768px) {
    .index_zixun .zx_swp_cont .zxSwp .swiper-slide {
      padding: 0 0.4rem 0.2rem;
    }
  }
  
  .index_zixun .zx_swp_cont .zxSwp .swiper-slide .day {
    color: #444444;
    font-size: 50px;
    font-weight: bold;
  }
  
  .index_zixun .zx_swp_cont .zxSwp .swiper-slide .date {
    color: #818181;
    font-size: 14px;
  }
  
  .index_zixun .zx_swp_cont .zxSwp .swiper-slide .title {
    color: #444444;
    font-size: 24px;
    height: 50px;
    line-height: 25px;
    margin: 16px 0;
  }
  
  @media only screen and (max-width: 768px) {
    .index_zixun .zx_swp_cont .zxSwp .swiper-slide .title {
      margin: 0.16rem 0;
      height: 0.5rem;
      line-height: 0.26rem;
      font-size: 0.25rem;
    }
  }
  
  .index_zixun .zx_swp_cont .zxSwp .swiper-slide .img {
    border-radius: 0.06rem 0rem 0rem 0.06rem;
    height: 2.78rem;
    background-position: top center;
    margin-bottom: 24px;
  }
  
  @media only screen and (max-width: 768px) {
    .index_zixun .zx_swp_cont .zxSwp .swiper-slide .img {
      margin-bottom: 0.24rem;
    }
  }
  
  .index_zixun .zx_swp_cont .zxSwp .swiper-slide .text {
    color: #818181;
    font-size: 14px;
    height: 42px;
  }
  
  .index_zixun .zx_swp_cont .zxSwp .swiper-slide .seeMore_swp {
    background-image: url(../images/icon_lookmore3.png);
    background-size: 15px 13px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    width: 20px;
    height: 20px;
    display: block;
  }
  
  .index_zixun .zx_swp_cont .zxSwp .swiper-slide .seeMore_swp:hover {
    background-image: url(../images/icon_lookmore.png);
  }
  
  .index_zixun .zx_swp_cont .zxSwp .swiper-slide:hover .seeMore_swp {
    background-image: url(../images/icon_lookmore.png);
  }
  
  .index_zixun .zx_swp_cont .zxSwp .swiper-slide:hover .day, .index_zixun .zx_swp_cont .zxSwp .swiper-slide:hover .title {
    color: #2d4a6c;
  }
  
  .index_zixun .zx_swp_cont .swp_thumb {
    margin-top: 56px;
  }
  
  @media only screen and (max-width: 768px) {
    .index_zixun .zx_swp_cont .swp_thumb {
      margin-top: 0.28rem;
    }
  }
  
  .index_zixun .zx_swp_cont .swp_thumb .swiper-slide {
    border-bottom: 1px solid #e5e5e5;
    height: 1px;
  }
  
  .index_zixun .zx_swp_cont .swp_thumb .swiper-slide.active {
    border-bottom: 1px solid #004ea2;
    background-color: #004ea2;
  }
  
  #allmap {
    height: 9.15rem;
    width: 100%;
  }
  
  @media only screen and (max-width: 768px) {
    #allmap {
      height: 7rem;
    }
  }
  
  .maptext {
    background-color: #f6f6f6;
    padding: 0.2rem;
    font-size: 0.25rem;
  }
  
  .maptext .mapinfo {
    width: 100% !important;
  }
  
  .serverConMb {
    text-align: center;
    background-color: #FFFFFF;
    height: 2.57rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .serverConMb .title {
    font-size: 0.36rem;
    color: #000000;
    margin-bottom: 0.2rem;
  }
  
  .serverConMb .mapSelectBtn {
    width: 5.08rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.24rem;
    text-align: center;
    color: #FFFFFF;
    border-radius: 0.06rem;
    background-color: #28456d;
  }
  
  .serverCont {
    width: 100%;
    position: relative;
    top: 0;
    box-shadow: 0rem 0.08rem 0.26rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 0.06rem;
    background-color: #ffffff;
    margin: 0 auto;
  }
  
  @media only screen and (max-width: 768px) {
    .serverCont {
      width: 100%;
      top: 0;
    }
  }
  
  .serverCont .svbody {
    height: 6.23rem;
    background-color: #f9f9f9;
  }
  
  @media only screen and (max-width: 768px) {
    .serverCont .svbody {
      height: auto;
      background-color: #FFFFFF;
    }
  }
  
  .serverCont .svbody .svhead2 {
    padding: 0.9rem 0;
  }
  
  .serverCont .svbody .svhead2 .ntitle {
    color: #000000;
    font-size: 30px;
    text-align: center;
  }
  
  .serverCont .svbody .svhead2 .ntext {
    color: #818181;
    font-size: 14px;
    text-align: center;
  }
  
  @media only screen and (max-width: 768px) {
    .serverCont .svbody .svhead2 {
      padding: 0.5rem 0 0.3rem;
    }
    .serverCont .svbody .svhead2 .ntitle {
      font-size: 0.36rem;
    }
    .serverCont .svbody .svhead2 .ntext {
      font-size: 0.24rem;
    }
  }
  
  .serverCont .svbody .sbody {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .serverCont .svbody .sbody .svItem {
    display: block;
    width: 33%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .serverCont .svbody .sbody .svItem .icon_imgbox {
    width: 1.65rem;
    height: 1.62rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .serverCont .svbody .sbody .svItem .icon_img {
    width: 1.65rem;
    height: 1.62rem;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.09);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: myfirst 2s forwards;
  }
  
  .serverCont .svbody .sbody .svItem .icon_img.icon_img1 {
    border: 1px solid rgba(0, 0, 0, 0.09);
  }
  
  .serverCont .svbody .sbody .svItem .icon_img .icon_img2 {
    width: 1rem;
    height: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.32);
    animation: myfirst2 1.5s forwards;
  }
  
  .serverCont .svbody .sbody .svItem .icon_img .icon_img2 .icon_img3 {
    width: 1rem;
    height: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.67);
    animation: myfirst3 1s forwards;
  }
  
  .serverCont .svbody .sbody .svItem .icon_img .icon_img2 .icon_img3 .img {
    width: 50%;
  }
  
  .serverCont .svbody .sbody .svItem .icon_img:hover {
    border: 1px solid rgba(0, 0, 0, 0.67);
  }
  
  .serverCont .svbody .sbody .svItem .icon_img:hover .icon_img2 {
    border: 1px solid rgba(0, 0, 0, 0.32);
  }
  
  .serverCont .svbody .sbody .svItem .icon_img:hover .icon_img3 {
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .serverCont .svbody .sbody .svItem .stitle {
    color: #000000;
    font-size: 24px;
    line-height: 2;
  }
  
  .serverCont .svbody .sbody .svItem .sText {
    color: #818181;
    font-size: 14px;
  }
  
  @media only screen and (max-width: 768px) {
    .serverCont .svbody .sbody {
      flex-direction: column;
    }
    .serverCont .svbody .sbody .svItem {
      width: 6.94rem;
      border-bottom: 1px solid #d7dce2;
      padding: 0.36rem;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: row;
    }
    .serverCont .svbody .sbody .svItem .content {
      margin-left: 0.4rem;
    }
    .serverCont .svbody .sbody .svItem .stitle {
      text-align: left;
      font-size: 0.3rem;
    }
    .serverCont .svbody .sbody .svItem .sText {
      font-size: 0.24rem;
    }
    .serverCont .svbody .sbody .svItem:last-child {
      border-bottom: none;
      margin-bottom: 0.4rem;
    }
  }
  
  .svHead {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 0.9rem 0.4rem 0.6rem;
    position: relative;
    z-index: 1;
  }
  
  @media only screen and (max-width: 768px) {
    .svHead {
      padding: 0;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 111;
      display: none;
      height: calc(100vh);
    }
    .svHead .scFixed {
      display: none;
    }
  }
  
  .svHead .svCon {
    margin-right: 0.66rem;
    width: 6.37rem;
    text-align: center;
    margin-bottom: 0.6rem;
  }
  
  .svHead .svCon .title {
    color: #000000;
    font-size: 36px;
    margin-bottom: 0.26rem;
  }
  
  .svHead .svCon .text {
    color: #818181;
    font-size: 14px;
  }
  
  .svHead .svCon2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .svHead .svCon2 .scttl {
    font-size: 0.36rem;
    color: #000000;
    margin: 0.4rem;
    text-align: center;
  }
  
  @media only screen and (max-width: 768px) {
    .svHead .svCon2 {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 112;
      background-color: #FFFFFF;
      flex-direction: column;
      padding-top: 1rem;
    }
    .svHead .svCon2 .close {
      position: absolute;
      right: 0.5rem;
      top: 0.5rem;
      width: 0.3rem;
      height: 0.3rem;
      z-index: 1;
    }
    .svHead .svCon2 .fSlt {
      margin-bottom: 0.3rem;
      width: 5.08rem;
    }
    .svHead .svCon2 .fSlt .layui-form-select .layui-input {
      height: 0.8rem;
    }
    .svHead .svCon2 .submit {
      width: 5.08rem;
      margin-top: 0.12rem;
    }
  }
  
  .svHead .fSlt {
    margin-right: 0.15rem;
  }
  
  .svHead .submit {
    width: 1.2rem;
    border-radius: 6px;
    background-color: #2d4a6c;
  }
  
  .index_case {
    background-color: #FFFFFF;
    padding: 0rem 0.83rem;
    position: relative;
    top: -1rem;
  }
  
  @media only screen and (max-width: 768px) {
    .index_case {
      top: 0;
    }
  }
  
  .index_case .inhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .index_case .inhead .cname {
    color: #000000;
    font-size: 36px;
  }
  
  @media only screen and (max-width: 768px) {
    .index_case .inhead .cname {
      font-size: 0.36rem;
    }
  }
  
  .index_case .swp_case {
    margin-top: 0.3rem;
  }
  
  .index_case .swp_case .swiper-slide .img {
    height: 2.83rem;
    border-radius: 0.06rem;
  }
  
  .index_case .swp_case .swiper-slide .swp_title {
    font-size: 14px;
    line-height: 2;
    color: #000000;
  }
  
  @media only screen and (max-width: 768px) {
    .index_case {
      padding: 0 0.4rem;
    }
  }
  
  .index_breif {
    background-image: url(../images/index_breif.png);
    background-repeat: no-repeat;
    height: 5.1rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .index_breif .ttl {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 0.15rem;
    line-height: 1;
  }
  
  .index_breif .txt {
    font-size: 36px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 0.46rem;
  }
  
  @media only screen and (max-width: 768px) {
    .index_breif {
      height: 3rem;
      padding-bottom: 0rem;
    }
    .index_breif .ttl {
      font-size: 12px;
      width: 80%;
      text-align: center;
    }
    .index_breif .txt {
      font-size: 10px;
      margin-bottom: 0.23rem;
    }
  }
  
  .netHead {
    position: relative;
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .netHead .bTitle {
    font-size: 36px;
    color: #FFFFFF;
  }
  
  .netHead .bTitle.blue {
    color: #2d4a6c;
  }
  
  .netHead .bTitle.black {
    color: #000;
  }
  
  .netHead .sub {
    font-size: 14px;
    color: #FFFFFF;
    width: 50%;
    text-align: center;
  }
  
  .netHead .sub.blue {
    color: #2C508A;
  }
  
  .netHead .sub.black {
    color: #818181;
  }
  
  @media only screen and (max-width: 768px) {
    .netHead {
      height: 4rem;
    }
    .netHead .bTitle {
      font-size: 24px;
    }
    .netHead .sub {
      width: 80%;
    }
  }
  
  .netHead.mini {
    height: 3.4rem;
  }
  
  .netHead.xs {
    height: 1.63rem;
  }
  
  .netHead.md {
    height: 6.03rem;
  }
  
  .netHead.xl {
    height: 9.02rem;
  }
  
  .netHead.martop {
    margin-top: 0.88rem;
  }
  
  .news_cont {
    background-color: #F6F6F6;
  }
  
  .news_cont .news_body {
    width: 17.54rem;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
  
  @media only screen and (max-width: 768px) {
    .news_cont .news_body {
      width: 100%;
    }
  }
  
  .news_cont .news_body .news_top {
    height: 4.5rem;
  }
  
  @media only screen and (max-width: 768px) {
    .news_cont .news_body .news_top {
      height: auto;
    }
  }
  
  .news_cont .news_body .news_top .news_top_rep {
    position: relative;
    top: -1.5rem;
    padding: 0.43rem;
    background-color: #FFFFFF;
    box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .news_cont .news_body .news_top .news_top_rep .img {
    width: 7rem;
    height: 4.37rem;
    background-color: #000000;
    border-radius: 6px;
  }
  
  .news_cont .news_body .news_top .news_top_rep .news_top_con {
    width: 9.33rem;
    height: 4.37rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  
  .news_cont .news_body .news_top .news_top_rep .news_top_con .news_top_cc {
    width: 100%;
  }
  
  .news_cont .news_body .news_top .news_top_rep .news_top_con .news_top_cc .title {
    color: #004ea2;
    font-size: 0.36rem;
    line-height: 2;
    font-weight: bold;
  }
  
  .news_cont .news_body .news_top .news_top_rep .news_top_con .news_top_cc .date {
    line-height: 1;
    font-size: 0.14rem;
    color: #898989;
    margin-bottom: 0.1rem;
  }
  
  .news_cont .news_body .news_top .news_top_rep .news_top_con .news_top_cc .text {
    color: #818181;
    font-size: 0.14rem;
    line-height: 0.36rem;
  }
  
  @media only screen and (max-width: 768px) {
    .news_cont .news_body .news_top .news_top_rep {
      flex-direction: column;
      height: auto;
      top: 0;
    }
    .news_cont .news_body .news_top .news_top_rep .img {
      width: 100%;
    }
    .news_cont .news_body .news_top .news_top_rep .news_top_con {
      width: 100%;
    }
    .news_cont .news_body .news_top .news_top_rep .news_top_con .news_top_cc {
      width: 100%;
    }
    .news_cont .news_body .news_top .news_top_rep .news_top_con .news_top_cc .date {
      font-size: 10px;
    }
    .news_cont .news_body .news_top .news_top_rep .news_top_con .news_top_cc .text {
      font-size: 12px;
    }
  }
  
  .news_cont .news_body .news_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0.6rem;
  }
  
  .news_cont .news_body .news_list .news_item {
    position: relative;
    top: 0;
    width: 4.23rem;
    height: 5.14rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    border: 1px solid #FFFFFF;
    background-color: #ffffff;
    box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 0.4rem 0.21rem;
  }
  
  .news_cont .news_body .news_list .news_item:nth-child(4n) {
    margin-right: 0;
  }
  
  .news_cont .news_body .news_list .news_item .day {
    font-size: 0.5rem;
    color: #444444;
    line-height: 1;
    font-weight: bold;
  }
  
  .news_cont .news_body .news_list .news_item .date {
    font-size: 14px;
    color: #818181;
    font-weight: bold;
  }
  
  .news_cont .news_body .news_list .news_item .title {
    font-size: 0.16rem;
    color: #000;
    margin: 0.1rem 0;
  }
  
  .news_cont .news_body .news_list .news_item .img {
    width: 100%;
    height: 2.39rem;
    border-radius: 6px;
    background-color: #eeeeee;
    margin-bottom: 0.1rem;
  }
  
  .news_cont .news_body .news_list .news_item .text {
    color: #818181;
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  
  .news_cont .news_body .news_list .news_item:hover {
    top: -0.03rem;
    background-color: #f6f6f6;
    border: 1px dashed #bfbfbf;
  }
  
  .news_cont .news_body .news_list .news_item:hover .day {
    color: #004ea2;
  }
  
  .news_cont .news_body .news_list .news_item:hover .date {
    color: #444444;
  }
  
  .news_cont .news_body .news_list .news_item:hover .text {
    color: #444444;
  }
  
  @media only screen and (max-width: 768px) {
    .news_cont .news_body .news_list {
      padding-top: 0.21rem;
    }
    .news_cont .news_body .news_list .news_item {
      width: 100%;
      height: auto;
      margin-left: 0.21rem;
    }
    .news_cont .news_body .news_list .news_item .title {
      font-size: 0.32rem;
    }
    .news_cont .news_body .news_list .news_item .text {
      font-size: 0.28rem;
      line-height: 0.36rem;
    }
    .news_cont .news_body .news_list .news_item .img {
      height: 4.3rem;
    }
    .news_cont .news_body .news_list .news_item:nth-child(4n) {
      margin-right: 0.21rem;
    }
  }
  
  .news_detail_cont {
    background-color: #F4F4F4;
  }
  
  .news_detail_cont .content {
    position: relative;
    top: -1.55rem;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    width: 9.59rem;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 0.51rem;
  }
  
  .news_detail_cont .content .c_head {
    border-bottom: 1px solid #F1F1F1;
  }
  
  .news_detail_cont .content .c_head .title {
    font-size: 24px;
    line-height: 3;
    color: #000000;
    text-align: center;
  }
  
  .news_detail_cont .content .c_head .des {
    text-align: center;
    color: #818181;
    font-size: 14px;
    margin-bottom: 0.2rem;
  }
  
  .news_detail_cont .content .text {
    padding: 0.2rem 0;
    color: #444;
    font-size: 14px;
    line-height: 36px;
  }
  
  .news_detail_cont .content .text img {
    max-width: 100%;
    height: auto;
    margin: 18px auto;
  }
  
  @media only screen and (max-width: 768px) {
    .news_detail_cont .content {
      top: -15px;
      width: 100%;
      padding: 0.31rem;
    }
    .news_detail_cont .content .c_head .title {
      font-size: 20px;
      line-height: 1.3;
    }
    .news_detail_cont .content .text {
      line-height: 30px;
    }
  }
  
  .fix_menu {
    width: 0.57rem;
    position: fixed;
    bottom: 0.2rem;
    right: 0.1rem;
    z-index: 100;
  }
  
  .fix_menu .img {
    display: block;
    margin-bottom: 0.1rem;
    cursor: pointer;
    width: 0.57rem;
    height: 0.57rem;
    background-color: #FFFFFF;
    background-position: center;
    background-size: 66%;
    background-repeat: no-repeat;
    border-radius: 6px;
  }
  
  .fix_menu .slideimg {
    display: block;
    margin-bottom: 0.1rem;
    cursor: pointer;
    width: 0.57rem;
    height: 0.57rem;
    background-color: #28456d;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    border-radius: 6px;
  }
  
  .fix_menu .img.menu {
    background-image: url(../images/fix_menu.png);
  }
  
  .fix_menu .img.menu:hover {
    background-image: url(../images/fix_menu2.png);
  }
  
  .fix_menu .img.back {
    background-image: url(../images/fix_back.png);
  }
  
  .fix_menu .img.back:hover {
    background-image: url(../images/fix_back2.png);
  }
  
  .fix_menu .img.top {
    background-image: url(../images/fix_top.png);
  }
  
  .fix_menu .img.top:hover {
    background-image: url(../images/fix_top2.png);
  }
  
  .pdt_menu_cont .index_app {
    padding-bottom: 0.9rem;
  }
  
  @media only screen and (max-width: 768px) {
    .pdt_menu_cont .index_app {
      padding-top: 2rem;
    }
  }
  
  .pdt_menu_cont .swp_thumb {
    margin-top: 56px;
  }
  
  @media only screen and (max-width: 768px) {
    .pdt_menu_cont .swp_thumb {
      margin-top: 1rem;
    }
  }
  
  .pdt_menu_cont .swp_thumb .swiper-slide {
    border-bottom: 1px solid #e5e5e5;
    height: 1px;
  }
  
  .pdt_menu_cont .swp_thumb .swiper-slide.active {
    border-bottom: 1px solid #004ea2;
    background-color: #004ea2;
  }
  
   {
    background-color: #F6F6F6;
  }
  
   .netHead {
    height: 4rem;
  }
  
  @media only screen and (max-width: 768px) {
     .netHead {
      height: 6rem;
    }
  }
  
  











  .investment_f{ width:1400px;margin-top:45px;}
  .investment_f .investment_title{height:44px;  width:960px; overflow:hidden}
  .investment_title div{ width:131px; height:44px; background:url(../images/invest_detail_22.png); float:left; margin-right:6px; display:inline; font-size:14px; font-weight:bold; text-align:center; line-height:46px; color:#555; cursor:pointer; margin-left:1px;}
  .investment_title a,.investment_title a:link,.investment_title a:visited,.investment_title a:hover{ color:#555;width:131px; height:44px;display:inline-block}
  .investment_title div.on a,.investment_title div.on a:link,.investment_title div.on a:visited,.investment_title div.on a:hover{ color:#2C508A}
  .investment_title div.on{background:url(../images/invest_detail_18.png); color:#2C508A}
  .investment_con{ clear:both; background:#fff; border:1px solid #EDEDED;padding:20px;}
  .investment_con_list{display:none;}




  .pro-adv {height:730px;background:url(../images/pro-adv.jpg) no-repeat center;}

  .pro-adv .cont {position:relative;}
.pro-adv .cont ul li:nth-child(1) {position: absolute;
  width: 206px;
  background: url(../images/pro-adv-1.png) no-repeat center top;
  height: 298px;
  top: 288px;
  left: 291px;}
.pro-adv .cont ul li:nth-child(2) {position:absolute;width:206px;background:url(../images/pro-adv-2.png) no-repeat center top;height:298px;top:288px;left:514px;}
.pro-adv .cont ul li:nth-child(3) {position:absolute;width:206px;background:url(../images/pro-adv-3.png) no-repeat center top;height:298px;top:288px;left:736px;}
.pro-adv .cont ul li:nth-child(4) {position:absolute;width:206px;background:url(../images/pro-adv-4.png) no-repeat center top;height:298px;top:288px;left:960px;}
.pro-adv .cont ul li:hover {background-position:bottom;}
.pro-adv .cont ul li span {font-size:20px;font-weight:bold;margin-top:94px;display:block;text-align:center;color:#fff;}
.pro-adv .cont ul li p {display:block;padding:15px;color:#fff;font-size:14px;line-height:23px;}
.pro-adv li,.pro-adv img {-webkit-transition:all 0.20s linear 0.01s;-moz-transition:all 0.20s linear 0.01s;-ms-transition:all 0.20s linear 0.01s;-o-transition:all 0.20s linear 0.01s;/* transition:all 0.20s linear 0.01s; */}




.gn_bg{height: 784px; padding-top: 50px; background:url(../images/gn_bg.jpg) fixed center top;}
.gn_bg .hd{height: 54px; padding: 0; top: 0;margin: 30px auto;width: 1000px;}
.gn_bg .hd ul{}
.gn_bg .hd ul li{float: left; cursor: pointer; height: 50px; line-height: 50px; color: #2d2d2d; width: 206px; text-align:center;background:#fff;margin-right:30px;font-size:16px;}
.gn_bg .hd ul li i{margin-right: 9px;}
.gn_bg .hd ul li.on{background: #2C508A; color: #fff;}
.gn_bg .bd{background: #fff;overflow: hidden;padding:40px 20px;}
.gn_bg .bd .left{float: left;margin-top: 13px;margin-left:44px;}
.gn_bg .bd .left img{width: 100%;}
.gn_bg .bd .right{     float: right;
  width: 626px;
  margin-right: 72px;}
.gn_bg .bd .right .programme-title{overflow: hidden; clear: both; margin-top: 20px;}
.gn_bg .bd .right .programme-title .programme-t{float: left; margin-right: 10px; width: 60px; height: 60px; background:#2C508A; color: #fff; font-size: 38px; text-align: center; line-height: 60px; border-radius: 10px;}
.gn_bg .bd .right .programme-title strong{font-size: 24px; display: block;}
.gn_bg .bd .right .programme-title span{font-size: 16px;}
.gn_bg .bd .right .cont{width:100%;padding: 10px;margin-top: 20px;}
.gn_bg .bd .right .programme-cont{overflow: hidden; margin-top:0px;}
.gn_bg .bd .right .programme-cont span{float: left; margin-right: 10px;line-height:30px;}
.gn_bg .bd .right .programme-cont p{margin: 0;line-height:27px;display: table;}
.gn_bg .bd .right .programme-cont a{font-size:16px;background:#2C508A;padding:8px;color:#fff;text-align:center;margin:0 auto;display:block;width:150px;margin-top: 15px;}

.sz-case {background:#f7f7f7;padding-top: 30px;}
.sz-case .cont {border-top:0;padding:10px;}
.sz-case .cont .bd {overflow:hidden;position:relative;margin-top:10px;}
.sz-case .cont .bd ul {overflow:hidden;zoom:1;}
.sz-case .cont .bd ul li {position:relative;float:left;_display:inline;overflow:hidden;text-align:center;margin:8px;width:24%;}
.sz-case .cont .bd ul li img {width:100%;display:block;z-index:0;}
.sz-case .cont .bd ul li .text {margin-top:10px;}
.sz-case .cont .hd {overflow:hidden;width:160px;margin:10px auto;}
.sz-case .cont .hd a {width:35px;height:35px;line-height:35px;text-align:center;display:block;background:#ddd;color:#333;float:left;margin:5px;border-radius:5px;cursor:pointer;}
.sz-case .cont .hd a:hover {background:#2C508A;color:#fff;}
.sz-case .cont .hd .case-link {width:60px;}


.about{width: 100%;background: #f6f6f6;padding-bottom: 18px;}
.about .about-left{float: left;width: 711px;padding-top: 19px;height: 623px;position: relative;}
.about .about-left .top h3{font-size: 28px;color: #333333;font-weight: normal;float: left;}
.about .about-left .top h3 a{color: #333333;text-decoration: none;}
.about .about-left .top p{font-size: 12px;color: #cccccc;float: right;margin-top: 16px;}
.about .about-left dl{margin-top: 33px;}
.about .about-left dt{width: 711px;height: 348px;}
.about .about-left dt .box>img{display: block;width: 600px;height: 300px;border-radius: 4px;}
.about .about-left dt .box{width:711px;height: 335px;overflow: hidden;position: relative;}
.about .about-left dt .box a{cursor: pointer;}
.about .about-left dt li{height: 48px;line-height: 48px;text-align: center;width: 355px;float: left;background: #fff;font-size: 14px;color: #999999; cursor: pointer;}
.about .about-left dt li:first-child{width: 355px;border-right: 1px solid #eeeeee;}
.about .about-left dt li span{display: inline-block;*display:inline-block;width: 15px;height: 15px;overflow: hidden;position: relative;margin-right: 10px;top: 3px;}
.about .about-left dt li img{display: block;width: 15px;height: 30px;position: relative;}
.about .about-left dt li.cur{color: #2C508A;}
.about .about-left dt li.cur img{top: -15px;}

.about .about-left dd{margin-top: 28px;}
.about .about-left dd h3{font-size: 20px;color: #333333;font-weight: normal;}
.about .about-left dd p{margin-top: 14px;line-height: 25px;color: #666666;font-size: 14px;}
.about .about-left dd a.more{display: block;width: 154px;height: 40px;background: #fff;line-height: 40px;text-align: center;border: 1px solid #e7e7e7;border-radius: 4px 0 4px 0;font-size: 13px;color: #999999;text-decoration: none;left: 0;bottom: 0;transition: all 0.5s ease-out;z-index: 1;}


.about .about-left dd a.more::before{    
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 154px;
    height: 40px;
    background: #2C508A;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.about .about-left dd a.more:hover::before{background: #2C508A;opacity: 1;transform: scale3d(1,1,1);-webkit-transform:translate3d(0,0,0)}
.about .about-left dd a.more:hover{color: #fff; background: #2C508A;border-color: #2C508A; }


.about .about-right{width: 560px;float: right;margin-top: 52px;}
.about .about-right li{width: 558px;height: 158px;border: 1px solid #e7e7e7;position: relative;border-radius: 4px 0 0 4px;margin-bottom: 38px;}
.about .about-right li .box{padding: 33px 28px 0 38px;position: relative;}
.about .about-right li .box h3{font-size: 28px;color: #333333;font-weight: normal;}
.about .about-right li .box p{font-size: 14px;color: #666666;line-height: 20px;margin-top: 24px;}
.about .about-right li .box span{font-size: 12px;color: #cccccc;position: absolute;top: 42px;right: 28px;display: block;}
.about .about-right li .box a.ljs{display: block;width: 33px;height: 33px;position: absolute;bottom: 13px;right: 28px;background: url(../images/about_icon02.png) no-repeat center;}
.about .about-right li .box a.ljs img{display: block;width: 33px;height: 33px;}
.about .about-right li i{display: block;width: 10px;height: 160px;position: absolute;left: 0;top: 0;border-radius: 4px 0 0 4px;}
.about .about-right li.li1 i{background: #E6212A;}
.about .about-right li.li2 i{background: #2C508A;}
.about .about-right li.li3 i{background: #fea700;}
.about .about-right li:hover .box a.ljs{background: url(../images/about_icon01.png) no-repeat center;}


.bj-service{position: relative;padding-bottom: 100px;overflow:hidden;background:#f5f5f5;}
.bj-service .ser-left{width:55%;float: left;margin-top: 30px;}
.bj-service .ser-left ul li{width:33%;background: #fff;text-align: center;padding: 40px;float: left;height: 213px;}
.bj-service .ser-left ul li:nth-child(2){background: #eee;}
.bj-service .ser-left ul li:nth-child(4){background: #eee;}
.bj-service .ser-left ul li:nth-child(6){background: #eee;}
.bj-service .ser-left ul li small{font-size: 18px;color:#616161;font-weight:bold;}
.bj-service .ser-left ul li i{font-size:28px;color:#2C508A;display: block;margin-bottom: 20px;}
.bj-service .ser-left ul li:hover{background:#2C508A;color: #fff; }
.bj-service .ser-left ul li:hover i{color: #fff;}
.bj-service .ser-left ul li:hover small{color: #fff;}
.bj-service .ser-right{width:45%;float: right;padding: 15px;padding-bottom:200px;background: url(../images/ser-right-bg.jpg)no-repeat center;margin-top: 30px;height: 425px;background-size:100%;}
.bj-service .ser-right small{font-size: 24px;color:#2C508A;font-weight:bold;}
.bj-service .ser-right p{font-size:16px;margin: 17px 0;}
.bj-service .ser-right a{font-size:16px;background:#2C508A;color: #fff;padding: 10px 25px;float:right;}
.bj-service .ser-right a:hover{background:#ff9121}


.glt-news {margin-top:30px;overflow:hidden;padding-bottom: 30px;}
.glt-news .news-left {width: 895px;float:left;overflow:hidden;padding-bottom:10px;margin-top:20px;}
.glt-news .news-left .hd {height:30px;line-height:30px;border-bottom:2px solid #2C508A;}
.glt-news .news-left .hd li {float:left;margin-right:10px;font-size:16px;background:#2C508A;color:#fff;height:30px;line-height:30px;padding:0 10px;}
.glt-news .news-left .hd li a {color:#fff;}
.glt-news .news-left .hd .on a {color:#fff;}
.glt-news .news-left .hd .link {float:right;font-size:12px;color:#bbb;}
.glt-news .news-left .ne-img {padding:15px;padding-left:0px;}
.glt-news .news-left .ne-img li {height:155px;padding-top:6px;border-bottom:1px dashed #ccc;}
.glt-news .news-left .ne-img li img {width:200px;height:134px;display:block;float:left;margin-right:20px;border:1px solid #ccc;}
.glt-news .news-left .ne-img span {display:block;font-size:16px;color:#2C508A;margin:10px 0;font-weight:bold;}
.glt-news .news-left .ne-img p {color:#777;line-height:24px;}
.glt-news .news-left .ne-img a {color:#999;margin-top:20px;border:0;font-size:12px;}
.glt-news .news-left .ne-img a:hover {color:#2C508A;}
.glt-news .news-left .ne-list {overflow:hidden;margin-left:-15px;}
.glt-news .news-left .ne-list li {line-height:46px;background:#ededed;width: 416px;float:left;margin:0 15px;margin-bottom:10px;height:46px;}
.glt-news .news-left .ne-list li i {font-size:20px;color:#fff;margin-right:10px;height:46px;width:45px;line-height:43px;top:0;text-align:center;background:#999;}
.glt-news .news-left .ne-list li a {color:#444;font-size:14px;}
.glt-news .news-left .ne-list li:hover {background:#2C508A;}
.glt-news .news-left .ne-list li:hover a {color:#fff;}
.glt-news .news-right {width: 419px;float:right;margin-top:20px;}
.glt-news .news-right .ne-title {overflow:hidden;position:relative;border-bottom:2px solid #2C508A;}
.glt-news .news-right .ne-title h3 {float:left;font-size:16px;background:#2C508A;color:#fff;height:30px;line-height:30px;padding:0 10px;}
.glt-news .news-right .ne-title span {color:#999;margin-left:10px;font-size:14px;}
.glt-news .news-right .ne-title .link {float:right;font-size:12px;color:#bbb;}
.glt-news .news-right .bd .tempWrap {width: 430px !important;padding:0;}
.glt-news .news-right .bd ul {zoom:1;width: 402px;padding:5px;}
.glt-news .news-right .question-top {overflow:hidden;position:relative;clear:both;height:420px;margin-left:0px;}
.glt-news .news-right .question-top .bd {padding:0px;}
.glt-news .news-right .question-top .infoList li {border-bottom:1px dashed #ccc;}
.glt-news .news-right .question-top .infoList li h5 {font-size:14px;color:#fff;height:40px;margin:0;line-height:20px;margin-top:10px;}
.glt-news .news-right .question-top .infoList li h5 span {background:#2C508A;color:#fff;font-size:14px;border-radius:2px;margin-right:5px;width:25px;height:25px;line-height:25px;text-align:center;float:left;display:block;}
.glt-news .news-right .question-top .infoList li h5 a {color:#2C508A;}
.glt-news .news-right .question-top .infoList li .answer {color:#666;padding-bottom:10px;}
.glt-news .news-right .question-top .infoList li .answer p {display:block;font-size:12px;}
.glt-news .news-right .question-top .infoList li .answer span {color:#fff;background:#999;font-size:14px;border-radius:2px;margin-right:5px;float:left;width:25px;height:25px;text-align:center;line-height:25px;}

.linkUsCon1{width: 100%;padding-bottom: 68px;}
.linkUsCon1 .mainCon{width: 100%;padding-top: 58px;position: relative;}
.linkUsCon1 .mainCon h2{font-size: 32px;color: #2C508A;font-weight: normal;}
.linkUsCon1 .mainCon .linkUsCon1-address{margin-top: 26px;}
.linkUsCon1 .mainCon .linkUsCon1-address p{font-size: 14px;color: #333333;margin-bottom: 7px;}
.linkUsCon1 .mainCon .linkUsCon1-phone{margin-top: 24px;}
.linkUsCon1 .mainCon .linkUsCon1-phone .dl{float: left;width: 242px;margin-right: 80px;}
.linkUsCon1 .mainCon .linkUsCon1-phone .dt{float: left;width: 29px;height: 34px;margin-top: 4px;}
.linkUsCon1 .mainCon .linkUsCon1-phone .dt img{display: block;width: 29px;height: 34px;}
.linkUsCon1 .mainCon .linkUsCon1-phone .dd{width: 199px;float: right;}
.linkUsCon1 .mainCon .linkUsCon1-phone .dd p{font-size: 14px;color: #2C508A;}
.linkUsCon1 .mainCon .linkUsCon1-phone .dd .span{display: block;font-weight: bold;color: #2C508A;font-size: 24px;}
.linkUsCon1 .mainCon .linkUsCon1-phone .dd em{display: block;font-size: 11px;color: #cccccc;}
.linkUsCon1 .mainCon .i{display: block;width: 100%;height: 1px;background: #ededed;position: absolute;top: 207px;left: 0;}
.linkUsCon1 .mainCon .linkUsCon1-ma{width: 380px;position: absolute;right: 0;top: 64px;}
.linkUsCon1 .mainCon .linkUsCon1-ma .box{width: 178px;padding-top: 24px;border: 1px solid #ebebeb;border-radius: 6px;float: left;text-align: center;height: 175px;margin-left: 20px;background: #fff;}
.linkUsCon1 .mainCon .linkUsCon1-ma .box:first-child{margin-left: 0;}
.linkUsCon1 .mainCon .linkUsCon1-ma .box img{display: block;width: 119px;height: 118px;margin: 0 auto;}
.linkUsCon1 .mainCon .linkUsCon1-ma .box p{margin-top: 4px;font-size: 14px;color: #999999;}
.layout {
	overflow: hidden;
	width: 100%;
}
#fh5co-product-list .bg-product {
	padding: 60px 0 50px;
	background: #f7f7f7;
}
#fh5co-product-list .show-list {
	padding: 50px 0 0px 0;
}
#fh5co-product-list .show-list .show-product .item {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#fh5co-product-list .show-list .show-product .media-img {
	overflow: hidden;
	border: 3px solid #fff;
}
#fh5co-product-list .show-list .show-product h3 {
	padding: 10px 0;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	font-family: "Microsoft YaHei";
}
#fh5co-product-list .show-list .show-product h3 a {
	color: #333;
	font-size: 18px;
}
#fh5co-product-list .show-list .show-product .item:hover .media-img {
	border: 3px solid #006db5;
}
#fh5co-product-list .show-list .show-product .item:hover h3 a {
	color: #006db5;
}
#fh5co-product-list .show-list a.more {
	display: inline-block;
	padding: 12px 40px;
	background: #ff6d00;
	color: #fff;
	font-size: 18px;
}
/* 首页产品展示 end*/

/* 产品展示 begin*/
.show-product .media-img {
	overflow: hidden;
	border: 1px solid #ddd;
}
.show-product .media-img:hover {
	border: 1px solid #006db5;
}
.show-product .media-img img {
	width: 100%;
}
.show-product .media-img img:hover {
	opacity: 0.8
}
.show-product h3 {
	margin-top: 3px;
	white-space: nowrap;
	overflow: hidden
}
.show-product h3 a {
	font-size: 14px;
}

.banner_small_text{
	position:absolute;
	width:100%;
	height:100%;
	bottom:0;
	left:0;
	background:#000;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	}
.banner_small:hover .banner_small_text{
	opacity:0.5;
	filter:alpha(opacity=50);
    -moz-opacity:0.5; 
    -khtml-opacity:0.5;
    -webkit-opacity:0.5;
	}		
	

.banner_small_mb{
	position:absolute;
	width:100%;
	height:100%;
	bottom:0;
	right:-100%;
	background:#2C508A;
	z-index: 999;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}	
	
.banner_small:hover .banner_small_mb{
	right: 99%;
	}	
	
	
	
.banner_small:hover	h3{
	color: #fff;
	background: #2C508A;
	}	
	
	
.banner_small:hover  .banner_small_con:before{
	opacity:0;
	} 
	
.banner_list_small .col-md-4{
	float:left;
	padding-left:15px !important;
	padding-right:15px !important;
	}

.banner_list_small .row{
	margin-left:-15px  !important;
	margin-top:30px;
	}
	
  .banner_small_con{
    position:relative;
    overflow:hidden;
  }
  
  
 .banner_small_con h3{
   position: absolute;
   bottom: 5%;
   height:50px;
   width:40%;
   z-index:99;
   color:#24a1dd;
   line-height:50px;
   font-size:17px;
   right: 0;
   text-align: center;
   /* padding-left:20px; */
   /* letter-spacing:2px; */
   background:#fff;
   font-weight:normal;
   transition:all 0.5s;
   -moz-transition:all 0.5s;
   -ms-transition:all 0.5s;
   -o-transition:all 0.5s;
   -webkit-transition:all 0.5s;
   }
   .fh5co-heading {
    /* background: url(../images/title_bg.png) no-repeat center bottom; */
  }
  .fh5co-heading h2 {
    color: #333;
    font-size: 30px;
    line-height:30px;
    padding-bottom: 15px;
    font-family: "Microsoft YaHei";
    font-weight: 700;
  }
  .fh5co-heading h2 span {
    color: #999;
    font-size: 14px;
    font-weight: 400;
  }
  
  @media only screen and (max-width: 1800px){

  .headP .headLeft .navList>div{
    padding: 0 14px;
    height: 88px;
    line-height: 88px;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
    color: #FFFFFF;
  }

}

@media only screen and (max-width: 1730px){

  .headP .headLeft .navList>div{
    padding: 0 14px;
    height: 88px;
    line-height: 88px;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
    color: #FFFFFF;
  }
  .headP .headLeft .navList{
    padding-left:115px;
  }

}

@media only screen and (max-width: 1630px){

  .headP .headLeft .navList>div{
    padding: 0 14px;
    height: 88px;
    line-height: 88px;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
    color: #FFFFFF;
  }
  .headP .headLeft .navList{
    padding-left:67px;
  }


.erj {
    display: none;
    position: absolute;
    width: 108%;
    margin-left: -20px !important;
}






}

@media only screen and (max-width: 1550px){

    .headP .headLeft .navList{padding-left:28px;}
    .headP .headLeft .navList>div a{
      font-size: 16px;
    }
    
}






@media only screen and (max-width: 1510px){

  .headP .headLeft .navList {
    padding-left: 56px;
    height: 88px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

}


@media only screen and (max-width: 1450px){

  .headP .headLeft .navList {
    padding-left: 67px;
    height: 88px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.page {
  margin: 0 auto;
  width: 1305px;
  height: 100%;
}
.headP .headLeft .navList>div a {
  color:white;
  white-space: nowrap;
  font-size: 13px;
}
.headP .headRight>div{
  margin-left:15px;
}
.headP.active .navList>div a, .headP.fixed .navList>div a, .headP.static .navList>div a{
    color: black;
}

.erj {
    display: none;
    position: absolute;
    width: 115% !important;
    margin-left: -15px !important;
}
}
@media only screen and (max-width: 1400px){

  .headP .headLeft .navList>div {
    padding: 0 12px;
    height: 88px;
    line-height: 88px;
    font-size: 8px;
    position: relative;
    white-space: nowrap;
    color: #FFFFFF;
}
.page {
  margin: 0 auto;
  width: 1255px;
  height: 100%;
}



}

@media only screen and (max-width: 1350px){

  .headP .headLeft .navList {
    padding-left: 25px;
    height: 88px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.page {
  margin: 0 auto;
  width: 1222px;
  height: 100%;
}
}

@media only screen and (max-width: 1300px){

  .headP .headLeft .navList>div a {
    color:white;
    white-space: nowrap;
    font-size: 13px;
}
.headP.active .navList>div a, .headP.fixed .navList>div a, .headP.static .navList>div a{color:black}
}




.in3-sec .main{
	margin-top: 14px;
	width:98%;
	margin: auto;
}
.in3-sec .main li{
	float: left;
	width: 24%;
	margin-left:1%;
	position: relative;
	margin-top:20px;
}
.in3-sec .main li:nth-child(3n){
	margin-right: 0;
}
.in3-sec .main .pic img{
	display: block;
	width: 100%;
}
.in3-sec .w{width:100%;}
.in3-sec .main .tbox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*display: table;*/
	z-index: 1;
	padding: 30px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s; 
	transition: all 0.3s;
}
.in3-sec .main li:hover .tbox{
	background: #2C508A;

}
.in3-sec .main li:hover .tbox .icon{
  display:none;
}
.in3-sec .main .box{
	position: absolute;
	left: 11px;
    right: 10px;
	top: 50%;
	transform: translateY(-50%);
	/*width: 100%;
	display: table-cell;
	vertical-align: middle;*/
}
.in3-sec .main .icon{
	height: 85px;
}
.in3-sec .main .icon img{
	display: block;
	height: 78px;
	margin: 0 auto;
}
.in3-sec .main .tit{
	margin-top:-63px;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.in3-sec .main .tit .en{
	font-family: 'DIN-MEDIUM';
	opacity: .2;
}
.in3-sec .main .tit .cnd{
	margin-top: -9px;
	display: none;
}
 .in3-sec .main li:hover .tit .cnd{
display: block;
 }


.in3-sec .cn1{
	font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 6px;
	text-shadow: #676060 0px 3px 1px;
}

.in3-sec .main li:hover .cn1{
	display:none;
}


.pronav a{
	float: left;
	display: inline-block;
	margin: 10px;
	 line-height: 40px;
	 border: 2px solid #fff;
	 border-radius: 4px;
	 font-size: 13px;
	 color: #fff;
	 padding: 0 9px 0 10px;
	background: url(../images/listico.png) no-repeat 20px center;
}
.pronav a:hover{
	background-color: #fff;
	color: #2C508A;
	background-image: url(../images/listico1.png);
}


.in3-sec .main .pronav {
	margin-top:3px;
	color:white;
	display: none;
}
.in3-sec .main li:hover .pronav {
	display: block;	
}
.in3-sec .main .pronav a{
	margin: 6px 2%;
	width: 46%;
}


.in3-sec .main li .btn{
	display: none;
	margin-top: 10px;
	}
.in3-sec .main .tbox .btn a {
    color: #fff;
    border: 2px solid rgba(255,255,255,.5);
    background-image: url(../images/more.png);
}
.in3-sec .main li .btn a:hover{
	border-color: #fff;
}

.in3-sec .main li:hover .btn {
	display: block;
}


.btn{
	margin-top: 50px;
	text-align: center;
}

.btn .ljgd{
	font-size: 14px;
	color: #ff6c2f;
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	border: 2px solid #ff6c2f;
	border-radius: 20px 4px 20px 4px;
	padding: 0 40px 0 20px;
	background: url(../images/more2.png) no-repeat 85% center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s; 
	transition: all 0.3s;
}
.btn .ljgd:hover{
	border-radius: 4px 20px 4px 20px ;
	background-position-x: 90%
}











.rtd .list{
	margin-bottom: 0px;
}
.rtd .list ul{
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.rtd .list li{
	width: 22.9%;
	background-color: #fff;
	margin-bottom: 35px;
	margin-left: 1%;
    margin-right: 1%;
}
.rtd .list li .imgScale{
	max-width: 90%;
	max-height: 95%;
	width: auto;
	margin: 0 auto;
}
.rtd .list li .pic{
	display: flex;
	align-items: center;
	width: 100%;
	height: 331px;
	border-bottom: 1px solid rgba(231, 231, 231, 1);
}
.rtd .list li .text-box{
	position: relative;
	padding: 17px 36px 17px;
	text-align: center;
}
.rtd .list li .title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.rtd .list li  .des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
	margin-top: 23px;
}
.rtd .list li  .product-search{
	position: absolute;
	top: -27px;
	right: 22px;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #2C508A;
	box-shadow: 0px 0px 30px 0px rgba(207,12,12, 0.3);
	border-radius: 50%;
}
.rtd .list li  .product-search .iconfont{
	font-size: 20px;
	color: #fff;
}
.fa{
	color:#2C508A;
}
.rtd .list li a{
	position: relative;
	display: block;
	overflow: hidden;
}
.rtd .list li .li-box{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -30px;
	right: 0;
	background: #2C508A;
	padding: 0 69px 0;
	text-align: center;
	height: 0;
	transition: all 0.9s;
}
.rtd .list li:hover .li-box{
	padding-top:82px;
	height: 100%;
	bottom: 0;
}
.rtd .list li:hover  .text-box .product-search{
	display: none;
}
.rtd .list li .li-box .product-search1{
	position: static;
	margin: 0 auto 59px;
	background-color: #fff;
}
.rtd .list li .li-box .product-search1 .iconfont{
	color: rgba(207,12,12, 1);
}
.rtd .list li .li-box .title,
.rtd .list li .li-box .des{
	color: #fff;
}