*{
  padding: 0;
  margin: 0;
}
ul,li{
  list-style: none;
}
a{
text-decoration: none;  
}
a:hover{
  color: #f9615c;
}
.banner{
  background: url(../images/fyxqbanner.png) no-repeat;
  width: 100%;
  height: 510px;
}
.logo{
  height: 60px;
  width: 240px;
  position: absolute;
  left: 160px;
  top: 25px;
}
.dy{
  width: 1250px;
  height: 204px;
  margin: -80px auto 0;
}
.con{
  width: 1250px;
  margin: 0 auto;
}
.bg{
  background-color: #f0f7ff ;
height: 1740px;
}
.footer {
  border-top: 2px solid #f9615c !important;
  color: #fff !important;
}
.sp{
  margin-top: 38px;
}
.article{
  margin-top: 20px;
}
.sp ul{
  overflow: hidden;
}
/* .sp ul a{
  width: 400px;
  height: 320px;
  float: left;
} */
.sp li{
  width: 400px;
  height: 320px;
  border: 1px solid #f9855e;
  margin-right: 21.5px;
  float: left;
  background-color: #fff ;
}
.sp li:nth-of-type(n+4){
  margin-top: 20px;
}
.sp li:nth-of-type(3n){
  margin-right: 0px;
}
.sp li:hover{
  transition: all 0.2s;
  inset:  1px;
}
.cxyzlistimg{
  width: 372px;
  height: 250px;
  margin: 14px 14px 0;
}
.cxyzlisttxt{
  height: 57px;
  line-height: 57px;
  padding-left: 22px;
}
.dot{
  background: url(../images/fyxqli.png) no-repeat;
  width: 11px;
 height: 11px;
 display: inline-block;
 margin-right: 10px;
}
.article ul{
  overflow: hidden;
}
.article li{
  height: 65px;
  line-height: 65px;
  float: left;
  width: 598px;
  border-bottom:1px dashed #dedede;
}
.article li:nth-of-type(2n){
  margin-left: 50px;
}
.more{
  width: 155px;
  height: 40px;
  border: 2px solid #f9615c;
  margin: 28px auto 48px; 
  text-align: center;
  line-height: 40px;
}
.more a{
color:#f9615c;
}
