/*****************公用
*****************/
.cl {
  color: #234a8b;
}
.img-md {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.img-md img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.imgbg {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tab-body > li {
  display: none;
}
.tab-body > li.cur {
  display: block;
}
.bd_weixin_popup {
  box-sizing: content-box;
}
/* 翻页 */
.pagenation {
  text-align: center;
}
.pagenation a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  padding: 0 10px;
  margin: 0 3px;
  text-align: center;
  color: #666;
  background: #f7f7f7;
  font-size: 12px;
}
.pagenation a.cur,
.pagenation a:hover {
  color: #fff;
  background: #1c223c;
}
.btn01 {
/*  display: inline-block;
  width: 130px;
  height: 38px;
  line-height: 38px;
  background: #234a8b;
  color: #fff;
  text-align: center;
  border-radius: 4px;*/
}
.btn01:hover {
  opacity: .85;
}
.btn01.btn-gray {
  background: #313131;
}
.btn02 {
  display: inline-block;
  width: 108px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #a19e9e;
  color: #fff;
  text-align: center;
}
.btn02:hover {
  background: #fff;
  color: #666;
}
/*****************头部
*****************/
.header {
  height: 90px;
}
.header .logo {
  float: left;
  height: 63px;
  margin-top: 6px;
}
.header .logo img {
  vertical-align: bottom;
  height: 100%;
}
.header-r {
  float: right;
}
.header-r .btns {
  float: left;
  margin-top: 33px;
  margin-left: 40px;
}
.header-r .btns .btn01 {
  width: 55px;
  height: 25px;
  margin-left: 10px;
  line-height: 25px;
}
.h-search {
  float: left;
  margin-top: 30px;
  width: 290px;
  height: 32px;
  border-radius: 4px;
}
.h-search .text {
  float: left;
  width: 240px;
  padding-left: 10px;
  border-radius: 4px 0 0 4px;
  height: 32px;
  border: 1px solid #e3e3e3;
  border-right: none;
}
.h-search .btn {
  float: right;
  width: 50px;
  height: 32px;
  background: #234a8b url(../images/icon/ico01.png) no-repeat center;
  border-radius: 0  4px 4px 0;
}
.nav-wrap {
  height: 44px;
  background: #234a8b;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.header-nav li {
  float: left;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  position: relative;
  border-right: 1px solid #0e316d;
  position: relative;
}
.header-nav li:last-child {
  border-right: none;
}
.header-nav li>a {
  display: block;
  padding: 0 18.5px;
}
.header-nav li .subnav {
  position: absolute;
  left:-20px;
  top: 44px;
  width: 140px;
  background: #234a8b;
  padding: 10px 0;
  display: none;
  z-index: 99;
  text-align: center;
}
.header-nav li .subnav a {
  display: block;
  font-size: 14px;
  line-height: 30px;
}
.header-nav li .subnav a:hover {
  background: #0e316d;
}
.header-nav li:hover .subnav {
  display: block;
}
.header-nav li.cur,
.header-nav li:hover {
  background: #0e316d;
}
.banner .imgbg {
  height: 500px;
}
.banner .bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 60px;
  margin-top: -30px;
  background-image: url(../images/pager01.png);
  background-repeat: no-repeat;
}
.banner .bx-wrapper .bx-controls-direction a:hover {
  background-image: url(../images/pager02.png);
}
.banner .bx-wrapper .bx-prev {
  left: 8%;
  background-position: left center;
}
.banner .bx-wrapper .bx-next {
  right: 8%;
  background-position: right center;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}
.banner .bx-wrapper .bx-pager {
  bottom: 20px;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active,
.banner .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #234a8b;
}
.ind-ttl {
  height: 50px;
  border-left: 4px solid #9c2320;
  padding-left: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.ind-ttl h2 {
  float: left;
}
.ind-ttl h2 span {
  display: block;
  color: #666666;
  font-size: 18px;
}
.ind-ttl h2 em {
  display: block;
  color: #234a8b;
  font-size: 26px;
  line-height: 30px;
}
.ind-ttl .btn01 { position:absolute; top:50%; right:0;
/*  float: right;
  width: 75px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  margin-top: 12px;*/
}
.ind-box1-txt {
  float: left;
  width: 600px;
  color: #666;
  font-size: 14px;
  line-height: 26px;
}
.ind-box1-txt .btn01 {
  display: block;
  margin-top: 20px;
  width: 100px;
  height: 35px;
  line-height: 35px;
}
.ind-box-img {
  float: right;
 /* width: 457px;*/
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.ind-box-img img {
  width: 100%;
}
.slider-ind2 .bx-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.slider-ind2 .bx-viewport {
  padding-top: 10px;
}
.slider-ind2 ul {
  overflow: hidden;
}
.slider-ind2 li {
  padding: 10px 5px;
}
.slider-ind2 li a {
  display: block;
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
}
.slider-ind2 li a::after {
  content: ' ';
  display: table;
  clear: both;
}
.slider-ind2 li .date {
  float: left;
  width: 105px;
  height: 80px;
  background: #eeeeee;
  color: #666;
  margin-top: -28px;
  text-align: right;
  padding: 15px 10px 0 0;
}
.slider-ind2 li .date span {
  display: block;
  font-size: 28px;
}
.slider-ind2 li .date em {
  display: block;
  font-size: 14px;
}
.slider-ind2 li h3 {
  float: right;
  width: 165px;
  font-size: 14px;
  line-height: 24px;
}
.slider-ind2 li .img {
  float: left;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.slider-ind2 li .img img {
  transition: all .4s;
}
.slider-ind2 li .p {
  float: left;
  color: #666;
  line-height: 20px;
  -webkit-line-clamp: 3;
}
.slider-ind2 li:hover {
  color: #234a8b;
}
.slider-ind2 li:hover .date {
  background: #234a8b;
  color: #fff;
}
.slider-ind2 li:hover .img img {
  transform: scale(1.1);
}
.slider-ind2 li:hover .p {
  color: #234a8b;
}
.slider-ind2 .bx-wrapper .bx-controls-direction a {
/*  width: 40px;
  height: 60px;
  margin-top: -30px;
  background-image: url(../images/pager03.png);*/
  background-repeat: no-repeat;
}
.slider-ind2 .bx-wrapper .bx-prev {
  left: -50px;
  background-position: left center;
}
.slider-ind2 .bx-wrapper .bx-next {
  right: -50px;
  background-position: right center;
}
.list-ind3 {
  margin-left: -40px;
  padding-top: 55px;
}
.list-ind3 li {
  float: left;
  width: 245px;
  height: 224px;
  background: #eaf1fd;
  margin-left: 40px;
  border: 1px solid #234a8b;
  border-radius: 4px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  transition: all .3s;
}
.list-ind3 li .head {
  width: 106px;
  height: 106px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -53px;
  border: 1px solid #234a8b;
  border-radius: 50%;
  overflow: hidden;
}
.list-ind3 li h3 {
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
}
.list-ind3 li .els2s {
  margin: 0 25px;
  line-height: 26px;
  color: #666;
 /* height: 80px;*/
  /*-webkit-line-clamp: 4;*/
}
.list-ind3 li .more {
  display: inline-block;
  margin-top: 10px;
  color: #234a8b;
  text-align: center;
}
.list-ind3 li .more:hover {
  text-decoration: underline;
}
.list-ind3 li:hover {
  box-shadow: 0px 0px 15px rgba(35, 74, 139, 0.6);
  transform: translateY(-5px);
}
.footer {
/*  background: #1b1b1b;
  color: #999;
  font-size: 12px;
  padding: 25px 0;
  text-align: center;*/
}
.share {
  text-align: center;
}
.share .bdsharebuttonbox a {
  float: none;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 5px;
  display:inline-block;
}
.share .bdsharebuttonbox a:hover {
  background-color: #eee;
}
.share .bdsharebuttonbox .bds_sqq {
  background: #474747 url(../images/icon/ico-qq.png) no-repeat center;
}
.share .bdsharebuttonbox .bds_weixin {
  background: #474747 url(../images/icon/ico-wechat.png) no-repeat center;
}
.share .bdsharebuttonbox .bds_tsina {
  background: #474747 url(../images/icon/ico-sina.png) no-repeat center;
}
.share .bdsharebuttonbox .bds_renren {
  background: #474747 url(../images/icon/ico-rr.png) no-repeat center;
}
/* 动画 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*****************内页
*****************/
.bannerny {
  height: 350px;
}
.break {
  padding: 7px 0;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e6e6e6;
}
.break .home_ico {
  padding-left: 30px;
  background: url(../images/icon/ico02.png) no-repeat left center;
  line-height: 20px;
}
.break .home_ico a:hover {
  color: #234a8b;
}
.main-wrap {
  padding: 30px 0 40px;
}
.c_left {
 /* width: 246px;*/ width:100%;
}
.c_left .c_title {
  padding: 15px 0 15px 27px;
  background: url(../images/bg02.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 2px;
}
.c_left ul {
  border: 1px solid #d0d0d0;
}
.c_left ul li {
 /* border-bottom: 1px solid #fff;*/
  padding-right: 33px;
}
.c_left ul li a {
  display: block;
  padding: 15px 0 15px 34px;
  font-size: 14px;
  color: #666;
  line-height: 18px;
  background: url(../images/icon/ico03.png) no-repeat right center;
}
.c_left ul li:hover,
.c_left ul li.act {
/*  border-color: #bdbcbc;*/
  background-color: #234a8b;
}
.c_left ul li:hover a,
.c_left ul li.act a {
  color: #fff;
  background-image: url(../images/icon/ico04.png);
}
.c_right {
  float: right;
  width: 834px;
  border: 1px solid #d0d0d0;
  padding: 25px;
}
.btn-back {
  display: block;
  width: 90px;
  height: 40px;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.article {
  line-height: 26px;
  color: #666;
  font-size: 14px;
}
.article-top {
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.article-top h1 {
  font-size: 16px;
  color: #234a8b;
  margin-bottom: 10px;
}
.article-top span {
  display: block;
  color: #999;
  margin-bottom: 15px;
}
.share-article .bdsharebuttonbox {
  text-align: center;
}
.share-article .bdsharebuttonbox a {
  float: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-image: url(../images/ico-lx.jpg);
}
.share-article .bdsharebuttonbox .bds_tsina {
  background-position: -25px 0;
}
.share-article .bdsharebuttonbox .bds_weixin {
  background-position: 0 0 ;
}
.share-article .bdsharebuttonbox .bds_zone {
  background-position: -50px 0;
}
.share-article .bdsharebuttonbox .bds_sqq {
  background-position: -75px 0;
}
.f_line {
  height: 20px;
  background: url(../images/f_line.png) no-repeat center top;
}
.dib {
  display: inline-block;
}
.menber-div {
  width: 390px;
  margin-left: auto;
  margin-right: auto;
}
.menber-div .s01 {
  width: 86px;
}
.menber-div .wjm {
  width: 296px;
}
.menber-div .inp {
  width: 300px;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  padding: 8px;
  line-height: 22px;
}
.menber-div .inp.short {
  width: 190px;
}
.menber-div .inp.submit {
  background-color: #234a8b;
  border-color: #234a8b;
  color: #fff;
  width: 300px;
}
.menber-div .inp.submit.shorts {
  width: 140px;
}
.menber-div .inp.submit.grey {
  background-color: #bfbfbf;
  border: #bfbfbf;
}
.menber-div select {
  width: 300px;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  padding: 8px;
  line-height: 22px;
  color: #999;
}
.menber-div textarea {
  height: 96px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  width: 300px;
}
.menber-div .myzm {
  width: 96px;
  height: 36px;
  border: 1px solid #787288;
}
.menber-login .menber-div .inp {
  width: 294px;
  padding-left: 48px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.menber-login .menber-div .inp.short {
  width: 185px;
}
.menber-login .menber-div .inp.submit {
  padding-left: 0;
  padding-right: 0;
  width: 294px;
}
.menber-login .menber-div .inp.i01 {
  background-image: url(../images/login01.png);
}
.menber-login .menber-div .inp.i02 {
  background-image: url(../images/login02.png);
}
.menber-login .menber-div .inp.i03 {
  background-image: url(../images/login03.png);
}
.c_right2 {
  width: 100%;
}
.vt {
  vertical-align: top;
}
.red {
  color: red;
}
.product {
  float: right;
  width: 834px;
}
.product ul {
  margin-left: -1.833%;
}
.product li {
  width: 31.497%;
  margin-left: 1.833%;
  float: left;
  margin-bottom: 25px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product li .box {
  border: 1px solid #efefef;
  padding: 9px 9px 11px;
  box-shadow: 4px 5px 0px #e8e8e8;
}
.product li .box .pro_img {
  height: 148px;
}
.product li .box .pro_text {
  height: 80px;
  margin-top: 7px;
  margin-bottom: 11px;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
.product li .box .pro_more {
  width: 80px;
  line-height: 30px;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.product li:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product li:hover .box .pro_text {
  color: #234a8b;
}
.product li:hover .box .pro_more {
  background: #234a8b;
  color: #fff;
}
.question li {
  border-bottom: 1px dotted #cccccc;
  padding: 10px;
  padding-right: 40px;
  background: url(../images/q_01.png) no-repeat 98% 20px;
  cursor: pointer;
}
.question li .num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #999999;
  color: #fff;
  margin-right: 20px;
}
.question li .qtitle {
  width: 95%;
  line-height: 34px;
}
.question li .qbody {
  margin-left: 54px;
  display: none;
  overflow: hidden;
}
.question li.act {
  background-image: url(../images/q_02h.png);
}
.question li.act .qbody {
  display: block;
  color: #999;
}
.question li.act .num {
  background-color: #234a8b;
}
.question li.act .qtitle {
  color: #234a8b;
}
.question li:hover .num {
  background-color: #234a8b;
}
.question li:hover .qtitle {
  color: #234a8b;
}
.vdo-wrap {
  margin: auto;
  text-align: center;
  margin: 30px 0;
}
.vdo-wrap video {
  width: 600px;
}
.btn01s {
  text-align: center;
}
.btn01s .btn01 {
  display: inline-block;
  width: 80px;
  margin: 0 5px;
}
.list-contact {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.list-contact li {
  float: left;
  width: 33.3333%;
  text-align: center;
  line-height: 26px;
  color: #666;
  font-size: 14px;
}
.list-contact li span {
  display: block;
  height: 60px;
}
.list-contact li .els2 {
  -webkit-line-clamp: 3;
}
.map {
  width: 100%;
  height: 400px;
}
.map img {
  max-width: none;
}
.list-teach {
  margin-left: -30px;
}
.list-teach li {
  float: left;
  width: 240px;
  margin-left: 30px;
  margin-top: 30px;
  background: #f6f9ff;
  padding-bottom: 20px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  transition: all .3s;
}
.list-teach li .head {
  width: 106px;
  height: 106px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -53px;
  border-radius: 50%;
  overflow: hidden;
}
.list-teach li h3 {
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
}
.list-teach li .els2 {
  margin: 0 15px;
  line-height: 20px;
  color: #999;
  height: 40px;
  -webkit-line-clamp: 2;
}
.list-teach li:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}
.list-download li {
  height: 80px;
  padding: 15px 0;
  line-height: 50px;
  border-bottom: 1px dotted #cccccc;
}
.list-download li a {
  display: block;
  overflow: hidden;
}
.list-download li .date {
  float: left;
  height: 50px;
  width: 120px;
  background: #f2f2f2;
  color: #999;
  font-size: 16px;
  text-align: center;
  margin-right: 35px;
}
.list-download li h3 {
  float: left;
  font-size: 14px;
  color: #666;
}
.list-download li .els {
  max-width: 75%;
}
.list-download li .icon {
  float: right;
  width: 50px;
  height: 50px;
  background: url(../images/icon/ico08.png) no-repeat center;
}
.list-download li:hover .date {
  background: #234a8b;
  color: #fff;
}
.list-download li:hover h3 {
  color: #234a8b;
}
.list-download li:hover .icon {
  background: url(../images/icon/ico08-1.png) no-repeat center;
}
.list-links {
  margin-left: -25px;
}
.list-links li {
  float: left;
  width: 243px;
  margin-bottom: 30px;
  margin-left: 25px;
  border: 1px solid #f0f0f0;
  box-shadow: 4px 5px 0px #e8e8e8;
  -webkit-transition: all 0.5s;
}
.list-links li .img-md {
  height: 208px;
}
.list-links li:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
}
