html body {
    height: 100%;
    width: 100%;
    margin: 0 0;
    padding: 0 0;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    border: none;
    outline: none;
}

img {
    display: block;
    border: none;
}
.wrappers {
    width: 100%;
    min-width: 1480px;
    height: 100%;
}
.nav {
    z-index: 5;
    /* position: fixed; */
    /*position: absolute;*/
    /* box-shadow: 0 2px 10px 0px #000; */
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 102px;
    line-height: 70px;
    transition: all .9s ease;
    opacity: 1;
}

.nav:hover {
    opacity: 1;
}

.nav .logo-square {
    /* position: absolute; */
    float: left;
    width: 483px;
    height: 102px;
    background-color: #CD1D18;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav .logo-square img {
    /*width: 460px;*/
    /*height: 66px;*/
}

.nav-right {
    /*width: calc(100% - 538px);*/
    /*float: right;*/
    margin-top: 20px;
    /* display: flex;
    justify-content: flex-start;
    align-items: center; */
}

.nav .nav-right .navigation {
    margin-left: 15rem;
    /*width: 724px;*/
    position: relative;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    padding: 10px 0;
    margin-right: 50px;
}

.nav .navigation li {
    color: #666666;
    cursor: pointer;
    font-size: 16px;
    height: 65px;
    position: relative;
}

.nav .navigation li::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #E40012;
    border-radius: 2px;
    transition: all 0.4s ease;
}
.nav .navigation .sy:hover::after {
    width: 32px;
}

.nav .navigation li:hover::after {
    width: 65px;
}

.nav .navigation li:hover {
    color: #E40012!important;
    text-shadow: none!important;
}
.nav .navigation li a:hover {
    color: #E40012!important;
    text-shadow: none!important;
}

/* .nav .navigation li.active {
    font-size: 18px;
    color: #E40012;
    cursor: pointer;
    border-bottom: 3px solid #E40012;
    border-radius: 2px;
} */
.logo {
    width: 51px;
    height: 51px;
    vertical-align: top;
    margin: 9px 0 0 20px;
    transition: all .4s ease;
}

.logo:hover {
    transform: rotate(5deg) scale(1.05);
}

.nav .conection {
    height: 60px;
    min-width: 210px;
    padding: 10px 0;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav .conection img {
    width: 28px;
    height: 28px;
    margin-right: 18px;
}

.nav .conection span {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: #333333;
    line-height: 15px;
    /*margin-right: 35px;*/
    /* margin-right: 128px; */
}

.nav a {
    line-height: 70px;
    transition: all .4s ease;
    color: #666666;
    height: 65px;
    display: inline-block;
}

.nav a:hover {
    /* text-shadow: 1px 1px 3px #000; */
}

.nav h1 {
    line-height: 70px;
    float: left;
}

/* .nav span {
    position: absolute;
    left: 80px;
    top: 0;
} */
.nav h1 p {
    display: none;
}

.nav li {
    display: inline;
    float: right;
    margin: 0 20px;
}
@media screen and (max-width: 680px) {
    .nav .navigation {
        display: none;
    }

    .nav span {
        font-size: 22px;
    }

    #next,
    #prev {
        display: none;
    }


    .title {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .titleEng {
        font-size: 18px;
    }
    .nav .nav-right .navigation  {
        margin-left: 0!important;
    }
}
@media screen and (max-width: 1480px) {
    html {
        width: 1480px;
    }
    body {
        width: 1480px;
        overflow-x: scroll;
    }
    .nav {
        width: 1480px;
    }
    .nav .nav-right .navigation  {
        margin-left: 0!important;
        width: unset!important;
    }
}
@media screen and (max-width: 1680px) {
    html {
        width: 1680px;
    }
    body {
        width: 1680px;
        overflow-x: scroll;
    }
    .nav {
        width: 1680px;
    }
    .page {
        width: 1680px;
    }
    .page6 {
        padding-top: 0!important;
    }
    .page6 .focus {
        width: 92% !important;
        height: 60%;
    }
    .page6  .fp-slidesContainer{
        width: 95% !important;
        margin: auto!important;
        float: none!important;
    }
    .page6  .carousel-inner .item {
        width: 100%;
        height: 43rem;
    }
    .nav .nav-right .navigation  {
        margin-left: 0rem!important;
        width: unset!important;
    }
}
@media (max-width: 1919px) and (min-width: 768px) {
    html {
        zoom: 93%;
    }

    @-ms-viewport { width: 1920px; }
}
.nav_banner {
    /*height: 440px!important;*/
    width: 100%;
}


.nav-space {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 102px;
    background-color: #CD1D18;
}
.nav-space .logo-square {
    float: left;
    width: 400px;
    height: 102px;
    background-color: #CD1D18;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-space .logo-square img {
    width: 354px;
    height: 55px;
}
nav {
    margin: 0 auto;
    list-style: none;
    background: #fff;
    width: calc(100% - 400px);
    min-width: 1080px;
    float: right;
    height: 102px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#main {
    padding-left: 232px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 102px; */
}

#main li {
    display: flex;
    position: relative;
    padding: 25px 0px;
    cursor: pointer;
    z-index: 5;
    color: #666666;
    cursor: pointer;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    margin: 0 22px;
}

li {
    margin: 0;
}

/* #main li:hover {
    background: #E40012;
} */
#main  li::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #E40012;
    border-radius: 2px;
    transition: all 0.4s linear;
}
#main .sy-tab:hover::after {
    width: 32px;
}
#main  li:hover::after {
    width: 70px;
}
#main  li a:hover {
    color: #E40012!important;
}

.nav-space  #main  li:hover {
    color: #E40012!important;
}
nav .conection {
    height: 60px;
    min-width: 210px;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 80px;
}

nav .conection img {
    width: 28px;
    height: 28px;
    margin-right: 18px;
}

nav .conection span {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: #333333;
    line-height: 15px;
    /* margin-right: 128px; */
}

#main li:hover ul div {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.bar .navigation li a{
    height: 64px;
    display: flex;
    align-items: center;
}
.bar .navigation li a:hover {
    color: #E40012 !important;

}
