
/*我们的优势*/
/*$$
{
	"color":[
		{"val":"#ffffff","title":"中文标题字体颜色/选中的字体颜色"},
		{"val":"#181818","title":"模块文本内容默认颜色"}
	],
	"background":[
		{"val":"#b93936","title":"左侧模块背景颜色/更多按钮右边背景颜色"},
		{"val":"#f8ebeb","title":"更多按钮左边背景颜色"},
		{"val":"#ffffff","title":"小模块背景颜色"},
		{"val":"rgba(185, 58, 55, 0.1)","title":"小模块挂件背景颜色"}
	],
	"border":[
		
	]
}
$$*/
@font-face {
  font-family: Impact5;
  src: url("/static/font/impact.woff");
}

#why_146 {
  background: #ffffff url("/static/images/NP39_why_bg1.jpg") no-repeat center center;
  background-size: cover;
  padding: 60px 10px 50px;
}

#why_146 .why_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#why_146 .why_box .cont {
  width: 100%;
  position: relative;
  padding: 50px 40px 40px;
}

#why_146 .why_box .cont .tirow {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#why_146 .why_box .cont .tirow .row_t .row_th2 {
  font-size: 35px;
  line-height: 35px;
  color: #ffffff;
  padding-bottom: 30px;
  position: relative;
}

#why_146 .why_box .cont .tirow .row_t .row_th2::after {
  content: '';
  width: 50px;
  background: #ffffff;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#why_146 .why_box .cont .tirow .row_lk {
  position: relative;
}

#why_146 .why_box .cont .tirow .row_lk .row_lk_s {
  font-size: 18px;
  color: #c94d4a;
  position: relative;
  z-index: 3;
  font-family: Impact5;
  padding-right: 30px;
}

#why_146 .why_box .cont .tirow .row_lk::after {
  content: '';
  width: 34px;
  height: 34px;
  background: #f8ebeb;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  border-radius: 50%;
}

#why_146 .why_box .cont .tirow .row_lk::before {
  content: '';
  width: 34px;
  height: 34px;
  background: #b93936;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  border-radius: 50%;
}

#why_146 .why_box .cont .wlist {
  margin-top: 25px;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}

#why_146 .why_box .cont .wlist .wcell {
  width: 22%;
  max-width: 240px;
  height: 270px;
  background: #ffffff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.24);
  padding: 30px 25px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

#why_146 .why_box .cont .wlist .wcell .wIcon {
  width: 22px;
  height: 22px;
  position: relative;
  margin-bottom: 24px;
  z-index: 2;
}

#why_146 .why_box .cont .wlist .wcell .wIcon::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("/static/images/NP39_why_ic2.png") no-repeat center center;
  background-size: 98% 98%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.3s ease;
}

#why_146 .why_box .cont .wlist .wcell .wIcon::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("/static/images/NP39_why_ic1.png") no-repeat center center;
  background-size: 98% 98%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease;
}

#why_146 .why_box .cont .wlist .wcell .wInfo {
  position: relative;
  z-index: 2;
}

#why_146 .why_box .cont .wlist .wcell .wInfo .name {
  font-size: 22px;
  color: #181818;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 14px;
  transition: 0.3s linear;
}

#why_146 .why_box .cont .wlist .wcell .wInfo .des {
  font-size: 16px;
  line-height: 26px;
  color: #181818;
  font-weight: 500;
  transition: 0.3s linear;
}

#why_146 .why_box .cont .wlist .wcell::after {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  background: rgba(185, 58, 55, 0.1);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-20%, -32%) rotate(70deg);
  transition: 0.3s linear;
}

#why_146 .why_box .cont .wlist .wcell:hover::after {
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%) rotate(360deg);
  border-radius: 0;
  background: #bc3d3a;
}

#why_146 .why_box .cont .wlist .wcell:hover .name {
  color: #ffffff;
}

#why_146 .why_box .cont .wlist .wcell:hover .des {
  color: #ffffff;
}

#why_146 .why_box .cont .wlist .wcell:hover .wIcon::after {
  opacity: 0;
  transform: rotateY(360deg);
}

#why_146 .why_box .cont .wlist .wcell:hover .wIcon::before {
  opacity: 1;
  transform: rotateY(360deg);
}

#why_146 .why_box .cont::after {
  width: 46%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #b93936;
  content: "";
  border-radius: 0 40px 40px 40px;
}

@media (max-width: 786px) {
  #why_146 {
    padding: 30px 10px 30px;
  }
  #why_146 .why_box .cont {
    padding: 20px 10px;
  }
  #why_146 .why_box .cont .tirow {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  #why_146 .why_box .cont .tirow .row_t .row_th2 {
    font-size: 24px;
    line-height: 25px;
    padding-bottom: 20px;
  }
  #why_146 .why_box .cont .tirow .row_t .row_th2::after {
    height: 2px;
  }
  #why_146 .why_box .cont .tirow .row_lk {
    position: relative;
  }
  #why_146 .why_box .cont .tirow .row_lk .row_lk_s {
    font-size: 14px;
    padding-right: 25px;
  }
  #why_146 .why_box .cont .tirow .row_lk::after {
    content: '';
    width: 30px;
    height: 30px;
    right: 10px;
  }
  #why_146 .why_box .cont .tirow .row_lk::before {
    content: '';
    width: 30px;
    height: 30px;
  }
  #why_146 .why_box .cont .wlist {
    flex-wrap: wrap;
  }
  #why_146 .why_box .cont .wlist .wcell {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 20px 20px;
    margin-bottom: 15px;
  }
  #why_146 .why_box .cont .wlist .wcell .wIcon {
    margin-bottom: 12px;
    width: 18px;
    height: 18px;
  }
  #why_146 .why_box .cont .wlist .wcell .wInfo .name {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
  }
  #why_146 .why_box .cont .wlist .wcell .wInfo .des {
    font-size: 12px;
    line-height: 20px;
  }
  #why_146 .why_box .cont::after {
    width: 60%;
  }
}
