* {
  padding: 0;
  margin: 0;
}
body {
  min-width: 1200px;
}
.index_top {
  width: 100%;
  height: 596px;
}
.index_top .navigation_bar {
  display: flex;
  justify-content: center;
  height: 64px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.index_top .navigation_bar .navwidth {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  padding: 0 47px;
}
.index_top .navigation_bar .logos {
  z-index: 999;
  display: flex;
  width: 877px;
  height: 64px;
}
.index_top .navigation_bar .logos .top_logos {
  width: 125px;
  height: 25px;
  margin-top: 20px;
  margin-right: 60px;
}
.index_top .navigation_bar .logos .index_title {
  width: 690px;
  height: 64px;
  line-height: 64px;
  display: flex;
  justify-content: space-between;
}
.index_top .navigation_bar .logos .index_title a {
  display: block;
  height: 64px;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  text-decoration: none;
}
.index_top .navigation_bar .logos .index_title .index_title_line {
  width: 28px;
  height: 3px;
  background: #3370ff;
  position: absolute;
  top: 61px;
  border-radius: 0px 0px 2px 2px;
}
.index_top .navigation_bar .logos .index_title .layer {
  width: 100%;
  height: 340px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(52, 112, 255, 0.08);
  position: fixed;
  top: 64;
  left: 0;
  display: none;
}
.index_top .navigation_bar .logos .index_title .layer .layer_box {
  width: 1200px;
  height: 176px;
  margin: 0 auto;
}
.index_top .navigation_bar .logos .index_title .layer .layer_box .layer_box_title {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-left: 12px;
  border-bottom: 1px solid #DDDDDD;
}
.index_top .navigation_bar .logos .index_title .layer .layer_box .layer_products {
  width: 1200px;
  height: 75px;
  margin: 6px auto 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.index_top .navigation_bar .logos .index_title .layer .layer_box .layer_products .layer_products_item {
  width: 230px;
  height: 75px;
  line-height: 35px;
  display: flex;
  padding: 16px 0 0 12px;
}
.index_top .navigation_bar .logos .index_title .layer .layer_box .layer_products .layer_products_item img {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  margin-right: 12px;
}
.index_top .navigation_bar .logos .index_title .layer .layer_box .layer_products .layer_products_item .layer_products_title {
  line-height: 16px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.index_top .navigation_bar .logos .index_title .layer .layer_box .layer_products .layer_products_item .layer_products_text {
  font-size: 12px;
  color: #666666;
  margin-top: 3px;
}
.index_top .navigation_bar .logos .index_title .layer .layer_box .layer_products .layer_products_item:hover {
  background-color: #f3f7ff;
}
.index_top .navigation_bar .logos .layer_programme {
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(52, 112, 255, 0.08);
  position: fixed;
  top: 64;
  left: 0;
  padding-bottom: 20px;
  display: none;
}
.index_top .navigation_bar .logos .layer_programme .layer_box {
  width: 1200px;
  height: 176px;
  margin: 0 auto;
  padding-top: 20px;
}
.index_top .navigation_bar .logos .layer_programme .layer_box .layer_box_title {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-left: 12px;
  border-bottom: 1px solid #DDDDDD;
}
.index_top .navigation_bar .logos .layer_programme .layer_box .layer_products {
  width: 1200px;
  margin: 6px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.index_top .navigation_bar .logos .layer_programme .layer_box .layer_products .layer_products_item {
  width: 230px;
  line-height: 35px;
  display: flex;
  padding: 8px 0 0 12px;
  margin-top: 7px;
}
.index_top .navigation_bar .logos .layer_programme .layer_box .layer_products .layer_products_item .layer_products_img {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
.index_top .navigation_bar .logos .layer_programme .layer_box .layer_products .layer_products_item .layer_products_title {
  line-height: 16px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  display: flex;
}
.index_top .navigation_bar .logos .layer_programme .layer_box .layer_products .layer_products_item .layer_products_text {
  font-size: 12px;
  color: #666666;
  margin-top: 3px;
}
.index_top .navigation_bar .logos .layer_programme .layer_box .layer_products .layer_products_item div:hover {
  color: #3370ff;
}
.index_top .navigation_bar .logos .layer_programme .layer_box .layer_products .layer_products_item:hover {
  background-color: #f3f7ff;
}
.index_top .navigation_bar .top_btn {
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 999;
  min-width: 186px;
}
.index_top .navigation_bar .top_btn a {
  display: inline-block;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}
.index_top .navigation_bar .top_btn .btn1 {
  border-radius: 13px;
  border: 1px solid #333333;
  font-size: 14px;
  color: #333333;
  padding: 0 12px;
}
.index_top .navigation_bar .top_btn .btn2 {
  background-color: #3370FF;
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-left: 12px;
  border-radius: 13px;
  padding: 0 12px;
}
.index_top .navigation_bar .user {
  display: none;
  height: 100%;
  line-height: 64px;
  cursor: pointer;
  position: relative;
}
.index_top .navigation_bar .user span {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
.index_top .navigation_bar .user img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.index_top .navigation_bar .user:hover .loginOut {
  display: block;
}
.index_top .navigation_bar .user .loginOut {
  display: none;
  position: absolute;
  line-height: 14px;
  padding: 4px;
  white-space: nowrap;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  bottom: -14px;
}
.index_top .rotation_chart {
  height: 672px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.index_top .rotation_chart .trlal {
  display: flex;
  justify-content: center;
}
.index_top .rotation_chart .trlal .trlal-content {
  width: 1200px;
  margin-top: 293px;
}
.index_top .rotation_chart .trlal .trlal-content .trlal-title {
  font-weight: 600;
  font-size: 50px;
  color: #213251;
}
.index_top .rotation_chart .trlal .trlal-content .trlal-text {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-top: 30px;
  width: 556px;
}
.index_top .rotation_chart .trlal .trlal-content .trlal-box {
  width: 353px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 0px rgba(14, 114, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px 0 20px ;
  margin-top: 50px;
}
.index_top .rotation_chart .trlal .trlal-content .trlal-box .trlal-input {
  border: none;
  outline: none;
}
.index_top .rotation_chart .trlal .trlal-content .trlal-box .trlal-btn {
  width: 112px;
  height: 44px;
  background: #0E72FF;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content .customer-wrap {
  margin-top: 132px;
  width: 1200px;
}
.content .customer-wrap__title {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  color: #333333;
}
.content .customer-wrap__text {
  text-align: center;
  font-size: 16px;
  color: #9F9F9F;
  font-weight: 500;
  margin-top: 20px;
}
.content .customer-wrap__box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.content .customer-wrap__item {
  width: 386px;
  height: 151px;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 0px rgba(14, 114, 255, 0.1);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.content .customer-wrap__item-img {
  width: 48px;
  height: 48px;
  margin-right: 25px;
}
.content .customer-wrap__item-title {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
.content .customer-wrap__item-text {
  font-weight: 500;
  font-size: 15px;
  color: #666666;
  margin-top: 10px;
}
.content .scene-wrap {
  margin-top: 132px;
  width: 1200px;
}
.content .scene-wrap__title {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  color: #333333;
}
.content .scene-wrap__text {
  text-align: center;
  font-size: 16px;
  color: #9F9F9F;
  font-weight: 500;
  margin-top: 20px;
}
.content .scene-wrap__box {
  background: #FBFBFB;
  box-shadow: 0px 3px 20px 0px rgba(14, 114, 255, 0.1);
  border-radius: 2px 2px 2px 2px;
  height: 518px;
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.content .scene-wrap__item {
  width: 396px;
  height: 256px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 55px;
}
.content .scene-wrap__item-img {
  width: 60px;
  height: 60px;
}
.content .scene-wrap__item-title {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
}
.content .scene-wrap__item-text {
  font-weight: 500;
  font-size: 15px;
  color: #666666;
  text-align: center;
}
.content .core-wrap {
  width: 1200px;
  margin-top: 120px;
  padding-bottom: 97px;
}
.content .core-wrap__title {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  color: #333333;
}
.content .core-wrap__text {
  text-align: center;
  font-size: 16px;
  color: #9F9F9F;
  font-weight: 500;
  margin: 20px 0 100px 0;
}
.content .core-wrap__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .core-wrap__item-img {
  width: 645px;
  height: 507px;
  margin-right: 90px;
}
.content .core-wrap__item-img1 {
  width: 493px;
  height: 343px;
  margin-left: 181px;
}
.content .core-wrap__item-img2 {
  width: 602px;
  height: 482px;
  margin-right: 124px;
}
.content .core-wrap__item-title {
  font-size: 32px;
  color: #333333;
}
.content .core-wrap__item-title1 {
  font-size: 26px;
  color: #444444;
}
.content .core-wrap__item-text {
  font-size: 18px;
  color: #676B73;
  margin-top: 30px;
}
.content .advantage-bg {
  background: #F9FBFF;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.content .advantage-bg .advantage-wrap {
  width: 1200px;
}
.content .advantage-bg .advantage-wrap__title {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  color: #333333;
}
.content .advantage-bg .advantage-wrap__text {
  text-align: center;
  font-size: 16px;
  color: #9F9F9F;
  font-weight: 500;
  margin: 20px 0 40px 0;
}
.content .advantage-bg .advantage-wrap__box {
  display: flex;
  justify-content: space-between;
}
.content .advantage-bg .advantage-wrap__item {
  width: 285px;
  height: 340px;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 0px rgba(14, 114, 255, 0.1);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: center;
}
.content .advantage-bg .advantage-wrap__item-img {
  width: 60px;
  height: 60px;
}
.content .advantage-bg .advantage-wrap__item-title {
  margin: 20px 0;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
}
.content .advantage-bg .advantage-wrap__item-text {
  font-weight: 500;
  font-size: 15px;
  color: #666666;
}
.content .case-wrap {
  width: 1200px;
  margin: 0 auto;
}
.content .case-wrap__title {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  color: #333333;
  margin: 60px 0 20px 0;
}
.content .case-wrap__text {
  text-align: center;
  font-size: 16px;
  color: #9F9F9F;
  font-weight: 500;
}
.content .case-wrap__box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.content .case-wrap__item {
  width: 285px;
  height: 323px;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 0px rgba(14, 114, 255, 0.1);
  border-radius: 2px;
}
.content .case-wrap__item-img {
  width: 285px;
  height: 120px;
}
.content .case-wrap__tag {
  display: flex;
}
.content .case-wrap__item-tag {
  padding: 2px 12px;
  background: rgba(195, 220, 255, 0.5);
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #0E72FF;
  margin: 20px 0 16px 20px;
}
.content .case-wrap__item-title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin: 0 20px 16px 20px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.content .case-wrap__item-text {
  font-size: 13px;
  color: #000000;
  margin: 0 20px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.content .article-wrap {
  width: 1200px;
  margin: 0 auto 60px auto;
}
.content .article-wrap__title {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  color: #333333;
  margin: 120px 0 20px 0;
}
.content .article-wrap__text {
  text-align: center;
  font-size: 16px;
  color: #9F9F9F;
  font-weight: 500;
}
.content .article-wrap__box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.content .article-wrap__item {
  width: 285px;
  height: 385px;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 0px rgba(14, 114, 255, 0.1);
  border-radius: 2px;
}
.content .article-wrap__item-img {
  width: 285px;
  height: 165px;
}
.content .article-wrap__item-time {
  margin: 20px 0 20px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.content .article-wrap__item-info {
  font-weight: 500;
  font-size: 15px;
  color: #0E72FF;
  margin: 20px 0 0 20px;
}
.content .article-wrap__item-title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin: 0 20px 16px 20px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.content .article-wrap__item-text {
  font-size: 13px;
  color: #000000;
  margin: 0 20px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
