@font-face {
    font-family: 'p';
    src : url('../font/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'pb';
    src : url('../font/Poppins-Bold.ttf');
}

* {
    margin: 0;
    padding: 0;
    font-family: p;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}
.pc{
            display: block;
        }
        .yd{
            display: none;
        }
        .cookies{
    width: 100%;
    height: auto;
    position: fixed;
    padding-top: 0.3rem;
    padding-bottom: 0.1rem;
    bottom: 0rem;
    background: #fff;
        box-shadow: 0px 0px 4px #ccc;
      z-index: 99999999 !important;
}
.cookiebox{
    font-size: 0.16rem;
    line-height: 0.22rem;
    color: #666;
    text-align: left;
    padding-right: 0.45rem;
    width: 12.08rem;
    height: auto;
    display: table;
    margin: 0 auto;
    border-right: 0.01rem solid #ccc;
    float: left;
    /* margin-left: 1.5rem; */
}
.cookiestitle{
	    width: 1.44rem;
    height: 0.37rem;
    line-height: 0.37rem;
    text-align: center;
    border-radius: 0.37rem;
    background: #cccccc;
    color: #fff;
    font-size: 0.16rem;
    float: right;
    margin-right: 1.6rem;
    margin-top: -0.1rem;
    cursor: pointer;
    transition: 0.4s;
}
.header_bott .inav .nav_li .xiala_nav .left {
    float: left;
    width: 75% !important;
    padding-top: 53px;
}
.biao655{
    width: 100%;
    height: 6.55rem;
    background: url(../img/655.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
}
.biao655center{
    width: 16rem;
    height: 6.55rem;
    margin: 0 auto;
    position: absolute;
    top: 0rem;
    left: 1.6rem;
}
.biao655center h3{
    width: 5.45rem;
    font-size: 0.48rem;
    line-height: 0.65rem;
    color: #fff;
    text-align: left;
    font-family: pb;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 1.37rem;
}
.biaobutton{
    width: 2.68rem;
    height: 0.7rem;
    background: url(../img/contact.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 1rem;
}
.biaoright{
    width: 9.4rem;
    height: 6.55rem;
    background: rgba(8,122,183,0.4);
    position: absolute;
    left: 0rem;
    top: 0rem;
}
.biaottd{
    width: 8rem;
    height: 5rem;
    /* background: #000; */
    position: absolute;
    right: 0rem;
    top: 0.6rem;
}
.biaottd2{
    width: 8rem;
    height: 1.4rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-between;
    margin: 0 auto;
}
.biaottd2 input{
    width: 3.52rem;
    height: 0.6rem;
    line-height: 0.6rem !important;
    background: transparent;
    color: #fff !important;
    font-size: 0.2rem !important;
    border:none;
    border-bottom: 0.02rem solid #45a3d6;
}
.countts{
    width: 7.5rem;
    height: 0.6rem;
    line-height: 0.6rem !important;
    background: transparent;
    font-size: 0.24rem !important;
    border:none;
    border-bottom: 0.02rem solid #45a3d6;
    display: block;
    margin-left: 0.25rem;
    margin-top: 0.2rem;
    color: #fff !important;
}
.tests1{
    width: 7.5rem;
    height: 1rem;
    line-height: 0.3rem !important;
    background: transparent;
    color: #fff !important;
    font-size: 0.24rem !important;
    border:none;
    border-bottom:0.02rem solid #d64951;
    display: block;
    margin-left: 0.25rem;
    margin-top: 0.2rem;
    resize: none;
}
.biaobuttons{
    width: 3.58rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.2rem;
    color: #0086cd;
    font-family: pb;
    font-weight: 600;
    background: #fff;
    margin-top: 0.55rem;
    margin-left: 0.25rem;
}
input::placeholder {
    color: #fff !important; 
  }
  
  textarea::placeholder {
    color: #fff !important;
  }
  .biaos {
    /*display: none;*/
    /* display: none; */
    position: fixed;
    width: 70% !important;
    top: 15%;
    margin-left: 0% !important;
    left: 10% !important;
    background: #fff;
    box-shadow: 0px 0px 6px #ccc;
    z-index: 9999999;
    padding: 50px 0;
}

.biaos .infor .tit {
    text-align: center;
    font-size: 40px;
    color: #262626;
    margin-top: 2%;
    line-height: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'he';
}

.biaos .infor .con {
    text-align: center;
    font-size: 16px;
    color: #777;
    line-height: 22px;
    margin-bottom: 15px;
}

.biaos .row {
    width: 85%;
    margin-left: 7.5%;
    transition: .2s width ease;
    *: ; zoom: 1; }

.biaos .btm_box {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.biaos .btns_list {
    margin: 0 auto;
    display: block;
    float: none;
}

.biaos .green {
    background-color: #c90915;
    width: 47.7%;
    height: 50px;
    line-height: 50px;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.biaos .form input {
    border: 1px solid #aaa;
    font-size: 16px;
    color: #d2d2d2;
}

.biaos .line1 {
    height: 50px;
    line-height: 50px;
    width: 98.5%;
    margin-bottom: 20px;
    text-indent: 15px;
}

.kuangs {
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    height: 100%;
    display: block;
    position: fixed;
    display: none;
    z-index: 9999999999999;
    top: 0rem;
}

.close_btn {
    width: 33px;
    height: 33px;
    border-radius: 33px;
    text-align: center;
    line-height: 33px;
    font-weight: 600;
    color: #fff;
    background: #000;
    border: 2px solid #fff;
    position: absolute;
    FONT-SIZE: 0.2REm;
    top: -11.5px;
    right: -11.5px;
    cursor: pointer;
}

.pro_li {
    height: 100%;
    padding-bottom: 30px !important;
}

.pro_li:hover .dropdown {
    display: block !important;
}

#dr_liuyan {
    width: 98.5% !important;
    height: 0.9rem !important;
    border-color: #45a3d6 !important;
    font-size: 0.2rem !important;
    text-indent: 0.2rem !important;
    padding-top: 0.1rem !important;
    resize: none !important;
}

.con p {
    font-size: 0.16rem !important;
}

.tit p {
    font-weight: 600 !important;
}

.swip_one {
    position: relative;
}
.ddmp_bottom {
    width: 100%;
    height: 8.5rem !important;
    margin: 0 auto;
    /* margin-top: 4% !important; */
    background: url(https://www.ygbrandmanufacturer.com/static/assets/pozhuangji/img/dibg.jpg);
    position: relative;
}

.bak_top {
    width: 100%;
    height: 1rem;
    margin: 0 auto;
}

.bottom_bakul {
    width: 16rem;
    height: 3.1rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.bottom_bak1 {
    width: 3.2rem;
    height: 2.8rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.bottom_bak1titles {
    font-size: 0.3rem;
    color: #fff;
    text-align: left;
    line-height: 0.3rem;
    font-family: pb;
    height: 0.3rem !important;
    font-weight: 600;
}

.bottom_bak1 ul {
    width: auto;
    /* display: flex; */
    /* flex-wrap: wrap; */
    align-content: space-between;
}

.bottom_bak1 ul li {
    color: #fff !important;
    font-family: p;
    text-align: left;
    line-height: 0.36rem;
    font-size: 0.18rem;
    opacity: 0.8;
}

.bak_bottom_ai {
    width: 100%;
    height: 2.77rem;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
}

.bak_bottom_aicenter {
    width: 16rem;
    height: 2.77rem;
    margin: 0 auto;
    border-top: 0.01rem solid #3a3a3c;
    position: relative;
}

.bak_bottom_logo {
    width: 2.07rem !important;
    height: 0.56rem !important;
    position: absolute;
    left: 0rem;
    top: 0.9rem;
}
.biaos .form input::placeholder{
    color:#aaa !important;
}
.biaos .form textarea::placeholder{
    color:#aaa !important;
}
.bottom_titls {
    width: 16rem;
    height: 2.77rem;
    margin: 0 auto;
    line-height: 2.77rem;
    font-size: 0.18rem;
    font-family: p;
    text-align: right;
    color: rgba(255,255,255,0.6);
}
.bottom_bakul {
    width: 15rem !important;
    height: 3.1rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.bottom_bak1 {
    width: 4.2rem !important;
    height: 2.8rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.bottom_bak1titles {
    font-size: 0.3rem;
    color: #fff;
    text-align: left;
    width: 100% !important;
    line-height: 0.3rem;
    font-family: pb;
    height: 0.3rem !important;
    font-weight: 600;
}
.cookiestitle:hover{
	background: #000033 !important;
	transition: 0.4s;
}
.cookiescenter {
    width: 16rem;
    height: auto;
    margin: 0 auto;
    margin-left: 1.8rem !important;
}
.cjs{
    display: none;
}
body {
    max-width: 19.2rem;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: 7.8rem !important;
    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;
}



.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 #ba1718 !important;
    position: relative;
}

li.active {
}

.bigBox ul li:hover {
    background-color: #ba1718 !important;
    color: #fff;
    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: #ba1718 !important;
    border: 0.01rem solid #f0b93c;
    color: #fff !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 !important;
}

.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: 15rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    margin: 0 auto;
    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.69rem;
    padding-bottom: 0.18rem;
}

.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: 7.75rem;
    margin: 0 auto;
    position: relative;
    background: #f5f5f5;
    padding-bottom: 0.7rem;
}

.one_machine_oncenter {
    width: 15rem;
    height: 10.75rem;
    /* overflow: hidden; */
    margin: 0 auto;
}

.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: 11.1rem;
    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: 8.15rem;
    background: #fff;
    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: 8.69rem;
    /* padding-bottom: 1.5rem !important; */
    margin: 0 auto;
    background: #fff;
    /* background-size: 100% 100%; */
}

.relatedcenter {
    width: 15rem;
    height: 8.69rem;
    margin: 0 auto;
}

.relatedcenter h2 {
    width: 15rem;
    height: auto;
    font-size: 0.46rem;
    font-family: pb;
    text-align: center;
    color: #000;
    line-height: 0.46rem;
    text-transform: uppercase;
    padding-top: 0.7rem;
    padding-bottom: 0.1rem;
}

.relatedbox {
    width: 16rem;
    height: 6.87rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* margin-top: 0.5rem; */
}

.relatedbox li {
    width: 3.6rem;
    height: 5.96rem;
    /* background: #f3f3f3; */
    transition: 0.4s;
    position: relative;
}

.relatedbox li img {
    width: 3.6rem;
    height: 5.12rem;
    margin: 0 auto;
    display: block;
    /* margin-top: 0.02rem; */
}

.relatedbox1 {
    width: 4.5rem;
    height: auto;
    color: #666 !important;
    line-height: 0.3rem;
    transition: 0.4s;
    font-size: 0.18rem;
    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.32rem;
    color: #000;
    font-family: pb;
    text-align: center;
    margin: 0 auto;
    padding-top: 0.36rem;
    width: 4.5rem;
    padding-bottom: 0.2rem;
    /* margin-top: 0.25rem; */
    text-align: left;
}

.project {
    width: 100%;
    height: 11.43rem;
    margin: 0 auto;
    background: url(../img/1155.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: 13.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: 0.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: 3.73rem;
    padding-top: 0.3rem;
}

.bigBox ul {
    width: 8.5rem;
    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 #ba1718;
    position: relative;
}

li.active {
}

.bigBox ul li:hover {
    background-color: #ba1718;
    color: #fff;
    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: #ba1718 !important;
    border: 0.01rem solid #f0b93c;
    color: #fff !important;
}

.daosanjiao {
    width: 0rem;
    height: 0.1rem;
    border-top: 0.15rem solid #ba1718;
    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%;
}

.bbbiaodancenter {
    width: 14rem;
    height: 8.14rem;
    margin: 0 auto;
}

.bbbiaodantitle {
    width: auto;
    font-size: 0.48rem;
    color: #000;
    font-weight: 600;
    font-family: pb;
    line-height: 0.48rem;
    padding-top: 1.3rem;
    padding-bottom: 0.2rem;
    text-align: left;
    text-indent: 4.52rem;
}

.bbbiaodantitle1 {
    width: auto;
    padding-left: 4.52rem;
    color: #666;
    font-size: 0.22rem;
    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: 16rem;
    height: 11.1rem;
    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-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_machineimg {
    width: 9.36rem;
    height: 6.72rem;
    position: absolute;
    left: 0rem;
    top: 2.12rem;
    overflow: hidden;
    z-index: 999;
}

.one_machineimg img {
    width: 100%;
    height: 100%;
    /* transform: scale(1.05); */
    transition: 0.4s;
}

.one_machineimg img:hover {
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}

.one_machine_oncenter {
    width: 15rem;
    height: 7.75rem;
    position: relative;
}

.one_machinebox {
    width: 10.1rem;
    height: 8.5rem;
    position: absolute;
    right: 0rem;
    overflow: hidden;
    top: 1.12rem;
    background: #fff;
}

.one_box_right {
    width: 6.8rem;
    height: 8.55rem;
    position: absolute;
    top: 0rem;
    right: 0rem;
}

.one_box_right h2 {
    width: 7.8rem;
    height: auto;
    font-size: 0.48rem;
    color: #000;
    font-family: pb;
    font-weight: 600;
    text-align: left;
    padding-top: 1.12rem;
    padding-bottom: 0.23rem;
    line-height: 0.48rem;
}

.one_boxrightone {
    width: 6.1rem;
    height: auto;
    font-size: 0.2rem !important;
    line-height: 0.36rem;
    text-align: left;
    color: #333;
    padding-right: 0.65rem;
    border-right: 0.05rem solid #0159a0;
    z-index: 999;
}

.one_box_right ul {
    width: 7.8rem;
    height: 1.15rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-top: 0.5rem;
}

.one_box_right ul li {
    width: 100%;
    height: auto;
    line-height: 0.22rem;
    font-size: 0.2rem;
    font-family: pb;
    font-weight: 600;
    color: #000;
}

.one_box_right ul li img {
    width: 0.19rem;
    height: 0.21rem;
    margin-top: 0.12rem;
    margin-right: 0.1rem;
}

.buttons11 {
    width: 5.72rem;
    height: 1.57rem;
    background: url(../img/quote.jpg) no-repeat;
    background-size: 100% 100%;
    /* margin: 0 auto; */
    margin-top: 0.3rem;
    /* margin-left: 1rem; */
}

.qie1014center h2 {
    width: 16rem;
    height: auto;
    line-height: 0.48rem;
    font-size: 0.48rem;
    text-align: center;
    font-family: pb;
    padding-top: 0.85rem;
    padding-bottom: 0.36rem;
}

.qititls {
    width: 14rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #666;
    text-align: center;
    font-family: p;
    margin: 0 auto;
}

.one_machine_box {
    width: 16rem;
    height: 10.5rem;
    margin: 0 auto;
    margin-top: 0.35rem;
}

.left_onemachine {
    width: 4.99rem;
    height: 6.83rem;
    float: left;
    overflow: hidden;
    position: relative;
}

.left_onemachine img {
    width: 4.99rem;
    height: 6.83rem;
    transition: 0.4s;
}

.gray img {
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}

.left_box {
    width: 4.99rem;
    height: 6.83rem;
    background: rgba(0, 0, 0, 0);
    top: 0rem;
    left: 0rem;
    position: absolute;
    cursor: pointer;
}

.left_box1 {
    width: 100%;
    height: 100%;
    background: url(../img/372.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0rem;
    left: 0rem;
    cursor: pointer;
}

.right_imgbox {
    width: 10.96rem;
    height: 6.83rem;
    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.31rem;
    height: 3.34rem;
    background: #f2f2f2;
    position: relative;
    cursor: pointer;
}

.left_rightimg1 {
    width: 100%;
    height: 0.67rem;
    background: rgba(20,92,149,0.8);
    background-size: 100% 100%;
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    line-height: 0.67rem;
    font-family: 'p';
}

.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.31rem;
    /* position: relative; */
    height: 3.34rem;
}

.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: #fff;
    border-radius: 0.58rem;
    font-size: 0.2rem;
    font-weight: 600;
    color: #f36118;
    text-align: center;
    line-height: 0.58rem;
    font-family: Poppinsb;
    text-indent: 0.15rem;
    margin-top: 0.3rem;
}

.right_button img {
    width: 0.17rem;
    height: 0.17rem;
    float: right;
    margin-top: 0.2rem;
    margin-right: 0.31rem;
}

.left_box1 h3 {
    font-size: 0.26rem;
    text-align: center;
    color: #fff;
    font-family: pb;
    font-weight: 600;
    position: absolute;
    top: 0.9rem;
    left: 1.78rem;
    width: 3rem;
}

.leftwh {
    width: 3rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #fff;
    font-family: p;
    position: absolute;
    left: 2.18rem;
    top: 1.8rem;
}

.left_box1 .right_button {
    position: absolute;
    left: 2.18rem;
    top: 2rem;
}

.qie1014 {
    width: 100%;
    height: 10.54rem;
    margin: 0 auto;
    background: url(../img/1055.jpg) no-repeat;
    background-size: 100% 100%;
}

.qie1014 .one_machine {
    width: 100%;
    text-align: center;
    line-height: 0.48rem;
    font-family: pb;
    font-size: 0.48rem;
    padding-top: 0.8rem;
    color: #fff !important;
    /* 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;
}

.qie1014center {
    width: 16rem;
    height: 10.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: #fff;
    font-family: p;
}

.qie1014center ul li h3 {
    font-size: 0.22rem;
    line-height: 0.3rem;
}

.qie1014center ul li {
    position: absolute;
    color: #fff !important;
    /* padding: 0.3rem 0.35rem; */
    /* background: rgba(210, 211, 213, 0.8); */
    /* border: 0.01rem dashed #000000; */
}

.qie1014center ul li:nth-of-type(1) {
    position: absolute;
    top: 3.2rem;
    left: 0.2rem;
}

.qie1014center ul li:nth-of-type(2) {
    position: absolute;
    top: 3.1rem;
    right: 0rem;
}

.qie1014center ul li:nth-of-type(3) {
    position: absolute;
    top: 6.5rem;
    left: 0rem;
}

.qie1014center ul li:nth-of-type(4) {
    position: absolute;
    top: 6.5rem;
    right: 0.1rem;
}

.qie1014center ul li:nth-of-type(5) {
    position: absolute;
    top: 8.15rem;
    left: 2.2rem;
}

.one_machine ul li h3 {
    font-family: pb;
    font-weight: 600;
    font-size: 0.24rem;
    color: #fff;
}

.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.42rem;
    text-align: left;
    width: 100%;
    color: #182830;
    line-height: 0.48rem;
    padding-top: 0.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;
    font-family: p;
}

.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.73rem;
    padding-top: 0.3rem;
}

.bigBox ul {
    width: 9.5rem;
    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 #f77b35 !important;
    position: relative;
    font-family: pb;
}

.bigBox ul li:hover {
    background-color: #f77b35 !important;
    color: #fff;
    cursor: pointer
}

.box {
    width: 15rem;
    height: 6.8rem;
    margin: 0.41rem auto;
    overflow: hidden;
    border-radius: 5px;
    padding-bottom: 0.3rem;
}

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

.active {
    background: #f77b35 !important;
    border: 0.01rem solid #ff5d14;
    color: #fff !important;
}

.daosanjiao {
    width: 0rem;
    height: 0.1rem;
    border-top: 0.15rem solid #f77b35;
    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;
}

.bix1 {
    width: 4.9rem;
    height: 6.77rem;
    border: 0.01rem solid #ff5d14;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.bix1 img {
    width: 4.9rem;
    height: 6.77rem;
    transition: 0.4s;
}

.bix1 img:hover {
    transform: scale(1.05);
    transition: 0.4s;
}

.aaabix {
    width: 9.95rem !important;
    height: 6.8rem !important;
}

#a1 .aaabix li {
    width: 4.9rem !important;
    height: 3.32rem !important;
}

#a1 .aaabix li img {
    width: 4.9rem !important;
    height: 3.32rem !important;
}

.relates_t1 {
    width: 100%;
    height: 9.2rem;
    margin: 0 auto;
    background: #fff;
}

.relates_t1center {
    width: 15rem;
    height: 7.2rem;
    margin: 0 auto;
}

.relates_t1center h2 {
    width: 7.8rem;
    height: auto;
    line-height: 0.48rem;
    font-size: 0.48rem;
    text-align: center;
    font-family: pb;
    padding-top: 0.65rem;
    padding-bottom: 0.3rem;
}

.relates_box {
    width: 16rem;
    height: 9rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.relates_box1 {
    width: 16rem;
    height: 4.05rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.relates_box11 {
    width: 1.91rem;
    height: 4.05rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.rela_huan {
    width: 1.91rem;
    height: 1.98rem;
    overflow: hidden;
}

.relates_box img {
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.relates_box img:hover {
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}

.relates_box12 {
    width: 3.93rem;
    height: 4.05rem;
    overflow: hidden;
}

.relates_box13 {
    width: 3.94rem;
    height: 4.05rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    overflow: hidden;
}

.rela_huan1 {
    width: 1.91rem;
    height: 1.98rem;
    overflow: hidden;
}

.rela_huan1 img:hover {
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}

.relates_box14 {
    width: 3.93rem;
    height: 4.05rem;
    overflow: hidden;
}

.relates_box2 {
    width: 16rem;
    height: 4.85rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.relates_box22 {
    width: 5.84rem;
    height: 4.85rem;
    overflow: hidden;
}

.relates_box2 img {
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.relates_box2 img:hover {
    transform: scale(1.05);
    transition: 0.4s;
}

.relates_box221 {
    width: 10.1rem;
    height: 4.85rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}

.relatess_1 {
    width: 4.98rem;
    height: 2.36rem;
    overflow: hidden;
}

.relates_titles {
    width: 15rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #000;
    margin: 0 auto;
    padding-bottom: 0.75rem;
    text-align: center;
}

.relate_ccm {
    width: 15rem;
    height: 6.47rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.relate_ccm1 {
    width: 6.63rem;
    height: 5.17rem;
    position: relative;
    background: #fff;
    /* box-shadow: 0px 0px 6px #ccc; */
}

.relate_img {
    width: 7.22rem;
    height: 5.89rem;
    overflow: hidden;
    margin-top: 2.15rem;
}

.relate_img img {
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.relate_img img:hover {
    /* transform: scale(1.05); */
    /* transition: 0.4s; */
    cursor: pointer;
}

.relate_bottomtt {
    width: 7.37rem;
    height: 1.35rem;
    font-size: 0.3rem;
    line-height: 1.35rem;
    text-align: left;
    text-indent: 0.57rem;
    font-family: pb;
    color: #333;
    position: relative;
}

.relate_button {
    width: 2.13rem;
    height: 0.71rem;
    background: linear-gradient(45deg, #f9bc3f, #f5a601);
    line-height: 0.71rem;
    color: #fff;
    font-size: 0.24rem;
    font-family: 'pb';
    text-align: center;
    text-indent: 0rem;
    right: 0rem;
    position: absolute;
    top: 0.32rem;
    border-top-left-radius: 0.71rem;
    border-bottom-left-radius: 0.71rem;
}

.one_machine_once:nth-of-type(1) {
    height: 9.75rem !important;
}

.one_machinebox2 .one_box_right {
    width: 7.8rem;
    height: 8.55rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
}

.one_machinebox2 .one_box_right h2 {
    width: 7.8rem;
    height: auto;
    font-size: 0.48rem;
    color: #000;
    font-family: pb;
    font-weight: 600;
    padding-left: 0.5rem;
    text-align: left;
    padding-top: 0.52rem;
    padding-bottom: 0.3rem;
    line-height: 0.48rem;
}

.one_machinebox2 .one_boxrightone {
    width: 6.1rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    text-align: left;
    color: #333;
    padding-left: 0.55rem;
    border-right: none;
    border-left: 0.03rem solid #0159a0;
    z-index: 999;
}

.one_machinebox2 .one_box_right ul li {
    width: 100%;
    height: auto;
    line-height: 0.22rem;
    font-size: 0.2rem;
    font-family: pb;
    font-weight: 600;
    color: #000;
    text-indent: 0.3rem;
}

.one_machinebox2 .buttons11 {
    width: 3.34rem;
    height: 0.71rem;
    background: url(../img/quote.jpg) no-repeat;
    background-size: 100% 100%;
    /* margin: 0 auto; */
    margin-top: 0.3rem;
    margin-left: 1rem;
}

.machines_img {
    width: 5.59rem;
    height: 1.48rem;
    display: block;
    margin-top: 0.3rem;
    display: none;
}

.one_machinebox2 .machines_img {
    width: 5.59rem;
    height: 1.48rem;
    display: block;
    margin-top: 0.3rem;
    margin-left: 0.55rem;
}

.one_machine_once1 {
    margin-top: -1rem;
}

.relst {
    width: 4.5rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.32rem;
    text-align: left;
    color: #666;
    font-family: p;
}

.greentops {
    width: 2.19rem;
    height: 0.63rem;
    /* border-radius: 0.63rem; */
    text-align: left;
    line-height: 0.32rem;
    font-size: 0.2rem;
    font-family: pb;
    color: #cb0816;
    position: absolute;
    background: url(../img/jiantous.png) no-repeat;
    background-size: 100% 100%;
    left: 0.75rem;
    top: 2.45rem;
}

.blues {
    width: 100%;
    height: 7.65rem;
    background: #fff;
}

.bluescenter {
    width: 15rem;
    height: 7.65rem;
    margin: 0 auto;
    position: relative;
}

.bluescenter H2 {
    width: 16rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.48rem;
    font-family: pb;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
}

.bluescenter ul {
    width: 16rem;
    height: 8.25rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    margin: 0 auto;
}

.bluescenter ul li {
    width: 7.8rem;
    height: 3.9rem;
    background: #fff;
    position: relative;
}

.bluescenter ul li:nth-of-type(1) {
    background: url(../img/f1.jpg) no-repeat;
    background-size: 100% 100%;
}

.bluescenter ul li:nth-of-type(2) {
    background: url(../img/f2.jpg) no-repeat;
    background-size: 100% 100%;
}

.bluescenter ul li:nth-of-type(3) {
    background: url(../img/f3.jpg) no-repeat;
    background-size: 100% 100%;
}

.bluescenter ul li:nth-of-type(4) {
    background: url(../img/f4.jpg) no-repeat;
    background-size: 100% 100%;
}

.bluescenter ul li:nth-of-type(odd) .xian_box {
    width: 2.9rem;
    height: auto;
    position: absolute;
    right: 0.5rem;
    top: 0.44rem;
}

.bluescenter ul li:nth-of-type(odd) .xian_box h3 {
    font-size: 0.26rem;
    color: #000;
    font-family: pb;
    font-weight: 600;
    text-align: left;
}

.bluescenter ul li:nth-of-type(odd) .oranges {
    width: 0.7rem;
    height: 0.04rem;
    background: #ff5d14;
}

.bluescenter ul li:nth-of-type(odd) .xian_titles {
    width: 2.9rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: left;
    color: #666;
    margin-top: 0.22rem;
}

.bluescenter ul li:nth-of-type(even) .xian_box {
    width: 2.9rem;
    height: auto;
    position: absolute;
    left: 0.5rem;
    top: 0.44rem;
}

.bluescenter ul li:nth-of-type(even) .xian_box h3 {
    font-size: 0.26rem;
    color: #000;
    font-family: pb;
    font-weight: 600;
    text-align: left;
}

.bluescenter ul li:nth-of-type(even) .oranges {
    width: 0.7rem;
    height: 0.04rem;
    background: #ff5d14;
}

.bluescenter ul li:nth-of-type(even) .xian_titles {
    width: 2.9rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: left;
    color: #666;
    margin-top: 0.22rem;
}

.btt {
    width: 4.1rem;
    height: 0.85rem;
    background: url(../img/btt.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 6rem;
    bottom: -0.425rem;
}

.range {
    width: 100%;
    height: 10rem;
    margin: 0 auto;
    background: #fff;
}

.rangecenter {
    width: 16rem;
    height: 10rem;
    margin: 0 auto;
}

.rangecenter h2 {
    width: 15rem;
    height: auto;
    font-size: 0.46rem;
    font-family: pb;
    text-align: center;
    color: #000;
    line-height: normal;
    padding-top: 0.8rem;
    padding-bottom: 0.1rem;
}

.ares_ttm {
    width: 16rem;
    height: 6.12rem;
    margin: 0 auto;
    background: url(../img/612.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-top: 0.5rem;
}

.ares_ttm ul {
    width: 16rem;
    height: 0.6rem;
    position: absolute;
    left: 0rem;
    bottom: 0.05rem;
    display: flex;
    justify-content: space-between;
}

.ares_ttm ul li {
    font-size: 0.22rem;
    color: #fff;
    width: 3.15rem;
    line-height: 0.6rem;
    text-align: center;
    font-family: p;
}

.relate_boxyellow {
    width: 1.31rem;
    height: 0.08rem;
    background: #cc0000;
    margin-top: 2.09rem;
}

.relate_ccm1 h2 {
    font-size: 0.48rem;
    font-family: pb;
    font-weight: 600;
    color: #000;
    text-align: left;
    line-height: 0.48rem;
    text-transform: uppercase;
}

.one_boxright_two {
    width: 100%;
    height: auto;
    font-size: 0.2rem;
    color: #666;
    line-height: 0.36rem;
    font-family: p;
    text-align: left;
}

.one_boxrightbutton {
    width: 3.15rem;
    height: 0.69rem;
    background: url(../img/button.jpg) no-repeat;
    background-size: 100% 100%;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    text-indent: -0.4rem;
    line-height: 0.69rem;
    font-family: pb;
    margin-top: 0.6rem;
}

.one_machine_oncecenter {
    width: 15rem;
    height: 17.75rem;
    margin: 0 auto;
}

.one_machine_oncecenter h2 {
    width: 15rem;
    height: auto;
    font-size: 0.42rem;
    text-align: center;
    line-height: 0.42rem;
    font-weight: 600;
    font-family: 'pb';
    color: #000;
    margin: 0 auto;
    /* text-transform: uppercase; */
    padding-top: 0.73rem;
    padding-bottom: 0.23rem;
}
.onex_s h2{
    font-weight:400;
    font-family:"p" !important;
}

.one_machine_oncetitle {
    font-size: 0.18rem;
    line-height: 0.3rem;
    text-align: center;
    color: #666;
    font-family: p;
    margin-bottom: 0.65rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.one_machine_oncecenter ul {
    width: 15rem;
    height: 5.05rem;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.one_machine_oncecenter ul li {
    width: 3.65rem;
    height: 2.45rem;
    background: #fff;
    position: relative;
    box-shadow: 0px 0p;
}

.one_machineullistimg {
    width: 3.65rem;
    height: 2.45rem;
    overflow: hidden;
    position: relative;
}

.one_machineullistimg img {
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.one_machineullistimg img:hover {
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}

.one_machine_oncecenter ul li h3 {
    font-size: 0.26rem;
    color: #000;
    font-family: pb;
    font-weight: 600;
    padding-top: 0.46rem;
    padding-left: 0.42rem;
}

.one_machine_list_titles {
    width: 4.6rem;
    height: auto;
    font-size: 0.2rem;
    font-family: p;
    text-align: left;
    color: #666;
    font-weight: 400;
    text-align: left;
    line-height: 0.36rem;
    margin-left: 0.42rem;
}

.quotes {
    width: 1.27rem;
    height: 1.27rem;
    background: url(../img/quote.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.3rem;
    bottom: 0.2rem;
}

.process {
    width: 100%;
    height: 10.37rem;
    background: url(../img/1037.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.feat {
    width: 100%;
    height: 10.13rem;
    background: url(../img/1013.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.featcenter {
    width: 15rem;
    height: 10.13rem;
    margin: 0 auto;
    position: relative;
}

.featcenter h2 {
    width: 100%;
    height: 2.05rem;
    line-height: 2.05rem;
    font-family: pb;
    font-weight: 600;
    font-size: 0.48rem;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.featcenter ul li:nth-of-type(1) {
    position: absolute;
    left: 0.1rem;
    top: 1.9rem;
}

.featcenter ul li h3 {
    font-size: 0.22rem;
    color: #cc0001;
    text-align: left;
    font-family: pb;
    text-transform: uppercase;
}

.feat_tts {
    width: 3.8rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: left;
    font-family: p;
    color: #666;
    margin-top: 0.15rem;
}

.featcenter ul li:nth-of-type(2) {
    position: absolute;
    left: 10.7rem;
    top: 2.05rem;
}

.featcenter ul li:nth-of-type(3) {
    position: absolute;
    left: 0rem;
    top: 5.95rem;
}

.featcenter ul li:nth-of-type(4) {
    position: absolute;
    left: 10.9rem;
    top: 5.85rem;
}

.anniu {
    position: absolute;
    font-size: 0.26rem;
    color: #fff;
    font-family: pb;
    font-weight: 600;
    width: 3.72rem;
    height: 0.7rem;
    background: url(../img/anniu.png) no-repeat;
    background-size: 100% 100%;
    bottom: 1rem;
    left: 5.5rem;
    line-height: 0.7rem;
    text-indent: 0.5rem;
}

.blue_boxs_one {
    width: 15rem;
    height: 4.97rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.blue_boximg1 {
    width: 3.76rem;
    height: 4.97rem;
    overflow: hidden;
}

.blue_boximg1 img {
    transition: 0.4s;
    width: 100%;
    height: 100%;
}

.blue_boximg1 img:hover {
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}

.blue_boximg2 {
    width: 3.63rem;
    height: 4.97rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.blue_boximg22 {
    width: 3.63rem;
    height: 2.43rem;
    overflow: hidden;
}

.blue_boximg22 img {
    transition: 0.4s;
    width: 100% !important;
    height: 100% !important;
}

.blue_boximg22 img:hover {
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}

.blue_boximg11 {
    width: 3.81rem;
    height: 4.97rem;
    overflow: hidden;
}

.blue_boximg11 img {
    transition: 0.4s;
    width: 100%;
    height: 100%;
}

.blue_boximg11 img:hover {
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}

.blue_boxs2 {
    width: 18.66rem;
    height: 2.61rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 0.12rem;
}

.blue_boxs22 {
    width: 4.56rem;
    height: 2.61rem;
    overflow: hidden;
}

.blue_boxs22 img {
    transition: 0.4s;
    width: 100%;
    height: 100%;
}

.blue_boxs22 img:hover {
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}

.mains {
    width: 100%;
    height: 7.83rem;
    background: #f0edf8;
    margin: 0 auto;
}

.mainscenter {
    width: 15rem;
    height: 7rem;
    margin: 0 auto;
}

.mainscenter h2 {
    width: 15rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.48rem;
    color: #000;
    font-family: pb;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    text-transform: uppercase;
}

.mainscenter ul {
    width: 15rem;
    height: 4.25rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.mainscenter ul li {
    /* border: 0.01rem solid transparent; */
    width: 3.62rem;
    height: 4.38rem;
    /* background: #fff; */
    /* box-shadow: 0px 0px 6px #ccc; */
    border-radius: 0.3rem;
    position: relative;
    overflow: hidden;
}

.eeone {
    width: 3.62rem;
    height: 4.38rem;
    transition: 0.4s;
}

.mainstitles {
    width: 2.83rem;
    height: auto;
    font-size: 0.21rem;
    color: #000;
    font-family: pb;
    font-weight: 600;
    text-align: left;
    padding-left: 0.3rem;
    position: absolute;
    bottom: 0.3rem;
    left: 0rem;
}

.quo {
    width: 0.9rem;
    height: 0.9rem;
    background: url(../img/quo.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0.3rem;
    right: 0.3rem;
}

.about_ust {
    width: 100%;
    height: 6.65rem;
    margin: 0 auto;
    background: url(../img/665.jpg) no-repeat;
    background-size: 100% 100%;
}

.about_ustcenter {
    width: 15rem;
    height: 6.65rem;
    margin: 0 auto;
    position: relative;
}

.ust_right {
    width: 7.4rem;
    height: 6.65rem;
    position: absolute;
    right: 0rem;
    top: 0rem;
}

.ust_right h2 {
    width: 7.4rem;
    text-align: left;
    font-size: 0.48rem;
    color: #fff;
    font-family: pb;
    font-weight: 600;
    line-height: 0.48rem;
    padding-top: 1.18rem;
    padding-bottom: 0.4rem;
    text-transform: uppercase;
}

.ust_righttitle {
    font-size: 0.2rem;
    line-height: 0.36rem;
    text-align: left;
    color: #fff;
    font-family: p;
    width: 7.4rem;
}

.ust_rightbutton {
    width: 3.51rem;
    height: 0.85rem;
    background: url(../img/quotes.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0.3rem;
    color: #fff;
    font-size: 0.26rem;
    font-family: 'pb';
    line-height: 1.05rem;
    text-align: center;
    text-indent: -0.5rem;
}

.btimg {
    width: 100%;
    height: 8.38rem;
    background: #fff;
    margin: 0 auto;
}

.btimgcenter {
    width: 15rem;
    margin: 0 auto;
    background: url(../img/693.jpg) no-repeat;
    background-size: 100% 100%;
    height: 6.93rem;
    margin-top: 0.5rem;
}

.relate_img video {
    width: 7.73rem;
    height: 5.17rem;
    overflow: hidden;
}

.greentops_top {
    width: 2.8rem;
    height: auto;
    position: absolute;
    left: 0.5rem;
    top: 3.3rem;
    font-size: 0.18rem;
    line-height: 0.32rem;
}

.process {
    width: 100%;
    height: 7.5rem;
    margin: 0 auto;
    background: #e8eff7;
    background-size: 100% 100%;
}

.processcenter {
    width: 15rem;
    height: 7.16rem;
    margin: 0 auto;
}

.processcenter h2 {
    width: 15rem;
    height: auto;
    font-size: 0.48rem;
    font-family: pb;
    text-align: center;
    color: #000;
    line-height: 0.48rem;
    padding-top: 1rem;
    padding-bottom: 0.25rem;
   
}

.process_titles {
    width: 15rem;
    height: auto;
    text-align: center;
    font-family: p;
    font-weight: 400;
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #666;
    display: none;
}

.processcenter ul {
    width: 15rem;
    height: 4.3rem;
    margin: 0 auto;
    display: flex;
    margin-top: 0.4rem;
    justify-content: space-between;
}

.processcenter ul li {
    width: 4.82rem;
    height: 4.3rem;
    background: #1b5eaf;
    /* border-radius: 0.3rem; */
    position: relative;
    overflow: hidden;
    border: 0.01rem solid #1b5eaf;
}

.processcenter ul li img {
    width: 4.82rem;
    height: 3.58rem;
    position: absolute;
    left: 0rem;
    top: 0rem;
}

.processcenter ul li h3 {
    width: 4.82rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0.2rem;
    left: 0rem;
}

.red_box {
    width: 100%;
    height: 7.68rem;
    background: #cc0000;
}

.red_boxcenter {
    width: 15rem;
    height: 7.68rem;
    margin: 0 auto;
}

.red_boxcenter H2 {
    width: auto;
    line-height: 1.92rem;
    color: #fff;
    text-align: center;
    font-family: pb;
    font-size: 0.48rem;
}

.red_boxcenter ul {
    width: 15rem;
    height: 4.56rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.red_boxcenter ul li {
    width: 2.3rem;
    height: 4.56rem;
    position: relative;
    overflow: hidden;
}

.red_boxcenter ul li img {
    width: 100%;
    height: 100%;
}

.red_img {
    width: 0.68rem;
    height: 0.68rem;
    position: absolute;
    bottom: 0.5rem;
    background: url(../img/ddts1.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    left: 0.8rem;
    bottom: 0.85rem;
}

.red_boxcenter h3 {
    width: 2.3rem;
    height: auto;
    position: absolute;
    bottom: 0.45rem;
    left: 0rem;
    text-align: center;
    font-size: 0.22rem;
}

.blue_boximg2 .blue_boximg22 :nth-of-type(1) {
    width: 3.63rem;
    height: 1.61rem;
}

.blue_boximg222 {
    width: 3.63rem;
    height: 3.28rem;
}

.blue_boximg2222 {
    width: 3.63rem;
    height: 1.61rem;
}

.rela_bos {
    width: 15rem;
    height: 1.96rem;
    position: absolute;
    top: 7rem;
    z-index: 999999;
    background: #e51620;
}

.fourcenter ul li span {
    font-weight: 600;
}

.rela_bos ul li img {
    width: 0.92rem;
    height: 0.96rem;
    display: table;
    margin: 0 auto;
    margin-bottom: 0.2rem;
    margin-top: 0.1rem;
}

.rela_bos ul li h3 {
    font-size: 0.22rem;
    line-height: 0.36rem;
    padding-top: 0.1rem;
    text-align: center;
    font-weight: 600;
    font-family: pb;
    color: #000;
}

.strrighttr {
    font-size: 0.2rem;
    line-height: 0.2rem;
    font-family: 'pb';
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.rela_bos ul {
    width: 15rem;
    height: 1.96rem;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 0.24rem;
}

.onex_s {
    width: 100%;
    height: 0.45rem;
    background: #1a5eaf;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    text-align: center;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
}
.onex_s h2 {
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.45rem;
    width: 100%;
    text-align: center;
    /* text-indent: 0.5rem; */
    padding: 0rem !important;
}

.onex_button {
    width: 1.51rem;
    height: 0.5rem;
    background: #ffe900;
    color: #ea1b23;
    text-align: center;
    line-height: 0.5rem;
    position: absolute;
    font-size: 0.18rem;
    right: 0.3rem;
    bottom: 0.155rem;
    font-family: 'pb';
    border-radius: 0.5rem;
}

.detail1208 {
    width: 100%;
    height: 8.4rem;
    background: url(../img/840.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    margin: 0 auto;
}

.detail1208center {
    width: 15rem;
    height: 12.08rem;
    margin: 0 auto;
    position: relative;
}

.detail1208center h2 {
    width: 100%;
    height: auto;
    line-height: 0.42rem;
    font-size: 0.42rem;
    text-align: center;
    color: #000;
    font-family: pb;
    font-weight: 600;
    padding-top: 0.6rem;
}

.detts {
    width: 4rem;
    height: auto;
    font-size: 0.18rem;
    line-height: 0.3rem;
    text-align: left;
}

.detail1208center ul li {
    width: 4.2rem;
    height: auto;
    text-align: left;
}

.detail1208center ul li h4 {
    font-size: 0.22rem;
    line-height: 0.5rem;
    font-family: pb;
    text-align: left;
}

.detail1208center ul li:nth-of-type(1) {
    position: absolute;
    left: 1.7rem;
    top: 3rem;
}

.detail1208center ul li:nth-of-type(2) {
    position: absolute;
    right: 1.2rem;
    top: 3rem;
}

.detail1208center ul li:nth-of-type(3) {
    position: absolute;
    left: 0.3rem;
    top: 5.5rem;
}

.detail1208center ul li:nth-of-type(4) {
    position: absolute;
    right: 0.2rem;
    top: 5.7rem;
}

.detail1208center ul li:nth-of-type(5) {
    position: absolute;
    right: 9.7rem;
    top: 9.2rem;
}

.detail1208center ul li:nth-of-type(6) {
    position: absolute;
    right: 0.7rem;
    top: 9rem;
}

.users1 {
    width: 100%;
    height: 10.3rem;
    background: #f3f7fb;
    /* background-size: 100% 100%; */
    margin: 0 auto;
}

.users1center {
    width: 15rem;
    height: 10.3rem;
    margin: 0 auto;
}

.users1center h2 {
    width: 15rem;
    height: auto;
    font-size: 0.42rem;
    text-align: center;
    line-height: 0.48rem;
    color: #000;
    font-family: pb;
    padding-top: 0.93rem;
    padding-bottom: 0.25rem;
}

.userstitles {
    width: 11rem;
    height: auto;
    font-size: 0.2rem;
    font-family: p;
    text-align: center;
    color: #000;
    line-height: 0.36rem;
    margin: 0 auto;
}

.feed {
    width: 100%;
    height: 11.55rem;
    margin: 0 auto;
    background: url(../img/1155.jpg) no-repeat;
    background-size: 100% 100%;
}

.feedcenter {
    width: 100%;
    height: 11.55rem;
    margin: 0 auto;
    position: url(../img/1155.jpg) no-repeat;
    background-size: 100% 100%;
}

.feedcenter h2 {
    width: 15rem;
    height: auto;
    font-size: 0.48rem;
    color: #000;
    text-align: center;
    line-height: 0.48rem;
    font-family: pb;
    padding-top: 0.87rem;
    padding-bottom: 0.19rem;
    margin: 0 auto;
}

.feedcentertitle {
    width: 9rem;
    height: auto;
    font-size: 0.22rem;
    font-family: p;
    font-weight: 400;
    color: #333333;
    line-height: 0.3rem;
    margin: 0 auto;
    text-align: center;
}

.feedcenter img {
    width: 100%;
    height: 7.98rem;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 0rem;
    display: none;
    left: 0rem;
}

.inquiry {
    width: 100%;
    height: 8.49rem;
    background: url(../img/849.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.inquirycenter {
    width: 16rem;
    height: 8.49rem;
    margin: 0 auto;
    position: relative;
}

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

.inquirycenter ul li:nth-of-type(1) {
    font-size: 0.22rem;
    color: #fff;
    font-family: p;
    position: absolute;
    top: 3.86rem;
    left: 1.55rem;
    display: none;
}

.inquirycenter ul li:nth-of-type(2) {
    font-size: 0.22rem;
    color: #fff;
    font-family: p;
    position: absolute;
    top: 4.85rem;
    display: none;
    left: 1.46rem;
}

.inquirycenter ul li:nth-of-type(3) {
    font-size: 0.22rem;
    color: #fff;
    font-family: p;
    position: absolute;
    top: 5.85rem;
    left: 1.36rem;
    animation-fill-mode: backwards;
}

.inquiryright {
    width: 9.08rem;
    height: 6.17rem;
    float: left;
    /* box-shadow: 0px 0px 6px #f4f4f4; */
    margin-top: 0.79rem;
    margin-left: 5.3rem;
}

.inquiryright h3 {
    /* font-size: 0.42rem; */
    font-family: pb;
    /* font-weight: 600; */
    color: #000;
    /* width: 100%; */
    0%; */ text-align: left;
    /* line-height: 0.42rem; */
    padding-top: 0.37rem;
    padding-bottom: 0.1rem;
}

#form2 {
    padding-bottom: 0.8rem;
    border-radius: 10px;
    margin-top: -0.3rem;
    MARGIN-LEFT: 0REM;
}

.five1 {
    width: 9.08rem;
    height: 2.55rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* float: left; */
    justify-content: space-between;
    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.52rem;
    float: left;
    border: 1px solid #ccc;
    padding-left: 0.35rem;
    background: #fafafa;
    font-size: 0.2rem;
}

.five3 {
    width: 100%;
    margin: 0 auto;
    height: 1.85rem;
    margin-top: 0.15rem;
}

.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: 0.65rem;
    background: linear-gradient(to bottom, #ffa720, #ff7113);
    box-shadow: 0.05rem 0.1rem 1px #fdedc9;
}

.five3 textarea {
    width: 8.74rem;
    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.12rem !important;
}

.details_box {
    width: 7.75rem;
    height: 5.67rem;
    position: absolute;
    right: 0rem;
    top: 1.3rem;
}
.details_titles{
    width: 6.2rem;
    height: auto;
    font-size: 0.18rem;
    line-height: 0.36rem;
    font-family: p;
    text-align: left;
    color: #666;
    margin: 0 auto;
    margin-top: 0.2rem;
}
.details_button{
    width: 3.02rem;
    height: 0.65rem;
    background: url(../img/quote1.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-top: 0.6rem;
    margin-left: 0.75rem;
}
.details_tel{
    font-size: 0.22rem;
    float: right;
    margin-top: 0.6rem;
    margin-right: 1.1rem;
    font-weight: 600;
    font-family: 'pb';
}
.users1center ul{
    width: 15rem;
    height: 7.43rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.users1center ul li{
    width: 4.86rem;
    height: 7.43rem;
    background: #fff;
}
.users1center ul li .imgbox{
    width: 4.86rem;
    height: 3.87rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.users1center ul li .imgbox .imgs{
    width: 4.86rem;
    height: 3.87rem;
    display: block;
    transition: 0.4s;
}
.users1center ul li .imgbox .imgs:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
.users1center ul li .imgbox .imgs1{
    width: 1.44rem;
    height: 1.44rem;
    position:  absolute;
    left: 0rem;
    top: 0rem;
    z-index: 9999;
}
.ttms{
    width: 4.5rem;
    height:auto;
    margin: 0 auto;
    font-size: 0.18rem;
    text-align: left;
    margin-top: 0.2rem;
    color: #666;
    line-height: 0.35rem;
}
.ttms img{
    width: 0.17rem;
    height: 0.17rem;
    float: left;
    margin-top: 0.08rem;
    margin-right: 0.1rem;
}
.user_button{
    width: 3.05rem;
    height: 0.65rem;
    background: url(../img/quote1.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.1rem;
}
.disp{
    width: 100%;
    height: 7.3rem;
    margin:  0 auto;
}
.dispcenter{
    width: 15rem;
    height: 7.3rem;
    margin: 0 auto;
}
.dispcenter ul{
    width: 15rem;
    height: 4.65rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.dispcenter ul li{
    width: 3.65rem;
    height: 4.65rem;
    
}
.dispcenter h2{
    width: 15rem;
    height: auto;
    font-size: 0.42rem;
    text-align: center;
    line-height: 0.48rem;
    color: #000;
    font-family: pb;
    padding-top: 0.93rem;
    padding-bottom: 0.25rem;
}
.dispcenter ul{
    width: 15rem;
    height: 4.6rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.dispcenter ul li{
    width: 3.65rem;
    height: 4.6rem;
    position: relative;
    box-shadow: 0px 0px 6px #ccc;
}
.dispcenter ul li img{
    width: 3.65rem;
    height: auto;
    display: block;
}
.dispcenter ul li h3{
    font-size: 0.2rem;
    text-align: center;
    color: #000;
    font-family: p;
    font-weight: 400;
    margin: 0 auto;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    width: 3.65rem;
    height: 0.8rem;
    line-height: 0.8rem;
}
.qie1077{
    width: 100%;
    height: 10.77rem;
    margin: 0 auto;
    background: url(../img/1077.jpg) no-repeat;
    background-size: 100% 100%;
}
.qie1077center{
    width: 16rem;
    height: 10.77rem;
    margin: 0 auto;
    position: relative;
}
.qie1077center h2{
    width: 15rem;
    height: auto;
    font-size: 0.42rem;
    color: #fff;
    font-family: pb;
    text-align: left;
    position: absolute;
    left: 0rem;
   
    top: 1.11rem;
}
.qie_quote{
    width: 3.02rem;
    height: 0.65rem;
    background: url(../img/quote2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0rem;
    top: 1.2rem;
}
.qielist{
    width: 15rem;
    height: 6.25rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* margin-top: 2.9rem; */
    /* margin-left: 1.3rem; */
}
.qielist ul{
    width: 15rem;
    height: 6.25rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.qielist ul li{
    width: 4.7rem;
    height: 6.25rem;
    border: 0.01rem solid #ccc;
    position: relative;
    /* display: none; */
}
.qie1077center .swiper{
    position: absolute;
    top: 3.1rem;
    left: 1.2rem;
    width: 15rem;
    height: 7.4rem;
}
.qielist_img{
    width: 4.7rem;
    height: 2.9rem;
    overflow: hidden;
    position: absolute;
    top: 0rem;
    left: 0rem;
}
.qielist_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0rem;
    top: 0rem;
    transition: 0.4s;
}
.qielist_img img:hover{
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}
.qielist_jiao{
    width: 0.9rem;
    height: 0.9rem;
    background: url(../img/cheng.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0rem;
    top: 0rem;
    z-index: 99999;
}
.qielist_titlts{
    width: 4rem;
    height: auto;
    line-height: 0.53rem;
    position: absolute;
    top: 3.4rem;
    margin-left: 0.35rem;
    font-size: 0.44rem;
    color: #fe8d2d;
    font-weight: 600;
    font-family: PB;
}
.qielist_titlts img{
    width: 0.66rem;
    height: 0.53rem;
    float: left;
    margin-right: 0.15rem;
}
.qielist ul li h3{
    font-size: 0.22rem;
    line-height: 0.36rem;
    text-indent: 0.35rem;
    position: absolute;
    top: 4.1rem;
    font-weight: 600;
    font-family: 'pb';
}
.qielist_xiang{
    width: 4rem;
    height: auto;
    text-align: left;
    font-size: 0.2rem;
    line-height: 0.3rem;
    font-family: p;
    color: #666;
    position: absolute;
    left: 0.35rem;
    top: 4.55rem;
}
.swiper-button-next img{
    width: 2.24rem !important;
    height: 0.58rem !important;
    margin-right: 11rem;
    margin-top: 6.5rem;
}
.swiper-button-prev img{
    width: 2.24rem !important;
    height: 0.58rem !important;
    margin-top: 6.5rem;
    margin-left: 9rem;
}
.profiles{
    width: 100%;
    height: 7.14rem;
    background: url(../img/714.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.profilescenter{
    width: 16rem;
    height: 7.14rem;
    margin: 0 auto;
}
.profilescenter h2{
    width: 16rem;
    height: auto;
    font-size: 0.42rem;
    font-family: pb;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-top: 0.8rem;
    line-height: 0.48rem;
    padding-bottom: 0.14rem;
}
.profilesbox{
    width: 16rem;
    height: 4.12rem;
    margin: 0 auto;
    margin-top: 0.6rem;
}
.profilesbox1{
    width: 7.47rem;
    height: 4.12rem;
    float: left;
    overflow: hidden;
    border: 0.01rem solid #ff7332;
}
.profilesbox1 img{
    width: 7.47rem;
    height: 4.12rem;
    transition: 0.4s;
}
.profilesbox1 img:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
.profilesbox2{
    width: 7.9rem;
    height: 4.12rem;
    float: right;
}
.profilesbox2titles{
    width: auto;
    height: auto;
    font-size: 0.18rem;
    line-height: 0.36rem;
    text-align: left;
    color: #fff;
    font-family: p;
    font-weight: 400;
    margin-top: 0.42rem;
}
.probutton{
    width: 2.65rem;
    height: 0.66rem;
    font-size: 0.24rem;
    font-weight: 600;
    color: #fff;
    background: #ff7332;
    border-radius: 0.66rem;
    text-align: center;
    line-height: 0.66rem;
    margin-top: 0.5rem;
}
.profiles_three{
    width: 100%;
    height: 4rem;
    background: #fff;
    margin: 0 auto;
}
.profiles_threecenter{
    width: 16rem;
    height: 4rem;
    margin: 0 auto;
    position: relative;
}
.profiles_threecenter1{
    width: 16rem;
    height: 4rem;
    position: absolute;
    left: 0rem;
    top: -0.3rem;
    display: flex;
    justify-content: space-around;
}
.pc_headercenter_button {
    width: 1.74rem;
    height: 0.4rem;
    background: #cb0816;
    border-radius: 0.4rem;
    float: right;
    font-size: 0.18rem;
    color: #fff;
    font-weight: 600;
    border: none;
    font-family: pb;
    line-height: 0.4rem;
    margin-top: 0rem;
}

.pc_headercenter_button img {
    width: 0.24rem;
    height: 0.24rem;
    float: right;
    margin-top: 0.068rem;
    margin-right: 0.1rem;
}
.profiles_boximg{
    width: 5rem;
    height: 3.27rem;
    overflow: hidden;
    border: 0.01rem solid #ff7332;
    margin-top: 0.2rem;
}
.profiles_boximg img{
    width: 5rem;
    height: 3.27rem;
    transition: 0.4s;
}
.profiles_boximg img:hover{
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}
.images_title {
    font-size: 0.18rem;
    color: #666;
    font-family: p;
    width: 16rem;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
.pros {
    width: 16rem;
    height: 4rem;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    position: relative;
    top: -0.4rem;
    background: #fff;
}