          * {
            padding: 0;
            margin: 0;
        }
        
        li {
            list-style: none;
        }
        
        a {
            text-decoration: none;
        }
        
        h2,
        h3,
        i,
        em {
            font-style: normal;
        }
        
        html,
        body {
            font-family: Î¢ÈíÑÅºÚ; max-width:1920px; margin:0 auto;
        }
        
        input,
        img,
        a {
            outline: none;
            border: 0;
        }
        
        .clear {
            clear: both;
        }
        
        .px1420 {
            max-width: 1420px;
            margin: 0 auto;
        }
        
        .header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 999;
        }
        
        .header::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            height: 100%;
            bottom: 100%;
            background-color: #065598;
            z-index: -1;
            transition: bottom .5s;
        }
        
        .header.on::before {
            bottom: 0;
        }
        
        .head {
            padding-top: 30px;
            max-width: 1720px;
            margin: 0 auto;
        }
        
        .head-l {
            float: left;
            font-size: 0;
        }
        
        .head-r {
            float: right;
            text-align: right;
        }
        
        .link-top {
            position: relative;
            line-height: 40px;
        }
        
        .link-top a {
            font-size: 16px;
            color: #fff;
        }
        
        .link-top span {
            font-size: 16px;
            color: #fff;
            padding: 0 18px;
        }
        
        .link-top img {
            vertical-align: middle;
            cursor: pointer;
        }
        
        .nav {
            margin-right: -30px;
        }
        
        .nav>ul>li {
            position: relative;
            float: left;
            padding: 0 30px;
            text-align: center;
            line-height: 54px;
        }
        
        .nav>ul>li>a {
            font-size: 20px;
            color: #fff;
            font-weight: bold;
        }
        
        .nav>ul>li ul {
            position: absolute;
            top: 54px;
            left: 0;
            right: 0;
            width: 100%;
            border-top: 3px solid #064882;
            background-color: #fff;
            box-shadow: 0 3px 3px #999;
            display: none;
            z-index: 999;
        }
        
        .nav>ul>li ul li {
            padding-top: 10px;
            padding-bottom: 10px;
            line-height: 20px;
            text-align: center;
            border-bottom: 1px dashed #ebe5e5;
        }
        
        .nav>ul>li ul li a {
            font-size: 14px;
            color: #333;
        }
        
        .nav>ul>li ul li:hover {
            background-color: #004fb8;
        }
        
        .nav>ul>li ul li:hover a {
            color: #fff;
        }
        
        .wave {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            display: none;
            z-index: 1000;
        }
        
        .layer {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, .7);
            z-index: 1000;
        }
        
        .wave.on {
            display: block;
        }
        
        .search {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 800px;
            height: 45px;
            line-height: 45px;
            border: 1px solid #4f616d;
            background-color: #065598;
            padding: 0 15px;
            font-size: 0;
            z-index: 1001;
        }
        
        .search input[type="text"] {
            padding-right: 20px;
            width: 750px;
            height: 45px;
            line-height: 45px;
            vertical-align: middle;
            background-color: transparent;
            color: #fff;
        }
        
        .search input[type="image"] {
            vertical-align: middle;
        }
        
        .search input::placeholder {
            color: #fff;
        }
        
        .m-top {
            max-width: 1920px;
            margin: 0 auto;
            position: fixed;
            right: 10px;
            top: 18px;
            width: 25px;
            height: 25px;
            z-index: 9999;
        }
        
        .m-top>img {
            display: block;
            width: 100%;
        }
        
        .wap {
            display: none;
        }
        
        .wap-menu {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 99999;
            font-size: 0;
        }
        
        .wap-menu img {
            height: 25px;
        }
        
        .close-menu {
            display: none;
            position: absolute;
            right: 0;
            top: 0;
        }
        
        #contact {
            background: url(/images/foot.png) no-repeat top center;
            background-size: cover;
        }
        
        .contact {
            padding-top: 40px;
            padding-bottom: 50px;
        }
        
        .cont-l {
            float: left;
            padding-top: 40px;
        }
        
        .cont-m {
            float: left;
            padding-left: 140px;
        }
        
        .cont-m h2 {
            font-size: 16px;
            color: #222;
        }
        
        .cont-m p {
            font-size: 14px;
            color: #222;
            margin-top: 15px;
        }
        
        .cont-r {
            float: right;
        }
        
        .cont-r ul li {
            position: relative;
            float: left;
            padding: 0 23px;
            text-align: center;
        }
        
        .ewm-pic {
            position: absolute;
            left: 50%;
            transform: translate(-50%);
            display: none;
        }
        
        .cont-r ul li:hover .ewm-pic {
            display: block;
        }
        
        .cont-r h2 {
            font-size: 16px;
            color: #222;
            margin-bottom: 20px;
            padding-left: 23px;
        }
        
        .cont-r p {
            font-size: 14px;
            color: #618ccb;
        }
        
        .footer {
            padding-top: 15px;
            padding-bottom: 15px;
            background-color: #065598;
            text-align: center;
        }
        
        .footer p {
            font-size: 16px;
            color: #fff;
            line-height: 20px;
        }
        
        .footer p a {
            font-size: 16px;
            color: #fff;
        }
        
        @media screen and (max-width: 1720px) {

            .head {
                padding-left: 10px;
                padding-right: 40px;
            }
            .nav>ul>li {
                padding: 0 20px;
            }
            .nav>ul>li>a {
                font-size: 18px;
            }
        }
        
        @media screen and (max-width: 1420px) {
            .head-l img {
                height: 60px;
            }
            .nav {
                margin-right: -10px;
            }
            .nav>ul>li {
                padding: 0 10px;
            }
            .nav>ul>li>a {
                font-size: 15px;
            }
            .link-top {
                line-height: 23px;
            }
            .link-top img {
                height: 20px;
            }
        }
        
        @media screen and (max-width: 1024px) {
            body {
                padding-top: 60px;

            }
            .header {
                display: none;
            }
            .wap {
                display: block;
            }
            .m-head {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                background: #065598;
                padding: 10px;
                z-index: 999;
                box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
overflow:hidden;
width: 100%;
            }
            .m-logo {
                font-size: 0;
                float:left;
            }
            .m-logo a {
                display:block;
                font-size: 0;
                line-height: 40px;
            }
            .m-logo img {
                max-height: 40px;
                max-width: 80%;
                vertical-align: middle;
            }
            .m-tlink {
                padding: 10px 15px 0 15px;
            }
            .m-tlink a {
                font-size: 14px;
                margin-right: 15px;
                color: #fff;
                display: inline-block;
                font-size: 14px;
                line-height: 24px;
                background: #fff;
                color: #004980;
                line-height: 30px;
                padding: 0 15px;
                border-radius: 5px;
            }
            .m-search {
                margin: 0 15px;
                padding-right: 50px;
                padding-left: 10px;
                padding-top: 5px;
                padding-bottom: 5px;
                position: relative;
                line-height: 35px;
                background: #fff;
                margin-top: 15px;
            }
            .m-search input[type="text"] {
                display: block;
                width: 100%;
                line-height: 25px;
            }
            .m-search input[type="image"] {
                position: absolute;
                right: 10px;
                top: 10px;
                height: 15px;
            }
            .m-nav {
                position: fixed;
                top: 60px;
                left: 100%;
                bottom: 0;
                z-index: 999;
                background: #00356b;
                overflow-y: scroll;
                width: 100%;
            }
            .m-nav ul {
                padding: 0 25px;
            }
            .m-nav ul li {
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                position: relative;
            }
            .m-nav ul li>span.on {
                transform: rotateZ(90deg);
            }
            .m-nav ul li ul {
                display: none;
            }
            .m-nav ul li ul li {
                border: none;
            }
            .m-nav>ul>li a {
                display: block;
                font-size: 14px;
                line-height: 20px;
                padding: 15px 0;
                position: relative;
                color: #fff;
            }
            .m-nav>ul>li ul li a {
                padding: 10px 0;
            }
            .m-nav>ul>li>span {
                position: absolute;
                width: 20px;
                height: 20px;
                background: url(/images/m-nav_down.png) no-repeat;
                background-size: 14px 14px;
                background-position: center center;
                right: 0;
                top: 15px;
                cursor: pointer;
                display: block;
                color: #fff;
                transition: all 0.3s;
            }
            .m-nav>ul>li ul li {
                position: relative;
            }
            .m-nav>ul>li ul li>span {
                position: absolute;
                width: 20px;
                height: 20px;
                background: url(/images/m-nav_down.png) no-repeat;
                background-size: 14px 14px;
                background-position: center center;
                right: 0;
                top: 15px;
                cursor: pointer;
                display: block;
                color: #fff;
                transition: all 0.3s;
            }
            .m-nav>ul>li ul li>span.on {
                transform: rotateZ( 90deg);
            }
            .cont-l {
                float: none;
                padding-top: 0;
                text-align: center;
            }
            .cont-l img {
                display: block;
                width: 45%; margin:0 auto;
            }
            .cont-m {
                padding-left: 20px;
            }
        }
        
        @media screen and (max-width: 768px) {
            .cont-m {
                float: none;
                padding-left: 10px;
            }
            .cont-r {
                float: none;
                margin-top: 10px;
            }
            .footer {
                padding-left: 10px;
                padding-right: 10px;
            }
       .cont-l img {
 
                width: 70%; 
            }

        }
        
        @media screen and (max-width:375px) {
            .footer p {
                font-size: 12px;
            }
            .footer p a {
                font-size: 12px;
            }
        }