/*
  Theme Name: Name - MED SPA PSD To HTML
  Author: Thmelex
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/
/* CSS Index 
-----------------------------------
1. Theme default css
2. back to top
3. Preloader
4. header-area
5. slider-area
6. section-title
7. services-area
8. therapy-area
9. gallery-image
10. features-area 
11. appionment-area 
12. testimonial-area 
13. package-area
14. blog-area
15. member-area
16. brand-area
17. fotter-area
18. breadcrumbs-area
19. welcome-area
20. productivity
21. video-area
22. team-area
23. exclusive-feature-area
24. pricing-area
25. portfolio-area 
26. services-info 
27. massage-info 
28. tab-area 
29. services-slider-area
30. blog-area
31. blog-details-page
32. pagination-area 
33. contact-info
34. contact-form-area
35. video-ripple
36. right-side-modal
37. sticky-animation
38. moving-animation
*/
/* 1. Theme default css */
body {
  font-family: '微软雅黑', serif;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #616263;
  font-size: 16px;
}

.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #586794;
}

a:focus,
a:hover {
  color: #231815;
  text-decoration: none;
}

a,
button {
  color: #231815;
  outline: medium none;
}

a {
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: '微软雅黑', serif;
  font-weight: 500;
  color: #1f152d;
  margin-top: 0px;
  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-family: '微软雅黑', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #586794;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.container-fluid.full-width {
  padding-left: 0;
  padding-right: 0;
}

.clr {
  clear: both;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.theme-overlay {
  position: relative;
}

.pos-relative {
  position: relative;
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

/* button style */
.ms-btn {
  background: #fff;
  border: medium none;
  color: #586794;
  cursor: pointer;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 24px 30px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: .3s;
  transition: .3s;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-radius: 0;
}

.transprent-btn {
  background: #ff957f;
  color: #fff;
}

.transprent-btn:hover {
  background: #fff;
  color: #586794;
}

.ms-btn:hover {
  background: #ff957f;
  color: #fff;
  border-color: #ff957f;
}

.btn-black {
  background: #1e1e1e;
  color: #ffffff;
}

.border-btn {
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #DDDDDD;
  color: #586794;
}

.border-btn:hover {
  background: #ff957f;
  border-color: transparent;
  color: #586794;
}

.btn.btn-black {
  background: #303b41;
}

.btn.btn-black:hover {
  background: #1a1a1a;
}

.btn.btn-large {
  padding: 10px 25px;
}

.btn-lg {
  font-weight: 700;
  padding: 13px 31px;
}

.btn.white-btn:hover {
  border-color: #ddd;
  color: #ddd;
}

.btn.btn-base.btn-link {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #1696e7;
  padding: 0;
  text-decoration: none;
}

.btn.btn-base.btn-link:hover {
  color: #106fab;
}

.theme-bg {
  background: #FFF5F3;
}

.black-bg {
  background: #1f152d;
}

.bg-white {
  background-color: #ffffff;
}

.breadcrumb > .active {
  color: #888;
}

.ani-moving {
  -webkit-animation-name: moving;
          animation-name: moving;
}

.ani-moving {
  -webkit-animation-duration: var(--moving-ani-duration);
          animation-duration: var(--moving-ani-duration);
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* 2. back to top */
#scroll a {
 
  color: #ffffff;
  
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

#scroll a:hover {
  color: #ffffff;
}

/* 3.  Preloader */
#loading {
  background-color: #ff957f;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
}

.object {
  width: 25px;
  height: 25px;
  background-color: #1f152d;
  margin-right: 50px;
  float: left;
  margin-bottom: 50px;
}

.object:nth-child(2n+0) {
  margin-right: 0px;
}

#object_one {
  -webkit-animation: object_one 2s infinite;
  animation: object_one 2s infinite;
}

#object_two {
  -webkit-animation: object_two 2s infinite;
  animation: object_two 2s infinite;
}

#object_three {
  -webkit-animation: object_three 2s infinite;
  animation: object_three 2s infinite;
}

#object_four {
  -webkit-animation: object_four 2s infinite;
  animation: object_four 2s infinite;
}

@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes object_one {
  25% {
    transform: translate(75px, 0) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(75px, 75px) rotate(-180deg);
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
  }
  75% {
    transform: translate(0, 75px) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes object_two {
  25% {
    transform: translate(0, 75px) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(-75px, 75px) rotate(-180deg);
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
  }
  75% {
    transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes object_three {
  25% {
    transform: translate(0, -75px) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(75px, -75px) rotate(-180deg);
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
  }
  75% {
    transform: translate(75px, 0) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes object_four {
  25% {
    transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(-75px, -75px) rotate(-180deg);
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
  }
  75% {
    transform: translate(0, -75px) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.width_b {
  width: 1720px;
}

/* 4. ========= header-area ========== */

.nav_bar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.nav_bar .header-area {
  padding: 15px 20px 0;
  background: #fff;
  z-index: 2;
  margin-top: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav_bar .header-area .logo {
  position: relative;
  padding-right: 20px;
}

.pinpai-area{
  background: url(../image/pinpaibanner.png);
  height: 470px;
  background-size: cover;
}

.nav_bar .header-area .main-menu ul li {
    display: inline-block;
    margin: 0;
    position: relative;
    width: 14%;
    float: left;
}
.nav_bar .header-area .main-menu ul li:last-child .submenu li:nth-child(4){
    display: none;
}
.nav_bar .header-area .main-menu ul li:last-child .submenu li:nth-child(5){
    display: none;
}
.nav_bar .header-area .main-menu ul li a {
  padding: 25px 0 20px;
  display: block;
  /*font-size: 15px;*/
  text-transform: uppercase;
  color: #231815;
  font-weight: bold;
  text-align: center;
}
.breadcrumb{
    margin: 30px 0 50px;
}
.nav_bar .header-area .main-menu ul.submenu li{
    width: 100%;
    float: none;
}
#header-sticky{
    border-bottom: 1px solid #EAEAEA
}
.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "> ";
    padding: 0 5px;
}
.breadcrumb li{
    display: flex;
    align-items: center;
}
.breadcrumb li a{
    font-size: 12px;
    color: #999;
}
.breadcrumb li.active a{
    font-size: 12px;
    color: #231815;
}
.new_breadcrumb{
    /*width: 85%;*/
    margin: auto;
}
.Monthly_cons{
    position: relative;
}
.month_pics{
    width: 47%;
}
.nav_bar .header-area .main-menu ul li a span{
    display: block;
    font-weight: normal;
}
.nav_bar .header-area .main-menu ul li .submenu {
  position: absolute;
  width: 100%;
  background: #666;
  top: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0;
  padding: 14px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav_bar .header-area .main-menu ul li .submenu .active a {
  color: #ff957f;
}

.nav_bar .header-area .main-menu ul li .submenu li {
  margin: 0;
  display: block;
}

.nav_bar .header-area .main-menu ul li .submenu li::before {
  display: none;
}

.nav_bar .header-area .main-menu ul li .submenu li a {
color: #fff;
    padding: 10px 5px;
    font-size: 14px;
}

.nav_bar .header-area .main-menu ul li .submenu li:hover > a {
  color: #999;
}

.nav_bar .header-area .main-menu ul li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #231815;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
}

.nav_bar .header-area .main-menu ul li:hover .submenu {
  visibility: visible;
  opacity: 1;
}

.nav_bar .header-area .main-menu ul li:hover > a {
  color: #999;
}

.nav_bar .header-area .main-menu ul li:hover::before {
  width: 100%
}

.nav_bar .header-area .main-menu ul .active::before {
  width: 100%
}

.nav_bar .header-area .main-menu ul .active a {
  color: #999;
}

.nav_bar .header-area .header-bar {
  background: #ff957f;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 1;
  padding-top: 10px;
  padding-left: 12px;
  cursor: pointer;
}

.nav_bar .header-area .header-bar span {
  background: #fff;
  height: 2px;
  width: 24px;
  display: block;
  margin-top: 5px;
  margin-bottom: 6px;
  padding-left: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav_bar .header-area .header-bar span:nth-last-child(1) {
  width: 15px;
}

.nav_bar .header-area .header-bar span:nth-last-child(3) {
  width: 10px;
}

.nav_bar .header-area .header-bar:hover span {
  width: 24px;
}

.nav_bar .header-area .header-cta {
  margin-right: 10px;
}

.nav_bar .header-area .header-cta .border-btn {
  text-transform: uppercase;
  padding: 17px 8px;
  border-radius: 0;
  font-size: 14px;
}

.nav_bar .header-area .header-cta .border-btn i {
  margin-right: 5px;
}

.nav_bar .header-area .header-cta .border-btn svg {
  margin-right: 5px;
}

.nav_bar .header-area .header-cta .border-btn:hover {
  color: #fff;
  -webkit-transition: all ease 0.4s !important;
  transition: all ease 0.4s !important;
}

/* 5. ========= slider-area ========== */
.slider-height {
  min-height: 773px;
}

.slider-area {
  position: relative;
}

.slider-area .slider-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider-area .slider-wrapper .slider-content span {
  font-size: 28px;
  font-weight: 500;
  color: #ff957f;
  text-transform: uppercase;
  line-height: 33px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 3px;
}

.slider-area .slider-wrapper .slider-content h2 {
  font-size: 100px;
  line-height: 135px;
  font-weight: 700;
}

.slider-area .slider-wrapper .slider-content .slider-btn .slide-btn {
  margin-right: 25px;
}

.slider-area .services-shape-bg {
  position: absolute;
  right: 0;
  bottom: -230px;
  z-index: 9;
}

.slider-area .causes_shape_1 {
  height: 73px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 5;
}

/* 6.  ========= section-title ========== */
.section-title img {
  margin-bottom: 20px;
}

.section-title h3 {
font-size: 51px;
    line-height: 1;
    margin-bottom: 28px;
    text-transform: uppercase;
    color: #99999961;
    position: relative;
    top: -15px;
}
.collection{
position: absolute;
    top: 20px;
    right: 20px;
    z-index: 111;
    cursor: pointer;
}
.collection i{
  font-size: 30px;
  color: #2c211e
}
.section-title p {
  margin: 0 auto;
  font-size: 52px;
  color: #231815;
  position: relative;
    z-index: 2;
}

/* 7. ========= services-area ========== */
.services-area .services-box-area .single-service {
  margin-bottom: 30px;
}

.services-area .services-box-area .single-service .wrapper {
  
}

.services-area .services-box-area .single-service .wrapper .thumb .services-image {
  width: 100%;
}

.services-area .services-box-area .single-service .wrapper .thumb::before {
  /*position: absolute;
  content: '';
  background: #463c55b5;
  height: 100%;
  width: 100%;
  -webkit-transition: .10s;
  transition: .10s;*/
}
.thumb-content h4{
  font-size: 40px;
  letter-spacing: 10px;
  text-align: center;
  color: #ffffff;
  margin-top: 23%
}
.services-btn{
  font-size: 20px;
  color: #231815;
  border-radius: 50px;
  padding: 10px 30px;
  position: absolute;
  bottom: 50px;
  right: 50px
}
.services-btn i{
  margin-left: 10px
}
.thumb-content.pro_last{
height: 100%;
  top: 50%!important;
  transform: translateY(-50%);
  margin: auto;
  left: 0!important;
  right: 0;
      width: 100%!important;
    background: transparent!important;
    flex-flow: column;
}
.services-area .services-box-area .single-service .wrapper .thumb .thumb-content {
    position: absolute;
    top: 25px;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    background: rgba(94,94,94, .2);
    width: auto;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.thumb-content label{
  font-size: 17px;
  color: #ffffff;
  padding: 0;
  line-height: 1;
  margin-right: 10px;
}
.thumb-content h2{
font-size: 17px;
    color: #fff;
    margin: 0;
    /*width: 95%;*/
    line-height: 2;
}
.thumb-content p{
  font-size: 25px;
  color: #ffffff 
}
.services-area .services-box-area .single-service .wrapper .thumb .thumb-content img {
  max-width: 100%;
  height: auto;
}
.services-area .services-box-area .col-md-6 .single-service .wrapper .thumb .thumb-content{
        width: auto;
    background: rgba(186,186,186,.2);
    padding:0 10px;
        left: 0;
        display: flex;
        align-items: center;
}
.services-area .services-box-area .single-service .wrapper .thumb .thumb-content h4 a {
  font-size: 30px;
  line-height: 33px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  display: block;
}

.services-area .services-box-area .single-service .wrapper .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
  visibility: hidden;
  opacity: 0;
  padding: 20px;
  transition: .5s;
}




.services-area .services-shape-bg {
  background-repeat: no-repeat;
  margin-top: -100px;
}

.services-area .services-shape-bg .services-bg img {
  margin-top: -175px;
  margin-left: -300px;
}

/* 8. ========= therapy-area ========== */
.therapy-area {
  background: url(../image/servebg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  position: relative;
}

.therapy-area .therapy_shape_2 {
  height: 150px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  background-position: center;
}

.therapy-area .section-title {

}

.therapy-area .section-title h3 {

}

.therapy-area .therapy-content {
  padding-right: calc(100% - 540px);
  padding-left: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}

.therapy-area .therapy-content span {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #ff957f;
  text-transform: uppercase;
}

.therapy-area .therapy-content p {
  margin-top: 20px;
}

.therapy-area .therapy-content .therapy-btn {
  margin-top: 15px;
}
.services-list{
  overflow: hidden;
}
.services-list li{
  width: 20%;
  height: 600px;
  position: relative;
  background-position: center!important;
  float: left;
  transition: all .25s ease;
  background-size: cover!important;
}
.services-list li:nth-child(1){
     background: url(../image/se1-min.png);
}
.services-list li:nth-child(1).active{
     background: url(../image/se11-min.jpeg);
}
.services-list li:nth-child(2){
     background: url(../image/se2-min.jpeg);
}
.services-list li:nth-child(2).active{
     background: url(../image/se22-min.png);
}
.services-list li:nth-child(3){
     background: url(../image/se3-min.jpeg);
}
.services-list li:nth-child(3).active{
     background: url(../image/se33-min.png);
}
.services-list li:nth-child(4){
     background: url(../image/se4-min.jpeg);
}
.services-list li:nth-child(4).active{
     background: url(../image/se44-min.png);
}
.services-list li.active{
  width: 40%
}
.se_content{
  background: rgba(0,0,0,.8);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px
}
.se_content img{
    display: none;
}
.services-list a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.services-list li .se_content p{
  color: #fff;
  font-size: 20px;
  margin-top: 10px
}

.services-list li .se_content i{
  display: none;
}
.services-list li .se_content div{
  display: none;
}
.services-list li.active .se_content i{
  width: 48px;
  height: 3px;
  background: #fff;
  display: block;
  margin-top: 30px
}
.services-list li.active .se_content div{
  font-size: 16px;
  padding-top: 30px;
  color: #ffffff;
  display: block;
}
.services-list li:nth-child(2) .se_content, .services-list li:nth-child(4) .se_content{
  top: auto;
  bottom: 0
}
/* 9. ========= gallery-image ========== */
.gallery-image {
  position: relative;
}

.gallery-image .upper_image img {
  position: absolute;
  bottom: -200px;
  right: 130px;
}

.gallery-image .gallery-thumb {

}

.gallery-image .gallery-thumb .gallery-content {
  padding: 0;
  position: relative;
  display: block;
}
.pos-lias{
  display: flex;
  margin-top: 55px
}

.gallery-content img{
  width: 100%
}
.gallery-content h5{
  position: absolute;
  width: 55px;
top: 6%;
    left: 0;
  color: #ffffff;
  font-weight: 100;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: normal;
      background: rgb(255 255 255 / 45%);
    padding:5px 10px;
    display: flex;
    justify-content: center;
}
.portfolio-area p img{
    width: 100%;
}
.gallery-content h5 i{
  margin-left: 10px
}
.gta30{
  margin-right: 30px
}
.mba25{
  margin-bottom: 25px
}
/* 10. ========= feature-area ========== */
.features-area .inner-wrapper .shape_1 {
  position: absolute;
  bottom: -100px;
  left: 42%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 560px;
}

.features-area .inner-wrapper .shape_1 img {
  max-width: 135%;
  height: auto;
}

.features-area .inner-wrapper .features-service {
 width: 25%;
 float: left;
 padding: 0 15px;
 margin-bottom: 30px;
 
}
.features-service a{
  display: block;
  background: #f8f8f9;
  position: relative;
}
.features-service a:hover{
  background: #ffffff;
  box-shadow: 0 0 12px rgb(0,0,0,.2)
}
.features-area .inner-wrapper .features-service .features-item-icon {
  z-index: 1;
}
.features-area img{
  width: 100%
}
.features-area .inner-wrapper .features-service .features-item h5 {
  font-size: 16px;
  color: #231815;
  text-align: center;
}
.features-item div{
  font-size: 22px;
  color: #231815;
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
}
.swiper_index .swiper-button-next, .swiper_index .swiper-button-prev{
    color: #696969;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}
.features-item div small{
  font-size: 14px;
}
.features-area .inner-wrapper .features-service .features-item p {
  font-size: 14px;
  line-height: 24px;
}
.ppotactive{
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 120px;
  margin-top: -120px
}
.features-item span{
  display: block;
  text-align: center;
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
  margin-bottom: 15px
}
.features-item h5{
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    height: 20px;
}
.sswidth img{
    width: 101%!important;
}
/*行业资讯*/
.new_item{
  margin-bottom: 60px
}
.new_item a{
  display: block;
}
.news_right a{
    padding: ;
}
.news_right .new_item a:hover{
     box-shadow: 0 0 12px rgb(0,0,0,.2)
}
.new_item-pic img{
  width: 100%
}
.new_item-name{
margin-top: 30px;
font-size: 22px;
font-weight: 600;
color: #231815;
line-height: 31px;
white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
}
.new_item-info{
padding: 15px 0;
font-size: 14px;
color: #999999;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
border-bottom: 1px solid #231815;
}
.new_item-desc{
  display: flex;
  align-items: center;
  justify-content: space-between;
font-size: 22px;
color: #231815;
padding-top: 20px
}
.news_right .new_item-name{
  font-size: 18px;
  padding: 0 20px;
}
.news_right .new_item-info{
  font-size: 13px;
margin: 15px 20px;
padding: 0;
padding-bottom: 0;
position: relative;
border: 0;
}
.nm_wsx hr{
    background: #6c6b6b;
    /* width: 100%; */
    height: 1px;
    display: block;
    border: 0;
    margin: 0 15px;
}
.news_right .new_item-desc{
padding: 15px 20px;
font-size: 18px;
color: #999999;
}
/* 11. ========= appionment-area ========== */
.appionment-area {
 
  background-repeat: no-repeat;
  position: relative;
  background:url(../image/shlsq.jpg);
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.appionment-area ul{
  display: flex;
  opacity: 0;
}
.appionment-area li{
  text-align: center;
  padding: 0 97px
}
.appionment-area li img{
    width: 90px;
}
.appionment-area li div{
  color: #fff;
    font-size: 20px;
    margin-top: 30px;
    text-shadow: 0 3px 6px rgb(0,0,0,.8);
    background: #000;
}
.pl-0a{
  padding-left: 0!important
}
/* 12. ========= testimonial-area ========== */
.testimonial-area{
  background: #f2f2f2
}
.testimonial-area .slick-list.draggable {
  max-width: 1000px;
  margin: 0 auto;
}
.testimonial-active{
    margin-top: -30px;
}
 .testimonial-active .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    flex-flow: column;
    }
    .testimonial-active .swiper-slide a:hover p{
        display: none;
    }
    .container-fluid{
      padding: 0 50px
    }
  .testimonial-active .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
  }
.testimonial-area .testimonial-active .testimonial-content {
  cursor: pointer;
  outline: none;
}

.testimonial-area .testimonial-active .testimonial-content img {
  margin: 0 auto;
  width: 100%;
}

.testimonial-area .testimonial-active .testimonial-content h5 {
  font-size: 30px;
  line-height: 28px;
  margin-top: 35px;
}

.testimonial-area .testimonial-active .testimonial-content p {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 16px;
  color: #231815;
  padding: 0 30px;
  display: none;
}
.testimonial-active .swiper-wrapper{
  align-items: center;
}
.testimonial-active .swiper-slide p{
  display: none;
  transition: all .25s ease-in-out;
}
.testimonial-active .swiper-slide-active p, .swiper-slide-duplicate-active p{
  display: block;
}
 .boxs {
	margin-top:1em;
	-moz-page-break-inside:avoid;
	-webkit-column-break-inside:avoid;
	break-inside:avoid;
}
.layui-upload-file{
    width: 96px;
    height: 34px;
    background: #FFFFFF;
    font-size: 14px;
    color: #231815;
    display: inline-block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 0;
}
.show_more_wrapper{
    overflow: hidden;
    	-moz-column-count:4;
	/* Firefox */
        -webkit-column-count:4;
	/* Safari 和 Chrome */
        column-count:4;
	-moz-column-gap:1em;
	-webkit-column-gap:1em;
	column-gap:1em;
	height: auto!important;
}
.testimonial-area .testimonial-active .testimonial-content .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial-area .testimonial-active .testimonial-content .author-info .authorimage {
  margin-right: 15px;
}

.testimonial-area .testimonial-active .testimonial-content .author-info .authour-title h5 {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

.testimonial-area .testimonial-active .testimonial-content .author-info .authour-title span {
  font-size: 16px;
  line-height: 28px;
  color: #586794;
}

.testimonial-area .testimonial-active .slick-arrow {
  position: absolute;
  left: 20px;
  top: 50%;
  background: transparent;
  color: #586794;
  border: 1px solid #ddd;
  height: 60px;
  width: 60px;
  z-index: 11;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.testimonial-area .testimonial-active .slick-arrow:hover {
  background: #ff957f;
  color: #fff;
  border: #ff957f;
}

.testimonial-area .testimonial-active .slick-arrow svg {
  font-size: 25px;
  margin-top: 4px;
}

.testimonial-area .testimonial-active .slick-next.slick-arrow {
  left: auto;
  right: 20px;
}

.testimonial-area:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/* 13. ========= package-area ========== */
.package-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.package-area .package-content {
  display: flex;
      width: 53%;
      position: absolute;
      bottom: 0;
    right: 0;
    padding-right: 50px;
}
.pads_right{
  position: absolute;
  top: 10%;
  right: 50px;
  width: 58%;
  border: 1px solid #231815;
  padding: 10px;
  z-index: 111
}
.pads_xon{
  background: #231815;
  overflow: hidden;
  padding: 30px 35px;
  color: #ffffff
}
.pads_pics{
    float: left;
    width: 230px;
    margin-right: 30px;
    height: 230px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px
}
.pads_pics img{
  width: 100%;
}
.pads_xon h2{
  font-size: 20px;
  color: #fff
}
.pads_con{
    position: relative;
}
.pads_con i{
    display: block;
    margin: 20px 0;
}
.pads_more{
    position: absolute;
    top: 0;
    right: 0;
padding: 12px 30px;
line-height: 1;
display: inline-block;
border: 1px solid #FFFFFF;
font-size: 14px;
color: #FFFFFF;
}
.pads_more:hover{
    color: #FFFFFF;
}
.Offline{
  background: url(../image/16311638886431_.pic_hd.jpg);
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: #ffffff;
  position: relative;
  background-size: cover;
  background-position: center;
}
.Offline h2{
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
      /*text-shadow: 2px 2px 2px #000;*/
          text-transform: uppercase;
          text-align: center;
          opacity: 0;
}
.Offline p{
  color: #e1e0e0;
  font-size: 50px;
/*text-shadow: 1px 2px 3px #000;*/
text-align: center;
opacity: 0;
}
.collect{
  font-size: 14px
}
.pads_info{
  font-size: 15px;
  color: #ffffff
}
.package-content a{
  position: relative;
  display: block;
  margin-left: 20px;
  width: 33.333%;
}
.package-content a:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  transition: all .25s ease-in-out
}
.package-content a:hover:after{
  opacity: 1
}
.package-content a:hover span{
  opacity: 1
}
.package-content span{
  position: absolute;
  margin: auto;
  font-size: 15px;
  color: #ffffff;
  left: 0;
  right: 0;
  top: 50%;
 transform: translateY(-50%);
  opacity: 0;
  z-index: 11;
  display: block;
  text-align: center;
  width: 80%;
}
.blog-info{
    position: relative;
}
/* 14. ========= blog-area ========== */
.blog-area .blog-info .slick-slide {
  margin: 0 15px;
}

.moresas{
        font-size: 40px;
    position: absolute;
    right: 0;
    top: -100px;
}
.features-area .moresas{
    top: 40px;
}
.brand-area .moresas{
    /*color: #ffffff;*/
    top: 40px;
}
.blog-area .swiper-slide{
    width: 25%;
    float: left;
    padding: 0 15px 15px;
}

.blog-area .blog-info .slick-list {
  margin: 0 -15px;
}

.single-blog {
  outline: none;
  padding: 0
}
.ooooi{
    background: url(../image/ooooi.png);
    width: 77px;
    height:23px;
}
.blog-active{
    overflow: hidden;
        margin-left: -15px;
    margin-right: -15px;
}
.foot_logoa{
    width: 80%;
    margin-top: 20px;
}
.single-blog .blog-image img {
  width: 100%;
  height: 200px;
}
.blog-area{
    margin-bottom: 20px;
}
.blog-content h5{
      font-size: 16px;
  line-height: 22px;
  margin-top: 40px;
  color: #231815;
  display: block;
  overflow: hidden;
white-space: nowrap;
 text-overflow: ellipsis;
 transition: all .25s ease;
 padding: 0 20px;
}
.single-blog .blog-content h5 a{
  font-size: 16px;
  line-height: 22px;
  margin-top: 40px;
  color: #231815;
  display: block;
  overflow: hidden;
white-space: nowrap;
 text-overflow: ellipsis;
 transition: all .25s ease;
}
.single-blog a{
    display: block;
    transition: all .25s ease;
}
.single-blog a:hover .blog-content h5{
    font-weight: bold;
}
.single-blog a:hover .blog-content .post-meta{
   border-top-color: #231815;
}
.single-blog .blog-content p{
    
font-size: 14px;
color: #999999;
line-height: 1.6;
margin-bottom: 30px;
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 2;*/
  /*line-clamp: 2;*/
  /*-webkit-box-orient: vertical;*/
  display: none;

}
.single-blog .blog-content .post-meta {
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-pack: justify;*/
  /*    -ms-flex-pack: justify;*/
  /*        justify-content: space-between;*/
  /*border-top: 1px solid #E8EAEC;*/
  /*  align-items: center;*/
  /*  transition: all .25s ease;*/
  display: none;
}
.single-blog a{
     padding-bottom: 20px;
}
.single-blog{
    transition: all .25s ease;
   
    
}
.single-blog:hover{
    box-shadow: 0px 1px 8px rgba(0,0,0,.2);
}

.single-blog .blog-content .post-meta .post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.single-blog .blog-content .post-meta .post-author img {
  margin-right: 10px;
  margin-top: -4px;
}

.single-blog .blog-content .post-meta .post-author h5 {
  margin: 0;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
}
 .single-blog .blog-content .post-meta{
     padding-top:20px;
 }
 .single-blog .blog-content .post-meta .post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

 .single-blog .blog-content .post-meta .post-date img {
  margin-right: 10px;
  margin-top: -4px;
}

.single-blog .blog-content .post-meta .post-date h5 {
  margin: 0;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
}

.blog-area .blog-info .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -75px;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  color: #586794;
  outline: none;
  padding: 10px 15px;
  background: transparent;
  border: none;
  border-radius: 0;
  border: 1px solid #DDDD;
}

.blog-area .blog-info .slick-arrow:hover {
  background: #ff957f;
  color: #fff;
  border-color: #ff957f;
}

.blog-area .blog-info .slick-arrow svg {
  font-size: 25px;
  margin-top: 4px;
}

.blog-area .blog-info .slick-next.slick-arrow {
  right: -75px;
  left: auto;
}

.blog-area:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.single-blog{
  width: 100%;
}
/* 15. ========= member-area ========== */
.member-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.member-area .services-shape-bg {
  position: absolute;
  right: 0%;
  top: -10%;
}

.member-area .services-shape-bg img {
  width: 360px;
  height: 100%;
}

.member-area .member-content h3 {
  font-size: 55px;
  line-height: 63px;
}

.member-area .member-content p {
  margin-top: 20px;
}

.member-area .member-content form {
  margin-top: 25px;
}

.member-area .member-content form .form-group {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member-area .member-content form .form-group .icon-case {
  float: left;
  border-radius: 5px 0px 0px 5px;
  background: #FFEEEB;
  height: 80px;
  position: relative;
  text-align: center;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 5px;
}

.member-area .member-content form .form-group .icon-case svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}

.member-area .member-content form .form-group .icon-case i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}

.member-area .member-content form .form-group input {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #FFEEEB;
  background: #FFEEEB;
  width: 100%;
  height: 80px;
  float: left;
  outline: none;
}

.member-area .member-content form .member-btn {
  background: #ff957f;
  color: #fff;
}

.member-area .member-content form .member-btn:hover {
  background: #fff;
  color: #586794;
}

/* 16.  ========= brand-area ========== */
.brand-area {
  cursor: pointer;
  background: #FFFFFF;
  position: relative;
}
.right_pic{
  position: absolute;
  top: 0;
  right: 0
}
.brand-area .brand-active {
    padding-top: 120px;
    margin-top: -120px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
}
.brand-area .swiper-pagination, .ppotactive .swiper-pagination,
.blog-info .swiper-pagination{
position: absolute;
    top: 0;
    right: 50px;
    left: auto;
    text-align: right;
    bottom: auto;
}
.brand-area .swiper-pagination-bullet, .ppotactive .swiper-pagination-bullet,
.blog-info .swiper-pagination-bullet{
  background: #655955;
  margin-left: 8px;
   width: 12px;
  height: 12px;
  border-radius: 12px;
}
.ppotactive .swiper-pagination-bullet, .blog-info .swiper-pagination-bullet{
  background: #dddddd
}
.brand-area .swiper-pagination-bullet-active, .ppotactive .swiper-pagination-bullet-active{
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 12px;
  border: 1px solid #ffffff
}
.blog-info.swiper-container{
    padding-top: 70px;
    margin-top: -40px;
}
.ppotactive .swiper-pagination-bullet-active{
  border-color: #291e1b
}
.brand-area .section-title h3{
  /*color: #fff*/
}
.brand-area .section-title p{
  /*color: #fff;*/
  /*margin-bottom: 50px*/
}
.brand-area .brand-active .single-brand {
  outline: none;
  width: 10%;
  float: left;
  text-align: center;
  padding: 0px;
  margin-bottom: 30px
}
.brand-area .brand-active .single-brand:hover{
  box-shadow: 0px 1px 11px rgba(0,0,0,.32);
  /*background: #eeeeee*/
}
.brand-area .brand-active .single-brand img {
  margin: 0 auto;
  width: 100%
}
.brand_top{
  background: #110c0a;
  padding: 60px 0
}
.bd_bottom{
  padding: 0 40px 0;
  margin-top: 40px;
  font-size: 19px;
  color: #fff;
  position: relative;
   text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.bd_bottom svg{
  display: block;
  position: absolute;
  top: 10px;
  left: 310px
}
.bd_bottom i{
    position: absolute;
    left: 0;
}
.bd_top{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #5a5a5a;
  padding-bottom: 25px
}
#share3{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.bdt-l h2{
font-size: 24px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.biga_icon{
    background: url(../image/dauser.png);
    width: 36px;
    height: 36px;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
}
.lj_icon{
      background: url(../image/linajie.png);
    width: 24px;
    height: 24px;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
}
.downloas_icon{
      background: url(../image/xiazai.png);
    width: 24px;
    height: 24px;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
}
.bdt-l p{
font-size: 16px;
  color: #ffffff
}
.agent{
  font-size: 26px;
  color: #ffebbf;
  display: flex;
  align-items: center;
justify-content: flex-end;
    margin-bottom: 20px;
}
.bdt-link{
    display: flex;
  align-items: center;
}
.bdt-link a{
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.logo_pic{
  width: 250px;
  height: 250px;
  background:#ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 60px
}
.logo_pic img{
    width: 85%;
}
.brand_nav a{
  font-size: 22px;
  color: #999;
  padding: 15px 0;
  padding-right: 100px;
  margin-right: 50px;
  display: inline-block;
}
.brand_nav a.active{
  color: #231815;
  border-bottom: 1px solid #231815
}
.brand_content{
  padding: 60px 0
}
.b_video{
  width: 100%
}
.brand_content img{
    max-width: 100%;
}
.brand-product_list .features-service{
  width: 33.333%;
  float: left;
  text-align: center;
  padding: 15px
}
.features-item-icon img{
  width: 100%
}

.zliao-war{
    position: relative;
}

 .gallery-top {
      height: 80%;
      width: 100%;
    }

    .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
    .bd_news-list .single-blog{
      width: 33.333%;
      float: left;
      padding: 0 15px;
      margin-bottom: 60px;
    }

/* 17. =========== fotter-area ==========*/
.fotter-area {
  position: relative;
  background: #231815;
  text-align: center;
}

.fotter-area .fotter-widget {
  margin-bottom: 30px;
  text-align: left;
}

.fotter-area .fotter-widget p {
  line-height: 26px;
  color: #B6B6B6;
}

.fotter-area .fotter-widget .social-icon {
  margin-top: 25px;
}

.fotter-area .fotter-widget .social-icon li {
  display: inline-block;
  margin-right: 25px;
}
.fotter-area .fotter-widget .social-icon li a{
    position: relative;
    display: block;
}
.fotter-area .fotter-widget .social-icon li a:hover img{
    opacity: 1;
    width: 120px;
}
.fotter-area .fotter-widget .social-icon li a img{
    width: 0;
    position: absolute;
    margin: auto;
    top: 50px;
    left: -20px;
    opacity: 0;
    transition: all .25s ease;
}
.fotter-area .fotter-widget .social-icon li a i{
   
}
.fotter-area .fotter-widget .fotter-subtitle {
  margin-bottom: 30px;
}

.fotter-area .fotter-widget .fotter-subtitle h5 {
  font-size: 24px;
  line-height: 50px;
  font-weight: 500;
  color: #FFF;
  position: relative;
}

.fotter-area .fotter-widget .fotter-subtitle h5::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 50px;
  background: #ff957f;
  bottom: 0;
}

.fotter-area .fotter-widget .fotter-link li {
  margin-bottom: 10px;
}

.fotter-area .fotter-widget .fotter-link li a {
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: .3s;
  transition: .3s;
  color: #B6B6B6;
}

.fotter-area .fotter-widget .fotter-link li a:hover {
  color: #ff957f;
}

.fotter-area .contact-info {
  margin-bottom: 110px;
}

.fotter-area .contact-info p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.fotter-area .contact-info p i {
  margin-right: 10px;
}

.fotter-area .causes_shape_1 {
  height: 90px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 5;
}

.fotter-area .causes_shape_1 p {
  font-size: 16px;
  line-height: 28px;
  color: #1F152D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin-top: 50px;
  font-weight: 500;
  padding-top: 10px;
}

/* 18. ============= breadcrumbs-area =============*/
.breadcrumbs-height {
  min-height: 670px;
}

.breadcrumbs-area {
  position: relative;
}

.breadcrumbs-area .breadcrumbs-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb-content {
  background: #f9f9ff4d;
  padding: 40px 0px 40px 60px;
  margin-top: 20px;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb-content .sp-page-title h2 {
  font-size: 90px;
  line-height: 125px;
  color: #fff;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb-content .breadcrumb {
  padding: 0px 0px;
  background: none;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb-content .breadcrumb .breadcrumb-item {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb-content .breadcrumb .breadcrumb-item a {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-right: 10px;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb-content .breadcrumb .breadcrumb-item i {
  margin: 0 10px;
  vertical-align: middle;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb-content .breadcrumb .breadcrumb-item::before {
  display: none;
}

.breadcrumbs-area .breadcrumbs-shape-bg {
  position: absolute;
  right: 0;
  bottom: -230px;
  z-index: 9;
}

.breadcrumbs-area .breadcrumbs_shape_1 {
  height: 140px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 5;
}

/* 19. ============== welcome-area ==============*/
.welcome-area {
  margin-top: 50px;
}

.welcome-area .best-services .service {
  margin-bottom: 30px;
}

.welcome-area .best-services .service h4 {
  font-size: 22px;
  line-height: 25px;
  margin-top: 30px;
}

/* 20. ============== productivity ============*/
.productivity {
  position: relative;
}

.productivity .productivity-area {
  padding: 0 90px;
  padding-top: 70px;
  padding-bottom: 50px;
}

.productivity .productivity-area .productivity-title h3 {
  font-size: 40px;
  line-height: 46px;
  text-align: center;
}

.productivity .productivity-area .single-productivity .productivity-sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.productivity .productivity-area .single-productivity .productivity-sub-title h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #586794;
  font-family: 'Rubik', sans-serif;
}

.productivity .productivity-area .single-productivity .progress {
  border-radius: 0;
  background: #FFDED8;
}

.productivity .productivity-area .single-productivity .progress .progress-bar {
  background: #ff957f;
  top: 0;
  left: 0;
  -webkit-transition: all 2s ease-out 0s;
  transition: all 2s ease-out 0s;
  width: 0;
}

.productivity .productivity-shape-bg {
  position: absolute;
  left: -155px;
  top: 175px;
}

/* 21. ========= video-area ========== */
.video-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.video-area .video_shape_2 {
  height: 180px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  background-position: center;
}

.video-area .video-info .video-wrapper .video_watch .video_play {
  font-size: 16px;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: block;
  margin: 0 auto;
}

.video-area .video-info .video-wrapper .video_watch .video_play span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  z-index: 5;
  display: block;
  margin: 0 auto;
}

.video-area .video-info .video-wrapper .video_watch .video_play span svg {
  color: #ff957f;
}

.video-area .video-info .video-wrapper .video_watch .video_play span i {
  color: #ff957f;
}

.video-area .video-info .video-wrapper .video_watch .video_play span::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: video-ripple 1500ms ease-out infinite;
  animation: video-ripple 1500ms ease-out infinite;
  left: 0;
  top: 0;
  z-index: -1;
}

.video-area .video-info .video-content .content-lists svg {
  margin-right: 8px;
}

.video-area .video-info .video-content h3 {
  font-size: 55px;
  line-height: 63px;
  color: #fff;
}

.video-area .video-info .video-content p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.video-area .video-info .video-content ul li {
  margin-bottom: 15px;
}

.video-area .video-info .video-content ul li a {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.video-area .video-info .video-content ul li a i {
  padding: 5px;
  font-size: 10px;
  background: #ff957f;
  border-radius: 30px;
  margin-right: 5px;
  color: #1f152d;
}

.video-area .video-info .video-content .video-btn {
  margin-top: 30px;
}
.type_single{
  display: flex;
  /*align-items: flex-start;*/
  flex-wrap: wrap;
}
.type_single dt{
  font-size: 16px;
  padding: 15px 20px
}
.type_single dd {
    margin-bottom: 0;
}
.type_single dd a{
  font-size: 14px;
  padding: 15px 20px;
  color: #999999;
  border-bottom: 1px solid #eaeaea;
  margin-right: 30px;
  cursor: pointer;
  display: inline-block;
}
.ds_info video{
    width: 100%;
}
.type_single dd a.active{
  background: #231815;
  color: #ffffff
}
.type_single.erji_sing dd a.active{
    background: #ffffff;
    border-color: #000;
    color: #231815;
}
.download-modal{
        width: 400px;
    background: #fff;
    border: 1px solid #ddd;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}
.social-shares{
position: absolute;
    width: 250px;
    background: #fff;
    z-index: 111111111111;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin: auto;
    left: 0;
    /* right: 0; */
    top: 40px;
    display: none;
    margin-left: 20%;
        border: 1px solid #999999;
}
.social-shares.social-shares-right{
        left: auto;
    right: 0;
    border: 1px solid #999999;
}
.social-shares i.fa-close{
position: absolute;
    color: #999999;
    top: -10px;
    right: -10px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #999;
    font-size: 13px;
}
.download-modal-mask{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 11111;
    display: none;
}
.download-modal h2 i{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    color: #999999;
    cursor: pointer;
}
.js-download-span{
        text-decoration: underline;
        cursor: pointer;
}
.bdt-l .js-collect-btn, .bdt-l .js-cancel-collect-btn{
    width: 36px;
    height: 36px;
    font-size: 30px;
    vertical-align: middle;
    margin: 0 5px 0 10px;
}
.bdt-l a:hover{
    color: #fff;
}
.type_single dd.active a{
    color: #ffffff;
}
.download-modal h2{
        text-align: center;
    font-size: 20px;
    padding: 20px 0;
        border-bottom: 1px solid #E9E9E9;
}
.sownul{
    font-size: 16px;
    padding: 15px 20px;
    border-bottom: 1px solid #E9E9E9;
    display: flex;
    justify-content: space-between;
}
.type_single.erji_sing dd.active a{
    color: #231815!important
}
.line_a{
}
.line_a h2{
  position: relative;
  padding-top: 15px;
  margin-top: 40px;

}
.line_a h2 label{
  font-size: 21px;
  color: #231815;
  position: relative;
  z-index: 10
}
.line_a h2 span{
    font-size: 52px;
    color: #e9e7e7;
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 9
}
.line_a h2:before{
  content: '';
  width: 130px;
  height: 1px;
  display: block;
  background: #999999;
  position: absolute;
  top: 0;
  left: 0
}
.sbrand_list{
  overflow: hidden;
  padding: 10px;
  margin-top: 40px
}
.left_side{
  position: absolute;
  left: -60px;
  width: 40px;
  top: 0;
  text-align: center;
  border: 1px solid #999;
  border-radius: 50px;
  z-index: 1111111;
  background: #ffffff;
}
.left_side.fixed_nv{
    position: fixed;
    margin: auto;
    height: 85vh;
    top: 0;
    bottom: 0;
    left: 1%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.left_side a{
  display: block;
  color: #999999;
  font-size: 12px;
  padding: 2px 0

}
.sbrand_list a{
  width: 16.66667%;
  float: left;
  text-align: center;
  display: block;
  padding: 35px 0
}
.sbrand_list a img{
    width: 75%;
}
.more_icon{
    background: url(../image/icon_more.png);
    width: 33px;
    height: 29px;
    background-size: cover;
    display: none;
}
.sbrand_list a:hover{
  box-shadow: 0 0 8px rgba(0,0,0,.15)
}
/* 22. ========= team-area ========== */
.team-area .team-info .team-active .single-member {
  outline: none;
}

.team-area .team-info .team-active .single-member .wrapper {
  padding: 0 15px;
}

.team-area .team-info .team-active .single-member .wrapper .member-image {
  margin-bottom: -150px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.team-area .team-info .team-active .single-member .wrapper .member-image img {
  margin: 0 auto;
}

.team-area .team-info .team-active .single-member .wrapper .member-image::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}

.team-area .team-info .team-active .single-member .wrapper .member-image .overlay {
  top: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.team-area .team-info .team-active .single-member .wrapper .member-image .overlay .social ul li {
  display: inline-block;
}

.team-area .team-info .team-active .single-member .wrapper .member-image .overlay .social ul li a {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 35px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 25px;
}

.team-area .team-info .team-active .single-member .wrapper .member-image .overlay .social ul li a:hover {
  color: #ff957f;
}

.team-area .team-info .team-active .single-member .wrapper .member-content {
  background: #FFF5F3;
  border: 1px solid #ff957f;
  padding-top: 150px;
}

.team-area .team-info .team-active .single-member .wrapper .member-content h4 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 20px;
}

.team-area .team-info .team-active .single-member .wrapper .member-content span {
  font-size: 16px;
  line-height: 28px;
  color: #586794;
  margin-bottom: 25px;
  display: block;
}

.team-area .team-info .team-active .single-member:hover .member-image .overlay {
  top: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

.team-area .team-info .team-active .single-member:hover .member-image::after {
  opacity: 0.7;
}

.team-area .team-info .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -40px;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  color: #586794;
  outline: none;
  padding: 10px 15px;
  background: transparent;
  border: none;
  border-radius: 0;
  border: 1px solid #DDDD;
}

.team-area .team-info .slick-arrow:hover {
  background: #ff957f;
  color: #fff;
}

.team-area .team-info .slick-next.slick-arrow {
  right: -40px;
  left: auto;
}

.team-area:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}

/* 23.  ========= exclusive-feature-area ========== */
.exclusive-features-area .exclusive-features .single-features {
  text-align: center;
  position: relative;
  padding: 0 20px;
  margin-bottom: 80px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.exclusive-features-area .exclusive-features .single-features .service-icon {
  position: relative;
  padding-bottom: 43px;
  margin-bottom: 37px;
}

.exclusive-features-area .exclusive-features .single-features .service-icon .icon img {
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
  line-height: 100px;
}

.exclusive-features-area .exclusive-features .single-features .service-icon .bg_icon img {
  position: absolute;
  left: 30%;
  top: 0;
  font-size: 100px;
  z-index: -1;
  --moving-ani-duration: 15s;
  line-height: 1;
}

.exclusive-features-area .exclusive-features .single-features .service-content h3 {
  font-size: 28px;
  line-height: 32px;
}

.exclusive-features-area .exclusive-features .single-features .service-content h3 a {
  margin-top: 30px;
  display: block;
  color: #1f152d;
}

.exclusive-features-area .exclusive-features .single-features .service-content p {
  font-size: 16px;
  line-height: 28px;
  font-size: 16px;
  width: 305px;
  margin: 0 auto;
  margin-top: 20px;
}

/* 24. ========= pricing-area ========== */
.pricing-area {
  background: #FFF5F3;
  position: relative;
}

.pricing-area .pricing_shape_2 {
  height: 140px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  background-position: center;
}

.pricing-area .pricing-plan .single-price {
  background: #fff;
  border: 1px solid #DDDDDD;
  padding: 50px 25px;
}

.pricing-area .pricing-plan .single-price h3 {
  font-size: 55px;
  line-height: 63px;
  color: #ff957f;
  margin-bottom: 20px;
}

.pricing-area .pricing-plan .single-price h3 sup {
  margin-top: -20px;
}

.pricing-area .pricing-plan .single-price blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF5F3;
  padding: 15px 35px;
}

.pricing-area .pricing-plan .single-price blockquote span {
  font-size: 28px;
  line-height: 32px;
  position: relative;
}

.pricing-area .pricing-plan .single-price blockquote span::before {
  content: '';
  height: 30px;
  width: 1px;
  right: -20px;
  background: #586794;
  bottom: 0;
  position: absolute;
}

.pricing-area .pricing-plan .single-price blockquote p {
  font-size: 16px;
  line-height: 20px;
  color: #1f152d;
  margin: 0;
}

.pricing-area .pricing-plan .single-price h4 {
  font-size: 28px;
  line-height: 32px;
  margin-top: 30PX;
}

.pricing-area .pricing-plan .single-price p {
  font-size: 16PX;
  line-height: 32PX;
  margin-top: 25PX;
}

.pricing-area .pricing-plan .single-price .price-btn {
  border: 1px solid #DDDDDD;
  color: #1f152d;
  margin-top: 25px;
}

.pricing-area .pricing-plan .single-price:hover {
  border: 1px solid #ff957f;
}

.pricing-area .pricing-plan .single-price:hover .price-btn {
  color: #fff;
  border: 1px solid #ff957f;
  background: #ff957f;
}

.pricing-extra {
  background: #fff !important;
}

/* 25. ========= portfolio-area ========== */
.portfolio-area .single-portfolio {
  position: relative;
}

.portfolio-area .single-portfolio img {
  width: 100%;
}

.portfolio-area .single-portfolio .img-overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(34, 34, 34, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  visibility: hidden;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.portfolio-area .single-portfolio .img-overlay a {
  color: #fff;
  font-size: 34px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio-area .single-portfolio:hover .img-overlay {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.news_left{
  margin-right: 15px;
}
.news_right{
  margin-left: 15px;
}
.portfolio-area .item-menu .button {
  border: 0;
  font-size: 16px;
  font-weight: 500;
  background: none;
  color: #999;
  text-transform: uppercase;
  padding: 0;
  margin: 0 10px;
  margin-bottom: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}
.portfolio-area .item-menu .button:before{
  content: '';
  width: 23px;
height: 1px;
background: #999999;
display: inline-block;
vertical-align: middle;
position: relative;
top: -2px;
margin-right: 30px
}
.portfolio-area .item-menu .button:nth-child(1):before{
  display: none;
}
.portfolio-area .item-menu .button:hover {
  color: #999;
}
.fa-map:before{
    display: none;
}
.fa-map{
    background: url(../image/maps.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
    margin-left: 3px;
}
.portfolio-area .item-menu .button.is-checked {
  color: #000000;
  position: relative;
  font-weight: bold;
}

.portfolio-area .more-item .portfolio-btn {
  background: #ff957f;
  color: #fff;
  margin: 0 15px;
  margin-top: 30px;
  z-index: 1;
}

.portfolio-area .more-item .portfolio-btn:hover {
  background: #fff;
  color: #586794;
}
.portfolio-area .single-portfolio .img-overlay i{
        z-index: 111;
    color: #fff;
    font-size: 30px;
}
/* 26. ========= services-info ========== */
.services-info {
  position: relative;
}

.services-info .hourly-rate {
  position: absolute;
  right: 315px;
  bottom: 200px;
}

.services-info .hourly-rate .content {
  height: 145px;
  width: 145px;
  height: 145px;
  width: 145px;
  background: #FFA28F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 10px solid #ff957f;
  border-radius: 50%;
}

.services-info .hourly-rate .content p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  font-family: 'Domine', serif;
  margin: 0;
}

.services-info .hourly-rate .content p span {
  font-size: 32px;
  line-height: 32px;
}

/* 27. ========= massage-info ========== */
.massage-info h3 {
  font-size: 55px;
  line-height: 63px;
  margin-bottom: 25px;
}

.massage-info ul li {
  margin-bottom: 25px;
}

.massage-info ul li a {
  font-size: 18px;
  line-height: 28px;
  color: #1f152d;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.massage-info ul li a svg {
  padding: 5px;
  color: #ff957f;
  border: 1px solid #ff957f;
  border-radius: 50%;
  margin-right: 15px;
  height: 30px;
  width: 30px !important;
}

.massage-info ul li a i {
  padding: 5px;
  color: #ff957f;
  border: 1px solid #ff957f;
  border-radius: 50%;
  margin-right: 15px;
}

/* 28. ========= tab-area ========== */
.tab-area .nav-tabs {
  border: 0;
}

.tab-area .nav-tabs .nav-item {
  border: 0;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 500;
  color: #586794;
  padding: 25px 25px;
  border-radius: 0;
  margin-right: 30px;
  border-bottom: 2px solid #ff957f;
}

.tab-area .nav-tabs .active {
  background: #ff957f;
  color: #fff;
}

.tab-area .tab-video {
  position: relative;
}

.tab-area .tab-video img {
  height: 100%;
}

.tab-area .tab-video .video-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tab-area .tab-video .video-wrapper .video_watch .video_play {
  font-size: 16px;
  color: #fff;
}

.tab-area .tab-video .video-wrapper .video_watch .video_play span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  z-index: 5;
  display: block;
  margin: 0 auto;
}

.tab-area .tab-video .video-wrapper .video_watch .video_play span svg {
  color: #ff957f;
}

.tab-area .tab-video .video-wrapper .video_watch .video_play span i {
  color: #ff957f;
}

.tab-area .tab-video .video-wrapper .video_watch .video_play span::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: video-ripple 1500ms ease-out infinite;
  animation: video-ripple 1500ms ease-out infinite;
  left: 0;
  top: 0;
  z-index: -1;
}

/* 29. ========= services-slider-area ========== */
.services-slider-area .serices-slider-title h2 {
  font-size: 55px;
  line-height: 63px;
  text-align: center;
}

.services-slider-area .single-services-slide .slider-info {
  outline: none;
  position: relative;
}

.services-slider-area .single-services-slide .slider-info .slider-img {
  width: 100%;
  height: 470px;
}

.services-slider-area .single-services-slide .slider-info .slider-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 90%;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
  left: 0;
  right: 0;
  background: #fff;
  margin: 0 30px;
  padding: 10px;
}

.services-slider-area .single-services-slide .slider-info .slider-content img {
  margin-right: 30px;
}

.services-slider-area .single-services-slide .slider-info .slider-content h4 {
  font-size: 30px;
  line-height: 34px;
}

.services-slider-area .single-services-slide .slick-arrow {
  position: absolute;
  background: transparent;
  color: #586794;
  border: 1px solid #ddd;
  z-index: 11;
  -webkit-transition: .3s;
  transition: .3s;
  left: 33%;
  bottom: -17%;
  font-size: 15px;
  line-height: 18px;
  padding: 20px 30px;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
}

.services-slider-area .single-services-slide .slick-arrow:hover {
  background: #ff957f;
  color: #fff;
  border-color: #ff957f;
}

.services-slider-area .single-services-slide .slick-next.slick-arrow {
  left: 52%;
  bottom: -17%;
}

/* 30. ========= blog-area ========== */
.blog-area .blog-post-details .single-post .post-image {
  position: relative;
}

.blog-area .blog-post-details .single-post .post-image img {
  width: 100%;
}

.blog-area .blog-post-details .single-post .post-image .video-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-area .blog-post-details .single-post .post-image .video-wrapper .video_watch .video_play {
  font-size: 16px;
  color: #fff;
}

.blog-area .blog-post-details .single-post .post-image .video-wrapper .video_watch .video_play span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  z-index: 5;
  display: block;
  margin: 0 auto;
}

.blog-area .blog-post-details .single-post .post-image .video-wrapper .video_watch .video_play span i {
  color: #ff957f;
}

.blog-area .blog-post-details .single-post .post-image .video-wrapper .video_watch .video_play span svg {
  color: #ff957f;
}

.blog-area .blog-post-details .single-post .post-image .video-wrapper .video_watch .video_play span::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: video-ripple 1500ms ease-out infinite;
  animation: video-ripple 1500ms ease-out infinite;
  left: 0;
  top: 0;
  z-index: -1;
}

.blog-area .blog-post-details .single-post .post-title h3 {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 30px;
  line-height: 34px;
}

.blog-area .blog-post-details .single-post .post-title h3:hover {
  color: #ff957f;
}

.blog-area .blog-post-details .single-post .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-area .blog-post-details .single-post .post-meta .post-author {
  margin-right: 45px;
}

.blog-area .blog-post-details .single-post .post-meta .post-author a {
  color: #586794;
}

.blog-area .blog-post-details .single-post .post-meta .post-author a i {
  color: #ff957f;
  margin-right: 10px;
}

.blog-area .blog-post-details .single-post .post-meta .post-author a svg {
  color: #ff957f;
  margin-right: 10px;
}

.blog-area .blog-post-details .single-post .post-meta .post-author a span {
  color: #ff957f;
}

.blog-area .blog-post-details .single-post .post-meta .post-date {
  margin-right: 45px;
}

.blog-area .blog-post-details .single-post .post-meta .post-date a {
  color: #586794;
}

.blog-area .blog-post-details .single-post .post-meta .post-date a i {
  color: #ff957f;
  margin-right: 10px;
}

.blog-area .blog-post-details .single-post .post-meta .post-date a svg {
  color: #ff957f;
  margin-right: 10px;
}

.blog-area .blog-post-details .single-post .post-meta .post-comments a {
  color: #586794;
}

.blog-area .blog-post-details .single-post .post-meta .post-comments a i {
  color: #ff957f;
  margin-right: 10px;
}

.blog-area .blog-post-details .single-post .post-meta .post-comments a svg {
  color: #ff957f;
  margin-right: 10px;
}

.blog-area .blog-post-details .single-post .post-content p {
  font-size: 16px;
  line-height: 28px;
}

.blog-area .blog-post-details .single-post .post-btn .ms-btn {
  background: #ff957f;
  color: #fff;
}

.blog-area .blog-post-details .single-post .post-btn .ms-btn:hover {
  background: #fff;
  color: #586794;
}

.blog-area .sidebar-widget-area {
  border: 1px solid #DDDDDD;
  padding: 30px;
  margin-bottom: 40px;
}

.blog-area .sidebar-widget-area h3.widget-title {
  font-size: 18px;
  line-height: 21px;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}

.blog-area .sidebar-widget-area h3.widget-title:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 4px;
  background: #ff957f;
  bottom: -4px;
  left: 0;
}

.blog-area .sidebar-widget-area form.post-search {
  position: relative;
}

.blog-area .sidebar-widget-area form.post-search input[type=submit] {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  line-height: 24px;
  background: #ff957f;
  position: absolute;
  border: none;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 9px;
  outline: none;
}

.blog-area .sidebar-widget-area form.post-search input.search {
  display: block;
  width: 100%;
  font-family: 'Rubik', sans-serif;
  padding: 8px 10px;
  border: 1px solid #d8d8d8;
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: none;
}

.blog-area .sidebar-widget-area .small-post-wrapper .small-post-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 25px;
}

.blog-area .sidebar-widget-area .small-post-wrapper .small-post-item:last-child {
  border: none;
  padding-bottom: 0px;
}

.blog-area .sidebar-widget-area .small-post-wrapper .small-post-item .small-post-item-image {
  margin-right: 10px;
  width: 30%;
}

.blog-area .sidebar-widget-area .small-post-wrapper .small-post-item .small-post-item-content {
  width: 70%;
}

.blog-area .sidebar-widget-area .small-post-wrapper .small-post-item p span {
  color: #ff957f;
  margin-right: 5px;
}

.blog-area .sidebar-widget-area .small-post-wrapper .small-post-item h3.small-post-item-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.blog-area .sidebar-widget-area .small-post-wrapper .small-post-item h3.small-post-item-title a {
  color: #353535;
  text-decoration: none;
}

.blog-area .sidebar-widget-area .small-post-wrapper .small-post-item .small-post-item-content p {
  font-size: 14px;
  line-height: 27px;
}

.blog-area .sidebar-widget-area .small-post-wrapper .small-post-item h3.small-post-item-title a:hover {
  color: #ff957f;
}

.blog-area .sidebar-widget-area ul.categories {
  margin: 0px;
  padding: 0px;
}

.blog-area .sidebar-widget-area ul.categories li {
  margin: 12px 0px;
}

.blog-area .sidebar-widget-area ul.categories li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-area .sidebar-widget-area ul.categories li a {
  color: #586794;
  text-decoration: none;
}

.blog-area .sidebar-widget-area ul.categories li a span {
  font-size: 16px;
}

.blog-area .sidebar-widget-area ul.categories li a i {
  top: 1.7px;
  position: relative;
}

.blog-area .sidebar-widget-area ul.categories li a:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #ff957f;
}

.blog-area .sidebar-widget-area ul.archive {
  margin: 0px;
  padding: 0px;
}

.blog-area .sidebar-widget-area ul.archive li {
  margin: 12px 0px;
}

.blog-area .sidebar-widget-area ul.archive li a {
  color: #586794;
  text-decoration: none;
}

.blog-area .sidebar-widget-area ul.archive li a span {
  font-size: 16px;
}

.blog-area .sidebar-widget-area ul.archive li a i {
  top: 1.7px;
  position: relative;
  color: #ff957f;
  margin-right: 5px;
}

.blog-area .sidebar-widget-area ul.archive li a:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #ff957f;
}

.blog-area .sidebar-widget-area .gallery .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-area .sidebar-widget-area ul.meta {
  margin: 0px;
  padding: 0px;
}

.blog-area .sidebar-widget-area ul.meta li {
  margin: 12px 0px;
}

.blog-area .sidebar-widget-area ul.meta li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-area .sidebar-widget-area ul.meta li a {
  color: #586794;
  text-decoration: none;
}

.blog-area .sidebar-widget-area ul.meta li a span {
  font-size: 16px;
}

.blog-area .sidebar-widget-area ul.meta li a:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #ff957f;
}

/* 31. ========= blog-details-page ========== */
.blog-details-page blockquote {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  margin: 30px 0;
}

.blog-details-page blockquote p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-family: 'Rubik', sans-serif;
}

.blog-details-page .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
}

.blog-details-page .post-info .related-tag span {
  font-size: 16px;
  line-height: 30px;
  color: #1f152d;
  font-family: 'Rubik', sans-serif;
}

.blog-details-page .post-info .related-tag a {
  font-size: 14px;
  line-height: 30px;
  color: #586794;
}

.blog-details-page .post-info .related-tag a:hover {
  color: #ff957f;
}

.blog-details-page .post-info .share-option span {
  font-size: 16px;
  line-height: 30px;
  color: #1f152d;
  font-family: 'Rubik', sans-serif;
}

.blog-details-page .post-info .share-option a {
  margin-right: 10px;
  color: #586794;
}

.blog-details-page .post-info .share-option a i {
  font-size: 20px;
}

.blog-details-page .post-info .share-option a:hover {
  color: #ff957f;
}

.blog-details-page .post-author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 30px;
  background: #FFEEEB;
}

.blog-details-page .post-author-details .author-img {
  margin-right: 20px;
}

.blog-details-page .post-author-details .author-info p {
  font-family: 'Rubik', sans-serif;
}

.blog-details-page .post-author-details .author-info h5 {
  font-size: 20px;
  line-height: 20px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

.blog-details-page .post-author-details .author-info span {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Rubik', sans-serif;
}

.blog-details-page .comment-area .comment-title h3 {
  font-size: 26px;
  line-height: 51px;
}

.blog-details-page .comment-area .comment-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-details-page .comment-area .comment-list .author-imge {
  margin-right: 15px;
}

.blog-details-page .comment-area .comment-list .author-imge img {
  border-radius: 50%;
}

.blog-details-page .comment-area .comment-list .author-comment .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-details-page .comment-area .comment-list .author-comment .comment-meta .author-title h5 {
  font-size: 16px;
  line-height: 19px;
}

.blog-details-page .comment-area .comment-list .author-comment .comment-meta .author-title span {
  font-size: 16px;
  line-height: 15px;
  font-family: 'Rubik', sans-serif;
  color: #ff957f;
  display: block;
}

.blog-details-page .comment-area .comment-list .author-comment .comment-meta .author-reply a {
  color: #ff957f;
  font-size: 16px;
  line-height: 19px;
}

.blog-details-page .comment-area .comment-list .author-comment .comment-meta .author-reply a i {
  margin-right: 5px;
}

.blog-details-page .comment-area .comment-list .author-comment p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  color: #586794;
  margin-bottom: 10px;
}

.blog-details-page .comment-area .middle-comment {
  margin-left: 70px;
}

.blog-details-page .comment-form-area h4 {
  font-size: 26px;
  line-height: 51px;
}

.blog-details-page .comment-form-area .form-group {
  margin-bottom: 30px;
}

.blog-details-page .comment-form-area .form-group .form-control {
  font-size: 16px;
  line-height: 19px;
  padding: 20px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  color: #586794;
  background: #F9F9FF;
}

.blog-details-page .comment-form-area .form-group .form-control:focus {
  background: #FEEDE9;
  border-color: #ff957f;
}

.blog-details-page .comment-form-area .contac-form-btn {
  background: #ff957f;
  color: #fff;
}

.blog-details-page .comment-form-area .contac-form-btn:hover {
  background: #fff;
  color: #586794;
}

/* 32. ======== pagination-area ===========*/
.pagination-area .page-item.active .page-link {
  background-color: #ff957f;
  border-color: #DDDDDD;
  color: #fff;
}

.pagination-area .page-item {
  margin-right: 10px;
}

.pagination-area .page-link {
  color: #586794;
  padding: 0.5rem 1rem;
  font-weight: 500;
  border: 1px solid #DDDDDD;
  margin: 5px;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 20px;
}

.pagination-area .page-link:hover {
  background-color: #ff957f;
  color: #fff;
}
.search_box{
  padding: 15px;
  border: 1px solid #EAEAEA;
  border-left: 0;
  border-right: 0
}
.sb_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search_input input{
  width: 340px;
height: 42px;
background: #F2F2F2;
border: 1px solid #FFFFFF;
font-size: 14px;
color: #231815;
padding: 0 15px
}
.search_type{
  display: flex;
}
.search_type a{
  padding: 25px 20px;
  line-height: 1;

font-size: 16px;
color: #231815;
}
.search_type a span{

font-size: 14px;
color: #666666;
margin-left: 5px
}
.search_type .active a{
  border-bottom: 1px solid #231815
}
.search_produxt-sore{
  padding: 20px 0;
  border-bottom: 1px solid #EAEAEA
}
.search_produxt-sore .type_single{
  margin-bottom: 0
}
.search_produxt-sore .type_single dd{
  margin-bottom: 0
}
.search_filte .filt{
  margin-top: 0;
  padding-top: 10px
}
.search_filte .zhaopin_xinwen{
  margin-top: 30px
}
.zhaopin_xinwen{
    overflow: hidden;
}
.collected{
    background: url(../image/star_fff.png);
    width: 28px;
    height: 28px;
    background-size: cover;
    display: inline-block;
    margin: 0 30px;
}
.share_icon-fff{
    background: url(../image/share_fff.png);
    width: 28px;
    height: 28px;
    background-size: cover;
    display: inline-block;
}
/* 33. ========= contact-info ========== */
.contact-info svg {
  margin-right: 10px;
}

.contact-info .contact-title {
  text-align: center;
}

.contact-info .contact-title h3 {
  font-size: 55px;
  line-height: 63px;
}

.contact-info .contact-title p {
  width: 790px;
  margin: 0 auto;
  margin-top: 25px;
}

.contact-info .contact-info-box .single-info-box h4 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-info .contact-info-box .single-info-box p {
  font-size: 16px;
  line-height: 35px;
  margin: 0;
}

/* 34. ========= contact-form-area ========== */
.contact-form-area .form-title {
  text-align: center;
  font-size: 55px;
  line-height: 63px;
  margin-bottom: 20px;
}

.contact-form-area form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form-area form .form-group .icon-case {
  float: left;
  background: #FFEEEB;
  height: 70px;
  position: relative;
  text-align: center;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 5px;
}

.contact-form-area form .form-group .icon-case svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
}

.contact-form-area form .form-group .icon-case i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
}

.contact-form-area form .form-group input {
  border: 1px solid #FFEEEB;
  background: #FFEEEB;
  margin-bottom: 15px;
  width: 100%;
  height: 70px;
  float: left;
  outline: none;
}

.contact-form-area .single_form {
  width: 100%;
  z-index: 1;
}

.contact-form-area .single_form textarea {
  width: 100%;
  height: 170px;
  padding: 25px 20px;
  outline: none;
  border: 0;
  background: #FFEEEB;
}

.contact-form-area .contact-btn {
  background: #ff957f;
  color: #fff;
  margin-top: 20px;
  z-index: 1;
}

.contact-form-area .contact-btn:hover {
  background: #fff;
  color: #586794;
}
.spot_brand .left_side{
    position: relative;
    left: auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.spot_brand .left_side a{
  display: inline-block;
  padding: 10px
}
.zimu{
  display: flex;
  align-items: center;
}
.labels{
  font-size: 16px;
    padding: 15px 20px;
    font-weight: bold;
}
.spot_brand-logo{
  margin-left: 70px
}
.spot_brand-logo a{
  padding: 15px;
  display:inline-block;
}
.spot_brand-logo a img{
  height: 40px
}
.spot_brand-logo a.active{
  border-bottom: 2px solid #231815
}
.filt{
  display: flex;
  align-items: center;
  margin-top: 60px;
  position: relative;
}
.filt .labels{
    font-size: 14px;
    color: #230000;
    font-weight: normal;
}
.default{
  width: 82px;
font-size: 14px;
font-weight: 400;
color: #999;
display: inline-block;
text-align: center;
}
.default:hover{
  color: #999;
}
.filt_right{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.filt_right div{
  width: 64px;
height: 40px;
background: transparent;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.filt_right div i{
  font-size: 16px
}
.filt_right div.active{
background: rgba(153,153,153,.28);
    color: #999;
}
.priceud_icon{
  background: url(../image/priceud_icon.png);
  width: 25px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.f_num{
  color: #231815
}
.f_num span{
  color: #999999
}
.price_ab{
margin-left: 30px;
margin-right: 40px;
color: #230000;
font-size: 14px;
}
.price_ab:hover{
  color: #230000;
}
.price_area{
  display: flex;
  align-items: center;
}
.price_area div{
padding: 9px 23px;
border-bottom: 1px solid #E9E9E9;width: 128px;
margin:0 10px 
}
.price_area input{
  border: 0;
  outline: none;
  width: 60px;
}
.price_area i{
  font-style: normal;
  color: #999999;
  font-size: 14px
}
.price_area button{

font-size: 14px;
color: #231815;
border:0;
background: transparent;
margin-left: 10px
}
.head_lefta{
  display: flex;
  align-items: center;
}
/* 35. ========= video-ripple ========== */
@keyframes video-ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes video-ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
/*关于我们*/
.zhaopin_top{
  background: url(../image/zbmm_bg.png);
  background-size: cover;
  color: #ffffff;
  padding: 60px;
  margin-bottom: 60px
}
.zhaopin_top h2{

font-size: 28px;
color: #FFFFFF;
margin-bottom: 30px
}
.zhaopin_top li{
  display: inline-block;
font-size: 19px;
color: #FFFFFF;
opacity: .92;
margin-right: 100px
}
.fz_item{
  padding: 0 0 100px 80px;
  border-left: 1px solid #231815;
  position: relative;
}
.fz_item:last-child{
  border-left: 0
}
.fz_box{
  display: flex;
}
.fz_data{
  width: 100px;
height: 100px;
background: #FFFFFF;
border: 1px solid #231815;
position: absolute;
top: 0;
left: -50px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
color: #231815
}
.zhaopin_desc{
  margin-top: 30px;
  margin-bottom: 60px;
}
.zhaopin_desc p{

font-size: 19px;
font-weight: 400;
color: #231815;
line-height: 32px;
}
.zp_item{
  padding-top: 40px
}
.zhaopin_xinwen .new_item{
  width: 33.333%;
  float: left;
  padding: 0 15px
}
.fz_info{
  margin-left: 30px;

border-bottom: 1px solid #231815;
}
.fz_info h2{

font-size: 24px;
color: #231815;
line-height: 36px;
margin-bottom: 25px
}
.fz_info p{

font-size: 15px;
color: #999999;
line-height: 22px;
}
.en_title{
margin-bottom: 5px;
font-size: 28px;
color: #230000;
opacity: .1;
line-height: 1
}
.zh_title{

font-size: 16px;
color: #230000;
font-weight: 500;
margin-left: 20px
}
.zhaopin_title{
  position: relative;
  padding-left: 20px;
}
.zhaopin_title:before{
content: '';
width: 1px;
height: 46px;
border: 1px solid #231815;
display: inline-block;position: absolute;
top: 0;
left: 0
}
.zhaopin_title:after{
  content: '';
  width: 29px;
height: 1px;
border: 1px solid #231815;
display: inline-block;
position: absolute;
left: 0;
bottom: 10px
}
.zhaopin_xinwen .new_item-name{

font-size: 16px;
color: #231815;
white-space:nowrap;
text-overflow:ellipsis;
-webkit-text-overflow:ellipsis;
overflow:hidden;
}
.zhaopin_xinwen .new_item-info{

font-size: 14px;
color: #999999;
padding-top: 10px;
overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
     border-bottom: 0;;
     padding-bottom: 0;
}
.zhaopin_xinwen .new_item-desc{
  font-size: 20px;
  color: #999;
  border-top: 1px solid #231815;
  margin-top: 15px;
}
.viewd{
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: auto;
height: 22px;
background: rgba(0,0,0,.5);
font-size: 12px;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
padding: 2px 7px;
}
.viewd i{
  background: url(../image/icon_ll@2x.png);
  width: 16px;
  height: 14px;
  background-size: cover;
  display: inline-block;
  margin-right: 2px
}
.new_item-pic{
  position: relative;

}
/*个人中心*/
.user_left{
  width: 290px;
height: 252px;
background: #FFFFFF;
padding-top: 30px;
text-align: center;
position: absolute;
top: 60px
}
.user_pic img{
  width: 80px;
  height: 80px;
  border-radius: 80px
}
.user_pic{
  margin-bottom: 15px
}
.user_container{

background: #F8F8F9;
}
.user_bg{
  position: relative;
  padding: 73px 0
}
.social-share .icon-qzone, .social-share .icon-linkedin,
.social-share .icon-diandian, .social-share .icon-facebook,
.social-share .icon-twitter, .social-share .icon-google{
    display: none;
}
.user_id{

font-size: 18px;
color: #181818;
font-weight: bold;
margin-bottom: 20px
}
.user_phone{

font-size: 15px;
color: #231815;
margin-bottom: 10px
}
.user_city{

font-size: 15px;
color: #231815;
}
.change_image{

font-size: 20px;
color: #FFFFFF;
}
.change_size{

font-size: 14px;
color: #FFFFFF;
}
.replace{
  width: 96px;
height: 34px;
background: #FFFFFF;
font-size: 14px;
color: #231815;
display: inline-block;
text-align: center;
line-height: 34px
}
.delete{

font-size: 14px;
color: #FFFFFF;
text-decoration: underline;
margin-left: 20px
}
.user_side{
  width: 290px;
background: #FFFFFF;
margin-top: 86px;
flex: inherit;
}
.user_side h2{

font-size: 16px;
color: #231815;
padding: 20px 30px;
margin-bottom: 0;
font-weight: bold;
}
.u_list a{

font-size: 16px;
color: #231815;
display: block;
padding: 19px 30px;
border-bottom: 1px solid #EAEAEA;
position: relative;
}
.u_icon{
  height: 22px;
  margin-right: 15px
}
.u_list span{
  position: absolute;
  right: 20px;
  font-size: 14px
}
.u_list span img{
  height: 16px;
  margin-right: 10px
}
.user_contents{
  display: flex;
}
.user_content{
width: 100%;
padding-left: 20px;
margin-top: 20px
}
.user_content nav{
  background:#fff;
  border-bottom: 
}
.user_content .nav-item{
margin-bottom: 0;
font-size: 16px;
color: #999999;
line-height: 1;
padding: 15px 30px;
border: 0!important
}
.tab-content{
  background: #fff;
  padding: 30px 30px
}
.tc_pic{
  text-align: center;
}
.tc_pic img{
  width: 120px;
  height: 120px;
  border-radius: 120px;
}
.zliao-war label{
  display: block;
  margin-bottom: 10px;

font-size: 14px;
color: #231815;
}
.zliao-war input{

height: 52px;
background: #FFFFFF;
border: 1px solid #E8EAEC;
font-size: 14px;
padding: 0 15px;
width: 100%;
margin-bottom: 20px
}
.phone_x{
  display: flex;
  align-items: center;
  margin-bottom: 26px
}
.phone_x div{

font-size: 14px;
}
.phone_x a{
  width: 78px;
height: 40px;
background: #FFFFFF;
border: 1px solid #231815;
font-size: 14px;
color: #231815;
display: flex;
align-items: center;
justify-content: center;
margin-left: 30px
}
.save_btn{
  width: 790px;
height: 52px;
background: #231815;
font-size: 14px;
color: #FFFFFF;
margin-top: 30px
}
.xunjia_list{
  overflow: hidden;
  padding-bottom: 30px
}
.xunjia_list .features-service{
  width: 33.333%;
  float: left;
  padding: 0 10px
}
.features-item{
  text-align: center;
  padding:0 20px 20px;
}
.features-item-icon{
  position: relative;
}
.check_box{
      position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: rgba(35,24,21,49);
    display: flex;
    justify-content: center;
    align-items: center;

}
.check_ori{
  background: url(../image/radio.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  display: inline-block;
}
.check_box input{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.check_box input:checked +.check_ori{
    background: url(../image/radio2.png);
    background-size: cover;
}
.select_all-checkbox, .select-checkbox{
  position: relative;
  display: flex;
  align-items: center;

font-size: 14px;
color: #231815;
}
.select_all-checkbox .check_ori, .select-checkbox .check_ori{
    background: url(../image/radio3.png);
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: inline-block;
  margin-right: 8px
}
.select_all-checkbox input, .select-checkbox input{
    position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.select_all-checkbox input:checked +.check_ori,
.select-checkbox input:checked +.check_ori{
    background: url(../image/radio4.png);
    background-size: cover;
}
.xj_topbox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px
}
.submit_xj{
  width: 106px;
height: 40px;
background: #231815;
font-size: 14px;
color: #FFFFFF;
line-height: 40px;
text-align: center;
display: inline-block;
}
.submit_xj:hover{
    color: #FFFFFF;
}
.delete_xj{
  width: 78px;
height: 40px;
background: #FFFFFF;
border: 1px solid #231815;
display: inline-block;
font-size: 14px;
color: #231815;
line-height: 40px;
text-align: center;
margin-left: 15px
}
.xj_item-top{
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 12px 15px;
background: #F2F2F2;
border: 1px solid #EAEAEA;
}
.xj_item-top img{
  width: 20px;
  margin-right: 5px;
}
.select-checkbox{
  position: absolute;
  right: 0
}
.xj_item .xunjia_list{
border: 1px solid #EAEAEA;
border-top: 0;
padding: 15px 5px;
    overflow-x: auto;
    white-space: nowrap;
}
.xj_item .xunjia_list .features-service{
  width: 20%;
  float: none;
  display: inline-block;
}
.xj_item{
  margin-bottom: 20px
}
.xunjia_list .features-service a{
  padding-bottom: 20px
}
.collect_brand{
  background: #fff;
  padding-top: 20px;
}
.collect_brand .sbrand_list .brand_item{
  width: 20%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
  position: relative;
}
.collect_brand .sbrand_list .brand_item a{
  width: 100%;
  border: 1px solid #EAEAEA;
}
.brand-product_list{
  background: #fff;
  overflow: hidden;
  margin-bottom: 60px;
}
.collect_brand .filt{
    margin-top: 0
}
.page-item.active .page-link{
        background-color: #000;
    border-color: #000;
}
.page-link{
    color: #000;    margin: 0 10px;
}
.pagination{
    justify-content: center;
    margin: 100px 0;
}
.brand-new_list .new_item{
  width: 33.333%;
  float: left;
  padding: 0 10px;
}
.brand-new_list{
  padding: 0 10px;
  overflow: hidden;
  background: #fff
}
.brand-new_list .new_item-info{
  border-bottom: 0
}
.mask{
      position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 11111;
}
.user_login-resgin{
  width: 995px;
    height: 480px;
    background: #fff;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11112;
    display: flex;
}
.user_login-resgin >img{
    width: 60%;
}
.user_login-resgin .nav-tabs{
height: 60px;
    margin: 0 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #fff;
    isolation: isolate;
}
.modal_content{
  width: 100%
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border: 0;
   padding: 17px 15px;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #231815
}
.nav-tabs .nav-link{
  margin-bottom: 0;
  margin:0 20px;
}
.form_npx >label{
  display: block;
margin-bottom: 10px;
font-size: 14px;
color: #231815;
}
.weixin .select-checkbox{
  position: relative;
}
.form_npx input{
  width: 100%;
height: 52px;
background: #FFFFFF;
border: 1px solid #E8EAEC;
font-size: 14px;
padding: 0 15px
}
#zhuce .weixin{
    display: none;
}
.close_btn{
    width: 38px;
    height: 38px;
    background: rgba(0,0,0,.5);
    display: inline-block;
    position: absolute;
    border-radius: 100%;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    font-size: 24px;
    font-weight: normal;
    top: 15px;
    right: -53px;
}
.open_pass{
  position: absolute;
  background: url(../image/table_icon_choicex.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: 15px;
  margin: auto;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.close_pass{
    position: absolute;
  background: url(../image/table_icon_choice.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: 15px;
  margin: auto;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.filed_in{
  position: relative;
  margin-bottom: 20px
}
.password_link{
  text-align: right;
  margin-top: -10px
}
.password_link a{

font-size: 13px;
color: #231815;
}
.f_btn{
  width: 100%;
height: 52px;
background: #231815;
color: #FFFFFF;
font-size: 14px;
border: 0;
margin: 30px 0
}
#qrCode iframe{
    height: 380px!important;
    width: 100%!important;
}
.weixin{
  display: flex;
  align-items: center;
  justify-content: center;
font-size: 14px;
color: #666666;
cursor: pointer;
}
.weixin i{
  margin-right: 10px
}
.modal_box{
  padding: 30px 35px 0
}
.f_btn.js-register-btn{
    margin-top: 0;
    margin-bottom: 5px;
}
/* 36. ========= right-side-modal ========== */
.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog,
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}


/* Left & Right */
.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  max-width: 100%;
  height: 100%;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.modal-left .modal-body,
.modal.modal-right .modal-body {
  padding: 15px 15px 80px;
}

.modal.modal-left.fade .modal-dialog {
  left: -500px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.modal-left.fade.show .modal-dialog {
  left: 0;
}

.modal.modal-right.fade .modal-dialog {
  right: -500px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.modal-right.fade.show .modal-dialog {
  right: 0;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content,
.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content,
.modal.modal-full .modal-content {
  border-radius: 0;
  border: none;
}

.modal.modal-left .modal-dialog.modal-xl,
.modal.modal-right .modal-dialog.modal-xl {
  width: 350px;
}

.modal-body .info__content {
  margin-bottom: 30px;
}

.modal-body .info__content h4 {
  color: #1f152d;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.modal-body .info__content .sidebar-btn {
  background: #ff957f;
  color: #fff;
}

.modal-body .info__content .sidebar-btn:hover {
  background: #fff;
  color: #586794;
}

.modal-body .info__contact h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.modal-body .info__contact ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-body .info__contact ul li .icon i {
  line-height: 27px;
  color: #1f152d;
  margin-right: 15px;
}

button.close {
  border: 1px solid;
  color: #666;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-body .info__contact ul li .icon {
  margin-right: 10px;
}

.modal-body .info__contact ul li .text span {
  color: #586794;
}
.bs_detail-l{
  padding-right: 10px
}
.sp_list{
  display: flex;
  justify-content: space-between;
  margin-top: 10px
}
.sp_list img{
  width: 66px;
}
.sp_list span{
  display: block;
  text-align: center;

font-size: 16px;
color: #231815;
}
.bst_top{

font-size: 16px;
color: #999999;
display: flex;
justify-content: space-between;
}
.star_lines{
    background: url(../image/cp_icon_star.png);
    width: 28px;
    height: 28px;
    background-size:cover;
    display: inline-block;
}
.star_ina{
      background: url(../image/star_000.png);
    width: 28px;
    height: 28px;
    background-size:cover;
    display: inline-block;
}
.share_inao{
    background: url(../image/cp_icon_share.png);
    width: 28px;
    height: 28px;
    background-size:cover;
    display: inline-block;
    margin-left: 30px;
}
.bst_top span{

border: 1px solid #CCCCCC;
font-size: 12px;
color: #999999;
line-height: 1;
padding: 4px 6px;
margin-left: 10px
}
.bst_title{
margin-top: 30px;
font-size: 30px;
color: #231815;
}
.bst_price{

font-size: 22px;
color: #231815;
margin-top: 30px
}
.bst_label{
margin-bottom: 30px;
font-size: 16px;
color: #231815;
margin-top: 50px;
}
.bs_detail-r dl{
  display: flex;
  align-items: center;
  margin-bottom: 20px
}
.mfp-title{
    font-size: 12px;
        text-align: right;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 56px;
}
.bs_detail-r dd{
  margin-bottom: 0;
border: 1px solid #999999;
font-size: 12px;
color: #231815;
line-height: 1;
padding: 10px;
margin: 0 10px;
}
.bs_detail-r dt{

font-size: 14px;
color: #231815;
margin-right: 10px
}
.bst_add{
  width: 45%;
height: 48px;
border: 1px solid #231815;
font-size: 16px;
color: #230000;
}
.pc_show{
    display: block;
}
.mobile_show{
    display: none;
}
.logo .img-fluid{
    margin: auto;
}
.form_npx.js-scan-login{
    position: relative;
}
.form_npx.js-scan-login button{
    position: absolute;
    bottom: 30px;
    border: 0;
    background: #000;
    color: #fff;
    padding: 10px 40px;
    margin: auto;
    left: 0;
    right: 0;
    width: 112px;
}
.bst_zixun{
  width: 49%;
height: 48px;
background: #230000;
font-size: 16px;
color: #FFFFFF;
}
.bst_zixun:hover{
    color: #FFFFFF;
}
.social-share .icon-tencent{
    display: none;
}
.bst_href{
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 48px;
  margin-top: 100px;
  margin-bottom: 35px;
}
.bst_bottom{
  display: flex;
}
.bst_bottom a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand_content .swiper-slide{
    text-align: center;}
.bst_bottom img{
  width: 92px;
  /*height: 92px;*/
  margin-right: 10px;
}
.brand_content .gallery-top .swiper-slide img{
    /*width: 40%;*/
    height: 600px;
}
.brand_content .gallery-thumbs .swiper-slide img{
    width: 100%;
}
.brand_content .swiper-button-next.swiper-button-white, .brand_content .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #000;
}
.bstb_top{

font-size: 16px;
color: #231815;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
}
.bstb_txt{

font-size: 12px;
color: #231815;
line-height: 20px;
   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.bstb_top a{

font-size: 12px;
color: #231815;
}
.ds_info img{
  width: 100%;
  margin-bottom: 30px
}
.ds_right .features-service{
  margin-bottom: 30px;
}
.ds_box{
  margin-top: 120px
}
.ds_box .zhaopin_title{
  margin-bottom: 30px
}
.ind_top{
  display: flex;
padding-bottom: 60px;
border-bottom: 1px solid #E8EAEC;
/*width: 85%;*/
margin: auto;
margin-bottom: 60px;
}
.ind_view, .ind_date{

font-size: 14px;
color: #999999;
display: flex;
align-items: center;
}
.ind_view img, .ind_date img{
  width: 20px
}
.ind_left{
  width: 20%
}
.ind_view{
  margin-bottom: 15px
}
.star_icon{
  background: url(../image/cp_icon_star.png);
  width: 36px;
  height: 36px;
  background-size: 100%;
  display: inline-block;
  margin-right: 30px
}
.share_icon{
  background: url(../image/cp_icon_share.png);
  width: 36px;
  height: 36px;
  background-size: 100%;
  display: inline-block;
}
.mob_bgfffs{
    margin: auto;
    width: 100%;
}
.ind_set{
  margin-top: 38px
}
.ind_right h2{

font-size: 28px;
color: #231815;
line-height: 40px;
margin-bottom: 20px;
position: relative;
}
.ind_right h2:before{
    content: '';
width: 1px;
    height: 21px;
    /* border: 3px solid #999999; */
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -12px;
    background: #999;
}
#mobile-menu >ul{
    display: flex;
    justify-content: space-between;
}
.ind_right p{

font-size: 15px;
color: #999999;
line-height: 22px;
}
.ds_box.ind_box{
margin-top: 60px;
/*width: 82%;*/
    margin: auto;
}
.head_top{
    display: flex;
    justify-content: space-between;
    align-items: color;
    padding: 0 50px;
height: 43px;
background: #F5F5F5;
}
.icon_phone{
  background: url(../image/top_icon_hotline.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px
}
.phone_box{
  display: flex;
  align-items: center;
}
.icon_search{
  background: url(../image/top_icon_search.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.icon_cart{
  background: url(../image/top_icon_cart.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.head_top ul{
  display: flex;
  align-items: center;
}
.icon_user{
   background: url(../image/top_icon_user.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.head_top li{
  position: relative;
  padding: 0 20px;
  cursor: pointer;
}
.head_top li:after{
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 12px;
  background: #DDDDDD
}
.change-language a{
    font-size: 12px;
}
.change-language{
        margin-left: 60px;
}
.Offline i{
        display: block;
    margin: 30px auto 0;
    text-align: center;
    font-size: 60px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .25s ease-out;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.Offline i:hover{
    transform: rotate(360deg);
}
.head_top li:last-child{
  padding-right: 0
}
.head_top li:last-child:after{
  display: none;
}
.login{

font-size: 14px;
color: #231815;
}
.cart_num{

font-size: 12px;
background: #231815;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: -5px;
right: 5px;
border-radius: 10px;
text-align: center;
color: #ffffff;
line-height: 1;
padding: 0;
width: 15px;
height: 15px;
}
.user_icon{
     background: url(../image/top_icon_usered.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.downlist{
  position: absolute;
  width: 140px;
background: #fff;
box-shadow: -1px 4px 5px rgb(0 0 0 / 8%);
top: 35px;
z-index: 101;
display: none;
}
.downlist a{
  display: block;
  padding: 12px 16px;
font-size: 14px;
box-shadow: 0px 1px 0px 0px #EAEAEA;
}
.user_set{

font-size: 14px;
color: #231815;
display: block!important;
}
.downlist:before{
  content: '';
       background: url(../image/mask.png);
  width: 14px;
  height: 10px;
  background-size: 100%;
  display: inline-block;
  margin: auto;
  left: 0;
  right: 0;
  top: -11px;
  position: absolute;
  z-index: 100
}
.foot_links{
  text-align: center;
  display: flex;
  justify-content: center;
}
.anput_navs.item-menu .button:nth-child(4){
    display: none;
}
.anput_navs.item-menu .button:nth-child(5){
    display: none;
}
.foot_links a{

font-size: 14px;
color: #999999;
margin: 0 20px;
    text-transform: inherit;
}
.foot_links a:hover{
  color: #fff
}
.copyright{
font-size: 14px;
color: #999999;
text-align: center;
margin-top: 20px;
padding-bottom: 20px;
}
.comlink{
  font-size: 14px;
color: #999999;
text-align: center;
padding: 15px 0;
border-bottom: 1px solid #383838
}
.foot_bottom{

/*background: #000000;*/
}
.record{

font-size: 12px;
color: #999999;
padding-top: 15px
}
.fotter-form{
  width: 23.44%;
background: #FFFFFF;
margin-left: 6%;
padding: 10px;
margin-bottom: 100px;
position: relative;
}
/* 左上 */
.raidal1 {
 height:10px;
 width:10px;
 background:radial-gradient(20px at left top,#231815 50%,#ffffff 50%);
     position: absolute;
    top: 0;
    left: 0;
}
.raidal11 {
    height: 10px;
    width: 10px;
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 0 0 40px 0;
    border-bottom: 1px solid #231815;
    border-right: 1px solid #231815;
    background: #fff;
}
/* 右上 */
.raidal2 {
 height:10px;
 width:10px;
 background:radial-gradient(20px at right top,#231815 50%,#ffffff 50%);
   position: absolute;
    top: 0;
    right: 0;
}
.raidal22{
        height: 10px;
    width: 10px;
    position: absolute;
    top: -1px;
    right: -1px;
    border-radius: 0 0 0 40px;
    border-bottom: 1px solid #231815;
    border-left: 1px solid #231815;
    background: #fff;
}
/* 右下 */
.raidal3 {
 height:10px;
 width:10px;
 background:radial-gradient(20px at right bottom,#231815 50%,#ffffff 50%);
    position: absolute;
    bottom: 0;
    right: 0;
}
.raidal33{
            height: 10px;
    width: 10px;
    position: absolute;
    left: -1px;
    bottom: -1px;
    border-radius: 0px 40px 0px 0px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    background: #fff;
}
/* 左下 */
 .raidal4 {
 height:10px;
 width:10px;
 background:radial-gradient(20px at left bottom,#231815 50%,#ffffff 50%);
 position: absolute;
 left: 0;
 bottom: 0;
} 
.raidal44{
                height: 10px;
    width: 10px;
    position: absolute;
    right: -1px;
    bottom: -1px;
    border-radius: 40px 0px 0px 0px;
    border-top: 1px solid #231815;
    border-left: 1px solid #231815;
    background: #fff;
}
.fotter-form-box{
  border: 1px solid rgba(0,0,0,.5);
  height: 100%;
  padding: 40px;
  position: relative;
}
.fotter-form-box input{
  width: 100%;
height: 44px;
background: #FFFFFF;
border: 1px solid #E8EAEC;
margin-bottom: 15px;
font-size: 14px;
padding: 0 15px
}
.fotter-form-box button{
  width: 100%;
height: 44px;
background: #231815;
font-size: 14px;
color: #FFFFFF;
border: 0;
margin-top: 5px;
}
.icon_f1{
  background: url(../image/foot1.png);
  background-size: 100% 100%;
  display: inline-block;
}
.icon_f2{
  background: url(../image/foot2.svg);
  background-size: 100% 100%;
  display: inline-block;
}
.icon_f3{
  background: url(../image/foot3.svg);
  background-size: 100% 100%;
  display: inline-block;
}
.icon_f4{
  background: url(../image/foot4.png);
  background-size: 100% 100%;
  display: inline-block;
}
.icon_f5{
  background: url(../image/foot5.svg);
  background-size: 100% 100%;
  display: inline-block;
}
.icon_f6{
  background: url(../image/foot6.png);
  background-size: 100% 100%;
  display: none;
}
.right_fixeds{
    width: 42px;
background: rgba(0,0,0,.49);
position: fixed;
margin: auto;
right: 0;
top: 50%;
z-index: 11111;
padding: 10px 0;
zoom: 1.3;
}
.right_fixeds a:not(.iphne), .aaa{
        width: 42px;
height: 52px;
display: flex;
align-items: center;
justify-content: center;
/*opacity: .6;*/
position: relative;
}
.iphne{
        position: absolute;
    width: 130px;
    background: rgba(0,0,0,.49);
    height: 100%;
    color: #ffffff;
    font-size: 15px;
    right: 0;
    /* text-align: center; */
    line-height: 42px;
    padding-left: 15px;
    transition: all .3s ease-out;
    right: -170px;
}
.right_fixeds .aaa:hover .iphne{
    right: 42px;
}
.erioc{
        width: 150px;
    position: absolute;
    right: -150px;
    background: rgba(0,0,0,.49);
    padding: 15px;
        top: 0;
        transition: all .3s ease-out;
}
.right_fixeds a:hover .erioc{
    right: 42px;
}
.aaa:hover a{
    color: #ffffff;
}
.erioc img{
    width: 100%;
}
.right_fixeds a:hover, .right_fixeds .aaa:hover{
    opacity: 1;
}
.kefu_icon{
      background: url(../image/flo_icon_zxkf_s.png);
  width: 30px;
  height:30px;
  background-size: 100% 100%;
  display: inline-block
}
.dianhua_icon{
      background: url(../image/flo_icon_dhzx_s.png);
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  display: inline-block;
  z-index: 111;
}
.weixin_icon{
      background: url(../image/flo_icon_wechat_s.png);
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  display: inline-block;
}
.foot_label{

font-size: 14px;
color: #999999;
}
.foot_label span{
  color: #ffffff;
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
}
.erji_sing{
    margin-left: 72px;
}
/* 37. ========= sticky-animation ========== */
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

/* 38. ========= moving-animation ========== */
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, -35px);
            transform: translate(0px, -35px);
  }
  50% {
    -webkit-transform: translate(-35px, -35px);
            transform: translate(-35px, -35px);
  }
  70% {
    -webkit-transform: translate(-35px, 0px);
            transform: translate(-35px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, -35px);
            transform: translate(0px, -35px);
  }
  50% {
    -webkit-transform: translate(-35px, -35px);
            transform: translate(-35px, -35px);
  }
  70% {
    -webkit-transform: translate(-35px, 0px);
            transform: translate(-35px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.foot_mobile{
    margin-bottom: 55px;
}
.footb_t img{
    width: 20px;
        margin-right: 10px;
}
.footb_t{
    padding: 12px 0;
  font-size: 14px;
  color: #ffffff;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footb_b{
    font-size: 12px;
    color: #999999;
    padding: 12px 0;
}
.foot_fixeds{
    position: fixed;
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    left: 0;
    bottom: 0;
    z-index: 111111;
}
.foot_fixeds a{
    width: 25%;
    text-align: center;
    display: block;
}
.foot_fixeds span{
    font-size: 12px;
    color: #999999;
}
.foot_fixeds i{
    margin: auto;
}
.ua{
    background: url(../image/labs_icon_shouye_s4.png);
    width: 26px;
    height: 26px;
    background-size: cover;
    display: block;
}
.ub{
    background: url(../image/labs_icon_shouye_s3.png);
    width: 26px;
    height: 26px;
    background-size: cover;
    display: block;
}
.uc{
    background: url(../image/labs_icon_shouye_s2.png);
    width: 26px;
    height: 26px;
    background-size: cover;
    display: block;
}
.ud{
    background: url(../image/labs_icon_shouye_s.png);
    width: 26px;
    height: 26px;
    background-size: cover;
    display: block;
}


.foot_fixeds a.active .ua{
    background: url(../image/u1.png);
    width: 26px;
    height: 26px;
    background-size: cover;
    display: block;
}
.foot_fixeds a.active .ub{
     background: url(../image/u2.png);
    width: 26px;
    height: 26px;
    background-size: cover;
    display: block;
}
.foot_fixeds a.active .uc{
     background: url(../image/u3.png);
    width: 26px;
    height: 26px;
    background-size: cover;
    display: block;
}
.foot_fixeds a.active .ud{
     background: url(../image/u4.png);
    width: 26px;
    height: 26px;
    background-size: cover;
    display: block;
}
.mob_logins{
    position: fixed;
    left: 15px;
    z-index: 1;
    top: 13px;
}
.zhmm{
    display: none;
}
.yzm_file{
    display: flex;
}
.yzm_file a{
        width: 50%;
    font-size: 14px;
    background: #000000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}
.modal_box h4{
text-align: center;
}
.testimonial-area .swiper-button-next, .testimonial-area .swiper-container-rtl .swiper-button-prev, 
.testimonial-area .swiper-button-prev, .testimonial-area .swiper-container-rtl .swiper-button-next{
    
    color: #666666;
}
.testimonial-area .swiper-slide a{
    display: block;
    width: 100%;
}