 @charset "UTF-8";body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}table {border-collapse: collapse;border-spacing: 0;}fieldset, img {border: 0;}address, caption, cite, code, dfn, em, th, var, i {font-style: normal;font-weight: normal;}ol, ul {list-style: none;}caption, th {text-align: left;}q:before, q:after {content: '';}a:focus {outline-style: none;}abbr, acronym {border: 0;font-variant: normal;}sup {vertical-align: text-top;}sub {vertical-align: text-bottom;}input, textarea, select, button {font-family: inherit;font-size: inherit;font-weight: inherit;outline: none;border: none;}textarea {resize: none }input::-ms-clear {display: none;}input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {-webkit-transition-delay: 1111111s;-webkit-transition: color 111111s ease, background-color 111111s ease;}a, a:focus, a:hover {text-decoration: none !important;}body {font-size: 12px;font-family: Arial, Helvetica, sans-serif;overflow-x: hidden;--headerHeight: 100px;--themeColor: #1D79DD;--bgthemeColor: #333333;color: #666666;-webkit-font-smoothing: antialiased;position: relative;background-color: #fff;--swiper-theme-color: var(--themeColor);}::selection {background: var(--themeColor);color: #fff;}:focus {outline-color: var(--themeColor);}img {max-width: 100%;height: auto;transition: all 0.4s ease;}a {color: inherit;}a:hover {color: inherit;}.clamp1 {text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}.clamp2 {text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}.clamp3 {text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}.clamp4 {text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}.clamp5 {text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;}.clamp6 {text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;overflow: hidden;}@media (min-width: 1650px) {.container {width: 1570px;}}@media (max-width: 1649px) {.container {width: 1400px;}}@media (max-width: 1449px) {.container {width: 1200px;}}@media (max-width: 1025px) {.container {width: 100%;}}.yige-home::after, .yige-home::before {display: none;}.index-title {font-size: 40px;color: #333333;font-weight: bold;line-height: 1;position: relative;text-transform: uppercase;}.index-btn1 {display: flex;align-items: center;justify-content: flex-start;font-size: 15px;color: #666666;line-height: 1;text-transform: uppercase;transition: all 0.4s ease;}.index-btn1 i {display: flex;align-items: center;justify-content: center;width: 20px;height: 20px;border-radius: 50%;font-size: 12px;color: white;background: #999999;margin-left: 13px;transition: all 0.4s ease;padding-left: 1px;padding-top: 1px;}.index-btn2 {display: flex;align-items: center;justify-content: center;border: 1px solid #333333;border-radius: 25px;width: 120px;height: 48px;line-height: 1;font-size: 15px;color: #333333;transition: all 0.4s ease;}.index-btn2:hover {background: var(--themeColor);border-color: var(--themeColor);color: white;}.header_placeholder {display: block;width: 100%;background: transparent;height: var(--headerHeight);}header .header {width: 100%;background: none;position: absolute;left: 0;top: 0;z-index: 99;transition: all 0.3s ease;background: #fff;border-bottom: 1px solid rgb(189, 189, 189);}header .header-nav {position: relative;height: var(--headerHeight);width: 100%;display: flex;align-items: center;justify-content: space-between;}header .header-nav .logo img {height: 87px;width: auto;}header .header-nav .fir-menu {display: flex;height: 100%;}header .header-nav .fir-menu>li {position: relative;}header .header-nav .fir-menu>li>a {display: flex;align-items: center;justify-content: center;height: 100%;font-size: 16px;position: relative;color: #333;line-height: 1;text-transform: uppercase;padding: 0 32px;}header .header-nav .fir-menu>.active, header .header-nav .fir-menu>li:hover {background-color: var(--themeColor);color: #fff;}header .header-nav .fir-menu>.active>a, header .header-nav .fir-menu>li:hover>a {color: #fff !important;}header .header-nav .fir-menu .active a {font-weight: bold;}header .header-nav .fir-menu>li>a::after {content: "";width: 0;height: 4px;background: white;position: absolute;bottom: 0;transition: all 0.3s ease;display: none !important;}header .header-nav .sub-menu {position: absolute;left: 0px;top: 100%;-webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);min-width: 250px;transform: translateY(-30px);opacity: 0;pointer-events: none;transition: all 0.3s ease;}header .header-nav .sub-menu>li, header .header-nav .third-sub>li {position: relative;}header .header-nav .sub-menu>li>a, header .header-nav .third-sub>li>a {display: block;font-size: 16px;color: #333333;padding: 13px 20px;background: white;transition: all 0.3s ease;text-transform: capitalize;}header .header-nav .third-sub {position: absolute;left: 100%;top: 0;min-width: 250px;-webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);transform: translateX(-30px);opacity: 0;pointer-events: none;transition: all 0.3s ease;}@media screen and (min-width: 1026px) {header .header-nav .fir-menu>li.active>a::after, header .header-nav .fir-menu>li:hover>a::after {width: 100%;}header .header-nav .sub-menu>li:hover>a, header .header-nav .third-sub>li:hover>a {color: white;background: var(--themeColor);}header .header-nav .fir-menu>li:hover .sub-menu {transform: translateY(0);opacity: 1;pointer-events: all;}header .header-nav .sub-menu>li:hover .third-sub {transform: translateX(0);opacity: 1;pointer-events: all;}}header .languageSearch {display: flex;color: white;}header .languageSearch .language {display: flex;align-items: center;justify-content: center;line-height: 1;font-size: 14px;padding-right: 24px;border-right: 1px solid white;cursor: pointer;position: relative;}header .languageSearch .language ul {position: absolute;left: 0;top: 100%;background: white;border: 1px solid #ccc;display: none;}header .languageSearch .language ul li a {display: block;color: #666;font-size: 16px;padding: 8px 12px;transition: all 0.3s ease;}header .languageSearch .language ul li a:hover, header .languageSearch .language ul li.active a {background: var(--themeColor);color: white;}header .languageSearch .language .yuyanicon {font-size: 20px;margin-right: 7px;}header .languageSearch .language .sanjiaoicon {font-size: 8px;margin-left: 10px;}header .languageSearch .search {cursor: pointer;}header .languageSearch .search .iconfont {font-size: 20px;}header .header-nav .search-box {border-top: 3px solid var(--themeColor);width: 250px;position: absolute;top: 100%;right: 0px;padding: 15px;z-index: 99;box-shadow: 0 6px 12px rgb(0 0 0 / 18%);background-color: #fff;display: none;}header .header-nav .search-box form {width: 240px;margin: 0 auto;max-width: 100%;position: relative;}header .header-nav .search-box .header-search {width: 100%;border: 2px solid #f7f7f7;margin: 10px 0;padding-left: 10px;display: block;outline: none;color: #272727;font-size: 14px;height: 40px;border: 1px solid #e0e0e0;}header .header-nav .search-box button {border: none;position: absolute;top: 6px;right: 5px;z-index: 99;background-color: transparent;color: var(--themeColor);}header.fixeds .header {background: white;-webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);position: fixed;-webkit-animation: menu_sticky .5s ease-in-out;animation: menu_sticky .5s ease-in-out;}@-webkit-keyframes menu_sticky {0% {margin-top: -75px;opacity: 0 }50% {margin-top: -64px;opacity: 0 }100% {margin-top: 0;opacity: 1 }}@keyframes menu_sticky {0% {margin-top: -75px;opacity: 0 }50% {margin-top: -64px;opacity: 0 }100% {margin-top: 0;opacity: 1 }}header.fixeds .header-nav {border-bottom: none;}header.fixeds .header-nav .fir-menu>li>a {color: #333;}header.fixeds .header-nav .fir-menu>li>a::after {background: #333;}header.fixeds .languageSearch {color: #333;}header.fixeds .languageSearch .language {border-color: #333;}header .header .nav-btn, header .header .header-nav .fir-menu .child-btn, header .header .header-nav .fir-menu .language-mobile {display: none;}@media screen and (max-width: 1025px) {body {--headerHeight: 56px;}header .header-nav .logo img {height: 50px;width: auto;}header .languageSearch {display: none;}header .header-nav {padding: 0 15px;}header .header .nav-btn {display: flex;align-items: center;width: 32px;height: 23px;position: relative;}header .header .nav-btn span {display: block;width: 100%;height: 3px;background: var(--themeColor);}header .header .nav-btn::before, header .header .nav-btn::after {content: "";width: 100%;height: 3px;position: absolute;left: 0;background: var(--themeColor);}header .header .nav-btn::before {top: 0;}header .header .nav-btn::after {bottom: 0;}header .header .header-nav .fir-menu>li .child-btn {display: flex;align-items: center;justify-content: center;width: 57px;height: 57px;position: absolute;left: calc(100% - 57px);top: 0;border-left: 1px solid #ddd;}header .header .header-nav .fir-menu .child-btn .iconfont {font-size: 18px;color: white;}header .header .header-nav .fir-menu .language-mobile {display: block;border: 1px solid #ddd;}header .header-nav .fir-menu {position: absolute;left: 0;top: 100%;background: rgba(0, 0, 0, 0.8);width: 100%;height: calc(100vh - 56px);overflow-y: auto;display: none;}header .header-nav .fir-menu li {border-top: 1px solid #ddd;line-height: 1 !important;}header .header-nav .fir-menu>li>a {display: block;padding: 20px 15px;}header .header-nav .sub-menu {opacity: 1;pointer-events: all;position: static;transform: translateY(0);box-shadow: none;transition: none !important;display: none;}header .header-nav .sub-menu>li>a {padding: 20px 15px 20px 30px;background: none;color: white;}header .header-nav .third-sub {opacity: 1;pointer-events: all;position: static;transform: translateX(0);box-shadow: none;transition: none !important;display: none;}header .header-nav .third-sub>li>a {padding: 20px 15px 20px 45px;background: none;color: white;}}footer .footer {background-image: url(../images/footer-bg.jpg);background-repeat: no-repeat;background-size: cover;background-position: center center;padding-bottom: 34px;}footer .footer .item1 {padding-top: 77px;}footer .footer .item1 .flogo img {height: 90px;width: auto;}footer .footer .item1 ul {margin-top: 46px;}footer .footer .item1 li a {display: inline-block;font-size: 16px;color: white;line-height: 1;margin-bottom: 12px;}footer .footer .item1 .wai-link {display: flex;padding-top: 24px;}footer .footer .item1 .wai-link a {display: flex;align-items: center;justify-content: center;height: 46px;width: 46px;border-radius: 50%;border: 1px solid #fff;margin-right: 16px;transition: all 0.4s ease;}footer .footer .item1 .wai-link a .iconfont {font-size: 22px;color: white;line-height: 1;}footer .footer .item1 .wai-link a svg {width: 22px;height: 22px;stroke: none;fill: #fff;}footer .footer .item1 .wai-link a:hover {background: var(--themeColor);border-color: var(--themeColor);}footer .footer .item2, footer .footer .item3 {padding-top: 140px;}footer .footer .item2 h3, footer .footer .item3 h3 {line-height: 1;font-size: 18px;color: white;font-weight: bold;text-transform: uppercase;margin-bottom: 30px;}footer .footer .item2 li a, footer .footer .item3 li a {display: inline-block;font-size: 15px;line-height: 1;color: white;margin-bottom: 15px;}footer .footer .item2 li a:hover, footer .footer .item3 li a:hover {text-decoration: underline !important;}footer .footer .item4 {padding-top: 36px;}footer .footer .item4 h3 {font-size: 14px;color: white;line-height: 1;text-transform: uppercase;text-align: center;margin-bottom: 20px;}footer .footer .item4 form {line-height: 1;}footer .footer .item4 form input, footer .footer .item4 form textarea {width: 100%;height: 48px;border: 1px solid #dddddd;border-radius: 6px;background: white;margin-bottom: 8px;padding: 10px 13px;font-size: 16px;color: #333333;}footer .footer .item4 form textarea {height: 156px;}footer .footer .item4 form input::placeholder, footer .footer .item4 form textarea::placeholder {color: #888888;font-size: 14px;}footer .footer .item4 form button {display: block;width: 100%;height: 48px;background: #1d79dd;border-radius: 6px;color: white;font-size: 14px;line-height: 1;border: none !important;transition: all 0.4s ease;}footer .footer .item4 form button:hover {background: var(--bgthemeColor);}.pagingClick {margin: 0 auto;text-align: center;padding: 4% 0;}.pagingClick a, .pagingClick span {display: inline-block;width: 50px;height: 40px;line-height: 40px;text-align: center;font-size: 16px;background-color: rgba(51, 51, 51, 0.73);color: #fff;margin-right: 20px;}.pagingClick span {color: #fff;background-color: var(--themeColor);}@media screen and (max-width: 768px) {.pagingClick a, .pagingClick span {width: 40px;height: 30px;line-height: 30px;font-size: 14px;margin-bottom: 10px;}}.common .common-nav form {margin-bottom: 20px;font-size: 16px;}.common .common-nav form input {border: none;background-color: #eee;padding: 10px;width: 80%;}.common .common-nav form button {border: none;background-color: var(--themeColor);color: #fff;padding: 10px;width: 16%;transition: all 0.4s ease 0s;}.common .common-nav form button:hover {background: rgb(33, 33, 33);}.common .common-nav>h3 {font-size: 15px;font-weight: bold;text-transform: uppercase;border-left: 5px solid var(--themeColor);padding-left: 0.5em;padding-top: 10px;padding-bottom: 10px;background-color: #f5f5f5;margin-bottom: 10px;}.common .pro-nav li {position: relative;margin-bottom: 10px;border-radius: 3px;}.common .pro-nav li a {display: inline-block;width: 100%;padding: 1rem 0;padding-right: 1rem;color: #555;position: relative;padding-left: 15px;box-sizing: border-box;font-size: 16px;text-transform: capitalize;border: 1px solid #ddd;}.common .pro-nav li i {display: inline-block;width: 42px;max-height: 42px;position: absolute;top: 0;right: 0;box-sizing: border-box;display: flex;align-items: center;justify-content: center;color: #fff;cursor: pointer;}.common .pro-nav .second-items, .common .pro-nav .third-items, .common .pro-nav .fourth-items {display: none;margin: 10px 0;}.common .pro-nav .second-items a {padding-left: 30px;}.common .pro-nav .third-items a {padding-left: 45px;}.common .pro-nav .fourth-items a {padding-left: 60px;}.common .triangle {position: relative;}.common .triangle::after {position: absolute;top: 40%;left: 40%;content: "";width: 8px;height: 8px;border-bottom: 1px solid #555;border-right: 1px solid #555;transform: rotate(315deg);}.common .aside-product {margin: 1rem 0;border: 1px solid #ddd;}.common .aside-product .media {width: 100%;display: flex;align-items: center;}.common .aside-product .box-img {display: table-cell;flex: 1;padding: 10px;}.common .aside-product h3 {display: table-cell;font-size: 14px;padding: 0 1em;vertical-align: middle;color: #333;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}.common .aside-product>a:hover {background-color: #ddd;}.common .aside-product h4 {font-size: 14px;padding: 0 1em;vertical-align: middle;color: #333;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;flex: 2;}.bg-banner {padding: 80px 0 30px;background-size: cover;background-position: center center;min-height: 300px;position: relative;z-index: 2;}.bg-banner::after {content: "";background: rgba(0, 0, 0, 0.5);position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;z-index: -1;}.bg-banner h3 {padding-top: 100px;color: #fff;font-size: 35px;font-family: "Roboto", sans-serif;font-weight: 600;text-transform: uppercase;}.route {padding: 18px 0;}.route {background: #f1f1f1;border-bottom: 1px solid #e5e5e5;}.route ul {display: flex;flex-wrap: wrap;margin-left: 0px;padding-left: 0px;}.route ul>li {float: left;position: relative;padding-right: 30px;}.route ul>li a img {width: 100px;}.route ul>li a {font-size: 15px;text-transform: uppercase;padding: 0 10px;color: #242424;letter-spacing: 0.32px;}.route ul>li:first-child a {padding-left: 0;}.route ul>li::after {content: "";top: 10px;right: 10px;width: 8px;height: 8px;position: absolute;border-left: 1.5px solid #242424;border-bottom: 1.5px solid#242424;-webkit-transform: translate(0, -50%) rotate(-135deg);transform: translate(0, -50%) rotate(-135deg);}.route ul>li:last-child::after {border: none;}@media screen and (max-width: 769px) {.bg-banner {min-height: 100px;padding: 60px 0px;background-size: contain;background-repeat: no-repeat;}.bg-banner h3 {font-size: 30px;display: none;}.bg-banner h3 {padding-top: 0px;}.route ul>li a {padding: 0px;}}.common .pro-nav .active>.triangle::after {border-bottom: 1px solid #fff;border-right: 1px solid #fff;}.common .pro-nav .active>a {background-color: var(--themeColor);color: #fff;}banner .banner a img {width: 100%;height: auto;}banner .banner .container {position: relative;}banner .banner .swiper-pagination {position: absolute;right: 0;bottom: 80px;display: flex;justify-content: flex-end;}banner .banner .swiper-pagination span {display: flex;align-items: center;justify-content: center;width: 36px;height: 36px;background: none;opacity: 1;font-size: 16px;color: white;line-height: 1;margin-left: 18px;position: relative;transition: all 0.3s ease;}banner .banner .swiper-pagination span:hover, banner .banner .swiper-pagination span.swiper-pagination-bullet-active {color: var(--themeColor);}banner .banner .swiper-pagination span i {display: inline-block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;}banner .banner .swiper-pagination span.swiper-pagination-bullet-active .yuan2 .circle, banner .banner .swiper-pagination span:hover .yuan2 .circle {stroke-dashoffset: 0;}.banner .swiper-pagination-bullet {width: 30rem;height: 30rem;text-align: center;line-height: 28rem;font-size: 16rem;color: #fff;opacity: 1;background: transparent;border: 2px #fff solid;}.banner .swiper-pagination-bullet-active {color: #fff;background: transparent;border: 2px var(--themeColor) solid;}ifeapro .ifeapro {margin-top: 105px;}ifeapro .ifeapro .index-title {text-align: center;margin-bottom: 53px;}ifeapro .ifeapro .ifeapro-left a {display: block;padding: 55px 27px 30px 27px;background: #ffffff;border-radius: 8px;overflow: hidden;border: 1px solid #f4f4f4;transition: all 0.4s ease;}ifeapro .ifeapro .ifeapro-left a .box-img {overflow: hidden;height: 255px;}ifeapro .ifeapro .ifeapro-left h4 {font-size: 30px;font-weight: bold;color: #333333;margin-top: 50px;}ifeapro .ifeapro .ifeapro-left .yige-description {font-size: 15px;color: #999999;line-height: 1.6;margin-top: 24px;margin-bottom: 26px;}ifeapro .ifeapro .ifeapro-right a {display: flex;flex-wrap: wrap;margin-bottom: 20px;background: #f4f4f4;border-radius: 8px;overflow: hidden;border: 1px solid #f4f4f4;transition: all 0.4s ease;}ifeapro .ifeapro .ifeapro-right .col-md-6 {padding: 0 8px;}ifeapro .ifeapro .ifeapro-right a .box-img {width: 260px;height: auto;overflow: hidden;display: flex;flex-flow: column;align-items: center;justify-content: center;}ifeapro .ifeapro .ifeapro-right a .box-img img {width: 100%;height: auto;}ifeapro .ifeapro .ifeapro-right a .info {width: calc(100% - 260px);padding: 30px 15px 20px 22px;}ifeapro .ifeapro .ifeapro-right h4 {font-size: 26px;color: #333333;font-weight: bold;text-transform: capitalize;}ifeapro .ifeapro .ifeapro-right .yige-description {font-size: 15px;color: #999999;line-height: 18px;margin-top: 24px;margin-bottom: 26px;height: 90px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;line-clamp: 5;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}ifeapro .ifeapro a:hover {border-color: var(--themeColor) !important;}ifeapro .ifeapro a:hover .box-img img {transform: scale(1.05) !important;}ifeapro .ifeapro a:hover .index-btn1 i {background: var(--themeColor) !important;}ifeapro .ifeapro .ifeapro-right a .box-img {height: 271px;}@media screen and (min-width:1450px) {ifeapro .ifeapro .ifeapro-left {width: 30%;padding: 0 8px;}ifeapro .ifeapro .ifeapro-right {width: 70%;}}iapplication .iapplication {margin-top: 140px;}iapplication .iapplication .index-title {text-align: center;}iapplication .iapplication .item-all {display: flex;flex-wrap: wrap;margin: 90px -5px 0 -5px;}iapplication .iapplication .item-all .box-img {width: calc(30% - 10px);margin: 5px;overflow: hidden;}iapplication .iapplication .item-all .box-img:first-child, iapplication .iapplication .item-all .box-img:last-child {width: calc(40% - 10px);margin: 5px;}iapplication .iapplication .item-all .box-img img {width: 100%;height: 100%;object-fit: cover;}iapplication .iapplication .item-all .box-img a:hover img {transform: scale(1.05);}iproduct .iproduct {margin-top: 126px;}iproduct .iproduct .index-title {text-align: center;margin-bottom: 74px;}iproduct .iproduct .pro-nav {padding-bottom: 15px;}iproduct .iproduct .pro-nav li a {display: flex;align-items: center;justify-content: flex-start;padding: 14px 10px;background: rgb(243, 243, 243);border-radius: 43px;margin-bottom: 20px;max-width: 335px;width: 100%;font-size: 20px;color: #0D1926;transition: all 0.4s ease;}iproduct .iproduct .pro-nav li.active a, iproduct .iproduct .pro-nav li a:hover {background: var(--themeColor);color: white;}iproduct .iproduct .pro-nav li a i {display: inline-flex;align-items: center;justify-content: center;width: 57px;height: 57px;border-radius: 50%;background: white;margin-right: 15px;}iproduct .iproduct .pro-nav li a span {width: calc(100% - 72px);text-transform: capitalize;}iproduct .iproduct .swiper {margin-left: 86px;}iproduct .iproduct .swiper a {display: block;border: 1px solid #e3e3e3;border-radius: 8px;overflow: hidden;padding-bottom: 56px;}iproduct .iproduct .swiper .box-img {padding: 20px;height: 300px;display: flex;flex-flow: column;align-items: center;justify-content: center;overflow: hidden;background-color: #f4f4f4;}iproduct .iproduct .swiper .box-img img {width: 100%;height: auto;}iproduct .iproduct .swiper a:hover .box-img img {transform: scale(1.05);}iproduct .iproduct .swiper h4 {font-size: 20px;color: #333333;line-height: 1;font-weight: bold;text-align: center;margin-top: 40px;}iproduct .iproduct .swiper .index-btn1 {justify-content: center;margin-top: 18px;}iproduct .iproduct .swiper a:hover .index-btn1 .iconfont {background: var(--themeColor);}iproduct .iproduct .swiper .swiper-button-prev, iproduct .iproduct .swiper .swiper-button-next, iproduct .iproduct .swiper .swiper-pagination {position: static !important;line-height: 1;width: auto;height: auto;margin: 0;}iproduct .iproduct .swiper .swiper-pagination {margin: 0 30px;}iproduct .iproduct .swiper .qiehuan {display: flex;align-items: center;justify-content: center;margin-top: 40px;}iproduct .iproduct .swiper .swiper-button-prev::after, iproduct .iproduct .swiper .swiper-button-next::after {display: none;}iproduct .iproduct .swiper .swiper-button-prev .iconfont, iproduct .iproduct .swiper .swiper-button-next .iconfont {font-size: 30px;color: rgb(68, 68, 68);transition: all 0.3s ease;}iproduct .iproduct .swiper .swiper-button-prev .iconfont:hover, iproduct .iproduct .swiper .swiper-button-next .iconfont:hover {color: var(--themeColor);}iproduct .iproduct .swiper .swiper-pagination span {width: 24px;height: 24px;display: inline-flex;align-items: center;justify-content: center;margin-right: 12px;opacity: 1 !important;background: rgb(232, 232, 232);font-size: 15px;color: #0d1926;}iproduct .iproduct .swiper .swiper-pagination .swiper-pagination-bullet-active {background: var(--themeColor);color: white;}iproduct .iproduct .swiper .swiper-pagination span:last-child {margin-right: 0;}iproduct .iproduct .tab-content>.tab-pane {display: block !important;position: absolute;bottom: 0;left: 0;z-index: -99;opacity: 0;pointer-events: none;}iproduct .iproduct .swiper .swiper-wrapper {height: 526px;}iproduct .iproduct .tab-content>.active {position: static;opacity: 1;pointer-events: all;}iabout .iabout {background-image: url(../images/11291103.png);background-repeat: no-repeat;background-size: 100%;background-position: top center;margin-top: 140px;}iabout .iabout .iabout-left {padding: 138px 0 0 0;}iabout .iabout .title {display: flex;justify-content: space-between;}iabout .iabout .title .index-btn2 {background: var(--themeColor);border-color: var(--themeColor);color: white;}iabout .iabout .title .index-btn2:hover {background: var(--bgthemeColor);border-color: var(--bgthemeColor);}iabout .iabout .yige-description {font-size: 18px;color: #333333;line-height: 1.66;margin-top: 46px;}iabout .iabout .yige-description p {font-size: 18px;}iabout .iabout .yige-description p {margin-bottom: 30px;}iabout .iabout .iabout-right {text-align: right;padding-right: 0;}iabout .iabout .iabout-right a {margin-top: 85px;display: inline-block;position: relative;border-radius: 10px;overflow: hidden;}iabout .iabout .iabout-right a .layer {position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}iabout .iabout .iabout-right a:hover img {transform: scale(1.05);}iabout .iabout .iabout-right .layer .iconfont {display: flex;align-items: center;justify-content: center;border: 2px solid white;border-radius: 50%;width: 47px;height: 47px;font-size: 20px;color: white;padding-left: 4px;transition: all 0.4s ease;}iabout .iabout .iabout-right a:hover .layer .iconfont {color: var(--themeColor);border-color: var(--themeColor);}iabout .iabout .iabout-swiper .swiper {padding: 40px 0;margin-top: 50px;}iadvantage .iadvantage {background-image: url(../images/11291103.jpg);background-repeat: no-repeat;background-size: 100%;background-position: center center;margin-top: 110px;padding: 104px 0 70px 0;}iadvantage .iadvantage .item-all {max-width: 1510px;width: 100%;margin: auto;}iadvantage .iadvantage .item .yige-description {background: rgb(251, 251, 251);border-radius: 8px;overflow: hidden;margin-bottom: 30px;padding: 0 10px 0 20px;display: flex;align-items: center;flex-wrap: wrap;}iadvantage .iadvantage .item .icon-img {display: flex;align-items: center;justify-content: center;width: 70px;height: 70px;border-radius: 50%;background: var(--themeColor);margin: 36px 0;}iadvantage .iadvantage .item .content {width: calc(100% - 70px);padding-left: 30px;color: #333333;font-size: 18px;}iadvantage .iadvantage .item .content p {font-size: 18px;}inews .inews {margin-top: 120px;margin-bottom: 74px;}inews .inews .title-btn {display: flex;justify-content: space-between;align-items: flex-end;}inews .inews .item-all {margin: 60px -15px 0 -8px;}inews .inews .item-all a {display: block;border-radius: 8px;overflow: hidden;position: relative;transition: all 0.4s ease;}inews .inews .item-all .style1 .layer {position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: flex-end;align-content: flex-end;flex-wrap: wrap;padding: 24px;}inews .inews .item-all .style1 h4 {line-height: 1.25;font-size: 24px;color: white;width: 100%;margin-bottom: 30px;}inews .inews .item-all .style1 span {color: white;}inews .inews .item-all .style1:hover img {transform: scale(1.05);}inews .inews .item-all .style1:hover .iconfont {background: #fe0001;}inews .inews .item-all .style2 {border: 2px solid #c7c8ca;margin-bottom: 22px;display: flex;flex-wrap: wrap;padding: 9px 10px;}inews .inews .item-all .style2 .date {display: flex;align-content: center;justify-content: center;flex-wrap: wrap;width: 130px;height: 130px;background: #333333;border-radius: 8px;color: white;}inews .inews .item-all .style2 .date .year {display: block;text-align: center;font-size: 18px;width: 100%;line-height: 1;}inews .inews .item-all .style2 .date .month {display: block;text-align: center;font-size: 30px;font-weight: bold;width: 100%;line-height: 1;margin-top: 6px;}inews .inews .item-all .style2 .title {width: calc(100% - 130px);display: flex;align-content: center;align-items: center;flex-wrap: wrap;justify-content: flex-end;padding: 0 26px 0 15px;}inews .inews .item-all .style2 .title h4 {line-height: 1.25;font-size: 18px;color: #333333;margin-bottom: 18px;width: 100%;text-align: right;}inews .inews .item-all .style2:hover {border-color: #030d26;}inews .inews .item-all .style2:hover .iconfont {background: var(--themeColor);}@media screen and (min-width:1026px) {inews .inews .item-all .col-md-4:nth-child(1), inews .inews .item-all .col-md-4:nth-child(2) {width: 30%;padding: 0 8px;}inews .inews .item-all .col-md-4:nth-child(3) {width: 40%;padding-left: 24px;}}.yige-about9 .cpr {cursor: pointer;}.yige-about9 .swiper-wrapper {-webkit-transition-timing-function: linear !important;transition-timing-function: linear !important;}.yige-about9 .common-title .b-title {font-weight: bold;font-size: 26px;margin-bottom: 28px;}.yige-about9 .common-title .s-title {font-size: 16px;line-height: 1.7;color: #777;}.yige-about9 .yige-summary {padding: 60px 0;}.yige-about9 .yige-summary .b-title {color: var(--themeColor);}.yige-about9 .yige-summary P {margin-top: 30px;font-size: 16px;color: #777;line-height: 32px;}.yige-about9 .yige-summary .img-box {text-align: center;}.yige-about9 .yige-team {padding: 60px 0;}.yige-about9 .team-list, .yige-about9 .factory-list {margin: 40px 0;}.yige-about9 .team-list .item, .yige-about9 .factory-list .item {text-align: center;}.yige-about9 .team-list .item .name, .yige-about9 .factory-list .item .name {margin-top: 16px;}.yige-about9 .yige-factory {padding: 60px 0;background-image: url('../images/1109.png');background-position: top;background-repeat: no-repeat;}.yige-about9 .yige-factory .common-title {color: #fff;}.yige-about9 .yige-factory .common-title .s-title {color: #fff;}.yige-about9 .yige-contact {padding: 60px 0;}.yige-about9 .yige-contact p {font-size: 16px;color: #777;margin: 28px auto;line-height: 1.7;}.yige-about9 .yige-contact .list {margin-bottom: 28px;}.yige-about9 .yige-contact .list .item {text-align: center;font-size: 16px;color: #777;margin-bottom: 4px;}#contact6 .tac {text-align: center;}#contact6 input, #contact6 button {outline: none;border: none;}#contact6 .banner {position: relative;background-size: cover;background-repeat: no-repeat;background-position: center;}#contact6 .banner .txt-box {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;height: 100%;color: #fff;}#contact6 .banner .txt-box .b-title {font-size: 50px;font-weight: 700;margin-bottom: 30px;}#contact6 .banner .txt-box .s-title {font-size: 16px;}#contact6 .faq {padding: 122px 0 156px;}#contact6 .faq .title {position: relative;margin-bottom: 80px;color: #4f3b35;font-size: 36px;font-weight: 700;}#contact6 .faq .title::after {position: absolute;left: 50%;bottom: -18px;-webkit-transform: translateX(-50%);transform: translateX(-50%);content: '';display: block;width: 38px;height: 4px;background-color: var(--themeColor);}#contact6 .faq .item {position: relative;background: #f5f5f5;margin-bottom: 10px;cursor: pointer;}#contact6 .faq .item .question {font-weight: 700;font-size: 16px;color: #4f3b35;}#contact6 .faq .item .question div {padding: 20px 10px;}#contact6 .faq .item .question i {font-weight: 700;font-size: 18px;color: #4f3b35;}#contact6 .faq .item .question i:first-child {display: none;}#contact6 .faq .item .question i:last-child {display: block;}#contact6 .faq .item .question div:first-child {border-right: 1px solid #fff;}#contact6 .faq .item .question div:nth-child(2) {padding: 20px 15px;}#contact6 .faq .item .answer {display: none;font-size: 16px;color: #9c938e;}#contact6 .faq .item .answer div:nth-child(2) {padding: 20px 15px;}#contact6 .faq .item.active i:first-child {display: block;}#contact6 .faq .item.active i:last-child {display: none;}#contact6 .faq .item.active .answer {display: block;}#contact6 .section {position: relative;padding-top: 122px;overflow-x: clip;}#contact6 .section .look {padding-top: 60px;}#contact6 .section .look .title {position: relative;font-size: 36px;font-weight: 700;color: #4f3b35;line-height: 1.2;margin-bottom: 50px;font-family: "acumin-pro-condensed", Arial, Helvetica, sans-serif;}#contact6 .section .look .title::after {position: absolute;content: '';display: block;left: 0;bottom: -20px;width: 80px;height: 2px;background-color: var(--themeColor);}#contact6 .section .look .txt {font-size: 16px;color: #9c938e;line-height: 1.5;font-weight: 200;}#contact6 .section .look .list {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-top: 90px;padding-left: 10px;position: relative;}#contact6 .section .look .list::after {content: "";height: calc(100% + 60px);width: 2000px;background: #363437;position: absolute;right: -180px;top: -55px;z-index: -1;}#contact6 .section .look .list .item {position: relative;padding-left: 25px;padding-right: 10px;width: 50%;margin-bottom: 60px;}#contact6 .section .look .list .item i {position: absolute;left: -10px;top: 4px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 15px;height: 15px;border-radius: 50%;border: 1px solid var(--themeColor);}#contact6 .section .look .list .item i::after {content: '';display: block;width: 9px;height: 9px;border-radius: 50%;background-color: var(--themeColor);}#contact6 .section .look .list .item .item-title {position: relative;font-size: 16px;color: #f8f8f8;font-weight: 700;margin-bottom: 30px;}#contact6 .section .look .list .item .item-title::after {position: absolute;left: 0;bottom: -10px;content: '';width: 214px;height: 1px;background-color: var(--themeColor);}#contact6 .section .look .list .item .item-txt {font-size: 16px;line-height: 1.5;max-width: 200px;color: #e7e0dd;}#contact6 .section .contact-form {position: relative;padding-top: 60px;background-color: #fff;color: #4f3b35;font-size: 16px;border-radius: 10px;-webkit-box-shadow: 21px 21px 50px 0 rgba(79, 59, 53, 0.2);box-shadow: 21px 21px 50px 0 rgba(79, 59, 53, 0.2);}#contact6 .section .contact-form::before {position: absolute;left: 50%;top: 0;-webkit-transform: translateX(-50%);transform: translateX(-50%);content: '';width: 159px;height: 15px;background-color: var(--themeColor);border-radius: 0 0 10px 10px;}#contact6 .section .contact-form .form-wrap {padding: 0 30px 0 30px;}#contact6 .section .contact-form .form-title {font-size: 36px;font-weight: 700;color: #4f3b35;line-height: 1.2;padding-left: 10px;}#contact6 .section .contact-form .tips {font-size: 14px;margin: 20px 0;padding-left: 10px;}#contact6 .section .contact-form .input-item {padding: 0;color: #4f3b35;font-size: 16px;font-weight: 200;padding: 10px;}#contact6 .section .contact-form .input-item .type b {color: var(--themeColor);}#contact6 .section .contact-form .input-item input, #contact6 .section .contact-form .input-item textarea {padding: 16px 20px;width: 100%;background-color: #f7f6f6;border: none;outline: none;font-size: 12px;}#contact6 .section .contact-form .btn {width: 100%;margin-top: 40px;padding: 16px 0;background-color: var(--themeColor);border-radius: 0 0 10px 10px;font-weight: 700;color: #fff;cursor: pointer;}#contact6 .cta {position: relative;background: #1b1b1b;}#contact6 .cta .backTop {position: absolute;top: 0;left: 50%;-webkit-transform: translate(-50%, -100%);transform: translate(-50%, -100%);font-size: 20px;color: #9c938e;width: 0;height: 0;border-width: 36px;border-style: solid;border-color: transparent transparent #1b1b1b transparent;cursor: pointer;}#contact6 .cta .backTop i {position: absolute;bottom: calc(50% - 14px);left: 50%;-webkit-transform: translate(-50%, 100%);transform: translate(-50%, 100%);}#contact6 .cta .wrap {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 50px 0;}#contact6 .cta .wrap .txt {font-size: 36px;color: #fff;}#contact6 .cta .wrap .btn {margin-top: 10px;padding: 17px 42px;border-radius: 32px;font-size: 18px;color: #fff;font-weight: 700;background: var(--themeColor);border-color: var(--themeColor);}@media screen and (max-width: 768px) {#contact6 .banner .txt-box .b-title {font-size: 30px;}#contact6 .banner .txt-box .s-title {font-size: 14px;}#contact6 .section .look .title {font-size: 26px;}#contact6 .section .look .list {margin-top: 40px;background-color: #363437;}#contact6 .section .look .list .item {width: 100%;margin: 20px 0;}#contact6 .section .look .list .item .item-txt {max-width: 100%;}#contact6 .section .contact-form {-webkit-box-shadow: none;box-shadow: none;}#contact6 .section .contact-form .form-wrap {padding: 0;}#contact6 .section .contact-form .form-title {font-size: 26px;}#contact6 .faq {padding: 50px 15px;}#contact6 .faq .title {font-size: 26px;}#contact6 .cta .wrap .txt {font-size: 26px;padding: 0 15px;}#contact6 .cta .wrap .btn {font-size: 14px;padding: 10px;}#contact6 .faq .item .question .tac {padding-left: 0;}}#download3 {padding: 50px 0px;}#download3 .down-box .item {display: block;margin-top: 30px;margin-bottom: 30px;}#download3 .down-box .title {text-align: center;font-size: 20px;color: #333;border-bottom: 1px solid #dadada;padding: 22px 0;}#download3 .down-box .item .img-box {height: 400px;}@media screen and (max-width: 768px) {#download3 .down-box .item .txt {height: 200px !important;text-align: center;align-items: center;}#download3 .down-box .item .img-box {width: auto;height: auto;}}#download3 .down-box .item .img-box img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}#download3 .down-box .item .txt {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-ms-flex-pack: distribute;justify-content: space-around;height: 350px;font-size: 16px;color: #333;}#download3 .down-box .item .name {font-weight: bold;}#download3 .down-box .item .txt .explain {font-size: 14px;color: #666;}#download3 .down-box .item .txt .name:hover, #download3 .down-box .item .txt .explain:hover {color: var(--themeColor);}#download3 .down-box .item .txt .btn {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width: 158px;height: 36px;border: 1px solid #333;}#download3 .down-box .item .txt .btn .icon-download {margin-right: 8px;font-size: 26px;font-weight: 700;color: #333;}#download3 .down-box .item .txt .btn:hover {color: #fff;border-color: #777;background-color: #777;}#download3 .down-box .item .txt .btn:hover .icon-download {color: #fff;}news .news {margin-top: 80px;}.news .left a {border: 1px solid #ddd;-webkit-transition: all ease .3s;transition: all ease .3s;padding: 1em;display: block;margin-bottom: 30px;line-height: 1.42857143;background-color: #fff;border-radius: 4px;display: flex;align-items: center;}.news .left a .titles {display: flex;align-items: center;justify-content: space-between;font-size: 15px;color: #333;font-weight: 600;margin-bottom: 10px;}.news .left a h3 {font-size: 20px;color: #333;font-weight: 600;flex: 1;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.news .left a p {font-size: 16px;line-height: 1.5;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}.news .left a:hover {border: 1px solid #ddd;-webkit-box-shadow: 1px 1px 10px 0px #999;box-shadow: 1px 1px 10px 0px #999;}@media screen and (max-width:768px) {.news .left a {display: block;}}.news-show .article {border: 1px solid #ddd;}.news-show .article .dg-header {padding: 20px;border-bottom: 1px solid #ddd;}.news-show .article .dg-header h1, .news-show .article-related {font-size: 20px;line-height: 1.4;color: #121212;padding: 10px 0;}.news-show .article .dg-header .time {font-size: 14px;color: #777;}.news-show .article .content {font-size: 16px;color: #777;line-height: 1.4;padding: 20px;}.news-show .article .content p {line-height: 1.4;margin-bottom: 15px;}.news-show .article-related {margin: 20px 0;border: 1px solid #ddd;}.news-show .article-related h5 {border-bottom: 1px solid #ddd;padding: 20px;color: #353a42;font-size: 18px;font-weight: 600;}.news-show .article-related .article-related-box {padding: 25px 20px 5px 20px;}.news-show .article-related a {font-size: 16px;padding-left: 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-decoration: none;color: inherit;padding-bottom: 15px;}.news-show .article-related a span {color: #777;font-weight: 400;}.news-show .article-related a strong {color: #777;}.news-show .article-related a:hover span {color: var(--themeColor);}.news-show {margin: 50px 0;}.ipd50 {padding-top: 80px;}.common .conmmon-content .box-img {overflow: hidden;display: flex;align-items: center;justify-content: center;height: 320px;background-color: #f4f4f4;}.common .conmmon-content img {-webkit-transition: 0.5s;width: 100%;}pro-show .pro-show-3 .left img, pro-show .pro-show-3 .left figure {width: 100%;}.common .conmmon-content .text {display: block;background-color: #ccc;padding-left: 15px;padding-right: 15px;position: relative;z-index: 1;padding: 25px 25px 30px 25px;background: #f3f3f3;text-align: center;border-bottom: 2px solid var(--themeColor);}.common .conmmon-content .text::after {content: "";position: absolute;top: 0;left: 0;right: 0;height: 0;z-index: -1;background-color: var(--themeColor);transition: all 0.3s ease-in-out;}.common .conmmon-content .text h3 {line-height: 1.8em;color: #555555;font-size: 14px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}.common .conmmon-content .text h3 {text-decoration: none;color: #121212;margin: 5px 0;font-size: 18px;font-weight: 600;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}.common .conmmon-content .text h4 {line-height: 1.8em;color: #555555;font-size: 16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;height: 87px;}.common .conmmon-content .button-box {display: inline-block;border: 2px solid;padding: 0.5em 1em;margin-top: 10px;background-color: var(--themeColor);color: #fff;text-decoration: none;font-size: 14px;cursor: pointer;margin-top: 10px;}.common .conmmon-content a:hover .text::after {height: 100%;}.common .conmmon-content a:hover h3, .common .conmmon-content a:hover h4 {color: #fff;}.common .conmmon-content a:hover img {-webkit-transform: scale(1.1);}.common .conmmon-content h5 {font-weight: 500;margin-bottom: 2px;color: var(--themeColor);font-size: 24px;font-weight: 500;position: relative;margin-bottom: 30px;}.common .conmmon-content h5::after {content: '';background-color: var(--themeColor);position: absolute;bottom: -10px;left: 0;height: 3px;width: 50px;border-radius: 5px;}.common .conmmon-content .title {margin-bottom: 16px;font-family: "Roboto", sans-serif;color: #6e7889;font-size: 16px;line-height: 1.75;font-weight: 400;}.common .content .top h4 {position: relative;font-weight: 500;margin-bottom: 2px;font-size: 30px;position: relative;padding-bottom: 15px;margin-bottom: 25px;}.common .content .top h4::after {position: absolute;bottom: 0;left: 0;content: '';background-color: var(--themeColor);height: 5px;width: 50px;border-radius: 5px;}.common .content .top p {line-height: 1.8em;margin-bottom: 16px;font-size: 16px;}@media screen and (max-width:768px) {.common .content {display: flex;flex-direction: column-reverse;}.pro-show .txt h3 {margin: 1em 0;font-size: 16px;}.pro-show .nav-tabs>li>a {font-size: 14px;padding: 5px;}}pro-show .pro-show-3 {padding: 50px 0px;}pro-show .pro-show-3 .left {}pro-show .pro-show-3 .left img {max-width: 100%;height: auto;}pro-show .pro-show-3 h1 {margin: 0 0 22px;font-weight: 700;font-family: 'Open Sans', sans-serif;color: #464646;font-size: 22px;text-transform: capitalize;}pro-show .pro-show-3 .product-details table {width: 100%;}pro-show .pro-show-3 .product-details table td {padding: 10px !important;}pro-show .pro-show-3 .left .pro_show_a .swiper-slide {display: flex;flex-flow: column;align-items: center;justify-content: center;}pro-show .pro-show-3 .left .pro_show_a {margin-bottom: 10px;}pro-show .pro-show-3 .left .pro_show_b .swiper-slide {border: 1px solid #ddd;cursor: pointer;}pro-show .pro-show-3 .product-details .list_btn {display: flex;flex-flow: row;align-items: center;justify-content: flex-start;margin-top: 30px;margin-bottom: 20px;}pro-show .pro-show-3 .product-details .list_btn a {flex: 1;padding: 5px 40px;background-color: var(--themeColor);color: #fff;font-size: 18px;margin-right: 20px;text-align: center;max-width: 50%;}pro-show .pro-show-3 .swiper-button-prev, pro-show .pro-show-3 .swiper-button-next {overflow: hidden;width: 30px;height: 30px;background-color: rgba(0, 0, 0, 0.5);transition: all .5s;border-radius: 50%;display: flex;flex-flow: column;align-items: center;justify-content: center;}pro-show .pro-show-3 .swiper-button-prev:after, pro-show .pro-show-3 .swiper-button-next:after {font-size: 14px;color: #fff;}.slideInDown.addthis-animated, .slideInLeft.addthis-animated, .slideInRight.addthis-animated, .slideInUp.addthis-animated, .slideOutDown.addthis-animated, .slideOutLeft.addthis-animated, .slideOutRight.addthis-animated, .slideOutUp.addthis-animated {display: none;}pro-show .pro-show-3 .right h2 {border-bottom: 2px solid #e60012;font-size: 18px;padding-bottom: 10px;text-transform: uppercase;display: inline-block;width: 100%;}pro-show .pro-show-3 .right ul li {border-bottom: 1px solid #ddd;padding: 10px 0px;padding: 0px;}pro-show .pro-show-3 .right ul li a {font-size: 14px;color: #464646;}pro-show .pro-show-3 .right .productUrl {display: flex;flex-flow: column;align-items: center;justify-content: center;}pro-show .pro-show-3 .right .productUrl li {padding: 15px;border: 1px solid #ddd;margin-bottom: 20px;}pro-show .pro-show-3 .right .productUrl li .img {border-bottom: 1px solid #ddd;}pro-show .pro-show-3 .right .productUrl li .title {font-size: 18px;color: #464646;padding: 10px;}pro-show .pro-show-3 .pro-content {padding-right: 30px;}pro-show .pro-show-3 .pro-content .nav-tabs {margin-bottom: 30px;margin-top: 30px;border: none;}.product-details p, .product-details div, p {font-size: 16px;}pro-show .pro-show-3 .pro-content .nav-tabs a {padding: 10px 20px;color: #fff;background-color: var(--themeColor);border-radius: 0px;font-size: 14px;text-transform: uppercase;}pro-show .pro-show-3 .pro-content .nav-tabs a::after {border-color: var(--themeColor) transparent transparent;border-style: solid;position: absolute;content: "";border-width: 9px 6px 0;left: 50%;margin-left: -6px;bottom: -9px;text-decoration: none;}@media screen and (max-width:1024px) {.pro-show-3 .total {padding-left: 0px;padding-right: 0px;}pro-show .pro-show-3 .product-details .list_btn {width: 100%;}pro-show .pro-show-3 .product-details .list_btn a {padding: 0px;padding: 5px 10px;}pro-show .pro-show-3 .pro-content {padding-left: 0px;padding-right: 0px;}pro-show .pro-show-3 .icon {display: none;}pro-show .pro-show-3 .left .col-md-6 {padding-left: 0px;padding-right: 0px;}}.pro-show-3 .swiper-wrapper {height: auto;}.yige-page-nav-wrap {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding: 20px 0;border-bottom: 1px solid #dbdbdb;}.yige-page-nav-wrap .yige-page-nav-list {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.yige-page-nav-wrap .yige-page-nav-list a {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding: 10px 20px;border-radius: 100px;font-size: 16px;color: #444444;margin-right: 35px;}.yige-page-nav-wrap .yige-page-nav-list a.on {color: #fff;background: var(--themeColor);}.yige-page-nav-wrap .yige-page-nav-list a:hover {color: #fff;background: var(--themeColor);}@media screen and (max-width: 768px) {.yige-page-nav-wrap {padding: 0px 2%;}.yige-page-nav-wrap .yige-page-nav-list a {width: 48%;margin-bottom: 10px;margin-right: 4% !important;}.yige-page-nav-wrap .yige-page-nav-list a:nth-child(2n) {margin-right: 0 !important;}}.yige-service-wrap .yige-service-title {padding: 50px 0;}.yige-service-wrap .yige-service-title-top {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}.yige-service-wrap .yige-service-title-top .yige-service-b-title {position: relative;padding: 0 18px;font-size: 30px;font-weight: bold;color: var(--themeColor);text-transform: uppercase;}.yige-service-wrap .yige-service-title-top .yige-service-b-title::after {content: '';position: absolute;width: 5px;height: 28px;background: var(--themeColor);left: 0;top: 16%;}.yige-service-wrap .yige-service-title-top .yige-service-s-title {font-size: 16px;color: #888;}.yige-service-wrap .yige-service-title-bottom {font-size: 30px;color: var(--themeColor);text-transform: uppercase;}.yige-service-wrap .yige-service-list {margin-bottom: 80px;}.yige-service-wrap .yige-service-item {display: inline-block;width: 48.5%;margin-top: 2%;position: relative;}.yige-service-wrap .yige-service-item:nth-child(2n+1) {margin-right: 2%;}.yige-service-wrap .yige-service-item:hover .yige-service-item-img {width: 100%;}.yige-service-wrap .yige-service-item:hover .yige-service-item-txt {width: 100%;padding: 4%;-webkit-transition: all .3s ease;transition: all .3s ease;background: var(--themeColor);}.yige-service-wrap .yige-service-item:hover .yige-service-item-txt .yige-service-item-s-title {display: none;}.yige-service-wrap .yige-service-item:hover .yige-service-item-txt p {display: block;}.yige-service-wrap .yige-service-item:hover .yige-service-item-more {display: none;}.yige-service-wrap .yige-service-item-img {float: left;width: 51%;-webkit-transition: all .3s ease;transition: all .3s ease;}.yige-service-wrap .yige-service-item-img img {width: 100%;height: 354px;-o-object-fit: cover;object-fit: cover;}.yige-service-wrap .yige-service-item-txt {float: left;width: 49%;background: var(--themeColor);text-align: center;padding: 61px 0px;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;height: 100%;position: absolute;right: 0%;top: 0%;}.yige-service-wrap .yige-service-item-txt .yige-service-item-icon {margin-bottom: 30px;line-height: 70px;height: 70px;}.yige-service-wrap .yige-service-item-txt .yige-service-item-title h3 {font-size: 20px;color: #fff;margin-bottom: 15px;}.yige-service-wrap .yige-service-item-txt .yige-service-item-title p {display: none;font-size: 16px;color: #fff;line-height: 26px;text-align: left;}.yige-service-wrap .yige-service-item-txt .yige-service-item-more {margin-top: 40px;}.yige-service-wrap .yige-service-item-txt .yige-service-item-more span {display: inline-block;line-height: 35px;width: 104px;text-align: center;font-size: 14px;color: #fff;border-radius: 100px;border: 1px solid #fff;}@media screen and (max-width: 768px) {.yige-service-wrap .yige-service-list .yige-service-item {width: 48%;}.yige-service-wrap .yige-service-list .yige-service-item:hover .yige-service-item-img img {height: 334px;}.yige-service-wrap .yige-service-list .yige-service-item:hover .yige-service-item-txt {position: absolute;}.yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-img {width: 100%;}.yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-img img {height: 145px;}.yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-txt {position: inherit;width: 100%;padding: 10px 0;}.yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-txt .yige-service-item-icon {margin-bottom: 0;}.yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-txt .yige-service-item-icon img {height: 30px;line-height: 30;}.yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-txt .yige-service-item-title div {font-size: 14px;}.yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-txt .yige-service-item-more {margin-top: 20px;}.yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-txt .yige-service-item-more span {font-size: 12px;}.yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-txt .yige-service-item-title p {font-size: 12px;height: 200px;overflow-y: scroll;}.yige-service-wrap .yige-service-title {padding: 20px 0 !important;}.yige-service-wrap .yige-service-s-title {font-size: 14px !important;}.yige-service-wrap .yige-service-b-title {font-size: 24px !important;}.yige-service-wrap .yige-service-title-bottom {font-size: 20px !important;}}.yige-serviceShow2 .common-title .b-title {text-align: center;font-size: 28px;color: #333;}.yige-serviceShow2 .common-title .s-title {text-align: center;margin-top: 4px;font-size: 15px;color: #898b8d;}.yige-serviceShow2 .common-title .desc {text-align: center;font-size: 14px;color: #999;line-height: 30px;max-width: 900px;margin: 30px auto;}.yige-serviceShow2 .service {padding: 60px 0 80px;}.yige-serviceShow2 .service .list {margin-top: 40px;}.yige-serviceShow2 .service .list div {margin: 0 auto;}.yige-serviceShow2 .service .list .item {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 92%;margin-bottom: 20px;padding: 40px 0;-webkit-box-shadow: 0 0 20px #ddd;box-shadow: 0 0 20px #ddd;-webkit-transition: all .35s;transition: all .35s;}.yige-serviceShow2 .service .list .item:hover {-webkit-transform: translateY(-20px);transform: translateY(-20px);background: var(--themeColor);color: #fff;}.yige-serviceShow2 .service .list .item:hover .txt {color: #fff;}.yige-serviceShow2 .service .list .item:hover .normal-img {display: none;}.yige-serviceShow2 .service .list .item:hover .hover-img {display: block !important;}.yige-serviceShow2 .service .list .item .img-box {width: 45px;height: 45px;}.yige-serviceShow2 .service .list .item .img-box img {width: 100%;height: 100%;-o-object-fit: contain;object-fit: contain;}.yige-serviceShow2 .service .list .item .img-box .hover-img {display: none;}.yige-serviceShow2 .service .list .item .name {margin: 20px 0;font-size: 18px;}.yige-serviceShow2 .service .list .item .txt {font-size: 14px;color: #999;line-height: 22px;text-align: center;width: 88%;min-height: 72px;height: 132px;}.yige-serviceShow2 .yige-more {padding: 60px 0 80px;background: #f2f4f6;}.yige-serviceShow2 .yige-more .content {padding: 30px 0;}.yige-serviceShow2 .yige-more .content .img-box {max-height: 464px;}.yige-serviceShow2 .yige-more .content .img-box img {width: 100%;height: auto;-o-object-fit: cover;object-fit: cover;}.yige-serviceShow2 .yige-more .content .right .item {padding: 18px;}.yige-serviceShow2 .yige-more .content .right .item:not(:last-child) {margin-bottom: 36px;}.yige-serviceShow2 .yige-more .content .right .title {position: relative;font-size: 18px;padding: 18px 0;}.yige-serviceShow2 .yige-more .content .right .title::after {content: '';position: absolute;left: 0;bottom: 0;width: 21px;height: 4px;background: var(--themeColor);}.yige-serviceShow2 .yige-more .content .right p {margin-top: 18px;font-size: 14px;color: #999;line-height: 1.8;}.yige-serviceShow2 .yige-solutions {padding: 60px 0 80px;}.yige-serviceShow2 .yige-solutions .item {margin-top: 50px;}.yige-serviceShow2 .yige-solutions .item:hover .img-box .layer {display: block;}.yige-serviceShow2 .yige-solutions .item:hover .name {color: #fff;}.yige-serviceShow2 .yige-solutions .item .img-box {position: relative;max-height: 545px;}.yige-serviceShow2 .yige-solutions .item .img-box img {width: 100%;height: auto !important;-o-object-fit: cover;object-fit: cover;}.yige-serviceShow2 .yige-solutions .item .img-box .layer {display: none;position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: var(--themeColor);}.yige-serviceShow2 .yige-solutions .item .img-box .layer .content-txt {width: 100%;height: auto;padding: 40px;color: #fff;}.yige-serviceShow2 .yige-solutions .item .img-box .layer .content-txt .title {font-size: 20px;font-weight: 700;margin-bottom: 20px;}.yige-serviceShow2 .yige-solutions .item .img-box .layer .content-txt .desc {font-size: 14px;line-height: 30px;}.yige-serviceShow2 .yige-solutions .item .name {padding: 14px 0;font-size: 16px;}.video {padding: 50px 0;}.video .nav ul {text-align: center;}.video .nav li {display: inline-block;}.video .nav li a {outline: none;padding: 10px 0px 8px 0px;margin-right: 40px;color: #888;font-size: 18px;}.video .nav .active a {color: var(--themeColor);}.video .content {padding-top: 30px;}.video .content .col-md-4 a {position: relative;display: block;margin-bottom: 30px;}.video .content a .box-img {overflow: hidden;}.video .content a .box-img img {-webkit-transition: all ease 0.5s;transition: all ease 0.5s;width: 100%;height: 300px;object-fit: cover;}.video .content a .layer {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;color: var(--themeColor);-webkit-transition: all ease 0.5s;transition: all ease 0.5s;opacity: 0;background-color: rgb(17, 17, 17, 0.8);pointer-events: none;}.video .content a .layer h3 {font-size: 18px;pointer-events: all;}.video .content a:hover img {-webkit-transform: scale(1.1);transform: scale(1.1);}.video .content a:hover .layer {opacity: 1;}@media screen and (max-width:768px) {.video .nav li a {margin-right: 15px;}}.product .ipd50 {padding-bottom: 80px;}.pro-show-3 .total {padding-left: 0px;padding-right: 0px;}inews .inews .item-all .box-img {height: 500px;display: flex;align-items: flex-start;justify-content: flex-start;overflow: hidden;position: relative;}inews .inews .item-all .layer {z-index: 10;}inews .inews .item-all .box-img::after {content: "";left: 0px;top: 0px;width: 100%;height: 100%;position: absolute;z-index: 1;background: url(../images/blod.png) no-repeat;background-size: cover;opacity: .5;}.factory-list .img-box {height: 250px;display: flex;flex-flow: column;align-items: center;justify-content: center;}.yige-about9 .common-title .b-title {text-transform: uppercase;}#contact6 .section .contact-form .btn, #contact6 .cta .wrap .btn, pro-show .pro-show-3 .product-details .list_btn a {transition: all .5s;}#contact6 .section .contact-form .btn:hover, #contact6 .cta .wrap .btn:hover, pro-show .pro-show-3 .product-details .list_btn a:hover {background: var(--bgthemeColor);}#contact6 .cta .wrap .btn:hover {border: 1px solid var(--bgthemeColor);}.common .conmmon-content .text {margin-bottom: 50px;}.video .nav li a {padding: 10px 15px;border: 1px solid #888;border-radius: 30px;}.video .nav li a:hover {border: 1px solid var(--themeColor);color: var(--themeColor);}.video .nav .active a {border: 1px solid var(--themeColor);color: var(--themeColor);}.common .conmmon-content .text h3 {text-transform: capitalize;}@media (max-width: 1441px) {.container {max-width: 1200px;width: auto;}iabout .iabout .iabout-left {padding-top: 70px;}iabout .iabout .yige-description p {margin-bottom: 15px;}iproduct .iproduct .pro-nav li a span {font-size: 16px;}iproduct .iproduct .swiper .box-img {height: 240px;}iproduct .iproduct .swiper h4 {height: 40px;}ifeapro .ifeapro .ifeapro-right a .info {width: calc(100% - 180px);}ifeapro .ifeapro .ifeapro-right a .box-img {max-width: 180px;}ifeapro .ifeapro .ifeapro-right h4 {height: 44px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;font-size: 20px;}ifeapro .ifeapro .ifeapro-left h4 {font-size: 20px;}ifeapro .ifeapro .ifeapro-right .yige-description {text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}ifeapro .ifeapro .ifeapro-left a {padding: 30px 20px 25px 20px;}ifeapro .ifeapro .ifeapro-left h4 {margin-top: 30px;}ifeapro .ifeapro .ifeapro-left .yige-description {margin-top: 15px;margin-bottom: 15px;}ifeapro .ifeapro .ifeapro-left .yige-description {text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}ifeapro .ifeapro .ifeapro-left a .box-img {height: 223px;}iabout .iabout .iabout-right a img {max-width: 85%;}iabout .iabout .yige-description {margin-top: 20px;}iabout .iabout .iabout-right a {margin-top: 55px;}iabout .iabout .iabout-swiper .swiper {margin-top: 15px;}iadvantage .iadvantage .item .content p {font-size: 15px;}iadvantage .iadvantage .item .content {padding-left: 15px;}iadvantage .iadvantage .item .icon-img {width: 60px;height: 60px;}iadvantage .iadvantage .item .content {width: calc(100% - 60px);}ifeapro .ifeapro .ifeapro-right .yige-description {text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;height: 72px;}ifeapro .ifeapro .ifeapro-right a {margin-bottom: 21px;}iproduct .iproduct .swiper {margin-left: 45px;}iproduct .iproduct .pro-nav li a {padding: 10px;}iabout .iabout .yige-description p {font-size: 16px;}inews .inews .item-all .box-img {height: 380px;}inews .inews .item-all .style2 .title h4 {font-size: 16px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}inews .inews .item-all .style2 .date {width: 100px;height: 100px;}inews .inews .item-all .style2 {margin-bottom: 8px;}iabout .iabout .iabout-right a .layer {max-width: 85%;margin-left: 15%;}footer .footer .item4 form textarea {height: 100px;}footer .footer .item1 {padding-top: 65px;}footer .footer .item2, footer .footer .item3 {padding-top: 120px;}footer .footer .item1 ul {margin-top: 40px;}.common .conmmon-content .box-img {height: 290px;}ifeapro .ifeapro .ifeapro-right .yige-description {margin-top: 15px;margin-bottom: 15px;}ifeapro .ifeapro .ifeapro-left .yige-description {margin-top: 17px;margin-bottom: 17px;}.common .conmmon-content .text {padding: 15px 15px 20px 15px;margin-bottom: 30px;}news .news {margin-top: 0px;}iproduct .iproduct .swiper .swiper-wrapper {height: 416px;}.yige-service-wrap .yige-service-item-txt .yige-service-item-title p {font-size: 14px;}ifeapro .ifeapro .ifeapro-right a .box-img {height: 180px;}}#contact6 .section .look .list .item .item-title, #contact6 .section .look .title, #contact6 .section .contact-form .form-title, #contact6 .faq .title, .yige-service-wrap .yige-service-item-txt .yige-service-item-title h3, .common .content .top h4 {text-transform: uppercase;}.yige-service-wrap .yige-service-item-txt .yige-service-item-title h3 {padding-left: 10px;padding-right: 10px;}@media screen and (max-width:1025px) {banner .banner .swiper-pagination {display: none;}header .header-nav .fir-menu>li {margin: 0;}ifeapro .ifeapro {margin-top: 50px;}ifeapro .ifeapro .index-title {margin-bottom: 25px;}.index-title {font-size: 26px;}header .header {border-bottom: none;}ifeapro .ifeapro .ifeapro-right {padding-left: 15px;padding-right: 15px;margin-top: 21px;}ifeapro .ifeapro .ifeapro-right .col-md-6 {padding-left: 15px;padding-right: 15px;}ifeapro .ifeapro .ifeapro-left h4, ifeapro .ifeapro .ifeapro-right h4 {height: auto;font-size: 18px;}ifeapro .ifeapro .ifeapro-right .yige-description, ifeapro .ifeapro .ifeapro-left .yige-description {font-size: 14px;}iapplication .iapplication {margin-top: 70px;}iapplication .iapplication .item-all {margin: 30px 0px;}html {overflow-x: hidden;}iproduct .iproduct {margin-top: 60px;}iproduct .iproduct .index-title {margin-bottom: 30px;}iproduct .iproduct .pro-nav li a {padding: 5px 10px;}iproduct .iproduct .swiper {margin-left: 0px;}iproduct .iproduct .swiper .swiper-wrapper {height: auto;}iproduct .iproduct .col-md-3 {margin-bottom: 20px;}iproduct .iproduct .swiper .box-img {height: auto;}iproduct .iproduct .pro-nav li a img {max-width: 50%;}iproduct .iproduct .pro-nav li a i {width: 40px;height: 40px;}iproduct .iproduct .pro-nav li a {max-width: 100%;font-size: 14px;}iproduct .iproduct .pro-nav li a span {font-size: 14px;}iproduct .iproduct .pro-nav {flex-flow: wrap;display: flex;}iproduct .iproduct .pro-nav li {flex: 0 0 50%;}iproduct .iproduct .pro-nav li a i {margin-right: 5px;}iproduct .iproduct .swiper a {padding-bottom: 25px;}iproduct .iproduct .swiper h4 {height: auto;}iproduct .iproduct .swiper .box-img {height: 300px;}iabout .iabout {margin-top: 70px;background-size: cover;}iabout .iabout .iabout-left {padding: 60px 15px;}iabout .iabout .iabout-right a .layer {margin-left: 0px;max-width: 100%;}iabout .iabout .iabout-right a {margin-top: 0px;}iabout .iabout .iabout-right {padding-left: 15px;padding-right: 15px;}iabout .iabout .iabout-right a img {max-width: 100%;}.index-btn2 {font-size: 14px;width: 105px;height: 40px;border-radius: 20px;}iabout .iabout .title {align-items: center;}iadvantage .iadvantage {margin-top: 50px;padding: 50px 0 35px 0;background-size: cover;}iadvantage .iadvantage .item-all {max-width: 100%;}iadvantage .iadvantage .item .yige-description {margin-bottom: 15px;padding: 5px 10px;}iadvantage .iadvantage .item .icon-img {width: 40px;height: 40px;margin: 15px 0px;}iadvantage .iadvantage .item .icon-img img {max-width: 50%;}iadvantage .iadvantage .item .content p {font-size: 14px;}ifeapro .ifeapro .ifeapro-right a .box-img {max-width: 160px;}.container {max-width: 100%;}inews .inews .title-btn {align-items: center;padding-left: 15px;padding-right: 15px;}inews .inews .item-all {margin: 0;margin-top: 20px;}inews .inews {margin-top: 60px;margin-bottom: 35px;}inews .inews .item-all .style2 {margin-bottom: 15px;}inews .inews .item-all .col-md-4 {margin-bottom: 15px;}inews .inews .item-all .col-md-4:last-child {margin-bottom: 0px;}inews .inews .item-all .box-img {height: 365px;}inews .inews .item-all .style1 h4 {font-size: 20px;}inews .inews .item-all .style2 .date {width: 80px;height: 80px;}inews .inews .item-all .style2 .date .month {font-size: 26px;}inews .inews .item-all .style2 {display: flex;justify-content: space-between;}inews .inews .item-all .style2 .title {padding: 0;}footer .footer .item2, footer .footer .item3 {display: none;}footer .footer .item1 {padding-top: 50px;}footer .footer .item1 ul {margin-top: 20px;}header.fixeds .header-nav .fir-menu>li>a {color: #fff;}.common .content .top h4 {font-size: 26px;}common-nav .common-nav {display: none;}pro-show .pro-show-3 h1 {margin-top: 1em;}}@media screen and (max-width:769px) {.conmmon-content .col-md-4 {padding: 0;margin: 0;margin-bottom: 15px;}.bg-banner {background-size: cover;}.common .conmmon-content .box-img {height: auto;padding: 10px;}.product .ipd50 {padding: 40px 0px;}.route ul>li a {font-size: 14px;top: 7px;}.route ul>li {padding-right: 21px;}.product-details .table-responsive {padding: 10px;}.yige-service-wrap .yige-service-item-txt .yige-service-item-title h3 {font-size: 16px;}.yige-service-wrap .yige-service-list .yige-service-item {width: 100%;margin: 0;padding: 0;}.yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-img img {height: auto;}.yige-service-wrap .yige-service-list .yige-service-item:hover .yige-service-item-txt {padding: 20px;}.yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-txt .yige-service-item-title p {height: auto;}.yige-about9 .common-title .b-title {font-size: 20px;}.yige-about9 .yige-summary P {margin-top: 15px;}.yige-about9 .yige-summary, .yige-about9 .yige-team, .yige-about9 .yige-factory, .yige-about9 .yige-contact {padding: 30px 0px;}.factory-list .img-box {height: auto;}.yige-about9 .team-list, .yige-about9 .factory-list {margin: 20px 0;}.yige-about9 .yige-contact .list .item {text-align: left;}.yige-about9 .yige-factory {padding-bottom: 0px;}.news .left a .titles {margin-top: 10px;}.common .content {padding-top: 40px;}.news-show .content {padding-top: 0px;}#contact6 .section {padding-top: 0px;}#contact6 .section .look {padding-top: 30px;padding-left: 0px;padding-right: 0px;}#contact6 .section .look .title {font-size: 20px;}#contact6 .section .look .list::after {width: 100%;max-width: 100%;top: -20px;display: none;}#contact6 .section .look .list {padding-left: 30px;padding-right: 30px;}#contact6 .faq .item .answer div:nth-child(2), #contact6 .faq .item .question div:nth-child(2) {padding: 10px 15px;}#contact6 .faq .item .question .tac {padding-left: 3px;}#download3 .down-box .item .img-box {padding-left: 0px;padding-right: 0px;}.video .nav li a {padding: 5px 15px;}.video .nav li {margin-bottom: 20px;}.video .content a .box-img {height: auto;}.pagingClick a, .pagingClick span {margin-right: 5px;}}.languageSearch .lang {margin-right: 30px;}.languageSearch .lang i {font-size: 20px;color: #fff;}.fixeds .languageSearch .lang i {color: #000;}.gugefy {position: absolute;top: 100%;right: 0;display: none }.gugefy .goog-te-gadget-simple {margin-right: 24px }.goog-te-gadget {background-color: #fff }.goog-te-gadget-simple {padding: 0 !important;border-left: none !important;border-top: none !important;border-bottom: none !important;border-right: none !important }aside.page__aside {position: fixed;right: 0;top: 70%;z-index: 9999;transform: translateY(-50%);}aside.page__aside .page__aside-list {display: flex;flex-direction: column;justify-content: center;align-items: center }aside.page__aside .page__aside-list>li:last-child a {background-color: #e1e2e2;color: var(--themeColor);font-weight: bold }aside.page__aside .page__aside-list>li {position: relative;}aside.page__aside .page__aside-list>li.scroll-top {display: none;}aside.page__aside .page__aside-list>li.scroll-top i {width: 10px;height: 10px;border-bottom: 2px solid var(--themeColor);border-right: 2px solid var(--themeColor);content: "";-webkit-transform: rotate(225deg);-moz-transform: rotate(225deg);-ms-transform: rotate(225deg);-o-transform: rotate(225deg);transform: rotate(225deg);}aside.page__aside .page__aside-list>li>a {display: flex;flex-direction: column;justify-content: center;align-items: center;width: 6rem;height: 6rem;background-color: var(--themeColor);color: #ffffff }aside.page__aside .page__aside-list>li a .yige {font-size: 2.2rem }aside.page__aside .page__aside-list>li:hover .slideBar_sec_list {opacity: 1;visibility: visible;transform: translateX(-100%);}aside.page__aside .page__aside-list>li .slideBar_sec_list {position: absolute;opacity: 0;visibility: hidden;min-width: 23rem;left: 0;top: 0;padding-right: 5px;transform: translateX(0%);transition: .2s ease-out;}aside.page__aside .page__aside-list>li .slideBar_sec_list>li {width: 100%;background-color: var(--themeColor);border-bottom: 2px solid #ffffff;font-size: 16px;}aside.page__aside .page__aside-list>li .slideBar_sec_list>li>a {display: flex;justify-content: center;align-items: center;width: 100%;min-height: 6rem;color: #ffffff;}aside.page__aside .page__aside-list>li .slideBar_sec_list>li .img-box {padding: .5rem;}aside.page__aside .page__aside-list>li .slideBar_sec_list>li .img-box img {width: 18rem;height: 18rem;object-fit: contain;}