*{
    -webkit-box-sizing: border-box;
}
.f-wb {
    font-family: "hm-b";
  }
  .top {
    height: 88px;
    width: 100%;
    position: relative;
  }
  .p150 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .header {
    width: 1400px;
    margin: 0 auto;
  }
  .logo {
    width: 200px;
    float: left;
    line-height: 88px;
  }
  .menu {
    font-family: "hm-r";
    float: right;
  }
  .menu > ul > li {
    display: inline-block;
    float: left;
    margin-left: 50px;
  }
  .menu > ul > li > a {
    display: block;
    line-height: 88px;
  }
  .menu .cert > a {
    position: relative;
  }
  .menu .cert > a::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F9F9F9;
    content: "";
    z-index: 2;
    margin-left: -5px;
    opacity: 0;
  }
  .menu .cert:hover > a::after {
    opacity: 1;
  }
  .search {
    float: right;
    padding-top: 30px;
    position: relative;
    margin-left: 50px;
  }
  .search .input-search {
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding-left: 10px;
  }
  .search .sub {
    position: absolute;
    display: block;
    top: 35px;
    right: 10px;
    border: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../img/search.png);
    background-size: cover;
  }
  .child-box {
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    background-color: #F9F9F9;
    z-index: 10;
    padding: 50px 80px;
    text-align: center;
    display: none;
  }
  .child-box .child-class {
    width: 18%;
    display: inline-block;
    padding-right: 80px;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
  }
  .child-box .child-class h2 {
    font-size: 18px;
    font-family: "hm-r";
    font-weight: normal;
    margin-bottom: 10px;
  }
  .child-box .child-class li {
    font-size: 14px;
    font-family: "hm-l";
    margin-bottom: 10px;
  }
  .child-box .child-class > ul {
    margin-bottom: 30px;
  }
  .child-box .child-brands {
    text-align: left;
  }
  .child-box .child-brands p {
    padding: 10px;
    display: inline-block;
    width: 170px;
    float: left;
  }
  .child-box .child-brands p a {
    background-color: #fff;
    display: block;
    width: 150px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .child-box .child-brands p img {
    max-width: 100%;
    max-height: 50px;
    object-fit: cover;
  }
  .m-title {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
  }
  .m-title p {
    line-height: 1;
    font-size: 90px;
    text-transform: uppercase;
    font-family: "Arial";
    color: #F2F2F2;
    font-weight: bold;
  }
  .m-title h2 {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    margin-top: -20px;
  }
  .class-left {
    width: 275px;
    float: left;
    border: 1px solid #eee;
  }
  .class-left-head {
    background: #0062AD;
    color: #fff;
    padding: 18px 20px;
  }
  .class-left-head .f-wb {
    font-size: 20px;
  }
  .class-left-head .en {
    font-size: 14px;
  }
  .class-left-type h3 {
    background: #F6F5F3;
    font-size: 16px;
    padding: 13px 20px;
  }
  .class-left-type ul {
    padding: 14px 0 14px 20px;
  }
  .class-left-type > ul > li {
    width: 50%;
    float: left;
    font-size: 14px;
    font-family: "hm-r";
  }
  .class-left-type > ul > li a {
    display: block;
    line-height: 2;
  }
  .class-left-type > ul > li.all {
    width: 100%;
  }
  .class-right,
  .index-pro-box {
    width: 1080px;
    float: right;
  }
  .index-pro-brand {
    background-color: #0062AD;
  }
  .index-pro-brand a {
    float: left;
    color: #fff;
    display: inline-block;
    height: 52px;
    text-align: center;
    line-height: 52px;
    padding: 0 30px;
  }
  .index-pro-brand .current a {
    background-color: #F77C00;
  }
  .index-pro > ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .index-pro > ul > li {
    width: 33.3333%;
    float: left;
    margin-top: 30px;
    padding: 0 15px;
  }
  .pro-list {
    border: 1px solid #eee;
  }
  .pro-list .pic a {
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pro-list .pic a img {
    max-width: 90%;
    max-height: 90%;
    object-fit: cover;
  }
  .pro-list .txt {
    font-family: "hm-r";
  }
  .pro-list .txt p {
    background-color: #F6F5F3;
    width: 100%;
    transition: all 0.4s;
  }
  .pro-list .txt p a {
    display: block;
    padding: 20px 0;
    text-align: center;
  }
  .pro-list:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  }
  .pro-list:hover .txt p {
    background: #0062AD;
  }
  .pro-list:hover .txt p a {
    color: #fff;
  }
  .bg-gray {
    background-color: #F9F9F9;
  }
  .brands > ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .brands > ul > li {
    width: 20%;
    float: left;
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .brands-item {
    background-color: #fff;
    text-align: center;
  }
  .brands-item a {
    display: block;
  }
  .brands-item .pic {
    width: 100%;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .brands-item .pic img {
    max-width: 50%;
    max-height: 54px;
    object-fit: cover;
  }
  .brands-item .txt {
    height: 50px;
    line-height: 26px;
  }
  .index-about-pic {
    width: 50%;
    float: right;
  }
  .index-about-pic img {
    width: 100%;
    object-fit: cover;
  }
  .index-about-box {
    width: 50%;
    float: left;
    position: relative;
  }
  .index-about-box .index-about-content {
    position: absolute;
    left: 100%;
    top: 0;
    right: 0;
    margin-left: -700px;
    padding: 80px 60px 50px 0;
  }
  .index-about-box .index-about-content .title p {
    font-size: 48px;
    font-family: "hm-b";
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
  }
  .index-about-box .index-about-content .title h2 {
    padding-bottom: 20px;
    font-size: 28px;
    position: relative;
  }
  .index-about-box .index-about-content .title h2::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 30px;
    background-color: #0062AD;
    left: 0;
    bottom: 0;
  }
  .index-about-box .index-about-content .content {
    line-height: 1.8;
    margin-top: 50px;
    font-size: 16px;
  }
  .index-about-box .index-about-content .content .more {
    margin-top: 30px;
  }
  .index-about-box .index-about-content .content .more img {
    width: 36px;
    margin-right: 10px;
  }
  .all {
    display: inline-block;
  }
  .all img {
    width: 36px;
    margin-right: 10px;
  }
  .index-news > ul {
    margin-left: -20px;
    margin-right: -20px;
  }
  .index-news > ul > li {
    width: 33.3333%;
    float: left;
    padding: 0 20px;
  }
  .index-news-item {
    background-color: #fff;
  }
  .index-news-item .pic img {
    width: 100%;
    height: 256px;
    object-fit: cover;
  }
  .index-news-item .txt {
    padding: 30px 30px;
  }
  .index-news-item .txt .date {
    font-size: 14px;
  }
  .index-news-item .txt h3 {
    font-family: "hm-b";
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
  }
  .index-news-item .txt .des {
    font-size: 14px;
    line-height: 1.8;
    height: 48px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
  }
  .footer {
    background-color: #0062AD;
    color: #fff;
    padding-top: 80px;
  }
  .footer a {
    color: #fff;
  }
  .footer .f-logo {
    width: 100px;
    float: left;
  }
  .footer .f-nav {
    width: 300px;
    float: left;
    margin-left: 100px;
  }
  .footer .f-nav p {
    display: inline-block;
    width: 150px;
    float: left;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .footer .f-add {
    float: right;
  }
  .footer .f-add p {
    margin-bottom: 15px;
  }
  .copy {
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
  }
  .copy p {
    display: inline-block;
    float: left;
  }
  .copy .link {
    float: right;
  }
  .copy .link a {
    display: inline-block;
    margin-left: 20px;
  }
  .about-slider {
    width: 100%;
    height: 640px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-slider .txt {
    text-align: center;
    margin-top: -40px;
  }
  .about-slider .txt h1 {
    font-size: 36px;
    font-family: "hm-b";
    margin-bottom: 20px;
  }
  .about-slider .txt .en {
    text-transform: uppercase;
  }
  .class-nav {
    font-family: "hm-r";
  }
  .class-nav > ul > li {
    float: left;
  }
  .class-nav > ul > li a {
    display: block;
    padding: 20px 30px;
    position: relative;
  }
  .class-nav > ul > li a:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #0062AD;
    content: "";
    opacity: 0;
  }
  .class-nav > ul > li a.current {
    color: #0062AD;
  }
  .class-nav > ul > li a.current:after {
    opacity: 1;
  }
  .about-content {
    width: 50%;
    float: left;
    padding-right: 50px;
    line-height: 1.8;
  }
  .about-content p {
    margin-bottom: 15px;
  }
  .about-pic {
    width: 50%;
    padding-left: 50px;
    float: right;
  }
  .about-pic img
  {
    width: 100%;
  }
  .culture > ul {
    margin-left: -20px;
    margin-right: -20px;
  }
  .culture > ul > li {
    width: 33.3333%;
    float: left;
    padding: 20px;
  }
  .culture-list img {
    width: 100%;
  }
  .culture-list .txt {
    text-align: center;
    margin-top: 20px;
  }
  .culture-list .txt h3 {
    font-size: 24px;
    font-family: "hm-b";
    margin-bottom: 10px;
  }
  .culture-list .txt p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pro-class {
    line-height: 2;
    margin-top: 60px;
    padding-bottom: 40px;
  }
  .pro-class label {
    display: block;
    position: relative;
    float: left;
    width: 100px;
    font-family: "hm-r";
  }
  .pro-class-type {
    margin-left: 120px;
  }
  .pro-class-type > ul > li {
    width: 16.6666%;
    float: left;
  }
  .pro-class-type > ul > li a.current {
    font-family: "hm-r";
    color: #0062AD;
  }
  .pro-class-border {
    border-bottom: 1px solid #eee;
  }
  .brand-class {
    margin-top: 40px;
  }
  .pro-location {
    height: 58px;
    background-color: #F6F5F3;
    padding: 0 20px;
    line-height: 58px;
  }
  .pro-location h3 {
    font-family: "hm-b";
    font-size: 20px;
    display: inline-block;
    color: #0062AD;
    margin-right: 10px;
  }
  .p100 {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .brands-type {
    background-color: #F9F9F9;
    padding: 50px 0;
  }
  .brands-type .brands > ul > li {
    width: 12.5%;
  }
  .brands-type .brands > ul > li.current .brands-item {
    border: 1px solid #0062AD;
  }
  .brands-type .brands > ul > li.current .brands-item .txt {
    background-color: #0062AD;
    color: #fff;
  }
  .brands-type .brands-item {
    border: 1px solid #fff;
  }
  .brands-type .brands-item .pic {
    width: 100%;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .brands-type .brands-item .pic img {
    max-width: 50%;
    max-height: 32px;
    object-fit: cover;
  }
  .brands-type .brands-item .txt {
    height: 50px;
    line-height: 26px;
    font-size: 12px;
    font-family: "hm-r";
  }
  .pro-brands > ul > li {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
  }
  .pro-brands-item .pic {
    position: relative;
    width: 220px;
    height: 170px;
    float: left;
    border: 1px solid #eee;
  }
  .pro-brands-item .pic a {
    height: 170px;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pro-brands-item .pic a img {
    max-width: 200px;
    max-height: 140px;
    object-fit: cover;
  }
  .pro-brands-item .txt {
    margin-left: 250px;
  }
  .pro-brands-item .txt h3 {
    font-size: 20px;
    font-family: "hm-b";
  }
  .pro-brands-item .txt .des {
    margin-top: 10px;
  }
  .pro-brands-item .txt .des label {
    display: block;
    position: relative;
    width: 80px;
    float: left;
  }
  .pro-brands-item .txt .des p {
    margin-left: 80px;
  }
  .solution > ul {
    margin-left: -20px;
    margin-right: -20px;
  }
  .solution > ul > li {
    width: 33.3333%;
    float: left;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .solution-item {
    background-color: #F9F9F9;
  }
  .solution-item .pic img {
    width: 100%;
    height: 272px;
    object-fit: cover;
  }
  .solution-item .txt {
    padding: 30px;
    position: relative;
  }
  .solution-item .txt h3 {
    font-size: 18px;
    font-family: "hm-b";
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
  }
  .solution-item .txt .des {
    font-size: 14px;
    color: #666;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .solution-item .txt::before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #0062AD;
    content: "";
    opacity: 0;
    right: 50%;
    transition: all 0.4s;
  }
  .solution-item .txt::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    width: 0;
    border-color: transparent #0062AD transparent transparent;
    /*border-top-width设置为0,为了让透明的顶部的三角形不占据空间*/
    border-style: solid;
    border-width: 0px 20px 20px 0px;
    content: "";
  }
  .solution-item:hover .txt::before {
    right: 0;
    opacity: 1;
  }
  .class-child {
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }
  .news-hot {
    background-color: #F9F9F9;
    position: relative;
  }
  .news-hot .pic {
    width: 666px;
    float: left;
  }
  .news-hot .pic img {
    width: 100%;
    height: 412px;
    object-fit: cover;
  }
  .news-hot .txt {
    width: 734px;
    float: right;
    padding: 60px;
    position: relative;
  }
  .news-hot .txt::before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #0062AD;
    content: "";
    opacity: 0;
    right: 50%;
    transition: all 0.4s;
  }
  .news-hot .txt::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    width: 0;
    border-color: transparent #0062AD transparent transparent;
    /*border-top-width设置为0,为了让透明的顶部的三角形不占据空间*/
    border-style: solid;
    border-width: 0px 20px 20px 0px;
    content: "";
  }
  .news-hot .txt .type {
    display: inline-block;
    font-size: 14px;
    border-bottom: 2px solid #0062AD;
  }
  .news-hot .txt h2 {
    font-size: 20px;
    font-family: "hm-b";
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .news-hot .txt .des {
    font-size: 14px;
    line-height: 1.8;
  }
  .news-hot .txt .all {
    margin-top: 40px;
  }
  .news-hot:hover .txt:before {
    right: 0;
    opacity: 1;
  }
  .p80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .news-item {
    background-color: #fff;
    padding: 30px;
    position: relative;
    min-height: 165px;
    margin-bottom: 30px;
  }
  .news-item::before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #0062AD;
    content: "";
    opacity: 0;
    right: 50%;
    transition: all 0.4s;
  }
  .news-item::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    width: 0;
    border-color: transparent #0062AD transparent transparent;
    /*border-top-width设置为0,为了让透明的顶部的三角形不占据空间*/
    border-style: solid;
    border-width: 0px 20px 20px 0px;
    content: "";
  }
  .news-item .date {
    display: inline-block;
    background-color: #F9F9F9;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    float: left;
  }
  .news-item .date .num {
    font-size: 36px;
    border-bottom: 1px solid #ddd;
  }
  .news-item .date .sj {
    font-size: 14px;
    margin-top: 10px;
  }
  .news-item .txt {
    margin-left: 140px;
  }
  .news-item .txt h3 {
    font-size: 18px;
    font-family: "hm-b";
  }
  .news-item .txt .des {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
    color: #666;
  }
  .news-item:hover .date {
    background-color: #0062AD;
    color: #fff;
  }
  .news-item:hover::before {
    right: 0;
    opacity: 1;
  }
  .contact {
    margin-top: 50px;
  }
  .contact > div {
    width: 25%;
    float: left;
    text-align: center;
    font-family: "hm-r";
  }
  .contact > div p {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .pro-head {
    margin-top: 40px;
  }
  .pro-head .pic {
    width: 460px;
    float: left;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pro-head .pic img {
    max-width: 90%;
    max-height: 90%;
    object-fit: cover;
  }
  .pro-head .pro-info {
    width: calc(100% - 530px);
    float: right;
  }
  .pro-head .pro-info h4 {
    font-family: "hm-b";
    font-size: 20px;
  }
  .pro-head .pro-node {
    margin-top: 10px;
    font-size: 14px;
  }
  .pro-head .pro-node > div {
    margin-top: 10px;
  }
  .pro-head .pro-node > div label {
    display: block;
    position: relative;
    width: 80px;
    float: left;
  }
  .pro-head .pro-node > div p {
    margin-left: 80px;
    font-size: 16px;
  }
  .pro-head .pro-tel {
    background-color: #F6F5F3;
    color: #0062AD;
    margin-top: 30px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    padding-right: 30px;
    font-family: "hm-r";
    font-size: 18px;
  }
  .pro-head .pro-tel span {
    display: inline-block;
    background-color: #0062AD;
    color: #fff;
    padding: 0 30px;
    margin-right: 30px;
    font-size: 16px;
  }
  .pro-tab {
    height: 65px;
    line-height: 65px;
    background-color: #F6F5F3;
    margin-top: 40px;
  }
  .pro-tab > ul > li {
    display: inline-block;
    float: left;
    font-family: "hm-r";
    font-size: 16px;
    padding: 0 30px;
    cursor: pointer;
  }
  .pro-tab .current {
    background-color: #0062AD;
    color: #fff;
  }
  .pro-content-box {
    margin-top: 30px;
    line-height: 2;
  }
  .m-open,
  .menu-close {
    display: none;
  }
  .top-fixed {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #fff;
    right: 0;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* 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;
  }
  .swiper-slide img {
    width: 100%;
    height: 640px;
    object-fit: cover;
  }
  .news-left {
    width: 880px;
    float: left;
  }
  .news-left h1.tit {
    padding: 0;
    margin: 0;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .news-left p.mes {
    font-size: 14px;
    color: #999;
  }
  .news-content {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 30px;
    font-size: 18px;
    line-height: 2;
  }
  .news-content p,
  .news-content div {
    margin-top: 26px;
  }
  .news-right {
    width: 400px;
    float: right;
    background-color: #fafafa;
    padding: 30px 20px;
  }
  .news-right .gd-t {
    font-weight: bold;
  }
  .news-right .gd-t span {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    border-top: 2px solid #000;
    margin-right: 10px;
  }
  .tj-news {
    margin-top: 30px;
    font-size: 14px;
  }
  .tj-news li {
    margin-bottom: 20px;
  }
  .tj-news li img {
    width: 100%;
    transition: all 0.3s;
  }
  .wp_box {
    width: 100%;
  }
  .plst_pt {
    overflow: hidden;
    _width: 100%;
    width: 100%;
  }
  .plst_pt ul {
    overflow: hidden;
    *zoom: 1;
    padding: 0px 0;
    padding-bottom: 0px;
    width: 9999em;
  }
  .plst_pt li {
    float: left;
    margin-left: 15px;
    display: inline;
    text-align: center;
  }
  .plst_pt li img {
    display: block;
    width: 240px;
    margin-bottom: 5px;
    border: 1px solid #f1f1f1;
    padding: 1px;
  }
  /* Roll */
  .wp_roll {
    position: relative;
    _width: 100%;
  }
  .roll_lt,
  .roll_rt {
    position: absolute;
    top: 40px;
    left: 1px;
    width: 18px;
    height: 89px;
    line-height: 89px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .roll_lt img{
    width: 100%;
  }
  .roll_lt i,
  .roll_rt i {
    font-size: 24px;
  }
  .roll_rt {
    left: auto;
    right: 1px;
  }
  .roll_rt img{
    width: 100%;
  }
  .roll_cnt {
    padding: 0 20px;
  }
  .roll_lt:hover,
  .roll_rt:hover {
    color: #000;
  }
  @media screen and (max-width: 1440px) {
  .class-right, .index-pro-box{
  width:1050px
  }
  }
  @media screen and (max-width: 1200px) {
    body {
      font-size: 14px;
    }
    .top {
      height: 68px;
    }
    .header {
      width: 100%;
    }
    .swiper-slide img {
      height: auto;
    }
    .logo {
      line-height: 68px;
      margin-left: 20px;
    }
    .logo img {
      height: 38px;
    }
    .menu-close,
    .m-open {
      display: inline-block;
      float: right;
      position: absolute;
      right: 20px;
      top: 15px;
      z-index: 10;
    }
    .menu-close img,
    .m-open img {
      width: 38px;
      height: 38px;
    }
    .menu-close img {
      width: 28px;
      height: 28px;
    }
    .menu-close {
      display: none;
    }
    .search {
      display: none;
    }
    .menu {
      position: fixed;
      top: 68px;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #fff;
      z-index: 9;
      display: none;
    }
    .menu > ul > li {
      width: 100%;
      display: block;
      border-top: 1px solid #eee;
      margin-left: 0;
      text-align: center;
    }
    .menu > ul > li a {
      line-height: 48px;
    }
    .wrap,
    .container,
    .box {
      width: 100%;
    }
    .container {
      padding-left: 20px;
      padding-right: 20px;
    }
    .p150 {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .class-left {
      width: 100%;
    }
    .m-title p {
      font-size: 45px;
    }
    .m-title h2 {
      font-size: 20px;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      text-align: center;
      z-index: 1;
      margin-top: -15px;
    }
    .class-left-type > ul > li.all {
      width: 50%;
    }
    .class-right,
    .index-pro-box {
      width: 100%;
    }
    .index-pro > ul > li {
      width: 50%;
    }
    .pro-list .pic a {
      height: 120px;
    }
    .pro-list .txt p a {
      padding: 10px 0;
      font-size: 14px;
      height:68px;
      display:block;
    }
    .brands > ul > li {
      width: 33.3333%;
    }
    .brands-item .pic {
      height: 68px;
    }
    .index-about-pic {
      width: 100%;
      float: inherit;
    }
    .index-about-box {
      width: 100%;
      float: inherit;
    }
    .index-about-box .index-about-content .content .more {
      display: none;
    }
    .index-about-box .index-about-content {
      position: inherit;
      left: 0;
      top: 0;
      right: 0;
      margin-left: 0px;
      padding: 0;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .index-about-box .index-about-content .title {
      text-align: center;
    }
    .index-about-box .index-about-content .title p {
      font-size: 24px;
    }
    .index-about-box .index-about-content .title h2 {
      font-size: 18px;
      padding-bottom: 0;
    }
    .index-about-box .index-about-content .title h2::after {
      display: none;
    }
    .index-about-box .index-about-content .content {
      margin-top: 30px;
      padding: 0 20px;
    }
    .index-news > ul > li {
      width: 100%;
    }
    .footer .f-logo {
      width: 100%;
      display: block;
    }
    .footer .f-nav {
      width: 100%;
      margin-left: 0;
      margin-top: 40px;
    }
    .footer .f-add {
      width: 100%;
      margin-top: 40px;
    }
    .copy .link {
      display: none;
    }
    .about-slider {
      height: 320px;
    }
    .about-content {
      width: 100%;
      padding-right: 0;
    }
    .about-pic {
      width: 100%;
      padding-left: 0;
    }
    .culture > ul > li {
      width: 100%;
    }
    .culture-list .txt h3 {
      font-size: 18px;
    }
    .pro-class label {
      width: 100%;
      position: inherit;
    }
    .pro-class-type {
      margin-left: 0;
    }
    .pro-class-type > ul > li {
      display: inline-block;
      margin-right: 20px;
      width: auto;
    }
    .brand-class {
      margin-top: 20px;
    }
    .pro-class {
      margin-top: 30px;
      padding-bottom: 20px;
    }
    .pro-hidden {
      display: none;
    }
    .brands-type .brands > ul > li {
      width: 33.3333%;
    }
    .brands-type .brands-item .pic img {
      max-width: 100%;
      max-height: 42px;
    }
    .pro-brands-item .pic {
      width: 100%;
      position: inherit;
      float: inherit;
    }
    .pro-brands-item .pic {
      height: 260px;
    }
    .pro-brands-item .pic a {
      width: 100%;
      height: 260px;
    }
    .pro-brands-item .pic a img {
      max-width: 90%;
      max-height: 240px;
      object-fit: cover;
    }
    .pro-brands-item .txt {
      float: inherit;
      margin-left: 0;
      margin-top: 20px;
    }
    .solution > ul > li {
      width: 100%;
    }
    .solution-item .pic img {
      width: 100%;
      height: auto;
    }
    .news-hot .pic {
      width: 100%;
    }
    .news-hot .pic img {
      width: 100%;
      height: auto;
    }
    .news-hot .txt {
      width: 100%;
      margin-left: 0;
      padding: 30px;
    }
    .p80 {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .news-item .txt {
      margin-left: 120px;
    }
    .news-item .txt .des {
      font-size: 12px;
    }
    .news-item .txt h3 {
      font-size: 16px;
    }
    .news-item {
      padding: 15px;
    }
    .contact > div {
      width: 100%;
    }
    .contact > div p img {
      width: 60px;
    }
    .pro-head .pic {
      width: 100%;
      position: inherit;
      float: inherit;
    }
    .pro-head .pro-info {
      width: 100%;
      float: inherit;
      margin-top: 30px;
    }
    .pro-tab > ul > li {
      width: 25%;
      float: left;
      padding: 0;
      text-align: center;
      font-size: 15px;
    }
    .news-left {
      width: 100%;
    }
    .news-left h1.tit {
      font-size: 18px;
    }
    .news-content {
      padding-top: 0;
    }
    .news-right {
      width: 100%;
      margin-top: 50px;
    }
  }
  .listpage{text-align:center;clear:both;margin-top:30px}.left-box .listpage{margin-top:100px}.xiaocms-page{margin-top:20px;margin-left:20px}.xiaocms-page a{margin:0 5px;border:1px solid #ddd;padding:4px 10px;color:#666;line-height:28px}.xiaocms-page a:hover{border:1px solid #104cad;background:#104cad;color:#fff}.xiaocms-page span{background-color:#e4f6fc;color:#5394aa;border:1px solid #bfdfea;font-weight:bold;margin:0 5px;padding:4px 10px}
  
  .r-pop {
      position: fixed;
      bottom: 50%;
      margin-bottom: -136px;
      right: 10px;
      width: 68px;
      z-index: 201;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px
  }
  
  .r-pop li {
      height: 68px;
      color: #fff;
      text-align: center;
      position: relative;
      background-color: #0062AD;
      margin-bottom: 1px
  }
  
  .r-pop li p {
      height: 68px;
      width: 68px;
      display: table-cell;
      vertical-align: middle;
      font-size: 13px;
      cursor: pointer;
      text-align: center;
      position: relative;
      z-index: 10;
      line-height: 68px
  }
  
  .r-pop li p i {
      display: block;
      font-size: 28px
  }
  
  .r-pop li a {
      color: #fff;
      display: block;
      height: 68px
  }
  
  .r-pop li a:hover {
      color: #fff
  }
  
  .r-pop li div {
      position: absolute;
      bottom: 0;
      right: 0;
      transition: all .3s ease;
      display: none;
      width: 150px
  }
  
  .r-pop li.to-top {
      background-color: inherit
  }
  
  .r-pop li.to-top:hover {
      background-color: inherit
  }
  
  .r-pop li .pop-sys {
      background-color: #fff;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      border: 1px solid #eee;
      width: 150px;
      height: auto;
      padding: 10px;
      font-size: 12px;
      color: #999
  }
  
  .r-pop li .pop-sys span {
      display: inline-block;
      margin-top: 5px
  }
  
  .r-pop li .pop-sys img {
      width: 120px
  }
  
  .r-pop li:hover {
      background-color: #0062AD
  }
  
  .r-pop li:hover .pop-tel {
      right: 69px;
      background-color: #0062AD;
      height: 67px;
      line-height: 68px;
      font-size: 16px;
      display: block;
      z-index: 2
  }
  
  .r-pop li:hover .pop-sys {
      display: block;
      right: 69px
  }