﻿/* Slider */

.slick-slider {
    position: relative;
    display: block;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}


/*.slick-loading .slick-list { background: white url(../images/ajax-loader.gif) center center no-repeat; }*/

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    overflow: hidden;
}

.slick-slide img {
    display: block;
    /*width: 100%;*/
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}


/* Icons */


/*@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }*/


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 57px;
    width: 42px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: url(../images/banner-arrow.png);
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
    background-position: 0 0;
}

.slick-prev:focus,
.slick-next:focus {
    outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 1px;
}


/*.slick-prev:before { content: "\2190"; }*/

.slick-next {
    right: 1px;
    background-position: -42px 0;
}


/*.slick-next:before { content: "\2192"; }*/


/* Dots */


/*.slick-slider { margin-bottom: 30px; }*/

.slick-dots {
    position: absolute;
    bottom: 5.8%;
    list-style: none;
    display: block;
    text-align: right;
    padding: 0 0.25%;
    width: 95.5%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    _display: inline;
    *display: inline;
    *zoom: 1;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    margin: 0px 4px;
    padding: 0px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff);
}

.slick-dots li button {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    outline: none;
    padding: 0;
}

.slick-dots li button:focus {
    outline: none;
}


/*.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }*/

.slick-dots li.slick-active {
    background: #8d0907;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 1px;
    vertical-align: baseline;
}


/* * { touch-action: pan-y; } */


/*img{display: inline-block;}*/

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000000;
    -webkit-tap-highlight-color: transparent;
}

body,
html {
    width: 100%;
    height: 100%;
    /* height: 1080px; */
    background: #f5f5f5;
    /* font-size: 12px; */
    font-family: "微软雅黑";
    /* font-size:62.5%; */
}


/*body {font-size:16px;  }*/

body {
    position: relative;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
}

.clearFix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

img {
    border: none;
    /*width: 100%;*/
}

.dis-block {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.pt35 {
    padding-top: 35px;
}

.ml20 {
    margin-left: 20px;
}

.pr {
    position: relative;
}

.block {
    display: block;
}


/*字体*/

@font-face {
    font-family: 'fontNameHelve';
    src: url('../font/HelveticaInseratLTRoman.otf');
    /*src: local('fontName Regular'),
        local('fontName'),
        url('fontName.woff') format('woff'),
        url('fontName.ttf') format('truetype'),
        url('fontName.svg#fontName') format('svg');*/
}

.c3E95F0 {
    color: #3E95F0 !important;
}

* {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}


/* img:hover{transform:scale(1.05); transition: transform 0.7s ease-out 0s; -moz-transition: transform 0.7s ease-out 0s;}	 */