/*@import url("https://fonts.google.com/specimen/Play");
@import url("https://fonts.google.com/specimen/Montserrat");
@import url("https://fonts.google.com/specimen/Play");
@import url("https://fonts.google.com/specimen/Montserrat");*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; 
  font-family: "Microsoft YaHei" ! important;
  }

article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/*img,*/
object,
embed {
  max-width: 100%; }

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }
.clear{
  clear: both;
}
.bg16{
  background: #161616;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align:middle; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

/* OVERALL */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* GRID */
.row {
  margin-right: -15px;
  margin-left: -15px; }

.row:after {
  content: "";
  display: table;
  clear: both; }

[class*='col-'] {
  float: left; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
.container1 {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
.col-1 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.col-1-2 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px; }

.col-1-3 {
  width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 15px; }

.col-2-3 {
  width: 66.6666666667%;
  padding-left: 15px;
  padding-right: 15px; }

.col-1-4 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px; }

.col-3-4 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px; }

.col-1-5 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px; }

.col-1-6 {
  width: 16.6666666667%;
  padding:15px 30px;
  margin-left: 15px;
  margin-right: 15px;

}
.col-1-6 a.active{
  color:#ffcc80;
}
.col-1-6 a p.eg{
  font-size: 12px;
  margin-top: 5px;
}
.col-1-10 {
  width: 10%;
  padding:15px 0;
  text-align: center;
}
.col-1-6 a{
  color:#fff;
}

/* SPECIAL COL-1-3 & GROUP */
.col-1--3 {
  width: 33.3333333333%;
  padding-left: 5px;
  padding-right: 5px; }

.group {
  padding-left: 10px;
  padding-right: 10px; }

@media (max-width: 768px) {
  .col-1--3 {
    width: 100%; } }

/* MEDIA */
@media (max-width: 768px) {
  [class*='col-'] {
    width: 100%; } }

/* FONTS */
/* OVERALL */
a {
  text-decoration: none; }

body {
  font-family: "Montserrat"; }

img {
  vertical-align: middle; }
.h10{
  height:10px;
}
.text-l{
  text-align: left;
}
/* NAVBAR */
.main-nav {
  background:#ffffff none repeat scroll 0 0;
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
}
  @media (max-width: 850px) {
    .main-nav {
      padding: 0; } }
  .main-nav h1.logo {
    position: relative;
    padding-left: 40px;
    font-family: "Montserrat";
    font-size: 20px; }
    .main-nav h1.logo a {
      color: #002829; }
    .main-nav h1.logo img {
      position: absolute;
      left: 0;
      top: -4px; }
    @media (max-width: 850px) {
      .main-nav h1.logo {
        top: 14px;
        position: absolute; } }
  .main-nav .main-menu {
    text-align: right;
    font-family: "Montserrat"; }
    .main-nav .main-menu li {
      display: inline-block;
      margin-left: 30px; }
      .main-nav .main-menu li:first-child {
        margin-left: 0; }
      .main-nav .main-menu li a {
        color: #000000;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase; }
        .main-nav .main-menu li a:hover {
          color: #000000;
          transition: .3s; }
        .main-nav .main-menu li a.active {
          color: #e42f46; }
    @media (max-width: 850px) {
      .main-nav .main-menu {
        display: none; } }


/**/
.sub-nav{
  text-align: center;
}
.sub-nav li{
  display: inline-block;
  margin-left: 10px;
}
 .sub-nav li a {
   color: #000;
   font-size: 14px;
   text-transform: uppercase;
   border: 1px solid #fafafa;
   padding: 7px 10px;
 }
.sub-nav li a:hover {
  color: #000;
  border: 1px solid #161616;
  padding: 7px 10px;
  transition: .3s; }
.sub-nav li a.active {
  border: 1px solid #161616;
  padding: 7px 10px;
  color: #000; }

/* SECTION TITLE STYLE */
.section-title, .section-title .separate {
  font-family: "Play";
  font-size: 30px;
  font-weight: 700;
  color: #28292e;
  text-align: center;
  line-height: 42px;
  text-transform: uppercase; }

.section-title {
  margin-bottom: 12px; }

/* BODY TEXT STYLE */
.body-text {
  font-size: 13px;
  color: #616161;
  line-height: 20px;
}

.cn-tit {
    font-size: 16px;
    color: #616161;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    }

/* BUTTON */
.btn {
  width: 152px;
  max-width: 100%;
  height: 36px;
  background-color: transparent;
  border: 1px solid #ffcc80;
  border-radius: 3px;
  font-family: "Montserrat";
  color: #ffcc80;
  font-size: 12px;
  text-transform: uppercase;
  outline: none;
  padding: 10px 0; }
  .btn:hover {
    background-color: #ffcc80;
    color: #fff;
    transition: .5s; }

/* FOOTER */
footer {
  padding: 46px 0 30px;
  background-color: #28292e;
  text-align: center; }
  footer .title {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px; }
  footer img {
    margin-bottom: 8px; }
  footer .body-text , footer .body-text a {
    color: #fff;
    font-size:12px;
    line-height: 30px;
  }
  footer .body-text.last {
    margin-bottom: 44px; }
  footer .social-media-footer {
    margin-bottom: 40px; }
    footer .social-media-footer a {
      font-size: 24px;
      color: #fff;
      margin-right: 36px; }
      footer .social-media-footer a:last-child {
        margin-right: 0; }
      footer .social-media-footer a:hover {
        color: #ffcc80; }
  footer .copyright {
    font-size: 11px;
    color: #93948f; }

/* FONTS */
/* HERO IMG */
.hero-img {
  max-height: 702px;
  overflow: hidden;
  position: relative; }
  .hero-img img.hero {
    margin-top: -8%; }
  .hero-img .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
    .hero-img .text-wrap p.title {
      font-size: 60px;
      color: #ffcc80; }
    .hero-img .text-wrap p.description {
      font-size: 42px;
      color: #fff;
      margin-bottom: 20px; }
    .hero-img .text-wrap .btn {
      width: 152px;
      max-width: 100%;
      height: 36px;
      background-color: transparent;
      border: 1px solid #ffcc80;
      border-radius: 3px;
      font-family: "Montserrat";
      color: #ffcc80;
      font-size: 12px;
      text-transform: uppercase; }
      .hero-img .text-wrap .btn:hover {
        background-color: #ffcc80;
        color: #fff;
        transition: .5s; }
    @media (max-width: 580px) {
      .hero-img .text-wrap p.title {
        font-size: 50px; }
      .hero-img .text-wrap p.description {
        font-size: 32px; } }
    @media (max-width: 430px) {
      .hero-img .text-wrap p.title {
        font-size: 40px; }
      .hero-img .text-wrap p.description {
        font-size: 22px; } }
    @media (max-width: 330px) {
      .hero-img .text-wrap p.title {
        font-size: 30px; }
      .hero-img .text-wrap p.description {
        font-size: 18px; } }

/* SERVICES SECTION */
.services-section {
  padding: 80px 0 30px;
  background-color: #fff; }
  .services-section .title-and-desc {
    margin-bottom: 110px; }
    .services-section .title-and-desc .separate {
      display: block; }
    .services-section .title-and-desc p.body-text {
      text-align: center; }
  .services-section .service {
    text-align: center;
    margin-bottom: 70px; }
    .services-section .service img {
      margin-bottom: 6px; }
    .services-section .service .serv-title {
      font-size: 14px;
      font-family: "Play";
      color: #28292e;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 14px; }
  @media (max-width: 960px) {
    .services-section .col-1-3 {
      width: 50%; } }
  @media (max-width: 768px) {
    .services-section .col-1-3 {
      width: 100%; } }

/* LATEST WORK SECTION */
.latest-work {
  padding: 50px 0 70px;
  background-color: #fafafa; }
.latest-jszc {
  padding: 40px 0 60px;
  background-color: #fafafa; }
  .latest-work .body-text {
    text-align: center; }
    .latest-work .body-text:last-of-type {
      margin-bottom: 110px; }
  .latest-work a {
    display: block; }
    .latest-work a:hover .img-wrapper .img-hover {
      background-color: rgba(255, 255, 255, 0.6);
      transition: .4s; }
      .latest-work a:hover .img-wrapper .img-hover .caption-box {
        opacity: 1;
        transition: .4s; }
    .latest-work a .img-wrapper {
      position: relative;
      margin-bottom: 30px; }
      .latest-work a .img-wrapper img {
        width: 100%; }
      .latest-work a .img-wrapper .img-hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0);
        text-align: center; }
        .latest-work a .img-wrapper .img-hover .caption-box {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          opacity: 0; }
          .latest-work a .img-wrapper .img-hover .caption-box i {
            font-size: 40px;
            color: #28292e;
            line-height: 0; }
          .latest-work a .img-wrapper .img-hover .caption-box .caption-text {
            font-size: 13px;
            color: #28292e;
            text-transform: uppercase; }
  @media (max-width: 768px) {
    .latest-work .col-1-10 {
      width: 30%;
      ext-align: center;
    }
    .latest-work .col-1-2 .img-wrapper {
      margin-bottom: 20px; } }
  .latest-work .all-work {
    text-align: center;
    color: #28292e;
    display: block;
    width: 100px;
    margin: 24px auto 0; }
    .latest-work .all-work:hover {
      color: #ffcc80;
      transition: .4s; }
    .latest-work .all-work i {
      font-size: 40px;
      line-height: 0; }
    .latest-work .all-work span {
      font-size: 14px;
      font-family: "Play";
      font-weight: 700;
      display: block; }

/* OUR TEAM SECTION */
.our-team {
  padding: 80px 0;
  background-color: #fff; }
  .our-team .body-text {
    text-align: center; }
    .our-team .body-text:last-of-type {
      margin-bottom: 110px; }
  .our-team .member-wrap img {
    width: 100%; }
  .our-team .member-wrap .info-container {
    text-align: center;
    border: 1px solid #f9f9f9;
    padding: 10px 0 14px; }
    .our-team .member-wrap .info-container .name {
      font-size: 14px;
      color: #28292e;
      text-transform: uppercase;
      line-height: 30px; }
    .our-team .member-wrap .info-container .post {
      font-size: 12px;
      color: #757575;
      text-transform: uppercase;
      border-bottom: 1px solid #e2e6d9;
      padding-bottom: 14px;
      margin-bottom: 14px; }
    .our-team .member-wrap .info-container .social-media a {
      margin-right: 40px;
      color: #949497; }
      .our-team .member-wrap .info-container .social-media a:last-child {
        margin-right: 0; }
      .our-team .member-wrap .info-container .social-media a:hover {
        color: #28292e; }
  @media (max-width: 768px) {
    .our-team .col-1-3 {
      width: 50%; }
    .latest-work .col-1-10 {
      ext-align: center;
      width: 25%; }
      .our-team .col-1-3 .member-wrap {
        margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .latest-work .col-1-10 {
      ext-align: center;
      width: 40%; }
    .our-team .col-1-3 {
      width: 100%; } }

/* OUR CLIENTS SECTION */
.our-clients {
  padding: 80px 0 100px;
  background-color: #fafafa;
  text-align: center; }
  .our-clients .body-text {
    text-align: center; }
    .our-clients .body-text:last-of-type {
      margin-bottom: 110px; }
  .our-clients img {
    opacity: .25; }
    .our-clients img:hover {
      opacity: .5;
      transition: .4s; }
  @media (max-width: 768px) {
    .our-clients .col-1-6 {
      width: 33.3333333333%; }
      .our-clients .col-1-6 img {
        margin-bottom: 40px; } }
  @media (max-width: 480px) {
    .our-clients .col-1-6 {
      width: 50%; }
      .our-clients .col-1-6 img {
        margin-bottom: 40px; } }

/* HEAD IMAGE */
.head-img {
  max-height: 420px;
  overflow: hidden;
  position: relative; }
  .head-img img.about-head {
    margin-top: -19%;
    max-width: 100%; }
  .head-img .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
    .head-img .text-wrap p.title {
      font-size: 50px;
      color: #fff;
      font-family: "Play";
      font-weight: 700;
      text-transform: uppercase; }
    @media (max-width: 580px) {
      .head-img .text-wrap p.title {
        font-size: 50px; } }
    @media (max-width: 430px) {
      .head-img .text-wrap p.title {
        font-size: 40px; } }
    @media (max-width: 330px) {
      .head-img .text-wrap p.title {
        font-size: 30px; } }

/* OUR STORY SECTION */
.our-story {
  padding: 80px 0 100px;
  background-color: #fff; }
  .our-story .text-wrapper {
    padding: 60px 44px; }

.our-story .body-text{
  font-size: 16px;
  line-height: 30px;
}
.our-story .text-wrapper{
  margin-top: 0px;
  text-align: left;
}
    .our-story .text-wrapper .body-text {
      text-align: left;
      text-indent:25px;}
    @media (max-width: 940px) {
      .our-story .text-wrapper {
        padding: 80px 0; } }
    @media (max-width: 860px) {
      .our-story .text-wrapper {
        padding: 50px 0px; } }
    @media (max-width: 768px) {
      .our-story .text-wrapper {
        padding: 50px 50px; } }
  @media (max-width: 768px) {
    .our-story .col-1-2 {
      text-align: center; } }
  @media (max-width: 768px) {
    .our-story {
      padding: 30px 0 80px; } }

/* SERVICES SECTION */
.services-section.serv-2 {
  background-color: #fafafa;
  padding: 80px 0 30px; }
  @media (max-width: 768px) {
    .services-section.serv-2 .title-and-desc {
      margin-bottom: 80px; } }

/* HEAD IMAGE */
.head-img {
  max-height: 420px;
  overflow: hidden;
  position: relative; }
  .head-img img.work-head {
    margin-top: -10%;
    max-width: 100%; }
  .head-img .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
    .head-img .text-wrap p.title {
      font-size: 50px;
      color: #fff;
      font-family: "Play";
      font-weight: 700;
      text-transform: uppercase; }
    @media (max-width: 580px) {
      .head-img .text-wrap p.title {
        font-size: 50px; } }
    @media (max-width: 430px) {
      .head-img .text-wrap p.title {
        font-size: 40px; } }
    @media (max-width: 330px) {
      .head-img .text-wrap p.title {
        font-size: 30px; } }

.btn {
  display: block;
  margin: auto;
  margin-top: 50px;
  text-align: center; }

/* HEAD IMAGE */
.head-img {
  max-height: 420px;
  overflow: hidden;
  position: relative; }
  .head-img img.serv-head {
    margin-top: -16%;
    max-width: 100%; }
  .head-img .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
    .head-img .text-wrap p.title {
      font-size: 50px;
      color: #fff;
      font-family: "Play";
      font-weight: 700;
      text-transform: uppercase; }
    @media (max-width: 580px) {
      .head-img .text-wrap p.title {
        font-size: 50px; } }
    @media (max-width: 430px) {
      .head-img .text-wrap p.title {
        font-size: 40px; } }
    @media (max-width: 330px) {
      .head-img .text-wrap p.title {
        font-size: 30px; } }

/* SERVICES */
.service-serv {
  padding: 50px 0 50px;
  background-color: #fafafa; }
.service-serv .news-bor{
  margin-bottom: 0;}

  .service-serv img.serv-img {
    max-width: 100%;
    float: right; }
  .service-serv .text-wrapper {
    padding: 10px 20px 80px 20px;
    margin-top: 0px;
  }
    .service-serv .text-wrapper .section-title {
      font-size: 20px;
      margin-bottom: 10px;
      text-align: left;
    }
    .service-serv .text-wrapper .body-text {
      text-align: left;
      margin-bottom: 0px; }
    .service-serv .text-wrapper a.more {
      display: block;
      margin: auto;
      text-align: center;
      font-size: 14px;
      color: #666;
      text-transform: uppercase;
      float:left;
    }
      .service-serv .text-wrapper a.more:hover {
        color: #666;

      }
    @media (max-width: 1080px) {
      .service-serv .text-wrapper {
        padding: 60px 40px; } }
    @media (max-width: 940px) {
      .service-serv .text-wrapper {
        padding: 44px 20px; }
        .service-serv .text-wrapper .body-text {
          margin-bottom: 24px; } }
    @media (max-width: 840px) {
      .service-serv .text-wrapper {
        padding: 14px 20px; } }
    @media (max-width: 768px) {
      .service-serv .text-wrapper {
        padding: 50px 80px; } }
    @media (max-width: 460px) {
      .service-serv .text-wrapper {
        padding: 50px 20px; } }
    @media (max-width: 430px) {
      .service-serv .text-wrapper {
        padding: 50px 0; } }
  @media (max-width: 768px) {
    .service-serv .col-1-2 {
      text-align: center; } }
  @media (max-width: 768px) {
    .service-serv {
      padding: 30px 0 80px; }
      .service-serv img.serv-img {
        float: none; } }

/* SERVICES SECTION */
.services-section {
  background-color: #fff; }
  @media (max-width: 768px) {
    .services-section .title-and-desc {
      margin-bottom: 80px; } }

.service-2 {
  background-color: #fafafa; }
  .service-2 img.serv-img {
    float: left; }
    @media (max-width: 768px) {
      .service-2 img.serv-img {
        float: none; } }

/* HEAD IMAGE */
.head-img {
  max-height: 420px;
  overflow: hidden;
  position: relative; }
  .head-img img.contact-head {
    margin-top: -16%;
    max-width: 100%; }
  .head-img .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
    .head-img .text-wrap p.title {
      font-size: 50px;
      color: #fff;
      font-family: "Play";
      font-weight: 700;
      text-transform: uppercase; }
    @media (max-width: 580px) {
      .head-img .text-wrap p.title {
        font-size: 50px; } }
    @media (max-width: 430px) {
      .head-img .text-wrap p.title {
        font-size: 40px; } }
    @media (max-width: 330px) {
      .head-img .text-wrap p.title {
        font-size: 30px; } }

/* SERVICES */
.get-in-touch {
  padding: 100px 0 50px;
  background-color: #fff; }
  .get-in-touch img {
    max-width: 100%;
    float: left; }
  .get-in-touch .text-wrapper {
    padding: 0px 0px 80px 40px; }
    .get-in-touch .text-wrapper .section-title {
      text-align: left; }
    .get-in-touch .text-wrapper .body-text {
      text-align: left;
      margin-bottom: 40px;
      border-bottom: 1px solid #e0e0e0;
      padding-bottom: 30px; }
    .get-in-touch .text-wrapper .body-text.contact-info {
      border: none;
      position: relative;
      padding-left: 36px;
      margin-bottom: 0; }
      .get-in-touch .text-wrapper .body-text.contact-info i {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 22px;
        color: #28292e; }
    @media (max-width: 1180px) {
      .get-in-touch .text-wrapper {
        padding: 60px 20px; } }
    @media (max-width: 1080px) {
      .get-in-touch .text-wrapper {
        padding: 40px 20px; } }
    @media (max-width: 1030px) {
      .get-in-touch .text-wrapper {
        padding: 0px 20px; } }
    @media (max-width: 930px) {
      .get-in-touch .text-wrapper {
        padding: 0px 20px; }
        .get-in-touch .text-wrapper .body-text {
          padding-bottom: 16px;
          margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .get-in-touch .text-wrapper {
        padding: 80px 0px 20px; } }
  @media (max-width: 768px) {
    .get-in-touch .col-1-2 {
      text-align: center; } }
  @media (max-width: 768px) {
    .get-in-touch {
      padding: 80px 0 40px; }
      .get-in-touch img {
        float: none; } }

/* MESSAGE FORMS SECTION */
.message-form-section {
  padding: 80px 0;
  background-color: #fafafa; }
  .message-form-section .description {
    margin-bottom: 50px; }
    .message-form-section .description .body-text {
      text-align: center; }
  .message-form-section .inputs input[type=text] {
    width: 300px;
    max-width: 100%;
    height: 48px;
    border-radius: 3px;
    border: none;
    background-color: #fff;
    outline: none;
    padding-left: 20px;
    font-size: 13px;
    font-family: "Play";
    color: #28292e;
    margin: auto;
    display: block;
    margin-bottom: 30px; }
  .message-form-section .inputs .input-left input {
    float: right; }
  .message-form-section .inputs .input-right input {
    float: left; }
  .message-form-section .inputs .input-msg textarea {
    width: 630px;
    max-width: 100%;
    height: 125px;
    border-radius: 3px;
    border: none;
    background-color: #fff;
    outline: none;
    padding-left: 20px;
    padding-top: 18px;
    font-size: 13px;
    font-family: "Play";
    color: #28292e;
    margin: auto;
    display: block;
    margin-bottom: 30px;
    resize: none; }
  .message-form-section .inputs .submit-btn input {
    width: 630px;
    max-width: 100%;
    height: 48px;
    border-radius: 3px;
    border: none;
    background-color: #2196f3;
    outline: none;
    padding-left: 20px;
    font-size: 14px;
    font-family: "Play";
    color: #fff;
    margin: auto;
    display: block;
    margin-bottom: 30px;
    resize: none; }
    .message-form-section .inputs .submit-btn input:hover {
      opacity: .7; }

@media (max-width: 768px) {
  .message-form-section .col-1-2 {
    width: 50%; } }

@media (max-width: 480px) {
  .message-form-section .col-1-2 {
    width: 100%; }
  .message-form-section .inputs .input-left input, .message-form-section .inputs .input-right input {
    float: none;
    width: 100%; } }

/* GOOGLE MAPS */
#googleMap {
  width: 100%;
  height: 400px;
  background-color: grey; }

/* HEAD IMAGE */
.head-img {
  max-height: 240px;
  overflow: hidden;
  position: relative; }
  .head-img img.project-head {
    margin-top: -16%;
    max-width: 100%; }
  .head-img .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
    .head-img .text-wrap p.title {
      font-size: 50px;
      color: #fff;
      font-family: "Play";
      font-weight: 700;
      text-transform: uppercase; }
    @media (max-width: 580px) {
      .head-img .text-wrap p.title {
        font-size: 50px; } }
    @media (max-width: 430px) {
      .head-img .text-wrap p.title {
        font-size: 40px; } }
    @media (max-width: 330px) {
      .head-img .text-wrap p.title {
        font-size: 30px; } }

/* CONTAINER */
.container-sm {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

/* PROJECT SECTION */
.project {
  padding: 60px 0 70px;
  background-color: #fff; }
  .project .section-title {
    font-size: 20px;
    margin-bottom: 34px; }
  .project .project-info {
    background-color: #fafafa;
    height: 100%;
    padding: 30px 20px;
    margin-bottom: 50px; }
    .project .project-info p {
      font-size: 13px;
      color: #616161; }
      .project .project-info p .title {
        font-size: 15px;
        font-family: "Play";
        font-weight: 700;
        margin-right: 10px; }
    .project .project-info .date {
      text-align: left; }
    .project .project-info .customer {
      text-align: center; }
    .project .project-info .price {
      text-align: right; }
    @media (max-width: 768px) {
      .project .project-info .col-1-3 {
        width: 33.3333333333%; } }
    @media (max-width: 810px) {
      .project .project-info {
        padding: 46px 20px; }
        .project .project-info .col-1-3 {
          width: 100%; }
          .project .project-info .col-1-3 p {
            text-align: left;
            margin-bottom: 20px; }
          .project .project-info .col-1-3 .price {
            margin-bottom: 0; } }
  .project .body-text {
    margin-bottom: 26px;
    text-align: center;
    line-height: 24px; }
  .project .body-text.text {
    margin-bottom: 60px; }
  .project .body-text.text-2 {
    margin-bottom: 40px; }
  .project img {
    width: 100%;
    margin-bottom: 40px; }
  .project .description {
    background-color: #fff3e0;
    height: 100%;
    padding: 30px 20px;
    margin-bottom: 50px;
    margin-bottom: 40px; }
    .project .description .body-text {
      margin-bottom: 0; }
  .project .section-title.title {
    margin-bottom: 12px; }
  .project .divider {
    background-color: #eeeeee;
    height: 2px;
    display: block;
    margin-bottom: 40px; }
  .project .navigation {
    position: relative;
    font-size: 12px;
    text-transform: uppercase; }
    .project .navigation .all-work {
      text-align: center;
      color: #28292e;
      display: block;
      width: 100px;
      margin: 24px auto 0; }
      .project .navigation .all-work:hover {
        color: #ffcc80;
        transition: .4s; }
      .project .navigation .all-work i {
        font-size: 40px;
        line-height: 0; }
      .project .navigation .all-work span {
        font-size: 14px;
        font-family: "Play";
        font-weight: 700;
        display: block; }
    .project .navigation .prev {
      position: absolute;
      top: 10px;
      left: 0;
      font-weight: 700; }
    .project .navigation .next {
      position: absolute;
      top: 10px;
      right: 0;
      font-weight: 700; }
    .project .navigation a {
      color: #28292e; }
      .project .navigation a:hover {
        color: #ffcc80;
        transition: .4s; }

/*!
 * SlickNav Responsive Mobile Menu v1.0.7
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
/* HAMBURGER BUTTON POSITION (LEFT OR RIGHT) */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left; }

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute; }

/* HAMBURGER BACKGROUND MARGIN - CAN EDIT MARGIN TOP*/
.slicknav_menu .slicknav_no-text {
  margin: 0; }

/* HAMBURGER ICON LINES */
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 30px;
  height: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); */ }

.slicknav_menu:before {
  content: "";
  display: table; }

.slicknav_menu:after {
  content: "";
  display: table;
  clear: both; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul {
  display: block; }

.slicknav_nav li {
  display: block; }

/* LITTLE ARROW */
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_brand {
  float: left; }

/* MENU BACKGROUND COLOR */
.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #fff; }

.slicknav_menu * {
  box-sizing: border-box; }

/* CAN'T MODIFY */
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000; }

/* HAMBURGER LINES COLOR - SPACING BETWEEN LINES */
.slicknav_menu .slicknav_icon-bar {
  background-color: #000;
  margin-bottom: 0; }

/* HAMBURGER BUTTON BACKGROUND */
.slicknav_btn {
  margin: 10px 15px 6px;
  text-decoration: none;
  /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
  background-color: transparent;
  width: 40px;
  height: 40px;
  outline: none; }

/* SPACING OF THE WHOLE MENU */
.slicknav_nav {
  background-color: #fbfbfb;
  color: #fff;
  padding: 0;
  font-size: 18px;
  list-style: none;
  overflow: hidden;
  text-align: center;
  font-weight: 400;
  font-family: "Montserrat"; }

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px; }

/* HOVER BG PADDING/MARGIN */
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 10px 0px; }

/* DROPDOWN LI HOVER COLOR */
.slicknav_nav .slicknav_row:hover {
  /*-webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;*/
  background: transparent;
  color: #000; }

/* LINKS COLOR / PADDING*/
.slicknav_nav a {
  padding: 4px 0px;
  margin: 10px 0px;
  text-decoration: none;
  color: #000; }

/* LINKS HOVER COLOR & BACKGROUND COLOR */
.slicknav_nav a:hover {
  /*-webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;*/
  background: transparent;
  /* LINK BACKGROUND COLOR */
  color: #ccc; }

/* CAN'T MODIFY */
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

/* MARGIN/PADDING OF DROP-NAV ITEMS */
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0; }

/* CAN'T MODIFY */
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

/* CAN'T MODIFY */
.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/* MY STYLES */
/* SUB LIST LINKS */
.drop-nav a {
  font-size: 16px;
  display: block;
  padding: 2px; }

span.slicknav_arrow {
  display: none; }

ul.slicknav_nav {
  padding: 20px 0; }

ul.slicknav_nav li a {
  font-size: 12px;
  color: #28292e;
  text-transform: uppercase;
  padding-bottom: 18px;
  outline: none; }
  ul.slicknav_nav li a:hover {
    color: #ffcc80;
    transition: .3s; }

.slicknav_menu {
  display: none; }

@media (max-width: 850px) {
  .slicknav_menu {
    display: block; } }
.pdb50{
    padding-bottom: 50px;
}
.pd20{
  padding:0 20px;
}
.ch30{
  clear:both;height:30px;
}

/*分页样式*/
.pages{
  text-align: center;
  margin-bottom: 50px;
  margin-top: 20px;
}
.pages a{
  display: inline-block;
  width: 41px;
  height: 41px;
  background-color: #edecec;
  border-radius: 3px;
  text-align: center;
  line-height: 41px;
  font-family: Arial;
  font-size: 18px;
  color: #666;
  margin: 0 4px;
}
.pages a.a-prev ,.pages a.a-next{
  display: inline-block;
  width: 81px;
  height: 41px;
  background-color: #edecec;
  border-radius: 3px;
  text-align: center;
  line-height: 41px;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  margin: 0 4px;
}
.pages a:hover,.pages .page-on{
  background-color: #e4392a;
  color: #fff;
}

#articeBottom {
  font-size: 14px;
  margin: 6px 0 10px;
  padding-top: 10px;
  text-align: right;
  width: 100%;
}
#articeBottom span a ,#articeBottom span a:hover{
  color: #333;
}
#articeBottom ul {
  display: block;
  float: right;
}
#articeBottom li {
  float: left;
  list-style: outside none none;
  padding: 0 2px;
}
#articeBottom .pagebarCurrent {
  background-color: #000;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: Arial;
  font-size: 18px;
  height: 41px;
  line-height: 41px;
  margin: 0 4px;
  text-align: center;
  width: 41px;
}
.pages a.a-prev, .pages a.a-next {
  background-color: #edecec;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-family: Arial;
  font-size: 12px;
  height: 41px;
  line-height: 41px;
  margin: 0 4px;
  text-align: center;
  width: 81px;
}
.pages a {
  background-color: #edecec;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-family: Arial;
  font-size: 18px;
  height: 41px;
  line-height: 41px;
  margin: 0 4px;
  text-align: center;
  width: 41px;
}

.news-bor{
  border-bottom:1px dashed #d3d3d3;
  padding: 20px;
  margin-bottom: 30px;
}
.bg-fff{
  background:#fff;
}
.navLoca{
  border-bottom: 1px solid #ddd;
  color: #999999;
  line-height: 40px;
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  height: 40px;
  padding-left: 10px;
}
.navLoca div ,.nav_video div{
  float: left;
}
.navLoca a ,.nav_video a{
  color: #999999;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
}
.mr20{
  margin-right:20px;
}
.con-img ul{

}
.con-img div{
  display: block;
  widht:100%;
}
.con-img div:nth-child(odd){
  background:#fff;
 }
.con-img div:nth-child(even){
  background:#fafafa;
}
.con-img div:nth-child(even)>img{
  float: right;
  background: red;
}
.con_img{
  width:100%;
  clear:both;
}
.con_img h2{
  margin: 60px 0;
  font-size: 35px;
  font-weight: normal;
  text-align: center;
}
.con_img .row{
  margin:0;
  padding:60px;
}
.div_odd{
  widht:100%;
  background:rgba(0, 0, 0, 0) url("../images/bg-voice.jpg") no-repeat scroll center center;
}
.div_odd img{
  float:left;
}
.div_even{
  widht:100%;
  background:#fafafa;
}
.div_even img{
  float:right;
}
.div_three img{
  widht:100%;
}
.div_three h2{
  margin: 60px 0 30px 0;
}
.div_three .body-text{
  font-size: 20px;
  margin-bottom: 60px;
  text-align: center;
}
.div_even .body-text{
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin-top: 40px;
}
.text-wrapper{
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  margin-top: 30px;
  text-align: center;
}
.con_img .col-1{
  width: 100%;
  padding: 0;
}
.con_img .col-1 .prointr0{
  font-size: 18px;
  margin: 80px;
  text-align: center;
  background: #fff;
}
.con_img .col-1 .prointr p>img{

}
.pro-nav{
  width: 100%;
  padding: 0;
  background:#000;
  height: 50px;
  line-height: 50px;
  z-index: 10;
  position: fixed;
  top: 0px;
}
.pro-nav .sub-nav li a {
  color: #fff;
}
.pro-nav .sub-nav li a.active {
  border: 1px solid #fff;
  color: #fff;
}
.nav_video{
  border-bottom: 1px solid #ddd;
  color: #999999;
  line-height: 50px;
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  height: 50px;
  padding: 0px 50px;
}

.news_title h2 {
  color: #333;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.news_title .sign{
  font-size: 14px;
  padding: 20px 0;
  text-align: right;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.news_title .sign .mark{
  margin-right: 20px;
}
.news_title .con{
  font-size: 14px;
  line-height: 25px;
  margin-top: 20px;
  text-indent: 28px;
}
footer .foot-pro{
  background: red;
}
footer .foot-pro a{
  color: #fff;
  display: block;
  float: left;
  font-size: 12px;
  padding: 5px 8px;
  width: 26%;
  border:1px solid #fff;
  margin:6px 10px;
}
footer .text-wrapper{
  margin-top: 0px;
}
.link .body-text{
  margin: 20px 0;
  width:100%;
  text-align: center;
}
.link .linkCon{
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
  color: #616161;
}
.link .linkCon a{
  color:#616161;
  margin-right: 10px;
}
.body-text a{
  color:#333333;
}