* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
    font-family: 'PingFangSC,微软雅黑,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif';
}

html *::-webkit-scrollbar {
    width: 7px;
    background: #fff;
}

html *::-webkit-scrollbar-thumb {
    background: #ccc;
}

html *::-webkit-scrollbar-track-piece {
    width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

fieldset,
iframe,
img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
canvas,
video,
progress {
    display: inline-block;
    vertical-align: baseline
}

button {
    background: none;
    border: 0;
    box-sizing: content-box;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    overflow: visible;
    vertical-align: inherit
}

button:disabled {
    cursor: default
}

audio:not([controls]) {
    display: none
}

input {}

input[type="text"],
input[type="tel"],
input[type="button"],
input[type="reset"],
input[type="email"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;

}

body {
    font: normal normal normal 14px/1.8 Gotham, 'Noto Sans SC', Helvetica, Arial, " sans-serif";
    color: #555;

}


a,
a:link,
a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

body {
    background-color: white;
}


a:hover {
    text-decoration: none
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl,
dd {
    padding: 0;
    margin: 0;
}

img {
    border: none;
    display: block;
}

.clearfix {
    clear: both;
}

.visible-lg {
    display: block;
}

.visible-md,
.visible-sm,
.visible-xs {
    display: none;
}

.hidden-lg {
    display: none;
}

.hidden-md,
.hidden-sm,
.hidden-xs {
    display: block;
}

/*---------------------公共样式-----------------------*/
.container {
    width: 81.25%;
    margin: 0 auto;
}

html {
    font-size: 1px;
}



ul>li>a {
    color: black;
}

/*------------------------------导航-------------------------------*/









/*-------------------手机导航--------------------*/
.header_wap {
    width: 100%;
    display: none;
    top: 0;
    /* background: linear-gradient(270deg, #07A7FB 0%,#2532BF  100%);
 !*    -webkit-background-clip: text;*!
     -webkit-text-fill-color: transparent;*/
    padding-top: 2%;
    padding-bottom: 2%;
    position: relative;
    top: 0;
    z-index: 999;
    /* height: 60px;*/
}

/*
.mm-list > li {
    font-size: 16px;
}
*/

.active {
    z-index: 1000;
    /* box-shadow: rgb(238 238 238) 0px 0px 10px;*/
}

.header_wap h1 {
    height: 50px;
    display: block;
}

.container>h1 {
    padding-top: 5px;
}

.header_wap h1 a img {
    height: 100%;


}

.header_wap>div {
    padding-left: 10px;
}

.header_wap .menu {
    width: 35px;
    position: absolute;
    top: 12px;
    right: 20px;
}

/*.mobile_logo {
    padding-top: 1.76%;
}*/

.header_wap .ion-ios-navicon {
    height: 2px;
    width: 35px;
    background: white;
    position: relative;
    left: 0;
    top: 25px;
    cursor: pointer;
    display: inline-block;
}

.header_wap .ion-ios-navicon:after,
.header_wap .ion-ios-navicon:before {
    content: '';
    width: inherit;
    height: inherit;
    position: absolute;
    background: inherit
}

.header_wap .ion-ios-navicon:before {
    left: 0;
    bottom: 20px
}

.header_wap .ion-ios-navicon:after {
    left: 0;
    bottom: 10px;
}

#menu #lg {
    width: 100%;
    float: left;
    padding-right: 15px;
    padding-bottom: 10px;
    text-align: right;
}

#menu #lg a {
    width: 25px;
    height: 25px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
    text-align: center;
    background: #bf613f;
    margin-left: 4px;
}

#menu #lg a:last-child {
    background: #bb3239;
}


/*---------------------------------------------------*/


/*------------------------------底部-------------------------------*/
footer {
    background-color: #282828;
}

.foot_ul>li:last-child {
    padding-right: 0;
}

.foot_ul>li:first-child {
    padding-left: 0;
}



@media (max-width: 1920px) {}


/* ----------------------------1680px------------------------- */
@media (max-width: 1680px) {}


/* ----------------------------1440px------------------------- */
@media (max-width: 1440px) {}

/* ----------------------------1366px------------------------- */
@media (max-width: 1366px) {}

/* ----------------------------1200px------------------------- */
@media (max-width: 1200px) {
    .visible-md {
        display: block;
    }

    .visible-lg,
    .visible-sm,
    .visible-xs {
        display: none;
    }

    .hidden-md {
        display: none;
    }

    .hidden-lg,
    .hidden-sm,
    .hidden-xs {
        display: block;
    }






    .container {
        width: 80%;
    }

}

/* ----------------------------1024px------------------------- */
@media (max-width: 1024px) {
    .header_wap {
        display: flex;
    }

    .header_wap {
        background: #E67817;
    }
}

/* ----------------------------992px------------------------- */
@media (max-width: 992px) {
    .visible-sm {
        display: block;
    }

    .visible-lg,
    .visible-md,
    .visible-xs {
        display: none;
    }


    .hidden-sm {
        display: none;
    }

    .hidden-lg,
    .hidden-md,
    .hidden-xs {
        display: block;
    }


    .header_wap {
        display: flex;
    }

    header {
        display: none;
    }
}

/* ----------------------------768px------------------------- */
@media (max-width: 768px) {


    .header_wap .menu {
        top: 8px;
    }

}

@media (max-width: 730px) {
    .header_wap {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header_wap h1 {
        height: 40px;
    }

    .header_wap .ion-ios-navicon {
        height: 1px;
    }
}

@media (max-width: 414px) {


    .container {
        width: 90% !important;
    }

    .header_wap .menu {
        top: 0;
    }



}

/* ----------------------------375px------------------------- */
@media (max-width: 375px) {

    .mm-list>li {
        font-size: 14px;
    }

    /* .header_wap h1 {
        margin-top: -5%;
    }
*/

}

/* ----------------------------360px------------------------- */
@media (max-width: 360px) {}