@charset "utf-8";
/* CSS Document */
.page_turning{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #eeeeee;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-top: 50px;
}
.page_turning > a > div > span{
    width: 20px;
    height: 40px;
    background-color: #cccccc;
    line-height: 40px;
    color: #fafafa;
    font-weight: bold;
    text-align: center;
    font-size: 16px; 
}
.page_turning > a > div > p{
    width: 350px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 40px;
}
.page_turning .left_page_region > span{
    margin-right: 6px;
}
.page_turning .right_page_region > span{
    margin-left: 6px;
}
.page_turning .left_page_region:hover span,
.page_turning .right_page_region:hover span{
    background-color: #004ea2;
}
.page_turning .left_page_region:hover p,
.page_turning .right_page_region:hover p{
    color: #004ea2;
    line-height: 40px;
}
@media screen and (max-width: 768px) {	
.page_turning{
    width: 100%;
    height: 100%;
}
  .page_turning > a > div > p{
    width: 90%;
    line-height: 40px;
}
.hotspot > div.fdx{
    display:none; 
}

}
.hotspot > div{
    padding: 40px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {	
    .hotspot > div{
    padding: 0px;
    box-sizing: border-box;
}
  }
.hotspot > div.clearfix{
    padding: 0;
}
.hotspot > div.fdx{
    height: 150px;
    width: 1px;
    background-color: #cccccc;
    padding: 0;
    margin-left: 8px;
    margin-top: 90px;
}
.hotspot .hot_title{
    text-align: center;
    margin-bottom: 16px;
}
.hotspot .hot_title h2{
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}
.hotspot .hot_title span{
    width: 80px;
    height: 3px;
    background-color: #004ea2;
    display: block;
    margin: 0 auto;
}
.hotspot > div > ul{
    width: 360px;
    height: auto;
    box-sizing: border-box;
}
.hotspot > div > ul > li{
    font-size: 16px;
    width: 360px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    background: url(../images/ys_li02.png) no-repeat 0 center;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    box-sizing: border-box;
    line-height: 26px;
}
.hotspot > div > ul > li > a{
    color: #555555;
}
.hotspot > div > ul > li:hover a{
    color: #004ea2;
}
.configuration{ margin-top: 50px;}
.configuration .configuration_title{
    text-align: center;
    margin-bottom: 30px;
}
.configuration .configuration_title > h2{
    line-height: 30px;
    font-size: 20px;
    display: inline-block;
    border-bottom: 3px solid #333333;
}
.configuration .configuration_details_cont{
  
}
.configuration_details_cont .configuration_part{
    width: 25%;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    margin-bottom: 20px;
}
.configuration_part .configuration_part_cont{
    border: 1px solid #cccccc;
}
.configuration_part .configuration_part_cont .configuration_pic{
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.configuration_part .configuration_part_cont .configuration_pic > img{
    width: 100%;
    height: 100%;
}
.configuration_part .configuration_part_cont > p{
    line-height: 36px;
    height: 36px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    background-color: #cccccc;
    font-size: 12px;
    padding: 0 6px;
    box-sizing: border-box;
    color: #333333;
}

.configuration_part:hover .configuration_part_cont > p{
    background-color: #004EA2;
    color: #fcfcfc;
}
.configuration_part:hover .configuration_part_cont .configuration_pic > img{
    transform: scale(1.2);
    transition: 1s;
}
@media screen and (max-width:1000px){
    .configuration_details_cont .configuration_part{
        width: 50%;
    }
}