@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;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*nav*/
.navbar-default {
  min-height: 124px;
  border: none;
  background: #ffffff;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 99;
}
.navbar-default .nav-warp {
  position: static;
}
.navbar-default.index-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  transition: all .5s;
}
.navbar-default.index-nav.nav-bg {
  background: #ffffff;
}
.navbar-default .navbar-brand {
  padding-top: 20px;
  padding-bottom: 8px;
}
.navbar-default .navbar-nav {
  margin-top: 45px;
  margin-left: 50px;
}
.navbar-default .navbar-nav li {
  margin-left: 60px;
  padding-bottom: 25px;
}
.navbar-default .navbar-nav li.dropdown {
  position: static !important;
}
.navbar-default .navbar-nav li > a {
  font-size: 18px;
  color: #333333;
  height: 44px;
  line-height: 44px;
  vertical-align: bottom;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin-bottom: 25px;
}
.navbar-default .header-other {
  float: right;
  padding-top: 50px;
  margin-right: -15px;
}
.navbar-default .search-box {
  float: left;
  margin-right: 40px;
  position: relative;
  z-index: 99;
}
.navbar-default .search-box .search-a {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 30px;
}
.navbar-default .search-box .search-a img {
  display: block;
  margin: 0 auto;
}
.navbar-default .search-box .search-cont {
  position: absolute;
  width: 160px;
  margin-right: 10px;
  right: -17px;
  top: 0;
  display: none;
}
.navbar-default .search-box .search-cont input::-webkit-input-placeholder, .navbar-default .search-box .search-cont textarea::-webkit-input-placeholder {
  color: #666666;
}
.navbar-default .search-box .search-cont input:-moz-placeholder, .navbar-default .search-box .search-cont textarea:-moz-placeholder {
  color: #666666;
}
.navbar-default .search-box .search-cont input::-moz-placeholder, .navbar-default .search-box .search-cont textarea::-moz-placeholder {
  color: #666666;
}
.navbar-default .search-box .search-cont input:-ms-input-placeholder, .navbar-default .search-box .search-cont textarea:-ms-input-placeholder {
  color: #666666;
}
.navbar-default .search-box .search-cont .s-inp {
  height: 30px;
  line-height: 28px;
  border-radius: 15px;
  background: #ffffff;
  width: 100%;
  border: 1px solid #333333;
  padding-right: 30px;
  padding-left: 15px;
}
.navbar-default .search-box .search-cont .s-btn {
  background: url("../images/search-bar.png") no-repeat center center;
  border: none;
  width: 26px;
  height: 26px;
  position: absolute;
  display: block;
  border-radius: 0;
  right: 9px;
  top: 3px;
}
.navbar-default .language-box {
  float: left;
  background: #ffffff;
  border: 1px solid #000000;
  height: 30px;
  line-height: 28px;
  width: 100px;
  border-radius: 15px;
}
.navbar-default .language-box a {
  display: block;
  float: left;
  width: 49px;
  height: 28px;
  line-height: 28px;
  border-radius: 15px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.navbar-default .language-box a:first-child {
  margin-left: -1px;
}
.navbar-default .language-box a:last-child {
  margin-right: -1px;
  float: right;
}
.navbar-default .language-box a:hover, .navbar-default .language-box a.current {
  background: #363762;
  color: #ffffff;
}

.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 {
  background: none;
  color: #333333;
  border-bottom-color: #363762;
}

.dropdown-menu {
  left: 0 !important;
  right: 0 !important;
  background: #ffffff;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  padding-top: 20px;
  padding-bottom: 30px;
  border: none;
}
.dropdown-menu a:hover {
  color: #00003f !important;
  text-decoration: underline;
}
.dropdown-menu .box-menu .product-class {
  display: block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 18px;
}
.dropdown-menu .box-menu .procuct-img img {
  display: block;
}
.dropdown-menu .box-menu .product-cont a {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*footer*/
footer {
  background: #00003f;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .footer-info {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 14px;
}
footer .footer-info .box {
  margin-bottom: 30px;
}
footer .footer-info .box .m-title {
  font-size: 20px;
  color: #ffffff;
  height: 50px;
  line-height: 30px;
  margin-bottom: 15px;
  background: url("../images/img-42.png") no-repeat left bottom;
}
footer .footer-info .box .m-title .glyphicon {
  margin-top: 5px;
  display: none;
}
footer .footer-info .box .main {
  color: #c8daff;
  line-height: 24px;
}
footer .footer-info .box .main > a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
footer .footer-info .box .erwm-box {
  margin-bottom: 30px;
}
footer .footer-info .box .share a {
  display: inline-block;
  margin-right: 10px;
}
footer .footer-info .box .share a:last-child {
  margin-right: 0;
}
footer .footer-info .box .share a img {
  display: block;
}
footer .footer-info .box-tel span {
  font-size: 25px;
}
footer .footer-info .box-email {
  font-size: 16px;
}
footer .footer-info .box-share {
  float: left;
  width: 95px;
}
footer .footer-info .box-share a {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .footer-info .box-share a:nth-child(2n) {
  float: right;
}
footer .footer-info .box-erwm {
  float: right;
  width: 115px;
}
footer .footer-copy {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
footer .footer-copy span {
  display: inline-block;
  margin: 0 10px;
}
footer .footer-copy a {
  color: rgba(255, 255, 255, 0.4);
}
footer .footer-copy a:hover {
  text-decoration: underline;
}

/*other-banner*/
.other-banner img {
  display: block;
  width: 100%;
}

/*bread-crumbs*/
.bread-crumbs {
  text-align: right;
  background: #f5f5f5;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
  color: #999999;
  font-size: 14px;
}
.bread-crumbs a {
  color: #666666;
}
.bread-crumbs span {
  color: #00003f;
}

.bread-crumbs .on{
  color: #00003f;
}

/*other-warp*/
.other-warp {
  padding-top: 60px;
  padding-bottom: 60px;
}

/*class-nav*/
.class-nav {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 5px;
  background: rgba(255, 255, 255, 0.85);
}
.class-nav a {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #00003f;
  font-size: 18px;
  color: #333333;
  margin: 0 10px 5px 10px;
}
.class-nav a:hover, .class-nav a.current {
  background: #363762;
  color: #ffffff;
}
.class-nav a:first-child {
  margin-left: 0;
}
.class-nav a:last-child {
  margin-right: 0;
}

.menu-top.nav-fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
}

.menu-hidden-box {
  display: none;
}

/**/
.load-more {
  display: block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background: #ebebeb;
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin: 50px auto 0 auto;
}
.load-more:hover {
  background: #00003f;
  color: #ffffff;
}

.sp-mod-01 .m-title {
  text-align: center;
  color: #333333;
  font-size: 22px;
  margin-bottom: 35px;
  line-height: 1.4;
}
.sp-mod-01 .main {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: justify;
}

.sp-mod-02 .m-title {
  text-align: center;
  font-size: 30px;
  color: #333333;
  margin-bottom: 30px;
}
.sp-mod-02 .box-top {
  background: url("../images/img-16.png") repeat-x left center;
}
.sp-mod-02 .box-top .box {
  margin-top: 24px;
  padding-left: 25px;
  line-height: 24px;
  min-height: 48px;
  color: #333333;
  font-size: 16px;
}
.sp-mod-02 .box-top .box .box-icon {
  position: absolute;
  margin-left: -25px;
  height: 24px;
}
.sp-mod-02 .box-top .box .box-icon img {
  vertical-align: middle;
}
.sp-mod-02 .box-tel {
  background: #00003f;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  padding: 20px 15px;
  margin-top: 3%;
  margin-bottom: 5%;
}
.sp-mod-02 .box-map .map {
  border: 1px solid #cccccc;
  padding: 5px;
}
.sp-mod-02 .box-map .map img {
  display: block;
  width: 100%;
}

.sp-mod-03 .row {
  margin-left: -12px;
  margin-right: -12px;
}
.sp-mod-03 .row .box-w {
  padding-left: 12px;
  padding-right: 12px;
}
.sp-mod-03 .box {
  overflow: hidden;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #d0d0d0;
}
.sp-mod-03 .box .box-img {
  overflow: hidden;
}
.sp-mod-03 .box .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.sp-mod-03 .box .box-info .box-title {
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 16px;
  margin-bottom: 15px;
}
.sp-mod-03 .box .box-info .box-txt {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-bottom: 20px;
}
.sp-mod-03 .box .box-info .a-more {
  border: 1px solid #363762;
  width: 90px;
  height: 24px;
  line-height: 22px;
  border-radius: 8px;
  text-align: center;
  color: #999999;
  transition: all .7s;
  display: block;
}
.sp-mod-03 .box:hover .box-img img {
  transform: scale(1.1);
}
.sp-mod-03 .box:hover .box-info .a-more {
  background: #363762;
  color: #ffffff;
}

.sp-mod-04 .m-title {
  background: url("../images/img-44.png") no-repeat bottom center;
  padding-bottom: 15px;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #00003f;
  font-size: 40px;
  text-align: center;
}
.sp-mod-04 .main {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.sp-mod-05 .row {
  margin-left: 0;
  margin-right: 0;
}
.sp-mod-05 .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.sp-mod-05 .box {
  border: 1px solid #f2f2f2;
}
.sp-mod-05 .box img {
  display: block;
  width: 100%;
}

.sp-mod-06 .m-title {
  margin-bottom: 25px;
}
.sp-mod-06 .m-title .t-l {
  font-size: 32px;
  float: left;
  line-height: 1.2;
}
.sp-mod-06 .m-title .t-l span {
  font-size: 16px;
  color: #999999;
  display: block;
}
.sp-mod-06 .m-title .t-r {
  font-size: 22px;
  color: #333333;
  float: right;
  padding-top: 10px;
}
.sp-mod-06 .box-title {
  background: #00003f;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding: 0 10px;
}
.sp-mod-06 .box-title .add {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
}
.sp-mod-06 .box {
  border-bottom: 1px dotted #cccccc;
}
.sp-mod-06 .box .b-title {
  height: 56px;
  line-height: 56px;
  color: #333333;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
}
.sp-mod-06 .box .b-title .add {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
}
.sp-mod-06 .box .b-title .t-r img {
  vertical-align: middle;
  margin-top: -3px;
}
.sp-mod-06 .box .b-title.current {
  color: #00003f;
}
.sp-mod-06 .box .b-cont {
  padding: 20px;
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  display: none;
}
.sp-mod-06 .box .b-cont h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.sp-mod-06 .box .b-cont .a-s {
  display: block;
  margin-top: 20px;
  width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #00003f;
  color: #ffffff;
  font-size: 16px;
}

.sp-mod-07 .row {
  margin-left: 0;
  margin-right: 0;
}
.sp-mod-07 .row .box-w {
  padding-left: 4%;
  padding-right: 4%;
}
.sp-mod-07 .row .box-w:first-child {
  border-right: 2px solid #e5e5e5;
}
.sp-mod-07 .box {
  border: 1px solid #dddddd;
  box-shadow: 0 0 8px #dddddd;
  padding-top: 3%;
  padding-bottom: 3%;
  margin-bottom: 30px;
}
.sp-mod-07 .box .box-img img {
  display: block;
  width: 100%;
}
.sp-mod-07 .box .box-info .box-title {
  display: block;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.sp-mod-07 .box .box-info .box-txt {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #999999;
  margin-bottom: 20px;
}
.sp-mod-07 .box .box-info .a-more {
  display: block;
  background: url("../images/img-48.png") no-repeat;
  width: 19px;
  height: 13px;
}

.sp-mod-08 .row {
  margin-left: -12px;
  margin-right: -12px;
}
.sp-mod-08 .row .box-w {
  padding-left: 12px;
  padding-right: 12px;
}
.sp-mod-08 .box {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #e5e5e5;
}
.sp-mod-08 .box .box-date {
  padding-top: 20px;
}
.sp-mod-08 .box .box-date span {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #999999;
  font-size: 20px;
  background: url("../images/img-49.png") no-repeat right center #ffffff;
  margin-bottom: 10px;
}
.sp-mod-08 .box .box-date span em {
  font-style: normal;
  background: #ffffff;
  padding-right: 5px;
}
.sp-mod-08 .box .box-date .a-more {
  background: url("../images/img-48.png") no-repeat;
  width: 19px;
  height: 13px;
  display: block;
  margin-bottom: 15px;
}
.sp-mod-08 .box .box-info {
  padding-top: 20px;
}
.sp-mod-08 .box .box-info .box-title {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333;
}
.sp-mod-08 .box .box-info .box-txt {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.sp-mod-08 .box .box-img {
  overflow: hidden;
}
.sp-mod-08 .box .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.sp-mod-08 .box:hover .box-info .box-title {
  color: #363762;
}
.sp-mod-08 .box:hover .box-img img {
  transform: scale(1.1);
}

.sp-mod-09 .m-title {
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #666666;
}
.sp-mod-09 .m-title h1 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}
.sp-mod-09 .main {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.sp-mod-09 .go-back {
  text-align: right;
  margin-top: 35px;
}
.sp-mod-09 .go-back a {
  color: #333333;
  font-size: 14px;
}

.product-details-nav {
  background: #e5e5e5;
  height: 80px;
  border-top: 1px solid #e5e5e5;
}
.product-details-nav .nav-l {
  padding-top: 15px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.product-details-nav .nav-r {
  text-align: right;
}
.product-details-nav .nav-r a {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  width: 145px;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.product-details-nav .nav-r a.current {
  background: #cecece;
}

.sp-mod-10 .box-img {
  margin-bottom: 20px;
}
.sp-mod-10 .box-img img {
  display: block;
  margin: 0 auto;
}
.sp-mod-10 .box-name {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 30px;
}
.sp-mod-10 .box-title {
  border-bottom: 2px solid #00003f;
  margin-bottom: 20px;
}
.sp-mod-10 .box-title .t-l {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  background: #00003f;
}
.sp-mod-10 .box-cont {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 35px;
}
.sp-mod-10 .go-back {
  text-align: right;
  margin-top: 35px;
}
.sp-mod-10 .go-back a {
  color: #333333;
  font-size: 14px;
}

.sp-mod-11 .box {
  margin-bottom: 50px;
  overflow: hidden;
}
.sp-mod-11 .box .box-img img {
  display: block;
  border: 1px solid #d9d9d9;
}
.sp-mod-11 .box .box-info {
  padding: 25px 50px;
  border: 1px  solid #f5f5f5;
  background: #ffffff;
  margin-left: -80px;
  margin-top: 7%;
}
.sp-mod-11 .box .box-info .box-title {
  display: block;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.sp-mod-11 .box .box-info .box-title span {
  display: block;
}
.sp-mod-11 .box .box-info .box-txt {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  height: 140px;
  overflow: hidden;
}
.sp-mod-11 .box .box-info .a-more {
  display: inline-block;
  background: url("../images/img-63.png") no-repeat;
  width: 42px;
  height: 16px;
}
.sp-mod-11 .box:nth-child(2n) .box-info {
  margin-left: 0;
  margin-right: -80px;
}

.up-mc {
  position: fixed;
  z-index: 998;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}

.up-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  z-index: 999;
  display: none;
}
.up-box label {
  font-weight: normal;
  font-size: 20px;
  color: #333333;
}
.up-box .box-cont {
  background: #ffffff;
  overflow: hidden;
}
.up-box .form-horizontal {
  padding: 5% 15px;
}
.up-box .box-title {
  height: 70px;
  line-height: 70px;
  background: #363762;
  padding: 0 15px;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #ffffff;
}
.up-box .box-title .close {
  position: absolute;
  right: 15px;
  top: 20px;
}
.up-box h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 35px;
}
.up-box .btn-s {
  width: 170px;
  height: 44px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  border: none;
  background: #363762;
  margin: 30px auto 0;
}
.up-box .box-form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.up-box .box-form .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.up-box .box-form .box {
  margin-bottom: 8px;
}
.up-box .box-form .inp-s {
  border: 1px solid #dee1e3;
  height: 40px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 16px;
  display: block;
  width: 100%;
}
.up-box .box-form .txt-s {
  border: 1px solid #dee1e3;
  height: 184px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 16px;
  display: block;
  width: 100%;
}
.up-box .box-form .btn-s {
  border: none;
  height: 40px;
  line-height: 40px;
  background: #0c0c48;
  text-align: center;
  color: #ffffff;
  display: block;
  width: 100%;
  font-size: 16px;
}

/*index*/
.index-banner {
  overflow: hidden;
  vertical-align: bottom;
}
.index-banner .owl-controls {
  margin-top: 0;
}
.index-banner .video-s {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-banner .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3%;
  text-align: center;
  z-index: 999;
}
.index-banner .owl-dots button.owl-dot span {
  display: block;
  width: 11px;
  height: 11px;
  background: url("../images/img-02.png") no-repeat top center;
  margin: 0 5px;
}
.index-banner .owl-dots button.owl-dot.active span {
  background: url("../images/img-03.png") no-repeat center center;
}
.index-banner .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.index-banner .owl-nav button {
  width: 32px;
  height: 64px;
  border: none;
  position: absolute;
  margin-top: -32px;
}
.index-banner .owl-nav button.owl-prev {
  background: url("../images/prev.png") no-repeat;
  left: 2%;
}
.index-banner .owl-nav button.owl-prev:hover {
  background: url("../images/prev-h.png") no-repeat;
}
.index-banner .owl-nav button.owl-next {
  background: url("../images/next.png") no-repeat;
  right: 2%;
}
.index-banner .owl-nav button.owl-next:hover {
  background: url("../images/next-h.png") no-repeat;
}

.index-title {
  text-align: center;
  margin-bottom: 40px;
}
.index-title .title-top {
  line-height: 1.4;
  font-size: 30px;
  color: #333333;
  margin-bottom: 15px;
}
.index-title .title-top span {
  display: inline-block;
}
.index-title .title-top span.t-l {
  background: url("../images/img-52.png") no-repeat left center;
  padding-left: 45px;
}
.index-title .title-top span.t-r {
  background: url("../images/img-52.png") no-repeat right center;
  padding-right: 45px;
}
.index-title .title-txt {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  padding-left: 5%;
  padding-right: 5%;
}

.index-main {
  height: 100px;
  background: #000000;
}

.index-box {
  padding-top: 5%;
  padding-bottom: 5%;
}

.index-box-01 {
  background: url("../images/img-55.png") no-repeat top center;
  background-size: cover;
  padding-bottom: 3%;
}
.index-box-01 .index-title {
  margin-bottom: 60px;
}
.index-box-01 .box {
  box-shadow: 0 0 8px #d8d9e0;
  transition: all .7s;
  margin-bottom: 40px;
}
.index-box-01 .box .box-img {
  overflow: hidden;
}
.index-box-01 .box .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.index-box-01 .box .box-title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #e5e5e5;
  font-size: 20px;
  color: #333333;
  display: block;
}
.index-box-01 .box .box-txt {
  background: url("../images/img-70.png") no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 0 25px;
  height: 200px;
  text-align: center;
  display: none;
}
.index-box-01 .box .box-txt .b-title {
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
}
.index-box-01 .box .box-txt .b-txt {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.index-box-01 .box:hover {
  margin-top: -50px;
}
.index-box-01 .box:hover .box-title {
  display: none;
}
.index-box-01 .box:hover .box-txt {
  display: block;
}

.index-box-02 {
  background: url("../images/img-56.png") no-repeat top center;
  background-size: cover;
}
.index-box-02 .box .box-icon {
  margin: 0 auto;
  position: relative;
  transition: all .7s;
}
.index-box-02 .box .box-icon img {
  display: block;
  margin: 0 auto;
}
.index-box-02 .box .box-icon .box-mc {
  background: url("../images/img-65.png") no-repeat top center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  transition: all .7s;
}
.index-box-02 .box .box-icon .box-mc .box-c {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  padding: 0 35px;
}
.index-box-02 .box .box-title {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  color: #333333;
}
.index-box-02 .box:hover .box-icon {
  transform: scale(1.2);
}
.index-box-02 .box:hover .box-icon .box-mc {
  opacity: 1;
  z-index: 9;
}

.index-box-03 {
  background: #ffffff;
}
.index-box-03 .box {
  height: 200px;
  line-height: 200px;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
}
.index-box-03 .box img {
  display: inline-block;
  vertical-align: middle;
}
.index-box-03 .box .box-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/img-53.png") no-repeat;
  background-size: cover;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  transition: all .7s;
}
.index-box-03 .box .box-mc .box-c {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
}
.index-box-03 .box .box-mc .box-c a{
 color: #ffffff;
}
.index-box-03 .box:hover .box-mc {
  opacity: 1;
  z-index: 9;
}

.index-box-04 {
  background: url("../images/img-57.png") no-repeat top center;
  background-size: cover;
}
.index-box-04 .box-left .box-title {
  background: url("../images/img-58.png") no-repeat left bottom;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
}
.index-box-04 .box-left .box-title span {
  display: block;
  color: #333333;
  font-size: 30px;
}
.index-box-04 .box-left .box-txt {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 15px;
}
.index-box-04 .box-left .box-txt img {
  vertical-align: middle;
  margin-top: -3px;
}
.index-box-04 .box-left .box-txt h3 {
  color: #333333;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.index-box-04 .box-right .row {
  margin-left: -5px;
  margin-right: -5px;
}
.index-box-04 .box-right .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.index-box-04 .box-right .box {
  margin-bottom: 8px;
}
.index-box-04 .box-right .inp-s {
  border: 1px solid #dee1e3;
  height: 40px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 16px;
  display: block;
  width: 100%;
}
.index-box-04 .box-right .txt-s {
  border: 1px solid #dee1e3;
  height: 184px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 16px;
  display: block;
  width: 100%;
}
.index-box-04 .box-right .btn-s {
  border: none;
  height: 40px;
  line-height: 40px;
  background: #0c0c48;
  text-align: center;
  color: #ffffff;
  display: block;
  width: 100%;
  font-size: 16px;
}

/*page*/
.page {
    text-align: center;
    margin-top: 30px;
}
.page a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #ffffff;
    color: #0b2b4d;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.page a:hover, .page a.current {
    background: #363762;
    color: #ffffff;
}

.page strong{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #363762;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
/*new-add*/
.navbar-default .navbar-nav li.dropdown.drop-menu {
  position: relative !important;
}

.navbar-default .navbar-nav li.dropdown.drop-menu .menu-down {
  padding: 0px;
  margin-left: -45px;
}
.navbar-default .navbar-nav li.dropdown.drop-menu .menu-down a {
  display: block;
  font-size: 16px;
  line-height: 34px;
  color: #666666;
  text-align: center;
}
.navbar-default .navbar-nav li.dropdown.drop-menu .menu-down a:hover {
  background: #0c0c48 !important;
  color: #ffffff !important;
}

.video-box {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}
.video-box .video-s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner-cont {
  position: absolute;
  z-index: 999;
  right: 10%;
  left: auto;
  top: 65%;
  width: 30%;
}
.banner-cont h1 {
  color: #00003f;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 32px;
  margin-bottom: 25px;
  text-align: center;
}
.banner-cont p {
  color: #00003f;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
}
.banner-cont .lines-group {
  margin-top: 40px;
}
.banner-cont .lines-group a {
  display: block;
  color: #00003f;
  line-height: 1.6;
  margin-bottom: 5px;
  font-size: 14px;
}
.banner-cont .lines-group a::before {
  content: '';
  border-bottom: 1px solid;
  display: inline-block;
  width: 40px;
  height: 0;
  vertical-align: 0.3em;
  margin-right: 12px;
}


/*# sourceMappingURL=style.css.map */
