﻿@charset "utf-8";

ul,
ol,
li {
    margin: 0;
    list-style-type: none;
}
ul{
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0;
}
a {
    transition: all .36s;
    text-decoration: none;
}
body,
button,
input,
select,
textarea {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    color: #333;
    border: 0;
    outline: none;
    background: none;
}

/* form {
    width: 100%;
} */

input,
textarea {
    -webkit-appearance: none;
}

input {
    line-height: normal;
    text-overflow: ellipsis;
}

input:focus::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}

input:focus:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

input:focus::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}

input:focus:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}

input,
[tabindex="0"] {
    outline: 0 !important;
}

textarea {
    resize: none;
}

label {
    font-weight: normal;
}

select::-ms-expand {
    display: none;
}

a:active,
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
select::-moz-focus-inner,
input[type='file']>input[type='button']::-moz-focus-inner {
    border: 0;
    outline: 0;
}

a,
button {
    cursor: pointer;
}
p{
    margin-bottom: 0rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin-bottom: 0rem;
}


/* 公用类名 start */

/* 显示隐藏 */
.hc_show,
.hc_block {
    display: block;
}

.hc_hide {
    display: none;
}


/* 浮动 */
.clearfix::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 自定义slick切换动画 */
.hc_slick_anmt.nexting .hc_slick_prev {
    z-index: 999 !important;
}

.hc_slick_anmt.nexting .hc_slick_active {
    z-index: 1000 !important;
}

.hc_slick_anmt.preving .hc_slick_prev {
    z-index: 1000 !important;
}

.hc_slick_anmt.preving .hc_slick_active {
    z-index: 999 !important;
}

.hc_slick_anmt.nexting .hc_slick_active {
    animation: slideInRight .3s ease-out both;
}

.hc_slick_anmt.preving .hc_slick_prev {
    animation: slideOutRight .3s ease-in both;
}

/* 公用类名 end */


/* 插件默认样式修改 start*/

@media screen and (max-width: 767px) {

    /* slick指示点 */
    .slick-dots li {
        width: 8px;
        height: 8px;
    }
}


/* 公用类名 end */

/* 插件样式初始化 start*/
.wow {
    visibility: hidden;
}

/* 滚动条插件样式初始化 */
.mCSB_outside+.mCSB_scrollTools {
    right: 0 !important;
}

.hc_select_bd .mCSB_outside+.mCSB_scrollTools .mCSB_draggerContainer {
    top: 15px;
    bottom: 15px;
}

/*slick 修整*/
.slick-track .slick-slide {
    display: block !important;
}

/* 高德地图地图标注图片调整 */
.amap-icon img {
    width: 100%;
}

/* 滚动条插件横向样式1 */
.hc_scrollx_style1 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.hc_scrollx_style1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0;
    height: 100%;
}

.hc_scrollx_style1 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 8px;
    bottom: 0;
}

.hc_scrollx_style1:not(.mCS_no_scrollbar) {
    padding-bottom: 20px;
}

/* 插件样式初始化 end*/


/*载入效果 start*/
.hc_fadeup1 {
    animation: hcfadeInUp .6s ease-in-out both;
    animation-delay: 0.1s;
}

.hc_fadeup2 {
    animation: hcfadeInUp .6s ease-in-out both;
    animation-delay: 0.2s;
}

.hc_fadeup3 {
    animation: hcfadeInUp .6s ease-in-out both;
    animation-delay: 0.3s;
}

.hc_fadeup4 {
    animation: hcfadeInUp .6s ease-in-out both;
    animation-delay: 0.4s;
}

.hc_fadeup5 {
    animation: hcfadeInUp .6s ease-in-out both;
    animation-delay: 0.5s;
}

.hc_fadeup6 {
    animation: hcfadeInUp .6s ease-in-out both;
    animation-delay: 0.6s;
}

.hc_fadeup7 {
    animation: hcfadeInUp .6s ease-in-out both;
    animation-delay: 0.7s;
}

.hc_fadeup8 {
    animation: hcfadeInUp .6s ease-in-out both;
    animation-delay: 0.8s;
}

.hc_fadeup9 {
    animation: hcfadeInUp .6s ease-in-out both;
    animation-delay: 0.9s;
}

.hc_fadein1 {
    animation: fadeIn .5s ease-in-out both;
    animation-delay: 0.1s;
}

.hc_fadedown1 {
    animation: fadeInDown .5s ease-in-out both;
    animation-delay: 0.1s;
}

.hc_fadeleft1 {
    animation: fadeInLeft .5s ease-in-out both;
    animation-delay: 0.1s;
}

.hc_faderight1 {
    animation: fadeInRight .5s ease-in-out both;
    animation-delay: 0.1s;
}

@-webkit-keyframes hcfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes hcfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

/*载入效果 end*/