﻿@charset "utf-8";

/*@font-face {
    font-family: 'Noto Serif CJK SC';
    font-style: normal;
    src: url('../fonts/SourceHanSerifCN-Regular-1.otf') format('opentype');
}*/

/* @font-face {
    font-family: 'Noto Serif CJK SC';
    font-style: normal;
    src: url('../fonts/sourcehanserifcn-regular-webfont.ttf') format('truetype'),
} */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    margin: 0;
    padding: 0;
    line-height: 1.15;
}

body {
    font-family: '宋体','simsun','新宋体','NSimSun','Source Han Serif SC', 'PingFang SC','Microsoft YaHei', "Arial";
    font-size: 14px;
    color: #666;
    position: relative;
}

a, img, button, input, textarea, select {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input, input:focus, button, button:focus {
    box-shadow: none;
    outline: 0;
    border: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
}

i {
    font-style: normal;
}

.img img {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.oh {
    overflow: hidden;
}

.toh {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.15;
}

.pr {
    position: relative;
}

.tc {
    text-align: center;
}

.db {
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.sca {
    overflow: hidden;
}

.cp {
    cursor: pointer;
}

/*图片悬浮放大*/
.sca>img {
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
}

.sca>img:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

/*Y轴旋转*/
.rot-y img {
    -o-transition: all 1.6s;
    transition: all 1.6s;
    -webkit-transition: all 1.6s;
}

.rot-y:hover img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.dis_flex {
    display: flex;
}

.dis_center {
    justify-content: space-between;
}

.dis_acenter {
    align-items: center;
}

/*scroll*/
body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdbdbd;
}

body::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.4);
}

@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;
}

.box:after, ul:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.mobile-show {
    display: none;
}

/*版心页面大小*/
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
}

@media (max-width:1580px) {
    .container {
        padding: 0 5%;
    }

}

@media (max-width:1440px) {
    .container {
        padding: 0 5%;
    }

}

@media (max-width:1280px) {
    .container {
        padding: 0 5%;
    }

}

@media (max-width:991px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

}

@media (max-width:576px) {
    .container {
        width: 100%;
    }

}
.font18 {
    font-size: 18px;
}
.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font30 {
    font-size: 30px;
}

.font32 {
    font-size: 32px;
}

.font36 {
    font-size: 36px;
}

.font38 {
    font-size: 38px;
}

.font40 {
    font-size: 40px;
}

.font42 {
    font-size: 42px;
}

.font44 {
    font-size: 44px;
}

.font48 {
    font-size: 48px;
}

.font52 {
    font-size: 52px;
}

.font56 {
    font-size: 56px;
}

.font64 {
    font-size: 64px;
}

.font100 {
    font-size: 100px;
}

@media (max-width:1440px) {
    .font42 {
        font-size: 40px;
    }

    .font44 {
        font-size: 40px;
    }

    .font48 {
        font-size: 42px;
    }

    .font52 {
        font-size: 50px;
    }

    .font56 {
        font-size: 54px;
    }

    .font64 {
        font-size: 60px;
    }

    .font100 {
        font-size: 94px;
    }

}

@media (max-width:1366px) {
    .font24 {
        font-size: 22px;
    }

    .font26 {
        font-size: 24px;
    }

    .font38 {
        font-size: 36px;
    }

    .font40 {
        font-size: 38px;
    }

    .font42 {
        font-size: 38px;
    }

    .font44 {
        font-size: 38px;
    }

    .font48 {
        font-size: 40px;
    }

    .font52 {
        font-size: 48px;
    }

    .font56 {
        font-size: 52px;
    }

    .font64 {
        font-size: 58px;
    }

    .font100 {
        font-size: 94px;
    }

}

@media (max-width:1280px) {
    .font30 {
        font-size: 28px;
    }

    .font32 {
        font-size: 30px;
    }

    .font36 {
        font-size: 32px;
    }

    .font38 {
        font-size: 34px;
    }

    .font40 {
        font-size: 34px;
    }

    .font42 {
        font-size: 36px;
    }

    .font44 {
        font-size: 36px;
    }

    .font48 {
        font-size: 38px;
    }

    .font52 {
        font-size: 46px;
    }

    .font56 {
        font-size: 50px;
    }

    .font64 {
        font-size: 56px;
    }

    .font100 {
        font-size: 92px;
    }

}

@media (max-width:991px) {
    .font24 {
        font-size: 22px;
    }

    .font26 {
        font-size: 24px;
    }

    .font30 {
        font-size: 28px;
    }

    .font32 {
        font-size: 30px;
    }

    .font36 {
        font-size: 30px;
    }

    .font38 {
        font-size: 32px;
    }

    .font42 {
        font-size: 32px;
    }

    .font44 {
        font-size: 32px;
    }

    .font48 {
        font-size: 34px;
    }

    .font40 {
        font-size: 34px;
    }

    .font52 {
        font-size: 42px;
    }

    .font56 {
        font-size: 46px;
    }

    .font64 {
        font-size: 50px;
    }

    .font100 {
        font-size: 80px;
    }

}

@media (max-width:767px) {
    .font24 {
        font-size: 20px;
    }

    .font26 {
        font-size: 22px;
    }

    .font30 {
        font-size: 22px;
    }

    .font32 {
        font-size: 24px;
    }

    .font36 {
        font-size: 22px;
    }

    .font38 {
        font-size: 24px;
    }

    .font40 {
        font-size: 28px;
    }

    .font42 {
        font-size: 30px;
    }

    .font44 {
        font-size: 30px;
    }

    .font48 {
        font-size: 32px;
    }

    .font52 {
        font-size: 36px;
    }

    .font56 {
        font-size: 40px;
    }

    .font64 {
        font-size: 30px;
    }

    .font100 {
        font-size: 60px;
    }

}

@media (max-width:500px) {
    .font56 {
        font-size: 35px;
    }

}

@media (max-width:360px) {
    .font40 {
        font-size: 26px;
    }

    .font24 {
        font-size: 20px;
    }

    .font26 {
        font-size: 22px;
    }

    .font30 {
        font-size: 22px;
    }

    .font32 {
        font-size: 24px;
    }

    .font36 {
        font-size: 22px;
    }

    .font44 {
        font-size: 24px;
    }

    .font48 {
        font-size: 28px;
    }

    .font60 {
        font-size: 28px;
    }

    .font64 {
        font-size: 28px;
    }

    .font100 {
        font-size: 40px;
    }

}
