* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a, .uk-link {
  color: inherit;
}

a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
  color: #227abe;
  cursor: pointer;
}

p {
  color: #777;
  margin: 0;
}

input,textarea {
  box-sizing: border-box;
}

input:focus,textarea:focus {
  border-color: #227abe!important;
}

.btn {
  cursor: pointer;
}

ul::after {
  content: '';
  display: block;
  clear: both;
}

li {
  list-style: none;
}

iframe {
  width: 100%;
  height: 100%;
}

@media(max-width:480px) {
  html {
    font-size: 12px;
  }

  body {
    padding-top: 50px;
  }

  .uk-container {
    padding: 0 10px;
  }

  .uk-grid {
    margin-left: -10px;
  }

  .uk-grid>* {
    padding-left: 10px;
  }

  .uk-grid-collapse {
    margin-left: 0;
  }

  .uk-grid-collapse>* {
    padding-left: 0;
  }

  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media(min-width:481px) {
  html {
    font-size: 14px;
  }

  .uk-offcanvas-content,.uk-container {
    min-width: 1200px
  }

  section {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

.uk-overlay-panel {
  padding: 10px 20px;
}

@font-face {
  font-family:DINCond-Light;src: url('/public/font/DINCond-Light.otf');
}

/* 重置Swiper颜色 */
.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e00024'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e00024'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #e00024;
}

/* 限定行数 */
.fixed-row-1 {
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.fixed-row-2 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.fixed-row-3 {
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* 动画效果 */
.transition-ease-400 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.transition-ease-600 {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.transition-ease-800 {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.transition-ease-out-600 {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

/* 表单输入框效果 */
.form-control {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #eee;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-transition: border-color ease-in-out .25s,-webkit-box-shadow ease-in-out .25s;
  -o-transition: border-color ease-in-out .25s,box-shadow ease-in-out .25s;
  transition: border-color ease-in-out .25s,box-shadow ease-in-out .25s;
}

/* 按钮效果 */
.btn-success {
  background-color: #777;
  border: 1px solid #777;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding: 5px 30px 8px;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
  box-shadow: inset 0 -5px rgba(0,0,0,.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-success:hover {
  background-color: #227abe;
  border-color: #227abe;
  color: #fff;
}

/* 滚动条 */
::-webkit-scrollbar-track {
  background-color: #eee;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  background-color: #666;
}

/* 导航条-PC */
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 1px solid #227abe;
  background-color: transparent;
}

header .uk-navbar {
  position: relative;
  background-color: transparent;
}

header a.uk-navbar-brand {
  height: 24px;
  padding: 0;
  font-size: 24px;
  line-height: 24px;
  margin-top: 10px;
  color: #fff;
}
/*header .uk-navbar-brand img{height:52px;margin-top:14px;}*/
header a.uk-navbar-brand:hover {
  color: #227abe;
}

header .uk-navbar-nav>li:not(:first-child) {
  padding-left: 20px;
}

header .uk-navbar-nav>li>a {
  height: 80px;
  padding: 0;
  line-height: 80px;
  color: #ccc;
  font-size: 14px;
  box-sizing: border-box;
}

header .uk-navbar-nav>li.uk-active>a {
  position: relative;
  background-color: inherit;
  color: #227abe;
}

header .uk-navbar-nav>li.uk-active>a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #227abe;
}

header .uk-navbar-nav>li:hover>a,.uk-navbar-nav>li>a:focus,.uk-navbar-nav>li.uk-open>a {
  color: #227abe;
  background-color: inherit;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,.8);
}

header.sticky .uk-navbar-brand,header.sticky .uk-navbar-nav>li:not(.uk-active)>a {
  color: #999;
}

/* 导航条-Mobile */
.mobile-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #227abe;
}

.mobile-top nav.uk-navbar {
  padding: 5px 0;
  background-color: inherit;
}

.mobile-top .uk-navbar-brand {
  height: auto;
  margin-top: 13px;
  padding: 0;
}

.mobile-top .uk-navbar-brand img {
  height: 28px;
}

.mobile-top .uk-navbar-brand a {
  color: #227abe;
}

.uk-navbar-toggle {
  color: #227abe;
}

ul.uk-nav-sub {
  padding-left: 35px;
}

/* 导航条下拉菜单 */
.uk-dropdown-navbar {
  width: 150px;
  background-color: rgba(0,0,0,.4);
}

.uk-nav-navbar>li>a {
  color: #fff;
}

.uk-nav-navbar>li>a:hover {
  background-color: rgba(0,0,0,.2);
}

.uk-nav-navbar>li.uk-active>a {
  background-color: #227abe;
}

@media(min-width:481px) {
  header {
    min-width: 1200px;
  }
}

.language {
  margin-top: 19px;
  color: #ccc;
}

.language {
  padding: 10px 15px;
}

.language a {
  color: #ccc;
}

.language a.active,.language a:hover {
  color: #227abe;
}

/* 幻灯片 */
#slideshow {
  position: relative;
}

#slideshow .logo {
  position: absolute;
  top: 40px;
  left: 0;
}

#slideshow .content {
  position: absolute;
  text-align: center;
}

#slideshow .content p {
  color: #fff;
}

#slideshow .content hr {
  border-color: #fff;
}

#slideshow .slider {
  background-position: center;
  background-repeat: no-repeat;
}

#slideshow .content {
  position: absolute;
  left: 0;
  right: 0;
}

#slideshow .content .l1 {
}

#slideshow .content .l2 {
  font-weight: bold;
}

@media(max-width:480px) {
  #slideshow .uk-dotnav>* {
    padding-left: 8px;
  }

  #slideshow .uk-dotnav>*>* {
    width: 10px;
    height: 10px;
  }

  #slideshow .content {
    top: 50%;
    margin-top: -80px;
  }

  #slideshow .slider2 .content {
    margin-top: -180px;
  }

  #slideshow .content .l1 {
    font-size: 20px;
    line-height: 20px;
  }

  #slideshow .content hr {
    width: 50px;
    margin: 10px auto 20px;
    border-width: 2px;
  }

  #slideshow .content .l2 {
    font-size: 30px;
    line-height: 1.2;
  }

  #slideshow .content .l3 {
    font-size: 25px;
    line-height: 1.2;
  }
}

@media(min-width:481px) {
  #slideshow .uk-dotnav>* {
    padding-left: 12px;
  }

  #slideshow .uk-dotnav>*>* {
    width: 15px;
    height: 15px;
  }

  #slideshow .content {
    top: 50%;
    margin-top: -80px;
  }

  #slideshow .slider2 .content {
    margin-top: -180px;
  }

  #slideshow .content .l1 {
    font-size: 20px;
    line-height: 20px;
  }

  #slideshow .content hr {
    width: 50px;
    margin: 10px auto 20px;
    border-width: 2px;
  }

  #slideshow .content .l2 {
    font-size: 50px;
    line-height: 1.2;
  }

  #slideshow .content .l3 {
    font-size: 40px;
    line-height: 1.2;
  }
}

/* banner */
.banner .content {
  position: relative;
}

.banner .co {
  position: absolute;
  left: 0;
}

.banner .co hr {
  width: 30px;
  border-top: 1px solid #227abe;
}

.banner .co h2,.banner .co h5 {
  color: #227abe;
}

@media(max-width:480px) {
  .banner .co {
    bottom: 15px;
  }

  .banner img {
    height: 120px;
  }
}

@media(min-width:481px) {
  .banner .co {
    bottom: 30px;
  }
}

/* 页脚 */
footer {
  background-color: #464646;
}

footer h4,footer a,footer p {
  color: #ccc;
}

footer a:hover {
  color: #fff;
}

footer .uk-grid>div:nth-child(1) img {
  margin-bottom: 15px;
}

footer ul.menu {
  padding-left: 0;
}

footer ul.menu li {
  float: left;
  margin-right: 15px;
}

footer .hotline {
  margin-top: 30px;
}

footer .copyright {
  border-top: 1px solid #ccc;
  text-align: center;
  background-color: #333337;
  line-height: 28px;
  color: #ccc;
}

@media(max-width:480px) {
  footer {
    padding-top: 30px;
  }

  footer ul.menu {
    margin-top: 20px;
  }

  footer ul.menu a {
    font-size: 14px;
  }

  footer h3 {
    margin-top: 20px;
  }

  footer .copyright {
    margin-top: 30px;
  }
}

@media(min-width:481px) {
  footer {
    padding-top: 60px;
  }

  footer ul.menu {
    margin-bottom: 20px;
  }

  footer ul.menu li.uk-active a {
    color: #fff;
  }

  footer .copyright {
    margin-top: 60px;
  }
}

/* 区块标题 */
.title {
  text-align: center;
}

.title>h1,.title>h2 {
      margin: 0 auto;
    color: #2f2f2f;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}

.title>h5 {
  margin-top: 5px;
  color: #ccc;
}
/*.title>.hr{display:table;margin:auto;animation-delay:.5s;-webkit-animation-delay:.5s;}
.title>.hr>*{display:inline-block;vertical-align:middle;}
.title>.hr>.line1{background-color:#ccc;height:1px;}
.title>.hr>.line2{background-color:#227abe;width:15px;height:3px;margin:0 5px;}*/
@media(max-width:480px) {
  .title>h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
  }

  .title>h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  /*.title>p{margin-top:20px;}
  .title>.hr>*{width:25px;}
  .title>.hr+p{margin:20px auto 0;}*/
}

@media(min-width:481px) {
  .title>h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .title>p {
    width: 800px;
    margin: 0 auto;
  }
  /*.title>.hr>*{width:40px;height:5px;}
  .title>.hr>.line1{width:35px;}
  .title>.hr+p{margin:40px auto 0;}*/
}

.more {
  display: inline-block;
  height: 24px;
  padding: 0 15px;
  line-height: 24px;
  border: 1px solid;
  border-radius: 12px;
}

/* 分页 */
.pagination {
  display: block;
  margin-top: 50px;
  text-align: center;
}

.pagination a,.pagination .current {
  margin: 0 2px;
  padding: 5px 12px;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.pagination a {
  background-color: #444;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 13px;
}

.pagination a:hover {
  background-color: #227abe;
}

.pagination .current {
  background-color: #227abe;
}

/* 子菜单 */
.subnav {
  padding: 15px 0;
  background-color: #d47c39;
}

.subnav a {
  margin-right: 20px;
  color: #ddd;
}

.subnav a:hover {
  color: #fff;
}

.subnav a.active {
  border-bottom: 1px solid #fff;
  color: #fff;
}
/*.menu{border-top:1px solid #ccc;border-bottom:1px solid #ccc;text-align:center;}
.menu a{display:inline-block;}
.menu a.active{color:#fff;background-color:#227abe;}
@media(max-width:480px){
  .menu{margin:20px auto 0;}
  .menu a{margin:0 5px;padding:5px;}
}
@media(min-width:481px){
  .menu{margin:40px auto 0;}
  .menu a{margin:0 10px;padding:10px;}
}*/


/* 解决方案 */
@media(max-width:480px) {
  .solution-item>* {
    flex: 100%;
  }
}

@media(min-width:481px) {
  .solution-item>* {
    flex: 1;
  }
}

/* 关于国盛 */
#about {
}

#about .grid1 img {
  width: 100%;
}

#about .grid2 p.l1 {
  font-size: 30px;
  line-height: 1;
  color: #227abe;
}

#about .grid2 hr {
  margin: 10px auto;
  border-color: #227abe;
}

#about .grid2>div {
  margin-bottom: 30px;
}

#about .more {
  display: inline-block;
  height: 24px;
  padding: 0 15px;
  line-height: 24px;
  border: 1px solid #227abe;
  border-radius: 12px;
}

#about .more a {
}

@media(max-width:480px) {
  #about .grid1 {
    margin-top: 10px;
  }

  #about .grid1>div {
    margin-top: 10px;
  }

  #about .grid2 {
    margin-top: 20px;
  }
}

@media(min-width:481px) {
  #about .grid1 {
    margin-top: 20px;
  }

  #about .grid1>div {
    margin-top: 20px;
  }

  #about .more {
    margin-top: 60px;
  }
}

/* 首页-为什么选择我们 */
#index-p1 {
}

#index-p1 .uk-flex .vline {
  width: 1px;
  height: 100px;
  background-color: #227abe;
}

#index-p1 .uk-flex .item {
  flex: 1;
  text-align: center;
}

#index-p1 .uk-flex h4 {
  margin: 8px auto 15px;
}

@media(max-width:480px) {
  #index-p1 {
    padding-top: 10px;
  }

  #index-p1 .uk-flex {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  #index-p1 .uk-flex>* {
    flex: 50%!important;
    margin-bottom: 20px;
  }

  #index-p1 .uk-flex h4 {
    margin-bottom: 5px;
  }
}

@media(min-width:481px) {
  #index-p1 {
    padding-top: 20px;
  }

  #index-p1 .uk-flex {
    margin-top: 40px;
  }
}

#index-p2 {
  padding: 15px 0;
  text-align: center;
  background: url(../images/banner-04.jpg) center center no-repeat;
}

@media(max-width:480px) {
  #index-p2 {
    display: none;
  }
}

@media(min-width:481px) {
  #index-p2 img {
    margin: 0 15px;
  }
}

/* 首页-一站式服务 */
#index-p3 {
  text-align: center;
  background: url(../images/banner-05.jpg) center center no-repeat;
}

#index-p3 .title h2 {
  color: #fff;
}

@media(max-width:480px) {
  #index-p3 img {
    margin-top: 20px;
    width: 80%;
  }
}

@media(min-width:481px) {
  #index-p3 img {
    margin-top: 30px;
  }
}

/* 首页-精心选材 */
#index-p4 {
}

#index-p4 .uk-flex>div {
  text-align: center;
}

#index-p4 .uk-flex>div img {
  margin-top: 30px;
}

@media(max-width:480px) {
  #index-p4 .uk-flex {
    margin-top: 20px;
  }
}

@media(min-width:481px) {
  #index-p4 .uk-flex {
    margin-top: 40px;
  }
}

/* 首页-解决方案 */
#index-p5 {
  background: url(../images/banner-06.jpg) center center no-repeat;
}

#index-p5 .title h2,#index-p5 .content h2 {
  color: #fff;
}

#index-p5 .content h3,#index-p5 .content li,#index-p5 .content a {
  color: #eee;
}

#index-p5 ul.words {
  padding-left: 0;
}

#index-p5 a.more {
  border-color: #eee;
  color: #eee;
}

@media(max-width:480px) {
  #index-p5 .uk-slidenav-position {
    margin-top: 20px;
  }

  #index-p5 .uk-dotnav {
    margin-bottom: -10px;
  }

  #index-p5 .uk-dotnav>* {
    padding-left: 8px;
  }

  #index-p5 .uk-dotnav>*>* {
    width: 10px;
    height: 10px;
  }

  #index-p5 .solution-item {
    flex-wrap: wrap;
  }

  #index-p5 .solution-item>* {
    width: 100%;
  }

  #index-p5 .pic {
    text-align: center;
  }

  #index-p5 .pic img {
    width: 60%;
  }
}

@media(min-width:481px) {
  #index-p5 .uk-slidenav-position {
    margin-top: 40px;
  }

  #index-p5 .uk-dotnav {
    margin-bottom: -40px;
  }

  #index-p5 .uk-dotnav>* {
    padding-left: 8px;
  }

  #index-p5 .uk-dotnav>*>* {
    width: 15px;
    height: 15px;
  }

  #index-p5 .solution-item {
    width: 900px;
    margin: auto;
  }

  #index-p5 .pic img {
    max-height: 385px;
  }

  #index-p5 .content {
    padding: 0 30px;
  }
}

/* 首页-社会责任 */
#index-p6 {
}

#index-p6 .uk-flex .vline {
  width: 1px;
  height: 70px;
  background-color: #227abe;
}

#index-p6 .uk-flex .item {
  flex: 1;
  text-align: center;
}

#index-p6 .uk-flex h4 {
  margin: 8px auto 15px;
}

@media(max-width:480px) {
  #index-p6 .uk-container {
    padding: 0 30px;
  }

  #index-p6 .uk-flex {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  #index-p6 .uk-flex>* {
    flex: 50%!important;
    margin-bottom: 20px;
  }

  #index-p6 .uk-flex h4 {
    margin-bottom: 5px;
  }
}

@media(min-width:481px) {
  #index-p6 .uk-flex {
    margin-top: 40px;
  }
}

/* 首页-市场分布 */
#index-p7 {
  padding-bottom: 0;
  background: url(../images/banner-09.jpg) center center no-repeat;
}

#index-p7 .title h2 {
  color: #fff;
}

#index-p7 .pic {
  text-align: center;
}

@media(max-width:480px) {
}

@media(min-width:481px) {
}

/* 关于国盛-我们是谁 */
#about-p1 {
  margin-top: 80px;
}

#about-p1 .uk-grid>div>div {
  border: 1px solid #227abe;
  text-align: center;
}

#about-p1 .uk-grid>div>div>p.l1 {
  font-size: 30px;
  line-height: 1;
  color: #227abe;
}

#about-p1 .uk-grid>div>div>hr {
  width: 30px;
  border: 2px solid #227abe;
  margin: 10px auto;
}

#about-p1 .uk-grid>div>div>p.l2 {
  width: 130px;
  margin: auto;
}

@media(max-width:480px) {
  #about-p1 .title {
    margin-top: 30px;
  }

  #about-p1 .uk-grid>div>div {
    height: 160px;
    border-radius: 80px;
    margin-top: 15px;
  }

  #about-p1 .uk-grid>div>div>p.l1 {
    margin-top: 35px;
  }
}

@media(min-width:481px) {
  #about-p1 .title {
    margin-top: 60px;
  }

  #about-p1 .uk-grid>div>div {
    height: 206px;
    border-radius: 103px;
    margin-top: 20px;
  }

  #about-p1 .uk-grid>div>div>p.l1 {
    margin-top: 55px;
  }
}

/* 关于国盛-p2 */
@media(max-width:480px) {
  #about-p2 {
    display: none;
  }
}

@media(min-width:481px) {
  #about-p2 {
    text-align: center;
    background: url(../images/banner-07.jpg) center center no-repeat;
  }

  #about-p2 .title h2 {
    color: #fff;
  }

  #about-p2 .content {
    margin: 50px 0;
  }

  #about-p2 .content>div {
    flex: 1;
    height: 100px;
  }

  #about-p2 .item {
    position: relative;
    border-left: 1px solid #fff;
    text-align: left;
  }

  #about-p2 .up {
    border-bottom: 1px solid #fff;
  }

  #about-p2 .down {
    margin-top: 100px;
    border-top: 1px solid #fff;
  }

  #about-p2 .item>* {
    position: absolute;
  }

  #about-p2 .item p {
    color: #fff;
  }

  #about-p2 .item>.dot {
    left: -5px;
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background-color: #fff;
  }

  #about-p2 .up>.dot {
    bottom: -5px;
  }

  #about-p2 .down>.dot {
    top: -5px;
  }

  #about-p2 .item>.words {
    left: 5px;
    width: 200px;
  }

  #about-p2 .item>.words>p:nth-child(1) {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
  }

  #about-p2 .item>.words>p:nth-child(2) {
    font-size: 14px;
    line-height: 1.5;
  }

  #about-p2 .up>.words {
    top: -5px;
  }

  #about-p2 .down>.words {
    top: 60px;
  }
}

/* 关于国盛-资质荣誉 */
#about-p3 {
  text-align: center;
}

@media(max-width:480px) {
}

@media(min-width:481px) {
  #about-p3 p {
    margin: 40px auto 10px;
    font-size: 18px;
    line-height: 1;
  }

  #about-p3 a.more {
    margin-top: 30px;
  }
}

/* 关于国盛-子公司 */
#about-p4 {
  text-align: center;
  background: url(../images/banner-08.jpg) center center no-repeat;
}

#about-p4 .title h2 {
  color: #fff;
}

#about-p4 .uk-flex>* {
  color: #ccc;
  text-align: center;
}

@media(max-width:480px) {
  #about-p4 .uk-flex {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  #about-p4 .uk-flex>* {
    width: 33.33%;
    margin-bottom: 15px;
  }
}

@media(min-width:481px) {
  #about-p4 {
    padding-bottom: 200px;
  }

  #about-p4 .uk-flex {
    margin-top: 60px;
  }

  #about-p4 .uk-flex>*:nth-child(1),#about-p4 .uk-flex>*:nth-child(7) {
    margin-top: 80px;
  }

  #about-p4 .uk-flex>*:nth-child(2),#about-p4 .uk-flex>*:nth-child(6) {
    margin-top: 50px;
  }

  #about-p4 .uk-flex>*:nth-child(3),#about-p4 .uk-flex>*:nth-child(5) {
    margin-top: 20px;
  }
}

/* 生产环境-part1 */
#production-p1 {
}

@media(max-width:480px) {
  #production-p1 .title {
    margin: 20px 0;
  }
}

@media(min-width:481px) {
  #production-p1 {
    margin-top: 80px;
    padding-top: 20px;
  }

  #production-p1 .uk-grid>div {
    margin-top: 20px;
  }
  #production-p1 .uk-grid>div:nth-child(3),
  #production-p1 .uk-grid>div:nth-child(4){
    margin-top: 50px;
  }

  #production-p1 .uk-grid>div:nth-child(2) .title {
    margin-top: 20px;
    text-align: left;
  }

  #production-p1 .uk-grid>div:nth-child(2) p {
    margin-top: 20px;
    text-align: left;
  }

  #production-p1 .uk-grid>div:nth-child(3) .title {
    text-align: right;
  }

  #production-p1 .uk-grid>div:nth-child(3) p {
    margin-top: 20px;
    text-align: right;
  }
}

/* 生产环境-part2 */
#production-p2 {
  background: url(../images/production-bg2.jpg) center center no-repeat;
}
#production-p2 .title h2{
  color: #2f2f2f;
}

#production-p2 img {
  width: 100%;
}

@media(max-width:480px) {
  #production-p2 .title+.uk-grid {
    margin-top: 20px;
  }
}

@media(min-width:481px) {
  #production-p2 .title+.uk-grid {
    margin-top: 40px;
  }
}

/* 生产环境-part3 */
#production-p3 {
}

#production-p3 img {
  width: 100%;
}

#production-p3 .title>p {
  margin-top: 20px;
}

@media(max-width:480px) {
  #production-p3 .title+.uk-grid {
    margin-top: 20px;
  }
}

@media(min-width:481px) {
  #production-p3 .title>p {
    width: 1000px;
  }

  #production-p3 .title+.uk-grid {
    margin-top: 40px;
  }
}

/* 生产环境-part4 */
#production-p4 {
  background-color: #f5f5f5;
}

#production-p4 img {
  display: block;
  margin: 0 auto;
  width: auto;
}

#production-p4 .title>p {
  margin-top: 20px;
}

@media(max-width:480px) {
  #production-p4 .title+.uk-grid {
    margin-top: 20px;
  }
}

@media(min-width:481px) {
  #production-p4 .title+.uk-grid {
    margin-top: 40px;
  }
}

/* 生产环境-part5 */
#production-p5 {
}

#production-p5 img {
  width: 100%;
}

#production-p5 .title h3 {
  color: #777;
}

@media(max-width:480px) {
  #production-p5 .title+.uk-grid {
    margin-top: 20px;
  }
}

@media(min-width:481px) {
  #production-p5 .title+.uk-grid {
    margin-top: 40px;
  }

  #production-p5 .title h3 {
    font-size: 16px;
    line-height: 1;
  }
}

/* 解决方案 */
#solutionlist {
}

#solutionlist .solution-item .words li {
  list-style-type: disc;
}

@media(max-width:480px) {
}

@media(min-width:481px) {
  #solutionlist {
    margin-top: 80px;
    padding-top: 0;
  }

  #solutionlist .uk-flex {
    margin-top: 40px;
  }

  #solutionlist .solution-item h2 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
  }

  #solutionlist .solution-item h3 {
    font-size: 24px;
    line-height: 1;
  }

  #solutionlist .solution-item .words {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 40px;
  }
}

#solution {
}

#solution h6 {
  font-style: normal;
  color: #444;
}

#solution table tr {
  border-top: 1px solid #ccc;
}

#solution table tr:last-child {
  border-bottom: 1px solid #ccc;
}

#solution table td:not(:last-child) {
  border-right: 1px solid #ccc;
}

@media(max-width:480px) {
  #solution {
    margin-top: 50px;
  }


  #solution h6 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 20px;
  }

  #solution table td:first-child {
    width: 300px;
  }
}

@media(min-width:481px) {
  #solution {
    margin-top: 80px;
  }

  #solution .solution-item h2 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
  }

  #solution .solution-item h3 {
    font-size: 24px;
    line-height: 1;
  }

  #solution .solution-item .words {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 40px;
  }


  #solution h6 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
  }

  #solution table td {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 1.5;
  }

  #solution table td:first-child {
    width: 300px;
  }
}

/* 新闻菜单 */
.newsmenu {
  display: table;
  margin: auto;
  padding-bottom: 0;
}

.newsmenu>a {
  display: table-cell;
  padding: 5px 20px;
  border: 1px solid #227abe;
}

.newsmenu>a.active {
  background-color: #227abe;
  color: #fff;
}

@media(max-width:480px) {
}

@media(min-width:481px) {
  .newsmenu {
    margin-top: 80px;
  }
}

/* 证书列表 */
#certifylist {
}

@media(max-width:480px) {
  #certifylist .uk-grid {
    margin-top: 20px;
  }

  #certifylist .uk-grid>div {
    margin-top: 10px;
  }
}

@media(min-width:481px) {
  #certifylist {
    margin-top: 80px;
  }

  #certifylist .uk-grid {
    margin-top: 40px;
  }

  #certifylist .uk-grid>div {
    margin-top: 20px;
  }
}

/* 资讯中心 */
#newslist {
  padding-top: 0;
  background-color: #f5f5f5;
}

#newslist .uk-grid>div>a {
  display: block;
  background-color: rgba(255,255,255,.6);
}

#newslist .uk-grid>div>a:hover {
  -moz-box-shadow: 0 4px 8px 0 rgba(7,17,27,.1);
  -webkit-box-shadow: 0 4px 8px 0 rgba(7,17,27,.1);
  box-shadow: 0 4px 8px 0 rgba(7,17,27,.1);
}

#newslist .uk-grid>div>a img {
  width: 100%;
}

#newslist .words {
  position: relative;
  display: block;
  padding: 20px 15px 10px;
}

#newslist .words>p:nth-child(1) {
  margin-bottom: 5px;
  color: #444;
  line-height: 2;
  border-bottom: 1px solid #227abe;
}

#newslist .words>p:nth-child(2) {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

#newslist .words .bottom .more {
  float: right;
}

@media(max-width:480px) {
  #newslist .uk-grid {
    margin-top: 20px;
  }

  #newslist .uk-grid>div {
    margin-top: 10px;
  }

  #newslist .pic {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    padding-top: 15px;
  }

  #newslist .words {
    display: table-cell;
    width: 60%;
    vertical-align: top;
  }

  #newslist .words>p:nth-child(1) {
    font-size: 13px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  #newslist .words>p:nth-child(2) {
    height: 36px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}

@media(min-width:481px) {
  #newslist .uk-grid {
    margin-top: 40px;
  }

  #newslist .uk-grid>div {
    margin-top: 20px;
  }

  #newslist .words {
    height: 70px;
  }

  #newslist .words>p:nth-child(1) {
    font-size: 16px;
  }

  #newslist .words>p:nth-child(2) {
    height: 54px;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  #newslist .words .bottom {
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
  }
}

/* 资讯详情 */
#news {
}

@media(max-width:480px) {
  #news .content {
    margin-top: 30px;
  }

  #news .content p {
    margin-bottom: 10px;
  }

  #news .content+div {
    margin-top: 30px;
  }
}

@media(min-width:481px) {
  #news .content {
    margin-top: 60px;
  }

  #news .content p {
    margin-bottom: 20px;
  }

  #news .content+div {
    margin-top: 60px;
  }
}
/*footer .info p>*{display:inline-block;vertical-align:middle;}
footer .info p>i{width:30px;}*/

/* 联系我们 */
#contact {
  padding-top: 40px;
  padding-bottom: 60px;
}

#contact .info h3 {
  margin-bottom: 25px;
  line-height: 1.5;
  color: #227abe;
}

#contact .info p>* {
  display: inline-block;
  vertical-align: top;
}

#contact .info p>i {
  width: 40px;
  font-style: normal;
}

#contact .info img {
  margin-top: 20px;
}

#map {
  width: 100%;
}

#map .anchorBL {
  display: none
}

form[name='contact'] .uk-grid {
  margin-top: 0;
}

form[name='contact'] .uk-grid>div {
  margin-bottom: 15px;
}

@media(max-width:480px) {
  #contact {
    padding-top: 0;
  }

  #contact .title {
    margin-top: 30px;
  }

  #contact .uk-container>.uk-grid {
    margin-top: 20px;
  }

  #contact .info p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #map {
    height: 240px;
    margin-top: 10px;
  }

  form[name='contact'] {
    margin-top: 20px;
  }
}

@media(min-width:481px) {
  #contact {
    margin-top: 80px;
  }

  #contact .title {
    margin-top: 60px;
  }

  #contact .uk-container>.uk-grid {
    margin-top: 40px;
  }

  #contact .info p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #map {
    height: 400px;
  }
}