* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑";
}

.text-noto {
    font-family: "Noto Sans SC";
    font-weight: 100;
}

.headerNav {
    position: relative;
    z-index: 2;
}

.header {
    /*background-image: url(../1030/bg/head.jpg);*/
    /*height: 980px;*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 15px;
}

.header-swiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header-swiper-container {
    width: 100%;
    height: 100%;
}

.header-swiper-bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#index_header_swiper .swiper-pagination {
    bottom: 20px;
}

.header-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    background-color: #ffffff;
    border-radius: 2px;
    height: 3px;
}

.headerTop {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    justify-content: flex-end;
    padding-right: 28px;
    position: relative;
}

.header ul li {
    list-style-type: none;

}

.header ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.headerTop ul {
    display: flex;
}

.headerTop .icon-search {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 7px;
}

.headerTop .headerTopSearch {
    /*outline: none;*/
    padding-left: 10px;
    width: 256px;

    /*padding: 2px;*/
    /*box-sizing: border-box;*/
    /*border: 1px solid #c6c6c6;*/
    /*border-radius: 31px;*/


    /*background-image: linear-gradient(*/
    /*		90deg,#2f6ee1,#f95eb4);*/
    /*clip-path: inset(0 round 10px);*/

}

.headerTop .headerTopSearch input {
    outline: none;
    border: none;
    border-radius: 5px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-indent: 15px;
    background-image: url("../images/bg/search_bg.png");
    background-color: unset;
    display: block;
    width: 100%;
    border-radius: 34px;
    /*border-image: linear-gradient(45deg, gold, deeppink) 1;*/
    /*clip-path: inset(0 round 10px);*/
}

.headerTop input::placeholder {
    color: #c2c2c2;
    font-size: 12px;
}

.headerBottom {
    display: flex;
    /*padding-top: 15px;*/
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    justify-content: space-between;
    height: 100%;
}

.startFixed {
    /*background-color: #1b2937;*/
    /*padding-bottom: 20px;*/
    /*opacity: 0.5;*/
    top: 0;
    position: fixed;
    width: 100%;
    height: 78px;

}
.startFixed .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1b2937;
    opacity: 0.6;
    z-index: -1;
}
.headerLeft {
    /*margin-right: 175px;*/
}

.headerLeft img {
    padding-left: 28px;
}
.headerRight{
    height: 100%;
}
.headerRight ul {
    display: flex;
    height: 100%;
}
.headerRight ul li{
    height: 100%;
    position: relative;
}
.headerRight ul li .sub-nav{
    display: none;
    position: absolute;
    top: 78px;
    width: 100%;
}
.headerRight ul li .sub-nav a{
    background-color: rgba(27,41,55,.6);
    /*opacity: 0.5;*/
    display: block;
    height: 39px;
    line-height: 39px;
}
.headerBottom ul li a {
    font-size: 16px;
    display: block;
    height: 100%;
    line-height: 78px;
    padding: 0 28px;
}

.headerBottom ul li a:hover {
    color: #be9565;
}

/* banner文本 */
.text {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    justify-content: space-between;
    color: #fff;
    padding-top: 120px;
}

.text .headerText {
    padding-left: 110px;
    padding-top: 30px;
}

.text .headerText h1 {
    font-size: 85px;
    letter-spacing: 30px;
}

.text .textRight .line {
    width: 50px;
    height: 2px;
    background-color: #fff;
}

.textRight {
    color: #ABADB1;
    max-width: 380px;
}

.textRight p:nth-of-type(1) {
    padding-bottom: 90px;
}

.textRight p:nth-of-type(2) {
    padding-top: 90px;
    line-height: 30px;
}

/* swiper */
.swiperBox {
    max-width: 1650px;
    display: flex;
    margin-left: auto;
    justify-content: right;
    /*padding-top: 130px;*/
    position: absolute;
    bottom: 60px;
    right: 0;
}
.swiper{
    /* 设置Swiper风格 */
    /*--swiper-theme-color: #ff6600;*/
    /* 单独设置预加载圆圈的颜色 */
    --swiper-preloader-color: #4b5866;
}
.textSec .lineSec {
    width: 2px;
    height: 100px;
    background-color: #ABADB1;
}

.textSec p {
    color: #fff;
}

.textSec p:nth-of-type(1) {
    padding: 110px 0 10px;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 20px;
}

.textSec p:last-child {
    letter-spacing: 55px;
    padding-left: 12px;
}

.swiper-slide a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.swiper-slide a p {
    text-align: center;
    /*margin-top: -50px;*/
    font-size: 18px;
    position: relative;
    /*top: -40px;*/
}

.top-swiper .swiper-slide a img {
    width: 100%;
}

.swiperText {
    width: 600px;
    display: flex;
    position: relative;
    margin-right: 30px;
}

.swiperText .top-swiper {
    padding-bottom: 30px;
}

.swiper-slide-thumb-active {
    /*border: 1px solid red;*/
    position: relative;
}

.swiper-slide-thumb-active::after {
    content: '';
    position: absolute;
    left: 20%;
    border: 20px;
    width: 60%;
    height: 2px;
    background-color: #ffffff;
    z-index: 9;
}

.swiper-button-prev {
    left: -70px !important;
}

.swiper-button-prev:after {
    display: none;
}

.icon-left-triangle-solid {
    font-size: 50px !important;
    color: #c9c9c9;
}

/* 品牌介绍 */
.introduce {
    padding: 100px 30px;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    text-align: right;
}

.introduceText {
    width: 620px;
    line-height: 30px;
    background-color: #1b2937;
    color: #fff;
    padding: 80px 80px;
    /*position: absolute;*/
    text-align: left;
    /*bottom: 129px;*/
}

.public-about-body {
    display: flex;
    justify-content: left;
}

.public-about-body .public-column-title {
    /*margin-left: 30px;*/
}

.public-about-body .span {
    color: #808080;
    font-size: 120px;
    top: 0;
}

.public-about-body .h1 {
    background-color: #080e19;
    color: #ffffff;
}

.public-about-body .p {
    color: #ffffff;
}

.introduce img {
    /*border: 3px solid #e6e6e6;*/
    /*padding: 25px;*/
    /*border-image: linear-gradient(188deg,#1b2937,#2f6ee1,#9b00f4,#f5f5f5) 30 30;*/
    max-width: 100%;
    display: block;
    position: absolute;
    right: 30px;
    bottom: 100px;
    z-index: -1;
}

.introduceText p:nth-of-type(1) {
    padding-bottom: 40px;

}

.introduceText p {
    letter-spacing: 2px;
    font-size: 14px;
}

.introduceText p:nth-of-type(2) {
    padding-bottom: 50px;
    letter-spacing: 1px;
}

.introduceLine {
    width: 50px;
    height: 3px;
    /*background-color: #ccc;*/
    margin-bottom: 40px;
    background-image: linear-gradient(90deg, #77a7ff, #b98ed1);
}

.index-about-more {
    text-align: right;
}

.index-about-more a {
    color: #ffffff;
    text-decoration: none;
}

/* 产品中心 */
.productContainer {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 30px;
}

.productNav {
    display: flex;
    justify-content: center;
    padding-left: 30px;
    padding-bottom: 80px;
}

.productMenu {
    width: 160px;
    margin: 0 30px;
}

.productMenu .menu-main {

    position: relative;
}

.productMenu a img {
    display: block;
    margin: 0 auto;
}

.productMenu:nth-of-type(1) .icon {
    /*background-image: url("../images/bg/1_1_ac.png");*/
}

.productMenu:nth-of-type(1) .icon:hover {
    background-image: url("../images/bg/1_1.png");
}

.productMenu:nth-of-type(2) .icon {
    /*background-image: url("../images/bg/2_1_ac.png");*/
}

.productMenu:nth-of-type(2) .icon:hover {
    background-image: url("../images/bg/2_1.png");
}

.productMenu:nth-of-type(3) .icon {
    /*background-image: url("../images/bg/3_1_ac.png");*/
}

.productMenu:nth-of-type(3) .icon:hover {
    background-image: url("../images/bg/3_1.png");
}

.productMenu:nth-of-type(4) .icon {
    /*background-image: url("../images/bg/4_1_ac.png");*/
}

.productMenu:nth-of-type(4) .icon:hover {
    background-image: url("../images/bg/4_1.png");
}

.productMenu:nth-of-type(5) .icon {
    /*background-image: url("../images/bg/5_1_ac.png");*/
}

.productMenu:nth-of-type(5) .icon:hover {
    background-image: url("../images/bg/5_1.png");
}

.productMenu:nth-of-type(6) .icon {
    /*background-image: url("../images/bg/6_1_ac.png");*/
}

.productMenu:nth-of-type(6) .icon:hover {
    background-image: url("../images/bg/6_1.png");
}

.productMenu .menu-main .icon {
    width: 55px;
    height: 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto;
}

.productMenu .menu-main p {
    margin-top: 15px;
    text-align: center;
}

.productMenu .menu-main p a:hover {
    color: #080E19;
}

.productMenu .menu-main p a {
    text-decoration: none;
    color: #6983b1;
    display: block;
    text-align: center;
}

.productMenu .child-nav {
    position: absolute;
    left: 0;
    top: 116px;
    z-index: 9;
    width: 100%;
    padding-top: 15px;
    background: #ffffff;
    /*border-top: 1px solid #e7e7e7;*/
    display: none;
}

.productMenu .child-nav a:first-child {
    border-top: 1px solid #e7e7e7
}

.productMenu .child-nav a {
    text-decoration: none;
    color: #a1a1a1;
    display: block;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    padding-top: 15px;

}

.productMenu .child-nav a:hover {
    color: #080E19;
}

/* 畅销产品 */
.hotProducts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.productsBox a {
    display: block;
    text-decoration: none;
}

.picBox {
    width: 100%;
    height: 215px;
    /*background-color: #ccc;*/
    text-align: center;
    position: relative;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #8d949b;
    padding: 10px;
}

.picBox img {
    display: block;
    width: auto;
    height: 100%;
    /*object-fit: cover;*/
}

/*.hotProducts .productsBox:nth-of-type(2) {*/
/*    padding-top: 50px;*/
/*}*/

/*.hotProducts .productsBox:nth-of-type(3) {*/
/*    padding-top: 50px;*/
/*}*/

.productsTitle {
    position: absolute;
    top: 0;
    right: 0;
}

/*.productsBox a p:nth-of-type(1) {*/
/*    padding: 10px 0;*/
/*    color: #666666;*/
/*}*/
.productsBox a p{
    padding: 15px 0;
    color: #666666;
    text-align: center;
}
/*.productsBox a p:last-child {*/
/*    font-size: 20px;*/
/*    color: #59809a;*/
/*}*/

/*.hotProducts .productsBox:nth-of-type(1) {*/
/*    position: relative;*/
/*    width: 50%;*/
/*    overflow: hidden;*/
/*}*/

.pro-swiper-content img.item {
    display: block;
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.productsText {
    position: absolute;
    bottom: 35px;
    left: 40px;
}

.hotProducts .productsBox {
    padding-bottom: 50px;
    width: 24%;
}

/*.hotProducts .productsBox:nth-of-type(1) p {*/
/*    color: #fff;*/
/*    font-size: 14px;*/
/*    margin-top: unset;*/
/*    text-align: left;*/
/*}*/

.pro-swiper-content {
    position: relative;
}

.pro-prev {
    position: absolute;
    bottom: 35px;
    right: 120px;
    z-index: 2;
    cursor: pointer;
}

.pro-next {
    position: absolute;
    bottom: 35px;
    right: 50px;
    z-index: 2;
    cursor: pointer;
}

/* 技术支持 */
.support {
    padding-top: 80px;
    /*display: flex;*/
    /*background-image: url("../indeximages/technology_bg.png");*/
    margin-bottom: 100px;
    padding-bottom: 60px;
    background-color: #1b2937;
}

.supportImg img:nth-of-type(2) {
    margin-left: -100px;
}

.supportImg img:nth-of-type(3) {
    margin-left: -60px;
}

.supportText {
    padding-left: 100px;
}

.supportText .btn:nth-of-type(2) {
    margin-top: 100px;
}

.supportText .btn {
    background: #583EA9;
    border-radius: 40px;
    margin-bottom: 25px;
}

.btn p {
    font-size: 16px;
}

.btn a {
    margin: 15px 0;
    /*padding: 10px 100px;*/
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #1b2530;
    /*background: #ffffff;*/
    justify-content: center;
    padding: 5px 0;
    opacity: .8;
    color: #fff;
    font-size: 16px;
}

.btn .iconfont {
    font-size: 30px;
    padding-left: 20px;
}

.support-column-title .span {
    /*color: #cccccc;*/
}

.support-column-title .h1 {
    /*color: #ffffff;*/
    /*background-color: transparent;*/
}

.support-column-title .p {
    color: #646464;
}

.supportImg {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.supportImg .item {
    width: 30%;
}

.supportImg .item img {
    width: 100%;
}

/* 新闻中心 */
.news {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 30px;
}

.news .newsTitle {
    text-align: center;
    padding-bottom: 50px;
}

.newsContainer {
    display: flex;
    justify-content: space-between;
}

.newsLeft {
    width: 55%;
}

.newsRight {
    width: 36%;
}

.topTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #26293d;
    margin-bottom: 50px;
}

.topTitle a {
    text-decoration: none;
    color: #a19a9a;
    font-size: 14px;
}

.topTitle h2 {
    padding: 10px 20px;
    background-color: #242a36;
    color: #fff;
    position: relative;
    font-size: 16px;
}

.topTitle h2:after {
    /*content: '';*/
    position: absolute;
    right: 35px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #ffffff;
}

.newsText {
    display: flex;
    justify-content: space-between;
}

.newsTextLeft {
    width: 49.5%;
}

.newsTextRight {
    width: 45%;
}

.newsTextLeft a, .newsTextRight a {
    display: block;
    text-decoration: none;
}

.newsTextLeft a, .newsTextRight a:last-of-type .rightList {
    border-bottom: 0;
}

.rightList {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 40px;
    margin-bottom: 25px;
}

.rightList > p {
    padding-left: 20px;
    font-size: 18px;
    color: #6e6666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 28px;
}

.rightList .time p:first-child {
    color: #666;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
}

.rightList .time p:last-child {
    color: #858383;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.newsTextLeft img {
    display: block;
    width: 100%;
}

.newsTextLeft a p:nth-of-type(1) {
    font-size: 16px;
    font-weight: 700;
    color: #444444;
    padding-bottom: 10px;
}

.newsTextLeft a p:nth-of-type(2) {
    line-height: 22px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.textInfo {
    padding: 20px;
    background-color: #F3F3F3;
}

.rightInfo a {
    display: block;
    text-decoration: none;
}

.newsRightList {
    display: flex;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.newsRight .newsRightList:nth-of-type(2) {
    border-bottom: 1px solid #ededed;
}

.newsRightList img {
    width: 170px;
    height: 130px;
    border: 1px solid #ededed;
    padding: 15px;
}

.rightInfo a p:nth-of-type(1) {
    color: #4c4c4c;
}

.rightInfo a p:nth-of-type(2) {
    color: #858585;
    font-size: 15px;
    padding: 10px 0;
}

.rightInfo a p:nth-of-type(3) {
    color: #858585;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
}

.rightInfo {
    padding-left: 30px;
}

/* 最新活动 */
.actives {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 30px;
}

.actives .activesTitle {
    text-align: center;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
}

.public-column-body {
    display: flex;
    justify-content: center;
}

.public-column-title {
    position: relative;
}

.public-column-title span {
    position: absolute;
    left: -42px;
    top: -9px;
    font-size: 66px;
    color: #a2abef;
    z-index: 1;
    font-weight: lighter;
    font-family: auto;
}

.public-column-title h1 {
    letter-spacing: 2px;
    /*color: #09286a;*/
    background: linear-gradient(90deg, #77a7ff, #b98ed1);
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    z-index: 2;
    /*background-color: #ffffff;*/
    /*padding: 5px 10px;*/
    padding: 5px 0px;
    font-size: 24px;
    font-weight: unset;
}

.public-column-title p {
    /*padding-left: 30px;*/
    /*letter-spacing: 2px;*/
    color: #cccccc;
    position: relative;
    z-index: 2;
    text-align: center;
}

.activesContainer {
    display: flex;
    justify-content: space-between;
}

.activesBox {
    text-align: center;
    width: 33%;
}

.activesBox img {
    width: 100%;
}

.activesBox p:nth-of-type(1) {
    font-size: 18px;
    padding: 20px 0;
    color: #59809a;
    /*font-weight: 600;*/
}

.activesBox p:nth-of-type(2) {
    font-size: 14px;
    color: #777777;
    /*font-weight: 700;*/
}

/*2021-10-07 stayout*/
/*申请加盟*/
.index-form {
    width: 100%;
    height: 520px;
    /* background-image: url(../1030/bg/join.png); */
    /*background-image: url(../images/footer_three.jpg);*/
    background-repeat: no-repeat;
    margin-top: 80px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: bottom;
}

.form-frame {
    width: 1400px;
    margin: 0 auto;
}

.form-body {
    width: 35%;
    padding: 30px 60px;
}

.form-title {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.form-title::after {
    content: '';
    width: 46px;
    height: 2px;
    background-color: #ffffff;
    border-right: 4px;
    position: absolute;
    left: -30px;
    top: 29px;
    z-index: 2;
}

.form-title::before {
    content: '';
    width: 46px;
    height: 2px;
    background-color: #ffffff;
    border-right: 4px;
    position: absolute;
    right: -30px;
    top: 29px;
    z-index: 2;
}

.form-title .cn {
    font-size: 22px;
    margin-bottom: 10px;
}

.form-title .en {
    margin-bottom: 25px;
    font-size: 14px;
}

.form-content {
    opacity: .8;
}

.form-content .input {
    margin-bottom: 25px;
}

.form-content .input input {
    display: block;
    width: 100%;
    background-color: #9a9a9a;
    text-indent: 15px;
    border: 0;
    height: 40px;
    color: #ffffff;
    border-radius: 5px;
}

.form-content .input input::placeholder {
    color: #ffffff;
}

.form-content .city {
    display: flex;
    justify-content: space-between;
}

.form-content .city input {
    width: 30%;
}

.form-content .btn {

}

.form-content .btn button {
    width: 100%;
    height: 40px;
    border: 0;
    background: #ffffff;
    color: #484848;
    border-radius: 10px;
}

/*底部*/
.index-footer {
    background-color: #3a3a3a;
    color: #ffffff;
    position: relative;
}

.footer-body {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    padding: 60px 60px 10px;
}

.footer-body-left {
    width: 50%;
}

.footer-body-right {
    width: 50%;
}

.right-content {
    display: flex;
    justify-content: space-between;
}

.right-item {
    width: 33%;
}

.public-title {
    margin-bottom: 30px;
    position: relative;
}

.public-title::after {
    content: '';
    width: 50px;
    height: 4px;
    background-image: linear-gradient(90deg, #77a7ff, #b98ed1);

    border-right: 4px;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 2;
}

.public-title p {
    font-size: 18px;
    letter-spacing: 2px;
}

.footer-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #464646;
    left: 0;
    top: 99px;
    z-index: 1;
}

.footer-body span {
    color: #8e8e8e;
    font-size: 14px;
}
.footer-body span a {
    color: #8e8e8e;
    font-size: 14px;
    text-decoration: none;
}
.left-content p {
    margin-bottom: 15px;
}

.left-content .tel {
    color: #ffffff;
    font-size: 24px;
    vertical-align: middle;
}

.right-content p {
    margin-bottom: 15px;
}

.right-content p a {
    color: #8e8e8e;
    text-decoration: none;
    font-size: 14px;
}

/* 侧边悬浮导航 */
.right_nav {
    right: 0;
    bottom: 100px;
    position: fixed;
    text-align: left;
    overflow: hidden;
    z-index: 999;
}

.right_nav li {
    background: #0085cd;
    margin: 4px 0;
    padding: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    position: relative;
    right: -70px;
}

.right_nav li .iconBox {
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.right_nav li img {
    width: 30px;
    height: 30px;
}

.right_nav li h4 {
    color: #fff;
    font-size: 14px;
    margin: 2px 0;
    margin-left: 15px;
}

.right_nav li:hover {
    background: #cf1322
}

.right_nav li .hideBox {
    display: none;
    position: absolute;
    right: 120px;
    padding: 10px;
    padding-right: 15px;
    top: -10px;
    z-index: 999;
}

.right_nav li .hideBox .hb {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 20px;
    border-top: 2px solid #0085cd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.right_nav li .hideBox .hb h5 {
    padding: 5px 0;
    border-bottom: 2px solid #ccc;
    color: #0085cd;
    font-size: 16px;
    font-weight: 400;
    display: block;
    white-space: nowrap;
}

.right_nav li .hideBox .hb p {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
}

.right_nav li .hideBox .hb .qqtalk {
    margin-top: 10px;
}

.right_nav li .hideBox .hb .qqtalk a {
    display: flex;
    align-items: center
}

.right_nav li .hideBox .hb .qqtalk img {
    width: 25px;
    height: 25px;
}

.right_nav li .hideBox .hb .qqtalk p {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    margin-top: -5px;
    margin-left: 5px;
}

.right_nav li:nth-child(3) .hideBox img {
    width: 140px;
    height: 140px;
    margin-top: 10px;
}

/*右侧浮窗*/
.rightFunc {
    position: fixed;
    top: 35%;
    right: 30px;
    z-index: 10;
    width: 70px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 4px rgb(120 120 120 / 30%);
}

.rightFunc .rightFuncItem::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 56px;
    height: 1px;
    background: rgba(229, 229, 229, 0.6);
}

.rightFunc .rightFuncItem {
    position: relative;
    width: 100%;
    height: 86px;
    cursor: pointer;
    color: #111;
    text-decoration: none;

}
.rightFunc .rightFuncItem span{
    font-size: 12px;
    padding-top: 10px;
}
.rightFunc .rightFuncItem:hover {
    background: #1b2937;
    color: #fff;
}

.rightFunc .rightFuncItem:hover img {
    display: none;
}

.rightFunc .rightFuncItem:hover img.rightFuncItemHover {
    display: block;
}

.rightFunc .rightFuncItem img {
    display: block;
}

.rightFunc .rightFuncItem img.rightFuncItemHover {
    display: none;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.align-center {
    display: flex;
    align-items: center;
}

.rightFunc .rightFuncItem#goHead {
    display: none;
    transition: all 0.3s ease;
}

.icon .iconfont {
    font-size: 24px;
}

.qr-img {
    display: none;
    position: absolute;
    right: 95px;
    top: 100px;
}

/*弹出框|在线加盟表单*/
.layer-index-form{
    display: none;
}
.receive_area_con {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -201px;
    background: #7e8592;
    width: 402px;
    height: 420px;
    box-sizing: border-box;
    margin-top: -210px;
    z-index: 999;
}

.receive_close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.receive_header {
    width: 100%;
    margin: 30px 0 20px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.receive_title {
    font-size: 26px;
    color: #fff;
    margin-top: 10px;
}

.receive_words {
    font-size: 16px;
    color: #dbdbdb;
    margin-top: 7px;
}

.input-main {
    margin-bottom: 20px;
    height: 36px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-main span{
    display: inline-block;
    width: 40px;
    color: #fff;
    text-align: left;
}

.input-main input {
    width: 229px;
    height: 35px;
    outline: none;
    text-indent: 10px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #aeaeae;
}
.input-main-textarea{
    height: auto;

}
.input-main textarea{
    width: 229px;
    outline: none;
    text-indent: 10px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #aeaeae;
}
#receive_submit_btn{
    height: 40px;
    background: #333333;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    margin: 0 auto;
    line-height: 40px;
    cursor: pointer;
    margin-top: 10px;
    width: 293px;
}

.swiper-pagination span{
    cursor: pointer;
}
.swiper-pagination span:focus{
    outline: none;
}