/**
 * This is variable
 **/
/******************************
 * This is feed
 ******************************/
.feed-dongcha {
  position: relative;
  padding: 50px 0 80px;
  background: #ffffff;
}
@media (max-width: 1200px) {
  .feed-dongcha {
    padding: 30px 0;
  }
}
.feed-dongcha .contain .list {
  display: flex;
  margin: -15px;
}
@media (max-width: 1200px) {
  .feed-dongcha .contain .list {
    display: block;
  }
}
.feed-dongcha .contain .item {
  flex: 1;
  margin: 15px;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .feed-dongcha .contain .item:hover {
    transform: translateY(-8px);
  }
  .feed-dongcha .contain .item:hover .icon {
    transform: scale(1.1);
  }
}
.feed-dongcha .contain .cell {
  height: 100%;
  text-align: center;
  position: relative;
  padding: 50px 30px 30px;
}
@media (max-width: 1200px) {
  .feed-dongcha .contain .cell {
    padding: 15px 15px 15px 100px;
    text-align: left;
  }
}
.feed-dongcha .contain .icon {
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .feed-dongcha .contain .icon {
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0.6);
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.feed-dongcha .contain .icon img {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}
@media (max-width: 1200px) {
  .feed-dongcha .contain .icon img {
    width: 100px;
    height: 100px;
  }
}
.feed-dongcha .contain .title {
  margin: 0 0 20px;
}
.feed-dongcha .contain .title::after {
  display: block;
  margin: 0 auto;
  content: '';
  width: 3em;
  height: 5px;
  border-bottom: 2px solid #004bc8;
}
@media (max-width: 1200px) {
  .feed-dongcha .contain .title::after {
    content: none;
  }
}
@media (max-width: 1200px) {
  .feed-dongcha .contain .title {
    margin: 0;
  }
}
.feed-dongcha .contain .title h3 {
  font-size: 1.2em;
  color: #333333;
}
@media (max-width: 1200px) {
  .feed-dongcha .contain .title h3 {
    font-size: 1.1em;
  }
}
.feed-dongcha .contain .des {
  margin: 0 4em 2em;
}
@media (max-width: 1688px) {
  .feed-dongcha .contain .des {
    margin: 0 1em 2em;
  }
}
@media (max-width: 1200px) {
  .feed-dongcha .contain .des {
    margin: 0;
  }
}
.feed-dongcha .contain .des p {
  line-height: 1.5;
  font-size: 1em;
  color: #777777;
}
@media (max-width: 1200px) {
  .feed-dongcha .contain .des p {
    font-size: 14px;
  }
}
.feed-jieshao {
  position: relative;
  padding: 100px 0;
  background: url(img/back-a1005.jpg) center bottom no-repeat #0144b5;
  background-size: cover;
}
@media (max-width: 1200px) {
  .feed-jieshao {
    padding: 0 0 0;
  }
}
.feed-jieshao .wrap {
  display: flex;
}
@media (max-width: 1200px) {
  .feed-jieshao .wrap {
    display: block;
    margin: 0;
  }
}
.feed-jieshao .wrap::after {
  content: none;
}
.feed-jieshao .lt {
  flex: 5;
  padding: 0 50px 0 0;
}
@media (max-width: 1200px) {
  .feed-jieshao .lt {
    padding: 30px 15px 15px;
  }
}
.feed-jieshao .rt {
  flex: 4;
}
.feed-jieshao .cover {
  position: relative;
  height: 100%;
}
.feed-jieshao .cover .img {
  height: 100%;
}
.feed-jieshao .cover .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.feed-jieshao .thead {
  color: #ffffff;
  position: relative;
  margin: 0 0 20px;
}
.feed-jieshao .thead .title {
  position: relative;
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  .feed-jieshao .thead .title {
    text-align: center;
  }
}
.feed-jieshao .thead .title::after {
  display: block;
  content: '';
  width: 8em;
  height: 10px;
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 1200px) {
  .feed-jieshao .thead .title::after {
    width: 4em;
    margin: 0 auto;
  }
}
.feed-jieshao .thead .title h2 {
  font-size: 2em;
}
@media (max-width: 1200px) {
  .feed-jieshao .thead .title h2 {
    font-size: 1.3em;
  }
}
.feed-jieshao .thead .desc p {
  line-height: 2;
  font-size: 1em;
}
@media (max-width: 1200px) {
  .feed-jieshao .thead .desc p {
    line-height: 1.5;
  }
}
.feed-jieshao .data {
  margin: 0 0 60px;
  display: flex;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .feed-jieshao .data {
    margin-bottom: 20px;
  }
}
.feed-jieshao .data .item {
  position: relative;
  padding: 0 40px;
  flex: 1;
}
@media (max-width: 1200px) {
  .feed-jieshao .data .item {
    padding: 0 20px;
    text-align: center;
  }
}
.feed-jieshao .data .item:first-child {
  padding-left: 0;
}
.feed-jieshao .data .item + .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
}
.feed-jieshao .data .item dt {
  line-height: 1;
}
@media (max-width: 1200px) {
  .feed-jieshao .data .item dt {
    margin: 0 0 5px;
  }
}
.feed-jieshao .data .item dt span {
  font-size: 2.2em;
}
.feed-jieshao .data .item dt sub {
  vertical-align: baseline;
  font-size: 1.1em;
}
.feed-jieshao .data .item dd {
  line-height: 1.5;
}
.feed-jieshao .data .item dd span {
  font-size: 0.9em;
}
.feed-jieshao .btn {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .feed-jieshao .btn {
    display: block;
    width: 160px;
    margin: 0 auto;
  }
}
.feed-jieshao .btn a {
  display: block;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  padding: 0 35px;
  background: #ffffff;
  color: #004bc8;
  text-align: center;
}
@media (max-width: 1200px) {
}
@media (min-width: 1200px) {
  .feed-jieshao .btn a:hover {
    background: #eeeeee;
  }
}
.feed-youshi {
  position: relative;
  padding: 50px 0;
  background: #ffffff;
}
@media (max-width: 1200px) {
  .feed-youshi {
    padding: 30px 0 0;
  }
}
.feed-youshi .main {
  display: flex;
}
@media (max-width: 1200px) {
  .feed-youshi .main {
    display: block;
  }
}
.feed-youshi .tabed {
  flex: 1;
  margin: 0 50px 0 0;
}
@media (max-width: 1200px) {
  .feed-youshi .tabed {
    margin: 0 -5px 15px;
  }
}
@media (max-width: 1200px) {
  .feed-youshi .tabed .item {
    flex: 1;
    margin: 0 0 10px;
  }
}
.feed-youshi .tabed .item.is-active .cell,
.feed-youshi .tabed .item:hover .cell {
  background: url(img/back-a1006.png) right bottom no-repeat #0155dd;
}
.feed-youshi .tabed .item.is-active .title h3,
.feed-youshi .tabed .item:hover .title h3,
.feed-youshi .tabed .item.is-active .des h3,
.feed-youshi .tabed .item:hover .des h3,
.feed-youshi .tabed .item.is-active .title p,
.feed-youshi .tabed .item:hover .title p,
.feed-youshi .tabed .item.is-active .des p,
.feed-youshi .tabed .item:hover .des p {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .feed-youshi .tabed .item.is-active .icon,
  .feed-youshi .tabed .item:hover .icon {
    margin-left: 10px;
  }
  .feed-youshi .tabed .item.is-active .title,
  .feed-youshi .tabed .item:hover .title,
  .feed-youshi .tabed .item.is-active .des,
  .feed-youshi .tabed .item:hover .des {
    margin-left: 110px;
  }
}
.feed-youshi .tabed .cell {
  background: #f5f8ff;
  margin: 0 0 20px 0;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .feed-youshi .tabed .cell {
    padding: 15px 20px;
    margin: 5px;
    height: 100%;
    border-radius: 5px;
  }
}
.feed-youshi .tabed .icon {
  float: left;
  margin-left: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
}
.feed-youshi .tabed .icon img {
  display: block;
  width: 80px;
  height: 80px;
}
@media (max-width: 1200px) {
  .feed-youshi .tabed .icon img {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
  }
}
.feed-youshi .tabed .title {
  margin: 0 0 5px 100px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .feed-youshi .tabed .title {
    margin: 0 0 5px 60px;
  }
}
.feed-youshi .tabed .title h3 {
  color: #333333;
  font-size: 1.2em;
}
@media (max-width: 1200px) {
  .feed-youshi .tabed .title h3 {
    font-size: 1em;
    line-height: 1.2;
  }
}
.feed-youshi .tabed .des {
  margin: 0 0 0 100px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .feed-youshi .tabed .des {
    margin: 0 0 0 60px;
  }
}
.feed-youshi .tabed .des p {
  line-height: 1.5;
  color: #999999;
}
.feed-youshi .cover {
  flex: 1;
}
@media (max-width: 1200px) {
  .feed-youshi .cover {
    margin: 0 0 10px;
  }
}
.feed-youshi .cover .img {
  height: calc(100% - 20px);
}
.feed-youshi .cover .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .feed-youshi .cover .img img {
    border-radius: 0;
  }
}
.feed-zhanxian {
  position: relative;
  padding: 50px 0;
  background: #f5f8ff;
}
@media (max-width: 1200px) {
  .feed-zhanxian {
    padding: 30px 0;
  }
}
.feed-zhanxian .contain .swiper-pagination,
.feed-zhanxian .swiper .swiper-pagination {
  position: relative;
}
.feed-zhanxian .contain .swiper-pagination .swiper-pagination-bullet,
.feed-zhanxian .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.feed-zhanxian .contain .list,
.feed-zhanxian .swiper .list {
  display: flex;
}
@media (max-width: 1200px) {
  .feed-zhanxian .contain .list,
  .feed-zhanxian .swiper .list {
    flex-wrap: wrap;
  }
}
.feed-zhanxian .contain .item,
.feed-zhanxian .swiper .item {
  flex: 1;
  margin: 15px;
}
@media (max-width: 1200px) {
  .feed-zhanxian .contain .item,
  .feed-zhanxian .swiper .item {
    flex: none;
    width: 33.33%;
    margin: 0;
    padding: 5px;
  }
}
.feed-zhanxian .contain .cell,
.feed-zhanxian .swiper .cell {
  position: relative;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .feed-zhanxian .contain .cell:hover,
  .feed-zhanxian .swiper .cell:hover {
    transform: translateY(-5px);
  }
}
.feed-zhanxian .contain .cover,
.feed-zhanxian .swiper .cover {
  position: relative;
  margin: 0 0 10px;
}
.feed-zhanxian .contain .cover .img,
.feed-zhanxian .swiper .cover .img {
  position: relative;
  padding: 0 0 182%;
}
.feed-zhanxian .contain .cover .img img,
.feed-zhanxian .swiper .cover .img img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.feed-zhanxian .contain .title,
.feed-zhanxian .swiper .title {
  position: relative;
}
.feed-zhanxian .contain .title h3,
.feed-zhanxian .swiper .title h3 {
  line-height: 2;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 1200px) {
  .feed-zhanxian .contain .title h3,
  .feed-zhanxian .swiper .title h3 {
    font-size: 0.9em;
    white-space: nowrap;
  }
}
.feed-liucheng {
  position: relative;
  background: #ffffff;
  padding: 50px 0 80px;
}
@media (max-width: 1200px) {
  .feed-liucheng {
    padding: 30px 0;
  }
}
.feed-liucheng .contain {
  padding: 30px 0 0 0;
  display: flex;
}
@media (max-width: 1200px) {
  .feed-liucheng .contain {
    padding: 0 0 0 0;
    display: block;
  }
}
.feed-liucheng .contain .list {
  display: flex;
  flex: 1;
}
.feed-liucheng .contain .item {
  flex: 1;
}
.feed-liucheng .contain .item:hover .icon {
  animation: tada 1s ease;
}
.feed-liucheng .contain .line::before {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  background: url(icon/hnjingcom-a19.png) center center no-repeat;
  background-size: contain;
}
@media (max-width: 1688px) {
  .feed-liucheng .contain .line::before {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 1200px) {
  .feed-liucheng .contain .line::before {
    width: 60px;
    height: 60px;
  }
}
.feed-liucheng .contain .line.line-f::before {
  transform: rotate(180deg);
}
.feed-liucheng .contain .line2 {
  position: relative;
  padding: 0 0 40px;
  width: 60px;
  margin: 0 0 0 auto;
}
.feed-liucheng .contain .line2::before {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  background: url(icon/hnjingcom-a19.png) center center no-repeat;
  background-size: contain;
}
@media (max-width: 1688px) {
  .feed-liucheng .contain .line2::before {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 1200px) {
  .feed-liucheng .contain .line2::before {
    width: 60px;
    height: 60px;
    transform: rotate(90deg);
  }
}
.feed-liucheng .contain .cell {
  position: relative;
  text-align: center;
}
.feed-liucheng .contain .icon img {
  width: 120px;
  height: 120px;
}
@media (max-width: 1688px) {
  .feed-liucheng .contain .icon img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1200px) {
  .feed-liucheng .contain .icon img {
    width: 60px;
    height: 60px;
  }
}
.feed-liucheng .contain .label span {
  font-size: 1.1em;
  color: #333333;
}
@media (max-width: 1200px) {
  .feed-liucheng .contain .label span {
    font-size: 0.9em;
  }
}
.feed-anli {
  position: relative;
  background: #f5f8ff;
  padding: 50px 0;
}
@media (max-width: 1200px) {
  .feed-anli {
    padding: 30px 0 0;
  }
}
.feed-anli .swiper .swiper-pagination {
  position: relative;
  text-align: center;
  padding: 20px 0 0;
}
.feed-anli .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 5px 10px;
}
.feed-anli .swiper .cell {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .feed-anli .swiper .cell {
    padding: 0;
    border: 0;
  }
}
@media (min-width: 1200px) {
  .feed-anli .swiper .cell:hover .weui-cover .img img {
    transform: scale(1.1);
  }
}
.feed-anli .swiper .weui-cover {
  float: left;
  width: 50%;
}
@media (max-width: 1200px) {
  .feed-anli .swiper .weui-cover {
    float: none;
    width: 100%;
  }
}
.feed-anli .swiper .weui-cover .img {
  border-radius: 6px;
}
.feed-anli .swiper .exp {
  margin: 0 0 0 50%;
  padding: 30px 0 0 40px;
  position: relative;
}
@media (max-width: 1200px) {
  .feed-anli .swiper .exp {
    margin: 0;
    padding: 20px 0 0 0;
  }
}
.feed-anli .swiper .exp h3 {
  line-height: 30px;
  font-size: 20px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1200px) {
  .feed-anli .swiper .exp h3 {
    margin: 0 0 10px;
    font-size: 18px;
  }
}
.feed-anli .swiper .exp .des {
  margin: 0 0 50px;
}
@media (max-width: 1200px) {
  .feed-anli .swiper .exp .des {
    margin-bottom: 20px;
  }
}
.feed-anli .swiper .exp .des dd {
  line-height: 30px;
  font-size: 16px;
  margin: 0 0 10px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .feed-anli .swiper .exp .des dd {
    line-height: 25px;
    margin: 0;
    font-size: 14px;
  }
}
.feed-anli .swiper .exp .des dd label {
  float: left;
  font-weight: bold;
}
.feed-anli .swiper .exp .des dd p {
  margin: 0 0 0 90px;
}
@media (max-width: 1200px) {
  .feed-anli .swiper .exp .des dd p {
    margin-left: 80px;
  }
}
.feed-anli .swiper .exp .btn {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .feed-anli .swiper .exp .btn {
    display: block;
  }
}
.feed-anli .swiper .exp .btn a {
  display: block;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  padding: 0 35px;
  background: #004bc8;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1200px) {
  .feed-anli .swiper .exp .btn a {
    border-radius: 5px;
  }
}
@media (min-width: 1200px) {
  .feed-anli .swiper .exp .btn a:hover {
    background: rgba(0, 75, 200, 0.8);
  }
}
