/* 头部 */
.banner-bar {
    height: 367px;
    background: url('https://gxl-share.oss-cn-zhangjiakou.aliyuncs.com/official_website/chinese/PICTURE/4d2e584d.png') no-repeat;
    background-size: contain;
}

.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;
}

/* 产品列表 */
.product .container {
    position: relative;
}

.product .container ul {
    height: 88px;
    justify-content: center;
    align-items: center;
}

.product .container ul li a {
    padding: 0 35px;
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #222;
}

.product .container ul .active a {
    color: #FFC001;
}

.product .container ul .active::after {
    width: 88px;
    height: 3px;
    content: ' ';
    background-color: #ffc001;
    position: relative;
    bottom: -11px;
    display: block;
    margin: 0 auto;
}

.product .detail {
    display: flex;
    height: 414px;
}

.product .detail .left {
    width: 50%;
    background: url('https://gxl-share.oss-cn-zhangjiakou.aliyuncs.com/official_website/chinese/PICTURE/8010dbae.png') no-repeat;
    background-size: cover;
}

.product .detail .left img {
    margin-top: 70px;
    margin-left: 148px;
}

.product .detail .right {
    background-color: #fbfaf9;
    width: 50%;
    padding-left: 32px;
    padding-right: 360px;
}

.product .detail .right .title {
    margin-top: 76px;
    font-size: 24px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #222222;
}

.product .detail .right .desc {
    margin-top: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #222222;
}

/* 特色功能 */
.featurs .title {
    margin-top: 50px;
    text-align: center;
}

.featurs .title .line {
    margin: 0 auto;
    margin-top: 25px;
}

.featurs .container {
    margin-top: 40px;
    display: flex;
}

.featurs .container .item {
    margin: 0 12px;
    /* width: 282px; */
    flex: 1;
    height: 272px;
    padding: 32px;
    box-shadow: 0px 10px 40px 1px rgba(0, 0, 0, 0.05);
    border-radius: 10px 10px 10px 10px;
    transition-duration: 0.8s;
}

.featurs .container .item:hover {
    background: #FFC001;
}

.featurs .container .item .top-left {
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: cover;
}

.featurs .container .item .top {
    display: flex;
    justify-content: space-between;
}

.featurs .container .item:hover .top-right {
    color: #ffffff44;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
}

.featurs .container .item .top-right {
    text-align: center;
    font-size: 40px;
    font-family: DingTalk Sans-Regular, DingTalk Sans;
    font-weight: 400;
    color: #0000000e;
    width: 80px;
    height: 66px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 10px 0px 0px 10px;
    opacity: 1;
}

.featurs .container .item .detail .title {
    text-align: left;
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #222222;
}

.featurs .container .item .detail .desc {
    margin-top: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.featurs .container .item:hover .title {
    color: #fff;
}

.featurs .container .item:hover .desc {
    color: #fff;
}

.scenarios .title {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 40px;
}

.scenarios .title .line {
    margin: 0 auto;
    margin-top: 30px;
}

.scenarios .applicable {
    height: 640px;
    display: flex;
}

.scenarios .applicable .item {
    /*width: 25%;*/
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    flex: 1;
    filter: grayscale(1);
    transition-duration: 0.8s;
    overflow: hidden;
}

.scenarios .applicable .item:hover {
    filter: grayscale(0);
    background-size: 120% 120%;
}

.scenarios .applicable .item .btn {
    width: 160px;
    height: 48px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.scenarios .applicable .item:hover .btn {
    border: 1px solid #FFC001;
    color: #FFC001;
}

.batter {
    margin-top: 80px;
    height: 640px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.batter .left {
    width: 100%;
    height: 640px;
    background-color: #ffc001;
    padding-top: 80px;
    padding-left: 360px;
}

.batter .left .title .cn {
    color: #fff;
}

.batter .left .title .line {
    background: #fff;
    margin-top: 32px;
}

.batter .left .title .desc {
    margin-top: 32px;
    color: #fff;
    width: 584px;
}

.batter .left .title .en {
    font-size: 40px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.2;
}

.batter .left .list {
    margin-top: 160px;
    display: flex;
}

.batter .left .list .item {
    height: 160px;
    width: 160px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    border: solid 1px #fff;
    margin-left: -20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.batter .left .list .item .desc {
    height: auto;
}

.batter .left .list .item:first-child {
    margin: 0;
}

.batter .left .list .item:hover {
    background-color: #fff;
    color: #ffc001;
}

.batter .left .list .item .img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
}

.batter .right img {
    background-color: #ffc001;
    height: 640px;
}

.adv {
    margin-top: 50px;
}

.adv .title {
    text-align: center;
}

.adv .title .line {
    margin: 0 auto;
    margin-top: 30px;
}

.adv .list {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.adv .list .item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.adv .list .item .img {
    width: 90px;
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 24px;
    transition-duration: 0.8s;
}

.adv .list .item:hover .img {
    transform: rotateY(360deg);
}

.adv .list .item .title {
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    margin-top: 24px;
    margin-bottom: 16px;
}

.adv .list .item .desc {
    text-align: center;
    width: 340px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.pain {
    margin-top: 50px;
    margin-bottom: 75px;
}

.pain .title {
    text-align: center;
}

.pain .title .line {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 63px;
}

.pain .list {
    display: flex;
}

.pain .list .item {
    margin: 0 25px;
}

.pain .list .item .img {
    height: 56px;
    width: 56px;
    background-repeat: no-repeat;
    background-size: cover;
    transition-duration: 0.8s;
}

.pain .list .item:hover .img {
    transform: rotateY(360deg);
}

.pain .list .item .title {
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    line-height: 52px;
}

.pain .list .item .desc {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.solution {
    height: 548px;
    background: url('https://gxl-share.oss-cn-zhangjiakou.aliyuncs.com/official_website/chinese/PICTURE/088eaccd.png') no-repeat;
    background-size: cover;
}

.solution .title {
    text-align: center;
    padding-top: 60px;
    margin-bottom: 60px;
}

.solution .title .en {
    opacity: 0.06;
    color: #fff;
}

.solution .title .cn {
    color: #fff;
}

.solution .title .line {
    margin: 30px auto;
}

.solution .list {
    display: flex;
}

.solution .list .item {
    padding: 0 25px;
    cursor: pointer;
}

.solution .list .item:hover .count {
    color: #FFC001;
    -webkit-text-stroke: 0px;
}

.solution .list .item .count {
    transition-duration: 0.3s;
    font-size: 114px;
    font-family: MiSans-Semibold, MiSans;
    font-weight: 600;
    color: #ffffff07;
    -webkit-text-stroke: 1px #ffffff3d;
    text-align: center;
}

.solution .list .item .desc {
    margin-top: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.85;
}

.solution .list .item .icon img {
    height: 22px;
    width: 22px;
}

.core {
    margin-bottom: 50px;
}

.core header {
    margin-top: 55px;
    text-align: center;
}

.core .title .line {
    margin: 30px auto;
}

.core .main {
    /* padding-top: 16px; */
    display: flex;
    height: 400px;
    background-color: #fbfaf9;
    border-radius: 9999px;
    align-items: center;
    justify-content: center;
}

.core .main .left {
    text-align: right;
}

.core .main .right {
    text-align: left;
}

.core .main .main-list {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.core .main .main-list .desc {
    margin: 10px 0;
    display: flex;
    justify-content: end;
    align-items: center;
}

.core .main .right .desc {
    justify-content: start;
}

.core .main .right .desc .point {
    margin: 0;
    margin-right: 10px;
}

.core .main .main-list .point {
    border-radius: 50%;
    height: 6px;
    width: 6px;
    background-color: #FFC001;
    margin-left: 10px;
}

.core .main .main-item .title {
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    padding: 14px 0;
}

.core .main .main-item .desc {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.core .main .img img {
    margin: 0 40px;
    padding-top: 56px;
    display: block;
    width: 440px;
}