.resetStyle {
  font-family: "Microsoft YaHei";
  color: #212121;
}
.resetStyle a {
  text-decoration: none;
  color: #212121;
}
.resetStyle ul,
.resetStyle li,
.resetStyle p {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1360px) {
  .container {
    width: 1196px;
    margin: 0 auto;
    padding: 0;
  }
}
#backtop {
  position: fixed;
  right: 49px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  transition: 0.3s;
}
#backtop ul li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  line-height: 54px;
  text-align: center;
  margin-bottom: 3px;
  list-style: none;
}
#backtop ul li .inner {
  position: absolute;
  right: 70px;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
  line-height: normal;
  padding: 15px;
  transform: scale(0);
  transform-origin: top right;
  transition: 0.3s;
}
#backtop ul li .inner p {
  font-size: 12px;
}
#backtop ul li:hover .inner {
  transform: scale(1);
}
#backtop ul li .sidebox {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
  color: #fff;
  font: 14px/54px "微软雅黑";
  overflow: hidden;
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
}
#backtop.show {
  opacity: 1;
}
#backtop ul li .sidetop {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  line-height: 54px;
  display: inline-block;
  opacity: 0.6;
  filter: alpha(opacity=80);
  transition: all 0.3s;
  border: 1px solid #eef4f7;
}
.home-header .header-top .hea-t {
  height: 39px;
  line-height: 39px;
  background-color: #F3F4F9;
  border-bottom: 1px solid rgba(223, 223, 223, 0.56);
}
@media (max-width: 767px) {
  .home-header .header-top .hea-t {
    height: 35px;
    line-height: 35px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    border-bottom: 0;
  }
  .home-header .header-top .hea-t .container {
    height: 100%;
  }
}
.home-header .header-top .hea-t .l-c {
  float: left;
}
@media (max-width: 767px) {
  .home-header .header-top .hea-t .l-c {
    display: none;
  }
}
.home-header .header-top .hea-t .l-c a {
  color: #90929F;
  font-size: 14px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .home-header .header-top .hea-t .l-c a {
    font-size: 12px;
  }
}
.home-header .header-top .hea-t .l-c a:hover {
  color: #1192FF;
}
.home-header .header-top .hea-t .l-c img {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  margin-right: 8px;
}
.home-header .header-top .hea-t .top-r {
  float: right;
}
@media (max-width: 767px) {
  .home-header .header-top .hea-t .top-r {
    float: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.home-header .header-top .hea-t .top-r .tor-rtow {
  margin: 0 20px 0 20px;
  padding: 0 20px 0 20px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.home-header .header-top .hea-t .top-r a {
  display: inline-block;
  color: #90929F;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .home-header .header-top .hea-t .top-r a {
    font-size: 12px;
  }
}
.home-header .header-top .hea-t .top-r a:hover {
  color: #1192FF;
}
.home-header .header-top .hea-t .top-r a:nth-child(2) {
  margin: 0 10px 0 10px;
  padding: 0 10px 0 10px;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
}
@media (max-width: 368.98px) {
  .home-header .header-top .hea-t .top-r a:nth-child(2) {
    padding: 0 10px;
    margin: 0 10px;
  }
}
.home-header .header-top .hea-b {
  position: relative;
  min-height: 180px;
  background: url(../images/home/home_banner.jpg) no-repeat bottom;
}
@media (max-width: 767px) {
  .home-header .header-top .hea-b {
    background-size: cover;
  }
}
.home-header .header-top .hea-b .container .main-box {
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: relative;
  margin-top: 12.5px;
}
@media (max-width: 767px) {
  .home-header .header-top .hea-b .container .main-box {
    flex-direction: column;
    margin-top: 80px;
  }
}
.home-header .header-top .hea-b .container .main-box .logo-text > div {
  line-height: initial;
}
.home-header .header-top .hea-b .container .main-box .logo-text .title {
  color: #004A89;
  margin-bottom: 5px;
  font-size: 18px;
  letter-spacing: 12.6px;
}
@media (max-width: 991px) {
  .home-header .header-top .hea-b .container .main-box .logo-text .title {
    letter-spacing: 10.7px;
  }
}
@media (max-width: 767px) {
  .home-header .header-top .hea-b .container .main-box .logo-text .title {
    font-size: 12px;
    letter-spacing: 11px;
  }
}
@media (max-width: 368.98px) {
  .home-header .header-top .hea-b .container .main-box .logo-text .title {
    letter-spacing: 10px;
  }
}
.home-header .header-top .hea-b .container .main-box .logo-text .blod-tit {
  color: #004A89;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 8px;
  letter-spacing: 10px;
  position: relative;
}
.home-header .header-top .hea-b .container .main-box .logo-text .blod-tit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98%;
  height: 2px;
  background-color: #004A89;
}
@media (max-width: 991px) {
  .home-header .header-top .hea-b .container .main-box .logo-text .blod-tit::after {
    width: 97%;
  }
}
@media (max-width: 767px) {
  .home-header .header-top .hea-b .container .main-box .logo-text .blod-tit::after {
    width: 289px;
  }
}
@media (max-width: 991px) {
  .home-header .header-top .hea-b .container .main-box .logo-text .blod-tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .home-header .header-top .hea-b .container .main-box .logo-text .blod-tit {
    font-size: 18px;
    letter-spacing: 9.2px;
  }
}
@media (max-width: 368.98px) {
  .home-header .header-top .hea-b .container .main-box .logo-text .blod-tit {
    letter-spacing: 8px;
  }
}
.home-header .header-top .hea-b .container .main-box .logo-text .desc {
  color: #004A89;
  margin-top: 12px;
  letter-spacing: 0.5px;
  font-size: 12px;
}
@media (max-width: 991px) {
  .home-header .header-top .hea-b .container .main-box .logo-text .desc {
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .home-header .header-top .hea-b .container .main-box .logo-text .desc {
    margin-top: 6px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    transform-origin: left;
    width: 117%;
    font-family: 'ArialMT';
  }
}
@media (max-width: 360px) {
  .home-header .header-top .hea-b .container .main-box .logo-text .desc {
    width: 125%;
  }
}
.home-header .header-top .hea-b .container .main-box .number-list {
  padding: 3px 6px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .home-header .header-top .hea-b .container .main-box .number-list {
    padding: 5px;
    margin: 15px -5px;
  }
}
.home-header .header-top .hea-b .container .main-box .number-list .item {
  display: flex;
  margin-bottom: 5px;
  line-height: initial;
}
.home-header .header-top .hea-b .container .main-box .number-list .item:last-child {
  margin-bottom: 0;
}
.home-header .header-top .hea-b .container .main-box .number-list .item .text {
  color: #004A89;
  font-size: 16px;
}
@media (max-width: 991px) {
  .home-header .header-top .hea-b .container .main-box .number-list .item .text {
    font-size: 13px;
  }
}
.home-header .header-top .hea-b .container .main-box .number-list .item .number {
  flex: 1;
  color: #004A89;
  font-size: 16px;
  min-width: 156px;
  text-align: right;
  font-weight: bold;
}
@media (max-width: 991px) {
  .home-header .header-top .hea-b .container .main-box .number-list .item .number {
    min-width: 100px;
    font-size: 13px;
  }
}
.home-header .header-top .hea-b .container .header-fixed {
  display: none;
}
@media (max-width: 767px) {
  .home-header .header-top .hea-b .container .header-fixed {
    position: fixed;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: transparent;
    border-bottom: 1px solid #f6f6f6;
    transition: all 0.3s;
    background-color: #fff;
    height: 46px;
  }
}
.home-header .header-top .hea-b .container .header-fixed .header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.home-header .header-top .hea-b .container .header-fixed .header-nav .navmain {
  margin: 0;
  height: 100%;
}
.home-header .header-top .hea-b .container .header-fixed .header-nav .navmain .navlogo {
  margin: 0;
  height: 100%;
  padding-left: 15px;
}
.home-header .header-top .hea-b .container .header-fixed .header-nav .navmain .navlogo img {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .home-header .header-top .hea-b .container .header-fixed .header-nav .navmain .navlogo img {
    vertical-align: text-bottom;
  }
}
.home-header .header-top .hea-b .container .header-fixed .header-nav .navmain .navlogo a {
  font-size: 12px;
  display: block;
  line-height: 45px;
}
.home-header .header-top .hea-b .container .header-fixed .header-nav .navmain .navlogo a .text {
  color: #2A2B31;
}
.home-header .header-top .hea-b .container .header-fixed .header-nav .navbtn {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  float: right;
  position: relative;
  display: block;
}
.home-header .header-top .hea-b .container .header-fixed .header-nav .navbtn i {
  height: 3px;
  background: #5B5E63;
  display: block;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0px;
  transition: all 0.3s;
}
.home-header .header-top .hea-b .container .header-fixed .header-nav .navbtn i.bar-1 {
  top: 3px;
}
.home-header .header-top .hea-b .container .header-fixed .header-nav .navbtn i.bar-2 {
  top: 10px;
}
.home-header .header-top .hea-b .container .header-fixed .header-nav .navbtn i.bar-3 {
  top: 18px;
}
.home-header .header-top .hea-b .container .header-fixed .header-nav .navbtn.open .bar-1 {
  top: 50%;
  transform: rotate(45deg);
}
.home-header .header-top .hea-b .container .header-fixed .header-nav .navbtn.open .bar-2 {
  height: 0px;
}
.home-header .header-top .hea-b .container .header-fixed .header-nav .navbtn.open .bar-3 {
  top: 50%;
  transform: rotate(-45deg);
}
@media (min-width: 767px) {
  .home-header .header-top .hea-b .container .nav-lists {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    text-align: center;
    width: 1196px;
    margin: 0 auto;
  }
  .home-header .header-top .hea-b .container .nav-lists .item {
    flex: 1;
    height: 48px;
    line-height: 48px;
    transition: all 0.2s;
    border-right: 1px solid #C9DCEB;
    background-color: #1298FF;
    border-bottom: 2px solid transparent;
  }
  .home-header .header-top .hea-b .container .nav-lists .item.active {
    background-color: #fff;
    border-color: #1192FF;
  }
  .home-header .header-top .hea-b .container .nav-lists .item.active a {
    color: #1298FF;
    font-weight: bold;
  }
  .home-header .header-top .hea-b .container .nav-lists .item:hover {
    background-color: #fff;
    border-color: #1192FF;
  }
  .home-header .header-top .hea-b .container .nav-lists .item:hover a {
    color: #1298FF;
  }
  .home-header .header-top .hea-b .container .nav-lists .item a {
    color: #fff;
    display: block;
    font-size: 16px;
    transition: all 0.3s;
  }
  .home-header .header-top .hea-b .container .nav-lists .item:last-child {
    border-right: 0;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .home-header .header-top .hea-b .container .nav-lists {
    width: auto;
    justify-content: center;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .home-header .header-top .hea-b .container .nav-lists .item {
    flex: initial;
    padding: 0 50px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .home-header .header-top .hea-b .container .nav-lists .item {
    padding: 0 35px;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .home-header .header-top .hea-b .container .nav-lists .item a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .home-header .header-top .hea-b .container .nav-lists {
    margin-left: 0;
    position: fixed;
    top: 35px;
    left: 0;
    width: 100%;
    max-height: 100%;
    overflow-y: scroll;
    z-index: 999999;
    white-space: nowrap;
    transition: all 0.3s;
    background-color: white;
  }
  .home-header .header-top .hea-b .container .nav-lists.style {
    background: #fff;
    box-shadow: 0px 15px 14px rgba(2, 0, 52, 0.1);
  }
  .home-header .header-top .hea-b .container .nav-lists::-webkit-scrollbar {
    display: none;
  }
  .home-header .header-top .hea-b .container .nav-lists .item {
    margin: 0;
    display: inline-block;
    padding: 10px;
  }
  .home-header .header-top .hea-b .container .nav-lists .item.active a {
    color: #1298FF;
  }
  .home-header .header-top .hea-b .container .nav-lists .item::before {
    position: absolute;
    content: '';
    bottom: 0;
    z-index: -1;
    opacity: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .home-header .header-top .hea-b .container .mobile-navbtn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
    width: 20px;
    height: 20px;
    transition: 0.3s;
  }
  .home-header .header-top .hea-b .container .mobile-navbtn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: rotate(45deg);
  }
  .home-header .header-top .hea-b .container .mobile-navbtn.open {
    transform: rotate(90deg);
  }
}
.home-page {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .home-page {
    padding-bottom: 40px;
  }
}
.home-page .search-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .home-page .search-wrap {
    margin-top: 20px;
  }
}
.home-page .search-wrap .search-middle {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-page .search-wrap .search-middle {
    flex-direction: column;
    justify-content: initial;
  }
}
.home-page .search-wrap .search-middle .search-box {
  flex: 2;
  display: flex;
  padding: 2px;
  border-radius: 4px;
  background-color: #1192FF;
}
@media (max-width: 767px) {
  .home-page .search-wrap .search-middle .search-box {
    height: 40px;
    flex: none;
  }
}
.home-page .search-wrap .search-middle .search-box .search-main {
  display: flex;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  position: relative;
}
.home-page .search-wrap .search-middle .search-box .search-main .position-wrap {
  display: flex;
  align-items: center;
  padding-left: 20px;
  position: relative;
  padding-right: 17px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .home-page .search-wrap .search-middle .search-box .search-main .position-wrap {
    padding: 0 10px;
  }
}
.home-page .search-wrap .search-middle .search-box .search-main .position-wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 21px;
  transform: translate(0, -50%);
  background-color: #D8D8D8;
}
.home-page .search-wrap .search-middle .search-box .search-main .position-wrap .text {
  width: 33px;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .home-page .search-wrap .search-middle .search-box .search-main .position-wrap .text {
    font-size: 12px;
    width: 25px;
  }
}
.home-page .search-wrap .search-middle .search-box .search-main .position-wrap img {
  width: 12px;
  height: 12px;
  margin-left: 12px;
  max-width: initial;
}
.home-page .search-wrap .search-middle .search-box .search-main .position-ul {
  display: none;
  position: absolute;
  width: 92px;
  top: 115%;
  left: 0;
  background: #FFF;
  padding: 10px 0;
  z-index: 2;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}
.home-page .search-wrap .search-middle .search-box .search-main .position-ul li {
  padding: 0 20px;
  margin-bottom: 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.home-page .search-wrap .search-middle .search-box .search-main .position-ul li:hover {
  color: #1192FF;
}
.home-page .search-wrap .search-middle .search-box .search-main .position-ul li:last-child {
  margin-bottom: 0;
}
.home-page .search-wrap .search-middle .search-box .search-main .line {
  width: 1px;
  height: 21px;
  background-color: #D8D8D8;
}
.home-page .search-wrap .search-middle .search-box .search-main .input-box {
  display: flex;
  align-items: center;
  width: 100%;
}
.home-page .search-wrap .search-middle .search-box .search-main .input-box img {
  width: 14px;
  height: 14px;
  margin-left: 20px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .home-page .search-wrap .search-middle .search-box .search-main .input-box img {
    margin-left: 10px;
  }
}
.home-page .search-wrap .search-middle .search-box .search-main .input-box input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  padding-right: 10px;
  box-shadow: none;
}
.home-page .search-wrap .search-middle .search-box .search-main .input-box input::placeholder {
  color: #999;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .home-page .search-wrap .search-middle .search-box .search-main .input-box input::placeholder {
    font-size: 12px;
  }
}
.home-page .search-wrap .search-middle .search-box .search-main .input-box input:focus {
  background-color: transparent;
  box-shadow: none;
}
.home-page .search-wrap .search-middle .search-box .search-submit {
  border: 0;
  padding: 0;
  background: transparent;
  padding: 0 32px;
  outline: none;
}
@media (max-width: 767px) {
  .home-page .search-wrap .search-middle .search-box .search-submit {
    padding: 0 15px;
  }
}
.home-page .search-wrap .search-middle .search-box .search-submit img {
  width: 20px;
  height: 20px;
}
.home-page .search-wrap .search-middle .search-btn {
  color: #fff;
  width: 166px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  text-align: center;
  margin-left: 20px;
  display: inline-block;
  background-color: #1192FF;
}
@media (max-width: 1199px) {
  .home-page .search-wrap .search-middle .search-btn {
    width: 140px;
    height: 43px;
    line-height: 43px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .home-page .search-wrap .search-middle .search-btn {
    display: none;
    margin: 0 auto;
    margin-top: 20px;
    height: 35px;
    line-height: 35px;
  }
}
.home-page .tabs-list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .home-page .tabs-list {
    margin-top: 20px;
  }
}
.home-page .tabs-list .item {
  line-height: initial;
  margin-right: 64px;
}
@media (max-width: 368.98px) {
  .home-page .tabs-list .item {
    margin-right: 44px;
  }
}
.home-page .tabs-list .item.active a {
  color: #1192FF;
}
.home-page .tabs-list .item.active a::after {
  background-color: #1192FF;
}
.home-page .tabs-list .item:last-child {
  margin-right: 0;
}
.home-page .tabs-list .item a {
  color: #2A2B31;
  font-size: 22px;
  display: block;
  position: relative;
  padding-bottom: 12px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .home-page .tabs-list .item a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .home-page .tabs-list .item a {
    font-size: 14px;
  }
}
.home-page .tabs-list .item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  width: 70%;
  height: 4px;
  margin: 0 auto;
  background-color: transparent;
}
@media (max-width: 767px) {
  .home-page .tabs-list .item a::after {
    height: 2px;
  }
}
.home-page .profession-middle .profession-box {
  margin-top: 30px;
  display: flex;
  display: none;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .home-page .profession-middle .profession-box {
    margin-right: -20px;
  }
}
@media (max-width: 991px) {
  .home-page .profession-middle .profession-box {
    margin-right: 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .home-page .profession-middle .profession-box {
    margin-top: 20px;
  }
}
.home-page .profession-middle .profession-box.active {
  display: flex;
}
.home-page .profession-middle .profession-box .wrap {
  box-shadow: 0px 3px 14px rgba(1, 3, 23, 0.1);
  min-width: 578px;
  min-height: 408px;
}
@media (max-width: 1199px) {
  .home-page .profession-middle .profession-box .wrap {
    min-width: initial;
    width: 50%;
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .home-page .profession-middle .profession-box .wrap {
    width: 100%;
    margin-right: 0;
  }
  .home-page .profession-middle .profession-box .wrap:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home-page .profession-middle .profession-box .wrap {
    min-height: initial;
  }
}
.home-page .profession-middle .profession-box .wrap .td {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  justify-content: space-between;
  border-bottom: 1px solid #ECECF0;
}
@media (max-width: 1199px) {
  .home-page .profession-middle .profession-box .wrap .td {
    padding: 10px 15px;
  }
}
.home-page .profession-middle .profession-box .wrap .td .flex-l img {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
.home-page .profession-middle .profession-box .wrap .td .flex-l .blod {
  color: #2A2B31;
  font-size: 20px;
  font-weight: bold;
  margin-left: 8px;
}
@media (max-width: 1199px) {
  .home-page .profession-middle .profession-box .wrap .td .flex-l .blod {
    font-size: 15px;
  }
}
.home-page .profession-middle .profession-box .wrap .td .flex-l .desc {
  color: #90929F;
  font-size: 14px;
  margin-left: 12px;
}
@media (max-width: 1199px) {
  .home-page .profession-middle .profession-box .wrap .td .flex-l .desc {
    font-size: 12px;
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  .home-page .profession-middle .profession-box .wrap .td .flex-l .desc {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
  }
}
.home-page .profession-middle .profession-box .wrap .td .flex-r a {
  width: 58px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border: 1px solid #E2E2E2;
  transition: all 0.3s;
  font-size: 14px;
}
@media (max-width: 767px) {
  .home-page .profession-middle .profession-box .wrap .td .flex-r a {
    font-size: 12px;
    line-height: 28px;
  }
}
.home-page .profession-middle .profession-box .wrap .td .flex-r a:hover {
  color: #fff;
  border-color: #1192FF;
  background-color: #1192FF;
}
.home-page .profession-middle .profession-box .wrap .dd .news-list {
  padding-top: 20px;
}
.home-page .profession-middle .profession-box .wrap .dd .news-list .item:hover a .title {
  color: #1192FF;
}
.home-page .profession-middle .profession-box .wrap .dd .news-list .item:hover a .title::after {
  background-color: #1192FF;
}
.home-page .profession-middle .profession-box .wrap .dd .news-list .item a {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 0 20px;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .home-page .profession-middle .profession-box .wrap .dd .news-list .item a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .home-page .profession-middle .profession-box .wrap .dd .news-list .item a {
    padding: 0 10px;
    padding-bottom: 15px;
  }
}
.home-page .profession-middle .profession-box .wrap .dd .news-list .item a .title {
  color: #212121;
  max-width: 306px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 16px;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .home-page .profession-middle .profession-box .wrap .dd .news-list .item a .title {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .home-page .profession-middle .profession-box .wrap .dd .news-list .item a .title {
    padding-left: 10px;
  }
}
.home-page .profession-middle .profession-box .wrap .dd .news-list .item a .title::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666;
  transition: all 0.3s;
}
.home-page .profession-middle .profession-box .wrap .dd .news-list .item a .station {
  color: #999;
  max-width: 171px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .home-page .profession-middle .profession-box .wrap .dd .news-list .item a .station {
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  .home-page .profession-middle .profession-box .wrap .dd .news-list .item a .station {
    max-width: 40%;
  }
}
.home-page .hot-wrap {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .home-page .hot-wrap {
    margin-top: 30px;
  }
}
.home-page .hot-wrap .hot-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .home-page .hot-wrap .hot-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .home-page .hot-wrap .hot-list {
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .home-page .hot-wrap .hot-list {
    margin-right: -10px;
  }
}
.home-page .hot-wrap .hot-list .item {
  width: 269px;
  transition: all 0.3s;
  line-height: initial;
  background: #1192ff url(../images/home/hot_bg.png) no-repeat;
}
@media (max-width: 1199px) {
  .home-page .hot-wrap .hot-list .item {
    width: 25%;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .home-page .hot-wrap .hot-list .item {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home-page .hot-wrap .hot-list .item {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.home-page .hot-wrap .hot-list .item:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 20px;
}
.home-page .hot-wrap .hot-list .item.orange {
  background-color: #ff6d11;
}
.home-page .hot-wrap .hot-list .item a {
  display: block;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .home-page .hot-wrap .hot-list .item a {
    padding: 20px 0;
  }
}
.home-page .hot-wrap .hot-list .item a .img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-page .hot-wrap .hot-list .item a .img {
    width: 30px;
    height: 30px;
  }
}
.home-page .hot-wrap .hot-list .item a .img img {
  width: 100%;
}
.home-page .hot-wrap .hot-list .item a .tit {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 12px;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .home-page .hot-wrap .hot-list .item a .tit {
    font-size: 15px;
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .home-page .hot-wrap .hot-list .item a .tit {
    margin-top: 12px;
    margin-bottom: 10px;
  }
}
.home-page .hot-wrap .hot-list .item a .desc {
  max-width: 183px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 19px;
  min-height: 57px;
}
@media (max-width: 1199px) {
  .home-page .hot-wrap .hot-list .item a .desc {
    font-size: 12px;
    line-height: 17px;
    max-width: 150px;
  }
}
.home-page .hot-wrap .hot-list .item a .more {
  color: #fff;
  font-size: 14px;
  margin-top: 17px;
}
@media (max-width: 767px) {
  .home-page .hot-wrap .hot-list .item a .more {
    font-size: 12px;
    margin-top: 10px;
  }
}
.home-page .hot-wrap .hot-list .item a .more img {
  width: 12px;
  margin-left: 4px;
}
.home-page .hot-wrap .hot-list .item a .more img img {
  width: 100%;
}
.home-footer {
  padding: 42px 0;
  background: #4f9cf6 url(../images/home/foot_bg.png) no-repeat;
}
@media (max-width: 767px) {
  .home-footer {
    padding: 32px 0;
    background-size: cover;
  }
}
.home-footer .container .copyright-main {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  .home-footer .container .copyright-main {
    font-size: 12px;
  }
}
.home-footer .container .copyright-main .copyright a {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.home-footer .container .copyright-main .copyright a::before {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  height: 70%;
  width: 1px;
  background-color: #fff;
}
.home-footer .container .copyright-main .copyright a:last-child {
  border-right: 0;
  padding-right: 0;
}
.home-footer .container .copyright-main .copyright a:last-child::before {
  display: none;
}
.home-footer .container .copyright-main a {
  color: #fff;
  font-size: 14px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .home-footer .container .copyright-main a {
    font-size: 12px;
  }
}
.home-footer .container .copyright-main a:hover {
  color: #004a89;
}
.home-footer .container .copyright-main .filing-box {
  margin: 12px 0;
}
.home-footer .container .copyright-main .filing-box .filing-img {
  width: 20px;
  height: 20px;
  margin-left: 3px;
  margin-right: 5px;
  display: inline-block;
}
.home-footer .container .copyright-main .filing-box .filing-img img {
  width: 100%;
}
.home-footer .container .copyright-main .filing-box .yard {
  margin-left: 10px;
}
.home-footer .container .foot-logo {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .home-footer .container .foot-logo {
    display: none;
  }
}
.home-footer .container .foot-logo a {
  width: 62px;
  height: 75px;
  display: block;
}
.home-footer .container .foot-logo a img {
  width: 100%;
}
