﻿@charset "utf-8";
@import url("../css/common/grid.css");

/*网格*/

@import url("../css/common/layout.css");

/*整体框架*/

@import url("../css/common/icon.css");

/*图标*/

@import url("../css/common/ie.css");

/*图标*/

@import url("../css/animate.css");

/*动画效果*/

@import url("../css/common/page.css");

/*图标*/

@import url("../css/navi/navi_02.css");

/*02导航*/

@import url("../css/common/kefu.css");

/*02导航*/

@import url("../css/navi/navi_01.css");

/*02导航*/

@import url("./jquery.fancybox.css");
/*动画*/

html {
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
    box-sizing: border-box;
    /* scroll-behavior: smooth; */
}

*,
::after,
::before {
    box-sizing: border-box;
}

.clear {
    display: none;
    clear: both;
}

.dowebok .section {
    overflow: hidden;
}

body {
    overflow: hidden;
}

.header {
    width: 100%;
    height: 110px;
    background: none;
    position: fixed;
    z-index: 999;
}

.header .navbar {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.header .navbar .pc_menu {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transition: all 0.3s 0s ease-in-out;
    transition: all 0.2s linear -1ms;
    -webkit-transition: all 0.2s linear -1ms;
    -moz-transition: all 0.2s linear -1ms;
    -ms-transition: all 0.2s linear -1ms;
    -o-transition: all 0.2s linear -1ms;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.header .navbar .pc_menu .Big-index {
    width: 100%;
    height: 100%;
}

.header .navbar .pc_menu .pc_logo {
    height: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 4.16%;
}

.header .navbar .pc_menu .pc_logo a {
    display: block;
    height: 65%;
}

.header .navbar .pc_menu .pc_logo a img {
    height: 100% !important;
}

.header .navbar .pc_menu .pc_logo .theme {
    border-left: 1px solid #cccccc;
    padding-left: 36px;
    margin-left: 36px;
}

.header .navbar .pc_menu .pc_logo .theme p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.header .navbar .pc_menu .pc_logo .theme h1 {
    font-size: 20px;
    color: #1360b4;
    line-height: 30px;
    font-weight: bold;
}

.header .navbar .pc_menu .pc_menu_right {
    height: 100%;
    padding-right: 8.3%;
}

.header .navbar .pc_menu .pc_menu_right>li {
    padding: 0 0.6%;
    margin-left: 1.2%;
    margin-right: 1.2%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header .navbar .pc_menu .pc_menu_right>li .t {
    display: block;
    font-weight: lighter;
    color: #333333;
    position: relative;
}

.header .navbar .pc_menu .pc_menu_right>li .t .zh {
    font-size: 16px;
    line-height: 30px;
    color: #222222;
}

.header .navbar .pc_menu .pc_menu_right>li .t .en {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    text-transform: uppercase;
}

.header .navbar .pc_menu .pc_menu_right>li.active .t .zh {
    color: #1360b4;
}

.header .navbar .pc_menu .pc_menu_right>li.active .t .en {
    color: #1360b4;
}

.header .navbar .pc_menu .pc_menu_right>li::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #1360b4;
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .5 linear;
    -webkit-transition: all .5 linear;
    -moz-transition: all .5 linear;
    -ms-transition: all .5 linear;
    -o-transition: all .5 linear;
}

.header .navbar .pc_menu .pc_menu_right>.active::after {
    opacity: 1;
}

.header .navbar .pc_menu .pc_menu_right>li:hover::after {
    opacity: 1;
}

.header .navbar .pc_menu .pc_menu_right>li:hover .t .zh {
    color: #1360b4;
}

.header .navbar .pc_menu .pc_menu_right>li:hover .t .en {
    color: #1360b4;
}


/*-----滚动后--------*/

.header.pc_fixed .header-top {
    opacity: 0;
    height: 0;
}

.header .navbar .pc_menu .pc_logo p br {
    display: none;
}

.language {
    position: absolute;
    width: 100px;
    height: 34px;
    right: 5%;
    top: 50%;
    border-left: 1px solid #666666;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
}

.language ul {
    height: 100%;
    padding-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/language-arrow.png) no-repeat top 14px right;
    margin: 0 20px;
    padding: 0;
    position: relative;
}

.language ul li {
    font-size: 14px;
    color: #666666;
    display: none;
    cursor: pointer;
    width: 100%;
}

.language ul li.active {
    display: block;
}

.language ul li:hover a {
    color: #124386;
}

.language ol {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 10;
    display: none;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.language ol li {
    width: 120px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 40px;
}

.language ol li a {
    display: block;
}

.language ol li:hover {
    background-color: #a00d20;
}

.language ol li:hover a {
    color: #fff;
}

@media(max-width:1600px) {
    .header .navbar .pc_menu .pc_logo p {
        font-size: 20px;
    }
}

@media(max-width:1600px) {
    .header .navbar .pc_menu .pc_logo p {
        font-size: 18px;
    }
    .header-top-container ul p,
    .header-top-container ul a {
        font-size: 13px;
        line-height: 13px;
    }
    .header .navbar .pc_menu .pc_logo .theme h1 {
        font-size: 16px;
    }
    .header .navbar .pc_menu .pc_logo .theme p {
        font-size: 13px;
    }
}

@media(max-width:1400px) {
    .header .navbar .pc_menu .pc_menu_right>li .t {
        font-size: 14px;
    }
    .header .navbar .pc_menu .pc_logo p {
        font-size: 16px;
        line-height: 18px;
    }
}

@media(max-width:1200px) {
    .header {
        height: 60px;
    }
    .header .navbar .pc_menu .pc_logo {
        left: 3.5%;
    }
    .header .navbar .pc_menu .pc_logo a {
        height: 70%;
    }
    .header .navbar .pc_menu .pc_logo .theme {
        padding-left: 26px;
        margin-left: 26px;
    }
    .header .navbar .pc_menu .pc_logo .theme p {
        font-size: 12px;
        line-height: 24px;
    }
    .header .navbar .pc_menu .pc_logo .theme h1 {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:1200px) {
    .Big-index {
        height: 60px;
    }
    .header.pc_fixed .header-top {
        opacity: 1;
    }
    .header-top-container ul p,
    .header-top-container ul a {
        letter-spacing: -0.03rem;
    }
    .language {
        display: none;
    }
}

@media(max-width:550px) {
    .header .navbar .pc_menu .pc_logo .theme {
        padding-left: 10px;
        margin-left: 10px;
    }
}


/* 手机端切换中英 */

.m_language {
    padding: 0 20px;
    display: flex;
    align-items: center;
    color: #333333;
}

.m_nav .ul {
    margin-bottom: 10px;
}

.m_language a {
    color: #333333;
    font-size: 18px;
    transition: all .5s linear;
}

.m_language a:first-child {
    margin-right: 10px;
}

.m_language a:last-child {
    margin-left: 10px;
}

.m_language .active {
    color: #a00d20;
}

.m_language a:hover {
    color: #a00d20;
}


/* banner */

.part_one {
    width: 100%;
    overflow: hidden;
    margin-top: 110px;
}

.part_one .swiper {
    width: 100%;
}

.part_one .swiper .swiper-wrapper {
    width: 100%;
}

.part_one .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.part_one .swiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    display: inline-block;
}

.part_one .swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
}

.swiper-button-next::after {
    display: none;
}

.swiper-button-prev::after {
    display: none;
}

.part_one .swiper .swiper-button-next {
    display: none;
}

.part_one .swiper .swiper-button-prev {
    display: none;
}

.part_one .swiper .swiper-pagination {
    position: absolute;
    width: 100%;
    padding: 0 4%;
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.part_one .swiper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 24px;
    height: 5px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    -ms-border-radius: 2.5px;
    -o-border-radius: 2.5px;
    margin: 0 6px;
}

.part_one .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1360b4;
}

@media(max-width:1200px) {
    .part_one {
        margin-top: 60px;
    }
}

@media(max-width:760px) {
    .part_one .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 3px;
        margin: 0 4px;
    }
}


/* 底部 */

.footer {
    width: 100%;
    background-color: #f6f6f6;
}

.footer .content {
    width: 75%;
    margin: 0 auto;
}

.footer .content .boxlist {
    width: 100%;
}

.footer .content .boxlist .top {
    padding: 80px 0 60px;
    display: flex;
    justify-content: space-between;
}

.footer .content .boxlist .top .left {
    width: 66.6%;
    display: flex;
    justify-content: space-between;
}

.footer .content .boxlist .top>.left>li {
    padding-top: 12px;
    padding-right: 10px;
}

.footer .content .boxlist .top .left>li:nth-child(1) {
    width: 52%;
}

.footer .content .boxlist .top .left>li>a {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 20px;
}

.footer .content .boxlist .top .left li ol {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
}

.footer .content .boxlist .top .left>li:nth-child(1) ol {
    display: flex;
    flex-wrap: wrap;
}

.footer .content .boxlist .top .left>li:nth-child(1) ol li {
    width: 33.3%;
}

.footer .content .boxlist .top .left li ol li a {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.footer .content .boxlist .top .right {
    width: auto;
}

.footer .content .boxlist .top .right .address {
    width: 100%;
    text-align: right;
}

.footer .content .boxlist .top .right .address p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.footer .content .boxlist .top .right .address p img {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}

.footer .content .boxlist .top .right .address h1 {
    font-size: 34px;
    color: #1360b4;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer .content .boxlist .bottom {
    width: 100%;
}

.footer .content .boxlist .bottom .bottom_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.footer .content .boxlist .bottom .bottom_top .footer_logo {
    width: auto;
}

.footer .content .boxlist .bottom .bottom_top .footer_logo a img {
    max-width: 100%;
}

.footer .content .boxlist .bottom .bottom_top .share {
    width: auto;
}

.footer .content .boxlist .bottom .bottom_top .share ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer .content .boxlist .bottom .bottom_top .share ul li {
    margin: 0 10px;
    position: relative;
}

.footer .content .boxlist .bottom .bottom_top .share ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #cccccc;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.footer .content .boxlist .bottom .bottom_top .share ul li a img {
    width: 22px;
    height: 22px;
}

.footer .content .boxlist .bottom .bottom_top .share ul li .img {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 130%;
    transform: translateX(-50%) scale(0);
    left: 50%;
    transition: all .5s linear;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    transition: all .5s linear;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.footer .content .boxlist .bottom .bottom_top .share ul li:nth-child(1):hover .img {
    transform: translateX(-50%) scale(1);
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
}

.footer .content .boxlist .bottom .bottom_top .share ul li .img img {
    width: 100%;
}

.footer .content .boxlist .bottom .bottom_bottom {
    width: 100%;
    padding: 25px 0 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #cccccc;
}

.footer .content .boxlist .bottom .bottom_bottom p {
    color: #999999;
    font-size: 14px;
    margin-right: 15px;
    line-height: 30px;
}

.footer .content .boxlist .bottom .bottom_bottom p a {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}

@media(max-width:1600px) {
    .footer .content .boxlist .top .left {
        width: 72%;
    }
}

@media(max-width:1400px) {
    .footer .content {
        width: 85%;
    }
}

@media(max-width:1200px) {
    .footer .content {
        width: 95%;
    }
    .footer .content .boxlist .top .left {
        display: none;
    }
    .footer .content .boxlist .top .right .address {
        text-align: left;
    }
    .footer .content .boxlist .top .right .address p {
        justify-content: flex-start;
    }
    .footer .content .boxlist .top {
        padding: 30px 0 20px;
    }
    .footer .content .boxlist .top .right .address p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer .content .boxlist .top .right .address h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .footer .content .boxlist .bottom .bottom_bottom {
        padding: 15px 0 25px;
    }
}

@media(max-width:760px) {
    .footer .content .boxlist .bottom .bottom_top .footer_logo {
        width: 30%;
    }
    .footer .content .boxlist .bottom .bottom_bottom {
        flex-wrap: wrap;
    }
    .footer .content .boxlist .bottom .bottom_bottom p {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }
    .footer .content .boxlist .bottom .bottom_bottom p a {
        font-size: 12px;
        line-height: 20px;
    }
    .footer .content .boxlist .bottom .bottom_top .share ul li a {
        width: 26px;
        height: 26px;
    }
    .footer .content .boxlist .bottom .bottom_top .share ul li a img {
        width: 18px;
        height: 18px;
    }
    .footer .content .boxlist .bottom .bottom_top .share ul li {
        margin: 0 5px;
    }
    .footer .content .boxlist .top .right .address p {
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 24px;
    }
    .footer .content .boxlist .top .right .address h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .footer .content .boxlist .top .right .address p img {
        width: 15px;
        margin-right: 5px;
    }
}

@media(min-width:760px) {
    .part_one .swiper .swiper-wrapper .swiper-slide a .one {
        display: block;
    }
    .part_one .swiper .swiper-wrapper .swiper-slide a .two {
        display: none;
    }
}

@media(max-width:760px) {
    .part_one .swiper .swiper-wrapper .swiper-slide a .one {
        display: none;
    }
    .part_one .swiper .swiper-wrapper .swiper-slide a .two {
        display: block;
    }
}

p>img {
    max-width: 100%;
}