/* 网站主题色 */
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
}
/* 顶部导航结束 */
.top-div {
  height: 88px;
}
/* 顶部导航开始 */
.navbar {
  padding-top: 20px;
  padding-bottom: 13px;
}
.navbar .container .navbar-header .navbar-left .logo {
  width: 213px;
  height: 45px;
}
.navbar .container .navbar-header .navbar-toggle {
  background-color: #ffffff;
}
.navbar .container #navbar-collapse .navbar-nav li a {
  color: #272727;
}
.navbar .container #navbar-collapse .navbar-nav li .activeblock {
  display: none;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(164deg, #8acb55 0%, #4aa980 50%, #158ca2 100%);
}
.navbar .container #navbar-collapse .navbar-nav li.active a {
  font-family: 'MicrosoftYaHei';
  font-weight: bolder;
  color: #2d2d2d;
  background-color: transparent;
}
.navbar .container #navbar-collapse .navbar-nav li.active .activeblock {
  display: block;
}
.navbar.jianbian {
  background-image: linear-gradient(158deg, #8acb55 0%, #4aa980 50%, #158ca2 100%);
}
.navbar.jianbian #navbar-collapse .navbar-nav li a {
  color: #ffffff;
}
.navbar.jianbian #navbar-collapse .navbar-nav li .activeblock {
  display: none;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  background-image: none;
}
.navbar.jianbian #navbar-collapse .navbar-nav li.active a {
  font-family: 'MicrosoftYaHei';
  font-weight: bolder;
  color: #ffffff;
  background-color: transparent;
}
.navbar.jianbian #navbar-collapse .navbar-nav li.active .activeblock {
  display: block;
}
#index {
  height: 750px;
}
#index .container-fluid {
  background-image: linear-gradient(-34deg, #8acb55 0%, #50ac7c 36%, #158ca2 100%);
}
#index .container-fluid .container {
  height: 600px;
  position: relative;
  display: flex;
}
#index .container-fluid .container .left {
  position: relative;
  flex: 4;
  height: 100%;
}
#index .container-fluid .container .left h3 {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 131px;
  height: 48px;
  line-height: 48px;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  color: #fefefe;
}
#index .container-fluid .container .left h4 {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 260px;
  height: 90px;
  font-size: 32px;
  line-height: 48px;
  color: #fefefe;
}
#index .container-fluid .container .left .free-btn {
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 222px;
  height: 62px;
  top: 430px;
  font-size: 28px;
  line-height: 58px;
  letter-spacing: 1px;
  color: #fefefe;
  background-color: transparent;
  border: 2px solid #ffffff;
}
#index .container-fluid .container .right {
  position: relative;
  flex: 5;
  height: 100%;
}
#index .container-fluid .container .right .index-bannersmall-1 {
  position: absolute;
  top: 107px;
  left: 0px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
/* 通用的大标题 */
.Bigtitle {
  margin: 100px 0px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.Bigtitle .entitle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Bigtitle .entitle .jianbianbox1 {
  width: 177px;
  height: 5px;
  background-image: linear-gradient(-41deg, #8acb55 0%, #8acb55 45%, #4aa980 50%, #158ca2 55%, #158ca2 100%);
}
.Bigtitle .entitle .jianbianbox2 {
  width: 177px;
  height: 5px;
  background-image: linear-gradient(143deg, #8acb55 0%, #8acb55 45%, #4aa980 50%, #158ca2 55%, #158ca2 100%);
}
.Bigtitle .entitle .en {
  padding: 0px 30px;
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 3px;
  color: #2a2a2a;
  opacity: 0.42;
}
.Bigtitle .cntitle {
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 3px;
  color: #2a2a2a;
}
#fuwu .service {
  background-color: #f1f1f1;
  padding-top: 87px;
}
#fuwu .service .row > div {
  padding: 40px 20px;
}
#fuwu .service .row > div .box {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  height: 300px;
  background-color: #ffffff;
  box-shadow: 0px 5px 22px 2px rgba(50, 50, 50, 0.24);
  border-radius: 10px;
}
#fuwu .service .row > div .box .public-img {
  margin-top: -150px;
  width: 80%;
  min-height: 115px;
  background-image: linear-gradient(172deg, #8acb55 0%, #4aa980 50%, #158ca2 100%);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fuwu .service .row > div .box .public-img .info {
  width: 96%;
  height: 93%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 22px 30px;
  border-radius: 5px;
}
#fuwu .service .row > div .box .public-img .info strong {
  height: 20px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #163f70;
}
#fuwu .service .row > div .box .text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#fuwu .service .row > div .box .text p {
  padding-top: 20px;
  width: 80%;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #2d2d2d;
}
#fuwu .service .row > div .box .text .free-btn {
  position: absolute;
  bottom: 20px;
  width: 80%;
  height: 35px;
  background-color: #f5f5f5;
  border-style: solid;
  border-width: 3px;
  color: #163f70;
  border-image-source: linear-gradient(172deg, #8acb55 0%, #4aa980 50%, #158ca2 100%);
  border-image-slice: 1;
}
#fuwu .service .row > div .box .text .free-btn:hover {
  color: white;
  font-weight: bolder;
  background-image: linear-gradient(172deg, #8acb55 0%, #4aa980 50%, #158ca2 100%);
  border-radius: 10px;
}
#anli .bgimg {
  padding-bottom: 30px;
  background: url(../images/img_development_bg.png) no-repeat center;
  background-position: bottom;
}
#anli .case .row > div .case-msg {
  height: 500px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 22px 2px rgba(50, 50, 50, 0.24);
  display: flex;
  justify-content: center;
  align-items: center;
}
#anli .case .row > div .case-msg img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#anli .img-development-bg {
  width: 1920px;
  height: 319px;
  opacity: 0.28;
}
#hezuo .container-fluid {
  background-color: #f1f1f1;
}
#hezuo .container-fluid .container {
  min-height: 312px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hezuo .container-fluid .container .row > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#hezuo .container-fluid .container .row > div img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#liucheng .container-fluid .container .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
#liucheng .container-fluid .container .row > div {
  flex: 1;
  margin: 10px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#liucheng .container-fluid .container .row > div img {
  width: 64px;
  height: 64px;
}
#liucheng .container-fluid .container .row > div p {
  height: 20px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #2d2d2d;
}
#liucheng .process > div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#guanyu {
  position: relative;
  padding: 30px 0px;
}
#guanyu .block .kaishihezuo {
  margin: 0px auto;
  width: 80%;
  height: 284px;
  background-color: #ffffff;
  box-shadow: 0px 5px 22px 2px rgba(50, 50, 50, 0.24);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#guanyu .block .kaishihezuo .free-btn {
  margin-top: 20px;
  width: 197px;
  height: 46px;
  background-image: linear-gradient(167deg, #8acb55 0%, #4aa980 50%, #158ca2 100%);
  border-radius: 14px;
  border: solid 1px #ffffff;
  color: #ffffff;
}
#guanyu .block .kaishihezuo .free-btn:hover {
  color: #ffffff;
  font-weight: bolder;
  background-image: linear-gradient(172deg, #8acb55 0%, #4aa980 50%, #158ca2 100%);
}
#guanyu .block .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#guanyu .block .row > div.jieshao {
  align-items: flex-end;
  text-align: right;
}
#guanyu .block .row > div.code {
  align-items: center;
}
#guanyu .block .row > div.lianxi {
  align-items: flex-start;
  text-align: left;
}
#guanyu .block .row > div h3 {
  font-size: 24px;
}
#guanyu .block .row > div p {
  font-size: 14px;
}
#guanyu .block .row > div img {
  width: 178px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#guanyu .block .row > div .ghs {
  width: auto;
}
#guanyu .block .row .banquan {
  align-items: center;
  padding: 30px 0px 0px 0px;
}
#guanyu:after {
  padding: 30px 0px;
  background-color: #f8f8f8;
  height: 50%;
  width: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
#right_float {
  width: 55px;
  padding: 4px 0px;
  background-color: #ffffff;
  box-shadow: 0px 5px 22px 2px rgba(50, 50, 50, 0.24);
  border-radius: 6px;
  position: fixed;
  bottom: 20%;
  right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#right_float p {
  text-align: center;
  font-family: 'MicrosoftYaHei';
  font-size: 30px;
  line-height: 30px;
  color: #2d2d2d;
}
#right_float .floathidden {
  display: none;
}
#right_float:hover .floathidden {
  width: 229px;
  height: 278px;
  background-color: #ffffff;
  box-shadow: 0px 5px 22px 2px rgba(50, 50, 50, 0.24);
  border-radius: 6px;
  position: absolute;
  left: -230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#right_float:hover .floathidden .phone {
  width: 161px;
  height: 18px;
  font-family: 'MicrosoftYaHei';
  font-size: 22px;
  letter-spacing: 0px;
  color: #2d2d2d;
}
#right_float:hover .floathidden .free-btn {
  width: 139px;
  height: 45px;
  background-image: linear-gradient(0deg, #8acb55 0%, #4aa980 50%, #158ca2 100%);
  border-radius: 6px;
  color: #ffffff;
  font-size: 22px;
}
#right_float:hover .floathidden .code {
  width: 119px;
  height: 119px;
}
#right_float:hover .floathidden .text {
  width: 133px;
  height: 22px;
  font-family: 'MicrosoftYaHei';
  font-size: 22px;
  color: #2d2d2d;
}
#msgbox {
  display: none;
  width: 100%;
  /* 定位 */
  position: fixed;
  z-index: 1;
  top: 20%;
}
#msgbox .msgbox {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0px 5px 22px 2px rgba(50, 50, 50, 0.24);
  border-radius: 6px;
}
#msgbox .msgbox .title {
  font-family: 'MicrosoftYaHei';
  font-size: 18px;
  letter-spacing: 2px;
  color: #2a2a2a;
}
#msgbox .msgbox .title .title-text {
  padding-bottom: 20px;
  border-bottom: 3px solid #dcdada;
}
#msgbox .msgbox .info {
  padding-top: 20px;
}
#msgbox .msgbox .info > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#msgbox .msgbox .info > div.boxleft {
  align-items: flex-start;
}
#msgbox .msgbox .info > div .phone {
  width: 161px;
  height: 18px;
  font-family: 'MicrosoftYaHei';
  font-size: 22px;
  letter-spacing: 0px;
  color: #2d2d2d;
}
#msgbox .msgbox .info > div .free-btn {
  width: 139px;
  height: 45px;
  background-image: linear-gradient(0deg, #8acb55 0%, #4aa980 50%, #158ca2 100%);
  border-radius: 6px;
  color: #ffffff;
  font-size: 22px;
}
#msgbox .msgbox .info > div .code {
  width: 119px;
  height: 119px;
}
#msgbox .msgbox .info > div .text {
  width: 133px;
  height: 22px;
  font-family: 'MicrosoftYaHei';
  font-size: 22px;
  color: #2d2d2d;
}
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 768px) {
  nav {
    font-size: 16px;
  }
  nav .navbar-left {
    margin-left: 10px;
  }
  #index .container-fluid .container .left h3 {
    font-size: 30px;
  }
  #index .container-fluid .container .left h4 {
    font-size: 20px;
  }
  #index .container-fluid .container .left .btn {
    font-size: 28px;
  }
  #guanyu .block .row > div h3 {
    font-size: 16px;
  }
  #guanyu .block .row > div p {
    font-size: 12px;
  }
  #msgbox .msgbox .info > div.boxleft {
    align-items: center;
  }
  #liucheng .container-fluid .container .row {
    display: block;
  }
  #guanyu .block .container .row .jieshao {
    align-items: flex-start;
    text-align: left;
  }
  #guanyu .block .container .row .code {
    align-items: center;
  }
  #guanyu .block .container .row .code img {
    height: 100px;
    width: 100px;
  }
  #guanyu .block .container .row .lianxi {
    align-items: flex-start;
    text-align: left;
  }
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) and (max-width: 992px) {
  nav {
    font-size: 12px;
  }
  #fuwu .service .row > div .box .public-img .info {
    width: 96%;
    height: 94%;
  }
  #fuwu .service .row > div .box .public-img .info strong {
    font-size: 13px;
  }
  #liucheng .container-fluid .container .row {
    display: block;
  }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) and (max-width: 1200px) {
  nav {
    font-size: 20px;
  }
  #index .container-fluid .container .left h3 {
    font-size: 40px;
  }
  #index .container-fluid .container .left h4 {
    font-size: 26px;
  }
  #index .container-fluid .container .left .btn {
    font-size: 26px;
  }
  #fuwu .service .row > div .box .text p {
    font-size: 12px;
  }
  #fuwu .service .row > div .box .public-img .info {
    width: 96%;
    height: 94%;
  }
  #fuwu .service .row > div .box .public-img .info strong {
    font-size: 13px;
  }
  #liucheng .container-fluid .container .row > div p {
    font-size: 12px;
  }
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  nav {
    font-size: 22px;
  }
  #index .container-fluid .container .left h3 {
    font-size: 48px;
  }
  #index .container-fluid .container .left h4 {
    font-size: 32px;
  }
  #index .container-fluid .container .left .btn {
    font-size: 28px;
  }
  #fuwu .service .row > div .box .text p {
    font-size: 16px;
  }
  #liucheng .container-fluid .container .row > div p {
    font-size: 16px;
  }
}
