..c_portalResComplaintPage_detail-01001 .pbanner {
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}

.c_portalResComplaintPage_detail-01001 .pbanner .pic img {
    width: 100%;
    display: block;
}

.c_portalResComplaintPage_detail-01001 .pbanner .pic:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.06);
    z-index: 2;
}

.c_portalResComplaintPage_detail-01001 .banner_title {
    position: absolute;
    bottom: 50px;
    left: 10%;
    color: #fff;
    z-index: 5;
    padding-left: 20px;
    -webkit-animation-name: "fadeInRight";
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
}

.c_portalResComplaintPage_detail-01001 .banner_title {
    position: absolute;
    bottom: 50px;
    left: 2%;
    color: #fff;
    z-index: 5;
    padding-left: 20px;
    -webkit-animation-name: "fadeInRight";
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
}

.c_portalResComplaintPage_detail-01001 .banner_title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.c_portalResComplaintPage_detail-01001 .banner_title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.c_portalResComplaintPage_detail-01001 .banner_title .ch {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
}

.banner_title .en {
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    font-family: times new roman,times,serif;
}

.banner_title .cy-small {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
    opacity: .4;
}

@media screen and (max-width: 768px) {
    .c_portalResComplaintPage_detail-01001 .banner_title {
        bottom: 30px;
    }
    .c_portalResComplaintPage_detail-01001 .banner_title .ch{
        font-size:1.25rem;
    }
    .banner_title .en{
        text-transform:capitalize;
    }
    #w_grid-1578882723849 > div > .p_gridbox:after{
        display:none;
    }  .banner-text h1 {
    font-size: 36px!important;
    line-height: 1.2;
    letter-spacing: 0px !important;
  }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

.pbanner .pic {
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


 .lv_top_r{
display:flex;
justify-content:flex-end;
}
 .lv_top_r .r_link{
transition:all .5s ease;
}
 .lv_top_r .r_link:hover{background: #006bcf;border: 1px solid #006bcf;border-radius:50px;}
 .head_lan{
width:calc((100% - 60px)/1);
height:36px;
background:none;
margin:0px 5px;
position:relative;
justify-content:center;
display:flex;
border:1px solid rgba(255,255,255,.5);
border-radius:0px;
transition:all .5s ease;
}
 .lan_con{
width:100%;
display:flex;
justify-content:center;
align-items:center;
}
 .lan_con P A{
LINE-height:30px;
font-size:16px;
color:#444;
}
 .lan_con .iconfont:before{
content:'\e628';
color:#333;
font-size:18px;
text-align:center;
}
 .lan_con .iconfont{
line-height:34px;
height:34px;
width:34px;
text-align:center;
margin-right:10px;
border-radius:50%;
border:1px solid #333;
display:inline-block;
}
.lan_con:hover{
cursor:pointer;
}
 .head_lan .lan_tit{
width:auto;
line-height:36px;
display:flex;
align-items:center;
}
 .head_lan .lan_tit span{
display:inline-block;
font-size:14px;
color:#fff;
}
 .head_lan .lan_tit .iconfont.map{
width:auto;
margin-right:0px;
text-align:center;
display:inline-block;
}
 .head_lan .lan_tit .iconfont.jt{
width:auto;
margin-left:5px;
text-align:center;
transform:scale(0.7);
display:inline-block;
}
.head_lan .lan_tit .iconfont.map:before{
content:'\e628';
color:#fff;
font-size:20px;
text-align:center;
}
 .head_lan .lan_tit .iconfont.jt:before{
content:'\e69a';
color:#fff;
font-size:12px;
text-align:center;
}
 .head_lan .lan_list{
display:flex;
width:auto;
background:#d5b53f;
border-radius:10px;
padding:5px 0px;
position:fixed;
z-index:99;
right:30px;
top:75px;
box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);
opacity:0;
visibility:hidden;
transform:translate(0, 20px);
transition:all .3s ease;
flex-direction:column;
}
 .head_lan .lan_list.cur{
opacity:1;
transform:translate(0, 0px);
visibility:visible;
}
 .head_lan .lan_list span{
position:relative;
line-height:1px;
display:inline-block;
height:1px;
width:auto;
}
 .head_lan .lan_list .iconfont:before{
content:'\e6c8';
color:#444;
position:absolute;
font-size:24px;
width:100%;
top:-7px;
padding-right:20px;
text-align:right;
}
 .head_lan .lan_list a{
color:#444;
display:block;
text-align:center;
height:30px;
font-size:18px;
font-weight:bold;
line-height:30px;
transition:all .3s ease;
}
.head_lan .lan_list a:hover{
color:#fff;
}
 .lv_top_r .lan_email{width:36px;height:36px;margin:0px 5px;display:flex;justify-content:center;align-items:center;background:#006DB8;border:1px solid #006DB8;border-radius:0px;transition:all .5s ease;BORDER-RADIUS:50PX;margin-top: 27px;}
 .lan_email .email_con{
height:36px;
width:36px;
display:flex;
justify-content:center;
align-items:center;
color:#fff;
}
 .lan_email a:hover{
color:#fff;
}
 .lan_email i{
display:flex;
justify-content:center;
align-items:center;
}
 .lan_email .iconfont.email:before{
content:'\e676';
color:#fff;
font-size:20px;
text-align:center;
}
 .lv_top_r .lan_sky{
width:36px;
height:36px;
margin:0px 5px;
display:flex;
justify-content:center;
align-items:center;
border:1px solid rgba(255,255,255,.5);
border-radius:0px;
transition:all .5s ease;
}
 .lan_sky .sky_con{
height:36px;
width:36px;
display:flex;
justify-content:center;
align-items:center;
}
 .lan_sky .sky_con img{
transform:scale(0.8);
}