/* 
	Artcore Template
	http://www.cssmoban.com/preview/templatemo_423_artcore
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
  font-family: "微软雅黑" !important;
}

.blue {
  color: #39F;
  font-weight: normal;
}

.green {
  color: #0C0;
  font-weight: normal;
}

i {
  list-style: none !important;
  font-style: inherit;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

.col-font-20 {
  font-size: 22px !important;
  text-indent: 2em !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, img {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.top-header .logo span, .section-header span, .team-member span, .project-infos span.project-subtitle, .post-masonry .blog-body span, .blog-info span.blog-meta, .comment-body span {
  font-size: .84em;
  color: #aaaaaa;
}

body {
  font-family: "微软雅黑";
  font-size: .89em;
  line-height: 1.75;
  color: #777777;
  background-color: #fff;
  text-rendering: optimizeLegibility;
}

a {
  color: #6c6c6c;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

a:hover {
  color: #00b7eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "微软雅黑";
  color: #2c2c2c;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button, input, select, textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #aaaaaa;
}

button:focus, input:focus, select:focus, textarea:focus {
  border-color: #777777;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

blockquote {
  margin: 36px;
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 40px;
  font-size: 1.2em;
  color: #aaaaaa;
  font-family: "Roboto Slab", serif;
}

@media screen and (max-width: 768px) {
  blockquote {
    padding-left: 30px;
    font-size: 1em;
  }
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 40px 0;
}

input.mainBtn {
  text-transform: uppercase;
  background: white;
  color: #2c2c2c;
  font-weight: 700;
  padding: 14px 17px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

input.mainBtn:hover {
  color: #f69730;
  border-color: #f69730;
}

.site-header {
  position: relative;
  /*z-index: 8;*/
  /*margin-top: 30px;*/
}

a.btn-left, .top-header .social-top ul li a, .main-header .menu-wrapper a.toggle-menu {
  border: 1px solid #d5d5d5;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  color: #2c2c2c;
}

a.btn-left:hover, .top-header .social-top ul li a:hover, .main-header .menu-wrapper a.toggle-menu:hover {
  color: #2c2c2c;
  border-color: #2c2c2c;
}

.top-header {
  width: 100%;
  overflow: hidden;
  background-color: white;
}

.top-header .logo {
  padding: 34px 0 34px 60px;
}

.copyrights {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .top-header .logo {
    padding: 20px 0 20px 20px;
    text-align: center h1;
    text-align-display: block;
    text-align-text-align: center;
  }
  .top-header .logo span {
    display: block;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .top-header .logo {
    text-align: center;
    padding: 20px;
  }
  .top-header .logo span {
    display: none;
  }
}

.top-header .logo h1 {
  display: inline-block;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
}

.top-header .logo h1 em {
  font-style: normal;
  color: #f69730;
}

.top-header .logo span {
  margin-left: 10px;
}

.top-header .social-top {
  padding: 40px 60px 40px 0;
  overflow: hidden;
  text-align: right;
}

.top-header .social-top ul li {
  display: inline;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .top-header .social-top {
    padding: 40px 20px 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .top-header .social-top {
    padding: 0 20px 20px 20px;
    text-align: center;
  }
}

.top-header a {
  color: #2c2c2c;
}

.main-header {
  width: 100%;
  background-image: url(../images/topbj.png);
  border: none;
  padding: 0px 215px;
  position: absolute;
  left: 0;
  top: 0;
  height: 74px;
  z-index: 100;
}

.main-header-left img {
  display: inline-block;
  height: 50px;
  margin-top: 7px;
  margin-right: 10px;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header {
    padding: 0 20px;
  }
}

@media screen and (min-width: 991px) and (max-width:1300px) {
  .main-header {
    padding: 0 215px 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .main-header {
    padding: 0 20px;
  }
}

.main-header .main-header-left a {
  font-size: 18px;
}

.main-header .menu-wrapper {
  position: relative;
  z-index: 99;
  text-align: right;
  margin-top: 22px;
}

.main-header .menu-wrapper a.toggle-menu {
  display: none;
  background-color: #2c2c2c;
  color: white;
  border-color: #2c2c2c;
  position: absolute;
  right: 20px;
  overflow: hidden;
}

.main-header .menu-wrapper a.toggle-menu:hover {
  color: white;
}

.main-header .sf-menu {
  float: right;
}

.main-header .menu-wrapper ul li {
  float: left;
  margin-left: 20px;
  position: relative;
}

.main-header .menu-wrapper ul li:after {
  color: #d5d5d5;
  margin-left: 20px;
}

.main-header .menu-wrapper ul li:last-child:after {
  content: '';
  display: none;
}

.main-header .menu-wrapper ul li a {
  text-transform: uppercase;
  font-weight: 500;
  padding: 22px 10px;
  color: #2c2c2c;
}

.main-header .menu-wrapper ul .trialBtn a {
  display: inline-block;
  width: 82px;
  height: 30px;
  line-height: 26px;
  padding: 0;
  text-align: center;
  border: 1px solid #55b431;
  color: #fff;
  border-radius: 5px;
  background: #55b431;
}

.main-header .menu-wrapper ul .trialBtn a:hover {
  color: #55b431;
  background: #fff;
  border: 1px solid #55b431 !important;
}

.main-header .menu-wrapper ul .trialBtn.active a {
  color: #55b431;
  background: #fff;
  border: 1px solid #55b431 !important;
}

.apadding {
  padding: 22px 10px !important;
}

.main-header .menu-wrapper ul li.active a {
  border-bottom: 6px solid #00b7eb;
}

.sf-menu li a:hover {
  border-bottom: 6px solid #00b7eb !important;
}

.main-header .menu-wrapper ul li ul {
  position: absolute;
  width: 200px;
  z-index: 9999;
  top: 40px;
  left: 50%;
  margin-left: -115px;
  text-align: center;
  background-color: white;
}

.main-header .menu-wrapper ul li ul:before {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  top: -10px;
  margin-left: -10px;
  left: 50%;
}

.main-header .menu-wrapper ul li ul li {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #efefef;
}

.main-header .menu-wrapper ul li ul li:last-child {
  border-bottom: 0;
}

.main-header .menu-wrapper ul li ul li a {
  display: block;
  padding: 10px;
  color: #777777 !important;
}

.main-header .menu-wrapper ul li ul li a:hover {
  color: #f69730 !important;
}

.main-header .menu-wrapper ul li ul li:after {
  display: none;
}

.main-header .menu-wrapper ul li ul li ul {
  left: 100% !important;
  margin-left: 1px;
  top: 0;
}

.main-header .menu-wrapper ul li ul li ul:before {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header .menu-wrapper {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .main-header .menu-wrapper {
    margin-top: 0 !important;
  }
}

#responsive-menu {
  display: none;
  width: 100%;
  padding: 30px;
  overflow: hidden;
  background-color: #2c2c2c;
  position: absolute;
  left: 0;
  top: 75px;
}

#responsive-menu li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #404040;
}

#responsive-menu li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#responsive-menu li a {
  font-size: 18px;
  color: white;
}

#responsive-menu li ul {
  margin-top: 12px;
  padding-top: 12px;
  margin-left: 30px;
  border-top: 1px solid #404040;
}

#responsive-menu li ul li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #404040;
}

#responsive-menu li ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#search-icon {
  font-size: 1em;
  float: left;
  margin-right: 3px;
}

#search-overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  color: #aaaaaa;
  z-index: 1000;
}

#search-overlay .close-search {
  color: white;
  font-size: 24px;
  float: right;
  margin: 30px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}

#search-overlay .search-form-holder {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -70px 0 0 -300px;
  width: 600px;
  height: 140px;
  text-align: center;
  overflow: hidden;
}

#search-overlay .search-form-holder h2 {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 2.7em;
  font-weight: 300;
  margin-bottom: 30px;
}

#search-overlay .search-form-holder input {
  border: 0;
  outline: 0;
  height: 50px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: white;
  background: none;
}

#search-overlay .search-form-holder input:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  #search-overlay .search-form-holder {
    width: 748px;
    top: 40%;
    left: 0;
    margin: 0;
  }
  #search-overlay .search-form-holder h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #search-overlay .search-form-holder {
    width: 100%;
    top: 40%;
    padding: 20px;
    left: 0;
    margin: 0;
  }
  #search-overlay .search-form-holder h2 {
    font-size: 1.2em;
    margin-bottom: 30px;
  }
}

.swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .swiper-container {
    top: 120px;
  }
  .swiper-container a.main-btn {
    display: none;
  }
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 8;
}

.overlay-s {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}

.slider-caption {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  width: 100%;
  top: 53%;
  color: white;
}

.slider-caption h2 {
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.5em;
  margin-bottom: 20px;
}

.slider-caption p {
  margin-bottom: 30px;
  font-size: 1.5em;
  font-weight: 300;
}

.slider-caption .inner-content {
  width: 60%;
  margin: 0 auto;
}

.slider-caption a {
  color: white;
}

.slider-caption a.main-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .slider-caption h2 {
    font-size: 1.7em;
  }
  .slider-caption p {
    font-size: 1em;
  }
}

@media screen and (max-width: 768px) {
  .slider-caption {
    top: 47%;
  }
  .slider-caption h2 {
    font-size: 1.7em;
  }
  .slider-caption p {
    font-size: 1em;
  }
}

#pageloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 9999;
}

.colored-border {
  border-color: #f69730 !important;
}

.loader-item {
  position: absolute;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  top: 50%;
  left: 50%;
  text-align: center;
  background: white;
  border-left: 4px solid;
  border-right: 4px solid;
  border-top: 4px solid;
  border-bottom: 3px solid transparent !important;
  border-radius: 22px;
}

.container-fluid {
  padding: 0 !important;
}

.content-wrapper {
  border-top: 1px solid white;
  background: #fff;
  padding-bottom: 30px;
  margin-top: 18px;
}

.section-header {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 24px;
  display: inline;
  text-transform: uppercase;
  font-weight: normal;
}

.section-header span {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .section-header span {
    display: block;
    margin-left: 0;
  }
}

.box-content {
  background: white;
  padding: 25px;
  overflow: hidden;
}

.intro-header {
  margin-bottom: 30px;
}

.intro-header h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
}

.intro-header p {
  margin-top: 10px;
}

.overlay-b {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  bottom: 0;
  left: 0;
}

.overlay-b .overlay-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay-b .overlay-inner a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  border: 1px solid #d5d5d5;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 36px;
  color: white;
}

.overlay-b .overlay-inner a:hover {
  color: #f69730;
  border-color: #f69730;
}

h3.grid-heading {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.service-item {
  overflow: hidden;
  margin-bottom: 30px;
}

.service-item.service-right .service-icon {
  float: left;
  text-align: left;
  margin-right: 30px;
}

.service-item.service-right .service-content {
  text-align: left;
}

.service-item.service-left .service-icon {
  float: right;
  text-align: right;
  margin-left: 30px;
}

.service-item.service-left .service-content {
  text-align: right;
}

.service-item .service-content {
  overflow: hidden;
}

.service-item .service-content h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
}

.service-item .service-icon {
  margin-top: 15px;
  width: 80px;
  height: 80px;
  display: block;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.service-item .service-icon i {
  width: 80px;
  height: 80px;
  border: 2px solid #d5d5d5;
  border-radius: 40px;
  text-align: center;
  line-height: 80px;
  color: #2c2c2c;
  display: block;
  font-size: 1.89em;
}

.service-item:hover .service-icon {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.service-item:hover .service-icon i {
  color: #f69730;
  border-color: #f69730;
}

@media screen and (max-width: 768px) {
  .service-item .service-icon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    font-size: 1.4em;
  }
  .service-item:hover .service-icon {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .service-item.service-right .service-icon {
    float: none;
    margin: 0 auto 40px auto;
  }
  .service-item.service-right .service-content {
    text-align: center;
  }
  .service-item.service-left .service-icon {
    float: none;
    margin: 0 auto 40px auto;
  }
  .service-item.service-left .service-content {
    text-align: center;
  }
}

.team-member {
  margin-bottom: 40px;
  overflow: hidden;
}

.team-member img {
  width: 100%;
  display: block;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.team-member h4.member-name {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

.team-member span {
  margin-left: 10px;
}

.team-member p {
  margin-bottom: 20px;
}

.team-member ul.social-network li {
  display: inline;
  margin-right: 15px;
}

.team-member ul.social-network li a {
  color: #2c2c2c;
}

.team-member ul.social-network li a:hover {
  color: #f69730;
}

.our-staff {
  margin-top: 40px;
  padding-top: 60px;
  border-top: 1px solid white;
}

.staff-member {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.staff-member img {
  width: 100%;
}

.staff-member .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: 0;
  padding: 25px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.staff-member .overlay .overlay-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.staff-member .overlay .overlay-inner .social-network {
  position: absolute;
  top: 0;
  right: 0;
}

.staff-member .overlay .overlay-inner .social-network li {
  display: inline;
  margin-left: 15px;
}

.staff-member .overlay .overlay-inner .social-network li a {
  color: white;
}

.staff-member .overlay .overlay-inner span {
  color: white;
  font-size: 1.3em;
  font-family: "Roboto Slab", serif;
  position: absolute;
  bottom: 0;
  left: 0;
}

.staff-member:hover .overlay {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .projects-holder-2 .filter-categories {
    margin-bottom: 60px;
  }
  .projects-holder-2 .filter-categories ul li {
    display: inline-block;
    margin-right: 10px;
  }
}

.projects-holder-3 .filter-categories {
  margin-bottom: 60px;
}

.projects-holder-3 .filter-categories ul li {
  display: inline-block;
  margin-right: 10px;
}

.project-item {
  overflow: hidden;
  margin-bottom: 40px;
}

.project-item .project-detail h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px 0;
  display: block;
}

.project-item .project-detail h2 a {
  color: #2c2c2c;
}

.project-item .project-detail h2 a:hover {
  color: #f69730;
}

.project-item:hover .overlay-b {
  opacity: 1;
  visibility: visible;
}

.content-filter {
  text-align: left;
}

.content-filter dt {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 30px;
  border-left: 2px solid #6c6c6c;
  padding-left: 5px;
}

.content-filter dd {
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  text-indent: 5px;
  margin-top: 5px;
}

.content-filter dd:hover, .content-filter dd.active {
  background: #00b7eb;
  color: #FFF;
}

.projects-holder .mix {
  display: none;
}

div.load-more {
  text-align: center;
  display: block;
}

div.load-more a.load-more {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #2c2c2c;
  background: white;
  display: block;
  padding: 14px 20px;
  border-bottom: 1px solid #d5d5d5;
}

div.load-more a.load-more:active {
  border-bottom: 0;
}

.project-thumb {
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}

.project-thumb img {
  width: 100%;
}

.project-slider {
  display: none;
  position: relative;
  z-index: 0;
}

.slidesjs-previous {
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: #2c2c2c;
  color: white;
  text-align: center;
  line-height: 40px;
}

.slidesjs-previous:hover {
  color: white;
}

.slidesjs-next {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: #2c2c2c;
  color: white;
  text-align: center;
  line-height: 40px;
}

.slidesjs-next:hover {
  color: white;
}

.project-infos h2.project-title {
  font-size: 2em;
  font-weight: normal;
}

.project-infos span.project-subtitle {
  margin-top: 10px;
  display: inline-block;
}

.project-infos p {
  margin: 30px 0;
}

.project-infos ul.project-meta {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  display: inline-block;
  padding: 12px 0;
}

.project-infos ul.project-meta li {
  display: inline-block;
  margin-right: 50px;
  font-family: "Roboto Slab", serif;
}

.project-infos ul.project-meta li:last-child {
  margin-right: 0;
}

.project-infos ul.project-meta li i {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .project-infos h2.project-title {
    font-size: 1.6em;
  }
  .project-infos ul.project-meta li {
    margin-bottom: 10px;
  }
  .project-infos ul.project-meta li:last-child {
    margin-bottom: 0;
  }
}

.post-masonry {
  margin-bottom: 30px;
}

.post-masonry .blog-thumb {
  position: relative;
  overflow: hidden;
}

.post-masonry .blog-thumb img {
  width: 100%;
}

.post-masonry .blog-thumb:hover .overlay-b {
  opacity: 1;
  visibility: visible;
}

.post-masonry .blog-body h3.post-title {
  font-size: 18px;
  font-weight: normal;
}

.post-masonry .blog-body h3.post-title a {
  color: #2c2c2c;
}

.post-masonry .blog-body h3.post-title a:hover {
  color: #f69730;
}

.post-masonry .blog-body span {
  display: inline-block;
  margin: 10px 0;
}

.blog-image {
  overflow: hidden;
}

.blog-image img {
  width: 100%;
}

.blog-info h2.blog-title {
  font-size: 2em;
  font-weight: normal;
}

.blog-info span.blog-meta {
  margin: 20px 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .blog-info h2.blog-title {
    font-size: 1.6em;
  }
}

.blog-tags {
  margin-top: 30px;
}

.blog-tags span {
  font-family: "Roboto Slab", serif;
}

.blog-tags a {
  display: inline-block;
  margin: 0 5px;
}

.blog-tags a:after {
  content: ',';
  color: #aaaaaa;
}

.pagination {
  margin-top: 40px;
}

.pagination ul li {
  display: inline-block;
  margin: 0 2px;
}

.pagination ul li a {
  background: white;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 12px;
  color: #2c2c2c;
}

.pagination ul li a:active {
  border-bottom: none;
}

.pagination ul li a.active {
  background-color: #f69730;
  color: white;
  border-bottom: 1px solid #e97e0a;
}

h2.comment-heading {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 30px 0;
}

.comment {
  margin-bottom: 30px;
}

.comment.last {
  margin-bottom: 0;
}

.comment.last .comment-body {
  padding: 0;
  border: 0;
}

@media screen and (max-width: 768px) {
  .comment .nested-comment {
    margin-left: 30px;
  }
  .comment .nested-comment .author-avatar {
    display: none;
  }
  .comment .author-avatar {
    width: 50px;
    height: 50px;
  }
}

.author-avatar {
  float: left;
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-right: 25px;
  overflow: hidden;
}

.author-avatar img {
  width: 100%;
}

.comment-body {
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
}

.comment-body h4 {
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.nested-comment {
  margin-left: 90px;
  margin-top: 30px;
}

.comment-form p {
  margin-bottom: 10px;
  display: block;
}

.comment-form label {
  min-width: 150px;
  display: inline-block;
}

.comment-form input {
  width: 30%;
}

.comment-form textarea {
  max-width: 70%;
  width: 70%;
  min-height: 120px;
}

.comment-form input.mainBtn {
  margin-left: 152px;
}

@media screen and (max-width: 768px) {
  .comment-form label {
    display: block;
  }
  .comment-form input {
    width: 100%;
  }
  .comment-form textarea {
    width: 100%;
    max-width: 100%;
  }
  .comment-form input.mainBtn {
    margin-left: 0;
  }
}

.archive-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #d5d5d5;
}

.archive-box.last {
  padding-bottom: 0;
  border-bottom: 0;
}

.archive-box h2.archive-heading {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 30px 0;
}

ul.archive-list li {
  margin: 10px 0 10px 30px;
}

ul.archive-list li h3 {
  font-size: 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

ul.archive-list li h3 a {
  color: #777777;
}

ul.archive-list li h3 a:hover {
  color: #f69730;
}

.error-page h1 {
  font-size: 120px;
  color: #aaaaaa;
}

.error-page span {
  font-size: 2em;
  color: #aaaaaa;
  margin-bottom: 40px;
  display: block;
}

.error-page p {
  padding-bottom: 30px;
  font-size: 1.2em;
}

@media screen and (max-width: 768px) {
  .error-page h1 {
    font-size: 60px;
  }
  .error-page span {
    font-size: 1.4em;
  }
}

.contact-form {
  overflow: hidden;
  padding-bottom: 40px;
}

.contact-form h3.contact-title {
  font-size: 18px;
  font-weight: normal;
  margin: 30px 0;
}

.contact-form-inner p {
  margin-bottom: 10px;
  display: block;
}

.contact-form-inner label {
  min-width: 150px;
  display: inline-block;
}

.contact-form-inner input {
  width: 40%;
}

.contact-form-inner textarea {
  max-width: 64%;
  width: 64%;
  min-height: 120px;
}

.contact-form-inner input.mainBtn {
  margin-left: 152px;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .contact-form-inner {
    margin-bottom: 40px;
  }
  .contact-form-inner input {
    width: 60%;
  }
  .contact-form-inner textarea {
    width: 60%;
    max-width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .contact-form-inner {
    margin-bottom: 40px;
  }
  .contact-form-inner input {
    width: 100%;
  }
  .contact-form-inner textarea {
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .contact-form-inner label {
    width: 100%;
    display: block;
  }
  .contact-form-inner input.mainBtn {
    margin-left: 0;
  }
}

.map-canvas {
  height: 425px;
}

.cl:after {
  clear: both;
  display: table;
  height: 0;
  content: "";
  font-size: 1px;
  line-height: 0
}

.banner {
  width: 100%;
  min-height: 370px;
  overflow: hidden;
}

/*新闻列表*/

.banner-news {
  background: url(../images/img/banner-news.png) top center no-repeat;
}

.news-list .new-fl-title {
  margin-bottom: 20px;
  padding: 0 40px;
}

.news-list .new-fl-title h1 {
  font-size: 26px;
  font-weight: normal;
  float: left;
  margin-left: 15px;
}

.news-list .new-fl-title hr {
  margin: 24px 15px 24px 10px;
}

.news-list .n-list {
  padding: 0 40px;
}

.news-list .n-list .list {
  margin-bottom: 30px;
}

.news-list .n-list .list img {
  width: 100%;
}

.news-list .n-list .list .n-label {
  float: left;
  display: inline-block;
  margin-right: 10px;
  background: #00b7eb;
  color: #FFF;
  padding: 0px 10px;
}

.news-list .n-list .list h2 {
  font-size: 16px;
  line-height: 24px;
}

.news-list .n-list .list p {
  word-break: break-all;
  margin-top: 15px;
}

.news-list .n-list .list .bottom-infor {
  margin-top: 10px;
}

.news-list .n-list .list .bottom-infor .data {
  float: left;
}

.news-list .n-list .list .bottom-infor .view {
  float: right;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .news-list .n-list .news-text {
    margin-top: 30px;
  }
  .news-list .n-list {
    padding: 0;
  }
  .news-list .new-fl-title {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .news-list .n-list .news-text {
    margin-top: 30px;
  }
  .news-list .n-list {
    padding: 0;
  }
  .news-list .new-fl-title {
    padding: 0;
  }
}

.path {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin: 0 20px;
}

.meubjb {
  background-image: url(../images/gjimage/meubjb.png);
}

.col-dongtai-title dt {
  text-align: left !important;
  font-size: 20px;
  color: #6c6c6c;
  line-height: 40px !important;
}

.col-dongtai-title dt i {
  padding: 4px 16px;
  background-color: #00b7eb;
  color: #FFF;
  font-size: 12px;
  margin-right: 14px;
  ;
}

.col-dongtai-title dd {
  padding-left: 70px;
  line-height: 36px !important;
}

/*新闻详情*/

.news-detail .news-detail-content {
  margin: 20px;
}

.news-detail .news-detail-content img {
  width: 100%;
}

.news-detail .news-detail-content p {
  font-size: 16px;
  padding-top: 10px;
}

.news-detail .news-detail-infor div {
  text-align: center;
}

footer {
  min-height: 240px;
  width: 100%;
  background: #bfbfbf;
  padding: 20px 215px;
  color: #FFF;
  box-sizing: border-box;
  overflow: hidden;
}

footer .links li {
  margin-top: 8px;
}

footer .links li a {
  color: #FFF;
  margin-right: 20px;
  font-size: 14px;
}

footer .ewm {
  margin-top: 20px;
  font-size: 14px;
}

footer .ewm img {
  margin-top: 10px;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  footer {
    min-height: 240px;
    background: #bfbfbf;
    padding: 20px
  }
}

@media screen and (max-width: 768px) {
  footer {
    min-height: 240px;
    background: #bfbfbf;
    padding: 20px
  }
}

.footer {
  min-height: 240px;
  width: 100%;
  background: #bfbfbf;
  padding: 20px 215px;
  color: #FFF;
  box-sizing: border-box;
  overflow: hidden;
}

.footer .links li {
  margin-top: 8px;
}

.footer .links li a {
  color: #FFF;
  margin-right: 20px;
  font-size: 14px;
}

.footer .ewm {
  margin-top: 20px;
  font-size: 14px;
}

.footer .ewm img {
  margin-top: 10px;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .footer {
    min-height: 240px;
    background: #bfbfbf;
    padding: 20px
  }
}

@media screen and (max-width: 768px) {
  .footer {
    min-height: 240px;
    background: #bfbfbf;
    padding: 20px
  }
}

/*联盟*/

.lianmengbj {
  background-image: url(../images/img/lianmengbj.png)
}

.aboutusHead {
  background-image: url(../images/img/aboutHead.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.lianmeng h1 {
  font-size: 26px;
  color: #303030;
  text-align: center;
  font-weight: inherit;
}

.lianmeng a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #848484;
}

.lianmeng i {
  display: block;
  width: 110px;
  border-bottom: 6px solid #00b7eb;
  margin: 0 auto;
  padding-bottom: 10px;
}

.col-new-width {
  width: 100% !important;
}

.news-content-p p {
  margin-bottom: 10px
}

.col-news-meu {
  margin-top: 40px;
  overflow: hidden;
}

.col-news-meu span {
  background: #00b7eb none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  float: left;
  padding: 6px 24px;
  font-size: 14px;
  text-align: center;
}

.col-news-meu h2 {
  display: inline-block;
  float: right;
  border-top: 1px solid #dfdfdf;
  width: 90%;
  margin-top: -16px;
  margin-left: 10%;
}

.col-meu-procedure {
  margin-top: 30px;
  margin-bottom: 10px;
}

.col-meu-procedure a {
  display: inline-block;
  float: left;
  font-weight: lighter;
}

.col-meu-procedure span {
  display: inline-block;
  float: left;
  font-weight: lighter;
}

.col-meu-procedure a {
  color: #00b7eb;
  font-size: 24px;
  line-height: 68px;
  *line-height: 68px;
  width: 6%;
  text-align: right;
  padding-right: 1%;
}

.col-meu-procedure span {
  width: 18%;
  height: 68px;
  border: 2px solid #00b7eb;
  line-height: 64px;
  *line-height: 64px;
  text-align: center;
  font-size: 20px;
  color: #6c6c6c;
}

.n-bj {
  background-color: inherit !important;
  font-size: 24px !important;
  color: #6c6c6c !important;
  padding: 0 !important;
  text-align: left !important;
  font-weight: lighter;
}

.clearleft {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 6%;
}

.clearleft ol li {
  font-size: 14px;
  color: #777777;
  list-style: decimal;
  line-height: 48px;
}

.col-logo {
  overflow: hidden;
  margin-top: 50px;
}

.col-logo ul {
  border: 1px solid #a7a7a7;
  overflow: hidden;
  padding: 30px 20px;
  width: 30%;
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
  height: 160px;
}

.col-logo ul:hover {
  border: 1px solid #00B7EB;
}

.col-logo ul img {
  display: block;
  float: left;
}

.col-logo ul dd {
  width: 170px;
  float: right;
  line-height: 24px !important;
}

.col-logo ul dd p {
  font-size: 14px;
  color: #6c6c6c;
  display: block !important;
}

.col-logo ul dd span {
  font-size: 14px;
  color: #6c6c6c;
  margin-top: 20px;
  font-size: 14px;
  color: #6c6c6c;
  display: block !important;
}

.col-width-border {
  border: 1px solid #a7a7a7;
  width: 92.5%;
  margin-left: 0%;
  padding: 20px 0;
}

.col-width-border a {
  color: #2fc4ef !important;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .col-meu-procedure span {
    font-size: 16px;
  }
  .col-news-meu h2 {
    width: 88%;
  }
}

/*联盟--成员详情*/

.col-border-bottom {
  border-bottom: 1px solid #ccc;
  padding: 0;
  margin: 0;
  padding-bottom: 6px;
  margin-bottom: 32px;
}

.col-font-18 {
  font-size: 20px;
  color: #6c6c6c;
  font-weight: lighter;
}

.col-margin-left {
  margin-left: 134px;
}

.col-margin-lefts {
  margin-left: 134px;
}

.col-margin-lefta {
  margin-left: 164px;
}

.bottom-border {
  border-top: 1px solid #CCC;
  margin-top: 30px;
}

.bottom10 {
  margin-bottom: 10px;
}

.col-border-none {
  border: none !important;
}

.col-paddingcenter {
  padding: 20px 0;
}

.col-margin-bottom {
  margin-bottom: 40px;
}

.col-width-childe dd {
  width: 90% !important;
  margin-bottom: 10px!important;
  padding: 4px 0;
}

.kfubj {
  background-image: url(../images/gjimage/meukefubj.png);
}

.fubjc {
  background-image: url(../images/ykximages/fuwubj.png);
}

/*服务*/

.col-padding-left {
  padding-left: 8px !important;
}

.col-float-left {
  float: left !important;
  display: inline-block;
}

.col-float-rgiht {
  float: right !important;
  display: inline-block;
}

.col-margin-right {
  margin-left: 20%;
}

.col-margin-righta {
  margin-left: 8%;
}

.col-text-margintop {
  margin-top: 10px !important;
}

.col-servie-meu {
  padding-left: 60px;
}

.col-paddingno {
  padding: 0 !important;
}

.col-title dt {
  font-size: 20px;
  color: #6c6c6c;
  line-height: 38px !important;
  *line-height: 38px;
  text-align: left !important;
}

.col-margintb {
  margin: 16px 0
}

.col-margintbtop {
  margin-top: 16px
}

.col-title dd {
  line-height: 42px;
  *line-height: 42px;
}

.col-train dd {
  width: 14%;
  overflow: hidden;
  margin-left: 10%;
  margin-top: 30px;
  display: inline-block;
  height: 230px;
}

.col-train dd span {
  display: block;
  text-align: center;
}

.col-train dd img {
  display: block;
  margin: 0 auto;
  width: 84px;
  height: 82px;
}

.col-train dd i {
  display: block !important;
  margin: 0 auto;
  text-align: center;
  font-style: normal;
  margin-top: 20px;
}

.col-train-list dt {
  line-height: 50px;
  *line-height: 50px;
  text-align: left !important;
}

.col-train-list dd {
  line-height: 40px !important;
  *line-height: 40px !important;
  text-align: left !important;
}

@media screen and (min-width:768px) {
  .col-news-meu h2 {
    width: 88%;
  }
}

@media screen and (min-width:860px) {
  .col-inquiry-list {
    width: 172px;
  }
}

@media screen and (max-width:1100px) {
  .col-inquiry-list {
    width: 200px;
  }
}

/*服务查询*/

.col-margina {
  margin: 0 !important;
}

.col-margin {
  margin: 0 !important;
  margin-bottom: 10px !important;
  font-size: 18px !important;
}

.btn-submit-color {
  background-color: #00b7eb !important;
  color: #FFF;
}

.btn-input-text {
  width: 80% !important;
  height: 40px !important;
  *line-height: 40px !important;
  _line-height: 40px !important;
  line-height: 40px !important;
  padding: 0;
  display: block;
  float: left;
}

.inquiry {
  position: absolute;
  top: 74%;
  left: 13.8%;
}

.col-details {
  border: 1px solid #a7a7a7;
  margin-left: 20px;
  padding: 20px 30px
}

.col-details-content dt {
  font-size: 22px !important;
}

.col-details-content dt {
  line-height: 48px;
  *line-height: 48px;
  text-align: left !important;
}

.col-details-content dd {
  line-height: 48px;
  *line-height: 48px;
  text-align: left !important;
}

.col-details-content dd a {
  padding: 8px 26px;
}

.col-details-content dd a:hover {
  color: #FFF !important;
}

.col-position-right {
  position: absolute;
  right: 0;
  top: 18px;
}

.col-text-margintopa {
  margin-top: 40px;
}

.col-text-margintopb {
  margin-top: 26px;
}

.col-inquiry-list {
  width: 17%;
  display: inline-block;
  float: left;
  margin-right: 8%;
  margin-bottom: 20px;
}

.col-inquiry-list img {
  display: block;
  margin: 0 auto;
  height: 54px;
  width: 56px;
}

.col-inquiry-list dd, dt {
  text-align: center !important;
  line-height: 36px !important;
}

.col-inquiry-list dt {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}

/*客服--详情*/

.btn-a-href {
  border: 1px solid #FFF;
  padding: 6px 26px;
  color: #FFF;
}

.btn-a-hrefa {
  border: 2px solid #747474;
  width: 300px;
  height: 44px;
  text-align: center;
  line-height: 42px;
  color: #848484;
  display: block;
  margin: 0 auto;
  font-size: 14px;
}

.dlwidth {
  width: 42%;
}

.btn-a-hrefposition {
  position: absolute;
  top: 114%;
  left: 1.5%;
}

.select-width-height {
  width: 20%;
  height: 28px
}

.col-kefu-list {
  width: 148px;
  height: 190px;
  border: 1px solid #adadad;
  padding: 16px 16px;
  float: left;
  margin: 0 1.4%;
  margin-bottom: 20px;
  box-shadow: #ccc 1px 1px 6px;
}

.col-kefu-list:hover {
  border: 1px solid #00b7eb;
  box-shadow: #00b7eb 1px 1px 6px;
}

.col-kefu-list dd, dt {
  line-height: 28px !important;
}

.col-kefu-list dd img {
  display: block;
  margin: 0 auto;
}

.col-kefu-list dt {
  font-size: 14px;
  line-height: 18px !important;
  width: 100%;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.col-textalign-center {
  text-align: center !important;
}

.col-marginright-none {
  margin-right: 0 !important;
}

.btn-bj-width {
  background-color: none !important;
  width: 40px !important;
  text-align: center !important;
  height: 40px !important;
  float: left !important;
  margin-right: 17%;
}

.kfbja {
  background-image: url(../images/gjimage/meubja.png);
}

/*云勘查跳转页*/

.ykca {
  background-image: url(../images/ykximages/bja.png);
  position: relative;
}

.ykcb {
  background-image: url(../images/ykximages/bjb.png);
  position: relative;
}

.ykcc {
  background-image: url(../images/ykximages/bjc.png);
  position: relative;
}

.ykcd {
  background-image: url(../images/ykximages/bjd.png);
  position: relative;
}

.ykca dl {
  /*position: absolute;
	top: 20%;
	left: 28%;*/
  width: 46%;
  margin: 0 auto;
  margin-top: 140px;
}

.ykca dl dd {
  margin-bottom: 70px;
}

.ykca dl dd img {
  display: block;
  margin: 0 auto;
}

.ykcb dl {
  position: absolute;
  top: 16%;
  left: 15%;
}

.ykcb dl dd {
  margin-bottom: 70px;
}

.ykcb dl dd img {
  display: block;
}

.ykcc dl {
  position: absolute;
  top: 20%;
  right: 14%;
}

.ykcc dl dd {
  margin-bottom: 70px;
}

.ykcc dl dd img {
  display: block;
}

.ykcd dl {
  /*position: absolute;
	top: 16%;
	left: 14%;*/
  width: 55%;
  margin-left: 16%;
  margin-top: 120px;
}

.ykcd dl dd {
  margin-bottom: 70px;
}

.ykcd dl dd img {
  display: block;
}

.ddimgfloat {
  overflow: hidden;
}

.ddimgfloat img {
  float: right;
}

.textcontext {
  background-color: #000000;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  color: #FFF;
  overflow: hidden;
  padding: 6px 0;
}

.col-ykc-margintop {
  margin-top: 70px
}

.contexta {
  width: 33%;
  overflow: hidden;
  display: inline-block;
  float: left;
  cursor: pointer;
}

.contexta i {
  display: inline-block;
  line-height: 26px !important;
  float: left;
  margin: 0px 5px
}

.contexta span {
  display: inline-block;
  line-height: 26px !important;
  float: left;
  margin: 0px 5px
}

.contexta:hover {
  color: #00B7EB;
}

.centerguanggan {
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #ececec;
}

/*产品-估价宝*/

.gja {
  background-image: url(../images/gjimage/gjbja.png);
  position: relative;
  background-size: 100% 100%;
}

.gjb {
  background-image: url(../images/gjimage/gjbjb.png);
  position: relative;
  background-size: 100% 100%;
}

.gjc {
  background-image: url(../images/gjimage/gjbjc.png);
  position: relative;
  background-size: 100% 100%;
}

.gjd {
  background-image: url(../images/gjimage/gjd.png);
  position: relative;
  background-size: 100% 100%;
}

.gje {
  background-image: url(../images/gjimage/gjbje.png);
  position: relative;
}

.gja dl {
  /*position: absolute;*/
  top: 30%;
  left: 16%;
  width: 70%;
  margin: 0 auto;
  margin-top: 220px;
}

.gja dl dd {
  margin-bottom: 60px;
}

.gja dl dd img {
  display: block;
  margin: 0 auto;
}

.gjb dl {
  /*position: absolute;*/
  /*top: 16%;
	left: 15%;*/
  overflow: hidden;
  width: 96%;
  margin-left: 14%;
  margin-top: 120px;
}

.gjb dl dd {
  margin-bottom: 30px;
}

.gjb dl dd img {
  display: block;
}

.gjc dl {
  /*position: absolute;
	top: 16%;
	right: -10%;*/
  width: 97%;
  margin: 0 auto;
  margin-top: 120px;
  margin-left: 14%;
}

.gjc dl dd {
  margin-bottom: 30px;
}

.gjc dl dd img {
  display: block;
}

.gjd dl {
  position: absolute;
  top: 20%;
  right: -10%;
  width: 96%;
}

.gjd dl dd {
  margin-bottom: 20px;
}

.gjd dl dd img {
  display: block;
}

.gje dl {
  /*position: absolute;
	top: 20%;
	right: 22%;*/
  width: 60%;
  margin: 0 auto;
  margin-top: 180px;
  /*margin-left: 14%;*/
}

.gje dl dd {
  margin-bottom: 40px;
}

.gje dl dd img {
  display: block;
  margin: 0 auto;
}

.img-widtha {
  width: 24%;
}

.img-widthb {
  width: 60%;
}

.img-widthy {
  width: 65%;
}

.img-widthz {
  width: 70%;
}

.img-widthu {
  width: 80%;
}

.img-widthp {
  width: 83%;
}

.img-widtho {
  width: 85%;
}

.img-widthv {
  width: 90%;
}

.img-widthc {
  width: 20%;
}

.img-widthd {
  width: 15%;
}

.col-width {
  width: 30%;
}

.img-widthe {
  width: 12%;
}

.img-widthf {
  width: 32%;
}

.img-widthg {
  width: 10%;
}

.img-widthh {
  width: 50%;
}

.img-widthj {
  width: 45%;
}

.img-widthk {
  width: 40%;
}

.img-widthl {
  width: 35%;
}

.img-widthi {
  width: 26%;
}

.img-widthgs {
  width: 18%;
}

.gjcontent {
  background-color: #000000;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  color: #FFF;
  overflow: hidden;
  padding: 4px 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.gjcontent i {
  display: inline-block;
  float: left;
  margin-top: 6px;
}

.gjcontent span {
  display: inline-block;
  line-height: 22px !important;
  float: left;
}

/*.gjcontent:hover {
	background-color: #FFF;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	color: #2d2d2d
}*/

.gjdltext dt {
  text-align: left !important;
  line-height: 42px !important;
}

.gjdltext dd {
  padding-left: 40px;
  background-image: url(../images/gjimage/yuna.png);
  background-position: left;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 90px !important;
}

.chanpingxx {
  border: 2px solid #ccc;
  width: 300px;
  padding-bottom: 60px;
  cursor: pointer;
  display: inline-block;
  margin-right: 10%;
  height: 340px;
}

.chanpingxx dt {
  font-size: 18px !important;
  height: 100px;
  background: #ccc;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  color: #FFF;
  line-height: 100px !important;
  margin-bottom: 40px;
}

.chanpingxx dd {
  font-size: 18px;
  text-align: center !important;
  ;
  padding: 0 20px;
  line-height: 42px !important;
}

.chanpingxx:hover {
  border: 2px solid #00b7eb;
}

.chanpingxx:hover dt {
  background-color: #00b7eb;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.gujiabj {
  background-image: url(../images/img/word_map.png);
  background-position: left;
  background-repeat: no-repeat;
}

/*我们的伙伴*/

.Ourpartner {
  background-image: url(../images/gjimage/hbbj.png);
  min-height: 500px;
}

.servicelogo {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 40px;
}

.servicelogo dd {
  display: inline-block;
  width: 19%;
}

.servicelogo dd img {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}

.mapkefu {
  min-height: 480px;
  margin: 0 auto;
  background-image: url(../images/gjimage/map.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 600px;
}

.mapkuang {
  position: absolute;
  top: 35%;
  left: 38%;
}

.mapkuang a {
  cursor: pointer;
  position: absolute;
  /*background-image:url(../images/nei.png);*/
  width: 40px;
  height: 40px;
  display: block;
}

.mapkuang a img {
  display: block;
  margin: 0 auto;
  margin-top: 11px;
  width: 40px;
  height: 40px;
}

/*@keyframes aa {*/

/*0% {*/

/*transform: scale(0.5, 0.5);*/

/*-webkit-transform: scale(0.5, 0.5);*/

/*-moz-transform: scale(0.5, 0.5);*/

/*}*/

/*100% {*/

/*transform: scale(1.5, 1.5);*/

/*-webkit-transform: scale(1.5, 1.5);*/

/*-moz-transform: scale(1.5, 1.5);*/

/*}*/

/*}*/

/*@-webkit-keyframes aa {*/

/*0% {*/

/*transform: scale(0.5, 0.5);*/

/*-webkit-transform: scale(0.5, 0.5);*/

/*-moz-transform: scale(0.5, 0.5);*/

/*}*/

/*100% {*/

/*transform: scale(1.5, 1.5);*/

/*-webkit-transform: scale(1.5, 1.5);*/

/*-moz-transform: scale(1.5, 1.5);*/

/*}*/

/*}*/

.mapka {
  background-image: url(../images/gjimage/mapkuang.png);
  background-repeat: no-repeat;
  background-position: center right;
}

.mapkb {
  background-image: url(../images/gjimage/mapkuanga.png);
  background-repeat: no-repeat;
  background-position: center left;
  right: -414px !important;
  top: 6px !important;
}

.mapkb .mapmargin {
  margin-left: 72px;
  padding-left: 5px
}

.maptisi {
  overflow: hidden;
  width: 380px;
  min-height: 120px;
  padding: 8px;
  position: absolute;
  right: -6px;
  top: 3px;
  z-index: 10000
}

.maptext img {
  display: inline-block;
  float: left;
  margin-top: 20px;
  margin-right: 20px;
  width: 55px;
  height: 55px;
}

.maptext dl {
  display: inline-block;
  width: 156px;
  float: left;
  margin-top: 10px
}

.maptext dl dd {
  line-height: 24px !important;
}

.col-line-font {
  font-size: 12px !important;
  margin-top: 6px !important;
}

.dn {
  display: none;
}

.mapmargin {
  margin-left: 54px
}

.mapmargina {
  margin-left: 106px;
}

/*云估价-产品页*/

.bannerposition {
  position: fixed;
  top: 0;
  background-color: #eeeeee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#superContainer {
  height: 100%;
  position: relative;
}

.section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slide {
  float: left;
}

.slide, .slidesContainer {
  height: 100%;
  display: block;
}

.slides {
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.section.table, .slide.table {
  display: table;
  width: 100%;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.slidesContainer {
  float: left;
  position: relative;
}

.controlArrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}

.controlArrow.prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.controlArrow.next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.scrollable {
  overflow: scroll;
}

.easing {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

#fullPage-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}

#fullPage-nav.right {
  right: 40px;
}

#fullPage-nav.left {
  left: 17px;
}

.fullPage-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}

.fullPage-slidesNav.bottom {
  bottom: 17px;
}

.fullPage-slidesNav.top {
  top: 17px;
}

#fullPage-nav ul, .fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fullPage-nav li, .fullPage-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 12px;
  position: relative;
}

.fullPage-slidesNav li {
  display: inline-block;
}

#fullPage-nav li a, .fullPage-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fullPage-nav li .active span, .fullPage-slidesNav .active span {
  background: #ccc;
}

#fullPage-nav span, .fullPage-slidesNav span {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #16b5ef;
  background: rgba(0, 0, 0, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.fullPage-tooltip {
  position: absolute;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  top: -2px;
}

.fullPage-tooltip.right {
  right: 20px;
}

.fullPage-tooltip.left {
  left: 20px;
}

.section {
  position: relative;
}

.ggbja {
  background-image: url(../images/cpbjb.png);
  background-position: 0 74px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.col-widthtwo {
  width: 28%;
}

.ggbja dl {
  width: 100%;
  position: absolute;
  top: 12%;
}

.ggbja dl dd {
  margin-bottom: 10%
}

.ggbja dl dd img {
  display: block;
  margin: 0 auto;
}

.textcpa {
  color: #6C6C6C;
  border: 2px solid #ccc;
  width: 140px;
  height: 48px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 46px;
}

.textcpa:hover {
  border: 2px solid #00B7EB;
}

.marginno {
  margin-bottom: 2% !important;
}

.ggbjb {
  background-image: url(../images/cpbja.png);
  background-position: 0 74px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ggbjc a:hover {
  color: #00B7EB
}

.ggbjb dl {
  overflow: hidden;
  width: 94%;
  margin: 0 auto;
  margin-top: 10%;
}

.cparight img {
  margin-left: 14%;
  margin-top: 8%
}

.col-btn-href {
  border: 2px solid #ccc;
  padding: 10px 28px;
}

.col-btn-href:hover {
  border: 2px solid #00B7EB;
}

.gghrefa {
  position: absolute;
  bottom: 13%;
  left: 44%
}

.gghrefb {
  position: absolute;
  top: 25%;
  left: 62%
}

/*.gghrefd{position:absolute;top:14%;left:-1%}*/

.footertext {
  position: absolute;
  bottom: 0;
}

.gghrefc {
  position: absolute;
  top: 18%;
  left: 21%
}

.gghrefa a {
  color: #818181
}

.gghrefb a {
  color: #818181
}

.gghrefc a {
  color: #818181
}

@media screen and (min-width:800px) {
  .gghrefc {
    position: absolute;
    top: 20%;
    left: 21%
  }
}

.btnposition {
  position: absolute;
  bottom: 6%
}

.btnpositiona {
  position: absolute;
  bottom: -26%;
  left: 2%
}

/*云估价首页*/

.center-context {
  position: relative;
}

/*.anniua{position:absolute;right:-580px;top:-56px;}*/

/*.anniub{position:absolute;left:-160px;top:17%;}*/

/*.gjbimg{position:absolute;left:17%;top:-340px;z-index: 1;}*/

/*.anniuc{position:absolute;right:-60px;bottom:8%;z-index: 1000000;}*/

/*.ygjimg{position:absolute;left:22%;bottom:-40px;}*/

/*.anniud{position:absolute;left:46%;bottom:-310px;}*/

/*.ygjtext{position:absolute;left:23%;top:29%;width:670px;z-index: 10000;}*/

/*.ygjdd{margin-top:30px;margin-bottom:40px;}*/

/*.ykcimg{position:absolute;left:-1598px;bottom:-576px;z-index: -1;}*/

/*.ygjimga{position:absolute;left:80px;bottom:-800px;}*/

/*.ygjimgb{position:absolute;left:13%;bottom:-110px;z-index: 1000000000;}*/

/*.ykcimga{position:absolute;right:-1800px;bottom:-1000px;z-index: -1;}*/

/*.ykctext{position:absolute;right:-560px;bottom:4px;}*/

.texta {
  padding: 8px 22px;
  border: 2px solid #ccc;
  color: #b0b0b0;
}

.texta:hover {
  border: 2px solid #00b7eb;
}

.ykctext dd {
  margin: 5% 0 !important;
}

/*.yztext{position:absolute;left:-780px;top:10px;}*/

.yztext dd {
  margin: 4% 0 !important;
}

/*.gjbimgc{position:absolute;right:-640px;top:-450px;}*/

/*.gjbtext{position:absolute;right:30px;top:-390px;}*/

.gjbtext img {
  display: block;
  margin: 0 auto
}

.gjbtext dd {
  margin: 4% 0 !important;
}

.adisplay {
  padding-left: 40%;
}

.anniud img {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  box-shadow: #ccc 0px 0px 10px;
  -webkit-box-shadow: #ccc 0px 0px 10px;
  -moz-box-shadow: #ccc 0px 0px 10px;
}

.anniud img:hover {
  box-shadow: #308bc8 1px 1px 20px;
  -webkit-box-shadow: #308bc8 1px 1px 20px;
}

.anniudimg {
  box-shadow: #308bc8 1px 1px 20px !important;
  -webkit-box-shadow: #308bc8 1px 1px 20px !important;
}

.textfontcenter {
  font-size: 14px !important;
  line-height: 28px !important;
  font-family: "宋体" !important;
  color: #7c7c7c !important;
}

/*新加样式*/

.chakandl dl {
  width: 50%;
  margin: 0 auto;
}

.chakandl dl dd {
  font-size: 16px;
  color: #333333;
  line-height: 40px !important;
  border-bottom: 1px solid #edf1f4;
}

.chakandl dl dd i {
  font-size: 16px;
  margin-right: 5px;
}

.inputanniu {
  background-color: #00b7eb !important;
  color: #FFF;
  width: 58px;
  height: 40px;
  line-height: 40px;
  _line-height: 40px;
  padding: 0;
  font-size: 14px;
  display: block;
  border: none;
  float: left;
  margin-left: 8px;
}

.widthmax {
  width: 100%;
}

.chengshitext dl dd label {
  font-weight: bold;
  display: inline-block;
  width: 120px;
  text-align: right
}

.chengshitext dl dd {
  line-height: 36px !important;
}

.chengshianlie dl {
  margin-bottom: 8px;
}

.chengshianlie dl dt {
  text-align: left !important;
  color: #2d2d2d;
  line-height: 36px !important;
}

.chengshianlie dl dd {
  line-height: 24px !important;
  text-indent: 2em
}

/*新加*/

.phonebox {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 666;
  background: #000;
  opacity: 0.7;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
}

.phone {
  overflow: hidden;
  cursor: pointer;
}

.phone img {
  display: block;
  float: left;
  margin-right: 12px;
}

.phone span {
  font-size: 14px;
  color: #fff;
  z-index: 9999
}

/*background: rgba(16, 16, 16, 0.6)*/

.texthide {
  position: fixed;
  top: 50px;
  right: 1px;
  background-image: url(../images/textbjs.png);
  display: none;
  padding: 20px;
  margin-top: 24px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  z-index: 999;
}

.texthide dl dd {
  font-size: 12px;
  color: #FFF;
}

.footerdl dd {
  font-size: 12px;
}

.backstop {
  width: 340px;
  position: fixed;
  bottom: 40px;
  right: 50px;
}

.backstopa {
  position: relative;
}

.bdd {
  background-color: #FFF;
  padding: 2px;
  width: 36px;
  margin-bottom: 18px;
  margin-left: 310px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 4px #ccc;
  -webkit-box-shadow: 0 0 4px #ccc;
}

.positiontext {
  position: absolute;
  top: -153px;
  right: 40px;
  z-index: 9999;
}