.a_hover:hover {
  text-decoration: underline;
  color: #1677ff;
}
.a_hover_color:hover {
  color: #1677ff;
}
.page {
  line-height: 1.5;
  color: #1677ff;
  font-size: 18px;
}
.page .page-item {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #1677ff;
  margin: 2px;
  color: #1677ff;
  margin-top: 10px;
}
.page .page-item a {
  color: #1677ff;
}
.page .page-item.active {
  background: #1677ff;
  color: #fff;
}
.page .page-item.disabled {
  opacity: 0.5;
}
.page .prev,
.page .next {
  padding: 5px;
  margin: 0px;
}
.main_color {
  color: #1677ff;
}
.main_color2 {
  color: #1677ff;
}
.main_bg_color {
  background-color: #1677ff;
}
.main_bg_color2 {
  background-color: #1677ff;
}
.banner .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  visibility: hidden;
}
.banner .owl-nav .owl-prev,
.banner .owl-nav .owl-next {
  position: absolute;
  top: 0;
  width: 100px;
  top: 0;
  bottom: 0;
  position: absolute;
  visibility: visible;
  background-repeat: no-repeat;
  font-size: 0;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}
.banner .owl-nav .owl-prev {
  background-position: center;
  left: 0px;
  background-image: url("../images/l.png");
}
.banner .owl-nav .owl-next {
  right: 0;
  background-position: center;
  background-image: url("../images/r.png");
}
.banner .owl-nav .owl-prev:hover,
.banner .owl-nav .owl-next:hover {
  background-color: rgba(0,0,0,0.5);
}
.header_top {
  background-color: #1677ff;
  color: #fff;
}
.header_top a {
  color: #fff;
}
.nav .item {
  float: left;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  height:50px;
  line-height:50px;
  margin-top:50px;
}
.nav .item a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.nav .item.hover,
.nav .item:hover {
  background-color: #1677ff;
}
.nav .item.hover a,
.nav .item:hover a {
  color: #fff;
}
.index_bg {
  background-color: #f6f6f6;
}
.index_title .desc {
  position: relative;
  border-bottom: 1px solid #1677ff;
  margin-bottom: 2px;
  padding-bottom: 10px;
}
.index_title .desc:after {
  content: '';
  width: 114px;
  height: 4px;
  background-color: #1677ff;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -57px;
}
.index_pro_cate .w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index_pro_cate .w .item:nth-child(2n) {
  width: 1px;
  height: 18px;
  background-color: #999;
}
.index_pro_cate .w .item:last-child {
  display: none;
}
.index_pro_cate .w .item:hover a,
.index_pro_cate .w .item.hover a {
  color: #1677ff;
}
.index_pro .wrapper {
  margin-right: -100px;
}
.index_pro .wrapper .item {
  float: left;
  width: 340px;
  background-color: #fff;
  margin-right: 13px;
  margin-bottom: 13px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_pro .wrapper .item .tit {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_pro .wrapper .item .t {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_pro .wrapper .item .info {
  background-image: url("../images/pi.png");
  background-repeat: no-repeat;
  background-position: right 25px center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_pro .wrapper .item:hover .info {
  background-image: url("../images/pi_h.png");
}
.index_pro .wrapper .item:hover .tit {
  color: #1677ff;
}
.index_pro .wrapper .item:hover .t {
  color: #1677ff;
}
.index_ly {
  background-image: url("../images/x.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
.index_ly .zx {
  border: 1px solid #fff;
}
.index_ly_r {
  padding-top: 100px;
  margin-left: 126px;
}
.index_ly_r .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  visibility: hidden;
}
.index_ly_r .owl-nav .owl-prev,
.index_ly_r .owl-nav .owl-next {
  position: absolute;
  top: 0;
  width: 42px;
  top: 0;
  bottom: 0;
  position: absolute;
  visibility: visible;
  background-repeat: no-repeat;
  font-size: 0;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}
.index_ly_r .owl-nav .owl-prev {
  background-position: center;
  left: -100px;
  background-image: url("../images/l.png");
}
.index_ly_r .owl-nav .owl-next {
  right: -100px;
  background-position: center;
  background-image: url("../images/r.png");
}
.index_ly_r .item {
  background-color: #fff;
  height: 346px;
}
.index_ly_r .item p {
  background-image: url("../images/lyt.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 45px;
}
.vam {
  vertical-align: middle;
}
.vat {
  vertical-align: top;
}
.index_ly_b .item {
  float: left;
  width: 33.3333%;
  padding-top: 36px;
  height: 406px;
  position: relative;
  cursor: pointer;
}
.index_ly_b .item:after {
  content: '';
  position: absolute;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: -12px;
  left: 50%;
  margin-left: -7px;
  z-index: 10;
}
.index_ly_b .item .img {
  background-color: #1677ff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background-repeat: no-repeat;
  background-position: center 19px;
  background-image: url("../images/ly.png");
}
.index_ly_b .item.active {
  background-color: #1677ff;
  color: #fff;
}
.index_ly_b .item.active .img {
  background-color: #fff;
  background-image: url("../images/ly_h.png");
}
.index_ly_b .item.active:after {
  border-bottom: 6px solid #1677ff;
}
.index_case {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
.index_case .item {
  background-color: #1677ff;
}
.index_case .item .j {
  width: auto;
  display: inline-block;
}
.index_case .item .more {
  border: 1px solid #fff;
}
.index_case .owl-carousel .owl-stage-outer {
  overflow: inherit;
}
.index_case .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  visibility: hidden;
}
.index_case .owl-nav .owl-prev,
.index_case .owl-nav .owl-next {
  position: absolute;
  top: 0;
  width: 100px;
  top: 0;
  bottom: 0;
  position: absolute;
  visibility: visible;
  background-repeat: no-repeat;
  font-size: 0;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}
.index_case .owl-nav .owl-prev {
  background-position: center;
  left: -100px;
  background-image: url("../images/cl.png");
}
.index_case .owl-nav .owl-next {
  right: -100px;
  background-position: center;
  background-image: url("../images/cr.png");
}
.index_about {
  position: relative;
}
.index_about .en {
  font-size: 250px;
  line-height: 250px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: #f8f8f8;
}
.index_about_t {
  position: absolute;
  z-index: 10;
  top: -22px;
  right: 200px;
}
.index_about_t:after {
  content: '';
  border-top: 11px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 11px solid #0049af;
  border-right: 9px solid #0049af;
  position: absolute;
  left: -18px;
  top: 0;
}
.index_hj .owl-carousel .owl-stage-outer {
  padding-top: 150px;
  padding-bottom: 150px;
}
.index_hj .owl-item {
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_hj .owl-item.center {
  -webkit-transform: scale(2.5);
     -moz-transform: scale(2.5);
      -ms-transform: scale(2.5);
       -o-transform: scale(2.5);
          transform: scale(2.5);
  z-index: 10;
  position: relative;
}
.index_hj .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  visibility: hidden;
}
.index_hj .owl-nav .owl-prev,
.index_hj .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  width: 50px;
  height: 90px;
  position: absolute;
  visibility: visible;
  background-repeat: no-repeat;
  font-size: 0;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  background-color: #1677ff;
}
.index_hj .owl-nav .owl-prev {
  background-position: center;
  left: 100px;
  background-image: url("../images/l2.png");
}
.index_hj .owl-nav .owl-next {
  right: 100px;
  background-position: center;
  background-image: url("../images/r2.png");
}
.index_news_l_w {
  border-right: 1px solid #ccc;
}
.index_news .titles {
  border-bottom: 1px solid #ccc;
}
.index_news_t {
  position: relative;
}
.index_news_t .info {
  background-color: #1677ff;
  width: 340px;
  height: 300px;
  position: absolute;
  top: 50%;
  margin-top: -150px;
  left: 50%;
  margin-left: -170px;
}
.index_news_t .info .more {
  border: 1px solid #fff;
}
.index_news_l .item {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.w1020 {
  width: 1020px;
}
.index_news_r .item {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
.index_con_l {
  background-color: #f6f6f6;
}
.index_con_l .item {
  border-bottom: 1px solid #a5a5a5;
  padding-left: 10px;
}
.index_con_l .item:last-child {
  border: none;
}
.footer {
  background-color: #2e3038;
  position: relative;
}
.footer_t .item .tit {
  color: #e6e8ee;
  font-size: 18px;
  margin-top: 25px;
}
.footer_t .item .line {
  background-color: #e6e8ee;
  width: 34px;
  height: 2px;
  margin-top: 20px;
}
.footer_t .item .desc {
  font-size: 12px;
  line-height: 30px;
  color: #9a9ca4;
}
.footer_t .item .desc a {
  color: #9a9ca4;
}
.footer_c .lx {
  position: absolute;
  left: 730px;
}
.footer_c .lx .t {
  background-color: #4514e3;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.footer_c .lx .x {
  width: 50px;
  height: 40px;
  background-color: #14a5e9;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/em.png");
}
.footer_b {
  color: #9c9c9c;
}
.footer_b a {
  color: #9c9c9c;
}
.container_pro_p .item {
  height: 50px;
  line-height: 50px;
  background-color: #ccc;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
}
.container_pro_p .item a {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.container_pro_p .item a:after {
  content: '';
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border: 6px solid transparent;
  border-left-color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: -30px;
}
.container_pro_p .item:hover,
.container_pro_p .item.hover {
  background-color: #005bdb;
}
.container_pro_p .item:hover a,
.container_pro_p .item.hover a {
  color: #fff;
}
.container_pro_p .item:hover a:after,
.container_pro_p .item.hover a:after {
  border-left-color: #fff;
}
.crumb {
  border-bottom: 1px solid #dfdfdf;
  height: 40px;
  line-height: 40px;
  padding-left: 26px;
  background-image: url("../images/h.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}
.container_pro_c .item {
  border-bottom: 1px solid #eee;
  padding-left: 10px;
}
.container_pro_c .item:last-child {
  border: none;
}
.news_list .item {
  margin-bottom: 20px;
}
.img_list .wrapper {
  margin-right: -70px;
}
.img_list .wrapper .item {
  float: left;
  width: 275px;
  margin-right: 13px;
  margin-bottom: 13px;
}
.img_list .wrapper .item .info {
  background-color: #dfdfdf;
}
.vab {
  vertical-align: bottom;
}
.bgcc {
  background-color: #ccc;
}
.contact_one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact_one .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 260px;
  text-align: center;
  height: 230px;
  border: 1px solid #1677ff;
}
#floatDivBoxs{width:170px;background:#fff;position:fixed;top:180px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#f08326;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:12px 14px;}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../images/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(../images/online_arrow.jpg) no-repeat;position:fixed;top:180px;right:170px;z-index:999;}
#rightArrow a{display:block;height:45px;}