@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;
}


/* 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 {
    padding-left: 3.5%;
    padding-right: 3.5%;
    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;
    }
    #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_item {
    width: 32%;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-right: 2%;
    border: 1px solid #dddddd;
}

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

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

.pro_item span {
    line-height: 28px;
    color: #333;
    overflow: hidden;
    text-align: center;
    width: 100%;
    display: block;
    height: 28px;
    border-top: 1px solid #dddddd;
    background: url("/app/view/front/default2/images/titles_bg.jpg") repeat-x;
}

.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;
   
}

.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: 40px;
    background: rgba(0, 0, 0.6);
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.app_menu_wrap {
    height: 40px;
    left: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: 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: 40px;
    position: absolute;
    left: 20px;
    line-height: 40px;
    bottom: 50px;
    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;
}

.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;
}

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

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

.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;
}

.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;
}

.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;
}

.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: 30px;
}

#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: 18px;
    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: 16px;
}