﻿@charset "UTF-8";

body {
  overflow-x: hidden;
  background: #F3F3F7;
  font-size: 16px;
  font-family: Microsoft YaHei;
  min-width: 1200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.firebox::after {
  content: "";
  display: block;
  clear: both;
}

.model-title {
  text-align: center;
  padding-top: 60px;
}

.model-title h4 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(41, 46, 46, 1);
}

.model-title p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(151, 156, 155, 1);
  margin-top: 4px;
}

.container {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner {
  width: 100%;
  height: 460px;
  overflow: hidden;
  position: relative;
  background: #486982;
  z-index: 1;
}

.banner img {
  width: 100%;
  height: 460px;
}


.form-wrap {
  width: 1200px;
  height: 220px;
  overflow: hidden;
  background-image: url(../images/form_bg.jpg);
  background-size: 1200px 220px;
  margin: 0 auto;
  position: relative;
  margin-top: -20px;
  z-index: 2;
  box-sizing: border-box;
}

.form-wrap h4 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(41, 46, 46, 1);
  text-align: center;
  margin-top: 40px;
}

.form-code {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 24px;
  position: relative;
  padding: 0 40px;
}

.item-form {
  width: 100%;
  height: 47px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(82, 89, 89, 1);
  line-height: 47px;
  font-size: 0;
}

.label-parent {
  display: inline-block;
  font-size: 0;
}

.item-form span {
  display: inline-block;
  font-size: 16px;
}

.label-parent label {
  display: inline-block;
  width: 110px;
  height: 47px;
  font-size: 16px;
  text-align: right;
  background-image: url(../images/choose_2.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left center;
  cursor: pointer;
  margin-left: 10px;
}

.label-parent1 label:last-child {
  width: 120px;
}

.label-parent2 label {
  width: 47px !important;
}

.on {
  background-image: url(../images/choose_1.png) !important;
  color: #FF6C00 !important;
}

.item-form span:nth-child(3) {
  margin-left: 60px;
}

.input-wrap {
  width: 992px;
  height: 48px;
  padding: 10px 0;
  background: rgba(255, 255, 255, 1);
  border: 2px solid rgba(255, 154, 5, 1);
  box-shadow: 0px 3px 8px 0px rgba(5, 9, 57, 0.06);
  float: left;
  position: relative;
}

.form-code select {
  border: none;
}

.form-code input,
.form-code .city {
  display: inline-block;
  width: 240px;
  height: 24px;
  border: none;
  border-right: 1px solid rgba(212, 212, 215, 1);
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  vertical-align: middle;
}

.select {
  position: relative;
  display: none;
}

.city-list {
  position: relative
}

.city-list ul {
  position: absolute;
  top: -20px;
  left: 286px;
  z-index: 9;
  width: 240px;
  height: 149px;
  overflow-y: scroll;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(217, 217, 217, 1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.06);
  text-indent: 12px;
}

.city-list li {
  width: 100%;
  height: 24px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(38, 38, 38, 1);
  line-height: 24px;
  cursor: pointer;
}

.city-list li:hover,
.city-list li.active {
  background: rgba(255, 244, 234, 1);
}

.input-wrap input:focus {
  padding-left: 46px !important;
}

.company {
  background-image: url(../images/form_icon1.png);
  background-size: 16px 16px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  padding-left: 46px;
  padding-right: 10px;
}

.city {
  background-image: url(../images/form_icon2.png);
  background-size: 16px 16px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  padding-left: 42px;
  line-height: 24px;
  color: #8c8c8c;
  position: relative;
  font-size: 14px;
}

.liactive {
  color: rgba(38, 38, 38, 1) !important;
}

.city-list #cityList {
  position: absolute;
  display: none;
  left: 525px;
}

.onactive {
  color: #525959 !important;
}

.city::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 18px;
  width: 8px;
  height: 5px;
  background-image: url(../images/sanjiao.png);
  background-size: 8px 5px;
}

.phone {
  background-image: url(../images/form_icon33.png);
  background-size: 16px 16px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  padding-left: 46px;
}

.msgcode {
  width: 270px;
  height: 24px;
  border: none !important;
  background-image: url(../images/form_icon4.png);
  background-size: 16px 16px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  padding-left: 46px;
}

.form-code button[type="button"] {
  position: absolute;
  right: 10px;
  top: 8px;
  padding: 0 8px;
  height: 28px;
  background: rgba(255, 236, 208, 1);
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 109, 0, 1);
}

.form-code button[type="submit"] {
  width: 128px;
  height: 48px;
  background: linear-gradient(60deg, rgba(255, 154, 5, 1), rgba(255, 108, 0, 1));
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  right: 40px;
  top: 47px;
  z-index: 99;
  border: none;
  vertical-align: middle;
}

.licence {
  width: 100%;
  height: 542px;
  overflow: hidden;
  background: #F3F3F7;
}

.licence-list {
  width: 100%;
  height: 241px;
  margin-top: 42px;
  margin-bottom: 48px;
}

.licence-list li {
  float: left;
  width: 380px;
  height: 100%;
  transition: all .6s;
}

.licence-list li:hover {
  margin-top: -10px;
}

.licence-list li:nth-child(n+2) {
  margin-left: 18px;
}

.hot-line {
  width: 530px;
  height: 56px;
  margin: 0 auto;
  margin-top: 32px;
  font-size: 0;
  border: 1px solid rgba(255, 153, 6, 1);
}

.hot-line-left {
  display: inline-block;
  width: 380px;
  height: 54px;
  background: rgba(255, 255, 255, 1);
  vertical-align: middle;
}

.hot-line-left img {
  width: 17px;
  height: 19px;
  vertical-align: middle;
  margin-left: 39px;
  animation: tel .5s infinite;
  -webkit-animation: tel .5s infinite;
}

@keyframes tel {
  0% {
    transform: translateY(3px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(3px);
  }
}

@-webkit-keyframes tel {
  0% {
    transform: translateY(3px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(3px);
  }
}

.hot-line-left span:nth-child(2) {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(82, 89, 89, 1);
  line-height: 54px;
  margin-left: 8px;
}

.hot-line-left span:nth-child(3) {
  display: inline-block;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 153, 6, 1);
  vertical-align: middle;
  line-height: 54px;
  margin-left: 10px;
}

.hot-line-right {
  display: inline-block;
  width: 148px;
  height: 54px;
  background: linear-gradient(90deg, rgba(255, 109, 0, 1) 0%, rgba(255, 153, 6, 1) 100%);
  vertical-align: middle;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}

.need {
  width: 100%;
  height: 736px;
  overflow: hidden;
  background-image: url(../images/need-bg.png);
  background-position: center top;
}

.need .model-title h4 {
  color: rgba(255, 255, 255, 1);
}

.need-content {
  width: 100%;
  height: 570px;
  margin-top: 32px;
  background-image: url(../images/need-contentbg.png);
  background-size: 100% 330px;
  background-repeat: no-repeat;
  background-position: center top 97px;
}

.need .hot-line {
  margin-top: -70px !important;
}

.term {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-image: url(../images/mod3_bg.png);
}

.term-list {
  width: 100%;
  height: 310px;
  margin-top: 32px;
}

.term-list li {
  float: left;
  width: 300px;
  height: 310px;
  background-image: url(../images/mod3_card.png);
  background-size: 300px 310px;
  transition: all .6s;
  position: relative;
  text-align: center;
}

.term-list li i {
  display: block;
  width: 254px;
  height: 136px;
  margin-top: 17px;
  margin-left: 23px;
  overflow: hidden;
}

.term-list li i img {
  width: 254px;
  height: 136px;
  transition: all .6s;
}

.term-list li>p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(151, 156, 155, 1);
  margin-top: 30px;
}

.term .w1200>p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(151, 156, 155, 1);
  text-align: center;
}

.term-list li div {
  width: 254px;
  height: 136px;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  top: 18px;
  left: 23px;
  display: none;
}

.term-list li div p {
  width: 110px;
  height: 36px;
  background: linear-gradient(90deg, rgba(254, 105, 36, 1) 0%, rgba(254, 152, 45, 1) 100%);
  box-shadow: 0px 4px 15px 0px rgba(254, 105, 36, 0.4);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 36px;
  margin: 0 auto;
  margin-top: 50px;
  cursor: pointer;
}

.term-list li:hover {
  margin-top: -10px;
}

.term-list li:hover img {
  transform: scale(1.1);
}

.term-list li:hover>div {
  display: block;
}

.data {
  width: 100%;
  height: 760px;
  overflow: hidden;
  background: #F8F8F8;
}

.data-content {
  width: 100%;
  height: 520px;
}


.change-service {
  width: 100%;
  height: 587px;
  overflow: hidden;
  background-image: url(../images/liuchengbg.jpg);
  background-repeat: no-repeat;
  background-position: center -15px;
  position: relative;
}

.change-service .model-title h4 {
  color: rgba(255, 255, 255, 1);
}

.change-service .model-title p:nth-child(2) {
  color: #046eb8;
}

.service-wrap {
  position: relative;
  width: 1200px;
  height: 515px;
  margin: 0 auto;
  margin-top: 40px;
}

.service {
  width: 202px;
  height: 192px;
}

.service-item {
  width: 202px;
  height: 120px;
  border-radius: 2px;
  padding: 0 27px;
  overflow: hidden;
}

.service-item h6 {
  text-align: center;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
  color: #046eb8;
  line-height: 24px;
  margin-top: 14px;
}

.service-item p {
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(254, 254, 254, 1);
  line-height: 22px;
}

.oni {
  color: rgba(255, 255, 255, 1) !important;
}

.service1 div p,
.service2 div p {
  margin-top: 0px;
}

.service2 div {
  margin-top: 72px;
}

.service4 div {
  margin-top: 72px;
}

.old1 {
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url(../images/old.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.new1 {
  width: 64px !important;
  height: 64px !important;
  position: absolute;
  left: 70px !important;
  top: 130px !important;
  background-image: url(../images/new.png) !important;
  background-size: 64px 64px;
  background-repeat: no-repeat;
}

.new2 {
  width: 64px !important;
  height: 64px !important;
  position: absolute;
  left: 70px !important;
  top: 0 !important;
  background-image: url(../images/new.png) !important;
  background-size: 64px 64px;
  background-repeat: no-repeat;
}

.new3 {
  width: 64px !important;
  height: 64px !important;
  position: absolute;
  left: 70px !important;
  top: 7px !important;
  background-image: url(../images/new.png) !important;
  background-size: 64px 64px;
  background-repeat: no-repeat;
}

.new4 {
  width: 64px !important;
  height: 64px !important;
  position: absolute;
  left: 70px !important;
  top: 138px !important;
  background-image: url(../images/new.png) !important;
  background-size: 64px 64px;
  background-repeat: no-repeat;
}

.service1 {
  position: absolute;
  top: 43px;
  left: 100px;
}

.service1>p {
  left: 90px;
  top: 148px;
}

.service2 {
  position: absolute;
  bottom: 177px;
  left: 300px;
}

.service2>p {
  left: 90px;
  top: 19px;
}

.service3 {
  position: absolute;
  top: -18px;
  left: 500px;
}

.service3>p {
  left: 90px;
  top: 148px;
}

.service4 {
  position: absolute;
  bottom: 178px;
  right: 300px;
}

.service4>p {
  left: 90px;
  top: 29px;
}

.service5 {
  position: absolute;
  top: 44px;
  right: 100px;
}

.service5>p {
  left: 90px;
  top: 156px;
}

.service2 div h6,
.service4 div h6 {
  margin-top: 22px;
}

.bgold1 {
  background-image: url(../images/top-bg.png);
  background-repeat: no-repeat;
  background-size: 202px 120px;
}

.bg1 {
  background-image: url(../images/bg1.png) !important;
}

.bgold2 {
  background-image: url(../images/bto-bg.png);
  background-repeat: no-repeat;
  background-size: 202px 120px;
}

.service1 div:hover,
.service3 div:hover,
.service5 div:hover {
  background-image: url(../images/bg1.png) !important;
}

.service2 div:hover,
.service4 div:hover {
  background-image: url(../images/bg2.png) !important;
}

.service div:hover h6 {
  color: rgba(255, 255, 255, 1);
}

.bg2 {
  background-image: url(../images/bg2.png) !important;
}

.why {
  width: 100%;
  height: 464px;
  background: rgba(242, 244, 245, 1);
  overflow: hidden;
}

.why-list {
  width: 100%;
  height: 194px;
  margin-top: 30px;
}

.why-list li {
  float: left;
  width: 300px;
  height: 100%;
  position: relative;
  transition: all .6s;
}

.why-list li img {
  width: 300px;
  height: 100%;
}

.why-list li p {
  position: absolute;
  top: 90px;
  left: 40px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(83, 89, 89, 1);
}

.why-list li:hover {
  margin-top: -10px;
}

.solve {
  width: 100%;
  height: 668px;
  overflow: hidden;
  background-image: url(../images/capacity-bg.png);
  background-position: center -30px;
  background-color: #ffffff;
}

.solve-list {
  width: 100%;
  height: 450px;
  margin-top: 55px;
}

.solve-list li {
  width: 100%;
  height: 150px;
}

.solve-list li div {
  float: left;
}

.solve-list li h5 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(41, 46, 46, 1);
}

.solve-list li p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(151, 156, 155, 1);
  margin-top: 16px;
}

.item-slove1 div:first-child {
  margin-left: 44px;
}

.item-slove1 div:last-child {
  margin-left: 532px;
}

.item-slove2 div:first-child {
  margin-left: 15px;
  margin-top: 32px;
}

.item-slove2 div:last-child {
  margin-left: 592px;
  margin-top: 20px;
}

.item-slove3 div:first-child {
  margin-left: 40px;
  margin-top: 40px;
}

.item-slove3 div:last-child {
  margin-left: 562px;
  margin-top: 40px;
}


.needs {
  width: 100%;
  height: 465px;
  background: rgba(245, 250, 250, 1);
  overflow: hidden;
}

.needs-list {
  width: 100%;
  height: 336px;
  padding: 0 37px;
  margin-top: 40px;
  text-align: center;
}

.needs-list li {
  width: 166px;
  height: 100%;
  float: left;
}

.needs-list li:nth-child(n+2) {
  margin-left: 74px;
}

.needs-list li img {
  width: 166px;
  height: 166px;
}

.needs-list li>p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  margin-top: 30px;
}

.needs-list li>div {
  width: 120px;
  height: 40px;
  border: 1px solid rgba(255, 108, 0, 1);
  text-align: center;
  margin-left: 23px;
  margin-top: 34px;
  cursor: pointer;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 108, 0, 1);
  line-height: 40px;
}

.needs-list li:last-child>div {
  margin-top: 10px !important;
}

.needs-list li>div:hover {
  background: linear-gradient(60deg, rgba(255, 154, 5, 1), rgba(255, 108, 0, 1));
  box-shadow: 0px 6px 15px 1px rgba(255, 108, 0, 0.3);
  color: rgba(255, 255, 255, 1);
  border: none;
}

.dgg-sl {
  width: 100%;
  height: 466px;
  background: #f8f8f8;
  overflow: hidden;
}

.ds-list {
  height: 172px;
  margin-top: 64px;
}

.ds-list ul li {
  position: relative;
  float: left;
  margin-right: 12px;
  width: 230px;
  height: 172px;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 9px 1px rgba(154, 154, 154, 0.15);

}

.ds-list ul li:hover h3,
.ds-list ul li:hover p {
  color: #046eb8;
}

.ds-list ul li:last-child {
  margin-right: 0;
}

.ds-list ul li .img {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  background-image: url(../images/dgg_icon.png);
  margin-top: -32px;
}

.ds-list ul li h3 {
  font-weight: bold;
  font-family: DIN;
  font-size: 36px;
  line-height: 26px;
  color: #2B2D2C;
  padding-top: 30px;
}

.ds-list ul li h3 span {
  font-weight: bold !important;
  font-size: 16px !important;
  margin-left: 6px;
}

.ds-list ul li h3 i {
  font-size: 27px !important;
  font-weight: normal !important;
}

.ds-list ul li p {
  color: #979C9B;
  padding-top: 12px;
}


.ds-li1 .img {
  background-position: 0 0;
}

.ds-li2 .img {
  background-position: -64px 0;
}

.ds-li3 .img {
  background-position: -128px 0;
}

.ds-li4 .img {
  background-position: -192px 0;
}

.ds-li5 .img {
  background-position: -256px 0;
}

.ds-list ul li.ds-li1:hover .img {
  background-position: 320px 0;
}

.ds-list ul li.ds-li2:hover .img {
  background-position: 256px 0;
}

.ds-list ul li.ds-li3:hover .img {
  background-position: 192px 0;
}

.ds-list ul li.ds-li4:hover .img {
  background-position: 128px 0;
}

.ds-list ul li.ds-li5:hover .img {
  background-position: 64px 0;
}

.ds-img {
  height: 430px;
  margin-top: 13px;
  background: #fff;
  box-sizing: border-box;
}

.ds-img ul li {
  float: left;
  width: 228px;
  height: 200px;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
  overflow: hidden;

}

.ds-img ul li img {
  width: 100%;
  height: 200px;
  transition: all .6s;
  transform: scale(1);
}

.ds-img ul li:hover img {
  transform: scale(1.05);
}

.ds-img ul li p {
  height: 28px;
  line-height: 28px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  background: rgba(0, 0, 0, .6);
  font-size: 14px;
  z-index: 1;
  padding: 0 10px;
}