@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,"Microsoft YaHei"; font-size:16px; line-height:1.7; font-weight:500; color:var(--white); background:var(--dark)  url(../images/bg.jpg); -webkit-text-size-adjust:none; -webkit-font-smoothing:subpixel-antialiased;}

@media screen and (max-width:1366px){
    body {font-size:14px;}
}

@media screen and (max-width:992px){
    body {font-size:14px;}
    h1,.h1 {font-size:22px}
    h2,.h2 {font-size:20px}
    h3,.h3 {font-size:18px}
    h4,.h4 {font-size:16px}
    h5,.h5 {font-size:14px}
    h6,.h6 {font-size:14px}
}


a {transition:all .5s ease-in-out}
a,a:focus,a:active,a:hover {text-decoration:none}
a,a:focus,a:active {color:var(--white);}
a:hover {color:var(--red);}

.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?t=1627539908778') format('woff2'),
       url('../fonts/iconfont.woff?t=1627539908778') format('woff'),
       url('../fonts/iconfont.ttf?t=1627539908778') format('truetype');
}

.iconfont {font-family: "iconfont" !important;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}

.icon-navicon:before {
  content: "\e641";
}

.icon-shijian:before {
  content: "\e602";
}

.icon-quanqiu:before {
  content: "\e7c8";
}

.icon-juzhenxuanze:before {
  content: "\e62f";
}

.icon-youxiang:before {
  content: "\e611";
}

.icon-xiazai:before {
  content: "\e65d";
}

.icon-liuyan:before {
  content: "\e638";
}

.icon-serve:before {
  content: "\e6ad";
}

.icon-dingdan:before {
  content: "\e897";
}

.icon-kefu1:before {
  content: "\e70d";
}

.icon-Favorite-Mail:before {
  content: "\e6b1";
}

.icon-24px:before {
  content: "\e605";
}

.icon-yinhao:before {
  content: "\e6ee";
}

.icon-arrow-right-copy-copy-copy:before {
  content: "\e604";
}

.icon-13:before {
  content: "\e644";
}

.icon-weixin:before {
  content: "\e61c";
}

.icon-wangzhi:before {
  content: "\e62e";
}

.icon-top:before {
  content: "\e694";
}

.icon-leftarrow:before {
  content: "\e624";
}

.icon-rightarrow:before {
  content: "\e626";
}

.icon-top1:before {
  content: "\e634";
}

.icon-kefu:before {
  content: "\e62d";
}

.icon-qq:before {
  content: "\e65e";
}

.icon-fax-fill:before {
  content: "\e620";
}

.icon-shouji1:before {
  content: "\e81b";
}

.icon-yuyan:before {
  content: "\e860";
}

.icon-dianhua:before {
  content: "\e8c3";
}

.icon-dizhi1:before {
  content: "\e688";
}

.icon-dianhua1:before {
  content: "\e606";
}

.icon-jiantou-you:before {
  content: "\e631";
}

.icon-jiantou-zuo:before {
  content: "\e632";
}

.icon-yuyan1:before {
  content: "\e660";
}

.icon-guanbi:before {
  content: "\e607";
}






@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);
    }
}
