ul,li{
    list-style-type: none;
}
body {
    margin: 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
}
h2{
    font-size: .4rem;
    color: #333333;
}
.headerImg{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 8rem;
}
.headerImg img{
    position: absolute;
    top: 0;
    left: 0;
}
.headerImg_Btn{
    background: url("../img/icon.png") no-repeat left  rgba(255, 255, 255, 0.5);
    background-size: .4rem;
    font-size: .22rem;
    color: #333333;
    border: 1px solid #333333;
    border-radius: .2rem;
    width: 2.5rem;
    text-indent: .5rem;
    padding: .05rem 0 .05rem .05rem;
    position: absolute;
    right: 5.5rem;
    top: 4.3rem;
}
/*  */
.Tppl01{
    width: 100%;
    background: #fff;
    padding: .5rem 0;
}
.Tppl01_C{
    width: 15rem;
    margin: auto;
    display: flex;
}
.Tppl01_CL{
    width: 40%;
}
.Tppl01_CR{
    width: 60%;
    display: flex;
    justify-content: right;
    align-items: last baseline;
}
.Tppl01_CLT{
    font-size: .4rem;
    color: #333333;
    font-family: pb;
}
.Tppl01_CLT span{
    width: .05rem;
    height: .3rem;
    background: #cc0000;
    border-radius: .1rem;
    margin-right: .2rem;
    display: inline-block;
}
.Tppl01_CL p{
    font-size: .22rem;
    color: #666666;
    margin-top: .2rem;
}
.headerImg_Btn1{
    background: url("../img/icon.png") no-repeat left  rgba(255, 255, 255, 0.5);
    background-size: .4rem;
    font-size: .22rem;
    color: #333333;
    border: 1px solid #333333;
    border-radius: .2rem;
    width: 2.5rem;
    text-indent: .5rem;
    padding: .05rem 0 .05rem .05rem;
    margin-top: .3rem;
}
.Tppl01_CRR{
    width: 80%;
    height: 80%;
    background: #cc0000;
    border-radius: .2rem;
    position: relative;
}
.Tppl01_CRRImg{
    position: absolute;
    top: -.4rem;
    left: -.4rem;
    border-radius: .2rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.Tppl01_CRRT{
    position: absolute;
    bottom: .08rem;
    left: .5rem;
    font-size: .2rem;
    color: #fff;
}
/*  */
.Tppl02{
    width: 100%;
    padding: .5rem 0;
    background-color: #e6e6e6;
}
.Tppl02_C{
    width: 15rem;
    margin: auto;
}
.Tppl02_C .Tppl01_CLT{
   display: flex;
   justify-content: center;
   align-items: center;
}
.Tppl02_C p{
    font-size: .2rem;
    color: #666666;
    width: 60%;
    margin: auto;
    text-align: center;
    margin-top: .2rem;
}
.Tppl01_CLTimg{
    width: 100%;
    margin-top: .3rem;
}
.Tppl01_CLTimg img{
    display: block;
    width: 100%;
    height: 100%;
}
/*  */
.Tppl03{
    background: #fff;
    width: 100%;
    padding: .5rem 0;
}
.Tppl03_C{
    width: 15rem;
    margin: auto;
}
.Tppl03_C .Tppl01_CLT{
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .Tppl03_C .Tppl03_CP{
     font-size: .2rem;
     color: #666666;
     width: 70%;
     margin: auto;
     text-align: center;
     margin-top: .2rem;
 }
 .Tppl03_CUL{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: .4rem;
 }
 .Tppl03_CULLi{
    width: 32%;
    border-radius: .1rem;
    overflow: hidden;
    box-shadow:0 0 12px 0px #d7d6d8;
    position: relative;
 }
 .Tppl03_CULLi img{
    width: 100%;
    height: 4rem;
    display: block;
 }
 .Tppl03_CULLiMsg{
    width: 100%;
    background-color: #d7d6d8;
    padding: .2rem .3rem;
    box-sizing: border-box;
 }
 .T03_CULLiMsgT{
    font-size: .25rem;
    text-align: center;
    color: #333333;
}
.T03_CULLiMsgP{
    font-size: .2rem;
    color: #666666;
    margin-top: .2rem;
    text-align: center;
}
.T03_CULLiBox{
    position: absolute;
    top: 5.6rem;
    left: 0;
    transition: all .4s;
    background: rgba(203, 8, 22, 0.8);
    width: 100%;
    height: 100%;
    padding: 1rem .3rem 0;
    box-sizing: border-box;
}
.T03_CULLiBox .T03_CULLiMsgT{
    color: #fff;
}
.T03_CULLiBox .T03_CULLiMsgP{
    text-align: left;
    color: #fff;
    margin-bottom: .2rem;
}
.T03_CULLiBoxP{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: .2rem;
    color: #fff;
    margin-top: .1rem;
}
.T03_CULLiBoxBtn{
    width: 100%;
    background: #fff;
    border-radius: .5rem;
    font-size: .25rem;
    color: #cc0000;
    text-align: center;
    height: .4rem;
    line-height: .4rem;
    margin-top: .3rem;
}
.Tppl03_CULLi:hover .T03_CULLiBox{
    top: 0 ;
}
/*  */
.Dredging03_Box{
    width: 100%;
    height: 4.8rem;
    display: flex;
    /* background: url("../img/Pd2.jpg") no-repeat; */
    /* background-size: 100%; */
    position: relative;
    margin-top: .4rem;
    background: #666666;
    padding: 2rem 0 .8rem;
}
.Dredging03_Boximg{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s ease-in-out; 
}
.Dredging03_Boximg.Dredging03_Boximgon{
    opacity: 1;
}
.Dredging03_BoxLi{
    width: 25%;
    height: 100%;
    border-right: 1px solid #757574;
    padding: .5rem .2rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    z-index: 2;
}
.Dredging03_BoxLi:last-child{
    border: none;
}
.D03_TextP{
    margin-top: .2rem;
    opacity: 0;
    max-height: 0;
    transition: opacity .6s ease .1s, max-height .7s;
}
.D03_Text1 .D03_TextP {
    opacity: 1;
    max-height: 3rem;
  }
.D03_Text p{
    font-size: .3rem;
    color: #fff;
    text-align: center;
}
.D03_TextP1{
    font-size: .2rem;
    color: #fff;
    text-align: center;
}
.D03_TextPBtn{
    background: url("../img/icon3.png") no-repeat 100%;
    background-size: 100%;
    width: 2rem;
    height: .5rem;
    margin: auto;
    margin-top: .2rem;
    font-size: .2rem;
    color: #cc0001;
    text-align: center;
    line-height: .5rem;
    cursor: pointer;
}
.Dredging03_Box .Tppl01_CLT{
    position: absolute;
    left: 50%;
    top: .5rem;
    transform: translate(-50%);
    z-index: 22;
    color: #fff;
}
.D03_Text .headerImg_Btn1{
    margin: auto;
    margin-top: .3rem;
}
/*  */
.Tppl04{
    width: 100%;
    padding: .5rem 0;
    background: url("../img/Good.jpg") no-repeat;
    background-size: cover;
}
.Tppl04 .Tppl03_CP{
    font-size: .2rem;
    color: #666666;
    text-align: center;
    margin-top: .2rem;
}
.Tppl04 .Tppl01_CLT{
    text-align: center;
}
.Tppl04_img{
    width: 100%;
    margin-top: .3rem;
}
.Tppl04_img img{
    width: 100%;
    height: 100%;
    display: block;
}
/*  */
.Tppl05{
    width: 100%;
    background: #fff;
    padding: .5rem 0;
}
.Tppl05_C{
    width: 15rem;
    margin: auto;
}
.Tppl05_CUL{
    width: 100%;
    display: flex;
    margin-top: .4rem;
}
.Tppl05_CLI{
    width: 32%;
    margin-right: 1%;
    border-radius: .05rem;
    overflow: hidden;
    transition: all .3s;
}
.Tppl05_CLI:last-child{
    margin-right: 0;
}
.Tppl05_CLIImg{
    width: 100%;
    height: 3.8rem;
}
.Tppl05_CLIImg img{
    width: 100%;
    height: 100%;
    display: block;
}
.Tppl05_CLIMsg{
    width: 100%;
    background: linear-gradient(to right,#eeeeee,#d6d6d7);
    padding: .2rem;
    box-sizing: border-box;
}
.Tppl05_CLIMsgT{
    font-size: .25rem;
    text-align: center;
}
.Tppl05_CLIMsg .headerImg_Btn1{
    margin: auto;
    margin-top: .2rem;
}
.Tppl05_CLI:hover{
    box-shadow: 0 0 12px 0px #d7d6d8;
}
.Tppl05_CLI:hover .Tppl05_CLIMsg{
    background: #cc0000;
}
.Tppl05_CLI:hover .Tppl05_CLIMsgT{
    color: #fff;
}
.Tppl05_CLI:hover .headerImg_Btn1{
    background: url("../img/icon.png") no-repeat left  #fff;
}
/*  */
.Tppl06{
    width: 100%;
    padding: 0.5rem 0;
    background: url("../img/AF.jpg") no-repeat;
    background-size: cover;
}
.Tppl06_T{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.Tppl06_C{
    width: 15rem;
    margin: auto;
}
.Tppl06_T .Tppl01_CLT{
    color: #fff;
}
.Tppl06_T .headerImg_Btn1{
    background: url("../img/icon.png") no-repeat left  #fff;
    color: #cc0000;
}
.Tppl06_CUL{
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: .2rem;
    overflow: hidden;
    padding: .25rem;
    box-sizing: border-box;
    margin-top: .3rem;
    display: flex;
}
.Tppl06_CULL{
    width: 30%;
}
.Tppl06_CUL img{
    border-radius: .2rem;
    overflow: hidden;
    margin-bottom: .2rem;
    display: block;
}
.Tppl06_CULLImg{
    width: 100%;
    height: 3.84rem;
}
.Tppl06_CULLImg:last-child{
    margin-bottom: 0;
}
.Tppl06_CULRT,.Tppl06_CULRB{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.Tppl06_CULRTImg{
    width:3.10rem;
}
.Tppl06_CULRTImg1{
    width: 6.54rem;
}
.Tppl06_CULR{
    width: 70%;
    padding-left:2%;
    box-sizing: border-box;
}
.Tppl06_CULRBimg,.Tppl06_CULRBR{
    width: 49%;
    height: 4.83rem;
}
.Tppl06_CULRBimg1{
    width: 100%;
    height: 49%;
}
.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;
}

.cookiestitle:hover{
	background: #000033 !important;
	transition: 0.4s;
}
.cookiescenter {
    width: 16rem;
    height: auto;
    margin: 0 auto;
    margin-left: 1.8rem !important;
}
.cjs{
    display: none;
}
.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;
}

.pc_header_list ul li a:hover {
    font-family: pb;
    color: #cb0816;
    font-weight: 600;
}
.ddmp_bottom {
    width: 100%;
    height: 7rem !important;
    margin: 0 auto;
    /* margin-top: 4% !important; */
    background: url(../img/dibg.jpg);
    position: relative;
}

.tabbox {
    /* width:500px; */
    /* height:140px; */
    /* margin:100px auto; */
    /* background:#f0f0f0; */
    /* font-family:'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ'; */
}

.tabbox .tab {
    overflow: hidden;
    /*background: #ccc;*/
    width: 7rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 2.1rem;
}

.tabbox .tab a {
    display: block;
    /* padding: 10px 20px; */
    width: 3.5rem;
    line-height: 0.36rem;
    float: left;
    text-decoration: none;
    font-size: 0.17rem;
    color: #333;
    height: 0.36rem;
    text-align: left;
}

.tabbox .tab a:hover {
    /*background: #E64E3F;*/
    color: #cc0000;
    text-decoration: none;
}

.tabbox .tab a.on {
    /*background: #E64E3F;*/
    display: block;
    color: #cc0000;
    text-decoration: none;
}

.tabbox .content {
    overflow: hidden;
    width: 500px;
    height: 2rem;
    position: relative;
}

.tabbox .content ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
}

.tabbox .content li {
    width: 500px;
    height: auto;
    float: left;
}

.tabbox .content li p {
    padding: 10px;
}
.ddmp_bottom {
    width: 100%;
    height: 8rem !important;
    margin: 0 auto;
    /* margin-top: 4% !important; */
    background: url(../img/dibg.jpg);
    position: relative;
}

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

.bottom_titls {
    width: 16rem;
    height: 1.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);
}

.bak_bottom_logo {
    width: 2.07rem !important;
    height: 0.56rem !important;
    position: absolute;
    left: 0rem;
    top: 0.4rem;
}

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

.bottom_titls {
    width: 16rem;
    height: 1.77rem;
    margin: 0 auto;
    line-height: 1.77rem;
    font-size: 0.18rem;
    font-family: p;
    text-align: right;
    color: rgba(255,255,255,0.6);
}

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

.ddmst {
    display: flex;
    justify-content: space-between;
    margin-top: 0.05rem;
}

.ddmp_bottom {
    width: 100%;
    height: 7rem !important;
    margin: 0 auto;
    /* margin-top: 4% !important; */
    background: url(../img/dibg.jpg);
    position: relative;
}
.ddmp_bottom {
    width: 100%;
    height: 8.5rem !important;
    margin: 0 auto;
    /* margin-top: 4% !important; */
    background: url(../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;
}

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

.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;
    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: #aaa !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;
}

.swip_one img {
    position: absolute;
    top: 0rem !important;
    left: 0rem !important;
}

.mySwiper2 {
    overflow: hidden;
}

.mySwiper3 .swiper-slide:nth-of-type(odd) .pc2_right_productsimgbox {
    position: absolute;
    top: 0rem !important;
}

.mySwiper3 .swiper-slide:nth-of-type(even) .pc2_right_productsimgbox {
    position: absolute;
    top: unset !important;
    bottom: 0rem !important;
}

.mySwiper3 .swiper-slide {
    position: relative;
}
.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.36rem;
    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(176,6,17,0.6);
    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: #c90916;
    color: #fff !important;
    font-size: 0.2rem !important;
    border:none;
    border-bottom:0.02rem solid #d64951
}
.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 #d64951;
    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:#c90915;
    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;
    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: #aaa !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;
}

.swip_one img {
    position: absolute;
    top: 0rem !important;
    left: 0rem !important;
}


.biaottd2 input:-webkit-autofill,
.biaottd2 input:-webkit-autofill:hover,
.biaottd2 input:-webkit-autofill:focus,
.biaottd2 input:-webkit-autofill:active {
     background: transparent;
-webkit-box-shadow: 0 0 0 0px transparent inset !important;
-webkit-text-fill-color: #fff !important;
  font-size: 0.2rem !important;
transition: background-color 5000s ease-in-out 0s;
}
.biaottd2 textarea:-webkit-autofill,
.biaottd2 textarea:-webkit-autofill:hover,
.biaottd2 textarea:-webkit-autofill:focus,
.biaottd2 textarea:-webkit-autofill:active {
    background: transparent;
-webkit-box-shadow: 0 0 0 0px transparent inset !important;
-webkit-text-fill-color: #fff !important;
  font-size: 0.2rem !important;
transition: background-color 5000s ease-in-out 0s;
}

  .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;
    top: -11.5px;
    right: -11.5px;
    cursor: pointer;
    font-size: 0.2rem;
}
.pc{
    display: block !important;
}
.yd{
    display: none !important;
}