/*Top*/
.hide {
    display: none;
}

.Header {
    height: 1rem;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: transparent;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
    z-index: 100;
    transition: all 0.3s;
    text-align: center;
}

.Header .auto {
    width: 94%;
    margin: 0 auto;
}

.Header .Logo {
    float: left;
    /* padding-top: 0.23rem; */
    transition: all 0.3s;
}
@media screen and (min-width:1025px){
    .Header .Logo{
        height: 1rem;
        display: flex;
        align-items: center;
    }
    .Header .Logo a{
        height: 100%;
    display: flex;
    align-items: center;
    }
}

.Header .toper {
    float: right;
    transition: all 0.3s;
    font-size: 16px;
    height: 1rem;
    display: flex;
    align-items: center;
}

.Header .toper a {
    color: #fff;
}



.Header .toper .ver {
    color: #fff;
    position: relative;
}

.Header .toper .ver dt {
    display: flex;
    align-items: center;
}

.Header .toper .ver .iconxjt {
    font-size: 16px;
    color: #fff;
    margin-left: 0.06rem;
}

.Header .toper .ver .iconver {
    font-size: 0.28rem;
    margin-right: 0.1rem;
    color: #fff;
}

.Header .toper .ver dd {
    display: none;
    position: absolute;
    left: 63%;
    top: 0.25rem;
    width: 100%;
    text-align: center;
    line-height: 0.32rem;
    background-color: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
}

.Header .toper .ver.on dd {
    display: block;
}

.Header .toper .ver.on dd p {
    padding: 5px 0px;
}

.Header .toper .ver.on .iconver {
    transform:
}

.Header .Search {
    padding-right: 0 !important;
    margin-right: 0 !important;
    border-right: 0 !important;
}

.Header .Search .Searchico {
    cursor: pointer;
    color: #fff;
}

.Header .Search .Searchico .icongb {
    display: none;
}

.Header .Search .Searchico.on .icongb {
    display: block;
}

.Header .Search .Searchico.on .iconso {
    display: none;
}

.Header .Search .Searchico .iconfont {
    font-size: 26px;
}

.Header .Search .searchbox {
    width: 3.5rem;
    line-height: 0.34rem;
    position: absolute;
    display: none;
    right: 0;
    top: 0.6rem;
}

.Header .Search .searchbox .input {
    background: #fff;
    width: 100%;
    height: 0.36rem;
    line-height: 0.34rem;
    text-indent: 1em;
    border: 1px solid #dcdcdc;
    border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
}

.Header .Search .searchbox .input::-webkit-input-placeholder {
    color: #959595;
}

.Header .Search .searchbox .btn {
    position: absolute;
    right: -2px;
    top: 0;
    width: 0.6rem;
    height: 0.36rem;
    color: #fff;
    background: #033491;
    border-radius: 0 0.04rem 0.04rem 0;
    -webkit-border-radius: 0 0.04rem 0.04rem 0;
    -moz-border-radius: 0 0.04rem 0.04rem 0;
    -ms-border-radius: 0 0.04rem 0.04rem 0;
    -o-border-radius: 0 0.04rem 0.04rem 0;
}

.Header .Search .searchbox .btn:hover {
    background: #033491;
}

.MainNav {
    line-height: 1rem;
    height: 1rem;
    display: inline-block;
}

.MainNav li {
    float: left;
    margin-right: 0.9rem;
    z-index: 100;
    position: relative;
}

.MainNav span a {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    font-size: 0.2rem;
    transition: all ease 0.3s;
    padding: 0 0.07rem;
    color: #fff
}

.MainNav span a em {
    position: relative;
    z-index: 1;
}

.MainNav .bg {
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    height: 0.03rem;
    background: #fff;
    transition: all ease 0.3s;
}

.MainNav .arr {
    display: none;
}
.MainNav li:hover span a{
    color: #033491 !important;
}
.Header.fix .MainNav li.onnav span a em{
    color: #033491 !important;
}
.Header.fix .MainNav li.onnav .bg {
    background-color: #033491 !important;
}
 .MainNav li.onnav span a {
    color: #fff;
}
.MainNav li:hover .bg{
    background-color: #033491;
    width: 100%;
    left: 0;
}
.MainNav li.onnav .bg, .MainNav li span a.bg {
    width: 100%;
    left: 0;
}
.NavPull {
    z-index: 99;
    display: none;
    position: absolute;
    top: 1rem;
    left: 50%;
    width: 1.2rem;
    background: #f3f8ff;
    text-align: center;
    transform: translate(-50%, 0px);
}

.PullBox {
    width: 100%;
    line-height: 1.5;
    padding: 0.1rem 0;
}


.NavPull dl {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.NavPull.null {
    background: none;
    padding: 0;
}

.NavPull dd {
    position: relative;
    line-height: 0.44rem;
    font-size: 0.16rem;
    color: #666666;
}

.NavPull dd a {
    display: block;
}

.NavPull dd span {
    float: right;
    line-height: 0.44rem;
    height: 0.44rem;
}

.NavPull dd img {
    opacity: 0;
    vertical-align: middle;
    transition: all 0.3s
}

.NavPull dd:hover img {
    opacity: 1;
}

.NavPull dd a:hover {
    color: #033491;
}

.NavPull a:hover, .NavPull dd:hover a {
    color: #033491;
}

.openbtn {
    cursor: pointer;
    display: none;
    width: 0.32rem;
    height: 0.25rem;
    background: #fff;
    position: absolute;
    right: 0.1rem;
    top: 0.11rem;
    z-index: 999;
}

.closebtn {
    position: fixed;
    left: 0;
    top: 45px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.openbtn span {
    display: block;
    height: 0.03rem;
    background: #033491;
    border-radius: 0.04rem;
    margin: 0.04rem;
    transition: all ease 0.3s;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
}

.openbtn.on .sp1 {
    -webkit-transform: translate(0, 7px) rotate(45deg) !important;
    -moz-transform: translate(0, 7px) rotate(45deg) !important;
    -ms-transform: translate(0, 7px) rotate(45deg) !important;
    -o-transform: translate(0, 7px) rotate(45deg) !important;
    transform: translate(0, 7px) rotate(45deg) !important;
}

.openbtn.on .sp2 {
    -webkit-transform: translate(0, 0) rotate(-45deg) !important;
    -moz-transform: translate(0, 0) rotate(-45deg) !important;
    -ms-transform: translate(0, 0) rotate(-45deg) !important;
    -o-transform: translate(0, 0) rotate(-45deg) !important;
    transform: translate(0, 0) rotate(-45deg) !important;
}

.openbtn.on .sp3 {
    display: none;
}

.Header .toper li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.16rem;
    padding-left: 0.16rem;
    position: relative;
    height: 25px;
    line-height: 25px;
}

.Header.fix .toper .ver, .Header:hover .toper .ver {
    color: #033491;
}

.Header.fix .Logo img.hide, .Header:hover .Logo img.hide {
    display: inline-block;
}

.Header.fix .Logo img, .Header:hover .Logo img {
    display: none
}

.Header.fix .MainNav a, .Header:hover .MainNav a {
    color: #222222
}

.Header.fix .toper .ver .iconver,
.Header.fix .Search .Searchico,
.Header.fix .toper .ver .iconxjt,
.Header:hover .toper .ver .iconver,
.Header:hover .Search .Searchico,
.Header:hover .toper .ver .iconxjt,
.Header:hover .toper a,
.Header.fix .toper a, .Header:hover .toper a {
    color: #033491
}

.Header:hover, .Header.fix {
    background: #fff
}
.Header:hover{background: #fff}
.Header.toper .ver{
    color: #0A3590;
}
.Header:hover .Logo img.hide{
    display: inline-block;
}
.Header:hover .Logo img{
    display: none
}
.Header:hover.MainNav a{
    color: #222222
}
.Header:hover .MainNav li.onnav a{
    color:#0A3590
}
.MainNav:hover span a{color:#333}
.Header:hover .toper .ver .iconver,
.Header:hover .Search .Searchico,
.Header:hover .toper .ver .iconxjt,
.Header:hover .toper a{
    color: #0A3590
}

@media screen and (min-width:1025px) {
    .Header .Search .Searchico .iconfont {
        font-size: 0.26rem;
    }

    .Header .toper li {
        height: 0.25rem;
        line-height: 0.25rem;
    }

    .Header .toper .ver dt {
        font-size: 0.16rem;
    }

    .Header .toper .ver .iconxjt {
        font-size: 0.16rem;
    }

    .Header .Logo img {
        width: 1.66rem;
    }
}

@media (max-width:1024px) {
    .Header, .Header .toper {
        height: 45px !important;
        z-index: 224;
    }

    .Header .toper .ver dd {
        top: 35px;
        width: 100px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .Header .auto {
        width: auto;
        padding: 0 15px;
    }

    .Header .Logo {
        padding-top: 0px !important;
        width: auto;
        height: 45px;
        display: flex;
        align-items: center;
    }

    .Header .Logo a {
        display: flex;
    }

    .Header .Logo img {
        height: 26px;
    }

    .Header.fix .MainNav, .Header.fix .toper, .Header .toper {
        line-height: normal;
    }

    .Header .Search .searchbox {
        right: 5%;
        width: 90%;
    }

    .Header .toper li {
        margin-right: 5px;
        padding-right: 5px;
        position: static;
    }

    .Header .toper .ver .iconver {
        font-size: 22px;
    }

    .Search {
        padding: 0 38px 0 0 !important;
        position: static;
    }

    .Search .searchbox {
        width: 96%;
        right: 2%;
        top: 45px !important;
    }

    .Header .openbtn {
        display: block;
        width: 32px;
        height: 25px;
        top: 11px;
        right: 10px;
    }

    .Header .toper {
        padding-right: 40px;
    }

    .Header .toper li {
        margin-left: 0;
        padding-left: 0;
    }

    .openbtn span {
        height: 3px;
        border-radius: 0.04rem;
        margin: 4px;
    }

    .MainNav {
        position: fixed;
        height: 100%;
        overflow-y: auto;
        z-index: 999;
        width: 300px;
        padding: 0;
        right: -300px;
        background: #fff;
        top: 45px;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all ease 0.3s;
    }

    .MainNav ul {
        padding-top: 30px;
    }

    .MainNav li {
        display: block;
        position: relative;
        float: none;
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #f9f8f6;
        width: auto;
        margin: 0;
        background: none;
    }

    .MainNav li span a {
        font-size: 16px;
        text-align: left;
        height: auto;
        display: block;
        line-height: 28px !important;
        height: auto !important;
        height: auto;
        padding: 8px 0 8px 20px;
        border: 0;
        color: #999;
    }

    .MainNav span a:after {
        display: none;
    }

    .MainNav .bg {
        display: none
    }

    .MainNav li:hover span a, .MainNav li.onnav span a, .MainNav li span a.sele {
        color: #033491;
    }

    .MainNav .arr {
        display: inline-block;
        position: absolute;
        z-index: 10;
        width: 100px;
        line-height: 38px;
        height: 38px;
        right: 0px;
        top: -1px;
    }

    .MainNav .arr i {
        position: absolute;
        height: auto;
        background: none;
        right: 15px;
        top: 5px;
        transition: all ease 0.3s;
    }

    .MainNav li.onnav .arr i {
        dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
        -ms-transform: translate(0, -3px) rotate(-180deg) !important;
        -o-transform: translate(0, -3px) rotate(-180deg) !important;
        transform: translate(0, -3px) rotate(-180deg) !important;
    }

    .MainNav.on {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        right: 0;
    }

    .PullBox {
        margin-left: 0;
        display: inline-block;
        width: 100%;
        float: none;
    }

    .NavPull .rigthbox {
        display: none
    }

    .NavPull dl {
        width: 100%;
    }

    .NavPull:before {
        display: none
    }

    .NavPull {
        position: static;
        line-height: 30px;
        padding: 8px;
        width: auto;
        margin: 0 5px;
        text-align: left;
        transform: translate(0, 0px);
    }

    .NavPull dl {
        padding: 0 !important;
    }

    .NavPull dd {
        position: relative;
        text-align: left;
        display: block;
    }

    .NavPull dd a {
        padding: 0 0 0 10px;
        font-size: 14px !important;
        line-height: 2;
        padding-left: 15px;
    }

}


/* current */
.current .pulbicCon {
    display: flex;
    justify-content: space-between;
    height: 1rem;
    border-bottom: 0.01rem solid #DFDFDF;
    box-sizing: border-box;
}

.current .pulbicCon .left {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 0.18rem;
}

.current .pulbicCon .left a {
    font-size: inherit;
    color: inherit;
    position: relative;
    padding-right: 0.14rem;
    margin-right: 0.06rem;
}

.current .pulbicCon .left a::after {
    content: '';
    width: 0.08rem;
    height: 0.01rem;
    background-color: #999;
    position: absolute;
    display: block;
    top: 50%;
    right: 0px;
}

.current .pulbicCon .left a:hover {
    color: #033491;
}

.current .pulbicCon .left span {
    color: #555555;
}

.current .pulbicCon .left .area {
    width: 0.18rem;
    margin-right: 0.08rem;
}

.current .pulbicCon .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.18rem;
    color: #999;
}

.current .pulbicCon .right li {
    margin-left: 0.8rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.current .pulbicCon .right a {
    font-size: inherit;
    color: inherit;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}

.current .pulbicCon .right li a::after {
    content: '';
    width: 0;
    height: 0.03rem;
    background-color: #033491;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.current .pulbicCon .right li:hover a {
    color: #033491;
}

.current .pulbicCon .right li.on a {
    color: #033491;
}

.current .pulbicCon .right li.on a::after,
.current .pulbicCon .right li:hover a::after {
    color: #033491;
    opacity: 1;
    width: 100%;
    left: 0;
}

@media screen and (max-width:768px) {
    .current .pulbicCon .right {
        display: none;
    }

    .current .pulbicCon .left {
        font-size: 14px;
    }

    .current .pulbicCon .left .area {
        width: 14px;
        margin-right: 8px;
    }

    .current .pulbicCon .left a {
        padding-right: 14px;
        margin-right: 6px;
    }

    .current .pulbicCon .left a::after {
        width: 8px;
        height: 1px;
    }
}



/*
 .Timeline000618 为demo编号
 */
.Timeline000618 {
    padding: 0px;
    width: 100%;
}

.Timeline000618 .year {
    position: relative;
    z-index: 1;
    margin-top: -0.42rem;
    background-image: url(../images/line_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;

}

.Timeline000618 .year li {
    width: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 0.22rem;
    padding-top: 0.38rem;
    color: #333;
}

.Timeline000618 .year li.slick-current {
    color: #033491;
}

.Timeline000618 .year li:after {
    position: absolute;
    left: 50%;
    top: 0.04rem;
    width: 0.18rem;
    height: 0.18rem;
    content: '';
    background: #fff;
    border: 0.06rem solid #d6d6d6;
    border-radius: 50%;
    z-index: 3;
    margin-left: -0.09rem;
}

.Timeline000618 .year li.slick-current:after {
    border-color: #033491;
}

.Timeline000618 .btn .slick-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    font-size: 0;
    width: 0.66rem;
    height: 0.66rem;
    border: none;
    background-size: 0.66rem;
    top: 1.2rem;
    transform: translate(0px, 0);
}

.Timeline000618 .btn .slick-prev {
    left: 1.6rem;
    background-image: url(../images/arrow_left.png);
}

.Timeline000618 .btn .slick-next {
    right: 1.6rem;
    background-image: url(../images/arrow_right.png);
}

.year {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.Timeline000618 .year li {
    margin-top: 1.4rem;
}

@media screen and (min-width:1921px) {
    .year {
        padding-left: 1.9rem;
        padding-right: 1.9rem;
    }

    .Timeline000618 .year li {
        margin-top: 1.23rem;
    }
}

@media screen and (max-width:1800px) {
    .year {
        padding-left: 1.9rem;
        padding-right: 1.9rem;
    }

    .Timeline000618 .year li {
        margin-top: 1.23rem;
    }
}

.Timeline000618 .box dl {
    padding-bottom: 2%;
}

.Timeline000618 .box dl dt {
    border-bottom: 1px solid #d1d1d1;
    font-size: 0.24rem;
    color: #000;
    padding-bottom: 0.3rem;
}

.Timeline000618 .box dl dd {
    padding: 3% 0;
    font-size: 0.16rem;
}



.boxCon {
    display: flex;
    justify-content: space-between;
    width: 94%;
    margin: 0 auto;
    max-width: 14.2rem;
}

.boxLeft {
    display: flex;
    flex-direction: column;
    width: calc(100% - 6.2rem);
}

.boxLeft .time {
    font-size: 0.36rem;
    color: #033491;
    line-height: 1;
    font-weight: bold;
}

.boxCon .year_bg {
    margin-left: 0.49rem;
    margin-right: 0.6rem;
}

.boxLeft .intro {
    font-size: 0.16rem;
    color: #252525;
    line-height: 1.5;
    width: 100%;
    max-width: 7.13rem;
    text-align: justify;
    margin-top: 0.3rem;
}

.boxRight {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 6rem;
    height: 3.8rem;
    background: #033491;
}

.boxRight img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.Timeline000618 .btn .slick-prev:hover:before,
.Timeline000618 .btn .slick-next:hover:before {
    border-color: #fff;
}

.history {
    /*background-color: #eef1fb;*/
    padding-bottom: 1.68rem;
}

@media screen and (max-width:1024px) {
    .Timeline000618 .year {
        padding-left: 4%;
        padding-right: 4%;
        display: flex;
        align-items: center;
        margin-top: 30px;
        background: none;

    }

    .Timeline000618 .year ul {
        width: 100%;
    }

    .Timeline000618 .btn .slick-prev {
        left: 2%;
    }

    .Timeline000618 .btn .slick-next {
        right: 2%;
    }

    .Timeline000618 .year li {
        margin-top: 0px;
        background-image: url(../images/Timeline000618-yearbg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top 8px center;
    }

    .boxLeft .intro {
        font-size: 16px;
        line-height: 30px;
        text-align: left;
    }

    .Timeline000618 .btn .slick-arrow {
        top: 50%;
        transform: translate(0px, -50%);
    }

    .history {
        padding-bottom: 30px;
    }

    .boxLeft .time {
        font-size: 20px;
    }

    .Timeline000618 .year li {
        font-size: 16px;
    }

    .Timeline000618 .box dl dt {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .Timeline000618 .box dl dd {
        font-size: 12px;
    }
}

@media screen and (max-width:768px) {
    .boxCon {
        flex-direction: column;
    }

    .boxLeft {
        flex-direction: column;
        align-items: flex-start;
    }

    .boxCon .year_bg {
        display: none;
    }

    .boxLeft .intro {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .boxRight {
        width: 100%;
        height: auto;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }



    .Timeline000618 .btn .slick-arrow {
        width: 30px;
        height: 30px;
        top: 28px;
        background-size: contain;
    }


    .boxLeft {
        width: 100%;
    }
}



/*Banner002910 */
.Banner002910 {
    font-family: Arial;
    position: relative;
    z-index: 20;
    height: 100%;
}

@media(min-width:1025px) {
    .Banner002910 .wap {
        display: none;
    }
}

@media(max-width:1024px) {
    .Banner002910 .pc {
        display: none;
    }
}

.Banner002910 .slider {
    position: relative;
    z-index: 10;
}

.Banner002910 .slick-arrow {
    position: absolute;
    z-index: 30;
    top: 50%;
    width: 0.6rem;
    height: 0.6rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.2);
    padding: 0;
    margin-top: -0.3rem;
    border-radius: 50%;
    transition: 0.3s;
    background-image: none !important;
}

.Banner002910 .slick-prev {
    left: 3%;
}

.Banner002910 .slick-next {
    right: 3%;
}

.Banner002910 .slick-arrow:hover {
    background: #033491;
}

.Banner002910 .slick-arrow:before {
    position: absolute;
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    border-bottom: 0.02rem solid #fff;
    border-left: 0.02rem solid #fff;
    left: 50%;
    top: 50%;
    margin: -0.05rem 0 0 -0.05rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.Banner002910 .slick-next:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

.Banner002910 .auto {
    max-width: 1400px;
    width: 96%;
    position: relative;
    z-index: 10;
}

.Banner002910 .control dl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.Banner002910 .control dl>* {
    display: table-cell;
    vertical-align: middle;
}

.Banner002910 .dots {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0.4rem;
    z-index: 10;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.Banner002910 .slick-dots {
    float: left;
}

.Banner002910 .slick-dots li {
    float: left;
    list-style: none;
}

.Banner002910 .slick-dots li button {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    background: none;
    border: 0;
    padding: 0;
}

.Banner002910 .slick-dots li:not(:last-child) span {
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 0.6rem;
    background: rgba(255, 255, 255, 0.2);
    margin: 0.14rem;
    position: relative;
}

.Banner002910 .slick-dots li:not(:last-child) span:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    content: '';
}

.Banner002910 .slick-dots li.slick-active span:after {
    width: 100%;
    transition: 4s 1s;
}

.Banner002910 .slick-dots li.slick-active button {
    color: #ffffff;
}

.Banner002910 .slick-slide a {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.bannerCon {
    position: absolute;
    bottom: 1.6rem;
    right: 1.6rem;
}

.bannerCon h2 {
    font-size: 0.56rem;
    color: #fff;
    line-height: 0.68rem;
    margin-bottom: 0.64rem;
    
}
.Banner002910 .item.slick-active h2{
    animation: fadeInUp 1s ease forwards;
    -webkit-animation: fadeInUp 1s ease forwards;
}
.Banner002910 .item.slick-active .publicMoreBlue{
    animation: fadeInUp 1s ease forwards;
    -webkit-animation: fadeInUp 1s ease forwards;
}
.Banner002910 .item:nth-child(2n) .bannerCon {
    left: 1.6rem;
    top: 50%;
    bottom: auto;
    transform: translate(0px, -50%);
}


@media screen and (min-width:1025px) {
    .Banner002910 .slick-dots li button {
        font-size: 0.18rem !important;
    }
}

@media screen and (max-width:1024px) {
    .bannerCon h2 {
        font-size: 16px;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 10px;
        text-align: center;
    }

    .bannerCon {
        position: absolute;
        bottom: auto;
        right: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 15px;
    }

    .Banner002910 .dots {
        bottom: 0px;
    }
}


/* pulbicConH2 */
.pulbicConH2 {
    color: #252525;
    text-align: center;
    font-size: 0.56rem;
    line-height: 1.25;
    padding-top: 0.75rem;
    margin-bottom: 0.55rem;
}

@media screen and (max-width:1024px) {
    .pulbicConH2 {
        font-size: 24px;
        padding-top: 30px;
        margin-bottom: 16px;
    }
}


/* singlePage */
.singlePage {
    font-size: 0.18rem;
    line-height: 2;
}

.singlePage * {
    font-size: inherit !important;
    line-height: inherit;
    margin-bottom: 0.4rem;
    text-align: justify;
}

.singlePage *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:1024px) {
    .singlePage {
        font-size: 16px;
        line-height: 30px;
    }

    .singlePage * {
        margin-bottom: 10px;
        text-align: left;
    }
}


/* publicMoreBlue */
.publicMoreBlue {
    width: 2rem;
    height: 0.56rem;
    background: #033491;
    font-size: 0.18rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.publicMoreBlue img {
    width: 0.2rem;
    margin-left: 0.3rem;
}

.publicMore {
    width: 2rem;
    height: 0.56rem;
    border: 0.01rem solid #555555;
    font-size: 0.18rem;
    color: #555555;
    display: flex;
    align-items: center;
    justify-content: center;
}

.publicMore:hover {
    border: 0.1rem solid #033491;
    color: #fff;
    background-color: #033491;
}

.publicMore img {
    width: 0.2rem;
    margin-left: 0.3rem;
}

.publicMore:hover .show {
    display: none;
}

.publicMore:hover .hide {
    display: block;
}

.slick-arrow {
    width: 0.66rem;
    height: 0.66rem;
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translate(0px, -50%);
    background-size: contain !important;
}

.slick-prev {
    left: 3%;
    background-image: url(../images/arrow_left.png) !important;
}

.slick-next {
    right: 3%;
    background-image: url(../images/arrow_right.png) !important;
}

@media screen and (max-width:1024px) {
    .publicMore {
        font-size: 14px;
        width: 114px;
        height: auto;
        padding: 2px 10px;
    }

    .publicMore img {
        width: 14px;
        margin-left: 6px;
    }
}


.bottom {
    background: #091D45;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.bottom .top {
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    z-index: 223;
    position: relative;
}

.bottom .top .pulbicCon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom .top ul {
    display: flex;
    width: 10rem;
    justify-content: space-between
}

.bottom .top ul li a {
    font-size: 0.18rem;
    color: #fff;
}

.bottom .btcon {
    background-color: #06183a;
    position: relative;
    z-index: 223;
}


.bottom .btcon .pulbicCon {
    display: flex;
    justify-content: space-between;
    height: 0.85rem;
    align-items: center;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.6);
}

.bottom .center {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 223;
    position: relative;
    justify-content: space-between;
}

.bottom .center .one {
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 0.18rem;
}

.bottom .center .two {
    font-size: 0.24rem;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 0.23rem;
}

.bottom .center .three {
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.26rem;
    opacity: 0.6;
    margin-bottom: 0.14rem;
}

.bottom .center ul {
    display: flex;
    flex-direction: row;
    margin-top: 0.6rem;
}

.bottom .center ul li a, .bottom .center ul li {
    display: flex;
    align-items: center;
}

.bottom .center ul img {
    width: 0.3rem;
    margin-right: 0.3rem;
}

.bottom .center .right input {
    width: 3.2rem;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
    padding-top: 0.28rem;
    padding-bottom: 0.16rem;
    cursor:pointer;
}

.bottom .center .right {
    width: 10.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bottom .center .right input:nth-child(5) {
    width: 6.7rem;
}

.bottom .center label {
    font-size: 0.18rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.5rem;
}

.bottom .center textarea {
    width: 100%;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
    height: 0.76rem;
    font-size: 0.18rem;
    color: rgba(255, 255, 255, 0.6);
}

.bottom .center .btn {
    width: 2rem;
    height: 0.56rem;
    background: #25A7E1;
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-top: 0.4rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.waves {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    z-index: 222;
}

#banner-canvas {
    width: 100%;
    height: 100%;
}

.waves canvas {
    width: 100% !important;
    height: 100% !important;
}

.bottom input::placeholder {
    color: rgba(255, 255, 255, 0.6)
}
@media screen and (max-width:768px){
    .bottom .top ul{
        display: none;
    }
    .bottom .center {
        flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .bottom .center .left{
        width: 100%;
    }
    .bottom .center .right{
        width: 100%;
    }
    .bottom .btcon .pulbicCon{
        flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    }
    .bottom .center .right input {
        width: calc(50% - 5px);
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 14px;
    }
    .bottom .top{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .bottom .center label {
        font-size: 14px;
        margin-top: 30px;
    }
    .bottom .center .btn {
        height: 42px;
        margin-top: 30px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        width: 132px !important;
    }
    .bottom .center ul {
        margin-top: 30px;
        margin-bottom: 16px;
    }
    .bottom .center .one {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .bottom .center .two {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .bottom .center .three {
        font-size: 14px;
        color: #FFFFFF;
        line-height: 1.5;
        opacity: 0.6;
        margin-bottom: 10px;
    }
    .bottom .btcon div{
        text-align: center;
    }
}
/*PicList002433 */
/*slick Basic*/
.PicList002433 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.PicList002433 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.PicList002433 .slick-list:focus {
    outline: none
}

.PicList002433 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.PicList002433 .slick-slider .slick-track,
.PicList002433 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.PicList002433 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.PicList002433 .slick-track:before,
.PicList002433 .slick-track:after {
    display: table;
    content: '';
}

.PicList002433 .slick-track:after {
    clear: both;
}

.PicList002433 .slick-loading .slick-track {
    visibility: hidden;
}

.PicList002433 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.PicList002433 .slick-slide .slick-loading img {
    display: none;
}

.PicList002433 .slick-slide .dragging img {
    pointer-events: none;
}

.PicList002433 .slick-initialized .slick-slide {
    display: block;
}

.PicList002433 .slick-loading .slick-slide {
    visibility: hidden;
}

.PicList002433 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.PicList002433 .slick-arrow .slick-hidden {
    display: none;
}

/*slick Basic End*/

.PicList002433 {}

.PicList002433 .main {
    padding-top: 0.7rem;
}

.PicList002433 .main .slick-arrow {
    position: absolute;
    top: 50%;
    width: 57px;
    height: 57px;
    margin-top: -30px;
    border: 1px solid #033491;
    padding: 0;
    background: none;
    font-size: 0;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
}

.PicList002433 .main .slick-arrow:hover {
    background: transparent;
}

.PicList002433 .main .slick-arrow:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-top: 2px solid #033491;
    border-right: 2px solid #033491;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -11px;
    display: none;
}

.PicList002433 .main .slick-arrow:hover:before {
    border-color: #fff;
}

.PicList002433 .main .slick-prev:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    margin-left: -5px;
}

.PicList002433 .main .slick-prev {
    left: -59px;
    border: none;
}

.PicList002433 .main .slick-next {
    right: -59px;
    border: none;
}

@media(max-width:1408px) {
    .PicList002433 .main .slick-prev {
        left: 2%;
    }

    .PicList002433 .main .slick-next {
        right: 2%;
    }
}

@media(max-width:768px) {
    .PicList002433 .main .slick-arrow {
        width: 7vw;
        height: 7vw;
        margin-top: 2.5vw;
    }

    .PicList002433 .main .slick-arrow:before {
        width: 40%;
        height: 40%;
        margin: 0;
        left: 40%;
        top: 30%;
    }

    .PicList002433 .main .slick-next:before {
        left: 20%;
    }
}

.PicList002433 .list ul {
    padding: 0 50px;
}

.PicList002433 .list li {
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 4%;
}

.PicList002433 .list li:first-child:before,
.PicList002433 .list li:last-child:after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
}

.PicList002433 .list li:first-child:before {
    left: -50px;
    background: url(../images/PicList002433_ul_l.png) no-repeat 0 0;
}

.PicList002433 .list li:last-child:after {
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002433 .list li aside {
    padding-top: 35px;
    height: 90px;
    background: url(../images/PicList002433_libg.png) repeat-x left top;
}

.PicList002433 .list li .ytable {
    height: 245px;
}

.PicList002433 .list li .ytable-cell {
    vertical-align: bottom;
}

.PicList002433 .list li figure {
    position: relative;
    display: inline-block;
    max-width: 80%;
}

.PicList002433 .list li figure:after {
    position: absolute;
    right: -24px;
    /* background: url(../images/PicList002433_ying.png) no-repeat left bottom; */
    width: 24px;
    height: 100%;
    background-size: contain;
    content: '';
}

.PicList002433 .list li figure img {
    max-height: 245px;
    padding: 8px;
    padding-top: 12px;
    background: url(../images/PicList002433_kuang.png) no-repeat;
    background-size: 100% 100%;
}

.PicList002433 .list li p {
    margin: 0 auto;
    max-width: 210px;
    width: 90%;
    line-height: 20px;
    max-height: 40px;
    color: #333;
}

.PicList002433 .list .ul-3 li {
    width: 33.33333333%;
}

.PicList002433 .list .ul-3 li:nth-child(3):after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002433 .list .ul-2 li {
    width: 50%;
}

.PicList002433 .list .ul-2 li:nth-child(2):after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002433 .list .ul-2 li:nth-child(1)>* {
    padding-left: 30%;
}

.PicList002433 .list .ul-2 li:nth-child(2)>* {
    padding-right: 30%;
}

.PicList002433 .list .ul-1 li {
    width: 100%;
}

@media(max-width:768px) {

    .PicList002433 .auto,
    .PicList002433 .list ul {
        padding: 0;
    }

    .PicList002433 .list li p {
        font-size: 12px;
    }

    .PicList002433 .list li .ytable {
        height: 150px;
    }

    .PicList002433 .list li figure img {
        max-height: 150px;
        padding: 3px
    }

    .PicList002433 .list .ul-2 li:nth-child(1)>* {
        padding-left: 30%;
    }

    .PicList002433 .list .ul-2 li:nth-child(2)>* {
        padding-right: 30%;
    }

    .PicList002433 .list .ul-3 li:nth-child(3):after,
    .PicList002433 .list li:first-child:before {
        display: none;
    }
}

@media(max-width:768px) {
    .PicList002433 .list li .ytable {
        height: 100px;
    }

    .PicList002433 .list li figure img {
        max-height: 100px;
    }

    .PicList002433 .list li aside {
        padding-top: 0px;
        height: 10px;
    }
}