html {font-family:arial;font-size:16px;}
body{width:100%;color:#222; background:#fff; margin:0; position:relative}
body,th,td,.p1,.p2{font-family:arial;font-size:1.0em;}
p,form,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0; padding:0; list-style:none}
/* ul, li{list-style:none;white-space:nowrap;text-decoration: none;} */
a{color: #333;text-decoration: none;}

body {
  padding-top: 4.5em;
}
.container-100 {
  width: 100%;
}
.container {
  width: 100%;
  max-width: 90em;
  margin: 0 auto;
  padding: 0 1.0em;
  box-sizing: border-box;
}
.box-line {
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.15);
}
.clearBoth {
  clear: both;
}
.header {
  width: 100%;
  height: 4.5em;
  background-color: #fff;
  box-shadow: 0 0.25em 0.625em 0 rgba(0,0,0,0.15);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.header .container {
  height: 4.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header .log {
  flex: 0 0 40%;
  max-width: 12.5em;
}
.header .log img {
  width: 100%;
}
.navigation {
  flex: 1 1 0%;
  max-width: 53.125em;
}
.navigation ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.navigation ul li {
  flex: 1;
  line-height: 3.0em;
  text-align: center;
  position: relative;
}
.navigation ul li h3 {
  font-size: 1.0em;
  font-weight: 400;
}
.navigation ul li a {
  display: inline-block;
  line-height: 3.0em;
}
.navigation ul li a:hover, .navigation .on h3 a {
  color: #005BBB;
  border-bottom: 0.125em solid #005BBB;
}
.navigation .sub { 
  width: 7.5em; 
  line-height: 1.625em; 
  padding: 0.75em 0 0.3125em 0;
  margin-left: -3.75em;
  position: absolute; 
  left: 50%; 
  top: 3.125em;  
  background:rgba(255, 255, 255, 0.9);
  display:none; 
}
.navigation .sub li { 
  zoom: 1; 
}
.navigation .sub a { 
  display: block; 
  padding: 0 0.625em; 
}
.navigation .sub a:hover { 
  background:#6d6d6d; 
  color:#fff;
  border-bottom: none;
}
.menu {
  display: none;
}
/* .menu-list {
  display: none;
} */

.box-industry {
  width: 100%;
  /* height: 46.875em; */
  position: relative;
}
.banner {
  /* height: 660px; */
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner img {
  width: 100%;
  vertical-align: top;
}
.industry-container {
  width: 100%;
  max-width: 90em;
  height: 7.25em;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
}
.industry-container ul {
  width: 100%;
  padding: 0 1.0em;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.industry-container ul li {
  width: 32%;
  background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, #AED1FF 100%);
  box-shadow: 0 0.25em 0.625em 0 rgba(0,0,0,0.15);
}
.industry-container h2 {
  width: 100%;
  height: 4.0em;
  line-height: 2.0em;
  text-align: center;
  padding: 1.5em 0 0 0;
  font-weight: 600;
  font-size: 1.25em;
  color: #0074E6;
  font-style: normal;
  overflow: hidden;
}
.industry-container .pic {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  padding-top: 1.0em;
  position: relative;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.industry-container .pic img {
  width: 100%;
}
.industry-container .logo {
  width: 13.0em;
  position: absolute;
  right: 24px;
  top: -18.125em;
}
.industry-container .logo img {
  width: 100%;
}
.box-about {
  padding-bottom: 3.75em;
}
.box-about .box-line {
  margin-top: 3.0em;
  padding-top: 3.0em;
}
.box-about .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.box-about .image {
  width: 50%;
  padding-right: 1.5em;
  box-sizing: border-box;
}
.box-about .pic {
  width: 100%;
  height: 37.5em;
  overflow: hidden;
}
.box-about .info {
  width: 50%;
  height: 37.5em;
  padding: 2.5em;
  box-sizing: border-box;
  background: #F7F7F7;
  overflow: hidden;
}
.box-about .info h2 {
  width: 100%;
  line-height: 2.5em;
  padding: 0.5em 0 0 0;
  font-weight: 400;
  font-size: 2.5em;
}
.box-about .info .des {
  line-height: 2.0em;
  font-weight: 400;
  font-size: 1.25em;
  /* color: #0B0D0E; */
  text-align: justify;
  font-style: normal;
}
.box-about .info .des p {
  padding-top: 1.5em;
}

.box-leader {
  padding: 3.0em 0;
  background: linear-gradient( 144deg, #F4F9FF 0%, #E4EEFB 100%);
}
.box-leader .title {
  line-height: 3.75em;
  text-align: center;
  padding-bottom: 1.5em;
  font-weight: 400;
  font-size: 2.5em;
  letter-spacing: 0.125em;
}
.box-leader ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-leader li {
  width: 25%;
  padding: 0 1.0em;
  box-sizing: border-box;
}
.box-leader .item {
  width: 100%;
  /* max-width: 296px; */
  margin: 0 auto;
  padding: 0.5em 0.5em 1.75em 0.5em;
  box-sizing: border-box;
  background-color: #fff;
}
.box-leader .pic {
  width: 100%;
  /* height: 17.5em; */
  text-align: center;
  overflow: hidden;
}
.box-leader .pic img {
  width: 100%;
  /* min-height: 17.5em; */
}
.box-leader .info, .box-leader .des {
  padding: 0.5em;
  box-sizing: border-box;
}
.box-leader h2 {
  line-height: 3.0em;
  font-size: 1.25em;
  font-weight: 600;
}
.box-leader h3 {
  line-height: 2.0em;
  font-size: 1.125em;
  font-weight: 400;
}
.box-leader .des {
  height: 15.0em;
  line-height: 1.75em;
  font-size: 1.125em;
  font-weight: 400;
  text-align: justify;
  overflow: hidden;
}

.box-care {
  padding: 3.0em 0;
}
.box-care .title {
  line-height: 3.75em;
  text-align: center;
  font-weight: 400;
  font-size: 2.5em;
  letter-spacing: 0.125em;
}
.box-care .pic {
  width: 100%;
  padding-top: 1.5em;
  text-align: center;
}
.box-care .pic img {
  width: 100%;
  height: auto;
}
.box-care .des {
  padding: 0.75em 0;
  line-height: 3.0em;
  font-size: 1.125em;
  font-weight: 400;
  text-align: justify;
}

.box-slogan {
  height: 9.375em;
  background-image: url(../images/slogan_bg.png);
  background-repeat: no-repeat;
  background-size:cover;
}
.box-slogan .pic {
  width: 90%;
  max-width: 44.0em;
  height: 9.375em;
  /* text-align: center;
  margin: 0 auto; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-slogan .pic img {
  width: 100%;
}

.box-footer {
  padding: 3.75em 0 1.5em 0;
  background: #EEF0F5;
}
.box-footer .nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.box-footer h2 {
  line-height: 3.0em;
  font-size: 1.25em;
}
.box-footer h5 {
  line-height: 2.25em;
  font-size: 1.125em;
  font-weight: 400;
}
.box-footer .box-line {
  margin-top: 3.75em;
  padding-top: 1.5em;
}
.box-footer .areas {
  display: flex;
  align-items: flex-start;
  justify-content: left;
}
.box-footer li {
  width: 12.5em;
  height: 4.75em;
  margin-right: 2.25em;
  display: flex;
  align-items: flex-start;
  justify-content: left;
}
.box-footer li .pic {
  flex: 0 0 5.625em;
}
.box-footer li .pic img {
  width: 4.75em;
  height: 4.75em;
}
.box-footer li .info {
  flex: 1 1 0%;
}
.box-footer li h5 {
  line-height: 1.5em;
  font-size: 1.0em;
}
.box-copyright {
  line-height: 2.5em;
  text-align: center;
  background-color: #343637;
  font-size: 0.875em;
  color: rgba(255, 255, 255, 0.6);
}
.box-copyright a {
  color: rgba(255, 255, 255, 0.6);
}



.box-banner2 {
  width: 100%;
  /* height: 26.25em; */
  text-align: center;
  position: relative;
}
/* .banner2 {
  height: 26.25em;
  overflow: hidden;
} */
.banner2 img {
  width: 100%;
  height: auto;
}

.box-breadcrumb .container {
  line-height: 1.5em;
  padding: 0.75em 1.5em;
}
.box-breadcrumb a {
  margin: 0 0.5em;
}
.box-breadcrumb .box-line {
  padding-bottom: 1.5em;
}
.box-main {
  width: 100%;
  max-width: 90.0em;
  margin: 0 auto;
  padding: 3.0em 1.0em;
  box-sizing: border-box;
}
.box-main .title {
  line-height: 3.75em;
  text-align: center;
  padding-bottom: 1.5em;
  letter-spacing: 0.125em;
}
.box-main .title span {
  font-weight: 400;
  font-size: 2.5em;
}
.box-main .sub-title {
  line-height: 3.75em;
  text-align: center;
  font-weight: 400;
  font-size: 1.5em;
  letter-spacing: 0.125em;
}
.industry-list ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.industry-list ul li {
  width: 30%;
  padding-top: 2.5em;
  position: relative;
}
.industry-list ul li .info {
  width: 100%;
  display: block;
  margin-top: -3.75em;
  padding: 5.0em 0.5em 3.75em 0.5em;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 1.0em;
}
.industry-list ul li a:hover .info {
  box-shadow: 0 0.25em 0.625em 0 rgba(0, 0, 0, 0.15);
}
.industry-list .pic {
  width: 50%;
  margin: 0 auto;
}
.industry-list .pic img {
  width: 100%;
  height: auto;
}
.industry-list .tit {
  line-height: 2.25em;
  text-align: center;
  font-weight: 400;
  font-size: 1.25em;
}
.industry-list .slogan {
  line-height: 1.875em;
  text-align: center;
  font-weight: 400;
  font-size: 1.0em;
  color: #60A9FF;
}

.industry-saas {
  background: linear-gradient( 144deg, #F4F9FF 0%, #E4EEFB 100%);
}
.industry-course {
  background: #fff;
}
.industry-system {
  background: #F1F3F5;
}
.industry-saas .content, 
.industry-course .content, 
.industry-system .content {
  padding: 0.75em 0;
}
.industry-saas .content img, 
.industry-course .content img, 
.industry-system .content img {
  width: 100%;
  display: block;
}
.industry-saas .content p, 
.industry-course .content p, 
.industry-system .content p {
  line-height: 2.25em;
  padding: 1.125em 3.0em;
  font-weight: 500;
  font-size: 1.25em;
  text-align: justify;
  font-style: normal;
}

.news-list ul {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
}
.news-list ul li {
  width: 33.3333%;
  margin-bottom: 2.25em;
  padding: 0 1.125em;
  box-sizing: border-box;
}
.news-list .pic {
  width: 100%;
  height: 15.0em;
  text-align: center;
  background: #F7F7F7;
  overflow: hidden;
}
.news-list .pic img {
  height: 15em;
}
.news-list .info {
  padding: 0.625em 1.25em;
  box-sizing: border-box;
  background: #F8F8F8;
}
.news-list .tit {
  height: 3.75em;
  line-height: 1.875em;
  font-size: 1.125em;
  overflow: hidden;
}
.news-list .date {
  height: 2.5em;
  line-height: 2.5em;
  font-size: 1.0em;
  position: relative;
  left: 0;
  transition: left 0.3s linear;
}
.news-list a:hover .info {
  background: #60A9FF;
  color: #fff;
}
.news-list a:hover .date {
  left: 1.5em;
  transition: left 0.3s linear;
}

.news-content h1 {
  line-height: 1.5em;
  text-align: center;
  font-size: 2.0em;
}
.news-content h5 {
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  font-size: 1.125em;
  font-weight: 400;
}
.news-content .box-line {
  margin-top: 1.0em;
  padding-bottom: 2.5em;
}
.news-content .content {
  width: 100%;
  max-width: 61.25em;
  line-height: 2.0em;
  text-align: justify;
  margin: 0 auto;
  padding: 1.5em;
  box-sizing: border-box;
  font-size: 1.25em;
  font-style: normal;
}
.news-content .content * {
  max-width: 61.25em;
}
.news-content .content p {
  padding: 0.5em 0;
}
.news-more {
  padding-top: 0;
}
.link-more {
  text-align: center;
}
.link-more a {
  width: 10.0em;
  height: 2.875em;
  line-height: 2.875em;
  text-align: center;
  border: 1px solid #005BBB;
  display: inline-block;
  font-size: 1.125em;
  color: #005BBB;
  background-color: #fff;
}
.link-more a:hover {
  color: #fff;
  background-color: #005BBB;
  transition: all 0.3s linear;
}

.page  {
  text-align: center;
  padding-top: 1.5em;
}
.page a {
  text-decoration: none;
	border: 1px solid #005BBB;
	color: #005BBB;
}
.page a, .page span {
  height: 2.0em;
  line-height: 1.5em;
  padding: 0.25em 0.75em;
  box-sizing: border-box;
  margin-right: 0.3125em;
	margin-bottom: 0.3125em;
  display: inline-block;
}
.page .current {
  background: #005BBB;
  color: #fff;
	border: 1px solid #005BBB;
}
.page .current.prev, .page .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}


.pagination-container {
  margin-top: 10px !important;
  padding: 0 !important;
  padding-bottom: 10px !important;
}

.box-wealth {
  height: 50.0em;
  background-image: url(../images/background2.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.box-wealth .title {
  line-height: 1.5em;
  text-align: center;
  padding: 3.0em 0 1.75em 0;
  font-size: 2.0em;
  color: #fff;
}
.box-wealth .wealth {
  height: 32.5em;
  padding: 10% 0 0 21.875em;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: url(../images/wealth.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.box-wealth .text {
  width: 90%;
  line-height: 3.0em;
  font-size: 1.25em;
  color: #fff;
}
.box-wealth .link {
  margin-top: 1.5em;
}
.box-wealth .link a {
  width: 7.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  border: 1px solid #005BBB;
  display: inline-block;
  font-size: 1.125em;
  color: #fff;
  background-color: #005BBB;
}
.box-wealth .link a:hover {
  border: 1px solid #60A9FF;
  background-color: #60A9FF;
  transition: all 0.3s linear;
}

.partner-list ul {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
}
.partner-list ul li {
  width: 33.3333%;
  margin-bottom: 2.25em;
  padding: 0 1.125em;
  box-sizing: border-box;
}
.partner-list ul li a {
  cursor: default;
}
.partner-list .pic {
  width: 100%;
  height: 13.5em;
  text-align: center;
  background: #24292C;
  overflow: hidden;
}
.partner-list .pic img {
  height: 13.5em;
  transition: transform 0.4s ease-in-out;
}
.partner-list .info {
  padding: 0.625em 1.25em;
  box-sizing: border-box;
  background: #F8F8F8;
}
.partner-list .tit {
  height: 1.875em;
  line-height: 1.875em;
  font-size: 1.125em;
  overflow: hidden;
}
.partner-list .date {
  height: 2.5em;
  line-height: 2.5em;
  font-size: 1.0em;
  position: relative;
  left: 0;
  transition: left 0.3s linear;
}
.partner-list a:hover .info {
  background: #60A9FF;
  color: #fff;
}
.partner-list a:hover .date {
  left: 1.5em;
  transition: left 0.3s linear;
}
.partner-list a:hover .pic img {
  transform: scale(1.15);
  transition: transform 4.0s ease-in-out;
}

.box-join {
  height: 31.875em;
  background-image: url(../images/background1.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.box-join .container {
  width: 28%;
  min-width: 32.5em;
  margin: 0 auto;
}
.box-join .title {
  line-height: 1.5em;
  padding: 2.75em 0 1.5em 0;
  font-size: 2.0em;
  color: #fff;
}
.box-join .text {
  line-height: 2.0em;
  font-size: 1.125em;
  color: #fff;
}


.box-apply {
  padding: 5.0em 0;
  background: #F1F3F5;
}
.box-apply ul {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
}
.box-apply ul li {
  width: 33.3333%;
  padding: 0 1.125em;
  box-sizing: border-box;
}
.box-apply ul li a {
  display: block;
  padding: 0.5em;
  box-sizing: border-box;
  background-color: #fff;
}
.box-apply .pic {
  width: 100%;
  height: 21.875em;
  text-align: center;
  background: #24292C;
  overflow: hidden;
}
.box-apply .pic img {
  height: 21.875em;
}
.box-apply .info {
  padding: 0.625em 1.25em;
  box-sizing: border-box;
  /* background: #F8F8F8; */
}
.box-apply .tit {
  height: 7.5em;
  line-height: 1.875em;
  font-size: 1.125em;
  overflow: hidden;
}
.box-apply .name {
  height: 2.5em;
  line-height: 2.5em;
  text-align: right;
  font-size: 1.0em;
}
.box-apply a:hover .info {
  background: #60A9FF;
  color: #fff;
}

.apply {
  height: 35.125em;
  padding: 0.5em;
  box-sizing: border-box;
  background-color: #fff;
}
.apply h2 {
  line-height: 1.5em;
  text-align: center;
  padding-top: 2.0em;
  font-size: 2.0em;
  font-weight: 600;
}
.apply h5 {
  line-height: 2.25em;
  text-align: center;
  font-size: 1.5em;
  color: #2090FE;
  font-weight: 400;
}
.apply .form {
  width: 90%;
  margin: 0 auto;
}
.apply .row {
  margin-top: 1.75em;
  padding: 0.5em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.apply .row label {
  flex: 0 0 5.0em;
  height: 1.25em;
  line-height: 1.25em;
  text-align: justify;
  text-align-last: justify;
  padding-right: 1.25em;
  display: inline-block;
  overflow: hidden;
}
.apply .row .field {
  flex: 1 1 0%;
}
.apply .row .field span {
  line-height: 1.5em;
  display: inline-block;
  margin-right: 1.5em;
}
.apply .row input[type='text'] {
  width: 100%;
  height: 1.25em;
  line-height: 1.25em;
  font-size: 1.0em;
  border: none;
  outline: none;
}
.apply .row input[type='radio'] {
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.5em;
  float: left;
}
.apply .row select {
  width: 45%;
  height: 1.75em;
  margin-right: 0.5em;
  outline: none;
  border-radius: 0.25em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.apply .row-btn {
  margin-top: 3.0em;
  text-align: center;
}
.apply .row-btn input[type='button'] {
  width: 11.25em;
  height: 2.625em;
  border-radius: 1.3125em;
  background-color: #2090FE;
  border: #2090FE;
  font-size: 1.0em;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.apply .row-btn input[type='button']:hover {
  background-color: #60A9FF;
  border: #60A9FF;
}

.contact-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contact-info .item {
  width: 50%;
  margin-bottom: 2.25em;
  padding: 0 1.125em;
  box-sizing: border-box;
}
.contact-info .info {
  height: 23.75em;
  padding: 2.5em;
  box-sizing: border-box;
  background-color: #F7F7F7;
}
.contact-info .info h2 {
  line-height: 1.5em;
  font-size: 2.0em;
  font-weight: 400;
}
.contact-info .info h3 {
  height: 2.0em;
  line-height: 2.0em;
  margin-top: 2.5em;
  font-size: 1.5em;
  font-weight: 600;
}
.contact-info .info h5 {
  height: 2.0em;
  line-height: 2.0em;
  padding-left: 1.875em;
  font-size: 1.125em;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: left center;
}
.contact-info .info h5.phone {
  background-image: url(../images/iconphone.png);
}
.contact-info .info h5.address {
  background-image: url(../images/iconaddress2.png);
}
.contact-info .map {
  height: 23.75em;
  background-color: #F7F7F7;
  overflow: hidden;
}
.contact-info .map img {
  height: 23.75em;
}

.area-list {
  padding-top: 0;
}
.area-list .box-line {
  padding-bottom: 3.75em;
}
.area-list ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.area-list ul li {
  width: 33.333%;
  margin-top: 1.5em;
  padding: 0 1.25em;
  box-sizing: border-box;
}
.area-list .item {
  padding: 2.5em;
  background: rgba(232, 241, 252, 0.3);
  border: 1px solid rgba(151, 151, 151, 0.3);
}
.area-list .item h2 {
  line-height: 2.0em;
  text-align: center;
  padding: 0 0 1.0em 0;
  font-size: 2.0em;
}
.area-list .item h3 {
  line-height: 2.0em;
  font-size: 1.5em;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.area-list .item .tit {
  line-height: 2.0em;
  padding-top: 1.5em;
  font-size: 1.125em;
  font-weight: 600;
}
.area-list .item .con {
  line-height: 2.0em;
  padding: 0.5em 0;
  font-size: 1.125em;
  font-weight: 400;
}
.area-list .item .con span {
  display: inline-block;
  padding: 0 12px 0 0;
}
.area-list .item .con img {
  width: 50%;
  display: block;
  margin: 0 auto;
}




.saas-module ul{
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
}
.saas-module li {
  width: 33.333%;
  padding: 1.0em;
  box-sizing: border-box;
}
.saas-module .item {
  width: 100%;
  background: #F8F8F8;
}
.saas-module .pic {
  width: 100%;
  text-align: center;
  padding: 4.0em 0 0.5em 0;
  background: #F0F5FF;
}
.saas-module .pic img {
  width: 10.0em;
  height: 11.25em;
}
.saas-module .info {
  padding: 1.0em;
  box-sizing: border-box;
}
.saas-module h2 {
  height: 2.0em;
  line-height: 2.0em;
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  color: #0F3789;
}
.saas-module .list {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
}
.saas-module .list label {
  width: 50%;
  line-height: 2.0em;
  text-align: left;
  font-size: 1.0em;
  font-weight: 400;
  color: #0F3789;
  display: inline-block;
}

.pic-bjsd {
  width: 90%;
  margin: 0 auto;
  padding: 1.0em 0;
  text-align: center;
}
.pic-bjsd img {
  width: 100%;
  max-width: 29.5em;
}

.course-param ul {
  width: 90%;
  margin: 0 auto;
  padding: 1.5em 0;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
}
.course-param li {
  width: 25%;
  text-align: center;
  padding: 1.0em 0;
  box-sizing: border-box;
}
.course-param h2 {
  line-height: 1.0;
  font-size: 5.0em;
  font-weight: 600;
}
.course-param h2::first-letter {
  color: #2090FE;
}
.course-param h2 span {
  font-size: 20px;
}
.course-param h5 {
  line-height: 2.0;
  font-size: 1.25em;
  font-weight: 400;
}


.system-info .item {
  padding: 1.0em 3.0em;
  box-sizing: border-box;
  /* display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap; */
}
.system-info .left, .system-info .right {
  width: 50%;
}
.system-info .left {
  float: left;
}
.system-info .right {
  float: right;
}
.system-info .padding {
  padding: 0 2.5em;
  box-sizing: border-box;
}
.system-info img {
  width: 100%;
}
.system-info h2 {
  line-height: 2.0;
  padding-top: 0.75em;
  font-size: 1.75em;
  font-weight: 400;
}
.system-info h5 {
  line-height: 2.0;
  font-size: 1.25em;
  font-weight: 600;
}
.system-info p {
  line-height: 1.5;
  padding-bottom: 0.75em;
  font-size: 1.25em;
  font-weight: 400;
}

.fixed-sevice {
  width: 60px;
  padding: 10px 4px;
  box-sizing: border-box;
  border-radius: 5px;
  position: fixed;
  top: 20%;
  right: 8px;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 1px 1px 3px 1px #ccc;
}
.fixed-sevice .row {
  position: relative;
}
.fixed-sevice .pic {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.fixed-sevice .pic img {
  width: 36px;
  height: 36px;
}
.fixed-sevice .tit {
  line-height: 12px;
  text-align: center;
  color: #0A5BAA;
  font-size: 10px;
  font-weight: 600;
}
.fixed-sevice .sub {
  display: none;
  width: 150px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  top: -9px;
  left: -162px;
  box-shadow: 1px 1px 3px 1px #ccc;
  opacity: 0;
}
.fixed-sevice .sub .tit {
  font-size: 12px;
}
.fixed-sevice .row:hover .sub {
  display: block;
  opacity: 1;
  transition: all 0.75s linear;
}
