@font-face {
    font-family: czh;
    src: url("../font/czh.ttf");
}

@font-face {
    font-family: czh;
    src: url("../font/czh.ttf");
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}

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 {
    font-family: 'czh'
}

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;
    font-family: 'czh'
}

body {
    font: normal normal normal 14px/1.8 'czh';
    color: #555;
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: #ffffff;
}

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;
}

a:hover {
    text-decoration: none
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl,
dd {
    padding: 0;
    margin: 0;
}

img {
    border: none;
    /*vertical-align: middle*/
    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: 1400px;
    margin: 0 auto;
}

/*------------手机头部---------------*/
.mobile {
    display: none;
}

.logo_wap {
    height: 50px;
    display: inline-block;
}

.logo_wap img {
    height: 100%;
    vertical-align: top;
}

.mobile_search {
    width: 50px;
    position: absolute;
    right: 120px;
    top: 35px;
    display: flex;
    justify-content: space-between;
    transition: all 0.4s;
}

#search-form {
    width: 0;
    position: absolute;
    display: flex;
    justify-content: space-between;
    right: 0;
    top: -6px;
    overflow: hidden;
    transition: all 0.4s;
    z-index: 2;
}

.mobile_search #shuru {
    width: 0;
    color: #fff;
    font-size: 16px;
    line-height: 52px;
    background: #000;
    border-bottom: 1px #fff solid;
    transition: all 0.4s;
}

.mobile_search #submit {
    width: 50px;
    line-height: 50px;
    opacity: 0;
    transition: all 0.4s;
}

#m_search.open {
    width: 85%;
}

.mobile_search #shuru.open, #search-form.open {
    width: 100%;
}

/* .mobile_search:hover{
    width: 80%;
} */
.mobile .icon-sousuo {
    font-size: 46px;
    line-height: 53px;
    color: #fff100;
    position: absolute;
    right: 0;
}

.mobile .icon-sousuo i::before {
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff100;
    z-index: 9999;
}

.mobile .icon-sousuo:hover i::before {
    display: block;
}

.copyright {
    position: relative;
    top: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'czh';
    padding-bottom: 50px;
}

.copyright a {
    color: #fff;
}

/*------------头部样式---------------*/
table {
    border-collapse: collapse;
    table-layout: fixed
}

input, textarea {
    outline: none;
    border: none;
    -webkit-appearance: none; /*清除ios默认圆角*/
    border-radius: 0;
}

textarea {
    resize: none;
    overflow: auto;
    -webkit-appearance: none; /*清除ios默认圆角*/
    border-radius: 0;
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}

header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    border-bottom: none;
    height: 120px;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px #515151 solid;
}

.wrap {
    margin: 0 auto;
    display: flex;


}

.logo a img {
    width: 200px;
    height: auto;
    text-align: center;
}

ul.nav {
    display: inline-flex;
    padding-right: 0px
}

/*
li.nav-item {
    width: 110px;
}
*/

li.nav-item > a {

    display: block;
    text-align: center;
    line-height: 120px;
    font-size: 18px;
    position: relative;
    font-weight: bold;

    font-family: czh;
}

li.nav-item > a::before {
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff100;
    position: absolute;
    z-index: 9999;
}

li.nav-item > a.dhss::before {
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff100;
    z-index: 9999;
    margin-left: -12px;
}

li.nav-item.active > a {
    color: #000;
}

li.nav-item:hover > a::before, li.nav-item.active > a::before {
    display: block;
}

/* 二级菜单 */
.subMenu {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;

    background-color: rgba(0, 0, 0, 0);
}

.subMenu > ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 5%;
}

.subMenu > ul > li {
    width: 25%;
    display: block;
    color: #ffffff;
}

.subMenu > ul > li a:hover {
    color: #fff100;
}

.wrap3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-top: 10px;
}

.bjds {
    background-color: rgba(0, 0, 0, 0.4);
    height: auto;
}

.hfont {
    font-size: 20px;
    font-family: czh;
}

.hfont i {
    color: #fff100;
    font-style: normal;
    margin-right: 10px;
    font-family: fjh;
}

.fl1 a:hover {
    color: #fff100
}

.hrdw {
    position: absolute;
    display: flex;
    justify-content: center;
    color: #fff100;
    top: 300px;
}

.wrap3 > li {
    width: 100%;
    display: block;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
    font-family: czh;
}

.wrap3 > li > p > a:hover {
    color: #fff100;
}

.icon-sousuo {
    color: #ffffff;
    font-size: 21px;
    height: auto;
}

.serch {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 5%;
}

.serch span {
    width: 30%;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px #fff solid;
}

.ssk {
    background-color: rgba(0, 0, 0, 0);
    height: 50px;
    width: 80%;
    text-indent: 0.5em;
    color: #ffffff;
    font-size: 20px;
}

.sskss {
    font-size: 28px;
    color: #fff;
}

.active {
    background-color: #fff100;
}
.boxcover {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 83px;
    z-index: 999;
    width: 100%;
    height: 90vh;
    display: none;
}
/* ----------------------------底部样式------------------------- */
.foou {
    background-color: #000000;
    padding-bottom: 50px;
    color: #ffffff;
}

.foou {
    background-color: #000000;
    padding-bottom: 50px;
    color: #ffffff;
}

.flexx {
    display: flex;

}

.flexx img {
    width: 40px;
    height: 40px;
    margin-top: 105px;
    margin-right: 5px;
}

.flexx1 {
    display: flex;
    justify-content: space-between;
}

.lxwm {
    font-size: 26px;
    margin-top: 100px;
    font-family: czh;
    font-weight: bold;
}

.swhz {
    font-family: czh;
    font-size: 21px;
    margin-top: 55px;

    font-weight: bold;
}

.tel1 {
    font-family: czh;
    margin-top: 24px;
    font-size: 18px;
    font-weight: 300;
}

.tel2 {
    font-family: czh;
    font-size: 18px;
    font-weight: 300;
}

.footer_mobile {
    display: none;
}
#dowebok .swiper-slide img {
    display: none;
}
.mobile-inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ssk::-webkit-input-placeholder,#shuru::-webkit-input-placeholder {
    color: rgba(255,255,255,0.8);
}
.ssk::-moz-placeholder,#shuru::-moz-placeholder {
    color: rgba(255,255,255,0.8);
}
.ssk:-moz-placeholder,#shuru:-moz-placeholder {
    color: rgba(255,255,255,0.8);
}
.ssk:-ms-input-placeholder,#shuru:-ms-input-placeholder {
    color: rgba(255,255,255,0.8);
}
/* ----------------------------1680px------------------------- */
@media (max-width: 1680px) {

}


/* ----------------------------1440px------------------------- */
@media (max-width: 1440px) {
    header {
        height: 90px;
    }
    .nav .list a{
        width: 80px;
    }
    .nav .list a {
        line-height: 90px !important;

    }

    header {
        height: 90px !important;
    }

    .logo {
        width: 150px !important;
    }

    .nav {
        height: 90px !important;
    }

    .box {
        top: 90px;
    }

    .hfont {
        font-size: 20px;
    }

    .nav .list a {
        font-size: 15px !important;
    }

    .nav .list a:hover, .nav .list .now {
        line-height: 90px !important;
    }

    .nav .list a {
        line-height: 90px !important;

    }

    header {
        height: 90px !important;
    }

    .logo {
        width: 150px !important;
    }

    .nav {
        height: 90px !important;
    }

    .box {
        top: 90px !important;
    }

    .hfont {
        font-size: 20px !important;
    }

    .container {
        width: 80% ;
    }

    .tel1, .tel2 {
        font-size: 16px !important;
    }

    .lxwm {
        font-size: 24px !important;
    }

    .swhz {
        font-size: 19px !important;
    }


    li.nav-item {
        width: 80px;
        margin: 0 5px
    }

    li.nav-item > a {
        line-height: 90px;
        font-size: 15px;
    }

    .subMenu {
        top: 90px;
    }

    .logo a img {
        width: 150px;
    }

    li.nav-item > a.dhss::before {
        margin-left: 0px;
    }

    .hfont {
        font-size: 20px;
    } .nav .list a:hover, .nav .list .now {
          line-height: 90px!important;
      }

    .wrap3 > li {
        font-size: 16px;
    }
    .nav .list a:hover, .nav .list .now {
        line-height: 90px!important;
    }
    .box{
        top: 90px!important;
    }
}

/* ----------------------------1367px------------------------- */
@media (max-width: 1367px) {

}

/* ----------------------------1200px------------------------- */
@media (max-width: 1024px) {

    header {
        display: none;
    }
    /* .mobile-inner-header{
        position: fixed;
    } */
    .mobile-inner-nav{
        /* position: absolute!important; */
        position: fixed !important;
    }

    
}

/* ----------------------------1024px------------------------- */
@media (max-width: 1024px) {
    header {
        display: none;
    }

    .mobile {
        display: block;
    }

}

/* ----------------------------992px------------------------- */
@media (max-width: 992px) {
    .swiper-slide a {
        background-image: none !important;
        height: 100% !important;
    }
    .swiper-slide img {
        display: block;
    }
   
    .logo_wap{
        height: 40px;
    }
    
}
/* ----------------------------767px------------------------- */
@media (max-width: 900px) {
     .foou {
        display: none;
    }
    .footer_mobile {
        background-color: #000000;
        padding-bottom: 40px;
        color: #ffffff;
        display: block;
    }

    .flexx_mobile {
        width: 100%;
        display: flex;
        padding-left: 5%;
        padding-right: 5%;
        justify-content: space-around;
    }
    .flex_mobile div img {
        margin: 0 10px 10px 0;
        width: 100%;
        height: auto;
    }

    .flex_mobile div {
        padding-top: 50px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 35%;


    }

    .flex_mobile div a {
        width: 50% !important;
        padding-right: 10px;
    }


    .fl_mobile {
        padding-top: 70px;
    }

    .lxwm_moblie {
        font-size:24px;
        padding-top: 60px;
        font-family: czh;
    }

    .swhz_mobile {
        font-family: czh;
        font-size: 18px;
        font-weight: 300;
    }

    .tel1_mobile {
        padding-top: 15px;
        font-family: czh;
        font-size: 16px;
        font-weight: 300;
        line-height: normal;
    }

    .tel2_mobile {
        font-family: czh;
        font-size:16px;
        font-weight: 300;
        line-height: normal;
    }

    .bott_moblie {
        padding-top: 40px;
    }

    .copyright {
        position: inherit;
        padding-top: 50px;
        padding-bottom: 0;
        top: 0;
    }
}
/* ----------------------------767px------------------------- */
@media (max-width: 768px) {
    #m_search.open {
        width: 80%;
    }
    
    .flex_mobile{
        width: 50%;
    }
    .lxwm_moblie {
        font-size:22px;
        padding-top: 60px;
    }

    .swhz_mobile {
        font-size: 16px;
    }

    .tel1_mobile {
        padding-top: 15px;
        font-size: 14px;
    }

    .tel2_mobile {
        font-size:14px;
    }
}
/* ----------------------------414px------------------------- */
@media (max-width: 600px) {
    .flex_mobile div{
        width: 45%;
    }
}
/* ----------------------------414px------------------------- */
@media (max-width: 414px) {
    .swiper-slide a {
        background-image: none !important;
        height: 100% !important;
    }
    .swiper-slide img {
        display: block;
    }
    .flex_mobile div a {
        padding-right:3px;
    }
    .lex_mobile {
        padding: 30px 5%;
    }
    .mobile_search #shuru.open, #search-form.open{
        left: -5px;
    }

    .flex_mobile div img {
        margin: 3px 3px;
        width: 36px;
        height: 36px;
    }

    .flex_mobile div {
        padding-top: 22.6%;
    }

    .fl_mobile {
        padding-top: 12%;
    }

    .lxwm_moblie {
        font-size: 16px;
        padding-top: 20%;
    }
    .flex_mobile div {
        width: 45%;
        padding-top: 11%;
    }

    .swhz_mobile {
        font-size: 12px;
    }

    .tel1_mobile {
        padding-top: 5%;
        font-size: 12px;
    }

    .tel2_mobile {
        font-size: 12px;
    }

    .bott_moblie {
        padding-top: 9%;
    }

    .mobile_search {
        width: 30px;
        right: 80px;
        top: 25px;
    }

    .mobile .icon-sousuo {
        font-size: 26px;
        line-height: 32px;
    }

    .mobile_search #submit {
        width: 30px;
        line-height: 30px;
    }

    /* .mobile_search #shuru {
        line-height: 40px;
    } */

    #m_search.open {
        width: 75%;
    }

    .copyright {
        padding-top: 30px;
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .flex_mobile div {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-top: 11.6%;

    }
    .swiper-slide a {
        background-image: none !important;
        height: 100% !important;
    }
    .swiper-slide img {
        display: block;
    }
}

