/* CSS Document */
.head{
    width: 100%;
    position: relative;
}
.head > img{
    display: block;
    width: 100%;
}
.head_title{
    width: 1200px;
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 100;
    margin-left: -600px;
}
/*#########################################################################*/
.details{
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}
.details li{
    width: 290px;
    background-color: #fff;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
}
.li_show{
    width: 100%;
}
.li_show > img{
    display: block;
    width: 100%;
}
.li_info{
    width: 100%;
    border: 1px solid #f0f0f0;
    border-top: none;
    padding: 20px 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.li_info .li_info_con{
    width: 90%;
    position: relative;
    margin:0 auto;
}
.li_info_con h2{
    width: 100%;
    color: #505050;
    font-size: 18px;
    font-weight: normal;
    margin: 0 auto;
}
.li_info_con p{
    color: #787878;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 80px;
}
.li_info_con span{
    color: #c8c8c8;
    font-size: 12px;
}
.li_info_con .more{
    width: 56px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    color: #fff;
    background-color: #252d6c;
    cursor: pointer;
}
.li_info_con .more:hover{
    opacity: 0.8;
}
/*#########################################################################*/
.footer{
    width: 100%;
}
.footer > img{
    display: block;
    width: 100%;
}

/*###########################################################################*/
.pop_details{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    text-align: center;
    background-color: #fff;
    display: none;
}
.pop_details.in{
    -webkit-animation: slideInRight 0.6s ease 0s both;
    -moz-animation: slideInRight 0.6s ease 0s both;
    -o-animation: slideInRight 0.6s ease 0s both;
    -ms-animation: slideInRight 0.6s ease 0s both;
    animation: slideInRight 0.6s ease 0s both;
}
.pop_details.out{
    -webkit-animation: slideOutRight 0.6s ease 0s both;
    -moz-animation: slideOutRight 0.6s ease 0s both;
    -o-animation: slideOutRight 0.6s ease 0s both;
    -ms-animation: slideOutRight 0.6s ease 0s both;
    animation: slideOutRight 0.6s ease 0s both;
}
.pop_details_off{
    position: fixed;
    top: 2%;
    right: 5%;
    z-index: 1000;
    cursor: pointer;
}
.pop_details_con{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
        color: #787878;
    font-size: 15px;
}
.pop_details_con p{
    line-height: 26px;
}
.pop_details_con br{  
    display: inline;
    line-height: 0px;
}
.pop_details_con ul li{
    display: block;
}
.pop_details .minContent{
    /*	height: 100%;*/
}
.pop_details_title{
    width: 100%;
    margin:145px auto 55px;
}
.pop_details_title h2{
    color: #505050;
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
}
.pop_details_title span{
    color: #c8c8c8;
    font-size: 14px;
}
.pop_details_content{
    width: 100%;
    margin:0 auto;
    margin-bottom: 150px;
    text-align: left;
}
.pop_details_content > p{
    color: #787878;
    font-size: 15px;
/*    line-height: 22px;
    margin-bottom: 30px;*/
    text-align: left;
}
.pop_details_content .pop_details_show{
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.pop_details_content p img{
    display: inline-block; 
    max-width: 800px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    /*   max-height: 400px;*/
}
@media screen and (max-width:1400px){

}


