@charset "UTF-8";
body {
  font-family: "Microsoft YaHei", sans-serif;
  color: #666666;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .container {
    width: 1060px;
    padding-left: 0;
    padding-right: 0;
  }
  .container.news-container {
    width: 1200px;
  }
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

.fs {
  font-family: "宋体", Helvetica, Arial, sans-serif;
}

.skin {
  background: url("../images/bg.png") no-repeat;
  background-size: cover;
}

/*header*/
.navbar-default {
  min-height: 70px;
  border: none;
  border-radius: 0;
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin-bottom: 0;
  box-shadow: 0 0 8px #f5f5f5;
  z-index: 9999;
}
.navbar-default .navbar-brand {
  height: auto;
}
.navbar-default .navbar-nav li {
  padding-top: 18px;
  padding-bottom: 18px;
  margin-right: 30px;
}
.navbar-default .navbar-nav li:last-child {
  margin-right: 0;
}
.navbar-default .navbar-nav li a {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  border-left: 5px solid transparent;
}
.navbar-default .navbar-nav li a span {
  display: block;
  line-height: 1.3;
}
.navbar-default .navbar-nav li a span.ch {
  color: #666666;
  font-size: 18px;
}
.navbar-default .navbar-nav li a span.en {
  color: #999999;
  font-size: 10px;
  text-transform: uppercase;
}
.navbar-default .navbar-toggle {
  padding: 0;
  margin-top: 9px;
  margin-bottom: 9px;
  border: none;
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: none;
}
.navbar-default.index-nav {
  margin-top: -100%;
}

.nav-index-d {
  position: absolute;
  min-height: 70px;
  left: 0;
  right: 0;
  top: 0;
}
.nav-index-d .nav-logo {
  padding-left: 40px;
  z-index: 99999;
  position: absolute;
  top: 13px;
}
.nav-index-d .nav-bar-index {
  position: absolute;
  right: 55px;
  top: 15px;
  z-index: 99999;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-left-color: #3135a2;
  background: none;
}
.navbar-default .navbar-nav > li > a:hover span,
.navbar-default .navbar-nav > li > a:focus span,
.navbar-default .navbar-nav > .active > a span,
.navbar-default .navbar-nav > .active > a:hover span,
.navbar-default .navbar-nav > .active > a:focus span,
.navbar-default .navbar-nav > .open > a span,
.navbar-default .navbar-nav > .open > a:hover span,
.navbar-default .navbar-nav > .open > a:focus span {
  display: block;
  line-height: 1.3;
}
.navbar-default .navbar-nav > li > a:hover span.ch,
.navbar-default .navbar-nav > li > a:focus span.ch,
.navbar-default .navbar-nav > .active > a span.ch,
.navbar-default .navbar-nav > .active > a:hover span.ch,
.navbar-default .navbar-nav > .active > a:focus span.ch,
.navbar-default .navbar-nav > .open > a span.ch,
.navbar-default .navbar-nav > .open > a:hover span.ch,
.navbar-default .navbar-nav > .open > a:focus span.ch {
  color: #3135a2;
}
.navbar-default .navbar-nav > li > a:hover span.en,
.navbar-default .navbar-nav > li > a:focus span.en,
.navbar-default .navbar-nav > .active > a span.en,
.navbar-default .navbar-nav > .active > a:hover span.en,
.navbar-default .navbar-nav > .active > a:focus span.en,
.navbar-default .navbar-nav > .open > a span.en,
.navbar-default .navbar-nav > .open > a:hover span.en,
.navbar-default .navbar-nav > .open > a:focus span.en {
  color: #3135a2;
}

@media (min-width: 992px) {
  .navbar-default .navbar-brand {
    padding-left: 45px;
  }
  .navbar-default .navbar-nav {
    margin-right: 110px;
  }
}
/*footer*/
footer {
  color: #ffffff;
  text-align: center;
  line-height: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
footer span {
  display: inline-block;
}
footer.index-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
footer.other-footer {
  background-color: #3135a2;
}

.main-content {
  margin-top: 70px;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .main-content {
    margin-top: 60px;
    margin-bottom: 54px;
  }
}
.other-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sub-menu {
  text-align: center;
  margin-bottom: 30px;
  font-size: 0;
  position: relative;
}
.sub-menu a {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  height: 36px;
  line-height: 34px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  transition: all .7s;
  font-size: 16px;
  color: #666666;
  width: 100px;
}
.sub-menu a:first-child {
  margin-left: 0;
}
.sub-menu a:last-child {
  margin-right: 0;
}
.sub-menu a:hover, .sub-menu a.current {
  background: #1d44c0;
  border-color: #1d44c0;
  color: #ffffff;
}

/**/
.mod-01 {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}

/*联系我们*/
.contact-us .m-title {
  line-height: 1.3;
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-us .m-title .ch {
  font-size: 24px;
  color: #3135a2;
}
.contact-us .m-title .en {
  text-transform: uppercase;
  color: #b2b2b2;
  font-size: 14px;
}
.contact-us .box {
  margin-bottom: 20px;
}
.contact-us .box .title {
  font-size: 22px;
  border-bottom: 1px solid #cccccc;
  line-height: 1.1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.contact-us .box .txt {
  font-size: 16px;
  line-height: 1.8;
}

.page {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page a {
  display: inline-block;
  border: 1px solid #cdcdcd;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #999999;
  transition: all .7s;
  margin: 0 10px;
  border-radius: 16px;
}
.page a:hover, .page a.current {
  background: #1d44c0;
  border-color: #1d44c0;
  color: #ffffff;
}

.page strong {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  transition: all .7s;
  margin: 0 10px;
  border-radius: 16px;
  background: #1d44c0;
  border-color: #1d44c0;
  color: #ffffff;

}

.mod-02 .box {
  margin-bottom: 20px;
}
.mod-02 .box .pic {
  overflow: hidden;
}
.mod-02 .box .pic img {
  width: 100%;
  transition: all .7s;
}
.mod-02 .box .title {
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
}
.mod-02 .box:hover .pic img {
  transform: scale(1.1);
}

.mod-03 {
  font-size: 16px;
  line-height: 26px;
}
.mod-03 .m-title {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.mod-03 .m-title h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 5px;
}

.search {
  width: 166px;
  position: absolute;
  right: 0;
  top: 0;
  color: #333;
  font-size: 14px;
}
.search .s-inp {
  border: 1px solid #cbcbcb;
  height: 36px;
  line-height: 34px;
  width: 100%;
  border-radius: 18px;
  padding: 0 50px 0 10px;
}
.search .s-btn {
  position: absolute;
  background: url("../images/img-07.png") no-repeat;
  right: 10px;
  top: 8px;
  border: none;
  z-index: 9;
  width: 31px;
  height: 21px;
}

.mod-04 .box {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  overflow: hidden;
  vertical-align: bottom;
  display: flex;
}
.mod-04 .box .row {
  margin-left: 0;
  margin-right: 0;
}
.mod-04 .box .box-w {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mod-04 .box .img-s img {
  width: 100%;
}
.mod-04 .box .date-b {
  border-right: 1px solid #cccccc;
  min-height: 100px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.mod-04 .box .date-b span {
  display: block;
  font-size: 30px;
}
.mod-04 .box .info-s {
  font-size: 16px;
  padding-left: 10%;
}
.mod-04 .box .info-s .title a {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
.mod-04 .box .info-s .date-s {
  color: #333;
  visibility: hidden;
  margin-top: 4px;
}
.mod-04 .box .info-s .txt {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}
.mod-04 .box:hover {
  border-color: #1d44c0;
}
.mod-04 .box:hover .info-s .title a {
  color: #1d44c0;
}

.mod-05 .box {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.mod-05 .box img {
  transition: all .5s;
}
.mod-05 .box .box-tit {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mod-05 .box .box-tit span {
  display: inline-block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 20px;
}
.mod-05 .box .box-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background: #2c51c3;
  padding: 25px;
  text-align: center;
  color: #c1cef8;
  font-size: 16px;
  line-height: 28px;
  opacity: 0;
  z-index: 9;
}
.mod-05 .box .box-info .b-title {
  background: url("../images/img-10.png") no-repeat bottom center;
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.mod-05 .box:hover img {
  transform: scale(1.1);
}
.mod-05 .box:hover .box-tit {
  opacity: 0;
}
.mod-05 .box:hover .box-info {
  opacity: 1;
}
.mod-05 .box.box-01 {
  margin-top: 30px;
}
.mod-05 .box.box-03 {
  margin-top: 60px;
}

/*scroll-s*/
.scroll-s {
  overflow: auto;
  width: 100%;
}

.management-team.s-box {
  display: none;
}
.management-team .row {
  margin-left: 0;
  margin-right: 0;
}
.management-team .box-w {
  padding-left: 0;
  padding-right: 0;
}
.management-team .box {
  position: relative;
  overflow: hidden;
  transition: all .7s;
}
.management-team .box img {
  width: 100%;
  transition: all .7s;
}
.management-team .box .box-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  transition: all .7s;
}
.management-team .box .box-title .t-cont {
  font-size: 22px;
  color: #ffffff;
  line-height: 1.4;
}
.management-team .box .box-title .t-cont span {
  display: block;
  background: url("../images/img-16.png") no-repeat bottom left;
  font-size: 50px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.management-team .box .box-title.b-title {
  padding-right: 10%;
}
.management-team .box .box-title.s-title {
  padding-right: 5%;
}
.management-team .box .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(29, 68, 192, 0.7);
  padding: 5% 7%;
  color: #cfd9f7;
  font-size: 16px;
  line-height: 28px;
  transition: all .7s;
  opacity: 0;
  text-align: justify;
  overflow: auto;
}
.management-team .box .box-mc .mc-title {
  background: url("../images/img-17.png") no-repeat bottom left;
  padding-bottom: 25px;
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 1.4;
}
.management-team .box:hover img {
  transform: scale(1.1);
}
.management-team .box:hover .box-title {
  opacity: 0;
}
.management-team .box:hover .box-mc {
  opacity: 1;
}

@media (max-width: 767px) {
  .management-team.s-box {
    display: block;
  }
  .management-team.b-box {
    display: none;
  }
}
/*index*/
.index-banner.owl-carousel,
.index-banner .owl-stage-outer, .index-banner .owl-stage, .index-banner .owl-item,
.index-banner .item {
  height: 100%;
  min-height: 100%;
  position: relative;
}

.index-banner.owl-carousel a,
.index-banner .owl-stage-outer a, .index-banner .owl-stage a, .index-banner .owl-item a,
.index-banner .item a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.index-banner .owl-controls {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}

.index-banner .item a.a-links {
  font-size: 42px;
  color: #3135a2;
  text-align: center;
  line-height: 1.6;
  padding: 0 15px;
  top: 35%;
  font-family: '黑体';

  
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .index-banner .item a.a-links {
    font-size: 40px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .index-banner .item a.a-links {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .index-banner .item a.a-links {
    font-size: 24px;
  }
}

/*# sourceMappingURL=style.css.map */
/*new-add*/
.case-list .owl-controls {
  margin-top: 0;
}
.case-list .owl-controls .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.case-list .owl-controls .owl-nav > div {
  width: 58px;
  height: 58px;
  position: absolute;
  margin-top: -29px;
}
.case-list .owl-controls .owl-nav > div.owl-prev {
  left: -80px;
  background: url("../images/prev.png") no-repeat;
}
.case-list .owl-controls .owl-nav > div.owl-prev:hover {
  background: url("../images/prev.png") no-repeat;
}
.case-list .owl-controls .owl-nav > div.owl-next {
  right: -80px;
  background: url("../images/next.png") no-repeat;
}
.case-list .owl-controls .owl-nav > div.owl-next:hover {
  background: url("../images/next.png") no-repeat;
}

@media (max-width: 1024px) {
  .case-list .owl-controls .owl-nav > div.owl-prev {
    left: 0;
  }
  .case-list .owl-controls .owl-nav > div.owl-next {
    right: 0;
  }
}