.container {
    width: 105rem;
    max-width: 105rem;
}

a:hover {
    color: #067acf;
}

.pc_show {
    display: block;
}

.m_show {
    display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: .8;}

/* 导航 */
header {
    width: 100%;
    height: 6.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    padding: 0 0 0 4.375rem;
    border-bottom: 0.0625rem solid #f2f2f2;
    background: #fff;
}

header.active {
    background: rgba(255, 255, 255, .9);
}

#mobile_header, .m_nav {
    display: none;
}

header .logo {
    display: flex;
    align-items: center;
}

header .logo_img {
    width: 8.125rem;
    margin-right: 0.625rem;
}

header .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header .nav_link {
    position: relative;
    font-size: 1.125rem;
    height: 100%;
    margin: 0 2.5rem;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

header .nav_link.active::after {
    position: absolute;
    bottom: 1.875rem;
    left: 10%;
    width: 80%;
    height: 0.125rem;
    background: #0966ab;
    display: block;
    content: "";
}

header .lan {
    height: 100%;
    display: flex;
    align-items: center;
}

header .lan_link {
    background: #0966ab;
    width: 7.5rem;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: bold;
}

#m_header {
    display: none;
}

.big_pic {
    width: 100%;
    padding: 4.375rem 0;
    margin-top: 6.25rem;
    display: none;
}

.big_pic .big_logo {
    width: 100%;
}

/* 首页-swiper */
.banner {
    position: relative;
    height: 40.625rem;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner h1 {
    color: #fff;
    font-size: 5.125rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.banner p {
    font-size: 4.5rem;
    color: #fff;
    margin: 2rem 0 2.125rem 0;
    font-weight: bold;
    text-align: center;
}

.banner .swiper-slide2 h1 {
    font-size: 2.5rem;
}

.banner .swiper-slide2 p {
    font-size: 2.1875rem;
}

.banner .banner_link {
    background: #067acf;
    width: 12.5rem;
    height: 3.4375rem;
    border-radius: 3.4375rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.875rem;
}

.banner .banner_link i {
    font-size: 1.5625rem;
    font-weight: lighter;
    margin-right: 0.9375rem;
}

.banner .banner_link span {
    font-size: 1rem;
}

.banner .swiper-pagination {
    bottom: 2.25rem;
}

.banner .swiper-pagination-bullet {
    width: 5rem;
    height: 0.25rem;
    background: #fff;
    opacity: .4;
    border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
    color: #fff;
    background: #fff;
    opacity: 1;
}

/*首页-四大产品分类*/
.pdtcates {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem 0 12.5rem;
    background: #f5f5f5;
}

.pdtcates .de_title {
    text-align: center;
}

.pdtcates .big {
    font-size: 2.625rem;
    color: #0966ab;
    font-weight: bold;
}

.pdtcates .small {
    font-size: 1rem;
    color: #313131;
    line-height: 1.8;
    margin-top: 2.1875rem;
}
.pdtcates .pdt_swiper_box{width: 100%;position: relative;}
.pdtcates .pdt_swiper {
    width: 90%;
    margin-left: 10%;
    margin-top: 3.75rem;
}

.pdtcates .swiper {
    width: 100%;
    overflow: hidden;
}

.pdtcates .swiper-slide {
    width: 80%;
    position: relative;
}

.pdtcates .imgbox {
    width: 100%;
    height: 55.625rem;
    overflow: hidden;
}

.pdtcates img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.pdtcates .swiper-slide:hover img {
    transform: scale(1.1);
}

.pdtcates .txts {
    position: absolute;
    z-index: 2;
    bottom: 3.125rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 90%;
    left: 5%;
}

.pdtcates .txt_left {
    color: #fff;
}

.pdtcates .one {
    font-size: 1.5rem;
    font-weight: bold;
}

.pdtcates .two {
    font-size: 3.25rem;
    font-weight: bold;
    margin: 1.25rem 0 1.875rem;
}

.pdtcates .three {
    font-size: 1rem;
}

.pdtcates .txt_right {
    width: 5rem;
    height: 5rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdtcates .iconfont {
    font-size: 1.875rem;
    color: #404041;
    transform: rotate(-45deg);
}

.pdtcates .pdt_next {
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.pdtcates .pdt_prev {
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.pdtcates .pdt_next::after {
    color: #0966ab;
    font-size: 1.25rem;
    font-weight: bold;
}

.pdtcates .pdt_prev::after {
    color: #0966ab;
    font-size: 1.25rem;
    font-weight: bold;
}

/*首页-关于*/
.de_about .container {
    transform: translateY(-6.25rem);
}

.de_about .items {
    width: 100%;
    display: flex;
    padding: 3.125rem 0;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, .2);
    background: #fff;
}

.de_about .item {
    width: 25%;
    border-right: 0.0625rem solid #e2e1e1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.de_about .item:last-child {
    border-right: 0;
}

.de_about .item .iconfont_box {
    height: 4.375rem;
}

.de_about .item .iconfont {
    font-size: 3.125rem;
}

.de_about .item p {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.2;
}

.de_about .item span {
    font-size: 3.375rem;
}

.de_about .about_box {
    width: 100%;
    background: url(../images/de_about.png) center center/cover no-repeat;
    margin-top: 4.375rem;
    padding: 1.875rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 0.625rem;
}

.de_about .about_box .left {
    width: 45%;
}

.de_about .about_box .one {
    font-size: 1.25rem;
    color: #57bef2;
}

.de_about .about_box .two {
    font-size: 2.875rem;
    font-weight: bold;
    color: #fff;
    margin: 12.5rem 0 1.875rem;
}

.de_about .about_box .three {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 3.125rem;
}

.de_about .about_box .four {
    width: 11.25rem;
    height: 3.125rem;
    border-radius: 3.125rem;
    border: 0.0625rem solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .5s;
}

.de_about .about_box .four:hover {
    background: rgba(255, 255, 255, .2);
}

.de_about .about_box .right {
    width: 50%;
}

.de_about .about_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.625rem;
}

/* 首页新闻 */
.de_news {
    margin: 2.5rem 0 5.625rem;
}

.de_news .news_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.de_news .news_title .small {
    font-size: 1.25rem;
    color: #0966ab;
    font-weight: bold;
}

.de_news .news_title .big {
    font-size: 2.875rem;
    color: #313131;
    font-weight: bold;
}

.de_news .news_title .news_more {
    font-size: 1rem;
    color: #404041;
    width: 11.25rem;
    height: 3.125rem;
    border: 0.125rem solid #555556;
    border-radius: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

.de_news .news_title .news_more:hover {
    background: #f5f5f5;
}

.de_news .news_swiper {
    margin-top: 5.625rem;
    position: relative;
}

.de_news .newsSwiper {
    width: 94%;
    margin-left: 6%;
    overflow: hidden;
}

.de_news .swiper-slide {
    width: 30%;
    background: #f5f5f5;
    padding: 1.25rem;
}

.de_news .news_swiper .imgbox {
    width: 100%;
    aspect-ratio: 5/3;
    overflow: hidden;
}

.de_news .news_swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.de_news .swiper-slide:hover img {
    transform: scale(1.1);
}

.de_news .news_swiper .name {
    margin: 2.125rem 0;
    color: #282a2a;
    font-size: 1.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    line-height: 1.2;
    height: 2.6875rem;
}

.de_news .news_swiper .lines {
    border-top: 0.0625rem solid #e0e0e0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.875rem;
    padding-bottom: 0.625rem;
}

.de_news .news_swiper .time {
    width: 5.625rem;
    height: 1.875rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    color: #404041;
}

.de_news .news_swiper .newsview_more {
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.de_news .news_swiper .iconfont {
    font-size: 1.875rem;
    color: #0966ab;
    transform: rotate(-45deg);
}

.de_news .news_next {
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.de_news .news_prev {
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.de_news .news_next::after {
    color: #0966ab;
    font-size: 1.25rem;
    font-weight: bold;
}

.de_news .news_prev::after {
    color: #0966ab;
    font-size: 1.25rem;
    font-weight: bold;
}

/*首页-应用*/
.de_app {
    margin-bottom: 4.375rem;
}

.de_app .appSwiper {
    position: relative;
    overflow: hidden;
}

.de_app .swiper-slide {
    width: 100%;
    aspect-ratio: 3/2;
    position: relative;
}

.de_app p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.25rem;
    background: rgba(9, 102, 171, .8);
    font-size: 3rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.de_app .app_next {
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.de_app .app_prev {
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.de_app .app_next::after {
    color: #0966ab;
    font-size: 1.25rem;
    font-weight: bold;
}

.de_app .app_prev::after {
    color: #0966ab;
    font-size: 1.25rem;
    font-weight: bold;
}

/* 首页-底部 */
footer {
    width: 100%;
    background: #282a2a;
}

footer .footer1 {
    padding: 5.625rem 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer1 img {
    width: 40%;
}

footer .footer1 .right {
    width: 30rem;
    height: 7.5rem;
    border-radius: 7.5rem;
    border: 0.125rem solid #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.875rem;
    font-weight: bold;
    transition: .5s;
}

footer .footer1 .iconfont {
    color: #fff;
    font-size: 2.5rem;
    margin-right: 0.625rem;
}

footer .footer1 .right:hover {
    background: rgba(255, 255, 255, .1);
}

footer .footer2 {
    font-size: 1.125rem;
    color: #fff;
    border-top: 0.0625rem solid #3e4141;
    border-bottom: 0.0625rem solid #3e4141;
    padding: 2.5rem 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer2 .left {
    color: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
}

footer .footer2 .item {
    color: #fff;
    margin-left: 2.5rem;
    transition: .5s;
    display: flex;
    align-items: center;
}

footer .footer2 .item .iconfont {
    margin-right: 0.3125rem;
    font-size:1.2rem;
}

footer .footer2 .item .icon-alibaba{
    font-size: 2rem;
}

.hide_text{position: absolute;top:-0.3125rem;left:1.25rem;width:150%;background: rgba(9,102,171,.8);padding:0.3125rem;color:#fff;display: none;}
.whatsapp_item:hover .hide_text{display: block;}

footer .footer2 .item:hover {
    color: #0966ab;
}

footer .footer2 .right {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
    transition: .5s;
}

footer .footer2 .right .iconfont {
    font-size: 1.375rem;
    margin-right: 0.3125rem;;
}

footer .footer2 .right:hover {
    color: #0966ab;
}

footer .footer3 {
    padding: 3.125rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer3 span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 0.625rem;
}

footer .footer3 a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

footer .footer3 a:hover {
    color: #0966ab;
}

/* 关于页面 */
.top_banner {
    margin-top: 6.25rem;
    width: 100%;
}

.top_banner_img {
    width: 100%;
    vertical-align: bottom;
}

.top_nav {
    width: 100%;
    background: #f9f9f9;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_nav .top_nav_icon {
    width: 0.6875rem;
    height: 1.0625rem;
    margin-right: 0.625rem;
}

.top_nav span, .top_nav a {
    font-size: 1rem;
    color: #555;
}

.top_nav a:hover {
    color: #067acf;
}

.top_nav .container {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.left_cates {
    width: 18.75rem;
    padding-right: 3.125rem;
}

.left_cates .cate {
    width: 100%;
}

.left_cates .title {
    background: #0966ab;
    color: #fff;
    font-size: 1.25rem;
    width: 100%;
    padding: 1.25rem;
}

.left_cates .link {
    background: #dcdcdc;
    display: block;
    width: 100%;
    border-bottom: 0.0625rem solid #eee;
    padding: 1.25rem;
}

.left_cates .link.active {
    color: #0966ab;
}

.about_intro .content {
    flex: 1;
}

.about_intro .container {
    display: flex;
}

.about_content {
    font-size: 1rem;
    line-height: 2;
    flex: 1;
    padding: 1.875rem 0;
}

.about_content p {
    text-indent: 2em;
}

.about_content .pics {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_content .pics .box {
    width: 32%;
    margin-bottom: 1.25rem;
    overflow: hidden;
}

.about_content .pics img {
    width: 100%;
    transition: .5s;
}

.about_content .pics .box:nth-child(3n+2):last-child {
    margin-right: 34%;
}

.about_content .pics .box:hover img {
    transform: scale(1.1);
}

.about_content .title {
    color: #067acf;
    font-weight: bold;
    margin-top: 1.25rem;
}

/* 产品列表页 */
.products_block {
    width: 100%;
    padding: 3.125rem 0;
}

.products_block .products_cate_link {
    color: #333;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 1.875rem 0;
    border-bottom: 0.0625rem solid #dedede;
    display: block;
    margin-right: 2.5rem;
    transition: .5s;
}

.products_block .products_cate_link.active, .products_block .products_cate_link:hover {
    color: #067acf;
}

.products_block .products_cate_link_top {
    padding-top: 0;
    font-size: 1.375rem;
}

.products_block .products_list {
    border-top: 0.125rem solid #f2f7fb;
    padding-top: 1.25rem;
}

.products_block .products_list .container {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.products_block .search_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.1875rem;
}

.products_block .search_box {
    width: 100%;
    height: 2.5rem;
    border: 0.0625rem solid #454545;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products_block input {
    width: 96%;
    height: 100%;
    font-size: 0.875rem;
    color: #454545;
    padding: 0.625rem;
    border: none;
    outline: none;
}

.products_block button {
    color: #067acf;
    font-size: 6.25rem;
    font-size: 1.5rem;
    margin-right: 0.625rem;
    cursor: pointer;
    outline: none;
    border: none;
    background: transparent;
}

.products_block form {
    width: 100%;
}

.products_block .product_link {
    margin-bottom: 1.25rem;
}

.products_block .img_block {
    border: 0.0625rem solid #ccc;
    overflow: hidden;
}

.products_block .img_block img {
    width: 100%;
    transition: .5s;
}

.products_block .img_block:hover img {
    transform: scale(1.1);
}

.products_block .product_title {
    font-size: 1rem;
    text-align: center;
    padding: 1.25rem 0;
}

.page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1.875rem;
}

.pagination li {
    width: 2.8125rem;
    height: 2.8125rem;
    border: 0.0625rem solid #666;
    background: #fff;
    margin: 0 0.4375rem;
}

.pagination li span, .pagination li a {
    font-size: 1rem;
    color: #666;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li.active {
    background: #067acf;
}

.pagination li.active span, .pagination li.active a {
    color: #fff;
}

/* 产品详情页 */
#productview_top_nav .container {
    overflow: hidden;
    margin-right: 6.25rem;
}

.product_details {
    padding-top: 3.75rem;
}

.product_details .product_cover {
    width: 100%;
}

.product_details .title {
    font-size: 1.75rem;
    color: #222;
    padding: 3.125rem 0 1.875rem 0;
    border-bottom: 0.0625rem solid #d9d9d9;
}

.product_details .cate {
    font-size: 1.125rem;
    color: #222;
    padding: 1.875rem 0 3.75rem 0;
}

.product_details .num {
    color: #067acf;
    font-size: 3.375rem;
    font-weight: bold;
}

.product_details .btns {
    display: flex;
}

.product_details .productview_btn1 i, .product_details .productview_btn2 i {
    font-size: 1.875rem;
    margin-right: 0.625rem;
}

.product_details .productview_btn1 {
    width: 13.75rem;
    height: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.0625rem solid #067acf;
    color: #067acf;
    font-size: 1.125rem;
    margin-right: 3.125rem;
}

.product_details .productview_btn2 {
    width: 13.75rem;
    height: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.0625rem solid #067acf;
    color: #fff;
    background: #067acf;
    font-size: 1.125rem;
}

.product_details .contents {
    margin-top: 1.875rem;
    margin-bottom: 3.125rem;
}

.product_details .contents .title {
    font-size: 1.25rem;
    color: #454545;
    padding-bottom: 0.9375rem;
    padding-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 0;
    font-weight: bold;
}

.product_details .contents .productview_detail {
    width: 70%;
    margin-left: 15%;
    margin-top: 2.5rem;
}

.product_details .contents .others {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}

.product_details .contents .other_btn {
    color: #222;
    font-size: 1rem;
    padding: 0.9375rem 2.1875rem;
    border: 0.0625rem solid #d9d9d9;
}

.product_details .contents a.other_btn:hover {
    color: #067acf;
}

.product_details .contents img {
    max-width: 100%;
}

.product_details .left {
    padding-right: 0;
}

.product_details .mySwiper {
    width: 100%;
    overflow: hidden;
}

.product_details .mySwiper img {
    width: 99.5%;
    border: 0.0625rem solid #ddd;
    height: 100%;
    object-fit: contain;
}

.product_details .swiper-button-next, .product_details .swiper-button-prev {
    color: #067acf;
}

.product_details #swiper-button-prev1 {
    left: 1.25rem;
}

.product_details #swiper-button-next1:after, .product_details #swiper-button-prev1:after {
    font-size: 2.25rem;
}

.product_details .bottom {
    display: flex;
}

.product_details #mySwiper2, .product_details #mySwiper3 {
    width: 25rem;
}

.product_details #swiper-button-next2:after, .product_details #swiper-button-prev2:after, .product_details #swiper-button-next3:after, .product_details #swiper-button-prev3:after {
    font-size: 1.5rem;
}

.product_details .right {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product_details .param {
    line-height: 2;
    margin: 1.25rem 0;
}

.product_details .top {
    padding-left: 5%;
}

.product_details .bottom p {
    display: flex;
}

.product_details .contents .xx {
    font-size: 1rem;
    line-height: 1.5;
}

.product_details .contents .xx img {
    width: 100% !important;
}

/*放大镜css*/
.product_details .pic_block {
    min-height: 37.5rem;
}

.product-left {
    width: 100%;
    float: left;
    position: relative;
}

#Tz_magnify {
    width: 31.25rem;
    height: 31.25rem;
    position: relative;
    margin-bottom: 0.625rem;
}

#Tz_magnify .simg {
    width: 100%;
    height: 100%;
    position: relative;
    border: 0.0625rem solid #ddd;
}

#Tz_magnify .simg img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#Tz_magnify .simg .mov {
    width: 12.5rem;
    height: 12.5rem;
    background: url("../images/d.png");
    position: absolute;
    left: 0rem;
    top: 0;
    cursor: move;
    display: none;
}

#Tz_magnify .bigimg {
    border: 0.0625rem solid #ddd;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 31.3125rem;
    top: 0;
    overflow: hidden;
    display: none;
    background: #fff;
    z-index: 199;
}

#Tz_magnify .bigimg img {
    position: absolute;
    left: 0rem;
    top: 0;
    width: auto;
}

.series {
    width: 100%;
    position: relative;
}

.series .show {
    width: 100%;;
    position: relative;
    overflow: hidden;
}

.series .show ul.cont {
    width: 100%;;
}

.series .show ul.cont li {
    float: left;
    cursor: pointer;
    width: calc(100% / 6);
}

.series .show ul.cont li img {
    width: 95%;
    border: 0.0625rem solid #ddd;
}

.series .show ul.cont li.hover img {
    border: 0.0625rem solid #067acf;
}

.product_details .contents {
    padding-top: 1.875rem;
}

.product_details .content_title {
    font-size: 1.5rem;
    padding: 0.9375rem 0;
    font-weight: bold;
}

.product_details .content_box {
    border-top: 0.0625rem solid #d9d9d9;
    padding: 0.9375rem 0;
}

.product_details .content img {
    max-width: 80% !important;
    width: auto !important;
}

/* 公司设备 */
.techs {
    padding: 3.125rem 0;
}

.techs .tech_pic {
    margin-bottom: 1.25rem;
}

.techs .tech_pic .box {
    overflow: hidden;
}

.techs .tech_pic img {
    transition: .5s;
    width: 100%;
}

.techs .tech_pic .box:hover img {
    transform: scale(1.1);
}

.techs .tech_pic p {
    text-align: center;
    margin-top: 0.625rem;
}

/* 新闻列表 */
.news_block {
    width: 100%;
    padding: 3.125rem 0;
    padding-top: 2.1875rem;
}

.news_block_cates {
    margin-bottom: 2.1875rem;
}

.news_block .row {
    background: #f9f9f9;
    padding: 1.5625rem 4.375rem 1.5625rem 0.625rem;
    margin-bottom: 2.3125rem;
    margin-left: 0;
    margin-right: 0;
}

.news_block .row:hover {
    background: #fff;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, .2);
}

.news_block .news_cate {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 2.1875rem;
}

.news_button {
    width: 15.625rem;
    height: 3.125rem;
    background-color: #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    color: #222;
}

.news1 {
    margin-right: 1.25rem
}

.news_act {
    background-color: #0966ab !important;
    color: white !important;
}

.news_block .news_cover {
    width: 100%;
    height: 16.25rem;
}

.news_block h3 {
    font-size: 1.25rem;
    color: #000;
    margin-bottom: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-top: 1.25rem;
    line-height: 1.5;
}

.news_block .sub {
    font-size: 1rem;
    color: #333;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1.875rem;
}

.news_block .time {
    font-size: 1rem;
    color: #999;
    margin-bottom: 1.875rem;
}

.news_block .news_more {
    color: #222;
    font-size: 1rem;
}

#pc_time_block {
    padding-left: 6.25rem;
}

/* 新闻详情 */
.newsviews {
    padding: 3.125rem 0;
}

.newsviews .titles {
    border-bottom: 0.0625rem solid #f0f0f0;
}

.newsviews .titles h2 {
    font-size: 1.5rem;
    color: #222;
    margin-bottom: 1.25rem;
    text-align: center;
    line-height: 1.5;
}

.newsviews .info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.newsviews .info p {
    margin: 0 2.5rem;
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 1.25rem;
}

.newsviews .view_num {
    margin-right: 0.9375rem;
}

.newsviews .contents {
    padding: 3.125rem 10rem 5rem 10rem;
    border-bottom: 0.0625rem solid #f0f0f0;
    font-size: 1rem;
    line-height: 2;
    color: #666;
}

.newsviews .contents p, .newsviews .contents * {
    color: #666;
    font-size: 1rem !important;
    color: #666;
    line-height: 2 !important;
    text-align: left;
    font-family: "微软雅黑" !important;;
}

.newsviews .contents img {
    max-width: 100%;
}

.newsviews .contents span {
    font-size: 1rem !important;
}

.newsviews .others {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsviews .btns {
    padding: 2.5rem 0;
    max-width: 80%;
}

.newsviews .btn_prev {
    font-size: 1rem;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    flex-grow: 0;
    margin-bottom: 1.25rem;
}

.newsviews .btn_prev span {
    font-size: 1rem;
    color: #999;
}

.newsviews .btn_prev a {
    font-size: 1rem;
    color: #999;
    line-height: 1.5;
}

.newsviews .btn_prev a:hover {
    color: #067acf;
}

.return_btn {
    width: 10rem;
    height: 3.125rem;
    background: #067acf;
    color: #fff;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.return_btn:hover {
    color: #fff;
}

/* 在线留言 */
.forms {
    background: #fff;
    padding: 3.125rem 0;
}

.forms .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.forms h2 {
    font-size: 1.75rem;
    color: #067acf;
    width: 100%;
    text-align: center;
    margin-bottom: 3.125rem;
}

.forms .one_line_div {
    padding: 0.625rem;
    width: 48%;
    height: 3.75rem;
    border: 0.0625rem solid #e1e1e1;
    position: relative;
    margin-bottom: 2.5rem;
}

.forms .one_line {
    width: 100%;
    height: 100%;
    padding: 0 1.25rem;
    font-size: 1rem;
    border: none;
    outline: none;
    color: #666;
    resize: none;
}

.forms .more_lines_div {
    width: 100%;
    padding: 0.625rem;
    position: relative;
    height: 17.5rem;
    border: 0.0625rem solid #e1e1e1;
    margin-bottom: 2.5rem;
}

.forms .more_lines {
    width: 100%;
    height: 100%;
    padding: 0 1.25rem;
    font-size: 1rem;
    border: none;
    outline: none;
    color: #666;
    resize: none;
    line-height: 1.5;
}

.forms .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.forms .code {
    width: 20.625rem;
    height: 3.375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .1rem;
    border: 0.0625rem solid #e1e1e1;
}

.forms .code_input {
    width: 70%;
    color: #666;
    font-size: 1.125rem;
    border: none;
    outline: none;
}

.forms .code_img {
    width: 30%;
    height: 100%;
}

.forms .submit_btn {
    width: 21.25rem;
    height: 3.75rem;
    line-height: 3.75rem;
    text-align: center;
    color: #fff;
    background: #067acf;
    font-size: 1rem;
    border: none;
}

.forms label {
    font-size: 0.875rem;
    color: #999;
    position: absolute;
    left: 0.625rem;
    top: 0.625rem;
    z-index: 2;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 1rem;
}

/* 联系我们 */
.contacts_info {
    padding: 3.125rem 0 1.25rem 0;
}

.contacts_info h2 {
    font-size: 1.75rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.875rem;
}

.contacts_info .infos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contacts_info .about_us2 .name {
    color: #067acf;
    font-size: 1.125rem;
}

.contacts_info .about_us2 p {
    margin-bottom: 0.9375rem;
}

#dituContent {
    height: 37.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

.contacts_map {
    padding-bottom: 3.125rem;
}

/*在线客服悬浮链接*/
.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 30%;
}

.suspension-box {
    position: relative;
    float: right;
}

.suspension .a {
    display: flex;
    width: 5rem;
    height: 5rem;
    background: rgba(0, 0, 0, .4);
    margin-bottom: 0.5rem;
    cursor: pointer;
    outline: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.suspension .a.active, .suspension .a:hover {
    background: #067acf;
}

.suspension .a i {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-style: normal;
    color: #fff;
    text-align: center;
    font-size: 1.625rem;
    margin-bottom: 0.875rem;
}

.suspension .a span {
    font-size: 0.875rem;
    color: #fff;
}

.suspension .d {
    display: none;
    width: 10rem;
    background: #067acf;
    position: absolute;
    right: 4.25rem;
    color: var(--white);
    box-shadow: 0rem 0.125rem 0.3125rem 0rem rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
    position: absolute;
    width: 0.5rem;
    height: 0.75rem;
    font-family: "iconfont";
    font-size: 1.5rem;
    font-style: normal;
    color: #067acf;
    right: 0rem;
    top: 0.9375rem;
}

.suspension .d-qrcode {
    top: 12.0625rem;
    right: 5.3125rem;
}

.suspension .d .inner-box {
    padding: 0.3125rem 0.625rem 0.3125rem;
    min-height: 4.25rem;
}

.suspension .d-qrcode {
    text-align: center;
}

.suspension .d-qrcode .inner-box {
    padding: 0.625rem;
}

.suspension .d-qrcode p {
    font-size: 0.875rem;
}

.suspension .inner_erweima {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.suspension .inner_erweima img {
    max-width: 8.125rem;
}

/*join页面*/
table {
    width: 100%;
}

.font4 {
    font-weight: bold;
    color: #067acf;
}

td {
    border: 0.0625rem solid #ddd;
    padding: 0.9375rem;
}

.font1 p, .font1 * {
    line-height: 1.5;
    color: #333 !important;
}

/*新闻页*/
.news_button {
    width: 9.375rem;
    height: 3.125rem;
    background-color: #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    color: #222;
}

.news1 {
    margin-right: 1.25rem
}

.news_act {
    background-color: #0966ab !important;
    color: white !important;
}