.w {
    width: 1600px;
    margin: auto;
    /* overflow: hidden; */
}

 
@media screen and (max-width: 1600px) {
    .w {
        width: 1400px;
        margin: auto;
        overflow: hidden;
    }
}

@media screen and (max-width: 1400px) {
    .w {
        width: 1200px;
        margin: auto;
        overflow: hidden;
    }
}

@media screen and (max-width: 1300px) {
    .w {
        width: 1100px;
        margin: auto;
        overflow: hidden;
    }
}

@media screen and (max-width: 1200px) {
    .w {
        width: 1200px;
        margin: auto;
        overflow: hidden;
    }
} 
/* */
.m-headbox {
    display: none !important;
}

.m-top-menu {
    display: none;
}

.headbox {
    width: 100%;
    height: 140px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #0006;
}

.headbox .navbox {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    justify-content: space-around;
    height: 100%;
}

.headbox .navbox .logo {
    height: 116px;
    width: 208px;
    margin-right: 13%;
}

.headbox .navbox .logo img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.headbox .navbox .mynav {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* margin-left: 30%; */
    width: 60%;
    height: 100%;
}

.headbox .navbox .mynav ul.waiul {
    display: flex;
    align-items: center;
    /* margin-bottom: 0px !important; */
    /* margin: 0; */
    width: 100%;
    height: 100%;
    justify-content: flex-end;
}

.mynav .waiul>li {
    width: 20%;
    /* position: relative; */
    /* height: 100%; */
    /* line-height: 120px; */
    /* padding-bottom: 10px; */
    /* margin-left: 30px; */
}

.mynav .waiul>li .tabnav::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0%;
    right: 0;
    margin: auto;
    width: 84%;
    height: 4px;
    border-radius: 4px;
    transition: all 1s;
    transform: scale(0);
    background-color: #d81212;
}

.mynav .waiul>li .tabnav:hover::after {
    transform: scale(1);
}

.mynav .waiul>li .tabnav:hover {
    color: #d81212!important;
}

.headbox .navbox .mynav>ul>li a {
    /* height: 100%; */
    /* width: 100%; */
    color: #fff;
}

.headbox .navbox .mynav ul li a.topnav {
    color: #333;
    /* margin-right: 50px; */
    padding: 6px 18px;
    text-align: center;
    color: #fff;
    /* padding: 4px 30px; */
    position: relative;
    border-radius: 4px;
    height: 30px !IMPORTANT;
}

.headbox .navbox .mynav .waiul>li a.active {
    background-color: #326bb4;
    border-radius: 4px;
    color: #fff;
}

.headbox .navbox .mynav ul li:hover a {
    color: #fff;
}

.headbox .navbox .mynav ul li .active {
    color: #fff;
}

.headbox .navbox .mynav ul li a {
    text-decoration: none;
    border: none;
    font-size: 22px;
    color: #fff;
    display: inline-block;
}

.headbox .navbox .mynav ul ul {
    /* color: #ec6901; */
}

.headbox .navbox .mynav .waiul .tabnav {
    position: relative;
}

.headbox .navbox .iconbox {
    padding: 10px 0;
    margin-left: 20px;
}

.headbox .navbox .iconbox img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.headbox .navbox p {
    font-size: 26px !important;
    color: #fff;
    font-weight: 7 00;
}

.headbox .navbox .phonebox {
    display: flex;
    align-items: center;
}

.headbox .navbox .phonebox a.search {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 4px;
    cursor: pointer;
}

.headbox .navbox .phonebox .searchbox {
    height: 30px;
    background: #fff;
    border-radius: 4px;
    padding-left: 2px;
    overflow: hidden;
    display: flex;
    border: 1px solid #3369af9c !important;
}

.headbox .navbox .phonebox .searchbox input {
    background: transform;
    height: 100%;
    display: block;
}

.headbox .navbox .phonebox .searchbox button {
    background: #82a3ce;
    height: 110%;
    display: block;
}

.headbox .navbox .phonebox .search img {
    width: 100%;
    height: 100%;
}

/**/
.m-footernavbox {
    display: none;
}

.footernavbox {
    width: 100%;
    color: #fff;
    font-size: 18px;
    /* padding: 3px 70px; */
    position: relative;
    border-top: 10px solid #f00;
    overflow: hidden;
    /* margin-bottom: 60px; */
}

.footernavbox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #22262e;
    background-size: cover;
    width: 100%;
    height: 100%;
    /* filter: blur(4px);*/
    z-index: -1;
    transform: scale(1.05);
}

.footernavbox .footercontent .footertop {
    border-bottom: 1px solid #bdbec4;
    padding: 0px 0px 20px 0;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    /* margin-bottom: 20px; */
    padding-left: 20px;
}

.footernavbox .footercontent .fcontentbox {
    display: flex;
    justify-content: space-around;
    padding: 40px 0px;
}

.footernavbox .footercontent .fcontentbox .img {
    width: 16%;
    /* height: 200px; */
}

.footernavbox .footercontent .fcontentbox .img img {
    width: 60%;
    /* height: 100%; */
    /* object-fit: cover; */
}

.footernavbox .footercontent .fcontentbox .footernav {
    max-width: 70%;
    /* height: 315px; */
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.footernavbox .footercontent .fcontentbox .footernav .navlist {
    display: flex;
    margin-bottom: 30px;
}
.footernavbox .footercontent .fcontentbox .footernav .navlist a {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding-right: 24px;
    margin-right: 24px;
}
.footernavbox .footercontent .fcontentbox .footernav .navlist a::after {
    display: block;
    content: "";
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background: #fff;
}


.footernavbox .footercontent {
    /* margin-top: 30px; */
    /* display: flex; */
    width: 82%;
    margin: auto;
}

.footernavbox .footercontent .contact {
    display: flex;
    width: 100%;
    /* height: 50%; */
    /* flex-wrap: wrap; */
    justify-content: flex-end;
}

.footernavbox .footercontent .contact .list {
    display: block;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 21px;
    color: #fff;
    font-size: 18px;
}

.footernavbox .footercontent .fcontentbox .footernav .lianxibox .list {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.footernavbox .footercontent .fcontentbox .footernav .lianxibox .list img {
    width: 26px;
    height: 26px;
    margin-right: 6px;
}

.footernavbox .footercontent .fcontentbox .footerimg {
    top: 0;
    right: 210px;
    display: flex;
    padding: 0px 20px;
    font-size: 16px;
    justify-content: center;
    width: 30%;
}

.footernavbox .footercontent .fcontentbox .footerimg .contact .ewm {
    display: flex;
    margin-top: 22px;
}

.footernavbox .footercontent .fcontentbox .footerimg .contact .ewm img {
    width: 150px;
    height: 150px;
}

.footernavbox .footercontent .fcontentbox .footerimg .contact .ewm >div {
    margin-right: 10px;
}

.footernavbox .footercontent .fcontentbox .footerimg .contact .ewm>div:nth-child(2) {
    margin-right: 0;
}

.footernavbox .footercontent .fcontentbox .footerimg .contact .ewm p {
    margin-top: 10px;
    text-align: center;
}
.footernavbox .footercontent .fcontentbox .footerimg .title .phone {font-size: 26px;color: #fff;font-weight: 600;margin: 6% 0;}
.footernavbox .footercontent .fcontentbox .footerimg .title p {
    width: 100%;
    text-align: right;
}
.footernavbox .footercontent .fcontentbox .footerimg .title p:last-child {
    font-size: 12px;
}


.footernavbox .footercontent {
}

.footernavbox .footercontent .title {
    font-size: 16px;
    /* font-weight: 600; */
    display: flex;
    align-items: center;
    color: #ffffffd6;
    flex-direction: column;
    justify-content: center;
    margin-right: 6%;
}

.footernavbox .footercontent .title img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.footernavbox .footercontent .contact .list:nth-child(2n) {
    margin-right: 0;
}

.prompt {
    text-align: center;
    /* margin-top: 26px; */
    /* margin-bottom: 20px; */
    font-size: 14px !important;
    background-color: #000;
    width: 100%;
    padding: 15px 0;
}

.prompt a {
    color: #fff;
    font-size: 14px;
}

.message {
    border-radius: 50%;
    overflow: hidden;
    width: 300px;
    height: 300px;
}

.message img {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    object-fit: cover;
}

/**/
.fddh {
    position: fixed;
    right: 20px;
    bottom: 3%;
    z-index: 999;
}

.fddh ul .list {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #cdcdcd;
    margin: 40px 0;
    cursor: pointer;
    position: relative;
}

.fddh ul .list .listbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
}

.fddh ul .list .listbox img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.fddh ul .list .xianshibox {
    display: none;
    position: absolute;
    width: 170px;
    height: 170px;
    padding: 5px;
    background-color: #fff;
    right: 79px;
    top: 8%;
    /* transform: translateY(-50%); */
    margin-top: -67px;
    -webkit-box-shadow: 6px 0 29px rgba(0, 0, 0, 0.09);
    box-shadow: 6px 0 29px rgba(0, 0, 0, 0.09);
}

.fddh ul .list .xianshibox2 {
    right: 125px;
    height: 55px;
    line-height: 55px;
    border-radius: 4px;
    color: #484c61;
    width: 208px;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 79px;
    margin-top: -27px;
    font-size: 14px;
    -webkit-box-shadow: 6px 0 19px rgba(0, 0, 0, 0.09);
    box-shadow: 6px 0 19px rgba(0, 0, 0, 0.09);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.fddh ul .list .xianshibox2 p {
    color: #326bb4;
    font-size: 24px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fddh ul .list .xianshibox:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -8px;
}

.fddh ul .list .xianshibox img {
    width: 100%;
}

.fddh ul .list:hover {
    background: #326bb4;
}

.fddh ul .list:hover .xianshibox {
    display: block;
}

/**/
.liuyanbanbox {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #e6e6e6;
    padding: 10px 0;
    z-index: 999;
    display: none;
}

.liuyanbanbox .liuyan {
    display: flex;
    justify-content: space-between;
    height: 45px;
}

.liuyanbanbox .liuyan .left {
    font-size: 20px;
    display: flex;
    align-items: center;
}

.liuyanbanbox .liuyan .left .hezi {
    background: #326bb4;
    color: #fff;
    padding: 5px 20px;
    margin-right: 20px;
}

.liuyanbanbox .liuyan .left p {
    color: #326bb4;
}

.liuyanbanbox .liuyan .right form {
    display: flex;
    align-items: center;
}

.liuyanbanbox .liuyan .right .btn input {
    background: #326bb4;
    display: block;
    color: #fff;
    padding: 4px 20px;
    font-size: 16px;
    height: 40px;
}

.liuyanbanbox .liuyan .right textarea {
    display: block;
    border: none;
    outline: none;
    border: 1px solid rgba(102, 102, 102, 0.493);
    width: 50%;
    max-width: 100%;
    height: 40px;
    color: #666;
    text-indent: 16px;
    /* line-height: 40px; */
    /* display: flex; */
    /* align-items: center; */
    min-width: 100%;
    font-size: 16px;
    font-family: '';
    resize: none;
    padding-top: 7px;
}

.liuyanbanbox .liuyan .right .input input {
    display: block;
    border: none;
    outline: none;
    border: 1px solid rgba(102, 102, 102, 0.493);
    width: 30%;
    max-width: 100%;
    height: 40px;
    color: #666;
    text-indent: 16px;
    min-width: 100%;
    font-size: 16px;
    font-family: 'ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ';
}

.pop_bg {
    position: fixed;
    /* height: 551px; */
    display: none;
    z-index: 11111111;
    width: 520px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: my_scale 0.5s;
    background: #fff;
    padding: 30px 50px;
}

.pop {
    /* height: 322px; */
    /* width: 520px; */
    (: border-box); transition: transform 0.1s;
    /* margin: 40px auto; */
}

.colse_pop {
    width: 25px;
    height: 25px;
    background: url(http://www.hcsz.cn/statics/css/images/pop_colse_03.png) no-repeat center;
    float: right;
    margin-right: 17px;
    margin-top: 9px;
    cursor: pointer;
    margin-bottom: 10px;
}

.tit {
    clear: right;
    font-size: 27px;
    color: #333333;
    text-align: center;
    position: relative;
    background: url(../images/span_03.jpg) repeat-x center;
    font-weight: 600;
    margin-bottom: 10px;
}

.tit span {
    background: #fff;
    padding: 0 20px;
    line-height: 26.88px;
}

.cont_tel {
    font-size: 18px;
    color: #666;
    line-height: 26.88px;
    text-align: center;
    letter-spacing: 6px;
}

.pop_tit {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-top: 13px;
    color: #444;
}

.consult_now {
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    text-align: center;
    height: 41px;
}

.consult_now a {
    padding: 11px 46px;
    background: url(../images/click_03.png) center no-repeat;
    width: 150px;
    margin: auto;
    border: 1px solid #000;
}

.consult_now a:hover {
    color: red;
}

.pho {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
}

.pho div {
    margin-top: 6px;
}

.pho_num {
    font-family: "Arial";
    font-size: 28px;
    line-height: 84.65px;
    color: #000;
    margin: 6px auto 0px;
    display: none;
}

.pho_num img {
    display: inline-block;
    /* margin-bottom: -6px; */
    margin-right: 4px;
    filter: brightness(0);
    vertical-align: -7px;
}

@keyframes my_scale {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(0.25);
    }

    50% {
        transform: scale(0.5);
    }

    75% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

@-moz-keyframes my_scale {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(0.25);
    }

    50% {
        transform: scale(0.5);
    }

    75% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes my_scale {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(0.25);
    }

    50% {
        transform: scale(0.5);
    }

    75% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

@-o-keyframes my_scale {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(0.25);
    }

    50% {
        transform: scale(0.5);
    }

    75% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

.pop_bg .formbox {
    width: 100%;
    padding: 15px 0;
}

.pop_bg .formbox input, .pop_bg .right .formbox textarea {
    display: block;
    border: none;
    outline: none;
    border: 1px solid rgba(102, 102, 102, 0.493);
    width: 100%;
    max-width: 100%;
    height: 48px;
    margin-bottom: 18px;
    color: #666;
    text-indent: 16px;
    min-width: 100%;
    font-size: 16px;
    font-family: 'ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“';
}

.pop_bg .formbox textarea {
    height: 80px;
    padding-top: 5px;
    padding-left: 16px;
    overflow: hidden;
    resize: none;
    text-indent: 0px;
    width: 100%;
    outline: none;
    border: 1px solid rgba(102, 102, 102, 0.493);
    color: rgb(102, 102, 102);
    min-width: 100%;
    font-size: 16px;
    font-family: ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ;
}

.pop_bg .formbox .btn input {
    background-color: #000;
    width: 120px;
    padding: 6px 0px;
    color: #fff;
    text-align: center;
    text-indent: 0px;
    cursor: pointer;
    font-size: 18px;
}

