.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper h1 {
    font-size: 4rem;
}

.wrapper-con {
    color: #333;
    width: 96%;
    max-width: 1920px;
    min-height: 600px;
    margin: 0 auto;
    padding: 80px 0;
}

.nav {
    width: 100%;
    height: 141px;
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 999;
    background: linear-gradient(0deg, #00279100, #00479d);
    transition: 0.15s;
}

.nav .logo {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 10;
    width: 160px;
    height: 50px;
    margin: 0 auto;
    background-image: url(../img/logo2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.nav_item {
    width: 90%;
    display: flex;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.nav_item li.p_navItem1 {
    min-width: 98px;
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    /* border-top: 2px solid RGBA(255, 255, 255, 0); */
}

.nav_item li.p_navItem1 a {
    padding-top: 18px;
    height: 100%;
    font-family: MicrosoftYaHei, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #fff;
    font-size: 16px;
}

.nav_item li.p_navItem1>a:hover {
    border-top: 2px #fff solid;
    padding-top: 16px;
}

.nav_item .li_search {
    position: relative;
    padding: 0;
    padding-top: 19px;
    font-size: 16px;
    color: #fff;
    flex-basis: 0px;
}

#nav_active .nav_item .li_search {
    /* height: 50px; */
    padding: 0;
    padding-top: 0;
    font-size: 16px;
    color: #fff;
    transition: 0.4s;
    align-items: center;
    display: flex;
}

.nav_item .li_search input {
    position: absolute;
    top: 11px;
    right: 0px;
    height: 32px;
    padding: 0 30% 0 5%;
    font-size: 14px;
    border-radius: 16px;
    width: 65%;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    transition: .5s;
}

.nav_item .li_search .btn-search {
    background-image: url(../img/search.png);
    width: 20px;
    height: 20px;
    right: 10%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 90%;
    background-position-y: center;
    z-index: 1;
    padding: 0;
    position: absolute;
}

.nav_item .li_search .btn-search:hover {
    padding-top: unset;
    border-top: unset;
}

#nav_active .nav_item .li_search .btn-search {
    top: 25px;
    padding: 0px;
    background-image: url(../img/search-2.png);
    border-bottom: unset;
}


#nav_active .li_search input {
    top: 18px;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.language {
    position: relative;
    z-index: 1;
    text-align: center;
    flex: 0.5;
    transition: 1s;
}

.language .lang_title {
    display: block;
    height: 100%;
    color: #fff;
    margin-top: 16px;
}

#nav_active .language .lang_title {
    color: #000;
    margin-top: 0;
}

#nav_active .language .lang_title a:hover {
    border-bottom: unset;
}

.language .lang_list {
    display: none;
    padding: 0 0;
    position: absolute;
    color: #fff;
    z-index: 1;
    font-size: 14px;
    width: 4rem;
    right: 50%;
    translate: 50% 0;
}

#nav_active .language .lang_list {
    margin-top: 0;
}

.language .lang_list .lang_list_item {
    line-height: 28px;
    display: block;
    border: 0;
}

#nav_active .language .lang_list .lang_list_item {
    background: rgba(255, 255, 255, .8);
}

#nav_active .language .lang_list .lang_list_item a {
    line-height: 45px;
}

.language .lang_list .lang_list_item a {
    padding-top: unset;
}

#nav_active {
    top: 0;
    z-index: 100;
    margin: 0 auto;
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, .8);
    display: flex;
    flex-direction: row;
    transition: 0.4s;
}

#nav_active .logo {
    min-width: 100px;
    height: 70px;
    padding: 0 0;
    background-image: url(../img/logo.png);
    margin-left: 4%;
}

#nav_active .nav_item {
    border: 0;
}

#nav_active .nav_item li>a {
    font-size: 16px;
    line-height: 70px;
    height: 68px;
    border: 0;
    color: #000;
    padding-top: 0;
    border-bottom: 0px solid #0048a2;
}

#nav_active .nav_item li>a:hover {
    border-bottom: 2px solid #0048a2;
    color: #0048a2;
}

.nav_con .ul_list a:hover {
    border-bottom: unset !important;
    color: #529fff !important;
}

#nav_active .nav_con li,
#nav_active .nav_con li a {
    color: #fff;
    line-height: unset;
}

#nav_active .nav_con .cp_center,
#nav_active .nav_con .cp_center a {
    color: #fff;
    padding-top: unset;
}

.menusub>li:hover {
    border-top: 2px solid RGBA(255, 255, 255, 1);
    transition: all .3s;
}

.nav_item .nav_con {
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    width: 100%;
    height: 220px;
    z-index: 999;
    display: none;
    background-color: #003c87f2;
    margin: 0 auto;
}
#nav_active .nav_item .nav_con {
    top: 70px;
}
.nav_item .nav_con div[class^=nav] {
    position: relative;
    top: 0;
    width: 80%;
    height: 220px;
    min-width: 600px;
    max-width: 1160px;
    z-index: 0;
    margin: 0 auto;
}

.nav_opacity1 {
    opacity: 1 !important;
    transition: all .5s;
}

.nav_opacity2 {
    opacity: 0;
}


.nav_comany {
    display: flex;
    height: 220px;
    justify-content: space-evenly;
    align-items: center;
    max-width: 75rem;
}

.nav_comany div {
    padding: 0 30px;
}

.nav_comany div:nth-child(1) {
    height: 70%;
    width: 30%;
    min-width: 230px;
    overflow: hidden;
}

.nav_comany div:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav_comany div:nth-child(2) {
    width: 55%;
    height: 70%;
    min-width: 220px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
}

.nav_comany div:nth-child(2) p {
    text-indent: 2em;
    line-height: 2;
    font-size: 14px;
    color: #fff;
    text-align: justify;
    overflow: hidden;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.nav_comany div:nth-child(3) {
    height: 70%;
    width: 25%;
    min-width: 5rem;
}

.nav_comany ul {
    display: flex;
    min-width: 5rem;
    height: 100%;
    flex-direction: column;
    justify-content: space-evenly;
}

.nav_comany ul li {
    text-align: left;
}

.nav_comany ul li a {
    height: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 20px;
}

.nav_comany ul li:nth-child(1) {
    color: #29C0FF;
}

.nav_comany ul.ul_list li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 6px;
    background-color: #fff;
    line-height: 24px;
    margin-top: 11px;
}

.nav_comany ul.ul_list li:hover:before {
    width: 2px;
    height: 20px;
    background-color: #29C0FF;
    transition: 0.4s;
    line-height: 18px;
    margin-top: 4px;
}

.nav_news {
    display: flex;
    height: 220px;
    justify-content: space-around;
    align-items: center;
    max-width: 75rem;
}

.nav_news div {
    padding: 0 30px;
}

.nav_news div:nth-child(1) {
    height: 70%;
    width: 20%;
    min-width: 230px;
    overflow: hidden;
}

.nav_news div:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav_news div:nth-child(2) {
    width: 60%;
    min-width: 220px;
    height: 70%;
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.nav_news div:nth-child(2) h4 {
    margin-bottom: 10px;
    color: #fff;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#nav_active .nav_news div:nth-child(2) a,
.nav_news div:nth-child(2) a {
    text-indent: 2em;
    line-height: 24px;
    font-size: 14px;
    color: #8CC0FF;
    text-align: justify;
    transform: translateY(8%);
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0;
}

.nav_news div:nth-child(2) p {
    height: 4rem;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.nav_news div:nth-child(2) p a span {
    color: #fff;
}

.nav_news div:nth-child(3) {
    height: 60%;
    width: 20%;
    min-width: 5rem;
}

.nav_news ul {
    display: flex;
    height: 100%;
    text-align: left;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.nav_news ul li a {
    height: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
}

.nav_news ul li:nth-child(1) {
    color: #29C0FF;
}

.nav_news ul.ul_list li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 6px;
    background-color: #fff;
    /* left: 0; */
    line-height: 24px;
    margin-top: 12px;
}

.nav_news ul.ul_list li:hover::before {
    width: 2px;
    height: 20px;
    background-color: #29C0FF;
    transition: 0.4s;
    line-height: 20px;
    margin-top: 5px;
}

.nav_news .sub_list {
    width: 232px;
    height: 164px;
    background-color: rgba(8, 29, 73, 0.22);
    margin-left: 200px;
    display: none;
    top: 12.5%;
    opacity: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.sub_list li {
    text-align: center;
    line-height: 24px;
    margin: 0.3125rem auto;
}

.sub_list li:before {
    display: none;
}

.nav_news .sub_list a {
    color: #fff;
    padding-left: 0;
}

.ul_list li:hover .sub_list {
    opacity: 1;

}


.nav_business {
    display: flex;
    height: 220px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.nav_business .bus_pic {
    width: 60%;
    height: 67%;
    min-width: 400px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 40px;
}

.nav_business .bus_pic ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    flex-direction: row;
    overflow: hidden;
    justify-content: flex-start;
    align-content: center;
}

.nav_business .bus_pic ul li {
    width: 49%;
    height: 40%;
    /* max-height: 74px; */
    /* max-width: 370px; */
    margin: 2px;
    overflow: hidden;
}

.nav_business .bus_pic ul li img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav_business {
    height: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    max-width: 75rem;
    margin: 0 auto;
}

.nav_business .bus_list {
    width: 40%;
    min-width: 5rem;
    height: 80%;
    max-height: 168px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding-left: 40px;
}

.nav_business .bus_list ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.nav_business .bus_list ul li a {
    height: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
}

.nav_business .bus_list ul li:before {
    content: '';
    position: relative;
    display: block;
    width: 5px;
    height: 6px;
    background-color: #fff;
    float: left;
    top: 8px;
}

.nav_business .bus_list ul li:hover::before {
    width: 2px;
    height: 20px;
    background-color: #29C0FF;
    transition: 0.4s;
    top: 1px;
    margin-right: 3px;
}

.nav_product {
    display: flex;
    height: 220px;
    max-width: 75rem;
    justify-content: space-around;
    align-items: center;
}

.nav_product div {
    height: 70%;
    padding: 0 40px;
}

.nav_product>div:nth-child(1) {
    min-width: 5rem;
    width: 25%;
    padding: 0 40px 0 0;
}

.nav_product>div:nth-child(1) ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.nav_product>div:nth-child(2) {
    width: 55%;
    min-width: 350px;
    height: 164px;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.nav_product>div:nth-child(2) .cp_center {
    position: relative;
    width: 100%;
    height: 80%;
    top: 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    justify-content: flex-start;
    align-content: center;
}

.nav_product>div:nth-child(2) .cp_center a {
    width: 25%;
    margin: 10px 0;
    height: unset;
    padding: 0;
}

.nav_product div:nth-child(3) {
    min-width: 230px;
    height: 70%;
    width: 30%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 0 0 40px;
}

.nav_product div:nth-child(3) img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.nav_product ul li a {
    height: 24px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
    font-size: 16px;
}

.nav_product a {
    color: #fff;
    font-size: 16px;
}

.nav_product ul li:before {
    content: '';
    position: relative;
    display: block;
    width: 5px;
    height: 6px;
    background-color: #fff;
    float: left;
    top: 8px;
}

.nav_product ul li:hover::before {
    width: 2px;
    height: 20px;
    background-color: #29C0FF;
    transition: 0.4s;
    top: 2px;
}

.nav_occupation {
    position: relative;
    display: flex;
    height: 220px;
    max-width: 1200px;
    justify-content: space-around;
    align-items: center;
}

.nav_occupation ul {
    flex-direction: column;
    justify-content: space-around;
}

.nav_occupation ul li {
    height: 24px;
    color: #fff;
    font-size: 16px;
    min-width: 100px;
    line-height: 24px;
    margin: 10px 0;
    text-align: left;
}

.nav_occupation a {
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
}

.nav_occupation>div:nth-child(1) {
    display: flex;
    width: 70%;
    min-width: 520px;
    height: 220px;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-right: 40px;
}

.nav_occupation>div>div {
    margin: 0 0 0 1vw;
}

.nav_occupation>div:nth-child(1) img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.nav_occupation>div:nth-child(2) {
    width: 30%;
    min-width: 5rem;
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding-left: 40px;
}

.nav_occupation ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 6px;
    background-color: #fff;
    line-height: 24px;
    margin-top: 9px;
}

.nav_occupation ul li:hover::before {
    width: 2px;
    height: 20px;
    background-color: #29C0FF;
    transition: 0.4s;
    line-height: 20px;
    margin-top: 2px;
}

/* ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Âª */
.banner-con {
    padding: 0;
    margin: 0;
    min-height: unset;
    height: 480px;
    max-width: unset;
    width: 100%;
}

.banner-con img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.column-name {
    height: 80px;
    width: 100%;
    max-width: 1150px;
    margin: -150px auto 0 auto;
    position: relative;
}

.column-name p {
    text-align: center;
    height: 80px;
    width: 15%;
    padding: 0 10px;
    line-height: 80px;
    font-size: 28px;
    color: #fff;
    background-color: #1B4698;
}

.banner-nav {
    width: 100%;
    height: 70px;
    background-color: #00479ee6;
    position: relative;
}

.banner-nav-button {
    display: none;
}

.banner-nav ul {
    width: 100%;
    height: 70px;
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
}

.banner-nav ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 3%;
    color: #89B5F9;
}
.banner-nav ul .this-item {
    color: #fff;
    margin-top: 2px;
    border-bottom: 2px solid #fff;
}

.banner-nav ul li:hover {
    color: #fff;
}

.banner-nav ul li a {
    color: unset;
}

/* ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â¸ */

/* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â§Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Âª */
.nav-mobile {
    display: none;
}

/* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â§Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Âª */

.footer {
    background-color: #00479e;
    background-image: url(../img/bg-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100px;
    float: left;
    padding-top: 30px;
}

.wid {
    width: 100%;
    margin: 0 auto;
    max-width: 1150px;
}

.footer .intr {
    width: 100%;
    height: 101px;
}

.footer .intr .logo {
    width: auto;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .intr .share {
    width: auto;
}

.footer .intr .share ul {
    margin: 0;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .intr .share ul li {
    width: 38px;
    height: 38px;
    border: 1px solid #d0dded;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
}

.footer .inform {
    width: 100%;
    min-height: 100px;
    float: left;
    border-bottom: 1px solid #0086d1;
    padding-bottom: 22px;
    display: flex;
    justify-content: space-around;
}

.footer .inform .link ul li {
    margin-bottom: 10px;
    width: 40%;
    float: left;
}

.footer .inform .link ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.footer .inform .link ul li a:hover {
    color: #7ab6ff;
}

.col-lg-3 {
   flex: 1;
   min-height: 100px;
}

.footer .inform .address .item {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 10px;
}

.footer .inform .address .item .ico {
    width: 32px;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer .inform .address .item .text {
    width: calc(100% - 32px);
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    padding: 4px 0;
}

.footer .inform .ft-company .btns {
    height: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer .inform .ft-company .btns a {
    display: inline-block;
    width: 100px;
    height: 28px;
    border-radius: 14px;
    border: 1px solid #0086d1;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.footer .inform .ft-company .conts ul li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.footer .inform .wx,
.footer .inform .ft-company  {
    display: flex;
    justify-content: flex-end;
}
.footer .inform .ft-company  {
    margin-top: 10px;
}

.footer .inform .wx .box {
    width: 90px;
    margin-left: 5%;
}

.footer .inform .wx .box .imgs {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.footer .inform .wx .box .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer .inform .wx .box .txt {
    width: 100%;
    line-height: 58px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.copyright {
    width: 100%;
    /* background-color: #03428f; */
    height: 70px;
    float: left;
}

.copyright .text {
    width: 100%;
    padding: 13px 0;
}

.copyright .text p {
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    margin: 0;
    color: #fff;
}


@media screen and (max-width: 900px) {

    .nav {
        display: none;
    }

    #nav_active {
        display: none;
    }

    .nav-mobile {
        display: flex;
        position: fixed;
        z-index: 100;
        width: 100vw;
        max-width: 432px;
        height: 50px;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
        background-color: rgb(255 255 255 / 85%);
    }

    .nav-mobile a {
        display: contents;
    }

    .nav-mobile-logo {
        margin: auto 0;
        height: 50%;
        flex: 2;
        display: flex;
        justify-content: center;
    }

    .nav-mobile-logo img {
        height: 100%;
    }

    .nav-mobile .li_search {
        width: 40%;
        height: 50px;
        padding: 0;
        padding-top: 0;
        font-size: 16px;
        color: #fff;
        transition: 0.4s;
        align-items: center;
        display: flex;
    }
    .nav-mobile .li_search form {
        align-items: center;
        display: flex;
    }
    .nav-mobile .li_search input {
        height: 32px;
        padding: 0 24% 0 8%;
        font-size: 14px;
        border-radius: 16px;
        width: 100%;
        color: #000;
        border: 1px solid rgba(0, 0, 0, 0.4);
        background: rgba(255, 255, 255, 0.1);
        opacity: 1 !important;
        transition: .5s;
        margin-right: -20%;
    }

    .nav-mobile .li_search .btn-search {
        background-image: url(../img/search-2.png);
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: 90%;
        background-position-y: center;
        z-index: 1;
        padding: 0;
        display: block;
        margin-right: 5%;
    }

    .toggle-background {
        background: #E7E7E7;
    }

    .toggle-rotate {
        transform: rotate(180deg);
    }

    .toggle-nav {
        flex: .7;
        transition: all 0.25s ease;
        cursor: pointer;
        display: flex;
        justify-content: center;
    }

    .toggle-nav svg {
        width: 54%;
    }

    .m-logo {
        float: left;
        padding: 1em;
        width: 10em;
    }

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

    .mobile-nav {
        display: none;
        position: absolute;
        background: rgb(0 72 162 / 98%);
        width: 100%;
        z-index: -1;
        top: 50px;
        height: 100vh;
        overflow-y: scroll;
    }

    .mobile-nav li {
        list-style: none;
        position: relative;
    }

    .mobile-nav li a {
        display: contents;
    }

    .mobile-nav li p {
        padding: 0.8rem 1.2rem;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        border-bottom: 1px dotted #014280;
        display: block;
        text-transform: uppercase;
    }

    .mobile-nav li p::after {
        content: "";
        position: absolute;
        top: 10px;
        right: 4%;
        width: 40px;
        height: 40px;
        background: url(../img/6ea50f_16x16.png) center no-repeat;
        transition: 0.5s;
    }

    .mobile-nav li a p::after {
        content: "";
        background: unset;
    }

    .mobile-nav li:active {
        color: #0077ff;
    }

    .mobile-nav li a:active {
        color: #0077ff;
        -webkit-tap-highlight-color: transparent;
    }

    .mobile-nav .accordion-toggle {
        position: absolute;
        top: 0;
        z-index: 999;
        font-size: 1.8em;
        line-height: 2;
        right: 0;
        font-family: "FontAwesome";
        padding: 0 .5em;
        border-left: 1px solid #E7E7E7;
        transition: all 0.25s ease;
    }

    .mobile-nav .accordion-toggle .fa {
        transition: all 0.25s ease;
    }

    .mobile-nav li>ul {
        background: #053595;
        font-size: .8em;
        display: none;
    }

    /* .mobile-nav li:hover>ul {
        display: block;
    }  */

    .mobile-nav-sub {
        /* opacity: 0; */
        transition: opacity 0.3s ease;
    }

    .mobile-nav-sub.show {
        opacity: 1;
    }

    .mobile-nav .mobile-nav-sub-l a {
        padding-left: 3rem;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        border-top: 1px solid #014280;
        display: block;
        text-transform: uppercase;
        line-height: 2.5rem;
    }

    .mobile-nav .mobile-nav-sub-l a::after {
        display: none;
    }

    /* .mobile-nav li>ul li:last-child a {
        border: none;
    } */

    .mobile-nav li>ul ul {
        display: none;
    }

    .show-for-large-up {
        display: none;
    }

    .language {
        flex: .5;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .language .lang_title {
        margin-top: unset;
        /* width: 70%; */
        /* height: 70%; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .language .lang_title a {
        line-height: 50px;
        width: 28px;
        height: 28px;
        background-image: url(../img/lan.png);
        background-position: center;
        background-size: contain;
        display: block;
    }

    .language .lang_title svg {
        width: 40%;
        min-width: 28px;
        height: auto;
    }

    .language .lang_list {
        background-color: #ffffffd9;
        top: 50px;
    }

    .language .lang_list .lang_list_item {
        line-height: 38px;
    }

    /* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â§Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â¸ */
    /* ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â§Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Âª */
    .banner-nav {
        width: 100%;
        height: auto;
        background-color: #00479efa;
        position: relative;
    }

    .banner-nav-button {
        height: 48px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 6%;
        color: #fff;
        font-weight: bold;
    }

    .banner-nav-button svg {
        cursor: pointer;
    }

    .banner-nav ul {
        display: none;
        height: 0;
        flex-direction: column;
        background: rgb(2 80 177 / 90%);
    }

    .banner-nav .show {
        display: flex !important;
        height: auto;
        transition: 1s;
    }

    .banner-nav ul li {
        display: block;
        color: #b6d7ff !important;
        margin-top: unset !important;
        border-bottom: unset !important;
    }

    .banner-nav ul li P {
        padding: 0.8rem 1.2rem;
        text-decoration: none;
        font-size: 16px;
        border-top: 1px dotted #014280;
        display: block;
        text-transform: uppercase;
    }

    .banner-nav ul li P::after {
        content: "";
        position: absolute;
        display: inline-block;
        right: 8%;
        width: 10px;
        height: 21px;
        background: url(../img/arrow_right.png) center no-repeat;
        background-size: contain;
        transition: 0.5s;
    }

    .banner-con {
        height: 280px;
    }

    .column-name {
        height: 80px;
        width: 100%;
        max-width: 1150px;
        margin: -128px auto 0 auto;
    }

    .column-name p {
        width: 100%;
        font-size: 26px;
        font-weight: bolder;
        font-style: italic;
        background-color: unset;
        padding-left: 6%;
        text-align: left;
    }

    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
        height: 247px;
        background-position: -42px 0;
    }

    .footer .intr {
        height: auto;
        float: left;
        padding: 0 40% 15px 0;
        display: flex;
    }

    .footer .intr .logo {
        width: 70%;
        height: 34px;
        flex: 1;
        justify-content: flex-start
    }

    .footer .intr .logo img {
        width: 100%;
    }

    .footer .intr .share {
        display: none;
    }

    .footer .intr .share ul {
        height: 40px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer .inform .ft-company .conts ul li img {
        max-width: 100%;
    }

    .footer .inform .wx {
        display: none;
    }

    .footer .inform {
        min-width: unset;
        display: block;
        padding-bottom: 15px;
        border-bottom: unset;
    }

    .footer .inform .wx .box .txt {
        line-height: 30px;
    }

    .footer .inform .address {
        min-height: unset;
        padding-top: 0px;
    }

    .footer .col-lg-3 {
        width: 100%;
        min-height: unset;
    }

    .wid {
        padding: 0 15px;
    }

    .footer .inform .link {
        display: none;
    }

    .footer .inform .ft-company {
        display: none;
    }

    .footer .inform .address .item {
        width: 100%;
        display: flex;
        padding-bottom: 0;
    }

    .copyright {
        display: none;
    }
}