@charset "UTF-8";
a:focus,button:focus {outline:none!important;}
button::-moz-focus-inner {border:0;}
*:focus {outline:none;}
blockquote {padding:0;margin:0;}
input,button,select,textarea {outline:none;}
label {margin-bottom:0;}
p {margin:0;}
ul,ol {list-style:none;padding:0;margin:0;}
ul li,ol li {display:block;}
dl {margin:0;}
dt,dd {line-height:inherit;}
dt {font-weight:inherit;}
dd {margin-bottom:0;}
cite {font-style:normal;}
form {margin-bottom:0;}
blockquote {padding-left:0;border-left:0;}
address {margin-top:0;margin-bottom:0;}
figure {margin-bottom:0;}
html p a:hover {text-decoration:none;}

*, *::before, *::after {box-sizing: border-box;}
::-webkit-input-placeholder{color: var(--gray);}
::-ms-input-placeholder{color: var(--gray);}
::placeholder{color: var(--gray);}

body{font-family:Arial,Helvetica,sans-serif; font-size:16px; line-height:1.6; font-weight:500; color:var(--dark); background:var(--white); -webkit-text-size-adjust:none; -webkit-font-smoothing:subpixel-antialiased;}


@media screen and (max-width:1366px){
    body {font-size:14px}
    h1,.h1 {font-size:2em}
    h2,.h2 {font-size:1.75em}
    h3,.h3 {font-size:1.5em}
    h4,.h4 {font-size:1.35em}
    h5,.h5 {font-size:1.125em}
    h6,.h6 {font-size:1em}
}

@media screen and (max-width:992px){
    body {font-size:12px;}
    h1,.h1 {font-size:2em}
    h2,.h2 {font-size:1.75em}
    h3,.h3 {font-size:1.5em}
    h4,.h4 {font-size:1.35em}
    h5,.h5 {font-size:1.125em}
    h6,.h6 {font-size:1em}
}


a {transition:all .5s ease-in-out}
a,a:focus,a:active,a:hover {text-decoration:none}
a,a:focus,a:active {color:var(--gray-dark);}
a:hover {color:var(--blue);}

.clearfix{clear: both;}
section:after {content: "";display: table;clear: both;}
::-webkit-scrollbar {width:8px;height:8px;}
::-webkit-scrollbar-thumb {cursor:pointer;background:#333;}
::selection {background-color:#333;color:#fff}
-webkit-::selection {background-color:#333;color:#fff}
::-moz-selection {background-color:#333;color:#fff}


@font-face {
  font-family: "AccidentalPresidency";
  src: url("../fonts/AccidentalPresidency.ttf");
}


@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.woff2') format('woff2'),
       url('../fonts/iconfont.woff') format('woff'),
       url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {font-family: "iconfont" !important;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}

.icon-wodekefu:before {
  content: "\e68b";
}

.icon-weixin:before {
  content: "\e62c";
}

.icon-youxiang:before {
  content: "\e612";
}

.icon-tianchongxing-:before {
  content: "\e641";
}

.icon-dianhua1:before {
  content: "\e8c3";
}

.icon-guanbi1:before {
  content: "\e60c";
}

.icon-kefu1:before {
  content: "\e658";
}

.icon-diamond:before {
  content: "\e63e";
}

.icon-daohang:before {
  content: "\e62b";
}

.icon-jinrujiantou:before {
  content: "\e8f1";
}

.icon-24gf-phoneBubble:before {
  content: "\e966";
}

.icon-kefu:before {
  content: "\e608";
}

.icon-top:before {
  content: "\e60a";
}

.icon-shouji:before {
  content: "\e682";
}

.icon-dianhua:before {
  content: "\e88b";
}

.icon-youxiang1:before {
  content: "\e639";
}

.icon-jiantou_xiangyou:before {
  content: "\eb08";
}

.icon-didian:before {
  content: "\e667";
}

.icon-dizhi1:before {
  content: "\e614";
}

.icon-zaixianzhanhui:before {
  content: "\e656";
}

.icon-24px:before {
  content: "\e60e";
}

.icon-right:before {
  content: "\e620";
}

.icon-yuyan1:before {
  content: "\e660";
}

.icon-chuanzhen1:before {
  content: "\e6e0";
}

.icon-ArrowLeft2:before {
  content: "\e603";
}

.icon-arrow-right-bold:before {
  content: "\e689";
}

.icon-guanbi:before {
  content: "\e623";
}

.icon-arrow-right-copy:before {
  content: "\e602";
}

.icon-duidaoyi:before {
  content: "\e617";
}

.icon-chengliyu:before {
  content: "\e76c";
}

.icon-zhengshiliantiao:before {
  content: "\e62f";
}

.icon-quanqiusaishi:before {
  content: "\e606";
}

.icon-wuliuquanqiuwuliu:before {
  content: "\e618";
}

.icon-shouye-zhuyaoyewu-quanliantiaodewuliufuwu:before {
  content: "\e63d";
}

.icon-jiqishebei:before {
  content: "\e600";
}





@keyframes ani-svg {
    0% {
        opacity: 0.4;
        transform: translateY(-30px);
    }

    15% {
        opacity: 0.65;
        transform: translateY(-20px);
    }

    25% {
        opacity: 0.8;
        transform: translateY(-10px);
    }

    50% {
        opacity: 1;
        transform: translateY(0px);
    }

    75% {
        opacity: 0.8;
        transform: translateY(10px);
    }

    85% {
        opacity: 0.65;
        transform: translateY(20px);
    }

    100% {
        opacity: 0.4;
        transform: translateY(30px);
    }
}

@-webkit-keyframes ani-svg {
    0% {
        opacity: 0.4;
        -webkit-transform: translateY(-30px);
    }

    15% {
        opacity: 0.65;
        -webkit-transform: translateY(-20px);
    }

    25% {
        opacity: 0.8;
        -webkit-transform: translateY(-10px);
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    75% {
        opacity: 0.8;
        -webkit-transform: translateY(10px);
    }

    85% {
        opacity: 0.65;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 0.4;
        -webkit-transform: translateY(30px);
    }
}

@-moz-keyframes ani-svg {
    0% {
        opacity: 0.4;
        -moz-transform: translateY(-30px);
    }

    15% {
        opacity: 0.65;
        -moz-transform: translateY(-20px);
    }

    25% {
        opacity: 0.8;
        -moz-transform: translateY(-10px);
    }

    50% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    75% {
        opacity: 0.8;
        -moz-transform: translateY(10px);
    }

    85% {
        opacity: 0.65;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 0.4;
        -moz-transform: translateY(30px);
    }
}
