/* 
-------------  控件样式  -------------
*/
/* 视频 */
.video_playerBox {
  display: none;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.video_player {
  width: 60%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#video_player {
  width: 100%;
  height: auto;
}

.video_player .video-close {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -16px;
  right: -16px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s linear;
}

.video_player .video-close:hover {
  background-color: #fff;
  color: #333;
}

.skipmenu a i {
  font-style: normal;
  display: none;
  float: left;
}

.subbodyskip .navbaractive {
  box-shadow: none;
}

.bodybg_grey {
  background-color: #f5f8fd;
}

.filletS4 {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.filletS6 {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.navbar-default .navbar-toggle {
  border: none;
}

.homebody {
  background: url('/images/bner/bg_bner_p1.jpg') center top #011c48;
  background-size: auto 700px;
  background-repeat: no-repeat;
}

.bannerHome {
  width: 100%;
  height: 700px;
  position: relative;
  /* background-color: #011c48; */
}

.homebody .sectionmainbox {
  background-color: #ffffff;
}

.banner_Hvideo {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #011c48;
}

.banner_Hvideo video {
  position: absolute;
}

.banner_Hvideo .v1 {
  z-index: -1;
}

.banner_Hvideo .v2 {
  z-index: -2;
}

.banner_Hbg {
  display: none;
}

.hbannerbox {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-top: 220px;
}

.hbanner-textbox {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}

.hbanner-text-title {
  font-size: 44px;
  line-height: 48px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}

.hbanner-text-title a {
  display: block;
  font-size: 48px;
  line-height: 52px;
  color: #ffffff;
  position: relative;
}

.hbanner-text-title a::before {
  display: block;
  content: '';
  width: 0px;
  height: 2px;
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: #ffffff;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hbanner-text-title a:hover {
  opacity: .9;
}

.hbanner-text-title a:hover::before {
  width: 190px;
}

.hbanner-text-subtitle {
  font-size: 56px;
  line-height: 56px;
  color: #ffffff;
}

.hbanner-text-titledesc {
  font-size: 14px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 16px;
}

.hbanner-textdesc {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 40px;
  width: 40% !important;
}

.hbanner-textdesc br {
  display: none;
}

.hbanner-text-littletitle {
  font-size: 20px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}

.subbannerbox-text-title {
  font-size: 50px;
  line-height: 54px;
  color: #ffffff;
  font-weight: bold;
}

.subbannerbox-text-subtitle {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 28px;
}

.subbannerbox-textdesc {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.64);
  margin-bottom: 40px;
}

.hbanner-otherinfo {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}

.hbanner-otherinfo-form {
  width: 360px;
  min-height: 1px;
  overflow: hidden;
  background: none;
  position: relative;
  margin-bottom: 12px;
}

.hbanner-otherinfo-form input {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.24);
  line-height: inherit;
  padding: 11px 120px 11px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  width: 360px;
}

.hbanner-otherinfo-form input:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.hbanner-otherinfo-form input:focus {
  color: #ffffff;
  border: 1px solid #ffffff;
  outline: none;
}

.bgcolor-sw {
  background-color: #ffffff;
}

.hbanner-otherinfo-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.hbanner-otherinfo-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.hbanner-otherinfo-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.hbanner-otherinfo-input {
  background: none;
  border: none;
}

.hbanner-otherinfo-form button {
  display: block;
  padding: 0px 24px;
  line-height: 40px;
  font-size: 13px;
  color: #ffffff;
  border: none;
  background-color: #197dc4;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  z-index: 99;
  top: 4px;
  right: 4px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  opacity: 0.8;
}

.hbanner-otherinfo-form button:hover {
  opacity: 1;
}

.hbanner-otherinfo-telinfo {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}

.hbanner-otherinfo-telinfo span {
  font-size: 14px;
  color: #ffffff;
  float: left;
}

.hbanner-otherinfo-telinfo a {
  width: 100px;
  min-height: 1px;
  overflow: hidden;
  font-size: 14px;
  color: #ffffff;
}

.hbanner-otherinfo-telinfo a:hover {
  color: #ffffff;
}

.banner {
  width: 100%;
  height: 600px;
  background-color: #000000;
}

.bannerbox {
  width: 100%;
  height: 100%;
  display: none;
}

.bner2 {
  /*background: url('/images/bner/bg_bner_p2.jpg') center center #14368f;*/
      background: url(/static/image/3333.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.bner3 {
  /*background: url('/images/bner/bg_bner_p3.jpg') center center #072f86;*/
  background: url(/static/image/4444.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.bner4 {
  /*background: url('/images/bner/bg_bner_p4.jpg') center center #123788;*/
  background: url(/static/image/6666.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.bner5 {
  background: url('/images/bner/bg_bner_p5.jpg') center center #093188;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.bner6 {
  background: url('/images/bner/bg_bner_p6.jpg') center center #12388b;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.bner7 {
  background: url('/images/bner/bg_bner_p7.jpg') center center #082e83;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.bner8 {
  /*background: url('/images/bner/bg_bner_p8.jpg') center center #083087;*/
  background: url(/static/image/11111.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.bner9 {
  background: url('/images/bner/bg_bner_p9.jpg') center center #052d84;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.bner10 {
  background: url('/images/bner/bg_bner_p10.jpg') 40% center #011c57;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.bner11 {
  background: url('/images/bner/bg_bner_p11.jpg') center center #1e61a8;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.bner12 {
  background: url('/images/bner/bg_bner_p12.jpg') center center #0c0527;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.bner13 {
  /*background: url('/images/bner/bg_bner_p13.jpg') center center #000000;*/
  background: url(/static/image/7777.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
}


/* 
*/

.bner15 {
  background: url('/images/bner/bg_bner_p4.jpg') center center #123788;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.bner20 {
  /*background: url('/images/bner/bg_bner_p7.jpg') 26% center #082e83;*/
  background: url(/static/image/5555.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.bannermain {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-top: 240px;
}

.bannermain_text {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-bottom: 44px;
}

.bannertext_pc {
  display: block;
}

.bannertext_m {
  display: none;
}

.bannermain_tbox {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-bottom: 16px;
}

.bannermain_tbox span {
  display: block;
}

.bannermain_tbox .title {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  color: #ffffff;
}

.bannermain_tbox .title br {
  display: none;
}

.bannermain_tbox .subtitle {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}

.bannermain_tdesc {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.64);
  max-width: 48%;
}

.bannermain_btnbox {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}

.bannermain_btn {
  width: auto;
  min-height: 1px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.bannermain_btn a {
  width: auto;
  min-height: 1px;
  overflow: hidden;
  display: block;
  font-size: 12px;
  line-height: 38px;
  color: #ffffff;
  padding: 0px 24px;
}

.bannermain_btn a:hover {
  opacity: 0.64;
}

.bannermain_btnbox .ontrial a {
  width: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #197dc4;
  border: 1px solid #197dc4;
}

.bannermain_btnbox .ontrial a:hover {
  opacity: 0.64;
  color: #ffffff !important;
}

.bannermain_btnbox .ontrial a:focus {
  color: #ffffff;
  outline: none;
}

.bannermain_btnbox .videos a {
  width: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #ffffff;
}

.bannermain_btnbox .videos a:hover {
  opacity: 0.64;
}

.sectioncountry {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding: 64px 0px;
  border-bottom: 4px solid #1b3f84;
}

.sectioncooperation {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding: 64px 0px;
}

.sectionmainbox {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}

.sectionmain_subbg {
  background: url("/images/bg_subbodybg.png") center top;
  background-size: auto 732px;
  background-repeat: repeat-x;
}

.sectionnav {
  width: 100%;
  height: 50px;
  padding-top: 12px;
}

.sectionnav2 {
  width: 100%;
  height: 50px;
  margin-bottom: 12px;
}

.sectionnav3 {
  width: 100%;
  overflow: hidden;
  height: auto;
  margin-bottom: 16px;
}

.sectionmain {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}

.sectionborder {
  border-bottom: 1px solid #d9d9d9;
}

.section {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding-top: 120px;
}

.section2 {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding-top: 36px;
}

.section3 {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding-top: 0px;
}

.section_tbox {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-bottom: 64px;
}

.section_tlist {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-bottom: 8px;
}

.section_tlist ul li {
  width: auto;
  float: left;
  padding: 0px 4px;
}

.section_tlist ul li a {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  display: block;
  font-size: 12px;
  line-height: 40px;
  color: #afafaf;
  padding: 0px 24px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.section_tlist ul li a:hover {
  background-color: #2a8cf6;
  color: #ffffff;
}

.section_tlist ul li a:focus {
  outline: none;
  color: #ffffff;
}

.curbtn a {
  background-color: #2a8cf6;
  color: #ffffff !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.section_ttitle {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-bottom: 12px;
  color: #000000;
}

.section_ttitle span {
  display: block;
  text-align: center;
}

.section_ttitle .title {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

.section_ttitle .title i {
  font-weight: 400;
  font-style: normal;
}

.section_ttitle .subtitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 3px;
  display: none;
}

.section_tdesc {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  text-align: center;
}

.section_main {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding-bottom: 120px;
}

.section_main2 {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}

.section_main3 {
  width: 100%;
  min-height: 1px;
}

.section_main_subbg {
  background: url(/images/bg_subsection.jpg) center top;
  background-size: auto 200px;
  background-repeat: repeat-x;
  padding-top: 80px;
}

.section_main_subbg2 {
  background-color: #f4f8fd;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section_maingeneral {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  text-align: center;
}

.section_maingeneral img {
  width: 100%;
  /* max-width: 1110px; */
}

.section_maingeneral2 {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  text-align: center;
}

.section_maingeneral2 img {
  width: 100%;
  max-width: 1110px;
}

#law_img img {
  width: 100%;
  max-width: 100%;
}

.isStuck {
  box-shadow: 0px 0px 32px rgba(2, 80, 158, 0.14);
}


/* 
-------------  公共列表布局样式  -------------
*/

.listsectionBox {
  width: 100%;
  height: 880px;
}

.listsectionBox2 {
  width: 100%;
  height: 680px;
}

.listsectionBox3 {
  width: 100%;
  height: 620px;
}

.listsection_rightbg {
  background: url("/images/bg_subbgright.png") right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.listsection_leftbg {
  background: url("/images/bg_subbgleft.png") left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.listsection_tbox {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}

.listsection_ttitle {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  font-size: 32px;
  line-height: 36px;
  color: #000000;
  text-align: left;
}

.listsection_ttitle span {
  float: left;
  width: auto;
}

.listsection_tt1 {
  overflow: hidden;
}

.listsection_tt2 {
  font-weight: bold;
}

.listsection_tdesc {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  text-align: center;
}

.listsection_tmain {
  width: 100%;
  min-height: 1px;
  position: relative;
  margin-top: 120px;
}

.papersectionmain .listsection_tmain {
  margin-top: 20px;
}

.listsection_tmain_nav {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}

.listsection_tmain_navbox {
  width: 100px;
  min-height: 1px;
  overflow: hidden;
  position: absolute;
  top: 128px;
  z-index: 9;
}

.listsection_tmain_text {
  width: 100%;
  min-height: 1px;
}

.listsection_tmain_textbox {
  width: 30%;
  min-height: 1px;
  float: left;
  margin-top: 5%;
  padding-bottom: 160px;
}

.pageelement-jiagou-img>img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.papersectionmain .listsection_tmain_textbox {
  margin-top: 12%;
}

.tablist_tbox .listsection_tmain_textbox {
  width: 25%;
  margin-left: 110px;
}

.sectionListtabs {
  width: 100%;
  min-height: 1px;
}

.sectionListtabs li a {
  width: 100%;
  min-height: 1px;
  display: block;
  font-size: 12px;
  line-height: 40px;
  color: #999999;
  position: relative;
}

.sectionListtabs li a:hover {
  color: #1650b1;
}

.sectionListtabs .curnavs a {
  color: #1650b1 !important;
  font-weight: bold;
}

.sectionListtabs .curnavs a::after {
  display: table;
  content: " ";
  width: 8px;
  height: 8px;
  border: 1px solid #1650b1;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  position: absolute;
  top: 16px;
  margin-left: 56px;
}

#tab_one .sectionListtabs .curnavs a::after {
  margin-left: 64px;
}

.listsection_tmain_textbox2 {
  width: 100%;
  min-height: 1px;
  float: left;
}

.listsection_maintbox {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-bottom: 72px;
}

.listsection_mainttitle {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-bottom: 30px;
}

.lawsmain .listsection_mainttitle {
  margin-bottom: 15px;
}

.listsection_mainttitle h2 {
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
}

.listsection_mainttitle span {
  font-size: 12px;
  line-height: 20px;
  color: #888888;
}

.lawsmain .listsection_mainttitle span {
  display: none;
}

.solScenedesc .listsection_mainttitle span {
  display: none;
}

.listsection_maintdesc {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.listsection_maintlist {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.listsection_maintlist ul {
  padding: 0;
  margin: 0;
}

.listsection_maintlist ul li {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  position: relative;
  padding-left: 28px;
}

.listsection_maintlist ul li::before {
  width: 20px;
  height: 20px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  background: url(/images/ico/icon_mark.svg) center center no-repeat;
  background-size: 14px 14px;
}

.listsection_maintdesc ul li {
  position: relative;
}

.listsection_maintdesc ul li::before {
  width: 3px;
  height: 3px;
  background-color: #333333;
  display: table;
  content: '';
  position: absolute;
  top: 10px;
}

.listsection_maintdesc ul li span {
  margin-left: 8px;
}

.listsection_maintdescmore {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-top: 6px;
  display: none;
}

.listsection_maintdescmore a {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  display: block;
  font-size: 12px;
  line-height: 24px;
  color: #888888;
}

.listsection_maintdescmore a:hover {
  color: #0f488b;
}

.accountingMain .listsection_maintdesc {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  height: 168px;
}

.listsection_maintbtn {
  width: 100%;
  min-height: 1px;
}

.listsection_maintbtn a {
  width: 120px;
  min-height: 1px;
  display: block;
  font-size: 13px;
  line-height: 44px;
  text-align: center;
  color: #666666;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.08);
  -moz-box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.08);
  -webkit-box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.08);
  background-color: #d3edff;
}

.listsection_maintbtn a:hover {
  background-color: #ffffff;
  box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.36);
  -moz-box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.36);
  -webkit-box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.36);
}

.listsection_maintbtn a:focus {
  outline: none;
}

.listsection_laws_box {
  margin-top: 30px;
}

.listsection_laws_box .listsection_laws_des {
  margin-bottom: 2px;
}

.listsection_laws_box .listsection_laws_des span {
  font-size: 12px;
  line-height: 20px;
  color: #273248;
}

.listsection_laws_box .listsection_laws_des .t2 {
  color: #0071c7;
}

.listsection_tmain_imgtab {
  width: 100px;
  min-height: 1px;
  float: left;
  position: absolute;
  top: 26%;
  right: 55%;
  z-index: 99;
}

.sectionImgtab_nav {
  width: 100px;
  min-height: 1px;
  font-size: 12px;
  line-height: 40px;
  color: #999999;
}

.sectionImgtab_nav:hover {
  color: #1650b1;
}

.listsection_tmain_img {
  width: 55%;
  min-height: 1px;
  float: right;
  position: absolute;
  top: -64px;
  right: 64px;
  z-index: 99;
}

.papersectionmain .listsection_tmain_img {
  top: 0px;
}

.listsection_tmainimg_position {
  top: 12px;
}

.listsection_tmain_img2 {
  width: 88%;
  min-height: 1px;
  margin: 0 auto 16px auto;
}

.listsection_tmain_img2 img {
  width: 100%;
}

.listsection_tmain_img3 {
  width: 78%;
  min-height: 1px;
  margin: 0 auto 96px auto;
}

.listsection_tmain_img3 img {
  width: 100%;
}

.listsection_tmain_imgbox {
  width: auto;
  min-height: 1px;
  margin-right: 140px;
}

.listsection_tmain_imgbox img {
  width: 100%;
  margin: 64px;
  max-width: 740px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
  -moz-box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
  -webkit-box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
}

.listsection_tmain_imgbox2 {
  width: 180px;
  min-height: 1px;
  position: absolute;
  right: 120px;
  top: 22%;
  z-index: 99;
}

.listsection_tmain_imgbox2 img {
  width: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
  -moz-box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
  -webkit-box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
}

.listsection_tmain_imgbox3 {
  width: 140px;
  min-height: 1px;
  position: absolute;
  right: 200px;
  top: 32%;
}

.listsection_tmain_imgbox3 img {
  width: 100%;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
  -moz-box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
  -webkit-box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
}

.listsection_imgbox {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}


/* 
-------------  全国页面  -------------
*/

.countryCity {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding: 80px 0px 0px 0px;
}

.maplistBox {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  padding: 24px;
  background-color: #ffffff;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-bottom: 30px;
}

.maplistBox:hover {
  background-color: #ffffff;
  box-shadow: 0px 8px 48px rgba(48, 92, 218, 0.16);
  -moz-box-shadow: 0px 8px 48px rgba(48, 92, 218, 0.16);
  -webkit-box-shadow: 0px 8px 48px rgba(48, 92, 218, 0.16);
}

.maplistBox:hover .imgmap1 {
  display: none;
}

.maplistBox:hover .imgmap2 {
  display: block;
}

.maplistnamebox {
  width: auto;
  min-height: 1px;
  overflow: hidden;
  position: absolute;
  top: 24px;
}

.maplistname {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  font-weight: bold;
  display: block;
}

.maplistdata {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  display: block;
}

.maplistcity {
  width: auto;
  min-height: 1px;
  padding: 0px 100px 0px 120px;
  font-size: 12px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 8px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}

.maplistcity2 {
  -webkit-line-clamp: 4;
  height: 90px;
}

.maplistmap {
  width: auto;
  min-height: 1px;
  overflow: hidden;
  position: absolute;
  top: 24px;
}

.maplist_t_localeft {
  left: 24px;
}

.maplist_t_locaright {
  right: 24px;
}

.maplist_img_localeft {
  left: 20px;
}

.maplist_img_locaright {
  right: 20px;
}

.maplistmap img {
  width: 64px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.maplistmap .imgmap1 {
  display: block;
}

.maplistmap .imgmap2 {
  display: none;
}

.maplistmap2 {
  width: auto;
}

.maplistmap img {
  width: 48px;
}

.tabbox {
  display: none;
}

.tabbox_active {
  display: block;
}

.current {
  display: block;
  animation: fadeIn 0.4s linear none;
}

.current2 a {
  width: 100% !important;
  min-height: 1px !important;
  overflow: hidden !important;
  display: block !important;
  font-size: 14px !important;
  line-height: 48px !important;
  color: #00328e !important;
  border-bottom: 1px solid #00328e !important;
  background: none !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    opacity: 1;
  }
}

.sectiondarkbg .section_ttitle {
  color: #ffffff;
}

.sectiondarkbg .section_tdesc {
  color: rgba(255, 255, 255, 0.48);
}

.sectiondarkbg .hsolutionsmain_desc {
  color: rgba(255, 255, 255, 0.48);
}

.sectiondarkbg .hsolutionsmain_btn .btnpublic_s2 a {
  color: rgba(255, 255, 255, 0.88);
}

.bgdarksection {
  /* background: url("/images/bg_hcasebg.png") center center;
  background-size: auto 100%;
  background-repeat: repeat-x; */
  background-color: #000000;
}

.countrywide-address .caselist_main {
  padding: 0px;
}

.theme-popover span {
  display: initial;
}

.theme-popover .agreementnotes a {
  display: contents;
}

.pageelement-tech-img {
  height: 100%;
}

.pageelement-tech-img a {
  display: block;
  height: 100%;
}

.laws-arrow {
  display: block;
  height: 32px;
}

.laws-arrow img {
  height: 100%;
  display: block;
}

.mbDisplay {
  display: none;
}


/* 
-------------  产品页面  -------------
*/

.message-card {
  background: #ffffff;
  /* cursor: pointer; */
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.3s linear;
}

.message-card a {
  display: block;
}

.message-card2 {
  background: #f3f8ff;
  /* cursor: pointer; */
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.3s linear;
}

.message-card2 a {
  display: block;
}

.scene_imgbox img {
  width: 100%;
  border-radius: 0px;
}

.scene_iconbox {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
  margin-left: 24px;
}

.scene_iconbox img {
  width: 100%;
  object-fit: cover;
}

.pagehome-eletype-scene {
  height: 100%;
  width: 100%;
  min-height: 1px;
  padding: 20px 24px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.pagehome-eletype-scene-bg {
  padding: 32px;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #e9f0f8, #f4f8fd)
}

.pagehome-eletype-scene span {
  display: block;
}

.pagehome-eletype-icon {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.pagehome-eletype-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 12px;
}

.pagehome-eletype-titlemore {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}

.pagehome-eletype-desc {
  position: relative;
  height: 48px;
  overflow: hidden;
  font-size: 13px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 0px;
}

.sollits_cardAD .pagehome-eletype-desc {
  height: auto;
}

.pagehome-eletype-desc0 {
  font-size: 12px;
  line-height: 20px;
  height: 60px !important;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.pagehome-eletype-sceneadorn {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}

.sollits_cardAD .pagehome-eletype-sceneadorn {
  display: none !important;
}

.message-mask {
  /* display: none; */
  position: relative;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  z-index: 99;
  transition: height 0.3s linear;
}

.message-mask2 {
  position: absolute;
  background-color: #fff;
  height: 0px;
}

.message-card:hover {
  box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
  -moz-box-shadow: 12px 0px 64px rgba(168, 203, 236, 0.12);
  -webkit-box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
}

.message-card:hover .pagehome-eletype-btn {
  background-color: #0f7eec;
  color: #ffffff;
}

.message-card2:hover {
  background-color: #ffffff;
  box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
  -moz-box-shadow: 12px 0px 64px rgba(168, 203, 236, 0.12);
  -webkit-box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
}

.message-card2:hover .pagehome-eletype-btn {
  background-color: #0f7eec;
  color: #ffffff;
}

.pagehome-eletype-btn {
  width: 88px;
  margin-top: 24px;
  min-height: 1px;
  display: block;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  color: #a7bcd1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.3s linear;
  background-color: #f2f8ff;
}

.message-card2 .pagehome-eletype-btn {
  background-color: #ffffff;
}

.message-card:hover .message-mask {
  height: 100%;
}

.message-card:hover .pagehome-eletype-desc1 {
  font-size: 12px;
  line-height: 20px;
  height: 100px !important;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.message-card:hover .pagehome-eletype-desc.move {
  animation: growUp 0.2s linear forwards;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}


/* 
-------------  方案页面样式布局  -------------
*/

.sollits_father {
  margin-right: -30px;
  /* overflow: hidden; */
  display: flex;
}

.sollits_child {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  box-sizing: border-box;
}

.sollits_child_1 {
  width: 25%;
}

.sollits_child_2 {
  width: 75%;
}

.sollits_cardAD {
  height: 550px;
  background: #f3f8ff;
  /* cursor: pointer; */
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.3s linear;
  position: relative;
}

.sollits_cardAD a {
  cursor: auto;
}

.sollits_cardAD_bg1 {
  background-color: black;
}

.sollits_cardAD_bg2 {
  background-color: black;
}

.sollits_cardAD_bg3 {
  background-color: black;
}

.sollits_cardAD .pagehome-eletype-title {
  color: #ffffff;
  font-size: 20px;
}

.sollits_cardAD .pagehome-eletype-desc {
  color: #fff;
}

.sollits_cardAD .pagehome-eletype-scene {
  padding: 20px 36px;
}

.sollits_cardADbg {
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 64px;
  opacity: .48;
}

.sollits_cardADbg1 {
  background: url('/images/ico/ico_solbg1.png') center bottom;
  background-repeat: no-repeat;
  background-size: 72% auto;
}

.sollits_cardADbg2 {
  background: url('/images/ico/ico_solbg3.png') center bottom;
  background-repeat: no-repeat;
  background-size: 72% auto;
}

.sollits_cardADbg3 {
  background: url('/images/ico/ico_solbg2.png') center bottom;
  background-repeat: no-repeat;
  background-size: 72% auto;
}

.solchart_main {
  width: 100%;
  position: relative;
  padding: 30px;
  background: linear-gradient(180deg, rgba(231, 232, 255, .36), rgba(231, 232, 255, 0) 87.54%);
  border-radius: 16px;
}

.solchart_main .item-box {
  height: 100%;
  padding-left: 24px;
  padding-top: 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.solchart_main .item-box .subtitleSol {
  color: #555;
  font-size: 14px;
  font-style: normal;
  line-height: 26px;
}

.solchart_main .item-box .titleSol {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px;
  color: #000;
  font-style: normal;
  font-weight: 700;
}

.solchart_main .item-box .descSol {
  width: 100%;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.solchart_main .item-box .descSol ul {
  margin: 0;
  padding-left: 10px;
}

.solchart_main .item-box .descSol ul li {
  list-style-type: disc;
}

.solchart_main .ontrialPublic {
  margin-top: 36px;
}

.sollits_cardAD .sollits_cardAD_btn {
  width: 120px;
  min-height: 1px;
  margin-left: 36px;
}

.sollits_cardAD .sollits_cardAD_btn a {
  width: 100%;
  min-height: 1px;
  display: block;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.64);
  background-color: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.sollits_cardAD .sollits_cardAD_btn a:hover {
  color: #0f3585;
  background-color: rgba(255, 255, 255, 1);
}

.section_tdesc br {
  display: none;
}

.pswp__bg {
  background: rgba(0, 0, 0, 0.88);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.pc_JGT {
  display: inline-block;
}

.mobile_JGT {
  display: none;
}