/****** slogan ******/
.slogan_Box{
    width: 100%;
    margin: 142px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media(min-width: 768px){
    .slogan_Box{
        height: 100px;
    }
}
.slogan_Box{
    width: 100%;
}
.slogan_Box img{
    width: 100%;
}
/****** Information ******/
.InformationC_Box{
    /*padding-bottom: 60px;*/
    margin-top: 80px;
}
/**** 左侧列表 ****/
.informationShar_lt{
    /*background-color: lightpink;*/
    padding-left: 0;
    overflow: hidden;
}
.information_list{
    width: 220px;
}
/*标题*/
.information_list h3,.informationShar_item h3{
    font-size: 20px;
    color: #666666;
    margin: 0 0 16px;
}
.information_list ul{
    width: 220px;
    margin: 0;
    padding: 0;
}
.information_list li{
    height: 46px;
    color: #888888;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
    position: relative;
}
.information_list li span{
    position: absolute;
    top: 50%;
    left: -2px;
    margin-top: -10px;
}
.information_list li a{
    position: absolute;
    top: 50%;
    left: 28px;
    line-height: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    /*margin: auto 0;*/
    color: #888888;
    text-decoration: none;
}
/* 选中时 */
li.infor_active{
    color: #666666;
}
li.infor_active a{
    color: #666666;
}

/***** 右侧内容详情 ******/
.informationMGoods_rt{
    /*background-color: hotpink;*/
    padding: 0;
}
/*单个模块*/
.informationMGoods_item{
    margin-bottom: 60px;
}
.informationMGoods_itemPic{
    overflow: hidden;
    max-width: 870px;
    background-color: rgb(246,246,246);
    padding: 15px 20px;
}
/*图片*/
.MGitem_lt{
    max-width: 395px;
    padding: 0;
}

.MGitem_lt ul{
    margin: 0;
    padding: 0;
    padding-right: 5px;
}
.MGitem_lt ul li{
    padding: 0;
}
.MGitem_lt ul li:nth-child(1){
    padding: 0 5px 5px 0;
}
.MGitem_lt ul li:nth-child(2){
    padding: 0 0 5px 5px;
}
.MGitem_lt ul li:nth-child(3){
    padding: 5px 5px 0 0;
}
.MGitem_lt ul li:nth-child(4){
    padding: 5px 0 0 5px;
}

.MGitem_lt ul li img,.MGitem_rt div img{
    width: 100%;
}
.MGitem_rt{
    float: right;
    max-width: 395px;
    /*margin: 5px;*/
    padding: 0;

}
.MGitem_rt div{
    width: 100%;
    height: 100%;
    padding-left: 5px;

}
/*内容标题*/
.informationMGoods_itemContent{
    overflow: hidden;
    max-width: 870px;
    /*padding: 15px 20px;*/
    margin-top: 30px;
}
.MGitem_ltBtm{
    max-width: 415px;
    padding: 0;
}
.MGitem_rtBtm{
    float: right;
    max-width: 415px;
    padding: 0;
}
.MGitem_ltBtm h3,.MGitem_rtBtm h3{
    font-size: 18px;
    color: #666;
    margin: 0;
    margin-bottom: 26px;
}
.MGitem_ltBtm h3,.MGitem_ltBtm p{
    padding-right: 5px;
}
.MGitem_rtBtm h3,.MGitem_rtBtm p{
    padding-left: 5px;
}

.MGitem_ltBtm p,.MGitem_rtBtm p{
    font-size: 14px;
    color: #888;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 0;
}
/******* 移动端 ******/
@media (max-width: 992px) {
    /* 顶部标题 */
    /*标题*/
    .navBox_lf_title{
        padding: 0 0 0 4px;
        text-align: center;
        margin-left: -75px;
    }
    .navBox_lf_title h3{
        font-size: 14px;
        /*line-height: 44px;*/
    }
    /*slogn*/
    .slogan_Box{
        margin: 53px 0 0;
    }
}
@media (max-width: 768px) {
    /* Information */
    .InformationC_Box{
        margin: 53px 0 0;
    }
    .informationShar_lt{
        padding: 0;
        padding-left: 10px;
    }
    .information_list{
        width: auto;
    }
    .information_list ul{
        width: auto;
    }

}
@media (max-width: 500px){
    /*顶部固定导航*/
    .informationShar_lt{
        padding-left: 0;
        position: fixed;
        z-index: 111;
    }
    .information_list ul{
        /*background-color: pink;*/
    }
    .information_list li{
        float: left;
        width: 25%;
        background-color: #ffffff;
        border-left: 1px solid #cccccc;

    }
    .information_list li span{
        display: none;
    }
    .information_list li a{
        width: 100%;
        left: 0;
        line-height: 14px;
        font-size: 12px;
        -webkit-text-size-adjust: none;
        text-align: center;
    }
    
    /* 选中时 */
    li.infor_active{
        background-color: #2e3092;
    }
    li.infor_active a{
        color: #ffffff;
    }
    .informationShar_rt{
        margin-top: 70px;
    }
    .informationShar_item{
        margin-bottom: 25px;
    }
    .informationShar_item h3{
        margin-bottom: 25px;
    }

    /*内容部分*/
    .informationMGoods_rt{
        margin-top: 60px;
    }
    .informationMGoods_item{
        margin-bottom: 35px;
    }
    .informationMGoods_itemPic{
        padding: 15px;
    }
    .MGitem_lt ul{
        padding-right: 7px;
    }
    .MGitem_rt div{
        padding-left: 7px;
    }
    .informationMGoods_itemContent{
        padding: 0 15px;
        margin-top: 15px;
    }
    .MGitem_ltBtm h3,.MGitem_rtBtm h3{
        font-size: 17px;
        margin-bottom: 13px;
    }
    .MGitem_ltBtm p,.MGitem_rtBtm p{
        font-size: 12px;
        line-height: 20px;
    }
    .MGitem_ltBtm h3,.MGitem_ltBtm p{
        padding-right: 7px;
    }
    .MGitem_rtBtm h3,.MGitem_rtBtm p{
        padding-left: 7px;
    }
}



































































