.banner .banner_content {
  position: relative;
}
.banner .banner_content img {
  display: block;
  width: 100%;
}
.banner .banner_content .banner_btn {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .banner_content .banner_btn .btn {
  width: 253px;
  height: 67px;
  line-height: 59px;
  text-align: center;
  background: #0761B9;
  box-shadow: 0px 5px 13px 0px #A6C9EB;
  border-radius: 80px 80px 80px 80px;
  border: 4px solid #FFFFFF;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin: 0 37px;
  cursor: pointer;
}
.banner .banner_content .banner_btn.second_banner {
  bottom: 22%;
}
.banner .swiper-pagination {
  bottom: 10% !important;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 48px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.34;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.public_title {
  font-weight: 500;
  font-size: 43px;
  color: #1F2329;
  line-height: 1.4em;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.public_title .en {
  font-weight: 400;
  font-size: 19px;
  color: #98A4B7;
  margin-left: 27px;
}
.public_title .other_btn {
  font-weight: 500;
  font-size: 24px;
  color: #9E0100;
}
.index_modern {
  padding: 79px 0 84px;
  background: #F8F9FD;
}
.index_modern .index_modern_body .ul {
  margin: 0 -16px;
}
.index_modern .index_modern_body .item {
  float: left;
  width: 33.3333%;
  padding: 0 16px;
}
.index_modern .index_modern_body .item .inbox {
  display: block;
  background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
  box-shadow: 0px 13px 16px 5px rgba(0, 82, 217, 0.0272);
  border-radius: 11px;
  padding: 59px 65px 65px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
.index_modern .index_modern_body .item .inbox .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/index_bg01.png) no-repeat;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.index_modern .index_modern_body .item .inbox .tt {
  font-weight: 400;
  font-size: 32px;
  color: #1F2329;
  line-height: 1.4em;
  transition: all 0.3s;
}
.index_modern .index_modern_body .item .inbox .word {
  font-weight: 400;
  font-size: 21px;
  color: #98A4B7;
  line-height: 1.6em;
  margin-top: 23px;
}
.index_founder {
  padding: 77px 0 36px;
  background: url(../images/index_bg03.png) no-repeat;
  background-size: 100% 100%;
}
.index_founder .index_founder_body .founder_img {
  float: left;
  width: 23.5%;
}
.index_founder .index_founder_body .founder_img img {
  display: block;
  width: 100%;
  border-radius: 22px;
}
.index_founder .index_founder_body .founder_img .tag {
  font-weight: 500;
  font-size: 24px;
  color: #1F2329;
  line-height: 33px;
  text-align: center;
  margin-top: 33px;
}
.index_founder .index_founder_body .founder_word {
  margin-left: 27%;
}
.index_founder .index_founder_body .founder_word .tt {
  font-weight: 600;
  font-size: 37px;
  color: #1F2329;
  line-height: 52px;
  margin-bottom: 24px;
}
.index_founder .index_founder_body .founder_word .group {
  font-size: 21px;
  line-height: 1.8em;
}
.index_founder .index_founder_body .founder_word .name {
  color: #1F2329;
}
.index_founder .index_founder_body .founder_word .word {
  color: #646A73;
}
.index_change {
  padding: 64px 0 51px;
  background: url(../images/index_bg02.jpg) no-repeat;
  background-size: 100%;
}
.index_change .title {
  font-weight: 600;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 1.4em;
  text-align: center;
}
.index_change .index_change_btn {
  margin: 57px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_change .index_change_btn .btn {
  display: block;
  width: 227px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  border-radius: 91px 91px 91px 91px;
  border: 1px solid #FFFFFF;
  font-weight: 400;
  font-size: 21px;
  color: #FFFFFF;
  margin: 0 20px;
}
.index_change .index_change_body .ul {
  margin: 0 -16px;
}
.index_change .index_change_body .item {
  float: left;
  width: 25%;
  padding: 0 16px;
}
.index_change .index_change_body .item .inbox .img_box {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.index_change .index_change_body .item .inbox img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.index_change .index_change_body .item .inbox .con {
  background: linear-gradient(180deg, #F4F6F8 0%, #FDFDFE 100%);
  box-shadow: 0px 5px 21px 0px rgba(0, 82, 217, 0.0797);
  border: 5px solid #FFFFFF;
  padding: 21px;
  border-radius: 0px 0px 11px 11px;
}
.index_change .index_change_body .item .inbox .tt {
  font-weight: 500;
  font-size: 24px;
  color: #1F2329;
  line-height: 33px;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_change .index_change_body .item .inbox .p {
  line-height: 1.4em;
  height: 2.8em;
  font-size: 19px;
  overflow: hidden;
}
.index_mode {
  background: #EEF0F6;
  padding: 67px 0 80px;
}
.index_mode .index_mode_body .title_in {
  text-align: center;
  font-weight: 600;
  font-size: 37px;
  color: #1F2329;
  line-height: 52px;
}
.index_mode .index_mode_body .mode_box {
  position: relative;
  margin-top: 73px;
  margin-bottom: 50px;
}
.index_mode .index_mode_body .mode_box .swiper-button-prev {
  left: -37px;
  right: auto;
}
.index_mode .index_mode_body .mode_box .swiper-button-next {
  right: -37px;
  left: auto;
}
.index_mode .index_mode_body .inbox {
  display: block;
  position: relative;
  background: url(../images/index_modebg.png) no-repeat;
  background-size: contain;
  padding: 104px 53px 76px;
  text-align: center;
}
.index_mode .index_mode_body .inbox .tt {
  font-weight: 500;
  font-size: 37px;
  color: #1F2329;
  line-height: 52px;
  margin-bottom: 13px;
}
.index_mode .index_mode_body .inbox .p {
  font-weight: 400;
  font-size: 21px;
  color: #646A73;
  line-height: 2em;
  height: 4em;
  overflow: hidden;
}
.index_mode .index_mode_body .inbox img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 75%;
}
.index_mode .index_mode_body .more_btn {
  display: block;
  width: 333px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  background: #0660B8;
  border-radius: 80px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 24px;
  margin: 50px auto 0;
}
.swiper-button-prev,
.swiper-button-next {
  width: 74px !important;
  height: 74px !important;
  background: #0660B8;
  border-radius: 50%;
  margin-top: -37px !important;
  color: #FFFFFF !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 29px !important;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  background: rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important;
}
.index_friend {
  padding: 77px 0;
}
.index_friend .index_friend_body .ul {
  margin: -10px;
}
.index_friend .index_friend_body .item {
  padding: 10px;
  float: left;
  width: 20%;
}
.index_friend .index_friend_body .item .inbox {
  border: 1px solid #F3F5FB;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_friend .index_friend_body .item .inbox img {
  display: block;
  max-width: 80%;
  max-height: 60%;
}
.index_href {
  margin-bottom: 96px;
}
.index_href .index_href_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_href .index_href_body .item {
  width: 48%;
  display: block;
}
.index_href .index_href_body .item img {
  display: block;
  width: 100%;
}
.common_window {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 1px 13px 0px rgba(18, 18, 18, 0.1);
  border-radius: 13px;
  overflow: hidden;
  width: 133px;
  z-index: 1000;
}
.common_window .title {
  background: #0660B8;
  border-radius: 0 0 0 0;
  text-align: center;
  padding: 15px 0 9px;
  font-weight: 600;
  font-size: 32px;
  color: #FDFDFD;
  line-height: 45px;
  letter-spacing: 1px;
}
.common_window .ul {
  padding: 0 32px;
  background: #FFFFFF;
}
.common_window .ul .item {
  padding: 26px 0;
  border-top: 1px solid #0660B8;
  cursor: pointer;
}
.common_window .ul .item .inbox {
  height: 67px;
  background: url(../images/icon_wechat.png) no-repeat;
  background-size: 67px 67px;
  background-position: center center;
}
.common_window .ul .item:first-child {
  border-top: 0;
}
.common_window .ul .item:nth-child(2) .inbox {
  background: url(../images/icon_phone.png) no-repeat;
  background-size: 67px 67px;
  background-position: center center;
}
.common_window .ul .item:nth-child(3) .inbox {
  background: url(../images/icon_kefu.png) no-repeat;
  background-size: 67px 67px;
  background-position: center center;
}
.common_window .ul .item:nth-child(4) .inbox {
  background: url(../images/icon_top.png) no-repeat;
  background-size: 67px 67px;
  background-position: center center;
}
.banner_in {
  position: relative;
}
.banner_in img {
  display: block;
  width: 100%;
}
.banner_in .banner_word {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #FFFFFF;
  padding: 0 15px;
}
.banner_in .banner_word .title {
  font-weight: 700;
  font-size: 43px;
  color: #FFFFFF;
  line-height: 56px;
  text-shadow: 0px 5px 13px rgba(0, 0, 0, 0.3);
}
.banner_in .banner_word .p {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
  text-shadow: 0px 5px 13px #000000;
  margin-top: 28px;
}
.banner_in .banner_word .btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.banner_in .banner_word .btn_box .btn {
  height: 64px;
  line-height: 64px;
  text-align: center;
  background: #0660B8;
  border-radius: 91px;
  padding: 0 30px;
  margin: 0 22px;
  font-weight: 500;
  font-size: 21px;
  color: #FFFFFF;
  transition: all 0.3s;
}
.ear_brand {
  padding: 76px 0 72px;
  background: url(../images/bg_01.png) #F8F9FD no-repeat;
  background-size: 100%;
  background-position: right bottom;
}
.ear_brand .ear_brand_body .tab_head {
  display: flex;
  justify-content: center;
  margin-bottom: 37px;
}
.ear_brand .ear_brand_body .tab_head .item {
  border-radius: 27px 27px 27px 27px;
  border: 1px solid #DCDCDC;
  height: 53px;
  line-height: 51px;
  padding: 0 32px;
  margin: 0 13px;
  font-weight: 400;
  font-size: 21px;
  color: #1F2329;
}
.ear_brand .ear_brand_body .tab_head .item.on {
  background: #0660B8;
  color: #FFFFFF;
}
.ear_brand .ear_brand_body .content {
  display: none;
}
.ear_brand .ear_brand_body .content.show {
  display: block;
}
.ear_brand .ear_brand_body .ear_tab_con .li {
  margin-top: 44px;
}
.ear_brand .ear_brand_body .ear_tab_con .tt {
  font-weight: 600;
  font-size: 21px;
  color: #1F2329;
  line-height: 2em;
  text-align: justify;
}
.ear_brand .ear_brand_body .ear_tab_con .p {
  font-weight: 400;
  font-size: 21px;
  color: #646A73;
  line-height: 2em;
}
.ear_form {
  padding: 63px 0;
}
.ear_form .ear_form_body .item {
  background: #EEF0F6;
  margin-top: 45px;
  padding-left: 56%;
  position: relative;
}
.ear_form .ear_form_body .item .word_box {
  width: 56%;
  padding: 53px 40px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ear_form .ear_form_body .item .word_box .con {
  position: relative;
  height: 100%;
}
.ear_form .ear_form_body .item .word_box .name {
  font-weight: 500;
  font-size: 43px;
  color: #333333;
  line-height: 1.4em;
}
.ear_form .ear_form_body .item .word_box .tag {
  font-weight: 500;
  font-size: 24px;
  color: #0660B8;
  line-height: 1.4em;
  margin: 20px 0;
}
.ear_form .ear_form_body .item .word_box .word {
  font-weight: 400;
  font-size: 21px;
  color: #646A73;
  line-height: 2em;
}
.ear_form .ear_form_body .item .word_box .btn {
  width: 171px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  background: #0660B8;
  border-radius: 85px;
  font-weight: 400;
  font-size: 21px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ear_form .ear_form_body .item .img_box {
  width: 100%;
  overflow: hidden;
}
.ear_form .ear_form_body .item .img_box img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.ear_form .ear_form_body .item:nth-child(even) {
  padding-left: 0;
  padding-right: 56%;
}
.ear_form .ear_form_body .item:nth-child(even) .word_box {
  left: auto;
  right: 0;
}
.ear_think {
  padding: 61px 0 72px;
  background: url(../images/bg03.png) #EEF0F6 no-repeat;
  background-position: center bottom;
}
.ear_think .ear_title {
  text-align: center;
  font-weight: 600;
  font-size: 37px;
  color: #1F2329;
  line-height: 1.4em;
  margin-bottom: 72px;
}
.ear_think .ear_think_body {
  padding-left: 5.5%;
  overflow: hidden;
}
.ear_think .ear_think_body .ear_swiper {
  position: relative;
}
.ear_think .ear_think_body .ear_swiper .bg {
  width: 28%;
  height: 100%;
  position: absolute;
  right: -14%;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.9) 40%, #FFFFFF 100%);
  z-index: 9;
}
.ear_think .ear_think_body .ear_swiper .swiper-button-prev {
  left: -37px;
  right: auto;
}
.ear_think .ear_think_body .ear_swiper .swiper-button-next {
  right: calc(5.5% - 37px);
  left: auto;
}
.ear_think .ear_think_body .ear_swiper .swiper-slide {
  border-radius: 8px;
}
.ear_think .ear_think_body .ear_swiper .inbox {
  padding: 32px 27px;
  text-align: left;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s;
}
.ear_think .ear_think_body .ear_swiper .inbox .tt {
  font-weight: 600;
  font-size: 27px;
  color: #1F2329;
  line-height: 1.3em;
  display: flex;
  align-items: center;
}
.ear_think .ear_think_body .ear_swiper .inbox .tt .circle {
  position: relative;
  width: 19px;
  height: 19px;
  background: #0660B8;
  border-radius: 50%;
  margin-right: 17px;
  transition: all 0.3s;
}
.ear_think .ear_think_body .ear_swiper .inbox .tt .circle::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(231, 245, 255, 0.7);
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 0;
  backdrop-filter: blur(2px);
}
.ear_think .ear_think_body .ear_swiper .inbox .p {
  font-weight: 600;
  font-size: 21px;
  color: #333333;
  line-height: 1.4em;
  margin: 29px 0 23px;
  height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ear_think .ear_think_body .ear_swiper .inbox .con {
  height: 6em;
  font-weight: 400;
  font-size: 19px;
  color: #646A73;
  line-height: 1.5em;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.ear_think .ear_think_body .ear_swiper .inbox .btn_detail {
  display: block;
  width: 133px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  border-radius: 72px 72px 72px 72px;
  border: 1px solid #DCDCDC;
  font-weight: 400;
  font-size: 19px;
  color: #666666;
  margin-top: 25px;
  transition: all 0.3s;
}
.ear_invitation {
  padding: 60px 0 0;
}
.ear_invitation .ear_invitation_body {
  background: url(../images/bg02.png) no-repeat;
  background-position: center bottom;
  background-size: 62%;
}
.ear_invitation .ear_title {
  text-align: center;
  font-weight: 600;
  font-size: 37px;
  color: #1F2329;
  line-height: 1.4em;
}
.ear_invitation .ear_p {
  text-align: center;
  font-weight: 400;
  font-size: 21px;
  color: #646A73;
  line-height: 2em;
  margin: 20px 0 45px;
}
.ear_invitation .ear_invitation_ul .ear_invit_left,
.ear_invitation .ear_invitation_ul .ear_invit_right {
  width: 50%;
  float: left;
}
.ear_invitation .ear_invitation_ul .item {
  width: 430px;
  font-weight: 400;
  font-size: 19px;
  color: #1F2329;
  line-height: 2em;
  margin-bottom: 50px;
  transition: all 0.3s;
  position: relative;
}
.ear_invitation .ear_invitation_ul .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s;
  background: url(../images/ear_bg01.png) no-repeat;
  background-size: 100% 100%;
}
.ear_invitation .ear_invitation_ul .item .inbox {
  position: relative;
  z-index: 10;
}
.ear_invitation .ear_invitation_ul .ear_invit_left .item {
  padding: 19px 27px 19px 19px;
}
.ear_invitation .ear_invitation_ul .ear_invit_left .item:nth-child(1) {
  margin-left: 20%;
}
.ear_invitation .ear_invitation_ul .ear_invit_left .item:nth-child(2) {
  margin-left: 10%;
}
.ear_invitation .ear_invitation_ul .ear_invit_right .item {
  padding: 19px 19px 19px 27px;
  margin-left: auto;
  width: 500px;
}
.ear_invitation .ear_invitation_ul .ear_invit_right .item:nth-child(1) {
  margin-right: 20%;
}
.ear_invitation .ear_invitation_ul .ear_invit_right .item:nth-child(2) {
  margin-right: 10%;
}
.ear_invitation .ear_invitation_ul .ear_invit_right .item .bg {
  transform: scaleX(-1);
}
.ear_value {
  background: #F8F9FA;
  padding: 44px 0 60px;
}
.ear_value .ear_value_body {
  background: url(../images/bg04.png) #fff no-repeat;
  background-position: center bottom;
  background-size: 100%;
  box-shadow: 0px 13px 44px 0px rgba(0, 82, 217, 0.0676);
  border-radius: 27px;
  padding: 52px;
}
.ear_value .ear_value_body .public_title {
  margin-bottom: 20px;
}
.ear_value .ear_value_body .ear_value_desc {
  font-weight: 400;
  font-size: 27px;
  color: #1F2329;
  line-height: 2em;
  padding-bottom: 40px;
  border-bottom: 1px solid #DEE0E3;
  margin-bottom: 48px;
}
.ear_value .ear_value_body .value_box .img {
  width: 25%;
  float: left;
  border-radius: 28px;
  overflow: hidden;
}
.ear_value .ear_value_body .value_box .img img {
  display: block;
  width: 100%;
}
.ear_value .ear_value_body .value_box .word {
  position: relative;
  float: right;
  width: 72%;
  font-size: 21px;
  line-height: 2em;
  font-weight: 400;
  overflow: hidden;
}
.ear_value .ear_value_body .value_box .word .content {
  color: #646A73;
  text-align: justify;
}
.ear_value .ear_value_body .value_box .word .content strong {
  color: #1F2329;
}
.ear_value .ear_value_body .value_box .word .expend {
  height: auto !important;
  overflow: visible !important;
}
.ear_value .ear_value_body .value_box .word .btn_open_more {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #0660B8;
  background: #d5eeff;
  cursor: pointer;
  padding-left: 7px;
}
.announcement_blcok {
  position: relative;
}
.announcement_blcok img {
  display: block;
  width: 100%;
}
.announcement_blcok .content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.announcement_blcok .content .title {
  font-weight: 600;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 52px;
}
.announcement_blcok .content .btn_box {
  display: flex;
  margin-top: 40px;
  align-items: center;
  justify-content: center;
}
.announcement_blcok .content .btn_open {
  height: 64px;
  line-height: 64px;
  padding: 0 30px;
  text-align: center;
  border-radius: 91px;
  font-weight: 500;
  font-size: 21px;
  margin: 0 20px;
  cursor: pointer;
  color: #FFFFFF;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.modal_block {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1004;
  display: none;
}
.modal_block .modal_body {
  position: absolute;
  width: 72%;
  top: 50%;
  left: 14%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 11px;
  max-height: 88%;
  overflow-y: auto;
}
.modal_block .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 32px;
  color: #1F2329;
  line-height: 45px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 68px;
}
.modal_block .title .btn_close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #747474;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.modal_block .modal_con {
  padding: 53px 67px;
}
.modal_block .think_detail_box .content .con_left {
  float: left;
  width: 51%;
}
.modal_block .think_detail_box .content .con_left .tag {
  font-weight: 500;
  font-size: 24px;
  color: #0660B8;
  line-height: 33px;
  margin-bottom: 32px;
}
.modal_block .think_detail_box .content .con_left .word {
  font-weight: 400;
  font-size: 21px;
  color: #646A73;
  line-height: 40px;
  letter-spacing: 1px;
}
.modal_block .think_detail_box .content .con_right {
  float: right;
  width: 44%;
}
.modal_block .think_detail_box .content .con_right img {
  display: block;
  width: 100%;
}
.modal_block .consulting_content .group {
  margin: -20px -14px;
}
.modal_block .consulting_content .item {
  float: left;
  width: 50%;
  padding: 20px 14px;
}
.modal_block .consulting_content .item .tt {
  font-weight: 400;
  font-size: 21px;
  color: #333333;
  line-height: 1.4em;
}
.modal_block .consulting_content .item i {
  color: #F24236;
  margin-right: 8px;
}
.modal_block .consulting_content .item .input_box {
  height: 61px;
  padding: 0 10px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  margin-top: 5px;
  line-height: 59px;
}
.modal_block .consulting_content .item .input_box .input {
  display: block;
  width: 100%;
  height: 100%;
  appearance: none;
  font-size: 19px;
  border: 0;
}
.modal_block .consulting_content .item .input_box textarea {
  min-height: 170px;
}
.modal_block .consulting_content .item.sp_item {
  width: 100%;
}
.modal_block .consulting_content .item.sp_item .input_box {
  height: auto;
  min-height: 195px;
}
.modal_block .consulting_content .btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.modal_block .consulting_content .btn_box .btn_submit {
  width: 50%;
  height: 67px;
  line-height: 67px;
  text-align: center;
  background: #0660B8;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  border-radius: 85px;
  border: 0;
  outline: none;
}
.modal_block.shidaiWindow .think_detail_box {
  display: none;
}
.modal_block.shidaiWindow .think_detail_box.show {
  display: block;
}
.bread_block .bread_body {
  display: flex;
  font-weight: 400;
  font-size: 19px;
  color: #333333;
  line-height: 27px;
  padding: 28px 0 38px;
  border-bottom: 3px solid #F2F2F2;
}
.bread_block .bread_body .icon {
  width: 27px;
  height: 27px;
  background: url(../images/icon_home.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 17px;
}
.bread_block .bread_body em {
  margin: 0 5px;
}
.detail_block {
  padding: 27px 0 115px;
}
.detail_block .detail_title {
  text-align: center;
  padding-bottom: 53px;
  border-bottom: 1px solid #0660B8;
  position: relative;
}
.detail_block .detail_title .title {
  font-weight: 600;
  font-size: 43px;
  color: #0660B8;
  line-height: 1.5em;
}
.detail_block .detail_title .info {
  font-weight: 400;
  font-size: 21px;
  color: #98A4B7;
  line-height: 1.8em;
  margin-top: 16px;
}
.detail_block .detail_title .info span {
  margin: 0 20px;
}
.detail_block .detail_title::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #0660B8;
  position: absolute;
  bottom: 8px;
  left: 0;
}
.detail_block .detail_content {
  font-weight: 400;
  font-size: 21px;
  color: #646A73;
  line-height: 2.4em;
  text-align: justify;
  margin: 53px 0;
}
.detail_block .detail_share {
  display: flex;
  align-items: center;
}
.detail_block .detail_share .tt {
  font-weight: 400;
  font-size: 21px;
  color: #666666;
  line-height: 29px;
  margin-right: 10px;
}
.detail_block .detail_share .bdsharebuttonbox a {
  margin: 0 30px 0 0;
}
.detail_block .detail_share .bdsharebuttonbox .bds_sqq {
  width: 19px;
  height: 22px;
  background: url(../images/icon_share_qq.png) no-repeat;
  background-size: 100% 100%;
}
.detail_block .detail_share .bdsharebuttonbox .bds_weixin {
  width: 27px;
  height: 22px;
  background: url(../images/icon_share_wx.png) no-repeat;
  background-size: 100% 100%;
}
.detail_block .detail_share .bdsharebuttonbox .bds_qzone {
  width: 22px;
  height: 22px;
  background: url(../images/icon_share_circle.png) no-repeat;
  background-size: 100% 100%;
}
.detail_block .detail_share .bdsharebuttonbox .bds_tsina {
  width: 26px;
  height: 22px;
  background: url(../images/icon_share_wb.png) no-repeat;
  background-size: 100% 100%;
}
.detail_block .detail_download .btn_download {
  display: block;
  width: 267px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  background: #0660B8;
  border-radius: 91px;
  font-weight: 500;
  font-size: 21px;
  color: #FFFFFF;
  margin: 0 auto;
}
.pattern_manifesto {
  padding: 76px 0 100px;
}
.pattern_manifesto .pattern_title {
  text-align: center;
  font-weight: 600;
  font-size: 37px;
  color: #1F2329;
  line-height: 1.4em;
}
.pattern_manifesto .pattern_p {
  text-align: center;
  font-weight: 400;
  font-size: 21px;
  color: #646A73;
  line-height: 2em;
  margin: 20px 0 45px;
}
.pattern_manifesto .pattern_manifesto_body {
  padding-top: 30px;
}
.pattern_manifesto .pattern_manifesto_body .item {
  float: left;
  width: 33.333%;
  padding: 0 10px;
  text-align: center;
}
.pattern_manifesto .pattern_manifesto_body .item img {
  max-width: 213px;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}
.pattern_manifesto .pattern_manifesto_body .item .title {
  font-weight: 500;
  font-size: 27px;
  color: #1F2329;
  line-height: 1.4em;
  margin: 7px 0 13px;
}
.pattern_manifesto .pattern_manifesto_body .item .p {
  font-weight: 400;
  font-size: 21px;
  color: #98A4B7;
  line-height: 1.4em;
}
.pattern_engine {
  background: url(../images/index_bg03.png) no-repeat;
  background-size: contain;
  padding: 27px 0 64px;
}
.pattern_engine .pattern_engine_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
.pattern_engine .pattern_engine_body .img {
  width: 56%;
  position: relative;
}
.pattern_engine .pattern_engine_body .img img {
  display: block;
  width: 100%;
}
.pattern_engine .pattern_engine_body .img .item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(141deg, #0185E7 0%, #1460C7 100%);
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s;
}
.pattern_engine .pattern_engine_body .img .item .inbox {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  font-weight: 500;
  font-size: 19px;
}
.pattern_engine .pattern_engine_body .img .item .inbox .tt {
  font-size: 12px;
  margin-top: 5px;
}
.pattern_engine .pattern_engine_body .img .item:nth-child(1) {
  width: 180px;
  height: 180px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.pattern_engine .pattern_engine_body .img .item:nth-child(1) .inbox {
  font-size: 32px;
}
.pattern_engine .pattern_engine_body .img .item:nth-child(1) .inbox .tt {
  font-size: 21px;
  margin-top: 9px;
}
.pattern_engine .pattern_engine_body .img .item:nth-child(2) {
  width: 120px;
  height: 120px;
  top: -16%;
  left: 56%;
}
.pattern_engine .pattern_engine_body .img .item:nth-child(3) {
  width: 116px;
  height: 116px;
  top: 19%;
  left: 11%;
}
.pattern_engine .pattern_engine_body .img .item:nth-child(4) {
  width: 116px;
  height: 116px;
  top: 25%;
  right: 13%;
}
.pattern_engine .pattern_engine_body .img .item:nth-child(5) {
  width: 120px;
  height: 120px;
  bottom: -2%;
  left: 11%;
}
.pattern_engine .pattern_engine_body .img .item:nth-child(6) {
  width: 120px;
  height: 120px;
  bottom: -12%;
  left: 50%;
  transform: translateX(-50%);
}
.pattern_engine .pattern_engine_body .img .item.on {
  background: #fff;
  border: 7px solid #0660B8;
}
.pattern_engine .pattern_engine_body .img .item.on .inbox {
  color: #0660B8;
}
.pattern_engine .pattern_engine_body .word {
  width: 40%;
}
.pattern_engine .pattern_engine_body .word .content {
  display: none;
}
.pattern_engine .pattern_engine_body .word .content.show {
  display: block;
}
.pattern_engine .pattern_engine_body .word .title {
  font-weight: 500;
  font-size: 37px;
  color: #1F2329;
  line-height: 1.4em;
}
.pattern_engine .pattern_engine_body .word .desc {
  font-weight: 400;
  font-size: 21px;
  color: #646A73;
  line-height: 2em;
  text-align: justify;
  margin-top: 27px;
}
.pattern_proof {
  padding: 76px 0 68px;
  background: #EEF0F6;
}
.pattern_proof .pattern_proof_body .circle {
  position: relative;
  width: 19px;
  height: 19px;
  background: #0660B8;
  border-radius: 50%;
  margin-right: 13px;
  transition: all 0.3s;
  flex-shrink: 0;
}
.pattern_proof .pattern_proof_body .circle::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(231, 245, 255, 0.7);
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 0;
  backdrop-filter: blur(2px);
}
.pattern_proof .pattern_proof_body .img_box {
  overflow: hidden;
  border-radius: 8px;
}
.pattern_proof .pattern_proof_body .img {
  display: block;
  width: 100%;
  border-radius: 8px;
  transition: all 0.3s;
}
.pattern_proof .pattern_proof_body .con {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  display: flex;
  padding: 21px 19px;
}
.pattern_proof .pattern_proof_body .rank_first {
  position: relative;
  margin-bottom: 40px;
}
.pattern_proof .pattern_proof_body .rank_first .circle {
  width: 24px;
  height: 24px;
  margin-top: 10px;
  margin-right: 32px;
}
.pattern_proof .pattern_proof_body .rank_first .con {
  padding: 0 69px 113px 69px;
}
.pattern_proof .pattern_proof_body .rank_first .con .title {
  font-weight: 400;
  font-size: 21px;
  line-height: 45px;
}
.pattern_proof .pattern_proof_body .rank_first .con .title .name {
  font-weight: 600;
  font-size: 32px;
  color: #FFFFFF;
  margin-right: 20px;
}
.pattern_proof .pattern_proof_body .rank_first .con .p {
  font-weight: 400;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 1.4em;
  margin-top: 23px;
}
.pattern_proof .pattern_proof_body .proof_swiper {
  position: relative;
}
.pattern_proof .pattern_proof_body .proof_swiper .swiper-button-next {
  right: -37px;
}
.pattern_proof .pattern_proof_body .proof_swiper .swiper-button-prev {
  left: -37px;
}
.pattern_proof .pattern_proof_body .proof_swiper .swiper-slide {
  background: transparent;
}
.pattern_proof .pattern_proof_body .proof_swiper .inbox {
  transition: all 0.3s;
}
.pattern_proof .pattern_proof_body .proof_swiper .circle {
  margin-top: 7px;
}
.pattern_proof .pattern_proof_body .proof_swiper .con {
  text-align: left;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 0 0 8px 8px;
}
.pattern_proof .pattern_proof_body .proof_swiper .con .title {
  font-weight: 400;
  font-size: 21px;
  line-height: 33px;
}
.pattern_proof .pattern_proof_body .proof_swiper .con .title .name {
  font-weight: 600;
  font-size: 24px;
  margin-right: 15px;
}
.pattern_proof .pattern_proof_body .proof_swiper .con .p {
  font-weight: 400;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5em;
}
.ann_margin {
  margin: 43px 0 48px;
}
.governance_who {
  padding: 76px 0 67px;
}
.governance_who .governance_who_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.governance_who .governance_who_body .img_box {
  width: 49%;
}
.governance_who .governance_who_body .img_box img {
  display: block;
  width: 100%;
}
.governance_who .governance_who_body .word {
  width: 48%;
  font-weight: 400;
  font-size: 32px;
  color: #1F2329;
  line-height: 2em;
  text-align: justify;
}
.governance_why {
  background: #EEF0F6;
  padding: 50px 0 77px;
}
.governance_why .why_title {
  font-weight: 400;
  font-size: 27px;
  color: #1F2329;
  line-height: 2em;
  margin: -20px 0 48px;
}
.governance_why .governance_why_body {
  display: flex;
  justify-content: space-between;
}
.governance_why .governance_why_body .item {
  width: 49%;
}
.governance_why .governance_why_body .item img {
  display: block;
  width: 100%;
}
.governance_reason {
  padding: 64px 0 20px;
}
.governance_reason .governance_reason_body .reason_title {
  font-weight: 600;
  font-size: 37px;
  color: #1F2329;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 56px;
}
.governance_reason .governance_reason_body .title {
  font-weight: 500;
  font-size: 32px;
  color: #1F2329;
  line-height: 1.5em;
  margin: 40px 0 20px;
}
.governance_reason .governance_reason_body .p {
  font-weight: 400;
  font-size: 21px;
  color: #98A4B7;
  line-height: 1.4em;
}
.governance_reason .governance_reason_body .stone_ul {
  margin-bottom: 53px;
}
.governance_reason .governance_reason_body .stone_ul .item {
  float: left;
  width: 33.333%;
  padding: 0 17px;
}
.governance_reason .governance_reason_body .stone_ul .inbox {
  display: block;
  width: 100%;
  border: 1px solid rgba(222, 224, 227, 0.8);
  padding: 27px 10px 55px;
  text-align: center;
  border-radius: 11px;
}
.governance_reason .governance_reason_body .stone_ul .inbox .img_box {
  text-align: center;
}
.governance_reason .governance_reason_body .stone_ul .inbox .img_box img {
  height: 133px;
  margin: 0 auto;
  display: block;
  transition: all 0.3s;
}
.governance_reason .governance_reason_body .oath_ul {
  border-radius: 11px;
  border: 1px solid #DEE0E3;
}
.governance_reason .governance_reason_body .oath_ul .item {
  float: left;
  width: 25%;
  padding: 55px 0;
  text-align: center;
  border-top: 1px solid #DEE0E3;
  border-left: 1px solid #DEE0E3;
}
.governance_reason .governance_reason_body .oath_ul .item .img_box {
  height: 115px;
}
.governance_reason .governance_reason_body .oath_ul .item .img_box img {
  display: block;
  margin: 0 auto;
  height: 100%;
  transition: all 0.3s;
}
.governance_reason .governance_reason_body .oath_ul .item:nth-child(4n + 1) {
  border-left: none;
}
.governance_reason .governance_reason_body .oath_ul .item:nth-child(-n + 4) {
  border-top: none;
}
.governance_recognize {
  background: url(../images/index_bg03.png) no-repeat;
  background-size: contain;
  padding: 77px 0 64px;
  overflow: hidden;
}
.governance_recognize .governance_recognize_body {
  display: flex;
  justify-content: space-between;
}
.governance_recognize .governance_recognize_body .img {
  width: 23%;
}
.governance_recognize .governance_recognize_body .img img {
  display: block;
  width: 100%;
  border-radius: 28px;
}
.governance_recognize .governance_recognize_body .img .name {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #1F2329;
  line-height: 1.4em;
  margin-top: 33px;
}
.governance_recognize .governance_recognize_body .con {
  width: 74%;
  position: relative;
}
.governance_recognize .governance_recognize_body .con .bg {
  background: url(../images/zls_img16.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 624px;
  height: 624px;
  position: absolute;
  right: -9%;
  top: 50%;
  transform: translateY(-50%);
}
.governance_recognize .governance_recognize_body .con .name {
  font-weight: 600;
  font-size: 37px;
  color: #1F2329;
  line-height: 1.8em;
  margin-bottom: 24px;
}
.governance_recognize .governance_recognize_body .con .tag,
.governance_recognize .governance_recognize_body .con .tt {
  font-weight: 600;
  font-size: 21px;
  color: #1F2329;
  line-height: 2em;
}
.governance_recognize .governance_recognize_body .con .word {
  font-weight: 400;
  color: #646A73;
  font-size: 21px;
  line-height: 2em;
}
.governance_hero {
  background: url(../images/zls_img17.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0 96px;
}
.governance_hero .hero_title {
  text-align: center;
  font-weight: 600;
  font-size: 37px;
  color: #1F2329;
  line-height: 1.5em;
}
.governance_hero .hero_p {
  text-align: center;
  font-weight: 400;
  font-size: 27px;
  color: #1F2329;
  line-height: 1.4em;
  margin: 20px 0 57px;
}
.governance_hero .governance_hero_body .ul {
  margin: 0 -16px;
}
.governance_hero .governance_hero_body .item {
  float: left;
  width: 25%;
  padding: 0 16px;
}
.governance_hero .governance_hero_body .item .inbox {
  box-shadow: 0px 0px 20px 0px rgba(0, 82, 217, 0.0929);
  padding: 107px 20px 64px;
  background: url(../images/index_modebg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  display: block;
}
.governance_hero .governance_hero_body .item .inbox .title {
  font-weight: 500;
  font-size: 37px;
  color: #1F2329;
  line-height: 1.4em;
  transition: all 0.3s;
}
.governance_hero .governance_hero_body .item .inbox .p {
  font-weight: 400;
  font-size: 21px;
  color: #646A73;
  line-height: 2em;
  height: 4em;
  margin-top: 23px;
}
.governance_become {
  background: url(../images/zls_img18.png) no-repeat;
  background-size: cover;
  padding: 53px 0 80px;
}
.governance_become .public_title {
  color: #fff;
}
.governance_become .become_title {
  text-align: center;
  font-weight: 600;
  font-size: 37px;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 55px;
}
.governance_become .ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.governance_become .ul .item {
  width: 24%;
  text-align: left;
  color: #fff;
}
.governance_become .ul .item .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5em;
  height: 3em;
  padding-right: 15%;
}
.governance_become .ul .item .p {
  font-weight: 400;
  font-size: 21px;
  color: #D2D4D9;
  line-height: 1.6em;
  margin-top: 20px;
}
.governance_hall {
  padding: 67px 0 76px;
}
.governance_hall .ul {
  margin: 0 -16px;
}
.governance_hall .ul .item {
  float: left;
  width: 25%;
  padding: 0 16px;
}
.governance_hall .ul .item .inbox {
  display: block;
  background: linear-gradient(180deg, #F4F6F8 0%, #FDFDFE 100%);
  box-shadow: 0px 5px 21px 0px rgba(0, 82, 217, 0.0797);
  border-radius: 11px;
  overflow: hidden;
}
.governance_hall .ul .item .inbox img {
  display: block;
  width: 100%;
}
.governance_hall .ul .item .inbox .word {
  border: 5px solid #FFFFFF;
  padding: 21px 4px 27px 12px;
}
.governance_hall .ul .item .inbox .word .name {
  font-weight: 500;
  font-size: 32px;
  color: #1F2329;
  line-height: 1.5em;
}
.governance_hall .ul .item .inbox .word .tag,
.governance_hall .ul .item .inbox .word .en {
  font-weight: 400;
  font-size: 19px;
  color: #646A73;
  line-height: 1.5em;
  margin: 13px 0;
}
.governance_hall .ul .item .inbox .word .en {
  color: #98A4B7;
  height: 3em;
}
.governance_system {
  padding: 0 0 72px;
}
.governance_system .governance_system_body {
  padding-left: 5.5%;
  overflow: hidden;
}
.governance_system .governance_system_body .system_swiper {
  position: relative;
}
.governance_system .governance_system_body .system_swiper .bg {
  width: 28%;
  height: 100%;
  position: absolute;
  right: -14%;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.9) 40%, #FFFFFF 100%);
  z-index: 9;
}
.governance_system .governance_system_body .system_swiper .swiper-button-prev {
  left: -37px;
  right: auto;
}
.governance_system .governance_system_body .system_swiper .swiper-button-next {
  right: calc(5.5% - 37px);
  left: auto;
}
.governance_system .governance_system_body .inbox {
  text-align: left;
  background: #fff;
}
.governance_system .governance_system_body .inbox .icon {
  height: 96px;
}
.governance_system .governance_system_body .inbox .icon img {
  display: block;
  height: 100%;
  width: auto;
}
.governance_system .governance_system_body .inbox .tt {
  font-weight: 600;
  font-size: 24px;
  color: #1F2329;
  line-height: 1.4em;
  margin-top: 27px;
}
.governance_system .governance_system_body .inbox .p {
  margin: 40px 0;
  font-weight: 400;
  font-size: 19px;
  color: #666666;
  line-height: 1.5em;
  height: 3em;
  text-align: justify;
  position: relative;
  padding-left: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s;
}
.governance_system .governance_system_body .inbox .p::before {
  content: '';
  display: block;
  width: 13px;
  height: 48px;
  background: #CCCCCC;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  transition: all 0.3s;
}
.governance_system .governance_system_body .inbox .btn {
  display: block;
  width: 171px;
  height: 59px;
  border-radius: 139px;
  border: 1px solid #F3F3F3;
  line-height: 57px;
  text-align: center;
  font-weight: 400;
  font-size: 21px;
  color: #666666;
  transition: all 0.3s;
}
.governance_register_page {
  background: #ECF4FF;
}
.governance_register_page .register_blcok {
  padding: 57px 54px 100px;
}
.governance_register_page .register_top {
  padding: 41px 0 45px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 11px;
}
.governance_register_page .register_top .title {
  font-weight: 600;
  font-size: 44px;
  color: #0660B8;
  line-height: 1.4em;
}
.governance_register_page .register_top .word {
  font-weight: 400;
  font-size: 19px;
  color: #646A73;
  line-height: 1.9em;
  margin-top: 15px;
}
.governance_register_page .register_top .success_box img {
  display: block;
  width: 108px;
  margin: 75px auto 37px;
}
.governance_register_page .register_top .success_box .btn_download {
  display: block;
  margin: 48px auto 0;
  width: 333px;
  height: 61px;
  line-height: 61px;
  text-align: center;
  background: #0660B8;
  border-radius: 85px;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  border: 0;
  outline: none;
  appearance: none;
}
.governance_register_page .register_form {
  margin-top: 27px;
  background: #fff;
  border-radius: 11px;
  overflow: hidden;
}
.governance_register_page .register_form .register_title {
  height: 69px;
  line-height: 69px;
  padding-left: 27px;
  background: rgba(6, 96, 184, 0.2);
  border-radius: 11px 11px 0px 0px;
  font-weight: 600;
  font-size: 21px;
  color: #1F2329;
}
.governance_register_page .input_box {
  height: 43px;
  line-height: 41px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #DCDCDC;
  padding: 0 11px;
  font-size: 19px;
}
.governance_register_page .input_box .input {
  display: block;
  width: 100%;
  height: 100%;
  appearance: none;
}
.governance_register_page .form_two {
  padding: 43px 27% 10px 0;
}
.governance_register_page .form_two .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.governance_register_page .form_two .item .form_tt {
  width: 20%;
  text-align: right;
  padding-right: 20px;
  line-height: 43px;
  font-weight: 400;
  font-size: 19px;
  color: #1F2329;
}
.governance_register_page .form_two .item .form_tt i {
  font-weight: 400;
  font-size: 19px;
  color: #F24236;
  vertical-align: middle;
  margin-right: 3px;
}
.governance_register_page .form_two .item .input_box {
  flex: 1;
}
.governance_register_page .form_block {
  padding: 47px 100px 20px 127px;
}
.governance_register_page .form_block .item_en {
  margin-bottom: 32px;
}
.governance_register_page .form_block .form_tt {
  position: relative;
  font-weight: 400;
  font-size: 19px;
  color: #1F2329;
  line-height: 29px;
}
.governance_register_page .form_block .form_tt i {
  font-weight: 400;
  font-size: 19px;
  color: #F24236;
  position: absolute;
  left: -27px;
  top: 2px;
}
.governance_register_page .form_block .form_radio_box {
  margin-top: 19px;
}
.governance_register_page .form_block .form_radio_box .item {
  position: relative;
  float: left;
  margin-right: 25px;
  font-weight: 400;
  font-size: 19px;
  color: #646A73;
}
.governance_register_page .form_block .form_radio_box .item .input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.governance_register_page .form_block .form_radio_box .item .label {
  display: flex;
  align-items: center;
}
.governance_register_page .form_block .form_radio_box .item .label .circle {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.6);
  margin-right: 7px;
  position: relative;
}
.governance_register_page .form_block .form_radio_box .item input[type="radio"]:checked + .label .circle {
  border: 1px solid #0660B8;
}
.governance_register_page .form_block .form_radio_box .item input[type="radio"]:checked + .label .circle::before {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #0660B8;
}
.governance_register_page .form_block .input_box {
  margin-top: 23px;
  max-width: 80%;
}
.governance_register_page .register_aggree {
  padding: 0 30px;
  position: relative;
  font-weight: 400;
  font-size: 19px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5em;
  margin: 36px 0 57px;
}
.governance_register_page .register_aggree .input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.governance_register_page .register_aggree .label {
  display: flex;
  align-items: center;
}
.governance_register_page .register_aggree .label .circle {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.6);
  margin-right: 7px;
  position: relative;
}
.governance_register_page .register_aggree input[type="checkbox"]:checked + .label .circle {
  border: 1px solid #0660B8;
}
.governance_register_page .register_aggree input[type="checkbox"]:checked + .label .circle::before {
  content: '';
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0660B8;
}
.governance_register_page .btn_box .btn_submit {
  width: 333px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  background: #0660B8;
  border-radius: 91px;
  font-weight: 400;
  font-size: 21px;
  color: #FFFFFF;
  margin: 0 auto;
  display: block;
  appearance: none;
  border: 0;
  outline: none;
}
.workstation_block {
  padding: 75px 0 0;
}
.workstation_block .workstation_form .form_title {
  font-weight: 600;
  font-size: 37px;
  color: #1F2329;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 67px;
}
.workstation_block .workstation_form .item {
  display: flex;
  margin-bottom: 32px;
}
.workstation_block .workstation_form .item .form_tt {
  width: 20%;
  text-align: right;
  padding-right: 20px;
  line-height: 43px;
  font-weight: 400;
  font-size: 19px;
  color: #1F2329;
}
.workstation_block .workstation_form .item .form_tt i {
  font-weight: 400;
  font-size: 19px;
  color: #F24236;
  vertical-align: middle;
  margin-right: 3px;
}
.workstation_block .workstation_form .item .input_box {
  height: 43px;
  line-height: 41px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #DCDCDC;
  padding: 0 11px;
  font-size: 19px;
  width: 60%;
}
.workstation_block .workstation_form .item .input_box .input {
  display: block;
  width: 100%;
  height: 100%;
  appearance: none;
}
.workstation_block .workstation_form .item .form_radio_box .li {
  position: relative;
  float: left;
  margin-right: 25px;
  font-weight: 400;
  font-size: 19px;
  color: #646A73;
}
.workstation_block .workstation_form .item .form_radio_box .li .input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.workstation_block .workstation_form .item .form_radio_box .li .label {
  display: flex;
  align-items: center;
}
.workstation_block .workstation_form .item .form_radio_box .li .label .circle {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.6);
  margin-right: 7px;
  position: relative;
}
.workstation_block .workstation_form .item .form_radio_box .li input[type="radio"]:checked + .label .circle {
  border: 1px solid #0660B8;
}
.workstation_block .workstation_form .item .form_radio_box .li input[type="radio"]:checked + .label .circle::before {
  content: '';
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0660B8;
}
.workstation_block .workstation_form .item.file_item .form_tt {
  margin-top: 7px;
}
.workstation_block .workstation_form .item .upload_li {
  width: 187px;
  height: 107px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #DCDCDC;
  position: relative;
  float: left;
  margin-right: 49px;
}
.workstation_block .workstation_form .item .upload_li .file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100;
}
.workstation_block .workstation_form .item .upload_li .word {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 19px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -15px;
}
.workstation_block .workstation_form .item .upload_li .icon {
  width: 21px;
  height: 21px;
  background: url(../images/icon_upload.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 11px;
}
.workstation_block .workstation_form .item .tip {
  font-weight: 400;
  font-size: 19px;
  color: #F24236;
  line-height: 29px;
  margin-top: 13px;
  display: block;
  width: 100%;
  float: left;
}
.workstation_block .workstation_form .btn_box {
  width: 60%;
}
.workstation_block .workstation_form .btn_creat {
  width: 333px;
  height: 67px;
  line-height: 67px;
  background: #0660B8;
  border-radius: 91px;
  font-weight: 500;
  font-size: 21px;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  border: 0;
  outline: none;
}
.workstation_block .workstation_con {
  padding: 49px 0 0;
  background: url(../images/bg04.png) no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.workstation_block .workstation_con .workstation_body {
  padding: 0 40px;
}
.workstation_block .workstation_con .item {
  padding: 60px 0;
  border-bottom: 1px solid #DEE0E3;
  font-weight: 400;
  font-size: 32px;
  color: #1F2329;
  line-height: 1.5em;
  text-align: center;
}
.workstation_block .workstation_con .item:last-child {
  border-bottom: 0;
}
.workstation_block .workstation_con p {
  margin: 15px 0;
}
.workstation_block .workstation_con .text_left {
  padding: 0 15%;
  text-align: left;
}
.progress_core {
  padding: 75px 0 68px;
}
.progress_core .core_title {
  font-weight: 600;
  font-size: 37px;
  color: #1F2329;
  line-height: 1.4em;
  text-align: center;
}
.progress_core .core_one {
  margin: 50px -44px 0;
}
.progress_core .core_one .item {
  width: 25%;
  padding: 0 44px;
  float: left;
  position: relative;
}
.progress_core .core_one .item .inbox {
  display: block;
  width: 100%;
  border-radius: 11px;
  overflow: hidden;
}
.progress_core .core_one .item .inbox .img_box {
  overflow: hidden;
}
.progress_core .core_one .item .inbox img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.progress_core .core_one .item .inbox .word {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  background: #0660B8;
}
.progress_core .core_one .item::before {
  content: '';
  display: block;
  width: 52px;
  height: 52px;
  background: url(../images/icon_add.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -26px;
  top: 50%;
  margin-top: -26px;
}
.progress_core .core_one .item:first-child::before {
  display: none;
}
.progress_core .tip {
  height: 60px;
  line-height: 60px;
  background: #0660B8;
  border-radius: 11px;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  width: 50%;
  margin: 25px auto 0;
  text-align: center;
}
.progress_core .core_margin {
  margin: 89px 0 64px;
}
.progress_core .core_p {
  font-weight: 600;
  font-size: 24px;
  color: #1F2329;
  line-height: 40px;
  margin: 16px 0 35px;
  text-align: center;
}
.progress_core .core_two {
  display: flex;
  justify-content: space-between;
}
.progress_core .core_two .item {
  width: 48%;
  text-align: center;
}
.progress_core .core_two .item img {
  display: block;
  width: 100%;
}
.progress_core .core_two .item .title {
  font-weight: 600;
  font-size: 24px;
  color: #1F2329;
  line-height: 33px;
  margin-top: 17px;
}
.progress_core .core_three {
  margin: 50px -16px 0;
}
.progress_core .core_three .item {
  float: left;
  width: 25%;
  padding: 0 16px;
}
.progress_core .core_three .item .inbox {
  height: 140px;
  line-height: 140px;
  text-align: center;
  background: #ECF3FD;
  border-radius: 8px;
  font-weight: 500;
  font-size: 37px;
  color: #1F2329;
  transition: all 0.3s;
}
.progress_file .progress_file_body {
  padding-left: 5.5%;
  overflow: hidden;
}
.progress_file .progress_file_body .file_swiper {
  position: relative;
}
.progress_file .progress_file_body .file_swiper .bg {
  width: 28%;
  height: 100%;
  position: absolute;
  right: -14%;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.9) 40%, #FFFFFF 100%);
  z-index: 9;
}
.progress_file .progress_file_body .file_swiper .swiper-button-prev {
  left: -37px;
  right: auto;
}
.progress_file .progress_file_body .file_swiper .swiper-button-next {
  right: calc(5.5% - 37px);
  left: auto;
}
.progress_file .progress_file_body .file_swiper .swiper-slide {
  border-radius: 8px;
}
.progress_file .progress_file_body .file_swiper .inbox {
  padding: 27px 40px 40px 40px;
  text-align: left;
  background: #fff;
  border-radius: 11px;
  transition: all 0.3s;
  border: 1px solid #DCDCDC;
  background: url(../images/pg_img07.png) no-repeat;
  background-position: right bottom;
  background-size: 55%;
}
.progress_file .progress_file_body .file_swiper .inbox .tt {
  font-weight: 500;
  font-size: 24px;
  color: #1F2329;
  line-height: 1.5em;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.progress_file .progress_file_body .file_swiper .inbox .p {
  font-weight: 400;
  font-size: 19px;
  color: #646A73;
  line-height: 1.5em;
  margin: 17px 0 23px;
  height: 3em;
  overflow: hidden;
}
.progress_file .progress_file_body .file_swiper .inbox .btn_detail {
  display: block;
  width: 133px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  border-radius: 72px 72px 72px 72px;
  border: 1px solid #DCDCDC;
  font-weight: 400;
  font-size: 19px;
  color: #666666;
  transition: all 0.3s;
}
.think_detail_box {
  padding: 53px 67px;
}
.research_work {
  padding: 75px 0 60px;
}
.research_work .tab_head .item {
  float: left;
  height: 67px;
  line-height: 65px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  margin-right: 40px;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  padding: 0 36px;
  cursor: pointer;
}
.research_work .tab_head .item.on {
  background: #0660B8;
  font-weight: 600;
  font-size: 27px;
  color: #FFFFFF;
}
.research_work .tab_content {
  background: url(../images/bg04.png) no-repeat;
  background-position: center bottom;
  background-size: 100%;
  box-shadow: 0px 13px 44px 0px rgba(0, 82, 217, 0.0676);
  border-radius: 27px;
  margin-top: 43px;
}
.research_work .tab_content .content {
  display: none;
  padding: 47px 55px;
}
.research_work .tab_content .content .title {
  font-weight: 600;
  font-size: 37px;
  color: #1F2329;
  line-height: 1.4em;
}
.research_work .tab_content .content .tag {
  font-weight: 600;
  font-size: 21px;
  color: #1F2329;
  line-height: 2em;
  margin-top: 24px;
}
.research_work .tab_content .content .cor {
  font-weight: 600;
  font-size: 21px;
  color: #1F2329;
  line-height: 2em;
}
.research_work .tab_content .content .con {
  font-weight: 400;
  font-size: 21px;
  color: #646A73;
  line-height: 2em;
}
.research_work .tab_content .content .btn_box {
  display: flex;
  margin-top: 36px;
}
.research_work .tab_content .content .btn_box .btn {
  width: 200px;
  height: 53px;
  line-height: 51px;
  text-align: center;
  border-radius: 91px 91px 91px 91px;
  border: 1px solid #0660B8;
  font-weight: 500;
  font-size: 21px;
  color: #0660B8;
  margin-right: 27px;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
}
.research_work .tab_content .content.show {
  display: block;
}
.research_stone .stone_title {
  text-align: center;
  font-weight: 400;
  font-size: 21px;
  color: #1F2329;
  line-height: 2em;
  margin-bottom: 56px;
}
.research_stone .research_stone_body {
  margin: 0 -16px;
}
.research_stone .research_stone_body .item {
  float: left;
  width: 33.333%;
  padding: 0 16px;
}
.research_stone .research_stone_body .item .inbox {
  display: block;
  width: 100%;
  background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
  box-shadow: 0px 13px 16px 5px rgba(6, 96, 184, 0.02);
  border-radius: 11px;
  padding: 21px 21px 31px;
  transition: all 0.3s;
}
.research_stone .research_stone_body .item .inbox .status {
  font-weight: 400;
  font-size: 21px;
  color: #1F2329;
  line-height: 1.7em;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.research_stone .research_stone_body .item .inbox .status .circle {
  position: relative;
  width: 19px;
  height: 19px;
  background: #0660B8;
  border-radius: 50%;
  margin-right: 17px;
  transition: all 0.3s;
}
.research_stone .research_stone_body .item .inbox .status .circle::after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background: rgba(231, 245, 255, 0.7);
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 0;
  backdrop-filter: blur(2px);
  transition: all 0.3s;
}
.research_stone .research_stone_body .item .inbox .title {
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  color: #1F2329;
  line-height: 1.4em;
  margin: 21px 0 28px;
  transition: all 0.3s;
}
.research_stone .research_stone_body .item .inbox .btn {
  cursor: pointer;
  width: 160px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  border-radius: 72px 72px 72px 72px;
  border: 1px solid #DCDCDC;
  font-weight: 400;
  font-size: 19px;
  color: #666666;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}
.research_laboratory {
  margin: 75px 0 50px;
  background: url(../images/yj_bg01.png) no-repeat;
  background-position: right top;
  background-size: 100%;
}
.research_laboratory .laboratory_title {
  font-weight: 500;
  font-size: 27px;
  color: #0660B8;
  line-height: 2em;
  text-align: justify;
  margin-bottom: 29px;
}
.research_laboratory .research_laboratory_body {
  display: flex;
  justify-content: space-between;
}
.research_laboratory .research_laboratory_body .img {
  width: 42%;
}
.research_laboratory .research_laboratory_body .img img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.research_laboratory .research_laboratory_body .word {
  width: 50%;
}
.research_laboratory .research_laboratory_body .word .title {
  font-weight: 500;
  font-size: 43px;
  color: #1F2329;
  line-height: 1.4em;
}
.research_laboratory .research_laboratory_body .word .p {
  font-weight: 400;
  font-size: 27px;
  color: #1F2329;
  line-height: 2em;
  margin: 32px 0 20px;
}
.research_laboratory .research_laboratory_body .word .btn {
  width: 267px;
  height: 53px;
  line-height: 51px;
  text-align: center;
  border-radius: 91px 91px 91px 91px;
  border: 1px solid #0660B8;
  display: block;
  margin-bottom: 27px;
  font-weight: 500;
  font-size: 21px;
  color: #0660B8;
  cursor: pointer;
  transition: all 0.3s;
}
.research_here {
  padding-bottom: 60px;
}
.research_here .research_here_body {
  text-align: center;
}
.research_here .research_here_body .title {
  font-weight: 600;
  font-size: 37px;
  color: #1F2329;
  line-height: 1.5em;
}
.research_here .research_here_body .word {
  font-weight: 400;
  font-size: 27px;
  color: #1F2329;
  line-height: 2em;
  margin: 20px 0 30px;
}
.research_here .research_here_body .btn {
  display: block;
  width: 267px;
  height: 53px;
  line-height: 51px;
  text-align: center;
  background: #0660B8;
  border-radius: 91px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 21px;
  color: #FFFFFF;
}
.view_content {
  font-size: 21px;
  line-height: 2em;
  color: #646A73;
  font-weight: 400;
}
.view_content .tt {
  color: #1F2329;
  font-weight: 500;
}
.resource_core {
  padding: 75px 0 123px;
}
.resource_core .resource_core_body .tab_head {
  display: flex;
  margin-bottom: 50px;
}
.resource_core .resource_core_body .tab_head .item {
  height: 67px;
  line-height: 67px;
  padding: 0 43px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  cursor: pointer;
}
.resource_core .resource_core_body .tab_head .item.on {
  background: #0660B8;
  color: #fff;
}
.resource_core .resource_core_body .ul .item {
  background: linear-gradient(180deg, #F4F6F8 0%, #FDFDFE 100%);
  box-shadow: 0px 5px 21px 0px rgba(0, 82, 217, 0.0797);
  border-radius: 11px 11px 11px 11px;
  border: 5px solid #FFFFFF;
  margin-top: 32px;
  transition: all 0.3s;
}
.resource_core .resource_core_body .ul .item .inbox {
  display: block;
  width: 100%;
  height: 280px;
  position: relative;
  padding-left: 23.4%;
}
.resource_core .resource_core_body .ul .item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 23.4%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}
.resource_core .resource_core_body .ul .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.resource_core .resource_core_body .ul .item .con {
  padding: 57px 32px 0;
  position: relative;
}
.resource_core .resource_core_body .ul .item .con .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.resource_core .resource_core_body .ul .item .con .title .tl {
  font-weight: 500;
  font-size: 32px;
  color: #1F2329;
  line-height: 1.4em;
  transition: all 0.3s;
}
.resource_core .resource_core_body .ul .item .con .title .status {
  width: 153px;
  height: 43px;
  background: #FFFFFF;
  border-radius: 61px 61px 61px 61px;
  border: 1px solid #0660B8;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 19px;
  color: #0660B8;
  justify-content: center;
  transition: all 0.3s;
}
.resource_core .resource_core_body .ul .item .con .title .status .circle {
  position: relative;
  width: 19px;
  height: 19px;
  background: #0660B8;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.3s;
}
.resource_core .resource_core_body .ul .item .con .title .status .circle::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(231, 245, 255, 0.7);
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 0;
  backdrop-filter: blur(2px);
}
.resource_core .resource_core_body .ul .item .con .tag {
  font-weight: 600;
  font-size: 21px;
  color: #333333;
  line-height: 1.4em;
  margin: 23px 0;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.resource_core .resource_core_body .ul .item .con .tag .name {
  height: 37px;
  line-height: 37px;
  background: url(../images/icon_gl.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 49px;
  font-weight: 400;
  font-size: 21px;
  color: #FFFFFF;
  margin-left: 8px;
}
.resource_core .resource_core_body .ul .item .con .p {
  font-weight: 400;
  font-size: 19px;
  color: #646A73;
  line-height: 2em;
  height: 4em;
  transition: all 0.3s;
}
.resource_core .resource_core_body .ul .item .con .icon_right {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  background: url(../images/icon_more_blue.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.resource_core .resource_core_body .ul .item:first-child {
  border: 5px solid #0660B8;
  background: rgba(6, 96, 184, 0.1);
}
.resource_core .resource_core_body .ul .item:first-child .title .tl {
  color: #0660B8;
}
.news_block {
  padding: 75px 0 93px;
}
.news_block .ul {
  margin: 0 -16px 30px;
}
.news_block .ul .item {
  float: left;
  width: 33.333%;
  padding: 16px;
}
.news_block .ul .item .inbox {
  display: block;
  width: 100%;
}
.news_block .ul .item .inbox .img {
  overflow: hidden;
  border-radius: 11px 11px 0 0;
}
.news_block .ul .item .inbox .img img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.news_block .ul .item .inbox .content {
  background: linear-gradient(180deg, #F4F6F8 0%, #FDFDFE 100%);
  box-shadow: 0px 5px 21px 0px rgba(0, 82, 217, 0.0797);
  border-radius: 0px 0px 11px 11px;
  border: 5px solid #FFFFFF;
  padding: 32px;
  transition: all 0.3s;
}
.news_block .ul .item .inbox .content .title {
  font-weight: 500;
  font-size: 32px;
  color: #1F2329;
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
  transition: all 0.3s;
}
.news_block .ul .item .inbox .content .con,
.news_block .ul .item .inbox .content .time {
  font-weight: 400;
  font-size: 19px;
  color: #98A4B7;
  line-height: 1.5em;
  transition: all 0.3s;
}
.news_block .ul .item .inbox .content .con {
  height: 6em;
  overflow: hidden;
  margin: 29px 0 32px;
}
.page_common {
  text-align: center;
}
.personal_block {
  background: #EDF5FF;
}
.login_block {
  padding: 169px 0 60px;
}
.login_block .login_body {
  display: flex;
  justify-content: space-between;
}
.login_block .login_left {
  width: 50%;
}
.login_block .login_left .loginSwiper {
  padding-bottom: 30px;
}
.login_block .login_left .swiper-pagination {
  bottom: 0;
  text-align: left;
}
.login_block .login_left .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #BBCDE2;
  opacity: 1;
}
.login_block .login_left .swiper-pagination-bullet-active {
  width: 80px;
  height: 13px;
  background: #0660B8;
  border-radius: 7px;
}
.login_block .login_left img {
  display: block;
  width: 100%;
}
.login_block .login_left .title {
  font-weight: 600;
  font-size: 37px;
  color: #1F2329;
  line-height: 1.4em;
  margin-top: 20px;
}
.login_block .login_right {
  width: 48%;
}
.login_block .form_block {
  background: #FFFFFF;
  box-shadow: 0px 1px 11px 0px rgba(21, 102, 255, 0.08);
  border-radius: 11px;
  padding: 40px 57px;
}
.login_block .form_block .title_big {
  font-weight: 600;
  font-size: 44px;
  color: #0660B8;
  line-height: 1.4em;
}
.login_block .form_block .title {
  font-weight: 600;
  font-size: 32px;
  color: #333333;
  line-height: 1.4em;
  margin: 10px 0 30px;
}
.login_block .form_block .item {
  margin-bottom: 20px;
}
.login_block .form_block .item .tt {
  font-weight: 400;
  font-size: 21px;
  color: #1F2329;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.login_block .form_block .item .input_box {
  height: 61px;
  line-height: 61px;
  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #CCCCCC;
  padding: 0 15px;
  font-size: 19px;
}
.login_block .form_block .item .input_box .input {
  display: block;
  width: 100%;
  height: 100%;
}
.login_block .form_block .item .code_input {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.login_block .form_block .item .code_input .input_box {
  width: 70%;
}
.login_block .form_block .item .code_input .code {
  width: 28%;
  height: 61px;
  background: #B7B7B7;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #979797;
}
.login_block .form_block .agree_box {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 19px;
  color: #666666;
  line-height: 1.5em;
}
.login_block .form_block .agree_box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
}
.login_block .form_block .agree_box .check {
  border: 1px solid #0073FF;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  flex: 0 0 24px;
  background: url(../images/icon_check.png) no-repeat;
  background-size: 14px 10px;
  background-position: center center;
  margin-right: 10px;
}
.login_block .form_block .agree_box input[type="checkbox"]:checked + .check {
  background-color: #0073FF;
}
.login_block .form_block .btn_box {
  margin-top: 30px;
}
.login_block .form_block .btn_box .btn {
  display: block;
  width: 100%;
  height: 61px;
  font-weight: 600;
  font-size: 24px;
  border-radius: 85px;
  outline: none;
  text-align: center;
  line-height: 61px;
  margin-top: 20px;
}
.login_block .form_block .btn_box .btn_login {
  background: #0660B8;
  color: #fff;
}
.login_block .form_block .btn_box .btn_reg {
  border: 1px solid #0660B8;
  color: #0660B8;
}
.login_block .copy_box {
  margin-top: 40px;
  text-align: center;
  font-weight: 400;
  font-size: 19px;
  color: rgba(19, 84, 207, 0.4);
  line-height: 27px;
}
.login_block .copy_box p {
  margin-top: 15px;
}
.register_page {
  padding: 180px 0 60px;
}
.register_page .register_body {
  background: #FFFFFF;
  box-shadow: 0px 1px 11px 0px rgba(21, 102, 255, 0.08);
  border-radius: 11px;
  padding: 70px 15% 60px;
}
.register_page .register_body .title {
  font-weight: 600;
  font-size: 44px;
  color: #0660B8;
  line-height: 1.4em;
  text-align: center;
}
.register_page .register_body .register_step {
  margin: 50px;
  border: 1px solid #DCDCDC;
}
.register_page .register_body .register_step .item {
  float: left;
  width: 33.333%;
  padding-right: 20px;
  height: 53px;
  line-height: 52px;
  position: relative;
}
.register_page .register_body .register_step .item.on:nth-child(1) {
  background: url(../images/register_bg01.png) no-repeat;
  background-size: 100% 100%;
}
.register_page .register_body .register_step .item.on:nth-child(2) {
  background: url(../images/register_bg02.png) no-repeat;
  background-size: 100% 100%;
}
.register_page .register_body .register_step .item.on:nth-child(3) {
  background: url(../images/register_bg03.png) no-repeat;
  background-size: 100% 100%;
}
.register_page .register_body .register_step .item.on .inbox {
  color: #fff;
}
.register_page .register_body .register_step .item.on .inbox .num {
  border-color: #fff;
  color: #fff;
}
.register_page .register_body .register_step .inbox {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 24px;
  color: #646A73;
}
.register_page .register_body .register_step .inbox .num {
  width: 32px;
  height: 32px;
  border: 1px solid #646A73;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 19px;
  color: #646A73;
  margin-right: 13px;
}
.register_page .register_body .form_block {
  margin-left: -5%;
}
.register_page .register_body .form_block .input_box {
  height: 43px;
  line-height: 41px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #DCDCDC;
  padding: 0 11px;
  font-size: 19px;
}
.register_page .register_body .form_block .input_box .input {
  display: block;
  width: 100%;
  height: 100%;
  appearance: none;
}
.register_page .register_body .form_block .text_input {
  height: 108px;
  line-height: 1.4em;
  padding: 10px;
}
.register_page .register_body .form_block .text_input .input {
  border: 0;
}
.register_page .register_body .form_block .form_tt {
  width: 15%;
  text-align: right;
  padding-right: 10px;
  line-height: 43px;
  font-weight: 400;
  font-size: 19px;
  color: #1F2329;
}
.register_page .register_body .form_block .form_tt i {
  font-weight: 400;
  font-size: 19px;
  color: #F24236;
  vertical-align: middle;
  margin-right: 3px;
}
.register_page .register_body .form_block .form_radio_box .ol {
  position: relative;
  float: left;
  margin-right: 25px;
  font-weight: 400;
  font-size: 19px;
  color: #646A73;
  margin-bottom: 5px;
}
.register_page .register_body .form_block .form_radio_box .ol .input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.register_page .register_body .form_block .form_radio_box .ol .label {
  display: flex;
  align-items: center;
}
.register_page .register_body .form_block .form_radio_box .ol .label .circle {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.6);
  margin-right: 7px;
  position: relative;
}
.register_page .register_body .form_block .form_radio_box .ol input[type="radio"]:checked + .label .circle {
  border: 1px solid #0660B8;
}
.register_page .register_body .form_block .form_radio_box .ol input[type="radio"]:checked + .label .circle::before {
  content: '';
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0660B8;
}
.register_page .register_body .form_block .btn_submit {
  width: 60%;
  height: 61px;
  line-height: 61px;
  text-align: center;
  background: #0660B8;
  border-radius: 85px;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  cursor: pointer;
}
.register_page .register_body .form_block .btn_first_step {
  margin: 40px auto 0 25%;
}
.register_page .register_body .form_block .item {
  margin-bottom: 32px;
}
.register_page .register_body .form_block .first_form .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.register_page .register_body .form_block .first_form .item .input_box,
.register_page .register_body .form_block .first_form .item .form_radio_box {
  flex: 1;
}
.register_page .register_body .form_block .senond_form {
  padding: 20px 0 0 12%;
}
.register_page .register_body .form_block .btn_second_step {
  margin: 40px auto 0 16%;
}
.register_page .register_body .form_block .btn_third_step {
  margin: 20px auto 0 16%;
}
.register_page .register_body .form_block .tip {
  font-weight: 400;
  font-size: 16px;
  color: #F24236;
  line-height: 1.8em;
}
.register_page .register_body .step_first,
.register_page .register_body .step_senond,
.register_page .register_body .step_third {
  display: none;
}
.register_page .register_body .show {
  display: block !important;
}
.register_page .register_body .register_success {
  padding: 129px 0 195px;
  display: none;
}
.register_page .register_body .register_success img {
  display: block;
  width: 108px;
  margin: 0 auto;
}
.register_page .register_body .register_success .word {
  font-weight: 400;
  font-size: 19px;
  color: #646A73;
  line-height: 1.9em;
  text-align: center;
  margin: 40px 0 60px;
}
.register_page .register_body .register_success .btn_download {
  cursor: pointer;
  display: block;
  width: 60%;
  height: 61px;
  line-height: 61px;
  text-align: center;
  background: #0660B8;
  border-radius: 85px;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  margin: 0 auto;
}
.register_page .copy_box {
  margin-top: 150px;
  text-align: center;
  font-weight: 400;
  font-size: 19px;
  color: rgba(19, 84, 207, 0.4);
  line-height: 27px;
}
.register_page .copy_box p {
  margin-top: 15px;
}
