body{background: #fff;font-size: 14px;}
header {
    background: #fff;
    border-bottom: 5px solid #02637a;
    padding-top: 10px;
}
ul{margin: 0;}
.fff{background: #fff;}
.flex{display: flex;justify-content: space-between;}
a:hover{text-decoration: none;cursor: pointer;}
a:focus{text-decoration:none !important;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.LOGO{width:50%}
.LOGO img{margin-top:18px;}
.txt{width: 42%;}
.top ul li{display: inline-block;width:46px;position: relative;padding-left: 15px;}
.top ul li img{width:20px;}
.top ul li::after {
    content: "";
    width: 1px;
    height:20px;
    position: absolute;
    top: 0;
    left: 0;
    background: #d3d3d3;
    }
form div{line-height:24px;font-size: 12px;}
.daoh>ul{display: flex;
justify-content: flex-end;
margin-top: 15px;}
.daoh>ul>li{
	display: inline-block;
	width: 14%;
	text-align: center;
    position:relative;
}
    .daoh > ul > li > a {
        line-height: 40px;
        width: 100%;
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #666;
    }
        .daoh > ul > li > a:hover {
            background: #02637a;
            color: #fff;
        }
    .daoh > ul > li.active > a {
        background-image:url(/img/tit_bg.png);
        background-repeat:no-repeat;
        background-size:100% 100%;
        color: #fff;
    }

/*修改样式*/
.ul {
    display: flex;
}

    .ul > li {
        width: 12%;
        position: relative;
        float: left;
    }

        .ul > li > a {
            color: #fff;
            display: block;
            text-align: center;
        }

        .ul > li a:hover, .cur {
            background-color: #02637a;
            color: #fff;
        }
a.Navbox_selected {
    background-color: #02637a;
    color: #fff !important;
    border-radius: 8px 8px 0 0;
}
.ul2 > li > a {
    background-color: #02637a;
    color: #fff;
}

.ul2 {
    position: absolute;
    background-color: #02637a;
    width: 100%;
    display: none;
    z-index: 999;
    color: #fff;
    margin-top: 0;
}

    .ul2 > li > a {
        font-size:14px;
        display: block;
        padding: 10px 0;
        text-align: center;
        color: #fff;
    }

        .ul2 > li > a:hover {
            background: #fff !important;
            color: #02637a !important;
            border-radius:0 !important;
        }

    .ul2 > li {
        list-style: none;
    }

        .ul2 > li:last-child > a {
            border-bottom: none;
        }

.ul3 > li > a {
    background-color: #1e6bac;
    color: #fff;
}

.ul3 {
    position: absolute;
    background-color: #55bbbd;
    width: 100%;
    display: none;
    z-index: 999;
    color: #fff;
    left: 143px;
    top: 10px;
}

    .ul3 > li > a {
        display: block;
        padding: 10px 0;
        text-align: center;
        color: #fff;
    }

.u13 > li:hover {
    background: #02637a !important;
    color: #FFFF00 !important;
}

.ul3 > li:last-child > a {
    border-bottom: none;
}
        /*nav*/
        .nav {
            background-image: url(../img/bg.png);
            height: 480px;
            background-size: 100% 100%;
        }
.conter_bg .search_con{
	width: 640px !important;
    margin: 0px auto;
    padding: 100px 0;
}
.conter_bg .search {
    width: 100%;
    border: 1px solid #3274b4;
    border-radius: 60px;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    background: #fff;
    opacity: 0.8;
}
.conter_bg .search input {
    width: 81%;
    float: left;
    height: 66px;
    line-height: 66px;
    border: none;
    background: none;
    color: #999;
    font-size: 16px;
    text-indent: 20px;
    outline: none;
}
.conter_bg .search>input:focus{
	outline: none !important;
}
.conter_bg .search .btn {
    float: right;
    border-radius: 60px;
    border: none;
    height: 66px;
    width: 18%;
    background: #3274b4 url(../img/search.png) center center no-repeat;
}
.conter_bg .search_con p {
    font-size: 16px;
    color: #697178;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    margin: 20px 0 0 0;
}
.conter_bg .search_con p a {
    color: #989898;
    height: 39px;
    text-align: center;
    display: inline-block;
    background: #fff;
    opacity: 0.6;
    color: #0f5da9;
    padding: 0 15px;
    border-radius: 30px;
    margin: 0 6px;
}



/*dibu*/
footer{padding:20px 15px 30px 15px;}
.link ul li{width: 30%;text-align: left;display: inline-block;line-height: 34px;}
.link ul li a{color: #fff;}
footer div img{margin-right: 50px;}
footer div img:last-child{margin-right: 0;}


.content{margin-top:20px;margin-bottom: 30px;}



/*头部下拉框*/
.mod_select {
    position: relative;
    left: -2px;
    top: 0;
    font-familY: "微软雅黑";
    z-index: 999;
    border: #d6d6d6 1px solid;
    font-size: 14px;
}
    .mod_select ul {
        margin: 0;
        padding: 0;
    }
        .mod_select ul li {
            list-style-type: none;
            float: left;
            height: 32px;
        }
.select_box {
    float: left;
    border: solid 0px #e0e0e0;
    color: #444;
    height: 32px;
    position: relative;
    cursor: pointer;
    width: 100px;
    background: url(../select_bg.jpg) repeat-x;
    font-size: 14px;
}
.select_txt {
    display: inline-block;
    padding-left: 10px;
    width: 100px;
    line-height: 32px;
    height: 32px;
    cursor: text;
    overflow: hidden;
}
.selet_open {
    display: inline-block;
    border-left: solid 1px #E5E5E5;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 32px;
    background: url(../img/select_up.png) no-repeat center center;
}
.option {
    width: 104px;
    border: solid 2px #02637a;
    position: absolute;
    top: 33px;
    left: -2px;
    z-index: 2;
    overflow: hidden;
    display: none;
}

    .option a {
        display: block;
        height: 26px;
        line-height: 26px;
        text-align: left;
        padding: 0 10px;
        width: 100%;
        background: #fff;
        color:#666;
    }
        .option a:hover {
            background: #02637a;
            color: #fff;
        }




/*手机端导航*/

.navShow {
    overflow: hidden;
}

#m_nav.act {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    display: none;
    padding: 84px 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #027a79;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.list_box_nav_mobile {
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, .1); */
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    flex: 1;
}

    .list_box_nav_mobile > li {
        width: 100%;
        overflow: hidden;
        padding: 0;
        position: relative;
        margin: 0 auto;
    }

        .list_box_nav_mobile > li .con {
            position: relative;
        }

        .list_box_nav_mobile > li.on .a {
            color: rgba(255, 255, 255, 1);
        }

        .list_box_nav_mobile > li .a {
            width: 100%;
            border-bottom: 1px solid rgba(255, 255, 255, .3);
            line-height: .64rem;
            color: rgba(255, 255, 255);
            padding: 0;
            font-size: .2rem;
            display: flex;
            position: relative;
            transition: .5s;
        }

        .list_box_nav_mobile > li .list {
            padding: 10px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            display: none;
        }

            .list_box_nav_mobile > li .list a {
                display: block;
                font-size: 14px;
                color: rgba(255, 255, 255, .8);
                line-height: 2.5;
                padding-left: 20px;
            }


@media screen and (max-width: 840px) {
    html {
        font-size: 80px !important;
    }

    header {
        padding-top: 0;
        border-bottom: 0px !important;
    }

    .header, .daoh {
        display: none;
    }

    .m_header_box, #header_con {
        display: block !important;
    }

    .m_header_box {
        z-index: 1000000;
        display: block;
        position: relative;
        background: #fff;
    }

    .m_header {
        min-height: 60px;
        display: flex;
        /*justify-content: space-between;*/
        align-items: center;
        /*margin-bottom: 30px;*/
    }

        .m_header .logo img {
            width: 50px;
        }

        .m_header .hour img {
            /*width: 80%;*/
        }

    #header_con {
        background: #1e899c;
        width: 100%;
        height: 50px;
        line-height: 35px;
        text-align: center;
        display: flex !important;
        justify-content: center;
    }

    .select_txt {
        color: #fff;
    }

    .mod_select {
        height: 36px;
    }

    .selet_open {
        height: 35px;
        background: url(../img/select_up_w.png) no-repeat center center;
        background-size: 9px;
    }

    #header_con > div > input {
        height: 36px;
        color: #fff;
        border: 0;
        padding: 2px 14px;
        min-width: 56px;
        background: #137673 url(../img/search.png) center center no-repeat;
        background-size: 18px;
    }

    #nav_btn_box {
        position: absolute;
        right: 0;
        width: 0.85rem;
        height: 0.62rem;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        min-width: 0.85rem;
    }

        #nav_btn_box:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: #fff;
        }

    #nav_btn {
        cursor: pointer;
        text-align: center;
        z-index: 99999;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        outline: none;
        box-shadow: none;
    }

        #nav_btn .point {
            display: inline-block;
            width: 0.34rem;
            height: 18px;
            position: relative;
            outline: none;
        }

        #nav_btn .navbtn {
            position: absolute;
            top: 50%;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 2px;
            -webkit-transition: all .3s ease-out 0s;
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
            background: #000;
            margin-top: -1px;
        }

        #nav_btn .point.on .navbtn {
            background: transparent;
        }

            #nav_btn .point.on .navbtn::before {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
                top: 0px;
            }

            #nav_btn .point.on .navbtn::after {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                top: 0px;
            }

        #nav_btn .navbtn::before {
            top: 8px;
        }

        #nav_btn .navbtn::after {
            top: -8px;
        }

        #nav_btn .navbtn::after, #nav_btn .navbtn::before {
            position: absolute;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 2px;
            content: '';
            -webkit-transition: all .3s ease-out 0s;
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
            background: #000;
        }

    ::before, ::after {
        transition: .5s;
    }

    .list_box_nav_mobile > li i {
        opacity: 1;
        filter: alpha(opacity = 100);
        display: inline-block;
        width: 0.64rem;
        height: 0.64rem;
        display: inline-block;
        background: url(../img/arrow_down.png) center no-repeat;
        background-size: 15px 8px !important;
        position: absolute;
        display: block;
        right: 0;
        top: 0;
    }




    /*友情链接*/
    .link ul li {
        width: 48%;
    }

    footer div:nth-child(2) > div:nth-child(1) {
        width: 80% !important;
    }

    footer div:nth-child(2) > div:nth-child(2) {
        width: 60px !important;
        font-size: 0.15rem;
    }

        footer div:nth-child(2) > div:nth-child(2) img {
            width: 60px !important;
            margin-bottom: 5px;
        }


    #addr {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

        #addr p {
            text-align: left;
        }
}



@media screen and (max-width: 420px) {
    /*友情链接*/
    .link ul li {
        width: 100%;
    }
    footer div:nth-child(2) > div:nth-child(1) {
        width: 80% !important;
    }

    footer div:nth-child(2) > div:nth-child(2) {
        width: 110px !important;
        font-size: 0.2rem;
    }

        footer div:nth-child(2) > div:nth-child(2) img {
            width: 100px !important;
            margin-bottom: 5px;
        }
}