@charset "utf-8";
html,
body {
    margin: 0 auto;
    color: #333;
    font-size: 14px;
    max-width: 800px;
    line-height: 1.8;
}

.page-navigation {
    display: none;
}


/* *{box-sizing: border-box;} */

a,
.slow {
    transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.slowa {
    transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.hidden {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* for IE */
    -o-text-overflow: ellipsis;
    /* for Opera */
    -icab-text-overflow: ellipsis;
    /* for iCab */
    -khtml-text-overflow: ellipsis;
    /* for Konqueror Safari */
    -moz-text-overflow: ellipsis;
    /* for Firefox,mozilla */
    -webkit-text-overflow: ellipsis;
    /* for Safari,Swift*/
}

.hidd {
    overflow: hidden;
}
.hidd1{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.hidd2{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.hidd3{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.hidd4{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 4; -webkit-box-orient: vertical;}

/* loading 样式 */

.loaderbg {
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
}

.loader {
    width: 2.5em;
    height: 2.5em;
    transform: rotate(165deg);
    z-index: 9999;
    position: fixed;
    top: calc(50% - 1.25em);
    left: calc(50% - 1.25em);
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    transform: translate(-50%, -50%);
}

.loader:before {
    animation: before 2s infinite;
}

.loader:after {
    animation: after 2s infinite;
}

@keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }
    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }
    100% {
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}

@keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }
    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }
    100% {
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}

.swiper-button-disabled {
    opacity: 0.6;
}

.bg_ff {
    background: #fff;
}

.com_pad {
    
    max-width: 1700px;
    margin: 0 auto;
}

.com_pad2 {
    padding-left: 3.5%;
    padding-right: 3.5%;
    max-width: 1500px;
    margin: 0 auto;
}

.pad_08 {
    padding: 0 8%;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.t_cen {
    text-align: center;
}

.f_bold {
    font-weight: bold;
}

.f_up {
    text-transform: uppercase;
}

.f_arial {
    font-family: arial;
}

.c_fff {
    color: #fff;
}

.c_000 {
    color: #000;
}

.c_666 {
    color: #666;
}

.c_999 {
    color: #999;
}

.f_14 {
    font-size: 14px;
}

.f_15 {
    font-size: 15px;
}

.f_16 {
    font-size: 16px;
}

.f_18 {
    font-size: 18px;
}

.f_20 {
    font-size: 20px;
}

.f_22 {
    font-size: 22px;
}

.f_24 {
    font-size: 24px;
}

.f_26 {
    font-size: 26px;
}

.f_28 {
    font-size: 28px;
}

.f_30 {
    font-size: 30px;
}

.f_32 {
    font-size: 32px;
}

.f_34 {
    font-size: 34px;
}

.f_35 {
    font-size: 35px;
}

.f_36 {
    font-size: 36px;
}

.f_38 {
    font-size: 38px;
}

.f_40 {
    font-size: 40px;
}

.w_100 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.flex {
    display: flex;
    flex-flow: wrap;
}

.flex_align {
    align-items: center;
}

.flex_between {
    justify-content: space-between;
}

.flex_center {
    justify-content: center;
}

.padt_15 {
    padding-top: 1.5%;
}

.padt_2 {
    padding-top: 2%;
}

.padt_25 {
    padding-top: 2.5%;
}

.padt_3 {
    padding-top: 3%;
}

.padt_35 {
    padding-top: 3.5%;
}

.padt_4 {
    padding-top: 4%;
}

.padt_45 {
    padding-top: 4.5%;
}

.padt_5 {
    padding-top: 5%;
}

.padt_55 {
    padding-top: 5.5%;
}

.padt_6 {
    padding-top: 6%;
}

.padb_15 {
    padding-bottom: 1.5%;
}

.padb_2 {
    padding-bottom: 2%;
}

.padb_25 {
    padding-bottom: 2.5%;
}

.padb_3 {
    padding-bottom: 3%;
}

.padb_35 {
    padding-bottom: 3.5%;
}

.padb_4 {
    padding-bottom: 4%;
}

.padb_45 {
    padding-bottom: 4.5%;
}

.padb_5 {
    padding-bottom: 5%;
}

.padb_55 {
    padding-bottom: 5.5%;
}

.padb_6 {
    padding-bottom: 6%;
}

.imgs {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 75%;
}

.imgs img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
}

.sllist li:hover .imgs img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


/*头部*/

#head {
    position: fixed;
    z-index: 1000;
    box-sizing: border-box;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
}

#head.onn {
    background: rgba(0, 0, 0, 0.6);
}

#head.onn .head_pc .logo img {
    height: 50px;
}

#head .head_pc {
    height: 100px;
    position: relative;
}

#head .head_pc .logo {
    padding-top: 15px;
}

#head .logo {
    -webkit-animation: fadeInLeft 1.5s ease-in-out backwards;
}

#head .head_r,
#head .head_ico {
    -webkit-animation: fadeInRight 1.5s ease-in-out backwards;
}

#head .logo a {
    display: block;
}

#head .logo img {
    height: 60px;
    transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

#head .nav {
    text-align: center;
}

#head .nav ul {
    font-size: 0;
}

#head .nav ul li {
    display: inline-block;
    position: relative;
    padding: 26px 18px;
}

#head .nav ul li>a {
    display: block;
    font-size: 15px;
    padding: 10px 10px;
    line-height: 28px;
    white-space: nowrap;
    color: #fff;
    position: relative;
}

#head .nav ul li>a::after {
    position: absolute;
    z-index: 1;
    width: 0;
    height: 2px;
    transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
    bottom: 0;
    left: 50%;
    overflow: hidden;
    content: '';
    background: #dab866;
}

#head .nav ul li>a:hover,
#head .nav ul li.on>a,
#head .nav ul li>a.a_hv {
    color: #dab866;
}

#head .nav ul li>a:hover::after,
#head .nav ul li.on>a::after,
#head .nav ul li>a.a_hv::after {
    width: 100%;
    left: 0;
}

#head .nav .sub {
    position: absolute;
    z-index: 98;
    left: -500px;
    top: 100px;
    display: none;
    width: 1000px;
    white-space: nowrap;
    -webkit-animation: navslow 0.4s ease-in backwards;
}

#head .nav .sub.onn {
    display: block;
}

#head .nav .sub dt {
    display: inline-block;
    position: relative;
}

#head .nav .sub dt::after {
    position: absolute;
    width: 1px;
    height: 13px;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -6px;
    background: rgba(255, 255, 255, 0.3);
}

#head .nav .sub dt:last-child:after {
    display: none;
}

#head .nav .sub dt a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 10px 30px;
    line-height: 30px;
}

#head .nav .sub dt a:hover {
    color: #dab866;
    font-weight: bold;
}

#head .nav_bg {
    width: 100%;
    position: absolute;
    height: 52px;
    background: rgba(10, 10, 10, 0.3);
    top: 100px;
    left: 0;
    display: none;
    -webkit-animation: navslow 0.4s ease-in backwards;
}

#head .nav_bg.onn {
    display: block;
}

#head .h_r {
    padding-left: 15px;
}

#head .h_tel {
    padding-left: 20px;
    line-height: 1.3;
}

#head .h_tel span {
    background: url(../images/tel_ico.png) no-repeat left center;
    padding-left: 22px;
    display: block;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
}

#head .h_tel p {
    font-size: 18px;
    padding-top: 2px;
}


/* .head_m {
    display: none;
} */

#main {
    overflow: hidden;
}

#foot {
    background: rgba(21, 21, 21, 0.9);
    z-index: 9;
    width: 100%;
    overflow: hidden;
}

#foot .foot {
    line-height: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
    color: #fff;
}

#foot .foot span {
    padding-right: 15px;
    display: inline-block;
}

#foot .foot a {
    color: #fff;
}

@-webkit-keyframes navslow {
    0% {
        -webkit-transform: translate(0, 10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }
}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1366px) {
    .f_18 {
        font-size: 17px;
    }
    .f_20 {
        font-size: 19px;
    }
    .f_22 {
        font-size: 20px;
    }
    .f_24 {
        font-size: 22px;
    }
    .f_26 {
        font-size: 24px;
    }
    .f_28 {
        font-size: 26px;
    }
    .f_30 {
        font-size: 28px;
    }
    .f_32 {
        font-size: 30px;
    }
    .f_34 {
        font-size: 32px;
    }
    .f_35 {
        font-size: 33px;
    }
    .f_36 {
        font-size: 34px;
    }
    .f_38 {
        font-size: 36px;
    }
    .f_40 {
        font-size: 38px;
    }
}

@media screen and (max-width:1280px) {
    .f_14 {
        font-size: 13px;
    }
    .f_15 {
        font-size: 14px;
    }
    .f_16 {
        font-size: 14px;
    }
    .f_18 {
        font-size: 15px;
    }
    .f_20 {
        font-size: 17px;
    }
    .f_22 {
        font-size: 18px;
    }
    .f_24 {
        font-size: 20px;
    }
    .f_26 {
        font-size: 22px;
    }
    .f_28 {
        font-size: 24px;
    }
    .f_30 {
        font-size: 26px;
    }
    .f_32 {
        font-size: 28px;
    }
    .f_34 {
        font-size: 30px;
    }
    .f_35 {
        font-size: 31px;
    }
    .f_36 {
        font-size: 32px;
    }
    .f_38 {
        font-size: 34px;
    }
    .f_40 {
        font-size: 36px;
    }
}

#head .head_m .head_ico {
    position: absolute;
    right: 2.5%;
    top: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 99;
}

#head .head_m .head_ico span {
    position: absolute;
    top: 19px;
    left: 6px;
    width: 28px;
    height: 2px;
    background: #2096d5;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

#head .head_m .head_ico span:after,
#head .head_m .head_ico span:before {
    content: '\20';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2096d5;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

#head .head_m .head_ico span:before {
    top: -8px;
}

#head .head_m .head_ico span:after {
    bottom: -8px;
}

.body-nav #head .head_m .head_ico span {
    background: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.body-nav #head .head_m .head_ico span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    top: 0;
}

.body-nav #head .head_m .head_ico span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    bottom: 0;
}

@media screen and (max-width:1024px) {
    .f_14 {
        font-size: 12px;
    }
    .f_15 {
        font-size: 13px;
    }
    .f_16 {
        font-size: 13px;
    }
    .f_18 {
        font-size: 14px;
    }
    .f_20 {
        font-size: 16px;
    }
    .f_22 {
        font-size: 17px;
    }
    .f_24 {
        font-size: 18px;
    }
    .f_26 {
        font-size: 20px;
    }
    .f_28 {
        font-size: 22px;
    }
    .f_30 {
        font-size: 24px;
    }
    .f_32 {
        font-size: 25px;
    }
    .f_34 {
        font-size: 26px;
    }
    .f_35 {
        font-size: 27px;
    }
    .f_36 {
        font-size: 28px;
    }
    .f_38 {
        font-size: 30px;
    }
    .f_40 {
        font-size: 32px;
    }
    #head .head_pc {
        display: none;
    }
    #head .head_m {
        display: block;
        height: 52px;
        position: relative;
        background: #fff;
        box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    }
    #head .head_m .logo {
        left: 3.5%;
        top: 10px;
        position: absolute;
    }
    #head .head_m .logo img {
        height: 32px;
    }
    #head .head_m .head_ico {
        position: absolute;
        right: 2.5%;
        top: 5px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 99;
    }
    #head .head_m .head_ico span {
        position: absolute;
        top: 19px;
        left: 6px;
        width: 28px;
        height: 2px;
        background: #2096d5;
        -webkit-transition: all 300ms;
        transition: all 300ms;
    }
    #head .head_m .head_ico span:after,
    #head .head_m .head_ico span:before {
        content: '\20';
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #2096d5;
        -webkit-transition: all 300ms;
        transition: all 300ms;
    }
    #head .head_m .head_ico span:before {
        top: -8px;
    }
    #head .head_m .head_ico span:after {
        bottom: -8px;
    }
    .body-nav #head .head_m .head_ico span {
        background: none;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .body-nav #head .head_m .head_ico span:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 0;
        top: 0;
    }
    .body-nav #head .head_m .head_ico span:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 0;
        bottom: 0;
    }
    #head .head_m .page-navigation {
        display: none;
        z-index: 9999;
        top: 52px;
        overflow-y: auto;
        position: fixed;
        max-height: calc(100% - 52px);
        left: 0px;
        width: 100%;
        background: #fff;
    }
    #head .head_m .nav_pad {
        padding: 30px 10%;
    }
    #head .head_m .nav_pad li {
        position: relative;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: returnToNormal;
        animation-name: returnToNormal;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        border-bottom: 1px solid #dedede;
    }
    #head .head_m .page-navigation a {
        line-height: 40px;
        padding: 5px 15px;
        font-size: 16px;
        color: #333;
        display: block;
        text-align: center;
    }
    #head .head_m .page-navigation .sub {
        display: none;
        padding: 5px 10%;
    }
    #head .head_m .page-navigation .sub a {
        line-height: 28px;
        font-size: 14px;
        color: #666;
    }
    .body-nav #head .page-navigation {
        height: 100%;
    }
}

#head .nav_bg.onn {
    display: block;
}


/* 首页 */

.swiper-banner {
    overflow: hidden;
    position: relative;
   
}

.swiper-banner .ban_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* min-height: 350px; */
}

.swiper-banner .ban_w {
    position: absolute;
    left: 8.6%;
    top: 20%;
    color: #fff;
    line-height: 1.3;
    display: none;
}

.swiper-banner .ban_w .ban_h1 {
    font-size: 48px;
    font-family: arial;
}

.swiper-banner .ban_w .ban_h2 {
    font-size: 22px;
    padding-top: 10px;
}

.swiper-banner .ban_w .ban_h3 {
    font-size: 28px;
    padding-top: 6px;
}

.swiper-banner .ban_w .ban_las {
    letter-spacing: 4px;
}

.swiper-banner .swiper-slide-active .ban_h1 {
    animation: fadeInUp 1.2s ease both 0.6s;
}

.swiper-banner .swiper-slide-active .ban_h2 {
    animation: fadeInUp 1.2s ease both 0.9s;
}

.swiper-banner .swiper-slide-active .ban_h3 {
    animation: fadeInUp 1.2s ease both 1.2s;
}

.swiper-banner .ban-pagination {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: 10px;
    text-align: center;
    z-index: 9;
    font-size: 0;
}

.swiper-banner .ban-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 14px;
    opacity: 1;
    vertical-align: top;
    border-radius: 0;
    margin: 0 10px;
    position: relative;
    background: none;
}

.swiper-banner .ban-pagination .swiper-pagination-bullet:after {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    width: 100%;
    top: 6px;
    height: 2px;
    content: '';
}

.swiper-banner .ban-pagination .swiper-pagination-bullet-active {
    background: none;
}

.swiper-banner .ban-pagination .swiper-pagination-bullet-active:after {
    background: #fff;
}

@media screen and (max-width:960px) {}

@media screen and (max-width:768px) {
    .swiper-banner .ban-pagination .swiper-pagination-bullet {
        width: 25px;
        margin: 0 6px;
    }
    .f_20 {
        font-size: 15px;
    }
    .f_22 {
        font-size: 16px;
    }
    .f_24 {
        font-size: 17px;
    }
    .f_26 {
        font-size: 18px;
    }
    .f_28 {
        font-size: 20px;
    }
    .f_30 {
        font-size: 21px;
    }
    .f_32 {
        font-size: 22px;
    }
    .f_34 {
        font-size: 24px;
    }
    .f_35 {
        font-size: 25px;
    }
    .f_36 {
        font-size: 26px;
    }
    .f_38 {
        font-size: 28px;
    }
    .f_40 {
        font-size: 30px;
    }
}

@media screen and (max-width:600px) {
    .f_14 {
        font-size: 12px;
    }
    .f_15 {
        font-size: 12px;
    }
    .f_22 {
        font-size: 15px;
    }
    .f_24 {
        font-size: 16px;
    }
    .f_26 {
        font-size: 17px;
    }
    .f_28 {
        font-size: 18px;
    }
    .f_30 {
        font-size: 20px;
    }
    .f_32 {
        font-size: 21px;
    }
    .f_34 {
        font-size: 22px;
    }
    .f_35 {
        font-size: 23px;
    }
    .f_36 {
        font-size: 24px;
    }
    .f_38 {
        font-size: 26px;
    }
    .f_40 {
        font-size: 28px;
    }
    #foot {
        position: relative !important;
    }
    #foot .foot {
        text-align: center;
        display: block;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        ;
    }
    #foot .foot span {
        display: block;
    }
}

@-webkit-keyframes returnToNormal {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.ind_wrap {
    width: 100%;
    padding: 0 10px;
}

.mobile_title {
    height: 40px;
    line-height: 40px;
    color: #333;
    text-align: center;
}


/*  index*/

.mobile_sort_wrap {
    height: 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2%;
}

.mobile_sort_wrap a {
    text-align: center;
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.mobile_sort_wrap a.active_span {
    background-color: #2096d5;
    color: #fff;
}



.pro_wrap {
    width: 96%;
    padding: 2%;
}

.n_l {
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.pro_sep_title {
    padding-top: 6px;
    padding-bottom: 6px;
}

.sep_title {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.sep_tips {
    line-height: 20px;
    color: #666;
    text-align: center;
    
}

.location_wrap{
    height: 40px;
    background: #f5f5f5;
    display: none;
}

.location{
    padding-left: 32px;
    height: 40px;
    background:url("../images/loc.jpg") no-repeat left center;

    line-height: 40px;
    font-size: 14px;
    color: #464646;
    box-sizing: border-box;

}
.about_banner_w{
    display: flex;
    justify-content: center;
   
    height: 100%;
    flex-direction: column;
    
}

.slogan1{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.slogan2{
    font-size: 20px;

    color: #fff;
  line-height:1;
}

.about_wrap{
    padding-top: 30px;
    padding-bottom: 30px;
    width: 94%;
    margin:0 auto;
}
.honor_wrap{
    
    padding-bottom: 30px;
    width: 94%;
    margin:0 auto;
}
.w100{
    width: 100%;
    display: block;
}
.about_left{
    width: 94%;
    margin:0 auto;
}
.company_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.contact_top{
    padding-top: 20px;
}

.contact_top_left{
    width: 100%;
}

.contact_top_right{
    width: 724px;
    display: none;
}

.contact_left_title{
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #166fae;
    border-bottom:1px solid #166fae;
}

.contact_detail_info{
    line-height: 26px;
    font-size: 14px;
    color: #464646;
    padding-top: 10px;
}
.app_wrap{
    padding-top: 30px;
    padding-bottom: 30px;
}
.app_desc{
    line-height: 30px;
    font-size: 16px;
    color: #464646;
    text-indent: 32px;
    height: 60px;
    padding-bottom: 20px;
    overflow: hidden;
    display: none;
    border-bottom: 1px solid #dddddd;
}

.app_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.app_items{
    width:48%;
    padding-top: 10px;

}

.app_items_img{
    width: 560px;
    height: 318px;
}

.app_item_title{
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #166fae;
    font-weight: bold;
    text-align: center;
    
}

.sep_titles{
    height: 40px;
    display: flex;
    align-items: flex-end;
    border-bottom:1px solid #ddd;
    margin-bottom:10px;
}

.sep_titles span{
    height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background:#166fae;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.w{
    width: 94%;
    margin:0 auto;
}
.contact_bot{
    padding-top: 20px;

    justify-content: space-between;
}
.contact_item{
    width: 576px;
    padding-bottom: 30px;
}

.pp_wrap{
    padding-top: 20px;
    padding-top: 20px;
}
.zhaopin_title{
    height: 40px;
    background: #166fae;
    color: #fff;
    font-size: 16px;
    line-height: 40px;

}

.zhaopin_conc{
    line-height: 24px;
    font-size: 14px;
    color:#464646;
    padding-bottom: 20px;
}


.contact_item_title{
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #464646;
    border-bottom:1px solid #dddddd;
}

.com_right_title{
    height: 68px;
    line-height: 68px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    
}

.com_right_title .en{
    font-size:40px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    left: 0;
    bottom:0;
    color: #f5f5f5;
    font-weight: bold;
    z-index: 1;
    width: 100%;
    text-align: center;

}
.com_right_title .ch{
    font-size:20px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    left: 0;
    bottom:0;
    color: #464646;
    font-weight: bold;
    z-index: 2;
    width: 100%;
    text-align: center;

}

.line_gap{
    width: 40px;
    height:12px;
    border-bottom: 4px solid #166fae;

}

.com_desc{
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    color: #464646;
    line-height: 30px;
}
.com_desc p{
    text-indent: 36px;
    margin-bottom: 10px;
}



.app_left {
    float: left;
}

.app_left span {
    height: 20px;
    display: block;
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 30px;
    background: url("../images/field1_active.png") no-repeat left center;
}

.app_left {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.applicaiton_wrap {
    position: relative;
    width: 96%;
    margin: 0 auto;
    min-height: 240px;
}

.app_menu_wrap {
    position: absolute;
}

.app_right {
    width: 100%;
    position: relative;
    z-index: 1;
    background: #f00;
    height: 100%;
}
.company_right{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.factory_item{
    width: 50%;
    padding-right:1%;
    padding-left:1%;
    box-sizing: border-box;
    margin-bottom: 1%;

}
.factory_item img{
    width: 100%;
}
.app_bg {
    height: 34px;
    background: rgba(0, 0, 0.6);
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.app_menu_wrap {
    height: 20px;
    left: 0;
    position: absolute;
    bottom: 7px;
    width: 100%;
    z-index: 2;
    text-align: center;
}

.app_menu_wrap span {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.app_menu_wrap span img {
    width: 100%;
    display: block;
}

.app_pic {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.app1_pic img {
    display: block;
    width: 100%;
}

.app1_title {
    height: 30px;
    position: absolute;
    left: 20px;
    line-height: 30px;
    bottom: 40px;
    color: #fff;
}

.app1_desc {
    height: 30px;
    position: absolute;
    left: 20px;
    line-height: 30px;
    bottom: 2px;
    color: #fff;
    line-height: 24px;
    width: 80%;
}

.app1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}

.company_wrap {
    width: 96%;
    margin: 0 auto;
}

.company_wrap video {
    display: block;
    width: 100%;
}

.company_wrap video img {
    display: block;
    width: 100%;
}

.company_list {
    padding-top: 10px;
    padding-bottom: 10px;
}

.company_list li {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.company_list li:nth-of-type(3n) {
    margin-right: 0;
}

.company_right {
    padding-top: 10px;
    padding-bottom: 10px;
}

.company_right a {
    width: 32%;
    float: left;
    margin-right: 2%;
    display: block;
}

.company_right a img {
    width: 100%;
    display: block;
}

.company_right a:nth-of-type(3) {
    margin-right: 0;
}

.company_right a:nth-of-type(4) {
    display: none;
}

.profile_sort_wrap {
    text-align: center;
    padding-top: 2px;
    width: 96%;
    margin: 0 auto;
}

.profile_sort_wrap a {
    height: 30px;
    background: #eff0f1;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    color: #333;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.profile_sort_wrap a:hover,
.profile_sort_wrap a.current {
    color: #fff;
    background: #2096d5;
}

.profile_content {
    width: 96%;
    background: #fff;
    padding: 2%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 40px;
}

.about_content_left {
    width: 100%;
    float: none;
}

.about_content_right {
    width: 100%;
    float: none;
}

.img_w100 {
    width: 100%;
    display: block;
}

.about_content_left p {
    line-height: 24px;
    color: #666;
    text-indent: 24px;
}

.about_content_bot {
    padding-bottom: 20px;
    padding-top: 20px;
}

.about_content_bot li {
    width: 32%;
    float: left;
    margin-right: 2%;
    display: inline;
}

.about_content_bot li img {
    width: 100%;
    display: block;
}

.q:after {
    content: '\20';
    clear: both;
    display: block;
}

.q {
    zoom: 1
}

.content_view {
    width: 96%;
    margin: 0 auto;
    padding: 2%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    min-height: 400px;
}

.inner_brand_ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    display: inline;
    margin-bottom: 14px;
}

.inner_brand_ul li:nth-of-type(3n) {
    margin-right: 0;
    float: right;
}

.honor_ul li {
    width: 49%;
    margin-right: 2%;
    display: inline;
    float: left;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    margin-bottom: 18px;
    background-color: #fff;
    overflow: hidden;
}

.honor_ul li:nth-of-type(2n) {
    margin-right: 0;
}

/* 点击查看大图 */
.am-pureview {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .95);
	display: none;
	overflow: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%)
}
.am-pureview-slider li.am-active,
.am-pureview.am-active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0)
}
.am-pureview.am-active {
	transform: translate(0, 0)
}
.am-pureview ol,
.am-pureview ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%
}
.am-pureview-slider {
	overflow: hidden;
	height: 100%
}
.am-pureview-slider li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 100;
	visibility: hidden
}
.am-pureview-slider li.am-pureview-slide-prev {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	z-index: 109
}
.am-pureview-slider li.am-pureview-slide-next {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	z-index: 109
}
.am-pureview-slider li.am-active {
	position: relative;
	z-index: 110;
	transform: translate(0, 0);
	visibility: visible
}
.am-pureview-slider .pinch-zoom-container {
	width: 100%;
	z-index: 1121;
	height: 765px !important;
}
.am-pureview-slider .am-pinch-zoom {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.am-pureview-slider .am-pinch-zoom:after {
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	content: "\f110";
	-webkit-animation: icon-spin 2s infinite linear;
	animation: icon-spin 2s infinite linear;
	font-size: 24px;
	line-height: 24px;
	color: #eee;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	z-index: 1
}
.am-pureview-slider .am-pinch-zoom.am-pureview-loaded:after {
	display: none
}
.am-pureview-slider img {
	position: relative;
	display: block;
	max-width: 80%;
	max-height:75%;
	opacity: 0;
	z-index: 200;
	-webkit-user-drag: none;
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in
}
.am-pureview-slider img.am-img-loaded {
	opacity: 1
}
.am-pureview-direction {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -18px !important;
	z-index: 1122
}
.am-pureview-only .am-pureview-direction,
.am-touch .am-pureview-direction {
	display: none
}
.am-pureview-direction li {
	position: absolute;
	width: 36px;
	height: 36px
}
.am-pureview-direction a {
	display: block;
	height: 36px;
	border: none;
	color: #ccc;
	opacity: .5;
	cursor: pointer;
	text-align: center;
	z-index: 1125;
	font-family: "宋体";
}
.am-pureview-actions,
.am-pureview-bar {
	height: 45px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, .35);
	position: absolute
}
.am-pureview-direction a:before {
	content: "<";
	line-height: 36px;
	font-size: 50px
}
.am-pureview-direction a:hover {
	opacity: 1
}
.am-pureview-direction .am-pureview-prev {
	/*left: 15px*/
	left:3.5%;
}
.am-pureview-direction .am-pureview-next {
	/*right: 15px*/
	right:3.5%;
}
.am-pureview-direction .am-pureview-next a:before {
	content: ">"
}
.am-pureview-bar {
	bottom:3%;
	width: 100%;
	color: #eee;
/* 	height: 100px; */
	line-height: 45px;
	padding: 0 10px;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
}
.am-pureview-bar .am-pureview-title {
	display: block;
	word-wrap: normal;
	z-index: 2000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 15px;
	text-align:center;
	margin-left: 6px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.am-pureview-bar .am-pureview-total {
	font-size: 10px;
	line-height: 48px
}
.am-pureview-actions {
	left: 0;
	right: 0;
	top: 0;
    margin: 0 auto;
}
.am-pureview-actions a {
	position: absolute;
	/* left: 10px; */
	right:3.5%;
	color: #ccc;
	display: block;
	width: 45px;
	line-height: 45px;
	text-align: left;
	font-size: 24px;
	z-index: 999;
}
.am-pureview-actions a:hover {
	color: #fff
}
.am-icon-chevron-left:before {
	content: "\2716"
}

#pageud {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    overflow: hidden;
    clear: both;
}

#pageupdn {
    background-color: #dddddd;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
}

#pageupdn a {
    color: #ff8604;
}

#pageupdn a:hover {
    color: #333333;
}

#pageupdnA {
    background-color: #2097d5;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
}

#pageupdn_wz {
    padding: 12px;
    margin: 0 auto;
    overflow: hidden;
    font-family: Arial;
    display: inline-block;
}

.about_content_with_bline {
    margin-bottom: 30px;
    padding-top: 30px;
}

.honor_ul_title {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-top: #ddd 1px solid;
    color: #333;
}

.honor_ul {
    padding-top: 20px;
    padding-bottom: 20px;
}

.app_view_title {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.publish_time_count {
    color: #666;
    text-align: center;
}

.app_view_content {
    font-size: 14px;
    color: #666;
    line-height: 24px;
  
    padding-bottom: 30px;
}

.app_view_content img{
    max-width: 100%;
    align:center;
}

.app_view img{
    max-width: 100%;
}

.go_back_list {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
    width: 80%;
    margin: 0 auto;
}

.go_back_list a {
    width: 80%;
    height: 28px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 28px;
    color: #2097d5;
    font-size: 14px;
    background: #fff;
    margin: 0 auto;
    transition: backgroundColor linear .5s;
    transition: color linear .5s;
    transition: border linear .5s;
    display: block;
}

.go_back_list a:hover {
    background: #2097d5;
    color: #fff;
    border: 1px solid #2097d5;
}

.application_list li {
    width: 100%;
    margin-bottom: 20px;
}

.application_list li a {
    position: relative;
    display: block;
}

.application_list li a img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.application_bg {
    height: 30px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.application_title {
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 3;
}

.publish_time_count{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}


.go_back_list {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #ddd;
}

.go_back_list a {
    width: 100px;
    height: 30px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 30px;
    color: #2097d5;
    font-size: 14px;
    background: #fff;
    margin: 0 auto;
    transition: backgroundColor linear .5s;
    transition: color linear .5s;
    transition: border linear .5s;
}

.go_back_list a:hover {
    background: #2097d5;
    color: #fff;
    border: 1px solid #2097d5;
}

.prev_and_next {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
}

.prev_next ul li b {
    font-size: 16px;
    color: #999;
    height: 26px;
    line-height: 26px;
    float: left;
    width: 30%;
    max-width: 70px;
}

.prev_next ul li a {
    line-height: 26px;
    font-size: 16px;
    color: #999;
    float: left;
    width: 70%;
}

.return_to_list {
    border-top: 1px solid #ddd;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    display: none;
}

.return_to_list a {
    background: #2097d5;
    font-size: 18px;
    width: 100px;
    height: 40px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
}
.fenlei_wrap{
    padding-top: 12px;
    padding-bottom: 12px;

}

.fenlei_line{
  
    display: flex;
}

                        
.fenlei_line_left{
    width: 80px;
    display: none;
    height: 32px;
    font-size: 20px;
    color: #464646;
    text-align: center;
}

.fenlei_line_r {
    flex: 1;
   
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

}


.fenlei_line_r span{
    display: inline-block;
    width: 23%;
    margin-right:2%;
    height: 32px;
    background: #f5f5f5;
    color: #464646;
    
    display: flex;
    align-items: center;
    float: left;
    position: relative;
    justify-content: center;
    cursor: pointer;
    transition: background linear .5s;
    margin-bottom: 10px;
    
}
.fenlei_line_r span.active_fenlei_a,
.fenlei_line_r span:hover{
    background: #156ad3;
    color: #fff;
}

.pro_list{
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.pro_item{
    width: 48%;
    display: block;
    margin-bottom: 14px;
    transition: transform linear .5s;
   
}
.pro_item_img{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.pro_item_text{
    height: 48px;
    line-height: 24px;
    color: #464646;
    text-align: center;
}

.pro_item:hover{
    transform: translateY(-10px);
}

.pro_item:hover .pro_item_text{
    color: #156ad3;
}


.download_btn {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #2097d5;
    border-radius: 4px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.download_btn a {
    color: #fff;
    font-size: 14px;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #2097d5;
    border-radius: 4px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.contact_pic_l_top {
    line-height: 24px;
    color: #333;
    font-size: 14px;
    display: none;
}

.contact_form {
    display: none;
}

.map_detail_title {
    line-height: 40px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.map_detail_desc {
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.map_item_title,
.map_item_map {
    display: none;
}


/*about修正*/

.about_content_left p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.content_view img {
    width: 100%;
    display: block;
}

#pageud {
    text-align: center;
    padding-bottom: 10px;
}

#pageud span {
    width: 30px;
    height: 30px;
    background: #2097d5;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

#pageud a {
    width: 30px;
    height: 30px;
    background: #ddd;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #333;
    display: inline-block;
    margin-left: 10px;
}

.content_title {
    padding: 10px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    text-align: center;
}

.content_tag {
    color: #999;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    text-align: center;
}

.content_con {
    color: #666;
    line-height: 22px;
    font-size: 14px;
}

.content_con img{
    max-width: 100%;
}