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;
        }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 