@charset "utf-8";
.fullSlide{
    width: 100%;
    position: relative;
    height: 350px;
    margin: 0 auto;    
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul {
    width: 100%!important;
}
.fullSlide .bd li {
    width: 100%!important;
    height: 350px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 350px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(../images/touming.png) repeat-x;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}
.fullSlide .hd ul {
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom:1;
    width: 15px;
    height: 15px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    background: #999999;
    border-radius:50%;
    border:2px solid #999999;
}
.fullSlide .hd ul .on {
    border:2px solid #fff;
    background:#e61e42;
    opacity: 1;
}
.fullSlide .prev,  .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.fullSlide .prev {
    left: 3%;
    background: url(../images/left.png) no-repeat left;
}

.fullSlide .next {
    right: 3%;
    background: url(../images/right.png) no-repeat right;
}
.fullSlide .prevStop {
    display: none;
}
.fullSlide:hover .prev,.fullSlide:hover .next{
    filter: alpha(opacity=100);
    opacity: 1;
}


/*标题*/
.itit{
    margin-bottom: 30px;
}
.itit .itit-t1{
    color:#e61e42;
    font-size: 30px;
    font-weight: bold;
    display: table;
    margin: 0 auto 5px;
    position: relative;
}
.itit .itit-t2{
    color:#999;
    text-transform: uppercase;
    text-align: center;
}
.itit .itit-t1:before{
    left: -110px;
}
.itit .itit-t1:after{
    right: -110px;
}
.itit .itit-t1:before,.itit .itit-t1:after{
    content:"";
    background:url(../images/itit-xian.png) center no-repeat;
    width: 78px;
    height: 8px;
    position:absolute;
    top: 20px;
}


/*关于我们*/
.iabout{
    background: url(../images/iabout-bj.jpg) center no-repeat;
    padding: 50px 0;
}
.iabout-list{
    border: 1px solid #e6e6e6;
    position: relative;
    z-index: 999;
}
.iabout-list:before{
    content:"";
    background: url(../images/iabout-xian.png) bottom center no-repeat;
    width:1001px;
    height:76px;
    position: absolute;
    bottom: -20px;
    z-index: -1;
    left: 100px;
}
.iabout-img{
    width: 540px;
    height: 430px;
    background: #fff;
}
.iabout-img img{
    display:  block;
    max-width: 540px;
    max-height: 430px;
    margin: 0 auto;
}
.iabout-brief{
    width: 578px;
    background: #fff;
    height: 370px;
    padding: 30px 40px;
    text-align: center;
}
.iabout-brief dl{
    border-bottom: 2px solid #b8b8b8;
    margin-bottom: 40px;
    padding-bottom: 30px;
    text-align: left;
}
.iabout-brief dl dt{
    font-size:  18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.iabout-brief dl dd{
    line-height: 30px;
    color: #666;
    height: 112px;
}
.iabout-brief dl dd a{
    color: #e61e42;
}
.iabout-brief dl dd a:hover{
   color: #f34c6a;
}
.iabout-brief ul{
    display: inline-block;
}
.iabout-brief ul li{
    float: left;
    margin-left: 45px;
}
.iabout-brief ul li:first-child{
    margin-left:0;
}
.iabout-brief ul li i{
    width: 45px;
    height:45px;
    display:  block;
    border: 2px solid #b8b8b8;
    border-radius: 50%;
    padding: 28px;
}
.iabout-brief ul li .iab-tb01{
    background: url(../images/iab-tb01.png) center no-repeat;
}
.iabout-brief ul li .iab-tb02{
    background: url(../images/iab-tb02.png) center no-repeat;
}
.iabout-brief ul li .iab-tb03{
    background: url(../images/iab-tb03.png) center no-repeat;
}
.iabout-brief ul li .iab-tb04{
    background: url(../images/iab-tb04.png) center no-repeat;
}
.iabout-brief ul li:hover .iab-tb01{
    background: url(../images/iab-tb01on.png) center no-repeat;
}
.iabout-brief ul li:hover .iab-tb02{
    background: url(../images/iab-tb02on.png) center no-repeat;
}
.iabout-brief ul li:hover .iab-tb03{
    background: url(../images/iab-tb03on.png) center no-repeat;
}
.iabout-brief ul li:hover .iab-tb04{
    background: url(../images/iab-tb04on.png) center no-repeat;
}
.iabout-brief ul li p{
    text-align:  center;
    color: #4c4c4c;
    line-height: 30px;
}
.iabout-brief ul li:hover p{
    color: #e61e42;
}
.iabout-brief ul li:hover i{
    border-color: #e61e42;
}




/*新闻资讯*/
.inews{
    margin-top: 50px;
}
.tnews-hd{
    margin-bottom:15px;
}
.tnews-hd .tnews-nav{
    background: #fafafa;
    border: 1px solid #e6e6e6;
}
.tnews-nav li{
    float: left;
    height: 55px;
    line-height: 55px;
    width: 398px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
    font-size: 18px;
    cursor: pointer;
}
.tnews-nav li:first-child{
    border-left: 0px;
}
.tnews-nav .on{
    background: #e61e42;
    color: #fff;
}
.tnews-nav .on a{
    color: #fff;
}
.tnews-nav li a{
    font-size:18px;
    display: block;
    color: #4c4c4c;
}
.tnews-bd{
    background: #fff;
}
.tnews-pal{
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.tnews_l{
    width: 445px;
    height: 310px;
    position: relative;
}
.tnews_l img{
    display: block;
    width: 445px;
    height: 310px;
}
.tnews_l p{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}
.tnews_l:hover img{
    opacity:0.9;
}
.tnews_l:hover p{
    background: #e61e42;
}
.tnews_r{
    width: 695px;
}
.tnewsr_img{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}
.tnewsr_img img{
    display: block;
    width: 200px;
    float: left;
    height: 139px;
}
.tnewsr_img img:hover{
    opacity: 0.9;
}
.tnewsr_img dl{
    float: right;
    width: 470px;
}
.tnewsr_img dl dt{
    line-height: 35px;
    height: 35px;
    overflow: hidden;
}
.tnewsr_img dl dt a{
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}
.tnewsr_img dl dt a:hover{
    color: #e61e42;
}
.tnewsr_img dl dd{
    font-size: 12px;
    color: #999;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
}
.tnewsr_date{
    font-size: 12px;
    color: #b2b2b2;
    margin: 5px 0;
}
.tnewsr_date .ind_bg01{
    background: url(../images/ft_2.png) left no-repeat;
    padding-left: 20px;
}
.tnewsr_date .ind_bg02{
    background: url(../images/ft_4.png) left no-repeat;
    padding-left: 20px;
}
.tnewsr_list ul{
    margin-top: 15px;
}
.tnewsr_list ul li{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #e6e6e6;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.tnewr_tit{
    float: left;
    width: 530px;
    overflow: hidden;
    height: 30px;
}
.tnewr_tit a{
    color: #808080;
    font-size: 12px;
}
.tnewr_tit a:hover{
    color: #e61e42;
}
.tnewr_tit a span{
    font-size:16px;
}
.tnewr_date{
    float: right;
    color: #b2b2b2;
    font-size: 12px;
    width: 155px;
}
.tnewr_date .ind_bg01{
    background: url(../images/ft_2.png) left no-repeat;
    padding-left: 20px;
}
.tnewr_date .ind_bg02{
    background: url(../images/ft_4.png) left no-repeat;
    padding-left: 20px;
}
.tnewsr_more{
    text-align: center;
    margin-top: 12px;
}
.tnewsr_more a{
    font-size: 12px;
    width: 120px;
    color: #fff;
    display: block;
    background: #e61e42;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
}
.tnewsr_more a:hover{
    background: #c40101;
    border: 1px solid #c40101;
}
.tnewsr_more a:hover{
    color: #fff;
}


/*四大保障*/
.iprotection{
    background: url(../images/iys-bj.jpg) center no-repeat;
    border-top: 3px solid #e61e42;
    padding: 50px 0;
}
.iprotection-list{
    width: auto;
}
.iprotection-list ul li{
    float: left;
    text-align: center;
    width: 270px;
    margin-left: 40px;
}
.iprotection-list ul li:first-child{
    margin-left:0;
}
.iprotection-list ul li img{
    display: block;
    width: 157px;
    margin: 0 auto;
}
.iprotection-list ul li .iprotection-t1{
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
.iprotection-list ul li .iprotection-t2{
    color: #818181;
    line-height: 25px;
}


/*我们的优势*/
.iadvantage{
    margin-top: 50px;
}
.iadvantage-Slid{
    width: 600px;
    position: relative;
    height: 420px;
    margin: 0 auto;
    float: left;
}
.iadvantage-Slid .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.iadvantage-Slid .bd ul {
    width: 100%!important;
}
.iadvantage-Slid .bd li {
    width: 100%!important;
    height: 420px;
    overflow: hidden;
    text-align: center;
}
.iadvantage-Slid .bd li a {
    display: block;
    height: 420px;
}
.iadvantage-Slid .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(../images/touming.png) repeat-x;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}
.iadvantage-Slid .hd ul {
    text-align: center;
}
.iadvantage-Slid .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom:1;
    width: 15px;
    height: 15px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    background: #999999;
    border-radius:50%;
    border:2px solid #999999;
}
.iadvantage-Slid .hd ul .on {
    border:2px solid #fff;
    background:#e61e42;
    opacity: 1;
}
.iadvantage-Slid .prev,  .iadvantage-Slid .next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.iadvantage-Slid .prev {
    left: 3%;
    background: url(../images/left.png) no-repeat left;
}

.iadvantage-Slid .next {
    right: 3%;
    background: url(../images/right.png) no-repeat right;
}
.iadvantage-Slid .prevStop {
    display: none;
}
.iadvantage-Slid:hover .prev,.iadvantage-Slid:hover .next{
    filter: alpha(opacity=100);
    opacity: 1;
}
.iadvantage-list{
    float: right;
    width: 540px;
    margin-top: 10px;
    height: 409px;
    border-bottom: 1px solid #ddd;
}
.iadvantage-list ul li{
    font-size: 18px;
    color: #4c4c4c;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}
.iadvantage-list ul li span{
    color:#e61e42;
    font-weight: bold;
}
.iadvantage-list a{
    background: #e61e42;
    color: #fff;
    width: 150px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    margin: 40px auto 0;
}


/*加盟门店*/
.istore{
    background: url(../images/imd-bj.jpg) center no-repeat;
    padding: 50px 0;
    margin-top: 50px;
}
.istore-list{
   position:relative;
}
.istore-list .prev,.istore-list .next{
    display: block;
    width: 30px;
    height: 90px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 85px;
    background: #999;
    color: #fff;
    font-size: 40px;
    top: 70px;
}
.istore-list .prev:hover,.istore-list .next:hover{
    background: #e61e42;
    color:#fff;
}
.istore-list .prev{
    right: 0;
}
.istore-list .next{
    left: 0px;
}
.istore-list .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.istore-list .bd ul li{
    width: 255px;
    float:left;
    margin: 0 7px;
    _display:inline;
    overflow:hidden;
    background: #fff;
    padding: 5px;
}
.istore-list .bd ul li img{
    width:255px;
    display: block;
}
.istore-list .bd ul li p{
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.istore-list .bd ul li:hover{
    background: #e61e42;
}
.istore-list .bd ul li:hover img{
    opacity: 0.9;
}
.istore-list .bd ul li:hover p{
    color: #fff
}
.istore-list .tempWrap{
    margin: 0 auto
}


/*便民服务*/
.iservice{
    background: url(../images/ifw-bj.jpg) center top no-repeat;
    padding: 20px 0;
    margin-top: 30px;
}
.iservice img{
    display: block;
    margin:0 auto;
    max-width: 100%;
}