* {
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style: none; }

a {
  color: #777;
  text-decoration: none; }

img {
  vertical-align: top; }

body {
  font-family: sans-serif; }

body {
  background-color: #f9f9f9; }

.head .banner {
  height: 750px;
  background: url("../../images/news/banner.jpg") no-repeat;
  background-position: center;
  overflow: hidden;
  margin-top: 150px; }
  .head .banner .inner {
    width: 1280px;
    margin: 0 auto;
    line-height: 1; }
    .head .banner .inner .line {
      width: 120px;
      height: 10px;
      background-color: #ffffff;
      margin-top: 156px;
      margin-bottom: 88px; }
    .head .banner .inner .en {
      color: #fff;
      font-size: 60px;
      font-weight: bold;
      margin-bottom: 30px; }
    .head .banner .inner .zh {
      color: #fff;
      font-size: 80px;
      font-weight: normal; }
    .head .banner .inner .r_txt {
      margin-top: 98px;
      text-align: right;
      line-height: 1.6;
      float: right;
      color: #fcfcfc;
      font-size: 15px;
      font-weight: normal; }

main .section_title, main .top .title, main .enterprise .title, main .love .title, main .news .title {
  color: #1b1b1b;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.2; }
  main .section_title .line, main .top .title .line, main .enterprise .title .line, main .love .title .line, main .news .title .line {
    width: 120px;
    height: 11px;
    background-image: linear-gradient(-90deg, #fc665a, #cd1e19);
    margin: 54px 0 52px; }
  main .section_title .desc, main .top .title .desc, main .enterprise .title .desc, main .love .title .desc, main .news .title .desc {
    color: #3b3b3b;
    font-size: 24px;
    font-weight: normal; }
main .inner {
  width: 1280px;
  margin: 0 auto; }
main .arrow {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-right: transparent;
  border-bottom: transparent;
  transform: rotateZ(-45deg); }
  main .arrow.r {
    transform: rotateZ(135deg); }
main button {
  width: 228px;
  height: 60px;
  background-color: transparent;
  border: 1px solid #777;
  font-size: 18px;
  color: #777;
  cursor: pointer; }
  main button:hover {
    background-image: linear-gradient(-90deg, #fc665a, #cd1e19);
    color: #fff;
    border-color: transparent; }
main .top {
  background-color: #fff;
  padding: 134px 0 128px; }
  main .top .title {
    margin-bottom: 139px; }
  main .top .info {
    display: flex; }
    main .top .info .banner {
      width: 600px;
      margin: 0 140px 0 126px; }
      main .top .info .banner .cover {
        min-width: 100%;
        margin-bottom: 23px; }
      main .top .info .banner .img_bottom {
        display: flex;
        justify-content: space-between; }
        main .top .info .banner .img_bottom .list {
          display: flex;
          width: 323px;
          justify-content: space-between; }
          main .top .info .banner .img_bottom .list img {
            width: 99px;
            cursor: pointer; }
            main .top .info .banner .img_bottom .list img.on, main .top .info .banner .img_bottom .list img:hover {
              outline: 2px solid #cd1e19; }
        main .top .info .banner .img_bottom .btns {
          display: flex;
          align-items: flex-end; }
          main .top .info .banner .img_bottom .btns .btn {
            width: 44px;
            height: 44px;
            background-color: #c7c7c7;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer; }
            main .top .info .banner .img_bottom .btns .btn:hover {
              background-color: #be1e2d; }
    main .top .info .content {
      width: 355px; }
      main .top .info .content .h2 {
        color: #be1f2e;
        font-size: 36px;
        font-weight: normal; }
      main .top .info .content .desc {
        color: #000;
        font-size: 24px;
        font-weight: normal;
        margin: 45px 0 39px; }
      main .top .info .content .en {
        color: #777;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 65px; }
      main .top .info .content .logos {
        border-top: 1px solid #bfbfbf;
        margin-top: 36px;
        padding-top: 23px;
        display: flex;
        justify-content: space-between; }
        main .top .info .content .logos img {
          width: 100px;
          height: 25px; }
main .lead .info {
  padding: 134px 0;
  display: flex;
  border-bottom: 1px solid #bfbfbf; }
  main .lead .info .left {
    width: 471px;
    margin-left: 127px; }
    main .lead .info .left .desc {
      padding-top: 64px;
      color: #1b1b1b;
      font-size: 24px;
      font-weight: normal; }
    main .lead .info .left .tit {
      color: #be1f2e;
      font-size: 24px;
      font-weight: normal;
      margin: 42px 0 63px; }
    main .lead .info .left .en {
      color: #777;
      font-size: 14px;
      font-weight: normal;
      width: 340px;
      margin-bottom: 113px; }
    main .lead .info .left .logos {
      width: 355px;
      border-top: 1px solid #bfbfbf;
      margin-top: 36px;
      padding-top: 23px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      main .lead .info .left .logos img {
        width: 100px;
        height: 25px; }
        main .lead .info .left .logos img:first-child {
          height: 42px; }
  main .lead .info .right {
    width: 512px;
    margin-left: 62px; }
    main .lead .info .right img {
      min-width: 100%; }
    main .lead .info .right .text {
      width: 512px;
      height: 52px;
      background-image: linear-gradient(-90deg, #fc665a, #cd1e19);
      color: #fff;
      font-size: 26px;
      text-align: center;
      line-height: 52px;
      margin-bottom: 43px; }
main .founder .inner {
  padding: 108px 0 137px;
  display: flex; }
  main .founder .inner .left {
	  max-width: 532px;
    margin: 24px 136px 0 129px; }
  main .founder .inner .right {
    width: 396px; }
    main .founder .inner .right .desc {
      color: #1b1b1b;
      font-size: 24px;
      font-weight: normal; }
    main .founder .inner .right .tit {
      color: #be1f2e;
      font-size: 24px;
      font-weight: normal;
      margin: 63px 0 83px; }
      main .founder .inner .right .tit div {
        margin-bottom: 7px; }
    main .founder .inner .right .logos {
      width: 355px;
      border-top: 1px solid #bfbfbf;
      margin-top: 31px;
      padding-top: 23px;
      display: flex;
      justify-content: space-between; }
      main .founder .inner .right .logos img {
        width: 100px;
        height: 25px; }
main .enterprise {
  background-color: #fff;
  padding: 134px 0 157px; }
  main .enterprise .title {
    margin-bottom: 131px;
    line-height: 1.2; }
    main .enterprise .title .desc {
      font-size: 24px; }
    main .enterprise .title .en {
      float: right;
      color: #b9b9b9;
      font-size: 24px;
      font-weight: normal;
      text-align: right; }
  main .enterprise .cover {
    margin-left: 127px; }
  main .enterprise .news-imgs {
    display: flex;
	margin-left: 127px;
        margin-top: 30px;
        align-items: flex-start;
        justify-content: flex-start;
	}
	main .enterprise .news-imgs img{
		max-width: 500px;
	}
	main .enterprise .news-imgs .mr-2{
		margin-right: 30px;
	}
main .love {
  height: 1360px;
  background: url("../images/news/love_bg.png") no-repeat;
  background-position: 52vw 109px;
  background-size: 1087px 711px; }
  main .love .title {
    margin-bottom: 147px;
    line-height: 1.2;
    padding-top: 190px; }
    main .love .title .desc {
      color: #b9b9b9; }
  main .love .info {
    display: flex; }
    main .love .info .banner {
      width: 643px;
      margin: 0 153px 0 126px; }
      main .love .info .banner .cover {
        min-width: 100%;
        margin-bottom: 23px; }
      main .love .info .banner .img_bottom {
        display: flex;
        justify-content: space-between; }
        main .love .info .banner .img_bottom .list {
          display: flex;
          width: 323px;
          justify-content: space-between; }
          main .love .info .banner .img_bottom .list img {
            width: 99px;
            cursor: pointer; }
            main .love .info .banner .img_bottom .list img.on, main .love .info .banner .img_bottom .list img:hover {
              outline: 2px solid #cd1e19; }
        main .love .info .banner .img_bottom .btns {
          display: flex;
          align-items: flex-end; }
          main .love .info .banner .img_bottom .btns .btn {
            width: 44px;
            height: 44px;
            background-color: #c7c7c7;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer; }
            main .love .info .banner .img_bottom .btns .btn:hover {
              background-color: #be1e2d; }
    main .love .info .content {
      width: 355px; }
      main .love .info .content .h2 {
        color: #3b3b3b;
        font-size: 36px;
        font-weight: normal;
        margin-bottom: 43px; }
      main .love .info .content .en {
        color: #b9b9b9;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 100px; }
      main .love .info .content .logos {
        border-top: 1px solid #bfbfbf;
        margin-top: 36px;
        padding-top: 23px;
        display: flex;
        flex-wrap: wrap; }
        main .love .info .content .logos img {
          width: 100px;
          height: 25px;
          margin-bottom: 35px;
          margin-right: 27px; }
          main .love .info .content .logos img:nth-child(3) {
            margin-right: 0; }
main .media {
  background-color: #fff;
  padding-top: 138px; }
  main .media .inner {
    display: flex; }
    main .media .inner .left {
      width: 322px;
      margin: 0 62px 0 127px; }
      main .media .inner .left .h2 {
        color: #3b3b3b;
        font-size: 32px;
        font-weight: normal;
        margin-bottom: 42px; }
      main .media .inner .left .en {
        color: #b9b9b9;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 69px; }
      main .media .inner .left img {
        max-width: 100%; }
  main .media .line {
    width: 100%;
    height: 83px;
    background-image: linear-gradient(-90deg, #fc665a, #cd1e19); }
main .news {
  background: url("../../images/news/new_bg.jpg") no-repeat;
  background-position: center;
  height: 1413px; }
  main .news .title {
    margin-bottom: 175px;
    line-height: 1.2;
    padding-top: 157px; }
    main .news .title .desc {
      color: #b9b9b9; }
  main .news .list {
    width: 1055px;
    margin-left: 100px; }
    main .news .list li {
      background-color: #fff;
      height: 147px;
      overflow: hidden;
      display: flex;
      margin-bottom: 26px; }
      main .news .list li img {
        width: 204px; }
      main .news .list li .right {
        display: flex;
        align-items: center; }
        main .news .list li .right .icon {
          color: #ce201b;
          font-size: 50px;
          font-weight: normal;
          margin: 0 50px; }
        main .news .list li .right a {
          text-decoration: underline;
          line-height: 1.8;
          padding-right: 100px;
          color: #3b3b3b;
          font-size: 14px;
          font-weight: normal; }
          main .news .list li .right a:hover {
            color: #ce201b; }

/*# sourceMappingURL=news.min.css.map */
