
    *{
        padding:0px;
        margin:0px;
        box-sizing: border-box;
    }
    body,html{
        width: 100%;
    }
    body{
        
        overflow-x: hidden;
    }
    
    ul{
        list-style: none !important;
    }
    a{
        text-decoration: none;
        color: inherit;
    }
    img{
        display: block;
        width: 100%;
        height: auto;
    }
    .cursor{
        cursor: pointer;
    }
    .default{
        cursor: default;
    }
    .react{
        height: initial !important;
    }
    *{
        -webkit-tap-highlight-color:transparent !important;
    }
    input, select, textarea,button{
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        outline: 0;
        border: 0;
        border-radius: 0;
        background: none transparent;
        color: inherit;
        font: inherit;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .flex{
        display:box;
        display: -webkit-box; 
        display: -moz-box;
        display: -webkit-flex; 
        display: -moz-flex; 
        display: -ms-flexbox;
        display: flex;
    }
    .flex-align-items{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-box-pack:center;
        -webkit-align-items: center;
        align-items: center;
    }
    .flex-justify-content{
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        box-align:center;
    }

    .obj-c{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .widthFix{
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    .delay-1{
        transition-delay: .1s !important;
    }
    .delay-2{
        transition-delay: .2s !important;
    }
    .delay-3{
        transition-delay: .3s !important;
    }
    html.noScroll body{
        position: fixed;
    }
    .container.fillAll{
        min-height: 100vh;
        flex-direction: column;
        display:box;
        display: -webkit-box; 
        display: -moz-box;
        display: -webkit-flex; 
        display: -moz-flex; 
        display: -ms-flexbox;
        display: flex;
    }
    .fillAll main{
        flex:1;
    }
    #loadingDiv{
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background: #fff;
        top: 0px;
        left: 0px;
    }
    .hvc{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .fill,
    .fillAft::after,
    .fillBf::before{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .noTsn{
        transition: initial !important;
    }
    .storeBox{
        display: none;
    }
    /*
    ::-webkit-scrollbar{
        width: 6px;
        height: 6px;
    }
    ::-webkit-scrollbar-thumb{
        border-radius: 3px;
        background: rgba(255,255,255, .15); 
    }
    :hover::-webkit-scrollbar-thumb{
        background: rgba(255,255,255, .2);
    }
    ::-webkit-scrollbar-track{
        background: rgba(0,0,0,0);
    }
    */
    @font-face{
        font-family: 'layui-icon';
        src:url(../../font/iconfont.woff) format('woff');
    }
    .layui-icon{
        font-family: 'layui-icon';
    }
    body{
        font-size: 14px;
    }
    header .p_top {
        display: none;
        width: 100%;
        height: 36px;
        text-align: center;
        line-height: 36px;
        color: #fff;
        background: #212121;
    }
    header .heading{
        width: 70%;
        max-width: 1000px;
        margin: 0px auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    header .p_top a {
        padding: 0px 20px;
    }
    header .p_top a.active{
        color: #82CEE9;
        font-weight: bold;
    }
    header .head_logo{
        padding-top: 30px;
        position: relative;
        display: none;
    }
    header .head_logo .menuBtn{
        position: absolute;
        font-size: 24px;
        top: 15px;
        right: 20px;
        display: none;
    }
    
    header .head_logo a{
        display: inline-block;
        width: 156px;
        vertical-align: top;
    }
    header .head_dha {
        display: flex;
        display: none;
        margin-top: 20px;
        border-top: 1px solid #eee;
        overflow: hidden;
        white-space: nowrap;
    }
    header .head_dha li {
        /* width: 25%; */
        padding: 0 25px;
        color: #767676;
        font-weight: bold;
        float: left;
        text-align: center;
        line-height: 54px;
    }
    header .head_dha li a.active{
        color: #144D92;
    }

    header .mobileMenu{
        position: fixed;
        text-align: left;
        height: 100vh;
        width: 200px;
        top: 0px;
        left: 0px;
        padding: 0px 20px;
        font-size: 18px;
        line-height: 40px;
        font-weight: bold;
        transform: translateX(-100%);
        z-index: 10;
        background: #fff;
        transition: opacity .5s,transform .5s;
        flex-direction: column;
    }
    header .mobileMenu a.active{
        color: #82CEE9;
    }
    
    header .shadow{
        position: fixed;
        z-index: 9;
        pointer-events: none;
        background: #000;
        opacity: 0;
        transition: .5s all;
    }
    

    
    .fluid{
        width: 100%;
        margin: 0px auto;
        max-width: 1200px;
    }
    main>.heading{
        background: #3d61cb;
        color: #fff;
        padding: 20px 0px;
        font-size: 16px;
        text-align: center;
        position: relative;
        text-transform: uppercase;
        height: 18.75vw;
    }
    main>.heading.nh{
        height: initial;
    }
    main>.heading img{
        height: 100%;
        object-fit: cover;
    }
    main>.heading p:first-child{
        margin-bottom: 28px;
        font-size: 24px;
    }

    footer .newest{
        padding: 60px 0px;
        background: #f6f6f6;
    }
    footer .newest li{
        width: 20%;
        font-size: 16px;
        color: #666;
    }
    footer .newest li h5{
        font-size: 20px;
        padding-bottom: 8px;
        color: #3d61cb;
    }
    footer .newest li:nth-child(1){
        margin-right: 4%;
    }
    footer .newest li:nth-child(1) a{
        margin-top: 35px;
        display: inline-block;
        vertical-align: top;
        padding: 15px 65px;
        background: #3d61cb;
        color: #fff;
    }
    footer .newest li .recent p{
        margin: 6px 0px;
        cursor: pointer;
    }
    footer .newest li:nth-child(3){
        width: 325px;
    }
    footer .newest li .article{
        display: block;
        background: #fff;
    }
    footer .newest li .article p{
        font-size: 14px;
        box-sizing: content-box;
        margin-top: 10px;
        padding: 0px 10px;
        height: 78px;
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        white-space: normal;
        word-break: break-all;
    }

    footer .footage{
        padding-top: 90px;
        padding-bottom: 50px;
        position: relative;
        z-index: 2;
        color: #fff;
        overflow: hidden;
    }
    footer .footage::before{
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background: #535353;
        left: 670px;
        top: 0px;
    }
    footer .footage .bg{
        z-index: -1;
    }
    footer .footage .bg:first-child{
        position: absolute;
        width: auto;
        height: auto;
        top: 0px;
        left: 0px;
    }
    
    footer .footage .content{
        width: 84%;
        position: relative;
        z-index: 2;
        min-width: 1200px;
        margin: 0px auto;
        justify-content: space-between;
    }
    footer .footage .content .left>*{
        float: left;
    }
    footer .footage .content .left .code{
        width: 150px;
        text-align: center;
    }
    footer .footage .content .left .code p{
        font-size: 18px;
        margin-top: 15px;
    }
    footer .footage .content .left .contact{
        width: 320px;
        font-size: 16px;
        line-height: 30px;
        margin-left: 27px;
    }
    footer .footage .content .left .contact p{
        padding-left: 31px;
        position: relative;
    }
    footer .footage .content .left .contact p:first-child{
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 60px;
        padding-left: 0px;
    }
    footer .footage .content .left .contact span{
        font-family: 'layui-icon';
        position: absolute;
        top: 0px;
        left: 0px;
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
    }
    footer .footage .content .right{
        width: 50%;
        min-width: 600px;
        font-size: 14px;
    }
    footer .footage .content .right img{
        width: 175px;
    }
    footer .footage .content .right .links{
        overflow: hidden;
        padding-top: 50px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    footer .footage .content .right .links a{
        margin-right: 20px;
        font-size: 14px;
        float: left;
    }
    /*
    footer .footage .bottom{
        text-align: center;
    }
    */
    footer .footage .bottom p{
        display: inline-block;
        vertical-align: top;
    }
    footer .footage .bottom p + p{
        margin-left: 25px;
    }


    .scale{
        position: fixed;
        z-index: 1000;
        top: 0px;
        left: 0px;
        height: 100vh;
        width: 100%;
        background: #000;
        opacity: 0;
        transition: opacity .15s ease-out;
        pointer-events: none;
    }
    .scale.active{
        pointer-events: all;
        opacity: 1;
        transition: opacity .3s ease-out;
    }
    .scale .picSwp{
        height: 100%;
        transform: translateY(100%);
        transition: transform .15s ease-out;
    }
    .scale.active .picSwp{
        transform: translateY(0%);
        transition: transform 0s ease-out;
    }
    .scale .swiper-slide .pic{
        width: 1080px;
        position: relative;
        overflow: hidden;
    }
    .scale .swiper-slide .pic .inner img{
        transition: transform 0.15s ease-out .15s;
        transform: scale(.54);
    }
    .scale.active .swiper-slide .pic.sm .inner img{
        transform: scale(.54);
    }
    .scale .swiper-slide .pic:hover{
        cursor: none;
    }
    .scale .swiper-slide .pic.sm:hover{
        cursor: pointer;
    }
    .scale .swiper-slide .pic:hover .sclIcon{
        opacity: 1;
    }
    .scale .swiper-slide .pic.sm .sclIcon{
        opacity: 0;
    }
    
    .scale.active .swiper-slide .pic .inner img{
        transform: scale(1);
        transition: transform 0.3s ease-out 0s;
    }
    .scale .btn{
        position: absolute;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        line-height: 1.42857143;
        width: auto;
        font-size: 50px;
        font-family: '宋体';
        color: #fff;
        cursor: pointer;
        left: 0px;
        font-weight: bold;
    }
    .scale .next {
        left: auto;
        right: 0px;
    }
    .scale .btn.disable{
        display: none;
    }
    .scale .picNav{
        width: 100%;
        bottom: 20px;
        left: 0px;
        position: absolute;
        z-index: 2;
        text-align: center;
        white-space: nowrap;
        overflow-x: auto;
    }
    .scale .picNav::-webkit-scrollbar{
        width: 6px;
        height: 6px;
    }
    .scale .picNav::-webkit-scrollbar-thumb{
        border-radius: 3px;
        background: rgba(255,255,255, .15);
    }
    .scale .picNav::-webkit-scrollbar-track{
        background: rgba(0,0,0,0);
    }
    .scale .picNav p{
        display: inline-block;
        width: 50px;
        height: 50px;
        margin-left: 4px;
        opacity: .5;
        cursor: pointer;
    }
    .scale .picNav p.active{
        opacity: 1;
    }
    .scale .picNav p:first-child{
        margin-left: 0px;
    }
    .scale .num,
    .scale .close{
        position: absolute;
        width: 50px;
        height: 50px;
        z-index: 3;
        top: 0px;
        right: 0px;
    }
    .scale .num{
        line-height: 50px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        left: 0px;
        right: auto;
    }
    .scale .close::before,
    .scale .close::after{
        content: '';
        position: absolute;
        left: calc(50% - 14px);
        top: calc(50% - 1px);
        width: 28px;
        height: 2px;
        background: #fff;
        transform: rotate(45deg);
    }
    .scale .close::after{
        transform: rotate(-45deg);
    }
    .scale .sclIcon{
        opacity: 0;
        width: 20px;
        position: absolute;
        z-index: 2;
        top: 0px;
        left: 0px;
        transform: translate(-50%,-50%);
    }

    .flex{
        display:box;
        display: -webkit-box; 
        display: -moz-box;
        display: -webkit-flex; 
        display: -moz-flex; 
        display: -ms-flexbox;
        display: flex;
    }
    .flex-align-items{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-box-pack:center;
        -webkit-align-items: center;
        align-items: center;
    }
    .flex-justify-content{
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        box-align:center;
    }
    .flex-between{
        justify-content: space-between;
    }
    .flex-around{
        justify-content: space-around;
    }
    .flex-col{
        flex-direction: column;
    }
    .flex-wrap{
        flex-wrap: wrap;
    }
    .obj-c{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .fc{
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    .head .box{
        max-width: 1100px;
        width: 100%;
        margin: 0 auto;
    }
    .tp{
        height: 110px;
    }
    .head .nav{
        background-color: #3d61cb;
        line-height: 60px;
        color: #fff;
    }
    .head .nav a{
        font-size: 18px;
        text-align: center;
        transition: color .3s;
        position: relative;
        z-index: 2;
        flex: 1;

    }
    .head .nav a::after{
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        content: '';
        transition: .3s;
        background-color: #fff;
        opacity: 0;
    }
    .head .nav a:hover::after{
        opacity: 1;
    }
    .head .nav a:hover{
        color: #3d61cb;
    }
    .head .nav a + a{
        background: url(../../images/nav_bor.png) left center no-repeat;
    }
    .tp .menuBtn{
        display: none;
    }
    .tp .lft img{
        width: 170px;
    }
    .tp .lft .t{
        border-left: 1px solid #e1e1e1;
        margin-left: 10px;
        padding-left: 10px;
    }
    .tp .lft .t p:first-child,
    .tp .rht .t p:last-child{
        font-weight: bolder;
        font-size: 24px;
    }
    .tp .lft .t p:first-child span,
    .tp .rht .t p:last-child{
        color: #3d61cb;
    }
    .tp .rht img{
        width: 50px;
        margin-right: 10px;
    }

    @media(max-width:1100px){
        .head .nav a{
            font-size: 16px;
        }
    }
    @media(max-width:900px){
        .head .nav{
            line-height: 48px;
        }
        .head .nav a{
            font-size: 14px;
        }
    }
    @media(max-width:767px){
        .tp{
            height: 80px;
        }
        .tp .lft img{
            width: 130px;
        }
        .tp .lft .t{
            margin-left: 6px;
            padding-left: 6px;
        }
        .tp .lft .t p:first-child, .tp .rht .t p:last-child{
            font-size: 20px;
        }
        .tp .rht img{
            margin-right: 6px;
            width: 40px;
        }

        .head .nav a{
            font-size: 12px;
        }
    }
    @media(max-width:540px){
        .tp{
            height: initial;
            position: relative;
            padding: 10px 0;
        }
        .head .tp{
            flex-direction: column;
        }
        .head .nav,
        .tp .lft .t{
            display: none;
        }
        .tp .lft .t p:first-child, .tp .rht .t p:last-child{
            font-size: 16px;
        }
        .tp .lft img{
            width: auto;
            height: 48px;
        }
        .tp .rht{
            margin-top: 12px;
        }
        .tp .rht img{
            width: 35px;
        }
        .tp .menuBtn{
            font-size: 24px;
            position: absolute;
            top: 36px;
            transform: translateY(-50%);
            right: 15px;
            display: block;
        }
    }