@charset "utf-8";
html{color:#000;background:#FFF;overflow-y: scroll;}

html, body {
    font-size: 16px;
    width:100%;
    overflow-x: hidden;
    /*user-select: none;*/
}


body {
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%;
    color: #1f1f1f;
    line-height: 1;
    background: #fff;
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 14px;
    }
}

* {
    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: inherit;}
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;
}

img {
    max-width:100%
}


.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.ttf?t=1700707768544') format('truetype');
}


@font-face{ font-family: EUROSTILE-BOLDEXTENDEDTWO; src: url(../fonts/EUROSTILE-BOLDEXTENDEDTWO.OTF);}

.w_1600{max-width: 1600px;width: 92%;margin: 0 auto;}
.w_1400{max-width: 1400px;width: 92%;margin: 0 auto;}
.w_1200{max-width: 1200px;width: 92%;margin: 0 auto;}



.font22{font-size: 1.3rem;}
.font20{font-size: 1.2rem;}
.font18{font-size: 1.1rem;}
.font16{font-size: 1rem;}

.hide { display:none; }
.mflex{display: flex;flex-wrap: wrap;}



.header{height:80px;position: fixed;left: 0;top: 0;width: 100%;z-index: 99999;}

.header.fixed,.header:hover{background: #fff;box-shadow: 0 4px 50px 20px rgba(0, 0, 0, 0.02);}

.header.fixed .head-mn .headnav .mn,.header:hover .head-mn .headnav .mn{color:#333;}


.header .head-mn{position: relative;height:100%;width: 90%;
    max-width: 1400px;
    margin: 0 auto;}
.header .head-mn .logo{float:left;height:100%;display: flex;align-items: center}
.header .head-mn .logo img{max-height: 70px;width: auto;}
.header .head-mn .headnav {height:100%;display: flex;justify-content: end}
.header .head-mn .headnav .mn{position: relative;height:100%;color:#fff;font-size: 1rem;line-height: 80px}
.header .head-mn .headnav .mn.tel{padding-left: 20px}
.header .head-mn .headnav .mn:before{content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #f28003;
    transition: all .5s;}
.header .head-mn .headnav .mn.cur:before{width:100%;}
.header .head-mn .headnav .navm{padding: 0 1.2rem;}
.header .head-mn .headnav .mn:hover .navm,.header .head-mn .headnav .mn.cur .navm{color:#f28003}
.header .head-mn .headnav .mn .bot{top: calc(100% + 5px);width: calc(100% + 50px);padding:20px 0;box-sizing: border-box;opacity: 0;pointer-events: none;box-shadow: 0 5px 40px -2px rgb(7 0 2 / 15%);background: #fff;}
.header .head-mn .headnav .mn .bot .ernav{height: 40px;text-align: center;color: #333;}
.header .head-mn .headnav .mn .bot .ernav span{line-height: 30px;}
.header .head-mn .headnav .mn:hover .bot{top: 100%;opacity: 1;pointer-events: auto;}

.header .head-mn .headnav .mn span.iconfont {font-size: 12px;}
.header .head-mn .headnav .mn i.iconfont {font-size: 1.2rem;padding-right: 5px;}
.header .head-mn .headnav .mn.tel {font-size: 1.2rem}

.header .line01 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: rgb(255 255 255 / 20%);
    z-index: -1;
    animation: longer 4s 0.5s linear forwards;
}
@keyframes longer {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.head-menu .line{display: block;width: 32px;height: 2px;margin: 4px 0;background: #fff;transition: opacity .2s,margin-top .2s,background-color .2s,-webkit-transform .2s .1s;}
.head-menu-close .line:nth-child(1){-webkit-transform: translateY(10px)rotate(45deg);transform: translateY(10px)rotate(45deg);}
.head-menu-close .line:nth-child(2){opacity: 0;}
.head-menu-close .line:nth-child(3){-webkit-transform: translateY(-10px)rotate(-45deg);transform: translateY(-10px)rotate(-45deg);}


.header #searchBtn {padding-left: 20px;color:#fff;height:100%;display: flex;align-items: center}
.header #searchBtn .yuan{background: #137acc;width:40px;height:40px;border-radius: 50%;display: flex;align-items: center;justify-content: center}
.header #searchBtn .iconfont{font-size: 18px;transition: 0.5s}
.header #searchBtn:hover .iconfont{transform: scale(1.2)}





.two-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    background: #fff;
    display: none;
}
.headnav .mn:hover .two-menu {display: block}
.two-menu > li {
    border-bottom: 1px solid #e9ecec;
    background: #137acc;
}
.two-menu > li:hover > a {
    color: #c7c7c7;
}
.two-menu > li:hover .tress-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    pointer-events: visible;
}
.two-menu > li > a {
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
}
.two-menu > li > a > i {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -7px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    font-size: 14px;
}
.tress-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 350px;
    height:100%;
    background: #137acc;
    opacity: 0;
    visibility: hidden;
    transform: translateX(50px);
    pointer-events: none;
    transition: 0.4s;
    border-left: 1px solid #e9ecec;
    overflow-y: auto;
}
.tress-menu p {
    margin: 0 24px 0 26px;
    border-bottom: 1px dotted #d9d9d9;
    line-height: 60px;
}
.tress-menu p:last-child {
    margin: 0 24px 0 26px;
    /*border-bottom: 0;*/
}
.tress-menu p a {
    display: inline-block;
    position: relative;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    padding-left: 24px;
    transition: 0.3s;
}
.tress-menu p a:hover {
    color: #c7c7c7;
}
.tress-menu p a:hover:before {
    background: #ec143e;
}
.tress-menu p a:before {
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -8px;
    content: "";
    width: 2px;
    height: 16px;
    background: #c3c3c3;
    transition: 0.3s;
}







.tc{position: fixed; width: 100%; height: 100%;  top: 0; left: 0; z-index:199999; pointer-events: none; visibility:hidden; opacity:0;  transition:.5s;}

.tc[name=tc_search]{ opacity:1;}

.tc.act{  display: block;  pointer-events: auto; visibility:visible; opacity:1;}

.tc-box{

    box-sizing:border-box; z-index:999;

    display: block;

    position:relative;



}

.draw_h{ width: 67px !important; height: 67px !important; line-height: 65px !important; display:block; border-radius: 50%; text-align: center; position:relative;}

.draw_h:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 2px solid rgba(100%,100%,100%,.5); border-radius: 50%;}

svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;}

svg.drawcircle circle {

    fill: none; box-sizing:border-box;

    stroke-width: 2;

    stroke: none;

    stroke-dasharray: 0 , 188.49;

    stroke-dashoffset:188.49;

    transition: all .3s linear 0s;

}

.draw_h:hover svg.drawcircle circle {

    stroke:#fff;

    stroke-dasharray:188.49 , 0;

    stroke-dashoffset:188.49;

    -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);

    transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);

}

.draw_h .icon { fill: #626262; vertical-align: middle; transition:.3s;

    position: absolute;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}

.draw_h:hover .icon{ fill:#137acc;}

.tc_close{ position: absolute; cursor:pointer; color:#137acc; font-size:30px; right: 30px; top: 30px;}

.tc_bg { height: 100%; background: rgba(0,0,0,.85); position: absolute; top: 0; left: 0; width: 100%; z-index: 0; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; transition:.5s; }

.tc.act .tc_bg{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; transition:.5s; }

#tc_search{ width:100%; padding:3rem; background:#137acc; position:relative; transform:translateY(-100%); transition:.5s .5s ease-out;  z-index:1;overflow:  hidden;}

.act #tc_search{ transform:translateY(0);  transition:.5s ease-in;}


#tc_search form{ height:5rem; position:relative; width:900px; max-width:90%; margin:0 auto;}

#tc_search form:after{ content:""; width:0; height:1px; background:#fff; transition:.5s; display:block; position:absolute; bottom:0; left:0;}

.act #tc_search form:after{ width:100%; transition: ease-in-out .5s .5s;}

#tc_search #keyword{width: 90%;height:5rem; font-size:2rem; color:#fff;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0; background:none;}

#tc_search .btn_blue{ position:absolute; top:0; right:0; width: 40px;height:5rem; border:0; line-height:4.25rem;background:url(../images/seach_white.svg) center center no-repeat; background-size:1.8rem;font-size:1.125rem;color:#fff;cursor:pointer;text-transform:uppercase; }

#tc_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}

#tc_search input::-webkit-input-placeholder{ color:#fff; color: rgba(255,255,255,.7); }

#tc_search input::-moz-placeholder{ color:#fff; color: rgba(255,255,255,.7); }

#tc_search input:-moz-placeholder{ color:#fff; color: rgba(255,255,255,.7); }

#tc_search input:-ms-input-placeholder{ color:#fff; color: rgba(255,255,255,.7); }

#tc_search input:focus::-webkit-input-placeholder {color: transparent;}

#tc_search input:focus:-moz-placeholder {color: transparent;}

#tc_search input:focus::-moz-placeholder {color: transparent;}

#tc_search input:focus:-ms-input-placeholder {color: transparent;}

#tc_search .draw_h:before{ border:1px solid rgba(255,255,255,.3);}

#tc_search .draw_h:hover svg.drawcircle circle { stroke:#fff;}

#tc_search .draw_h img {position:absolute;top:50%;margin-top: -8px;left:50%;margin-left: -8px;transition:.3s;width: 16px;}








/*尾部导航*/
.footer {
    position: relative;z-index: 9;
    background: #515151;
}


.foot_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px !important;
    padding-bottom: 30px !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: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #137acc;
    text-align: center;
    line-height: 60px;
    margin-left: 30px;
    cursor: pointer
}

.foot_top .to_top i{
    font-size: 30px;
    color:#fff;
}

.foot_main {
    padding-top: 45px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.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: 15px;
}
.foot_main .left_contact p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.foot_main .left_contact.en p.addr {
    line-height: 40px
}


.foot_main .right_menu {
    display: flex;
    justify-content: end
}
.foot_main .right_menu dt a {
    font-size: 1.2rem;
    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 dl + dl {
    margin-left: 108px
}
.foot_main .right_menu dd {
    margin-top: 40px
}
.foot_main .right_menu dd p {
    margin-top: 30px
}

.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: 1rem
}

.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%, #137acc 211%);
    border-bottom: 1px solid #137acc;
    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: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.floatFns .kefu {
    margin-bottom: 10px;
    cursor:pointer;
}
.floatFns .kefu .box {
    width:45px;
    height:45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.floatFns .kefu.tel .box,.floatFns .kefu.tel .info {
    background: #137acc;
}
.floatFns .kefu.email .box,.floatFns .kefu.email .info {
    background: #f36d23;
}
.floatFns .kefu.weixin .box,.floatFns .kefu.weixin .info {
    background: #04BE02;
}
.floatFns .kefu.top .box {
    background: #a7a7a7;
}
.floatFns .kefu.top {
    display: none;
}
.floatFns .kefu .box i{
    font-size: 24px;
    color:#fff;
}
.floatFns .kefu .info {
    position: absolute;
    right: 50px;
    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:150px;
    height:150px;
}
.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: 30px 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: #137acc;
    color: #FFF;
}