html, body, h1, h2, h3, h4, h5, h6, header, footer, menu, nav, main, aside, article, p, a, ul, ol, li, table, tr, td, th, input, button, form, img, div, span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  list-style: none;
  text-decoration: none;
  font-family: sans-serif;
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.grid-1 {
  width: 8.3333333333%;
}

.grid-2 {
  width: 16.6666666667%;
}

.grid-3 {
  width: 25%;
}

.grid-4 {
  width: 33.3333333333%;
}

.grid-5 {
  width: 41.6666666667%;
}

.grid-6 {
  width: 50%;
}

.grid-7 {
  width: 58.3333333333%;
}

.grid-8 {
  width: 66.6666666667%;
}

.grid-9 {
  width: 75%;
}

.grid-10 {
  width: 83.3333333333%;
}

.grid-11 {
  width: 91.6666666667%;
}

.grid-12 {
  width: 100%;
}

header .navbar {
  padding: 0 !important;
}
header .navbar .nav-link {
  height: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
}
header .navbar .nav-link:hover {
  background-color: #30588b;
  color: #FFF !important;
  transition: background-color 0.3s, color 0.3s;
}
header .navbar-light .navbar-toggler {
  border: none;
}
header .container-fluid {
  display: flex;
  position: relative;
}
header .container-fluid .navbar-brand {
  margin: 0;
}
header .container-fluid img {
  width: 80%;
  max-width: 250px;
}
header .container-fluid .search-icon {
  display: none;
  width: 40px;
  height: 40px;
}
header .container-fluid .search-icon i {
  line-height: 40px;
  background: linear-gradient(150deg, rgb(24, 88, 150) 0%, rgb(91, 160, 207) 66%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
header .container-fluid .cart-icon {
  padding-top: 1px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 60px;
  top: 10px;
}
header .container-fluid .cart-icon i {
  width: 100%;
  line-height: 40px;
}
header .dropdown-item {
  font-size: 12px;
}

main {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
main .service {
  position: relative;
  width: 100%;
  padding: 2em;
  background-image: url(../images/mainsidebg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-origin: border-box;
  background-size: 80%;
}
main .service img {
  width: 40%;
}
main .service .flexBox {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em auto;
}
main .service .flexBox .grid-11 {
  display: flex;
  background-color: #fff;
  margin: 5px 0;
  border-radius: 30px;
  padding: 1em;
  float: left;
  overflow: hidden;
  align-items: center;
}
main .service .flexBox .grid-11 img {
  width: 45px;
  height: 50px;
  display: block;
}
main .service .flexBox .grid-11 .text {
  margin-left: 1em;
  width: 90%;
  float: right;
}
main .service .flexBox .grid-11 .text h5 {
  font-size: 13px;
}
main .service .flexBox .grid-11 .text p {
  color: gray;
  margin: 0;
  font-size: 11px;
}
main .about {
  width: 100%;
}
main .about .aboutPic .boximg {
  overflow: hidden;
  width: 100%;
  padding-top: 80%;
  position: relative;
}
main .about .aboutPic .boximg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .about .aboutContent {
  padding: 32px;
}
main .about .aboutContent img {
  width: 60%;
  padding-bottom: 1em;
}
main .about .aboutContent h3, main .about .aboutContent h6 {
  color: #30588b;
  font-weight: 900;
  font-size: 26px;
}
main .about .aboutContent h6 {
  font-size: 18px;
}
main .about .aboutContent p {
  line-height: 2em;
  font-size: 16px;
}
main .about .aboutContent .btn {
  width: 100%;
  font-size: 18px;
  display: flex;
}
main .about .aboutContent .btn button {
  left: 0;
  width: 8em;
  height: 3em;
  border-radius: 10px;
  color: #000;
  border: none;
  background-color: #FCCB00;
}
main .about .aboutContent .btn button:hover {
  background-color: #30588b;
  color: #FFF;
}
main .process {
  width: 100%;
}
main .process .processContent {
  background-color: #155594;
  padding: 32px;
}
main .process .processContent img {
  max-width: 25%;
  display: block;
}
main .process .processContent .processstep {
  width: 100%;
  top: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
main .process .processContent .processstep img {
  width: 100%;
  display: block;
  position: relative;
  max-width: 100%;
}
main .process .processContent .processstep .processstepall .processstep1 {
  position: absolute;
  left: 12%;
  top: 25%;
}
main .process .processContent .processstep .processstepall .processstep2 {
  position: absolute;
  left: 65%;
  top: 25%;
}
main .process .processContent .processstep .processstepall .processstep3 {
  position: absolute;
  left: 12%;
  top: 80%;
}
main .process .processContent .processstep .processstepall .processstep4 {
  position: absolute;
  left: 65%;
  top: 80%;
}
main .process .processContent .processstep .processstepall h5 {
  font-size: 10px;
  line-height: 0.5em;
}
main .process .processbg img {
  width: 100%;
}
main .promise {
  width: 100%;
  padding: 32px;
  text-align: center;
  background-image: url(../images/promisebg.png);
  background-position: center;
  background-size: cover;
}
main .promise h3, main .promise h6 {
  color: #30588b;
  font-weight: 900;
  font-size: 26px;
}
main .promise h6 {
  font-size: 18px;
}
main .promise p {
  line-height: 2em;
  font-size: 16px;
  font-weight: 600;
}
main .promise .flexBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .promise .flexBox .grid-4 {
  margin: 0 0.6em;
}
main .promise .flexBox .grid-4 img {
  transform: scale(0.9);
}
main .promise .flexBox .grid-4 p {
  font-size: 14px;
}
main .promise2 {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  background-color: #E3E3E3;
  background-image: url(../images/promise2bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
main .promise2 h3, main .promise2 h6 {
  color: #30588b;
  font-weight: 900;
  font-size: 26px;
}
main .promise2 h6 {
  font-size: 18px;
}
main .promise2 p {
  line-height: 2em;
  font-size: 16px;
  font-weight: 600;
}
main .promise2 .flexBox {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .promise2 .flexBox .grid-4 {
  margin: 0 0.6em;
}
main .promise2 .flexBox .grid-4 img {
  transform: scale(0.8);
}
main .promise2 .flexBox .grid-4 p {
  font-size: 14px;
}
main .promise2 .btn {
  width: 100%;
  font-size: 18px;
  padding: 0;
}
main .promise2 .btn button {
  width: 7em;
  height: 3em;
  border-radius: 10px;
  color: #000;
  border: none;
  background-color: #FCCB00;
}
main .promise2 .btn button:hover {
  background-color: #30588b;
  color: #FFF;
}
main .case {
  width: 100%;
  padding: 32px;
}
main .case .caseText {
  margin-bottom: 2em;
}
main .case .caseText h3, main .case .caseText h6 {
  color: #30588b;
  font-weight: 900;
  font-size: 26px;
}
main .case .caseText h6 {
  font-size: 18px;
}
main .case .caseContent {
  padding: 0 30px 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
main .case .caseContent .casePic .boximg {
  overflow: hidden;
  width: 100%;
  padding-top: 125%;
  position: relative;
  border-radius: 15px;
  margin-bottom: 1em;
}
main .case .caseContent .casePic .boximg img {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .case .caseContent h6 {
  color: #30588b;
  text-align: center;
}
main .case .caseContent .owl-carousel {
  position: relative;
}
main .case .caseContent .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
}
main .case .caseContent .owl-nav .owl-prev, main .case .caseContent .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background: gray;
  color: white;
  font-size: 20px;
}
main .case .caseContent .owl-nav .owl-next {
  right: 0;
}
main .case .caseContent .owl-nav .owl-prev:hover, main .case .caseContent .owl-nav .owl-next:hover {
  background-color: #30588b;
}
main .case .btn {
  width: 100%;
  font-size: 18px;
  padding: 0;
}
main .case .btn button {
  width: 6.5em;
  height: 3em;
  border-radius: 10px;
  color: #000;
  border: none;
  background-color: #FCCB00;
}
main .case .btn button:hover {
  background-color: #30588b;
  color: #FFF;
}
main .project {
  width: 100%;
  height: 50em;
  padding: 20px 0;
  margin: 0;
  position: relative;
  margin-top: 10px;
  background-image: url(../images/projectbg_phone.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100vw auto;
}
main .project .projectText {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
main .project .projectText .projectTextleft {
  margin: 0 auto;
}
main .project .projectText .projectTextleft h3 {
  color: #30588b;
  font-weight: 900;
  font-size: 26px;
}
main .project .projectText .projectTextright {
  margin: 2em 0;
  background-color: #30588b;
  color: #FFF;
  padding: 1.5em;
  border-radius: 2em;
  line-height: 1.5em;
}
main .project .projectText .projectTextright h6 {
  color: #FCCB00;
}
main .project img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
main .contact {
  padding: 32px;
  padding-bottom: 5px;
  background-image: url(../images/contactbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  width: 100%;
}
main .contact .contLeft {
  line-height: 2em;
  max-width: 500px;
  margin: 0 auto;
}
main .contact .contLeft p {
  padding: 2em 0;
  margin: 0;
  font-size: 13px;
}
main .contact .contCenter {
  margin: 0 auto;
  margin-bottom: 2em;
  text-align: center;
  color: #000;
}
main .contact .contCenter img {
  width: 70%;
  margin: 1em auto;
  max-width: 300px;
}
main .contact .contCenter h5 {
  margin: 0;
}
main .contact .contCenter hr {
  border: 3px solid #ffcc00;
  width: 2.5em;
  border-radius: 2px;
  opacity: 1;
}
main .contact .contCenter p {
  line-height: 2em;
  margin: 0;
  font-size: 14px;
}
main .contact .contCenter p img {
  margin-right: 1em;
}
main .contact .contCenter .btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
main .contact .contCenter .btn img {
  margin: 0 1em;
  width: 3em;
}
main .contact .contRight {
  margin: 0 auto;
  text-align: center;
}
main .contact .contRight img {
  width: 40%;
  max-width: 250px;
}
main .contact hr {
  border: 1px solid #FFF;
}
main .contact footer {
  color: #000;
  line-height: 3em;
  text-align: center;
  font-size: 14px;
}

aside {
  display: flex;
  position: fixed;
  flex-direction: column;
  right: 8px;
  bottom: 100px;
  text-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0.5em 0;
  width: 3.5em;
  border-radius: 10px;
  transform: scale(0.8);
  z-index: 99;
}
aside a {
  width: 100%;
  height: 100%;
  color: #093D7C;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin: 0.4em 0;
}
aside a p {
  margin: 0;
  font-weight: 800;
  font-size: 12px;
}

section.news-area {
  margin: 0 auto;
  padding: 0 1.5em;
  width: 100%;
}
section.news-area .newsAll {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.news-area .newsAll .grid-12 {
  max-width: 400px;
}
section.news-area .newsAll .box-img {
  overflow: hidden;
  width: 100%;
  padding-top: 80%;
  position: relative;
}
section.news-area .newsAll .box-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease 0.5s all;
}
section.news-area .newsAll h5 {
  margin: 0;
}
section.news-area .newsAll h5 a {
  text-decoration: none;
  color: #0071B4;
}

section.serviceproject {
  width: 100%;
  margin: 2em 0;
}
section.serviceproject h3 {
  text-align: center;
  color: #30588b;
  font-weight: 900;
}
section.serviceproject .processP {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.serviceproject .processP .processPsteps {
  max-width: 600px;
  padding: 1.5em;
  margin: 1em auto;
  background-color: #ececec;
  color: #30588b;
  vertical-align: middle;
  border-radius: 1em;
  box-shadow: 3px 3px 3px gray;
}
section.serviceproject .processP .processPsteps h5 {
  font-weight: 800;
  text-align: center;
  font-size: 20px;
}
section.serviceproject .processP .processPsteps p {
  color: #000;
  margin: 1em 0;
}
section.serviceproject .processP i {
  text-align: center;
  width: 100%;
}
section.serviceproject .projectPrice {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.serviceproject .projectPrice .prices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em auto 1em;
  max-width: 300px;
}
section.serviceproject .projectPrice .prices .boximg {
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
section.serviceproject .projectPrice .prices .boximg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.serviceproject .projectPrice .prices h6 {
  margin: 1em;
  margin-bottom: 0.5em;
}
section.serviceproject .projectPrice .prices a {
  text-decoration: none;
  color: #034D91;
  margin: 0.5em;
  border: 1px solid #034D91;
  width: 6em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 0.7em;
}
section.serviceproject .projectPrice .prices a:hover {
  background-color: #034D91;
  color: #fff;
}

article {
  width: 100%;
}
article .articleup {
  height: 100px;
}
article .articleup h4 {
  text-align: center;
  line-height: 100px;
  margin: 0;
  color: #30588b;
  font-weight: 900;
}
article .container .breadcrumb a {
  text-decoration: none;
  color: #666666;
}
article .articleSort {
  width: 90%;
  margin: 2em auto;
  overflow: hidden;
}
article .articleSort .sidebar {
  margin: 0 10px;
}
article .articleSort .sidebar ul {
  width: 150px;
  padding: 0;
  margin: 1em 0 1em 2em;
}
article .articleSort .sidebar ul li {
  line-height: 32px;
  color: #666666;
}
article .articleSort .sidebar ul li.active {
  color: #034D91;
  font-weight: 600;
}
article .articleSort .sidebar ul hr {
  width: 9em;
  border: 1px solid #034D91;
  opacity: 1;
}
article .articleSort .articles {
  width: 80%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
article .articleSort .articles a {
  max-width: 300px;
  text-decoration: none;
  margin-bottom: 1em;
}
article .articleSort .articles a .boximg {
  overflow: hidden;
  width: 100%;
  padding-top: 150%;
  position: relative;
  border-radius: 15px;
  margin-bottom: 1em;
}
article .articleSort .articles a .boximg img {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article .articleSort .articles a h6 {
  color: #034D91;
  text-align: center;
}
article .articleSort .articles a p {
  color: #000000;
}
article .hidden {
  display: none;
}
article .pages {
  display: flex;
  justify-content: center;
}
article .pages .page {
  margin: 1em 0.5em;
  width: 2em;
  height: 2em;
  color: #000;
  background-color: #E3E3E3;
  text-align: center;
  line-height: 2em;
  cursor: pointer;
  font-size: 18px;
  border-radius: 1em;
}
article .page:hover {
  background-color: #30588b;
  color: #FFF;
}

article .articleContent {
  width: 100%;
  margin: 0 auto;
  padding: 1.2em;
}
article .articleContent h3, article .articleContent h6 {
  color: #30588b;
}
article .articleContent hr {
  max-width: 500px;
}
article .articleContent p {
  line-height: 2em;
}
article .articleContent h6 {
  font-weight: normal;
}
article .articleContent img {
  width: 80%;
  max-width: 400px;
}
article .articleContent .btn {
  width: 100%;
  font-size: 18px;
  display: flex;
}
article .articleContent .btn button {
  left: 0;
  width: 8em;
  height: 3em;
  border-radius: 10px;
  color: #000;
  border: none;
  background-color: #FCCB00;
}
article .articleContent .btn button:hover {
  background-color: #30588b;
  color: #FFF;
}
article .articleContent .articleCircles {
  width: 100%;
  margin: 1em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
article .articleContent .articleCircles .articleC {
  width: 6em;
  height: 6em;
  margin: 1em;
  padding: 1.6em 0.5em 0;
  background-color: #fcca00;
  border-radius: 15%;
  line-height: 1.5em;
  text-align: center;
  color: #30588b;
  font-weight: 800;
  font-size: 14px;
  flex-wrap: wrap;
}

main .aboutImg img {
  width: 100% !important;
  height: 100% !important;
}
main .aboutImg iframe {
  width: 100% !important;
  height: 100% !important;
}

section.contactC {
  width: 100%;
  background-color: #ececec;
}
section.contactC h3 {
  text-align: center;
  padding-top: 1em;
  color: #30588b;
  font-weight: 900;
}
section.contactC .contactContentIframe {
  margin: 0 auto;
}
section.contactC .contactContentIframe .contactContent {
  margin-left: 4em;
  margin-right: 1em;
}
section.contactC .contactContentIframe .contactContent .contactContentP {
  margin: 0 auto;
  line-height: 1.5em;
  border-radius: 1.5em;
  cursor: pointer;
}
section.contactC .contactContentIframe .contactContent .contactContentP p {
  margin: 0;
  padding-top: 1.5em;
  color: #000;
  font-size: 16px;
}
section.contactC .contactContentIframe .contactContent .contactContentP p a {
  color: #000;
  text-decoration: none;
  margin: auto 0;
}
section.contactC .contactContentIframe .contactContent .contactContentP p a i {
  padding-right: 0.5em;
}
section.contactC .contactContentIframe .contactContent .contactContentP i {
  padding-right: 0.5em;
}
section.contactC .contactContentIframe .contactContent .contactContentP .noP {
  padding-top: 0.7em;
}
section.contactC .contactContentIframe .contactContent .contactContentP:hover p, section.contactC .contactContentIframe .contactContent .contactContentP:hover a {
  color: #30588b;
}
section.contactC .contactIframe {
  height: 450px;
  margin-top: 1em;
}
section.contactC .formContent {
  width: 100%;
  padding: 1em;
  background-color: #d8e4eb;
}
section.contactC .formContent .formC {
  width: 80%;
  margin: 0 auto;
}
section.contactC .formContent .formC .formgroup label {
  margin-bottom: 0.5em;
  width: 10em;
}
section.contactC .formContent .formC .formgroup input {
  margin-bottom: 0.5em;
  width: 100%;
  height: 2em;
  max-width: 35em;
}
section.contactC .formContent .formC .formgroup select {
  width: 100%;
  height: 2em;
  margin-bottom: 0.5em;
  max-width: 35em;
}
section.contactC .formContent .formC .formgroup textarea {
  width: 100%;
  max-width: 35em;
}

@media only screen and (max-width: 348px) {
  .grid-sm-5 {
    width: 41.6666666667%;
  }
  header .container-fluid .cart-icon {
    right: 20px;
  }
  main .promise .flexBox .grid-sm-5 {
    margin: 0 1em;
  }
  main .promise .flexBox .grid-sm-5 img {
    transform: scale(0.9);
  }
}
@media only screen and (min-width: 400px) {
  main .service .flexBox .grid-11 img {
    width: 65px;
    height: 70px;
  }
  main .service .flexBox .grid-11 .text h5 {
    font-size: 16px;
  }
  main .service .flexBox .grid-11 .text p {
    font-size: 14px;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 12px;
  }
  aside {
    transform: scale(1);
  }
}
@media only screen and (min-width: 500px) {
  .grid-sm-1 {
    width: 8.3333333333%;
  }
  .grid-sm-2 {
    width: 16.6666666667%;
  }
  .grid-sm-3 {
    width: 25%;
  }
  .grid-sm-4 {
    width: 33.3333333333%;
  }
  .grid-sm-5 {
    width: 41.6666666667%;
  }
  .grid-sm-6 {
    width: 50%;
  }
  .grid-sm-7 {
    width: 58.3333333333%;
  }
  .grid-sm-8 {
    width: 66.6666666667%;
  }
  .grid-sm-9 {
    width: 75%;
  }
  .grid-sm-10 {
    width: 83.3333333333%;
  }
  .grid-sm-11 {
    width: 91.6666666667%;
  }
  .grid-sm-12 {
    width: 100%;
  }
  header .container-fluid {
    text-align: center;
  }
  header .container-fluid .navbar-brand {
    margin-left: 40px;
  }
  main .service img {
    width: 30%;
  }
  main .process .processContent .processstep {
    width: 90%;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 14px;
    line-height: 14px;
  }
  main .promise2 .btn button {
    margin: 0 10px;
  }
  main .case .caseContent {
    max-width: 1200px;
  }
  main .case .btn button {
    margin: 0 10px;
  }
  main .project .btn button {
    margin: 0 10px;
  }
  main .contact .contLeft p {
    font-size: 18px;
  }
  main .contact .contCenter p {
    font-size: 18px;
  }
  article .articleSort {
    display: flex;
  }
  article .articleSort .articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  article .articleSort .articles a {
    width: 90%;
    max-width: 330px;
  }
  article .product-container {
    display: flex;
  }
  article .product-container .product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 576px) {
  main .project h3 {
    font-size: 20px;
  }
  main .project p {
    font-size: 16px;
  }
  main .project h5 {
    font-size: 18px;
  }
  main.saleMain .product-info .price {
    height: auto;
    text-align: left;
  }
  main.saleMain .product-info .price .onSale {
    padding-left: 8px;
  }
}
@media only screen and (min-width: 600px) {
  main .process .processContent .processstep .processstepall h5 {
    font-size: 17px;
    line-height: 17px;
  }
  main .promise p {
    font-size: 18px;
  }
  main .promise .flexBox .grid-4 p {
    font-size: 18px;
  }
  main .contact footer {
    font-size: 18px;
  }
}
@media only screen and (min-width: 700px) {
  main .process .processContent .processstep {
    width: 80%;
  }
  main .project {
    background-image: url(../images/projectbg.png);
  }
  main .contact .contCenter {
    color: #FFF;
  }
  main .contact .contCenter .none {
    display: none;
  }
  article .articleContent {
    margin: 0 auto;
    width: 700px;
  }
  section.contactC .contactContent p {
    font-size: 17px;
  }
  section.contactC .formContent .formC {
    width: 70%;
  }
  section.contactC .formContent .formC p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .grid-md-1 {
    width: 8.3333333333%;
  }
  .grid-md-2 {
    width: 16.6666666667%;
  }
  .grid-md-3 {
    width: 25%;
  }
  .grid-md-4 {
    width: 33.3333333333%;
  }
  .grid-md-5 {
    width: 41.6666666667%;
  }
  .grid-md-6 {
    width: 50%;
  }
  .grid-md-7 {
    width: 58.3333333333%;
  }
  .grid-md-8 {
    width: 66.6666666667%;
  }
  .grid-md-9 {
    width: 75%;
  }
  .grid-md-10 {
    width: 83.3333333333%;
  }
  .grid-md-11 {
    width: 91.6666666667%;
  }
  .grid-md-12 {
    width: 100%;
  }
  main .service {
    background-size: 60%;
  }
  main .service img {
    max-width: 20%;
  }
  main .service .flexBox .grid-md-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 1em;
  }
  main .service .flexBox .grid-md-5 img {
    margin-bottom: 1em;
    max-width: 100%;
    width: 85px;
    height: 90px;
  }
  main .service .flexBox .grid-md-5 .text {
    margin-left: 0;
  }
  main .service .flexBox .grid-md-5 .text h5 {
    font-size: 18px;
  }
  main .service .flexBox .grid-md-5 .text p {
    font-size: 16px;
  }
  main .about .aboutContent {
    padding: 40px;
  }
  main .about .aboutPic img {
    height: 100%;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 20px;
    line-height: 20px;
  }
  main .promise .flexBox .grid-md-4 {
    margin: 0;
  }
  main .project {
    height: 40em;
  }
  main .project .projectText .projectTextright {
    padding: 32px;
  }
  section.news-area .newsAll .grid-md-4 {
    margin: 0 2em;
    min-width: 280px;
    max-width: 800px;
  }
  article .articleSort .articles {
    display: flex;
    flex-wrap: wrap;
  }
  article .articleSort .articles a {
    padding: 0 1em;
  }
  main.saleMain .default-padding-md {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.serviceproject .processP .processPsteps {
    margin: 1em 3em;
  }
  section.serviceproject .processP .processPsteps h5 {
    font-size: 26px;
  }
  section.contactC .contactContentIframe {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .grid-lg-1 {
    width: 8.3333333333%;
  }
  .grid-lg-2 {
    width: 16.6666666667%;
  }
  .grid-lg-3 {
    width: 25%;
  }
  .grid-lg-4 {
    width: 33.3333333333%;
  }
  .grid-lg-5 {
    width: 41.6666666667%;
  }
  .grid-lg-6 {
    width: 50%;
  }
  .grid-lg-7 {
    width: 58.3333333333%;
  }
  .grid-lg-8 {
    width: 66.6666666667%;
  }
  .grid-lg-9 {
    width: 75%;
  }
  .grid-lg-10 {
    width: 83.3333333333%;
  }
  .grid-lg-11 {
    width: 91.6666666667%;
  }
  .grid-lg-12 {
    width: 100%;
  }
  header .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 1em;
  }
  header .container-fluid img {
    max-width: 500px;
  }
  header .container-fluid .cart-icon {
    right: 30px;
    top: 10px;
    width: 40px;
  }
  header .container-fluid .search-icon {
    position: absolute;
    display: block;
    right: 80px;
    top: 10px;
  }
  header .container-fluid .dropdown-menu {
    position: relative;
  }
  main .service {
    background-size: 40%;
  }
  main .service img {
    max-width: 160px;
  }
  main .service .flexBox {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1300px;
    margin: 1em auto;
  }
  main .service .flexBox .grid-lg-3 {
    margin: 0.5em;
  }
  main .about {
    display: flex;
    justify-content: space-evenly;
  }
  main .about .aboutContent {
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  main .about .aboutContent img {
    max-width: 65%;
  }
  main .about .aboutContent h4 {
    font-size: 20px;
  }
  main .about .aboutContent p {
    font-size: 16px;
  }
  main .about .aboutContent .btn {
    font-size: 16px;
  }
  main .about .aboutPic {
    right: 0;
  }
  main .about .aboutPic img {
    max-width: 800px;
  }
  main .process .processContent {
    background-image: url(../images/processbg-computer.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    display: block;
  }
  main .process .processContent img {
    width: 15%;
    display: block;
  }
  main .process .processContent .processstep {
    position: relative;
    display: inline-block;
    width: 50%;
  }
  main .process .processContent .processstep .processstepall .processstep1 {
    left: 12%;
    top: 23%;
  }
  main .process .processContent .processstep .processstepall .processstep2 {
    left: 65%;
    top: 23%;
  }
  main .process .processContent .processstep .processstepall .processstep3 {
    left: 12%;
    top: 77%;
  }
  main .process .processContent .processstep .processstepall .processstep4 {
    left: 65%;
    top: 77%;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 14px;
    line-height: 1em;
  }
  main .process .processbg {
    display: none;
  }
  main .promise .flexBox .grid-lg-2 {
    margin: 0;
  }
  main .promise .flexBox .grid-lg-2 img {
    transform: scale(0.8);
  }
  main .case .caseText {
    margin-left: 20em;
  }
  main .project {
    height: 45em;
  }
  main .project .projectText {
    padding: 32px;
  }
  main .project .projectText .projectTextleft {
    margin: 0;
    max-width: 20em;
  }
  main .project .projectText .projectTextright {
    max-width: 600px;
    margin-left: 1em;
  }
  main .contact {
    width: 100%;
    margin: 0 auto;
  }
  main .contact .contLeft {
    margin: 0;
  }
  main .contact .contLeft p {
    padding-bottom: 0;
  }
  main .contact .contCenter {
    max-width: 500px;
  }
  main .contact .contCenter img {
    width: 80%;
  }
  main .contact .contRight {
    margin: 0;
  }
  main .contact .contRight img {
    width: 80%;
  }
  section.news-area .newsAll .grid-lg-3 {
    margin: 0 2em;
    min-width: 200px;
    max-width: 280px;
  }
  article .articleSort .articles a {
    padding: 0 1.5em;
  }
  main.saleMain .product-info .add-number {
    width: 50%;
  }
  section.contactC .formContent .formC {
    width: 80%;
    margin: 0 auto;
  }
  section.contactC .formContent .formC .formgroup {
    width: 80%;
    display: flex;
    margin: 1em 0;
  }
  section.contactC .formContent .formC .formgroup input {
    text-align: center;
  }
  section.contactC .formContent .formC .formgroup label {
    margin: 0;
  }
  section.contactC .formContent .formC .formgroup br {
    display: none;
  }
  section.contactC .formContent .formC .formgroup textarea {
    height: 2em;
    box-sizing: border-box;
  }
  section.serviceproject .processP {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  section.serviceproject .processPsteps {
    max-width: 1800px;
  }
  section.serviceproject .projectPrice .grid-lg-3 {
    margin: 0 1em 1em;
  }
  section.priceAll .fancybox {
    justify-content: start;
    margin-left: 4em;
  }
  section.priceAll .fancybox .grid-lg-3 {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  header .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }
  main .service img {
    max-width: 200px;
  }
  main .about .aboutContent {
    padding-left: 30px;
    padding-right: 30px;
  }
  main .about .aboutContent img {
    max-width: 400px;
  }
  main .process .processContent {
    padding-left: 80px;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 18px;
    line-height: 1.3em;
  }
  main .case img {
    margin-left: 80px;
  }
  article .articleup h4 {
    font-size: 28px;
  }
  section.contactC .contactContent {
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1400px) {
  header .container-fluid {
    padding-left: 50px;
  }
  header .container-fluid .nav-item a {
    font-size: 18px;
  }
  header .container-fluid .dropdown-menu .dropdown-item {
    font-size: 16px;
  }
  main .service {
    padding-left: 100px;
    padding-right: 100px;
  }
  main .service img {
    width: 13%;
    max-width: 200px;
  }
  main .about .aboutContent {
    padding: 20px 60px;
    margin: 0 auto;
  }
  main .about .aboutContent img {
    width: 45%;
    max-width: 450px;
  }
  main .about .aboutContent h4 {
    font-size: 25px;
  }
  main .about .aboutContent p {
    font-size: 20px;
    line-height: 2em;
  }
  main .about .aboutContent .btn {
    font-size: 20px;
    max-width: 800px;
  }
  main .process .processContent {
    padding-left: 100px;
  }
  main .process .processContent img {
    max-width: 250px;
  }
  main .process .processContent .processstep {
    max-width: 40%;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 18px;
  }
  main .case img {
    width: 230px;
  }
  main .contact .contLeft {
    max-width: 450px;
  }
  article .articleSort {
    margin: 0 auto;
  }
  article .articleSort .articles {
    display: flex;
    justify-content: space-between;
    max-width: 990px;
  }
  article .articleSort .articles a {
    width: 100%;
  }
  article .product-container {
    max-width: 1210px;
    margin: 0 auto;
  }
  article .product-container .product-list {
    max-width: 1000px;
    margin: 1em;
    margin-right: 0;
  }
  article .product-container .product-list .product-item {
    margin: 1em;
  }
  main.saleMain .container {
    max-width: 1250px;
  }
  section.news-area {
    margin: 0;
  }
  section.contactC .contactContent .contactContentP {
    margin: 0.5em;
  }
}
@media only screen and (min-width: 1700px) {
  main .about .aboutContent {
    padding: 60px;
    max-width: 900px;
  }
  main .service .flexBox .grid-lg-3 img {
    width: 100px;
    height: 105px;
  }
  main .service .flexBox .grid-lg-3 .text {
    margin-left: 0;
  }
  main .service .flexBox .grid-lg-3 .text h5 {
    font-size: 20px;
  }
  main .service .flexBox .grid-lg-3 .text p {
    font-size: 18px;
  }
  main .process .processContent {
    padding-left: 100px;
  }
  main .process .processContent .processstep {
    max-width: 40%;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 21px;
  }
  article .articleSort .articles a {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */