body {
  margin: 0;
  padding: 0;
}
.container-block{
  width: 1320px;
}

/*---头部---*/
.header-01{
  padding: 10px 0;
  background-color: #E3EAF3;
}
.header-01 .container-block,
.header-02 .container-block{
  margin: 0 auto;
}
.header-01 .container-block{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-01 .container-block .website-item{
  position: relative;
  padding: 0 10px;
  color: #555555;
  font-size: 14px;
  text-decoration: none;
}
.header-01 .container-block .website-item:hover{
  color: #0862C3;
}
.header-01 .container-block .website-item::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #555555;
  border-radius: 100%;
}
.header-01 .container-block .website-item:first-of-type{
  padding-left: 0;
}
.header-01 .container-block .website-item:last-of-type::after{
  content: '';
  display: none;
}
.header-01 .container-block .oper-group .oper-item{
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  vertical-align: middle;
}
.header-01 .container-block .oper-group img{
  object-fit: contain;
}
.header-02 .container-block{
  height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url('../images/banner-back-01.png');
  background-size: 680px 120px;
  background-position: right 20% bottom 0px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}
.header-02 .container-block .logo-img{
  width: 290px;
  margin-right: 170px;
  object-fit: contain;
  flex-shrink: 0;
}
.header-02 .container-block .slogan{
  color: #003E9F;
  font-size: 34px;
  font-weight: bold;
  flex-grow: 1;
}
.header-02 .container-block .slogan span{
  margin-right: 10px;
}
.header-02 .container-block .search-block{
  position: relative;
}
.header-02 .container-block .search-block .input{
  height: 36px;
  line-height: 36px;
  padding: 10px;
  padding-right: 35px;
  border: 1px solid #E8EEF5;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
}
.header-02 .container-block .search-block .img-search{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/*---友情链接---*/
.wrapper-11 {
  padding: 40px 0;
}
.column-block {
  width: 1320px;
  margin: 0 auto;
}

.column-block .title {
  margin-bottom: 34px;
  color: #777777;
  font-size: 24px;
}

.column-link-block {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
}

.column-link-title {
  width: 190px;
  height: 70px;
  line-height: 70px;
  color: #003E9F;
  font-size: 18px;
  font-weight: bold;
  background-color: #E5ECF5;
  border-radius: 4px;
  text-align: center;
  flex-shrink: 0;
}

.column-link-group {
  margin-left: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  flex-grow: 1;
}

.column-link-group .column-link-item {
  height: 70px;
  line-height: 70px;
  background-color: #F7F9F9;
  border-radius: 4px;
  box-sizing: border-box;
}
.column-link-item.padding-10{
  padding: 10px;
}
.column-link-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*---网站栏目---*/
.link-wrapper {
  padding: 60px 150px;
  color: #FFFFFF;
  background-color: #213E9B;
}

.link-main {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.link-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-grow: 1;
}

.link-block .title {
  margin-bottom: 30px;
  display: block;
  color: #F3F4F9;
  font-size: 18px;
  text-decoration: none;
  white-space: nowrap;
}

.link-block .link-item-block a {
  line-height: 1.6em;
  margin-bottom: 5px;
  display: block;
  color: #AEB8DA;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}
.link-block .link-item-block a:hover{
  color: #F3F4F9;
}

.code-block {
  margin-left: 100px;
  margin-left: clamp(100px, 10vw, 200px);
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.code-block img{
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.code-block p{
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 12px;
}

/*---底部网站信息---*/
.back-3{
  padding: 30px 150px;
  background-color: #2E2E34;
}
.footer{
  display: flex;
  justify-content: space-between;
  color: #CCCCCC;
  font-size: 14px;
  line-height: 1.8em;
}
.footer .logo{
  margin-right: 50px;
}
.footer .logo img{
  width: 214px;
  object-fit: contain;
}
.footer .info{
  flex-grow: 1;
}
.footer .record{
  text-align: right;
}