body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dd,
dl {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #3b2b23;
  font-family: Roboto,"Hiragino Sans GB","微软雅黑","Microsoft YaHei",SimHei,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
img input {
  vertical-align: middle;
  border: 0 none;
  outline-style: none;
  margin: 0;
  padding: 0;
}
body,
html {
  width: 100%;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #3b2b23;
  font-family: Roboto,"Hiragino Sans GB","微软雅黑","Microsoft YaHei",SimHei,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*
	清除浮动
*/
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}





.fabz-banner .swiper-slide .bg1{
    position: absolute;
    top: 45%;
    left: 50%;
    width: 1100px;
    height: 300px;
    transform: translate(-50%,-50%);
    background: rgba(255, 255, 255, .2);
    padding: 45px 70px;
    box-sizing: border-box;
}

.fabz-banner .swiper-slide > div p {
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #3171a1;
    font-family: "微软雅黑Light";
    line-height: 100px;
}
.fabz-banner .swiper-slide .bg2{
    height: 630px;
    width: 1300px;
}
.fabz-banner .swiper-slide .bg2 p:nth-child(1){
    position: absolute;
    top: 25%;
    left: 0%;
}
.fabz-banner .swiper-slide .bg2 p:nth-child(2){
    position: absolute;
    top: 47%;
    left: 13%;
    font-size: 36px;

}

/*表单提交*/
.f-btn {
    display: block;
    width: 230px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 40px auto 0px;
    background: #004b6a;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .fabz-banner .swiper-slide .bg1{
        width: 100%;
        height: 200px;
    }
    .fabz-banner .swiper-slide > div p {
        height: 40px;
        font-size: 16px;
        font-weight: bold;
    }
    .fabz-banner .swiper-slide .bg2{
    height: 200px;
    width: 100%;
    }
    .fabz-banner .swiper-slide .bg2 p:nth-child(1){
    position: absolute;
    top: 12%;
    left: 10%;
     height: 40px;
        font-size: 16px;
        font-weight: bold;
    }
    .fabz-banner .swiper-slide .bg2 p:nth-child(2){
    position: absolute;
    top: 28%;
    left: 10%;
     height: 40px;
    font-size: 16px;
    font-weight: bold;
        
    
    }
}
