.clearfix:before,.clearfix:after{
  content:"";
  display:table;
}
.clearfix:after{
  clear:both;  
}
.clearfix{
  *zoom:1;
}
ul,li{
  list-style: none;
}
a{
  text-decoration: none;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
body{
  background: #f2f5fe;
}
.banner{
  width: 100%;
  height: 491px;
  background: url(../images/banner.png) no-repeat;
}
.logo{
width: 255px;
height: 53px;
position: absolute;
    top: 20px;
    left: 200px;

}
.bj{
  width: 100%;
  height: 244px;
  background:url(../images/bg.png) no-repeat;
  padding-top: 30px;
  box-sizing: border-box;
}
.container{
  width: 1190px;
  margin: 0 auto;
}
.bj .bgl{
  flex: 1;
  min-width: 200px;
  min-height: 50px;
  background:url(../images/gkml.png) no-repeat;
}
.bj .bgr{
  margin-left: 44px;
  flex: 1;
  min-width: 200px;
  min-height: 50px;
  background:url(../images/gkyj.png) no-repeat;
}
.bjc{
  display: flex;
}
.bg{
  background: #f8fcfe;
    width: 100%;
   
}
.bgc{
}
.sz{
  /* margin-top: 75px; */
 
}
.sztit{
  width: 1200px;
  height: 33px;
  background: url(../images/title1.png) no-repeat;
}
.sx{
 margin-top: 50px;
 margin-bottom: 60px;
}
.sxtit{
  width: 1200px;
  height: 60px;
  background: url(../images/title2.png) no-repeat;
}
.conc{
  /* padding: 30px;
  border-radius: 10px;
  margin-top: 34px; */
   background-color: #fff;
}
.conc ul{
  /* background-color: #136fed; */
 padding-bottom: 25px;
/*padding-left: 30px;*/
/* background: repeating-linear-gradient(#136fed,#5b9ef8); */
}

.conc ul{
  /* background-color: #5b9ef8; */
  padding: 25px 20px;
    margin-top: 40px;
}
.conc ul li{
 width: 278px;
 float: left;
 box-sizing: border-box;
 background-color: #d8f0ff;
 margin-right: 12px;
 border-radius: 8px;
  transition: all 0.2s;
}
.conc ul li:hover{
  transform: scale(1.02);
  transition: all 0.2s;
}
.conc ul li:nth-of-type(4n){
  margin-right: 0px;
}
.conc ul li:nth-of-type(n+5){
  margin-top: 15px;
}
.conc ul a{
  display:block;
  font-size: 18px;
  width: 100%;
  height: 75px;
  text-align: center;
  line-height: 75px;
}
.footer {
  border-top: 2px solid #006FFE !important;
  color: #fff !important;
}
