@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: 90px;
  border: none;
  background: none;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 999;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  /*nav-right*/
}
.navbar-default .nav-bg {
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 351px;
}
.navbar-default .navbar-brand {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 99;
}
.navbar-default .navbar-nav li {
  padding: 0;
  margin-left: 5px;
  transition: all .3s;
}
.navbar-default .navbar-nav li > a {
  text-align: center;
  vertical-align: bottom;
  padding: 0 30px;
  height: 90px;
  line-height: 90px;
  transition: all .3s;
  font-size: 16px;
}
.navbar-default .dropdown-menu {
  background-color: #fff !important;
  box-shadow: 0 4px 4px rgba(4, 4, 4, 0.2);
  left: 0;
  right: 0;
  min-width: 190px;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-default .dropdown-menu a {
  display: block;
  font-size: 16px;
  height: 54px;
  line-height: 54px;
  color: #404040;
  border-left: 4px solid transparent;
  background: url("../images/img-10.png") no-repeat right 15px top 20px #fff;
  border-bottom: 1px solid #f2f2f2;
  padding-left: 20px;
}
.navbar-default .dropdown-menu a:hover {
  border-left-color: #18b2ab;
  background: url("../images/img-11.png") no-repeat right 15px top 20px #f6f9fa;
}
.navbar-default .nav-other {
  min-height: 90px;
  background-color: rgba(24, 178, 171, 0.95);
  /*background-color: rgba(255, 255, 255, 0.95);*/
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  z-index: 99;
  text-align: right;
  padding-top: 25px;
}
.navbar-default .nav-other > div {
  display: inline-block;
  vertical-align: bottom;
}
.navbar-default .nav-other .search-box {
  position: relative;
  width: 40px;
  height: 40px;
}
.navbar-default .nav-other .search-box .search-a {
  height: 40px;
  line-height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  background: url("../images/img-08.png") no-repeat center center;
}
.navbar-default .nav-other .search-box .search-cont {
  position: absolute;
  width: 230px;
  right: 0;
  top: 0;
  display: block;
}
.navbar-default .nav-other .search-box .search-cont .s-inp {
  height: 40px;
  line-height: 40px;
  /*border: none;*/
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 0 20px;
  width: 100%;
  background: #fff;
  font-size: 16px;
}
.navbar-default .nav-other .search-box .search-cont .s-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/img-09.png") no-repeat center center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  border: none;
  z-index: 2;
}
.navbar-default .nav-other .language-box {
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 18px;
  width: 60px;
  margin-right: 20px;
}
.navbar-default .nav-other .language-box > a {
  display: block;
  color: #ffffff;
  /*color: #bbb;*/
}

.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: #18b2ab;
  color: #fff;
}

/*footer*/
.footer .footer-info {
  background: url("../images/img-02.png") no-repeat top center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .footer-info-group .row {
  margin-left: -10px;
  margin-right: -10px;
}
.footer .footer-info-group .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.footer .footer-info-group .box .box-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}
.footer .footer-info-group .box .box-title .glyphicon {
  display: none;
}
.footer .footer-info-group .box .box-cont {
  padding-bottom: 10px;
}
.footer .footer-info-group .box .box-cont a {
  display: block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  background: url("../images/img-03.png") no-repeat 0 9px;
  padding-left: 13px;
}
.footer .footer-info-group .box .box-cont a:hover {
  text-decoration: underline;
}
.footer .footer-other {
  padding-right: 120px;
  position: relative;
  min-height: 100px;
  color: #ffff;
}
.footer .footer-other .box-tel {
  background: url("../images/img-04.png") no-repeat left center;
  padding-left: 40px;
  height: 30px;
  line-height: 28px;
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
}
.footer .footer-other .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  padding-left: 28px;
}
.footer .footer-other .box-txt .box-icon {
  position: absolute;
  margin-left: -28px;
  margin-top: 5px;
}
.footer .footer-other .box-txt .box-icon img {
  display: block;
}
.footer .footer-other .box-erwm {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .footer-other .box-erwm img {
  display: block;
  max-width: 100px;
}
.footer .footer-copy {
  background-color: #0fa0c9;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

/*index*/
.banner .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}
.banner .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: block;
  margin: 0 5px;
  background-color: #fff;
}
.banner .owl-dots .owl-dot.active span {
  width: 56px;
  background-color: #f7aa14;
}

/*bread-crumbs*/
.bread-crumbs {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 30px;
}
.bread-crumbs .b-l {
  background: url("../images/img-12.png") no-repeat 0 8px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #737373;
}
.bread-crumbs .b-l a {
  color: #737373;
}
.bread-crumbs .b-l span {
  color: #18b2ab;
}

/*other-banner*/
.other-banner img {
  display: block;
}

/*other-main*/
.other-main {
  padding-top: 45px;
  padding-bottom: 45px;
}

/*public-title*/
.public-title {
  text-align: center;
  margin-bottom: 35px;
}
.public-title .title-ch {
  font-size: 32px;
  line-height: 36px;
  color: #272727;
  margin-bottom: 5px;
}
.public-title .title-en {
  line-height: 24px;
  color: #bfbfbf;
  /*text-transform: uppercase;*/
}

/*page*/
.page {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.page a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border: 1px solid #dedede;
  font-size: 14px;
  color: #424242;
  padding: 0 12px;
  margin: 3px 2px;
  border-radius: 2px;
}
.page a:hover, .page a.current {
  background: #18b2ab;
  border: 1px solid #18b2ab;
  color: #FFFFFF;
}

/*-------------------------  module  --------------------------*/
.mod-01 .box-s {
  background-color: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
  margin-bottom: 35px;
}
.mod-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.mod-01 .box-img {
  overflow: hidden;
}
.mod-01 .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-01 .box-cont {
  padding: 25px;
}
.mod-01 .box-cont .box-title {
  display: block;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  color: #18b2ab;
  margin-bottom: 8px;
}
.mod-01 .box-cont .box-group {
  min-height: 90px;
}
.mod-01 .box-cont .box-group .row {
  margin-left: -5px;
  margin-right: -5px;
}
.mod-01 .box-cont .box-group .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.mod-01 .box-cont .box-group .a-s {
  display: block;
  background: url("../images/img-10.png") no-repeat left center;
  font-size: 16px;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  padding-left: 15px;
}
.mod-01 .box-cont .box-group .a-s:hover {
  background: url("../images/img-11.png") no-repeat left center;
  color: #18b2ab;
}

.mod-02 .box-s {
  background-color: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
  margin-bottom: 25px;
  overflow: hidden;
}
.mod-02 .box-s .row {
  margin-left: 0;
  margin-right: 0;
}
.mod-02 .box-s .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.mod-02 .box-s .box-img {
  overflow: hidden;
  border-right: 1px solid #f2f2f2;
}
.mod-02 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-02 .box-s .box-info {
  padding: 15px 20px;
}
.mod-02 .box-s .box-info .box-title {
  display: block;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  color: #1f1f1f;
  margin-bottom: 10px;
}
.mod-02 .box-s .box-info .box-txt {
  font-size: 14px;
  line-height: 22px;
  color: #808080;
  text-align: justify;
}
.mod-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.mod-02 .box-s:hover .box-info .box-title {
  color: #18b2ab;
}

.mod-03 .m-title {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #8a8a8a;
}
.mod-03 .m-title h1 {
  font-size: 30px;
  line-height: 38px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 20px;
}
.mod-03 .m-title .title-txt {
  float: left;
}
.mod-03 .m-title .title-share {
  float: right;
  line-height: 26px;
}
.mod-03 .box-main {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  text-align: justify;
}

.other-page {
  border-top: 1px solid #dfdfdf;
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.other-page .page-r {
  text-align: right;
}
.other-page a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}
.other-page a:hover {
  color: #18b2ab;
}

.mod-04 .box-s {
  background-color: #ffffff;
  margin-bottom: 35px;
}
.mod-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.mod-04 .box-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.mod-04 .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-04 .box-title {
  display: block;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  color: #18b2ab;
  margin-bottom: 8px;
}
.mod-04 .box-group {
  margin-bottom: 10px;
}
.mod-04 .box-group .txt-s {
  display: block;
  background: url("../images/img-10.png") no-repeat 0 7px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  padding-left: 15px;
}
.mod-04 .box-more {
  display: inline-block;
  background: url("../images/img-18.png") no-repeat right center;
  padding-right: 25px;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  color: #18b2ab;
}

.news-list .new-box .main {
  border-bottom: 1px dotted #dadada;
  overflow: hidden;
  vertical-align: bottom;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-list .new-box .main .date-s .date {
  background: url("../images/img-19.png") no-repeat right 0 top 25px;
  padding-top: 15px;
}
.news-list .new-box .main .date-s .date .box-01 {
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  color: #333333;
  margin-bottom: 20px;
}
.news-list .new-box .main .date-s .date .box-02 {
  font-size: 34px;
  line-height: 40px;
  color: #454545;
}
.news-list .new-box .main .date-s .date .box-02 span:nth-child(2) {
  color: #18b2ab;
}
.news-list .new-box .main .info-s {
  color: #737373;
  line-height: 22px;
  font-size: 14px;
}
.news-list .new-box .main .info-s .title {
  display: block;
  color: #404040;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
  margin-bottom: 6px;
}
.news-list .new-box .main .img-s img {
  width: 100%;
  border-radius: 5px;
}
.news-list .new-box:hover {
  background: #f8f8f8;
}
.news-list .new-box:hover .main .date-s .date {
  background: url("../images/img-19.png") no-repeat right 0 top 25px;
}
.news-list .new-box:hover .main .date-s .date .box-01 {
  color: #18b2ab;
}
.news-list .new-box:hover .main .date-s .date .box-02 {
  color: #18b2ab;
}
.news-list .new-box:hover .main .date-s .date .box-02 span {
  color: #18b2ab;
}
.news-list .new-box:hover .main .date-s .a-more {
  background: url("../images/img-14.png") no-repeat center center;
}
.news-list .new-box:hover .main .info-s .title {
  color: #18b2ab;
}

.recr-details .box-01 {
  color: #0e0e0e;
  font-size: 16px;
  line-height: 30px;
}
.recr-details .box-01 .title {
  background: url("../images/img-22.png") no-repeat left bottom;
  display: inline-block;
  line-height: 30px;
  padding-bottom: 15px;
  font-size: 22px;
  margin-bottom: 10px;
}
.recr-details .box-01 .go-back {
  display: inline-block;
  font-size: 18px;
  color: #363636;
  margin-top: 15px;
  margin-bottom: 30px;
  background: #fff;
  width: 130px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: solid 1px #dcdcdc;
}
.recr-details .box-01 .go-back:hover {
  border-color: #18b2ab;
  color: #18b2ab;
}
.recr-details .box-02 {
  padding: 11% 9%;
  background: url("../images/img-23.png") no-repeat 12% 10% #f4f7f9;
  color: #a2a2a2;
  font-size: 18px;
  line-height: 1.5;
}
.recr-details .box-02 span {
  display: block;
  color: #18b2ab;
}
.recr-details .box-02 span.s-1 {
  font-size: 26px;
}
.recr-details .right-box {
  color: #666666;
  font-size: 14px;
  line-height: 32px;
}
.recr-details .right-box .title {
  background: url("../images/img-24.png") no-repeat left center #ffffff;
  font-size: 18px;
  color: #131313;
  padding-left: 15px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
}
.recr-details .right-box .box-txt {
  margin-bottom: 25px;
}
.recr-details .right-info {
  position: relative;
  padding-right: 230px;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  min-height: 50px;
  font-weight: bold;
}
.recr-details .right-info .title-share {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #8a8a8a;
}

/* index */
.index-box {
  margin-bottom: 3%;
}

.index-box-01 {
  background-color: #f2f2f2;
  padding-top: 3%;
  padding-bottom: 3%;
}
.index-box-01 .box-s {
  height: 180px;
  border-radius: 5px;
  display: flex;
  padding: 20px 25px;
  align-items: center;
  color: #ffffff;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all .7s;
}
.index-box-01 .box-s:hover {
  margin-top: -25px;
}
.index-box-01 .box-s .box-info {
  width: 195px;
}
.index-box-01 .box-s .box-title {
  display: block;
  font-size: 22px;
  line-height: 32px;
  height: 32px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.index-box-01 .box-s .box-txt {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #ffffff;
  margin-bottom: 10px;
}
.index-box-01 .box-s .box-more {
  display: block;
  background: url("../images/img-25.png") no-repeat;
  width: 18px;
  height: 18px;
}
.index-box-01 .box-s.box-01 {
  background-color: #22b5af;
}
.index-box-01 .box-s.box-02 {
  background: url("../images/img-27.png") no-repeat top center;
  background-size: cover;
}
.index-box-01 .box-s.box-03 {
  background: url("../images/img-28.png") no-repeat top center;
  background-size: cover;
}

.index-title {
  overflow: hidden;
  margin-bottom: 35px;
}
.index-title .title-l {
  color: #bfbfbf;
  text-transform: uppercase;
  float: left;
}
.index-title .title-l span {
  font-size: 32px;
  color: #272727;
  margin-right: 5px;
}
.index-title .title-more {
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
  margin-top: 14px;
  float: right;
}
.index-title .title-more:hover {
  color: #18b2ab;
}

.index-box-02 .box-left .box-img {
  overflow: hidden;
}
.index-box-02 .box-left .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.index-box-02 .box-left .box-cont {
  background-color: #edf3f6;
  padding: 35px 30px;
}
.index-box-02 .box-left .box-cont .box-title {
  display: block;
  font-size: 18px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #18b2ab;
  margin-bottom: 15px;
}
.index-box-02 .box-left .box-cont .box-txt {
  font-size: 14px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  color: #808080;
  margin-bottom: 15px;
  text-align: justify;
}
.index-box-02 .box-left .box-cont .box-more {
  width: 96px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: solid 1px #7fd9d5;
  font-size: 14px;
  color: #18b2ab;
  display: block;
}
.index-box-02 .box-left .box-cont .box-more:hover {
  background-color: #18b2ab;
  color: #fff;
}
.index-box-02 .box-right .box-s {
  margin-bottom: 30px;
}
.index-box-02 .box-right .box-s:last-child {
  margin-bottom: 0;
}
.index-box-02 .box-right .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  color: #333333;
  margin-bottom: 10px;
}
.index-box-02 .box-right .box-s .box-title:hover {
  color: #18b2ab;
}
.index-box-02 .box-right .box-s .box-txt {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  color: #8c8c8c;
}

.index-box-03 .box-left .box-s {
  padding: 30px;
  min-height: 300px;
  margin-bottom: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
}
.index-box-03 .box-left .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.index-box-03 .box-left .box-s .box-info {
  padding-top: 30px;
}
.index-box-03 .box-left .box-s .box-info .box-title {
  display: block;
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  margin-bottom: 10px;
}
.index-box-03 .box-left .box-s .box-info .box-txt {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  color: #ffffff;
  margin-bottom: 15px;
}
.index-box-03 .box-left .box-s .box-info .box-more {
  display: block;
  background: url("../images/img-37.png") no-repeat;
  width: 30px;
  height: 30px;
}
.index-box-03 .box-left .box-s.box-02 .box-info .box-title {
  color: #43648a;
}
.index-box-03 .box-left .box-s.box-02 .box-info .box-txt {
  color: #417dc5;
}
.index-box-03 .box-left .box-s.box-02 .box-info .box-more {
  background: url("../images/img-35.png") no-repeat;
}
.index-box-03 .box-left .box-s:hover .box-img img {
  /*transform: scale(1.1);*/
}
.index-box-03 .product-focus .box-s {
  position: relative;
}
.index-box-03 .product-focus .box-s .box-img {
  display: block;
  overflow: hidden;
}
.index-box-03 .product-focus .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.index-box-03 .product-focus .box-s .box-info {
  position: absolute;
  bottom: 10px;
  right: 20px;
  left: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
.index-box-03 .product-focus .box-s .box-info .box-title, .index-box-03 .product-focus .box-s .box-info .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-box-03 .product-focus .box-s .box-info .box-title {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #fff;
  height: 30px;
}
.index-box-03 .product-focus .box-s .box-info .box-txt {
  height: 22px;
  overflow: hidden;
  margin-bottom: 10px;
}
.index-box-03 .product-focus .box-s .box-info .box-more {
  display: block;
  background: url("../images/img-37.png") no-repeat;
  width: 30px;
  height: 30px;
}
.index-box-03 .product-focus .box-s:hover .box-img img {
  /*transform: scale(1.05);*/
}
.index-box-03 .product-focus .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  z-index: 99;
  width: 100%;
}
.index-box-03 .product-focus .owl-nav button {
  width: 62px;
  height: 62px;
  margin-top: -31px;
  position: absolute;
}
.index-box-03 .product-focus .owl-nav button.owl-prev {
  background: url("../images/img-38.png") no-repeat;
  left: 10px;
}
.index-box-03 .product-focus .owl-nav button.owl-prev:hover {
  background: url("../images/img-38-h.png") no-repeat;
}
.index-box-03 .product-focus .owl-nav button.owl-next {
  background: url("../images/img-39.png") no-repeat;
  right: 10px;
}
.index-box-03 .product-focus .owl-nav button.owl-next:hover {
  background: url("../images/img-39-h.png") no-repeat;
}

.index-box-04 .index-title {
  margin-bottom: 11px;
}
.index-box-04 .row {
  margin-left: -12px;
  margin-right: -12px;
}
.index-box-04 .row .box-w {
  padding-left: 12px;
  padding-right: 12px;
}
.index-box-04 .box-s {
  border: solid 1px #e5e5e5;
  overflow: hidden;
  margin-top: 24px;
}
.index-box-04 .box-s img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.index-box-04 .box-s:hover img {
  transform: scale(1.1);
}

.index-box-05 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.index-box-05 .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.index-box-05 .box-s {
  padding: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
  transition: all .7s;
}
.index-box-05 .box-s.box-01 {
  background-image: url("../images/img-32.png");
}
.index-box-05 .box-s.box-02 {
  background-image: url("../images/img-33.png");
}
.index-box-05 .box-s:hover {
  background-size: 120% 120%;
}
.index-box-05 .box-s .box-img img {
  display: block;
}
.index-box-05 .box-s .box-info {
  padding-top: 20px;
  padding-bottom: 20px;
}
.index-box-05 .box-s .box-info .box-num {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 10px;
}
.index-box-05 .box-s .box-info .box-title {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  height: 56px;
  overflow: hidden;
  margin-bottom: 20px;
}
.index-box-05 .box-s .box-info .box-more {
  width: 96px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: solid 1px #fff;
  font-size: 14px;
  color: #fff;
  display: block;
}
.index-box-05 .box-s .box-info .box-more:hover {
  background-color: #fff;
  color: #18b2ab;
}

.float-box {
  position: fixed;
  z-index: 999;
  right: 0px;
  top: 250px;
}
.float-box a {
  display: block;
  width: 75px;
  height: 75px;
  margin-bottom: 1px;
  text-align: center;
  background-color: #24b6af;
}
.float-box a span {
  display: block;
}
.float-box a .a-icon {
  padding-top: 10px;
}
.float-box a .a-icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.float-box a .a-title {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}
.float-box a:hover {
  background-color: #1ba5cc;
}

.mod-05 {
  margin-bottom: 30px;
}
.mod-05 .sear-box {
  position: relative;
  margin-bottom: 10px;
}
.mod-05 .sear-box .s-inp {
  width: 100%;
  height: 45px;
  line-height: 42px;
  padding: 0 90px 0 15px;
  background-color: #ffffff;
  border: solid 1px #18b2ab;
  font-size: 14px;
}
.mod-05 .sear-box .s-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/img-49.png") no-repeat;
  width: 80px;
  height: 45px;
  border: none;
  font-size: 16px;
  color: #fff;
}
.mod-05 .hot-key {
  font-size: 14px;
  line-height: 30px;
}
.mod-05 .hot-key span {
  display: inline-block;
  color: #999;
}
.mod-05 .hot-key a {
  color: #666666;
  margin-right: 15px;
  display: inline-block;
}
.mod-05 .hot-key a:hover {
  color: #18b2ab;
}

.mod-06 .m-title {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.mod-06 .m-title span {
  font-weight: bold;
}
.mod-06 .m-title .col-01 {
  color: #18b2ab;
}
.mod-06 .m-title .col-02 {
  color: #f8823e;
}
.mod-06 .box-s {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 15px;
  padding-bottom: 15px;
}
.mod-06 .box-s .box-title {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 10px;
}
.mod-06 .box-s .box-txt {
  font-size: 14px;
  line-height: 22px;
  color: #737373;
}

.mod-07 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mod-07 .box-cont {
  background: url("../images/img-50.png") no-repeat left top;
  padding-left: 145px;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  min-height: 150px;
}
.mod-07 .box-cont .box-title {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.mod-07 .box-cont .box-title span {
  font-weight: bold;
}
.mod-07 .box-cont .box-title .col-01 {
  color: #18b2ab;
}
.mod-07 .box-cont .box-title .col-02 {
  color: #f8823e;
  text-decoration: underline;
}

.mod-08 .box-s {
  background-color: #ffffff;
  box-shadow: 0 0 14px rgba(94, 94, 94, 0.17);
  padding: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #808080;
  margin-bottom: 25px;
}
.mod-08 .box-s .box-title {
  position: relative;
  height: 34px;
  line-height: 34px;
  padding-right: 80px;
  font-size: 18px;
  margin-bottom: 10px;
}
.mod-08 .box-s .box-title .box-l {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #18b2ab;
}
.mod-08 .box-s .box-title .bor-r {
  position: absolute;
  right: 0;
  top: 0;
  color: #f08200;
}
.mod-08 .box-s:hover {
  box-shadow: 0 0 14px rgba(24, 178, 171, 0.25);
}

.mod-09 .box-s {
  border-bottom: 1px dotted #bdbdbd;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.mod-09 .box-s .box-img img {
  display: block;
  width: 100%;
}
.mod-09 .box-s .box-info .box-title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #404040;
  margin-bottom: 15px;
}
.mod-09 .box-s .box-info .box-txt {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 20px;
}
.mod-09 .box-s .box-info .box-down {
  display: inline-block;
  color: #f7aa14;
  font-size: 14px;
  line-height: 26px;
}
.mod-09 .box-s:hover .box-info .box-title {
  color: #18b2ab;
}

.contact-us .box-map {
  border: 1px solid #d3d3d3;
  padding: 2px;
  background: #ffffff;
  margin-bottom: 30px;
}
.contact-us .box-map img {
  display: block;
  width: 100%;
}
.contact-us .box-top {
  padding-right: 200px;
  min-height: 150px;
}
.contact-us .box-cont {
  position: relative;
  padding-bottom: 20px;
  /*border-bottom: 1px solid #e5e5e5;*/
  margin-bottom: 20px;
}
.contact-us .box-cont:last-child {
  margin-bottom: 0;
}
.contact-us .box-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
  color: #333333;
}
.contact-us .box-s {
  min-height: 32px;
  line-height: 32px;
  padding-left: 30px;
  color: #595959;
  font-size: 16px;
}
.contact-us .box-s .icon {
  position: absolute;
  margin-left: -32px;
}
.contact-us .erwm-box {
  width: 154px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.contact-us .erwm-box .title {
  width: 40px;
  background: #f5f5f5;
  height: 114px;
  padding: 20px 12px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
}
.contact-us .erwm-box .img-s {
  border: 1px solid #d8d8d9;
  padding: 8px;
  height: 114px;
  width: 114px;
}
.contact-us .erwm-box .img-s img {
  display: block;
}
.contact-us .box-groups .box-01 {
  font-size: 16px;
  line-height: 36px;
  color: #595959;
  border-right: 1px solid #e5e5e5;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mod-10 .box-cont {
  margin-left: 0;
  margin-right: 0;
}
.mod-10 .box-cont .box-w {
  padding-left: 0;
  padding-right: 0;
}
.mod-10 .box-info {
  background: url("../images/img-59.png") no-repeat left top #f6f8fa;
  background-size: cover;
  height: 558px;
  overflow: hidden;
  padding: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #4d4d4d;
  text-align: justify;
}
.mod-10 .box-img img {
  display: block;
  width: 100%;
}

.mod-11 .box-img img {
  display: block;
  width: 100%;
}
.mod-11 .box-info {
  font-size: 16px;
  line-height: 52px;
  color: #595959;
}
.mod-11 .box-info span {
  color: #24b6af;
}

.mod-12 .box-history {
  background: url("../images/img-67.png") no-repeat center center;
}
.mod-12 .box-history .box-list {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background: url("../images/img-66.png") repeat-y top center;
}
.mod-12 .box-history .box-warp {
  width: 51%;
  box-sizing: border-box;
}
.mod-12 .box-history .box-warp:first-child.box-l {
  background: url("../images/img-64.png") no-repeat right 3px top 2px;
}
.mod-12 .box-history .box-warp:first-child.box-l .box-s .box-title {
  color: #f7aa14;
}
.mod-12 .box-history .box-warp.box-l {
  background: url("../images/img-65.png") no-repeat right 3px top 2px;
  padding-right: 45px;
  float: left;
}
.mod-12 .box-history .box-warp.box-l .box-s {
  background: url("../images/img-62.png") no-repeat right 0 top 5px;
  padding-right: 70px;
  text-align: right;
}
.mod-12 .box-history .box-warp.box-r {
  background: url("../images/img-65.png") no-repeat left 3px top 2px;
  padding-left: 45px;
  float: right;
}
.mod-12 .box-history .box-warp.box-r .box-s {
  background: url("../images/img-63.png") no-repeat left 0 top 5px;
  padding-left: 70px;
}
.mod-12 .box-history .box-s .box-title {
  font-size: 22px;
  line-height: 28px;
  color: #18b2ab;
  margin-bottom: 10px;
}
.mod-12 .box-history .box-s .box-txt {
  font-size: 16px;
  line-height: 24px;
  color: #737373;
}

.mod-13 .box-s {
  margin-bottom: 20px;
}
.mod-13 .box-s .box-img {
  overflow: hidden;
  margin-bottom: 10px;
}
.mod-13 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-13 .box-s .box-title {
  display: block;
  font-size: 20px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  color: #404040;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
.mod-13 .box-s .box-txt {
  font-size: 14px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  color: #8c8c8c;
}
.mod-13 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.mod-13 .box-s:hover .box-title {
  color: #18b2ab;
}

.mod-14 .m-title {
  background: url("../images/img-68.png") repeat-x left bottom;
  margin-bottom: 20px;
}
.mod-14 .m-title a {
  float: left;
  height: 60px;
  line-height: 58px;
  border-bottom: 3px solid transparent;
  margin-right: 30px;
  font-size: 20px;
  color: #404040;
}
.mod-14 .m-title a:last-child {
  margin-right: 0;
}
.mod-14 .m-title a.current {
  color: #18b2ab;
  border-bottom-color: #18b2ab;
}
.mod-14 .box-title {
  font-size: 16px;
  line-height: 32px;
  color: #18b2ab;
}
.mod-14 .box-cont {
  font-size: 14px;
  line-height: 26px;
  color: #737373;
  text-align: justify;
}
.mod-14 .box-cont > div {
  display: none;
}

.mod-15 .m-title {
  font-size: 24px;
  line-height: 38px;
  padding-bottom: 10px;
  color: #18b2ab;
  border-bottom: 3px solid #e5e5e5;
  margin-bottom: 30px;
}
.mod-15 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.mod-15 .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.mod-15 .box-s {
  background-color: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
  margin-bottom: 30px;
}
.mod-15 .box-s .box-img {
  overflow: hidden;
}
.mod-15 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-15 .box-s .box-cont {
  padding: 20px;
}
.mod-15 .box-s .box-cont .box-title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #18b2ab;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.mod-15 .box-s .box-cont .box-txt {
  font-size: 14px;
  line-height: 22px;
  height: 40px;
  overflow: hidden;
  color: #737373;
}

.product-banner {
  padding-top: 190px;
  padding-bottom: 60px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-banner .box-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-banner .box-info {
  padding-top: 30px;
}
.product-banner .box-info .box-title {
  font-size: 24px;
  line-height: 30px;
  color: #18b2ab;
  margin-bottom: 15px;
}
.product-banner .box-info .box-txt {
  font-size: 14px;
  line-height: 30px;
  color: #595959;
  margin-bottom: 20px;
  text-align: justify;
}
.product-banner .box-info .box-more {
  width: 124px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  border: solid 1px #7fd9d5;
  font-size: 14px;
  color: #18b2ab;
  display: block;
}
.product-banner .box-info .box-more:hover {
  background-color: #18b2ab;
  color: #fff;
}

.product-menu {
  margin-top: -60px;
  position: relative;
  z-index: 99;
}
.product-menu .box-group {
  background-color: #18b2ab;
}
.product-menu .box-group a {
  float: left;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 18px;
  display: block;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.product-menu .box-group a.current {
  background-color: #f7aa14;
}

.mod-16 {
  background-color: #ffffff;
}
.mod-16 .box-cont {
  padding: 5%;
}
.mod-16 .box-logo {
  margin-bottom: 25px;
}
.mod-16 .box-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mod-16 .box-title {
  text-align: center;
  font-size: 28px;
  line-height: 38px;
  color: #1f1f1f;
  margin-bottom: 15px;
}
.mod-16 .box-txt {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  text-align: justify;
}

.mod-17 {
  background-color: #f7f7f7;
  padding-top: 3%;
  padding-bottom: 3%;
}
.mod-17.bg-02 {
  background-color: #e9eff4;
}
.mod-17 .m-title {
  border-bottom: 1px solid #d9d9d9;
  line-height: 56px;
  font-size: 24px;
  color: #18b2ab;
  margin-bottom: 30px;
}
.mod-17 .box-group-01 .box-s {
  margin-bottom: 30px;
}
.mod-17 .box-group-01 .box-s .box-title {
  background: url("../images/img-75.png") no-repeat top left;
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.mod-17 .box-group-01 .box-s .box-a .a-s {
  display: block;
  font-size: 14px;
  line-height: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #666666;
  background: url("../images/img-74.png") no-repeat 0 14px;
  padding-left: 20px;
}
.mod-17 .box-group-02 .box-s {
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  background: url("../images/img-74.png") no-repeat left center;
  padding-left: 20px;
  padding-right: 40px;
  position: relative;
}
.mod-17 .box-group-02 .box-s .a-1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
}
.mod-17 .box-group-02 .box-s .a-2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  width: 38px;
  line-height: 38px;
  background: url("../images/img-76.png") no-repeat center center;
}
.mod-17 .box-group-02 .box-s:hover .a-1 {
  color: #18b2ab;
}
.mod-17 .box-group-03 .box-left {
  margin-bottom: 30px;
}
.mod-17 .box-group-03 .box-left .box-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.mod-17 .box-group-03 .box-left .box-img img {
  display: block;
  width: 100%;
}
.mod-17 .box-group-03 .box-left .box-title {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 10px;
}
.mod-17 .box-group-03 .box-left .box-txt {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
.mod-17 .box-group-03 .box-list {
  overflow: hidden;
}
.mod-17 .box-group-03 .box-list .a-s {
  display: block;
  font-size: 14px;
  line-height: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #666666;
  background: url("../images/img-74.png") no-repeat 0 14px;
  padding-left: 20px;
}

.mCSB_dragger_bar {
  background-color: #18b2ab !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

.content_1, .content_2 {
  height: 600px;
}

.up-box-mc {
  position: fixed;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.up-box {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 510px;
  height: 615px;
  margin: -275px 0 0 -255px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  overflow: hidden;
  display: none;
}
.up-box .box-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.up-box .box-title {
  background: url("../images/img-83.png") no-repeat center center;
  text-align: center;
  font-size: 22px;
  color: #404040;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top: 35px;
}
.up-box .form-cont {
  padding-left: 65px;
  padding-right: 65px;
}
.up-box .form-cont label {
  line-height: 44px;
  font-size: 14px;
  color: #333333;
  float: left;
}
.up-box .form-cont label span {
  color: #f00;
  font-weight: bold;
  margin-right: 5px;
  width: 10px;
}
.up-box .form-cont .inp-s {
  width: 280px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #c9c9c9;
  padding: 0 10px;
}
.up-box .form-cont .txt-s {
  width: 280px;
  height: 130px;
  line-height: 34px;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #c9c9c9;
  padding: 0 10px;
}
.up-box .form-cont .form-group {
  margin-bottom: 10px;
}
.up-box .form-cont .form-group .form-s {
  float: right;
}
.up-box .form-cont .btn-s {
  width: 100%;
  height: 46px;
  line-height: 46px;
  display: block;
  box-sizing: border-box;
  background-color: #2fb9e0;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  border: none;
  font-weight: bold;
}

.box-erwm {
  position: relative;
}
.box-erwm .erwm-img {
  position: absolute;
  padding: 8px;
  border-radius: 5px;
  width: 136px;
  height: 136px;
  right: 80px;
  top: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  background: #fff;
  display: none;
}
.box-erwm .erwm-img img {
  display: block;
  width: 120px;
  height: 120px;
}

.box-tel {
  position: relative;
}
.box-tel .tel-num {
  position: absolute;
  padding: 0 8px;
  border-radius: 5px;
  width: 230px;
  text-align: center;
  height: 75px;
  right: 80px;
  top: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  background: #fff;
  line-height: 75px;
  font-size: 18px;
  color: #333;
  display: none;
}
.box-tel .tel-num img {
  display: block;
  width: 100px;
  height: 100px;
}

/*# sourceMappingURL=style.css.map */
