/*焦点图*/
.foucs_box{
    width: 1120px;
    position: relative;
    margin: auto;
}
.foucs_box:after{
    clear: both;
    display: block;
    content: "";
    height: 0;
    visibility:  hidden;
}
.foucs_box .hd{
    position: absolute;
    z-index: 90;
    right: 60px;
    bottom: 10px;
}
.foucs_box .hd li{
    width: 10px;
    height: 10px;
    float: left;
    line-height: 100px;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    border-radius: 15px;
    background-color: #70686a;
    opacity: 0.7;
}
.foucs_box .hd li.on{
    background-color: #eadede;
    opacity: 1;
}
.foucs_box .bd a{
    display: block;
    float: left;
}
.foucs_box img{
    width: 100%;
    height: 380px;
}

/*首页正文*/
.content_box{
    display: -webkit-box; 
    display: -moz-box; 
    display:-webkit-flex;
    display: -ms-flexbox;
    display:flex;
    width: 1120px;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-box-pack:space-between;
    -moz-box-pack:space-between;
    box-pack:space-between;
    margin: auto;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 0 40px;
}
.content_box a span{
    display: inline-block;
    color: #534d4c;
    font-weight: normal;
    padding: 20px 0 20px 10px;
}
.content_box .content_left{
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.content_box .content_left img{
    width: 500px;
    height: 610px;
}
.content_box .content_right{
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.content_box .content_right img{
    width: 500px;
    height: 290px;
}
.content_box .content_right a:first-child{
    display: -webkit-box; 
    display: -moz-box; 
    display:-webkit-flex;
    display: -ms-flexbox;
    display:flex;
    width: 500px;
    height: 290px;
    -webkit-justify-content:center;
    justify-content:center;
    -moz-box-pack:center;
    -moz-box-pack:center;
    box-pack:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    flex-direction:column;
    -webkit-flex-direction:column;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.content_box .content_right i{
    width: 135px;
    height: 25px;
    margin: 20px auto 20px;
    background: url(../img/index/shouhuo.png) no-repeat;
}

