*{
    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%;
}
/*导航*/
nav{
    padding:50px 10% 20px;
    text-align: center;
}
.bi h6{
    text-align: center;
    font-size: 19px;
    font-weight:inherit;
    color: #000;
}
.bi p{
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #323433;
}

/*公司介绍*/
.gg{
    width:1200px;
    margin:0 auto;
}
.gong{
    padding:0px 6%;
}
.tup{
    padding: 30px 50px 0px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.tup .pp{
    position: absolute;
    bottom: 0px;
    left: 39%;
    width: 60%;
    padding:15px 20px;
    text-indent:30px;
    background: #fff;
    font-size: 14px;
    color: #888888;
    line-height:25px;
    text-align: left;
    transition: all 2s;
    box-shadow: 0px 3px 3px 3px rgba(240, 240, 240, 1);
}
.tup .pp:hover{
    box-shadow: 0px 3px 3px 3px rgba(240, 240, 240, 1);
}
.tup img{
    width: 55%;
    /*height: 300px;*/
    overflow: hidden;
    margin-right: 30px;
    transition: all 1s;
}
/*.tup img:hover{*/
    /*transform: scale(1.2);*/
/*}*/
.he{
    padding:60px 10%;
    background: #fff;
    display: flex;
    justify-content: space-around;
}
.he h6{
    font-size: 33px;
    line-height:33px;
    color:#000;
    text-align: center;
    font-weight:normal;
}
.he p{
    font-size: 15px;
    line-height:33px;
    color: #757575;
    text-align: center;
}
.he{
    width: 100%;
}

/*企业文化*/
main{
    position: relative;
    bottom: 0px;
    right: 0px;
    top: 0px;
    left: 0px;
    background-image: url(../image/g2.png);
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    background-attachment: fixed;
    margin: 50px 0;
    padding:50px 0;
}
main ul{
    width:1200px;
    margin: 0 auto;
    padding: 50px 6%;
    display: flex;
    justify-content: space-between;
}
.wub{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    color: #757575;
    font-size: 12px;
    height: 100px;
    margin-bottom: 20px;
}
.a1{
    background: url(../image/g14.png) no-repeat;
    background-size: 53%   90%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.a2{
    background: url(../image/g15.png) no-repeat;
    background-size: 100%   90%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.a3{
    background: url(../image/g16.png) no-repeat;
    background-size: 100%   100%;
    background-position: 70% 50%;
    background-repeat: no-repeat;
}
.a4{
    background: url(../image/g17.png) no-repeat;
    background-size: 75%   88%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.a5{
    background: url(../image/g18.png) no-repeat;
    background-size: 100%   86%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

main ul li p{
    text-align: center;
    color: #323433;
    font-size: 12px;
    line-height: 25px;
}
/*公司荣誉*/
.rong{
    width:1200px;
    margin: 0 auto;
    padding: 50px 6%;
}
#certify {
    position: relative;
    width: 100%;
    margin: 50px  auto;
}
#certify  .swiper-container {
    margin:0 30px;
}
#certify  .swiper-slide {
    width:350px;
    /*height: 280px;*/
    transition: all 2s;
    box-shadow: 0px 2px 2px 2px rgba(10, 20, 30, 0.2);
}
#certify  .swiper-slide img{
    width: 100%;
    height: 100%;
    display:block;
}
#certify  .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../image/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    z-index: 1;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%;
    outline: none;
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../image/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
    z-index: 1;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%;
    outline: none;
}
/*企业资质*/
.zi{
    width:1200px;
    margin: 0 auto;
    padding: 50px 6%;
    background: #fff;
}
.tupp{
    padding: 50px 0;
    display: flex;
}
.tupp img{
    width: 500px;
    /*height: 300px;*/
}
.tupp .pp{
    width: 500px;
    color: #323433;
    font-size: 12px;
    margin: 20px 0;
    padding:15px 39px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    transition: all 2s;
    box-shadow: 0px 3px 5px 3px rgba(240, 240, 240, 0.9);
}
.tupp .pp p{
    line-height: 25px;
}
.yua{
    line-height: 40px;
    font-size: 12px;
}
.yuan{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #00a0f0;
    border-radius: 50%;
}
/*尾部*/
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;
}
.ac a{
    color:#0000FF;
}
.cc{
    color: #0089e4;
}
.xa{
    animation: bounceInRight 3s;
}
.xb{
    animation:bounceInDown 3s
}
.xc{
    animation:bounceInLeft 3s;
}
.xd{
    animation:rollOut 1s;
}
.xf{
    animation:flash  1s;
}
.xz{
    animation:rotateInDownLeft 1s;
}