
/* p5004 头部 start */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 388;
    width: 100%;
    height: 1.45rem;
    font-size: 0;
}

.h-a {
    width: 100%;
}

.h-cont {
    width: 17.7rem;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    position: relative;
}

.h-cont:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.h-left {
    float: left;
    padding-left: .25rem;
}

.h-logo {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 1.45rem;
    line-height: 1.45rem;
}

.h-logo img {
  height: 50%;
}

.h-language {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .2rem;
    margin: 0 .2rem 0 .36rem;
    position: relative;
}

.h-language:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -.2rem;
    margin-top: -.055rem;
    width: 1px;
    height: .11rem;
    background-color: #ffffff;
    opacity: 0.4;
}

.hl-tip {
    color: #000;
    color: #fff;
    line-height: 1.45rem;
}

.hl-tip:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin-left: .25rem;
    width: 12px;
    height: 1.45rem;
    background-image: url('/static/home/images/g2.png');
    background-size: 12px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.hl-list {
    display: none;
    width: 80px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: .1.44rem;
    transform: translate(-50%, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.hl-item {
    display: block;
    cursor: pointer;
    width: 100%;
    padding: 10px 5px;
    line-height: 1.5;
    text-align: center;
    font-size: 14px;
    color: #666;
    transition: background-color .3s;
}

.hl-item:hover {
    background-color: #cd010d;
    color: #fff;
}

.h-h {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-left: .2rem;
}

.h-i {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0 .2rem;
}

.h-j {
    display: inline-block;
    color: #000;
    color: #fff;
    line-height: 1.45rem;
    position: relative;
}

.h-i.active .h-j {
    color: #cd010d;
}

.h-sub {
    position: fixed;
    top: 1.45rem;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.hs-cont {
    width: 100%;
    text-align: center;
    padding: .6rem .75rem .9rem;
    font-size: 0;
}

.hs-left {
    display: inline-block;
    vertical-align: top;
    width: 9.9rem;
    text-align: left;
}

.hs-titles {
    display: block;
    color: #222222;
    margin-bottom: .3rem;
}

.hs-textbox {
    color: #777777;
    line-height: 1.7;
    margin-bottom: .2rem;
}

.hs-textbox * {
    line-height: inherit;
}

.hs-links {
    width: 100%;
}

.hs-link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: calc(33.33% - .37rem);
    padding: .18rem 10px .18rem 0;
    color: #222222;
    line-height: 1.4;
    margin-right: .55rem;
    border-bottom: .02rem solid #eeeeee;
}

.hs-link:nth-child(3n) {
    margin-right: 0;
}

.hs-link:before {
    content: '';
    position: absolute;
    bottom: -.02rem;
    left: 0;
    width: 0;
    height: .02rem;
    transition: all ease .5s;
    background-color: #cd010d;
}

.hs-link:after {
    content: '/';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    color: #777777;
}

.hs-link.active {
    color: #cd010d;
}

.hs-link.active:before {
    width: 100%;
}

.hs-link.active:after {
    content: '>';
    right: 3px;
    color: #cd010d;
}

.hs-right {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 9.9rem);
    padding-left: 1.85rem;
}

.hs-img {
    display: none;
    width: 100%;
}

.hs-img.show {
    display: block;
}

.h-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.h-phone {
    display: inline-block;
    vertical-align: middle;

    border-radius: 3px;
    color: #000;
    color: #fff;
    background-image: url(/static/home/images/z1.png);
    background-repeat: no-repeat;
    background-size: 1.5em;
    background-position: left;
    padding-left: 2em;
}

.h-search {
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, .15);
    border-radius: 3px;
      margin: 0 0.2rem;
}

.h-form {
    display: block;
}

.h-text {
  display: inline-block;
  vertical-align: middle;
  border: none;
  background-color: transparent;
  width: 1.92rem;
  min-width: 80px;
  height: 2.5em;
  color: #fff;
  padding-left: .2rem;
}
.h-text::-moz-placeholder {
  color: #fff !important;
}
.h-text::placeholder {
  color: #fff !important;
}

.h-submit {
    display: inline-block;
    vertical-align: middle;
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: transparent;
    width: 45px;
    height: 34px;
    background-image: url('/static/home/images/g3.png');
    background-size: 17px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.h-menu {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 1rem;
    height: 1.45rem;
    background-image: url('/static/home/images/g-menu.png');
    background-size: .6rem auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.h-opa {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    cursor: pointer;
}


.header input::-webkit-input-placeholder,
.header textarea::-webkit-input-placeholder {
    color: #000;
}

.header input:-moz-placeholder,
.header textarea:-moz-placeholder {
    color: #000;
}

.header input::-moz-placeholder,
.header textarea::-moz-placeholder {
    color: #000;
}

.header input:-ms-input-placeholder,
.header textarea:-ms-input-placeholder {
    color: #000;
}

.header.fixed input::-webkit-input-placeholder,
.header.fixed textarea::-webkit-input-placeholder {
    color: #fff;
}

.header.fixed input:-moz-placeholder,
.header.fixed textarea:-moz-placeholder {
    color: #fff;
}

.header.fixed input::-moz-placeholder,
.header.fixed textarea::-moz-placeholder {
    color: #fff;
}

.header.fixed input:-ms-input-placeholder,
.header.fixed textarea:-ms-input-placeholder {
    color: #fff;
}

.header.fixed {
    background-color: #292929;
}

.header.fixed .h-j {
    color: #fff
}

.header.fixed .hl-tip {
    color: #fff
}

.header.fixed .hl-tip:after {
    background-image: url('/static/home/images/g2.png');
}

.header.fixed .h-phone {
    color: #fff;
}


.header.fixed {
    background-color: #292929;
}

/* .header.fixed .h-i.active .h-j{color: #333;}  */

body.quality-guarantee {
    padding-top: 1.45rem;
}

body.quality-guarantee .header {
    background-color: #292929;
}

body.quality-guarantee .header .h-cont {
    border-bottom: none;
}



body.quality-guarantee .header input::-webkit-input-placeholder,
body.quality-guarantee .header textarea::-webkit-input-placeholder {
    color: #fff;
}

body.quality-guarantee .header input:-moz-placeholder,
body.quality-guarantee .header textarea:-moz-placeholder {
    color: #fff;
}

body.quality-guarantee .header input::-moz-placeholder,
body.quality-guarantee .header textarea::-moz-placeholder {
    color: #fff;
}

body.quality-guarantee .header input:-ms-input-placeholder,
body.quality-guarantee .header textarea:-ms-input-placeholder {
    color: #fff;
}

body.quality-guarantee .header {
    background-color: #292929;
}

body.quality-guarantee .header .h-j {
    color: #fff
}

body.quality-guarantee .header .hl-tip {
    color: #fff
}

body.quality-guarantee .header .hl-tip:after {
    background-image: url('/static/home/images/g2.png');
}

@media(min-width: 1200px) {
    .h-i:hover .h-j {
        color: #cd010d;
    }

    /* .header.fixed .h-i:hover .h-j{color: #333;}    */
}

@media(max-width: 1200px) {
    .h-cont {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .h-left {
        padding-left: 0;
    }

    .h-language:after {
        display: none;
    }

    .h-h {
        width: 260px;
        position: fixed;
        text-align: left;
        right: 0;
        top: 0;
        height: 100vh;
        background-color: #fff;
        margin-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        overflow: auto;
        z-index: 1000;
        transform: translate(100%, 0);
        transition: transform .3s;
    }

    .h-i {
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
    }

    .h-j {
        padding: 0;
        padding-left: 20px;
        height: 40px;
        line-height: 40px;
        color: #333;
        font-weight: bold;
        font-size: 16px;
    }

    .h-i.has-nav:after {
        content: "";
        background-image: url('/static/home/images/g-right.png');
        background-size: 18px auto;
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        color: #333;
    }

    .h-i.has-nav.show:after {
        transform: rotate(90deg);
        background-image: url('/static/home/images/g-right2.png');
    }

    .h-sub {
        position: relative;
        top: 0;
        background-color: #fff;
        box-shadow: none;
        left: 0;
        transform: translate(0, 0);
        width: 100% !important;
    }

    .hs-cont {
        padding: 20px 30px;
    }

    .hs-left {
        width: 100%;
    }

    .hs-right {
        display: none;
    }

    .hs-link {
        width: 100%;
        margin-right: 0;
        padding: 15px 10px 15px 0;
    }

    .h-right {
        right: 1.2rem;
    }

    .h-text {
        height: 30px;
    }

    .h-submit {
        width: 40px;
        height: 30px;
    }

    /* 菜单 */
    .h-menu {
        display: block;
    }

    .header.menu-state .h-h {
        transform: translate(0, 0);
    }

    .header.menu-state .h-opa {
        display: block;
    }

    .header input::-webkit-input-placeholder,
    .header textarea::-webkit-input-placeholder {
        color: #fff;
    }

    .header input:-moz-placeholder,
    .header textarea:-moz-placeholder {
        color: #fff;
    }

    .header input::-moz-placeholder,
    .header textarea::-moz-placeholder {
        color: #fff;
    }

    .header input:-ms-input-placeholder,
    .header textarea:-ms-input-placeholder {
        color: #fff;
    }


    .header .h-j {
        color: #333 !important;
    }

    .header .hl-tip {
        color: #fff
    }

    .header .hl-tip:after {
        background-image: url('/static/home/images/g2.png');
    }
}



@media(max-width: 1200px) {
    body {
        padding-top: 1.45rem !important;
    }

    .header {
        background-color: #292929 !important;
    }

    .header .h-cont {
        border-bottom: none;
    }

    .header .h-phone {
        color: #fff !important;
        display: none;
    }
}

.md-side-ph {
  position: fixed;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
}
.md-side-ph .ph {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #333;
  background-image: url(/static/home/images/z1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% auto;
}
@media screen and (min-width: 1201px) {
  .md-side-ph {
    display: none;
  }
}

/* p5004 头部 end */

/* p5004 底部 */
.footer{width: 100%;}
.f-a{width: 100%;background-color: #292929;font-size: 0;}
.f-b{width: 17.7rem;margin: 0 auto;}
.f-cont{width: 100%;font-size: 0;border-bottom: 1px solid rgba(0,0,0,.4);}
.f-left{display: inline-block;vertical-align: middle;width: 79%; padding-top: .35rem;padding-bottom: .6rem; border-right: 1px solid rgba(0,0,0,.4);}
.f-top{width: 100%;padding: .3rem .8rem .3rem 0;margin-bottom: .35rem;  position: relative;}
.f-logo{display: block;cursor: pointer;width: 0.8rem;}
.f-logo img{width: 100%;}
.f-share{position: absolute;top: 50%;right: .8rem;transform: translate(0,-50%);}
.f-one{display: inline-block;vertical-align: middle;opacity: .3;cursor: pointer; margin-left: .23rem;border-radius: 50%; width: 3.2em;height: 3.2em;text-align: center;line-height: calc(3.2em - 2px); border: solid 1px #ffffff;}
.f-one_icon{max-width: 45%;max-height: 45%;}
.f-one:hover{opacity: 1;line-height: calc(3.2em - 4px); background-color: #cd010d;border: solid 2px #fe0311;}
.f-list{width: 100%;padding-right: .8rem;display: flex;justify-content: space-between;flex-wrap: wrap;}
.f-item{display: inline-block;vertical-align: top;}
.f-c{display: block;position: relative;	color: #e1e3e2;padding-bottom: .2rem;margin-bottom: .23rem;}
.f-c:before{content: '';position: absolute;bottom: 0;left: 0;	width: .1rem;height: 1px;background-color: #fff;}
.f-links{display: inline-block;}
.f-link{display: block;cursor: pointer;line-height: 2.21; color: rgba(255,255,255,.3);}
.f-link:hover{color: #fff;}

.f-right{display: inline-block;vertical-align: middle;text-align: right;width: 21%;padding: .3rem 0;}
.f-d{display: inline-block;text-align: left;max-width: 95%;}
.f-textbox{line-height: 2.21; color: rgba(255,255,255,.3);}
.f-textbox *{line-height: inherit;}
.f-textbox P{padding: .1rem 0;}
.f-codebox{width: 100%;}
.f-code{display: inline-block;vertical-align: top;margin-top: .2rem;width: 1rem;min-width: 60px; margin-right: .4rem;  color: #fff;}
.f-code:last-child{margin-right: 0;}
.f-code img{width: 100%;}
.fc-t1{
  margin-top: 0.1rem;
  text-align: center;
}

.f-bottom{width: 100%;padding: .12rem 0;}
.f-bottom:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.f-e{float: left;}
.f-f{display: inline-block;vertical-align: middle;line-height: 1.7;padding: .1rem 0; color: rgba(255,255,255,.2);margin-right: .42rem;}
.f-g{float: right;display: block; line-height: 1.7;padding: .1rem 0; color: rgba(255,255,255,.2);margin-right: .42rem;}


@media(max-width:900px) {
    .f-b{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .f-left{width: 100%;border-right: none;padding-bottom: .3rem; border-bottom: 1px solid rgba(0,0,0,.4);}
    .f-one{width: 30px;height: 30px;line-height: 28px;}
    .f-one:hover{line-height: 26px;}
    .f-item{width: 100%;margin-bottom: .25rem;}
    .f-links{width: 100%;}
    .f-link{display: inline-block;vertical-align: middle;margin-right: .25rem;}
    .f-right{width: 100%;text-align: left;}
    .f-code{width: 80px;}
}

.mh-a{width: 100%;position: relative;}
.mh-img{width: 100%;}
.mh-img img{width: 100%;}
.mh-cont{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);padding-top: 1rem; width: 17.7rem;text-align: center; line-height: 1.2;}
.mh-en{color: #ffffff;margin-bottom: .25rem;}
.mh-titles{color: #ffffff;}

body.About-Us .mh-en{color: #222222;}
body.About-Us .mh-titles{color: #222222;}
@media(max-width: 900px){ 
    .mh-cont{width: 100%;padding-top: 0;} 
    .mh-img img{min-height: 200px;object-fit: cover;}
}

.mi-a{width: 100%;background-color: #ffffff;box-shadow: -2px 1px 0px 0px rgba(14, 7, 7, 0.04);}
.mi-b{width: 17.7rem;margin: 0 auto;}
.mi-cont{width: 100%;font-size: 0;}
.mi-item{display: inline-block;vertical-align: middle;cursor: pointer; line-height: .7rem;color: #999999;}
.mi-item:after{content: ''; display: inline-block;vertical-align: middle;margin: 0 .1rem; width: 1.5em;height: .7rem;background-image: url('/static/home/images/g21.png');background-size:  auto .69em; background-position: center center;background-repeat: no-repeat;}
.mi-item:last-child:after{display: none;} 
.mi-item:first-child:before{content: '';display: inline-block;vertical-align: middle;width: 2.5em;height: .7rem;background-image: url('/static/home/images/g22.png');background-size: auto 1em;background-position: center center;background-repeat: no-repeat;}


@media(max-width: 900px){ 
    .mi-b{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .mi-cont{width: 100%;white-space: nowrap;overflow: auto;}
}

.mh-a{width: 100%;position: relative;}
.mh-img{width: 100%;}
.mh-img img{width: 100%;}
.mh-cont{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);padding-top: 1rem; width: 17.7rem;text-align: center; line-height: 1.2;}
.mh-en{color: #ffffff;margin-bottom: .25rem;}
.mh-titles{color: #ffffff;}

body.About-Us .mh-en{color: #222222;}
body.About-Us .mh-titles{color: #222222;}
@media(max-width: 900px){ 
    .mh-cont{width: 100%;padding-top: 0;} 
    .mh-img img{min-height: 200px;object-fit: cover;}
}

.mi-a{width: 100%;background-color: #ffffff;box-shadow: -2px 1px 0px 0px rgba(14, 7, 7, 0.04);}
.mi-b{width: 17.7rem;margin: 0 auto;}
.mi-cont{width: 100%;font-size: 0;}
.mi-item{display: inline-block;vertical-align: middle;cursor: pointer; line-height: .7rem;color: #999999;}
.mi-item:after{content: ''; display: inline-block;vertical-align: middle;margin: 0 .1rem; width: 1.5em;height: .7rem;background-image: url('/static/home/images/g21.png');background-size:  auto .69em; background-position: center center;background-repeat: no-repeat;}
.mi-item:last-child:after{display: none;} 
.mi-item:first-child:before{content: '';display: inline-block;vertical-align: middle;width: 2.5em;height: .7rem;background-image: url('/static/home/images/g22.png');background-size: auto 1em;background-position: center center;background-repeat: no-repeat;}


@media(max-width: 900px){ 
    .mi-b{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .mi-cont{width: 100%;white-space: nowrap;overflow: auto;}
}
