body {
  font-family: "Microsoft YaHei", sans-serif;
  overflow-x: hidden;
  height: 100%;
}
a {
  text-decoration: none!important;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.mobile-con {
  display: none;
}
.header .header-top {
  height: 80px;
  background: url("../images/header-bg_02.jpg") repeat-x;
}
.header .header-top .container {
  position: relative;
}
.header .header-top .logo {
  float: left;
}
.header .header-top .logo img {

}
.header .header-top .contact {
  margin-top: 44px;
  float: left;
  margin-left: 24%;
}
.header .header-top .contact p {
  font-size: 14px;
  padding: 4px 0 4px 33px;
}
.header .header-top .contact p:nth-child(1) {
  background: url("../images/icon_03.png") no-repeat left center;
}
.header .header-top .contact p:nth-child(2) {
  background: url("../images/icon_06.png") no-repeat left center;
  color: #249aa8;
  text-decoration: underline;
}
.header .header-top .rt {
  float: right;
}
.header .header-top .rt .link {
  margin-top: 35px;
color:#249aa8;font-size:16px;
}
.header .header-top .rt .link a {
  display: inline-block;
  transition: 0.1s;
  padding:0 8px;
color:#249aa8;
}
.header .header-top .rt .link a.active{color:#000;}
.header .header-top .rt .link a:hover {
  transform: translate(0, -4px);
}
.header .header-top .rt .search {
  margin-top: 17px;
}
.header .header-top .rt .search .txt {
  width: 210px;
  height: 30px;
  padding: 0 10px;
  border: none;
  box-shadow: 0 0 10px #e1e2e3;
}
.header .header-top .rt .search .submit {
  width: 20px;
  height: 30px;
  background: url("../images/search-btn_03.png") no-repeat center;
  border: none;
  float: right;
  margin-left: 8px;
}
.header .header-bot {
  height: 55px;
  background: #249aa8;
  clear: both;
}
.header .header-bot .container {
  height:55px;
}
.header .header-bot .pc-nav {
  clear: both;
}
.header .header-bot .pc-nav li {
  float: left;
  text-align: center;
  position: relative;
  color: #127a86;
  height: 55px;
  width: 167px;
  margin-top: -10px;
  /*
        :after{position: absolute; width: 0;height: 3px;left:50%;top:34px;content: '';transform: translateX(-50%) translateY(0%) ;background-color:#33c4bd;transition:width .3s; }
        */

  /*  &:hover{:after{width: 100%;}}*/

}
.header .header-bot .pc-nav li:hover a {
  background: #127a86;
  border-bottom: 2px solid #ffc764;
}
.header .header-bot .pc-nav li >a {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  width: 97%;
  border-bottom: 2px solid #249aa8;
  text-align: center;
  color: #fff;
  font-size: 18px;
    text-transform: uppercase;
}

.header .header-bot .pc-nav li .ul1 li a{    text-transform: unset;  font-size: 12px;}
.header .header-bot .pc-nav .active a {
  background: #127a86;
  border-bottom: 2px solid #ffc764;
}
@media (max-width: 1450px) {
  .header .header-top .logo {
    margin-left: 0px;
  }
}
@media (max-width: 1200px) {
  .header .header-top .contact {
    margin-left: 10%;
  }
  .header .header-bot .pc-nav li {
    width: 127px;
  }
}
@media (max-width: 992px) {
  .header .header-top .contact {
    display: none;
  }
  .header .header-bot .pc-nav li {
    width: 100px;
  }
}
.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-brand > img {
  width: 45%;
  margin: 3% 0 1% 3%;
}
.header .mobile-con .nivo-directionNav {
  display: none;
}
.header .mobile-con .box .nivo-controlNav {
  margin-left: -16px;
  bottom: -6px;
}
.header .mobile-con .nivo-controlNav a {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}
.header .mobile-con .navbar-toggle {
  margin-top: 11px;
}
.header .mobile-con .language {
  display: inline-block;
  position: relative;
  margin: 24px 12px 0 0;
  float: right;
  color: #666;
}
.header .mobile-con .language a {
  font-size: 14px;
  padding: 0px 6px;
  color: #666;
}
.header .mobile-con .language a:hover {
  color: #249aa8;
}
.header .mobile-con .language .active {
  color: #249aa8;
}
/*mobile-header*/
@media (max-width: 768px) {
  .pc-con {
    display: none!important;
  }
  .mobile-con {
    display: block!important;
  }
}
/*main*/
.main {
  clear: both;
}
.main .glyphicon-chevron-left:before {
  content: "";
}
.main .glyphicon-chevron-right:before {
  content: "";
}
.main .glyphicon-chevron-left {
  width: 62px;
  height: 63px;
  background: url("../images/prev_03.png") no-repeat center;
}
.main .glyphicon-chevron-right {
  width: 62px;
  height: 63px;
  background: url("../images/next_03.png") no-repeat center;
}
.main .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 4px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
.main .carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background-color: #249aa8;
  border-color: #249aa8;
}
@media (max-width: 768px) {
  .main {
    margin-top: 55px;
  }
  .main .glyphicon-chevron-left{display: none;}
  .main .glyphicon-chevron-right{display: none;}
}
.main .ad-box .top-banner {
  width: 100%;
  position: relative;
}
.main .ad-box img {
  width: 100%;
}
.main .ad-box .swiper-pagination {
  position: absolute;
  bottom: 10px;
  z-index: 99;
}
.main .ad-box .swiper-pagination-bullet {
  background: #235db0;
}
.main .main-top {
  background: url("../images/main-top.jpg") repeat-y center top;
}
.main .main-top .lf {
  padding-top: 86px;
  padding-left: 4%;
}
.main .main-top .lf .txt h6 {
  font-size: 20px;
  color: #249aa8;
  text-transform: uppercase;
}
.main .main-top .lf .txt span {
  display: block;
  font-size: 14px;
  color: #249aa8;
  margin: 10px 0;
}
.main .main-top .lf .txt p {
  font-size: 14px;
  color: #555;
  line-height: 26px;
}
.main .main-top .lf .txt a {
  display: inline-block;
  font-size: 14px;
  color: #249aa8;
  padding-right: 32px;
  background: url("../images/arrow_03.png") no-repeat right center;
}
.main .main-top .rt {
  padding-top: 60px;
}
.main .main-top .rt li {
  text-align: center;
  float: left;
  margin: 0 2.5% 0 2.5%;
  transition: 0.1s;
}
.main .main-top .rt li:last-child{margin-right:0;}
.main .main-top .rt li a {
  display: block;
}
.main .main-top .rt li:hover {
  margin-top: -8px;
}
.main .main-top .rt li p {
  font-size: 18px;
  color: #000;
  margin-top: 16px;
}
.main .main-top .img-box {
  width: 93.33333333%;
  padding: 2.232% ;

  text-align: center;
  margin: 0px auto 30px;
}
.main .main-top .img-box .list {
  padding: 0 10px;
}
.main .main-top .img-box .list:hover .txt {
  background: #249aa8;
}
.main .main-top .img-box img {
  width: 100%;
}
.main .main-top .img-box .txt {
  transition: 0.3s;
  height: 98px;
  background: #999;
}
.main .main-top .img-box .txt p {
  word-break: break-all;
  margin: 0 auto ;
  padding-top: 20px;
  line-height: 26px;
  color: #fff;
  width: 80%;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .main .main-top {
    background: url("../images/main-top.jpg") repeat-y center top;
  }
  .main .main-top .rt li {
    margin: 0 2%;
  }
}
@media (max-width: 992px) {
  .main .main-top {
    background: url("../images/main-top.jpg") repeat-y center top;
  }
  .main .main-top .lf {
    padding-top: 46px;
  }
  .main .main-top .rt {
    padding-top: 34px;
    text-align: center;
  }
  .main .main-top .rt li {
    float: none;
    display: inline-block;
  }
  .main .main-top .img-box {
    margin: 10px auto ;
  }
}
@media (max-width: 768px) {
  .main .main-top {
    background: url("../images/main-top.jpg") repeat-y center top;
  }
  .main .main-top .rt {
    padding-top: 34px;
    text-align: center;
  }
  .main .main-top .rt ul {
    padding: 0;
  }
  .main .main-top .rt li {
    margin: 0 1%;
    float: none;
    display: inline-block;
    width: 30%;
  }
  .main .main-top .rt li img {
    width: 100%;
  }
  .main .main-top .rt li p {
    font-size: 14px;
  }
  .main .main-top .img-box {
    width: 93.33333333%;
    padding: 2.232% ;
    background: #f5f5f5;
    text-align: center;
    margin: 10px auto ;
  }
  .main .main-top .img-box .list {
    padding: 0 10px;
    margin-top: 10px;
  }
  .main .main-top .img-box .list:hover .txt {
    background: #249aa8;
  }
  .main .main-top .img-box .txt {
    transition: 0.3s;
    height: 80px;
    background: #999;
  }
  .main .main-top .img-box .txt p {
    word-break: break-all;
    margin: 0 auto ;
    padding-top: 10px;
    line-height: 26px;
    color: #fff;
    width: 80%;
    font-size: 14px;
    text-transform: uppercase;
  }
}
.main .main-con {
  background: url("../images/main-con-bg_02.jpg") repeat-y center top;
}
.main .main-con .product .pro-top {
  height: 85px;
  background: #249aa8;
  line-height: 85px;
}
.main .main-con .product .pro-top .link {
  margin-left: 315px;
}
.main .main-con .product .pro-top .link a {
  font-size: 18px;
  color: #fff;
  padding: 4px 0 4px 50px;
  display: inline-block;
  margin-right: 50px;
}
.main .main-con .product .pro-top .link a:nth-child(1) {
  background: url("../images/icon2_03.png") no-repeat left center;
}
.main .main-con .product .pro-top .link a:nth-child(2) {
  background: url("../images/icon2_05.png") no-repeat left center;
}
.main .main-con .product .pro-con .lf {
  text-align: center;
}
.main .main-con .product .pro-con .lf .tit img {
  max-width: 100%;
}
.main .main-con .product .pro-con .lf .link li {
  border: 1px solid #eee;
  width: 217px;
  height: 44px;
  line-height: 44px;
  text-align: left;
  margin: 15px auto 0;
}
.main .main-con .product .pro-con .lf .link li:hover {
  border-color: #249aa8;
  background: #249aa8;
}
.main .main-con .product .pro-con .lf .link li:hover a {
  color: #ffffff;
}
.main .main-con .product .pro-con .lf .link li a {
  display: block;
  color: #000;
  padding-left: 55px;
  font-size: 13px;
}
.main .main-con .product .pro-con .lf .link .active {
  border-color: #249aa8;
  background: #249aa8;
}
.main .main-con .product .pro-con .lf .link .active a {
  color: #ffffff;
}
.main .main-con .product .pro-con .lf .link li:nth-child(1) a {
  background: url("../images/icon1_3_03.png") no-repeat 12px center;
}
.main .main-con .product .pro-con .lf .link li:nth-child(2) a {
  background: url("../images/icon3_05.png") no-repeat 12px center;
}
.main .main-con .product .pro-con .lf .link li:nth-child(3) a {
  background: url("../images/icon3_07.png") no-repeat 12px center;
}
.main .main-con .product .pro-con .lf .link li:nth-child(4) a {
  background: url("../images/icon3_09.png") no-repeat 12px center;
}
.main .main-con .product .pro-con .lf .link li:nth-child(1):hover a {
  background: url("../images/icon3_03.png") no-repeat 12px center;
}
.main .main-con .product .pro-con .lf .link li:nth-child(2):hover a {
  background: url("../images/icon4_05.png") no-repeat 12px center;
}
.main .main-con .product .pro-con .lf .link li:nth-child(3):hover a {
  background: url("../images/icon4_07.png") no-repeat 12px center;
}
.main .main-con .product .pro-con .lf .link li:nth-child(4):hover a {
  background: url("../images/icon4_09.png") no-repeat 12px center;
}
.main .main-con .product .pro-con .lf .baby {
  text-align: center;
  margin-top: 38px;
}
.main .main-con .product .pro-con .lf .baby img {
  max-width: 100%;
}
.main .main-con .product .pro-con .rt .rt-tit {
  height: 80px;
  line-height: 80px;
}
.main .main-con .product .pro-con .rt .rt-tit h6 {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: #249aa8;
  font-weight: 600;
  padding-left: 44px;
  background: url("../images/pro-lit_03.jpg") no-repeat left center;
}
.main .main-con .product .pro-con .rt .rt-tit h6 span {
  color: #585858;
}
.main .main-con .product .pro-con .rt .rt-tit a {
  font-size: 14px;
  color: #249aa8;
  display: inline-block;
  padding-right: 15px;
  float: right;
  background: url("../images/pro-lit_06.jpg") no-repeat right center;
}
.main .main-con .product .pro-con .rt .rt-con .list {
  text-align: center;
}
.main .main-con .product .pro-con .rt .rt-con .list img {
  border-radius: 4px;
  width: 100%;
  border: 1px solid #ebebeb;
}
.main .main-con .product .pro-con .rt .rt-con .list p {
  font-size: 16px;
  color: #868686;
  margin: 14px 0;
}
.main .main-con .product .pro-con .rt .rt-con .list span {
  display: inline-block;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .main .main-con .product .pro-top .link {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .main .main-con .product .pro-top {
    height: 65px;
    background: #249aa8;
    line-height: 65px;
  }
  .main .main-con .product .pro-top .link {
    margin-left: 0px;
  }
  .main .main-con .product .pro-top .link a {
    font-size: 13px;
    color: #fff;
    padding: 4px 0 4px 32px;
    display: inline-block;
    margin-right: 0px;
  }
  .main .main-con .product .pro-con .rt .rt-tit {
    height: auto;
    line-height: 40px;
  }
  .main .main-con .product .pro-con .rt .rt-tit h6 {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #249aa8;
    font-weight: 600;
  }
  .main .main-con .product .pro-con .rt .rt-tit a {
    font-size: 14px;
    color: #249aa8;
    display: inline-block;
    padding-right: 15px;
    float: none;
  }
  .main .main-con .product .pro-con .rt .rt-con .list p {
    font-size: 13px;
    color: #868686;
    margin: 10px 0;
    height: 30px;
  }
  .main .main-con .product .pro-con .rt .rt-con .list span {
    display: none;
  }
}
.main .main-con .tab-box .slideTxtBox .hd {
  height: 70px;
  line-height: 70px;
  background: #249aa8;
}
.main .main-con .tab-box .slideTxtBox .hd ul li {
  float: left;
  width: 315px;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  background: url("../images/tab-lit_03.png") no-repeat 45px center;
  padding-left: 80px;
}
.main .main-con .tab-box .slideTxtBox .hd a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  float: right;
  padding-right: 17px;
  margin-right: 70px;
  background: url("../images/pro-lit_06.jpg") no-repeat right center;
}
.main .main-con .tab-box .slideTxtBox .hd ul li.on {
  background: #107986 url("../images/tab-lit_03.png") no-repeat 45px center;
}
.main .main-con .tab-box .slideTxtBox .bd li .team-show {
  position: relative;
  width: 92%;
  margin: 0 auto;
}
.main .main-con .tab-box .slideTxtBox .bd li .show-container {
  background: #fff;
  padding: 60px 0 40px;
}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-slide {
  text-align: center;
  padding-bottom: 16px;
  background: url("../images/tab-list_03.jpg") no-repeat center bottom;
}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-slide:hover span {
  color: #fff;
  background: #249aa8 url("../images/arrow3_03.png") no-repeat 22px center;
}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-slide .box {
  border: 1px solid #e1e1e1;
}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-slide .index_honor img{}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-slide img {
  border-radius: 54px;
  margin-top: -27px;
}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-slide p {
  font-size: 16px;
  color: #333;
  margin: 20px 0;
}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-slide span {
  color: #505050;
  display: inline-block;
  width: 168px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e1e1e1;
  text-align: left;
  padding-left: 50px;
  font-size: 13px;
  background: url("../images/arrow2_03.png") no-repeat 22px center;
  margin-bottom: 22px;
}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-button-prev2 {
  background-image: url("../images/btn_03.jpg");
  width: 42px;
  height: 70px;
  position: absolute;
  top: 100px;
  left: -50px;
  z-index: 99;
  cursor: pointer;
}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-button-next2 {
  background-image: url("../images/btn_05.jpg");
  width: 42px;
  height: 70px;
  position: absolute;
  top: 100px;
  right: -50px;
  z-index: 99;
  cursor: pointer;
}
.main .main-con .tab-box .slideTxtBox .bd li .team-show2 {
  margin: 14px 0;
}
.main .main-con .tab-box .slideTxtBox .bd li .show-container2 {
  overflow: hidden;
  background: #fff;
  padding: 14px 0;
}
@media (max-width: 768px) {
  .main .main-con .tab-box .slideTxtBox .bd li {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .main .main-con .tab-box .slideTxtBox .hd {
    height: 50px;
    line-height: 50px;
    background: #249aa8;
  }
  .main .main-con .tab-box .slideTxtBox .hd ul li {
    float: left;
    width: 215px;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    background: none;
    padding-left: 40px;
  }
  .main .main-con .tab-box .slideTxtBox .hd ul li.on {
    background: #107986;
  }
}
@media (max-width: 768px) {
  .main .main-con .tab-box .slideTxtBox .hd {
    height: 50px;
    line-height: 50px;
    background: #249aa8;
  }
  .main .main-con .tab-box .slideTxtBox .hd ul li {
    width: 50%;
    font-size: 12px;
    padding-left: 8px;
  }
  .main .main-con .tab-box .slideTxtBox .hd a {
    display: none;
  }
  .main .main-con .tab-box .slideTxtBox .hd ul li.on {
    background: #107986;
  }
  .main .main-con .tab-box .slideTxtBox .bd li .team-show2 {
    margin: 14px 0;
  }
  .main .main-con .tab-box .slideTxtBox .bd li .show-container2 {
    overflow: hidden;
    background: #fff;
    padding: 34px 0 20px;
  }
  .main .main-con .tab-box .slideTxtBox .bd li .swiper-slide span {
    color: #505050;
    display: block;
    width: 80%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 22px;
  }
}
.main .main-con .main-bot .box {
  border-top: 1px solid #eee;
}
.main .main-con .main-bot .box .lf .news-tit {
  height: 70px;
  line-height: 70px;
}
.main .main-con .main-bot .box .lf .news-tit h6 {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: #249aa8;
  font-weight: 600;
  padding-left: 44px;
  background: url("../images/pro-lit_03.jpg") no-repeat left center;
}
.main .main-con .main-bot .box .lf .news-tit h6 span {
  color: #585858;
}
.main .main-con .main-bot .box .lf .news-tit a {
  font-size: 14px;
  color: #249aa8;
  display: inline-block;
  padding-right: 15px;
  float: right;
  background: url("../images/pro-lit_06.jpg") no-repeat right center;
}
.main .main-con .main-bot .box .lf .news-con li {
  margin-bottom: 14px;
}
.main .main-con .main-bot .box .lf .news-con li:hover .txt p {
  color: #249aa8;
}
.main .main-con .main-bot .box .lf .news-con .img {
  width: 28.5%;
  float: left;
}
.main .main-con .main-bot .box .lf .news-con .img img {
  width: 100%;
}
.main .main-con .main-bot .box .lf .news-con .txt {
  width: 65%;
  float: left;
  margin-left: 4%;
}
.main .main-con .main-bot .box .lf .news-con .txt h6 {
  text-decoration: underline;
  font-size: 14px;
  color: #249aa8;
  padding-left: 24px;
  background: url("../images/news-lit_03.jpg") no-repeat left center;
}
.main .main-con .main-bot .box .lf .news-con .txt p {
  font-size: 12px;
  color: #737373;
  line-height: 26px;
}
.main .main-con .main-bot .box .lf .news-con .txt p span {
  color: #249aa8;
}
.main .main-con .main-bot .box .rt .feedback-tit {
  height: 70px;
  line-height: 70px;
}
.main .main-con .main-bot .box .rt .feedback-tit h6 {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: #249aa8;
  font-weight: 600;
  padding-left: 44px;
  background: url("../images/pro-lit_03.jpg") no-repeat left center;
}
.main .main-con .main-bot .box .rt .feedback-tit h6 span {
  color: #585858;
}
.main .main-con .main-bot .box .rt .feedback-con p {
  font-size: 12px;
  color: #737373;
  line-height: 27px;
}
.main .main-con .main-bot .box .rt .feedback-con .form-box {
  padding: 10px;
  background: #249aa8;
  border-radius: 8px;
}
.main .main-con .main-bot .box .rt .feedback-con .form-box .one li:nth-child(1) {
  float: left;
  width: 48%;
}
.main .main-con .main-bot .box .rt .feedback-con .form-box .one li:nth-child(2) {
  float: right;
  width: 48%;
}
.main .main-con .main-bot .box .rt .feedback-con .form-box .txt {
  border-radius: 3px;
  padding: 0 8px;
  width: 100%;
  font-size: 14px;
  color: #666;
  background: #fff;
  border: 1px solid #aab8c0;
  height: 35px;
}
.main .main-con .main-bot .box .rt .feedback-con .form-box textarea {
  height: 102px;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  background: #fff;
  border: 1px solid #aab8c0;
}
.main .main-con .main-bot .box .rt .feedback-con .form-box .submit {
  width: 119px;
  height: 37px;
  border: none;
  background: url("../images/submit_09.jpg") no-repeat center;
  border-radius: 4px;
}
.main .main-con .main-bot .box .rt .feedback-con .link {
  margin: 32px 0;
}
.main .main-con .main-bot .box .rt .feedback-con .link p {
  font-size: 16px;
  color: #000;
}
.main .main-con .main-bot .box .rt .feedback-con .link p a {
  display: inline-block;
  margin: 0 6px;
}
.main .main-con .main-bot .box .rt .feedback-con .link p a:hover {
  transform: translate(0, -3px);
}
@media (max-width: 992px) {
  .main .main-con .main-bot .box {
    border-top: 1px solid #eee;
  }
  .main .main-con .main-bot .box .lf .news-tit {
    height: 50px;
    line-height: 50px;
  }
  .main .main-con .main-bot .box .lf .news-tit h6 {
    font-size: 15px;
    padding-left: 4px;
    background: none;
  }
  .main .main-con .main-bot .box .lf .rt .feedback-tit {
    height: 50px;
    line-height: 50px;
  }
  .main .main-con .main-bot .box .lf .rt .feedback-tit h6 {
    font-size: 15px;
    padding-left: 4px;
    background: none;
  }
}
@media (max-width: 768px) {
  .main .main-con .main-bot .box {
    border-top: 1px solid #eee;
  }
  .main .main-con .main-bot .box .lf .news-tit {
    height: auto;
    line-height: 50px;
  }
  .main .main-con .main-bot .box .lf .news-tit h6 {
    display: block;
    font-size: 16px;
  }
  .main .main-con .main-bot .box .lf .news-tit a {
    display: inline-block;
    padding-right: 15px;
    float: none;
  }
  .main .main-con .main-bot .box .lf .news-con .img {
    width: 100%;
  }
  .main .main-con .main-bot .box .lf .news-con .txt {
    width: 100%;
    margin-left: 0%;
  }
  .main .main-con .main-bot .box .rt .feedback-tit {
    height: 50px;
    line-height: 50px;
  }
  .main .main-con .main-bot .box .rt .feedback-tit h6 {
    font-size: 16px;
  }
}
.footer-link {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.footer-link p {
  font-size: 16px;
  color: #000;
}
.footer-link a {
  padding: 0 4px;
  color: #000;
  font-size: 12px;
}
.footer-link a:hover {
  color: #249aa8;
}
.footer {
  padding-bottom: 40px;
}
.footer .footer-logo {
  width: 23.8%;
  margin-left: 3%;
  float: left;
}
.footer .footer-logo img {
  margin-top: 70px;
  max-width: 100%;
}
.footer .footer-logo p {
  margin-top: 20px;
  font-size: 19px;
  color: #249aa8;
}
.footer .list {
  width: 13.2%;
  float: left;
  margin-left: 3%;
}
.footer .list h6 {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  padding-top: 36px;
}
.footer .list a {
  line-height: 24px;
  display: block;
  font-size: 14px;
  color: #a3a3a3;
}
.footer .list a:hover {
  color: #249aa8;
}
.footer .footer-contact {
  width: 21%;
  float: left;
  margin-left: 1%;
  margin-top: 20px;
}
.footer .footer-contact li {
  padding: 8px 16px 8px 32px;
  background: #249aa8;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-top: 13px;
}
.footer .footer-contact li:nth-child(1) {
  background: #249aa8 url("../images/icon6_03.png") no-repeat 7px 10px;
}
.footer .footer-contact li:nth-child(2) {
  background: #249aa8 url("../images/icon6_05.png") no-repeat 7px 6px;
}
.footer .footer-contact li:nth-child(3) {
  background: #249aa8 url("../images/icon6_07.png") no-repeat 7px 6px;
}
@media (max-width: 768px) {
  .footer-con2 {
    display: block!important;
    text-align: center;
  }
  .footer-con2 .footer-logo2 {
    text-align: center;
  }
  .footer-con2 .footer-logo2 img {
    width: 60%;
    margin: 20px 0;
  }
  .footer-con2 .footer-logo2 p {
    font-size: 13px;
    color: #249aa8;
  }
  .footer-con2 h5 {
    background: #249aa8 url("../images/lit_07.png") no-repeat right center;
    background-position: right 26px top 28px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #aaa;
    padding: 18px 26px 18px 24px;
  }
  .footer-con2 .list-con {
    display: none;
  }
  .footer-con2 .list-con a {
    color: #333;
    margin: 0;
    background: #edf2f8;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
  }
  .footer-con2 .list-con a:hover {
    color: #249aa8;
  }
  .footer-con2 .list-con li {
    color: #333;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px 26px 12px 24px;
    background: #edf2f8;
  }
  .footer-con2 .copyright {
    text-align: center;
    background: #222;
  }
  .footer-con2 .copyright p {
    padding: 10px 14px;
    font-size: 13px;
    color: #ccc;
    margin: 0;
  }
  .footer-con2 .copyright p a {
    color: #cccccc;
  }
}
.footer-bot {
  background: #107986;
  line-height: 56px;
}
.footer-bot p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-bot a {
  color: #ffffff;
}
.footer-bot .lf {
  float: left;
  margin-left: 48px;
}
.footer-bot .rt {
  float: right;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .footer-bot {
    background: #107986;
    line-height: 46px;
  }
  .footer-bot p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
  }
  .footer-bot .lf {
    float: left;
    margin-left: 10px;
  }
  .footer-bot .rt {
    float: right;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .footer-bot {
    background: #107986;
    line-height: 24px;
    text-align: center;
    padding: 8px 0;
  }
  .footer-bot p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    display: block;
  }
  .footer-bot .lf {
    float: none;
    margin-left: 0px;
  }
  .footer-bot .rt {
    float: none;
    margin-right: 0px;
  }
}
/*ins-style*/
.ins-ad img {
  width: 100%;
}
.ins-nav {
  height: 82px;
  line-height: 82px;
  background: #249aa8;
}
.ins-nav p {
  float: right;
  font-size: 14px;
  color: #fff;
  background: url("../images/house_03.png") no-repeat left center;
  padding-left: 32px;
}
.ins-nav p a {
  color: #fff;
}
@media (max-width: 768px) {
  .ins-nav {
    height: auto;
    line-height: 50px;
  }
  .ins-nav p {
    float: left;
    margin-bottom: 0;
  }
}
.ins-main {
  background: url("../images/main-con-bg_02.jpg") repeat-y center top;
}
.ins-main .ins-product .pro-con .lf {
  text-align: center;
}
.ins-main .ins-product .pro-con .lf .tit {
  text-align: center;
  color: #249aa8;
  height: 179px;
  text-transform: uppercase;
  background: url("../images/lf-top_03.jpg") no-repeat center;
  margin-top: -95px;
}
.ins-main .ins-product .pro-con .lf .tit p {
  font-size: 22px;
  padding-top: 40px;
}
.ins-main .ins-product .pro-con .lf .tit h5 {
  font-size: 23px;
  font-weight: 900;
  margin-top: 22px;
}
.ins-main .ins-product .pro-con .lf .link li {
  border:1px solid #249aa8;
  width: 217px;

  line-height: 44px;
  text-align: left;
  margin: 15px auto 0;
}
.ins-main .ins-product .pro-con .lf .link li:hover {
  border-color: #249aa8;
  background: #249aa8;
}
.ins-main .ins-product .pro-con .lf .link li:hover a {
  color: #ffffff;
}
.ins-main .ins-product .pro-con .lf .link li a {
  display: block;
  color: #000;
  padding-left: 55px;
  font-size: 16px;
}

.ins-main .ins-product .pro-con .lf .link li .ul2{display:none;background:#127a86;}
.ins-main .ins-product .pro-con .lf .link li .ul2 li{border:none;line-height:30px;margin-top:5px;}
.ins-main .ins-product .pro-con .lf .link li .ul2 li a{background:none;color:#fff;}
.ins-main .ins-product .pro-con .lf .link li:hover .ul2 li a{background:none;}
.ins-main .ins-product .pro-con .lf .link .active {
  border-color: #249aa8;
  background: #249aa8;
}
.ins-main .ins-product .pro-con .lf .link .active a {
  color: #ffffff;
}


.ins-main .ins-product .pro-con .lf .baby {
  text-align: center;
  margin-top: 38px;
}
.ins-main .ins-product .pro-con .lf .baby img {
  max-width: 100%;
}
.ins-main .ins-product .pro-con .rt .rt-tit {
  height: 80px;
  line-height: 80px;
}
.ins-main .ins-product .pro-con .rt .rt-tit h6 {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: #249aa8;
  font-weight: 600;
  padding-left: 44px;
  background: url("../images/pro-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-product .pro-con .rt .rt-tit h6 span {
  color: #585858;
}
.ins-main .ins-product .pro-con .rt .rt-tit a {
  font-size: 14px;
  color: #249aa8;
  display: inline-block;
  padding-right: 15px;
  float: right;
  background: url("../images/pro-lit_06.jpg") no-repeat right center;
}
.ins-main .ins-product .pro-con .rt .rt-con .list {
  text-align: center;
}
.ins-main .ins-product .pro-con .rt .rt-con .list img {
  border-radius: 4px;
  width: 100%;
  border: 1px solid #ebebeb;
}
.ins-main .ins-product .pro-con .rt .rt-con .list p {
  font-size: 16px;
  color: #868686;
  margin: 14px 0;
}
.ins-main .ins-product .pro-con .rt .rt-con .list span {
  display: inline-block;
  margin-bottom: 14px;
}
.ins-main .ins-product .pro-con .rt .rt-con2 .txt p {
  font-size: 14px;
  color: #333;
  line-height: 32px;
}
.ins-main .ins-product .pro-con .rt .rt-con2 .map {
  margin: 50px 0;
}
.ins-main .ins-product .pro-con .rt .rt-con2 .map img {
  max-width: 100%;
}
.ins-main .ins-product .pro-con .rt .rt-con3 li {
  margin-bottom: 20px;
  border:1px dotted  #CCCCCC;
  padding:10px;
  background-color:#fbfbfb;
}

.news-date {
    width: 100px;
    height: 100px;
    border-radius: 25%;
    background: #249aa8;
    color: #fff;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding-top: 25px;
	float: left !important;
}

.news-date span {
    font-size: 45px;
}

.ins-main .ins-product .pro-con .rt .rt-con3 li:hover .txt p {
  color: #249aa8;
}
.ins-main .ins-product .pro-con .rt .rt-con3 .img-box {
  width: 26%;
  float: left;
}
.ins-main .ins-product .pro-con .rt .rt-con3 .img-box img {
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}
.ins-main .ins-product .pro-con .rt .rt-con3 .txt {
  width: 85%;
  float: right;
}
.ins-main .ins-product .pro-con .rt .rt-con3 .txt h6 {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.ins-main .ins-product .pro-con .rt .rt-con3 .txt p {
  font-size: 12px;
  color: #666;
  line-height: 24px;
}
.ins-main .ins-product .pro-con .rt .rt-con3 .txt span {
  display: block;
  font-size: 14px;
  color: #249aa8;
}
@media (max-width: 768px) {
  .ins-main .ins-product .pro-con .lf .tit {
    margin-top: 10px;
  }
  .ins-main .ins-product .pro-con .rt .rt-tit {
    height: auto;
    line-height: 40px;
  }
  .ins-main .ins-product .pro-con .rt .rt-tit h6 {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #249aa8;
    font-weight: 600;
  }
  .ins-main .ins-product .pro-con .rt .rt-tit a {
    font-size: 14px;
    color: #249aa8;
    display: inline-block;
    padding-right: 15px;
    float: none;
  }
  .ins-main .ins-product .pro-con .rt .rt-con .list p {
    font-size: 13px;
    color: #868686;
    margin: 10px 0;
    height: 30px;
  }
  .ins-main .ins-product .pro-con .rt .rt-con .list span {
    display: none;
  }
  .ins-main .ins-product .pro-con .rt .rt-con3 .img-box {
    width: 100%;
  }
  .ins-main .ins-product .pro-con .rt .rt-con3 .txt {
    width: 100%;
  }
}
.ins-main .ins-introduction .pro-con .lf {
  text-align: center;
}
.ins-main .ins-introduction .pro-con .lf .tit {
  text-align: center;
  color: #249aa8;
  height: 179px;
  text-transform: uppercase;
  background: url("../images/lf-top_03.jpg") no-repeat center;
  margin-top: -95px;
}
.ins-main .ins-introduction .pro-con .lf .tit p {
  font-size: 22px;
  padding-top: 40px;
}
.ins-main .ins-introduction .pro-con .lf .tit h5 {
  font-size: 23px;
  font-weight: 900;
  margin-top: 22px;
}
.ins-main .ins-introduction .pro-con .lf .link li {
  border: 1px solid #249aa8;
  width: 217px;
  height: 44px;
  line-height: 44px;
  text-align: left;
  margin: 15px auto 0;
}
.ins-main .ins-introduction .pro-con .lf .link li:hover {
  border-color: #249aa8;
  background: #249aa8;
}
.ins-main .ins-introduction .pro-con .lf .link li:hover a {
  color: #ffffff;
}
.ins-main .ins-introduction .pro-con .lf .link li a {
  display: block;
  color: #000;
  padding-left: 55px;
  font-size: 16px;
}
.ins-main .ins-introduction .pro-con .lf .link .active {
  border-color: #249aa8;
  background: #249aa8;
}
.ins-main .ins-introduction .pro-con .lf .link .active a {
  color: #ffffff;
}



.ins-main .ins-introduction .pro-con .lf .baby {
  text-align: center;
  margin-top: 38px;
}
.ins-main .ins-introduction .pro-con .lf .baby img {
  max-width: 100%;
}
.ins-main .ins-introduction .pro-con .rt .rt-tit {
  height: 80px;
  line-height: 80px;
}
.ins-main .ins-introduction .pro-con .rt .rt-tit h6 {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: #249aa8;
  font-weight: 600;
  padding-left: 44px;
  background: url("../images/pro-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-introduction .pro-con .rt .rt-tit h6 span {
  color: #585858;
}
.ins-main .ins-introduction .pro-con .rt .rt-tit a {
  font-size: 14px;
  color: #249aa8;
  display: inline-block;
  padding-right: 15px;
  float: right;
  background: url("../images/pro-lit_06.jpg") no-repeat right center;
}
.ins-main .ins-introduction .pro-con .rt .rt-con .img-box {
  margin: 0px 0 20px;
}
.ins-main .ins-introduction .pro-con .rt .rt-con .img-box img {
  width: 100%;
}
.ins-main .ins-introduction .pro-con .rt .rt-con .txt p {
  font-size: 14px;
  color: #525252;
  line-height: 24px;
}
.ins-main .ins-news-detail {
  padding: 0 0 22px 0;
}
.ins-main .ins-news-detail .ins-news-detail-tit {
  text-align: center;
}
.ins-main .ins-news-detail .ins-news-detail-tit h6 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding: 24px 0;
  border-bottom: 1px dashed #ccc;
}
.ins-main .ins-news-detail .ins-news-detail-tit p {
  color: #999;
  font-size: 12px;
  margin: 14px 0;
}
.ins-main .ins-news-detail .ins-news-detail-con p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin: 30px 0;
}
.ins-main .ins-news-detail .detail-link p {
  color: #666;
}
.ins-main .ins-news-detail .detail-link a {
  color: #333;
  margin-left: 14px;
}
.ins-main .ins-news-detail .detail-link a:hover {
  color: #249aa8;
}
.ins-main .pro-detail .lf {
  width: 47%;
  float: left;
}
.ins-main .pro-detail .lf img {
  width: 100%;
  border: 1px solid #eaeaea;
}
.ins-main .pro-detail .rt {
  width: 50%;
  padding-left: 3%;
  float: left;
    background: #02ABC5;
    color: #fff;
min-height:364px;
}
.ins-main .pro-detail .rt .txt h6 {
  font-size: 18px;
  color: #45213f;
  font-weight: 300;
}
.ins-main .pro-detail .rt .txt p {
  margin-top: 15px;
  font-size: 14px;
  color: #8d8d8d;
}
.ins-main .pro-detail .rt .txt p span {
  float: right;
}
.ins-main .pro-detail .rt .txt:nth-child(2) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .ins-main .pro-detail {
    background: none;
    padding: 0;
  }
  .ins-main .pro-detail .lf {
    width: 96%;
    margin: 0 auto;
  }
  .ins-main .pro-detail .lf img {
    width: 100%;
    border: 1px solid #eaeaea;
  }
  .ins-main .pro-detail .rt {
    width: 96%;
    padding-left: 0;
    margin: 0 auto;
  }
  .ins-main .pro-detail .rt .txt h6 {
    font-size: 18px;
    color: #45213f;
    font-weight: 300;
  }
  .ins-main .pro-detail .rt .txt p {
    line-height: 28px;
    margin: 0;
    font-size: 14px;
    color: #8d8d8d;
  }
  .ins-main .pro-detail .rt .txt p span {
    display: block;
    float: none;
  }
  .ins-main .pro-detail .rt .txt:nth-child(2) {
    margin-top: 30px;
  }
}
.ins-main .page-num {
  padding: 60px 0 50px;
  text-align: center;
}
.ins-main .page-num a {
  text-decoration: none;
  display: inline-block;
  color: #666;
  border: 1px solid #249aa8;
  padding: 0 15px;
  line-height: 30px;
  text-align: center;
  height: 30px;
  margin: 0 6px;
  font-size: 14px;
}
.ins-main .page-num a:hover {
  background: #249aa8;
  color: #fff;
}
.ins-main .page-num span {
  display: inline-block;
  background: #249aa8;
  border: 1px solid #249aa8;
   padding: 0 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 6px;
  color: #fff;
}

.logo_text{
    position: absolute;
    left: 50%;
    margin-left: -360px;
    top: 0px;
    color: #666;
}

@media (max-width: 768px) {
  .ins-main .page-num {
    padding: 20px 0 30px;
  }
.video{display:none;}
.logo_text{
    display:none;
}

}
.lead {
  width: 100%;
  clear: both;
  /*height: 78.6%;*/
  height: 900px;
  margin-bottom: 0;
}
.lead .box {
  width: 33.33333333333%;
  position: relative;
  height: 100%;
  float: left;
  transition: 0.5s ease-in-out;
}
.lead .box .txt {
  padding-top: 154px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition-delay: 1s ;
  transition: 3s;
}
.lead .box .txt .tit {
  text-align: center;
}
.lead .box .txt .tit h4 {
  text-transform: uppercase;
  font-size: 25px;
  color: #fff;
  padding: 110px 0 30px;
  margin: 0;
}
.lead .box .txt .tit h4 b {
  font-weight: 500;
  color: #249aa8;
}
.lead .box .txt .tit span {
  height: 2px;
  width: 55px;
  background: #fff;
  display: block;
  margin: 0 auto;
}
.lead .box .txt .more {
  text-align: center;
  margin-top: 30px;
  color: #fff;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.lead .box .txt .more p {
  font-size: 16px;
  padding: 50px 0 20px;
  background: url("../images/lead-tit_03.png") no-repeat center top;
}
.lead .box .txt .more span {
  display: inline-block;
  transition: 0.3s;
  height: 32px;
  line-height: 32px;
  width: 132px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 14px;
}
.lead .box .txt .more span:hover {
  background-color: #249aa8;
  border-color: #249aa8;
}

.lead-active {
  width: 46.8%;
}
.lead-active2 {
  width: 26.6%;
}
.leader-normal {
  width: 33.33333333333333%;
}
.bg-color {
  background: rgba(0, 0, 0, 0);
}
.selected {
  background: rgba(0, 0, 0, 0);
}

.ins-enquiry-con{margin-bottom: 30px;}
.ins-enquiry-con p {
  font-size: 16px;
  color: #676767;
  line-height: 24px;
  margin: 14px 0;
}
.ins-enquiry-con img {
  float: right;
  width: 582px;
  height: 257px;
}
.ins-enquiry-con .txt {
  margin: 6px 0;
  padding-left: 11px;
  width: 432px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ddd;
}
.ins-enquiry-con textarea {
  height: 154px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 11px;
}
.ins-enquiry-con .submit {
  width: 120px;
  height: 30px;
  color: #fff;
  background: #249aa8;
  font-size: 13px;
  font-weight: 600;
  border: none;
  margin-top: 16px;
}




.sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 53px;
  left: 0px;
  display: none;
    background: #127a86;
}
.sub-nav .ul1 {
  width: 162px;
  text-align: center;

}
.sub-nav .ul1 li {
  text-align: center;
width: 162px !important;
} 
.sub-nav .ul1 li a {
  padding: 4px 0;
  border-bottom: #ededed;
  font-size: 14px;
  width: 100%;
  height: 26px;
  line-height: 26px;
  display: block;
  color: #00a0e9;
}
.sub-nav .ul1 li a:hover {
  color: #fff;
  background: #00a0e9;
}


.page_about .col-md-6 p{    text-align: center;
    margin: 20px 0;}

.page_about img{max-width:100%;}
.page_product_info .col-md-2{height:30px;line-height:30px;text-align:center;    border: 1px solid #ccc;
    cursor: pointer;}
.page_product_info .bd{    clear: both;padding-top:20px;}
.page_product_info ul li.on{border-color: #249aa8;background: #249aa8;color:#fff;}
.page_product_info_content{line-height:23px;}

.page_about{line-height:25px;}
.main .main-con .product .pro-con .lf .baby a{display: block;}



.carousel-control {display:none;}
.index_product .tit{    position: absolute;
    top: -66px;
    left: 41px;}

.index_product .link{    margin-top: 111px;}
.swiper-button-next10{    background-image: url(../images/btn_05.jpg);
    width: 42px;
    height: 70px;
    position: absolute;
    top: 250px;
    right: 15px;
    z-index: 99;
    cursor: pointer;
}
.swiper-button-prev10{
    background-image: url(../images/btn_03.jpg);
    width: 42px;
    height: 70px;
    position: absolute;
    top: 250px;
    left: 15px;
    z-index: 99;
    cursor: pointer;
}

.index_honor_content{
    width: 60%;
    overflow: hidden;
    margin: 55px auto;
}

.index_honor_content .box{border-top:none !important;} 
.main-bot .rt{position: relative;}
.index_honor_content .box img{max-width:100%;}

.index_video img{    max-width: 100%;
    width: 70%;
    margin-left: 70px;}


.header .header-bot .sub-nav .ul1 li:hover a{color:#54C4D2;}







