
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 732px;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 732px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 732px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 732px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 12px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #d5b570;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 4%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }


/*product*/

.product{
    width: 1280px;
    margin: 85px auto 0 auto;
}

.product .pro_title{
    text-align: center;
    margin: 0 auto;
    background: url(../images/pro_t.png) no-repeat center;
}

.product .pro_title h3{
    font-size: 36px;
    color: #3d3d3d;
    line-height: 50px;

}


.product .pro_title i{
    display: block;
    font-size: 30px;
    color: #ce9d38;
    letter-spacing: 5px;
}

.product .pro_list{
    margin: 55px auto 0 auto;
    height: 112px;
}

.product .pro_list .pro_t{
    float: left;
    width: 239px;
    height: 112px;
    background: url(../images/pro_list.png) no-repeat center;
}

.product .pro_list .pro_t h3 a{
    display: block;
    font-size: 30px;
    color: #ce9d38;
    margin: 53px 0 0 117px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;

}

.product .pro_list .pro_nr{
    float: right;
    width: 1040px;
    height: 110px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
} 
 

.product .pro_list .pro_nr ul li{
    float: left;
    width: 140px;
    text-align: center;
    position: relative;
    z-index: 5;
    margin-left: 8px;
}

.product .pro_list .pro_nr ul li a{
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 35px;
}

.product .pro_list .pro_nr ul li a i{
    display: block;
    font-size: 12px;
    color: #cdcdcd;
    text-transform: uppercase;
    margin-top: 5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.product .pro_list .pro_nr ul li::after{
    width: 100%;
    height: 0px;
    border-radius: 5px;
    background: #dbb76c url(../images/buttom1.png) no-repeat center 80px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_list .pro_nr ul li.on::after{
    height: 110px;
}

.product .pro_list .pro_nr ul li.on a{
    color: #fff;
    font-weight: bold;

}

.product .pro_list .pro_nr ul li.on a i{
    opacity: 0;

}

.product .pro_box{
    width: 1360px;
    margin: 40px auto 0 auto;

} 
 

.product .pro_box ul li{
    float: left;
    width: 409px;
    height: 373px;
    border: 1px solid #e5e5e5;
    margin: 0 24px 20px 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box ul li .pic{
    width: 390px;
    height: 294px;
    margin: 9px 9px 0 9px;
    overflow: hidden;
}

.product .pro_box ul li .pic img{
    width: 390px;
    height: 294px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box ul li .txt{
    width: 390px;
    height: 68px;
    line-height: 68px;
    margin: 0 auto;
} 

.product .pro_box ul li .txt h5 a{
    font-size: 16px;
    color: #555555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: left;
    width: 300px;
}

.product .pro_box ul li .txt h5 a i{
    font-size: 25px;
    color: #dbb76c;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    margin-right: 10px;
}

.product .pro_box ul li .txt .more{
    display: block;
    float: right;
    background: url(../images/more.png) no-repeat center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-top: 18px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box ul li:hover .txt .more{
    background: #dbb86e url(../images/more1.png) no-repeat center;
}

.product .pro_box ul li:hover{
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

.product .pro_box ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}



/*banner_1*/

.banner_1{
    width: 100%;
    height: 358px;
    margin: 60px auto 0 auto;
    background: url(../images/banner_1.jpg) no-repeat center;
}

.banner_1 .cont{
    width: 1280px;
    margin: 0 auto;
}

.banner_1 .cont .cont_l{
    float: left;
    width: 640px;
}

.banner_1 .cont .cont_l span{
    display: block;
    margin-top: 103px;
}

.banner_1 .cont .cont_l p{
    margin-top: 53px;
    line-height: 80px;
    font-size: 34px;
    color: #373737;
    font-family: "simsun";
    font-weight: bold;

}

.banner_1 .cont .cont_l p i{
    font-size: 46px;
    color: #fff;
    font-family: "simsun";
    font-weight: bold;
}

.banner_1 .cont .te{
    float: left;
    margin: 75px 0 0 70px;
    width: 490px;
} 
 
.banner_1 .cont .te ul li{
    width: 95px;
    text-align: center;
    float: left;
    margin-bottom: 20px;
    margin-right: 15px;

}

.banner_1 .cont .te ul li p{
    font-size: 18px;
    color: #444444;

}


.banner_1 .cont .te ul li .te_list {
    display: block;
    overflow: hidden;
    transition-duration: 0.7s;
    margin: 0px auto 8px auto;
    width: 67px;
    height: 67px;
    background: #e9d7b2;
    border-radius: 5px;
  }
  
  .banner_1 .cont .te ul li .te_list .te_img {
    display: block;
    position: relative;
    transition: 0.7s;
    font-size: 0;
  }
  
  .banner_1 .cont .te ul li .te_list .te_img i{
    display: block;
    width: 67px;
    height: 67px;
    text-align: center;
    line-height: 67px;
    margin: 0px auto;
  }

  .banner_1 .cont .te ul li .te_list .te_img i img{
    vertical-align: middle;
    display: inline-block;
    width: 67px;
    height: 67px;
  }

  .banner_1 .cont .te ul li .te_list .te_img i:before{
    /* 辅助ie8图片居中 */
    content: '';
    height: 67px;
    width: 1px;
    font-size: 0;
  }
  
  
  .banner_1 .cont .te ul li .te_list .te_img {
    width: 100%;
    height: 200%;
    top:0;
  }

  .banner_1 .cont .te ul li.on .te_img {
    top:-67px;
  }

  .banner_1 .cont .te ul li.on .te_list{
      background: #000000;
  }


  
/*title*/

.title{
    background: url(../images/title.png) no-repeat left top;
}

.title img{
    display: block;
    padding: 20px 0 0 15px;
}

.title h3{
    font-size: 39px;
    color: #4c4c4c;
    margin-top: 20px;

}

.title h3 a{
    display: block;
    font-size: 39px;
    color: #4c4c4c;
}


/*ys*/

.ys_bg{
    width: 100%;
    height: 892px;
    margin: 0px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat  center;
}

.ys_bg .ys{
    width: 1280px;
    margin: 0 auto;
    padding-top: 70px;
}

.ys_bg .ys .ys_t{
    text-align: center;
    margin: 0 auto;
}

.ys_bg .ys .ys_t img{
    display: block;
    margin: 0 auto;
}

.ys_bg .ys .ys_t h3{
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    font-family: "simsun";
    margin-top: 35px;


}

.ys_bg .ys .ys_t h3 i{
    font-size: 41px;
    color: #fff;
    font-weight: bold;
    font-family: "simsun";
}

.ys_bg .ys .ys_box{
    margin: 36px auto 0 auto;
    position: relative;
}  

.ys_bg .ys .ys_box .ys_xt{
    font-size: 16px;
    color: #ce9d38;
    letter-spacing: 23px;
    position: absolute;
    top: 73px;
    left: 430px;
}

.ys_bg .ys .ys_box .bd{
    float: left;
    margin-top: 155px;
    width: 970px;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 970px;
    position: relative;
}

.ys_bg .ys .ys_box .bd ul li .txt{
    height: 130px;
    position: relative;

}

.ys_bg .ys .ys_box .bd ul li h5{
    float: left;
    width: 180px;
    background: url(../images/ys_xt.png) no-repeat right center;
    font-size: 28px;
    color: #4a4a4a;
    height: 75px;
    margin-top: 10px;

}

.ys_bg .ys .ys_box .bd ul li h5 i{
    display: block;
    font-size: 14px;
    color: #7e7e7e;
    text-transform: uppercase;
    margin-top: 5px;
}

.ys_bg .ys .ys_box .bd ul li p{
    float: left;
    width: 585px;
    margin-left: 40px;
    font-size: 16px;
    color: #767676;
    line-height: 40px;

}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    margin: 0 auto;
}

.ys_bg .ys .ys_box .bd ul li .ys_img dl{
    float: left;
    width: 295px;
    height: 240px;
    margin-right: 30px;

}

.ys_bg .ys .ys_box .bd ul li .ys_img dl img{
    width: 295px;
    height: 240px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img dl:last-child{
    margin-right: 0;
}


.ys_bg .ys .ys_box .hd{
    float: right;
    width: 347px;
    margin-right: -70px;
    margin-top: 45px;
} 

.ys_bg .ys .ys_box .hd ul li{
    position: relative;
    z-index: 5;
    width: 347px;
    height: 101px;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 45px;
    margin: 5px 0;
}

.ys_bg .ys .ys_box .hd ul li span{
    display: block;
    width: 66px;
    height: 66px;
    background: url(../images/ys_list.png) no-repeat  center;
    margin: 18px 0 0 20px;
    float: left;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li span em{
    display: block;
    width: 66px;
    height: 66px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li h5{
    font-size: 22px;
    color: #3d3d3d;
    float: left;
    margin: 22px 0 0 25px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li h5 i{
    display: block;
    font-size: 12px;
    color: #777777;
    text-transform: uppercase;
    margin-top: 3px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li.ys1 span em{
    background: url(../images/ys_ico1.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys2 span em{
    background: url(../images/ys_ico2.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys3 span em{
    background: url(../images/ys_ico3.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys4 span em{
    background: url(../images/ys_ico4.png) no-repeat  center;
}




.ys_bg .ys .ys_box .hd ul li::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 101px;
    content: "";
    z-index: -1;
    background: #fff url(../images/buttom4.png) no-repeat 280px  center;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 45px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li.on::after{
    width: 100%;
}

.ys_bg .ys .ys_box .hd ul li.on h5{
    font-weight: bold;
}

.ys_bg .ys .ys_box .hd ul li.on span{
    background: #ce9d38;

}

.ys_bg .ys .ys_box .hd ul li.ys1.on span em{
    background: url(../images/ys_ico11.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys2.on span em{
    background: url(../images/ys_ico22.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys3.on span em{
    background: url(../images/ys_ico33.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys4.on span em{
    background: url(../images/ys_ico44.png) no-repeat  center;
}

.ys_bg .ys .ys_box .next{
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 85px;
    background: url(../images/left.png) no-repeat  center;
    width: 18px;
    height: 15px;
}

.ys_bg .ys .ys_box .prev{
    cursor: pointer;
    position: absolute;
    left: 155px;
    top: 85px;
    background: url(../images/right.png) no-repeat  center;
    width: 18px;
    height: 15px;
}

.ys_bg .ys .ys_box .hd ul li::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
    content: "";
    background: #ce9d38;
    border: 2px solid #ce9d38;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li.on::before{
    background: #fff;
    width: 10px;
    height: 10px;
}

.ys_bg .ys .ys_box .hd ul li.ys1::before{
    position: absolute;
    left: -955px;
    top: 37px;
}


.ys_bg .ys .ys_box .hd ul li.ys2::before{
    position: absolute;
    left: -932px;
    top: -69px;
}


.ys_bg .ys .ys_box .hd ul li.ys3::before{
    position: absolute;
    left: -908px;
    top: -175px;
}

.ys_bg .ys .ys_box .hd ul li.ys4::before{
    position: absolute;
    left: -885px;
    top: -281px;
}

/*case*/

.case_bg{
    width: 100%;
    height: 970px;
    margin: 0px auto 0 auto;
    background: #f8f8f8;
}

.case_bg .case{
    width: 1280px;
    margin: 0 auto;
    padding-top: 80px;
}

.case_bg .case .case_t{
    overflow: hidden;
}

.case_bg .case .case_t .title{
    float: left;
}

.case_bg .case .case_t .tel{
    float: right;
    padding-left: 40px;
    font-size: 20px;
    color: #524e4e;
    font-weight: bold;
    background: url(../images/tel1.png) no-repeat left center;
    margin-top: 85px;
} 

.case_bg .case .case_box{
    width: 1360px;
    margin: 40px auto 0 auto;
} 

.case_bg .case .case_box ul li{
    float: left;
    width: 289px;
    height: 294px;
    background: #fff;
    margin: 0 40px 25px 0;
    position: relative;
    z-index: 5;
}

.case_bg .case .case_box ul li .pic{
    width: 269px;
    height: 223px;
    margin: 10px 10px 0 10px;
    position: relative;
    z-index: 5;


}

.case_bg .case .case_box ul li .pic img{
    width: 269px;
    height: 223px;
}

.case_bg .case .case_box ul li .txt{
    width: 269px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
} 

.case_bg .case .case_box ul li .txt h5 a{
    float: left;
    width: 200px;
    font-size: 16px;
    color: #777777;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.case_bg .case .case_box ul li .txt .more{
    background: url(../images/more2.png) no-repeat center;
    display: block;
    float: right;
    width: 21px;
    height: 5px;
    margin-top: 27px;
}
 
.case_bg .case .case_box ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 0px;
    background: #dbb86e;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case .case_box ul li.on::after{
    height: 100%;
}

.case_bg .case .case_box ul li.on .txt h5 a{
    color: #fff;

}

.case_bg .case .case_box ul li.on .txt .more{
    background: url(../images/more3.png) no-repeat center;

}


/*about*/

.about{
    width: 1280px;
    margin: 55px auto 0 auto;
    height: 770px;
}

.about .ab_l{
    float: left;
    width: 620px;
    margin-top: 35px;
}

.about .ab_l .txt {
    margin-top: 60px;
}

.about .ab_l .txt p{
    font-size: 16px;
    color: #7f7f7f;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
    width: 580px;
}

.about .ab_l .txt .more{
    display: block;
    font-size: 16px;
    color: #575757;
    margin-top: 40px;
    height: 27px;
    background: url(../images/more4.png) no-repeat left bottom;
    width: 95px;
}

.about .ab_l .ab_list{
    margin-top: 80px;

}

.about .ab_l .ab_list ul li{
    float: left;
    width: 166px;
    height: 173px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    margin-right: 38px;
    position: relative;

}

.about .ab_l .ab_list ul li .txt{
    height: 54px;
    position: relative;
    width: 166px;
    margin: 0 auto;
}

.about .ab_l .ab_list ul li .txt span{
    display: block;
    width: 48px;
    height: 48px;
    background: #f1e3c5;
    border: 6px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: -17px;
    top: -37px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ab_l .ab_list ul li .txt span i{
    display: block;
    width: 48px;
    height: 48px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ab_l .ab_list ul li.ab1 .txt span i{
    background: url(../images/ab_ico1.png) no-repeat  center;
}

.about .ab_l .ab_list ul li.ab2 .txt span i{
    background: url(../images/ab_ico2.png) no-repeat  center;
}

.about .ab_l .ab_list ul li.ab3 .txt span i{
    background: url(../images/ab_ico3.png) no-repeat  center;
}

.about .ab_l .ab_list ul li:hover .txt span{
    background: #dbb86e;
}

.about .ab_l .ab_list ul li.ab1:hover .txt span i{
    background: url(../images/ab_ico11.png) no-repeat  center;
}

.about .ab_l .ab_list ul li.ab2:hover .txt span i{
    background: url(../images/ab_ico22.png) no-repeat  center;
}

.about .ab_l .ab_list ul li.ab3:hover .txt span i{
    background: url(../images/ab_ico33.png) no-repeat  center;
}



.about .ab_l .ab_list ul li .txt a{
    display: block;
    font-size: 16px;
    color: #4a4a4a;
    margin: 0px 0 0 10px;
    padding-top: 10px;
}

.about .ab_l .ab_list ul li .pic{
    width: 146px;
    height: 111px;
    margin: 0 auto;

}

.about .ab_l .ab_list ul li .pic img{
    width: 146px;
    height: 111px;
}

.about .ab_img{
    float: right;
    width: 654px;
} 

.about .ab_img img{
    width: 640px;
    height: 630px;
    border: 7px solid #f8f8f8;
    border-radius: 5px;

}

.about .ab_img p{
    margin-top: 20px;
    font-size: 16px;
    color: #999999;
    text-align: right;
    letter-spacing: 2px;

}
 

/*news*/

.news_bg{
    width: 100%;
    margin: 0 auto;
    height: 925px;
    background: url(../images/news_bg.jpg) no-repeat top center; 
}

.news{
    width: 1280px;
    margin: 0 auto;
    padding-top: 100px;
}

.news .news_t{
    overflow: hidden;
}

.news .news_t .title{
    float: left;
}

.news .news_t .news_list{
    float: right;
    margin-top: 70px;

} 

.news .news_t .news_list ul li{
    float: left;
    width: 132px;
    height: 45px;
    line-height: 45px;
    background: #ecebe9;
    border-radius: 5px;
    margin-left: 30px;
    position: relative;
    z-index: 5;
}

.news .news_t .news_list ul li a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li::after{
    width: 0px;
    height: 45px;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    content: "";
    background: #dbb86e;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.casehover a {
    font-weight: bold;
}

.news .news_t .news_list ul li.casehover::after{
    width: 100%;
}

.news .news_box{
    margin: 60px auto 0 auto;
}

.news .news_box .news_l{
    float: left;
}

.news .news_box .news_l ul li{
    width: 370px;
    height: 460px;
    border: 1px solid #e8e8e8;
    margin-right: 45px;
    float: left;
    position: relative;
    z-index: 5;

}

.news .news_box .news_l ul li .news_img{
    width: 370px;
    height: 299px;
}

.news .news_box .news_l ul li .news_img img{
    width: 370px;
    height: 299px;
}

.news .news_box .news_l ul li .txt{
    margin: 30px 20px 0 20px;

} 

.news .news_box .news_l ul li .txt a{
    font-size: 16px;
    color: #434343;
    font-weight: bold;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
    display: block;
}

.news .news_box .news_l ul li .txt span{
    display: block;
    font-size: 12px;
    color: #b8b8b8;
    padding-left: 25px;
    line-height: 18px;
    background: url(../images/buttom2.png) no-repeat left center;
   text-align: right;
   margin-left: 245px;
}

.news .news_box .news_l ul li .txt_on{
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0 30px;
    height: 0;
    width: 310px;
    background: url(../images/news_list.jpg) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.news .news_box .news_l ul li .txt_on h5 a{
    font-size: 16px;
    color: #434343;
    font-weight: bold;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    display: block;
    margin-top: 110px;
}

.news .news_box .news_l ul li .txt_on p{
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin-top: 35px;

}

.news .news_box .news_l ul li .txt_on span{
    display: block;
    font-size: 12px;
    color: #7a7a7a;
    padding-left: 25px;
    line-height: 18px;
    background: url(../images/buttom3.png) no-repeat left center;
    margin-top: 25px;
}

.news .news_box .news_l ul li .txt_on .more{
    display: block;
    margin-top: 40px;
    background: url(../images/more5.png) no-repeat  center;
    width: 128px;
    height: 40px;

}

.news .news_box .news_l ul li:hover .txt_on {
    height: 100%;
    opacity: 1;
}

.news .news_box .news_r{
    width: 445px;
    float: right;
}

.news .news_box .news_r ul li{
    width: 445px;
    height: 150px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
}

.news .news_box .news_r ul li:last-child{
    border-bottom: none;
}

.news .news_box .news_r ul li .news_img{
    float: left;
    width: 239px;
    height: 142px;
}

.news .news_box .news_r ul li .news_img img{
    width: 239px;
    height: 142px;
}

.news .news_box .news_r ul li .txt{
    float: right;
    width: 185px;
} 

.news .news_box .news_r ul li .txt a{
    font-size: 16px;
    color: #575757;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    display: block;
    margin: 25px 0 20px 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_r ul li .txt span{
    display: block;
    font-size: 12px;
    color: #9b9b9b;
}

.news .news_box .news_r ul li:hover .txt a{
    color: #d5b570;
}