.banner-1 { background-color: #fff; margin: 0 !important; }

.banner-1 .rev_slider { margin: 0 !important; }

.banner-1 .text {position: absolute;left: 0;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);padding-left: 100px;padding-top: 37px;padding-bottom: 46px;color: #fff;width: 100%;max-width: 100%;opacity: 0;}

.banner-1 .text .cn { font-size: 48px; font-weight: normal; }

.banner-1 .text .en { font-size: 20px; line-height: 1.2; font-weight: normal; }

@media (max-width: 1000px) { .banner-1 .text { left: 10px; padding-left: 10px; }
  .banner-1 .text .cn { font-size: 20px; }
  .banner-1 .text .en { font-size: 14px; } }

.banner-1 .current-sr-slide-visible .text { opacity: 1; }

.th-footer { padding: 0 80px; }

.th-footer .th-footer-office .module-inner { display: -webkit-box; display: -ms-flexbox; display: flex; }

.th-footer .th-footer-office .module-inner:before { display: none; }

.th-footer .th-footer-office .module-icon { display: inline-block; padding-bottom: 15px; border-bottom: 1px solid #999; margin-bottom: 10px; }

.th-footer .th-footer-office .module-icon img { width: 38px; vertical-align: top; }

.th-footer .th-footer-office .module-title { color: #000; margin-bottom: 10px; }

.th-footer .th-footer-office .module-ct { font-size: 16px; color: #666; }

.th-footer .th-footer-office .custom { margin-left: 60px; font-size: 16px; color: #666; line-height: 1.6; }

.th-footer .th-footer-office .custom p { margin: 0; }

.th-footer .th-footer-social { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 75px; width: 250px; margin-left: auto; }

.th-footer .th-footer-social .item { position: relative; margin-bottom: 12px; margin-right: 10px; }

.th-footer .th-footer-social .item:hover .icon { background-color: #00a0df; }

.th-footer .th-footer-social .item:hover .pop { display: block; }

.th-footer .th-footer-social .icon { width: 40px; height: 40px; line-height: 40px; text-align: center; background-color: #999; }

.th-footer .th-footer-social .icon img { max-width: 90%; max-height: 90%; }

.th-footer .th-footer-social .pop { position: absolute; bottom: 100%; left: 50%; width: 90px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); padding-bottom: 10px; display: none; }

.th-footer .th-footer-social .pop-cnt { position: relative; background-color: #fff; -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1); }

.th-footer .th-footer-social .pop-cnt::after { content: ''; width: 10px; height: 10px; background-color: #fff; position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 50%) rotate(45deg); -ms-transform: translate(-50%, 50%) rotate(45deg); transform: translate(-50%, 50%) rotate(45deg); }

.th-footer .th-footer-social .pop-cnt img { width: 100%; }

@media (max-width: 991px) { .th-footer { padding: 20px; }
  .th-footer .th-footer-office .module-inner { display: block; }
  .th-footer .th-footer-office .custom { margin-left: 0; }
  .th-footer .th-footer-social { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: auto; margin-left: 0; margin-top: 20px; } }

.head-cate { display: -webkit-box; display: -ms-flexbox; display: flex; }

.head-cate .lf { width: 20.94241%; background-color: #f0f2f3; padding: 34px 40px; }

.head-cate .lf .t1 { font-size: 24px; color: #000; }

.head-cate .rg { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 34px 40px; }

.head-cate .cate1-list { margin-top: 20px; }

.head-cate .cate1 { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; display: block; font-size: 18px; color: #666; margin-bottom: 22px; position: relative; }

.head-cate .cate1:last-of-type { margin-bottom: 0; }

.head-cate .cate1:after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #29b8f1; -webkit-transition: all .3; -o-transition: all .3; transition: all .3; }

.head-cate .cate1.active { color: #29b8f1; }

.head-cate .cate1.active:after { width: 100%; }

.head-cate .cate2-list { display: none; }

.head-cate .cate2-list.active { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.head-cate .cate2 { display: block; margin-bottom: 20px; width: 29.2%; margin-right: 4.9%; }

.head-cate .cate2:nth-of-type(3n) { margin-right: 0; }

.head-cate .cate2-tit { font-size: 18px; color: #666; }

.head-cate .cate2-img { background: #f0f2f3; height: 135px; line-height: 135px; text-align: center; margin-top: 15px; overflow: hidden; }

.head-cate .cate2-img img { vertical-align: middle; max-height: 100%; max-width: 100%; -o-object-fit: contain; object-fit: contain; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.head-cate .cate2:hover .cate2-tit { color: #29b8f1; }

.head-cate .cate2:hover .cate2-img img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

@media (max-width: 1200px) { .head-cate .lf { padding: 20px; }
  .head-cate .lf .t1 { font-size: 20px; }
  .head-cate .rg { padding: 20px; }
  .head-cate .cate1 { font-size: 16px; margin-bottom: 10px; }
  .head-cate .cate2 { font-size: 16px; } }

.navbar-collapse.in { max-height: calc(100vh - 55px); }

.md-download { margin-top: 20px; margin-bottom: 28px; }

.md-download .th-box { padding: 60px 40px 50px; }

.md-download .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.md-download .list .li { width: calc(528 / 1066 * 100%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 10px 40px; border: solid 1px #f0f2f3; color: #666; margin-bottom: 10px; min-height: 80px; }

.md-download .list .icon { width: 28px; margin-right: 29px; }

.md-download .list .name { font-size: 18px; line-height: 1.11111; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.md-download .list .name p { margin: 0; }

.md-download .list .btn { background-color: #f0f2f3; font-size: 14px; line-height: 30px; border-radius: 30px; padding: 0 20px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.md-download .list .btn svg { width: 15px; margin-left: 10px; }

.md-download .list .btn:hover { color: #fff; background: #29b8f1; }

@media (max-width: 1200px) { .md-download .list .li { padding: 10px; }
  .md-download .list .name { font-size: 16px; }
  .md-download .list .icon { margin-right: 10px; } }

@media (max-width: 768px) { .md-download .th-box { padding: 10px; }
  .md-download .list .li { width: 100%; }
  .md-download .list .icon { width: 20px; }
  .md-download .list .name { font-size: 14px; }
  .md-download .list .btn { padding: 0 10px; font-size: 12px; } }

.md-news-1 { margin-top: 20px; margin-bottom: 28px; }

.md-news-1 .th-box { padding: 60px 40px; }

.md-news-1 .cat-name { font-size: 24px; color: #000; margin: 0; }

.md-news-1 .list { margin-top: 17px; margin-left: 54px; margin-right: 54px; }

.md-news-1 .list .li { display: block; padding-bottom: 33px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 36px; }

.md-news-1 .list .li:last-of-type { margin-bottom: 0; }

.md-news-1 .list .li.active .hd .icon svg { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.md-news-1 .list .hd { display: -webkit-box; display: -ms-flexbox; display: flex; }

.md-news-1 .list .hd .tx { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.md-news-1 .list .hd .date { color: #29b8f1; font-size: 14px; }

.md-news-1 .list .hd .name { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 18px; color: #666666; margin-top: 8px; }

.md-news-1 .list .hd .icon { color: #29b8f1; width: 96px; text-align: center; padding-top: 26px; }

.md-news-1 .list .hd .icon svg { width: 16px; }

.md-news-1 .list .bd { display: none; }

.md-news-1 .list .bd-cnt { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 23px; }

.md-news-1 .list .bd .img { width: 300px; -ms-flex-negative: 0; flex-shrink: 0; }

.md-news-1 .list .bd .desc { line-height: 1.11111; color: #666; font-size: 18px; margin-left: 59px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; max-height: 8.88889em; overflow: hidden; }

.md-news-1 .list .bd .desc p { margin: 0; }

.md-news-1 .pages { margin-top: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.md-news-1 .pages .item { display: block; min-width: 40px; line-height: 38px; background-color: #ffffff; border: solid 1px #e5e5e5; margin-right: 20px; font-size: 14px; color: #999; text-align: center; padding: 0 2px; }

.md-news-1 .pages .item:last-of-type { margin-right: 0; }

.md-news-1 .pages .item:hover { color: #29b8f1; border-color: #29b8f1; }

.md-news-1 .pages .item.on { background-color: #29b8f1; border-color: #29b8f1; color: #fff; }

.md-news-1 .pages .item svg { width: 6px; }

@media (max-width: 768px) { .md-news-1 .list { margin-left: 0; margin-right: 0; }
  .md-news-1 .list .hd .icon { width: 30px; }
  .md-news-1 .list .bd-cnt { display: block; }
  .md-news-1 .list .bd .img { width: 100%; }
  .md-news-1 .list .bd .desc { margin-left: 0; margin-top: 1em; } }

@media (max-width: 500px) { .md-news-1 .th-box { padding: 20px; }
  .md-news-1 .cat-name { font-size: 20px; }
  .md-news-1 .list .li { margin-bottom: 20px; padding-bottom: 20px; }
  .md-news-1 .list .hd .name { font-size: 16px; }
  .md-news-1 .list .bd .desc { font-size: 14px; line-height: 1.5; }
  .md-news-1 .pages { margin-top: 20px; }
  .md-news-1 .pages .item { min-width: 30px; line-height: 30px; margin-right: 5px; } }

.md-news-2 { margin-top: 20px; margin-bottom: 28px; }

.md-news-2 .th-box { padding: 57px 93px 53px; }

.md-news-2 .title { text-align: center; font-size: 24px; color: #000; margin: 0; }

.md-news-2 .date { margin-top: 1em; text-align: center; }

.md-news-2 .content { border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 35px 80px; line-height: 1.75; font-size: 16px; color: #666; margin-top: 16px; }

.md-news-2 .content p { margin: 0; font-weight: normal; }

.md-news-2 .content img { max-width: 100%; }

.md-news-2 .article-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 8px; }

.md-news-2 .article-nav .item { max-width: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #666; }

.md-news-2 .article-nav .item:hover .icon { background-color: #29b8f1; color: #fff; }

.md-news-2 .article-nav .tx { font-size: 16px; color: #666; line-height: 1.75; }

.md-news-2 .article-nav .prev .tx { margin-left: 20px; }

.md-news-2 .article-nav .next .tx { margin-right: 20px; text-align: right; }

.md-news-2 .article-nav .icon { width: 40px; height: 40px; line-height: 40px; border-radius: 50%; background-color: #f0f2f3; color: #29b8f1; text-align: center; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.md-news-2 .article-nav .icon svg { width: 4px; margin: auto; }

@media (max-width: 991px) { .md-news-2 .th-box { padding: 20px; }
  .md-news-2 .title { font-size: 20px; }
  .md-news-2 .content { padding-left: 0; padding-right: 0; font-size: 14px; }
  .md-news-2 .article-nav { display: block; }
  .md-news-2 .article-nav .item { max-width: 100%; margin-bottom: 10px; }
  .md-news-2 .article-nav .tx { font-size: 13px; }
  .md-news-2 .article-nav .prev .tx { margin-left: 5px; }
  .md-news-2 .article-nav .next .icon { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .md-news-2 .article-nav .next .tx { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; text-align: left; margin-right: 0; margin-left: 5px; } }

.prod-img-swiper .swiper-slide { height: 350px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; }

.prod-img-swiper .swiper-slide img { display: inline; max-height: 100%; max-width: 80%; -o-object-fit: contain; object-fit: contain; margin: auto; width: auto !important; }

.prod-img-swiper .prod-swiper-btn { width: 40px; height: 120px; background-color: #f0f2f3; color: #666; position: absolute; top: 50%; z-index: 2; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); 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; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.prod-img-swiper .prod-swiper-btn svg { width: 11px; }

.prod-img-swiper .prod-swiper-btn.prev { left: 0; }

.prod-img-swiper .prod-swiper-btn.next { right: 0; }

.prod-img-swiper .prod-swiper-btn:hover { color: #fff; background-color: #29b8f1; }

@media (max-width: 500px) { .prod-img-swiper .swiper-slide { height: 300px; }
  .prod-img-swiper .prod-swiper-btn { width: 24px; height: 60px; }
  .prod-img-swiper .prod-swiper-btn svg { width: 7px; } }

.prod-detail-tit { font-size: 18px; color: #29b8f1; border-bottom: 1px solid #999; margin-bottom: 20px; font-weight: normal; }

.prod-table { margin-bottom: 60px; }

.prod-table table { min-width: 100%; text-align: center; font-size: 14px; font-weight: normal; color: #666; }

.prod-table td { text-align: center; vertical-align: middle; border: 1px solid #999; height: 29px; padding: 2px; }

.prod-table thead { background-color: #29b8f1; color: #fff; }

.prod-table thead td { height: 39px; }

.prod-table tbody tr:nth-of-type(odd) { background-color: #f0f2f3; }

@media (max-width: 768px) { .prod-table { overflow-x: auto; margin-bottom: 20px; }
  .prod-table::-webkit-scrollbar { width: 2px; height: 2px; background-color: #999; border-radius: 2px; }
  .prod-table::-webkit-scrollbar-thumb { background-color: #29b8f1; border-radius: 2px; }
  .prod-table table { font-size: 12px; min-width: 500px; } }

.md-search { margin-top: 19px; }

.md-search .th-box { padding-top: 60px; padding-left: 95px; padding-right: 95px; padding-bottom: 28px; }

.md-search .search-form { display: -webkit-box; display: -ms-flexbox; display: flex; margin: auto; width: 800px; max-width: 100%; height: 60px; background-color: #f0f2f3; border-radius: 30px; overflow: hidden; }

.md-search .search-form .icon { height: auto; padding-left: 30px; padding-right: 20px; color: #999; font-size: 18px; line-height: 60px; }

.md-search .search-form .ipt { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: auto; background: transparent; border: none; font-size: 18px; color: #000; padding: 0; font-weight: normal; }

.md-search .search-form .btn { width: 150px; color: #fff; background-color: #29b8f1; font-size: 18px; padding: 0; }

.md-search .cate { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 39px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 8px; }

.md-search .cate .item { font-size: 18px; color: #666; }

.md-search .cate .item a { color: inherit; }

.md-search .cate .item::after { content: ''; display: inline-block; vertical-align: middle; width: 1px; height: 1em; background-color: #000; opacity: .1; margin-left: 28px; margin-right: 28px; }

.md-search .cate .item:last-of-type::after { display: none; }

.md-search .cate .active { color: #29b8f1; }

.md-search .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 37px; }

.md-search .list .li { margin-bottom: 35px; display: block; width: calc(306 / 960 * 100%); margin-right: calc(20 / 960 * 100%); }

.md-search .list .li:nth-of-type(3n) { margin-right: 0; }

.md-search .list .li:hover .tit { color: #29b8f1; }

.md-search .list .li:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md-search .list .tit { font-size: 18px; color: #666; }

.md-search .list .img { margin-top: 15px; height: 173px; 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; background-color: #f0f2f3; overflow: hidden; }

.md-search .list .img img { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

@media (max-width: 991px) { .md-search .th-box { padding: 20px; }
  .md-search .search-form { height: 46px; font-size: 14px; }
  .md-search .search-form .icon { line-height: 46px; padding: 0 10px; }
  .md-search .search-form .ipt { font-size: 14px; }
  .md-search .search-form .btn { width: 46px; font-size: 14px; }
  .md-search .cate { margin-top: 20px; }
  .md-search .cate .item { font-size: 14px; }
  .md-search .cate .item::after { margin: 0 .5em; }
  .md-search .list .tit { font-size: 14px; } }

@media (max-width: 600px) { .md-search .list { margin-top: 20px; }
  .md-search .list .li { width: 100%; margin-right: 0; } }

.t3-sl-2 { margin-top: 40px; }
