    * {
        padding: 0;
        margin: 0;
        text-decoration: none;
        list-style: none;
        border: 0;
    }
    
    .active {
        background-color: #0a5387;
    }
    
    .float_left {
        float: left;
    }
    
    .float_right {
        float: right;
    }
    
    .clear:after {
        content: "";
        display: block;
        clear: both;
    }
    
    .top {
        width: 1200px;
        margin: auto;
    }
    
    .top .logo {}
    
    .top .logo img {
        width: 100%;
    }
    
    .top .search {
        margin-top: 15px;
        margin-right: 45px;
    }
    
    .top .search p {
        color: #0079bd;
        font: 18px "Microsoft Yahei";
    }
    
    .top .search .serach_btn {
        font-size: 0;
        margin-top: 5px;
        position: relative;
    }
    
    .top .search .serach_btn input {}
    
    .top .search .serach_btn input[type="text"] {
        display: inline-block;
        width: 145px;
        height: 26px;
        font-size: 12px;
        padding: 0;
        border: 1px solid #ededed;
        vertical-align: top;
    }
    
    .top .search .serach_btn select {
        width: 52px;
        height: 28px;
        vertical-align: top;
        font-size: 12px;
        border: 1px solid #ededed;
    }
    
    .top .search .serach_btn input[type="submit"] {
        width: 32px;
        height: 28px;
        font-size: 12px;
        border: 1px solid #ededed;
        background-color: #cccccc;
    }
    
    .top .search .serach_btn input[type="submit"]:hover {
        cursor: pointer;
    }
    
    .top .search .serach_btn i:hover {
        cursor: pointer;
    }
    
    .top .search .serach_btn i {
        display: inline-block;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 6px;
        right: 10px;
    }
    /* navs */
    
    .navs {
        background-color: #006ebc;
    }
    
    .navs ul {
        width: 1200px;
        margin: auto;
        background-color: #006ebc;
    }
    
    .navs ul li {
        display: inline-block;
        position: relative;
        line-height: 50px;
    }
    
    .navs ul li a {
        display: inline-block;
        font-size: 16px;
        color: white;
        line-height: 25px;
        text-align: center;
        width: 129px;
        text-align: center;
        padding-top: 10px;
    }
    
    .navs ul li:hover {
        background-color: #0a5387;
        cursor: pointer;
    }
    
    #banner img {
        width: 100%;
    }
    
    .con_leftImg {
        position: fixed;
        top: 560px;
        left: 0;
        z-index: 999;
    }
    
    .con_leftImg a img {
        width: 135px;
        height: 270px
    }
    
    .con_rightImg {
        position: fixed;
        top: 560px;
        right: 0;
        z-index: 999;
    }
    
    .con_rightImg a img {
        width: 135px;
        height: 270px
    }
    
    .layui-carousel-ind ul {
        background-color: transparent;
    }
    
    .footer_bg {
        background: #0e65aa;
    }
    
    .footer_bg .footer {
        width: 1200px;
        margin: auto;
        padding: 10px 0 15px;
    }
    
    .footer_bg .footer ul {
        margin: 10px 0px;
    }
    
    .footer_bg .footer ul li {
        display: inline-block;
        margin-right: 10px;
        color: white;
    }
    
    .footer_bg .footer .qrCode img {
        display: block;
        width: 96px;
        height: auto;
    }
    
    .navs_second {
        position: absolute;
        z-index: 999;
        background-color: white;
        width: 129px;
        /* height: 30px; */
        display: none;
    }
    
    .navs_second:hover {
        display: block;
    }
    
    .navs_second ul {
        display: inline-block;
        position: absolute;
        left: 0;
        background-color: white;
    }
    
    .navs_second ul li {
        display: inline-block;
        width: 100%;
    }
    
    .navs_second ul li a {
        display: inline-block;
        /* padding: 5px 20px; */
        text-align: center;
        line-height: 30px;
        width: 100%;
        color: black;
    }
    
    .navs_second ul li a:hover {
        color: white;
        background-color: #0a5387;
        /* text-decoration: underline; */
    }
    
    .search_wap {
        height: 41px;
        margin-right: 15px;
        display: none;
    }
    
    .search_wap button {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        outline: none;
        background-color: transparent;
    }
    
    .search_wap button:nth-child(1):after {
        content: "";
        display: inline-block;
        width: 2px;
        height: 25px;
        background-color: #ebebeb;
        vertical-align: middle;
        margin: 0 10px;
    }
    
    .search_wap button i {
        display: inline-block;
        font-size: 16px;
        height: auto;
        vertical-align: middle;
    }
    
    .search_show {
        width: 100px;
        height: 20px;
        position: absolute;
        top: 10px;
        right: 84px;
        display: none;
    }
    
    .search_show input[type="text"] {
        width: 100%;
        height: 20px;
        border: 1px solid #ccc;
        padding-left: 0.05rem;
    }
    
    .search_show button {
        position: absolute;
        top: 0;
        right: 0rem;
    }
    
    .menu {
        display: inline-block;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        z-index: 999;
        display: none;
    }
    
    .menu i {
        content: "";
        display: inline-block;
        width: 100vw;
        height: 100vh;
    }
    
    .menu ul {
        display: block;
        margin: auto;
        width: 95vw;
        background-color: black;
        margin-top: 20px;
    }
    
    .menu ul li a {
        display: block;
        color: white;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
        border-bottom: 1px solid #fff;
    }
    
    .menu ul li:nth-last-child(1) a {
        border: 0;
    }
    
    .navs ul li:hover ul.navs_seconds {
        display: block;
    }
    
    .navs ul li ul.navs_seconds {
        position: absolute;
        left: 0;
        top: 50px;
        width: 129px;
        z-index: 999;
        display: none;
    }
    
    .navs ul li ul.navs_seconds li a {
        display: inline-block;
        width: auto;
    }
    
    .navs ul li ul li {
        background-color: #006ebc;
        padding: 0 10px;
        width: 109px;
        text-align: center;
    }