body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    font-weight: 400;
    margin     : 0;
    padding    : 0;
}

h1,
h2,
h3,
h4,
h4,
h5 {
    margin : 0;
    padding: 0;
}

html,
body {
    width : 100%;
    height: 100%;
}

body {
    background-color        : #ffffff;
    color                   : #666666;
    font-family             : Helvetica, Arial, sans-serif;
    font-size               : 12px;
    padding                 : 0;
    text-align              : left;
    -webkit-text-size-adjust: none;
}

select {
    font-size: 12px;
}

table {
    border-collapse: collapse;
}

fieldset,
img {
    border: 0 none;
}

fieldset {
    margin : 0;
    padding: 0;
}

fieldset p {
    margin : 0;
    padding: 0 0 0 8px;
}

legend {
    display: none;
}

address,
caption,
em,
strong,
th,
i {
    font-style : normal;
    font-weight: 400;
}

table caption {
    margin-left: -1px;
}

hr {
    border-bottom: 1px solid #ffffff;
    border-top   : 1px solid #e4e4e4;
    border-width : 1px 0;
    clear        : both;
    height       : 2px;
    margin       : 5px 0;
    overflow     : hidden;
}

ol,
ul {
    list-style-image   : none;
    list-style-position: outside;
    list-style-type    : none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

a {
    text-decoration: none;
    display        : inline-block;
}

a:hover {
    text-decoration: none;
}

.pointer {
    cursor: pointer;
}

input[type="text"] {
    border            : none;
    outline           : none;
    -webkit-appearance: none;
    background        : transparent;
}

textarea {
    border            : none;
    outline           : none;
    -webkit-appearance: none;
    background        : transparent;
    resize            : none;
    width             : 100%;
}

.section-wrap {
    width             : 100%;
    height            : 100%;
    overflow          : visible;
    transition        : transform 1s cubic-bezier(0.86, 0, 0.03, 1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}

.section-wrap .section {
    position           : relative;
    width              : 100%;
    height             : 100%;
    background-position: center center;
    background-repeat  : no-repeat;
}

.section-wrap .section .title {
    width     : 100%;
    /*position  : absolute;*/
    top       : 10%;
    color     : #fff;
    font-size : 2.4em;
    text-align: center;
}

.section-wrap .section .title p {
    padding: 0 4%;
    opacity: 0;
}

.section-wrap .section .title.active .tit {
    opacity           : 1;
    transform         : translateY(-25px);
    -webkit-transform : translateY(-25px);
    transition        : all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -webkit-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
}

.put-section-0 {
    transform        : translateY(0);
    -webkit-transform: translateY(0);
}

.put-section-1 {
    transform        : translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.put-section-2 {
    transform        : translateY(-200%);
    -webkit-transform: translateY(-200%);
}

.put-section-3 {
    transform        : translateY(-300%);
    -webkit-transform: translateY(-300%);
}

.put-section-4 {
    transform        : translateY(-400%);
    -webkit-transform: translateY(-400%);
}

.put-section-5 {
    transform        : translateY(-500%);
    -webkit-transform: translateY(-500%);
}

.section-btn {
    width   : 14px;
    position: fixed;
    right   : 4%;
    top     : 50%;
    z-index : 9999;
    opacity : 0.4;
}

.section-btn li {
    width                : 14px;
    height               : 14px;
    cursor               : pointer;
    text-indent          : -9999px;
    border-radius        : 50%;
    -webkit-border-radius: 50%;
    margin-bottom        : 12px;
    background           : #eee;
    text-align           : center;
    color                : #fff;
    cursor               : pointer;
}

.section-btn li.on {
    background: #1193D5FF;
}

img {
    width         : 100%;
    vertical-align: top;
}

.ov {
    overflow: hidden;
}

.fff {
    color: #ffffff;
}

.fon12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.font30 {
    font-size: 30px;
}

.font36 {
    font-size: 36px;
    letter-spacing: 8px;
}

.font48 {
    font-size: 48px;
}

.font50 {
    font-size: 50px !important;
}

.font60 {
    font-size: 60px !important;
}

.center {
    text-align: center;
}

.t-right {
    text-align: right;
}

.relative {
    position: relative;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt75 {
    margin-top: 75px;
}

.mt100 {
    margin-top: 100px;
}

.w1200 {
    width : 1200px;
    margin: 0 auto;
}

.color0 {
    color: #000;
}

.color3 {
    color: #333;
}

.color6 {
    color: #666;
}

.color9 {
    color: #999;
}

.color-red {
    color: red;
}

.pagination ul {
    display        : flex;
    justify-content: center;
}

.pagination ul a {
    height       : 32px;
    border-radius: 4px 4px 4px 4px;
    border       : 1px solid #ccc;
    padding      : 0 10px;
    line-height  : 32px;
    margin       : 0 3px 90px;
    color        : #666;
}

.pagination ul a:hover {
    background-color: #2e96f7ff;
    color           : #fff !important;
}

.actived-bg {
    background-color: #2e96f7ff;
    color           : #fff !important;
}

.actived {
    color: #2e96f7ff !important;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    clear  : both;
}

.ov2 {
    overflow          : hidden;
    display           : -webkit-box;
    text-overflow     : ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space       : normal;
}

.pagination {
    margin: 60px auto;
}

.banner {
    min-width: 1200px;
    overflow : hidden;
    position : relative;
}

.banner img {
    position : absolute;
    width    : 100%;
    height   : 280px;
    top      : 0;
    left     : 50%;
    transform: translateX(-50%);
}