*{
    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: 17px;
    line-height: 25px;
    color: #e4e4e4;
}
/*表格*/
.main{
    width:1200px;
    margin: 0 auto;
    padding:20px 6% 80px;
}
.main .div2 {
    background: #0089e4;
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 15px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    display: flex;
}
.main .div2 .p1 {
    width: 25%;
    margin-right: 1%;
}
.main .div2 .p2 {
    width: 11%;
    margin-right: 1%;
}
.main .div2 .p3 {
    width: 20%;
    margin-right: 1%;
}
.main .div2 .p4 {
    width: 44%;
    margin-right: 1%;
}
.main .div2 .p5 {
    width:33%;
}
.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}
.main .div3 {
    background: #f7f7f7;
}
.main .div3 ul li .div_js{
    display: flex;
    border-bottom: 1px solid #d6d6d6;
    /*box-shadow: 0px 5px 7px #f0f0f0;*/
}
.main .div3 ul li .div_js:hover{
    box-shadow: 0px 5px 7px #f0f0f0;
}
.main .div3 ul li .p1 {
    height: 64px;
    line-height: 64px;
    padding:0 4%;
    color: #808080;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.main .div3 ul li .p1 .pp1 {
    width: 25%;
    margin-right: 1%;
}
.main .div3 ul li .p1 .pp2 {
    width: 11%;
    margin-right: 1%;
}
.main .div3 ul li .p1 .pp3{
    width:20%;
    margin-right: 1%;
}
.main .div3 ul li .p1 .pp4{
    width: 44%;
    margin-right: 1%;
}
.main .div3 ul li .p1 .pp5{
    width: 33%;
}
.main .div3 ul li .div_txt {
    background: #e2e2e2;
    padding: 20px 4%;
    /*border: 1px solid #e6e6e6;*/
    color: #333;
}
.main .div3 ul li .div_txt p {
    font-size: 14px;
    line-height: 25px;
}
.MsoNormal{
    font-size: 14px;
    line-height: 25px;
}
.pagination{
    /* padding:25px 0; */
    text-align: center;
}
.ss{
    padding-top: 15px;
}
.div_txt {
    display: none;
}

/*背景图*/
.bia{
    height: 390px;
    background: url(../image/r7.png) no-repeat;
    background-size:100% 100%;
    background-repeat: no-repeat;
    padding:25px 10%;
}
.bai{
    width: 1039.562px;
    margin: 0 auto;
    /*padding:0px 12%;*/
    background: #fff;
    text-align: center;
}
.bai p{
    color: #000;
    font-size: 15px;
    padding:35px 0;
}
.bai ul{
    width:800px;
    margin: 0 auto;
    padding:1.5px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.bai ul li{
    flex: 0 25%;
    /*margin:20px 0px;*/
}
.bai ul li img{
   width: 30px;
}
.bai ul li p{
    font-size: 12px;
}
/*员工*/
.yuan{
    padding:80px 10%;
}
.div_dem #show1 {
    width: 950px;
    margin: 0 auto;
    position: relative;
    margin-top: 3%;
}

.div_dem .div2 {
    margin-bottom: 8%;
    padding-top: 5%;
    position: relative;
    width: 55%;
    left: 45%;
    height: 100%;
}

.div_dem .div3 {
    width: 55%;
    position: absolute;
    top: 0px;
    overflow: hidden;
}

.div_dem .div3 div {
    overflow: hidden;
}

.div_dem .div3 img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}

.div_dem .div3:hover img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.div_dem .slides {
    width: 100%;
    position: relative;
    z-index: 1;
}

.div_dem .slides li {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.div_dem .slides li img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}

.div_dem .slides li:hover img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.div_dem .flex-control-nav {
    position: absolute;
    bottom: 5%;
    z-index: 99;
    width: 100%;
    text-align: center;
    left: 0px;
    display: none;
}

.div_dem .flex-direction-nav {
    display: none;
}

.div_dem .flex-direction-nav .flex-prev {
    position: absolute;
    top: 50%;
    left: -95%;
    margin-top: -54px;
    background: url(../image/r30.png) center no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    z-index: 100;
}

.div_dem .flex-direction-nav .flex-prev:hover {
    background: url(../image/r33.png) center no-repeat
}

.div_dem .flex-direction-nav .flex-next {
    position: absolute;
    top: 50%;
    right: -13%;
    margin-top: -54px;
    background: url(../image/r32.png) center no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    z-index: 100;
}

.div_dem .flex-direction-nav .flex-next:hover {
    background: url(../image/r34.png) center no-repeat
}
/*尾部*/
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;
}