/*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 dd a {
    color: #333;
}
.Header .toper .ver dd a:hover {
    color: #0A3590;
}

.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;
    z-index:10;
}

.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.56rem;
    line-height: 0.54rem;
    text-indent: 1em;
    border: 1px solid #dcdcdc;
    border-radius: 0.04rem;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}

.Header .Search .searchbox .input::-webkit-input-placeholder {
    color: #959595;
}

.Header .Search .searchbox .btn {
    position: absolute;
    right: -2px;
    top: 0;
    width: 0.6rem;
    height: 0.56rem;
    color: #fff;
    background: #0A3590;
    border-radius: 0 0.04rem 0.04rem 0;
    border: none;
}

.Header .Search .searchbox .btn:hover {
    background: #0A3590;
}

.MainNav {
    line-height: 1rem;
    height: 1rem;
    display: inline-block;
    <!-- right: 2rem; -->
    <!-- position: absolute; -->
}

.MainNav li {
    float: left;
    margin-right: 0.5rem;
    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.5rem;
    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: #0A3590 !important;
}

.MainNav li.onnav span a {
    color: #fff;
}

.MainNav li:hover .bg {
    background-color: #0A3590;
    width: 100%;
    left: 0;
}

.MainNav li.onnav .bg, .MainNav li span a.bg {
    width: 100%;
    left: 0;
    background-color: #ffffff;
}
.Header.fix .MainNav li.onnav .bg,.Header.fix .MainNav li span a.bg {
    width: 100%;
    left: 0;
    background-color: #0A3590;
}
.Header:hover .MainNav li span a.bg{
 width: 100%;
    left: 0;
    background-color: #0A3590;
}

.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: #0A3590;
}

.NavPull a:hover, .NavPull dd:hover a {
    color: #0A3590;
}

.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: #0A3590;
    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{
    color: #0A3590;
}

.Header.fix .Logo img.hide{
    display: inline-block;
}

.Header.fix .Logo img{
    display: none
}

.Header.fix .MainNav a{
    color: #222222
}
.Header.fix .MainNav li.onnav a{
    color:#0A3590
}

.Header.fix .toper .ver .iconver,
.Header.fix .Search .Searchico,
.Header.fix .toper .ver .iconxjt,
.Header.fix .toper a{
    color: #0A3590
}

.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
}
.Header:hover .Header .toper .ver dt{
    color:#033491
}


.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) {
    .closebtn{
        display:none !important;
    }
    .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: 17px;
        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: #0A3590;
    }

    .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: 15px !important;
        line-height: 2.5;
        padding-left: 15px;
    }
    .MainNav.on li.onnav .NavPull{
        display:block !important;
    }

}



/* bottom */
.bottom {
    width: 100%;
    background: #F1F1F1;
    background-image: url(../images/bottombg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 0;
}

.bottomCon {
    width: 88%;
    max-width: 16rem;
    margin: 0 auto;
}

.bottomCon .top {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0.58rem;
    padding-bottom: 0.54rem;
}

.bottomCon .top .itemCon {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bottomCon .top .itemCon img {
    content: '';
    display: block;
    width: 0.66rem;
    height: 0.66rem;
    background-image: url(../images/phoneIcon.png);
    background-size: 0.66rem;
    background-repeat: no-repeat;
    margin-right: 0.16rem;
}

.bottomCon .top .item:nth-child(2) .itemCon::before {
    background-image: url(../images/ybIcon.png);
}

.bottomCon .top .item:nth-child(3) .itemCon::before {
    background-image: url(../images/emailIcon.png);
}

.bottomCon .top .item:nth-child(4) .itemCon::before {
    background-image: url(../images/webIcon.png);
}

.bottomCon .top .title {
    color: #666666;
    font-size: 0.16rem;
    line-height: 1;
    margin-bottom: 0.1rem;
}

.bottomCon .top .intro {
    color: #333333;
    font-size: 0.2rem;
    line-height: 1;
}

.bottomConB {
    padding-top: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 0.76rem;
}

.bottomConB .left {
    width: 3.1rem;
}


.bottomConB .logo {
    width: 100%;
    display: flex;
}

.bottomConB .logo img {
    width: 100%;
}

.bottomConB .left .link {
    display: flex;
    flex-direction: row;
    margin-top: 0.46rem;
    margin-bottom: 0.32rem;
}

.bottomConB .left .link .item:nth-child(2) {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.bottomConB .left .link .itemCon {
    width: 0.4rem;
    height: 0.4rem;
    background: #e0e0e0;
    border-radius: 50%;
    background-image: url(../images/wxIcon.png);
    background-size: 0.18rem;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    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;
}

.bottomConB .left .link .itemCon:hover {
    background-color: #0A3590;
}

.bottomConB .left .link .item:nth-child(2) .itemCon {
    background-image: url(../images/wbIcon.png);
}

.bottomConB .left .link .item:nth-child(3) .itemCon {
    background-image: url(../images/inIcon.png);
}

.links-box .box {
    width: 100%;
    position: relative;
    z-index: 20;
}

.links-box .name {
    padding: 0px 0.38rem;
    background-color: #0A3590;
    color: #fff;
    line-height: 3.125;
    position: relative;
    cursor: pointer;
    font-size: 0.16rem;
}

.links-box .name:after {
    position: absolute;
    content: '';
    right: 0.38rem;
    width: 0.13rem;
    height: 0.07rem;
    background-image: url(../images/triangleIcon.png);
    background-size: 0.13rem 0.07rem;
    background-repeat: no-repeat;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.links-box dl {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100%;
    max-height: 6em;
    overflow: auto;
    background-color: #fff;
    display: none;
}

.links-box dd a {
    display: block;
    padding: 0.25em 0.625em;
    line-height: 1.8;
    color: #0A3590;
}

.bottomConB .right .navList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bottomConB .right .navList li {
    display: flex;
    flex-direction: column;
    margin-left: 2.1rem;
}

.bottomConB .right .navList li a {
    font-size: 0.18rem;
    color: #666666;
    line-height: 1;
    margin-top: 0.22rem;
}

.bottomConB .right .navList li:nth-child(1) {
    margin-left: 0;
}

.bottomConB .right .navList li a:first-child {
    color: #333333;
    margin-bottom: 0.14rem;
    margin-top: 0;
}

.bottomConB .right .navList li a:hover {
    color: #0A3590;
}

.bottom .copyRight {
    border-top: 1px solid #DDDDDD;
    display: flex;
    justify-content: space-between;
    font-size: 0.16rem;
    color: #999999;
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
}

.bottom .copyRight ul {
    display: flex;
    align-items: center;
}

.bottom .copyRight ul li {
    display: flex;
    align-items: center;
}

.bottom .copyRight ul li::after {
    content: '';
    display: block;
    width: 0.02rem;
    height: 0.02rem;
    background-color: #999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.bottom .copyRight ul li:last-child::after {
    display: none;
}

@media screen and (max-width:1024px) {
    .bottomConB .right .navList li {
        margin-left: 1rem;
    }

    .bottomCon .top .itemCon::before {
        width: 0.46rem;
        height: 0.46rem;
        background-size: 0.46rem;
    }
}

@media screen and (max-width:768px) {
    .bottomConB .left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bottomConB {
        flex-wrap: wrap;
    }

    .bottomCon .top .item {
        width: 100%;
        margin-bottom: 10px;
    }

    .bottomCon .top .title {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .bottomCon .top .intro {
        font-size: 14px;
    }

    .bottomCon .top .itemCon::before {
        width: 36px;
        height: 36px;
        background-size: 36px;
        margin-right: 6px;
    }

    .bottomCon .top, .bottomConB {
        padding-top: 16px;
        padding-bottom: 6px;
    }

    .bottomConB .logo {
        width: 150px;
    }

    .bottomConB .left .link .itemCon {
        width: 36px;
        height: 36px;
        background-size: 18px;
    }

    .bottomConB .left .link .item:nth-child(2) {
        margin-left: 10px;
        margin-right: 10px;
    }

    .links-box .box {
        width: 200px;
        margin-bottom: 16px;
    }

    .links-box .name {
        padding: 0px 16px;
        line-height: 36px;
        font-size: 14px;
    }

    .bottomConB .right .navList li a {
        display: none;
    }

    .bottomConB .right .navList li a:first-child {
        display: block;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .bottomConB .right .navList {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .bottom .copyRight {
        border-top: 1px solid #DDDDDD;
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        padding-top: 13px;
        padding-bottom: 13px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .bottom .copyRight div {
        text-align: center;
        line-height: 1.5;
    }

    .links-box .name:after {
        right: 16px;
        width: 13px;
        height: 7px;
        background-size: 13px;
    }

    .bottomConB .right {
        flex: 1;
    }

    .bottom {
        background-image: none;
    }
}




/* current */
.current .pulbicCon {
    display: flex;
    justify-content: space-between;
    height: 0.92rem;
    border-bottom: 0.01rem solid #DFDFDF;
    box-sizing: border-box;
}

.current .pulbicCon .left {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 0.16rem;
}

.current .pulbicCon .left a {
    font-size: inherit;
    color: inherit;
    position: relative;
    display: flex;
    align-items: center;
}

.current .pulbicCon .left a::after {
    content: '>';
    display: block;
    margin-left: 0.16rem;
    margin-right: 0.16rem;
}

.current .pulbicCon .left a:first-child:after {
    display: none;
}

.current .pulbicCon .left a:hover {
    color: #0A3590;
}

.current .pulbicCon .left span {
    color: #333333;
}

.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: #333;
}

.current .pulbicCon .right li {
    margin-right: 0.7rem;
    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: #0A3590;
    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: #0A3590;
}

.current .pulbicCon .right li.on a {
    color: #0A3590;
}

.current .pulbicCon .right li.on a::after,
.current .pulbicCon .right li:hover a::after {
    color: #0A3590;
    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;
    }



}



/*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;
    height: 100%;
}

.Banner002910 .slick-list, .Banner002910 .slick-track, .Banner002910 .item {
    height: 100%;
}

.Banner002910 .slick-slide img {
    object-fit: cover;
}

.Banner002910 .slick-arrow {
    position: absolute;
    z-index: 30;
    top: auto;
    width: 0.85rem;
    height: 0.85rem;
    padding: 0;
    transition: 0.3s;

}

.Banner002910 .slick-prev {
    left: auto;
    right: 3%;
    bottom: 4.38rem;
    background-image: url(../images/indexArrLeft.png) !important;
}

.Banner002910 .slick-prev:hover {
    background-image: url(../images/indexArrLeftHover.png) !important;
}

.Banner002910 .slick-next {
    right: 3%;
    background-image: url(../images/indexArrRight.png) !important;
    bottom: 3.34rem;
}

.Banner002910 .slick-next:hover {
    background-image: url(../images/indexArrRightHover.png) !important;
}

.Banner002910 .slick-arrow:hover {
    background: transparent;
}

.Banner002910 .slick-arrow:before {
    display: none;
}

.Banner002910 .slick-next:before {
    display: none;
}

.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;
}

.bannerCon h2 {
    font-size: 0.42rem;
    color: #fff;
    line-height: 0.6rem;
    margin-bottom: 0.3rem;
    font-weight: normal;
    transform: translateY(280px);
    -webkit-transform: translateY(280px);
    opacity: 0;
    transition: all 1s 0.3s;
    -webkit-transition: all 1s 0.3s;
    -moz-transition: all 1s 0.3s;
    -ms-transition: all 1s 0.3s;
    -o-transition: all 1s 0.3s;
}

.bannerCon .intro {
    color: #fff;
    font-size: 0.16rem;
    max-width: 5.29rem;
    line-height: 1.5;
    transform: translateY(280px);
    -webkit-transform: translateY(280px);
    opacity: 0;
    transition: all 1s 0.4s;
}

.bannerCon {
    animation: fadeInUp 1s ease forwards;
    -webkit-animation: fadeInUp 1s ease forwards;
}

.active .Banner002910 .item.slick-active h2 {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.active .Banner002910 .item.slick-active .intro {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
}



.Banner002910 .item .bannerCon {
    left: 11%;
    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;
        width: 100% !important;
        padding-top: 20px;
    }

    .bannerCon .intro {
        font-size: 14px;
        text-align: center;
        max-width: 94%;
    }

    .bannerCon {
        position: absolute;
        bottom: auto !important;
        right: auto;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 15px;
        width: 100%;
        -webkit-transform: translate(-50%, -50%) !important;
        -moz-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        -o-transform: translate(-50%, -50%) !important;
}

    .Banner002910 .dots {
        bottom: 0px;
    }
}




/* singlePage */
.singlePage {
    font-size: 0.18rem;
    line-height: 2;
}

.singlePage * {
    font-size: inherit !important;
    line-height: inherit;
    margin-bottom: 0.4rem;
    text-align: justify;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.singlePage *:last-child {
    margin-bottom: 0;
}

.singlePage * img {
    width: calc(50% - 0.2rem);
    margin-bottom: 0;
}

@media screen and (max-width:1024px) {
    .singlePage {
        font-size: 16px;
        line-height: 30px;
    }

    .singlePage * {
        margin-bottom: 10px;
        text-align: left;
    }
}


.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: -0.8rem;
    background-image: url(../images/arrowLeftGray.png) !important;
    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;
}

.slick-prev:hover {
    background-image: url(../images/arrowLeftRed.png) !important;
}

.slick-next {
    right: -0.8rem;
    background-image: url(../images/arrowRightGray.png) !important;
}

.slick-next:hover {
    background-image: url(../images/arrowRightRed.png) !important;
    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;
}


.font16 {
    font-size: 0.16rem;
}

.font18 {
    font-size: 0.18rem;
}

.font20 {
    font-size: 0.2rem;
}

.font24 {
    font-size: 0.24rem;
}

.font28 {
    font-size: 0.28rem;
}

.font30 {
    font-size: 0.3rem;
}

.font34 {
    font-size: 0.34rem;
}

.font36 {
    font-size: 0.36rem;
}

@media screen and (max-width:768px) {
    .font16 {
        font-size: 13px;
    }

    .font18 {
        font-size: 14px;
    }

    .font24, .font30, .font20, .font28, .font34 {
        font-size: 18px;
        line-height: 1.5 !important;
    }

    .font36 {
        font-size: 18px;
    }

    .twoList .font20, .scbj .intro {
        font-size: 15px !important;
    }

    .scbj {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ryzs {
        padding-top: 1px !important;
        padding-bottom: 30px;
        height: auto !important;
    }
    
}

@media screen and (max-width:1024px){
    .Banner002910 .slick-arrow{
        width: 32px;
        height: 32px;
        background-size: 32px !important;
    }
    .Banner002910 .slick-next {
        right: 3%;
        background-image: url(../images/indexArrRight.png) !important;
        bottom: 50%;
        transform: translate(0, 50%);
    }
    .Banner002910 .slick-prev {
        right: 3%;
        background-image: url(../images/indexArrRight.png) !important;
        bottom: calc(50% + 42px);
        transform: translate(0, 50%);
    }
}

.category,.modalHead  {
    display: none !important;
}

@media screen and (min-width:1025px) {
    .category {
        width: 5vw;
        background-color: #0A3590;
        height: 1rem;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .Header {
        display: flex;
        flex-direction: row;
    }

    .Header .auto {
        width: calc(100% - 1.6rem);
        margin: 0;
        padding-left: 3%;
        padding-right: 3%;
    }

    .MainNav {
        line-height: 1rem;
        height: 1rem;
        display: inline-block;
        <!-- right: calc(3% + 2.14rem); -->
        <!-- position: absolute; -->
    }

    #fullPage .pulbicCon {
        height: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 11%;
        min-height: 100vh;
        display: flex;
        align-items: center;
    }

    #fp-nav.right {
        margin-top: 0px !important;
        width: 5vw;
        background: rgba(0, 20, 61, 0.16) !important;
        border-radius: 0px !important;
        top: 1rem !important;
        height: calc(100vh - 1rem) !important;
        left: 0px !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        -ms-border-radius: 0px !important;
        -o-border-radius: 0px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .sec-5 .pulbicCon {
        padding-left: 11% !important;
    }

    #fp-nav ul li a.active span,
    #fp-nav ul li:hover a.active span,
    .fp-slidesNav ul li a.active span,
    .fp-slidesNav ul li:hover a.active span {
        border: none !important;
        width: 0.39rem !important;
        height: 0.3rem !important;
        background-color: transparent ! important;
        background-image: url(../images/lxIconHover.png) ! important;
        background-size: cover !important;
    }

    #fp-nav ul li a.active:after,
    #fp-nav ul li a:after {
        content: '';
        width: 0.02rem !important;
        height: 0.3rem !important;
        background: #fff !important;
        display: block !important;
        margin: 0 auto !important;
        margin-top: 0.06rem !important;
        opacity: 0.2;
    }

    #fp-nav ul li:last-child a:after {
        display: none !important;
    }

    #fp-nav ul li a span, .fp-slidesNav ul li a span {
        border-radius: 0 !important;
        display: block !important;
        z-index: 1 !important;
        height: 0.3rem !important;
        width: 0.39rem !important;
        border: none !important;
        margin: 0 auto !important;
        margin-bottom: 0.06rem !important;
        background-image: url(../images/lxIcon.png) !important;
        background-size: 0.11rem !important;
        background-repeat: no-repeat;
        background-position: center;
        transition: all 0s !important;
        -webkit-transition: all 0s !important;
        -moz-transition: all 0s !important;
        -ms-transition: all 0s !important;
        -o-transition: all 0s !important;
    }

    #fp-nav ul li, .fp-slidesNav ul li {
        width: 0.39rem !important;
        margin-bottom: 0.06rem !important;
    }

    #fp-nav ul li .fp-tooltip.right {
        left: 0.3rem !important;
        right: auto !important;
    }

    .category {
        z-index: 10001;
    }

    .openBtn {
        cursor: pointer;
        width: 0.46rem;
        height: 0.26rem;
        z-index: 10001;
    }

    .openBtn span {
        width: 100%;
        display: block;
        height: 0.02rem;
        background: #fff;
        margin-top: 0.1rem;
        transition: all ease 0.3s;
    }

    .openBtn .Sp1,
    .openBtn .Sp3 {
        width: 0.32rem;
    }

    .openBtn span:first-child {
        margin-top: 0;
    }

    .openBtn.on .Sp1 {
        -webkit-transform: translate(0, 0.1rem) rotate(45deg) !important;
        -moz-transform: translate(0, 0.1rem) rotate(45deg) !important;
        -ms-transform: translate(0, 0.1rem) rotate(45deg) !important;
        -o-transform: translate(0, 0.1rem) rotate(45deg) !important;
        transform: translate(0, 0.1rem) rotate(45deg) !important;
    }

    .openBtn.on .Sp3 {
        -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;
        margin-top: 0.09rem;
    }

    .openBtn.on .Sp2 {
        display: none;
    }

    .modalHead {
        width: 100%;
        height: 100vh;
        background-image: url(../images/modalHeadBg.png);
        background-size: cover;
        background-position: right bottom;
        background-repeat: no-repeat;
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 10000;
        padding-right: 3%;
        display: none;
    }
    .modalHead.on{
        display: block !important;
    }

    .Header.fix .modalHead .toper .ver {
        color: #ffffff;
    }

    .Header.fix .modalHead .toper .ver .iconver,
    .Header.fix .modalHead .Search .Searchico,
    .Header.fix .modalHead .toper .ver .iconxjt,
    .Header.fix .modalHead .toper a{
        color: #fff
    }

    .Header .modalHead .toper .on a {
        color: #0A3590;
    }
    .Header .modalHead.on .toper .on dt a{
        color:#ffffff;
    }

    .modalHeadList {
        width: 92%;
        margin-top: 1rem;
        border-top: 1px solid #6c86bf;
        position: fixed;
        left: 8%;
        display: flex;
        flex-direction: row;
        height: calc(100vh - 1rem);
        border-left: 1px solid #6c86bf;
    }

    .Header .modalHead .Logo {
        margin-left: 11%;
    }

    .Header.fix .modalHead .Logo img{
        display: block;
    }

    .Header.fix .modalHead .Logo img.hide{
        display: none;
    }

    .modalHeadList .itemCon {
        display: flex;
        flex-direction: column;
    }

    .modalHeadList .item {
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modalHeadList .itemCon {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        height: 4.5rem;
    }

    .modalHeadList .item:last-child {
        border-right: none;
    }

    .modalHeadList .itemCon a {
        font-size: 0.2rem;
        color: #fff;
    }

    .modalHeadList .itemCon a:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 0.36rem;
        line-height: 1;
    }

    .modalHeadList .itemCon a:first-child::after {
        content: '';
        display: block;
        width: 0.11rem;
        height: 0.11rem;
        background-image: url(../images/lxIcon.png);
        background-size: 0.11rem;
        margin-top: 0.3rem;
        margin-bottom: 0.5rem;
    }

    .modalHeadList .itemCon a:not(:first-child) {
        line-height: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 0.4rem;
    }
    .modalHeadList .itemCon a:not(:first-child)::before{
        content: '';
        display: block;
        width: 0.08rem;
        height: 0.02rem;
        background-color: #c4d0e9;
        margin-right: 0.16rem;
    }
    .category.on {
        z-index: 10001;
        border-right: 1px solid #6c86bf;
        border-bottom: 1px solid #6c86bf;
        box-sizing: border-box;
        width: calc(8% + 1px);
    }
}


.FastRight{ width:70px; position:fixed; z-index:10000; right:20px; bottom:15%; border-radius:10px 0 10px;}
.FastRight li{ position:relative; cursor:pointer; font-size:14px; line-height:24px;margin-bottom:2px;}
.FastRight .ico{ height:70px;display:flex;justify-content:center; color:#fff;align-items:center;flex-direction: column;background:#0A3590;}
.FastRight .ico img{display:block;width:28px;height:28px; margin:0px auto;}
.FastRight li:hover .ico{ background:#0A3590; border-radius:10px 0 10px; color:#fff;}
.FastRight .info{ position:absolute; top:80px; right:70px; font-size:12px; padding:10px; text-align:center; color:#fff; background:#0a359080;
visibility: hidden;opacity: 0;filter: alpha(opacity=0);transition: all ease 0.3s;}
.FastRight .info img{ border:5px solid #fff; max-width:none; width:90px; height:90px;}
.FastRight .info p{margin-bottom:5px;}
.FastRight .info.tel{ line-height:26px; color:#fff; width:180px; font-size:18px; height:70px;display:flex;justify-content:center; padding:0;flex-direction: column;}
.FastRight .info a{ color:#fff;}
.FastRight li.on .info{ top:0;visibility: visible;opacity: 1;filter: alpha(opacity=100);}
.FastRight a{ color:#fff;}
.totop{text-align: center; cursor: pointer;overflow: hidden;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;}
#LRfloater0{top:auto !important; bottom:0 !important;}


@media ( max-width:640px){
.FastRight{ width:32px; right:1px;}
.FastRight .ico{ height:32px;}
.FastRight .ico img{ width:20px;height:20px;}
.FastRight .info img{ border:2px solid #fff;width:82px; height:82px;}
.FastRight em{ display:none;}
.FastRight .info{ right:32px;}
.FastRight .ico .iconfont{margin:0;}
.FastRight .info.tel{ width:180px; font-size:16px; height:50px;}
}
.section .FastRight{
    display:none;
}
.FastRight .totop a:hover{
    color:#ffffff;
}