
.nodata {
    width: 100%;
    text-align: center;
    display: none;
    background: url("../img/nodata.png") center top 100px no-repeat;
    background-size: auto 150px;
    padding: 300px 0 150px 0;
    line-height: 30px;
    font-size: 16px;
}

.nodata_show {
    display: block;
}

.header_mobile {
    display: none;
}

.div_404 {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 200px 0;
}

.div_404 .img {
    width: 100%;
    height: 350px;
    background: url("../img/404.png") center no-repeat;
    background-size: auto 200px;
    margin: 0 auto;
}

.div_404 .text {
    width: 100%;
    margin: 0 auto;
}

.div_404 .text .p1 {
    line-height: 40px;
    color: #555;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 20px 0;
    text-align: center;
}

.div_404 .text .p2 {
    line-height: 25px;
    color: #333;
    font-size: 15px;
    text-align: center;
}

.div_404 .text .p2 a {
    color: #2ea39b;
    font-size: 15px;
    line-height: 25px;
}

.header {
    width: 100%;
    min-width: 1200px;
}

.header .cdiv {
    width: 1200px;
    height: 80px;
    padding: 15px 30px;
    margin: 0 auto;
}

.header .cdiv .logo {
    width: auto;
    cursor: pointer;
    float: left;
}

.header .cdiv .logo img {
    width: auto;
    height: 46px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 5px 0 0;
}

.header .cdiv .right {
    /*width: 200px;*/
    cursor: pointer;
    float: right;
}

.header .cdiv .right .pg {
    width: auto;
    height: 34px;
    display: inline-block;
    vertical-align: top;
    margin: 7px 20px 7px 0;
}

.header .cdiv .right .tel {
    display: inline-block;
    height: 34px;
    margin: 5px 0 0 0;
    background: url("../img/img3.png") left center no-repeat;
    background-size: 30px;
    padding: 0 0 0 37px;
}

.header .cdiv .right .tel span {
    position: relative;
    top: 2px;
    display: block;
    float: left;
    -webkit-animation: style1 0.6s ease 1 alternate;
    animation: style1 0.6s ease 1 alternate;
    color: #DA251E;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    vertical-align: top;
}

.header .cdiv .right .tel span:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.header .cdiv .right .tel span:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.header .cdiv .right .tel span:nth-child(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.header .cdiv .right .tel span:nth-child(5) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.header .cdiv .right .tel span:nth-child(6) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.header .cdiv .right .tel span:nth-child(7) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.header .cdiv .right .tel span:nth-child(8) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.header .cdiv .right .tel span:nth-child(9) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.header .cdiv .right .tel span:nth-child(10) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.header .cdiv .right .tel span:nth-child(11) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.header .cdiv .right .tel span:nth-child(12) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.header .cdiv .right .tel span:nth-child(13) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@keyframes style1 {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0, 0.5, 0.1);
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0px, -15px, 0);
    }
}

@-webkit-keyframes style1 {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0, 0.5, 0.1);
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0px, -15px, 0);
    }
}

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

.header .cdiv .lists {
    width: auto;
    height: 50px;
    display: flex;
    float: left;
    margin-left: 20px;
}

.header .cdiv .lists .li {
    margin: 0 15px;
    padding: 0 8px;
    cursor: pointer;
    position: relative;
}

.header .cdiv .lists .li a {
    color: #333;
    font-size: 19px;
    line-height: 50px;
    font-weight: 500;
}

.header .cdiv .lists .li_active a {
    color: #2ea39b;
    border-bottom: 2px solid #2ea39b;
}

.header .cdiv .lists .li:hover a {
    color: #2ea39b;
    border-bottom: 2px solid #2ea39b;
}

.header .cdiv .lists .li .more_lis {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 10px 0 0 0;
    display: none;
    z-index: 100;
}

.header .cdiv .lists .li:hover .more_lis {
    display: block;

}

.header .cdiv .lists .li .more_lis:before {
    box-sizing: content-box;
    width: 0;
    height: 0;
    position: absolute;
    top: -7.5px;
    left: calc(50% + 1px);
    padding: 0;
    border-right: 9px solid transparent;
    border-top: 9px solid transparent;
    border-bottom: 9px solid #2ea39b;
    border-left: 9px solid transparent;
    display: block;
    content: '';
    z-index: 12;
}

.header .cdiv .lists .li .more_lis:after {
    box-sizing: content-box;
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: 50%;
    padding: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #eee;
    border-left: 10px solid transparent;
    display: block;
    content: '';
    z-index: 10
}

.header .cdiv .lists .li .more_lis .more_li {
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background-color: #2ea39b;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
}

.header .cdiv .lists .li .more_lis .more_li:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.header .cdiv .lists .li .more_lis .more_li:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: none;
}

.header_second {
    width: 100%;
    min-width: 1200px;
    box-shadow: 0 1px 1px #ddd;
    /*border-bottom: 1px solid rgba(238,238,238,1);*/
}

.header_second .list {
    width: 1200px;
    padding: 0 40px;
    display: flex;
    margin: 0 auto;
}

.header_second .list .li {
    width: auto;
    padding: 0 40px;
    color: #333;
    line-height: 75px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    margin: 0 20px 0 0;
}

.header_second .list .li:last-child {
    margin: 0;
}

.header_second .list .li_active {
    background-color: #2ea39b;
    color: #fff;
}

.alert_mobile {
    display: none;
}

.div_title {
    height: 50px;
    position: relative;
    margin: 70px auto;
}

.div_title .title {
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #333;
    position: relative;
    z-index: 2;
}

.div_title .title_bg {
    width: 100%;
    position: absolute;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 44px;
    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_min {
    min-width: 1200px;
}

.div_banner {
    width: 100%;
    /*height: 32vw;*/
}

.div_banner .bannerimg {
    width: 100%;
    height: auto;
}

.footer {
    width: 100%;
    min-width: 1200px;
    background-color: #292929;
}

.footer .text0 {
    width: 100%;
    padding: 40px 0;
    background: url("../img/footer.png") left bottom repeat-x;
    background-size: auto 100%;
}

.footer .text0 .p1 {
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
}

.footer .text0 .p2 {
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin: 10px 0 30px 0;
}

.footer .text0 .input_div {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 0 30px;
}

.footer .text0 .input_div .input {
    width: 60%;
    height: 50px;
    background-color: rgba(102, 102, 102, 0.15);
    border-right: 3px;
    padding: 5px 0;
}

.footer .text0 .input_div .input input {
    width: 100%;
    height: 40px;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
}

.footer .text0 .input_div .input input::-webkit-input-placeholder {
    color: #999;
}

.footer .text0 .input_div .input input::-moz-placeholder {
    color: #999;
}

.footer .text0 .input_div .input input:-moz-placeholder {
    color: #999;
}

.footer .text0 .input_div .input input:-ms-input-placeholder {
    color: #999;
}

.footer .text0 .input_div .select {
    width: 18%;
    margin: 0 5% 0 3%;
    height: 50px;
    line-height: 50px;
    background-color: #7D7D7D;
    border-right: 3px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.footer .text0 .input_div .btn {
    width: 14%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-right: 3px;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.footer .text1 {
    width: 1200px;
    padding: 20px 30px;
    margin: 0 auto;
    position: relative;
}

.footer .text1 .list {
    width: 100%;
}

.footer .text1 .list .li {
    display: inline-block;
    color: #fff;
    margin: 0 50px 0 0;
    line-height: 30px;
    cursor: pointer;
}

.footer .text1 .list .li:last-child {
    margin: 0;
}

.footer .text1 .tel {
    width: 250px;
    height: 50px;
    color: #fff;
    font-weight: 400;
    background: url("../img/img4.png") center no-repeat;
    background-size: 250px 50px;
    line-height: 30px;
    padding: 20px 0 0 45px;
    font-size: 16px;
    position: absolute;
    right: 30px;
    top: 8px;
}

.footer .line {
    width: 100%;
    border: 1px solid rgba(51, 51, 51, 1);
}

.footer .text2 {
    width: 1200px;
    padding: 20px 240px 20px 30px;
    margin: 0 auto;
    position: relative;
}

.footer .text2 .p1 {
    height: 40px;
    padding: 10px 0;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.footer .text2 .p2 {
    display: none;
}

.footer .text2 .alist a {
    display: inline-block;
    height: 30px;
    padding: 5px 0;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin: 0 20px 0 0;
}

.footer .text2 .mlist {
    width: 100%;
    display: flex;
    margin: 5px 0 0 0;
}

.footer .text2 .mlist img {
    display: inline-block;
    height: 30px;
    width: auto;
    margin: 0 20px 0 0;
    cursor: pointer;
}

.footer .text2 .mlist a:last-child img {
    margin: 0;
}

.footer .text2 .erimgs {
    width: 180px;
    position: absolute;
    right: 30px;
    top: 40px;
    display: flex;
    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_mobile,.fright_wx {
    display: none;
}

.fright {
    width: 80px;
    height: 405px;
    position: fixed;
    z-index: 100;
    right: 0;
    top: 50%;
    margin-top: -200px;
    -webkit-animation: style2 1s ease;
    animation: style2 1s ease;
}

@keyframes style2 {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes style2 {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fright .list {
    width: 80px;
    margin: 0 0 8px 0;
    padding: 20px 0;
    cursor: pointer;
    position: relative;
}

.fright .list_bg_1 {
    background-color: #F7B148;
}

.fright .list_bg_2 {
    background-color: #FF5F5F;
}

.fright .list_bg_3 {
    background-color: #00A8EE;
}

.fright .list_bg_4 {
    background-color: #B5B5B5;
    margin: 0;
}

.fright .list .img0 {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.fright .list .p0 {
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-top: 5px;
}

.fright .list .more:before {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 37px;
    right: -18px;
    padding: 0;
    border-right: 9px solid transparent;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #fff;
    display: block;
    content: '';
    z-index: 12;
}

.fright .list .more:after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 36px;
    right: -20px;
    padding: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #eee;
    display: block;
    content: '';
    z-index: 10
}

.fright .list .more_1 {
    width: 180px;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    right: 110px;
    box-shadow: 0 0 1px #aaa;
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 5px;
    display: block;
}

.fright .list .more_1 .p1 {
    line-height: 20px;
    text-align: center;
    color: #333;
}

.fright .list .more_1 .p2 {
    line-height: 20px;
    text-align: center;
    color: #DA251E;
}

.fright .list .more_1 .p2 .img2 {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin: 0 5px 0 0;
}

.fright .list .more_1 .img1 {
    width: 100px;
    height: 100px;
    margin: 8px auto;
}

.fright .list .more_2 {
    width: 200px;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    right: 110px;
    box-shadow: 0 0 1px #aaa;
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 5px;
    display: none;
}

.fright .list .more_2 .p1 {
    line-height: 20px;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.fright .list .more_2 .p2 {
    line-height: 20px;
    font-size: 20px;
    color: #DA251E;
    text-align: center;
    font-weight: bold;
}
