/*banner*/
.banner{
    width: 100%;
    height: 321px;
    background: url("../img/banshanghu.png") no-repeat;
    background-size:100% 100%;
    margin-bottom: 74px;
}
/*关于联盟*/
.product-s{
    width: 100%;
    height: 100px;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
}
.product-s a{
    font-size: 30px;
    color: #d13d3b;
}
.product-g{
    width: 140px;
    height: 4px;
    background:#b5b5b5;
    margin:  0 auto;
}
.product-s p{
    border-top: 1px solid #a9a9a9;
    color: #a2a2a2;
}
.about{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    padding: 0 20px;
}
.about-l img{
    box-shadow: 0px 0px 15px #999;
}
/*大屏按钮*/
.about-r p{
    text-align: justify;
    color: #484849;
    margin-bottom: 25px;
    line-height: 30px;
    text-indent: 2em;
    font-size: 16px;
}
.about-r .morem{
    width: 130px;
    height: 36px;
    background:#e1aa43;
    margin-left: 255px;
    border-radius:30px;
    line-height: 36px;
    text-align: center;
}
.morem:hover{
    background:#efa00d;
}
.about-r .moremx{
    padding: 0px;
    width: 150px;
    height: 50px;
    background: #e1aa43;
    float: right;
    margin-right: 30%;
    border-radius: 30px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
}
.morem a{
    color: #fff;
}
.moremx a{
    color: #fff;
}
.morem{
    display: none;
}
.moremx{
    display:block;
}
/*小屏按钮*/
@media screen and (min-width: 768px){
    .morem{
        display: block;
    }
    .moremx{
        display:none;
    }
}
.about-l img{
    width: 95%;
    margin-left: 3%;
}
.about-l{
    margin-bottom: 50px;
}
@media screen and (min-width: 768px){
    .about{
        width: 1200px;
        margin-bottom: 74px;
    }
    .about-l img{
        width: 100%;
    }
    .about-l{
        margin-bottom: 0px;
    }
    .about-r p{
        font-size: 14px;
        line-height: 25px;
    }
}
/*联盟宗旨*/
.zongzhi{
    width: 100%;
    height:240px;
    background: url("../img/shanghubeijin.png");
    position: relative;
    margin-bottom: 74px;
}
.zongzhi-kuang{
    width: 350px;
    height:250px;
    background: url("../img/1111111.png");
    position: absolute;
    top: 0px;
    left: 3.5%;
}

.zongzhi-kuang p:nth-of-type(1){
    position: absolute;top: 10px;
    left: 39%;
    color: #fff;
    font-size: 20px;
}
.zongzhi-kuang p:nth-of-type(2){
    color:#fff;
    font-size: 16px;
    position: absolute;
    padding:0 30px;
    line-height: 30px;
    top: 20%;
    text-indent: 2em;
    text-align: justify;
}
@media screen and (min-width: 768px){
    .zongzhi-kuang{
        width: 1204px;
        height:162px;
        background: url("../img/kuang.png");
        position: absolute;
        top: 45px;
        left: 0px;
        right:0px;
        margin:auto;
    }
    .zongzhi-kuang p:nth-of-type(1){
        position: absolute;top: -20px;
        left: 44%;
        color: #fff;
        font-size: 34px;
    }
    .zongzhi-kuang p:nth-of-type(2){
        color:#fff;
        font-size: 23px;
        position: absolute;
        padding:0 30px;
        line-height: 50px;
        top: 20%;
        text-indent: 2em;
    }
}

/*我们的优势*/
.youshi{
    width: 100%;
    height: auto;
}
.youshi-s{
    margin-bottom: 44px;
}
.youshi-l{
    float: left;
}
.youshi-r{
    width: 270px;
    margin-left: 22%;
}
.youshi-r p:nth-of-type(1){
    color: #666666;
    font-size: 18px;
    line-height: 30px;
}
.youshi-r p:nth-of-type(2){
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}
@media screen and (min-width: 768px){
    .youshi{
        width: 1200px;
    }
    .youshi-r p:nth-of-type(2){
        line-height: 25px;
        font-size: 14px;
    }
    .youshi-r{
        width: 270px;
        margin-left: 25%;
    }
}
/*大图片*/
.tupian{
    width: 100%;
    height: 605px;
    background: url("../img/datu.jpg");
    background-size: 100% 100%;
    margin-bottom: 74px;
    display: none;
}
.tupianxiao{
    width: 100%;
    height: 237px;
    background: url("../img/xiaotu.jpg") no-repeat;
    margin-bottom: 50px;
    background-size: contain;
    display: block;
}
@media screen and (min-width: 768px){
    .tupian{
        display: block;
    }
    .tupianxiao{
        display:none;
    }
}

/*联盟活动*/
.lianmeng{
    width: 100%;
    height: auto;
    margin-bottom: 44px;
}
.lianmeng-l p:nth-of-type(1){
    font-size:18px;
    text-align: center;
    color: #666666;
    margin-top:32px;
}
.lianmeng-l img{
    width: 95%;
    margin-left: 3%;
}
.lianmeng-l p:nth-of-type(2){
    font-size:16px;
    text-align: center;
    color: #bebebe;
    margin-top: 15px;
    margin-bottom: 30px;
}
@media screen and (min-width: 768px){
    .lianmeng{
        width:1200px;
    }
    .lianmeng-l img{
        width: 100%;
        margin-left: 0;
    }
    .lianmeng-l p:nth-of-type(2){
        font-size:14px;
    }
}
/*企业联盟*/
/*大屏*/
.qiye{
    width: 1204px;
    height: 403px;
    background: url("../img/lingxing.png") no-repeat;
    margin: 0 auto;
    position: relative;
    margin-bottom: 60px;
}
.qiyetu1{
    position: absolute;
    top: 12%;
    left: 40px;
}
.qiyetu2{
    position: absolute;
    top: 12%;
    left: 240px;
}
.qiyetu3{
    position: absolute;
    top: 12%;
    left: 440px;
}
.qiyetu4{
    position: absolute;
    top: 12%;
    left: 640px;
}
.qiyetu5{
    position: absolute;
    top: 12%;
    left: 840px;
}
.qiyetu6{
    position: absolute;
    top: 12%;
    left: 1040px;
}
.qiyetu7{
    position: absolute;
    top: 55%;
    left: 140px;
}
.qiyetu8{
    position: absolute;
    top: 55%;
    left: 340px;
}
.qiyetu9{
    position: absolute;
    top: 55%;
    left: 540px;
}
.qiyetu10{
    position: absolute;
    top: 55%;
    left: 740px;
}
.qiyetu11{
    position: absolute;
    top: 55%;
    left: 940px;
}
.qiye-t{
    display: none;
}
.qiyexiao-t{
    display:block;
}
@media screen and (min-width: 768px){
    .qiye-t{
        display:block;
    }
    .qiyexiao-t{
        display:none;
    }
}
/*小屏*/
.qiyexiao-t{
    width: 100%;
    height:420px;
}
.qiyexiao{
    width: 100%;
    height: 100%;
}
.qiyexiaotu{
    width: 100px;
    height: 80px;
    float: left;
    margin-left: 5%;
    margin-bottom: 20px;
}
.qiyexiaotu img{
    width: 80%;
    margin-left: 10px;
}
/*}*/
/*二维码*/
/*大*/
.shaoma{
    width: 1200px;
    margin: 0 auto;
    display:none;
}
/*小*/
.shaomax{
    display:block;
}
.shaomax img{
    width: 100%;
}
@media screen and (min-width: 768px){
    .shaoma{
        display:block;
    }
    .shaomax{
        display:none;
    }
}
/*banner小屏消失*/
.banner{
    display: none;
}
@media screen and (min-width: 768px){
    .banner{
        display:block;
    }
}
