.module__header {
    color: #666;
    font-family: UniversLTStd-Cn, Helvetica, sans-serif;
    height: 90px;
    z-index: 999;
}

.module__header, .module__header * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1023px) {
    .module__header {
        height: 50px;
        position: relative;
        z-index: 1000
    }
}

.is-mobile.module__header {
    height: 50px
}

@media screen and (max-width: 1023px) {
    .col-2__aside .link-list {
        padding: 0
    }
}

.nav__fixed-desktop, .nav__fixed-mobile {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}



.nav_left_img{
    height: 52px;
    margin-top: 20px;
    margin-left: 20%;
}


.nav__global {
    height: 30px;
    background: #eef2f4;
    position: relative;
    z-index:1000
}

@media screen and (max-width: 1023px) {
    .nav__global {
        display: none
    }
}

.is-mobile.module__header .nav__global {
    display: none
}

.nav__global-right {
    float: right
}

.nav__primary-header {
    font-size: 15px;
    color: white;
}

.nav__global-right:after {
    content: "";
    display: block;
    clear: both
}

.nav__global-item {
    float: left;
    border-left: 1px solid #ccc;
    height: 30px;
    -webkit-transform: skew(-40deg);
    transform: skew(-40deg)
}

.nav__global-item:hover {
    background-color: #ddd
}

.nav__global-item a {
    padding-right: 20px;
    padding-left: 20px
}
.navigation{
    height:50px;
    background-color: rgb(243,244,248);

}
.module__row-left span, p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 14px;
}
.navigation-div{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    text-align: left;
}
.navigation-img{
    margin-top: 12px;
}
@media screen and (max-width: 1600px) {
    .navigation-img{
        margin-top: 12px;
    }
}
@media screen and (max-width: 530px) {
    .navigation-img{
        margin-top: 12px;
        margin-left: 0%;
    }
}

.navigation span{
    margin-left: 15px;
    line-height:50px;
    font-size: 14px;
    color: black;
}

.nav__global-dropdown-btn, .nav__global-item a {
    text-decoration: none;
    color: #666;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 30px;
    display: inline-block
}

.nav__global-dropdown-btn {
    height: 30px;
    padding-right: 55px;
    padding-left: 45px;
    cursor: pointer
}

.nav__global-dropdown-btn--active {
    color: #000
}

.nav__global-dropdown {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    height: 200px;
    background: #002d90;
    z-index: 1000;
    overflow-y: scroll;
    padding: 15px 7px
}

.nav__global-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.nav__global-dropdown ul > li a {
    color: #fff;
    line-height: 25px;
    padding-right: 14px;
    padding-left: 7px
}

.nav__global-dropdown ul > li a:link, .nav__global-dropdown ul > li a:visited {
    color: #fff
}

.nav__global-dropdown ul > li a:hover {
    color: #92c1e9
}

.nav__global-dropdown.is-open {
    display: block
}

.nav__menu {
    float: right;
    height: 90px;
    margin-right: 3%;
}

@media screen and (max-width: 1023px) {
    .nav__menu {
        display: none
    }
}

.is-mobile.module__header .nav__menu {
    display: none
}

.nav__logo, .nav__menu-left {
    float: left;
    height: 90px
}

.nav__menu-item, a.nav__menu-item {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    height: 90px;
    line-height: 40px;
    padding: 25px 0;
    margin: 0 20px 0 0;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #666;
    text-decoration: none
}

.nav__menu-item:hover, a.nav__menu-item:hover {
    color: #000;
    font-weight: 700
}

.nav__menu-item:hover:after, a.nav__menu-item:hover:after {
    width: 100%
}

@media screen and (max-width: 1023px) {
    .nav__menu-item, a.nav__menu-item {
        height: 50px;
        padding: 0;
        margin: 0 5px 0 0;
        line-height: 50px
    }
}

.is-mobile.module__header .nav__menu-item, .is-mobile.module__header a.nav__menu-item {
    height: 50px;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 50px
}

.nav__primary-mega:after {
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #0046ad
}

.nav__primary-mega:hover .nav__mega-flyout {
    visibility: visible;
    opacity: 0.9
}

.nav__menu-right {
    float: left;
}

.nav__menu-right:after {
    content: "";
    display: block;
    clear: both
}

.nav__menu-right-items {
    display: flex;
    float: left;
    height: 90px
}

.nav__menu-search {

    float: left;
    position: relative;
    height: 90px
}

.nav__menu-search-form {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav__menu-search-form input {
    border-radius:20px;
    width: 170px;
    height: 30px;
    border: 0;
    outline: 0;
    padding: 5px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-family: Arial, sans-serif
}
.nav__menu-search-en {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background: url(../img/englist.png) /*tpa=https://www.tuvsud.cn/images/icon-search.png*/ no-repeat;
    background-size: 20px 20px;
    z-index: 1050;
    border: 0;
    cursor: pointer
}
.nav__menu-search-form .nav__menu-search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background: url(../img/icon-search.png) /*tpa=https://www.tuvsud.cn/images/icon-search.png*/ no-repeat;
    background-size: 20px 20px;
    z-index: 1050;
    border: 0;
    cursor: pointer
}

.nav__global-dropdown-btn {
    position: relative
}

.nav__global-dropdown-btn:before {
    background: url(icon-globe.png) /*tpa=https://www.tuvsud.cn/images/icon-globe.png*/ no-repeat;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 2px;
    top: 45%
}

.nav__global-dropdown-btn:after,
.nav__global-dropdown-btn:before {
    content: "";
    display: inline-block;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav__global-dropdown-btn:after {
    background: url(arrow-down-icon-x2.png) /*tpa=https://www.tuvsud.cn/images/arrow-down-icon-x2.png*/ no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    right: 10px;
    top: 3px;
    top: 45%
}

.nav__fixed-mobile {
    background-color: rgba(3,27,76,0.45);
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    display: none;
    z-index: 900
}

@media screen and (max-width: 1023px) {
    .nav__fixed-mobile {
        display: block
    }
}

.is-mobile.module__header .nav__fixed-mobile {
    display: block
}

.nav__mobile-logo {
    width: 50px;
    height: 50px;
    background: url(logo-mobile.png) /*tpa=https://www.tuvsud.cn/images/logo-mobile.png*/ 50% no-repeat;
    background-size: 45px 45px;
    margin-right: 10px;
    margin-left: 5px;
    float: left
}

.nav__mobile-links, .nav__mobile-search {
    float: right
}

.nav__mobile-btn {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    float: right;
    position: relative;
    z-index: 1050
}

.nav__mobile-btn-icon {
    top: 15px;
    width: 35px;
    height: 25px;
    width: 25px;
    height: 20px;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.nav__mobile-btn-icon, .nav__mobile-btn-icon span {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.nav__mobile-btn-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.nav__mobile-btn-icon span:first-child {
    top: 0
}

.nav__mobile-btn-icon span:nth-child(2),
.nav__mobile-btn-icon span:nth-child(3) {
    top: 9px
}

.nav__mobile-btn-icon span:nth-child(4) {
    top: 18px
}

.regional-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
    color: #fff;
    background-color: #002d90;
    z-index: 1001;
    -webkit-transition: height .4s ease-in-out;
    transition: height .4s ease-in-out;
    overflow: hidden;
    height: 0
}

.regional-header p {
    display: block
}

.regional-header p {
    margin: 12px 44px;
    font-size: .8125em
}

.regional-header a {
    margin: 0 0 12px;
    color: #fff;
    font-size: .9375em
}

.regional-header button {
    color: #fff;
    font-size: .5416666667em;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer
}

.regional-header button i {
    position: static;
    display: block
}

@media only screen and (min-width: 768px) {
    .regional-header {
        height: 0
    }

    .regional-header > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0 9px
    }

    .regional-header p {
        margin: 0 32px 0 0
    }

    .regional-header a {
        display: block;
        margin: 0
    }

    .regional-header button {
        top: 25px
    }
}

.breadcrumbs {
    position: absolute;
    width: 100%;
    height: 31px;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    font-family: UniversLTStd-Cn, Helvetica, sans-serif
}

@media screen and (max-width: 768px) {
    .breadcrumbs {
        display: none
    }
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    display: inline-block
}

.breadcrumbs ul:after {
    content: "";
    display: block;
    clear: both
}

.breadcrumbs li {
    list-style-type: none;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    line-height: 20px;
    padding: 5px 25px 5px 0;
    margin: 0
}

.breadcrumbs li:first-child {
    margin-right: 30px;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #d1d4d3;
    -webkit-transform: skew(-40deg);
    transform: skew(-40deg)
}

.breadcrumbs li:first-child a:after {
    display: none
}

.breadcrumbs li:last-child a:after {
    content: ""
}

.breadcrumbs li a, .breadcrumbs li span {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none
}

.breadcrumbs.truncated li a, .breadcrumbs.truncated li span {
    width: 75px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.breadcrumbs li.inverse a, .breadcrumbs li.inverse span {
    width: auto
}

.breadcrumbs li:not(:first-child):not(:last-child):after {
    content: "›";
    display: block;
    position: absolute;
    right: 9px;
    top: 5px;
    font-family: Georgia;
    font-size: 1.5em
}

.contact-content-top{
    background-color: white;
    width: 100%;
    height: 300px;
    text-align:center;
}


.notice-content{
    width: 32%;
    height: 252px;
    display:inline-block;
    margin-top:80px ;
    text-align:left;
}
.culture-content{
    width: 32%;
    height: 200px;
    margin-left: 5%;
    display:inline-block;
    text-align:left;
}
.not-content{
    width: 32%;
    height: 242px;
    display:inline-block;
    margin-top:-20px ;
    margin-left: 0px;
    text-align:left;
}
.cul-content{
    width: 32%;
    height: 200px;
    margin-left: 5%;
    margin-top:0px ;
    margin-bottom:30px ;
    display:inline-block;
    text-align:left;
}
@media screen and (max-width: 1420px) {
    .notice-content {
        width: calc(35% * 1 - 0px);
        height: 252px;
        display:inline-block;
        text-align:left;
    }
    .culture-content{
        width: calc(35% * 1 - 0px);
        height: 180px;
        margin-left: 5%;
        display:inline-block;
        text-align:left;
    }
    .not-content{
        width: calc(35% * 1 - 0px);
        height: 242px;
        display:inline-block;
        margin-top:-20px ;
        margin-left: 0px;
        text-align:left;
    }
    .cul-content{
        width: calc(35% * 1 - 0px);
        height: 200px;
        margin-left: 5%;
        margin-top:0px ;
        margin-bottom:30px ;
        display:inline-block;
        text-align:left;
    }
}
@media screen and (max-width: 1350px) {
    .contact-content-bottom{
        height: 1150px;
    }
    .notice-content {
        width: calc(60% * 1 - 0px);
        height: 222px;
        text-align:left;
        display:inline-block;
    }
    .culture-content{
        width: calc(60% * 1 - 0px);
        height: 180px;
        margin-left: 0%;
        text-align:left;
        margin-bottom: 300px;
        display:inline-block;
    }
    .not-content {
        width: calc(60% * 1 - 0px);
        margin-top: 300px;
        height: 252px;
        text-align:left;
        display:inline-block;
    }
    .cul-content{
        width: calc(60% * 1 - 0px);
        height: 180px;
        margin-left: 0%;
        text-align:left;
        margin-top: 300px;
        /*margin-bottom: 200px;*/
        display:inline-block;
    }
}
@media screen and (max-width: 750px) {
    .notice-content {
        width: calc(80% * 1 - 0px);
        height: 252px;
        display:inline-block;
        margin-top:20px ;
        text-align:left;
    }
    .culture-content{
        width: calc(80% * 1 - 0px);
        height: 180px;
        margin-left: 0%;
        margin-top:-45px ;
        display:inline-block;
        text-align:left;
    }
    .not-content {
        width: calc(80% * 1 - 0px);
        margin-top: 200px;
        height: 252px;
        margin-left: 0%;
        text-align:left;
        display:inline-block;
    }
}

@media screen and (max-width: 560px) {
    .notice-content {
        width: calc(80% * 1 - 0px);
        height: 340px;
        display:inline-block;
        margin-top:30px ;
        text-align:left;
        font-size: 12px;
    }
    .culture-content{
        width: calc(80% * 1 - 0px);
        height: 250px;
        margin-left: 0%;
        margin-top:-150px ;
        display:inline-block;
        text-align:left;
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .notice-content {
        width: calc(80% * 1 - 0px);
        height: 340px;
        display:inline-block;
        text-align:left;
        font-size: 12px;
    }
    .culture-content{
        width: calc(80% * 1 - 0px);
        height: 250px;
        margin-top:-130px ;
        margin-left: 0%;
        display:inline-block;
        text-align:left;
        font-size: 12px;
    }
}
.bottom-span{
    font-size:21px;float:left;margin-top:4%;margin-left:17%;text-align:left;line-height:30px
}
.bottom-span-img{
    font-size:14px;float:left;margin-left:-5%;margin-top:5%;text-align:left;line-height:30px
}
.bottom-h2{
    float:left;margin-top:5%;margin-left:15%;
}
@media screen and (max-width: 1350px) {
    .bottom-span{
        margin-left:9%;
    }
    .bottom-span-img{
        margin-left:-6%;
    }
}
@media screen and (max-width: 1255px) {
    .bottom-span{
        margin-left:7%;
    }
    .bottom-span-img{
        margin-left:-5%;
    }
}
@media screen and (max-width: 1200px) {
    .bottom-span{
        margin-left:6%;
    }
    .bottom-span-img{
        margin-left:-7%;
    }
}
@media screen and (max-width: 1080px) {
    .bottom-h2{
        margin-left:12%;
    }
    /*.bottom-span{*/
    /*   display: none;*/
    /*}*/
    /*.bottom-span-img{*/
    /*   display: none;*/
    /*}*/
}
@media screen and (max-width: 1036px) {
    .bottom-h2{
        margin-left:8%;
    }

}

@media screen and (max-width: 980px) {
    .bottom-h2{
        margin-left:5%;
    }
}

@media screen and (max-width: 950px) {
    .bottom-h2{
        margin-left:2%;
    }
    /*.bottom-span{*/
    /*   display: none;*/
    /*}*/
    .bottom-span-img{
        margin-left:-8%;
    }
}

@media screen and (max-width: 910px) {
    .bottom-h2{
        margin-left:0%;
    }
    /*.bottom-span{*/
    /*   display: none;*/
    /*}*/
    .bottom-span-img{
        margin-left:-8%;
    }
}
@media screen and (max-width: 800px) {
    .bottom-h2{
        margin-left:5%;
    }
    .bottom-span{
       display: none;
    }
    .bottom-span-img{
        display: none;
    }
    .module__row-right{
        margin-bottom: 80px;
    }
}


@media screen and (max-width: 760px) {
    .bottom-h2{
        font-size: 16px;
    }
    .bottom-spanP {
        font-size: 14px;
    }
}



@media screen and (max-width: 660px) {
    .bottom-h2{
        font-size: 16px;
        display:none;
    }
    .bottom-spanP {
        font-size: 14px;
        margin-left: 2%;
    }
}

@media screen and (max-width: 400px) {
    .bottom-h2{
        display:none;
    }
    .bottom-spanP {
        font-size: 14px;
    }
}


.left-span{
    font-weight:630;
    float: left;
    font-size: 23px;
    color: RGB(0,97,167);
}

.right-span{
    float: right;
    font-weight: 520;
    font-size: 14px;
    line-height: 32px;
}

.contact-ul{
    list-style-type: square;
    margin-top: 0px;
}

.contact-ul li{
    margin-bottom:4px;
    font-size: 13px;
    color: black;
}

.contact-ul span{
    float: right;
}

.contact-content-bottom{
    background-color: white;
    text-align:center;
    margin-top: -35px;
    height: 370px;
}

.important-content{
    width: 32%;
    height: 252px;
    text-align:left;
    display:inline-block;
}

.calendar-content{
    width: 32%;
    margin-left: 5%;
    height: 180px;
    margin-top: 50px;
    text-align:left;
    display:inline-block;
}
@media screen and (max-width: 1420px) {
    .contact-content-bottom{
        height: 360px;
    }
    .important-content {
        width: calc(35% * 1 - 0px);
        height: 252px;
        text-align:left;
        display:inline-block;
    }
    .calendar-content{
        width: calc(35% * 1 - 0px);
        height: 180px;
        margin-left: 5%;
        text-align:left;
        display:inline-block;
    }
}

@media screen and (max-width: 1350px) {
    .contact-content-bottom{
        height: 1200px;
    }
    .important-content {
        width: calc(60% * 1 - 0px);
        margin-top: 340px;
        height: 252px;
        text-align:left;
        display:inline-block;
    }
    .calendar-content{
        width: calc(60% * 1 - 0px);
        height: 180px;
        margin-left: 0%;
        margin-top: 310px;
        text-align:left;
        margin-bottom: 300px;
        display:inline-block;
    }
}

@media screen and (max-width: 750px) {
    .contact-content-bottom{
        height: 1100px;
    }
    .important-content {
        width: calc(80% * 1 - 0px);
        margin-top: 220px;
        height: 252px;
        display:inline-block;
        text-align:left;
    }
    .calendar-content{
        width: calc(80% * 1 - 0px);
        height: 110px;
        margin-left: 0%;
        display:inline-block;
        text-align:left;
    }
    .cul-content{
        margin-top: 320px;
        width: calc(80% * 1 - 0px);
        height: 270px;
        margin-left: 0%;
        display:inline-block;
        text-align:left;
    }
}

@media screen and (max-width: 560px) {
    .important-content {
        width: calc(80% * 1 - 0px);
        margin-top: 230px;
        height: 252px;
        display:inline-block;
        text-align:left;
    }
    .calendar-content{
        width: calc(80% * 1 - 0px);
        height: 180px;
        margin-left: 0%;
        display:inline-block;
        text-align:left;
    }
    .cul-content{
        margin-top: 300px;
        width: calc(80% * 1 - 0px);
        height: 270px;
        margin-left: 0%;
        display:inline-block;
        text-align:left;
    }
}

@media screen and (max-width: 480px) {
    .important-content {
        width: calc(80% * 1 - 0px);
        margin-top: 220px;
        height: 252px;
        display:inline-block;
        text-align:left;
    }
    .calendar-content{
        width: calc(80% * 1 - 0px);
        height: 180px;
        margin-top: 280px;
        margin-left: 0%;
        display:inline-block;
        text-align:left;
    }
}

#inform {
    position: absolute;
    top: 730px;
    right: 110px;
    width: 170px;
    max-height: 170px; /* 设置最大高度，当高度达到此值时出现滚动条 */

    z-index: 10;
    background-color: #E0E5E5;
    overflow: hidden; /* 自动添加滚动条 */
    box-shadow: 0px 0px 10px #000; /* 外阴影 */
    display: none; /* 默认隐藏 */
}

#informTable {
    table-layout: fixed; /* 用于实现表格td自动换行的部分代码*/
    width: 325px;
}

#informTable tr td {
    width: 300px;
    height: 30px;
    font-size: 16px;
    font-family: Georgia;
    color: #FFFFFF;
    word-wrap: break-word; /*自动换行*/
    padding: 0 0 0 0;
}
.border-contact-div:hover{
    border-radius: 2%;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    outline: 0;
    z-index: 1;
}
#informTable tr td:hover {
    background-color: #D9D9D9;
}

#inform hr {
    border: 1;
    width: 325px;
    margin-bottom: 0px;
}
#adleft, #adright {
    width: 110px;
    height: 126px;
    padding: 20px;
    font: 14px/20px arial;
    text-align: center;
    position: absolute;
    cursor: pointer;
    color: #fff
}

#adleft {
    left: 0;
    top: 630px;
}

#adright {
    right: 0;
    top: 730px;
}
/*.module__row-right {*/
/*    text-align:left;*/
/*    float: right;*/
/*    width: 200px;*/
/*    height: 300px;*/
/*    margin-left: 10%*/
/*}*/

.module__row-right span,p{
    font-size: 14px;
}




.nav__mega-category-header1:hover {
    border-radius:8px;
    background-color: white;
    color: #0061a7;
    z-index:999;
    padding-top: 2px;
    padding-left: 10px;
}
.nav__mega-category-header2:hover {
    border-radius:8px;
    background-color: white;
    color: #0061a7;
    z-index:999;
    padding-top: 2px;
    padding-left: 10px;
}
.nav__mega-category-header3:hover {
    border-radius:8px;
    background-color: white;
    color: #0061a7;
    z-index:999;
    padding-top: 2px;
    padding-left: 10px;
}
.nav__mega-category-header4:hover {
    border-radius:8px;
    background-color: white;
    color: #0061a7;
    z-index:999;
    padding-top: 2px;
    padding-left: 10px;
}.nav__mega-category-header5:hover {
     border-radius:8px;
     background-color: white;
     color: #0061a7;
     z-index:999;
     padding-top: 2px;
     padding-left: 10px;
 }.nav__mega-category-header6:hover {
      border-radius:8px;
      background-color: white;
      color: #0061a7;
      z-index:999;
      padding-top: 2px;
      padding-left: 10px;
  }
.nav__mega-category-header7:hover {
    border-radius:8px;
    background-color: white;
    color: #0061a7;
    z-index:999;
    padding-top: 2px;
    padding-left: 10px;
}.nav__mega-category-header8:hover {
     border-radius:8px;
     background-color: white;
     color: #0061a7;
     z-index:999;
     padding-top: 2px;
     padding-left: 10px;
 }
.nav__mega-category-header9:hover {
    border-radius:8px;
    background-color: white;
    color: #0061a7;
    z-index:999;
    padding-top: 2px;
    padding-left: 10px;
}
.nav__mega-category-header10:hover {
    border-radius:8px;
    background-color: white;
    color: #0061a7;
    z-index:999;
    padding-top: 2px;
    padding-left: 10px;
}
.nav__mega-category-header11:hover {
    border-radius:8px;
    background-color: white;
    color: #0061a7;
    z-index:999;
    padding-top: 2px;
    padding-left: 10px;
}
.nav__mega-category-header12:hover {
    border-radius:8px;
    background-color: white;
    color: #0061a7;
    z-index:999;
    padding-top: 2px;
    padding-left: 10px;
}
.nav__mega-category-header13:hover {
    border-radius:8px;
    background-color: white;
    color: #0061a7;
    z-index:999;
    padding-top: 2px;
    padding-left: 10px;
}.nav__mega-category-header14:hover {
     border-radius:8px;
     background-color: white;
     color: #0061a7;
     z-index:999;
     padding-top: 2px;
     padding-left: 10px;
 }
.nav__mega-flyout-col ps{
    display: none;
}
.bottom-logo{
    width: 17px;
    height: 15px;
    margin-right:3px;
}
.bottom-div{
    width: 70px;
}

.index-list-a :hover{
    font-weight: 520;
    text-decoration:underline
}
.index-list {
    width: 100%
}

.index-list ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: block;
    width: 100%;
    margin-bottom: 20px
}

.index-list ul:after {
    content: "";
    display: block;
    clear: both
}

.index-list ul li {
    list-style: none
}

.index-list li {
    color: black;
    width: calc(99.9% * 1 / 5 - 0px);
    margin-bottom: 20px;
    clear: none
}

.index-list li:nth-child(1n) {
    float: left;
    margin-right: 0px;
    clear: none
}

.index-list li:last-child {
    margin-right: 0
}


.index-list a {
    color: black;
}

.index-list a:hover{
    color: #00569b;
}


