﻿@charset "UTF-8";

body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin:0 auto;overflow-x:hidden; position: relative;padding: 0 ; width: 100%;color: #1f1f1f;font-family:'微软雅黑', Arial, Helvetica, sans-serif, Microsoft Yahei; font-size:14px; background: #fff;}

html.act{overflow: hidden;width: 100%;height: 100vh;}

ul,ul li,ol li,tr td,dl,dd{ list-style-type:none; margin:0; padding:0; }

.clearfix:after{content: " "; display: block; height:0; clear:both; visibility: hidden;}

.clearfix { *zoom:1; }

a{text-decoration:none; cursor:pointer; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;color: inherit;}

textarea,select{ outline:none;  color:#666; font-size:14px; width:100%;}

img{border:none;display: block;max-width: 100%;}

img[src=""]{opacity: 0;}


.f_12{ font-size:12px; }

.f_16{ font-size:16px; }

.f_18{ font-size:18px; }

.f_20{ font-size:20px; }

.f_22{font-size: 22px;}

.f_24{ font-size:24px; }

.f_26{ font-size:26px; }

.f_28{ font-size:28px; }

.f_30{ font-size:30px; }

.f_32{ font-size:32px; }

.f_34{ font-size:34px; }

.f_36{ font-size:36px; }

.f_38{ font-size:38px; }

.f_40{font-size: 40px;}

.f_42{font-size: 42px;}

.f_48{font-size: 48px;}

/*分页*/

.BMap_omCtrl{ display:none !important;}

.a_dw{position: relative;top: -80px;}

.box {min-width: 1200px;width:100%;padding: 0 90px;  margin: 0 auto; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;box-sizing: border-box;}

.banbox { max-width: 1266px;min-width: 1200px;width:90%;padding: 0 ;  margin: 0 auto; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;box-sizing: border-box;}

.alltime,.alltime *{-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);}


.fbd{font-weight: bold;}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.f-jsb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container {
    margin: 0 auto;
    min-height: 1px;
    width: 100%;
    max-width: 1600px;
}

.iconfont1 {
    font-family: "iconfont1" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "iconfont1";
    src: url('./fonts/iconfont.woff2?t=1638869001436') format('woff2'),
    url('./fonts/iconfont.woff?t=1638869001436') format('woff'),
    url('./fonts/iconfont.ttf?t=1638869001436') format('truetype');
}

/*头部导航*/


.navMenu >div {
    animation-fill-mode: both;
}

.navMenu {
    z-index: 999;
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    transition: all 0.36s;
}


.navMenu.isfixed,.navMenu.isfixed1,.navMenu.isfixed2 {
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 50px 20px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(24px);
}

.navMenu .navSimg a img{
    width:99%;
    max-width:320px;
    height:auto;
}


.navMenu .tNavBox {
    width: auto;
    height: auto;
    margin-left: 170px;
    overflow: visible;
}

.navMenu .navBtn {
    /*width: 165px;*/
    float: left;
}
.navMenu .navBtn img {
    height:100%;
}

.navMenu .iconJt {
    display: none;
}

.navMenu .tNav {
    width: 100%;
    height: 72px;
    max-width: 850px;
    float: right;
    overflow: hidden;
}

.navMenu .navUl {
    width: 100%;
    display: flex;
    font-size: 0;
}

.navMenu .navLi {
    padding: 0 16px;
    display: inline-block;
    /*font-size: 16px;*/
}

.navMenu .navLi:hover .tNavH::before {
    width: 100%;
    opacity: 1;
}

.navMenu .tNavH {
    position: relative;
}

.navMenu .tNavH::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 5px;
    background-color: #0088d7;
    opacity: 0;
    transition: all .5s ease;
}

.navMenu .navName {
    position: relative;
    display: block;
    line-height: 70px;
    font-size: 16px;
    color: #fff;
    transition: all .5s ease;
}

.navMenu.isfixed .navName,.navMenu.isfixed1 .navName,.navMenu.isfixed2 .navName {
    color: #333;
}

.navMenu .navName::after {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.navMenu.isfixed .navName::after,.navMenu.isfixed1 .navName::after,.navMenu.isfixed2 .navName::after {
    color: #333;
}


.navMenu .navLi:hover .navName {
    transform: translateY(-100%);
}

.navMenu .slidBox {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 1024px;
    height: 0;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    z-index: 110;
    margin: 0 auto;
    padding: 0 2%;
    transition: all .5s ease;
    opacity: 0;
    box-shadow: 12px 12px 25px rgba(24, 92, 197, 0.18);
}

.navMenu .navLi:hover .slidBox {
    height: 350px;
    opacity: 1;
}

.navMenu .leftBox {
    position: relative;
    margin-right: 2%;
    padding-right: 2%;
    width: 20%;
    height: auto;
    margin: 60px 0;
    overflow: hidden;
    border-right: 1px solid #eaeaea;
}

.navMenu .navSbox {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0;
    margin: 60px 0;
    white-space: nowrap;
}

.navMenu .oneName {
    font-size: 36px;
    padding-bottom: 15px;
    color: #000;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navMenu .tNavSummry {
    line-height: 24px;
    width: 100%;
    height: 96px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    max-width: 420px;
}

.navMenu .tNavMore {
    display: block;
    position: relative;
    height: auto;
    padding-top: 25px;
    border-top: 1px dashed #cccccc;
    margin-top: 20px;
    cursor: pointer;
}

.navMenu .txt {
    color: #000;
    transition: all .5s ease;
}

.navMenu .leanMore {
    margin-left: 32px;
    transition: all .5s ease;
}

.navMenu .tNavMore:hover .txt {
    color: #1068a7;
    margin-left: 10px;
}

.navMenu .tNavMore:hover .leanMore {
    color: #1068a7;
}

.navMenu .navSli {
    display: inline-block;
    width: calc(100% /6);
    margin-left:3%;
    max-width:320px;
    height: 100%;
    overflow: hidden;
}

.navMenu .navSimg {
    position: relative;
    width: 100%;
    max-width:320px;
    min-height: 160px;
    overflow: hidden;
}

.navMenu .navImg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(1);
    width: auto;
    height: 100%;
    transition: all .5s ease;
}

.navMenu .navSlink {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: normal;
    overflow: hidden;
    transition: all 0.3s;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s ease;
}

.navMenu .navSlink::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    opacity: 0;
    background-color: #1068a7;
    transition: all .5s ease;
}

.navMenu .navSli:hover .navImg {
    transform: translateX(-50%) scale(1.1);
}

.navMenu .navSli:hover .navSlink {
    color: #1068a7;
}

.navMenu .navSli:hover .navSlink::after {
    width: 100%;
    opacity: 1;
}

.navMenu .tNav .navUl .navLi .tNavH a i {
    display: inline-block;
    margin-left: 4px;
    font-size: 12px;
}

.navMenu.isfixed .tNav .navUl .navLi .tNavH a,.navMenu.isfixed1 .tNav .navUl .navLi .tNavH a,.navMenu.isfixed2 .tNav .navUl .navLi .tNavH a  {
    color: #333;
}

@media only screen and (max-width: 1440px) {
    .navMenu .tNavBox {
        margin-left: 60px
    }
}




.footer {
    background-color: #0088d7;
    color: #fff;
    position: relative;
    z-index: 800;
}

.footer .container {
    width:90%;
}

.footer a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.footer .a:hover {
    color: #fff;
}

.footer .top {
    display: flex;
    justify-content: center;
    padding: 100px 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer .top .left {
    display: flex;
    flex: 1;
}

.footer .top .left .item {
    flex: 1;
    padding-right: 10px;
}

.footer .top .left .item .h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 2px;
}

.footer .top .left .item .h6 {
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
    letter-spacing: 1px;
    opacity: 0.6;
    margin-top: 16px;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.footer .top .left .item .h5:hover {
    opacity: 1;
    color: #fff;
    text-decoration: underline;
}

.footer .top .left .item .h6:hover {
    opacity: 1;
    color: #fff;
    text-decoration: underline;
}

.footer .top .left .item .line {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.06);
    margin: 30px 0;
    position: relative;
}

.footer .top .left .item .line::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}

.footer .top .right {
}

.footer .top .right .ewm_wrap {
    display: flex;
}

.footer .top .right .ewm_wrap .ewm {
    position: relative;
    margin-left: 30px;
}

.footer .top .right .ewm_wrap .ewm img:nth-child(1) {
}

.footer .top .right .ewm_wrap .ewm img:nth-child(2) {
    position: absolute;
    left: 10px;
    top: 10px;
}

.footer .top .right .ewm_wrap .ewm h6 {
    text-align: center;
    margin-top: 10px;
    font-weight: 100;
    font-size: 16px;
}

.footer .top .right .contact_item {
    font-size: 14px;
    margin-left: 30px;
    margin-top: 16px;
    display: flex;
    align-items: center;
}

.footer .top .right .contact_item img {
    margin-right: 12px;
}

.footer .top .right .contact_item span {
}

.footer .bottom {
    padding: 24px 0 50px;
}

.footer .bottom h5 {
    font-size: 16px;
}

.footer .bottom h5 a {
    opacity: .6;
}

.footer .bottom h5 a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: underline;
}

.footer .bottom h6 {
    font-size: 14px;
    margin-top: 24px;
    font-weight: 100;
}

.footer .bottom h6 span {
    margin-left: 40px;
}

.footer .bottom h6 span a {
}

.footer .bottom h6 span a:hover {
    color: #fff;
    text-decoration: underline;
}


/* 首页 */

.i1{}

.i1 .swiper1{}

.i1 .swiper1 .sbox{position: relative;overflow: hidden;width: 100%;}

.i1 .swiper1 .sbox img{display: block;width: 100%;}

.i1 .swiper1 .sbox .mimg{display: none;}

.i1 .swiper1 .sbox video{display: block;position: absolute;top: 0;left: 0;z-index: 2;width: 100%;object-fit: cover;height: 100%;}

.i1 .swiper1 .sbox a{display: block;position: absolute;top: 0;left: 0;z-index: 3;width: 100%;height: 100%;}

.i1 .swiper1 .btm{position: absolute;bottom: 0;z-index: 2;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);width: 335px;}

.i1 .swiper1 .btm img{display: block;width: 100%;}

.i1 .swiper1 .btm .btn{display: block;width: 10px;height: 10px;background: #fff;border-radius: 50%;position: absolute;left:15px ;bottom: 25px;cursor: pointer;}

.i1 .swiper1 .btm .next1{left: auto;right: 15px;}

.i1 .swiper1 .btm .btn:hover{background: #fabe00;transform: scale(1.5);-webkit-transform: scale(1.5);}

.i1 .swiper1 .btm .yuan{display: block;width: 16px;height: 16px;background: #fabe00;border-radius: 50%;position: absolute;left:50% ;top: -8px;margin-left: -6px; cursor: pointer;z-index: 2;}

.i1 .swiper1 .btm .yuan span{display: block;border-radius: 50%;width: 100%; height: 100%;position: absolute;top: 0;left: 0;z-index: -1;background: rgba(250, 190, 0, 0.4);opacity: 0;animation: pulsate 1.5s ease-out infinite;-webkit-animation: pulsate 1.5s ease-out infinite;}

