.aside-nav .nav-list .subNav li a:hover {
    text-decoration: none;}

*{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;}
@media screen and (max-width: 1540px){
    .top_right {
        margin-right: 60px;}
}
@media screen and (min-width: 1001px){
    .top_nav {
        min-width: 1442px;
        max-width: 1920px;}
    
    html, body {
        min-width: 1442px;
        max-width: 1920px;
        margin: 0 auto;}
}

.fs13 {
    font-size: 13px;}

.top_right_secon_line ul li {
    cursor: pointer;}

.top_right_secon_line ul li a {
    display: inline-block;
    width: 100%;}
.main_ej_right ul li{
    cursor: pointer;}
.main_ej_right ul li a{
    width: 100%;
    display: inline-block;}

.footerLink li:nth-child(2) a:hover, .footerLink li:nth-child(3) a:hover {
    background-color: #e6162d;
    border-color: #e6162d;}
        .flex {
            display: flex;
            justify-content: space-around;
            align-items: center;}

        .verticalCenter{
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);}

        .footer {
            min-width: 1442px;
            max-width: 1920px;
            width: 100%;
            height: 250px;
            background-image: url(images/g.jpg);
            background-size: 100% 100%;}

        .footer-top {
            width: 100%;
            height: 250px;
            position: relative;}

        .footer-bottom {
            width: 100%;
            height: 50px;
            background: linear-gradient(to right, #161120, #0f1e3f, #0b1130);}

        .footer-top-left,
        .footer-top-right {
            width: 50%;}

        .footer-top-left {
            margin-left: 100px;}

        .footer-top-left-pic img {
            width: 190px;
            height: 100%;}

        .footer-top-left-info {
            width: 600px;
            left: 320px;}

        .footer-top-left-info h5 {
            color: white;
            font-size: 16px;
            font-weight: bold;
            /* margin-bottom: 20px; */
            margin: 0px 0 20px 0;
            padding: 0;}

        .footer-top-left-info ul {
            margin: 0;
            padding: 0;}


        .footer-top-left-info ul li {
            float: left;
            width: 100%;
            height: 30px;
            color: white;
            font-size: 16px;
            list-style: none;}

        .footer-wxwb {
            right: 400px;}

        .logo-bottom {
            width: 300px;
            height: 70px;
            margin-bottom: 32px;}

        .logo-bottom img {
            width: 100%;
            height: 100%;}

        .footerLink {
            position: relative;
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0;}

        .footerLink:before {
            width: 100%;
            height: 1px;
            background-color: #fff;
            opacity: 0.3;
            content: '';
            position: absolute;
            top: -16px;
            left: 0;}

        .footerLink span a {
            color: #fff;
            width: 50px;
            height: 50px;
            text-align: center;
            border: 1px solid #fff;
            border-radius: 50%;
            transition: all 0.3s ease-in-out;
            display: flex;
            justify-content: center;
            align-items: center;}

        .footerLink span:nth-child(4) a {
            border: none;}

        .footerLink span:nth-child(4) a img {
            height: 50px;
            width: auto;}

        .footerLink span:nth-child(1) a:hover {
            background-color: #75bd29;
            border-color: #75bd29;}

        .footerLink span:nth-child(2) a:hover,
        .footerLink span:nth-child(3) a:hover {
            background-color: #e6162d;
            border-color: #e6162d;}

        .footerLink span a img {
            width: 44px;
            height: 44px;}

        .footer-top-right-container {
            right: 100px;}

        .mian-text {
            text-align: center;
            font-size: 13px;
            color: rgb(143, 143, 143);
            line-height: 50px;}

        .mian-text a {
            color: #fff;
            font-size: 13px;
            letter-spacing: 0.125em;
            text-decoration: none;
            text-transform: none;
            padding: 0 10px;}
        
        .mian-text a span {
            position: relative;}

        .mian-text a span::after {
            background-color: #fff;
            content: "";
            display: block;
            height: 1px;
            margin-top: -16px;
            position: absolute;
            right: 0;
            -o-transition: width 0.2s ease;
            -moz-transition: width 0.2s ease;
            transition: width 0.2s ease;
            -webkit-transition: width 0.2s ease;
            width: 0;}

        .mian-text a:hover  span:after {
            background: #fff;
            left: 0;
            width: 100%
        ;}

        .mian-text a:first-child {
            cursor: text;}

        @media (max-width: 1660px) {
            .mian-text a {
                color: #fff;
                font-size: 11px;
                letter-spacing: 0.125em;
                text-decoration: none;
                text-transform: none;
                padding: 0 10px;}

            .footer-top-left {
                margin-left: 60px;}


            .footer-top-left-info {
                left: 280px;}

            .footer-top-right-container {
                right: 60px;}

            .footer-wxwb {
                right: 360px;}
        }
