/* 产品 */
.product-container {
  padding: 30px 30px 0;
  overflow: hidden;
  font-size: 40px;
  font-weight: bold;
}
.product-container .product-item {
  width: 50%;
  height: 528px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 32px;
  float: left;
  text-align: center;
  transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
}
.product-container .product-item .item_box {
  height: 528px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-container .product-item .item_box p{
  height: 425px;
}
.product-container .product-item img{
  max-height: 100%;
  max-width: 100%;
}
.product-container .product-item:nth-child(1):hover,
.product-container .product-item:nth-child(6):hover {
  transform: scale(1.02);
}
.product-container .product-item:nth-child(2):hover,
.product-container .product-item:nth-child(3):hover,
.product-container .product-item:nth-child(4):hover,
.product-container .product-item:nth-child(5):hover {
  transform: scale(1.04);
}
.product-container .product-item p:nth-child(1) {
  margin-bottom: 20px;
}
.product-container .product-item:nth-child(2n) {
  padding-right: 1%;
}
.product-container .product-item:nth-child(2n + 1) {
  padding-left: 1%;
}
.product-container .product-item:nth-child(1) {
  width: 100%;
  padding-left: 0;
  background: url("../images/product_bg1.jpg") no-repeat;
}
.product-container .product-item:nth-child(1) ul {
  display: flex;
  height: 570px;
  align-items: center;
}
.product-container .product-item:nth-child(1) ul li {
  flex: 1;
}
.product-container .product-item:nth-child(1) ul li:nth-child(1) {
  padding-right: 15px;
}
.product-container .product-item:nth-child(1) ul li:nth-child(2) {
  padding-left: 15px;
  font-size: 60px;
  font-weight: bold;
}
.product-container
  .product-item:nth-child(1)
  ul
  li:nth-child(2)
  p:nth-child(1) {
  font-size: 72px;
  margin-bottom: 30px;
}
.product-container .product-item:nth-child(2) .item_box {
  background: url("../images/product_bg2.jpg") no-repeat left;
}
.product-container .product-item:nth-child(3) .item_box {
  background: url("../images/product_bg3.jpg") no-repeat right;
}
.product-container .product-item:nth-child(4) .item_box {
  background: url("../images/product_bg4.jpg") no-repeat left;
}
.product-container .product-item:nth-child(5) .item_box {
  background: url("../images/product_bg5.jpg") no-repeat right;
}
.product-container .product-item:nth-child(6) {
  width: 100%;
  margin-left: 0;
  background: url("../images/product_bg6.jpg") no-repeat;
}
.product-container .product-item:nth-child(6) ul {
  display: flex;
  height: 570px;
  align-items: center;
}
.product-container .product-item:nth-child(6) ul li {
  flex: 1;
}
.product-container .product-item:nth-child(6) ul li:nth-child(1) {
  padding-right: 15px;
}
.product-container .product-item:nth-child(6) ul li:nth-child(2) {
  padding-left: 15px;
  font-size: 60px;
  font-weight: bold;
}
.contact_container {
  display: flex;
  align-items: center;
  height: 633px;
  padding: 0 14%;
  color: #0b0b0b;
  background: url("../images/contact_bg.jpg") no-repeat right center / cover;
  transition: all cubic-bezier(0.175, 0.885, 0.32, 1) 0.3s;
}
.contact_container:hover {
  background: url("../images/contact_bg.jpg") no-repeat right center / cover;
}
.contact_container ul {
  width: 50%;
}
.contact_container ul li:nth-child(1) {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 40px;
}
.contact_container ul li:nth-child(2) {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 40px;
}
.contact_container ul li:nth-child(3) {
  color: #1a85e9;
  font-size: 24px;
}
.contact_container ul li:nth-child(3) a {
  background: url("../images/youbian.png") no-repeat right;
  padding-right: 26px;
}
.static_container {
  padding: 100px 6% 120px;
  color: #151515;
}
.static_container ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 90px;
}
.static_container ul li {
  flex: 1;
}
.static_container ul li .counter {
  font-size: 90px;
  position: relative;
}
.static_container ul li .counter::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/jiahao.png") no-repeat;
}
.static_container ul li p:nth-child(2) {
  font-size: 24px;
}
.container_title {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 110px;
}

.cooperate_container {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cooperate_container ul {
  display: flex;
  justify-content: center;
}
.cooperate_container ul li {
  width: 312px;
  padding: 0 20px;
}

.aptitude_container {
  height: 414px;
  margin: 0 32px 160px;
  overflow: hidden;
}
.aptitude_container li {
  padding: 0 20px;
}
.aptitude_container li img {
  transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
}
.aptitude_container li img:hover {
  transform: scale(1.04);
}
/* 产品 */
.product_type_box {
  background-color: white;
  padding: 130px 60px 120px;
}
.product_type_list_box{
  width: 1260px;
  height: 300px;
  margin: 0 auto;
  position: relative;
}
.product_type_list_box .arrow-left,
.product_type_list_box .arrow-right {
  background: url("../images/product_type_left.png") no-repeat left top;
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 30px;
  height: 52px;
  margin-top: -40px;
  overflow: hidden;
}
.product_type_list_box .arrow-left {
  left: -55px;
}
.product_type_list_box .arrow-right {
  background: url("../images/product_type_right.png") no-repeat left bottom;
  right: -55px;
}
.product_type_item_box{
  width: 210px;
  text-align: center;
  font-size: 22px;
  padding-top: 30px;
}
.product_type_item_box ul li{
  cursor: pointer;
}
.product_type_item_box ul li p:nth-child(1){
  width: 176px;
  height: 176px;
  margin: 0 auto 30px;
  border-radius: 114px;
  border: 1px solid #c0c0c0;
}
.product_type_item_box ul li p:nth-child(2){
  height: 60px;
  line-height: 30px;
}
.product_type_item_box ul li:hover{
  color: #1a85e9;
}
.product_type_item_box ul li:hover p:nth-child(1) {
  border: 1px solid #1a85e9;
}
.module_title {
  color: #0b0b0b;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.product_list_box {
  padding-top: 130px;
  background-color: #f5f5f5;
}
.product_switch_list {
  height: 500px;
  width: 1400px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: #191919;
}
.product_switch_list .product-swiper-container {
  width: 100%;
  height: 100%;
}
.product_switch_list .arrow-left,
.product_switch_list .arrow-right {
  background: url("../images/swaper_prev_icon.png") no-repeat left top;
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 68px;
  height: 68px;
  margin-top: -34px;
  overflow: hidden;
}
.product_switch_list .arrow-left {
  left: -98px;
}
.product_switch_list .arrow-right {
  background: url("../images/swaper_next_icon.png") no-repeat left bottom;
  right: -98px;
}
.product_switch_list .item_box {
  width: 350px;
}
.product_item_box {
  width: 336px;
  height: 500px;
  margin: 0 auto;
  background-color: white;
  overflow: hidden;
  border-radius: 16px;
}
.product_item_box li:nth-child(1) {
  padding: 58px 52px 46px;
}
.product_item_box li:nth-child(2) {
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
  padding: 0 40px;
  height: 90px;
}
.product_item_box li:nth-child(3) {
  padding: 0 40px;
  font-size: 20px;
}
.product_switch_list .product_pagination {
  position: absolute;
  z-index: 1;
  left: 0;
  text-align: center;
  bottom: -25px;
  width: 100%;
}
.product_switch_list .product_pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #bbbbbb;
  margin: 0 3px;
  cursor: pointer;
}
.product_switch_list .product_pagination .swiper-active-switch {
  background: #5ba7ef;
}
.product_bottom_banner {
  text-align: center;
  background-color: #f5f5f5;
  padding: 200px 0;
}

/* 新闻页面 */
.news-container {
  display: flex;
  justify-content: center;
  padding: 140px 0;
}
.news-container .news-types {
  width: 290px;
  font-size: 24px;
}
.news-container .news-types .active{
  color: #1A85E9;
}
.news-container .news-types p {
  height: 1px;
  width: 195px;
  background-color: #c7c7c7;
  margin: 30px 0;
}
.news-container .news-types p:nth-last-child(1){
  background-color: white;
}
.news-list-box {
  display: flex;
  flex-wrap: wrap;
  margin: -11px -9px;
  width: 1098px;
}
.news-list-box .news-item {
  background-color: #f5f5f5;
  width: 348px;
  margin: 11px 9px;
  height: 558px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.news-list-box .news-item p {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  width: 74px;
  height: 74px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 16px;

  font-family: Microsoft YaHei;
}
.news-list-box .news-item li:nth-child(1) {
  height: 280px;
  overflow: hidden;
}
.news-list-box .news-item li:nth-child(2),
.news-list-box .news-item li:nth-child(3),
.news-list-box .news-item li:nth-child(4) {
  padding: 0 28px;
}
.news-list-box .news-item li:nth-child(2) {
  color: #1f1f1f;
  font-size: 20px;
  line-height: 30px;
  padding-top: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-list-box .news-item li:nth-child(3) {
  color: #6a6868;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 20px;
}
.news-list-box .news-item li:nth-child(4) {
  font-size: 18px;
  color: #1a85e9;
  padding-top: 30px;
}
.news-list-box .news-item p span:nth-child(1) {
  font-size: 30px;
  margin-bottom: 5px;
}
.news-detail-container {
  display: flex;
  justify-content: center;
  padding: 185px 0 200px;
}
.news-detail-container .detail-content-box {
  width: 1010px;
  padding-right: 105px;
}
.news-detail-container .detail-content-box .tips {
  font-size: 16px;
  color: #878787;
  margin-bottom: 60px;
}
.news-detail-container .detail-content-box .title {
  font-size: 24px;
  color: #1f1f1f;
  font-weight: bold;
  margin-bottom: 40px;
}
.news-detail-container .detail-content-box .content-box {
  line-height: 28px;
  font-size: 16px;
  color: #878787;
}
.news-detail-container .recent_post {
  width: 372px;
}
.news-detail-container .recent_post .recent_post_title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
}
.news-detail-container .recent_post .recent_post_item {
  padding: 30px 44px;
  border: 1px solid #e2e2e2;
  margin-bottom: 14px;
}
.news-detail-container .recent_post .recent_post_item li:nth-child(1) {
  font-size: 20px;
  color: #1f1f1f;
  line-height: 30px;
  margin-bottom: 18px;
}

.news-detail-container .recent_post .recent_post_item li:nth-child(1),
.news-detail-container .recent_post .recent_post_item li:nth-child(2) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-detail-container .recent_post .recent_post_item li:nth-child(2) {
  line-height: 24px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #6a6868;
}
.news-detail-container .recent_post .recent_post_item li:nth-child(3) {
  font-size: 18px;
  color: #1a85e9;
}
/* 关于我们 */
.about-container {
  width: 1380px;
  margin: 0 auto;
  padding: 130px 0 200px;
  word-wrap: break-word;
  word-break: keep-all;
}
.about-container .about_info {
  display: flex;
  color: #151515;
}
.about-container .about_info .about_info_left {
  width: 370px;
}
.about-container .about_info .about_info_left p {
  font-size: 72px;
  font-weight: bold;

  font-family: Source Han Sans CN;
}
.about-container .about_info .about_info_right {
  flex: 1;
  padding-left: 32px;
}
.about-container .about_info .about_info_right.pic_info {
  display: flex;
  justify-content: space-between;
}
.about-container .about_info .about_info_right.pic_info p {
  flex: 1;
}
.about-container .about_info .about_info_right.pic_info p:nth-child(1) {
  margin-right: 16px;
}
.about-container .banner {
  padding: 80px 0;
}
.about-container .about_text_info .info,
.about-container .about_info .info {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 1px;
}
.about-container .about_text_info .title,
.about-container .about_info .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 26px;
}

.about-advantage-container {
  background: url("../images/about_info_bg.jpg") no-repeat center / cover;
  height: 1756px;
}
.about-advantage-container .about-advantage-title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  padding: 130px 0 50px;
}
.about-advantage-container .advantage_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
  text-align: center;
}
.about-advantage-container .advantage_list .advantage_item {
  width: 450px;
  height: 610px;
  background-color: rgba(255, 255, 255, 0.95);
  margin: 0 7px 15px;
}
.about-advantage-container .advantage_list .advantage_item li:nth-child(1) {
  padding-top: 53px;
  height: 250px;
}
.about-advantage-container .advantage_list .advantage_item li:nth-child(1) p {
  width: 157px;
  height: 157px;
  margin: 0 auto;
}
.about-advantage-container .advantage_list .advantage_item li:nth-child(2) {
  padding: 0 70px;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  height: 104px;
  font-family: Microsoft YaHei;
}
.about-advantage-container .advantage_list .advantage_item li:nth-child(3) {
  padding: 0 45px;
  font-size: 20px;
  color: #151515;
  line-height: 30px;
  letter-spacing: 1px;
}

/* 联系我们 */
.contact_company_info {
  padding: 120px 0 18px;
  border-bottom: 1px solid #c7c7c7;
  font-size: 48px;
  letter-spacing: 1px;
}
.company_info li:nth-child(1),
.company_info li:nth-child(3) {
  color: #6e6e6e;
  font-size: 18px;
  padding: 60px 0 30px;
}
.company_info li:nth-child(2) {
  font-size: 24px;
  width: 660px;
  line-height: 36px;
}
.company_info li:nth-child(4) {
  font-size: 40px;
  color: #1f1f1f;
}
.company_code {
  color: #6e6e6e;
  font-size: 24px;
  text-align: center;
  padding: 100px 0 60px;
  /*border-bottom: 1px solid #c7c7c7;*/
}
.company_code ul {
  display: flex;
}
.company_code ul li {
  flex: 1;
}
.company_code ul li p {
  width: 237px;
  margin-bottom: 18px;
}
.company_site_map {
  padding: 200px 0 300px;
}
/* 搜索结果页面 */
.search_input_box {
  padding: 170px 0 20px;
}
.search_input_box ul {
  width: 870px;
  margin: 0 auto;
}
.search_input_box ul li:nth-child(1) {
  display: flex;
  border: 1px solid #b2b2b2;
  margin-bottom: 20px;
  border-radius: 80px;
}
.search_input_box ul li:nth-child(1) input {
  flex: 1;
  height: 80px;
  padding-left: 36px;
  font-size: 30px;
}
.search_input_box ul li:nth-child(1) span {
  width: 124px;
  background: url("../images/search_img.png") no-repeat center center/41px;
  cursor: pointer;
}
.search_input_box ul li:nth-child(2) {
  padding-left: 40px;
}
.product-search-container {
  display: flex;
  padding-bottom: 300px;
}
.product-search-container .quick_search_list {
  width: 255px;
  font-size: 16px;
  color: #1b1b1b;
}
.product-search-container .quick_search_list li {
  margin-bottom: 48px;
}
.product-search-container .search_product_list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin:0 -28px;
}
.product-search-container .search_product_list .product_item_box {
  box-shadow: 0px 0px 5px 0px rgba(177, 177, 177, 0.19);
  margin: 0 28px 50px;
  text-align: center;
}

/* 产品弹出联系框 */
.contact_us_pupup {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.contact_us_box {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -330px 0 0 -725px;
  background-color: white;
  width: 1450px;
  height: 660px;
  font-size: 24px;
  color: #6e6e6e;
}
.contact_us_box .close_line_box {
  display: flex;
  justify-content: flex-end;
  height: 80px;
  padding-right: 3px;
}
.contact_us_box .close_line_box span {
  height: 80px;
  width: 80px;
  cursor: pointer;
  background: url("../images/close_icon.png") no-repeat center center/28px;
}
.contact_us_box .title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 80px;
}
.contact_us_box ul {
  display: flex;
  justify-content: center;
  text-align: center;
}
.contact_us_box ul li:nth-child(1),
.contact_us_box ul li:nth-child(3) {
  width: 237px;
}
.contact_us_box ul li:nth-child(2) {
  width: 436px;
  margin: 0 70px;
}
.contact_us_box ul li p:nth-child(1) {
  height: 237px;
  font-size: 40px;
  margin-bottom: 18px;
}
.contact_us_box ul li:nth-child(2) p:nth-child(1) {
  line-height: 237px;
  border: 1px solid #c3c3c3;
  color: #252525;
}
