@font-face {
    font-family: 'di';
    src: url('../fonts/di.woff') format('woff'),
    url('../fonts/di.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}

html *::-webkit-scrollbar {
    width: 7px;
    background: #fff;
}

html *::-webkit-scrollbar-thumb {
    background: #ccc;
}

html *::-webkit-scrollbar-track-piece {
    width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

fieldset,
iframe,
img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
canvas,
video,
progress {
    display: inline-block;
    vertical-align: baseline
}

button {
    background: none;
    border: 0;
    box-sizing: content-box;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    overflow: visible;
    vertical-align: inherit
}

button:disabled {
    cursor: default
}

audio:not([controls]) {
    display: none
}

input {
    font-family: '微软雅黑'
}

input[type="text"],
input[type="tel"],
input[type="button"],
input[type="reset"],
input[type="email"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: 'Microsoft YaHei'
}

body {
    font: normal normal normal 14px/1.8 Gotham, 'Microsoft YaHei', Helvetica, Arial, " sans-serif";
    color: #555;
}

a,
a:link,
a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

a:hover {
    text-decoration: none
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl,
dd {
    padding: 0;
    margin: 0;
}

img {
    border: none;
    transform: translate3d(0,0,0);
}

/*---------------------------------------------------------------通用样式---------------------------------------------------------------*/


.container {
    margin: 0 auto;
    /*background-color: #000;*/
    width: 1300px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}

.row > .col-xs- *, .row > .col-sm- *, .row > .col-sm- * {
    /* padding-left:10px;
    padding-right:10px; */
    min-height: 1px;
    position: relative;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-1, .col-sm-1, .col-lg-1, .col-md-2, .col-sm-2, .col-lg-2, .col-md-3, .col-sm-3, .col-lg-3, .col-md-4, .col-sm-4, .col-lg-4, .col-md-5, .col-sm-5, .col-lg-5, .col-md-6, .col-sm-6, .col-lg-6, .col-md-7, .col-sm-7, .col-lg-7, .col-md-8, .col-sm-8, .col-lg-8, .col-md-9, .col-sm-9, .col-lg-9, .col-md-10, .col-sm-10, .col-lg-10, .col-md-11, .col-sm-11, .col-lg-11, .col-md-12, .col-sm-12, .col-lg-12 {
    flex: 0 0 100%;
}

.col-xs-12 {
    flex: 0 0 100%;
}

.col-xs-1 {
    flex: 0 0 8.33333%;
}

.col-xs-2 {
    flex: 0 0 16.66667%;
}

.col-xs-3 {
    flex: 0 0 25%;
}

.col-xs-4 {
    flex: 0 0 33.33333%;
}

.col-xs-5 {
    flex: 0 0 41.66667%;
}

.col-xs-6 {
    flex: 0 0 50%;
}

.col-xs-7 {
    flex: 0 0 58.33333%;
}

.col-xs-8 {
    flex: 0 0 66.66667%;
}

.col-xs-9 {
    flex: 0 0 75%;
}

.col-xs-10 {
    flex: 0 0 83.33333%;
}

.col-xs-11 {
    flex: 0 0 91.66667%;
}

@media (min-width: 768px) {
    .col-sm-12 {
        flex: 0 0 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
    }
}

@media (min-width: 992px) {

    .col-md-12 {
        flex: 0 0 100%;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
    }
}

@media (min-width: 1200px) {


    .col-lg-12 {
        flex: 0 0 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
    }
}


/*------------------------公共-------------------------*/
.biaotiwai {
    margin: 0 auto !important;
    display: flex;
    padding-top: 40px !important;
    padding-bottom: 90px !important;
    border-left: 1px transparent solid;
    border-image: linear-gradient(to bottom, #EEEEEE, transparent) 1 5;
}

.neirong1 {
    margin: 0 auto !important;
}

.biaotiwai > div:nth-child(1) {
    width: 28.5%;
}

.biaotiwai > div:nth-child(2) {
    padding: 0 70px;
    margin-left: 0 !important;
    width: 71.5%;
}

.zuodian img {
    display: block;
}

.zuodian {
    position: absolute;
    top: 208px;
    z-index: 2;
}

.zuoyi img {
    width: 100%;
    display: block;
}
.biaoti{
    position: relative;
    overflow: hidden;
    text-transform: uppercase!important;
}
.biaoti:after{
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 10;
    background: #0096FF;
    -webkit-transition: transform 0.6s 0.6s ease-out;
    -moz-transition: transform 0.6s 0.6s ease-out;
    -ms-transition: transform 0.6s 0.6s ease-out;
    -o-transition: transform 0.6s 0.6s ease-out;
    transition: transform 0.6s 0.6s ease-out;
}
.biaoti.aos-init:after{
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
}

@media (max-width: 1440px) {

}

@media (max-width: 1360px) {
    .container {
        width: 1200px !important;
    }

    .biaoti {
        font-size: 40px !important;
    }
}

@media (max-width: 1230px) {
    .container {
        width: 970px !important;
    }

    .biaotiwai > div:nth-child(2) {
        padding: 0 45px;
    }

    .erji > div:last-child {

    }

    .biaoti, .zuoyi1 {
        font-size: 30px !important;
    }

    .zuoyi1 {
        text-align: right;
        padding-left: 0!important;
    }

}

@media (max-width: 992px) {
    .header_wap .logo {
        height: 45px;
        margin-top: 7.5px;
        display: block;
    }

    .container {
        width: 750px !important;
    }

    .zuoyi {
        padding-right: 0 !important;
    }

    .zuoyi1 {
        padding-left: 0 !important;
        width: 100%;
        text-align: center;
    }

    .biaoti, .zuoyi1 {
        font-size: 24px !important;
    }

    .zuoyi1 {
        line-height: 40px !important;
        padding-bottom: 80px !important;
    }

    .biaotiwai > div:nth-child(2) {
        padding: 0 25px;
    }

    .biaotiwai {
        padding: 45px 0 !important;
    }
    .erji {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .biaotiwai {
        flex-wrap: wrap;
        padding: 25px 0 !important;
    }

    .biaotiwai > div:nth-child(1) {
        width: 100%;
    }

    .biaotiwai > div:nth-child(2) {
        width: 100%;
        padding: 25px 15px;
    }


    .zuoyi {
        margin-top: 25px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center;
    }

    .zuoyi1 {
        padding: 0 !important;
    }

}