.header {
    /* height: 575px; */
}

.headerbg {
    position: relative;
    width: 100%;
    height: 550px;
}

.swiper-container {
    height: 100%;
    --swiper-navigation-color: #ffffff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}

.swiper-container .swiper-slide {
    width: 100%;
    height: 550px;
}

.slide-1 {
    height: 100%;
    background: url(../images/banner-1.png) #03A8E0 no-repeat center;
    background-size: 100% 100%;
}

.slide-1 .slide-1-bg {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.slide-1 img {
    float: right;
    margin-top: 40px;
}

.swiper-slide .slide-title-bg {
    font-size: 88px;
    color: #fff;
}

.swiper-slide .slide-title-bg-t {
    font-size: 88px;
    color: #FFE588;
    font-weight: 600;
}

.swiper-slide span {
    font-size: 40px;
    color: #fff;
    letter-spacing: 1PX;
}

.slide-left {
    float: left;
    width: 50%;
}

.slide-right {
    float: left;
    width: 50%;
    height: 100%;
}

.slide-1 .slide-left {
    margin-top: 120px;
}

.slide-2 {
    height: 100%;
    background: url(../images/banner-2.png) #03A8E0 no-repeat center;
    background-size: 100% 100%;
}

.slide-2 .slide-2-bg {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.slide-2 .slide-left-l {
    float: left;
    width: 22%;
    margin-top: 230px;
}

.slide-2 .slide-left-l img {
    width: 85%;
}

.slide-2 .slide-left {
    float: left;
    width: 45%;
    text-align: center;
    margin-top: 100px;
}

.slide-2 .slide-left i {
    display: inline-block;
    width: 68px;
    height: 68px;
    padding: 15px;
    color: #fff;
    margin: 20px;
    line-height: 35px;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-weight: 600;
}

.slide-2 .slide-left span {
    display: block;
}

.slide-2 .slide-left span {
    font-size: 30px;
}

.slide-2 .slide-right {
    float: right;
    width: 30%;
    height: 100%;
}

.slide-2 .slide-right img {
    width: 385px;
    margin-top: 30px;
}

.slide-2 .slide-title-bg {
    font-size: 66px;
    color: #fff;
}

.slide-2 .slide-title-bg-t {
    font-size: 66px;
    color: #FFE588;
}

.content {
    width: 100%;
}

.main {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.xxh-title {
    width: 100%;
    margin: 38px auto;
}

.xxh-title h2 {
    font-weight: 400;
    font-size: 33px;
    color: #000;
    font-family: 'SourceHanSerif-Heavyy';
}

.xxh-title h1 {
    font-weight: 400;
    font-size: 33px;
    color: #000;
    font-family: 'SourceHanSerif-Heavyy';
    text-align: center;
}

.xxh-title p {
    font-size: 15px;
    letter-spacing: 4px;
    color: #000;
}

.xxh-1 {
    text-align: center;
    background: url(../images/xxh-1-bg.png) #ffffff no-repeat center;
    background-size: 100% 100%;
}

.xxh-1-cen {
    width: 100%;
    height: 490px;
    margin: 30px 0;
}

.xxh-1-cen .xxh-1-c-left {
    float: left;
    width: 800px;
}

.xxh-1-cen .xxh-1-c-left li {
    width: 33%;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    padding: 28px 0;
}

.xxh-1-cen .xxh-1-c-left li img {
    width: 150px;
}

.xxh-1-cen .xxh-1-c-left li p {
    font-size: 16px;
    color: #333;
    margin: 15px 0;
}

.xxh-1-cen .xxh-1-c-left li:nth-child(n+4) {
    border-bottom: none;
}

.xxh-1-cen .xxh-1-c-left li:nth-child(2),
.xxh-1-cen .xxh-1-c-left li:nth-child(5) {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.xxh-1-cen .xxh-1-c-right {
    float: right;
    width: 400px;
    height: 100%;
}

.xxh-1-cen .xxh-1-c-right img {
    width: 100%;
}

.xxh-2 {
    text-align: center;
    background: url(../images/xxh-2-bg.png) no-repeat center;
    background-size: 100% 100%;
}

.xxh-2-cen {
    width: 100%;
    height: 330px;
    margin: 20px 0;
}

.xxh-2-cen .xxh-2-c-left {
    float: left;
    width: 50%;
}

.xxh-2-cen .xxh-2-c-right {
    float: left;
    width: 50%;
}

.xxh-2-cen .xxh-2-c-bd {
    width: 400px;
    height: 310px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.bigtitle {
    width: 100%;
}

.bigtitle h3 {
    font-size: 26px;
    color: #333;
    margin: 30px 0;
}

.bigtitle h3::after {
    content: "";
    display: block;
    width: 139px;
    height: 2px;
    margin: 10px auto 0;
    background-color: #15CBFF;
}

.xxh-2-cen li {
    font-size: 20px;
    color: #333;
    margin: 20px 0;
}

.xxh-3 {
    width: 100%;
    height: 450px;
    text-align: center;
    background: url(../images/xxh-3-bg.png) no-repeat center bottom;
    background-size: 100% 100%;
}

.xxh-3 li {
    float: left;
    width: 20%;
}

.xxh-3 li img {
    width: 160px;
    margin: 15px 0;
}

.xxh-3 li p {
    font-size: 20px;
    color: #656565;
}

.xxh-4 {
    position: relative;
    width: 100%;
    height: 500px;
    background: url(../images/xxh-4-bg-1.png) no-repeat center;
    background-size: 100% 100%;
}

.xxh-4 p {
    color: #fff;
    font-size: 26px;
}

.xxh-4 p em {
    font-size: 35px;
}

.xxh-4 .stitle {
    position: absolute;
    top: 40%;
    z-index: 99;
    transform: translate(0, -50%) rotate(-5deg);
}

.xxh-4 .bottomtitle {
    position: absolute;
    top: 62%;
    right: 10%;
    z-index: 99;
    transform: translate(-43%, -50%) rotate(-5deg);
}

.bottomtitle p {
    font-weight: 600;
}

.xxh-4 .bigimgtitle {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.xxh-4-bql {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.xxh-4-bql img {
    width: 230px;
}

.xxh-5 {
    position: relative;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/xxh-5-bg.png) no-repeat center top;
    background-size: 100%;
}

.xxh-5 .xxh-title h2,
.xxh-5 .xxh-title p {
    color: #fff;
}

.xxh-5 .zjhx {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    border-bottom: 2px dashed #fff;
}

.xxh-5 li {
    position: relative;
    float: left;
    z-index: 999;
    width: 33.3%;
    margin-top: 53px;
}

.xxh-5 li .li-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #26B7E8;
}

.xxh-5 li img {
    width: 120px;
}

.xxh-5 li p {
    font-size: 20px;
    color: #fff;
    margin: 15px 0;
}

.xxh-5 li:nth-child(2)::after,
.xxh-5 li:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 43px;
    left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #26B7E8;
}

.xxh-5 li:nth-child(2)::after {
    left: inherit;
    right: 0px;
}

.xxh-5 .zjhx::before,
.xxh-5 .zjhx::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-650px, 0);
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #26B7E8;
}

.xxh-5 .zjhx::after {
    left: inherit;
    transform: translate(620px, 0);
}

.xxh-6 {
    position: relative;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/xxh-6-bg.png) no-repeat center;
    background-size: 100% 100%;
}

.xxh-6 img {
    width: 600px;
    margin-top: 40px;
}

.xxh-6 .xxh6-title {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-600px, 0);
}

.xxh-6 .xxh6-title p {
    font-size: 26px;
    color: #fff;
}

.xxh-6 .xxh6-title span {
    font-size: 19px;
    color: #fff;
    letter-spacing: 3px;
}

.xxh-6 .xxh6-bottom {
    position: absolute;
    bottom: 20px;
    right: 50%;
    transform: translate(650px, 0);
    width: 600px;
    text-align: right;
}

.xxh-6 .xxh6-bottom p {
    font-size: 23px;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 1px 4px 3px #666;
    margin: 10px 0;
}

.xxh-7 {
    width: 100%;
    height: 550px;
    background-color: #fff;
    text-align: center;
}

.xxh-7 img {
    width: 100%;
}

.xxh-8 {
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/xxh-8-bg.png) #fff no-repeat center;
    background-size: 100% 100%;
}

.xxh-8 li {
    float: left;
    width: 50%;
}

.xxh-8 li img {
    width: 180px;
}

.xxh-8 li p {
    font-size: 20px;
    margin: 18px 0;
}

.xxh-9 {
    width: 100%;
    /* height: 500px; */
    height: auto;
    padding: 10px 0;
    background-color: #fff;
    text-align: center;
}


/* .xxh-9 img {
    width: 150px;
    margin: 80px 70px;
} */

.xxh-9 ul {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 80px 0;
}

.xxh-9 ul li {
    position: relative;
    float: left;
    width: 25%;
    height: 106px;
}

.xxh-9 ul li img {
    width: 60%;
    height: 106px;
    text-align: center;
}

.xxh-9 ul li span {
    position: absolute;
    bottom: -106px;
    height: 106px;
    display: block;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 25px;
    font-size: 15px;
    box-sizing: border-box;
    padding: 5px;
}

.xxh-9 ul li:hover span {
    bottom: 0;
    transition: all 1s;
}

.xxh-9 ul li span em {
    display: block;
    text-align: center;
    font-size: 16px;
}

.xxh-10 {
    width: 100%;
    height: 500px;
    background-color: #30C9FD;
}

.xxh-10 .xxh-10-left {
    float: left;
    width: 50%;
    letter-spacing: 2px;
    margin-top: 100px;
}

.xxh-10 .xxh-10-left p {
    color: #fff;
    font-size: 50px;
}

.xxh-10 .xxh-10-left span {
    color: #fff;
    font-size: 56px;
    font-weight: 600;
}

.xxh-10 .xxh-10-left i {
    display: block;
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 13px;
}

.xxh-10 .xxh-10-right {
    float: left;
    width: 50%;
}

.xxh-10 img {
    float: right;
    height: 500px;
}

.xxh-11 {
    width: 100%;
    height: 566px;
    text-align: center;
    background-color: #fff;
}

.xxh-11 li {
    float: left;
    width: 25%;
}

.xxh-11 li .li-top {
    width: 200px;
    height: 124px;
    padding: 50px 0;
    margin: 50px auto;
    background: url(../images/xxh-11-icon.png) #fff no-repeat center;
    background-size: 100% 100%;
}

.xxh-11 li p {
    font-size: 18px;
}

.xxh-11 li .li-top p {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
}

.xxh-12 {
    width: 100%;
    height: 660px;
    background-color: #fff;
}

.xxh-12 .xxh-12-left {
    position: relative;
    z-index: 99;
    overflow: hidden;
    float: left;
    width: 40%;
    height: 100%;
}

.xxh-12 .xxh-12-left img {
    float: right;
    width: 300px;
}

.xxh-12 .xxh-12-right {
    float: left;
    width: 60%;
    height: 100%;
}

.xxh-12-right .right-title {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    height: 295px;
    color: #333;
}

.xxh-12-right .right-title p {
    font-size: 26px;
    font-weight: 600;
}

.xxh-12-right .right-title span {
    display: block;
    font-size: 19px;
    padding-left: 30px;
    margin: 10px 0;
    background: url(../images/xxh-12-icon.png) no-repeat left center;
    background-size: 25px 25px;
}

.xxh-12-right .right-pic {
    position: relative;
    width: 518px;
    height: 210px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    margin-left: -30px;
    padding: 20px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
}

.xxh-12-right .right-pic p {
    margin: 10px 0;
    font-size: 18px;
    color: #000;
    letter-spacing: 2px;
}

.xxh-12-right .right-pic p em {
    font-weight: 400;
    text-decoration: line-through;
}

.xxh-12-right .right-pic p:nth-child(3) {
    font-weight: 600;
}

.xxh-12-right .right-pic span {
    display: block;
    float: right;
    font-size: 36px;
    color: #C08F06;
    font-weight: 600;
}

.xxh-12-right .right-pic a {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 66px;
    line-height: 66px;
    font-size: 30px;
    background-color: #ba8c15;
    color: #fff;
    text-align: center;
}

.yunpin-18 {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #333333;
    border-bottom: 1px solid #666;
}

.yunpin-18 p {
    color: #fff;
    font-size: 24px;
    margin: 50px 0;
}

.yunpin-18 span {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}

.yunpin-18 h3 {
    display: inline-block;
    font-size: 24px;
    /* color: #c08f06; */
    color: #03A8E0;
}

.tfal {
    width: 100%;
}

.tfal .main .antitle h1 {
    color: #1CB1F4;
    font-family: 'SourceHanSerif-Heavyy';
    font-weight: 900;
    font-size: 35px;
    text-align: center;
    margin: 20px 0;
}

.tfal .main .antitle p {
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
}

.tfal .anlist {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.tfal .anlist li {
    position: relative;
    overflow: hidden;
    float: left;
    width: 31%;
    height: 280px;
    border: 1px solid #eee;
    margin: 10px;
    border-radius: 3px;
}

.tfal .anlist li img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.tfal .anlist li p {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    display: block;
    width: 0%;
    font-size: 16px;
    margin: 0 auto;
    line-height: 75px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.tfal .anlist li:hover p {
    transition: all 2s;
    width: 90%;
}

.tfal .anlist li:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.tfal .anlist li:hover a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.tfal .anlist li::after {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    height: 100px;
    width: 100px;
    z-index: 999;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
}

.tfal .anlist li:hover::after {
    content: '';
    top: 10px;
    right: 10px;
    transition: all 0.5s;
}

.tfal .anlist li::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -20px;
    height: 100px;
    width: 100px;
    z-index: 999;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
}

.tfal .anlist li:hover::before {
    content: '';
    bottom: 10px;
    left: 10px;
    transition: all 0.5s;
}

.tfal .fy {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.tfal .fy li {
    float: left;
    margin: 0 5px;
}

.tfal .fy li a {
    font-size: 14px;
    padding: 10px 15px;
    background-color: #F7F7F7;
}

.tfal .fy .thisclass a {
    color: #fff;
    background-color: #C08F06;
}

.index-7 .title {
    font-size: 33px;
    color: #000;
    font-family: 'SourceHanSerif-Heavyy';
}

.index-8 .title {
    font-size: 33px;
    color: #000;
    font-family: 'SourceHanSerif-Heavyy';
}


/* 冰淇淋 */

.bql-lb-1 {
    /* background: url(../images/bql-2-bg.jpg) no-repeat center; */
    /* background-size: 100% 100%; */
    background: -webkit-linear-gradient(left, #15C2FE, #25CBFF);
    background: -moz-linear-gradient(left, #15C2FE, #25CBFF);
    background: -ms-linear-gradient(left, #15C2FE, #25CBFF);
    background: -o-linear-gradient(left, #15C2FE, #25CBFF);
}

.bql-lb-1 .slide-1-bg {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.bql-lb-1 .slide-left img {
    height: 550px;
    width: auto;
}

.bql-lb-1 .slide-right p {
    font-size: 100px;
    font-weight: 900;
    text-align: right;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.bql-lb-1 .slide-right p.p-one {
    padding-top: 125px;
    color: #fff;
}

.bql-lb-1 .slide-right p.p-two {
    color: #FFCF11;
}

.bql-lb-2 {
    position: relative;
    background: url(../images/bql-2-bg.webp) no-repeat center;
    background-size: 100% 100%;
}

.bql-lb-2 .slide-2-bg {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.bql-lb-2 .slide-2-bg .slide-left {
    position: relative;
    z-index: 99;
    width: 100%;
    height: auto;
}

.bql-lb-2 .slide-2-bg .slide-left p {
    font-size: 90px;
    font-weight: 900;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.bql-lb-2 .slide-2-bg .slide-left .p-one {
    padding-top: 100px;
    color: #F8DC6B;
}

.bql-lb-2 .slide-2-bg .slide-left .p-two {
    color: #47A8EF;
    font-size: 60px;
}

.bql-lb-2 .slide-2-bg .slide-right {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(../images/right-2-bg.png) repeat-x center bottom;
    background-size: auto 20%;
    text-align: center;
}

.bql-lb-2 .slide-2-bg .slide-right img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    max-width: 1200px;
    height: auto;
}

.bql {
    width: 100%;
    height: auto;
}

.bql .xxh-title {
    width: 100%;
    height: auto;
    text-align: center;
}

.bql .xxh-title>img {
    width: 200px;
    height: auto;
}

.bql .xxh-title p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #666;
    margin-top: 20px;
}

.bql-1 {
    /* margin: 20px 0; */
    /* background-color: #41BCE6; */
    /* -moz- 
    -ms- 
    -o- */
    background: -webkit-linear-gradient(left, #1AB9F0, #41BCE6);
    background: -moz-linear-gradient(left, #1AB9F0, #41BCE6);
    background: -ms-linear-gradient(left, #1AB9F0, #41BCE6);
    background: -o-linear-gradient(left, #1AB9F0, #41BCE6);
}

.bql-1 .xxh-title h1 {
    margin: 10px 0;
}

.bql-1 .xxh-title h1 img {
    width: 20%;
    height: auto;
}

.bql-1 .bql-1-cen {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.bql-1 .bql-1-cen ul {
    display: flex;
    justify-content: space-around;
}

.bql-1 .bql-1-cen ul li {
    overflow: hidden;
    width: 18%;
    height: auto;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.5);
}

.bql-1 .bql-1-cen ul li .li-text {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.bql-1 .bql-1-cen ul li .li-text h2 {
    font-size: 18px;
    font-weight: 900;
    color: #0CB6EF;
    margin-bottom: 10px;
}

.bql-1 .bql-1-cen ul li .li-text span {
    color: #fff;
    background-color: #03A8E0;
    padding: 5px;
    border-radius: 10px;
}

.bql-1 .bql-1-cen ul li .li-text p {
    color: #03A8E0;
    font-size: 16px;
    padding-top: 10px;
}

.bql-1 .bql-1-cen ul li .li-img {
    width: 100%;
    height: auto;
}

.bql-1 .bql-1-cen ul li .li-img img {
    width: 100%;
    height: auto;
}

.bql-2 {
    overflow: hidden;
    position: relative;
    background: -webkit-linear-gradient(left, #1AB9F0, #41BCE6);
    background: -moz-linear-gradient(left, #1AB9F0, #41BCE6);
    background: -ms-linear-gradient(left, #1AB9F0, #41BCE6);
    background: -o-linear-gradient(left, #1AB9F0, #41BCE6);
}

.bql-2 .xxh-title {
    position: relative;
    z-index: 99999;
}

.bql-2 .xxh-title h2 {
    margin: 10px 0;
}

.bql-2 .xxh-title h2 img {
    width: 35%;
    height: auto;
}

.bql-2 .bql-2-cen {
    position: relative;
    width: 100%;
    height: 500px;
    /* background: url(../images/bql-2-cen-bg.png) no-repeat bottom;
    background-size: 300px; */
}

.bql-2 .bql-2-cen::before {
    content: '';
    display: block;
    position: absolute;
    top: -15%;
    width: 1200px;
    height: 1200px;
    background-color: #16CAF7;
    border-radius: 600px;
}

.bql-2 .bql-2-cen::after {
    content: '';
    display: block;
    position: absolute;
    top: 15%;
    left: 50%;
    width: 800px;
    height: 800px;
    background: -webkit-linear-gradient(top, #5CD8FC, #16CAF7);
    background: -moz-linear-gradient(top, #5CD8FC, #16CAF7);
    background: -ms-linear-gradient(top, #5CD8FC, #16CAF7);
    background: -o-linear-gradient(top, #5CD8FC, #16CAF7);
    border-radius: 400px;
    transform: translate(-50%, 0);
}

.cen-img {
    position: absolute;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
    height: auto;
    text-align: center;
}

.cen-img::before {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    left: 50%;
    width: 400px;
    height: 400px;
    z-index: -1;
    background: -webkit-linear-gradient(top, #A9E8EC, #16CAF7);
    background: -moz-linear-gradient(top, #A9E8EC, #16CAF7);
    background: -ms-linear-gradient(top, #A9E8EC, #16CAF7);
    background: -o-linear-gradient(top, #A9E8EC, #16CAF7);
    border-radius: 300px;
    transform: translate(-50%, 0);
}

.cen-img img {
    width: 30%;
    height: auto;
}

.bql-2 .bql-2-cen .cen-bg ul li {
    position: absolute;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    padding: 5px;
    background: url(../images/bql-2-bqlgb.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    z-index: 9999999;
}

.bql-2 .bql-2-cen .cen-bg ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bql-2 .bql-2-cen .cen-bg ul li p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    margin: 10px 0;
}

.bql-2 .bql-2-cen .cen-bg ul li:nth-child(1) {
    top: 300px;
    left: 160px;
}

.bql-2 .bql-2-cen .cen-bg ul li:nth-child(2) {
    top: 150px;
    left: 260px;
}

.bql-2 .bql-2-cen .cen-bg ul li:nth-child(3) {
    top: 50px;
    left: 410px;
}

.bql-2 .bql-2-cen .cen-bg ul li:nth-child(4) {
    top: 50px;
    left: 710px;
}

.bql-2 .bql-2-cen .cen-bg ul li:nth-child(5) {
    top: 150px;
    left: 860px;
}

.bql-2 .bql-2-cen .cen-bg ul li:nth-child(6) {
    top: 300px;
    left: 920px;
}

.bql-3 {
    width: 100%;
    height: auto;
    background: url(../images/bql-3-bg.jpg) no-repeat center;
    background-size: 100% 100%;
}

.bql-3 .bql-3-cen {
    width: 100%;
    height: auto;
}

.bql-3 .bql-3-cen .text {
    float: left;
    width: 50%;
    height: auto;
}

.bql-3 .bql-3-cen .text p {
    font-size: 110px;
    padding-top: 200px;
    color: #fff;
    font-weight: 900;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.bql-3 .bql-3-cen .text span {
    font-size: 60px;
    color: #F7D23C;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.bql-3 .bql-3-cen .img {
    float: right;
    width: 50%;
    height: auto;
}

.bql-3 .bql-3-cen .img img {
    width: 80%;
    height: auto;
}

.bql-4 {
    width: 100%;
    height: auto;
    background: url(../images/bql-4-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 30px 0;
}

.bql-4 .bql-4-cen {
    width: 100%;
    height: auto;
}

.bql-4 .bql-4-cen .text {
    float: left;
    width: 50%;
    height: auto;
    color: #fff;
}

.bql-4 .bql-4-cen .text p {
    font-size: 110px;
    padding-top: 200px;
    font-weight: 900;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.bql-4 .bql-4-cen .text p em {
    color: #F7D23C;
    font-weight: 900;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.bql-4 .bql-4-cen .text span {
    font-size: 60px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.bql-4 .bql-4-cen .img {
    float: right;
    width: 50%;
    height: auto;
}

.bql-4 .bql-4-cen .img img {
    width: 80%;
    height: auto;
}

.bql .index-8 {
    background-color: #F2F2F2;
}