body {
  background-color: #eef1f6;
}
.a_hover:hover {
  text-decoration: underline;
  color: #235093;
}
.a_hover_color:hover {
  color: #235093;
}
.page {
  line-height: 1.5;
  color: #235093;
  font-size: 18px;
}
.page .page-item {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #235093;
  margin: 2px;
  color: #235093;
  margin-top: 10px;
}
.page .page-item a {
  color: #235093;
}
.page .page-item.active {
  background: #235093;
  color: #fff;
}
.page .page-item.disabled {
  opacity: 0.5;
}
.page .prev,
.page .next {
  padding: 5px;
  margin: 0px;
}
.main_color {
  color: #235093;
}
.main_color2 {
  color: #035dab;
}
.main_bg_color {
  background-color: #235093;
}
.main_bg_color2 {
  background-color: #035dab;
}
.header_top {
  height: 30px;
  line-height: 30px;
  background-color: #e9ebed;
}
.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: 20px;
  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: #1aebed;
}
.banner .owl-dots .owl-dot.active:after {
  border-color: #1aebed;
}
.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: 60px;
  height: 160px;
  background-color: rgba(0,0,0,0.3);
  top: 50%;
  margin-top: -80px;
  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: 0 20px 20px 0;
          border-radius: 0 20px 20px 0;
  left: 0px;
  background-image: url("../images/l.png");
}
.banner .owl-nav .owl-next {
  -webkit-border-radius: 20px 0 0 20px;
          border-radius: 20px 0 0 20px;
  right: 0;
  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 {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index:300;
}
.header_top {
  color: #fff;
}
.header_top a {
  color: #fff;
}
.nav .item {
  float: left;
  width: 130px;
  text-align: center;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.nav .item a {
  display: block;
  -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-image: -webkit-linear-gradient(320deg, #6cb941 0%, #3e973e 100%);
  background-image: -moz-linear-gradient(320deg, #6cb941 0%, #3e973e 100%);
  background-image: -o-linear-gradient(320deg, #6cb941 0%, #3e973e 100%);
  background-image: linear-gradient(130deg, #6cb941 0%, #3e973e 100%);
}
.nav .item.hover a,
.nav .item:hover a {
  color: #fff;
}
.posr {
  position: relative;
}
.index_bg1 {
  background-color: #eef1f6;
}
.index_title {
  text-align: center;
  font-size: 0;
}
.index_title .tit {
  width: 320px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border: 1px solid #bac8d4;
  position: relative;
  font-size: 30px;
  color: #035dab;
  position: relative;
  display: inline-block;
}
.index_title .tit:before,
.index_title .tit:after {
  content: '';
  width: 1000px;
  height: 1px;
  background-color: #bac8d4;
  position: absolute;
  top: 50%;
}
.index_title .tit:before {
  right: -940px;
}
.index_title .tit:after {
  left: -940px;
}
.index_title2 .tit {
  border-color: #fff;
  color: #fff;
}
.index_title2 .tit:before,
.index_title2 .tit:after {
  background-color: #fff;
}
.index_about_b {
  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_about_b .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 458px;
  height: 167px;
  position: relative;
  overflow: hidden;
}
.index_about_b .item .info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.55);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_about_b .item .info .icon img {
  vertical-align: text-bottom;
}
.index_about_b .item:hover .info {
  background-color: rgba(0,95,162,0.85);
}
.index_card_bg {
  background-image: url("../images/cbg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #6190d6;
}
.index_card_bg .index_card .wrapper {
  margin-right: -50px;
}
.index_card_bg .index_card .item {
  float: left;
  width: 230px;
  height: 326px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: 4px;
  border: 3px solid #2fa720;
  width: 224px;
  height: 318px;
}
.index_card_bg .index_card .item .tit {
  position: absolute;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,0.56);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.index_yw_cate .item {
  float: left;
  width: 33.3333%;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  text-align: center;
  font-size: 18px;
}
.index_yw_cate .item a {
  display: block;
  color: #555;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_yw_cate .item:hover,
.index_yw_cate .item.hover {
  background-color: #235093;
}
.index_yw_cate .item:hover a,
.index_yw_cate .item.hover a {
  color: #fff;
}
.index_yw .wrapper{
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.index_yw .wrapper.hover{
  position: relative;
  z-index: 10;
  opacity: 1;
}
.index_yw .item {
  float: left;
  width: 25%;
  position: relative;
}
.index_yw .item .tit {
  text-align: center;
  position: absolute;
  left: 46px;
  right: 46px;
  top: 200px;
  border: 3px solid rgba(255,255,255,0.22);
  height: 60px;
  line-height: 60px;
  z-index: 10;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background-repeat: no-repeat;
}
.index_yw .item:hover .tit {
  background-color: rgba(10,61,138,0.52);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  font-weight: bold;
  line-height: 400px;
  background-image: url("../images/zo.png");
  background-position: center 256px;
}
.index_yw_bg {
  background-image: url("../images/yb.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #fff;
}
.index_yw_l {
  border: 1px solid #ced2d8;
  background-color: #fff;
}
.index_yw_l .wrapper {
  height: 564px;
  overflow-y: scroll;
}
.index_yw_l .wrapper::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #535353;
}
.index_yw_l .wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #ededed;
}
.index_yw_l .item {
  float: left;
  width: 304px;
  height: 272px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 20px;
}
.index_yw_l .item .tit {
  position: absolute;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,0.56);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.index_yw_r {
  background-color: #eef1f6;
}
.index_yw_r .item {
  width: 304px;
  height: 272px;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
}
.index_yw_r .item .tit {
  position: absolute;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: rgba(35,80,147,0.8);
  top: 50%;
  margin-top: -25px;
  left: 20px;
  right: 20px;
  z-index: 10;
  font-size: 20px;
}
.index_case .item .tit {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_case .item .line {
  background-color: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_case .item:hover .tit {
  color: #1671c6;
}
.index_case .item:hover .line {
  background-color: #12aeff;
}
.index_case .owl-nav {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}
.index_case .owl-nav .owl-prev,
.index_case .owl-nav .owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  top: 50%;
  margin-top: -30px;
  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;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.index_case .owl-nav .owl-prev {
  left: -120px;
  background-image: url("../images/l2.png");
}
.index_case .owl-nav .owl-next {
  right: -120px;
  background-image: url("../images/r2.png");
}
.index_case .owl-nav .owl-prev:hover {
  background-color: #235093;
  background-image: url("../images/l2_h.png");
}
.index_case .owl-nav .owl-next:hover {
  background-color: #235093;
  background-image: url("../images/r2_h.png");
}
.index_case .owl-carousel .owl-item {
  opacity: 0.3;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_case .owl-carousel .owl-item.active {
  opacity: 1;
}
.index_case .owl-carousel .owl-stage-outer {
  overflow: visible;
  position: relative;
}
.index_news_left {
  background-image: url("../images/new.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.index_news_left .info {
  background-color: rgba(241,241,241,0.95);
  z-index: 10;
}
.index_news_left .info .line {
  background-color: #7b7b7b;
}
.index_news_right .item {
  background-color: #f3f5f8;
  height: 130px;
  margin-bottom: 10px;
}
.index_news_right .item:hover{
  background-color:#035dab;
  color:#fff;
}
.index_news_right .item:hover div{
  color:#fff;
}
.index_client .item {
  background-color: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  text-align: center;
  height: 100px;
  line-height: 100px;
  font-size: 0;
}
.index_client .item img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.footer {
  background-color: #2e3038;
  position: relative;
}
.footer::after,
.footer::before {
  content: '';
  width: 130px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../images/ftbg.png");
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -65px;
}
.footer::before {
  background-image: url("../images/ftbg2.png");
  background-position: center;
  z-index: 10;
}
.footer_t .item {
  position: relative;
}
.footer_t .item:before {
  content: '';
  width: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #4b4d56;
}
.footer_t .item:after {
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #080a0e;
}
.footer_t .item .tit {
  color: #e6e8ee;
  font-size: 20px;
  -font-weight: bold;
  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: #9a9ca4;
}
.footer_t .item .desc a {
  color: #9a9ca4;
}
.footer_t .item:last-child:after {
  display: none;
}
.footer_t .item:first-child:before {
  display: none;
}
.footer_t .lx .t {
  background-color: #4514e3;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.footer_t .lx .x {
  width: 50px;
  height: 40px;
  background-color: #14a5e9;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/em.png");
}
.footer_b {
  background-color: #191a1f;
  color: #9c9c9c;
}
.footer_b a {
  color: #9c9c9c;
}
.container_left .top_tit {
  background-color: #235093;
  background-image: url("../images/ctr.png");
  background-repeat: no-repeat;
  background-position: 240px center;
}
.container_left .wrap .item {
  font-size: 20px;
  position: relative;
  padding-top: 6px;
}
.container_left .wrap .item a {
  color: #235093;
  display: block;
  padding-left: 26px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #d8dce2;
  font-weight: bold;
}
.container_left .wrap .item:before {
  content: '';
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #d3dce9;
  border-top: 2px solid #235093;
  border-bottom: 2px solid #235093;
}
.container_left .wrap .item:first-child {
  padding-top: 0;
}
.container_left .wrap .item:first-child:before {
  display: none;
}
.container_left .wrap .son .it {
  border-bottom: 1px dashed #dbdbdb;
  padding-top: 5px;
  padding-bottom: 5px;
}
.container_left .wrap .son .it a {
  display: block;
  padding-left: 18px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.container_left .wrap .son .it:last-child {
  border: none;
}
.container_left .wrap .son .it:hover a,
.container_left .wrap .son .it.hover a {
  background-color: #5284ce;
  color: #fff;
}
.crumb {
  border-bottom: 1px solid #909090;
}
.crumb .tit {
  position: relative;
}
.crumb .tit:after {
  content: '';
  left: 0;
  bottom: -2px;
  height: 3px;
  background-color: #235093;
  right: -100px;
  position: absolute;
}
.img_list .wrapper {
  margin-right: -100px;
}
.img_list .wrapper .item {
  float: left;
  width: 342px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 20px;
}
.img_list .wrapper .item .img {
  background-color: #fff;
  padding: 5px;
  overflow: hidden;
}
.img_list .wrapper .item .tit {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-top: 10px;
}
.case_show .top {
  margin-right: -50px;
}
.case_show .top .item {
  float: left;
  width: 342px;
  margin-right: 20px;
}
.case_show h1.title {
  background-color: #5284ce;
  font-weight: normal;
}
.pro_list .wrapper {
  margin-right: -100px;
}
.pro_list .wrapper .item {
  margin-right: 44px;
}
.news_list .wrapper .item {
  padding-top: 10px;
  padding-bottom: 10px;
  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;
}
.case_list .wrapper {
  margin-right: -100px;
}
.case_list .wrapper .item {
  margin-right: 30px;
  margin-bottom: 30px;
  width: 330px;
}
.case_list .wrapper .item .img {
  height: 330px;
  overflow: hidden;
}
.case_list .wrapper .item .title {
  position: relative;
  margin-top: 10px;
  background-image: none;
  font-size: 14px;
  color: #333;
  height: 20px;
  line-height: 20px;
}
.about_page_t {
  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;

  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #afb6c1;
  border-bottom: 1px solid #afb6c1;
}
.about_page_t .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 228px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #d7dce4;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.about_page_t .item a{
  display: block;
  color: #555;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

}
.about_page_t .item.hover,
.about_page_t .item:hover{
  background-color: #235093;
  border-color: #235093;
}
.about_page_t .item.hover a,
.about_page_t .item:hover a{
  color: #fff;
}


.show_show h1 {
  font-weight: 400;
}