@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */


@font-face {
    font-family: "HEITI";
    src: url('../font/Adobe\ 黑体\ Std\ R.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ROBOTOM";
    src: url('../font/ROBOTO-MEDIUM.TTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ROBOTOB";
    src: url('../font/ROBOTO-BOLD.TTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ROBOTOL";
    src: url('../font/ROBOTO-LIGHT.TTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MONTSERRATBOLD";
    src: url('../font/MONTSERRAT-EXTRABOLD-4.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DIN";
    src: url('../font/din-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}




/* header */
header {
    width: 100%;
    position: relative;
}

.headtop {
    /* position: absolute; */
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    height: 100px;
}

.header-main {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
}

.logo {
    display: block;
    overflow: hidden;
}

.logo img {
    width: 100%;
}

.hotline-wrap {
    display: flex;
    align-items: center;
}

.hotline-wrap p {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    margin-left: 16px;
}

.nav-ul {
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: flex-end;
}

.nav-ul li {
    margin-right: 64px;
}

.nav-ul li:last-child {
    margin-right: 0px;
}

.nav-ul li>a {
    display: block;
    font-size: 24px;
    line-height: 100px;
    text-align: center;
    color: #222222;
    position: relative;
    transition: all .3s;
    text-transform: uppercase;
    font-family: "ROBOTOM"
}

.nav-ul li>a::after {
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    content: "";
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active a {
    color: #e60012;
}

.nav-ul li:hover>a::after {
    opacity: 1;
}

.nav-ul li.nav-active a::after {
    opacity: 1;
}



@media(max-width: 1700px) {
    .nav-ul li {
        margin-right: 40px;
    }
}

@media(max-width: 1700px) {
    .nav-ul li {
        margin-right: 20px;
    }
}

@media(max-width: 1200px) {
    .nav-ul li>a {
        font-size: 16px;
    }

    .nav-ul li {
        margin-right: 20px;
    }

    .hotline-wrap p {
        margin-left: 8px;
    }

    .nav-ul li {
        margin-right: 10px;
    }

}

@media(max-width: 991px) {
    .nav-ul {
        display: none;
    }

    .hotline-wrap {
        display: none;
    }

    .header-main {
        height: 70px;
    }

}

@media(max-width: 599px) {

.logo img {
    width: 160px;
}

}




/* banner */



/* 底部 */
#footer {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    background: #1b1b1b;
    overflow: hidden;
}

.footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-topl {
    width: 28%;
}

.footer-topr {
    width: 67%;
}

.footer-navul {
    display: flex;
    justify-content: space-between;
}

.footer-copy {
    display: flex;
    padding-top: 40px;
    border-top: 1px solid #414141;
    justify-content: space-between;
    margin-top: 60px;
    font-size: 18px;
    color: #b5b5b5;
    align-items: center;
}

.footer-topltxt {
    margin-top: 20px;
    line-height: 35px;
}

.honepro-btn {
    position: relative;
}

.hone-tit {
    font-size: 60px;
    color: #000000;
    font-family: "MONTSERRATBOLD";
    text-transform: uppercase;
}

.honepro-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headlang {
    width: 90px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #d03914;
}

.headlang a {
    padding: 0 5px;
    color: #fff;
}

.homesol {
    padding: 80px 0 0px;
}

.hometit {
    text-align: center;
}

.hometit h2 {
    font-size: 56px;
    color: #c8c8c8;
    text-transform: uppercase;
    font-family: "Atami";
}

.hometit h3 {
    font-size: 42px;
    color: #333333;
    padding: 5px 0 10px;
}

.homesol-p {
    color: #555555;
    font-size: 18px;
}

@media(max-width:991px) {
    .headlang {
        display: none;
    }

    .logo {
        width: 220px;
    }

    .headtop {
        height: auto;
    }
}

@media(max-width:449px) {}

.footer-share .bshare-custom .bshare-facebook {
    width: 32px;
    display: inline-block;
    height: 32px;
    background: url("../img/footer-facebook.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-facebook:hover {
    background: url("../img/footer-facebookh.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-twitter {
    width: 32px;
    display: inline-block;
    height: 32px;
    background: url("../img/footer-twitter.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-twitter:hover {
    background: url("../img/footer-twitterh.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-instapaper {
    width: 32px;
    display: inline-block;
    height: 32px;
    background: url("../img/footer-in.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-instapaper:hover {
    background: url("../img/footer-inh.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-douyin {
    width: 32px;
    display: inline-block;
    height: 32px;
    background: url("../img/footer-dy.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-douyin:hover {
    background: url("../img/footer-dyh.png") no-repeat center;
}

.footer-share {
    padding-top: 20px;
}

.bshare-custom a {
    margin-right: 5px !important;
}

.footer-navul li>a {
    font-size: 18px;
    color: #fff;
}

.footer-navul li dl {
    margin-top: 30px;
}

.footer-navul li dl dd {
    line-height: 35px;
    display: flex;
}

.footer-navul li dl dd .footerdd-img {
    text-align: center;
    width: 22px;
    margin-right: 12px;
}

.footer-navul li dl dd.last-dd {
    padding-left: 35px;
}

.footcode {
    color: #fff;
}

.footer-code {
    margin-top: 30px;
}

.footer-code h4 {
    margin-top: 18px;
    text-align: center;
    color: #b5b5b5;
}

.footer-navul li dl dd a {
    color: #888888;
}

@media(max-width:991px) {
    .footer-topl {
        display: none;
    }

    .footer-topr {
        width: 100%;
    }

    .footer-copy {
        display: flex;
        padding-top: 20px;
        margin-top: 0px;
        font-size: 16px;
    }

    .footcode {
        display: none;
    }



}

@media(max-width:600px) {
    .footer-contact {
        width: 100% !important;
    }

    .footer-navul {
        flex-wrap: wrap;
    }

    .footer-navul li {
        width: 33.3333%;
        margin-bottom: 20px;
    }

    .footer-navul li:last-child {
        width: 100%;
    }

    .footer-navul li dl dd {
        line-height: 28px;
    }

    .footer-navul li dl {
        margin-top: 15px;
    }

    #footer {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .footer-copy {
        display: block;
        text-align: center;
        line-height: 30px;
    }

    .footer-copy {
        font-size: 14px;
    }

    .footer-navul li dl dd a {
        font-size: 14px;
    }

    .footer-navul li>a {
        font-size: 16px;
    }
}

@media(max-width: 449px) {
    .logo {
        width: 250px;
    }
}


.hcase {
    overflow: hidden;
    padding-bottom: 100px;
}

.sec {
    position: relative;
}


.hcase-tit h3 {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
}

.hcase-tit h4 {
    margin-top: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

.hcase .swiper-pagenav .arrow_prev {
    width: 44px;
    height: 44px;
    background: #1b1b1b url("../img/htwocase-prev.png") no-repeat center;
    border: none;
    border-radius: 5px;
    margin-right: 20px;
}

.hcase .swiper-pagenav .arrow_prev:hover {
    background: #e1031f url("../img/htwocase-prev.png") no-repeat center;
}

.hcase .swiper-pagenav .arrow_next {
    width: 44px;
    height: 44px;
    background: #1b1b1b url("../img/htwocase-next.png") no-repeat center;
    border: none;
    border-radius: 5px;
}

.hcase .swiper-pagenav .arrow_next:hover {
    background: #e1031f url("../img/htwocase-next.png") no-repeat center;
}

.hcase .info {
    position: absolute;
    bottom: 0;
    left: 40px;
    bottom: 38px;
    color: #fff;
}

.hcase .info .tit {
    color: #fff;
    display: none;
}

.hcase .swiper-slide.slick-on .info .tit {
    display: block;
}

.hcase .business_wrap .sec_title_g {
    top: 170px;
}

@media(max-width:1600px) {
    .hcase-tit {
        margin-top: 60px;
    }

    .business_wrap .contents {
        padding-top: 0;
    }
}




@media(max-width:991px) {


    .hcase-tit h3 {
        font-size: 30px;
    }

    .hcase-tit {
        margin-top: 40px;
    }

    .hcase-tit h4 {
        margin-top: 15px;
    }


}

.headright {
    display: flex;
    align-items: center;
}

.search-btn {
    background: url("../img/head-sou.png") no-repeat center;
    width: 17px;
    height: 17px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}

.search-box {
    position: relative;
    border-bottom: 1px solid #cccccc;
    /* width: 160px; */
}

.search-box input {
    border: none;
}

.headrlang-list a {
    display: flex;
}

.headrlang-list {
    position: absolute;
    top: 100px;
    z-index: 999;
    width: 64px;
    background: #fff;
    display: none;
}

.headrlang-list a {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    align-items: center;
}

.headrlang {
    margin-left: 30px;
}

.headrlang-img {
    margin-right: 5px;

}

.headrlang-list span {
    font-family: "ROBOTOL";
    font-size: 15px;
    display: block;
    margin-top: 5px;
}

.footer-topltxt {
    margin-top: 30px;
    color: #888888;
}

.footer-navul li>a {
    font-size: 24px;
}

.copy-l {
    color: #999999;
}

@media(max-width:991px) {
    .headright {
        display: none;
    }
}

.share {
    display: flex;
}

.share a {
    background: #000;
    border-radius: 5px;
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-left: 20px;
}

.honepro {
    padding: 100px 0;
}

.honepro-boxswiper .swiper-slide a {
    display: block;

}

.honepro-box-img {
    background: #fafafa;
    border-radius: 15px;
}

.honepro-box {
    margin-top: 60px;
}

.honepro-btn .swiper-button-next {
    background: #1b1b1b url("../img/hpro-next.png") no-repeat center;
    height: 44px;
    width: 44px;
    border-radius: 5px;
    right: 0;
}

.honepro-btn .swiper-button-next:hover {
    background: #e1031f url("../img/hpro-next.png") no-repeat center;
}

.honepro-btn .swiper-button-prev {
    background: #1b1b1b url("../img/hpro-prev.png") no-repeat center;
    height: 44px;
    width: 44px;
    border-radius: 5px;
    left: 0;
}

.honepro-btn {
    width: 108px;
}

.honepro-btn .swiper-button-prev:hover {
    background: #e1031f url("../img/hpro-prev.png") no-repeat center;
}

.honepro-boxswiper .swiper-slide h3 {
    font-size: 30px;
    color: #222222;
    text-align: center;
    margin-top: 25px;
}

.honepro-boxswiper .swiper-slide:hover h3 {
    color: #e1031f;
}

.honeabout {
    background: url("../img/habout-bg.jpg") no-repeat center;
    padding: 100px 0;
    background-size: cover;
}

.honeabout-boxl ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}

.honeabout-boxl ul li {
    width: 48%;
}

.honeabout-box {
    display: flex;
}

.honeabout-boxl {
    width: 50%;
}

.honeabout-boxr {
    width: 50%;
    color: #fff;
}

.honeabout-boxllast {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.honeabout-boxr h3 {
    font-family: "MONTSERRATBOLD";
    font-size: 60px;
}

.honeabout-boxr {
    padding-left: 60px;
    padding-top: 30px;
}

.honeabout-boxr h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 70px 0 110px;
}

.hone-more {
    display: flex;
    width: 200px;
    height: 58px;
    background: #e1031f;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
}

.hone-more span {
    margin-right: 10px;
    font-size: 18px;
}

.honeabout-boxl ul li a {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.honecase {
    padding: 100px 0;
}

.honecase-more {
    display: flex;
    width: 200px;
    height: 58px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #5d5d5d;
    color: #5d5d5d;
}

.honecase-more span {
    margin-right: 10px;
    font-size: 18px;
}

.honecase-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.honecase-more:hover {
    background: #e60012;
    color: #fff;
    border: 1px solid #e60012;
}

.honecase-more:hover img {
    filter: brightness(100);
    filter: grayscale(100%) brightness(500%);
}

.honecase-box ul {
    display: flex;
    justify-content: space-between;
}

.honecase-box ul li {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.honecase-box {
    margin-top: 60px;
}

.honecase-box ul li a {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.honecase-box ul li a .honecase-txt {
    position: absolute;
    bottom: 40px;
    color: #fff;
    padding: 0 30px;
}

.honecase-txt h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.honecase-txt h4 {
    font-size: 18px;
    line-height: 26px;
}

.honemessage {
    background: url("../img/hexp-bg.png") no-repeat center;
    padding: 100px 0;
    background-size: cover;
}

.honemessage-form {
    background: #fff;
}

.honemessage-box {
    display: flex;
    overflow: hidden;
}

.honemessage-boxl {
    width: 50%;
    padding-right: 80px;
    color: #fff;
}

.honemessage-boxr {
    width: 50%;
    padding-left: 130px;
}

.honemessage-form {
    padding: 60px;
    border-radius: 30px;
}

.honemessage-boxl h3 {
    font-size: 50px;
}

.honemessage-boxl h4 {
    padding: 60px 0 80px;
    font-size: 20px;
    line-height: 35px;
}

.honemessage-form ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.honemessage-form ul li input {
    border: 1px solid #bfbfbf;
    height: 45px;
    padding: 0 16px;
    width: 49%;
}

.honemessage-form ul li input::placeholder {
    color: #bfbfbf;
}

.honemessage-form ul li textarea {
    border: 1px solid #bfbfbf;
    padding: 16px;
    width: 100%;
}

.honemessage-form ul li textarea::placeholder {
    color: #bfbfbf;
}

.honemessage-form button {
    border: none;
    background: #e60012;
    width: 160px;
    height: 50px;
    text-align: center;
    color: #fff;
    margin: 20px auto 0;
    display: block;
    border-radius: 5px;
}

.honenews-box {
    margin-top: 60px;
}

.honenews {
    padding: 100px 0;
}

.honenews-txt {
    margin-top: 30px;
}

.honenews-txt h3 {
    font-size: 24px;
    color: #222222;
}

.honenews-txt h4 {
    color: #999999;
    font-size: 16px;
    margin: 20px 0 25px;
}

.honenews-txt h5 {
    color: #999999;
    font-size: 16px;
}

.share a {
    border-radius: 8px;
    overflow: hidden;
    display: block;
}


@media(max-width:1700px) {
    .honeabout-boxr h4 {
        margin: 40px 0 50px;
    }
}

@media(max-width:1400px) {
    .honeabout-boxr h4 {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        /* 定义显示的最大行数 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .honemessage-boxl {
        padding-right: 15px;
    }

    .honemessage-boxr {
        padding-left: 15px;
    }
}

@media(max-width:1200px) {
    .footer-topl {
        display: none;
    }

    .footer-topr {
        width: 100%;
    }

    .honeabout-box {
        display: block;
    }

    .honeabout-boxl {
        width: 100%;
    }

    .honeabout-boxr {
        width: 100%;
        padding-left: 0;
    }

    .honecase-txt h4 {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* 定义显示的最大行数 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .honecase-box ul li a .honecase-txt {
        bottom: 15px;
        padding: 0 15px;
    }

    .honecase-txt h3 {
        margin-bottom: 10px;
    }

    .honemessage-boxl h3 {
        font-size: 42px;
    }

    .honemessage-boxl h4 {
        padding: 20px 0 30px;
    }

    .honenews-txt h4 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* 定义显示的最大行数 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media(max-width:991px) {
    .footer-navul li:last-child {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer-navul {
        flex-wrap: wrap;
    }

    .share {
        display: none;
    }

    .copy-l {
        text-align: center;
        width: 100%;
    }

    .hone-tit {
        font-size: 40px;
    }

    .honepro {
        padding: 50px 0;
    }

    .honeabout-boxr h3 {
        font-size: 40px;
    }

    .honecase-box ul {
        display: block;
    }

    .honecase-box ul li {
        width: 100%;
    }

    .honecase-box ul li a {
        width: 100%;
        margin-bottom: 20px;
    }

    .honecase-box ul li a .honecase-txt {
        bottom: 30px;
        padding: 0 30px;
    }

    .honemessage-box {
        display: block;
    }

    .honemessage-boxl {
        width: 100%;
    }

    .honemessage-boxr {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .honecase {
        padding: 50px 0;
    }

    .honemessage {
        padding: 50px 0;
    }

    .honenews-box ul li {
        margin-bottom: 20px;
    }

    .honenews {
        padding: 50px 0;
    }
}




/*首页2*/
.htwopro {
    padding: 100px 0;
}

.htwopro-box {
    margin-top: 53px;
}

.htwopro-boxswiper .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 14px;
    opacity: 1;
    background: #fff;
}

.htwopro-boxswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e1031f;
}

.htwopro-boxswiper .swiper-pagination {
    bottom: 36px;
}

.htwopro-bot {
    margin-top: 30px;
}

.htwopro-bottxt h3 {
    font-size: 24px;
    font-family: "MONTSERRATBOLD";
    margin-top: 25px;
    color: #222222;
}

.htwopro-bottxt p {
    color: #999999;
    font-size: 18px;
    font-family: "ROBOTOL";
    margin-top: 10px;
}

.htwopro-botswiper .swiper-slide:hover .htwopro-bottxt h3 {
    color: #e60012;
}

.htwoabout {
    background: url("../img/htwo-aboutbg.jpg") no-repeat top center;
}

.htwoabout-top {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.htwoabout {
    padding: 100px 0 0;
    color: #fff;
}

.white {
    color: #fff !important;
}

.htwoabout-botr {
    width: 62.5%;
}

.htwoabout-bot ul {
    display: flex;
}

.htwoabout-bot ul li {
    flex: 1;
    background: #e60012;
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.htwoabout-bot {
    margin-top: 100px;
}

.htwoabout-bot ul li:nth-of-type(2) {
    background: #434343;
}

.htwoabout-bot-txt h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 30px;
    text-align: center;
}

.htwoabout-bot-txt p {
    line-height: 40px;
}

.htwoabout-topl h3 {
    margin-bottom: 40px;
}

.htwoabout-botr {
    font-size: 20px;
    font-family: "ROBOTOL";
    line-height: 35px;
}

.htwoadv {
    background: url("../img/htwo-advbg.jpg") no-repeat top center;
    padding: 100px 0;
    background-size: cover;
}

.tc {
    text-align: center !important;
}

.htwoadv-box ul {
    display: flex;
    justify-content: space-between;
}

.htwoadv-box ul li {
    width: 20%;
    text-align: center;
}

.htwoadv-box {
    margin-top: 190px;
}

.htwoadv-txt {
    color: #fff;
}

.htwoadv-txt h3 {
    font-size: 30px;
    margin: 20px 0;
    text-transform: uppercase;
}

.htwopro-boxswiper .swiper-slide img {
    width: 100%;
}

.htwopro-boxswiper .swiper-pagination {
    bottom: 15px;
}

.htwoabout-bot-txt h3 {
    height: 50px;
}

.htwoadv-box ul li .htwoadv-icon{
    transition: all 0.4s;
}

.htwoadv-box ul li:hover .htwoadv-icon{
    transform: rotate(45deg);
}

@media(max-width:1600px) {
    .hcase .business_wrap .sec_title_g {
        top: 0px;
    }
}

@media(max-width:991px) {
    .htwopro {
        padding: 50px 0;
    }

    .htwopro-box {
        margin-top: 40px;
    }

    .htwoabout-top {
        display: block;
    }

    .htwoabout-topl {
        width: 100%;
        margin-bottom: 20px;
    }

    .htwoabout-botr {
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* 定义显示的最大行数 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .htwoabout-bot {
        margin-top: 30px;
    }

    .htwoabout-bot ul li {
        padding: 50px 0;
    }

    .htwoabout-bot-txt h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .htwoabout {
        padding: 50px 0;
    }

    .htwoadv-box ul {
        flex-wrap: wrap;
    }

    .htwoadv-box ul li {
        width: 45%;
        margin-bottom: 30px;
    }

    .htwoadv-box {
        margin-top: 80px;
    }

    .htwoadv {
        padding: 50px 0 30px;
    }
}

@media(max-width:600px) {
    .htwoabout-bot ul {
        display: block;
    }

    .htwoabout-bot ul li {
        width: 100%;
    }

    .htwoadv-box ul li {
        width: 100%;
        margin-bottom: 30px;
    }
}

.hthreepro {
    padding: 100px 0;
}

.hthreepro-box {
    margin-top: 60px;
}

.hthreepro-box  a {
    display: flex;
    background: #fafafa;
    padding: 80px 50px;
    align-items: center;
}

.hthreepro-boxl {
    width: 50%;
    padding-right: 20px;
}

.hthreepro-boxr {
    width: 50%;
}

.hthreepro-box ul li {
    margin-bottom: 50px;
}

.hthreepro-boxr {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hthreepro-boxl h3 {
    font-size: 30px;
    font-family: "ROBOTOB";
    color: #222222;
}

.hthreepro-boxl h4 {
    margin: 40px 0 50px;
    line-height: 32px;
}

.hthreepro-boxl span {
    display: block;
    width: 150px;
    height: 44px;
    background: #e60012;
    border-radius: 5px;
    text-align: center;
    line-height: 44px;
    color: #fff;
}

.hthreeabout {
    background: url("../img/hthree-bg.jpg") no-repeat top center;
    padding: 110px 0;
    background-size: cover;
}

.hthreeabout-tit {
    text-align: center;
    color: #fff;
}

.hthreeabout-tit h4 {
    margin-top: 50px;
    line-height: 35px;
}

.hthree-more {
    display: block;
    width: 150px;
    height: 44px;
    background: #e60012;
    border-radius: 5px;
    text-align: center;
    line-height: 44px;
    color: #fff;
}

.hthreeabout-tit span {
    margin: 60px auto 0;
}

.hthreeabout-img ul {
    display: flex;
    justify-content: space-between;
}

.hthreeabout-img {
    margin-top: 100px;
}

.hthreeabout-text {
    color: #fff;
    text-align: center;
}

.hthreeabout-icon {
    width: 90px;
    height: 90px;
    background: #e60012;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.4s;
}

.hthreeabout-img ul li:hover .hthreeabout-icon {
    transform: translateY(-20px);
}

.hthreeabout-text h3 {
    padding: 30px 0 10px;
    font-size: 50px;
    font-family: "DIN";
}

.hthreeabout-img ul li {
    border-right: 1px solid #a1abb1;
    width: 25%;
}

/* .hthreeabout-img ul li:last-child {
    border-right: none;
} */

.hths {
    padding: 100px 0;
}

.hths-box {
    margin-top: 60px;
    display: flex;
}

.hths-boxl ul li {
    display: none;
}

.hths-boxl {
    width: 50%;
}

.hths-boxr {
    width: 50%;
}

.hths-boxr ul {
    height: 100%;
    flex-wrap: wrap;
}

.hths-boxr ul li a {
    background: #fafafa;
    display: block;
    padding: 60px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;

}

.hths-boxr ul li {
    width: 48%;
    margin-bottom: 40px;
}

.hths-boxr ul {
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
}

.hths-text h3 {
    font-size: 24px;
    color: #111111;
    padding: 26px 0 22px;
}

.hths-boxr ul li.on a {
    background: #e60012;
    color: #fff;
}

.hths-boxr ul li.on a h3 {
    color: #fff;
}

.hths-boxr ul li.on a img {
    filter: brightness(100);
    filter: grayscale(100%) brightness(500%);
}

.hthcase {
    background-image: url("../img/hthree-casebg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hthcase-ul {
    display: flex;
}

.hthcase-ul li {
    width: 16.6666%;
    color: #fff;
    text-align: center;
}

.hthcase-ul li a {
    display: block;
    padding: 500px 0 130px;
}

.hthcase-ul li.on a {
    background: rgba(230, 0, 18, .2);
}

.hthcase-tit {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 100px;
}

.hthcase-tit h4 {
    color: #fff;
    margin: 48px 0 60px;
    line-height: 35px;
    font-family: "ROBOTOL";
}

.hthcase-tit span {
    margin: 0 auto;
}

.hthcase-ul li h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px 0 30px;
}

.hthcase-bg {
    position: absolute;
}

@media(max-width:1700px) {
    .hths-text h4 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* 定义显示的最大行数 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hths-boxr ul li a {
        padding: 40px;
    }
}

@media(max-width:1400px) {
    .hthreepro-boxr img {
        width: 100%;
    }
}

@media(max-width:1200px) {
    .hthreepro-box  a {
        display: block;
    }

    .hthreepro-boxl {
        width: 100%;
        padding-right: 0;
    }

    .hthreepro-boxr {
        width: 100%;
        margin-top: 30px;
    }

    .hthreepro-box a {
        padding: 30px 30px 20px;
    }

    .hths-box {
        display: block;
    }

    .hths-boxl {
        width: 100%;
    }

    .hths-boxr {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }

    .hths-boxr ul {
        padding-left: 0;
    }


}

@media(max-width:991px) {
    .hthreeabout-img ul {
        flex-wrap: wrap;
    }

    .hthreeabout-img ul li {
        width: 50%;
        margin-bottom: 30px;
    }

    .hthreeabout {
        padding: 50px 0;
    }

    .hthreeabout-tit h4 {
        margin-top: 30px;
    }

    .hthreeabout-img {
        margin-top: 40px;
    }

    .hths {
        padding: 50px 0 10px;
    }

    .hthcase-tit h4 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* 定义显示的最大行数 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 20px 0 30px;
    }

    .hthcase-ul li h3 {
        font-size: 16px;
    }

    .hthcase-ul li a {
        padding: 30px 0 30px;
    }

    .hthcase-ul {
        flex-wrap: wrap;
    }

    .hthcase-ul li {
        width: 33.3333%;
    }

    .hthcase-ul {
        padding-top: 400px;
    }
    .hthreeabout-img ul li{
        border: none;
    }

}

@media(max-width:500px) {
    .hths-boxr ul li {
        width: 100%;
    }
}

.aboutjj-boxicon {
    width: 90px;
    height: 90px;
    background: #e60012;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutjj-boxicon img:last-child {
    display: none;
}

.aboutjj {
    padding: 100px 0;
}

.aboutjj-tittxt {
    font-size: 16px;
    color: #555555;
    line-height: 30px;
}

.aboutjj-box ul {
    display: flex;
    justify-content: space-between;

}

.aboutjj-box ul li {
    width: 23.4%;
    background: #fafafa;
    padding: 45px 0;
    text-align: center;
}

.aboutjj-boxicon {
    margin: 0 auto;
}

.aboutjj-box ul li h3 {
    font-family: "DIN";
    font-size: 50px;
    color: #222222;
    padding: 30px 0 10px;
}

.aboutjj-box ul li h4 {
    color: #999999;
}

.aboutjj-box {
    margin-top: 60px;
}

.aboutjj-box ul li:hover {
    background: #e60012;
    color: #fff;
}

.aboutjj-box ul li:hover h3 {
    color: #fff;
}

.aboutjj-box ul li:hover .aboutjj-boxicon {
    background: #fff;
}

.aboutjj-box ul li:hover .aboutjj-boxicon img:last-child {
    display: block;
}

.aboutjj-box ul li:hover .aboutjj-boxicon img:first-child {
    display: none;
}

.aboutjj-box ul li:hover h4 {
    color: #fff;
}

.aboutjj-tittxt {
    padding: 60px 0;
}

.qua {
    background: #eeeeee;
    padding: 100px 0;
}

.qua-box {
    margin-top: 60px;
}

.qua-swiper .swiper-pagination {
    bottom: 0;
}

.qua-swiper {
    padding-bottom: 60px;
}

.qua-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    opacity: 1;
    margin: 0 10px;
    background: #fff;
}

.qua-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e60012;
}

.fac {
    padding: 100px 0;
}

.fac-box {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}

.fac-boxl {
    width: 66.25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fac-boxr {
    width: 31.8%;
}

.fac-boxltop {
    display: flex;
    justify-content: space-between;
}

.fac-box a {
    display: block;
    position: relative;
}

.fac-box a h3 {
    font-size: 30px;
    position: absolute;
    bottom: 30px;
    text-align: center;
    color: #fff;
    width: 100%;
    left: 0;
    display: none;
}

.fac-box a:hover h3 {
    display: block;
}

.aboutjj-tit img {
    max-width: 100%;
}

@media(max-width:991px) {
    .aboutjj-tittxt {
        padding: 30px 0;
    }

    .aboutjj {
        padding: 50px 0;
    }

    .aboutjj-box ul {
        flex-wrap: wrap;
        width: 100%;
    }

    .aboutjj-box ul li {
        width: 48%;
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .aboutjj-box ul li h3 {
        font-size: 30px;
    }

    .qua {
        padding: 50px 0;
    }

    .qua-box {
        margin-top: 30px;

    }

    .fac-box {
        display: block;
        margin-top: 30px;
    }

    .fac-boxl {
        width: 100%;
    }

    .fac-boxr {
        width: 100%;
    }

    .fac {
        padding: 50px 0;
    }

}

.pro-navswiper .swiper-slide {
    width: 160px;
}

.pro-navswiper .swiper-slide a {
    display: block;
    background: #1b1b1b;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}

.pro {
    padding: 100px 0;
}

.pro-nav {

    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

.pro-navswiper .swiper-slide.on a {
    background: #e60012;
}

.pro-box {
    margin-top: 60px;
}

.pro-box ul li h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 66px;
}

.pro-box ul li a {
    display: block;
    border-radius: 20px;
}

.pro-box ul li:hover a h3 {
    color: #e60012;
}

@media(max-width:991px) {
    .pro-nav {
        width: 100%;
        margin-top: 30px;
    }

    .pro {
        padding: 50px 0;
    }

    .pro-box {
        margin-top: 30px;
    }

    .page-box {
        margin-top: 0;
    }
}

.news {
    padding: 100px 0;
}

.news-box {
    margin-top: 60px;
}

.news-box ul li {
    margin-bottom: 40px;
}

.news-box ul li:hover h3{
    color: #e60012;
}

.newstwo ul li a {
    display: flex;
}

.newstwo ul li:hover h3{
    color: #e60012;
}

.newstwo {
    margin-top: 60px;
}

.newstwo-img {
    width: 510px;
}

.newstwo ul li a {
    display: flex;
    justify-content: space-between;
}

.newstwo-txt {
    width: calc(100% - 560px);
    border-bottom: 1px solid #dcdcdc;
}

.newstwo-txt h3 {
    font-size: 30px;
}

.newstwo-txt h4 {
    padding: 30px 0;
}

.newstwo-txt span {
    display: block;
    color: #e60012;
    text-decoration: underline;
    margin-top: 60px;
    text-transform: uppercase;
}

.newstwo ul li {
    margin-bottom: 60px;
}

@media(max-width:1400px) {
    .newstwo-img {
        width: 410px;
    }

    .newstwo-txt {
        width: calc(100% - 460px);
        border-bottom: 1px solid #dcdcdc;
    }

    .newstwo-txt h3 {
        display: -webkit-box;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 99%;
        display: block;
    }

    .newstwo-txt p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* 定义显示的最大行数 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .newstwo-txt span{
        margin-top: 30px;
    }
}
@media(max-width:991px) { 
    .newstwo-img {
        width: 310px;
    }

    .newstwo-txt {
        width: calc(100% - 340px);
        border-bottom: 1px solid #dcdcdc;
    }
    .newstwo-txt h4{
        padding: 15px 0;
    }
    .news{
        padding: 50px 0;
    }
    .newstwo{
        margin-top: 30px;
    }
}

@media(max-width:600px) { 
    .newstwo ul li a{
        display: block;
    }
    .newstwo-img{
        width: 100%;
    }
    .newstwo-txt{
        width: 100%;
        margin-top: 20px;
        padding-bottom: 20px;
    }
}
.newsd-txt img{
    width: 100%;
    margin-bottom: 30px;
}
.newsd{
    padding: 100px 0 30px;
}
.newsd-tit h3{
    font-size: 30px;
}
.newsd-tit h4{
    padding: 30px 0;
    border-bottom: 1px solid #dcdcdc;
}
.newsd-tit{
    text-align: center;
}
.newsd-txt{
    padding: 60px 0;
    border-bottom: 1px solid #dcdcdc;
}
.newsd-txt p{
    margin-bottom: 30px;
    line-height: 30px;
    color: #999999;
}
.newsd-page a{
    display: flex;
    justify-content: space-between;
}
.newsd-page a:first-child{
    margin-bottom: 20px;
}

.newsd-pagel{
    display: flex;
}
.newsd-page{
    margin-top: 60px;
}
.newsd-pagel span{
    margin-left: 30px;
}
@media(max-width:991px) { 
    .newsd{
        padding:50px 0 20px;
    }
    .newsd-txt{
        padding: 30px 0;
    }
}

.contact-top{
    padding: 100px 0;
}

.contact-top  .aboutjj-box ul li:hover {
    background:#fafafa;
}

.contact-top .aboutjj-box ul li:hover h3 {
    color: #111111;
}
.aboutjj-boxicon{
    transition: all 0.4s;
}
.contact-top .aboutjj-box ul li:hover .aboutjj-boxicon {
    background: #e60012;
}

.contact-top .aboutjj-box ul li:hover .aboutjj-boxicon img:last-child {
    display: none;
}

.contact-top .aboutjj-box ul li:hover .aboutjj-boxicon img:first-child {
    display: block;
}

.contact-top .aboutjj-box ul li:hover .aboutjj-boxicon{
    transform: translateY(-20px);
}

.contact-top  .aboutjj-box ul li:hover h4{
    color: #e60012;
}
.contactmsg{
    background: #fafafa;
}
.chonemessage-box{
    display: flex;
}
.chonemessage-boxl{
    width: 50%;
}
.chonemessage-boxr{ 
    width: 50%;
}
.chonemessage-box{
    padding: 100px;
}

.chonemessage-form ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}

.chonemessage-form ul li input {
    border: none;
    height: 40px;
    padding: 0 20px;
    width: 100%;
    background: #fff;
    position: relative;
}

.chonemessage-form ul li input::placeholder {
    color: #bfbfbf;
}
.chonemessage-form ul li i{
    position: absolute;
    left: 8px;
    top: 10px;
    z-index: 66;
    color: red;
    display: block;
}
.chonemessage-form ul li textarea {
    border: none;
    padding: 16px;
    width: 100%;
}

.chonemessage-form ul li textarea::placeholder {
    color: #bfbfbf;
}

.chonemessage-form button {
    border: none;
    background: #e60012;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #fff;
    margin: 20px auto 0;
    display: block;
    border-radius: 5px;
}
.chonemessage-boxl h3{
    font-family: "ROBOTOB";
    font-size: 52px;
    color: #000000;

}
.chonemessage-boxl h3 span{
    color: #e60012;
}
.chonemessage-boxl {
    padding-right: 130px;
}
.chonemessage-boxl h4{
    padding: 60px 0;
    line-height:30px;
}
.chonemessage-boxl h5{
    color: #e60012;
    font-family: "ROBOTOB";
    font-size: 52px;
}
.contact-map{
    margin-top: 60px;
}
.chonemessage-form-inmput{
    position: relative;
    width: 49%;
}
.chonemessage-form ul li:last-child .chonemessage-form-inmput {
    width: 100%;
}
.chonemessage-form ul li{
    margin-bottom: 30px;
}
.contact{
    padding-bottom: 100px;
}
@media(max-width:1400px){
    .chonemessage-boxl{
        padding-right: 30px;
    }
}

@media(max-width:1200px){
    .contact .aboutjj-box ul li h3{
        font-size: 32px;
    }
    .contact  .aboutjj-box ul li{
        padding: 30px 15px;
    }
    .chonemessage-box{
        display: block;
    }
    .chonemessage-boxl{
        width: 100%;
    }
    .chonemessage-boxr{
        width: 100%;
    }
}
@media(max-width:991px){ 
    .chonemessage-box{
        padding:30px;
    }
    .contact-top{
        padding: 50px 0;
    }
    .contact{
        padding-bottom: 50px;
    }
}
.qanda{
    padding: 100px 0;
}
.qanda ul li{
    border: 1px solid #dcdcdc;
    
    margin-bottom: 20px;
}
.qanda-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 92px; 
    padding: 0 30px;
}
.qanda-txt{
    padding: 30px;
}
.qanda-arrow img:last-child{
    display: none;
}
.qanda-txt{
    display: none;
}
.qanda ul{
    margin-top: 60px;
}
.qanda ul li.on .qanda-tit{
    background: #e60012;
    color: #fff;
    
}
.qanda ul li.on .qanda-arrow img:last-child{
    display: block;
}
.qanda ul li.on .qanda-arrow img:first-child{
    display: none;
}
.qanda-tit span{
    display: block;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
    width: 80%;
}
@media(max-width:991px){ 
    .qanda{
        padding: 50px 0;
    }
    .qanda ul{
        margin-top: 30px;
    }
    .hone-tit{
        font-size: 30px;
    }
    .honecase-more{
        width: 160px;
    }

    .chonemessage-boxl h3{
        font-size: 32px;
        white-space:nowrap;
    }
    .chonemessage-boxl h4{
        padding: 30px 0;
    }
    .chonemessage-boxl h5{
        font-size: 32px;
        white-space:nowrap;
        margin-bottom: 20px;
    }
}

@media(max-width:500px){ 
     .hone-tit{
        font-size: 24px;
    }
}


.pc{
    display: block !important;
}
.mb{
    display: none !important;
}
@media(max-width:991px){ 
    .pc{
        display: none !important;
    }
    .mb{
        display: block !important;
    }
}

.rwin{
    position:fixed;
    right: 0;
    top: 30%;
    z-index: 99;
}

.rwin-icon{
    width: 65px;
    height: 65px;
    border-radius: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rwin-txt{
    background: #e60012;
    height: 65px;
    display: none;
    
}
.rwin-box ul li a .rwin-icon{
    background: #e60012;
    display: flex;
    width: 65px;
    height: 65px;
    border-radius:65px;
    position: relative;
}
.rwin-box ul li a .rwin-txt{
    display: block;
    width: 0px;
    position: absolute;
    right: 0;
    border-radius: 50px;
    transition: all 0.4s;
    opacity: 0;
    font-size: 20px;
    overflow: hidden;
}
.rwin-box ul li a .rwin-txt h3{
    padding-left: 25px;
    line-height: 65px;
    color: #fff;
    width: 0;
    transition: all 0.5s;
}
.rwin-box ul li a:hover .rwin-txt{
    width:260px;
    opacity: 1;
}
.rwin-box ul li a:hover .rwin-txt h3{
    width:260px;
}
.rwin-box ul li{
    margin-bottom: 10px;
}
.rwin-code{
    position: absolute;
    right:70px;
    top: 10px;
    opacity: 0;
    transition: all 0.4s;
}
.rwin-box ul li a{
    position: relative;
}

.rwin-box ul li a:hover .rwin-code{ 
    opacity: 1;
}