.box {
    margin: 120px 0;
}


.hovimg img:hover {
    transition: all .6s;
    scale: 1.2;
}

.flexbox li a:hover,.foot_message p:hover{
    color: #000;
}

.imgbox img {
    width: auto;
    display: block;
}


.whlc ul li:hover img{
    transition: all 1.5s;
    transform: rotate(360deg);
}


.imgbox {
    cursor: pointer;
    overflow: hidden;
}

.imgbox:hover img {
    transition: all .6s;
    scale: 1.2;
}

.swiper-pagination-bullet {
    width: 50px !important;
    height: 15px !important;
    background-color: #b3b3b3 !important;

    border-radius: 7.5px !important;
    opacity: 1 !important;
    margin-right: 20px !important;
}

.swiper-pagination-bullet-active {
    background-color: #c12024 !important;
}

.titlebox h1 {
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
}

.titlebox h2 {
    font-size: 24px;
    color: #ffffff;
    line-height: 24px;
    margin: 18px 0;
}

.titlebox p {
    width: 28px;
    height: 4px;
    background-color: #ffffff;
}

.titlebox2 h1 {
    color: #333333;
}

.titlebox2 h2 {
    color: #c12024;
}

.titlebox2 p {
    background-color: #c12024;
}

.content {
    width: 1200px;
    margin: auto;
}


.more {
    width: 120px;
    height: 36px;
    display: block;
    color: #c12024;
    font-size: 18px;
    background-color: #ffffff;
    border: solid 1px #c12024;
    text-align: center;
    line-height: 36px;
    margin: auto;
}

/* 关于我们 */
.about {
    padding: 80px 0;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.about .content {
    display: flex;
    justify-content: space-between;
    background: url(../images/abbg.png) no-repeat 100% 100%;
}

.ab_r {
    margin-top: 279px;
}

.about .ab_l {
    width: 764px;
    padding: 0 40px;
    box-sizing: border-box;
}

.about .ab_l h1 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1.8px;
    color: #333333;
    margin-top: 40px;
    margin-bottom: 18px;
}

.about .ab_l h2 {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #c12024;
    line-height: 24px;
    margin-bottom: 33px;
}

.about .ab_l h2 span {
    margin-left: 10px;
    display: inline-block;
    width: 28px;
    height: 4px;
    background-color: #c12024;
}

.about .ab_l p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.2px;
    color: #666666;
    margin-bottom: 32px;
}

.whlc ul {
    margin-top: 40px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
}

.whlc ul li .imgbox2 img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    height: 45px;
    width: auto;
}

.whlc ul li:hover p {
    color: #c12024;
}

.whlc ul li p {
    font-size: 20px;
    color: #333333;
    margin-bottom: 42px;
}

/* 产品中心 */
.cpzx {
    padding: 80px 0 60px 0;
    background: url(../images/cpbg.png) no-repeat;
}

.cpzx .content,
.qysp .content {
    width: 1326px;
}

.cpzx .titlebox,
.qysp .titlebox {
    width: 1200px;
    margin: auto;
}

.cpbox {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.btnl,
.btnl2 {
cursor: pointer;
    width: 23px;
    height: 50px;
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
}

.btnl2 {
    background: url(../images/left2.png) no-repeat;
}

.btnr,
.btnr2 {
cursor: pointer;
    width: 23px;
    height: 50px;
    background: url(../images/right.png) no-repeat;
    background-size: 100% 100%;
}

.btnr2 {
    background: url(../images/right2.png) no-repeat;
}


.swiper-container2,
.swiper-container3 {
    width: 1200px;
}

.swiper-container2 .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.swiper-container2 .spbox1 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.swiper-container2 .swiper-slide .msgbox {
    width: 472px;
    padding: 0 50px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper-container2 .swiper-slide .msgbox .more {
    margin: 0;
}

.swiper-container2 .swiper-slide .msgbox h2 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1.4px;
    color: #333333;
    margin-bottom: 71px;
}

.swiper-container2 .swiper-slide .msgbox div {
    justify-content: center;
    display: flex;
    margin-bottom: 31px;
}


/* 工程案例 */
.gcal {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../images/alb.png) no-repeat;
}

.gcal ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 41px;
}

.gcal ul li a {
    display: block;
    width: 284px;
}

.gcal ul li a:hover .imgbox img {
    scale: 1.2;
    transition: all .6s;
}

.gcal ul li a:hover p {
    color: #c12024;
}

.gcal ul li a .imgbox {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.gcal ul li a .imgbox img {
    display: block;
}

.gcal ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    box-shadow: 0px 0px 6.7px 0.3px rgba(0, 0, 0, 0.09);
    margin-bottom: 40px;
    font-size: 16px;
    background-color: #ffffff;
    color: #333333;
    text-align: center;
    line-height: 50px;
}

.gcal .more {
    margin: auto;
}

/* 厂区照片 */
.cqtp {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../images/cqtp.png) no-repeat;
}

.cqtp ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 41px;
}

.cqtp ul li {
    margin-bottom: 40px;
}

.cqtp .more {
    color: #fff;
    border: solid 1px #ffffff;
    background: transparent;
}

/* 企业视频 */
.qysp {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* 资讯中心 */
.news {
    margin-bottom: 117px;
}

.news .new_t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.newt_r {
    display: flex;
}

.newt_r h1 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    width: 120px;
    height: 36px;
    background-color: #242692;
    border-radius: 18px;
    margin-right: 11px;
}

.newt_r a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    width: 120px;
    height: 36px;
    background-color: #242692;
    border-radius: 18px;
}

.newt_r .bs {
    background-color: #c12024;
}

.xw_l {
    width: 700px;
}

.xwl_t {
    background-color: #c12024;
    display: flex;
    margin-bottom: 40px;
}

.xwl_t .msgbox {
    display: flex;
    width: 330px;
    flex-direction: column;
    justify-content: center;
    padding: 0 24px;
    box-sizing: border-box;
}

.xw_l img {
    width: 368px;
    height: 260px;
}

.xw_l {
    color: #fff;
}

.xw_l h1 {
    font-size: 16px;
    margin-bottom: 25px;
}

.xw_l h2 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.8px;
    margin-bottom: 36px;
}

.xw_l p {
    font-size: 16px;
}

.xwl_b ul {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.xwl_b ul li a {
    display: block;
    width: 314px;
    margin-bottom: 45px;
}

.xwl_b ul li:nth-child(n+2) a {
    margin-bottom: 0;
}

.xwl_b ul li a:hover h1,
.xwl_b ul li a:hover p {
    color: #c12024;
}

.xwl_b ul li a h1 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}

.xwl_b ul li a h2 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xwl_b ul li a p {
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #333333;
}

.xw_ma {
    display: flex;
    justify-content: space-between;
}

.xw_r {
    width: 464px;
}

.xw_r ul li a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 66px;
}

.xw_r ul li a:hover .xwr_l h1,
.xw_r ul li a:hover .xwr_l h2,
.xw_r ul li a:hover .xwr_r h1 {
    color: #c12024;
}

.xw_r ul li:last-child a {
    margin-bottom: 0;
}

.xwr_l {
    display: flex;
    padding-right: 15px;
    box-sizing: border-box;
    border-right: 2px solid #e5e5e5;
    flex-direction: column;
    justify-content: center;
}

.xwr_l h1 {
    font-size: 40px;
    color: #333333;
}

.xwr_l h2 {
    font-size: 14px;
    color: #666666;
}

.xwr_r {
    width: 365px;
}

.xwr_r h1 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    line-height: 14px;
    padding-bottom: 14px;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 16px;
}

.xwr_r h2 {
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* åº•éƒ¨ */
.foot_box {
    margin-bottom: 40px;
    display: flex;
}

.foot_box .foot_left {
    margin-left: 16px;
    width: 336px;
}

.foot_box .foot_title p {
    font-size: 16px;
    text-align: center;
    color: white;
    margin-top: 19px;
}

.foot_box .foot_title .cirle {
    width: 50px;
    height: 1px;
    background-color: #FFFFFF;
    margin-top: 15px;
}

.foot_right {
    margin-top: 56px;
}

.foot_left {
    margin-top: 69px;
}

.foot_center {
    margin-top: 68px;
}

.foot_message p {
    font-size: 16px;
    line-height: 16px;
    color: #ffff;
    letter-spacing: 0.6px;
}

.foot_message p:nth-child(2) {
    margin-top: 34px;
}

.foot_message p:nth-child(3) {
    margin-top: 32px;
}

.foot_message p:nth-child(4) {
    line-height: 24px;
    margin-top: 28px;
}

.foot_center {
    width: 161px;
    margin-left: 109px;
    margin-right: 80px;
}

.foot_center .ewm_box {
    text-align: center;
}

.ewm_box p {
    font-size: 16px;
    color: white;
    margin-top: 15px;
}

.foot_right {
    width: 478px;
}

.foot2 {
    justify-content: space-between;
    width: 1200px;
    margin: auto;
    border-top: 1px solid #FFFFFF;
    display: flex;
}

#BtnSave {
    width: 100%;
    border: none;
    height: 41px;
    background-color: #941A21;
    font-size: 16px;
    color: white;
}

#txtName::placeholder,
#txtUserPhone::placeholder,
#txtContent::placeholder {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #999999;
}

.flexbox {
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 16px;
    width: 1200px;
    height: 60px;
    margin: auto;
}

.flexbox li {
    margin-right: 80px;
}

.flexbox li a {
    color: #fff;
}

.yqlj {
    display: flex;
}

.yqlj p {
    font-size: 14px;
    margin-right: 31px;
}

.pcimg {
    display: block;
}

.mobimg {
    display: none;
}



@media screen and (max-width: 1200px) {
    .main {
        overflow: hidden;
    }

    .mobfot {
        display: block;
    }

    .content {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }

    .box {
        margin: 10% 0;
    }


    .swiper-pagination1 {
        bottom: 10px !important;
    }

    .swiper-pagination-bullet {
        width: 20px !important;
        height: 7px !important;
        background-color: #b3b3b3 !important;
        border-radius: 10px !important;
        opacity: 1 !important;
        margin-right: 10px !important;
    }

    .swiper-pagination-bullet-active {
        background-color: #c12024 !important;
    }

    .titlebox {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .cpzx .titlebox,
    .qysp .titlebox {
        width: 100%;
    }

    .titlebox h1 {
        font-size: 20px;
        line-height: normal;
    }

    .titlebox h2 {
        font-size: 18px;
        line-height: normal;
        margin: 1% 0 2% 0;
    }


    .more {
        margin: auto;
        width: 90px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }

    /* <!-- 关于我们 --> */
    .about {
        padding: 10% 0;
    }

    .ab_r {
        display: none;
    }

    .imgbox img {
        width: 100%;
        height: auto;
    }

    .about .ab_l {
        width: 100%;
        padding: 0;
    }

    .about .ab_l h1 {
        font-size: 20px;
        margin: 4% 0;
    }

    .about .ab_l h2 {
        font-size: 18px;
        margin-bottom: 4%;
    }

    .about .ab_l p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 2%;
    }

    .whlc ul {
        margin-top: 4%;
    }

    .whlc ul li .imgbox2 img {
        height: 30px;
        margin-bottom: 2%;
    }

    /* <!-- 产品中心 --> */
    .cpzx,
    .gcal,
    .cqtp,
    .qysp {
        padding: 10% 0;
    }

    .cpzx .content,
    .qysp .content {
        width: 100%;
    }

    .cpbox {
        margin-top: 4%;
    }

    .swiper-container2 .swiper-slide {
        flex-direction: column;
    }

    .swiper-container2 .swiper-slide .msgbox {
        width: 100%;
        padding: 4%;
    }

    .swiper-container2 .swiper-slide .msgbox h2 {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 4%;
    }

    .btnl,
    .btnl2,
    .btnr,
    .btnr2 {
        display: none;
    }

    /* <!-- 工程案例 --> */
    .gcal ul {
        margin-top: 4%;
    }

    .gcal ul li {
        margin-top: 0%;
        width: 49%;
        margin-bottom: 4%;
    }

    .gcal ul li a {
        width: 100%;
    }

    .gcal ul li:nth-child(n+5) {
        display: none;
    }

    .gcal ul li a .imgbox {
        height: auto;
    }

    .gcal ul li a p {
        font-size: 14px;
        margin-bottom: 2%;
    }

    .gcal ul li a .imgbox img {
        width: 100%;
        height: auto;
    }

    /* <!-- 厂区照片 --> */
    .cqtp ul {
        margin-top: 4%;
    }

    .cqtp ul li {
        margin-top: 0%;
        width: 49%;
        margin-bottom: 4%;
    }

    .cqtp ul li a {
        width: 100%;
    }

    .cqtp ul li:nth-child(n+5) {
        display: none;
    }

    .cqtp ul li a .imgbox {
        height: auto;
    }

    .cqtp ul li a .imgbox img {
        width: 100%;
        height: auto;
    }

    /* <!-- 资讯中心 --> */
    .news .new_t {
        flex-direction: column;
        margin-bottom: 4%;
    }

    .newt_r {
        width: 100%;
        margin-top: 2%;
        justify-content: space-evenly;
    }

    .newt_r h1,
    .newt_r a {
        width: 30%;
        font-size: 14px;
        line-height: 30px;
        height: 30px;
    }

    .xw_ma {
        flex-direction: column;
    }

    .xw_l {
        width: 100%;
    }

    .xwl_t {
        margin-bottom: 4%;
    }

    .xw_l h1 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 14px;
        margin-bottom: 4%;
    }

    .xw_l h2 {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 4%;
    }

    .xw_l p {
        font-size: 14px;
    }

    .xwl_b ul li a {
        width: 100%;
        margin-bottom: 6%;
    }

    .xwl_b ul li:nth-child(n+2) {
        display: none;
    }

    .xwl_b ul li a h1,
    .xwl_b ul li a h2 {
        margin-bottom: 2%;
    }

    .xw_r {
        width: 100%;
    }

    .xw_r ul li:nth-child(n+2) {
        display: none;
    }

    .xwr_l {
        width: 20%;
        padding-right: 2%;
    }

    .xwr_r {
        width: 75%;
    }

    .xwr_l h1 {
        font-size: 30px;
        text-align: center;
    }

    .xwr_l h2 {
        text-align: center;
    }

    .xwr_r h1 {
        margin-bottom: 2%;
        padding-bottom: 3%;
    }

    .xw_r ul li a {
        margin-bottom: 0%;
    }

    .news {
        margin-bottom: 10%;
    }



    /* 底部 */
    .fotimg,
    .foot_center,
    .foot_right,
    .yqlj,
    .foot_box img,
    .flexbox {
        display: none;
    }

    .gjc_box #search {
        height: 30px;
    }

    .foot_box .foot_left {
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .foot_message p {
        font-size: 14px;
        margin-top: 2% !important;
        line-height: 28px;
    }

    footer .foot2 div {
        flex-direction: column;
    }

    .foot_box {
        margin-top: 2%;
        margin-bottom: 2%;
    }

    footer .foot2 {
        margin-top: 0;
    }

    footer {
        background: #333;
    }

    .foot_head {
        display: none;
    }

    .message_box {
        width: 100%;
        padding: 0%;
        background: none;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .message_li:nth-of-type(n+2) {
        margin-left: 0;
        margin-top: 3%;
    }

    .yqljf {
        display: none;
    }

    .message_li p {
        font-size: 14px;
        margin-bottom: 2%;
    }

    .message_li span {
        font-size: 15px;
        margin-top: 0%;
        text-indent: 0;
        margin-left: 0;
    }

    .foot2 a {
        font-size: 12px;
    }

    .foot2 {
        width: 100%;
        padding-bottom: 3%;
        padding-top: 3%;
        border-top: 1px solid white;
        margin-top: 5%;
    }
}