.wrap {
  width: 1220px;
  margin: auto;
}
.alertMessage {
  display: inline-block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  padding: 10px 15px;
  line-height: 22px;
  color: white;
  border-radius: 5px;
}
.indexDown img {
  /* padding-top: 30px; */
}
.customer-eg ul {
  display: flex;flex-wrap: wrap;padding-top: 30px;justify-content: center;
}
.customer-eg li {
  width: 390px;height: 420px;margin-bottom: 20px;
  box-shadow:0px 6px 10px 0px rgba(44,50,50,0.1);
  border-radius: 2px;
  background:rgba(255,255,255,1);
  margin: 0 5px 20px 5px;
}
.customer-eg .eg-item {
  width: 100%;height: 200px;
}
.customer-eg .eg-content-group {
  padding: 20px;
}
.customer-eg .eg-title {
  font-size: 18px;
  font-weight: 600;
  color:rgba(13,44,80,1);
  word-wrap: break-word;
  line-height: 25px;
}
.customer-eg .eg-content {
  font-size: 14px;
  color: #6D788F;
  margin-top: 10px;
  word-wrap: break-word;
  line-height:24px;
}

body {
  font-size: 14px;
}
.header-w .menu li {
  float: left;
  margin-left: 56px;
  height: 72px;
}
.header-w .menu li:first-child {
  margin-left: 0;
}
.header-w .menu li > a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 72px;
}
.header-w .menu li > a.down {
  padding-right: 16px;
  background: url(../images/icon_down.png) right center no-repeat;
}
.header-w .menu li:hover a,
.header-w .menu li.active a {
  color: #00ADB5 !important;
}
.header-w .drop-menu {
  display: none;
  width: 60%;
  position: absolute;
  top: 100%;
  left: 20%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.directions-icon{
  position: absolute;left: 40%;margin-left: -5px;top: -19px;
  border-top: 10px transparent solid;
  border-left: 10px transparent solid;
  border-right: 10px transparent solid;
  border-bottom: 10px white solid;
  z-index: 100;
}
.header-w .drop-menu .nav-about-us {
  margin-left: 1%;margin-bottom: 30px;
}
.header-w .drop-menu .nav-about-us>a>span {
  font-weight:600;color:rgba(13,44,80,1);font-size:18px;
}
.header-w .drop-menu .nav-wrap {
  width: 100%;display: flex;flex-wrap: wrap;
}
.header-w .drop-menu .nav-wrap .nav-item-title{
  width:23%;margin: 15px 1%;color:#BABBBF;font-weight:600;font-size: 18px;
}
.header-w .drop-menu .nav-wrap .nav-item{
  width:23%;margin: 15px 1%;
}
.header-w .drop-menu .nav-wrap .nav-item>a>span,.header-w .drop-menu .nav-wrap .nav-item span{
  font-size: 14px;color:rgba(13,44,80,1);;font-weight:400;
}
.header-w .drop-menu .drop-menu-wrap {
  /* width: 944px; */
  width: 100%;
  margin: auto;
}
.header-w .drop-menu .drop-menu-wrap .drop-menu-item {
  width: 23%;
  float: left;
  margin-bottom: 15px;
}
.header-w .drop-menu .drop-menu-wrap .drop-menu-item img {
  width: 80px;
  height: 80px;
}
.header-w .drop-menu .drop-menu-wrap .drop-menu-item .infoBox {
  margin-left: 23px;
}
.header-w .drop-menu .drop-menu-wrap .drop-menu-item .infoBox .title {
  font-size: 16px;
  color: #0D2C50;
  line-height: 24px;
}
.header-w .drop-menu .drop-menu-wrap .drop-menu-item .infoBox .sub {
  font-size: 13px;
  color: #7F889A;
  line-height: 24px;
}
.header {
  width: 100%;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0 48px;
}
.header .logo-fixed {
  display: none;
}
.header.fixed {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.11);
  background: #fff;
}
.header.fixed .menu li a {
  color: #0D2C50;
}
.header.fixed .menu li a.down {
  padding-right: 16px;
  background: url(../images/icon_down.png) right center no-repeat;
}
.header.fixed .logo-public {
  display: none;
}
.header.fixed .logo-fixed {
  display: block;
}
.header.fixed .login {
  color: #0D2C50 !important;
}
.header .wrap {
  height: 72px;
  width: 100%;
  max-width: 1487px;
}
.header .top-header-btn a {
  font-size: 16px;
  color: #fff;
}
.header .top-header-btn .line {
  width: 1px;
  height: 16px;
  background: #fff;
  margin: 0 8px;
}
.header .apply_btn {
  width: 130px;
  height: 44px;
  background: #00ADB5;
  border-radius: 2px;
  text-align: center;
  line-height: 44px;
  margin-left: 41px;
}
.header .login {
  font-size: 17px;
  color: #12224C;
}
.home-banner {
  overflow: hidden;
}
.home-banner img {
  width: 100%;
}
.qucik-nav {
  background: rgba(0, 173, 181, 0.1);
  box-shadow: -1px 0px 0px 0px #f1f5f6;
}
.qucik-nav .qucik-nav-list {
  padding: 42px 60px 48px 40px;
}
.qucik-nav .qucik-nav-list li {
  padding-left: 20px;
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 25%;
  padding-right: 20px;
}
.qucik-nav .qucik-nav-list li:last-child {
  margin-right: 0;
}
.qucik-nav .qucik-nav-list li h3 {
  font-size: 18px;
  color: #12224C;
  line-height: 16px;
  font-weight: bold;
}
.qucik-nav .qucik-nav-list li p {
  font-size: 14px;
  color: #12224C;
  margin-top: 16px;
  font-weight: lighter;
  line-height: 22px;
}
.qucik-nav .qucik-nav-list li:after {
  content: "";
  width: 2px;
  height: 14px;
  background: #00ADB5;
  position: absolute;
  left: 0;
  top: 2px;
}
.banner {
  overflow: hidden;
}
.banner img {
  width: 100%;
}
.sass-system-section {
  padding: 120px 0 50px;
}
.sass-system-section .system-sass-list {
  margin-top: 70px;
}
.sass-system-section .system-sass-list li {
  float: left;
  width: 380px;
  background: #fff;
  text-align: center;
  margin-right: 40px;
  margin-bottom: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sass-system-section .system-sass-list li:nth-child(3n) {
  margin-right: 0;
}
.sass-system-section .system-sass-list li:hover {
  box-shadow: 0px 10px 20px 0px rgba(44, 50, 50, 0.1);
}
.sass-system-section .system-sass-list li:hover .detail-box {
  display: block;
}
.sass-system-section .system-sass-list li a {
  display: block;
  padding-bottom: 32px;
  padding-top: 32px;
  height: 348px;
}
.sass-system-section .system-sass-list li img {
  margin: auto;
}
.sass-system-section .system-sass-list li h3 {
  font-size: 20px;
  color: #0D2C50;
  line-height: 24px;
  margin-top: 32px;
  font-weight: bold;
}
.sass-system-section .system-sass-list li p {
  font-size: 14px;
  color: #7F889A;
  line-height: 24px;
  height: 48px;
  margin-top: 16px;
}
.sass-system-section .system-sass-list li .detail-btn {
  font-size: 14px;
  color: #00ADB5;
  padding-right: 24px;
  background: url(../images/more.png) right center no-repeat;
}
.sass-system-section .system-sass-list li .detail-box {
  display: none;
  margin-top: 32px;
}
.title-box .title {
  font-size: 30px;
  color: #0D2C50;
  margin-bottom: 20px;
  font-weight: bold;
}
.title-box .sub-wrap {
  font-size: 15px;
  color: #7F889A;
  line-height: 26px;
  font-weight: lighter;
}
.advantage-section {
  height: 209px;
  background: url(../images/bg1.png) center no-repeat;
  background-size: cover;
}
.advantage-section .advantage-box {
  padding: 64px 96px 0 89px;
}
.advantage-section .advantage-box li {
  float: left;
  text-align: center;
  margin-right: 158px;
}
.advantage-section .advantage-box li:last-child {
  margin-right: 0;
}
.advantage-section .advantage-box li .title {
  font-size: 34px;
  color: #26BDC4;
  line-height: 48px;
  font-weight: bold;
}
.advantage-section .advantage-box li .tip-txt {
  font-size: 18px;
  color: #fff;
  margin-top: 8px;
  font-weight: lighter;
}
.pro-special {
  padding: 120px 0 177px;
}
.pro-special ul {
  margin-top: 80px;
}
.pro-special li {
  float: left;
  width: 580px;
  margin-right: 40px;
}
.pro-special li .picture-box {
  overflow: hidden;
}
.pro-special li .picture-box img {
  transition: all 0.5s;
}
.pro-special li:last-child {
  margin-right: 0;
}
.pro-special li:hover img {
  transform: scale(1.1);
}
.pro-special li:hover h3 {
  color: #26BDC4 !important;
}
.pro-special li .proInfo {
  padding: 24px 0 0 0;
}
.pro-special li .proInfo h3 {
  font-size: 20px;
  color: #0D2C50;
  font-weight: bold;
}
.pro-special li .proInfo p {
  font-size: 14px;
  color: #7F889A;
  line-height: 24px;
  margin-top: 16px;
  font-weight: lighter;
}
.customer_quotations {
  padding: 80px 0 65px;
  background: #EEF2F8;
}
.customer_quotations .sliderCss {
  margin-top: 56px;
  overflow: hidden;
}
.customer_quotations .swiper-slide {
  transform: scale(0.8);
  transition: all 0.5s;
  width: 800px;
  padding: 40px 0;
  box-shadow: 0px 10px 20px 0px rgba(44, 50, 50, 0.1);
  border-radius: 2px;
  background: #fff;
  text-align: center;
  position: relative;
  opacity: 0.6;
}
.customer_quotations .swiper-slide .sub {
  font-size: 16px;
  color: #13254A;
  line-height: 28px;
  margin-top: 28px;
}
.customer_quotations .swiper-slide .line {
  width: 40px;
  height: 2px;
  background: #00ADB5;
  margin: 58px auto 16px;
}
.customer_quotations .swiper-slide .tit {
  font-size: 20px;
  color: #0D2C50;
}
.customer_quotations .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.customer_quotations .yinhao {
  position: absolute;
  left: 40px;
  top: 40px;
}
.customer_quotations .yinhao-1 {
  position: absolute;
  right: 40px;
  bottom: 56px;
}
.footer {
  padding: 56px 0;
  background: #0D2C50;
}
.footer .foot-left {
  float: left;
}
.footer .foot-left li {
  float: left;
  margin-right: 100px;
}
.footer .foot-left li:last-child {
  margin-right: 0;
}
.footer .foot-left li h3 {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  padding-bottom: 8px;
}
.footer .foot-left li .line {
  width: 40px;
  height: 1px;
  background: #36ABAF;
}
.footer .foot-left li .link-item-mul.link-item {
  max-width: 300px !important;
}
.footer .foot-left li .link-item-mul.link-item a {
  display: inline-block !important;
  width: 150px;
  float: left;
}
.footer .foot-left li .link-item {
  margin-top: 19px;
}
.footer .foot-left li .link-item a {
  display: block;
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  line-height: 20px;
  margin-bottom: 8px;
}
.footer .foot-left li .link-item a:nth-child(2n) {
  margin-right: 0;
}
.line-line {
  float: left;
  width: 1px;
  height: 125px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 80px 0 90px;
}
.hotcall {
  font-size: 14px;
  color: #A0A6B7;
  line-height: 20px;
  padding-left: 30px;
  background: url(../images/phone.png) left center no-repeat;
  background-size: 17px 40px;
}
.hotcall .number {
  font-size: 24px;
  color: #A0A6B7;
  line-height: 33px;
}
.hot-line {
  float: left;
}
.hot-line a {
  display: block;
  width: 213px;
  height: 44px;
  background: #00ADB5;
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  margin: 20px auto 0;
}
."" {
  float: right;
  width: 112px;
  height: 112px;
  background: #fff;
  border-radius: 2px;
}
.copyright {
  background: #0D2C50;
}
.copyright .copyright-box {
  padding: 14px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.banner-list {
  margin-top: 72px;
  position: relative;
}
.banner-list .bannerInfo {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner-list .bannerInfo h3 {
  font-size: 37px;
  color: #13254A;
  line-height: 80px;
}
.banner-list .bannerInfo p {
  font-size: 40px;
  color: #00ADB5;
}
.w_1200 {
  width: 1200px;
  margin: auto;
}
.saas-system-box {
  padding: 130px 0;
}
.saas-system-box .saas-info {
  width: 905px;
  margin-left: 68px;
}
.saas-system-box .saas-info h3 {
  font-size: 25px;
  color: #13254A;
  line-height: 45px;
  margin-bottom: 20px;
}
.saas-system-box .saas-info p {
  font-size: 15px;
  color: #7F889A;
  line-height: 32px;
  font-weight: lighter;
}
.full {
  padding: 19px 0;
  background: #F9FBFF;
}
.yizhanshi .saas-info {
  width: 408px;
}
.yizhanshi .saas-info h3 {
  font-size: 24px;
  color: #13254A;
  line-height: 36px;
  margin-bottom: 20px;
}
.yizhanshi .saas-info p {
  font-size: 15px;
  color: #7F889A;
  line-height: 32px;
  font-weight: lighter;
}
.yitihua .saas-info {
  width: 375px;
}
.data-safety .saas-info {
  width: 390px;
}
.system-item-box-1 {
  padding: 90px 0 0 0;
}
.system-item-box-1 .commonInfo {
  padding-top: 80px;
  max-width: 571px;
}
.commonInfo h3 {
  font-size: 24px;
  color: #12224C;
  line-height: 38px;
  margin-bottom: 20px;
}
.commonInfo p {
  font-size: 15px;
  color: #7F889A;
  line-height: 32px;
  font-weight: lighter;
}
.hudong-box {
  padding: 48px 0;
  font-size: 46px;
  color: #36ABAF;
  font-weight: bold;
  text-align: center;
  background: url(../images/bg1.png) center no-repeat;
  background-size: cover;
}
.system-item-box-2 {
  padding: 70px 0 99px;
}
.system-item-box-2 .commonInfo {
  padding-top: 113px;
  max-width: 473px;
}
.system-item-box-2 .picmg {
  width: 760px;
}
.wrap_1230 {
  width: 1240px;
  margin: auto;
}
.system-item-box-3 .commonInfo {
  max-width: 532px;
}
.full-screen {
  padding: 29px 0 12px;
  background: #F9FBFF;
}
.system-item-box-4 {
  padding: 40px 0 30px;
}
.system-item-box-4 .commonInfo {
  max-width: 357px;
}
.number-yx-systeam {
  padding: 120px 0;
}
.number-yx-systeam .number-yx-systeam-list {
  margin-top: 80px;
}
.number-yx-systeam .number-yx-systeam-list li {
  float: left;
  width: 400px;
  padding: 108px 76px 108px 77px;
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  transition: all 0.5s;
}
.number-yx-systeam .number-yx-systeam-list li:hover {
  background: rgba(0, 173, 181, 0.06);
  box-shadow: -1px 0px 0px 0px #f1f5f6;
}
.number-yx-systeam .number-yx-systeam-list li:hover .title {
  color: #00ADB5;
}
.number-yx-systeam .number-yx-systeam-list li .title {
  font-size: 20px;
  color: #12224C;
  line-height: 28px;
  margin-top: 32px;
  margin-bottom: 16px;
}
.number-yx-systeam .number-yx-systeam-list li .sub {
  font-size: 15px;
  color: #7F889A;
  line-height: 26px;
}
.full-screen1 {
  padding-bottom: 86px;
}
.bor {
  border-right: 0 !important;
}
.bob {
  border-bottom: 0 !important;
}
.system-item-box-5 .commonInfo {
  max-width: 560px;
}
.full1 {
  padding: 84px 0 124px;
  background: #F9FBFF;
}
.about-box {
  padding: 70px 0 80px;
}
.about-box h3 {
  font-size: 30px;
  color: #12224C;
  font-weight: bold;
}
.about-box .sub {
  font-size: 14px;
  color: #7F889A;
  line-height: 32px;
  font-weight: lighter;
  margin-top: 20px;
}
.about-box .eng {
  font-size: 13px;
  color: #7F889A;
  line-height: 26px;
  margin-top: 30px;
}
.w_1214 {
  width: 1214px;
  margin: auto;
}
.culture-company {
  padding: 52px 0;
  background: #0D2C50;
  margin-bottom: 40px;
}
.culture-company .item {
  text-align: center;
}
.culture-company .item h3 {
  font-size: 36px;
  color: #00ADB5;
  margin-bottom: 9px;
  font-weight: bold;
}
.culture-company .item p {
  font-size: 18px;
  color: #36ABAF;
}
.logo img {
  width: 165px;
}
.company-info {
  padding: 50px 40px;
  background: #F9FBFF;
}
.company-info h3 {
  font-size: 40px;
  color: #12224C;
  margin-bottom: 12px;
}
.company-info p {
  font-size: 14px;
  color: #7F889A;
  line-height: 26px;
}
.company-info .address-item {
  margin-right: 79px;
  float: left;
}
.address-item {
  margin-top: 20px;
}
.address-item li {
  float: left;
  width: 288px;
  height: 288px;
  background: #f9fbff;
  padding: 73px 43px 0;
  margin-right: 20px;
}
.address-item li:last-child {
  margin-right: 0;
}
.address-item li h3 {
  font-size: 24px;
  color: #12224C;
  line-height: 33px;
  margin-bottom: 21px;
}
.address-item li p {
  font-size: 14px;
  color: #7F889A;
  line-height: 26px;
  font-weight: lighter;
}
.address-item li:hover {
  background: #F0FBFB;
}
.map {
  margin-top: 20px;
  padding-bottom: 70px;
}
.map img {
  width: 100%;
}
.system-item-box-login {
  padding: 75px 0 77px;
}
.system-item-box-login .commonInfo {
  max-width: 539px;
}
.w_1210 {
  width: 1210px;
  margin: auto;
}
.role-box {
  padding: 78px 0 88px;
}
.role-box .title-box .title {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 20px;
  font-weight: normal;
}
.role-box .title-box .sub-wrap {
  font-size: 15px;
  color: #7F889A;
  font-weight: lighter;
}
.role-box .role-list {
  padding: 0 118px;
  margin-top: 68px;
}
.role-box .role-list img {
  margin: auto;
}
.role-box .role-list p {
  font-size: 20px;
  color: #12254A;
  margin-top: 29px;
  text-align: center;
}
.icon-box-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-box-box span {
  font-size: 22px;
  color: #0D2C50;
  margin-left: 7px;
}
.demand-box {
  padding: 120px 0 48px;
  background: #DCF4F5;
}
.demand-box .demand-wrap {
  width: 1163px;
  margin: auto;
}
.demand-box .demand-wrap .demand-left h3 {
  font-size: 48px;
  color: #12224C;
  line-height: 67px;
  font-weight: bold;
}
.demand-box .demand-wrap .demand-left p {
  font-size: 14px;
  color: #12224C;
  line-height: 26px;
  margin-top: 10px;
}
.demand-box .demand-wrap .demand-left .call-hot {
  display: block;
  font-size: 24px;
  color: #00ADB5;
  width: 380px;
  height: 74px;
  border-radius: 2px;
  line-height: 74px;
  text-align: center;
  border: 1px solid #00ADB5;
  margin-top: 82px;
}
.demand-box .demand-wrap .demand-form {
  width: 650px;
  background: #fff;
  padding: 34px 44px 30px;
}
.demand-box .demand-wrap .demand-form .title {
  font-size: 14px;
  color: #12224C;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.demand-box .demand-wrap .demand-form ul li {
  margin-bottom: 20px;
}
.demand-box .demand-wrap .demand-form ul li p {
  font-size: 14px;
  color: #12224C;
  line-height: 20px;
  margin-bottom: 5px;
}
.demand-box .demand-wrap .demand-form ul li input {
  width: 100%;
  height: 46px;
  background: #F6F6F6;
  border-radius: 5px;
  padding-left: 25px;
  font-size: 14px;
}
.demand-box .demand-wrap .demand-form ul li input::placeholder {
  color: #919191;
  font-size: 14px;
  font-weight: lighter;
}
.demand-box .demand-wrap .demand-form ul li input:focus {
  border-color: #00ADB5;
}
.demand-box .demand-wrap .demand-form ul li textarea {
  width: 100%;
  height: 112px;
  background: #F6F6F6;
  border-radius: 5px;
  padding-left: 25px;
  font-size: 14px;
  padding-top: 13px;
}
.demand-box .demand-wrap .demand-form ul li textarea::placeholder {
  color: #919191;
}
.demand-box .demand-wrap .demand-form ul li textarea:focus {
  border-color: #00ADB5;
}
.demand-box .demand-wrap .demand-form button {
  width: 128px;
  height: 44px;
  background: #00adb5;
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
  border: 0;
  margin: auto;
  display: block;
}
.join-us-box {
  padding: 100px 0 90px;
}
.join-us-box .title {
  font-size: 16px;
  color: #00ADB5;
}
.join-us-box .sub-wrap {
  font-size: 50px;
  color: #12224C;
  margin-top: 16px;
  margin-bottom: 60px;
  line-height: 74px;
}
.join-us-box .station-list {
  width: 778px;
  margin: auto;
}
.join-us-box .station-list li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 80px;
}
.join-us-box .station-list li:after {
  content: "";
  width: 4px;
  height: 25px;
  background: #00ADB5;
  position: absolute;
  left: 0;
  top: 0;
}
.join-us-box .station-list li h3 {
  font-size: 24px;
  color: #12224C;
  margin-bottom: 20px;
}
.join-us-box .station-list li p {
  font-size: 14px;
  color: #7F889A;
  line-height: 26px;
}
.join-us-box .station-list li .item {
  margin-bottom: 26px;
}
.join-us-box .station-list li a {
  color: #00ADB5;
  font-size: 14px;
}
.galley-box {
  padding: 82px 0 70px;
}
.galley-box .title-box .title {
  margin-bottom: 20px;
  font-size: 30px;
}
.system-item-box-mewssage {
  padding: 170px 0 47px;
  background: #F9FBFF;
}
.system-item-box-mewssage .commonInfo {
  max-width: 393px;
  padding-top: 107px;
}
.system-item-box-yx {
  padding: 100px 0 94px ;
}
.system-item-box-yx .commonInfo {
  max-width: 393px;
  padding-top: 0;
}
.system-item-box-auto {
  background: #F9FBFF;
  padding: 40px 0 20px;
}
.system-item-box-auto .commonInfo {
  max-width: 368px;
}
.system-item-box-datas {
  padding: 5px 0;
}
.system-item-box-datas .commonInfo {
  max-width: 368px;
}
.system-item-box-shi {
  padding-top: 70px;
  padding-bottom: 45px;
}
.system-item-box-shi .commonInfo {
  max-width: 368px;
}
.solution-box {
  padding: 95px 0 120px;
}
.solution-box .title {
  margin-bottom: 20px;
}
.solution-box .card {
  -webkit-perspective: 150rem;
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 268px;
}
.solution-box ul {
  margin-top: 70px;
}
.solution-box .card__side {
  height: 268px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 286px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 3px 3px 0px 0px;
  overflow: hidden;
}
.solution-box .card__side--front-1 {
  padding-top: 60px;
  background: #F0FBFB;
}
.solution-box .card__side--front-1 img {
  margin: auto;
}
.solution-box .card__side--front-1 p {
  font-size: 24px;
  color: #13254A;
  text-align: center;
  margin-top: 35px;
}
.solution-box .card__side--back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: relative;
  background: #0D2C50;
}
.solution-box .card__side--back .pbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.solution-box .card__side--back .pbox p {
  font-size: 14px;
  color: #fff;
  margin-top: 6px;
  line-height: 26px;
}
.solution-box .card:hover .card__side--front-1 {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.solution-box .card:hover .card__side--back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.solution-box li {
  width: 286px;
  float: left;
  margin-right: 18px;
}
.solution-box li:last-child {
  margin-right: 0;
}
.gallery-show {
  overflow: hidden;
}
.gallery-show li {
  float: left;
  width: 25%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.gallery-show li img {
  object-fit: cover;
  transition: all 0.5s;
  width: 100%;
}
.gallery-show li .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.34);
  transition: all 0.5s;
}
.gallery-show li:hover img {
  transform: scale(1.1);
}
.gallery-show li:hover .mask {
  opacity: 0;
}
.qiandao-gl-systeam {
  padding: 146px 0 170px;
}
.qiandao-gl-systeam .w_1200 {
  width: 1206px;
}
.qiandao-gl-systeam .commonInfo {
  padding-top: 10px;
  max-width: 570px;
}
.qdlist {
  width: 1206px;
  padding-bottom: 72px;
  margin: auto;
}
.qdlist li {
  float: left;
  width: 286px;
  margin-right: 19px;
}
.qdlist li:last-child {
  margin-right: 0;
}
.qdlist li img {
  width: 100%;
  height: 268px;
}
.qdlist li .info {
  height: 342px;
  padding: 31px 26px 0;
  background: #F9FBFF;
}
.qdlist li .info h3 {
  font-size: 20px;
  color: #13254A;
  margin-bottom: 10px;
}
.qdlist li .info p {
  font-size: 14px;
  color: #7F889A;
  line-height: 26px;
  font-weight: lighter;
}
.qdlist li:hover .info {
  background: #F0FAFB;
}
.qdlist li:hover h3 {
  color: #00ADB5;
}
.hudong-box-1 {
  padding: 102px 0;
}
.hudong-box-1 p {
  color: #fff;
}
.hudong-box-1 .p1 {
  font-size: 50px;
  line-height: 70px;
}
.hudong-box-1 .p2 {
  font-size: 30px;
  font-weight: lighter;
  line-height: 42px;
  margin-top: 5px;
}
.system-item-box-all {
  padding: 136px 0 100px;
}
.system-item-box-all .w_1200 {
  width: 1041px;
}
.system-item-box-all .commonInfo {
  max-width: 225px;
  padding-top: 0;
}
.system-item-box-mewssage11 {
  padding: 123px 0 140px;
  background: #F9FBFF;
}
.system-item-box-mewssage11 .w_1200 {
  width: 1041px;
}
.drop-menu-1 {
  display: none;
  width: 153px;
  height: 184px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -80px;
  background: rgba(255,255,255,1);
  box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.08);
  padding: 24px 10px;
  border-radius: 8px;
}
.drop-menu-1 .about-yunke {
  line-height: 24px;text-align: center;
  margin: 16px auto;
}
.drop-menu-1 .about-yunke>a>span {
  font-weight:400;color:rgba(13,44,80,1);
  font-size: 16px;
}
.drop-menu-1 .drop-menu-wrap {
  width: 1220px;
  margin: auto;
}
.drop-menu-1 .drop-menu-wrap img {
  margin-right: 15px;
}
.drop-menu-1 .drop-menu-wrap .title {
  font-size: 16px;
  color: #0D2C50;
  line-height: 24px;
}
.drop-menu-1 .drop-menu-wrap .sub {
  font-size: 13px;
  color: #7F889A;
  line-height: 24px;
}
#dituContent {
  height: 667px;
}
.immediately-rg-wrap {
  width: 100%;height: 249px;background: #00ADB5;padding-top: 63px;
}
.immediately-rgi-title {
  font-size:48px;
  font-family:SourceHanSansSC-Medium,SourceHanSansSC;
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height:72px;text-align: center;
}
.immediately-rg {
  width: 200px;border-radius:2px;border:1px solid rgba(255,255,255,1);
  padding: 14px;margin: 30px auto;text-align: center;
  
}
.immediately-rg a {
  color:rgba(255,255,255,1);font-weight:500;font-size: 20px;
}
.hot-pic-wrap {
  width: 18px;height: 20px;display: inline-block;position: relative;
}
.hot-pic{
  position: absolute;left: 0;top: 50%;margin-top: -15px;width: 23px;height: 30px;
  background: url(../images/hot.png) center center no-repeat;background-size: cover;
}
/* 战疫情 */
.ft-banner-big {
  font-size: 44px;
}
.ft-banner-little{
  font-size: 18px;font-weight: inherit;
}
.ft-banner-btn{
  width: 130px; height: 40px; border-radius: 2px;
  text-align: center;border: 1px solid #00ADB5;
  line-height: 40px;margin-top: 20px;color:#00ADB5;
}
.ft-tab-wrap {
  width: 100%; height: 62px;display: flex;justify-content: center;
  box-shadow:0px 0px 6px 0px rgba(44,50,50,0.2);
}
.ft-tab-wrap .ft-tab-item {
  position: relative;display: inline-block;font-size: 18px;font-weight:600;
  color:rgba(18,34,76,1);height: 60px;line-height: 60px;cursor: pointer;
}
.ft-tab-wrap .ft-tab-item:first-of-type {
  margin-right: 240px;
}
.ft-tab-wrap .ft-tab-item .ft-tab-active {
  width: 180px;height: 4px;background: #00ADB5;
  position: absolute;left: 50%;margin-left: -90px;
  bottom:-2px;
}
.ft-content-box{
  width: 70%;
  margin: 0px auto;
}
.ft-content-box-back {
  padding: 90px 100px;background: rgba(255,255,255,1);
}
.ft-content-box .ft-item1-title {
  font-size:24px;
  font-weight:500;
  color:rgba(18,34,76,1);
  text-align: center;
  padding: 10px 0 30px 0;
}
.ft-content-box .ft-item1-little-title {
  font-size:15px;
  font-weight:400;
  color:rgba(127,136,154,1);
  line-height:26px;
  text-align: center;
  margin-bottom: 20px;
}
.ft-content-box .ft-item1-content {
  font-size:16px;
  font-weight:400;
  color:rgba(127,136,154,1);
  line-height:29px;
}
.ft-content-box .ft-item1-content1 {
  font-size:16px;
  font-weight:400;
  color:#12224C;
  line-height:30px;
}
.ft-content-box .ft-item2-content-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ft-content-box .ft-item2-content-wrap .ft-item2-content-item {
  width: 48%;
  min-width: 390px;
  box-shadow:0px 5px 10px 0px rgba(44,50,50,0.1);
  margin:  15px 1%;
}
.ft-content-box .ft-item2-content-wrap .ft-item2-content-item .content {
  padding: 25px 10px 50px 10px;height:420px;
}
.ft-content-box .ft-item2-content-wrap .ft-item2-content-item .ft-item2-item-title {
  font-size: 20px;font-weight:500;color:rgba(18,34,76,1);padding: 0 20px;
}
.ft-content-box .ft-item2-content-wrap .ft-item2-content-item .ft-item2-item-details {
  font-size:15px;font-weight:400;color:rgba(18,34,76,1);margin: 20px 0;line-height: 26px;padding: 0 20px;
}
.ft-content-box .ft-item2-content-wrap .ft-item2-content-item ul>li{
  font-size:15px;font-weight:400;color:rgba(127,136,154,1);line-height: 26px;padding: 0 20px;
}
.all_wrap_back {
  background: #EEF2F8;
}
/* 战疫情页面结束 */
@media (max-width: 999px) {
  /* 战疫情 */
  .ft-banner-big {
    font-size: 44px;
  }
  .ft-banner-little{
    font-size: 18px;font-weight: inherit;
  }
  .ft-banner-btn{
    width: 130px; height: 40px; border-radius: 2px;
    text-align: center;border: 1px solid #00ADB5;
    line-height: 40px;margin-top: 20px;color:#00ADB5;
  }
  .ft-tab-wrap {
    width: 100%; height: 62px;display: flex;justify-content: center;
    box-shadow:0px 0px 6px 0px rgba(44,50,50,0.2);
  }
  .ft-tab-wrap .ft-tab-item {
    position: relative;display: inline-block;font-size: 18px;font-weight:600;
    color:rgba(18,34,76,1);height: 60px;line-height: 60px;
    width: 140px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
  }
  .ft-tab-wrap .ft-tab-item:first-of-type {
    margin-right: 40px;
  }
  .ft-tab-wrap .ft-tab-item .ft-tab-active {
    width: 100px;height: 4px;background: #00ADB5;
    position: absolute;left: 100px;
    bottom:-2px;
  }
  .ft-content-box{
    width: 84%;
    margin: 0px auto;
  }
  .ft-content-box-back {
    padding: 90px 20px;background: rgba(255,255,255,1);
  }
  .ft-content-box .ft-item1-title {
    font-size:24px;
    font-weight:500;
    color:rgba(18,34,76,1);
    text-align: center;
    padding: 10px 0 30px 0;
  }
  .ft-content-box .ft-item1-little-title {
    font-size:15px;
    font-weight:400;
    color:rgba(127,136,154,1);
    line-height:26px;
    text-align: center;
    margin-bottom: 20px;
  }
  .ft-content-box .ft-item1-content {
    font-size:16px;
    font-weight:400;
    color:rgba(127,136,154,1);
    line-height:29px;
  }
  .ft-content-box .ft-item1-content1 {
    font-size:16px;
    font-weight:400;
    color:#12224C;
    line-height:29px;
  }
  .ft-content-box .ft-item2-content-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .ft-content-box .ft-item2-content-wrap .ft-item2-content-item {
    width: 48%;
    margin-bottom: 15px;
    box-shadow:0px 5px 10px 0px rgba(44,50,50,0.1);
  }
  .ft-content-box .ft-item2-content-wrap .ft-item2-content-item .content {
    padding: 25px 10px 50px 10px;height:320px;
  }
  .ft-content-box .ft-item2-content-wrap .ft-item2-content-item .ft-item2-item-title {
    font-size: 20px;font-weight:500;color:rgba(18,34,76,1);padding: 0 20px;
  }
  .ft-content-box .ft-item2-content-wrap .ft-item2-content-item .ft-item2-item-details {
    font-size:15px;font-weight:400;color:rgba(18,34,76,1);margin: 20px 0;line-height: 26px;padding: 0 20px;
  }
  .ft-content-box .ft-item2-content-wrap .ft-item2-content-item ul>li{
    font-size:15px;font-weight:400;color:rgba(127,136,154,1);line-height: 26px;padding: 0 20px;
  }
  /* 战疫情页面结束 */
  .immediately-rg-wrap {
    width: 100%;height: 160px;background: #00ADB5;padding-top: 10px;
  }
  .immediately-rgi-title {
    font-size:26px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:72px;text-align: center;
  }
  .immediately-rg {
    width: 160px;border-radius:2px;border:1px solid rgba(255,255,255,1);
    padding: 14px;margin: 10px auto;
    color:rgba(255,255,255,1);font-weight:500;font-size: 20px;
    text-align: center;
  }
  .hot-pic-wrap {
    width: 12px;height: 12px;display: inline-block;position: relative;
  }
  .hot-pic{
    position: absolute;left: 0;top: 50%;margin-top: -11px;width: 16px;height: 20px;
    background: url(../images/hot.png) center center no-repeat;background-size: cover;
  }
  .system-item-box-mewssage11,
  .qiandao-gl-systeam,
  .system-item-box-all {
    padding: 25px 15px;
  }
  .system-item-box-mewssage11 .commonInfo {
    padding-bottom: 30px;
  }
  .hudong-box-1 .p1 {
    font-size: 0.5rem;
    line-height: 0.7rem;
  }
  .hudong-box-1 .p2 {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
  #dituContent {
    height: 6rem;
  }
  .system-item-box-all .commonInfo {
    max-width: 100%;
    padding-top: 25px;
  }
  .qiandao-gl-systeam .commonInfo h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
  }
  .qdlist {
    width: 100%;
    padding: 25px 15px;
  }
  .qdlist li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .qdlist li:nth-child(2n) {
    margin-right: 0;
  }
  .qdlist li img {
    height: auto;
  }
  .qdlist li .info {
    padding: 15px;
  }
  .qdlist li .info h3 {
    font-size: 16px;
  }
  .qdlist li .info p {
    font-size: 12px;
    line-height: 22px;
  }
  .qiandao-gl-systeam .w_1200 {
    width: 100%;
  }
  .solution-box,
  .system-item-box-shi,
  .system-item-box-datas,
  .system-item-box-auto {
    padding: 20px 15px;
  }
  .solution-box li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .solution-box li:nth-child(2n) {
    margin-right: 0;
  }
  .solution-box .card__side {
    width: 100%;
    height: 3.3rem;
    padding-bottom: 0.6rem;
  }
  .solution-box .card {
    height: 3.3rem;
  }
  .solution-box .card__side--front-1 {
    padding-top: 0.6rem;
  }
  .solution-box .card__side--front-1 img {
    width: 1rem;
  }
  .solution-box .card__side--front-1 p {
    font-size: 0.24rem;
    margin-top: 0.35rem;
  }
  .solution-box .card__side--back .pbox p {
    font-size: 12px;
    line-height: 22px;
  }
  .solution-box ul {
    margin-top: 0.7rem;
  }
  .m-sub-menu {
    position: fixed;
    right: -100%;
    width: 66%;
    top: 0;
    z-index: 100;
    height: 100%;
    background-color: #fff;
    transition: all 0.74s ease 0s;
    z-index: 1005;
    display: block !important;
    overflow-y: scroll;
  }
  .m-sub-menu.left {
    right: 0;
    transition: all 0.84s ease 0s;
  }
  .m-sub-menu .top-box {
    height: 44px;
    line-height: 44px;
    padding: 0 8%;
    background: url(../images/navline.png) repeat-x center bottom;
    background-size: 1px 1px;
  }
  .m-sub-menu .top-box .stt {
    display: inline-block;
    font-size: 14px;
    color: #999;
    width: 80%;
  }
  .m-sub-menu .top-box .close {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/ico_37.png) no-repeat center;
    margin-top: 12px;
    cursor: pointer;
    transition: transform 0.3s ease 0s;
    position: static;
  }
  .sp ul li {
    background: url(../images/navline.png) repeat-x center bottom;
    background-size: 1px 1px;
    line-height: 44px;
    padding: 0 8%;
  }
  .navlist ul li .navh::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/subnavjia.png) no-repeat;
    background-size: 16px 16px;
    position: absolute;
    right: 7.5%;
    top: 50%;
    margin-top: -8px;
  }
  .sp ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    position: relative;
  }
  .sp ul li a::before {
    content: "";
    display: block;
    width: 8px;
    height: 16px;
    background: url(../images/flex-next.png) no-repeat center;
    background-size: 8px 16px;
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .navlist ul li .navh::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/subnavjia.png) no-repeat;
    background-size: 16px 16px;
    position: absolute;
    right: 7.5%;
    top: 50%;
    margin-top: -8px;
  }
  .navlist ul li {
    background: url(../images/navline.png) repeat-x center bottom;
    background-size: 1px 1px;
    line-height: 44px;
  }
  .navlist ul li a {
    padding: 0 8%;
    font-size: 14px;
    color: #333;
    display: block;
    line-height: 44px;
  }
  .navlist ul li .navh {
    display: block;
    position: relative;
  }
  .navlist ul li dl {
    display: none;
    background-color: #eee;
  }
  .navlist ul li dl dd {
    background: none;
  }
  .all_wrap,
  .m_header {
    transition: all 0.8s ease-out 0s;
  }
  .all_wrap_back {
    background: #EEF2F8;
  }
  .all_wrap.left,
  .m_header.left {
    transform: translateX(-66%);
    transition: all 0.8s ease-out 0s;
    display: block;
    float: none;
  }
  .navbtn {
    width: 0.42rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .plus-hide {
    display: none;
  }
  body {
    padding-top: 1rem;
  }
  .m_header {
    display: flex;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
    height: 1rem;
    z-index: 999;
    background: #00ADB5;
  }
  .m_header .logo {
    width: 2rem;
  }
  .wrap {
    width: 100% !important;
  }
  .qucik-nav .qucik-nav-list {
    padding: 15px;
  }
  .qucik-nav .qucik-nav-list li {
    padding-left: 0.2rem;
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .qucik-nav .qucik-nav-list li p {
    font-size: 12px;
    margin-top: 12px;
  }
  .qucik-nav .qucik-nav-list li h3 {
    font-size: 16px;
  }
  .sass-system-section {
    padding: 20px 15px;
  }
  .title-box .title {
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
  }
  .title-box .sub-wrap {
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
  .sass-system-section .system-sass-list {
    margin-top: 0.3rem;
  }
  .sass-system-section .system-sass-list li {
    width: 50%;
    height: 3.48rem;
    margin-right: 0;
    padding: 0.32rem 0.2rem;
    margin-bottom: 0;
  }
  .sass-system-section .system-sass-list li img {
    width: 1.12rem;
    height: 1.12rem;
  }
  .sass-system-section .system-sass-list li h3 {
    font-size: 16px;
    line-height: 0.24rem;
    margin-top: 0.3rem;
  }
  .sass-system-section .system-sass-list li p {
    font-size: 12px;
    color: #7F889A;
    line-height: 20px;
    height: auto;
    margin-top: 0.16rem;
  }
  .advantage-section {
    height: auto;
    padding: 20px 15px;
  }
  .advantage-section .advantage-box {
    padding: 0;
  }
  .advantage-section .advantage-box li {
    margin-bottom: 12px;
    width: 50%;
    margin-right: 0;
  }
  .advantage-section .advantage-box li .title {
    font-size: 0.34rem;
    line-height: 0.48rem;
  }
  .advantage-section .advantage-box li .tip-txt {
    font-size: 14px;
    margin-top: 4px;
  }
  .product_characteristics {
    padding: 20px 15px;
  }
  .product_characteristics li {
    width: 49%;
    margin-right: 2%;
  }
  .product_characteristics li:nth-child(2n) {
    margin-right: 0;
  }
  .product_characteristics li .proInfo {
    padding: 0.24rem 0 0 0;
  }
  .product_characteristics li .proInfo h3 {
    font-size: 16px;
  }
  .product_characteristics li .proInfo p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
  .customer_quotations {
    padding: 20px 0;
    background: #EEF2F8;
  }
  .customer_quotations .swiper-slide .sub {
    font-size: 8px;
    line-height: 18px;
    margin-top: 20px;
  }
  .customer_quotations .swiper-slide .line {
    width: 0.4rem;
    height: 1px;
    margin: 0.28rem auto 0.14rem;
  }
  .customer_quotations .swiper-slide .tit {
    font-size: 15px;
  }
  .customer_quotations .swiper-slide {
    padding: 20px 15px;
    height: auto;
  }
  .customer_quotations .yinhao {
    left: 0.1rem;
    top: 0.3rem;
    width: 0.62rem;
  }
  .customer_quotations .yinhao-1 {
    right: 0.3rem;
    bottom: 0.69rem;
    width: 0.62rem;
  }
  .customer_quotations .slider {
    margin-top: 0.56rem;
  }
  .copyright .copyright-box {
    padding: 15px;
    font-size: 9px;
    line-height: 1.6;
  }
  .w_1200 {
    width: 100% !important;
  }
  .banner-list {
    margin-top: 0;
  }
  .banner-list img {
    height: 4rem;
  }
  .banner-list .bannerInfo {
    padding: 0 15px;
  }
  .banner-list .bannerInfo h3 {
    font-size: 0.37rem;
    line-height: 0.8rem;
  }
  .banner-list .bannerInfo p {
    font-size: 0.4rem;
  }
  .saas-system-box {
    padding: 30px 15px;
  }
  .天津创源启智科技发展有限公司 {
    margin: auto;
    float: none;
    width: 2.12rem;
    width: 200px;
    height: 200px;
  }
  .saas-system-box .saas-info {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-top: 15px;
  }
  .saas-system-box .saas-info h3 {
    font-size: 0.32rem;
    line-height: 0.45rem;
    margin-bottom: 0.2rem;
  }
  .saas-system-box .saas-info p {
    font-size: 12px;
    line-height: 22px;
  }
  .yizhanshi {
    display: block;
  }
  .yizhanshi .天津创源启智科技发展有限公司 {
    width: 4.8rem;
  }
  .yizhanshi .saas-info h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .full,
  .yitihua,
  .data-safety {
    padding: 20px 15px;
  }
  .yizhanshi .saas-info p {
    font-size: 13px;
    line-height: 1.5;
  }
  .saas-info {
    width: 100% !important;
  }
  .system-item-box-1 .commonInfo {
    padding-top: 0px;
    margin-top: -1rem;
  }
  .system-item-box-1 {
    padding: 10px 15px 30px;
  }
  .commonInfo h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .commonInfo p {
    font-size: 14px;
    line-height: 1.5;
  }
  .hudong-box {
    padding: 0.48rem 0;
    font-size: 0.46rem;
  }
  .system-item-box-2 {
    padding: 0.7rem 0 1rem;
  }
  .wrap_1230 {
    width: 100%;
  }
  .system-item-box-2 .commonInfo {
    padding-top: 0px;
    margin-top: -0.5rem;
    padding: 0 15px;
  }
  .system-item-box-4 .commonInfo,
  .system-item-box-3 .commonInfo {
    padding: 0 15px;
  }
  .system-item-box img {
    margin: auto;
    width: 90%;
  }
  .system-item-box {
    display: block;
  }
  .system-item-box-2 .picmg {
    width: auto;
    margin: auto;
  }
  .number-yx-systeam {
    padding: 30px 15px;
  }
  .number-yx-systeam .number-yx-systeam-list li {
    width: 50%;
    padding: 15px;
    border: 0;
  }
  .number-yx-systeam .number-yx-systeam-list li img {
    width: 0.4rem;
  }
  .number-yx-systeam .number-yx-systeam-list li .title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 8px;
  }
  .number-yx-systeam .number-yx-systeam-list li .sub {
    font-size: 12px;
    line-height: 1.5;
  }
  .full1 {
    padding: 20px 15px;
    background: #F9FBFF;
  }
  .system-item-box-5 .commonInfo h3 {
    font-size: 0.4rem;
  }
  .about-box {
    padding: 30px 0;
  }
  .w_1214 {
    width: 93%;
  }
  .about-box h3 {
    font-size: 0.4rem;
  }
  .culture-company .item h3 {
    font-size: 0.36rem;
  }
  .culture-company .item p {
    font-size: 12px;
  }
  .culture-company {
    padding: 22px 0;
    margin-bottom: 20px;
  }
  .culture-company .flex-wrap {
    text-align: center;
    display: block;
  }
  .culture-company .flex-wrap .item {
    margin-bottom: 15px;
  }
  .company-info {
    padding: 15px;
  }
  .company-info h3 {
    font-size: 0.4rem;
    color: #12224C;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .company-info .address-item {
    margin-right: 0;
    float: none;
    margin-top: 10px;
  }
  .address-item li {
    width: 49%;
    height: auto;
    background: #f9fbff;
    padding: 15px;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .address-item li:nth-child(2n) {
    margin-right: 0;
  }
  .address-item li h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .address-item li p {
    font-size: 12px;
  }
  .map {
    padding-bottom: 30px;
  }
  .w_1210 {
    width: 100%;
    margin: auto;
  }
  .picmg {
    float: none;
  }
  .commonInfo-mt {
    margin-top: 15px !important;
  }
  .role-box {
    padding: 20px 15px;
  }
  .role-box .title-box .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .role-box .title-box .sub-wrap {
    font-size: 12px;
  }
  .role-box .role-list {
    padding: 0;
    margin-top: 18px;
  }
  .role-box .role-list img {
    width: 1.06rem;
  }
  .role-box .role-list li {
    width: 33.3333%;
  }
  .role-box .role-list p {
    font-size: 16px;
    margin-top: 15px;
  }
  .demand-box {
    padding: 20px 15px;
    background: #DCF4F5;
  }
  .demand-box .demand-wrap {
    width: 92%;
    display: block;
  }
  .demand-box .demand-wrap .demand-left h3 {
    font-size: 0.48rem;
    line-height: 0.67rem;
  }
  .demand-box .demand-wrap .demand-left .call-hot {
    font-size: 0.24rem;
    color: #00ADB5;
    width: 3.8rem;
    height: 0.74rem;
    line-height: 0.74rem;
    margin-top: 0.3rem;
  }
  .demand-box .demand-wrap .demand-form {
    width: 100%;
    background: #fff;
    padding: 20px 15px;
    margin-top: 30px;
  }
  .demand-box .demand-wrap .demand-form ul li input {
    height: 40px;
    border-radius: 3px;
    padding-left: 16px;
  }
  .join-us-box {
    padding: 30px 15px;
  }
  .join-us-box .sub-wrap {
    font-size: 0.5rem;
    margin-top: 0.16rem;
    margin-bottom: 0.6rem;
    line-height: 0.74rem;
  }
  .join-us-box .station-list li h3 {
    font-size: 21px;
    margin-bottom: 14px;
  }
  .join-us-box .station-list li {
    margin-bottom: 20px;
  }
  .join-us-box .station-list {
    width: 100%;
  }
  .join-us-box .title {
    line-height: 1.5;
    font-size: 14px;
  }
  .galley-box {
    padding: 30px;
  }
  .system-item-box-mewssage {
    padding: 20px 15px;
    background: #F9FBFF;
  }
  .system-item-box-mewssage .commonInfo {
    max-width: 100%;
    padding-top: 0px;
  }
  .system-item-box-yx {
    padding: 25px 15px;
  }
}
/*# sourceMappingURL=css.css.map */