@media screen and (min-width: 800px) and (max-width: 1366px){
  .level-two-body {
    width: 800px;
  }
  .culture-item-img {
    height: 300px;
  }
  .culture-item-content {
    height: 300px;
    padding: 40px 50px 0;
  }
  .culture-item-title {
    width: 180px;
    font-size: 32px;
  }
  .culture-item-title:after {
    width: 60px;
  }
  .culture-item-desc {
    font-size: 18px;
  }
  .culture-item:nth-child(2n) {
    flex-direction: row-reverse;
  }


  .team-container {
    width: 800px;
  }
  .team-item-main {
    flex: 0 0 32%;
    height: 360px;
    padding: 20px;
  }
  .team-item-title {
    padding: 10px 0;
  }
  .team-item-title span:nth-child(1) {
    font-size: 24px;
  }
  .team-item-title span:nth-child(2) {
  }
  .team-item-desc {
    line-height: 24px;
  }

  .honor-swiper-container {
    height: 400px;
    margin-top: -20px;
  }

  .strategy-item {
    height: 300px
  }
  .strategy-item .item-title {
    height: 60px;
  }
  .level-two-partner-item {
    width: 25%;
  }

  .level-two-partner-item .card-detail-title {
    font-size: 22px;
  }
  .level-two-partner-item .card-detail-desc {
    font-size: 14px;
    margin-top: 0;
  }

  .product-item .item-left {
    width: 200px;
    height: 133px;
  }
  .product-item .item-content {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
  }
  .product-item .item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .product-item .item-other-money {
    font-size: 18px;
  }
  .product-item .item-other-money span {
    font-size: 24px;
  }
  .product-item .item-other-label {
    font-size: 14px;
  }
  .product-item .tag-item {
    padding: 4px 8px;
    margin-right: 6px;
    background-color: rgba(231,99,42,0.1);
    text-align: center;
    line-height: 20px;
    color: #E7632A;
    margin-top: 10px;
    font-size: 12px;
  }
  .product-item .product-item-btn {
    width: 120px;
    display: block;
    height: 36px;
    border: 1px solid #002554;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    margin-right: 20px;
  }
  .product-item:hover .product-item-btn {
    background: #002554;
    color: #fff;
  }


  .news-main {
    width: 800px;
  }
  .news-item {
    padding: 20px 0 20px 20px;
    display: flex;
    transition: all 300ms;
    background: #fff;
    border-top: 1px solid #f1f1f1;
  }
  .news-item .item-img-container {
    height: 160px;
    overflow: hidden;
  }
  .news-item .item-content {
    padding: 10px 20px;
  }
  .news-item .item-time {
    top: 10px;
    font-size: 18px;
  }
  .news-item .item-title {
    font-size: 20px;
  }
  .news-item .item-desc {
    font-size: 16px;
  }
  .news-detail-main {
    width: 800px;
  }

  .contact-container {
    width: 800px;
  }
  .contact-item {
    height: 240px;
  }
  .contact-item .item-content {
    padding: 0 20px;
  }
  .contact-item .item-title {
    font-size: 24px;
  }
  .contact-item .item-line {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-item .item-line:nth-child(2) {
    margin-top: 0;
  }
  .contact-item .item-line span {
    margin-right: 20px;
  }

}



@media screen and (max-width: 800px){
  .level-two-tabs {
    padding: 20px 0;
    width: 90vw;
    margin: 0 auto;
  }
  .level-two-tabs-item {
    flex: 1;
    font-size: 14px;
    padding: 8px 0;
    border-radius: 30px;
  }
  .level-two-body {
    width: 100vw;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .level-two-title {
    font-size: 24px;
    padding: 30px 0;
    line-height: 24px;
  }


  .culture-container {
    padding-top: 60px;
  }
  .culture-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
  }
  .culture-item-img {
    width: 100%;
    height: 200px;
    border-radius: 20px;
  }
  .culture-item-content {
    width: 100%;
    height: auto;
    padding: 20px 0 0 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .culture-item-title {
    width: 240px;
    border-bottom: 1px solid #e6e6e6;
    color: #333333;
    font-size: 24px;
    padding-bottom: 10px;
    line-height: 36px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
  }
  .culture-item-title:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #002554;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
  }
  .culture-item-desc {
    color: #333333;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
  }
  .culture-item:nth-child(2n) {
    flex-direction: column;
  }
  .culture-item:nth-child(2n) .culture-item-content {
    width: 100%;
    padding: 40px 50px 0;
  }


  .team-container {
    width: 100vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .team-item-container {
    padding: 0;
  }
  .team-item-main {
    flex: none;
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .team-item-title {
    padding: 10px 0;
  }
  .team-item-title span:nth-child(1) {
    font-size: 22px;
    display: block;
  }
  .team-item-title span:nth-child(2) {
    margin-left: 0;
  }
  .team-item-desc {
    margin-top: 5px;
    line-height: 24px;
  }


  .honor-container {
    margin-top: 20px;
  }
  .honor-swiper-container {
    height: 300px;
    margin-top: 0;
  }
  .honor-swiper-content {
    padding: 20px 10px;
  }
  .honor-swiper-title {
    font-size: 14px;
  }
  .honor-swiper-desc {
    font-size: 12px;
    margin-top: 5px;
  }
  .honor-swiper-button-prev {
    left: 10px;
  }
  .honor-swiper-button-next {
    right: 10px;
  }
  .honor-swiper-button i {
    font-size: 40px;
  }

  .strategy {
    flex-direction: column;
    justify-content: center;
  }
  .strategy-item {
    width: 100%;
    height: 400px;
    display: flex;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .strategy-item .item-title {
    font-size: 18px;
  }
  .strategy-item .item-desc {
    font-size: 14px;
  }

  .level-two-partner-item {
    width: 50%;
  }
  .level-two-partner-item .card-detail-title {
    font-size: 18px;
  }
  .level-two-partner-item .card-detail-desc {
    font-size: 14px;
    margin-top: 0;
  }

  .download-container {
    width: 100%;
  }
  .download-item {
    padding: 20px 0;
  }
  .download-name {
    color: #000 !important;
    font-size: 14px;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .download-right {
    display: flex;
    align-items: center;
  }
  .download-right span {
    margin-left: 10px;
    font-size: 14px;
  }
  .download-right i {
    color: #002554;
    font-size: 14px;
  }
  .download-item:hover {
    background: #f6f6f6;
  }
  .download-item:nth-last-child(2) {
    border-bottom: 0 solid #f6f6f6;
  }

  .product-container {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-item {
    flex-direction: column;
  }
  .product-item .item-left {
    width: 100%;
    height: 180px;
  }
  .product-item .item-right {
    flex-direction: column;
  }
  .product-item .item-content {
    flex: 1;
    padding: 20px;
  }
  .product-item .item-title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .product-item .item-other {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .product-item .item-other-block {
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
  }
  .product-item .item-other-block:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .product-item .item-other-money {
    font-size: 16px;
    color: #002554;
  }
  .product-item .item-other-money span {
    font-size: 26px;
    font-weight: bold;
  }
  .product-item .item-other-label {
    font-size: 14px;
  }
  .product-item .item-other-tags {
    justify-content: center;
  }
  .product-item .tag-item {
    margin: 5px;
    font-size: 14px;
  }
  .product-item .product-item-btn {
    width: 160px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .product-manager-info {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 20px;
  }
  .product-manager-info .info-title, .product-basic-info .info-title {
    font-size: 20px;
    padding: 20px 0;
  }
  .product-manager-info .info-main {
    align-items: center;
  }
  .product-manager-info .info-main .info-main-img {
    width: 100px;
    height: 120px;
    margin-right: 20px;
  }
  .product-manager-info .info-name {
    font-size: 18px;
    font-weight: bold;
  }
  .product-manager-info .info-other {
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 5px;
  }
  .product-manager-info .info-other div {
    margin-right: 0;
    line-height: 24px;
  }
  .product-manager-info .info-desc {
    font-size: 14px;
    margin-top: 20px;
  }
  .product-basic-info {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 20px;
    margin: 50px 0 20px;
  }
  .product-basic-info table {
    font-size: 12px;
  }
  .product-basic-info td {
    padding: 10px 5px;
    width: 20%;
  }
  .product-basic-info-content {
    font-size: 14px;
    line-height: 24px;
  }
  .product-basic-info-content .info-line {
    margin-bottom: 10px;
  }
  .product-basic-info .info-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }


  .risk-title {
    font-size: 24px;
    padding: 30px 0;
    line-height: 24px;
  }
  .risk-desc {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
  }


  .news-main {
    width: 100vw;
    box-sizing: border-box;
    min-height: auto;
  }
  .news-item {
    padding: 20px;
    align-items: center;
    justify-content: space-between;
  }
  .news-item .item-img-container {
    height: 80px;
    overflow: hidden;
  }
  .news-item .item-content {
    padding: 0;
    width: 66%;
  }
  .news-item .item-time {
    top: 10px;
    font-size: 16px;
    display: none;
  }
  .news-item .item-title {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    -webkit-line-clamp: 1;
  }
  .news-item .item-desc {
    font-size: 14px;
    margin-top: 5px;
    line-height: 24px;
    height: 48px;
  }
  .news-pagination {
    padding: 20px 0;
  }
  .news-pagination a {
    font-size: 12px;
    padding: 6px 10px;
    margin: 0 4px;
  }
  .news-pagination span {
    font-size: 12px;
    padding: 6px 10px;
    margin: 0;
  }
  .news-detail-main {
    width: 100vw;
    box-sizing: border-box;
    padding: 20px 0;
  }
  .news-detail-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
  .news-detail-time {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
  }
  .news-detail-content {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    font-size: 14px;
  }
  .news-detail-content img{
    max-width: 100%;
  }

  .contact-container {
    width: 100vw;
    box-sizing: border-box;
    padding: 0;
    margin: 20px 0;
  }
  .contact-item {
    height: auto;
    flex-direction: column;
  }
  .contact-item .item-img {
    width: 100%;
    height: 200px;
  }
  .contact-item .item-content {
    padding: 20px;
  }
  .contact-item .item-title {
    font-size: 18px;
    padding: 0;
    margin-bottom: 10px;
  }
  .contact-item .item-line {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  .contact-item .item-line span {
    display: inline-block;
    margin-right: 10px;
  }
}
