@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei;
  line-height: 100%;
}
img {
  width: 100%;
  height: auto;
}
img.zd {
  width: auto;
}
a {
  text-decoration: none;
  color: #333;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #333;
}
a:active {
  text-decoration: none;
}
ul > li {
  list-style-type: none;
}
.col-lg-1-7,
.col-md-1-7,
.col-sm-1-7,
.col-xs-1-7 {
  width: 14.2857%;
}
@media (min-width: 768px) {
  html {
    font-size: 43.75%;
  }
  .cell-sm {
    display: table-cell !important;
  }
  .inline-sm {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 50%;
  }
  .cell-md {
    display: table-cell !important;
  }
  .inline-md {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
  .cell-lg {
    display: table-cell !important;
  }
  .inline-lg {
    display: inline !important;
  }
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.fn {
  float: none;
}
.noLi {
  list-style-type: none;
}
.f0 {
  font-size: 0px;
}
.f12 {
  font-size: 1.2rem;
}
.f14 {
  font-size: 1.4rem;
}
.f16 {
  font-size: 1.6rem;
}
.f18 {
  font-size: 1.8rem;
}
.f20 {
  font-size: 2rem;
}
.f22 {
  font-size: 2.2rem;
}
.f24 {
  font-size: 2.4rem;
}
.clear-fix {
  clear: both;
}
.container {
  padding: 0;
}
.top {
  background: #393939;
}
.top .container {
  color: #fff;
  font-size: 1.2rem;
  line-height: 250%;
}
nav.navbar {
  margin-bottom: 0;
  border-bottom: 0;
  z-index: 2;
}
nav.navbar > .navbar-header {
  float: none;
}
nav.navbar > .navbar-header > .container > .row {
  display: block;
  padding-top: 40px;
  padding-bottom: 20px;
}
nav.navbar > .navbar-header > .container > .row > .navbar-brand {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  height: auto;
}
nav.navbar > .navbar-header > .container > .row > .navbar-brand > a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
nav.navbar > .navbar-header > .container > .row > .navbar-phone {
  max-width: 187%;
  float: right;
}
nav.navbar > .navbar-collapse {
  background: #30b4e6;
}
nav.navbar > .navbar-collapse > .container > .row > ul {
  width: 100%;
}
nav.navbar > .navbar-collapse > .container > .row > ul > li {
  position: relative;
  text-align: center;
  width: 14.285%;
  padding: 12px 0;
}
nav.navbar > .navbar-collapse > .container > .row > ul > li > a {
  padding: 0;
  font-size: 1.6rem;
  font-family: Arial;
  color: #333;
  line-height: 26px;
  height: 26px;
  border-right: 1px dashed #fff;
}
nav.navbar > .navbar-collapse > .container > .row > ul > li > a span {
  font-size: 1.2rem;
}
nav.navbar > .navbar-collapse > .container > .row > ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
}
nav.navbar > .navbar-collapse > .container > .row > ul > li > ul > li {
  background: #b9dced;
  border-bottom: 1px solid #cae5f2;
  line-height: 45px;
  height: 45px;
  padding: 0 15px;
}
nav.navbar > .navbar-collapse > .container > .row > ul > li > ul > li a {
  color: #3a4b53;
  padding: 0 0px;
  text-align: left;
  display: block;
  line-height: 45px;
}
nav.navbar > .navbar-collapse > .container > .row > ul > li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #9fcbe0;
}
nav.navbar > .navbar-collapse > .container > .row > ul > li > ul > li ul li {
  line-height: 45px;
  height: 45px;
}
nav.navbar > .navbar-collapse > .container > .row > ul > li > ul > li ul li a {
  color: #3a4b53;
  padding: 0 30px;
}
nav.navbar > .navbar-collapse > .container > .row > ul > li > ul > li ul li:hover {
  background: #9fcbe0;
}
nav.navbar > .navbar-collapse > .container > .row > ul > li > ul > li ul li:hover a {
  background: url(../images/link.png) no-repeat right center;
}
nav.navbar > .navbar-collapse > .container > .row > ul > li > ul > li:hover {
  background: #9fcbe0;
}
nav.navbar > .navbar-collapse > .container > .row > ul > li > ul > li:hover > a {
  /* background: url(../images/link.png) no-repeat right center; */
}
nav.navbar > .navbar-collapse > .container > .row > ul > li > ul > li:last-child {
  border-bottom: 0;
}
nav.navbar > .navbar-collapse > .container > .row > ul > li:last-child > a {
  border-right: 0;
}
nav.navbar > .navbar-collapse > .container > .row > ul > li:hover > a {
  color: #fff;
  background: transparent;
}
nav.navbar > .navbar-collapse > .container > .row > ul > li.active {
  background: #fbb500;
}
nav.navbar > .navbar-collapse > .container > .row > ul > li.active > a {
  border-right: 0;
  color: #fff;
}
.path > .container {
  position: relative;
  font-size: 0;
  padding-left: 25px;
  border-bottom: 1px solid #f6f6f6;
  height: 40px;
}
.path > .container > span {
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 5px;
  font-size: 1.3rem;
  color: #9b9b9b;
}
.path > .container > span a {
  color: #9b9b9b;
}
.path > .container > span:first-child {
  padding-left: 25px;
  background: url(../images/home.png) no-repeat left center;
}
.se_new_box {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.se_new_box .new_box {
  float: left;
  margin-top: 10px;
}
.se_new_box .new_box dt {
  font-size: 1.4rem;
  padding-left: 25px;
  background: url(../images/trumpet.png) no-repeat left 5px center;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.se_new_box .new_box dd {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.se_new_box .new_box dd li {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.se_new_box .new_box dd a {
  color: #666;
  font-size: 1.4rem;
}
.se_new_box .search-box {
  max-width: 100%;
  width: 390px;
  height: 35px;
  font-size: 0;
  border-radius: 10px;
  border: 2px solid #30b4e6;
  float: right;
  overflow: hidden;
}
.se_new_box .search-box > button {
  display: inline-block;
  vertical-align: top;
  width: 49px;
  height: 31px;
  background: #30b4e6 url(../images/search.png) no-repeat center center;
  border: 0;
}
.se_new_box .search-box > button:focus {
  outline: 0;
}
.se_new_box .search-box > input {
  width: calc(100% - 49px);
  display: inline-block;
  vertical-align: top;
  height: 31px;
  line-height: 31px;
  padding: 0 10px;
  border: 0;
  font-size: 1.2rem;
  color: #ababab;
}
.se_new_box .search-box > input:focus {
  outline: 0;
}
.s_bd {
  width: 90px;
  height: 2px;
  background: #999;
  margin-top: 4%;
}
.page_box {
  overflow: auto;
}
.page_box .page {
  text-align: center;
  font-size: 0;
  min-width: 350px;
}
.page_box .page > span {
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 36px;
  font-size: 1.6rem;
  margin-right: 10px;
  border: 1px solid #dfdfdf;
  color: #fff;
  background-color: #30b4e6;
}
.page_box .page > a {
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 36px;
  font-size: 1.6rem;
  border: 1px solid #dfdfdf;
  margin-right: 10px;
  color: #333;
  background-color: #fff;
}
.page_box .page > a:first-child {
  width: auto;
  height: 36px;
  padding: 0 1%;
  margin-right: 20px;
  background: #fff url(../images/page_left.png) no-repeat center center;
}
.page_box .page > a:first-child:hover {
  background: #30b4e6 url(../images/page_left_h.png) no-repeat center center;
}
.page_box .page > a:last-child {
  width: auto;
  height: 36px;
  padding: 0 1%;
  margin-left: 10px;
  background: #fff url(../images/page_right.png) no-repeat center center;
}
.page_box .page > a:last-child:hover {
  background: #30b4e6 url(../images/page_right_h.png) no-repeat center center;
}
.page_box .page > a:hover {
  background-color: #30b4e6;
  color: #fff;
}
.pn {
  border: 1px dashed #999;
  height: 80px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}
.pn > div {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 0;
}
.pn > div.p {
  padding-left: 30px;
  border-right: 1px dashed #999;
}
.pn > div.p > a {
  display: block;
  padding-left: 38px;
  background: url(../images/show_59.png) no-repeat left center;
}
.pn > div.p > a > span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.pn > div.p > a > span:first-child {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}
.pn > div.p > a > span:last-child {
  font-size: 14px;
  color: #e60012;
}
.pn > div.n {
  padding-right: 30px;
}
.pn > div.n > a {
  display: block;
  padding-right: 38px;
  background: url(../images/show_62.png) no-repeat right center;
}
.pn > div.n > a > span {
  display: block;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.pn > div.n > a > span:first-child {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}
.pn > div.n > a > span:last-child {
  font-size: 14px;
  color: #e60012;
}
.pn > div:hover {
  background-color: #f5f6f8;
}
.pn2 {
  border: 1px solid #d0d0d0;
  overflow: hidden;
}
.pn2 > div {
  width: 50%;
  float: left;
  padding: 2.4%;
}
.pn2 > div span {
  display: block;
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.pn2 > div i {
  display: block;
  font-style: normal;
  font-size: 1.6rem;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.pn2 > div.prev {
  border-right: 1px solid #d0d0d0;
}
.pn2 > div:hover {
  border-left: 9px solid #30b4e6;
}
.my-map {
  width: 50%;
  height: 300px;
  margin: 0 auto;
  position: static;
}
.my-map img {
  width: auto !important;
}
.my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.my-map .icon-cir-red {
  background-position: -11px -5px;
}
.contents.index .c1 {
  margin-top: 6%;
}
.contents.index .c1 ul {
  overflow: hidden;
  margin-bottom: 0;
}
.contents.index .c1 ul li {
  width: 32.28%;
  height: 342.45px;
  margin-right: 1.28%;
  float: left;
}
.contents.index .c1 ul li a {
  display: block;
}
.contents.index .c1 ul li a img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.contents.index .c1 ul li a .txt {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 40px;
  background: #f7f7f7 url(../images/line01.png) no-repeat center bottom 18px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.contents.index .c1 ul li a .txt h1 {
  font-size: 2.2rem;
  color: #666;
  margin-top: 0;
  margin-bottom: 15px;
}
.contents.index .c1 ul li a .txt p {
  font-size: 1.4rem;
  color: #c0ebd4;
  line-height: 185%;
  margin-bottom: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.contents.index .c1 ul li:hover img {
  -webkit-transform: translateY(-45px);
      -ms-transform: translateY(-45px);
          transform: translateY(-45px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.contents.index .c1 ul li:hover a .txt {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  background-color: #30b4e6;
  background-image: url(../images/line02.png);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.contents.index .c1 ul li:hover a .txt h1 {
  color: #fff;
}
.contents.index .c1 ul li:hover a .txt p {
  height: 25px;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.contents.index .c1 ul li:last-child {
  margin-right: 0;
}
.contents.index .c2 {
  margin-top: 6%;
  padding-top: 3%;
  height: 525px;
  background: url(../images/index_40.jpg) no-repeat center center;
}
.contents.index .c2 .h {
  text-align: center;
  margin-bottom: 3%;
}
.contents.index .c2 .h img {
  width: auto;
}
.contents.index .c2 .b {
  position: relative;
}
.contents.index .c2 .b .pic {
  width: 44.44%;
}
.contents.index .c2 .b .txt {
  width: 54%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  padding: 4% 5%;
  margin-top: 1.2%;
}
.contents.index .c2 .b .txt p {
  font-size: 1.4rem;
  line-height: 180%;
  color: #666;
  margin-bottom: 2.5%;
}
.contents.index .c2 .b .txt a {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  padding-right: 2px;
  border-right-width: 2px;
  border-style: solid;
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contents.index .c2 .b .txt a:hover {
  opacity: 0.6;
}
.contents.index .c2 .b .txt a span {
  display: block;
  width: 134px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
}
.contents.index .c2 .b .txt a.more {
  border-color: #30b4e6;
}
.contents.index .c2 .b .txt a.more span {
  background-color: #30b4e6;
}
.contents.index .c2 .b .txt a.contact {
  border-color: #fbb500;
}
.contents.index .c2 .b .txt a.contact span {
  background-color: #fbb500;
}
.contents.about .t_con {
  padding-top: 2%;
  padding-bottom: 1.7%;
  border-bottom: 1px solid #f4f4f4;
}
.contents.about .t_con ul {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 0;
  text-align: center;
  font-size: 0px;
}
.contents.about .t_con ul li {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-right: 2px solid #c3c3c3;
}
.contents.about .t_con ul li a {
  font-size: 1.8rem;
  color: #666;
}
.contents.about .t_con ul li:hover a {
  color: #30b4e6;
}
.contents.about .t_con ul li.active a {
  font-weight: bold;
  color: #30b4e6;
}
.contents.about .t_con ul li:last-child {
  border-right: 0;
}
.contents.about1 .c1 {
  padding: 3.6% 0;
}
.contents.about1 .c1 p {
  font-size: 1.4rem;
  text-indent: 2.5rem;
  color: #666;
  line-height: 200%;
  margin-bottom: 2.5%;
}
.contents.about1 .c2 {
  background: #30b4e6;
}
.contents.about1 .c3 {
  padding: 3.6% 0;
}
.contents.about1 .c3 ul {
  width: 60%;
  float: left;
  margin-bottom: 0;
  padding-right: 5%;
}
.contents.about1 .c3 ul li {
  font-size: 0px;
  margin-bottom: 3%;
}
.contents.about1 .c3 ul li h1 {
  width: 140px;
  margin-right: 1px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 30px;
  height: 30px;
  background: #30b4e6;
  text-align: center;
  color: #fff;
  margin: 0;
}
.contents.about1 .c3 ul li p {
  width: calc(100% - 140px);
  display: inline-block;
  vertical-align: middle;
  background: #e8e8e8;
  line-height: 30px;
  height: 30px;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #222;
  padding-left: 5px;
}
.contents.about1 .c3 ul li:last-child {
  margin-bottom: 0;
}
.contents.about1 .c3 .pic {
  width: 40%;
  float: left;
}
.contents.about2 .c1 .view .swiper-container {
  padding: 10% 0;
  background: #fff;
}
.contents.about2 .c1 .view .swiper-container .swiper-slide .txt {
  width: 63%;
  float: left;
  padding-left: 6%;
  padding-right: 8%;
}
.contents.about2 .c1 .view .swiper-container .swiper-slide .txt h1 {
  font-size: 6rem;
  color: #30b4e6;
  margin: 0;
  border-right: 4px solid #30b4e6;
  margin-bottom: 20px;
}
.contents.about2 .c1 .view .swiper-container .swiper-slide .txt h1 sub {
  font-size: 2.4rem;
  bottom: 0;
}
.contents.about2 .c1 .view .swiper-container .swiper-slide .txt p {
  font-size: 1.4rem;
  color: #666;
}
.contents.about2 .c1 .view .swiper-container .swiper-slide .pic {
  width: 37%;
  float: left;
}
.contents.about2 .c1 .view .swiper-container .arrow-left,
.contents.about2 .c1 .view .swiper-container .arrow-right {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 54px;
  background-size: contain;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.contents.about2 .c1 .view .swiper-container .arrow-left {
  left: 0;
  background-image: url(../images/arrow_l_02.png);
}
.contents.about2 .c1 .view .swiper-container .arrow-left:hover {
  background-image: url(../images/arrow_l_01.png);
}
.contents.about2 .c1 .view .swiper-container .arrow-right {
  right: 0;
  background-image: url(../images/arrow_r_02.png);
}
.contents.about2 .c1 .view .swiper-container .arrow-right:hover {
  background-image: url(../images/arrow_r_01.png);
}
.contents.about2 .c1 .history {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10%;
  background: #fff url(../images/about2_22.jpg) repeat-x left 15px top 10px;
}
.contents.about2 .c1 .history .swiper-slide {
  cursor: pointer;
  height: 75px;
  text-align: center;
  background: transparent;
  float: none;
}
.contents.about2 .c1 .history .swiper-slide i {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 27px;
  background: url(../images/about2_15.jpg) no-repeat center top 5px;
  background-size: 13px 13px;
  font-size: 0px;
}
.contents.about2 .c1 .history .swiper-slide span {
  font-size: 2rem;
  color: #666;
  display: block;
  width: 90px;
  height: 35px;
  line-height: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  border-radius: 5px;
}
.contents.about2 .c1 .history .swiper-slide.active-nav i {
  width: 22px;
  height: 27px;
  background: url(../images/about2_09.jpg) no-repeat center center;
  margin-top: 0;
}
.contents.about2 .c1 .history .swiper-slide.active-nav span {
  background: #30b4e6;
  color: #fff;
}
.contents.about2 .c1 .history .arrow-left {
  position: absolute;
  top: 3px;
  left: 0;
  background: url(../images/about2_12.jpg) no-repeat left top;
  width: 15px;
  height: 15px;
}
.contents.about2 .c1 .history .arrow-right {
  position: absolute;
  top: 3px;
  right: 0;
  background: url(../images/about2_17.jpg) no-repeat right top;
  width: 15px;
  height: 15px;
}
.contents.about3 .c1 {
  padding: 4.2% 0;
}
.contents.about3 .c1 ul {
  overflow: hidden;
}
.contents.about3 .c1 ul li {
  width: 27.33%;
  margin-right: 9%;
  margin-bottom: 15px;
  font-size: 1.4rem;
  float: left;
}
.contents.about3 .c1 ul li p {
  text-align: center;
  font-size: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 7% 0;
  margin-bottom: 0;
}
.contents.about3 .c1 ul li:nth-child(3n) {
  margin-right: 0;
}
.contents.about4 .c1 {
  padding: 4.2% 0;
}
.contents.about4 .c1 .txt1 {
  position: relative;
  overflow: hidden;
}
.contents.about4 .c1 .txt1 .pic {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27%;
}
.contents.about4 .c1 .txt1 .box {
  width: 83%;
  padding: 3.5%;
  padding-left: 14%;
  background: #30b4e6;
  float: right;
  border-radius: 25px;
}
.contents.about4 .c1 .txt1 .box h1 {
  color: #fbb500;
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 3%;
}
.contents.about4 .c1 .txt1 .box p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 250%;
  text-indent: 2.5rem;
}
.contents.about4 .c1 .txt1 .box a {
  display: block;
  width: 180px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #30b4e6;
  font-size: 1.4rem;
  background: #fff;
  border-radius: 20px;
  margin-top: 3%;
}
.contents.about4 .c1 .txt2 {
  position: relative;
  overflow: hidden;
  margin-top: 7%;
}
.contents.about4 .c1 .txt2 .pic {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27%;
}
.contents.about4 .c1 .txt2 .box {
  width: 83%;
  padding: 3.5%;
  padding-right: 14%;
  background: #fbb500;
  float: left;
  border-radius: 25px;
}
.contents.about4 .c1 .txt2 .box h1 {
  color: #30b4e6;
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 3%;
  text-align: right;
}
.contents.about4 .c1 .txt2 .box p {
  font-size: 1.4rem;
  color: #333;
  line-height: 250%;
  text-indent: 2.5rem;
}
.contents.about4 .c1 .txt2 .box a {
  display: block;
  width: 180px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #333;
  font-size: 1.4rem;
  background: #fff;
  border-radius: 20px;
  margin-top: 3%;
  margin-right: 0;
  margin-left: auto;
}
.contents.about5 .c1 {
  padding: 3% 0;
}
.contents.about5 .c1 dl {
  margin-bottom: 0;
}
.contents.about5 .c1 dt {
  background: #30b4e6 url(../images/about5_03.jpg) no-repeat right 1.5% center;
  padding: 1.5%;
}
.contents.about5 .c1 dt h1 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  margin: 0;
  margin-bottom: 8px;
}
.contents.about5 .c1 dt h2 {
  font-size: 1.4rem;
  color: #fff;
  margin: 0;
}
.contents.about5 .c1 dd {
  overflow: hidden;
  padding: 5% 0;
  border-bottom: 1px solid #e5e5e5;
}
.contents.about5 .c1 dd .txt {
  width: 50%;
  float: left;
  padding-right: 2%;
}
.contents.about5 .c1 dd .txt h1 {
  padding: 3.5% 0;
  font-size: 2.5rem;
  font-weight: bold;
  color: #30b4e6;
  margin: 0;
  border-bottom: 1px dashed #f2f2f2;
}
.contents.about5 .c1 dd .txt p {
  font-size: 1.6rem;
  margin-bottom: 0;
  padding: 3.5% 0;
  border-bottom: 1px dashed #f2f2f2;
  padding-left: 60px;
  line-height: 120%;
}
.contents.about5 .c1 dd .txt p.phone {
  background: url(../images/phone2.png) no-repeat left 2px center;
}
.contents.about5 .c1 dd .txt p.mobile {
  background: url(../images/mobile.png) no-repeat left 6px center;
}
.contents.about5 .c1 dd .txt p.address {
  background: url(../images/address2.png) no-repeat left center;
}
.contents.about5 .c1 dd .my-map {
  float: left;
}
.contents.list .c1 {
  padding: 3% 0;
}
.contents.list .c1 ul {
  overflow: hidden;
}
.contents.list .c1 ul li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
  border: 1px solid #e9e9e9;
  float: left;
}
.contents.list .c1 ul li a {
  display: block;
  border-bottom: 1px solid #e9e9e9;
}
.contents.list .c1 ul li p {
  padding: 6%;
  margin-bottom: 0;
  font-size: 1.6rem;
  background: url(../images/open2.png) no-repeat right 5% center;
}
.contents.list .c1 ul li:nth-child(3n) {
  margin-right: 0;
}
.contents.list .c1 ul li:hover p {
  background-color: #30b4e6;
  color: #fff;
  background-image: url(../images/open.png);
}
.contents.show {
  padding: 3% 0;
}
.contents.show .c1 {
  overflow: hidden;
}
.contents.show .c1 .pic {
  width: 42.7%;
  border: 1px solid #e9e9e9;
  float: left;
}
.contents.show .c1 .txt {
  width: 57.3%;
  padding-left: 20px;
  float: left;
}
.contents.show .c1 .txt p{line-height:24px}
.contents.show .c1 .txt div{line-height:24px;/* color:#666 */font-family: "宋体";}
.contents.show .c1 .txt h1 {
  color: #fff;
  font-size: 2.4rem;
  height: 45px;
  line-height: 45px;
  background: #30b4e6;
  padding: 0 10px;
  margin: 0;
  margin-bottom: 5%;
}
.contents.show .c1 .txt dl {
  margin-bottom: 5%;
}
.contents.show .c1 .txt dl dt {
  font-size: 1.8rem;
  line-height: 200%;
  font-weight: normal;
}
.contents.show .c1 .txt dl dd {
  font-size: 1.4rem;
  color: #666;
  line-height: 200%;
}
.contents.show .c1 .txt img {
  width: auto;
  max-width: 100%;
}
.contents.show .pp {
  font-size: 0px;
  overflow: hidden;
  margin-top: 5%;
}
.contents.show .pp a {
  width: 50%;
  max-width: 340px;
  background: #f1f1f1;
  padding: 8px 5px;
}
.contents.show .pp a span {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  font-size: 1.4rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.contents.show .pp a span img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contents.show .pp a span.thumb {
  width: 30%;
  border: 1px solid #e9e9e9;
}
.contents.show .pp a:hover {
  background: #30b4e6;
  color: #fff;
}
.contents.show .pp a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.contents.show .pp a.prev {
  float: left;
}
.contents.show .pp a.next {
  float: right;
}
.contents.solution .c1,
.contents.news_list .c1 {
  padding: 3% 0;
}
.contents.solution .c1 ul,
.contents.news_list .c1 ul {
  overflow: hidden;
}
.contents.solution .c1 ul li,
.contents.news_list .c1 ul li {
  width: 30%;
  float: left;
  margin-right: 5%;
  margin-bottom: 5%;
  background: #30b4e6;
  text-align: center;
}
.contents.solution .c1 ul li p,
.contents.news_list .c1 ul li p {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 0;
  padding: 5% 15px;
}
.contents.solution .c1 ul li p span,
.contents.news_list .c1 ul li p span {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.contents.solution .c1 ul li p span:after,
.contents.news_list .c1 ul li p span:after {
  content: '';
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 90px;
  width: 25%;
  border-bottom: 2px solid #fff;
  margin-top: 12px;
}
.contents.solution .c1 ul li:nth-child(3n),
.contents.news_list .c1 ul li:nth-child(3n) {
  margin-right: 0;
}
.contents.case {
  padding: 3% 0;
}
.contents.case .c1 {
  width: 100%;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.contents.case .c1 .view {
  padding-left: 40px;
  padding-right: 40px;
}
.contents.case .c1 .view .swiper-slide {
  position: relative;
}
.contents.case .c1 .view .swiper-slide .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 28px;
  min-width: 300px;
  max-width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contents.case .c1 .view .swiper-slide .txt h1 {
  font-size: 2.4rem;
  margin: 0;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}
.contents.case .c1 .view .swiper-slide .txt p {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 0;
}
.contents.case .c1 .view .swiper-slide .txt p b {
  font-weight: normal;
  color: #30b4e6;
}
.contents.case .c1 .preview {
  position: relative;
  margin-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
}
.contents.case .c1 .preview .swiper-slide.active-nav {
  border: 3px solid #30b4e6;
}
.contents.case .c1 .preview .arrow-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: url(../images/arrow_l_02.png) no-repeat left center;
  background-size: 12px 21px;
}
.contents.case .c1 .preview .arrow-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: url(../images/arrow_r_02.png) no-repeat right center;
  background-size: 12px 21px;
}
.contents.jobs {
  padding: 3% 0;
}
.contents.jobs .c1 .wrap {
  overflow-x: auto;
}
.contents.jobs .c1 .wrap .panel-group {
  background: #f9f9fc;
  min-width: 600px;
}
.contents.jobs .c1 .wrap .panel-group .panel {
  border: 0;
  margin-top: 0;
}
.contents.jobs .c1 .wrap .panel-group .panel .panel-heading {
  background-color: #f9f9fc;
  padding: 0;
  border-radius: 0;
}
.contents.jobs .c1 .wrap .panel-group .panel .panel-heading .panel-title table {
  width: 100%;
  margin-bottom: 0;
}
.contents.jobs .c1 .wrap .panel-group .panel .panel-heading .panel-title table td {
  color: #333;
  text-align: center;
  width: 25%;
  vertical-align: middle;
  border-top: 0;
  font-size: 1.4rem;
  color: #666;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
.contents.jobs .c1 .wrap .panel-group .panel .panel-heading .panel-title table td:last-child {
  cursor: pointer;
  color: #30b4e6;
}
.contents.jobs .c1 .wrap .panel-group .panel .panel-heading .panel-title table td:last-child span {
  position: relative;
  padding-right: 30px;
}
.contents.jobs .c1 .wrap .panel-group .panel .panel-heading .panel-title table td:last-child span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2.5px;
  width: 0;
  height: 0;
  border-top: 5px solid #30b4e6;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.contents.jobs .c1 .wrap .panel-group .panel .panel-heading[aria-expanded="true"] .panel-title table td {
  border-left: 0;
  border-right: 0;
}
.contents.jobs .c1 .wrap .panel-group .panel .panel-heading[aria-expanded="true"] .panel-title table td:first-child {
  font-weight: bold;
  color: #30b4e6;
}
.contents.jobs .c1 .wrap .panel-group .panel .panel-heading[aria-expanded="true"] .panel-title table td:nth-child(2) {
  font-size: 0;
}
.contents.jobs .c1 .wrap .panel-group .panel .panel-heading[aria-expanded="true"] .panel-title table td:nth-child(3) {
  font-size: 0;
}
.contents.jobs .c1 .wrap .panel-group .panel .panel-heading[aria-expanded="true"] .panel-title table td:last-child span:after {
  border-top: 0;
  border-bottom: 5px solid #30b4e6;
}
.contents.jobs .c1 .wrap .panel-group .panel .panel-collapse .list-group {
  border-top: 0;
}
.contents.jobs .c1 .wrap .panel-group .panel .panel-collapse .list-group .list-group-item {
  padding: 0;
}
.contents.jobs .c1 .wrap .panel-group .panel .panel-collapse .b {
  padding: 2% 10%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f9f9fc;
}
.contents.jobs .c1 .wrap .panel-group .panel .panel-collapse .b p {
  font-size: 1.4rem;
  line-height: 200%;
  margin-bottom: 0;
}
.contents.jobs .c1 .wrap .panel-group .panel .panel-collapse .b a {
  display: block;
  background: #fbb500;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin-top: 3%;
}
.contents.jobs .c1 .wrap .panel-group .panel .panel-collapse .b a span {
  line-height: 40px;
  background: url(../images/jl.png) no-repeat left center;
  padding-left: 20px;
  color: #fff;
}
.contents.jobs .c1 .wrap .panel-group .panel .panel-collapse .b a:hover {
  opacity: 0.6;
}
.contents.jobs .c1 .wrap .panel-group .panel:first-child .panel-heading {
  background-color: #30b4e6;
}
.contents.jobs .c1 .wrap .panel-group .panel:first-child .panel-heading .panel-title table td {
  color: #fff;
  font-size: 1.6rem;
  border: 0;
  font-weight: bold;
}
.contents.jobs .c1 .wrap .panel-group .panel:first-child .panel-heading .panel-title table td > span {
  border-color: #fff;
}
.contents.news_show {
  padding: 3% 0;
}
.contents.news_show .c1 .h {
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
}
.contents.news_show .c1 .h h1 {
  font-size: 2rem;
  margin: 0;
  margin-bottom: 25px;
}
.contents.news_show .c1 .h p {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 25px;
}
.contents.news_show .c1 .b {
  text-align: center;
  padding-top: 3.4%;
  padding-bottom: 3.4%;
  margin-bottom: 4%;
}
.contents.news_show .c1 .b table{width:100%!important;}
.contents.news_show .c1 .b img {
  width: auto;
  max-width: 100%;
}
.contents.news_show .c1 .b p {
  font-size: 1.4rem;
  color: #666;
  line-height: 200%;
  text-indent: 2.5rem;
  text-align: left;
}
.contents.news_show .c1 .b .pn2 {
  margin-top: 6%;
  text-align: left;
}
.contents.news_show .c2 h1 {
  position: relative;
  font-size: 1.8rem;
  color: #30b4e6;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #f4f4f4;
  margin-top: 0;
  margin-bottom: 3.5%;
}
.contents.news_show .c2 h1 a {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.4rem;
  color: #666;
  font-weight: normal;
}
.contents.news_show .c2 ul {
  overflow: hidden;
  margin-bottom: 0;
}
.contents.news_show .c2 ul li {
  width: 30%;
  float: left;
  margin-right: 5%;
  background: #30b4e6;
  text-align: center;
}
.contents.news_show .c2 ul li p {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 0;
  padding: 5% 15px;
}
.contents.news_show .c2 ul li p span {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.contents.news_show .c2 ul li p span:after {
  content: '';
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 90px;
  width: 25%;
  border-bottom: 2px solid #fff;
  margin-top: 12px;
}
.contents.news_show .c2 ul li:nth-child(3n) {
  margin-right: 0;
}
.half_line {
  position: relative;
  width: 95px;
  height: 4px;
  background: #2e0f75;
}
.half_line > .half {
  position: absolute;
  left: 0;
  top: 0;
  width: 31.5%;
  height: 100%;
  background: #e60012;
}
.s_line {
  width: 40px;
  height: 4px;
  background: #30b4e6;
}
.s_line_02 {
  width: 100px;
  height: 4px;
  background: #e60012;
}
.layui-layer-imgtit {
  font-size: 1.4rem;
}
footer {
  background: #222;
  padding-top: 3%;
  padding-bottom: 2.5%;
}
footer .container .f1 {
  width: 60%;
  float: left;
  padding-right: 5%;
}
footer .container .f1 form {
  width: 100%;
  font-size: 0px;
}
footer .container .f1 form input {
  display: inline-block;
  vertical-align: middle;
  width: 47.5%;
  margin-right: 2.5%;
  height: 45px;
  padding: 8px;
  line-height: 25px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  border: 1px solid #bdbdbd;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.4);
}
footer .container .f1 form textarea {
  width: 97.5%;
  margin-right: 2.5%;
  font-size: 1.4rem;
  height: 135px;
  padding: 8px;
  line-height: 25px;
  border: 1px solid #bdbdbd;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 15px;
}
footer .container .f1 form button {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  padding-right: 2px;
  border-right-width: 2px;
  border-style: solid;
  border-color: #30b4e6;
  margin-right: 15px;
  background: transparent;
}
footer .container .f1 form button span {
  display: block;
  width: 134px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  background: #30b4e6;
}
footer .container .f1 form button:hover {
  opacity: 0.6;
}
footer .container .f2 {
  width: 40%;
  float: right;
  border-left: 1px solid #121212;
}
footer .container .f2 .box {
  border-left: 1px solid #3b3c40;
  padding-left: 12%;
}
footer .container .f2 .box dl{
  margin-bottom: 0;
}
footer .container .f2 .box dt {
  color: #068eda;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
footer .container .f2 .box dd {
  padding-left: 50px;
  margin-top: 20px;
}
footer .container .f2 .box dd p {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0;
}
footer .container .f2 .box dd:nth-of-type(1) {
  background: url(../images/phone.png) no-repeat left center;
}
footer .container .f2 .box dd:nth-of-type(1) p {
  line-height: 200%;
}
footer .container .f2 .box dd:nth-of-type(2) {
  background: url(../images/address.png) no-repeat left center;
}
footer .container .f2 .box dd:nth-of-type(2) p {
  line-height: 300%;
}
.bq {
  width: 100%;
  background-color: #1d1a1a;
}
.bq > .container {
  position: relative;
  padding: 17px 0;
}
.bq > .container > p {
  color: #999;
  text-align: right;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 120%;
}
.bq > .container > p > a {
  color: #999;
  font-size: 1.4rem;
}
.bq > .container > ul {
  overflow: hidden;
  margin-bottom: 0;
  float: left;
}
.bq > .container > ul li {
  float: left;
}
.bq > .container > ul li a {
  font-size: 1.2rem;
  color: #888;
}
.bq > .container > ul li:after {
  content: '/';
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #888;
  margin-left: 15px;
  margin-right: 15px;
}
.bq > .container > ul li:last-child:after {
  display: none;
}
.bq > .container > ul li:hover a {
  color: #fff;
}
.bdsharebuttonbox.bdshare-button-style0-32 {
  display: inline-block;
  width: 210px;
  vertical-align: middle;
  text-align: right;
}
.bdsharebuttonbox.bdshare-button-style0-32 > a {
  background-position: 0 0;
  margin-top: 3px;
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 0;
}
.bdsharebuttonbox.bdshare-button-style0-32 > a.bds_sqq {
  background-image: url(../images/qq.png);
}
.bdsharebuttonbox.bdshare-button-style0-32 > a.bds_weixin {
  background-image: url(../images/qrone.png);
}
.bdsharebuttonbox.bdshare-button-style0-32 > a.bds_tsina {
  background-image: url(../images/sina.png);
}
.bdsharebuttonbox.bdshare-button-style0-32 > a.bds_tqq {
  background-image: url(../images/tx.png);
}
.mobile-foot > .container > .panel-group {
  margin-bottom: 5px;
}
.mobile-foot > .container > .panel-group > .panel {
  border-radius: 0;
}
.mobile-foot > .container > .panel-group > .panel > .panel-heading {
  background: #2e0f75;
  opacity: 1;
}
.mobile-foot > .container > .panel-group > .panel > .panel-heading a {
  display: block;
  color: #fff;
}
.mobile-foot .panel-primary > .panel-heading {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  opacity: 0.7;
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item {
  background-color: #fff;
}
.mobile-foot img {
  width: auto !important;
}
.mobile-foot > .container {
  padding: 0;
}
.mobile-foot .panel-body {
  padding: 0;
}
.mobile-foot .panel-body > ul {
  margin-bottom: 0;
}
.addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements {
  text-align: center;
}
.addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements > a {
  margin-left: 1% !important;
  margin-right: 1% !important;
}
.addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements > a > .at-icon-wrapper {
  width: 28px !important;
  height: 28px !important;
}
.addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements > a > .at-icon-wrapper > svg {
  width: 28px !important;
  height: 28px !important;
}
.col-lg-1-7,
.col-md-1-7,
.col-sm-1-7,
.col-xs-1-7 {
  width: 14.2857%;
}
.slide_01 {
  text-align: center;
}
.slide_01 .swiper-slide img {
  max-width: 100%;
  -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
      -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
          transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  -webkit-transition: all 0.4s ease 1.2s;
  -o-transition: all 0.4s ease 1.2s;
  transition: all 0.4s ease 1.2s;
}
.slide_01 .swiper-slide.swiper-slide-active img {
  position: relative;
  z-index: 2;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition-delay: 0.4s !important;
       -o-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
  -webkit-transition: all 5.0s ease;
  -o-transition: all 5.0s ease;
  transition: all 5.0s ease;
}
.slide_01 > .swiper-pagination > .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
}
.slide_01 > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #30b4e6;
  opacity: 1;
}
.btn_aside {
  position: fixed;
  -webkit-transition: bottom ease 1s;
  -o-transition: bottom ease 1s;
  transition: bottom ease 1s;
  right: 10px;
  bottom: -120px;
  z-index: 3;
}
.btn_aside > .cbbtn {
  padding: 5px;
  width: 40px;
  height: 40px;
  margin-top: 1px;
  display: block;
  cursor: pointer;
}
.btn_aside > .cbbtn#cweixin {
  background: rgba(0, 0, 0, 0.3);
}
.btn_aside > .cbbtn#cweixin > div {
  background: url(../images/qrone.jpg);
  background-size: 100% 100%;
  width: 140px;
  height: 140px;
  position: relative;
  bottom: 130px;
  right: 145px;
  display: none;
}
.btn_aside > .cbbtn#qq {
  background: rgba(0, 0, 0, 0.3);
}
.btn_aside > .cbbtn#gotop {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color ease 0.3s;
  -o-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}
.btn_aside > .cbbtn > .yy-icon {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/icon.png);
}
.btn_aside > .cbbtn > .yy-icon.yy-weixin {
  width: 30px;
  height: 30px;
  background-position: 0px -80px;
}
.btn_aside > .cbbtn > .yy-icon.yy-qq {
  width: 30px;
  height: 30px;
  background-position: 0px 0px;
}
.btn_aside > .cbbtn > .yy-icon.yy-gt {
  width: 30px;
  height: 30px;
  background-position: 0px -40px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  nav.navbar > .container > .navbar-collapse > ul > li > ul {
    top: 85px;
  }
  .contents.index .c1 ul li {
    height: 295px;
  }
  .contents.index .c2 {
    height: 435px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  nav.navbar > .container > .navbar-collapse > ul > li > ul {
    top: 69px;
  }
  .contents.index .c1 ul li {
    height: 246px;
  }
  .contents.index .c2 {
    height: 435px;
  }
  .bq > .container > ul {
    float: none;
  }
  .bq > .container > p {
    text-align: left;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
  .cell-xs {
    display: table-cell !important;
  }
  nav.navbar > .navbar-header > .container {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar > .navbar-header > .container > .row {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  nav.navbar > .navbar-header > .container > .row > .navbar-toggle {
    background: #30b4e6;
  }
  nav.navbar > .navbar-header > .container > .row > .navbar-toggle > .icon-bar {
    background-color: #fff;
  }
  nav.navbar > .navbar-header > .container > .row > .navbar-brand {
    max-width: 200px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 15px;
  }
  nav.navbar > .navbar-header > .container > .row > .navbar-lang {
    display: none;
  }
  nav.navbar > .navbar-collapse {
    background: transparent;
  }
  nav.navbar > .navbar-collapse > .container {
    padding: 0;
  }
  nav.navbar > .navbar-collapse > .container > .row > ul {
    margin: 0;
  }
  nav.navbar > .navbar-collapse > .container > .row > ul > li {
    position: relative;
    width: 100%;
    padding: 10px 15px;
    border-left: 0;
    border-bottom: 1px solid #30b4e6;
    text-align: left;
  }
  nav.navbar > .navbar-collapse > .container > .row > ul > li > a {
    margin: 0;
    border: 0;
    line-height: 120%;
    height: auto;
    color: #333;
    display: inline;
  }
  nav.navbar > .navbar-collapse > .container > .row > ul > li .glyphicon {
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  nav.navbar > .navbar-collapse > .container > .row > ul > li.open > a {
    background: transparent;
  }
  nav.navbar > .navbar-collapse > .container > .row > ul > li:hover a {
    color: #333;
  }
  nav.navbar > .navbar-collapse > .container > .row > ul > li:last-child {
    border-bottom: 0;
  }
  nav.navbar > .navbar-collapse > .container > .row > ul > li > ul {
    position: static;
  }
  nav.navbar > .navbar-collapse > .container > .row > ul > li > ul > li {
    position: relative;
    background: transparent;
    border-bottom-style: dashed;
    border-bottom-color: #30b4e6;
    line-height: 30px;
    height: auto;
  }
  nav.navbar > .navbar-collapse > .container > .row > ul > li > ul > li > a {
    display: inline-block;
    width: 100%;
    color: #333;
    font-size: 1.4rem;
  }
  nav.navbar > .navbar-collapse > .container > .row > ul > li > ul > li .glyphicon {
    right: 0;
  }
  nav.navbar > .navbar-collapse > .container > .row > ul > li > ul > li ul {
    position: static;
    background: #fff;
    padding: 0 30px;
  }
  nav.navbar > .navbar-collapse > .container > .row > ul > li > ul > li ul li {
    line-height: 30px;
    height: 30px;
  }
  nav.navbar > .navbar-collapse > .container > .row > ul > li > ul > li ul li a {
    font-size: 1.2rem;
  }
  nav.navbar > .navbar-collapse > .container > .row > ul > li > ul > li:hover {
    background: transparent;
  }
  nav.navbar > .navbar-collapse > .container > .row > ul > li > ul > li:hover a {
    background: transparent;
  }
  .row {
    margin: 0;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pn > div.p {
    padding-left: 10px;
  }
  .pn > div.n {
    padding-right: 10px;
  }
  .path > .container {
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
  .path > .container > ul {
    text-align: center;
    float: none;
    font-size: 0px;
  }
  .path > .container > ul > li {
    float: none;
    display: inline-block;
    padding: 0 10px;
  }
  .path > .container > .box {
    display: none;
  }
  .bq > .container > p {
    text-align: center;
    line-height: 150%;
  }
  .bq > .container > a {
    width: 100%;
    padding: 25px 0;
    position: static;
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  .bq > .container > a > span {
    position: static;
  }
  .se_new_box .new_box {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .contents.index .c1 ul li {
    width: 100%;
    margin-right: 0;
  }
  .contents.index .c1 ul li {
    height: auto;
    margin-bottom: 5px;
  }
  .contents.index .c1 ul li a .txt {
    background-color: #30b4e6;
    background-image: url(../images/line02.png);
  }
  .contents.index .c1 ul li a .txt h1 {
    color: #fff;
  }
  .contents.index .c1 ul li a .txt p {
    height: auto;
    opacity: 1;
    color: #fff;
  }
  .contents.index .c2 {
    height: auto;
    padding-bottom: 15px;
  }
  .contents.index .c2 .b .txt {
    width: 100%;
    position: static;
  }
  .contents.index .c2 .b .txt a {
    margin-right: 0;
  }
  .contents.about1 .c3 ul {
    width: 100%;
    padding: 0;
  }
  .contents.about1 .c3 .pic {
    width: 100%;
    margin-top: 3%;
  }
  .contents.about2 .c1 .view .swiper-container .swiper-slide .txt {
    width: 100%;
    padding: 0;
  }
  .contents.about2 .c1 .view .swiper-container .swiper-slide .pic {
    width: 100%;
  }
  .contents.about2 .c1 .history .swiper-slide span {
    width: auto;
  }
  .contents.about3 .c1 ul li {
    width: 49%;
    margin-right: 2%;
  }
  .contents.about3 .c1 ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .contents.about3 .c1 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .contents.about4 .c1 .txt1 .pic {
    display: none;
  }
  .contents.about4 .c1 .txt1 .box {
    width: 100%;
    padding-left: 3.5%;
  }
  .contents.about4 .c1 .txt2 .pic {
    display: none;
  }
  .contents.about4 .c1 .txt2 .box {
    width: 100%;
    padding-left: 3.5%;
  }
  .contents.about5 .c1 dt {
    background-image: none;
  }
  .contents.about5 .c1 dd .txt {
    width: 100%;
  }
  .contents.about5 .c1 dd .my-map {
    width: 100%;
  }
  .contents.list .c1 ul li {
    width: 49%;
    margin-right: 2%;
  }
  .contents.list .c1 ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .contents.list .c1 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .contents.solution .c1 ul li,
  .contents.news_list .c1 ul li {
    width: 49%;
    margin-right: 2%;
  }
  .contents.solution .c1 ul li:nth-child(3n),
  .contents.news_list .c1 ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .contents.solution .c1 ul li:nth-child(2n),
  .contents.news_list .c1 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .contents.news_show .c2 ul li {
    width: 49%;
    margin-right: 2%;
  }
  .contents.news_show .c2 ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .contents.news_show .c2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .contents.show .c1 .pic {
    width: 100%;
  }
  .contents.show .c1 .txt {
    width: 100%;
    padding-left: 0;
  }
  footer .container .f1 {
    width: 100%;
    padding-right: 0;
  }
  footer .container .f2 {
    width: 100%;
  }
  footer .container .f2 .box {
    padding-left: 0;
    border-left: 0;
  }
  footer .container .f2 .box dt {
    margin-bottom: 10px;
  }
  footer .container .f2 .box dd {
    margin-top: 10px;
  }
  
}


.yr_about{height:205px!important}
.add-lunbo {
  margin: 20px 0;
}
.add-lunbo .swiper-container-honor {
  overflow: hidden;
}
.add-lunbo .list {
  overflow: hidden;
}
.add-lunbo .list {
  padding: 5px;
  border: 1px solid #eee;
}
.add-lunbo .list:hover {
  border-color: #30b4e6;
}
.add-lunbo .list img {
  width: 100%;
  cursor: pointer;
}
.layui-layer-imgbar {
  display: none!important;
}
@media(max-width:1200px){.yr_about{height:200px!important}}
