/* 头部 */
.banner-bar {
    height: 367px;
    /*background: url('../../img/contact/banner.png') no-repeat;*/
    /*background: url('https://gxl-share.oss-cn-zhangjiakou.aliyuncs.com/official_website/chinese/PICTURE/99119a11.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;
}

.banner-bar .bread {
    margin-top: 32px;
    width: 210px;
    height: 42px;
    background: #ffffff1f;
    color: #FFFFFF;
    text-align: center;
    line-height: 42px;
}

.banner-bar .bread a {
    color: #FFFFFF;
}

.banner-bar .bread span {
    margin: 0px 10px;
}
/* 底部 */
.footer {
    padding-top: 24px !important;
}
/* 定制优势 */
.adv {
    background: url('https://gxl-share.oss-cn-zhangjiakou.aliyuncs.com/official_website/chinese/PICTURE/031281ca.png') no-repeat;
    background-size: cover;
    height: 560px;
}
.adv .title{
    padding-top: 50px;
    text-align: center;
}
.adv .title .en{
    color: #000000;
    opacity: 0.06;
}
.adv .title .line{
    margin: 0 auto;
    margin-top: 25px;
}
.adv .list {
    margin-top: 132px;
    display: flex;
    justify-content: space-between;
}
.adv .list .item {
    box-shadow: 0 10px 60px rgba(0,0,0,.1);
    padding:0 16px 16px 16px;
    margin:0 12px;
    transition: all .3s ease;
    position: relative;
}
.adv .list .item:hover:before {
    height: 0;
}
.adv .list .item:hover:after {
    height: 100%;
}
.adv .list .item:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    top: auto;
    bottom: 0;
    height: 0;
    background: linear-gradient(to top,#FFC001,transparent);
    content: "";
    transition: all .3s ease;
}
.adv .list .item:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top,rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%,transparent);
    top: auto;
    bottom: 0;
    content: "";
    transition: all .3s ease;
}
.adv .item .border{
    width: 250px;
    height: 192px;
    background-color: #fff;
    text-align: center;
    z-index: 9;
    position: relative
}
.adv .item .border img{
    width: 116px;
    height: 116px;
    margin-top: -58px;
    transition: all .3s ease;
}
.adv .item .border:hover img{
    transform: scale(-1) rotate(180deg);
}
.adv .item .item-title{
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #222222;
}
.adv .item .item-desc{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.contact{
    height: 686px;
    background: url('https://gxl-share.oss-cn-zhangjiakou.aliyuncs.com/official_website/chinese/PICTURE/47ed4633.png') no-repeat;
    background-size: cover;
}
.contact .half{
    width: 50%;
    height: 686px;
    background: #0000001a;
    border-radius: 0px 0px 0px 0px;
}
.contact .half .half-main{
    margin-left: auto;
    margin-right: 48px;
    width: 504px;
    padding: 80px 0;
}
.contact .half .half-main .cn{
    color: #fff;
}
.contact .half .half-main .label{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 24px 0 40px 0 ;
}
.contact .half .half-main .form{
    display: flex;
    flex-direction: column;
}
.contact .detail .form input{
    color: #fff;
    text-align: left;
    text-indent: 1em;
    margin-bottom: 16px;
    height: 48px;
    border:none;
    background: rgba(255,255,255,0.2);
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
}
.contact .detail .form textarea{
    color: #fff;
    text-align: left;
    text-indent: 1em;
    margin-bottom: 16px;
    border:none;
    background: rgba(255,255,255,0.2);
    padding-top: 24px;
    border-radius: 4px;
    resize:none;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
}
.contact .detail .form input:focus-visible,.contact .detail .form textarea:focus-visible{
    outline:0;
    outline: 1px solid #FFC001;
}
.contact .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;
    overflow: hidden;
    /* margin: 0 auto; */
    margin-top: 24px;
    cursor: pointer;
}
.contact .btn img{
    margin-left: 10px;
    width: 14px;
    vertical-align: baseline;
    transform: translateY(-64px);
    filter: drop-shadow(0px 64px #fff);
}