
body {
  height: 100%;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  user-select: none;
}
ul,li,img {list-style:none;border:none; padding:0; margin:0;}
*, ::after, ::before {
  box-sizing: border-box;
}
body, div, p, ol, ul, li, a, img, span {
  margin: 0;
  padding: 0;
}
a {text-decoration:none;cursor:pointer;outline:none; color:#333}


.oldPeople-banner {
  height: 290px;
  background: url(../img/oldPeople-banner.png) no-repeat center;
}
.oldPeople-cont{
  width: 1200px;
  margin: 20px auto;
  overflow: hidden;
}
.oldPeople-cont .old-piece{
  margin-bottom: 40px;
  overflow: hidden;
}
.oldPeople-cont .old-piece .pieceTitle{
  font-size: 28px;
  line-height: 32px;
  color: #000;
  display: flex;
}
.oldPeople-cont .old-piece .pieceTitle img{ margin-right: 15px;}

.oldPeople-cont  .Hotmain{
  padding: 10px;
  height: 310px;
  margin-top: 10px;
}
.oldPeople-cont  .Hotmain li{
  width: 380px;
  height: 285px;
  padding: 25px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  float: left;
  font-size: 16px;
}
.oldPeople-cont  .Hotmain img{
  height: 170px;
  position: absolute;
  z-index: 0;
}
.oldPeople-cont  .Hotmain .hotitem{
  width: 100%;
  height: 170px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.oldPeople-cont  .Hotmain li:hover .hotitem{
  transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
  background:url(../img/play-icon.png) no-repeat center rgba(0, 0, 0, 0.3);
}
.hottit{ 
	margin-top: 20px;
	font-size: 20px;
}

.Yew-cont{
  margin: 25px auto;
  height: 615px;
}
.Yew-cont li{
  width: 25%;
  float: left;
  padding: 0px 10px;
  
}
.Yew-cont .ywitem{
  height: 615px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.Yew-cont .ywitem .lititle{
  font-size: 24px;
  display: flex;
  line-height: 40px;
  border-bottom: 1px dashed #D5D5D5;
  padding: 15px 10px;
}
.Yew-cont .ywitem .lititle img{
  margin-left: 30px;
  margin-right: 20px;
}
.Yew-cont .ywitem .ywinfo{
  font-size: 14px;
padding: 20px;
}
.Yew-cont .ywitem .ywinfo a{
  color: #6C6B6C;
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
.Yew-cont .ywitem .ywinfo a:hover{
  color: #4293f4;
}
.policy-cont{
  margin: 25px auto;
  height: 370px;
}
.policy-cont li{
  width: 50%;
  float: left;
  padding: 0px 10px;
}
.policy-cont .policyitem{
  height: 370px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.policy-cont .policyitem a{
  display: block;
  font-size: 20px;
  color: #333;
  margin: 20px;
}
.policy-cont .policyitem a:hover{color: #4293f4;}

.oldPeople-kp{
  width: 100%;
}
.oldPeople-kp img{
  width: 100%;
}
.yw-more a{
  font-size: 18px;
  float: right;
  color: #4293f4;
position: absolute;
bottom: 10px;
right: 10px;
}


/**/
.business-banner{
  width: 100%;
  height: 160px;
  margin-bottom: 15px;
  background: url(../img/busibess-banner.png) no-repeat center;
}
.oldPeoplebusiness .old-piece{ margin-bottom: 20px;}
.Businessmain{
  margin: 20px 0px;
  overflow: hidden;
padding-bottom: 10px;
border-bottom: 1px solid #dfe1e2;
}
.Businessmain li{
  width: 50%;
  height: 50px;
  line-height: 50px;
  padding: 0px 10px;
  float: left;
  margin-bottom: 20px;
}
.Businessmain li a{
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  color: #0d1c28;
  padding: 0px 15px;
background-color: #f1f2f3;
display: inline-block;
}
.Businessmain li a:hover{
 background: #4293f4;
 color: #fff;
}