/****** 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%;
}
/*.PDslogan_cent{*/
    /*position: absolute;*/
    /*top: 200px;*/
    /*left: 20px;*/
/*}*/

/******* search  ******/
.searchBox{
    padding: 42px 0 0;
}
.search_input{
    float: right;
    width: 368px;
    height: 38px;
}
.search_input input{
    width: 330px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #888888;
    padding-left: 16px;
    outline: none;
    background-color: #f0f0f0;
    border: none;
}
.search_input span{
    position: absolute;
    width: 38px;
    height: 38px;
    /*background-color: rgb(48,55,142);*/
}
.search_input a{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("../imgs/search_icon.png") no-repeat;
}
/****** Information ******/
.InformationC_Box{
    /*padding-bottom: 60px;*/
}
/* 左侧列表 */
.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;
}

/* 右侧内容详情 */
.informationShar_rt{
    /*background-color: hotpink;*/
}
.informationShar_item{
    margin-bottom: 60px;
}
.informationShar_item h3{
    margin-bottom: 30px;
}
.informationShar_item p{
    font-size: 14px;
    color: #888888;
    line-height: 22px;
    margin-bottom: 24px;
    text-align: justify;
    text-justify: newspaper;
}
p.informationShar_itemFoucs{
    padding: 30px 12px;
    border-left: 10px solid #dddddd;
    background-color: #f8f8f8;
}
.informationShar_item p img{
    width: 100%;
}

/******* 移动端 ******/
@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;
    }
}











































































