*, *: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: .14rem;
    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:'OPPOSANS-B';
    src: url('../fonts/OPPOSANS-B.TTF?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'OPPOSANS-R';
    src: url('../fonts/OPPOSANS-R.TTF?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'OPPOSANS-M';
    src: url('../fonts/OPPOSANS-M.TTF?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Poppins-Regular';
    src: url('../fonts/Poppins-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: 1901px) {
    html {
        font-size: 100px;
    }
}
@media (max-width: 1500px) {
    html {
        font-size: 66px;
    }
}
@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: 1500px) {
    body {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 0.28rem;
    }
}
.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: 1675px;
    /*width: 87.2%;*/
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:1.15rem;
    background: #111111;
	clear:both;
    transition: .5s;
}
.daohang .container1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    transition: .5s;
}
.yx a {
    display: block;
}
.yx a img {
    max-width:100%;
    height: 0.83rem;
    transition: .5s;
}
.nav-fr{
    display: flex;
    align-items: center;
}
.menupc{
    display: flex;
    align-items: center;
}
.menupc li{
    text-align: center;
    z-index: 9;
    position: static;
    margin: 0 0.3rem;
    line-height: 1.15rem;
}
.menupc li:hover a{
    color: #ffffff !important;
}
.menupc li:hover a:after{
    width: 100%;
}
.menupc li a{
    display: block;
    font-weight: bold;
    font-size: 0.16rem;
    color: #AAAAAA;
    position: relative;
    text-transform: uppercase;
}

.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto 0 0;
    height: 2px;
    background: #F8F8F8;
     position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: .5s;
}
.menupc li a:hover{
    color: #ffffff;
}
.menupc li a.current{
    color: #ffffff;
}
.menupc li a:hover:after{
    width: 100%;
}
.menupc li .current:after{
    width: 100%;
}
.menupc .xiala{
    position: absolute;
    z-index: 999;
    display: none;
    overflow: hidden;
    left: 0;
    top: 1.15rem;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 0;
}
.menupc .xialas{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menupc .xiala .xiala_fl{
    width: 34.8%;
    padding: 0.65rem 0 0.65rem calc((100vw - 1675px) / 2);
    background: rgba(238,238,238,.95);
}
.menupc .xiala .xiala_fl p{
    font-weight: 400;
    font-size: 0.24rem;
    color: #111111;
    line-height: 1;
}
.menupc .xiala .xiala_fl h3{
    margin-top: 30px;
    font-family: "Poppins-Regular";
    font-weight: 600;
    font-size: 0.8rem;
    color: #333333;
    line-height: 0.9;
    background: linear-gradient(-29deg, #709E86 0%, #2F6381 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.menupc .xiala .xiala_fr{
    width: 65.2%;
    padding: 0.65rem calc((100vw - 1675px) / 2) 0.65rem 0.65rem;
    position: relative;
    background: rgba(238,238,238,.6);
}
.menupc .xiala .xiala_frwz{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}
.menupc .xiala .xiala_frwz a{
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333 !important;
    line-height: 35px;
    position: relative;
    margin-right: 12%;
    background: url("../images/jt.png") no-repeat right center;
    background-size: 13px 14px !important;
    padding-right: 0.35rem;
}
.menupc .xiala.prola .xiala_frwz a{
    width: 45%;
    margin-right: 10%;
}
.menupc .xiala.prola .xiala_frwz a:nth-child(2n){
    margin-right: 0;
}
.menupc .xiala .xiala_frwz a:after{
    display: none;
}
.menupc .xiala .xiala_fr a:hover{
    color: #2F6381 !important;
    background: url("../images/jt_h.png") no-repeat right center;
}
.menupc .xiala .xiala_fr a.current{
    color: #2F6381 !important;
    background: url("../images/jt_h.png") no-repeat right center;
}

.search{
    position: relative;
    margin: 0 23px 0 35px;
}
.search .ss1{
    width: 2.47rem;
    height: 0.53rem;
    background: #222222;
    border-radius: 27px;
    border: none;
    display: flex;
    align-items: center;
    padding: 0 60px 0 15px;
    font-size: 0.16rem;
    color: #AAAAAA;
}
.search .ss2{
    width: 0.23rem;
    height: 0.22rem;
    background: url("../images/search.png") no-repeat center;
    background-size: 100% !important;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translate(0, -50%);
    text-indent: -999px;
}
.search .ss2:hover{
    background: url("../images/search_h.png") no-repeat center;
}
.nation{
    position: relative;
    background: url("../images/nation.png") no-repeat left center;
    background-size: 22px 21px !important;
    padding-left: 30px;
}
.nation:hover{
    background: url("../images/nation_h.png") no-repeat left center;
}
.nation ul{
    display: flex;
    align-items: center;
}
.nation ul li{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 0.16rem;
    color: #AAAAAA;
}
.nation ul li a{
    display: block;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 0.16rem;
    color: #AAAAAA;
}
.nation ul li a:hover{
    color: #FFFFFF;
}
.nation ul span{
    margin: 0 7px;
}

/*手机导航*/
.menubtn{
    display: none;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 60px;
    cursor: pointer;
    top: 15px;
}

/*手机导航*/
.formBox{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.formBox .inputText{
    width: 60%;
    font-size: 15px;
    line-height: 30px;
    border: none;
    border-bottom: 1px solid #eee;
}
.formBox .btn{
    font-size: 0;
}
.menubtn span {
    display: block;
    width: 20px;
    height: 1px;
    background: #08673F;
    margin: 6px 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.menubtn.on span:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px;
}
.menubtn.on span:nth-child(2) {
    display: none;
}
.menubtn.on span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -7px;
}
.m-nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: #fff;
    display: none;
    z-index: 999;
    overflow-y: scroll;
    border-top: 1px solid #eee;
}

.m-nav .nav-list {
    padding-left: 5%;
    padding-right: 5%;
}
.m-nav .nav-list>li{
    text-align: left;
    border-bottom: #e8e8e8 solid 1px;
    box-sizing: border-box;
}
.m-nav .nav-list .one-level{
    position: relative;
    padding-right: 40px;
}
.m-nav .nav-list .one-level i{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 40px;
    height: 50px;
    background: url(../images/img99.png) center no-repeat;
    background-size: 15px 18px;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.m-nav .nav-list .one-level.on i{
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.m-nav .nav-list>li>a, .m-nav .nav-list .one-level{
    font-size: 18px;
    color: #666666;
    display: block;
    height: 50px;
    line-height: 50px;
}
.m-nav .nav-list>li>a:hover, .m-nav .nav-list .one-level.on a, .m-nav .nav-list .one-level a:hover {
    color: #2F6381;
}
.m-nav .nav-list .lang{
    text-align: center;
    margin-top: 10%;
    border-bottom: none;
}
.m-nav .nav-list .lang .one-level{
    padding-right: 0;
}
.m-nav .nav-list .one-level a, .m-nav .nav-list .one-level span{
    display: inline-block;
    color: #666666;
}
.m-nav .nav-list .one-level span{
    margin: 0 30px;
}
.m-nav .nav-list .one-level a:hover span{
    color: #666666;
}
.m-nav .nav-list li a .tit {
    color: #222222;
}
.m-nav .nav-list li a:hover .tit {
    color: #19aeae;
}
.m-nav .m-subnav {
    display: none;
    border-top: #e8e8e8 solid 1px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.m-nav ul li .m-subnav>a, .m-nav ul li .m-subnav .two-level {
    display: block;
    font-family: "syn";
    font-size: 16px;
    color: #999999;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
}
.m-nav ul li .m-subnav a:hover {
    color: #2F6381;
}

/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position:relative;
    z-index: 2;
}
.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);
}
.home-banner .swiper-container .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 2.6vw;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 1;
    outline: none;
    margin: 0px 15px !important;
    border-radius: 50%;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    width: 12.5px;
    height: 12px;
    background: url("../images/circle.png") no-repeat center;
    background-size: 100%;
    position: relative;
}
.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.26rem;
    height: 0.51rem;
    border-radius: 0;
    background-size: 100% !important;
    transition: .5s;
}
.home-banner .swiper-button-prev{
    left: 6%;
    right: auto;
    background: url("../images/bl.png") no-repeat center;
}
.home-banner .swiper-button-next{
    right: 6%;
    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;
}


header.guding{
    position: fixed;
    z-index: 999;
    top: 0;
}

@media(max-width:1199px) {
    .navdaohang{
        display: none;
    }
    .search{
        display: none;
    }
    .daohang{
        height:60px;
    }
    .yx a img{
        height: 40px;
    }
    .nation{
        margin-right: 45px;
    }
    .menubtn {
        display: block;
    }
}

footer{
    width: 100%;
    margin: 0 auto;
    background: #1B1B1B;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.footer2{
    padding: 0.35rem 0;
    border-top: 1px solid #333333;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer2_fl p{
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.25rem;
}
.footer2_fl a{
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.25rem;
}
.footer2_fl a:hover{
    color: #ffffff;
}
.footer2_fr{
    background: url("../images/faddress.png") no-repeat left center;
    background-size: 13px 17px;
    padding-left: 0.32rem;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.3rem;
}
.footer1{
    padding: 0.9rem 0 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer1_1{
    width: 15%;
}
.footer1_1 a{
    display: flex;
    align-items: center;
}
.footer1_1 a img{
    display: block;
    max-width: 100%;
    height: 0.83rem;
}
.footer1_2{
    width: 55%;
    margin-top: 0.25rem;
}
.footer1_2 ul{
    display: flex;
    flex-wrap: wrap;
}
.footer1_2 ul li{
    width: 20%;
    padding: 0 10px;
    text-align: center;
}
.footer1_2 ul li a{
    display: block;
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menulist{
    margin-top: 0.2rem;
}
.menulist ul{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.menulist ul li{
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 0.2rem;
}
.menulist ul li:last-child{
    margin-bottom: 0;
}
.menulist ul li a{
    display: block;
    font-weight: 400;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.25rem;
}
.menulist ul li a:hover{
    color: #ffffff;
}
.footer1_3{
    width: 19%;
    margin-top: 0.15rem;
}
.footer1_3_t{
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.45rem;
}
.footer1_3_t p{
    padding-left: 33px;
}
.footer1_3_t p.femail{
    background: url("../images/femail.png") no-repeat left center;
    background-size: 14px 12px !important;
}
.footer1_3_t p.ftel{
    background: url("../images/ftel.png") no-repeat left center;
    background-size: 16px 17px !important;
}
.footer1_3_b{
    margin-top: 0.5rem;
}
.footer1_3_b ul{
    display: flex;
}
.footer1_3_b ul li{
    margin-right: 0.28rem;
}
.footer1_3_b ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% !important;
    transition: .5s;
}
.footer1_3_b ul li a.fqq{
    width: 17px;
    height: 16px;
    background: url("../images/fqq.png") no-repeat center;
}
.footer1_3_b ul li a.fwb{
    width: 22px;
    height: 17px;
    background: url("../images/fwb.png") no-repeat center;
}
.footer1_3_b ul li a.fwx{
    width: 19px;
    height: 16px;
    background: url("../images/fwx.png") no-repeat center;
}
.footer1_3_b ul li a:hover.fqq{
    background: url("../images/fqq_h.png") no-repeat center;
}
.footer1_3_b ul li a:hover.fwb{
    background: url("../images/fwb_h.png") no-repeat center;
}
.footer1_3_b ul li a:hover.fwx{
    background: url("../images/fwx_h.png") no-repeat center;
}
.weixin{
    position:relative;
}
.weixin::after{
    content: url("../images/ewm.png");
    position: absolute;
    right: -25px;
    top: -195px;
    z-index: 99;
    width:130px;
    height: 130px;
    border-radius: 4px;
    transform-origin: top center;
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.weixin:hover::after{
    transform:scale(1);
    opacity: 1;
}
.home-news{
    width: 100%;
    margin: 0 auto;
    padding: 1.45rem 0 1.2rem 0;
    position: relative;
    z-index: 2;
    background: #ffffff;
}
.bg_title{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 1;
}
.bg_title img{
    height: 2.97rem;
}
/*.bg_title h3{
    font-family: "Poppins-SemiBold";
    font-size: 350px;
    color: #F8F8F8;
    line-height: 0.8;
    letter-spacing: -25px;
}*/
.news_b{
    position: relative;
    z-index: 2;
}
.news_b .index_title{
    padding-top: 0.45rem;
}
.container2{
    /*width: 70.7%;*/
    width: 1357px;
    margin: 0 auto;
}
.index_title{
    padding-top: 0.95rem;
    display: flex;
    align-items: center;
}
.index_title p{
    width: 0.88rem;
    height: 1.18rem;
    background: linear-gradient(-29deg, #709E86, #2F6381);
    font-family: "Poppins-Regular";
    font-weight: 600;
    font-size: 0.15rem;
    color: #FFFFFF;
    line-height: 20px;
    padding: 0.13rem;
}
.index_title h3{
    margin-left: .25rem;
    font-weight: bold;
    font-size: 0.4rem;
    color: #000000;
    line-height: 1;
}
.index_more a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 2.24rem;
    height: 0.7rem;
    background: rgba(248,248,248,0);
    border-radius: 0.35rem;
    border: 1px solid #2F6381;
    padding: 0 0.5rem 0 0.45rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    transition: .5s;
}
.index_more a i{
    width: 13px;
    height: 14px;
    background: url("../images/m.png") no-repeat center;
    background-size: 100% !important;
    transition: .5s;
}
.index_more a:hover{
    color: #ffffff;
    background: linear-gradient(-29deg, #709E86, #2F6381);
}
.index_more a:hover i{
    background: url("../images/m_h.png") no-repeat center;
}
.home-news .index_more{
    margin-top: -27px;
}
.home-news .index_more a{
    margin: 0 0 0 auto;
}
.news_con{
    margin-top: 0.65rem;
    position: relative;
}
.news_con .swiper-slide{
    display: initial;
}
.newss a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 100%;
    border: 1px solid #2F6381;
    border-radius: 20px;
    padding: 7% 6%;
    background: #FFFFFF;
    text-align: left;
    height: 4.93rem;
}
.news_txt1{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.35rem;
}
.news_txt1 span{
    background-image: -moz-linear-gradient(81.38deg,#949494 10%,#949494 100%);
    background-image: linear-gradient(8.62deg, #949494 10%, #949494);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.news_img img{
    transition: .5s;
    height: 0;
    object-fit: cover;
}
.newss a:hover .news_img img{
    height: 1.97rem;
}
.newss.swiper-slide-active .news_img img{
    height: 1.97rem;
}
.news_txt2{
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.35rem;
    height: 0.7rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newss a:hover .news_txt2{
    color: #2F6381;
}
.newss.swiper-slide-active .news_txt2{
    color: #2F6381;
}
.news_txt3{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_txt3 p{
    font-weight: 400;
    font-size: 0.14rem;
    color: #999999;
    line-height: 20px;
}
.news_txt3 span{
    width: 13px;
    height: 14px;
    background: url("../images/m1.png") no-repeat center;
    background-size: 100% !important;
}
.news_jt{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 71px;
    height: 19px;
    margin: 0.6rem auto 0 auto;
}
.news_jt .swiper-button-next1, .news_jt .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 19px;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-radius: 0;
    background-size: 11px 21px !important;
}
.news_jt .swiper-button-prev1{
    left: 0;
    right: auto;
    background: url("../images/nl.png") no-repeat center;
}
.news_jt .swiper-button-prev1:hover{
    background: url("../images/nl_h.png") no-repeat center;
}
.news_jt .swiper-button-next1{
    right: 0;
    left: auto;
    background: url("../images/nr.png") no-repeat center;
}
.news_jt .swiper-button-next1:hover{
    background: url("../images/nr_h.png") no-repeat center;
}
.home-cooperate{
    width: 100%;
    margin: 0 auto;
    background: url("../images/cooperatebg.jpg") no-repeat bottom center;
    background-size: cover;
    padding: 1rem 0 2rem 0;
    position: relative;
    z-index: 2;
}
.home-cooperate .bg_title h3{
    color: #FFFFFF;
}
.cooperate_c{
    position: relative;
    z-index: 2;
}
.cooperate_b{
    position: relative;
    z-index: 2;
    margin-top: 8.33vw;
}
.cooperate_bs{
    margin: -40px 0;
}
.cooperate_b .swiper-wrapper{
    padding: 40px 0;
    transition-timing-function: linear;
}
.cooperate_b .swiper-slide{
    display: initial;
    width: 3.16rem;
    height: 1.3rem;
    border: 1px solid #ffffff;
    display: flex;
    transform: skewX(-20deg);
    border-radius: 10px;
    box-shadow: 0px 20px 30px 0px rgba(171, 171, 171, 0.3);
}
.cooperate_b .swiper-slide:nth-child(2n-1) {
    background-image: -moz-linear-gradient(90deg, #f0f0f0 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(90deg, #f0f0f0 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(90deg, #f0f0f0 0%, #ffffff 100%);
}
.cooperate_b .swiper-slide:nth-child(2n) {
    background-image: -moz-linear-gradient(90deg, #ffffff 0%, #f0f0f0 100%);
    background-image: -webkit-linear-gradient(90deg, #ffffff 0%, #f0f0f0 100%);
    background-image: -ms-linear-gradient(90deg, #ffffff 0%, #f0f0f0 100%);
}
.cooperates .cooperate_img{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}
.cooperates .cooperate_img img {
    max-width: 45%;
    max-height: 45%;
    object-fit: cover;
}
#app {
    width: 100%;
    height: auto;
    overflow: hidden;
}
/*[data-scroll] { will-change: transform; }*/
div[data-scroll] {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.home-wenzi{
    width: 100%;
    margin: 0 auto;
    background: url("../images/wenzibg.jpg") no-repeat center;
    background-size: cover;
    padding: 1.55rem 0;
    position: relative;
    z-index: 2;
}
.wenzi_con{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1675px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    font-weight: bold;
    font-size: 0.6rem;
}
.wenzi_con .title {
    width: auto;
    height: auto;
}
.wenzi_con .title .word{
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
}
.wenzi_con .title.first_title {
    color: rgba(255,255,255,.7);
    left: 0;
    top: -100%;
    --offsetValue: 10, 0;
    --offsetUnit: vw;
}
.wenzi_con .title.last_title {
    right: 0;
    bottom: -14px;
    color: rgba(255,255,255,.7);
    --offsetValue: -10, 0;
    --offsetUnit: vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.home-product{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 1rem 0;
}
.product_b{
    position: relative;
    z-index: 2;
}
.product_con{
    margin-top: 0.7rem;
    position: relative;
    width: calc(100vw - (100vw - 1357px) / 2)
}
.product_con .swiper-slide{
    display: initial;
}
.pros_info{
    display: block;
    position: relative;
    width: 100%;
    height: 6.02rem;
    padding: 13% 10%;
    text-align: left;
    background: url("../images/probg.jpg") no-repeat center;
    background-size: cover;
    border-radius: 0.8rem;
    position: relative;
}
.pro_txt1 a{
    font-weight: 400;
    font-size: 0.32rem;
    color: #000000;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_txt2{
    margin-top: 2.08vw;
}
.pro_txt2 a{
    display: block;
    font-weight: 400;
    font-size: 0.2rem;
    color: #666666;
    line-height: 1.67;
}
.pro_txt2 a:hover{
    color: #2F6381;
}
.pro_img{
    position: absolute;
    right: 10%;
    bottom: 8%;
}
.pro_img img{
    height: 12.4vw;
}
.pro_txt3{
    position: absolute;
    left: 10%;
    bottom: 6%;
}
.pro_txt3 a{
    display: flex;
    align-items: center;
}
.pro_txt3 a span{
    display: none;
    font-weight: bold;
    font-size: 0.16rem;
    color: #2F6381;
    line-height: 20px;
    transition: .5s;
}
.pro_txt3 a i{
    width: 0.51rem;
    height: 0.51rem;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
    background: url("../images/m1.png") no-repeat center;
    background-size: 13px 14px;
    transition: .5s;
}
.pros_info:hover .pro_txt1 a{
    color: #2F6381;
}
.pros_info:hover .pro_txt3 a span{
    display: block;
}
.pros_info:hover .pro_txt3 a i{
    margin-left: 20px;
}
.pro_jt{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 71px;
    height: 19px;
    margin: 3.125vw auto 0 auto;
}
.pro_jt .swiper-button-next2, .pro_jt .swiper-button-prev2{
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 19px;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-radius: 0;
    background-size: 11px 21px !important;
}
.pro_jt .swiper-button-prev2{
    left: 0;
    right: auto;
    background: url("../images/nl.png") no-repeat center;
}
.pro_jt .swiper-button-prev2:hover{
    background: url("../images/nl_h.png") no-repeat center;
}
.pro_jt .swiper-button-next2{
    right: 0;
    left: auto;
    background: url("../images/nr.png") no-repeat center;
}
.pro_jt .swiper-button-next2:hover{
    background: url("../images/nr_h.png") no-repeat center;
}
.home-column{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: #ffffff;
}
.home-column ul{
    display: flex;
    flex-wrap: wrap;
}
.home-column ul li{
    width: 20%;
    position: relative;
}
.column_img img{
    transition: all 0.6s ease-in-out 0s;
}
.column_img .column_before{
    display: block;
}
.column_img .column_after{
    display: none;
}
.column_txt{
    position: absolute;
    top: 0;
    left: 0;
    padding: 19% 12%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.column_txt1{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    line-height: 1;
}
.column_txt2{
    width: 1.39rem;
    margin: 0 auto;
    height: 1.25rem;
}
.column_txt2.pic:after{
    padding-bottom: 90%;
}
.column_txt2 .c_before{
    top: 0;
    transition: all 0.6s ease-in-out 0s;
}
.column_txt2 .c_after{
    top: -200%;
    opacity: 0;
    transition: all 0.6s ease-in-out 0s;
}
.column_txt3{
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 30px;
}
/*.home-column ul li:hover .column_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}*/
.home-column ul li:hover .column_img .column_before{
    display: none;
}
.home-column ul li:hover .column_img .column_after{
    display: block;
}
.home-column ul li:hover .column_txt1{
    color: #FFFFFF;
}
.home-column ul li:hover .column_txt2 .c_after{
    top: 0;
    opacity: 1;
}
.home-column ul li:hover .column_txt2 .c_before{
    top: 200%;
}
.home-column ul li:hover .column_txt3{
    color: #FFFFFF;
}
.home-about{
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 0.85rem 0 1.28rem 0;
    position: relative;
    z-index: 2;
}
.about_con{
    padding-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.about_con_fl{
    width: 49.5%;
    padding-left: 11%;
}
.about_con_fl .index_title{
    padding-top: 0;
}
.about_con_fl .index_title h3{
    font-size: 0.3rem;
}
.about_con_fl1{
    margin-top: 0.7rem;
    font-weight: 400;
    font-size: 0.24rem;
    color: #000000;
    line-height: 1;
}
.about_con_fl2{
    margin-top: 15px;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 30px;
    height: 90px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about_con_fl3{
    margin-top: 0.8rem;
}
.about_con_fr{
    width: 46.9%;
}

.float_ck{
    position: fixed;
    top: 45%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    right: 1.8%;
}
.float_ck dl dd {
    position:relative;
    margin-bottom: 10px;
}
.float_ck dl dd:last-child{
    margin-bottom: 0;
}
.float_ck dl dd a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 35px;
    background: #ffffff;
    box-shadow: 0px 0px 21px 0px rgba(229,229,229,0.71);
    border-radius: 50%;
    position: relative;
    transition: .5s;
}
.float_ck dl dd a i{
    background-size: 100% !important;
}
.float_ck dl dd a i.lxwm{
    width: 18px;
    height: 18px;
    background: url("../images/lxwm.png") no-repeat center;
}
.float_ck dl dd a i.qw{
    width: 20px;
    height: 16px;
    background: url("../images/qw.png") no-repeat center;
}
.float_ck dl dd a i.kfly{
    width: 15px;
    height: 16px;
    background: url("../images/kfly.png") no-repeat center;
}
.float_ck dl dd a:hover{
    background: linear-gradient(-90deg, #709E86, #2F6381);
}
.float_ck dl dd a:hover i.lxwm{
    background: url("../images/lxwm_h.png") no-repeat center;
}
.float_ck dl dd a:hover i.qw{
    background: url("../images/qw_h.png") no-repeat center;
}
.float_ck dl dd a:hover i.kfly{
    background: url("../images/kfly_h.png") no-repeat center;
}
.float_ck dl dd:hover .floating_left {
    display: flex;
}
.floating_left {
    display: none;
    position:absolute;
    right: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 95px 0px rgba(158,177,209,0.18);
    border-radius: 5px;
    transition: .5s;
}
.floating_left.s_wx{
    display: none;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translate(0, -50%);
    width: 155px;
    flex-direction: column;
    padding: 15px;
}
.floating_left.s_wx:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    font-size: 0;
    line-height: 0;
    transform: rotate(90deg) translate(-50%, 0);
    position: absolute;
    top: 50%;
    right: -12px;
}
.floating_left.s_wx h3{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 1.3;
    text-align: center;
}
.floating_left.s_wx img{
    width: 103px;
    height: 103px;
    margin: 10px 0;
}
.floating_left.s_wx p{
    font-weight: 400;
    font-size: 15px;
    color: #666666 !important;
    line-height: 1.3;
}
.top{
    position: fixed;
    bottom: 4%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    right: 1.8%;
}
.top a img{
    height: 27px;
}

/*联系我们*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.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;
}
.iban_info h3{
    font-weight: 400;
    font-size: 0.65rem;
    color: #FFFFFF;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}
.iban_wz{
    position: absolute;
    bottom: 0.4rem;
    right: 0;
    width: 100%;
}
.iban_wz p{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 1;
}
.iban_wz p img{
    display: inline-block;
    width: auto;
    margin: 0 12px 0 0;
}
.iban_wz p a{
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 1;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    z-index: 2;
}
.icontact1{
    background: url("../images/icontact1bg.jpg") no-repeat center;
    background-size: cover;
    padding: 1.52rem 0 0.62rem 0;
}
.icontact1_con{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icontact1_con_fl{
    width: 72.5%;
}
.icontact1_con_fl_t{
    margin-top: 0.55rem;
    padding-left: 11%;
}
.icontact_title h3{
    font-weight: 400;
    font-size: 0.3rem;
    color: #000000;
    line-height: 1;
}
.icontact_title p{
    margin-top: 0.3rem;
    font-weight: 400;
    font-size: 0.22rem;
    color: #666666;
    line-height: 1;
}
.icontact1_con_fl_b{
    margin-top: 0.58rem;
    background: #FFFFFF url("../images/wz.jpg") no-repeat bottom left;
    background-size: 90%;
    padding: 4.5% 11% 12.5% 11%;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 45px;
}
.icontact1_con_fl_b p{
    margin-bottom: 0.35rem;
    padding-left: 64px;
    position: relative;
}
.icontact1_con_fl_b p:last-child{
    margin-bottom: 0;
}
.icontact1_con_fl_b p:before{
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.icontact1_con_fl_b p.cemail:before{
    background: url("../images/cemail.png") no-repeat center,linear-gradient(-90deg, #709E86, #2F6381);
    /*background-size: 16px 12px;*/
}
.icontact1_con_fl_b p.ctel:before{
    background: url("../images/ctel.png") no-repeat center,linear-gradient(-90deg, #709E86, #2F6381);
    /*background-size: 15px 15px;*/
}
.icontact1_con_fl_b p.cadress:before{
    background: url("../images/cadress.png") no-repeat center,linear-gradient(-90deg, #709E86, #2F6381);
    /*background-size: 15px 21px;*/
}
.icontact1_con_fr{
    width: 51%;
    border-radius: 0px 0.8rem 0px 0px;
    position: absolute;
    right: 0;
    top: 0;
}
.icontact2{
    padding: 1.15rem 0 1.1rem 0;
    background: #ffffff;
}
.icontact2_con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icontact2_con_fl{
    width: 27%;
}
.icontact2_con_fr{
    width: 70.5%;
}
.ly1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ly1s{
    width: 49%;
    position: relative;
    margin-bottom: 0.3rem;
}
.ly1s label{
    font-weight: 400;
    font-size: 0.18rem;
    color: #999999;
    position: absolute;
    left: 0.4rem;
    top: 50%;
    transform: translate(0, -50%);
}
.ly1s input{
    width: 100%;
    height: 0.7rem;
    background: #F7F7F7;
    border-radius: 0.35rem;
    padding: 0 0.4rem 0 1.55rem;
    border: none;
    font-size: 0.18rem;
    color: #666666;
    display: flex;
    align-items: center;
}
.ly1s input.juli{
    padding: 0 0.4rem 0 1.85rem;
}
.ly2{
    position: relative;
    margin-bottom: 0.37rem;
}
.ly2 label{
    font-weight: 400;
    font-size: 0.18rem;
    color: #999999;
    position: absolute;
    left: 0.4rem;
    top: 15%;
}
.ly2 textarea{
    width: 100%;
    height: 201px;
    background: #F7F7F7;
    border-radius: 0.35rem;
    padding: 0.37rem 0.4rem 0 2.55rem;
    border: none;
    font-size: 0.18rem;
    color: #666666;
    resize: none;
}
.ly3 button{
    width: 3.15rem;
    height: 0.7rem;
    background: linear-gradient(-90deg, #709E86, #2F6381);
    border-radius: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
    border: none;
}
.ly3 button i{
    width: 20px;
    height: 20px;
    background: url("../images/tj.png") no-repeat center;
    background-size: 100%;
    margin-right: 0.3rem;
}

/*新闻资讯*/
.inner_title{
    padding: 1.3rem 0 0.65rem 0;
}
.inner_title_t{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.inner_title_t h3{
    font-weight: 400;
    font-size: 0.65rem;
    color: #000000;
    line-height: 1;
}
.inner_title_t p{
    font-family: "Poppins-Regular";
    font-weight: bold;
    font-size: 0.8rem;
    color: #BEC0C2;
    line-height: 1;
    text-transform: uppercase;
    text-align: right;
}
.inner_title_c{
    margin-top: 0.25rem;
}
.inner_title_c p{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.2rem;
    color: #666666;
    line-height: 1;
}
.inner_title_c p img{
    display: inline-block;
    width: auto;
    margin: 0 12px 0 0;
}
.inner_title_c p a{
    font-weight: 400;
    font-size: 0.2rem;
    color: #666666;
    line-height: 1;
}
.inner_title_b{
    margin-top: .75rem;
}
.inner_title_b ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_title_b ul li{
    margin-right: .26rem;
}
.inner_title_b ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.87rem;
    height: 0.7rem;
    background: #FDFDFF;
    border-radius: 0.35rem;
    border: 1px solid #2F6381;
    font-weight: 400;
    font-size: .16rem;
    color: #222222;
}
.inner_title_b ul li a:hover{
    background: linear-gradient(-29deg, #709E86, #2F6381);
    color: #ffffff;
}
.inner_title_b ul li a.current{
    background: linear-gradient(-29deg, #709E86, #2F6381);
    color: #ffffff;
}
.inews1{

}
.inews1s{
    position: relative;
    border-radius: 0.35rem;
    background: url("../images/inews1bg.jpg") no-repeat center;
    background-size: cover;
    padding: 3.5%;
}
.inews1 .swiper-slide{
    display: initial;
}
.inews1ss a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.inews1_img{
    width: 46.5%;
    position: relative;
    border-radius: 0.35rem;
}
.inews1_txt{
    width: 49.5%;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.inews1_txt1{
    font-weight: 400;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.5rem;
    height: 1rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inews1_txt2{
    margin-top: 0.75rem;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 1;
}
.inews1_txt2 span{
    background-image: -moz-linear-gradient(81.38deg,#ffffff 10%,#ffffff 100%);
    background-image: linear-gradient(8.62deg, #ffffff 10%, #ffffff);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.inews1_txt3{
    margin-top: 0.4rem;
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    height: 0.9rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inews1_txt4{
    margin-top: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 2.24rem;
    height: 0.7rem;
    border-radius: 0.35rem;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    padding: 0 0.45rem 0 0.5rem;
    transition: .5s;
}
.inews1_txt4 i{
    width: 13px;
    height: 14px;
    background: url("../images/m_h.png") no-repeat center;
    background-size: 100%;
}
.inews1ss a:hover .inews1_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews1ss a:hover .inews1_txt4{
    background: linear-gradient(-29deg, #709E86, #2F6381);
    border: 1px solid #2F6381;
}

.inews1 .swiper-button-next3, .inews1 .swiper-button-prev3{
    display: block;
    position: absolute;
    bottom: 3.5%;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    width: 0.51rem;
    height: 0.51rem;
    border-radius: 50%;
    background-size: 16px 12px !important;
    transition: .5s;
}
.inews1 .swiper-button-prev3{
    left: auto;
    right: 4.5%;
    background: #ffffff url("../images/xwl.png") no-repeat center;
}
.inews1 .swiper-button-next3{
    right: 0;
    left: auto;
    background: #ffffff url("../images/xwr.png") no-repeat center;
}
.inews1 .swiper-button-prev3:hover{
    background: rgba(255,255,255,.2) url("../images/xwl_h.png") no-repeat center;
}
.inews1 .swiper-button-next3:hover{
    background: rgba(255,255,255,.2) url("../images/xwr_h.png") no-repeat center;
}
.inews2{
    background: linear-gradient(to bottom, #F7F7F7, #F8F8F8);
    padding: 2.68rem 0 0.8rem 0;
    margin-top: -1.77rem;
}
.inews2_con{
    margin-bottom: 0.67rem;
}
.inews2_con ul li:first-child a{
    border-top: 1px solid #DDDDDD;
}
.inews2_con ul li a{
    display: block;
    background: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0;
    transition: .5s;
}
.inews2_con ul li .inews2_txt{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inews2_txt1{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 21px;
    background: url("../images/yuan.png") no-repeat left center;
    background-size: 21px 21px;
    padding-left: 39px;
}
.inews2_txt2{
    display: flex;
    flex-direction: column;
    width: 38.4%;
}
.inews2_txt2 h3{
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews2_txt2 p{
    margin-top: 0.15rem;
    font-weight: 400;
    font-size: 0.14rem;
    color: #999999;
    line-height: 1;
}
.inews2_txt3{
    width: 19.8%;
    border-radius: 5px;
}
.inews2_txt3 img{
    border-radius: 5px;
}
.inews2_txt4{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
}
.inews2_txt4 span{
    margin-left: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.51rem;
    height: 0.51rem;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
    transition: .5s;
}
.inews2_txt4 span i{
    display: inline-block;
    width: 13px;
    height: 14px;
    background: url("../images/m1.png") no-repeat center;
    background-size: 100% !important;
    transition: .5s;
}
.inews2_con ul li a:hover{
    box-shadow: 4px 14px 65px 0px rgba(153,153,153,0.3);
}
.inews2_con ul li a:hover .inews2_txt1{
    color: #666666;
}
.inews2_con ul li a:hover .inews2_txt2 h3{
    color: #2F6381;
}
.inews2_con ul li a:hover .inews2_txt3 img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews2_con ul li a:hover .inews2_txt4{
    color: #2F6381;
}
.inews2_con ul li a:hover .inews2_txt4 span{
    background: linear-gradient(-90deg, #709E86, #2F6381);
    border: 1px solid #2F6381;
}
.inews2_con ul li a:hover .inews2_txt4 span i{
    background: url("../images/m_h.png") no-repeat center;
}
.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 23px;
    line-height: 54px;
    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: linear-gradient(-29deg, #709E86, #2F6381);
}
.pagination a.active {
    color: #ffffff;
    background: linear-gradient(-29deg, #709E86, #2F6381);
}
.pagination a.left:hover{
    background: transparent  url("../images/left.png") no-repeat left center;
    background-size: 13px 6px;
    color: #2F6381;
}
.pagination a.right:hover{
    background: transparent  url("../images/right.png") no-repeat right center;
    background-size: 13px 6px;
    color: #2F6381;
}

/*新闻详情*/
.inner-inewsshow{
    position: relative;
    z-index: 2;
    background: url("../images/inewsshowbg.jpg") no-repeat center;
    background-size: cover;
    padding: 1.4rem 0 1.9rem 0;
}
.inewsshow_title{
    font-weight: 400;
    font-size: 0.6rem;
    color: #000000;
}
.inner-inewsshow .iban_wz p{
    color: #666666;
}
.inner-inewsshow .iban_wz p a{
    color: #666666;
}
.inewsshow_con{
    padding: 0.83rem 0 0.75rem 0;
}
.inewsshow_con .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inewsshow_con_fl{
    width: 76.9%;
}
.show_title h3{
    font-weight: 400;
    font-size: 0.42rem;
    color: #000000;
}
.show_info{
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.show_info span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.7rem;
    background: #FFFFFF;
    padding: 0 0.5rem;
    border-radius: 0.35rem;
    border: 1px solid #2F6381;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    margin-right: 15px;
}
.show_info span i.date{
    width: 20px;
    height: 21px;
    background: url("../images/date.png") no-repeat center;
    background-size: 100%;
    margin-right: 15px;
}
.show_info span:last-child{
    margin-right: 0;
}
.show_content{
    border-top: 1px solid #ddd;
    margin-top: 0.45rem;
    padding-top: 0.45rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.35rem;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.inewsshow_con_fr{
    width: 21%;
}
.inewsshow_con_fr1{
    height: 0.93rem;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.3;
    position: relative;
    padding-left: 23px;
    border-radius: 0.2rem 0.2rem 0px 0px;
}
.inewsshow_con_fr1:before{
    content: '';
    display: block;
    width: 3px;
    height: 25px;
    background: linear-gradient(-90deg, #709E86, #2F6381);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.inewsshow_con_fr2{
    margin-top: 15px;
}
.inewsshow_con_fr2 li{
    margin-bottom: 20px;
}
.inewsshow_con_fr2 li:last-child{
    margin-bottom: 0;
}
.inewsshow_con_fr2 li a{
    display: block;
    background: #F8F8F8;
    border-radius: 0.2rem;
    padding: 9% 4%;
    transition: .5s;
}
.inewsshow_con_fr2 li:last-child a{
    border-radius: 0.2rem 0.2rem 0 0;
}
.inewsshow_con_fr2_txt1{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.3rem;
    height: 0.6rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inewsshow_con_fr2_txt2{
    margin-top: 0.2rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.25rem;
    height: 0.5rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inewsshow_con_fr2_txt3{
    margin-top: 0.3rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    line-height: 1;
}
.inewsshow_con_fr2 li a:hover{
    box-shadow: 4px 14px 65px 0px rgba(153,153,153,0.3);
    background: #FFFFFF;
}
.inewsshow_con_fr2 li a:hover .inewsshow_con_fr2_txt1{
    color: #2F6381;
}
.inewsshow_con_fr3 a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.7rem;
    background: linear-gradient(-90deg, #709E86, #2F6381);
    border-radius: 0px 0px 0.35rem 0.35rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.31rem;
}
.inewsshow_con_fr3 a img{
    height: 16px;
    margin-right: 23px;
}

.show_back{
    position: relative;
    padding: 0.54rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: url("../images/show_backbg.jpg") no-repeat center;
    background-size: cover;
}
.show_back .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.show_back1{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.36rem;
    width: 33.3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back1 a{
    display: block;
    font-weight: 400;
    font-size: 0.24rem;
    color: #666666;
    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: #2F6381;
}
.show_back2{

}
.show_back2 a{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.36rem;
}
.show_back2 a i{
    background: url("../images/return.png") no-repeat left center;
    background-size: 100% !important;
    width: 18px;
    height: 16px;
    margin-right: 17px;
    transition: .5s;
}
.show_back2 a:hover{
    color: #2F6381;
}
.show_back2 a:hover i{
    background: url("../images/return_h.png") no-repeat left center;
}

/*关于我们*/
.iabout1 img{
    border-radius: 0.35rem;
}
.iabout2{
    background: url("../images/iabout2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 3.05rem 0 1.15rem 0;
    margin-top: -1.55rem;
}
.iabout2_con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iabout2_con_fl{
    width: 47.2%;
}
.iabout_title h3{
    font-weight: 400;
    font-size: 0.4rem;
    color: #000000;
    line-height: 1;
}
.iabout_title p{
    margin-top: 0.25rem;
    font-weight: 400;
    font-size: 0.26rem;
    color: #333333;
    line-height: 1;
}
.iabout2_con_fl_con{
    margin-top: 0.65rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
}
.iabout2_con_fr{
    width: 46.8%;
}
.iabout2_con_fr img{
    border-radius: 0.8rem 0px 0.8rem 0px;
}
.iabout3{
    padding: 0.8rem 0 1.45rem 0;
    overflow: hidden;
}
.iabout3_t{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.iabout3_t .iabout_title h3{
    background: url("../images/yuan.png") no-repeat left center;
    padding-left: 35px;
}
.about3_arrow{
    width: 1.45rem;
    height: 0.62rem;
    position: relative;
}
.about3_arrow .swiper-button-next4, .about3_arrow .swiper-button-prev4{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 3.5%;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 50%;
    background: #F8F8F8;
    transition: .5s;
}
.about3_arrow i{
    display: inline-block;
    width: 16px;
    height: 12px;
    background-size: 100% !important;
}
.about3_arrow .swiper-button-prev4{
    left: 0;
    right: auto;
}
.about3_arrow .swiper-button-prev4 i{
    background: url("../images/xwl.png") no-repeat center;
}
.about3_arrow .swiper-button-next4{
    right: 0;
    left: auto;
}
.about3_arrow .swiper-button-next4 i{
    background: url("../images/xwr.png") no-repeat center;
}
.about3_arrow .swiper-button-prev4:hover, .about3_arrow .swiper-button-next4:hover{
    background: linear-gradient(-29deg, #709E86, #2F6381);
}
.about3_arrow .swiper-button-prev4:hover i{
    background: url("../images/xwl_h.png") no-repeat center;
}
.about3_arrow .swiper-button-next4:hover i{
    background: url("../images/xwr_h.png") no-repeat center;
}
.iabout3_b{
    position: relative;
    margin-top: 0.55rem;
    width: calc(100vw - (100vw - 1675px) / 2);
}
.iabout3_b .swiper-slide{
    display: initial;
}
.iabout3ss{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 5rem;
    border: 1px solid #DDDDDD;
    background: #ffffff;
    border-radius: 0.2rem;
    padding: 7.5% 6%;
    transition: .5s;
}
.iabout3_b_img{
    width: 0.92rem;
    height: 0.93rem;
}
.iabout3_b_img.pic:after{
    padding-bottom: 100%;
}
.iabout3_b_img .iabout3_before{
    top: 0;
    transition: all 0.6s ease-in-out 0s;
}
.iabout3_b_img .iabout3_after{
    top: -200%;
    opacity: 0;
    transition: all 0.6s ease-in-out 0s;
}
.iabout3ss:hover .iabout3_b_img .iabout3_after{
    top: 0;
    opacity: 1;
}
.iabout3ss:hover .iabout3_b_img .iabout3_before{
    top: 200%;
}
.iabout3_b_txt{
    flex: 1;
    padding-left: 28px;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.3rem;
}
.iabout3_b_num{
    position: absolute;
    right: 6%;
    bottom: 5%;
    font-family: "Poppins-Regular";
    font-weight: 500;
    font-size: 0.8rem;
    color: #DDDDDD;
    line-height: 1;
}
.iabout3ss:hover{
    background: linear-gradient(-29deg, #709E86, #2F6381);
}
.iabout3ss:hover .iabout3_b_txt{
    color: #FFFFFF;
}
.iabout3ss:hover .iabout3_b_num{
    color: rgba(255,255,255,.5);
}
.iabout4{
    background: url("../images/iabout4bg.jpg") no-repeat top center fixed;
    background-size: cover;
    padding: 0.75rem 0;
}
.iabout4 .iabout_title{
    text-align: center;
}
.iabout4 .iabout_title h3{
    color: #ffffff;
}
.iabout4_con{
    margin-top: 0.65rem;
    background: #FFFFFF;
    box-shadow: 4px 14px 65px 0px rgba(153,153,153,0.3);
    border-radius: 0.2rem;
    position: relative;
    padding: 1.2rem 1.05rem 0.9rem 1.05rem;
}
.iabout4_con_img{
    position: absolute;
    left: -0.35rem;
    top: -0.6rem;
}
.iabout4_con_img img{
    width: 1.87rem;
    height: 1.44rem;
}
.iabout4_con ul li{
    margin-bottom: 0.7rem;
    display: flex;
}
.iabout4_con ul li:last-child{
    margin-bottom: 0;
}
.iabout4_con_fl{
    font-weight: 400;
    font-size: 0.2rem;
    color: #2F6381;
    line-height: 0.3rem;
    width: 1.9rem;
}
.iabout4_con_fr{
    flex: 1;
    padding-left: 0.45rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.25rem;
}
.iabout5{
    background: #ffffff;
    padding: 1.4rem 0;
}
.iabout5_con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url("../images/iabout5bg.jpg") no-repeat right center;
    background-size: cover;
}
.iabout5_con_fl{
    width: 46.8%;
}
.iabout5_con_fl img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.8rem 0px;
}
.iabout5_con_fr{
    width: 53.2%;
    padding: 4.5% 6%;
    position: relative;
}
.iabout5_con_fr1{
    position: absolute;
    top: 9%;
    right: 12%;
}
.iabout5_con_fr1 img{
    width: 1.87rem;
    height: 1.44rem;
}
.iabout5_con_fr2 dl{
    margin-top: 0.8rem;
    display: flex;
    flex-direction: column;
}
.iabout5_con_fr2 dl dt{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.2rem;
    color: #2F6381;
    line-height: 30px;
}
.iabout5_con_fr2 dl dt i{
    background-size: 100% !important;
}
.iabout5_con_fr2 dl dt i.yfnl{
    width: 33px;
    height: 33px;
    background: url("../images/yfnl.png") no-repeat center;
    margin-right: 20px;
}
.iabout5_con_fr2 dl dt i.scnl{
    width: 37px;
    height: 35px;
    background: url("../images/scnl.png") no-repeat center;
    margin-right: 17px;
}
.iabout5_con_fr2 dl dt i.gsln{
    width: 41px;
    height: 27px;
    background: url("../images/gsln.png") no-repeat center;
    margin-right: 13px;
}
.iabout5_con_fr2 dl dd{
    margin-top: 15px;
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.3rem;
}
.iabout6{
    background: url("../images/iabout6bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 1.25rem;
}
.iabout6 .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iabout6_fl{
    width: 30%;
}
.iabout6_fl h3{
    color: #FFFFFF;
}
.iabout6_fl p{
    color: #FFFFFF;
}
.iabout6_fr{
    width: 65%;
    position: relative;
    height: 8rem;
}
.iabout6_fr .swiper-slide{
    display: initial;
}
.iabout6ss{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(255,255,255,.2);
    transition: .5s;
}
.iabout6_fr_year{
    font-family: "Poppins-Regular";
    font-weight: 600;
    font-size: 1rem;
    color: rgba(255,255,255,.4);
    line-height: 1;
}
.iabout6_fr_txt{
    font-weight: 400;
    font-size: 0.2rem;
    color: rgba(255,255,255,.5);
    line-height: 0.3rem;
    width: 70%;
    text-align: right;
}
.iabout6s.swiper-slide-active .iabout6_fr_year{
    color: #ffffff;
}
.iabout6s.swiper-slide-active .iabout6_fr_txt{
    color: #ffffff;
}
.about6_arrow{
    width: 0.62rem;
    height: 1.45rem;
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translate(0, -50%);
}
.about6_arrow .swiper-button-next5, .about6_arrow .swiper-button-prev5{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 50%;
    background: #F8F8F8;
    transition: .5s;
}
.about6_arrow i{
    display: inline-block;
    width: 12px;
    height: 16px;
    background-size: 100% !important;
}
.about6_arrow .swiper-button-prev5{
    top: 0;
    right: auto;
}
.about6_arrow .swiper-button-prev5 i{
    background: url("../images/lct.png") no-repeat center;
}
.about6_arrow .swiper-button-next5{
    bottom: 0;
    left: auto;
}
.about6_arrow .swiper-button-next5 i{
    background: url("../images/lcb.png") no-repeat center;
}
.about6_arrow .swiper-button-prev5:hover, .about6_arrow .swiper-button-next5:hover{
    background: linear-gradient(-29deg, #709E86, #2F6381);
}
.about6_arrow .swiper-button-prev5:hover i{
    background: url("../images/lct_h.png") no-repeat center;
}
.about6_arrow .swiper-button-next5:hover i{
    background: url("../images/lcb_h.png") no-repeat center;
}


/*产品应用*/
.iproduct1 .container1{
    position: relative;
}
.iproduct1 img{
    border-radius: 0.35rem;
}
.iproduct1 h3{
    font-weight: 400;
    font-size: 0.5rem;
    color: #FFFFFF;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.iproduct2{
    background: #f8f8f8;
    padding: 2.05rem 0 0.75rem;
    margin-top: -1.25rem;
}
.iproduct2 .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.iproduct2_fl{
    width: 30%;
    background: #FFFFFF;
    border-radius: 0.2rem;
    padding: 0.47rem 0.42rem;
}
.pfrom{
    position: relative;
}
.pfrom .pss1{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: .35rem;
    width: 18px;
    height: 19px;
    background: url("../images/psearch.png") no-repeat center;
    background-size: 100%;
    border: none;
    text-indent: -999px;
}
.pfrom .pss2{
    width: 100%;
    height: 0.81rem;
    font-size: 0.16rem;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 0 0.35rem 0 0.68rem;
    border: none;
}
.iproduct2_fl_b1{
    margin-top: 0.4rem;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 0.3rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 1;
}
.iproduct2_fl_b1 span{
    color: #2F6381;
}
.iproduct2_fl_b2 ul li{
    border-bottom: 1px solid #DDDDDD;
    padding: 0.4rem 0;
}
.iproduct2_fl_b2 ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.iproduct2_fl_b2 ul li a span{
    font-weight: 400;
    font-size: 0.22rem;
    color: #333333;
    line-height: 0.35rem;
    transition: .5s;
}
.iproduct2_fl_b2 ul li a i{
    width: 16px;
    height: 12px;
    background: url("../images/pjt.png") no-repeat center;
    background-size: 100% !important;
    transition: .5s;
}
.iproduct2_fl_b2 ul li a:hover span{
    color: #2F6381;
}
.iproduct2_fl_b2 ul li a:hover i{
    background: url("../images/pjt_h.png") no-repeat center;
}
.iproduct2_fl_b2 ul li a.current span{
    color: #2F6381;
}
.iproduct2_fl_b2 ul li a.current i{
    background: url("../images/pjt_h.png") no-repeat center;
}
.iproduct2_fl_b2 ul li .er{
    margin-top: 10px;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.iproduct2_fl_b2 ul li .er a{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 2;
    border-radius: 0.2rem;
    margin: 13px 0 0 0;
    transition: .5s;
}
.iproduct2_fl_b2 ul li .er a:last-child{
    margin: 13px 0 0 0;
}
.iproduct2_fl_b2 ul li .er a:hover{
    background: linear-gradient(-29deg, #709E86, #2F6381);
    padding: 0 13px;
    color: #ffffff;
}
.iproduct2_fl_b2 ul li .er a.current{
    background: linear-gradient(-29deg, #709E86, #2F6381);
    padding: 0 13px;
    color: #ffffff;
}
.iproduct2_fr{
    width: 66.5%;
}
.iproduct2_fr_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iproduct2_fr_con ul li{
    width: 47%;
    margin-right: 6%;
    margin-bottom: 1.1rem;
}
.iproduct2_fr_con ul li:nth-child(2n){
    margin-right: 0;
}
.iproduct2_fr_con ul li a{
    display: block;
    position: relative;
    border-radius: 0.2rem;
    box-shadow: 4px 14px 65px 0px rgba(0,0,0,0.11);
}
.iproduct2_fr_img{
    background: #FFFFFF;
    border-radius: 0.2rem 0.2rem 0px 0px;
}
.iproduct2_fr_img.pic:after{
    padding-bottom: 62.8%;
}
.iproduct2_fr_txt{
    background: #f8f8f8;
    height: 2.6rem;
    border-radius:  0px 0px 0.2rem 0.2rem;
    padding: 0.4rem 0.25rem;
    text-align: center;
}
.iproduct2_fr_txt1{
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.3rem;
}
.iproduct2_fr_txt2{
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.3rem;
}
.iproduct2_fr_more{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -0.45rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 0.89rem;
    height: 1.72rem;
    background: #DDDDDD;
    border-radius: 0.45rem;
    padding: 0.4rem 0;
    transition: .5s;
}
.iproduct2_fr_more span{
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 1;
    text-align: center;
}
.iproduct2_fr_more i{
    width: 15px;
    height: 15px;
    background: url("../images/jia.png") no-repeat center;
    background-size: 100% !important;
    transition: .5s;
}
.iproduct2_fr_con ul li a:hover .iproduct2_fr_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iproduct2_fr_con ul li a:hover .iproduct2_fr_txt1{
    color: #2F6381;
}
.iproduct2_fr_con ul li a:hover .iproduct2_fr_more{
    width: 3.03rem;
    height: 0.89rem;
    background: linear-gradient(-90deg, #709E86, #2F6381);
}
.iproduct2_fr_con ul li a:hover .iproduct2_fr_more{
    flex-direction: row;
    padding: 0 0.55rem;
}
.iproduct2_fr_con ul li a:hover .iproduct2_fr_more span{
    color: #ffffff;
}
.iproduct2_fr_con ul li a:hover .iproduct2_fr_more i{
    background: url("../images/jia_h.png") no-repeat center;
}

/*产品详情*/
.iproshow .inner_title_t h3{
    font-size: 0.45rem;
}
.iproshow1{
    padding: 0.25rem 0 0.55rem 0;
}
.iproshow1 .container1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.iproshow1_fl a{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.25rem;
}
.iproshow1_fl a i{
    background: url("../images/return.png") no-repeat left center;
    background-size: 100% !important;
    width: 22px;
    height: 18px;
    margin-right: 11px;
    transition: .5s;
}
.iproshow1_fl a:hover{
    color: #2F6381;
}
.iproshow1_fl a:hover i{
    background: url("../images/return_h.png") no-repeat left center;
}
.iproshow1_fr a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 3.05rem;
    height: 0.7rem;
    padding: 0 0.45rem 0 0.6rem;
    background: linear-gradient(-90deg, #709E86, #2F6381);
    border-radius: 0.35rem;
}
.iproshow1_fr a span{
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
}
.iproshow1_fr a i{
    width: 22px;
    height: 21px;
    background: url("../images/ly.png") no-repeat center;
    background-size: 100%;
}
.iproshow2{
    background: url("../images/iproshow2bg.jpg") no-repeat top center;
    padding-top: 0.9rem;
}
.iproshow2 .container2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.iproshow2_big{
    width: 75%;
    background: linear-gradient(-46deg, #F6F7F9, #EBEEF2);
    position: relative;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 4px 14px 65px 0px rgba(153,153,153,0.3);
    border-radius: 0.2rem;
}
.iproshow2_small{
    width: 20.6%;
}
.slick-prev{
    left: 0 !important;
}
.slick-next{
    right: 0 !important;
}
.proshow-max {
    width:100%;
    margin: auto;
    text-align:center;
    position:relative;
    cursor:pointer;
}
.proshow-max .item .pic{
    display: block;
    border-radius: 0.2rem;
}
.proshow-max .item .pic:after{
    padding-bottom: 53%;
}
.proshow-max .item .pic img{
    border: none;
}
.proshow-max .slick-dots{
    bottom: -35px;
    text-align: center;
}
.proshow-max .slick-dots li{
    width: 6px;
    height: 6px;
    margin: 0 15px;
}
.proshow-max .slick-dots li button{
    background: rgba(0,0,0,.5);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    padding: 0;
    text-indent: -999px;
}
.proshow-max .slick-dots li button:before{
    display: none;
}
.proshow-max .slick-dots li.slick-active button{
    width: 13px;
    height: 12px;
    background: url("../images/circle.png") no-repeat center;
    background-size: 13px 12px;
}
.proshow-min {
    margin: auto;
    text-align:center;
    position: relative;
}
.proshow-min .getIndex {
    display:inline-block;
    *float:none;
    *display:inline;
    zoom:1;
    text-align:center;
}
.proshow-min .getIndex .item{
    border:1px solid #ddd;
    margin: 9px 0;
    background: #ffffff;
    border-radius: 0.2rem;
}
.proshow-min .getIndex .item .pic{
    display: block;
}
.proshow-min .getIndex .item .pic:after {
    padding-bottom: 59%;
}
.proshow-min .getIndex .item .pic img{
    border: none;
}
.proshow-min .getIndex .item .pic:hover {
    cursor:pointer;
}
.proshow-min .getIndex.slick-current .item{
    border:1px solid #2C70CD;
}
.iproshow2_small .slick-prev:before,.iproshow2_small .slick-next:before {
    display: none;
}
.iproshow2_small .slick-prev, .iproshow2_small .slick-next{
    width: 19px;
    height: 12px;
    position: absolute;
    left: 50% !important;
    transform: translate(-50%, 0);
    margin-top: 0;
    background-size: 100% !important;
    z-index: 99;
}
.iproshow2_small .slick-prev{
    top: -20px;
    background: url("../images/tjt.png") no-repeat center;
}
.iproshow2_small .slick-next{
    background: url("../images/bjt.png") no-repeat center;
    bottom: -20px;
}
.iproshow3{
    padding: 1.45rem 0 0.8rem 0;
    position: relative;
}
.truelandNav {
    position: absolute;
    top: 0;
    left: 1.8%;
    z-index: 9;
}
.truelandNav .list{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.truelandNav .list li {
   margin-bottom: 50px;
}
.truelandNav .list li a {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 0.16rem;
    color: #949494;
    line-height: 18px;
    padding-left: 0.25rem;
}
.truelandNav .list li a:before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #949494;
    border-radius: 50%;
    position: absolute;
    top: 5.5px;
    left: 0;
}
.truelandNav .list li a:after{
    content: '';
    display: block;
    width: 1px;
    height: 53px;
    background: #949494;
    position: absolute;
    left: 3px;
}
.truelandNav .list li:last-child a:after{
    display: none;
}
.truelandNav .list li a:hover{
    color: #2F6381;
}
.truelandNav .list li a:hover:before{
    background: #2F6381;
}
.truelandNav .list li.active a{
    color: #2F6381;
}
.truelandNav .list li.active a:before{
    background: #2F6381;
}
.truelandNav.anchor_fixed {
    position: absolute;
    top: 0;
    left: 1.8%;
    z-index: 9;
}
.iproshow3s{
    margin-top: 0.7rem;
}
.iproshow3_title{
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .35rem;
}
.iproshow3_title h3{
    font-weight: 400;
    font-size: 0.3rem;
    color: #333333;
    line-height: 1;
}
.iproshow3_title p{
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 21px;
    background: url("../images/yuan.png") no-repeat right center;
    background-size: 21px 21px;
    padding-right: 42px;
}
.iproshow3s_con{
    margin-top: 0.35rem;
    font-weight: 400;
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.31rem;
}
.iproshow3s_con a{
    font-size: 0.2rem !important;
}
.iproshow3_3_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iproshow3_3_con ul li{
    margin-right: 5%;
}
.iproshow3_3_con ul li a{
    display: flex;
}
.iproshow3_3_con_img{
    width: 0.3rem;
    height: 0.3rem;
    box-shadow: 0px 0px 43px 0px rgba(158, 177, 209, 0.25);
}
.iproshow3_3_con_txt{
    /*padding-left: 10px;*/
}
.iproshow3_3_con ul li a:hover .iproshow3_3_con_txt{
    color: #2F6381;
}
.iproshow3_4_con{
    margin-top: 0.05rem;
    position: relative;
}
.iproshow3_4_con .swiper-container{
    padding: 0.65rem 0;
}
.iproshow3_4_con .swiper-slide{
    display: initial;
}
.iproshow3_4s a{
    display: block;
    position: relative;
    border-radius: 0.2rem;
    box-shadow: 4px 14px 65px 0px rgba(0,0,0,0.11);
}
.iproshow3_4s a .iproduct2_fr_txt{
    height: 2.5rem;
}
.iproshow3_4s a .iproduct2_fr_more{
    width: 0.71rem;
    height: 1.38rem;
    border-radius: 0.36rem;
    padding: 0.35rem 0;
    bottom: -0.4rem;
}
.iproshow3_4s a .iproduct2_fr_more span{
    font-size: 0.14rem;
}
.iproshow3_4s a .iproduct2_fr_more i{
    width: 13px;
    height: 13px;
}
.iproshow3_4s a:hover .iproduct2_fr_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iproshow3_4s a:hover .iproduct2_fr_txt1{
    color: #2F6381;
}
.iproshow3_4s a:hover .iproduct2_fr_more{
    width: 2.19rem;
    height: 0.71rem;
    background: linear-gradient(-90deg, #709E86, #2F6381);
    flex-direction: row;
    padding: 0 0.4rem;
}
.iproshow3_4s a:hover .iproduct2_fr_more span{
    color: #ffffff;
}
.iproshow3_4s a:hover .iproduct2_fr_more i{
    background: url("../images/jia_h.png") no-repeat center;
}
.pro_jt{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 71px;
    height: 19px;
    margin: 0.4rem auto 0 auto;
}
.pro_jt .swiper-button-next6, .pro_jt .swiper-button-prev6{
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 19px;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-radius: 0;
    background-size: 11px 21px !important;
}
.pro_jt .swiper-button-prev6{
    left: 0;
    right: auto;
    background: url("../images/nl.png") no-repeat center;
}
.pro_jt .swiper-button-prev6:hover{
    background: url("../images/nl_h.png") no-repeat center;
}
.pro_jt .swiper-button-next6{
    right: 0;
    left: auto;
    background: url("../images/nr.png") no-repeat center;
}
.pro_jt .swiper-button-next6:hover{
    background: url("../images/nr_h.png") no-repeat center;
}
/*体系证书*/
.icertificate{
    padding: 0.9rem 0;
}
.icertificate_title{
    text-align: center;
}
.icertificate_title img{
    height: 0.74rem;
}
.icertificate_title p{
    font-weight: 400;
    font-size: 0.4rem;
    color: #000000;
    line-height: 1;
    margin-top: -0.5rem;
}
.icertificate1{
    margin-top: 0.55rem;
}
.icertificate_info1{
    font-weight: 400;
    font-size: 0.32rem;
    color: #222222;
    line-height: 1;
}
.icertificate_info2{
    margin-top: 0.3rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    line-height: 2;
}
.icertificate1_con{
    width: 80%;
    position: relative;
    padding-bottom: 0.5rem;
    margin: 0.5rem auto 0.7rem auto;
}
.icertificate1_con .swiper-slide{
    width: 552px;
}
.certificate1s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.icertificate1_img{
    background: #F8F8F8;
    box-shadow: 0px 0px 59px 3px rgba(153,153,153,0.1);
    border: 10px solid #ffffff;
}
.certificate1s a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.icertificate1_txt{
    margin-top: 0.45rem;
    font-weight: 400;
    font-size: 0.26rem;
    color: #333333;
    opacity: 0;
}
.icertificate1_con .swiper-slide-active .icertificate1_txt,
.icertificate1_con .swiper-slide-duplicate-active .icertificate1_txt{
    opacity: 1;
}
.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;
}
.icertificate1_con .swiper-pagination1{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 100%;
}
.icertificate1_con .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #7f7f7f;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 15px;
}
.icertificate1_con .swiper-pagination-bullet-active{
    width: 12px;
    height: 13px;
    background: url("../images/circle.png") no-repeat center;
    background-size: 100%;
}
.icertificate2{
    border-top: 1px solid #DDDDDD;
    padding-top: 0.6rem;
}
.icertificate2_con{
    margin: 0.55rem 0 0.45rem 0;
}
.icertificate2_con ul{
    display: flex;
    flex-wrap: wrap;
}
.icertificate2_con ul li{
    width: 23%;
    margin-right: 2.66%;
    margin-bottom: 0.6rem;
}
.icertificate2_con ul li:nth-child(4n){
    margin-right: 0;
}
.icertificate2_con ul li a{
    display: block;
}
.icertificate2_img{
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    position: relative;
    padding: 7px;
}
.icertificate2_img .pic{
    background: #f6f6f6;
}
.icertificate2_img .pic:after{
    padding-bottom: 78%;
}
.icertificate2_con ul li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.icertificate2_txt{
    margin-top: 0.3rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.3rem;
}

/*资料下载*/
.idownload{
    background: #f8f8f8;
    padding: 0.8rem 0 0.6rem 0;
}
.idownload_con{
    margin: 0.6rem 0 0.45rem 0;
}
.idownload_con ul{
    display: flex;
    flex-wrap: wrap;
}
.idownload_con ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 27px;
}
.idownload_con ul li:nth-child(2n){
    margin-right: 0;
}
.idownload_con ul li a{
    display: flex;
    background: #FFFFFF;
    border-radius: 0.2rem;
    padding: 0.41rem 1.12rem 0.41rem 0.37rem;
    position: relative;
    transition: .5s;
}
.idownload_con_img{
    width: 0.6rem;
    height: 0.6rem;
    box-shadow: 0px 0px 43px 0px rgba(158,177,209,0.25);
    transition: .5s;
}
.idownload_con_txt{
    flex: 1;
    padding-left: 0.34rem;
}
.idownload_con_txt1{
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.31rem;
}
.idownload_con_txt2{
    font-weight: 400;
    font-size: 0.14rem;
    color: rgba(102,102,102,.8);
    line-height: 26px;
}
.idownload_con_xz{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.62rem;
    height: 0.62rem;
    background: #F8F8F8;
    border-radius: 50%;
    position: absolute;
    right: 0.25rem;
    top: 50%;
    transform: translate(0, -50%);
    transition: .5s;
}
.idownload_con_xz i{
    width: 21px;
    height: 21px;
    background: url("../images/d.png") no-repeat center;
    background-size: 100% !important;
    transition: .5s;
}
.idownload_con ul li a:hover .idownload_con_txt1{
    color: #2F6381;
}
.idownload_con ul li a:hover .idownload_con_xz{
    background: linear-gradient(-90deg, #709E86, #2F6381);
}
.idownload_con ul li a:hover .idownload_con_xz i{
    background: url("../images/d_h.png") no-repeat center;
}

/*常见问题*/
.ifaq_con{
    margin: 0.7rem 0 0.5rem 0;
}
.ifaq_con ul li{
    margin-bottom: 17px;
}
.ifaq_con ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 0.47rem;
    padding: 0.3rem 0.65rem 0.3rem 0.45rem;
    transition: .5s;
}
.ifaq_con ul li a h3{
    font-weight: bold;
    font-size: 0.2rem;
    color: #999999;
    line-height: 21px;
    background: url("../images/yuan.png") no-repeat left top;
    background-size: 21px 21px !important;
    padding-left: 0.55rem;
    width: 70%;
}
.ifaq_con ul li a p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 1;
}
.ifaq_con ul li a p span{
    color: #595F65;
}
.ifaq_con ul li a:hover{
    background: linear-gradient(-90deg, #709E86, #2F6381);
}
.ifaq_con ul li a:hover h3{
    color: #FFFFFF;
    background: url("../images/yuan_h.png") no-repeat left 7px;
}
.ifaq_con ul li a:hover p{
    color: #FFFFFF;
}
.ifaq_con ul li a:hover p span{
    color: #FFFFFF;
}





@media (min-width:1801px) and (max-width:1850px) {

}

@media (min-width:1701px) and (max-width:1800px){
    .container1{
        width: 90%;
    }
    .home-banner .swiper-button-prev{
        left: 5%;
    }
    .home-banner .swiper-button-next{
        right: 5%;
    }
    .menupc li a{
        font-size: 0.17rem;
    }
    .nation ul li a{
        font-size: 0.17rem;
    }
    .about_con_fl{
        padding-left: 2%;
    }
    .about_con_fl2{
        font-size: 0.17rem;
    }
    .index_more a{
        font-size: 0.17rem;
    }
    .column_txt3{
        font-size: 0.22rem;
    }
    .pro_txt3 a span{
        font-size: 0.17rem;
    }
    .pro_txt3 a i{
        background-size: 12px 13px;
    }
    .news_txt1{
        font-size: 0.17rem;
    }
    .news_txt2{
        font-size: 0.22rem;
    }
    .news_txt3 p{
        font-size: 0.15rem;
    }
    .footer1_2 ul li a{
        font-size: 0.17rem;
    }
    .menulist ul li a{
        font-size: 0.15rem;
    }
    .footer1_3_t{
        font-size: 0.17rem;
    }
    .footer2_fl p{
        font-size: 0.15rem;
    }
    .footer2_fl p a{
        font-size: 0.15rem;
    }
    .footer2_fr{
        font-size: 0.15rem;
    }

    .icontact1_con_fl_b{
        font-size: 0.22rem;
    }
    .ly1s label{
        font-size: 0.2rem;
    }
    .ly1s input{
        font-size: 0.2rem;
    }
    .ly2 label{
        font-size: 0.2rem;
    }
    .ly2 textarea{
        font-size: 0.2rem;
        padding: 0.39rem 0.4rem 0 2.7rem;
    }
    .ly3 button{
        font-size: 0.17rem;
    }
    .inner_title_c p{
        font-size: 0.21rem;
    }
    .inner_title_c p a{
        font-size: 0.21rem;
    }
    .inner_title_b ul li a{
        font-size: 0.17rem;
    }
    .iabout2_con_fl_con{
        font-size: 0.17rem;
        line-height: 0.32rem;
    }
    .iabout3_b_txt{
        font-size: 0.17rem;
        line-height: 0.32rem;
    }
    .iabout4_con_fl{
        font-size: 0.22rem;
        width: 2rem;
    }
    .iabout4_con_fr{
        font-size: 0.17rem;
        line-height: 0.27rem;
    }
    .iabout5_con_fr2 dl dt{
        font-size: 0.25rem;
    }
    .iabout5_con_fr2 dl dd{
        font-size: 0.21rem;
        line-height: 0.37rem;
    }
    .inews1_txt2{
        font-size: 0.17rem;
    }
    .inews1_txt3{
        font-size: 0.17rem;
        line-height: 0.32rem;
        height: 0.96rem;
    }
    .inews1_txt4{
        font-size: 0.17rem;
    }
    .inews2_txt1{
        font-size: 0.17rem;
    }
    .inews2_txt2 h3{
        font-size: 0.22rem;
    }
    .inews2_txt2 p{
        font-size: 0.15rem;
    }
    .inews2_txt4{
        font-size: 0.17rem;
    }
    .inewsshow_title{
        font-size: 0.55rem;
    }
    .show_title h3{
        font-size: 0.37rem;
    }
    .show_info span{
        font-size: 0.17rem;
    }
    .show_content{
        font-size: 0.17rem;
        line-height: 0.37rem;
    }
    .inewsshow_con_fr1{
        font-size: 0.21rem;
    }
    .inewsshow_con_fr2_txt1{
        font-size: 0.17rem;
        line-height: 0.32rem;
        height: 0.64rem;
    }
    .inewsshow_con_fr2_txt2{
        font-size: 0.17rem;
        line-height: 0.27rem;
        height: 0.54rem;
    }
    .inewsshow_con_fr2_txt3{
        font-size: 0.17rem;
    }
    .inewsshow_con_fr3 a{
        font-size: 0.17rem;
    }
    .show_back1{
        font-size: 0.21rem;
    }
    .show_back1 a{
        font-size: 0.25rem;
    }
    .show_back2 a{
        font-size: 0.21rem;
    }
    .pfrom .pss2{
        font-size: 0.17rem;
    }
    .iproduct2_fl_b1{
        font-size: 0.17rem;
    }
    .iproduct2_fr_txt2{
        font-size: 0.17rem;
    }
    .iproduct2_fr_more span{
        font-size: 0.17rem;
    }
    .iproshow1_fl a{
        font-size: 0.17rem;
    }
    .iproshow1_fr a span{
        font-size: 0.17rem;
    }
    .truelandNav{
        left: 0;
    }
    .truelandNav.anchor_fixed{
        left: 0;
    }
    .truelandNav .list li a{
        font-size: 0.17rem;
    }
    .iproshow3s_con{
        font-size: 0.21rem;
        line-height: 0.36rem;
    }
    .iproshow3_4s a .iproduct2_fr_more span{
        font-size: 0.15rem;
    }
    .icertificate_info2{
        font-size: 0.21rem;
    }
    .icertificate2_txt{
        font-size: 0.21rem;
    }
    .idownload_con_txt1{
        font-size: 0.21rem;
    }
    .idownload_con_txt2{
        font-size: 0.15rem;
    }
    .ifaq_con ul li a h3{
        font-size: 0.21rem;
    }
    .ifaq_con ul li a p{
        font-size: 0.17rem;
    }
    .menupc .xiala .xiala_fl{
        padding: 0.65rem 0 0.65rem 5%;
    }
    .menupc .xiala .xiala_fr{
        padding: 0.65rem 5% 0.65rem 0.65rem;
    }

}

@media (min-width:1601px) and (max-width:1700px){
    .container1{
        width: 90%;
    }
    .home-banner .swiper-button-prev{
        left: 5%;
    }
    .home-banner .swiper-button-next{
        right: 5%;
    }
    .menupc li a{
        font-size: 0.18rem;
    }
    .nation ul li a{
        font-size: 0.18rem;
    }
    .about_con_fl{
        padding-left: 2%;
    }
    .about_con_fl2{
        font-size: 0.18rem;
    }
    .index_more a{
        font-size: 0.18rem;
        width: 2.34rem;
    }
    .column_txt3{
        font-size: 0.22rem;
    }
    .pro_txt3 a span{
        font-size: 0.18rem;
    }
    .pro_txt3 a i{
        background-size: 12px 13px;
    }
    .news_txt1{
        font-size: 0.18rem;
    }
    .news_txt2{
        font-size: 0.22rem;
    }
    .news_txt3 p{
        font-size: 0.16rem;
    }
    .footer1_2 ul li a{
        font-size: 0.18rem;
    }
    .menulist ul li a{
        font-size: 0.16rem;
    }
    .footer1_3_t{
        font-size: 0.18rem;
    }
    .footer2_fl p{
        font-size: 0.16rem;
    }
    .footer2_fl p a{
        font-size: 0.16rem;
    }
    .footer2_fr{
        font-size: 0.16rem;
    }

    .icontact1_con_fl_b p:before{
        width: 44px;
        height: 44px;
    }
    .icontact1_con_fl_b{
        font-size: 0.22rem;
    }
    .ly1s label{
        font-size: 0.2rem;
    }
    .ly1s input{
        font-size: 0.2rem;
    }
    .ly2 label{
        font-size: 0.2rem;
    }
    .ly2 textarea{
        font-size: 0.2rem;
        padding: 0.39rem 0.4rem 0 2.7rem
    }
    .ly3 button{
        font-size: 0.19rem;
    }
    .inner_title_c p{
        font-size: 0.22rem;
    }
    .inner_title_c p a{
        font-size: 0.22rem;
    }
    .inner_title_b ul li a{
        font-size: 0.18rem;
        width: 2.07rem;
    }
    .iabout2_con{
        align-items: center;
    }
    .iabout2_con_fl_con{
        font-size: 0.18rem;
        line-height: 0.35rem;
    }
    .iabout3_b_txt{
        font-size: 0.18rem;
        line-height: 0.35rem;
    }
    .iabout4_con_fl{
        font-size: 0.22rem;
        width: 2.0rem;
    }
    .iabout4_con_fr{
        font-size: 0.18rem;
        line-height: 0.3rem;
    }
    .iabout5_con_fr2 dl dt{
        font-size: 0.26rem;
    }
    .iabout5_con_fr2 dl dd{
        font-size: 0.22rem;
        line-height: 0.4rem;
    }
    .inews1_txt2{
        font-size: 0.18rem;
    }
    .inews1_txt3{
        font-size: 0.18rem;
        line-height: 0.32rem;
        height: 0.96rem;
    }
    .inews1_txt4{
        font-size: 0.18rem;
        width: 2.34rem;
    }
    .inews1 .swiper-button-next3, .inews1 .swiper-button-prev3{
        background-size: 14px 11px !important;
    }
    .inews2_txt1{
        font-size: 0.18rem;
    }
    .inews2_txt2 h3{
        font-size: 0.22rem;
    }
    .inews2_txt2 p{
        font-size: 0.16rem;
    }
    .inews2_txt4{
        font-size: 0.18rem;
    }
    .inews2_txt4 span i{
        width: 12px;
        height: 13px;
    }
    .inewsshow_title{
        font-size: 0.5rem;
    }
    .show_title h3{
        font-size: 0.32rem;
    }
    .show_info span{
        font-size: 0.18rem;
    }
    .show_content{
        font-size: 0.18rem;
        line-height: 0.4rem;
    }
    .inewsshow_con_fr1{
        font-size: 0.22rem;
    }
    .inewsshow_con_fr2_txt1{
        font-size: 0.18rem;
        line-height: 0.35rem;
        height: 0.7rem;
    }
    .inewsshow_con_fr2_txt2{
        font-size: 0.18rem;
        line-height: 0.3rem;
        height: 0.6rem;
    }
    .inewsshow_con_fr2_txt3{
        font-size: 0.18rem;
    }
    .inewsshow_con_fr3 a{
        font-size: 0.18rem;
    }
    .show_back1{
        font-size: 0.22rem;
    }
    .show_back1 a{
        font-size: 0.26rem;
    }
    .show_back2 a{
        font-size: 0.22rem;
    }
    .pfrom .pss2{
        font-size: 0.18rem;
    }
    .iproduct2_fl_b1{
        font-size: 0.18rem;
    }
    .iproduct2_fl_b2 ul li a span{
        font-size: 0.24rem;
    }
    .iproduct2_fl_b2 ul li .er a{
        font-size: 0.18rem;
    }
    .iproduct2_fr_txt1{
        font-size: 0.25rem;
    }
    .iproduct2_fr_txt2{
        font-size: 0.18rem;
    }
    .iproduct2_fr_more span{
        font-size: 0.18rem;
    }
    .iproshow1_fl a{
        font-size: 0.18rem;
    }
    .iproshow1_fr a span{
        font-size: 0.18rem;
    }
    .truelandNav{
        left: 0;
    }
    .truelandNav.anchor_fixed{
        left: 0;
    }
    .truelandNav .list li a{
        font-size: 0.18rem;
    }
    .iproshow3_title p{
        font-size: 0.25rem;
    }
    .iproshow3s_con{
        font-size: 0.22rem;
        line-height: 0.36rem;
    }
    .iproshow3_4s a .iproduct2_fr_more span{
        font-size: 0.15rem;
    }
    .icertificate_info2{
        font-size: 0.22rem;
    }
    .icertificate2_txt{
        font-size: 0.22rem;
    }
    .idownload_con_txt1{
        font-size: 0.22rem;
    }
    .idownload_con_txt2{
        font-size: 0.16rem;
    }
    .idownload_con_xz i{
        width: 20px;
        height: 20px;
    }
    .ifaq_con ul li a h3{
        font-size: 0.22rem;
    }
    .ifaq_con ul li a p{
        font-size: 0.18rem;
    }
    .menupc .xiala .xiala_fl{
        padding: 0.65rem 0 0.65rem 5%;
    }
    .menupc .xiala .xiala_fr{
        padding: 0.65rem 5% 0.65rem 0.65rem;
    }

    .iabout3ss{
        height: 5.59rem;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .container1{
        width: 90%;
    }
    .container2{
        width: 86%;
    }
    .home-banner .swiper-button-prev{
        left: 5%;
    }
    .home-banner .swiper-button-next{
        right: 5%;
    }
    .menupc li a{
        font-size: 0.19rem;
    }
    .nation ul li a{
        font-size: 0.19rem;
    }
    .about_con_fl{
        padding-left: 2%;
    }
    .index_title p{
        font-size: 0.16rem;
    }
    .about_con_fl2{
        font-size: 0.19rem;
    }
    .index_more a{
        font-size: 0.19rem;
        width: 2.44rem;
    }
    .column_txt3{
        font-size: 0.22rem;
    }
    .pro_txt3 a span{
        font-size: 0.19rem;
    }
    .pro_txt3 a i{
        background-size: 11px 12px;
    }
    .news_txt1{
        font-size: 0.19rem;
    }
    .news_txt2{
        font-size: 0.26rem;
    }
    .news_txt3 p{
        font-size: 0.17rem;
    }
    .footer1_2 ul li a{
        font-size: 0.19rem;
    }
    .menulist ul li a{
        font-size: 0.17rem;
    }
    .footer1_3_t{
        font-size: 0.19rem;
    }
    .footer2_fl p{
        font-size: 0.17rem;
    }
    .footer2_fl p a{
        font-size: 0.17rem;
    }
    .footer2_fr{
        font-size: 0.17rem;
    }

    .icontact1_con_fl_b p:before{
        width: 43px;
        height: 43px;
    }
    .icontact1_con_fl_b{
        font-size: 0.22rem;
    }
    .ly1s label{
        font-size: 0.21rem;
    }
    .ly1s input{
        font-size: 0.21rem;
        padding: 0 0.4rem 0 1.65rem;
    }
    .ly1s input.juli{
        padding: 0 0.4rem 0 2rem;
    }
    .ly2 label{
        font-size: 0.21rem;
    }
    .ly2 textarea{
        font-size: 0.21rem;
        padding: 0.45rem 0.4rem 0 2.85rem;
    }
    .ly3 button{
        font-size: 0.19rem;
    }
    .inner_title_c p{
        font-size: 0.23rem;
    }
    .inner_title_c p a{
        font-size: 0.23rem;
    }
    .inner_title_b ul li a{
        font-size: 0.19rem;
        width: 2.17rem;
    }
    .iabout2_con{
        align-items: center;
    }
    .iabout2_con_fl_con{
        font-size: 0.19rem;
        line-height: 0.35rem;
    }
    .iabout3_b_txt{
        font-size: 0.19rem;
        line-height: 0.35rem;
    }
    .iabout4_con_fl{
        font-size: 0.22rem;
        width: 2.1rem;
    }
    .iabout4_con_fr{
        font-size: 0.19rem;
        line-height: 0.3rem;
    }
    .iabout5_con_fr2 dl dt{
        font-size: 0.27rem;
    }
    .iabout5_con_fr2 dl dd{
        font-size: 0.23rem;
        line-height: 0.4rem;
    }
    .inews1_txt2{
        font-size: 0.19rem;
    }
    .inews1_txt3{
        font-size: 0.19rem;
        line-height: 0.35rem;
        height: 1.05rem;
    }
    .inews1_txt4{
        font-size: 0.19rem;
        width: 2.44rem;
    }
    .inews1 .swiper-button-next3, .inews1 .swiper-button-prev3{
        background-size: 14px 11px !important;
    }
    .inews2_txt1{
        font-size: 0.19rem;
    }
    .inews2_txt2 h3{
        font-size: 0.26rem;
    }
    .inews2_txt2 p{
        font-size: 0.17rem;
    }
    .inews2_txt4{
        font-size: 0.19rem;
    }
    .inews2_txt4 span i{
        width: 12px;
        height: 13px;
    }
    .inewsshow_title{
        font-size: 0.5rem;
    }
    .show_title h3{
        font-size: 0.32rem;
    }
    .show_info span{
        font-size: 0.19rem;
    }
    .show_content{
        font-size: 0.19rem;
        line-height: 0.4rem;
    }
    .inewsshow_con_fr1{
        font-size: 0.23rem;
    }
    .inewsshow_con_fr2_txt1{
        font-size: 0.19rem;
        line-height: 0.35rem;
        height: 0.7rem;
    }
    .inewsshow_con_fr2_txt2{
        font-size: 0.19rem;
        line-height: 0.3rem;
        height: 0.6rem;
    }
    .inewsshow_con_fr2_txt3{
        font-size: 0.19rem;
    }
    .inewsshow_con_fr3 a{
        font-size: 0.19rem;
    }
    .show_back1{
        font-size: 0.23rem;
    }
    .show_back1 a{
        font-size: 0.27rem;
    }
    .show_back2 a{
        font-size: 0.23rem;
    }
    .pfrom .pss2{
        font-size: 0.19rem;
    }
    .iproduct2_fl_b1{
        font-size: 0.19rem;
    }
    .iproduct2_fl_b2 ul li a span{
        font-size: 0.24rem;
    }
    .iproduct2_fl_b2 ul li .er a{
        font-size: 0.18rem;
    }
    .iproduct2_fr_txt1{
        font-size: 0.26rem;
    }
    .iproduct2_fr_txt2{
        font-size: 0.19rem;
    }
    .iproduct2_fr_more span{
        font-size: 0.19rem;
    }
    .iproshow1_fl a{
        font-size: 0.19rem;
    }
    .iproshow1_fr a span{
        font-size: 0.19rem;
    }
    .truelandNav{
        left: 0;
    }
    .truelandNav.anchor_fixed{
        left: 0;
    }
    .truelandNav .list li a{
        font-size: 0.19rem;
    }
    .iproshow3_title p{
        font-size: 0.26rem;
    }
    .iproshow3s_con{
        font-size: 0.23rem;
        line-height: 0.41rem;
    }
    .iproshow3_4s a .iproduct2_fr_more span{
        font-size: 0.15rem;
    }
    .icertificate_info2{
        font-size: 0.23rem;
    }
    .icertificate2_txt{
        font-size: 0.23rem;
    }
    .idownload_con_txt1{
        font-size: 0.23rem;
    }
    .idownload_con_txt2{
        font-size: 0.17rem;
    }
    .idownload_con_xz i{
        width: 20px;
        height: 20px;
    }
    .ifaq_con ul li a h3{
        font-size: 0.23rem;
    }
    .ifaq_con ul li a p{
        font-size: 0.19rem;
    }
    .menupc .xiala .xiala_fl{
        padding: 0.65rem 0 0.65rem 5%;
    }
    .menupc .xiala .xiala_fr{
        padding: 0.65rem 5% 0.65rem 0.65rem;
    }

    .iabout3ss{
        height: 5.59rem;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 90%;
    }
    .container2{
        width: 86%;
    }
    .home-banner .swiper-button-prev{
        left: 5%;
    }
    .home-banner .swiper-button-next{
        right: 5%;
    }
    .menupc li a{
        font-size: 0.22rem;
    }
    .nation ul li a{
        font-size: 0.22rem;
    }
    .about_con_fl{
        padding-left: 2%;
    }
    .index_title p{
        font-size: 0.17rem;
    }
    .about_con_fl2{
        font-size: 0.22rem;
    }
    .index_more a{
        font-size: 0.2rem;
        width: 2.54rem;
    }
    .column_txt3{
        font-size: 0.22rem;
        line-height: 25px;
    }
    .pro_txt3 a span{
        font-size: 0.2rem;
    }
    .pro_txt3 a i{
        background-size: 10px 11px;
    }
    .news_txt1{
        font-size: 0.22rem;
    }
    .news_txt2{
        font-size: 0.28rem;
    }
    .news_txt3 p{
        font-size: 0.2rem;
    }
    .footer1_2 ul li a{
        font-size: 0.22rem;
    }
    .menulist ul li a{
        font-size: 0.2rem;
    }
    .footer1_3_t{
        font-size: 0.22rem;
    }
    .footer2_fl p{
        font-size: 0.2rem;
    }
    .footer2_fl p a{
        font-size: 0.2rem;
    }
    .footer2_fr{
        font-size: 0.2rem;
    }

    .icontact1_con_fl_b p:before{
        width: 41px;
        height: 41px;
    }
    .icontact1_con_fl_b{
        font-size: 0.24rem;
    }
    .ly1s label{
        font-size: 0.24rem;
    }
    .ly1s input{
        font-size: 0.24rem;
        padding: 0 0.4rem 0 1.85rem;
    }
    .ly1s input.juli{
        padding: 0 0.4rem 0 2.25rem;
    }
    .ly2 label{
        font-size: 0.24rem;
    }
    .ly2 textarea{
        font-size: 0.24rem;
        padding: 0.53rem 0.4rem 0 3.45rem;
    }
    .ly3 button{
        font-size: 0.22rem;
    }
    .inner_title_c p{
        font-size: 0.26rem;
    }
    .inner_title_c p a{
        font-size: 0.26rem;
    }
    .inner_title_b ul li a{
        font-size: 0.22rem;
        width: 2.47rem;
    }
    .iabout2_con{
        align-items: center;
    }
    .iabout2_con_fl_con{
        font-size: 0.22rem;
        line-height: 0.4rem;
    }
    .iabout3_b_txt{
        font-size: 0.22rem;
        line-height: 0.4rem;
    }
    .iabout4_con_fl{
        font-size: 0.26rem;
        width: 2.4rem;
    }
    .iabout4_con_fr{
        font-size: 0.22rem;
        line-height: 0.35rem;
    }
    .iabout5_con_fr2 dl dt{
        font-size: 0.3rem;
    }
    .iabout5_con_fr2 dl dd{
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
    .iabout6_fr_txt{
        font-size: 0.24rem;
        line-height: 0.35rem;
    }
    .inews1_txt2{
        font-size: 0.22rem;
    }
    .inews1_txt3{
        font-size: 0.22rem;
        line-height: 0.4rem;
        height: 1.2rem;
    }
    .inews1_txt4{
        font-size: 0.22rem;
        width: 2.54rem;
    }
    .inews1 .swiper-button-next3, .inews1 .swiper-button-prev3{
        background-size: 13px 10px !important;
    }
    .inews2_txt1{
        font-size: 0.22rem;
    }
    .inews2_txt2 h3{
        font-size: 0.28rem;
    }
    .inews2_txt2 p{
        font-size: 0.2rem;
    }
    .inews2_txt4{
        font-size: 0.22rem;
    }
    .inews2_txt4 span i{
        width: 11px;
        height: 12px;
    }
    .inewsshow_title{
        font-size: 0.44rem;
    }
    .show_title h3{
        font-size: 0.36rem;
    }
    .show_info span{
        font-size: 0.22rem;
    }
    .show_content{
        font-size: 0.22rem;
        line-height: 0.4rem;
    }
    .inewsshow_con_fr1{
        font-size: 0.26rem;
    }
    .inewsshow_con_fr2_txt1{
        font-size: 0.22rem;
        line-height: 0.4rem;
        height: 0.8rem;
    }
    .inewsshow_con_fr2_txt2{
        font-size: 0.22rem;
        line-height: 0.35rem;
        height: 0.7rem;
    }
    .inewsshow_con_fr2_txt3{
        font-size: 0.22rem;
    }
    .inewsshow_con_fr3 a{
        font-size: 0.22rem;
    }
    .show_back1{
        font-size: 0.26rem;
    }
    .show_back1 a{
        font-size: 0.3rem;
    }
    .show_back2 a{
        font-size: 0.26rem;
    }
    .pfrom .pss2{
        font-size: 0.22rem;
    }
    .iproduct2_fl_b1{
        font-size: 0.22rem;
    }
    .iproduct2_fl_b2 ul li a span{
        font-size: 0.3rem;
    }
    .iproduct2_fl_b2 ul li .er a{
        font-size: 0.24rem;
    }
    .iproduct2_fr_txt1{
        font-size: 0.28rem;
    }
    .iproduct2_fr_txt2{
        font-size: 0.22rem;
    }
    .iproduct2_fr_more span{
        font-size: 0.22rem;
    }
    .iproshow1_fl a{
        font-size: 0.22rem;
    }
    .iproshow1_fr a span{
        font-size: 0.22rem;
    }
    .truelandNav{
        left: 0;
    }
    .truelandNav.anchor_fixed{
        left: 0;
    }
    .truelandNav .list li a{
        font-size: 0.22rem;
    }
    .iproshow3_title p{
        font-size: 0.28rem;
    }
    .iproshow3s_con{
        font-size: 0.26rem;
        line-height: 0.46rem;
    }
    .iproshow3_4s a .iproduct2_fr_more{
        width: 0.89rem;
        height: 1.52rem;
        border-radius: 0.45rem;
        bottom: -0.6rem;
    }
    .iproshow3_4s a .iproduct2_fr_more span{
        font-size: 0.18rem;
    }
    .iproshow3_4s a:hover .iproduct2_fr_more{
        width: 2.49rem;
        height: 0.89rem;
        bottom: -0.45rem;
    }
    .icertificate_info2{
        font-size: 0.26rem;
    }
    .icertificate2_txt{
        font-size: 0.26rem;
    }
    .idownload_con_txt1{
        font-size: 0.26rem;
    }
    .idownload_con_txt2{
        font-size: 0.2rem;
    }
    .idownload_con_xz i{
        width: 19px;
        height: 19px;
    }
    .ifaq_con ul li a h3{
        font-size: 0.26rem;
    }
    .ifaq_con ul li a p{
        font-size: 0.22rem;
    }
    .menupc .xiala .xiala_fl{
        padding: 0.65rem 0 0.65rem 5%;
    }
    .menupc .xiala .xiala_fr{
        padding: 0.65rem 5% 0.65rem 0.65rem;
    }

    .iabout3ss{
        height: 6.2rem;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 94%;
    }
    .container2{
        width: 90%;
    }
    .home-banner .swiper-button-prev{
        left: 3%;
    }
    .home-banner .swiper-button-next{
        right: 3%;
    }
    .menupc li a{
        font-size: 0.2rem;
    }
    .nation ul li a{
        font-size: 0.2rem;
    }
    .about_con_fl{
        padding-left: 2%;
    }
    .index_title p{
        font-size: 0.17rem;
    }
    .about_con_fl2{
        font-size: 0.2rem;
    }
    .index_more a{
        font-size: 0.2rem;
        width: 2.54rem;
    }
    .column_txt3{
        font-size: 0.22rem;
        line-height: 25px;
    }
    .pro_txt3 a span{
        font-size: 0.2rem;
    }
    .pro_txt3 a i{
        background-size: 10px 11px;
    }
    .news_txt1{
        font-size: 0.2rem;
    }
    .news_txt2{
        font-size: 0.26rem;
    }
    .news_txt3 p{
        font-size: 0.18rem;
    }
    .footer1_2 ul li a{
        font-size: 0.2rem;
    }
    .menulist ul li a{
        font-size: 0.18rem;
    }
    .footer1_3_t{
        font-size: 0.2rem;
    }
    .footer2_fl p{
        font-size: 0.18rem;
    }
    .footer2_fl p a{
        font-size: 0.18rem;
    }
    .footer2_fr{
        font-size: 0.18rem;
    }
    .icontact1_con_fl_b p:before{
        width: 39px;
        height: 39px;
    }
    .icontact1_con_fl_b{
        line-height: 39px;
    }
    .ly1s label{
        font-size: 0.24rem;
    }
    .ly1s input{
        font-size: 0.24rem;
        padding: 0 0.4rem 0 1.85rem;
    }
    .ly1s input.juli{
        padding: 0 0.4rem 0 2.25rem;
    }
    .ly2 label{
        font-size: 0.24rem;
    }
    .ly2 textarea{
        font-size: 0.24rem;
        padding: 0.55rem 0.4rem 0 3.2rem;
    }
    .ly3 button{
        font-size: 0.2rem;
    }
    .inner_title_c p{
        font-size: 0.24rem;
    }
    .inner_title_c p a{
        font-size: 0.24rem;
    }
    .inner_title_b ul li a{
        font-size: 0.2rem;
        width: 2.27rem;
    }
    .iabout2_con{
        align-items: center;
    }
    .iabout2_con_fl_con{
        font-size: 0.2rem;
        line-height: 0.4rem;
    }
    .iabout3_b_txt{
        font-size: 0.2rem;
        line-height: 0.4rem;
    }
    .iabout4_con_fl{
        font-size: 0.24rem;
        width: 2.2rem;
    }
    .iabout4_con_fr{
        font-size: 0.2rem;
        line-height: 0.35rem;
    }
    .iabout5_con_fr2 dl dt{
        font-size: 0.28rem;
    }
    .iabout5_con_fr2 dl dd{
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .inews1_txt2{
        font-size: 0.2rem;
    }
    .inews1_txt3{
        font-size: 0.2rem;
        line-height: 0.4rem;
        height: 1.2rem;
    }
    .inews1_txt4{
        font-size: 0.2rem;
        width: 2.54rem;
    }
    .inews1 .swiper-button-next3, .inews1 .swiper-button-prev3{
        background-size: 13px 10px !important;
    }
    .inews2_txt1{
        font-size: 0.2rem;
    }
    .inews2_txt2 h3{
        font-size: 0.26rem;
    }
    .inews2_txt2 p{
        font-size: 0.18rem;
    }
    .inews2_txt4{
        font-size: 0.2rem;
    }
    .inews2_txt4 span i{
        width: 10px;
        height: 11px;
    }
    .inewsshow_title{
        font-size: 0.4rem;
    }
    .show_title h3{
        font-size: 0.32rem;
    }
    .show_info span{
        font-size: 0.2rem;
    }
    .show_content{
        font-size: 0.2rem;
        line-height: 0.4rem;
    }
    .inewsshow_con_fr1{
        font-size: 0.24rem;
    }
    .inewsshow_con_fr2_txt1{
        font-size: 0.2rem;
        line-height: 0.4rem;
        height: 0.8rem;
    }
    .inewsshow_con_fr2_txt2{
        font-size: 0.2rem;
        line-height: 0.35rem;
        height: 0.7rem;
    }
    .inewsshow_con_fr2_txt3{
        font-size: 0.2rem;
    }
    .inewsshow_con_fr3 a{
        font-size: 0.2rem;
    }
    .show_back1{
        font-size: 0.24rem;
    }
    .show_back1 a{
        font-size: 0.28rem;
    }
    .show_back2 a{
        font-size: 0.24rem;
    }
    .pfrom .pss2{
        font-size: 0.2rem;
    }
    .iproduct2_fl_b1{
        font-size: 0.2rem;
    }
    .iproduct2_fl_b2 ul li a span{
        font-size: 0.28rem;
    }
    .iproduct2_fl_b2 ul li .er a{
        font-size: 0.22rem;
    }
    .iproduct2_fr_txt1{
        font-size: 0.26rem;
    }
    .iproduct2_fr_txt2{
        font-size: 0.2rem;
    }
    .iproduct2_fr_more span{
        font-size: 0.2rem;
    }
    .iproshow1_fl a{
        font-size: 0.2rem;
    }
    .iproshow1_fr a span{
        font-size: 0.2rem;
    }
    .truelandNav{
        left: 0;
    }
    .truelandNav.anchor_fixed{
        left: 0;
    }
    .truelandNav .list li a{
        font-size: 0.2rem;
    }
    .iproshow3_title p{
        font-size: 0.26rem;
    }
    .iproshow3s_con{
        font-size: 0.24rem;
        line-height: 0.41rem;
    }
    .iproshow3_4s a .iproduct2_fr_more{
        width: 0.89rem;
        height: 1.52rem;
        border-radius: 0.45rem;
        bottom: -0.6rem;
    }
    .iproshow3_4s a .iproduct2_fr_more span{
        font-size: 0.18rem;
    }
    .iproshow3_4s a:hover .iproduct2_fr_more{
        width: 2.49rem;
        height: 0.89rem;
        bottom: -0.45rem;
    }
    .icertificate_info2{
        font-size: 0.24rem;
    }
    .icertificate2_txt{
        font-size: 0.24rem;
    }
    .idownload_con_txt1{
        font-size: 0.24rem;
    }
    .idownload_con_txt2{
        font-size: 0.18rem;
    }
    .idownload_con_xz i{
        width: 18px;
        height: 18px;
    }
    .ifaq_con ul li a h3{
        font-size: 0.24rem;
    }
    .ifaq_con ul li a p{
        font-size: 0.2rem;
    }
    .menupc .xiala .xiala_fl{
        padding: 0.65rem 0 0.65rem 3%;
    }
    .menupc .xiala .xiala_fr{
        padding: 0.65rem 3% 0.65rem 0.65rem;
    }

    .iabout3ss{
        height: 5.89rem;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container1{
        width: 94%;
    }
    .container2{
        width: 90%;
    }
    .home-banner .swiper-button-prev{
        left: 3%;
    }
    .home-banner .swiper-button-next{
        right: 3%;
    }
    .menupc li a{
        font-size: 0.2rem;
    }
    .nation ul li a{
        font-size: 0.2rem;
    }
    .about_con_fl{
        padding-left: 2%;
    }
    .index_title p{
        font-size: 0.17rem;
    }
    .about_con_fl2{
        font-size: 0.2rem;
    }
    .index_more a{
        font-size: 0.2rem;
        width: 2.54rem;
    }
    .column_txt3{
        line-height: 25px;
    }
    .pro_txt3 a span{
        font-size: 0.2rem;
    }
    .pro_txt3 a i{
        background-size: 10px 11px;
    }
    .news_txt1{
        font-size: 0.2rem;
    }
    .news_txt3 p{
        font-size: 0.18rem;
    }
    .footer1_2 ul li a{
        font-size: 0.2rem;
    }
    .menulist ul li a{
        font-size: 0.18rem;
    }
    .footer1_3_t{
        font-size: 0.2rem;
    }
    .footer2_fl p{
        font-size: 0.18rem;
    }
    .footer2_fl p a{
        font-size: 0.18rem;
    }
    .footer2_fr{
        font-size: 0.18rem;
    }

    .icontact1_con_fl_b p:before{
        width: 39px;
        height: 39px;
    }
    .icontact1_con_fl_b{
        line-height: 39px;
    }
    .ly1s label{
        font-size: 0.24rem;
    }
    .ly1s input{
        font-size: 0.24rem;
        padding: 0 0.4rem 0 1.75rem;
    }
    .ly1s input.juli{
        padding: 0 0.4rem 0 2.25rem;
    }
    .ly2 label{
        font-size: 0.24rem;
    }
    .ly2 textarea{
        font-size: 0.24rem;
        padding: 0.55rem 0.4rem 0 3.25rem;
    }
    .ly3 button{
        font-size: 0.2rem;
    }
    .inner_title_c p{
        font-size: 0.24rem;
    }
    .inner_title_c p a{
        font-size: 0.24rem;
    }
    .inner_title_b ul li a{
        font-size: 0.2rem;
        width: 2.27rem;
    }
    .iabout2_con_fl_con{
        font-size: 0.2rem;
        line-height: 0.4rem;
    }
    .iabout2_con{
        align-items: center;
    }
    .iabout3_b_txt{
        font-size: 0.2rem;
        line-height: 0.4rem;
    }
    .iabout4_con_fl{
        font-size: 0.26rem;
        width: 2.4rem;
    }
    .iabout4_con_fr{
        font-size: 0.2rem;
        line-height: 0.35rem;
    }
    .iabout5_con_fr2 dl dt{
        font-size: 0.26rem;
    }
    .iabout5_con_fr2 dl dd{
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .inews1_txt2{
        font-size: 0.2rem;
    }
    .inews1_txt3{
        font-size: 0.2rem;
        line-height: 0.4rem;
        height: 1.2rem;
    }
    .inews1_txt4{
        font-size: 0.2rem;
    }
    .inews1 .swiper-button-next3, .inews1 .swiper-button-prev3{
        background-size: 13px 10px !important;
    }
    .inews2_txt1{
        font-size: 0.2rem;
    }
    .inews2_txt2 h3{
        font-size: 0.26rem;
    }
    .inews2_txt2 p{
        font-size: 0.18rem;
    }
    .inews2_txt4{
        font-size: 0.2rem;
    }
    .inews2_txt4 span i{
        width: 10px;
        height: 11px;
    }
    .inewsshow_title{
        font-size: 0.4rem;
    }
    .show_title h3{
        font-size: 0.32rem;
    }
    .show_info span{
        font-size: 0.2rem;
    }
    .show_content{
        font-size: 0.2rem;
        line-height: 0.4rem;
    }
    .inewsshow_con_fr1{
        font-size: 0.24rem;
    }
    .inewsshow_con_fr2_txt1{
        font-size: 0.2rem;
        line-height: 0.4rem;
        height: 0.8rem;
    }
    .inewsshow_con_fr2_txt2{
        font-size: 0.2rem;
        line-height: 0.35rem;
        height: 0.7rem;
    }
    .inewsshow_con_fr2_txt3{
        font-size: 0.2rem;
    }
    .inewsshow_con_fr3 a{
        font-size: 0.2rem;
    }
    .show_back1{
        font-size: 0.24rem;
    }
    .show_back1 a{
        font-size: 0.28rem;
    }
    .show_back2 a{
        font-size: 0.24rem;
    }
    .pfrom .pss2{
        font-size: 0.2rem;
    }
    .iproduct2_fl_b1{
        font-size: 0.2rem;
    }
    .iproduct2_fl_b2 ul li a span{
        font-size: 0.28rem;
    }
    .iproduct2_fl_b2 ul li .er a{
        font-size: 0.22rem;
    }
    .iproduct2_fr_txt1{
        font-size: 0.26rem;
    }
    .iproduct2_fr_txt2{
        font-size: 0.2rem;
    }
    .iproduct2_fr_more span{
        font-size: 0.2rem;
    }
    .iproshow1_fl a{
        font-size: 0.2rem;
    }
    .iproshow1_fr a span{
        font-size: 0.2rem;
    }
    .truelandNav{
        left: 0;
    }
    .truelandNav.anchor_fixed{
        left: 0;
    }
    .truelandNav .list li a{
        font-size: 0.2rem;
    }
    .iproshow3_title p{
        font-size: 0.26rem;
    }
    .iproshow3s_con{
        font-size: 0.24rem;
        line-height: 0.41rem;
    }
    .iproshow3_4s a .iproduct2_fr_more{
        width: 0.89rem;
        height: 1.52rem;
        border-radius: 0.45rem;
        bottom: -0.6rem;
    }
    .iproshow3_4s a .iproduct2_fr_more span{
        font-size: 0.18rem;
    }
    .iproshow3_4s a:hover .iproduct2_fr_more{
        width: 2.49rem;
        height: 0.89rem;
        bottom: -0.45rem;
    }
    .icertificate_info2{
        font-size: 0.24rem;
    }
    .icertificate2_txt{
        font-size: 0.24rem;
    }
    .idownload_con_txt1{
        font-size: 0.24rem;
    }
    .idownload_con_txt2{
        font-size: 0.18rem;
    }
    .idownload_con_xz i{
        width: 18px;
        height: 18px;
    }
    .ifaq_con ul li a h3{
        font-size: 0.24rem;
    }
    .ifaq_con ul li a p{
        font-size: 0.2rem;
    }
    .menupc .xiala .xiala_fl{
        padding: 0.65rem 0 0.65rem 3%;
    }
    .menupc .xiala .xiala_fr{
        padding: 0.65rem 3% 0.65rem 0.65rem;
    }


    .iabout3ss{
        height: 6.3rem;
    }
}

@media(max-width:1199px) {
    .container1{
        width:100%;
        margin:0 auto;
        max-width: 100%;
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .container2{
        width:100%;
        margin:0 auto;
        max-width: 100%;
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .show_content img{
        display: block;
        max-width: 100%;
        height: auto;
        margin: auto;
    }
    .float_ck{
        display: none !important;
    }
    .top{
        display: none !important;
    }
    .nation ul li a{
        font-size: 14px;
    }
    .home-banner .swiper-button-prev{
        left: 15px;
    }
    .home-banner .swiper-button-next{
        right: 15px;
    }
    .home-banner .swiper-container .swiper-pagination-bullet{
        margin: 0 10px !important;
    }
    .bg_title img{
        max-width: 70%;
        height: auto;
    }
    .index_title{
        padding-top: 0.45rem;
    }
    .about_con_fl{
        padding-left: 0;
    }
    .about_con_fl .index_title h3{
        font-size: 0.32rem;
    }
    .index_more a{
        font-size: 14px;
        width: 2.64rem;
    }
    .about_con_fl2{
        font-size: 14px;
    }
    .column_txt3{
        line-height: 22px;
    }
    .product_con{
        width: 100%;
    }
    .pro_txt3 a span{
        font-size: 0.2rem;
    }
    .pro_txt3 a i{
        background-size: 10px 11px;
    }
    .news_txt1{
        font-size: 0.2rem;
    }
    .news_txt2{
        font-size: 0.24rem;
        line-height: 0.4rem;
        height: 0.8rem;
    }
    .news_txt3 p{
        font-size: 0.18rem;
    }
    footer{
        position: relative;
    }
    .footer1_1{
        width: 18%;
    }
    .footer1_1 a img{
        height: 63px;
    }
    .footer1_2{
        width: 52%;
    }
    .footer1_2 ul li a{
        font-size: 16px;
    }
    .menulist ul li a{
        font-size: 14px;
    }
    .footer1_3{
        width: 25%;
    }
    .footer1_3_t{
        font-size: 16px;
    }

    .iban_info h3{
        font-size: 0.65rem;
    }
    .icontact1_con_fl_t{
        padding-left: 0;
    }
    .icontact1_con_fl_b{
        padding: 4.5% 6% 12.5% 6%;
        line-height: 39px;
    }
    .icontact1_con_fl_b p:before{
        width: 39px;
        height: 39px;
    }
    .icontact2_con_fl{
        width: 34%;
    }
    .icontact2_con_fr{
        width: 63.5%;
    }
    .ly1s label{
        font-size: 0.22rem;
    }
    .ly1s input{
        font-size: 0.22rem;
        padding: 0 0.4rem 0 1.75rem;
    }
    .ly1s input.juli{
        padding: 0 0.4rem 0 2.1rem
    }
    .ly2 label{
        font-size: 0.22rem;
    }
    .ly2 textarea{
        font-size: 0.22rem;
        padding: 0.48rem 0.4rem 0 3rem;
    }
    .ly3 button{
        font-size: 0.2rem;
    }
    .inner_title_c p{
        font-size: .24rem;
    }
    .inner_title_c p a{
        font-size: .24rem;
    }
    .inner_title_b ul li a{
        font-size: 0.2rem;
        width: 2.27rem;
    }
    .inews1_txt1{
        font-size: 0.32rem;
    }
    .inews1_txt2{
        margin-top: 0.55rem;
        font-size: 0.2rem;
    }
    .inews1_txt3{
        font-size: 0.2rem;
    }
    .inews1_txt4{
        font-size: 0.2rem;
    }
    .inews1 .swiper-button-next3, .inews1 .swiper-button-prev3{
        background-size: 13px 10px !important;
    }
    .inews2_txt1{
        font-size: 0.2rem;
        padding-left: 32px;
    }
    .inews2_txt2 h3{
        font-size: .28rem;
    }
    .inews2_txt2 p{
        font-size: 0.18rem;
    }
    .inews2_txt4{
        font-size: 0.2rem;
    }
    .inewsshow_con_fl{
        width: 100%;
    }
    .inewsshow_con_fr{
        display: none;
    }
    .show_info span{
        font-size: 0.2rem;
    }
    .show_content{
        font-size: 0.2rem;
    }
    .iabout2_con{
        align-items: center;
    }
    .iabout2_con_fl_con{
        font-size: 0.22rem;
        line-height: 0.45rem;
    }
    .iabout3_b{
        width: 100%;
    }
    .iabout3_b_txt{
        font-size: 0.2rem;
    }
    .iabout4 .container2{
        width: 90%;
        margin: 0 auto;
    }
    .iabout4_con_fl{
        font-size: 0.28rem;
        width: 2.6rem;
    }
    .iabout4_con_fr{
        font-size: 0.2rem;
        line-height: 0.35rem;
    }
    .iabout5_con_fr2 dl dt{
        font-size: 0.28rem;
    }
    .iabout5_con_fr2 dl dd{
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .iabout6_fr_txt{
        font-size: 0.22rem;
    }
    .pfrom .pss2{
        font-size: 0.2rem;
        padding: 0 0.35rem 0 0.78rem;
    }
    .iproduct2_fl_b1{
        font-size: 0.2rem;
    }
    .iproduct2_fl_b2 ul li .er{
        flex-direction: column;
    }
    .iproduct2_fl_b2 ul li .er a{
        margin: 13px 0 0 0;
    }
    .iproduct2_fr_txt1{
        font-size: 0.24rem;
    }
    .iproduct2_fr_txt2{
        font-size: 0.2rem;
    }
    .iproduct2_fr_more span{
        font-size: 0.2rem;
    }
    .iproshow1_fl a{
        font-size: 0.2rem;
    }
    .iproshow1_fr a span{
        font-size: 0.2rem;
    }
    .truelandNav{
        display: none !important;
    }
    .iproshow3{
        padding: 0.8rem 0;
    }
    .iproshow3s_con{
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .iproshow3s_con a{
        font-size: 0.24rem !important;
    }
    .iproshow3_4_con .swiper-container{
        padding: 0.8rem 0;
    }
    .iproshow3_4s a .iproduct2_fr_more{
        width: 0.89rem;
        height: 1.72rem;
        bottom: -0.8rem;
    }
    .iproshow3_4s a:hover .iproduct2_fr_more{
        bottom: -0.4rem;
    }
    .iproshow3_4s a .iproduct2_fr_more span{
        font-size: 0.2rem;
    }
    .icertificate_info2{
        font-size: 0.24rem;
    }
    .icertificate2_txt{
        font-size: 0.24rem;
    }
    .idownload_con_txt1{
        font-size: 0.24rem;
    }
    .idownload_con_txt2{
        font-size: 0.18rem;
    }
    .idownload_con_xz i{
        width: 16px;
        height: 16px;
    }
    .ifaq_con ul li a h3{
        font-size: 0.24rem;
    }
    .ifaq_con ul li a p{
        font-size: 0.2rem;
    }
    .icertificate1_con .swiper-slide{
        width: 452px;
    }

}

@media(max-width:820px) {
    .index_title{
        padding-top: 0.25rem;
    }
    .column_txt{
        padding: 15% 10%;
    }
    .column_txt2{
        width: 1.11rem;
        height: 1rem;
    }
    .pros_info{
        height: 35.35vw;
    }
    .wenzi_con{
        font-size: 0.55rem;
        max-width: 770px;
    }
    .cooperate_b .swiper-slide{
        width: 2.67rem;
        height: 1.5rem;
    }
    .news_txt2{
        font-size: 0.22rem;
    }

    .menulist{
        display: none;
    }
    .footer1_1{
        width: 30%;
    }
    .footer1_1 a img{
        height: 73px;
    }
    .footer1_2{
        width: 30%;
    }
    .footer1_2 ul li{
        width: 50%;
    }
    .footer1_2 ul li a{
        line-height: 30px;
    }
    .footer1_3{
        width: 32%;
        margin-top: 25px;
    }
    .footer1_3_t{
        line-height: 30px;
    }
    .footer1_3_t p.femail{
        background: url("../images/femail.png") no-repeat left 9px;
    }
    .footer1_3_t p.ftel{
        background: url("../images/ftel.png") no-repeat left 6.5px;
    }
    .icontact2_con_fl{
        width: 40%;
    }
    .icontact2_con_fr{
        width: 55%;
    }
    .ly1s{
        width: 100%;
    }
    .inner_title_t h3{
        /*font-size: 0.75rem;*/
    }
    .inner_title_t p{
        font-size: 0.7rem;
    }
    .iabout2_con_fl{
        width: 100%;
    }
    .iabout2_con_fr{
        width: 100%;
        margin-top: 25px;
    }
    .iabout3ss{
        height: 6rem;
    }
    .inner-inewsshow{
        padding: 35px 0 50px 0;
    }
    .inewsshow_title{
        font-size: 20px;
    }
    .inewsshow_con{
        padding: 35px 0;
    }
    .show_title h3{
        font-size: 20px;
    }
    .show_info span{
        font-size: 14px;
        padding: 0 20px;
    }
    .show_content{
        font-size: 16px;
        line-height: 30px;
    }
    .show_back1{
        width: 100%;
        justify-content: center;
        font-size: 14px;
        line-height: 30px;
    }
    .show_back1:last-child{
        justify-content: center;
    }
    .show_back1 a{
        font-size: 16px;
        line-height: 30px;
    }
    .show_back2{
        width: 100%;
    }
    .show_back2 a{
        justify-content: center;
        font-size: 16px;
        line-height: 30px;
    }
    .iabout4_con_img img{
        width: 1.5rem;
        height: 1.16rem;
    }
    .iabout5_con_fr1{
        right: 6%;
        top: 5%;
    }
    .iabout5_con_fr1 img{
        width: 1.5rem;
        height: 1.16rem;
    }
    .iabout6_fr_year{
        font-size: 0.8rem;
    }
    .iabout_title h3{
        font-size: 0.4rem;
    }
    .iabout_title p{
        font-size: 0.26rem;
    }
    .iproduct2_fl{
        width: 35%;
    }
    .iproduct2_fr{
        width: 61.5%;
    }
    .iproduct2_fr_con ul li{
        width: 100%;
        margin-right: 0;
    }
    .iproduct1 h3{
        font-size: 0.4rem;
    }
    .iproshow .inner_title_t h3 {
        font-size: 0.4rem;
    }
    .iproshow3s{
        margin-top: 0.7rem;
    }
    .iban_info h3{
        font-size: 0.55rem;
    }
    .inews1_txt1{
        font-size: 0.26rem;
    }
    .inews1_txt4{
        width: 2.54rem;
    }
    .inews1 .swiper-button-prev3{
        right: 6%;
    }
    .inews2_txt2 h3{
        font-size: .24rem;
    }
    .icontact1{
        padding: 1rem 0 0.62rem 0;
    }
    .icontact1_con_fr{
        width: 45%;
    }
}

@media(max-width:768px) {
    .column_txt2{
        width: 1rem;
        height: 0.9rem;
    }
    .column_txt3{
        font-size: 0.22rem;
        line-height: 28px;
    }
    .wenzi_con{
        font-size: 0.8rem;
    }
    .icontact2_con_fl{
        width: 42%;
    }
    .icontact2_con_fr{
        width: 53%;
    }
    .iabout4_con_img img{
        width: 1.2rem;
        height: 0.92rem;
    }
    .iabout5_con_fr1 img{
        width: 1.2rem;
        height: 0.92rem;
    }
}

@media(max-width:600px) {
    .nation ul li a{
        font-size: 14px;
    }
    .home-about{
        padding: 35px 0;
    }
    .index_title{
        padding-top: 0;
    }
    .index_title h3{
        font-size: 0.4rem;
    }
    .index_more a{
        padding: 0 4.76vw 0 4.45vw;
    }
    .about_con_fl{
        width: 100%;
    }
    .about_con_fl1{
        margin-top: 25px;
    }
    .about_con_fl2{
        line-height: 25px;
        height: 75px;
    }
    .about_con_fl3{
        margin-top: 35px;
    }
    .about_con_fr{
        width: 100%;
        margin-top: 25px;
    }
    .index_title p{
        font-size: .16rem;
        line-height: 15px;
    }
    .home-column ul{
        justify-content: center;
    }
    .home-column ul li{
        width: 50%;
    }
    .column_txt3{
        font-size: 14px;
        line-height: 22px;
    }
    .home-product{
        padding: 35px 0;
    }
    .product_con{
        margin-top: 25px;
    }
    .pros_info{
        height: 70vw;
        padding: 10% 7%;
    }
    .pro_img{
        right: 7%;
    }
    .pro_img img{
        height: 28.4vw;
    }
    .pro_txt3 a span{
        font-size: 14px;
    }
    .pro_txt3 a i{
        width: 35px;
        height: 35px;
    }
    .pro_txt3{
        left: 7%;
    }
    .home-wenzi{
        padding: 1rem 0;
    }
    .wenzi_con{
        font-size: 0.6rem;
    }
    .home-cooperate{
        padding: 35px 0 50px 0;
    }
    .cooperate_bs{
        margin: -30px 0;
    }
    .cooperate_b .swiper-wrapper{
        padding: 30px 0;
    }
    .cooperate_b .swiper-slide{
        box-shadow: 0px 10px 20px 0px rgba(171, 171, 171, 0.3);
    }
    .home-news{
        padding: 35px 0;
    }
    .news_b .index_title{
        padding-top: 0.25rem;
    }
    .news_con{
        margin-top: 25px;
    }
    .newss a{
        height: auto;
    }
    .news_img{
        margin: 25px 0;
    }
    .news_img img{
        height: auto;
    }
    .newss.swiper-slide-active .news_img img{
        height: auto;
    }
    .news_txt1{
        font-size: 14px;
    }
    .news_txt2{
        font-size: 16px;
    }
    .news_txt3{
        margin-top: 10px;
    }
    .news_txt3 p{
        font-size: 12px;
    }
    .footer1{
        padding: 35px 0;
    }
    .footer1_1{
        width: 100%;
    }
    .footer1_2{
        width: 100%;
        margin-top: 20px;
    }
    .footer1_3{
        width: 100%;
        margin-top: 15px;
    }
    .footer1_1 a{
        justify-content: center;
    }
    .footer1_1 a img{
        height: 63px;
    }
    .footer1_2 ul li{
        width: 33.3%;
    }
    .footer1_3_b ul{
        justify-content: center;
    }
    .footer2{
        justify-content: center;
        padding: 20px 0;
    }
    .footer2_fl p{
        font-size: 14px;
        text-align: center;
         line-height: 25px;
    }
    .footer2_fl p a{
        font-size: 14px;
         line-height: 25px;
    }
    .footer2_fr{
        font-size: 14px;
        line-height: 25px;
    }

    .iban_info h3{
        font-size: 0.45rem;
    }
    .iban_wz p{
        font-size: 14px;
    }
    .iban_wz p a{
        font-size: 14px;
    }
    .icontact1{
        padding: 35px 0;
    }
    .icontact1_con_fl{
        width: 100%;
    }
    .icontact1_con_fl_t{
        margin-top: 0;
    }
    .icontact1_con_fl_b{
        margin-top: 25px;
        font-size: 14px;
    }
    .icontact1_con_fl_b p{
        margin-bottom: 15px;
    }
    .icontact1_con_fr{
        position: inherit;
        width: 100%;
        margin-top: 25px;
    }
    .icontact2{
        padding: 35px 0;
    }
    .icontact2_con_fl{
        width: 100%;
    }
    .icontact2_con_fr{
        width: 100%;
        margin-top: 25px;
    }
    .ly3 button{
        margin: 0 auto;
    }
    .ly1s label{
        font-size: 14px;
    }
    .ly1s input{
        font-size: 14px;
        padding: 0 0.4rem 0 1.9rem;
    }
    .ly1s input.juli{
        padding: 0 0.4rem 0 2.3rem;
    }
    .ly2 label{
        font-size: 14px;
        top: 8%;
    }
    .ly2 textarea{
        font-size: 14px;
        padding: 0.3rem 0.4rem 0 3.4rem
    }
    .ly3 button{
        font-size: 14px;
    }
    .inner_title{
        padding: 35px 0;
    }
    .inner_title_t{
        flex-direction: column;
    }
    .inner_title_t h3{
        font-size: 0.5rem;
    }
    .inner_title_t p{
        margin-top: 10px;
        text-align: left;
        font-size: 0.5rem;
    }
    .inner_title_t p br{
        display: none;
    }
    .inner_title_c{
        margin-top: 20px;
    }
    .inner_title_c p{
        font-size: 14px;
        flex-wrap: wrap;
    }
    .inner_title_c p a{
        font-size: 14px;
    }
    .inner_title_b{
        margin-top: 20px;
    }
    .inner_title_b ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px;
    }
    .inner_title_b ul li:nth-child(2n){
        margin-right: 0;
    }
    .inner_title_b ul li a{
        font-size: 14px;
        width: 100%;
    }
    .inews1_img{
        width: 100%;
    }
    .inews1_txt{
        width: 100%;
        margin-top: 20px;
    }
    .inews1_txt2{
        font-size: 14px;
        margin-top: 20px;
    }
    .inews1_txt3{
        font-size: 14px;
        line-height: 25px;
        height: 75px;
    }
    .inews1s{
        padding: 20px;
    }
    .inews1_txt4{
        font-size: 14px;
        padding: 0 18px;
    }
    .inews1 .swiper-button-next3, .inews1 .swiper-button-prev3{
        bottom: 5px;
        width: 35px;
        height: 35px;
    }
    .inews1 .swiper-button-prev3{
        right: 45px;
    }
    .inews2{
        margin-top: -2rem;
    }
    .inews2_con ul li .inews2_txt{
        flex-direction: column;
        align-items: flex-start;
    }
    .inews2_txt2{
        width: 100%;
        margin-top: 20px;
    }
    .inews2_txt1{
        font-size: 14px;
    }
    .inews2_txt2 h3{
        font-size: 16px;
    }
    .inews2_txt2 p{
        font-size: 14px;
    }
    .inews2_txt3{
        width: 100%;
        margin-top: 20px;
    }
    .inews2_txt4{
        font-size: 14px;
        margin-top: 20px;
    }
    .inews2_txt4 span{
        width: 35px;
        height: 35px;
    }
    .inews2_txt4 span i{
        width: 11px;
        height: 12px;
    }
    .pagination a{
        line-height: 35px;
        padding: 0 13px;
    }
    .iabout .inner_title_b ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px;
    }
    .iabout .inner_title_b ul li:nth-child(2n){
        margin-right: 0;
    }
    .iabout .inner_title_b ul li a{
        width: 100%;
    }
    .iabout2{
        margin-top: -35px;
        padding: 70px 0 35px 0;
    }
    .iabout2_con_fl{
        width: 100%;
    }
    .iabout2_con_fr{
        width: 100%;
        margin-top: 20px;
    }
    .iabout_title h3{
        font-size: 22px;
    }
    .iabout_title p{
        font-size: 16px;
    }
    .iabout2_con_fl_con{
        margin-top: 25px;
        font-size: 16px;
        line-height: 30px;
    }
    .iabout3{
        padding: 35px 0;
    }
    .about3_arrow .swiper-button-next4, .about3_arrow .swiper-button-prev4{
        width: 35px;
        height: 35px;
    }
    .about3_arrow i{
        background-size: 13px 10px !important;
    }
    .iabout3_b{
        margin-top: 25px;
    }
    .iabout3ss{
        height: 9.5rem;
    }
    .iabout3_b_img{
        width: 72px;
        height: 73px;
    }
    .iabout6_fl{
        width: 100%;
    }
    .iabout3_b_txt{
        font-size: 14px;
        line-height: 25px;
        padding-left: 22px;
    }
    .iabout4{
        padding: 35px 0;
    }
    .iabout4_con{
        padding: 25px 20px;
    }
    .iabout4_con_fl{
        font-size: 18px;
        width: 100%;
    }
    .iabout4_con_fr{
        margin-top: 10px;
        font-size: 16px;
        line-height: 30px;
        padding-left: 0;
    }
    .iabout4_con ul li{
        flex-direction: column;
        margin-bottom: 25px;
    }
    .iabout5{
        padding: 35px 0;
    }
    .iabout5_con_fl{
        width: 100%;
    }
    .iabout5_con_fr{
        width: 100%;
        padding: 25px 20px;
    }
    .iabout5_con_fr2 dl{
        margin-top: 25px;
    }
    .iabout5_con_fr2 dl dt{
        font-size: 18px;
    }
    .iabout5_con_fr2 dl dd{
        font-size: 16px;
    }
    .iabout6{
        padding-top: 35px;
    }
    .iabout6 .container1{
        flex-direction: column;
    }
    .iabout6_fr{
        width: 85%;
        margin: 20px 0 0 auto;
        height: 11rem;
    }
    .about6_arrow .swiper-button-next5, .about6_arrow .swiper-button-prev5{
        width: 35px;
        height: 35px;
    }
    .about6_arrow{
        height: 80px;
    }
    .about6_arrow i{
        width: 10px;
        height: 13px;
    }
    .iabout6_fr_year{
        font-size: 36px;
    }
    .iabout6_fr_txt{
        font-size: 14px;
        line-height: 22px;
        width: 65%;
    }
    .iproduct1 h3{
        font-size: 16px;
    }
    .iproduct2{
        margin-top: -35px;
        padding: 70px 0 35px 0;
    }
    .iproduct2_fl{
        width: 100%;
    }
    .iproduct2_fr{
        width: 100%;
        margin-top: 25px;
    }
    .pfrom .pss2{
        font-size: 14px;
    }
    .iproduct2_fl_b1{
        font-size: 14px;
    }
    .iproduct2_fl_b2 ul li a span{
        font-size: 18px;
    }
    .iproduct2_fl_b2 ul li .er a{
        font-size: 14px;
    }
    .iproduct2_fr_txt1{
        font-size: 16px;
        line-height: 30px;
    }
    .iproduct2_fr_txt2{
        font-size: 14px;
    }
    .iproduct2_fr_more{
        padding: 15px 10px;
        bottom: -0.65rem;
    }
    .iproduct2_fr_more span{
        font-size: 14px;
    }
    .iproshow1{
        padding: 0 0 25px 0;
    }
    .iproshow1_fl a{
        font-size: 14px;
    }
    .iproshow1_fr a span{
        font-size: 14px;
    }
    .iproshow1_fr a i{
        width: 16px;
        height: 15px;
    }
    .iproshow2{
        padding: 35px 0;
        background-size: cover;
    }
    .iproshow2_big{
        width: 100%;
        margin-bottom: 35px;
    }
    .iproshow2_small{
        width: 100%;
        margin-top: 15px;
    }
    .proshow-max .slick-dots{
        bottom: -25px;
    }
    .proshow-min{
        width: 90%;
    }
    .proshow-min .getIndex .item{
        margin: 0 5px;
    }
    .iproshow2_small .slick-prev, .iproshow2_small .slick-next{
        width: 12px;
        height: 19px;
        top: 50%;
        transform: translate(0, -50%);
        left: auto !important;
    }
    .iproshow2_small .slick-prev{
        background: url("../images/pl.png") no-repeat center;
        left: -12px !important;
    }
    .iproshow2_small .slick-next{
        background: url("../images/pr.png") no-repeat center;
        right: -12px !important;
    }
    .iproshow3{
        padding: 10px 0 35px 0;
    }
    .iproshow3s{
        margin-top: 25px;
    }
    .iproshow3_title h3{
        font-size: 20px;
    }
    .iproshow3_title p{
        font-size: 14px;
    }
    .iproshow3s_con{
        font-size: 16px;
        line-height: 30px;
    }
    .iproshow3s_con a{
        font-size:16px !important;
    }
    .iproshow3_4_con .swiper-container{

    }
    .iproshow3_4s a .iproduct2_fr_more{
        padding: 15px 10px;
    }
    .iproshow3_4s a .iproduct2_fr_txt{
        height: 2.6rem;
    }
    .icertificate{
        padding: 35px 0;
    }
    .icertificate_info1{
        font-size: 20px;
    }
    .icertificate_info2{
        font-size: 16px;
        line-height: 30px;
    }
    .icertificate1_txt{
        margin-top: 25px;
    }
    .icertificate1_con{
        width: 100%;
    }
    .icertificate1_img{
        border: 10px solid #F8F8F8;
    }
    .icertificate1_con .swiper-pagination-bullet{
        margin: 0 10px;
    }
    .icertificate2_con{
        margin: 25px 0 5px 0;
    }
    .icertificate2_con ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .icertificate2_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .icertificate2_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .icertificate2_txt{
        margin-top: 20px;
        font-size: 16px;
    }
    .idownload{
        padding: 35px 0 25px 0;
    }
    .idownload_con{
        margin: 25px 0 5px 0;
    }
    .idownload_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ifaq_con{
        margin: 25px 0 5px 0;
    }
    .ifaq_con ul li a{
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }
    .ifaq_con ul li a h3{
        width: 100%;
        font-size: 16px;
    }
    .ifaq_con ul li a p{
        margin-top: 20px;
        font-size: 14px;
        padding-left: 0.55rem;
    }

}

@media(max-width:414px) {

}

@media(max-width:375px) {
    .iabout6_fr_year{
        font-size: 35px;
    }
    .iabout6_fr_txt{
        font-size: 15px;
        line-height: 28px;
    }
}

@media(max-width:320px) {

}














