/* banner图
---------------------------------------------- */

.banner {
  position: relative;
}

.banner .banner_bg {
  display: block;
  width: 100%;
}

.banner .banner_title {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 40PX 98PX 40PX 141PX;
  background-color: rgba(0, 0, 0, 0.4);
}

.banner .banner_title h2 {
  position: relative;
  font-size: 81PX;
  color: #fff;
  font-weight: 400;
}

.banner .banner_title h2::after {
  content: "";
  position: absolute;
  top: 1PX;
  right: -30PX;
  display: block;
  width: 6PX;
  height: 100%;
  background-color: #fff;
}

.banner .banner_crumb {
  position: absolute;
  left: 0;
  bottom: 70PX;
  background-color: #000;
}

.banner .banner_crumb span {
  display: block;
  margin: 0 6PX;
  font-size: 20PX;
  color: #fff;
  line-height: 1.5;
}

.banner .banner_crumb a {
  display: block;
  font-size: 20PX;
  line-height: 1.5;
  color: #fff;
}

.banner .banner_crumb .crumb_nav {
  position: relative;
  display: flex;
  align-items: center;
  height: 44PX;
  padding: 0 81PX 0 56PX;
}

.banner .banner_crumb .crumb_nav .nav_left {
  display: flex;
  align-items: center;
}

.banner .banner_crumb .crumb_nav .nav_left img {
  display: block;
  width: 16PX;
}

.banner .banner_crumb .crumb_nav .nav_right {
  display: flex;
  align-items: center;
  margin-left: 12PX;
}

.banner .banner_crumb .crumb_bg {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: -52PX;
}

.banner .phone_number {
  position: absolute;
  right: 81PX;
  bottom: 10%;
  font-size: 20PX;
  line-height: 1.5;
  color: #FFF;
}

@media screen and (min-width: 769px) and (max-width: 1201PX) {
  .banner .banner_title {
    padding: 30PX 88PX 30PX 130PX;
  }

  .banner .banner_title h2 {
    font-size: 50PX;
  }

  .banner .banner_crumb {
    bottom: 40PX;
  }

  .banner .banner_crumb span {
    font-size: 14PX;
  }

  .banner .banner_crumb a {
    font-size: 14PX;
  }

  .banner .phone_number {
    font-size: 16PX;
  }
}

@media screen and (max-width: 768px) {
  .banner .banner_title {
    padding: 1rem 2.45rem 1rem 3.525rem;
  }

  .banner .banner_title h2 {
    font-size: 1rem;
  }

  .banner .banner_title h2::after {
    right: -0.75rem;
    width: 4PX;
  }

  .banner .banner_crumb {
    bottom: 5%;
  }

  .banner .banner_crumb span {
    margin: 0 6PX;
    font-size: 0.7rem;
  }

  .banner .banner_crumb a {
    font-size: 0.7rem;
  }

  .banner .banner_crumb .crumb_nav {
    height: 1.25rem;
    padding: 0 2.025rem 0 1.4rem;
  }

  .banner .banner_crumb .crumb_nav .nav_left img {
    width: 0.4rem;
  }

  .banner .banner_crumb .crumb_nav .nav_right {
    margin-left: 0.3rem;
  }

  .banner .banner_crumb .crumb_bg {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1.3rem;
  }

  .banner .phone_number {
    display: none;
  }
}

/* 导航菜单部分
---------------------------------------------- */

.menu {
  background-image: url(../images/include/classify_bg.png);
  background-size: cover;
}

.menu ul {
  display: flex;
}

.menu ul a {
  display: block;
  height: 79PX;
  padding: 0 40PX;
  font-size: 18PX;
  color: #fff;
  line-height: 79PX;
}

.menu ul li.menu_active {
  background-color: #ff0000;
}

.menu ul li:hover {
  background-color: #ff0000;
}

@media screen and (min-width: 769px) and (max-width: 1199PX) {
  .menu ul a {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 768px) {
  .menu ul {
    overflow-x: auto;
  }

  .menu ul li {
    flex-shrink: 0;
  }

  .menu ul a {
    height: 2.5rem;
    padding: 0 0.75rem;
    font-size: 0.7rem;
    line-height: 2.5rem;
  }
}

/* 关于安科瑞
---------------------------------------------- */

.regard {
  padding-top: 55PX;
  background-color: #ffffff;
}

.regard h3 {
  position: relative;
  padding: 30PX 20PX;
  font-weight: normal;
  font-size: 24PX;
  color: #000000;
  letter-spacing: 1PX;
}

.regard h3::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: " ";
  display: block;
  width: 8PX;
  height: 28PX;
  background-color: #000;
}

.regard .regard_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.regard .regard_info .info_news {
  width: 52%;
  font-size: 16PX;
  color: #444;
  text-align: justify;
  line-height: 1.5;
}

.regard .regard_info .info_news p:nth-child(2n) {
  padding: 20PX 0;
}

.regard .regard_info .info_frequency {
  width: 45%;
}

.regard .regard_info .info_frequency .frequency_videos {
  position: relative;
  width: 100%;
}

.regard .regard_info .info_frequency .frequency_videos video {
  width: 100%;
}

.regard .regard_info .info_frequency .frequency_videos .video_img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: url(../images/come_into_our/bofang.png) no-repeat;
  background-size: 82PX;
  background-position: center center;
  cursor: pointer;
}

/* 关于安科瑞 1250px 断点
-----------------------------------------------*/

@media screen and (max-width: 1250px) {
  .regard {
    padding: 1.375rem 0.5rem 0 0.5rem;
    box-sizing: border-box;
  }
}

/* 关于安科瑞 1200px 断点
-----------------------------------------------*/

@media screen and (max-width: 1200px) {
  .regard .regard_info {
    flex-wrap: wrap;
  }

  .regard .regard_info .info_news {
    width: 100%;
  }

  .regard .regard_info .info_news p {
    padding: 0.5rem 0;
  }

  .regard .regard_info .info_news p:nth-child(2n) {
    padding: 0;
  }

  .regard .regard_info .info_frequency {
    order: -1;
    width: 100%;
  }
}

/* 关于安科瑞 768px 断点
-----------------------------------------------*/

@media screen and (max-width: 768px) {
  .regard h3 {
    padding: 0.75rem 0.5rem;
    font-size: 0.8rem;
    letter-spacing: 0.025rem;
  }

  .regard h3::after {
    width: 0.2rem;
    height: 0.7rem;
  }

  .regard .regard_info {
    display: flex;
    justify-content: space-between;
  }

  .regard .regard_info .info_news {
    font-size: 0.7rem;
  }

  .regard .regard_info .info_frequency .frequency_videos .video_img {
    background-size: 2.05rem;
  }
}

/* 公司动态
---------------------------------------------- */

.dynamic {
  background-color: #ffffff;
}

.dynamic .dynamic_title {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: auto;
  padding: 55PX 0 30PX 0;
}

.dynamic .dynamic_title h3 {
  padding: 0 8PX;
  font-weight: normal;
  font-size: 40PX;
  color: #87BFFE;
  letter-spacing: 1PX;
}

.dynamic .dynamic_title img {
  display: block;
  width: 31PX;
  padding: 0 8PX;
}

.dynamic .dynamic_title::after {
  display: block;
  position: absolute;
  bottom: 0;
  content: '';
  width: 270PX;
  height: 4PX;
  border-radius: 5PX;
  background-color: #87BFFE;
}

.dynamic .dynamic_info {
  display: flex;
  justify-content: space-between;
  padding: 55PX 0;
}

.dynamic .dynamic_info .info_img {
  display: flex;
  align-items: center;
  width: 45%;
}

.dynamic .dynamic_info .info_img img {
  width: 100%;
}

.dynamic .dynamic_info .info_news {
  width: 52%;
}

.dynamic .dynamic_info .info_news .news_classify {
  display: flex;
  justify-content: space-between;
  border-bottom: 2PX solid #D2D2D2;
}

.dynamic .dynamic_info .info_news .news_classify .classify_info {
  display: flex;
  padding: 0 30PX;
}

.dynamic .dynamic_info .info_news .news_classify .classify_info li {
  position: relative;
  padding: 0 20PX 10PX;
  border-bottom: 4PX solid transparent;
  font-size: 18PX;
  color: #666666;
  cursor: pointer;
}

.dynamic .dynamic_info .info_news .news_classify .classify_info .active {
  color: #87BFFE;
}

.dynamic .dynamic_info .info_news .news_classify .classify_info .active::after {
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  bottom: -7PX;
  display: block;
  width: 100%;
  height: 4PX;
  background-color: #87BFFE;
}

.dynamic .dynamic_info .info_news .news_classify .classify_change {
  display: flex;
  cursor: pointer;
}

.dynamic .dynamic_info .info_news .news_classify .classify_change span {
  font-size: 16PX;
  color: #87BFFE;
}

.dynamic .dynamic_info .info_news .news_info {
  padding: 20PX 0 10PX 0;
}

.dynamic .dynamic_info .info_news .news_info .info_list {
  display: none;
}

.dynamic .dynamic_info .info_news .news_info .info_list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10PX 0;
  padding-left: 30PX;
}

.dynamic .dynamic_info .info_news .news_info .info_list li::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8PX;
  height: 8PX;
  margin: auto;
  background-color: #999999;
  border-radius: 50%;
}

.dynamic .dynamic_info .info_news .news_info .info_list li a,
.dynamic .dynamic_info .info_news .news_info .info_list li span {
  font-size: 16PX;
  color: #666666;
}

.dynamic .dynamic_info .info_news .news_info .info_list li a {
  display: block;
  width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dynamic .dynamic_info .info_news .news_info .info_list li:hover::before {
  background-color: #87BFFE;
}

.dynamic .dynamic_info .info_news .news_info .info_list li:hover a,
.dynamic .dynamic_info .info_news .news_info .info_list li:hover span {
  color: #87BFFE;
}

.dynamic .dynamic_info .info_news .news_info .info_show {
  display: block;
}

/* 公司动态 1250px 断点
-----------------------------------------------*/

@media screen and (max-width: 1250px) {
  .dynamic {
    padding: 0 0.5rem;
    box-sizing: border-box;
  }
}

/* 公司动态 1050px 断点
-----------------------------------------------*/

@media screen and (max-width: 1050px) {
  .dynamic .dynamic_info {
    flex-wrap: wrap;
  }

  .dynamic .dynamic_info .info_img {
    width: 100%;
  }

  .dynamic .dynamic_info .info_news {
    width: 100%;
    padding-top: 0.75rem;
  }
}

/* 公司动态 768px 断点
-----------------------------------------------*/

@media screen and (max-width: 768px) {
  .dynamic {
    background-color: #ffffff;
  }

  .dynamic .dynamic_title {
    padding: 1.375rem 0 0.75rem 0;
  }

  .dynamic .dynamic_title h3 {
    padding: 0 0.2rem;
    font-size: 1rem;
  }

  .dynamic .dynamic_title img {
    width: 0.775rem;
    padding: 0 0.2rem;
  }

  .dynamic .dynamic_title::after {
    width: 6.75rem;
    height: 0.1rem;
    border-radius: 0.125rem;
  }

  .dynamic .dynamic_info {
    padding: 1.375rem 0;
  }

  .dynamic .dynamic_info .info_news .news_classify {
    border-bottom: 0.05rem solid #D2D2D2;
  }

  .dynamic .dynamic_info .info_news .news_classify .classify_info {
    padding: 0 0.75rem;
  }

  .dynamic .dynamic_info .info_news .news_classify .classify_info li {
    padding: 0 0.375rem 0.25rem;
    border-bottom: 0.1rem solid transparent;
    font-size: 0.7rem;
  }

  .dynamic .dynamic_info .info_news .news_classify .classify_info .active::after {
    bottom: -0.175rem;
    height: 0.1rem;
  }

  .dynamic .dynamic_info .info_news .news_classify .classify_change span {
    font-size: 0.7rem;
    color: #87BFFE;
  }

  .dynamic .dynamic_info .info_news .news_info {
    padding: 0.5rem 0 0.25rem 0;
  }

  .dynamic .dynamic_info .info_news .news_info .info_list li {
    padding: 0.25rem 0;
    padding-left: 0.75rem;
  }

  .dynamic .dynamic_info .info_news .news_info .info_list li::before {
    width: 0.2rem;
    height: 0.2rem;
  }

  .dynamic .dynamic_info .info_news .news_info .info_list li a,
  .dynamic .dynamic_info .info_news .news_info .info_list li span {
    font-size: 0.6rem;
    color: #666666;
  }
}

/* 发展历程
-----------------------------------------------*/

.development_history {
  width: 100%;
}

.development_history img {
  display: block;
  width: 100%;
}

/* 企业文化
-----------------------------------------------*/

.culture .culture_container {
  background-color: #ffffff;
}

.culture .culture_container .container_title {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: auto;
  padding: 55PX 0 30PX 0;
}

.culture .culture_container .container_title h3 {
  padding: 0 8PX;
  font-weight: normal;
  font-size: 40PX;
  color: #87BFFE;
  letter-spacing: 1PX;
}

.culture .culture_container .container_title img {
  display: block;
  width: 31PX;
  padding: 0 8PX;
}

.culture .culture_container .container_title::after {
  display: block;
  position: absolute;
  bottom: 0;
  content: '';
  width: 270PX;
  height: 4PX;
  border-radius: 5PX;
  background-color: #87BFFE;
}

.culture .culture_container .container_text {
  padding: 35PX 0;
  line-height: 1.5;
  text-align: center;
}

.culture .culture_container .container_info {
  display: flex;
  justify-content: center;
  padding: 25PX 0 55PX 0;
}

.culture .culture_container .container_info ul {
  display: flex;
  width: 1100PX;
}

.culture .culture_container .container_info ul li {
  position: relative;
  width: calc(100% / 4);
  font-size: 32PX;
  text-align: center;
  color: #7DBAFF;
}

.culture .culture_container .container_info ul li span {
  display: block;
  padding: 15PX 0;
}

.culture .culture_container .container_info ul li::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 4PX;
  height: 61PX;
  background-color: #87BFFE;
}

.culture .culture_container .container_info ul li:nth-child(4):after {
  display: none;
}

/* 企业文化 1250px 断点
-----------------------------------------------*/

@media screen and (max-width: 1250px) {
  .culture {
    padding: 0 0.5rem;
    box-sizing: border-box;
  }
}

/* 企业文化 768px 断点
-----------------------------------------------*/

@media screen and (max-width: 768px) {
  .culture .culture_container .container_title {
    padding: 1.375rem 0 0.75rem 0;
  }

  .culture .culture_container .container_title h3 {
    padding: 0 0.2rem;
    font-size: 1rem;
  }

  .culture .culture_container .container_title img {
    width: 0.775rem;
    padding: 0 0.2rem;
  }

  .culture .culture_container .container_title::after {
    width: 6.75rem;
    height: 0.1rem;
  }

  .culture .culture_container .container_text {
    padding: 0.875rem 0;
    font-size: 0.7rem;
  }

  .culture .culture_container .container_info {
    padding: 0.625rem 0 1.375rem 0;
  }

  .culture .culture_container .container_info ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .culture .culture_container .container_info ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 48%;
    font-size: 0.7rem;
  }

  .culture .culture_container .container_info ul li img {
    width: 20%;
    padding: 0.75rem 0.75rem;
  }

  .culture .culture_container .container_info ul li span {
    display: block;
    padding: 0.75rem 1rem;
  }

  .culture .culture_container .container_info ul li::after {
    width: 0.1rem;
    height: 1.525rem;
  }

  .culture .culture_container .container_info ul li:nth-child(4):after {
    display: block;
  }
}

/*荣誉证书部分
-----------------------------------------------*/

.certificate {
  background: #F7F7F7;
}

.certificate .container_title {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: auto;
  padding: 55PX 0 30PX 0;
}

.certificate .container_title h3 {
  padding: 0 8PX;
  font-weight: normal;
  font-size: 40PX;
  color: #87BFFE;
  letter-spacing: 1PX;
}

.certificate .container_title img {
  display: block;
  width: 31PX;
  padding: 0 8PX;
}

.certificate .container_title::after {
  display: block;
  position: absolute;
  bottom: 0;
  content: '';
  width: 270PX;
  height: 4PX;
  border-radius: 5PX;
  background-color: #87BFFE;
}

.certificate .container {
  position: relative;
}

.certificate .container .certificate_container {
  max-width: 1078PX;
  margin: auto;
  transition: all 0.1s;
}

.certificate .container .certificate_container .swiper-container {
  width: 100%;
  box-sizing: border-box;
  padding: 60PX 0 80PX 0;
}

.certificate .container .certificate_container .swiper-container .swiper-wrapper .swiper-slide {
  width: 270PX;
}

.certificate .container .certificate_container .swiper-container .swiper-wrapper .swiper-slide .slide_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.certificate .container .certificate_container .swiper-container .swiper-wrapper .swiper-slide .slide_center .slide_one {
  width: 230PX;
  margin-top: 50PX;
}

.certificate .container .certificate_container .swiper-container .swiper-wrapper .swiper-slide .slide_center .slide_one > img {
  display: block;
  width: 93%;
  margin: auto;
}

.certificate .container .certificate_container .swiper-container .swiper-wrapper .swiper-slide .slide_center .slide_one > div {
  height: 47PX;
  line-height: 47PX;
  text-align: center;
  background: #737373;
}

.certificate .container .certificate_container .swiper-container .swiper-wrapper .swiper-slide .slide_center .slide_two {
  display: none;
  width: 280PX;
}

.certificate .container .certificate_container .swiper-container .swiper-wrapper .swiper-slide .slide_center .slide_two > img {
  display: block;
  width: 93%;
  margin: auto;
}

.certificate .container .certificate_container .swiper-container .swiper-wrapper .swiper-slide .slide_center .slide_two > div {
  height: 47PX;
  line-height: 47PX;
  text-align: center;
  background: #737373;
}

.certificate .container .certificate_container .swiper-container .swiper-wrapper .swiper-slide:hover .slide_one {
  display: none;
}

.certificate .container .certificate_container .swiper-container .swiper-wrapper .swiper-slide:hover .slide_one > div {
  background-color: #737373;
}

.certificate .container .certificate_container .swiper-container .swiper-wrapper .swiper-slide:hover .slide_two {
  display: block;
}

.certificate .container .certificate_container .swiper-container .swiper-wrapper .swiper-slide:hover .slide_two > div {
  background-color: #7DBAFF;
}

.certificate .container .swiper-button-prev,
.certificate .container .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 130PX;
  bottom: 0;
  width: 48PX;
  height: 199PX;
  margin: auto;
  outline: none;
  transition: all 0.1s;
  opacity: 0.6;
  background-image: none;
}

.certificate .container .swiper-button-prev img,
.certificate .container .swiper-button-next img {
  width: 100%;
  height: 100%;
}

.certificate .container .swiper-button-prev {
  left: 0;
}

.certificate .container .swiper-button-prev:hover {
  background-color: #D9EAF4;
  transition: all 0.5s;
}

.certificate .container .swiper-button-next {
  right: 0;
}

.certificate .container .swiper-button-next:hover {
  background-color: #D9EAF4;
  transition: all 0.5s;
}

/* 荣誉证书部分 1250px 断点
-----------------------------------------------*/

@media screen and (max-width: 1250px) {
  .certificate .container .certificate_container {
    max-width: 900PX;
  }

  .certificate .container .swiper-button-prev {
    left: 0.25rem;
  }

  .certificate .container .swiper-button-next {
    right: 0.25rem;
  }
}

/* 荣誉证书部分 975px 断点
-----------------------------------------------*/

@media screen and (max-width: 975px) {
  .certificate .container .certificate_container {
    max-width: 700PX;
  }
}

/* 荣誉证书部分 768px 断点
-----------------------------------------------*/

@media screen and (max-width: 768px) {
  .certificate .container_title {
    padding: 1.375rem 0 0.75rem 0;
  }

  .certificate .container_title h3 {
    padding: 0 0.2rem;
    font-size: 1rem;
  }

  .certificate .container_title img {
    width: 0.775rem;
    padding: 0 0.2rem;
  }

  .certificate .container_title::after {
    width: 6.75rem;
    height: 0.1rem;
    border-radius: 0.125rem;
  }

  .certificate .container .certificate_container .swiper-container {
    padding: 1.5rem 0 2.5rem 0;
  }

  .certificate .container .certificate_container .swiper-container .swiper-wrapper .swiper-slide {
    width: 9.41rem;
  }

  .certificate .container .certificate_container .swiper-container .swiper-wrapper .swiper-slide .slide_center .slide_one {
    width: 7rem;
    margin-top: 1.25rem;
  }

  .certificate .container .certificate_container .swiper-container .swiper-wrapper .swiper-slide .slide_center .slide_two {
    width: 8.3rem;
  }

  .certificate .container .certificate_container .swiper-container .swiper-wrapper .swiper-slide .slide_center .slide_one > div,
  .certificate .container .certificate_container .swiper-container .swiper-wrapper .swiper-slide .slide_center .slide_two > div {
    height: 1.175rem;
    line-height: 1.175rem;
    font-size: 0.7rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .certificate .container .swiper-button-prev,
  .certificate .container .swiper-button-next {
    display: none;
  }
}
