﻿@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, hr 
{
  padding: 0;
  margin: 0; 
  box-sizing: border-box;
}

body 
{
  color: #000;
  /*设置字体颜色*/
  font-size: 14px;
  font-family: "微软雅黑"; 
}

.emptyPage
{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

@media (max-width: 768px) 
{
    body 
    {
        padding-bottom: 58px;
    }
}

table 
{
  border-collapse: collapse;
  border-spacing: 0; 
}

img 
{
  display: block;
}
.imgHover
{
    overflow: hidden;
}
.imgHover img
{
    transition: 0.5s;
}
.imgHover img:hover
{
    transform: scale(1.2);
}

ol, ul, li 
{
  list-style: none; 
}

caption, th 
{
  text-align: left; 
}

h1, h2, h3, h4, h5, h6 
{
  font-weight: normal;
  font-size: 100%; 
}

input,textarea {
    -webkit-appearance: none;
}


/* 链接颜色设置*/
a {
  color: inherit;
  text-decoration: none; 
}
a:hover 
{
    color: #ec0000;
}
i, strong, em {
  font-style: normal; }
.hidden
{
    display: none;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.clear:after
{ 
    clear:both;
    content:'';
    display:block;
    width:0;
    height:0;
    visibility:hidden;
}

/* 图片自适应（imgBox需要设置独立宽高） */
.imgBox
{
    position: relative;    
}
.imgBox img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure
{
  display: block; 
}

/* 链接颜色设置*/
.main {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px)
{
    .main {
        padding-left: 10px;
        padding-right: 10px;
    }
} 

.wrap 
{
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}


/*公共标题*/
.modularTitle
{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}
.modularTitle .en
{
    font-size: 53px;
    color: #d5d5d5;
    font-weight: bold;
    line-height: 1em;
    height: 0.6em;
    overflow: hidden;
    text-transform: uppercase;
}
.modularTitle .ch
{
    font-size: 36px;
    color: #e4cdb7;
    margin-top: 5px;
}
.modularTitle .ch:before
{
    content: "— ";
}
.modularTitle .ch:after
{
    content: " —";
}
.modularTitle small{
    display: block;
    font-size: 15px;
    margin-top: 6px;
}

@media (max-width: 768px) 
{
    .modularTitle
    {
        margin-top: 30px;
        margin-bottom: 15px;
    }
   .modularTitle .en
    {
        font-size: 32px;
    }
    .modularTitle .ch{
        font-size: 26px;
    }
    .modularTitle small
    {
        font-size: 12px;
        margin-top: 4px;
    }

}


/*头部信息*/
.logo
{
    background-color: #0a0b20;
    color: #fff;
    height: 144px;
    padding: 15px 0;
}
.topLineBox
{
    height: 40px;
    background: #0a0b20;
    border-bottom: 1px solid #2a2834;
    color: #757575;
}

.topLine
{
    line-height: 40px;
}

.logo .logo-main
{
    height: 100%;
}
.logo .logoImg
.logo .logoImg:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.logo .logoImg img{
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}
.topCotactBox,
.logoImg
{
    height: 100%;
}

.topCotactBox .contactText
{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.topCotactBox .contactTel
{
    font-size: 14px;
}
.topCotactBox .contactTel span
{
    font-size: 30px;
    color: #fff;
    display: block;
}
.topCotactBox .contactTel small{
    font-size: initial;
}
.topCotactBox img{
    padding: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.topCotactBox:before ,
.logoImg:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.logoImg img,
.topCotactBox .contactTel,
.topCotactBox img{
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 768px) 
{
    .logo
    {
        height: 60px;
        padding: 5px 0;
    }
    .topLineBox
    {
        display: none;
    }
    
    .logoImg
    {
        width: 80%;
    }
    
    .topCotactBox
    {
        display: none;
    }
}



nav
{
    background: #fff;
    height: 60px;
}

.nav a
{
    display: block;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
}

.nav ul.item1> li
{
    display: table-cell;
    width: 1%;
    text-align: center;
    position: relative;
    border-right: 1px solid #252b5b;
    color: #000;
}

.nav ul.item1> li:first-child{
    border-left: 1px solid #252b5b;

}
.nav ul.item1> li:hover
{
    background-color: #252b5b;
}
nav ul.item2 {
    display: none;
    position: absolute;
    min-width: 100%;
    top: 100%;
    left: 0;
    z-index: 6666;
    background-color: #f5f5f5;
}

nav ul.item2 li {
    display: block;
    border-bottom: 1px solid #eee;
    text-align: center;
    white-space: nowrap;
}

nav ul.item2 li a {
    color: #5f5d5d;
    display: block;
}

nav ul.item2 li:hover a{
    color: #014c85;
}


nav ul.item1>li:hover ul.item2 {
    display: block;
}


.navbar-toggle
{
    display: none;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 9px;
    margin-right: 9px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}

.navbar-toggle .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #888;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.nav .navMask
{
    display: none;
}

@media (max-width: 768px) 
{    
    .navbar-toggle
    { 
        display: block;
    }
    
    .nav{ padding: 1em; background-color: #fff; border-top: 1px solid #e7e7e7; }
    .nav ul.item1> li{border: none !important; display: block; width: 100%; border-left: 0;text-align: left; padding: .1em 0;font-size: 20px;text-indent: 1em;}
    .nav .item2{display: none !important;}
    .nav a{ color: #b0b0b0;line-height: 2;}
    .nav
    {
        visibility: visible;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 50%;
        height: 100%;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .nav.on
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    .navMask 
    {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.5);
        z-index: 90;
    }
}

/*头部信息*/

/* 轮播图 */
.slideBox {
  overflow: hidden;
  position: relative;
}

.slideBox li {
  width: 100%;
}

.slideBox li img {
  width: 100%;
}

.slideBox .pcBanner{
    display: block;
}
    
.slideBox .mobileBanner{
    display: none;
}

@media (max-width: 768px) 
{
    .slideBox .pcBanner{
        display: none;
    }
    
    .slideBox .mobileBanner{
        display: block;
    }
}
/* 轮播图 */

/*底部信息*/
.footerBox
{
    background: #0a0b20;
    overflow: hidden;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 4px solid #13111c;
}
.footerBox a
{
    color: #fff;
}
.footerBox .bottomNav
{
    float: left;
}
.footerBox .bottomNav li
{
    float: left;
    padding: 0 1em;
    font-size: 16px;
    border-right: 1px solid #fff;
    line-height: 1em;
}
.footerBox .bottomNav li:first-child
{
    padding-left: 0;
}
.footerBox .bottomNav li:last-child
{
    border-right: none;
}
.bottomContactBox
{
    float: left;
    clear: left;
    font-size: 14px;
    margin-top: 15px;
}
.bottomContactBox div
{
    margin-top: 5px;
}
.bottomContactBox i
{
    font-size: 2em;
    font-weight: bold;
}
.footerNav
{
    background: #000;
    display: flex;
    width: 100%;
    max-width: 750px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.footerNav a
{
    display: block;
    color: #fff;
    font-size: 13px;
}

.footerNav li
{
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    border-right: #fff solid 1px;
    padding-top: 5px;
    padding-bottom: 2px;
}

.footerNav li:last-child
{
    border: none;
}

.footerNav li img
{
    margin: 0 auto 2px auto;
    height: 30px;
}


.sharedCode {
    width: 138px;
    float: right;
    text-align: right;
    font-size: 12px;
    width: 300px;
}
.sharedCode li{
    display: inline-block;
    margin-left: 15px;
    text-align: center;
}
.sharedCode img
{
    width: 100%;
}
@media (max-width: 768px) 
{
    .footerBox
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .bottomContactBox ,
    .sharedCode
    {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .sharedCode
    {
        margin-top: 10px;
    }
  .bottomNav
    {
        display: none;
    }
    
    .footerBox .bottomContactInfo
    {
        margin-top: 0px;
    }
    
    .footerBox .bottomContactBox
    {
        /*justify-content: space-around;*/
    }
    
    .footerNav
    {
        display: flex;
    }
}



/* 品牌故事 */
.storyBox {
    padding: 65px 0 60px;
}

.story .info {
    float: left;
    width: 46%;
}

.story .video {
    float: right;
    width: 50%;
    padding-bottom: 34%;
    background: url("../Images/videoImg.jpg") no-repeat center center / cover;
}

.story .info .modularTitle {
    margin-top: 0;
    text-align: left;
    margin-bottom: 15px;
}

.story .info .modularTitle .ch::before {
    display: none;
}

.story .info .modularTitle .ch::after {
    display: block;
    line-height: 1;
}

.story .info .text {
    font-size: 16px;
    line-height: 1.8em;
    height: 18em;
    overflow: hidden;
}
.story .info .text p{
    text-indent: 2em;
}
@media (max-width: 768px) 
{
    .storyBox{
        padding: 25px 0;
    }
    .story .info,
    .story .video{
        width: 100%;
        float: none;
    }
    .story .info .text{
        font-size: 13px;
    }
    .story .video{
        margin-top: 15px;
        padding-bottom: 0;
        height: 60vw;
    }
}
/* 品牌故事end */


/* 企业风采 */
.albumBox {
    padding-bottom: 60px;
}

.album {
    overflow: hidden;
    position: relative;
}

.album li {
    float: left;
    width: 50%;
}

.album li .imgBox {
    padding-bottom: 60%;
}

.album .album-prev,
.album .album-next {
    background-color: rgba(0, 0, 0, .6);
    padding: 10px;
    box-sizing: content-box;
}

.album .album-prev {
    left: 0;
}

.album .album-next {
    right: 0;
}

/* 企业风采end */

.publicBg {
    /*background: #0d0c23 url("../Images/bg.jpg") no-repeat center center / 100% 100%;
    color: #fff;*/
    overflow: hidden;
}


/* 优势 */
.advantageBox {
    overflow: hidden;
}

.advantage {
    background: url("../Images/advantageBg.jpg") no-repeat center center;
    height: 490px;
}
@media (max-width: 768px) 
{
    .advantage {
        background: url("../Images/advantageBg-m.jpg") no-repeat center center / 100% auto;
        height: 168vw;
    }
}
/* 优势end */

/* 加盟优势 */
.joinAdvantageBox {
    background: url("../Images/joinAdvantageBg.jpg") no-repeat center center;
    height: 1043px;
    overflow: hidden;
}
@media (max-width: 768px) 
{
    .joinAdvantageBox {
        background:  url("../Images/joinAdvantageBg-m.jpg") no-repeat center bottom / 100% auto;
        height: 100vw;
    }
    .joinAdvantageBox .modularTitle .en{
        color: #bdbdbd;
    }
}
/* 加盟优势end */


/* 加盟支持 */
.supportBox{
    background:url("../Images/supportBg.jpg") no-repeat center center / cover;
    color: #fff;
    overflow: hidden;
    padding-bottom: 60px;
}
.support li{
    width: 18%;
    float: left;
    margin: 1%;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    padding: 25px 10px;
}
.support li .icon{
    height: 64px;
}
.support li .icon img{
    display: block;
    height: 100%;
    margin: 0 auto;
}
.support li span{
    display: block;
    font-size: 15px;
    margin-top: 10px;
}
.support li small{
    display: block;
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.6em;
    height: 3.2em;
}
.supportPhone{
    text-align: center;
    font-size: 35px;
    margin-top: 30px;
}
.supportPhone .info{
    display: inline-block;
    padding: 20px 0;
    background: url("../Images/supportPhoneBg.png") no-repeat center center / 100% 100%;
}

.supportPhone .info img{
    display: inline-block;
    height: 1em;
    margin-right: 5px;
}
.supportPhone .info small{
    font-size: 0.6em;
    color: #fff;
    line-height: 1;
}
.supportPhone .info span{
    color: #ccb5a3;
    font-weight: bold;
    line-height: 1em;
}
@media (max-width: 768px) 
{
    .supportBox{
        padding-bottom: 25px;
    }
    .support li{
        width: 48%;
        float: left;
        margin: 1%;
        background-color: rgba(0, 0, 0, .6);
        text-align: center;
        padding: 25px 10px;
    }
    .support li small{
        font-size: 12px;
    }
    .supportPhone{
        font-size: 20px;
        margin-top: 20px;
    }
}
/* 加盟支持end */

/* 流程 */
.processBox{
    padding-bottom: 20px;
    background: url("../Images/processBoxBg.png") no-repeat center center / cover;
}
.process{
    background: url("../Images/processbg.png") no-repeat center center;
    height: 205px;
}
@media (max-width: 768px) {
    .process{
        background: url("../Images/processbg-m.png") no-repeat center center / contain;
        height: 52vw;
    } 
}
/* 流程end */


/* 加盟店 */
.shopBox{
    background-color: #1e1c27;
    overflow: hidden;
    color: #fff;
}
.shop {
    overflow: hidden;
}

.shop li {
    width: 20%;
    float: left;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    background-color: #fff;
}

.shop li .imgBox {
    padding-bottom: 83%;
}

.shop li .name {
    line-height: 2.5em;
    height: 2.5em;
    padding: 0 0.5em;
    color: #000;
}

.shop li .name i {
    float: right;
    padding-left: 1em;
}

.shop li .name span {
    overflow: hidden;
}

.shop .shopBtn {
    text-align: center;
    padding: 30px 0;
    background-color: #0c0e25;
}

.shop .shopBtn .shop-prev,
.shop .shopBtn .shop-next,
.shop .shopBtn .shop-more {
    display: inline-block;
    background-color: #2f3245;
    color: #fff;
    vertical-align: middle;
}

.shop .shopBtn .shop-prev:hover,
.shop .shopBtn .shop-next:hover,
.shop .shopBtn .shop-more:hover {
    background-color: #706164;
}

.shop .shopBtn .shop-prev {
    width: 40px;
    height: 40px;
    background-size: auto 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.shop .shopBtn .shop-next {
    width: 40px;
    height: 40px;
    background-size: auto 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.shop .shopBtn .shop-more {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 768px) 
{
    .shop li{
        width: 50%;
    }
}
/* 加盟店end */