/*头部*/
.t_top_bg{
    background-color: #682680;
    color: #f6f6f6;

}
.t_nav_count li{
    display: inline-block;
    width: 7%;
}
.t_nav_count li a{
    color: #f6f6f6;
}
.t_logo{
    position: absolute;
    left: 11%;
}
@media all and (max-width: 768px) {
    .t_logo{
        position: static;
        left: 0%;
    }
}
.t_logo_img{
    background: url("../image/logo.jpg");
    width: 178px;
    height: 123px;
    background-size: contain;

}
/*底部*/
.b_bottom_nav li{
    width: 15%;
    display: inline-block;
    text-align: center;

}
.b_bottom_nav li a{
    color: #f6f6f6;
}
.b_bottom_nav{
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 30px;
}
@media all and (max-width: 768px){
    .b_bottom_nav li{
        width: 29%;
        line-height: 40px;
    }
    .b_bottom_nav li a{
        font-size: 15px;
    }
}

/*首页*/

/*关于我们*/
.i_about{
    position: absolute;
    top:20%;
    left: 37%;
}
.i_about img{
    width: 80%;
}
.i_about_down{
    position: absolute;
    top: 45%;
    left: 48%;
}
.i_about_count{
    position: absolute;
    top: 35%;
    right: 13%;
    width:550px;
    color: #f6f6f6;
}
.i_about_count p{
    /*font-family: 方正兰亭超细黑简体;*/
    line-height: 24px;
}
.i_about_count p:nth-of-type(1){
    font-size: 22px;
    margin-top: 10px;
}
@media all and (max-width: 1700px){
    .i_about{
        left: 35%;
    }
    .i_about_count{
        right: 8%;
    }
}
@media all and (max-width: 1450px){
    .i_about{
        left: 33%;
    }
    .i_about_count{
        right: 4%;

    }
}
@media all and (max-width: 1350px){
    .i_about{
        left: 31%;
    }
    .i_about_count{
        right: 6%;
        width:450px;
    }
}
.i_sj_about_bg{
    background: url("../image/index/i_sj_about_01.jpg");
    width: 100%;
    background-size: cover;
    padding: 20px 0 80px 0;
    position: relative;
}
.i_sj_about_count{
    color: #f6f6f6;
    padding: 30px 30px;
    background-color: rgba(104, 38, 128,0.5);

}
.i_sj_about_count a{
    position: absolute;
    bottom: 60px;
    left: 45%;
}
.i_sj_about_count p:nth-of-type(1){
    font-size: 18px;
    text-align: center;
}
/*合作客户*/
.i_cooperation{
    background: url("../image/index/i_cooperation_01.jpg");
    width: 100%;

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    position: relative;
}
.i_cooperation_count{
    width: 500px;
    height: 700px;
    background-color: rgba(104, 38, 128,0.8);
    padding-left:40px;
    color: #f6f6f6;
}
.i_cooperation_count>p:nth-of-type(1){
    font-size: 20px;
    padding-top:100px;
}
.i_cooperation_count>p:nth-of-type(2){
    font-size: 26px;
    padding-top:20px;
    padding-bottom:100px;
}
.i_cooperation_count>p:nth-of-type(3){
    font-size: 18px;

    padding-bottom:130px;
}
.i_cooperation_logo li{
    display: inline-block;
    width: 45%;
    text-align: center;
    color: #f6f6f6;
}
.i_cooperation_logo li img{
    width: 60%;
    margin-bottom: 10px;

}

@media all and (max-width: 768px) {
    .i_cooperation_count{
        width: 100%;
        height: 500px;
        padding-left: 0
    }
    .i_cooperation_count>p:nth-of-type(1){
        padding-top: 70px;
        padding-left: 40px
    }
    .i_cooperation_count>p:nth-of-type(2){
    	  padding-left: 40px;
        padding-bottom:55px;
    }
    .i_cooperation_count>p:nth-of-type(3){
    	  padding-left: 40px;
        padding-bottom: 95px;
    }
}
/*招商加盟*/
.i_join_01_count,.i_join_02_count{
    position: absolute;
    top:45%;
    left: 39%;
    text-align: center;
    color:  #f6f6f6;
}
.i_join_01_count{
    top:45%;
}
.i_join_02_count{
    top:30%;
}
.i_join_01_count>p:nth-of-type(1),.i_join_02_count>p:nth-of-type(1){
    font-size: 34px;
    margin-bottom:20px;
}
.i_join_01_count>p:nth-of-type(2),.i_join_02_count>p:nth-of-type(2){

    line-height: 26px;
}
.i_join_02_count a{
    border: 1px solid  #f6f6f6;
    padding: 7px 30px;
    color: #f6f6f6;
    transition: all 1s;
}
.i_join_02_count a:hover{
    border-radius: 10px;
}
@media all and (max-width: 768px){
    .i_join_01_count{
        top: 31%;
    }
    .i_join_01_count, .i_join_02_count{
        left:21%;
    }
    .i_join_01_count>p:nth-of-type(1), .i_join_02_count>p:nth-of-type(1){
        font-size: 24px;
    }
}
.i_new{
    font-size: 24px;
    padding:30px 0;
}
.i_new_title p{
    display: inline-block;
    cursor: pointer;
}
.i_new_count{
    border-bottom: 1px solid  #682680;
    padding-bottom:20px;
    margin:20px 0;
}
.i_new_count .i_new_time{
    font-size: 20px ;
    margin-bottom: 20px;
}
.i_new_count .i_new_time span{
    font-size: 14px ;
    margin-left: 20px;
}
.i_new_count .i_new_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.i_new_count .i_new_count_nr{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
}
.i_new_action{
    color: #682680;
}
@media all and (max-width: 1550px) {
    .i_new_count .i_new_time{
        margin-bottom:10px;
    }
    .i_new_count .i_new_title{

        margin-bottom: 10px;
    }
}

@media all and (max-width: 768px){
    .i_new{
        font-size: 18px;
        text-align: center;
    }
    .i_new_count .i_new_title{
        font-size: 16px;
        margin-top: 10px;
    }
}

/*公司简介*/
.a_nav p{
    border:1px solid #bababa;
    padding: 25px 0;
}
.a_nav_active{
    border:1px solid #682680;
    background-color: #682680;
}
.a_nav_active a{
    color: white;
}
@media all and (max-width: 768px) {
    .a_nav p{

        padding: 10px 0;
    }
}

.a_title h3{
    font-size: 22px;
}
.a_title p:nth-of-type(2){
    width: 30px;
    border: 1px solid #682680;
}
.a_rule_count{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-top:30px ;
}
.a_rule_count p:nth-of-type(2){
    color: #8a8a8a;
    margin: 20px 0;
    line-height: 30px;
}
@media all and (max-width: 768px) {
    .a_title {
        margin-left: 20px;

    }
    .a_rule_count{
        padding:  0 20px;
    }
}
 .a_ry_swiper-container.swiper-container{
        padding: 50px 0;
    }


    .a_ry_swiper-container .swiper-slide{
        position: relative;
    }

    .a_ry_count{
        top:0;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(214, 214, 214, 0.5);
       display: none;

    }
    .a_ry_swiper-container .swiper-slide:hover  .a_ry_count{
        display: block;
    }
    .a_ry_count p{
        padding-left:20px;
        padding-top: 10px;
    }
    .a_ry_swiper-container .swiper-pagination-bullet-active{
        background: #682680;

    }
    @media all and  (max-width: 768px){
        .a_ry_swiper-container.swiper-container{
            padding: 50px 20px;
        }
        .a_ry_count{
            display: block;
        }
    }

/*经营理念*/
.al_count{
    position: absolute;
    top: 45%;
    color: #F6F6F6;
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    transition: all 1s;
}
.al_count_02{
    position: absolute;
    top: 80%;
    color: #F6F6F6;
    text-align: center;
    width: 80%;
    padding: 0 30px;
    opacity: 0;
    transition: all 1s;
    line-height: 26px;
}
.al_hover:hover .al_count{
    top: 26%;
}
.al_hover:hover .al_count_02{
    top: 45%;
    opacity: 1;
}
@media all and  (max-width: 768px){
    .al_count{
        top: 36%;
    }
    .al_count_02{
        opacity: 1;
        top: 60%;
    }
}

/*公司架构*/
.aj_count_box{

    height: 1000px;
    margin:90px 0;
    width: 100%;

}
.aj_count{
    position: absolute;

}
.aj_count img{
    width: 350px;
}
.aj_count01{
    top:35%;
    left: 34%;
}
.aj_count02{
    top:0%;
    left: 34%;
}
.aj_count03{
    top: 18%;
    left: 8%;
}
.aj_count04{
    top: 53%;
    left: 8%;
}
.aj_count05{
    bottom:0%;
    left: 34%;
}
.aj_count06{
    top: 52%;
    left: 60%;
}
.aj_count07{
    top: 17%;
    left: 60%;
}
.aj_count_img02{


    display: none;
}
.aj_count:hover .aj_count_img01{

    display: none;
}
.aj_count:hover .aj_count_img02{

    display: block;
}
@media all  and (max-width: 768px) {
    .aj_count_box{

        height: 800px;
        margin:50px 0;
    }
    .aj_count_img01{
        display: none;
    }
    .aj_count_img02{
        display: block;
    }
    .aj_count img{
        width: 175px;
    }
    .aj_count01 {
        top: 41%;
        left: 27%;
    }
    .aj_count02 {
        top: 1%;
        left: 27%;
    }

    .aj_count03 {
        top: 21%;
        left: 3%;
    }
    .aj_count04 {
        top: 61%;
        left: 3%;
    }
    .aj_count06 {
        top: 61%;
        left: 51%;
    }
    .aj_count05{
        left: 27%;
    }
    .aj_count07 {
        top: 21%;
        left: 51%;
    }
}

/*产品*/
.p_list_two{
    border-bottom: 1px solid #bbbbbb;
}
.p_list_two ul li{
    display: inline-block;
    margin:0 15px;
}

.p_list_two_a_active{
    color: #682680;
}
.p_count img{
    width: 80%;
}
.p_count>div{
    margin:20px 0;
}
.p_count>div h3{
    font-weight:bold;
    margin:15px 0;
}
.p_count>div p{
    margin-bottom: 20px;
}
.p_count>div .a{
    background-color: #682680;
    color: #F6F6F6;
    padding: 5px 15px;

}


/*招商加盟*/
.j_title{
    font-size: 22px;
    font-weight: bold;
}
.i_advantage_title{
    font-size: 18px;
    font-weight: bold;
    position: relative;

}
.i_advantage_title span{
    font-size: 15px;
    color: #682680;
    margin-right: 10px;
}
.i_advantage_count{
    margin-top: 20px;
    line-height: 24px;
    color: #999999;
}
.i_advantage_02{
    margin-top: 280px;
}
.i_advantage_03{
    margin-top: 260px;
}
.i_advantage_04{
    margin-top: 210px;
}
@media all and (max-width: 1550px) {
    .i_advantage_02 {
        margin-top: 199px;
    }
    .i_advantage_03 {
        margin-top: 198px;
    }
    .i_advantage_04 {
        margin-top: 153px;
    }
}
.j_bg{
    background: url("../image/page/j_01.jpg");
    padding: 70px 0px;
    color: white;

}
.j_bg p:nth-of-type(1){
    font-size: 22px;

    margin:20px 0;
}
.j_lc ul li{
    display: inline-block;
    width: 19%;
    text-align: center;
}
.j_lc ul li img{
    width: 70%;
}
.j_lc ul li p{
    margin:20px  0;
}
.j_dp img{
    width: 85%;
    margin:20px 0;
}
@media all and (max-width: 768px){
    .j_title,.i_advantage_title{
        font-size: 16px;

    }
    .j_bg{
        padding:40px 20px;
        background-size: cover;
    }
    .j_bg p:nth-of-type(1){
        font-size: 18px;

    }
    .j_lc ul li img{
        width: 95%;
    }
    .j_lc ul li p{
        font-size: 12px;
    }
    .j_dp img{
        width: 90%;
        margin:10px 0;
    }
}