.zyw {
    display: flex;
    align-items: center;
    justify-content: end;
}

.zyw li {
    padding-left: 2px;
    color: #17161a;
}

.zyw li a {
    color: #fff;
}

.zyw li a.on {
    color: #fff;
    display: none;
}

.hisfull_menu ul .sub-menu .sub-menu .sub-menu {
    left: 197px
}

.logo-left {
    justify-content: space-between;
}

.hisfull_menu {
    text-align: right;
}

.witr_ds_content_inner h2 {
    font-size: 60px !important;
}

.text-left .witr_ds_content_inner h1,
.text-left .witr_ds_content_inner h2,
.text-left .witr_ds_content_inner h3,
.text-left .witr_slicks_title h4,
.text-left .witr_ds_content_inner p {
    width: 80% !important
}

.cp_list .col-lg-3 {
    margin: 0 !important;
    padding: 15px 0 !important;
    position: relative;
}

.cp_list .col-lg-3 .cp_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.cp_list .col-lg-3 .cp_main h1 {
    position: absolute;
    left: 0px;
    bottom: 15px;
    font-size: 24px;
    font-weight: 400;
    color: #000;

    text-align: center;
    width: 100%;

}

.cp_list .col-lg-3 .cp_main .cl_main {
    display: block;
    font-size: 18px;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    line-height: 30px;
    padding: 0 15px;
    color: #fff;
    opacity: 0;
}

.cp_list .col-lg-3:hover .cp_main .cl_main {
    opacity: 1;
}

.anm {
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.cp_list .col-lg-3:hover .cp_main {
    background: rgba(254, 91, 14, 0.8);
}

.cp_list .col-lg-3:hover p {
    opacity: 1;
}

.cp_list .col-lg-3:hover h1 {
    color: #fff;
}

.sub-border-2 .sub-item p {
    text-align: left;
    height: 140px;
}

.cp_list {
    padding-bottom: 40px;
}

.cp_list_menu {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.cp_list_menu a {
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.cp_list_menu a::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    position: absolute;
    top: 3px;
}


.cp_list_menu li.hereOn a::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #ff5e14;
    border: 2px solid #ccc;
    position: absolute;
    top: 3px;
}

.cp_bo a::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    position: absolute;
    top: 3px;
}


.cp_bo li.hereOn a::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #ff5e14;
    border: 2px solid #ccc;
    position: absolute;
    top: 3px;
}

.pagination {
    display: flex;
    justify-content: center;
}

.hisfull_service2 {
    padding: 80px 10%;
}

.iconfont {
    font-size: 60px !important;
}

.service-item h3 {
    font-size: 30px;
    padding-bottom: 15px;
}

.service-item.all_color_service {
    font-size: 18px !important;
    font-weight: 400;
    text-align: justify;
}

.hisfull_nav_area.prefix,
.hbg2 {
    background: none
}





.fixed-flolt {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -200px;
    line-height: 1;
    z-index: 9999;
    transform: scale(0.9);
    text-align: left;
}

.fixed-flolt .btnbox {
    width: 189px;
    height: 433px;
    padding: 100px 4px 0;
    background: url(/images/rlflbg.png) center top no-repeat;
    background-size: 100%;
    position: relative
}

.fixed-flolt .btnbox:before {
    content: "";
    width: 146px;
    height: 146px;
    background: url(/images/kf.webp) center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: -50px;
    border-radius: 100%;
    border: 3px solid #fff
}

.fixed-flolt .btn {
    width: 171px;
    padding: 12px 0;
    padding-left: 62px;
    margin-top: 24px;
    background: rgba(244, 244, 244, 0.3);
    border: 1px solid #ffa69a;
    border-radius: 6px 6px 6px 0;
    font-size: 16px;
    color: #850101 !important;
    display: block;
    position: relative;
    cursor: pointer;
    transition: all linear 0.3s;
    text-align: left;
}

.fixed-flolt .btn:before {
    content: "";
    width: 40px;
    height: 42px;
    border-radius: 8px;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    box-shadow: 0 7px 18px rgba(167, 19, 14, 0.67);
    transition: all linear 0.3s
}

.fixed-flolt .btn:after {
    content: "";
    width: 0;
    border-top: 7px solid #6d2213;
    border-right: 0 solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    left: 0;
    bottom: -8px;
    z-index: -1
}

.fixed-flolt .btn span {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 2px 13px #ba210d;
    display: block;
    margin-top: 6px;
    transition: all linear 0.3s
}

.fixed-flolt .btn span:before {
    content: "";
    height: 1px;
    background-image: linear-gradient(to right, transparent, #fdeac0, transparent);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px
}

.fixed-flolt .btn:hover {
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 237, 233, 0.75) !important
}

.fixed-flolt .btn:hover span {
    color: #ffcf11
}




.fixed-flolt .btn2:before {
    background: url(/images/rlfltb02.png) center no-repeat;
    background-size: 100%
}

.fixed-flolt .btn2:hover:before {
    background: url(/images/rlfltb02.png) center no-repeat #f8c077;
    background-size: 100%
}

.fixed-flolt .btn3 {
    padding: 10px 0;
    color: #ffede9 !important;
    color: rgba(255, 237, 233, 0.75);
    text-align: center;
    background: rgba(0, 0, 0, 0.5)
}

.fixed-flolt .btn3:before {
    display: none
}

.fixed-flolt .btn3 span {
    font-size: 19px;
    color: #ffcf11;
    letter-spacing: 0.5px;
    text-shadow: none
}

.fixed-flolt .btn4 {
    width: 157px;
    height: 42px;
    background: url(../images_pc/rlflxsbg.png) center no-repeat;
    background-size: 100%;
    display: block;
    margin-left: 18px;
    margin-top: 24px;
    font-size: 20px;
    color: #1f1f1f;
    text-align: center;
    font-weight: bold;
    line-height: 42px;
    cursor: pointer;
    animation: effect 1.2s linear infinite
}

.fixed-flolt .btn4:after {
    content: "";
    width: 23px;
    height: 30px;
    background: url(../images_pc/rlflxstb.png) center no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px
}

.fixed-flolt .btn4:hover {
    animation: none
}

.fixed-flolt .wxgz_code {
    width: 193px;
    position: absolute;
    right: -220px;
    bottom: -155px;
    opacity: 0;
    transition: all linear 0.3s
}

.fixed-flolt .wxgz_code .close {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: -4px;
    top: -6px;
    background: #9a9c9c;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 17px;
    cursor: pointer;
    transition: all linear 0.3s
}

.fixed-flolt .wxgz_code .close:hover {
    background: #ffcf11;
    color: #080808
}

.fixed-flolt.fixed-flolt_active .wxgz_code {
    right: 0;
    opacity: 1
}

.fixed-flolt.fixed-flolt_active .back-top {
    bottom: -220px
}

.top_222 a {
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #ff5e14;
    position: fixed;
    bottom: 5%;
    right: 2%;
    border-radius: 100%;
    color: #ff5e14;
    background: url(/images/top.png) center center no-repeat;
    background-size: 50%;
}

.cp_bo a {
    font-size: 16px;
    padding-left: 25px;
}

.contact1 {
    background: url(/images/contact_bg.jpg) center no-repeat;
    background-size: cover;
    padding-top: 240px;
    padding-bottom: 157px;
    line-height: 1;
    padding-left: 10%;
}

.contact1 h2 {
    font-size: 64px;
    color: #ffffff;
    font-weight: bold
}

.contact1 .text {
    font-size: 16px;
    color: #888888;
    margin-top: 40px;
    margin-bottom: 42px
}

.contact1 .tel_swt {
    width: 730px;
    border-top: 1px solid #626566;
    border-bottom: 1px solid #626566;
    padding-left: 40px
}

.contact1 .tel_swt p {
    font-size: 18px;
    color: #ffffff;
    float: left;
    padding: 31px 0 31px 90px;
    transition: all linear 0.3s
}

.contact1 .tel_swt p span {
    font-size: 26px;
    color: #f3392b;
    font-weight: bold;
    display: block;
    margin-bottom: 12px;
    transition: all linear 0.3s
}

.contact1 .tel_swt .telbtn {
    background: url() left center no-repeat;
    margin-right: 56px
}

.contact1 .tel_swt .swtbtn {
    background: url(../images_pc/contact_tb02.png) left center no-repeat;
    cursor: pointer
}

.contact1 .tel_swt .swtbtn:hover {
    color: #f3392b
}

.contact1 .tel_swt .swtbtn:hover span {
    color: #ffffff
}

.contact1 .address {
    font-size: 18px;
    color: #ffffff;
    margin-top: 30px
}