body {
    background-color: #f7f7f7;
}

/* 导航栏 */
nav {
    width: 100%;
    height: 40px;
    background: #e1251a;
}

nav p {
    width: 1355px;
    float: left;
}

nav a {
    display: block;
    float: left;
    padding: 0 25px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

nav a:hover {
    background: #c70b00;
}

.nav-active {
    background: #c70b00;
}

/* 位置 */
.place {
    height: 40px;
    line-height: 40px;
}

.place p em {
    color: #949494;
}

.place p em a {
    color: #949494;
}

/* 左边内容 */
.wrap-left{
    width: 890px;
}
/* 品牌简介 */
.intro {
    height: 400px;
    padding: 15px;
    background-color: #fff;
}

/* 轮播 */
.play {
    width: 450px;
    height: 370px;
    background-image:  url(../image/brand_pics.jpg);
}
.play .play_bg{
    background-color:#FFFFFF;
    width: 450px;
    height: 370px;
}
.ad-gallery {
    width: 450px;
    height: 285px;
}

.ad-gallery,
.ad-gallery * {
    margin: 0;
    padding: 0;
}

.ad-gallery .ad-image-wrapper {
    width: 450px;
    height: 285px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.ad-gallery .ad-image-wrapper div {
    width: 100% !important;
}

.ad-gallery .ad-image-wrapper img {
    width: 100%;
    height: 100%;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
    display: block;
}

.ad-gallery .ad-controls {
    height: 20px;
}

.ad-gallery .ad-info {
    float: left;
}

.ad-gallery .ad-slideshow-controls {
    float: right;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-start,
.ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
    padding-left: 5px;
    cursor: pointer;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
    padding-left: 5px;
    font-size: 0.9em;
}

.ad-gallery .ad-slideshow-running .ad-slideshow-start {
    cursor: default;
    font-style: italic;
}

.ad-gallery .ad-nav {
    width: 100%;
    position: relative;
}

.ad-gallery .ad-forward,
.ad-gallery .ad-back {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
}

/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward,
.ad-gallery .ad-back {
    height: 70px;
}

.ad-gallery .ad-back {
    cursor: pointer;
    left: 0;
    width: 20px;
    display: block;
    background: url(../image/left.png) 0px 0 no-repeat;
}

.ad-gallery .ad-forward {
    cursor: pointer;
    display: block;
    right: 0;
    width: 20px;
    background: url(../image/right.png) 0px 0 no-repeat;
}

.ad-box {
    width: 450px;
    height: 70px;
    background: #fff;
    overflow: hidden;
}

.ad-gallery .ad-nav .ad-thumbs {
    width: 390px;
    margin-left: 30px;
    overflow: hidden;
}

.ad-gallery .ad-thumbs .ad-thumb-list {
    float: left;
    width: 9000px;
    list-style: none;
}

.ad-gallery .ad-thumbs li {
    float: left;
    margin-right: 5px;
}

.ad-gallery .ad-thumbs li a {
    display: block;
}

.ad-gallery .ad-thumbs li a img {
    border: 2px solid #dbdcdc;
    display: block;
    height: 70px;
}

.ad-gallery .ad-thumbs li a span {
    display: block;
    line-height: 25px;
    font-size: 12px;
    color: #a3a3a3;
    text-align: center;
}

.ad-gallery .ad-thumbs li a.ad-active img {
    border: 2px solid #3e99ff;
}

/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
    position: absolute;
    left: -9000px;
    top: -9000px;
}
/* 轮播结束 */

/* 品牌信息 */
.brand-info{
    width: 380px;
    height: 370px;
}
.brand-info h3{
    height: 25px;
    line-height: 25px;
}
.brand-info h3 strong{
    display: block;
    float: left;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
}
.brand-info h3 p{float: right;}
.brand-info h3 p em{
    display: block;
    float: left;
    margin-top: 3px;
}
.vip{
    width: 56px;
    height: 18px;
    margin-right: 10px;
    background-image: url(../image/vip.png);
}
.renzheng{
    width: 74px;
    height: 18px;
    background-image: url(../image/renzheng.png);
}
.brand-info-count{
    width: 100%;
    height: 80px;
    background-color: #f5f5f5;
    margin-top: 20px;
    padding: 10px;
}
.brand-info-count ul{
    display: flex;
    justify-content: space-between;
}
.brand-info-count ul li{
    width: 33%;
    height: 60px;
    float: left;
    border-left: 1px dotted #ddd;
}
.brand-info-count ul li:first-child{border: 0;}
.brand-info-count ul li p{
    line-height: 30px;
    text-align: center;
    color: #999;
}

.brand-info-count ul li p strong{
    color: #ff473c;
}
.brand-info-count ul li p strong em{
    font-size: 18px;
    font-weight: bold;
}
.brand-info-count ul li p span{color: #666;}
.brand-info-trade{
    width: 100%;
    padding: 0 5px;
    margin-top: 20px;
}
.brand-info-trade p{
    height: 30px;
    line-height: 30px;
    color: #666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.brand-info-btn{
    height: 45px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.brand-info-btn a{
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
}
.brand-info-btn a:first-child{
    float: left;
    background-color: #e4251d;
}
.brand-info-btn a:first-child + a{
    float: right;
    background-color: #ff9c00;
}
.brand-info-btn a:last-child{
    background-color: #ff9c00;
}
.btn-zixun{
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin: 10px 15px 0 25px;
    background-image: url(../image/zixun.png);
}
.btn-ziliao{
    display: block;
    float: left;
    width: 25px;
    height: 28px;
    margin: 9px 15px 0 25px;
    background-image: url(../image/ziliao.png);
}
.brand-info-share{
    height: 25px;
    line-height: 25px;
    margin-top: 25px;
}
.brand-info-share p{
    width: 230px;
    height: 25px;
    float: left;
    background: url(../image/fenxiang.png) no-repeat 59px center;
}
.brand-info-share p span{
    display: block;
    width: 60px;
    float: left;
}
.brand-info-share p a{
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    margin-left: 11px;
}
.brand-info-share p a:first-of-type{margin: 0;}
.guanzhu{
    width: 80px;
    float: right;
    background: url(../image/guanzhu.png) no-repeat right center;
}
.guanzhu a{
    text-decoration: underline;
    color: #ff5148;
}
/* 品牌详细内容 */
.details{
    margin-top: 15px;
}
.details-title{
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #e1251a;
}
.details-title p{
    float: left;
    height: 48px;
    line-height: 48px;
}
.details-title p a{
    display: block;
    width: 130px;
    text-align: center;
    float: left;
    font-size: 16px;
}
.details-title p a:hover{
    background-color: #e1251a;
    color: #fff;
}
.details-title-active{
    color: #fff;
    background-color: #e1251a;
}
.details-title-a{
    display: block;
    float: right;
    width: 95px;
    height: 48px;
    line-height: 48px;
    margin-right: 15px;
    color: #e4251d;
    font-size: 16px;
    background: url(../image/liuyan.png) no-repeat right center;
}
/* 项目介绍 */
.details-referral{
    height: 285px;
    border: 1px solid #e4e4e4;
    padding: 0 20px;
    background-color: #fff;
    margin-top: 15px;
}
.details-referral-title{
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
}
.str{
    font-size: 20px;
    font-weight: bold;
}
.str em{color: #e4251d;}
.details-referral ul li{
    width: 50%;
    float: left;
    height: 39px;
    line-height: 39px;
    border-top: 1px solid #e4e4e4;
    color: #666;
    padding-left: 20px;
}

.details-referral ul li:nth-child(2n){
    border-left: 1px solid #e4e4e4;
    padding-left: 40px !important;
}
.details-referral ul li span{
    display: block;
    float: left;
    width: 110px;
    text-align: left;
    margin-right: 15px;
}
/* 项目动态 */
.details-dongtai{
    height: 240px;
    background-color: #fff;
    margin-top: 15px;
    padding: 15px;
}
.details-dongtai div{
    width: 50%;
    height: 210px;
    float: left;
}
.details-dongtai div h3{
    height: 20px;
    line-height: 20px;
    border-left: 4px solid #e4251d;
    text-indent: 12px;
    color: #e4251d;
    font-size: 18px;
    margin-bottom: 15px;
}
.details-dongtai1{
    border-right: 1px dotted #e4e4e4;
    padding-right: 45px;
}
.details-dongtai1 ul li{
    height: 35px;
    line-height: 35px;
}
.details-dongtai1 ul li a{
    display: block;
    float: left;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}
.details-dongtai1 ul li span{
    float: right;
    color: #999;
}
.details-dongtai2{
    padding-left: 45px;
}
.details-dongtai2 ul li{
    height: 35px;
    line-height: 35px;
}
.details-dongtai2 ul li em{
    display: block;
    float: left;
    width: 20px;
    height: 35px;
    background: url(../image/bg-jt.png) no-repeat left center;
}
.details-dongtai2 ul li a{
    display: block;
    float: left;
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}
.details-dongtai2 ul li span{
    float: right;
    color: #999;
}
.details-dongtai2 ul li span i{margin-right: 8px;font-size: 14px;}
/* 项目详情 */
.details-main{
    padding: 20px;
    background-color: #fff;
    margin-top: 15px
}

/* 品牌介绍 */
.details-brand h3{
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}
.details-brand p{
    color: #666;
    line-height: 25px;
    text-indent: 2em;
}
.details-brand img{
    display: block;
    margin: 10px auto 0;
    max-width: 90%;
}
/* 加盟优势 */
.details-adv{
    margin-top: 20px;
}
.solid{
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}
.details-adv p{
    color: #666;
    line-height: 25px;
    text-indent: 2em;
}
.details-adv img{
    display: block;
    margin: 10px auto 0;
    max-width: 90%;
}
/* 加盟流程 */
.details-flow{
    margin-top: 20px;
}
.details-flow h3{
    margin-bottom: 15px !important;
}
.details-flow p{
    color: #666;
    line-height: 25px;
}
.details-flow img{
    display: block;
    margin: 10px auto 0;
    max-width: 90%;
}
/* 开店服务支持 */
.details-support{
    margin-top: 20px;
}
.details-support h4{
    color: #666;
    line-height: 25px;
}
.details-support p{
    color: #666;
    line-height: 25px;
}
.details-support img{
    display: block;
    margin: 10px auto 0;
    max-width: 90%;
}
/* 品牌资讯 */
.brand-zixun{
    height: 580px;
    background: #fff;
    padding: 15px;
    margin-top: 15px;
}
.brand-zixun h3{
    height: 20px;
    line-height: 20px;
    border-left: 4px solid #e4251d;
    padding-left: 10px;
}
.brand-zixun h3 strong{
    font-size: 18px;
    font-weight: bold;
    color: #e4251d;
}
.brand-zixun h3 a{
    float: right;
    color: #999;
}
.brand-zixun ul li{
    height: 180px;
    padding: 27px 0;
    border-top: 1px dotted #a1a1a1;
}
.brand-zixun ul li:first-child{border: 0;}
.zixun-img{
    display: block;
    float: left;
    width: 195px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.zixun-cont{
    width: 630px;
    height: 125px;
    float: right;
    padding-top: 5px;
}
.zixun-cont h4{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.zixun-cont h4 a{
    color: #666;
    height: 30px;
    font-weight: bold;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zixun-cont p{
    height: 50px;
    line-height: 25px;
    color: #999;
    margin-top: 5px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zixun-cont p a{color: #e4251d;}
.zixun-btn{
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
}
.zixun-btn em{
    display: block;
    float: left;
    height: 25px;
    padding: 0 15px;
    color: #666;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    margin-right: 30px;
}
.zixun-btn div{float: right;color: #666;}
.zixun-btn span:first-child{
    margin-right: 90px;
}
.zixun-btn span i{
    font-size: 14px;
    margin-right: 10px;
}
/* 留言 */
.liuyan{
    width: 890px;
    height: 515px;
    margin-top: 15px;
    background-color: #fff;
}
.liuyan-title{
    height: 54px;
    background-image: url(../image/liuyan-title.png);
}
.liuyan-cont{
    width: 890px;
    height: 461px;
    border: 1px solid #dcdcdc;
    border-top: 0px;
    padding: 35px 25px;
    position: relative;
}
.liuyan-wenben{
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin-bottom: 15px;
}
.liuyan-txt{
    float: left;
    width: 265px;
}
.liuyan-txt label{
    display: block;
    float: left;
    width: 45px;
    font-size: 16px;
    text-align: right;
    margin-right: 10px;
}
.liuyan-txt label em{
    color: #e4251d;
    float: left;
    margin-top: 1px;
}
.liuyan-txt input{
    float: left;
    width: 210px;
    height: 45px;
    border: 1px solid #dcdcdc;
    padding-left: 10px;
    color: #999;
    outline: none;
    box-sizing: border-box;
}
.liuyan-txt input::placeholder{color: #999;}
.liuyan-xb{
    float: left;
}
.liuyan-xb input{
    margin-left: 15px;
}
.liuyan-qy{
    float: left;
    margin-left: 55px;
    line-height: 45px;
}
.liuyan-qy select{
    width: 90px;
    height: 45px;
    border: 1px solid #dcdcdc;
    margin-left: 15px;
    outline: none;
    color: #999;
}

.liuyan-area{
    width: 410px;
    height: 115px;
    margin-bottom: 10px;
}
.liuyan-textarea{
    width: 410px;
    height: 115px;
}
.liuyan-textarea label{
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: right;
    margin-right: 10px;
}
.liuyan-textarea textarea{
    float: left;
    width: 350px;
    height: 115px;
    line-height: 25px;
    color: #999;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-family: "微软雅黑";
    outline: none;
    box-sizing: border-box;
}
.liuyan-textarea textarea::placeholder{color: #999;}
.liuyan-tj{
    height: 20px;
    line-height: 20px;
    margin: 0 0 20px 55px;
    font-size: 16px;
}
.liuyan-tj input{
    float: left;
    margin: 3px 5px 0 0;
}
.liuyan-tj a{
    color: #c90915;
}
.liuyan-btn{
    height: 50px;
    line-height: 50px;
    margin-left: 55px;
}
.liuyan-btn a{
    display: block;
    float: left;
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e70506;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
}
.liuyan-btn span{
    float: left;
    color: #666;
    font-size: 16px;
    margin-left: 40px;
}
.liuyan-btn span em{
    color: #e4251d;
}
.liuyan-shortcut{
    position: absolute;
    right: 20px;
    bottom: 130px;
    width: 404px;
    height: 309px;
    padding: 20px 0 0 40px;
    background-image: url(../image/liuyan-bg.png);
}
.liuyan-shortcut p{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #c90915;
    font-weight: bold;
    margin-bottom: 15px;
}
.liuyan-shortcut ul{width: 330px;}
.liuyan-shortcut ul li{
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 10px;
    color: #999;
    border-top: 1px dotted #c6c6c6;
}
.liuyan-shortcut ul li:first-child{border: 0;}
.liuyan-shortcut ul li::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #999;
    top: 18px;
    left: 0;
}
/* 负责声明 */
.statement{
    width: 890px;
    height: 90px;
    margin-top: 15px;
    border: 1px solid #e4e4cb;
    padding: 20px 15px;
    background-color: #ffffe5;
}
.statement p{
    height: 25px;
    line-height: 25px;
    color: #666;
}
.statement p span{
    font-weight: bold;
}
/* 推荐 */
.recommend{
    height: 246px;
    margin-top: 15px;
    border: 1px solid #dcdcdc;
    padding: 15px;
    background-color: #fff;
}
.recommend-title{
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.recommend-title strong{
    font-weight: bold;
    color: #e70506;
    font-size: 18px;
}
.recommend-title a{
    color: #666;
    float: right;
}
.recommend ul{
    display: flex;
    justify-content: space-between;
}
.recommend ul li{
    width: 150px;
    height: 160px;
    float: left;
    margin-left: 26px;
}
.recommend ul li:first-child{margin-left: 0;}
.recommend ul li .recommend-img{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 146px;
    overflow: hidden;
    margin-bottom: 5px;
}
.recommend ul li span{
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #666;
}
/* 链接 */
.link{
    border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 5px;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.link a{
    margin-left: 30px;
    color: #666;
    font-size: 16px;
}
/* 右边内容 */
.wrap-right{
    width: 290px;
}
aside{
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
}
aside .aside_t{
    height: 30px;
    line-height: 30px;
    color: #242424;
    font-size: 18px;
    position: relative;
    text-indent: 15px;
}
aside .aside_t a{
    float: right;
    font-size: 14px;
    color: #999;
}
aside .aside_t::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 18px;
    background: #e4251d;
    top: 6px;
    left: 0;
}
/* 公司信息 */
.aside1{
    height: 400px;
}
.aside1-title{
    font-size: 16px;
    height: 25px;
    line-height: 25px;
}
.aside1 dl{
    height: 85px;
    margin-top: 10px;
}
.aside1 dl dt{
    width: 120px;
    height: 85px;
    float: left;
    border: 1px solid #e5e5e5;
}
.aside1 dl dt a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.aside1 dl dd{
    width: 125px;
    height: 85px;
    float: right;
    font-size: 12px;
}
.aside1 dl dd p{
    height: 27px;
    line-height: 27px;
}
.aside1 dl dd p span{
    float: left;
    color: #999;
}
.aside1 dl dd p em{
    font-size: 14px;
    font-weight: bold;
    color: #ff2b22;
}
.aside1 dl dd p i{
    display: block;
    width: 70px;
    height: 27px;
    float: left;
    background: url(../image/x.png) no-repeat center -94px;
}
.x1{ background: url(../image/x.png) no-repeat center -74px !important;}
.x2{ background: url(../image/x.png) no-repeat center -54px !important;}
.x3{ background: url(../image/x.png) no-repeat center -34px !important;}
.x4{ background: url(../image/x.png) no-repeat center -14px !important;}
.x5{ background: url(../image/x.png) no-repeat center 6px !important;}
.aside1 h4{
    height: 55px;
    line-height: 55px;
    font-weight: bold;
    color: #666;
    border-bottom: 1px dotted #d1d1d1;
}
.special{
    margin-top: 15px;
}
.special p{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}
.special ul li{
    width: 122px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
    margin: 15px 15px 0 0;
}
.special ul li:nth-child(2n){
    margin-right: 0;
}
.special ul li a{
    display: block;
}
.color1{border: 1px solid #7bc549;color: #7bc549;}
.color2{border: 1px solid #ff763b;color: #ff763b;}
.color3{border: 1px solid #ff4747;color: #ff4747;}
/* 教育加盟品牌排行 */
.aside2 ul{margin-top: 5px;}
.aside2 ul li{
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #eee;
}
.aside2 ul li:last-child{border: 0;}
.aside2 ul li em{
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    background: #adadad;
    font-size: 12px;
    text-align: center;;
    margin-top: 11px;
    border-radius: 2px;
}
.aside2_red em{background: #ff5664 !important;}
.aside2 ul li a{
    display: block;
    float: left;
    height: 36px;
    width: 160px;
    line-height: 36px;
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aside2 ul li p{float: right;}
.aside2 ul li p i{
    display: block;
    width: 9px;
    height: 12px;
    float: left;
    margin: 12px 10px;
}
.i_one{background: url(../image/1.png) no-repeat center center;}
.i_two{background: url(../image/2.png) no-repeat center center;}
.i_three{background: url(../image/3.png) no-repeat center center;}
.aside2 ul li p span{
    font-size: 12px;
    color: #e4251d;
    float: right;
}
/* 招商动态 */
.aside3 ul{
    margin-top: 5px;
}
.aside3 ul li{
    height: 35px;
    line-height: 35px;
    padding-left: 12px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aside3 ul li::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #666;
    border-radius: 50%;
    top: 15px;
    left: 0;
}
.aside3 ul li a{color: #666;}
/* 创业好项目推荐 */
.aside4 ul li{
    height: 70px;
    margin-top: 20px;
}
.aside4-img{
    display: block;
    width: 100px;
    height: 70px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    margin-right: 20px;
}
.aside4 ul li div{
    width: 140px;
    height: 70px;
    float: left;
}
.aside4 ul li div p{
    width:130px;
    height: 23px;
    line-height: 23px;
    color: #666;
    white-space: nowrap;
    overflow : hidden;
    text-overflow: ellipsis;
}
.aside4 ul li div p span{
    color: #999;
}
.aside4 ul li div p em{
    color: #e4251d;
}
/* 企业新闻 */
.aside5{
   /* height: 434px;*/
}
.aside5 ul{margin-top: 5px;}
.aside5 ul li{
    padding: 7px 0;
    border-top: 1px dotted #e5e5e5;
    cursor: pointer;
}
.aside5 ul li:first-child{border: 0;}
.aside5 ul li h5{
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    padding-left: 10px;
    position: relative;
}
.aside5 ul li h5::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #666;
    top: 7px;
    left: 0;
    border-radius: 50%;
}
.aside5 ul li p{
    padding-left: 10px;
    margin-top: 5px;
    font-size: 12px;
    display: none;   
}
.aside5 ul li p a{
    display: block;
    height: 50px;
    line-height: 23px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
}
.aside5 ul li p em{color: #f26921;}
.aside5 ul li:first-child p{display: block;}

/* 广告 */
.aside-ad{
    height: 215px;
    overflow: hidden;
}
.aside-ad a{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 项目查询快速入口 */
.aside6{width: 290px;}
.aside6 p{
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aside6 p a{
    display: block;
    float: left;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 10px 25px 0 0;
    border: 1px solid #dcdcdc;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aside6 p a:nth-child(3n){margin-right: 0;}
.aside6_active{
    position: fixed;
    top: 0;
    right: 50%;
    margin-right: -600px;
    z-index: 9;
    margin-top: 0;
}


/* 内页样式表 */
.intro1{
    height: 320px;
    padding: 15px;
    background-color: #fff;
}
/* 轮播 */
.play1{
    width: 450px;
    height: 290px;
    background:  url(../image/brand_pics.jpg) center -27px;
}
/* 本例子css */
.slideBox{ width:450px; height:290px; overflow:hidden; position:relative;   }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:450px; height:290px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:2%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../image/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:2%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


.brand-info1{
    height: 290px;
}
.brand-info1 h3{
    height: 25px;
    line-height: 25px;
    width: 380px;
}
.brand-info1 h3 strong{
    display: block;
    float: left;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
}
.brand-info1 h3 p{float: right;}
.brand-info1 h3 p em{
    display: block;
    float: left;
    margin-top: 3px;
}
.brand-info-btn1{
    height: 45px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.brand-info-btn1 a{
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
}
.brand-info-btn1 a:first-child{
    float: left;
    background-color: #e4251d;
}
.brand-info-btn1 a:first-child + a{
    float: right;
    background-color: #ff9c00;
}
.brand-info-btn1 a:last-child{
    background-color: #ff9c00;
}
.aside-about{
    height: 320px !important;
}
.aside-about h4{
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    color: #666;
    border-bottom: 1px dotted #d1d1d1;
}
.aside1-title{
    font-size: 16px;
    height: 25px;
    line-height: 25px;
}
.aside-about dl{
    height: 85px;
    margin-top: 10px;
}
.aside-about dl dt{
    width: 120px;
    height: 85px;
    float: left;
    border: 1px solid #e5e5e5;
}
.aside-about dl dt a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.aside-about dl dd{
    width: 125px;
    height: 85px;
    float: right;
    font-size: 12px;
}
.aside-about dl dd p{
    height: 27px;
    line-height: 27px;
}
.aside-about dl dd p span{
    float: left;
    color: #999;
}
.aside-about dl dd p em{
    font-size: 14px;
    font-weight: bold;
    color: #ff2b22;
}
.aside-about dl dd p i{
    display: block;
    width: 70px;
    height: 27px;
    float: left;
    background: url(../image/x.png) no-repeat center -94px;
}
.x1{ background: url(../image/x.png) no-repeat center -74px !important;}
.x2{ background: url(../image/x.png) no-repeat center -54px !important;}
.x3{ background: url(../image/x.png) no-repeat center -34px !important;}
.x4{ background: url(../image/x.png) no-repeat center -14px !important;}
.x5{ background: url(../image/x.png) no-repeat center 6px !important;}
.special1{
    margin-top: 10px;
}
.special1 p{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}
.special1 ul li{
    width: 122px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
    margin: 10px 15px 0 0;
}
.special1 ul li:nth-child(2n){
    margin-right: 0;
}
.special1 ul li a{
    display: block;
}
.brand-info-trade1{
    width: 100%;
    padding: 0 5px;
    margin-top: 30px;
}
.brand-info-trade1 p{
    height: 30px;
    line-height: 30px;
    color: #666;
}
section{
    margin-top: 15px;
    background-color: #fff;
    padding: 15px;
}
section h3{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ececec;
    position: relative;
    margin-bottom: 10px;
}
section h3::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 16px;
    background-color: #ff2121;
    top: 12px;
    left: 0;
}
section h3 strong{
    font-size: 18px;
    color: #ff2121;
    font-weight: bold;
    margin-left: 10px;
}
section h3 strong em{
    color: #333;
}
section img{
    background-color: #fff;
    max-width: 90%;
}

.sec1 p{
    line-height: 25px;
    margin-bottom: 5px;
    text-indent: 2em;
}
/* 新闻资讯 */
.sec2{margin-top: 10px;}
.sec2 div ul{
    width: 410px;
    float: left;
}
.sec2 div ul:first-child{
    margin-right: 40px;
}
.sec2 div ul li{
    height: 32px;
    line-height: 32px;
    position: relative;
}
.sec2 div ul li::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    top: 14px;
    left: 0;
    background-color: #d9d9d9;
    border-radius: 50%;
}
.sec2 div ul li a{
    float: left;
    display: block;
    width: 285px;
    margin-left: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sec2 div ul li span{
    float: right;
    color: #999;
}
/* 同类企业 */
.sec3{margin-top: 10px;}
.sec3 p a{
    display: block;
    float: left;
    width: 260px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #dcdcdc;
    border-radius: 22px;
    text-indent: 15px;
    color: #666;
    margin: 7px 40px 7px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sec3 p a:nth-child(3n){margin-right: 0;}
.sec3 p a:hover{
    color: #ff524b;
    border: 1px solid #ffaca9;
}
/* 投资分析 */
.sec4 h4{
    line-height: 25px;
    font-weight: bold;
}
.sec4 p{
    line-height: 25px;
}
/* 加盟条件 */
.sec5 p{
    line-height: 25px;
}
/* 加盟项目 */
.sec6 p{
    line-height: 25px;
}
.sec6 p a{
    color: #1c11ff;
}
/* 联系方式 */
.sec7 p{
    line-height: 25px;
}
.sec7 p em{
    color: #ff2121;
}
/* 产品展示 */
#secTitle{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ececec;
    position: relative;
    margin-bottom: 10px;
}
#secTitle span{
    color: #666;
    font-size: 18px;
    cursor: pointer;
}
#secTitle em{
    line-height: 40px;
    margin: 0 20px;
    color: #ccc;
    font-size: 18px;
}
.sec8-title-active{
    color: #e4251d !important;
    font-weight: bold;
}
#secUl li{display: none;}
.sec8-li-active{display: block !important;}
.img-a p{
    display: block;
    float: left;
    width: 160px;
    height: 140px;
    margin: 0 15px 20px 0;
    cursor: pointer;
}
.img-a p:nth-child(5n){margin-right: 0;}
.img-a p img{
    width: 100%;
    height: 110px;
    margin-bottom: 5px;
}
.img-a p span{
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #666;
}
.img-more{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-weight: 17px;
    color: #e4251d;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #e4251d;
}
/* 加盟资讯 */
.sec9{margin-top: 10px;}
.sec9 div ul{
    width: 410px;
    float: left;
}
.sec9 div ul:first-child{
    margin-right: 40px;
}
.sec9 div ul li{
    height: 32px;
    line-height: 32px;
    position: relative;
}
.sec9 div ul li::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    top: 14px;
    left: 0;
    background-color: #e4251d;
    border-radius: 50%;
}
.sec9 div ul li a{
    float: left;
    display: block;
    width: 100%;
    margin-left: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 加盟费用 */
.sec10 p{
    line-height: 30px;
}
/* 同类项目推荐 */
.sec11{margin-top: 20px;}
.sec11 div a{
    display: block;
    width: 100px;
    height: 100px;
    float: left;
    margin: 10px 26px 0 0;
}
.sec11 div a:nth-child(7n){margin-right: 0;}
.sec11 div a em{
    display: block;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
}
.sec11 div a span{
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec11-more{
    display: block;
    width: 225px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ff352d;
    font-size: 16px;
    margin: 20px auto;
    background: url(../image/sec11-bg.png) no-repeat center center;
}
/* 企业动态 */
.sec-list{
    margin-top: 15px;
    background-color: #f7f7f7;
}
.sec-list h3{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.sec-list h3::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 16px;
    background-color: #ff2121;
    top: 17px;
    left: 15px;
}
.sec-list h3 strong{
    font-size: 18px;
    color: #ff2121;
    font-weight: bold;
    margin-left: 25px;
}
.sec-list h3 strong em{
    color: #333;
}
.sec12 h3{
    background-color: #fff;
    margin-bottom: 0 !important;
}
.sec12 ul li{
    height: 150px;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px;
}
.list-img{
    display: block;
    width: 190px;
    height: 120px;
    float: left;
}
.list-box{
    float: right;
    width: 640px;
    height: 120px;
}
.list-box h4{
    height: 30px;
    line-height: 30px;
}
.list-box h4 a{
    display: block;
    width: 490px;
    height: 30px;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-box h4 span{
    float: right;
    color: #999;
}
.list-box h4 i{
    font-size: 14px;
    margin-right: 6px;
}
.list-box p{
    height: 50px;
    line-height: 25px;
    color: #666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 8px 0;
}
.list-box div{
    height: 20px;
    line-height: 20px;
}
.list-box div i{
    font-size: 12px;
    color: #999;
}
.list-box div span{
    color: #999;
    font-size: 12px;
    margin-right: 20px;
}
.page{
    width: 100%;
    height: 60px;
    padding: 15px 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
}
.page a{
    display: inline-block;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #666;
    margin-right: 8px;
}
.page-active{
    border: 1px solid #ff3d34 !important;
    background-color: #ff3d34;
    color: #fff !important;
}
.page .prev{
    width: 70px !important;
}
.page .next{
    width: 70px !important;
}
.page span{
    display: inline-block;
    width: 20px;
    height: 30px;
    line-height: 35px;
    color: #666;
}
/* 相关资讯 */
.message{
    height: 265px;
    background-color: #fff;
    margin-top: 15px;
}
.message-title{
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 18px;
    color: #fff;
    background-color: #e4251d;
    font-weight: bold;
}
.message ul{
    padding: 5px 0;
}
.message ul li{
    width: 50%;
    float: left;
    height: 34px;
    line-height: 34px;
    position: relative;
    padding-left: 32px;
}
.message ul li::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #e4251d;
    border-radius: 50%;
    top: 15px;
    left: 20px;
}
.message ul li a{
    display: block;
    width: 370px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}



/* 文章页 */
.sec-article{
    padding: 30px 25px;
    background-color: #fff;
}
.sec-article h2{
    /*height: 40px;*/
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 10px;
}
.caption{
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.caption span{
    margin-right: 20px;
    color: #999;
}
/* 摘要 */
.digest{
    height: 80px;
    padding: 15px 20px;
    background-color: #f2f2f2;
    margin-top: 10px;
}
.digest p{
    height: 50px;
    line-height: 25px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
}
.digest p em{
    color: #ff2f2f;
}
.article-cont{
    margin-top: 15px;
}
.article-cont p{
    line-height: 25px;
    color: #666;
    margin-bottom: 15px;
    text-indent: 28px;
}
.article-cont img{
    display: block;
    margin: 0 auto 15px;
    max-width: 90%;
}
/* 相关标签 */
.tag{
    height: 22px;
    line-height: 22px;
}
.tag span{
    color: #999;
    margin-right: 5px;
}
.tag em{
    display: inline-block;
    border: 1px solid #bfbfbf;
    padding: 0 10px;
    margin-right: 15px;
    border-radius: 12px;
    color: #999;
    cursor: pointer;
}
.article-page{
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
}
.article-page span{
    float: left;
    color: #666;
}
.article-page a{
    color: #666;
}
.article-page-p1{
    float: left;
}
.article-page-p1 em{
    display: block;
    float: left;
    width: 60px;
    height: 40px;
    background: url(../image/page-left.png);
    margin-right: 15px;
    cursor: pointer;
}
.article-page-p2{
    float: right;
}
.article-page-p2 em{
    display: block;
    float: right;
    width: 60px;
    height: 40px;
    background: url(../image/page-right.png);
    margin-left: 15px;
    cursor: pointer;
}


/* 品牌图库 */
/* 全屏图片轮播 */
.screen{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
}
.screen .off{
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../image/off.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}



/* 加盟答疑 */
.sec13 h3 p{
    float: right;
    color: #999;
}
.sec13 h3 p i{
    margin-left: 8px;
    color: #999;
}
.sec13 ul li{
    height: 50px;
    line-height: 50px;
    border-top: 1px dotted #c0c0c0;
}
.sec13 ul li:first-child{border: 0;}
.sec13 ul li em{
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin: 16px 13px 0 0;
    background-image: url(../image/wen.png);
}
.sec13 ul li a{
    display: block;
    width: 600px;
    float: left;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sec13 ul li p{
    float: right;
    color: #999;
}
.sec13 ul li p span{
    margin-left: 14px;
}
/* 提交问题 */
.submit{
    width: 100%;
    height: 195px;
    border: 1px solid #dcdcdc;
}
.submit textarea{
    width: 100%;
    height: 151px;
    outline: none;
    padding: 10px;
    line-height: 20px;
    color: #666;
    box-sizing: border-box;
}
.submit textarea::placeholder{
    color: #ccc;
}
.submit p{
    width: 100%;
    height: 40px;
}
.submit p span{
    display: block;
    float: left;
    width: 690px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    color: #c0c0c0;
    background: #f7f7f7;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.submit p a{
    display: block;
    float: right;
    width: 168px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #ff3d34;
}
/* 在线咨询 */
.line{
    width: 100%;
    height: 665px;
    margin-top: 15px;
    background-color: #fff;
}
.line-title{
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    background-color: #e4251d;
    position: relative;
}
.line-title::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 15px;
    background-color: #fff;
    top: 20px;
    left: 15px;
}
.line-title strong{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-left: 10px;
}
.line-title a{
    color: #fff;
    float: right;
}
.line dl{
    width: 100%;
    height: 95px;
    margin-top: 22px;
    padding: 0 25px
}
.line dl dt{
    width: 60p;
    height: 95px;
    float: left;
}
.line dl dt img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
}
.line dl dt span{
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    text-align: center;
    color: #666;
}
.line dl dd{
    width: 760px;
    height: 95px;
    float: right;
    padding: 0 20px 0 35px;
    background: url(../image/line-bg.png) no-repeat center center;
}
.line dl dd p{
    height: 47px;
    line-height: 47px;
    color: #666;
}
.line dl dd p:first-child{
    border-bottom: 1px solid #f4f4f4;
}
.line dl dd p span{margin-right: 20px;}
.line dl dd p em{
    color: #999;
}
.line dl dd p i{
    color: #ee502f;
    margin-left: 20px;
    font-size: 20px;
}
.sec14-title{
    height: 70px;
    border-bottom: 1px solid #dddddd;
}
.sec14-title h4{
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}
.sec14-title p{
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    color: #999;
    font-size: 13px;
}
.sec14-title p span{
    margin-right: 40px;
}
.sec14-title p span em{
    display: inline-block;
    width: 40px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    margin-left: 20px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
}
.sec14-cont{
    padding: 40px 0;
}
.sec14-cont p{
    line-height: 20px;
    color: #999;
}
.sec14-else{
    margin: 40px 0;
}
.sec14-else h4{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.sec14-else p a{
    display: block;
    height: 35px;
    line-height: 35px;
    color: #666;
    padding-left: 18px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sec14-else p a::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #ff3838;
    top: 15px;
    left: 5px;
}
/* 公司介绍 */
.sec15 h3{
    border: 0 !important;
}
.sec15 p{
    line-height: 25px;
    margin: 10px 0;
}
.sum{
    width: 100%;
    height: 155px;
    margin-top: 15px;
    background-color: #fff;
    padding: 12px 15px;
}
.sum p{
    height: 40px;
    line-height: 40px;
    border-top: 1px dotted #c4c4c4;
}
.sum p:first-child{border: 0;}
.sum p span{
    display: block;
    width: 30%;
    margin-left: 5%;
    float: left;
    font-weight: bold;
}
.sum p span:first-child{margin-left: 0;}
.sum p span em{
    color: #666;
    font-weight: 500;
}
.sum-tab{
    background-color: #fff;
    margin-top: 15px;
}
.sum-title{
    height: 40px;
    line-height: 40px;
    background-color: #e8ebee;
    border: 1px solid #e1e1e1;
    font-size: 16px;
}
.sum-title span{
    display: block;
    float: left;
    width: 150px;
    height: 40px;
    text-align: center;
    color: #999;
    cursor: pointer;
}
.sum-title a{
    display: block;
    width: 150px;
    float: left;
    text-align: center;
    color: #e4251d;
}
.sum-title a i{
    color: #e4251d;
    margin-left: 10px;
    font-size: 18px;
}
.sum-title-active{
    background-color: #e4251d;
    color: #fff !important;
    margin-top: -1px;
}
.sum-ul{
    padding: 15px;
    line-height: 25px;
    color: #666;
    text-indent: 2em;

}
.sum-ul li{
    display: none;
}
.sum-ul li p{
    line-height: 25px;
    color: #666;
    text-indent: 2em;
}
.sum-li-active{
    display: block !important;
}

/* 品牌项目 */
.product-box{padding-top: 10px;}
.product-box img{
    display: block;
    margin: 0 auto 20px;
}
.product-box h4{
    text-align: center;
    font-size: 20px;
    color: #e4251d;
    margin-bottom: 20px;
}
.product-box p{
    line-height: 30px;
    color: #666;
    text-indent: 2em;
    margin-bottom: 20px;
}
/* 相关产品信息 */
/* .product-xinxi{margin-top: 20px;} */
.product-xinxi ul li{
    width: 140px;
    height: 30px;
    line-height: 30px;
    position: relative;
    float: left;
    margin-right: 66px;
}
.product-xinxi ul li:nth-child(4n){margin-right: 0;}
.product-xinxi ul li::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #a7a7a7;
    top: 13px;
    left: 0;
    border-radius: 50%;
}
.product-xinxi ul li a{
    display: block;
    width: 130px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 同类项目推荐 */
.product-tuijian{margin-top: 20px;}
.product-tuijian ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-tuijian ul li{
    width: 105px;
    height: 100px;
    float: left;
    margin: 10px 20px 0 0;
}
.product-tuijian ul li:nth-child(7n){margin-right: 0;}
.tuijian-img{
    display: block;
    width: 105px;
    height: 70px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}
.tuijian-txt{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    margin-top: 5px;
}
.tuijian-btn{
    display: block;
    width: 225px;
    height: 15px;
    background: url(../image/product.png) no-repeat;
    margin: 30px auto 15px;
}
/* 品牌资讯页为您推荐相关品牌 */
.sec33{
    margin-top: 15px;
    padding: 10px 0;
    background-color: #fff;
}
.sec33:after{
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    content:".";
    clear: both;
}
.sec33-h3{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.sec33-h3::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 16px;
    background-color: #ff2121;
    top: 12px;
    left: 15px;
}
.sec33-h3 strong{
    font-size: 18px;
    color: #ff2121;
    font-weight: bold;
    margin-left: 25px;
}
.sec33 ul{
    margin-top: 15px;
}
.sec33 ul li{
    width: 160px;
    height: 180px;
    float: left;
    margin-left: 15px;
}
.sec33-img{
    display: block;
    height: 120px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.sec33-img img{
   width: 98%;
   height: 98%;
}
.sec33 ul li p{
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #ff3d34;
}
.sec33 ul li p a{
    color: #666666;
}