.closestyle1029359{ font-size:12px;color:#333333;text-decoration: none ;}

.banner .slick-prev{
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 35px;
    height: 70px;
    margin-top: -35px;
    border-radius: 3px;
    opacity: .15;
    text-indent: -9999px;
    background-repeat: no-repeat;
    transition: opacity .2s linear 0s;
    left: 5px;
    background: url(images/arrow-left.png) #000 50% no-repeat;}
.banner .slick-next{
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 35px;
    height: 70px;
    margin-top: -35px;
    border-radius: 3px;
    opacity: .15;
    text-indent: -9999px;
    background-repeat: no-repeat;
    transition: opacity .2s linear 0s;
    right: 5px;
    background: url(images/arrow-right.png) #000 50% no-repeat;}
    
.banner .slick-prev:hover{opacity: .6;}
.banner .slick-next:hover{opacity: .6;}
.xfleft h1 a {
      font-size: 24px;
    font-weight: bold;
    color: #f00;}
.xfleft {
    width: 32%;
    float: left;}

.xfleft p {
    color: #fff;}

.xfcenter{
 width: 32%;
    float: left;}

.xfcenter p {
    color: #fff;}

.xfcenter h1 a{
    font-size: 24px;
    font-weight: bold;
    color: #f00;}
.xfright{
  width: 32%;
    float: right;}

.xfright p {
    color: #fff;}
.xfright h1 {

    font-weight: bold;
    color: #f00;}
.xfright h1 a{
    font-size: 24px;
    font-weight: bold;
    color: #f00;}
@media (max-width: 1000px) {
   .xfleft {
    width: 100%;
    float: left;}
.xfcenter{
     width: 100%;
    float: left;}
.xfright{
     width: 100%;
    float: right;}
}


