/*#gHeader .sub1 .item:nth-child(1) .links a:after{background:#9d0951;}
#gHeader .sub1 .item:nth-child(2) .links a:after{background:#00c87f;}
#gHeader .sub1 .item:nth-child(3) .links a:after{background:#41b9b2;}
#gHeader .sub1 .item:nth-child(4) .links a:after{background:#00b0ec;}
#gHeader .sub1 .item:nth-child(5) .links a:after{background:#e8458b;}
#gHeader .sub1 .item:nth-child(6) .links a:after{background:#f35c3a;}
#gHeader .sub1 .item:nth-child(7) .links a:after{background:#bf9d63;}*/

/*#gHeader .sub1 .item:nth-child(1) .links a:hover{color:#9d0951;}
#gHeader .sub1 .item:nth-child(2) .links a:hover{color:#00c87f;}
#gHeader .sub1 .item:nth-child(3) .links a:hover{color:#41b9b2;}
#gHeader .sub1 .item:nth-child(4) .links a:hover{color:#00b0ec;}
#gHeader .sub1 .item:nth-child(5) .links a:hover{color:#e8458b;}
#gHeader .sub1 .item:nth-child(6) .links a:hover{color:#f35c3a;}
#gHeader .sub1 .item:nth-child(7) .links a:hover{color:#bf9d63;}*/

#gHeader .sub1 .item:nth-child(5) .links {
   /* margin-left: -503px;*/
    left:auto;
}
#gHeader .sub1 .item.center .links{
    left:0; margin-left:0;
}
#gHeader .sub1 .item:nth-child(6) .links {
    margin-left: -276px;
}

#gHeader .nav {
    margin-right: 40px;
}

#gHeader li:first-child .level1 {
  /*  font-weight: bold;
    color: #005ead;*/
}

#gHeader li:first-child .level1:after {
  /*  height: 2px;
    transform: scaleX(1);*/
}

#gHeader li:first-child .sub a {
    margin: 0 35px;
}

#gFooter .nav {
    width: 75%;
}

#gFooter .nav ul {
    display: flex;
    justify-content: space-between;
}

#gFooter .nav li {
    float: none;
    width: auto;
    margin: 0;
}
.lmtitle {
    font-size: 30px;
    color: #5B5B5B;
}
@media all and (max-width: 1480px) {
    #gHeader .nav {
        margin-right: 50px;
    }

    #gHeader li:first-child .sub a {
        margin: 0 26px;
    }
}

@media all and (max-width: 767px) {
    #gHeader .nav {
        margin-right: 0;
    }

    #gHeader li:first-child .level1 {
        font-weight: normal;
        color: #d7e7ff;
    }

    #gHeader li:first-child .sub a {
        margin: 0;
    }

    #gFooter .menu {
        padding-top: 11.73vw;
    }

    #gFooter .nav {
        width: auto;
    }

    #gFooter .nav li {
        width: 26.53vw;
    }

    #gFooter .contactUs .chd {
        margin-bottom: 8vw;
    }

    #gFooter .contactUs .cbd li {
        margin-bottom: 5vw;
    }

    #gFooter .contactUs .cbd .city {
        margin-bottom: 1vw;
    }
}
