﻿html, body {
    font-size: 62.5%;
    height: 100%;
    min-height: 100%;
    color: #999;
    font-family: "微软雅黑";

}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {
    margin: 0;
    padding: 0;
}

li, ol {
    list-style: none;
}

ins {
    text-decoration: none;
}

i, em {
    font-style: normal;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

:focus {
    outline: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    clear: both;
}

img {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

a img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input, textarea, select, button {
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
}

.pb-60 {
    padding-bottom: 60px;
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .container {
        width: 1400px;
    }
}

.w1400 {
    width: 1400px;
    margin: auto;
}

.w100 {
    width: 100%;
    margin: auto;
}

.col-55 {
    width: 55%;
}

.col-45 {
    width: 45%;
}

.col-32 {
    width: 32%;
}

.pt-60 {
    padding-top: 6rem;
}

.row {
    margin: 0;
}
.mt70{
    margin-top: 70px;
}
.mb60{
    margin-bottom: 60px;
}
.mb90{
    margin-bottom: 90px;
}
/*轮播图*/

.swiper-pagination-bullet {
    width: 30px;
    height: 7px;
    display: inline-block;
    background: #fff;
    opacity: 1;
    border-radius: inherit;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff0404;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 3rem;
    left: 0;
    width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

/*培训产品展示*/

.cont_product .h_prot {
    margin-top: 4rem;
    border-bottom: 1px #e1e1e1 solid;
    line-height: 70px;
    margin-bottom: 4rem;
}

.cont_product .h_prot h3 {
    float: left;
    margin-top: 2px;
}

.cont_product .h_prot h3 a {
    font-size: 2.4rem;
    color: #000;
    display: block;
    margin-bottom: 5px;
}

.cont_product .h_prot h3 span {
    font-size: 1.2rem;
    color: #888;
    font-family: "Didot";
    text-transform: uppercase;
}

.cont_product .h_prot .tab {

}

.cont_product .h_prot .tab a {
    font-size: 1.6rem;
    color: #828282;
    display: inline-block;
    margin: 0 10px;
}

.cont_product .h_prot .tab a:hover {
    color: #cc0e17;
    border-bottom: 2px #cc0e17 solid;

}

.content_list li {
    float: left;
    overflow: hidden;
    margin-bottom: 3rem;
}

.content_list li .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.content_list li .pic .images img {
    width: 100%;
    height: 227px;
}


.content_list li:hover .content {
    padding: 0;
}
.content_list li:hover .content .pic img{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.36s;
}

.content_list li:hover .content .pic .item_img_mask {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.2s ease 0s;
    padding-left: 0;
}

.content_list li:hover .content .item_icon::before {
    content: '';
    position: absolute;
    top: 35%;
    right: 40%;
    background: url(../images/plus.png) no-repeat;
    background-size: contain;
    width: 83px;
    height: 83px;
    transition: all 0.46s ease 0s;
}

.content_list li:hover .item_wrapper {
    background-color: #cc0e17;
    transition: all 0.46s ease 0s;
}

.content_list li:hover .item_wrapper .title {
    color: #fff;
}

.content_list li:hover .item_wrapper p.more:after {
    content: '';
    position: absolute;
    top: 25px;
    right: 15px;
    background: url(../images/right_hover.png) no-repeat;
    background-size: contain;
    width: 6px;
    height: 12px;
}

.content_list li .item_wrapper {
    border-bottom: 1px #ddd solid;
    line-height: 60px;
    position: relative;
}

.content_list li .item_wrapper .title {
    font-size: 1.6rem;
    color: #464646;
    padding-left: 20px;
}

.content_list li .item_wrapper p.more {
    width: 55px;
    height: 30px;
    float: right;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-left: 1px solid #cbcbcb;
    text-indent: -110px;
    border-radius: 0;
    opacity: 1;
    transition: all 0.3s ease 0s;
    margin-top: 15px;

}

.content_list li .item_wrapper p.more:after {
    content: '';
    position: absolute;
    top: 25px;
    right: 15px;
    background: url(../images/right.png) no-repeat;
    background-size: contain;
    width: 6px;
    height: 12px;
}

/*关于我们*/

.about {
    width: 100%;
    margin: auto;
    display: flex;
    background-color: #cc0e17;
    margin-top: 3rem;

}

.about .Introt .description {
    padding: 80px 100px;
    line-height: 28px;
}

.about .Introt .description h2 {
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 4rem;
}

.about .Introt .description p {
    width: 70%;
    font-size: 1.4rem;
    color: #fff;
}

.about .Introt .description .more {
    padding: 8px 50px;
    background: transparent;
    border: #ddd 1px solid;
    transition: all ease-out .3s;
    text-decoration: none;
    font-size: 1.4rem;
    color: #fff;
    display: inline-block;
    margin-top: 6rem;
}

.about .Introt .description .more:hover {
    background: #a30008;
    border-color: #a30008;
}

/*项目介绍*/

.project {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.project .protext {
    padding-top: 1rem;

}

.project .protext .tit h2 {
    font-size: 2.5rem;
    color: #000;
}

.project .protext .tit span {
    font-size: 1.2rem;
    color: #888;
    text-transform: uppercase;
    padding-bottom: 6rem;
    display: block;
    font-family: "Didot";
    margin-top: 4px;
}

.project .protext p {
    font-size: 1.6rem;
    color: #666;
    line-height: 30px;
    padding-right: 40px;
}

.project .images {
    width: 100%;
    margin-top: 4rem;
}

.project .protext a {
    display: inline-block;
    background: #cc0e17;
    font-size: 1.4rem;
    color: #fff;
    padding: 10px 50px;
    margin-top: 6rem;
}





/*加盟优势*/

.advant_slider .tit {
    position: absolute;
    z-index: 2;
    top: 15rem;
}

.advant_slider .tit h2 {
    font-size: 6rem;
    color: #ecd175;
    font-family: "微软雅黑";
    font-weight: bold;
}

.advant_slider .tit span {
    font-size: 1.4rem;
    color: #fff;
    font-family: "Didot";
    text-transform: uppercase;
    display: block;
    margin-top: .5rem;
}

.advant_slider .advant_info {
    width: 450px;
    position: absolute;
    z-index: 2;
    top: 30%;
}

.advant_slider .advant_info li {
    width: 225px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;

}

.advant_slider .advant_info li:nth-child(2) {
    float: right;

}

.advant_slider .advant_info li:nth-child(3) {
    position: absolute;
    top: 221px;
}

.advant_slider .advant_info li .sidlenum {
    position: absolute;
    bottom: 0;
}

.advant_slider .advant_info li:hover .item_img img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.36s;

}

.advant_slider .advant_info li .advant_tit {
    position: absolute;
    top: 50px;
    left: 35px;

}

.advant_slider .advant_info li a img {
    position: absolute;
    bottom: 30px;
    left: 35px;
}

.advant_slider .advant_info li .advant_tit h2 {
    font-size: 2.4rem;
    color: #fff;
}

.advant_slider .advant_info li .advant_tit span {
    font-size: 1.2rem;
    color: #fff;
    font-family: "Didot";
    display: block;
    margin-top: 4px;

}

.advant_slider li {
    position: relative;
}

.advant_slider .slider_list li img {
    width: 100%;

}

.advant_slider li .text {
    position: absolute;
    top: 13%;
    right: 6%;
    background-color: #cc0e17;
    padding: 80px 50px 80px 50px;
}

.advant_slider li .text dt {
    font-size: 2.4rem;
    color: #fff;
    font-family: "Light";
    margin-bottom: .8rem;
}

.advant_slider li .text dd {
    width: 350px;
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 6rem;
}

.zyan_fy{
    position: relative;
    bottom: 275px;
    width: 10%;
    left: 27%;
}
.dywezn{
    position: absolute;
    top: 13%;
    right: 6%;
    background-color: #cc0e17;
    padding: 80px 50px 80px 50px;
}

.dywezn  dt {
    font-size: 2.4rem;
    color: #fff;
    font-family: "Light";
    margin-bottom: .8rem;
    text-align: left;
}

.dywezn  dd {
    width: 350px;
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 6rem;
    text-align: left;
}
.zyan_fy .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url("../images/back_fl.png") no-repeat left;
    left: 10px;
    right: auto;
    background-size: 100% 100%;
}

.zyan_fy .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url("../images/back_fr.png") no-repeat right;
    right: 10px;
    left: auto;
    background-size: 100% 100%;
}
.zyan_fy .swiper-button-next, .product_scroll .swiper-button-prev {
    position: absolute;
    top: 50%;
    width:20px;
    height: 38px;
}

/*加盟资讯*/

.container_hc {
    margin-bottom: 5rem;
    margin-top: 6rem;
}

.container_hc .tit h2 {
    font-size: 2.4rem;
    color: #000;
}

.container_hc .tit span {
    font-size: 1.2rem;
    font-family: "Didot";
    text-transform: uppercase;
    margin-top: 4px;
    display: block;
}

.newslist .item_block {
    border: 1px solid #e3e3e3;

}

.newslist li {
    margin-bottom:35px;
}

.newslist .item_block .content {
    padding: 40px 20px;
    display: flex;

}

.newslist .item_wrapper .item_info h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 15px;
}

.newslist .item_wrapper .item_info p {
    font-size: 1.4rem;
    color: #888;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newslist .item_wrapper .item_date {
    background: transparent;
    float: left;
    font-family: Ping Hei;
    margin-top: 5px;
    color: #8e8e8e;
}

.newslist .item_wrapper .item_date .year {
    font-size: 18px;
    margin-bottom: 4px;
}

.newslist .item_wrapper .item_date .day {
    font-size: 30px;
    height: 35px;
}

.newslist .item_block .content:hover {
    background-color: #cc0e17;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
}

.newslist .item_block .content:hover .item_wrapper .item_info h2 {
    color: #fff!important;
}

.newslist .item_block .content:hover .item_wrapper .item_info p {
    color: #fff!important;
}

.newslist .item_block .content:hover .item_wrapper .item_date {
    color: #fff!important;
}

.page_info{
    margin-top: 40px;
}
.page_info h3{
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
}

.lab-tips span{
    font-size: 1.4rem;
    color: #888;
    margin-bottom: 30px;
    display: inline-block;
}
.page_info p{
    font-size: 1.6rem;
    color: #666;
    line-height: 32px;
    margin-bottom: 20px;
}
.page_info p img{
    vertical-align: middle;
    margin: 30px auto;
}
.news_pager {
    width: 100%;
    line-height: 58px;
    border: 1px #e1e1e1 solid;
    color: #999;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
    padding: 0 30px;
}
.news_pager p{
    font-size: 1.4rem;
    color: #cc0e17;
}
.news_pager p a{
    color: #666;
}
.news_pager p a:hover{
    color: #cc0e17;
    text-decoration: underline;
}

.product_scroll{
    margin-bottom: 80px;
    margin-top: 30px;
}

.product_scroll .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url("../images/scroll_left.png") no-repeat left;
    left: 35px;
    right: auto;
    background-size: 100% 100%;
}

.product_scroll .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url("../images/scroll_right.png") no-repeat right;
    right: 35px;
    left: auto;
    background-size: 100% 100%;
}

.product_scroll .swiper-button-next, .product_scroll .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
}

/*加盟店铺*/

.cont_shop {
    background-color: #efefef;
    margin-top: 14rem;
    margin-bottom: 9rem;
}

.pubic_tit h2 {
    font-size: 2.4rem;
    color: #000;
}

.pubic_tit span {
    font-size: 1.2rem;
    color: #888;
    font-family: "Didot";
    text-transform: uppercase;
    display: block;
    margin-top: .5rem;
}

.protxt {
    width: 100%;
    background-color: #cc0e17;
    padding: 15px 0;
    display: inline-block;

}

.protxt h3 {
    font-size: 1.8rem;
    color: #fff;
    padding-left: 15px;
    line-height: 30px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.protxt .fr {
    padding-right: 15px;
}

.protxt .fr img {
    vertical-align: middle;
    width: 100%;
}

.cont_shop .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url("../images/prev.png") no-repeat left;
    left: 0;
    right: auto;
    background-size: 100% 100%;
}

.cont_shop .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url("../images/next.png") no-repeat right;
    right: 0;
    left: auto;
    background-size: 100% 100%;
}

/*关于我们*/

.nybanner img {
    display: block;
    width: 100%;
}

.pagecont {
    position: relative;
    left: 0;
    top: -68px;
    z-index: 99999;
    background-color: #fff;
    padding-top: 80px;
}

.pagetit {
    margin-bottom: 60px;

}

.pagetit h2 {
    font-size: 2.4rem;
    color: #000;
}

.pagetit span {
    font-size: 1.2rem;
    color: #888;
    font-family: "Didot";
    text-transform: uppercase;
    display: block;
    margin-top: .5rem;
}
.pagetext h3{
    font-size: 2.4rem;
    color: #282828;
    margin:35px 0 50px 0
}
.pagecont .pagetext p {
    font-size: 1.6rem;
    line-height: 32px;
    color: #666;
    margin-bottom: 25px;
}

.pagecont .pagetext p span {
    font-size: 2.8rem;
    color: #cc0e17;
    font-weight: bold;
    display: block;
    margin-top: 15px;
}

.honor {
    margin-top: 40px;
}

.honortit {
    border-top: 1px #EEEEEE solid;
}

.honortit h2 {
    font-size: 2.4rem;
    color: #000;
    margin-top: 45px;
}

.honortit span {
    font-size: 1.2rem;
    color: #888;
    font-family: "Didot";
    text-transform: uppercase;
    display: block;
    margin-top: .5rem;
}

.in_pro_list {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    margin-top: 60px;
}

ul.products_list {
    padding-top: 0;
}

ul.products_list li {
    float: left;
    margin-right: 30px;
}
ul.products_list li img{
    max-width: 100%;
    height: 210px;

}
ul.products_list li span{
    font-size: 1.6rem;
    color: #464646;
    display: block;
    text-align: center;
    margin-top: 10px;
}

ul.products_list li a:hover span{
    color: #e21e1f;
}

#demo {
    overflow: hidden;
    width: 1400px;
}

#indemo {
    float: left;
    width: 800%;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

/*加盟店铺*/

.shoplist li {
    margin-bottom: 3rem;
}

.shoplist li .pic {
    overflow: hidden;
}

.shoplist li .pic img {
    width: 100%;
	height: 500px;
}

.shoplist li .text h2 {
    font-size: 1.6rem;
    color: #666;
    text-align: center;
    margin-top: 15px;
	overflow: hidden;
   text-overflow:ellipsis;
   white-space: nowrap;
}

.shoplist li a:hover .pic img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.36s;
}

.shoplist li a:hover .text h2 {
    color: #e21e1f;
}

/*培训产品*/

.column {
    width: 100%;
    margin:60px auto;

}
.column a{
   font-size: 1.6rem;
    color: #828282;
    border: 1px #ddd solid;
    padding: 8px 30px;
    margin-right: 5px;
    border-radius: 4px;
}
.column a.cur{
    background-color: #db030b;
    color: #fff;
    border: 1px #db030b solid;
}
.column a:hover{
    background-color: #db030b;
    color: #fff;
    border: 1px #db030b solid;
}

/*分页*/

.page {
    margin-top: 15px;
    padding: 32px 0;

}

.page ul {
    width: 500px;
    margin: auto;
}

.page li {
    float: left;
    text-align: center;
    margin-right: 15px;
}

.page li:first-child a {
    border: none;
    margin-right: 20px;
}

.page li:last-child a {
    border: none;
    margin-left: 20px;
}

.page li a {
    font-size: 16px;
    color: #a38d61;
    background-color: #f6f6f6;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

.page li a.active {
    color: #fff;
    background-color: #e21e1f;
}

.page li a:hover {
    color: #fff;
    background-color: #e21e1f;
}

.page li:first-child a:hover {
    border: none;
    background: none;
}

.page li:last-child a:hover {
    border: none;
    background: none;
}

/*插件分页*/


.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    margin-left: -1px;
    text-decoration: none;
    font-size: 16px;
    color: #a38d61;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    padding: 10px 18px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #e21e1f;
    border-color: #e21e1f;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #e21e1f;
    background-color: #f6f6f6;
    border-color: #ddd;
}

/*联系我们*/

.contact{
    margin-top: 30px;

}
.posi{
    border-bottom: 1px #eee solid;
    padding-bottom: 20px;
}
.posi .fl h2{
  font-size: 2.4rem;
    color: #000;
}
.posi .fl h2 em{
    font-size: 1.2rem;
    color: #888;
    font-family: "Didot";
    text-transform: uppercase;
    margin-left: 5px;
}
.posi .fr{
    font-size: 1.4rem;
    color: #888;
}
.posi .fr a {
    display: inline-block;
    color: #888;

}
.posi .fr a:hover{
    color: #cc0e17;
}
.posi .fr a img{
    vertical-align: middle;
    padding-top: 4px;
}

.contact .map{
    width: 100%;
    height: 400px;
    margin:40px  auto 70px;
    padding: 20px;

}
.gookbox{
    width:100%;
    margin: auto;
    padding: 20px;
}

.gookbox .contleft h2{
  font-size: 3rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}

.gookbox .contleft p{
    font-size: 2.4rem;
    color: #d90000;
    margin-bottom: 20px;
}
.gookbox .contleft li{
    font-size: 16px;
    color: #666;
    overflow: hidden;
    margin-bottom: 10px;
}
.gookbox .contleft li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.gookbox .contright{
    background-color: #fcfcfc;
    padding: 45px 0;
    margin-bottom: 40px;


}
.gookbox .contright li{
    width: 70%;
    margin:20px auto;

}
.gookbox .contright li input{
    font-size: 1.6rem;
    color: #666;
}
.gookbox .contright li input[type="text"]{
    height: 40px;
    line-height: 40px;
}
.gookbox .contright li textarea{
    font-size: 1.6rem;
    color: #666;
}
.gookbox .contright li input[type="submit"]{
    display: inline-block;
    border: 0;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    width: 100%;
    background-color: #a30008;
    margin-top: 30px;
}

.gookbox .contright li:hover input[type="submit"]{
    background-color: #cc0e17;
}


/********************************加盟优势************************************/

.advant{
    background-color: #6e2113;
    margin: 100px auto;
    padding-bottom: 160px;
}
.advtit{
    padding: 60px 0;
    margin-bottom: 100px;

}
.advtit h2{
   font-size: 3.6rem;
    color: #ffdcaa;
    font-weight: bold;

}

.line {
    height: 1px;
    border-top: 1px solid #8b4631;
    text-align: center;
    margin-top: 20px;
}

.line span {
    position: relative;
    top: -12px;
    background: #6e2113;
    padding: 0 40px;
    font-size: 1.2rem;
    color: #ffdcaa;
    text-transform: uppercase;
}

.goodlist li{
    width: 16.6666%;
    float: left;
    position: relative;
    top:70px;
    text-align: center;
}
.goodlist li:nth-child(2n+1){
    background: url("../images/201809531018.png") no-repeat center;
    background-size: 100% 100%;
    height: 474px;

}
.goodlist li:nth-child(2n){
    background: url("../images/201809541018.png") no-repeat center;
    background-size: 100% 100%;
    height: 474px;

}
.goodlist li span img{
    position: absolute;
    left:37px;
    top:-120px;
}


.goodlist li:nth-child(2n+1) .text{
    width: 70%;
    position: absolute;
    top:120px;
    left:16%;
}

.goodlist li:nth-child(2n+1) .text h2{
    font-size: 2.4rem;
    color: #34281c;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 40px;
}
.goodlist li:nth-child(2n+1) .text p{
    font-size: 1.4rem;
    color: #34281c;
    line-height: 25px;
}

.goodlist li:nth-child(2n) .text{
    width: 70%;
    position: absolute;
    top:120px;
    left:16%;
}

.goodlist li:nth-child(2n) .text h2{
    font-size: 2.4rem;
    color: #ffeacc;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 40px;
}
.goodlist li:nth-child(2n) .text p{
    font-size: 1.4rem;
    color: #ffeacc;
    line-height: 25px;
}


/*加盟扶持*/

.supportlist {
    position: relative;
    top:3rem;
    height: 425px;
    margin-bottom: 100px;
}
.supportlist li{
    width: 19%;
    float: left;
}
.supportlist li span {
    display: block;
    position: relative;
    width: 100%;
}
.supportlist li:nth-child(2){
    position: absolute;
    top:143px;
    left:140px;
}

.supportlist li:nth-child(3){
    position: absolute;
    top:2px;
    left:283px;
}

.supportlist li:nth-child(4){
    position: absolute;
    top:143px;
    left:428px;
}
.supportlist li:nth-child(5){
    position: absolute;
    top:0;
    left:572px;
}

.supportlist li:nth-child(6){
    position: absolute;
    top:143px;
    left:714px;
}
.supportlist li:nth-child(7){
    position: absolute;
    top:2px;
    left:858px;
}

.supportlist li:nth-child(8){
    position: absolute;
    top:143px;
    right:115px;
}

.supportlist li:nth-child(9){
    position: absolute;
    top:0;
    right:-27px;
}

/*加盟模式*/

.mode{
    background:url("../images/201817161017.jpg") no-repeat center;
    padding: 7rem 0 12rem 0;
    height: 940px;
    margin:12rem 0 8rem 0;
}

.mode .people {
    position: absolute;
    right: 12%;
    bottom: 0;
}

.mode .modetit{
    position: absolute;
    right: 34%;
    top:30%;
}
.mode .modetit h2{
    font-size: 4.8rem;
    color: #d7b790;
    font-weight: bold;
}
.mode .modetit span{
    font-size:2.4rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-top: 4px;
}


.mode .modetitph h2{
    font-size: 4.8rem;
    color: #d7b790;
    font-weight: bold;

}
.mode .modetitph span{
    font-size:2.4rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-top: 4px;
}



.mode_info{
    position: absolute;
    top:20%;
}

.mode_info .modeleft{
    background-color: #fff;
    padding: 20px;
    width: 365px;
    margin-right: 15px;
    min-height: 615px;
}
.mode_info .modeleft dl{
    padding:60px 18px 100px 18px;
}
.mode_info .modeleft dl dt{
    font-size: 1.5rem;
    color: #333;
    font-weight: normal;
    line-height: 32px;
}
.mode_info .moderight dl dt:nth-child(2){
    line-height: 64px;
    display: flex;
    margin-left: 30px;
}
.mode_info .moderight dl dt:nth-child(3){
    line-height: 64px;
    display: flex;
    margin-left: 30px;
}
.mode_info .moderight dl dt:nth-child(4){
    line-height: 64px;
    display: flex;
    margin-left: 30px;
}
.mode_info .modeleft dl dt:first-child{
    line-height: 64px;
    display: flex;

}
.mode_info .modeleft dl dt span{
    font-size: 4.8rem;
    color: #fe0000;

}
.mode_info .modeleft dl dd{
    font-size: 1.8rem;
    color: #333;
    line-height: 32px;
}
.mode_info .modeleft .number{
    position: absolute;
    top:-8px;
    left: 20px;

}
.mode_info .modeleft .join{
  position: absolute;
    left: 50px;
    bottom:-32px;
}


/*尾部*/

.linkbox {
    background-color: #efefef;
    padding: 15px 0;
    display: flex;
    margin-top: 6rem;

}

.linkbox .item_link li {
    float: left;
    padding: 0 10px;
    font-size: 1.6rem;
    color: #666;

}

.linkbox .item_link li a {
    font-size: 1.4rem;
    color: #333;
}

.linkbox .item_link li a:hover {
    text-decoration: underline;
}

.foot {
    background-color: #212020;
    padding: 50px 0 80px 0;
}

.foot .btnav li {
    float: left;
    margin-bottom: 2rem;
}

.foot .btnav li a {
    font-size: 1.4rem;
    color: #fff;
    padding: 0 10px;
}

.foot .btnav li a:hover {
    color: #cc0e17;
}

.foot .footex p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 25px;
    margin-left: .9rem;
}

.foot .footerw li {
    float: left;
}

.foot .footerw li img {
    width: 100%;
  /*  height: 160px;*/
}

.foot .footerw li:first-child {
    margin-right: 15px;
}

@media screen and (min-width: 325px) and (max-width: 414px){
    .posi .fl h2{
        margin-bottom: 15px;
    }
    .news_pager{
        text-align: left;
        line-height: 35px;
        padding: 20px;
    }
    .news_pager .fl{
        width: 100%;
    }
    .news_pager .fr{
        width: 100%;
    }
    .pagecont img{
        width: 100%;
        margin-bottom:30px;
    }
    .contact .map,.gookbox {
        padding: 5px;
    }
    .gookbox .contright{
        margin-top: 3rem;
    }
    .gookbox .contright li {
        width: 90%;
        margin: 20px auto;
    }
    .goodlist li{
        width: 50%!important;
        margin-bottom: 50%;
    }
    .goodlist li span img {
        position: absolute;
        left: 0;
        top: -120px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 1.5rem;
        left: 0;
        width: 100%;
    }
}
@media screen and (min-width: 320px) and (max-width: 760px){
    .mode {
        background: url(../images/201817161017.jpg) no-repeat center;
        padding: 7rem 0 12rem 0;
        height: 100%;
        background-size: cover;
        position: static;

    }
    .mode_info{
        position: static;
    }
    .mode_info .modeleft {
        background-color: #fff;
        padding: 20px;
        width: 100%;
        margin-right: 15px;
        margin-bottom: 35px;
    }
    .mode_info .modeleft .join {
        position: absolute;
        left: 13%;
        bottom: -32px;
    }
}
@media screen and (max-width: 640px){
    .protxt h3 {
        font-size: 1.6rem;
        color: #fff;
        padding-left: 8px;
        line-height: 30px;
    }
	.swiper-pagination-bullet {
    width: 20px;
    height: 5px;

}
 .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2rem;
    left: 0;
    width: 100%;
}
}
@media screen and (max-width: 768px){
    .page_info h3 {
        font-size: 30px;
        color: #333;
        text-align: center;
        margin-bottom: 25px;
        line-height: 40px;
    }
    .item_project{
        margin-bottom: 30px;
    }
    .goodlist li{
      width: 33.333%;
    }
    .container_content .col-55 {
        width: 100%;
    }
    .container_content .col-45 {
        width: 100%;
    }
    .about .Introt .description p {
        width: 100%;
        font-size: 1.4rem;
        color: #fff;
    }
    .about .Introt .description {
        padding: 35px 15px;
        line-height: 28px;
    }
    .project  .col-55 {
        width: 100%;
    }
    .project .w1400{
        width: 100%;
    }
    .project .protext {
        width: 100%;
      padding: 15px;
    }
    .project .protext p{
        padding-right: 0;
    }
    .zyan_fy {
       position: absolute;
        bottom:40%;
        width:100%;
        left: 0;
    }
	
	.content_list li .pic .images img {
    width: 100%;
	height:auto;
}

}
@media screen and (max-width:320px) {
    .footerw li {
        width: 47%;
        float: left;
    }

    .foot .footerw li img {
        width: 100%;
        height: 100%;
    }

    .mode {
        background: url(../images/201817161017.jpg) no-repeat center;
        padding: 7rem 0 12rem 0;
        height: 100%;
        background-size: cover;
        position: static;

    }

    .mode_info {
        position: static;
    }

    .mode_info .modeleft .join {
        position: absolute;
        left: 18px;
        bottom: -32px;
    }
    .goodlist li{
        width: 50%;
        margin-bottom: 50%;
    }
    .goodlist li span img {
        position: absolute;
        left: 0;
        top: -120px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 1.5rem;
        left: 0;
        width: 100%;
    }
}
@media screen and (max-width:1024px) {
    .pagecont{
        position: inherit;
        top:0;
        z-index: 0;
    }
    .dianhua{
        display: none;
    }
    #header > .content {
        max-width: none;
        padding-right: 0;
        padding-left: 0;
    }
    #header .nav {
        float: right;
        margin-right: 0;
    }
    #header .content a#logo img {
        max-height:50px;
        margin-top: 10px;
        margin-left: 15px;
    }
    .page ul {
        width: 100%;
        margin: auto;
    }
    .page li{
        margin-bottom: 25px;
    }
    .column{
        width: 100%;
        margin: 3rem auto;

    }
    .column a{
        float: left;
        margin-bottom: 1.5rem;
        display: inline-block;
        margin-right: 15px;
        text-align: center;

    }
    .footerw{
        margin-top: 3rem;
    }
    .in_pro_list{
        width: 100%;
        overflow: hidden;
    }
    .page_info p img {
        width: 96%;
        vertical-align: middle;
        margin: 30px auto;
    }
    .supportlist {
        width: 100%;
        position: static;
        margin-bottom: 100px;

    }

    .supportlist li {
        width: 33%;
        float: left;
        position: static !important;
        margin-bottom: 30px;
    }
    .supportlist li span img{
        width: 100%;
    }
    .process p img{
        width: 100%;
    }

}
@media (width:768px){

    .mode_info .modeleft {
        background-color: #fff;
        padding: 20px;
        width: 47%;
        margin-right: 15px;
        margin-bottom: 45px;
    }
	

}
@media (width:1024px){
    #header .content a#logo img {
        max-height:50px;
        margin-top: 10px;
        margin-left: 0;
    }
    .goodlist li{
        width: 33.333%!important;
        margin-bottom: 20%;
    }
    .goodlist li span img {
        position: absolute;
        left: 80px;
        top: -120px;
    }
    .about .Introt .description {
        padding: 35px 25px;
        line-height: 28px;
    }
    .project .images {
        width: 100%;
        margin-top: -28rem;
    }
}
