@charset"utf-8";
.navs {
    position: fixed;
    top: 0;
    width: 1920px;
    margin: 0 auto;
    z-index: 999;
    left: 50%;
    margin-left: -960px;
    background-size: 100% 100%;
}

.ding {
    background-color: #434343;
    padding: 10px 0;
}

.ding .flex {
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.ding p {
    font-size: 13px;
    color: #fff;
    line-height: 16px;
}

.ding p i {
    position: relative;
    top: -1px;
    margin-right: 3px;
}

.head {
    background: #fff;
}

.head-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 16px 0;
}

.head-inner:after {
    content: '';
    display: table;
    clear: both;
}

.head-list:after {
    content: '';
    display: table;
    clear: both;
}

.head-logo a {
    display: block;
}

.head-logo a i {
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #d0d1d2;
    position: relative;
    top: 12px;
    margin-left: 18px;
}

.head-logo a b {
    font-size: 16px;
    color: #000;
    padding-left: 18px;
}

.dao-r {
    margin-top: 13px;
    padding-right: 15px;
}

.dao-r:after {
    display: table;
    content: '';
    clear: both;
}

.head-list>li {
    float: left;
    position: relative;
}

.head-list>li>a {
    padding: 0 12px;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    border-right: 1px solid #d0d1d2;
    color: #bbb;
    display: block;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.head-list>li:last-child>a {
    border: none;
}

.head-list>li.active>a {
    color: #666;
}

.head-list>li:hover>a {
    color: #666;
}

.head-phone {
    display: none;
}

.sou {
    margin-top: 12px;
}

.sou a {
    display: block;
    width: 98px;
    height: 30px;
    border: 1px solid #d6d6d6;
    color: #666;
    background-color: #f4f4f4;
    font-size: 12px;
    border-radius: 15px;
    text-align: center;
    line-height: 28px;
}

.sou a img {
    position: relative;
    top: -1px;
    margin-right: 2px;
}


/******
    搴曢儴
********/

.foot {
    width: 100%;
    background-color: #434343;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

footer {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.foot-item {
    width: 1220px;
    height: auto;
}

.foot-item .foot-top {
    display: flex;
    margin-top: 27px;
    margin-bottom: 28px;
    justify-content: space-between;
}

.foot-top ul {
    display: flex;
}

.foot-top ul li {
    margin-right: 70px;
}

.foot-top ul li:last-child {
    margin-right: 0;
}

.foot-top ul li p a {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(229, 229, 229, 1);
    line-height: 20px;
    display: block;
}

.foot-top ul li p a:hover {
    color: #B3B3B3;
}

.foot-top ul li .p1 a {
    font-size: 16px;
    margin-bottom: 22px;
}

.foot-top ul li .p2 a,
.foot-top ul li .p3 a {
    font-size: 12px;
}

.foot-top ul li .p2 a {
    margin-bottom: 10px;
}

.foot-num {
    display: flex;
}

.foot-num .code {
    display: flex;
}

.foot-num .code p {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(229, 229, 229, 1);
    line-height: 20px;
    margin-right: 60px;
}

.foot-num .code p img {
    width: 88px;
    height: auto;
    margin-top: 12px;
    padding: 4px;
    border-radius: 2px;
    background-color: #fff;
}

.foot-num .number {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.foot-num .number .phone {
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(229, 229, 229, 1);
    line-height: 20px;
}

.foot-num .number .tip {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-right: -8px;
}

.foot-num .number a {
    border: none;
}

.foot-num .number a button {
    width: 124px;
    height: 36px;
    background: url('../images/index/footer-btn.png') no-repeat;
    background-size: 100% 100%;
    outline: none;
    border: none;
}

.foot-center {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    align-items: center;
    position: relative;
}

.foot-center .left {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(229, 229, 229, 1);
    width: 8%;
    float: left;
}

.foot-center .right {
    width: 90%;
    padding: 16px 0 8px 0;
    display: inline-block;
    vertical-align: middle
}

.foot-center li {
    margin-right: 30px;
    margin-bottom: 8px;
    /*padding-top: 16px;*/
    /*padding-bottom: 16px;*/
    display: inline-block;
}

.foot-center li a {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(229, 229, 229, 1);
    line-height: 20px;
}

.foot-center li a:hover {
    color: #B3B3B3;
}

.foot-center span {
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    left: 0;
    top: 0;
}

.foot-bottom {
    display: flex;
    align-content: center;
    margin-top: 18px;
    padding-bottom: 28px;
}

.foot-bottom p {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(229, 229, 229, 1);
    line-height: 20px;
}

.foot-bottom span {
    width: 1px;
    height: 14px;
    background: rgba(112, 112, 112, 1);
    display: inline-block;
    margin-top: 3px;
}

.foot-bottom p:nth-of-type(2) {
    margin-left: 13px;
    margin-right: 19px;
}

.foot-bottom p:nth-of-type(3) {
    margin-right: 16px;
    color: rgba(153, 153, 153, 1);
}

.foot-bottom p:nth-of-type(4) {
    margin-left: 16px;
    color: rgba(120, 166, 202, 1);
}

@media screen and (max-width: 1200px) {
    body {
        width: 100%;
        overflow-x: scroll;
    }
    .head-inner {
        padding: 16px 10px;
    }
    .head-inner,
    .ding,
    .foot {
        width: 1200px;
    }
}