/* 头部 */
.banner-bar {
    height: 580px;
    background: url('https://gxl-share.oss-cn-zhangjiakou.aliyuncs.com/official_website/english/PICTURE/e49b153e.png') no-repeat;
    background-size: cover;
}

.banner-bar .title {
    display: flex;
    align-items: center;
    padding-top: 122px;
    font-size: 40px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

/* 底部 */
.footer {
    padding-top: 24px !important;
}
/* 公司介绍 */
.profile{
    height: 144px;
    background: url('https://gxl-share.oss-cn-zhangjiakou.aliyuncs.com/official_website/english/PICTURE/d07a5c90.png') no-repeat;
    background-size: cover;
    /* overflow: auto; */
}
.profile .bgc{
    z-index: 100;
    background-color: #FFFFFF;
    border-radius: 10px;
    position: relative;
    top: -140px;
}
.profile .bgc .title{
    display: flex;
    padding: 40px 40px 40px 60px;
    justify-content: space-between;
    text-align: right;
}
.profile .bgc .right{
    margin-left: auto;
}
.profile .bgc .title .en{
    opacity: 0.04;
    color: #000;
}
.profile .bgc .title .line{
    margin-left: auto;
}
.profile .bgc .title img{
    height: 240.85px;
    position: absolute;
}
.profile .bgc .main{
    padding: 40px;
    text-indent: 2em;
}
.profile .bgc .main .desc-title{
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    line-height: 26px;
    margin-bottom: 24px;
}
.profile .bgc .main .desc{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    line-height: 32px;
}
/* 企业资质 */
.quali {
    padding-top: 200px;
    height: 760px;
    background: url('https://gxl-share.oss-cn-zhangjiakou.aliyuncs.com/official_website/english/PICTURE/b3a2373f.png') no-repeat;
    background-size: cover;
}
.quali .title{
    margin-top: 40px;
}   
.quali .title .en{
    color: #000;
    opacity: 0.06;
}
.quali .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quali .title .title-right{
    display: flex;
}
.quali .title .title-right .arrow-left{
    background-image: url('https://gxl-share.oss-cn-zhangjiakou.aliyuncs.com/official_website/english/PICTURE/08da4e8b.png');
}
.quali .title .title-right .arrow-left:hover{
    background-image: url('https://gxl-share.oss-cn-zhangjiakou.aliyuncs.com/official_website/english/PICTURE/50664720.png');
}
.quali .title .title-right .arrow-right{
    background-image: url('https://gxl-share.oss-cn-zhangjiakou.aliyuncs.com/official_website/english/PICTURE/3ebc7784.png');
}
.quali .title .title-right .arrow-right:hover{
    background-image: url('https://gxl-share.oss-cn-zhangjiakou.aliyuncs.com/official_website/english/PICTURE/a54ec68d.png');
}
.quali .title .title-right div{
    transition-duration: 0.5s;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    width: 56px;
    height: 56px;
    border: 2px solid #CCCCCC;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 30px;
}
.quali .title .title-right div:hover{
    background-color: #ffc001;
    border: 2px solid #ffc001;
}
.quali .main .list .item img{
    width: 220px;
}
.quali .main .list{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.mySwiper{
    overflow: hidden;
}
/* 联系我们 */
.contact {
    margin-top: 80px;
    padding-bottom: 50px;
}
.contact .title{
    text-align: center;
}
.contact .title .line{
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
}
.contact .map{
    height: 480px;
}
.contact .list{
    display: flex;
    justify-content: space-between;
    border: 1px solid #EEEEEE;
    align-items: center;
}
.contact .list .item{
    width: 400px;
    text-align: center;
    padding: 48px 0;
}
.contact .list .item img{
    width: 48px;
    height: 48px;
}
.contact .list .item .desc-title{
    margin: 16px 0;
    font-size: 16px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #222222;
}
.contact .list .item .desc{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.contact .list .line{
    width: 2px;
    height: 80px;
    background: #EEEEEE;
}
.after .title{
    text-align: center;
}
.after .title .line{
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
}
.after .list {
    display: flex;
    justify-content: space-between;
}
.after .list .item{
    width: 282px;
    height: 240px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    box-shadow: 0px 10px 40px 1px rgba(0,0,0,0.05);
}
.after .list .item img{
    width: 48px;
    height: 48px;
    margin-top: 60px;
    margin-bottom: 48px;
}
/* 表单 */
.form-section{
    padding: 40px 0;
    background-color: #151b26;
    height: 336px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #252b35;
}
.form-section .detail .form .inputs{
    display: flex;
    justify-content: space-between;
}
.form-section .detail .form input{
    width: 384px;
    color: #fff;
    text-align: left;
    text-indent: 1em;
    margin-bottom: 16px;
    height: 48px;
    border:none;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
}
.form-section .detail .form textarea{
    width: 100%;
    height: 120px;
    color: #fff;
    text-align: left;
    text-indent: 1em;
    margin-bottom: 16px;
    border:none;
    background: rgba(0, 0, 0, 0.3);
    padding-top: 24px;
    border-radius: 4px;
    resize:none;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
}
.form-section .detail .form input:focus-visible,.form-section .detail .form textarea:focus-visible{
    outline:0;
    outline: 1px solid #FFC001;
}
.form-section .btn{
    width: 174px;
    border-radius:100px;
    /* border: 1px solid #ffffff; */
    background-color: #ffc001;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    padding: 14px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 24px;
    cursor: pointer;
}
.form-section .btn img{
    margin-left: 24px;
    width: 14px;
    height: 14px;
    vertical-align: baseline;
    transform: translateY(-64px);
    filter: drop-shadow(0px 64px #fff);
}