.a_hover:hover {
  text-decoration: underline;
  color: #144099;
}
.a_hover_color:hover {
  color: #144099;
}
.page {
  line-height: 1.5;
  color: #144099;
  font-size: 0;
  text-align: center;
}
.page .page-item {
  font-size: 16px;
  display: inline-block;
  margin: 2px;
  color: #333;
  margin-top: 10px;
}
.page .page-item span {
  display: block;
  padding: 5px 10px;
  color: #333;
}
.page .page-item a {
  padding: 5px 10px;
  display: block;
  color: #333;
}
.page .page-item.active {
  background: #fecd24;
  color: #fff;
}
.page .page-item.active span {
  color: #fff;
}
.page .page-item.disabled {
  opacity: 0.5;
}
.page .page-item:hover {
  background-color: #fecd24;
}
.page .page-item:hover span {
  color: #fff;
}
.page .page-item:hover a {
  color: #fff;
}
.page .prev,
.page .next {
  padding: 5px;
  margin: 0px;
}
.main_color {
  color: #144099;
}
.main_color2 {
  color: #fecd24;
}
.main_bg_color {
  background-color: #144099;
}
.main_bg_color2 {
  background-color: #fecd24;
}
.header_top {
  height: 30px;
  line-height: 30px;
  background-color: #334ba5;
  color: #fff;
}
.header_top a {
  color: #fff;
}
.header_top form {
  position: relative;
}
.header_top form input {
  width: 170px;
  padding-right: 66px;
  height: 22px;
  border: none;
  -webkit-border-radius: 11px;
          border-radius: 11px;
  outline: none;
  text-indent: 20px;
  margin-top: 4px;
}
.header_top form button {
  width: 66px;
  height: 22px;
  position: absolute;
  top: 4px;
  right: 0;
  background-color: #035dab;
  background-image: url("../images/zoom.png");
  background-repeat: no-repeat;
  background-position: 8px center;
  outline: none;
  cursor: pointer;
  border: none;
  color: #fff;
  font-size: 12px;
  text-align: left;
  text-indent: 30px;
  -webkit-border-radius: 0 11px 11px 0;
          border-radius: 0 11px 11px 0;
}
.banner .owl-dots {
  position: absolute;
  bottom: 140px;
  left: 0;
  right: 0;
  text-align: center;
  visibility: hidden;
  font-size: 0;
}
.banner .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  visibility: visible;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.banner .owl-dots .owl-dot:after {
  content: '';
  width: 22px;
  height: 22px;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: -4px;
  top: -4px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.banner .owl-dots .owl-dot.active {
  background-color: #fff;
}
.banner .owl-dots .owl-dot.active:after {
  border-color: #fff;
}
.banner .owl-nav {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}
.banner .owl-nav .owl-prev,
.banner .owl-nav .owl-next {
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: rgba(0,0,0,0);
  top: 50%;
  margin-top: -60px;
  position: absolute;
  visibility: visible;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  background-position: center;
}
.banner .owl-nav .owl-prev {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  left: 20px;
  background-image: url("../images/l.png");
}
.banner .owl-nav .owl-next {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  right: 20px;
  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.7);
}
.header {
  background-color: #fff;
}
.header .language .item {
  text-align: center;
  float: left;
  margin-top: 36px;
  margin-left: 10px;
}
.header .language .item a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #334ba5;
  color: #fff;
  font-size: 16px;
}
.header_top {
  color: #fff;
}
.header_top a {
  color: #fff;
}
.nav {
  border-top: 1px solid #d8d8d8;
}
.nav .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;
}
.nav .w .item {
  height: 60px;
  line-height: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.nav .w .item:after {
  content: '';
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
  background-color: #dbdbdb;
}
.nav .w .item:last-child:after {
  display: none;
}
.nav .w .item a {
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.nav .w .item.hover > a,
.nav .w .item:hover > a {
  color: #144099;
  font-weight: bold;
}
.nav .w .item .son {
  position: absolute;
  z-index: 10;
  background-color: rgba(100,100,100,0.5);
  line-height: 40px;
  display: none;
}
.nav .w .item .son .it a {
  color: #fff;
  font-size: 13px;
}
.nav .w .item .son .it:hover {
  background-color: #144099;
}
.nav .w .item:hover .son {
  display: block;
}
.posr {
  position: relative;
}
.index_ys {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.2);
          box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.2);
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -120px;
  position: relative;
  z-index: 2;
  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_ys .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.index_ys .item:after {
  content: '';
  width: 3px;
  height: 90px;
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -45px;
  background-color: #dbdbdb;
}
.index_ys .item:last-child:after {
  display: none;
}
.index_ys .item .img {
  margin-top: 20px;
}
.index_ys .item .img img {
  width: 84px;
}
.index_ys .item .tit {
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
}
.index_ys .item .desc {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1.5;
  margin-top: 10px;
}
.index_ys .item .line {
  width: 40px;
  height: 3px;
  background-color: #144099;
  margin-left: auto;
  margin-right: auto;
  color: #666;
  margin-top: 20px;
}
.index_title .en {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
.index_title .line {
  width: 70px;
  height: 2px;
  background-color: #144099;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.index_title .zh {
  font-size: 32px;
  color: #144099;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
.index_title.index_title2 .en {
  color: #fff;
}
.index_title.index_title2 .line {
  background-color: #fff;
}
.index_title.index_title2 .zh {
  color: #fff;
}
.index_about .one {
  background-image: url("../images/ab1.jpg");
  position: relative;
}
.index_about .one .btn {
  width: 150px;
  height: 30px;
  border: 1px solid #f2f2f2;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  position: absolute;
  left: 65px;
  bottom: 66px;
}
.index_about .one .btn a {
  display: block;
  color: #fff;
  font-size: 13px;
}
.index_about .two {
  background-color: #f3f3f3;
  position: relative;
}
.index_about .two .btn {
  width: 150px;
  height: 30px;
  border: 1px solid #144099;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  position: absolute;
  right: 35px;
  bottom: 15px;
}
.index_about .two .btn a {
  display: block;
  color: #144099;
  font-size: 13px;
}
.index_about .three {
  background-image: url("../images/ab3.jpg");
  background-repeat: no-repeat;
  background-position: left center;
}
.index_about .four {
  background-image: url("../images/ab2.jpg");
  background-repeat: no-repeat;
  background-position: left center;
}
.index_bg1 {
  background-color: #f3f3f3;
}
.index_pro_left {
  background-color: #144099;
}
.index_pro_left .lx_wrap {
  font-size: 14px;
  line-height: 2;
}
.index_pro_left .lx_wrap span span {
  display: inline-block;
  color: #666;
  font-weight: bold;
}
.index_pro_left_wrap .item {
  margin-bottom: 24px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  background-color: #0780d3;
}
.index_pro_left_wrap .item:last-child {
  margin-bottom: 0;
}
.index_pro_left_wrap .item a {
  color: #fff;
  display: block;
  padding-left: 15px;
}
.index_pro_left_wrap .item a:hover {
  text-decoration: underline;
}
.index_pro_right .t_t {
  background-color: #144099;
}
.index_pro_right_wrap .wrapper {
  margin-right: -50px;
}
.index_pro_right_wrap .wrapper .item {
  float: left;
  width: 280px;
  border: 1px solid #144099;
  position: relative;
  margin-right: 16px;
  margin-bottom: 16px;
}
.index_pro_right_wrap .wrapper .item .img_wrap {
  height: 216px;
  line-height: 216px;
  font-size: 0;
  background-color: #fff;
}
.index_pro_right_wrap .wrapper .item .tit {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
.index_pro_right_wrap .wrapper .item .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(8,133,213,0.4);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_pro_right_wrap .wrapper .item .info .btn {
  position: absolute;
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #144099;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -65px;
}
.index_pro_right_wrap .wrapper .item:hover .info {
  opacity: 1;
}
.index_news_t {
  height: 165px;
  background-image: url("../images/nt1.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.index_news_t .w {
  height: 165px;
  background-image: url("../images/nt2.png");
  background-repeat: no-repeat;
  background-position: center;
}
.index_news .item {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_news .item .date {
  width: 144px;
  height: 98px;
  border-right: 3px solid #ccc;
}
.index_news .item .date .day {
  font-size: 72px;
  line-height: 72px;
  font-weight: bold;
  color: #e0e0e0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_news .item .date .ym {
  font-size: 22px;
  line-height: 22px;
  color: #999;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 5px;
}
.index_news .item .info {
  width: 688px;
  padding-left: 40px;
}
.index_news .item .info .title {
  font-size: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: bold;
  margin-top: 10px;
}
.index_news .item .info .desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 25px;
  color: #666;
}
.index_news .item .info .more {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #e5e5e5;
  font-size: 14px;
  margin-top: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_news .item:hover {
  background-color: #f1f1f1;
}
.index_news .item:hover .date .day {
  color: #999;
}
.index_news .item:hover .info .title {
  color: #144099;
}
.index_news .item:hover .info .more {
  background-color: #144099;
}
.index_bg2 {
  background-image: url("../images/cbg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}
.index_case .wrapper {
  margin-right: -100px;
}
.index_case .wrapper .item {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  float: left;
  width: 290px;
  margin-right: 13px;
}
.index_case .wrapper .item .img {
  height: 240px;
  line-height: 240px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
}
.index_case .wrapper .item .tit {
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 13px;
  background-color: #f2f2f2;
  color: #144099;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  padding-top: 0;
}
.index_case .wrapper .item .more {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 17px;
  font-size: 14px;
}
.index_case .wrapper .item:hover {
  background-color: #001339;
}
.index_case .wrapper .item:hover .img {
  height: 180px;
  line-height: 180px;
  margin: 2px;
}
.index_case .wrapper .item:hover .tit {
  height: 82px;
  line-height: 1;
  background-color: #001339;
  color: #fff;
  padding-top: 32px;
  font-size: 20px;
}
.index_lx .right {
  background-image: url("../images/lc.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-size: cover;

}
.index_lx .right form div.input {
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #fff;
}
.index_lx .right form div span {
  color: #fff;
  font-size: 13px;
}
.index_lx .right form div input {
  height: 50px;
  outline: none;
  font-size: 13px;
  background-color: transparent;
  color: #fff;
  text-indent: 10px;
  border: none;
}
.index_lx .right form div.textarea span {
  display: block;
  line-height: 50px;
}
.index_lx .right form div.textarea textarea {
  height: 90px;
  width: 100%;
  background-color: transparent;
  outline: none;
  border: 1px solid #fff;
  font-size: 13px;
  text-indent: 35px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  color: #fff;
}
.index_lx .right form div button {
  text-align: center;
  overflow: none;
  cursor: pointer;
  margin-top: 25px;
  color: #fff;
  width: 96px;
  height: 30px;
  line-height: 28px;
  background-color: transparent;
  outline: none;
  border: 1px solid #fff;
  font-size: 14px;
}
.footer {
  background-color: #144099;
  background-image: url("../images/footbg.png");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.footer_t .item {
  position: relative;
}
.footer_t .item:before {
  content: '';
  width: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #000;
}
.footer_t .item:after {
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #4f75c3;
}
.footer_t .item .tit {
  color: #e6e8ee;
  font-size: 20px;
  margin-top: 6px;
}
.footer_t .item .line {
  background-color: #e6e8ee;
  width: 34px;
  height: 3px;
  margin-top: 10px;
}
.footer_t .item .desc {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.footer_t .item .desc a {
  color: #fff;
}
.footer_t .item:last-child:after {
  display: none;
}
.footer_t .item:first-child:before {
  display: none;
}
.footer_t .item1 .desc div {
  float: left;
  width: 50%;
}
.footer_b {
  background-color: #191a1f;
  color: #9c9c9c;
}
.footer_b a {
  color: #9c9c9c;
}
.crumb {
  background-color: #eef2f5;
  height: 60px;
  line-height: 60px;
}
.crumb .right .it {
  float: left;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  position: relative;
}
.crumb .right .it a {
  display: block;
}
.crumb .right .it:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #fecd24;
  left: 5px;
  right: 5px;
  opacity: 0;
}
.crumb .right .it:after {
  content: '';
  width: 2px;
  height: 16px;
  background-color: #d6e0e7;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.crumb .right .it.hover:before,
.crumb .right .it:hover:before {
  opacity: 1;
}
.crumb .right .it.hover a,
.crumb .right .it:hover a {
  color: #fecd24;
}
.crumb .right .it:last-child:after {
  display: none;
}
.img_list .wrapper {
  margin-right: -50px;
}
.img_list .wrapper .item {
  float: left;
  width: 280px;
  border: 1px solid #ccc;
  position: relative;
  margin-right: 16px;
  margin-bottom: 16px;
  background-color: #eef2f5;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.img_list .wrapper .item .img_wrap {
  height: 216px;
  line-height: 216px;
  font-size: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.img_list .wrapper .item .tit {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.img_list .wrapper .item:hover {
  background-color: #144099;
  border-color: #144099;
}
.img_list .wrapper .item:hover .tit {
  color: #fff;
}
.news_list .wrapper .item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d1d5db;
}
.news_list .wrapper .item:first-child {
  padding-top: 0;
}
.news_list .wrapper .item:last-child {
  border: none;
}
.news_list .wrapper .item .more {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #dfe3e8;
  margin-top: 20px;
}
.news_list .wrapper .item:hover .tit,
.news_list .wrapper .item:hover .desc {
  color: #144099;
}
.news_list .wrapper .item:hover .more {
  background-color: #144099;
  color: #fff;
}
.show_show h1 {
  font-weight: 400;
}
.pro_show_cate {
  background-color: #eef2f5;
  font-size: 13px;
  color: #666;
  position: relative;
}
.pro_show_cate .tit {
  width: 188px;
  font-size: 25px;
  color: #fff;
  text-align: center;
  background-color: #144099;
}
.pro_show_one .left{
  position: relative;
}
.pro_show_one .left .big_img {
  border: 1px solid #ebeced;
  position: relative;
}
.pro_show_one .left .img_list .item {
  border: 1px solid #ebeced;
  width: 80px;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
.pro_show_one .right h1 {
  font-weight: 500;
  color: #666;
}
.pro_show_one .right .line {
  width: 75px;
  height: 2px;
  background-color: #144099;
  margin-top: 10px;
}
.pro_show_one #zoom{
  width: 50px;
  height: 50px;
  position: absolute;
  background: rgb(20 64 153 / 50%);
  cursor: move;
  overflow: hidden;
  display: none;
}
.pro_show_one #zoomimg{
  position: absolute;
  right: -320px;
  top: 0;
  z-index: 10;
  border: 1px solid #ebeced;
  display: none;
  width: 310px;
  height: 240px;
  overflow: hidden;
}
.pro_show_one #zoomimg img{
  position: absolute;
}
#floatDivBoxs{width:170px;background:#fff;position:fixed;top:20px;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:20px;right:170px;z-index:999;}
#rightArrow a{display:block;height:45px;}