.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 7.5rem;
  height: 1rem;
  padding: 0 0.3rem;
  background: #fff;
}

.nav .logo {
  font-size: 0.34rem;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
}

.nav .logo img {
  width: 50%;
  height: 50%;
}

.nav .nav_btn {
  width: 0.34rem;
  height: 0.34rem;
  background: url(../images/icon_open.png) no-repeat center center;
  background-size: 0.34rem;
}

.nav .nav_btn.selected {
  background-image: url(../images/icon_turnoff.png);
}

.nav_pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.nav_pop .pop_list {
  width: 7.5rem;
  padding: 0 0.3rem 0.3rem;
  margin-top: 1rem;
  background: #0c1687;
  overflow-y: scroll;
}

.nav_pop .pop_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 1.3rem;
  border-bottom: 0.01rem solid #e6e6e6;
}

.nav_pop .pop_list li a {
  margin-right: 0.2rem;
  font-size: 0.3rem;
  color: #fff;
}

.nav_pop .pop_list li a:first-child {
  font-weight: bold;
}

.nav_pop .pop_list a:not(:first-child) {
  font-size: 0.24rem;
}

.nav_pop .pop_list a:last-child li {
  border-bottom: none;
}

.nav_pop .pop_list li img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.2rem;
}

.shutter {
  margin: 1rem auto 0;
}

.top_info {
  padding: .8rem 0 0.5rem;
}

.top_info div {
  margin: 0 auto;
  text-align: center
}

.top_info div.info_one {
  font-size: 0.42rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.42rem;
}

.top_info div.info_two {
  font-size: 0.24rem;
  color: #999999;
  padding-top: 0.2rem;
  line-height: 0.24rem;
}

.load_more a {
  border: 1px solid #cccccc;
  margin: 0 auto;
  display: block;
  width: 2rem;
  height: 0.6rem;
  color: #666666;
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.6rem;
  margin-top: 0.5rem;
}

.load_more a::before {
  content: '';
  width: 0.14rem;
  height: 0.2rem;
  line-height: 0.2rem;
  display: inline-block;
  background-image: url('../images/news_icon_more_movein.png');
  background-size: 0.14rem 0.2rem;
  background-position: center center;
  background-repeat: no-repeat;
  padding-right: 0.3rem;
}

.public_header {
  margin-top: 0.5rem;
}

.public_header .item_header_top {
  font-size: 0.6rem;
  color: #333333;
  line-height: 0.6rem;
  font-weight: bold;
  margin: 0 auto 0.2rem;
  text-align: center;
}

.public_header .item_header_bot {
  margin: 0 auto;
  text-align: center;
  line-height: 0.24rem;
}

.public_header .item_header_bot span {
  font-size: 0.24rem;
  color: #333333;
  font-weight: bold;
}

.courses .courses_item {
  width: 7.5rem;
  padding: 0 1rem;
  box-sizing: border-box;
}

.courses .courses_item a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0 0.3rem;
  border-bottom: 1px solid #e5e5e5;
}

.courses .courses_item a .item_img {
  width: 100%;
  height: 3.12rem;
}

.courses .courses_item a .item_img img {
  width: 100%;
  height: 100%;
}

.courses .courses_item a .item_info {
  width: 100%;
  padding: 0.2rem 0.3rem 0 0.2rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.courses .courses_item a .item_info .info_left div {
  width: 3.8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.courses .courses_item a .item_info .info_left .left_top {
  font-size: 0.3rem;
  color: #000000;
  font-weight: bold;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
}

.courses .courses_item a .item_info .info_left .left_bot {
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.24rem;
}

.courses .courses_item a .item_info .info_right {
  font-size: 0.72rem;
  color: #e6e6e6;
  font-weight: bold;
}

/*******page*********/
/*******page*********/
.page {
  margin: 0.6rem 0 .6rem;
  height: 0.6rem;
  text-align: center;
}

.page .pagination {
  display: inline-block;
}

.page .pagination li {
  float: left;
  padding: 0 0.1rem;
}

.page .pagination li a {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #eee;
  line-height: 0.6rem;
  color: #333;
}

.page .pagination li a.active {
  background: #0c1687;
  color: #fff;
  font-weight: 800;
}

.page .pagination li a.disabled {
  color: #999;
  cursor: not-allowed;
}

.page .pagination li a:not(.disabled):hover {
  background-color: #ddd;
}

.section_three {
  /* width: 6.5rem; */
  margin: 0 auto 1rem;
  padding: 0.5rem 0 0;
}

.section_three .item_top ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_three .item_top ul li .li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.5rem;
  border: 1px solid #fff;
  font-size: 0.24rem;
  color: #666;
  white-space: nowrap;
  padding: 0 0.1rem;
}

.section_three .item_top ul li .selecteds {
  border: 1px solid #0c1687;
  color: #fff;
  background-color: #0c1687;
}

.section_three .item_top ul li .selecteds a {
  color: #fff;
}

.section_three .item_top ul li:not(:last-child) {
  margin-right: 0.47rem;
}

.mob_tskc {
  padding: 0 0.3rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mob_tskc .tskc_list {
  width: 3.3rem;
}

.mob_tskc .tskc_list a {
  display: block;
}

.mob_tskc .tskc_list a img {
  width: 100%;
  border-radius: 0.1rem;
}

.case_style {
  padding: 0 0.4rem;
}

.case_tp {
  margin-top: 0.5rem;
}

.case_style .case_list {
  position: relative;
  width: 100%;
  height: 1.65rem;
  border-radius: 0.1rem;
  background: #f5f5f5;
  display: flex;
  overflow: hidden;
  margin-bottom: 0.3rem;
}

.case_style .case_list img {
  width: 2.5rem;
  height: 1.65rem;
  object-fit: cover;
}

.case_style .case_list .list_right {
  flex: 1;
  padding-left: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.case_style .case_list .list_right p {
  width: 3.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 0.3rem;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* .case_style .case_list .list_right p:last-child {
  width: 4rem;
  font-weight: normal;
  font-size: 0.24rem;
  margin-top: 0.1rem;
} */

.case_style .case_list a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company_info {
  padding: 0 0.3rem;
}

.company_info .info_bg {
  border-radius: 0.1rem;
  background: #f5f5f5;
  padding: 0.3rem;
}

.company_info .info_bg .bri {
  font-size: 0.28rem;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.company_info .info_bg p {
  margin: 0 0 .4rem 0;
}

.company_info .info_bg p img {
  max-width: 100%;
  margin-bottom: .4rem;
}

.company_tp {
  padding-top: 0.5rem;
}

.news_info {
  padding: 0 0.3rem;
}

.news_info .news_list li {
  padding: 0.3rem;
  box-shadow: 0px 0.05rem 0.15rem 0px rgba(229, 229, 229, .5);
  margin-bottom: 0.3rem;
  position: relative;
  border-radius: 0.1rem;
}

.news_info .news_list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news_info .news_list li .tit {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_info .news_list li .det img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 0.1rem;
  border-radius: 0.1rem;
}

.news_info .news_list li .det .det_bri .p1 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.24rem;
  line-height: 0.48rem;
}

.news_info .news_list li .det .det_bri .p2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.1rem;
  color: #ccc;
  font-size: 0.22rem;
}

.news_info .news_list li .det .det_bri .p2 span:last-child {
  color: #0c1687;
}

.contacts .contacts_top {
  width: 7.5rem;
  height: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  background-color: #f2f6f7;
}

.contacts .contacts_top .top_left {
  /* margin-right: 0.24rem; */
  width: 2.45rem;
  height: .86rem;
}

.contacts .contacts_top .top_left img {
  /* margin-right: 0.24rem; */
  width: 2.45rem;
  height: .86rem;
}


.contacts .contacts_top .top_right {
  font-size: 0.36rem;
  color: #0c1687;
  font-weight: bold;
}

.contacts .contacts_bot {
  width: 100%;
  padding: 0.3rem 0.96rem 0;
  box-sizing: border-box;
}

.contacts .contacts_bot div {
  font-size: 0.3rem;
  color: #666666;
  margin-bottom: 0.3rem;
}

.contacts .contacts_bot div:last-child {
  margin-bottom: 0;
}

.attache .attache_top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.attache .attache_top {
  padding: 0.5rem 0;
}

.attache .attache_top .right_img {
  width: 2rem;
  height: 2rem;
}

.attache .attache_top .right_img img {
  width: 100%;
  height: 100%;
}

.attache .attache_top .right_des {
  font-size: 0.24rem;
  color: #666666;
  margin-top: 0.2rem;
  line-height: 0.24rem;
}

.footer_top {
  width: 6.5rem;
  margin: 0 auto 1rem;
}

.footer_top .bottom_form {
  width: 100%;
  box-sizing: border-box;
}

.footer_top .bottom_form .form_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_top .bottom_form .form_header div {
  width: 100%;
  height: 0.8rem;
  background-color: #f7f7f7;
  position: relative;
  margin-bottom: 0.5rem;
}

.footer_top .bottom_form .form_header div span {
  position: absolute;
  top: 0.17rem;
  left: 0.3rem;
  font-size: 0.28rem;
  color: #999;
}

.footer_top .bottom_form .form_header div input {
  text-indent: 1rem;
  background-color: #f7f7f7;
  line-height: 0.8rem;
  width: 100%;
  outline: none;
}

.footer_top .bottom_form .form_header .form_message {
  width: 100%;
  height: 2rem;
}

.footer_top .bottom_form .form_header .form_message textarea {
  width: 100%;
  height: 2rem;
  background-color: #f7f7f7;
  resize: none;
  border: none;
  outline: none;
  padding-top: 0.22rem;
  padding-right: 0.3rem;
  padding-left: 1rem;
}

.footer_top .bottom_form .form_btn {
  text-align: center;
}

.footer_top .bottom_form .form_btn button {
  width: 4.5rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background: #0c1687;
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
  border-radius: 0.4rem;
}

.list_tit {
  width: 100%;
  padding: 0 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.list_tit .tit-left {
  text-align: left;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 0.28rem;
  color: #000000;
  font-weight: bold;
  width: 3.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_tit .tit-right {
  font-size: 0.4rem;
  color: #cccccc;
  font-weight: bold;
}

.intro_banner {
  width: 100%;
  padding-top: 1rem;
  height: 2.8rem;
}

.intro_banner img {
  width: 100%;
  height: 1.8rem;
  object-fit: cover;
}

.team_info {
  padding: 0 0.3rem;
}

.team_info .member {
  border-radius: 0.1rem;
  box-shadow: 0px 0.05rem 0.15rem 0px rgba(229, 229, 229, .5);
}

.team_info .member .member_list:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}

.team_info .member .member_list a {
  display: flex;
  padding: 0.3rem;
}

.team_info .member .member_list a img {
  width: 1.8rem;
  height: 1.8rem;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.team_info .member .member_list a .list_right {
  flex: 1;
  display: flex;
  padding-left: 0.3rem;
  flex-direction: column;
  justify-content: center;
}

.team_info .member .member_list a .list_right .Pellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.team_info .member .member_list a .list_right p {
  font-size: 0.22rem;
  color: #333;
}

.team_info .member .member_list a .list_right p:first-child {
  margin-bottom: 0.2rem;
}

.team_info .member .member_list a .list_right p:first-child span:first-child {
  font-weight: bold;
  font-size: 0.36rem;
  margin-right: 0.3rem;
}

/*******news_details*********/
.news_details {
  margin: 1.5rem 0 1.2rem;
  padding: 0 0.3rem;
}

.news_details h1 {
  margin-bottom: 0.2rem;
  font-weight: 800;
  font-size: 0.38rem;
  text-align: justify;
  line-height: 1.5;
}

.news_details .des {
  margin-bottom: 0.5rem;
}

.news_details .des i {
  margin-right: 0.2rem;
  color: #999;
}

.news_details .cont p {
  margin-bottom: 0.3rem;
  line-height: 1.8;
  font-size: 0.3rem;
}

.news_details .cont img {
  display: block;
  max-width: 6.9rem;
  margin: 0 auto;
}

.news_details .cont .notice {
  margin-top: 0.4rem;
  padding: 0.2rem;
  border: 0.02rem solid #ccc;
  font-size: 0.22rem;
  line-height: 1.5;
  text-align: justify;
  word-break: break-all;
}

.news_details .cont .tags {
  margin-top: 20px;
}

.news_details .cont .tags a {
  display: inline-block;
  margin: 0 0.2rem 0 0;
  padding: 0.12rem 0.2rem 0.1rem;
  line-height: 0.24rem;
  background: #777;
  color: #fff;
  font-size: 0.22rem;
  border-radius: 0.3rem;
}

.news_details .cont .taoke {
  margin-top: 0.4rem;
}

.news_details .cont .taoke li {
  margin-bottom: 0.4rem;
}

.news_details .cont .taoke .tit {
  margin-bottom: 0.2rem;
  font-weight: 800;
  font-size: 0.32rem;
}

.news_details .cont .taoke img {
  display: block;
  margin: 0 auto 0.1rem;
  max-width: 6.9rem;
}

.news_details .cont .taoke p {
  margin-bottom: 0.15rem;
  line-height: 1.7;
  font-size: 0.28rem;
  word-break: break-all;
}

.news_details .cont .taoke span {
  display: inline-block;
  padding: 0.14rem 0.8rem;
  margin-top: 0.1rem;
  font-size: 0.28rem;
  background: #0c1687;
  color: #fff;
  border-radius: 0.4rem;
}

/******bottom*******/
.bottom {
  margin-top: .6rem;
  padding: 0.6rem 0 0.6rem;
  background: #0c1687;
  color: #ffffff;
}

.bottom .wrap {
  padding: 0 0.5rem;
}

.bottom .wrap div {
  padding-left: 0.1rem;
}

.bottom .wrap span {
  line-height: 0.6rem;
  display: block;
}

.bottom .wrap span:last-child a {
  /* padding-left: 0.1rem; */
  color: #fff;
  margin-right: .2rem;
}

.bottom .wrap span a img {
  vertical-align: middle;
  padding-left: 0.1rem;
}

.bottom.iphonex {
  padding-bottom: 0.9rem;
}

.crumb_head {
  padding: 0.5rem 0.3rem;
}

.crumb_head .selected {
  color: #0c1687
}

.brand_bt {
  margin-bottom: 1rem;
}

.contact_tp {
  margin-top: 0.8rem;
}

.map {
  width: 100%;
  height: 4.2rem;
  margin-bottom: 0.1rem;
}

.map .BMap_bubble_title {
  margin-bottom: 5px;
  color: #0c1687;
  font-size: 16px;
  font-weight: 800;
}

.map .BMap_bubble_content {
  font-size: 12px;
}

.anchorBL a img {
  display: none;
}

.contact_det {
  width: 6.9rem;
  height: 100%;
  margin: 0.5rem auto;
  padding: 0.5rem !important;
  position: relative;
  color: #999;
  font-size: 0.24rem;
  line-height: 0.4rem;
  box-shadow: 0px 0.05rem 0.15rem 0px rgba(229, 229, 229, .5);
  margin-bottom: 1rem;
}

.contact_det p {
  margin-bottom: 0.3rem;
}

.contact_det .tit {
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.contact_det img {
  width: auto;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.back {
  display: none;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 10;
  width: 0.88rem;
  height: 0.88rem;
  background: url(../images/back.png) no-repeat center center;
  background-size: 0.88rem 0.88rem;
  opacity: 0.8;
}

/**********banner***********/
.bot_swiper {
  overflow: hidden;
}

.swiper-container {
  overflow: inherit !important;
}

.banner {
  width: 7.5rem;
  height: 3.8rem;
  margin-top: 1rem;
}

.banner img {
  width: 7.5rem;
  height: 3.8rem;
}

.banner>.banner_page {
  bottom: 0.3rem;
}

.swiper-container {
  overflow: inherit !important;
}

.banner_page .swiper-pagination-bullet {
  background: #0c1687;
  opacity: 0.4;
}

/*width: 0.2rem; height: 0.03rem; border-radius: 0.3rem;*/
.banner_page .swiper-pagination-bullet-active {
  opacity: 1;
}


.box {
  display: none;
}

.active {
  display: block;
}


.mobile-detail-container {
  padding: 1rem .3rem 0;
}

.mobile-detail-container-h2 {
  font-size: .4rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: .2rem 0 .3rem 0;
}

.mobile-detail-container-h3 {
  font-size: .3rem;
  color: #333;
  text-align: center;
  margin: 0 0 .3rem 0;
}

.mobile-detail-container-richtext p img {
  max-width: 100%;
}

.mobile-list-joinus-container {
  padding: .6rem;
}

.mobile-list-joinus-container p {
  line-height: .6rem;
  font-size: .32rem;
}

.common_con_right_a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.listnav ul {
  height: 1rem;
  line-height: 1rem;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
}

.listnav ul::-webkit-scrollbar {
  display: none;
}

.listnav li {
  display: inline-block;
  margin: 0 .2rem;
  color: #333;
}

.listnav li a {
  padding: .1rem;
}

.listnav li .activelistnav {
  background: #0c1687;
  color: #fff;
}
#maximg img{ max-width:100%; height:auto !important}
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}