﻿@charset "utf-8";
@import url(dll.css);
@import url(module.css);
@import url(global.css);
@import url(/onlinecss/onlineeditor.css);
@import url(ddsmoothmenu.css);
@import url(animate.css);
@import url(banner.css);

/* 定义主题颜色变量 */

:root {
    --main-color: #275741;
}

body {
    line-height: 180%;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}


/* 首页部分开始 */


/* 导航开始 */

header {
    position: relative;
    height: 800px;
    overflow: hidden;
}

.news header {
    height: auto;
    overflow: inherit;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

.h-nav {
    padding-top: 29px;
}

.h-nav .item {
    position: relative
}

.h-nav .item .snav {
    transition: display 0.8s;
    display: none;
    padding-left: 10px;
    top: 0px;
    left: 290px;
    position: absolute;
    text-align: left;
    color: #000;
}

.h-nav .item .snav a {
    color: #000
}

.h-nav .item:hover .snav {
    display: block
}

.h-nav .citem {
    position: relative
}

.h-nav .citem .nglist {
    display: none;
    transition: display 0.8s;
    position: absolute;
    padding-left: 10px;
    left: 195px;
    text-align: center;
    color: #000;
    top: 0px;
}

.h-nav .citem:hover .nglist {
    display: block
}

.h-nav .citem .nglist .gitem {
    float: left;
    background: #fff;
    padding: 20px;
}

.h-nav .citem .nglist .gitem a,
.h-nav .citem .nglist .gitem a:hover {
    font-size: 14px;
    color: #000;
    background: #fff;
}

.h-nav {
    position: absolute;
    height: 100%;
    z-index: 999;
    color: #fff;
    padding: 20px 0;
    top: 0;
    left: 0;
    width: 290px;
    padding-top: 29px;
    min-height: 800px;
    background-color: var(--main-color);
}

.h-nav .i_nav {
    height: 100%;
    padding-top: 30%;
}

.h-nav .i_nav .i_n0 {
    position: relative;
    display: block;
    text-align: center;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
}

.h-nav .i_nav .i_n0.cur,
.h-nav .i_nav .i_n0:hover {
    background-color: #629261;
}

.h-nav a {
    color: #fff;
}

.h-nav .i_n0.top {
    background: url(../images/sj.png) no-repeat 200px center;
}

.h-nav .item .snav {
    transition: display 0.8s;
    display: none;
    padding-left: 10px;
    top: 0px;
    left: 290px;
    position: absolute;
    text-align: left;
    color: #000;
}

.h-nav .item .snav a {
    color: #000;
}

.h-nav .item .snav.cpzxnav a {
    color: #a0a0a0;
    display: block;
}

.cpzxnav a:hover {
    color: var(--main-color);
    background: #eeeeee;
}

.h-nav .citem {
    position: relative;
}

.h-nav .item .snav.cpzxnav a {
    color: #a0a0a0;
    display: block;
}

.h-nav .citem .nglist {
    display: none;
    transition: display 0.8s;
    position: absolute;
    padding-left: 10px;
    left: 195px;
    text-align: center;
    color: #000;
    top: 0px;
}

.h-nav .citem .nglist .gitem {
    float: left;
    background: #fff;
    padding: 20px;
}

.sysli {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.h-nav .link {
    position: absolute;
    text-align: center;
    bottom: 10%;
    left: 10%;
    width: 80%;
    border-top: 1px solid #959595;
}

.h-nav .link a {
    font-size: 9px;
}

.text-center {
    text-align: center;
}

.header {
    background: #fff;
    padding: 0 40px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
    height: 90px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.header .content {
    border-radius: 0;
    margin-bottom: 0;
    background: #fff;
    padding: 15px 0;
    padding-bottom: 0;
}

.header .i_nav {
    overflow: hidden;
}

.header .i_nav ul {
    border: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
}

.header .i_nav ul>li {
    margin-right: 90px;
    float: left;
    line-height: 75px;
}

.header .i_nav ul>li>a {
    margin: 0 12px;
    padding: 5px 0;
    color: #333;
    line-height: 25px;
    display: inline-block;
    font-size: 14px;
    border-bottom: 2px solid #fff;
}

.header .i_nav ul>li:hover,
.header .i_nav ul>li.cur {
    border-bottom: 2px solid #d01708;
    color: #333;
}

.header .logo {
    float: left;
    display: inline;
}


/* 奥众实验室 */

.news_container .content_list {
    position: relative;
    height: 900px;
}

.news_container .content_list li {
    display: inline-block;
    width: 50%;
    float: left;
}

.news_container .content_list .li1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.news_container .content_list .li2 {
    position: absolute;
    top: 0;
    left: 25%;
    z-index: 2;
}

.news_container .content_list .li3 {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.single_container .container,
.newsview_container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.newsview_container .p_n_title {
    font-size: 24px;
    text-align: center;
}

.newsview_container .newsview_time {
    text-align: center;
}


/* 新闻详情 */

.news_header {
    padding: 30px 40px;
}

.news_header .logo {
    display: inline;
}

.news_header_i {
    left: 40px;
}

.news_header .sys {
    color: #000;
    display: inline-block;
    position: absolute;
    left: 300px;
    top: 40px;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    background: url(http://www.cksfan.net/Tpl/schinese/images/sys/jt.png) no-repeat 0 center;
}

header .nav-open {
    line-height: 20px;
    margin-top: 10px;
    cursor: pointer;
}

header .nav-open img {
    padding-right: 18px;
    vertical-align: top;
}

.news_view {
    display: none;
}

.news_view .nav-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.newsview_container .sortnavt {
    display: none;
}

.newsview_container .sidebar_l {
    display: none;
}

.pro_container .content {
    width: 1200px;
    margin: 30px auto;
}


/* 产品中心 */

.pro_container {
    /* background-color: #F7F7F7; */
}

.pro_container .sidebar {
    width: 16%;
    float: left;
}

.pro_container .sidebar .sortnavt {
    display: block;
}

.pro_container .sidebar .sortnavt h3 {
    line-height: 50px;
    background: #e00000;
    font-size: 18px;
    color: #fff;
    text-align: center;
    height: auto !important;
}

.pro_container .sidebar .sortnavt span {
    display: none;
}

.pro_container .sidebar_l .sortnavul {
    background: #f1f1f1;
    line-height: 50px;
    text-align: center;
    margin-top: 10px;
    padding: 30px 0px;
}

.pro_container .sidebar_l .sortnavul .sortnavli {
    display: block !important;
    color: #333 !important;
    margin-right: 0 !important;
}

.pro_container .sidebar_l .sortnavul .sortnavli:hover {
    background: #ccc;
}

.pro_container .sidebar_l .sortnavul .sortnavli a {
    display: inherit;
    color: #333 !important;
}

.pro_container .sidebar_l .sortnavul .sortnavli a.on {
    background: #e00000;
    color: #fff !important;
}

.pro_container .p_pro {
    overflow: auto;
    padding-left: 3%;
}

.pro_container .p_pro .content_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.pro_container .p_pro .content_list li {
    width: 30%;
    margin: 0 1.6666% 20px;
    background-color: #fff;
    padding: 20px 0;
}

.pro_container .p_pro .content_list li .pic {
    width: 80%;
    margin: 0 auto;
}

.pro_container .p_pro .content_list li .title {
    text-align: center;
}


/* 走进奥众 */

.zjoz-1 .list div.a .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: url("http://www.cksfan.net/Tpl/schinese/images/zjoz/12.png") 0px 0px repeat;
    display: none;
}

.zjoz-1 .list div.a {
    position: relative;
    width: 20%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 4% 0;
}

.zjoz-1 .list .a a:hover>div {
    display: block !important;
}

.zjoz-1 .list .a a:hover>div p {
    display: block;
}

.zjoz-1 .list .a a:hover>span {
    display: block;
}

.zjoz-1 .list a {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 660px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-top: 350px;
    color: #fff;
    font-size: 22px;
}

.zjoz-1 .list a {
    padding: 0;
    height: 100%;
}

.zjoz-1 .list a p {
    padding-top: 20px;
    font-size: 12px;
    display: none;
}

.zjoz-1 .list a span {
    display: none;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -10px;
}

.zjoz-1 .list a:hover {
    background: none;
}

.zjoz-2 .col-md-6 {
    width: 50%;
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
    float: left;
}

.text-center {
    text-align: center;
}

.thumb-bg-col {
    overflow: hidden;
    height: 360px;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.thumb-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: block;
    width: 100%;
    height: 100%;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.today-on-est .carousel-container {
    margin-left: -15px;
    margin-right: -15px
}

.today-on-est .owl-carousel .owl-nav .owl-prev {
    left: -60px
}

.today-on-est .owl-carousel .owl-nav .owl-next {
    right: -60px
}

.today-on-est .owl-stage {
    display: flex
}

.today-on-est .thumb-col {
    width: 100%;
    height: 100%
}

.today-on-est .carousel-container {
    margin-left: -15px;
    margin-right: -15px;
}

#zjoz-cat {
    position: relative;
    overflow: hidden;
}

#zjoz-cat .tab-content {
    height: 425px;
    position: relative;
}

#zjoz-cat .tab-content .tab-pane {
    width: 92% !important;
    margin: 0 auto;
}

#zjoz-cat .tab-content img {
    width: 258px;
    height: 366px;
    display: block;
    margin: 20px auto;
}

#zjoz-cat .tab-content .swiper-cat-1 img {
    width: 210px;
    height: 300px;
}

#zjoz-cat .tab-content .swiper-cat-4 img,
#zjoz-cat .tab-content .swiper-cat-5 img,
#zjoz-cat .tab-content .swiper-cat-6 img {
    display: inline-block;
    margin: 0 2%;
}

#zjoz-cat .tab-content .swiper-cat-4 .swiper-slide,
#zjoz-cat .tab-content .swiper-cat-5 .swiper-slide,
#zjoz-cat .tab-content .swiper-cat-6 .swiper-slide {
    display: flex;
    justify-content: center;
}

#zjoz-cat #myTab {
    border-top: 6px solid #000;
    margin-bottom: 40px;
}

#zjoz-cat #myTab>ul {
    /* display: flex; */
}

#zjoz-cat #myTab li {
    width: 12.5%;
    padding: 0 5px;
    float: left;
}

#zjoz-cat #myTab li a {
    position: relative;
    padding: 20px 0;
    color: #717171;
    text-align: center;
    background: #fff;
    display: block;
    line-height: 40px;
}

#zjoz-cat #myTab li.active .line {
    width: 60px;
    left: 50%;
    border: 1px solid #fff;
    margin-left: -30px;
    position: absolute;
    top: -7px;
    height: 8px;
    background: #c70003;
}


/* 首页 */

.pro_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 290px;
    padding-left: 10px;
}

.pro_content .pro_info {
    background: #fff;
    width: 195px;
    padding: 50px 0;
    line-height: 30px;
    text-align: center;
}

.pro_content .pro_info .news_infos {
    color: #333;
}

.pro_content.hide {
    display: none;
}

.pro_content .pro_item {
    position: relative;
    height: 60px;
}

.pro_content .pro_item h3 {
    line-height: 60px;
}

.pro_content .pro_item h3 a {
    color: #a0a0a0;
    display: block;
    font-size: 16px;
}

.pro_content .pro_item:hover h3 a {
    background-color: #ccc;
    color: #fff;
}

.pro_content .pro_item:hover .pro_list {
    display: block;
}

.pro_content .pro_list {
    display: none;
    transition: display 0.8s;
    position: absolute;
    padding-left: 10px;
    left: 195px;
    text-align: center;
    color: #000;
    top: 0px;
}

.pro_content .pro_list ul {
    width: 1000px;
    line-height: 30px;
    text-align: center;
    line-height: 60px;
    display: block !important;
}

.pro_content .pro_list ul li {
    float: left;
    background: #fff;
    padding: 20px;
}

.pro_content .pro_list ul li img {
    width: 200px;
}

.zjaz_content {
    position: absolute;
    top: 0;
    left: 290px;
    color: #333;
    padding-left: 10px;
}

.zjaz_content.hide {
    display: none;
}

.zjaz_content img {
    vertical-align: middle;
}

.zjaz_content a {
    color: #333;
}


/* 奥众实验室导航 */

.sys_content {
    transition: display 0.8s;
    padding-left: 10px;
    top: -200px;
    left: 290px;
    position: absolute;
    text-align: left;
    color: #000;
}

.sys_content.hide {
    display: none;
}

.sys_content .sys_indo {
    background: #fff;
    width: 930px;
    height: 550px;
    line-height: 30px;
    text-align: center;
    line-height: 60px;
}

.news .sys_content .sys_indo {
    width: 700px;
}

.sys_content .sys_indo ul {
    display: flex !important;
    justify-content: space-between;
    width: 100% !important;
}

.sys_content .sys_indo ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.333%;
    height: 550px;
    flex-wrap: wrap;
    box-shadow: 2px 2px 10px #ccc;
}

.sys_content .sys_indo ul li img {
    margin-top: 100px;
}

.sys_content .sys_indo ul .news_infos {
    height: 330px;
}

.sys_content .sys_indo ul .toptitle h3 {
    margin: 30px 0;
}

.sys_content .sys_indo ul .toptitle h3 a {
    color: #a32e21;
    font-size: 20px;
    /* line-height: 60px; */
}

.sys_content .sys_indo ul .toptitle p {
    margin: 20px 0;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    padding-right: 60px;
    display: inline-block;
    color: #fff;
    background: #cb0606 url(http://www.cksfan.net/Tpl/schinese/images/nzjoz/7.png) no-repeat 100px center;
}


/* 图片上的文字信息 */

.txt_box {
    position: absolute;
    top: 322px;
    width: 508px;
    right: 291px;
    margin: 0px;
}


/* 首页产品切换栏 */

#home-cat {
    background: #f2f2f2;
}

#home-cat #myTab li {
    width: 12.5%;
    padding: 0 5px;
    float: left;
}

#home-cat #myTab li img {
    width: 136px;
    height: 148px;
}

#home-cat #myTab li.active a {
    background: #f2f2f2;
}

#home-cat #myTab li a {
    position: relative;
    padding: 30px 0;
    color: #717171;
    text-align: center;
    background: #fff;
    display: block;
    line-height: 40px;
}

#home-cat #myTab li a .pic {
    height: 150px;
    line-height: 150px;
}

#home-cat #myTab li.active .line {
    position: absolute;
    bottom: 0;
    height: 3px;
    background: #ed1c24;
    width: 100%;
}

#home-cat #myTab li.active .line span {
    position: absolute;
    top: 3px;
    height: 8px;
    width: 15px;
    left: 50%;
    margin-left: -7px;
    background: url(../images/dsj.png) no-repeat 0 0;
}

#home-cat #myTab li .i_title {
    overflow: hidden;
    text-overflow: hidden;
    white-space: nowrap;
}


/* 首页公司概况 */

.company_profile {
    padding: 80px 0;
}

.company_profile h2 {
    text-align: center;
    font-size: 32px;
}

.company_profile h2 .line {
    line-height: 10px;
}

.company_profile h2 .line span {
    display: inline-block;
    width: 120px;
    height: 3px;
    background: #c70003;
}

.company_profile .en {
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
    color: #a8a8a8;
}

.company_profile .info {
    padding-top: 80px;
    font-size: 16px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}


/* 底部 */

.footer {
    background: #343434;
    color: #fff;
    padding: 60px;
    font-size: 12px;
    line-height: 30px;
}

.footer .tle {
    color: #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 20px;
    line-height: 45px;
    font-size: 16px;
}

.fipt {
    height: 30px;
    border: none;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 30px;
    width: 240px;
    color: #fff;
    background: #676767;
}

.footer .form-group:nth-of-type(1) .fipt {
    background: #676767 url(../images/name.png) no-repeat 215px 6px;
}

.footer .form-group:nth-of-type(2) .fipt {
    background: #676767 url(../images/email.png) no-repeat 215px 6px;
}

.footer .form-group:nth-of-type(3) .fipt {
    background: #676767 url(../images/tel.png) no-repeat 215px 6px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}

.f-btn {
    height: 30px !important;
    line-height: 30px !important;
    width: 60px;
    border: none;
    text-align: center;
    color: #fff;
    background: #cf0b13 !important;
    margin: 0 !important;
}

.sj-list a {
    padding-right: 10px;
}


/* 产品详情 */

.pview_container {
    background-color: #fff;
}

#proview_pics {
    margin-bottom: 30px;
}

.carousel.slide {
    float: none !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #ccc;
}


/* 联系我们 */

.lxwo_form .fipt {
    border-radius: 5px;
    font-size: 15px;
    height: 50px;
    border: none;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 30px;
    width: 470px;
}

.lxwo_form .form-group:nth-of-type(4) .fipt {
    height: 120px;
}

.lxwo_form .cf-btn {
    height: 35px;
    line-height: 35px;
    width: 90px;
    border: none;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #cf0b13;
}

.lxwo_form .cfipt {
    border-radius: 5px;
    font-size: 15px;
    height: 50px;
    border: none;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 30px;
    width: 470px;
    background: url(http://www.cksfan.net/Tpl/schinese/images/ct/c4.png) repeat 0 0;
}


/*.cfipt1{background:#a4a3a2 url(http://www.cksfan.net/Tpl/schinese/images/ct/c1.png) no-repeat 428px 18px;}
.cfipt2{background:#a4a3a2 url(http://www.cksfan.net/Tpl/schinese/images/ct/c2.png) no-repeat 428px 18px;}
.cfipt3{background:#a4a3a2 url(http://www.cksfan.net/Tpl/schinese/images/ct/c3.png) no-repeat 428px 18px;}*/

.lxwo_form .ctxt {
    border-radius: 5px;
    font-size: 15px;
    height: 100px;
    border: none;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 30px;
    width: 470px;
    background: url(http://www.cksfan.net/Tpl/schinese/images/ct/c4.png) repeat 0 0;
}

.lxwo_form .cform .form-group {
    position: relative;
    margin-bottom: 30px;
}

.lxwo_form .cform .form-group span {
    position: absolute;
    top: 12px;
    left: 438px;
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 800px;
        margin: 30px auto;
    }
}

@media (max-width:1320px) {
    .today-on-est .carousel-container {
        margin-left: 0;
        margin-right: 0
    }
    .today-on-est .owl-carousel {
        padding: 0 60px
    }
    .today-on-est .owl-carousel .owl-nav .owl-prev {
        left: 0
    }
    .today-on-est .owl-carousel .owl-nav .owl-next {
        right: 0
    }
    .header .i_nav ul {
        width: 600px;
    }
    .header .i_nav ul>li {
        margin-right: 30px;
    }
    #home-cat #myTab li a {
        padding: 20px 0;
    }
    #home-cat #myTab li a .pic {
        height: 120px;
        line-height: 120px;
    }
    #home-cat #myTab li img {
        width: 110px;
        height: auto;
    }
    .txt_box {
        right: 150px;
    }
    .news_container .content_list {
        height: 700px;
    }
    .h-bg {
        width: 1600px;
    }
}

@media (max-width:768px) {
    .today-on-est .thumb-col {
        height: auto
    }
}

@media (max-width:480px) {
    .today-on-est .owl-carousel .owl-nav .owl-next,
    .today-on-est .owl-carousel .owl-nav .owl-prev {
        width: 24px;
        height: 46px
    }
    .today-on-est .container {
        margin-left: -15px;
        margin-right: -15px
    }
    .today-on-est .owl-carousel {
        padding: 0 40px
    }
}

.thumb-bg-col {
    overflow: hidden;
    height: 380px;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.thumb-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: block;
    width: 100%;
    height: 100%;
}

.img-overlay,
.thumb-bg-overlay {
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 18px;
    letter-spacing: .45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-overlay,
.thumb-bg,
.thumb-bg-overlay {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.thumb-col:hover .thumb-bg-overlay {
    opacity: 1;
    z-index: 1;
}

.thumb-col {
    display: block;
    padding: 0 15px 30px;
    position: relative;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.owl-carousel .owl-nav .owl-prev {
    background: url(http://www.cksfan.net/Tpl/schinese/images/slider-left-arrow.svg) no-repeat 0 0;
    width: 30px;
    height: 57px;
    left: 0
}

.owl-carousel .owl-nav .owl-next {
    background: url(http://www.cksfan.net/Tpl/schinese/images/slider-right-arrow.svg) no-repeat 0 0;
    width: 30px;
    height: 57px;
    right: 0
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
    max-width: 258px;
}

.owl-carousel .owl-item {
    text-align: center;
    min-width: 292.5px
}

.min_header {
    display: none;
}

header {
    display: none;
}

.index header {
    display: block;
}


/* 响应式 */

@media screen and (max-width: 1200px) {
    .single_container .container,
    .newsview_container {
        width: 970px
    }
    .pro_container .content {
        width: 970px;
    }
}

@media screen and (max-width: 992px) {
    .single_container .container,
    .newsview_container {
        width: 750px;
    }
    .pro_container .content {
        width: 75px;
    }
}

@media screen and (max-width: 768px) {
    .single_container .container,
    .pro_container .content,
    .newsview_container {
        width: 100%;
    }
    header {
        height: auto;
        overflow: initial;
    }
    .h-bg {
        width: 100%;
    }
    .h-bg img {
        width: 100% !important;
        height: auto !important;
    }
    .h-nav {
        left: -100%;
    }
    .txt_box {
        display: none;
    }
    #home-cat #myTab li {
        width: 50%;
    }
    .company_profile {
        padding: 20px 0;
    }
    .company_profile h2 {
        font-size: 18px;
    }
    .company_profile .en {
        font-size: 14px;
    }
    .company_profile .info {
        padding-top: 20px;
    }
    .footer {
        padding: 20px;
    }
    .form-group label {
        width: 100%;
    }
    .fipt {
        padding-left: 30px;
        padding-right: 0;
        width: 100%;
    }
    .footer .form-group:nth-of-type(1) .fipt {
        background: #676767 url(../images/name.png) no-repeat 9px;
    }
    .footer .form-group:nth-of-type(2) .fipt {
        background: #676767 url(../images/email.png) no-repeat 9px;
    }
    .footer .form-group:nth-of-type(3) .fipt {
        background: #676767 url(../images/tel.png) no-repeat 9px;
    }
    .footer .col-md-4 .col-md-6 {
        width: 50%;
    }
    .footer .col-md-4 {
        text-align: center;
    }
    .index .min_header {
        background: transparent;
    }
    .min_header {
        display: block;
        position: absolute;
        height: 45px;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: var(--main-color);
    }
    .i_nav_btn {
        width: 35px;
        height: 35px;
        background: url(../Images/menu.png) no-repeat 0 0 / cover;
        display: block;
        position: absolute;
        right: 30px;
        top: 6px;
    }
    .h-nav.active {
        left: 0;
        z-index: 9999;
        height: auto;
        padding-bottom: 180px;
    }
    .mask.active {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        left: 0;
        top: 0;
        z-index: 8888;
    }
    .h-nav .i_nav {
        padding-top: 10px;
    }
    .h-nav .i_nav .i_n0 {
        height: 50px;
        line-height: 50px;
    }
    .h-nav .link {
        bottom: initial !important;
        position: absolute;
        text-align: center;
        bottom: 10%;
        left: 10%;
        width: 80%;
        border-top: 1px solid #959595;
        top: 360px;
    }
    .zjaz_content {
        display: none;
    }
    .header {
        display: none;
    }
    header {
        display: block;
    }
    .p_container {
        margin-top: 45px;
    }
    .pro_container .sidebar {
        width: 100%;
    }
    .pro_container .p_pro {
        width: 100%;
        padding-left: 0;
    }
    .pro_container .p_pro .content_list li {
        width: 46%;
    }
    .pro_container .sidebar_l .sortnavul {
        line-height: 30px;
        text-align: center;
        margin-top: 0;
        padding: 10px 0px;
    }
    .news_container .content_list {
        height: auto;
    }
    .news_container .content_list li {
        width: 100%;
    }
    .news_container .content_list .li1 {
        position: relative;
        top: 0;
        left: 0;
    }
    .news_container .content_list .li2,
    .news_container .content_list .li3 {
        position: relative;
        top: 0;
        left: 0;
    }
    .row {
        margin: 0 !important;
    }
    .remark1 .col-md-6>div {
        width: 100% !important;
    }
    .lxwo_form .fipt {
        width: 100%;
    }
    iframe {
        width: 90% !important;
        margin: 0 auto;
    }
    .news_header_i {
        width: 80%;
    }
    .news_header_i .h-nav {
        left: 0;
    }
}