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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
header,
footer,
nav,
dialog,
figure,
menu,
hgroup,
iframe {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-font-smoothing: antialiased;
    /* font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif; */
    font-family: "Segoe UI","Segoe UI","Helvetica Neue","PingFang SC","Noto Sans","Noto Sans CJK SC","Microsoft YaHei","微软雅黑",sans-serif;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    font-size: 12px;
    line-height: 22px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

::selection {
    background: #24b727;
    color: #fff;
}

::-moz-selection {
    background: #24b727;
    color: #fff;
}

::-webkit-selection {
    background: #24b727;
    color: #fff;
}

input,
button,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background: #fff;
    border: 0
}

img {
    border: none;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.headnone{
    display: none;
}
/* @font-face { 
    [font-family: <family-name>;]? [src: [ <uri> [format(<string>#)]? | <font-face-name> ]#;]? [unicode-range: <urange>#;]? [font-variant: <font-variant>;]? [font-feature-settings: normal|<feature-tag-value>#;]? [font-stretch: <font-stretch>;]? [font-weight: <weight>]; [font-style: <style>]; 
} */

@font-face {
    font-family: 'qingda';
    src: url('../font/qingda.otf');
    src: url('../font/qingda.eot') format('embedded-opentype'), url('../font/qingda.woff') format('woff'), url('../font/qingda.ttf') format('truetype'), url('../font/qingda.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.f_soc {
    font-family: 'qingda';
}

.icon_wb:before {
    content: "\e800";
}

.icon_wx:before {
    content: "\e801";
}

.icon_dr:before {
    content: "\e802";
}

.icon_zc:before {
    content: "\e803";
}

.icon_bh:before {
    content: "\e804";
}

body {
    overflow: -moz-scrollbars-vertical;
}

.menu_bt {
    position: relative;
    z-index: 9999;
    width: 24px;
    height: 12px;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    vertical-align: middle;
    float: right;
    display: none;
}

.menu_bt:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    border-bottom: 2px solid #666;
    transition: all 100ms linear 0ms;
}

.menu_bt span:after {
    border-color: #666
}

.menu_bt span {
    font-size: 0;
    text-indent: -9999px
}
.menu_bt span:before,
.menu_bt span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    border-top: 1px solid black;
    transition: all 100ms linear 0ms;
}

.menu_bt.open {
    color: transparent !important;
    border: 0;
}

.menu_bt.open:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.menu_bt.open span:before,
.menu_bt.open span:after {
    border-width: 2px;
    border-color: white;
}

.menu_bt.open span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu_bt.open span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header {
    background: none;
    height: 76px;
    width: 100%;
    z-index: 111100;
    position: fixed;
    left: 0;
    top: 0;
}

.header .nav {
    width: 1200px;
    margin: 0 auto;
}

.header.add {
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
}

.header .nav .nav-ul{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    float: right;
}
.header .nav .nav-ul .nav-li{
    padding: 0 16px;
    width: 100px;
    text-align: center;
}
.header .nav .nav-ul .nav-li a{
    height: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 76px;
}

.logo {
    float: left;
    position: relative;
    z-index: 1000;
}

.logo.gao {
    z-index: 10;
}
.logo a {
    background: url(../images/face.png) no-repeat;
    width: 200px;
    height: 50px;
    display: block;
    background-size: auto 50px;
    margin-top: 13px;
}

.logo a img {
    visibility: hidden;
}
.header.add .logo a {
    background: url(../images/face.png) no-repeat;
    width: 200px;
    height: 50px;
    display: block;
    background-size: auto 50px;
}

.page-overlay {
    float: right;
}

.page-overlay .nav {
    float: left;
}

.page-overlay .nav li {
    float: left;
    margin-left: 22px;
    position: relative;
}

.page-overlay .nav li>a {
    font-size: 16px;
    padding: 0 10px;
    color: #fff;
    line-height: 74px;
    display: block;
}
.header .nav .nav-ul .nav-li a
.header .nav .nav-ul .nav-li>a:hover {
    border-bottom: 2px solid #fff;
}

.header .nav .nav-ul .nav-li>a.on {
    border-bottom: 2px solid #fff;
}
.header .nav .nav-ul .nav-li>a:hover {
    border-bottom: none;
    color: #65B200;
}

/* 
@media screen and (max-width:1230px) {
    .page-overlay .nav li {
        float: left;
        margin-left: 12px;
    }
    .page-overlay .nav li.tryUser{
        font-size: 16px;
        margin-left: 24px;
    }
    .page-overlay .nav li.tryUser.login{
        margin-left: 10px;
    }
    .page-overlay .nav li.tryUser.tryBtn a{
        padding: 0;
    }
    .header .con {
        width: 90%;
    }
    .page-overlay .nav li.userinfo{
        margin-left: 0 !important;
    }
}
@media screen and (max-width:1200px) {
    .page-overlay .nav li.tryUser.login {
        margin-left: 10px;
    }
    .page-overlay .nav li.userinfo{
        margin-left: 12px !important;
    }
    .page-overlay .nav li{
        margin-left: 6px;
    }
    .nav-last{
        margin-right: 12px;
    }
    .page-overlay .nav li.tryUser.tryBtn {
        margin-left: 18px;
    }
    .header.add .page-overlay .nav li.login.tryUser a, 
    .page-overlay .nav li.login.tryUser a{
        line-height: 40px !important;
        padding: 6px 10px !important;
    }
}

@media screen and (max-width:1100px) {
    .menu_bt {
        display: block;
        margin: 17px 10px 0 0;
    }
    .page-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 0;
        z-index: 999;
        width: 100%;
        overflow: hidden;
        padding-top: 40px;
        background: #000;
        transition: all .2s ease-in-out;
        color: #fff;
        opacity: 0;
    }
    .page-overlay.black {
        opacity: 1;
        height: 100%;
    }
    .header {
        height: 50px;
    }
    .header .con {
        width: 100%;
    }
    .header.add .logo a {
        background: url(../images/face.png) no-repeat;
        width: 160px;
        height: 30px;
        background-size: auto 30px;
        margin-top: 10px;
        margin-left: 15px;
    }
    .header .nav {
        width: 90%;
        margin: 0 auto;
        margin-top: 64px;
        float: none;
        text-align: left;
    }
    .header .nav li {
        float: none;
        padding: 0;
        margin-left: 0;
    }
    .header .nav li.userinfo {
        margin-left: 0 !important;
    }
    .header .nav li.tryUser,.header .nav li.tryUser.login{
        height: auto;
        font-size: 16px;
        display: block;
        padding: 0;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .header .nav li.tryUser.tryBtn{
        margin-left: 0;
    }
    .header .nav li.tryUser.tryBtn a{
        padding: 0;
    }
    
    .header .nav li.zi {
        display: block;
    }
    .header .nav li.zi em {
        display: block;
        width: 32px;
        height: 2px;
        background: #666;
        margin: 30px 0 10px 0;
    }

    .header.black .right-nav{
        margin-top:0;
    }
}

@media screen and (max-width:768px) {
    .menu_bt {
        display: block;
        margin: 17px 10px 0 0;
    }
    .page-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 0;
        z-index: 999;
        width: 100%;
        overflow: hidden;
        padding-top: 40px;
        background: #000;
        transition: all .2s ease-in-out;
        color: #fff;
        opacity: 0;
    }
    .page-overlay.black {
        opacity: 1;
        height: 100%;
    }
    .header {
        height: 50px;
    }
    .header .con {
        width: 100%;
    }
    .header.add .logo a {
        background: url(../images/face.png) no-repeat;
        width: 160px;
        height: 30px;
        background-size: auto 30px;
        margin-top: 10px;
        margin-left: 15px;
    }
    .page-overlay .nav {
        width: 90%;
        margin: 0 auto;
        margin-top: 64px;
        float: none;
        text-align: left;
    }
    .page-overlay .nav li {
        float: none;
        padding: 0;
        margin-left: 0;
    }
    .page-overlay .nav li.tryUser,.page-overlay .nav li.tryUser.login{
        height: auto;
        font-size: 16px;
        display: block;
        padding: 0;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .page-overlay .nav li.tryUser a{
        padding: 0;
    }
    .header.add .page-overlay .nav li>a {
        color: #fff;
        line-height: 40px;
        padding: 6px 10px;
    }
    .header.add .page-overlay .nav li>a:hover {
        color: #fff;
        border: 0;
        color: #25b728;
    }
    .header.add .page-overlay .nav li>a.on {
        color: #fff;
        border: 0;
        color: #25b728;
    }
    .page-overlay .nav li.zi {
        display: block;
    }
    .page-overlay .nav li.zi em {
        display: block;
        width: 32px;
        height: 2px;
        background: #666;
        margin: 30px 0 10px 0;
    }
    .page-overlay.black .nav li.userinfo{
        padding: 0 !important;
    }
}

@media screen and (max-width:400px) {
    .page-overlay .nav {
        margin-top: 20px;
    }
    .header.add .page-overlay .nav li>a {
        padding: 6px 10px;
    }
    .header.add .page-overlay .nav li.tryUser a,.page-overlay .nav li.tryUser.login{
        padding: 0;
    }
    .page-overlay .nav li.zi em {
        margin: 20px 0 10px 0;
    }
}

@media screen and (max-width:320px) {
    .header.add .page-overlay .nav li>a {
        font-size: 18px;
        padding: 5px 0;
    }
    .header.add .page-overlay .nav li.tryUser a,.page-overlay .nav li.tryUser.login{
        padding: 0;
    }
} */
.page-overlay.black .nav li>a{
    line-height: 50px;
}

/*加载进度条*/
.fade {
    transition: all 300ms linear 700ms;
    /*-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);*/
    opacity: 1;
}

.fade.out {
    opacity: 0;
}

#nprogress {
    pointer-events: none;
}
/*鼠标事件拜拜的意思*/

#nprogress .bar {
    background: #24b727;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #24b727, 0 0 5px #24b727;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #24b727;
    border-left-color: #24b727;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*底部*/

.main_foot {
    width: 100%;
    background: #000000;
    overflow: hidden;
    padding-bottom: 20px;
}

.foot {
    width: 1200px;
    overflow: hidden;
    margin: 65px auto 40px auto;
}

.foot_logo {
    float: left;
    color: #fff;
}

.foot ul {
    float: left;
    text-align: left;
    line-height: 32px;
    color: #fff;
}

.foot ul li {
    clear: both;
    color: #999999;
}

.foot ul h1 {
    font-size: 18px;
    color: #222;
    margin-bottom: 5px;
}
.foot ul h2{
    color: #fff;
}
.foot ul.list2 h1 {
    color: #24b727;
}

.foot ul a {
    color: #999999;
}

.foot ul a:hover {
    color: #24b727;
}

.foot ul.list1 {
    width: 120px;
    margin-left: 75px;
    height: 190px;
}

.foot ul.list2 {
    width: 215px;
    float: right;
}

.foot .list2 i {
    background: url(../images/face.png) no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0px 3px 0 10px;
    vertical-align: -2px;
}

.foot .list2 i.qq {
    background-position: -386px -29px;
}

.foot .list2 .jiaotan {
    color: #24b727;
}

.foot .list2 .jiaotan:hover {
    text-decoration: underline;
}

.foot_bottom {
    color: #fff;
    text-align: center;
    clear: both;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

i,
em {
    font-style: normal;
}

.foot_bottom a i {
    display: inline-block;
    font-size: 18px;
    margin: 0 5px 10px 5px;
    color: #666 !important;
}

.foot_bottom a .icon_wb {
    color: #da251c;
}

.foot_bottom a .icon_wx {
    color: #00c800;
}

.foot_bottom a:hover {
    color: #00c800;
}

.foot_bottom a .icon_dr {
    color: #c32361;
}

.foot_bottom a .icon_zc {
    color: #ffd100;
}

.foot_bottom a .icon_bh {
    color: #1377ff;
}
.foot-key{
    display: inline;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

@media screen and (max-width:1200px) {
    .foot {
        width: 1000px;
    }
    .foot ul.list1 {
        width: 110px;
        margin-left: 30px;
    }
}

@media screen and (max-width:1000px) {
    .foot {
        width: 100%;
        margin: 25px auto 40px auto
    }
    .foot_logo {
        float: none;
        margin: 0 auto 20px auto;
        display: none;
    }
    .foot ul.list1 {
        width: 120px;
        margin-left: 10px;
    }
}

@media screen and (max-width:760px) {
    .foot {
        width: 100%;
    }
    .foot ul h1 {
        margin-bottom: 3px;
    }
    .foot ul.list1 {
        width: 19%;
        margin: 0 3%;
    }
    .foot ul.list2 {
        width: 93%;
        margin: 0 auto;
        float: none;
    }
}

@media screen and (max-width:470px) {
    .foot ul {
        line-height: 28px;
    }
    .foot {
        margin: 25px auto 30px auto;
    }
    .foot ul.list1 {
        width: 42%;
        margin: 0 3%;
        height: 190px;
        text-align: center;
    }
    .foot ul.list2 {
        width: 90%;
        margin: 0 auto;
        float: none;
        text-align: center;
    }
}

.theme-mask {
    z-index: 10000;
    position: fixed;
    _position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    display: none;
}

.popover1 {
    width: 360px;
    height: 400px;
    z-index: 100001;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: -200px 0 0 -180px;
    box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, .2);
    display: none;
    text-align: center;
}

.popover1 dl {
    margin-top: 60px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.popover1 dl a {
    width: 110px;
    height: 40px;
    background: #24b728;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
}
.page-overlay .nav li.userinfo{
    margin-left: 36px;
    color: #fff;
    font-size: 16px !important;
    /* font-family: PingFang SC; */
    font-weight: 500;
}
.page-overlay.black .nav li.userinfo {
    margin-left: 0;
    padding: 0 10px;
    line-height: 50px;
    margin-bottom: 10px;
}
.page-overlay .nav li.userinfo>a{
    padding: 0;
    max-width: 100px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header.add .page-overlay .nav li.login.tryUser a,
.page-overlay .nav li.login.tryUser a{
    background: none;
    line-height: 74px;
    border-radius: 4px;
    text-align: left;
    font-weight: 400;
}

.page-overlay .nav li.login.tryUser a{
    color: #fff;
}
.header.add .page-overlay .nav li.login.tryUser a{
    color: #25b728;
    padding: 0 10px;
    text-align: left;
}
/* 退出登录 */
.head-userinfo{
    position: relative;
}
.outlogin-box{
    position: absolute;
    top: 44px;
    display: block;
    z-index: 999;
}
.menu-ul{
    position: relative;
    margin: 0;
    padding: 4px 0;
    text-align: left;
    list-style-type: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    -webkit-transform: translateZ(0);
    margin-top: 12px;
    overflow: auto;
}
.menu-li{
    clear: both;
    margin: 0;
    padding: 5px 14px;
    color: rgba(0,0,0,.65);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
}
.menu-li .menu-text{
    display: block;
    margin: -5px -14px;
    padding: 5px 14px;
    color: rgba(0,0,0,.65);
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 14px;
    font-family: PingFang SC;
}
.menu-li:hover{
    background-color: #e6f7ff;
}
