.a_hover:hover {
  text-decoration: underline;
  color: #0d6cd8;
}
.a_hover_color:hover {
  color: #0d6cd8;
}
.page {
  line-height: 1.5;
  color: #0d6cd8;
  font-size: 18px;
}
.page .page-item {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #0d6cd8;
  margin: 2px;
  color: #0d6cd8;
  margin-top: 10px;
}
.page .page-item a {
  color: #0d6cd8;
}
.page .page-item.active {
  background: #0d6cd8;
  color: #fff;
}
.page .page-item.disabled {
  opacity: 0.5;
}
.page .prev,
.page .next {
  padding: 5px;
  margin: 0px;
}
.main_color {
  color: #0d6cd8;
}
.main_color2 {
  color: #f09b50;
}
.main_bg_color {
  background-color: #0d6cd8;
}
.main_bg_color2 {
  background-color: #f09b50;
}
.header {
  position: relative;
}
.header .header_r {
  position: absolute;
  right: 50px;
  top: 50px;
}
.header .header_r .item {
  float: left;
}
.header .header_r .tel_wrap {
  min-width: 30px;
  border-right: 1px solid #e0e0e0;
  padding-right: 14px;
  font-size: 15px;
}
.header .header_r .tel_wrap .tel {
  opacity: 0;
  width: 0;
  display: none;
}
.header .header_r .tel_wrap.active .tel {
  opacity: 1;
  width: 100%;
  display: inline;
}
.header .header_r .zoom_wrap {
  width: 44px;
  position: relative;
  z-index: 10;
}
.header .header_r .zoom_wrap .zoom {
  text-align: center;
  border: none;
  background-color: transparent;
  outline: none;
  position: absolute;
  right: 10px;
  top: 0;
}
.header .header_r .zoom_wrap input {
  height: 30px;
  position: absolute;
  right: 0;
  top: -5px;
  width: 0;
  border: 1px solid #e0e0e0;
  opacity: 0;
  outline: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.header .header_r .zoom_wrap.active input {
  opacity: 1;
  width: 100%;
  width: 118px;
}
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.nav .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 140px;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.nav .item a {
  display: block;
}
.nav .item:hover,
.nav .item.hover {
  background-color: #095fb6;
}
.nav .item:hover a,
.nav .item.hover a {
  color: #fff;
}
.logo {
  content: '';
  width: 200px;
  height: 140px;
  background-image: url("../images/logo.png");
  left: -220px;
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
.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: 50px;
  height: 240px;
  position: absolute;
  top: 50%;
  margin-top: -120px;
  visibility: visible;
  background-repeat: no-repeat;
  font-size: 0;
  background-color: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.5;
}
.banner .owl-nav .owl-prev {
  background-position: left center;
  -webkit-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0;
  left: 0px;
  background-image: url("../images/bl.png");
}
.banner .owl-nav .owl-next {
  background-position: right center;
  right: 0px;
  -webkit-border-radius: 5px 0 0 5px;
          border-radius: 5px 0 0 5px;
  background-image: url("../images/br.png");
}
.banner .owl-nav .owl-prev:hover,
.banner .owl-nav .owl-next:hover {
  opacity: 1;
}
.banner .owl-dots {
  width: 1400px;
  left: 50%;
  margin-left: -700px;
  text-align: left;
  bottom: 110px;
  counter-reset: chapter;
}
.banner .owl-dots .owl-dot {
  width: 65px;
  display: inline-block;
  margin-right: 30px;
  -webkit-border-radius: 0;
          border-radius: 0;
  height: auto;
  background-color: transparent;
  color: rgba(255,255,255,0.37);
  font-size: 22px;
  padding-left: 10px;
}
.banner .owl-dots .owl-dot:after {
  counter-increment: chapter;
  content: counter(chapter);
}
.banner .owl-dots .owl-dot.active {
  color: #fff;
  background-color: transparent;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffb83d;
}
.index_title .line {
  background-color: #ffb83d;
  width: 80px;
  height: 2px;
  position: relative;
}
.index_title .line:after {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #095fb6;
}
.index_title .more {
  border: 5px solid #eee;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  position: relative;
}
.index_title .more a:after {
  content: '';
  position: absolute;
  border-left: 5px solid #616161;
  border-top: 4px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 4px solid transparent;
  top: 50%;
  margin-top: -4px;
  left: 106px;
}
.index_bg1 {
  background-image: url("../images/ybr.jpg");
  background-position: right top;
  background-repeat: no-repeat;
}
.index_jj {
  background-image: url("../images/ybb.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}
.index_jj_l {
  background-image: url("../images/y.jpg");
}
.index_jj_l .more a {
  display: block;
  color: #fff;
  text-align: center;
  width: 130px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
}
.index_jj_r {
  border-left: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
}
.index_jj_r .item {
  float: left;
  width: 465px;
  height: 305px;
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  background-position: right -40px bottom -40px;
  background-repeat: no-repeat;
  background-color: #fff;
}
.index_jj_r .item .img {
  margin-top: 60px;
  line-height: 120px;
  text-align: center;
  position: relative;
  height: 120px;
}
.index_jj_r .item .img .t,
.index_jj_r .item .img .t_b {
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_jj_r .item .img .t {
  top: 0;
}
.index_jj_r .item .img .t_b {
  opacity: 0;
  top: 120px;
}
.index_jj_r .item .tit {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  font-size: 18px;
  transition: all 0.4s;
}
.index_jj_r .item .en {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  color: #c8c8c8;
  text-align: center;
  margin-top: 3px;
  transition: all 0.4s;
}
.index_jj_r .item .more {
  text-align: center;
  margin-top: 30px;
}
.index_jj_r .item .more a {
  color: #373737;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_jj_r .item.hover {
  background-color: #35227b;
  background-image: url("../images/yb.png");
}
.index_jj_r .item.hover .t {
  top: -120px;
  opacity: 0;
}
.index_jj_r .item.hover .t_b {
  top: 0;
  opacity: 1;
}
.index_jj_r .item.hover .tit,
.index_jj_r .item.hover .en,
.index_jj_r .item.hover .more a {
  color: #fff;
}
.index_about {
  background-color: #f1f3f7;
  position: relative;
}
.index_about_r_wrap {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  bottom: 0;
  z-index: 10;
  visibility: hidden;
}
.index_about_r {
  background-image: url("../images/ar.png");
  visibility: visible;
}
.index_about_b {
  background-color: #22337b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.index_about_b .line {
  background-color: #44559e;
}
.cbcd7f3 {
  color: #bcd7f3;
}
.index_pro_wrap {
  margin-right: -100px;
}
.index_pro {
  background-image: url("../images/pl.png"), url("../images/pr.png");
  background-repeat: no-repeat;
  background-position: left bottom, right -222px top;
  padding-bottom: 40px;
}
.index_pro .item {
  width: 458px;
  float: left;
  margin-right: 10px;
}
.index_pro .item .img {
  height: 476px;
  line-height: 476px;
  border: 5px solid #fff;
  background-color: #f1f3f7;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
.index_pro .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.index_pro .item .info {
  border-bottom: 4px solid #f1f3f7;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}
.index_pro .item .info:before {
  content: '';
  border: 26px solid #ffb83d;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  right: -52px;
  bottom: -52px;
}
.index_pro .item .info:after {
  content: '+';
  color: #fff;
  font-size: 34px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  line-height: 34px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.index_pro .item:hover .info {
  border-color: #22337b;
}
.index_pro .item:hover .info:before {
  opacity: 1;
  right: 0;
  bottom: 0;
}
.index_pro .item:hover .info:after {
  opacity: 1;
  right: 3px;
  bottom: 3px;
}
.index_news {
  background-color: #f1f3f7;
}
.posr {
  position: relative;
}
.index_news_top {
  position: absolute;
  top: 0;
  right: -260px;
  background-color: #f1f3f7;
  background-image: url("../images/nb1.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.index_news_top .more {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.04);
          box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.04);
  width: 106px;
  height: 28px;
  line-height: 28px;
  margin-top: 25px;
  text-align: center;
}
.index_news_b .wrap {
  margin-right: -100px;
}
.index_news_b .wrap .item {
  float: left;
  width: 450px;
  background-color: #fff;
  height: 300px;
  position: relative;
  margin-right: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url("../images/nbg.png");
  background-repeat: no-repeat;
  background-position: -300px;
}
.index_news_b .wrap .item .title,
.index_news_b .wrap .item .date,
.index_news_b .wrap .item .desc,
.index_news_b .wrap .item .more {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_news_b .wrap .item .more {
  position: relative;
  right: 0;
  bottom: 0;
}
.index_news_b .wrap .item:hover {
  background-color: #22337b;
  background-position: top -56px right -40px;
}
.index_news_b .wrap .item:hover .title,
.index_news_b .wrap .item:hover .date,
.index_news_b .wrap .item:hover .desc,
.index_news_b .wrap .item:hover .more {
  color: #fff;
}
.index_news_b .wrap .item:hover .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #00aeff;
}
.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 {
  background-image: url("../images/ewm.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.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;
}
.crumb {
  border-bottom: 1px solid #eee;
}
.container_tit .zh {
  position: relative;
}
.container_tit .zh .zhc {
  display: inline-block;
  position: relative;
}
.container_tit .zh .zhc:after,
.container_tit .zh .zhc:before {
  content: '';
  position: absolute;
  width: 1000px;
  height: 1px;
  background-color: #000;
  top: 50%;
}
.container_tit .zh .zhc:before {
  left: -1055px;
}
.container_tit .zh .zhc:after {
  right: -1055px;
}
.container_tit .zh span {
  display: inline-block;
  position: relative;
}
.container_tit .zh span:after,
.container_tit .zh span:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  top: 50%;
  margin-top: -6px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.container_tit .zh span:before {
  left: -55px;
}
.container_tit .zh span:after {
  right: -55px;
}
.pro_list {
  background: none;
  padding-bottom: 0;
}
.pro_list .item {
  margin-bottom: 50px;
}
.img_list {
  background: none;
  padding-bottom: 0;
}
.img_list .item {
  margin-bottom: 30px;
}
.img_list .item:hover .info {
  border-color: #22337b;
}
.img_list .item:hover .info:before {
  display: none;
}
.img_list .item:hover .info:after {
  display: none;
}
.about_b {
  position: relative;
}
.about_b .item {
  float: left;
  background-color: #095fb6;
  text-align: center;
  height: 290px;
  width: 33.333333%;
}
.about_b .item .img {
  line-height: 130px;
}
.about_b .item .img img {
  vertical-align: bottom;
}
.about_b .item:nth-child(2) {
  background-color: #0559ae;
}
.about_b .item:nth-child(3) {
  background-color: #024d98;
}
h1.content_tit {
  font-weight: 500;
  text-align: center;
}
.contact_bg{
    background-color: #f2f5f7;
}
.contact_lx .item{
    display: inline-block;
    background-color: rgb(255, 255, 255);
    width:340px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #525252;
    margin-left: 60px;
    margin-right: 60px;
}
.pro_list .item{
    width: 343px;
}
.container_pro_p .item2 {
  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 .item2 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 .item2 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 .item2:hover,
.container_pro_p .item2.hover {
  background-color: #005bdb;
}
.container_pro_p .item2:hover a,
.container_pro_p .item2.hover a {
  color: #fff;
}
.container_pro_p .item2:hover a:after,
.container_pro_p .item2.hover a:after {
  border-left-color: #fff;
}

