@charset "UTF-8";
body {
  font-family: "Microsoft YaHei", sans-serif;
  color: #616161;
  overflow-x: hidden;
  height: 100%;
}

@media (min-width: 1366px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  border: none;
}

@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*header*/
.navbar-default {
  background: rgba(0, 0, 0, 0.4);
  border: none;
  min-height: 80px;
  border-radius: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999999;
}
.navbar-default .navbar-brand {
  padding-top: 11px;
  padding-bottom: 11px;
}
.navbar-default .shortcut {
  height: 80px;
  line-height: 80px;
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-default .shortcut a {
  display: block;
  float: left;
  margin-right: 15px;
}
.navbar-default .shortcut a:last-child {
  margin-right: 0;
}
.navbar-default .shortcut img {
  vertical-align: middle;
  margin-top: -3px;
}
.navbar-default .navbar-nav li {
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-default .navbar-nav li a {
  height: 80px;
  line-height: 80px;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  transition: all .5s ease-in-out;
}
.navbar-default .navbar-nav .dropdown-menu {
  position: absolute;
  left: -100px;
  right: 0;
  min-width: 460px;
  min-height: 100px;
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 30px;
}
.navbar-default .navbar-nav .dropdown-menu a {
  display: block;
  float: left;
  background: url("../images/img-01.png") no-repeat left 14px;
  padding-left: 20px;
  line-height: 40px;
  height: 40px;
  width: 190px;
}
.navbar-default .navbar-nav .dropdown-menu a:hover {
  background: url("../images/img-02.png") no-repeat left 14px;
  color: #2e4090;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .current > a,
.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 {
  color: #ffffff;
  background: none;
}

.navbar-toggle {
  margin-top: 12px;
  margin-bottom: 12px;
}

/*banner*/
.index-banner .owl-controls {
  margin-top: 0;
}
.index-banner .owl-controls .owl-nav {
  position: absolute;
  margin-top: -45px;
  top: 50%;
  left: 0;
  right: 0;
}
.index-banner .owl-controls .owl-nav > div {
  width: 60px;
  height: 90px;
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
}
.index-banner .owl-controls .owl-nav > div.owl-prev {
  background: url("../images/prev.png") no-repeat;
  left: 0;
}
.index-banner .owl-controls .owl-nav > div.owl-prev:hover {
  background: url("../images/prev.png") no-repeat;
}
.index-banner .owl-controls .owl-nav > div.owl-next {
  background: url("../images/next.png") no-repeat;
  right: 0;
}
.index-banner .owl-controls .owl-nav > div.owl-next:hover {
  background: url("../images/next.png") no-repeat;
}
.index-banner .owl-controls .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.index-banner .owl-controls .owl-dots .owl-dot span {
  background: #cecfd2;
  width: 50px;
  height: 2px;
  margin: 0 5px;
}
.index-banner .owl-controls .owl-dots .owl-dot.active span {
  background: #a7a8a9;
}

/*other-banner*/
.other-banner {
  height: 380px;
  background-size: cover;
  background-position: top center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.other-banner .title {
  background: url("../images/img-09.png") no-repeat left bottom;
  padding-bottom: 20px;
  line-height: 1.4;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}
.other-banner .title span {
  display: block;
  font-size: 40px;
}

/*sub-menu*/
.sub-menu {
  background: rgba(0, 0, 0, 0.4);
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -50px;
  z-index: 999;
}
.sub-menu.menu-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  margin-top: 0;
}
.sub-menu.menu-01 {
  position: static;
  margin-top: 0;
}
.sub-menu.menu-top {
  top: 0;
  margin-top: 0;
}
.sub-menu .main {
  padding-right: 20px;
  position: relative;
}
.sub-menu .main .scroll-box {
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.sub-menu .main .scroll-box img {
  vertical-align: middle;
  cursor: pointer;
  animation: arrow-up 2s linear infinite running;
  -webkit-animation: arrow-up 2s linear infinite running;
}
.sub-menu .main .a-warp {
  width: 100%;
  overflow-x: auto;
}
.sub-menu .main .a-box a {
  color: #c1c1c1;
  font-size: 14px;
  margin-right: 40px;
  transition: all .5s ease-in-out;
  display: inline-block;
}
.sub-menu .main .a-box a:last-child {
  margin-right: 0;
}
.sub-menu .main .a-box a:hover, .sub-menu .main .a-box a.current {
  color: #ffffff;
}
.sub-menu .main .a-box a.current {
  font-weight: bold;
}

/*footer*/
footer {
  background: url("../images/img-04.png") no-repeat top center;
  background-size: cover;
}
footer .f-top {
  background: url("../images/img-06.png") repeat-x left bottom;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .f-top .box {
  margin-bottom: 10px;
}
footer .f-top .box .m-title {
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  line-height: 38px;
  margin-bottom: 10px;
  background: url("../images/img-05.png") no-repeat left bottom;
}
footer .f-top .box .m-title .glyphicon {
  margin-top: 5px;
  display: none;
}
footer .f-top .box .main a {
  display: block;
  color: #a9a9a9;
  line-height: 28px;
  font-family: "宋体", Helvetica, Arial, sans-serif;
}
footer .f-top .erwm-box {
  background: url("../images/img-07.png") no-repeat;
  width: 182px;
  height: 140px;
  padding: 9px;
  margin-top: 10px;
}
footer .f-top .erwm-box img {
  display: block;
}
footer .f-top .box-line {
  height: 1px;
  display: none;
  width: 100%;
}
footer .f-top .f-logo {
  margin-top: 10px;
}
footer .f-copy {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  color: #888888;
}
footer .f-copy .tel-qq {
  text-align: right;
}

/*page*/
.page {
  text-align: center;
  margin-top: 35px;
}
.page a {
  display: inline-block;
  border: 1px solid #e9e9e9;
  background: #ffffff;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 24px;
  font-size: 14px;
  color: #888888;
  margin: 0 2px;
}
.page a:hover, .page a.current {
  background: #2e4190;
  border-color: #2e4190;
  color: #ffffff;
}

/*other-warp*/
.other-warp {
  padding-top: 30px;
  padding-bottom: 40px;
}
.other-warp.warp-bg {
  background: #f6f6f6;
}

.mod-01 .describe {
  text-align: center;
  color: #444444;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0;
  margin-bottom: 35px;
}
.mod-01 .box {
  margin-bottom: 30px;
}
.mod-01 .box:last-child {
  margin-bottom: 0;
}
.mod-01 .box .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
.mod-01 .box .row .box-w {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
}
.mod-01 .box .row .box-w:first-child {
  width: 56.25%;
}
.mod-01 .box .row .box-w.col-sm-pull-7 {
  right: 56.25%;
}
.mod-01 .box .box-img {
  overflow: hidden;
}
.mod-01 .box .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-01 .box .box-info {
  padding: 25px;
}
.mod-01 .box .box-info .title {
  margin-bottom: 20px;
}
.mod-01 .box .box-info .title a {
  display: block;
  background: url("../images/img-12.png") no-repeat left bottom;
  height: 58px;
  line-height: 58px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.mod-01 .box .box-info .txt-s {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  height: 80px;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: justify;
}
.mod-01 .box .box-info .a-more {
  border: 2px solid #2e4190;
  width: 96px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  color: #2e4190;
  font-size: 14px;
  display: block;
}
.mod-01 .box:hover .row .box-w {
  background: #2e4190;
}
.mod-01 .box:hover .box-img img {
  transform: scale(1.1);
}
.mod-01 .box:hover .box-info .title a {
  color: #ffffff;
}
.mod-01 .box:hover .box-info .txt-s {
  color: #ffffff;
}
.mod-01 .box:hover .box-info .a-more {
  background: #ffffff;
  border-color: #ffffff;
  color: #2e4190;
}

.mod-02 .m-title {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 20px;
  line-height: 1.4;
  font-size: 14px;
  color: #888888;
  margin-bottom: 30px;
  text-align: center;
}
.mod-02 .m-title h1 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #121212;
}
.mod-02 .main {
  font-size: 18px;
  color: #444444;
  line-height: 36px;
}
.mod-02 .other-page {
  margin-top: 30px;
}
.mod-02 .other-page a {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #000000;
  font-size: 20px;
  color: #ffffff;
}
.mod-02 .other-page a:last-child {
  background: #2e4190;
}

.mod-03 {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.mod-03 .erwm-box {
  display: inline-block;
  text-align: center;
  font-size: 12px;
}

.mod-04 .box {
  background: #ffffff;
  vertical-align: bottom;
  margin-bottom: 30px;
}
.mod-04 .box:last-child {
  margin-bottom: 0;
}
.mod-04 .box .box-img {
  overflow: hidden;
}
.mod-04 .box .box-img img {
  display: block;
  width: 100%;
}
.mod-04 .box .box-info {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}
.mod-04 .box .box-info .title {
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 22px;
  display: block;
  background: url("../images/img-12.png") no-repeat bottom left;
}
.mod-04 .box .box-info .time {
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  font-size: 14px;
  color: #909090;
}
.mod-04 .box .box-info .txt-s {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 15px;
}
.mod-04 .box .box-info .a-more {
  display: block;
  width: 125px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #bebebe;
  text-align: center;
  color: #888888;
  font-size: 16px;
}

.mod-05 {
  padding-bottom: 50px;
}
.mod-05 .top-menu {
  border-bottom: 1px solid #d7d7d7;
}
.mod-05 .top-menu .m-box {
  padding-left: 55px;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px dotted #d7d7d7;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 32px;
}
.mod-05 .top-menu .m-box:last-child {
  border-bottom: none;
}
.mod-05 .top-menu .m-box .m-tit {
  position: absolute;
  margin-left: -55px;
}
.mod-05 .top-menu .m-box a {
  display: inline-block;
  color: #333333;
  margin-right: 5px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  line-height: 28px;
  height: 32px;
  padding: 0 15px;
}
.mod-05 .top-menu .m-box a:hover, .mod-05 .top-menu .m-box a.current {
  background: #2e4190;
  border-color: #2e4190;
  color: #ffffff;
}
.mod-05 .box {
  vertical-align: bottom;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px dotted #d7d7d7;
}
.mod-05 .box .box-img {
  overflow: hidden;
}
.mod-05 .box .box-img img {
  display: block;
  width: 100%;
}
.mod-05 .box .box-info .title {
  height: 60px;
  line-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 24px;
  display: block;
  background: url("../images/img-12.png") no-repeat bottom left;
  margin-bottom: 10px;
  font-weight: bold;
}
.mod-05 .box .box-info .txt-s {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.mod-06 .txt-s {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.mod-06 .tab-title {
  text-align: center;
  overflow: hidden;
  overflow-x: auto;
}
.mod-06 .tab-title a {
  display: inline-block;
  margin-right: 60px;
}
.mod-06 .tab-title a:last-child {
  margin-right: 0;
}
.mod-06 .tab-title a span {
  display: block;
}
.mod-06 .tab-title a span.icon {
  width: 100px;
  height: 100px;
  position: relative;
}
.mod-06 .tab-title a span.icon img {
  display: block;
  position: absolute;
}
.mod-06 .tab-title a span.icon img.img-h {
  display: none;
}
.mod-06 .tab-title a span.title {
  color: #333333;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
}
.mod-06 .tab-title a:hover, .mod-06 .tab-title a.current {
  background: url("../images/img-23.png") no-repeat bottom center;
}
.mod-06 .tab-title a:hover span, .mod-06 .tab-title a.current span {
  display: block;
}
.mod-06 .tab-title a:hover span.icon img.img-h, .mod-06 .tab-title a.current span.icon img.img-h {
  display: block;
}
.mod-06 .tab-title a:hover span.icon img.img-d, .mod-06 .tab-title a.current span.icon img.img-d {
  display: none;
}
.mod-06 .tab-title a:hover span.title, .mod-06 .tab-title a.current span.title {
  color: #2f45a3;
}
.mod-06 .tabs-cont {
  background: #f1f1f1;
  padding: 25px;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
.mod-06 .tabs-cont > div {
  display: none;
}

/*index*/
.index-title {
  background: url("../images/img-24.png") no-repeat bottom center;
  margin-bottom: 25px;
  text-align: center;
  font-size: 34px;
  color: #333333;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 10px;
}

.index-box-01 {
  background: url("../images/img-25.png") no-repeat bottom center;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 50px;
}
.index-box-01 .main {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #444444;
}

.product-nav {
  margin-bottom: 35px;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 15px;
}
.product-nav a {
  display: block;
  float: left;
  width: 130px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  margin-right: 5px;
}
.product-nav a:last-child {
  margin-right: 0;
}
.product-nav.nav-w a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.product-nav.nav-w a:hover, .product-nav.nav-w a.current {
  background: rgba(255, 255, 255, 0.7);
  color: #2e4090;
}
.product-nav.nav-g a {
  border: 1px solid #cbcbcb;
  color: #666666;
}
.product-nav.nav-g a:hover, .product-nav.nav-g a.current {
  background: #2e4090;
  color: #ffffff;
}

.index-box-02 {
  background: url("../images/img-35.png") no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.index-box-02 .owl-controls {
  margin-top: 0;
}
.index-box-02 .owl-controls .owl-nav {
  position: absolute;
  margin-top: -30px;
  top: 50%;
  left: 0;
  right: 0;
}
.index-box-02 .owl-controls .owl-nav > div {
  width: 40px;
  height: 60px;
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
}
.index-box-02 .owl-controls .owl-nav > div.owl-prev {
  background: url("../images/img-38.png") no-repeat;
  left: -90px;
}
.index-box-02 .owl-controls .owl-nav > div.owl-prev:hover {
  background: url("../images/img-31-h.png") no-repeat;
}
.index-box-02 .owl-controls .owl-nav > div.owl-next {
  background: url("../images/img-39.png") no-repeat;
  right: -90px;
}
.index-box-02 .owl-controls .owl-nav > div.owl-next:hover {
  background: url("../images/img-32-h.png") no-repeat;
}
.index-box-02 .owl-controls .owl-dots {
  margin-top: 20px;
}
.index-box-02 .box .box-img img {
  display: block;
  width: 100%;
}
.index-box-02 .box .box-info .title {
  display: block;
  background: url("../images/img-37.png") no-repeat bottom left;
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 20px;
}
.index-box-02 .box .box-info .txt-s {
  font-size: 14px;
  line-height: 26px;
  height: 208px;
  overflow: hidden;
  margin-bottom: 30px;
  color: #ffffff;
}
.index-box-02 .box .box-info .a-more {
  display: block;
  border: 1px solid #ffffff;
  width: 110px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  transition: all .5s;
}
.index-box-02 .box .box-info .a-more:hover {
  background: #ffffff;
  color: #2e4090;
}

.index-box-03 {
  background: #f3f3f3;
  padding-top: 35px;
  padding-bottom: 40px;
}
.index-box-03 .owl-controls {
  margin-top: 0;
}
.index-box-03 .owl-controls .owl-nav {
  position: absolute;
  margin-top: -30px;
  top: 50%;
  left: 0;
  right: 0;
}
.index-box-03 .owl-controls .owl-nav > div {
  width: 40px;
  height: 60px;
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
}
.index-box-03 .owl-controls .owl-nav > div.owl-prev {
  background: url("../images/img-31.png") no-repeat;
  left: -90px;
}
.index-box-03 .owl-controls .owl-nav > div.owl-prev:hover {
  background: url("../images/img-31-h.png") no-repeat;
}
.index-box-03 .owl-controls .owl-nav > div.owl-next {
  background: url("../images/img-32.png") no-repeat;
  right: -90px;
}
.index-box-03 .owl-controls .owl-nav > div.owl-next:hover {
  background: url("../images/img-32-h.png") no-repeat;
}
.index-box-03 .owl-controls .owl-dots {
  margin-top: 20px;
}
.index-box-03 .box {
  background: #ffffff;
}
.index-box-03 .box .pic {
  overflow: hidden;
  position: relative;
}
.index-box-03 .box .pic img.img-s {
  display: block;
  width: 100%;
  transition: all .7s;
}
.index-box-03 .box .pic .video-btn {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}
.index-box-03 .box .pic .video-btn img {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
}
.index-box-03 .box .cont {
  padding: 10px;
}
.index-box-03 .box .cont .title {
  display: block;
  background: url("../images/img-24.png") no-repeat left bottom;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.index-box-03 .box .cont .txt-s {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 20px;
}
.index-box-03 .box .cont .a-s {
  display: block;
  border: 1px solid #2e4090;
  width: 80px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  transition: all .5s;
}
.index-box-03 .box .cont .a-s:hover {
  background: #2e4090;
  color: #ffffff;
}
.index-box-03 .box:hover .pic img.img-s {
  transform: scale(1.1);
}
.index-box-03 .box:hover .pic .video-btn {
  display: block;
}
.index-box-03 .a-more {
  display: block;
  border: 2px solid #2e4090;
  width: 110px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #2e4090;
  margin: 0 auto;
  transition: all .5s;
}
.index-box-03 .a-more:hover {
  background: #2e4090;
  color: #ffffff;
}

.index-box-04 {
  padding-top: 35px;
  padding-bottom: 40px;
}
.index-box-04 .row {
  margin-left: -8px;
  margin-right: -8px;
}
.index-box-04 .row .box-w {
  padding-left: 8px;
  padding-right: 8px;
}
.index-box-04 .focus-img .owl-controls {
  margin-top: 0;
}
.index-box-04 .focus-img .owl-controls .owl-dots {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.index-box-04 .focus-img .owl-controls .owl-dots .owl-dot span {
  border: 1px solid #ffffff;
  background: none;
}
.index-box-04 .focus-img .owl-controls .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.index-box-04 .focus-img .box {
  position: relative;
}
.index-box-04 .focus-img .box img {
  display: block;
  width: 100%;
}
.index-box-04 .focus-img .box .title {
  background: url("../images/img-29.png") repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  padding-right: 105px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.index-box-04 .focus-img .box .title span {
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-box-04 .focus-img .box .title span.tit-s {
  font-size: 16px;
}
.index-box-04 .news-list li {
  overflow: hidden;
  vertical-align: bottom;
  margin-bottom: 15px;
  background: #f7f7f7;
  padding-left: 180px;
  padding-right: 15px;
  height: 116px;
}
.index-box-04 .news-list li:last-child {
  margin-bottom: 0;
}
.index-box-04 .news-list li .box-img {
  position: absolute;
  margin-left: -180px;
  width: 168px;
}
.index-box-04 .news-list li .box-img img {
  display: block;
  width: 100%;
}
.index-box-04 .news-list li .title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #222222;
  font-weight: bold;
}
.index-box-04 .news-list li .txt {
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  color: #666666;
  margin-bottom: 8px;
}
.index-box-04 .news-list li .a-s {
  display: block;
  width: 90px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #e8e8e8;
  color: #222222;
}
.index-box-04 .a-more {
  display: block;
  border: 2px solid #2e4090;
  width: 110px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #2e4090;
  margin: 0 auto;
  transition: all .5s;
}
.index-box-04 .a-more:hover {
  background: #2e4090;
  color: #ffffff;
}

.index-box-05 {
  background: url("../images/img-26.png") no-repeat top center;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 40px;
}
.index-box-05 .m-title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 34px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.4;
}
.index-box-05 .txt-s {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 35px;
}
.index-box-05 .img-group {
  margin-bottom: 35px;
}
.index-box-05 .img-group .row {
  margin-left: 0;
  margin-right: 0;
}
.index-box-05 .img-group .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.index-box-05 .img-group .box {
  padding: .5px;
  overflow: hidden;
}
.index-box-05 .img-group .box img {
  display: block;
  width: 100%;
  transition: all .5s;
}
.index-box-05 .a-more {
  display: block;
  border: 2px solid #ffffff;
  width: 110px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
  transition: all .5s;
}
.index-box-05 .a-more:hover {
  background: #ffffff;
  color: #2e4090;
}
.index-box-05 .gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.index-box-06 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.index-box-06 .txt-s {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.index-box-06 .img-group {
  text-align: center;
}
.index-box-06 .img-group a {
  display: inline-block;
  margin-right: 60px;
}
.index-box-06 .img-group a:last-child {
  margin-right: 0;
}
.index-box-06 .img-group a span {
  display: block;
}
.index-box-06 .img-group a span.icon {
  width: 100px;
  height: 100px;
  position: relative;
}
.index-box-06 .img-group a span.icon img {
  display: block;
  position: absolute;
}
.index-box-06 .img-group a span.icon img.img-h {
  display: none;
}
.index-box-06 .img-group a span.title {
  color: #333333;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
}
.index-box-06 .img-group a:hover span, .index-box-06 .img-group a.current span {
  display: block;
}
.index-box-06 .img-group a:hover span.icon img.img-h, .index-box-06 .img-group a.current span.icon img.img-h {
  display: block;
}
.index-box-06 .img-group a:hover span.icon img.img-d, .index-box-06 .img-group a.current span.icon img.img-d {
  display: none;
}
.index-box-06 .img-group a:hover span.title, .index-box-06 .img-group a.current span.title {
  color: #2f45a3;
}

.product-cont > div {
  height: 0;
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
