/* 导航 */
.Yd_navBox{
    display: none;
}
.navBox{
    width: 100%;
}
.Nav_top{
    width: 100%;
    height: .9rem;
    position: absolute;
    top: 0;
    z-index: 10;
}
.Nav_top1{
    width: 100%;
    height: .9rem;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #fff;
    transform: scale(0.5s);
    z-index: 100;
}
.Nav_topContent{
    width: 17rem;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Nav_topContent>img{
    width: 1.62rem;
    height: .45rem;
}
.navUl{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navLi a{
    font-size: .2rem;
    padding:.05rem .2rem;
    cursor: pointer;
    border-bottom: .01rem solid #ccc;
    margin: 0 .1rem;
    color: #fff;
}
.Nav_topContent1{
    width: 17rem;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Nav_topContent1>img{
    width: 1.62rem;
    height: .45rem;
}
.navUl1{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navLi1 a{
    font-size: .2rem;
    padding:.05rem .2rem;
    cursor: pointer;
    /* border-bottom: .01rem solid #ccc; */
    margin: 0 .1rem;
    color: #000;
    display: block;
}
/*  */
/*  */
.homeBox{
    width: 100%;
    /* height: 100%; */
    position: relative;
}
.homeBox_img{
    width: 100%;
    height: 8rem;
    background-image: url('../img/PROJECT-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.homeBox_title{
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(0,-50%);
    z-index: 10;
}
.HTitle{
    font-size: .4rem;
    font-family: pb;
    color: #fff;
}
.HTitle_msg{
    font-size: .18rem;
    color: #fff;
}
.homeBox_But{
    width: 2.5rem;
    height: .6rem;
    background-color: rgb(234, 84, 18);
    margin-top: .2rem;
}
.homeBox_But>a{
    width: 100%;
    height: 100%;
    display: block;
}
/*  */
.BriefBox{
    width: 100%;
    background-color: #fff;
}
.BriefBox_content{
    margin: auto;
    width: 8rem;
    padding: .5rem 0;
}
.BriefBox_t{
    font-size: 30px;
    color: #222222;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
    /* position: relative; */
    font-family: pb;
    text-align: center;
}
.BriefBox_M{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
/*  */
.QualityControlList_Box{
    width: 100%;
    box-sizing: border-box;
    padding: 80px 0 110px;
    background: url("../img/quality02.jpg") no-repeat fixed;
    background-size: cover;
}
.QList_T{
    font-size: 30px;
    color: #222222;
    font-family: pb;
    text-align: center;
}
.QList_Icon{
    width: 13rem;
    margin: auto;
}
.QList_IconItme{
    width: 62px;
    height: 62px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50%;
    margin: auto;
    position: relative;
    margin-top: 30px;
    cursor: pointer;
}
.QList_IconItme::before {
    width: 32px;
    height: 32px;
    top: 15px;
    left: 15px;
    -webkit-animation: ballScale02 12s 0s linear infinite;
    -moz-animation: ballScale02 12s 0s linear infinite;
    -ms-animation: ballScale02 12s 0s linear infinite;
    animation: ballScale02 12s 0s linear infinite;
    z-index: 0;
    background-color: rgba(234, 84, 18, 1);
}

.QList_IconItme::after, .QList_IconItme::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(234, 84, 18, 0.8);
    border-radius: 50%;
    -webkit-animation: ballScale 6s 0s linear infinite;
    -moz-animation: ballScale 6s 0s linear infinite;
    -ms-animation: ballScale 6s 0s linear infinite;
    animation: ballScale 6s 0s linear infinite;
    z-index: 0;
}
@keyframes ballScale02 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ballScale {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}
.QList_IconItme p {
    width: 42px;
    height: 42px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ea5412;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.QList_Ul{
    width: 13rem;
    position: relative;
    padding-top: 30px;
    margin: auto;
}
.QList_Ul:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #cccccc;
    z-index: 1;
}
.QList_Ul li {
    width: 100%;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 110px;
}
.QList_Ul li:nth-of-type(2n+1) {
    flex-flow: row-reverse;
}
.QList_Ul li .imgbox {
    width: 60%;
    box-sizing: border-box;
    position: relative;
    /* z-index: 0; */
    overflow: hidden;
}
.QList_Ul li .imgbox img{
    display: block;
    width: 100%;
}
.QList_Ul li .text {
    width: 50%;
    margin-left: -10%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding-left: 200px;
}
.QList_Ul li:nth-of-type(2n+1) .text {
    padding-left: 0px;
    margin-left: 0px;
    margin-right: -10%;
}
.QList_Ul li .text p {
    font-size: 14px;
    color: rgb(234, 84, 18);
    position: relative;
    display: -webkit-flex;
    align-items: center;
    white-space: nowrap;
}
.QList_Ul li:nth-of-type(2n+1) .text p::before {
    left: initial;
    right: -4px;
}
.QList_Ul li .text p::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: rgb(204, 204, 204);
    position: absolute;
    left: -204px;
    top: 50%;
    margin-top: -4px;
    border-radius: 50%;
}
.QList_Ul li:nth-of-type(2n+1) .text p::after {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    top: 0px;
    margin-left: 20px;
    left: 0px;
}
.QList_Ul li .text p::after {
    content: "";
    display: block;
    width: 180px;
    height: 1px;
    background-color: rgb(204, 204, 204);
    position: absolute;
    left: -200px;
    top: 50%;
}
.QList_Ul li .text h3 {
    font-size: 24px;
    color: rgb(34, 34, 34);
    font-weight: bold;
    margin: 20px 0px;
    padding-right:20% ;
}
.QList_Ul li:nth-of-type(2n+1) .text h4 {
    padding-right: 200px;
    box-sizing: border-box;
}
.QList_Ul li .text .h4 {
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 30px;
    padding-right:21% ;
}
/*  */
.QUALIFIEDBox{
    width: 100%;
    background-color: #fff;
}
.QUALIFIEDBox_content{
    width: 13rem;
    margin: auto;
    padding: .5rem 0;
}
.QUALIFIEDBox_topT{
    font-size: 30px;
    color: rgb(34, 34, 34);
    font-family: pb;
    margin-bottom: 40px;
    text-align: center;
}
.QUALIFIEDBox_topM {
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 30px;
    text-align: center;
}
.QUALIFIEDBox_B{
    margin-top: .5rem;
}
html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper_QUALIFIED{
    /* width: 2.95rem; */
    margin-right: .4rem;
}
.swiper_img img{
    /* width: 2.95rem; */
    width: 100%;
    height: 4rem;
}
.swiper_Msg{
    font-size: 30px;
    color: rgb(34, 34, 34);
    font-family: pb;
    margin-bottom: 22px;
    margin-top: .2rem;
    line-height: .38rem;
}
.more{
    font-size: 14px;
    width: 150px;
    height: 42px;
    line-height: 40px;
    box-sizing: border-box;
    margin: auto;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(234, 84, 18);
    border-image: initial;
}
.more a{
    color: rgb(234, 84, 18);
    text-decoration: none;
}


/*  */
.footerBox{
    width: 100%;
    background-color: #1b1b1b;
}
.footerBox_top{
    width: 100%;
    height: 1.4rem;
    display: flex;
    padding: 0 .7rem;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}
.footerBox_top>img{
    width: 4rem;
    height: .79rem;
}
.footerBox_top_navUl{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_navUlLi{
    font-size: .22rem;
    padding:.05rem .2rem;
    cursor: pointer;
    /* border-bottom: .01rem solid #ccc; */
    margin: 0 .1rem;
    color: #fff;
}
.footerBox_Bottom{
    width: 100%;
    padding: 0 .7rem;
    height: .6rem;
    background-color: #0e0e0e;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerBox_BottomL{
    display: flex;
}
.footerBox_BottomR{
    display: flex;
}
.footerBox_BottomR>img{
    width: 100%;
    height: 100%;
    margin-right: .2rem;
}
/*  */
.products3Box{
    width: 100%;
    padding: 80px 0;
    background: url("../img/contact_bg.jpg") no-repeat fixed;
    background-size: cover;
}
.products3Box_content{
    width: 10rem;
    margin: auto;
}
.products3Box_t {
    font-size: 30px;
    color: #222222;
    margin-bottom: 40px;
    font-family: pb;
    text-align: center;
}
.fromInput{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fromInput span{
    display: block;
    display: inline-block;
    overflow: hidden;
}
.fromInputL{
    width: 49%;
}
.fromInputB{
    width: 100%;
}
.fromInput span input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    outline: none;
    box-sizing: border-box;
    font-size: 18px;
    color: #888888;
    height: 46px;
    padding: 0 20px;
}
.fromInput span textarea {
    width: 100%;
    height: 110px;
    resize: none;
    outline: none;
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #888888;
}
.fromInputBut{
    margin-top: 30px;
    width: 140px;
    height: 40px;
    background-color: #ea5412;
    border-radius: 4px;
    cursor: pointer;
    margin: auto;
}
.fromInputBut>button{
     width: 100%;
    height: 100%;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 38px;
    display: block;
    background: transparent;
    border: none;
}
/*  */
.footerBox{
    width: 100%;
    background-color: #1b1b1b;
}
.footerBox_top{
    width: 100%;
    height: 1.4rem;
    display: flex;
    padding: 0 .7rem;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}
.footerBox_top>img{
    width: 4.4rem;
    height: .6rem;
}
.footerBox_top_navUl{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_navUlLi{
    font-size: .16rem;
    padding:.05rem .2rem;
    cursor: pointer;
    /* border-bottom: .01rem solid #ccc; */
    margin: 0 .1rem;
    color: #fff;
}
.footerBox_Bottom{
    width: 100%;
    padding: 0 .7rem;
    height: .6rem;
    background-color: #0e0e0e;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerBox_BottomL{
    display: flex;
}
.footerBox_BottomR{
    display: flex;
}
.footerBox_BottomR>img{
    width: 100%;
    height: 100%;
    margin-right: .2rem;
}
.footerBox_BottomL>div:first-child{
    font-size: 13px;
    color: #FFFFFF;
    opacity: 0.5;
    margin-right: 30px;
}
.footerBox_BottomL>div:first-child{
    font-size: 13px;
    color: #FFFFFF;
    opacity: 0.5;
    margin-right: 30px;
}
.biaos {
    /*display: none;*/
    /* display: none; */
    position: fixed;
    width: 50% !important;
    top: 10%;
    margin-left: 0% !important;
    left: 25% !important;
    background: #fff;
    box-shadow: 0px 0px 6px #ccc;
    z-index: 9999999;
    padding: 1% 0;
}