/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.w104-group .group-wrap {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.w104-group .group-intro {
  width: 50%;
}
.w104-group .group-intro > .wrap {
  max-width: 830px;
  margin-left: auto;
  padding: 32px;
}
.w104-group .group-cover {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .w104-group .group-wrap {
    flex-direction: column;
  }
  .w104-group .group-intro {
    width: 100%;
  }
  .w104-group .group-cover {
    width: 100%;
  }
}
.w104-corp > h3 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(189,126,121);
  margin-bottom: 32px;
}
.w104-corp > p {
  font-size: 16px;
  color: #666;
  text-align: justify;
  line-height: 2;
}
.w104-corp > a {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  background-color: rgb(189,126,121);
  color: #fff;
  text-align: center;
  padding: 0 40px 0 24px;
  margin-top: 32px;
  position: relative;
  border-radius: 20px;
  transition: background-color .4s;
  font-weight: 700;
}
.w104-corp > a:after {
  content: '→';
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  transition: transform .4s;
}
.w104-corp > a:hover {
  background-color: #333;
}
.w104-corp > a:hover:after {
  transform: translateX(8px);
}
@media screen and (max-width: 1280px) {
  .w104-corp > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .w104-corp > p {
    font-size: 14px;
    line-height: 1.8;
  }
  .w104-corp > a {
    font-size: 14px;
    line-height: 32px;
    padding: 0 32px 0 20px;
    margin-top: 24px;
    border-radius: 16px;
  }
  .w104-corp > a:after {
    right: 12px;
  }
}
@media screen and (max-width: 992px) {
  .w104-corp {
    text-align: center;
  }
  .w104-corp > h3 {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
  }
  .w104-corp > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    -webkit-line-clamp: 3;
    text-align: center;
    line-height: 1.5;
  }
  .w104-corp > a {
    font-size: 12px;
    line-height: 28px;
    padding: 0 28px 0 16px;
    margin-top: 16px;
    border-radius: 14px;
  }
  .w104-corp > a:after {
    right: 8px;
  }
}

/*!- w104-corp end -*/
/*!- w104-video begin -*/
.w104-video {
  position: relative;
}
.w104-video .media img,.w104-video .media video {
  display: block;
  max-width: 100%;
  height: auto;
}
.w104-video .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  box-sizing: border-box;;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 32px;
  transition: color .4s;
}
.w104-video .intro .icon i:before {
    font-family: "iconfont" !important;
    content: "\e757";
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    font-size: 64px;
    line-height: 60px;
}
.w104-video .intro .icon {
  font-size: 64px;
  margin-bottom:10px;
}
.w104-video .intro .icon i {
  font-size: inherit;
}
.w104-video .intro .text {
  font-size: 20px;
  font-weight: normal;
}
.w104-video .intro:hover {
  color: rgb(189,126,121);
}
@media screen and (max-width: 1280px) {
  .w104-video .intro {
    padding: 24px;
  }
  .w104-video .intro .icon {
    font-size: 48px;
  }
  .w104-video .intro .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .w104-video .intro {
    padding: 16px;
  }
  .w104-video .intro .icon {
    font-size: 56px;
  }
  .w104-video .intro .text {
    font-size: 16px;
  }
}
.w104-section {
  padding: 40px 0;
  width:94%;margin:auto;max-width:1200px;
  /*background-color: #eee;*/
}
@media screen and (max-width: 1280px) {
  .w104-section {
    padding: 24px 0;
  }
}
@media screen and (max-width: 992px) {
  .w104-section {
    padding: 16px 0;
  }
}
.w104-wrapper {
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding: 0 32px;
}
@media screen and (max-width: 1280px) {
  .w104-wrapper {
    padding: 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .w104-wrapper {
    padding: 0 16px;
  }
}
.w104-meta .meta-wrap ul {
  display: flex;
}
.w104-meta .meta-wrap ul li {
  position: relative;
  width: 25%;
  height: 100%;
}
.w104-meta .meta-wrap ul li .wrap {
  display: block;
  text-align: center;
  padding: 16px;
}
.w104-meta .meta-wrap ul li .wrap img {
  display: block;
  height: 64px;
  max-width: 100%;
  margin: 0 auto;
}
.w104-meta .meta-wrap ul li .wrap h4 {
  font-size: 32px;
  font-weight: normal;
  margin: 16px 0 12px;
  line-height: 1;
  color: rgb(189,126,121);
}
.w104-meta .meta-wrap ul li .wrap p {
  font-size: 16px;
  margin: 0;
  color: rgb(189,126,121);
  font-weight: bold;
}
.w104-meta .meta-wrap ul li:after {
  display: block;
  content: '';
  position: absolute;
  background-color: #d9d9d9;
  width: 1px;
  height: 60%;
  top: 20%;
  left: 0;
}
.w104-meta .meta-wrap ul li:first-child:after {
  display: none;
}
@media screen and (max-width: 1280px) {
  .w104-meta .meta-wrap ul li .wrap {
    padding: 8px;
  }
  .w104-meta .meta-wrap ul li .wrap img {
    height: 48px;
  }
  .w104-meta .meta-wrap ul li .wrap h4 {
    font-size: 28px;
    margin: 12px 0 8px;
  }
  .w104-meta .meta-wrap ul li .wrap p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w104-meta .meta-wrap ul {
    flex-wrap: wrap;
  }
  .w104-meta .meta-wrap ul li {
    width: 50%;
  }
  .w104-meta .meta-wrap ul li .wrap {
    padding: 16px 4px;
  }
  .w104-meta .meta-wrap ul li .wrap img {
    height: 32px;
  }
  .w104-meta .meta-wrap ul li .wrap h4 {
    font-size: 24px;
    margin: 8px 0 4px;
  }
  .w104-meta .meta-wrap ul li .wrap p {
    font-size: 12px;
  }
  .w104-meta .meta-wrap ul li:nth-child(2):after {
    height: 50%;
    transform: rotate(45deg);
    top: 75%;
  }
  .w104-meta .meta-wrap ul li:nth-child(4):after {
    height: 50%;
    top: -25%;
    transform: rotate(-45deg);
  }
  .w104-meta .meta-wrap ul li:nth-child(odd):after {
    display: none;
  }
}
.mod-othercontent01-title .mod-title{text-align:center; padding:0 calc(1vw + 10px) calc(1vw + 10px);}
.mod-othercontent01-title .title-left{float:none; display:flex; justify-content:center; flex-direction:column; align-items:center;}
.mod-othercontent01-title .title-left:after{content:""; display:block; width:200px; margin:5px 0;}
.mod-othercontent01-title .title-right{float:none; max-width:980px; margin:auto;}
.mod-othercontent01-title .title-right-span{display:block;}
.mod-othercontent01-title .mod-title h2{font-size: calc(1.2vw + 16px); line-height: calc(1.25vw + 20px); color:transparent; font-weight: 500; background:linear-gradient(90deg,rgb(189,126,121) 70%,rgb(234,188,184)); -webkit-background-clip: text !important;}
.mod-othercontent01-title .mod-bottom{padding-top:calc(1vw + 10px);}
.mod-othercontent01-title .bottom-left{display:flex; flex-wrap:wrap; justify-content:center;}
.mod-othercontent01-title .bottom-left a{color:#fff; background:rgb(189,126,121); padding:calc(0.5vw + 5px) calc(1vw + 10px); min-width:120px; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; border-radius:0 20vw 20vw 20vw;}
.mod-othercontent01-title .bottom-left a:after{content:"\f105"; font:calc(0.3vw + 14px)/1 FontAwesome;}
.mod-othercontent01-title .bottom-left a:hover{background:#75b61f;}

.layout-serve{padding:calc(2% + 20px) 0;}
.layout-serve .mod-othercontent01 .content-bg{display:flex; flex-wrap:wrap; justify-content:space-between;font-family: "Montserrat", Sans-serif;}
.layout-serve .mod-othercontent01 .content-bg *{transition:All 0.3s ease-in-out;}
.layout-serve .mod-othercontent01 .text{width:calc(100%/3 - 10px); margin:calc(1vw + 30px) 5px 5px; padding:calc(1vw + 10px) calc(1.5vw + 10px) calc(0.5vw + 10px); box-sizing:border-box;}

.layout-serve .mod-othercontent01 .text span{width:calc(1.1vw + 55px); border-radius:50%; overflow:hidden; background:rgb(189,126,121); margin:calc(-1.55vw - 37.5px) auto 0; display:block;}
.layout-serve .mod-othercontent01 .text h3{font-size: calc(0.3vw + 16px); line-height: calc(0.5vw + 20px); font-weight:500; color:rgb(189,126,121); padding-top:calc(0.5vw + 5px);font-weight:700;text-align:center}
.layout-serve .mod-othercontent01 .text ul{padding:calc(0.25vw + 5px) 0 calc(1.5vw + 10px);min-height:203px}
.layout-serve .mod-othercontent01 .text li{display:flex; align-items:start;margin-bottom:10px}
.layout-serve .mod-othercontent01 .text li:before{content:"✓"; color:rgb(189,126,121); flex:0 0 20px;}
.layout-serve .mod-othercontent01 .text a{color:#333;}
.layout-serve .mod-othercontent01 .text a:after{font-family: "iconfont" !important;content:"\e650"; font:calc(0.2vw + 14px)/1 FontAwesome; padding-left:calc(0.5vw + 10px);}
.layout-serve .mod-othercontent01 .text:hover{background:#fff; border-radius:calc(0.5vw + 5px);}
.layout{overflow:hidden;}
.more-blod{font-weight:700;color:rgb(189, 126, 121)!important; }
.layout-bg{box-sizing:border-box; width:94%; max-width:1340px; margin:auto; overflow:visible;}
.mod .mod-title{overflow:hidden; font-weight:inherit;}
.mod .title-bg{overflow:hidden;}
.mod .title-right{font-weight:inherit;}
.mod a{color:#333;}
.mod-color .mod-content img{display:block; max-width:100%; margin:auto; transition:All 0.3s ease-in-out;}
*:disabled{cursor:not-allowed !important;}
.disabled{cursor:not-allowed !important;}
@media(max-width:480px){
 .layout-serve .mod-othercontent01 .text{width:100%;}
 .layout-serve .mod-othercontent01 .text ul{min-height:auto}
}

.sqRoll {
    float: left;
    width: 100%;
}
.sqRoll .roll {
    width: 1180px;
    margin: 0 auto;
    z-index: 1;
    min-height: 120px !important
}

.sqRoll .images_rolling {
    width: 100%
}

.sqRoll .imageflow {
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 0;
    margin: 0 auto
}

.sqRoll .imageflow img {
    border: 0;
    position: absolute;
    top: 0;
    -ms-interpolation-mode: bicubic;
    visibility: hidden;
    box-shadow: 0 0 8px 1px rgba(171, 165, 165, 0.7);
    max-height: 100%
}

.sqRoll .image_show {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background: rgba(0, 0, 0, .6);
    z-index: 999
}

.sqRoll .image_bigger {
    display: block;
    margin: auto;
    width: 30%
}

.sqRoll .image_show .close {
    position: absolute;
    top: 35px;
    right: 25px;
    color: #f1f1f1;
    font-size: 60px;
    font-weight: bold;
    transition: .3s
}

.sqRoll .close:hover,
.sqRoll .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

.sqRoll .showText {
    text-align: center
}

@media(max-width:1500px) and (min-width:1200px) {
    .sqRoll .imageflow {
        position: relative;
        text-align: left;
        width: 80%;
        z-index: 0;
        margin: 0 auto
    }
}

@media(max-width:1200px) and (min-width:1024px) {
    .sqRoll .roll {
        width: 100%
    }

    .sqRoll .image_bigger {
        margin: 0 auto;
        width: 60%
    }
}

@media(max-width:1024px) and (min-width:990px) {
    .sqRoll .roll {
        width: 100%
    }

    .sqRoll .image_bigger {
        margin: 0 auto;
        width: 80%;
        height: 80%
    }
}

@media(max-width:989px) and (min-width:768px) {
    .sqRoll .roll {
        width: 100%
    }

    .sqRoll .image_bigger {
        margin: 0 auto;
        width: 80%
    }
}

@media(max-width:768px) and (min-width:420px) {
    .sqRoll .roll {
        width: 100%
    }

    .sqRoll .image_show {
        padding-top: 20px
    }

    .sqRoll .image_bigger {
        margin: 0 auto;
        width: 80%;
        height: 80%
    }
}

@media(max-width:420px) {
    .sqRoll .roll {
        width: 100%
    }

    .sqRoll .image_bigger {
        margin: 0 auto;
        width: 90%
    }
}
.knowledge {
    width: 94%;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.knowledge-title h2
{
   font-size: 38px !important;
    line-height: 42px !important;
    letter-spacing: 0px !important;
    font-weight: 700;
        margin-bottom: 0.5em;
        color:rgb(189,126,121);
}
.knowledge-title p {
    margin-bottom: 20px;
    color: rgb(234,188,184);
}
.knowledge-title  span a {
    background-color: rgb(189,126,121);
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 0.6em 2em !important;
    display: inline-block;
    border-radius: 4px;
    font-weight: bold;
}
.knowledge-title  span a:hover {
    background-color: #333;
    color: #fff;
}
        .hover_corner:before {
         content:" ";
         width:0px;height:0px;
         position:absolute; left:0px; top:0px;
         transition: 0.5s all ease-in-out;
        }          
         .hover_corner {
		width: 100%;
		transition: 0.5s all ease-in-out;
		position:relative;
             
         }
	
.knowledge-body{display:flex;column-gap:30px;color: rgb(189,126,121);}
.knowledge-body a{color:rgb(189,126,121);}
.knowledge-item-img img{max-width:100%}
.knowledge-item h3{font-size:28px;font-weight:700;    letter-spacing: 1px !important;margin-bottom:14px}
.knowledge-item-info{line-height:24px;;margin-top:14px}
.knowledge-body .knowledge-item:first-child{margin-top:140px}
.knowledge-body .knowledge-item:nth-child(2){margin-top:70px}
.knowledge-item:hover .hover_corner{box-shadow: 8px 8px 8px 0 rgb(0 0 0 / 15%);}
.knowledge-item:hover .hover_corner:before {
content:" ";
width:50px;height:50px;
position:absolute; left:0px; top:0px;
background:linear-gradient(to bottom right,#fff,#fff 50%,#333 50%,#333);
}
@media(max-width:420px) {
    .knowledge-title h2 {font-size:28px !important}
    .hidden-xs {
    display: none !important;
}
   .knowledge-body{display:block}
   .knowledge-item h3{font-size:24px;    letter-spacing: 0px !important;}
   .knowledge-body .knowledge-item{
    margin-top: 2em !important;
}
html, 
}