*{
    box-sizing: border-box;
}

body{
    font-size: 14px;
    font-family: "MicroSoft Yahei";
}

input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.inner{
    width: 1420px;
    margin: 0 auto;
}

.pageHeader{
    height: 130px;
}
.pageHeader .realHeader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background-color: #fff;
    z-index: 10;
    border-bottom: 1px solid #e5e5e5;
}
.pageHeader .realHeader .headerTop{
    background-color: #073190;
    border-bottom: 1px solid #fff;
}
.pageHeader .realHeader .headerTop .inner{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pageHeader .realHeader .headerTop .topR{
    display: flex;
    align-items: center;
}
.pageHeader .realHeader .headerTop .topR .rTxt{
    position: relative;
    color: #fff;
    margin: 0 15px;
    line-height: 1;
    cursor: pointer;
}
.pageHeader .realHeader .headerTop .topR .ewm .ewmBox{
    position: absolute;
    left: 50%;
    top: 90%;
    padding-top: 20px;
    transform: translate(-50%,0);
    display: none;
}
.pageHeader .realHeader .headerTop .topR .ewm:hover .ewmBox{
    display: block;
}
.pageHeader .realHeader .headerTop .topR .qiyezhan::before{
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    height: 14px;
    width: 1px;
    background-color: #333333;
    transform: translate(0,-50%);
}
.pageHeader .realHeader .headerTop .search{
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 40px;
}
.pageHeader .realHeader .headerTop .search .searchIn{
    position: absolute;
    right: 0;
    min-width: 30px;
    height: 30px;
}
.pageHeader .realHeader .headerTop .search .searchIn .searchImg{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%,-50%);
    transition: all .3s ease 0s;
    z-index: 2;
    cursor: pointer;
}
.pageHeader .realHeader .headerTop .search.fold .searchIn .searchImg{
    left: 18px;
    width: 14px;
    height: 14px;
    transform: translate(0%,-50%);
}
.pageHeader .realHeader .headerTop .search .searchIn .inpBox{
    position: relative;
    width: 0px;
    transition: all .3s ease 0s;
    overflow: hidden;
}
.pageHeader .realHeader .headerTop .search.fold .searchIn .inpBox{
    width: 270px;
    background-color: #f2f2f2;
}
.pageHeader .realHeader .headerTop .search .searchIn .inpBox input{
    width: 240px;
    height: 30px;
    background-color: #e2e2e2;
    border-radius: 4px;
    padding-left: 37px;
    margin-right: 30px;
    border-width: 0;
}
.pageHeader .realHeader .headerTop .search .searchIn .inpBox .close{
    position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    height: 22px;
    transform: translate(0,-50%);
    cursor: pointer;
}


.pageHeader .realHeader .headerNav>.inner{
    height: 80px;
    display: flex;
    justify-content: space-between;
}
.pageHeader .realHeader .headerNav ul{
    display: flex;
}
.pageHeader .realHeader .headerNav ul > li > a{
    display: block;
    line-height: 80px;
    font-size: 16px;
    padding: 0 30px;
}
.pageHeader .realHeader .headerNav ul > li:hover > a,
.pageHeader .realHeader .headerNav ul > li.active > a{
    color: #fff;
    background-color: #073190;
}
.pageHeader .realHeader .headerNav ul > li .dropDownBox{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    background: no-repeat center center / cover;
}
.pageHeader .realHeader .headerNav ul > li:hover .dropDownBox{
    height: auto;
}
.pageHeader .realHeader .headerNav ul > li .dropDownBox .inner{
    padding: 85px 0 85px 106px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease 0s;
}
.pageHeader .realHeader .headerNav ul > li:hover .dropDownBox .inner{
    visibility: visible;
    opacity: 1;
}
.pageHeader .realHeader .headerNav ul > li .dropDownBox .boxTop{
    margin-bottom: 50px;
}
.pageHeader .realHeader .headerNav ul > li .dropDownBox .boxTop .topTitle{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.pageHeader .realHeader .headerNav ul > li .dropDownBox .boxTop .boxTab{
    position: relative;
    display: flex;
    align-items: center;
}
.pageHeader .realHeader .headerNav ul > li .dropDownBox .boxTop .boxTab::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: -359px;
    width: 1481px;
    height: 1px;
    background: url(../img/dropDownLine.png) no-repeat center center;
}
.pageHeader .realHeader .headerNav ul > li .dropDownBox .boxTop .boxTab .tab{
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    margin-right: 26px;
}
.pageHeader .realHeader .headerNav ul > li .dropDownBox .boxTop .boxTab .line{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 61px;
    height: 1px;
    background-color: #fff;
    transition: all .3s ease 0s;
}
.pageHeader .realHeader .headerNav ul > li .dropDownBox .boxBottom .bottomT{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 19px;
}
.pageHeader .realHeader .headerNav ul > li .dropDownBox .boxBottom .bottomCont{
    width: 552px;
    line-height: 28px;
}


.pageHeader .realHeader .logo{
    position: relative;
    z-index: 2;
}
.pageHeader .realHeader .logo a{
    display: block;
    position: relative;
    height: 100%;
}
.pageHeader .realHeader .logo a img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 73%;
    transform: translate(0,-50%);
}



/* 右侧弹框 */
.rightPop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    transition: all .3s ease 0s;
    visibility: hidden;
}
.rightPop .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    transition: all .3s ease 0s;
    opacity: 0;
}
.rightPop .popCont{
    position: absolute;
    top: 0;
    right: 0;
    width: 550px;
    height: 100%;
    background-color: #000;
    transition: all .3s ease 0s;
    transform: translate(150%,0);
    display: flex;
    flex-direction: column;
}
.rightPop.fold{
    visibility: visible;
}
.rightPop.fold .mask{
    opacity: 1;
}
.rightPop.fold .popCont{
    transform: translate(0,0);
}
.rightPop .popCont .contTools{
    flex-shrink: 0;
}
.rightPop .popCont .contTop .close{
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.rightPop .popCont .contTab{
    display: flex;
}
.rightPop .popCont .contTab .tab{
    width: 100%;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #000;
}
.rightPop .popCont .contTab .tab.active{
    min-width: 340px;
    color: #333333;
    background-color: #fff;
}
.rightPop .popCont .contSearch input{
    width: 100%;
    height: 60px;
    border-width: 0;
    padding: 0 24px 0 21px;
    background: url(../img/search.png) no-repeat right 21px center / 21px 21px #fff;
}
.rightPop .popCont .contList{
    flex: 1;
    overflow: hidden;
}
.rightPop .popCont .contList .listIn{
    width: 562px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.rightPop .popCont .contList .listItem{
    display: block;
    color: #fff;
    position: relative;
}
.rightPop .popCont .contList .listItem .itemMask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    padding-left: 50px;
    display: flex;
    align-items: center;
}



.pageBanner{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.pageBanner img{
    min-width: 100%;
}
.pageBanner .fakeImg{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.pageBanner .swiper-slide{
    overflow: hidden;
}
.pageBanner .swiper-container-horizontal>.swiper-pagination-bullets, 
.pageBanner .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30px;
}
.pageBanner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #fff;
}
.pageBanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 9px;
}
.pageBanner .swiper-pagination-bullet-active{
    background-color: #073190;
}



.indexBlock{
    padding: 70px 0;
}
.indexBlock .blockTitle{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.indexBlock .blockTitle .cn{
    font-size: 36px;
}
.indexBlock .blockTitle .eg{
    color: #666666;
    font-size: 18px;
    font-style: italic;
    font-family: Helvetica;
    margin-top: 2px;
}

.pageTitle{
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}
.pageTitle .inner{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.pageTitle .tLeft{
    display: flex;
    align-items: flex-end;
}
.pageTitle .cn{
    font-size: 32px;
    margin-right: 8px;
}
.pageTitle .eg{
    color: #666666;
    font-size: 18px;
    font-style: italic;
    font-family: Helvetica;
    margin-top: 2px;
}
.pageTitle .breadCrumbs{
    display: flex;
}
.pageTitle .breadCrumbs *{
    color: #666666;
}
.pageTitle .breadCrumbs span:last-child{
    color: #073190;
}




.pageNation{
    text-align: center;
}
.pageNation .pagNIn{
    display: inline-block;
}
.pageNation a{
    display: inline-block;
    line-height: 1;
    padding: 13px 16px;
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,.08);
    margin: 0 5px;
    transition: all .3s ease 0s;
}
.pageNation a:hover,
.pageNation a.active{
    color: #fff;
    background-color: #073190;
}




.scrollTop{
    position: fixed;
    right: 175px;
    bottom: 264px;
    width: 68px;
    height: 68px;
    background: url(../img/scrollTop.png) no-repeat center center / 100% 100%;
    cursor: pointer;
    z-index: 2;
}
@media screen and (max-width: 1660px){
    .scrollTop{
        right: 20px;
    }
}




/* footer */
.footer{
    color: #fff;
}
.footer .footerTop{
    min-height: 340px;
    padding: 80px 0;
    background: url(../img/footerBg.jpg) no-repeat center center / cover;
}
.footer .footerTop .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footerTop .logoBox{
    display: flex;
    align-items: center;
}
.footer .footerTop .logoBox .boxImg{
    margin-right: 14px;
}
.footer .footerTop .logoBox .boxBigT{
    font-size: 30px;
    margin-bottom: 5px;
}
.footer .footerTop .logoBox .boxT{
    font-size: 18px;
}
.footer .footerTop .nav .navT{
    position: relative;
    font-size: 20px;
    margin-bottom: 35px;
}
.footer .footerTop .nav .navT .line{
    position: relative;
    width: 135px;
    height: 1px;
    margin-top: 15px;
    background-color: #000000;
}
.footer .footerTop .nav .navT .line::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background-color: #666666;
}
.footer .footerTop .nav ul li a{
    display: block;
    color: #bbbbbb;
    margin-bottom: 19px;
}
.footer .footerTop .ewm img{
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto 10px;
}
.footer .footerTop .ewm .ewmBottom{
    width: 126px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footerTop .ewm .ewmBottom .wx{
    width: 24px;
    height: 20px;
    background: url(../img/weixin.png) no-repeat center center / 100% 100%;
    cursor: pointer;
}
.footer .footerTop .ewm .ewmBottom .qq{
    width: 19px;
    height: 21px;
    background: url(../img/qq.png) no-repeat center center / 100% 100%;
    cursor: pointer;
}
.footer .footerTop .ewm .ewmBottom .wb{
    width: 22px;
    height: 18px;
    background: url(../img/-weibo.png) no-repeat center center / 100% 100%;
    cursor: pointer;
}
.footer .footerBottom{
    line-height: 50px;
    background-color: #050d20;
}
.footer .footerBottom .inner{
    padding: 0 109px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}













.footer .footerTop{
     padding-bottom: 20px;
 }
.footer .footerTop .ewm .bshare-custom .bshare-qzone{
    width: 19px;
    height: 21px;
    padding: 0;
    background: url(../img/qq.png) no-repeat center center / 100% 100%;
    cursor: pointer;
    margin: 0 24px;
}
.footer .footerTop .ewm .bshare-custom .bshare-weixin{
    width: 24px;
    height: 20px;
    padding: 0;
    background: url(../img/weixin.png) no-repeat center center / 100% 100%;
    cursor: pointer;
}
.footer .footerTop .ewm .bshare-custom .bshare-sinaminiblog{
    width: 22px;
    height: 18px;
    padding: 0;
    background: url(../img/-weibo.png) no-repeat center center / 100% 100%;
    cursor: pointer;
}
.footer .footerBottom{
    font-size: 12px;
}
.firendLink{
    margin-top: 40px;
}
.firendLink .linkBox{
    width: 1420px;
    margin: 0 auto;
    display: flex;
    line-height: 32px;
    font-size: 12px;
    border: 1px solid rgba(229,229,229,0.1);
}
.firendLink .linkBox .linkL{
    min-width: 150px;
    text-align: center;
    background-color: #243157;
}
.firendLink .linkBox .linkL span{
    font-size: 16px;
    vertical-align: middle;
}
.firendLink .linkBox .linkL i{
    vertical-align: middle;
}
.firendLink .linkBox .linkR{
    display: flex;
    flex-wrap: wrap;
    padding: 0 42px;
}
.firendLink .linkBox .linkR .link{
    margin-right: 22px;
    color: #fff;
    vertical-align: middle;
    opacity: .6;
}
.firendLink .linkBox .linkR .link:hover{
    opacity: 1;
}

.swiperImg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #000;
    display: none;
}
.swiperImg .swiper-container{
    width: 100%;
    height: 100%;
}
.swiperImg .swiper-container .swiper-close{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url(../img/close_d.png) no-repeat center center / 40px 40px;
    cursor: pointer;
    z-index: 10;
}
.swiperImg .swiper-container .swiper-button-next,
.swiperImg .swiper-container .swiper-button-prev{
    opacity: 1;
    pointer-events: auto;
}
.swiperImg .swiper-container img{
    width: 1100px;
    height: 730px;
}

.searchBox .inner{
    display: flex;
    align-items: center;
    padding: 40px 0;
}
.searchBox input{
    width: 800px;
    height: 44px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
}
.searchBox button{
    flex-shrink: 0;
    width: 160px;
    height: 44px;
    color: #fff;
    border-width: 0;
    background-color: #073190;
    cursor: pointer;
}