html,body,dl,dd,h1,h2,h3,h4,h5,h6,p,form,pre{margin:0;padding: 0}
ol,li,ul{margin:0; padding:0;list-style: outside none none;}
p,div{word-wrap:break-word;word-break: break-all;}
a{text-decoration:none;color: inherit;cursor:pointer;}
img{border: 0;vertical-align: middle;}
table{border-collapse:collapse;border-spacing:0;}
label{cursor:pointer;}
input,button,textarea,select{font-size: inherit;overflow: visible;width: auto;}
a,button,input{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline: none;}

/** ---- 定义 rem=10px ---- **/
/* html{
    font-size: 10px;
} */

body{
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","PingFang SC","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}

.layout_min_width{
    position: relative;
    min-height: 100px;
    overflow: hidden;
    min-width: 1200px;
    text-align: center;
}
/* 移动端覆盖 */
@media (max-width: 768px) {
    .layout_min_width {
        min-width: auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}
.layout_bg{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 1920px;
    height: 100%;
}
.layout_title{
    color: #283038;
    font-size: 50px;
    font-weight: bold;
}
.layout_explain{
    color: #7A8590;
    font-size: 24px;
}
#content,.layout_center{
    width: 1200px;
    min-width: 1200px;
    height: inherit;
    position: relative;
    margin: 0 auto;
}
/* 移动端覆盖 */
@media (max-width: 768px) {
    .layout_center {
        width: 100% !important;
        min-width: auto !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
}

/** ---- 公共组件 start ---- **/
.btn_blue{
    background: linear-gradient(90deg, #22A1F5 2.27%, #226AF5 100%);
    border-radius: 30px;
    color: white;
    display: inline-block;
    text-align: center;
    width: 200px;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    font-weight: bold;
}
.btn_blue_border{
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    width: 200px;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    color: #22A1F5;
    border: 1px solid #22A1F5;
    font-weight: bold;
}
.btn_blue img,.btn_blue_border img{
    position: relative;
    left: 5px;
}
/* .xb_animation_icon{
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
}
.xb_animation_icon_hover{
    animation: xb_icon_hover 0.2s steps(15) forwards;
    -webkit-animation: xb_icon_hover 0.2s steps(15) forwards;
}
.xb_animation_icon_leave{
    animation: xb_icon_leave 0.2s steps(15) forwards;
    -webkit-animation: xb_icon_leave 0.2s steps(15) forwards;
} */
@keyframes xb_icon_hover{
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 0 -840px;
    }
}
@-webkit-keyframes xb_icon_hover{
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -840px;
    }
}
@keyframes xb_icon_leave{
    0%{
        background-position: 0 -840px;
    }
    100%{
        background-position: 0 0;
    }
}
@-webkit-keyframes xb_icon_leave{
    0% {
        background-position: 0 -840px;
    }
    100% {
        background-position: 0 0;
    }
}
.xb_icon_moveright_hover{
    animation: xb_icon_moveright_hover 1s infinite;
    -webkit-animation: xb_icon_moveright_hover 1s infinite;
}
@keyframes xb_icon_moveright_hover{
    0%{
        left: 5px;
    }
    50%{
        left: 10px;
    }
    100%{
        left: 5px;
    }
}
/** ---- 公共组件 end ---- **/

/** ---- 头部 start ---- **/
#header{
    height: 100px;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    min-width: 1200px;
    box-shadow: 0 0 5px #ededed;
    transition: all .5s ease-in-out;
}
#header.header_white{
    background-color: white;
}
#header .layout_center{
    height: 100%;
}
#header .left_box{
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 100%;
}
#header .left_box img{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -22px;
}
#header .center_box{
    height: 100%;
    position: relative;
    margin: 0 200px;
    text-align: center;
}
#header .center_box ul{
    height: 100%;
    display: inline-block;
}
#header .center_box ul li{
    float: left;
    height: 100%;
    position: relative;
    text-align: center;
    padding: 0 15px;
}
#header .navbar_item{
    height: 30px;
    display: inline-block;
    line-height: 30px;
    position: relative;
    top: 36px;
    color: #646B77;
    font-size: 16px;
}
#header .navbar_item:hover{
    border-bottom: 2px solid #615558;
    font-weight: bold;
    color: #283038;
}
#header .navbar_item .down_arrow{
    margin-left: 2px;
}
#header .right_box{
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    height: 100%;
    line-height: 100px;
    text-align: right;
}
#header .btn{
    color: #615558;
    text-align: center;
    border: 1px solid #CDCDCD;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}
#header .btn_reg{
    color: white;
    background: linear-gradient(90deg, #22A1F5 2.27%, #226AF5 100%);
    border: 1px solid #22A1F5;
    margin-left: 5px;
}
#header .product_list{
    position: absolute;
    left: 0px;
    top: 80px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgb(55 90 101 / 15%);
    border-radius: 12px;
    width: 660px;
    height: 400px;
    box-sizing: border-box;
    padding: 20px;
}
#header .about_list{
    position: absolute;
    left: 0px;
    top: 80px;
    background: #FFFFFF;
    width: 130px;
    height: 100px;
    box-sizing: border-box;
    padding: 0 10px;
    box-shadow: 0px 4px 20px rgb(55 90 101 / 15%);
    border-radius: 8px;
}
#header .about_list .about_item{
    display: block;
    height: 50%;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
}
#header .hover_show{
    display: none;
}
#header .navbar_product:hover .hover_show{
    display: inline-block;
}
#header .product_list .product_line_box{
    height: 33.3333%;
    width: 50%;
    float: left;
    position: relative;
}
#header .product_list .product_item{
    display: inline-block;
    background: #F3F5F8;
    border-radius: 4px;
    width: 290px;
    height: 100px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#header .product_list .product_item:hover{
    background: linear-gradient(90deg, #22A1F5 2.27%, #226AF5 100%);
}
#header .product_item .product_icon{
    width: 85px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#header .product_item .product_icon i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
}
#header .product_icon .work{
    background-image: url("../img/header/work.png?t=1");
}
#header .product_icon .visit{
    background-image: url("../img/header/visit.png?t=1");
}
#header .product_icon .patrol{
    background-image: url("../img/header/patrol.png?t=1");
}
#header .product_icon .taxi{
    background-image: url("../img/header/taxi.png?t=1");
}
#header .product_icon .service{
    background-image: url("../img/header/service.png?t=1");
}
#header .product_item .product_right_info{
    margin-left: 85px;
    height: 100%;
    text-align: left;
}
#header .product_item .title{
    color: #5C6471;
    font-size: 20px;
    margin-top: 22px;
}
#header .product_list .product_item:hover .title{
    color: white;
    font-weight: bold;
}
#header .product_item .description{
    color: #5C6471;
    opacity: 0.7;
    font-size: 16px;
    margin-top: 6px;
}
#header .product_list .product_item:hover .description{
    color: white;
    opacity: 1;
}
/** ---- 头部 end ---- **/

/** ---- 右边固定导航 start ---- **/
.fixed-bar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 999;
}
.fixed-bar .fixed{
    width: 125px;
    height: 70px;
    white-space: nowrap;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
    font-size: 18px;
    background: white;
    overflow: hidden;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s linear;
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.fixed-bar .fixed * {
    vertical-align: middle;
}
.fixed-bar .fixed img {
    width: 40px;
    height: 40px;
    top: 15px;
    left: 15px;
    position: relative;
}
.fixed-bar .fixed .normal_text{
    display: inline-block;
    width: 50px;
    word-break: break-all;
    white-space: normal;
    position: absolute;
    top: 9px;
    left: 72px;
}
.fixed-bar .fixed .hover_text{
    display: none;
}
.fixed-bar .fixed:hover .normal_text{
    display: none;
}
.fixed-bar .fixed:hover .hover_text{
    display: inline-block;
    position: relative;
    top: 13px;
    left: 22px;
    font-size: 22px;
}

.fixed-bar .fixed.phone:hover {
    width: 215px;
    margin-left: -90px;
}
.fixed-bar .fixed.chat:hover {
    width: 170px;
    margin-left: -45px;
}
.fixed-bar .fixed.free:hover {
    width: 170px;
    margin-left: -45px;
}
.fixed-bar .fixed.gototop:hover {
    width: 170px;
    margin-left: -45px;
}
/** ---- 右边固定导航 end ---- **/

/** ---- 底部 start ---- **/
#footer{
    height: 470px;
    min-width: 1200px;
    text-align: left;
}
#footer_navbar{
    height: 400px;
    position: relative;
}
#footer_navbar .layout_bg{
    background-color: #393939;
    height: 400px;
}
#logo_and_icp{
    height: 70px;
    position: relative;
    text-align: left;
}
#logo_and_icp .layout_bg{
    background-color: #2C2C2C;
}
#logo_and_icp .icp{
    text-align: left;
    color: #979797;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
}
#logo_and_icp .footer_logo{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}
#footer .left_navbar_box{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 25px;
}
#footer .navbar_group{
    float: left;
    margin-right: 70px;
    width: 100px;
}
#footer .navbar_title{
    color: white;
    font-weight: bold;
    font-size: 18px;
}
#footer .navbar_item{
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    display: block;
    margin-top: 30px;
}
#footer .navbar_item:hover{
    text-decoration: underline;
}
#footer .right_navbar_box{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}
#footer .telephone{
    width: 180px;
    float: left;
    color: white;
    position: relative;
    top: 5px;
    margin-right: 30px;
}
#footer .tel_service,#footer .tel_online{
    margin-bottom: 30px;
}
#footer .tel_service p,#footer .tel_online p{
    font-size: 16px;
}
#footer .tel_service a,#footer .tel_online a{
    font-size: 24px;
    font-weight: bold;
    margin-top: 4px;
    display: block;
}
#footer .btn_blue{
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 160px;
}
#footer .weixin{
    float: left;
    background: #4A4A4A;
    border-radius: 8px;
    width: 192px;
    height: 218px;
    text-align: center;
    color: white;
    font-size: 14px;
}
#footer .weixin img{
    width: 159px;
    height: 159px;
    position: relative;
    top: 16px;
}
#footer .weixin p{
    position: relative;
    top: 26px;
}
/** ---- 底部 end ---- **/

.fixed-bar .flex-phone {
    display: flex;
}
.fixed-bar .fixed.flex-phone:hover {
    width: 272px;
    margin-left: -147px;
}
.fixed-bar .fixed.flex-phone:hover .hover_text {
    display: block;
    font-size: 18px;
    position: static;
    margin-left: 28px;
    line-height: 18px;
    margin-top: 11px;
}
