/*选择我们的优势*/
/*$$
{
	"color":[
		{"val":"#333333","title":"默认字体颜色"},
		{"val":"#f9ac6b","title":"选中字体颜色"},
		{"val":"#666666","title":"模块默认颜色"},
		{"val":"rgba(255, 255, 255, 0.12)","title":"英文标题色"},
		{"val":"#ffffff","title":"中文标题色/选中模块颜色"}
	],
	"background":[
		{"val":"#314693","title":"默认背景颜色/选中模块背景色"},
		{"val":"#ffffff","title":"默认模块背景色"},
		{"val":"#f9ac6b","title":"标题模块底部背景色"}
	],
	"border":[
		{"val":"#b5b5b5 ","title":"默认边框颜色"}
		
	]
}
$$*/


#why_146 {
  background: #314693 url("/static/images/NP41_bg.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 75px 10px 0;
  margin-bottom: 80px;
}

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

#why_146 .why_box .all_tit {
  text-align: center;
  position: relative;
  padding-top: 16px;
}

#why_146 .why_box .all_tit h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  line-height: 40px;
  white-space: nowrap;
}

#why_146 .why_box .all_tit h2 span {
  position: relative;
  z-index: 2;
  padding-bottom: 2px;
}

#why_146 .why_box .all_tit h2 span::after {
  content: '';
  height: 14px;
  width: 100%;
  background: #f9ac6b;
  position: absolute;
  border-radius: 14px 14px 14px 14px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: -1;
}

#why_146 .why_box .all_tit p {
  font-size: 44px;
  color: rgba(255, 255, 255, 0.12);
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

#why_146 .why_box .cont {
  margin-top: 60px;
}

#why_146 .why_box .cont .cul {
  width: 100%;
  display: flex;
  justify-content: center;
  border: #b5b5b5 1px solid;
}

#why_146 .why_box .cont .cul .cli {
  width: 25%;
  height: 480px;
  background: #ffffff;
  border-right: #b5b5b5 1px solid;
  cursor: pointer;
  position: relative;
}

#why_146 .why_box .cont .cul .cli .cliCel {
  text-align: center;
  padding: 70px 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  opacity: 1;
}

#why_146 .why_box .cont .cul .cli .cliCel .cli0 {
  position: relative;
  padding-bottom: 56px;
  margin-bottom: 32px;
  transition: 0.7s ease;
}

#why_146 .why_box .cont .cul .cli .cliCel .cli0 h2 {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 16px;
}

#why_146 .why_box .cont .cul .cli .cliCel .cli0 p {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}

#why_146 .why_box .cont .cul .cli .cliCel .cli0::after {
  content: '';
  width: 1px;
  height: 35px;
  background: #dcdcdc;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

#why_146 .why_box .cont .cul .cli .cliCel .cli1 {
  margin-bottom: 40px;
  transition: 0.5s ease;
}

#why_146 .why_box .cont .cul .cli .cliCel .cli1 span {
  font-size: 28px;
  color: #f9ac6b;
  font-weight: bold;
}

#why_146 .why_box .cont .cul .cli .cliCel .cli2 {
  transition: 0.3s ease;
}

#why_146 .why_box .cont .cul .cli .cliCel .cli2 p {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 15px;
}

#why_146 .why_box .cont .cul .cli .cliCel .cli2 i {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("/static/images/NP41_sb.png") no-repeat center center;
  background-size: 100% 100%;
}

#why_146 .why_box .cont .cul .cli .cliItem {
  width: 100%;
  height: calc(100% + 65px);
  text-align: center;
  padding: 70px 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: #314693 url("/static/images/NP41_bg2.jpg") no-repeat center center;
  background-size: cover;
  transition: 0.3s ease;
  opacity: 0;
}

#why_146 .why_box .cont .cul .cli .cliItem .cli5 {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 70px;
}

#why_146 .why_box .cont .cul .cli .cliItem .cli5 h2 {
  font-size: 24px;
  color: #f9ac6b;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 16px;
}

#why_146 .why_box .cont .cul .cli .cliItem .cli5 p {
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
}

#why_146 .why_box .cont .cul .cli .cliItem .cli5::after {
  content: '';
  width: 50px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

#why_146 .why_box .cont .cul .cli .cliItem .cli6 h3 {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

#why_146 .why_box .cont .cul .cli .cliItem .cli6 h4 {
  margin-top: 70px;
  position: relative;
  padding-top: 80px;
}

#why_146 .why_box .cont .cul .cli .cliItem .cli6 h4 span {
  font-size: 60px;
  color: #f9ac6b;
  line-height: 60px;
  font-weight: bold;
}

#why_146 .why_box .cont .cul .cli .cliItem .cli6 h4::after {
  width: 1px;
  height: 50px;
  background: #ffffff;
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

#why_146 .why_box .cont .cul .cli:hover .cliCel .cli0 {
  opacity: 0;
  transform: translate(0, 40px);
}

#why_146 .why_box .cont .cul .cli:hover .cliCel .cli1 {
  opacity: 0;
  transform: translate(0, 40px);
}

#why_146 .why_box .cont .cul .cli:hover .cliCel .cli2 {
  opacity: 0;
  transform: translate(0, 40px);
}

#why_146 .why_box .cont .cul .cli:hover .cliItem {
  opacity: 1;
  animation: fadeInUp 0.3s ease forwards;
}

@media (max-width: 786px) {
  #why_146 {
    padding: 40px 10px 40px;
    margin-bottom: 0;
  }
  #why_146 .why_box .all_tit {
    padding-top: 6px;
  }
  #why_146 .why_box .all_tit h2 {
    font-size: 24px;
  }
  #why_146 .why_box .all_tit h2 span::after {
    height: 8px;
  }
  #why_146 .why_box .all_tit p {
    font-size: 32px;
  }
  #why_146 .why_box .cont {
    margin-top: 35px;
  }
  #why_146 .why_box .cont .cul {
    border: none;
    flex-wrap: wrap;
  }
  #why_146 .why_box .cont .cul .cli {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    height: 80vw;
  }
  #why_146 .why_box .cont .cul .cli .cliCel {
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #why_146 .why_box .cont .cul .cli .cliCel .cli0 {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  #why_146 .why_box .cont .cul .cli .cliCel .cli0 h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  #why_146 .why_box .cont .cul .cli .cliCel .cli0 p {
    font-size: 14px;
    line-height: 20px;
  }
  #why_146 .why_box .cont .cul .cli .cliCel .cli0::after {
    display: none;
  }
  #why_146 .why_box .cont .cul .cli .cliCel .cli1 {
    width: 100%;
    margin-bottom: 20px;
  }
  #why_146 .why_box .cont .cul .cli .cliCel .cli2 p {
    margin-bottom: 10px;
  }
  #why_146 .why_box .cont .cul .cli .cliCel .cli2 i {
    width: 24px;
    height: 24px;
  }
  #why_146 .why_box .cont .cul .cli .cliItem {
    padding: 20px 20px;
    height: 100%;
    border: 2px solid #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #why_146 .why_box .cont .cul .cli .cliItem .cli5 {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  #why_146 .why_box .cont .cul .cli .cliItem .cli5 h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  #why_146 .why_box .cont .cul .cli .cliItem .cli5 p {
    font-size: 14px;
    line-height: 20px;
  }
  #why_146 .why_box .cont .cul .cli .cliItem .cli6 {
    width: 100%;
  }
  #why_146 .why_box .cont .cul .cli .cliItem .cli6 h3 {
    font-size: 14px;
    line-height: 24px;
  }
  #why_146 .why_box .cont .cul .cli .cliItem .cli6 h4 {
    display: none;
  }
}
