body {
  background: #f4f4f4;
}

section .section-title {
  font-weight: 700;
}
section .section-line {
  width: 88px;
  height: 4px;
  display: block;
}
section .section-text {
  font-size: 20px;
  line-height: 36px;
}
.network-third {
  background: url(../images/service/network_bg.jpg) no-repeat center;
  background-size: cover;
}
.network-third .section-title, .network-third .section-text {
  text-align: center;
  color: #fff;
}
.network-third .third-content {
  display: flex;
  justify-content: space-between;
}
.network-third .third-content img {
  height: auto;
  display: block;
}
.network-third .third-content .third-text {
  background: #fff;
  color: #333;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.network-third .third-content .third-text h3 {
  font-weight: normal;
}
.network-third .third-content .third-text span {
  width: 71px;
  height: 3px;
  background: #3f51b5;
  display: block;
}
.network-third .third-content .third-text p a {
  color: #333;
}

.network-fourth {
  background: #f0f3f8;
  padding: 70px 0 0px;
}
.network-fourth .section-title, .network-fourth .section-text {
  text-align: center;
  color: #333;
  position: relative;
  z-index: 1;
}
.network-fourth .section-text {
  margin-top: 22px;
}
.network-fourth .fourth-content {
  position: relative;
  z-index: 0;
  margin-top: 30px;
}
.network-fourth .fourth-content img {
  width: 100%;
  height: auto;
  display: block;
}
.network-fourth .fourth-content .fourth-text {
  position: absolute;
  left: 0;
  color: #333;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.14);
}
.network-fourth .fourth-content .fourth-text h3 {
  font-weight: normal;
}
.network-fourth .fourth-content .fourth-text span {
  width: 71px;
  height: 3px;
  background: #3f51b5;
  display: block;
}
.network-fourth .fourth-content .fourth-text p a {
  color: #333;
}

.form-section {
  background: url(../images/product/fourth_bg.jpg) no-repeat;
  background-size: cover;
}
.form-section .section-title {
  text-align: center;
  font-weight: 700;
}
.form-section .section-title a {
  color: #1f1e1e;
}
.form-section .section-text {
  color: #1f1e1e;
  text-align: center;
  font-weight: lighter;
  line-height: 40px;
  margin-top: 8px;
}
.form-section .form-section-list {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.form-section .form-section-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-section .form-section-list li p:first-child {
  font-size: 18px;
  color: #171717;
  display: flex;
  align-items: center;
}
.form-section .form-section-list li p:first-child b {
  font-family: Impact;
  margin-right: 5px;
  color: #f9bb0b;
  font-weight: normal;
}
.form-section .form-section-list li p:last-child {
  color: #1f1e1e;
  margin-top: 10px;
}
.form-section .index-form {
  margin-top: 50px;
}
.form-section .index-form .material {
  position: relative;
}
.form-section .index-form .material .material-select {
  width: 100%;
  border: 0;
  font-size: 18px;
  padding: 10px;
  border: solid 1px #d8d9d4;
  color: #1d1d1d;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 35px;
  z-index: 111;
}
.form-section .index-form .material .material-select:focus {
  box-shadow: none;
  border: none;
}
.form-section .index-form .material .select-arrow {
  position: absolute;
  right: 20px;
  top: 14px;
  pointer-events: none;
}
.form-section .index-form .form-control {
  border-radius: 0;
  font-size: 18px;
  padding: 10px;
  border: solid 1px #d8d9d4;
  color: #1d1d1d;
}
.form-section .index-form .form-control::placeholder {
  color: #1d1d1d;
}
.form-section .index-form .form-control:focus {
  box-shadow: none;
}
.form-section .index-form .submit button {
  background-color: #3f51b5;
  color: #fff;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 10px;
  font-weight: lighter;
  font-size: 20px;
  line-height: 28px;
  background-size: 200% auto;
  transition: 0.8s;
}
.form-section .index-form .submit button:hover {
  background-image: linear-gradient(to right, #3f51b5 0%, #8f9deb 51%, #3f51b5 100%);
  background-position: center right;
}

@media (max-width: 575px) {
  .network-first {
    padding: 0px 12px 60px;
    display: flex;
    flex-direction: column;
  }
  .network-first .first-left {
    width: 100%;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    color: #333;
  }
  .network-first .first-left span {
    background: #3f51b5;
    margin: 20px 0;
  }
  .network-first .first-right-s {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 30px;
    box-shadow: 1px 2px 12px rgba(104, 101, 101, 0.1);
  }
  .network-first .first-right {
    width: 100%;
    height: auto;
    display: none;
    box-shadow: 1px 2px 12px rgba(104, 101, 101, 0.1);
  }
  .network-second {
    padding: 0px 12px 100px;
  }
  .network-second .second-left {
    position: relative;
  }
  .network-second .second-left img {
    display: block;
    width: 100%;
    height: auto;
  }
  .network-second .second-left .left-text {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 30px;
    width: 100%;
    color: #fff;
    z-index: 11;
    background: rgba(0, 0, 0, 0.5);
  }
  .network-second .second-left .left-text .section-line {
    background: #fff;
    margin: 25px 0 20px;
  }
  .network-second .second-left .left-text .section-text {
    color: rgba(255, 255, 255, 0.95);
  }
  .network-second .second-right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0px;
    position: relative;
    z-index: 1;
  }
  .network-second .second-right img {
    display: block;
    height: auto;
  }
  .network-second .second-right .img1 {
    width: 100%;
  }
  .network-second .second-right .img2 {
    width: 100%;
  }
  .network-third {
    padding: 60px 12px;
  }
  .network-third .section-text {
    margin-top: 20px;
  }
  .network-third .third-content {
    margin-top: 35px;
    flex-wrap: wrap;
  }
  .network-third .third-content img {
    width: 100%;
  }
  .network-third .third-content .third-text {
    width: 100%;
    padding: 20px;
  }
  .network-third .third-content .third-text h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .network-third .third-content .third-text span {
    margin: 10px 0;
  }
  .network-third .third-content .third-text p {
    font-size: 18px;
    line-height: 32px;
  }
  .network-fourth {
    padding-bottom: 60px;
  }
  .network-fourth .fourth-content .fourth-text {
    padding: 30px;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
  }
  .network-fourth .fourth-content .fourth-text h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .network-fourth .fourth-content .fourth-text span {
    margin: 10px 0;
  }
  .network-fourth .fourth-content .fourth-text p {
    font-size: 18px;
    line-height: 32px;
  }
  .form-section {
    padding: 60px 0;
  }
  .form-section .section-text {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
  .form-section .form-section-list {
    margin-top: 40px;
  }
  .form-section .form-section-list li {
    width: 33%;
  }
  .form-section .form-section-list li p:first-child {
    line-height: 50px;
    font-size: 16px;
  }
  .form-section .form-section-list li p:first-child b {
    font-size: 50px;
  }
  .form-section .form-section-list li p:last-child {
    font-size: 16px;
  }
  .form-section .index-form .form-item {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .network-first {
    padding: 0px 12px 60px;
  }
  .network-first .first-left {
    width: 100%;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
  }
  .network-first .first-left span {
    background: #3f51b5;
    margin: 20px 0;
  }
  .network-first .first-right-s {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 30px;
    box-shadow: 1px 2px 12px rgba(104, 101, 101, 0.1);
  }
  .network-first .first-right {
    width: 100%;
    height: auto;
    display: none;
    box-shadow: 1px 2px 12px rgba(104, 101, 101, 0.1);
  }
  .network-second {
    padding: 0px 12px 60px;
  }
  .network-second .second-left {
    position: relative;
  }
  .network-second .second-left img {
    display: block;
    width: 100%;
    height: auto;
  }
  .network-second .second-left .left-text {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 30px;
    width: 100%;
    color: #fff;
    z-index: 11;
    background: rgba(0, 0, 0, 0.2);
  }
  .network-second .second-left .left-text .section-line {
    background: #fff;
    margin: 25px 0 20px;
  }
  .network-second .second-left .left-text .section-text {
    color: rgba(255, 255, 255, 0.95);
  }
  .network-second .second-right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0px;
    position: relative;
    z-index: 1;
  }
  .network-second .second-right img {
    display: block;
    height: auto;
  }
  .network-second .second-right .img1 {
    width: 40.8%;
  }
  .network-second .second-right .img2 {
    width: 59.2%;
  }
  .network-third {
    padding: 60px 12px;
  }
  .network-third .section-text {
    margin-top: 20px;
  }
  .network-third .third-content {
    margin-top: 35px;
    position: relative;
  }
  .network-third .third-content img {
    width: 100%;
  }
  .network-third .third-content .third-text {
    width: 260px;
    padding: 0 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
  }
  .network-third .third-content .third-text h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .network-third .third-content .third-text span {
    margin: 10px 0;
  }
  .network-third .third-content .third-text p {
    font-size: 18px;
    line-height: 32px;
  }
  .network-fourth {
    padding-bottom: 60px;
  }
  .network-fourth .fourth-content .fourth-text {
    padding: 30px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.8);
  }
  .network-fourth .fourth-content .fourth-text h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .network-fourth .fourth-content .fourth-text span {
    margin: 10px 0;
  }
  .network-fourth .fourth-content .fourth-text p {
    font-size: 18px;
    line-height: 32px;
  }
  .form-section {
    padding: 60px 0;
  }
  .form-section .section-text {
    font-size: 20px;
  }
  .form-section .form-section-list li {
    width: 32%;
  }
  .form-section .form-section-list li p:first-child {
    line-height: 55px;
  }
  .form-section .form-section-list li p:first-child b {
    font-size: 55px;
  }
  .form-section .form-section-list li p:last-child {
    font-size: 20px;
  }
  .form-section .index-form .form-item {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .form-section {
    padding: 90px 0 60px;
  }
}
@media (min-width: 992px) {
  .network-second .second-left .left-text {
    background: none;
  }
  .network-second .second-right {
    margin-top: -45px;
  }
  .network-third .third-content {
    margin-top: 35px;
  }
  .network-third .third-content img {
    width: 70%;
  }
  .network-third .third-content .third-text {
    width: 30%;
  }
  .network-third .third-content .third-text span {
    margin: 15px 0 18px;
  }
  .network-fourth {
    padding-bottom: 0px;
  }
  .network-fourth .fourth-content .fourth-text {
    bottom: 35px;
    background: #fff;
  }
  .network-fourth .fourth-content .fourth-text span {
    margin: 20px 0 27px;
  }
  .form-section .section-title {
    font-size: 44px;
  }
  .form-section .section-text {
    font-size: 25px;
  }
  .form-section .form-section-list li {
    width: 22%;
  }
  .form-section .index-form .form-item {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  section .section-title {
    font-size: 34px;
  }
  .network-first {
    position: relative;
    padding: 0px 0 83px 50px;
    display: block;
  }
  .network-first .first-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    padding: 45px;
  }
  .network-first .first-left span {
    margin: 25px 0;
  }
  .network-first .first-right {
    margin-top: 0;
    display: block;
  }
  .network-first .first-right-s {
    display: none;
  }
  .network-second {
    padding: 83px 0 113px;
    position: relative;
  }
  .network-second .second-left {
    padding-right: 200px;
  }
  .network-second .second-left img {
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.34);
  }
  .network-second .second-left .left-text {
    position: absolute;
    top: 45px;
    left: 45px;
    width: 800px;
    padding: 0;
  }
  .network-second .second-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 72.42%;
    margin-top: 0;
  }
  .network-third {
    margin-top: 87px;
    padding: 70px 0 110px;
  }
  .network-third .section-text {
    margin-top: 37px;
  }
  .network-third .third-content {
    padding-right: 100px;
    margin-top: 75px;
  }
  .network-third .third-content img {
    width: 75%;
  }
  .network-third .third-content .third-text {
    width: 25%;
    padding: 0 20px 0 30px;
    position: relative;
    height: auto;
  }
  .network-third .third-content .third-text h3 {
    font-size: 22px;
  }
  .network-third .third-content .third-text p {
    font-size: 20px;
    line-height: 36px;
  }
  .network-fourth .fourth-content .fourth-text {
    padding: 45px 23px 43px;
    bottom: 150px;
  }
  .network-fourth .fourth-content .fourth-text h3 {
    font-size: 22px;
  }
  .network-fourth .fourth-content .fourth-text p {
    font-size: 20px;
    line-height: 36px;
  }
  .form-section {
    padding: 50px 0 70px;
  }
}
@media (min-width: 1400px) {
  section .section-title {
    font-size: 36px;
  }
  .network-second .second-left {
    padding-right: 280px;
  }
  .network-third .third-content {
    padding-right: 180px;
  }
}
@media (min-width: 1600px) {
  section .section-title {
    font-size: 40px;
  }
  .network-first {
    padding: 0px 0 83px 170px;
  }
  .network-first .first-left {
    padding: 55px 85px 65px 125px;
    width: 41%;
  }
  .network-second .second-left {
    padding-right: 384px;
  }
  .network-second .second-left .left-text {
    top: 55px;
    left: 124px;
    width: 720px;
  }
  .network-third .third-content img {
    width: 78%;
  }
  .network-third .third-content .third-text {
    width: 22%;
  }
  .network-third .third-content .third-text h3 {
    font-size: 24px;
  }
  .network-fourth .fourth-content .fourth-text h3 {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .network-second .second-left .left-text {
    top: 85px;
    width: 590px;
  }
  .network-third .third-content {
    padding-right: 286px;
  }
  .network-third .third-content img {
    width: 80.53%;
  }
  .network-third .third-content .third-text {
    width: 19.47%;
  }
  .network-third .third-content .third-text h3 {
    font-size: 26px;
  }
  .network-fourth .fourth-content .fourth-text h3 {
    font-size: 26px;
  }
}/*# sourceMappingURL=network.css.map */