.footer-new{margin-top:0;}
.ab_01 {
    width: 100%;
    padding: 60px 0;
}
.ab_01>.cont {
    display: flex;
    justify-content: space-between;
}
.cont {
    width: 1200px;
    margin: 0 auto;
}
.ab_01_l {
    width: 30%;
}
.ab_01_r_box {
    width: 70%;
    display: flex;
    justify-content: space-between;
}
.ab_01_pic {
    width: 100%;
    height: 500px;
    border: 1px solid #ccc;
    position: relative;
}
.ab_01_pic>.img_box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 3%;
    bottom: 3%;
}
.img_box>img {
    transition: all 1.2s;
}
.img_box>img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.ab_01_dail {
    width: 78%;
    padding: 3% 5%;
    box-sizing: border-box;
}
.ab_01_dail>h2 {
    font-size: 32px;
    line-height: 80px;
    font-weight: bold;
    position: relative;
}
.ab_01_dail>h2:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 4px;
    background-color: #ff8e00;
    top: 0;
    left: 0;
}
.ab_01_dail>h2>em {
    font-size: 24px;
    font-weight: bold;
}
.ab_01_dail>p {
    line-height: 30px;
    text-align: justify;
    text-indent: 2rem;
    font-size: 14px;
}
.ab_01_r {
    width: 20%;
    height: 500px;
    background-image: url(images/pic_0.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.about_03 {
    width: 100%;
    padding: 60px 0;
    background-image: url(images/sev_bj.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.about_03>.cont {
    overflow: hidden;
}
.sy_tit>h2 {
    font-size: 42px;
}
.sy_tit>p {
    margin-top: 20px;
    font-size: 14px;
}
.about_03>.cont>ul {
    width: 100%;
    height: 100%;
    margin-top: 40px;
}
.about_03>.cont>ul>li {
    width: 25%;
    height: 500px;
    float: left;
}
.qywh_box {
    width: 96%;
    height: 100%;
    float: left;
    margin-left: 2%;
    background-color: rgba(255,255,255,.6);
    position: relative;
}
.qywh_box_tit {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 10%;
    z-index: 99;
}
.qywh_box_tit>em {
    width: 50px;
    height: 3px;
    background-color: #666;
    display: block;
}
.qywh_box_tit>h3 {
    width: 100%;
    margin-top: 5%;
    font-size: 24px;
}
.qywh_box_tit>h2 {
    width: 100%;
    margin-top: 5%;
    font-size: 20px;
}
.qywh_pic {
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 65%;
    z-index: 9;
    transition: all 0.8s;
}
.wh_1 {
    background-image: url(images/B1.jpeg);
}
.qywh_pic_yy {
    width: 100%;
    height: 65%;
    background-color: rgba(0,0,0,.2);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    transition: all 0.8s;
    opacity: 0;
}
.qywh_box>.qywh_data {
    width: 80%;
    left: 10%;
    position: absolute;
    top: 42%;
    z-index: 11;
    color: #fff;
}
.qywh_box>.qywh_data>p {
    width: 100%;
    margin-bottom: 10px;
    line-height: 30px;
    opacity: 0;
    font-size: 15px;
    transition: all 0.8s;
}
.wh_2 {
    background-image: url(images/B2.jpeg);
}
.wh_3 {
    background-image: url(images/B3.jpeg);
}
.wh_4 {
    background-image: url(images/B4.jpeg);
}
.sy_tit {
    width: 100%;
    text-align: center;
}
.qywh_box:hover>.qywh_pic {
    height: 100%;
}
.qywh_box:hover>.qywh_data>p {
    opacity: 1;
}
.qywh_box:hover>.qywh_box_tit {
    color: #fff;
    transition: all 0.8s;
}
.qywh_box:hover>.qywh_box_tit>em {
    background-color: #ff8e00;
}
.footer-new{
    margin-top: 0 !important;
}
.beiguw_need{
    text-align: center;
    background: #eee;
}
.beiguw_need iframe{
    width:1200px;
    margin: 0 auto;
    height: 1000px;
}