

header{
  width: 100%;
  background-image: linear-gradient(to right, #ffffff,#e4e4e4,#ffffff);
  text-align: center;
  padding: 20px 0;
}
header ul,header li,.h-st span , .h-st > div{
  display: inline-block;
  vertical-align: middle
}
header li > a{
  line-height: 48px;
}
header li{
  margin-right: 35px;
  position: relative;
}
header li:last-of-type{
  margin-right: 0;
}
header li.on > a,
header li:hover > a{
  color: #cd2c24
}
.h-st{
  margin-top: 12px;
}
.h-st > div{
  position: relative;
  margin-left: 6px;
}
.h-st > div .dt{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #08499a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-st span{
  font-size: 24px;
  color: #c73028;
  display: inline-block;
  vertical-align: middle
}
.xx-title{
  text-align: center;
  margin-bottom: 52px;
}
.xx-title h3{
  font-size: 36px;
  color: #333333;
  margin-bottom: 20px;
}
.xx-title h3 span{
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}
.xx-title h3::before{
  width: 61px;
  height: 13px;
  content: '';
  background: url('../images/set-title-blue1.png') no-repeat center;
  display: inline-block;
  vertical-align: middle;
}
.xx-title h3::after{
  width: 61px;
  height: 13px;
  content: '';
  background: url('../images/set-title-blue2.png') no-repeat center;
  display: inline-block;
  vertical-align: middle;
}
.xx-title p{
  font-size: 20px;
  color: #666666;
}
.img{
  width: 100%;
  overflow: hidden;
}
.img img{
  width: 100%;
  height: auto;
  transition: all 0.5s
}
.xx-set1 {
  margin: 80px 0;
}
.xx-set1 .xx-set1-cont .box {
  width: 47%;
  display: inline-block;
  margin-bottom: 70px;
  margin-right: 6%;
}
.xx-set1 .xx-set1-cont .box:nth-child(2n) {
  margin-right: 0;
}
.xx-set1 .xx-set1-cont .box img {
  width: 100%;
}
.xx-set1 .xx-set1-cont .box-content {
  padding: 45px;
  width: 96%;
  margin: auto;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  position: relative;
  z-index: 2;
  margin-top: -30px;
}
.xx-set1 .xx-set1-cont .box-content .view-more {
  margin-top: 20px;
}
.xx-set1 .xx-set1-cont .box-content .view-more a {
  color: #666666;
  display: flex;
}
.xx-set1 .xx-set1-cont .box-content .view-more a:hover{
  color: #da251c
}
.xx-set1 .xx-set1-cont .box-content .view-more a span {
  background: #da251c;
  color: #fff;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 600;
  margin-left: 4px;
}
.xx-set1 .xx-set1-cont .box-content h6 {
  font-size: 24px;
  color: #333333;
}
.xx-set1 .xx-set1-cont .box-content ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}
.xx-set1 .xx-set1-cont .box-content ul li {
  margin-right: 0px;
  list-style: disc;
  line-height: 1.5;
  color: #666666;
  /* margin-left: 15px; */
  width: 32%;
  margin-right: 2%;
  margin-bottom: 3px;
  box-sizing: border-box
}
.xx-set1 .xx-set1-cont .box-content ul li:hover a{
  color: #da251c
}
.xx-set1 .xx-set1-cont .box-content ul li:nth-of-type(3n){
  margin-right: 0;
}
.xx-set2 {
  background: url(../images/set2-bg.png) no-repeat center center;
  padding-top: 85px;
  padding-bottom: 110px;
  text-align: center;
}
.xx-set2 .xx-set2-cont .xx-set2-main {
  display: flex;
  margin-top: 60px;
}
.xx-set2 .xx-set2-cont .xx-set2-main .box .main-body{
  text-align: left;
  margin-left: 20px;
}
.xx-set2 .xx-set2-cont .xx-set2-main .box .imgArea a {
  position: relative;
}
.xx-set2 .xx-set2-cont .xx-set2-main .box .imgArea a::after{
  content: ' ';
  width: 30px;
  height: 1px;
  background: #da251c;
  display: block;
  margin-top: 23px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.xx-set2 .xx-set2-cont .xx-set2-main .box img{
  width: 125px;
  height: 125px;
}
.xx-set2 .xx-set2-cont .xx-set2-main .box{
  flex: 1;
}
.xx-set2 .xx-set2-cont .xx-set2-main .box .text{
  margin-top: 50px;
  color: #333333;
  font-size: 24px;
  display: inline-block;

}
.xx-set2 .xx-set2-cont .xx-set2-main .box .text span{
  color: #da251c;
}
.xx-set2 .xx-set2-cont .xx-set2-main .box p{
  color: #666666;
  line-height: 2;
  margin: 15px auto;
  width: 84%;
}
.xx-set3 {
  background: url(../images/set3-bg.png) no-repeat;
  padding-top: 120px;
  text-align: center;
  background-size: 100% auto;
  background-position: center top;
}
.xx-set3 .xx-title {
  margin-bottom: 25px;
}

.xx-set3 .xx-title h3::before{
  background: url('../images/set-title-white1.png') no-repeat center;
}
.xx-set3 .xx-title h3::after{
  background: url('../images/set-title-white2.png') no-repeat center;
}
.xx-set3 .xx-title p{
  color: #fff;
}
.xx-set3 .xx-title h3{
  color: #fff;
}
.xx-set3 .xx-set3-cont .xx-set3-text {
  text-align: center;
  color: #fff;
  line-height: 2;
}
.xx-set3 .xx-set3-cont .xx-set3-text p{
  font-size: 14px;
}
.xx-set3-main{
  margin-top: 240px;
}
.xx-set3 .xx-set3-cont .xx-set3-main .box{
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  transition: all 0.5s
}
.xx-set3 .xx-set3-cont .xx-set3-main .box:hover{
  box-shadow: 0 0 8px rgba(0,0,0,.1);
  transform: translateY(-10px)
}
.xx-set3 .xx-set3-cont .xx-set3-main .box .icon-img{
  text-align: right;
  margin-top: 40px;
}
.xx-set3 .xx-set3-cont .xx-set3-main .box h6{
  font-size: 60px;
  color: #065b9b;
  margin-bottom: 5px;
}
.xx-set3 .xx-set3-cont .xx-set3-main .box p{
  color: #666666;
  font-size: 18px;
  line-height: 1.5;
}
.xx-set3 .xx-set3-cont .xx-set3-main .box{
  width: 32%;
  margin-right: 2%;
  background: #fff;
  padding: 60px 36px 36px 53px;
  box-sizing: border-box;
  text-align: left;
}
.xx-set3 .xx-set3-cont .xx-set3-main .box:last-child{
  margin-right: 0;
}
.xx-set3 .xx-set3-cont .advisory-more {
  color: #edefef;
  width: 125px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #edefef;
  text-align: center;
  display: inline-block;
  margin-top: 45px;
}
.xx-set3 .xx-set3-cont .advisory-more:hover{
  background: #c73028;
}
.xx-set4 {
  padding-top: 100px;
  /* padding-bottom: 80px; */
}
.xx-set4 .news-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.xx-set4 .news-title .titles h3{
  font-size: 36px;
  color: #333333;
  margin-bottom: 20px;
}
.xx-set4 .news-title .titles p{
  font-size: 20px;
  color: #666666
}
.xx-set4 .news-title .btns a{
  height: 30px;
  line-height: 30px;
}
.xx-set4 .news-title .btns a:hover{
  height: 30px;
  padding: 0 12px;
  background: #065b9b;
  color: #fff;
  display: inline-block;
}
.xx-set4 .news-title .btns ul li{
  float: left;
  margin-left: 40px;
}
.xx-set4 .xx-title p {
  color: #666666;
}
.xx-set4 .xx-set4-cont .xx-set4-main {
  display: flex;
}
.xx-set4 .xx-set4-cont .xx-set4-main .box {
  width: 32%;
  margin-right: 2%;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  transition: all 0.5s
}
.xx-set4 .xx-set4-cont .xx-set4-main .box:hover{
  transform: translateY(-10px);
}
.xx-set4 .xx-set4-cont .xx-set4-main .box .text-content{
  padding: 40px 45px;
  box-sizing: border-box;
}
.xx-set4 .xx-set4-cont .xx-set4-main .box .h6-title{
  height: 55px;
}
.xx-set4 .xx-set4-cont .xx-set4-main .box .a-content{
  height: 40px;
}
.xx-set4 .xx-set4-cont .xx-set4-main .box:last-child {
  margin-right: 0;
}
.xx-set4 .xx-set4-cont .xx-set4-main .box img{
  width: 100%;
  height: auto;
  /* height: 300px; */
}
.xx-set4 .xx-set4-cont .xx-set4-main .box a {
  font-size: 14px;
  color: #707070;
  margin: 20px 0;
  line-height: 1.5;
}
.xx-set4 .xx-set4-cont .xx-set4-main .box h6 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 600;
  line-height: 1.5;
  height: 55px;
  /* overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap; */
}
.xx-set4 .xx-set4-cont .xx-set4-main .box:hover h6{
  color: #da251c;
}
.xx-set4 .xx-set4-cont .xx-set4-main .box .date {
  font-size: 14px;
  color: #da251c;
  margin-top: 30px;
}
.xx-set4 .xx-set4-cont .xx-set4-main .box .date::before {
  content: '';
  width: 18px;
  height: 1px;
  background: #da251c;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}





footer{
    background: #2d3540;
    color: #aaadb2
}
footer a:hover{
    color: #fff;
}
footer dd{
    margin: 0;
}
footer ul{
    padding-top: 82px;
    display: flex;
    justify-content: space-between;
}
footer ul li:last-of-type{
  /* margin-left: 100px; */
}
footer ul dt{
    font-size: 20px;
    color: #fff;
    margin-bottom: 36px
}
footer ul li dd{
    margin-bottom: 18px;
    font-size: 14px;
}
.f_tq{
    display: flex;
    align-items: center;
    margin-top: 62px;
    font-size: 14px;
}
.f_tq .ds{
    width: 126px;
    height: 126px;
    border: 2px solid #5c5c5c;
    text-align: center;
    padding-top: 28px;
    box-sizing: border-box;
    margin-right: 20px;
}
.f_tq .ds p{
    margin-top: 12px;
}
.foot-b-cont a,
.f_tq .f_qs a{
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.foot-b{
    line-height: 60px;
    border-top: 1px solid #595e68;
    margin-top: 62px;
    font-size: 14px;
}
.foot-b-cont{
    display: flex;
    justify-content: space-between;
}
.f_wx0v{
    text-align: center;
    display: flex;
}
.f_wx0v .isd{
    text-align: center;
}
.f_wx0v .isd:first-of-type{
  margin-right: 18px;
}
.f_wx0v .isd img{
  width: 100px;
  height: auto;
}
.f_wx0v .isd p{
  margin-top: 16px;
  font-size: 14px;
}
.f_ds{
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 18px;
}
.f_ds a{
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    margin: 0 6px;
}
.f_ds a:hover{
    background: #0457f6;
    border-color: #0457f6
}



@media screen and (max-width: 1660px) {
  .w1400{
      width: 1200px;
  }

  footer ul{
      padding-top: 54px;
  }
  .f_tq{
      margin-top: 42px;
  }
  .f_tq .ds{
      width: 120px;
      height: 100px;
      border: 2px solid #5c5c5c;
      text-align: center;
      padding-top: 15px;
      box-sizing: border-box;
      margin-right: 20px;
  }
  .w1400{
    width: 1200px;
  }
  .xx-title h3{
    font-size: 30px;
    margin-bottom: 14px;
  }
  .xx-title p{
    font-size: 16px;
  }
  .xx-title{
    margin-bottom: 38px;
  }
  .xx-set1 .xx-set1-cont .box-content{
    padding: 30px;
  }
  .xx-set1 .xx-set1-cont .box-content h6{
    font-size: 20px;
  }
  .xx-set1 .xx-set1-cont .box-content ul{
    margin-top: 18px;
  }
  .xx-set1 .xx-set1-cont .box-content ul li{
    font-size: 14px;
    margin-right: 30px;
  }
  body{
    font-size: 14px;
  }
  .xx-set1{
    margin: 50px 0;
  }
  .xx-set2 .xx-set2-cont .xx-set2-main .box p{
    width: 88%;
  }
  .xx-set2 .xx-set2-cont .xx-set2-main .box .text{
    font-size: 20px;
  }
  .xx-set2 .xx-set2-cont .xx-set2-main .box p{
    margin: 10px auto;
  }
  .xx-set2 .xx-set2-cont .xx-set2-main .box img{
    width: 115px;
    height: 115px;
  }
  .xx-set2{
    padding-top: 68px;
    padding-bottom: 72px;
  }
  .xx-set3{
    padding-top: 91px;
  }
  .xx-set3 .xx-set3-cont .xx-set3-main .box{
    padding: 33px 32px 32px 53px;
    /* transition: all 0.5s */
  }

  .xx-set3 .xx-set3-cont .xx-set3-main .box h6{
    font-size: 48px;
  }
  .xx-set4{
    /* padding-top: 66px; */
  }
  .xx-set4 .news-title .titles h3{
    font-size: 28px;
    /* color: #333333; */
    margin-bottom: 12px;
  }
  .xx-set4 .news-title .titles p{
    font-size: 16px;
  }
  .xx-set4 .xx-set4-cont .xx-set4-main .box .text-content{
    padding: 25px 20px;
  }
  .xx-set4 .news-title{
    margin-bottom: 34px;
  }
  .xx-set3-main{
    margin-top: 210px;
  }
}
footer ul li dd .ph h6{
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
footer ul li dd .ph h6 span{
  font-size: 18px;
}
footer ul li dd .ph p{
  line-height: 2;
}
footer ul li{
  /* margin-right: 50px; */
}
/* footer ul li:last-of-type{
  margin-right: 0;
} */