.point{
    font-size: 14px;
    color: #808080;
    line-height: 90px;
    width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}
.point a{
    color: #808080;
}


.content{
    width: 1200px;
    height: auto;
    margin: 0 auto 30px;
}
.content:after, .content:before{
    content: '';
    height: 0;
    display: table;
}
.content:after{
    clear: both;
}
.banner{
    float: left;
    margin: 30px 0;
}
.part{
    width: 580px;
}
.title{
    height: 50px;
    width: 580px;
    line-height: 50px;
    border-bottom: 1px dashed #bfbfbf;
    font-size: 21px;
}
.title b{
    border-left: 3px solid #ff0000;
    padding-right: 5px;
}
.title a{
    float: right;
    font-size: 12px;
    color: #ff0000;
    margin-right: 20px;
    font-weight: normal;
}
/*.title a:hover{*/
    /*color: #ff0000;*/
/*}*/




/*
--------------------------
                    part1_img_ lunbotu
--------------------------
*/
.atlas4{
    width: 548px;
    height: 341px;
    background: white;
    overflow: hidden;
    position: relative;
    margin: 20px auto 0;
}
.atlas4 ul{
    position: absolute;
    height: 360px;
}
.atlas4 ul li{
    float: left;
    width: 548px;
    height: 341px;
    position: relative;
}
.atlas4 ul li p{
    position: absolute;
    height: 50px;
    width: 498px;
    padding: 0 25px;
    line-height: 50px;
    background: rgba(0,0,0,0.7);
    left: 0;
    bottom: 0;
    color: white;
    font-size: 16px;
}
.atlas4 ul li p b{
    width: 400px;
    overflow: hidden;
    height: 50px;
    display: block;
}
.atlas4 ul li a img{
    height: 360px;
    width: 580px;
}
.atlas4_round{
    position: absolute;
    right: 25px;
    bottom: 15px;
    z-index: 999;
}
.atlas4_round p{
    height: 15px;
}
.atlas4_round p span{
    width: 15px;
    height: 15px;
    margin: 0 4px;
    border-radius: 50%;
    text-align: center;
    float: left;
    display: block;
    cursor: pointer;
}
.a{background:#e62f34;}
.b{background:white;}



/*
--------------------------
                    part2_img
--------------------------
*/
.part_two{
    width: 543px;
    height: 341px;
    margin: 20px auto 0;
}
.part_two a{
    display: block;
    width: 269px;
    height: 168px;
    overflow: hidden;
    float: left;
}
.part_two a img{
    width: 100%;
    height: 100%;
}
.part_two a:nth-child(2n){
    float: right;
}
.part_two a:nth-child(3){
    margin-top: 5px;
}
.part_two a:nth-child(4){
    margin-top: 5px;
}

/*
--------------------------
                    part3
--------------------------
*/
.part_three{
    width: 580px;
    margin-top: 20px;
}
.part_three_img{
    width: 548px;
    height: 341px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.part_three_img img{
    width: 100%;
    height: 100%;
}
.part3_first{
    color: white;
    height: 40px;
    background: rgba(0,0,0,0.7);
    line-height: 40px;
    text-align: center;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
    font-size: 14px;
}
.line{
    border-bottom: 1px dotted #bfbfbf;
    margin-top: 20px;
}
.part3_list{
    padding: 0 16px;
}
.part3_list li{
}
.part3_list li a{
    color: #a09f9f;
    width: 450px;
    height: 20px;
    display: block;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    font-size: 14px;
}
.part3_list li a b{
    color: #ff0000;
    padding-right: 10px;
    font-size: 18px;
}