.home_page header {
  background: url(/static/images/header_bg.png) no-repeat;
  background-size: cover;
}
.home_page .banner {
  margin-top: 288px;
  transition: 0.6s;
  position: relative;
  height: 652px;
  width: 100%;
}
.home_page .banner .swiper-slide {
  height: 100%;
  width: 100%;
}
.home_page .banner .swiper-slide img {
  height: 100%;
  width: 100%;
}
.home_page .banner .swiper-pagination-bullet {
  cursor: pointer;
  width: 22px !important;
  height: 22px !important;
  opacity: 1 !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0) !important;
  box-sizing: border-box !important;
  position: relative;
}
.home_page .banner .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  border-radius: 50%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
.home_page .banner .swiper-pagination-bullet-active {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.home_page .banner .swiper-pagination-bullet-active::after {
  background-color: #ffffff;
}
.home_page .banner.top {
  margin-top: 66px;
}
.home_page .main_content {
  padding: 60px 0 66px;
  background: #eef2f6;
}
.home_page .main_content .section1 {
  display: flex;
  background-color: #fff;
  padding: 30px;
}
.home_page .main_content .section1 .imgBox {
  width: 792px;
  height: 524px;
  overflow: hidden;
  background-color: #eef2f6;
  padding: 15px;
  position: relative;
}
.home_page .main_content .section1 .imgBox img {
  position: absolute;
  top: 15px;
  left: 15px;
  opacity: 0;
  transition: 0.3s;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
.home_page .main_content .section1 .imgBox img.active {
  opacity: 1;
}
.home_page .main_content .section1 .newsBox {
  flex: 1;
}
.home_page .main_content .section1 .newsBox .item {
  display: block;
  width: 100%;
  height: 131px;
  border-bottom: 1px dashed #e6e6e6;
  padding: 18px 35px;
  background-color: #fff;
  position: relative;
  transition: 0.3s;
}
.home_page .main_content .section1 .newsBox .item .title {
  line-height: 27px;
  height: 58px;
}
.home_page .main_content .section1 .newsBox .item .time {
  margin-top: 14px;
  line-height: 1;
}
.home_page .main_content .section1 .newsBox .item.active {
  background-color: #eef2f6;
}
.home_page .main_content .section1 .newsBox .item.active .title {
  color: #1852aa;
}
.home_page .main_content .section1 .newsBox .item.active::after {
  content: "";
  position: absolute;
  width: 61px;
  height: 5px;
  /*background-color: #1852aa;*/
  left: -46px;
  top: 30px;
}
.home_page .main_content .sloganBar {
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
}
.home_page .main_content .sloganBar img {
  width: 100%;
}
.home_page .main_content .section2 {
  background-color: #fff;
}
.home_page .main_content .section2 .section_main {
  padding: 40px 32px;
}
.home_page .main_content .section2 .section_main .imgBox {
  width: 451px;
  height: 326px;
}
.home_page .main_content .section2 .section_main .imgBox img {
  width: 100%;
  height: 100%;
}
.home_page .main_content .section2 .section_main .company_profile {
  width: 540px;
  height: 326px;
}
.home_page .main_content .section2 .section_main .company_profile .name {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 12px;
}
.home_page .main_content .section2 .section_main .company_profile .name::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 63px;
  height: 1px;
  background-color: #1852aa;
}
.home_page .main_content .section2 .section_main .company_profile .des {
  letter-spacing: 1px;
  line-height: 27px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.home_page .main_content .section2 .section_main .moreBars {
  width: 355px;
}
.home_page .main_content .section2 .section_main .moreBars .item {
  height: 148px;
  width: 355px;
  position: relative;
  padding: 0 24px 0 35px;
}
.home_page .main_content .section2 .section_main .moreBars .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_page .main_content .section2 .section_main .moreBars .item .text {
  position: relative;
  letter-spacing: 1px;
}
.home_page .main_content .section2 .section_main .moreBars .item .text .en {
  opacity: 0.5;
}
.home_page .main_content .section2 .section_main .moreBars .item .icon {
  position: relative;
  height: 41px;
}
.home_page .main_content .section2 .section_main .moreBars .item:nth-child(2) {
  margin-top: 20px;
}
.home_page .main_content .section3 {
  margin-top: 26px;
  background-color: #ffffff;
}
.home_page .main_content .section3 .main {
  padding: 50px 32px;
  display: flex;
  justify-content: space-between;
}
.home_page .main_content .section3 .main .left {
  width: 447px;
  height: 289px;
  position: relative;
}
.home_page .main_content .section3 .main .left .img {
  width: 100%;
  height: 100%;
}
.home_page .main_content .section3 .main .left .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 127px;
  padding: 70px 30px 0;
  background: linear-gradient(to bottom, rgba(24, 82, 170, 0), rgba(24, 82, 170, 0.8));
}
.home_page .main_content .section3 .main .left .mask .icon_more {
  width: 5px;
  margin-right: 13px;
}
.home_page .main_content .section3 .main .left .mask .text {
  width: 100%;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_page .main_content .section3 .main .items {
  margin-left: 48px;
  flex: 1;
}
.home_page .main_content .section3 .main .items .item {
  height: 37px;
  display: flex;
  align-items: center;
}
.home_page .main_content .section3 .main .items .item .icon_more {
  width: 5px;
  margin-right: 16px;
}
.home_page .main_content .section3 .main .items .item .title {
  font-size: 16px;
}
.home_page .main_content .section3 .main .items .item .time {
  font-size: 15px;
  color: #666666;
  margin-left: auto;
}
.home_page .main_content .section4 {
  background: #fff;
}
.home_page .main_content .section4 .main {
  padding: 30px 32px;
  display: flex;
  justify-content: space-between;
}
.home_page .main_content .section4 .main .items {
  width: 443px;
}
.home_page .main_content .section4 .main .items .topBox .cateName {
  width: 98px;
  height: 53px;
  background-color: #1852aa;
  border-radius: 10px;
  padding-bottom: 10px;
  text-align: center;
  line-height: 40px;
}
.home_page .main_content .section4 .main .items .topBox img {
  margin-top: -15px;
  border-top-left-radius: 10px;
  width: 100%;
  height: 216px;
}
.home_page .main_content .section4 .main .items .titles {
  margin-top: 6px;
}
.home_page .main_content .section4 .main .items .titles .item {
  height: 37px;
  display: flex;
  align-items: center;
}
.home_page .main_content .section4 .main .items .titles .item .icon_more {
  width: 5px;
  margin-right: 16px;
}
.home_page .main_content .section4 .main .items .titles .item .title {
  letter-spacing: 0.5px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.home_page .main_content .section5 {
  margin-top: 26px;
  background: #fff;
}
.home_page .main_content .section5 .mian {
  padding: 36px 29px 36px 32px;
  overflow: hidden;
}
.home_page .main_content .section5 .certificate_swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
.home_page .main_content .section5 .certificate_swiper .swiper-slide {
  /*width: 270px !important;*/
  width: auto;
  /*margin-right: 22px !important;*/
}
.home_page .main_content .section5 .certificate_swiper .swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: 0.3s;
  border: 1px solid #e9e9e9;
}
.home_page .main_content .section5 .certificate_swiper .swiper-slide .name {
  transition: 0.3s;
  letter-spacing: 1px;
  font-size: 15px;
  color: #333;
  line-height: 23px;
  text-align: center;
  padding: 0 12px;
  margin-top: 12px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home_page .main_content .section5 .certificate_swiper .swiper-slide-active img {
  border: 1px solid #1852aa;
}
.home_page .main_content .section5 .certificate_swiper .swiper-slide-active .name {
  color: #1852aa;
}
.home_page .main_content .section5 .certificate_swiper .swiper-pagination-bullet {
  cursor: pointer;
  width: 8px !important;
  height: 8px !important;
  opacity: 1 !important;
  background: #e5e5e5 !important;
}
.home_page .main_content .section5 .certificate_swiper .swiper-pagination-bullet-active {
  background: #1852aa !important;
}
.company_profile_page .main_items .section {
  display: none;
}
.company_profile_page .main_items .section.active {
  display: block;
}
.company_profile_page .main_items .section1 {
  padding-top: 100px;
  padding-bottom: 180px;
}
.company_profile_page .main_items .section1 .content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.company_profile_page .main_items .section1 .bg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-30%, -50%);
  width: 577px;
}
.company_profile_page .main_items .section1 .infomation {
  width: 790px;
}
.company_profile_page .main_items .section1 .infomation .textBox {
  margin-top: 50px;
}
.company_profile_page .main_items .section1 .infomation .textBox p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  text-indent: 2em;
}
.company_profile_page .main_items .section1 .img {
  width: 603px;
  height: 729px;
}
.company_profile_page .main_items .section2 {
  padding: 80px 0 110px;
}
.company_profile_page .main_items .section2 img {
  display: block;
  width: 80%;
  margin: 66px auto 0;
}
.company_profile_page .main_items .section3 {
  padding: 80px 0 100px;
}
.company_profile_page .main_items .section3 .items {
  margin-top: 80px;
  flex-wrap: wrap;
}
.company_profile_page .main_items .section3 .items .item {
  width: 326px;
  height: 382px;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
  margin-right: calc((100% - (326px * 4)) / 3);
}
.company_profile_page .main_items .section3 .items .item .imgBox {
  width: 150px;
  height: 150px;
  background-color: #f5f7f9;
}
.company_profile_page .main_items .section3 .items .item .imgBox img {
  width: 150px;
  height: 150px;
}
.company_profile_page .main_items .section3 .items .item .name {
  font-size: 30px;
  color: #333;
  padding-bottom: 20px;
  position: relative;
  margin-top: 44px;
}
.company_profile_page .main_items .section3 .items .item .name::after {
  content: "";
  width: 36px;
  height: 2px;
  background-color: #1852aa;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.company_profile_page .main_items .section3 .items .item .title {
  margin-top: 20px;
  font-size: 22px;
  color: #666;
}
.company_profile_page .main_items .section3 .items .item:nth-child(4n) {
  margin-right: 0;
}
.company_profile_page .main_items .section4 {
  padding: 80px 0 120px;
}
.company_profile_page .main_items .section4 .content {
  margin-top: 40px;
}
.company_profile_page .main_items .section4 .content p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  text-indent: 2em;
}
.company_profile_page .main_items .section4 .content img {
  width: 100%;
  margin: 40px 0;
}
.party_building_page .main_items .section {
  display: none;
  padding: 50px 0 88px;
}
.party_building_page .main_items .section .items {
  margin-bottom: 75px;
}
.party_building_page .main_items .section .items .item {
  padding: 0 43px;
  height: 120px;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 16px;
  background-color: #f7f8f9;
  border-bottom: 1px solid #f7f8f9;
}
.party_building_page .main_items .section .items .item .time {
  font-size: 22px;
  color: #1852aa;
  border-right: 1px solid #a3b0c4;
  width: 217px;
}
.party_building_page .main_items .section .items .item .time img {
  margin-right: 20px;
  width: 31px;
}
.party_building_page .main_items .section .items .item .title {
  transition: 0.3s;
  font-size: 20px;
  margin-left: 40px;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.party_building_page .main_items .section .items .item .moreBox {
  margin-left: auto;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.7s;
}
.party_building_page .main_items .section .items .item .moreBox img {
  width: 23px;
}
.party_building_page .main_items .section .items .item .moreBox .white {
  display: none;
}
.party_building_page .main_items .section .items .item .moreBox.active {
  background-color: #1852aa;
  transform: rotate(-45deg);
}
.party_building_page .main_items .section .items .item .moreBox.active .white {
  display: block;
}
.party_building_page .main_items .section .items .item .moreBox.active .black {
  display: none;
}
.party_building_page .main_items .section .items .item.active {
  border-bottom: 1px solid #1852aa;
}
.party_building_page .main_items .section .items .item.active .title {
  color: #1852aa;
}
.party_building_page .main_items .section.active {
  display: block;
}
.party_building_info_page {
  background-color: #f8f8f8;
}
.party_building_info_page .main {
  padding-bottom: 60px;
}
.party_building_info_page .main .contents {
  background-color: #fff;
  padding: 53px 70px 80px;
}
.party_building_info_page .main .contents .article_title {
  margin: 0 auto 50px;
  max-width: 80%;
  font-size: 28px;
  color: #222;
  text-align: center;
}
.party_building_info_page .main .contents .infomationBox {
  padding-bottom: 18px;
  border-bottom: 1px solid #e2e2e2;
}
.party_building_info_page .main .contents .infomationBox .time span {
  font-size: 16px;
  color: #666666;
  margin-right: 50px;
}
.party_building_info_page .main .contents .infomationBox .share span {
  font-size: 16px;
  color: #666666;
  margin-right: 20px;
}
.party_building_info_page .main .contents .infomationBox .share .icons {
  width: 120px;
}
.party_building_info_page .main .contents .infomationBox .share .icons .icon {
  position: relative;
  user-select: none;
  cursor: pointer;
  width: 31px;
  height: 31px;
  background-color: #fefefe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 8px 5px rgba(0, 0, 0, 0.05);
}
.party_building_info_page .main .contents .infomationBox .share .icons .icon img {
  width: 31px;
}
.party_building_info_page .main .contents .infomationBox .share .icons .icon #qrcode {
  display: none;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.party_building_info_page .main .contents .richtext {
  padding-top: 35px;
}
.party_building_info_page .main .contents .richtext p {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  text-indent: 2em;
  margin-bottom: 32px;
  letter-spacing: 2px;
}
.party_building_info_page .main .contents .richtext img {
  display: block;
  margin: 0 auto;
  width: 782px;
  margin-bottom: 35px;
}
.qualifications_page .main .main_items {
  padding: 56px 0 90px;
}
.qualifications_page .main .main_items .items {
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.qualifications_page .main .main_items .items .item {
  display: block;
  width: 352px;
  margin-bottom: 20px;
  margin-right: calc((100% - 352px * 4) / 3);
}
.qualifications_page .main .main_items .items .item .imgBox {
  transition: 0.3s;
  width: 352px;
  height: 250px;
  border: 1px solid #ebebeb;
}
.qualifications_page .main .main_items .items .item .imgBox img {
  width: 352px;
  height: 250px;
}
.qualifications_page .main .main_items .items .item .name {
  transition: 0.3s;
  width: 100%;
  text-align: center;
  padding: 0 40px;
  font-size: 15px;
  line-height: 24px;
  height: 50px;
  margin-top: 15px;
}
.qualifications_page .main .main_items .items .item:nth-child(4n) {
  margin-right: 0;
}
.qualifications_page .main .main_items .items .item:hover .imgBox {
  border: 1px solid #1852aa;
  box-shadow: 1px 1px 8px 5px rgba(24, 82, 170, 0.1);
}
.qualifications_page .main .main_items .items .item:hover .name {
  color: #1852aa;
}
.qualifications_info_page .main {
  padding-bottom: 60px;
}
.qualifications_info_page .main .contents {
  background-color: #fff;
  padding: 53px 75px 90px;
}
.qualifications_info_page .main .contents .article_title {
  padding-bottom: 50px;
  font-size: 28px;
  color: #222;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
}
.qualifications_info_page .main .contents img {
  width: 1067px;
  margin: 0 auto;
  display: block;
  margin-top: 70px;
}
.performance_page .section {
  display: none;
  padding: 60px 0 80px;
}
.performance_page .section .items {
  margin-bottom: 60px;
}
.performance_page .section .items .item {
  padding: 0 50px 0 42px;
  height: 320px;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 22px;
  background-color: #f7f8f9;
  border-bottom: 1px solid #f7f8f9;
}
.performance_page .section .items .item .img {
  width: 371px;
  height: 254px;
}
.performance_page .section .items .item .item_info {
  flex: 1;
  margin-left: 52px;
}
.performance_page .section .items .item .item_info .tag {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}
.performance_page .section .items .item .item_info .tag img {
  width: 27px;
  height: 26px;
  margin-right: 14px;
}
.performance_page .section .items .item .item_info .tag span {
  font-size: 22px;
  color: #1852aa;
}
.performance_page .section .items .item .item_info .title {
  margin-bottom: 17px;
}
.performance_page .section .items .item .item_info .des {
  letter-spacing: 1.5px;
  line-height: 2;
  margin-bottom: 30px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.performance_page .section .items .item .item_info .more {
  font-size: 18px;
  color: #666666;
}
.performance_page .section .items .item .item_info .more img {
  margin-left: 10px;
  display: none;
  width: 23px;
}
.performance_page .section .items .item.active {
  border-bottom: 1px solid #1852aa;
}
.performance_page .section .items .item.active .title {
  color: #1852aa;
}
.performance_page .section .items .item.active .more img {
  display: block;
}
.performance_page .section .items2 {
  margin-bottom: 75px;
}
.performance_page .section .items2 .item {
  padding: 0 43px;
  height: 120px;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 16px;
  background-color: #f7f8f9;
  border-bottom: 1px solid #f7f8f9;
}
.performance_page .section .items2 .item .time {
  font-size: 22px;
  color: #1852aa;
  border-right: 1px solid #a3b0c4;
  width: 217px;
}
.performance_page .section .items2 .item .time img {
  margin-right: 20px;
  width: 31px;
}
.performance_page .section .items2 .item .title {
  transition: 0.3s;
  font-size: 20px;
  margin-left: 40px;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.performance_page .section .items2 .item .moreBox {
  margin-left: auto;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.7s;
}
.performance_page .section .items2 .item .moreBox img {
  width: 23px;
}
.performance_page .section .items2 .item .moreBox .white {
  display: none;
}
.performance_page .section .items2 .item .moreBox.active {
  background-color: #1852aa;
  transform: rotate(-45deg);
}
.performance_page .section .items2 .item .moreBox.active .white {
  display: block;
}
.performance_page .section .items2 .item .moreBox.active .black {
  display: none;
}
.performance_page .section .items2 .item.active {
  border-bottom: 1px solid #1852aa;
}
.performance_page .section .items2 .item.active .title {
  color: #1852aa;
}
.performance_page .section.active {
  display: block;
}
.qualityAssurance_page .main .main_items {
  padding-top: 60px;
  padding-bottom: 80px;
  flex-wrap: wrap;
}
.qualityAssurance_page .main .main_items .item {
  width: 472px;
  margin-bottom: 30px;
  margin-right: calc((100% - 472px * 3) / 2);
}
.qualityAssurance_page .main .main_items .item .imgBox {
  width: 472px;
  height: 260px;
  border: 1px solid #f3f3f3;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.qualityAssurance_page .main .main_items .item .imgBox img {
  width: 472px;
  height:260px;
}
.qualityAssurance_page .main .main_items .item .name {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  height: 60px;
  margin-top: 30px;
  display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.qualityAssurance_page .main .main_items .item:nth-child(3n) {
  margin-right: 0;
}
.qualityAssurance_page .main .main_items .item:hover .imgBox {
  border: 1px solid #1852aa;
  box-shadow: 1px 1px 8px 5px rgba(24, 82, 170, 0.1);
}
.qualityAssurance_page .main .main_items .item:hover .name {
  color: #1852aa;
}
.corporateCulture_page {
  background-color: #f8f8f8;
}
.corporateCulture_page .main .contents {
  background-color: #fff;
  margin-bottom: 85px;
  padding: 76px;
}
.corporateCulture_page .main .contents .topText p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 2;
}
.corporateCulture_page .main .contents .topText P:last-child {
  margin-top: 16px;
}
.corporateCulture_page .main .contents .items {
  margin-top: 42px;
}
.corporateCulture_page .main .contents .items .item {
  margin-bottom: 22px;
  width: 100%;
  display: flex;
  align-items: center;
}
.corporateCulture_page .main .contents .items .item .left {
  flex: 1;
  height: 376px;
  background-color: #f8f8f8;
  padding: 0 66px 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.corporateCulture_page .main .contents .items .item .left .title {
  display: flex;
  align-items: center;
  font-size: 24px;
}
.corporateCulture_page .main .contents .items .item .left .title img {
  width: 45px;
  margin-right: 12px;
}
.corporateCulture_page .main .contents .items .item .left .des {
  font-size: 16px;
  line-height: 2;
  color: #666666;
  margin-top: 26px;
}
.corporateCulture_page .main .contents .items .item .right img {
  width: 668px;
  height: 376px;
}
.contact_page {
  background-color: #f8f8f8;
}
.contact_page .main .contents {
  background-color: #fff;
  margin-bottom: 58px;
  padding: 78px 40px 55px;
}
.contact_page .main .contents .icons .item {
  flex: 1;
  height: 152px;
  border-right: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: baseline;
  flex-direction: column;
}
.contact_page .main .contents .icons .item img {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
}
.contact_page .main .contents .icons .item .title {
  margin-bottom: 12px;
}
.contact_page .main .contents .icons .item .content {
  transition: 0.3s;
}
.contact_page .main .contents .icons .item:hover .content {
  color: #1852aa;
}
.contact_page .main .contents .icons .item:last-child {
  border: none;
}
.contact_page .main .contents .map {
  margin-top: 78px;
  width: 100%;
  height: 626px;
}
.window_page .main .section {
  display: none;
}
.window_page .main .section .top {
  background-color: #fff;
  padding: 55px 0 90px;
}
.window_page .main .section .top .content {
  display: flex;
}
.window_page .main .section .top .content .left {
  width: 750px;
  height: 496px;
  position: relative;
}
.window_page .main .section .top .content .left img {
  width: 750px;
  height: 496px;
}
.window_page .main .section .top .content .left .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 130px 40px 0;
  font-size: 18px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 189px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.window_page .main .section .top .content .right {
  height: 496px;
  margin-left: 60px;
  width: calc(100% - 60px - 750px);
}
.window_page .main .section .top .content .right .items {
  width: 100%;
  margin-top: 40px;
}
.window_page .main .section .top .content .right .items .item {
  width: 100%;
  display: flex;
  align-items: center;
  height: 52px;
}
.window_page .main .section .top .content .right .items .item img {
  width: 6px;
  height: 9px;
  margin-right: 26px;
}
.window_page .main .section .top .content .right .items .item .title {
  font-size: 18px;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.window_page .main .section .bottom {
  background-color: #f8f8f9;
  padding: 80px 0 120px;
}
.window_page .main .section .bottom .content {
  display: flex;
  justify-content: space-between;
}
.window_page .main .section .bottom .content .left,
.window_page .main .section .bottom .content .right {
  width: 700px;
}
.window_page .main .section .bottom .content .left .items,
.window_page .main .section .bottom .content .right .items {
  margin-top: 40px;
}
.window_page .main .section .bottom .content .left .items .item,
.window_page .main .section .bottom .content .right .items .item {
  height: 52px;
  display: flex;
  align-items: center;
}
.window_page .main .section .bottom .content .left .items .item img,
.window_page .main .section .bottom .content .right .items .item img {
  width: 6px;
  height: 9px;
  margin-right: 30px;
}
.window_page .main .section .bottom .content .left .items .item .title,
.window_page .main .section .bottom .content .right .items .item .title {
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.window_page .main .section .bottom .content .left .items .item .time,
.window_page .main .section .bottom .content .right .items .item .time {
  margin-left: auto;
}
.window_page .main .section .content_list {
  padding: 50px 0 80px;
}
.window_page .main .section .content_list .items {
  margin-bottom: 75px;
}
.window_page .main .section .content_list .items .item {
  padding: 0 43px;
  height: 120px;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 16px;
  background-color: #f7f8f9;
  border-bottom: 1px solid #f7f8f9;
}
.window_page .main .section .content_list .items .item .time {
  font-size: 22px;
  color: #d3000d;
  border-right: 1px solid #a3b0c4;
  width: 217px;
}
.window_page .main .section .content_list .items .item .time img {
  margin-right: 20px;
  width: 31px;
}
.window_page .main .section .content_list .items .item .title {
  transition: 0.3s;
  font-size: 20px;
  margin-left: 40px;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.window_page .main .section .content_list .items .item .moreBox {
  margin-left: auto;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.7s;
}
.window_page .main .section .content_list .items .item .moreBox img {
  width: 23px;
}
.window_page .main .section .content_list .items .item .moreBox .white {
  display: none;
}
.window_page .main .section .content_list .items .item .moreBox.active {
  background-color: #d3000d;
  transform: rotate(-45deg);
}
.window_page .main .section .content_list .items .item .moreBox.active .white {
  display: block;
}
.window_page .main .section .content_list .items .item .moreBox.active .black {
  display: none;
}
.window_page .main .section .content_list .items .item.active {
  border-bottom: 1px solid #d3000d;
}
.window_page .main .section .content_list .items .item.active .title {
  color: #d3000d;
}
.window_page .main .section.active {
  display: block;
}
.search_result_page header {
  background: url(/static/images/header_bg.png) no-repeat;
  background-size: cover;
}
.search_result_page .main {
  margin-top: 288px;
  padding: 80px 0;
}
.search_result_page .main .inputBox {
  width: 597px;
  height: 52px;
  border: 1px solid #eeeeee;
  margin: 44px auto 52px;
  display: flex;
  align-items: center;
}
.search_result_page .main .inputBox input {
  flex: 1;
  font-size: 18px;
  color: #333;
  padding: 0 20px;
}
.search_result_page .main .inputBox input::placeholder {
  color: #999999;
}
.search_result_page .main .inputBox .iconBox {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1852aa;
}
.search_result_page .main .inputBox .iconBox img {
  width: 20px;
}
.search_result_page .main .items {
  margin-bottom: 50px;
  border-top: 1px solid #ededed;
}
.search_result_page .main .items .item {
  height: 120px;
  width: 100%;
  transition: 0.3s;
  border-bottom: 1px solid #f7f8f9;
}
.search_result_page .main .items .item .tag {
  font-size: 18px;
  color: #1852aa;
  padding-right: 16px;
  border-right: 1px solid #d3d3d3;
}
.search_result_page .main .items .item .time {
  font-size: 18px;
  color: #222222;
  margin-left: auto;
  margin-right: 35px;
}
.search_result_page .main .items .item .title {
  transition: 0.3s;
  font-size: 18px;
  margin-left: 20px;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_result_page .main .items .item .moreBox {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  transition: 0.7s;
}
.search_result_page .main .items .item .moreBox img {
  width: 23px;
}
.search_result_page .main .items .item .moreBox .white {
  display: none;
}
.search_result_page .main .items .item .moreBox.active {
  background-color: #1852aa;
  transform: rotate(-45deg);
}
.search_result_page .main .items .item .moreBox.active .white {
  display: block;
}
.search_result_page .main .items .item .moreBox.active .black {
  display: none;
}
.search_result_page .main .items .item.active {
  border-bottom: 1px solid #1852aa;
}
.search_result_page .main .items .item.active .title {
  color: #1852aa;
}
