.lph_yzb{
  width: 100%;
  height: 350px;
  background: #FFFFFF;
  background: url(/assets/yzb/img/header_yzb_bg.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.w1200{
    width: 1350px !important;
    margin: 0 auto;
}
.Lphw1200{
	width:1200px;margin: 0 auto;
}
.lph_yzb .lph_yzb_subtitle{
  margin: 30px auto 0;
  width: 560px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #FFFFFF;
  border: 1px solid #7297D9;
}
.lph_yzb .lph_yzb_title{
  font-size: 48px;
  font-family: Source Han Serif CN;
  font-weight: bold;
  color: #2653A5;
  line-height: 50px;
  text-align: center;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  margin-top: 20px;
}
.lph_yzb .lph_yzb_p{
  margin-top: 15px;
  font-size: 26px;
  text-align: center;
  font-family: Source Han Serif CN;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  -webkit-text-stroke: 1px #FFFFFF;
  text-stroke: 1px #FFFFFF;
}
.lph_yzb .lph_yzb_ul{
  list-style: none;
  width: 1200px;
  padding: 0;margin:20px 0 0 0;
  display: flex;
}
.lph_yzb .lph_yzb_ul>li{
  width: 150px;
  height: 60px;
  background: #FFFFFF;
}
.lph_yzb .lph_yzb_ul>li>a{
  display: block;
  width: 100%;height: 100%;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #333333;
  opacity: 0.85;
  font-size: 16px;
}
.lph_yzb .lph_yzb_ul>li>a:hover{
  background: #E0EEFF;
  color: #0362D2;
  border-bottom: 2px solid #0362D2;
}
.lph_yzb .lph_yzb_ul>li a.active{
  background: #E0EEFF;
  color: #0362D2;
  border-bottom: 2px solid #0362D2; 
}