
.nodata {
    width: 100%;
    text-align: center;
    display: none;
    background: url("../img/nodata.png") center top 80px no-repeat;
    background-size: auto 100px;
    padding: 200px 0 50px 0;
    line-height: 30px;
    font-size: 14px;
}

.nodata_show {
    display: block;
}

.div_404 {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.div_404 .img {
    width: 100%;
    height: 250px;
    background: url("../img/404.png") center no-repeat;
    background-size: auto 120px;
    margin: 0 auto;
}

.div_404 .text {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.div_404 .text .p1 {
    line-height: 40px;
    color: #555;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 20px 0;
    text-align: center;
}

.div_404 .text .p2 {
    line-height: 25px;
    color: #333;
    font-size: 13px;
    text-align: center;
}

.div_404 .text .p2 a {
    color: #2ea39b;
    font-size: 13px;
    line-height: 25px;
}

.animation_show {
    -webkit-animation: show_style 1s ease;
    animation: show_style 1s ease;
}

@keyframes show_style {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes show_style {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.alert_mobile {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.4);
}

.alert_mobile .text {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 30%;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 20px;
    box-shadow: 0 0 1px #eee;
}

.alert_mobile .text .cha {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -40px;
    background: url("../img/cha.png") center no-repeat;
    background-size: 25px;
}

.alert_mobile .text .p1 {
    line-height: 30px;
    text-align: center;
    color: #333;
    font-size: 16px;
    padding: 0 0 10px 0;
}

.alert_mobile .text .p2 {
    line-height: 20px;
    text-align: center;
    color: #333;
}

.header {
    display: none;
}

.header_mobile_sh {
    width: 100%;
    height: 55px;
}

.header_mobile {
    width: 100%;
    height: 55px;
    background-color: #2c2c2c;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
}

.header_mobile .logo {
    float: left;
    padding: 10px 0 0 10px;
}

.header_mobile .logo img {
    height: 35px;
}

.header_mobile .aother {
    float: left;
    line-height: 55px;
    color: #fff;
    font-size: 16px;
    margin: 0 0 0 20px;
}

.header_mobile .right {
    float: right;
    width: 55px;
    height: 55px;
    background: url("../img/img108.png") center no-repeat;
    background-size: 25px;
}

.header_mobile .more_lis {
    width: 100px;
    background-color: #1c1c1c;
    position: absolute;
    top: 55px;
    right: 0;
    padding: 10px 0;
    display: none;
}

.header_mobile .more_lis .more_li {
    position: relative;
    display: block;
}

.header_mobile .more_lis .more_li .title {
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.header_mobile .more_lis .more_li .mo_lis {
    width: 120px;
    position: absolute;
    right: 120px;
    top: 0;
    background-color: #1c1c1c;
    border-radius: 3px;
    padding: 10px 0;
    display: none;
}

.header_mobile .more_lis .more_li .mo_lis:before {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 20px;
    right: -14px;
    padding: 0;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #1c1c1c;
    display: block;
    content: '';
    z-index: 12;
}

.header_mobile .more_lis .more_li .mo_lis .mo_li {
    line-height: 45px;
    display: block;
    text-align: center;
    color: #fff;
}

.header_second {
    display: none;
}

.div_title {
    height: 40px;
    position: relative;
    margin: 30px auto 30px auto;
}

.div_title .title {
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    position: relative;
    z-index: 2;
}

.div_title .title_bg {
    width: 100%;
    position: absolute;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    top: 0;
    left: 0;
    color: #eee;
    z-index: 1;
}

.div_title .line {
    width: 60px;
    height: 3px;
    background-color: #2ea39b;
    position: absolute;
    bottom: 4px;
    left: 50%;
    margin-left: -30px;
}

.div_img {
    width: 100%;
}

.div_img img {
    width: 100%;
    height: auto;
}

.div_banner {
    width: 100%;
    /*height: 32vw;*/
}

.div_banner .bannerimg {
    width: 100%;
    height: auto;
}

.div_banner .swiper-button-prev {
    display: none;
}

.footer {
    width: 100%;
    background-color: #292929;
}

.footer .text0 {
    width: 100%;
    padding: 40px 0 20px 0;
    background: url("../img/footer.png") left bottom repeat-x;
    background-size: auto 100%;
}

.footer .text0 .p1 {
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
}

.footer .text0 .p2 {
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    margin: 5px 0 20px 0;
}

.footer .text0 .input_div {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 0 10px;
}

.footer .text0 .input_div .input {
    display: none;
}

.footer .text0 .input_div .select {
    display: none;
}

.footer .text0 .input_div .btn {
    width: 60%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 3px;
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
}

.footer .text1 {
    padding: 20px 10px;
    margin: 0 auto;
    position: relative;
}

.footer .text1 .list {
    width: 100%;
}

.footer .text1 .list .li {
    display: inline-block;
    color: #fff;
    margin: 0 20px 0 0;
    line-height: 30px;
    cursor: pointer;
    font-size: 12px;
}

.footer .text1 .list .li:last-child {
    margin: 0;
}

.footer .text1 .tel {
    width: 220px;
    height: 40px;
    color: #fff;
    background: url("../img/img4.png") center no-repeat;
    background-size: 220px 40px;
    line-height: 30px;
    padding: 12px 0 0 27px;
    font-size: 14px;
    margin: 10px auto 0 auto;
}

.footer .line {
    width: 100%;
    border: 1px solid rgba(51, 51, 51, 1);
}

.footer .text2 {
    width: 100%;
    padding: 20px 10px 30px 10px;
    margin: 0 auto;
    position: relative;
}

.footer .text2 .p1 {
    display: none;
}

.footer .text2 .p2 {
    line-height: 25px;
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    padding: 15px 0;
}

.footer .text2 .alist a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin: 0 10px 0 0;
}

.footer .text2 .p1 a {
    color: rgba(153, 153, 153, 1);
}

.footer .text2 .p2 a {
    color: rgba(153, 153, 153, 1);
}

.footer .text2 .mlist {
    display: none;
}

.footer .text2 .erimgs {
    width: 180px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.footer .text2 .erimgs .erimg {
    width: 80px;
}

.footer .text2 .erimgs .erimg .p {
    line-height: 20px;
    font-size: 12px;
    color: rgba(219, 219, 219, 1);
    padding: 0 0 10px 0;
    text-align: center;
}

.footer .text2 .erimgs .erimg img {
    width: 80px;
    height: auto;
    margin: 0 auto;
}

.fright {
    display: none;
}

.fright_mobile {
    width: 50px;
    height: 50px;
    position: fixed;
    border-radius: 50%;
    top: 278px;
    right: 5px;
    background: url("../img/img115.png") center no-repeat #00A8EE;
    background-size: 35px;
    z-index: 10000;
}

.fright_wx{
    width: 60px;
    position: fixed;
    top: 330px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 1px #ccc;
    z-index: 1000000;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding: 3px 0 3px 0;
}

.fright_wx img{
    width: 60px;
    height: 60px;
    border-top-left-radius: 4px;
}

.fright_wx p{
    line-height: 15px;
    text-align: center;
    color: #333;
    font-size:10px;
 }
