﻿/*-------------------------------
    Hero  Section CSS
-------------------------------*/
.hero-wrap .hero-content span {
  font-weight: 500;
  display: block;
  margin: 0 0 10px;
}

.hero-wrap .hero-content h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.hero-wrap .hero-content p {
  margin-bottom: 35px;
}

.hero-wrap.style1 {
  background-color: #024E32;
  padding: 170px 0 90px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-wrap.style1 .hero-shape-one {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.hero-wrap.style1 .hero-shape-two {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero-wrap.style1 .hero-shape-three {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.hero-wrap.style1 .hero-shape-four {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-wrap.style1 .hero-img-wrap {
  position: relative;
}

.hero-wrap.style1 .hero-img-wrap img {
  display: block;
  margin: 0 auto;
}

.hero-wrap.style1 .hero-img-wrap .hero-img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-wrap.style1 .hero-img-wrap .discunt-price {
  position: absolute;
  top: 120px;
  left: calc(50% + 50px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  background-color: #DCBE4A;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 10px;
  z-index: 10;
}

.hero-wrap.style2 {
  /* margin-top: 83px; */
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
  padding: 0px;
}

.hero-wrap.style2 .hero-shape-one,
.hero-wrap.style2 .hero-shape-two,
.hero-wrap.style2 .hero-shape-three,
.hero-wrap.style2 .hero-shape-four,
.hero-wrap.style2 .hero-shape-five {
  position: absolute;
  z-index: -1;
}

.hero-wrap.style2 .hero-shape-one {
  top: 80px;
  left: 45%;
  opacity: 0.5;
}

.hero-wrap.style2 .hero-shape-two {
  top: 50%;
  right: 0;
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-wrap.style2 .hero-shape-three {
  bottom: 120px;
  right: 20%;
}

.hero-wrap.style2 .hero-shape-four {
  top: 0;
  left: 0;
  height: 100%;
}

.hero-wrap.style2 .hero-shape-five {
  bottom: -1px;
  left: -2px;
  height: 80px;
  width: 100%;
}

.hero-wrap.style2 .hero-img-wrap {
  position: relative;
  padding: 0px;
  border-radius: 0px;
}

.hero-wrap.style2 .hero-img-wrap img {
  display: block;
  margin: 0 auto;
  border-radius: 0px;
}
@media only screen and (max-width: 767px) {
.hero-wrap.style2 .hero-img-wrap img {
    display: block;
    /* height: 240px; */
    margin: 0 auto;
    border-radius: 0px;
}}
.hero-wrap.style1 .hero-content h1, .hero-wrap.style3 .hero-content h1 {
  color: #fff;
}

.hero-wrap.style1 .hero-content p, .hero-wrap.style3 .hero-content p {
  color: rgba(255, 255, 255, 0.8);
}

.hero-wrap.style3 {
  position: relative;
  z-index: 1;
  padding: 180px 0 322px;
  background-color: #024E32;
}

.hero-wrap.style3 .hero-shape-one,
.hero-wrap.style3 .hero-shape-two,
.hero-wrap.style3 .hero-shape-three {
  position: absolute;
  z-index: -1;
}

.hero-wrap.style3 .hero-shape-one {
  top: 30%;
  left: 100px;
}

.hero-wrap.style3 .hero-shape-two {
  bottom: 30%;
  right: 100px;
}

.hero-wrap.style3 .hero-shape-three {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-wrap.style3 .hero-content {
  text-align: center;
}

.hero-slider-one {
  position: relative;
}

.hero-slider-one.owl-carousel .owl-dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
.hero-slider-one.owl-carousel .owl-dots {
    position: absolute;
    top: 80%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 140px;
}}

.hero-slider-one.owl-carousel .owl-dots .owl-dot {
  margin-bottom: 10px;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot:last-child {
  margin-bottom: 0;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button {
  background-color: transparent;
  border: none;
  position: relative;
  color: #fff;
  font-weight: 600;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before, .hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
  position: absolute;
  top: 12px;
  right: -30px;
  content: "";
  width: 25px;
  height: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
  width: 25px;
  background-color: #fff;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before {
  width: 0;
  background-color: #ee1b24;
  visibility: hidden;
  z-index: 1;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button {
  color: #DCBE4A;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button:before {
  width: 25px;
  visibility: visible;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-cat,
.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-metainfo {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.page-wrapper {
  /* overflow-x: hidden!important; */
}

@media only screen and (min-width: 1600px) {
  .header-wrap .container {
    max-width: 1320px;
  }
}

.section-title.style1 span,
.content-title.style1 span {
  color: #104da0;
  padding-top: 0px;
}
a {
    color: #666;
    text-transform: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.apply-form {
    background-color: #f4f4f4;
    padding: 60px;
    height: 505px;
}
@media only screen and (max-width: 767px) {
.apply-form {
    background-color: #f4f4f4;
    padding: 50px 25px 50px 25px;
    height: 500px;
}
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}
.pb-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}
.video-wrap {
    height: 500px;
    position: relative;
}
@media only screen and (max-width: 767px) {
.video-wrap {
    height: 290px;
    position: relative;
}
}
i.flaticon-bag {
    display: none;
}
@media only screen and (max-width: 991px)
.mobile-bar-wrap .shopcart-btn span {
    top: -2px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    display: none;
}
section.team-wrap.ptb-100.pb-75 {
    background-color: #f4f4f4;
}

a.footer-company {
    font-size: 22px;
    color: #fff;
}

.section-title span, .content-title span {
    display: inline-block;
    font-weight: 500;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding-left: 0px;
}
.feature-product-slider.owl-carousel .owl-nav button.owl-prev, .feature-product-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid #fff;
    background-color: #deeef5;
}
@media only screen and (max-width: 767px) {
.feature-product-slider.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid #fff;
    background-color: #deeef5;
    left: 10px;
}
  }
@media only screen and (max-width: 767px) {
.feature-product-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid #fff;
    background-color: #deeef5;
    right: 10px;
}
  }
.content-feature-list li i {
    position: absolute;
    top: 6px;
    left: 0;
    color: #104da0;
    font-size: 16px;
    line-height: 0.8;
}
.product-card .product-info h3:hover a {
    color: #104da0;
}
.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #104da0;
}
.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 12px;
    right: -13px;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #104da0;
}
.breadcrumb-title .breadcrumb-menu li:after {
  position: absolute;
  top: 12px;
  right: -13px;
  content: "";
  width: 8px;
  height: 2px;
  background-color: #ffffff;
}

.breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0;
  color: #fff;
}
.shopcart-btn span {
    position: absolute;
    top: -12px;
    right: 0px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #FF3838;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 12px;
    display: none;
}
.breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
  color: #ffffff;
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
  display: none;
}

.breadcrumb-title .breadcrumb-menu li a {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  padding: 0px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  color: #fff;
}

.breadcrumb-title .breadcrumb-menu li a:hover {
  color: #104da0;
}
/*分页页码样式*/
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination > li {display: inline;}
.pagination > li:first-child > a, .pagination > li:first-child > span {margin-left: 0;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}
.pagination > li:last-child > a, .pagination > li:last-child > span {border-bottom-right-radius: 4px;border-top-right-radius: 4px;}
.pagination > li > a, .pagination > li > span {position: relative;padding: 6px 12px;line-height: 1.42857143;text-decoration: none;color:#666;border: 1px solid #ddd;margin-left: -1px;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {z-index: 3;color: #fff;background-color: #104da0;border-color: #104da0;cursor: default;}


/* menu-container*/.menu-container{margin: 0 auto;background: #eeeeee;}
.menu-mobile{display: none;padding: 20px;}
.menu-mobile:after{
    font-weight: 900;
    content: "\eeba";
    font-family:remixicon!important;
    font-size: 1rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    }
.menu-dropdown-icon:before{font-weight: 900;content: "\ea4d";font-family: remixicon!important;display: none;cursor: pointer;float: right;padding: 0.5em 1.5em;background: #ffffff52;color: #333;margin-top: 12px;}
.menu > ul{margin: 0 auto;width: 100%;list-style: none;padding: 0;position: relative;box-sizing: border-box;z-index: 10;}
.menu > ul:before,
.menu > ul:after{content: "";display: table;}
.menu > ul:after{clear: both;}
.menu > ul > li{float: left;background: #eeeeee;padding: 0;margin: 0;}
.menu > ul > li a{text-decoration: none;padding: 1.5em 3em;display: block;color: #090d2f;}
.menu > ul > li:hover{background: #e8e8e8;}
.menu > ul > li > ul{display: none;width: 100%;background: #f0f0f0;padding: 20px;position: absolute;z-index: 99;left: 0;margin: 0;list-style: none;box-sizing: border-box;}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after{content: "";display: t006db8able;}
.menu > ul > li > ul:after{clear: both;}
.menu > ul > li > ul > li{margin: 0;padding-bottom: 0;list-style: none;width: 20%;background: none;float: left;}

.menu > ul > li > ul.normal-sub > li a:hover {color:#104da0;background: #ffffff00;}

.menu > ul > li a:hover {color: #ffffff;background: #104da0;}

.menu > ul > li a:hover {color: #ffffff;background: #104da0;}
.menu-container li.active>a {
    color: #ffffff;background: #104da0;
}
.menu > ul > li > ul > li a{color: #777;padding: .2em 0;width: 95%;display: block;border-bottom: 1px solid #ccc;}
.menu > ul > li > ul > li > ul{display: none;padding: 0;margin: 10px 0 0;list-style: none;box-sizing: border-box;}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after{content: "";display: table;}
.menu > ul > li > ul > li > ul:after{clear: both;}
.menu > ul > li > ul > li > ul > li{float: left;width: 100%;padding: 10px 0;margin: 0;font-size: .8em;}
.menu > ul > li > ul > li > ul > li a{border: 0;}
.menu > ul > li > ul.normal-sub{width: 100%;left: 0;padding: 10px 20px;background: #e8e8e8;-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.09);}
.menu > ul > li > ul.normal-sub > li{/* width: 100%; */}
.menu > ul > li > ul.normal-sub > li a{border: 0;padding: 0.5em 0;}
@media only screen and (max-width: 959px){.menu-container{width: 100%;}
.menu-mobile{display: block;    }
.menu-dropdown-icon:before{display: block;}
.menu > ul{display: none;}
.menu > ul > li{width: 100%;float: none;display: block;}
.menu > ul > li a{padding: 1.5em;width: 60%;display: block;}
.menu > ul > li > ul{position: relative;}
.menu > ul > li > ul.normal-sub{width: 100%;-webkit-box-shadow: none;box-shadow: none;background: none;}
.menu > ul > li > ul > li{float: none;width: 100%;margin-top: 20px;}
.menu > ul > li > ul > li:first-child{margin: 0;}
.menu > ul > li > ul > li > ul{position: relative;}
.menu > ul > li > ul > li > ul > li{float: none;}
.menu .show-on-mobile{display: block;}}

.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 84px;
    /* padding: 120px 300px; */
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding: 150px 0px 120px 0px;
    overflow: hidden;
}
}
.sidebar-item.social-sidebar ul {
  margin-bottom: 0px;
  padding-left: 0px;
  overflow: hidden;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
  background: #07569f none repeat scroll 0 0;
  border: medium none;
  color: #104da0;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
  background: #f9f9f9;
  border-radius: 0;
  text-align: center;
  width: 40px;
  font-size: 16px;
  /* border-radius: 50%; */
  text-align: center;
  padding-left: 0;
}
.breadcrumb-title h2{
  color: #fff;
  font-weight: 400;
}
.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}
.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}
.breadcrumb-wrap.bg-f.br-1 {
    background-color: #104da0;
}
@media only screen and (max-width: 767px) {
li.nav-item.d-lg-none {
    display: none;
}
}
@media only screen and (max-width: 991px)
.main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #f6f6f6;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
.instagram {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.instagram .container {
  max-width: 1380px;
}

.instagram__title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.instagram__title h3 {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--agrion-font);
  letter-spacing: 0.2em;
  color: var(--agrion-gray);
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: center;
}

.instagram__title h3:before {
  position: absolute;
  top: 8px;
  left: -135px;
  width: 120px;
  height: 1px;
  background-color: #ece9e0;
  content: "";
}

.instagram__title h3:after {
  position: absolute;
  top: 8px;
  right: -135px;
  width: 120px;
  height: 1px;
  background-color: #ece9e0;
  content: "";
}

.instagram__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.instagram__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}

.instagram__img:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #3333338a;
  border-radius: var(--agrion-bdr-radius);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 1;
}

.instagram__single:hover .instagram__img:before {
  border-radius: var(--agrion-bdr-radius);
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.instagram__img img {
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.instagram__single:hover .instagram__img img {
  transform: scale(1.05);
  border-radius: var(--agrion-bdr-radius);
}

.instagram__img-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.instagram__img-icon a {
  position: relative;
  display: inline-block;
  font-size: 27px;
  color: #fff;
  transform: rotate(45deg) scale(0);
  transition: all 600ms ease;
}

.instagram__single:hover .instagram__img-icon a {
  transform: rotate(0deg) scale(1);
  transition-delay: 400ms;
}

.instagram__img-icon a:hover {
  color: var(--agrion-primary);
}

/*视频*/
.faq__area-2.grey-bg-5.pt-120.pb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.faq__image {
    position: relative;
}
.vide-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -65px;
}
@media only screen and (min-width: 1400px) and (max-width: 1400px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .vide-button {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}
.vide-button a {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  color: #333;
  transition: 0.3s;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  line-height: 80px;
  text-align: center;
  font-size: 48px;
}
.vide-button a::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50%;
  z-index: -1;
  animation: pulse 2s infinite;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1400px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .vide-button a::before {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}
.vide-button a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.vide-button-3 {
  transform: translateY(-50%);
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.vide-button-3 a::before {
  text-align: center;
  margin: 0 auto;
}
.vide-button-3 a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.video__area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video__area {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video__area {
    height: 400px;
  }
}
.video__button-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}
.video__button-2 a {
  width: 120px;
  height: 120px;
  background: var(--tp-theme-1);
  border-radius: 50%;
  color: var(--tp-common-white);
  transition: 0.3s;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  line-height: 120px;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
}
.video__button-2 a:hover {
  background: var(--tp-common-white);
  color: var(--tp-theme-1);
  border-color: var(--tp-common-white);
}
.video__button-2 a::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  z-index: -1;
  animation: pulse 2s infinite;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.video__button-3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}
.video__button-3 a {
  width: 120px;
  height: 120px;
  background: var(--tp-common-white);
  border-radius: 50%;
  color: var(--tp-theme-1);
  transition: 0.3s;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  line-height: 120px;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
}
.video__button-3 a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.video__button-3 a::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  background: var(--tp-common-white);
  border-radius: 50%;
  z-index: -1;
  animation: pulse 2s infinite;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

p.video-title {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

/*联系*/
.contact-item {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    padding: 22px 30px 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 160px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.contact-item h3 {
    font-size: 22px;
    margin: 0 0 25px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 100px;
}
  }
.contact-item .contact-info li p, .contact-item .contact-info li a {
    color: #666666;
    margin-bottom: 0;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media only screen and (max-width: 767px) {
.contact-item .contact-info li p, .contact-item .contact-info li a {
    color: #666666;
    margin-bottom: 0;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}}

/*产品推荐*/
.sidebar-info.product-recommend {
    display: flex;
    padding: 25px;
}

.col-lg-6.recommend img{
    width: 100%;
    border-radius: 4px;
}

.col-lg-6.recommend-title {
    padding-left: 20px;
    padding-top: 20px;
}

.sidebar-item.category {
    background-color: #f4f4f4;
    padding-bottom: 50px;
    border-radius: 4px;
}
.sidebar-item.category h4{
    /* padding: 50px 0px 30px 0px; */
    border-bottom: 3px solid #104da0;
    margin: 25px;
}

section.product-details-wrap.pt-100 {
    padding: 120px 0px;
}

ul.sidebar__category-list.list-unstyled {
    padding-top: 20px;
}

.product-blog-img {
    margin-bottom: 20px;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #eeeeee; */
}

/*图片展示*/
p.picture-title
{padding-top: 20px;
    text-align: center;
    font-size: 16px;}

/*首页产品*/
h3.home-product a{
    color: #fff;
    font-size: 18px;
}
.team-card .team-img .social-profile {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 220px;
    text-align: center;
    z-index: 10;
    background: #2f96bfb5;
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
  .header-wrap .navbar .navbar-nav .nav-item a:hover, .header-wrap .navbar .navbar-nav .nav-item a:focus, .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #104da0;
  }
.testimonial-slider-one.owl-carousel .owl-dots .owl-dot.active span,
.offer-pproduct-slider.owl-carousel .owl-dots .owl-dot.active span {
  width: 32px;
  background-color: #104da0;
}
.counter-card-wrap .counter-card .counter-text .counter-num {
  font-size: 58px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
.counter-card-wrap .counter-card .counter-text .counter-num {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    color: #ffffff;
}
}
.btn.style2:before {
    background: -webkit-gradient(linear, left top, right top, from(#A8DC51), color-stop(99.88%, #4CA754));
    background: linear-gradient(90deg, #005bd6 0%, #0046a6 99.88%);
}
.btn.style2:after {
    background: -webkit-gradient(linear, right top, left top, from(#A8DC51), color-stop(99.88%, #4CA754));
    background: linear-gradient(-90deg, #005bd6 0%, #0046a6 99.88%);
}
  .header-wrap.style2 .navbar .other-options .option-item .searchbtn i {
    color: #104da0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    top: 50%;
    left: 20px;
    content: "";
    width: 2px;
    height: 0%;
    background-color: #104da0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #104da0;
  }
.footer-wrap .footer-widget .footer-menu li a:hover {
  color: #104da0;
  padding-left: 22px;
}
.footer-wrap .footer-widget .footer-widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.footer-wrap .footer-widget .footer-menu li a:hover:after {
  background-color: #104da0;
}
.link {
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: relative;
  color: #104da0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #104da0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link:hover {
  color: #104da0;
}
.blog-card .blog-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #104da0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.blog-card:hover .blog-info h3 a {
    color: #104da0;
}
.blog-card .blog-metainfo li a:hover {
  color: #104da0;
}

.blog-card .blog-metainfo li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 15px;
  line-height: 0.8;
  color: #104da0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 230px;
    right: 20px;
    z-index: 999;
    border-radius: 5px;
    background: #104da0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 1400px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 60px;
  }
}
/*关于文化*/
.product-cat-card.style2 .product-cat-info h3 {
  margin-bottom: 15px;
}
.product-cat-card.style2:hover .product-cat-info h3 {
  color: #fff;
}
/*生产设备*/
.btn.style1:before {
  background: -webkit-gradient(linear, left top, right top, from(#A8DC51), color-stop(99.88%, #4CA754));
  background: linear-gradient(90deg, #00aaef 0%, #104da0 99.88%);
}

.btn.style1:after {
  background: -webkit-gradient(linear, right top, left top, from(#A8DC51), color-stop(99.88%, #4CA754));
  background: linear-gradient(-90deg, #00aaef 0%, #104da0 99.88%);
}
.promo-card .promo-title .promo-icon i {
  font-size: 34px;
  line-height: 1;
  color: #104da0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.promo-card.style1 .promo-icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  background-color: #104da0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/*产品展示*/
.team-card .team-info h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #104da0;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #104da0;
}
.team-card {
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-bottom: 50px;
}
.product.more {
    text-align: center;
}
.post-metainfo li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #104da0;
}
.col-lg-8.recommend-title {
    padding-top: 40px;
}
.swiper-button-next, .swiper-button-prev {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #104da0;
    background-size: 12px 20px;
    padding: 30px;
}
@media only screen and (max-width: 767px) {
.swiper-button-next.swiper-button-white.swiper-button-disabled.swiper-button-lock {
    padding: 30px;
}
.swiper-button-prev.swiper-button-white.swiper-button-disabled.swiper-button-lock {
    padding: 30px;
}}
/*了解更多*/
.newsletter-wrap .newsletter-form input {
    width: 100%;
    height: 70px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    /* border: 1px solid #000; */
    color: #666666;
    text-align: left;
    padding: 15px 128px 12px 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.newsletter-wrap .newsletter-form button {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    padding: 5px 28px;
    height: calc(100% - 16px);
    background: -webkit-gradient(linear, left top, right top, from(#A8DC51), color-stop(99.88%, #4CA754));
    background: linear-gradient(90deg, #00aaef 0%, #104da0 99.88%);
    border-radius: 0;
    color: #fff;
    text-align: center;
    display: inline-block;
}
@media only screen and (max-width: 767px) {
.newsletter-wrap .newsletter-form button {
    position: absolute;
    top: 75px;
    right: 0px;
    border: none;
    padding: 5px 28px;
    height: calc(100% - 16px);
    background: -webkit-gradient(linear, left top, right top, from(#A8DC51), color-stop(99.88%, #4CA754));
    background: linear-gradient(90deg, #00aaef 0%, #104da0 99.88%);
    border-radius: 0;
    color: #fff;
    text-align: center;
    display: inline-block;
}}
.pb-75 {
    padding-bottom: 100px;
}
.pt-150 {
    padding-top: 150px;
}
@media only screen and (max-width: 767px) {
.pt-150 {
    padding-top: 80px;
}}
@media only screen and (max-width: 767px) {
.pb-75 {
    padding-bottom: 50px;
}}
/*底部*/
.footer-wrap {
    position: relative;
    background-color: #333333;
    z-index: 1;
    overflow: hidden;
}
.footer-wrap .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 35px;
    height: 2px;
    background-color: #104da0;
}
.footer-wrap .footer-widget .footer-menu li a {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 18px;
    line-height: 1.8;
}
.copyright-text a {
    color: #ffffff;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
.row.pt-100.pb-75 {
    display: none;
}}
/*荣誉*/
.feature-product-slider.owl-carousel .owl-nav button.owl-prev:hover, .feature-product-slider.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #104da0;
}
p.recommend_time {
    color: #0078aa;
}
section.feature-product-wrap.pb-100.bg-albastor {
    background-color: #f4f4f4;
}
/*新闻中心*/
.blog-card.style1 .blog-info h3 {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}
.blog-card.style1 .blog-info p {
    margin: 0 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.post-metainfo {
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}
.post-para {
    padding-top: 15px;
}
.sidebar {
    padding: 50px 35px 50px 35px;
    background-color: #f4f4f4;
    border-radius: 10px;
}
.sidebar .sidebar-widget h4:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    height: 2px;
    content: "";
    background: #104da0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.pp-post-item .pp-post-info span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: block;
    position: relative;
    color: #104da0;
    margin-bottom: 12px;
}
.pp-post-item:hover .pp-post-info h6 a {
  color: #104da0;
}
.pp-post-item .pp-post-info h6 a {
    color: #252525;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px;
    padding-top: 10px;
}
article p a, .service-desc p a, .terms-wrap p a {
    color: #666666;
}
article p a:hover,
.service-desc p a:hover,
.terms-wrap p a:hover {
  text-decoration: underline;
  color: #666666;
}
.pp-post-item .pp-post-info {
    width: 230px;
    margin-left: 15px;
    margin-top: 2px;
}
@media only screen and (max-width: 767px) {
.pp-post-item .pp-post-info {
    width: 190px;
    margin-left: 15px;
    margin-top: 2px;
}}
/*联系我们*/
.contact-item .contact-info li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    color: #104da0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.contact-item .contact-info li p:hover, .contact-item .contact-info li a:hover {
  color: #0079a9;
}

.contact-item .contact-info li:hover i {
  color: #104da0;
}

.contact-item .contact-info li:hover p, .contact-item .contact-info li:hover a {
  color: #104da0;
}
/*用人理念*/
.bg-albastor {
    background-color: #f9f9f9;
}
.product-cat-card.style2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: #104da0;
  visibility: hidden;
  opacity: 1;
  z-index: -1;
  border-radius: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product-cat-card .product-cat-icon i {
  font-size: 34px;
  line-height: 1;
  color: #104da0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.benefit-wrap .benefit-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}
section.offer-wrap-talent.ptb-100 {
    background-color: #f4f4f4;
}


.picture2 {
    display: none;
}

@media only screen and (max-width: 767px) {
 .mobile-menu {
    text-align: right;
    margin-left: 14px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#00aaef ), color-stop(99.88%, #104da0 ));
    background: linear-gradient(90deg, #104da0 0%, #104da0 99.88%);
  } 
.main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #f6f6f6;
    z-index: 9999999999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
.picture1 {
    display: none;
}
.picture2 {
    display: block;
}
}

span.odometer-formatting-mark {
    display: none;
}
img.logo-light {
    max-width: 300px;
}

.product-card.style6 .product-img {
  overflow: hidden;
  border: 1px solid #ddd;
}

.shopcart-btn {
    font-size: 16px;
    line-height: 0.8;
    padding: 5px;
    background-color: #104da0;
    color: #fff;
}

.shopcart-btn:visited,.shopcart-btn:hover {
  color:#fff;
}

.section-nav {
    padding: 0;
    background: #eee;
}
.section-search {
    padding: 0;
}

@media only screen and (max-width: 1199px) {
    .section-search {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-search {
        padding: 0;
        margin-bottom: 0px;
    }
}

.section-search .sidebar-widget.sidebar-widget-1 {
    /* margin-top: 0; */
}

.sidebar-widget {
    margin-top: 45px;
}

.sidebar-widget .search-form {
    position: relative;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    border: 0;
    padding: 0px 30px;
    background: #f8fafb;
    color: #415674;
    font-weight: 400;
    outline: none;
    overflow: hidden;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #898c94;
    font-weight: 300;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #898c94;
    font-weight: 300;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #898c94;
    font-weight: 300;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #898c94;
    font-weight: 300;
}

.sidebar-widget .search-form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 100px;
    height: 50px;
    background: transparent;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    color: #111111;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-widget .search-form button:hover {
    background: #104da0;
    color: #ffffff;
}

.sidebar-widget .search-form button p {
  margin-bottom:0px;
}

.sidebar-widget .search-form button:hover p {
color: #ffffff;
}

.sidebar-widget .widget-title {
    margin-bottom: 25px;
}

.sidebar-widget .widget-title .title {
    font-size: 18px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #333333;
    display: inline-block;
}

.sidebar-widget .recent-posts ul li {
    margin-top: 30px;
}

.sidebar-widget .recent-posts ul li:first-child {
    margin-top: 0;
}

.sidebar-widget .recent-posts ul li .post-link {
    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;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb {
    margin-right: 20px;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
    min-width: 70px;
    height: 70px;
    border-radius: 10px;
    image-rendering: crisp-edges;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .title {
    font-size: 14px;
    line-height: 16px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
    font-size: 12px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 24px;
    color: #838383;
    display: inline-block;
    margin-top: 5px;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
    color: #006db8;
    margin-right: 5px;
}

.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
    color: #006db8;
}

.sidebar-widget .category .cate-item {
    margin-top: 15px;
}

.sidebar-widget .category .cate-item:first-child {
    margin-top: 0;
}

.sidebar-widget .category .cate-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #29303c;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a i {
    font-size: 10px;
    line-height: 24px;
    color: #006db8;
    margin-right: 5px;
}

.sidebar-widget .category .cate-item a .post-count {
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #e4f2f8;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #006db8;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a:hover {
    color: #006db8;
}

.sidebar-widget .category .cate-item a:hover .post-count {
    background: #006db8;
    color: #ffffff;
}

.sidebar-widget .sidebar-tag li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 4px;
}

.sidebar-widget .sidebar-tag li a {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #666666;
    line-height: 18px;
    background: #f9f9f9;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-widget .sidebar-tag li a:hover {
    background-color: #006db8;
    color: #ffffff;
}

#pro-fl {background: none;}

#pro-fl .menu > ul > li>a {
  padding: 10px 20px;
  line-height: 30px;
  width: 200px;
  position: relative;
  text-align:right;
}
#pro-fl .menu > ul > li>a:after {
  content:"：";
}

#pro-fl .menu-container {
  margin-top: 50px;
  background:none;
  border:1px solid #ebebeb;
}

#pro-fl .menu > ul > li {
  width:100%;
  background:none;
  display:flex;
}

#pro-fl .menu > ul > li > ul {
  width: initial;
  display:block !important;
  position:relative;
  left: initial;
  opacity:1 !important;
  background: none;
  box-shadow: none;
  padding: 0px;
  margin-left: 10px;
}

#pro-fl .menu > ul > li > ul > li {
  width: 150px;
  padding: 10px 0px;
  margin-right: 10px;
}

#pro-fl .menu > ul > li > ul.normal-sub > li a {
  line-height: 30px;
  padding: 0px;
  width: 100%;
  text-align: center;
  border: 1px solid #ebebeb;
  transition:initial;
}

#pro-fl .menu > ul > li>a:hover, #pro-fl .menu-container .menu > ul > li.active>a {
  background:none; 
  color: #104da0;
}

#pro-fl .menu-mobile {
  display:block;
  border-bottom:1px solid #ebebeb;
  background-color: #f8fafb;
  color: #104da0;
  font-weight: bold;
}

#pro-fl .menu-mobile:after {
  display:none;
}

@media only screen and (max-width: 1000px) {
  #pro-fl .menu > ul > li>a {
    width: 220px;
    padding: 10px;
  }
  #pro-fl .menu-dropdown-icon:before {
    display: none;
}
  #pro-fl .menu > ul > li > ul > li {
    margin-top: 0px;
    float: left;
  }
  #pro-fl .menu > ul {
    display:block;
  }
  #pro-fl .menu > ul > li > ul {
    width: calc(100% - 110px);
  }
}