@charset "utf-8";
html{
    color:#555555;
    background:#ffffff;
    width:100%;
    user-select: none;
    font-size: 16px;
}


body {
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 14px;
    }
}

:root {
    --comcolor: #004098;
    --subcolor: #2c9cd1;
}


* {
    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;}
input {
    border: none;
    outline: none;
}
em,i{font-style: normal;}
img {
    max-width:100%;
    height: auto;
}
::-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: 1500px;width: 95%;margin: 0 auto;}
.hide { display:none; }
.breadcrumb {
    height:60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
    z-index: 9999;
}






header{ height:80px;position: fixed;left: 0;top: 0;width: 100%;z-index: 99999;background: rgb(255 255 255 / 30%);
    box-shadow: 0 4px 50px 20px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(24px);}
.header{position: relative;height:100%;display: flex;justify-content: space-between;}
.header .logo{height:100%;display: flex;align-items: center;}
.header .logo img{max-height: 70px;vertical-align: middle;}
.header .logo .img1{display: none}
.header .navbar {width:60%;height:100%;display: flex;justify-content: space-between;}
.header .navbar .nav{position: relative;cursor:pointer;display: flex;align-items: center;}
.header .navbar .item{display:flex;color: #fff;font-size: 1.1rem;height:100%;align-items: center;}
.header .navbar .nav:hover .item,.header .navbar .nav.cur .item {color:var(--comcolor);}

.header #searchBtn {color:#fff;height:100%;display: flex;align-items: center;cursor:pointer;}
.header #searchBtn .iconfont{font-size: 1.5rem;transition: 0.5s}
.header #searchBtn:hover .iconfont{transform: scale(1.2)}


header.fixed,header:hover{background: #fff;box-shadow: 0 4px 50px 20px rgba(0, 0, 0, 0.2);}
header.fixed .navbar .item,header:hover .navbar .item{color: #333;}
header.fixed #searchBtn .iconfont,header:hover #searchBtn .iconfont{color:#333;}
header.fixed .logo .img1,header:hover .logo .img1{display: block}
header.fixed .logo .img2,header:hover .logo .img2{display: none}


#search_box{position: absolute;width: 0;bottom: 1.5rem;right: 0;z-index:999;transition:.5s;opacity: 0;}
#search_box form{ height:2rem; position:relative; width:100%;padding-bottom: 0.6rem;border-bottom: solid 2px #103678;}
#search_box #keyword{font-size:1rem; color:#333;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0; background:none;width:0;transition:.5s;}
#search_box .btn{
    background-color: transparent;
    border: none;
    cursor:pointer;
    color:#333;
}
#search_box .btn .iconfont {font-size: 1.5rem;}
#search_box input::-webkit-input-placeholder{ color:#333; }
#search_box input::-moz-placeholder{ color:#333; }
#search_box input:-moz-placeholder{ color:#333; }
#search_box input:-ms-input-placeholder{ color:#333 }


.header #search_box.open {width:60%;opacity: 1;right: 4rem;background: #fff;}
.header #search_box.open #keyword{width:90%;color:#fff}
.header #search_box.open .btn{color:#fff}

.header #search_box.open input::-webkit-input-placeholder{color:#fff}
.header #search_box.open input::-moz-placeholder{color:#fff}
.header #search_box.open input:-moz-placeholder{color:#fff}
.header #search_box.open input:-ms-input-placeholder{color:#fff}

.header:hover #search_box.open #keyword{color:#333}
.header:hover #search_box.open .btn{color:#333}
.header:hover #search_box.open input::-webkit-input-placeholder{color:#333}
.header:hover #search_box.open input::-moz-placeholder{color:#333}
.header:hover #search_box.open input:-moz-placeholder{color:#333}
.header:hover #search_box.open input:-ms-input-placeholder{color:#333}


.header .subNav {
    display: none;
    position: absolute;
    width: 12rem;
    left: 0;
    top:80px;
    background-color: var(--comcolor);
    z-index: 9;
    text-align: left;
    padding: 2rem 0;
}
.header .subNav .oneli,
.header .subNav .twoli
{border-bottom: 1px dotted #cdcdcd;}

.header .subNav .tits {
    padding: 0 1.25rem;
    width: 100%;
    color: #fff;
    height: 3rem;
    margin-right: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
}
.header .subNav .tits {font-size: 0.9rem;}
.header .two-li {
    position: absolute;
    width: 18rem;
    background-color: var(--comcolor);
    min-height: 100%;
    left: 12rem;
    top: 0;
    border-left: 1px solid rgb(130, 130, 130);
    display: none;
    max-height: 80vh;
    padding: 2rem 0;
}


.header .navbar .nav:hover .subNav{display: block}
.header .subNav a:hover {
    color: var(--subcolor);
}
.header .oneli:hover > .two-li{display: block}

.header .navbar .nav.has_sub::after {
    display: none;
    content: "◆";
    position: absolute;
    font-size: 1rem;
    left: 30%;
    bottom: 0;
    transform: translateY(50%);
    color: var(--comcolor);
}
.header .navbar .nav.has_sub:hover::after {
    display: block;
}






/*尾部导航*/
.footer {
    position: relative;z-index: 1;
    background: #515151;
}


.foot_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}
.foot_top > div:last-of-type {
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.foot_top .to_top {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: var(--comcolor);
    text-align: center;
    line-height: 3.5rem;
    margin-left: 1.75rem;
    cursor: pointer
}

.foot_top .to_top i{
    font-size: 2rem;
    color:#fff;
}

.foot_main {
    padding-top: 3rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.foot_main .left_contact {
    width:30%;
}
.foot_main .left_contact .info {
    padding:20px 0;border-bottom: 1px dashed #7b7b7b;
}
.foot_main .left_contact .info:first-child {
    padding:0 0 20px 0;
}
.foot_main .left_contact h3 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.foot_main .left_contact p {
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
}
.foot_main .left_contact.en p.addr {
    line-height: 2.5rem
}


.foot_main .right_menu {
    width:40%;
    display: flex;
    justify-content: space-between;
}
.foot_main .right_menu dt a {
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff
}
.foot_main .right_menu p a {
    font-size: 1rem;
    color: #dddddd;
}
.foot_main .right_menu p a:hover {
    color: rgba(255, 255, 255, 1)
}

.foot_main .right_menu dd {
    margin-top: 2.5rem
}
.foot_main .right_menu dd p + p {
    margin-top: 1rem
}

.foot_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-top: 30px;
    padding-bottom: 30px;
}
.foot_info div:first-of-type {
    display: flex;
    justify-content: flex-start
}
.foot_info div:first-of-type * {
    margin-right: 9px
}
.foot_info, .foot_info p, .foot_info a {
    color: #fff;
    font-size: 16px
}

.foot_ewm {
    display: flex;
    margin-top: 30px;
}
.foot_ewm .ewm .pic {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #525252;
    padding: 7px;
}
.foot_ewm .ewm p {
    font-size: 1rem;
    text-align: center;
    padding-top: 1rem;
    color:#fff
}
.qr-scanner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.qr-scanner .scanner_box {
    height: 100%;
    width: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.qr-scanner .line {
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 255, 51, 0) 43%, #0170ed 211%);
    border-bottom: 1px solid #0170ed;
    transform: translateY(-100%);
    animation: radar-beam 2s infinite;
    animation-timing-function: cubic-bezier(0.53, 0, 0.43, 0.99);
    animation-delay: 1.4s;
}
@keyframes radar-beam {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}







.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;
}







.mobile-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-bottom: 4rem;
    z-index: 10000;
}
.mobile-header .head {
    text-align: center;
    background: var(--comcolor);
    z-index: 10000;
    position: relative;
    line-height: 4.2rem;
    height: 4.2rem;
    box-shadow: 0 2px 2px #00000021;
}
.mobile-header .head img {
    max-height: 4rem;
    display: inline-block;
}
.mobile-header .btn {
    position: absolute;
    bottom: 1.35rem;
    right: 1rem;
    width: 2.2rem;
    z-index: 2;
    height: 1.5rem;
}
.mobile-header .btn i {
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 1px;
    background: #fff;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s
}
.mobile-header .btn i.ie1 {
    margin-top: -0.8rem
}
.mobile-header .btn i.ie3 {
    margin-top: 0.8rem
}
.mobile-header.active .btn i {
    margin: 0 !important;
}
.mobile-header.active .btn i.ie1{
    transform: rotate(45deg);
}
.mobile-header.active .btn i.ie2 {
    opacity: 0;
}
.mobile-header.active .btn i.ie3 {
    transform: rotate(-45deg);
}
.mobile-header .cont {
    position: fixed;
    background: #fff;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    transform: translateX(-100%);
    z-index: 9999;
    height: 100%;
    overflow: auto;
    top: 0;
    padding: 5rem 0 1.5rem;
}
.mobile-header.active .cont {
    transform: translateX(0);
}
.mobile-header .cont .search {
    padding: 0.5rem 2.5%;
    background: var(--comcolor);
    z-index: 2;
    position: relative;
}
.mobile-header .cont .search form {
    width: 100%;
    padding-right: 3rem;
    position: relative;
}
.mobile-header .cont .search form input {
    width: 100%;
    line-height: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: none;
    padding: 0 1rem;
    font-size: 1rem;
}
.mobile-header .cont .search form button {
    width: 3rem;
    line-height: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
}
.mobile-header .cont .search form button .iconfont{
    font-size: 1.8rem;
    color:#fff;
}


.mobile-header .cont .navbar {
    padding: 1rem 0;
}
.mobile-header .navbar .nav {
    border-bottom: 1px solid #cdcdcd;
    line-height: 2.8rem;
}
.mobile-header .navbar .nav .item {
    color: #494949;
    font-size: 1rem;
    display: block;
    position: relative;
}
.mobile-header .navbar .nav .item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.mobile-header .navbar .s_nav {
    width: 100%;
    box-sizing: border-box;
    display: none;
}
.mobile-header .navbar .s_nav .s_item {
    font-size: 1rem;
    font-weight: normal;
    color: #494949;
    display: block;
    line-height: 2.8rem;
    border-top: 1px solid #cdcdcd;
    position: relative;
    padding-left: 1.5rem;
}
.mobile-header .navbar .s_nav .s_item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.mobile-header .navbar .s_nav .s_item li {position:relative;padding-left: 5%;}
.mobile-header .navbar .s_nav .s_item:after{
    content: '-';
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile_top_fill {height:4.2rem;display: none;}


.mobile-footer {
    display: none;
    padding: 1rem 0 2rem;
    background: var(--comcolor);
    color:#fff;
    position: relative;
    z-index: 9999;
}
.mobile-footer .navbar {
    padding: 1rem 0;
}
.mobile-footer .navbar .nav {
    border-bottom: 1px solid #cdcdcd;
    line-height: 2.8rem;
}
.mobile-footer .navbar .nav .item {
    color: #fff;
    font-size: 1rem;
    display: block;
    position: relative;
}
.mobile-footer .navbar .nav .item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.mobile-footer .navbar .s_nav {
    width: 100%;
    box-sizing: border-box;
    display: none;
}
.mobile-footer .navbar .s_nav .s_item {
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    display: block;
    line-height: 2.8rem;
    border-top: 1px solid #cdcdcd;
    position: relative;
    padding-left: 1.5rem;
}
.mobile-footer .navbar .s_nav .s_item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.mobile-footer .navbar .s_nav .s_item li {position:relative;padding-left: 5%;}
.mobile-footer .navbar .s_nav .s_item:after{
    content: '-';
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-footer  .cont2 p{height: 3rem;font-size: 1rem;color: #fff;display: flex;align-items: center;}
.mobile-footer  .cont2 p .iconfont{vertical-align:middle;margin-right: 0.3rem;}





@media  screen and (max-width: 1000px){
    .mobile-header,.mobile_top_fill,.mobile-footer {display: block;}

    header,.footer {display: none;}
}