
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 550px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 550px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 550px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 550px;
  }
  
  .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: #19458c;
    border-radius: 6px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 27px;
    height: 50px;
    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: 27px;
    height: 50px;
    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{
    width: 1200px;
    height: 80px;
    background: #f8f8f8;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 0 auto;
}

.sou  .trait{
    float: left;
    font-size: 16px;
    color: #444444;
    margin-left: 60px;
    padding-left: 25px;
    background: url(../images/buttom2.png) no-repeat left center;
    line-height: 80px;
}

.sou  .sou_cont{
    float: left;
    margin-left: 240px;
    padding-left: 25px;
    background: url(../images/buttom2.png) no-repeat left center;
    width: 230px;
    margin-top: 20px;
}

.sou  .search{
    width: 200px;
    height: 36px;
    border-bottom: 1px solid #dcdcdc;
    background: none;
} 

.sou  .search .search2{
    float: left;
    width: 150px;
    height: 36px;
    background: none;
    font-size: 14px;
    color: #999999;
}

.sou  .search .search_s{
    float: right;
    width: 15px;
    height: 15px;
    margin-top: 5px;
}

/* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
}

.topxunpan {
    height: 30px;
    float: right;
    position: relative;
    margin-right: 55px;
    margin-top: 25px;
}


.topxunpan .xp {
    position: relative;
    line-height: 30px;
    color: #444444;
    font-size: 16px;
    cursor: pointer;
}

.topxunpan .xp img {
    position: relative;
    margin-right: 10px;
    vertical-align:middle;
    top: -1px;
}

.topxunpan .xp i {
    padding: 0px;
    margin-left: 1px;
    margin-right: 1px;
    font-size: 16px;
    box-sizing: border-box;
    color: #444444;
}

.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: #19458c;
    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: #19458c;
}

.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{
  position: relative;

}

.title span{
  display: block;
  font-size: 60px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-family: 'Times New Roman', Times, serif;
  line-height: 50px;
}

.title h3{
  background: url(../images/title.png) no-repeat  left center;
  width: 260px;
  height: 27px;
  line-height: 27px;
  font-size: 28px;
  color: #444444;
  font-weight: bold;
  margin-top: 20px;
  padding-left: 30px;
}

.title h3 i{
  font-size: 28px;
  color: #004c92;
  font-weight: bold;
  line-height: 27px;
}

.title h3 em{
  font-size: 14px;
  color: #444444;
  position: relative;
  margin-left: 11px;
  top: -5px;
}

/* about*/

.ab_bg{
  width: 100%;
  margin: 70px auto 0 auto;
  height: 550px;
  overflow: hidden;

}

.ab_bg .about{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.ab_bg .about .ab_nr{
  float: left;
  width: 680px;
}

.ab_bg .about .ab_nr .txt{
  overflow: hidden;

}

.ab_bg .about .ab_nr .txt h5 a{
  font-size: 20px;
  color: #444;
  padding-left: 45px;
  background: url(../images/buttom3.png) no-repeat  left center;
  height: 34px;
  line-height: 34px;
  display: block;
  margin-top: 60px;
}

.ab_bg .about .ab_nr .txt p{
  font-size: 14px;
  color: #666;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  margin: 15px 0 0 45px;
}

.ab_bg .about .ab_nr .ab_list{
  margin: 65px auto 0 auto;
}

.ab_bg .about .ab_nr .ab_list ul li{
  float: left;
  width: 70px;
  margin: 0 110px 0 45px;
}

.ab_bg .about .ab_nr .ab_list ul li a{
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  color: #555555;
}

.ab_bg .about .ab_nr .ab_list ul li a span{
  width: 70px;
  height: 70px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: block;

}

.ab_bg .about .ab_nr .ab_list ul li i{
  display: block;
  margin: 20px auto;
  width: 1px;
  height: 20px;
  background: #e0e0e0;
}


.ab_bg .about .ab_nr .ab_list ul li.ab1 a span{
  background: url(../images/ab1.png) no-repeat  center;
}

.ab_bg .about .ab_nr .ab_list ul li.ab2 a span{
  background: url(../images/ab2.png) no-repeat  center;
}

.ab_bg .about .ab_nr .ab_list ul li.ab3 a span{
  background: url(../images/ab3.png) no-repeat  center;
}


.ab_bg .about .ab_nr .ab_list ul li.ab1:hover a span{
  background: url(../images/ab11.png) no-repeat  center;
}

.ab_bg .about .ab_nr .ab_list ul li.ab2:hover a span{
  background: url(../images/ab22.png) no-repeat  center;
}

.ab_bg .about .ab_nr .ab_list ul li.ab3:hover a span{
  background: url(../images/ab33.png) no-repeat  center;
}


.ab_bg .about .ab_img{
  float: right;
  width: 821px;
  height: 550px;
  margin-right: -360px;
} 

.ab_bg .about .ab_img img{
  width: 821px;
  height: 550px;
  border-top-left-radius: 120px;

}

/* ab_num*/

.ab_num_bg{
  width: 100%;
  margin: 70px auto 0 auto;
  height: 200px;
  overflow: hidden;
  background: url(../images/ab_bg.jpg) no-repeat  center;
}

.ab_num_bg .ab_num{
  width: 1200px;
  height: 200px;
  margin: 0 auto;
}

.ab_num_bg .ab_num ul li{
  float: left;
  width: 300px;
  text-align: center;
  margin-top: 45px;
  position: relative;
}

.ab_num_bg .ab_num ul li h5{
  font-size: 48px;
  color: #f5f5f5;
  font-weight: bold;
  position: relative;

}

.ab_num_bg .ab_num ul li h5 span{
  font-size: 48px;
  color: #f5f5f5;
  font-weight: bold;
}

.ab_num_bg .ab_num ul li h5 i{
  font-size: 28px;
  color: #f5f5f5;
  font-weight: bold;
  position: relative;
  top: -15px;
}

.ab_num_bg .ab_num ul li p{
  font-size: 18px;
  color: #f5f5f5;
}
 

/* product*/

.pro_bg{
  width: 100%;
  margin: 0 auto;
  height: 1150px;
  overflow: hidden;
  background: url(../images/pro_bg.jpg) no-repeat  center;
}

.pro_bg .product{
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}

.pro_bg .product .pro_t{
  height: 100px;

}

.pro_bg .product .pro_t .title{
  float: left;
}

.pro_bg .product .pro_t .title span{
  color: #7e96c1;

}

.pro_bg .product .pro_t .title h3{
  background: url(../images/ys_t.png) no-repeat  center;
}

.pro_bg .product .pro_t .title h3 a{
  color: #fff;

}

.pro_bg .product .pro_t .title h3 a i{
  color: #fff;
}

.pro_bg .product .pro_t .title h3 a em{
  color: #fff;
}

.pro_bg .product .pro_t .pro_list{
  float: right;
  width: 730px;
  height: 100px;
  background: #e1e7f1;
  border-radius: 8px;
  padding: 0 35px;
} 

.pro_bg .product .pro_t .pro_list ul li{
  float: left;
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #c7d3e3;
  padding: 0 22px;
}

.pro_bg .product .pro_t .pro_list ul li a{
  font-size: 15px;
  color: #444444;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box{
  margin: 40px auto 0 auto;
  width: 1280px;
}

.pro_bg .product .pro_box ul li{
  float: left;
  width: 340px;
  margin: 0 86px  40px 0;
  position: relative;
  overflow: hidden;
}

.pro_bg .product .pro_box ul li .pro_num{
  float: left;
  position: relative;
}

.pro_bg .product .pro_box ul li .pro_num h5{
  writing-mode:tb-rl;
  font-size: 12px;
  color: #cccccc;
  text-transform: uppercase;
  margin-top: 70px;
  text-align: left;
}

.pro_bg .product .pro_box ul li .pro_num::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background: #d6d8da;
  left: 6px;
  top: 0;
}

.pro_bg .product .pro_box ul li .pro_r{
  float: right;
  width: 300px;
}

.pro_bg .product .pro_box ul li .pro_r .pic{
  width: 298px;
  height: 368px;
  border: 1px solid #dcdee1;
  border-radius: 8px;
}

.pro_bg .product .pro_box ul li .pro_r .pic img{
  width: 233px;
  height: 322px;
  margin: 23px auto;
  display: block;

}

.pro_bg .product .pro_box ul li .pro_r .txt{
  overflow: hidden;
  margin-top: 15px;
}

.pro_bg .product .pro_box ul li .pro_r .txt .txt_l{
  margin-left: 20px;
  width: 200px;
  float: left;
  margin-top: 5px;

}

.pro_bg .product .pro_box ul li .pro_r .txt .txt_l a{
  font-size: 15px;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li .pro_r .txt .txt_l p{
  font-size: 13px;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 3px;
}

.pro_bg .product .pro_box ul li .pro_r .txt .txt_r{
  float: right;
  margin-right: 10px;
  font-size: 30px;
  color: #cccccc;
  border-bottom: 1px solid #c8c8cb;
} 

.pro_bg .product .pro_box ul li:hover .pro_r .txt .txt_l a{
  margin-left: 5px;
}

/* case*/

.case{
  width: 1200px;
  margin: 70px auto 0 auto;
}

.case .case_t{
  height: 100px;
}

.case .case_t .title {
  float: left;
}

.case .case_t .more{
  float: right;
  width: 88px;
  height: 57px;
  line-height: 57px;
  background: url(../images/more.png) no-repeat  center;
  text-align: center;
  margin-top: 25px;
}

.case .case_t .more a{
  display: block;
  font-size: 16px;
  color: #999;
  padding-left: 10px;
}

.case .case_box{
  margin: 20px auto 0 auto;
} 

.case .case_box .bd{
  margin: 0px auto 0 auto;
  height: 440px;
  overflow: hidden;
} 

 .case .case_box .bd ul li{
  float: left;
  width: 390px;
  height: 440px;
  position: relative;
  margin: 0 5px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #fff;
}

.case .case_box .bd ul li .pic{
  width: 370px;
  height: 270px;
  margin: 10px;

}

.case .case_box .bd ul li .pic img{
  width: 370px;
  height: 270px;
  border-top-left-radius: 45px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li:hover .pic img{
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.case .case_box .bd ul li .txt{
  text-align: center;
  position: relative;
  height: 140px;

}

.case .case_box .bd ul li .txt a{
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 310px;
  margin: 20px auto 10px auto;
}

.case .case_box .bd ul li .txt i{
  display: block;
  width: 30px;
  height: 1px;
  background: #dbdbdb;
  margin: 0 auto;
}

.case .case_box .bd ul li .txt p{
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  width: 310px;
  margin: 10px auto 0 auto;
}

.case .case_box .bd ul li .txt em{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 2px;
  background: #285193;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li:hover{
  background: #f8f8f8;
}

.case .case_box .bd ul li:hover .txt em{
  width: 390px;

}

.case .case_box .hd{
  margin: 50px auto 0 auto;
  height: 12px;
}

.case .case_box .hd ul{
  text-align: center;
}

.case .case_box .hd ul li{
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #bbbbbb;
  border-radius: 50%;
  margin: 0 14px;
}

.case .case_box .hd ul li.on{
  background: #19458c;
}

/* ys*/

.ys_bg{
  width: 100%;
  height: 650px;
  margin: 70px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat  center;
}

.ys_bg .ys{
  width: 1200px;
  margin: 0 auto;
  height: 650px;
  position: relative;
}

.ys_bg .ys .title{
  position: absolute;
  left: 0;
  top: 115px;
}

.ys_bg .ys .title span{
  display: block;
  color: #6980a6;
}

.ys_bg .ys .title h3{
  color: #fff;
  background: url(../images/ys_t.png) no-repeat  center;
}

.ys_bg .ys .title em{
  color: #fff;
}

.ys_bg .ys .title i{
  color: #fff;
}
 
.ys_bg .ys .ys_box{
  width: 1200px;
  margin: 0 auto;
  padding-top: 55px;
  position: relative;
}

.ys_bg .ys .ys_box .bd{
  margin: 0 auto;
  float: left;
  width: 1035px;
}

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 1035px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
  float: left;
  width: 450px;
  margin-top: 235px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  height: 56px;
  width: 200px;
  border-bottom: 1px solid #c1c9d5;
  margin-bottom: 20px;

}

.ys_bg .ys .ys_box .bd ul li .txt p{
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  height: 128px;
  overflow: hidden;

}

.ys_bg .ys .ys_box .bd ul li .ys_img{
  float: right;
  width: 500px;
  height: 520px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
  width: 500px;
  height: 520px;
  border-top-left-radius: 45px;
  border-bottom-right-radius: 45px;
}


.ys_bg .ys .ys_box .hd{
  float: right;
  margin-top: 105px;
}

.ys_bg .ys .ys_box .hd ul li{
  height: 75px;
  line-height: 75px;
  position: relative;
}

.ys_bg .ys .ys_box .hd ul li::after{
  position: absolute;
  right: -70px;
  top: 38px;
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  opacity: 0;
  -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{
  opacity: 1;
}

.ys_bg .ys .ys_box .hd ul li img{
  float: left;
  width: 26px;
  height: 26px;
  margin-top: 30px;
  margin-right: 20px;
}

.ys_bg .ys .ys_box .hd ul li h5{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  float: left;
}

.ys_bg .ys .ys_box .next{
  position: absolute;
  right: 0;
  top: 57px;
  background: url(../images/left.png) no-repeat center;
  width: 76px;
  height: 90px;
  cursor: pointer;
}

.ys_bg .ys .ys_box .prev{
  position: absolute;
  right: 0;
  top: 475px;
  background: url(../images/right.png) no-repeat center;
  width: 76px;
  height: 90px;
  cursor: pointer;
}


/* news*/

.news_bg{
  width: 100%;
  height: 940px;
  margin: 70px auto 0 auto;
  background: url(../images/news_bg.jpg) no-repeat bottom center;
}

.news_bg .news{
  width: 1200px;
  margin: 0 auto;
  height: 840px;
}

.news_bg .news .news_t{
  height: 100px;
}

.news_bg .news .news_t .title{
  float: left;
}
 
.news_bg .news .news_t  .news_list{
  float: right;
}

.news_bg .news .news_t  .news_list ul li{
  float: left;
  line-height: 80px;
  margin-left: 45px;
}

.news_bg .news .news_t  .news_list ul li img{
  vertical-align: middle;
  margin-right: 10px;
}
 
.news_bg .news .news_t  .news_list ul li a{
  display: block;
  font-size: 18px;
  color: #484848;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_t  .news_list ul li.casehover a{
  color:#19458c;
}

.news_bg .news .news_box{
  width: 1280px;
  margin: 30px auto 0 auto;
}

.news_bg .news .news_box .news_top{
  overflow: hidden;
  height: 395px;
}

.news_bg .news .news_box .news_top ul li{
  float: left;
  width: 360px;
  margin-right: 60px;
}
 
.news_bg .news .news_box .news_top ul li .news_img{
  width: 360px;
  height: 260px;
}

.news_bg .news .news_box .news_top ul li .news_img img{
  width: 360px;
  height: 260px;
  border-top-right-radius: 35px;
}

.news_bg .news .news_box .news_top ul li .txt{
  margin-top: 23px;
  height: 60px;
  border-bottom: 1px solid #eeeeee;

}

.news_bg .news .news_box .news_top ul li .txt a{
  font-size: 15px;
  color: #444444;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top ul li .txt p{
  font-size: 13px;
  color: #777;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 3px;
  margin-left: 12px;
}


.news_bg .news .news_box .news_top ul li .time{
  height: 50px;
  line-height: 50px;
}

.news_bg .news .news_box .news_top ul li .time .time_l{
  float: left;
  font-size: 14px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news .news_box .news_top ul li .time .more a{
  float: right;
  font-size: 14px;
  color: #999;
  position: relative;
} 

.news_bg .news .news_box .news_top ul li .time .more a::after{
  position: absolute;
  left: -50px;
  top: 26px;
  width: 30px;
  height: 1px;
  background: #d3d3d3;
  content: "";
}

.news_bg .news .news_box .list{
  margin: 30px auto 0 auto;
}

.news_bg .news .news_box .list ul li{
  float: left;
  width: 350px;
  margin: 0 70px 35px 0px;
  position: relative;
}

.news  .news_box ul li .txt{
  height: 60px;
  border-bottom: 2px solid #f5f5f5;
  position: relative;
}

.news  .news_box ul li .txt span{
  float: left;
  font-size: 48px;
  color: #cccccc;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 46px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news  .news_box ul li .txt .nr{
  float: right;
  width: 275px;
}

.news  .news_box ul li .txt .nr a{
  font-size: 15px;
  color: #444444;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news  .news_box ul li .txt .nr p{
  font-size: 13px;
  color: #777777;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  margin-left: 12px;
}

.news  .news_box ul li .txt::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 0;
  height: 2px;
  background: #19458c;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news  .news_box ul li:hover .txt::after{
  width: 100%;
}

.news  .news_box ul li:hover .txt span{
  color: #19458c;
}

.news  .news_box ul li .time{
  height: 45px;
  line-height: 45px;
}

.news  .news_box ul li .time span{
  float: left;
  font-size: 14px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}

.news  .news_box ul li .time .more{
  display: block;
  font-size: 14px;
  color: #999;
  float: right;
  padding-left: 50px;
  background: url(../images/xt1.png) no-repeat left 27px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news  .news_box ul li:hover .time .more{
  color: #19458c;
}

/* links*/

.links{
  height: 68px;
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}

.links h3{
  float: left;
  width: 80px;
  height: 32px;
  line-height: 32px;
  background: #444444;
  border-radius: 3px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.links .yq{
  float: right;
  width: 1100px;
}

.links .yq a{
  line-height: 32px;
  font-size: 14px;
  color: #555555;
  margin-right: 20px;
}