.g-100 .m-content .m-banner {
  width: 100%;
  height: 460px;
  background: url(../images/banner-header.png) no-repeat center center;
}
.g-100 .m-content .m-banner img {
  width: 80%;
  padding-left:50px;
}
.airplane-box {
  display: inline-block;
}
.airplane-box > img {
  max-width: 100%;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}
.banner-content {
  padding-top: 74px;
  width: 1200px;
  height: 460px;
  margin: 0 auto;
}
.banner-content > .banner-left {
  float: left;
  padding-top: 60px;
  margin-left:60px;
  width: 510px;
/*   height: 386px; */
  color: rgba(255, 255, 255, 0.98);
}
.banner-left > h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
.banner-left > p {
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.fs-btn {
  display: inline-block;
  width: 166px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  position: relative;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  /* z-index: 2; */
}
.fs-btn>span {
  position: absolute;
  left: 48px;
  z-index: 6;
}
.fs-btn::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left:0;
  width: 0;
  height: 100%;
  background: #3697fe;
}
.fs-btn:hover {
  border-color: #3697fe;
}
.fs-btn:hover::after {
  border-color: #3697fe;
   width: 100%;
   transition: all .2s linear;
}
.banner-content > .banner-right {
  float: left;
  margin-left: 120px;
  padding-top: 54px;
  width: 500px;
  height: 386px;
  line-height: 386px;
}

.g-100 .m-content .m-service {
  width: 100%;
  height: 590px;
  background-color: #fff;
}
.g-100 .m-content .m-service .m-service-content {
  width: 1200px;
  margin: 0 auto;
}
.g-100 .m-content .m-service .m-service-content .u-service-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
  padding-top: 48px;
  box-sizing: border-box;
}
.g-100 .m-content .m-service .m-service-content .u-service-subtitle {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 1px;
  color: #666666;
  text-align: center;
}
.g-100 .m-content .m-service .m-service-content .m-service-list {
  padding: 90px 0px;
  text-align: center;
}
.g-100 .m-content .m-engine {
  width: 100%;
  height: 962px;
  background-color: #fff;
}
.g-100 .m-content .m-engine .m-engine-content {
  width: 1200px;
  margin: 0 auto;
}
.g-100 .m-content .m-engine .m-engine-content .u-engine-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
  padding-top: 100px;
  box-sizing: border-box;
}
.g-100 .m-content .m-engine .m-engine-content .u-engine-subtitle {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 1px;
  color: #666666;
  text-align: center;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box {
  background: #fff;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_menu {
  width: 1200px;
  margin: 0 auto;
  height: 110px;
  line-height: 106px;
  overflow: hidden;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_menu li {
  float: left;
  color: #000;
  width: 20%;
  cursor: pointer;
  border-bottom: 2px solid #ddd;
  text-align: center;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_menu li .tab_menu_txt {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_menu .current {
  color: #3697fe;
  background: #fff;
  border-bottom: 2px solid #3697fe;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_ul {
  width: 990px;
  min-height: 444px;
  margin: 0 auto;
  padding-top: 54px;
  box-sizing: border-box;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_ul .tab_box_li {
  width: 490px;
  min-height: 130px;
  float: left;
  display: flex;
  box-sizing: border-box;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_ul .tab_box_li .tab_box_txt {
  padding: 0 20px;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_ul .tab_box_li .tab_box_txt .tab_txt_title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #000;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_ul .tab_box_li .tab_box_txt .tab_txt_p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 43px;
  letter-spacing: 1px;
  color: #666666;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_ul .tab_box_float {
  clear: both;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_footer {
  text-align: center;
  padding-bottom: 30px;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_footer .tab_box_btn {
  display: inline-block;
  width: 192px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #3697fe;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px;
  color: #3697fe;
  cursor: pointer;
  margin: 0 56px;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_footer .btn-on-trial {
  background-color: #3697fe;
  color: #ffffff;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .hide {
  display: none;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .hide-content {
  display: flex;
  align-items: center;
  /*定义body的元素垂直居中*/
  justify-content: center;
  /*定义body的里的元素水平居中*/
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .hide-content .hide-item {
  flex: 1;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 1px;
  color: #333333;
  padding: 64px 0px;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .hide-content .hide-item h3{
	font-weight:bold;
	font-size:18px;
	margin:10px 0;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_content .tab_corporate_name {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333333;
  padding: 50px 0;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_content .tab_box_title {
  display: flex;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_content .tab_box_title .box_title-itme {
  flex: 1;
  text-align: center;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_content .tab_box_title .box_title-itme .box_itme_img {
  cursor: pointer;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_content .tab_box_title .box_title-itme .box_itme_title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 1px;
  color: #000;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_content .tab_box_title .box_title-itme .box_itme_tel {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #666666;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_content .tab_box_title .box_title-itme .box_itme_email {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #666666;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_content .tab_box_middle {
  display: flex;
  margin-top: 38px;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_content .tab_box_middle .tab_middle_left {
  float: 4;
  width: 670px;
  height: 500px;
  border: solid 1px #cfcfcf;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_content .tab_box_middle .tab_middle_right {
  flex: 3;
  padding: 14px 24px;
  box-sizing: border-box;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_content .tab_box_middle .tab_middle_right .tab_right_bottom {
  margin-top: 40px;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_content .tab_box_middle .tab_middle_right .tab_right_p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333333;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_content .tab_box_footer {
  display: flex;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_content .tab_box_footer .box_footer-itme {
  flex: 1;
  padding: 79px 0 43px 0;
  cursor: pointer;
}
.g-100 .m-content .m-engine .m-engine-content .m-engine-list .box .tab_box .tab_box_content .tab_box_footer .box_footer-itme .box_footer-txt {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 1px;
  color: #333333;
}
.g-100 .m-content .m-robot {
  width: 100%;
  height: 724px;
}
.g-100 .m-content .m-robot .m-robot-content {
  width: 1200px;
  margin: 0 auto;
}
.g-100 .m-content .m-robot .m-robot-content .u-robot-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
  padding: 80px 0px;
  box-sizing: border-box;
}
.g-100 .m-content .m-robot .m-robot-content .u-robot-subtitle {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 1px;
  color: #666666;
  text-align: center;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul li {
  width: 296px;
  height: 200px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul li .m-robot-li-img9 {
  height: 100px;
  background: url('../images/001-02.png') no-repeat center;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul li .m-robot-li-img10 {
  height: 100px;
  background: url('../images/002-02.png') no-repeat center;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul li .m-robot-li-img11 {
  height: 100px;
  background: url('../images/003-02.png') no-repeat center;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul li .m-robot-li-img12 {
  height: 100px;
  background: url('../images/004-02.png') no-repeat center;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul li .m-robot-li-img13 {
  height: 100px;
  background: url('../images/005-02.png') no-repeat center;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul li .m-robot-li-img14 {
  height: 100px;
  background: url('../images/006-02.png') no-repeat center;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul li .m-robot-li-img15 {
  height: 100px;
  background: url('../images/007-02.png') no-repeat center;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul li .m-robot-li-img16 {
  height: 100px;
  background: url('../images/008-02.png') no-repeat center;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul li .m-robot-li-txt {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 1px;
  color: #333333;
  padding: 20px 0px;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul li .m-robot-Notes {
  position: absolute;
  width: 311px;
  padding: 16px;
  box-sizing: border-box;
  background-color: #eff9ff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333333;
  text-align: left;
  display: none;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul .current .m-robot-li-img9 {
  height: 100px;
  background: url('../images/001-01.png') no-repeat center;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul .current .m-robot-li-img10 {
  height: 100px;
  background: url('../images/002-01.png') no-repeat center;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul .current .m-robot-li-img11 {
  height: 100px;
  background: url('../images/003-01.png') no-repeat center;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul .current .m-robot-li-img12 {
  height: 100px;
  background: url('../images/004-01.png') no-repeat center;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul .current .m-robot-li-img13 {
  height: 100px;
  background: url('../images/005-01.png') no-repeat center;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul .current .m-robot-li-img14 {
  height: 100px;
  background: url('../images/006-01.png') no-repeat center;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul .current .m-robot-li-img15 {
  height: 100px;
  background: url('../images/007-01.png') no-repeat center;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul .current .m-robot-li-img16 {
  height: 100px;
  background: url('../images/008-01.png') no-repeat center;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul .current .m-robot-li-txt {
  color: #3697fe;
}
.g-100 .m-content .m-robot .m-robot-content .m-robot-list .m-robot-list-ul .current .m-robot-Notes {
  display: block;
}
.g-100 .m-content .m-coreProducts {
  background-color: #fff;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-title {
  padding: 54px 0 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box {
  margin: 10px auto 0;
  background: #fff;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_menu {
  width: 1200px;
  margin: 0 auto;
  height: 160px;
  overflow: hidden;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_menu li {
  float: left;
  color: #000;
  width: 25%;
  cursor: pointer;
  text-align: center;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_menu li .tab_menu_txt {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  margin-top: 24px;
  letter-spacing: 1px;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_menu li .call-center {
  width: 80px;
  height: 60px;
  margin: 0 auto;
  background: url('../images/01-01.png') no-repeat center;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_menu li .artificial-intelligence {
  width: 80px;
  height: 60px;
  margin: 0 auto;
  background: url('../images/02-01.png') no-repeat center;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_menu li .online-service {
  width: 80px;
  height: 60px;
  margin: 0 auto;
  background: url('../images/03-01.png') no-repeat center;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_menu li .work-order-management {
  width: 80px;
  height: 60px;
  margin: 0 auto;
  background: url('../images/04-01.png') no-repeat center;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_menu .current {
  color: #3697fe;
  background: #fff;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_menu .current .call-center {
  width: 80px;
  height: 60px;
  margin: 0 auto;
  background: url('../images/01-01-01.png') no-repeat center;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_menu .current .artificial-intelligence {
  width: 80px;
  height: 60px;
  margin: 0 auto;
  background: url('../images/02-02.png') no-repeat center;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_menu .current .online-service {
  width: 80px;
  height: 60px;
  margin: 0 auto;
  background: url('../images/03-02.png') no-repeat center;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_menu .current .work-order-management {
  width: 80px;
  height: 60px;
  margin: 0 auto;
  background: url('../images/04-02.png') no-repeat center;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_box {
  padding: 20px;
  background-color: #f5f5f5;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_box .tab_box_ul {
  width: 990px;
  min-height: 444px;
  margin: 0 auto;
  padding-top: 54px;
  box-sizing: border-box;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_box .tab_box_ul .tab_box_li {
  width: 490px;
  min-height: 130px;
  float: left;
  display: flex;
  box-sizing: border-box;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_box .tab_box_ul .tab_box_li .tab_box_txt {
  padding: 0 20px;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_box .tab_box_ul .tab_box_li .tab_box_txt .tab_txt_title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #000;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_box .tab_box_ul .tab_box_li .tab_box_txt .tab_txt_p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 43px;
  letter-spacing: 1px;
  color: #666666;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_box .tab_box_ul .tab_box_float {
  clear: both;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_box .tab_box_footer {
  text-align: center;
  padding-bottom: 30px;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_box .tab_box_footer .tab_box_btn {
  display: inline-block;
  width: 192px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #3697fe;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px;
  color: #3697fe;
  cursor: pointer;
  margin: 0 56px;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_box .tab_box_footer .btn-on-trial {
  background-color: #3697fe;
  color: #ffffff;
}
.g-100 .m-content .m-coreProducts .m-coreProducts-content .m-coreProducts-subject .box .tab_box .hide {
  display: none;
}
.g-100 .m-content .m-caseList {
  width: 100%;
  height: 640px;
  background-color: #fff;
  padding-top: 48px;
}
.g-100 .m-content .m-caseList .m-caseList-content {
  width: 1200px;
  margin: 0 auto;
}
.g-100 .m-content .m-caseList .m-caseList-content .u-caseList-title {
  font-size: 32px;
  text-align: center;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
}
.g-100 .m-content .m-caseList .m-caseList-content .u-caseList-subtitle {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 1px;
  color: #333333;
}
.g-100 .m-content .m-caseList .m-caseList-content .accrodion-group {
  margin-top: 20px;
}
.g-100 .m-content .m-advantage {
  width: 100%;
  height: 572px;
  background-color: #f5f5f5;
  padding: 48px 0;
  box-sizing: border-box;
}
.g-100 .m-content .m-advantage .m-advantage-content {
  width: 1200px;
  margin: 0 auto;
}
.g-100 .m-content .m-advantage .m-advantage-content .u-advantage-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  text-align: center;
  line-height: 43px;
  letter-spacing: 1px;
  color: #333333;
}
.g-100 .m-content .m-advantage .m-advantage-content .u-advantage-subtitle {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  text-align: center;
  line-height: 82px;
  letter-spacing: 1px;
  color: #333333;
}
.g-100 .m-content .m-advantage .m-advantage-content .u-advantage-AIsubtitle {
  padding: 14px 20px;
}
.g-100 .m-content .m-advantage .m-advantage-content .u-advantage-AIsubtitle .u-advantage-AIsubtitle {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #666666;
  text-align: center;
}
.g-100 .m-content .m-advantage .m-advantage-content .m-advantage-list {
  margin-top: 30px;
}
.g-100 .m-content .m-advantage .m-advantage-content .m-advantage-list .m-advantage-ul .m-advantage-li {
  width: 224px;
  height: 274px;
  background-color: #ffffff;
  border-radius: 4px;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.g-100 .m-content .m-advantage .m-advantage-content .m-advantage-list .m-advantage-ul .m-advantage-li:hover{
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0px 0px 10px;
}




.g-100 .m-content .m-advantage .m-advantage-content .m-advantage-list .m-advantage-ul .m-advantage-li .m-advantage-img {
  width: 100%;
  height: 90px;
  padding-top: 25px;
  text-align: center;
  box-sizing: border-box;
}
.g-100 .m-content .m-advantage .m-advantage-content .m-advantage-list .m-advantage-ul .m-advantage-li .m-advantage-explain .u-explain-title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  text-align: center;
  line-height: 60px;
  letter-spacing: 1px;
  color: #333333;
}
.g-100 .m-content .m-advantage .m-advantage-content .m-advantage-list .m-advantage-ul .m-advantage-li .m-advantage-explain .u-explain-subtitle {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #666666;
  padding: 0 20px;
  text-align: center;
}
.g-100 .m-content .m-advantage .m-advantage-content .m-advantage-list .m-advantage-ul li:last-child {
  margin-right: 0px;
}
.g-100 .m-content .m-successData .m-successData-content {
  width: 1200px;
  margin: 0 auto;
}
.g-100 .m-content .m-successData .m-successData-content .m-successData-title {
  padding: 48px 0 30px;
  text-align: center;
  box-sizing: border-box;
}
.g-100 .m-content .m-successData .m-successData-content .m-successData-title .u-title-txt {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 1px;
  color: #333333;
}
.g-100 .m-content .m-successData .m-successData-content .m-successData-title .u-subtitle-txt {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 43px;
  letter-spacing: 1px;
  color: #333333;
}
.g-100 .m-content .m-successData .m-successData-content .m-successData-list .m-successData-ul .m-successData-li {
  float: left;
  width: 157px;
  height: 65px;
  border: 1px solid #ccc;
  margin: 15px 20px;
  cursor: pointer;
}
.g-100 .m-content .m-successData .m-successData-content .m-successData-list .m-successData-ul .m-successData-float {
  clear: both;
}

.g-100 .m-content .m-library .m-library-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 61px 0;
  box-sizing: border-box;
}
.g-100 .m-content .m-library .m-library-content .m-library-item {
  margin-right: 30px;
}
.g-100 .m-content .m-library .m-library-content .m-library-item .m-item-title {
  text-align: center;
  padding-bottom: 20px;
}
.g-100 .m-content .m-library .m-library-content .m-library-item .m-item-title span {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 43px;
  letter-spacing: 1px;
  color: #333333;
}
.g-100 .m-content .m-library .m-library-content .m-library-item .m-item-view {
  width: 380px;
  height: 235px;
  cursor: pointer;
  border: solid 1px #cccccc;
}
.g-100 .m-content .m-library .m-library-content .m-library-item .m-item-view .u-item-txt {
  padding: 12px 45px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.g-100 .m-content .m-library .m-library-content .m-library-item .m-item-view .u-item-txt span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333333;
}
.g-100 .m-content .m-library .m-library-content .m-library-item .m-item-list {
  font-size: 14px;
  padding: 24px 6px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333333;
  cursor: pointer;
}
