.lsow-container {
  max-width: 1170px !important;
}

.lsow-services,
.so-widget-sow-testimonials {
  max-width: 1170px !important;
  margin: 0 auto;
}

.widget_lsow-heading {
  margin-top: 100px;
}

.siteorigin-panels-stretch {
  margin: 0 auto;
  padding: 0;
}

.hp-block-title {
  margin: 0px auto;
  padding: 60px 0px 20px;
}

.boxTitle {
  width: 165px;
  height: 75px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.boxTitle > h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  color: #46a8dd;
  margin: 0;
}
.boxTitle > h3 > span {
  color: #f7b516;
}
.boxTitle > p {
  color: #bdbdbd;
  margin: 0;
  font-size: 11px;
  line-height: 11px;
}
.boxTitle > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.boxTitle img {
  width: 15px;
  height: 15px;
  vertical-align: top;
}
.boxTitleLine {
  border-radius: 1px;
  background: #ddd;
  height: 3px;
  width: 48px;
}

/*CSS for hp-project*/
.hp-project {
  width: 100%;
  box-sizing: content-box;
  background: #4a4a4a;
  overflow: hidden;
}
.hp-project-info {
  float: left;
  width: 30%;
  font-size: 100px;
}
.hp-project-info > h3 {
  font-size: 0.36em;
  color: #fff;
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: normal;
}
.hp-project-info > p {
  color: #dcdcdc;
  font-size: 0.18em;
  line-height: 32px;
}
.btnGroup {
  margin-top: 5em;
  overflow: hidden;
  font-size: 0.18em;
}
.btnGroup > a {
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  text-align: center;
  display: inline-block;
  float: left;
  width: 45%;
  line-height: 3em;
  background: #f7b515;
  border-radius: 1.5em;
  margin-right: 5%;
}
.btnGroup > a:last-child {
  background: #7bc1e7;
}
.hp-project img {
  width: 65%;
  float: right;
  height: 520px;
}
@media only screen and (min-width: 1480px) and (max-width: 1680px) {
  .hp-project-info {
    font-size: 93px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  .hp-project-info {
    font-size: 86px;
  }
  .hp-project-info > h3 {
    margin-top: 1.8em;
    margin-bottom: 0.9em;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1279px) {
  .hp-project-info {
    font-size: 79px;
  }
  .hp-project-info > h3 {
    margin-top: 1.8em;
    margin-bottom: 0.9em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1079px) {
  .hp-project-info {
    font-size: 72px;
  }
  .hp-project-info > h3 {
    margin-top: 1.6em;
    margin-bottom: 0.8em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .hp-project-info {
    font-size: 72px;
    width: 32%;
    margin-left: 2%;
  }
  .hp-project img {
    height: auto;
  }
  .hp-project-info > h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .hp-project-info > p {
    font-size: 8px;
    line-height: 12px;
    margin: 0;
  }
  .btnGroup {
    font-size: 8px;
    margin-top: 8px;
  }
  footer.bg-dark {
    margin-top: 10px;
  }
  .row .danran-footer > div {
    height: auto;
    display: block;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .danran-footer .footerItem {
    margin-bottom: 20px;
  }
  div.footerItem .firstP {
    margin-bottom: 20px;
  }
  div.footerItem p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 12px;
  }
  div.footerItem:last-child {
    width: auto;
    margin: 0;
    text-align: center;
  }
  div.footerItem img {
    display: inline-block;
  }
  a.custom-logo-link img {
    height: 35px;
    width: auto;
  }
  div.nav-topbar {
    padding: 0;
  }
  nav.main-navigation {
    padding: 0;
    border: none;
  }
  div.hp-block-title {
    padding: 0;
  }
  div.boxTitle {
    justify-content: space-around;
  }
  div.boxTitle > h3 {
    font-size: 16px;
  }
  div.boxTitle > p {
    font-size: 8px;
  }
  div.boxTitle img {
    width: 10px;
    height: 10px;
  }
  div.boxTitle > div {
    width: 80%;
  }
  button.more-news {
    width: 82px;
    height: 25px;
    border: 1px solid #f7b515;
    border-radius: 26px;
    background: #fff;
    outline: none;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #f7b515;
    box-sizing: content-box;
    margin: 10px auto;
  }
  .footer-copyright > a {
    display: block;
  }
  div.footer-copyright {
    height: auto;
    line-height: 30px;
  }
}

/*CSS for personInfo*/
.personInfo {
  overflow: hidden;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.personInfo > img {
  width: 14%;
  border-radius: 50%;
  border: none;
  background: #bdbdbd;
  float: left;
  margin-right: 3%;
  margin-left: 5%;
}
.personInfo > div {
  float: left;
  width: 77.5%;
  font-size: 24px;
}
.personInfo h3 {
  margin: 0;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  color: #000;
  font-weight: normal;
}
.personInfo p {
  margin: 0;
  color: #666;
  font-size: 0.16em;
}
@media only screen and (min-width: 880px) and (max-width: 980px) {
  .personInfo > div {
    font-size: 95px;
  }
  .personInfo h3 {
    margin-top: 0.45em;
  }
}
@media only screen and (min-width: 780px) and (max-width: 879px) {
  .personInfo > div {
    font-size: 90px;
  }
  .personInfo h3 {
    margin-top: 0.4em;
  }
}
@media only screen and (min-width: 680px) and (max-width: 779px) {
  .personInfo > div {
    font-size: 85px;
  }
  .personInfo h3 {
    margin-top: 0.35em;
  }
}
@media only screen and (min-width: 630px) and (max-width: 679px) {
  .personInfo > div {
    font-size: 80px;
  }
  .personInfo h3 {
    margin-top: 0.3em;
  }
}
@media only screen and (min-width: 580px) and (max-width: 629px) {
  .personInfo > div {
    font-size: 75px;
  }
  .personInfo h3 {
    margin-top: 0.25em;
  }
}
@media only screen and (min-width: 530px) and (max-width: 579px) {
  .personInfo > div {
    font-size: 68px;
  }
  .personInfo h3 {
    margin-top: 0.2em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 529px) {
  .personInfo > div {
    font-size: 62px;
  }
  .personInfo h3 {
    margin-top: 0.17em;
  }
}
@media only screen and (min-width: 430px) and (max-width: 479px) {
  .personInfo > div {
    font-size: 56px;
  }
  .personInfo h3 {
    margin-top: 0.15em;
  }
}
@media only screen and (min-width: 380px) and (max-width: 429px) {
  .personInfo > div {
    font-size: 50px;
  }
  .personInfo h3 {
    margin-top: 0.15em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .personInfo > div {
    font-size: 45px;
  }
  .personInfo h3 {
    margin-top: 0.15em;
  }
}

.bg-dark {
  background-color: #4a4a4a;
}

footer {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 80px;
}
.danran-footer {
  width: 100%;
  background: #4a4a4a;
}
.danran-footer > div {
  width: 100%;
  height: 310px;
  padding-bottom: 80px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1170px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footerItem:last-child {
  width: 132px;
  margin-right: 60px;
}
.footerItem:last-child > p {
  text-align: center;
}
.footerItem p {
  color: #dcdcdc;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  margin-top: 17px;
}
.footerItem .firstP {
  margin-top: 0;
  margin-bottom: 46px;
}
.footerItem img {
  vertical-align: top;
  width: 132px;
  height: 132px;
  border: none;
  background: #dcdcdc;
  display: block;
}

.button-wrapper {
  text-align: center;
}
.more-news {
  width: 165px;
  height: 51px;
  border: 1px solid #f7b515;
  border-radius: 26px;
  background: #fff;
  outline: none;
  line-height: 51px;
  text-align: center;
  font-size: 18px;
  color: #f7b515;
  box-sizing: content-box;
  margin: 40px auto;
}

.header-callout > section > div {
  display: none;
}

#site-navigation > div {
  padding: 0px auto 0px;
}
#site-navigation .module.left {
  padding-left: 0px;
}
#site-navigation > div > div > div.module-group.right > div {
  padding-right: 0px;
}
.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}

#nav-bar {
  position: fixed;
  height: 25px;
  display: block;
  top: 0px;
  background-color: rgb(35, 40, 35);
}

#menu > li {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
#menu > li > a {
  height: 70px;
}
#menu > li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #f7b515;
  height: 6px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#menu > li:hover:before,
#menu > li:focus:before,
#menu > li:active:before {
  left: 0;
  right: 0;
}

.content-area {
  padding-top: 45px;
  padding-bottom: 45px;
}

/***********************/
.nav-topbar {
  padding-bottom: 10px;
}
.header-tip {
  width: 100%;
  background: #4a4a4a;
}
.header-tip > div {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0px auto;
  height: 33px;
}
.header-tip-box {
  float: right;
}
.header-tip-box > a {
  float: left;
  line-height: 33px;
  color: #f5f5f5;
  margin-left: 30px;
  text-decoration: none;
  font-size: 14px;
  padding-left: 30px;
  background: url(/wp-content/uploads/2018/01/post.png) no-repeat center left;
  background-size: 20px auto;
}
.header-tip-box > a:last-child {
  background: url(/wp-content/uploads/2018/01/tel.png) no-repeat center left;
}

.main-navigation {
  padding-top: 0px;
}

.widget .widget-title {
  background: #36a0da;
  padding: 20px 0 20px 30px;
}
.widget.widget_nav_menu .menu > li {
  padding-left: 30px;
  font-size: 17px;
}
.widget.widget_nav_menu .menu > li > a {
  font-size: 17px;
}
#secondary .widget {
  border: 1px solid #ebebeb;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

#hp-block-title-service,
.so-widget-lsow-services,
.widget_sow-testimonials {
  background-color: #f8f8f8;
}

.cell-artical-title p {
  margin-bottom: 15px;
}

#secondary a:hover {
  font-weight: bold;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-tip-box > a {
    margin-left: 15px;
    font-size: 10px;
    padding-left: 15px;
    background-size: 12px auto;
  }
  .header-tip-box > a:last-child {
    background-size: 12px auto;
  }
  .lsow-grid-container {
    width: 100%;
  }
  .lsow-grid-container .lsow-sixcol {
    width: 50%;
    margin: 0;
  }
  .lsow-service-details {
    display: none;
  }
  .lsow-services.lsow-style2 .lsow-service .lsow-image-wrapper img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }
  .lsow-services.lsow-style2 .lsow-service .lsow-service-text .lsow-title {
    font-size: 12px;
    line-height: 40px;
    margin: 0;
  }
  .lsow-services .lsow-service {
    margin-bottom: 40px;
    padding-left: 15px;
  }
  .so-widget-sow-testimonials-default-d5d18d34adcf
    .sow-testimonials
    .sow-testimonial-wrapper {
    width: 50%;
  }
  .sow-testimonials .sow-testimonial-wrapper {
    padding: 5px;
  }
  .so-widget-sow-testimonials-default-d5d18d34adcf
    .sow-testimonials
    .sow-testimonial-wrapper.sow-layout-side.sow-user-left
    .sow-testimonial-user {
    padding: 10px 7px 7px 15px;
    width: 25%;
  }
  .so-widget-sow-testimonials-default-d5d18d34adcf
    .sow-testimonials
    .sow-testimonial-wrapper.sow-layout-side.sow-user-left
    .sow-testimonial-text {
    margin-left: 25%;
  }
  .so-widget-sow-testimonials-default-d5d18d34adcf
    .sow-testimonials
    .sow-testimonial-text {
    padding: 5px 7.5px;
  }
  div.so-widget-sow-testimonials {
    padding: 20px 0 30px 0;
  }
  #custom_html-17 {
    display: none;
  }
  .custom_html-17 {
    margin: 0;
  }
  div#sow-testimonials-3 .lsow-title > span {
    font-size: 15px !important;
  }
}

.g-wrap {
  position: relative;
  margin: 0 auto;
  width: 1170px;
  height: 100%;
  overflow: hidden;
}

/* 滑块 start */
#subjects {
  height: 200px;
  background-color: #f8f8f8;
}
#subjects .g-wrap a {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-opacity: 1;
  opacity: 1;
  display: block;
  -webkit-transition: left 300ms, -webkit-opacity 700ms;
  transition: left 300ms, opacity 700ms;
}
#subjects .g-wrap .item-1 {
  z-index: 1;
}
#subjects .g-wrap .item-2 {
  z-index: 2;
}
#subjects .g-wrap .item-3 {
  z-index: 3;
}
#subjects .g-wrap .item-4 {
  z-index: 4;
}
#subjects .g-wrap a span {
  position: absolute;
  background: no-repeat 0 0;
}
#subjects .g-wrap .p2 {
  -webkit-opacity: 0;
  opacity: 0;
  display: none;
  -webkit-transition: -webkit-opacity 400ms;
  transition: opacity 400ms;
}
#subjects .g-wrap .item-1 .p1 {
  left: 0;
  top: 0;
  width: 500px;
  height: 200px;
}
#subjects .g-wrap .item-2 .p1 {
  left: 0;
  top: 0;
  width: 500px;
  height: 200px;
}
#subjects .g-wrap .item-3 .p1 {
  left: 0;
  top: 0;
  width: 500px;
  height: 200px;
}
#subjects .g-wrap .item-4 .p1 {
  left: 0;
  top: 0;
  width: 500px;
  height: 200px;
}

/*#subjects*/
#subjects .trans a {
  -webkit-opacity: 0;
  opacity: 0;
  display: none;
}

/* 逐个出现 */
#subjects .ready .item-2 {
  transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
}
#subjects .ready .item-3 {
  transition-delay: 150ms;
  -webkit-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
}
#subjects .ready .item-4 {
  transition-delay: 150ms;
  -webkit-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
}

/* 没有指向 */
#subjects .state-0 .item-1 {
  left: 0;
}
#subjects .state-0 .item-2 {
  left: 292.5px;
}
#subjects .state-0 .item-3 {
  left: 585px;
}
#subjects .state-0 .item-4 {
  left: 877.5px;
}
/* 指向第一个 */
#subjects .state-1 .item-1 {
  left: 0;
}
#subjects .state-1 .item-2 {
  left: 500px;
}
#subjects .state-1 .item-3 {
  left: 723px;
}
#subjects .state-1 .item-4 {
  left: 947px;
}
#subjects .state-1 .item-1 .p2 {
  -webkit-opacity: 1;
  opacity: 1;
  display: block;
}
/* 指向第二个 */
#subjects .state-2 .item-1 {
  left: 0;
}
#subjects .state-2 .item-2 {
  left: 223px;
}
#subjects .state-2 .item-3 {
  left: 723px;
}
#subjects .state-2 .item-4 {
  left: 947px;
}
#subjects .state-2 .item-2 .p2 {
  -webkit-opacity: 1;
  opacity: 1;
  display: block;
}
/* 指向第三个 */
#subjects .state-3 .item-1 {
  left: 0;
}
#subjects .state-3 .item-2 {
  left: 223px;
}
#subjects .state-3 .item-3 {
  left: 447px;
}
#subjects .state-3 .item-4 {
  left: 947px;
}
#subjects .state-3 .item-3 .p2 {
  -webkit-opacity: 1;
  opacity: 1;
  display: block;
}
/* 指向第四个 */
#subjects .state-4 .item-1 {
  left: 0;
}
#subjects .state-4 .item-2 {
  left: 223px;
}
#subjects .state-4 .item-3 {
  left: 447px;
}
#subjects .state-4 .item-4 {
  left: 670px;
}
#subjects .state-4 .item-4 .p2 {
  -webkit-opacity: 1;
  opacity: 1;
  display: block;
}
/* 滑块 end */

.so-widget-sow-testimonials {
  padding: 20px 0 70px 0;
}
.sow-testimonial-wrapper {
  padding-bottom: 0px !important;
}

.so-widget-lsow-carousel-default-3dd089290af6 {
  margin-bottom: 50px;
}

.page-malls .panel-layout {
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
}

.page-row-titlebar {
  color: black;
  font-size: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
}

.page-row-article {
  font-size: 16px;
  color: #808080;
}

.page-row-article .page-article-title {
  font-size: 18px;
  font-weight: bold;
}

.page-row-map {
  margin: 10px;
  border-style: solid;
  border-width: 1px;
}

.footer-copyright {
  color: white;
  height: 50px;
  border-top: 1px solid #f5f5f5;
  text-align: center;
  line-height: 50px;
  padding-top: 6px;
}

.sow-slider-base .sow-slider-pagination {
  text-align: center;
}

.news-post-content {
  margin: 50px auto 50px;
  width: 910px;
  color: #808080;
}

.news-post-title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

.news-post-date {
  color: #808080;
  font-size: 18px;
  font-weight: normal;
  text-align: right;
}

.news-post-body {
  font-size: 18px;
  line-height: 2em;
  margin: 30px auto;
  width: 80%;
}

.news-post-body p {
  margin: 24px auto 24px;
}

.news-post-body > img {
  width: 100%;
}

.news-post-center {
  text-align: center;
}

.news-post-section-title {
    color: #ff4c00;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.news-post-img-with-desc > img {
  width: 100%;
}

.news-post-img-with-desc > p {
  font-size: 16px;
  margin: 0px auto 30px;
  text-align: center;
}

.news-post-img-with-title > p {
    font-size: 16px;
    margin: 0px auto 6px;
    text-align: center;
}

.news-post-img-with-title > img {
    width: 100%;
}

.post-toc {
  margin: 20px auto;
  width: 1024px;
}

.post-toc-item {
  list-style: none;
  overflow: hidden;
  padding: 30px 0;
}
.post-toc-item img {
  width: 250px;
  background: #f8f8f8;
  float: left;
}
.post-toc-item-title {
  width: calc(100% - 300px);
  float: right;
}
.post-toc-item-title > h3 {
  margin: 0;
  padding: 10px 0 20px;
  overflow: hidden;
  color: #666;
  border-bottom: 2px solid #ebebeb;
  font-size: 20px;
}
.post-toc-item-title > h3 > a {
	color: #999;
}
.post-toc-item-title > h3 > a:hover {
	color: #f7b515;
}
.post-toc-item-title > h3 > a > span {
	font-weight: bold;
}
.post-toc-item-title > h3 > span:last-child {
  float: right;
  color: #999;
}
.post-toc-item-title > a {
	 color: #f7b515;
  float: right;
  text-decoration: none;
}

/* styles for '...' */
.post-toc-item-text {
  color: #999;
  font-size: 14px;
  margin-top: 6px;
  margin-left: 0px;
  margin-bottom: 10px;

  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.4em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 2.8em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  margin-right: 1em;
  padding-right: 1em;
}
/* create the ... */
.post-toc-item-text:before {
  /* points in the end */
  content: "···";
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.post-toc-item-text:after {
  /* points in the end */
  content: "";
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}

.easyPaginateNav {
  margin: 0 auto;
  text-align:center;
}
.easyPaginateNav a {
  padding:5px;
}
.easyPaginateNav a.current {
  font-weight:bold;
  text-decoration:underline;
}

/* 新闻页面适配移动端 */
@media only screen and (max-width: 1054px){
	.post-toc{
		width: auto;
	}
	.news-post-content{
		width: auto;
	}
}
@media only screen and (max-width: 768px){
	.post-toc-item img{
		width: 100%;
		float: none;
	}
	.post-toc-item-title{
		width: auto;
		float: none;
	}
	.post-toc-item-title > h3 > span {
		font-size: 16px;
	}
	.post-toc-item-text{
		display:none;
	}
	.post-toc-item-title > a{
		display: none;
	}
	.news-post-content{
		margin: 0;
	}
}

/* 项目链接移动适配 */
@media only screen and (max-width: 780px){
	.mall-detail-small-img {
		display: none;
	}
	.mall-detail-info p span{
		display: block;
	}
}