ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}
body{
    background-color: #FBFBFB ;
}
a{
text-decoration: none !important; 
}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}

.header {
       position: fixed;
    width: 100%;
    z-index: 999;
    background-color: rgba(7,8,64,0.8);
    animation-duration: 2s;
}   

.icon-iconfontyoujiantou1 {
    font-size: 20px !important;
    position: absolute;
    right: 28px;
    top: 2px;
    color: #fff;
}
.header .navbar-nav {
    margin-top: 34px;
}
.header .navbar-nav>li>a {
    color: #fff;
    font-size: 20px;
    padding: 8px 8px;
    margin: 0 29px;
    padding-bottom: 30px;
    border-bottom: 2px solid transparent;
}
.header .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 4px;
}
.header .form-control { 
    border-radius: 31px;
}
.header .navbar-brand {
    height: 59px;
}
.header .input-control-icon-right {
    top: 19%;
    right: 16px;
    cursor: pointer;
}
.header .nav>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 2px solid #00B1EB;
}
.header .nav>li>a:focus{
    color: #fff;
    background-color: transparent;
}
.header .nav>li> .active {
    border-bottom: 2px solid #00B1EB;
}
.collapse ul.nav.navbar-nav {
    width: 76%;
}


/* 底部公共部分 */
.footer_color {
    margin-top: -1px;
    background-color: #1A3B84;
}
.footer_color a {
    color: #fff
}
.footer_color a:hover {
    color: #ccc
}
.footer>div {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    vertical-align: top;

}
.footer {
    padding: 36px 0;
}
.ulone h2 {
    margin-top: 5px;
    display: block;
    width: 35px;
    height: 1px;
    background-color: #fff;
}
.ulone ul {
    margin-top: 18px;
   
        padding-left: 0 !important;

}
.ulone ul li a:hover{
    color: #00b1eb
}

.footer_small img {
    cursor: pointer;
    margin: 0 5px;
}
.ulone {
    width: 17%;
}
.footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.deci {
    text-align: center;
    width: 19%;
    margin: 0 6% 0 -6%;
}
.footer_text {
    padding: 11px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #000;
    margin-left: -189px;
}
.footer_text div {
    margin: 0 18px;
    display: inline-block;
}
.footer_small {
    display: flex;
}
.footer_small>div {
    margin: 0 5px;
    position: relative;
}
.footer_small>div>div {
    display: none;
    position: absolute;
    top: -80px;
    left: -17px;
}
.ulone>div {
    font-size: 18px;
    font-weight: 600;
}

.sv_tab {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    /* float: left; */
    /* min-width: 160px; */
    padding: 5px 0;
    /* margin: 0px 0 0; */
    font-size: 13px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cbcbcb;
    /* border: 1px solid rgba(0,0,0,.15); */
    /* border-radius: 4px; */
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.sv_tab_text.container {
    display: flex;
}
.sv_tab_text.container ul {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    /* font-weight: 600; */
}
.sv_tab_text.container ul li {
    font-size: 16px;
    line-height: 1.8;
}
.sv_tab_text.container ul li:nth-child(1):hover {
    color: #00b1eb;
}
.sv_tab_text.container ul>li:nth-child(1) {
    cursor: pointer;
    font-size: 19px;
    font-weight: 600;
    margin-top: 23px;
    margin-bottom: 6px;
}
.contact {
    position: fixed;
    visibility: hidden;
    right: 8px;
    bottom: 16px;
    z-index: 2;
}
.contact>div {
    background-color: #16264E;
    opacity: 0.65;
    text-align: center;
    border-radius: 5px;
    background: (0,0,0,.6);
    padding: 6px 9px;
    margin: 5px;
    cursor: pointer;
}
.contact>div:hover {
    background-color: #00b1eb;
}
.contact>div i {
    font-size: 38px;
    color: #fff;
}
.contact>div h4 {
    margin-top: 4px;
    margin-bottom: 1px;
    color: #fff;
}
