*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#999;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#999;
}
:-moz-placeholder {
    color:#999;
    opacity:1;
}
::-moz-placeholder {
    color:#999;
    opacity:1;
}
:-ms-input-placeholder{
    color:#999;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
@font-face {
    font-family:'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
html{
    width: 100%;
    /*font-size: 62.5%;
    font-size: 5.20833vw;*/
    font-size: calc(100vw/19.2);
}
@media (min-width: 1520px) {
    html {
        font-size: 100px;
    }
}
@media (max-width: 1199px) {
    html {
        font-size: 80px;
    }
}
@media (max-width: 767px) {
    html {
        font-size: calc(100vw/7.5);
    }
}
body {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
@media (max-width: 1199px) {
    body {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 0.28rem;
    }
}
.f-12{
    font-size: 0.12rem;
}
.f-14{
    font-size: 0.14rem;
}
.f-15{
    font-size: 0.15rem;
}
.f-16{
    font-size: 0.16rem;
}
.f-17{
    font-size: 0.17rem;
}
.f-18{
    font-size: 0.18rem;
}
.f-20{
    font-size: 0.20rem;
}
.f-22{
    font-size: 0.22rem;
}
.f-24{
    font-size: 0.24rem;
}
.f-26{
    font-size: 0.26rem;
}
.f-28{
    font-size: 0.28rem;
}
.f-30{
    font-size: 0.3rem;
}
.f-35{
    font-size: 0.35rem;
}
.f-36{
    font-size: 0.36rem;
}
.f-40{
    font-size: 0.4rem;
}
.f-50{
    font-size: 0.50rem;
}
.f-85{
    font-size: 0.85rem;
}
.f-247{
    font-size: 2.47rem;
}


.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 1520px;
    margin: 0 auto;
}
.index header{
    position: absolute;
    top: 0;
    z-index: 99;
}
header {
	width:100%;
	margin:0 auto;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:82px;
    background: #222222;
	clear:both;
    transition: .5s;
}
.index .daohang{
    background: transparent;
}
.daohang .container1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    transition: .5s;
}
.nav-fl{
    display: flex;
    align-items: center;
}
.yx a {
    display: flex;
}
.yx a img {
    max-width:100%;
    height: 35px;
    transition: .5s;
}
.navdaohang{
    margin-left: 0.98rem;
}
.menupc{
    display: flex;
    align-items: center;
}
.menupc li{
    text-align: center;
    z-index: 9;
    position: relative;
    margin: 0 0.135rem;
    line-height: 82px;
}
.menupc li:hover a:after{
    width: 100%;
}
.menupc li a{
    display: block;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    padding: 0 0.1rem;
}
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 4px;
    background: #FF0404;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    transition: .5s;
}
.menupc li a:hover:after{
    width: 100%;
}
.menupc li .current:after{
    width: 100%;
}
.menupc .xiala{
    position: absolute;
    z-index: 999;
    display: none;
    background: #FFFFFF;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, 0);
    top: 78px;
    width: 2.21rem;
    height: auto;
    text-align: center;
    line-height: 0;
    padding: 3px 0;
    z-index: 1;
}
.menupc .xiala li{
    margin: 0;
    padding: 0 0.15rem;
}
.menupc .xiala li a{
    display: block;
    font-weight: 400;
    color: #000000;
    line-height: 0.3rem;
    padding: 0.1rem 0;
    border-bottom: 1px solid #DDDDDD;
    text-transform: capitalize;
}
.menupc .xiala li:last-child a{
    border-bottom: none;
}
.menupc .xiala li a:after{
    display: none;
}
.menupc .xiala li a:hover{
    color: #FF0505;
}
.menupc .xiala li a.current{
    color: #FF0505 !important;
}
.nav-fr{
    display: flex;
    align-items: center;
}
.nav-fr p{
    font-family: "Roboto-Bold";
    color: #FFFFFF;
    line-height: 20px;
}
.nav-fr p.ttel{
    background: url("../images/tel.png") no-repeat left center;
    background-size: 17px 17px;
    padding-left: 22px;
}
.nav-fr p.tte12 {
    background: url(../images/ftel.png) no-repeat left center;
    background-size: 12px 17px;
    padding-left: 22px;
}
.nav-fr p.tmail{
    background: url("../images/mail.png") no-repeat left center;
    background-size: 19px 19px;
    padding-left: 29px;
    position: relative;
}
.nav-fr p.line{
    width: 1px;
    height: 15px;
    background: #DDDDDD;
    opacity: 0.5;
    margin: 0 15px 0 10px;
}


.index .daohang.hover{
    background: #222222;
}
.daohang.guding{
    position: fixed;
    z-index: 999;
    background: #222222;
}

/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.phone-nav img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.header a[href="#page"] {
    display:none!important;
}
.mm-opened .header a[href="#page"] {
    display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
    display:none!important;
}
#mmenu {
    z-index:9999;
}
#mmenu li .home-search {
    float:left;
    margin-left:20px;
    width:90%;
    background-color:#fff;
    padding-left:0;
    overflow:hidden;
    margin-top:10px;
    position:relative
}
#mmenu li .home-search .keyword {
    text-align:left;
    border:0;
    box-shadow:0;
    border-radius:0;
    width:86%;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -mz-border-radius:0;
    font-size:14px;
    color:#999;
    line-height:20px;
    vertical-align:top;
    padding:6px 86px 6px 10px;
    -webkit-appearance:none;
    background-color:#fff;
    border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
    transition:border linear .2s, box-shadow linear .5s;
    -moz-transition:border linear .2s, -moz-box-shadow linear .5s;
    -webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
    outline:0;
    border:1px solid #17287A;
}
#mmenu li .home-search .btn-sub {
    top:0;
    border:0;
    right:0;
    color:#026636;
    width:42px;
    height:34px;
    line-height:34px;
    text-align:center;
    position:absolute;
    cursor:pointer;
    border-radius:0;
    background:#026636 url(../images/search3.png) no-repeat center center;
}
.container-fluid {
    margin-left:auto;
    margin-right:auto;
    padding:0 15px;
}


/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    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;
}
.banners img{
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1,1.1);
}
.banners.swiper-slide-active img,.banners.swiper-slide-duplicate-active img{
    transition: 6s linear;
    transform: scale(1,1);
}
.ban_txt{
    position: absolute;
    top: 40%;
    transform: translate(0, -50%);
    width: 100%;
    color: #fff;
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1;
}
.ban_txt1{

}
.ban_txt2{
    margin-top: 0.45rem;
}
.ban_txt3{
    margin-top: 0.25rem;
    font-weight: bold;
}
.home-banner .swiper-container .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0.62rem;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 0.91rem;
    height: 0.06rem;
    background: #8d9195;
    opacity: 1;
    outline: none;
    margin: 0px 7px !important;
    border-radius: 0;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    background: #FF0404;
}
.home-banner .swiper-button-next, .home-banner .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 0;
    background-size: 100% !important;
    transition: .5s;
}
.home-banner .swiper-button-prev{
    left: 2.5%;
    right: auto;
    background: url("../images/bl.png") no-repeat center;
}
.home-banner .swiper-button-next{
    right: 2.5%;
    left: auto;
    background: url("../images/br.png") no-repeat center;
}
.home-banner .swiper-button-prev:hover{
    background: url("../images/bl_h.png") no-repeat center;
}
.home-banner .swiper-button-next:hover{
    background: url("../images/br_h.png") no-repeat center;
}
.mouse-scroll {
    position: absolute;
    z-index: 5;
    display: block;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 15%;
}
.mouse-scroll a{
    display: block;
}
.mouse-scroll a img{
    height: 0.68rem;
    animation: upmove 2s infinite;
    -webkit-animation: upmove 1.5s infinite;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@keyframes upmove
{
    0%   {transform:translateY(0px);}
    50%  {transform:translateY(-10px);}
    100% {transform:translateY(0px);}
}


.phone-nav{
    display: none;
}

@media(max-width:1199px) {
    .daohang{
        height: 60px;
    }
    .yx a img{
        height: 30px;
    }
    .navdaohang{
        display: none;
    }
    .nav-fr{
        padding-right: 45px;
    }
    .phone-nav {
        display:block;
    }
}

footer{
    width: 100%;
    margin: 0 auto;
    background: #222222;
}
.footer1{
    padding: 0.32rem 0;
}
.footer1 .container1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer1_fl a{
    display: block;
}
.footer1_fl a img{
    height: 36px;
}
.footer1_fr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 70%;
    justify-content: flex-end;
}
.footer1_fr p{
    font-weight: bold;
    color: #666666;
    line-height: 22px;
    padding-left: 25px;
}
.footer1_fr p.faddress{
    background: url("../images/faddress.png") no-repeat left top;
    background-size: 16px 22px;
    word-break: break-all;
}
.footer1_fr p.ftel{
    background: url("../images/ftel.png") no-repeat left center;
    background-size: 12px 20px;
    margin-left: 24px;
}
.footer1_fr p.fmail{
    background: url("../images/fmail.png") no-repeat left center;
    background-size: 16px 14px;
    margin-left: 19px;
}
.footer2{
    padding: 0.25rem 0 0.35rem 0;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}
.footer2 .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer2_fl{

}
.footer2_fl ul{
    display: flex;
    flex-wrap: wrap;
}
.footer2_fl ul li{
    margin-right: 1.3rem;
}
.footer2_fl ul li a{
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #666666;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer2_fl ul li a i{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/fjt.png") no-repeat right center;
    background-size: 100%;
    margin-left: 14px;
}
.menulist{
    margin-top: 0.3rem;
}
.menulist ul{
    display: flex;
    flex-direction: column;
}
.menulist ul li{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.menulist ul li a{
    display: block;
    font-weight: normal;
    color: #666666;
    line-height: 25px;
    background: none;
}
.menulist ul li a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}
.footer2_fr{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer2_fr img{
    height: 1.34rem;
    background: rgba(153,153,153,0.38);
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.58);
    padding: 7px;
}
.footer2_fr p{
    margin-top: 0.2rem;
    font-weight: 400;
    color: #898C8F;
    line-height: 1;
}
.footer3{
    text-align: center;
    padding: 18px 0;
    color: #666666;
    font-weight: 400;
    line-height: 25px;
}
.footer3 a{
    color: #666666;
}
.footer3 a:hover{
    color: #FF0505;
}

.home-news{
    width: 100%;
    margin: 0 auto;
}
.index_title_t{
    display: flex;
    align-items: center;
}
.index_title_ts{
    display: flex;
    align-items: center;
}
.index_title_t_fl{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.index_title_t_fl .circle{
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_title_t_fl .circle img{
    width: 32px;
    height: 32px;
}
.index_title_t_fl .circle .border-in-one {
    width: 32px;
    height: 32px;
    border: 1px solid #FF0505;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    animation: myani-one 2s ease infinite 1s;
}
.index_title_t_fl .circle .border-in-two {
    width: 32px;
    height: 32px;
    border: 1px solid #FF0505;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    animation: myani-two 2s ease infinite 1s;
}
.index_title_t_fl .circle .border-in-three {
    width: 32px;
    height: 32px;
    border: 1px solid #FF0505;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    animation: myani-three 2s ease infinite 1s;
}

@keyframes myani-one {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    10% {
        opacity: 0.4;
        transform: scale(1.2);
    }
    30% {
        opacity: 0;
        transform: scale(1.4);
    }
}
@keyframes myani-two {
    0% {
        opacity: 0;
        transform: scale(1.4);
    }
    20% {
        opacity: 0.3;
        transform: scale(1.6);
    }
    40% {
        opacity: 0;
        transform: scale(1.8);
    }
}
@keyframes myani-three {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }
    30% {
        opacity: 0.2;
        transform: scale(2);
    }
    60% {
        opacity: 0;
        transform: scale(2.2);
    }
}
.index_title_t_fl .line{
    width: 101px;
    height: 1px;
    background: #FF0505;
    margin-left: -13px;
    position: relative;
}
.index_title_t_fl .arrow{
    margin-left: 4px;
    display: flex;
    align-items: center;
}
.index_title_t_fl .arrow img {
    width: 5px;
}
.index_title_t_fr{
    margin-left: 10px;
}
.index_title_t_fr h3{
    font-weight: 400;
    color: #131313;
    line-height: 1;
}
.index_title_t_fr p{
    font-family: "Roboto-Regular";
    margin-top: 10px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
}
.index_title_b{
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_title_b_fl{
    font-weight: 400;
    color: #131313;
    line-height: 30px;
    width: 81%;
}
.index_title_b_fr{

}
.index_title_b_fr a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.49rem;
    height: 0.45rem;
    border-radius: 23px;
    border: 1px solid #999999;
    font-weight: bold;
    color: #131313;
    transition: .5s;
}
.index_title_b_fr a i{
    width: 14px;
    height: 14px;
    background: url("../images/more.png") no-repeat center;
    background-size: 100% !important;
    animation: turn 10s infinite linear;
}
.index_title_b_fr a:hover i{
    background: url("../images/more_h.png") no-repeat center;
}
.index_title_b_fr a:hover{
    color: #FFFFFF;
    border: 1px solid #FF0505;
    background: #FF0505;
}
@keyframes turn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.index_title_b_fr a p{
    margin-left: 13px;
}
.home-news .index_title_t{
    justify-content: space-between;
}
.news_con{
    margin-top: 0.3rem;
    padding: 0.8rem 0;
    background: #f0f0f0;
    overflow: hidden;
    position: relative;
}
.waves{
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4rem;
}
canvas {
    display: block;
}
.news_qh{
    position: relative;
}
.news_qh .swiper-slide{
    display: initial;
}
.newss a{
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
}
.newss a:after{
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #FF0505;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s;
}
.newss a:hover:after{
    width: 100%;
}
.newss a:hover .news_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_txt{
    background: url("../images/newsbg.png") no-repeat bottom center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0.35rem 0.17rem;
}
.news_txt1{
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*height: 60px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
}
.news_txt2{
    margin-top: 0.25rem;
    width: 15px;
    height: 15px;
    background: url("../images/njt.png") no-repeat center;
    background-size: 100%;
}
.news_qh .swiper-button-next1, .news_qh .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 50%;
    width: 0.43rem;
    height: 0.43rem;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-radius: 0;
    background-size: 100% !important;
    transition: .5s;
}
.news_qh .swiper-button-prev1{
    left: -0.75rem;
    right: auto;
    background: url("../images/nl.png") no-repeat center;
}
.news_qh .swiper-button-prev1:hover{
    background: url("../images/nl_h.png") no-repeat center;
}
.news_qh .swiper-button-next1{
    right: -0.75rem;
    left: auto;
    background: url("../images/nr.png") no-repeat center;
}
.news_qh .swiper-button-next1:hover{
    background: url("../images/nr_h.png") no-repeat center;
}

.home-area{
    width: 100%;
    margin: 0.6rem auto 0.8rem auto;
}
.area_con{
    margin-top: 0.25rem;
}
.area_con ul{
    display: flex;
    flex-wrap: wrap;
}
.area_con ul li{
    width: 23.4%;
    margin-right: 2.13%;
}
.area_con ul li:last-child{
    margin-right: 0;
}
.area_con ul li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.area_con ul li a:before{
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #FF0505;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    transition: .5s;
}
.area_con ul li a:hover:before{
    width: 100%;
}
.area_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.area_txt img{
    height: 0.8rem;
}
.area_txt p{
    margin-top: 0.75rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
}
.area_more{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.9rem;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #FF0505;
    -webkit-transform: translateY(90px);
    -ms-transform: translateY(90px);
    transform: translateY(90px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.area_more i{
    width: 15px;
    height: 15px;
    background: url("../images/njt.png") no-repeat center;
    background-size: 100%;
}
.area_more p{
    margin-top: 0.2rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}
.area_con ul li a:hover .area_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.area_con ul li a:hover .area_more{
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: auto;
}
.home-honor{
    width: 100%;
    margin: 0 auto;
    background: url("../images/honorbg.jpg") no-repeat center;
    background-size: cover;
    padding: 0.8rem 0 0.6rem 0;
    position: relative;
}
.home-honor:before{
    content: '';
    display: block;
    width: 1.66rem;
    height: 100%;
    background: url("../images/honor_title.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 6%;
}
.honor_title{
    font-weight: 400;
    color: #131313;
    line-height: 1.28;
    text-shadow: 0px 3px 38px rgba(0,0,0,0.1);
    position: relative;
    padding-left: 23px;
}
.honor_title:before{
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background: #FF0505;
    position: absolute;
    left: 0;
    top: 0;
}

.honor_con{
    width: 88%;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.honor_con1{
    position: relative;
    width: 83.5%;
    mask: linear-gradient(-90deg, #000 90%, transparent 95%);
}
.honor_con1 .swiper-container{
    mask: linear-gradient(90deg, #000 90%, transparent 95%);
}
.honor_con1 .swiper-slide{
    flex-direction: column;
    width: 402px;
    height: 599px;
    opacity: .3;
}
.honor-max-img{
    width: 402px;
    height: 529px;
    background: #FFFFFF;
    padding: 0.25rem;
    box-shadow: 0px 13px 84px 0px rgba(0,0,0,0.07);
}
.honor-max-txt{
    margin-top: 0.4rem;
    font-weight: 400;
    color: #131313;
    line-height: 30px;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150%;
}
.honor-max.swiper-slide-active{
    opacity: 1;
}
.honor-max.swiper-slide-active .honor-max-txt{
    display: block;
}
.honor_con2{
    width: 16.5%;
    position: relative;
    height: 280px;
}
.honor_con2 .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    cursor: pointer;
    transition: .5s;
}
.honor_con2 .swiper-slide p{
    font-weight: 400;
    color: #666666;
}
.honor-min.swiper-slide-active p{
    font-size: 0.18rem;
}
.honor_con2 .swiper-button-next2, .honor_con2 .swiper-button-prev2{
    display: block;
    position: absolute;
    left: 50%;
    width: 0.43rem;
    height: 0.43rem;
    margin-top: 0;
    transform: translate(-50%, 0);
    cursor: pointer;
    outline: none;
    background-size: 100% !important;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
}
.honor_con2 .swiper-button-prev2{
    top: -0.43rem;
    bottom: auto;
    background: url("../images/ht.png") no-repeat center;
}
.honor_con2 .swiper-button-prev2:hover{
    background: url("../images/ht_h.png") no-repeat center;
}
.honor_con2 .swiper-button-next2{
    bottom: -0.43rem;
    top: auto;
    background: url("../images/hb.png") no-repeat center;
}
.honor_con2 .swiper-button-next2:hover{
    background: url("../images/hb_h.png") no-repeat center;
}
.home-about{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FFFFFF;
}
.about_fl{
    width: 44.5%;
}
.about_fl_txt{
    background: url("../images/aboutbg.jpg") no-repeat center;
    background-size: cover;
    height: 1.25rem;
    display: flex;
    align-items: center;
}
.about_fl_txt1{
    width: calc(100% - 75px);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.25rem 0 0.5rem;
}
.about_fl_txt1 img{
    height: 0.29rem;
}
.about_fl_txt1 span{
    width: 1px;
    height: 0.62rem;
    background: #FBFBFB;
    opacity: 0.6;
    margin: 0 0.32rem 0 0.43rem;
}
.about_fl_txt1 p{
    font-weight: 400;
    color: #FBFBFB;
    line-height: 25px;
    height: 50px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about_fl_txt2{
    height: 100%;
}
.about_fl_txt2 a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 100%;
    background: #FF0505;
}
.about_fl_txt2 i{
    width: 15px;
    height: 15px;
    background: url("../images/njt.png") no-repeat center;
    background-size: 100%;
    transition: .5s;
}
.about_fl_txt2 p{
    margin-top: 0.2rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}
.about_fl_txt2 a:hover i{
    transform: rotate(45deg);
}
.about_fr{
    width: 55.5%;
    position: relative;
    padding: 1rem 1.05rem 0.9rem 1.05rem;
}
.about_fr:before{
    content: '';
    display: block;
    width: 1.94rem;
    height: 1.67rem;
    background: url("../images/about_l.jpg");
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.about_fr:after{
    content: '';
    display: block;
    width: 2.22rem;
    height: 1.6rem;
    background: url("../images/about_r.jpg");
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.about_fr2{
    margin-top: 0.4rem;
    font-weight: 400;
    color: #131313;
    line-height: 1;
}
.about_fr3{
    margin-top: 0.3rem;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    height: 224px;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.home-product{
    width: 100%;
    margin: 0 auto;
    background: url("../images/productbg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 0.75rem;
}
.product_t_con{
    margin-top: 0.45rem;
}
.product_t_con ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.43rem;
}
.product_t_con ul li:nth-child(even){
    flex-direction: row-reverse;
}
.product_t_con ul li:last-child{
    margin-bottom: 0;
}
.product_t_img{
    width: 40.5%;
}
.product_t_img img{
    height: 100%;
    object-fit: cover;
}
.product_t_txt{
    width: 57%;
    background: #FFFFFF;
    position: relative;
    padding: 0.43rem 0.73rem;
}
.product_t_txt:before{
    content: '';
    display: block;
    width: 5px;
    height: 1.78rem;
    background: #FF0505;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}
.product_t_con ul li:nth-child(even) .product_t_txt:before{
    left: 0;
    right: auto;
}
.product_t_txt1 a{
    font-weight: 400;
    color: #131313;
    line-height: 1;
}
.product_t_txt1 a span{
    display: inline-block;
    position: relative;
    color: #FF0505;
}
.product_t_txt1 a span:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #FF0505;
    margin-top: 0.15rem;
}
.product_t_txt2{
    margin-top: 0.3rem;
    display: flex;
    flex-direction: column;
    color: #131313;
    line-height: 30px;
}
.product_t_txt2 a{
    font-weight: 400;
    display: inline-block;
    color: #131313;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}
.product_t_txt2 a:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #FF0505;
    box-shadow: 0px 6px 9px 0px rgba(255,5,5,0.42);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
.product_t_txt2 a:last-child{
    margin-bottom: 0;
}
.product_t_txt2 a:hover p{
    color: #FF0505;
    text-decoration: underline;
}
.product_b .bd .tempWrap{
    width:100% !important;
}
.product_b .bd ul{
    overflow:hidden;
    zoom:1;
    height: 1.95rem;
}
.product_b .bd ul li{
    font-family: "Roboto-Regular";
    float: left;
    text-align:left;
    _display:inline;
    width:auto !important;
    font-weight: 900;
    color: rgba(248, 248, 248, 0);
    color: #FFFFFF;
    line-height: 0.8;
}
.home-latestnews{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.home-latestnews .swiper-slide{
    display: initial;
}
.latestnewss a{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: 1.28rem;
    text-align: left;
}
.latestnews_img{
    width: 50%;
    height: 100%;
}
.latestnews_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latestnewss a:hover .latestnews_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.latestnews_txt{
    width: 50%;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    padding: 0.18rem 0.4rem;
    position: relative;
    color: #ffffff;
    line-height: 1;
}
.latestnewss:nth-child(odd) .latestnews_txt{
    background: url("../images/latestnewsbg1.png") no-repeat center;
}
.latestnewss:nth-child(even) .latestnews_txt{
    background: url("../images/latestnewsbg2.png") no-repeat center;
}
.latestnews_txt2{
    font-weight: bold;
    line-height: 25px;
    height: 50px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0 5px 0;
}
.latestnews_txt4{
    position: absolute;
    right: 0.16rem;
    bottom: 0.12rem;
    width: 15px;
    height: 15px;
    background: url(../images/njt.png) no-repeat center;
    background-size: 100%;
}
.home-latestnews .swiper-button-next3, .home-latestnews .swiper-button-prev3{
    display: block;
    position: absolute;
    top: 50%;
    width: 0.43rem;
    height: 0.43rem;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-radius: 0;
    background-size: 100% !important;
    transition: .5s;
}
.home-latestnews .swiper-button-prev3{
    left: auto;
    right: 0.82rem;
    background: url("../images/nnl.png") no-repeat center;
}
.home-latestnews .swiper-button-prev3:hover{
    background: url("../images/nl_h.png") no-repeat center;
}
.home-latestnews .swiper-button-next3{
    right: 0.25rem;
    left: auto;
    background: url("../images/nnr.png") no-repeat center;
}
.home-latestnews .swiper-button-next3:hover{
    background: url("../images/nr_h.png") no-repeat center;
}
.new_product{
    position: fixed;
    z-index: 999;
    width: 3.41rem;
    right: 0.22rem;
    top: 50%;
    transform: translate(0, -50%);
    background: url("../images/npbg.png") no-repeat center;
    background-size: cover;
    padding: 10px;
    border-radius: 10px;
}
.new_product_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new_product_title_fl{
    font-weight: bold;
    color: #FFFFFF;
    background: url("../images/np.png") no-repeat left center;
    background-size: 0.29rem 0.29rem;
    padding-left: 0.35rem;
}
.new_product_title_fr a img{
    height: 0.38rem;
}
.new_product_con{
    margin-top: 5px;
    border: 1px solid #DDDDDD;
    background: #F8F8F8;
}
.new_product_con li{
    border-bottom: 1px solid #DDDDDD;
}
.new_product_con li:last-child{
    border-bottom: none;
}
.new_product_con li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8F8F8;
    padding: 16px;
}
.new_product_img{
    width: 1.07rem;
    height: 1.03rem;
}
.new_product_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new_product_txt{
    width: calc(100% - 1.22rem);
}
.new_product_txt1{
    font-weight: 400;
    color: #000000;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    line-height: 1.2;
}
.new_product_txt2{
    margin-top: 10px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    height: 54px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.new_product_more{
    background: #000000;
    border-radius: 0px 0px 10px 10px;
    padding: 12.5px 0;
}
.new_product_more a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.new_product_more a i{
    width: 12px;
    height: 12px;
    background: url("../images/npm.png") no-repeat center;
    background-size: 100%;
    margin-left: 14px;
}

/*关于我们*/
.inner-location{
    background: url("../images/locationbg.jpg") no-repeat center;
    background-size: cover;
    height: 0.55rem;
}
.inner-location .container1{
    height: 100%;
}
.inner-location p{
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 400;
    color: #666666;
}
.inner-location p a{
    font-weight: 400;
    color: #666666;
}
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.iban_info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    z-index: 9;
    color: #FFFFFF;
}
.iban_info .container1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.iban_info h3{
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.iban_info p{
    margin-top: 0.3rem;
    text-transform: uppercase;
    text-align: center;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.inner-nav{
    margin: 15px 0;
}
.inner-nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner-nav ul li{
    margin: 0 0.47rem;
}
.inner-nav ul li a{
    display: block;
    position: relative;
    line-height: 45px;
}
.inner-nav ul li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 4px;
    background: #FF0505;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out 0s;
}
.inner-nav ul li a:hover:after{
    width: 100%;
}
.inner-nav ul li a.active:after{
    width: 100%;
}
.iabout1{
    margin: 0.68rem 0 1.28rem 0;
}
.iabout1 .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iabout1_fl{
    width: 55.8%;
}
.iabout1_fl_t1 h3{
    font-weight: bold;
    color: #131313;
    line-height: 1;
    text-shadow: 0px 3px 38px rgba(0,0,0,0.1);
}
.iabout1_fl_t1 p{
    font-family: "Roboto-Regular";
    margin-top: 10px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
}
.iabout1_fl_t2{
    margin-top: 0.35rem;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.iabout1_fl_b{
    margin-top: 0.5rem;
    position: relative;
}
.iabout1_fl_b_img img{
    border-radius: 20px;
}
.iabout1_fl_b_txt{
    position: absolute;
    left: 50%;
    bottom: -0.36rem;
    transform: translate(-50%, 0);
}
.iabout1_fl_b_txt a{
    width: 3.2rem;
    height: 0.76rem;
    background: #FF0505;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.iabout1_fl_b_txt a img{
    height: 0.15rem;
    transition: .5s;
}
.iabout1_fl_b_txt a p{
    margin-top: 0.14rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}
.iabout1_fl_b_txt a:hover img{
    transform: rotate(45deg);
}
.iabout1_fr{
    width: 38%;
}
.iabout1_fr_t{
    position: relative;
}
.iabout1_fr_b{
    margin-top: 0.98rem;
}
.iabout1_fr_b ul{
    display: flex;
    justify-content: space-between;
}
.iabout1_fr_b ul li{
    text-align: center;
    color: #666666;
}
.iabout1_fr_b ul li p{
    font-weight: 400;
    line-height: 30px;
}
.iabout1_fr_b ul li img{
    height: 0.65rem;
    margin: 0.2rem 0;
}
.iabout1_fr_b ul li h3 span{
    font-weight: bold;
    line-height: 1;
}
.iabout2{
    background: url("../images/iabout2bg.jpg") no-repeat top center;
    background-size: 100%;
    padding-top: 0.82rem;
}
.iabout2_1{
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    background: url("../images/red-line.png") no-repeat bottom left;
    background-size: 0.52rem 0.08rem;
    padding-bottom: 0.28rem;
}
.iabout2_2{
    margin-top: 0.2rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}
.iabout2_3{
    margin-top: 0.55rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.iabout2_3 .item {
    width: 24.15%;
    position: relative;
    height: 540px;
    transition: .5s;
    background: #ffffff;
    border-right: 1px solid #dadada;
    box-shadow: 4px 14px 65px 0px rgba(47,64,93,0.08);
}
.iabout2_3 .item:last-child{
    border-right: none;
}
.iabout2_3 .item.active{
    width: 51.7%;
}
.iabout2_3s{
    height: 100%;
    position: relative;
    padding: 0.55rem 0.2rem;
    transition: .5s;
    display: flex;
    flex-direction: column;
}
.iabout2_3_title{
    font-weight: 400;
    color: #131313;
}
.iabout2_3 .item.active .iabout2_3_title{
    font-size: 0.3rem;
}
.iabout2_3_title span{
    color: #FF0505;
}
.iabout2_3_con{
    margin-top: 0.3rem;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    width: 16.5vw;
    height: 210px;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.iabout2_3_img{
    position: absolute;
    right: 0.3rem;
    bottom: 0.55rem;
}
.iabout2_3 .item.active .iabout2_3s{
    padding: 0.55rem 0.3rem 0.55rem 0.35rem;
}
.iabout2_3 .item.active .iabout2_3_con {
    display: block;
    height: auto;
    -webkit-line-clamp: none;
    width: 36.5625vw;
    animation: .7s both fadeInUpSmall;
}
@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity:0;
        transform:translateY(30px)
    }
    to {
        opacity:1;
        transform:none
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity:0;
        transform:translateY(30px)
    }
    to {
        opacity:1;
        transform:none
    }
}
.fadeInUpSmall{
    animation-name:fadeInUpSmall;
    -webkit-animation-name: fadeInUpSmall;
}
.iabout3{
    margin: 0.95rem 0;
}
.iabout3 ul{
    display: flex;
    flex-wrap: wrap;
}
.iabout3 ul li{
    width: 50%;
    position: relative;
}
.iabout3 ul li:nth-child(1) .iabout3_img{
    border-radius: 20px 0px 0px 20px;
}
.iabout3 ul li:nth-child(2) .iabout3_img{
    border-radius: 0px 20px 20px 0px;
}
.iabout3_txt{
    position: absolute;
    top: 0;
    padding: 0.73rem 1.03rem 0.73rem 0.43rem;
}
.iabout3_txt1{
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}
.iabout3_txt2{
    margin-top: 0.3rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}
.iabout3 ul li:hover .iabout3_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iabout4{
    background: url("../images/iabout4bg.jpg") no-repeat center;
    background-size: cover;
    padding: 0.73rem 0;
}
.iabout4 .iabout2_1{
    color: #131313;
}
.iabout4 .iabout2_2{
    color: #666666;
}
.iabout4_con{
    margin-top: 0.35rem;
    position: relative;
}
.iabout4_con .swiper-slide{
    display: initial;
}
.iabout4s a{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    text-align: left;
}
.iabout4_img{
    width: 50%;
    background: #ffffff;
    padding: 0.25rem 0.35rem 0 0.35rem;
    box-shadow: 4px 14px 65px 0px rgba(47,64,93,0.08);
    border-radius: 20px;
}
.iabout4_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.iabout4s a:hover .iabout4_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iabout4_txt{
    width: 50%;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.55rem 0.5rem 0 0.5rem;
    position: relative;
    line-height: 1;
    color: #131313;
}
.iabout4_txt1{
    font-family: "Roboto-Regular";
    font-weight: 400;
    line-height: 1;
}
.iabout4_txt2{
    font-weight: 400;
    line-height: 40px;
    height: 80px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.iabout4_con .swiper-button-next4, .iabout4_con .swiper-button-prev4{
    display: block;
    position: absolute;
    top: 50%;
    width: 1.04rem;
    height: 1.04rem;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-radius: 0;
    background-size: 100% !important;
    transition: .5s;
}
.iabout4_con .swiper-button-prev4{
    left: 40%;
    right: auto;
    background: url("../images/hjt.png") no-repeat center;
}
/*.iabout4_con .swiper-button-prev4:hover{
    background: url("../images/nl_h.png") no-repeat center;
}
.iabout4_con .swiper-button-next4{
    right: 0.25rem;
    left: auto;
    background: url("../images/nnr.png") no-repeat center;
}
.iabout4_con .swiper-button-next4:hover{
    background: url("../images/nr_h.png") no-repeat center;
}*/
.iabout4_more{
    margin-top: 0.65rem;
}

/*荣誉资质*/
.ihonor{
    margin: 0.35rem 0 0.5rem 0;
}
.ihonor_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ihonor_con ul li{
    width: 22.5%;
    margin-right: 3.3%;
    margin-bottom: 0.5rem;
}
.ihonor_con ul li:nth-child(4n){
    margin-right: 0;
}
.ihonor_con ul li a{
    display: block;
}
.ihonor_con_img{
    background: url("../images/honorbg.png") no-repeat center;
    background-size: 100%;
    padding: 0.27rem;
}
.ihonor_con_img .pic:after{
    padding-bottom: 135.8%;
}
.ihonor_con_txt{
    margin-top: 0.3rem;
    text-align: center;
    font-weight: 400;
    color: #555250;
}
.ihonor_con ul li a:hover .ihonor_con_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor_con ul li a:hover .ihonor_con_txt{
    color: #FF0505;
}

/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    clear:both;
    margin: 0;
}
.pagination a{
    display:block ;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 0.23rem;
    line-height: 0.54rem;
    margin: 0px 9px 10px 9px;
    background: #ffffff;
    border-radius: 50%;
}
.pagination a.left{
    background: transparent  url("../images/left.png") no-repeat left center;
    background-size: 13px 6px;
    padding: 0 0 0 20px;
    border-radius: 0;
}
.pagination a.right{
    background: transparent url("../images/right.png") no-repeat right center;
    background-size: 13px 6px;
    padding: 0 20px 0 0;
    border-radius: 0;
}
.pagination a:hover{
    color: #ffffff;
    background: #FF0404;
}
.pagination a.active {
    color: #ffffff;
    background: #FF0404;
}
.pagination a.left:hover{
    background: transparent  url("../images/left.png") no-repeat left center;
    background-size: 13px 6px;
    color: #FF0404;
}
.pagination a.right:hover{
    background: transparent  url("../images/right.png") no-repeat right center;
    background-size: 13px 6px;
    color: #FF0404;
}

/*联系我们*/
.icontact1{
    margin: 0.42rem 0 0 0;
}
.icontact1 .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icontact1_fl{
    width: 35.5%;
    margin-top: 0.75rem;
}
.icontact1_fl_t h3{
    font-weight: 400;
    color: #131313;
    line-height: 1;
}
.icontact1_fl_t p{
    margin-top: 0.33rem;
    font-family: "Roboto-Regular";
    font-weight: 400;
    color: #777777;
    line-height: 1;
}
.icontact1_fl_b{
    margin-top: 0.57rem;
}
.icontact1_fl_b ul li{
    margin-bottom: 0.35rem;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 0.43rem;
    display: flex;
    align-items: center;
}
.icontact1_fl_b ul li i{
    width: 0.43rem;
    height: 0.43rem;
    border-radius: 50%;
    border: 1px solid #FF0505;
    margin-right: 0.25rem;
}
.icontact1_fl_b ul li .ctel{
    background: url("../images/ctel.png") no-repeat center;
    background-size: 0.16rem 0.24rem;
}
.icontact1_fl_b ul li .cemail{
    background: url("../images/cemail.png") no-repeat center;
    background-size: 0.19rem 0.17rem;
}
.icontact1_fl_b ul li .caddress{
    background: url("../images/caddress.png") no-repeat center;
    background-size: 0.18rem 0.24rem;
}
.icontact1_fr{
    width: 40.6%;
}
.icontact2{
    margin-top: -1.2rem;
    background: url("../images/icontact2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 0.87rem 0 0.76rem 0;
}
.icontact2_title h3{
    font-weight: 400;
    color: #131313;
    line-height: 1;
}
.icontact2_title p{
    margin-top: 0.25rem;
    font-weight: 400;
    color: #666666;
    line-height: 1;
}
.icontact2_con{
    margin-top: 0.45rem;
}
.lx1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lx1s{
    width: 47%;
    margin-bottom: 0.25rem;
}
.lx1 label{
    display: block;
    color: #525252;
    line-height: 1;
    margin-bottom: 0.18rem;
}
.lx1 label b{
    color: #FF0505;
}
.lx1 input{
    width: 100%;
    height: 0.58rem;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 0 15px;
    color: #525252;
}
.lx1 textarea{
    width: 100%;
    height: 1.38rem;
    line-height: 30px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 15px;
    resize: none;
    color: #525252;
}
.lx2{
    margin-top: 0.49rem;
}
.lx2 button{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #FFFFFF;
    width: 3.38rem;
    margin: 0 auto;
    height: 0.67rem;
    background: #FF0505;
    border: none;
    cursor: pointer;
}
.lx2 button i{
    width: 0.15rem;
    height: 0.15rem;
    background: url("../images/njt.png") no-repeat center;
    background-size: 100%;
    margin-left: 10px;
    transition: .5s;
}
.lx2 button:hover i{
    transform: rotate(45deg);
}

.danxuan{
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}
/* 选项容器 */
.danxuan .option-item{
    display:flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
    margin: 0;
}
/* 隐藏原生圆形单选按钮 */
.danxuan .option-item input[type="radio"]{
    display:none;
}
/* 自定义方框 */
.danxuan .check-box{
    width:26px;
    height:26px;
    border:2px solid #dcdfe6;
    border-radius:4px;
    position:relative;
    transition: all 0.2s ease;
}
/* 白色对勾 */
.danxuan .check-box::after{
    content:"";
    position:absolute;
    left:8px;
    top:3px;
    width:8px;
    height:14px;
    border:solid #fff;
    border-width:0 3px 3px 0;
    transform:rotate(45deg) scale(0);
    transition:0.2s ease;
}
/* 选中样式 */
.danxuan .option-item input[type="radio"]:checked + .check-box{
    background:#FF0505;
    border-color:#FF0505;
}
.danxuan .option-item input[type="radio"]:checked + .check-box::after{
    transform:rotate(45deg) scale(1);
}




/*新闻资讯*/
.inews{
    margin: 0.43rem 0;
}
.inews_con{
    margin-bottom: 10px;
}
.inews_con ul{
    display: flex;
    flex-wrap: wrap;
}
.inews_con ul li{
    width: 31.1%;
    margin-right: 3.35%;
    margin-bottom: 0.47rem;
}
.inews_con ul li:nth-child(3n){
    margin-right: 0;
}
.inews_con ul li a{
    display: block;
    position: relative;
}
.inews_con ul li a:after{
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #FF0505;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s;
}
.inews_con ul li a:hover:after{
    width: 100%;
}
.inews_con ul li a:hover .news_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*新闻详情*/
.inewsshow{
    background: url("../images/inewsshowbg.jpg") no-repeat center;
    background-size: cover;
    height: auto;
    padding: 0.2rem 0 0.4rem 0;
}
.inewsshow.inner-location p{
    font-weight: 400;
    color: #ffffff;
}
.inewsshow.inner-location p a{
    font-weight: 400;
    color: #ffffff;
}
.inewsshow.inner-location h3{
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
}
.inewsshow1{
    margin: 0.85rem 0 0.8rem 0;
}
.show_bt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 0.35rem;
}
.show_bt_fl{
    width: 51%;
}
.show_bt_fl h3{
    font-weight: 400;
    color: #333333;
    line-height: 1.17;
}
.show_bt_fr{
    display: flex;
    align-items: center;
}
.show_bt_fr_info{
    display: flex;
    align-items: center;
}
.show_bt_fr_info span{
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    margin-left: 0.25rem;
}
.show_bt_fr_info span.author{
    background: url("../images/author.png") no-repeat left center;
    background-size: 0.19rem 0.22rem;
    padding-left: 0.24rem;
}
.show_bt_fr_info span.date{
    background: url("../images/date.png") no-repeat left center;
    background-size: 0.22rem 0.22rem;
    padding-left: 0.27rem;
}
.show_bt_fr_back a{
    margin-left: 0.93rem;
    display: block;
    background: url("../images/back.png") no-repeat left center;
    background-size: 0.19rem 0.17rem;
    padding-left: 0.28rem;
    font-weight: 400;
    color: #FF0505;
    line-height: 25px;
}
.show_nr{
    margin-top: 0.5rem;
    padding: 0 1.55rem;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}
.inewsshow2{
    position: relative;
    padding: 0.255rem;
    background: #f0f0f0;
    overflow: hidden;
}
.inewsshow2 .waves{
    height: 2rem;
}
.inewsshow2 .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.show_back1{
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #131313;
    line-height: 0.36rem;
    width: 33.3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back1 a{
    display: block;
    font-weight: 400;
    color: #131313;
    line-height: 0.36rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back1:last-child {
    justify-content: flex-end;
}
.show_back1 a:hover{
    color: #FF0505;
}
.show_back2{

}
.show_back2 a{
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #131313;
    line-height: 0.36rem;
}
.show_back2 a i{
    width: 0.18rem;
    height: 0.16rem;
    background: url("../images/back.png") no-repeat left center;
    background-size: 100% !important;
    margin-right: 0.17rem;
    transition: .5s;
}
.show_back2 a:hover{
    color: #FF0505;
}

/*应用领域*/
.iarea1_title{
    text-align: center;
}
.iarea1{
    margin: 0.85rem 0 0.25rem 0;
}
.iarea1_title{
    text-align: center;
}
.iarea1_title h3{
    font-weight: 400;
    color: #131313;
    line-height: 1;
}
.iarea1_title p{
    margin-top: 0.25rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.67;
}
.iarea1_con{
    margin-top: 0.6rem;
}
.iarea1_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iarea1_con ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.7rem;
}
.iarea1_con ul li:nth-child(2n){
    margin-right: 0;
}
.iarea1_con ul li a{
    display: block;
}
.iarea1_con_txt{
    text-align: center;
    margin-top: -0.33rem;
}
.iarea1_con_txt1{
    width: 0.63rem;
    margin: 0 auto;
    height: 0.63rem;
    text-align: center;
    background: #AAAAAA;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    cursor: pointer;
}
.iarea1_con_txt1 span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.63rem;
    height: 0.63rem;
    background: #AAAAAA;
    border-radius: 50%;
}
.iarea1_con_txt1 span img{
    height: 0.15rem;
}
.iarea1_con_txt1::before,
.iarea1_con_txt1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: #AAAAAA;
    opacity: .15;
    z-index: -10
}
.iarea1_con_txt1::before {
    z-index: -10;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite
}
.iarea1_con_txt1::after {
    z-index: -10;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite
}
.iarea1_con_txt2{
    margin-top: 0.45rem;
    font-weight: 400;
    color: #131313;
    line-height: 1;
}
.iarea1_con_txt3{
    margin-top: 0.2rem;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}
.iarea1_con ul li a:hover .iarea1_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iarea1_con ul li a:hover .iarea1_con_txt1{
    background: #FF0505;
}
.iarea1_con ul li a:hover .iarea1_con_txt1 span{
    background: #FF0505;
}
.iarea1_con ul li a:hover .iarea1_con_txt1::before,
.iarea1_con ul li a:hover .iarea1_con_txt1::after {
    background-color: #FF0505;
}
@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: alpha(opacity=50)
    }

    80% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5)
    }

    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5)
    }
}

@-webkit-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5)
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5)
    }
}

@-moz-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5)
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5)
    }
}

@keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5)
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5)
    }
}

@-moz-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5)
    }
}
.iarea2{
    background: url("../images/iarea2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 0.84rem 0 0.69rem 0;
}
.iarea2_title{
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}
.iarea2_con{
    margin-top: 0.4rem;
    position: relative;
    padding-bottom: 0.77rem;
}
.customer_con .swiper-container{
    width: 106%;
    margin: 0 auto;
}
.customer_con .swiper-slide{
    display: initial;
    /*margin-top: 40px !important;*/
}
.iarea2s a{
    display: block;
    position: relative;
    width: 100%;
    transition: .5s;
}
.iarea2_img{
    transition: .5s;
    background: #FFFFFF;
    border-radius: 5px;
}
.iarea2_img.pic:after{
    padding-bottom: 36.5%;
}
.iarea2_img img{
    padding: 5px;
}
.iarea2s a:hover .iarea2_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.swiper-pagination1{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iarea2_con .swiper-pagination1{
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.iarea2_con .swiper-pagination-bullet{
    width: 0.59rem;
    height: 0.04rem;
    background: rgba(170,170,170,.8);
    outline: none;
    margin: 0 4.5px; !important;
    border-radius: 0;
    opacity: 1;
}
.iarea2_con .swiper-pagination-bullet-active{
    background: rgba(255,4,4,.8);
}

/*应用领域详情*/
.show_bt_fl p{
    margin-top: 0.2rem;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
}
.iareashow .icontact2{
    margin-top: 0;
}

/*产品中心*/
.iproduct{
    background: url("../images/iprobg.jpg") repeat-y center;
    background-size: cover;
    padding: 0.7rem 0;
}
.iproduct .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iproduct_fl{
    width: 3.58rem;
}
.iproduct_fl_t{
    display: flex;
    align-items: center;
    height: 1.15rem;
    border-radius: 0.5rem 0px 0px 0px;
    font-weight: 400;
    color: #FFFFFF;
    background: url("../images/ptbg.jpg") no-repeat center;
    background-size: cover;
    line-height: 1;
    padding: 0 0.45rem;
}
.pinfo{

}
.pinfo li{
    overflow: hidden;
    position: relative;
    /*margin-bottom: 1px;*/
}
.pinfo li:last-child{
    margin-bottom: 0;
}
.pinfo li a{
    display: block;
    padding: 0.19rem 0.26rem 0.19rem 0.12rem;
    line-height: 30px;
    font-weight: 400;
    color: #FFFFFF;
    /*background: #999999;*/
    background-size: cover;
    background-position: center;
    overflow:hidden;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    position: relative;
    z-index: 4;
}
/*.pinfo li a:hover{
    background: #A0020A;
}*/
.pinfo li .more{
    position: absolute;
    right: 0.26rem;
    top: 0.25rem;
    border: none;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url("../images/p.png") no-repeat right center;
    background-size: 100% !important;
    display: block;
    z-index: 5;
    padding: 0;
    transition: .5s;
}
.pinfo li .more:hover {
    background:url("../images/p_h.png") no-repeat right center;
    background-size: 14px 14px;
}
.pinfo li:hover .more {
    background:url("../images/p_h.png") no-repeat right center;
    background-size: 14px 14px;
}
.pinfo .er{
    display: none;
    padding: 0.3rem 0.39rem 0.3rem 0.39rem;
    background: #ffffff;
}
.pinfo .er li{
    margin-bottom: 20px;
}
.pinfo .er li:last-child{
    margin-bottom: 0;
}
.pinfo .er li a {
    font-weight: 400;
    color: #131313;
    line-height: 25px;
    padding: 0 0 0 28px;
    background: transparent;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    border: none;
}
.pinfo .er li a:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #999999;
    box-shadow: 0px 6px 9px 0px rgba(153,153,153,0.42);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.pinfo .er li a:hover:before{
    background: #FF0505;
    box-shadow: 0px 6px 9px 0px rgba(255,5,5,0.42);
}
.pinfo .er li a p sup{
    color: #FF0505;
    margin-left: 5px;
}
.pinfo .nav-show .er {
    display: block;
    padding: 0.3rem 0.39rem 0.3rem 0.39rem;
}
.pinfo .nav-show .er li{
    margin-bottom: 20px;
}
.pinfo .nav-show .er li:last-child{
    margin-bottom: 0;
}
.pinfo .nav-show .er li a {
    font-weight: 400;
    color: #131313;
    line-height: 25px;
    padding: 0 0 0 28px;
    background: transparent;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.pinfo .nav-show .er li a:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #999999;
    box-shadow: 0px 6px 9px 0px rgba(153,153,153,0.42);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.pinfo .nav-show .er li a:hover:before{
    background: #FF0505;
    box-shadow: 0px 6px 9px 0px rgba(255,5,5,0.42);
}
.pinfo .nav-show .er li a:hover p{
    color: #FF0505;
    text-decoration: underline;
}
.pinfo .nav-show:hover .more {
    background:url("../images/p_h.png") no-repeat right center;
}
.pinfo .nav-show .more{
    background:url("../images/p_h.png") no-repeat right center;
}
/*.pinfo .nav-show a{
    background: #FF0505;
}*/
.iproduct_fr{
    width: calc(100% - 3.91rem);
}
.iproduct_fr_con{
    margin-bottom: 0.2rem;
}
.iproduct_fr_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iproduct_fr_con ul li{
    width: 47.25%;
    margin-right: 5.5%;
    margin-bottom: 0.41rem;
}
.iproduct_fr_con ul li:nth-child(2n){
    margin-right: 0;
}
.iproduct_fr_con ul li a{
    display: block;
}
.iproduct_fr_img{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}
.iproduct_fr_img.pic:after{
    padding-bottom: 60%;
}
.iproduct_fr_txt{
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
    padding: 0.59rem 0.41rem 0.3rem 0.41rem;
    transition: .5s;
}
.iproduct_fr_txt1{
    font-weight: 400;
    color: #131313;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iproduct_fr_txt2{
    margin-top: 0.2rem;
    font-weight: 400;
    color: #666666;
    line-height: 34px;
    height: 68px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.iproduct_fr_txt3{
    margin: 0.15rem 0 0 auto;
    width: 0.48rem;
    height: 0.48rem;
    background: #FFFFFF url("../images/njt1.png") no-repeat center;
    background-size: 0.16rem 0.16rem !important;
    border-radius: 50%;
    transition: .5s;
}
.iproduct_fr_con ul li a:hover .iproduct_fr_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iproduct_fr_con ul li a:hover .iproduct_fr_txt{
    background: #000000;
    border-radius: 0px 0px 50px 0px;
}
.iproduct_fr_con ul li a:hover .iproduct_fr_txt1{
    color: #F3F3F3;
}
.iproduct_fr_con ul li a:hover .iproduct_fr_txt2{
    color: #F3F3F3;
}
.iproduct_fr_con ul li a:hover .iproduct_fr_txt3{
    background: #F10505 url("../images/njt.png") no-repeat center;
}

/*产品详情*/
.iproshow{
    padding-top: 0.7rem;
}
.iproshow .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iproshow1{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0.55rem;
}
.iproshow1_fl{
    width: 49.5%;
    background: #F4F4F5;
}
.iproshow1_fl_t{
    position: relative;
}
.iproshow1_fl_t .gallery-top {
    width: 100%;
    height: auto;
}
.iproshow1_fl_t .gallery-top .swiper-slide{
    display: block;
    position: relative;
    width: 100%;
}
.proshow-max .pic:after{
    padding-bottom: 75%;
}
.iproshow1_fl_t .swiper-button-next6, .iproshow1_fl_t .swiper-button-prev6{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background-size: 0.09rem 0.16rem !important;
}
.iproshow1_fl_t .swiper-button-prev6{
    right: auto;
    left: 23px;
    background: #FFFFFF url("../images/ejt_l.png") no-repeat center;
}
.iproshow1_fl_t .swiper-button-next6{
    left: auto;
    right: 23px;
    background: #FFFFFF url("../images/ejt_r.png") no-repeat center;
}
.iproshow1_fl_t .swiper-button-prev6:hover{
    background: #FF0505 url("../images/ejt_lh.png") no-repeat center;
}
.iproshow1_fl_t .swiper-button-next6:hover{
    background: #FF0505 url("../images/ejt_rh.png") no-repeat center;
}
.iproshow1_fl_b{
    position: relative;
    width: 100%;
    padding: 0.35rem 0;
}
.iproshow1_fl_b .gallery-thumbs {
    width: 75%;
    margin: 0 auto;
    height: auto;
}
.iproshow1_fl_b .gallery-thumbs .swiper-slide{
    display: initial;
}
.proshow-min a{
    display: block;
    position: relative;
    text-align: justify;
    width: 100%;
}
.proshow-min a .pic{
    border: 1px solid #D2D0D0;
    background: #ffffff;
}
.proshow-min a .pic:after{
    padding-bottom: 100%;
}
.proshow-min.swiper-slide-thumb-active a .pic{
    border: 1px solid #FF0505;
}
.iproshow1_fr{
    width: 45.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 15px;
}
.iproshow1_fr1{
    border-bottom: 2px solid #131313;
    padding-bottom: 10px;
}
.iproshow1_fr1 p{
    font-weight: 400;
    color: #131313;
    line-height: 1.17;
    text-transform: capitalize;
}
.iproshow1_fr1 span{
    font-weight: 400;
    color: #999999;
}
.iproshow1_fr2{
    margin-top: 0.4rem;
}
.iproshow1_fr2_title{
    font-weight: 400;
    color: #222222;
    line-height: 1;
}
.iproshow1_fr2_con{
    margin-top: 0.2rem;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}
.iproshow1_fr3{
    margin-top: 0.25rem;
    display: flex;
    flex-wrap: wrap;
}
.iproshow1_fr3 a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.49rem;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    font-weight: bold;
    color: #131313;
    padding: 0 0.4rem;
    margin-right: 0.2rem;
    transition: .5s;
}
.psmail i{
    width: 0.23rem;
    height: 0.17rem;
    background: url("../images/psmail.png") no-repeat center;
    background-size: 100% !important;
    margin-right: 13px;
}
.pslx i{
    width: 0.15rem;
    height: 0.15rem;
    background: url("../images/pslx.png") no-repeat center;
    background-size: 100% !important;
    margin-left: 13px;
}
.iproshow1_fr3 a:hover{
    background: #FF0505;
    border: 1px solid #FF0505;
    color: #FFFFFF;
}
.iproshow1_fr3 a.psmail:hover i{
    background: url("../images/psmail_h.png") no-repeat center;
}
.iproshow1_fr3 a.pslx:hover i{
    background: url("../images/pslx_h.png") no-repeat center;
}
.iproshow2{
    margin-bottom: 0.45rem;
}
.iproshow2_1, .iproshow2_4{
    margin-bottom: 0.65rem;
}
.iproshow2_title{
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 0.34rem;
}
.iproshow2_title h3{
    font-weight: bold;
    color: #333333;
    line-height: 1;
    position: relative;
    padding-left: 22px;
}
.iproshow2_title h3:before{
    content: '';
    display: block;
    width: 7px;
    height: 100%;
    background: #FF0505;
    position: absolute;
    left: 0;
    top: 0;
}
.iproshow2_1_con{
    margin-top: 0.3rem;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}
.iproshow2_4_con, .iproshow2_5_con{
    margin-top: 0.4rem;
}
.iproshow2_4_con li{
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    justify-content: space-between;
    margin-bottom: 0.2rem;
}
.iproshow2_4_con li:last-child{
    margin-bottom: 0;
}
.iproshow2_4_con_img{
    width: 40.7%;
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
}
.iproshow2_4_con_img.pic:after{
    padding-bottom: 53%;
}
.iproshow2_4_con_img img{
    padding: 10px;
}
.iproshow2_4_con_txt{
    width: 56.7%;
    border: 1px solid #DDDDDD;
}
.iproshow2_4_con_txt1{
    font-weight: bold;
    color: #FF0505;
    line-height: 1;
    border-bottom: 1px solid #DDDDDD;
    line-height: 32px;
    padding: 5px 0.28rem;
}
.iproshow2_4_con_txt2{
    padding: 0.28rem;
    color: #666666;
    line-height: 1.78;
}
.iproshow2_5_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iproshow2_5_con ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.2rem;
}
.iproshow2_5_con ul li:nth-child(3n){
    margin-right: 0;
}
.iproshow2_5_con_img{
    border: 1px solid  #DDDDDD;
}
.iproshow2_5_con_img.pic:after{
    padding-bottom: 68.26%;
}
.iproshow2_5_con_txt{
    background: #FF0505;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iproshow2_5_con ul li:hover .iproshow2_5_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}





.common_contact{
    background: url("../images/ips_contactbg.jpg") no-repeat bottom center;
    background-size: cover;
    padding: 0.85rem 0 0.65rem;
}
.common_contact .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.common_contact_fl{
    width: 41.5%;
}
.common_contact_title{
    font-weight: bold;
    color: #333333;
    line-height: 1;
    margin-bottom: 0.4rem;
}
.common_contact_fl_con.icontact1_fl_b{
    margin-top: 0;
}
.common_contact_fl_con h3{
    background: url("../images/common.png") no-repeat left center;
    background-size: 0.17rem 0.15rem;
    font-weight: 400;
    color: #131313;
    line-height: 1;
    padding-left: 0.35rem;
    margin-bottom: 0.6rem;
}
.common_contact_fl_con ul li p{
    width: calc(100% - 0.68rem);
}
.common_contact_fr{
    width: 50.75%;
}
.zxly1{
    position: relative;
    margin-bottom: 11px;
}
.zxly1 label{
    position: absolute;
    left: 0.3rem;
    top: 50%;
    transform: translate(0, -50%);
    font-weight: 400;
    color: #888888;
}
.zxly1 input{
    width: 100%;
    height: 66px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #666666;
    padding-right: 0.3rem;
}
.zxly1 input:focus{
    border: 1px solid #DC0101;
}
.distance1{
    padding-left: 2.1rem;
}
.distance2{
    padding-left: 1.9rem;
}
.distance3{
    padding-left: 1.55rem;
}
.distance4{
    padding-left: 1.5rem;
}
.zxly2{
    position: relative;
    margin-bottom: 0.34rem;
}
.zxly2 label{
    position: absolute;
    left: 0.3rem;
    top: 20px;
    font-weight: 400;
    color: #888888;
}
.zxly2 textarea{
    width: 100%;
    height: 104px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #666666;
    padding: 20px 0.3rem 20px 3.15rem;
    resize: none;
}
.zxly2 textarea:focus{
    border: 1px solid #DC0101;
}
.zxly3 button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.05rem;
    height: 0.53rem;
    background: #FF0505;
    border-radius: 27px;
    font-weight: 400;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: .5s;
}
.zxly3 button i{
    width: 0.21rem;
    height: 0.21rem;
    background: url("../images/tj.png") no-repeat center;
    background-size: 100%;
    margin-left: 12px;
    transition: .5s;
}
.zxly3 button:hover{
    background: #DC0101;
}
/*.zxly3 button:hover i{
    transform: rotate(-45deg);
}*/


@media (min-width:1801px) and (max-width:1900px){
    .about_fr{
        padding: 0.8rem 1.05rem 0.8rem 1.05rem;
    }
}


@media (min-width:1701px) and (max-width:1800px){
    .about_fr{
        padding: 0.7rem 1.05rem 0.7rem 1.05rem;
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .container1{
        width: 90%;
    }
    .home-honor:before{
        left: 0;
    }
    .news_qh .swiper-button-prev1{
        left: -0.65rem;
    }
    .news_qh .swiper-button-next1{
        right: -0.65rem;
    }
    .about_fr{
        padding: 0.6rem 0.7rem 0.6rem 0.7rem;
    }

    .icontact1_fl{
        width: 37.5%;
    }
    .iproshow1_fr3 a{
        padding: 0 0.3rem;
    }
}

@media (min-width:1520px) and (max-width:1600px){
    .container1{
        width: 90%;
    }
    .f-85{
        font-size: 0.65rem;
    }
    .home-honor:before{
        left: 0;
    }
    .about_fr{
        padding: 0.6rem 0.7rem 0.6rem 0.7rem;
    }
    .about_fr3{
        height: 196px;
        -webkit-line-clamp: 7;
    }
    .news_qh .swiper-button-prev1{
        left: -0.55rem;
    }
    .news_qh .swiper-button-next1{
        right: -0.55rem;
    }
    .footer2_fl ul li{
        margin-right: 1rem;
    }

    .icontact1_fl{
        width: 39.5%;
    }
    .iproshow1_fr3 a{
        padding: 0 0.22rem;
    }
}

@media (min-width:1401px) and (max-width:1519px){
    .container1{
        width: 90%;
    }
    .f-12{
        font-size: 0.16rem;
    }
    .f-14{
        font-size: 0.18rem;
    }
    .f-15{
        font-size: 0.19rem;
    }
    .f-16{
        font-size: 0.20rem;
    }
    .f-17{
        font-size: 0.21rem;
    }
    .f-18{
        font-size: 0.22rem;
    }
    .f-20{
        font-size: 0.24rem;
    }
    .f-24{
        font-size: 0.28rem;
    }
    .f-30{
        font-size: 0.33rem;
    }
    .f-35{
        font-size: 0.38rem;
    }
    .f-36{
        font-size: 0.39rem;
    }
    .f-50{
        font-size: 0.53rem;
    }
    .latestnewss a{
        height: 1.58rem;
    }
    .about_fr{
        padding: 0.7rem 0.7rem 0.6rem 0.7rem;
    }
    .about_fr3{
        height: 196px;
        -webkit-line-clamp: 7;
    }
    .home-honor:before{
        width: 2.06rem;
        left: 0;
    }
    .honor-min.swiper-slide-active p{
        font-size: 0.22rem;
    }

    .iabout1_fl_b_txt a img{
        height: 0.2rem;
    }
    .iabout2_3 .item.active .iabout2_3_title{
        font-size: 0.33rem;
    }
    .icontact1_fl{
        width: 36.5%;
    }
    .lx2 button i{
        width: 0.2rem;
        height: 0.2rem;
    }
    .iproduct_fl{
        width: 4.38rem;
    }
    .iproduct_fr{
        width: calc(100% - 4.71rem);
    }
    .pinfo li .more{
        top: 0.3rem;
    }
    .iproduct_fr_txt3{
        background-size: 0.17rem 0.17rem !important;
    }
    .iproshow1_fr3 a{
        padding: 0 0.3rem;
    }
    .distance1 {
        padding-left: 2.35rem;
    }
    .distance2 {
        padding-left: 2.1rem;
    }
    .distance3 {
        padding-left: 1.65rem;
    }
    .distance4 {
        padding-left: 1.55rem;
    }
    .zxly2 textarea{
        padding: 20px 0.3rem 20px 3.7rem;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 92%;
    }
    .f-12{
        font-size: 0.17rem;
    }
    .f-14{
        font-size: 0.19rem;
    }
    .f-15{
        font-size: 0.2rem;
    }
    .f-16{
        font-size: 0.21rem;
    }
    .f-17{
        font-size: 0.22rem;
    }
    .f-18{
        font-size: 0.23rem;
    }
    .f-20{
        font-size: 0.25rem;
    }
    .f-24{
        font-size: 0.29rem;
    }
    .f-30{
        font-size: 0.33rem;
    }
    .f-35{
        font-size: 0.38rem;
    }
    .f-36{
        font-size: 0.39rem;
    }
    .f-30{
        font-size: 0.33rem;
    }
    .f-50{
        font-size: 0.53rem;
    }
    .latestnewss a{
        height: 1.78rem;
    }
    .index_title_b_fr a{
        width: 1.82rem;
        height: 0.55rem;
    }
    .about_fr{
        padding: 0.7rem 0.7rem 0.6rem 0.7rem;
    }
    .about_fr3{
        height: 168px;
        -webkit-line-clamp: 6;
    }
    .home-honor:before{
        left: 0;
        width: 1.96rem;
    }
    .honor_con1 .swiper-slide{
        width: 322px;
        height: 494px;
    }
    .honor-max-img {
        width: 322px;
        height: 424px;
    }
    .honor-min.swiper-slide-active p{
        font-size: 0.23rem;
    }
    .honor_con2 .swiper-button-next2, .honor_con2 .swiper-button-prev2{
        width: 0.53rem;
        height: 0.53rem;
    }
    .honor_con2 .swiper-button-prev2{
        top: -0.65rem;
    }
    .honor_con2 .swiper-button-next2{
        bottom: -0.65rem;
    }
    .news_qh .swiper-button-next1, .news_qh .swiper-button-prev1{
        width: 0.53rem;
        height: 0.53rem;
    }
    .news_qh .swiper-button-prev1{
        left: -0.65rem;
    }
    .news_qh .swiper-button-next1{
        right: -0.65rem;
    }

    .iabout1_fl_b_txt a img{
        height: 0.2rem;
    }
    .iabout2_3 .item.active .iabout2_3_title{
        font-size: 0.33rem;
    }
    .icontact1_fl{
        width: 36.5%;
    }
    .lx2 button i{
        width: 0.2rem;
        height: 0.2rem;
    }
    .iproduct_fl{
        width: 4.58rem;
    }
    .iproduct_fr{
        width: calc(100% - 4.91rem);
    }
    .pinfo li .more{
        top: 0.3rem;
    }
    .iproduct_fr_txt3{
        background-size: 0.18rem 0.18rem !important;
    }
    .iproshow1_fr3 a{
        padding: 0 0.3rem;
    }
    .distance1 {
        padding-left: 2.45rem;
    }
    .distance2 {
        padding-left: 2.2rem;
    }
    .distance3 {
        padding-left: 1.75rem;
    }
    .distance4 {
        padding-left: 1.65rem;
    }
    .zxly2 textarea{
        padding: 20px 0.3rem 20px 3.8rem;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container1{
        width: 92%;
    }
    .f-12{
        font-size: 0.17rem;
    }
    .f-14{
        font-size: 0.19rem;
    }
    .f-15{
        font-size: 0.2rem;
    }
    .f-16{
        font-size: 0.21rem;
    }
    .f-17{
        font-size: 0.22rem;
    }
    .f-18{
        font-size: 0.23rem;
    }
    .f-20{
        font-size: 0.25rem;
    }
    .f-24{
        font-size: 0.29rem;
    }
    .f-28{
        font-size: 0.33rem;
    }
    .f-30{
        font-size: 0.33rem;
    }
    .f-35{
        font-size: 0.38rem;
    }
    .f-36{
        font-size: 0.39rem;
    }
    .f-50{
        font-size: 0.53rem;
    }
    .latestnewss a{
        height: 1.78rem;
    }
    .index_title_b_fr a{
        width: 1.82rem;
        height: 0.55rem;
    }
    .about_fr{
        padding: 0.7rem 0.7rem 0.6rem 0.7rem;
    }
    .about_fr3{
        height: 168px;
        -webkit-line-clamp: 6;
    }
    .home-honor:before{
        left: 0;
        width: 2.06rem;
    }
    .honor_con1 .swiper-slide{
        width: 322px;
        height: 494px;
    }
    .honor-max-img {
        width: 322px;
        height: 424px;
    }
    .honor-min.swiper-slide-active p{
        font-size: 0.23rem;
    }
    .honor_con2 .swiper-button-next2, .honor_con2 .swiper-button-prev2{
        width: 0.53rem;
        height: 0.53rem;
    }
    .honor_con2 .swiper-button-prev2{
        top: -0.65rem;
    }
    .honor_con2 .swiper-button-next2{
        bottom: -0.65rem;
    }
    .news_qh .swiper-button-next1, .news_qh .swiper-button-prev1{
        width: 0.53rem;
        height: 0.53rem;
    }
    .news_qh .swiper-button-prev1{
        left: -0.65rem;
    }
    .news_qh .swiper-button-next1{
        right: -0.65rem;
    }

    .iabout1_fl_b_txt a img{
        height: 0.2rem;
    }
    .iabout2_3 .item.active .iabout2_3_title{
        font-size: 0.33rem;
    }
    .icontact1_fl{
        width: 36.5%;
    }
    .lx2 button i{
        width: 0.2rem;
        height: 0.2rem;
    }
    .iproduct_fl{
        width: 4.58rem;
    }
    .iproduct_fr{
        width: calc(100% - 4.91rem);
    }
    .pinfo li .more{
        top: 0.3rem;
    }
    .iproduct_fr_txt3{
        background-size: 0.19rem 0.19rem !important;
    }
    .iproshow1_fr3 a{
        padding: 0 0.3rem;
    }
    .distance1 {
        padding-left: 2.45rem;
    }
    .distance2 {
        padding-left: 2.2rem;
    }
    .distance3 {
        padding-left: 1.75rem;
    }
    .distance4 {
        padding-left: 1.65rem;
    }
    .zxly2 textarea{
        padding: 20px 0.3rem 20px 3.8rem;
    }

}

@media(max-width:1199px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    /*.home-banner{
        padding-top: 60px;
    }*/
    .f-12{
        font-size: 0.14rem;
    }
    .f-14{
        font-size: 0.16rem;
    }
    .f-15{
        font-size: 0.17rem;
    }
    .f-16{
        font-size: 0.18rem;
    }
    .f-18{
        font-size: 0.2rem;
    }
    .f-35{
        font-size: 0.33rem;
    }
    .f-36{
        font-size: 0.34rem;
    }
    .f-40{
        font-size: 0.38rem;
    }
    .f-50{
        font-size: 0.46rem;
    }
    .ban_txt{
        top: 45%
    }
    .about_fl{
        width: 100%;
    }
    .about_fr{
        width: 100%;
        padding: 1rem 0.5rem 0.9rem 0.5rem;
    }
    .about_fr3{
        height: 168px;
    }
    .home-honor:before{
        left: 15px;
        width: 1.2rem;
    }
    .honor_con{
        width: 85%;
    }
    .honor_con1{
        width: 75%;
    }
    .honor_con1 .swiper-slide{
        width: 322px;
        height: 494px;
    }
    .honor-max-img {
        width: 322px;
        height: 424px;
    }
    .honor_con2{
        width: 25%;
    }
    .area_txt p{
        margin-top: 0.55rem;
    }
    .footer2_fl ul li{
        margin-right: 0.7rem;
    }
    .latestnewss a{
        height: 1.48rem;
    }

    .f-85{
        font-size: 0.75rem;
    }
    .iabout2{
        background-size: 150%;
    }
    .iabout2_3_con{
        width: 20.5vw;
    }
    .iabout2_3 .item.active .iabout2_3_con{
        width: 44.5625vw;
    }
    .iabout4_con .swiper-button-prev4{
        left: 45%;
    }
    .icontact1_fl{
        width: 43.5%
    }
    .icontact2{
        margin-top: -0.6rem;
    }
    .show_nr{
        padding: 0 0.77rem;
    }
    .iproduct_fl{
        width: 3.98rem;
    }
    .iproduct_fr{
        width: calc(100% - 4.31rem);
    }
    .iproshow1_fl{
        width: 100%;
    }
    .iproshow1_fl_t .swiper-button-next6, .iproshow1_fl_t .swiper-button-prev6{
        width: 0.65rem;
        height: 0.65rem;
    }
    .iproshow1_fr{
        width: 100%;
        margin-top: 0.5rem;
    }
    .distance1{
        padding-left: 2.2rem;
    }
    .distance2{
        padding-left: 2.0rem;
    }
    .zxly2 textarea{
        padding: 20px 0.3rem 20px 3.35rem;
        height: 114px;
    }
}

@media(max-width:820px) {
    .f-12{
        font-size: 0.13rem;
    }
    .f-14{
        font-size: 0.15rem;
    }
    .f-15{
        font-size: 0.16rem;
    }
    .f-16{
        font-size: 0.17rem;
    }
    .f-18{
        font-size: 0.19rem;
    }
    .f-24{
        font-size: 0.22rem;
    }
    .f-30{
        font-size: 0.26rem;
    }
    .f-35{
        font-size: 0.31rem;
    }
    .f-36{
        font-size: 0.32rem;
    }
    .f-40{
        font-size: 0.36rem;
    }
    .f-50{
        font-size: 0.36rem;
    }
    .f-85{
        font-size: 0.7rem;
    }
    .f-247{
        font-size: 2rem;
    }
    .home-banner .swiper-container .swiper-pagination{
        bottom: 0.32rem;
    }
    .mouse-scroll{
        bottom: 10%;
    }
    .product_t_txt{
        padding: 0.43rem 0.33rem;
    }
    .honor_con1{
        width: 70%;
    }
    .honor_con1 .swiper-slide{
        width: 232px;
        height: 376px;
    }
    .honor-max-img {
        width: 232px;
        height: 306px;
    }
    .honor_con2{
        width: 30%;
        height: 168px;
    }
    .area_txt img{
        height: 0.5rem;
    }
    .area_txt p{
        margin-top: 0.35rem;
    }
    .footer1_fr{
        width: 60%;
    }
    .footer2_fl{
        width: 100%;
    }
    .footer2_fl ul{
        justify-content: space-between;
    }
    .footer2_fl ul li{
        margin-right: 0;
    }
    .footer2_fr{
        width: 100%;
        margin-top: 0.3rem;
    }
    .latestnews_txt{
        padding: 0.18rem 0.3rem;
    }


    .iabout1{
        margin: 0.68rem 0 0.88rem 0;
    }
    .iabout1_fl{
        width: 100%;
    }
    .iabout1_fr{
        width: 100%;
        margin-top: 1rem;
    }
    .iabout2{
        background-size: 180%;
    }
    .iabout2_3_img{
        height: 0.8rem;
    }
    .iabout2_3_img img{
        height: 100%;
    }
    .iabout3_txt{
        padding: 0.53rem 0.43rem;
    }
    .iabout4_txt{
        padding: 0.35rem 0.35rem 0 0.35rem;
    }
    .iabout4_txt2{
        line-height: 30px;
        height: 60px;
    }
    .iabout2_3 .item.active .iabout2_3_title{
        font-size: 0.26rem;
    }
    .icontact1 .container1{
        align-items: center;
    }
    .icontact1_fl{
        width: 49.5%;
        margin-top: 0;
    }
    .icontact1_fl_t p{
        margin-top: 0.25rem;
    }
    .icontact1_fl_b{
        margin-top: 0.37rem;
    }
    .icontact2{
        margin-top: -0.35rem;
    }
    .inews_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .inews_con ul li:nth-child(3n){
        margin-right: 4%;
    }
    .inews_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .iproduct_fr_con ul li{
        width: 100%;
        margin-right: 0;
    }
    .iproshow2_5_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .iproshow2_5_con ul li:nth-child(3n){
        margin-right: 4%;
    }
    .iproshow2_5_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .common_contact_fl_con h3{
        background: url("../images/common.png") no-repeat left 8px;
        background-size: 0.17rem 0.15rem;
        line-height: 1.2;
    }
}

@media(max-width:768px) {
    .f-24{
        font-size: 0.2rem;
    }
    .f-30{
        font-size: 0.24rem;
    }
    .f-50{
        font-size: 0.34rem;
    }
    .f-85{
        font-size: 0.65rem;
    }
    .iabout2_3 .item.active .iabout2_3_title{
        font-size: 0.24rem;
    }
}

@media(max-width:600px) {
    .f-12 {
        font-size: 0.22rem;
    }
    .f-14 {
        font-size: 0.24rem;
    }
    .f-15{
        font-size: 0.25rem;
    }
    .f-16{
        font-size: 0.26rem;
    }
    .f-18{
        font-size: 0.28rem;
    }
    .f-20{
        font-size: 0.28rem;
    }
    .f-24{
        font-size: 0.32rem;
    }
    .f-30{
        font-size: 0.38rem;
    }
    .f-35{
        font-size: 0.4rem;
    }
    .f-36{
        font-size: 0.41rem;
    }
    .f-40{
        font-size: 0.45rem;
    }
    .f-50{
        font-size: 0.3rem;
    }
    .daohang{
        background: #222222;
    }
    .yx a img{
        height: 20px;
    }
    .nav-fr{
        display: none;
    }
    .home-banner{
        padding-top: 60px;
    }
    .mouse-scroll{
        display: none;
    }
    .latestnewss a{
        height: 1.98rem;
    }
    .home-latestnews .swiper-button-next3, .home-latestnews .swiper-button-prev3{
        width: 0.63rem;
        height: 0.63rem;
    }
    .home-latestnews .swiper-button-prev3{
        right: 1.02rem;
    }
    .index_title_b{
        flex-direction: column;
    }
    .index_title_b_fl{
        width: 100%;
    }
    .index_title_b_fr{
        margin-top: 0.25rem;
    }
    .index_title_b_fr a{
        width: 2.15rem;
        height: 0.65rem;
    }
    .product_t_img{
        width: 100%;
    }
    .product_t_img img{
        height: auto;
        object-fit: inherit;
    }
    .product_t_txt{
        width: 100%;
    }
    .product_b .bd ul{
        height: 1.7rem;
    }
    .honor_con{
        width: 100%;
        flex-direction: column;
        margin-top: 0.5rem;
    }
    .honor_con1{
        width: 100%;
        margin-bottom: 0.3rem;
    }
    .honor_con1 .swiper-slide{
        width: 100%;
        height: auto;
    }
    .honor-max-img{
        width: 100%;
        height: auto;
    }
    .honor_con2{
        width: 100%;
        margin: 0.5rem 0;
        height: 138px;
    }
    .honor_con2 .swiper-slide{
        height: 46px;
    }
    .honor_con2 .swiper-button-next2, .honor_con2 .swiper-button-prev2{
        width: 0.63rem;
        height: 0.63rem;
    }
    .news_qh .swiper-container{
        width: 80%;
        margin: 0 auto;
    }
    .news_qh .swiper-button-next1, .news_qh .swiper-button-prev1{
        width: 0.63rem;
        height: 0.63rem;
    }
    .news_qh .swiper-button-prev1{
        left: -0.1rem;
    }
    .news_qh .swiper-button-next1{
        right: -0.1rem;
    }
    .footer1 .container1{
        flex-direction: column;
    }
    .honor_con2 .swiper-button-prev2{
        top: -0.63rem;
    }
    .honor_con2 .swiper-button-next2{
        bottom: -0.63rem;
    }
    .honor-min.swiper-slide-active p{
        font-size: 0.25rem;
    }
    .area_con{
        margin-top: 0.35rem;
    }
    .area_con ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 0.35rem;
    }
    .area_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .footer1_fr{
        margin-top: 0.25rem;
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer1_fr p{
        margin-bottom: 5px;
    }
    .footer1_fr p.ftel{
        margin-left: 0;
    }
    .footer1_fr p.fmail{
        margin-left: 0;
    }
    .footer2_fl ul{
        justify-content: center;
    }
    .footer2_fl ul li{
        width: 33.3%;
    }
    .footer2_fl ul li a{
        justify-content: center;
        line-height: 25px;
    }
    .menulist{
        display: none;
    }
    .footer2_fr img{
        height: 2.34rem;
    }
    .new_product{
        display: none !important;
    }


    .iabout1_fl_b_txt{
        margin-top: -0.46rem;
    }
    .iabout1_fl_b_txt a{
        height: 0.86rem;
    }
    .iabout1_fl_b_txt a img{
        height: 0.25rem;
    }
    .iabout2{
        background-size: 350%;
    }
    .iabout2_3 .item{
        width: 100%;
        height: auto;
        border-bottom: 1px solid #dadada;
        border-right: none;
    }
    .iabout2_3 .item.active{
        width: 100%;
    }
    .iabout2_3 .item:last-child{
        border-bottom: none;
    }
    .iabout2_3 .item.active .iabout2_3s{
        padding: 0.55rem 0.2rem;
    }
    .iabout2_3 .item .iabout2_3_con{
        width: 100%;
    }
    .iabout2_3 .item.active .iabout2_3_con{
        width: 100%;
    }
    .iabout2_3_con{
        display: block;
        height: auto;
        -webkit-line-clamp: none;
    }
    .iabout2_3_img{
        position: relative;
        bottom: 0;
        right: 0;
        margin: 0.15rem 0 0 auto;
    }
    .iabout2_3 .item.active .iabout2_3_title{
        font-size: 0.34rem;
    }
    .iabout3 ul li{
        width: 100%;
    }
    .iabout3 ul li:nth-child(1) .iabout3_img{
        border-radius: 20px;
        margin-bottom: 0.25rem;
    }
    .iabout3 ul li:nth-child(2) .iabout3_img{
        border-radius: 20px;
    }
    .ihonor_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .ihonor_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .ihonor_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .icontact1_fl{
        width: 100%;
    }
    .icontact1_fl_t p{
        font-size: 0.3rem;
    }
    .icontact1_fl_b ul li{
        font-size: 0.3rem;
    }
    .icontact1_fr{
        width: 100%;
    }
    .lx1s{
        width: 100%;
    }
    .lx2 button i{
        width: 0.25rem;
        height: 0.25rem;
    }
    .inews_con ul li{
        width: 100%;
        margin-right: 0;
    }
    .inews_con ul li:nth-child(3n){
        margin-right: 0;
    }
    .inewsshow.inner-location h3{
        margin-top: 10px;
    }
    .show_bt_fl{
        width: 100%;
    }
    .show_bt_fr{
        margin-top: 0.25rem;
        justify-content: space-between;
        width: 100%;
    }
    .show_bt_fr_info span{
        margin-left: 0;
        margin-right: 0.25rem;
    }
    .show_nr{
        padding: 0;
        line-height: 30px;
    }
    .show_back1{
        width: 100%;
        justify-content: center;
    }
    .show_back2{
        width: 100%;
        margin: 5px 0;
    }
    .show_back2 a{
        justify-content: center;
    }
    .show_back1:last-child{
        justify-content: center;
    }
    .iarea1_title p{
        font-size: 0.28rem;
    }
    .iarea1_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.35rem;
    }
    .iarea1_con_txt1 span img{
        height: 0.22rem;
    }
    .iproduct_fl{
        width: 100%;
    }
    .iproduct_fr{
        width: 100%;
        margin-top: 0.5rem;
    }
    .pinfo li a{
        padding: 0.19rem 0.26rem 0.19rem 0.26rem;
    }
    .pinfo li .more{
        top: 0.30rem;
    }
    .iproshow1_fr3 a{
        height: 0.59rem;
    }
    .psmail i{
        width: 0.33rem;
        height: 0.24rem;
    }
    .pslx i{
        width: 0.25rem;
        height: 0.25rem;
    }
    .common_contact_fl{
        width: 100%;
    }
    .common_contact_fr{
        width: 100%;
        margin-top: 0.25rem;
    }
    .distance1{
        padding-left: 2.9rem;
    }
    .distance2 {
        padding-left: 2.6rem;
    }
    .distance3 {
        padding-left: 2.05rem;
    }
    .distance4 {
        padding-left: 1.9rem;
    }
    /*.zxly2{
        display: flex;
        flex-direction: column;
        padding: 20px 0.3rem;
        background: #FFFFFF;
        border-radius: 5px;
        border: 1px solid #DDDDDD;
    }
    .zxly2 label{
        position: relative;
        top: 0;
        left: 0;
    }*/
    .zxly2 textarea{
        padding: 20px 0.3rem 20px 4.55rem;
    }
    .zxly3 button{
        margin: 0 auto;
        height: 0.63rem;
        width: 2.15rem;
    }
    /*.zxly2 textarea:focus{
        border: none;
    }*/
    .zxly3 button i{
        width: 0.27rem;
        height: 0.27rem;
    }
}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}














