*{
   margin: 0;padding: 0;
}
a{
   text-decoration: none;
   color: #000;
}
li{
   
   list-style: none;
}
body {
   background: #f6f7fb;
}

.banner {
   background: url(../images/headBanner.png) no-repeat 50% 0;
   height: 778px;
}

.main1 {
   padding: 35px 30px;
   box-sizing: border-box;
   width: 1300px;
   border-radius: 10px;
   margin: 0 auto;
   transform: translateY(-120px);
   background-color: #fff;
}

.gded {
   display: flex;
   justify-content: space-between;
}

.list ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-content: space-between;
   height: 350px;
   margin-top: 10px;
}

.list li {
   background: #f6f7fb;
   width: 404px;
   height: 106px;
   border-radius: 10px;
   box-sizing: border-box;
   padding: 16px 28px;
   display: flex;
}

.list li a {
   display: block;
   font-size: 32px;
   line-height: 74px;
   width: 273px;
   text-align: center;
}

.more1 a {
   width: 273px;
   height: 63px;
   display: block;
   font-size: 32px;
   background: linear-gradient(to right, #5d89fe, #84a5fd);
   border-radius: 40px;
   text-align: center;
   margin: 0 auto;
   color: #fff;
   line-height: 63px;
   margin-top: 50px;
}

.main2 {
   margin-top: 80px;
   width: 1300px;
   margin: 0 auto 50px;
   background: #fff;
}

.market {
   height: 173px;
   box-sizing: border-box;
   background: #e2e9fb;
   padding: 29px 12px 13px 12px;
}

.market ul li {
   width: 176px;
   height: 62px;
   float: left;
   border: 1px solid #9ab6fd;
   margin: 0 2px 5px;
   font-size: 24px;
   line-height: 62px;
   text-align: center;
}

.aCity {
   width: 1189px;
   height: 127px;
   margin: 0 auto;
   border-bottom: 2px solid #d8d8d8;
}

.aCity .title {
   line-height: 120px;
   font-size: 26px;
   color: #264ae0;
   font-weight: bold;
}

.countyList {
   padding: 50px 0;
   overflow: hidden;
}

.countyList li {
   width: 170px;
   font-size: 26px;
   line-height: 67px;
   float: left;
   text-align: center;
   margin-left: 43px;
}
.marketItem.bg264ae0{
   background: #264ae0;
}
.marketItem.bg264ae0 a{
   color: #fff;
}
.ztfwLogo{
   position: absolute;
   left: 320px;
   top: 50px;
}