@charset "utf-8";
/**banner*/
.banner .text {
    display: none;
}
/****标题****/
.title-cn {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
/***关于我们*****/
.profile:after{content:'';position:absolute;left:0px;top:0px;width:0%;background:#0758ab;height: 80%;z-index:-1;width: 45%;}

.profile {
    position: relative;
    padding: 1px;
}

.profile .container-fluid {
    margin: 5rem auto;
}
.profile-img{
    overflow: hidden;
    width: 47.5%;
}
.profile-img:before {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 70px);
    height: calc(100% - 40px);
    box-sizing: border-box;
    background: rgba(0,0,0,.05);
    border: 2px solid rgba(255, 255, 255, 0.4);
    top: 20px;
    left: 35px;
    z-index: 1;
}


.profile img {
    max-width: none;
    display: block;
    height: 560px;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    overflow: hidden;
}
.profile .profileText {
    padding: 5.2% 2.5%;
    margin-left: 2.5%;
}

.profile .profileText h2 {
    font-size: 42px;
    color: #1f58a8;
    font-family: "testfont";
    text-transform: uppercase;
    line-height: 1;
}

.profile .profileText h3 {
    color: #333;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
}


.profile .content {
    margin: 15px 0px;
}

.profile .content p {
    font-size: 15px;
    line-height: 1.75;
    margin: 8px 0px;
}
.profile .btnBox a {
    margin-top: 10px;
    padding: 0px 30px;
    border: 2px solid #2359a5;
    border-radius: 50px;
    display: inline-block;
    line-height: 50px;
    font-size: 16px;
    width: 180px;
    text-align: center;
    color: #2359a5;
}
.profile .m-video {
    background-image: url(/images/view/playbtn_SA02.png);
    background-size: auto;
}

.m-video {
    width: 100%;
    position: absolute;
    height: 100%;
    background: url(/images/view/playbtn_SA02.png) no-repeat center;
    background-size: 100px!important;
    z-index: 99;
    cursor: pointer;
}

.profile .m-video {
    background-image: url(/images/view/playbtn_SA02.png);
    background-size: auto;
}
.article-content p {
    line-height: 1.75;
    margin-bottom: 20px;
    text-indent: 2em;
}

.video.oneList {
    position: relative;
}
/****加工类型****/
.industry {
    background: #2457a1;
    padding-bottom: 6rem;
    position: relative;
    overflow: hidden;
}


.industry:before {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    z-index: 0;
    width: 30vw;
    height: 0px;
    background: #fff;
    transform: rotate(20deg) translate(14px,-38px);
    transform-origin: top left;
    padding-bottom: 100%;
}
.industry .row {
    background: #fff;
}

.industry .col-sm-4 {
    padding-right: 0px;
}
.industry .description {
    background: #f5f5f5;
    padding: 3rem;
}

.industry .description h3 {
    color: #333;
    font-size: 22px;
    font-weight: bold;
}

.industry .description p {
    font-size: 20px;
    color: #666;
    margin: 1rem 0px;
}
/****优势***/
.advantage {
    background: url(/images/view/hwd_bg_6.png) no-repeat right center;
    padding: 6rem 0px;
}

.advantage h3 {
    font-size: 30px;
    font-weight: bold;
    color: #0952ab;
}

.advantage p {
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    max-width: 700px;
    margin: 20px 0px;
}


.advantage .btnMore {
    height: 40px;
    line-height: 40px;
}
.advantage .btnMore a {
    display: block;
    width: 160px;
    background: #095cbe;
    color: #fff;
    text-align: center;
    font-family: "Arial";
    font-size: 15px;
    line-height: 40px;
}
.advan li {
    padding: 4rem;
    background: #4c4c4c;
    color: #fff;
    text-align: center;
}

.advan li p {
    color: rgba(255,255,255,.6);
    font-size: 14px;
    line-height: 1.8;
    max-height: 50px;
}

.advan li h4 {
    font-size: 20px;
}

.advan li.current {
    background: #084ca8;
}

.advantage .advan {
    margin: 5rem 0px;
}

/**其他**/
.other .other-right {
    padding: 0px;
}

.other .news {
    padding-right: 0px;
    height: 0px;
    padding-bottom: 43.7777777%;
    background: url(/images/view/newImg.jpg) no-repeat;
    background-size: cover;
}

.other .btnMore:hover {
    background: rgba(255,255,255,.2);
}

.other .newsText {
    color: #fff;
    position: absolute;
    width: 90%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}

.other .newsText h3 {
    font-size: 26px;
    color: #edae3d;
}

.other .newsText p {
    font-size: 16px;
    color: rgba(255,255,255,.8);
    line-height: 2;
    padding-left: 20px;
    margin: 5rem 0px;
}
.other .other-right div {
    padding-left: 0px;
    padding-right: 0px;
}

.other-right .left {
    background: #004895;
    height: 0px;
    padding-bottom: 43.777777777%;
    position: relative;
}

.other-right .workshop,.other-right .honor {
    position: relative;
    width: 100%;
}

.other .right-text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.other .right-text h3 {
    margin-bottom: 6px;
}

.other .btnMore {
    border: 2px solid #fff;
    width: 164px;
    height: 44px;
    border-radius: 22px;
    line-height: 44px;
    margin: 4rem auto;
    text-align: center;
    transition: all .5s;
    margin-bottom: 0px;
}

.other .btnMore a {
    color: #fff;
    display: block;
}

.other .honor .left {
    background: #22202d;
}
.footer .infor {
    background: #fff;
    padding: 6rem 8%;
}

.footer h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 3rem;
}

.footer .infoText p {
    font-size: 15px;
    line-height: 2.5;
    color: #333;
}

.footer .infoText a {
    color: #000;
}

.footer .copyright a {
    font-size: 15px;
    margin-right: 20px;
    color: #000;
    margin-top: 3rem;
    display: inline-block;
}

.footer .message {
    background: #333333;
    padding: 6rem 8% 6rem 5%;
}
.footer .message h3 {
    color: #fff;
    margin-left: -15px;
}
.footer .infoText {
    padding: 3rem 0px;
}
.message textarea,.message input {
    background: transparent;
    border: 0 none;
    border-bottom: 1px solid #ddd;
    outline: none;
    resize: none;
    height: 50px;
}

.message .btn {
    background: #fff;
    border: 0 none;
    width: 142px;
    height: 30px;
    margin-top: 3rem;
}
@media only screen and (max-width:991px){
    
.industry .col-sm-4:first-child{
    padding-left:0px
    
}

    
    .profile .container-fluid {
        margin-top: 3rem;
    }

    .profile-img {
        width: 100%;
        padding: 0px;
    }

    .profile-img img {
        width: 100%;
        height: auto;
    }
    
    .profile:after {
        height: 22%;
        width: 88%;
    }

    .profile .profileText {
        padding: 0px;
        margin: 26px 0px;
    }

    .profile .content p {
        font-size: 16px;
        line-height: 2;
    }

    .product {
        padding: 2rem 2rem;
    }

    .product h4 {
        font-size: 26px;
    }
    .product h3{
        font-size:32px;
    }
    /****优势***/
    .advantage h3 {
        font-size: 18px;
    }

    .advantage p {
        font-size: 14px;
    }

    .advantage {
        padding: 3rem 0px 0px;
    }
.advantage .container-fluid{
    padding: 0px;
    width: 100%;
}
    .advantage .advan {
        margin: 3rem 0px;
        margin-bottom: 0px;
    }
   
.industry img {
    max-width: none;
    width: 100%;
}


}
@media only screen and (max-width:768px){
    .industry .col-sm-4 {
        margin-bottom: 3rem;
        padding-left: 0px;
    }
     /***其他****/
    .other {
        overflow: hidden;
    }
    .other .newsText p {
        margin: 1rem 0px;
    }

    .other .btnMore {
        margin-top: 2rem;
    }

    .other .news {
        padding-bottom: 86%;
    }

    .other-right .left {
        padding-bottom: 60%;
    }
    .footer .message h3,.footer .message form {
        margin-left: 15px;
        overflow: hidden;
    }
}