/* 首页通用title */
/*body {*/
/*    padding-bottom: 260px !important;*/
/*    position: relative;*/
/*}*/
.dropDown_A .Hui-iconfont {
    margin-left: 10px;
}

.index-panel-title {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 6px;
    align-items: baseline;
}

.index-panel-title p {
    font-weight: bold;
}

.index-panel-title p span {
    color: #0081CC;
    /* font-size: 36px; */
    font-weight: bold;
    padding: 0;
    background: none;
    margin-right: 2px;
}

.index-panel-title p > img {
    width: 40px;
}

.index-panel-title a {
    color: #fff;
    font-size: 12px;
    background: #0081CC;
    padding: 2px 6px;
    border-radius: 15px;
}

.index-panel-title a:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

/* 顶部栏 */
.topnav {
    /*background-color: #0081CC;*/
    /*border-bottom: #90111e;*/
    padding: 2px 0 0 0;
    /*border-bottom: 2px solid #fff;*/
}

.navbar-nav {
    margin: 4px 0 0 0;
}

.navbar-nav > ul > li {
    margin-right: 4px;
}

.navbar-form {
    margin: 0;
    padding: 0 10px;
}

.topsearch {
    background: #ffffff;
    height: 26px;
    width: 100%;
    float: none;
    border-radius: 5px;
    position: relative;
    border: 1px solid #CCCCCC;
}

.topsearch .top-control {
    border: 0;
    outline: none;
    background: none;
    line-height: 32px;
    width: 90%;
    margin-top: -4px;
}

.topsearch .top-control::placeholder {
    color: #a3a3a3 !important;
}

.topsearch .btn-so {
    position: absolute;
    width: 30px;
    height: 26px;
    font-size: 16px;
    padding-right: 25px;
    border-radius: 0 5px 5px 0;
    outline: none;
    border: 0;
    right: 0;
    top: 0;
}

.topsearch .btn-so.btn:active, .topsearch .btn-so.btn.active {
    background: none;
    box-shadow: none;
}

.share {
    font-size: 24px;
    margin-right: 30px;
}

.share a:nth-child(1) {
    font-size: 26px;
    margin-right: 0 !important;
}

.share a:nth-child(2) svg {
    background: #ffffff;
    border-radius: 50%;
}
.share a:nth-child(3) svg {
    font-size: 27px;
    margin: -1px;
}

.language-choice {
    cursor: pointer;
}

.language-choice-form {
    margin-top: -1px;
}

.language-choice select {
    padding: 5px 6px;
    cursor: pointer;
    height: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 4px;

}

.language-choice select option {
    margin: 4px 0;
}

.nav-toggle {
    background: #0081CC !important;
}

/* 导航栏 */
.navbar {
    background-color: transparent;
    /*margin-bottom: 2px;*/
    border-bottom: 2px solid #0081CC;
}

.navbar .logo {
    /*float: none;*/
    height: auto;
    margin: 10px 0 0 10px;
}
.navbar .logo-l {
    height: 66px;
    margin-right: 20px;
    padding-top: 8px;
}
.navbar .logo-m {
    display: none;
}

.nav > ul {
    padding-top: 40px;
    float: right;
}
.nav > ul > li > a {
    padding: 0 28px;
}
.navbar-fixed-top .nav > ul {
    padding-top: 0px;
    float: none;
}
.navbar .nav a {
    border: none;
    font-weight: bold;
    font-size: 14px;
}
.nav > ul {
    /*border-bottom: 2px solid #0081CC;*/
}
.navbar .nav > ul > li:after, .navbar .nav > .current:after {
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #0081CC;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.navbar .nav .current:after, .navbar .nav > ul > li:hover:after {
    width: 100%;
}

.navbar .nav > li > a:hover, .navbar .nav > .current > a {
    color: #0081CC;
    line-height: 40px;
}

.navbar .nav > ul > li:after, .navbar .nav .current > a, .navbar .nav > ul > li:after, .navbar .nav .current > a i {
    color: #0081CC;
}

.navbar .nav li a:hover, .navbar .nav li a:hover i {
    color: #0081CC;
}

/* 大轮播 */
.banner {
    max-height: 600px;
    position: relative;
}

.banner .swiper-slide {
    position: relative;
    max-height: 600px;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
}

.banner .flex-caption {
    position: absolute;
    bottom: 0;
    background: rgba(27, 27, 27, .6);
    color: #fff;
    left: 50%;
    padding: 20px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: left;
    box-sizing: border-box;
}

.banner .flex-caption h1 {
    font-size: 20px;
    font-weight: bold;
}

.banner .flex-caption p {
    font-size: 18px;
    margin-top: 6px;
}

.banner .flex-caption a {
    display: block;
    margin-top: 16px;
    font-size: 18px;
    color: #ff1b31;
    text-decoration: underline;
}
.banner .swiper-pagination-banner {
    text-align: center;
    margin-top: -20px;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 1001;
}
.banner .swiper-pagination-banner .swiper-pagination-bullet {
    opacity: 0.4;
    background: white;
}
.banner .swiper-pagination-banner .swiper-pagination-bullet-active {
    background: #0081CC;
    opacity: 0.8;
}
.banner .swiper-button-prev, .banner .swiper-button-next {
    background: none;
    font-size: 40px;
}

.banner .swiper-button-next {
    right: 30px;
}

/*产品页 二级菜单*/
.produc-banner {
    max-height: 130px;
}

.produc-banner > img {
    max-height: 130px;
    width: 100%;
}

.produc-banner-nav {
    background: #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.page-banner {
    min-height: 130px;
}

.product-third-menu {
    background: #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.product-third-menu .swiper-container {
    margin-left: 26px;
}

.produc-banner-nav .product-main {
    font-size: 14px;
    white-space: nowrap;
    padding: 10px 16px 10px;
    margin-left: 0px;
    /*border-left: 1px solid #e2e2e2;*/
    cursor: pointer;
    width: auto;
}

.produc-banner-nav .product-main:hover, .product-third-menu .product-main:hover {
    color: #06c;
}

.produc-banner-nav .product-main-active, .product-third-menu .product-main-active {
    border-bottom: 2px solid #06c;
    color: #06c;
}

.produc-banner-nav .product-main-active a, .product-third-menu .product-main-active a {
    color: #06c;
}

.produc-banner-nav .container, .product-third-menu .container {
    display: flex;
    align-items: center;
}

.produc-banner-nav .swiper-container, .product-third-menu .swiper-container {
    width: 90%;
}

.produc-banner-nav ul li {
    font-size: 14px;
    /*padding: 10px 20px 10px;*/
    border-right: 1px solid #e2e2e2;
    width: auto;
}

.product-third-menu ul li {
    font-size: 12px;
    padding: 6px 14px;
    border-right: 1px solid #e2e2e2;
    width: auto;
}

.produc-banner-nav ul li a, .product-third-menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 20px;
}

.produc-banner-nav ul li:first-child, .product-third-menu ul li:first-child {
    border-left: 1px solid #e2e2e2;
}

.produc-banner-nav ul li.active, .product-third-menu ul li.active {
    /*border-bottom: 2px solid #06c;*/
    background: #0081CC; /* #0081CC;*/
}

.produc-banner-nav ul li.active a, .product-third-menu ul li.active a {
    color: white;
}

.produc-banner-nav ul li:hover, .product-third-menu ul li:hover {
    background: #0081CC;
}

.produc-banner-nav ul li:hover a, .product-third-menu ul li:hover a {
    color: white;
}

.produc-banner-nav .container {
    padding-left: 4px;
    padding-right: 4px;
    position: relative
}
.produc-banner-nav .swiper-button-prev {
    left: 4px;
}
.produc-banner-nav .swiper-button-next {
    right: 4px;
}
.produc-banner-nav .swiper-button-prev,
.produc-banner-nav .swiper-button-next {
    position: absolute;
    top: 30px;
    font-size: 16px;
    height: 32px;
}

/* 产品页 面包屑 */
.produc-breadcrumb {
    position: relative;
    box-sizing: border-box;
    border: none;
    padding: 0;
    background: #f3f3f3;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin: 10px auto;
    padding-left: 10px;
}

.produc-breadcrumb .maincolor {
    color: #06c;
}

.product-title {
    margin: 20px auto;
}

.product-info {
    margin: 20px auto;
    font-size: 14px;
}
.product-info-content {
    overflow: auto;
}

.product-menu {
    margin: 20px auto;
}

.product-menu-list {
    /*padding: 0 20px;*/
}

.product-menu-title {
    font-size: 16px;
    font-weight: bold;
    border-left: 2px solid #0c3471;
    padding-left: 5px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.product-menu li {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 4px 0;
}

.product-menu li i {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #666666;
    margin-right: 6px;
}

.product-menu li a {
    color: #0c3471;
}

.product-menu li a:hover {
    color: #0081CC;
}

/* 首页产品轮播 */
.products {
    position: relative;
}

.products .swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    padding-bottom: 40px;
}

.products2 .swiper-container {
    width: 100%;
}

.products2 .swiper-container > p {
    font-size: 14px;
    width: 40%;
    margin-bottom: 10px;
}

.products .swiper-slide {
    width: 150px;
    height: 180px;
    position: relative;
}

.products .swiper-slide a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center; */
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    background: #ffffff;
    transition: all .4s;
}

.products .swiper-slide a:hover {
    background-color: #0081CC;
    color: #fff;
}
.products .swiper-slide a:hover p {
        background-color: #0081CC;
}
.products .swiper-slide div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.products .swiper-slide div img {
    display: block;
    width: 100%;
}

.products .swiper-slide p {
    width: 100%;
    font-size: 14px;
    padding: 4px;
    box-sizing: border-box;
    text-align: center;
    background: #F7F7F7;
}

.products .swiper-button-prev, .products .swiper-button-next {
    top: 35%;
    color: #0c3471;
    font-size: 40px;
    background: none;
}

.products .swiper-button-prev {
    left: 30px;
}

.products .swiper-button-next {
    right: 40px;
}

/* 产品页 产品列表 */
.products ul {
    /*margin: 20px 0;*/
    margin-top: 10px;
}

.products ul li {
    position: relative;
    cursor: pointer;
    margin: 10px 0;
}

.products ul li > div:first-child > div {
    height: 156px;
    overflow: hidden;
    border-bottom: 2px solid #0081CC;
}

.products ul li > div:first-child {
    font-size: 14px;
}

.products ul li img {
    width: 100%;
    display: block;
}

.products ul li > div:first-child p {
    padding: 4px;
    background: #f7f7f7;
}

.products ul li .show-more {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    color: inherit;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 10px;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.1);
    transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    -webkit-transform: scale(.9);
    transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
}

.products ul li .show-more p {
    /*max-height: 120px;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.products ul li:hover .zoom-img img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.products ul li:hover .show-more {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}

.products ul li .show-more span {
    display: inline-block;
    background: #0081CC;
    color: #fff;
    padding: 2px 6px;
    margin-top: 20px;
}

/* 首页关于公司 */
.company {
    margin: 0 auto;
    padding: 20px 0;
}

.company > div img {
    display: block;
    width: 100%;
    max-height: 380px;
}

.company p {
    font-size: 14px;
}

.company ul {
    margin-top: 6px;
}

.company ul li {
    font-size: 16px;
    margin-bottom: 4px;
    color: #0c3471;
}

.company ul li span {
    font-weight: bold;
    margin-left: 4px;
}

.company ul li a {
    font-size: 14px;
    margin-bottom: 4px;
    color: #0c3471;
}

.company ul li a:hover {
    text-decoration: underline;
    color: #0081CC;
}

/* 首页新闻 */
.news-box {
    padding-bottom: 20px;
}

.news-box .news-title {
    font-size: 16px;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.news-box .news-title li {
    margin: 0 20px;
}

.news-box .news-banner {
    width: 100%;
    height: 260px;
}

.news-box .swiper-button-next, .news-box .swiper-button-prev {
    height: 30px;
}

.news-box .news-banner .swiper-slide {
    position: relative;
}

.news-body .news-hidden {
    display: none;
}

.news-box .news-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.news-box .news-banner .swiper-slide a p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    padding: 6px 10px;
}

.news-title .active a {
    color: #0081CC;
}

.news-box .list > div {
    border-radius: 5px;
    overflow: hidden;
}

.news-body-list li {
    color: #888888;
    height: 24px;
    font-size: 14px;
    padding: 10px 0;
    line-height: 24px;
}

.news-body-list li a {
    color: #888888;
}

.news-body-list li a:hover {
    color: #0081CC;
}

.news-box .list > div a img {
    width: 100%;
}

/*首页地图 */
.map {
    margin: 40px auto;
    text-align: center;
    padding: 0 100px;
    box-sizing: border-box;
}
.map img {
    width: 100%;
    display: block;
}
.map #allmap {
    height: 300px;
    /* margin-right: 30px; */
}

.map .right p {
    color: #0081CC;
    font-size: 20px;
    font-weight: bold;
    margin-top: 12px;
}

.map .right ul {
    margin-top: 14px;
}

.map .right ul li {
    margin-top: 6px;
    font-size: 14px;
}

.map .right ul li span {
    display: inline-block;
}

.map .right ul li span:first-child {
    min-width: 60px;
    text-align: right;
    margin-right: 6px;
}

/* 公共footer */
.footer {
    background-color: #F0F0F0;
    color: #666;
    border-top: #0081CC solid 3px;
    overflow: auto;
    /*position: fixed;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*z-index: 2000;*/
}
.footer a {
    color: #666;
}
.footer a:hover {
    color: #0081CC !important;
    font-weight: bold;
}

.footer .container {
    position: relative;
}

.footer .footer-nav {
    position: relative;
    z-index: 2;
}

.footer ul {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 30px;
}

.footer ul li {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 14px;
}

.footer ul li p {
    font-size: 16px;
    color: black;
    font-weight: bold;
    padding-bottom: 6px;
}
.footer ul li div {
    margin-top: 10px;
}

.footer ul li a {
    margin-top: 10px;
}

.footer-contact {
    /*color: white;*/
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-contact span {
    margin-right: 4px;
}

.footer .footer-bg {
    position: absolute;
    width: 400px;
    right: 0px;
    bottom: 145px;
    z-index: 1;
    opacity: .05;
}

.footer .footer-bg img {
    position: absolute;
    display: block;
    width: 100%;
}

.footer .line {
    border-color: #0081CC;
}

.copyright-container {
    background: #F0F0F0;
    margin-bottom: -15px;
}

.footer a:hover {
    color: #0081CC;
}

.logo-footer {
    height: 58px;
}

.logo-footer a{
    float: right;
    display: inline-block;
    height: 58px;
    width: 220px;
}
.logo-footer a img {
    height: 100%;
    width: 100%;
}
.footer .copyright {
    display: flex;
    border-top: 1px solid #D8D8D8;
    justify-content: space-between;
    line-height: 40px;
}
.copyright-about-us a {
    display: inline-block;
    padding: 2px 8px;
    line-height: 12px;
    border-right: 1px solid #CCCCCC;
}
.copyright-about-us a:last-child{
    border: none;
    padding-right: 0;
}

/* 产品详情页 */
.produc-info {
    margin: 10px auto;
    padding: 0;
}

.produc-info > h3 {
    font-size: 16px;
    font-weight: bold;
}

.produc-info > p {
    font-size: 14px;
}

.pro-tab .tabBar {
    overflow: hidden;
    border-bottom: 2px solid #0081CC;
}

.pro-tab .tabBar .tab-title {
    font-size: 14px;
    border: none;
}

.pro-tab .HuiTab {
    overflow: hidden;
}

.tabBar span {
    margin-bottom: -2px;
    float: none;
}

.tabBar span:hover {
    color: #ffffff;
    background: #0081CC;
    border: none;
    margin-bottom: 0px;
}

.pro-tab .tabBar .current {
    color: #ffffff;
    background: #0081CC;
    border: none;
}

.pro-tab .tabConMy {
    padding: 10px 0;
    width: 100%;
}

/*服务类*/
.info-box {
    margin: 0 auto;
    padding: 48px 0;
    margin-bottom: 20px;
}

.info-box h3 {
    margin-top: 10px;
}

.info-box p {
    font-size: 14px;
    margin-top: 20px;
}

.info-box .btn {
    margin: 60px 0 10px;
    background-color: #0081CC;
    color: #ffffff;
    border: none;
    box-shadow: 3px 3px 0 0 #0c3471;
}

.info-box .zoom-img {
    /*padding-left: 20px;*/
}

.info-box .zoom-img img {
    display: block;
    width: 100%;
    height: 270px;
}

/*关于我们*/
.aboutus-box {
    margin: 100px auto;
}

.aboutus-box .box {
    /*padding: 0 60px;*/
}

.aboutus-box .box > div {
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 10px 30px 0 rgba(205, 205, 205, 0.35);
    text-align: center;
    padding: 30px 0 40px;
    transition: all ease-in-out 0.5s;
}

.aboutus-box .box > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 33px 6px rgba(0, 0, 0, 0.1);
}

.aboutus-box .box > div .icon-bg {
    display: inline-block;
    background-color: #eeeeee;
    padding: 16px;
    border-radius: 50%;
}

.aboutus-box .box > div svg {
    font-size: 50px;
    color: #124ea9;
}

.aboutus-box .box > div p {
    font-size: 14px;
    margin-top: 20px;
}

.aboutus-box > div > div a {
    display: inline-block;
    margin-top: 30px;
    padding: 6px 8px;
    background-color: #0081CC;
    color: #ffffff;
    border: none;
    box-shadow: 3px 3px 0 0 #0c3471;
}

/*新闻*/
.news .search-form {
    display: flex;
}

.news .search-form .input-text {
    border: 1px solid #0081CC;
    border-radius: 3px 0 0 3px;
}

.news .search-form .btn {
    background-color: #0081CC;
    border-color: #0081CC;
    border-radius: 0 3px 3px 0;
    color: #ffffff;
}

.news .news-menu .menu-box {
    margin-top: 40px;
}

.news .news-menu .menu-box h3 {
    position: relative;
    color: #0c3471;
}

.news .news-menu .menu-box h3:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    content: '';
    width: 25%;
    height: 2px;
    background-image: linear-gradient(to right, rgb(42, 22, 155) 10%, rgb(41, 137, 216) 50%, rgb(44, 212, 217) 95%);
}

.news .news-menu .menu-box ul {
    margin-top: 26px;
}

.news .news-menu .menu-box ul a {
    display: block;
    color: #4f535b;
    font-size: 14px;
    margin: 12px 0;
}

.news .news-menu .menu-box ul li:hover a, .news .news-menu .menu-box ul li.active a {
    color: #0a8aff;
}

.news .news-menu .menu-box ul a label {
    position: relative;
    float: right;
}

.news .news-menu .menu-box ul a label:before {
    position: absolute;
    content: '';
    width: 76px;
    height: 1px;
    background-color: #e8e8e8;
    top: 10px;
    left: -82px;
}

.news-list {
    display: flex;
    position: relative;
    flex-flow: wrap;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.news-list .news-list-image {
    border-radius: 5px;
    overflow: hidden;
}

.news-list .news-list-image img {
    display: block;
    width: 100%;
    height: 200px;
}

.news-list-detail-title {
    font-weight: bold;
}

.news-list-detail-description {
    margin-top: 14px;
    height: 80px;
    overflow: hidden;
    color: #4f535b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-list-detail-remark {
    margin-top: 10px;
    color: #777c87;
}

.news-list-detail-more a {
    display: inline-block;
    margin-top: 10px;
    color: #ffffff;
    background-color: #0081CC;
    padding: 4px 6px;
    border-radius: 2px;
}

.news-list-detail-more a:hover {
    color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

/*留言板*/
.message-board {
    opacity: 0.9;
    width: 260px;
    position: fixed;
    z-index: 1200;
    bottom: -2px;
    left: 0;
    background: #f5f5f5;
}

.message-board .layui-form-label {
    padding: 8px 0 !important;
    width: auto;
}

.message-board .layui-card-header {
    background: #d03947;
    height: 36px;
    line-height: 36px;
    color: white;
}

.message-board .message-board-window {
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 14px;
    transition: all 0.5s;
    cursor: pointer;
}

.message-board .message-board-minimize {
    top: 10px !important;
}

.message-board .layui-input-block {
    margin-left: 40px;
}

.message-board .layui-btn-danger {
    background-color: #d03947;
}

@media (max-width: 768px) {
    .topsearch {
        position: absolute;
        left: 10px;
        right: 180px;
        width: auto;
    }
    .share {
        display: none;
    }

    .nav-toggle, a.nav-toggle {
        right: 4px;
    }
    .language-choice {
        /*display: none;*/
        margin-right: 40px;
    }

    .topnav {
        padding: 6px 0;
    }

    header {
        display: none;
    }

    /* 首页banner */
    .banner .flex-caption {
        display: none;
    }

    .banner .swiper-button-next, .banner .swiper-button-prev {
        display: none;
    }

    .map {
        padding: 0;
        box-sizing: border-box;
    }
    /* 产品 */
    .products .swiper-container {
        width: 100%;
    }

    .products .swiper-button-prev, .products .swiper-button-next {
        display: none;
    }

    .products2 p {
        width: 100%;
    }

    .wow {
        visibility: visible !important;
    }
    .footer ul {
        display: block;
    }
    .footer ul li {
        margin-top: 10px;
    }
}

/* 平板，大于等于768px */
@media (min-width: 768px) {
    .topsearch {
        width: 230px;
        margin-right: 10px;
    }

    header .navbar-fixed-top {
        height: 44px;
        padding-top: 2px;
    }

    header .navbar-fixed-top.navbar {
        background: #fff;
        box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
    }

    header .navbar-fixed-top.navbar .container {
        visibility: visible !important;
    }

    header .navbar-fixed-top .logo-l {
        display: none;
    }

    header .navbar-fixed-top .logo-m {
        display: block;
        animation: all 1s;
        float: left;
        width: 50px;
        margin-right: 12px;
    }

    header .navbar-fixed-top .logo-m img {
        display: block;
        width: 100%;
    }

    header .navbar-fixed-top .nav {
        margin: 0;
    }

    .news-left {
        padding: 0 !important;
    }

    .news-right {
        padding: 0 !important;
    }

    .news-list {
        margin-left: 80px;
    }
}