/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

/* main */
/* 产品展示 */
.product {
  width: 100%;
  overflow: hidden;
  background: url(../images/product-bj.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 35px 0;
}
.product-title {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  color: rgba(0, 140, 215, 0.3);
  text-transform: uppercase;
}
.product-title>h1 {
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 10px;
  color: #333;
  font-size: 30px;
}
.product-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 55px;
}
.main-left {
  width: 225px;
  float: left;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.left-menu {
  width: 100%;
  float: left;
}
.menu-title {
  display: block;
  overflow: hidden;
  text-align: center;
  background-color: #008cd7;
  padding: 11px 0;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.menu-title>h1 {
  line-height: 34px;
  font-size: 20px;
  font-weight: bold;
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
  padding: 1px;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  background-color: #008cd7;
  color: #fff;
}

.left-dianhua {
  width: 100%;
  float: left;
  margin-top: 70px;
  background-color: #008cd7;
  padding: 0 10px 30px 10px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.left-dianhua>img {
  display: block;
  overflow: hidden;
  max-width: 70px;
  height: auto;
  margin: -35px auto 0 auto;
}
.left-dianhua>span {
  display: block;
  overflow: hidden;
  line-height: 50px;
  font-size: 33px;
  font-family: Impact;
}
.left-dianhua>span:last-child{
	letter-spacing: 1.5px;
}
.main-right {
  width: 950px;
  float: right;
}
.product-list {
  display: block;
  overflow: hidden;
  width: 102%;
  margin-left: -1%;
}
.product-list>li {
  width: 31.33333333%;
  float: left;
  margin: 0 1% 1.667% 1%;
}
.product-list>li .product-img {
  width: 100%;
  overflow: hidden;
  border: 2px solid #eaeaea;
  background-color: #fff;
  position: relative;
}
.product-list>li .product-img::before {
  content: "";
  display: block;
  padding-top: 67.7304965%;
}
.product-list>li h1 {
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 42px;
  text-align: center;
  border: 2px solid #eaeaea;
  background-color: #008cd7;
  font-size: 16px;
  color: #fff;
}
.product-list>li:nth-child(1),
.product-list>li:nth-child(2) {
  width: 48%;
}
.product-list>li:hover .product-img>img {
  transform: scale(1.1);
}

@media (max-width: 1240px) {
  .main-left {
    width: 24%;
  }
  .main-right {
    width: 74%;
  }
  .product-content {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .product {
    padding: 25px 0;
  }
  .main-left {
    width: 29%;
  }
  .left-dianhua>span {
    line-height: 40px;
    font-size: 26px;
  }
  .main-right {
    width: 69%;
  }
  .product-content {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  .product-title {
    line-height: 20px;
    font-size: 14px;
  }
  .product-title>h1 {
    line-height: 30px;
    margin-bottom: 0;
    font-size: 20px;
  }
  .product-content {
    margin-top: 10px;
  }
  .main-left {
    width: 100%;
  }
  .main-right {
    width: 100%;
  }
  .menu-title {
    width: calc(100% + 40px);
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
  }
  .menu-title-active {
    text-align: left;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-list {
    display: block;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .product-list {
    margin-top: 15px;
  }
  .product-list>li {
    width: 48%;
  }
  .product-list>li h1 {
    height: 40px;
    line-height: 36px;
  }
  .product-list>li:nth-child(1) {
    width: 98%;
  }
}

/* 关于我们 */
.about {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background-color: #32a2de;
}
.about .product-title {
  color: #6dbde8;
}
.about .product-title>h1 {
  color: #fff;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.about-left {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 3px solid #fff;
}
.about-right {
  width: calc(50% - 25px);
  float: right;
  padding: 30px 0 40px 0;
}
.about-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 26px;
  color: #fff;
  font-size: 20px;
}
.about-right>.about-text {
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  height: 250px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  margin-top: 25px;
}
.more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.more>a {
  width: 142px;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.more>a::before {
  content: "→";
  width: 40px;
  float: right;
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #282828;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.more>a::after {
  content: "";
  width: 40px;
  float: left;
  height: 40px;
  background-color: #282828;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s;
}
.more>a>span {
  flex: 1;
  position: relative;
  z-index: 2;
}
.more>a>span::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 16px solid #282828;
  border-top: 40px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.more>a:hover {
  color: #fff;
}
.more>a:hover::after {
  width: 100%;
}

@media (max-width: 991px) {
  .about-content {
    margin-top: 30px;
  }
  .about-right {
    padding: 30px 0;
  }
  .more {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-content {
    margin-top: 10px;
  }
  .about-left {
    width: 100%;
  }
  .about-left::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .about-right {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .about-right>h1 {
    line-height: 24px;
    font-size: 18px;
  }
  .about-right>.about-text {
    line-height: 24px;
    height: auto;
    -webkit-line-clamp: initial;
    margin-top: 10px;
  }
  .more {
    margin-top: 10px;
  }
}

/* 设备视频 */
.video {
  width: 100%;
  overflow: hidden;
  padding: 30px 0 40px 0;
}
.video .product-title {
  color: #d6d6d6;
}
.video-list {
  display: block;
  overflow: hidden;
  width: 1230px;
  margin-top: 60px;
}
.video-list>li {
  width: 380px;
  float: left;
  margin: 0 30px 30px 0;
}
.video-list>li .video-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video-list>li .video-img::before {
  content: "";
  display: block;
  padding-top: 73.684211%;
}
.video-list>li .video-img>video {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.video-list>li>h1 {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0 15px;
  background-color: #32a2de;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}
.video .more {
  margin-top: 10px;
}
.video .more>a {
  background-color: #e9e9e9;
}

@media (max-width: 1240px) {
  .video-list {
    width: 102%;
    margin-left: -1%;
    margin-top: 50px;
  }
  .video-list>li {
    width: 31.333333%;
    margin: 0 1% 30px 1%;
  }
}

@media (max-width: 991px) {
  .video {
    padding: 30px 0;
  }
  .video-list {
    margin-top: 30px;
  }
  .video-list>li {
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 767px) {
  .video {
    padding: 15px 0;
  }
  .video-list {
    margin-top: 15px;
  }
  .video-list>li {
    width: 98%;
    margin: 0 1% 10px 1%;
  }
  .video-list>li>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

/* 攀辉优势 */
.advantage {
  width: 100%;
  overflow: hidden;
  background-color: #32a2de;
  padding: 60px 0;
}
.advantage .product-title {
  color: #70bee8;
}
.advantage .product-title>h1 {
  color: #fff;
}
.advantage-list {
  display: block;
  overflow: hidden;
  width: 1224px;
  margin-top: 70px;
}
.advantage-list>li {
  width: 180px;
  float: left;
  margin: 0 24px 30px 0;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 10px 70px 10px;
}
.advantage-list>li .advantage-icon {
  width: 100%;
  max-width: 80px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #32a2de;
}
.advantage-list>li .advantage-icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.advantage-list>li>h1 {
  display: block;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.advantage-list>li>h1::after {
  content: "";
  width: 22px;
  display: block;
  height: 2px;
  background-color: #32a2de;
  margin: 0 auto;
}

@media (max-width: 1240px) {
  .advantage {
    padding: 50px 0;
  }
  .advantage-list {
    width: 102%;
    margin-left: -1%;
    margin-top: 50px;
  }
  .advantage-list>li {
    width: 14.666666%;
    margin: 0 1% 30px 1%;
    padding: 50px 10px;
  }
}

@media (max-width: 991px) {
  .advantage {
    padding: 30px 0;
  }
  .advantage-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .advantage-list>li {
    margin: 0 1% 20px 1%;
    padding: 30px 10px;
  }
  .advantage-list>li>h1 {
    line-height: 30px;
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .advantage {
    padding: 15px 0;
  }
  .advantage-list {
    margin-top: 10px;
  }
  .advantage-list>li {
    width: 31.333333%;
    margin: 0 1% 10px 1%;
    padding: 10px;
  }
  .advantage-list>li .advantage-icon {
    max-width: 60px;
  }
  .advantage-list>li>h1 {
    line-height: 30px;
    margin: 10px 0 0 0;
    font-size: 12px;
  }
}

/* 新闻资讯 */
.news {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 50px 0;
}
.news .product-title {
  width: 100%;
  float: left;
  color: #d6d6d6;
}
.news-nav {
  width: 100%;
  float: left;
  display: block;
  overflow: hidden;
  max-width: 50%;
  margin-top: 50px;
}
.news-nav>li {
  float: left;
  line-height: 34px;
  margin-right: 25px;
}
.news-nav>li>a {
  font-size: 20px;
  color: #32a2de;
  font-weight: bold;
}
.news-list {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.news-list>li {
  width: calc(50% - 30px);
  float: left;
  margin-bottom: 30px;
}
.news-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.news-list>li>a .news-img {
  width: 200px;
  float: left;
  overflow: hidden;
  position: relative;
}
.news-list>li>a .news-img::before {
  content: "";
  display: block;
  padding-top: 65%;
}
.news-list>li>a .news-box {
  width: calc(100% - 200px);
  float: left;
  padding: 20px 0 20px 20px;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box>h1>span {
  float: right;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 25px;
  font-size: 14px;
  color: #999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list>li:first-child {
  width: 50%;
  float: right;
  margin-top: -60px;
}
.news-list>li:first-child>a .news-img {
  width: 100%;
}
.news-list>li:first-child>a .news-img::before {
  padding-top: 58.33334%;
}
.news-list>li:first-child>a .news-box {
  width: 100%;
  padding: 10px 25px 0 10px;
}
.news-list>li:first-child>a .news-box>h1 {
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.news-list>li:first-child>a .news-box .news-text {
  height: 75px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list>li:first-child>a .news-box .news-more {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}
.news-list>li>a:hover .news-img>img {
  transform: scale(1.1);
}
.news-list>li>a:hover .news-box>h1 {
  color: #32a2de;
}
.news .more {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.news .more>a {
  background-color: #e9e9e9;
}
.news .more>a::before,
.news .more>a::after {
  background-color: #32a2de;
}
.news .more>a>span::before {
  border-right-color: #32a2de;
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-nav {
    margin-top: 30px;
  }
  .news-list>li {
    margin-bottom: 20px;
  }
  .news-list>li>a .news-img {
    width: 150px;
  }
  .news-list>li>a .news-box {
    width: calc(100% - 150px);
  }
  .news-list>li:first-child {
    margin-top: -30px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-nav {
    max-width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .news-nav>li {
    line-height: 30px;
    margin: 0 5px;
  }
  .news-nav>li>a {
    font-size: 16px;
  }
  .news-list {
    margin-top: 10px;
  }
  .news-list>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-list>li>a {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
  }
  .news-list>li>a .news-img {
    width: 140px;
  }
  .news-list>li>a .news-box {
    width: calc(100% - 140px);
    padding: 10px 0 10px 10px;
  }
  .news-list>li>a .news-box>h1 {
    line-height: 30px;
  }
  .news-list>li>a .news-box .news-text {
    height: 48px;
    line-height: 24px;
    margin-top: 7px;
  }
  .news-list>li:first-child {
    width: 100%;
    margin-top: 0px;
  }
  .news-list>li:first-child>a .news-img {
    width: 140px;
  }
  .news-list>li:first-child>a .news-box {
    width: calc(100% - 140px);
    padding: 10px 10px 0 10px;
  }
  .news-list>li:first-child>a .news-box>h1 {
    line-height: 30px;
  }
  .news-list>li:first-child>a .news-box .news-text {
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
  }
  .news-list>li:first-child>a .news-box .news-more {
    display: none;
  }
  .news .more {
    margin-top: 10px;
  }
}

/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 0 0 70px 0;
  background-color: #e7e7e7;
}
.main>.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.place-title {
  width: 100%;
  float: left;
  line-height: 66px;
  margin-top: 10px;
}
.place-title::after {
  content: "";
  width: 100%;
  float: left;
  height: 2px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d3d3d3;
}
.place-title>h1 {
  float: left;
  font-size: 20px;
  color: #333;
  border-bottom: 3px solid #32a2de;
}
.place-title>div {
  float: right;
  font-size: 14px;
  color: #999;
}
.place-title>div>a {
  color: #999;
  margin-left: 10px;
}
.place-title>div>a:hover {
  text-decoration: underline;
  color: #008cd7;
}
.place-content {
  width: 100%;
  float: left;
  padding-top: 35px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

@media (max-width: 1240px) {
  .main {
    padding: 0 0 50px 0;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 0 0 30px 0;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品中心 */
.place-content .product-list>li:nth-child(1),
.place-content .product-list>li:nth-child(2) {
  width: 31.33333333%;
}

.product-details-video {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.product-details-video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.product-details-video>video {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.product-details {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.product-details-title {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  color: #999;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.product-details-title>span {
  float: left;
  margin-right: 10px;
  color: #333;
}
.product-details-left {
  width: calc(50% - 10px);
  float: left;
}
#gallery {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
#gallery .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 75%;
}
#thumbs {
  width: 100%;
  overflow: hidden;
  margin-top: 10px
}
#thumbs .swiper-slide {
  border: 1px solid #ccc;
  background-color: #fff;
}
#thumbs .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 75%;
}
#thumbs .swiper-slide-thumb-active {
  border-color: #008cd7;
}
.product-details-right {
  width: calc(50% - 10px);
  float: right;
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: 20px;
}
.product-details-right>h1::after {
  content: "";
  width: 40px;
  height: 1px;
  float: left;
  background-color: #008cd7;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-details-right .product-details-text {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.product-details-right .product-details-more {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.product-details-right .product-details-more>a {
  float: left;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
.product-details-right .product-details-more>a:nth-child(1) {
  background-color: #008cd7;
}
.product-details-right .product-details-more>a:nth-child(2) {
  background-color: #d70000;
}

.product-details-content {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  margin-top: 20px;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .product-details-left {
    width: 100%;
  }
  .product-details-right {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .place-content .product-list {
    margin: 0;
  }
  .place-content .product-list>li {
    width: 48%;
  }
  .place-content .product-list>li:nth-child(1),
  .place-content .product-list>li:nth-child(2) {
    width: 48%;
  }

  .product-details-title {
    font-size: 16px;
  }
  .product-details-content {
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-产品中心 */

/* 设备视频 */
.place-content .video-list {
  width: 102%;
  margin-left: -1%;
  margin-top: 0;
}
.place-content .video-list>li {
  width: 31.33333%;
  margin: 0 1% 30px 1%;
}

@media (max-width: 991px) {
  .place-content .video-list>li {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 767px) {
  .place-content .video-list>li {
    width: 98%;
    margin: 0 1% 10px 1%;
  }
}
/* END-设备视频 */

/* 新闻资讯 */
.place-content .news-list {
  margin: 0;
}
.place-content .news-list>li {
  width: 100%;
  margin: 0 0 30px 0 !important;
}
.place-content .news-list>li>a .news-img {
  width: 200px !important;
}
.place-content .news-list>li>a .news-box {
  width: calc(100% - 200px) !important;
  padding: 10px 0 10px 20px !important;
}
.place-content .news-list>li>a .news-box>h1 {
  line-height: 30px !important;
}
.place-content .news-list>li>a .news-box .news-text {
  height: 50px !important;
  line-height: 25px !important;
  -webkit-line-clamp: 2 !important;
  margin-top: 10px !important;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .place-content .news-list>li {
    margin: 0 0 10px 0 !important;
  }
  .place-content .news-list>li>a .news-img {
    width: 140px !important;
  }
  .place-content .news-list>li>a .news-box {
    width: calc(100% - 140px) !important;
    padding: 0 0 0 10px !important;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻资讯 */

/* 联系我们 */
.contact-text {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.contact-map {
  width: 100%;
  overflow: hidden;
  height: 400px;
  border: none;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .contact-text {
    font-size: 14px;
    line-height: 24px;
  }
  .contact-text img{
      width: 100%;
	  height: auto;
	  display: block;
	  margin: 5px auto;
		
  }
  .contact-map {
    margin-top: 10px;
    height: 300px;
  }
}
/* END-联系我们 */