@charset "utf-8";
html{
    color:#000;
    background:#FFF;

}

html {
    width:100%;
    user-select: none;
    font-size: 16px;
}


/*.iconfont:before { vertical-align: middle; }*/

body {
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%;
    color: #1f1f1f;
    background: #fff;
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 15px;
    }
}

@media screen and (max-width: 1400px) {
    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: #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;}
.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_1400{max-width: 1400px;width: 90%;margin: 0 auto;}
.breadcrumb {
    height:3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
}
.breadcrumb ul {
    display: flex;
}
.breadcrumb ul a{
    display: inline-block;
    line-height: 3.5rem;
    margin:0 1.5rem;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
}
.breadcrumb ul a.act {
    border-bottom: 2px solid #2a6eb5;
    color: #2a6eb5;
}
.breadcrumb ul a:hover {
    color: #ef8200;
}


@media screen and (max-width: 1000px) {
    .w_1400 {
        width:95%;
    }

    .breadcrumb ul a{
        margin:0 0.5rem;
    }
}




header {
    height: 90px;
    position: fixed;
    top: 1rem;
    left: 5%;
    width: 90%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99999;
    transition: 0.5s;
    box-shadow: 0 4px 4px #3333330a;
}
header.fixed {
    width:100%;
    top: 0;
    left: 0;
    height:80px;
    background: #fff;
}
.header {height:100%;display: flex;align-items: center;justify-content: space-between;}
.header .logo img {height:86px;}
.header .logo .img2 {display: none;}
.header .menu {height:100%;display: flex;align-items: center;justify-content: space-between;}
.header .menu .nav {padding: 0 1.6rem;height: 100%;display: flex;align-items: center;}
.header .menu .nav>a{display: flex;align-items: center;height:100%;font-size: 1rem;position: relative;color:#333;}
.header .menu .nav>a.on:before{
    content: '';
    position: absolute;
    height: 3px;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #e71f1d;
}
.header .menu .searchBtn {position: relative;margin-left: 1.5rem;}
.header .menu .searchBtn .iconfont{font-size: 1.5rem;cursor:pointer;color:#333;}

.header .menu .nav>a::after {
    width: 0;
    height: 3px;
    background: #e71f1d;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all 0.4s ease-in-out;
}
.header .menu .nav>a:hover::after {width:100%;}
.header .menu .nav>a:hover {color: #e71f1d;}

@media screen and (max-width: 1200px) {
    .header .menu .nav {padding: 0 1rem;}
    .header .menu .searchBtn {margin-left: 1rem;}
}



.header .menu .nav .submenu {
    background-color: #fff; width: 100%; position: absolute; z-index:99; left: 0; top: 80px; border-top: 1px solid #EEE; padding: 2em 0;box-shadow:0 3px 3px rgba(0,0,0,0.3);
}
.header .menu .nav .submenu {display: none}
.header .menu .nav.act .submenu{display: block}
.header .menu .nav .submenu .header_classify{position: relative;display: flex;}


.header .menu .nav .submenu .header_classify .one_level_box{
    width: 30%;
    display: flex;
    flex-flow: column;
    padding-right: 2px;
    border-right: 2px solid #dcdcdc;
}

.header .menu .nav .submenu .header_classify .one_level_box .one_li {
    height:60px;
}
.header .menu .nav .submenu .header_classify .one_level_box .one_li>a {
    width:100%;
    height: 100%;
    line-height: 60px;
    display: block;
    color: #7f7f7f;
    text-align: center;
}
.header .menu .nav .submenu .header_classify .one_level_box .one_li.cur>a {
    color: #fff;
    background: linear-gradient(to right, #e71f1d00, #e71f1d);
}
.header .menu .nav .submenu .header_classify .two_level_box{
    width: 70%;
    padding-left: 1%;
}
.header .menu .nav .submenu .header_classify .two_level_box .two_li {
    display: none;
}
.header .menu .nav .submenu .header_classify .two_level_box .two_li.cur {
    display: flex;
    flex-wrap: wrap;
}
.header .menu .nav .submenu .header_classify .two_level_box .two_li a{
    width:32%;
    position: relative;
    color: #595959;
    font-size: 1rem;
    background: #f1f1f1;
    padding:0.5rem;
    margin-right: 2%;
    transition: all 1s;
}
.header .menu .nav .submenu .header_classify .two_level_box .two_li a:hover{
    box-shadow: 0 0 15px #e71f1d inset;
}
.header .menu .nav .submenu .header_classify .two_level_box .two_li p{
    width:100%;
    text-align: center;
    line-height: 2rem;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header .menu .nav .submenu .header_classify .two_level_box .two_li a:nth-child(3n) {
    margin-right: 0;
}
.header .menu .nav .submenu .header_classify .two_level_box .two_li a:nth-child(-n+3) {
    margin-bottom: 10px;
}

.header .menu .nav .submenu .two_menu {
    display: flex;
}
.header .menu .nav .submenu .two_menu .left {
    width:40%;
    padding:0 2%;
}
.header .menu .nav .submenu .two_menu .left p{
    font-size: 1rem;
    line-height: 2rem;
    color:#212529;
    margin-bottom: 1rem;
}
.header .menu .nav .submenu .two_menu .left p:nth-child(1){
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.header .menu .nav .submenu .two_menu .left a{
    display: block;
    margin: 2rem 0;
    color:#e71f1d;
    text-decoration:underline;
}
.header .menu .nav .submenu .two_menu .center {
    width:30%;
    padding:0 5%;
    border-left: 1px solid #f1f1f1;
}
.header .menu .nav .submenu .two_menu .center li{;
    font-size: 1rem;
    height:3.6rem;
    line-height: 3.6rem;
    border-bottom:1px solid #f1f1f1;
    text-align: center;
}
.header .menu .nav .submenu .two_menu .center li:hover a {
    display: block;
    height:100%;
    color: #fff;
    background: linear-gradient(to right, #e71f1d00, #e71f1d);
}
.header .menu .nav .submenu .two_menu .right {
    width:30%;
    padding-left:5%;
    text-align: center;
    border-left: 1px solid #f1f1f1;
}


.top_search{position:fixed; left:0; top:-100%; width:100%; height:calc(90px + 1rem); background:#fff; z-index:999999; transition:all 0.5s ease}
.top_search i {font-size: 2rem;color: #b6b6b6;}
.top_search .searchClose{border-left: 1px solid #E1E0E1; float:right;}
.top_search .searchClose i{display:block; width:90px; height:calc(90px + 1rem); line-height:calc(90px + 1rem); text-align:center;
    cursor:pointer;transition:transform 0.3s ease 0s; color:#e71f1d; font-weight: bold;}
.top_search .searchClose i:hover{-webkit-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg);}
.top_search .cent-form {height:100%; line-height:calc(90px + 1rem); float:left; width:86%;}
.top_search .cent-form form{position:relative; padding-left:50px;}
.top_search .cent-form form .icon{position: absolute; left: 0; top: 0; font-size: 20px; font-weight: bold;}
.top_search .cent-form form .input {border-bottom:1px solid #f1f1f1;font-size:1rem; height:70px; line-height:70px; text-align:left; width:80%; box-sizing:border-box; background:none; padding:0}
.top_search .cent-form form .btn {width:120px; background:none; text-align:center; padding:10px 20px; margin:0; font-size:15px; color:#aaa; border-radius:50px; border:1px solid#aaa; cursor:pointer; outline:none; transition:all 0.5s ease;}
.top_search .cent-form form .btn:hover{background:#e71f1d; color:#fff; border-color:#e71f1d;}
.top_search.act{top:0;}











/*尾部导航*/
.footer {
    position: relative;z-index: 1;
    background: #515151;
}


.foot_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0;
    border-bottom: 1px solid #767676
}

.foot_top .to_top {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e71f1d;
    text-align: center;
    line-height: 60px;
    cursor: pointer
}
.foot_top .to_top i{
    font-size: 2rem;
    color:#fff;
}

.foot_main {
    padding: 2.5rem 0 3rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.foot_main .box2 .info {
    padding:1rem 0;border-bottom: 1px dashed #7b7b7b;
}
.foot_main .box2 .info:first-child {
    padding:0 0 1rem 0;
}
.foot_main .box2 h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.foot_main .box2 p {
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
}

.foot_main .box4 {
    display: flex;
}
.foot_main .box4 dt a {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff
}
.foot_main .box4 p a {
    font-size: 1rem;
    color: #dddddd;
}
.foot_main .box4 p a:hover {
    color: rgba(255, 255, 255, 1)
}
.foot_main .box4 dl + dl {
    margin-left: 2rem
}
.foot_main .box4 dd {
    margin-top: 2.5rem
}
.foot_main .box4 dd p + p {
    margin-top: 1rem
}
.foot_main .box3 {
    display: flex;
    margin-top: 2rem;
}
.foot_main .box3 .ewm .pic {
    position: relative;
    width: 10rem;
    height: 10rem;
    border: 1px solid #525252;
    padding: 0.5rem;
}
.foot_main .box3 .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%, #e71f1d 211%);
    border-bottom: 1px solid #e71f1d;
    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);
    }
}

.footer .copyright {
    display: flex;
    align-items: center;
    height:3rem;
    border-top: 1px solid #767676;
}
.footer .copyright p, .footer .copyright a {
    color: #cdcdcd;
    font-size: 1rem;
    line-height: 2rem;
}
.footer .copyright p {
    margin-right: 2rem;
}







.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: #e71f1d;
}
.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: 1rem 0;
}
.pagination li {
    display: inline-block;
    margin: 0 0.1rem;
}
.pagination li a, .pagination li span{
    position: relative;
    display: inline-block;
    font-size: 0.9rem;
    height: 2.5rem;
    padding: 0 1rem;
    line-height: 2.5rem;
    background: #e6e6e8;
    text-align: center;
    color: #5b5858;
    z-index: 1;
    width:100%;
    border-radius: 2.5rem;
}
.pagination .active a{
    background: #e71f1d;
    color: #FFF;
}





.mobile-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 999;
}
.mobile-header .logo {
    text-align: center;
    background: #fff;
    z-index: 1;
    position: relative;
    line-height: 4.2rem;
    height: 4.2rem;
}
.mobile-header .logo img {
    max-height: 60px;
    display: inline-block;
    vertical-align: middle;
}

.mobile-header .nav_btn {
    position: absolute;
    bottom: 1.35rem;
    right: 1rem;
    width: 2.2rem;
    z-index: 2;
    height: 1.5rem;
}
.mobile-header .nav_btn i {
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 1px;
    background: #e71f1d;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}
.mobile-header .nav_btn i.ie1 {
    margin-top: -0.8rem
}
.mobile-header .nav_btn i.ie3 {
    margin-top: 0.8rem
}
.mobile-header.active .nav_btn i {
    margin: 0 !important;
}
.mobile-header.active .nav_btn i.ie1{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-header.active .nav_btn i.ie2 {
    opacity: 0;
}
.mobile-header.active .nav_btn i.ie3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-header .nav_box {
    position: fixed;
    background: #fff;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 0;
    height: 100%;
    overflow: auto;
    top: 0;
    padding: 4.5rem 0 1.5rem;
}
.mobile-header.active .nav_box {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}


.mobile-header .nav_box .search {
    padding: 0.5rem 2.5%;
    background: #e71f1d;
    z-index: 2;
    position: relative;
}
.mobile-header .nav_box .search form {
    width: 100%;
    padding-right: 3rem;
    position: relative;
}
.mobile-header .nav_box .search form .search_input {
    width: 100%;
    line-height: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: none;
    padding: 0 1rem;
    font-size: 1rem;
}
.mobile-header .nav_box .search form .search_submit {
    width: 3rem;
    line-height: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
}
.mobile-header .nav_box .search form .search_submit .iconfont{
    font-size: 1.8rem;
    color:#fff;
}


.mobile-header .nav_box .menu {
    padding: 1rem 0;
}
.mobile-header .nav_box .menu .column .item {
    position: relative;
}
.mobile-header .nav_box .menu .column .item > a {
    display: block;
    padding: 10px 0;
    font-size: 1rem;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid #eee;
    position: relative;
}
.mobile-header .nav_box .menu .column  .item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
}
.mobile-header .nav_box .menu .column .sub_menu {
    display: none;
}
.mobile-header .nav_box .menu .column .sub_menu .sub_column a{
    display: block;
    position: relative;
    font-size: 1rem;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #eee;
}
.mobile-header .nav_box .menu .column .sub_menu .sub_column a .iconfont{
    font-size: 1rem;
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-header .nav_box .menu .column .sub_menu .sub_column a:after{
    content: '-';
    position: absolute;
    top: 50%;
    left: 0.5rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobile-header .nav_box h3 {
    font-size: 1rem;
    text-align: left;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}
.mobile-header .nav_box h3 .iconfont{vertical-align:middle;}

.mobile_top_fill {height:4.2rem;display: none;}


.mobile-footer {
    display: none;
    padding: 1rem 0 5rem;
    background: #858585;
    color:#fff;
}
.mobile-footer .foot_menu {
    padding: 1rem 0;
}
.mobile-footer .foot_menu .column {
    border-bottom: 1px solid #cdcdcd;
    line-height: 2.8rem;
}
.mobile-footer .foot_menu .column .item {
    color: #fff;
    font-size: 1rem;
    display: block;
    position: relative;
}
.mobile-footer .foot_menu .column .item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.mobile-footer .foot_menu .sub_menu {
    width: 100%;
    box-sizing: border-box;
    display: none;
}
.mobile-footer .foot_menu .sub_menu .sub_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 .foot_menu .sub_menu .sub_item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.mobile-footer .foot_menu .sub_menu .sub_item li {position:relative;padding-left: 5%;}
.mobile-footer .foot_menu .sub_menu .sub_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  .foot_con p{height: 3rem;font-size: 1rem;color: #fff;display: flex;align-items: center;}
.mobile-footer  .foot_con p .iconfont{vertical-align:middle;margin-right: 0.3rem;}

.mobile-footer .foot_phone {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 4rem;
    background: #e71f1d;
    z-index: 12;
    display:flex;justify-content:center;align-items:center;color:#ffffff;font-size:1rem;
}
.mobile-footer .foot_phone .tit1 {margin-right:10%;}
.mobile-footer .foot_phone .tit2 {box-shadow: 0 4px 3px 0 #350404;background: #b71515;width:40%;height:3rem;border-radius:0.6rem;display:flex;justify-content:center;align-items:center;}
.mobile-footer .foot_phone .iconfont {display:inline-block;font-size:1.5rem;margin-right: 0.8rem;animation: jiggle 2s infinite alternate;}
.mobile-footer .foot_phone a {color:#ffffff;font-size: 1rem;}

@keyframes jiggle {
    48%,
    62% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 0.8);
    }
    56% {
        transform: scale(0.8, 1.2) translate(0, -5px);
    }
    59% {
        transform: scale(1, 1) translate(0, -3px);
    }
}







.ab_top_box {position: relative;z-index: 99}
.ab_nav_box{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);background-image: linear-gradient(rgba(255,255,255,0.8), #ffffff);
    width: 100%;height:4rem;transition:all 0.5s;
}
.ab_nav_box.on{position: fixed;top: 80px;width: 100%;height:3.75rem;background-color:#fff;border-bottom:1px solid rgba(0,0,0,0.08);}
.ab_nav {position: relative;display: flex;height:100%;}
.ab_nav li{width: 100%;text-align: center;height:100%;font-size: 1rem;position: relative;transition:all 0.5s;display: flex;
    align-items: center;
    justify-content: center;}
.ab_nav li::before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 1rem;background-color: #949494;}
.ab_nav li:last-child::after{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 18px;background-color: #949494;}
.ab_nav li a{color: #333333;}
.ab_nav li.act a{color: #e71f1d;}
.ab_nav li:hover a{color: #e71f1d;}
.ab_nav li i{
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    left:15%;
    background: #e71f1d;
    transition: 0.5s;
}
.ab_nav li.act i{
    width: 70%;
}
.support {height: 3.75rem;display: none}



@media  screen and (max-width: 1000px){
    .mobile-header,.mobile_top_fill,.mobile-footer {display: block;}

    header,.footer,.floatFns,.ab_top_box {display: none;} {display: none;}
}