*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family:"微软雅黑","宋体",sans-serif,"方正启体繁体";
    box-sizing: border-box;
}

[v-cloak] {
    display: none;
}
body{
    background: #fff;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
img{
    border: 0;
}
a{
    -webkit-tap-highlight-color: #fff;
}
/*头部*/

/*图片*/
.img{
    margin-top: 80px;
    width: 100%;
}
.img img{
    width: 100%;
}
/*定位*/
.ding{
    position: absolute;
    top:150%;
}
/*.ding img{*/
 /*height: 200px;*/
/*}*/
/*内容*/
.main{
    width: 1200px;
    margin: 0 auto;
    padding:0px 6%;
    padding-top: 50px;
}
.tu{
    display: flex;
    padding:30px 30px;
    margin-bottom: 80px;
}
.a{
    background: #0089e4;
    color: #fff;
    padding:72px 60px 0;
}
.pp {
    width: 50%;
}
.pp h5{
    font-size: 23px;
    margin-bottom: 25px;
}
.pp p{
    font-size: 12px;
    line-height: 25px;
}
.aa{
    position: relative;
    left:-15px;
    width:50%;
    margin: 20px  0;
    z-index: 888;
}
.aa  .swiper-slide {
    height:300px;
    transition: all 2s;
    box-shadow: 0px 2px 2px 2px rgba(10, 20, 30, 0.2);
}
.aa  .swiper-slide img{
    width: 100%;
    height: 100%;
    display:block;
}
.aa   .swiper-button-next {
    background: url("../image/c15.png") center no-repeat;
    left: 0px;
    outline: none;
}

.aa   .swiper-button-prev {
    background: url("../image/c16.png")center no-repeat;
    left: 33px;
    outline: none;
}
.aa .swiper-button-next:hover{
    background: url("../image/c17.png")center no-repeat;
    outline: none;
}
.aa .swiper-button-prev:hover{
    background: url("../image/c18.png")center no-repeat;
    outline: none;
}
.aa .swiper-button-next{
    position: absolute;
    top:100%;
    width: 35px;
    /*height:30px;*/
    margin-top: -10px;
    z-index: 10;
    cursor: pointer;
}
.aa .swiper-button-prev{
    position: absolute;
    top:100%;
    width: 35px;
    /*height:30px;*/
    margin-top: -10px;
    z-index: 10;
    cursor: pointer;
}
.aa .swiper-button-next.swiper-button-disabled{
     opacity:1;
}
.aa .swiper-button-prev.swiper-button-disabled {
    opacity:1;
}
.b{
    border: 2px solid #0089e4;
    /*border-right: 0 ;*/
    background: #fff;
    color: #000;
    padding:30px 60px;
    margin: 30px 0;
}
.as{
    background: #0089e4;
    position: relative;
    left:-15px;
    width:50%;
    margin: 0px  0;
}
.as .swiper-container {
    margin: 0 auto;
    position: relative;
    top:-15px;
    left: 15px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.as   .swiper-button-next {
    background: url("../image/c24.png") center no-repeat;
    left: 0px;
    outline: none;
}

.as   .swiper-button-prev {
    background: url("../image/c26.png")center no-repeat;
    left: 33px;
    outline: none;
}
.as .swiper-button-next:hover{
    background: url("../image/c25.png")center no-repeat;
    outline: none;
}
.as .swiper-button-prev:hover{
    background: url("../image/c27.png")center no-repeat;
    outline: none;
}
.as .swiper-button-next{
    position: absolute;
    top:91%;
    left:15px;
    width: 35px;
    /*height:30px;*/
    margin-top: -10px;
    z-index: 10;
    cursor: pointer;
}
.as .swiper-button-prev{
    position: absolute;
    top:100%;
    left:15px;
    width: 35px;
    /*height:30px;*/
    margin-top: -10px;
    z-index: 10;
    cursor: pointer;
}
#certifyb {
    position: relative;
    width: 50%;
    left:-15px;
    margin: 20px  0;
}
/*尾部*/
footer{
    background: #3d3d3d;
    padding:10px 18%;
}
footer ul{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #999999;
    padding:30px 0;
}
footer ul li{
    flex: 3;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.sdf{
    display: block;
    color: #fff;
    line-height: 1.5;
}
footer p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 5;
}
.xiaotubiao{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    background: #f1f1f1;
    position: fixed;
    bottom: 90px;
    right: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f5f5f5;
    cursor:  pointer;
    opacity: 1;
    transition: all 1s;
}
.xiaotubiao img{
    width: 100%;
}
.xiaotubiao:hover i{
    color: black;
}
.cc{
    color: #0089e4;
}
.xa{
    animation: bounceInRight 3s;
}
.xb{
    animation:bounceInUp 3s
}
.xc{
    animation:bounceInLeft 3s;
}
