@charset "utf-8";

/************************************************************************************
RESET
*************************************************************************************/

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}


/* set image max width to 100% */

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}


/************************************************************************************
GENERAL STYLING  BEGIN
*************************************************************************************/

body {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    font-family: "Microsoft YaHei";
}

.container {
    width: 1200px;
    margin: 0 auto;
}

ul,
ol {
    list-style: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all .3s linear;
}

.clear {
    clear: both;
    overflow: hidden;
    zoom: 1;
    float: none;
}
/* 公共title样式 */
.t-en{
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color: #777;
    text-align: center;
    padding-top: 55px;
}
.t-ch{
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color:#555;
    text-align: center;
    margin-top: 15px;
}
.t-line{
    position: absolute;
    width: 423px;
    border-top: 1px solid #c8c8c8;
    left:50%;
    margin-left: -211.5px;
    top:154px;
}
.t-red{
    position: absolute;
    width:50px;
    border-top: 5px solid #d61518;
    left:50%;
    margin-left:-25px;
    top:152px;
}
/************************************************************************************
GENERAL STYLING  END
*************************************************************************************/
/* 顶部样式 */
.top {
    width: 100%;
    overflow: hidden;
    background: #ebebeb;
    height: 35px;
    line-height: 35px;
}

.top-l {
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666;
}

.top-r {
    float: right;
    color: #666;
}

.top-r a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666;
}

.top-r a:hover {
    color: #d61518;
}
/* head样式 */
.head {
    width: 100%;
    overflow: hidden;
    background: #fff;
    height: 110px;
}
.head-l {
    float: left;
    height:110px;
    line-height: 110px;
}
.head-l img {
    display: inline-block;
    vertical-align: middle;
}
.head-r {
    float: right;
}

.head-r .phone {
    float: left;
    height: 110px;
    line-height: 110px;
}

.head-r .phone img {
    display: inline-block;
    margin-top: 38px;
    margin-right: 15px;
}

.head-r dl {
    float: right;
    height: 115px;
    font-family: "Microsoft YaHei";
}

.head-r dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #d71519;
    margin-top: 39px;
}

.head-r dl dd {
    font-weight: bold;
    font-size: 24px;
    color: #d71519;
}
/* 导航栏样式 */
.nav{
    width:100%;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    background-color:#d61518;
}
.nav a{
    font-size:14px;
    display: block;
    float: left;
    color:#f6db32;
    padding: 0 25px;
    margin: 0 1px;

}
.nav a:hover , .nav .on{
    background:#f6db32;
    line-height: 40px;
    color:#d61518;
}
/* 轮播图样式 */

.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 500px;
    display: block;
}

/* 公司简介 */
.about{
    width:100%;
    background: #fff;
    height: 570px;
    position: relative;
}
.abt-right{
    float: right;
    margin-top: 75px;
    width: 700px;
    height: 292px;
    font-size: 14px;
    line-height: 2;
    color: #666;
    margin-right: 20px;
    text-align: justify;
}
.abt-right a{
    color:#fff;
    font-size: 14px;
    background: #d61518;
    padding: 10px 30px;
}

/* 加盟流程 */

.join{
    width:100%;
    height: 630px;
    overflow: hidden;
    background: #e13134;
    position: relative;
}
.join .t-en , .join .t-ch , .join .t-line{
    color: #fff;
}
.join .t-red{
    border-top: 5px solid #f7d700;
}
.join .floor1{
    height: 269px;
    width: 1040px;
    margin:0 auto;
    margin-top: 15px;
    display: flex;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content:space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;	
}
.join .floor2{
    height: 177px;
    width: 462.5px;
    margin:0 auto;
    display: flex;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content:space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;	
}
.join .dbx{
    background:url(../images/dbx.png) no-repeat;
    height: 153px;
    width: 175px;
}
.dbx .one{
    text-align: center;
    font-size: 15.38px;
    color: #d61518;
    font-weight: bold;
    margin-top: 22px;
    margin-bottom: 15px;
}
.dbx .two{
    text-align: center;
    font-size: 14px;
    color: #d61518;
}
.join .row1{
    position: absolute;
    top: 271px;
    margin-left: 298px;
}
.join .row2{
    position: absolute;
    top: 271px;
    margin-left: 588px;
}
.join .row3{
    position: absolute;
    top: 271px;
    margin-left: 876px;
}
.join .row4{
    position: absolute;
    top: 410px;
    margin-left: 871px;
}
.join .row5{
    position: absolute;
    top: 493px;
    margin-left: 587px;
}

/* 店面展示 */
.store{
    height: 481px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
}
.slideGroup{
    background: #ebebeb;
    margin-top: 55px;
    height:285px;
    overflow: hidden;
}
.slideGroup li{
    width: 285px;
    float: left;
    margin-right: 15px;
}
.slideGroup .pic-img img{
    width:285px;
    height:220px;
    margin-top: 20px;
}
.slideBox a{
    font-size:14px;
    color: #333;
}
.slideBox a:hover{
    color: #d61518;
}
.slideBox .pic-tit{
    text-align: center;
    margin-top:8px;
}
/* 新闻样式 */
.news{
    width:100%;
    overflow: hidden;
    background: #fff;
    height:880px;
    position: relative;
}
.news .n-left{
    float: left;
    margin-top: 65px;
    width: 559px;
    height: 587px;
    border-bottom: 1px solid #ddd;
}
.news .n-left .l-tit{
    font-size: 18px;
    color: #d61518;
    margin: 20px 0 35px 20px;
}
.news .n-left .l-des{
    font-size: 14px;
    color: #666;
    width: 525px;
    text-align: justify;
    line-height: 1.5;
    margin-left: 20px;
}
.news .n-left .l-des a{
    color: #666;
}
.news .n-left .l-des a:hover{
    color: #d61518;
}
.news .n-left .more{
    display: inline-block;
    background: #d61518;
    border-radius: 30px;
    margin: 55px 0 0 20px;
    padding: 10px 40px;
    font-size: 20px;
    color: #fff;
}
.news .n-right{
    float: right;
    margin-top: 65px;
}
.news .n-right li{
    width: 578px;
    height: 178px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    position: relative;
}
.news .n-right li img{
    position: absolute;
    right: 0;
    top: 0;
}
.news .r-tit{
    font-weight: bold;
    font-size: 18px;
    color: #444;
    margin-left: 20px;
    margin-top: 30px;
}
.news .r-tit a{
    color: #444;
}
.news .r-tit a:hover{
    color: #d61518;
}
.news .r-des{
    margin-left: 20px;
    margin-top: 37px;
}
.news .r-des a{
    font-size: 14px;
    color: #666;
}
.news .r-des a:hover{
    color: #d61518;
}
/* 加盟热线样式 */
.hotline{
    width: 100%;
    height: 446px;
    overflow: hidden;
    background: url(../images/hotline.jpg) no-repeat;
    background-position-x: center;
    text-align: center;
}
.hotline .h-tit{
    font-size: 40px;
    color: #d61518;
    margin-top: 170px;
}
.hotline .h-num{
    font-size: 40px;
    color: #d61518;
    margin-top: 25px;
}
/* 底部样式 */
.footer{
    width:100%;
    height:237px;
    overflow: hidden;
    background: #232429;
    margin-top:-1px;
    border-bottom: 1px solid #545454;
    
}
.footer .code{
    text-align: center;
    position: absolute;
    right: 18px;
    top: 5px;
    color: #999;
    font-size: 14px;
    line-height: 20px;
}
.fnav{
    color: #999;
    margin-top: 38px;
    margin-bottom: 25px;
}
.fnav a{
    color: #999;
    font-size: 14px;
}
.fnav a:hover{
    color: #d61518;
}
/* 2024-5-6 修改行高 旧行高是55px */
.footer .man{
    width:796px;
    height: 25px;
    border:1px solid #fff;
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}
.footer .man .fnum{
    color: #d61518;
}
.footer .furl{
    height:62px;
    line-height: 62px;
    font-size: 14px;
    color: #999;
}
.footer .furl a{
    color: #d61518;
}
.footer .furl a:hover{
    color: #999;
}
.copyright{
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: #232429;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    color: #999;
}
.copyright a{
    color: #999;
}
.copyright a:hover{
    color: #d61518;
}

/* 侧边栏样式    b*/

.mainBody {
    font-family: "Microsoft YaHei";
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    min-height: 650px;
}

.lefter {
    width: 210px;
    float: left;
    overflow: hidden;
    margin-top: 40px;
}

.lefter_title {
    width: 100%;
    overflow: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #d61518;
}


.lefter_title .ch {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

.lefter_title .en {
    font-size: 14px;
    color: #fff;
}

.lefter_list {
    width: 208px;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-top: 0;
}

.lef_list {
    padding: 25px 15px 15px;
}

.lef_list li {
    width: 178px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #d3d3d3;
    margin-bottom: 8px;
    background: #e3e3e3;
}

.lef_list li a {
    font-size: 14px;
    color: #000;
}

.lef_list .on {
    background: #d61518;
    border: 1px solid #d61518;
}

.lef_list .on a {
    color: #fff;
}

.lef_list p {
    line-height: 2;
    font-size: 14px;
    color: #333;
}

#hotline {
    line-height: 1;
    text-align: center;
}

.lefter_list #num {
    text-align: center;
    color: #f9bf15;
    font-size: 22px;
}


/* 侧边栏样式    e*/


/* 子页右侧内容区  b*/

.main {
    margin-top: 40px;
    float: right;
    overflow: hidden;
    width: 950px;
    font-family: "Microsoft YaHei";
}

.main_title {
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
}

.main_title img {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 12px;
}

.main_title .title {
    font-size: 16px;
    color: #d61518;
}

.main_title .wz {
    font-size: 14px;
    color: #333;
}

.main_title .wz a {
    color: #333;
}

.main_title .wz a:hover {
    color: #f9bf15;
}

.mainCon {
    padding: 20px;
    line-height: 2;
    font-size: 14px;
}

.mainCon p {
    text-align: justify;
}


/* 子页右侧内容区  e*/

/* 分页    b*/

.pagebar {
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    display: block;
}

.pagebar a,
.pagebar span {
    position: relative;
    font-size: 16px;
    border-right: #ddd 1px solid;
    padding-right: 5px;
    border-top: #ddd 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    border-left: #ddd 1px solid;
    color: #555;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #ddd 1px solid;
    text-decoration: none;
}

.pagebar .on {
    background: #d61518;
    border-color: #d61518;
    color: #fff;
}

/* 分页    e*/