.wrapper{
	/*background: yellow url(../images/bg.jpg) top center no-repeat;*/
	background-size: 7.5rem 13rem;
	height: 13rem;
}

/*弹框提示*/
.alert{
    display: none;
    width: 4.6rem;
    height: 5.5rem;
    border-radius: .2rem;
    background: white;
    /*background:  url(../images/alert.png) top center no-repeat;*/
    /*background-size: 5.26rem 3.8rem;*/
}
.alert .qrcode{
    width:4rem;
    margin: .2rem auto .1rem auto;
}
.alert .title{
    width: 100%;
    text-align: center;
    font-size: .32rem;
    margin-top: 1.3rem;
}
.alert .closebtn{
    width: .56rem;
    height: 0.56rem;
    margin: 0 auto;
    font-size: .4rem;
    border-radius: 0.3rem;
    border: darkgray 1px solid;
    text-align: center;
}
h2{
    padding-left:.2rem;
}
h3{
    padding:.15rem;
    color:white;
}
h4{
    padding-left: .2rem;
}
p{
    padding-left:.2rem;
    padding-right:.2rem;
}
.lawer-box{
    width:7rem;
    height: 3rem;
    background:  url(../images/item-bg.jpeg) top center no-repeat;
    background-size: 7rem 3rem;
    margin:0 auto;
}
.lawer1-head{
    width:1.5rem;
    height: 1.5rem;
    border-radius:.75rem;
    margin-left:.3rem;
    margin-top: .5rem;
    display: inline-block;
}
.lawerinfo{
    float:right;
    width:4.6rem;
    padding-top: 0.5rem;
}
.lawertitle{
    padding-bottom:.3rem;
}
.lawersubinfo{
    font-size: .18rem;
    color:darkgray;
    padding-bottom: 0.12rem;
}
.lawersubinfo span{
    color:red;
    font-weight: bold;
    font-size:.26rem;
}
.contactbtn{
    width: 4rem;
    height: 0.45rem;
    margin-left: 0.2rem;
}
.lawer2-head{
    width:1.5rem;
    height: 1.5rem;
    border-radius:.75rem;
    margin-left:.3rem;
    margin-top: .5rem;
    display: inline-block;
}
.companybox{
    width: 3.5rem;
    float:left;
    margin-left: .17rem;
}
.company{
    width: 3rem;
    margin:0 auto;
}
.companyname{
    font-size: .2rem;
    text-align: center;
    color: #555;
    padding-top: .15rem;
    padding-bottom: .2rem;
}
.yewubox{
    float:left;
    margin-top: .2rem;
}
.yewubox p{
    color:#555;
    font-size: .26rem;
}
.yewubox1{
    width: 3.65rem;
    height: 2rem;
    background:  url(../images/yewu1.jpg) top center no-repeat;
    background-size: 3.65rem 2rem;
}
.yewubox2{
    width: 3.65rem;
    height: 2rem;
    background:  url(../images/yewu2.jpg) top center no-repeat;
    background-size: 3.65rem 2rem;
}
.yewubox3{
    width: 3.65rem;
    height: 2rem;
    background:  url(../images/yewu3.jpg) top center no-repeat;
    background-size: 3.65rem 2rem;
}
.yewu{
    padding-top: 1rem;
}
.bottom-info{
    padding-top:.15rem;
    width: 7.5rem;
    height: 2.11rem;
    background:  url(../images/contactbj.png) top center no-repeat;
    background-size: 7.5rem 2.11rem;
    margin-top: .3rem;
}
.bottom-info h2{
    color:white;
}
.bottom-info p{
    color:white;
    font-size: .2rem;
}

.group1{
    padding-top: .2rem;
    padding-bottom: .1rem;
}
.group1 .logo{
    float: left;
    width: 3.5rem;
    margin-left: 0.2rem;
}
.group1 .company-title{
    float:left;
}
.group1 .company-title p{
    font-size: .24rem;
}
.group2{
    margin-top: .3rem;
}
.group3,
.group4,
.group5{
    margin-top:.3rem;
}
h2{
    margin-bottom:.2rem;
}
.copyright{
    text-align: center;
}
.fontcolor{
    color:#555;
}
.gray{
    color:darkgray;
    font-size: .24rem;
    padding:.5rem;
}
.swiper-container {
    width: 7.5rem;
    height: 3rem;

}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide1 {
    background: url(../images/banner1.jpeg) top center no-repeat;
    background-size: 7.5rem 3rem;
}
.bannertxt{
    color: #e9e6e6;
    margin-top: 1.2rem;
}
.bannersubtxt{
    color:white;
    text-align: center;
    font-size: .24rem !important;
    padding-left:1rem;
}
.swiper-slide2{
    background:  url(../images/banner2.jpeg) top center no-repeat;
    background-size: 7.5rem 3rem;
}