﻿.head-page {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
    transition: .3s linear;
    -moz-transition: .3s linear;
    -webkit-transition: .3s linear;
    box-shadow: #ccc 0px 0px 10px;
}
.head-page .logo img {
    width: 241px;
}
.head-page .item-r {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}
.head-page .head_top {
    width: 960px;
    background-image: url(../../img/head_bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    background-color: #00a551;
    height: 40px;
    line-height: 40px;
    padding-right: 60px;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}
.head-page .head_icon{
    width: 22px;
    margin-right: 10px;
}
.head-page .top_item  {
    font-family: Century Gothic Bold, Arial, sans-serif;
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 45px;
}

.head-page .top_item:last-child{
    margin-right: 0;
}

.head-page .goods_news {
    color: #fff;
    margin: 0 45px;
}
.language-sub .language_item::after{
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #ade2c7;
    margin: 0 12px;
}
.language-sub .language_item:last-child::after{
    display: none;
}
.language-sub .language_item a {
    color: #ade2c7;
}
.language-sub .language_item.active a{
    color: #fff;
}

.head-page .page-nav{
    margin-top: 40px;
}
.head-page .item {
    margin-left: 30px;
}
.head-page .item:first-child{
    margin-left: 0;
}
.head-page .item>a {
    display: block;
    height: 60px;
    line-height: 60px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.head-page .item>a::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: #009143;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.head-page .item span {
    display: block;
    color: #222;
    font-size: 16px;
    padding: 0 5px;
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
    position: relative;
}
.en_head-page .item {
    margin-left: 20px;
}
.en_head-page .item span{
    font-size:14px;
}
.head-page .page-nav-hid {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    background-color: #e4e4e4;
    z-index: 9999;
    display: none;
    align-items: center;
    transition: .1s linear;
    -moz-transition: .1s linear;
    -webkit-transition: .1s linear;
}
.head-page .imager_li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 248px;
    position: relative;
    padding:0 10px;
    box-sizing:border-box;
}
.head-page .imager_li::after{
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    background: #dddddd;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.head-page .imager_li:last-child::after{
    display: none;
}
.head-page .imager_li .imager_li_text {
    color: #333;
    transition: .1s linear;
    margin-top: 14px;
    width: 100%;
    text-align:center;
}
.imager_li_navone .imager_li{
    width: 100%;
}
.imager_li_navtwo .imager_li{
    width: 50%;
}

.imager_li_navthree .imager_li{
    width: 33.33%;
}
.imager_li_navfour .imager_li{
    width: 25%;
}
.imager_li_navseven .imager_li{
    width: 14%;
}

.head-page .imager_li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #009143;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    transform: scale(0);
    transition: all .4s;
}
.head-page .page-nav .item:hover .page-nav-hid {
   display: flex;
}
.head-page .item:hover>a::after{
    transform: scaleX(1);
    opacity: 1;
}
.head-page .imager_li:hover{
    background: #e0e0e0;
}
.head-page .imager_li:hover:before {
    opacity: 1;
    transform: scale(1);
}
.head-page .imager_li:hover .imager_li_text{
    color: #009143;
}
.head-page .imager_li.active{
    background: #e0e0e0;
}
.head-page .imager_li.active::before {
    opacity: 1;
    transform: scale(1);
}
.head-page .imager_li.active .imager_li_text{
    color: #009143;
}
.autocar_item_nav{
    width: 224px;
    position: relative;
}
.autocar_item_nav::after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #D7D5D5;
    position: absolute;
    right: 0;
    top: 0;
}
.autocar_item_nav .nav_item {
    height: 77px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
    cursor: pointer;
}
.autocar_item_nav .nav_item_tit {
    font-size: 15px;
}
.autocar_item_nav .nav_item_desc{
    font-size: 13px;
}
.autocar_item_nav .nav_item::before{
    display: block;
    content: "";
    width: 2px;
    height: 0;
    transition: all .4s;
    background: #009143;
    position: absolute;
    left: 0;
    top: 0;
}

.autocar_item_nav .nav_item:hover{
    background: #E0E0E0;
}
.autocar_item_nav .nav_item:hover .nav_item_tit {
    color: #009143;
}
.autocar_item_nav .nav_item:hover::before{
    height: 100%;
}



.autocar_item_nav .nav_item.active{
    background: #E0E0E0;
}
.autocar_item_nav .nav_item.active .nav_item_tit {
    color: #009143;
}
.autocar_item_nav .nav_item.active::before{
    height: 100%;
}
.autocar_item_contents{
    width: calc(100% - 224px);
}
.autocar_item_contents .content{
    display: none;
    padding: 0 65px;
    box-sizing: border-box;
    position: relative;
}
.autocar_item_contents .content .swiper-container{
    width: 100%;
    position: initial;
}
.autocar_item_contents .content .swiper-container::before{
    content: "";
    display: block;
    width: 4px;
    height: 68%;
    background: #e4e4e4;
    position: absolute;
    top: 50%;
    left: 65px;
    transform: translateY(-50%);
    z-index: 333;
}
.autocar_item_contents .content .swiper-container::after{
    content: "";
    display: block;
    width: 4px;
    height: 68%;
    background: #e4e4e4;
    position: absolute;
    top: 50%;
    right: 65px;
    transform: translateY(-50%);
    z-index: 333;
}
.autocar_item_contents .swiper-slide{
    padding: 0 25px;
    box-sizing: border-box;
}
.autocar_item_contents .swiper-slide::after{
    content: "";
    display: block;
    width: 1px;
    height: 68%;
    background: #D7D5D5;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.autocar_item_contents .swiper-slide:last-child:after{
    display: none;
}
.autocar_item_contents .swiper-button-next:after, .autocar_item_contents .swiper-button-prev:after{
    font-size: 22px;
    color: #009143;
}
.autocar_item_contents .swiper-button-prev{
    left: 30px;
}
.autocar_item_contents .swiper-button-next{
    right: 30px;
}
.autocar_item_contents .content_lists{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 25px;
}
.autocar_item_contents  .content_list{
    width: 32%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.autocar_item_contents .content_list:last-child{
    margin-right: 0;
}
.autocar_item_contents .content_list_img{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.autocar_item_contents .content_list_img img{
    max-height: 100%;
    display: block;
    transition: all .4s;
}
.autocar_item_contents .content_title {
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.autocar_item_contents .content_list_desc{
    margin-top: 11px;
    color: #333;
}
.autocar_item_contents .content.active{
    display: flex;
}

.autocar_item_contents .content_list:hover .content_list_img img{
    transform: scale(1.08);
}
.autocar_item_contents .content_list:hover .content_list_desc{
    color: #009143;
}


.imager_item .autocar_item_contents .content_lists{
    margin-top: 0;
}
.imager_item .autocar_item_contents .content_list{
    width: 100%;
    margin-right: 0;
}
.imager_item .autocar_item_contents .content_list_img{
    height: 120px;
}

/* 移动端头部开始 */
.head-phone {
    display: none;
    height: 60px;
    line-height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    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;
    box-shadow: #ccc 0px 0px 10px;
}
.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 .width1200  {
    -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;
}
.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 .logo img {
    height: 32px;
}
.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: 999;
    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: #009143;
}
.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: 20px;
    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: 15px;
    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 .langure {
    width: 68px;
    height: 38px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 35px;
    border-right: 1px solid rgba(255, 255, 255, .15);
      background: linear-gradient(0deg, #009143 0%, #333 100%);
}
.langure_box .langure:nth-child(1) {
    border-radius: 10px 0 0 10px;
    
}
.langure_box .langure:last-child {
    border-radius: 0 10px 10px 0;
    border-right: none;
}

.langure_box .langure.active{
     background: #009143;
    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: 1300px) {
    .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: 1580px) {
     .en_head-page .item{
        margin-left: 15px;
    }
}
@media only screen and (max-width: 1510px) {
     .en_head-page .item{
        margin-left: 10px;
    }
}
@media only screen and (max-width: 1480px) {
    .head-page .autocar_item  .page-nav-hid .inner {
        width: 83%;
    }  
}
@media only screen and (max-width: 1470px) {
    .en_head-page .logo img {
        width: 215px;
    }
}
@media only screen and (max-width: 1440px) {
    .en_head-page .width1840 {
        padding: 0 35px;
    }
    .en_head-page .head_top{
         padding-right:35px;
    }
}
@media only screen and (max-width: 1400px) {
    .en_head-page .item span{
         padding: 0 2px;
    }
}
@media only screen and (max-width: 1366px) {
    .head-page .head_top {
        width: 910px;
    }
     .head-page .item {
        margin-left: 28px;
    }
    .en_head-page .item{
        margin-left: 12px;
    }
    
    .head-page .logo img {
        width: 222px;
    }
    .en_head-page .logo img {
        width: 194px;
    }
    .en_head-page .item span {
        font-size: 13px;
    }
    .head-page .autocar_item  .page-nav-hid .inner {
        width: 90%;
    }  
}
@media only screen and (max-width: 1340px) {
    .head-page .item {
        margin-left: 25px;
    }
    .head-page .logo img {
        width: 212px;
    }
    .en_head-page .item{
        margin-left: 10px;
    }
    .en_head-page .logo img {
        width: 190px;
    }
}
@media only screen and (max-width: 1300px) {
    .en_head-page .logo img {
        width: 182px;
    }
    .head-page {
        display: none;
    }
    .head-phone {
        display: block;
    }
   
}
@media only screen and (max-width: 1300px) {
    .en_head-page .width1840 {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1280px) {
    .head-page .item {
        margin-left: 20px;
    }
    .head-page .head_top {
        width: 848px;
    }
    .head-page .logo img {
        width: 220px;
    }
    .en_head-page .logo img {
        width: 165px;
    }
     .en_head-page .item {
        margin-left: 8px;
    }
}
@media only screen and (max-width: 1240px) {
    .en_head-page .item {
        margin-left: 5px;
    }
}
/* @media only screen and (max-width: 1200px) {
    .head-page {
        display: none;
    }
    .head-phone {
        display: block;
    }
} */

.footer_top{  
    background:url(../../img/footer.png) no-repeat center/cover; 
}
.footer_top .inner {
    height:170px; 
}
.footer_top_left{ 
    width: 180px;
    text-align: center;
    color: #666;
}
.footer_top_left .mum_tit{ 
    font-family:Century Gothic Regular, Arial, sans-serif; 
    padding-bottom:10px;
    font-weight: 100;
}
.footer_top_left p{  
    font-weight:bold;
}
.footer_top_logo{ 
    width:250px;
}
.footer_top_right .link{ 
    color:#666;
    transition: all .3s;
    margin-right: 20px;
}
.footer_top_right .link:last-child{
    color:#009143; 
    margin-right: 0;
}
.footer_top_right .link:hover{ 
    color:#009143; 
    text-decoration:underline;
}
.footer_bottom{    
    color: #999;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
}
.footer_bottom a{color:#999; margin-left: 10px;}
.privacy_policy{
    margin-right: 10px;
}
.footer_bottom img{
    max-width: 18px;
}


.en_footer .footer_top_left{
    width: auto;
}
.en_footer .footer_top_right{
       max-width: 323px;
    text-align: right;
    line-height: 1.875;
}
.en_footer .footer_top_right .link{
    display: block;
    margin-right: 0;
}

.floating{ 
    position:fixed; 
    right:60px; 
    bottom:60px; 
    width:50px; 
    z-index:9;
}
.floating li{ 
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-bottom: 10px;
}
.floating li a{ 
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
    height: 50px;
    background-color: #666;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
    position: relative;
    z-index: 2;
}
.floating li span{ 
    background: #666;
    color: #fff;
    font-size: 18px;
    text-align: left;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    z-index: -1;
    overflow: hidden;
    border-radius: 50px;
    top: 0;
    transition: .1s linear;
    -moz-transition: .1s linear;
    -webkit-transition: .1s linear;
    padding-left: 30px;
    box-sizing: border-box;
}
.floating li:hover a{ 
    background-color:#009143;
}

.floating li:hover span{
    width: 230px;
}
.en_footer{
    .footer_top_logo {
        width: 198px;
    }
}

@media only screen and (max-width: 1024px) {
    .footer_top_right .link{
        margin-right: 10px;
    }
}
@media only screen and (max-width: 960px) {
    .footer_top .inner {
        height: auto;
        flex-direction: column;
        padding: 30px 0;
        box-sizing: border-box;
    }
    .footer_top_logo {
        margin: 10px 0 15px;
        width: 194px;
    }
    .footer_top_left p{
        font-size: 18px;
    }
    .floating{
        right: 10px;
        bottom: 10px;
        width: 40px;
    }
    .floating li{
        width: 40px;
        height: 40px;
    }
    .floating li a{
        width: 40px;
        height: 40px;
    }
    .floating li span {
        height: 40px;
        width: 40px;
        padding-left: 25px;
        border-radius: 40px;
        line-height: 40px;
    }
    .floating li:hover span {
        width: 215px;
    }
    .floating li a img{
        max-width: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .head-phone .logo img {
        height: 28px;
    }
    .footer_bottom{
        line-height: 1.72;
    }
    .footer_bottom .inner>a {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .recode {
        width: 100%;
        justify-content: center;
    }
}