@charset "UTF-8";
body {
  position: relative;
  padding-bottom: 351px; }

ul.list-inline li {
  display: inline-block; }

/** 头部样式 **/
header {
  background: #2196f3;
  overflow: hidden; }

.header-top {
  height: 32px;
  color: #2196f3;
  background: #fff; }
  .header-top .company-phone {
    padding-left: 27px;
    line-height: 32px;
    background: url(../../src/image/icon_phone.png) no-repeat left center; }
  .header-top ul {
    font-size: 0; }
  .header-top li a {
    display: inline-block;
    padding: 8px 10px;
    font-size: 14px;
    color: #2196f3; }
  .header-top li:first-of-type {
    position: relative; }
  .header-top li:first-of-type:after {
    position: absolute;
    top: 10px;
    right: 0;
    height: 12px;
    width: 1px;
    background: #2196f3;
    content: ""; }

.header-bottom {
  height: 115px;
  color: #fff;
  font-size: 16px; }
  .header-bottom img {
    margin-top: 14px; }
  .header-bottom a {
    color: #fff; }
  .header-bottom nav {
    height: 115px;
    font-weight: bold;
    font-family: "微软雅黑"; }
    .header-bottom nav ul {
      margin: 38px 0; }
    .header-bottom nav li a {
      display: inline-block;
      padding: 10px 23px;
      border-radius: 5px; }
    .header-bottom nav li.active a {
      color: #2196f3;
      background: #fefefe; }

.header-layout-box,
.bodies-layout-box,
.footer-layout-box {
  width: 1024px;
  margin: 0 auto; }

.wrap-page {
  width: 1000px;
  margin: 15px auto;
  padding: 20px;
  background: #fff; }

.header-logo-box a{
  display: inline-block;
  font-size: 56px;
  padding-top: 20px;
}


/** 脚部样式 **/
footer {
  position: absolute;
  bottom: 0;
  width: 100%; }
  footer a {
    display: inline-block;
    color: #fefefe; }
  footer a:hover {
    text-shadow: 0 0 1px #fff; }

.footer-top {
  background: #404040;
  color: #fefefe; }
  .footer-top .footer-logo-box {
    margin-top: 130px; font-size: 56px;}
  .footer-top .contact-us,
  .footer-top .friend-link {
    margin: 80px 50px 80px 80px; }
    .footer-top .contact-us p, .footer-top .contact-us li,
    .footer-top .friend-link p,
    .footer-top .friend-link li {
      line-height: 1.6em; }
  .footer-top .title {
    margin: 12px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff; }
  .footer-top .friend-link {
    margin-right: 0; }
    .footer-top .friend-link ul {
      font-size: 0; }
    .footer-top .friend-link li {
      position: relative;
      font-size: 14px; }
      .footer-top .friend-link li a {
        padding: 0 10px; }
    .footer-top .friend-link li:after {
      position: absolute;
      right: 0;
      top: 5px;
      display: inline-block;
      height: 1em;
      width: 1px;
      background: #fff;
      content: ""; }

.footer-bottom {
  padding: 10px 0;
  background: #323232;
  color: #fff; }
  .footer-bottom p {
    padding: 5px 0;
    text-align: center; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%; }

body {
  margin: 0;
  font-size: 14px;
  font-family: "MicroSoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  line-height: 1.2;
  color: #333;
  background-color: #f6f6f6;
  min-height: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

[hidden],
template {
  display: none; }

a {
  background: transparent;
  text-decoration: none;
  color: #08c; }
  a:active {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  vertical-align: middle; }

button,
input,
select {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

input,
select,
textarea,
button {
  outline: 0; }

textarea,
input {
  -webkit-user-modify: read-write-plaintext-only; }

input::-ms-clear,
input::-ms-reveal {
  display: none; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

.placeholder {
  color: #999; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0; }

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none outside none; }

h1, h2, h3 {
  line-height: 2;
  font-weight: normal; }

h1 {
  font-size: 18px; }

h2 {
  font-size: 16px; }

h3 {
  font-size: 14px; }

i {
  font-style: normal; }

* {
  box-sizing: border-box; }

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
  overflow: hidden; }

.clearfix::after {
  clear: both; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.justify {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
  overflow: hidden; }

.clearfix::after {
  clear: both; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.justify {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.fl {
  float: left; }

.fr {
  float: right; }

.fs12 {
  font-size: 12px; }

.grayc {
  color: #ccc; }

.gray9 {
  color: #999; }

.gray6 {
  color: #666; }

.p10 {
  padding: 10px; }

.plr10 {
  padding-left: 10px;
  padding-right: 10px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mlr10 {
  margin-left: 10px;
  margin-right: 10px; }

.text-default {
  color: #333; }

.full-width {
  width: 100%; }

.pos-s {
  position: static !important; }

.fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0; }

.media {
  display: table; }

.media-left,
.media-body,
.media-right {
  display: table-cell; }

.media-object {
  margin-right: 10px; }

.media-body {
  width: 100%; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-top {
  vertical-align: top; }


/*index*/
.wrap-page {
  width: auto;
  margin: 0;
  padding: 0;
  /*background:transparent;*/ }

.swiper-container {
  height: 515px;
  width: 100%;
  max-width: 1366px; }

.swiper-slide {
  background: url(../../src/image/banner.jpg) center center no-repeat; }

.swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  background: url(../../src/image/dot_2.png) no-repeat center center; }

.swiper-pagination-bullet-active {
  background: url(../../src/image/dot_1.png) no-repeat center center; }

[class*="swiper-button-"] {
  top: 205px;
  width: 43px;
  height: 81px; }

.swiper-button-prev {
  left: 10%;
  background: url(../../src/image/arrow_left.png) no-repeat center center; }

.swiper-button-next {
  right: 10%;
  background: url(../../src/image/arrow_right.png) no-repeat center center; }

.colume-3 li {
  float: left;
  margin-right: 0;
  width: 341.33333px; }

.colume-3 li:nth-of-type(3n+3) {
  margin-right: 0; }

.colume-4 li {
  float: left;
  margin-right: 45px;
  width: 222.25px; }

.colume-4 li:nth-of-type(4n+4) {
  margin-right: 0; }

.bodies-sec {
  /*min-height:100px;*/ }
  .bodies-sec h2.title {
    width: 600px;
    height: 22px;
    margin: 85px auto 100px auto;
    border-bottom: 3px solid #2196f3;
    text-align: center;
    font-size: 37px;
    /*color:$orange;*/
    line-height: 1em; }
    .bodies-sec h2.title span {
      display: inline-block;
      width: 217px;
      text-align: center;
      background: #fff;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-user-drag: none; }
  .bodies-sec a {
    color: #000; }
  .bodies-sec li {
    text-align: center; }

.container {
  height: 460px;
  background: #f6f6f6 url(timg.jpg) center center no-repeat; }
.cases-sec {
  height: 480px; }
  .cases-sec h4 {
    margin: 15px 0;
    font-size: 17px;
    font-weight: normal;
    text-align: left; }
  .cases-sec p {
    text-align: left; }
  .cases-sec img {
    height: 130px;
    width: 218px; }

.contact-sec {
  height: 500px; }
  .contact-sec span.propaganda {
    display: block;
    margin: 0 0 60px 0;
    font-size: 35px;
    text-align: center;
    font-weight: normal;
    /*color:$orange;*/ }

.our-service img {
  width: 100px;
  height: 100px;
  border-radius: 50%; }

.our-service .service-name {
  margin: 33px 0 24px 0;
  font-size: 18px;
  font-weight: normal; }

.our-service p.desc {
  padding: 0 60px;
  color: #6f6f6f; }

.our-service a {
  display: inline-block;
  width: 106px;
  height: 28px;
  padding: 6px 0;
  margin-top: 24px;
  text-align: center;
  background: #2196f3;
  border-radius: 14px;
  color: #fff; }

.our-cases {
  height: 455px; }
  .our-cases li {
    margin: 0;
    padding: 0 16px;
    width: 25%;
    text-align: center; }

.our-contact {
  height: 200px;
  font-size: 17px;
  color: #6f6f6f; }
  .our-contact img {
    display: block;
    margin: 0 auto; }
  .our-contact span {
    display: block;
    margin-top: 30px; }

/*about*/
.about-page {
    display: table;
    width: 1000px;
    margin: 15px auto;
    padding: 20px;
    background: #fff;
}
.content {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}
.side-bar {
    display: table-cell;
    vertical-align: top;
}
.side-bar {
    width: 242px;
}

.side-bar {
    display: table-cell;
    vertical-align: top;
}
.side-bar {
    width: 242px;
}
.side-bar .title {
    line-height: 40px;
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: normal;
}
.contact-info-block, .leaving-message-block, .solution-recomend, .proj-recomend {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    background: #fff;
}
.contact-info-block ul {
    margin: 0;
    padding: 15px;
}
.contact-info-block li {
    padding-left: 24px;
}