* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
}

body {
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
    color: #666666;
    font-family: arial, sans-serif;
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    /*控制内容的可选择性*/
    /*-webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;*/
}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

.ul,
.ul li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table td {
    border-collapse: collapse;
}

select,
input,
textarea {
    font-size: 14px;
    color: #333;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: arial, sans-serif;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

a {
    color: #333;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    /* 去掉链接触摸高亮 */
}

a:hover {
    color: #173697;
    text-decoration: none;
}

a:focus {
    color: #000;
    outline: none;
    -moz-outline: none;
}

a:active {
    color: #000;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0;
    font-family: "Microsoft YaHei", "Arial";
    text-align: justify;
    text-justify: inter-ideograph;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}

.clearfix {
    *zoom: 1;
}

/*IE/7/6*/

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*多行文本省略号*/

.dot2,
.dot3,
.dot4,
.dot5 {
    display: -moz-box;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

/*2行文本省略号*/

.dot2 {
    -webkit-line-clamp: 2;
}

/*3行文本省略号*/

.dot3 {
    -webkit-line-clamp: 3;
}

/*4行文本省略号*/

.dot4 {
    -webkit-line-clamp: 4;
}

/*5行文本省略号*/

.dot5 {
    -webkit-line-clamp: 5;
}

.Ispic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/*:before,
:after{ position:absolute; content:'';}*/

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list: focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -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 {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.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;
}

.slick-arrow .slick-hidden {
    display: none;
}

.slick-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    transition: all 0.5s;
    z-index: 10;
    border: 2px solid #173697;
    border-top: none;
    cursor: pointer;
    font-size: 0;
    background: transparent;
    border-left: none;
}

.slick-prev {
    left: -3%;
}

.slick-next {
    right: -3%;
    transform: translateY(-50%) rotate(-45deg);
}

.slick-dots {
    text-align: center;
    width: 100%;
    z-index: 10;
}

.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid transparent;
    margin: 0 5px;
    cursor: pointer;
    background-color: #e5e5e5;
}

.slick-dots li button {
    display: none;
}

.slick-dots .slick-active {
    background-color: #173697;
}

.dotCircle .slick-dots {
    position: absolute;
    left: 0;
    bottom: calc( 58 / 960 * 100%);
}

.dotCircle .slick-dots li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    opacity: .5;
    background-color: transparent;
}

.dotCircle .slick-dots li button {
    display: block;
    width: 6px;
    height: 6px;
    border: none;
    background-color: #fff;
    font-size: 0;
    border-radius: 100%;
    cursor: pointer;
}

.dotCircle .slick-dots .slick-active {
    opacity: 1;
    border-color: #fff;
}

@media screen and (max-width: 768px) {
    .slick-arrow {
        width: 15px;
        height: 15px;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
}

@media screen and (max-width: 640px) {
    .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
    .dotCircle .slick-dots li {
        width: 18px;
        height: 18px;
    }
}

.ytable {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.ytable_cell {
    display: table-cell;
    vertical-align: middle;
}

.Iscover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Iscontain {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/select.gif) no-repeat scroll 96% center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
    display: none;
}

/* 设置滚动条的样式 */

.scroll {
    background: #fff;
}

.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* 滚动槽 */

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: #eeeeee;
}

/* 滚动条滑块 */

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #00b8bc;
}

.Pages {
    text-align: center;
    margin: 3% 0;
    color: #333333;
}

.Pages * {
    vertical-align: middle;
    display: inline-block;
}

.Pages .p_cur,
.Pages .p_count,
.Pages .p_total {
    display: none;
}

.Pages a {
    display: inline-flex;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    color: #333333;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
    margin: 0 8px;
    align-items: center;
    justify-content: center;
}

.Pages a:hover,
.Pages a.a_cur {
    color: #fff;
    background-color: #173697;
    border-color: #173697;
}

.Pages em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.Pages .i_text {
    width: 47px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ceced5;
}

.Pages .i_button {
    cursor: pointer;
    background: none;
    width: 47px;
    height: 36px;
    border: 1px solid #ceced5;
}

.Pages .p_jump b {
    font-weight: normal;
    margin: 0 5px;
}

.Pages .a_prev,
.Pages .a_next {
    font-family: serif;
    font-weight: bold;
    padding: 0;
    width: 50px;
}

@media(max-width:640px) {
    .Pages a.a_first,
    .Pages a.a_end {
        display: none;
    }
    .Pages a {
        padding: 0;
        width: 30px;
        height: 30px;
        margin: 0 2px;
    }
    .Pages .a_prev,
    .Pages .a_next {
        width: 30px;
    }
}