
@font-face{
    font-family: 'p';
    src : url('../font/Poppins-Regular.ttf');
}
@font-face{
    font-family: 'Poppinsb';
    src : url('../font/Poppins-Bold.ttf');
}
*{
    margin: 0;
    padding: 0;
    font-family:p;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    cursor: pointer;
}
body{ 
    max-width: 19.2rem;
    margin: 0 auto;
}
.banner{
    width: 100%;
    height: 8.5rem;
    background: url(../img/banner.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.two_machine{
    width: 100%;
    height: 8.28rem;
    margin:0 auto;
    background: #0c111e;
}
.two_machinecenter{
    width: 15rem;
    height: 8.28rem;
    margin: 0 auto;
}
.three{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 0.79rem;
}
.threemachine{
    width: 16rem;
    height: auto;
    margin: 0 auto;
}
.threemachine h2{
    width: 16rem;
    height: 1.95rem;
    line-height: 1.95rem;
    color: #000;
    font-size: 0.42rem;
    text-align: center;
    font-family: pb;
    margin: 0 auto;
}
.threemachine ul{
    width: 16rem;
    height: 5.24rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.threemachine ul li {
    width: 3.83rem;
    height: 5.24rem;
    position: relative;
    overflow: hidden;
}
.threemachine ul li img{
    width: 3.83rem;
    height: 5.24rem;
}
.threetitle{
  
    text-align: left;
    width: 3.33rem;
    padding-left: 0.5rem;
    height: 0.69rem;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.24rem;
    line-height: 0.69rem;
    color: #fff;
}
.yin{
    width: 3.83rem;
    height: 5.24rem;
    background: rgba(215, 36, 48, 0.9);
    position: absolute;
    top: 0rem;
    left: -3.83rem;
    transition: 0.4s;
}
.yinbox{
    width: 0.65rem;
    height: 0.03rem;
    background: #fff;
    position: absolute;
    top: 1.7rem;
    left: 0.4rem;
}
.yin h3{
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #fff;
    font-family: pb;
    position: absolute;
    top: 1.97rem;
    left: 0.4rem;
}
.redb .yin{
    transition: 0.4s;
    left: 0rem !important;
    cursor: pointer;
}
.tiao{
    width: 100%;
    height: 2.35rem;
    background: url(../img/tiao.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.tiaocenter{
    width: 16rem;
    height: 2.35rem;
    margin: 0 auto;
    position: relative;
}
.tiao1{
    width: 2.52rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.22rem;
    color: #fff;
    font-family: p;
    background: #db0f19;
    border-radius: 0.5rem;
    position: absolute;
    top: 0.47rem;
    left: 0rem;
}
.tiao2{
    width: 6.4rem;
    height: 0.6rem;
    text-align: left;
    color: #fff;
    font-family: p;
    line-height: 0.3rem;
    font-size: 0.22rem;
    position: absolute;
    top: 1.17rem;
    left: 0rem;
    z-index: 9999;
}
.tiaoimg{
    width: 0.49rem;
    height: 0.49rem;
    background: #fff;
    border-radius: 0.49rem;
    position: relative;
    top: 0.96rem;
    left: 8.39rem;
}
.tiaoimg img{
    width: 0.26rem;
    height: 0.26rem;
    position: relative;
    margin: 0 auto;
    top: 0.115rem;
    display: block;
}
.tiao3{
    font-size: 0.24rem;
    color: #fff;
    position: absolute;
    top: 0.8rem;
    line-height: 0.42rem;
    left: 9.03rem;
}
.tiao3 span{
    font-size: 0.36rem;
    font-weight: 600;
}
.four{
    width: 100%;
    height: 11.04rem;
    margin: 0 auto;
    background: url(../img/1104.jpg) no-repeat;
    background-size: contain;
}
.fourcenter{
    width: 16rem;
    height: 11.04rem;
    margin: 0 auto;
}
.tiao5{
    width: 3.84rem;
    height: 0.13rem;
    background: #db0f19;
    position: absolute;
    top: 1.67rem;
    left: 1.61rem;
}
.fourcenter h2{
    font-size: 0.42rem;
    line-height: 0.42rem;
    width: 16rem;
    text-align: center;
    color: #000;
    font-family: pb;
    padding-top: 0.88rem;
    padding-bottom: 0.45rem;
}
.four_title{
    width: 13.75rem;
    height: auto;
    margin: 0 auto;
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #666;
    text-align: center;
    font-family: p;
}
.four_left{
    width: 8.34rem;
    height: 6.49rem;
    float: left;
    overflow: hidden;
    margin-top: 0.73rem;
}
.four_left img{
    width: 8.34rem;
    height: 6.49rem;
    transition: 0.4s;
}
.four_left img:hover{
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}
.four_right{
    width: 7.46rem;
    height: 6.49rem;
    float: right;
    margin-top: 0.73rem;
}
.four_right ul{
    width: 7.46rem;
    height: 6.49rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-between;
}
.four_right ul li{
    width: 3.65rem;
    height: 2.05rem;
    overflow: hidden;
}
.four_right ul li img{
    width: 3.65rem;
    height: 2.05rem;
    transition: 0.4s;
 
}
.four_right ul li img:hover{
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}
.five{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #f6f5f9;
}
.five_center{
    width: 16rem;
    height: auto;
    margin: 0 auto;
}
.five_center h2{
    width: 16rem;
    height: 2rem;
    line-height: 2rem;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-family: pb;
    margin: 0 auto;
    font-size: 0.42rem;
}
.inquiry{
    width: 100%;
    height: 8.6rem;
    margin: 0 auto;
}
.inquirycenter{
    width: 16rem;
    height: 8.6rem;
    margin: 0 auto;
}
.inquiryleft{
    width: 6rem;
    height: 8.6rem;
    float: left;
    position: relative;
}
.inquiryleft h2{
    font-size: 0.42rem;
    font-family: pb;
    text-align: left;
    line-height: 0.42rem;
    padding-top: 1.58rem;
    padding-bottom: 0.56rem;
}
.inquirytitle{
    width: 6rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #666;
    text-align: left;
    font-family: p;
}
.inquirybox{
    width: 100%;
    height: 0.01rem;
    background: #ccc;
    margin-top: 0.55rem;
    margin-bottom: 0.3rem;
}
.inquirytitle2{
    width: 6rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    font-family: p;
    text-align: left;
    color: #666;
}
#form2{
    padding-bottom: 0.8rem;
    border-radius: 10px;
}
.five1{width: 94%;height: 2.1rem;margin: 0 auto;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-around;align-content: space-between;}
.five2{
width: 4.27rem;
height: 0.6rem;
}
.five2 p{
width: 4.27rem;
height: 0.3rem;
font-size: 0.22rem;
line-height: 0.3rem;
color: #000;
}
..five2 span{
color: red;
font-size: 0.2rem;
}
.five2 input{
   width: 3.92rem;
height: 0.54rem;
float: left;
border: 1px solid #ccc;
padding-left: 0.35rem;
background: #fafafa;
font-size: 0.2rem;
}

.five3{
width: 100%;
margin: 0 auto;
    height: 2rem;
margin-top: 0.2rem;
}
.five3 p{
width: 100%;
margin: 0 auto;
height: 0.3rem;
font-size: 0.22rem;
line-height: 0.3rem;
color: #000;
}
..five3 span{
color: red;
font-size: 0.2rem;
}
.buttons1{
    width: 4.22rem;
    height: 0.65rem;
    line-height: 0.65rem;
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    margin: 0 auto;
    font-weight: 600;
    display: table;
    border-radius: 5px;
    border: none;
    /* background: #f0c600; */
}
.five3 textarea{
    width: 8.36rem;
    height: 1.55rem;
    background: #fafafa;
    float: left;
    resize: none;
    border: 1px solid #ccc;
    padding-top: 0.1rem;
    line-height: 0.3rem;
    color: #666;
    font-size: 0.2rem;
    padding-left: 0.35rem;
    margin-left: 0.38rem;
}
input::-webkit-input-placeholder{

color: #666;
font-size: 0.18rem;
}

input::-moz-placeholder{   /* Mozilla Firefox 19+ */

color: #666;
font-size: 0.18rem;
}

input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */

color: #666;
font-size: 0.18rem;
}

input:-ms-input-placeholder{  /* Internet Explorer 10-11 */

color: #666;
font-size: 0.18rem;

}
textarea::-webkit-input-placeholder{

color: #666;
font-size: 0.18rem;
}

.five2{
    position: relative;
}
.five2 img{
    width: 0.22rem;
    height: 0.22rem;position: absolute;
    top: 0.16rem;
    left: 0.1rem;
}
.five3{
    position: relative;
}
.five3 img{
    width: 0.22rem;
    height: 0.22rem;position: absolute;
    top: 0.16rem;
    left: 0.2rem;
}
.container ul li img{
    width: 3.4rem;
    height: 2.2rem;
}
.swiper-slide img{
    width: 12.42rem;
    height: 7.81rem;
}
.rela{
    width: 100%;
    max-width: 19.2rem;
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
    margin: 0 auto;
}
.relacenter{
    width: 14rem;
    height: auto;
    margin: 0 auto;
}
.relacenter h1{
    width: 14rem;
height: 0.48rem;
line-height: 0.48rem;
color: #000;
text-align: center;
font-size: 0.48rem;
padding-bottom: 0.5rem;
margin: 0 auto;
}
.relacenter ul {
    width: 14rem;
    height: 4.3rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.relacenter ul li{
    width: 4.51rem;
    height: 4.3rem;
    background: #f0efed;
}
.relacenter ul li img{
    width: 4.51rem;
    height: 3.5rem;
    display: block;
}
.relacenter ul li h3{
    width: 4.51rem;
    height: 0.86rem;
    background: #f0efed;
    text-align: center;
    color: #333;
    line-height: 0.86rem;
    font-size: 0.24rem;
}
#bkform3{
position: fixed;
z-index: 99999999;
top: 0%;
display: none;
}
.form {
width: 7.71rem;
padding: 0.2rem 0.1rem;
background: rgba(75, 74, 73, 0.8);
box-shadow: 0px 0.03rem 0.2rem 0.01rem rgba(3, 69, 158, 0.03921569);
font-size: 0.2rem;
font-family: Arial-Regular, Arial;
font-weight: 400;
color: #001323;
}
.form .dropdown.active .option {
display: block;
}
.form .dropdown {
position: relative;
width: 100%;
height: 0.58rem;
}
.form .dropdown input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
background-color: rgba(0, 19, 35, 0.03);
border: none;
outline: none;
padding: 0 0.2rem;
font-size: 0.21rem;
font-family: Arial-Regular, Arial;
font-weight: 400;
color: #001323;
}
.form .dropdown::before {
content: "";
position: absolute;
right: 0.2rem;
top: 0.14rem;
z-index: 10000;
width: 0.14rem;
height: 0.14rem;
border: 0.02rem solid #001323;
border-top: 0.02rem solid transparent;
border-right: 0.02rem solid transparent;
transform: rotate(-45deg);
transition: 0.5s;
pointer-events: none;
}

.form .dropdown.active::before {
top: 0.25rem;
transform: rotate(-225deg);
}
.form .dropdown .option {
height: 2.32rem;
display: none;
position: absolute;
top: 0.58rem;
width: 100%;
background-color: #ffffff;
overflow-y: auto;
}
.form .dropdown .option div {
height: 0.58rem;
line-height: 0.58rem;
padding: 0 0.2rem;
cursor: pointer;
}
.form .dropdown .option div:hover {
background-color: rgba(0, 19, 35, 0.1);
}
.form .contact-way {
font-size: 0.2rem;
font-family: Arial-Regular, Arial;
height: 1rem;
color: #001323;
display: flex;
justify-content: space-between;
}
.form .contact-way div {
width: 2.5rem;
}
.form .contact-way input {
margin-top: 0.17rem;
width: 2.87rem;
height: 0.46rem;
background: #fafafa;
border: 1px solid #cccccc;
font-size: 0.21rem;
font-family: Arial-Regular, Arial;
font-weight: 400;
color: #000;
padding-left: 0.1rem;
}
.form .Requirement p {
margin-top: 0.22rem;
margin-bottom: 0.17rem;
}
.form .Requirement textarea {
width: 100%;
height: 1.29rem;
background-color: rgba(0, 19, 35, 0.03);
resize: none;
border: 1px solid #ccc;
padding: 0.2rem;
font-size: 0.21rem;
font-family: Arial-Regular, Arial;
font-weight: 400;
color: #fff;
}
.form .submit {
text-align: center;
margin-top: 0.27rem;
}
.form .submit button {
width: 1.97rem;
height: 0.68rem;
background: #1daf0f;
border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
font-size: 0.28rem;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #f9fbfc;
}
.guanbi{
float: right;
position: absolute;
top: -0.25rem;
right: -0.25rem;

}
.hint{
font-size: 0.18rem;
color: red;
}


#form3 input::-webkit-input-placeholder{

color: #000;
font-size: 0.18rem;
}

#form3 input::-moz-placeholder{   /* Mozilla Firefox 19+ */

color: #000;
font-size: 0.18rem;
}

#form3 input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */

color: #000;
font-size: 0.18rem;
}

#form3 input:-ms-input-placeholder{  /* Internet Explorer 10-11 */

color: #000;
font-size: 0.18rem;

}
#form3 textarea::-webkit-input-placeholder{

color: #000;
font-size: 0.18rem;
}

#form3 textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */

color: #000;
font-size: 0.18rem;
}

#form3 textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */

color: #000;
font-size: 0.18rem;
}

#form3 textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */

color:#000;
font-size: 0.18rem;
}
.inquiryright{
    width: 9.48rem;
    height: 6.17rem;
    float: right;
    border-top: 0.05rem solid #db0f19;
    box-shadow: 0px 0px 6px #ccc;
    margin-top: 1.58rem;
}
.inquiryright h3{
    font-size: 0.3rem;
    font-family: pb;
    font-weight: 600;
    color: #000;
    width: 100%;
    text-align: center;
    line-height: 0.3rem;
    padding-top: 0.7rem;
}
.one_machine_once{
    width: 100%;
    height: 10.91rem;
    margin: 0 auto;
    background: #fff;
}
.one_machine_oncecenter{
    width: 16rem;
    height: 10.91rem;
    margin: 0 auto;
}
.one_machine_left{
    width: 6.46rem;
    height: 10.91rem;
    float: left;
    position: relative;
}
.one_machine_left h3{
    width: 6.46rem;
    height: auto;
    text-align: left;
    font-size: 0.48rem;
    font-family: 'pb';
    padding-top: 0.9rem;
    text-indent: 1.2rem;
}
.one_machine_left h3 span{
    color: #fd5e20;
    font-family: pb;
}
.one_machine_blackt{
    width: 0.94rem;
    height: 0.01rem;
    background: #000;
    /* float: left; */
    position: absolute;
    top: 1.34rem;
    left: 0rem;
}
.one_machine_right{
    width: 8.33rem;
    height: 9.91rem;
    float: right;
    display: flex;
    flex-wrap: wrap;
    /* align-content: space-between; */
    /* justify-content: space-around; */
}
.one_machine_lefttitle{
    font-size: 0.2rem;
    color: #666;
    text-align: left;
    width: 6.36rem;
    height: auto;
    font-family: 'p';
    font-weight: 400;
    line-height: 0.32rem;
}
.one_machine_oncenter{
    width: 15rem;
    height: 10.91rem;
    margin: 0 auto;   
}
.one_machine_lefttitle p{
}
.gary_one{
    width: 6.45rem;
    height: 5.36rem;
    background: #f5f5f5;
    border-radius: 0.25rem;
    position: relative;
    margin-top: 0.57rem;
}
.gary_one .a1{
    width: 6.45rem;
    height: 5.36rem;
    position: absolute;
    left: 0rem;
    top: 0rem;
}
.gary_one h3{
    width: auto;
    height: auto;
    font-size: 0.24rem;
    color: #000;
    position: absolute;

    font-family: pb;
    text-align: left;
    text-indent: 0rem !important;
    font-weight: 600;
    margin-left: 0.47rem;
    padding-top: 0rem;
    bottom: 1.09rem;
}
.gary_titles{
    width: auto;
    height: auto;
    position: absolute;
   bottom: 0.73rem;
    margin-left: 0.47rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #666;
}
.gary_titles span{
    color: #fd5e20;
    font-weight: 600;
    font-family: pb;
}
.gary_titles1 span{
    color: #fd5e20;
    font-weight: 600;
    font-family: pb;
}
.gary_titles1{
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0.4rem;
    margin-left: 0.47rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #666;
}

.gary_two{
    width: 4.38rem;
    height: 4.05rem;
    background: #f5f5f5;
    border-radius: 0.25rem;
    position: relative;
    margin-top: 0.57rem;
}
.gary_two .a1{
    width: 4.38rem;
    height: 4.05rem;
    position: absolute;
    left: 0rem;
    top: 0rem;
}
.gary_two h3{
    width: auto;
    height: auto;
    font-size: 0.24rem;
    color: #000;
    position: absolute;

    font-family: pb;
    text-align: left;
    text-indent: 0rem !important;
    font-weight: 600;
    margin-left: 0.47rem;
    padding-top: 0rem;
    bottom: 0.99rem;
}
.gary_titles{
    width: auto;
    height: auto;
    position: absolute;
   bottom: 0.63rem;
    margin-left: 0.47rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #666;
}
.gary_titles span{
    color: #fd5e20;
    font-weight: 600;
    font-family: pb;
}
.gary_titles1 span{
    color: #fd5e20;
    font-weight: 600;
    font-family: pb;
}
.gary_titles1{
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0.3rem;
    margin-left: 0.47rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #666;
}


.gary_3{
    width: 3.71rem;
    height: 3.84rem;
    background: #f5f5f5;
    border-radius: 0.25rem;
    position: relative;
    margin-top: 0.77rem;
    margin-left: 0.2rem;
}
.gary_3 .a1{
    width: 3.71rem;
    height: 3.84rem;
    position: absolute;
    left: 0rem;
    top: 0rem;
}
.gary_3 h3{
    width: auto;
    height: auto;
    font-size: 0.24rem;
    color: #000;
    position: absolute;

    font-family: pb;
    text-align: left;
    text-indent: 0rem !important;
    font-weight: 600;
    margin-left: 0.47rem;
    padding-top: 0rem;
    bottom: 0.99rem;
}
.gary_titles{
    width: auto;
    height: auto;
    position: absolute;
   bottom: 0.63rem;
    margin-left: 0.47rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #666;
}
.gary_titles span{
    color: #fd5e20;
    font-weight: 600;
    font-family: pb;
}
.gary_titles1 span{
    color: #fd5e20;
    font-weight: 600;
    font-family: pb;
}
.gary_titles1{
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0.3rem;
    margin-left: 0.47rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #666;
}

.gary_4{
    width: 7.02rem;
    height: 4.69rem;
    background: #f5f5f5;
    border-radius: 0.25rem;
    position: relative;
    margin-top: 0rem;
    /* left: 0rem; */
}
.gary_4 .a1{
    width: 7.02rem;
    height: 4.69rem;
    position: absolute;
    left: 0rem;
    top: 0rem;
}
.gary_4 h3{
    width: auto;
    height: auto;
    font-size: 0.24rem;
    color: #000;
    position: absolute;

    font-family: pb;
    text-align: left;
    text-indent: 0rem !important;
    font-weight: 600;
    margin-left: 0.47rem;
    padding-top: 0rem;
    bottom: 0.99rem;
}
.gary_titles{
    width: auto;
    height: auto;
    position: absolute;
   bottom: 0.63rem;
    margin-left: 0.47rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #666;
}
.gary_titles span{
    color: #fd5e20;
    font-weight: 600;
    font-family: pb;
}
.gary_titles1 span{
    color: #fd5e20;
    font-weight: 600;
    font-family: pb;
}
.gary_titles1{
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0.3rem;
    margin-left: 0.47rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #666;
}
.yuant{
    width: 0.91rem;
    height: 0.91rem;
    background: url(../img/yuan.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.5rem;
    bottom: 0.47rem;
}
.application{
    width: 100%;
    height: 8.3rem;
    margin: 0 auto;
    background: #0d101f;
    background-size: 100% 100%;
}
.applicationcenter{
    width: 16rem;
    height: 8.3rem;
    margin: 0 auto;
    position: relative;
}
.applicationleft{
    width: 7.56rem;
    height: 7.79rem;
    background: #fff;
    border-radius: 0.2rem;
    position: absolute;
    left: 0rem;
    bottom: -0.43rem;
    box-shadow: 0 5px 10px -5px #edf1f1;
}
.applicationleft h2{
    font-size: 0.42rem;
    color: #003333;
    font-weight: 600;
    font-family: pb;
    line-height: 0.42rem;
    padding: 0.52rem 0.42rem 0.15rem 0.42rem;
    text-align: center;
}
.aps{
    font-size: 0.2rem;
    color: #003333;
    padding: 0.1rem 0.42rem 0.45rem 0.42rem;
}
.form_left{
    width: 6.81rem;
    height: 5.02rem;
    margin: 0 auto;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}
.form_one {
    width: 6.81rem;
    height: 1.46rem;
    display: flex;
    justify-content: space-around;
    align-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.form_one input{
    width: 3.29rem;
    height: 0.61rem;
    border: 0.02rem solid #d9e1e1;
    text-indent: 0.2rem;
}
.form_two{
    width: 6.81rem;
    height: 0.65rem;
}
.form_two input{
    width: 6.73rem;
    height: 0.61rem;
    border: 0.02rem solid #d9e1e1;
    display: block;
    text-indent: 0.2rem;
}
.form_three{
    width: 6.81rem;
    height: 1.46rem;
}
.form_three textarea{
    width: 6.54rem;
    border: 0.02rem solid #d9e1e1;
    height: 1.22rem;
    padding-left: 0.2rem;
    padding-top: 0.2rem;
    resize: none;
}
.form_request{
    width: 6.81rem;
    height: 0.8rem;
    background: linear-gradient(to right, #fcaa05, #fd6a1c);
    color: #fff;
    font-size: 0.22rem;
    line-height: 0.8rem;
    text-align: center;
    font-family: pb;
}
.form_right{
    width: 6.47rem;
    height: 6.21rem;
    position: absolute;
    right: 1rem;
    top: 1.45rem;
}
.form_right h4{
    font-size: 0.24rem;
    color: #14b45b;
    font-family: pb;
    font-weight: 600;
    text-align: left;
}
.form_right h1{
    font-size: 0.48rem;
    color: #fff;
    font-family: pb;
    text-align: left;
    font-weight: 600;
    text-indent: 1.2rem;
}
.form_title{
    width: 7rem;
    height: auto;
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
    font-family: p;
}
.form_right ul{
    width: 7rem;
    height: 3.84rem;
    display: flex;
    justify-content: space-around;
    margin-top: 0.35rem;
}
.form_right ul li{
    width: 1.68rem;
    height: 3.84rem;
    /* border: 0.02rem solid #78918f; */
    /* border-radius: 1.96rem; */
    overflow: hidden;
}
.form_right ul li img{
    width: 1.68rem;
    height: 3.84rem;
    transition: 0.4s;
}
.form_right ul li img:hover{
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}
/*****index_part023*********/  
.index_part023{width: 100%;height: 9.5rem;}

.part023_center{width: 15rem;height: 8.41rem;margin: 0 auto;box-sizing: border-box;margin-top: 1rem;}




.part023_top{width: 15rem;height: 1.97rem;display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: center;}

.part023_top h3{color: #000;font-size: 0.48rem;font-weight: bold;font-family: pb;font-weight: 600;/* padding-top: 1.35rem; */}

.part023_top hr{width: 0.857rem;height: 9px;background-color: #149261;border: none;margin: 0 0 0.18rem 0;}

.part023_top h6{color: #3e3e3e;font-size: 0.22rem;font-weight: normal;position: relative;}






.part023_bottom{width: 15rem;height: 6.77rem;position: relative;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;margin: 0 auto;box-sizing: border-box;padding-left: 0.04rem;}


.part023_bottom_button{width: 5.52rem;height: 6.77rem;}

.part023_bottom_button ul{width: 5.52rem;height: 6.75rem;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;align-content: space-between;}

.part023_bottom_button ul li{width: 2.74rem;height: 3.35rem;box-sizing: border-box;transition: all ease 0.5s;cursor: pointer;background-color: #f5f5f5;border: 2px solid transparent;}

.part023_bottom_button_li_num{width: 2.74rem;height: auto;}

.part023_bottom_button_li_num_icon{width: 2.74rem;height: 0.83rem;position: relative;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: flex-end;}

.part023_bottom_button_li_num_icon h1{color: #171719;font-size: 0.48rem;font-weight: bold;}


.part023_bottom_button_li_num_hr{width: 2.74rem;height: 3px;margin-top: 0.12rem auto 0 auto;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}

.part023_bottom_button_li_num_hr hr{width: 0.56rem;height: 3px;background-color: #000;border: none;margin: 0 auto;}




.part023_bottom_button_li_font{width: 2.74rem;height: 2.05rem;box-sizing: border-box;}

.part023_bottom_button_li_font_h3{width: 2.74rem;height: 0.71rem;line-height: 0.71rem;text-align: center;}

.part023_bottom_button_li_font_h3 h3{color: #171719;font-size: 0.22rem;font-weight: bold;font-family: 'pb';}

.part023_bottom_button_li_font_p{width: 2.74rem;height: 1.36rem;box-sizing: border-box;padding-left: 0.19rem;padding-right: 0.19rem;}

.part023_bottom_button_li_font_p p{color: #171719;font-size: 0.18rem;font-weight: normal;line-height: 0.3rem;}





.part023_bottom_button_active{background: linear-gradient(45deg, #fcab05, #fd6a1c);border: 2px solid #fca208 !important;}

.part023_bottom_button_active h1{color: #fff !important;}

.part023_bottom_button_active hr{background-color: #fff !important;}

.part023_bottom_button_active h3{color: #fff !important;}

.part023_bottom_button_active p{color: #fff !important;}






.part023_bottom_block{width: 9.33rem;height: 6.77rem;margin: 0 auto;overflow: hidden;position: relative;}

.swiper-container10{width: 9.33rem;height: 6.77rem;position: relative;}

.part023_bottom .swiper-slide{width: 9.33rem;height: 6.77rem;overflow: hidden;}

.part023_bottom_image{width: 9.33rem;height: 6.77rem;}

.part023_bottom .swiper-slide img{width: 9.33rem;height: 6.77rem;transition: all ease 0.5s;}

.part023_bottom .swiper-slide:hover img{transform: scale(1.1);}


.part023_bottom_block .swiper-pagination{left: 0;width: 100%;} 

.part023_bottom_block .swiper-pagination-bullet{width: 0.9rem;height: 6px;opacity: 1;background-color: rgba(23, 23, 25, 0.77) !important;margin-left: 0.01rem !important;margin-right: 0.01rem !important;border-radius: 0rem;}

.part023_bottom_block .swiper-pagination-bullet-active{width: 0.9rem;height: 6px;opacity: 1;background-color: #fca208 !important;border-radius: 0rem;}


.part023_top h6 img:nth-of-type(1){
    width: 0.952rem;
    height: 0.01rem;
    background: #000;
    position: absolute;
    top: 0.17rem;
    left: -1.2rem;
}
.part023_top h6 img:nth-of-type(1){
    margin-right: 0.2rem;
}
.part023_top h6 img:nth-of-type(2){
    width: 0.952rem;
    height: 0.01rem;
    background: #000;
    position: absolute;
    top: 0.17rem;
    right: -1.2rem;
    margin-left: 0.2rem;
}
.part_1{
    width: 0.79rem;
    height: 0.79rem;
    background: url(../img/c11.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.4rem;
}
.part023_bottom_button_active .part_1{
    width: 0.79rem;
    height: 0.79rem;
    background: url(../img/c1.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.4rem;
}

.part_2{
    width: 0.79rem;
    height: 0.79rem;
    background: url(../img/c22.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.4rem;
}
.part023_bottom_button_active .part_2{
    width: 0.79rem;
    height: 0.79rem;
    background: url(../img/c2.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.4rem;
}

.part_3{
    width: 0.79rem;
    height: 0.79rem;
    background: url(../img/c33.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.4rem;
}
.part023_bottom_button_active .part_3{
    width: 0.79rem;
    height: 0.79rem;
    background: url(../img/c3.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.4rem;
}

.part_4{
    width: 0.79rem;
    height: 0.79rem;
    background: url(../img/c44.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.4rem;
}
.part023_bottom_button_active .part_4{
    width: 0.79rem;
    height: 0.79rem;
    background: url(../img/c4.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.4rem;
}
.project{
    width: 100%;
    height: 10.43rem;
    margin: 0 auto;
    background: url(../img/1110.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.areas_img img{
    width: 3.5rem;
    height: 2.33rem;
}
.projectcenter h2{
    width: 15rem;
    height: auto;
    line-height: 0.48rem;
    font-size: 0.48rem;
    text-align: center;
    color: #000;
    font-family: pb;
    margin: 0 auto;
    padding-top: 1.54rem;
    padding-bottom: 0.24rem;
}
.project_title{
    width: 7.16rem;
    height: auto;
    font-size: 0.2rem;
    text-align: center;
    margin: 0 auto;
    line-height: 0.36rem;
}
.relative11{
    width: 100%;
    height: 7.7rem;
    margin: 0 auto;
    background: url(../img/770.jpg) no-repeat !important;
    background-size: 100% 100% !important;
}
.relativecenter11{
    width: 15rem;
    height: 8.8rem;
    margin: 0 auto;
}
.relativecenter11 h2{
    width: 15rem;
    height: 1.85rem;
    text-align: center;
    line-height: 1.85rem;
    margin: 0 auto;
    font-size: 0.48rem;
    font-family: pb;
    font-weight: 600;
}
.relativecenter11 ul{
    width: 15rem;
    height: 4.08rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.relativecenter ul li{
    width: 3.6rem;
    height: 5.4rem;
    background: #fff;
    border: 0.01rem solid #fff;
    border-radius: 0rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.relativecenter11 ul li img{
    width: 3.58rem;
    height: 3.68rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
}
.pts{
    width: 0.91rem;
    height: 0.73rem;
    background: url(../img/quote.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.35rem;
    bottom: 0.25rem;
}
.relativecenter ul li h3{
    font-size: 0.22rem;
    line-height: 0.36rem;
    font-family: pb;
    font-weight: 600;
    text-align: left;
    position: absolute;
    left: 0rem;
    width: 100%;
    bottom: 0.9rem;
    text-align: center;
}
.qiehuan1280{
    width: 100%;
    height: 12.8rem;
    margin: 0 auto;
    background: url(../img/1280.jpg) no-repeat;
    background-size: 100% 100%;
}
.qiehuancenter{
    width: 15rem;
    height: 12.8rem;
    margin: 0 auto;
}
.qiehuancenter h2{
    font-size: 0.48rem;
    text-align: left;
    width: 100%;
    color: #182830;
    line-height: 0.48rem;
    padding-top: 1.37rem;
    padding-bottom: 0.25rem;
    font-family: pb;
    text-align: center;
}
.qiehuantits{
    width: 11.7rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    text-align: left;
    color: #182830;
    margin: 0 auto;
}
.bigBox {
    width: 15rem;
    height: 7.1rem;
    /* background: rgb(236, 236, 236); */
    margin: 0 auto;
    /* border-bottom: 5px solid orange; */
    border-radius: 5px;
    box-sizing: border-box;
    /* margin-top: 3.73rem; */
    padding-top: 0.3rem;
}

.bigBox ul {
    width: 9.4rem;
    height: auto;
    display: flex;
    justify-content: space-between;
    /* margin: 0 auto; */
    float: right;
}

.bigBox ul li {
    width: 4.2rem;
    background: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition:all .7s ease 0s;
    padding: 0.08rem 0.17rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
    height: auto;
    color: #000;
    border: 0.01rem solid #f0b93c !important;
    position: relative;
}

li.active {}
.bigBox ul li:hover{background-color: #f0b93c !important;color: #df2c25;cursor: pointer}
.box {
    width: 15rem;
    height: 5.5rem;
    margin: 0.41rem auto;
    overflow: hidden;
    border-radius: 5px;
}

.box>div {
    width: 15rem;
    height: 5.5rem;
    text-align: center;
    /* line-height: 400px; */
    /* font-size: 30px; */
    font-weight: 500;
}

.active {
    background: #f0b93c !important;
    border: 0.01rem solid #f0b93c;
    color: #df2c25 !important;
}
.daosanjiao{
    width: 0rem;
    height: 0.1rem;
    border-top: 0.15rem solid #f0b93c;
    border-right: 0.15rem solid transparent;
    border-left: 0.15rem solid transparent;
    position: absolute;
    left: 42%;
    bottom: -0.25rem;
    opacity: 0;
    transition: 0.4s;
}
.active .daosanjiao{
    opacity: 1 !important;
    transition: 0.4s;
}
.box ul li{
    width: 3.6rem !important;
    padding: 0rem !important;
    height: 2.59rem !important;
    border-color: transparent !important;
    overflow: hidden;
  
}
.box ul li img{
    width: 3.6rem !important;
    height: 2.59rem !important;
    transition: 0.4s;
}
.box ul li img:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
.box ul{
    width: 15rem;
    height: 5.4rem;
    display: flex;
    justify-content: space-around !important;
    flex-wrap: wrap !important;
    align-content: space-between !important;
    margin: 0 auto;
}
.bbbiaodan{
    width: 100%;
    overflow: hidden;
    height: 8.49rem;
    margin: 0 auto;
    background: url(../img/849.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 1.5rem;
}
.bbbiaodancenter{
    width: 14rem;
    height: 8.14rem;
    margin: 0 auto;
}
.bbbiaodantitle{
    width: auto;
    font-size: 0.42rem;
    color: #000;
    font-weight: 600;
    font-family: pb;
    line-height: 0.48rem;
    padding-top: 1rem;
    padding-bottom: 0.1rem;
    text-align: left;
    text-indent: 4.52rem;
}
.bbbiaodantitle1{
    width: auto;
    padding-left: 4.52rem;
    color: #666;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: left;
}
.relative11{
    width: 100%;
    height: 7.7rem;
    margin: 0 auto;
    background: linear-gradient(to right, #fca208, #fd5e20) !important;
    background-size: 100% 100% !important;
}
.relativecenter11{
    width: 15rem;
    height: 8.8rem;
    margin: 0 auto;
}
.relativecenter11 h2{
    width: 15rem;
    height: 1.85rem;
    text-align: center;
    line-height: 1.85rem;
    margin: 0 auto;
    font-size: 0.48rem;
    font-family: pb;
    font-weight: 600;
}
.relativecenter11 ul{
    width: 15rem;
    height: 4.08rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.relativecenter ul li{
    width: 3.6rem;
    height: 5.4rem;
    background: #fff;
    border: 0.01rem solid #fff;
    border-radius: 0rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.relativecenter11 ul li img{
    width: 3.58rem;
    height: 3.68rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
}
.pts{
    width: 0.91rem;
    height: 0.73rem;
    background: url(../img/quote.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.35rem;
    bottom: 0.25rem;
}
.relativecenter ul li h3{
    font-size: 0.22rem;
    line-height: 0.36rem;
    font-family: pb;
    font-weight: 600;
    text-align: left;
    position: absolute;
    left: 0rem;
    width: 100%;
    bottom: 0.9rem;
    text-align: center;
}
.relativecenter11 ul li h3{
    font-size: 0.22rem;
    line-height: 0.36rem;
    font-family: pb;
    font-weight: 600;
    text-align: left;
    position: absolute;
    left: 0.4rem;
    bottom: 0.36rem;
}
.one_machine11{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-image: linear-gradient(to right, #2b4353, #142329);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 0.48rem;
    text-align: center;
    line-height: 0.48rem;
    /* text-shadow: #ddd 7px -12px 5px; */
    font-family: 'pb';
    padding-top: 0.89rem;
    padding-bottom: 0.28rem;
}
.arestitle {
    width: 11.1rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    text-align: center;
    color: #666;
    margin-top: 0.25rem;
    font-family: p;
}
.projectcenter .arestitle {
    margin: 0 auto;
}
.relative11{
    /* width: 100%; */
    /* height: 7.16rem; */
    /* margin: 0 auto; */
    /* background: #e9bd40; */
}
.relativecenter11{
    width: 15rem;
    height: 7.16rem;
    margin: 0 auto;
}
.relativecenter11 h2{
    width: 15rem;
    height: 2.2rem;
    text-align: center;
    line-height: 2.2rem;
    margin: 0 auto;
    font-size: 0.48rem;
    font-family: pb;
    color: #fff;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}
.relativecenter11 ul{
    width: 15rem;
    height: 4.08rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.relativecenter11 ul li{
    width: 4.83rem;
    height: 4.06rem;
    background: #fff;
    border: 0.01rem solid #fff00;
    border-radius: 0.2rem;
    position: relative;
    box-shadow: 0px 0px 6px #ccc;
    overflow: hidden;
    cursor: pointer;
}
.relativecenter11 ul li img{
    width: 4.83rem !important;
    height: 4.06rem !important;
    position: absolute !important;
    top: 0rem !important;
    left: 0rem !important;
}
.pts{
    width: 0.91rem;
    height: 0.73rem;
    background: url(../img/quote.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.35rem;
    bottom: 0.25rem;
}
.relativecenter11 ul li h3{
    font-size: 0.2rem;
    line-height: 0.28rem;
    font-family: 'p';
    font-weight: 400;
    text-align: left;
    position: absolute;
    left: 0.4rem;
    bottom: 0.16rem;
}
.formheng{
    width: 0.92rem;
    height: 0.01rem;
    position: absolute;
    left: 0rem;
    top: 0.4rem;
    background: #fff;
}
.one_machine {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-image: linear-gradient(to right, #2b4353, #142329);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 0.48rem;
    text-align: center;
    line-height: 0.48rem;
    /* text-shadow: #ddd 7px -12px 5px; */
    font-family: 'pb';
    padding-top: 0.89rem;
    padding-bottom: 0.28rem;
}
.one_machine_tits {
    width: 11.5rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #666;
    margin: 0 auto;
    text-align: center;
    font-family: p;
    margin-bottom: 0.46rem;
}
.one_machine_once{
    width: 100%;
    height: 12.35rem;
    margin: 0 auto;
    /* padding-bottom: 0.7rem; */
}
.one_machine_oncenter{
    width: 15rem;
    height: 12.35rem;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.one_machine_left{
    width: 6.55rem;
    height: 7.7rem;
    float: left;
    background: #f6f5f6;
    position: relative;
}

.one_machine_right{
    width: 8.18rem;
    height: 7.7rem;
    float: right;
}

.one_machine_ulist{
    width: 15rem;
    height: 4.74rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.one_machine_ulist li{
    width: 7.35rem;
    height: 4.7rem;
    position: relative;
}

.one_machine_gray{
    width: 7.35rem;
    height: 4.67rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
    /* border-radius: 0.2rem; */
    background: #f2f2f2;
    border: 0.01rem solid transparent;
}
.one_machine_gray h3{
    font-size: 0.3rem;
    line-height: 0.36rem;
    font-family: pb;
    text-align: left;
    color: #fff;
    height: auto;
    width: auto;
    margin: 0 auto;
    position: absolute;
    padding-bottom: 0.15rem;
    text-shadow: 0px 4px 6px #365170;
    padding-top: 0.45rem;
    z-index: 99999;
}
.one_machine_graytitles{
    width: 3.6rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    text-align: left;
    font-family: p;
    position: absolute;
    color: #fff;
    margin: 0 auto;
    left: 1.33rem;
    top: 0.9rem;
    z-index: 99999;
}
.one_machine_gray img{
    width: 7.35rem;
    height: 4.67rem;
    position: absolute;
    left: 0rem;
    bottom: 0rem;
}

.xiantp .one_machine_gray{
    border-color: #ba1718 !important;   
}
.yuanhei {
    width: 0.19rem !important;
    height: 0.21rem !important;
    position: unset !important;
    margin-right: 0.17rem;
    margin-left: 0.93rem;
}

.one_machine_gray h3 span{
    display: block;
    width: 6rem;
    float: right;
}
.qie1014{
    width: 100%;
    height: 9.04rem;
    margin: 0 auto;
    /* background: url(../img/1054.jpg) no-repeat; */
    background-size: 100% 100%;
}
.qie1014 .one_machine{
    width: auto;
    text-align: left;
    line-height: 0.48rem;
    font-family: pb;
    font-size: 0.36rem;
    float: left;
    padding-top: 0.8rem;
    color: #000;
    /* text-shadow: #ccc 7px -12px 5px; */
    margin: 0 auto;
    padding-bottom: 0.1rem;
}
.qiecc1{
    width: 10rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    text-align: center;
    color: #000;
    font-family:p;
    font-weight: 400;
    margin: 0 auto;
}
.why{
    width: 100%;
    height: 8.1rem;
    margin: 0 auto;
    background: #d6edfb;
    /* background-size: 100% 100%; */
}
table tr td:nth-of-type(1) {

    color: #000;
}
table tr:nth-of-type(1) {
    background: #ba1718 !important;
    color: #fff !important;
}
table tr:nth-of-type(odd){
    background: #e6e6e6 !important;
    color: #000 !important;
}
.whycenter .one_machine_tits{
    margin-bottom: 0.15rem;
}
.jia{
    width: 2.22rem;
    height: 1.38rem;
    position: absolute;
    top: 0.21rem;
    right: 0.25rem;
    z-index: 9999;
    background: url(../img/jia.png) no-repeat;
    background-size: 100% 100%;

}
.redb .jia{
    display: block;
}
.disp{
    width: 100%;
    height: 7.5rem;
    margin: 0 auto;
    background: url(../img/750.png) no-repeat;
    background-size: 100% 100%;
}
table td {
    font-size: 0.18rem;
    border: 1px solid #ccc;
}
table tr td:nth-of-type(1) {

    color: #000;
}
table tr:nth-of-type(1) {
    background: #ba1718 !important;
    color: #fff !important;
}
table tr:nth-of-type(odd){
    background: #e6e6e6 !important;
    color: #000 !important;
}
.qie1014center {
    width: 15rem;
    height: 8.54rem;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.qie1014center .bigBox ul li:hover {
    border-color: #ba1718 !important;
}
.qie1014center .bigBox ul li:hover {
    background: #ba1718 !important;
    color: #fff !important;
}
.qie1014center .active .daosanjiao {
    border-top: 0.15rem solid #ba1718 !important;
    left: 48% !important;
}
.fen{
    width: 14.28rem;
    padding: 0.2rem 0.35rem;
    height: 0.85rem;
    color: #000;
    font-family: p;
    text-align: left;
    margin: 0 auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    background: #faefef;
    border: 0.01rem dashed #c41a1a;
}
.wd233{
    width: 100%;
    height: 2.33rem;
    margin: 0 auto;
    background: url(../img/233.jpg) no-repeat;
    background-size: 100% 100%;
}
.wd233center{
    width: 15rem;
    height: 2.33rem;
    margin: 0 auto;
}
.wdleft{
    width: 8.4rem;
    font-size: 0.36rem;
    text-align: left;
    color: #fff;
    font-family: pb;
    line-height: 0.48rem;
    text-align: left;
    float: left;
    margin-top: 0.75rem;
    margin-left: 0.7rem;
}
.wdbutton{
    width: 3.81rem;
    height: 0.7rem;
    background: url(../img/anniu.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-top: 0.77rem;
}
.selling{
    width: 100%;
    height: 10.75rem;
    background: #f6f5f6;
    margin: 0 auto;
    position: relative;
    /* position: relative; */
}
.sellingcenter{
    width: 15rem;
    height: 8.15rem;
    margin: 0 auto;
    position: relative;
}
.sellingcenter h2{
    width: 15rem;
    font-size: 0.42rem;
    line-height: 0.42rem;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-family: pb;
    margin: 0 auto;
    padding-top: 0.82rem;
    padding-bottom: 0.3rem;
}
.sellingbox{
    width: 15rem;
    height: 3.48rem;
    /* display: flex; */
    /* justify-content: space-between; */
    margin: 0 auto;
}
.sellingbox1{
    width: 2.85rem;
    height: 3.48rem;
    position: relative;
    border: 0.02rem solid transparent;
}
.sellingbox1 img{
    width: 2.85rem;
    height: 3.48rem;
    transition: 0.4s;
}
.sellboxs_1{
    width: 2.85rem;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #000;
    font-size: 0.2rem;
    text-align: center;
    font-family: p;
    font-weight: 400;
    position: absolute;
    background: #fff;
    bottom: 0rem;
    left: 0rem;
}
.butosm{
    width: 4.66rem;
    height: 0.75rem;
    position: absolute;
    border-radius: 0.75rem;
    background: linear-gradient(to right,#ff9300,#ff6d00);
    position: absolute;
    bottom: -0.3525rem;
    left: 5.17rem;
    font-size: 0.22rem;
    font-family: pb;
    color: #fff;
    text-align: center;
    line-height: 0.75rem;
}
.related_box{
    width: 15rem;
    height: 6.15rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
}
.relatedleft{
    width: 7.35rem;
    height: 6.15rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.relatedlefttop{
    width: 7.35rem;
    height: 3.26rem;
    overflow: hidden;
    position: relative;
}
.relatedlefttop img{
    width: 7.35rem;
    height: 3.26rem;
    transition: 0.4s;
}
.related_bots{
    width: 7.35rem;
    height: 0.55rem;
    line-height: 0.55rem;
    background: rgba(247, 153, 1, 0.9);
    position: absolute;
    bottom: 0rem;
    left: 0rem;
}
.related_bots h3{
    font-size: 0.22rem;
    font-family: pb;
    font-weight: 600;
    color: #fff;
    line-height: 0.55rem;
    text-align: left;
    text-indent: 0.3rem;
}
.jians{
    width: 0.34rem !important;
    height: 0.1rem !important;
    position: absolute;
    right: 0.32rem;
    bottom: 0.19rem;
    transition: 0.4s;
}
.greentop .jians{
    transition: 0.4s;
    right: 0.2rem !important;
    bottom: 0.19rem !important;
}
.greentop{
    cursor: pointer;
}
.c11{
    transition: 0.4s;
    transform: scale(1.05);
}
.greentop .c11{
    transition: 0.4s;
    transform: scale(1);
}
.relatedleftbottom{
    width: 7.35rem;
    height: 2.65rem;
    display: flex;
    justify-content: space-between;
}
.relatedleftbottom1{
    width: 3.58rem;
    height: 2.65rem;
    overflow: hidden;
    position: relative;
}
.relatedleftbottom1 img{
    width: 3.58rem;
    height: 2.65rem;
    transition: 0.4s;
    transform: scale(1.05);
    cursor: pointer;
}

.greentop1 img{
    transition: 0.4s;
    transform: scale(1);
}
.relatedleftbottom1 h3{
    width: 3.58rem;
    height: 0.55rem;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    line-height: 0.55rem;
    text-align: center;
    font-size: 0.2rem;
    color: #fff;
    font-family: p;
    text-align: left;
    text-indent: 0.3rem;
}
.relatedright{
    width: 7.43rem;
    height: 6.15rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
 .relatedright .relatedleftbottom{
    bottom: none !important;
    top: 0rem !important;
 }
 .relatedrightbottom{
    width: 7.36rem;
    height: 3.26rem;
    position: relative;
    overflow: hidden;
 }
 .relatedrightbottom img{
    width: 7.43rem;
    height: 3.26rem;
    transition: 0.4s;
    transform: scale(1.05);
 }
 .relarighs{
    width: 3.65rem;
    height: 3.26rem;
    position: absolute;
    right: 0rem;
    top: 0rem;
    background: rgba(247, 153, 1, 0.9);
    cursor: pointer;
 }
 .relarighs h3{
    font-size: 0.24rem;
    color: #fff;
    font-family: pb;
    text-align: center;
    padding-top: 1.1rem;
    
 }
 .jias{
    width: 0.62rem !important;
    height: 0.62rem !important;
    display: block;
    margin: 0 auto;
    transform: scale(1);
    text-align: center;
 }
 .sellts{
    width: 12.5rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #666;
    text-align: center;
    margin:0 auto;
    font-family: p;
}
.sellboss{
    width: 15rem;
    height: 5.4rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 0.45rem;
}
.sellboxss1{
    width: 2.85rem;
    height: 5.4rem;
    overflow: hidden;
    position: relative;
}
.sellboxss1 img{
    width: 2.85rem;
    height: 5.4rem;
    transition: 0.4s;
}
.sellboxss1 img:hover{
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}
.setts{
    width: 2.85rem;
    height: 0.8rem;
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    line-height: 0.8rem;
    font-size: 0.2rem;
    font-family: p;
    color: #fff;
    text-align: center;
    background: linear-gradient(to top,rgba(0,0,0,0.8),transparent);
}
.reat{
    background: url(../img/208.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
}
.reat_tts{
    width: 9.5rem;
    height: auto;
    font-size: 0.22rem;
    line-height: 0.3rem;
    text-align: left;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 0.83rem;
    left: 0.57rem;
    font-family: 'pb';
}
.butts{
    width: 3.82rem;
    height: 0.7rem;
    background: url(../img/butts.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.57rem;
    top: 0.83rem;
    cursor: pointer;
}
.thress{
    width: 100%;
    height: 10.05rem;
    margin: 0 auto;
    background: url(../img/1007.jpg) no-repeat;
    background-size: 100% 100%;
}
.thresscenter{
    width: 15rem;
    height: 9.05rem;
    margin: 0 auto;
    position: relative;
}
.thresscenter h2{
    width: 15rem;
    height: 1.87rem;
    font-size: 0.42rem;
    font-family: pb;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 1.87rem;
}
.thresscenter ul{
    width: 15rem;
    height: 7.25rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.thresscenter ul li:nth-of-type(1){
    width: 4.75rem;
    height: 7.25rem;
    display: flex;
    flex-wrap: wrap;
}
.thresscenter ul li:nth-of-type(2){
    width: 5.4rem;
    height: 7.25rem;
}
.thresscenter ul li:nth-of-type(3){
    width: 4.75rem;
    height: 7.25rem;
    display: flex;
    flex-wrap: wrap;
}
.ullistbox{
    width: 4.75rem;
    height: 3.62rem;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.ullistbox img{
    width: 4.75rem;
    height: 3.62rem;
    transition: 0.4s;

}
.yel{
    width: 4.13rem;
    height: 0.65rem;
    background: #ff9900;
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    font-size: 0.2rem;
    line-height: 0.24rem;
    padding-left: 0.3rem;
    color: #fff;
    padding-top: 0.2rem;
    border-top-left-radius: 0.45rem;
}
.yel img{
    width: 0.21rem !important;
    height: 0.21rem !important;
    position: absolute;
    left: -0.11rem;
    top: 0.4rem;
}
.ullistbox1{
    width: 4.75rem;
    height: 3.56rem;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.ullistbox1 img{
    width: 4.75rem;
    height: 3.56rem;
    transition: 0.4s;

}
.ullistbox2{
    width: 5.4rem;
    height: 7.25rem;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.ullistbox2 img{
    width: 5.4rem;
    height: 7.25rem;
    transition: 0.4s;

}
.ullistbox2 .yel {
    width: 4.13rem;
    height: 1.25rem;
    background: #ff9900;
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    font-size: 0.2rem;
    line-height: 0.24rem;
    padding-left: 0.3rem;
    color: #fff;
    padding-top: 0.5rem;
    border-top-left-radius: 0.45rem;
}
.thresscenter h2 {
    width: 15rem;
    height: 1.87rem;
    font-size: 0.42rem;
    font-family: pb;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0 auto;
    line-height: 1.87rem;
}
.bluebox{
    width: 4.9rem;
    height: auto;
    padding: 0.35rem;
    border: 0.01rem dashed #b0ccf1;
    background: #edf8fe;
    font-size: 0.18rem;
    line-height: 0.3rem;
    text-align: left;
    color: #666;
    margin-top: 0.28rem;
}
.buts{
    width: 6.3rem;
    height: 1.8rem;
    background: url(../img/dian.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    cursor: pointer;
}
.buts1{
    background: url(../img/dian2.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.ths1{
    width: 3.25rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.26rem;
    color: #666;
    text-align: left;
    font-family: p;
    position: absolute;
    left: 0.85rem;
    top: 2.05rem;
}
.ths2{
    width: 3.25rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.26rem;
    color: #666;
    text-align: left;
    font-family: p;
    position: absolute;
    left: 1.3rem;
    top: 5rem;
}

.ths3{
    width: 3.25rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.26rem;
    color: #666;
    text-align: left;
    font-family: p;
    position: absolute;
    left: 1.3rem;
    top: 7.2rem;
}
.ths4{
    width: 3.15rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.26rem;
    color: #666;
    text-align: right;
    font-family: p;
    position: absolute;
    right: 1.25rem;
    top: 2.05rem;
}

.ths5{
    width: 3.15rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.26rem;
    color: #666;
    text-align: right;
    font-family: p;
    position: absolute;
    right: 1.25rem;
    top: 4.25rem;
}

.ths6{
    width: 3.15rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.26rem;
    color: #666;
    text-align: right;
    font-family: p;
    position: absolute;
    right: 1.35rem;
    top: 7.05rem;
}
.sellts{
    width: 12.5rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #666;
    text-align: center;
    margin:0 auto;
    font-family: p;
}
.sellboss{
    width: 15rem;
    height: 5.4rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 0.45rem;
}
.sellboxss1{
    width: 2.85rem;
    height: 5.4rem;
    overflow: hidden;
    position: relative;
}
.sellboxss1 img{
    width: 2.85rem;
    height: 5.4rem;
    transition: 0.4s;
}
.sellboxss1 img:hover{
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}
.thresscenter h3{
    font-size: 0.22rem;
    text-align: left;
    color: #000;
    font-family: pb;
    padding-bottom: 0.15rem;
}
.related{
    width: 100%;
    height: 7.29rem;
    margin: 0 auto;
    background: url(../img/729.jpg) no-repeat;
    background-size: 100% 100%;
}
.relatedcenter{
    width: 15rem;
    height: auto;
    margin: 0 auto;
}
.relatedcenter h2{
    width: 14rem;
    height: 2.1rem;
    font-size: 0.46rem;
    font-family: pb;
    text-align: center;
    color: #fff;
    line-height: 2.1rem;
}
.relatedbox{
    width: 15rem;
    height: 4.18rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.relatedbox li{
    width: 4.82rem;
    height: 6rem;
    background: #e9f1ff;
    transition: 0.4s;
}
.relatedbox li img{
    width: 4.82rem;
    height: 3rem;
    margin: 0 auto;
    display: block;
    /* margin-top: 0.02rem; */
}
.relatedbox1{
    width: 4.25rem;
    height: auto;
    color: #666 !important;
    line-height: 0.3rem;
    transition: 0.4s;
    font-size: 0.22rem;
    text-align: left;
    font-family: p;
    margin: 0 auto;
}
.relatedbox li:nth-of-type(3) .relatedbox1{
    line-height: 0.3rem !important;
    /* padding-top: 0.2rem; */
    height: auto;
}
.blue{
    background: #e9f1ff;
    transition: 0.4s;
}
.blue .relatedbox1{
    color: #000;
    background: #e9f1ff;
    transition: 0.4s;
}
.relatedbox1 h3{
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #000;
    font-family: pb;
    text-align: center;
    margin: 0 auto;
    width: 4rem;
    margin-bottom: 0.1rem;
    margin-top: 0.4rem;
}
.project{
    width: 100%;
    height: 10.43rem;
    margin: 0 auto;
    background: url(../img/1110.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.areas_img img{
    width: 3.5rem;
    height: 2.33rem;
}
.projectcenter h2{
    width: 15rem;
    height: auto;
    line-height: 0.48rem;
    font-size: 0.48rem;
    text-align: center;
    color: #000;
    font-family: pb;
    margin: 0 auto;
    padding-top: 1.54rem;
    padding-bottom: 0.24rem;
}
.project_title{
    width: 7.16rem;
    height: auto;
    font-size: 0.2rem;
    text-align: center;
    margin: 0 auto;
    line-height: 0.36rem;
}
.relative11{
    width: 100%;
    height: 7.7rem;
    overflow: hidden;
    margin: 0 auto;
    background: url(../img/770.jpg) no-repeat !important;
    background-size: 100% 100% !important;
}
.relativecenter11{
    width: 15rem;
    height: 8.8rem;
    margin: 0 auto;
}
.relativecenter11 h2{
    width: 15rem;
    height: 1.85rem;
    text-align: center;
    line-height: 1.85rem;
    margin: 0 auto;
    font-size: 0.48rem;
    font-family: pb;
    color: #000;
    font-weight: 600;
}
.relativecenter11 ul{
    width: 15rem;
    height: 4.08rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.relativecenter ul li{
    width: 3.6rem;
    height: 5.4rem;
    background: #fff;
    border: 0.01rem solid #fff;
    border-radius: 0rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.relativecenter11 ul li img{
    width: 3.58rem;
    height: 3.68rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
}
.pts{
    width: 0.91rem;
    height: 0.73rem;
    background: url(../img/quote.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.35rem;
    bottom: 0.25rem;
}
.relativecenter ul li h3{
    font-size: 0.22rem;
    line-height: 0.36rem;
    font-family: pb;
    font-weight: 600;
    text-align: left;
    position: absolute;
    left: 0rem;
    width: 100%;
    bottom: 0.9rem;
    text-align: center;
}
.qiehuan1280{
    width: 100%;
    height: 11.8rem;
    margin: 0 auto;
    background: url(../img/1280.jpg) no-repeat;
    background-size: 100% 100%;
}
.qiehuancenter{
    width: 15rem;
    height: 12.8rem;
    margin: 0 auto;
}
.qiehuancenter h2{
    font-size: 0.48rem;
    text-align: left;
    width: 100%;
    color: #182830;
    line-height: 0.48rem;
    padding-top: 1.87rem;
    padding-bottom: 0.25rem;
    font-family: pb;
    text-align: center;
}
.qiehuantits{
    width: 11.7rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    text-align: left;
    color: #182830;
    margin: 0 auto;
}
.bigBox {
    width: 15rem;
    height: 7.1rem;
    /* background: rgb(236, 236, 236); */
    margin: 0 auto;
    /* border-bottom: 5px solid orange; */
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 2.3rem;
    padding-top: 0.3rem;
}

.bigBox ul {
    /* width: 8.5rem !important; */
    height: auto;
    display: flex;
    justify-content: space-between;
    /* margin: 0 auto; */
    float: right;
}

.bigBox ul li {
    width: auto;
    background: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition:all .7s ease 0s;
    padding: 0.23rem 0.47rem;
    font-size: 0.22rem;
    line-height: 0.22rem;
    height: auto;
    color: #000;
    border: 0.01rem solid #f0b93c;
    position: relative;
}

li.active {}
.bigBox ul li:hover{background-color: #f0b93c;color: #df2c25;cursor: pointer}
.box {
    width: 15rem;
    height: 5.5rem;
    margin: 0.41rem auto;
    overflow: hidden;
    border-radius: 5px;
}

.box>div {
    width: 15rem;
    height: 5.5rem;
    text-align: center;
    /* line-height: 400px; */
    /* font-size: 30px; */
    font-weight: 500;
}

.active {
    background: #f0b93c !important;
    border: 0.01rem solid #f0b93c;
    color: #df2c25 !important;
    font-weight: 600;
    font-family: 'Poppinsb';
}
.daosanjiao{
    width: 0rem;
    height: 0.1rem;
    border-top: 0.15rem solid #f0b93c;
    border-right: 0.15rem solid transparent;
    border-left: 0.15rem solid transparent;
    position: absolute;
    left: 42%;
    bottom: -0.25rem;
    opacity: 0;
    transition: 0.4s;
}
.active .daosanjiao{
    opacity: 1 !important;
    transition: 0.4s;
}
.box ul li{
    width: 3.6rem !important;
    padding: 0rem !important;
    height: 2.59rem !important;
    border-color: transparent !important;
    overflow: hidden;
  
}
.box ul li img{
    width: 3.6rem !important;
    height: 2.59rem !important;
    transition: 0.4s;
}
.box ul li img:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
.box ul{
    width: 15rem;
    height: 5.4rem;
    display: flex;
    justify-content: space-around !important;
    flex-wrap: wrap !important;
    align-content: space-between !important;
    margin: 0 auto;
}
.bbbiaodan{
    width: 100%;
    overflow: hidden;
    height: 9.14rem;
    margin: 0 auto;
    background: url(../img/849.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 1.5rem;
}
.bbbiaodancenter{
    width: 14rem;
    height: 8.14rem;
    margin: 0 auto;
    position: relative;
}
.bbbiaodantitle{
    width: auto;
    font-size: 0.48rem;
    color: #000;
    font-weight: 600;
    font-family: pb;
    line-height: 0.48rem;
    padding-top: 1.2rem;
    padding-bottom: 0.2rem;
    text-align: left;
    text-indent: 4.52rem;
}
.bbbiaodantitle1{
    width: auto;
    padding-left: 4.52rem;
    color: #666;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: left;
}
.one_machine img {
    width: 0.26rem;
    height: 0.23rem;
}
.one_machine img :nth-of-type(1){
    margin-right: 0.02rem;
}
.one_machine img :nth-of-type(2){
    margin-left: 0.02rem;
}
.one_machine_tits{
    width: 11.5rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #666;
    margin: 0 auto;
    text-align: center;
    font-family: p;
    margin-bottom: 0.46rem;
}
.one_machine_ulist{
    width: 15rem;
    height: 4.74rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.one_machine_ulist li{
    width: 7.35rem;
    height: 4.7rem;
    position: relative;
}

.one_machine_gray{
    width: 7.35rem;
    height: 4.67rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
    /* border-radius: 0.2rem; */
    background: #f2f2f2;
    border: 0.01rem solid transparent;
}
.one_machine_gray h3{
    font-size: 0.3rem;
    line-height: 0.36rem;
    font-family: pb;
    text-align: left;
    color: #fff;
    height: auto;
    width: auto;
    margin: 0 auto;
    position: absolute;
    padding-bottom: 0.15rem;
    text-shadow: 0px 4px 6px #365170;
    padding-top: 0.45rem;
    z-index: 99999;
}
.one_machine_graytitles{
    width: 3.6rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    text-align: left;
    font-family: p;
    position: absolute;
    color: #fff;
    margin: 0 auto;
    left: 1.33rem;
    top: 0.9rem;
    z-index: 99999;
}
.one_machine_gray img{
    width: 7.35rem;
    height: 4.67rem;
    position: absolute;
    left: 0rem;
    bottom: 0rem;
}

.xiantp .one_machine_gray{
    border-color: #ba1718 !important;   
}
.xiantp{
    cursor: pointer;
}
.gary_button{
    width: 2.1rem;
    height: 0.48rem;
    border: 0.01rem solid #ba1718;
    color: #eca525;
    font-family: pb;
    font-weight: 600;
    font-size: 0.2rem;
    line-height: 0.48rem;
    text-align: center;
    border-radius: 0.48rem;
    margin-left: 0.4rem;
    margin-top: 0.6rem;
    transition: 0.4s;
}
.garyimg{
    width: 0.2rem;
    height: 0.13rem;
    background: url(../img/jian.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-top: 0.17rem;
    margin-right: 0.2rem;
    transition: 0.4s;
}
.xiantp .gary_button{
    width: 2.1rem;
    height: 0.48rem;
    border: 0.01rem solid #eca525;
    background: #eca525;
    color: #fff;
    transition: 0.4s;
    font-family: pb;
    font-weight: 600;
    font-size: 0.2rem;
    line-height: 0.48rem;
    text-align: center;
    border-radius: 0.48rem;
}
.xiantp .garyimg{
    width: 0.2rem;
    height: 0.13rem;
    background: url(../img/jian2.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-top: 0.17rem;
    margin-right: 0.2rem;
    transition: 0.4s;
}
.qie1014center{
    width: 15rem;
    height: 8.54rem;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.qie_titles{
    width: 4.2rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: left;
    color: #666;
    font-family: p;
}

.ppt{
    width: 3.5rem;
    height: 0.7rem;
    border: 0.01rem solid #eca525;
    background: #eca525;
    color: #fff;
    transition: 0.4s;
    font-family: pb;
    font-weight: 600;
    font-size: 0.25rem;
    line-height: 0.7rem;
    margin-top: 0.3rem;
    text-align: center;
    border-radius: 0.48rem;
    box-shadow: 0px 0px 6px #eca525;
}
.ppt .garyimg{
    width: 0.2rem;
    height: 0.13rem;
    background: url(../img/jian2.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-top: 0.28rem;
    margin-right: 0.4rem;
    transition: 0.4s;
}
.areas_box1{
    width: 7.4rem;
    height: 3.19rem;
    display: flex;
    justify-content: space-between;
}
.areas_box1_box{
    width: 2.42rem;
    height: 3.19rem;
    flex-wrap: wrap;
    display: flex;
    align-content: space-between;
}

.areas_box1_boxb{
    width: 2.42rem;
    height: 1.55rem;
    overflow: hidden;
}
.areas_box1_boxb img{
    width: 2.42rem;
    height: 1.55rem;
    transition: 0.4s;
}
.areas_boxright{
    width: 4.91rem;
    height: 3.19rem;
    overflow: hidden;
}
.areas_boxright img{
    width: 4.91rem;
    height: 3.19rem;
    transition: 0.4s;
}
.areas_boxright img:hover{
    transition: 0.4s;
    transform: scale(1.05);
}
.areas_box1_boxb img:hover{
    transition: 0.4s;
    transform: scale(1.05);
}
.area_bottom{
    width: 15rem;
    height: 2.72rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.area_bottomimg{
    width: 3.65rem;
    height: 2.72rem;
    overflow: hidden;
}
.area_bottomimg img{
    width: 3.65rem;
    height: 2.72rem;
    transition: 0.4s;
}
.area_bottomimg img:hover{
    transition: 0.4s;
    transform: scale(1.05);
}
.whycenter .one_machine{
    padding-bottom: 0.15rem !important;
}
.projectcenter .arestitle{
    margin: 0 auto;
}
.relativecenter11 .one_machine{
    color: #fff !important;
}

.gary_button1{
    width: 2.1rem;
    height: 0.48rem;
    border: 0.01rem solid #eca525;
    background: #eca525;
    color: #fff;
    transition: 0.4s;
    font-family: pb;
    font-weight: 600;
    font-size: 0.2rem;
    line-height: 0.48rem;
    text-align: center;
    position: absolute;
    border-radius: 0.48rem;
    left: 0.65rem;
    bottom: 0.25rem;
}
.gary_button1 .garyimg{
    width: 0.2rem;
    height: 0.13rem;
    background: url(../img/jian2.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-top: 0.17rem;
    margin-right: 0.2rem;
    transition: 0.4s;
}
.yuanhei{
    width: 0.19rem !important;
    height: 0.21rem !important;
    position: unset !important;
    margin-right: 0.17rem;
    margin-left: 0.93rem;
}
.one_machine_graytitles2{
    top: 1.24rem;
}
.yuantu{
    width: 0.33rem !important;
    height: 0.25rem !important;
}
.qie1014center .bigBox{
    margin-top: 0rem !important;
    padding-top: 0.6rem;
}
.qie1014center .active{
    background: #ba1718 !important;
    color: #fff !important;
}
.qie1014center .active .daosanjiao{
    border-top: 0.15rem solid #ba1718 !important;
    left: 48% !important;
}
.qie1014center .bigBox ul li:hover{
    background: #ba1718 !important;
    color: #fff !important;
}
.qie1014center .bigBox ul li{
    border-color: #9da7ba !important;
}
.qie1014center .bigBox ul li:hover{
    border-color: #ba1718 !important;
}
.qie1014center .bigBox ul{
    margin-bottom: 0.5rem !important;
}
table td {
    font-size: 0.18rem;
    border: 1px solid #ccc;
}
table tr td:nth-of-type(1) {

    color: #000;
}
table tr:nth-of-type(1) {
    background: #ba1718 !important;
    color: #fff !important;
}
table tr:nth-of-type(odd){
    background: #e6e6e6 !important;
    color: #000 !important;
}
.whycenter .one_machine_tits{
    margin-bottom: 0.15rem;
}
.jia{
    width: 2.22rem;
    height: 1.38rem;
    position: absolute;
    top: 0.21rem;
    right: 0.25rem;
    z-index: 9999;
    background: url(../img/jia.png) no-repeat;
    background-size: 100% 100%;

}
.redb .jia{
    display: block;
}
.disp{
    width: 100%;
    height: 7.5rem;
    margin: 0 auto;
    background: url(../img/750.png) no-repeat;
    background-size: 100% 100%;
}
.dispcenter{
    width: 15rem;
    height: 7.5rem;
    margin: 0 auto;
}
.dispcenter ul{
    width: 15rem;
    height: 3.8rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.dispcenter ul li{
    width: 2.2rem;
    height: 3.8rem;
   position: relative;
   cursor: pointer;
    margin: 0 auto;
}
.dispcenter ul li img{
    width: 2.2rem;
    height: 3.8rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
}
.dispcenter ul li h4{
    font-size: 0.2rem;
    line-height: 0.95rem;
    font-family: Ã¢â‚¬Å“pbÃ¢â‚¬Â !important;
    font-weight: 400 !important;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0rem;
    color: #fff !important;
    left: 0rem;
}
.pptsy{
    width: 1.39rem;
    height: 2.28rem;
    background: url(../img/pp.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0.41rem;
    top: 0.55rem;
} 


.why1{
    width: 100%;
    height: 6.7rem;
    margin: 0 auto;
    background: url(../img/708.png) no-repeat;
    background-size: 100% 100%;
}
.whycenter1{
    width: 15rem;
    height: 6.7rem;
    margin: 0 auto;
}
.whycenter1 h2{
    width: 100%;
    text-align: center;
    line-height: 0.48rem;
    font-family: pb;
    font-size: 0.48rem;
    padding-top: 0.8rem;
    margin: 0 auto;
    padding-bottom: 0.1rem;
    color: #fff;
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
}
.whttt{
    width: 15rem;
    height: 0.28rem;
    font-size: 0.2rem;
    text-align: center;
    color: #fff;
    font-family: p;
    background: url(../img/28.png) no-repeat;
    background-size: 100% 100%;
    line-height: 0.28rem;
}
.whycenter1 ul{
    width: 100%;
    height: 3.1rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 0.8rem;
    position: relative;
}
.whycenter1 ul li{
    width: 3.3rem;
    height: 3.1rem;
    background: #fff;
    border-radius: 0.3rem;
    color: #000;
    transition: 0.4s;

}
.whycenter1 ul li h4{
    font-size: 0.2rem;
    text-align: center;
    color: #000;
    font-family: p;
    margin: 0 auto;
    margin-top: 0.2rem;
    width: 90%;
    font-weight: normal;
}
.whycenter1 ul li img{
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    margin: 0 auto;
    margin-top: 0.6rem;
}
.redb1{
  margin-top: -0.5rem;
    transition: 0.4s;
    cursor: pointer;
}
.relative11{
    /* width: 100%; */
    /* height: 7.16rem; */
    /* margin: 0 auto; */
    /* background: #e9bd40; */
}
.relativecenter11{
    width: 15rem;
    height: 7.16rem;
    margin: 0 auto;
}
.relativecenter11 h2{
    width: 15rem;
    height: 2.2rem;
    text-align: center;
    line-height: 2.2rem;
    margin: 0 auto;
    font-size: 0.48rem;
    font-family: pb;
    /* color: #fff; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}
.relativecenter11 ul{
    width: 15rem;
    height: 4.08rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.relativecenter11 ul li{
    width: 4.83rem;
    height: 4.06rem;
    background: #fff;
    border: 0.01rem solid #ffff00;
    border-radius: 0.2rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.relativecenter11 ul li img{
    width: 4.83rem;
    height: 4.06rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
}
.pts{
    width: 0.91rem;
    height: 0.73rem;
    background: url(../img/quote.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.35rem;
    bottom: 0.25rem;
}
.relativecenter11 ul li h3{
    font-size: 0.22rem;
    line-height: 0.36rem;
    font-family: pb;
    font-weight: 600;
    text-align: left;
    position: absolute;
    left: 0.4rem;
    bottom: 0.36rem;
}
.one_machine_box{
    width: 15rem;
    height: 10.5rem;
    margin: 0 auto;
    margin-top: 0.95rem;
}
.left_onemachine{
    width: 3.76rem;
    height: 10.5rem;
    float: left;
    overflow: hidden;
    position: relative;
}
.left_onemachine img{
    width: 3.76rem;
    height: 10.5rem;
    transition: 0.4s;
}
.gray img{
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}
.left_box{
    width: 3.76rem;
    height: 10.5rem;
    background: rgba(0, 0, 0, 0.6);
    top: 0rem;
    left: 0rem;
    position: absolute;
    cursor: pointer;
}
.left_box1{
    width: 3.76rem;
    height: 3.72rem;
    background: url(../img/372.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 3.02rem;
    left: 0rem;
    cursor: pointer;
}
.right_imgbox{
    width: 10.96rem;
    height: 10.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    /* float: right; */
    position: absolute;
    right: 0rem;
    top: 0.95rem;
}
.right_imgbox_box{
    width: 5.35rem;
    height: 5.12rem;
    background: #f2f2f2;
    position: relative;
    cursor: pointer;
}
.left_rightimg1{
    width: 1.35rem;
    height: 1.39rem;
    background: url(../img/dd1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0rem;
    top: 0rem;
}
.left_rightimg2{
    width: 1.35rem;
    height: 1.39rem;
    background: url(../img/dd2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0rem;
    top: 0rem;
}
.left_rightimg3{
    width: 1.35rem;
    height: 1.39rem;
    background: url(../img/dd3.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0rem;
    top: 0rem;
}
.left_rightimg4{
    width: 1.35rem;
    height: 1.39rem;
    background: url(../img/dd4.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0rem;
    top: 0rem;
}
.one{
    width: 5.35rem;
    /* position: relative; */
    height: 5.12rem;
}
.right_titles{
    width: 2.8rem;
    height: auto;
    position: absolute;
    top: 1.52rem;
    right: 0rem;
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #666;
    font-family: Poppins;
    text-align: left;
}
.right_button{
    width: 2.3rem;
    height: 0.58rem;
    background: linear-gradient(to right,#fed579,#f2c04f);
    border-radius: 0.58rem;
    font-size: 0.2rem;
    font-weight: 600;
    color: #ff0000;
    text-align: center;
    line-height: 0.58rem;
    font-family: Poppinsb;
    text-indent: 0.15rem;
    margin-top: 0.3rem;
}
.right_button img{
    width: 0.26rem;
    height: 0.27rem;
    float: right;
    margin-top: 0.13rem;
    margin-right: 0.31rem;
}
.yellow{
    width: 100%;
    height: 10.44rem;
    margin: 0 auto;
    background: #e8bf41;
}
.yellowcenter{
    width: 15rem;
    height: 10.44rem;
    margin: 0 auto;
}
.yellowcenter h2{
    font-size: 0.48rem;
    font-family: Poppinsp;
    width: 15rem;
    text-align: center;
    line-height: 0.48rem;
    height: auto;
    font-weight: 600;
    margin: 0 auto;
    padding-top: 0.88rem;
    padding-bottom: 0.22rem;
}
.yellow_img{
    width: 15rem;
    height: 7.45rem;
    background: url(../img/745.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.45rem;
    position: relative;
}
.yellow_one1{
    font-size: 0.2rem;
    color: #000;
    font-family: Poppinsp;
    font-weight: 600;
    background: #fff;
    border-radius: 0.8rem;
    line-height: 0.5rem;
    height: 0.5rem;
    width: auto;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    position: absolute;
    right: 0.4rem;
    top: 0.6rem;
}
.yellow_one2{
    font-size: 0.2rem;
    color: #000;
    font-family: Poppinsp;
    font-weight: 600;
    background: #fff;
    border-radius: 0.8rem;
    line-height: 0.5rem;
    height: 0.5rem;
    width: auto;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    position: absolute;
    right: 0rem;
    top: 3.1rem;
}
.yellow_one3{
    font-size: 0.2rem;
    color: #000;
    font-family: Poppinsp;
    font-weight: 600;
    background: #fff;
    border-radius: 0.8rem;
    line-height: 0.5rem;
    height: 0.5rem;
    width: auto;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    position: absolute;
    right: 0.4rem;
    top: 5.8rem;
}
.yellow_one4{
    font-size: 0.2rem;
    color: #000;
    font-family: Poppinsp;
    font-weight: 600;
    background: #fff;
    border-radius: 0.8rem;
    line-height: 0.5rem;
    height: 0.5rem;
    width: auto;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    position: absolute;
    right: 11rem;
    top: 5.95rem;
}
.yellow_one5{
    font-size: 0.2rem;
    color: #000;
    font-family: Poppinsp;
    font-weight: 600;
    background: #fff;
    border-radius: 0.8rem;
    line-height: 0.5rem;
    height: 0.5rem;
    width: auto;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    position: absolute;
    left: -0.6rem;
    top: 3.4rem;
}
.sell_box{
    width: 15rem;
    height: 6.9rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.72rem;
}
.sell_boxleft{
    width: 4.77rem;
    height: 6.9rem;
    display: flex;
    flex-wrap: wrap;
}
.sell_boxlefttop{
    width: 4.77rem;
    height: 2.35rem;
    display: flex;
    justify-content: space-between;
}
.sell_boxlefttop1{
    width: 2.34rem;
    height: 2.35rem;
    overflow: hidden;
}
.sell_boxlefttop1 img{
    width: 2.34rem;
    height: 2.35rem;
    transition: 0.4s;
    cursor: pointer;
}
.sell_boxlefttop1 img:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
.sell_boxleftbottom{
    width: 4.77rem;
    height: 4.43rem;
    overflow: hidden;
    cursor: pointer;
}
.sell_boxleftbottom img{
    width: 4.77rem;
    height: 4.43rem;
    transition: 0.4s;
}
.sell_boxleftbottom img:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
.sell_boxright{
    width: 10.1rem;
    height: 6.9rem;
    position: relative;
}
.sell_boxrightimg{
    width: 5rem;
    height: 4.57rem;
    overflow: hidden;
    position: absolute;
    left: 0rem;
    top: 0rem;
}
.sell_boxrightimg img{
    width: 5rem;
    height: 4.57rem;
    transition: 0.4s;
    cursor: pointer;
}
.sell_boxrightimg img:hover{
    transition: 0.4s;
    transform: scale(1.05);
}

.sell_boxrightimg2{
    width: 5rem;
    height: 2.03rem;
    overflow: hidden;
    position: absolute;
    right: 0rem;
    top: 0rem;
}
.sell_boxrightimg2 img{
    width: 5rem;
    height: 2.03rem;
    transition: 0.4s;
    cursor: pointer;
}
.sell_boxrightimg2 img:hover{
    transition: 0.4s;
    transform: scale(1.05);
}

.sell_boxrightimg3{
    width: 1.42rem;
    height: 2.44rem;
    overflow: hidden;
    position: absolute;
    left: 5.12rem;
    top: 2.15rem;
}
.sell_boxrightimg3 img{
    width: 1.42rem;
    height: 2.44rem;
    transition: 0.4s;
    cursor: pointer;
}
.sell_boxrightimg3 img:hover{
    transition: 0.4s;
    transform: scale(1.05);
}

.sell_boxrightimg4{
    width: 3.48rem;
    height: 4.76rem;
    overflow: hidden;
    position: absolute;
    right: 0rem;
    top: 2.15rem;
}
.sell_boxrightimg4 img{
    width: 3.48rem;
    height: 4.76rem;
    transition: 0.4s;
    cursor: pointer;
}
.sell_boxrightimg4 img:hover{
    transition: 0.4s;
    transform: scale(1.05);
}

.sell_boxrightimg5{
    width: 4.24rem;
    height: 2.19rem;
    overflow: hidden;
    position: absolute;
    left: 0rem;
    bottom: 0rem;
}
.sell_boxrightimg5 img{
    width: 4.24rem;
    height: 2.19rem;
    transition: 0.4s;
    cursor: pointer;
}
.sell_boxrightimg5 img:hover{
    transition: 0.4s;
    transform: scale(1.05);
}

.sell_boxrightimg6{
    width: 2.21rem;
    height: 2.19rem;
    overflow: hidden;
    position: absolute;
    left: 4.32rem;
    bottom: 0rem;
}
.sell_boxrightimg6 img{
    width: 2.21rem;
    height: 2.19rem;
    transition: 0.4s;
    cursor: pointer;
}
.sell_boxrightimg6 img:hover{
    transition: 0.4s;
    transform: scale(1.05);
}
.related_leftbox{
    width: 6.7rem;
    height: auto;
    float: left;
}
.related_leftbox h2{
    font-size: 0.48rem;
    color: #000;
    font-family: Poppinsp;
    text-align: left;
    font-weight: 600;
    line-height: 0.48rem;
    padding-top: 0.98rem;
    line-height: 0.48rem;
    height: auto;
    padding-bottom: 0.3rem;
}
.related_titles{
    width: 6.7rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    text-align: left;
    color: #666;
    font-family: poppins;
}
.related_button{
    width: 2.56rem;
    height: 0.5rem;
    background: linear-gradient(to right,#ffcc2c,#ff9900);
    border-radius: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    font-size: 0.24rem;
    margin-top: 0.03rem;
}
.related_buttons{
    width: 2.62rem;
    height: 0.56rem;
    border: 0.01rem dashed #f0b93c;
    border-radius: 0.56rem;
    margin-top: 0.4rem;
}
.relatedcenter{
    width: 15rem;
    height: 7.29rem;
    margin: 0 auto;
    position: relative;
}
.related_550{
    width: 5.5rem;
    position: absolute;
    left: 0rem;
    bottom: -1.3rem;
    height: 3.59rem;
}
.dmps{
    font-size: 0.22rem;
    color: #000;
    padding-top: 3.95rem;
    position: absolute;
}
.dmps :nth-of-type(1){
    
color: #fff;
    
margin-left: 0.55rem;
}
.dmps :nth-of-type(2){
    
margin-top: 0.63rem;
    
margin-left: 0.45rem;
    
color: #fff;
}
.dmps :nth-of-type(3){
    
margin-top: 0.7rem;
    
margin-left: 0.3rem;
    
color: #fff;
}

  .secbottom{
        width: 100%;
        max-width: 19.2rem;
        padding-top: 0.5rem;
        background: #1b1b1b;
        height: 4rem;
    }
    .secbottomcenter{
        width: 14.5rem;
        height: auto;
        margin: 0 auto;
        display: flex;
    }
    .bottomlist1{
        width: 1.82rem;
        height: auto;
        margin-right: 2.67rem;
    }
    .bottomlist1 ul{
        width: 1.82rem;
        height: 3rem;
        float: left;
    }
    .bottomlist1 ul li{
        width: 4.82rem;
        height: 0.4rem;
        font-size: 0.2rem;
        line-height: 0.4rem;
        color: rgba(255, 255,255, 0.8);
    }
    .boxju{
        width: 4px;
        height: 16px;
        float: left;
        background: #ea5405;
        margin-top: 0.12rem;
        margin-right: 0.18rem;
    }
    .bottomlist1 ul li:nth-child(1){
        font-size: 0.26rem;
        font-weight: 600;
        line-height: 0.4rem;
        color: #fff;
        margin-bottom: 0.3rem;
    }
    .bottomlist1 ul li img{
        width: 0.14rem;
        height: 0.14rem;
        float: left;
        margin-top: 0.13rem;
        margin-right: 0.18rem;
    }
    .bottomlist2{
        width: 4.75rem;
        height: auto;
        margin-right: 0.5rem;
    }
    .bottomlist2 ul{
        width: 4.75rem;
        height: 3rem;
        float: left;
    }
    .bottomlist2 ul li{
        width: 4.75rem;
        height: 0.4rem;
        font-size: 0.2rem;
        line-height: 0.4rem;
        color: rgba(255, 255,255, 0.8);
    }
    .boxju{
        width: 4px;
        height: 16px;
        float: left;
        background: #ea5405;
        margin-top: 0.12rem;
        margin-right: 0.18rem;
    }
    .bottomlist2 ul li:nth-child(1){
        font-size: 0.26rem;
        font-weight: 600;
        line-height: 0.4rem;
        color: #fff;
        margin-bottom: 0.3rem;
    }
    .bottomlist2 ul li img{
        width: 0.3rem;
        height: 0.3rem;
        float: left;
        margin-top: 0.05rem;
        margin-right: 0.18rem;
    }
    .bottomlist2 ul li span{
        float: right;
        display: inline-block;
        width: 4.25rem;
    }
    .bottomlist3{
        width: 5.2rem;
        height: 3rem;
        float: left;
    }
    .bottomlist3 ul li:nth-child(1){
        font-size: 0.26rem;
        font-weight: 600;
        line-height: 0.4rem;
        color: #fff;
        margin-bottom: 0.3rem;
    }
    .bottomlist3 ul li:nth-child(2) img{
        width: 4.8rem;
        height: 1.35rem;
    }
    .bottomlist3 ul li:nth-child(2){
        width: 4.8rem;
        height: 1.35rem;
    }
    .bottomlist3 ul li{
        width: 4.75rem;
        height: 0.4rem;
        font-size: 0.2rem;
        line-height: 0.4rem;
        color: rgba(255, 255,255, 0.8);
    }
    .bottom{
        width: 100%;
        max-width: 100%;
        height: 1.03rem;
        background: #1b1b1b;
        color: #fff;
        font-size: 0.18rem;
        text-align: center;
        line-height: 1.03rem;
    }
