
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 751px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 751px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 751px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 751px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 180px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
    padding-left: 25%;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 20px;
    text-align: center;
    margin: 0 5px;
    overflow: hidden;
    line-height: 99px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
  }

  .fullSlide .hd ul li::after{
      position: absolute;
      width: 1px;
      height: 10px;
      background: #fff;
      content: "";
      top: 85px;
      left: 10px;
      opacity: 1;

  }
  
  .fullSlide .hd ul .on {
      opacity: 1;

    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  .fullSlide .hd ul li.on::after{
      height: 20px;
      top: 75px;

  }
  
  .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%;
  }


/*trait*/

.banner_box{
    width: 100%;
    margin: 0 auto;
    height: 751px;
    position: relative;

}

.banner_box .trait{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.banner_box .trait .trait_nr{
    position: absolute;
    bottom: 65px;
    left: 0;
    z-index: 2;
    width: 229px;
    height: 350px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
    padding-left: 30px;
}

.banner_box .trait .trait_nr h5{
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin-top: 40px;

}

.banner_box .trait .trait_nr .tel{
    margin-top: 50px;

}

.banner_box .trait .trait_nr .tel span{
    display: block;
    font-size: 14px;
    color: #999;
    padding-left: 27px;
    background: url(../images/tel.png) no-repeat left center;
    line-height: 22px;
}

.banner_box .trait .trait_nr .tel p{
    font-size: 30px;
    color: #0087cd;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 3px;

}


/* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
}

.topxunpan {
    width: 210px;
    height: 40px;
    position: relative;
    background: #0087cd;
    border-radius: 5px;
    margin: 40px 0 0 0;
}


.topxunpan .xp {
    position: relative;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.topxunpan .xp img {
    position: relative;
    top: 4px;
    margin-right: 8px;
    margin-left: 10px;
}

.topxunpan .xp i {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
}

.topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    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: #0087cd;
    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: #0087cd;
}

.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 span{
    float: left;
    font-size: 80px;
    color: #0087cd;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 70px;
}

.title h3{
    float: left;
    margin-left: 10px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    background: url(../images/title.png) no-repeat 130px 10px;
}

.title h3 i{
    display: block;
    font-size: 18px;
    color: #d0d0d0;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}


/* product*/

.product{
    width: 1280px;
    margin: 15px auto 0 auto;
}

.product .pro_t{
    height: 85px;
    border-bottom: 1px solid #dddddd;
}

.product .pro_t .title{
    float: left;
}
 
.product .pro_t .pro_list{
    float: right;
}

.product .pro_t .pro_list ul li{
    float: left;
    margin: 0 20px 0 55px;
    height: 84px;
    line-height: 84px; 
}

.product .pro_t .pro_list ul li a{
    font-size: 16px;
    color: #666;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/buttom1.png) no-repeat  left  center;
    padding-left: 23px;
}

.product .pro_t .pro_list ul li:hover{
    border-bottom: 3px solid #0087cd;
}

.product .pro_t .pro_list ul li:hover a{
    color: #0087cd;
}
 

.product .pro_box{
    width: 1300px;
    margin: 30px auto 0 auto;
}

.product .pro_box .pro_l{
    float: left;
    width: 210px;
    background: #f9f9f9;
    padding-bottom: 20px;
}

.product .pro_box .pro_l dl{
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 18px;

}

.product .pro_box .pro_l dl:last-child{
    border-bottom: none;
}

.product .pro_box .pro_l dl dt{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #dddddd;
    width: 150px;
    margin: 0 auto 10px auto;

}

.product .pro_box .pro_l dl dt a{
    font-size: 18px;
    color: #444444;
    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;
    background: url(../images/buttom1.png) no-repeat right center;
    padding-right: 25px;
}

.product .pro_box .pro_l dl dd{
    height: 30px;
    line-height: 30px;
    width: 150px;
    margin: 0 auto;
}

.product .pro_box .pro_l dl dd a{
    display: block;
    line-height: 30px;
}

.product .pro_box .pro_l dl dd a span{
    font-size: 14px;
    color: #666;
    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: 110px;
}

.product .pro_box .pro_l dl dd a i{
    font-size: 14px;
    color: #bbbbbb;
    float: right;
    display: block;
    margin-right: 8px;
}

.product .pro_box .pro_l dl dt a:hover{
    color: #0087cd;
}

.product .pro_box .pro_l dl dd:hover a span{
    color: #0087cd;
}
 
.product .pro_box .pro_r{
    float: right;
    width: 1080px;
}
.product .pro_box .pro_r ul li{
    float: left;
    width: 330px;
    margin: 0 0 17px 30px;
}

.product .pro_box .pro_r ul li .pic{
    width: 330px;
    height: 250px;
    background: #f5f5f5;
    border-radius: 5px;

}

.product .pro_box .pro_r ul li .pic img{
    width: 320px;
    height: 240px;
    margin: 5px;
    border-radius: 5px;
}

.product .pro_box .pro_r ul li .txt{
    height: 45px;
    line-height: 45px;
    width: 320px;
    margin: 0 auto;
} 

.product .pro_box .pro_r ul li .txt h5{
    float: left;
    width: 240px;
}

.product .pro_box .pro_r ul li .txt h5 a{
    font-size: 16px;
    color: #444444;
    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;

}

.product .pro_box .pro_r ul li .txt .more{
    display: block;
    float: right;
    font-size: 16px;
    color: #999;
    width: 20px;
    height: 20px;
    line-height: 17px;
    background: #eeeeee;
    border-radius: 50%;
    text-align: center;
    margin-top: 13px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_r ul li:hover .txt h5 a{
    color: #0087cd;
}

.product .pro_box .pro_r ul li:hover .txt .more{
    background: #0087cd;
    color: #fff;
}


/*ys*/

.ys_bg{
    width: 100%;
    margin: 40px auto 0 auto;
    height: 710px;
    background: url(../images/ys_bg.jpg) no-repeat  bottom center;
    overflow: hidden;
}

.ys_bg .ys{
    width: 1280px;
    height: 710px;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
}

.ys_bg .ys .ys_t{

}

.ys_bg .ys .ys_t h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;

}

.ys_bg .ys .ys_t h3 span{
    font-size: 16px;
    color: #999;
    font-weight: normal;
    margin-left: 20px;
}

.ys_bg .ys .ys_t p{
    font-size: 16px;
    color: #333;
    margin-top: 3px;
}

.ys_bg .ys .ys_box{
    margin: 10px auto 0 auto;
    width: 1280px;
    position: relative;
    height: 492px;
}

.ys_bg .ys .ys_box .bd{
    margin: 0px auto 0 auto;
    width: 1280px;
    height: 460px;
    overflow: hidden;
}

.ys_bg .ys .ys_box .bd ul li{
    margin: 0px auto 0 auto;
    width: 1280px;
}

.ys_bg .ys .ys_box .bd ul li{
    margin: 0px auto 0 auto;
    width: 1280px;
    height: 460px;
    float: left;
}

.ys_bg .ys .ys_box .bd ul li .txt{
    float: left;
    width: 560px;
    margin-top: 30px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
    font-size: 30px;
    color: #333;
    border-bottom: 1px solid #c3e8dc;
    margin-bottom: 25px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5 span{
    font-size: 72px;
    color: #0087cd;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 10px;
    line-height: 85px;

}

.ys_bg .ys .ys_box .bd ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 42px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    float: right;
    width: 640px;
    height: 460px;
} 

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 640px;
    height: 460px;
}

.ys_bg .ys .ys_box .hd{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 761px;
    height: 173px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
    border-bottom-left-radius: 60px;
}

.ys_bg .ys .ys_box .hd ul li{
    float: left;
    width: 190px;
    text-align: center;

}

.ys_bg .ys .ys_box .hd ul li span{
    display: block;
    width: 36px;
    height: 36px;
    margin: 50px auto 20px auto;

}

.ys_bg .ys .ys_box .hd ul li h5{
    font-size: 16px;
    color: #666;
    -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{
    background: url(../images/ys_ico1.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys2 span{
    background: url(../images/ys_ico2.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys3 span{
    background: url(../images/ys_ico3.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys4 span{
    background: url(../images/ys_ico4.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.on h5{
    color: #0087cd;
}

.ys_bg .ys .ys_box .hd ul li.ys1.on span{
    background: url(../images/ys_ico11.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys2.on span{
    background: url(../images/ys_ico22.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys3.on span{
    background: url(../images/ys_ico33.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys4.on span{
    background: url(../images/ys_ico44.png) no-repeat center;
}

.ys_bg .ys .ys_box .ys_list{
    position: absolute;
    right: 55px;
    top: -75px;
    background: url(../images/ys_t.png) no-repeat center;
    width: 61px;
    height: 356px;
}

/*case*/

.case_bg{
    width: 100%;
    margin: 75px auto 0 auto;
    height: 670px;
    background: url(../images/case_bg.jpg) no-repeat  bottom center;
    overflow: hidden;
}

.case_bg .case{
    width: 1280px;
    height: 670px;
    margin: 0 auto;
    position: relative;
}



.case_bg .case .case_t{
    height: 85px;
    border-bottom: 1px solid #dddddd;

}

.case_bg .case .case_t .more{
    float: right;
    margin-right: 20px;
    line-height: 85px;
}

.case_bg .case .case_t .more a{
    font-size: 16px;
    color: #666;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/buttom1.png) no-repeat left center;
    padding-left: 24px;
}

.case_bg .case .case_box{
    margin: 40px auto 0 auto;
}

.case_bg .case .case_box .case_l{
    float: left;
    width: 405px;
    margin-left: 65px;
    position: relative;
}


.case_bg .case .case_box .case_l .pic{
    width: 405px;
    height: 320px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    -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 .case_l .pic img{
    width: 385px;
    height: 300px;
    margin: 10px;
    border-radius: 8px;
}

.case_bg .case .case_box .case_l .pic .txt{
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 345px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    background: url(../images/ico1.png) repeat  center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.case_bg .case .case_box .case_l .pic .txt h5 a{
    float: left;
    width: 200px;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.case_bg .case .case_box .case_l .pic .txt .more{
    float: right;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.case_bg .case .case_box .case_r{
    float: right;
    width: 680px;
    margin-right: 50px;

}

.case_bg .case .case_box .case_r h6{
    font-size: 14px;
    color: #666666;

}

.case_bg .case .case_box .case_r p{
    font-size: 14px;
    color: #999;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 15px;
}

.case_bg .case .case_box .case_r .case_nr{
    margin: 40px auto 0 auto;
}

.case_bg .case .case_box .case_r .case_nr .bd{
    width: 660px;
    height: 370px;
    margin: 0 auto;
    overflow: hidden;
}

.case_bg .case .case_box .case_r .case_nr .bd ul li{
    width: 312px;
    margin: 0 auto;
    float: left;
    margin-right: 18px;
}

.case_bg .case .case_box .case_r .case_nr .bd ul li .pic{
    width: 310px;
    height: 255px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    -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 .case_r .case_nr .bd ul li .pic img{
    width: 290px;
    height: 235px;
    margin: 10px;
    border-radius: 8px;
}

.case_bg .case .case_box .case_r .case_nr .bd ul li .txt{
    position: relative;

}

.case_bg .case .case_box .case_r .case_nr .bd ul li .txt h5 a{
    font-size: 15px;
    color: #666;
    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;
    width: 130px;
    margin: 0 10px;
    line-height: 60px;
    position: relative;
    padding-right: 130px;
}

.case_bg .case .case_box .case_r .case_nr .bd ul li .txt h5 a::after{
    position: absolute;
    content: "";
    left: 130px;
    bottom: 28px;
    width: 136px;
    height: 1px;
    background: #dddddd;
}

.case_bg .case .case_box .case_r .case_nr .bd ul li .txt .more{
    text-align: right;
    display: block;
    font-size: 15px;
    color: #999;
    margin-right: 10px;
}

.case_bg .case .case_box .case_r .case_nr .bd ul li:hover .pic{
    border: 1px solid #0087cd;
}

.case_bg .case .case_box .case_r .case_nr .bd ul li:hover .txt h5 a{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    color: #0087cd;
}

.case_bg .case .case_box .case_r .case_nr .bd ul li:hover .txt h5 a::after{
    background: #0087cd;
}

.case_bg .case .case_box .case_r .case_nr .hd{
    position: absolute;
    left: 405px;
    bottom: 30px;
    z-index: 5;
    background: url(../images/case_button.jpg) no-repeat center;
    width: 97px;
    height: 45px;
}

.case_bg .case .case_box .case_r .case_nr .hd .next{
    float: left;
    font-size: 22px;
    color: #fff;
    font-family: "宋体";
    font-weight: bold;
    width: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;

}

.case_bg .case .case_box .case_r .case_nr .hd .prev{
    float: right;
    font-size: 22px;
    color: #fff;
    font-family: "宋体";
    font-weight: bold;
    width: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;

}



/*about*/

.ab_bg{
    width: 100%;
    margin: 0px auto 0 auto;
    height: 780px;
    background: url(../images/ab_bg.jpg) no-repeat center;
    overflow: hidden;
}

.ab_bg .about{
    width: 1280px;
    height: 780px;
    margin: 0 auto;
    position: relative;
}

.ab_bg .about .ab_l{
    width: 685px;
    float: left;
    position: relative;
    margin-top: 75px;

}

.ab_bg .about .ab_l .ab_t{
    overflow: hidden;
    height: 120px;
    width: 685px;

}

.ab_bg .about .ab_l .ab_t h5{
    font-size: 12px;
    color: #0087cd;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    writing-mode:tb-rl;
    float: left;
}

.ab_bg .about .ab_l .ab_t span{
    font-size: 20px;
    color: #0087cd;
    line-height: 42px;
    float: left;
    margin-left: 30px;
    margin-top: -10px;
    display: block;
    padding-bottom: 10px;
    background: url(../images/ab_t.png) no-repeat left bottom;
}

.ab_bg .about .ab_l p{
    font-size: 15px;
    color: #666;
    line-height: 36px;
    height: 108px;
    overflow: hidden;
    margin: 20px 0 0 45px;
}


.ab_bg .about .ab_l h6{
    font-size: 18px;
    color: #0087cd;
    writing-mode:tb-rl;
    margin: 125px 0 0 410px;
    letter-spacing: 7px;
}

.ab_bg .about .ab_l .more{
    float: right;
    position: relative;
    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;
}

.ab_bg .about .ab_l .more:hover{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.ab_bg .about .ab_l .more::after{
    position: absolute;
    top: 12px;
    right: -210px;
    content: "";
    width: 194px;
    height: 2px;
    background: #333333;
}


.ab_bg .about .ab_img{
    float: right;
    margin-right: -320px;
    width: 774px;
    height: 780px;
}

.ab_bg .about .ab_img img{
    width: 774px;
    height: 780px;
    border-top-left-radius: 145px;
    border-top-right-radius: 43%;
    border-bottom-right-radius: 43%;
}


.ab_bg .about .honor{
    position: absolute;
    z-index: 5;
    right: 340px;
    bottom: 235px;
    background: #fff;
    border-radius: 12px;
    width: 185px;
    height: 260px;
    border: 1px solid #dddddd;
}

.ab_bg .about .honor img{
    display: block;
    width: 165px;
    height: 240px;
    margin: 10px auto;
}

/* news */

.news{
    width: 1280px;
    margin: 75px auto 0 auto;
    height: 900px;
}

.news .news_t{
    height: 85px;
    border-bottom: 1px solid #dddddd;
}

.news .news_t .title{
    float: left;
}

.news .news_t .news_list{
    float: right;
}

.news .news_t .news_list ul li{
    float: left;
    height: 83px;
    line-height: 83px;
    margin: 0 20px 0 70px;
}

.news .news_t .news_list ul li a {
    font-size: 16px;
    color: #666;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/buttom1.png) no-repeat left center;
    padding-left: 23px;
}

.news .news_t .news_list ul li.casehover{
    border-bottom: 3px solid #0087cd;
}

.news .news_box{
    width: 1280px;
    margin: 50px auto 0 auto;
}

.news .news_box .nr_show{
    width: 1278px;
    height: 258px;
    border: 1px  solid #dddddd;
    border-radius: 20px;
}
 
.news .news_box .nr_show ul li{
    float: left;
    width: 385px;
    height: 258px;
    border-right: 1px solid #dddddd;
    position: relative;
    z-index: 5;
    padding: 0 20px;

}

.news .news_box .nr_show ul li:last-child{
    border-right: none;
}

.news .news_box .nr_show ul li h5{
    position: absolute;
    left: 35px;
    top: 30px;
    font-size: 144px;
    color: #f8f8f8;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 120px;
    z-index: 1;
}

.news .news_box .nr_show ul li a{
    font-size: 16px;
    color: #333;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 5;
    margin-top: 55px;
}

.news .news_box .nr_show ul li p{
    font-size: 14px;
    color: #999;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    margin-top: 25px;
}
 
.news .news_box .nr_show ul li span{
    display: block;
    position: relative;
    z-index: 5;
    font-size: 14px;
    color: #999;
    margin-top: 25px;
}
 
.news .news_box .nr_show ul li i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 258px;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/news_list.jpg) no-repeat   center;
}

.news .news_box .nr_show ul li:hover i{
    width: 425px;
}

.news .news_box .nr_show ul li:first-child i{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.news .news_box .nr_show ul li:last-child i{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.news .news_box .news_bottom{
    margin: 40px auto 0 auto;
}

.news .news_box .news_bottom .news_l{
    float: left;
    width: 780px;
}

.news .news_box .news_l .news_top{
    height: 280px;
}

.news .news_box .news_l .news_top .news_img{
    width: 400px;
    height: 280px;
    float: left;
}

.news .news_box .news_l .news_top .news_img img{
    width: 400px;
    height: 280px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.news .news_box .news_l .news_top .txt{
    width: 310px;
    height: 280px;
    float: right;
    background: url(../images/news_nr.jpg) no-repeat  center;
    padding: 0 30px 0 40px;
}

.news .news_box .news_l .news_top .txt a{
    font-size: 16px;
    color: #fff;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 48px;
}

.news .news_box .news_l .news_top .txt i{
    display: block;
    background: #fff;
    width: 29px;
    height: 2px;
    margin: 18px 0 20px 0;

}

.news .news_box .news_l .news_top .txt p{
    font-size: 14px;
    color: #eeeeee;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.news .news_box .news_l .news_top .txt span{
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

.news .news_box .news_l .list{
    margin-top: 43px;
}

.news .news_box .news_l .list ul li{
    float: left;
    width: 345px;
    height: 130px;
    margin: 0 90px 37px 0;
}

.news .news_box .news_l .list ul li:nth-child(2n){
    margin-right: 0;
}

.news .news_box .news_l .list ul li a{
    font-size: 16px;
    color: #333;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    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 .list ul li p{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 13px;
}

.news .news_box .news_l .list ul li span{
    display: block;
    font-size: 14px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
}

.news .news_box .news_l .list ul li:hover a{
    color: #0087cd;
}

.news .news_box .news_r{
    float: right;
    width: 450px;
}

.news .news_box .news_r ul li{
    height: 100px;
    margin-bottom: 70px;
}

.news .news_box .news_r ul li .time{
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
    border-right: 1px solid #ddd;
}

.news .news_box .news_r ul li .time span{
    display: block;
    font-size: 48px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 55px;
    margin-top: 8px;
}

.news .news_box .news_r ul li .time p{
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .news_r ul li .txt{
    float: right;
    width: 332px;
} 

.news .news_box .news_r ul li .txt a{
    height: 32px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #333333;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    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_r ul li .txt p{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 13px;
}

.news .news_box .news_r ul li:hover .txt a{
    color: #0087cd;
    margin-left: 5px;
}


/* links */

.links{
    width: 1280px;
    margin: 60px auto 0 auto;
    overflow: hidden;
}

.links .links_t{
    float: left;
    width: 107px;
    height: 60px;
    border-right: 1px solid #dddddd;
}

.links .links_t span{
    display: block;
    padding-left: 30px;
    font-size: 14px;
    color: #0d2b2c;
    background: url(../images/links.png) no-repeat left  center;
    margin-top: 2px;
}

.links .links_t i{
    display: block;
    font-size: 28px;
    color: #0087cd;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 3px;
}

.links .yq{
    float: right;
    width: 1160px;
}

.links .yq a{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin: 0 15px;
}
