@charset "utf-8";


.logo img{
    width: 238px;
}
.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    transition: all .4s;
}
.head-page {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: rgba(0,0,0,.12);
}
.head-page .item {
    position: relative;
    margin-left: 45px;
}
.head-page .item:last-child{
    margin-right: 0;
}
.head-page .item>a {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.head-page .item:nth-child(2)>a::before{
    content: "";
    display: block;
    width: 1px;
    height: 26px;
    background: #ccc;
    position: absolute;
    top: 50%;
    right: -25%;
    transform: translateY(-50%);
}
.head-page .item>a::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    background: #EA222D;
    left: 0;
}
.head-page .item span {
    font-size: 16px;
    line-height: 76px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #fff;
}
.head-page .page-nav-hid {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -134px;
    width: 268px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.head-page .page-nav-hid .link {
    text-align: center;
    color: #666;
    background: #fff;
    position: relative;
    line-height: 36px;
    font-size: 12px;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
    display: block;
}
.head-page .page-nav-hid .link:hover{
    color: #ffffff;
    background: #7ba9be;
}
.head-page .page-nav .item:hover .page-nav-hid {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.head-page .add-btns {
    margin-left: 60px;
}
.m-additem:last-child img{
    margin-right: 0;
}
.add-m-additem {
    position: relative;
    margin-left: 30px;
}
.add-m-additem:first-child {
    margin-left: 0;
}
.add-m-additem .page-nav-hid{
    min-width: 100px;
    width: 120px;
    margin-left: -60px;
}
.add-m-additem .page-nav-hid:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #7ba9be transparent transparent;
    transform: rotate(90deg);
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -5px;
}
.add-m-additem .page-nav-hid .link{
    text-align: center;
    color: #666;
    background: #fff;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
    display: block;
    padding:0 10px;
    box-sizing:border-box;
}
.add-m-additem:hover .page-nav-hid{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.add-m-additem.m-additem>a{
    height: 75px;
    display: flex;
    align-items: center;
}
.add-m-additem .page-nav-hid .link:hover{
    color: #ffffff;
    background: #7ba9be;
}
.m-additem{
    display: flex;
    align-items: center;
    line-height: 76px;
    height: 76px;
}
.m-additem img {
    width: 22px;
}
.m-additem .dealers_map_text{
    position: absolute;
    right: -10px;
    bottom: -13px;
    font-size: 12px;
    color: #fff;
}
.comp-box-hid{
    position: absolute;
    width: 320px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    background: #fff;
    right: -46%;
    padding: 10px;
    top: 55px;
    display: none;
}
.comp-tit{
    background: #444349;
    line-height: 32px;
    padding: 0 8px;
    box-sizing: border-box;
}
.comp-tit .close{
    width: 20px;
    cursor: pointer;
}
.comp-tit .close img{
    margin-right: 0;
}
.comp-box-hid .con {
    margin-top: 10px;
}
.comp-box-hid .con a{
    color: #7ba9be;
}
.comp-box.active .comp-box-hid{
    display: block;
}



.header:hover .head-page{
    background: #fff;
}
.header:hover .i_log{
    display: none;
}
.header:hover .b_log{
    display: block;
}
.header:hover .item span{
    color: #477589;
}
.header:hover .item:nth-child(1) span::after{
    background: url(/img/header_pnext.svg) no-repeat center/cover;
}
.header:hover .dealers_map_text{
    color: #666;
}
.header .b_log{
    display: none;
}
.header.active .head-page{
    background: #FFFFFF;
}
.header.active {
    box-shadow: none;
}
.header.active .i_log{
    display: none;
}
.header.active .b_log{
    display: block;
}
.header.active .item span{
    color: #477589;
}
.header.active .dealers_map_text{
    color: #666;
}
/* 移动端头部开始 */
.head-phone {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: #ffffff;
}

.head-phone.sc-head {
    background: #ffffff;
    -webkit-box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2);
}

.head-phone .width1480  {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    line-height: 60px;
    padding-right: 52px;
    box-sizing: border-box;
}
.head-phone .m-additem {
    line-height: 60px;
    height: 60px;
}
.head-phone .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-phone .nav-toggle-list {
    cursor: pointer;
}

.head-phone .nav-toggle-list span {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    border-radius: 1.5px;
    display: block;
}

.head-phone .nav-toggle-list span:first-of-type {
    top: 0;
}

.head-phone .nav-toggle-list span:nth-child(2) {
    opacity: 1;
    margin-top: 8px;
}

.head-phone .nav-toggle-list span:nth-child(3) {
    width: 15px;
    margin-top: 8px;
}

.head-phone .item-r a {
    margin-right: 10px;
}

.head-phone .item-r a:last-child {
    margin-right: 0;
}

.head-phone .phonenav {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #ffffff;
    display: none;
}

.head-phone .phonenav a {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px dashed #d2bfaf;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mbnav-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: none;
}

.mbnav-btn-list {
    width: 30px;
    height: 18px;
    position: absolute;
    top: 21px;
    right: 15px;
}

.mbnav-btn-item {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #666;
    border-radius: 1px;
    border-radius: 1.5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mbnav-btn-item:nth-of-type(1) {
    top: 0;
}

.mbnav-btn-item:nth-of-type(2) {
    top: 8px;
}

.mbnav-btn-item:nth-of-type(3) {
    width: 50%;
    top: 16px;
}

.mbnav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    overflow: hidden;
}

.mbnav ::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0);
}

.mbnav .data {
    display: none;
}

.mbnav .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.mbnav .main {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 240px;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.mbnav .header {
    background-color: #7ba9be;
    position: initial;
    box-shadow: none;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.mbnav .tel {
    padding: 0 20px;
    line-height: 60px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-family: Gothicb, Arial, Helvetica, sans-serif;
}

.mbnav .tel .iconfont {
    display: inline-block;
    color: #ffffff;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    font-size: 22px;
    margin-right: 6px;
}

.mbnav .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    border-bottom: none;
    background: #d2bfaf;
}

.mbnav .search .submit {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    width: 22px;
    height: 60px;
    background-size: 20px;
    color: #fff;
    font-size: 22px;
}

.mbnav .search .input {
    width: calc(100% - 22px);
    height: 60px;
    line-height: 1.5;
    border: none;
    padding: 0 0 0 12px;
    outline: none;
    color: #fff;
    font-size: 16px;
    background: none;
}

.mbnav .search ::-moz-placeholder {
    color: #fff;
}

.mbnav .search ::-webkit-input-placeholder {
    color: #fff;
}

.mbnav .search :-ms-input-placeholder {
    color: #fff;
}

.mbnav .item {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
    color: #777;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.mbnav .item.sub {
    padding-right: 40px;
}

.mbnav .item.sub::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    display: inline-block;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4.5px;
}

.mbnav .slist {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 240px;
    height: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.mbnav .sitem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.mbnav .sitem.active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
}

.mbnav .tit {
    font-size: 16px;
    line-height: 60px;
    padding-right: 20px;
    padding-left: 40px;
    text-align: right;
    background-size: 7px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f2f2f2;
    position: relative;
}

.mbnav .tit::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    display: inline-block;
    border-left: 1px solid #777;
    border-top: 1px solid #777;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4.5px;
}
.langure_box {
    display: none!important;
}
.langure_box .langure {
    width: 68px;
    height: 38px;
    background: #7ba9be;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 35px;
    border-right: 1px solid rgba(255, 255, 255, .15);
}
.langure_box .langure:nth-child(1) {
    border-radius: 5px 0 0 5px;

}
.langure_box .langure:nth-child(2) {
    border-radius: 0 5px 5px 0;
    border-right: none;
}

.langure_box .langure.active{
    background: #e1ae06;
    border-right: none;
}
@-webkit-keyframes phone-navtop-animon {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes phone-navtop-animon {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes phone-navbottom-animon {
    0% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes phone-navbottom-animon {
    0% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes phone-navtop-animoff {
    0% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes phone-navtop-animoff {
    0% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes phone-navbottom-animoff {
    0% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes phone-navbottom-animoff {
    0% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@media only screen and (max-width: 1043px) {
    .mbnav-btn {
        display: block;
    }

    body.mbNavOpen .mbnav-btn-item:nth-of-type(1) {
        -webkit-animation: phone-navtop-animon 0.4s linear forwards;
        animation: phone-navtop-animon 0.4s linear forwards;
    }

    body.mbNavOpen .mbnav-btn-item:nth-of-type(2) {
        opacity: 0;
    }

    body.mbNavOpen .mbnav-btn-item:nth-of-type(3) {
        -webkit-animation: phone-navbottom-animon 0.4s linear forwards;
        animation: phone-navbottom-animon 0.4s linear forwards;
    }

    body.mbNavOpen .mbnav {
        opacity: 1;
        visibility: visible;
    }

    body.mbNavOpen .mbnav .main {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    body.mbNavOpen .page-header {
        -webkit-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
        transform: translateX(-240px);
    }

    body.mbNavOff .mbnav-btn-item:nth-of-type(1) {
        -webkit-animation: phone-navtop-animoff 0.4s linear forwards;
        animation: phone-navtop-animoff 0.4s linear forwards;
    }

    body.mbNavOff .mbnav-btn-item:nth-of-type(2) {
        opacity: 1;
        -webkit-transition: opacity 0.2s linear 0.2s;
        -o-transition: opacity 0.2s linear 0.2s;
        transition: opacity 0.2s linear 0.2s;
    }

    body.mbNavOff .mbnav-btn-item:nth-of-type(3) {
        -webkit-animation: phone-navbottom-animoff 0.4s linear forwards;
        animation: phone-navbottom-animoff 0.4s linear forwards;
    }

    body.mbNavOff .mbnav {
        opacity: 0;
        visibility: hidden;
    }

    body.mbNavOff .mbnav .main {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@media only screen and (max-width: 1200px) {
    .head-page .item {
        margin-left: 30px;
    }
    .head-page .item:nth-child(2)>a::before{
        display: none;
    }
    .head-page .add-btns {
        margin-left: 45px;
    }
    .logo img {
        width: 215px;
    }
}
@media only screen and (max-width: 1043px) {
    .head-page {
        display: none;
    }
    .head-phone {
        display: block;
    }
}


/* update20220919 */
/* .herder-wrap {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    text-align: center;
    background: #fff;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    display: none;
    align-items: center;
}
.herder-wrap .width1480{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.header-classify {
    width: 30px;
    height: 18px;
    position: relative;

}
.header-classify  span{
    position: absolute;
    left:0;
    width: 100%;
    height: 2px;
    background-color: #666;
    border-radius: 1px;
    border-radius: 1.5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-classify  span:nth-of-type(1) {
    top: 0;
}
.header-classify span:nth-of-type(2) {
    top: 8px;
}
.header-classify span:nth-of-type(3) {
    width: 50%;
    top: 16px;
}

@media only screen and (max-width: 1480px) {
    .open-hidden .width1480{
        height: 100%;
    }
    .open-close{
        position: absolute;
        right: 20px;
        top: 30px;
        margin: 0;
    }
    .open-hidden .texts {
        position: relative;
        width: 65.6%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .open-hidden .texts .box {
        width: 80%;
        margin-top: 30px;
    }
    .open-close .open-close-img img{
        width: 25px;
    }
}
@media only screen and (max-width: 1366px) {
    .open-close p{
        display: none;
    }
}
@media only screen and (max-width: 1280px) {
    .head-page .item {
        margin-left: 35px
    }
}
@media only screen and (max-width:1240px) {
    .head-page .item {
        margin-left: 30px;
    }

    .head-page .item span {
        font-size: 15px;
    }
} */
/* @media only screen and (max-width: 1200px) {
    .head-page {
        display: none;
    }
    .header-classify{
        display: flex!important;
    }
    .herder-wrap{
        display: flex;
    }

    .index-header {
        width: 100%;
    }

	.menu img{ width:100%; vertical-align:middle;}
	.head1 .float-sec li a:hover{color:#333 !important;}
	.head1 .float-sec li.active li a{ color:#333;}
	.head_bottom{ display:block; height:0; width:100%;}

	.float-sec {width:100%;display:none;}
	.float-sec li { width:100%; height:50px; line-height:50px; border-bottom:#eee solid 1px; padding:0; position:relative;}
	.head1 .float-sec li a span{background-image:url(../../img/nav_icon.png);background-repeat:no-repeat;background-size:100% auto;width:10px;height:18px;display:block;left:auto;right:20px; background-color:transparent;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);position: absolute;top: 50%;transform: translateY(-50%);}
	.head1 .float-sec li .nav_back a{ display:block;height:50px; line-height:50px;position:fixed;top:0;left:5%;  visibility: hidden; z-index:102; background-color:#fff; text-align:left; background-image:url(../../img/back.png); background-repeat:no-repeat; background-position:left center; background-size:8px auto; padding-left:15px; color:#333;}
	.head1 .float-sec li .active1 .nav_back a{ visibility:visible;}
    .nav_back img{ vertical-align:middle; width:14px;}
	.head1 .float-sec li .nav_cont{ display:none; position:fixed; left:0; top:0px; width:100%; height:100%;box-shadow:none; background:#fff !important; z-index:101;}
	.head1 .float-sec li .nav_cont ul{ padding-top:60px; height:100%; background:#fff;}
    .language-box{position:absolute;left: 0;bottom:20px; z-index:99999;width: 100%;justify-content: center;}

	
	.neirong { display: block; position: fixed;width:100%; height:100%; top: 0;  overflow:hidden; overflow-y: auto;right: 0;touch-action: pan-y; -webkit-user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);z-index:3; }
	.head1 .float-sec li .nav_cont{ width:0; display:block; right:0; left:auto;}
	.head1 .float-sec li .nav_cont.active1{ width:100%;
		-webkit-transition:width 0.25s ease-in 100ms;
		   -moz-transition:width 0.25s ease-in 100ms;
			-ms-transition:width 0.25s ease-in 100ms;
			 -o-transition:width 0.25s ease-in 100ms;
				transition:width 0.25s ease-in 100ms;
	}
	.neirong li{-webkit-transition: all .35s ease-out;
	   -moz-transition: all .35s ease-out;
		-ms-transition: all .35s ease-out;
		 -o-transition: all .35s ease-out;
			transition: all .35s ease-out;}
	.neirong a {display: block;height:50px;line-height: 50px;color: #333;}
	.neirong a.neirong-close{width:16px;height:50px; line-height:50px;position: absolute;top:0;right:5%; visibility: hidden; z-index:102;}
	.neirong a.neirong-close img{ vertical-align:middle; width:14px;}
	.neirong.neirong-hide{
	  background-color:#fff; width:0;
		-webkit-transition:background 0.35s linear,width 0.25s ease-in 200ms;
		   -moz-transition:background 0.35s linear,width 0.25s ease-in 200ms;
			-ms-transition:background 0.35s linear,width 0.25s ease-in 200ms;
			 -o-transition:background 0.35s linear,width 0.25s ease-in 200ms;
				transition:background 0.35s linear,width 0.25s ease-in 200ms;
	}
	.neirong.neirong-show{ background-color:#fff; width:100%;}
	.neirong.neirong-show .neirong-bd,.neirong.neirong-show .neirong-close{visibility: visible;}
} */


footer {
    padding: 50px 0;
    box-sizing: border-box;
    background: #7ba9be;
    max-width: 1920px;
    margin: 0 auto;
}
.foot_r{
    width: 55%;
    max-width: 770px;
}
footer .item a {
    transition: all .4S;

    display: block;
    margin-bottom: 15px;
}
footer .item a:last-child{
    margin-bottom: 0;
}
footer .item .tit{
    color: #fff;
   
}
footer .item .link{
    color: #fff;
    font-weight: 600;
}
footer .item a:hover {
    transform: translateY(-3px);
    color: #fff;
}
footer .text {
    font-family: "gotham-rounded-light";
    margin-top: 40px;
}
footer .text p{
    margin-bottom: 10px;
    font-size: 13px;
}
footer .text p:last-child{
    margin-bottom: 0;
}
footer .text p a {
    color: #fff;
}

@media only screen and (max-width:1360px) {
    .foot_r {
        width: 60%;
    }
}
@media only screen and (max-width:1200px) {
    footer .links {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:960px) {
    footer .links{
        display: none;
    }
    footer {
        padding: 30px 0;
    }
    footer .text {
        margin-top: 25px;
    }
    footer .logo img {
        width: 225px;
    }
    footer .logo{
        margin: 0 auto;
    }
}
@media only screen and (max-width:768px) {
    footer .nav {
        display: none;
    }
    .foot_r {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}