@charset "utf-8";

/*公共*/

:root {
    --bs-zhuti: #ff9900;
}

* {
    margin: 0;
    padding: 0;
    font-family: NotoSans, 'Microsoft YaHei New', 'Microsoft Yahei', '微软雅黑', '冬青黑体', 'Hiragino Sans GB', STHeitiSC, SimHei, Helvetica, sans-serif;
}

@font-face {
    font-family: 'zzj';
    src: url('../fonts/宅在家自動筆.ttf');
}

ul,
li {
    list-style: none;
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 0;
}

h2,
h2:hover,
a,
a:hover,
a:active,
a:focus {
    color: inherit;
    transition: all .3s;
    text-decoration: none;
}

input,
button {
    outline: none;
    border: none;
    background-color: transparent;
}

.container {
    margin: 0 auto;
    padding: 0;
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.line-one {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-three {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add_transform {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.w-1400 {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto !important;
}


/*Plugin CSS*/

.str_wrap {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    background: #f6f6f6;
    white-space: nowrap;
}

.str_wrap.str_active {
    background: #f1f1f1;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}


/*Plugin CSS End*/


/*客服开始*/

#kefu .btn {
    display: block;
    padding: 0;
    font-size: 12px;
    border-radius: 0;
}

.izl-rmenu {
    position: fixed;
    bottom: 250px;
    z-index: 999;
    right: 1px;
    font-size: 12px;
}

.izl-rmenu .btn {
    position: relative;
    width: 88px;
    height: 65px;
    letter-spacing: 2px;
    cursor: pointer;
    background: #266bf9;
    border-bottom: 1px solid #fff;
}

.btn-daohang {
    height: 35px !important;
    line-height: 35px;
    color: #fff;
    letter-spacing: 1px !important;
    text-align: center;
}

.btn-daohang span {
    text-transform: capitalize;
    color: #fff;
}

.izl-rmenu figure {
    margin: 0 !important;
    width: 88px;
    height: 55px;
    padding-top: 10px;
    color: #fff;
    text-align: center;
}

.btn-phone {
    letter-spacing: 0 !important;
}

.btn-top {
    border: none !important;
}

.izl-rmenu figure img {
    width: 25px;
    height: auto;
}

.izl-rmenu figure figcaption {
    width: 88px;
    text-align: center;
    line-height: 25px;
}

.m-kefu {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #222;
}

.m-kefu ul {
    padding: 10px;
    display: flex;
    margin: 0;
    justify-content: space-between;
}

.m-kefu ul li {
    width: 20%;
    text-align: center;
}

.m-kefu ul li img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.m-kefu ul li span {
    padding-top: 10px;
    font-size: 16px;
    line-height: 30px;
    color: white;
}

@media screen and (max-width: 768px) {
    #kefu {
        display: none;
    }
    .m-kefu {
        display: block;
    }
}


/*客服结束*/


/*公共结束*/

nav {
    height: 90px;
}

.logo {
    width: 291px;
}

.logo img {
    width: 90px;
    height: 60px;
    flex-shrink: 0;
}

.logo h1,
.logo h2 {
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    margin-left: 15px;
    text-shadow: 1px 1px 1px #333;
    transition: .5s;
}

.logo span {
    line-height: 30px;
    font-size: 18px;
}

#pagefy {
    margin: 30px auto;
}

#pagefy a {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    background: #ddd;
    border-radius: 3px;
    transition: .5s;
}

#pagefy .current {
    background: #c91524;
    color: #fff;
}

#pagefy a:hover {
    background: #c91524;
    color: #fff;
}

.new-page {
    margin: 20px 0;
}

nav {
    z-index: 999;
    transition: .8s;
}

nav ul {
    width: 1040px !important;
}

nav ul li {
    width: 130px;
}

nav ul li a {
    font-size: 18px;
    font-family: "微软雅黑";
    line-height: 90px;
    font-weight: bold;
    transition: .5s;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}

nav ul li a:hover {
    color: var(--bs-zhuti) !important;
}

.search,
.bar {
    width: 90px;
    height: 90px;
}

.bar span,
.search span {
    font-size: 18px;
    line-height: 90px;
    color: #fff;
    cursor: pointer;
    transition: .5s;
    text-shadow: 1px 1px 1px #333;
}

.banner-video video {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.p-title {
    margin: 60px auto 30px;
}

.p-title span:nth-of-type(1) {
    font-size: 44px;
    font-weight: 600;
    font-family: "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
    line-height: 1.2;
    color: #37474f;
}

.p-title span:nth-of-type(2) {
    font-size: 16px;
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    font-weight: 300;
    color: #5e7387;
    text-transform: uppercase
}

.title {
    margin: 50px 0 40px;
}

.title h3 {
    font-size: 52px;
    line-height: 70px;
    font-weight: bold;
    color: #181523;
}

.title p {
    font-size: 18px;
    color: #181523;
    margin: 10px 0 0;
}

.ingenuity-content {
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
}

.ingenuity-left span {
    font-size: 22px;
    color: #181523;
    font-style: italic;
}

.ingenuity-left b {
    font-size: 40px;
    color: #414043;
    margin-top: 48px;
}

.ingenuity-content ul {
    bottom: -40px;
    width: 1050px;
    max-width: 60%;
    box-shadow: 0 0px 20px rgba(0, 0, 0, .18);
    border-radius: 10px;
    padding: 10px 0 30px;
    background-color: white;
}

.ingenuity-content ul li {
    width: 20%;
}

.ingenuity-content ul li img {
    margin: 20px 0;
}

.ingenuity-content ul li span {
    font-size: 16px;
    color: #333;
}

.future {
    margin-top: 90px;
    background: url('/img/shili_bg_01.jpg') no-repeat top center;
    background-size: cover;
}

.product-content,
.new-content,
.zhixun-content,
.baike-content,
.about-one,
.about-three,
.new-body,
.contact-one,
.contact-two,
.certificate-content,
.breadcrumb {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto !important;
}

.breadcrumb {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.product-content li {
    margin-bottom: 60px;
}

.product-content li:hover .product-text a {
    transform: skewX(-15deg) translateY(-100%);
}

.product-text {
    padding: 0 15px;
    width: 265px;
    max-width: 90%;
    height: 45px;
}

.product-text a {
    transition: .5s;
    transform: skewX(-15deg) translateY(0);
    background-color: var(--bs-zhuti);
}

.product-text h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 45px;
    color: white;
    transform: skewX(15deg);
}

.new-content li {
    margin-bottom: 30px;
}

.new-content li:hover .new-text {
    background: var(--bs-zhuti);
}

.new-pic {
    height: 230px;
}

.new-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.new-text {
    background: #181523;
    color: #fff;
    padding: 0 15px;
    font-size: 18px;
    transition: .5s;
}

.new-text h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 54px;
    color: white;
}

.zhixun-left {
    padding: 0 calc(var(--bs-gutter-x) * .5);
}

.zhixun-left-pic {
    height: 280px;
    overflow: hidden;
}

.zhixun-left:hover .zhixun-left-text h2 {
    color: #f00;
}

.zhixun-left-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.zhixun-left-text {
    padding: 20px 15px;
}

.zhixun-left-text h2 {
    font-size: 24px;
    line-height: 1.6;
    color: #181523;
}

.zhixun-left-text p {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
    opacity: .8;
    margin: 10px 0 25px;
}

.zhixun-time span {
    font-size: 16px;
    color: #808080;
    line-height: 50px;
    transition: .5s;
}

.zhixun-time span i {
    padding-right: 10px;
}

.zhixun-time a {
    width: 200px;
    height: 40px;
    font-size: 18px;
    color: #f00;
    line-height: 40px;
    border: 1px solid #f00;
    border-radius: 30px;
    transition: .5s;
}

.zhixun-time a:hover {
    transition: .5s;
    color: white;
    background-color: #f00;
}

.zhixun-right li {
    margin-bottom: 30px;
}

.zhixun-right li:hover h2,
.zhixun-right li:hover .zhixun-right-time span,
.zhixun-right li:hover .zhixun-right-content p {
    color: #f00;
}

.zhixun-right-time {
    width: 80px;
}

.zhixun-right-content {
    width: calc(100% - 90px);
}

.zhixun-right-time span:nth-of-type(1) {
    font-size: 16px;
    line-height: 26px;
    color: #808080;
}

.zhixun-right-time span:nth-of-type(2) {
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
}

.zhixun-right-content h2,
.baike-content li h2 {
    font-size: 22px;
    color: #444;
    line-height: 24px
}

.baike-content li span {
    font-size: 15px;
    color: #555;
    margin-top: 10px;
}

.zhixun-right-content p,
.baike-content li p {
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 24px;
    color: #777;
    transition: .5s;
}

.baike-content li {
    margin-bottom: 30px;
}

.power-content ul li {
    padding-left: calc(50% - 600px);
    height: 150px;
    transition: 0.5s;
    background: url('/img/kc_jishu_bg.png');
}

.power-content ul li:hover {
    background-color: rgba(255, 153, 0, .7);
}

.power-content ul li img {
    width: 70px;
    height: 70px;
    border-bottom: 1px solid #fff;
    margin-right: 40px;
}

.power-content ul li span {
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.power-content ul li p {
    font-size: 15px;
    color: #fff;
    line-height: 26px;
}

.power-pic i {
    opacity: 0;
    transform: translateY(-50%);
    transition: .5s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.power-pic i:nth-of-type(1) {
    background-image: url("/img/p-1.jpg");
}

.power-pic i:nth-of-type(2) {
    background-image: url("/img/p-2.jpg");
}

.power-pic i:nth-of-type(3) {
    background-image: url("/img/p-3.jpg");
}

.power-pic i:nth-of-type(4) {
    background-image: url("/img/p-4.jpg");
}

.power-pic .active {
    opacity: 1;
    transform: translateY(0);
}

footer {
    color: #828384;
    clear: both;
    font-family: "Microsoft Yahei";
    height: 429px;
    font-size: 16px;
    overflow: hidden;
    border-top: 10px solid #e3a010;
    padding-top: 60px;
    background: #2b3038;
}

.f_on1 {
    overflow: hidden;
    height: 78px;
    border-bottom: 1px solid #4b4f56;
    margin-bottom: 50px;
}

.f_on1 ul li {
    line-height: 100%;
    font-size: 18px;
}

.f_on2-left {
    width: 330px;
    max-width: 100%;
}

.f_on2-left a {
    width: 290px;
    max-width: 100%;
}

.f_on2-left img {
    width: 80px;
    height: 50px;
    margin-right: 20px;
    flex-shrink: 0;
    flex-grow: 0;
}

.f_on2-left strong {
    font-size: 20px;
    line-height: 30px;
    color: white;
}

.f_on2-left span:nth-of-type(1) {
    padding-top: 23px;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
}

.f_on2-left span:nth-of-type(2) {
    font-weight: normal;
    font-size: 12px;
    font-family: arial;
    padding-top: 9px;
}

.f_on2 ul {
    width: 570px;
    margin-left: 50px;
}

.f_on2 ul li {
    font-size: 14px;
    background: url(/img/f_ico1.jpg) no-repeat 0 0;
    padding-left: 50px;
    color: #b4b5b8;
    height: 70px;
    line-height: 100%;
}

.f_on2 ul li:nth-of-type(2) {
    background: url(/img/f_ico2.jpg) no-repeat;
}

.f_on2 ul li:nth-of-type(3) {
    background: url(/img/f_ico3.jpg) no-repeat;
}

.f_on2 ul li:nth-of-type(4) {
    background: url(/img/f_ico4.jpg) no-repeat;
}

.f_on2 ul li span {
    display: block;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 9px;
}

.f_on3 img {
    width: 134px;
    height: 134px;
}

.link-list {
    padding-left: 0;
}

.link-list h4 {
    font-weight: normal;
}

.link-list h4 a {
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

.link ul li .linkweight {
    font-weight: bold;
}

.nei-banner {
    height: 300px;
}

.nei-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.new-body li {
    margin-bottom: 30px;
}

.new-body li:hover .new-left span {
    color: white;
}

.new-body li:hover .new-left::before {
    width: 100%;
}

.new-body li:hover h2 {
    color: #c91524;
}

.new-left {
    width: 150px;
    font-family: 'Arial';
    z-index: 0;
}

.new-left::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #c91524;
    z-index: -1;
    transition: .5s;
}

.new-left span {
    line-height: 1;
    color: #c91524;
    transition: .5s;
}

.new-left span:nth-of-type(1) {
    font-size: 55px;
    margin-bottom: 3px;
}

.new-left span:nth-of-type(2) {
    font-size: 18px;
}

.new-right {
    padding: 20px;
    width: calc(100% - 150px);
}

.new-right h2 {
    font-size: 22px;
    font-weight: bold;
    color: #212122;
    line-height: 24px;
    margin-bottom: 20px;
}

.new-right p {
    font-size: 15px;
    color: #434343;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 30px;
}

.new-more {
    width: 118px;
    height: 46px;
    font-size: 14px;
    border: 1px solid #c91524;
    border-radius: 10px 0;
    color: #c91524;
    padding: 10px 30px;
}

.new-more:hover {
    color: white;
    background-color: #c91524;
}

.map-info {
    padding: 20px;
    box-shadow: 2px 2px 9px #939393;
    background-color: white;
}

.map-info b {
    line-height: 1.8;
    font-weight: 300;
    color: inherit;
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: .5rem;
}

.map-info span {
    font-size: 12px;
    font-weight: 300;
    color: #111213;
    line-height: 1.4;
}

.amap-info-close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #c3c3c3;
    text-decoration: none;
    font: bold 16px/14px Tahoma, Verdana, sans-serif;
    width: 14px;
    height: 14px;
}

.contact-one-right {
    padding: 30px;
    background-color: var(--bs-zhuti);
}

.contact-one-right span {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 40px;
    color: #333;
}

.contact-one-right p {
    position: relative;
    padding-left: 35px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
}

.contact-one-right p i {
    color: #222;
    font-size: 20px;
    font-weight: 100;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.contact-two-content {
    width: 960px;
    max-width: 100%;
}

.contact-two-content::before,
.contact-two-content::after {
    content: "";
    display: block;
    position: absolute;
}

.contact-two-content::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: translateY(-50%);
}

.contact-two-content::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #f00;
    transform: translateX(-50%);
}

.contact-two-pic img {
    width: 134px;
    height: 134px;
}

.contact-two-text {
    padding: 0 30px;
}

.contact-two-text span:nth-of-type(1) {
    padding: 5px 0;
    font-size: 18px;
    line-height: 24px;
    color: #181524;
}

.contact-two-text span:nth-of-type(2) {
    font-size: 15px;
    color: #555555;
    line-height: 24px;
}

.contact-two-p {
    width: 1000px;
    max-width: 100%;
    padding: 0 calc(var(--bs-gutter-x) * .5);
    font-size: 15px;
    color: #5d5d5d;
    line-height: 2;
}

.crumbs {
    margin: 30px 0 50px;
}

.search-title span,
.search-title h1 {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}

.search-body p {
    margin-bottom: 0;
}

.product-body h1 {
    padding: 20px 0;
    color: #262626;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
}

.new-title {
    border-top: 1px solid #999;
}

.new-time span,
.new-page span,
.new-page h2 {
    display: inline;
    padding-right: 6px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #595959;
}

.new-detail,
.new-detail p {
    font-size: 18px !important;
    font-family: NotoSans, 'Microsoft YaHei New', 'Microsoft Yahei', '微软雅黑', '冬青黑体', 'Hiragino Sans GB', STHeitiSC, SimHei, Helvetica, sans-serif !important;
    color: #444 !important;
    line-height: 1.8 !important;
    letter-spacing: 1px !important;
    text-indent: 2em !important;
}

.new-detail>figure>img {
    width: 100% !important;
}

.new-detail img {
    display: block;
    width: 600px !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}

.new-detail h2,
.new-detail h3 {
    font-size: 20px !important;
    font-family: NotoSans, 'Microsoft YaHei New', 'Microsoft Yahei', '微软雅黑', '冬青黑体', 'Hiragino Sans GB', STHeitiSC, SimHei, Helvetica, sans-serif !important;
    line-height: 40px !important;
}

.new-page span,
.new-page a {
    font-size: 16px;
    line-height: 1.4;
    color: #595959;
}

.new-page a:hover {
    color: var(--bs-zhuti);
}

.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1211;
    background: rgba(0, 0, 0, 0.9)
}

.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.search-wrap .search-cell {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}

.search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    animation: slideInUp .3s;
    text-align: center
}

.search-field-holder button {
    height: 45px;
    line-height: 45px;
    background: #fff;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    padding: 0 50px;
    display: inline-block;
    margin-top: 30px;
    border: 0;
    outline: 0;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px
}

.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    background: transparent;
    font-size: 25px;
    color: #fff;
    border-bottom: 2px solid #898989;
    text-align: center;
    letter-spacing: 2px
}

.search-wrap .main-search-input::-moz-placeholder {
    text-transform: uppercase
}

.search-wrap .main-search-input::placeholder {
    text-transform: uppercase
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: #fff
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

input.main-search-input::-webkit-input-placeholder {
    color: #fff;
    font-size: 25px
}

input.main-search-input:-moz-placeholder {
    color: #c5b2b2;
    opacity: 1;
    font-size: 25px
}

input.main-search-input::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 25px
}

input.main-search-input:-ms-input-placeholder {
    color: #fff;
    font-size: 25px
}

.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: #fff;
    cursor: pointer
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: resize;
    animation-name: resize;
}

@-webkit-keyframes resize {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale(5, 5);
        transform: scale(5, 5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes resize {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale(5, 5);
        transform: scale(5, 5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.product-pic,
.product-pic img {
    width: 100%;
    height: 326px;
}

.search-title {
    margin-bottom: 30px;
}

.about-title {
    margin: 90px 0 30px;
}

.about-title b {
    font-size: 36px;
    line-height: 36px;
    color: #333333;
}

.about-title i {
    width: 596px;
    max-width: 92%;
    height: 3px;
    background-color: #cfcfcf;
    margin: 14px auto 24px;
}

.about-title i::before,
.about-title i::after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    width: 89px;
    height: 5px;
    background-color: #3399ff;
}

.about-title i::after {
    left: auto;
    right: 50%;
    background-color: #243853;
}

.about-title p {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    opacity: 0.73;
}

.introduction-left {
    width: 51%;
}

.introduction-right {
    padding: 60px 0 0 45px;
    width: 49%;
}

.introduction-right b {
    font-size: 34px;
    line-height: 34px;
    color: #4a4a4a;
}

.introduction-right span {
    color: #0571b8;
}

.introduction-right i {
    width: 43px;
    height: 2px;
    margin: 20px 0 30px;
    background-color: #535353;
}

.introduction-right p:nth-of-type(1) {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #4a4a4a;
}

.introduction-right p:nth-of-type(2) {
    font-size: 6px;
    line-height: 20px;
    color: #4a4a4a;
}

.number ul {
    margin: 50px auto;
}

.number-item {
    width: 100%;
    max-width: 251px;
    height: 93px;
    transition: .5s;
    padding-top: 5px;
}

.number-item:hover {
    background: #0571b8;
}

.number-item:hover span,
.number-item:hover b {
    color: white;
}

.number-item span {
    font-size: 48px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 2px;
    color: #0571b8;
}

.number-item b {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 1px;
    color: #3c3d3d;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    vertical-align: baseline;
}

.odometer-formatting-mark {
    display: none;
}

.quality {
    padding-top: 1px;
    height: 733px;
    background: url('/img/about-p2.jpg') no-repeat center;
    background-size: cover;
}

.quality-item {
    height: 404px;
    margin-bottom: 30px;
    padding: 95px 30px 0;
    background-color: #fff;
    border-radius: 12px;
}

.quality-item span {
    margin: 25px 0 15px;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #353535;
}

.quality-item p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #353535;
}

.industrial-content li {
    padding: 80px 60px 0;
    height: 520px;
    background: url('/img/about-p7.jpg') no-repeat center;
    background-size: cover;
}

.industrial-content li:nth-of-type(2) {
    background-image: url('/img/about-p8.jpg');
}

.industrial-content li:nth-of-type(3) {
    background-image: url('/img/about-p9.jpg');
}

.industrial-content li span:nth-of-type(1) {
    font-size: 30px;
    letter-spacing: 1px;
    color: #fefdfd;
}

.industrial-content li span:nth-of-type(2) {
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 1px;
    color: #fefdfd;
}

.industrial-content li p {
    margin: 40px 0 0;
}

.industrial-content li p:nth-of-type(1) {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fefdfd;
}

.industrial-content li p:nth-of-type(2) {
    font-size: 6px;
    line-height: 16px;
    color: #fefdfd;
}

.culture-content {
    height: 600px;
    padding: 90px 0 0 calc(100% - 914px);
    background: url('/img/about-p10.jpg') no-repeat center;
    background-size: cover;
}

.culture-item {
    width: 372px;
    height: 180px;
    margin-bottom: 40px;
    padding: 53px 25px 0 185px;
    background: url('/img/about-p11.png') no-repeat;
    background-size: 100%;
}

.culture-item span {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
}

.culture-item p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.partner-content {
    margin-top: 60px;
}

.partner-content img {
    width: 380px;
    margin-bottom: 30px;
    max-width: 100%;
    box-shadow: -3px 4px 7px 0px rgba(6, 0, 1, 0.29);
}

.power-title {
    margin: 85px 0 40px;
}

.power-title b {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #373737;
}

.power-title b::before,
.power-title b::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 165px;
    width: 44px;
    height: 3px;
    background-color: #0571b8;
}

.power-title b::after {
    left: auto;
    right: 165px;
}

.power-title span {
    margin-top: 15px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #484747;
}

.ability-left {
    width: 965px;
    max-width: 100%;
}

.ability-text {
    padding: 15px 0 50px 45px;
}

.ability-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    left: 15px;
    width: 18px;
    height: 18px;
    background-color: #0571b8;
}

.ability-text span {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #1e1d1d;
}

.ability-text p:nth-of-type(1) {
    margin: 30px 0 0;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #474747;
}

.ability-text p:nth-of-type(2) {
    margin: 20px 0 0;
    font-size: 6px;
    line-height: 13px;
    color: #474747;
}

.ability-left ul li {
    width: 308px;
}

.ability-left ul li span {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #fcfaf9;
    background-color: #0571b8;
}

.ability-right {
    width: 376px;
}

.ability-right img {
    height: 464px;
}

.ability-right span {
    padding: 6px 20px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fcfafa;
    background-color: #0571b8;
}

.hall {
    height: 700px;
    background: url('/img/power-p6.jpg') no-repeat center;
    background-size: cover;
}

.hall-text {
    width: 830px;
    max-width: 100%;
    padding: 105px 30px 0 0;
}

.hall-text li {
    margin-top: 30px;
}

.hall-text b {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 1px;
    color: #040000;
    -webkit-text-stroke: 1px #fff;
    background-image: -webkit-linear-gradient(left, #EC0F65, #008ED3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hall-text p:nth-of-type(1) {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1px;
    color: #252424;
}

.hall-text p:nth-of-type(2) {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
    color: #040000;
}

.exhibition-left {
    width: 257px;
    height: 283px;
    padding: 58px 17px 0;
    background-color: #0571b8;
}

.exhibition-left span {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fbf9f8;
}

.exhibition-left i {
    margin: 20px auto 30px;
    width: 44px;
    height: 3px;
    background-color: #fefefe;
}

.exhibition-left p {
    font-size: 18px;
    line-height: 24px;
    color: #fbf9f8;
}

.exhibition-right {
    width: calc(100% - 267px);
    height: 283px;
}

.exhibition-right img {
    object-fit: cover;
    object-position: top center;
}

.exhibition-bottom {
    margin-top: 10px;
}

.exhibition-bottom img {
    width: 32.6%;
}

.visit img {
    width: 25%;
}

.delivery li {
    width: 467px;
    height: 751px;
    padding-top: 395px;
    background: url('/img/power-p21.jpg') no-repeat;
}

.delivery li:nth-of-type(2) {
    background: url('/img/power-p22.jpg') no-repeat;
}

.delivery li:nth-of-type(3) {
    width: 546px;
    padding: 395px 85px 0;
    background: url('/img/power-p23.png') no-repeat;
}

.delivery li span:nth-of-type(1) {
    font-size: 60px;
    font-style: italic;
    line-height: 60px;
    color: #d9d9d9;
}

.delivery li span:nth-of-type(2) {
    margin: 10px 0;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.delivery li p:nth-of-type(1) {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 14px;
    color: #d9d9d9;
}

.delivery li p:nth-of-type(2) {
    margin: 9px 0;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.delivery li p:nth-of-type(3) {
    font-size: 10px;
    line-height: 16px;
    color: #666666;
}

@media screen and (max-width: 1400px) {
    nav ul {
        width: 800px !important;
    }
    nav ul li {
        width: 100px;
    }
    .product-pic,
    .product-pic img {
        width: 100%;
        height: 255px;
    }
    .ability-right {
        display: none;
    }
    .delivery {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .twoNav {
        height: 0;
        transition: .5s;
        background-color: white;
    }
    .twoNav li a {
        color: #000;
    }
}

@media screen and (max-width: 1200px) {
    nav ul li {
        width: 100%;
        text-align: left !important;
    }
    .twoNav {
        width: 100% !important;
        position: static !important;
        display: block !important;
    }
    .ingenuity-left span {
        font-size: 16px;
    }
    .ingenuity-left b {
        font-size: 34px;
        color: #414043;
        margin-top: 10px;
        line-height: 44px;
    }
    .new-pic {
        height: 200px;
    }
    .mobile-inner-nav {
        background-color: rgba(0, 0, 0, 0.9);
        width: 100% !important;
        position: absolute;
        top: 100%;
        left: 0px;
        padding-top: 30px;
        padding-bottom: 80px;
        display: none;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .mobile-inner-nav a {
        display: inline-block;
        line-height: 50px;
        text-decoration: none;
        width: 80%;
        margin-left: 10%;
        color: #FFFFFF !important;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        font-weight: 300;
    }
    .mobile-inner-nav a:hover {
        color: rgba(255, 255, 255, 0.4);
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    }
    .product-pic,
    .product-pic img {
        width: 100%;
        height: 255px;
    }
    .power-one-p {
        position: static !important;
    }
    .power-four-content {
        padding: 20px calc(var(--bs-gutter-x) * .5);
        height: auto;
        background: transparent;
    }
    .twoNav {
        height: auto !important;
    }
    .number-item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 992px) {
    nav {
        height: 60px;
    }
    .search,
    .bar {
        width: 60px;
        height: 60px;
    }
    .bar span,
    .search span {
        line-height: 60px;
    }
    .logo img {
        width: 70px;
        height: 45px;
        flex-shrink: 0;
    }
    .ingenuity-content {
        width: 800px;
        max-width: 100%;
        text-align: center;
    }
    .logo h1,
    .logo h2 {
        color: #fff;
        font-size: 25px;
        line-height: 26px;
        margin-left: 5px;
    }
    .logo span {
        line-height: 20px;
        font-size: 12px;
    }
    .title h3 {
        font-size: 36px;
        line-height: 42px;
    }
    .title p {
        font-size: 16px;
    }
    .ingenuity-right {
        margin: 30px 0;
    }
    .ingenuity-content ul {
        position: static !important;
        max-width: 90%;
        margin: 20px auto 0 !important;
    }
    .ingenuity-content ul li {
        width: 50%;
    }
    .new-pic {
        height: 200px;
    }
    .zhixun-content {
        width: 800px;
        max-width: 100%;
    }
    .power-content ul li {
        padding: 0 1.5rem;
    }
    footer {
        height: 270px;
    }
    .about-one-content li {
        margin-bottom: 30px;
    }
    .product-pic,
    .product-pic img {
        width: 100%;
        height: 449px;
    }
    .introduction-left,
    .introduction-right {
        width: 100%;
    }
    .introduction-right {
        padding: 30px 0 0 3%;
    }
    .quality {
        height: auto;
    }
    .culture-content {
        height: auto;
    }
    .culture-item {
        width: 300px;
        height: 145px;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 15px 0 150px
    }
    .culture-item span {
        font-size: 20px;
        line-height: 20px;
    }
    .culture-item p {
        margin-top: 18px;
        font-size: 14px;
        line-height: 16px;
    }
    .hall {
        height: auto;
    }
    .hall-text {
        padding: 30px 0;
        margin: 0 auto;
        text-align: center;
    }
    .hall-text ul {
        width: 750px;
        max-width: 100%;
        margin: 0 auto !important;
    }
    .hall-text img {
        margin-left: auto;
        margin-right: auto;
    }
    .hall-text b {
        font-size: 28px;
        line-height: 38px;
        -webkit-text-stroke: 0;
    }
    .hall-text p:nth-of-type(1) {
        margin: 10px 0;
        font-size: 16px;
        line-height: 20px;
    }
    .hall-text p:nth-of-type(2) {
        font-size: 10px;
        line-height: 10px;
    }
    .exhibition-right,
    .exhibition-left {
        width: 100%;
    }
    .visit img {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .product-text h2 {
        font-size: 14px;
        line-height: 32px;
    }
    .new-pic {
        height: 140px;
    }
    .zhixun-right-content h2 {
        font-size: 18px;
        line-height: 18px;
    }
    .zhixun-right-content p {
        padding: 8px 0 0;
        font-size: 14px;
        line-height: 20px;
    }
    .about-one-content li img {
        width: 100px;
        height: 100px;
        padding: 20px;
        border: 3px solid #fff;
        border-radius: 50%;
    }
    .about-one-content li span {
        font-size: 18px;
        margin-top: 12px;
        color: #fff;
    }
    .about-two li {
        height: 260px;
    }
    .new-left {
        width: 100px;
    }
    .new-right {
        width: calc(100% - 100px);
        padding: 10px;
    }
    .new-right h2 {
        margin-bottom: 10px;
    }
    .new-right p {
        margin-bottom: 15px;
    }
    .contact-two-content::before,
    .contact-two-content::after {
        display: none;
    }
    .contact-two-content li {
        justify-content: center !important;
    }
    .title h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .product-pic,
    .product-pic img {
        width: 100%;
        height: 260px;
    }
}

@media screen and (max-width: 552px) {
    .product-pic,
    .product-pic img {
        width: 100%;
        height: 210px;
    }
}