body {
  overflow-x: hidden;
}
button,
input {
  outline: none;
}
a:hover {
  text-decoration: none;
}
/**����������**/
.navbar {
  height: 88px;
  margin-bottom: 0;
}
.navbar .navbar-brand {
  height: 88px;
  padding: 4px 0;
}
.navbar .navbar-brand a {
  display: inline-block;
  width: 128px;
  height: 75px;
  background: url("../img/logo.png") center no-repeat;
  background-size: 100%;
}
.navbar .navbar-nav {
  margin-top: 10px;
}
.navbar .navbar-nav li a {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #101010;
}
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a.active {
  color: #10a3ff;
}
.navbar-default {
  height: 88px;
  background: url("../img/navi_bg.svg");
  border: none;
}
/**ҳ����������**/
.main .banner-box {
  width: 100%;
}
.main .banner-box img {
  width: 100%;
}
.main .nav-box {
  width: 100%;
  height: 108px;
  background-color: #0e196b;
}
.main .nav-box .container {
  width: 1300px !important;
}
.main .nav-box .container .item {
  height: 100%;
  float: left;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #808080;
  margin-right: 25px;
}
.main .nav-box .container .item .brief-img {
  float: left;
  width: 276px;
  height: 116px;
}
.main .nav-box .container .item .brief-img img {
  position: absolute;
  margin-top: -8px;
  max-width: 100%;
}
.main .nav-box .container .item .select-box {
  display: inline-block;
  position: relative;
  width: 217px;
  height: 55px;
  background-color: #e9f1f8;
  border: 1px solid rgba(84, 169, 242, 0.96);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 26px;
  text-align: center;
}
.main .nav-box .container .item .select-box select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 30px;
}
.main .nav-box .container .item .select-box select::-ms-expand {
  display: none;
}
.main .nav-box .container .item .select-box i {
  position: absolute;
  z-index: 99;
  float: right;
  display: block;
  width: 0;
  height: 0;
  top: 20px;
  right: 35px;
  border-top: 10px solid #727272;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.main .nav-box .container .item input {
  width: 217px;
  height: 55px;
  background-color: #e9f1f8;
  border: 1px solid rgba(84, 169, 242, 0.96);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 8px 6px 45px;
  margin-top: 26px;
}
.main .nav-box .container .item input.user {
  background-image: url("../img/user.png");
  background-repeat: no-repeat;
  background-position: 10px 15px;
}
.main .nav-box .container .item input.phone {
  background-image: url("../img/phone.png");
  background-repeat: no-repeat;
  background-position: 10px 15px;
}
.main .nav-box .container .item button {
  width: 219px;
  height: 58px;
  background: url("../img/btn_bg.png") center no-repeat;
  font-size: 18px;
  text-align: center;
  line-height: 58px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #fefefe;
  margin-top: 26px;
}
.main .nav-box .container .item:last-child {
  margin-right: 0;
}
.main .work-box {
  position: relative;
  width: 100%;
  height: 1020px;
  margin-top: -1px;
}
.main .work-box .work-bg {
  position: absolute;
  width: 100%;
  height: 1020px;
  left: 0;
  top: 0;
  z-index: 1;
}
.main .work-box .work-title {
  position: relative;
  z-index: 88;
  padding: 70px 0;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
}
.main .work-box .work-title h3 {
  font-size: 42px;
  font-family: MicrosoftYaHei;
}
.main .work-box .work-title h4 {
  font-size: 14px;
  font-family: ArialMT;
}
.main .work-box .work-list {
  position: relative;
  z-index: 88;
  width: 1200px;
  margin: auto;
}
.main .work-box .work-list .work-item {
  position: relative;
  width: 585px;
  height: 630px;
  cursor: pointer;
}
.main .work-box .work-list .work-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.main .work-box .work-list .work-item .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 245px;
  background: rgba(0, 0, 0, 0.3);
  font-family: MicrosoftYaHei;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 40px;
}
.main .work-box .work-list .work-item .mask p {
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}
.main .work-box .work-list .work-item .mask h3 {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}
.main .service-box {
  width: 1200px;
  margin: auto;
  margin-bottom: 100px;
}
.main .service-box .service-title {
  text-align: center;
  padding: 70px 0 50px 0;
  font-weight: 400;
  color: #323130;
}
.main .service-box .service-title h3 {
  font-family: MicrosoftYaHei;
  font-size: 42px;
}
.main .service-box .service-title h4 {
  font-size: 14px;
  font-family: ArialMT;
}
.main .service-box .service-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main .service-box .service-list li {
  height: 330px;
}
.main .service-box .service-list li .service-des,
.main .service-box .service-list li .service-img-box {
  float: left;
  width: 50%;
  height: 100%;
}
.main .service-box .service-list li .service-img-box img {
  width: 100%;
  height: 100%;
}
.main .service-box .service-list li .service-des {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 48px;
  background: #f7f7f7;
}
.main .service-box .service-list li .service-des h3 {
  font-size: 50px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #262626;
}
.main .service-box .service-list li .service-des p {
  font-size: 28px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #616161;
}
.main .service-box .service-list li:nth-child(even) .service-des {
  float: left;
}
.main .service-box .service-list li:nth-child(even) .service-img-box {
  float: right;
}
.main .station-box {
  position: relative;
  width: 100%;
  height: 1450px;
}
.main .station-box .station-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  height: 1450px;
  left: 0;
  top: 0;
  z-index: 1;
}
.main .station-box .station-title {
  position: relative;
  z-index: 88;
  text-align: center;
  padding: 70px 0 70px 0;
  font-weight: 400;
}
.main .station-box .station-title h3 {
  font-family: MicrosoftYaHei;
  font-size: 42px;
  color: #ffffff;
}
.main .station-box .station-title h4 {
  font-size: 14px;
  font-family: ArialMT;
  color: #fffefe;
}
.main .station-box .station-list {
  position: relative;
  z-index: 99;
  width: 1200px;
  margin: auto;
}
.main .station-box .station-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main .station-box .station-list ul li {
  width: 590px;
  height: 525px;
  float: left;
  margin-bottom: 20px;
  padding-top: 20px;
  background-color: #1f3766;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main .station-box .station-list ul li img {
  display: block;
  margin: 30px auto;
}
.main .station-box .station-list ul li h3 {
  font-size: 43px;
  width: 55%;
  margin: auto;
  line-height: 1.5;
  margin-bottom: 25px;
}
.main .station-box .station-list ul li p {
  width: 70%;
  margin: auto;
  font-size: 24px;
  line-height: 1.5;
}
.main .station-box .station-list ul li:nth-child(even) {
  float: right;
}
.main .station-box .station-list ul li:last-child h3 {
  width: 70%;
}
.main .terrace-box .terrace-title {
  padding: 70px 0;
  text-align: center;
  font-weight: 400;
  color: #464646;
}
.main .terrace-box .terrace-title h3 {
  font-size: 42px;
  font-family: MicrosoftYaHei;
}
.main .terrace-box .terrace-title h4 {
  font-size: 14px;
  font-family: ArialMT;
}
.main .terrace-box .treeace-img {
  display: block;
  margin: 0 auto 50px auto;
  max-width: 1200px;
}
.main .service-content {
  position: relative;
  width: 100%;
  height: 725px;
  margin-top: 10px;
}
.main .service-content .s-bg {
  position: absolute;
  width: 100%;
  height: 725px;
  left: 0;
  top: 0;
  z-index: 1;
}
.main .service-content .s-title {
  position: relative;
  z-index: 88;
  padding: 50px 0;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
}
.main .service-content .s-title h3 {
  font-size: 42px;
  font-family: MicrosoftYaHei;
}
.main .service-content .s-title h4 {
  font-size: 14px;
  font-family: ArialMT;
}
.main .service-content .img-service {
  position: relative;
  display: block;
  margin: 10px  auto;
  z-index: 99;
  max-width: 100%;
}
.main .contact-us {
  width: 100%;
  background-color: #051432;
  height: 335px;
  padding-top: 50px;
  margin-top: -16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main .contact-us .container .left-box .phone {
  height: 100px;
  overflow: hidden;
  margin-bottom: 30px;
  background-image: url("../img/border-img.png");
  background-repeat: no-repeat;
  background-position: 0 95px;
}
.main .contact-us .container .left-box .phone img {
  float: left;
  margin-left: 50px;
}
.main .contact-us .container .left-box .phone .phone-detail {
  float: left;
  margin-left: 10px;
  margin-bottom: 20px;
}
.main .contact-us .container .left-box .phone .phone-detail p:first-child {
  font-size: 20px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  color: #e1e5ee;
}
.main .contact-us .container .left-box .phone .phone-detail p:last-child {
  font-size: 31px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #ffffff;
}
.main .contact-us .container .left-box .f-detail p {
  font-size: 20px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 5px;
}
.main .contact-us .container .left-box .f-detail p img {
  vertical-align: middle;
  margin-right: 5px;
}
.main .contact-us .container .code-box img {
  display: block;
  margin: 10px auto;
}
.main .contact-us .container .code-box p {
  font-size: 20px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
}
.main .copyright-box {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #000000;
}
.footer {
  position: relative;
  width: 100%;
  height: 850px;
  margin-top: 10px;
}
.footer .f-bg {
  position: absolute;
  width: 100%;
  height: 850px;
  left: 0;
  top: 0;
  z-index: 1;
}
.footer .f-title {
  position: relative;
  z-index: 88;
  padding: 50px 0;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
}
.footer .f-title h3 {
  font-size: 42px;
  font-family: MicrosoftYaHei;
}
.footer .f-title h4 {
  font-size: 14px;
  font-family: ArialMT;
}
.footer .us-intro {
  position: relative;
  width: 1150px;
  margin: auto;
  z-index: 99;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 41px;
}
.footer .us-intro .media .media-body {
  vertical-align: bottom;
}
.footer .us-intro .media,
.footer .us-intro .brief-two {
  margin-bottom: 30px;
}
/*# sourceMappingURL=index.css.map */