
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 760px;
    overflow: hidden;
  
  }
  
  .fullSlide .bd {
    width: 84%;
    height: 760px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 760px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 760px;
  }
  
  .fullSlide .hd {
    position: absolute;
    z-index: 2;
    top: 345px;
    right: 3.5%;
    height: 30px;
    width: 25px;
    text-align: center;
  }
  
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: block;
    zoom: 1;
    width: 25px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 16px;
    color: #262626;
    font-family: Arial, Helvetica, sans-serif;
  }

  .fullSlide .hd ul li::after{
    position: absolute;
    left: -1px;
    top: 0px;
    content: "0";
    font-size: 16px;
    color: #262626;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .fullSlide .hd ul .on {
    opacity: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 22px;
    height: 36px;
    position: absolute;
    top: 392px;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 4%;
  }
  
  .fullSlide .prev {
    width: 22px;
    height: 36px;
    position: absolute;
    top: 310px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 4%;
  }
  
  .banner_box {
    width: 100%;
    position: relative;
    height: 760px;
    background: url(../images/banner_bg.jpg) no-repeat center;
  }

  .banner_box .trait_bg{
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      z-index: 5;
  }

  .banner_box .trait_bg .trait{
      width: 84%;
      margin: 0 auto;
      height: 90px;
      background: #fff;
      border-bottom: 1px solid #ececec;
      -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
      box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  }

  .banner_box .trait_bg .trait .trait_box{
      width: 1300px;
      margin: 0 auto;
      height: 90px;
      line-height: 90px;
  }

  .banner_box .trait_bg .trait .trait_box .trait_l{
      float: left;
      background: url(../images/buttom1.png) no-repeat left center;
      padding-left: 40px;
      font-size: 16px;
      color: #666666;
      width: 510px;
  }

  

  /* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
  }
  
  .topxunpan {
    position: relative;
    display: block;
    height: 90px;
    z-index: 5;
    float: left;
  
  }
  
  
  .topxunpan .xp {
    position: relative;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
  
  
  }
  
  .topxunpan .xp img {
    position: relative;
    top: 0px;
    margin: 0 15px 0 0px;
    vertical-align: middle;
  }
  
  .topxunpan .xp i {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
  }
  
  .topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 30px;
    left: 60%;
    width: 180px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #c26334;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
  }
  
  .topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #c26334;
  }
  
  .topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }

  .trait .tel{
    float: right;
      background: url(../images/buttom1.png) no-repeat left center;
    padding-left: 40px;
    font-size: 16px;
    color: #666666;
    line-height: 88px;
  }
  
  .trait .tel i{
    font-size: 24px;
    color: #333;
    font-family: "Impact";
  }


/*title*/
  
.title{

}

.title span{
    display: block;
    background: url(../images/title.png) no-repeat left center;
    padding-left: 30px;
    line-height: 20px;
    font-size: 18px;
    color: #888888;
}

.title h3{
    font-size: 36px;
    color: #333333;
    letter-spacing: 10px;
    margin-top: 10px;
    

}

.title h3 i{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}




/*about*/

.ab_bg{
    width: 100%;
    height: 980px;
    margin: 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat top center;
}

.ab_bg .about{
    width: 1300px;
    margin: 0 auto;
    padding-top: 95px;
    height: 595px;

}

.ab_bg .about .ab_nr{
    margin-top: 40px;
    width: 805px;

}

.ab_bg .about .ab_nr p{
    font-size: 15px;
    color: #666666;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
}

.ab_bg .about .ab_nr span{
    display: block;
    margin-top: 78px;
    font-size: 240px;
    color: #f7f7f7;
    font-family: "Impact";
    text-transform: uppercase;
    line-height: 200px;
}

.ab_bg .about .ab_nr .more{
    background: url(../images/more.png) no-repeat  center;
    width: 255px;
    height: 72px;
    line-height: 72px;
    margin-top: -160px;
    margin-left: 10px;
    position: relative;
    z-index: 5;

}

.ab_bg .about .ab_nr .more a{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
}


.ab_bg .ab_list{
    width: 1300px;
    margin: 50px auto 0 auto;
} 

.ab_bg .ab_list ul li{
    float: left;
    width: 360px;
    margin: 0 0px 0 70px;
}

.ab_bg .ab_list ul li:last-child{
    margin-right: 0;
}

.ab_bg .ab_list ul li span{
    display: block;
    width: 115px;
    height: 115px;
    border-radius: 10px;
    float: left;
    margin-right: 40px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .ab_list ul li h5{
    float: left;

}

.ab_bg .ab_list ul li h5 b{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    display: block;
    line-height: 35px;
    margin-top: 22px;
}

.ab_bg .ab_list ul li h5 b i{
    font-size: 70px;
    color: #333;
    font-family: "Impact";

}

.ab_bg .ab_list ul li p{
    font-size: 18px;
    color: #333;
}

.ab_bg .ab_list ul li.ab1 span{
    background: #f3f3f4 url(../images/ab1.png) no-repeat  center;
}

.ab_bg .ab_list ul li.ab2 span{
    background: #f3f3f4 url(../images/ab2.png) no-repeat  center;
}

.ab_bg .ab_list ul li.ab3 span{
    background: #f3f3f4 url(../images/ab3.png) no-repeat  center;
}



.ab_bg .ab_list ul li.ab1.on span{
    background: #c26334 url(../images/ab11.png) no-repeat  center;
}

.ab_bg .ab_list ul li.ab2.on span{
    background: #c26334 url(../images/ab22.png) no-repeat  center;
}

.ab_bg .ab_list ul li.ab3.on span{
    background: #c26334 url(../images/ab33.png) no-repeat  center;
}



/*product*/


.pro_bg{
    width: 100%;
    height: 832px;
    margin: 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat  center;
}

.pro_bg .product{
    width: 1300px;
    margin: 0 auto;
    padding-top: 75px;

}

.pro_bg .product .pro_l{
    float: left;
    width: 340px;
}

.pro_bg .product .pro_l .title{

}

.pro_bg .product .pro_l .title h3 a{
    color: #fff;

}

.pro_bg .product .pro_l .title h3 a i{
    color: #fff;

}

.pro_bg .product .pro_l .pro_con{
    margin-top: 50px;
    margin-left: 72px;
    position: relative;
}

.pro_bg .product .pro_l .pro_con ul li{
    margin-bottom: 30px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #424249;
    border-radius: 8px;
    position: relative;
    z-index: 5;

}

.pro_bg .product .pro_l .pro_con ul li a{
    font-size: 16px;
    color: #ffffff;
    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;
    padding-left: 20px;
}

.pro_bg .product .pro_l .pro_con ul li::after{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    border-radius: 8px;
    background: #c26334;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .pro_bg .product .pro_l .pro_con ul li::before{
    position: absolute;
    left: -66px;
    top: 15px;
    width: 66px;
    height: 19px;
    background: url(../images/buttom2.png) no-repeat center;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }


  .pro_bg .product .pro_l .pro_con ul li.on::after{
      width: 100%;
  }

  .pro_bg .product .pro_l .pro_con ul li.on::before{
    background: url(../images/buttom3.png) no-repeat center;
  }

  .pro_bg .product  .pro_r{
      float: right;
      margin-top: 15px;
      width: 920px;
  }

  .pro_bg .product  .pro_r ul li{
      float: left;
      width: 270px;
      height: 260px;
      background: #fff;
      margin: 0 0 45px 35px;
  }

  .pro_bg .product  .pro_r ul li .pic{
      width: 240px;
      height: 180px;
      margin: 15px 15px 0 15px;
      overflow: hidden;
      position: relative;

  }

  .pro_bg .product  .pro_r ul li .pic img{
    width: 240px;
    height: 180px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .pro_bg .product  .pro_r ul li .pic span a{
      display: block;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 5;
      width: 0px;
      height: 180px;
      background: #c26334;
      line-height: 44px;
      text-align: center;
      font-size: 15px;
      color: #ffffff;
      writing-mode: tb-rl;
      text-transform: uppercase;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      opacity: 0;
  }

  .pro_bg .product  .pro_r ul li .txt{
    width: 240px;
    height: 65px;
    line-height: 65px;
    margin: 0 auto;
  }

  .pro_bg .product  .pro_r ul li .txt h5 a{
      float: left;
      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;
      width: 160px;
  }

  
  .pro_bg .product  .pro_r ul li .txt h5 a i{
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }

  
  .pro_bg .product  .pro_r ul li .txt .more{
      display: block;
      float: right;
      background: url(../images/more1.png) no-repeat  center;
      width: 22px;
      height: 22px;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      margin-top: 22px;
  }

  .pro_bg .product  .pro_r ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
  }

  .pro_bg .product  .pro_r ul li:hover  .txt .more{
    background: url(../images/more2.png) no-repeat  center;
  }


  .pro_bg .product  .pro_r ul li:hover .pic span a{
    width: 44px;
    opacity: 1;
}

/*case*/

.case{
    width: 1300px;
    margin: 65px auto 0 auto;
}

.case .case_t{
    overflow: hidden;
}

.case .case_t .title{
    float: left;
}

.case .case_t .more {
    background: url(../images/more.png) no-repeat center;
    width: 255px;
    height: 72px;
    line-height: 72px;
    position: relative;
    z-index: 5;
    float: right;
    margin-top: 5px;

  }

  .case .case_t .more a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
  }

  .case .case_box{
      margin: 40px auto 0 auto;
      width: 1360px;
  } 

  .case .case_box ul li{
      float: left;
      width: 390px;
      height: 400px;
      background: #eeeeee;
      margin-right: 63px;
  }

  .case .case_box ul li .pic{
      width: 348px;
      height: 263px;
      overflow: hidden;
      margin: 21px 21px 0 21px;

  }
  .case .case_box ul li .pic img{
    width: 348px;
    height: 263px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .case .case_box ul li .txt{
      width: 300px;
      height: 65px;
      margin: 0 auto;
    background: url(../images/case_nr.jpg) no-repeat  center;
    padding: 25px 24px 0 24px;
  } 

  .case .case_box ul li .txt a{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    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;
  }

  .case .case_box ul li .txt a i{
      display: block;
      font-size: 12px;
      color: #999999;
      font-family: Arial, Helvetica, sans-serif;
      margin-top: 3px;
  }

  .case .case_box ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
  }

  .case .case_box ul li:hover .txt a{
      color: #c26334;

  }

/*te*/

.te_bg{
    width: 100%;
    height: 902px;
    margin: 85px auto 0 auto;
    background: url(../images/te_bg.jpg) no-repeat  center;
}

.te_bg .te{
    width: 1300px;
    margin: 0 auto;
    padding-top: 70px;
}

.te_bg .te .te_t{
    height: 125px;
}

.te_bg .te .te_t .title{
    float: left;

}

.te_bg .te .te_t .tel{
    float: right;
    margin-top: 40px;
    font-size: 16px;
    color: #333;
} 

.te_bg .te .te_t .tel i{
    font-size: 30px;
    color: #333;
    font-family: "Impact";
}


.te_bg .te .te_box{
    margin: 0 auto;
    width: 1305px;

} 

.te_bg .te .te_box ul li{
    float: left;
    width: 325px;
    height: 300px;
    border: 1px solid #ebebeb;
    margin: 0px 0 0 -1px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.te_bg .te .te_box ul li::after{
    position: absolute;
    left: 0px;
    top: 0px;
    background: #c26334;
    width: 100%;
    height: 0%;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te_bg .te .te_box ul li p{
    font-size: 18px;
    color: #333333;
    margin-top: 17px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.te_bg .te .te_box ul li p span{
    display: block;
    font-size: 12px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0.5;
    margin-top: 10px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.te_bg .te .te_box ul li .te_list {
    display: block;
    overflow: hidden;
    transition-duration: 0.7s;
    margin: 65px auto 0px auto;
    width: 101px;
    height: 101px;
    background: #f3f3f4;
    border-radius: 50%;
  }
  
  .te_bg .te .te_box ul li .te_list .te_img {
    display: block;
    position: relative;
    transition: 0.7s;
    font-size: 0;
  }
  
  .te_bg .te .te_box ul li .te_list .te_img i{
    display: block;
    width: 101px;
    height: 101px;
    text-align: center;
    line-height: 101px;
    margin: 0px auto;
  }

  .te_bg .te .te_box ul li .te_list .te_img i img{
    vertical-align: middle;
    display: inline-block;
    width: 101px;
    height: 101px;
  }

  .te_bg .te .te_box ul li .te_list .te_img i:before{
    /* 辅助ie8图片居中 */
    content: '';
    height: 101px;
    width: 1px;
    font-size: 0;
  }
  
  
  .te_bg .te .te_box ul li .te_list .te_img {
    width: 100%;
    height: 200%;
    top:0;
  }

  .te_bg .te .te_box ul li:hover .te_img {
    top:-101px;
  }


  .te_bg .te .te_box ul li.on .te_img {
    top:-101px;
  }

  
.te_bg .te .te_box ul li.on .te_list {
    background: #ffffff;
  }

  .te_bg .te .te_box ul li.on::after{
      height: 100%;
  }

  .te_bg .te .te_box ul li.on p{
      color: #fff;

  }

  .te_bg .te .te_box ul li.on p span{
    color: #fff;
  }


/*ys*/

.ys_bg{
    width: 100%;
    margin: 0 auto;
    height: 875px;
    background: url(../images/ys_bg.jpg) no-repeat  center;
    overflow: hidden;
}

.ys_bg .ys{
    padding-top: 70px;

}

.ys_bg .ys_t{
    width: 1300px;
    height: 125px;
    margin: 0 auto;

}

.ys_bg .ys_t .title{
    float: left;
}

.ys_bg .ys_t .zx{
    background: url(../images/zx.png) no-repeat center;
    width: 255px;
    height: 72px;
    line-height: 72px;
    position: relative;
    z-index: 5;
    float: right;
}

.ys_bg .ys_t .zx a{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;

}

.ys_bg .ys_box{
    margin: 50px auto 0 auto;
    width: 1510px;
} 

.ys_bg .ys_box .hd{
    width: 1510px;
    margin: 0 auto;
}

.ys_bg .ys_box ul li{
    float: left;
    position: relative;
    width: 230px;
    height: 573px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-right: 26px;
}

.ys_bg .ys_box ul li:last-child{
    margin-right: 0;
}

.ys_bg .ys_box ul li .ys_img{
    position: relative;
    width: 230px;
    height: 573px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys_box ul li .ys_img img{
    width: 230px;
    height: 573px;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys_box ul li .ys_nr{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
    width: 230px;
    height: 573px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/ico1.png) repeat center;
    text-align: center;
}

.ys_bg .ys_box ul li .ys_nr img{
    display: block;
    margin: 175px auto 0 auto;
}

.ys_bg .ys_box ul li .ys_nr em{
    display: block;
    margin: 40px auto 65px auto;
    width: 1px;
    height: 17px;
    background: #fff;

} 
.ys_bg .ys_box ul li .ys_nr h5{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.ys_bg .ys_box ul li .ys_nr  i{
    display: block;
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0.6;
    margin-top: 10px;
}

.ys_bg .ys_box ul li .ys_on{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
    width: 660px;
    height: 573px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/ico2.png) repeat center;
    padding: 0 40px;
    opacity: 0;
}

.ys_bg .ys_box ul li .ys_on h5{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    margin-top: 360px;
}

.ys_bg .ys_box ul li .ys_on h5 i{
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.ys_bg .ys_box ul li .ys_on em{
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.ys_bg .ys_box ul li .ys_on p{
    font-size: 15px;
    color: #dcdcdc;
    line-height: 30px;
    margin-top: 15px;
}

.ys_bg .ys_box ul li.on{
    width: 740px;

}

.ys_bg .ys_box ul li.on .ys_img{
    width: 740px;
}

.ys_bg .ys_box ul li.on .ys_img img{
    width: 740px;
}

.ys_bg .ys_box ul li.on .ys_nr{
    opacity: 0;
}

.ys_bg .ys_box ul li.on .ys_on{
    width: 660px;
    opacity: 1;
}

/*news*/

.news{
    margin: 60px auto 0 auto;
    width: 1300px;
}

.news .news_t{
    height: 120px;
}

.news .news_t .title{
    float: left;
}

.news .news_t .news_list{
    float: right;
    margin-top: 15px;
} 

.news .news_t .news_list ul li{
    float: left;
    margin-left: 25px;
    width: 180px;
    height: 54px;
    line-height: 54px;
    background: url(../images/news_list1.png) no-repeat  center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 5;
}

.news .news_t .news_list ul li a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
    -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{
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    z-index: -1;
    width: 0%;
    height: 100%;
    background: url(../images/news_list2.png) no-repeat  center;
    -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::after{
    width: 100%;
 
}

.news .news_t .news_list ul li.casehover a{
    color: #fff;
}

.news .news_box{
    margin: 0 auto;
    height: 482px;
} 

.news .news_box .news_top{
    height: 482px;
    width: 1360px;
}

.news .news_box .news_top ul li{
    float: left;
    width: 400px;
    height: 480px;
    border: 1px solid #e8e8e8;
    margin-right: 50px;
}

.news .news_box .news_top ul li .news_img{
    width: 360px;
    height: 280px;
    margin: 20px 20px 0 20px;

}

.news .news_box .news_top ul li .news_img img{
    width: 360px;
    height: 280px;
}

.news .news_box .news_top ul li .txt{
    width: 336px;
    margin: 20px auto 0 auto;

} 

.news .news_box .news_top ul li .txt span{
    display: block;
    width: 81px;
    height: 29px;
    line-height: 29px;
    background: #f3f3f4;
    text-align: center;
    font-size: 16px;
    color: #333333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.news .news_box .news_top ul li .txt a{
    font-size: 18px;
    color: #333333;
    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;
    background:  url(../images/buttom4.png) no-repeat bottom center;
    line-height: 46px;
}

.news .news_box .news_top ul li .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
}


.news .news_box .news_top ul li:hover .txt span{
    background: #c26334;
    color: #fff;

}

.news .news_box .list{
    width: 1300px;
    height: 140px;
    border: 1px solid #eeeeee;
    margin: 55px auto 0 auto;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
} 

.news .news_box .list ul li{
    float: left;
    width: 432px;
    height: 140px;
    border-right: 1px solid #eeeeee;
}

.news .news_box .list ul li h5{
    float: left;
    margin-left: 35px;
    width: 300px;
    margin-top: 45px;

}
.news .news_box .list ul li h5 a{
    font-size: 16px;
    color: #333;
    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;
}

.news .news_box .list ul li h5 a i{
    font-size: 16px;
    color: #333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .list ul li h5 span{
    display: block;
    font-size: 14px;
    color: #888888;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
}

.news .news_box .list ul li .more{
    display: block;
    float: right;
    background: url(../images/more3.png) no-repeat center;
    width: 12px;
    height: 12px;
    margin: 55px 45px 0 0;


}

.news .news_box .list ul li:hover h5 a{
    color: #c26334;

}

.news .news_box .list ul li:hover h5 a i{
    color: #c26334;

}

/*links*/

.links{
    width: 1300px;
    margin: 65px auto 30px auto;
    overflow: hidden;
}

.links .links_t{
    float: left;
    background: url(../images/links.png) no-repeat left bottom;
    width: 111px;
    height: 47px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.links .yq{
    float: right;
    width: 1145px;
} 

.links .yq a{
    font-size: 14px;
    color: #666666;
    margin-right: 15px;
}


/*about*/