/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url(../font/montserrat-thin.eot);
  src: url(../font/montserrat-thin.eot) format('embedded-opentype'),
       url(../font/montserrat-thin.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url(../font/montserrat-extralight.eot);
  src: url(../font/montserrat-extralight.eot) format('embedded-opentype'),
       url(../font/montserrat-extralight.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(../font/montserrat-light.eot);
  src: url(../font/montserrat-light.eot) format('embedded-opentype'),
       url(../font/montserrat-light.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(../font/montserrat-regular.eot);
  src: url(../font/montserrat-regular.eot) format('embedded-opentype'),
       url(../font/montserrat-regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(../font/montserrat-medium.eot);
  src: url(../font/montserrat-medium.eot) format('embedded-opentype'),
       url(../font/montserrat-medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(../font/montserrat-semibold.eot);
  src: url(../font/montserrat-semibold.eot) format('embedded-opentype'),
       url(../font/montserrat-semibold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(../font/montserrat-bold.eot);
  src: url(../font/montserrat-bold.eot) format('embedded-opentype'),
       url(../font/montserrat-bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url(../font/montserrat-extrabold.eot);
  src: url(../font/montserrat-extrabold.eot) format('embedded-opentype'),
       url(../font/montserrat-extrabold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url(../font/montserrat-black.eot);
  src: url(../font/montserrat-black.eot) format('embedded-opentype'),
       url(../font/montserrat-black.ttf) format('truetype');
}
body,html{
    font-family:'Montserrat', sans-serif !important;
}
* {
  font-family:'Montserrat', sans-serif !important;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.h1,
.h2,
.h3,
.h4 {
  margin: 0;
}
.maximg img{
  max-width: 100%;
  height: auto !important;
}
.over1 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over2 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over3 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over4 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over6 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over8 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title {
  text-align: center;
  font-size: 32px;
  color: #333;
}
.sub_title {
  text-align: center;
  padding: 20px 0;
}
ul,
li {
  list-style: none;
}
body {
  overflow-x: hidden;
}
a,
.link {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
  object-fit: cover;
}
.cover_box .cover {
  width: 100%;
}
.cover {
  width: 100%;
}
.box_shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.box_radius {
  border-radius: 4px;
}
.title {
  font-size: 30px;
  font-weight: 400;
  color: #000;
}
.font_weight {
  font-weight: 600;
}
.lead {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
.uppercase {
  text-transform: uppercase;
}
.container {
  max-width: 1700px;
  width: 100%;
  margin: auto;
  padding: 0;
}
.btn:focus {
  border: none !important;
  outline: none !important;
}
.demo_page {
  text-align: center;
}
.demo_page .layui-laypage a:hover {
  color: #333;
}
.demo_page a,
.demo_page span {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
body {
  padding-right: 0 !important;
  padding-top: 152px;
  transition: all 1s ease-in-out;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  opacity: 0.2;
}
body::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.medium-zoom-image--opened {
  z-index: 10;
}
.layui-input:focus {
  box-shadow: 0 0 0 1px rgba(121, 181, 85, 0.3);
}
.layui-textarea:focus {
  box-shadow: 0 0 0 1px rgba(121, 181, 85, 0.3);
}
.paging .nav_box {
  text-align: center;
}


.paging .nav_box .pagination {
  display: flex;
  justify-content: center;
}
.paging .nav_box a {
  display: inline-block;
  color: #000;
  padding: 10px 17px;
  font-size: 18px;
  line-height: 1.3333333;
  text-decoration: none;
  background: #fff;
  margin: 0 3px;
  border: 1px solid #ddd;
  width: auto;
}
.pagination>a:first-child, .pagination>a:first-child>span {
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination>a:last-child, .pagination>a:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.paging .nav_box .pagination a.page-num-current {
  color: #fff;
  background-color: #1B3069;
  border-color: #1B3069;
}
.title {
  text-align: left;
  font-size: 38px;
  color: #000;
  font-weight: 600;
}
.title_he{
    font-size: 28px;
}
.subhead {
  font-size: 18px;
  color: #9E9E9E;
  margin: 10px 0;
}
.img_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.container_padding {
  padding: 100px 0;
}
.common_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layui-layer-photos-toolbar {
  display: flex;
  justify-content: center;
}
.layui-layer-photos-toolbar h3 {
  height: 100px;
  line-height: 52px;
  flex: none;
}
.layui-layer-photos-toolbar a {
  width: 100px;
}
.line {
  width: 50px;
  height: 4px;
  border-radius: 4px;
  background: #1B3069;
  transition: all 1s ease-in-out;
  margin-top: 5px;
}
.up_down .content {
  padding: 50px 0;
  border-top: 1px solid #EEEEEE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.up_down .content .left .box {
  padding: 10px 0;
}
.up_down .content .left .box .name {
  font-size: 18px;
  color: #000;
}
.up_down .content .left .box .link {
  width: auto;
  font-size: 18px;
  color: #A4A3A3;
}
.up_down .content .left .box:hover .name,
.up_down .content .left .box:hover .link {
  color: #1B3069;
}
.up_down .content .right .link {
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 45px;
  color: #fff;
  font-size: 16px;
  background: #1B3069;
}
.common_banner {
  position: relative;
}
.common_banner .cover_box {
  overflow: hidden;
}
.common_banner .cover_box .cover {
  min-height: 550px;
}
.common_banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1700px;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
}
.common_banner .content .wrap {
  width: 50%;
}
.common_banner .content .h3 {
  font-size: 46px;
  color: #fff;
}
.common_banner .content .lead {
  font-size: 26px;
  color: #fff;
  line-height: 42px;
  letter-spacing: 1px;
  margin-top: 20px;
}
.common_banner .right_arrange .wrap {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.common_banner .right_arrange .h3 {
  text-align: right;
}
.common_banner .right_arrange .lead {
  text-align: right;
}
.modal .modal-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100%;
  padding: 30px 20px 0;
}
.modal .modal-content .modal_body {
  padding-top: 10px;
}
.modal .modal-content .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #eee;
  border-radius: 45px;
  padding-right: 10px;
}
.modal .modal-content .item .input {
  height: 44px;
  flex: 1;
  border: 0;
  border-radius: 45px 0 0 45px;
  padding: 0 10px;
  color: #000;
}
.modal .modal-content .item .input:focus {
  box-shadow: none;
}
.modal .modal-content .item .submit {
  cursor: pointer;
}
.modal .modal-content .item .submit .iconfont {
  font-size: 20px;
  color: #999;
}
.modal .modal-content .item .submit .iconfont:hover {
  color: #D02126;
}
.modal .modal-content .history {
  padding-top: 20px;
}
.modal .modal-content .history .h3 {
  font-size: 14px;
  color: #000;
}
.modal .modal-content .history .list {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.modal .modal-content .history .list .li {
  padding: 8px 0;
}
.modal .modal-content .history .list .li .link {
  padding: 0 14px;
  font-size: 14px;
  color: #000;
}
.modal .modal-content .history .list .li .link:hover {
  color: #D02126;
}
.honor_popup .modal-content {
  max-width: 1200px;
}
.honor_popup .modal-content .modal_body {
  padding: 30px 0;
}
.honor_popup .modal-content .honor_popup_wrap {
  display: flex;
}
.honor_popup .modal-content .honor_popup_wrap .icon {
  flex: none;
  display: flex;
  align-items: center;
}
.honor_popup .modal-content .honor_popup_wrap .icon .iconfont {
  font-size: 32px;
  font-weight: 600;
  cursor: pointer;
}
.honor_popup .modal-content .honor_popup_wrap .honor_opoup_swiper {
  flex: 1;
}
.honor_popup .modal-content .honor_popup_wrap .honor_opoup_swiper .cover_box {
  height: 500px;
}
.honor_popup .modal-content .honor_popup_wrap .honor_opoup_swiper .cover_box .cover {
  height: 100%;
  object-fit: contain;
}
.honor_popup .modal-content .content {
  padding: 30px;
}
.honor_popup .modal-content .content .name {
  font-size: 26px;
  line-height: 36px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.honor_popup .modal-content .content .lead,
.honor_popup .modal-content .content p {
  font-size: 16px;
  color: #000;
  line-height: 32px;
}
.crumbs .list {
  padding: 34px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs .list,.crumbs .list a{
  display: inline-block;
  width: auto;
  font-size: 16px;
}
/*.crumbs .list .li {
  padding: 0 4px;
}*/
.crumbs .list .link {
  font-size: 16px;
  line-height: 26px;
}
.crumbs .list .iconfont {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.crumbs .list .icon-home-fill {
  display: inline-block;
  color: #1B3069;
}
.tabs_head {
  display: flex;
  justify-content: center;
}
.tabs_head .item {
  cursor: pointer;
  font-size: 18px;
  color: #A1A1A1;
  border: 1px solid #A1A1A1;
  border-radius: 45px;
  background: #fff;
  margin: 0 20px;
  user-select: none;
}
.tabs_head .item a{
  display: block;
  padding: 15px 40px;
}
.tabs_head .active{
  background: #1B3069;
  border-color: #1B3069;
  color: #fff;
  box-shadow: 0 0 3px rgba(27, 48, 105, 0.5);
}
.tabs_head .active a{
  color: #fff;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 20;
}
.header .head {
  background: #1B3069;
}
.header .head .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
}
.header .head .wrap .h1 {
  font-size: 14px;
  color: #fff;
}
.header .head .wrap .right_box {
  display: flex;
  align-items: center;
}
.header .head .wrap .right_box .login {
  padding: 0 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .head .wrap .right_box .login .iconfont {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.header .head .wrap .right_box .login .text {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding-left: 6px;
}
.header .head .wrap .right_box .language_box {
  padding: 0 0 0 30px;
  position: relative;
}
.header .head .wrap .right_box .language_box .select_box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .head .wrap .right_box .language_box .select_box .cover {
  width: 20px;
}
.header .head .wrap .right_box .language_box .select_box .text {
  font-size: 14px;
  line-height: 24px;
  padding: 0 5px;
  color: #fff;
}
.header .head .wrap .right_box .language_box .select_box .iconfont {
  font-size: 12px;
  line-height: 22px;
  color: #fff;
}
.header .head .wrap .right_box .language_box .list {
  position: absolute;
  top: 42px;
  left: 30px;
  transform: translateX(-15px);
  background: #fff;
  display: none;
  z-index: 10;
  border: 2px solid #1B3069;
  box-shadow: 0 0 3px rgba(27, 48, 105, 0.3);
}
.header .head .wrap .right_box .language_box .list .li .link {
  padding: 10px;
  display: flex;
  align-items: center;
}
.header .head .wrap .right_box .language_box .list .li .link .cover_box {
  width: 20px;
}
.header .head .wrap .right_box .language_box .list .li .link .text {
  font-size: 14px;
  color: #000;
  padding-left: 5px;
}
.header .head .wrap .right_box .language_box .list .active {
  background: #1B3069;
}
.header .head .wrap .right_box .language_box .list .active .link .text {
  color: #fff;
}
.header .nav {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav .logo {
  width: 300px;
}
.header .nav .right_box {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .nav .right_box .h5_language_box {
  display: none;
  position: relative;
}
.header .nav .right_box .h5_language_box .language_list {
  position: absolute;
  top: 34px;
  left: 30px;
  transform: translateX(-50%);
  background: #fff;
  display: none;
  z-index: 10;
  border: 2px solid #1B3069;
  box-shadow: 0 0 3px rgba(27, 48, 105, 0.3);
}
.header .nav .right_box .h5_language_box .language_list .li .link {
  padding: 10px;
  display: flex;
  align-items: center;
}
.header .nav .right_box .h5_language_box .language_list .li .link .cover_box {
  width: 20px;
}
.header .nav .right_box .h5_language_box .language_list .li .link .text {
  font-size: 14px;
  color: #000;
  padding-left: 5px;
}
.header .nav .right_box .h5_language_box .language_list .active {
  background: #1B3069;
}
.header .nav .right_box .h5_language_box .language_list .active .link .text {
  color: #fff;
}
.header .nav .right_box .list {
  display: flex;
  justify-content: end;
}
.header .nav .right_box .list .li {
  padding: 0 30px;
}
.header .nav .right_box .list .li .link {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
}
.header .nav .right_box .list .li .link:hover {
  color: #1B3069;
}
.header .nav .right_box .list .active .link {
  color: #1B3069;
}
.header .nav .right_box .search_box {
  margin-left: 20px;
}
.header .nav .right_box .search_box .iconfont {
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.header .nav .right_box .search_box:hover .iconfont {
  color: #1B3069;
}
.header .nav .right_box .menu {
  cursor: pointer;
  width: 26px;
  height: 16px;
  position: relative;
  display: none;
}
.header .nav .right_box .menu .lis {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease;
  border-radius: 2px;
  background: #333;
  transform-origin: 50% 50%;
}
.header .nav .right_box .menu .lis:nth-child(1) {
  top: 0;
}
.header .nav .right_box .menu .lis:nth-child(2) {
  width: 60%;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
}
.header .nav .right_box .menu .lis:nth-child(3) {
  top: 98%;
}
.header .nav .right_box .active .lis:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .nav .right_box .active .lis:nth-child(2) {
  display: none;
}
.header .nav .right_box .active .lis:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.fixed_nav {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 100;
  transition: all 0.8s ease-in-out;
}
.fixed_nav .list {
  border-radius: 8px;
  position: relative;
}
.fixed_nav .list .li {
  display: block;
  width: 80px;
  height: 88px;
  padding: 20px 0;
  text-align: center;
  background: #1B3069;
  cursor: pointer;
  position: relative;
  transition: all 0.6s ease-in-out;
  border-radius: 8px;
}
.fixed_nav .list .li .icon .iconfont {
  font-size: 22px;
  color: #fff;
}
.fixed_nav .list .li .text {
  font-size: 12px;
  color: #fff;
  padding-top: 6px;
}
.fixed_nav .list .li .code_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 88px;
  padding: 6px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  z-index: -1;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
.fixed_nav .list .li .code_box .cover_box {
  height: 100%;
}
.fixed_nav .list .li .code_box .cover_box .cover {
  height: 100%;
}
.fixed_nav .list .li .code_box_active {
  left: -80px;
}
.fixed_nav .list .li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background: #fff;
  opacity: 0.3;
}
.fixed_nav .list .li:last-child::after {
  display: none;
}
.fixed_nav .list .li:hover .code_box {
  left: -80px;
  opacity: 1;
}
.fixed_nav .list .cu_service::after {
  display: none;
}
.fixed_nav .list .scrollTop {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.fixed_nav .scrollTop_active .cu_service {
  border-radius: 8px 8px 0 0;
}
.fixed_nav .scrollTop_active .cu_service::after {
  display: block;
}
.fixed_nav .scrollTop_active .scrollTop {
  bottom: -88px;
  opacity: 1;
  border-radius: 8px;
}
.footer {
  background: #F2F2F2;
}
.footer .top_content .footer_about_us {
  padding-right: 30px;
}
.footer .top_content .footer_about_us .logo {
  width: 250px;
}
.footer .top_content .footer_about_us .lead {
  margin-top: 50px;
  font-size: 16px;
  line-height: 28px;
  color: #404040;
}
.footer .top_content .title {
  font-size: 26px;
  font-weight: 600;
}
.footer .top_content .list {
  padding-top: 30px;
}
.footer .top_content .list .li,
.footer .top_content .list .link {
  font-size: 16px;
  line-height: 34px;
  color: #404040;
  width: auto;
  transition: all 0.4s ease-in-out;
}
.footer .top_content .list .li:hover,
.footer .top_content .list .link:hover {
  color: #1B3069;
  transform: translateX(5px);
}
.footer .top_content .nav_wrap {
  padding: 0 30px;
}
.footer .top_content .nav_wrap .row {
  display: flex;
  justify-content: center;
}
.footer .top_content .code_wrap .code_list {
  padding-top: 30px;
  display: flex;
}
.footer .top_content .code_wrap .code_list .code_box:first-child {
  margin-right: 35px;
}
.footer .top_content .code_wrap .code_list .text {
  font-size: 16px;
  color: #404040;
  line-height: 28px;
  padding-top: 10px;
  text-align: center;
}
.footer .top_content .code_wrap .blogroll_list {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.footer .top_content .code_wrap .blogroll_list .cover_box {
  margin-right: 20px;
  transition: all 0.6s ease-in-out;
}
.footer .top_content .code_wrap .blogroll_list .cover_box:hover {
  transform: scale(1.1);
}
.footer .top_content .code_wrap .blogroll_list .cover_box:last-child {
  margin-right: 0;
}
.footer .copyright {
  background: #ECECEC;
  padding: 28px 5px;
  text-align: center;
}
.footer .copyright .text {
  font-size: 16px;
  color: #404040;
}
.footer .copyright .text a{
  display: inline-block;
  width: auto;
  color: #404040;
}
.index .banner {
  position: relative;
}
.index .banner .index_banner .item {
  position: relative;
}
.index .banner .index_banner .item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
  padding: 50px;
  text-align: center;
  background: rgba(27, 48, 105, 0.5);
  border-radius: 6px;
}
.index .banner .index_banner .item .content .h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}
.index .banner .index_banner .item .content .lead {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: 16px;
  letter-spacing: 1px;
}
.index .banner .index_banner .item .content .banner_consult {
  margin-top: 40px;
}
.index .banner .index_banner .item .content .banner_consult .btn {
  margin: auto;
  background: #1B3069;
  border-radius: 45px;
  font-size: 22px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 190px;
  color: #fff;
  padding: 0;
  font-weight: 500;
}
.index .about_us .content {
  padding-right: 50px;
}
.index .about_us .content .subhead {
  font-size: 18px;
  line-height: 26px;
  color: #9E9E9E;
}
.index .about_us .content .lead {
  margin-top: 50px;
  font-weight: 500;
}
.index .about_us .more {
  margin-top: 50px;
}
.index .about_us .more .link {
  background: #1B3069;
  width: 170px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}
.index .about_us .more .link .text {
  color: #fff;
}
.index .about_us .more .link .iconfont {
  color: #fff;
  padding-left: 4px;
}
.index .about_us .cover_box {
  position: relative;
  width: 550px;
}
.index .about_us .cover_box .cover {
  height: 430px;
}
.index .about_us .cover_box::after {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 500px;
  height: 240px;
  background: #1B3069;
  z-index: -1;
}
.index .company_data .content {
  text-align: center;
}
.index .company_data .content .data .num {
  font-size: 56px;
  font-weight: 600;
  color: #fff;
}
.index .company_data .content .data .icon {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}
.index .company_data .content .text {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
}
.index .head {
  display: flex;
  justify-content: space-between;
}
.index .head .left_box .name {
  font-size: 38px;
  color: #000;
  font-weight: 600;
}
.index .head .left_box .subhead {
  font-size: 18px;
  color: #9E9E9E;
  line-height: 26px;
}
.index .head .right_box .box .iconfont {
  font-size: 30px;
  color: #B2B2B2;
  font-weight: 500;
  padding: 0 10px;
  cursor: pointer;
}
.index .head .right_box .box .iconfont:hover {
  color: #1B3069;
}
.index .practices .list {
  padding-top: 50px;
}
.index .practices .list .practices_swiper .item .link {
  position: relative;
  padding: 10px 10px 0;
}
.index .practices .list .practices_swiper .item .link .cover_box {
  overflow: hidden;
}
.index .practices .list .practices_swiper .item .link .cover_box .cover {
  height: 340px;
  transition: all 0.6s ease-in;
}
.index .practices .list .practices_swiper .item .link .cover_box:hover .cover {
  transform: scale(1.1);
}
.index .practices .list .practices_swiper .item .link .content {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  padding: 20px;
  width: 80%;
  height: auto;
  border-radius: 10px 0 10px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.index .practices .list .practices_swiper .item .link .content .title_box {
  font-size: 26px;
  line-height: 36px;
  color: #1B3069;
  display: flex;
  align-items: center;
}
.index .practices .list .practices_swiper .item .link .content .title_box .title {
  font-size: 20px;
  line-height: 30px;
  color: #1B3069;
}
.index .practices .list .practices_swiper .item .link .content .title_box .iconfont {
  font-size: 30px;
  color: #1B3069;
  padding-left: 10px;
}
.index .practices .list .practices_swiper .item .link .content .lead {
  font-size: 14px;
  color: #828282;
  line-height: 24px;
}
.index .honor_certificate {
  position: relative;
}
.index .honor_certificate .head {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1300px;
  width: 100%;
  padding: 0 15px;
  z-index: 3;
}
.index .honor_certificate .certificate_swiper_pc {
  display: block;
}
.index .honor_certificate .certificate_swiper_pc .cover_box .cover {
  height: 1100px;
}
.index .honor_certificate .certificate_swiper_h5 {
  display: none;
}
.about_us .info {
  background-position: right;
  min-height: 824px;
}
.about_us .info .title {
  margin-top: 20px;
  font-size: 40px;
  color: #1B3069;
}
.about_us .info .lead {
  margin-top: 20px;
  font-size: 18px;
  color: #575757;
  line-height: 30px;
}
.about_us .info .more {
  margin-top: 50px;
}
.about_us .info .more .link {
  background: #1B3069;
  width: 170px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}
.about_us .info .more .link .text {
  color: #fff;
  padding-left: 4px;
}
.about_us .info .more .link .iconfont {
  color: #fff;
}
.about_us .service .list .item .content {
  height: 430px;
  background: #fff;
  border-radius: 40px 0 40px 0;
  padding: 40px 20px 20px 20px;
  transition: all 0.6s ease-in-out;
}
.about_us .service .list .item .content .icon .iconfont {
  display: inline-block;
  font-size: 46px;
  color: #1B3069;
  transition: all 1s ease-in;
}
.about_us .service .list .item .content .title {
  font-size: 24px;
  color: #1B3069;
  margin: 20px 0;
}
.about_us .service .list .item .content .lead {
  font-size: 16px;
  line-height: 32px;
  color: #484848;
}
.about_us .service .list .item .content:hover {
  background: #1B3069;
}
.about_us .service .list .item .content:hover .icon .iconfont {
  color: #fff;
  transform: rotateY(180deg);
}
.about_us .service .list .item .content:hover .title {
  color: #fff;
}
.about_us .service .list .item .content:hover .lead {
  color: #fff;
}
.about_us .service .list .right_box {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
.about_us .service .list .right_box .box .iconfont {
  font-size: 30px;
  color: #B2B2B2;
  font-weight: 500;
  padding: 0 20px;
  cursor: pointer;
}
.about_us .service .list .right_box .box .iconfont:hover {
  color: #fff;
}
.about_us .system .content {
  overflow: hidden;
  height: 700px;
  padding: 100px 50px;
  opacity: 0.8;
  transition: all 0.6s ease-in-out;
}
.about_us .system .content .title {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s ease-in-out;
}
.about_us .system .content .lead {
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
  transition: all 0.6s ease-in-out;
}
.about_us .system .content:hover {
  opacity: 1;
}
.about_us .system .content:hover .title {
  transform: translateY(-6px);
}
.about_us .system .content:hover .lead {
  transform: translateY(-6px);
}
.about_us .honor {
  background: #FBFBFB;
}
.about_us .honor .head {
  text-align: center;
}
.about_us .honor .head .title {
  text-align: center;
}
.about_us .honor .honor_content {
  /*margin-top: 80px;*/
}
.about_us .honor .honor_content .data_desc .name {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.about_us .honor .honor_content .data_desc .list {
  padding-top: 10px;
  display: flex;
}
.about_us .honor .honor_content .data_desc .list .box {
  padding: 0 30px;
}
.about_us .honor .honor_content .data_desc .list .box .top {
  text-align: center;
}
.about_us .honor .honor_content .data_desc .list .box .top .num {
  font-size: 34px;
  color: #000;
  font-weight: 600;
}
.about_us .honor .honor_content .data_desc .list .box .top .add {
  font-size: 24px;
  color: #000;
}
.about_us .honor .honor_content .data_desc .list .box .text {
  font-size: 14px;
  color: #818181;
  text-align: center;
}
.about_us .honor .honor_content .data_desc .list .box:first-child {
  padding-left: 0;
}
.about_us .honor .honor_content .honor_swiper {
  margin-top: 40px;
}
.about_us .honor .honor_content .honor_swiper .item {
  cursor: pointer;
  padding: 20px;
  position: relative;
}
.about_us .honor .honor_content .honor_swiper .item::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.6s;
}
.about_us .honor .honor_content .honor_swiper .item:hover::before {
  left: 0;
  top: 0;
  opacity: 1;
  border: 1px solid rgba(27, 48, 105, 0.5);
}
.about_us .honor .honor_content .right_box {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
.about_us .honor .honor_content .right_box .box .iconfont {
  font-size: 30px;
  color: #B2B2B2;
  font-weight: 500;
  padding: 0 20px;
  cursor: pointer;
}
.about_us .honor .honor_content .right_box .box .iconfont:hover {
  color: #B2B2B2;
}
.about_us .team_introduction .head {
  text-align: center;
}
.about_us .team_introduction .head .title {
  text-align: center;
  color: #1B3069;
}
.about_us .team_introduction .content {
  margin-top: 100px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.about_us .team_introduction .content::after {
  content: '';
  position: absolute;
  top: -30px;
  left: -30px;
  width: 700px;
  height: 470px;
  background-color: #DCE2E8;
  z-index: -1;
}
.about_us .team_introduction .content .wrap {
  position: relative;
  z-index: 2;
  padding: 50px;
  height: 620px;
  background: #fff;
}
.about_us .team_introduction .content .top_list {
  position: relative;
}
.about_us .team_introduction .content .top_list .item {
  display: none;
}
.about_us .team_introduction .content .top_list .item .cover_box {
  width: 280px;
  height: 380px;
  transform: translateY(-120px);
}
.about_us .team_introduction .content .top_list .item .cover_box .cover {
  height: 100%;
}
.about_us .team_introduction .content .top_list .item .right_content .name {
  font-size: 28px;
  color: #000;
  font-weight: 600;
}
.about_us .team_introduction .content .top_list .item .right_content .desc {
  font-size: 18px;
  color: #686868;
  padding: 10px 0;
}
.about_us .team_introduction .content .top_list .item .right_content .lead {
  margin: 30px 0;
  font-size: 16px;
  color: #000;
  line-height: 26px;
}
.about_us .team_introduction .content .top_list .active {
  display: block;
}
.about_us .team_introduction .content .bottom_list .arrow {
  /*position: absolute;*/
  /*top: 0;*/
  /*right: 0;*/
  /*display: flex;*/
    padding-top: 50px;
    display: flex;
    justify-content: center;
}
.about_us .team_introduction .content .bottom_list .arrow .icon {
  padding: 20px;
  cursor: pointer;
}
.about_us .team_introduction .content .bottom_list .arrow .icon .iconfont {
  font-size: 26px;
  color: #B2B2B2;
}
.about_us .team_introduction .content .bottom_list .arrow .icon:hover .iconfont {
  color: #1B3069;
}
.about_us .team_introduction .content .bottom_list .arrow .icon:first-child {
  padding-left: 0;
}
.about_us .team_introduction .content .bottom_list {
  transform: translateY(-80px);
}
.about_us .team_introduction .content .bottom_list .team_swiper .item {
  /*border: 10px solid #fff;*/
  cursor: pointer;
}
.about_us .team_introduction .content .bottom_list .team_swiper .active {
  /*border-color: #1B3069;*/
  opacity: 0.5;
}
.about_us .company_postion {
  height: 520px;
}
.about_us .company_postion .head_btn {
  text-align: center;
}
.about_us .company_postion .head_btn .box {
  display: inline-block;
  margin: 0 30px;
}
.about_us .company_postion .head_btn .box .link {
  width: 400px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  height: 74px;
  line-height: 74px;
  padding: 0 30px;
  border-radius: 45px;
  border: 1px solid #fff;
}
.about_us .company_postion .head_btn .active .link {
  background: #FFCC00;
  border: 1px solid #FFCC00;
}
.about_us .company_postion .tabs_content {
  padding: 50px 20px 0;
}
.about_us .company_postion .tabs_content .wrap {
  display: none;
}
.about_us .company_postion .tabs_content .wrap .lead {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.about_us .company_postion .tabs_content .active {
  display: block;
}
.agency_case {
  background: #F8F8F8;
}
.agency_case .main {
  padding-bottom: 30px;
}
.agency_case .main .crumbs .list {
  margin-top: 0;
}
.agency_case .main .list {
  /*margin-top: 70px;*/
}
.agency_case .main .list .item {
  margin-bottom: 30px;
}
.agency_case .main .list .item .link {
  background: #fff;
  padding: 20px;
  transition: all 0.6s ease-in-out;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.agency_case .main .list .item .link .cover_box {
  overflow: hidden;
  height: 170px;
  /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);*/
}
.agency_case .main .list .item .link .cover_box .cover {
  height: 100%;
  transition: all 1s ease-in-out;
}

.fangda.caseimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.fangda.caseimg:hover .fdimg{
    transform:scale(1.1);
}

.agency_case .main .list .item .link .content {
  padding-top: 15px;
  /*height: 110px;*/
}
.agency_case .main .list .item .link .content .name {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  font-weight: 600;
}
.agency_case .main .list .item .link .content .date {
  font-size: 16px;
  color: #B2B2B2;
  margin-top: 15px;
}
.agency_case .main .list .item .link .content .connr{
  color: #666;
  margin-top: 10px;
}
.agency_case .main .list .item .link .content .details_link {
    display: inline-block;
    color: #1B3069;
    margin-left: 10px;
    font-weight: bold;
}
.agency_case .main .list .item .link:hover {
  box-shadow: 0 0 6px rgba(121, 181, 85, 0.3);
  transform: translateY(-10px);
}
.agency_case .main .list .item .link:hover .cover {
  transform: scale(1.1);
}
.agency_case .main .list .item .link:hover .content .name {
  color: #1B3069;
}
.agency_case_details {
  background: #FBFBFB;
}
.agency_case_details .main .wrap {
  padding: 30px 0;
}
.agency_case_details .main .title {
  font-size: 34px;
  color: #000;
  text-align: center;
  line-height: 48px;
}
.agency_case_details .main .author {
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 50px;
}
.agency_case_details .main .author span {
  font-size: 16px;
  color: #B5B5B5;
  line-height: 28px;
  padding: 0 30px;
}
.agency_case_details .main .content p,
.agency_case_details .main .content div,
.agency_case_details .main .content span.lead {
  font-size: 16px;
  line-height: 32px;
  color: #464646;
}
.agency_case_details .main .content .cover_wrap {
  text-align: center;
  padding-bottom: 30px;
}
.agency_case_details .main .content .cover_box {
  margin: 10px 10px 0;
  width: 45%;
  display: inline-block;
}
.practices {
  background: #F8F8F8;
}
.practices .main {
  padding: 0 0 30px;
}
.practices .main .list .item {
  margin-bottom: 50px;
  border: 2px solid #fff;
  transition: all 0.6s ease-in-out;
}
.practices .main .list .item .link {
  padding: 25px 80px 25px 25px;
  background: #fff;
}
.practices .main .list .item .link .cover_box {
  overflow: hidden;
  height: 240px;
}
.practices .main .list .item .link .cover_box .cover {
  height: 100%;
  transition: all 0.6s ease-in-out;
}
.practices .main .list .item .link .content {
  padding: 30px 0;
}
.practices .main .list .item .link .content .title {
  font-size: 24px;
  color: #000;
}
.practices .main .list .item .link .content .lead{
  font-size: 16px;
  color: #A1A1A1;
  line-height: 28px;
  margin-top: 14px;
}
.practices .main .list .item .link .content .details_link {
  font-size: 20px;
  color: #fff;
  width: 210px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #1B3069;
  border-radius: 4px;
  margin-top: 50px;
}
.practices .main .list .item:hover {
  box-shadow: rgba(27, 48, 105, 0.5);
  border-color: rgba(27, 48, 105, 0.7);
}
.practices .main .list .item:hover .cover {
  transform: scale(1.1);
}
.practices .main .list .item:hover .content .title {
  color: #1B3069;
}
.practices_details {
  background: #F8F8F8;
}
.practices_details .main {
  padding-bottom: 50px;
}
.practices_details .main .wrap {
  background: #fff;
  padding: 30px;
}
.practices_details .main .wrap .explain .explain_content {
  padding: 30px;
}
.practices_details .main .wrap .explain .explain_content .title {
  font-size: 34px;
  color: #1B3069;
  font-weight: 600;
}
.practices_details .main .wrap .explain .explain_content .x_line {
  height: 22px;
  border-bottom: 1px solid #CFCFCF;
  position: relative;
}
.practices_details .main .wrap .explain .explain_content .x_line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  border-radius: 6px;
  background: #1B3069;
}
.practices_details .main .wrap .explain .explain_content .name {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin: 0;
  margin-top: 20px;
}
.practices_details .main .wrap .explain .explain_content .jjp{
  margin-top: 40px;
}
.practices_details .main .wrap .explain .explain_content .lead,
.practices_details .main .wrap .explain .explain_content p {
  /*font-size: 22px;
  line-height: 34px;
  color: #828282;
  margin-top: 50px;*/
}
.practices_details .main .wrap .explain .explain_content .link {
  margin-top: 20px;
  width: 240px;
  height: 44px;
  border-radius: 6px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  background: #1B3069;
  margin-top: 40px;
}
.practices_details .main .wrap .content {
  margin-top: 50px;
}
.practices_details .main .wrap .content .name {
  font-size: 22px;
  font-weight: 600;
  color: #1B3069;
  margin-bottom: 10px;
}
.practices_details .main .wrap .content .text {
  white-space: pre-line;
  font-size: 18px;
  line-height: 32px;
  color: #4E4E4E;
  margin-bottom: 20px;
}
.practices_details .main .wrap .content .lead {
  font-size: 18px;
  line-height: 32px;
  color: #4E4E4E;
  margin-bottom: 20px;
}
.people {
  background: #F8F8F8;
}
.people .search_cartgory {
  background: #fff;
  padding: 50px;
}
.people .search_cartgory .title {
  font-size: 24px;
  color: #1B3069;
  font-weight: 600;
  margin: 10px 0;
}
.people .search_cartgory .ul {
  display: flex;
  flex-wrap: wrap;
  transform: translateX(-20px);
}
.people .search_cartgory .ul .li {
  margin: 10px;
}
.people .search_cartgory .ul .li .link {
  padding: 10px 50px;
  font-size: 18px;
  color: #8D8D8D;
  border: 1px solid #8D8D8D;
  border-radius: 45px;
}
.people .search_cartgory .ul .link.active {
  background: #1B3069;
  border-color: #1B3069;
  color: #fff;
}
.people .search_cartgory .search_box {
  margin-top: 40px;
}
.people .search_cartgory .search_box .form {
  margin-top: 20px;
  width: 60%;
}
.people .search_cartgory .search_box .form .item {
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  overflow: hidden;
}
.people .search_cartgory .search_box .form .item .icon {
  flex: none;
  width: 60px;
  height: 70px;
  text-align: center;
  line-height: 70px;
}
.people .search_cartgory .search_box .form .item .icon .iconfont {
  font-size: 24px;
  color: #1B3069;
}
.people .search_cartgory .search_box .form .item .input {
  flex: 1;
  height: 70px;
  font-size: 18px;
  color: #000;
  padding: 0 20px 0 0;
  border: 0;
  outline: none;
}
.people .search_cartgory .search_box .form .item .input:focus {
  box-shadow: none;
}
.people .search_cartgory .search_box .form .item .submit {
  width: 200px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 22px;
  color: #fff;
  background: #1B3069;
  cursor: pointer;
}
.plist .col-md-6,.plist .col-sm-6,.plist .col-xs-12 {
    padding: 0 8px;
}
.people .main .team_list {
  padding: 160px 0 30px;
}
.people .main .team_list .box {
  margin-bottom: 100px;
}
.people .main .team_list .item {
  background: #fff;
  height: 280px;
}
.people .main .team_list .item .cover_box {
  height: 280px;
  position: relative;
}
.people .main .team_list .item .cover_box .cover {
  position: absolute;
  top: -88px;
  left: 0;
  height: 368px;
}
.people .main .team_list .item .content {
  padding: 20px;
}
.people .main .team_list .item .content .title {
  font-size: 24px;
}
.people .main .team_list .item .content .desc {
  font-size: 14px;
  line-height: 24px;
  color: #686868;
  margin: 10px 0;
}
.people .main .team_list .item .content .lead {
  font-size: 18px;
  line-height: 30px;
  color: #686868;
  margin: 10px 0;
}
.people .main .team_list .item .content .link {
  margin-top: 20px;
  width: 130px;
  height: 40px;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  background: #1B3069;
}
/*.people_details .main .wrap {
  margin-top: 50px;
}*/


.view_link {
  margin-top: 50px;
  width: 140px;
  height: 44px;
  border-radius: 6px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  background: #1B3069;
}


.people_details .main .wrap .explain .cover_box {
  /*height: 800px;*/
}
.people_details .main .wrap .explain .cover_box .cover {
  height: 100%;
}
.contact_us {
  background: #F8F8F8;
}
.contact_us .main .wrap {
  padding: 60px;
  background: #fff;
  margin-bottom: 50px;
}
.contact_us .main .wrap.bgnone{
  background: #f0f3f9;
}
.contact_us .main .wrap .box .content .title {
  font-size: 40px;
  line-height: 52px;
  color: #000;
  font-weight: 600;
}
.contact_us .main .wrap .box .content .name {
  font-size: 26px;
  line-height: 38px;
  color: #000;
  font-weight: 600;
  padding: 20px 0;
}
.contact_us .main .wrap .box .content .lead,
.contact_us .main .wrap .box .content p {
  white-space: pre-line;
  font-size: 20px;
  color: #000;
  line-height: 34px;
}
.contact_us .main .wrap .box .content p a{
    display: contents;
}
.contact_us .main .wrap .box:nth-child(2) {
  position: relative;
  padding: 0 30px;
}
.contact_us .main .wrap .box:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 100%;
  background: #D2D2D2;
}
.contact_us .main .wrap .map_box::after {
  display: none;
}
.contact_us .main .wrap .map {
  height: 580px;
  background: #F8F8F8;
}
.join_us {
  background: #F8F8F8;
}
.join_us .main {
  padding: 10px 0 50px;
}
.join_us .main .list .item .link {
  padding: 20px;
  background: #fff;
  transition: all 0.6s ease-in-out;
  border: 2px solid #fff;
}
.join_us .main .list .item .link .cover_box {
  height: 380px;
  overflow: hidden;
}
.join_us .main .list .item .link .cover_box .cover {
  height: 100%;
  transition: all 0.6s ease-in-out;
}
.join_us .main .list .item .link .text {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-top: 14px;
  text-align: center;
}
.join_us .main .list .item .link:hover {
  border-color: #1B3069;
}
.join_us .main .list .item .link:hover .cover {
  transform: scale(1.1);
}
.join_us .main .list .item .link:hover .text {
  color: #1B3069;
}
.join_us_details .main {
  padding-bottom: 80px;
}
.join_us_details .main .wrap {
  background: #fff;
  padding: 60px;
}
.join_us_details .main .wrap .cover_box {
  overflow: hidden;
  height: 800px;
}
.join_us_details .main .wrap .cover_box .cover {
  transition: all 0.6s ease-in;
  height: 100%;
}
.join_us_details .main .wrap .cover_box:hover .cover {
  transform: scale(1.1);
}
.join_us_details .main .wrap .content {
  padding-left: 40px;
  padding-top: 30px;
}
.join_us_details .main .wrap .content .lead,
.join_us_details .main .wrap .content p {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  white-space: pre-line;
  transform: translateY(-18px);
}
.join_us_details .main .wrap .content .title_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.join_us_details .main .wrap .content .title_box .title {
  font-size: 32px;
  line-height: 44px;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.join_us_details .main .wrap .content .title_box .num {
  font-size: 14px;
  margin-left: 10px;
  padding: 0 20px;
  border-radius: 4px;
  background: #DFE7FC;
  color: #000;
  height: 34px;
  line-height: 34px;
  display: inline-block;
}
.join_us_details .main .wrap .content .title_box .price {
  font-size: 32px;
  line-height: 44px;
  color: #FF0000;
  font-weight: 500;
}
.join_us_details .main .wrap .content .name {
  font-size: 26px;
  color: #000;
  font-weight: 600;
  margin-top: 10px;
}
.join_us_details .main .wrap .content .bottom {
  padding-top: 10px;
}
.join_us_details .main .wrap .content .bottom .common_btn {
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  width: 180px;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 14px;
}
.join_us_details .main .wrap .content .bottom .consult {
  background: #1B3069;
}
.join_us_details .main .wrap .content .bottom .result {
  background: #A2A2A2;
}
.lx_left{
    width: 60px;
    float: left;
}
.lx_right{
    display: block;
    margin-left: 60px;
}