
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 750px;
    background: #FFF;
    overflow: hidden;
  }
  .fullSlide .bd {
    height: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .fullSlide .bd ul {
    width: 100% !important;
  }
  .fullSlide .bd li {
    width: 100% !important;
    height: 750px;
    overflow: hidden;
    text-align: center;
  }
  .fullSlide .bd li a {
    display: block;
    height: 750px;
  }
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    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;
    margin: 7px;
    background-color: #fff;
    overflow: hidden;
    line-height: 99px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.fullSlide .hd ul .on {
    width: 20px;
    background: #0dab63;
    border-radius: 6px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}


  .fullSlide .next {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 10%;
  }
  .fullSlide .prev {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 10%;
  }


  /*sou*/

  .sou_bg{
      width: 100%;
      margin: 0 auto;
      height: 80px;
      background: #f8f8f8;
  }

  .sou_bg .sou{
      width: 1200px;
      margin: 0 auto;
      height: 80px;
  }

  .sou_bg .sou .sou_l{
      float: left;
      width: 400px;
      line-height: 80px;
      background: url(../images/xt.png) no-repeat right center;
      font-size: 14px;
      color: #858585;
  }

  .sou_bg .sou .sou_l a{
      margin-right: 10px;
      font-size: 14px;
      color: #858585;
  }

  .sou_bg .sou .sou_l img{
      vertical-align: middle;
      margin-right: 10px;
  }

  .sou_bg .sou .sou_c{
    float: left;
    width: 400px;
    background: url(../images/xt.png) no-repeat right center;
  }

  .sou_bg .sou .sou_c .search{
      width: 350px;
      height: 44px;
      margin: 18px auto 0 auto;
  }

  .sou_bg .sou .sou_c .search .search2{
      float: left;
      width: 270px;
      height: 44px;
      background: #fff;
      font-size: 14px;
      color: #999;
      text-indent: 10px;
  }

  .sou_bg .sou .sou_c .search .search_s{
      float: left;
      width: 80px;
      height: 44px;
  }


  /* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
}

.topxunpan {
    height: 40px;
    width: 295px;
    float: right;
    position: relative;
    margin: 20px 45px 0 0;
    background: url(../images/xt1.png) no-repeat right bottom;
}


.topxunpan .xp {
    position: relative;
    line-height: 32px;
    color: #999;
    font-size: 14px;
    cursor: pointer;
}

.topxunpan .xp img {
    position: relative;
    margin-right: 20px;
    vertical-align:middle;
}

.topxunpan .xp i {
    padding: 4px 5px;
    margin-left: 1px;
    margin-right: 1px;
    font-size: 14px;
    background: #0dab63;
    box-sizing: border-box;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 50px;
    line-height: 50px;
    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: #0dab63;
    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: #0dab63;
    
}

.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;
}



  /* title*/

  .title{
      width: 1200px;
      margin: 0 auto;
      text-align: center;
  }

  .title h3{
      font-size: 30px;
      font-weight: bold;
      color: #0dab63;
  }

  .title h3 a{
    font-size: 30px;
    font-weight: bold;
    color: #0dab63;
}

.title p{
    font-size: 14px;
    font-weight: normal;
    color: #999; 
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 5px;
}



/* product*/

.product{
    width: 1200px;
    margin: 55px auto 0 auto;
}

.product .pro_box{
    width: 1200px;
    margin: 40px auto 0 auto;
}

.product .pro_box .pro_l{
    float: left;
    width: 258px;

}

.product .pro_box .pro_l .pro_t{
    width: 258px;
    height: 115px;
    background: url(../images/pro_t.jpg) no-repeat top center;
}

.product .pro_box .pro_l .pro_t  h3{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 40px 0 0 110px;
}

.product .pro_box .pro_l .pro_t  span{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    text-transform: uppercase;
}


.product .pro_box .pro_l .pro_con{
    width: 258px;
    background: #0dab63;
    padding: 1px 0 20px 0;
} 

.product .pro_box .pro_l .pro_con .first{
    width: 170px;
    height: 40px;
    line-height: 40px;
    background: #fff url(../images/more2.png) no-repeat 210px center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    color: #0dab63;
    margin: 10px auto 10px auto;
    padding: 0 35px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.product .pro_box .pro_l .pro_con .first:hover{
    border-radius: 8px;
}

.product .pro_box .pro_l .pro_con ul li ul li{
    height: 36px;
    line-height: 36px;
    background: url(../images/more3.png) no-repeat 210px center;
    padding: 0 35px;
    margin: 0 auto;
    width: 170px;
}


.product .pro_box .pro_l .pro_con ul li ul li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    width: 150px;
}

.product .pro_box .tab{
    width: 925px;
    float: right;
}

.product .pro_box .tab .tab_t{
    height: 55px;
    width: 910px;
    margin-left: 15px;

}

.product .pro_box .tab .tab_t .tel{
    float: left;
    width: 290px;
    height: 55px;
    line-height: 55px;
    background: #0dab63;
}

.product .pro_box .tab .tab_t .tel span{
    font-size: 16px;
    color: #fff;
    background: url(../images/tel1.png) no-repeat 25px center;
    padding-left: 70px;
    display: block;
}

.product .pro_box .tab .tab_t .tab_ms{
    float: left;
    width: 330px;
    height: 24px;
    line-height: 24px;
    background: #f8f8f8;
    margin-top: 15px;
    font-size: 14px;
    color: #545454;
    text-align: center;
}

.product .pro_box .tab .zx{
    float: right;
    width: 290px;
    height: 55px;
    line-height: 55px;
    background: #0dab63;
}

.product .pro_box .tab .zx a{
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
}

.product .pro_box .tab .tab_box{
    margin-top: 30px;
}

.product .pro_box .tab .tab_box ul li{
    width: 290px;
    height: 200px;
    float: left;
    margin: 0 0 20px 18px;
    position: relative;
    overflow: hidden;
}

.product .pro_box .tab .tab_box ul li .pic{
    width: 290px;
    height: 200px;
    position: relative;
}

.product .pro_box .tab .tab_box ul li .pic img{
    width: 290px;
    height: 200px;
}

.product .pro_box .tab .tab_box ul li .txt{
    width: 290px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background:rgba(31, 31, 31, 0.5);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .tab .tab_box ul li .txt a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    text-align: center;
}


.product .pro_box .tab .tab_box ul li:hover .txt{
    width: 290px;
    height: 145px;
    background:rgba(13, 171, 99, 0.8);
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
}

.product .pro_box .tab .tab_box ul li:hover .txt a{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-top: 25px;
}

.product .pro_box .tab .tab_box ul li p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-align: center;
    padding: 0 40px;
    margin-top: 5px;
}




/* banner_1*/

.banner_1{
    width: 100%;
    height: 300px;
    margin: 45px auto 0 auto;
    background: url(../images/banner_1.jpg) no-repeat center;
}

.banner_1 .cont{
    width: 1200px;
    margin: 0 auto;
}


.banner_1 .cont .txt{
    margin-left: 260px;
    float: left;
    width: 510px;
    text-align: center;
}

.banner_1 .cont .txt h5{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;

}

.banner_1 .cont .txt p{
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
}

.banner_1 .cont .txt ul{
    margin-top: 20px;
    height: 40px;
}

.banner_1 .cont .txt ul li{
    float: left;
    background: url(../images/buttom5.png) no-repeat left center;
    padding-left: 30px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    width: 140px;
}


.banner_1 .cont .txt .zx{
   margin-top: 20px;
   width: 250px;
   height: 46px;
   line-height: 46px;
   border-radius: 5px;
   background: #fff;
   margin: 30px auto 0 auto;
}

.banner_1 .cont .txt .zx a{
    font-size: 14px;
    color: #0dab63;
    display: block;
    text-align: center;
}

.banner_1 .cont .tel{
    float: left;
    margin: 53px 0 0 150px;
    font-size: 14px;
    color: #fff;
}

.banner_1 .cont .tel p{
    font-size: 24px;
    color: #fff;
    margin-top: 5px;
}



/* te*/

.te_bg{
    width: 100%;
    margin: 55px auto 0 auto;
}

.te_bg .te_t{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}


.te_bg .te_t h3{
    font-size: 36px;
    color: #333;
    font-weight: bold;
}

.te_bg .te_t h3 span{
    font-size: 36px;
    color: #0dab63;
    font-weight: bold;
}

.te_bg .te_t h3 i{
    font-size: 24px;
    color: #ccc;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: url(../images/te_t1.jpg) no-repeat left center;
    padding-left: 80px;
    margin-left: 20px;
}

.te_bg .te_t p{
    font-size: 16px;
    color: #545454;
    letter-spacing: 3px;
    background: url(../images/te_t.jpg) no-repeat bottom center;
    margin-top: 5px;
    padding-bottom: 15px;
}


.te_bg .te_box{
    width: 100%;
    margin: 40px auto 0 auto;
}

.te_bg .te_box ul li{
    float: left;
    width: 16.6%;
    height: 567px;
    position: relative;
    overflow: hidden;
}


.te_bg .te_box ul li .te_img{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.te_bg .te_box ul li .te_img img{
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te_bg .te_box ul li:hover .te_img img{
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    overflow: hidden;
}

.te_bg .te_box ul li .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    padding: 0 10%;
    text-align: center;
    height: 200px;

}

.te_bg .te_box ul li .txt h5{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

.te_bg .te_box ul li .txt p{
    font-size: 14px;
    color: #cfcfcc;
    line-height: 24px;
}


/* ys*/


.ys{
    width: 1200px;
    margin: 50px auto 0 auto;
}

.ys .ys_box{
    width: 1200px;
    margin: 35px auto 0 auto;
}

.ys .ys_box ul li{
    width: 285px;
    height: 200px;
    float: left;
    margin: 0 8px 15px 7px;
    position: relative;
    overflow: hidden;
}

.ys .ys_box ul li .pic{
    width: 285px;
    height: 200px;
    position: relative;
}

.ys .ys_box ul li .pic img{
    width: 285px;
    height: 200px;
}

.ys .ys_box ul li .txt{
    width: 285px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(13, 171, 99, 0.9);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys .ys_box ul li .txt h5{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 200px;
}


.ys .ys_box ul li:hover .txt{
    top: -200px;
}


/* case*/

.case_bg{
    width: 100%;
    margin: 45px auto 0 auto;
    height: 542px;
    border-bottom: 1px solid #dedede;
}

.case_bg .case{
    width: 1200px;
    margin: 0 auto;
}

.case_bg .case .case_box{
    width: 1200px;
    margin: 40px auto 0 auto;
    height: 380px;
}

.case_bg .case .case_box .bd{
    width: 1200px;
    margin: 0 auto;
}

.case_bg .case .case_box .bd ul li{
    width: 380px;
    float: left;
    margin: 0 10px;
}

.case_bg .case .case_box .bd ul li .pic{
    width: 380px;
    height: 290px;
}

.case_bg .case .case_box .bd ul li .pic img{
    width: 380px;
    height: 290px;
}

.case_bg .case .case_box .bd ul li .txt{
    width: 340px;
    height: 90px;
    background: #f8f8f8;
    padding: 0 20px;
    -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 .bd ul li .txt .nr{
    float: left;
    width: 285px;
}

.case_bg .case .case_box .bd ul li .txt .nr h5 a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #545454;
    font-weight: normal;
    margin: 20px 0 5px 0;
    -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 .bd ul li .txt .nr p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #858585;
    font-weight: normal;
    -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 .bd ul li .txt .more a{
    float: right;
    width: 22px;
    height: 22px;
    display: block;
    background: url(../images/more.png) no-repeat center;
    margin-top: 35px;
}

.case_bg .case .case_box .bd ul li:hover .txt{
    background: #0dab63;

}

.case_bg .case .case_box .bd ul li:hover .txt h5 a{
    color: #fff;
}

.case_bg .case .case_box .bd ul li:hover .txt p{
    color: #fff;
}

.case_bg .case .case_box .bd ul li:hover .txt .more a{
    background: url(../images/more1.png) no-repeat center;
}

.case_bg .case .xq{
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #f8f8f8;
    border-radius: 8px;
    margin: 30px auto 0 auto;
}

.case_bg .case .xq a{
    font-size: 14px;
    color: #545454; 
    display: block;
    text-align: center;
}


/* about*/

.ab_bg{
    width: 100%;
    height: 490px;
    margin: 60px auto 0 auto;
    background: url(../images/ab_bg.jpg) repeat-x center;
}

.about{
    width: 1200px;
    margin: 0 auto;
}

.about .ab_img{
    width: 590px;
    height: 440px;
    float: left;
}

.about .ab_img img{
    width: 590px;
    height: 440px;
}

.about .txt{
    float: right;
    width: 550px;
    margin-right: 20px;
}

.about .txt .ab_t{
    height: 110px;
}

.about .txt .ab_t h3{
    font-size: 24px;
    font-weight: normal;
    color: #545454;
}

.about .txt .ab_t h3 span{
    font-size: 72px;
    font-weight: bold;
    color: #f5f5f5;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
} 

.about .txt h5 a{
    font-size: 24px;
    font-weight: bold;
    color: #f5f5f5;
    display: block;
    background: url(../images/ab_t.jpg) no-repeat left bottom;
    padding-bottom: 17px;
    margin-top: 50px;
}

.about .txt p{
    font-size: 14px;
    color: #f5f5f5;
    line-height: 36px;
    height: 180px;
    overflow: hidden;
    margin-top: 25px;
}


/* fc*/

.fc{
    width: 1200px;
    margin: -20px auto 0 auto;
}

.fc .fc_list{
    margin: 0 auto;
    width: 408px;
    height: 40px;
}

.fc .fc_list ul li{
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #f8f8f8;
    float: left;
    margin: 0 22px;
}

.fc .fc_list ul li a{
    font-size: 14px;
    color:#0dab63;
    display:block;
    text-align: center;
}

.fc .fc_list ul li.casehover{
    background: #2f2f2f;
}

.fc .fc_list ul li.casehover a{
    color: #fff;
}

.fc .fc_box{
    margin: 30px auto 0 auto;
}

.fc .fc_box ul li{
    width: 285px;
    float: left;
    margin: 0 7px;
    position: relative;
}

.fc .fc_box ul li .pic{
    width: 285px;
    height: 190px;
}

.fc .fc_box ul li .pic img{
    width: 285px;
    height: 190px;
}

.fc .fc_box ul li .txt{
    height: 40px;
    line-height: 40px;
    z-index: 5;
}

.fc .fc_box ul li .txt a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #545454;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc .fc_box ul li .txt span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 40px;
    background: #0dab63;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
}

.fc .fc_box ul li:hover .txt span{
    width: 100%;

}

.fc .fc_box ul li:hover .txt a{
    color: #fff;

}



/* news*/

.news{
    width: 1200px;
    margin: 60px auto 0 auto;
}

.news .news_box{
    width: 1200px;
    margin: 30px auto 0 auto;
    height: 400px;
}

.news .news_box .news_l{
    width: 625px;
    float: left;
}

.news .news_box .news_l ul li{
    width: 625px;
    height: 170px;
    margin-bottom: 50px;
    position: relative;
}

.news .news_box .news_l ul li .news_img{
    float: left;
    width: 300px;
    height: 170px;
    position: relative;
    overflow: hidden;
}

.news .news_box .news_l ul li .news_img img{
    width: 300px;
    height: 170px;
}

.news .news_box .news_l ul li .news_ico{
    width: 300px;
    height: 170px;
    position: absolute;
    left: -300px;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_l ul li .news_ico img{
    width: 41px;
    height: 41px;
    margin: 65px auto 0 auto;
    display: block;
}

.news .news_box .news_l ul li:hover .news_ico{
    left: 0;
}

.news .news_box .news_l ul li .txt{
    float: right;
    width: 305px;
}

.news .news_box .news_l ul li .txt h5 a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #545454;
    font-weight: bold;
    margin: 5px 0 15px 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_l ul li .txt p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_l ul li .txt .more{
    font-size: 14px;
    color: #999;
    text-align: right;
    background: url(../images/xt2.jpg) no-repeat right bottom;
    display: block;
    padding-bottom: 10px;
    margin-top: 15px;
}

.news .news_box .news_l ul li:hover .txt h5 a{
    color: #0dab63;
}

.news .news_box .news_l ul li:hover .txt p{
    color: #0dab63;
}

.news .news_box .news_r{
    float: right;
    width: 450px;
}


.news .news_box .news_r .news_list{
    height: 35px;
    border-bottom: 1px solid #d3d3d3;
}

.news .news_box .news_r .news_list ul li{
    float: left;
    font-size: 18px;
    color: #545454;
    font-weight: bold;
}

.news .news_box .news_r .news_list ul li a{
    font-size: 18px;
    color: #545454;
    font-weight: bold;
}

.news .news_box .news_r .news_list ul li.casehover a{
    color: #0dab63;
}

.news .news_box .news_r .news_nr{
    margin-top: 5px;
}


.news .news_box .news_r .news_nr ul li{
    height: 57px;
    line-height: 57px;
    border-bottom: 1px dashed #d2d2d2;
    position: relative;
    -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 .news_nr ul li a{
    float: left;
    width: 300px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #545454;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/buttom6.png) no-repeat left center;
    padding-left: 25px;
}

.news .news_box .news_r .news_nr ul li span{
    font-size: 14px;
    color: #999;
    float: right;
}

.news .news_box .news_r .news_nr ul li:hover a{
    background: url(../images/buttom7.png) no-repeat left center;
    color: #0dab63;
}

.news .news_box .news_r .news_nr ul li i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #0dab63;
}

.news .news_box .news_r .news_nr ul li:hover i{
    width: 100%;
    -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 .news_nr ul li:hover{
    border-bottom: 1px dashed #fff;
}




/* links*/

.links_bg{
    width: 100%;
    margin: 30px auto 0 auto;
    height: 307px;
    background: url(../images/links_bg.jpg) no-repeat center;
}

.links_bg .links{
    width: 1200px;
    margin: 0 auto;
    height: 85px;
    padding-top: 20px;
}

.links_bg .links h3{
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 70px;
}

.links_bg .links h3 span{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 10px;
    float: left;
    display: block;
    line-height: 60px;
}

.links_bg .links .yq{
    float: right;
    width: 890px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    margin-top: 25px;
}

.links_bg .links .yq a{
    font-size: 14px;
    color: #fff;
    margin: 0 10px;
}


/* message*/

.message{
    width: 1200px;
    margin: 40px auto 0 auto;  
}

.message .m_nr{
    height: 52px;
    margin-bottom: 20px;
}

.message .m_nr .form-group1{
    float: left;
    width: 540px;
    height: 50px;
    border: 1px solid #e5e5e5;
    background: #fff;
    margin: 0 40px;
}

.message .m_nr .form-group1 input{
    width: 540px;
    height: 50px;
    background: url(../images/m1.png) no-repeat 20px center;
    font-size: 14px;
    color: #989898;
    text-indent: 55px;
}


.message .m_nr .form-group2{
    float: left;
    width: 540px;
    height: 50px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.message .m_nr .form-group2 input{
    width: 540px;
    height: 50px;
    background: url(../images/m2.png) no-repeat 20px center;
    font-size: 14px;
    color: #989898;
    text-indent: 55px;
}


.message .form-group3{
    float: left;
    width: 540px;
    height: 50px;
    border: 1px solid #e5e5e5;
    background: #fff;
    margin: 0 40px;
}

.message .form-group3 input{
    width: 540px;
    height: 50px;
    background: url(../images/m3.png) no-repeat 20px center;
    font-size: 14px;
    color: #989898;
    text-indent: 55px;
}

.message .codeText{
    float: left;
    width: 175px;
    height: 50px;
    border: 1px solid #e5e5e5;
    background: #fff;
    font-size: 14px;
    color: #989898;
    text-indent: 25px;
}

.message .imgcode{
    float: left;
    width: 125px;
    height: 50px;
}

.message .anniu{
    float: left;
    width: 200px;
    height: 50px;
    background: #0dab63;
    margin-left: 40px;
}

.message .anniu button{
    width: 200px;
    height: 50px;
    background: #0dab63;
    border: none;
    cursor: pointer; 
    font-size: 14px;
    color: #fff;
}



