/*@import url(http://www.kemeworks.com/template/default/Index/css.css);*/


/* @font-face {
  font-family: 'PuHuiTi_b';
  src: url('http://www.kemeworks.com/template/pc/skin/fonts/Alibaba-PuHuiTi-B.ttf');
  font-weight: 100;
} */

/* @font-face {
  font-family: 'PuHuiTi_h';
  src: url('http://www.kemeworks.com/template/pc/skin/fonts/Alibaba-PuHuiTi-H.ttf');
  font-weight: 100;
}

@font-face {
  font-family: 'PuHuiTi_l';
  src: url('http://www.kemeworks.com/template/pc/skin/fonts/Alibaba-PuHuiTi-Light.ttf');
  font-weight: 100;
}

@font-face {
  font-family: 'PuHuiTi_m';
  src: url('http://www.kemeworks.com/template/pc/skin/fonts/Alibaba-PuHuiTi-Medium.ttf');
  font-weight: 100;
}

@font-face {
  font-family: 'PuHuiTi_r';
  src: url('http://www.kemeworks.com/template/pc/skin/fonts/Alibaba-PuHuiTi-Regular.ttf');
  font-weight: 100;
} */
@font-face {
  font-family: "webfont";
  font-display: swap;
  src: url('/font/webfont.eot'); /* IE9 */
  src: url('/font/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/font/webfont.woff2') format('woff2'),
  url('/font/webfont.woff') format('woff'), /* chrome、firefox */
  url('/font/webfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('/font/webfont.svg#webfont') format('svg'); /* iOS 4.1- */
 
  /* src: url('/font/Alibaba-PuHuiTi-Regular.ttf'); */
  /* src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
    url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
    url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg'); */

}

*,body,html {
  font-family: 'webfont' !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1200px){
  body,html {
    min-width: 1200px
  }
}


p {
  font-size: 14px;
  line-height: 22.4px;
}
.f16{
  font-size: 16px;
}
.f18{
  font-size: 18px;
}

h1 {
  font-size: 65px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 28px;
  font-weight: 300;
}

h4 {
  font-size: 22px;
  font-weight: 400;
}

h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
a:hover,a{
  text-decoration: none !important;
}

.btn {
  background-color: #333;
  margin-top: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 0px;
  padding: 3% 7%;
  display: inline-block;
  text-transform: uppercase;
}

.btn:hover,
.btn:focus {
  background-color: #000;
  color: #fff;
}

.btn-large {
  padding: 15px 40px;
}

/* ------------------------------------------------------------------------------
	 General Style
-------------------------------------------------------------------------------*/
a {
  color: #e84545;
}

a:hover,
a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

ul,
ol {
  margin: 0;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

ul li {
  list-style: none;
}

.section {
  padding: 50px 0;
}

.no-padding {
  padding: 0;
}

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.copyrights {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

/* ------------------------------------------------------------------------------
	 Header & navigation
-------------------------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  height: 85px;
  z-index: 999;
  background: #e3e0e080;
  /*margin-left: 3%;*/
  /*margin-right: 3%;*/
}

#header .header-content {
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  /*padding-top: 10px;*/
  /*padding-bottom: 10px;*/
  width: 100%;
  height: 100%;
  -moz-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}

#header .logo {
  font-size: 21px;
  color: #000;
  font-weight: 700;
  float: left;
  text-transform: uppercase;
  padding-left: 6%;
  /* padding-top: 20px; */
}

#header .logo img {
  width: 244px;
  transform: translateY(-29px);
}

#header.fixed {
  /*background-color: #fff;*/
}

#header.fixed .header-content {
  border-bottom: 0;
  /*padding: 25px 0;*/
}

#header.fixed .nav-toggle {
  top: 18px;
}

.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.navigation {
  float: right;
  padding-right: 0;
  width: 690px;
  height: 100%;
  /* padding-top: 12px; */
}

.navigation li {
  display: inline-block;
  margin: 0 2%;
  position: relative;
  height: 100%;
  text-align: center;
}

.navigation a {
  color: #294d59;
  font-size: 16px;
  font-weight: 300;
  margin-left: 40px;
  letter-spacing: 2px;
  text-decoration: auto;
  /*text-transform: uppercase;*/
}

.navigation a:hover,
.navigation a.active {
  color: #BD914E;
}

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-indent: 100%;
  top: 32px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-toggle:before,
.nav-toggle:after {
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}

.nav-toggle:before {
  background-color: #e84545;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.nav-toggle:after {
  background-color: #e84545;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.nav-toggle span {
  background-color: #fff;
  bottom: auto;
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  width: 18px;
  z-index: 10;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.nav-toggle span:before,
.nav-toggle span:after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.nav-toggle span:before {
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -webkit-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}

.nav-toggle span:after {
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}

.nav-toggle.close-nav:before {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.nav-toggle.close-nav:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav-toggle.close-nav span {
  background-color: rgba(255, 255, 255, 0);
}

.nav-toggle.close-nav span:before,
.nav-toggle.close-nav span:after {
  background-color: #fff;
}

.nav-toggle.close-nav span:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.nav-toggle.close-nav span:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}


.primary-nav {
  padding: unset;
  margin-bottom: 0;
  height: 100%;
}

.primary-nav .rnname {
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 0px;
}

.primary-nav .cnname {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}


/* ------------------------------------------------------------------------------
	 Header Slider
-------------------------------------------------------------------------------*/
.mySwiper .swiper-wrapper {
  /* height: 940px; */
}

.mySwiper .swiper-wrapper img {
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-pagination-bullet-active {
  background: #fff;
}

.mySwiper .swiper-pagination {
  /* bottom: 180px !important; */
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  background: #ffffff30;
  color: #fff;
  border-radius: 50%;
  width: 45px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
  font-weight: bold;
}

.swiper-button-prev {
  left: 3% !important;
}

.swiper-button-next {
  right: 3% !important;
}

.swiper-wrapper .titlt {
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 46%;
  color: #fff;
  font-weight: bold;
}

.swiper-wrapper .intro {
  text-align: center;
  position: absolute;
  top: 49%;
  left: 41%;
  color: #fff;
}





.carousel {
  width: 94%;
  height: 500px;
  margin: auto;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.carousel-caption {
  bottom: 40%;
  color: #fff;
  left: 15%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  right: 15%;
  text-align: center;
  z-index: 10;
}

.carousel-caption h3 {
  font-family: "Open Sans", sans-serif;
  color: #2d3033;
  text-shadow: none;
  font-size: 31px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.carousel-caption p {
  font-family: "Open Sans", sans-serif;
  color: #6c7279;
  text-shadow: none;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
}

.carousel-control.left {
  background: none;
}

.carousel-control.right {
  background: none;
}

.carousel-control {
  opacity: 1;
  text-shadow: none;
}

/* ------------------------------------------------------------------------------
	 Services
-------------------------------------------------------------------------------*/
.services {
  width: 94%;
  margin: auto;
  background-color: #f2f2f2;
}

.services h4 {
  font-size: 33px;
  line-height: 33px;
  letter-spacing: 2px;
  font-weight: 300;
}

.services h5 {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 10%;
  text-transform: none;
}

.services p {
  color: #6c7279;
  font-size: 13px;
  font-weight: 400;
  margin-top: 7%;
}

.services-content {
  margin: 50px;
}

.services-content li a {
  color: #6c7279;
  line-height: 30px;
}

.services-content li a:hover {
  color: #000;
}

/* ------------------------------------------------------------------------------
	 Portfolio
-------------------------------------------------------------------------------*/
#portfolio {
  width: 92%;
  /*height: 960px;*/
  margin: auto;
}

#portfolio .portfolio-item {
  margin: 0;
  padding: 0;
  /*height: 387px;*/
}

#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  margin: 0 auto;
}

#portfolio .portfolio-item .portfolio-link .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  opacity: 0;
  /* background: linear-gradient(to bottom, rgba(255,255,0,0.5) rgba(255,255,255,1)); */
  background: linear-gradient(to bottom, #ffffff00, #ffffff90);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  /* position: absolute;
  bottom:0; */
  width: 100%;
  height: 20px;
  margin-top: 70px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3 {
  margin: 0;
  color: #000;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 10px 0;
  color: #000;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content .line {
  color: #000;
}

#portfolio * {
  z-index: 2;
}

/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
  width: 94%;
  margin: auto;
  background-color: #333;
  position: relative;
  text-align: center;
}

.testimonials blockquote {
  border: 0;
  margin: 0;
  padding: 100px 15%;
}

.testimonials h1 {
  color: #fff;
  font: 19px "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}

.testimonials p {
  color: #fff;
  display: block;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 2px;
  font-weight: 400;
  margin-top: 30px;
  text-transform: uppercase;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
  width: 100%;
  margin: auto;
  text-align: left;
  padding-top: 5%;
  padding-left: 3.5%;
  padding-right: 3.5%;
  padding-bottom: 7%;
  background: #9fc1ca;
}

.footer h4 {
  font-size: 13px;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0px;
}

.footer .list {
  display: flow-root;
}

.footer .list .item {
  float: left;
  margin: 0 10px;
  position: relative;
}

.footer .list .item img {
  height: 20px;
}

.footer .list .item:hover .wxtip {
  display: block;
}

.footer .list .item .wxtip {
  display: none;
  position: absolute;
  top: -108px;
  left: -36px;
  width: 100px;
  height: 100px;
  z-index: 1;
}

.footer .desc {
  margin-top: 10px;
  font-size: 11px;
}

.footer p {
  font-size: 11px;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .footer-share {
  margin-top: 0;
}

.footer .footer-share li {
  display: inline-block;
  float: none;
}

.footer .footer-share a {
  border: none;
  font-size: 13px;
  color: #000;
  letter-spacing: 15px;
}

.footer .fa-heart {
  color: #e84545;
  font-size: 11px;
  margin: 0 2px;
}

/* ------------------------------------------------------------------------------
	 Work Detial 
-------------------------------------------------------------------------------*/

.work-detail {
  width: 94%;
  margin: auto;
}

.work-detail-margin {
  margin-top: 7%;
}

.detail-image img {
  width: 100%;
}

.detail-contentbox {
  background-color: #f2f2f2;
  padding: 3%;
}

.detail-content h4 {
  font-size: 27px;
  line-height: 27px;
  letter-spacing: 1px;
  font-weight: 300;
}

.detail-content p {
  color: #6c7279;
  font-size: 13px;
  font-weight: 400;
  margin-top: 7%;
}

.idx_box1 {
  /* width: 1200px; */
  margin: 0 auto;
  padding: 90px 0;
  text-align: center;
}

.idx_box1 .p1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}

.idx_box1 .p2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.idx_box1 .p3 {
  font-size: 16px;
  line-height: 26px;
  margin-top: 30px;
}

.idx_box1 .more {
  display: block;
  width: 90px;
  margin: 0 auto;
  font-size: 18px;
  margin-top: 57px;
  background-color: rgb(158, 193, 199);
  color: #fff;
  padding: 5px 10px;
}

#service {
  width: 100%;
  margin: auto;
  padding-left: 3.5%;
  padding-right: 3.5%;
  background: #f4f5ef;
}

#service .portfolio-item {
  width: 24%;
  margin: 1% 0.5%;
  padding: 0 2px;
  float: left;
}

#service .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  margin: 0 auto;
}

#service .portfolio-item .portfolio-link .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(to bottom, #00000050, #00000090);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

#service .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}

#service .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  bottom: 26%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

#service .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}

#service .portfolio-item .portfolio-link .caption .caption-content h3 {
  margin: 0;
  color: #e9eaed;
  font-size: 16px;
  /* letter-spacing: 4px; */
  text-transform: uppercase;
}

#service .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 10px 0;
  color: #e9eaed;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#service * {
  z-index: 2;
}

#service .img-responsive {
  /* border: 2px solid #9fc1ca; */
}

#product {
  width: 100%;
  margin: auto;
  padding-left: 3.5%;
  padding-right: 3.5%;
}

#product .portfolio-item {
  width: 24%;
  /*height: 520px;*/
  margin: 0 0.5%;
  padding: 0 2px;
  float: left;
}

#product .portfolio-item .portfolio-link {
  height: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}

#product .portfolio-item .portfolio-link .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(to bottom, #ffffff50, #ffffff90);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

#product .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}

#product .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  bottom: 20%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  font-size: 20px;
  color: #fff;
  padding-left: 10%;
}

#product .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}

#product .portfolio-item .portfolio-link .caption .caption-content h3 {
  margin: 0;
  color: #000;
  font-size: 18px;
  /* letter-spacing: 4px; */
  text-transform: uppercase;
  margin-bottom: 5px;
}

#product .portfolio-item .portfolio-link .caption .caption-content .line {
  color: #000;
}

#product .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 10px 0;
  color: #000;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#product * {
  z-index: 2;
}

#product .img-responsive {
  height: 100%;
  width: 100%;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide-active {
  overflow: auto !important;
}

.mySwiper {
  width: 100%;
  display: block;
  height: auto;
  /* min-height: 720px; */
  margin: 0 auto;
}

.mSwiper {
  display: none;
}

.two_tab {
  display: none;
  z-index: 1;
  position: absolute;
  background: #e3e0e080;
  width: 120px;
  /* padding-left: 16px; */
  transform: rotateX(26deg);
  top: 67px;
}

.two_tab a {
  margin-left: unset;
  width: 120px;
  display: block;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
}

.primary-nav li:hover .two_tab {
  display: block;
}

@media screen and (max-width: 1680px) {
  .navigation {
    padding-right: 0%;
    /* width: 60%; */
  }
}


@media screen and (max-width: 720px) {

  .mSwiper {
    display: block;
  }

  .idx_box1 {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
  }

  .idx_box1 .p1 {
    font-size: 22px;
  }

  .idx_box1 .p2 {
    font-size: 18px;
  }

  .idx_box1 .p3 {
    font-size: 14px;
    line-height: 20px;
  }

  .idx_box1 .more {
    font-size: 16px;
  }

  #portfolio .portfolio-item {
    margin: 5px 0;
  }

  #service .portfolio-item {
    width: 49%;
  }

  #product .portfolio-item {
    width: 49%;
    height: 200px;
    margin: 1% 0.5%;
  }
  .portfolio-link2{
    transform: translateX(-3px);
  }


  #header .logo {
    padding-left: 0;
    padding-top: 0;
  }

  #header .logo img {
    width: 90px;
    transform: translateY(0);
  }

  .nav-toggle {
    top: 16px;
  }

  #product .portfolio-item .portfolio-link .caption .caption-content h3 {
    font-size: 12px;
    margin-bottom: 27px;
    letter-spacing: 2px;
    margin-bottom: 0px;
  }

  #product .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0px 0;
  }

  #portfolio .portfolio-item .portfolio-link .caption .caption-content {
    bottom: 32%;
  }

  #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 5px 0;
  }

  #service .portfolio-item .portfolio-link .caption .caption-content h3 {
    font-size: 12px;
    letter-spacing: 2px;
  }

  #service .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 4px 0;
  }

  #product .portfolio-item .portfolio-link .caption .caption-content {
    bottom: 34%;
  }





}

.al-c {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.second-con-box {
  margin: 80px auto;
  width: 1000px;

}

.baiyetonghua-div {
  display: flex;
  flex-flow: wrap;

  margin-bottom: 30px;
}

.baiyetonghua-div>div {
  width: 50%;

}

.baiyetonghua-div img {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.baiyetonghua-txt {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ch-txt {
  font-weight: bold;
  line-height: 26px;
}

.en-txt {
  line-height: 26px;
  margin-top: 10px;
}

.baiyetonghua-word {
  text-align: left;
  font-weight: bold;
  line-height: 28px;
  /* width: 80%; */
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  margin: 40px auto;
}


.chaowan-div {
  display: flex;
  flex-wrap: wrap;
}

.chaowan-div-right {
  flex: 1.2;
  width:500px
}

.chaowan-div-right img {
  width: 100%;
}

.chaowan-div-left {
  flex: 1;
  margin-right: 100px;
  margin-top: 80px;
}

.chaowan-header {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  letter-spacing: 2px;
}

.chaowan-div-left .left-div {
  margin-top: 40px;
}

.chaowan-div-left .left-div p {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}


.about-us-div-header {
  font-size: 28px;
  letter-spacing: 2px;
}

.about-us-second-header {
  font-size: 22px;
  margin-top: 10px;
}

.about-us-cn-txt,
.about-us-en-txt {
  font-size: 16px;
  line-height: 30px;
  margin-top: 45px;
}

.company-dec {
  background: #cfe1e1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.about-img-txt-div {
  display: flex;
  margin-bottom: 20px;
}

.about-img-txt-img {
  flex: 1.2;
  /* height: 350px; */
}

.about-img-txt-img img {
  width: 100%;
  /* height: 350px; */
}

.about-img-txt-txt {
  /* height: 320px; */
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cfe1e1;
}

.txt-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.about-img-txt-txt>div {
  width: 87%;
  margin-left: auto;
  margin-right: auto;

}

.about-img-txt-div>:first-child {
  margin-right: 20px;
}

.about-img-txt-txt .txt-coc {
  line-height: 30px;
}

.jiaji-div {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  grid-gap: 20px;
  margin-bottom: 50px;
  /* grid-template-rows: 500px 500px; */
}

.jiaji-div dd {
  margin-bottom: 10px;
}

.jiaji-div dl {
  margin-bottom: 10px;
}

.jiaji-div dt img {
  width: 100%;
}

.jiaji-div .dd-title {
  font-size: 26px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.jiaji-div .dd-con {
  font-size: 16px;
}

.life-div>article {
  margin-bottom: 50px;
}

.life-img-box {
  display: flex;
  margin-bottom: 40px;
}

.life-img-box>div {
  flex: 1;
}

.life-img-box>div:nth-child(1) {
  margin-right: 10px;
}

.life-img-box>div:nth-child(2) {
  margin-left: 10px;
}

.life-img-box img {
  width: 100%;
}

.life-con-title {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.life-con-txt {
  font-size: 16px;
  line-height: 30px;
  width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.lxwm-list {
  border-bottom: 1px solid #e7e8e3;
}

.lxwm-header {
  font-size: 40px;
  letter-spacing: 2px;
}

.lxwm-sub-header {
  font-size: 24px;
  margin-top: 10px;
}

.lxwm-email {
  font-size: 16px;
  margin-top: 30px;
}

.lxwm-list-left {
  display: flex;
  flex-wrap: wrap;
  /* flex: 1.5; */
}

.lxwm-list-left dl {
  width: 50%;
  margin-bottom: 50px;
}

.lxwm-list-left dt {
  width: 150px;
  height: 150px;
  background: #000;
  margin-left: auto;
  margin-right: auto;
}

.lxwm-list-left dd {
  font-size: 18px;
  margin-top: 30px;
}

.lxwm-social-div {
  display: flex;
  flex-wrap: wrap;
}

.lxwm-list-right {
  transform: translateY(45px);
  flex: 1;
}

.lxwm-list-right-txt {
  font-size: 18px;
  margin-top: 30px;
}



.mdmxt-img-box,
.rollisgongziche-img-box,
.qimiaoluli-img-box {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-gap: 20px;
  margin-bottom: 20px;
}

.mdmxt-img-box img,
.rollisgongziche-img-box img,
.qimiaoluli-img-box img {
  width: 100%;
}

.modengmaxituan-div .p-txt {
  font-size: 18px;
  text-align: left;
  line-height: 30px;
  margin-top: 10px;
}

.rollisgongziche-txt {
  margin: 50px auto 0;
  width: 92%;
  font-size: 18px;
  line-height: 30px;
}

.qimiaoluli-txt {
  font-size: 20px;
  margin: 40px 0;
}

.luli-info {
  background-color: #e9eae4;
  padding:40px;
  display: flex;
  flex-wrap: wrap;
}

.luli-info-left {
  flex: 1;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  padding-top: 50px;
}

.luli-info-left header {
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.luli-info-left p {
  font-weight: bold;
  font-size: 15px;
}

.luli-info-right {
  flex: 2;
  background: #fff;
  margin-left: 20px;
  padding: 30px;

}

.luli-info-right header {
  font-size: 20px;
  margin-bottom: 24px;
}

.luli-info-right p {
  font-size: 16px;
  line-height: 30px;
}

.qimiaoluli-txt2 {
  width: 90%;
  margin: 40px auto;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
}

.tianmengwangguo-txt {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  margin-top: 50px;
}


.yishutuandui-header {
  font-size: 34px;
}

.yishutuandui-sub-header {
  font-size: 20px;
  margin: 20px 0;
}

.yishutuandui-bg {
  background: #e5e6e0;
  padding: 20px 0;
}
.yishutuandui-photo{
  position: relative;
}
.design-photo-txt{
  position: absolute;
  display: flex;
  color: #fff;
  bottom: 50px;
  padding:0 150px
}
.design-photo-txt-left{
  width: 200px;
  margin-right: 30px;
}
.design-photo-txt-left-p1{
  font-size: 24px;
  font-weight: bold;
}
.design-photo-txt-left-p2{
  font-size: 18px;
  font-weight: bold;
}
.design-photo-txt-right{
  font-size: 18px;
  padding-left: 50px;
  padding-right: 50px;
}
.yishutuandui-photo img {
  width: 100%;
  position: relative;
}

.shouquan-one {
  display: flex;
  flex-wrap: wrap;
}

.shouquan-one>div {
  position: relative;
  /* height: 285px; */
  width: 50%;
}

.shouquan-one img {
  width: 100%;
  /* height: 285px; */

}

.shouquan-one-txt {
  padding: 10px 0 30px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  /* background:rgba(255,255,255,0.5); */
  background: linear-gradient(to bottom, #ffffff00, #ffffff90);
  opacity: 0;

  /* background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.8)); */
}
.shouquan-one-txt :nth-child(2){
  white-space: nowrap;

}
.shouquan-one-txt:hover{
  opacity: 1;
}

.shouquan-one-txt h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
  padding: 0 20px;
  margin-top: 135px;
}

.shouquan-one-txt>div {
  font-size: 16px;
  margin-bottom: 5px;
  padding: 0 20px
}

.shouquan-two {
  background: #e5e6e0;
  padding: 30px 0;
}

.shouquan-two-box {
  width: 1000px;
  margin: 0 auto;
}

.shouquan-two-box {
  display: flex;
  grid-gap: 20px;
}

.shouquan-two-list {
  position: relative;
}

.shouquan-two-txt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  color: #fff;
  padding-top: 130px;
  text-align: center;
  font-size: 18px;
  opacity: 0;
}
.shouquan-two-txt:hover{
  opacity: 1;
}

.shouquan-two-list img {
  width: 100%;
}

.shouquan-open-planning h3,
.second-con-box h3 {
  font-size: 24px;
}

.shouquan-open-planning h4,
.second-con-box h4 {
  font-size: 18px;
  margin-top: 20px;
}

.big-temp-img img {
  width: 100%;
}

.holp-coorpration {
  background: #e5e6e0;
  padding: 30px 0;
}

.more-btn-box {
  margin-top: 40px;
}

.more-btn {
  background: #91b1bc;
  display: inline-block;
  width: 70px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.more-btn:hover{
  color: #fff !important;
}
.index-slide-1{
 background: url(../images/index/1.jpg) no-repeat center center;background-size: cover;height: 940px;
}
.index-slide-2{
  background: url(../images/index/2.jpg) no-repeat center center;background-size: cover;height: 940px;
 }
 .index-slide-3{
  background: url(../images/index/3.png) no-repeat center center;background-size: cover;height: 940px;
 }
 .index-slide-4{
  background: url(../images/index/4.png) no-repeat center center;background-size: cover;height: 940px;
 }
 
.index-swiper .swiper-slide>article{
position: absolute;
bottom: 0;
color: #fff;

}
.index-swiper .swiper-slide>article h2{
  font-size:40px;
  text-align: center;
}
.slide-article4{
  color:#294d59
}
.index-swiper .swiper-slide>article h3{
  font-size: 18px;
  margin-top: 20px;
  text-align: center;

}
.slide-article1,.slide-article2{
  top: 50%;
  left: 50%;
  transform: translate(-200px,-50px);
}
.slide-article3,.slide-article4{
  top: 50%;
  left:10%;
  transform: translateX(-50px);

  /* transform: translateX(-200px); */
}
.slide-article4{
  color: #000 !important;
}

.zhanlan-div{
  margin-bottom: 30px;
}
.zhanlan-div img{
  width: 100%;
}
.zhanlan-div .p1{
  font-size: 24px;
  margin-top: 20px;
}
.zhanlan-div .p2{
  font-size: 18px;
}
.zhanlan-banner-div{
  position: absolute;
  top: 45%;
  left: 12%;
  color: #294d59;
}
.lianxiwomen-banner-div{
  position: absolute;
  color: #fff;
  right: 10%;
  top: 20%;
}
.jiaji-banner-div{
  position: absolute;
  left: 5%;
  bottom: 10%;
  color: #294d59;
}
.shangyekongjian-banner-div{
  position: absolute;
  top: 15%;
  left: 10%;
  color: #294d59;

}
.zhanlan-banner-div-white{
  color: #fff;
 top:initial;bottom: 15%;
}
.zhanlan-banner-div .p1,.lianxiwomen-banner-div .p1,.jiaji-banner-div .p1,.banner-div .p1{
  font-size: 44px;
}
.zhanlan-banner-div .p2,.lianxiwomen-banner-div .p2,.jiaji-banner-div .p2,.banner-div .p2{
  font-size: 28px;
  padding-top: 10px
}
.jiaji-banner-div .p3,.banner-div .p3{
  color: #294d59;
  font-size: 14px;
}
.lianxiwomen-banner-div .p3{
  font-size: 14px;
}

.index-social-part{
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.index-social-part dd{
  margin-top: 20px;
  font-size: 16px;
}
.index-social-part dl{
  flex: 1;
}
.social-douyin-box{
  flex: 3;
  font-size: 16px;
}
.social-douyin-box img{
  width: 75px;
  height: 75px;
}
.social-douyin-box .social-name{
  text-align: center;
  font-size: 16px;
  margin-top: 58px;
  font-weight: bold;
  white-space: nowrap;
}
.social-douyin-box .social-name span{
margin:0 20px;
}
.social-icon{
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.zongtai-banner-txt{
  position: absolute;
  bottom: 10%;
  left: 20%;
}
.banner-txt-1{
  font-size: 44px;
  letter-spacing: 3px;
  color: #fff;
}
.banner-txt-2{
  font-size: 22px;
  color: #fff;
  margin-top: 20px;

}
.nodengmaxituan-banner-txt{
  background:rgba(0,0,0,0.2);
  padding:20px 10px 10px;
}
#contact .col-md-3:nth-child(1),#contact .col-md-3:nth-child(2){
  transform: translateX(20px);
}
#contact .col-md-3:nth-child(3){
  transform: translateX(40px);
}

.keme-x-banner-bottom-txt{
  background: #e9eae4;
  padding:30px 0;
}
.keme-x-banner-bottom-txt>div{
  width:65%;
  font-size: 16px;
  margin:0 auto;
  line-height: 30px;
}

.ppsq-en-txt{
  font-size: 20px;
}
.ppsq-ch-txt{
  font-size: 20px;
}
.child-page-swiper{
  /* height: 300px; */
}


@media screen and (min-width: 1201px) {

    /*语言切换按钮*/
    .lang_nav{
        position: absolute;
        top: 45px;
        left: 480px;
    }
    .lang{
        line-height: 20px;
        vertical-align: middle;
        font-size: 16px;
        margin-top: -12px;
        margin-right: 2px;
        margin-left: 2px!important;
        padding: 2px 5px 1px 5px;
        border-radius: 3px;
        /*border: 1px solid #000;*/
        border: none;
    }
    .lang_nav_wap{
        display:none!important;
    }
}

@media screen and (max-width: 1200px) {

    /*语言切换按钮*/
    .lang_nav{
    }
    .lang{
        line-height: 20px;
        vertical-align: middle;
        font-size: 16px;
        margin-top: 12px!important;
        margin-right: 10px!important;
        margin-left: 10px!important;
        padding: 2px 5px 1px 5px;
        border-radius: 3px;
        border: 1px solid #fff;
        width: 100px;
        float: left;
    }
    .lang_nav_wap{ 
        padding-left: 18%;
    }
}