@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

body.img {
    border-style: none;
}

body {
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #434343;
}

.clr {
    height: 0;
    line-height: 0px;
    display: block;
    clear: both;
}

.bd img {
    width: 100%;
    display: block;
    border-style: none;
}

/*导航栏*/
.nav-menu {
    position: fixed;
    width: 100%;
    height: 76px;
    z-index: 999;
    color: white;
}

.nav-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 0%, 0.4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.top {
    position: relative;
    margin: 0px auto;
    width: 1000px;
}

.logo {
    float: left;
    margin-left: 35px;
    padding: 20px 0 15px 0;
}

.nav {
    height: 76px;
    line-height: 76px;
    float: right;
}

.nav li {
    float: left;
    padding: 0 20px;
}

.nav li a {
    display: block;
    width: 90px;
    height: 76px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}
.x2 {
    border-bottom: #ff9800 solid 4px;
}
.nav li a.current{
    border-bottom: #FFF solid 4px;
}

@media screen and (min-width: 1180px) {
    .top {
        width: 1180px;
    }
}

/*footer*/
.footer .copyright {
    height: 60px;
    background: #0D1013;
    font-size: 12px;
    font-weight: 400;
    color: #e2e2e2;
    line-height: 60px;
    text-align: center;
}

.footer .copyright a{
    font-size: 12px;
    font-weight: 400;
    color: #e2e2e2;
}

.footer .info {
    background: #212830;
}

.footer .info .info-list {
    background: #212830;
    width: 100%;
    overflow: hidden;
    height: 335px;
    margin: 0 auto;
    padding-top: 35px;
    padding-left: 66px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.footer .info .info-list .info-list-item {
    display: table-cell;
}

.footer .info-title {
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.footer .info-line {
    width: 50px;
    height: 2px;
    background: rgba(255, 255, 255, 1);
    margin-top: 7px;
}

.footer .info-content {
    display: inline-block;
    /* width: 365px; */
    color: #e2e2e2;
    display: flex;
    flex-wrap: wrap;
}

/*联系我们*/
.footer .info .contact {
    width: 446px;
    display: inline-block;
}

.footer .contact-item {
    margin-top: 26px;
    display: inline-block;
    width: 200px;
}

.footer .contact-item.contact-address {
    width: 400px;
}

.footer .contact-name-container {
    height: 16px;
    line-height: 16px;
}

.footer .contact-address .contact-name-container {
    height: 19px;
    line-height: 19px;
}

.footer .contact-name {
    font-size: 14px;
    float: left;
    margin-left: 9px;
    font-weight: 400;
}

.footer .contact-name-line {
    width: 21px;
    height: 1px;
    background: #fff;
}

.footer .contact-method {
    margin: 17px auto auto 25px;
    font-size: 12px;
}

/*我们的服务*/
.footer .services .info-content {
    width: 204px;
}

.footer .services ul {
    margin-top: 23px;
}

.footer .services .service-item {
    margin-bottom: 16px;
    font-size: 12px;
}

/*解决方案*/
.footer .footer_solution .info-content {
    width: 170px;
}

.footer .footer_solution ul {
    margin-top: 23px;
}

.footer .footer_solution .footer_solution-item {
    margin-bottom: 16px;
    font-size: 12px;
}

.footer .footer_solution .footer_solution-item a {
    color: #e2e2e2;
}

.footer .footer_solution .footer_solution-item a:hover {
    text-decoration: underline;
}

/*竖线*/
.footer .footer-line {
    position: relative;
}

.footer .footer-line .vertical-line {
    position: absolute;
    top: 3px;
    width: 1px;
    height: 252px;
    background: rgba(229, 229, 229, 1);
}

/*二维码*/
.footer .qrcode {
    display: flex!important;
    align-items: center;
}

.footer .qrcode .info-content {
    width: 250px;
    justify-content: center;
    margin-top: -20px;
}

.footer .qrcode img {
    width: 129px;
}

.footer .qrcode .qrcode-title {
    margin-top: 19px;
}

/*底部ico图标*/
.footer .ico-tel {
    display: block;
    background: url(../image/ico/ico-tel.png) no-repeat center;
    width: 17px;
    height: 16px;
    float: left;
}

.footer .ico-business {
    display: block;
    background: url(../image/ico/ico-business.png) no-repeat center;
    width: 11px;
    height: 16px;
    float: left;
}

.footer .ico-email {
    display: block;
    background: url(../image/ico/ico-email.png) no-repeat center;
    width: 18px;
    height: 16px;
    float: left;
}

.footer .ico-postcode {
    display: block;
    background: url(../image/ico/ico-postcode.png) no-repeat center;
    width: 19px;
    height: 16px;
    float: left;
}

.footer .ico-address {
    display: block;
    background: url(../image/ico/ico-address.png) no-repeat center;
    width: 17px;
    height: 21px;
    float: left;
}

/* @media screen and (min-width: 1180px) {
    .top {
        width: 1180px;
    }

    .footer .info .info-list {
        width: 1098px;
    }

    .footer .info-content {
        width: 446px;
    }

    .footer .contact-item {
        width: 220px;
    }

    .footer .contact-item.contact-address {
        width: 446px;
    }

    .footer .services .info-content {
        width: 204px;
    }

    .footer .footer_solution .info-content {
        width: 184px;
    }

    .footer .qrcode .info-content {
        width: 269px;
    }
} */
/*右边sidebar*/
.sidebar{
    position: fixed;
    right: 0;
    bottom: 129px;
    z-index: 99;
}
.sidebar .sidebar-box{
    position: relative;
    text-align: right;
    margin-bottom: 6px;
}
.sidebar .sidebar-item{
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #888888;
    color: #fff;
    font-style:normal;
    transition: all .4s;
    overflow:hidden;
}
.sidebar .sidebar-item i.iconfont{
    display: block;
    font-size: 22px;
}
.sidebar .sidebar-item i.sidebar-top{
    display: block;
    font-style: normal;
    font-size: 13px;
}
.sidebar .sidebar-item .sidebar-item-desc{
    line-height: 12px;
    font-size: 12px;
    width: 96px;
}
.sidebar .sidebar-item:hover{
    transition: all .3s;
    width: 96px;
    height: 62px;
    line-height: 62px;
    background:#3498DB;
}
.sidebar .sidebar-item:hover i.iconfont{
    font-size: 28px;
    line-height: 50px;
}
.sidebar .sidebar-item:hover i.sidebar-top{
    font-size: 18px;
    line-height: 50px;
}
.sidebar .sidebar-item:hover .sidebar-item-desc{
    margin-top: -8px;
    opacity: 1;
    transition: all .3s;
}
/*侧边栏二维码*/
.sidebar .sidebar-box .sidebar-qrcdoe{
    display:none;
    opacity: 0;
    position: absolute;
    right: 111px;
    top: 0px;
    padding: 8px;
    background: #3498DB;
    transition: all .4s;
}
.sidebar .sidebar-box .sidebar-qrcdoe .triangle-right{
    width: 0px;
    height: 0px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent #3498DB;
    position: absolute;
    right: -14px;
}
.sidebar .sidebar-box .sidebar-qrcdoe img{
    display: block;
    width: 158px;
}
.sidebar .sidebar-box:hover:not(.sidebar-qrcdoe) .sidebar-qrcdoe{
    display:block;
    opacity: 1;
    transition: all .3s;
}