.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  -webkit-transition: .5s;
  transition: .5s;
}
.h_top {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.right_t {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.dx {
  text-transform: uppercase;
}
.clear {
  clear: both;
}
.over {
  overflow: hidden;
}
.container {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.bs {
  box-sizing: border-box;
}
/*首页banner*/
.pics_wrap {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.html5zoo-img-0 img {
  width: 100%;
}
.html5zoo-arrow-left-0 {
  left: 10% !important;
  z-index: 9999 !important;
  width: 33px !important;
}
.html5zoo-arrow-right-0 {
  right: 10% !important;
  z-index: 9999 !important;
  width: 32px !important;
}
.html5zoo-bullet-wrapper-0 div {
  margin: 0 4px !important;
}
.html5zoo-nav-0 {
  margin-top: -35px !important;
  left: 48% !important;
}
.html5zoo-bullet-wrapper-0 {
  width: 100% !important;
}
.banner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 325px;
  margin-top: 8px;
}
.banner ul.bb {
  position: relative;
  padding: 0px;
  margin: 0px;
  z-index: 5;
}
.banner ul.bb li {
  position: absolute;
  display: none;
}
.banner .num {
  position: absolute;
  right: 2px;
  bottom: 10px;
  z-index: 100;
}
.banner .num li {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  background: #fff;
  line-height: 18px;
  text-indent: -100px;
  overflow: hidden;
  border-radius: 10px;
}
.banner .num li.num_hover {
  background-color: #f7de07;
}
.banner .num li.num_hover a {
  color: #fff;
}
.banner .num li a {
  float: left;
  display: block;
  text-align: center;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.html5zoo-text-wrapper-0 {
  display: none !important;
}
.pic_h3 {
  text-align: center;
  padding-bottom: 31px;
  font-family: SimHei;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  color: #3ba6f1;
  letter-spacing: 0px;
  position: relative;
}
.pic_h3::after {
  content: " ";
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #cccccc;
  position: absolute;
  top: 40px;
  margin-left: -22.5px;
  left: 50%;
}
.pic_en {
  display: block;
  font-family: ArialMT;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 12px;
  letter-spacing: 2px;
  color: #666666;
  text-align: center;
  text-transform: uppercase;
}
.pic_p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  width: 768px;
  padding-bottom: 26px;
  text-align: center;
  margin: 0 auto;
  padding-top: 31px;
}
@keyframes zy {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,
  100% {
    transform: rotate(0deg);
  }
}
.about_box {
  width: 100%;
  padding-top: 58px;
  box-sizing: border-box;
  clear: both;
  background: url("../images/about_bg.jpg") no-repeat bottom left;
  padding-bottom: 10px;
}
.about_box .about_main {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  height: 348px;
}
.about_box .about_main .a_text {
  width: 662px;
  padding-top: 48px;
  float: left;
}
.about_box .about_main .a_text .a_h3 {
  font-family: SimHei;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about_box .about_main .a_text .a_span {
  display: block;
  font-family: ArialMT;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 12px;
  letter-spacing: 1px;
  color: #333333;
  text-transform: uppercase;
}
.about_box .about_main .a_text .a_p {
  width: 662px;
  padding-top: 40px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 120px;
}
.about_box .about_main .a_text .a_more {
  display: block;
  margin-top: 50px;
  width: 130px;
  height: 32px;
  background-color: #3ba6f1;
  border-radius: 3px;
  font-size: 26px;
  color: #fff;
  line-height: 32px;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
}
.about_box .about_main .a_text .a_more::after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.about_box .about_main .a_text .a_more:hover {
  transform: translateY(-10px);
}
.about_box .about_main .a_text .a_more:hover:after {
  opacity: 1;
}
.about_box .about_main .about_img {
  width: 478px;
  height: 304px;
  border-radius: 3px;
  display: block;
  margin-top: 40px;
  float: right;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.about_box .about_main .about_img img {
  width: 478px;
  height: 304px;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}
.about_box .about_main .about_img:hover img {
  transform: scale(1.1) rotate(0);
}
.about_box .a_list {
  clear: both;
  min-width: 1200px;
  margin: 0 auto;
  width: 1200px;
  height: 164px;
  background-color: #ffffff;
  box-shadow: 0px 7px 8px 0px rgba(3, 3, 3, 0.13);
  margin-top: 51px !important;
}
.about_box .a_list li {
  text-align: center;
  width: 25%;
  float: left;
  cursor: pointer;
  background: url("../images/a_bg1.png") no-repeat right 30px;
}
.about_box .a_list li > a {
  width: 47px;
  display: block;
  height: 46px;
  margin: 28px auto 0;
  overflow: hidden;
}
.about_box .a_list li > a > i {
  width: 200%;
  height: 100%;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}
.about_box .a_list li > a > i img {
  width: auto;
  display: block;
  float: left;
}
.about_box .a_list li .map {
  margin-top: 20px;
  margin-right: 10px;
  width: 276px;
  height: 130px;
  border: solid 2px #3ba6f1;
  float: left;
}
.about_box .a_list li .map #allmap {
  width: 276px;
  height: 130px;
  bottom: 0;
  font-size: 14px;
}
.about_box .a_list li:nth-child(1) > p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  padding-top: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.about_box .a_list li:nth-child(1) > a {
  width: 44px;
}
.about_box .a_list li:nth-child(1) > a > i img {
  width: auto;
}
.about_box .a_list li:nth-child(2) > a {
  width: 47px;
  display: block;
  margin-bottom: 20px !important;
}
.about_box .a_list li:nth-child(2) > a > i img {
  width: auto;
}
.about_box .a_list li:nth-child(2) > i {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  padding-bottom: 12px;
  letter-spacing: 0px;
  color: #999999;
  display: block;
}
.about_box .a_list li:nth-child(3) > a {
  width: 42px;
}
.about_box .a_list li:nth-child(3) > a > i img {
  width: auto;
}
.about_box .a_list li:nth-child(3) > p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  padding-top: 32px;
  letter-spacing: 0px;
  color: #999999;
}
.about_box .a_list li:nth-child(4) {
  background: none;
}
.about_box .a_list li:hover:nth-child(1) > a i {
  transform: translateX(-44px);
}
.about_box .a_list li:hover:nth-child(2) > a i {
  transform: translateX(-47px);
}
.about_box .a_list li:hover:nth-child(3) > a i {
  transform: translateX(-42px);
}
.bus_box {
  width: 100%;
  height: 962px;
  padding-top: 40px;
  background: #eff8ff;
  box-sizing: border-box;
}
.bus_box .bus_main {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
  height: 809px;
}
.bus_box .bus_main .bus_list {
  width: 658px;
  float: left;
}
.bus_box .bus_main .bus_list a {
  display: block;
  width: 305px;
  height: 91px;
  float: left;
  background-color: #ffffff;
  margin: 0 23px 21px 0;
  padding-top: 17px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  box-sizing: border-box;
  text-align: center;
}
.bus_box .bus_main .bus_list a i {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: Bold;
  font-stretch: normal;
  line-height: 17px;
  letter-spacing: 0px;
  color: #333333;
  padding-bottom: 14px;
}
.bus_box .bus_main .bus_list a i::before,
.bus_box .bus_main .bus_list a i::after {
  width: 53px;
  height: 2px;
  background-color: #3ba6f1;
  display: inline-block;
  vertical-align: middle;
  content: " ";
}
.bus_box .bus_main .bus_list a i::before {
  margin-right: 18px;
}
.bus_box .bus_main .bus_list a i::after {
  margin-left: 18px;
}
.bus_box .bus_main .bus_list a > p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
  box-sizing: border-box;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bus_box .bus_main .bus_list a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #3ba6f1;
  width: 0;
  height: 100%;
  z-index: -2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bus_box .bus_main .bus_list a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.bus_box .bus_main .bus_list a:hover i {
  color: #fff;
}
.bus_box .bus_main .bus_list a:hover i::after,
.bus_box .bus_main .bus_list a:hover i::before {
  background: #fff;
}
.bus_box .bus_main .bus_list a:hover p {
  color: #fff;
}
.bus_box .bus_main .bus_list a:hover:after {
  width: 100%;
}
.bus_box .bus_main .bus_img {
  display: block;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
.bus_box .bus_main .bus_img img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}
.bus_box .bus_main .bus_img img:hover {
  transform: scale(1.1) rotate(0);
}
.bus_box .bus_main .bus_img.img1 {
  width: 398px;
  height: 237px;
  top: 50px;
  right: 0px;
}
.bus_box .bus_main .bus_img.img2 {
  width: 398px;
  height: 248px;
  top: 299px;
  right: 0px;
}
.bus_box .bus_main .bus_img.img3 {
  width: 269px;
  height: 172px;
  bottom: 78px;
  left: 0px;
}
.bus_box .bus_main .bus_img.img4 {
  width: 292px;
  height: 172px;
  bottom: 78px;
  left: 299px;
}
.bus_box .bus_main .bus_img.img5 {
  width: 280px;
  height: 172px;
  bottom: 78px;
  left: 616px;
}
.bus_box .bus_main .bus_img.img6 {
  width: 268px;
  height: 172px;
  bottom: 78px;
  right: 0px;
}
.pro_box {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 90px;
  overflow: hidden;
}
.pro_box .left {
  margin-top: 35px;
  position: relative;
  float: left;
  width: 306px;
  border: 3px solid #3ba6f1;
  box-sizing: border-box;
  border-radius: 0px 15px 0px 0px;
}
.pro_box .left h4 {
  width: 300px;
  height: 102px;
  padding-top: 43px;
  box-sizing: border-box;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  padding-bottom: 17px;
  background: #3ba6f1 url(../images/pro_sjx.png) center 14px no-repeat;
  font-weight: bold;
  text-align: center;
}
.pro_box .left .p_tit {
  margin: 30px 19px 0;
  width: 262px;
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 22px;
  box-sizing: border-box;
  padding-left: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
}
.pro_box .left .p_tit::before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
  content: " ";
  display: inline-block;
  margin-right: 22px;
  border: solid 2px #3ba6f1;
}
.pro_box .left .p_tit::after {
  width: 24px;
  height: 4px;
  background-color: #3ba6f1;
  vertical-align: middle;
  content: " ";
  display: inline-block;
  margin-left: 126px;
}
.pro_box .left .p_tit:hover {
  color: #3ba6f1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.pro_box .left ul {
  width: 262px;
  margin: 0 auto;
  overflow: auto;
  background: #fff;
}
.pro_box .left ul li {
  width: 262px;
  height: 63px;
  line-height: 50px;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-top: 1px dashed #999999;
}
.pro_box .left ul li a {
  display: block;
  width: 238px;
  height: 63px;
  line-height: 63px;
  padding: 0 0px 0 10px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.pro_box .left ul li a::before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
  content: " ";
  display: inline-block;
  margin-right: 22px;
  border: solid 2px #999999;
}
.pro_box .left ul li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.pro_box .left ul li:hover a {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  font-weight: bold;
  color: #c20013;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.pro_box .left ul li:hover a::before {
  border: 2px solid #c20013;
}
.pro_box .right {
  width: 862px;
  float: right;
  margin-left: -33px;
  margin-top: 35px;
}
.pro_box .right li {
  width: 254px;
  height: 234px;
  float: left;
  margin: 0px 0px 26px 33px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.pro_box .right li a {
  display: block;
}
.pro_box .right li .img {
  width: 254px;
  height: 234px;
  overflow: hidden;
  position: relative;
}
.pro_box .right li .img img {
  width: 254px;
  height: 234px;
  transition: all 1s;
  vertical-align: top;
}
.pro_box .right li .name {
  width: 254px;
  padding: 0 20px;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.pro_box .right li:hover .img img {
  transform: scale(1.1) rotate(0);
}
.pro_box .right li:hover .name {
  background: #3ba6f1;
  bottom: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.case_box {
  width: 100%;
  height: 865px;
  background-color: #eff8ff;
  clear: both;
  box-sizing: border-box;
  padding-top: 50px;
}
.case_box .case_main {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.case_box .case_main .case_list {
  width: 1260px;
  margin-left: -60px;
}
.case_box .case_main .case_list li {
  width: 360px;
  height: 260px;
  float: left;
  margin: 0px 0px 50px 60px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.case_box .case_main .case_list li a {
  display: block;
}
.case_box .case_main .case_list li .img {
  width: 360px;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.case_box .case_main .case_list li .img img {
  width: 360px;
  height: 260px;
  transition: all 1s;
  vertical-align: top;
}
.case_box .case_main .case_list li .name {
  width: 360px;
  padding: 0 20px;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #3ba6f1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.case_box .case_main .case_list li:hover .img img {
  animation: fd 0.5s;
  -moz-animation: fd 0.5s;
  -webkit-animation: fd 0.5s;
  -o-animation: fd 0.5s;
}
@keyframes fd {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.new_box {
  background: #f8f8f8;
  width: 100%;
  padding-top: 53px;
  overflow: hidden;
  padding-bottom: 69px;
  height: auto;
}
.new_box .new_main {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.new_box .new_main > .hd {
  float: left;
  overflow: hidden;
  display: block;
  font-size: 16px;
  margin-top: 33px;
  height: 20px;
}
.new_box .new_main > .hd span {
  font-size: 16px;
  height: 18px;
  cursor: pointer;
  display: inline-block;
  color: #666666;
  line-height: 18px;
}
.new_box .new_main > .hd span.on {
  color: #3ba6f1;
  font-weight: bold;
}
.new_box .new_main > .hd i {
  display: inline-block;
  margin: 0 30px;
}
.new_box .new_main .bd {
  clear: both;
  overflow: hidden;
  height: 399px;
}
.new_box .new_main .bd .n_silde {
  overflow: hidden;
}
.new_box .new_main .bd .n_silde .n_left {
  float: left;
  width: 430px;
  margin-top: 40px;
  position: relative;
}
.new_box .new_main .bd .n_silde .n_left .bd {
  overflow: hidden;
}
.new_box .new_main .bd .n_silde .n_left > .hd {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 236px;
  overflow: hidden;
  left: 0px;
  height: 4px;
}
.new_box .new_main .bd .n_silde .n_left > .hd ul {
  height: 4px;
  text-align: center;
}
.new_box .new_main .bd .n_silde .n_left > .hd ul li {
  width: 44px;
  height: 4px;
  background-color: #8bc7f2;
  border-radius: 1px;
  text-indent: -44px;
  margin: 0 15px;
  display: inline-block;
}
.new_box .new_main .bd .n_silde .n_left > .hd ul li.on {
  width: 44px;
  height: 4px;
  background-color: #3ba6f1;
  border-radius: 1px;
  text-indent: -44px;
  margin: 0 15px;
  display: inline-block;
}
.new_box .new_main .bd .n_silde .n_left .l_main {
  overflow: hidden;
}
.new_box .new_main .bd .n_silde .n_left .l_main .new_img {
  display: block;
  width: 430px;
  height: 210px;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.new_box .new_main .bd .n_silde .n_left .l_main .new_img img {
  display: block;
  width: 430px;
  height: 210px;
  -webkit-transition: .5s;
  transition: .5s;
}
.new_box .new_main .bd .n_silde .n_left .l_main .new_img img:hover {
  transform: scale(1.1) rotate(0);
}
.new_box .new_main .bd .n_silde .n_left .l_main .n_l_text {
  margin-top: 60px;
  overflow: hidden;
  width: 100%;
}
.new_box .new_main .bd .n_silde .n_left .l_main .n_l_text .n_l_date {
  float: left;
  width: 49px;
  height: 78px;
  display: block;
  background-size: 100%;
  background: url("../images/n_l_d.png") no-repeat;
}
.new_box .new_main .bd .n_silde .n_left .l_main .n_l_text .n_l_date > p {
  padding-top: 9px;
  text-align: center;
  font-family: SimSun;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
.new_box .new_main .bd .n_silde .n_left .l_main .n_l_text .n_l_date > span {
  padding-top: 13px;
  display: block;
  font-family: SimSun;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.new_box .new_main .bd .n_silde .n_left .l_main .n_l_text .n_l_item {
  float: right;
  width: 353px;
}
.new_box .new_main .bd .n_silde .n_left .l_main .n_l_text .n_l_item .n_l_tit {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 3px 10px 12px 0px;
  -webkit-transition: .5s;
  transition: .5s;
}
.new_box .new_main .bd .n_silde .n_left .l_main .n_l_text .n_l_item .n_l_tit:hover {
  color: #3ba6f1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.new_box .new_main .bd .n_silde .n_left .l_main .n_l_text .n_l_item > p {
  padding-right: 8px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.new_box .new_main .bd .n_silde .n__right {
  float: right;
  width: 690px;
  overflow: hidden;
}
.new_box .new_main .bd .n_silde .n__right li {
  position: relative;
  height: 108px;
  box-sizing: border-box;
  padding: 16px 0px 0px 0px;
  margin-top: 26px;
  transform: translateX(-2px);
  margin-left: 2px;
}
.new_box .new_main .bd .n_silde .n__right li:first-child {
  margin-top: 23px;
}
.new_box .new_main .bd .n_silde .n__right li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #eff8ff;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.new_box .new_main .bd .n_silde .n__right li .n_r_date {
  float: left;
  width: 98px;
  text-align: right;
}
.new_box .new_main .bd .n_silde .n__right li .n_r_date > p {
  font-family: SimSun;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  padding-bottom: 15px;
}
.new_box .new_main .bd .n_silde .n__right li .n_r_date > span {
  font-family: SimSun;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #333333;
}
.new_box .new_main .bd .n_silde .n__right li .n_r_text {
  float: right;
  width: 552px;
}
.new_box .new_main .bd .n_silde .n__right li .n_r_text h4 a {
  padding: 1px 30px 14px 0px;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_box .new_main .bd .n_silde .n__right li .n_r_text > p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.new_box .new_main .bd .n_silde .n__right li:hover::after {
  width: 100%;
}
.link_box {
  padding: 70px 0 73px;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.link_tit {
  position: relative;
  width: 100%;
  height: 24px;
  display: block;
  border-bottom: 2px solid #333;
  padding-bottom: 30px;
  margin-bottom: 27px;
}
.link_tit i {
  color: #3ba6f1;
  font-weight: bold;
  margin: 0 3px;
}
.link_list {
  overflow: hidden;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.link_list a {
  padding: 0 64px 0 0;
  -webkit-transition: .5s;
  transition: .5s;
  float: left;
  color: #666666;
  line-height: 30px;
  font-size: 14px;
}
.link_list a:hover {
  color: #3ba6f1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
