@charset "utf-8";
html{
    color:#000;
    background:#FFF;
    width:100%;
    /*user-select: none;*/
    font-size: 16px;
}


body {
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%;
    color: #1f1f1f;
    background: #fff;
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 14px;
    }
}

:root {
    --comcolor: #00a0e9;
    --subcolor: #E67E22;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
* :before, * :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


a { text-decoration:none;cursor:pointer; color: #333;}
a:focus{outline:0;}
li{list-style:none;}
.clear{ clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
h1,h2,h3,h4 {line-height: 2;}
input {
    border: none;
    outline: none;
}
em,i{font-style: normal;}
img {
    max-width:100%;
    height: auto;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none;
}
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#E3E3E3}
::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}




.w_95{max-width: 1400px;width: 95%;margin: 0 auto;}


#container {margin-top: 5rem;}
.top-section {width:100%;color:#ffffff;position: relative;min-height: 20rem;}
.top-section:after {content: '';width: 100%;height:100%;background: linear-gradient(to bottom, transparent 70%, #00000094 100%);position: absolute;left:0;top:0;}


.top-section .breadcrumb {
    padding-bottom:1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:1rem;
    flex-wrap: wrap;
    color:#ffffff;
    position: relative;
    z-index: 9;
}
.breadcrumb a {color:#ffffff;}

.top-section .section-title {
    text-align: center;
    padding: 10rem 0;
    position: relative;
    z-index: 9;
}
.top-section .tit { font-size: 2.5rem;margin-bottom: 2rem; font-weight: 600; }


@media (max-width: 1000px) {
    #container {margin-top: 5rem;}
    .top-section {min-height: 30vh;}
    .top-section .section-title {
        padding: 5rem 0;
    }
    .top-section .tit {font-size: 2rem;margin-bottom: 1rem;}
}





header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: #ffffff;
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    height:5rem;
}
.main-header .logo {
}
.main-header .logo img {
    height: 5rem;
}
.main-header .nav-menu {
    display: flex;
    gap: 1.5rem;
}
.main-header .nav-item {
    position: relative;
}
.main-header .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 1rem;
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    font-weight: 500;
}
.main-header .nav-item:hover > .nav-link,
.main-header .nav-item.active > .nav-link {
    background-color: var(--comcolor);
    color: #fff;
    border-radius: 0.3rem;
}
.main-header .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--comcolor);
    min-width: 20rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: none;
    z-index: 9999;
    margin-top: 0;
    padding: 0;
}
.main-header .submenu a {
    display: block;
    padding: 0.6rem 1rem;
    color: #fff;
    text-decoration: none;
    transition: background .2s;
}
.main-header .submenu a:hover {
    color: var(--subcolor);
}

.main-header .submenu .one-li:not(:last-child),
.main-header .submenu .one-li:first-child
{border-bottom: 1px dotted #cdcdcd;}

.main-header .submenu .tits {
    padding: 0 1.25rem;
    width: 100%;
    color: #fff;
    height: 3rem;
    line-height: 1.2;
    margin-right: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
}
.main-header .submenu .tits {font-size: 0.9rem;}
.main-header .submenu a:hover {
    color: var(--subcolor);
}



.main-header .submenu .has-submenu > a::after {
    content: "›";
    float: right;
}

/*语言*/
.main-header .lang-wrap {display: flex;align-items: center;margin-left: 2rem;}
.main-header .lang-wrap i {font-size: 1.5rem;}
.main-header .lang-select {
    background: #fff;
    color: #000;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    outline: none;
    margin-left: 0.5rem;
}



.main-header .menu-btn {
    position: absolute;
    bottom: 1.35rem;
    right: 1rem;
    width: 2.2rem;
    z-index: 2;
    height: 1.5rem;
    display: none;
}
.main-header .menu-btn i {
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 1px;
    background: var(--comcolor);
    display: block;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s
}
.main-header .menu-btn i.ie1 {
    margin-top: -0.8rem
}
.main-header .menu-btn i.ie3 {
    margin-top: 0.8rem
}
.main-header .menu-btn.active i {
    margin: 0 !important;
}
.main-header .menu-btn.active i.ie1{
    transform: rotate(45deg);
}
.main-header .menu-btn.active i.ie2 {
    opacity: 0;
}
.main-header .menu-btn.active i.ie3 {
    transform: rotate(-45deg);
}

@media (min-width: 1000px) {
    .main-header .nav-menu {
        height: 100%;
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }
    .main-header .nav-item {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .main-header .has-dropdown .nav-link::after
    {
        display: none;
        content: "◆";
        position: absolute;
        font-size: 1rem;
        left: 50%;
        bottom: 0;
        transform: translate(-50%,50%);
        color: var(--comcolor);
    }
    .main-header .has-dropdown:hover .nav-link::after
    {
        display: block;
    }

    .main-header .nav-item.has-dropdown:hover > .submenu {
        display: block;
    }
    .main-header .submenu .has-submenu:hover > .submenu-2 {
        display: block;
    }

    .main-header .submenu .one-li:hover > .two-li{display: block}

}
@media (max-width: 1000px) {
    #container {margin-top: 5rem;}

    .main-header {margin-top: 0;}
    .main-header .nav-menu {
        position: fixed;
        left:0;
        top:0;
        width:80%;
        height:100vh;
        background:#fff;
        flex-direction:column;
        padding:3.5rem 1rem;
        box-shadow:2px 0 10px #0002;
        transform: translateX(-100%);
        transition: all 0.3s ease;
        z-index:9999;
    }
    .main-header .nav-menu.mobile-open {
        transform: translateX(0);
    }
    .main-header .menu-btn {
        display: block;
    }
    .main-header .submenu{
        position: static;
        box-shadow:none;
        display:none;
        height:auto;
        background: #f5f5f5;
    }
    .main-header .submenu a{
        color: #333;
    }
    .main-header .nav-item.has-dropdown.active-mob > .submenu{
        display:block;
    }
    .main-header .nav-item.has-dropdown > .nav-link::after {
        display:none !important;
    }

    .main-header .submenu .tits {
        color: #454545;
    }


    .main-header .lang-wrap {margin-left: 0;}
}









/*尾部导航*/
.footer {
    width: 100%;
    background: #494949;
    padding-top: 2rem;
}
.footer .nav {
    width: 100%;
    height: 5rem;
    border-bottom: 1px #b6b6b6 solid;
    padding-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .nav .logo img {height: 5rem;}
.footer .nav .navbar{
    display: flex;
    gap:2rem;
    flex-wrap: wrap;
}
.footer .nav .navbar a {
    padding: 0 1rem;
    color:#f1f1f1;
}
.footer .contact_us {
    padding:2rem 0;
    display: flex;
}
.footer .contact_us .info {
}
.footer .contact_us h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.footer .contact_us h3 i {
    font-size: 1.2rem;
    margin-right: 0.3rem;
}
.footer .contact_us p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 2rem;
}

.footer .wehcat_box {
    margin-top: 2rem;
}
.footer .wehcat_box .pic {
    position: relative;
    width: 10rem;
    height: 10rem;
    border: 1px solid #c4c4c4;
    padding: 0.8rem;
}
.footer .wehcat_box p {
    font-size: 1rem;
    text-align: center;
    padding-top: 1rem;
    color:#fff
}


.footer .copyright {
    padding:1rem 0;
    border-top: 1px #b6b6b6 solid;
    display: flex;
    gap:2rem;
    flex-wrap: wrap;
    color:#fff;
}
.footer .copyright a{
    color:#fff;
}

@media  screen and (min-width: 1000px){
    .footer .contact_us {
        justify-content: space-between;
        align-items: center;
    }
}
@media  screen and (max-width: 1000px){
    .footer .nav {
        height: auto;
        flex-direction: column;
    }
    .footer .nav .navbar{
        margin-top: 2rem;
        flex: 0 0 calc(16.666% - 1.25rem);
    }
    .footer .contact_us {
        gap:2rem;
        flex-wrap: wrap;
    }
    .footer .copyright {gap:1rem;}
}
@media  screen and (max-width: 500px){
    .footer .contact_us .info {
        flex: 0 0 100%;
    }
}



.floatFns {
    position: fixed;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100000;
}
.floatFns .kefu {
    margin-bottom: 0.8rem;
    cursor:pointer;
}
.floatFns .kefu .box {
    width:2.5rem;
    height:2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.floatFns .kefu.tel .box,.floatFns .kefu.tel .info {
    background: #00a0e9;
}
.floatFns .kefu.email .box,.floatFns .kefu.email .info {
    background: #f36d23;
}
.floatFns .kefu.weixin .box,.floatFns .kefu.weixin .info {
    background: #04BE02;
}
.floatFns .kefu.message .box{
    background: #FF5722;
}
.floatFns .kefu.weixin .box{
    background: #04BE02;
}
.floatFns .kefu.top .box {
    background: #a7a7a7;
}
.floatFns .kefu.top {
    display: none;
}
.floatFns .kefu .box a{
    display: inline-flex;
}
.floatFns .kefu .box i{
    font-size: 1.4rem;
    color:#fff;
}
.floatFns .kefu .info {
    position: absolute;
    right: 3rem;
    top:50%;
    padding:10px;
    color:#fff;
    border-radius: 5px;
    transform: translateY(-50%) scale(0);
    transition: 0.5s;
    font-size: 18px;
    white-space: nowrap;
    min-width:100px;
}
.floatFns .kefu .info img{
    max-width: none;
    width:10rem;
    height:10rem;
}
.floatFns .kefu .info a {color:#fff;}
.floatFns .kefu:hover .info {
    transform: translateY(-50%) scale(1);
}

.floatFns .kefu.tel i {
    animation: yyhh 1.5s linear infinite;
}
@keyframes yyhh {
    0%,90%,100% {
        transform: rotate(0) scale(1);
    }
    20%,40% {
        transform: rotate(-15deg) scale(1.1);
    }
    30%,50% {
        transform: rotate(15deg) scale(1.1);
    }
}







.pagination {
    text-align: center;
    padding: 2rem 0;
}
.pagination li {
    display: inline-block;
    margin: 0 5px;
}
.pagination li a, .pagination li span{
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    height: 2.5rem;
    padding: 0 1.25rem;
    line-height: 2.5rem;
    background: #e6e6e8;
    text-align: center;
    color: #5b5858;
    z-index: 1;
    width:100%;
    border-radius: 2.5rem;
}
.pagination .active a{
    background: #004898;
    color: #FFF;
}



.pro-bg-color { background: #ffffff;position: relative;}
.pro-bg-color::after {
    content: '';
    background: url('../images/watermark.png?1.00');
    position: absolute;
    top:0;
    left:0;
    width: 100%;height:100%;
    background-size: cover;
    pointer-events: none;
}
.fancybox-inner::after {
    content: '';
    background: url('../images/watermark.png?1.00');
    position: absolute;
    top:0;
    left:0;
    width: 100%;height:100%;
    background-size: cover;
    pointer-events: none;
}
.fancybox-opened .fancybox-skin {
    transform: scale(1.5)
}