html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0
}

fieldset, img {
    border: 0
}

img {
    display: block;
    max-height: 100%;
}

a {
    text-decoration: none;
    /*color:#6A6A6A;*/
}

ul, ol {
    list-style: none
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: #9C9C9C;
}

textarea:-moz-placeholder, input:-moz-placeholder {
    color: #9C9C9C;
}

textarea::-moz-placeholder, input::-moz-placeholder {
    color: #9C9C9C;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    color: #9C9C9C;
}

/*body{*/
/*    min-width: 600px;*/
/*}*/
select, input {
    vertical-align: middle
}

select, input, textarea {
    font-size: 12px;
    margin: 0
}

input[type="text"], input[type="password"], textarea {
    outline-style: none;
    -webkit-appearance: none
}

textarea {
    resize: none
}

table {
    border-collapse: collapse
}

html {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif; /*“Microsoft YaHei”*/
! important;
}

#header {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#footer {
    background-color: #363636;
    padding-bottom: 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.toBottom {
    margin-bottom: 80px;
}


@media (min-width: 769px) {
    html {
        font-size: 12px;
    }

    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 14px;
    }

    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 16px;
    }

    .container {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    html {
        font-size: 18px;
    }

    .container {
        width: 1220px;
    }
}

@media screen and(max-width: 768px) {
    html {
        font-size: 12px;
    }

    .container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container {
        margin-top: -30px;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
}


/**/
.page_title {
    margin-top: 130px;
    text-align: center;

}

.page_title span {
    display: inline-block;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    margin-right: 10px;
}

.page_title span:nth-child(1) {
    display: inline-block;
    margin-bottom: 12px;
    width: 140px;
    height: 2px;
    background: #fff;
    border-radius: 1px;

}

.page_title span:nth-child(3) {
    display: inline-block;
    margin-bottom: 12px;
    width: 140px;
    height: 2px;
    background: #fff;
    border-radius: 1px;

}

.page_title p {
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 20px;
    margin-top: 20px;
}

/*分页样式*********************************************************/
.pages {
    width: 450px;
    margin: 0 auto;
}

.pagination {
    width: 100%;
}

.pagination li {
    float: left;
    border: 1px solid #c7cdd9;
    border-radius: 3px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    text-align: center;

}

.page {
    width: 40px;
    height: 40px;
    color: #c7cdd9;
}

.prev {
    padding: 0 10px;
    color: #696969;
}

.next {
    padding: 0 10px;
    color: #696969;
}

.active {
    background-color: #1594f3;
    color: #fff;
    border: none !important;
}

.disabled {
    color: #c7cdd9;
}

.totalPages {
    display: inline-block;
    height: 40px;
    font-size: 12px;
    color: #333333;
    line-height: 40px;
    margin-left: 20px;

}

/*边框动画*/
.border1 {
    width: 100%;
    border-top: 1px solid #0063d1;
    position: absolute;
    top: 0;
    left: -100%;
}

.border2 {
    border-right: 1px solid #0063d1;
    height: 100%;
    position: absolute;
    top: -100%;
    right: 0;
}

.border3 {

    border-bottom: 1px solid #0063d1;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: -100%;
}

.border4 {
    position: absolute;
    border-left: 1px solid #0063d1;
    height: 100%;
    bottom: -100%;
    left: 0;
}

@keyframes clients_border1 {
    0% {
        left: -100%;


    }
    50% {
        left: 0;
    }
    100% {
        left: 100%;
        /*border-top: 1px solid #0063d1;*/
    }
}

@keyframes clients_border2 {
    0% {
        top: -100%;

    }
    50% {
        top: 0;
    }
    100% {
        top: 100%;

    }
}

@keyframes clients_border3 {
    0% {
        right: -100%;

    }
    50% {
        right: 0;
    }
    100% {
        right: 100%
    }
}

@keyframes clients_border4 {
    0% {
        bottom: -100%;

    }
    50% {
        bottom: 0;
    }
    100% {
        bottom: 100%;

    }
}
