/*首屏动画*/
.topbox{
    position: absolute;
    top:0;
    left: 0;
}
.inbanner {
    width: 100%;
    min-width: 1360px;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.8s ease;
}


.inbanner .bannrs{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.8s ease;
    opacity: 0;
    transform: scale(1.2);
}
.inbanner.okstyle .bannrs{
    opacity: 1;
    transform: scale(1);
}


.inbanner .swiper-container {
    z-index: 2;
}
.inbanner.okstyle .swiper-container {
    z-index: 2;
}

.inbanner .bfbox{
    position: absolute;
    width: auto;
    padding: 0 20px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(0,0,0,.5);
    color: #fff;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    font-size: 12px;
    border-radius: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.inbanner .bfbox:hover,
.inbanner .bfbox.active{
    background: #005d98;
    color: #fff;
}
.inbanner .bfbox.active span{
    display: none;
}

.inbanner .bfbox .openbt,
.inbanner .bfbox .closebt{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 1;
}
.inbanner .bfbox .openbt.active,
.inbanner .bfbox .closebt.active{
    z-index: 10;
}


.inbanner li {
    cursor: move;
}

.inbanner .myvideo{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.inbanner .myvideo video{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.inbanner .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    opacity: 1;
    display: none;
}
.inbanner .textbox.acaxx{
    display: block;
}

.inbanner .textbox * {
    transition: all 0.6s;
    opacity: 0;
}

.inbanner .textbox .denl {
    position: absolute;
    width: 103px;
    height: 203px;
    top: 35%;
    right: 15%;
    transition: all 2s;
    transform: translateY(60%);
    background: url(../images/dl.png) top center no-repeat;
    background-size:auto 100%;
}

.inbanner .textbox h1,
.inbanner .textbox h2,
.inbanner .textbox h3,
.inbanner .textbox h4,
.inbanner .textbox h5 {
    position: absolute;
    width: 400px;
    height: 40px;
    font-family: hbkx;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    left: 40%;
    top: 38%;
    text-align: left;
    font-weight: normal;
    transition: all 0.8s;
    transform: translateY(100%);
    display: inline-block;
    transition-delay: 0.1S;
}

.inbanner .textbox h2,
.inbanner .textbox h3,
.inbanner .textbox h4,
.inbanner .textbox h5 {
    font-size: 22px;
}
.inbanner .textbox h2{
    top: calc(38% + 60px);
    transition-delay: 0.2S;
}
.inbanner .textbox h3{
    top: calc(38% + 100px);
    transition-delay: 0.3S;
}
.inbanner .textbox h4{
    top: calc(38% + 140px);
    transition-delay: 0.4S;
}
.inbanner .textbox h5{
    top: calc(38% + 180px);
    transition-delay: 0.5S;
}

.inbanner .textbox h6,
.inbanner .textbox h7{
    position: absolute;
    width: 700px;
    height: 50px;
    top: 48%;
    right: 25%;
    font-size:30px;
    text-align: right;
    transition: all 0.8s;
    transform:translateY(150%);
    transition-delay: 0.1S;
    font-weight: normal;
    letter-spacing: 1px;
}
.inbanner .textbox h7{
    font-size:24px;
    top:calc(48% + 60px);
    transition-delay: 0.3S;
    padding-right: 15px;
}

.inbanner .textbox h8{
    position: absolute;
    width: 445px;
    height: 306px;
    top: 36%;
    left: 12%;
    background: url(../images/zi3.png) top left no-repeat;
    background-size:auto 100%;
    transition: all 0.8s;
    transform: scale(1.4);
    transition-delay: 0.1S;
}

.inbanner .textbox h9{
    position: absolute;
    width: 460px;
    height: 1px;
    top: calc(36% + 250px);
    left: calc(12% + 167px);
    background: rgb(255,255,255.8);
    transition: all 0.8s;
    transform: translateX(100px);
    transition-delay: 0.2S;
}
.inbanner .textbox h9:after{
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border: 5px solid #fff;
    top: -10px;
    right: -20px;
    border-radius: 50%;
}
.inbanner .textbox h10,
.inbanner .textbox h11{
    position: absolute;
    width: 440px;
    height: 40px;
    line-height: 40px;
    top: calc(36% + 260px);
    left: calc(12% + 187px);
    font-size: 30px;
    transition: all 0.8s;
    text-align: LEFT;
    letter-spacing: 3px;
    transform: translateY(100%);
    transition-delay: 0.3S;
    text-shadow: 1px 1px 4px rgba(0,0,0,.5);
}
.inbanner .textbox h11{
    font-size: 14px;
    top: calc(36% + 300px);
    transition-delay: 0.4S;
    letter-spacing: 0px;
}

.inbanner .textbox h20 {
    position: absolute;
    width: 100%;
    height: 45px;
    font-weight: normal;
    font-size: 45px;
    line-height: 45px;
    color: #fff;
    left: 0;
    top: 50%;
    margin-top: -40px;
    transition: all 0.8s;
    transform: translateY(100%);
    display: inline-block;
    letter-spacing: 2px;
    text-shadow: 1px 1px 4px rgba(0,0,0,.5);
}
.inbanner .textbox h21{
    position: absolute;
    width: 100%;
    height: 40px;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    left: 0;
    top: 50%;
    margin-top: 50px;
    transition: all 0.8s;
    transform: translateY(100%);
    display: inline-block;
    transition-delay: 0.5S;
    text-shadow: 1px 1px 4px rgba(0,0,0,.5);
    letter-spacing: 2px;
}
.inbanner .textbox .yybox {
    position: absolute;
    width: 100%;
    height: 29px;
    left: 0;
    top: 50%;
    margin-top:20px;
}

.inbanner .textbox .lineboxl {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 170px;
    height: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    transition: all 0.6s;
    transform: translateX(-100%);
    transition-delay: 0.3S;
}

.inbanner .textbox .lineboxr {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 170px;
    height: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    transition: all 0.6s;
    transform: translateX(100%);
    transition-delay: 0.3S;
}

.inbanner .textbox .ywbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    font-family: arial;
    color:#fff;
    letter-spacing: 2px;
    margin-left: 3PX;
    transition: all 0.8s;
    transform: scale(0.5);
    transition-delay: 0.3S;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}


/*.inbanner li.on .textbox {
    border-color: #fff;
}*/

.inbanner li.on .textbox * {
    transform: translateY(0);
    opacity: 1;
}

.inbanner .banner_page {
    bottom: 15px;
    z-index: 99;
    width: 100%;
}

.inbanner .banner_page span {
    background: #fff;
    opacity: 0.3;
    width: 6px;
    height: 6px;
    position: relative;
    z-index: 1000;
    margin: 0 3px;
    border-radius: 3px;
    transition: all 0.3s;
}

.inbanner .banner_page span.swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    height: 6px;
}
/*鼠标图标*/
.mouse-icon {
    position: absolute;
    width: 23px;
    height: 45px;
    bottom: 35px;
    left: 50%;
    margin-left: -11px;
    z-index: 111;
    background: url(../images/mouse.png) center no-repeat;
    overflow: hidden;
    transition: 0.5s;
}


.mouse-icon span {
    display: block;
    width: 2px;
    height: 6px;
    position: absolute;
    background: #fff;
    left: 50%;
    margin-left: -1px;
    top: 10%;
    -webkit-animation: mouseShow 1s ease-out infinite;
    -o-animation: mouseShow 1s ease-out infinite;
    animation: mouseShow 1s ease-out infinite;
}

@-webkit-keyframes mouseShow {
    0% {
        top: 20%;
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 60%;
    }
}

@-o-keyframes mouseShow {
    0% {
        top: 20%;
        opacity: 1;
    }
    100% {
        top: 60%;
        opacity: 0;
    }
}

@-moz-keyframes mouseShow {
    0% {
        top: 20%;
        opacity: 1;
    }
    100% {
        top: 60%;
        opacity: 0;
    }
}

@keyframes mouseShow {
    0% {
        top: 20%;
        opacity: 1;
    }
    100% {
        top: 60%;
        opacity: 0;
    }
}


.lmtix{
    position: relative;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 20px;
}
.lmtix .zw,
.lmtix .yw{
    position: relative;
    float: left;
    width: auto;
    height: 100%;
    font-size: 24px;
    line-height: 45px;
    color: #fff;
    padding-left: 10px;
    background: #005d98;
}
.lmtix .zw:after{
    content: "";
    position: absolute;
    width: 22px;
    height: 100%;
    top: 0;
    right: -20px;
    background:url(../images/elr.png) top right no-repeat;
    background-size:auto 100%;
}

.dqzj .lmtix .zw{
    background: #c00;
}
.dqzj .lmtix .zw:after{
    background:url(../images/elr2.png) top right no-repeat;
    background-size:auto 100%;
}

.lmtix .yw{
    height: 39px;
    font-size: 16px;
    color: #666;
    background: none;
    margin-left: 25px;
    padding-left: 0;
}
.morex{
    position: absolute;
    width: 60px;
    height:30px;
    top: 5px;
    right: 0px;
}
.morex h1{
    position: absolute;
    width: 100%;
    height:100%;
    line-height: 30px;
    color: #999;
    font-size: 14px;
    transform: all 0.3s ease;
    font-weight: normal;
    text-align: right;
}
.morex:hover h1{
    color: #005d98;
}
.dqzj .morex:hover h1{
    color: #c00;
}

.indpgae1,
.indpgae2{
    position: relative;
    width: 100%;
    min-width: 1360px;
    height: auto;
    padding: 80px 0;
}
.indpgae2{
    background: #eef5fa;
}


.indleft{
    position: relative;
    float: left;
    width: 65%;
    height: auto;
}
.indright{
    position: relative;
    float: right;
    width: 30%;
    height: auto;
}

.xyxwbox {
    position: relative;
    width: 100%;
    height: auto;
}


.tuijianxw {
    position: relative;
    float: right;
    width: 52%;
    height: auto;
}
.zhxwbox{
    position: relative;
    float: left;
    width: 45%;
    height: 368px;
}
.zhxwbox .picbox{
    position: relative;
    width:100%;
    height: 100%;
    z-index: 10;
    transition:all 0.8s ease;
}
.zhxwbox .picbox .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.news-container .spicbox {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.zhxwbox .picbox .swiper-container .spicbox .img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.zhxwbox .picbox:hover .swiper-container .spicbox .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: saturate(150%) contrast(120%);
    filter: saturate(150%) contrast(120%);
}
.zhxwbox .picbox .newinfbox{
    position: absolute;
    width: 100%;
    height:45px;
    bottom: 0px;
    padding: 0 12px;
    transition: all 0.3s;
    background: rgba(0,0,0,.7);
    z-index: 10;
}
.zhxwbox .picbox:hover .newinfbox{
    background: rgba(0,93,152,.9);
}

.zhxwbox .picbox .newinfbox h1{
    position: relative;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
    z-index: 10;
}
.zhxwbox .picbox .newinfbox span.time{
    position: absolute;
    height: 25px;
    width: 80px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    z-index: 10;
    bottom:50px;
    left: 10px;
    text-align: center;
    background: rgba(0,0,0,.5);
    border-radius: 13px;
}
.zhxwbox .picbox:hover .newinfbox span.time{
    background: rgba(0,93,152,.8);
}


.zhxwbox  .swiper-container-horizontal>.swiper-pagination-bullets, .zhxwbox  .swiper-pagination-custom, .zhxwbox  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    padding-right: 10px;
}

.zhxwbox  .news-container>.swiper-pagination-bullets {
    bottom: 50px;
    text-align: right;
}

.zhxwbox  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
}
.zhxwbox  .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    border-radius: 3px;
    background: #fff;
}
.zhxwbox  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.dqzjbox{
    position: relative;
    width: 100%;
    height: 138px;
    padding-top: 6px;
    transition: all 0.3s;
    border-bottom: 1px dashed rgba(0,0,0,.05);
}
.dqzjbox:hover{
    transform: scale(1.05);
    background: rgba(255,255,255,1);
    box-shadow:3px 20px 40px -15px rgba(0, 0, 0, 0.7);
    border-bottom: 1px dashed rgba(0,0,0,.0);
    z-index: 5;
}
.dqzjbox h1{
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
    padding-left: 20px;
}
.dqzjbox h1:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #333;
    top: 13px;
    left: 5px;
    border-radius: 10px;
    transition: all 0.3s;
}
.dqzjbox .infox {
    position: absolute;
    width: 100%;
    top: 41px;
    height: 90px;
    line-height: 28px;
    font-size: 12px;
    color: #666;
    display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0px 5px 5px 20px;
    transition: all 0.3s;
    z-index: 10;
}
.dqzjbox .infox span{
    width: auto;
    height: 66px;
    line-height: 22px;
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: all 0.3s;
    z-index: 10;
    margin-top: -3px;
}
.dqzjbox .infox span.time{
    height: 15px;
    line-height: 15px;
    color: #666;
    -webkit-line-clamp: 1;
    margin-top: 8px;
}
.dqzjbox:hover h1,
.dqzjbox:hover .infox span.time{
    color: #c00;
}

.dqzjbox:hover .infox span
{
    color: #333;
}
.dqzjbox:hover h1:before{
    background: #c00;
}


.dqzjbox .infox .imgbox {
    position: relative;
    float: left;
    width: 110px;
    height: 85px;
    margin-right: 15px;
    overflow: hidden;
    z-index: 10;
    transition: all 0.3s;
}
.dqzjbox .infox .imgbox .img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.dqzjbox:hover .infox .imgbox .img {
    transform: scale(1.2);
}

.xyksbox{
    position: relative;
    width: 100%;
    height: 470px;
    background: #005d98;
    overflow: hidden;
}

.xyksbox .left{
    position: relative;
    float:left ;
    width: 195px;
    height: 100%;
    border-right: 1px solid rgba(255,255,255,.8);
}

.xyksbox .left li{
    position: relative;
    width: calc(100% - 1px);
    height: 25%;
    transition: all 0.5s ease;
    cursor: pointer;
}
.xyksbox .left li .bts{
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 20;
    transition: all 0.5s ease;
}
.xyksbox .left li.active .bts{
    background: rgba(0,0,0,.25);
}
.xyksbox .left li:hover .bts{
    background: rgba(0,0,0,.1);
}
.xyksbox .left li .btxzhezhao{
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 5;
}
.xyksbox .left li .btxzhezhao.disstyle{
    z-index: 30;
}

.xyksbox .left li:before{
    content: "";
    position: absolute;
    width:9px;
    height: 17px;
    right: -10px;
    top: 50%;
    margin-top: -9px;
    background: url(../images/sj2.png) top left no-repeat;
    transition: all 0.5s ease;
    opacity: 0;
}
.xyksbox .left li:hover:before{
    opacity: 0.8;
}
.xyksbox .left li.active:before{
    opacity: 1;
}
.xyksbox .left li:after{
    content: "";
    position: absolute;
    width: calc(100% + 15px);
    height: 1px;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.8);
}
.xyksbox .left li:nth-child(1):after{
    background: rgba(255,255,255,.0);
}

.xyksbox .left li .ico{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    transition: all 0.5s ease;
}

.xyksbox .left li .ico1{
    background: url(../images/ji.png) left center no-repeat;
    background-size:auto 85%;
}
.xyksbox .left li .ico2{
    background: url(../images/xu.png) left center no-repeat;
    background-size:auto 85%;
}
.xyksbox .left li .ico3{
    background: url(../images/jiao.png) left center no-repeat;
    background-size:auto 85%;
}
.xyksbox .left li .ico4{
    background: url(../images/yu.png) left center no-repeat;
    background-size:auto 85%;
}
.xyksbox .left li .zi{
    position: absolute;
    width: 50%;
    height: auto;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    text-align: left;
    top: 50%;
    left: 37%;
    transform: translateY(-50%);
    opacity: .8;
    transition: all 0.5s ease;
    font-weight: bold;
    z-index: 10;
}
.xyksbox .left li:hover .ico{
    opacity: .6;
    transform: scale(1.1) translateX(10px);
}

.xyksbox .left li:hover .zi{
    opacity: 1;
}
.xyksbox .left li.active .ico{
    opacity: 0.6;
    transform: scale(1.1) translateX(10px);
}
.xyksbox .left li.active:hover .ico{
    opacity: .6;
    transform: scale(1.1) translateX(10px);
}
.xyksbox .left li.active .zi{
    opacity: 1;
    z-index: 30;
}

.xyksbox .right{
    position: relative;
    float:right ;
    width: calc(100% - 265px);
    height: 100%;
}
.xyksbox .right .ksxq{
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    z-index: 0;
    transition: all 0.8s ease;
    opacity: 0;
    transform: scale(0.85);
}
.xyksbox .right .ksxq.active{
    z-index: 10;
    opacity: 1;
    transform: scale(1);
}

.xyksbox .right .ksxq .titles{
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px dashed rgba(255,255,255,.3);
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}
.xyksbox .right .ksxq .titles .mor{
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 0;
    text-align: right;
}
.xyksbox .right .ksxq .titles .mor span{
    font-size: 14px;
    line-height: 40px;
    color: rgba(255,255,255,.7);
    transition: all 0.3s ease;
}
.xyksbox .right .ksxq .titles .mor:hover span{
    color: #fff;
}

.xyksbox .right .ksxq .nrsx{
    position: relative;
    width: 100%;
    height: auto;
    max-height:270px ;
    font-size: 15px;
    line-height: 35px;
    color: #fff;
    overflow: hidden;
}

.xyksbox .right .ksxq .btx{
    position: absolute;
    width: 100%;
    height: 75px;
    bottom: 10px;
}
.xyksbox .right .ksxq .btx li{
    position: relative;
    float:left ;
    width: 32%;
    height: 100%;
    background: #fff;
    text-align: center;
    transition: all 0.5s ease;
    cursor: pointer;
}
.xyksbox .right .ksxq .btx li:hover{
    transform: scale(1.1);
    box-shadow:0px 10px 40px -5px rgba(0, 0, 0, 0.8);
    z-index: 10;
}
.xyksbox .right .ksxq .btx li.mgr{
    margin-right: 2%;
}

.xyksbox .right .ksxq .btx li .nxs{
    position: relative;
    display: inline-block;
    width:auto;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
.xyksbox .right .ksxq .btx li .ico{
    position: relative;
    float: left;
    width: auto;
    height: 100%;
}
.xyksbox .right .ksxq .btx li .ico img{
    width: auto;
    height: 100%;
}
.xyksbox .right .ksxq .btx li h1{
    position: relative;
    float: left;
    width: auto;
    height: 100%;
    font-size: 18px;
    color: #336eb2;
    line-height: 35px;
    padding: 0 10px;
}


.xydt,.dqzj,.xyyw,.tzgg{
    transition: all 0.8s ease;
    opacity: 0;
}
.xydt{
    transform: scale(0.7);
}
.dqzj{
    transform: scale(1.1);
}
.indpgae1.active .xydt{
    opacity: 1;
    transform: scale(1);
}
.indpgae1.active .dqzj{
    opacity: 1;
    transform: scale(1);
}
.xyyw{
    transform: translateX(10%);
}
.tzgg{
    transform: scale(0.6);
}
.indpgae2.active .xyyw{
    opacity: 1;
    transform: translateX(0);
}
.indpgae2.active .tzgg{
    opacity: 1;
    transform: scale(1);
}
.dqzj .nrlist li:hover h1,
.dqzj .nrlist li:hover h2{
    color: #c00;
}
.dqzj .nrlist li:hover:before {
    background: #c00;
}