.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.nor {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.more1 {
  height: 3.625em;
  padding: 0 2.5em;
  background-color: black;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  white-space: nowrap;
  /*border-top-left-radius: 0;
  border-bottom-right-radius: 0;*/
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.more1:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  /*background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color1)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, var(--color1), var(--color));
  background-image: -moz-linear-gradient(bottom, var(--color1), var(--color));
  background-image: linear-gradient(to top, var(--color1), var(--color));*/
  background-color: var(--color1);
  /*opacity: 0;*/
  transition: .5s;
}
.more1:hover:before {
    /*opacity: 1;*/
    background-color: var(--color);
}
.more1:hover{
    color: #fff;
}
.solution-page1 .init-1 .container .desC .text{
    width: 60%;
}
.solution-page1 .init-1 {
    padding-top: 210px;
    position: relative;
    z-index: 2;
}
.solution-page1 .init-1 .subText {
    font-size: 200px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #f3f3f3;
}
.solution-page1 .init-1 .container .tipsTitle {
    position: relative;
    text-align: center;
}
.solution-page1 .init-1 .container .tipsDes {
    position: relative;
    margin: auto;
    max-width: 1000px;
    text-align: center;
}
.solution-page1 .init-1 .container .imgSub {
    display: block;
    margin: -60px auto 0;
    position: relative;
    z-index: -1;
}
.solution-page1 .init-1 .container .desC {
    overflow: hidden;
    /*border-radius: 20px;*/
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    min-height: 500px;
    color: #fff;
    padding: 10px 90px;
}
.solution-page1 .init-1 .container .desC .title {
    font-weight: bold;
}
.solution-page1 .init-1 .container .desC .des {
    max-width: 820px;
    margin-top: 24px;
}
.solution-page1 .init-2 .container .left {
    width: 58%;
}
.solution-page1 .init-2 .container .left img {
    width: 100%;
}
.solution-page1 .init-2 .container .right {
    width: 36%;
    margin-left: auto;
}
.solution-page1 .init-2 .container .right .des {
    color: #666666;
    margin-top: 24px;
    /*text-indent: 36px;*/
}
.solution-page1 .init-3 {
    -o-background-size: cover;
    background-size: cover;
}
.solution-page1 .init-3 .container .left {
    width: 36%;
}
.solution-page1 .init-3 .container .left .des {
    color: #666666;
    margin-top: 20px;
    /*text-indent: 36px;*/
}
.solution-page1 .init-3 .container .right {
    width: 60%;
    margin-left: auto;
}
.solution-page1 .init-3 .container .right .rightL {
    width: 49%;
    overflow: hidden;
}
.solution-page1 .init-3 .container .right .rightL img {
    display: block;
    max-width: unset;
}
.solution-page1 .init-3 .container .right .rightR {
    width: 45%;
    margin-left: auto;
}
.solution-page1 .init-3 .container .right .rightR .img1 {
    overflow: hidden;
    height: 290px;
    border-bottom-left-radius: 0;
}
.solution-page1 .init-3 .container .right .rightR .img1 img {
    height: 100%;
    max-width: unset;
    display: block;
}
.solution-page1 .init-3 .container .right .rightR .img2 {
    margin-top: 50px;
    height: 290px;
    overflow: hidden;
    border-top-left-radius: 0;
}
.solution-page1 .init-3 .container .right .rightR .img2 img {
    height: 100%;
    display: block;
    max-width: unset;
}
.solution-page1 .init-4 .container .tipsTitle {
    text-align: center;
    position: relative;
    z-index: 2;
    /*font-weight:bold;*/
}
.solution-page1 .init-4 .container .content {
    margin-top: 90px;
}
.solution-page1 .init-4 .container .content ul {
    margin: 0 -45px;
}
.solution-page1 .init-4 .container .content ul li {
    width: 25%;
    padding: 0 25px;
}
.solution-page1 .init-4 .container .content ul li .box {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.solution-page1 .init-4 .container .content ul li .box .img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 270px;
    margin: auto;
    display: block;
    margin-top: -110px;
}
.solution-page1 .init-4 .container .content ul li .box .img2 {
    display: block;
    width: 52px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page1 .init-4 .container .content ul li .box .title {
    margin-top: -40px;
    text-align: center;
    position: relative;
    z-index: 2;
    /*font-weight:bold;*/
}
.solution-page1 .init-4 .container .content ul li .box .text{
    text-align: center;
}
.solution-page1 .init-4 .container .content ul li .box .des {
    margin-top: 20px;
    color: #666666;
    text-align: center;
}
.solution-page1 .init-4 .container .content ul li .box:hover .img2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page1 .init-4 .container .content ul li .box:hover .img {
    -webkit-transform: rotateX(36deg);
    -moz-transform: rotateX(36deg);
    transform: rotateX(36deg);
}
.solution-page1 .init-5 .container .cont {
    /*border-radius: 20px;*/
    background-color: #f5f5f5;
    padding: 70px 80px;
}
.solution-page1 .init-5 .container .cont .tips {
    text-align: center;
    font-weight:bold;
}
.solution-page1 .init-5 .container .cont .content {
    margin-top: 20px;
}
.solution-page1 .init-5 .container .cont .content form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.solution-page1 .init-5 .container .cont .content form .list {
    margin-top: 12px;
    font-size: 16px;
    line-height: 30px;
}
.solution-page1 .init-5 .container .cont .content form .list input,
.solution-page1 .init-5 .container .cont .content form .list textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 16px 24px;
}
.solution-page1 .init-5 .container .cont .content form .list .button {
    border: none;
    min-width: 200px;
    color: var(--color);
    transition: .3s;
    border-radius: 0;
}
.solution-page1 .init-5 .container .cont .content form .list .button:hover{
    color: #fff;
}
.solution-page1 .init-5 .container .cont .content form .w-66 {
    width: 66.66%;
}
.solution-page1 .init-5 .container .cont .content form .w-100 {
    width: 100%;
}
.solution-page1 .init-5 .container .cont .content form .btn {
    max-width: 100%;
    margin: 20px auto 0;
    width: 310px;
    background-color: var(--color);
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
}
.solution-page1 .init-5 .container .cont .content form .btn:hover {
    background-color: #000;
}
@media (max-width: 1800px) {
    .solution-page1 .init-1 {
        padding-top: 140px;
    }
    .solution-page1 .init-1 .subText {
        font-size: 200px;
    }
}
@media (max-width: 1250px) {
    .solution-page1 .init-1 .subText {
        font-size: 100px;
    }
    .solution-page1 .init-4 .container .content ul li {
        width: 50%;
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .solution-page1 .init-1 {
        padding-top: 40px;
    }
    .solution-page1 .init-1 .subText {
        display: none;
    }
    .solution-page1 .init-1 .container .tipsDes {
        padding-top: 40px;
    }
    .solution-page1 .init-1 .container .desC {
        padding: 10px 20px;
    }
    .solution-page1 .init-2 .container .left {
        width: 100%;
    }
    .solution-page1 .init-2 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution-page1 .init-3 .container .left {
        width: 100%;
    }
    .solution-page1 .init-3 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution-page1 .init-4 .container .content ul {
        margin: 0 -16px;
    }
    .solution-page1 .init-4 .container .content ul li {
        padding: 0 16px;
    }
    .solution-page1 .init-5 .container .cont {
        padding: 60px 16px;
    }
}
@media (max-width: 700px) {
    .solution-page1 .init-4 .container .content ul li {
        width: 100%;
    }
    .solution-page1 .init-5 .container .cont .content form .list {
        width: 100%;
    }
    .solution-page1 .init-1 .container .desC .text{
        width: 100%;
    }
}
@media (max-width: 500px) {
    .solution-page1 .init-1 .container .tipsDes {
        padding-top: 20px;
    }
    .solution-page1 .init-3 .container .right .rightL {
        width: 100%;
    }
    .solution-page1 .init-3 .container .right .rightR {
        width: 100%;
        margin-top: 10px;
    }
    .solution-page1 .init-3 .container .right .rightR .img2 {
        margin-top: 10px;
        height: auto;
    }
    .solution-page1 .init-3 .container .right .rightL img {
        max-width: 100%;
    }
    .solution-page1 .init-3 .container .right .rightR .img1 {
        height: auto;
    }
    .solution-page1 .init-3 .container .right .rightR .img1 img {
        max-width: 100%;
    }
    .solution-page1 .init-3 .container .right .rightR .img2 img {
        width: 100%;
    }
    .solution-page1 .init-4 .container .content {
        margin-top: 20px;
    }
    .solution-page1 .init-5 .container .cont {
        padding: 40px 16px;
    }
    .solution-page1 .init-5 .container .cont .content form .list input,
    .solution-page1 .init-5 .container .cont .content form .list textarea {
        padding: 8px 10px;
    }
    .solution-page1 .init-5 .container .cont .content form .btn {
        padding: 4px 10px;
    }
}
.news-page1 .init-1 .container ul {
    padding-top: 40px;
}
.news-page1 .init-1 .container ul li {
    margin-top: 40px;
}
.news-page1 .init-1 .container ul li .box {
    position: relative;
    padding: 20px 0;
    z-index: 2;
}
.news-page1 .init-1 .container ul li .box .time {
    width: 140px;
    color: #666666;
}
.news-page1 .init-1 .container ul li .box .time .date {
    color: #000;
}
.news-page1 .init-1 .container ul li .box .imgC {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 32%;
    /*border-radius: 10px;*/
    -webkit-box-shadow: 0 0 30px rgba(16,5,105, 0.1);
    box-shadow: 0 0 30px rgba(16,5,105, 0.1);
    overflow: hidden;
}
.news-page1 .init-1 .container ul li .box .imgC img {
    width: 100%;
}
.news-page1 .init-1 .container ul li .box .cont {
    width: -webkit-calc(-72%);
    width: -moz-calc(-72%);
    width: calc(68% - 140px);
    padding: 20px 90px 20px 50px;
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.news-page1 .init-1 .container ul li .box .cont .title:hover {
    color: var(--color);
}
.news-page1 .init-1 .container ul li .box .cont .des {
    color: #767676;
    margin-top: 16px;
}
.news-page1 .init-1 .container ul li .box .sub {
    opacity: 0;
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(16,5,105, 0.2);
    box-shadow: 0 0 30px rgba(16,5,105, 0.2);
    /*border-radius: 20px;*/
}
.news-page1 .init-1 .container ul li:hover .sub {
    opacity: 1;
}
.newdet-page1 .container .left {
    width: 75%;
    /*border-radius: 20px;*/
    -webkit-box-shadow: 0 0 30px rgba(16,5,105, 0.2);
    box-shadow: 0 0 30px rgba(16,5,105, 0.2);
    padding: 70px;
}
.newdet-page1 .container .left .title {
    text-align: center;
    /*font-weight:bold;*/
}
.newdet-page1 .container .left .time {
    color: #666666;
    margin-top: 26px;
    text-align: center;
}
.newdet-page1 .container .left .des {
    margin-top: 40px;
    color: #666666;
}
.newdet-page1 .container .left .m-link {
    margin-top: 50px;
    border-top: 1px solid #666666;
    padding-top: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.newdet-page1 .container .left .m-link .list {
    margin: 5px 0;
    color: #bfbfbf;
}
.newdet-page1 .container .left .m-link .list:hover {
    color: var(--color);
}
.newdet-page1 .container .right {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    width: 25%;
    padding-left: 50px;
}
.newdet-page1 .container .right .tipsTitle {
    border-bottom: 1px solid #767676;
    padding-bottom: 12px;
    /*font-weight:bold;*/
}
.newdet-page1 .container .right ul li {
    margin-top: 26px;
}
.newdet-page1 .container .right ul li .box {
    position: relative;
}
.newdet-page1 .container .right ul li .box .boxC {
    padding-right: 20px;
}
.newdet-page1 .container .right ul li .box .title {
    color: #767676;
}
.newdet-page1 .container .right ul li .box .title:hover {
    color: var(--color);
}
.newdet-page1 .container .right ul li .box .time {
    color: #767676;
    margin-top: 14px;
}
.newdet-page1 .container .right ul li .box .time .date {
    color: #000;
}
.newdet-page1 .container .right ul li .box .more {
    width: 14px;
    height: 12px;
    position: absolute;
    right: 0;
    bottom: 24px;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}
.newdet-page1 .container .right ul li .box .line {
    width: 50px;
    height: 1px;
    margin-top: 16px;
    background-color: #767676;
}
.newdet-page1 .container .right ul li:hover .box .boxC {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
.newdet-page1 .container .right ul li:hover .box .more {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.newdet-page1 .container .right ul li:hover .box .line {
    width: 100%;
    background-color: var(--color);
}
@media (max-width: 1250px) {
        .news-page1 .init-1 .container ul li .box .cont {
        padding-right: 20px;
    }
        .newdet-page1 .container .left {
        width: 100%;
    }
    .newdet-page1 .container .right {
        display: none;
    }
}
@media (max-width: 1000px) {
    .news-page1 .init-1 .container ul li .box {
        padding: 20px 12px;
    }
    .news-page1 .init-1 .container ul li .box .sub {
        width: 100%;
        height: 100%;
    }
    .news-page1 .init-1 .container ul li .box .time {
        width: 100%;
    }
    .news-page1 .init-1 .container ul li .box .imgC {
        width: 100%;
        margin-top: 20px;
    }
    .news-page1 .init-1 .container ul li .box .cont {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
        .newdet-page1 .container .left {
        padding: 40px 16px;
    }
}
@media (max-width: 500px) {
    .newdet-page1 .container .left .time {
        margin-top: 10px;
    }
    .newdet-page1 .container .left .des {
        margin-top: 20px;
    }
    .newdet-page1 .container .left .m-link {
        margin-top: 30px;
    }
}
.about-page1 {
  padding-top: 4rem;
}
.about-page1 .about-1 .text {
  padding-right: 4rem;
  vertical-align: middle;
}
.about-page1 .about-1 .text h1{
    display: inline;
}
.about-page1 .about-1 .text h3 {
  /*font-size: 1.35rem;*/
  line-height: 1.3;
}
.about-page1 .about-1 .text .con {
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
}
.about-page1 .about-1 .text .con p:first-child {
  margin-bottom: 15px;
}
.about-page1 .about-1 .text dl {
  margin: 15px 0 1.5rem;
}
.about-page1 .about-1 .text dl dd i {
  display: inline-block;
  color: var(--color1);
  font-size: 20px;
  margin-top: 5px;
}
.about-page1 .about-1 .text dl dd span {
  display: inline-block;
  padding-left: 0.75rem;
  font-size: 16px;
  line-height: 2;
  width: 90%;
}
.about-page1 .about-1 .text .line-dec {
  position: relative;
  height: 1px;
  background: #eee;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-page1 .about-1 .text .line-dec::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 40px;
  background: var(--color);
}
.about-page1 .about-1 .text .about-bottom {
  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: 1.5rem 0;
}
.about-page1 .about-1 .text .about-bottom .image.about-signature {
  margin-right: 2rem;
  width: 80px;
}
.about-page1 .about-1 .text .about-bottom .about-name {
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
}
.about-page1 .about-1 .text .about-bottom .about-rol {
  color: #555;
  font-size: 14px;
  line-height: 2;
}
.about-page1 .about-1 .img {
  position: relative;
  vertical-align: middle;
}
.about-page1 .about-1 .img::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: 50%;
  bottom: 50%;
  z-index: 1;
  background: var(--color1);
}
.about-page1 .about-1 .img img {
  position: relative;
  z-index: 10;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.about-page1 .about-1 .img .about-img-hotifer {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 260px;
  padding: 30px 16px;
  z-index: 11;
  border-radius: 2px;
  text-align: left;
  background: var(--color1);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
.about-page1 .about-1 .img .about-img-hotifer::before {
  content: '\ea44';
  bottom: 15px;
  right: 20px;
  position: absolute;
  color: rgba(255, 255, 255, 0.3);
  font-size: 35px;
  font-weight: normal;
}
.about-page1 .about-1 .img .about-img-hotifer p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
  text-align: left;
}
.about-page1 .about-1 .img .about-img-hotifer .icon {
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 39px;
  height: 32px;
}
.about-page1 .about-1 .img .about-img-hotifer .icon svg {
  fill: rgba(255, 255, 255, 0.3);
  vertical-align: middle;
  display: inline-block;
}
.about-page1 .about-1 .img:hover img {
  transform: scale(0.98);
  -webkit-transform: scale(0.98);
  -o-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -moz-transform: scale(0.98);
}
.about-page1 .about-2 {
  background: url(/vacuum-dryingoven/2025/11/28/about-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 6rem 0 3rem;
  color: #fff;
  margin-top: 4rem;
}
.about-page1 .about-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.about-page1 .about-2 .left {
  width: 50%;
  margin: 0 5% 0 auto;
}
.about-page1 .about-2 .left .play {
  display: inline-block;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  text-align: center;
  line-height: 4.25rem;
  background: var(--color1);
  position: relative;
  z-index: 1;
}
.about-page1 .about-2 .left .play i {
  font-size: 1.75rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.about-page1 .about-2 .left .play::before,
.about-page1 .about-2 .left .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgb(72 199 243 0.5) ;
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page1 .about-2 .left .play::before {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.about-page1 .about-2 .left .cont h6 {
  position: relative;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0px;
  padding-left: 50px;
}
.about-page1 .about-2 .left .cont h6::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--color1);
  position: absolute;
  left: 0;
  top: 50%;
}
.about-page1 .about-2 .left .cont h4 {
  font-size: 26px;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}
.about-page1 .about-2 .left .cont p {
  font-size: 16px;
  line-height: 2;
}
.about-page1 .about-3 {
  background: #f5f5f5;
  padding: 6rem 0;
}
.about-page1 .about-3 .header span {
  font-size: 16px;
  color: #555;
  position: relative;
  margin-bottom: 0px;
  padding-left: 50px;
}
.about-page1 .about-3 .header span::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
}
.about-page1 .about-3 .header h3 {
  font-size: 50px;
  line-height: 1.1;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}
.about-page1 .about-3 .header h3 em {
  color: var(--color);
}
.about-page1 .about-3 .info ul {
  margin-right: -24px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.about-page1 .about-3 .info ul li {
  padding-right: 24px;
}
.about-page1 .about-3 .info .single-facility {
  background: #fff;
  padding: 40px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 1;
}
.about-page1 .about-3 .info .single-facility h5 {
  font-size: 24px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 10px;
}
.about-page1 .about-3 .info .single-facility span {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: var(--color1);
  padding: 10px;
}
.about-page1 .about-3 .info .single-facility p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 2;
}
.about-page1 .about-3 .info .single-facility .facility-shape {
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  bottom: 60px;
  left: 90px;
}
.about-page1 .about-3 .info .single-facility .facility-shape span {
  font-size: 140px;
  color: #ccc;
  background: transparent;
}
.about-page1 .about-3 .info .single-facility:hover h5 {
  color: var(--color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about-page1 .about-3 .info .single-facility:hover span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.about-page1 .about-4 {
  background: url(/vacuum-dryingoven/2025/11/28/about-bg1.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 6rem 0;
  color: #fff;
}
.about-page1 .about-4::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.about-page1 .about-4 ul li .item.text-center {
  text-align: center;
}
.about-page1 .about-4 ul li .item .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 50%;
  border: 7px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.about-page1 .about-4 ul li .item .icon span,
.about-page1 .about-4 ul li .item .icon i {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  line-height: 80px;
  border-radius: 50%;
  background: var(--color1);
}
.about-page1 .about-4 ul li .item .icon .back {
  background: #fff;
  -webkit-transform: translateX(120%);
  transform: translateX(120%);
  color: var(--color);
}
.about-page1 .about-4 ul li .item h3 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 36px;
  line-height: 1.6;
}
.about-page1 .about-4 ul li .item h6 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
.about-page1 .about-4 ul li .item h6 span {
  font-size: 14px;
  color: var(--color1);
  margin-right: 10px;
}
.about-page1 .about-4 ul li .item:hover .icon .front {
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-page1 .about-4 ul li .item:hover .icon .back {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-page1 .p11-team {
  padding: 4.5rem 0;
}
.about-page1 .p11-team .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.about-page1 .p11-team .titles {
  max-width: 568px;
  width: 32%;
  margin: 0 4.5rem 0 10px;
}
.about-page1 .p11-team .titles h3.title {
  font-size: 30px;
  line-height: 1.6;
}
.about-page1 .p11-team .titles .desc {
  margin-top: 20px;
}
.about-page1 .p11-team .titles .desc p {
  font-size: 18px;
  line-height: 1.8;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-page1 .p11-team .titles h3 {
  color: #292d31;
  margin-bottom: 20px;
}
.about-page1 .p11-team .item-wrap {
  width: 60%;
  margin: -10px;
}
.about-page1 .p11-team .item-wrap .item {
  padding: 10px 15px;
  margin: 10px 15px;
  /*border: var(--color) solid 3px;*/
}
.about-page1 .p11-team .item-wrap .item p {
  color: #051321;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.8;
}
.about-page1 #cta {
  position: relative;
}
.about-page1 #cta::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  content: '';
  display: block;
  background-color: #051026;
}
.about-page1 #cta .cta-content {
  width: 100%;
  /*max-width: 1760px;*/
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(var(--color1)));
  background-image: -webkit-linear-gradient(left, var(--color) 0%, var(--color1) 100%);
  background-image: -moz-linear-gradient(left, var(--color) 0%, var(--color1) 100%);
  background-image: linear-gradient(90deg, var(--color) 0%, var(--color1) 100%);
}
.about-page1 #cta .cta-content .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 65px 0;
}
.about-page1 #cta .cta-content .content-wrap h2 {
  font-style: normal;
  font-size: 34px;
  line-height: 1.4;
  color: #fff;
  margin: 10px 0;
}
.about-page1 #cta .cta-content .content-wrap p {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}
.about-page1 #cta .cta-content .content-wrap .mml-text {
  max-width: 750px;
}
.about-page1 #cta .cta-content .content-wrap .btn {
  margin: 10px 0;
}
.about-page1 #cta .cta-content .content-wrap .btn a {
  position: relative;
  display: inline-block;
  line-height: 1.6;
  font-size: 24px;
  text-align: center;
  padding: 16px 29px;
  /*border-radius: 5px;*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.about-page1 #cta .cta-content .content-wrap .btn a.white {
  background-color: #fff;
  color: var(--color);
}
.about-page1 #cta .cta-content .content-wrap .btn a.white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .about-page1 .about-1 .text {
    width: 100%;
    padding-right: 0;
  }
  .about-page1 .about-1 .img {
    width: 100%;
    padding-top: 2rem;
  }
  .about-page1 .about-2 .left {
    margin: 0 20% 0 auto;
  }
  #cta h2 {
    font-size: 36px;
  }
  .about-page1 .about-3 .info ul li {
    width: 50%;
  }
  .about-page1 .about-4 ul li {
    width: 25% !important;
  }
  .about-page1 .about-4 ul li .item h6 {
    font-size: 16px;
  }
  .about-page1 .p11-team .mml-row {
    display: block;
  }
  .about-page1 .p11-team .titles{
      max-width: 100%;
      width: 100%;
  }
  .about-page1 .p11-team .mml-row .title {
    width: 100%;
    max-width: 100%;
  }
  .about-page1 .p11-team .mml-row .item-wrap {
    width: 100%;
    margin-top: 2rem;
  }
  .about-page1 .about-3 .info .single-facility {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 700px) {
  .about-page1 .about-1 .text h3 {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page1 .about-2 {
    display: none;
  }
  .about-page1 .about-3 .info ul {
    margin-right: 0;
  }
  .about-page1 .about-3 .info ul li {
    width: 100%;
    padding-right: 0;
  }
  .about-page1 .about-4 {
    display: none;
  }
  .about-page1 .p11-team .titles .desc p {
    font-size: 16px;
    line-height: 2;
  }
  .about-page1 .p11-team .titles {
    max-width: 100%;
    width: 100%;
  }
  .about-page1 #cta .cta-content .content-wrap p {
    font-size: 16px;
    line-height: 2;
  }
  .about-page1 #cta .cta-content .content-wrap .btn a {
    font-size: 16px;
    padding: 8px 15px;
  }
}
.about-page1.single {
  background-color: #f5f5f5;
}

.faq-page1 {
  padding: 6rem 0;
  background: #f5f5f5;
}
.faq-page1 .box ul {
  margin-right: -2rem;
}
.faq-page1 .box ul li {
  padding-right: 2rem;
  margin-bottom: 20px;
}
.faq-page1 .box ul li .title {
  padding: 30px 30px 30px 80px;
  cursor: pointer;
  position: relative;
  border: none;
  border: 1px solid #fff;
  margin-bottom: 0px;
  background-color: #fff;
}
.faq-page1 .box ul li .title::after {
  content: "\f27b";
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--color1);
  padding: 9px 14px;
  color: #fff;
}
.faq-page1 .box ul li .title h6 {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}
.faq-page1 .box ul li .accordion-info {
  display: none;
  padding: 20px;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.faq-page1 .box ul li.active .title {
  color: #fff;
  background: var(--color1);
  border: 1px solid var(--color1);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.faq-page1 .box ul li.active .title h6 {
  color: #fff;
}
.faq-page1 .box ul li.active .title::after {
  background: #fff;
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .faq-page1 .box ul {
    margin-right: 0;
  }
  .faq-page1 .box ul li {
    width: 100% !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .faq-page1 .box ul li .title::after {
    left: 10px;
  }
  .faq-page1 .box ul li .title {
    padding: 20px 10px 20px 66px;
  }
  .faq-page1 .box ul li .accordion-info {
    padding: 20px 10px;
  }
}
/*手机端终调*/
@media screen and (max-width: 700px) {
    .yd-mainbottom{
        margin-top: 30px;
    }
    li.dabeijing{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .inner-page .sideBox .sidebar-right .product-app{
        padding-bottom: 55px;
        margin-bottom: 55px;
    }
    .inner-page .title{
        margin-top: 0;
    }
    #index-body .i-news{
        padding-bottom: 70px;
    }
    #index-body .i-news .top{
        margin-bottom: 0;
    }
    #index-body .i-news ul.slick-dots{
        bottom: -10px;
    }
    .product-page{
        margin-bottom: 0;
    }
    .prodet-page{
        margin-bottom: 45px;
    }
    .contact-page .contact-1 form input[type='submit']{
        height: 40px;
    }
    .about-page1 .about-3 .header h3{
        font-size: 25px;
    }
    .service-page .service-2{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .service-page .service-2 .top{
        margin-bottom: 40px;
    }
    .service-page .service-2 .top .text h3{
        font-size: 23px;
    }
    .service-page .service-2 .top .text .content{
        margin-top: 30px;
    }
    .service-page .service-2 .bottom .text .content{
        margin-top: 30px;
    }
    .service-page .service-2 .top{
        margin-bottom: 10px;
    }
    .resources-page{
        padding-bottom: 60px;
    }
    .solution-page1 .init-3{
        padding-bottom: 0;
    }
    .news-page1 .init-1 .container ul{
        padding-top: 0;
    }
    .m-page{
        margin-top: 30px;
    }
}


