
@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;
}
body{
    max-width: 19.2rem;
    margin: 0 auto;
}
.banner{
    width: 100%;
    height: 8.5rem;
    background: url(../img/banner.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.world{
    width: 100%;
    height: 12.23rem;
    margin: 0 auto;
}
.worldcenter{
    width: 16rem;
    height: 12.23rem;
    margin: 0 auto;
    position: relative;
}
.img_world{
    width: 14.24rem;
    height: 6.82rem;
    position: absolute;
    left: 0rem;
    top: 1.7rem;
}
.word_top{
    width: 16rem;
    height: 2.1rem;
    position: absolute;
    left: 0rem;
    top: 0.93rem;
}
.word_top_Left{
    width: 6rem;
    height: 2.1rem;
    float: left;
}
.word_top_Left h4{
    width: 6rem;
    height: auto;
    font-size: 0.24rem;
    color: #108416;
    text-align: left;
    font-family: pb;
    font-weight: 600;
    padding-bottom: 0.49rem;
}
.word_top_Left h2{
    font-size: 0.48rem;
    line-height: 0.6rem;
    color: #000;
    font-family: pb;
    text-align: left;
    font-weight: 600;
    padding-bottom: 0.2rem;
}
.word_green{
    width: 2.2rem;
    height: 0.05rem;
    background: #108416;
}
.word_top_right{
    width: 9.25rem;
    height: 2.1rem;
    float: right;
    font-size: 0.22rem;
    line-height: 0.36rem;
    font-family: p;
    color: #666;
    text-align: left;
}
.worldcenter ul{
    width: 16rem;
    height: 7.57rem;
    margin: 0 auto; margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0rem;
    top: 3.6rem;
}
.worldcenter ul li{
    width: 5rem;
    height: 7.7rem;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 10px #e0dcdc;
}
.worldcenter ul li .img_box{
    width: 5rem;
    height: 3.7rem;
    overflow: hidden;
    text-align: center;
}
.worldcenter ul li .img_box img{
    width: 100%;
    height:auto;
    transition: 0.4s;
}
.worldcenter ul li .img_box img{
  /*transform: scale(1.05);*/
    transition: 0.4s;
}
.worldcenter ul li h3{
    font-size: 0.26rem;
    color: #000;
    text-align: left;
    line-height: 0.26rem;
    padding-bottom: 0.17rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem; font-family: pb; margin-top: 0.2rem;
}
.worldcenter ul li .box_ul{
    width: 4.51rem !important;
    height: 2.2rem !important;
    color: #666;
    text-align: left;
    font-size: 0.2rem;
    font-family: p;
    margin: 0 auto;
    padding-left: 0.3rem;
}
.worldcenter ul li .box_ul1 {
    width: 4.51rem;
    height: auto;
    font-size: 0.2rem;
    font-family: p;
    color: #666;
    font-weight: 400;
    line-height: 0.375rem;
}
.worldcenter ul li .box_ul1 img{
    width: 0.14rem;
    height: 0.14rem;
    margin-top: 0.085rem;
    margin-right: 0.14rem;
    float: left;
}
.box_button{
    width: 2.82rem;
    height: 0.56rem;
    line-height: 0.56rem;
    color: #f50302;
    font-size: 0.2rem;
    font-family: pb;
    background: linear-gradient(to bottom,#feee55,#f4b813); cursor: pointer;
    border-radius: 0.56rem;
    margin: 0 auto;
    text-align: center;
    margin-top: 0.3rem;
}
.box_button img{
    width: 0.24rem;
    height: 0.28rem;
    float: right;
    margin-top: 0.17rem;
    margin-right: 0.24rem;
}
.application{
    width: 100%;
    height: 8.65rem;
    margin: 0 auto;
    background: url(../img/bapplication.jpg) no-repeat;
    background-size: 100% 100%;
}
.applicationcenter{
    width: 16rem;
    height: 8.65rem;
    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;
}
.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.74rem;
    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: #108416;
    color: #fff;
    font-size: 0.22rem;
    line-height: 0.8rem;
    text-align: center;
    font-family: pb;
}
.form_right{
    width: 7.47rem;
    height: 6.21rem;
    position: absolute;
    right: 0rem;
    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;
}
.form_title{
    width: 7.47rem;
    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: 7.47rem;
    height: 2rem;
    display: flex;
    justify-content: space-around;
    margin-top: 0.35rem;
}
.form_right ul li{
    width: 1.96rem;
    height: 1.96rem;
    border: 0.02rem solid #78918f;
    border-radius: 1.96rem;
    overflow: hidden;
}
.form_right ul li img{
    width: 1.96rem;
    height: 1.96rem;
    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;}






.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.24rem;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.2rem;font-weight: normal;line-height: 0.3rem;}





.part023_bottom_button_active{background-color: #1aa734 !important;border: 2px solid #1aa734 !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: #149261 !important;border-radius: 0rem;}


.part023_top h6 img{
    width: 4.6rem;
    height: 0.12rem;
}
.part023_top h6 img:nth-of-type(1){
    margin-right: 0.2rem;
}
.part023_top h6 img:nth-of-type(2){
    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;
}
.tiaos{
    width: 100%;
    height: 1.62rem;
    background: url(../img/162.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.tiaoscenter{
    width: 16rem;
    height: 1.62rem;
    margin: 0 auto;
    position: relative;
}
.tiaoscenter ul{
    width: 5.45rem;
    height: 1.62rem;
    display: flex;
    justify-content: space-around;
}
.tiaoscenter ul li{
    width: auto;
    height: 1.62rem;
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.26rem;
    font-family: p;
    text-align: center;
}
.tiaoscenter ul li img{
    width: 0.6rem;
    height: 0.6rem;
    display: block;
    margin: 0 auto;
    margin-top: 0.35rem;
    margin-bottom: 0.15rem;
}
.cost{
    width: auto;
    height: 1.62rem;
    position: absolute;
    top: 0rem;
    left: 6.35rem;
}
.cost h2{
    font-size: 0.36rem;
    color: #fff;
    line-height: 0.36rem;
    padding-top: 0.45rem;
    padding-bottom: 0.1rem;
    font-family: pb;
}
.cost1{
    font-size: 0.24rem;
    line-height: 0.32rem;
    color: #fff;
    font-family: p;
}
.cost_button{
    width: 2.82rem;
    height: 0.6rem;
    background: #1d9d1d;
    border-radius: 0.6rem;
    position: absolute;
    right: 0rem;
    top: 0.55rem;
}
.cost_button1{
    width: 2.82rem;
    height: 0.56rem;
    background: linear-gradient(to bottom,#feee55,#f4b813);
    border-radius: 0.56rem;
    margin: 0 auto;
    color: #f50302;
    font-size: 0.2rem;
    line-height: 0.56rem;
    text-align: center; cursor: pointer;
    font-family: pb;
    font-weight: 600;
}
.cost_button1 img{
    width: 0.24rem;
    height: 0.28rem;
    float: right;
    margin-top: 0.17rem;
    margin-right: 0.24rem;
}

.case{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
}
.casecenter{
    width: 16rem;
    height: auto;
    margin: 0 auto;
}
.casecenter h2{
    font-size: 0.48rem;
    color: #000;
    font-family: pb;
    line-height: 0.48rem;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 0.35rem;
}
.casecenter h2 img{
    width: 4.6rem;
    height: 0.12rem;
}
.casecenter h2 img:nth-of-type(1) {
    margin-right: 0.2rem;
}
.casecenter h2 img:nth-of-type(2) {
    margin-left: 0.2rem;
}
.casetitle{
    width: 13.64rem;
    height: auto;
    font-size: 0.22rem;
    line-height: 0.36rem;
    text-align: center;
    color: #666;
    font-family: p;
    margin: 0 auto;
}
.case_imgbox{
    width: 16rem;
    height: 6.27rem;
    margin: 0 auto;
    position: relative;
    margin-top: 0.6rem;
    margin-bottom: 1.05rem;
}
.case_left{
    width: 3.88rem;
    height: 6.27rem;
    overflow: hidden;
}
.case_left img{
    width: 3.88rem;
    height: 6.27rem;
    transition: 0.4s;
}
.case_left img:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
.case_top1{
    width: 12rem;
    height: 3.09rem;
    position: absolute;
    top: 0rem;
    right: 0rem;
    display: flex;
    justify-content: space-between;
}
.case_topimg{
    width: 5.97rem;
    height: 3.09rem;
    overflow: hidden;
}
.case_topimg img{
    width: 5.97rem;
    height: 3.09rem;
    transition: 0.4s;
}
.case_topimg img:hover{
    transform: scale(1.05);
    transition: 0.4s;
}


.case_top2{
    width: 12rem;
    height: 3.09rem;
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    display: flex;
    justify-content: space-between;
}
.case_topimg2{
    width: 3.96rem;
    height: 3.09rem;
    overflow: hidden;
}
.case_topimg2 img{
    width: 3.96rem;
    height: 3.09rem;
    transition: 0.4s;
}
.case_topimg2 img:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
.why{
    width: 100%;
    height: 8.43rem;
    background: url(../img/843.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.whycenter{
    width: 16rem;
    height: 8.43rem;
    margin: 0 auto;
}
.whycenter h2{
    font-size: 0.48rem;
    color: #fff;
    font-family: pb;
    font-weight: 600;
    width: 16rem;
    text-align: center;
    line-height: 0.48rem;
    padding-top: 1rem;
    padding-bottom: 0.7rem;
}
.whycenter ul{
    width: 16rem;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.whycenter ul li{
    width: 3.86rem;
    height: 5.01rem;
    background: #fff;
}
.why_img{
    width: 3.86rem;
    height: 2.72rem;
    overflow: hidden;
}
.why_img img{
    width: 3.86rem;
    height: 2.72rem;
    transition: 0.4s;
}
.why_img img:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
.whts{
    width: auto;
    font-size: 0.22rem;
    line-height: 0.32rem;
    text-align: left;
    color: #666;
    padding:0.34rem 0.25rem 0rem 0.25rem
}
.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;
}
#form2{
    padding-bottom: 0.8rem;
    border-radius: 10px;
    margin-top: -0.3rem;
    MARGIN-LEFT: 0REM;
}
.five1{width: 100%;height: 2.55rem;margin: 0 auto;display: flex;flex-direction: row;flex-wrap: wrap;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: 4.62rem;
   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: #000;
    margin: 0 auto;
    font-weight: 600;
    display: table;
    border-radius: 0.65rem;
    background: #f7c020;
    box-shadow: 0.05rem 0.1rem 1px #cce0db;
}
.five3 textarea{
    width: 9.84rem;
    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;
}
.container ul li img{
    width: 3.4rem;
    height: 2.2rem;
}
.swiper-slide img{
    width:  100%;
    height: 100%;
}
.rela{
    width: 100%;
    max-width: 19.2rem;
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
    margin: 0 auto;
}
.inquirycenter ul li:nth-of-type(1){
    font-size: 0.22rem;
    color: #fff;
    font-family: p;
    position: absolute;
    top: 4.05rem;
    left: 1.55rem;
}
.inquirycenter ul li:nth-of-type(2){
    font-size: 0.22rem;
    color: #fff;
    font-family: p;
    position: absolute;
    top: 4.95rem;
    left: 1.46rem;
}
.inquirycenter ul li:nth-of-type(3){
    font-size: 0.22rem;
    color: #fff;
    font-family: p;
    position: absolute;
    top: 5.95rem;
    left: 1.36rem;
}
#form2{
    padding-bottom: 0.8rem;
    border-radius: 10px;
    margin-top: -0.3rem;
    MARGIN-LEFT: 0REM;
}
.five1{width: 100%;height: 2.55rem;margin: 0 auto;display: flex;flex-direction: row;flex-wrap: wrap;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: 4.62rem;
   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: #000;
    margin: 0 auto;
    font-weight: 600;
    display: table;
    border-radius: 0.65rem;
    background: #f7c020;
    box-shadow: 0.05rem 0.1rem 1px #cce0db;
}
.five3 textarea{
    width: 9.84rem;
    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;
}
.container ul li img{
    width: 3.4rem;
    height: 2.2rem;
}
.swiper-slide img{
    width:  100%;
    height: 100%;
}
.rela{
    width: 100%;
    max-width: 19.2rem;
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
    margin: 0 auto;
}
.inquiryright h3 {
    font-size: 0.42rem;
    font-family: pb;
    font-weight: 600;
    color: #048452;
    width: 100%;
    text-align: left;
    line-height: 0.42rem;
    padding-top: 0.37rem;
    padding-bottom: 0.1rem;
}
.inquirytitle {
    width: 7rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #666;
    text-align: left;
    font-family: p;
}
.inquiryright {
    width: 9.48rem;
    height: 6.17rem;
    float: left;
    /* box-shadow: 0px 0px 6px #f4f4f4; */
    margin-top: 1.19rem;
    margin-left: 5.3rem;
}
#bkform3{
    position: fixed;
    z-index: 99999;
    top: 0%;
    /* left: 23%; */
    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.18rem;
    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.15rem;
    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.18rem;
    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 {
    padding-left: 0.2rem;
    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;
  }
  .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;
    background: #404864;
    height: 0.68rem;
    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: #fff;
  }
.guanbi{
  float: right;
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;

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