@charset "utf-8";
/* CSS Document */
.banner {
  width: 100%;
  padding-top: 85px;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide img {
  width: 100%;
}

.swiper-pagination-bullet-active {
  background: url(../images/icon_radio.png) no-repeat center !important;
}

@media (max-width: 768px) {
  .swiper-pagination-bullet-active {
    background: url(../images/icon_radio.png) no-repeat center !important;
    background-size: 8px 8px !important;
    border: none;
  }
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: none;
  border: 1px solid #50afe4;
  opacity: 1;
}

.banner_other img {
  width: 100%;
}

@media (max-width: 1023px) {
  .banner {
    padding-top: 48px;
  }
}

/* 头部 */
.head {
  height: 84px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: white;
  left: 0;
  top: 0;
}

.head .logo {
  float: left;
  position: relative;
  margin: 17px 0 0 0;
  z-index: 999;
}

.head .nav {
  position: relative;
  margin-left: 180px;
  margin-right: 280px;
  display: flex;
}

.head .nav:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background: #50afe4;
  bottom: 11px;
}

.head .nav:hover:after {
  height: 1px;
}

.head .nav > li {
  flex: 1;
  text-align: center;
}

.head .nav > li > a {
  display: block;
  position: relative;
  width: 100%;
  font-size: 18px;
  color: #666;
  line-height: 84px;
}

.head .nav > li > a:hover {
  color: #50afe4;
}

.head .nav > li > a:after {
  display: block;
  content: "";
  height: 12px;
  width: 12px;
  background: #50afe4;
  border-radius: 50%;
  position: absolute;
  bottom: 6px;
  left: 50%;
  margin-left: -6px;
  transition: 0.6s;
  opacity: 0;
}

.head .nav > li.cur > a:after,
.head .nav > li > a:hover:after {
  opacity: 1;
}

.head .nav ul {
  position: fixed;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 60px;
  overflow: hidden;
  transition: 0.6s;
  /* height: 60px; */
  background: rgba(80, 175, 228, 0.8);
  padding: 0 20%;
}

.head .nav > li:hover ul {
  height: 60px;
}

.head .nav ul li {
  float: left;
  text-align: center;
}

.head .nav ul li a {
  position: relative;
  display: block;
  padding: 0 30px;
  line-height: 60px;
  color: #fff;
  transition: all 0.6;
  font-size: 16px;
}

.head .nav ul li a:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
  margin-left: -10px;
}

.head .nav ul li a:hover {
  text-decoration: underline;
}

.head .hot-line {
  margin-top: 16px;
  background: url(../images/tel.png) no-repeat left center;
  background-size: 42px 28px;
  padding-left: 60px;
}

.head .hot-line span {
  font-size: 14px;
  color: #666;
}

.head .hot-line h1 {
  color: #50afe4;
  font-size: 24px;
}

.head .m_nav {
  display: none;
}

.head .nav .hide {
  display: none;
}

.head .nav_btn {
  display: none;
}

@media (max-width: 1200px) {
  .head .logo {
    margin: 17px 0 0;
  }

  .head .nav ul li a {
    padding: 0 15px;
  }
}

@media (max-width: 1023px) {
  .head {
    height: 48px;
  }

  .head .logo {
    margin: 10px 0 0;
    padding: 0 0 0 12px;
    display: block;
  }

  .head .logo img {
    width: 50%;
  }

  .head .nav {
    display: none;
  }

  .head .m_nav {
    display: block;
    position: absolute;
    top: 48px;
    margin: 0;
    width: 100%;
    background: #f5f5f5;
    padding: 24px;
    overflow: auto;
    max-height: 600px;
  }

  .head .m_nav > li {
    line-height: 36px;
    margin: 5px;
    border-bottom: 1px solid #dcdcdc;
    line-height: 50px;
    font-size: 16px;
    position: relative;
  }

  .head .m_nav .cur > a {
    color: white;
  }

  .head .m_nav > li > a {
    padding: 0 30px;
    color: black;
    width: 100%;
    display: block;
  }

  .head .m_nav li ul li {
    line-height: 44px;
  }

  .head .m_nav li ul li a {
    display: block;
    width: 100%;
    color: #7a7a7a;
    padding: 0 50px;
  }

  .head .m_nav .li_show > a {
    background: url(../images/icon_jiahao.png) no-repeat;
    background-size: 18px 18px;
    background-position: 96% center;
  }

  .head .m_nav .li_show.cur > a {
    background: url(../images/icon_jianhao.png) no-repeat;
    background-size: 18px auto;
    background-position: 96% center;
    background-color: #1d6bc3;
  }

  .head .nav_btn {
    float: right;
  }

  .head .nav .hide {
    display: block;
  }

  .head .nav_btn {
    display: block;
    padding-top: 10px;
    width: 26px;
    margin-right: 12px;
  }

  .head .nav_btn img {
    width: 100%;
  }

  .head .nav_btn img:hover {
    cursor: pointer;
  }

  .head .hot-line {
    display: none;
  }
}

/* 首页的产品中心 */

.common_title1 {
  text-align: center;
}

.common_title1 h1 {
  padding-top: 40px;
  font-size: 36px;
  color: #50afe4;
  text-transform: uppercase;
  font-family: "思源宋体";
}

.common_title1 .bar {
  width: 20px;
  height: 2px;
  background: #1f3f78;
  margin: 0 auto;
}

.common_title1 h2 {
  font-size: 36px;
  color: #193a74;
  font-family: "思源宋体";
}

.index_pro {
  max-width: 1780px;
  margin: 0 auto;
}

.index_pro ul {
  margin: 20px auto;
  width: 1000px;
}

.index_pro ul li {
  height: 36px;
  line-height: 36px;
  width: 160px;
  border-radius: 30px;
  text-align: center;
  float: left;
  margin: 0 20px;
  position: relative;
  border: 1px solid #50afe4;
  transition: 0.6s;
}

.index_pro ul li a {
  font-size: 16px;
  color: #1f3f78;
  display: block;
  width: 100%;
}

.index_pro ul .cur {
  background: #50afe4;
}

.index_pro ul .cur a {
  color: white;
}

.index_pro ul li:hover {
  background: #1ea9e2;
  cursor: pointer;
}

.index_pro ul li:hover a {
  color: white;
}

.pro_wrap {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}

.pro_wrap .col {
  width: calc(100% / 3 - 30px);
  width: -webkit-calc(100% / 3 - 30px);
  width: -moz-calc(100% / 3 - 30px);
  margin: 15px;
  /* float: left; */
  position: relative;
}

.pro_box {
  width: 100%;
  overflow: hidden;
}

.pro_box img {
  display: block;
  width: 100%;
  transition: 0.6s;
}

.pro_box:hover img {
  transform: scale(1.1);
}

.pro_name {
  position: absolute;
  bottom: 0;
  line-height: 70px;
  width: 100%;
  background: rgba(80, 175, 228, 0.5);
}

.pro_name p {
  padding: 0 60px 0 20px;
  color: #fff;
  font-size: 18px;
}

.pro_name i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 70px;
  background: url(../images/icon_arrow3.png) no-repeat center;
  background-size: 22px 13px;
}

@media (max-width: 1023px) {
  .index_pro ul {
    width: 100%;
  }

  .index_pro ul li {
    margin: 20px;
  }
}

@media (max-width: 768px) {
  .common_title1 h1 {
    padding-top: 30px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .common_title1 .bar {
    width: 30px;
    height: 3px;
    margin: 0 auto 10px;
  }

  .common_title1 h2 {
    font-size: 18px;
  }

  .index_pro ul {
    margin: 20px auto;
    padding: 0 10px;
  }

  .index_pro ul li {
    margin: 10px 2%;
    width: 46%;
  }

  .index_pro ul li a {
    font-size: 14px;
  }

  .pro_wrap {
    margin-top: 15px;
    padding: 0 5px;
  }

  .pro_wrap .col {
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    margin: 10px 5px;
    float: left;
  }

  .pro_name {
    line-height: 25px;
  }

  .pro_name p {
    font-size: 14px;
    padding: 0 30px 0 5px;
  }

  .pro_name i {
    height: 25px;
    background-size: 11px 6px;
    width: 20px;
  }
}

/* 关于我们 */
.index_about {
  display: flex;
  margin-top: 60px;
  background: #f6f7f9;
}

.index_about > .container_1780 {
  display: flex;
}

.index_about_text {
  flex: 1;
}

.index_about_wrap {
  flex: 1;
  background: url(../images/about_tubg.jpg) no-repeat right center;
  height: 700px;
  position: relative;
  background-size: cover;
}

.index_about_wrap img {
  position: absolute;
  right: 150px;
  top: 30px;
  width: 100%;
}

.index_about .index_about_text {
  padding: 40px 20px;
}

.common_title1.commont_title2 h1 {
  padding: 0;
  text-align: left;
  position: relative;
}

.common_title1.commont_title2 h1:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  background: #e6e6e6;
  left: 200px;
  top: 50%;
  margin-top: -1px;
}

.common_title1.commont_title2 h2 {
  margin: 70px 20px 20px;
  text-align: left;
}

.common_title1.commont_title2 .bar {
  margin: 0 0 0 20px;
}

.index_about .info {
  margin-top: 65px;
  width: calc(100% - 170px);
  width: -webkit-calc(100% - 170px);
  width: -moz-calc(100% - 170px);
}

.index_about .info p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 200%;
}

.index_about .more {
  width: 140px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #50afe4;
  transition: 0.6s;
  margin-top: 40px;
  border-radius: 30px;
}

.index_about .more a {
  display: block;
  width: 100%;
  color: #50afe4;
  text-align: center;
}

.index_about .more:hover {
  background-color: #50afe4;
  border: 1px solid #50afe4;
}

.index_about .more:hover a {
  color: #fff;
}

.index_about_m {
  display: none;
}

@media (max-width: 1023px) {
  .index_about {
    display: none;
  }

  .index_about_m {
    display: block;
    margin-top: 40px;
    background: #f6f7f9;
  }

  .index_about_m img {
    display: block;
    width: 100%;
  }

  .about_m_pic {
    width: 100%;
  }

  .index_about_text_m {
    padding: 0 20px 30px;
  }

  .index_about_m .commont_title2 h1 {
    padding-bottom: 0;
  }

  .common_title1.commont_title2 h2 {
    margin: 20px;
  }

  .index_about_m .info p {
    text-indent: 2em;
    line-height: 200%;
  }
}

@media (max-width: 768px) {
  .index_about_m {
    margin-top: 40px;
  }

  .index_about_text_m {
    padding-top: 30px;
  }

  .index_about_m .commont_title2 h1 {
    font-size: 18px;
  }

  .common_title1.commont_title2 h1:after {
    width: calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    left: 100px;
  }

  .index_about_m .commont_title2 .bar {
    width: 30px;
    height: 3px;
  }

  .index_about_m .info {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .index_about_m .info p {
    font-size: 14px;
  }

  .index_about_m .info p.hide {
    display: none;
  }

  .index_about_m .more {
    width: 120px;
    height: 32px;
    line-height: 32px;
    border-radius: 30px;
    border: 1px solid #50afe4;
    text-align: center;
  }

  .index_about_m .more a {
    font-size: 14px;
    color: #50afe4;
    display: block;
    width: 100%;
  }
}

/* 首页新闻 */
.index_news {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15px;
}

.swiper-container.index_pro_container {
  margin-top: 20px;
}

.index_news .index_news_wrapper {
  float: left;
  width: 100%;
  background: #f6f7f9;
  padding: 0 20px 40px;
  transition: all 0.6s;
}

.index_news .index_news_wrapper .day {
  width: 110px;
  height: 90px;
  background: #50afe4;
  text-align: center;
  padding: 10px;
  transition: all 0.6s;
}

.index_news .index_news_wrapper .day span {
  color: #fff;
  font-size: 36px;
}

.index_news .index_news_wrapper .day p {
  color: #fff;
  font-size: 18px;
}

.index_news .index_news_wrapper .text span {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  display: block;
}

.index_news .index_news_wrapper .text h1 {
  font-size: 18px;
  color: #333;
  line-height: 150%;
  padding-top: 30px;
  transition: all 0.6s;
}

.index_news .index_news_wrapper .text p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  overflow: hidden;
  height: 90px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-indent: 2em;
}

.index_news .index_news_wrapper .text .bar {
  width: 30px;
  height: 2px;
  background: #50afe4;
  margin: 25px 0;
  transition: all 0.6s;
}

.index_news .index_news_wrapper .text a i {
  display: block;
  margin-top: 36px;
}

.index_news .index_news_wrapper:hover {
  background: url(../images/news_bg.jpg) no-repeat center;
  background-size: cover;
}

.index_news .index_news_wrapper:hover .day {
  background: #193a74;
}

.index_news .index_news_wrapper:hover .text h1 {
  color: #1ea9e2;
}

.index_news .index_news_wrapper:hover .text .bar {
  background: #193a74;
}

.index_news .index_pro_container .swiper-pagination {
  display: none;
}

@media (max-width: 1023px) {
  .index_news {
    background-color: white;
    padding-bottom: 30px;
  }

  .index_news .index_pro_container .swiper-pagination {
    display: block;
    position: absolute;
  }

  .swiper-container.index_pro_container {
    padding-bottom: 70px;
  }
}

@media (max-width: 768px) {
  .index_news {
    padding-bottom: 15px;
  }

  .index_news .index_news_wrapper {
    padding: 0 10px 20px;
  }

  .index_news .index_news_wrapper .day {
    width: 80px;
    height: 60px;
    padding: 8px;
  }

  .index_news .index_news_wrapper .day span {
    font-size: 18px;
  }

  .index_news .index_news_wrapper .day p {
    font-size: 12px;
  }

  .index_news .index_news_wrapper .text span {
    font-size: 14px;
    margin-top: 15px;
  }

  .index_news .index_news_wrapper .text h1 {
    margin-top: 10px;
    padding-top: 0;
    font-size: 16px;
  }

  .index_news .index_news_wrapper .text .bar {
    margin: 15px 0;
  }

  .index_news .index_news_wrapper .text p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    -webkit-line-clamp: 3;
    margin-top: 20px;
  }

  .swiper-container.index_pro_container {
    padding-bottom: 40px;
  }
}

/* 首页资质 */

.index_honor {
  padding: 0 10px;
  margin-bottom: 120px;
}

.index_honor .index_honor_wrap {
  width: 100%;
}

.index_honor .index_honor_container {
  padding-top: 30px;
}

.index_honor .index_honor_wrap img {
  width: 100%;
}

.index_honor .index_honor_info {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  color: #666;
  margin-top: 20px;
}

.index_honor .swiper-pagination {
  display: none;
}

@media (max-width: 1023px) {
  .index_honor .swiper-container {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .index_honor .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    display: block;
    position: relative;
    bottom: -20px;
  }
}

@media (max-width: 768px) {
  .index_honor {
    margin-bottom: 30px;
  }

  .index_honor .index_honor_info {
    margin-top: 10px;
  }
}

/* 页脚 */
.footer_bg {
  background: #2d313a;
}

.footer {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: 30px 20px;
  border-bottom: 1px solid#393D46;
}

.footer .ft_nav {
  float: left;
  padding: 0 0 30px 0;
  width: 590px;
}

.footer .ft_nav > li {
  float: left;
  padding: 0 20px;
}

.footer .ft_nav > li > a {
  color: #fff;
  font-size: 18px;
}

.footer .ft_nav ul {
  margin-top: 20px;
}

.footer .ft_nav ul li a {
  color: #939393;
  line-height: 30px;
}

.footer .index_contact {
  border-right: 1px solid #434343;
  border-left: 1px solid #434343;
  margin-left: 660px;
  margin-right: 180px;
}

.footer .index_contact .index_contact_center {
  max-width: 300px;
  margin: 0 auto;
}

.footer .index_contact h1 {
  color: #fff;
  font-size: 18px;
}

.footer .index_contact h2 {
  color: #50afe4;
  margin-top: 20px;
  font-size: 20px;
}

.footer .index_contact h2 img {
  width: 41px;
  margin-right: 15px;
}

.footer .index_contact .row {
  margin-top: 30px;
}

.footer .index_contact .row span {
  float: left;
  color: #939393;
  line-height: 30px;
}

.footer .index_contact .row p {
  margin-left: 42px;
  width: 234px;
  color: #939393;
  line-height: 30px;
}

.footer .code {
  float: right;
  width: 140px;
}

.footer .code p {
  font-size: 18px;
  color: #fff;
  margin: 0 0 20px;
}

.footer .code img {
  display: block;
  width: 130px;
  height: 130px;
}

.copyright {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.copyright > p {
  font-size: 14px;
  color: #979694;
  margin: 30px 1% 30px;
  float: left;
}

.copyright select {
  float: right;
  margin: 30px 1% 30px;
  width: auto;
  line-height: 30px;
  background: #3c4147;
  outline: none;
  border: none;
  color: #979694;
  height: 30px;
  padding: 0 12px;
}

@media (max-width: 1240px) {
  .footer .ft_nav {
    display: none;
  }

  .footer .index_contact {
    border-right: 1px solid #434343;
    margin-right: 180px;
    margin-left: 0;
    border-left: none;
  }

  .footer .index_contact .index_contact_center {
    margin: 0 0;
  }
}

@media (max-width: 1023px) {
  .footer .ft_nav {
    display: none;
  }

  .copyright {
    text-align: center;
    padding: 30px 0 48px;
  }
  .copyright > p {
    font-size: 24px;
    float: none;
    margin: 0;
  }
  .copyright select {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 20px 15px;
    display: flex;
    flex-direction: row-reverse;
  }

  .footer .index_contact {
    width: 76%;
    margin-right: 0;
    padding-right: 2%;
  }

  .footer .index_contact h2 {
    font-size: 16px;
  }

  .footer .index_contact .index_contact_center {
    width: 100%;
    max-width: inherit;
  }

  .footer .index_contact .row {
    margin-top: 10px;
  }

  .footer .index_contact .row p {
    width: auto;
    font-size: 12px;
    line-height: 24px;
  }

  .footer .code {
    width: 24%;
    padding-left: 3%;
  }

  .footer .code img {
    width: 65px;
    height: 65px;
  }

  .copyright {
    text-align: center;
    padding: 15px 0;
  }

  .copyright > p {
    font-size: 12px;
  }

  .footer .index_contact h1 {
    font-size: 14px;
  }

  .footer .code p {
    font-size: 14px;
  }
}

@media (max-width: 384px) {
  .footer .m_ft_nav li a {
    font-size: 12px;
  }

  .footer .m_ft_nav li {
    padding: 0 2%;
  }

  /* copyright */
  .copyright {
    padding: 15px 15px;
  }
}

/* common_nav */

.ul_shadow {
  box-shadow: 0 1px 10px #ccc;
}

.common_nav li {
  display: inline-block;
  margin: 20px 30px 10px;
  transition: 0.6s;
}

.common_nav .li_none {
  /*margin: 20px 50px 10px 0;*/
}

.common_nav li a {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  font-size: 18px;
  color: #666;
  line-height: 48px;
  height: 48px;
}

.common_nav li:hover,
.common_nav .cur {
  border-bottom: 4px solid #50afe4;
}

.common_nav .cur a,
.common_nav li:hover a {
  color: #50afe4;
}

@media (max-width: 1023px) {
  .ul_shadow {
    box-shadow: none;
    border-bottom: 1px solid #ccc;
  }

  .common_nav li {
    width: calc(100% / 3);
    text-align: center;
    margin: 0;
    height: 66px;
    line-height: 66px;
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
    float: left;
  }

  .common_nav .li_none {
    margin: 0;
  }

  .common_nav li a {
    padding: 0;
    font-size: 24px;
    color: #333;
  }

  .common_nav .cur,
  .common_nav li:hover {
    background: #1d6bc3;
    border: none;
  }

  .common_nav .cur a,
  .common_nav li:hover a {
    color: white;
  }
}

@media (max-width: 768px) {
  .common_nav li a {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
  }

  .common_nav li {
    height: 34px;
    line-height: 34px;
  }
}

/* About */
.about {
  margin: 80px 0;
  padding: 0 30px;
}

.about .about_info h1 {
  font-size: 36px;
}

.about .about_info .about_info_wrap p {
  margin-top: 50px;
  font-size: 18px;
  line-height: 30px;
  text-indent: 2em;
}

.about .about_img {
  margin-top: 120px;
}

.about .about_img img {
  display: block;
  width: 49%;
  float: left;
}

.about .about_img img:first-child {
  margin-right: 1%;
}

.about .about_img img:last-child {
  margin-left: 1%;
}

@media (max-width: 1023px) {
  .about .about_info h1 {
    font-size: 24px;
  }

  .about .about_info .about_info_wrap p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
  }

  .about .about_img {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .about {
    margin: 40px 0;
    padding: 0 15px;
  }

  .about .about_info h1 {
    font-size: 18px;
  }

  .about .about_info .about_info_wrap p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 200%;
    text-indent: 2em;
  }

  .about .about_img {
    margin-top: 40px;
  }

  .about .about_img img {
    width: 100%;
    margin: 0 0 20px;
  }

  .about .about_img img:first-child {
    margin-right: 0%;
  }

  .about .about_img img:last-child {
    margin-left: 0%;
  }
}

/* 产品中心 */

.btn_more {
  width: 213px;
  height: 66px;
  line-height: 66px;
  margin: 85px auto 105px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #50afe4;
}

.btn_more a {
  font-size: 24px;
  color: #50afe4;
  display: block;
  width: 100%;
}

.btn_more:hover {
  background: #50afe4;
}

.btn_more:hover a {
  color: white;
}

@media (max-width: 1023px) {
  .btn_more {
    width: 106px;
    height: 44px;
    line-height: 44px;
    margin: 40px auto 50px;
    border-radius: 8px;
  }

  .btn_more a {
    font-size: 16px;
  }
}

/* 产品详情 */
.news_show,
.pro_show {
  margin: 90px 0 0;
}

.news_show .title,
.pro_show .title {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px dashed #ccc;
}

.news_show .title h1,
.pro_show .title h1 {
  font-size: 36px;
  color: #333;
  margin-bottom: 30px;
  padding: 0 10px;
  line-height: 150%;
}

.news_show .title span,
.pro_show .title span {
  display: inline-block;
  margin-left: 20px;
}

.pro_show .pro_detail {
  padding: 40px;
}

.pro_show .pro_detail .fl {
  width: 570px;
  height: 380px;
  position: relative;
}

.small_img_box {
  width: 572px;
  height: 382px;
  position: relative;
  overflow: hidden;
  border: 1px solid #50afe4;
}

.small_img_box img {
  width: 100%;
}

.small_img {
  float: left;
}

.pro_show .pro_detail .fl i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  background: url(../images/icon_magnifier.png) no-repeat center;
}

.pro_show .pro_detail .fl:hover {
  cursor: pointer;
}

.pro_show .pro_detail .fr {
  width: calc(95% - 570px);
  width: -webkit-calc(95% - 570px);
  width: -moz-calc(95% - 570px);
  overflow-y: scroll;
  height: 380px;
}

.pro_show .pro_detail .fr p {
  font-size: 20px;
  color: #666;
  margin: 16px 0;
}

.pro_show .pro_detail .fr .row span {
  font-weight: bold;
}

.pro_show_info {
  margin-top: 60px;
  padding: 0 40px;
}

.pro_show_info .row {
  margin-bottom: 60px;
}

.pro_show_info .row h1 {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
  font-weight: bold;
}

.pro_show_info p {
  line-height: 36px;
  color: #666;
  font-size: 16px;
}

.pro_show_info .row img {
  margin-bottom: 20px;
  display: block;
}

.page {
  border-top: 1px dashed #ccc;
  padding: 40px 40px 90px;
}

.page .row {
  margin-bottom: 18px;
}

.page .row span {
  display: inline-block;
  font-size: 18px;
  color: #666;
  margin-right: 10px;
}

.page .row a:hover {
  color: #50afe4;
}

.page .btn_return {
  float: right;
  border: 1px solid #50afe4;
  border-radius: 10px;
}

.page .btn_return a {
  color: #50afe4;
  font-size: 24px;
  display: block;
  width: 150px;
  height: 56px;
  line-height: 56px;
  text-align: center;
}

.page .btn_return:hover {
  background: #50afe4;
}

.page .btn_return:hover a {
  color: white;
}

@media (max-width: 1023px) {
  .pro_show .pro_detail .fl {
    width: 100%;
    height: auto;
  }

  .pro_show .pro_detail .fl .small_img_box {
    width: 100%;
    height: auto;
  }

  .pro_show .pro_detail .fl .small_img {
    width: 100%;
  }

  .small_img_box:hover span {
    display: none;
  }

  .pro_show .pro_detail .fl .big_img {
    display: none;
    width: 0;
    height: 0;
  }

  .pro_show .pro_detail .fl i {
    display: none;
  }

  .pro_show .pro_detail .fr {
    width: 100%;
    height: auto;
    overflow: auto;
    margin-top: 20px;
  }

  .pro_show .pro_detail {
    padding: 20px;
  }

  .pro_show_info {
    padding: 0 20px;
  }

  .page {
    padding: 20px 20px 40px;
  }
}

@media (max-width: 768px) {
  .news_show,
  .pro_show {
    margin-top: 25px;
  }

  .news_show .title h1,
  .pro_show .title h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .news_show .title,
  .pro_show .title {
    padding-bottom: 20px;
  }

  .pro_show .pro_detail .fr p {
    font-size: 14px;
  }

  .pro_show_info {
    margin-top: 0;
  }

  /*.pro_show_info .row {
        font-size: 14px;
    }*/

  .pro_show_info p {
    font-size: 14px;
    line-height: 30px;
  }

  /*.pro_show_info p{
        margin-bottom: 25px;
    }*/

  .page .row {
    margin-bottom: 10px;
  }

  .page .row a {
    font-size: 14px;
  }

  .page .btn_return {
    border-radius: 4px;
  }

  .page .btn_return a {
    font-size: 14px;
    width: 80px;
    height: 28px;
    line-height: 28px;
  }
}

/* 护肤专家 */
.skin {
  margin-top: 25px;
}

.skin .skin_wrap {
  display: block;
  width: 23%;
  margin: 15px 1%;
  float: left;
}

.skin .skin_wrap .pic {
  width: 100%;
  overflow: hidden;
}

.skin .skin_wrap .pic img {
  display: block;
  width: 100%;
  transition: all 0.6s;
}

.skin .skin_wrap .text {
  background: #f6f7f9;
  padding: 30px;
}

.skin .skin_wrap .text h1 {
  font-size: 18px;
  color: #333;
  line-height: 150%;
  transition: all 0.6s;
}

.skin .skin_wrap .text p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-indent: 2em;
}

.skin .skin_wrap .text .bar {
  width: 30px;
  height: 2px;
  background: #50afe4;
  margin: 25px 0;
  transition: all 0.6s;
}

.skin .skin_wrap .text a i {
  display: block;
  margin-top: 36px;
}

.skin .skin_wrap:hover {
  background: url(../images/news_bg.jpg) no-repeat center;
  background-size: cover;
}

.skin .skin_wrap:hover .pic img {
  transform: scale(1.1);
}

.skin .skin_wrap:hover .text h1 {
  color: #1ea9e2;
}

.skin .skin_wrap:hover .text .bar {
  background: #193a74;
}

@media (max-width: 1023px) {
  .skin {
    padding: 0 12px;
  }

  .skin .skin_wrap {
    margin: 10px;
    width: calc(50% - 10px);
  }

  .skin .skin_wrap:nth-child(odd) {
    margin-left: 0;
  }

  .skin .skin_wrap:nth-child(even) {
    margin-right: 0;
  }

  .skin .skin_wrap .text {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .skin .skin_wrap {
    width: 100%;
  }

  .skin .skin_wrap:nth-child(even) {
    margin-left: 0;
  }

  .skin .skin_wrap .text {
    padding: 10px;
  }

  .skin .skin_wrap .text h1 {
    font-size: 16px;
  }

  .skin .skin_wrap .text .bar {
    margin: 10px 0;
  }

  .skin .skin_wrap .text p {
    font-size: 12px;
    line-height: 24px;
  }
}

/* 公司专利 */
.patent_wrap {
  margin-top: 25px;
}

.patent_wrap .col {
  width: calc(25% - 40px);
  width: -webkit-calc(25% - 40px);
  width: -moz-calc(25% - 40px);
  margin: 20px;
  float: left;
  transition: 0.6s;
}

.patent_wrap .col .col_wrap {
  width: 100%;
  overflow: hidden;
}

.patent_wrap .col .col_wrap img {
  width: 100%;
}

.patent_wrap .col:hover {
  transform: translate(0, -10px);
  /*cursor: pointer;*/
}

.patent_wrap .col .info {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  width: 100%;
  padding: 10px 10px 0;
}

@media (max-width: 1023px) {
  .patent_wrap .col {
    width: calc(50% - 40px);
    width: -webkit-calc(50% - 40px);
    width: -moz-calc(50% - 40px);
  }
}

@media (max-width: 768px) {
  .patent_wrap .col {
    margin: 10px;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
  }

  .patent_wrap .col .info {
    font-size: 12px;
    line-height: 150%;
  }
}

/* 公司荣誉 */

.honor_wrap {
  margin-top: 25px;
}

.honor_wrap .col {
  width: calc(100% / 3 - 80px);
  width: -webkit-calc(100% / 3 - 80px);
  width: -moz-calc(100% / 3 - 80px);
  margin: 40px;
  float: left;
  transition: 0.6s;
}

.honor_wrap .col .col_wrap {
  width: 100%;
  overflow: hidden;
}

.honor_wrap .col .col_wrap img {
  width: 100%;
}

.honor_wrap .col:hover {
  transform: translate(0, -10px);
  /*cursor: pointer;*/
}

.honor_wrap .info {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}

@media (max-width: 1023px) {
  .honor_wrap .col {
    width: calc(50% - 80px);
    width: -webkit-calc(50% - 80px);
    width: -moz-calc(50% - 80px);
  }
}

@media (max-width: 768px) {
  .honor_wrap .col {
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    margin: 10px 10px 20px;
  }

  .honor_wrap .info {
    margin-top: 10px;
    font-size: 14px;
  }
}

/* 公司新闻 */
.news {
  padding: 0 20px;
}

.news .news_title {
  margin-top: 100px;
  margin-bottom: 60px;
  background: #f6f7f9;
}

.news .news_title img {
  width: 40%;
  float: left;
  margin-right: 30px;
}

.news .news_title .news_content .time {
  margin-left: calc(40% + 30px);
  margin-left: -webkit-calc(40% + 30px);
  margin-left: -moz-calc(40% + 30px);
  width: 120px;
  height: 90px;
  background: #50afe5;
  text-align: center;
  padding: 10px;
  transition: all 0.6s;
}

.news .news_title .news_content .time h1 {
  font-size: 36px;
  color: #fff;
}

.news .news_title .news_content .time p {
  font-size: 18px;
  color: #fff;
}

.news .news_title .news_content span {
  margin: 20px 0 30px;
  display: inline-block;
}

.news .news_title .news_content .title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  margin-top: 30px;
}

.news .news_title .news_content .bar {
  width: 30px;
  height: 2px;
  background: #50afe4;
  margin-left: calc(40% + 30px);
  margin-left: -webkit-calc(40% + 30px);
  margin-left: -moz-calc(40% + 30px);
  margin-bottom: 20px;
  transition: all 0.6s;
}

.news .news_title .news_content .text {
  font-size: 14px;
  line-height: 30px;
  text-indent: 2em;
}

.news .news_title .news_content .btn {
  width: 140px;
  display: inline-block;
  border: 1px solid#50afe4;
  text-align: center;
  height: 38px;
  line-height: 38px;
  color: #50afe4;
  margin-top: 30px;
  border-radius: 30px;
  transition: all 0.6s;
}

.news .news_title .news_content:hover .btn {
  color: white;
  background: #50afe4;
}

.news .index_news.news_list .news_wrap {
  float: left;
  width: 23%;
  margin: 20px 1%;
}

.news .news_title .news_content:hover .time {
  background: #193a74;
}

.news .news_title .news_content:hover .title {
  color: #1ea9e2;
}

.news .news_title .news_content:hover .bar {
  background: #193a74;
}

@media (max-width: 1023px) {
  .news .news_title {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .news .news_title img {
    width: 100%;
  }

  .news .news_title .news_content {
    float: left;
    padding: 20px;
  }

  .news .news_title .news_content .time {
    margin-left: 0;
    width: 120px;
    height: 90px;
    background: #50afe5;
    text-align: center;
    padding: 10px;
  }

  .news .news_title .news_content .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .news .news_title .news_content .bar {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .news .news_title .news_content span {
    margin: 20px 0 10px;
  }

  .news .news_title .news_content .btn {
    margin-top: 40px;
  }

  .news .index_news.news_list {
    padding: 0;
  }

  .news .index_news.news_list .news_wrap {
    width: 48%;
    margin: 20px 1%;
  }
}

@media (max-width: 768px) {
  .news {
    padding: 0 15px;
  }

  .news .news_title {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .news .news_title .news_content span {
    font-size: 12px;
  }

  .news .news_title .news_content .time {
    width: 80px;
    height: 60px;
    padding: 8px;
  }

  .news .news_title .news_content .time h1 {
    font-size: 18px;
  }

  .news .news_title .news_content .time p {
    font-size: 14px;
  }

  .news .news_title .news_content .bar {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .news .news_title .news_content span {
    margin: 20px 0 10px;
  }

  .news .news_title .news_content .btn {
    margin-top: 40px;
  }

  .news .news_title .news_content .title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .news .news_title .news_content .text {
    font-size: 14px;
    line-height: 200%;
  }

  .news .news_title .news_content .btn {
    margin-top: 20px;
  }

  .news .index_news.news_list .news_wrap {
    width: 100%;
    margin: 10px;
  }

  .news .index_news.news_list .news_wrap:nth-child(odd) {
    margin-left: 0;
  }

  .news .index_news.news_list .news_wrap:nth-child(even) {
    margin-right: 0;
    margin-left: 0;
  }
}

/* 新闻详情 */

.news_show_row {
  margin: 40px 0;
}

.news_show .news_show_row p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
  padding: 0 40px;
}

.news_show .news_show_row p img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .news_show {
    padding: 0 10px;
  }

  .news_show .news_show_row p {
    padding: 0 20px;
  }

  .news_show .news_show_row p img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .news_show_row {
    margin: 20px 0;
  }

  .news_show .news_show_row p {
    font-size: 14px;
    line-height: 200%;
    margin-top: 10px;
    padding: 0 20px;
  }
}

/* 产品订购 */

.contact .contact_info {
  margin: 100px 0;
  padding: 0 20px;
  display: flex;
}
.contact .contact_info .fl {
    float: none;
    flex: 1;
}

.contact .contact_info .fr {
  width: calc(100% - 860px);
  width: -webkit-calc(100% - 860px);
  width: -moz-calc(100% - 860px);
  background: #50afe4;
  margin-top: -60px;
  padding: 80px 5%;
}

.contact .contact_info .fr h1 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 50px;
}

.contact .contact_info .fr span {
  float: left;
  width: 60px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.contact .contact_info .fr p {
  margin-left: 60px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 18px;
  line-height: 30px;
}

#dituContent {
  width: 860px;
  height: 100%;
}

.iw_poi_title {
  color: #cc5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}

.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

.contact_bg {
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.contact_bg .row .col {
  float: left;
  margin: 20px 60px;
  width: calc(50% - 120px);
  width: -webkit-calc(50% - 120px);
  width: -moz-calc(50% - 120px);
}

.contact_bg .row .col span {
  float: left;
  width: 48px;
  margin-right: 20px;
  font-size: 18px;
  letter-spacing: 6px;
  line-height: 38px;
}

.contact_bg .row .col input {
  width: calc(100% - 68px);
  width: -webkit-calc(100% - 68px);
  width: -moz-calc(100% - 68px);
  float: left;
  outline: none;
  padding: 5px;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  border: 1px solid #dbdbdb;
}

.contact_bg .row2 {
  padding: 20px 60px;
}

.contact_bg .row2 span {
  width: 48px;
  margin-right: 20px;
  font-size: 18px;
  letter-spacing: 6px;
  float: left;
}

.contact_bg .row2 textarea {
  width: calc(100% - 68px);
  width: -webkit-calc(100% - 68px);
  width: -moz-calc(100% - 68px);
  float: left;
  outline: none;
  padding: 5px;
  height: 169px;
  border: 1px solid #dbdbdb;
}

.submit {
  margin: 20px 0 0 60px;
  width: 165px;
}

.submit a {
  display: block;
  width: 100%;
  background: #50afe4;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: white;
  font-size: 24px;
  letter-spacing: 6px;
}

.submit a:hover {
  background: #479ccb;
}

@media (max-width: 1350px) {
  .contact .contact_info .fr {
    width: 40%;
  }

  .contact .contact_info .fl {
    width: 60%;
  }

  #dituContent {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .contact .contact_info .fl {
    width: 100%;
  }

  .contact .contact_info .fr {
    width: 100%;
  }

  #dituContent {
    width: 100%;
  }

  .contact .row .col {
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
  }
}

@media (max-width: 768px) {
  .contact .contact_info {
    margin: 30px 0;
    padding: 0 15px;
    display: block;
  }

  .contact .contact_info .fr {
    padding: 80px 5% 20px;
  }

  .contact .contact_info .fr h1 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .contact .contact_info .fr span {
    float: left;
    font-size: 12px;
    width: 40px;
    line-height: 24px;
  }

  .contact .contact_info .fr p {
    margin-left: 40px;
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 24px;
  }

  .contact_bg .row .col span {
    font-size: 12px;
    letter-spacing: 4px;
    width: 32px;
  }

  .contact .row .col {
    width: 100%;
    margin: 10px 0;
    padding: 0 30px;
  }

  .contact_bg .row .col input {
    width: calc(100% - 52px);
    width: -moz-calc(100% - 52px);
    width: -webkit-calc(100% - 52px);
  }

  .contact_bg .row2 span {
    font-size: 12px;
    letter-spacing: 4px;
    width: 32px;
  }

  .contact_bg .row2 {
    width: 100%;
    margin: 10px 0;
    padding: 0 30px;
  }

  .contact_bg .row2 textarea {
    width: calc(100% - 52px);
    width: -moz-calc(100% - 52px);
    width: -webkit-calc(100% - 52px);
  }

  #dituContent {
    height: 300px;
  }

  .submit {
    margin: 10px 0 0 82px;
    width: 124px;
  }

  .submit a {
    line-height: 36px;
    height: 36px;
    font-size: 16px;
  }
}

/* job */
.job {
  margin-top: 25px;
  padding-bottom: 60px;
}

.job_table ul li {
  background: #fcfcfc;
  font-size: 0;
  position: relative;
}

.job_table ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
}

.job_table ul li:first-child {
  background: #50afe4;
  line-height: 55px;
  border-bottom: none;
}

.job_table ul li span {
  display: inline-block;
  font-size: 18px;
  line-height: 60px;
  color: #333;
  text-align: center;
}

.job_table ul li:first-child span {
  color: #fff;
  line-height: 55px;
  height: 55px;
}

.job_table ul li span.sp1 {
  width: 30%;
  text-align: left;
  padding-left: 60px;
}

.job_table ul li:first-child span.sp1 {
  text-align: center;
  padding-left: 0;
}

.job_table ul li span.sp2 {
  width: 10%;
  margin-right: 40%;
}

.job_table ul li span.sp3 {
  width: 20%;
  position: relative;
}

.job_table ul li span.sp3:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url(../images/icon_addcircle.png) no-repeat center;
  background-size: 28px 28px;
}

.job_table ul li span.sp3.down:after {
  background: url(../images/icon_deletecircle.png) no-repeat center;
  background-size: 28px 28px;
}

.job_table .job_hide {
  font-size: 16px;
  background: #f5f5f5;
  width: 100%;
  padding: 20px 20px 20px 60px;
}

.job_table .job_hide .job_hide_wrap {
  font-size: 16px;
  line-height: 30px;
}

.job_table .job_hide .job_hide_wrap h1 {
  color: #333;
  font-size: 16px;
}

.job_table .job_hide .job_email {
  margin-top: 60px;
}

.job_table .job_hide .job_email a {
  font-size: 16px;
  color: #50afe4;
  line-height: 30px;
}

@media (max-width: 1023px) {
  .job {
    padding: 0 15px;
  }

  .job_table ul li span.sp1 {
    width: 30%;
  }

  .job_table ul li span.sp2 {
    width: 20%;
    margin-right: 20%;
  }

  .job_table ul li span.sp3 {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .job {
    padding: 0 0 30px;
    background: white;
  }

  .job_table ul li span {
    font-size: 14px;
    line-height: 44px;
    vertical-align: -webkit-baseline-middle;
    padding: 0 5px;
  }

  .job_table ul li:first-child {
    line-height: 36px;
  }

  .job_table ul li:first-child span {
    line-height: 36px;
    height: 36px;
  }

  .job_table ul li span.sp3:after {
    width: 44px;
    height: 44px;
    background-size: 18px 18px;
  }

  .job_table ul li span.sp3.down:after {
    background-size: 18px 18px;
  }

  .job_table ul li span.sp1 {
    width: 35%;
    padding-left: 15px;
  }

  .job_table ul li span.sp2 {
    width: 20%;
    margin-right: 0;
  }

  .job_table ul li span.sp3 {
    width: 45%;
  }

  .job_table .job_hide {
    padding-left: 15px;
  }

  .job_table .job_hide .job_hide_wrap {
    font-size: 14px;
    line-height: 28px;
  }

  .job_table .job_hide .job_hide_wrap h1 {
    font-size: 14px;
  }
}

/* 用来判断浏览器版本 */
#getNewVersion {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  text-align: center;
  display: none;
}
#getNewVersion > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -100px;
  width: 600px;
  height: 200px;
}
#getNewVersion > a {
  display: inline-block;
  margin: 20px;
}

.animate-box {
  opacity: 0;
}

@media (max-width: 768px) {
  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.news_pad {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .news_pad {
    padding: 0;
  }
}

@media (min-width: 1023px) {
  .container_1520 .pro_show .pro_show_info img {
    width: 60%;
  }
  .bottomMain {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
  }
  .bottomMain .clearfix {
    display: none;
  }
}
.bottomMain {
  padding: 8px;
}
