.section{
    position: relative;
}
.section-bg {
    z-index: -1;
    position: absolute;
    width: 100%;
}
.wrapper {
    min-width: 1260px;
    width: 1260px;
}
.hkcy{
    overflow: hidden;
}
.hkcy .section .title {
    text-align: center;
    margin: 95px 0 60px;
}
.hkcy .section .title .white{
    color: #ffffff;
}
.hkcy .section .title h1 {
    font-size: 38px;
    color: #000;
}

.hkcy .section .title p {
    font-size: 24px;
    color: #9F9F9F;
    line-height: 35px;
}
.hkcy .btn {
    height: 60px;
    text-align: center;
    border-radius: 8px;
    font-size: 28px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.hkcy .btn:hover {
    cursor: pointer;
    background: none;
    border: 1px solid #FFB502;
    color: #FFB502;
    box-sizing: border-box;
}
.hkcy .btn-white {
    background-color: #ffffff;
    color: #FFB502;
}
.hkcy .btn-orange {
    background-color: #FFB502;
    color: #ffffff;
}
.hkcy-banner {
    /*height: 989px;*/
    position: relative;
}
.banner-bg-wrapper{
    position: relative;
    height: 704px;
}
.banner-bg-txt-wrapper{
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.hkcy-banner .logo {
    height: 75px;
    display: block;
    margin: 185px auto 50px;
}
.hkcy-banner .center-text {
    font-size: 46px;
    line-height: 46px;
    margin: auto;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 4px;
}
.hkcy-banner .center-text.gradient{
    font-size: 72px;
    line-height: 72px;
    background-image: -webkit-linear-gradient(top,#FE9120,#FDAD5C,#FDE6CF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    font-weight: bold;
}
.hkcy-banner .banner-text {
    height: 160px;
    display: block;
    margin-top: 32px;
}
.hkcy-banner .btns {
    padding: 32px 0;
    width: 430px;
    display: flex;
    justify-content: center;
}
.hkcy-banner .btn{
    width: 210px;
}
.hkcy-branchType{
    padding-bottom: 100px;
}
.hkcy-branchType .wrapper{
    height: auto;
}
.hkcy-branchType .content {
    width: 100%;
    display: flex;
}
.hkcy-branchType img{
    display: block;
    margin: auto;
    width: 93.5%;
}
.hkcy-cloud {
    /* height: 814px; */
    background: url(/Content/new/assets/imgs/hkcy/3-2.jpg) no-repeat;
    background-size: cover;
}
.hkcy-cloud .content {
    margin: 0px auto;
    padding-bottom: 10px;
}
.hkcy-cloud img{
    display: block;
    margin: auto;
    width: 80%;
}
.hkcy-client .content {
    display: flex;
    justify-content: space-between;
}
.hkcy-client img{
    display: block;
    margin: auto;
    width: 64%;
}
.hkcy-client .btn {
    width: 305px;
    height: 60px;
    margin: 50px auto 90px;
}
.hkcy-client .btn:hover{
    cursor: pointer;
}

.hkcy-takeOut {
    height: 690px;
    background: url("/Content/new/assets/imgs/hkcy/5.jpg") no-repeat;
    background-size: cover;
}
.hkcy-takeOut .content {
    width: 71%;
    float: right;
    height: 100%;
    position: relative;
}
.hkcy-slide{
    padding-bottom: 70px;
}
.hkcy-slide .content{
    padding-bottom: 70px;
}
.hkcy-slide .pre {
    width: 45px;
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
}
.hkcy-slide .pre:hover{
    cursor: pointer;
}
.hkcy-slide .next {
    width: 45px;
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
}
.hkcy-slide .next:hover {
    cursor: pointer;
}
.hkcy-slide .nav {
    height: 62px;
    margin: 30px 20px;
    border-bottom: 1px solid #F0F0F0;
}
.hkcy-slide .nav-item {
    float: left;
    width: 33%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 34px;
    position: relative;
    white-space: nowrap;
}
.hkcy-slide .nav-item:hover {
    cursor: pointer;
}
.hkcy-slide .nav-item text {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: border-bottom-color .5s ease-in-out;
    border-bottom: 0px solid #F0F0F0;
}
.hkcy-slide .bottom-line {
    width: 0;
    height: 6px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width,background .5s ease-in-out;
    bottom: -15px;
}
.hkcy-slide .nav .active text {
    border-bottom: 6px solid #E9C00C;
}
.hkcy-slide .slide-content {
    height: 470px;
    position: relative;
    padding-top: 30px;
}
.hkcy-slide .slide-content img {
    width: 55%;
}
.hkcy-slide .slide-content1 {
    display: block;
    transition: all .5s ease-in-out;
}
.hkcy-slide .slide-content2, .hkcy-slide .slide-content3 {
    display: none;
    transition: all .5s ease-in-out;
}
.hkcy-slide .slide-content-txt {
    float: right;
    width: 42%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hkcy-slide .slide-content-txt .orange {
    color: #FF862A;
}
.hkcy-slide .slide-content-txt .yellow {
    color: #FFB400;
}
.hkcy-slide .right-txt1 {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    font-style: italic;
}
.hkcy-slide .right-txt2 {
    font-size: 28px;
    color: #A3A3A3;
    line-height: 38px;
}
.hkcy-model {
    background: url("/Content/new/assets/imgs/hkcy/7-2.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}
.hkcy-model .content img {
    display: block;
    margin: auto;
}
.hkcy-model .btn {
    width: 220px;
    margin: 40px auto 0;
}
.hkcy-member {
    background: url("/Content/new/assets/imgs/foodHome/member-bg.png") no-repeat;
    background-size: cover;
}
.hkcy-member .title{
    margin-bottom: 0 !important;
}
.hkcy-member .content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hkcy-member .content .btns {
    width: 430px;
    height: 60px;
    display: flex;
    justify-content: space-between;
}
.hkcy-member .btn {
    width: 206px;
    height: 62px;
    text-align: center;
    border-radius: 6px;
}

.hkcy-member .btn1 {
    background-color: #ffffff;
    color: #FFB502;
}

.hkcy-member .btn2 {
    background-color: #FFB502;
    color: #ffffff;
}
.hkcy-report {
    padding-bottom: 100px;
}
.hkcy-report img{
    display: block;
    margin: auto;
}
.hkcy-pay {
    background: url("/Content/new/assets/imgs/foodHome/pay-bg.png") no-repeat;
    background-size: cover;
    padding-bottom: 65px;
}
.hkcy-pay .title{
    margin-bottom: 20px !important;
}
.hkcy-pay img{
    display: block;
    margin: 40px auto;
    width: 70%;
}
.hkcy-pay .btn {
    width: 212px;
    height: 64px;
    text-align: center;
    border-radius: 8px;
    background-color: #FFB502;
    color: #ffffff;
    margin: 0 auto;
}

.hkcy .hkcy-service .title{
    margin-top: 120px;
}

.hkcy-service {
    padding-bottom: 60px;
}
.hkcy-service .content{
    position: relative;
}
.hkcy-service .content img{
    margin: 60px auto;
    display: block;
}

.hkcy-zixun {
    height: 220px;
    width: 100%;
    background-color: #F38400;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
}

.hkcy-zixun .contact{
    display: flex;
}

.hkcy-zixun .contact label{
    display: block;
    font-size: 30px;
    line-height: 45px;
    margin: 0;
    min-width: 120px;
    text-align-last: justify;
}

