@charset "utf-8";

/* CSS Document */

/* 全局样式
-------------------------------------------------------------- */
html, body, a, p, span, ul {
    margin: 0;
    padding: 0;
    border: none;
    color: #666;
    list-style: none;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Arial";
}

p {
    line-height: 25px;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

td {
    font-size: 14px;
}

body {
    overflow-x: hidden;
}

/* 链接样式 */
a {
    outline: none;
    text-decoration: none;
}

a:visited {
    outline: none;
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

*, ::after, ::before {
    box-sizing: border-box
}

/* 常用元素 */
.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    line-height: 1;
}

input, input:focus, button, button:focus, textarea, textarea:focus, select, select:focus, select:active {
    border: none;
    box-shadow: none;
    outline: 0;
}

*::-webkit-scrollbar, *::-webkit-scrollbar {
    width: 3px;
}

*::-webkit-scrollbar-button, *::-webkit-scrollbar-button {
    display: none;
}

*::-webkit-scrollbar-track, *::-webkit-scrollbar-track {
    background-color: #EEEEEE;
    border-radius: 6px;
}

*::-webkit-scrollbar-thumb, *::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
    border-radius: 6px;
}

.clearfix:after {
    content: '';
    height: 0;
    clear: both;
    display: block;
}

.scoll::-webkit-scrollbar {
    width: 3px;
    height: 4px;
    border-radius: 6px;
}

.scoll::-webkit-scrollbar-track {
    background-color: #EEEEEE;
    border-radius: 6px;
}

.scoll::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
    border-radius: 6px;
}

/* 层浮动 */
.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto;
}

/* 文字对齐 */
.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

.visible-xs {
    display: none !important;
}

.page {
    overflow-x: hidden;
}

.dis_flex {
    display: flex;
}

.dis_center {
    align-items: center;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font32 {
    font-size: 32px;
}

.font40 {
    font-size: 40px;
}

.font36 {
    font-size: 36px;
}

.font46 {
    font-size: 46px;
}

.font48 {
    font-size: 48px;
}

.font60 {
    font-size: 60px;
}

.one_line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.two_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.w100 {
    width: 100%;
}

.pd20 {
    padding-left: 20px;
    padding-right: 20px;
}

.height90 {
    height: 90px;
}

@media screen and (min-width:768px) {
    .trans {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

}

@media screen and (max-width:1366px) {
    .font60 {
        font-size: 50px;
    }

    .font48 {
        font-size: 44px;
    }

    .font46 {
        font-size: 42px;
    }

    .font40 {
        font-size: 38px;
    }

    .font32 {
        font-size: 30px;
    }

    .font36 {
        font-size: 34px;
    }

}

@media screen and (max-width:1280px) {
    .font60 {
        font-size: 46px;
    }

    .font48 {
        font-size: 40px;
    }

    .font46 {
        font-size: 38px;
    }

    .font40 {
        font-size: 36px;
    }

    .font32 {
        font-size: 28px;
    }

    .font36 {
        font-size: 32px;
    }

    .font24 {
        font-size: 22px;
    }

}

@media screen and (max-width:991px) {
    .height90 {
        height: 80px;
    }

    .font22 {
        font-size: 20px;
    }

    .font24 {
        font-size: 22px;
    }

    .font32 {
        font-size: 26px;
    }

    .font36 {
        font-size: 30px;
    }

    .font40 {
        font-size: 34px;
    }

    .font46 {
        font-size: 36px;
    }

    .font48 {
        font-size: 38px;
    }

    .font60 {
        font-size: 40px;
    }

}

@media screen and (max-width:767px) {
    .height90 {
        height: 70px;
    }

    .font18 {
        font-size: 16px;
    }

    .font20 {
        font-size: 18px;
    }

    .font22 {
        font-size: 18px;
    }

    .font24 {
        font-size: 20px;
    }

    .font32 {
        font-size: 22px;
    }

    .font36 {
        font-size: 24px;
    }

    .font40 {
        font-size: 28px;
    }

    .font46 {
        font-size: 30px;
    }

    .font48 {
        font-size: 32px;
    }

    .font60 {
        font-size: 30px;
    }

}

@media screen and (max-width:414px) {
    .font36 {
        font-size: 24px;
    }

    .font32 {
        font-size: 20px;
    }

    .font24 {
        font-size: 18px;
    }

}

@media screen and (max-width:375px) {
    .font60 {
        font-size: 32px;
    }

    .font46 {
        font-size: 28px;
    }

    .font48 {
        font-size: 30px;
    }

    .font40 {
        font-size: 26px;
    }

}

@media screen and (max-width:360px) {
    .font40 {
        font-size: 26px;
    }

    .font46 {
        font-size: 28px;
    }

}

@media screen and (max-width:350px) {
    .font40 {
        font-size: 24px;
    }

    .font46 {
        font-size: 26px;
    }

}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
}

@media (max-width:1580px) {
    .container {
        padding: 0 5%;
    }

}

@media (max-width:1440px) {
    .container {
        padding: 0 8%;
    }

}

@media (max-width:1280px) {
    .container {
        padding: 0 5%;
    }

}

@media (max-width:991px) {
    .container {
        padding: 0 4%;
    }

}

@media (max-width:900px) {
    .container {
        max-width: 700px;
        padding-right: 20px;
        padding-left: 20px;
    }

}

@media (max-width:576px) {
    .container {
        max-width: 100%;
    }

}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/dincond-medium-webfont.eot');
    src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}