/*顶部导航开始*/
/*大屏*/
.topnav-t{
    width:100%;
    height: 87px;
    border-bottom: 2px solid #d13d3b;
}
.topnav{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.topnav-l{
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}
.topnav-m{
    float: left;
    line-height: 85px;
}
.topnav-r{
    float: right;
    margin-top: 30px;
}
ul li{
    float: left;
    font-size: 18px;
}

.daohang a{
    color:black;
    width:115px;
    height:85px;
    /*background:#d13d3b;*/
    display: inline-block;
    text-align:center;
}
.daohang a:hover{
    background:#d13d3b;
    color:#fff;
    text-decoration: none;
}
.daohang a:link{
    text-decoration: none;
}
.sy{
    background:#d13d3b;
    color:#fff !important;
}
/*小屏*/
.small{
    width: 100%;
    height: 87px;
    background:#ad2927;
}
.small .small-m{
    margin-top: 25px;
    float: left;
    margin-left: 30%;
}

.small .small-r{
    float: right;
    margin-top: 30px;
    margin-right: 5%;
}
.topnav-t .menu{
    width: 100%;
    height:0px;
    background:#ad2927;
    display: block;
    position: absolute;
    top: 87px;
    left: 0;
    visibility: hidden;
    z-index: 200000;
}
.topnav-t .menu .menul{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.topnav-t .menu .menul a{
    line-height: 73px;
    display: block;
    color: #fff;
    height: 16.6666666666666%;
    transition: all 1s ease;
    text-align: center;
    font-size: 20px;
}
.topnav-t .menu .menul a:nth-of-type(1){
    background: #d13d3b;
}
.topnav-t .menu .menul a:nth-of-type(3){
    background: #d13d3b;
}
.topnav-t .menu .menul a:nth-of-type(5){
    background: #d13d3b;
}
.small{
    display: block;
}
.topnav{
    display: none;
}
@media screen and (min-width:768px){
    .small{
        display: none;
    }
    .topnav{
        display: block;
    }
    .topnav-t .menu{
        display: none;
    }
}
.konhbai{
    width: 100%;
    height: 340px;
    display:none;
}
@media screen and (min-width: 768px){
    .konhbai{
        display:none;
    }
}
/*banner开始*/
.banner{
    width: 100%;
    height: 139px;
    position: relative;
    overflow:hidden;
}
@media screen and (min-width: 768px){
    .banner{
        width: 100%;
        height: 580px;
        position: relative;
        overflow:hidden;
    }
}
.banner .ban1{
    width: 100%;
    height: 139px;
    background:url("../img/zhaoshangxi.jpg") no-repeat;
    background-size:100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .ban2{
    width: 100%;
    height: 139px;
    background:url("../img/jinrongx.jpg") no-repeat;
    background-size:100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .ban3{
    width: 100%;
    height: 139px;
    background:url("../img/caisuixiao.jpg") no-repeat;
    background-size:100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .ban4{
    width: 100%;
    height: 139px;
    background:url("../img/banner-small01.jpg") no-repeat;
    background-size:100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 768px){
    .banner .ban1{
        width: 100%;
        height: 580px;
        background:url("../img/zhaoshang.jpg") no-repeat;
        background-size:100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .banner .ban2{
        width: 100%;
        height: 580px;
        background:url("../img/jinrong.jpg") no-repeat;
        background-size:100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .banner .ban3{
        width: 100%;
        height: 580px;
        background:url("../img/caisui.jpg") no-repeat;
        background-size:100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .banner .ban4{
        width: 100%;
        height: 580px;
        background:url("../img/banner02.jpg") no-repeat;
        background-size:100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}
/*左右箭头*/
.leftbtn{
    position: absolute;
    top: 45%;
    left: 2%;
}
.leftbtn img{
    width: 70%;
    height: 70%;
}
.leftbtn img:hover{
    opacity: 0.5;
}
.rightbtn{
    position: absolute;
    top: 45%;
    right: 2%;
}
.rightbtn img{
    transform: rotate(180deg);
    width: 70%;
    height: 70%;
}
.rightbtn img:hover{
    opacity: 0.5;
}
/*下面的方块*/
.banner .btn{
    width: 300px;
    height: 20px;
    position: absolute;
    bottom: 5%;
    left: 22%;
}
.banner .btn li{
    width: 40px;
    height: 8px;
    margin-right: 10px;
    background:#999;
}
/*bannerpc*/
/*大屏 括号里面是大屏*/
@media screen and (min-width: 768px){
    .banner .btn{
        width:300px;
        height: 20px;
        position: absolute;
        bottom: 5%;
        left: 43%;
    }
    .banner .btn li{
        width: 50px;
        height: 10px;
        margin-right: 10px;
        background:#999;
    }
}

/*关于点金石*/
.about-t{
    width: 100%;
    height: auto;
}
.about-t .about-s{
    margin-top: 20px;
}

.about-t .about-l{
    /*width: 600px;*/
    height: auto;
    background: #d13d3b;
    float: left;
    margin-top: 20px;
    line-height: 30px;
    margin-bottom: 50px;
}
@media screen and (min-width: 768px){
    .about-t .about-l{
        margin-bottom: 0px;
    }
    .about{
        width: 1200px;
        height: auto;
    }
    .about-t .about-s{
        margin-top: 50px;
    }
}
.about-t .about-l p{
    font-size: 16px;
}
.about-t .about-r {
    float:left;
    height: 350px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
}
.about-t .about-l p{
    padding: 25px;
    padding-bottom: 0px;
    text-indent: 2em;
    line-height: 30px;
    color: white;
    margin-left: 2%;
    text-align: justify;
}
.about-t .about-l .more{
    padding: 0px;
    width: 130px;
    height: 36px;
    background: #e1aa43;
    float: right;
    margin-right: 30px;
    border-radius: 30px;
    line-height: 36px;
    font-size: 15px;
    margin-bottom: 25px;
    margin-top:25px;
    text-align: center;
}
.about-t .about-l .more:hover{
    background:#efa00d;
}
.shanghu-xx:hover{
    background:#efa00d;
}
.about-t .about-l .morex{
    padding: 0px;
    width: 130px;
    height: 40px;
    background: #e1aa43;
    float: right;
    margin-right: 30%;
    border-radius: 30px;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 25px;
    margin-top:25px;
    text-align: center;
}
.more{
    display: none;
}
.morex{
    display: block;
}
@media screen and (min-width: 768px){
    .more{
        display: block;
    }
    .morex{
        display: none;
    }
    .about-t .about-r {
        height: 600px;
    }
}
.about-t .about-l a{
    color: white;
}
.about-t .about-r img:nth-of-type(1){
    position: absolute;
    top: 30px;
    width: 92%;
    z-index: 1000;
    box-shadow: 0px 0px 15px #999;
}
.about-t .about-r img:nth-of-type(2){
    width: 50%;
    position: absolute;
    top: 120px;
    left: 30px;
    z-index: 10
}
.about-t .about-r img:nth-of-type(3){
    position: absolute;
    top: 160px;
    left: 170px;
    width: 45%;
}
.about-t .about-r img{
    vertical-align: middle;
}
@media screen and (min-width: 768px){
    .about-t .about-r {
        margin-top: -30px;
    }
    .about-t .about-r img:nth-of-type(1){
        position: absolute;
        top: -30px;
        left: -10px;
        z-index: 1000;
        box-shadow: 0px 0px 15px #999;
        margin-top: 30px;
    }
    .about-t .about-r img:nth-of-type(2){
        position: absolute;
        top: 240px;
        left: 30px;
        width: 40%;
    }
    .about-t .about-r img:nth-of-type(3){
        position: absolute;
        top: 250px;
        left: 255px;

    }
    .about-t .about-l p{
        font-size: 14px;
    }
}
/*产品和服务*/
.product-t{
    width: 100%;
    height: auto;
}
.product{
    margin-bottom: 70px;
}
 .product-s{
    width: 100%;
    height: 100px;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
}
 @media screen and (min-width: 768px){
     .product-s{
         height: 100px;
     }
     .product{
         width: 1200px;
         margin-bottom: 100px;
     }
 }
 .product-s a{
  font-size: 30px;
}
 .product-s p{
    color: #a2a2a2;
    margin-top: -8px;
     font-size: 16px;
}
.product .product-l{
    height: auto;
    text-align: center;
}
.product .product-r{
    height: auto;
    text-align: center;
}
.product img{
    width: 80%;
    text-align: center;
}
.product .tu1{
    margin-top: 40px;
}
/*招商加盟*/
.jiamen{
    margin-bottom:70px;
    position: relative;
    z-index: 2000;
}
.jiamen-l{
    text-align: center;
}
.jiamen-l img{
    width: 90%;
    height: 90%;
    text-align: center;
}
@media screen and (min-width: 768px){
    .jiamen-l img{
        width: 608px;
        height: 342px;
        text-align: center;
    }
    .jiamen{
        width: 1200px;
        margin-bottom:100px;
    }
}
.jiamen-r p:nth-of-type(1){
    font-size: 20px;
    margin-top: 30px;
}
.jiamen-r p:nth-of-type(2){
    font-size: 22px;
    text-align: center;
    margin-top: 50px;
}
.jiamen-r p:nth-of-type(3){
    font-size: 22px;
    color:#d13d3b ;
    margin-top: 20px;
    text-align: center;
}
@media screen and (min-width: 768px){
    .jiamen-r p:nth-of-type(3){
        font-size: 30px;
    }
    .jiamen-r p:nth-of-type(2){
        font-size: 26px;
    }
}
/*加盟优势*/
.jiameny{
    margin-bottom: 50px;
    position: relative;
    z-index: 2000;
}
.jiameny-l{
    margin: 0 auto;
    text-align: center;
}
.jiameny-l .jiameny-zi{
    width: 240px;
    height: auto;
    margin: 20px auto;
}
.jiameny-l .jiameny-zi p:nth-of-type(1){
    font-size: 24px;
    line-height: 30px;
    color: #3c3c3c;
}
.jiameny-l .jiameny-zi p:nth-of-type(2){
    font-size:16px;
    line-height: 30px;
    margin-top: 15px;
}
@media screen and (min-width: 768px){
    .jiameny-l .jiameny-zi p:nth-of-type(1){
        font-size: 18px;
        line-height: 30px;
        color: #3c3c3c;
    }
    .jiameny-l .jiameny-zi p:nth-of-type(2){
        font-size:14px;
        margin-top: 0px;
        line-height: 25px;
    }
    .jiameny{
        width: 1200px;
        margin-bottom: 80px;
    }
}
/*盈利分析*/
.yinli{
    margin-bottom: 50px;
}
.yinli-l{
    margin: 0 auto;
    text-align: center;
}
.yinli-l .yinli-zi{
    width: 90%;
    height: auto;
    margin: 20px auto;
}
.yinli-l .yinli-zi p:nth-of-type(1){
    font-size: 24px;
    line-height: 30px;
    color:#3c3c3c;
    font-weight: bold;
}
.yinli-l .yinli-zi p:nth-of-type(2){
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
}
.yinli-l img{
    width: 90%;
    height: 90%;
}
@media screen and (min-width: 768px){
    .yinli-l .yinli-zi{
        width: 240px;
        height: auto;
        margin: 20px auto;
    }
    .yinli{
        width: 1200px;
        margin-bottom: 80px;
    }
    .yinli-l .yinli-zi p:nth-of-type(1){
        font-size: 18px;
        line-height: 30px;
        color:#3c3c3c;
        font-weight: bold;
    }
    .yinli-l .yinli-zi p:nth-of-type(2){
        font-size: 14px;
        line-height: 25px;
    }
}
/*加盟流程*/
.liuchen{
    margin-bottom: 50px;
    position: relative;
    z-index: 20;
}
.liuchen-l{
    margin: 0 auto;
    /*text-align: center;*/
    overflow: hidden;
}
.liuchen-l img{
    width: 160px;
    height: 84px;
}
.liuchen-l .liuchen-zi{
    width: 120px;
    height: auto;
    margin: 20px 0px;
    text-align: center;
}
.liuchen-l .liuchen-zi p:nth-of-type(1){
    font-size: 34px;
    line-height: 30px;
    color: #d23d39;
    margin-right: 25px;
    font-weight:bold;
}
.liuchen-l .liuchen-zi p:nth-of-type(2){
    margin-top: 10px;
    font-size: 20px;
    padding-right:25px;
}
@media screen and (min-width: 768px){
    .liuchen-l .liuchen-zi p:nth-of-type(1){
        margin-left: 0px;
    }
    .liuchen{
        margin-bottom: 80px;
        width: 1200px;
    }
    .liuchen-l .liuchen-zi p:nth-of-type(2){
        padding-right: 0px;
    }
}
.liuchen-l .liuchen-zi p:nth-of-type(2){
    margin-top: 10px;
    font-size: 16px;
}
@media screen and (min-width: 768px){
    .liuchen-l .liuchen-zi p:nth-of-type(2){
        margin-top: 10px;
        font-size: 14px;
        margin-left: -15%;
    }
    .liuchen-l img{
        width: 100%;
        height: 100%;
    }
}
/*合作伙伴*/
.partner-t{
    margin-bottom: 40px;
}
.partner-l{
    margin-bottom: 30px;
    text-align: center;
}
.partner-l img{
    width: 85%;
    height: 85%;
    text-align: center;
}
/*各地加盟*/
.gedi{
    margin-bottom: 70px;
}
.gedi-t{
    position: relative;
    z-index: 20;
}
.lunbo{
    width: 100%;height: 200px;
    position: relative;
    margin: 0 auto
}
.left{
    width: 30px;height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #bbbbbb;
    margin-top: 90px;
    font-size:30px;
    position: absolute;
    left: 2%;
    top: 10px;
    z-index: 20;
    color: white;
    line-height: 32px;
    cursor: pointer;
}
.right{
    width: 30px;height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #bbbbbb;
    margin-top: 90px;
    font-size:30px;
    position: absolute;
    right: 2%;
    z-index: 20;
    color: white;
    line-height: 32px;
    cursor: pointer;
}
.innerbox{
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.inner{
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.list{
    width: 390px;
    height: 200px;
    float: left;
    margin-left:10px;
}
.list:nth-of-type(2){
    display: none;
}
.list:nth-of-type(3){
    display: none;
}
.con {
    width: 280px;
    height: 200px;
    /*background: pink;*/
    text-align: center;
    line-height: 200px;
    /* margin: auto; */
    margin-left: 10%;
}
.con img{
    width: 100%;
    /*height: 100%;*/
}
@media screen and (min-width: 768px){
    .innerbox{
        width: 1200px;
        height: 230px;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .gedi{
        width: 1200px;
        margin-bottom: 100px;
    }
    .inner{
        width: 2000px;
        height: 230px;
        overflow: hidden;
    }
    .con{
        width: 380px;
        height: 230px;
        /*background: pink;*/
        text-align: center;
        line-height: 200px;
        margin: auto;
    }
    .left{
        left: -30px;
    }
    .list:nth-of-type(2){
        display: block;
    }
    .list:nth-of-type(3){
        display: block;
    }
    .right{
        width: 30px;height: 30px;
        text-align: center;
        border-radius: 50%;
        background: #bbbbbb;
        margin-top: 90px;
        font-size:30px;
        position: absolute;
        right:-40px;
        z-index: 20;
    }
    .partner{
        width: 1200px;
    }
}

/*商户联盟*/
.shanghu-t{
    width: 100%;
    height: 580px;
    background: url("../img/beijin.jpg") no-repeat;
    background-size:100% 100%;
    margin-bottom: 70px;
    border: 1px solid #fff;
}
.shanghu{
    width: 90%;
    height: auto;
    margin: 90px auto;
    overflow: hidden;
}
.shanghu-s{
    width: 195px;
    height: 110px;
}
.shanghut-l{
    float: left;
    width: 8px;
    height: 65px;
    background: white;
}
.shanghut-r{
    margin-left: 10px;
    float: left;
}
.shanghu-z{
    line-height: 20px;
    color: white;
}
.shanghu-z p{
    font-size: 16px;
    line-height: 25px;
}
@media screen and (min-width: 768px){
    .shanghu-z p{
        font-size: 14px;
    }
    .shanghu{
        width: 1200px;
    }
    .shanghu-t{
        /*width: 100%;*/
        /*height: 580px;*/
        /*background: url("../img/beijin.jpg") no-repeat;*/
        /*background-size:100% 100%;*/
        margin-bottom: 100px;
        /*border: 1px solid #fff;*/
    }
}
.shanghu p{
    color: white;
}
.shanghu-x{
    margin-top: 20px;
    line-height: 25px;
    color: white;
}
.shanghu-x p{
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin-left: 40px;
}
.shanghu-x img{
    position: absolute;
    top: 5%;
    left: -40px;
}
@media screen and (min-width: 768px){
    .shanghu-x p{
        font-size: 20px;
    }
}
.shanghu-xx{
    padding: 0px;
    width: 130px;
    height: 36px;
    background: #e1aa43;
    margin-right: 30px;
    border-radius: 30px;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
}
.shanghu-xxx{
    padding: 0px;
    width: 130px;
    height: 40px;
    background: #e1aa43;
    float: right;
    margin-right: 30%;
    border-radius: 30px;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 25px;
    margin-top:25px;
    text-align: center;
}
.shanghu-xxx a{
    color: white;

}
.shanghu-xx{
    display:none;
}
.shanghu-xxx{
    display: block;
}
@media screen and (min-width: 768px){
    .shanghu-xx{
        display: block;
    }
    .shanghu-xxx{
        display: none;
    }
}
.shanghu-xx a{
    line-height: 36px;
    font-size: 15px;
    color: white;
}
.shanghut-r p:nth-of-type(1){
    font-size: 28px;
}
/*新闻中心*/
.new-l{
    text-align: center;
    margin-top: 10px;
}

.new-l img{
    width: 100%;
    box-shadow: 0px 0px 15px #999;
}
@media screen and (min-width: 768px){
    .new-l img{
        text-align: center;
    }
}
.newr{
    width: 100%;
    height: 100px;
    float: left;
    line-height: 25px;
    margin: 10px auto
}
@media screen and (min-width: 768px){
    /*.new-l{*/
        /*!*margin-top: 20px;*!*/
    /*}*/
    .newr{
        width: 600px;
        height: 90px;
        float: left;
        line-height: 25px;
        margin:10px auto;
        margin-top: 0px;
    }
    .new{
        width: 1200px;
    }
}
.new-r-1{
    float: left;
    margin-top: 5px;
    width: 80px;
    height: 80px;
    border-right: 1px solid #b0b0b0;
}
.new-r-1 p:nth-of-type(1){
    font-size: 50px;
    margin-left: 5%;
    margin-top: 15px;
}
.new-r-1 p:nth-of-type(2){
   margin-top: 20%;
    font-size: 20px;
}
.new-r{
    margin: 0 auto;
}
.new-r-r{
    margin-left: 100px;
}
.new-r-r p:nth-of-type(1){
    margin-top: 5px;
    font-size: 22px;
    margin-bottom: 10px;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    /*white-space: nowrap;!*强制不换行*!
    width: 20em;!*不允许出现半汉字截断*!*/
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    color:#818181;
}
.new-r-r p:nth-of-type(2){
    font-size: 16px;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    /*white-space: nowrap;!*强制不换行*!
    width: 20em;!*不允许出现半汉字截断*!*/
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    color:#818181;
}
@media screen and (min-width: 768px){
    .new-r-r p:nth-of-type(1){
        margin-top: 5px;
        font-size: 20px;
        margin-bottom: 10px;
        color: #3a3a3a;
    }
    .new-r-r p:nth-of-type(2){
        font-size: 14px;

    }
    .new-r-1{
        float: left;
        margin-top: 5px;
        width: 80px;
        height: 80px;
        border-right: 1px solid #b0b0b0;
    }
    .new-r-1 p:nth-of-type(2){
        margin-top: 20px;
        font-size: 14px;
        margin-left: 10%;
    }
    .new-r-1 p:nth-of-type(1){
        font-size: 50px;
    }
}
.new-r-r p:nth-of-type(1):hover{
    color: #d13d3b;
}

/*底部文理*/
.wenli1{
    width: 299px;
    height: 468px;
    background: url("../img/wenli1.png") no-repeat;
    position: absolute;
    top: -3600px;
    right: 0;
}
.wenli2{
    width: 180px;
    height: 468px;
    background: url("../img/wenli2.png") no-repeat;
    position: absolute;
    top: -2100px;
    left: 0;
}
.wenli{
    display: none;
    position:relative; 
}
@media screen and (min-width: 768px){
    .wenli{
        display: block;
    }
}
/*友情链接*/
   .foot_Link{
        width:100%;
        margin-top:30px;
        background:#efefef;
     }
   .Link{ 
        width:600px; 
        height:135px; 
        margin:0 auto;
    } 
    .Link-left{   
        width: 100%;
        margin: 0 auto;
        line-height: 40px;
        text-align: center;
    }
    .Link-left p{
        color: #5a5a5a;
        margin-top:10px;
        font-size: 16px;
    }
    .Link_right{
        width:100%;
        height:auto;
        text-align: center;
        margin-top:11px;
    }
    .Link_right p{ 
        padding:10px;
        color:#FFF; 
        line-height:28px;
        height:auto; 
        overflow:hidden;
    }
    .Link_right a{ 
        color:#5a5a5a;
        margin-left:5px;  
        display:block; 
        width:90px; 
        float:left; 
        overflow:hidden; 
        height:30px;
    }
    .Link_right a:hover{
        color:#d13d3b;
    }
@media screen and (min-width: 768px){
    .foot_Link{
        width:100%;
        margin-top:30px;
    }
    .Link{ 
        width:1200px; 
        height:135px; 
        margin:0 auto;
    }
    .Link-left{   
        width: 100%;
        margin: 0 auto;
        line-height: 40px;
        text-align: center;
    }
    .Link-left p{
        color:#5a5a5a;
        font-size: 16px;
        margin-top:10px;
    }
    .Link_right{
        width: 1200px;
        height:110px;
        margin-top:11px;
    }
    .Link_right p{ 
        padding:10px;
        color:black; 
        line-height:28px;
        height:100px; 
        overflow:hidden;
    }
    .Link_right a{ 
        color:#5a5a5a;
        margin-left:5px;  
        display:block; 
        width:90px; 
        float:left; 
        overflow:hidden; 
        height:30px;
    }

}