/*


==================================================
CSS SITEMAP >>>>

  01. GENERAL CSS
  02. HEADER CSS
  03. SOCIAL ICONS CSS
  04. WELCOME BLOCK CSS
  05. ABOUT BLOCK CSS
  06. SERVICES BLOCK CSS
  07. WORK BLOCK CSS
  08. CONTACT BLOCK CSS
  09. TESTIMONOALS BLOCK CSS
  10. SKILLS BLOCK CSS


==================================================*/

/*==============================================
01. GENERAL CSS
================================================*/

@font-face {
  font-family: 'aosifont';
  src: url('../fonts/Avenir.ttc');
  src: url('../fonts/Avenir.ttc') format('embedded-opentype'),
      url('../fonts/Avenir.ttc') format('woff2'),
      url('../fonts/Avenir.ttc') format('woff'),
      url('../fonts/Avenir.ttc') format('truetype');
}
/*@font-face {
  font-family: 'aosifont';/*声明一个名为iconfont的字体变量
  src: url('../fonts/aosibold.eot');
  src: url('../fonts/aosibold.eot') format('embedded-opentype'),
      url('../fonts/aosibold.woff2') format('woff2'),
      url('../fonts/aosibold.woff') format('woff'),
      url('../fonts/aosibold.ttf') format('truetype'),
      url('../fonts/aosibold.svg#aosibold') format('svg');
}*/
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body {
  /* font: 16px/1.6 'Raleway', Arial, Helvetica, sans-serif '微软雅黑' !important; */
  font-size:16px;
  /* font-family: 'Raleway', Arial, Helvetica, sans-serif '微软雅黑' !important; */
  font-family: 'aosifont';
  color: #fff;
  text-align:center;
  background: #222;
}

.font-size-content{
  /* font-size: 14px; */
  /* line-height: 16px; */
}
.font-size-subtitle{
  /* font-size: 14px; */
}
img {
  border: 0;
  max-width: 100%;
}
html {
  -ms-overflow-style: scrollbar;
}
.alltrans,
.social-icons li a,
.owl-nav > button,
.owl-nav > button:after,
.counter-box,
.about-img:after,
.gallery-img img,
.form-control,
.owl-dot,
.subscribe-row,
.close-btn,
.close-btn:before,
.close-btn:after,
.tag-btn,
.btn {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fff;
  outline: none;
  text-decoration: underline;
}

.font-bold{
  font-weight: 500;
}
.content-hangju{
  line-height: 1.8;
  font-size: 14px;
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  a:active {
    background-color: transparent;
  }
}
p {
  margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* line-height: 1.2; */
  margin: 0 0 20px;
  font-weight: 600;
  /* text-transform:uppercase; */
}
h1,
h2 {
  font-size: 32px;
}
h3 {
  font-size: 30px;
  font-weight: 600;
}
h4 {
  font-size: 22px;
  font-weight: 600;
}
h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
h6 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
#main {
  padding: 0;
  background: #fff;
}
.no-margin {
  margin: 0 !important;
}
figure {
  margin:0;
}
.opacity-no {
  opacity: 1 !important;
}

video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
#video:after {
  content: '';
  opacity: 1;
  /* #2580b3  #cbbacc */
  background: #2b828f; /* Old browsers */
  background: -moz-linear-gradient(top, #2b828f 0%, #93c9d2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2b828f 0%,#93c9d2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2b828f 0%,#93c9d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b828f', endColorstr='#93c9d2',GradientType=0 ); /* IE6-9 */
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom: 0;
}
.wrapper-background-dark:after {
  background: #222;
  opacity:0.95;
}
.section-inner {
  padding:20px 30px 0;
}
.fp-scrollable {
  height:calc(100vh) !important;
}
#fp-nav ul li a span {
 display: none;
}

.btn {
  background: #fff;
  color: #222;
  text-align:center;
  line-height:52px;
  padding:0 35px;
  border-radius: 0px;
  text-transform:uppercase;
  font-weight:600;
  border:2px solid transparent;
  border-radius: 10px;
}
.btn:hover, .btn:focus {
  color:#fff;
  border-color:#fff;
  background:none;
}
.btn:focus {
  box-shadow:none;
  outline:none;
}
.btn.btn-xs {
  line-height:34px;
  font-size:12px;
  padding:0 20px;
  font-weight: 500;
}
.btn.btn-outline {
  background:none;
  border-color:#fff;
  color:#fff;
  border-width:1px;
}
.btn.btn-outline:hover, .btn.btn-outline:focus {
  background:#fff;
  color:#222;
}
.btn.btn-dark {
  color: #222;
  border-color: #222;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  color: #fff;
}
.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.owl-carousel .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 0 auto;
}
.preloader {
  /* #2580b3  #cbbacc */
  background: -moz-linear-gradient(top, #2b828f 0%, #93c9d2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2b828f 0%,#93c9d2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2b828f 0%,#93c9d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b828f', endColorstr='#93c9d2',GradientType=0 ); /* IE6-9 */
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  text-align: center;
}
.preloader-bounce {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.preloader-bounce svg{
  width: 30%;
  max-width: 200px;
}
.preloader-bounce > span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0.3em;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: bounce 0.6s infinite alternate;
  animation: bounce 0.6s infinite alternate;
  background: #fff;
}
.preloader-bounce > span:nth-child(2){
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background: #fff;
}
.preloader-bounce > span:nth-child(3){
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background: #fff;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

#fullpage {
  z-index: 99;
}


/*==============================================
02. HEADER CSS
================================================*/
#header {
  padding:20px 0;
  position: fixed;
  left:0;
  right:0;
  top:0;
  z-index:999;
}
.container-fluid {
  padding:0 20px;
}
a#logo {
  width: 250px;
  height: 60px;
  text-decoration: none;
}
/* logo颜色 */
a#logo .st0 {
  fill: #FFFFFF;
}
.navbar {
  padding: 0;
}
.navbar-toggle {
  display:none;
}
.navbar-nav {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.navbar-nav li {
  margin-left: 30px;
}
.navbar-nav li a {
  color:#fff;
  font-size: 13px;
  text-decoration:none;
  display:block;
  font-weight: 500;
  opacity: 0.9;
}
.navbar-nav li a:after {
  content:'';
  display:block;
  height: 2px;
  background:#fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform:scale(0);
  transform:scale(0);
  margin-top: 4px;
}
.navbar-nav li a:hover:after, .navbar-nav li.active a:after{
  -webkit-transform:scale(1);
  transform:scale(1);
}
.navbar-nav li a:hover {
  opacity: 1;
}
.navbar-nav li.active a {
  opacity: 1;
}
.collapse:not(.show) {
  display:block;
}

/*==============================================
03. SOCIAL ICONS CSS
================================================*/
#social-icons {
  padding:0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right:0;
  z-index: 199;
}
.social-icons {
  margin:0;
  padding:0;
  list-style:none;
}
.social-icons li {
  display: block;
  margin: 1px 0px;
}
.social-icons li a {
  width:50px;
  height:50px;
  display:inline-block;
  line-height:50px;
  text-align:center;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255,255,255,1);
  font-size:18px;
}
.social-icons li a:hover {
  color:#1e1e1e;
  background-color: #338693;
}
/*==============================================
04. WELCOME BLOCK CSS
================================================*/
.welcome-box {
  font-size:20px;
  /* line-height:1; */
  text-align: center;
  /* border: 1px solid #ff0000; */
}

.welcome-box p {
  max-width: 620px;
  width:100%;
  margin:0 auto 30px;
  color: #fff;
}
.welcome-title {
  font-weight: 700;
  font-size: 72px;
  
  /* letter-spacing:0.005em; */
  /* text-align: left; */
  margin: 0 auto;
  /* margin-bottom: 10px; */
  /* border: 1px solid #00ff00; */
  width:fit-content;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  /* text-align: left; */
  line-height: 130px;
}
.welcome-title .welcome-first{
  font-size: 24px;
  display: block;
  /* text-transform: uppercase; */
  font-weight: 100;
  /* line-height: 1.2; */
  letter-spacing: 0.02em;
  line-height: 30px;
}
.welcome-second{
  font-size: 16px;
  text-align: center;
  display: block;
  /* text-transform: uppercase; */
  font-weight: 500;
  /* line-height: 1.2; */
  letter-spacing: 0.01em;
  /* line-height: 60px; */
  /* border:1px solid red; */
  line-height: 12px;
  /* padding-top: 8%; */
}
.welcome-second span{
  font-size: 12px;
}
.welcome-title span {
  font-size:10px;
  /* display:block; */
  font-weight:300;
  /* line-height:1.2; */
}
.welcome-box .btn {
  margin-top: 10px;
}
.next-section {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.next-section span {
  margin-top: 10px;
  display: block;
  /* text-transform: uppercase; */
  font-size: 10px;
  /* font-weight: 500; */
}
.next-section i:hover {
  opacity: 1;
}

/*==============================================
05. ABOUT ME
================================================*/
.about-img {
  position:relative;
}

.about-contentbox {
  margin-top: 80px;
  text-align:left;
  /* line-height:1.5; */
}
.about-contentbox span {
  font-size: 24px;
  /* text-transform: uppercase; */
  /* font-weight: 300; */
}
.about-contentbox h2 {
  /* font-size: 32px; */
  /* text-transform: uppercase; */
  /* font-weight: 700; */
}
.facts-list {
  margin-top: 30px;
  display: flex;
}
.facts-list .item {
  width: 116px;
  height: 116px;
  overflow: hidden;
  position: relative;
  border-radius: 200px;
  text-align:center;
  display: inline-block;
  text-transform:capitalize;
  font-size:14px;
  background: #416469;
  margin-right: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.facts-list .item i{ 
  font-size: 80px;
  position: absolute;
  font-style: normal;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height:120px;
}
.facts-list .item:hover i{ color: #e5ecec; }
.facts-list .item .counter-box{
  display: none; 
}
.facts-list .item:hover .counter-box{
  width: 110px;
  height: 110px;
  color: #004043;
  z-index: 999;
  position: relative;
  display: flex;
  align-content: center;
   flex-wrap: wrap;
   justify-content: center;
    transition: all 0.5s linear;

}

.facts-list .item.active i{ color: #e5ecec; }
.facts-list .item.active .counter-box{
  width: 110px;
  height: 110px;
  color: #004043;
  z-index: 999;
  position: relative;
  display: flex;
  align-content: center;
   flex-wrap: wrap;
   justify-content: center;
    transition: all 0.5s linear;

}

.counter-box span {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-weight: bolder;
}
.counter-box .text {
  font-size: 12px;
  font-weight: 500;
}
.counter-icon {
  font-size: 30px;
  margin-bottom: 10px;
  opacity: 0.75;
}
.facts-list .item:hover {
  background:#fff;
  color:#1e1e1e;
   transition: all 0.5s linear;
}

.facts-list .item.active {
  background:#fff;
  color:#1e1e1e;
   transition: all 0.5s linear;
}

.facts-list .owl-dots {
  margin-bottom: 30px;
}
.count-number, .counted {
  display:block;
  font-size:36px;
  font-weight:700;
  /* line-height:1; */
}

/*==============================================
06. SERVICES BLOCK CSS
================================================*/
.title-block {
  margin-bottom: 40px;
}
.title-block span {
  font-size: 24px;
  /* text-transform: uppercase; */
  /* font-weight: 300; */
}
.services-list{
  text-align: center;
  /* border:1px solid #ff0000; */
  margin: 0 auto;
}
.services-list .item {
  background-color: rgba(250,250,250,0.25);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  
  /* min-width:300px; */
}
.service-icon {
  display:block;
  margin: 0 auto 0;
  font-size: 64px;
}
.service-box {
  font-size:15px;
  padding:40px 20px;
  height:100%;
  /* border:1px solid #ff0000; */
  border-radius: 10px;
  
}

.service-box-jbjy {
  background-color: #B78763;
}

.service-box-llgl {
  background-color: #806C90;
}

.service-box-dpyy {
  background-color: #8DA375;
}

.service-box-dsxs {
  background-color: #896b9b;
}

.service-box:hover {
  background-color: #fff;
}

.services-list .item:hover {
  background-color: #fff;
  color: #1e1e1e;
}

.service-box h3 {
  font-size:22px;
  font-weight:700;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding: 10px;
}
.service-box p:last-child {
  margin:0;
}
.owl-carousel .owl-dots .owl-dot {
  border-radius: 30px;
}
.owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 50px
}

.owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: rgba(255, 255, 255, .2)
}

.owl-carousel .owl-dots .owl-dot:focus {
    outline: none
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #fff
}

/*==============================================
07. WORK BLOCK CSS
================================================*/
.gallery-section {
  text-align: center;
}
.portfolio-item img {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 10px;
  cursor: pointer;
}
.portfolio-item .thumb-inner {
  position: absolute;
  z-index: 99;
  bottom: 0;
  text-align: left;
  padding: 20px;
  cursor: pointer;
  background-color: rgba(250,250,250,0.7);
  width: 100%;
  height: auto;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.portfolio-item .thumb-inner h4 {
  margin-bottom: 0;
  font-size: 1.1rem;
  margin-top: 0px;
  color: #222;
}
.portfolio-item .thumb-inner .time{ color: #000; }
.portfolio-item .thumb-inner p {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin-bottom: 0px;
}
.portfolio-item:hover .thumb-inner p {
  position: relative;
  opacity: 1;
  visibility: visible;
  color: #4a4a4a;
}
.portfolio-item:hover .thumb-inner {
  border-radius: 10px;
  height: 100%;
  background-color: rgba(250,250,250,0.9)
}
.portfolio-item:hover .thumb-inner h4 {
   margin-top: 30%;
  color: #1e1e1e;
  margin-bottom: 20px;
}

/*==============================================
08. CONTACT BLOCK CSS
================================================*/
::-webkit-input-placeholder {
  color:#fff !important;
  opacity:1;
}
::-moz-placeholder {
  color:#fff !important;
  opacity:1;
}
:-ms-input-placeholder {
  color:#fff !important;
  opacity:1;
}
:-moz-placeholder {
  color:#fff !important;
  opacity:1;
}
.input-field {
  margin-bottom:6px;
}
.form-control {
  height: 50px;
  color:#fff;
  border: none;
  background:rgba(250,250,250,0.05);
  border: 1px solid rgba(250,250,250,0.5);
  border-radius: 10px;
  padding:4px 22px;
  font-size:14px;
  margin-bottom: 12px;
}
.form-control3 {
  height: 50px;
  color:#fff;
  border: none;
  background:rgba(250,250,250,0.05);
  border: 1px solid rgba(250,250,250,0.5);
  border-radius: 10px;
  padding:4px 22px;
  font-size:14px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.form-control2 {

  color:#fff;
  border: none;
  font-size:14px;
  background: none;
  border: 0px solid rgba(250,250,250,0.5);
  padding:0px;
  margin: 0;
  width: 440px;
  border: 0;
}
.form-control2 option{ background: none;border: 0; }
.form-control:focus {
  box-shadow:none;
  outline:none;
  background:rgba(0,0,0,0.05);
  border: 1px solid rgba(250,250,250,1);
  color:#fff;
}
.index .form-control.form-control-dark {
  background: rgba(250,250,250, 0.75);
  color: #fff;
}
.index .form-control.form-control-dark:focus {
  background: rgba(54, 40, 158, 0.85);
  color: #fff;
}
.index .form-control.form-control-dark::-webkit-input-placeholder {
  color: #fff !important;
}
.index .form-control.form-control-dark::-moz-placeholder {
  color:#fff !important;
}
.index .form-control.form-control-dark:-ms-input-placeholder {
  color:#fff !important;
}
.index .form-control.form-control-dark:-moz-placeholder {
  color:#fff !important;
}
.form-control.form-control-dark:focus {
  background: rgba(0, 0, 0, 0.2);
}
.form-control.form-control-dark {
  background: rgba(0, 0, 0, 0.1);
  color: #222;
  border: none;
}
.form-control.form-control-dark::-webkit-input-placeholder {
  color:#222 !important;
  opacity:0.7;
}
.form-control.form-control-dark::-moz-placeholder {
  color:#222 !important;
  opacity:0.7;
}
.form-control.form-control-dark:-ms-input-placeholder {
  color:#222 !important;
  opacity:0.7;
}
.form-control.form-control-dark:-moz-placeholder {
  color:#222 !important;
  opacity:0.7;
}
textarea.form-control {
  height:123px;
  padding-top:15px;
}
.contact-section .btn {
  width:100%;
}
.contact-box {
  text-align:left;
}
.contact-box h4 {
  font-size:24px;
}
.contact-box h4:after {
  content:'';
  display:block;
  width:50px;
  height:2px;
  background:#fff;
  margin:12px 0;
}
.contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  background: rgba(250,250,250,0.25);
  border-radius: 10px;
  padding: 30px 20px;
  font-weight: 500;

}

.contact-row img {
  width:55px;
  font-size: 30px;
  display:block;
  margin-top: -6px;
  position: relative;
  margin-left: -10px;
}
.contact-row:nth-child(1) img { margin-top: -22px; }
.contact-row i.fa-envelope {
  font-size: 25px;
}

/*==============================================
09. TESTIMONOALS BLOCK CSS
================================================*/
.testimonials-section{
  /* text-align: center; */
  /* border:1px solid #ff0000; */
  padding: 0;
}


.jd_avartar{
  width: 120px;
  height: 120px;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 90px;
  overflow: hidden;
  /* border: 1px solid #ff0000; */
}
.jd_avartar img{
  /* width:100%;
  height:100%; */
  margin: 0 auto;
}


/* .rounded-circle{
  margin: 0 auto;
} */

.testimonials-section .item {
  margin: 0 auto;
  background-color: rgba(250,250,250,0.25);
  /* padding: 40px 40px 0 40px; */
  border-radius: 10px;
  width:100%;
  display:flex;
  /* border:1px solid #ff0000; */
  /* padding:0; */
}
.testimonials-section .item img {
   width: 120px; 
 /*  height: 120px;  */
  margin: 0 auto;
  padding: 10px 0; 
}
.testimonials-section .item2 img{
   width: 120px; 
   height: 120px;  
  margin: 0 auto;
  padding: 0px 0; 
}
.testimonials-section .item h4 {
  margin-top: 20px;
  /* font-size: 22px; */
  text-transform: capitalize;
  font-weight: 700;
  padding-bottom: 12px;
  
}
.testimonials-section .item p {
  /* font-size: 12px; */
  /* font-style: italic; */
  min-width: 450px;
}

.testimonial-item{
  /* border: 1px solid #ff0000; */
  min-width: 450px;
  padding: 30px 0px;
}

.testimonials-section .item .client-row{
  float: left;
  padding-left: 0;
  margin-right: 50px;
  /* border: 1px solid #ff0000; */
}
.client-row-margin{
  /* margin-left: 12px; */
  margin-bottom: 10px;

}

/* .testimonials-section .item .client-row img{
  width: 100px;
} */
.testimonials-section .item ul{
  list-style:none;
  /* margin:0 auto; */
  /* border: 1px solid #ff0000; */
  margin: 0;
  padding:20px 30px 0;
}

.testimonials-section .item li{
  display:inline;
  margin:0px 0px 0px 0px;
  width:25%;
  text-align: center;
  float:left;
  cursor: pointer;
 
}
.testimonials-section .item li img{
  width: 160px;
}
.testimonials-section .item li .ov{ display: block; }
.testimonials-section .item li .ot{ display: none; }
.testimonials-section .item li:hover .ov{ display: block; }
.testimonials-section .item li:hover .ot{ display: none; }
.testimonials-section .item li h3{ font-size: 12px; color: #22727e; font-weight: 500; width: 80%; opacity: 0; margin-left: 10%; }
.testimonials-section .item li:hover h3{ opacity: 1;  }
.testimonial-content{
  max-width:400px;
  /* border:1px solid #00ff00; */
  float: left;
}
.testimonial-content h4{
  text-align: left;
  border-bottom:1px solid #fff;
  font-size:1.2rem;
  /* font-size: 16px; */
  /* line-height: 18px; */
  padding: 0px 0px;
  margin: 0;
}
.testimonial-content p{
  font-size:0.8rem;
}


/*==============================================
10. SKILLS BLOCK CSS
================================================*/
.skills-row {
  /* margin-top: 80px; */
  margin-top: 40px;
}
.skill-item {
  border-bottom: 1px solid rgba(250,250,250,0.1);
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.last-skill {
  border-bottom: none;
}
.skills-row span {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  color: #1e1e1e;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  top: -21px;
  position: absolute;
  z-index: 999;
}
.skills-row h6 {
  font-size: 16px;
  /* text-transform: uppercase; */
  font-weight: 700;
  color: #fff;
  text-align: right;
  margin-bottom: -10px;
}
.skill-bar {
  width: 70%;
  height: 6px;
  border-radius: 3px;
  background-color: rgba(250,250,250,0.25);
  position: relative;
}
.filled-bar {
  position: absolute;
  z-index: 99;
  width: 64%;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
}
.filled-bar-2 {
  position: absolute;
  z-index: 99;
  width: 82%;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
}

.footer{
  font-size: 0.8rem;
  font-weight: normal;
}

/*2023年1月6日 新增*/
.marquee {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  -moz-animation: marquee 1s linear infinite;
  -webkit-animation: marquee 1s linear infinite;
}

@-moz-keyframes marquee {
  0%   { top: 10px; }
  100% { top: 30px; }
}
@-webkit-keyframes marquee {
  0%   { top: 10px; }
  100% { top: 30px; }
}
.catalog-download { margin-top: 20px; cursor: pointer; }
.catalog-download .icon{ width: auto; margin: 0 auto; width: 42px; height: 42px; }
.catalog-download span{ display: block; text-align: center; text-decoration: underline; font-size: 14px; }
.services-list{ display: flex; justify-content: center; }
.services-list .item{ width: 340px; text-align: center; cursor: pointer; margin: 0 15px; }
.services-list .item .ov{ display: none;  }
.services-list .item .ot{ display: block;  margin: 0 auto; }
.services-list .item:hover .ov{ display: block; margin: 0 auto;  }
.services-list .item:hover .ot{ display: none;  }
.services-list .item .line-x1{ width: 100px; height: 1px; background: #fff; margin: 0 auto; margin-top: -6px; margin-bottom: 12px; transition: all 0.2s linear; }
.services-list .item:hover .line-x1{ background: #000; transition: all 0.5s linear;  }
.hbg{ width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.6); z-index: 9999; }
.alert-box1 { z-index: 99999; position: relative; }
.alert-box1 .rqcode{ width: 220px; height: 220px; position: fixed; top: 50%; left: 50%; margin-left: -110px; margin-top: -110px; }
.alert-box2{ width: 320px; height: 320px; background: #fff; border-radius: 4px; position: fixed; top: 50%; left: 50%; margin-left: -160px; color: #7C7C7C; margin-top: -160px; z-index: 99999; text-align: center; }
.alert-box2 .icon{ width: 80px; height: 80px; margin-top: 30px; }
.alert-box2 .des1{ margin-top: 12px; }
.alert-box2 .tel a{ color: #018390; font-size: 20px; margin-top: 8px; }
.alert-box2 .line-x1{ width: 80%; margin-left: 10%; height: 1px; background: #ccc; margin-top: 12px; }
.alert-box2 .time1{ margin-top: 8px; }
.none{ display: none!important; }
.footer{ padding-bottom: 30px; display: block; }
.footer2{ padding-bottom: 30px; display:none; }
.services-section2{ display: none; }
#navigation{ display: block; }
#navigation2{ display: none; text-align: left; }
.welcome-title2 {display: none;}
.services-section2{ display: none; }
.facts-list2{ display:none;  align-items:center; justify-content: center;  }
.about-section .content-hangju{ display:block;  }
.about-section .wap-content-hangju{ display:none;  }
.about-section .row{ display: flex; align-items: flex-end; }
.about-section .about-img { display: flex; align-items: flex-end; }
.about-section .about-img img{  position: relative; height:auto; }
.about-section .owl-dots{ display: none; }
.testimonials-section .testimonials-slider1{ display: block; }
.testimonials-section .testimonials-slider3{ display: none; }

.about-img1{ display:block!important; }
.about-img2{ display:none!important; }

.pc-box{ display:block!important; }
.wap-box{ display:none!important; }