*{
    margin: 0;
    padding: 0;
}
body{

}
a{
    text-decoration: none;
    color: #333333;
}

li{
    list-style-type: none;
}
ol{
    list-style: none;
}
p{
    padding:0;
    margin: 0;
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
}
.container{
    width: 1172px;
    margin: auto;
}
.nav-top{
    display: flex;
    justify-content:space-between;
}
.nav ul{
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}
.nav li{
    text-align: right;
}
.nav ul:first-child li:first-child{
width: 78%;
}
.nav ul:first-child li:first-child img{
width: 100%;
}
.nav li.search{
    position: relative;
}
.nav li.search form{
    position: absolute;
    right: 0;
    display: none;
    z-index: 11;
}

.nav li.search:hover form{
    display: block;
}

.nav li.search form input{
    border: 1px solid #999;
    height: 30px;
    line-height: 30px;
    outline: none;
    padding: 0 10px;
}

.nav li.on a{
    color: #04478b;
    font-weight: bold;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.index-01 .title{
    text-align: center;
    color: #04478b;
    font-weight: bold;
    line-height: 36px;
    margin-top: 35px;
    margin-bottom: 15px;
}
.index-01 .title p:first-child{
    font-size: 30px;
}
.index-01 .title p:nth-child(2){
    font-size: 20px;
}
.index-01 .pro ul{
    display: flex;
    flex-wrap: wrap;
}
.index-01 .pro li{
    width: 32.6%;
    margin-right: 1%;
    position: relative;
    margin-bottom: 10px;
}
.index-01 .pro li:nth-child(3n){
    margin-right: 0;
}
.index-01 .pro li img{
    width: 100%;
}
.index-01 .pro li a{
    display: flex;
    flex-direction: column;
}
.index-01 .pro li p{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0,0, 0.2);
    width: 100%;
    color: #fff;
    line-height: 55px;
    text-align: center;
}
.index-02 {
    background-color: #ededed;
    background-image: url("../images/index_08.jpg");
    background-repeat: no-repeat;
    padding: 68px 0;
    margin-top: 105px;
}
.index-02 .adva{
    background: #fff;
    width: 58%;
    padding: 50px 0px 50px 50px;
}
.index-02 .adva .title{
    color: #04478b;
    font-size: 30px;
    line-height: 30px;
}
.index-02 .adva .title span{
    font-size: 20px;
}
.index-02 .adva ul{
    display: flex;
    flex-wrap: wrap;
}
.index-02 .adva ul li{
    width: 27%;
    margin: 35px 6% 0 0;
    font-size: 16px;
    color: #8b8b8b;
    line-height: 26px;
}
.index-02 .adva ul li p{
    font-size: 20px;
    color: #666;
    margin-bottom: 4px;
}
.index-02 .pos{
    display: flex;
    justify-content: end;
}
.index-03{
background: #04478b;
color: #fff;
padding: 66px 0;
}
.index-03 .title{
    margin-bottom: 32px;
}
.index-03 .title p:first-child{
font-size: 32px;
}
.index-03 .title p:nth-child(2){
    font-size: 14px;
}
.index-03 .index-ab{
    display: flex;
    align-items: center;
}
.index-03 .vd{
    margin-right: 32px;
}
.index-03 .vd video{
    width: 672px;
}
.index-03 .ab{
    font-size: 16px;
    line-height: 30px;
}
.index-03 .ab a{
    color: #6eb9ff;
}
.index-04 {
    background: #f5f5f5;
    padding: 95px 0 55px 0;
}
.index-04>div .title{
    margin-bottom: 32px;
    color: #04478b;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-04>div .title p:first-child{
font-size: 32px;
}
.index-04>div .title p:nth-child(2){
    font-size: 14px;
}
.index-04>div .title a{
    color: #04478b;
}
.index-04 .index-news ul{
    display: flex;
    flex-wrap: wrap;
}
.index-04 .index-news ul li{
width: 48%;
margin-right: 3%;
margin-bottom: 40px;
}
.index-04 .index-news ul li:nth-child(2n){
    margin-right: 0;
}
.index-04 .index-news ul li a{
    display: flex;
}
.index-04 .index-news ul li a .img{
    margin-right: 2%;
    width: 42%;
}
.index-04 .index-news ul li a .img img{
    width: 100%;
}
.index-04 .index-news ul li a .txt h4{
    font-size: 16px;
    color:#333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-04 .index-news ul li a .txt p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.index-04 .index-news ul li a .txt{
    width: 56%;
}
.index-05{
    padding: 76px 0;
}
.index-05 .title{
    color: #04478b;
    text-align: center;
    margin-bottom: 32px;
}
.index-05 .title p:first-child{
    font-size: 36px;
    font-weight: bold;
}
.index-05 .title p:nth-child(2){
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}
.index-05 .title p:nth-child(3){
    font-size: 18px;
}
.index-05 ul{
    display: flex;
    flex-wrap: wrap;
}
.index-05 ul li{
    width: 15.6%;
    margin-right: 1%;
    border: 1px solid #e4e4e6;
    margin-bottom: 10px;
    line-height: 0;
}
.index-05 ul li:nth-child(6n){
    margin-right: 0;
}
.index-05 ul li img{
    width: 100%;
}
footer{
    background-color: #04478b;
}
.foot{
    padding: 66px 0 134px 0;
    display:flex;
}
.foot ul{
    width: 16%;
    margin-right: 3%;
}
.foot ul li a{
     color: #d1d7e0;
     line-height: 36px;
}
.foot ul li:first-child{
    margin-bottom: 6px;
}
.foot ul li:first-child a{
    font-size: 24px;
    color: #fff;
}
.foot .foot-contact{
    width: 24%;
}
.foot .foot-contact .foot-logo img{
    width: 100%;
}
.foot .foot-contact .tel{
    color: #ffc000;
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
}
.foot .foot-contact .tel span{
    font-size: 36px;
    color: #fff;
}
.cr{
    text-align: right;
    padding: 36px 0;
    color: #fff;
    border-top: 1px solid #40557f;
}
.fixed-right{
    position: fixed;
    width: 78px;
    right: 0;
    top: 50%;
    margin-top: -300px;
    z-index: 100;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-bottom: 0;
    zoom: .8;
}
.fixed-right ul li {
    width: 78px;
    height: 50px;
    float: left;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    font-size: 14px;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
    padding: 14px 0;
    z-index: 100;
}
.fixed-right ul li p:first-child{
margin-bottom: 6px;
}
.fixed-right ul li:last-child{
    background: #04478b;
    color:#fff;
}

.fixed-right ul li .val{
    position: absolute;
    right: -500px;
    background: #fff;
    display: flex;
    align-items: center;
    top: 0;
    white-space: nowrap;
    box-shadow: 0 0 1px 0 #666;
    padding: 0 20px;
    font-size: 18px;
    transition: all 0.5s;
    min-height: 100%;
}

.fixed-right ul li .val img{
    width: 200px;
}

.fixed-right ul li:hover .val{
    right: 78px;
}
.about{
    display: flex;
    padding: 84px 0;
}
.about-img{
    width: 43%;
    margin-right: 4%;
}
.about-img img{
    width: 100%;
}
.about-txt{
    width: 53%;
    font-size: 14px;
    line-height: 30px;
}
.about-txt h2{
font-size: 28px;
color: #04478b;
margin-bottom: 30px;
}
.honor{
    padding: 76px 0;
}
.honor .title{
    color: #04478b;
    text-align: center;
    margin-bottom: 32px;
}
.honor .title p:first-child{
    font-size: 36px;
    font-weight: bold;
}
.honor .title p:nth-child(2){
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}
.honor .title p:nth-child(3){
    font-size: 18px;
}
.honor ul{
    display: flex;
    flex-wrap: wrap;
}
.honor ul li{
    width: 15.6%;
    margin-right: 1%;
    border: 1px solid #e4e4e6;
    margin-bottom: 10px;
    line-height: 0;
}
.honor ul li:nth-child(6n){
    margin-right: 0;
}
.honor ul li img{
    width: 100%;
}
.container-02{
    width: 82%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 3.5% 0;
}
.main{
        display: flex;
        justify-content: space-between;     
}
.left-list{
   width: 23%;
}
.prod-title{
    color: #fff;
    line-height: 1.2;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:#04478b;
    background-size: 100%;
    font-size: 26px;
}
.left-list ul {
    border: solid 1px #e1e9f4;
    background: #fff;
    font-size: 18px;
}
.left-list ul li{
    display: block;
    line-height: 24px;
    padding: 5% 15% 5% 8%;
    position: relative;
    cursor: pointer;
}

.left-list ul li:hover{
    color: #04478b;
}
.left-list ul li:not(:last-child) {
    border-bottom: solid 1px #e1e9f4;
}
.right-item{
    width: 74.35%;
}
.prod-item ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prod-item ul li{
    width: 31.507%;
    margin-bottom: 2.7395%;
    position: relative;
}
.prod-item li a {
    display: block;
    box-shadow: 0 0 0 1px #e1e9f4;
    transition: 0.5s;
}
.prod-item li .prod-img {
    position: relative;
    padding-bottom: 73.915%;
    overflow: hidden;
}
.prod-item li .prod-img img{
    border: none;
    max-width: 100%;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.prod-item li .prod-txt {
    padding: 5.655% 0;
    text-align: center;
    border-top: solid 1px #e1e9f4;
    position: relative;
    font-family: arial, helvetica, sans-serif;
}
.prod-item li .prod-txt h4{
    font-weight: normal;
    line-height: 1.667;
    font-size: 20px;
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.prod-item li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #04478b;
    transition: 0.5s;
}
.prod-item  li:hover a{box-shadow: 0 0 14px rgba(225,233,244,0.8)}
.prod-item  li:hover .prod-img img{ -webkit-transform:scale(1);transform:scale(1)}
.prod-item  li:hover:after{width: 100%}
.prod-item  li:hover .prod-txt h4{color:#04478b;}

.pages {
    padding-top: 4%;
    padding-bottom: 2%;
    font-size: 18px;
}
.pages .p_page {
    display: flex;
    justify-content: center;
}
.pages a, .pages .page-numbers {
    width: 52px;
    height: 52px;
    line-height: 52px;
    position: relative;
    margin: 0px 10px;
    text-align: center;
    display: block;
    background: #ffffff;
    border: solid 1px #04478b;
    border-radius: 4px;
}
.pages .current {
    background: #04478b;
    border-color: #04478b;
    color: #fff;
}
.pages span:not(.p_page), .pages a.a_first, .pages a.a_end {
    display: block;
}
.pages .next, .pages .prev {
    font-size: 0;
}
.pages .next:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: url(../images/page.svg) no-repeat center center;
}
.video-item ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video-item ul li{
    width: 31.507%;
    margin-bottom: 2.7395%;
    position: relative;
}
.video-item li a {
    display: block;
    box-shadow: 0 0 0 1px #e1e9f4;
    transition: 0.5s;
    position: relative;
}
.video-item li .video-ic {
    position: relative;
    background-color: #000000;
}
.video-item li .video-ic .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
}
.video-item li .video-ic .play i {
    display: block;
    width: 71px;
    height: 71px;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    background: url(../images/video.png);
}
.video-item li .video-ic>div {
    padding-bottom: 73.915%;
    opacity: 0.7;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}
.video-item li .video-ic>div img{
    border: none;
    max-width: 100%;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}
.video-item li .video-txt {
    text-align: center;
    padding: 5.655% 0;
    font-family: arial, helvetica, sans-serif;
}
.video-item li .video-txt {
    padding: 5.655% 0;
    text-align: center;
    border-top: solid 1px #e1e9f4;
    position: relative;
    font-family: arial, helvetica, sans-serif;
}
.video-item li .video-txt h4{
    font-weight: normal;
    line-height: 1.667;
    font-size: 20px;
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.video-item li:hover .video-ic>div{opacity:0.9}
.video-item li:hover .video-txt h4{color:#04478b;}
.sales{
    color: #666;
    line-height: 30px;
    text-align: center;
    margin-bottom: 100px;
}
.sales h1{
    font-size: 38px;
    color: #333;
    text-align: center;
    font-weight: normal;
    margin-bottom: 50px;
}
.sales-img{
    text-align: center;
}
.sales-img img{
    max-width: 100%;
}
.news-sel{
    padding: 10px 0;
    box-shadow: 0 0 14px rgba(225, 233, 244, 0.8);
    color: #999999;
}
.news-sel ul{
    display: flex;
    width: 82%;
    max-width: 1460px;
    margin: 0 auto;
}
.news-sel li {
    font-size: 1.125em;
    line-height: 2;
    color: #999999;
    cursor: pointer;
    position: relative;
    padding-bottom: 6px;
}

.news-sel li a{
    color: #999999;
}
.news-sel li:not(:last-child) {
    margin-right: 2.222em;
}
.news-sel li.cur a{
    color: #04478b;
}
.news-sel li.cur:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #04478b;
}
.news-list li {
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: solid 1px #e1e9f4;
}
.news-list li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-list .news-img {
    width: 23.9727%;
    position: relative;
    overflow: hidden;
}
.news-list .news-img img {
    border: none;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}
.news-list .news-txt{
    width: 72%;
    position: relative;
    padding-bottom: .6rem;
}
.news-list .news-txt h4{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: normal;
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list .news-txt p{
    color: #666666;
    line-height: 28px;
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list .news-txt dl {
    position: absolute;
    width: 100%;
    bottom: 1.2rem;
}
.news-list .news-txt dl span {
    float: right;
    color: #04478b;
}
.news-list .news-txt dl time{
    color: #999999;
}
.contact{
    display: flex;
    justify-content: space-between;
    padding: 50px 0 62px 0;
}
.contact .tel .h{
    font-size: 14px;
    color: #7a7b7b;
}
.contact .tel .h span{
    font-size: 32px;
    color: #262626;
    margin-right: 12px;
}
.contact .tel .te{
    font-size: 46px;
    color: #04478b;
    margin-top: 6px;
    margin-bottom: 20px;
}
.contact .tel .p{
    color: #666;
    line-height: 38px;
}
.message{
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.message .p{
    height: 30px;
    margin: 10px 0 15px;
}
.message .po{
    display: flex;
}
.message p{
 line-height: 34px;
 margin: 10px 30px 10px 0;
 display: flex;
 align-items: center;
}
.message p input,.message p textarea{
    border: 1px solid #dadada;
    height: 30px;
    line-height: 30px;
    padding: 1px;
    text-indent: 6px;  
    margin-left: 10px;
}
.message p input{
    width: 233px;
}
.message p textarea{
    margin-top: 10px;
    resize: none;
    width: 256px;
    height: 66px;
}
.message p span{
    color: red;
    margin-left: 8px;
    vertical-align: middle;
}
.message button{
    width: 232px;
    line-height: 44px;
    background: #ffad2b;
    color: #fff;
    border: none;
    margin-left: 52px;
    margin-top: 24px;
}
.map{
    margin-bottom: 48px;
}
.map img{
    width: 100%;
}
.right-dt{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5%;
    align-items: flex-start;
}
.prod-para{
    width: 50%;
    position: relative;
}
.prod-pic{
    width: 100%;
    overflow: hidden;
    border: 1px solid #e1e9f4;
    text-align: center;
}
.prod-pic img{
    max-width: 100%;
}
.prod-info{
    width: 48%;
}
.prod-thum{
    display: flex;
    margin-top: 12px;
}
.prod-thum ul{
    display: flex;
    margin: 0 7px;
}
.prod-thum ul li{
    margin: 0 7px;
    border: 1px solid #e1e9f4;
    width: 30%;
}
.prod-thum ul li img{
    width: 100%;
}
.prod-info{
    line-height: 32px;
}
.prod-info h1{
    line-height: 1.2;
    padding: 1% 0;
    font-size: 18px;
    margin-bottom: 34px;
}
.prod-info h1:after {
    content: '';
    display: block;
    margin-top: 13px;
    width: 32px;
    height: 3px;
    background: #04478b;
}
.prod-info p{
    color:#666;
}
.prod-info p strong{
    color:#333;
}
.prod-info .btn {
    padding: 6% 0;
}
.prod-info .btn a {
    background: #04478b;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 3;
    width: 50%;
    max-width: 230px;
    transition: 0.5s;
    cursor: pointer;
}
.prod-tab ul {
    max-width: 700px;
    background: #ffffff;
    transition: 0.5s;
    display: flex;
}
.prod-tab ul li{
    flex: 1;
    background: #f9f9f9;
    margin: 0px 1px;
    text-align: center;
    line-height: 3.75;
    cursor: pointer;
    transition: 0.5s;
}
.prod-tab ul li.show {
    background: #04478b;
    color: #ffffff;
}
.prod-dt-txt {
    border: solid 1px #e1e9f4;
    padding: 5%;
}
.prod-group h3 {
    line-height: 24px;
    padding-left: 20px;
    border-left: solid 6px #04478b;
    font-size: 18px;
    color: #04478b;
}
.pro-arti{
    padding: 3% 0;
}
.pro-arti>p {
    padding-top: 0;
    margin-top: 0;
    line-height: 1.875;
}
.news-arti .title{
    text-align: center;
}
.news-arti .title h1 {
    font-weight: normal;
    line-height: 1.45;
    font-size: 30px;
    color: #04478b;
}
.news-arti .title p {
    padding-bottom: 2%;
    padding-top: 1%;
    color: #999999;
}
.news-arti-txt{
    padding: 2% 0;
    border-top: solid 1px #e1e9f4;
    border-bottom: solid 1px #e1e9f4;
    color: #333;
    line-height: 46px;
}
.news-pre{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}
.news-pre>div:first-child p{
    line-height: 46px;
    color:#a3a3a3;
}
.news-pre>div:first-child p a{
    color:#5d5d5d;
}
.news-pre .fanh a{
    transition: all .5s;
    display: block;
    width: 160px;
    line-height: 50px;
    border: 1px solid #04478b;
    color: #04478b;
    font-size: 16px;
    text-align: center;
}
.news-pre .fanh a:hover{
    color: #fff;
    background: #04478b;
}
@media screen and (min-width: 780px){
 .nav ul:first-child li:nth-child(2){
     display: none;
 }   
}

@media screen and (max-width: 780px){
    .container{
        width: 100%;
    }
    .nav>p{
        display: none;
    }
    .nav-top{
        position: relative;
    }
    .nav ul{
        width: 100%;
        flex-direction: column;
    }
    .nav li {
    text-align: center;
    }
    .nav:nth-child(2) ul{
        position: absolute;
        z-index: 2;
        top: 65px;
        right: 0;
        background: #e0f0ff;
        display:none;
    }
    .nav:nth-child(2) ul li a{
        line-height: 3;
    }
    .nav li.search {
    padding-top: 10px;
    }
    .nav-top>ul{
        display:flex ;
        justify-content: space-between;
        flex-direction: row;
        padding: 12px;
    }
    .nav ul:first-child li:first-child {
         width: 60%;
    }
    .nav ul:first-child li:nth-child(2){
     display: block;
     } 
    .nav ul:first-child li:nth-child(2) img{
       width: 24%;
       vertical-align: bottom;
    }
    .nav ul:first-child li:nth-child(2){
        text-align: right;
    }
    .index-01 .pro li:nth-child(3n) {
    margin-right: 2%;
    }
    .index-01 .pro li:nth-child(2n) {
    margin-right: 0;
    }
    .index-01 .pro ul {
    padding: 0 2%;
    }
    .index-01 .pro li {
    width: 49%;
    margin-right: 2%;
    }
    .index-02{
        display: none;
    }
    .index-03 {
    margin-top: 20px;
    padding: 33px 0;
    }
    .index-03 .title {
    text-align: center;
    }
    .index-01 .pro li p {
        line-height: 28px;
    }
    .index-03 .index-ab {
    flex-direction: column;
    padding-left: 2%;
    padding-right: 2%;
    }
    .index-03 .vd {
    margin-right: 0;
    }
    .index-03 .vd video {
    width: 100%;
    }
    .index-04 {
    padding: 40px 2% 0px 2%;
    }
    .index-04>div .title{
        text-align: center;
    }
    .index-05 {
    padding: 20px 0;
    }
    .index-05 ul{
        padding-left: 2%;
        padding-right: 2%;
    }
    .index-05 ul li:nth-child(6n) {
    margin-right: 1%; 
    }
    .index-05 ul li:nth-child(2n) {
    margin-right: 0; 
    }
    .index-05 ul li {
    width: 48.7%;
    }
    .foot {
    flex-direction: column;
    }
    .foot ul {
        display: none;
    }
    .foot .foot-contact {
    width: 100%;
    text-align: center;
    }
    .foot .foot-contact .foot-logo img {
    width: 70%;
    }
    .foot .foot-contact .tel {
    margin-top: 26px;
    }
    .foot {
    padding: 40px 0 40px 0;
    }
    .cr {
    text-align: center;
    padding: 10px 0;
    }
    .about {
    padding: 20px 0;
    flex-direction: column;
    }
    .about-img {
    width: 96%;
    margin-right: 0;
    padding:0 2%;
    }
    .about-txt {
    width: 96%;
    margin-top: 22px;
    padding: 0 2%;
    }
    .about-txt h2{
        margin-bottom: 22px;
    }
    .honor {
    padding: 20px 0;
    }
    .honor ul{
        padding: 0 2%;
    }
    .honor ul li{
     margin-right: 2%;
     width: 48.3%;
    }
    .honor ul li:nth-child(6n) {
    margin-right: 2%;
    }
    .honor ul li:nth-child(2n) {
    margin-right: 0;
    }
    .main {
    flex-direction: column;
    }
    .container-02 {
    width: 96%;
    }
    .left-list {
    width: 100%;
    }
    .right-item {
    width: 100%;
    margin-top: 26px;
    }
    .prod-item ul li {
    width: 48.507%;
    }
    .pro-arti img{
        max-width: 100%;
    }
    .prod-tab ul {
        width: unset !important;
        justify-content: space-between;
    }
    .right-dt{
        flex-direction: column;
    }
    .prod-para {
    width: 100%;
   }
   .prod-info {
    width: 100%;
    }
    .prod-info {
    margin-top: 30px;
    }
    .prod-info h1 {
    margin-bottom: 17px;
   }
   .video-item ul li {
    width: 48.507%;
   }
   .sales{
       margin-bottom: 20px;
   }
   .sales h1 {
    margin-bottom: 18px;
    margin-top: 18px;
    }
    .sales img{
        max-width: 100%;
    }
    .news-list .news-txt h4 {
    margin-bottom: 5px;
    font-size: 18px;
    -webkit-line-clamp: 1;
    }
    .news-list .news-txt dl {
        position: unset;
        margin-top: 1.2rem;
    }
    .news-list .news-img {
    width: 40.9727%;
    }
    .news-list .news-txt {
    width: 55%;
    }
    .pages a, .pages .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    }
    .news-arti .title h1 {
    font-size: 22px;
    }
    .news-arti-txt{
     line-height: 34px;
    }
    .news-pre>div:first-child p {
    line-height: 36px;
    }
    .news-pre {
       margin-top: 14px;
    }
    .news-pre .fanh a{
       width: 100px;
       line-height: 40px;
    }
    .contact{
        flex-direction:column;
        padding: 20px 2% 20px 2%;
    }
    .message{
        margin-top: 14px;
    }
    .message .po {
    flex-direction: column;
    }
    .map {
    margin-bottom: 26px;
    }
    .message p input {
    width: 78%;
    }
    .message button {
        margin-top: 10px;
    }
    .message p textarea {
    width: 78%;
    }
    .contact .tel .te {
    margin-bottom: 5px;    
    }
}