﻿@charset "UTF-8";

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0
}

body {
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}

textarea::placeholder,
textarea {
  font-style: normal;
  font-family: APP-NVUE;
}

.ellipsis_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis_1 {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

fieldset,
img,
input,
button,
select {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none
}

ul,
ol {
  list-style: none
}

input,
button {
  padding-top: 0;
  padding-bottom: 0;
}

button {
  cursor: pointer;
  background: transparent
}

select,
input {
  vertical-align: middle
}

select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  background: transparent
}

textarea {
  resize: none;
  outline-style: none
}

img {
  border: 0;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

body {
  font: 14px/150% !important;
  color: #000;
  background-color: #f7f7f7;
  padding-top: 64px
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table
}

.clearfix:after {
  clear: both
}

.clearfix {
  zoom: 1;
}

.f-l {
  float: left
}

.f-r {
  float: right
}

/*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/
/* ::-webkit-scrollbar {
  width: 12px;
  height: 16px;
  background-color: transparent;
} */

/*定义滚动条轨道
  内阴影+圆角*/
/* ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
} */

/*定义滑块
  内阴影+圆角*/
/* ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #e2e2e2;
} */

.disflex {
  display: flex;
}

.flex_column {
  flex-direction: column;
}

.flex_center {
  align-items: center;
}

.flex_start {
  align-items: flex-start;
}

.flex_end {
  align-items: flex-end;
}

.flex_lr_center {
  justify-content: center;
}

.flex_lr_start {
  justify-content: flex-start;
}

.flex_lr_end {
  justify-content: flex-end;
}

.flex_lmr {
  justify-content: space-between;
}

.flex_wrap {
  flex-wrap: wrap;
}

.ellipsis_line1 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  white-space: nowrap;
}

a {
  text-decoration: none;
  transition: all .5s
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%
}

em,
i,
u {
  font-style: normal;
  text-decoration: none
}

.bg_fff {
  background: #ffffff
}

.mt50 {
  margin-top: 50px
}

.margin-top-10 {
  margin-top: 10px
}

a:hover {
  opacity: .8
}

.toe {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.compatible-btn {
  height: 28px;
  line-height: 25px
}

.mt20 {
  margin-top: 20px
}

.inner {
  max-width: 1450px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #000001
}

.index_body {
  padding-top: 0;
  margin: 0 auto !important;
  box-sizing: border-box;
}

.header_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 64px;
}
.header_wap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 64px;
  display: none;
}
.navicon{
  width: 40px;
  height:40px;
  margin-left: 20px;
}
.header_flex .header_item {
  display: flex;
  align-items: center
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #fff
}



.logo_box {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.logo {
  height: 40px;
  width: 130px;
  background: url(../images/home_slices/logo.png) no-repeat;
  background-size: 100% auto;
  display: block;
  background-position: center;

}

.logo_box .menu_box {
  position: absolute;
  background: #fff;
  left: 0;
  top: 64px;
  display: none;
  border-radius: 6px;
  box-shadow: 0px 4px 12px 0px rgba(42, 52, 76, 0.15);
  transform: translateY(-50px);
}

.logo_box .menu_box .menu_item {
  font-size: 16px;
  color: #000000;
  padding: 0 20px;
  cursor: pointer;

}

.logo_box .menu_box .menu_title {
  font-size: 16px;
  color: #000000;
  padding: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ECEEF0;

}

.logo_box .menu_box .menu_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;

  border-bottom: 1px solid #ECEEF0;

}

.logo_box .menu_box .menu_item span {
  display: inline-block;
  white-space: nowrap
}

.logo_box .menu_box .menu_item .menu_icon {
  width: 18px;
  height: 18px;
  margin-right: 10px
}

.logo_box .menu_box .menu_item .right_icon {
  width: 18px;
  height: 18px;
}

.logo_box .menu_box .menu_item:hover {
  background: rgba(17, 115, 255, 0.2);
}

.logo_box .menu_box .menu_item:hover a span {
  color: #1173FF !important;
}

.logo_box:hover .menu_box {
  display: block;
  transform: translateY(0);
  transition: all 0.5s;
}

.logo img {
  height: 53px
}

.layui-nav-item a {
  color: #000 !important;
  margin: 0 40px 0 20px !important;
  padding: 0 !important;
  position: relative;
}

.layui-nav-child a {
  color: #333 !important
}

.layui-nav-child {
  box-shadow: 0px 4px 12px 0px rgba(42, 52, 76, 0.15);
  border-radius: 6px;
}

.layui-nav-item:hover a span {
  color: #1173FF !important;
}



.layui-nav .layui-nav-more {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/home_slices/icon_down@2x.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  right: -30px;
  color: #868C96 !important;
}

.layui-nav .layui-nav-mored {
  background: url(../images/home_slices/icon_up@2x.png) no-repeat;
  background-size: cover;
}

.layui-nav .layui-nav-item:first-child a {
  padding-right: 20px !important;
}

.index_index_new {
  background: #fff;
}
.layui-nav .on .main_title{
  color: #1173FF !important;
}
.layui-nav .on .main_title::after {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: #1173FF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.layui-nav .layui-nav-child a:hover {
  background: rgba(17, 115, 255, 0.08);
  color: #1173FF !important;
}

.nav {
  float: left;
  padding-left: 50px
}

.nav li {
  float: left
}

.nav li>a {
  display: block;
  font-size: 14px;
  line-height: 64px;
  color: #fff;
  padding: 0 14px;
  box-sizing: border-box
}



.layui-nav {
  background: none !important;
  padding: 0
}

.layui-nav-child {
  top: 64px !important;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  background: none !important
}

.header_btn {
  color: #1173FF;
}

.header_btn a {
  font-size: 14px;
  color: #1173FF
}

.header_btn a.on {
  padding: 0 20px;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  line-height: 36px;
  white-space: nowrap;
  background: #1173FF;
  border-radius: 4px;
}

.a_login {
  display: flex;
  align-items: center;
  white-space: nowrap;

}

/* .header_btn a.a_login::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('../images_new/user.png') no-repeat;
  background-size: cover;
  margin-right: 7px;
} */

.header_btn a.on:hover {
  opacity: 0.8;
}

.header_search {
  line-height: 90px;
  position: relative;
  width: 180px;
  height: 90px
}

.header_search input {
  background: #43aced;
  padding: 4px 15px;
  line-height: 30px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  width: 100%;
  box-sizing: border-box
}

.header_search input::placeholder {
  color: #ffffff;
  opacity: .8
}

.header_search button {
  background: url('../images_new/serach.png') no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 35px;
  right: 10px
}

.header_search:hover input {
  display: inline-block
}

.index_swiper {
  margin-top: 64px;
}

.index_swiper .swiper-slide {
  height: 524px;
  background: no-repeat center top;
  background-size: 1920px 100%;
  box-sizing: border-box;
  color: #fff
}

.index_swiper .swiper-slide h1 {
  font-size: 44px;
  font-weight: 600;
  line-height: 60px
}

.index_swiper .swiper-slide p {
  font-size: 20px;
  line-height: 50px
}

.index_swiper .swiper-slide span {
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #ffffff;
  margin: 15px 0
}

.index_swiper .swiper-slide a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  width: 120px;
  line-height: 40px;
  background-color: #fff;
  color: #2DA2E8;
  text-align: center;
  margin-top: 30px
}

.index_swiper .swiper-slide a:hover {
  opacity: .9
}

.index_swiper>.swiper-pagination-bullets {
  bottom: 10px
}

.index_swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 60px;
  height: 3px;
  border: 2px solid #fff;
  margin: 0 5px;
  opacity: .6;
  border-radius: 0
}

.index_swiper>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1
}

.xc_swiper .swiper-slide {
  height: 360px;
  width: 640px;
  background-size: cover;
  box-sizing: border-box;
  color: #fff
}

.xc_swiper .swiper-slide img {
  height: 100%;
  width: 100%
}

.xc_swiper>.swiper-pagination-bullets {
  bottom: 10px
}

.xc_swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 60px;
  height: 3px;
  border: 2px solid #fff;
  margin: 0 5px;
  opacity: .6;
  border-radius: 0
}

.xc_swiper>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1
}

.xinchuang_swiper {
  display: flex;
}

.index_index_new .xinchuang_swiper {
  margin-top: 56px;

}




.xinchuang_swiper .home_center_left img {
  width: 100%
}



.index_index_new .fangan_bg {
  padding: 72px 0;
}

.index_index_new .fangan_bg .mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px;
  z-index: 1;
}

.index_index_new .fangan_bg .tab-content_item {
  display: none;
}

.index_index_new .fangan_bg .layui-show {
  display: block;
}

.fangan_bg .layui-this::after {
  border-bottom: 4px solid #fff !important
}

.fangan_bg .layui-tab {
  margin: 30px 0 0
}


.fangan_bg .home_center_news_list {
  display: flex;
}


.index_index_new .fangan_bg .home_center_news_list {
  flex-direction: column;
  max-width: 50%;
}

.index_index_new .xinchuang_bg .home_center_news_list li:hover {
  transform: translateY(-20px);
  transition: all 0.5s;
}

.index_index_new .xinchuang_bg .home_center_news_list .news_list_img:hover {
  transform: none !important;
  transition: none !important;
}

.index_index_new .xinchuang_bg .home_center_news_list .news_list_img:hover .news_img img {
  transform: scale(1.1);
  transition: all 0.5s;
}


.index_index_new .fangan_bg .home_center_news_list li {
  background: url(../images/home_slices/bg2@2x.png) no-repeat;
  background-size: cover;
  padding: 30px;
  flex: 1;
  max-height: 50%;
}

.index_index_new .fangan_bg .home_center_news_list li:first-child {
  margin-bottom: 20px;
}

.index_index_new .home_center_news_list .toe {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 33px;
}

.index_index_new .fangan_bg .home_center_news_list li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.index_index_new .fangan_bg .home_center_news_list li .content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  padding-top: 10px;
}


.index_index_new .fangan_bg .home_center_news_list li .more {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 16px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #CFCFCF;
  width: 112px;
  line-height: 32px;
  text-align: center;
  margin-top: 30px;
}

.fangan_bg .home_center_news_list li:hover .toe,
.fangan_bg .home_center_news_list li:hover .more {
  color: #2DA2E8;
  border-color: #2DA2E8;
}

.index_index_new .fangan_bg .home_center_news_list li:hover .toe,
.index_index_new .fangan_bg .home_center_news_list li:hover .more {
  border-color: #2DA2E8;
}

.fangan_bg .home_center_news_list li:hover .content {
  color: #666666
}

.index_index_new .study_bg {
  background: url(../images/home_slices/bg4@2x.png) no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.study_bg .study_tips {
  color: #000000
}

.study_bg .home_center_class_list {
  display: flex;
}

.home_style_item_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.index_index_new .study_bg .home_center_class_list {

  margin-top: 35px;
}

.index_index_new .study_bg .class_li {
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #EDEDED;
  flex: 1;
  margin-right: 24px;
  transition: all .5s;
  max-width: calc((100% - 72px) / 4);
  padding: 10px 10px 20px 10px;
}

.study_bg .class_li:last-child {
  margin-right: 0
}

.study_bg .time {
  color: #999999
}

.study_bg .title {
  color: #2DA2E8
}

.study_bg .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;

}

.index_index_new .study_bg .name {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 22px;
  padding-top: 14px;
  display: flex;
  align-items: center;
}

.index_index_new .study_bg .tips {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 18px;
  padding-top: 10px;
}

.index_index_new .study_bg .study_img {
  width: 100%;
  height: 184px;
  overflow: hidden;
}

.study_bg .img {
  width: 100%;

}

.index_index_new .study_bg .img {
  height: 100%;
  border-radius: 8px;
}

.index_index_new .study_bg .class_li:hover .img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.index_index_new .study_bg .label_icon .see {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
}

.study_bg .label_icon {
  color: rgba(0, 0, 0, 0.45);
  padding-top: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: space-between;
  padding-top: 24px;

}

.study_bg .label_icon span::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/home_slices/yidu.png) no-repeat;
  background-size: cover;
  margin-right: 10px;
  margin-left: 10px;
}

.index_index_new .study_bg .label_icon span::before {
  width: 20px;
  height: 20px;
  margin-right: 8px
}



.index_index_new .study_bg .class_li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.index_index_new .study_bg .class_li .pro_item {
  padding-bottom: 30px;

}

.study_bg .cp_btn_flex {
  display: flex;
  justify-content: space-between;
}

.study_bg .cp_btn_flex a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: 1px solid #2DA2E8;
  color: #2DA2E8;
}

.study_bg .cp_btn_flex .red_btn {
  background: #2DA2E8;
  color: #fff;
}

.study_bg .class_li:hover .white_btn {
  border-color: #fff;
  color: #fff;
}

.study_bg .class_li:hover .red_btn {
  background: #fff;
  border-color: #fff;
  color: #2DA2E8;
}

.down_bg {
  background: url(../images_new/rjxz_bg.png) no-repeat;
  background-size: cover
}

.down_flex {
  display: flex;
  flex-wrap: wrap
}

.down_flex .home_center_left {
  flex: 3
}

.down_bg .home_center_download_list {
  display: flex;
  flex-wrap: wrap
}

.down_bg .download-div {
  background: rgba(255, 255, 255, .5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  max-width: 50%;
  min-width: 42%
}

.down_bg .download-div:nth-child(2n) {
  margin-right: 0
}

.down_bg .download-img {
  display: flex;
  flex: 1
}

.down_bg .download-img img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 10px
}

.down_bg .download-img .name {
  color: #000000
}

.down_bg .download-img .info {
  color: #666666;
  overflow: hidden;
  width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.down_bg .download_info {
  flex: 1
}

.down_bg .download_btn {
  background: #2DA2E8;
  color: #fff;
  white-space: nowrap;
  padding: 4px 15px
}

.down_bg .download_btn::before {
  content: '';
  display: inline-block;
  margin-right: 6px;
  width: 14px;
  height: 14px;
  background: url(../images_new/down_icon.png) no-repeat;
  background-size: cover
}

.down_bg .download-div:hover {
  background: #2DA2E8;
  color: #fff
}

.down_bg .download-div:hover p {
  color: #fff
}

.down_bg .download-div:hover .download_btn {
  background: #fff;
  color: #2DA2E8
}

.down_bg .download-div:hover .download_btn::before {
  background: url(../images_new/down_blue.png) no-repeat;
  background-size: cover
}

.down_bg .question-li {
  border-bottom: 1px solid #E5E5E5
}

.down_bg .question-list .question-li:first-child {
  padding-top: 0
}

.index_index_new .question-list .more {
  background: #EDF1F7 !important;
}

.index_index_new .question-list .more:hover {
  background: #1173FF !important;

}

.down_bg .question-li .sub {
  background: #2DA2E8;
  padding: 0 3px;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
  white-space: nowrap
}

.down_bg .question-li .title_flex {
  display: flex;
  align-items: center
}

.down_bg .question-li .title_flex .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px
}

.down_bg .question-li .time_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999999
}

.down_bg .question-li .time_flex .see::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 13px;
  background: url(../images_new/see.png) no-repeat;
  background-size: cover
}

.index_index_new .link {
  padding: 72px 0;
}

.link-container,
#link-container_content {
  display: flex;
  width: 100%;
}

.index_index_new .link-container {
  padding-top: 48px;

}

.index_index_new .link .more {
  background: #EDF1F7 !important;
}

.index_index_new .link .more:hover {
  background: #1173FF !important;
}

.index_index_new .link_item {
  margin-right: 24px;
  flex: 1;
}

.index_index_new .link .link_item a {
  display: block;
  height: 68px;
}

.index_index_new .link .link_item img {
  height: 68px;
}

.index_index_new .link .link_item img:hover {
  transform: translateY(-10px);
  transition: all 0.5s;
}


.home_four .swiper-slide {
  padding: 35px 0;
  border-bottom: 5px solid #f7f7f7;
  transition: all .5s
}

.home_four .swiper-slide img {
  display: block;
  margin: 0 auto
}

.home_four .swiper-slide p {
  text-align: center;
  color: #333333;
  margin-top: 10px
}

.home_four .swiper-slide:hover {
  background: #efefef;
  border-bottom: 5px solid #2da1e8
}


.index_index_new .xinchuang_bg {
  padding: 72px 0 24px;
  background: #fff;
}

.index_index_new .xinchuang_bg .more {
  background: #EDF1F7 !important;
}

.home_center {
  padding-top: 30px
}

.home_center_left {
  display: inline-block;
  width: 880px;
}


.home_news {
  display: inline-block;
  width: 100%
}

.home_center_news {
  width: 46%
}

.index_index_new .fd_title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}

.fd_title i {
  display: inline-block;
  width: 5px;
  height: 14px;
  background: #2da1e8;
  position: absolute;
  top: 13px;
  left: 5px;
  z-index: 9
}

.index_index_new .fd_titlestrong {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.index_index_new .fd_title .more {
  width: 76px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
}

.index_index_new .fd_title .more:hover {
  background: #1173FF;
  color: #fff;
}

.fd_title .question {
  display: inline;
  padding: 0 15px;
  font-size: 14px;
  line-height: 30px;
  margin-top: 5px;
  background: #1173FF;
  color: #ffffff;
  border-radius: 5px;
  float: right
}

.index_index_new .xinchuang_bg .home_center_news_list {
  display: flex;
  flex-wrap: wrap;
}



.index_index_new .xinchuang_bg .home_center_news_list li {
  font-size: 14px;
  line-height: 18px;
  width: calc(33% - 70px);
  margin-right: 45px;
  margin-bottom: 48px;
  background: #F8FAFE;
  border-radius: 8px;
  padding: 40px 20px;
}

.news_list_img {
  background: none !important;
  padding: 0 !important;
  width: calc(33% - 30px) !important;

}

.index_index_new .xinchuang_bg .home_center_news_list li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.index_index_new .xinchuang_bg .home_center_news_list li .tips {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
  padding-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_index_new .xinchuang_bg .home_center_news_list li .time img {
  width: 14px;
  height: 14px;
}

.index_index_new .xinchuang_bg .home_center_news_list li:nth-child(3n) {
  margin-right: 0;
}

.xinchuang_bg .home_center_news_list li a {
  color: #333333
}

.home_center_news_list li {
  line-height: 30px;
  font-size: 14px
}

.index_index_new .news_img {
  width: 100%;
  height: 164px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
}

.index_index_new .news_img img {
  width: 100%;
  height: 100%;
}

.home_center_news_list li a {
  display: block;
  width: 100%;
  color: #333333
}

.home_center_news_list li a b {
  margin: 0 10px 0 5px;
  color: #999999
}

.home_center_news_list li a span {
  color: #999999;
  float: right;
  font-size: 12px
}



.home_center_right {
  width: 270px;
  float: right
}


.link {
  background-color: #fff;
  padding: 25px 0 50px
}

.link_list a {
  float: left;
  width: 25%;
  text-align: center;
  line-height: 104px;
  overflow: hidden
}

.link_list a img {
  box-shadow: 0 0 10px #f1f1f1;
  transition: all .5s
}

.link_list a:hover img {
  transform: scale(1.1)
}

.footer {
  background-color: #1a1a1a;
  padding: 70px 0 0 0;
}

.index_index_new .footer {
  padding: 60px 0 0 0;

}

.footer_logo {
  max-width: 300px;
  padding-right: 64px;
  border-right: 1px solid #515151;

}

.index_index_new .footer_logo {
  border-right: 1px solid #515151;
  padding-right: 64px;
}



.index_index_new .footer_logo p {
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}

.footer_list li {
  float: left;
  margin: 0 20px
}

.footer_list li h3 {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px
}

.index_index_new .footer_list li a,
.index_index_new .footer_list li p {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff
}

.footer_list li a:hover {
  color: #fff
}

.ewm {
  float: none;
  margin-right: 0px
}

.ewm p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.65);
  padding-bottom: 8px;

}

.footer {
  width: 100%
}

.footer_logo img {
  width: 80px
}

.phone_text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 34px
}

.phone_text img {
  width: 14px;
  height: 14px;
  margin-right: 3px;
}

.phone_text a {
  color: #fff;
}

.phone_num a {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 24px;
  display: block;
}

.footer_top {
  display: flex;
  justify-content: space-between
}

.footer_list {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-left: 70px;
}

.footer_list li a,
.footer_list li p {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 16px;
  color: rgba(255, 255, 255, 0.65);

}

.footer_list li a:first-child {
  color: #fff;
  padding-bottom: 20px;
}

.footer_list li a:hover {
  color: #fff
}



.footer_txt {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  padding: 18px 0;
  margin-top: 30px;
  text-align: center;
}

.footer_txt {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #777777;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
  margin-top: 30px
}

.footer_txt img {
  margin-right: 5px
}




.footer_txt,
.footer_txt a,
.footer_txt .inner {
  color: rgba(255, 255, 255, 0.65) !important;
}

.footer_txt .jszc {
  padding-left: 30px;
}

.dynamic_list {
  overflow-y: auto;
}

.dynamic_list a {
  display: block;
  margin-bottom: 20px;
  padding: 15px 25px 20px;
  overflow: hidden;
  border: 1px solid #fff;
  transition: all .5s;
  background: #f8f8f8
}

.dynamic_list a:hover {
  background: rgba(45, 162, 232, 0.08);
}

.dynamic_list a:hover h4 {
  color: #2da1e8
}

.dynamic_list_con {
  float: left
}

.dynamic_list_con h3 {
  font-size: 12px;
  line-height: 30px;
  color: #808285
}

.dynamic_list_con h4 {
  font-size: 16px;
  line-height: 35px;
  color: #000;
  font-weight: bold
}

.dynamic_list_con p {
  font-size: 14px;
  line-height: 25px;
  color: #6e7073;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}

.dynamic_list a>img {
  float: right;
  width: 285px
}

.expert_details_bottom {
  margin: 0 auto;
  max-width: 1150px;
  padding: 10px 6px 20px;
  border-top: 1px dashed #e6e6e6
}

.expert_details_bottom a {
  overflow: hidden;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #333
}

.expert_details_bottom a:hover {
  color: #2da1e8
}

.expert_details_bottom span {
  float: left;
  font-size: 14px;
  line-height: 30px;
  border-radius: 2px;
  margin-right: 10px;
  color: #2da1e8
}


.base-div .base-title {
  position: relative
}

.base-div .base-title h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}



.base-div h2 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
}

.base-div .base-title h3 {
  font-size: 14px;
  color: #999999;
  padding: 20px 0;
}

.base-div .base-title h4 {
  font-size: 18px;
  margin-bottom: 1%;
  color: #666666
}

.base-div .base-title h1 a {
  float: right;
  font-size: 14px;
  background: rgb(45, 161, 232);
  color: white;
  padding: 0 10px;
  border-radius: 5px
}

.base-div .base-title h1 a:hover {
  background: rgba(45, 161, 232, .8)
}

.base-div .base-title h1 i {
  color: #2da1e8
}

.base-div .base-title span {
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #2da1e8;
  position: absolute;
  bottom: 0;
  left: 0
}

.base-div .base-desc {
  color: #333333;
  line-height: 30px;
  text-align: justify;
  font-size: 14px;
  white-space: pre-wrap;
  overflow-wrap: break-word
}

.base-div .base-desc p {
  text-indent: 30px !important
}

.base-div .base-desc li {
  list-style-type: inherit
}

.base-div .base-desc section {
  text-indent: 0px !important
}

.base-div .base-desc img,
.base-div .base-desc video {
  max-width: 100%;
  height: auto !important;
  margin: 20px auto;
  display: block
}

.base-div .base-desc .layui-table td:hover,
.base-div .base-desc .layui-table th:hover {
  background: #ffffff
}

.base-div .img {
  max-width: 100%
}

.solution-list {
  width: 100%;
  max-width: 1150px;
  overflow-y: auto;
}

.solution-list .solution-li {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.solution-list .solution-li a {
  width: 48%;
  margin-bottom: 30px;
  transition: all .5s
}

.solution-list .solution-li a img {
  width: 100%
}

.solution-list .solution-li a:nth-child(2n) {
  float: right
}

.solution-list .solution-li a h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  transition: all .5s
}

.solution-list .solution-li a p {
  font-size: 14px;
  line-height: 30px;
  color: #6e7073;
}

/* .solution-list .solution-li a span {
  display: block;
  color: #8a8a8a;
  font-size: 14px;
  padding: 0 5% 5%;
  transition: all .5s
} */


.app-list {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 9
}

.app-container {
  width: 100%;
  margin: 30px auto 0;
  padding-bottom: 0 !important
}

.app-container .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto
}

.app-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: calc((100% - 30px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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
}

.app-container .swiper-slide>div {
  width: 100%;
  margin: 5px;
  background: white;
  border: 1px solid #ffffff
}

.app-container .swiper-slide>div h1 {
  font-size: 16px;
  margin: 20px auto;
  color: #2d2d2d
}

.app-container .swiper-slide>div img {
  display: block;
  margin: 20px auto 0
}

.app-container .swiper-slide>div span {
  display: block;
  width: 100%;
  border-top: 1px solid #f1f1f1;
  color: #1e212a;
  font-size: 14px;
  margin-top: 10px;
  transition: all .5s;
  line-height: 40px
}

.app-container .swiper-slide>div {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #ddd;
}

.app-container .swiper-slide>div:hover {
  box-shadow: 0 5px 10px #f1f1f1;
  border-color: #2da1e8
}

.app-container .swiper-slide>div:hover span {
  background: rgba(45, 161, 232, .8);
  color: white;
  border-color: #2da1e8
}

.pages {
  text-align: center;
  margin: 40px auto
}

.pages li {
  display: inline-block;
  margin-bottom: 5px
}

.pages a,
.pages span,
.pages button,
.pages strong {
  margin: 0 5px;
  background: transparent;
  font-size: 14px;
  color: #333333;
  width: 40px;
height: 40px;
line-height: 40px;
background: #FFFFFF;
box-shadow: 0px 3px 10px 1px rgba(17,115,255,0.1);
border-radius: 5px 5px 5px 5px;
border: 1px solid #E7F1FF;
display: inline-block;

}

.pages a.on,
.pages strong,
.pages a:hover,
.pages li.active span,
.pages li.active a {
  color: #fff;
  background: #1173FF;
  border-color: #1173FF
}

.pages li.disabled span {
  color: #e1e1e1;
  background: #f1f1f1
}

.pages h3 {
  font-size: 14px;
  line-height: 30px;
  color: #333
}

.pages h3 input {
  width: 50px;
  line-height: 30px;
  border-radius: 2px;
  border: 1px solid #ddd;
  text-align: center
}

.link-icon {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px
}

.link-icon span {
  display: inline-block;
  width: 75%;
  height: 1px;
  margin-top: 28px;
  background: #ededed
}

.link-icon .link-count {
  float: right
}

.link-icon .link-count h1 {
  color: #2da1e8;
  font-size: 50px;
  margin-bottom: 15px;
  text-align: left;
  font-weight: bold;
  text-align: center;
}

.link-icon .link-count p {
  color: #bfbfbf;
  font-size: 12px
}

.link-list {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 9;
  padding-bottom: 0 !important;
  min-height: 550px
}

.link-container .swiper-slide {
  margin-bottom: 10px;
  background: #ffffff;
  position: relative;
  width: 24% !important;
}

.link-container .swiper-slide>div {
  padding: 10px;
  height: 100px;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 5px 10px #f1f1f1
}

.link-container .swiper-slide>div a {
  display: inline-block;
  width: 100%;
  height: 100%
}

.link-container .swiper-slide>div p {
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 10px 20px;
  line-height: 25px
}

.link-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 270px;
  max-height: 80px;
  z-index: 999
}

.link-container .swiper-slide>div.important {
  display: table;
  width: 100%
}

.link-container .swiper-slide>div.important p {
  display: table-cell;
  vertical-align: middle
}

.link-container .link_item {
  position: relative
}


.index_index_new .link-container .link_item>div {
  height: 68px;
}

.index_index_new .link_item {
  margin-right: 24px;
}

.link-container .link_item>div p {
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 10px 20px;
  line-height: 25px
}

.link-container img {
  margin: auto;
  z-index: 999;
  width: 100%
}

#link-container {
  overflow: hidden;
}

.link-container .link_item>div.important {
  display: table;
  width: 100%
}

.index_index_new .link .link_item {
  min-width: 180px;
}

.link-container .link_item>div.important p {
  display: table-cell;
  vertical-align: middle
}

.text-align-left {
  text-align: left !important
}

.red {
  color: #2da1e8
}

.layui-form-radio>i:hover,
.layui-form-radioed>i {
  color: #2da1e8 !important
}

.layui-form-radio * {
  color: #666666
}

.layui-form-select dl dd.layui-this {
  background: #2da1e8
}

.certification-form {
  width: 100%
}

.certification-form .layui-form-label {
  width: 160px;
  color: #666666
}

.certification-form .layui-form-label i {
  color: red
}

.certification-form .layui-input-block {
  margin-left: 200px
}

.certification-form .layui-input-block p {
  padding: 9px 5px;
  color: #666666
}

.layui-upload-list {
  color: #666666
}

.layui-upload-list .ysb {
  width: 20px;
  vertical-align: middle;
  margin: -2px 5px 0 0
}

.layui-upload-list .layui-icon {
  color: #999999;
  vertical-align: middle;
  cursor: pointer
}

.web-upload .placeholder {
  min-height: 180px !important
}

.web-upload .status-bar {
  width: 90% !important;
  padding: 0 5% !important
}

.layui-upload-list img {
  max-width: 100%;
  height: 100%;
}

.layui-upload-list .image-operation {
  display: none
}

.compatible-table .layui-form-checkbox[lay-skin=primary] {
  margin: 5px 0 !important
}

xm-select {
  border-radius: 6px;
}

xm-select>.xm-body {
  z-index: 9999 !important
}

.layui-input,
.layui-textarea {
  font-size: 14px;
  color: #666666
}

.layui-form-checked[lay-skin=primary] i {
  background-color: #2da1e8;
  border-color: #2da1e8 !important
}

.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #2da1e8
}

.btn3 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #2da1e8;
  color: #fff !important;
}

.layui-btn-primary:hover {
  border-color: #2da1e8
}

.reason {
  cursor: pointer
}

.cert-show-index {
  width: 1000px;
  height: 1400px;
  position: relative;
  margin: 25px auto;
}

.cert-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9
}

.cert-div {
  width: 900px;
  margin: 0 auto;
  z-index: 999;
  position: relative
}

.cert-logo {
  padding: 140px 0 0 100px;
  height: 350px
}

.cert-logo img {
  height: 95px
}

.cert-info {
  width: 70%;
  margin: 0 auto;
  line-height: 50px;
  text-indent: 2em;
  text-align: left;
  font-size: 22px;
  height: 750px;
  color: #333333;
  padding-top: 260px;
  text-justify: auto
}

.cert-info h1 {
  font-weight: bold;
  font-size: 30px;
  color: #de0515;
  text-align: center;
  margin-bottom: 25px
}



.cert-info-bottom {
  width: 800px;
  margin: 0 auto !important;
  text-align: center;
  background: none;
  border: none
}

.layui-table.cert-info-bottom td,
.layui-table.cert-info-bottom th {
  border: none;
  font-size: 24px;
  color: #333333;
  padding: 15px 0 15px 55px;
  text-align: left
}

.layui-table.cert-info-bottom tr:hover {
  background: none
}

.cert-num {
  font-weight: bold;
  font-size: 24px;
  text-align: right;
  margin-bottom: 100px
}

.layui-table.cert-info-bottom td.cert-date {
  font-size: 18px;
  text-align: center
}

/* 新增start */
.cert-info {
  padding-top: 150px;
  width: 80%;
}

.cert-num {
  color: #333;
  margin-bottom: 20px;
}

.cert-info h1 {
  font-size: 42px;
  line-height: 62px;
}

.cert-info h2 {
  color: #de0515;
  font-size: 42px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 50px;

}

.fu_text {
  text-indent: 0;
  font-size: 24px !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 40px 20px 20px;

}

.fu_text p {
  letter-spacing: 1px;
}

.fu_text .code {
  width: 140px;
  height: 140px;
}

.cert-info p {
  color: #333;
}

.zhang_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 150px;
  left: 130px;
  right: 130px;
  z-index: 9;
  line-height: 1.5;

}

.box_b50 {
  bottom: 90px !important;

}

.zhang_one,
.zhang_rt {
  position: relative;
  font-size: 20px;
  text-indent: 0;
  text-align: center;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.zhang_one img,
.zhang_rt img {
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.zhang_lt {
  flex: 1;
  margin-right: 80px;
}

.zhang_rt {
  flex: 1;
}

.cert-date {
  text-align: right;
  position: absolute;
  right: 220px;
  bottom: 110px;
  font-size: 18px;
  z-index: 99;
}

/* 新增end */
.upload-info {
  text-indent: 25px
}

.upload-info h1 {
  color: #2da1e8;
  font-size: 16px;
  margin: 35px 0 15px
}

.upload-info p {
  line-height: 30px;
  color: #666666
}

.compatible-index-table {
  width: 97%;
  margin-left: 3%
}

.compatible-index-table .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #2da1e8
}

.compatible-index-table .layui-laypage a:hover {
  color: #2da1e8
}

.compatible-index-table .layui-laypage input:focus,
.compatible-table .layui-laypage select:focus {
  border-color: #2da1e8 !important
}

.help {
  color: #2da1e8;
  display: none
}

.help-btn {
  border: 1px solid #2da1e8;
  border-radius: 50%;
  padding: 2px;
  color: #2da1e8;
  font-size: 10px;
  cursor: pointer
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield
}

.address-list .layui-anim.layui-icon {
  width: 22px;
  vertical-align: top
}

.address-list .layui-form-radio * {
  width: 550px
}

.mobile_more {
  display: none
}

.login {
  height: 100vh;
  background: url(../images/bg1.jpg) no-repeat left center;
  background-size: auto 100%
}

.login_left {
  float: left;
  width: 58%;
  height: 100%;
  position: relative
}

.login_left_txt {
  width: 100%;
  padding: 50px 146px 0 130px;
  height: 330px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0
}

.login_left_txt h3 {
  font-size: 46px;
  line-height: 86px;
  font-weight: bold
}

.login_left_txt p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px
}

.login_right {
  float: right;
  width: 42%;
  height: 100%;
  background-color: #fff;
  position: relative
}

.login_nav {
  padding: 40px 40px 0;
  text-align: right
}

.login_nav a {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  margin-right: 45px
}

.login_nav a.on {
  background-color: #2da1e8;
  color: #fff;
  margin-right: 0;
  width: 70px;
  text-align: center;
  padding: 5px 15px;
  white-space: nowrap;
}

.login_right_con {
  padding: 156px 156px 0;
  position: relative
}

.login_right_con a>img {
  display: block;
  height: 80px;
  margin: 30px auto
}

.login_right_ul {
  padding-top: 25px
}

.login_right_ul li {
  margin-top: 20px;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  padding-left: 40px;
  height: 50px;
  position: relative;
  box-sizing: border-box
}

.login_right_ul_img {
  position: absolute;
  width: 30px;
  left: 15px;
  top: 50%;
  bottom: 50%;
  margin-top: -12px
}

.login_right_ul_img img {
  height: 24px
}

.login_right_ul li input {
  width: 100%;
  font-size: 14px;
  line-height: 48px;
  color: #333;
  text-indent: 15px
}

.rember_password label {
  float: left;
  font-size: 14px;
  line-height: 74px;
  color: #808080
}

.rember_password label input[type=checkbox] {
  cursor: pointer;
  font-size: 16px;
  width: 20px;
  height: 20px;
  position: relative;
  background-color: #fff;
  float: left;
  margin: 26px 10px 0 5px
}

.rember_password label input[type=checkbox]:after {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 15px;
  top: 0;
  content: " ";
  border: 2px solid #2da1e8;
  color: #2da1e8;
  display: inline-block;
  visibility: visible;
  border-radius: 2px;
  text-align: center;
  background-color: #fff
}

.rember_password label input[type=checkbox]:checked:after {
  content: "✓";
  font-size: 16px;
  font-weight: bold;
  color: #2da1e8
}

.rember_password a {
  float: right;
  font-size: 14px;
  line-height: 74px;
  color: #4d6cb3
}

.login_right_con>button {
  display: block;
  font-size: 23px;
  height: auto;
  line-height: 53px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  background-color: #2da1e8;
  border-radius: 6px;
}

.copyright_num {
  width: 100%;
  font-size: 12px;
  line-height: 106px;
  color: #bebebe;
  text-align: center;
  margin-top: 3%
}

.copyright_num a {
  color: #bebebe
}

.copyright_num a:hover {
  color: #2da1e8
}

.login_right_con>h2 {
  font-size: 24px;
  line-height: 24px;
  color: #8f8f8f;
  font-weight: bold;
  position: absolute;
  top: 288px;
  left: 156px
}

.yzm_li {
  width: 340px
}

.send_code {
  width: 134px;
  font-size: 12px;
  line-height: 48px;
  border-radius: 2px;
  color: #666666;
  border: 1px solid #e6e6e6;
  text-align: center;
  box-shadow: 0px 3px 10px 0px rgba(8, 1, 3, 0.15);
  position: absolute;
  top: 0;
  right: -154px;
  cursor: pointer
}

.login_right_ul li>img {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0
}

.login_right_con>a.login_btn2 {
  margin-top: 36px
}

.registered_left {
  background: url(../images/bg2.jpg) no-repeat left center
}

.registered .login_right_con {
  padding-top: 60px
}

.registered .login_right_con h2 {
  top: 200px
}

.registered .login_right_con>button {
  margin-top: 0
}

.plan {
  background-color: #2da1e8;
  padding: 68px 0 76px
}

.plan_txt {
  width: 860px;
  min-height: 200px;
  text-align: center;
  color: #fff;
  margin: 0 auto
}

.plan_txt h3 {
  font-size: 36px;
  line-height: 72px;
  font-weight: bold;
  background: url(../images/line2.png) no-repeat center top;
  background-size: 49px 2px
}

.plan_txt p {
  font-size: 14px;
  line-height: 30px;
  margin-top: 14px
}

.plan_txt p a {
  text-decoration: underline;
  color: #fff
}

.plan_list {
  width: 826px;
  margin: 0 auto
}

.plan_list a {
  float: left;
  width: 402px;
  height: 110px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 26px 0 0 46px;
  overflow: hidden
}

.plan_list a:last-child {
  float: right
}

.plan_list a>img {
  float: left;
  height: 60px;
  margin-right: 28px
}

.plan_list_con {
  float: left;
  width: 220px;
  color: #333
}

.plan_list_con h3 {
  font-size: 24px;
  line-height: 34px
}

.plan_list_con p {
  font-size: 12px;
  line-height: 20px
}

.partner {
  padding: 66px 0 78px
}

.tit {
  font-size: 32px;
  line-height: 84px;
  color: #333;
  font-weight: bold;
  text-align: center;
  background: url(../images/line3.png) no-repeat center top;
  background-size: 49px 3px
}

.partner_list {
  margin-top: 20px
}

.partner_list li {
  float: left;
  width: 285px;
  height: 350px;
  box-sizing: border-box;
  margin-right: 20px;
  padding: 30px 50px 0;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 3px 6px 0px rgba(8, 1, 3, 0.15);
  position: relative;
  cursor: pointer
}

.partner_list li:nth-child(2) {
  animation-delay: .2s
}

.partner_list li:nth-child(3) {
  animation-delay: .4s
}

.partner_list li:nth-child(4) {
  animation-delay: .6s
}

.partner_list li:last-child {
  margin-right: 0
}

.partner_list li a>img {
  height: 160px;
  position: absolute;
  top: -30px;
  left: -30px
}

.partner_list li a>img:nth-child(2) {
  display: none
}

.partner_list li:hover a>img:nth-child(1) {
  display: none
}

.partner_list li:hover a>img:nth-child(2) {
  display: block
}

.partner_list li h3 {
  font-size: 78px;
  line-height: 136px;
  color: #2da1e8;
  position: relative;
  z-index: 1
}

.partner_list li h4 {
  font-size: 20px;
  line-height: 40px;
  color: #333;
  font-weight: bold
}

.partner_list li p {
  font-size: 14px;
  line-height: 22px;
  color: #666
}

.partner_list li span {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  width: 90px;
  text-align: center;
  border: 1px solid #ededed;
  box-shadow: 0px 3px 6px 0px rgba(8, 1, 3, 0.15);
  margin: 40px auto 0
}

.partner_list li:hover {
  background-color: #2da1e8
}

.partner_list li:hover h3,
.partner_list li:hover h4,
.partner_list li:hover p,
.partner_list li:hover span {
  color: #fff
}

.partner_list li:hover a {
  color: #2da1e8;
  background-color: #fff
}

.index_registered {
  background-color: #2319dd
}

.index_registered h3 {
  float: left;
  font-size: 26px;
  line-height: 86px;
  color: #fff;
  font-weight: bold
}

.index_registered a {
  float: right;
  font-size: 18px;
  line-height: 42px;
  color: #2319dd;
  width: 110px;
  text-align: center;
  background-color: #fff;
  margin-top: 24px
}

.partners {
  padding-top: 20px
}

.partners_con {
  background: rgba(255, 255, 255, 0.47);
  border-radius: 10px 10px 10px 10px;
  border: 2px solid #FFFFFF;
  position: relative;
  display: flex;
  padding: 50px;
}

.partners_nav {
  min-width: 280px;
  height: 100%
}

.partners_nav_tit h3 {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  padding: 30px 30px 0;
}

.partners_nav_tit p {
  font-size: 10px;
  line-height: 18px
}

/* .partners_nav_list li>a {
  display: block;
  font-size: 16px;
  line-height: 44px;
  color: #333;
  padding: 0 20px;
  overflow: hidden;
  background: url(../images_new/right_b.png) no-repeat right center;
  background-size: auto 25px;
  background-origin: content-box
} */

/* .partners_nav_list li>.on {
  background-image: url(../images_new/right_r.png) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-origin: content-box !important;
  background-size: auto 20px !important;

} */

.partners_nav_list li>a img {
  float: left;
  height: 20px;
  margin: 12px 12px 0 0
}

/* .partners_nav_list_info a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  padding: 0 20px;
  font-weight: bold;
} */

.partners_nav_list_info a.on,
.partners_nav_list_info a:hover {
  color: #2da1e8;
  background-color: #f2f8ff;
}

.partners_nav_list_info ul>li>a {
  font-size: 14px;
  background-size: auto 20px;
  color: #666666
}

.partners_nav_list li.on .partners_nav_list_info {
  display: block;
}

.partners_info {
  min-height: 820px;
  box-sizing: border-box;
  padding: 0px 0 0 60px;
  flex: 1;
}

.partners_info .layui-row {
  display: flex;
  justify-content: space-between
}

.Cooperation_process {
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 40px;
  margin-bottom: 20px;
}

.Cooperation_process h2 {
  font-size: 18px;
color: #000000;
line-height: 25px;
display: flex;
align-items: center;
padding-bottom: 30px;
}
.Cooperation_process h2::before{
  width: 4px;
height: 25px;
background: #1173FF;
content: '';
display: inline-block;
margin-right: 10px;


}
.Cooperation_process_list a {
  float: left;
  height: 70px;
  box-sizing: border-box;
  background-color: #fff;
  margin-right: 13px;
  padding-left: 28px;
  overflow: hidden;
  position: relative;
  background: url(../images/home_slices/process_2.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;


}
.Cooperation_process_list a:first-child{
  background: url(../images/home_slices/process0.png) no-repeat;
  background-size: 100% 100%;
}
.Cooperation_process_list .on1{
  background: url(../images/home_slices/process_1.png) no-repeat !important;
  background-size: 100% 100% !important;
}
.Cooperation_process_list  .on2{
  background: url(../images/home_slices/process_3.png) no-repeat;
  background-size: 100% 100%;
}

.Cooperation_process_list a:last-child {
  margin-right: 0
}

.Cooperation_process_list a img {
 height: 70px;
 width: 70px;
}

.Cooperation_process_list a h3 {
  line-height: 70px;
  font-weight: bold;
  font-size: 36px;
  color: rgba(17, 115, 255, 0.5);
}
.Cooperation_process_list a p {
  font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    padding-left: 10px;
}

.Cooperation_process_list .on h3,.Cooperation_process_list .on p{
  color: #fff !important;
}

.Thank_you_apply {
  padding: 30px 0
}

.Thank_you_apply h3 {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  font-weight: bold
}

.Thank_you_apply h3 a {
  color: #2da1e8
}

.Thank_you_apply p {
  font-size: 14px;
  line-height: 28px;
  color: #666
}

.certification_tab {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6
}

.certification_tab a {
  float: left;
  font-size: 16px;
  line-height: 46px;
  color: #414141;
  text-align: center;
  width: 163px
}

.certification_tab a.on {
  background-color: #2da1e8;
  color: #fff
}

.certification_con {
  display: none
}

.certification_con.active {
  display: block
}

.certification_con_tit {
  font-size: 14px;
  line-height: 40px;
  color: #ccc;
  background: url(../images/line4.png) no-repeat right center;
  background-size: 85% 1px
}

.certification_con_list li {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative
}

.certification_con_list li>h3 {
  float: left;
  text-align: right;
  width: 120px;
  font-size: 14px;
  line-height: 40px;
  color: #666;
  margin-right: 20px
}

.certification_con_list li>span {
  line-height: 40px
}

.certification_con_list li>h3 i {
  color: #2da1e8
}

.certification_con_list li>input {
  float: left;
  width: 400px;
  font-size: 14px;
  line-height: 38px;
  color: #333;
  border: 1px solid #e6e6e6;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 6px;
}

.certification_con_list li>p.red {
  font-size: 14px;
  color: #666666
}

.certification_con_list li>p.red span {
  color: #2da1e8
}

.certification_con_list li select {
  float: left;
  width: 400px;
  font-size: 14px;
  height: 40px;
  color: #666;
  border: 1px solid #e6e6e6;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 15px;
  background: url(../images/down.png) no-repeat right center;
  background-size: auto 10px;
  background-origin: content-box
}

.certification_con_list li textarea {
  float: left;
  width: 400px;
  font-size: 14px;
  line-height: 24px;
  height: 120px;
  color: #666;
  border: 1px solid #e6e6e6;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 6px;
}

.add_img {
  float: left
}

.add_img_list {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}

.add_img_list img {
  height: 100%;
  margin-right: 20px;
  cursor: pointer
}

.add_img p {
  font-size: 14px;
  line-height: 36px;
  color: #ccc;
}

.add_img .image-item p {
  height: 100px;

}

.rember_password2 {
  padding-left: 140px
}

.certification_con>a {
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: block;
  background-color: #2da1e8;
  width: 248px;
  margin-left: 180px
}

.partners_info_tit {
  margin-bottom: 30px;
}

.partners_info_tit h3 {
  float: left;
  font-size: 20px;
  line-height: 24px;
  color: #666;
  font-weight: bold;
  padding-left: 24px;
  background: url(../images_new/line5.png) no-repeat left center;
  background-size: auto 100%
}

.partners_info_tit a {
  float: right;
  font-size: 12px;
  line-height: 24px;
  color: #666
}

.partners_info_tit a img {
  float: left;
  height: 14px;
  margin: 5px 4px 0 0
}

.jx_download {
  overflow-y: auto;
}

.jx_download li {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  display: table;
  width: 100%
}

.date {
  display: table-cell;
  vertical-align: middle;
  width: 64px;
  height: 80px;
  box-sizing: border-box;
  background-color: #f3f3f3;
  border-top: 3px solid #2da1e8;
  text-align: center;
  margin-right: 46px
}

.date h3 {
  font-size: 28px;
  line-height: 50px;
  color: #333;
  font-weight: bold
}

.date p {
  font-size: 14px;
  line-height: 14px;
  color: #333
}

.jx_download_con {
  display: table-cell;
  padding-left: 30px;
  vertical-align: middle;
  width: 592px
}

.jx_download_con h3 {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 25px
}

.jx_download_con p {
  font-size: 12px;
  line-height: 24px;
  color: #333;
  font-weight: bold
}

.jx_download_con p span {
  color: #666;
  font-weight: normal
}

.jx_download_btn {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  overflow: hidden
}

.jx_download_btn a {
  float: left;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  width: 100px;
  text-align: center;
  background-color: #fff;
  margin-left: 20px;
  border: 1px solid #ededed;
  box-shadow: 0px 3px 6px 0px rgba(8, 1, 3, 0.15)
}

.jx_download_btn a.on {
  border-color: #2da1e8;
  background-color: #2da1e8;
  color: #fff
}

.address-table {
  margin-top: 20px
}

.address-btn {
  color: #fff;
  background-color: #377fc7;
  line-height: 24px;
  text-align: center;
  margin: 0 5px 0 0;
  padding: 5px 10px;
  font-size: 12px
}

.address-btn:hover {
  color: #fff;
  opacity: .8
}

.release {
  text-align: center;
  padding: 80px 100px 0
}

.release img {
  height: 112px
}

.release p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  margin-top: 34px
}

.btn {
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #2da1e8;
  margin: 20px auto 0;
  padding: 10px 80px;
  transition: all .5s;
  border-radius: 6px;
}

.btn:hover {
  border-radius: 10px
}

.btn2 {
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  width: 160px;
  text-align: center;
  background-color: #2da1e8;
  margin: 20px 30px 20px 0;
  transition: all .5s
}

.btn2:hover {
  border-radius: 10px
}

.color1 {
  background-color: #FF5722
}

.color2 {
  background-color: #2da1e8
}

.color3 {
  background-color: #5FB878
}

.ml180 {
  margin-left: 180px
}

.btn:hover,
.btn2:hover {
  color: #fff;
  opacity: .9
}

.faq_list {
  padding-top: 20px
}

.faq_list li {
  margin-top: 20px;
  border: 1px solid #e6e6e6
}

.faq_list li h3 {
  font-size: 16px;
  line-height: 38px;
  color: #333;
  font-weight: bold;
  padding: 0 14px;
  cursor: pointer;
  background: url(../images/right_b.png) no-repeat right center;
  background-size: auto 10px;
  background-origin: content-box
}

.faq_list li h3 i {
  float: left;
  font-size: 14px;
  color: #fff;
  width: 24px;
  line-height: 24px;
  height: 28px;
  text-align: center;
  background: url(../images/bg4.png) no-repeat;
  background-size: 100% 100%;
  margin: 5px 15px 0 0
}

.faq_list li h3.on {
  background: #f7f7f7 url(../images/down_b.png) no-repeat right center;
  background-size: auto 6px;
  background-origin: content-box
}

.faq_list_con {
  padding: 10px 12px;
  border-top: 1px solid #e6e6e6;
  display: none
}

.faq_list_con p {
  overflow: hidden
}

.faq_list_con p i {
  float: left;
  font-size: 14px;
  color: #fff;
  width: 24px;
  line-height: 28px;
  height: 28px;
  text-align: center;
  background: url(../images/bg5.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 15px 0 0
}

.faq_list_con p span {
  float: left;
  width: 736px;
  font-size: 14px;
  line-height: 24px;
  color: #666
}

.jx_download2 .date {
  height: 72px;
  border-top: 0;
  padding-top: 8px
}

.jx_download2 .jx_download_con {
  width: 706px
}

.look_mb {
  display: block;
  font-size: 14px;
  line-height: 60px;
  color: #4560ac;
  text-align: center
}



.partners_con2 .partners_info {
  float: left
}

/* .partners_con2 .partners_info_tit {
  padding: 0 0 34px
} */

.partners_info_tit a.back_rz {
  float: left;
  line-height: 32px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  padding: 0 8px;
  margin: -4px 0 0 20px;
  color: #377fc7
}

.partners_con2 .certification_con_list li>h3 {
  width: 160px
}

.certification_con_list li>p {
  float: left;
  font-size: 12px;
  line-height: 40px;
  color: #999;
  padding-left: 20px;
}

.certification_con_list li .select_short {
  width: 120px;
  margin-left: 14px
}

.rzfs {
  overflow: hidden
}

.rzfs label {
  float: left;
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  margin-right: 44px
}

.certification_con_list li label input {
  float: left;
  width: 18px;
  height: 18px;
  margin: 11px 7px 0 0
}

.certification_con_list li label input[type=radio] {
  cursor: pointer;
  width: 18px;
  height: 18px;
  position: relative;
  border: 2px solid #ccc;
  background-color: #fff
}

.certification_con_list li label input[type=radio]:checked:after {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #2da1e8;
  top: 0;
  left: 0;
  content: " ";
  background-color: #fff;
  color: #fff;
  display: inline-block;
  visibility: visible;
  border-radius: 50%
}

.certification_con_list li label input[type=radio]:checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2da1e8;
  position: relative;
  top: 5px;
  left: 5px;
  z-index: 1
}

.zlsc {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  width: 116px;
  text-align: center;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 3px 10px 0px rgba(8, 1, 3, 0.15);
  margin: 12px 0;
  cursor: pointer;
  padding: 5px 0
}

.partners_con2 .rember_password {
  padding-left: 180px
}

.partners_con2 .certification_con>a {
  margin-left: 180px
}

.word_center {
  border-top: 0;
  background: RGBA(248, 248, 248, 1) url(../images/home_slices/banner@2x.png) no-repeat top center;
  background-size: 1920px auto;
  padding-top: 0;
}

.word_center_tit {
  box-sizing: border-box;
  color: #000000;
  padding: 90px 0 72px 0;
  margin: 0 auto;

}

.word_center_tit h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
}

.word_center_tit p {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  padding-top: 8px;
}

.word_center .partners_nav_tit {
  min-width: 200px
}

.word_center .jx_download li {
  border-bottom: 0;
  padding-bottom: 0
}

.word_center .jx_download .date {
  height: 80px;
  border-top: 3px solid #2da1e8;
  padding-top: 0
}

.word_center .jx_download_con h3 {
  margin-bottom: 4px
}

.jx_download_con h4 {
  font-size: 12px;
  line-height: 24px;
  color: #333
}

.jx_download_con h4 span {
  margin-right: 16px
}

.word_center .jx_download_con p {
  margin: 10px auto 25px
}

.word_download {
  border-top: 1px solid #e6e6e6;
  padding: 18px 4px;
  overflow: hidden
}

.word_download:last-child {
  border-bottom: 1px solid #e6e6e6
}

.word_download img {
  float: left;
  width: 42px;
  margin-right: 40px
}

.jx_download_con .word_download p {
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #414141;
  width: 474px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0
}

.word_download a {
  float: right;
  margin-top: 4px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  width: 100px;
  text-align: center;
  background-color: #2da1e8;
  box-shadow: 0px 1px 4px 0px rgba(8, 1, 3, 0.15)
}

.software_ecological {
  background-color: #1a1a1a;
  padding: 50px 0;
  text-align: center;
  min-width: 1200px
}

.software_ecological select {
  display: inline-block;
  font-size: 14px;
  line-height: 46px;
  height: 46px;
  color: #333;
  padding: 0 14px;
  width: 200px;
  border: 1px solid #e6e6e6;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(../images/down.png) no-repeat right center;
  background-size: auto 6px;
  background-origin: content-box
}

.software_ecological input {
  display: inline-block;
  font-size: 14px;
  line-height: 46px;
  height: 46px;
  color: #333;
  padding: 0 14px;
  width: 370px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  margin-left: 8px
}

.software_ecological button {
  display: inline-block;
  font-size: 14px;
  line-height: 48px;
  color: #fff;
  padding: 0 14px;
  width: 100px;
  text-align: center;
  background-color: #ccc;
  margin-left: 8px
}

.software_ecological button.on {
  background-color: #2da1e8
}

.ecological {
  padding: 0;
  border-top: 0
}

.ecological .partners_info {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto
}

.choose_tit {
  padding: 20px 0
}

.choose_tit button {
  float: right;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  background-color: #cccccc;
  width: 42px;
  text-align: center;
  margin-left: 20px
}

.choose_tit label {
  float: right;
  font-size: 14px;
  line-height: 18px;
  color: #377fc7
}

.choose_tit label input {
  float: left;
  width: 14px;
  height: 14px;
  margin: 2px 8px 0 0
}

.species_table {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6
}

.species_table th,
.species_table td {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6
}

.species_table th {
  width: 174px;
  background-color: #f7f7f7;
  font-size: 14px;
  line-height: 49px;
  color: #333;
  text-align: center
}

.species_table td {
  padding-bottom: 14px
}

.species_table td a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #666;
  padding: 0 4px;
  margin-left: 40px;
  margin-top: 14px
}

.species_table td a.on {
  color: #fff;
  background-color: #2da1e8
}

.compatible-tab {
  width: 97%;
  margin-left: 3%;
  margin-top: 30px
}

.compatible-tab a {
  color: #2da1e8
}

.cp_info {
  width: 97%;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  margin-top: 24px;
  margin-left: 3%
}

.cp_info th,
.cp_info td {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  padding: 0 15px;
  min-width: 55px;
  max-width: 80px;
  word-break: break-all
}

.cp_info th {
  background-color: #f7f7f7;
  font-size: 12px;
  line-height: 49px
}

.cp_info td {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  padding: 10px
}

.cp_info td a.download {
  display: block;
  font-size: 12px;
  line-height: 28px;
  width: 45px;
  color: #666;
  text-align: center;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(230, 230, 230);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto
}

.cp_info td a.show {
  color: #2da1e8
}

.About_us {
  border-top: 0;
  background: #fff url(../images/bg7.jpg) no-repeat top center;
  background-size: 1920px auto
}

.About_us_con {
  background-color: #fff;
  padding: 0 64px 170px
}

.About_us_con_txt {
  padding-top: 40px
}

.About_us_con_txt h3 {
  font-size: 18px;
  line-height: 42px;
  color: #333;
  font-weight: bold
}

.About_us_con_txt p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  text-indent: 30px
}

.About_us_con_num {
  padding: 80px 0 48px;
  border-bottom: 1px solid #e6e6e6
}

.About_us_con_num li {
  float: left;
  width: 33.33%;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #e6e6e6
}

.About_us_con_num li:last-child {
  border-right: 0
}

.About_us_con_num li h3 {
  font-size: 52px;
  line-height: 52px;
  color: #2da1e8;
  font-weight: bold
}

.About_us_con_num li p {
  font-size: 14px;
  line-height: 14px;
  color: #999;
  margin-top: 24px
}

.About_us_team h2 {
  font-size: 20px;
  line-height: 120px;
  color: #333;
  font-weight: bold
}

.About_us_team_list img {
  float: left;
  width: 340px;
  height: 240px;
  margin-right: 26px
}

.About_us_team_list img:last-child {
  margin-right: 0
}

.header_Personal_center {
  float: right
}

.header_Personal_center a {
  float: left;
  font-size: 14px;
  line-height: 110px;
  color: #333;
  margin-left: 34px;
  position: relative
}

.header_Personal_center a img {
  height: 24px
}

.header_Personal_center a i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2da1e8;
  position: absolute;
  top: 42px;
  right: -4px
}

.nav2 {
  margin-left: 80px
}

.Personal_center {
  padding-top: 0
}

.path a {
  float: left;
  font-size: 18px;
  line-height: 60px;
  color: #999
}

.path p {
  float: left;
  font-size: 16px;
  line-height: 60px;
  color: #333;
  margin-left: 4px
}

.Personal_center_nav_list li {
  border-bottom: 1px solid #e7e7e7
}

.Personal_center_nav_list li.on>a {
  color: #2da1e8;
  background: url(../images_new/right_r.png) no-repeat right center;
  background-size: auto 25px;
  background-origin: content-box
}

.Personal_center_info {
  text-align: center;
  /* height: 242px; */
  background: url(../images_new/bg8.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center
}

.Personal_center_info>img {
  width: 70px;
  height:70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .8)
}

.Personal_center_info p {
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  font-weight: bold
}

.Personal_center_info_bottom {
  padding: 0 23px
}

.Personal_center_info_bottom img {
  float: left;
  height: 22px;
  margin-right: 12px
}

.Personal_center_info_bottom a {
  float: right;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 5px;
  background: #67c23a;
  padding: 0 5px 0 8px
}

.Personal_center_info_bottom a i {
  font-size: 12px;
  margin-left: 2px
}

.Personal_center_info_bottom a.go-to-auth {
  background: #ed4014
}

.perfect {
  background-color: #2da1e8;
  padding: 0 18px
}

.perfect img {
  float: left;
  height: 24px;
  margin: 13px 12px 0 0
}

.perfect p {
  float: left;
  font-size: 12px;
  line-height: 50px;
  color: #2da1e8
}

.Personal_center_list li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%
}

.Personal_center_list li>h3 {
  float: left;
  font-size: 14px;
  line-height: 32px;
  color: #666;
  width: 110px;
  text-align: right;
  margin-right: 10px;
  padding: 3px
}

.Personal_center_list li>h3 i {
  font-style: normal;
  color: red
}

.Personal_center_list_center {
  float: left;
  min-width: 336px;
  width: 80%;
  padding-right: 40px;
  box-sizing: border-box;
  position: relative
}

.Personal_center_list_center p {
  font-size: 14px;
  line-height: 32px;
  color: #333;
  position: relative;


}

.Personal_center_list_center .image-item p {
  width: 100px;
  height: 100px;
}

.Personal_center_list_center .image-item p img {
  width: 100%;
  height: auto;
}

.Personal_center_list_center .image-item {
  max-width: 100px
}

.Personal_center_list_center p i {
  color: #377fc7;
  padding-left: 16px;
  cursor: pointer;
  background-color: #fff
}

.Personal_center_list_center>span.small {
  display: block;
  color: #999999;
  line-height: 20px;
  font-size: 12px;
}

.certification_con_list li>p.no-address {
  font-size: 14px;
  color: #666666
}

.certification_con_list li>p.no-address a {
  color: #2da1e8
}

.Personal_center_list_center input {
  font-size: 14px;
  line-height: 32px;
  color: #333;
  width: 100%;
  box-sizing: border-box;
  padding: 3px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 6px
}

.Personal_center_list_center input::placeholder {
  color: #c1c1c1
}

.Personal_center_list_center textarea {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}

.Personal_center_list_center textarea::placeholder {
  color: #ccc;
}

.Personal_center_list2 .Personal_center_list_center {
  width: 460px
}

.Personal_center_list2 .Personal_center_list_center img {
  max-width: 200px
}

.Personal_center_list li>span {
  float: left;
  font-size: 14px;
  line-height: 32px;
  color: #ccc
}

.Personal_center_list li>span.xg {
  color: #377fc7;
  cursor: pointer
}

.Personal_center .btn {
  float: left;
  margin-left: 126px
}

.perfect h3 {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  padding: 13px 0
}

.Modify_list {
  margin-top: 44px;
  width: 440px
}

.Modify_list li {
  overflow: hidden
}

.Modify_list li h3 {
  float: left;
  font-size: 12px;
  line-height: 48px;
  color: #666;
  width: 162px
}

.Modify_list li p {
  float: left;
  font-size: 12px;
  line-height: 48px;
  color: #333
}

.Modify_list li p span {
  float: left;
  width: 28px;
  text-align: center;
  position: relative;
  margin-right: 10px
}

.Modify_list li p span img {
  width: 20px;
  height: 3px;
  position: absolute;
  bottom: 6px;
  left: 50%;
  margin-left: -10px
}

.Modify_list li p span.ruo {
  color: #ccc
}

.Modify_list li p span.zhong {
  color: #666
}

.Modify_list li p span.qiang {
  color: #4cc584
}

.Modify_list li button,
.Modify_list li a {
  float: right;
  font-size: 12px;
  line-height: 48px;
  color: #377fc7
}

.Has_applied_tit {
  border-bottom: 1px solid #e6e6e6;
}

.Has_applied_tit p {
  float: left;
  width: auto;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  line-height: 65px;
  color: #666;
  font-weight: bold;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  position: relative
}

.Has_applied_tit p:after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px
}

.Has_applied_tit p:nth-child(3):after {
  display: none
}

.Has_applied_tit p.on {
  color: #2da1e8;
  border-bottom: 3px solid #2da1e8;
  margin-bottom: -1px
}

.Has_applied_tit p.on a,
.Has_applied_tit p:hover>a {
  display: inline-block;
  width: 100%;
  color: #2da1e8
}

.Has_applied_tit a.add {
  float: right;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  width: 138px;
  border-style: solid;
  border-width: 1px;
  border-color: #2da1e8;
  background-color: #2da1e8;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px
}

.Has_applied_time {
  padding: 30px 0 20px
}

.Has_applied_time h3 {
  float: left;
  font-size: 12px;
  line-height: 36px;
  color: #666
}

.Has_applied_time span {
  float: left;
  width: 80px;
  font-size: 12px;
  line-height: 36px;
  color: #666;
  margin-left: 6px;
  text-align: center;
  background-color: #f2f2f2
}

.Has_applied_time span a {
  display: inline-block;
  width: 100%
}

.Has_applied_time span:hover,
.Has_applied_time span.on {
  background-color: #2da1e8
}

.Has_applied_time span:hover>a,
.Has_applied_time span.on>a {
  color: #ffffff
}

.Has_applied_time_ipt {
  float: left;
  margin-left: 32px;
  border: 1px solid #e6e6e6
}

.Has_applied_time_ipt input {
  float: left;
  width: 196px;
  box-sizing: border-box;
  padding: 0 14px;
  font-size: 12px;
  line-height: 34px;
  color: #666
}

.Has_applied_time_ipt img {
  float: right;
  height: 36px;
  margin: -1px -1px 0 0
}

.Has_applied_time a.export {
  float: right;
  font-size: 12px;
  line-height: 36px;
  color: #377fc7
}

.Has_applied_info {
  display: none
}

.Has_applied_info.active {
  display: block;
  overflow-y: auto;
}

.Has_applied_info>li {
  margin-bottom: 20px;
  overflow: hidden;
  background: #f2f2f2;
}

.Has_applied_info>li:first-child {
  margin-bottom: 0
}

.Has_applied_info>li>h3 {
  float: left;
  width: 12.5%;
  font-size: 12px;
  line-height: 36px;
  color: #333;
  font-weight: bold;
  text-align: center;
  background-color: #f2f2f2
}

.Has_applied_info_all {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6
}

.Has_applied_info_all h4 {
  font-size: 12px;
  line-height: 34px;
  color: #666;
  padding: 0 30px;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6
}

.Has_applied_info_all h3 {
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  padding: 10px 30px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6
}

.Has_applied_info_all ol {
  overflow: hidden
}

.Has_applied_info_all ol li {
  float: left;
  width: 12.5%;
  height: 115px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box
}

.Has_applied_info_all ol li h5 {
  font-size: 12px;
  line-height: 22px;
  color: #377fc7
}

.Has_applied_info_all ol li p {
  font-size: 12px;
  line-height: 18px;
  color: #333;
  padding: 0 10px
}

.Has_applied_info_all ol li p a.red,
.Has_applied_info_all ol li p a.red:hover {
  color: #01AAED
}

.Has_applied_info_all ol li button,
.Has_applied_info_all ol li>a {
  display: block;
  margin: 6px auto 0;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background-color: #FF5722;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all .5s
}

.Has_applied_info_all ol li>a,
.layui-auth-list a {
  margin: 5px 0
}

.Has_applied_info_all ol li>a.report,
.layui-auth-list a.report {
  display: inline-block;
  color: #67c23a;
  border: 1px solid #c2e7b0;
  background: #f0f9eb;
  transition: all .5s
}

.Has_applied_info_all ol li>a.report:hover,
.layui-auth-list a.report:hover {
  display: inline-block;
  color: #ffffff;
  background: #67c23a
}

.Has_applied_info_all ol li>a.bug,
.layui-auth-list a.bug {
  display: inline-block;
  color: #f90;
  border: 1px solid #f5dab1;
  background: #fdf6ec;
  transition: all .5s
}

.Has_applied_info_all ol li>a.bug:hover,
.layui-auth-list a.bug:hover {
  display: inline-block;
  color: #ffffff;
  background: #f90
}

.Has_applied_info_all ol li>a.field,
.layui-auth-list a.field {
  display: inline-block;
  color: #409eff;
  border: 1px solid #409eff;
  background: #ecf5ff;
  transition: all .5s
}

.Has_applied_info_all ol li>a.field:hover,
.layui-auth-list a.field:hover {
  display: inline-block;
  color: #ffffff;
  background: #409eff
}

.Has_applied_info_all ol li>a.dashed,
.layui-auth-list a.dashed {
  display: inline-block;
  color: #fff;
  border: 1px solid #409eff;
  background: #409eff !important;
  transition: all .5s
}

.Has_applied_info_all ol li>a.info,
.layui-auth-list a.info {
  display: inline-block;
  color: #fff;
  border: 1px solid #2db7f5;
  background: #2db7f5 !important;
  transition: all .5s
}

.Has_applied_info_all ol li>a.warning,
.layui-auth-list a.warning {
  display: inline-block;
  color: #fff;
  border: 1px solid #f90;
  background: #f90 !important;
  transition: all .5s
}

.Has_applied_info_all ol li>a.danger,
.layui-auth-list a.danger {
  display: inline-block;
  color: #fff;
  border: 1px solid #ed4014;
  background: #ed4014 !important;
  transition: all .5s
}

.Has_applied_info_all ol li>a.success,
.layui-auth-list a.success {
  display: inline-block;
  color: #fff;
  border: 1px solid #67c23a;
  background: #67c23a !important;
  transition: all .5s
}

.layui-auth-list a {
  padding: 3px 5px
}

.Has_applied_info_all ol li button.on,
.Has_applied_info_all ol li>a.on {
  background-color: #377fc7
}

.Has_applied_info_all ol li button.no,
.Has_applied_info_all ol li>a.no {
  background-color: #ccc;
  cursor: default
}

.Has_applied_info_all ol li button:hover,
.Has_applied_info_all ol li>a:hover {
  opacity: .8
}

.Has_applied_info_test>li>h3 {
  line-height: 50px
}

.Has_applied_info_test>li>h3:nth-child(1),
.Has_applied_info_test .Has_applied_info_all ol li:nth-child(1) {
  width: 34%;
  height: 50px
}

.Has_applied_info_test>li>h3:nth-child(2),
.Has_applied_info_test .Has_applied_info_all ol li:nth-child(2) {
  width: 33%;
  height: 50px
}

.Has_applied_info_test>li>h3:nth-child(3),
.Has_applied_info_test .Has_applied_info_all ol li:nth-child(3) {
  width: 33%;
  height: 50px
}

.reason-tr {
  border-bottom: 1px solid #e6e6e6;
  text-indent: 30px
}

.reason-tr td {
  padding: 0 0 10px !important
}

.reason-tr i {
  margin-right: 5px
}

.perfect h4 {
  float: left;
  font-size: 14px;
  line-height: 50px;
  color: #fff
}

.perfect h4 a {
  color: #2da1e8
}

.through {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #333;
  margin-top: 20px
}

.through img {
  height: 30px;
  margin: -4px 18px 0 0
}

.download_search {
  padding: 24px 0 10px;
  border-top: 1px solid #e6e6e6;
  margin-top: 30px
}

.download_search input {
  float: left;
  font-size: 14px;
  line-height: 46px;
  color: #333;
  padding: 0 10px;
  width: 624px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6
}

.download_search button {
  float: right;
  font-size: 15px;
  line-height: 48px;
  color: #999;
  width: 80px;
  text-align: center;
  text-decoration: underline
}

.download_search button.on {
  width: 100px;
  color: #fff;
  background-color: #2da1e8;
  text-decoration: none
}

.download_list li {
  float: left;
  width: 396px;
  margin-top: 20px;
  border: 1px solid #e6e6e6
}

.download_list li:nth-child(2n) {
  float: right
}

.download_list_top {
  border-bottom: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  overflow: hidden
}

.download_list_top p {
  float: left;
  font-size: 16px;
  line-height: 48px;
  color: #333;
  width: 310px;
  box-sizing: border-box;
  padding: 0 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.download_list_top a {
  float: right;
  font-size: 16px;
  line-height: 48px;
  color: #377fc7;
  text-align: center;
  width: 83px;
  border-left: 1px solid #e6e6e6;
  background-color: #fff
}

.download_list_bottom {
  height: 180px;
  box-sizing: border-box;
  padding: 18px 24px 0
}

.download_list_bottom a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
  position: relative
}

.download_list_bottom a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #666;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px
}

.download_list_bottom a:hover {
  color: #377fc7
}

.download_list_bottom a:hover:before {
  background-color: #377fc7
}

.Application_management {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6
}

.Application_management tr th {
  background-color: #f7f7f7;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 48px;
  color: #333
}

.Application_management tr td {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 25px;
  color: #666;
  text-align: center;
  padding: 10px 0
}

.Application_management tr td .download_btn {
  color: #fff;
  background-color: #377fc7;
  width: 50px;
  line-height: 24px;
  text-align: center;
  display: block;
  margin: 0 auto
}

.message_center {
  min-height: 888px;
  box-sizing: border-box
}

.About_us_con .Has_applied_tit p:nth-child(2):after {
  display: block
}

.About_us_con .Has_applied_tit p:nth-child(3):after {
  display: none
}

.About_us_con .Has_applied_tit a {
  width: 100px
}

.message_center_list {
  display: none
}

.message_center_list.active {
  display: block
}

.message_center_list li {
  border-bottom: 1px dashed #e6e6e6;
  padding: 24px 0;
  overflow: hidden
}

.message_center_list li input[type=checkbox] {
  cursor: pointer;
  font-size: 16px;
  width: 18px;
  height: 18px;
  position: relative;
  background-color: #fff;
  float: left;
  margin: 11px 14px 0 0
}

.message_center_list li input[type=checkbox]:after {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 15px;
  top: 0;
  content: " ";
  border: 2px solid #2da1e8;
  color: #2da1e8;
  display: inline-block;
  visibility: visible;
  border-radius: 2px;
  text-align: center;
  background-color: #fff
}

.message_center_list li input[type=checkbox]:checked:after {
  content: "✓";
  font-size: 16px;
  font-weight: bold;
  color: #2da1e8
}

.message_center_list_con {
  float: left;
  width: 1040px
}

.message_center_list_con h3 {
  font-size: 16px;
  line-height: 40px;
  color: #333;
  font-weight: bold
}

.message_center_list_con p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 10px
}

.zs_list .zs_item {
  display: block;
  background: #ebf1ff;
  color: #2da1e8;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 20px 20px 0;
  min-width: 180px
}

.zs_list .zs_item .zs_infi {
  color: #666;
  max-width: 180px;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis
}

.video_index .class_con {
  background-color: #fff;
  position: relative;
  padding: 50px
}

.video_index .tab_list {
  padding-bottom: 30px;
  font-size: 14px
}

.video_index .tab_list div {
  display: inline-block;
  margin-right: 10px
}

.video_index .tab_list .tab {
  padding: 0 20px;
  border-radius: 15px;
  line-height: 30px;
  cursor: pointer
}

.video_index .tab_list .checked {
  color: #38aaf1;
  background: rgba(45, 161, 232, .2)
}

.video_index .tab_list .tab:hover {
  color: #38aaf1;
  background: rgba(45, 161, 232, .2)
}

.video_index .class_list {
  display: flex;
  flex-wrap: wrap
}

.video_index .class_list .class_item {
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-right: 20px
}

.video_index .class_list .title_label {
  padding: 10px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.video_index .class_list .title_name {
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
  line-height: 26px
}

.video_index .class_item .class_content {
  font-size: 12px;
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
  padding-bottom: 10px;
}

.video_index .class_item .class_school {
  font-size: 12px;
  color: #666;
  margin-right: 10px;
}

.video_index .class_item .class_type {
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #212eee;
  border-radius: 4px;
  color: #212eee;
  margin-right: 4px;
  font-size: 14px
}

.video_index .class_item .class_img {
  position: relative
}

.video_index .class_item .mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0
}

.video_index .class_item .class_img:hover .mask {
  opacity: 1
}

.video_index .class_item .class_img .video_img {
  width: 100%;
  height: 120px
}

.video_index .class_item .mask .img {
  width: 16px;
  height: 16px
}

.video_index .class_item .count_flex {
  color: #666;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.video_index .class_item .count_flex span {
  padding-right: 20px;
  display: flex;
  align-items: center;
}

.video_index .class_item .count_flex span::before {
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  background: url(../images/home_slices/yidu.png) no-repeat;
  background-size: cover;
  margin-right: 5px
}

.video_info {
  padding-top: 20px;
  display: flex;
  padding-bottom: 20px
}

.video_info .label_icon {
  padding-left: 20px
}

.video_info .label_icon span {
  display: flex;
  align-items: center;
}

.video_info .label_icon span::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/home_slices/yidu.png) no-repeat;
  background-size: cover;
  margin-right: 5px;

}

.video_info .label_icon .zan::before {
  background: url(../images_new/pinglun_hui.png) no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px
}

.video_box {
  width: 100%;
  background: rgba(0, 0, 0, 0.1)
}

.video_url {
  width: 100%;
  max-height: 600px;
  margin: 0 auto
}

.video_index .partners_info {
  width: 100% !important
}

.video_index .video_flex {
  display: flex
}

.video_flex_lt {
  background: #f8f8f8;
  padding: 20px;
  margin-right: 40px
}

.video_detail .class_item {
  margin-bottom: 20px
}

.video_detail .time {
  color: #666;
  font-size: 14px
}

.video_detail .class_item .title {
  font-size: 16px;
  padding-top: 10px;
  font-weight: bold;
}

.video_detail .class_item:hover .title {
  color: #16B1EA;
}

.video_detail .info {
  padding-top: 10px;
  color: #666
}

.video_flex_rt {
  flex: 1
}


.index_index1 .home_center_class_list {
  display: inline-block;
  width: 100%
}

.index_index1 .home_center_class_list .class_li {
  width: 22%;
  margin-right: 3.9%;
  float: left;
  position: relative;
  overflow: hidden;
  min-height: 30px;
  margin-bottom: 3.9%
}

.index_index1 .home_center_class_list .class_li:nth-child(4) {
  margin-right: 0
}

.index_index1 .home_center_class_list .class_li img {
  width: 100%;
  transition: all .5s
}

.index_index1 .home_center_class_list .class_li:hover img {
  transform: scale(1.1)
}

.index_index1 .home_center_class_list .class_li p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 30px;
  text-align: center;
  background: rgba(45, 161, 232, .7);
  color: #ffffff
}

.index_index1 .question-li {
  display: inline-block;
  width: 90%;
  padding: 0 5%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f7f7f7
}

.index_index1 .question-li:last-child {
  border-bottom: none
}

.index_index1 .question-li .question-li-left {
  width: 10%;
  float: left
}

.index_index1 .question-li .question-li-left span {
  background: #ffebeb;
  color: red;
  padding: 5px;
  display: inline-block;
  width: 23px;
  line-height: 23px;
  border-radius: 5px;
  text-align: center;
  margin-top: 5px
}

.index_index1 .question-li .question-li-right {
  width: 80%;
  float: right
}

.index_index1 .question-li .question-li-right a {
  display: block;
  line-height: 20px;
  color: #333333;
  font-size: 14px
}

.index_index1 .question-li .question-li-right a:hover {
  color: #2da1e8
}

.index_index1 .question-li .question-li-right span {
  display: inline-block;
  background: #ebf1ff;
  color: #2da1e8;
  padding: 2px 20px;
  border-radius: 5px;
  margin: 10px 0
}

.index_index1 .question-li .question-li-right p {
  color: #8b8b8b;
  font-size: 12px
}

.index_index1 .home_center_download_list {
  padding: 40px 10px;
  background: #f7f7f7
}

.index_index1 .home_center_download_list .swiper-slide {
  border-right: 1px solid #e1e1e1
}

.index_index1 .home_center_download_list .swiper-slide:nth-child(3n) {
  border-right: none
}

.index_index1 .home_center_download_list .swiper-slide>.download-div {
  display: table;
  padding: 0 15px;
  margin: 0 auto
}

.index_index1 .download-img {
  float: left
}

.index_index1 .download-info {
  float: left
}

.index_index1 .home_center_download_list .swiper-slide img {
  display: inline;
  float: left;
  margin-right: 20px
}

.index_index1 .home_center_download_list .swiper-slide p {
  font-size: 14px;
  color: #333333
}

.index_index1 .home_center_download_list .swiper-slide a {
  display: inline-block;
  padding: 0 25px;
  font-size: 14px;
  line-height: 30px;
  margin-top: 5px;
  background: #2da1e8;
  color: #ffffff;
  border-radius: 5px
}

.index_index1 .home_center_download_list .swiper-slide a:hover {
  opacity: .8
}

.header_btn {
  display: flex;
  align-items: center
}


.home_center_right {
  flex: 1
}

.index_index_new .fd_title {
  position: relative;
}

.index_index_new .fd_title strong {
  font-size: 40px;
  line-height: 56px;
}


.index_index_new .fangan_bg .tab-title li,
.index_index_new .fangan_bg .tab-title a,
.index_index_new .xinchuang_bg .tab-title li,
.index_index_new .xinchuang_bg .tab-title a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  padding: 10px 24px;
  background: #EDF1F7;
  border-radius: 20px;
  margin-left: 20px;
  cursor: pointer;
  transition: all 0.5s;

}

.index_index_new .tab-title_w,.tab-title_x {
  display: flex;

}

.index_index_new .fangan_bg .tab-title,
.index_index_new .xinchuang_bg .tab-title {
  display: flex;
}

.index_index_new .tab-title a:hover,
.index_index_new .tab-title li:hover,
.index_index_new .tab-this {
  background: #1173FF !important;
  color: #fff !important;
}


.study_bg .title {
  font-weight: bold;

}



.p20 {
  padding: 20px
}

.p50 {
  padding: 50px;
}

.p30 {
  padding: 30px;
}

.pt15 {
  padding-top: 15px
}

.pt20 {
  padding-top: 20px
}

.pt30 {
  padding-top: 30px
}

.pt50 {
  padding-top: 50px
}

.pt80 {
  padding-top: 80px
}

.pt100 {
  padding-top: 100px
}

.pb20 {
  padding-bottom: 20px
}

.pb30 {
  padding-bottom: 30px
}

.pb50 {
  padding-bottom: 50px
}

.pb100 {
  padding-bottom: 100px
}

.pl40 {
  padding-left: 40px
}

.pl80 {
  padding-left: 80px
}

.pl15 {
  padding-left: 15px
}

.pl30 {
  padding-left: 30px
}

.pl50 {
  padding-left: 50px
}

.pr50 {
  padding-right: 50px
}

.pr15 {
  padding-right: 15px
}

.pr30 {
  padding-right: 30px
}

.pr40 {
  padding-right: 40px
}

.pb40 {
  padding-bottom: 40px
}

.pt40 {
  padding-top: 40px
}

.mr20 {
  margin-right: 20px
}

.mr30 {
  margin-right: 30px
}

.ml30 {
  margin-left: 30px
}

.ml50 {
  margin-left: 50px
}

.ml20 {
  margin-left: 20px
}

.mb20 {
  margin-bottom: 20px
}

.mt30 {
  margin-top: 30px
}

.mt40 {
  margin-top: 40px
}

.mb30 {
  margin-bottom: 30px
}

.fs18 {
  font-size: 18px
}

.fs24 {
  font-size: 24px !important
}

.fs20 {
  font-size: 20px
}

.fs14 {
  font-size: 14px
}

.fs16 {
  font-size: 16px
}



.file-item .btn {
  margin: 0 0 0 5px;
  display: inline-block;
  width: 45px;
  font-size: 14px;
  padding: 0;
  border-radius: 5px;
  line-height: 24px;
  border: 1px solid #2da1e8;
}

.file-item .btn.file-down {
  background: #ffffff;
  color: #666666;
  border: 1px solid #999999
}

.file-item .btn.file-del {
  background: #FF5722;
  color: #ffffff;
  border: 1px solid #ffffff
}

.layui-table .file-item i.file-preview {
  background: url("../images/ysb.png") no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: -4px 5px 0 0
}

.partners_info .layui-table tr th {
  background: #f7f7f7
}

.partners_info1 {
  margin: 30px auto
}

.compatible-info h1 {
  width: 90%;
  margin: 0 auto 15px;
  color: #2da1e8;
  font-size: 18px
}

.compatible-input {
  display: inline !important
}

.no-info {
  text-align: center;
  font-size: 14px;
  margin: 50px auto;
  color: #666666
}

.no-info a {
  color: #2da1e8
}

.certification_con_list li .red-msg {
  color: #2da1e8;
  font-size: 12px;
  float: none;
  display: block;
  clear: both;
  margin-left: 140px
}



.index_index_new .rank_box .inner {
  margin-top: -76px;
  position: relative;
  z-index: 1;
  border-radius: 16px 16px 0 0;

}

.index_index_new .rank_tab {
  display: flex;
  align-items: flex-end;

}

.index_index_new .rank_tab .rank_tab_item {
  padding: 5px 30px 5px 30px;
  line-height: 46px;
  border-radius: 16px 0 0 0;
}

.index_index_new .rank_tab .rank_tab_item:first-child {
  border-radius: 16px 0 0 0;
}

.index_index_new .rank_tab .rank_tab_item:last-child {
  padding-left: 50px;
}

.index_index_new .rank_tab div::after {
  background-color: rgba(255, 255, 255, 0.5);
  clip-path: polygon(0 100%, 0 0, 8% 0, 17% 2%, 24% 6%, 31% 13%, 75% 87%, 81% 93%, 88% 98%, 95% 100%, 100% 100%, 0 100%);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-.2px);
  transform: translateX(-.2px);
  z-index: 2;
  right: -46px;
  width: 46px;
}

.index_index_new .rank_tab .active {
  background: #fff;
  line-height: 2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.index_index_new .rank_tab .active::after {
  background: #fff;
}

.index_index_new .rank_tab_item {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.index_index_new .rank_tab_item img {
  width: 26px;
  height: 25px;
  margin-right: 6px;
}

.rank_box h1 {
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  padding-bottom: 30px;
  color: #fff;
}

.index_index_new .rank_list {
  padding: 20px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F4F9FF 100%);
  border-radius: 0 16px 16px 16px;
}


.rank_box .rank_list .rank_item {
  background: rgba(255, 255, 255, .2);
  color: #fff;
  flex: 1;
  display: inline-block;
  height: fit-content;
  cursor: pointer;
}

.rank_box .rank_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
  white-space: nowrap;

}

.rank_box .rank_title_lt {
  display: flex;
  align-items: center;
  font-size: 18px;

}

.rank_box .tab_list {
  display: flex;
  align-items: center;

}

.rank_box .rank_title a {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.rank_box .rank_list .rank_item:hover {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  transition: all 0.5s;
  background: #fff;
}

.rank_box .rank_list .rank_item:hover .non_data {
  color: #000 !important;

}

.rank_box .rank_item:hover p,
.rank_box .active p,
.rank_box .rank_item:hover .title_name,
.rank_box .active .title_name {
  color: #000 !important;
}

.rank_box .rank_item:hover .rank_title a,
.rank_box .active .rank_title a,
.rank_box .rank_item:hover .rank_title li {
  color: #999;
}

.index_index_new .rank_box .tab_list .tab_item {
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  text-align: center;
  width: 48px;
  height: 24px;
  border-radius: 2px;
  transition: all 0.5s;
}

.index_index_new .rank_box .tab_list .tab_item:hover,
.index_index_new .rank_box .tab_list .active_tab {
  background: #1173FF;
  color: #fff;

}


.rank_box .title_name {
  position: relative;
  font-weight: bold;
  font-size: 20px;
}

.rank_box .title_name::before {
  width: 72px;
  height: 3px;
  background: #2DA2E8;
  content: '';
  display: block;
  position: absolute;
  bottom: -22px;
  left: 0;
}

.index_index_new .ruanjian_list {
  display: none;
}

.index_index_new .ruanjian_list_scroll {
  overflow-x: auto;

}

.index_index_new .ruanjian_list_scroll .active_list {
  display: flex;
  overflow-y: hidden;
}

.index_index_new .ruanjian_list .rj_item {
  padding: 16px 46px;
  margin-right: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  margin-top: 20px;
  min-width: 90px;
}

.index_index_new .ruanjian_list .rj_item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.index_index_new .ruanjian_list .rj_item:hover {
  transform: translateY(-10px);
  transition: all 0.5s;
}

.index_index_new .ruanjian_list .rj_item .rj_name {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
}

.index_index_new .ruanjian_list .rj_item .see_time {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
  padding-top: 6px;
}

.index_index_new .ruanjian_list .rj_item:hover .rj_name {
  color: #01AAED !important;
}

.index_index_new .ruanjian_list .rj_item img {
  width: 40px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.index_index_new .ruanjian_list .rj_item .rj_lt {
  display: flex;
  align-items: center;
  font-weight: bold;

}

.index_index_new .select_rank li a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
  width: 48px;
  line-height: 24px;
  cursor: pointer;
  border-radius: 2px;
  display: inline-block;
  margin-left: 4px;
  text-align: center;
}


.index_index_new .select_rank .active a,
.index_index_new .select_rank li:hover a {
  color: #fff !important;
  background: #000000;

}


.time_icon {
  margin-right: 5px;
  width: 12px;
  height: 12px;
}


.jiejue_list .solution-li a {
  width: 30%;
  padding: 10px
}

.jiejue_list .solution-li .cover_img {
  width: 100%;
  height: 146px;
  border-radius: 20px;
}

.jiejue_list .solution-li .item_img {
  margin: 0 0 10px;
}



.base-desc_border {
  border: 1px solid #eaeaea
}

.jiejue_tab .layui-unselect {
  display: none !important;
}

.spjt_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.spjt_box img {
  width: 100%;
  height: 90px;
  margin-bottom: 10px;
}

.spjt_box p {
  font-weight: bold;

}

.spjt_box .class_li {
  width: 30%;
  padding: 15px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

.spjt_box .class_li:hover p {
  color: #2da1e8;
}

/* .yuji_week .layui-select-title{
  width: 38px;
  position: relative;
} */
.search_title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  padding-top: 90px;
}

.search {
  position: relative;
  margin: 30px auto 40px;
  max-width: 600px;

}

.search input {
  width: 100%;
  /* width: 500px; */
  height: 50px;
  padding-left: 20px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  /*border-radius 属性用于向元素添加圆角边框：*/
}

.search button {
  height: 50px;
  width: 80px;
  cursor: pointer;
  /*cursor属性定义了鼠标指针放在一个元素边界范围内时所用的光标形状*/
  position: absolute;
  background: #4E6EF2;
  border-radius: 0 10px 10px 0;
  right: 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  top: 7px;
}

.search button:hover {
  background-color: rgb(203, 3, 17);
  /*点击搜索按钮时的背景颜色*/
  color: rgb(255, 255, 255);
}

.search_content {
  background: #fff;
  min-height: 300px;
  position: relative;
  z-index: 99;
  padding: 50px;
  min-height: 40vh;
}

.index_index_new .tab-item_flex {
  display: flex;
}

.index_index_new .fangan_lt {
  width: 890px;
  min-width: 50%;
  height: 472px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.index_index_new .fangan_lt:hover img {

  transform: scale(1.1);
  transition: 1s;
}

.index_index_new .fangan_lt img {
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.index_index_new .img_text {
  color: #fff;
  position: absolute;
  top: 65px;
  left: 50px;
  font-size: 20px;
  line-height: 26px;
  z-index: 2;
}

.index_index_new .img_text_num {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  padding-top: 20px;
}

.index_index_new .img_btn {
  color: #fff;
  position: absolute;
  bottom: 78px;
  left: 50px;
  width: 136px;
  height: 36px;
  background: #1173FF;
  border-radius: 4px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  z-index: 2;

}

.index_index_new .img_btn:hover {
  opacity: 0.8;
}

.index_index_new .study_bg .tab_list {
  display: flex;
  align-items: center;
  margin-top: 24px;

}

.index_index_new .study_bg .tab_list_title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}

.index_index_new .study_bg .tab_name,
.tab_name_all {
  font-size: 16px;
  color: #000000;
  padding: 12px;
  border-radius: 8px;
  margin-left: 10px;
  line-height: 1;
  cursor: pointer;
}

.index_index_new .study_bg .tab_name:hover,
.index_index_new .study_bg .active,
.tab_name_all:hover {
  background: #1173FF;
  color: #fff;
}

.index_index_new .down_and_question {
  padding-top: 72px;
}

.index_index_new .down_box_flex {
  display: flex;
  margin-top: 34px;
}

.index_index_new .down_box_flex_lt {
  width: 40%;
}

.index_index_new .down_box_flex_lt .download-div {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}

.index_index_new .down_box_flex_lt .download-img {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
}

.index_index_new .down_box_flex_lt .download-div img {
  width: 100%;
  height: auto;

}

.index_index_new .down_box_flex_lt .download-div a {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 16px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #CFCFCF;
  width: 112px;
  line-height: 32px;
  text-align: center;
  margin-top: 30px;
}

.index_index_new .xinchuang_swiper .toe {
  font-size: 18px;
  color: #000000;
  line-height: 25px;
}

.index_index_new .home_project {
  background: url(../images/home_slices/bg3@2x.png) no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.index_index_new .home_project .tips {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  padding-top: 12px;
}

.index_index_new .home_project .count_flex ul {
  display: flex;
  padding-top: 62px;
}

.index_index_new .home_project .count_flex ul li {
  padding-right: 100px;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 26px;

  min-width: 120px;

}

.index_index_new .home_project .count_flex .count_p {
  padding-bottom: 10px;
}

.index_index_new .home_project .count_flex .count_p span {
  padding-right: 4px;
}

.index_index_new .home_project .count_flex ul li span {
  font-weight: bold;
  font-size: 40px;
  color: #1173FF;
}

.index_index_new .home_project .home_center_class_list {
  margin-top: 110px;
  display: flex;
}

.study_bg .study_class {
  display: none;
}

.class_list_show {
  display: flex !important;
}

.index_index_new .home_project .class_li {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(10px);
  padding: 20px;
  flex: 2;
  margin-right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 40%;
}

.index_index_new .home_project .class_li:last-child {
  margin-right: 0;
}

.index_index_new .home_project .class_li .index {
  font-weight: bold;
  font-size: 40px;
  color: rgba(17, 115, 255, 18%);
  line-height: 48px;
  text-align: left;
  font-style: normal;
}

.index_index_new .home_project .class_li .title {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 33px;
  padding-top: 14px;

}

.index_index_new .home_project .class_li:hover {
  flex: 3;
  transition: all 0.5s;
}

.index_index_new .home_project .class_li .name {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  padding-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;


}

.index_index_new .home_project .cp_btn_flex {
  justify-content: flex-end;
  display: flex;
  margin-top: 50px;
}

.index_index_new .home_project .cp_btn_flex a {
  width: 136px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #1173FF;
  font-size: 14px;
  color: #1173FF;
  line-height: 36px;
  text-align: center;
  display: inline-block;
}

.index_index_new .home_project .red_btn {
  background: #1173FF !important;
  color: #fff !important;
  margin-right: 12px;
}

.index_index_new .study_bg .swiper-container .name {
  padding-top: 0;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 33px;
}

.index_index_new .study_bg .swiper-container .tips {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  padding-top: 16px;
}

.index_index_new .study_bg .download_btn {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 16px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #CFCFCF;
  width: 112px;
  line-height: 32px;
  text-align: center;
  margin-top: 50px;
  width: 112px;
  height: 32px;
  display: block;
}

.index_index_new .down_box_flex_rt {
  background: #FFFFFF;
  border-radius: 10px;
  flex: 1;
  margin-left: 20px;
  padding: 28px 32px;
}

.index_index_new .down_box_flex_rt_top {
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid #DFE4EA;
}

.index_index_new .xinchuang_swiper .home_center_news_list {
  display: none;
}

.news_list_show {
  display: flex !important;
}

.index_index_new .down_box_flex_rt_top .download-div .name {
  padding-top: 0;
  font-size: 16px;
}

.index_index_new .down_box_flex_rt_top {
  justify-content: space-between;

}

.index_index_new .down_box_flex_rt_top .download-div {
  width: 45%;
  margin-right: 20px;
}

.index_index_new .down_box_flex_rt_top .download-div:last-child {
  margin-right: 0;
}

.index_index_new .down_box_flex_rt_top .download-div .download_btn {
  margin-left: 0;
  margin-top: 18px;
}

.index_index_new .down_box_flex_rt_top .download-div .download_btn:hover,
.index_index_new .down_box_flex_lt .download-div a:hover {
  border-color: #1173FF;
  color: #1173FF;
  transition: all 0.5s;

}


.index_index_new .down_box_flex_rt .fd_title strong {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 24px;
}

.index_index_new .down_box_flex_rt .question-li {
  padding-top: 20px;
}

.index_index_new .down_box_flex_rt .question-li .title {
  font-size: 14px;
  color: #1173FF;
  line-height: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.index_index_new .down_box_flex_rt .question-li .title:hover span {
  opacity: 0.8;
}

.index_index_new .down_box_flex_rt .question-li .title::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1173FF;
  margin-right: 8px;
  display: inline-block;
}

.index_index_new .down_box_flex_rt .question-li .sub {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 17px;
  padding-top: 10px;
  padding-left: 12px;
  width: 100%;
}

.home_down1,
.home_down2 {
  background-color: #fff;
  border-radius: 10px;
}

/* 分页器样式 */
.index_index_new .my-pagination-clickable {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
  z-index: 99;
  left: auto;
}

.index_index_new .my-pagination-clickable .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.1);
}

.index_index_new .my-pagination-clickable .swiper-pagination-bullet-active {
  width: 14px;
  height: 8px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.index_index_new .home_down1 {
  margin-bottom: 20px;
}

.index_index_new .question-li_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index_index_new .question-li_box .question-li {
  width: 45%;
  margin-right: 20px;

}

.index_index_new .question-li_box .question-li:nth-child(2n) {
  margin-right: 0;
}

.index_index_new .index_index_new {
  background: #fff;
}

.hot_icon,
.hot_icon_rt {
  height: 20px;
  background: #F65159;
  border-radius: 3px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;

  text-align: center;
  line-height: 20px;
  text-align: center;
  padding: 0 6px;
  margin-right: 4px;
}

.hot_icon_rt {
  margin-left: 4px;
}

/* 分中心首页start */
.home_apart_info {
  padding: 100px 0 70px;
  background: url(../images/home_apart/about_bg@2x.png) no-repeat;
  background-size: cover;
}

.home_apart_info .home_apart_info_content {
  background: rgba(255, 255, 255, 0.47);
  border-radius: 10px 10px 10px 10px;
  border: 2px solid #FFFFFF;
  padding: 50px;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  padding-right: 430px;
  position: relative;
  margin-top: 34px;
  margin-right: 50px;
}

.home_apart_info .info_flex {
  display: flex;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  padding-top: 40px;
}

.home_apart_info .info_flex a:first-child {
  padding-right: 20px;
}

.home_apart_info .info_flex .info_phone {
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  font-weight: bold;
}

.home_apart_info .info_flex .info_flex_item {
  flex: 1;
}

.home_apart_info .info_flex img {
  width: 26px;
  height: 20px;
  margin-right: 10px;
}

.home_apart_info .see_more,
.fangan_content_rt .see_more {
  width: 136px;
  height: 40px;
  background: #1173FF;
  border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  margin-top: 50px;
  display: block;
  cursor: pointer;
}

.home_apart_info_rt {
  width: 400px;
  height: 560px;
  position: absolute;
  bottom: 50px;
  right: -50px;
  z-index: 1;
  background: url(../images/home_apart/jianzhu@2x.png) no-repeat;
  background-size: cover;
}

.home_apart_info_rt .num_flex {
  /* background: rgba(255, 255, 255, 0.8); */
  background: rgba(237, 241, 247, 0.8);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #FFFFFF;
  padding: 25px 50px;
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  position: absolute;
  bottom: 50px;
  left: -50px;
  z-index: 2;
  display: flex;
}

.home_apart_info_rt .num_flex span {
  font-weight: bold;
  font-size: 40px;
  color: #1173FF;
  line-height: 48px;
  padding-right: 10px;
}

.home_apart_info_rt .num_flex div:first-child {
  padding-right: 40px;
  border-right: 1px solid #fff;
}

.home_apart_info_rt .num_flex div:last-child {
  padding-left: 40px;
}

.home_apart_info .info_address,
.home_apart_info .info_phone {
  padding-top: 10px;
}

.home_apart_center ul {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.home_apart_center .more {
  background: rgba(237, 241, 247, 1) !important;
}

.home_apart_center .more:hover {
  background: rgba(17, 115, 255, 1) !important;
}

.home_apart_center ul li {
  width: 32%;
  padding: 20px;
  background: #F8FAFE;
  border-radius: 8px 8px 8px 8px;
  box-sizing: border-box;

}

.home_apart_center ul li img {
  border-radius: 8px;
  height: 100%;
}

.home_apart_center {
  padding: 70px 0 10px;
}

.home_apart_center .news_img {
  height: 204px;
  margin-bottom: 24px;

}

.home_apart_center .news_title {
  font-size: 18px;
  color: #000000;
  line-height: 25px;
}

.home_apart_center .tips {
  font-size: 14px;
  color: RGBA(136, 137, 139, 1);
  line-height: 20px;
  padding-top: 12px;
}

.home_apart_center .time {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: RGBA(136, 137, 139, 1);

}

.home_apart_center ul li:hover {
  box-shadow: 0px 5px 15px 1px rgba(17, 115, 255, 0.2);
}

.home_apart_center ul li:hover .see_detail {
  color: rgba(17, 115, 255, 1)
}

.fangan_content {
  background: url(../images/home_apart/fangan_bg1@2x.png) no-repeat;
  background-size: cover;
  padding: 60px 0;
  margin-top: 50px;
}

.fangan_content_lt {
  color: #fff;
  white-space: nowrap;
  min-width: 359px;
  width: 25%;
}

.fangan_content_lt .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  padding-bottom: 30px;
}

.fangan_content_lt ul {
  border-left: 1px solid #fff;

}

.fangan_content_inner {
  display: none;
}

.fangan_content_ul .show {
  display: flex;
}




.fangan_content_lt ul li {
  font-size: 16px;
  line-height: 22px;
  padding: 14px 28px;
  position: relative;
}

.fangan_content_lt ul .title_active {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}

.fangan_content_lt ul .title_active::before {
  content: '';
  width: 8px;
  background: #1173FF;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.fangan_content_rt {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px 10px 10px 10px;
  border: 2px solid #FFFFFF;
  padding: 50px 80px;
  box-sizing: border-box;
  flex: 1;
  min-width: 0;
  display: none;
}
.fangan_content_rt_ul{
  flex: 1;
}
.fangan_content_rt_ul .show_rt {
  display: block !important;
}

.fangan_content_rt .title {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 33px;
  padding-bottom: 20px;
}

.fangan_content_rt .info {
  font-size: 16px;
  line-height: 25px;
  color: RGBA(86, 87, 88, 1);
}

.fangan_content_rt .lable_list {
  display: flex;
  margin-top: 30px;
}

.fangan_content_rt .lable_list li {

  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 40px 10px 20px;
  font-size: 16px;
  color: #000000;
  line-height: 25px;
  margin-right: 50px;
  display: flex;
  align-items: center;
}

.fangan_content_rt .lable_list li .dot {
  width: 16px;
  height: 16px;
  background: #F65159;
  border-radius: 50%;
  margin-right: 28px;
  display: inline-block;

}

.fangan_content_rt .lable_list li .dot::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translateX(8px) translateY(-2px);

}

.home_apart_product {
  background: url(../images/home_apart/pro_bg@2x.png) no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.home_apart_product ul {
  display: flex;
  padding-top: 42px;
}

.home_apart_product ul li {
  width: 32%;
  padding: 50px 30px 20px;
  background-color: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  background-image: url(../images/home_apart/_bg@2x.png);
  background-repeat: no-repeat;
  background-size: 230px 170px;
  background-position: left bottom;
  box-sizing: border-box;
  margin-right: 1%;

}

.home_apart_product ul li a {
  box-sizing: border-box;

}

.home_apart_product ul li:hover {
  box-shadow: 0px 5px 15px 1px rgba(17, 115, 255, 0.2);
}

.home_apart_product ul li .title {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 33px;
  display: flex;
  align-items: center;
}

.home_apart_product ul li .info {
  font-size: 14px;
  line-height: 20px;
  color: RGBA(140, 140, 140, 1);
  padding-top: 20px;
}

.home_apart_product ul li .img {
  height: 132px;
  padding-top: 65px;
  display: flex;
  justify-content: flex-end
}

.home_apart_product ul li img {
  height: 100%;
}

.home_apart_product ul li .see_more {
  color: rgba(17, 115, 255, 1);
  padding-top: 30px;
}

/* 分中心首页end */
.new_input_search {
  width: 520px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  margin-top: 25px;

}

.new_input_search input {
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  padding: 0 20px;
  line-height: 50px;
  flex: 1;
}

.new_input_search a,
.new_input_search button {
  width: 100px;
  background: #1173FF;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  color: #FFFFFF;

}

.left_channel_item {
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 1px rgba(17, 115, 255, 0.2);
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  min-width: 280px;
}

.left_channel_item_title {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 20px;

}
.left_channel_item_title a{
  display: flex;
  align-items: center;

}
.left_channel_item_title a img{
  margin-right: 10px;

}
.left_channel_item_title .fangan_icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.left_channel_item_title .jiantou_icon {
  width: 18px;
  height: 18px;
}

.left_channel_item ul li>a {
  position: relative;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  padding: 13px 56px;
  display: block;
}

.left_channel_item ul li>.on,
.left_channel_item ul>li:hover {
  background: #F2F8FF;
  color: rgba(17, 115, 255, 1);
}

.left_channel_item ul li>a::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/home_slices/yuan.png) no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.left_channel_item ul li>.on::before {
  background: url(../images/home_slices/yuan_active.png) no-repeat;
  background-size: cover;
}

.left_channel_item ul li>.on::after {
  content: '';
  display: inline-block;
  width: 4px;
  background: #1173FF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.page_nav {
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  padding-bottom: 30px;
}

.page_nav a {
  color: rgba(153, 153, 153, 1);

}

.page_nav span {
  color: #000;
}

.jiejue_list .item_img {
  position: relative;
  background: #ddd;
  border-radius: 20px;
}

.jiejue_list .label,
.base-content .img_box .label {
  background: #1173FF;
  border-radius: 5px 5px 5px 5px;
  line-height: 32px;
  font-size: 14px;
  color: #FFFFFF;
  padding: 6px 18px;
  position: absolute;
  left: -10px;
  top: -10px;
  display: block;
}



.jiejue_list .see img {
  margin-right: 6px;
  width: 18px;
  height: 11px;
}

.jiejue_list .solution-li a h3 {
  font-size: 18px;
  color: #000000;
  line-height: 25px;
}

.jiejue_list .time_flex {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  padding-top: 5px;
  align-items: center;
  white-space: nowrap;
}

.jiejue_list .solution-li a:hover .label {
  background: rgba(255, 138, 0, 1);
}

.shipei_item {
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 20px;
}

.shipei_item .time_box {
  width: 75px;
  height: 75px;
  background: RGBA(247, 247, 247, 1);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid rgba(0, 0, 0, .1);
  font-size: 10px;
  color: #666666;
  line-height: 14px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;

}

.shipei_item .time_box .date_text {
  font-size: 24px;
  line-height: 34px;
}

.shipei_item .center {
  flex: 1;
}

.shipei_item .center .title {
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  padding-bottom: 10px;
}

.shipei_item .time_flex {
  display: flex;
  align-items: center;
}

.shipei_item .see::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 13px;
  background: url(../images_new/see.png) no-repeat;
  background-size: cover;
  margin-left: 50px;
}

.shipei_item:hover {
  box-shadow: 0px 5px 10px 1px rgba(17, 115, 255, 0.15);
}

.shipei_item .see_more {
  padding-left: 20px;
}

.shipei_item:hover .see_more,
.shipei_item:hover .title,
.shipei_item:hover .time_box {
  color: rgba(17, 115, 255, 1);
}

.shipei_item:hover .time_box {
  background: rgba(17, 115, 255, 0.08);
  border: 1px solid #1173FF;
}

.person_center .left_channel_item_title {
  padding: 20px 30px 10px;
}

.person_center .left_channel_item_title:hover,
.person_center .on {
  background: rgba(242, 248, 255, 1);
  color: rgba(17, 115, 255, 1);
}

.person_center .left_channel_item_title:hover a,
.person_center .on a {
  color: rgba(17, 115, 255, 1);

}

.base-content .img_box .label {
  font-size: 14px;
  line-height: 32px;
}

.base-content .img_box {
  position: relative;
  max-width: 420px;
  width: 40%;
  margin-right: 40px;
}

.img_title_flex img {
  width: 100%;
}

.base-content .yingyong {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.base-content .yingyong::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #1173FF;
  margin-right: 9px;
}

.base-content .label_list {
  display: flex;
  flex-wrap: wrap;
}

.base-content .label_list li {
  margin-top: 10px;
  font-size: 14px;
  color: #1173FF;
  line-height: 30px;
  padding: 0 7px;
  border-radius: 5px;
  background: rgba(17, 115, 255, 0.1);
  margin-right: 5px;
}

.base-content .page_name {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  height: 46px;
  background: #F7F7F7;
  border-radius: 5px 5px 5px 5px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px
}

.page_name_lt {
  display: flex;
  align-items: center;
  color: #000000;
}

.page_name_lt img {
  margin-right: 10px;
  height: 20px;
  width: 20px;
}

.base-div {
  flex: 1;
}

.base-content .see {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.abstract_text{
  margin-top: 20px;background: #F2F8FF;padding: 20px;
  color: #666666;
}
.jiejue_list .see {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  display: flex;
  align-items: center;

}
.base-content .see img {
  width: 18px;
  height: 11px;
  margin-right: 5px;
}

.base-bg {
  background: #F2F8FF;
  border-radius: 10px 10px 10px 10px;
  margin-top: 30px;
  padding: 40px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

.base-bg h1 {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  padding-bottom: 20px
}
.solution_tab{
  margin-top: 30px;
}
.solution_tab .layui-tabs-body{
  background: rgba(242, 248, 255, 1);
  border-radius: 0px 10px 10px 10px;
  padding: 24px 40px;
  font-size: 14px;
color: #666666;
line-height: 24px;

}
.solution_tab .layui-tabs-header li{
  padding: 13px 26px;
background: #F2F8FF;
border-radius: 10px 10px 0px 0px;
font-size: 18px;
color: #333333;
line-height: 25px;
margin-right: 10px !important;
}
.solution_tab .layui-tabs-header{
  height: auto;
}
.solution_tab .layui-tabs-card>.layui-tabs-header .layui-this:after,.solution_tab .layui-tabs-header:after,.solution_tab .layui-tabs-scroll:after{
  border:none;
}
.solution_tab  .layui-tabs-header .layui-this,.solution_tab  .layui-tabs-header li:hover{
  color: rgba(17, 115, 255, 1);

}

.solution_tab  .layui-tabs-card>.layui-tabs-header .layui-this{
  color: rgba(17, 115, 255, 1);
background: #F2F8FF;


}


.wapnav {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 60px;
  background: #fff;
  z-index: 9999;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  background: #212121;
}

.wapnava {
  padding: 0 0 15px 0;
}

.wapnava ul {
  padding: 20px 0 0;
  background: #2F2F2F;
}

.wapnavtop {
  color: #fff;
  height: 100px;
  line-height: 60px;
  padding: 0 15px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}

.wapnavtop i {
  display: block;
  width: 14px;
  height: 8px;
  background: none;
  color: #222;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  position: absolute;
  background: url(../images/close.png) no-repeat center;
  background-size: 30%;
  right: 0;
  top: 0;
  z-index: 99999999;
}

.wapprda i {
  width: 14px;
  height: 8px;
  background: url(../images/home_slices/xia@2x.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right:60px;
  top: 50%;
  display: block;
  transform: translateY(-50%)
}

.wapprda_active {
  color: #CB000F !important;
}

.wapprda_active i {
  background: url(../images/home_slices/shang@2x.png) no-repeat;
  background-size: 100% 100%;
}

.wpheadhide a:hover {
  color: #CB000F !important;

}

.wapnava span {
  width: 100%;
}
.header_wap_rt{
  display: flex;
}
.wapnava a.wapprda {
  display: block;
  padding: 20px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 18px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.wpheadhide a {
  background: #212121;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 20px 25px;
  text-align: center;
  color: #C6C6C6 !important;
  width: 100%;
  border-bottom: 1px solid #2B2B2B;
  font-size: 16px !important;
}
.wapprda_active {
  color: #CB000F !important;
}

.wapprda_active i {
  background: url(../images/home_slices/shang@2x.png) no-repeat;
  background-size: 100% 100%;
}
.wpnvbg_active {
  opacity: 1;
  visibility: inherit;
}

@media screen and (min-width:1441px) and (max-width:1680px) {
  .login_left_txt {
    height: 276px;
    padding: 42px 122px 0 106px
  }

  .login_left_txt h3 {
    font-size: 38px;
    line-height: 72px
  }

  .login_left_txt p {
    font-size: 12px;
    line-height: 20px
  }

  .login_nav {
    padding: 32px 52px 0 0
  }

  .login_nav a {
    font-size: 14px;
    line-height: 28px;
    margin-right: 42px
  }

  .login_nav a.on {
    width: 60px;
    white-space: nowrap;
  }

  .login_right_con {
    padding: 128px 128px 0
  }

  .login_right_con a>img {
    height: 66px
  }

  .login_right_ul {
    padding-top: 74px
  }

  .login_right_ul li {
    margin-top: 16px;
    padding-left: 35px;
    height: 42px
  }

  .login_right_ul_img {
    width: 24px;
    line-height: 40px;
    margin-top: -10px
  }

  .login_right_ul_img img {
    display: block;
    height: 20px;
    margin: 0 auto
  }

  .login_right_ul li input {
    font-size: 12px;
    line-height: 40px;
    text-indent: 15px
  }

  .rember_password label {
    font-size: 12px;
    line-height: 62px
  }

  .rember_password label input[type=checkbox] {
    cursor: pointer;
    font-size: 16px;
    width: 18px;
    height: 18px;
    position: relative;
    background-color: #fff;
    float: left;
    margin: 21px 10px 0 5px
  }

  .rember_password label input[type=checkbox]:after {
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 15px;
    top: 0;
    content: " ";
    border: 2px solid #2da1e8;
    color: #2da1e8;
    display: inline-block;
    visibility: visible;
    border-radius: 2px;
    text-align: center;
    background-color: #fff
  }

  .rember_password label input[type=checkbox]:checked:after {
    content: "✓";
    font-size: 16px;
    font-weight: bold;
    color: #2da1e8
  }

  .rember_password a {
    font-size: 12px;
    line-height: 62px
  }

  .login_right_con>button {
    font-size: 20px;
    line-height: 44px
  }

  .copyright_num {
    line-height: 84px
  }

  .login_right_con>h2 {
    font-size: 22px;
    line-height: 22px;
    top: 240px;
    left: 128px
  }

  .yzm_li {
    width: 280px
  }

  .send_code {
    width: 120px;
    line-height: 40px;
    right: -136px
  }

  .login_right_con>button.login_btn2 {
    margin-top: 32px
  }

  .registered .login_right_con {
    padding-top: 40px
  }

  .registered .login_right_con h2 {
    top: 150px
  }
}

@media screen and (max-width:1550px) {
  .inner {
    max-width: 100%;
    padding-left:  15px;
    padding-right:  15px;

  }

}

@media screen and (max-width:1300px) {
  .fangan_content_rt .lable_list li {
    margin-right: 20px;
    white-space: nowrap;
    padding: 10px 20px;
  }

  .fangan_content_rt {
    padding: 30px;
  }

  .fangan_content_rt .lable_list li .dot {
    margin-right: 16px;
  }

  .fangan_content_lt {
    min-width: 0 !important;
    width: auto !important;
    padding-right: 20px;
  }

  .header_search {
    width: 150px
  }

  .p20 {
    padding: 15px
  }

  .pt20 {
    padding-top: 15px
  }

  .pb40 {
    padding-bottom: 20px
  }

  .pt40 {
    padding-top: 20px
  }

  .pb20 {
    padding-bottom: 15px
  }

  .pt30 {
    padding-top: 15px
  }

  .pt50 {
    padding-top: 25px
  }

  .pt80 {
    padding-top: 40px
  }

  .pt50 {
    padding-top: 25px
  }

  .pb30 {
    padding-bottom: 15px
  }

  .pb50 {
    padding-bottom: 25px
  }

  .pb100 {
    padding-bottom: 50px
  }

  .pl15 {
    padding-left: 7px
  }

  .pr15 {
    padding-right: 7px
  }

  .pl50 {
    padding-left: 25px
  }

  .pr50 {
    padding-right: 25px
  }

  .pl80 {
    padding-left: 40px
  }

  .pl40 {
    padding-left: 20px
  }

  .pr40 {
    padding-right: 20px
  }

  .mr20 {
    margin-right: 10px
  }

  .ml30 {
    margin-left: 15px
  }

  .mr30 {
    margin-right: 15px
  }

  .ml50 {
    margin-left: 20px
  }

  .mb20 {
    margin-bottom: 10px
  }

  .ml20 {
    margin-left: 10px
  }

  .mt30 {
    margin-top: 15px
  }

  .mt40 {
    margin-top: 20px
  }

  .mb30 {
    margin-bottom: 15px
  }

  .fs18 {
    font-size: 16px
  }

  .fs24 {
    font-size: 20px !important
  }

  .fs16 {
    font-size: 14px
  }

  .fs14 {
    font-size: 12px
  }

  .down_bg .download-img .info {
    width: 170px
  }

  .fd_title strong {
    font-size: 26px !important;
  }







  .layui-nav-more {
    right: 10px !important
  }

  .login_right_con {
    padding: 110px 50px 0;
  }

  .login_right_ul li {
    height: 34px;
  }

  .login_right_ul li input {
    font-size: 12px;
    line-height: 34px
  }
}



@media screen and (max-width:1100px) {
  .index_index_new .home_project .class_li {
    max-width: 27%;
  }

  .index_index_new .fangan_lt {
    min-width: 58%;

  }

  .index_index_new .img_btn {
    bottom: 30px;
  }

  .index_index_new .tab-title_w {
    max-width: 470px;
    overflow-x: hidden;
  }

  .down_bg .download-img .info {
    width: 120px
  }

  .p20 {
    padding: 10px
  }

  .pt15 {
    padding-top: 7px
  }

  .pt20 {
    padding-top: 10px
  }

  .pb20 {
    padding-bottom: 10px
  }

  .layui-nav-more {
    right: 2px !important
  }
}

@media screen and (min-width:1025px) and (max-width:1440px) {
  .login_left_txt {
    height: 234px;
    padding: 40px 106px 0 92px
  }

  .login_left_txt h3 {
    font-size: 34px;
    line-height: 64px
  }

  .login_left_txt p {
    font-size: 10px;
    line-height: 18px
  }

  .login_nav {
    padding: 28px 44px 0 0
  }

  .login_nav a {
    font-size: 12px;
    line-height: 24px;
    margin-right: 35px
  }

  .login_nav a.on {
    width: 50px
  }

  .login_right_con {
    padding: 110px 110px 0
  }

  .login_right_con a>img {
    height: 56px
  }

  .login_right_ul {
    padding-top: 62px
  }

  .login_right_ul li {
    margin-top: 14px;
    height: 36px
  }

  .login_right_ul_img {
    width: 22px;
    line-height: 34px;
    margin-top: -18px
  }

  .login_right_ul_img img {
    height: 18px
  }

  .login_right_ul li input {
    font-size: 12px;
    line-height: 34px
  }

  .rember_password label {
    font-size: 12px;
    line-height: 52px
  }

  .rember_password label input[type=checkbox] {
    cursor: pointer;
    font-size: 14px;
    width: 16px;
    height: 16px;
    position: relative;
    background-color: #fff;
    float: left;
    margin: 16px 10px 0 5px
  }

  .rember_password label input[type=checkbox]:after {
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 15px;
    top: 0;
    content: " ";
    border: 2px solid #2da1e8;
    color: #2da1e8;
    display: inline-block;
    visibility: visible;
    border-radius: 2px;
    text-align: center;
    background-color: #fff
  }

  .rember_password label input[type=checkbox]:checked:after {
    content: "✓";
    font-size: 14px;
    font-weight: bold;
    color: #2da1e8
  }

  .rember_password a {
    line-height: 52px
  }

  .login_right_con>button {
    font-size: 16px;
    line-height: 44px
  }

  .copyright_num {
    line-height: 78px
  }

  .login_right_con>h2 {
    font-size: 20px;
    line-height: 20px;
    top: 200px;
    left: 110px
  }

  .yzm_li {
    width: 250px
  }

  .send_code {
    width: 90px;
    line-height: 34px;
    right: -104px
  }

  .login_right_con>button.login_btn2 {
    margin-top: 30px
  }

  .registered .login_right_con {
    padding-top: 30px
  }

  .registered .login_right_con h2 {
    top: 130px
  }
}

@media screen and (max-width:950px) {
  .index_index_new .home_project .class_li {
    max-width: 26%;
  }

  .index_index_new .tab-item_flex {
    display: block;
  }

  .index_index_new .fangan_lt {
    width: auto;
    height: auto;
    margin-right: 0;
  }

  .index_index_new .fangan_bg .home_center_news_list {
    flex-direction: row;
    max-width: 100%;
  }

  .index_index_new .fangan_bg .home_center_news_list li {
    margin-top: 20px;
    margin-bottom: 0 !important;
    flex: 1;
  }

  .index_index_new .fangan_bg .home_center_news_list li:first-child {
    margin-right: 20px;
  }

  .index_index_new .home_center_class_list {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .index_index_new .study_bg .class_li {
    width: 45%;
    max-width: 45%;
    flex: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .index_index_new .study_bg .class_li:nth-child(2n) {
    margin-right: 0;
  }
  .header_wap{
    display: flex;
  }
  .header_flex{
    display: none;
  }
  .home_apart_info_rt{
    position:static;
    width: 100%;
  }
  .home_apart_info .home_apart_info_content{
    padding-right: 50px;
    margin-right: 0;
  }

}

@media screen and (max-width:850px) {
  .index_index_new .home_project .class_li {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .index_index_new .home_project .class_li:nth-child(2n) {
    margin-left: 20px;
  }

  .fangan_content_rt .lable_list {
    flex-wrap: wrap;
  }

  .fangan_content_rt .lable_list li {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 14px;
    padding: 10px;
  }
  .footer_top{
    display: block;
  }
  .footer_logo{
    max-width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .phone_text{
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding-right: 40px;
  }
  .footer_list{
    padding-left: 0;
  }
  .footer_logo{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:750px) {
  .index_index_new .down_box_flex {
    display: block;
  }

  .index_index_new .down_box_flex_lt {
    width: 100%;
  }

  .index_index_new .down_box_flex_lt .swiper-container {
    width: 100%;
  }

  .index_index_new .down_box_flex_rt {
    margin-left: 0;
    margin-top: 20px;
  }

  .index_index_new .tab-title_w {
    max-width: 152px;
  }

  .index_index_new .home_project .home_center_class_list {
    display: block;
  }

  .index_index_new .home_project .class_li:nth-child(2n) {
    margin-left: 0px;
  }

  .index_index_new .xinchuang_bg .home_center_news_list li {
    width: calc(48% - 40px) !important;
    margin-right: 0;
    display: block;
  }

  .index_index_new .xinchuang_bg .home_center_news_list .news_list_img {
    width: 48% !important;
  }

  .index_index_new .xinchuang_bg .home_center_news_list {
    justify-content: space-between;
  }

  .home_apart_product ul,
  .home_apart_center ul {
    display: block;
  }

  .home_apart_product ul li,
  .home_apart_center ul li {
    width: 100%;
    margin-bottom: 20px;
  }

}

@media screen and (max-width:640px) {
  .index_index_new .fangan_bg .home_center_news_list {
    display: block;
  }

  .index_index_new .fangan_bg .home_center_news_list li:first-child {
    margin-right: 0;
  }
  .index_index_new .rank_tab div::after{
    width: 15px;
    right: -15px;
  }
  .index_index_new .rank_tab .rank_tab_item{
    padding: 0px 10px;
    line-height: 40px;
  }
  .index_index_new .rank_tab .rank_tab_item:last-child{
    padding-left: 25px;
  }
  .index_index_new .rank_tab .active{
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .index_index_new .rank_tab_item{
    font-weight: normal;
    font-size: 16px;
  }
}

@media screen and (max-width:520px) {
  .index_index_new .xinchuang_bg .home_center_news_list li {
    width: 100% !important;
    box-sizing: border-box;
  }
  .index_index_new .xinchuang_bg .home_center_news_list .news_list_img{
    width: 100% !important;

  }
  .index_index_new .study_bg .class_li {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
  .footer_logo{
    display: block;
  }
  .phone_text{
    padding-right: 0;
  }
  .footer_list{
    flex-wrap: wrap;
  }
  .footer_list li{
    padding-bottom: 20px;
  }
  .img_text{
    top: 20px !important;
  }
  .index_index_new .img_btn{
    bottom: 20px;
  }
  .tab-title_x{
    width: 0;
    overflow: hidden;
  }
}
@media screen and (max-width:400px) {
  .phone_text{
    flex-wrap: wrap;
  }
 .tab-title_w{
  width: 0;
 }
}
