@charset "utf-8";

.index_header {
    margin: 0 auto;
    width: 990px;
    height: 75px;
    padding-top: 10px;
    z-index: 99;
}

.logo {
    float: left;
}

.logo h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.menu {
    float: right;
    width: auto;
    overflow: inherit;
    padding-top: 15px;
}

.menu ul.hlist li {
    position: relative;
    float: left;
    margin: 0 15px;
}

.menu ul.hlist li a {
    color: #333;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.menu ul.hlist>li>a {
    font-size: 16px;
    color: #333;
}

.menu ul.hlist li .menu-dropdown li {
    margin: 0;
    width: 100%;
    text-align: center;
}

.menu ul.hlist li .menu-dropdown li a {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    background-color: transparent;
    padding: 0;
    overflow: hidden;
}

.menu ul.hlist li .menu-dropdown li a:before {
    content: "";
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.menu ul.hlist li .menu-dropdown li a:after {
    content: "";
    left: 50%;
    width: 0;
    bottom: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.menu ul.hlist li .menu-dropdown li a:hover:after {
    left: 0;
    width: 100%;
}

.menu ul.hlist li .menu-dropdown li a:hover:before {
    width: 0;
}

.menu-dropdown {
    min-width: 100%;
    width: 140px;
    left: 50%;
    top: 30px;
    padding-top: 10px;
    display: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
}

.menu-dropdown ul {
    width: 100%;
    overflow: hidden;
    padding: 8px 0;
    position: relative;
    background-color:rgba(0,78,162, 0.8);
    border-radius: 10px 10px 10px 10px;
}

.menu-dropdown:before {
    content: "";
    border: solid transparent;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
    border-width: 10px;
    border-bottom-color:rgba(0,78,162, 0.8);
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.menu ul.hlist li.current .menu-dropdown:before {
    opacity: 1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

/*6.13*/
.infor_ban .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9;
}
.infor_ban .mask h3 {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
}
.infor_ban .swiper-pagination {
    text-align: right;
    bottom: 5px !important;
}
.infor_ban .swiper-pagination span {
    width: 18px;
    height: 18px;
    border-radius: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
}
.infor_ban .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: rgb(248, 158, 0);
    color: #fff;
}