html{
  margin:0;
  padding:0;
  font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif;
}
a:hover{
  cursor:pointer;
}
body{
  min-width:1200px;
  margin: 0;
  padding: 0;
}

li { margin:0; padding:0; list-style:none; }
ul { margin:0; padding:0;}

.bg-color{
    
    background-size: contain;
}

.banner div{
  width:100%!important;
}
.banner div img{
  width:100%!important;
  object-contain:cover;
}

.footer-wrapper {
  height: 200px;
  margin: 0;
  width: 100%;
  padding: 0;
  background-color: #1a6eb7;
}
.footer-wrapper .footer {
  display: flex;
  align-items: center;
  height:100%;
  width:1200px;
  justify-content:space-between;
  margin:auto;
}
.footer-wrapper .footer .footer-content {
  width: 600px;
  font-size:16px;
  color:#fff;
  line-height:1.7;
}
.footer-wrapper .footer p {
  margin:0;
  padding:0;
}
.footer-wrapper .footer .footer-img {
  width: 400px;
  height: 150px;
}

.header-wrapper {
  width: 100%;
  height: 150px;
}
.header-wrapper .header {
  min-width: 1200px;
  max-width: 1400px;
  margin: auto;
  height: 15px;
}
.header-wrapper .header .header-bread {
  display: flex;
  justify-content: flex-end;
  height: 30px;
}
.header-wrapper .header .header-link a {
  text-decoration: none;
  color: #1a6eb7;
  font-size: 12px;
  line-height: 22px;
}
.header-wrapper .header .header-content {
  display: flex;
  justify-content: space-between;
  height: 120px;
  align-items: center;
}
.header-wrapper .header .header-link-wrapper{
  text-align:center;
  padding:5px;
}
.header-wrapper .header .header-search {
  align-self: flex-end;
  padding-bottom: 30px;
    margin-right: 10px;
    margin-left: auto;
}
.header-link .header-link-title{
  font-size:10px;
  color:#fff;
  text-align:center;
  background-color:rgb(26,110,183);
  padding:3px 20px;
}
.header-link{
  border:2px solid rgb(26,110,183);
  border-radius:4px;
}
.header-link a{
  display:block;
}
.header-link a:hover{
  background-color:rgb(26,110,183);
  color:#fff!important;
}