.level-two-head-back {
  width: 100%;
  height: 40vh;
  /*background-attachment: fixed;*/
  /*background-size: auto 40vh;*/
  /*background-position: center top;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.level-two-head-back-mobile {
  margin-top: 60px;
  height: 120px;
  background-attachment: scroll !important;
  background-size: cover;
  background-position: center;
}
/*.level-two-head-back {*/
/*  width: 100%;*/
/*  height: 40vh;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  background-position: center top;*/
/*}*/
/*.level-two-head-back-mobile {*/
/*  height: 240px;*/
/*  background-attachment: scroll !important;*/
/*  background-size: cover;*/
/*  background-position: -140px center;*/
/*}*/
.level-two-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.level-two-tabs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.level-two-tabs-item {
  font-size: 18px;
  padding: 5px 20px;
  border-radius: 30px;
  color: #000;
  text-align: center;
}
.level-two-tabs-item-check {
  background: #002554;
  color: #fff;
}

.level-two-title {
  color: #002554;
  font-weight: bold;
  font-size: 30px;
  padding: 60px 20px;
  line-height: 30px;
  text-align: center;
}


.level-two-body {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.level-two-about {
  padding: 50px 0;
}
.level-two-about .about-desc {
  margin-top: 0;
}
.culture-container {
  width: 100%;
}
.culture-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.culture-item-img {
  width: 50%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
}
.culture-item-content {
  width: 50%;
  height: 400px;
  box-sizing: border-box;
  padding: 80px 100px 0;
  text-align: left;
}
.culture-item-title {
  width: 240px;
  border-bottom: 1px solid #e6e6e6;
  color: #333333;
  font-size: 36px;
  padding-bottom: 20px;
  line-height: 36px;
  position: relative;
  margin-bottom: 40px;
}
.culture-item-title:after {
  content: '';
  width: 70px;
  height: 4px;
  background: #002554;
  bottom: -2px;
  left: 0;
  position: absolute;
}
.culture-item-desc {
  color: #333333;
  font-size: 18px;
  text-align: justify;
  line-height: 30px;
}
.culture-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.culture-item:nth-child(2n) .culture-item-content {
  width: 50%;
  box-sizing: border-box;
  padding-left: 0;
  text-align: left;
}

.risk-title {
  color: #002554;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
.risk-desc {
  color: #666666;
  font-size: 17px;
  line-height: 36px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
.risk-img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.back-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.back-video > video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.risk-container {
  width: 100vw;
  height: 80vh;
  position: relative;
}
.risk-main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.risk-main-block {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 48%;
  height: 100%;
  transition: all 400ms;
}
.risk-main-block-left {
  left: 0;
}
.risk-main-block-right {
  right: 0;
}
.risk-main-block-back {
  width: 2000px;
  height: 2800px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 400ms;
}
.risk-main-block-left .risk-main-block-back {
  right: 0;
  border-radius: 0 50% 50% 0;
}
.risk-main-block-left .risk-main-block-back:nth-child(2) {
  transform: translate(60px, -50%);
}
.risk-main-block-right .risk-main-block-back {
  left: 0;
  border-radius: 50% 0 0 50%;
}
.risk-main-block-right .risk-main-block-back:nth-child(2) {
  transform: translate(-60px, -50%);
}
.risk-main-block:hover .risk-main-block-back {
  background: rgba(0, 37, 84, 0.4);
}
.risk-main-block-content {
  width: 400px;
  position: absolute;
  top: 30%;
  z-index: 4;
  text-align: center;
}
.risk-main-block-left .risk-main-block-content {
  right: 10vw;
}
.risk-main-block-right .risk-main-block-content {
  left: 10vw;
}
.risk-main-block-right .risk-main-block-back {
  left: 0;
  border-radius: 50% 0 0 50%;
}
.risk-main-block-content-title {
  color: #002554;
  font-size: 26px;
  font-weight: bold;
  transition: all 400ms;
}
.risk-main-block-content-desc {
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
  transition: all 400ms;
  text-align: left;
}
.risk-main-block-content-desc li {
  margin-bottom: 16px;
}
.risk-main-block:hover .risk-main-block-content-title, .risk-main-block:hover .risk-main-block-content-desc {
  color: #fff;
}
.risk-main-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
  transition: all 800ms;
}
.risk-main-block:hover ~ .risk-main-mask {
  background: rgba(255, 255, 255, 0);
}

.mobile-risk-container {
  width: 100vw;
  height: 300px;
  position: relative;
  margin: 20px 0;
}
.mobile-risk-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
}
.mobile-risk-swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 99;
  text-align: left;
}
.mobile-risk-swiper-container .swiper-slide {
  box-sizing: border-box;
  padding: 20px;
}
.mobile-risk-block-title {
  color: #002554;
  font-size: 18px;
  font-weight: bold;
}
.mobile-risk-block-desc {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  text-align: justify;
  margin-top: 5px;
}

.mobile-risk-navigation {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 5px 5px;
  margin-top: -1px;
}
.mobile-risk-swiper-button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
  transition: all 300ms;
  color: #000;
  /*border: 2px solid #999;*/
  box-sizing: border-box;
  opacity: 0.6;
}
.mobile-risk-swiper-button i {
  font-size: 32px;
}
.mobile-risk-swiper-button:hover {
  color: #e7b78a;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.team-item-container {
  flex: 0 0 33.33%;
  height: 400px;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
}
.team-item-main {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 40px;
  background: #002554;
  text-align: left;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

.team-item-title {
  color: #e7b78a;
  padding: 20px 0;
}
.team-item-title span:nth-child(1) {
  font-size: 28px;
}
.team-item-title span:nth-child(2) {
  font-size: 14px;
  margin-left: 5px;
}
.team-item-desc {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}



.honor-container {
  width: 100%;
}
.qualifications-swiper-container {
  overflow: hidden;
  margin-bottom: 50px;
}
.qualifications-swiper-container .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qualifications-swiper-container .swiper-slide {
  box-sizing: border-box;
  padding: 0 10px;
}
.qualifications-swiper-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 252px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.qualifications-swiper-container img {
  width: 100%;
  height: auto;
}
.qualifications-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  background: #fff;
  position: relative;
  z-index: 99;
  border-radius: 0 0 5px 5px;
  margin-top: -1px;
}
.qualifications-swiper-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
  transition: all 300ms;
  color: #999;
  /*border: 2px solid #999;*/
  box-sizing: border-box;
  opacity: 0.6;
}
.qualifications-swiper-button i {
  font-size: 40px;
}
.qualifications-swiper-button:hover {
  color: #e7b78a;
  /*border: 2px solid #e7b78a;*/
  opacity: 1;
}

.honor-swiper-container {
  overflow: hidden;
  height: 500px;
  margin-top: -20px;
  padding-bottom: 20px;
}
.honor-swiper-container .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  opacity: 0.2;
}
.honor-swiper-container .swiper-wrapper {
  display: flex;
  align-items: center;
}
.honor-swiper-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 90%;
  height: 360px;
  transition: all 300ms;
}
.honor-swiper-container .swiper-slide-prev {
  align-items: flex-start;
}
.honor-swiper-container .swiper-slide-next {
  align-items: flex-end;
}
.honor-swiper-container .swiper-slide-active,.honor-swiper-container .swiper-slide-duplicate-active {
  opacity: 1;
}
.honor-swiper-container .swiper-slide-active .honor-swiper-img,.honor-swiper-container .swiper-slide-duplicate-active .honor-swiper-img {
  width: 100%;
}

.honor-swiper-content {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  box-shadow: 0 0 20px #ddd;
}
.honor-swiper-title {
  font-size: 18px;
  color: #002554;
  font-weight: bold;
}
.honor-swiper-desc {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.honor-swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}
.honor-swiper-button-prev {
  left: 20px;
}
.honor-swiper-button-next {
  right: 20px;
}
.honor-swiper-button i {
  font-size: 50px;
  color: rgba(0, 37, 84, 0.6);
  transition: all 300ms;
}
.honor-swiper-button:hover i {
  color: rgba(0, 37, 84, 1);
}

.strategy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strategy-item {
  width: 32%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.strategy-item .item-content {
  width: 100%;
  height: 20%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 800ms ease;
  color: #fff;
}
.strategy-item .item-title {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 800ms ease;
  font-size: 20px;
}
.strategy-item .item-desc {
  font-size: 16px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 800ms ease;
  opacity: 0;
}
.strategy-item-pc:hover .item-content {
  height: 100%;
}
.strategy-item-pc:hover .item-title {
  margin-top: 30%;
}
.strategy-item-pc:hover .item-desc {
  opacity: 1;
}
.strategy-item-active .item-content {
  height: 100%;
}
.strategy-item-active .item-title {
  margin-top: 30%;
}
.strategy-item-active .item-desc {
  opacity: 1;
}


.level-two-partner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.level-two-partner-item {
  background: #fff;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.level-two-partner-item .card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.level-two-partner-item .card-content img {
  width: 80%;
  height: auto;
  padding: 10px 0;
}
/*.level-two-partner-item .card-content p {*/
/*  font-size: 24px;*/
/*  color: #333;*/
/*  margin-top: -20px;*/
/*}*/
.level-two-partner-item .card-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 300ms;
  background: #002554;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.level-two-partner-item .card-detail-title {
  font-size: 26px;
  color: #e7b78a;
}
.level-two-partner-item .card-detail-desc {
  font-size: 16px;
  margin-top: 5px;
}
.card-item-pc:hover .card-detail {
  opacity: 1;
}
.card-item-active .card-detail {
  opacity: 1;
}
/*.level-two-partner-item:hover .card-detail {*/
/*  opacity: 1;*/
/*}*/

.download-container {
  width: 100%;
}
.download-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  color: #000;
  border-bottom: 1px solid #f6f6f6;
  transition: all 100ms;
}
.download-name {
  color: #000 !important;
  font-size: 16px;
}
.download-right {
  display: flex;
  align-items: center;
}
.download-right span {
  margin-left: 20px;
}
.download-right i {
  color: #002554;
  font-size: 20px;
}
.download-item:hover {
  background: #f6f6f6;
}
.download-item:nth-last-child(2) {
  border-bottom: 0 solid #f6f6f6;
}

.product-container {
  width: 100%;
}
.product-item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px 0 rgba(231,234,235,0.8);
}
.product-item .item-left {
  width: 270px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.product-item .item-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.product-item .item-content {
  flex: 1;
  padding: 25px;
  box-sizing: border-box;
}
.product-item .item-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}
.product-item .item-other {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-item .item-other-block {
  /*margin-right: 80px;*/
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.product-item .item-other-money {
  font-size: 24px;
  color: #002554;
}
.product-item .item-other-money span {
  font-size: 32px;
  font-weight: bold;
}
.product-item .item-other-label {
  font-size: 16px;
  text-align: center;
  color: #666;
}
.product-item .item-other-tags {
  display: flex;
  align-items: center;
}
.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: 14px;
}
.product-item .product-item-btn {
  width: 200px;
  display: block;
  height: 48px;
  border: 1px solid #002554;
  border-radius: 2px;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  color: #002554;
  margin-right: 50px;
}
.product-item:hover .product-item-btn {
  background: #002554;
  color: #fff;
}

.product-manager-info {
  padding: 0 24px 24px;
  background: #f8f8f8;
  text-align: left;
}
.product-manager-info .info-title, .product-basic-info .info-title {
  font-size: 24px;
  font-weight: bold;
  padding: 24px 0;
}
.product-manager-info .info-main {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.product-manager-info .info-main .info-main-img {
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  border-radius: 5px;
  margin-right: 25px;
}
.product-manager-info .info-content {
  flex: 1;
}
.product-manager-info .info-name {
  font-size: 20px;
  font-weight: bold;
}
.product-manager-info .info-other {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: 5px;
  position: relative;
}
.product-manager-info .info-other div {
  margin-right: 40px;
}
.product-manager-info .info-other > div > span {
  color: red;
}
.product-manager-info .info-other .info-other-date {
  color: #999;
  font-weight: 400;
  margin: 0;
}
.product-manager-info .info-other .info-other-date-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.product-manager-info .info-desc {
  line-height: 24px;
  color: #888888;
  margin-top: 16px;
}
.product-basic-info {
  text-align: left;
  padding: 24px;
  border: 1px solid #e8e8e8;
  margin-top: 50px;
}
.product-basic-info table {
  border-collapse:collapse;
}
.product-basic-info tr {
  transition: background 100ms;
}
.product-basic-info tr:hover {
  background: #f8f8f8;
}
.product-basic-info td {
  border:1px solid #cccccc;
  padding: 20px 15px;
  transition: background 100ms;
}
.product-basic-info td:hover {
  background: #eee !important;
}
.product-basic-info td:first-child {
  background: #f8f8f8;
  font-weight: bold;
  text-align: center;
}
.product-basic-info .info-desc {
  line-height: 24px;
  color: #888888;
  margin-bottom: 20px;
}

.product-detail-btn {
  background: #002554;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: 0.9;
  transition: opacity 300ms;
}
.product-detail-btn:hover {
  opacity: 1;
}

.news-main {
  width: 1200px;
  margin: 0 auto;
  /*min-height: 50vh;*/
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.news-item {
  width: 100%;
  padding: 20px 0 20px 20px;
  display: flex;
  transition: all 300ms;
  background: #fff;
  border-top: 1px solid #f1f1f1;
  box-sizing: border-box;
}
.news-item:nth-child(1) {
  border-top: none;
}
.news-item .item-img-container {
  width: 30%;
  height: 200px;
  overflow: hidden;
  display: flex;
}
.news-item .item-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 800ms;
}
.news-item .item-content {
  width: 70%;
  box-sizing: border-box;
  padding: 20px 40px;
  position: relative;
}
.news-item .item-time {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #666666;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'en';
}
.news-item .item-title {
  width: 80%;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-item .item-desc {
  margin-top: 25px;
  color: #666666;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-item:hover {
  background: #f6f6f6;
}
.news-item:hover .item-img {
  transform: scale(1.2);
}
.news-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  /*padding: 30px 0;*/
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
}
.news-pagination a {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #999;
  color: #000;
  margin: 0 5px;
  transition: all 300ms;
  font-size: 14px;
}
.news-pagination a:hover {
  background: #002554;
  border: 1px solid #002554;
  color: #fff;
}
.news-pagination span {
  display: inline-block;
  font-size: 16px;
  padding: 8px 15px;
  margin: 0 10px;
}

.news-detail-main {
  width: 1200px;
  margin: 0 auto;
  min-height: 50vh;
  box-sizing: border-box;
}
.news-detail-title {
  text-align: center;
  font-size: 24px;
  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;
}
.news-detail-content img{
  max-width: 100%;
}



.contact-container {
  width: 1200px;
  /*margin-top: 50px;*/
  box-shadow: 0 0 20px #ddd;
  text-align: left;
}
.contact-item {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.contact-item .item-img {
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-item .item-content {
  flex: 1;
  padding: 20px 40px;
  box-sizing: border-box;
}
.contact-item .item-title {
  font-size: 28px;
  font-weight: bold;
  color: #002554;
  padding: 10px 0;
}
.contact-item .item-line {
  font-size: 18px;
  line-height: 30px;
  margin-top: 5px;
}
.contact-item .item-line:nth-child(2) {
  margin-top: 0;
}
.contact-item .item-line span {
  margin-right: 20px;
}
