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

.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: 1360px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:101px;
    border-top: 1px solid #026636;
    background: #FFFFFF;
	clear: both;
    transition: .5s;
}
.daohang .container1{
    display: flex;
    justify-content: space-between;
    height: 100%;
    transition: .5s;
}
.nav-fl{
    display: flex;
    align-items: center;
}
.yx a {
    display: flex;
}
.yx a img {
    max-width:100%;
    height: 60px;
    transition: .5s;
}
.navdaohang{
    margin-left: 0.57rem;
}
.menupc{
    display: flex;
    align-items: center;
}
.menupc li{
    text-align: center;
    z-index: 10;
    position: static;
    margin-left: 0.53rem;
}
.menupc li:hover a:after{
    width: 100%;
}
.menupc li a{
    display: block;
    font-weight: bold;
    color: #111111;
    position: relative;
    text-transform: uppercase;
    height: 35px;
}
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 5px;
    background: #026636;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: .5s;
}
.menupc li:first-child a:hover:after{
    width: 100%;
}
.menupc li a:hover:after{
    width: 41px;
}
.menupc li:first-child .current:after{
    width: 100%;
}
.menupc li .current:after{
    width: 41px;
}
.menupc .xiala{
    position: absolute;
    z-index: 999;
    display: none;
    overflow: hidden;
    left: 0;
    top: 101px;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 0;
    background: #EFEFEF;
    padding: 0.55rem 0;
}
.menupc .xiala .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menupc .xiala .xiala_fl{
    width: 54.8%;
}
.xiala_fl_t{
    display: inline-block;
    font-weight: 400;
    color: #555250;
    line-height: 1;
    background: url("../images/xljt.png") no-repeat right center;
    background-size: 6px 11px;
    padding-right: 14px;
    text-transform: uppercase;
}
.xiala_fl_b{
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xiala_fl_b1{
    width: 200px;
}
.commonlx{
    display: flex;
    flex-direction: column;
}
.commonlx li{
    text-align: left;
    position: relative;
    margin-left: 0;
    margin-bottom: 0.28rem;
}
.commonlx li:last-child{
    margin-bottom: 0;
}
.commonlx li a{
    display: inline-flex;
    align-items: center;
    font-weight: normal;
    height: auto;
    line-height: 30px;
    font-weight: 400;
    color: #131313;
}
.commonlx li a:hover{
    color: #026636;
}
.commonlx li a.current{
    color: #026636;
}
.commonlx li a i{
    display: inline-block;
    width: 10px;
    height: 18px;
    background: url("../images/navjt.png") no-repeat center;
    background-size: 100%;
    transition: .5s;
    opacity: 0;
}
.commonlx li a:hover i{
    margin-left: 15px;
    opacity: 1;
}
.commonlx li a.current i{
    margin-left: 15px;
    opacity: 1;
}
.menupc li:hover .commonlx li a:after{
    width: 0;
}
.commonlx li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto 0 0;
    height: 1px;
    background: #026636;
    transition: .5s;
}
.commonlx li a:hover:after{
    width: 100% !important;
}
.commonlx li a.current:after{
    width: 100% !important;
}
.xiala_fl_b2{
    width: calc(100% - 215px);
    font-weight: 400;
    color: #555250;
    line-height: 30px;
}
.zcxl .commonlx{
    position: relative;
    height: 100%;
}
.zcxl .commonlx li{
    position: static;
    padding-right: 0.3rem;
}
.zcxl .commonlx li ul {
    width: 240px;
    height: 100%;
    position: absolute;
    left: 235px;
    top: 0;
    z-index: 999;
    transition: transform 0.3s ease 0s;
    border-left: 1px solid #AAAAAA;
    display: none;
}
.zcxl .commonlx li ul li {
    margin-bottom: 0;
    position: static;
    padding: 0 0.3rem 0.1rem 0.3rem;
}
.zcxl .commonlx li ul li ul{
    position: absolute;
    left: 240px;
    top: 0;
    z-index: 999;
    width: 100%;
    transition: transform 0.3s ease 0s;
}
.zcxl .commonlx li ul li ul li{
    margin-bottom: 0;
    padding: 0 0.3rem 0.05rem 0.3rem;
}
.zcxl .commonlx li ul li ul li a:after{
    display: none;
}
.zcxl .commonlx li ul li ul li a i{
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url("../images/navjt1.png") no-repeat center;
    background-size: 100%;
    transition: .5s;
    opacity: 0;
}
.zcxl .commonlx li ul li ul li a:hover i{
    margin-left: 8px;
    opacity: 1;
}
/*.zcxl .commonlx li:hover ul ul,.zcxl .commonlx li:hover ul ul ul,.zcxl .commonlx li:hover ul ul ul ul{
    display: none;
}
.zcxl .commonlx li:hover ul,.zcxl .commonlx li li:hover ul,.zcxl .commonlx li li li:hover ul,.zcxl .commonlx li li li li:hover ul{
    display: block;
}*/

.menupc .xiala .xiala_fr{
    width: 41.5%;
    padding: 0.18rem 0;
}
.nav-fr{
    display: flex;
    flex-direction: column;
}
.nav-fr-t{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 15px 0 30px 0;
}
.link ul{
    display: flex;
    align-items: center;
}
.link ul li{
    margin-left: 25px;
}
.link ul li a{
    display: block;
}
.nation{
    position: relative;
    margin-left: 15px;
}
.nation_t{
    cursor: pointer;
    position: relative;
    z-index: 999;
    margin-left: 10px;
}
.nation_t:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #026636;
    position: absolute;
    bottom: 0;
    left: 0;
}
.nation_t.on:after{
    display: none;
}
.nation_t h3{
    color: #026636;
    background: url("../images/jt.png") no-repeat right center;
    background-size: 10px 6px;
    padding-right: 22px;
    text-transform: capitalize;
}
.nation_b{
    display: none;
    background-color: #f2f2f2;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    box-shadow: 0px 0px 21px 0px rgba(184, 144, 80, 0.25);
    top: -15px;
    right: 0;
    left: 0;
    margin: 0;
    padding: 50px 10px 15px 10px;
    list-style: none;
    background-color: #f2f2f2;
}
.nation_b li{
    text-align: center;
}
.nation_b li a{
    display: block;
    font-weight: 400;
    color: #026636;
    line-height: 22px;
    position: relative;
}
/*.nation_b li a:hover{
    color: #681919;
}*/
/*搜索*/
.search-icon{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background: #555250;
    width: 0.71rem;
    height: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-icon img{
    height: 24px;
}
.search {
    position: fixed;
    z-index: 1000;
    top: 101px;
    right: 0;
    height: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    visibility: hidden;
    transition-property: opacity,visibility;
    transition-duration: .5s;
    transition-delay: .5s;
}
.search.search-is-open{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity:1;
    visibility:visible;
    transition-delay:0s;
}
.search.search-is-open .search_container{
    transform:translateY(0) translateZ(0);
}
.search_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(55, 58, 71, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    visibility: hidden;
}
.search-is-open .search_overlay {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.search_container{
    position:relative;
    z-index:2;
    background-color:#fff;
    transform:translateY(-100%) translateZ(0);
    transition:transform .75s cubic-bezier(.77,0,.175,1);
}
.search{
    left:0;
}
.search-header{
    position:relative;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 88.54%;
    margin: auto;
    overflow: hidden;
}
.search-form{
    position: relative;
    width: 75%;
    margin: 0 auto;
}
.search-header .search-btn-close{
    position:absolute;
    top:0;
    right:0;
}
.search-header .search-input{
    font-size:24px;
    width:100%;
    -webkit-appearance:none;
    -moz-appearance:none;
    border:0;
}
.search-close {
    position: absolute;
    display: block;
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF url("../images/close.png") no-repeat center;
    background-size: 20px 20px !important;
    cursor: pointer;
    z-index: 6;
    transition: transform 1.25s cubic-bezier(.33,1,.68,1) 0s;
}
.search-close:hover {
    background: url("../images/close1.png") no-repeat center;
    transform: rotate(180deg);
}
.search .search-tj{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 45px;
    height: 45px;
    background: url("../images/search.png") no-repeat center;
    border: none;
    background-size: 20px 20px;
    box-sizing: border-box;
    display: block;
}
.search-header .search-input {
    display: block;
    text-indent: 20px;
    line-height: 45px;
    font-size: 14px;
    color: #666;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
}

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


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

/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners img{
    display: block;
    width: 100%;
    height: auto;
}
.ban_txt{
    position: absolute;
    top: 40%;
    transform: translate(0, -50%);
    width: 100%;
    color: #fff;
    text-align: right;
}
.ban_txt1{
    color: #FFFFFF;
    line-height: 1.4;
}
.ban_point{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 0.71rem;
    height: 100%;
    background: #fff;
}
.home-banner .swiper-pagination{
    display: flex;
    flex-direction: column;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    justify-content: center;
}
.home-banner .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #2D231E;
    border-radius: 50%;
    border: 1px solid #2D231E;
    border-radius: 50%;
    outline: none;
    margin: 5px 0px !important;
    opacity: 1;
}
.home-banner .swiper-pagination-bullet-active{
    height: 18px;
    border-radius: 4px;
    background: #FFFFFF;
}

.mouse-scroll {
    position: absolute;
    z-index: 5;
    display: block;
    position: absolute;
    z-index: 2;
    right: 0.6rem;
    bottom: 0;
}
.mouse-scroll a{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-color: #ffffff;
    width: 0.46rem;
    height: 0.57rem;
}
.mouse-scroll a img{
    height: 0.22rem;
    animation: upmove 2s infinite;
    -webkit-animation: upmove 1.5s infinite;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@keyframes upmove
{
    0%   {transform:translateY(0px);}
    50%  {transform:translateY(-10px);}
    100% {transform:translateY(0px);}
}

.phone-nav{
    display: none;
}

@media(max-width:1199px) {
    .daohang{
        height: 60px;
    }
    .yx a img{
        height: 40px;
    }
    .navdaohang{
        display: none;
    }
    .nav-fr-t{
        margin: 0;
    }
    .nav-fr{
        padding-left: 0;
        padding-right: 45px;
        justify-content: center;
    }
    .link{
        display: none;
    }
    .search-icon{
        display: none;
    }
    .phone-nav {
        display:block;
    }

}

footer{
    width: 100%;
    margin: 0 auto;
    background: url("../images/footerbg.jpg") no-repeat center;
    background-size: cover;
    padding: 0.58rem 0 0.35rem 0;
}
.footer1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer1_fl_t a{
    display: block;
}
.footer1_fl_t a img{
    height: 66px;
}
.footer1_fl_b{
    margin-top: 0.48rem;
    width: 1.34rem;
}
.footer1_fl_b img{
    height: 1.34rem;
}
.footer1_fl_b p{
    margin-top: 15px;
    font-weight: 400;
    color: #898C8F;
    text-align: center;
}
.footer1_fr ul{
    display: flex;
    justify-content: flex-end;
}
.footer1_fr ul li{
    margin-left: 18%;
}
.footer1_fr ul li a{
    display: block;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menulist{
    margin-top: 0.3rem;
}
.menulist ul{
    display: flex;
    flex-direction: column;
}
.menulist ul li{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.menulist ul li a{
    display: block;
    font-weight: normal;
    font-weight: 400;
    color: #898C8F;
    line-height: 25px;
}
.menulist ul li a:hover{
    color: #FFFFFF;
}
.footer2{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer2_fl{
    font-weight: 400;
    color: #898C8F;
    line-height: 25px;
}
.footer2_fl a{
    color: #898C8F;
}
.footer2_fl a:hover{
    color: #026636;
}
.footer2_fr{
    font-weight: 400;
    color: #898C8F;
    line-height: 30px;
}
.footer2_fr p{
    padding-left: 26px;
}
.footer2_fr p.fdz{
    background: url("../images/fdz.png") no-repeat left center;
    background-size: 14px 19px;
}
.footer2_fr p.fyx{
    background: url("../images/fyx.png") no-repeat left center;
    background-size: 11px 17px;
}
.footer2_fr p.flxr{
    background: url("../images/flxr.png") no-repeat left center;
    background-size: 14px 11px;
}

.home-case{
    width: 100%;
    margin: 0 auto;
    padding: 0.8rem 0 1rem 0;
}
.index_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_title h3{
    font-weight: 400;
    color: #000000;
    line-height: 1;
}
.index_title a{
    display: block;
    position: relative;
    font-family: "Roboto-Regular";
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding-left: 39px;
}
.index_title a:before{
    content: '';
    display: block;
    width: 25px;
    height: 5px;
    background: #026636;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.index_title a:hover{
    color: #026636;
}
.case_t{
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case_t_fl{
    width: 54.41%;
    position: relative;
}
.circle{
    position: relative;
    z-index: 9;
}
.circle_h{
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 10;
    animation: hideShow 2s linear infinite;
}
@keyframes hideShow {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.case_t_fr{
    width: 41.98%;
}
.case_t_fr_title{
    border-top: 4px solid #111111;
    padding: 0.25rem 0;
    border-bottom: 1px solid #999999;
}
.case_t_fr_title ul{
    display: flex;
    align-items: center;
}
.case_t_fr_title ul li{
    position: relative;
    margin-right: 0.3rem;
}
.case_t_fr_title ul li:last-child{
    margin-right: 0;
}
.case_t_fr_title ul li a{
    display: block;
    font-weight: bold;
    color: #111111;
    line-height: 25px;
}
.case_t_fr_title ul li.on a{
    color: #026636;
}
.case_t_fr_show{
    margin-top: 0.45rem;
}
.case_t_fr_show .case_t_fr_info{
    display: none;
}
.case_t_fr_info{
    overflow: hidden;
}
.case_t_fr_info_bt{
    font-weight: 400;
    color: #111111;
    line-height: 1;
}
.case_t_fr_info_nr{
    margin-top: 0.4rem;
}
.case_t_fr_info_nr ul{
    display: flex;
    flex-wrap: wrap;
}
.case_t_fr_info_nr ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 1px solid #999999;
    padding: 0 0.22rem;
    margin-right: 17px;
    margin-bottom: 17px;
    position: relative;
    cursor: default;
}
.case_t_fr_info_nr ul li:after{
    content: '';
    display: block;
    width: 0;
    margin: auto;
    height: 50px;
    background: #026636;
    position: absolute;
    left: 0;
    right: 0;
    transition: .5s;
}
.case_t_fr_info_nr ul li p{
    position: relative;
    z-index: 9;
    font-weight: 400;
    color: #555250;
}
.case_t_fr_info_nr ul li:hover{
    border: 1px solid #026636;
}
.case_t_fr_info_nr ul li:hover p{
    color: #FFFFFF;
}
.case_t_fr_info_nr ul li:hover:after{
    width: 100%;
}
.case_b{
    margin-top: 0.6rem;
}
.case_b ul{
    display: flex;
    flex-wrap: wrap;
}
.case_b ul li{
    width: 31.5%;
    height: 3.15rem;
    margin-right: 2.75%;
    background: #EFEFEF;
    position: relative;
    padding: 0.49rem 0.23rem 0.23rem 0.23rem;
}
.case_b ul li:last-child{
    margin-right: 0;
}
.case_b_txt1{
    font-weight: bold;
    color: #111111;
    line-height: 1;
}
.case_b_txt2{
    margin-top: 0.2rem;
    font-weight: 400;
    color: #555250;
    line-height: 35px;
}
.case_b_txt2 span{
    color: #026636;
}
.case_b_txt3{
    position: absolute;
    right: 0.23rem;
    bottom: 0.23rem;
}
.case_b_txt3 img{
    height: 0.48rem;
}

.home-news{
    width: 100%;
    margin: 0 auto;
    padding: 0.8rem 0;
}
.news_con ul{
    display: flex;
    flex-wrap: wrap;
}
.news_con ul li{
    margin-top: 0.49rem;
    width: 31.5%;
    margin-right: 2.75%;
}
.news_con ul li:nth-child(3n){
    margin-right: 0;
}
.news_con ul li a{
    display: block;
    border: 1px solid #EFEFEF;
    background: #EFEFEF;
    padding: 0.6rem 0.25rem 0.38rem 0.25rem;
    transition: .5s;
}
.news_con ul li:nth-child(3) a, .news_con ul li:nth-child(5) a{
    border: 1px solid #026636;
    background: #026636;
}
.news_txt1{
    font-weight: 400;
    color: #111111;
    line-height: 35px;
    height: 70px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_txt2{
    margin-top: 0.3rem;
    font-weight: 400;
    color: #555250;
    line-height: 20px;
    height: 60px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_txt3{
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_txt3 span{
    font-family: "Roboto-Regular";
    font-weight: 400;
    color: #555250;
    line-height: 20px;
}
.news_txt3 i{
    width: 0.27rem;
    height: 0.28rem;
    background: url("../images/n1.png") no-repeat center;
    background-size: 100% !important;
}
.news_con ul li:nth-child(3) a .news_txt1, .news_con ul li:nth-child(5) a .news_txt1{
    color: #FFFFFF;
}
.news_con ul li:nth-child(3) a .news_txt2, .news_con ul li:nth-child(5) a .news_txt2{
    color: #FFFFFF;
}
.news_con ul li:nth-child(3) a .news_txt3 span, .news_con ul li:nth-child(5) a .news_txt3 span{
    color: #FFFFFF;
}
.news_con ul li:nth-child(3) a .news_txt3 i, .news_con ul li:nth-child(5) a .news_txt3 i{
    background: url("../images/n2.png") no-repeat center;
}
.news_con ul li a:hover{
    border: 1px solid #026636;
    background: rgba(248,244,233,0);
}
.news_con ul li a:hover .news_txt1{
    color: #026636;
    text-decoration-line: underline;
}
.news_con ul li a:hover .news_txt2{
    color: #026636;
}
.news_con ul li a:hover .news_txt3 span{
    color: #026636;
}
.news_con ul li a:hover .news_txt3 i{
    background: url("../images/n3.png") no-repeat center;
}
.home-service{
    width: 100%;
    margin: 0 auto;
    background: url("../images/servicebg.png") no-repeat top center;
    background-size: cover;
    padding: 1.7rem 0 0.7rem 0;
    margin-top: -0.77rem;
}
.service_t{
    font-weight: 400;
    color: #111111;
    line-height: 1.6;
    text-align: center;
}

.service_t sup img{
    height: 17px;
}
.service_b{
    margin-top: 0.4rem;
}
.service_b_con ul{
    display: flex;
    flex-wrap: wrap;
}
.service_b_con ul li{
    margin-top: 0.4rem;
    width: 29%;
    margin-right: 6.5%;
}
.service_b_con ul li:last-child{
    margin-right: 0;
}
.service_b_con ul li a{
    display: block;
}
.service_b_txt1{
    margin-top: 0.27rem;
    font-weight: bold;
    color: #111111;
    line-height: 1;
}
.service_b_txt2{
    margin-top: 15px;
    font-weight: 400;
    color: #555250;
    line-height: 36px;
}
.service_b_con ul li a:hover .service_b_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.home-zcsearch{
    width: 100%;
    margin: 0 auto;
    background: url("../images/zcsearchbg.jpg") no-repeat top center fixed;
    background-size: cover;
    padding: 1.15rem 0 1.3rem 0;
}
.zcsearch_t{
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.76;
}
.zcsearch_b{
    margin-top: 1.5rem;
}
.zcsearch_b1{
    font-weight: bold;
    color: #FFFFFF;
    line-height: 20px;
    background: url("../images/hua.png") no-repeat left center;
    background-size: 20px 20px;
    padding-left: 28px;
}
.zcsearch_b2{
    margin-top: 0.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.zcsearch_b2 .el-select{
    width: 36.32%;
}
.zcsearch_b2 .el-select .el-input{
    font-size: 16px;
}
.zcsearch_b2 .el-select .el-input .el-input__inner{
    height: 61px;
    line-height: 61px;
    border-radius: 0;
    font-family: "Microsoft YaHei";
}
.zcsearch_b2 .el-button{
    font-family: "Microsoft YaHei";
    width: 23.45%;
    border: none;
    padding: 0 20px;
    height: 61px;
    line-height: 61px;
    font-size: 16px;
    border-radius: 0;
    background: #026636;
    font-weight: bold;
    color: #FFFFFF;
}

/*荣誉资质*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.iban_info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    z-index: 9;
    color: #FFFFFF;
}
.iban_info .container1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.iban_info h3{
    text-transform: uppercase;
    padding-top: 0.3rem;
    letter-spacing: 5px;
}
.iban_info p{
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.iban_wz{
    position: absolute;
    top: 0.35rem;
    left: 0;
    width: 100%;
    z-index: 9;
}
.iban_wz p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FFFFFF;
    line-height: 20px;
}
.iban_wz p img{
    display: inline-block;
    width: auto;
    height: 10px;
    margin: 0 0.24rem 0 0.16rem;
}
.iban_wz p a{
    color: #FFFFFF;
    line-height: 20px;
}
.inner-nav{
    background: #EFEFEF;
}
.inner-nav ul{
    display: flex;
    justify-content: center;
}
.inner-nav ul li{
    margin: 0 0.6rem;
    text-align: center;
}
.inner-nav ul li a{
    display: block;
    padding: 0.26rem 0.2rem 0.16rem 0.2rem;
    position: relative;
}
.inner-nav ul li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 1px;
    background: #026636;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out 0s;
}
.inner-nav ul li a:hover:after{
    width: 100%;
}
.inner-nav ul li a.active:after{
    width: 100%;
}
.nav_img{
    padding-top: 0.25rem;
    width: 0.41rem;
    margin: 0 auto;
    height: 0.31rem;
    position: relative;
    transition: .5s;
}
.nav_img .nav_before{
    top: 0;
    transition: all 0.5s ease-in-out 0s;
}
.nav_img .nav_after{
    top: -200%;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.inner-nav ul li a:hover .nav_img .nav_after{
    top: 0;
    opacity: 1;
}
.inner-nav ul li a.active .nav_img .nav_before{
    top: 200%;
}
.inner-nav ul li a.active .nav_img .nav_after{
    top: 0;
    opacity: 1;
}
.inner-nav ul li a:hover .nav_img .nav_before{
    top: 200%;
}
.nav_txt{
    margin-top: 15px;
    font-weight: bold;
    color: #555250;
    line-height: 1;
}
.inner-nav ul li a:hover .nav_txt{
    color: #026636;
}
.inner-nav ul li a.active .nav_txt{
    color: #026636;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
    padding-top: 0.9rem;
}
.ihonor{
    padding-bottom: 0.7rem;
}
.inner_title{
    border-bottom: 1px solid #999999;
    padding-bottom: 0.25rem;
}
.inner_title h3{
    font-weight: 300;
    color: #111111;
    line-height: 1;
    position: relative;
    display: inline-block;
}
.inner_title h3:after{
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #026636;
    position: absolute;
    bottom: -0.29rem;
    left: 0;
}
.ihonor_con{
    margin-top: 0.5rem;
}
.ihonor_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ihonor_con ul li{
    width: 22.5%;
    margin-right: 3.3%;
    margin-bottom: 0.5rem;
}
.ihonor_con ul li:nth-child(4n){
    margin-right: 0;
}
.ihonor_con ul li a{
    display: block;
}
.ihonor_con_img{
    background: url("../images/honorbg.png") no-repeat center;
    background-size: 100%;
    padding: 0.18rem;
}
.ihonor_con_img .pic:after{
    padding-bottom: 140.8%;
}
.ihonor_con_txt{
    margin-top: 0.2rem;
    text-align: center;
    font-weight: 400;
    color: #555250;
}
.ihonor_con ul li a:hover .ihonor_con_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor_con ul li a:hover .ihonor_con_txt{
    color: #026636;
}

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

/*医疗器械注册*/
.iregister{
    background: #f3f3f3 url("../images/registerbg.jpg") no-repeat bottom right;
}
.iregister_con{
    padding-bottom: 0.35rem;
}
.iregister_con_bt{
    font-weight: 400;
    color: #000000;
    line-height: 1;
    position: relative;
    padding-left: 0.24rem;
}
.iregister_con_bt:before{
    content: '';
    display: block;
    width: 0.07rem;
    height: 0.34rem;
    background: #026636;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.iregister_con_nr{
    margin-top: 0.4rem;
}
.iregister_con_nr ul{
    display: flex;
    flex-wrap: wrap;
}
.iregister_con_nr ul li{
    width: 31.8%;
    margin-right: 2.3%;
    margin-bottom: 0.3rem;
}
.iregister_con_nr ul li:nth-child(3n){
    margin-right: 0;
}
.iregister_con_nr ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.66rem;
    border: 1px solid #026636;
    position: relative;
}
.iregister_con_nr ul li a p{
    color: #000000;
    position: relative;
    z-index: 2;
}
.iregister_con_nr ul li a i{
    position: relative;
    z-index: 2;
    opacity: 0;
    width: 0.21rem;
    height: 0.22rem;
    background: url("../images/n2.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    right: 0.35rem;
    transition: .5s;
}
.iregister_con_nr ul li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 100%;
    background: url("../images/zcnrbg.jpg") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    transition: .5s;
}
.iregister_con_nr ul li a:hover:after{
    width: 100%;
}
.iregister_con_nr ul li a:hover p{
    color: #FFFFFF;
}
.iregister_con_nr ul li a:hover i{
    opacity: 1;
}

/*体系辅导*/
.isystem_con{
    margin-top: 0.6rem;
}
.isystem_con ul{
    display: flex;
    flex-wrap: wrap;
}
.isystem_con ul li{
    width: 29%;
    margin-right: 6.5%;
    margin-bottom: 0.75rem;
}
.isystem_con ul li:nth-child(3n){
    margin-right: 0;
}
.isystem_con ul li a{
    display: block;
}
.isystem_con ul li a:hover .isystem_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*联系我们*/
.icontact1_con{
    margin-top: 0.6rem;
    background: #FFFFFF;
    box-shadow: 7px 10px 69px 1px rgba(4,10,62,0.05);
    padding: 0.8rem 1.9rem 0.95rem 0.7rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #000000;
}
.icontact1_con_fl{
    width: 40.5%;
    border-radius: 10px;
}
.icontact1_con_fr{
    width: 50%;
}
.icontact1_con_fr1{
    font-weight: 400;
    color: #111111;
    line-height: 1;
}
.icontact1_con_fr1:after{
    content: '';
    display: block;
    width: 0.43rem;
    height: 0.04rem;
    background: #026636;
    margin-top: 0.2rem;
}
.icontact1_con_fr2{
    margin-top: 0.55rem;
    font-weight: 400;
    color: #555250;
    line-height: 1;
}
.icontact1_con_fr3{
    margin-top: 0.45rem;
}
.icontact1_con_fr3 li{
    border-top: 1px solid #DDDDDD;
    padding: 0.25rem 0;
    font-weight: 400;
    color: #555250;
    line-height: 25px;
    display: flex;
    align-items: flex-start;
}
.icontact1_con_fr3 li span{
    margin-right: 0.2rem;
    padding-left: 0.5rem;
}
.icontact1_con_fr3 li span.caddress{
    background: url("../images/caddress.png") no-repeat left center;
    background-size: 0.2rem 0.25rem;
}
.icontact1_con_fr3 li span.ctel{
    background: url("../images/ctel.png") no-repeat left center;
    background-size: 0.26rem 0.22rem;
}
.icontact1_con_fr3 li span.cperson{
    background: url("../images/cperson.png") no-repeat left center;
    background-size: 0.24rem 0.24rem;
}
.icontact1_con_fr3 li span.cmail{
    background: url("../images/cmail.png") no-repeat left center;
    background-size: 0.25rem 0.18rem;
}
.icontact2{
    background: url("../images/icontact2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 0.6rem 0 0.25rem 0;
    margin-top: 0.5rem;
}
.icontact2_title{
    text-align: center;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 1.67;
}
.icontact2_con{
    margin-top: 0.4rem;
    position: relative;
    padding-bottom: 0.66rem;
}
.icontact2_con .swiper-slide{
    display: initial;
}
.icontact2s a{
    display: block;
    position: relative;
    width: 100%;
    transition: .5s;
}
.customer_img{
    transition: .5s;
}
.customer_img.pic:after{
    padding-bottom: 33.82%;
}
.icontact2s a:hover .customer_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.swiper-pagination1{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icontact2_con .swiper-pagination1{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    width: 100%;
}
.icontact2_con .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0 4px;
}
.icontact2_con .swiper-pagination-bullet-active{
    width: 18px;
    background: transparent;
    border-radius: 4px;
}
.icontact3{
    padding: 0.9rem 0 0.65rem 0;
}
.icontact3_title{
    font-weight: 400;
    color: #111111;
    line-height: 1;
}
.icontact3_con{
    margin-top: 0.4rem;
}
.ly1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ly1s{
    width: 48.38%;
    position: relative;
    margin-bottom: 20px;
}
.ly1s label{
    font-weight: 400;
    color: #555250;
    position: absolute;
    left: 0.22rem;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 0.32rem;
}
 label.i1{
    background: url("../images/i1.png") no-repeat left center;
    background-size: 16px 18px;
}
label.i2{
    background: url("../images/i2.png") no-repeat left center;
    background-size: 14px 16px;
}
label.i3{
    background: url("../images/i3.png") no-repeat left center;
    background-size: 16px 12px;
}
label.i4{
    background: url("../images/i4.png") no-repeat left center;
    background-size: 15px 13px;
}
label.i5{
    background: url("../images/i5.png") no-repeat left center;
    background-size: 14px 16px;
}
.ly1s input{
    width: 100%;
    height: 50px;
    padding-right: 0.22rem;
    border: none;
    color: #555250;
    display: flex;
    align-items: center;
    background: #F6F6F6;
}
.distance1{
    padding-left: 1.35rem;
}
.distance2{
    padding-left: 1.5rem;
}
.ly2{
    position: relative;
    margin-bottom: 0.4rem;
}
.ly2 label{
    font-weight: 400;
    color: #555250;
    position: absolute;
    left: 0.22rem;
    top: 0.22rem;
    padding-left: 0.32rem;
}
.ly2 textarea{
    width: 100%;
    height: 242px;
    background: #F6F6F6;
    padding-right: 0.22rem;
    padding-top: 0.22rem;
    padding-bottom: 0.22rem;
    border: none;
    color: #555250;
    resize: none;
    line-height: 24px;
}
.ly3 button{
    width: 3.96rem;
    height: 0.61rem;
    margin: 0 auto;
    background: #026636;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
    position: relative;
}
.ly3 button i{
    width: 0.2rem;
    height: 0.21rem;
    background: url("../images/n2.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0.42rem;
    top: 50%;
    transform: translate(0, -50%);
}

/*注册详情*/
.iregistershow{
    padding-bottom: 0.9rem;
}
.iregistershow .container1{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.iregistershow_fl{
    width: 3rem;
    position: sticky;
    left: 0;
    top: 100px;
}
.pinfo{
}
.pinfo li{
    overflow:hidden;
    position:relative;
    margin-bottom: 12px;
}
.pinfo li:last-child{
    margin-bottom: 0;
}
.pinfo li a{
    display: block;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 73px;
    background: #026636;
    text-transform: uppercase;
    padding: 0 0.24rem;
    transition: all .3s;
}
.pinfo li .more{
    position: absolute;
    right: 0.24rem;
    padding:0;
    top: 0;
    width: 22px;
    height: 73px;
    cursor: pointer;
    background: url("../images/p.png") no-repeat right center;
    background-size: 0.22rem 0.22rem !important;
    display: block;
    z-index: 5;
}
.pinfo .er{
    display: none;
    margin-top: 5px;
}
.pinfo .er li{
    margin-bottom: 5px;
}
.pinfo .er li a {
    color: #111111;
    line-height:55px;
    background: #EFEFEF;
    font-weight:normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pinfo .nav-show .er {
    display: block;
}
.pinfo .nav-show .er li{
    margin-bottom: 5px;
}
.pinfo .nav-show .er li a {
    color: #111111;
    line-height:55px;
    background: #EFEFEF;
    font-weight:normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pinfo .nav-show .er li a:hover{
    color: #026636;
}
.pinfo .nav-show .more{
    background: url("../images/p_h.png") no-repeat right center;
}
.pinfo .er li .mmore{
    position: absolute;
    right: 0.24rem;
    padding:0;
    top: 0;
    border:none;
    width: 22px;
    height: 55px;
    cursor: pointer;
    background: url("../images/j.png") no-repeat left center;
    background-size: 0.22rem 0.22rem !important;
    display: block;
    z-index: 5;
}
.pinfo .nav-show .er li .mmore{
    background: url("../images/j.png") no-repeat left center !important;
    background-size: 0.22rem 0.22rem !important;
}
.pinfo .nav-show .er .nnav-show a{
    color: #026636;
}
.pinfo .nav-show .er .nnav-show .mmore{
    background:url("../images/j_h.png") no-repeat left center !important;
    background-size: 0.22rem 0.22rem !important;
}
.pinfo .san{
    display:none;
    margin: 10px 0;
}
.pinfo .san li:last-child{
    margin-bottom: 0;
}
.pinfo .san li a {
    font-weight: 400;
    color: #111111 !important;
    line-height: 30px;
    padding-left: 45px;
    background: transparent !important;
    font-weight:normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pinfo .san li a:hover {
    color: #026636 !important;
}
.pinfo .nnav-show .san {
    display:block;
}
.pinfo .nnav-show .san li{
    margin-bottom: 0;
}
.pinfo .nnav-show .san li a {
    font-weight: 400;
    color: #111111 !important;
    line-height: 30px;
    padding-left: 45px;
    font-weight: normal;
    padding-left: 45px;
    background: transparent !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pinfo .nnav-show .san li a:hover{
    color: #026636 !important;
}
.pinfo .nnav-show .san li a.active{
    color: #026636 !important;
}
.iregistershow_fr{
    width: calc(100% - 3.4rem);
}
.show_title h3{
    display: inline-block;
    font-weight: 400;
    color: #026636;
    text-decoration-line: underline;
}
.show_info{
    margin-top: 0.2rem;
    display: flex;
    flex-wrap: wrap;
}
.show_info1{
    font-weight: 400;
    color: #555250;
    line-height: 20px;
    padding-right: 12px;
    position: relative;
}
.show_info1 span{
    color: #026636;
}
.show_info1:before{
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: #555250;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.show_info2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 400;
    color: #555250;
    line-height: 20px;
    margin-left: 12px;
}
.show_info2 a{
    font-weight: 400;
    color: #555250;
    line-height: 20px;
}
.show_info2 span{
    color: #026636;
}
.show_info2 img{
    height: 12px;
    margin: 0 10px;
}
.iregistershow_fr3{
    margin-top: 0.35rem;
}
.show_content{
    background: #EFEFEF;
    border-bottom: 4px solid #026636;
    padding: 0.5rem;
    font-weight: 400;
    color: #111111;
    line-height: 30px;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    border-bottom: 1px solid #111111;
    padding: 0.4rem 0 0.2rem 0;
    overflow: hidden;
}
.show_back li{
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #026636;
    line-height: 30px;
    position: relative;
    margin-bottom: 0.15rem;
}
.show_back li a{
    display: block;
    font-weight: 400;
    color: #111111;
    line-height: 30px;
}
.show_back li a:hover{
    color: #026636;
}

/*企业文化*/
.iculture1{
    background: url("../images/culture1bg.png") no-repeat center;
    background-size: contain;
    text-align: center;
    padding: 0.6rem 0 1.1rem 0;
}
.iculture1 h3{
    font-weight: 400;
    color: #111111;
    line-height: 1;
}
.iculture1 p{
    margin-top: 0.3rem;
    font-weight: 400;
    color: #555250;
    line-height: 2;
}
.iculture2{
    margin-top: 0.7rem;
}
.iculture2 ul li{
    margin-bottom: 1.05rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iculture2 ul li:nth-child(even){
    flex-direction: row-reverse;
}
.iculture2_img{
    width: 53.6%;
}
.iculture2_txt{
    width: 41.1%;
    margin-top: 0.5rem;
}
.iculture2_txt1{
    position: relative;
}
.iculture2_txt1:after{
    content: '';
    display: block;
    width: 0.34rem;
    height: 0.03rem;
    background: #999999;
    margin: 0.3rem 0 0 2.3rem;
}
.iculture2_txt1 h3{
    font-weight: 400;
    color: #111111;
    line-height: 1;
    background: url("../images/line.png") no-repeat left center;
    background-size: 2.1rem 0.1rem;
    padding-left: 2.3rem;
}
.iculture2_txt1 p{
    margin-top: 0.2rem;
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    line-height: 1;
    color: #555250;
    opacity: 0.65;
    text-transform: uppercase;
    padding-left: 2.3rem;
}
.iculture2_txt2{
    margin-top: 0.25rem;
    font-weight: 400;
    color: #555250;
    line-height: 2.3;
    padding-left: 2.3rem;
}

/*公司/品牌简介*/
.iabout{
    padding-top: 0;
}
.iabout1 .container1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.iabout1_fl{
    width: 71.8%;
}
.iabout1_fl2{
    margin-top: 0.6rem;
    padding-right: 0.7rem;
    font-weight: 400;
    color: #111111;
    line-height: 1.73;
}
.iabout1_fl2 span{
    color: #026636;
}
.iabout1_fl3{
    margin-top: 0.3rem;
    font-weight: 400;
    color: #555250;
}
.iabout1_fr{
    width: 25.1%;
}
.iabout2{
    margin-top: 0.5rem;
}
.iabout_title{
    font-weight: 400;
    color: #111111;
    line-height: 1;
}
.iabout2_con{
    margin-top: 0.3rem;
}
.iabout2_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iabout2_con ul li{
    width: 31.7%;
    margin-right: 2.45%;
    margin-bottom: 0.5rem;
}
.iabout2_con ul li:last-child{
    margin-right: 0;
}
.iabout2_con_txt{
    margin-top: 0.35rem;
}
.iabout3{
    background: url("../images/iabout3bg.jpg") no-repeat center;
    background-size: cover;
    padding: 0.78rem 0;
    position: relative;
}
/*.iabout3 .container1{
    position: relative;
}*/
.iabout3_con{
    margin-top: 0.55rem;
}
/*.team_con1{
    position: relative;
}*/
.team_con1 .gallery-top {
    width: 100%;
    height: auto;
}
.team_con1 .gallery-top .swiper-slide{
    display: initial;
}
.team_txt{
    width: 71%;
    display: block;
    text-align: justify;
}
.team_txt1{
    font-family: "Poppins-Regular";
    font-weight: 400;
    color: #111111;
    line-height: 1;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 0.2rem;
}
.team_txt2{
    margin-top: 15px;
    font-weight: 400;
    color: #555250;
    line-height: 2.5;
}
.team_con2{
    position: absolute;
    top: 0.78rem;
    right: calc((100vw - 1360px) / 2);
    width: 32%;
    z-index: 2;
}
.team_con2 .gallery-thumbs {
    height: auto;
}
.team_con2 .gallery-thumbs .swiper-slide{
    display: initial;
}
.team-min a{
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #FFFFFF;
    border-radius: 18px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    color: #555250;
}
.team-min a:hover{
    background: #026636;
    color: #FFFFFF;
}
.team-min.swiper-slide-thumb-active a{
    background: #026636;
    color: #FFFFFF;
}
.swiper-pagination2{
    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;
}
.team_con1 .swiper-pagination2{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    width: 69.27vw;
}
.team_con1 .swiper-pagination-bullet{
    width: 33.3%;
    height: 5px;
    background: #FFFFFF;
    opacity: 1;
    outline: none;
    border-radius: 0;
}
.team_con1 .swiper-pagination-bullet-active{
    background: #026636;
}
.iabout3_img{
    position: absolute;
    right: calc((100vw - 1360px) / 2);
    bottom: -0.75rem;
    height: 4.44rem;
    z-index: 11;
}
.iabout4{
    padding: 0.9rem 0 0.6rem 0;
}
.iabout4_con{
    margin-top: 0.55rem;
    position: relative;
}

/*新闻资讯*/
.inews{
    padding-bottom: 0.6rem;
}
.inews1{
    border-bottom: 4px solid #111111;
    padding-bottom: 0.65rem;
}
.inews1_title{
    font-weight: 400;
    color: #000000;
    line-height: 1.13;
    padding-left: 0.24rem;
    position: relative;
}
.inews1_title:before{
    content: '';
    display: block;
    width: 0.07rem;
    height: 0.34rem;
    background: #026636;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.inews1_con{
    margin-top: 0.45rem;
    position: relative;
}
.inews1_con .swiper-slide{
    display: initial;
}
.inews1s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.inews1s a:hover .inews1_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews1_txt{
    margin-top: 0.3rem;
    text-align: left;
}
.inews1_txt1{
    font-weight: 400;
    color: #111111;
    line-height: 0.35rem;
    height: 0.7rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inews1_txt2{
    margin-top: 0.25rem;
    font-weight: 400;
    color: #555250;
    line-height: 20px;
    height: 40px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper-pagination3{
    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;
}
.inews1_con .swiper-pagination3{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    top: -0.45rem;
    width: 100%;
}
.inews1_con .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #2D231E;
    border-radius: 50%;
    border: 1px solid #2D231E;
    opacity: 1;
    outline: none;
    margin: 0 5px;
}
.inews1_con .swiper-pagination-bullet-active{
    width: 18px;
    background: transparent;
    border-radius: 4px;
}
.inews2{
    margin: 0.75rem 0 0.25rem 0;
}
.inews2 ul{
    display: flex;
    flex-wrap: wrap;
}
.inews2.news_con ul li{
    margin-bottom: 0.35rem;
    margin-top: 0;
}
.inews2.news_con ul li:nth-child(3) a, .inews2.news_con ul li:nth-child(5) a{
    border: 1px solid #EFEFEF;
    background: #EFEFEF;
}
.inews2.news_con ul li:nth-child(3) a .news_txt1, .inews2.news_con ul li:nth-child(5) a .news_txt1{
    color: #111111;
}
.inews2.news_con ul li:nth-child(3) a .news_txt2, .inews2.news_con ul li:nth-child(5) a .news_txt2{
    color: #555250;
}
.inews2.news_con ul li:nth-child(3) a .news_txt3 span, .inews2.news_con ul li:nth-child(5) a .news_txt3 span{
    color: #555250;
}
.inews2.news_con ul li:nth-child(3) a .news_txt3 i, .inews2.news_con ul li:nth-child(5) a .news_txt3 i{
    background: url("../images/n1.png") no-repeat center;
}
.inews2.news_con ul li a:hover{
    border: 1px solid #026636;
    background: rgba(248,244,233,0);
}
.inews2.news_con ul li a:hover .news_txt1{
    color: #026636;
    text-decoration-line: underline;
}
.inews2.news_con ul li a:hover .news_txt2{
    color: #026636;
}
.inews2.news_con ul li a:hover .news_txt3 span{
    color: #026636;
}
.inews2.news_con ul li a:hover .news_txt3 i{
    background: url("../images/n3.png") no-repeat center;
}

/*新闻详情*/
.inewsshow{
    padding-bottom: 0.65rem;
}
.inewsshow .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inewsshow_fl{
    width: 75%;
    margin-top: -1.8rem;
    position: relative;
    z-index: 9;
}
.show_title_info{
    background: #EFEFEF;
    padding: 0.55rem 0.45rem 0.55rem 0;
    position: relative;
}
.show_title_info:before{
    content: '';
    display: block;
    width: calc((100vw - 1360px) / 2);
    height: 100%;
    background: #EFEFEF;
    position: absolute;
    left: calc((1360px - 100vw) / 2);
    top: 0;
}
.inewsshow_fl2.show_info{
    margin-top: 0.5rem;
}
.inewsshow_fl3{
    margin-top: 0.5rem;
}
.inewsshow_fl3.show_content{
    padding: 0.45rem;
}
.inewsshow_fr{
    width: 21.7%;
}
.inewsshow_fr_title.inner_title h3:after{
    width: 25px;
}
.inewsshow_fr_con ul li{
    margin-top: 20px;
}
.inewsshow_fr_con ul li a{
    display: block;
}
.inewsshow_txt{
    margin-top: 20px;
}
.inewsshow_txt1{
    font-weight: 400;
    color: #555250;
    line-height: 25px;
    text-decoration-line: underline;
}
.inewsshow_txt2{
    margin-top: 15px;
    font-family: "Roboto-Regular";
    font-weight: 400;
    color: #555250;
    line-height: 1;
}
.inewsshow_fr_con ul li a:hover .inewsshow_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inewsshow_fr_con ul li a:hover .inewsshow_txt1{
    color: #026636;
}






@media (min-width:1360px) and (max-width:1500px){
    .container1{
        width: 88%;
    }
    .team_con2{
        right: 6%;
    }
    .iabout3_img{
        right: 6%;
    }
    .show_title_info:before{
        width: 9%;
        left: -9%;
    }
}


@media (min-width:1280px) and (max-width:1359px){
    .container1{
        width: 90%;
    }
    .f-14{
        font-size: 0.19rem;
    }
    .f-15{
        font-size: 0.2rem;
    }
    .f-16{
        font-size: 0.21rem;
    }
    .f-18{
        font-size: 0.23rem;
    }
    .f-22{
        font-size: 0.27rem;
    }
    .f-30{
        font-size: 0.35rem;
    }
    .f-34{
        font-size: 0.39rem;
    }
    .home-service{
        margin-top: -0.97rem;
    }
    .case_b ul li{
        height: 3.85rem;
    }
    .footer1_fl_b{
        width: 1.64rem;
    }
    .footer1_fl_b img{
        height: 1.64rem;
    }
    .footer1_fr ul li{
        margin-left: 15%;
    }

    .team_con2{
        right: 5%;
    }
    .iabout3_img{
        right: 5%;
    }
    .show_title_info:before{
        width: 7.5%;
        left: -7.5%;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container1{
        width: 90%;
    }
    .f-14{
        font-size: 0.2rem;
    }
    .f-15{
        font-size: 0.21rem;
    }
    .f-16{
        font-size: 0.22rem;
    }
    .f-18{
        font-size: 0.24rem;
    }
    .f-22{
        font-size: 0.28rem;
    }
    .f-30{
        font-size: 0.36rem;
    }
    .f-34{
        font-size: 0.4rem;
    }
    .home-service{
        margin-top: -0.97rem;
    }
    .case_b ul li{
        height: 4.15rem;
    }
    .footer1_fl_b{
        width: 1.64rem;
    }
    .footer1_fl_b img{
        height: 1.64rem;
    }
    .footer1_fr ul li{
        margin-left: 15%;
    }

    .team_con2{
        right: 5%;
    }
    .iabout3_img{
        right: 5%;
    }
    .show_title_info:before{
        width: 7.5%;
        left: -7.5%;
    }
}

@media(max-width:1199px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .f-14{
        font-size: 0.16rem;
    }
    .f-15{
        font-size: 0.17rem;
    }
    .f-16{
        font-size: 0.18rem;
    }
    .f-18{
        font-size: 0.2rem;
    }
    .f-50{
        font-size: 0.4rem;
    }
    .ban_txt1{
        padding-right: 0.71rem;
    }
    .case_t_fr_title ul li{
        margin-right: 0.2rem;
    }
    .case_b ul li{
        height: 3.85rem;
    }
    .footer1_fr ul li{
        margin-left: 11%;
    }

    .inner-banner{
        height: 2.5rem;
    }
    .inner-banner img{
        height: 100%;
        object-fit: cover;
    }
    .inner-nav ul li{
        margin: 0 0.5rem;
    }
    .iabout1 .container1{
        align-items: inherit;
    }
    .iabout1_fl{
        padding: 0.9rem 0;
    }
    .iabout1_fr img{
        height: 100%;
        object-fit: cover;
    }

    .team_con2{
        right: 15px;
        width: 42%;
    }
    .iabout3_img{
        right: 15px;
    }
    .iculture2_txt1:after{
        margin: 0.3rem 0 0 1.7rem;
    }
    .iculture2_txt1 h3{
        background-size: 1.5rem 0.07rem;
        padding-left: 1.7rem;
    }
    .iculture2_txt1 p{
        padding-left: 1.7rem;
    }
    .iculture2_txt2{
        padding-left: 1.7rem;
    }
    .show_title_info{
        padding: 0.55rem 0.45rem;
    }
    .icontact1_con{
        padding: 0.8rem 1.2rem 0.8rem 0.7rem;
    }


}

@media(max-width:820px) {
    .f-14{
        font-size: 0.15rem;
    }
    .f-15{
        font-size: 0.16rem;
    }
    .f-16{
        font-size: 0.17rem;
    }
    .f-18{
        font-size: 0.19rem;
    }
    .f-22{
        font-size: 0.2rem;
    }
    .f-30{
        font-size: 0.26rem;
    }
    .f-34{
        font-size: 0.28rem;
    }
    .f-50{
        font-size: 0.38rem;
    }
    .case_t_fl{
        width: 100%;
    }
    .case_t_fr{
        width: 100%;
        margin-top: 0.35rem;
    }
    .case_t_fr_title ul li{
        margin-right: 1rem;
    }
    .case_b_txt2{
        line-height: 30px;
    }
    .footer1_fr ul li{
        margin-left: 5%;
    }

    .iabout1_fl2{
        padding-right: 0;
    }
    .team_con1 .swiper-pagination2{
        width: 100%;
    }
    .team_con2{
        width: 50%;
    }
    .iabout3_img{
        display: none;
    }
    .team_txt{
        width: 100%;
    }
    .iculture2 ul li{
        align-items: center;
    }
    .iculture2_txt1:after{
        margin: 0.3rem 0 0 0;
    }
    .iculture2_txt{
        margin-top: 0;
    }
    .iculture2_txt1 h3{
        background: none;
        padding-left: 0;
    }
    .iculture2_txt1 p{
        padding-left: 0;
    }
    .iculture2_txt2{
        padding-left: 0;
    }
    .show_title_info:before{
        display: none;
    }
    .inewsshow_fl{
        width: 100%;
    }
    .inewsshow_fr{
        display: none;
    }
    .icontact1_con {
        padding: 0.8rem 0.7rem;
    }
}

@media(max-width:768px) {
    .footer1_fr ul li{
        margin-left: 4%;
    }
    .zcsearch_t br{
        display: none;
    }
    .service_b_txt2{
        line-height: 30px;
    }
}

@media(max-width:600px) {
    .f-14{
        font-size: 0.22rem;
    }
    .f-15{
        font-size: 0.23rem;
    }
    .f-16{
        font-size: 0.24rem;
    }
    .f-18{
        font-size: 0.26rem;
    }
    .f-20{
        font-size: 0.26px;
    }
    .f-22{
        font-size: 0.28rem;
    }
    .f-24{
        font-size: 0.3rem;
    }
    .f-28{
        font-size: 0.3rem;
    }
    .f-30{
        font-size: 0.32rem;
    }
    .f-34 {
        font-size: 0.32rem;
    }
    .f-50{
        font-size: 0.32rem;
    }
    .news_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .news_con ul li:nth-child(3n){
        margin-right: 4%;
    }
    .news_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .news_txt1{
        line-height: 30px;
        height: 60px;
    }
    .home-zcsearch{
        padding: 0.7rem 0 0.85rem 0;
    }

    .zcsearch_b{
        margin-top: 0.7rem;
    }
    .zcsearch_b2 .el-select{
        width: 100%;
        margin-bottom: 20px;
    }
    .zcsearch_b2 .el-button{
        width: 100%;
    }
    .home-service{
        background: #efefef;
        margin-top: 0;
        padding: 0.85rem 0 0.7rem 0;
    }
    .service_t br{
        display: none;
    }
    .service_b_con ul li{
        width: 100%;
        margin-right: 0;
    }
    .case_t_fr_title ul li{
        margin-right: 0.3rem;
    }
    .case_b ul li{
        width: 100%;
        margin-right: 0;
        height: auto;
        margin-bottom: 20px;
        padding: 0.49rem 0.23rem 1.23rem 0.23rem;
    }
    .case_b ul li:last-child{
        margin-bottom: 0;
    }
    .case_b_txt3 img{
        height: 0.68rem;
    }
    .footer1_fl{
        width: 100%;
        text-align: center;
    }
    .footer1_fl_b{
        width: 100%;
    }
    .footer1_fr{
        width: 100%;
        margin-top: 0.35rem;
    }
    .footer1_fr ul{
        justify-content: center;
    }
    .footer1_fr ul li{
        margin: 0 8px;
    }
    .menulist{
        display: none;
    }
    .footer2_fl{
        text-align: center;
    }
    .footer2_fr{
        margin-top: 10px;
    }

    .iban_info p{
        letter-spacing: 0;
    }
    .inner-nav ul li{
        margin: 0 0.1rem;
    }
    .inner_title h3:after{
        bottom: -0.34rem;
    }
    .iabout1_fl{
        width: 100%;
        padding: 0.5rem 0;
    }
    .iabout1_fr{
        width: 100%;
    }
    .iabout1_fr img{
        height: auto;
    }
    .iabout2_con ul li{
        width: 100%;
        margin-right: 0;
    }
    .team_con2{
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 0.5rem;
        width: 100%;
    }
    .team_txt2{
        line-height: 2;
    }
    .ihonor_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .ihonor_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .ihonor_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .iculture2 ul li{
        margin-bottom: 0.5rem;
    }
    .iculture1 p{
        line-height: 1.5;
    }
    .iculture2_img{
        width: 100%;
    }
    .iculture2_txt{
        width: 100%;
        margin-top: 20px;
    }
    .show_back li{
        margin-bottom: 0;
    }
    .icontact1_con_fl{
        width: 100%;
    }
    .icontact1_con_fr{
        width: 100%;
        margin-top: 25px;
    }
    .icontact1_con{
        padding: 0.5rem 15px;
    }
    .ly1s{
        width: 100%;
    }
    .ly1s label{
        padding-left: 0.42rem;
    }
    .ly2 label{
        padding-left: 0.42rem;
    }
    .distance1{
        padding-left: 1.8rem;
    }
    .distance2 {
        padding-left: 2rem;
    }
    .ly2 textarea{
        height: 150px;
    }
    .ly3 button{
        height: 45px;
    }
    .ly3 button i{
        width: 0.25rem;
        height: 0.26rem;
    }
    .iregister_con_nr ul li{
        width: 48%;
        margin-right: 4%;
    }
    .iregister_con_nr ul li:nth-child(3n){
        margin-right: 4%;
    }
    .iregister_con_nr ul li:nth-child(2n){
        margin-right: 0;
    }
    .iregister_con_nr ul li a:hover i{
        opacity: 0;
    }
    .isystem_con ul li{
        width: 100%;
        margin-right: 0;
    }
    .isystem_con ul li:nth-child(3n){
        margin-right: 0;
    }
    .iregistershow_fl{
        width: 100%;
        position: relative;
        top: 0;
    }
    .iregistershow_fr{
        width: 100%;
        margin-top: 0.5rem;
    }
    .pinfo li a{
        line-height: 53px;
    }
    .pinfo li .more{
        height: 53px;
    }
    .pinfo .er li a{
        line-height: 45px;
    }
    .pinfo .nav-show .er li a{
        line-height: 45px;
    }
    .pinfo .san li a{
        line-height: 30px;
    }
    .pinfo .nnav-show .san li a{
        line-height: 30px;
    }
    .show_info{
        flex-direction: column;
    }
    .show_info1:before{
        display: none;
    }
    .show_info2{
        margin-left: 0;
    }

}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {
    .iregister_con_nr ul li{
        width: 100%;
        margin-right: 0;
    }
    .iregister_con_nr ul li:nth-child(3n){
        margin-right: 0;
    }
}














