html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-family: '微软雅黑'!important;
}

body {
    line-height:1;
}

:focus {
    outline: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
.nav-active a{
    color: #2178ff !important;
}

.nav-menu-active span{
    color: #2178ff !important;
}
.nav-menu-active i{
    background-color:  #2178ff;
    width: 70px;
    height: 2px;
    position: absolute;
    top: 1px;
}

.nav-active i{
    background-color:  #2178ff;
    width: 70px;
    height: 2px;
    position: absolute;
    top: 1px;
    /*left: 30px;*/
}
.icon{
    display: inline-block;
}
div{
    box-sizing: border-box;
}
/*顶部*/
.header{
    display: flex;
    height: 60px;
    line-height: 60px;
    position: fixed;
    top:0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: transparent;
}
/*.header .icon-active{*/
/*}*/
.header-ul{
    display: flex;
    flex: 1;
    list-style: none;
}
.header-ul li a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.header-ul li a:hover{
    color:#2178ff;
}

.header-ul li span{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
}
.header-ul li span:hover{
    color:#2178ff;
}

.header-ul li ul{
    display: none;
}

.header-ul li:hover ul{
    display: block;
}

.new-menu-list{
    background-color: rgb(77, 77, 77);
    border-radius: 8px;
}

.header-ul li{
    flex: 1;
    max-width: 120px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    list-style-type: none;
}
.header .icon-login{
    background-image: url("../../images/index/login.png");
    width: 34px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34px 34px;
}
.header .login{
    float: right;
    margin-right: 30px;
    height: 60px;
    line-height: 60px;
}
.header .login span{
    color: #fff;
    display: inline-block;
    margin-left: 12px;
    font-size: 12px;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.foot{
    background: #10202a;
    width: 100%;
    position: relative;
    bottom:0;
    min-height: 250px;
}
.foot .content{
    width: 1050px;
    margin: 0 auto;
    position: relative;
    height: 250px;
    padding-top: 10px;
}
.foot .left div{
    color: #fff;
    text-align: center;
    font-size: 14px;
    top:20px;
}
.foot .left .p-1{
    font-size: 14px;
    text-align: left;
    color: #dfdfdf;
    display: inline-block;
    margin: 20px 0;
}
.foot .left .left-1{
    position: absolute;
    left: 0;
    top:65px;
}
.foot .left .left-1 p{
    font-size: 12px;
    color: #dfdfdf;
}
.foot .left .left-2{
    position: absolute;
    left: 150px;
    top:65px;
}
.foot .left .left-2 p{
    color: #dfdfdf;
    font-size: 12px;
}
.foot .icon-weixin{
    background-image: url("../../images/index/weixn.png");
    width: 97px;
    height: 97px;
    margin-bottom: 10px;
}
.foot .icon-app{
    background-image: url("../../images/index/app.png");
    width: 97px;
    height: 97px;
    margin-bottom: 10px;
}
.foot .right-1{
    position: absolute;
    right: 260px;
    top:30px;
}
.foot .icon-map{
    background-image: url("../../images/index/map.png");
    width: 242px;
    height: 152px;
    background-size: 242px 152px;
    position: absolute;
    right: 0;
    top:20px;
}
.foot .right-1 .sp1{
    color: #dfdfdf;
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
}
.icon-zuobiao{
    padding-left: 20px;
    line-height: 25px;
    width: 260px;
    display: block;
    color: #fff;
    font-style: normal;
    font-size: 12px;
}
.icon-zuobiao:before{
    content: '';
    background-image: url("../../images/index/zuobiao1.png");
    width: 11px;
    height: 15px;
    position: absolute;
    left: 0;
    top:40px;
    background-size: 11px 15px;
    background-position:left;
    background-repeat: no-repeat;
    display: inline-block;
}
.icon-dianhua{
    background-image: url("../../images/index/zuobiao2.png");
    width: 260px;
    height: 12px;
    background-size: 12px 12px;
    background-position:left;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #fff;
    font-style: normal;
    font-size: 12px;
}
.foot .bottom{
    position: absolute;
    bottom:0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    width: 100%;
}
.foot .bottom a{
    color: #fff;
    text-decoration: none;
    margin: 0 12px;
}
.foot .bottom a:hover{
    cursor: pointer;
    color: #ccc;
}
.foot .bottom .p1{
    border-bottom: 2px solid #fff;
    display: block;
    padding: 10px 0;
    width: 100%;
}
.foot .bottom .p2{
    display: block;
    margin: 10px 0;
    width: 100%;
}
.solution-baise .icon-zuobiao{
    padding-left: 20px;
    line-height: 25px;
    width: 260px;
    display: block;
    color: #fff;
    font-style: normal;
    font-size: 12px;
}
.solution-baise .icon-zuobiao:before{
    content: '';
    background-image: url("../../images/index/zuobiao.png");
    width: 11px;
    height: 15px;
    position: absolute;
    left: 0;
    top:40px;
    background-size: 11px 15px;
    background-position:left;
    background-repeat: no-repeat;
    display: inline-block;
}
.solution-baise .icon-dianhua{
    background-image: url("../../images/index/dianhua.png");
    width: 260px;
    height: 12px;
    background-size: 12px 12px;
    background-position:left;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #fff;
    font-style: normal;
    font-size: 12px;
}
.icon-ga{
    background-image: url("../../images/index/icon-police.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-right: 4px;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -3px;
}


.float-tel{position: fixed;right: 20px;bottom: 30%;display: flex;justify-content: center;align-items: center;}
.float-content{text-align: center;cursor: pointer;}
.float-content img{ width: 40px;height: 40px;margin-bottom: 12px; }
.float-content div{ font-size: 16px;color: rgb(70,128,246); }


.float-tel-left-content{
    background-color: rgb(70,128,246);color: white;font-size: 18px;width: 160px;
    height: 34px;line-height: 34px;margin-right: 20px;border-radius: 4px;text-align: center;
    display: none;
}

.float-tel-left-content::before{
    position: absolute;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 10px solid rgb(70,128,246);
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: 30px;
    left: 160px;
}


body::-webkit-scrollbar { width: 3px; background-color: rgba(0, 0, 0, 0); }
body::-webkit-scrollbar-thumb { background-color: rgb(70,128,246); }

