/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */

@media screen and (min-width:1200px) {
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        font-weight: normal;
        vertical-align: baseline;
        font-size: 14px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    figure,
    form,
    blockquote {
        margin: 0;
        font-weight: normal;
    }
    /* HTML5 display-role reset for older browsers */
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }
    ol,
    ul,
    li {
        list-style: none;
    }
    blockquote,
    q {
        quotes: none;
    }
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }
    textarea {
        overflow: auto;
        resize: vertical;
        vertical-align: top;
    }
    optgroup {
        font-weight: bold;
    }
    input,
    select,
    textarea {
        outline: 0;
    }
    textarea,
    input {
        -webkit-user-modify: read-write-plaintext-only;
    }
    input::-ms-clear,
    input::-ms-reveal {
        display: none;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #999;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #999;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #999;
    }
    .placeholder {
        color: #999;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    /* custom */
    a {
        color: #7e8c8d;
        text-decoration: none;
        -webkit-backface-visibility: hidden;
    }
     ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
     ::-webkit-scrollbar-track-piece {
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 6px;
    }
     ::-webkit-scrollbar-thumb:vertical {
        height: 5px;
        background-color: rgba(125, 125, 125, 0.7);
        -webkit-border-radius: 6px;
    }
     ::-webkit-scrollbar-thumb:horizontal {
        width: 5px;
        background-color: rgba(125, 125, 125, 0.7);
        -webkit-border-radius: 6px;
    }
    * {
        box-sizing: border-box;
    }
    mark {
        background: #ff0;
        color: #000;
    }
    small {
        font-size: 80%;
    }
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    sup {
        top: -0.5em;
    }
    sub {
        bottom: -0.25em;
    }
    img {
        max-width: 100%;
        border: 0;
        vertical-align: middle;
    }
    button,
    input,
    optgroup,
    select,
    textarea {
        color: inherit;
        font: inherit;
        margin: 0;
        vertical-align: middle;
        outline: none;
    }
    button,
    input,
    select {
        overflow: visible;
    }
    button,
    select {
        text-transform: none;
    }
    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }
    html,
    body {
        width: 100%;
        font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
        color: #333;
    }
    body {
        line-height: 1.2;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background-color: #fff;
        min-height: 100%;
    }
    html {
        overflow-y: scroll;
    }
    /*清除浮动*/
    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: inline-block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .clearfix {
        *zoom: 1;
    }
    /*隐藏*/
    .dn {
        display: none;
    }
    @font-face {
        font-family: "hkyt";
        src: url("../fonts/hkyt.otf");
    }
    .container {
        width: 92%;
        max-width: 1600px;
        margin: 0 auto;
    }
    .container .index-title {
        margin-bottom: 60px;
        text-align: center;
    }
    .container .index-title p {
        max-width: 746px;
        font-size: 18px;
        color: #666;
        margin: auto;
        margin-top: 10px;
        line-height: 26px;
    }
    .container .index-title h3 {
        font-size: 32px;
        font-weight: bold;
        color: #1d1d1d;
    }
}

@media screen and (min-width:320px) and (max-width:1199px) {
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        font-weight: normal;
        vertical-align: baseline;
        font-size: .346667rem;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    figure,
    form,
    blockquote {
        margin: 0;
        font-weight: normal;
    }
    /* HTML5 display-role reset for older browsers */
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }
    ol,
    ul,
    li {
        list-style: none;
    }
    blockquote,
    q {
        quotes: none;
    }
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }
    textarea {
        overflow: auto;
        resize: vertical;
        vertical-align: top;
    }
    optgroup {
        font-weight: bold;
    }
    input,
    select,
    textarea {
        outline: 0;
    }
    textarea,
    input {
        -webkit-user-modify: read-write-plaintext-only;
    }
    input::-ms-clear,
    input::-ms-reveal {
        display: none;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #999;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #999;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #999;
    }
    .placeholder {
        color: #999;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    /* custom */
    a {
        color: #7e8c8d;
        text-decoration: none;
        -webkit-backface-visibility: hidden;
    }
     ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
     ::-webkit-scrollbar-track-piece {
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 6px;
    }
     ::-webkit-scrollbar-thumb:vertical {
        height: 5px;
        background-color: rgba(125, 125, 125, 0.7);
        -webkit-border-radius: 6px;
    }
     ::-webkit-scrollbar-thumb:horizontal {
        width: 5px;
        background-color: rgba(125, 125, 125, 0.7);
        -webkit-border-radius: 6px;
    }
    * {
        box-sizing: border-box;
    }
    mark {
        background: #ff0;
        color: #000;
    }
    small {
        font-size: 80%;
    }
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    sup {
        top: -0.5em;
    }
    sub {
        bottom: -0.25em;
    }
    img {
        max-width: 100%;
        border: 0;
        vertical-align: middle;
    }
    button,
    input,
    optgroup,
    select,
    textarea {
        color: inherit;
        font: inherit;
        margin: 0;
        vertical-align: middle;
        outline: none;
    }
    button,
    input,
    select {
        overflow: visible;
    }
    button,
    select {
        text-transform: none;
    }
    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }
    html,
    body {
        width: 100%;
        font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
        color: #333;
    }
    body {
        line-height: 1.2;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background-color: #fff;
        min-height: 100%;
    }
    html {
        overflow-y: scroll;
    }
    /*清除浮动*/
    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: inline-block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .clearfix {
        *zoom: 1;
    }
    /*隐藏*/
    .dn {
        display: none;
    }
    @font-face {
        font-family: "hkyt";
        src: url("../fonts/hkyt.otf");
    }
    .container {
        width: 92%;
        margin: 0 auto;
    }
    .container .index-title {
        margin-bottom: .8rem;
        text-align: center;
    }
    .container .index-title p {
        margin: auto;
        text-align: center;
        font-size: .373333rem;
        color: #666;
        margin-top: .266667rem;
        line-height: .586667rem;
    }
    .container .index-title h3 {
        font-size: .533333rem;
        font-weight: bold;
        color: #1d1d1d;
    }
}
:root {
    --color: #006cbd;
    --main-color: #006cbd;
    --main: #006cbd;
    --color02: rgba(54,172,74,1);
    --linear-gradient: linear-gradient(to top right,#0a5ec1,#5a8ac1);
    --linear-gradient-g: linear-gradient(135deg,#0a5ec1,#5a8ac1);
    --main-padding: 6vh 0;
    --j-color: #0a5ec1;
    --main-color2: #615d5c;
}
input.input_focus{
    border: 1px solid red !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.shadow05{box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);}
.imgblock{display: block;}
.w100{width: 100%;display: block;}
.flex{display: flex;}
.flex-jcsb{justify-content: space-between;}
.flex-end{justify-content: flex-end;}
.jc-right{justify-content: flex-end;}
.jc-center{justify-content: center;}
.ai-center{align-items: center;}
.f-left{float: left;}
.f-right{float: right;}
.fz-16{font-size: var(--fz16);}
.c-5b5b5b{color: #5b5b5b;}
.h_fff:hover{
    color: #fff !important;
}
.bg_f3f5f9{
    background-color: #f3f5f9;
}
.bg_f5{
    background-color: #f5f5f5;
}
.wline1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.wline2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.wline3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.wline4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.wline6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.wline7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.flex-wrap{flex-wrap: wrap;}
.mtop8{margin-top: 8%;}
.none{display: none;}
.img_cover,.CoverImg{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fixed{position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.fixed_f{position: fixed !important;
}
.flex1{
    flex: 1;
}
.dw_relative {
  position: relative;
  overflow: hidden;
}
.error-msg {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    font-size: 11px;
    color: red;
    transform: translateY(-50%);    
} 
.radius4{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden;
}
.radius20{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	overflow: hidden;
}
.radius10{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
}
.GDtime05{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.GDtime1{
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
a{
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.absoImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
}
.CoverImg{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block{display: block;}
.alert {
    position: fixed;
    padding: 15px 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100000;
    color: #fff;
    text-align: center;
    /* line-height: .6rem; */
    font-size: 16px;
    display: none;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    z-index: 3000;
}
.text-center{text-align: center;}
.text-left{text-align: left;}