
@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;
}
.one{
    width: 100%;
    height: 2.63rem;
    margin: 0 auto;
    position: relative;
}
.oneleft{
    width: 17.6rem;
    height: 2.63rem;
    background: #db0f1a;
}
.onebox{
    width: 17.6rem;
    height: 2.76rem;
    background: #f6f5fa;
    position: absolute;
    right: 0rem;
    top: 0.27rem;
}
.onebox1{
    width: 4.3rem;
    height: 2.76rem;
}
.redbs img{
    transform: scale(1.05);
    transition: 0.4s;
}
.onebox1 h2{
    width: 4.5rem;
    height: auto;
    font-size: 0.26rem;
    font-family: pb;
    text-align: left;
    padding-top: 0.68rem;
    padding-bottom: 0.15rem;
}
.onebox2{
    width: 4.5rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: left;
    font-family: p;
    color: #666;
}
.onebox22{
    width: 0.01rem;
    height: 1.7rem;
    background: #e7e7ea;
    margin-top: 0.49rem;
}
.onebox_box{
    width: 16rem;
    height: 2.76rem;
    float: left;
    display: flex;
    justify-content: space-around;
}
.twos_hz{
    width: 100%;
    height: 8.04rem;
    margin: 0 auto;
    background: #fff;
}
.twos_hz_center{
    width: 17.6rem;
    height: 8.04rem;
    float: right;
    position: relative;
}
.twos_hz_center h2{
    font-size: 0.42rem;
    width: 7.5rem;
    float: left;
    color: #000;
    font-family: pb;
    text-align: left;
    line-height: 0.49rem;
    padding-top: 1.6rem;
    padding-bottom: 0.2rem;
}
.twos_hz_title{
    width: 7.5rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.32rem;
    text-align: left;
    color: #666;
    font-family: p;
}
.two_hz_img{
    width: 9.17rem;
    height: 4.96rem;
    position: absolute;
    right: 0rem;
    top: 1.6rem;
    overflow: hidden;
}
.two_hz_img img{
    width: 9.17rem;
    height: 4.96rem;
    transition: 0.4s;
    display: block;
}
.two_hz_img img:hover{
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}
.button {
    width: 4.9rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background: #db0f19;
    color: #fff;
    text-align: center;
    border-top-right-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem;
    font-size: 0.22rem;
    font-family: pb;
    margin-top: 0.55rem;
    z-index: 9999999;
    cursor: pointer;
    position: absolute;
}
.three{
    width: 100%;
    height: 11.44rem;
    margin: 0 auto;
    background: url(../img/bb.jpg) no-repeat;
    background-size: 100% 100%;
}
.threecenter{
    width: 16rem;
    height: 11.44rem;
    margin: 0 auto;
}
.threecenter h2{
    width: 16rem;
    height: 2.05rem;
    line-height: 2.05rem;
    font-family: pb;
    font-size: 0.42rem;
    color: #fff;
    text-align: center;
}
.threecenter ul{
    width: 16rem;
    height: 8rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-between;
}
.threecenter ul li{
    width: 7.84rem;
    height: 3.94rem;
    border-radius: 0.1rem;
    background: #fff;
    overflow: hidden;
}
.threecenter ul li img{
    width: 3.84rem;
    height: 3.84rem;
    float: right;
    transition: 0.4s;
}
.threebox{
    width: 3.3rem;
    height: 3.84rem;
    float: left;
    margin-left: 0.5rem;
}
.threebox h3{
    font-size: 0.24rem;
    font-family: pb;
    text-align: left;
    color: #000;
    line-height: 0.24rem;
    padding-top: 0.75rem;
    padding-bottom: 0.22rem;
}
.three_box1{
    width: 3.7rem;
    font-size: 0.18rem;
    line-height: 0.36rem;
    text-align: left;
    color: #666;
    font-family: p;
}
.interest{
    width: 100%;
    height: 10.22rem;
    margin: 0 auto;
    background: #fff;
}
.interestcenter{
    width: 16rem;
    height: 10.22rem;
    margin: 0 auto;
}
.interestcenter h2{
    font-size: 0.42rem;
    line-height: 2.05rem;
    text-align: center;
    width: 16rem;
    color: #000;
    font-family: pb;
}
.interestbox{
    width: 16rem;
    height: 6.8rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.interestboxleft{
    width: 7.89rem;
    height: 6.8rem;
}
.mySwiper{
    width: 7.89rem !important;
    height: 6.8rem !important ;
    
}
.interestboxleft .mySwiper .swiper-slide{
    width: 7.89rem !important;
    height: 6.8rem !important ;
    position: relative;
}
.interestboxleft .mySwiper .swiper-slide img{
    width: 7.89rem !important;
    height: 6.8rem !important ;
    position: absolute;
    top: 0rem;
    left: 0rem;
}
.swipercc{
    width: 1.89rem;
    height: 0.48rem;
    background: url(../img/ti.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0rem;
    top: 0.4rem;
    font-family: p;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    line-height: 0.48rem;
    text-indent: -0.2rem;
}
.swiper-pagination{
    width: 7.39rem !important;
    height: 0.8rem !important;
  
    bottom: 0rem !important;
    left: 0rem !important;
    line-height: 0.5rem !important;
    text-align: left !important;
    padding-left: 0.5rem !important;
}
.swiper-pagination .swiper-pagination-bullet-active{
    width: 0.17rem;
    height: 0.17rem;
    background: #db0f19 !important;
    border: 0.01rem solid #db0f19 !important;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 0.17rem  !important;
    height: 0.17rem !important;
    opacity: 1 !important;
    background: transparent ;
    border: 0.01rem solid #fff ;
}
.swipercc_title{
    font-size: 0.24rem;
    color: #fff;
    font-family: pb;
    line-height: 0.8rem;
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    text-align: right;
    padding-right: 0.3rem;
    z-index: 999999999999;
    width: 7.59rem;
    height: 0.8rem;
    background: linear-gradient(to right,rgba(0,0,0,0.1),rgba(0,0,0,0.8));
}
.interestboxright{
    width: 7.96rem;
    height: 6.8rem;
}
.intestboxright1{
    width: 7.96rem;
    height: 3.15rem;
    background: #f6f5f9;
    overflow: hidden;
    position: relative;
}
.intestboxright1 img{
    width: 7.96rem;
    height: 3.15rem;
    transition: 0.4s;
}
.intestboxright1 img:hover{
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}
.intestboxright1 h3{
    font-size: 0.24rem;
    font-family: pb;
    color: #000;
    position: absolute;
    top: 0.42rem;
    right: 0.51rem;
}
.intestboxright2{
    width: 7.96rem;
    height: 3.46rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.interestboxright3{
    height: 3.46rem;
    width: 3.8rem;
    background: #f6f5f9;
    position: relative;
}
.interestboxright3 img{
    width: 3.46rem;
    height: 3.8rem;
    position: absolute;
    top: 0.1rem;
    left: 0rem;
    transition: 0.4s;
}
.interestboxright3 h3{
    font-size: 0.24rem;
    font-family: pb;
    color: #000;
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 3.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
}
.interestboxright3 img:hover{
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}

.interestboxright4{
    height: 3.46rem;
    width: 4rem;
    background: #f6f5f9;
    position: relative;
}
.interestboxright4 img{
    width: 4rem;
    height: 3.46rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
    transition: 0.4s;
}
.interestboxright4 h3{
    font-size: 0.24rem;
    font-family: pb;
    color: #000;
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 4rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
}
.interestboxright4 img:hover{
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}
.model{
    width: 100%;
    height: 4.26rem;
    margin: 0 auto;
    background: url(../img/426.jpg) no-repeat;
    background-size: 100% 100%;
}
.modelcenter{
    width: 16rem;
    height: 4.26rem;
    margin: 0 auto;
    position: relative;
}
.modelcenter h2{
    font-size: 0.42rem;
    font-family: pb;
    color: #fff;
    line-height: 0.42rem;
    text-align: left;
    padding-top: 0.9rem;
    padding-bottom: 0.25rem;
}
.modeltitle{
    width: 16rem;
    height: auto;
    font-size: 0.22rem;
    line-height: 0.22rem;
    text-align: left;
    color: rgba(255,255,255,0.9);
    font-family: p;
}
.model_button{
    width: 4.67rem;
    height: 0.55rem;
    line-height: 0.55rem;
    color: #db0f19;
    text-align: center;
    font-size: 0.2rem;
    background: #fff;
    border-radius: 0.55rem;
    font-weight: 600;
    font-family: pb;
    position: absolute;
    right: 0rem;
    top: 1.15rem;
}
.modelcenter ul{
    width: 16rem;
    height: 7.7rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-between;
    margin-top: 0.9rem;
}
.modelcenter ul li{
    width: 3.89rem;
    height: 3.79rem;
    background: #fff;
}
.modelcenter ul li .imgsbox{
    width: 3.81rem;
    height: 3.71rem;
    margin: 0 auto;
    margin-top: 0.04rem;overflow: hidden;
}
.modelcenter ul li .imgsbox img{
    width: 3.81rem;
    height: 3.71rem;
    display: block;
    transition: 0.4s;
}
.modelcenter ul li .imgsbox img:hover{
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}
.bles{
    width: 100%;
    height: 7.6rem;
    margin: 0 auto;
    background: #f6f5f9;
}
.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.6rem;
margin: 0 auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-content: space-between;
}
.five2{
width: 4.27rem;
height: 0.6rem;
}
.five2 p{
width: 4.27rem;
height: 0.3rem;
font-size: 0.22rem;
line-height: 0.3rem;
color: #000;
}
..five2 span{
color: red;
font-size: 0.2rem;
}
.five2 input{
   width: 3.92rem;
height: 0.54rem;
float: left;
border: 1px solid #ccc;
padding-left: 0.35rem;
background: #fafafa;
font-size: 0.2rem;
}

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

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

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

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

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

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

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

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

}
textarea::-webkit-input-placeholder{

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

color:#000;
font-size: 0.18rem;
}
.inquiryright{
    width: 9.48rem;
    height: 6.17rem;
    float: right;
    border-top: 0.05rem solid #db0f19;
    box-shadow: 0px 0px 6px #f4f4f4;
    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.36rem;
    padding-top: 0.7rem;
}