.banner {
    height: 330px;
    position: relative;
    overflow: hidden;
}

.banner .bimg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.banner .text {
    display: block;
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.banner .text h1 {
    color: white;
}

.banner .text a {
    color: #FFF;
}

body {
    background-color: #F9F9F9 !important;
}

.Box1 .cp-header {
    margin: 50px 0;
    background-color: #fff;
}

.Box1 .cp-header .text {
    padding: 70px 30px;
    position: relative;
}
.Box1 .cp-header .text::before{
    position: absolute;
    height: 90%;
    width: 1px;
    background-color: #99999956;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.Box1 .cp-header .text h6 {
    font-size: 30px;
    color: #333;
    margin-bottom: 40px;
}

.Box1 .cp-header .text span.jj {
    color: #333;
    display: flex;
}
.Box1 .cp-header .text span.jj i{
    color: #FFF;
    background-color: #F08519;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    margin-right: 10px;
}
.Box1 .cp-header .text p{
    color: #999;
    line-height: 1.4;
    margin-top: 10px;
   
}
.Box1 .cp-header .text hr{
    display: block;
    margin: 30px 0;
}
.Box1 .cp-header .text .buttons button{
    background-color: #F9F9F9;
    border: none;
    border-radius: 999px;
    padding: 0;
    display: flex;
    align-items: center;
}
.Box1 .cp-header .text .buttons button i{
    width: 50px;
    height: 50px;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    color: white;
    font-size: 34px;
    border: 3px solid #9999997c;
}
.Box1 .cp-header .text .buttons button span{
    padding: 0 30px;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    
}
.Box1 .cp-header .text .buttons button i.icon-zixun{
    background-color:#F08519;
}
.Box1 .cp-header .text .buttons button span.f1{
    color:#F08519;
}
.Box1 .cp-header .img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.Box1 .cp-header .img img{
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.Box1 .xq{
    margin-bottom: 50px;
}
.Box1 .list .box{
    background-color: white !important;
}

.Box1 .xx{
    background-color: white;
    height: fit-content;
    padding: 40px 20px;
    /* z-index: -2; */
}
.Box1 .xx ul.tab{
    display: flex;
    border-bottom: 1px solid #ddd;
}
.Box1 .xx ul.tab li{
    margin-right: 50px;
}
.Box1 .xx ul.tab li button{
    background-color: transparent;
    border: none;
    padding: 6px 0;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
}
.Box1 .xx ul.tab li.active button{
    color: #F08519;
    border-bottom: 1px solid #F08519;
}
.Box1 .xx ul.tab li button:hover{
    color: #F08519;
    border-bottom: 1px solid #F08519;
}
.Box1 .xx .content{
    margin-top: 40px;
    z-index: 3;
    position: relative;
}
.Box1 .xx #form{
    text-align: center;
    margin-top: 50px;
}
.Box1 .xx #form h2{
    font-size: 36px;
    color: #333;
    margin-bottom: 40px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.Box1 .xx #form h2::before{
    width: 20px;
    height: 20px;
    background-color: #F08519;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%)
}

.Box1 .xx #form label{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.Box1 .xx #form label input{
    width: 48%;
    background-color: #F9F9F9;
    border: none;
    padding: 15px 10px;
    border: 1px solid #0000001c;
}
.Box1 .xx #form textarea{
    background-color: #F9F9F9;
    border: none;
    padding: 15px 10px;
    border: 1px solid #0000001c;
    width: 100%;
    margin: 20px 0;
    height: 150px;
}
.Box1 .xx #form button{
    background-color: #F08519;
    color: white;
    border: none;
    padding: 20px 30px;
    transition: 0.3s;
}
.Box1 .xx #form button:hover{
    background-color: #333;
}



.Box1 .xq .content table{
    width: 100% !important;
}

.Box1 .xq .content *{
    text-transform: capitalize;  
    font-family: "Helvetica Neue", Arial, "Microsoft YaHei", sans-serif !important;
    font-size: 16px !important;
    word-spacing: 5px;
    line-height: 1.5;
    color: #555!important;
}

.Box1 .xq .content span,
.Box1 .xq .content p{
    color: #222 !important;
    font-family: "Helvetica Neue", Arial, "Microsoft YaHei", sans-serif !important;
    font-size: 22px!important;
}
.Box1 .xq .content strong{ 
    font-family: "Helvetica Neue", Arial, "Microsoft YaHei", sans-serif !important;
    font-size: 18px!important;
    width: 100%;
    display: block;
    padding: 0 4%;
    color: #F08519 !important;
}
.Box1 .xq .content ul{
    padding: 0 !important; 
}
.Box1 .xq .content p:nth-child(2){
    color: #555 !important;
    font-size: 16px !important;
}
.Box1 .xq .content .pd-xqts .col-lg-4,
.Box1 .xq .content .pd-xqts .col-lg-6{
    position: relative; 

}
.Box1 .xq .content .pd-xqts .col-lg-4 div:nth-child(3),
.Box1 .xq .content .pd-xqts .col-lg-6 div:nth-child(3),
.Box1 .xq .content .pd-xqts .col-sm-12 div {
    padding: 0 4%; 
    color: #555 !important;
    font-size: 16px !important;
}
.Box1 .xq .content .pd-xqts .col-sm-12 div strong{
    padding: 0 !important;
}
.Box1 .xq .content .pd-xqts .col-lg-4::before,
.Box1 .xq .content .pd-xqts .col-lg-6::before{
    content: '';
    position: absolute;
    width: calc(100% - 24px);
    height: 100%;
    z-index: -1;
    background-color: #FFF8F0;

}
.Box1 .xq .content img{
    width: 100%;
    object-fit: cover;
}
.Box1 .xq .content  table tr td:nth-child(1){
    color: #222!important; 
    font-size: 19px !important;
}
.Box1 .xq .content  table tr td:nth-child(2){
    font-size: 16px !important;
}