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

/*@media (min-width: 1600px) {
  .container {
    width: 84%;
    padding-left: 0;
    padding-right: 0;
  }
}*/
@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;
}
/*header*/
.navbar-default {
  border: none;
  border-radius: 0;
  background: #ffffff;
  min-height: 100px;
  margin-bottom: 0;
}
.navbar-default .navbar-brand {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-default .navbar-nav li {
  margin-right: 60px;
}
.navbar-default .navbar-nav li > a {
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  color: #666666;
  padding: 0;
}
.navbar-default .search {
  width: 230px;
  float: right;
  position: relative;
  margin-top: 30px;
  margin-left: 20px;
  height: 40px;
}
.navbar-default .search .s-inp {
  height: 40px;
  border: 1px solid  #e6e6e6;
  width: 100%;
  line-height: 438px;
  padding: 0 65px 0 20px;
  color: #666666;
  font-size: 14px;
  border-radius: 20px;
}
.navbar-default .search .s-btn {
  border: none;
  background: url("../images/s-btn.png") no-repeat;
  width: 37px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 9px;
}

.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: #1c59ca;
}

.dropdown-menu {
  padding: 0;
  border-radius: 0;
  background: none;
}
.dropdown-menu a {
  display: block;
  height: 46px;
  line-height: 46px;
  background: #1c59ca;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 1px;
}
.dropdown-menu a:hover {
  background: #bf1d2d;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: -40px;
  }
}
/*footer*/
footer .footer-info {
  background: #ffffff;
  padding: 3% 0;
}
footer .footer-info .info-w {
  margin-bottom: 15px;
}
footer .footer-info .info-w .box {
  margin-top: 10px;
}
footer .footer-info .info-w .box .m-title {
  font-size: 16px;
  color: #666666;
  height: 48px;
  line-height: 48px;
  margin-bottom: 10px;
  background: url("../images/img-01.png") repeat-x left bottom;
}
footer .footer-info .info-w .box .m-title .t-l {
  background: url("../images/img-02.png") no-repeat left bottom;
  height: 48px;
  line-height: 46px;
}
footer .footer-info .info-w .box .m-title .glyphicon {
  margin-top: 10px;
  font-size: 16px;
  display: none;
}
footer .footer-info .info-w .box .main {
  font-size: 14px;
  color: #999999;
}
footer .footer-info .info-w .box .main a {
  display: block;
  color: #999999;
  line-height: 20px;
  padding: 3px 0;
}
footer .footer-info .info-w .box .main a:hover {
  color: #1c59ca;
}
footer .footer-info .box-line {
  display: none;
  width: 100%;
  float: left;
}
footer .footer-info .f-erwm {
  text-align: center;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
}
footer .footer-info .f-erwm .box {
  float: right;
}
footer .footer-info .f-erwm span {
  display: block;
}
footer .footer-copy {
  background: #1248ab;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
  font-size: 14px;
  color: #a4c4ff;
  text-align: center;
}
footer .footer-copy span {
  margin: 0 15px;
}

/*返回顶部*/
.go-top {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 9999;
}
.go-top img {
  display: block;
}

/*other-warp*/
.other-warp {
  background: #f2f2f2;
  padding: 40px 0 50px 0;
}

/*bread-crumbs*/
.bread-crumbs {
  text-align: center;
  margin-bottom: 30px;
}
.bread-crumbs a {
  border: 1px solid #cccccc;
  height: 38px;
  line-height: 36px;
  margin: 0 40px 10px;
  min-width: 150px;
  font-size: 16px;
  color: #666666;
  border-radius: 8px;
  transition: all .5s;
  display: inline-block;
}
.bread-crumbs a:first-child {
  margin-left: 0;
}
.bread-crumbs a:last-child {
  margin-right: 0;
}
.bread-crumbs a:hover, .bread-crumbs a.current {
  background: #1c59ca;
  color: #ffffff;
}

.public-box {
  background: #ffffff;
  padding: 4% 7%;
}

/*page*/
.page {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.page a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #e6e6e6;
  color: #666666;
  font-size: 16px;
  transition: all .5s;
  margin: 0 10px;
}
.page a:first-child {
  margin-left: 0;
}
.page a:last-child {
  margin-right: 0;
}
.page a:hover, .page a.current {
  background: #e81d31;
  color: #ffffff;
}

.mod-01 {
  color: #808080;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}
.mod-01 .m-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1.6;
}
.mod-01 .m-title .m-date {
  color: #b2b2b2;
  font-size: 12px;
}
.mod-01 h5 {
  font-size: 14px;
  color: #1c59ca;
  font-weight: bold;
}

.mod-02 li {
  overflow: hidden;
  vertical-align: bottom;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  transition: all .7s;
}
.mod-02 li .pic {
  overflow: hidden;
}
.mod-02 li .pic img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-02 li .info-w .title {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 24px;
  color: #4c4c4c;
  font-size: 16px;
}
.mod-02 li .info-w .date {
  color: #b2b2b2;
  line-height: 20px;
}
.mod-02 li .info-w .txt {
  color: #808080;
  font-size: 14px;
  line-height: 26px;
}
.mod-02 li:hover {
  border-bottom-color: #1c59ca;
}
.mod-02 li:hover .pic img {
  transform: scale(1.1);
}
.mod-02 li:hover .info-w .title {
  color: #1c59ca;
}

.mod-03 li {
  overflow: hidden;
  vertical-align: bottom;
  margin-bottom: 20px;
}
.mod-03 li a {
  display: block;
  background: #f2f2f2;
  padding: 13px 110px 13px 15px;
  position: relative;
  line-height: 30px;
  transition: all .7s;
  font-size: 14px;
  overflow: hidden;
  color: #4c4c4c;
}
.mod-03 li a .a-down {
  border: 1px solid #999999;
  border-radius: 3px;
  text-align: center;
  width: 70px;
  height: 30px;
  line-height: 28px;
  color: #808080;
  position: absolute;
  right: 15px;
  top: 13px;
}
.mod-03 li a:hover {
  background: #1c59ca;
  color: #ffffff;
}
.mod-03 li a:hover .a-down {
  background: #ffffff;
  border-color: #ffffff;
  color: #e81d31;
}

.mod-04 li {
  overflow: hidden;
  vertical-align: bottom;
}
.mod-04 li a {
  display: block;
  padding: 14px 110px 14px 15px;
  position: relative;
  line-height: 30px;
  transition: all .7s;
  font-size: 16px;
  overflow: hidden;
  color: #4c4c4c;
  border-bottom: 1px dotted #d7d7d7;
}
.mod-04 li a .a-down {
  border: 1px solid #999999;
  border-radius: 3px;
  text-align: center;
  width: 70px;
  height: 30px;
  line-height: 28px;
  color: #808080;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 13px;
}
.mod-04 li a:hover {
  color: #1c59ca;
}
.mod-04 li a:hover .a-down {
  background: #e81d31;
  border-color: #e81d31;
  color: #ffffff;
}

.mod-05 {
  background: #529eea;
  padding: 4% 0;
}
.mod-05 .m-title {
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
}
.mod-05 .info .i-box {
  padding-left: 70px;
  font-size: 14px;
  color: #ffffff;
  min-height: 42px;
  line-height: 20px;
}
.mod-05 .info .i-box span {
  display: block;
  color: #d8ebff;
}
.mod-05 .info .i-box .icon {
  position: absolute;
  margin-left: -70px;
}
.mod-05 .form-s label {
  line-height: 34px;
  text-align: right;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
}
.mod-05 .form-s .inp-s, .mod-05 .form-s .txt-s {
  background: none;
}
.mod-05 .form-s .btn-s {
  background: #edf3f9;
  color: #529eea;
  min-width: 90px;
}
.mod-05 .form-s input::-webkit-input-placeholder, .mod-05 .form-s textarea::-webkit-input-placeholder {
  color: #9ac5f0;
}
.mod-05 .form-s input::-moz-placeholder, .mod-05 .form-s textarea::-moz-placeholder {
  color: #9ac5f0;
}
.mod-05 .form-s input:-ms-input-placeholder, .mod-05 .form-s textarea:-ms-input-placeholder {
  color: #9ac5f0;
}
.mod-05 .map {
  padding-top: 2%;
}
.mod-05 .map img {
  display: block;
  width: 100%;
}

.product-warp .product-banner img {
  display: block;
  width: 100%;
}
.product-warp .product-box {
  padding: 45px 0;
}
.product-warp .product-box.bg-f0f2f5 {
  background: #f0f2f5;
}
.product-warp .product-box.bg-f7f7f7 {
  background: #f7f7f7;
}
.product-warp .product-box.bg-e0edf6 {
  background: #e0edf6;
}
.product-warp .product-box.bg-fafafa {
  background: #fafafa;
}
.product-warp .product-box.bg-f5f5f5 {
  background: #f5f5f5;
}
.product-warp .product-box .box-title {
  color: #1c5acb;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
.product-warp .product-box .info-s {
  padding-top: 30px;
  padding-bottom: 30px;
}
.product-warp .product-box .info-s .txt-s {
  background: url("../images/img-13.png") no-repeat left 2px;
  line-height: 20px;
  padding-left: 30px;
  color: #808080;
  font-size: 14px;
}
.product-warp .product-box .img-s img {
  display: block;
  margin: 0 auto;
}
.product-warp .product-box .box-list-01 {
  text-align: center;
}
.product-warp .product-box .box-list-01 .icon {
  padding: 25px 0;
}
.product-warp .product-box .box-list-01 .icon img {
  display: block;
  margin: 0 auto;
}
.product-warp .product-box .box-list-01 .title {
  color: #666666;
  font-size: 22px;
  font-weight: bold;
  line-height: 46px;
}
.product-warp .product-box .box-list-01 .txt {
  color: #808080;
  font-size: 14px;
  line-height: 26px;
}
.product-warp .product-box .box-list-01 .title-02 {
  font-size: 18px;
  color: #666666;
  line-height: 26px;
  transition: all .5s;
  font-weight: bold;
}
.product-warp .product-box .box-list-01:hover .title-02 {
  color: #1c59ca;
}
.product-warp .product-box .box-cont-01 {
  text-align: center;
}
.product-warp .product-box .box-cont-01 .txt {
  color: #666666;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.product-warp .product-box .box-cont-01 .img-s {
  display: block;
  margin: 0 auto;
}
.product-warp .product-box .box-cont-02 .b-txt {
  padding-top: 8%;
  color: #666666;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.product-warp .product-box .txt-s-02 {
  font-size: 14px;
  color: #808080;
  line-height: 26px;
}
.product-warp .product-box .txt-s-02 span {
  color: #e32034;
}
.product-warp .product-box .img-box {
  padding: 3% 0;
}
.product-warp .product-box .table-s {
  background: #ffffff;
  padding: 15px;
  overflow: hidden;
  overflow-x: auto;
}
.product-warp .product-box .table-s table {
  width: 100%;
}
.product-warp .product-box .table-s table tr td {
  border: 1px solid #ffffff;
  padding: 5px;
  text-align: center;
  color: #ffffff;
  background: #ed828d;
  line-height: 38px;
  font-size: 16px;
  white-space: normal;
  word-break: break-all;
}
.product-warp .product-box .table-s table tr td:first-child {
  background: #7097df;
}
.product-warp .product-box .table-s table tr.t-tit td {
  font-size: 20px;
  background: #e32034;
}
.product-warp .product-box .table-s table tr.t-tit td:first-child {
  background: #1c59ca;
}
.product-warp .product-box .table-s table tr.t-empty td {
  background: #ffffff;
}
.product-warp .product-box .table-s table tr.t-empty td:first-child {
  background: #ffffff;
}
.product-warp .product-box-02 {
  background: url("../images/img-37.png") no-repeat top center;
  background-size: cover;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
  padding: 4% 0;
}
.product-warp .product-box-02 .b-title {
  font-size: 30px;
  color: #1c5acb;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-warp .product-box-03 {
  background: url("../images/img-45.png") no-repeat top center;
  background-size: cover;
  padding: 4% 0;
}
.product-warp .product-box-03 .box-title {
  color: #1c5acb;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
.product-warp .product-box-03 .b-txt {
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  color: #e5e5e5;
  margin-bottom: 4%;
  margin-top: 1%;
}
.product-warp .product-box-03 .box {
  margin: 3% 0;
}
.product-warp .product-box-03 .box .icon {
  margin-bottom: 15px;
}
.product-warp .product-box-03 .box .icon img {
  display: block;
  margin: 0 auto;
}
.product-warp .product-box-03 .box .txt {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}

.product-btm {
  background: url("../images/img-26.png") no-repeat top center;
  background-size: cover;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  padding: 4% 0;
}

/*index*/
.index-contact {
  background: url("../images/img-49.png") no-repeat top center;
  background-size: cover;
  padding: 4% 0 2% 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
.index-contact .tel {
  font-size: 50px;
  margin-bottom: 5%;
}
.index-contact .tel .t-title {
  display: inline-block;
  background: url("../images/img-46.png") no-repeat left center;
  height: 48px;
  line-height: 48px;
  padding-left: 85px;
  font-size: 22px;
  margin-bottom: 20px;
}
.index-contact .mail {
  background: url("../images/img-47.png") no-repeat top center;
  padding-top: 40px;
}
.index-contact .add {
  background: url("../images/img-48.png") no-repeat top center;
  padding-top: 40px;
}

.index-title {
  text-align: center;
  color: #333333;
  font-size: 26px;
  margin-bottom: 30px;
}
.index-title span {
  display: inline-block;
}
.index-title span.t-top {
  background: url("../images/img-50.png") no-repeat top center;
  padding-top: 10px;
}
.index-title span.t-btm {
  background: url("../images/img-50.png") no-repeat bottom center;
  padding-bottom: 10px;
}

.company-news {
  padding: 4% 0;
}
.company-news .box {
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 30px;
  transition: all .5s;
}
.company-news .box .box-title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #333333;
  margin-bottom: 5px;
  display: block;
}
.company-news .box .box-date {
  color: #999999;
  height: 24px;
  line-height: 24px;
}
.company-news .box .box-txt {
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #666666;
}
.company-news .box:hover {
  background: #1c59ca;
}
.company-news .box:hover .box-title {
  color: #ffffff;
}
.company-news .box:hover .box-date, .company-news .box:hover .box-txt {
  color: #cbddff;
}
.company-news .a-more {
  display: block;
  border: 1px solid #cccccc;
  width: 115px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #999999;
  border-radius: 5px;
  margin: 30px auto 0 auto;
  transition: all .5s;
}
.company-news .a-more:hover {
  background: #1c59ca;
  color: #ffffff;
}

.product-center .row {
  margin-left: -1px;
  margin-right: -1px;
}
.product-center .row .box-w {
  padding-left: 1px;
  padding-right: 1px;
}
.product-center .box {
  position: relative;
  transition: all .7s;
  margin-top: 1px;
  margin-bottom: 1px;
}
.product-center .box .pic {
  overflow: hidden;
}
.product-center .box .pic img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.product-center .box .more-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/img-52.png") repeat;
  text-align: center;
  padding: 0 30px;
}
.product-center .box .more-info span {
  display: block;
}
.product-center .box .more-info span.title {
  background: url("../images/img-53.png") no-repeat bottom center;
  height: 54px;
  line-height: 52px;
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 40%;
  transition: all .7s;
}
.product-center .box .more-info span.txt {
  color: #cbddff;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
  display: none;
}
.product-center .box .more-info span.a-more {
  width: 86px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #cbddff;
  color: #cbddff;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
  display: none;
}
.product-center .box:hover .pic img {
  transform: scale(1.1);
}
.product-center .box:hover .more-info span {
  display: block;
}
.product-center .box:hover .more-info span.title {
  margin-top: 25%;
}
.product-center .box:hover .more-info span.txt, .product-center .box:hover .more-info span.a-more {
  display: block;
}

.about-us {
  background: url("../images/img-57.png") no-repeat #ffffff top center;
  background-size: cover;
  padding: 3% 0;
  margin-bottom: 5%;
}
.about-us .main {
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 26px;
}
.about-us .main img {
  display: block;
  width: 100%;
}
.about-us .a-more {
  display: block;
  border: 1px solid #cccccc;
  width: 115px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #999999;
  border-radius: 5px;
  margin: 30px auto 0 auto;
  transition: all .5s;
}
.about-us .a-more:hover {
  background: #1c59ca;
  color: #ffffff;
}

.company-advantage {
  background: url("../images/img-56.png") no-repeat top center;
  background-size: cover;
  padding-top: 9px;
  padding-bottom: 9px;
  min-height: 136px;
  margin-top: -136px;
  position: relative;
  z-index: 99999;
}
.company-advantage .box-w {
  background: url("../images/img-59.png") no-repeat right center;
  text-align: center;
}
.company-advantage .box-w:last-child {
  background: none;
}
.company-advantage .box {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  padding-top: 20px;
  padding-left: 130px;
  min-height: 96px;
}
.company-advantage .box.box-01 {
  background: url("../images/img-60.png") no-repeat;
}
.company-advantage .box.box-02 {
  background: url("../images/img-61.png") no-repeat;
}
.company-advantage .box.box-03 {
  background: url("../images/img-62.png") no-repeat;
}

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

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

.index-banner .owl-controls .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.index-banner .owl-controls .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: url("../images/img-54.png") no-repeat;
}

.index-banner .owl-controls .owl-dots .owl-dot.active span {
  background: url("../images/img-55.png") no-repeat;
}

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