/* 头部通用样式 */
.flex {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: space-between
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1800 {
    max-width: 1830px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1580 {
    max-width: 1610px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1380 {
    max-width: 1410px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max800 {
    max-width: 830px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*头部样式*/

.fix-head {
    height: 86px;
}

.top-tip{
    background: #f3f2f2;
    line-height: 34px;
}

.top-tip .allp .aa1{
    margin-right: 0px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 20px;
}

.top-tip .allp .aa1 img{
    max-width: 18px;
}

.top-tip .allp .aa1 a{
    font-size: 14px;
    color: #888888;
    margin-left: 5px;
}
.top-tip .allp .aa1 a:hover{
    color: #da3d8c;
}

.group-list{position:absolute;width:100%;left:0;top:36px;background:#fff;display:none;box-shadow:0 0 15px rgba(0,0,0,.1);outline:0;border:none;z-index:9999;}
.group-list li a{display:block;text-align:center;color:#333;font-size:13px;line-height:46px}
.group-list li+li{border-top:1px solid #f0f0f0}
.group-list li:hover a{color:#da3d8c}



.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
    /*transition: all 0.5s ease .3s;*/
    border-bottom: 1px solid #f6f6f6;
}

.header.scroll {
    position: fixed;
    top: 0px;
}

.header>.flex {
    height: 86px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.header.scroll>.flex {
    height: 76px;
}



.header:hover {
    background: #fff;
    /*box-shadow: 0 0 15px rgb(0 0 0 / 20%);*/
    transition: all 0.5s ease;
}

.header:hover .header_top .inav_wrapper .inav_li>a {
    color: #000;
}

.header .logo {
    position: relative;
    max-width: 370px;
}

.header .logo a {
    display: block;
}

.header .logo img {
    max-width: 100%;
    /* max-height: 30px; */
}

.header .top_right {
    position: static;
    width: calc(100% - 380px);
}

.h_tools {
    position: relative;
    padding-left: 3%;
}

.h_ss {
    width: 210px;
    height: 35px;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.h_ss a{
    color: #da3d8c;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.h_ss .ss_btn {
    width: 35px;
    height: 35px;
    background: url(../image/h-ss.png) no-repeat center;
    cursor: pointer
}

.h_ss a img{
    width: 32px;
    margin-right: 12px;
}

.h_ss #formsearch {
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 9999;
    width: 200px;
    display: none;
    background: #f2f2f2
}

.h_ss #formsearch input {
    float: left;
    outline: 0;
    border: none;
    line-height: 35px;
    height: 35px;
    background: none;
    font-size: 0;
}

.h_ss #formsearch #s_btn {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../image/icon_spirit.png);
    background-position: 0 -210px;
    width: 35px;
}

.h_ss #formsearch #keyword {
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, .8);
    padding-left: 10px;
    font-size: 14px
}

.header .h_tools .h_language {
    display: inline-block;
    position: relative;
}

.header .language-a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    line-height: 34px;
    border: 1px solid #000;
    transition-duration: .3s;
    text-align: center;
    color: #000;
    overflow: hidden;
    background: #fff;
    margin-top: 10.5px;
    margin-bottom: 12px;
    margin-left: 40px;
    font-size: 16px;
  }
  
  .header .language-a:hover {
    color: #fff;
    background: #1b1b1b;
    border-color: #fff;
  }

.header .h_tools .h_language .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 56px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #666666;
    transition: all 0.5s ease;
}

.header .h_tools .h_language .icon::after {
    content: '';
    width: 9px;
    height: 5px;
    background: url(../image/la.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: -27px;
    top: 50%;
    margin-top: -3px;
}

.header .h_tools .h_language .lan_down {
    position: absolute;
    width: 200px;
    left: auto;
    right: 30%;
    top: 150%;
    background: #fff;
    box-shadow: 0 5px 10px 0;
    padding: 0 18px;
    padding-top: 20px;
    padding-bottom: 5px;
    display: none;
}

.header .h_tools .h_language .lan_down::before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    pointer-events: none;
    border-bottom: 10px solid #FFFFFF;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.header .h_tools .h_language .lan_down dd {
    color: #5d5d5d;
    line-height: 40px;
    text-transform: uppercase;
    box-sizing: border-box;
    font-family: Arial;
}

.header .h_tools .h_language .lan_down dd:nth-child(1) {
    border-bottom: 1px solid #d6d6d6;
}

.header .h_tools .h_language .lan_down dd a {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #333;
}

.header .h_tools .h_language .lan_down dd a:hover {
    color: #ff0000;
}


/* 底部样式 */

/* home-readly */

.home-readly {
    position: relative;
    /* background: url(../image/home-ht.jpg) no-repeat; */
    background-color: #da3d8c;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 70px;
}

.home-readly-tit {
    position: relative;
    margin-bottom: 40px;
}

.home-readly-tit h3 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.home-readly-tit p {
    font-size: 18px;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.h-readly {
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-readly a {
    display: block;
    margin: 0 10px;
    width: 240px;
    line-height: 55px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 18px;
}

.h-readly a.lyan {
    color: #da3d8c;
    background: #fff;
}

.h-readly a.lphone span {
    display: inline-block;
    padding-left: 30px;
    background: url(../image/ht-phone.png) no-repeat left center;
    font-weight: bold;
    color: #fff;
}


/*经营理念*/

.home-jyln {
    background: url(../image/home-jyln.jpg) no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}


/* ft_layout */

.ft_layout {
    position: relative;
    background: #1b1b1b;
}

.ftt-top {
    padding-top: 4.166vw;
    padding-bottom: 3.125vw;
    position: relative;
}

.x-layout-menu {
    position: relative;
    width: calc(100% - 220px);
    display: flex;
    flex-wrap: wrap;
}

.x-layout-menu dl {
    float: left;
    width: 20%;
}

.x-layout-menu dl dt {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1.43em;
}

.x-layout-menu dl dd a {
    display: block;
    font-size: 15px;
    color: #999999;
    margin-bottom: 8px;
    line-height: 1.7;
}

.x-layout-menu dl dd a:hover {
    color: #da3d8c;
}

.ftt_top_right {
    width: 220px;
    position: relative;
}

.wlim {
    position: relative;
}

.wlim li {
    position: relative;
    line-height: 35px;
}

.wlim li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.wlim li a i {
    width: 14px;
    height: 14px;
    background: url(../image/w-link.png) no-repeat center;
    margin-left: 16px;
    display: block;
}

.wlim li a:hover {
    color: #da3d8c;
}


/* ftt-middle */

.ftt-middle {
    border-bottom: 1px solid rgba(153, 153, 153, .2);
    position: relative;
    padding: 20px 0 0;
}

.ftt-seo {
    font-size: 15px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 15px;
    line-height: 1.7;
}

.ftt-seo a {
    font-size: 15px;
    color: rgba(255, 255, 255, .6);
    margin-right: 2.083vw;
}

.ftt-seo a:hover {
    color: #da3d8c;
}

.ftt-seo a:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    background: rgba(255, 255, 255, .6);
    margin-right: 5px;
    vertical-align: 4px;
}

.ftt-share {
    margin-bottom: 15px;
}

.ftt-share img {
    display: block;
    max-width: 100%;
}


/* ftt-bottom */

.ftt-bottom {
    position: relative;
    text-align: center;
    padding: 25px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.7;
}

.ftt-bottom a {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
}

.ftt-bottom a:hover {
    color: #da3d8c;
}


/* 友情链接 */

.as_link {
    position: relative;
    margin-top: 4.1666vw;
    width: 210px;
}

.as_link .yqlj {
    border: 1px solid #999;
    padding: 15px;
    display: block;
    background: url(../image/down.png) no-repeat 85% center;
    color: #999999;
    font-size: 15px;
    cursor: pointer;
}

.link_show {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 100%;
    z-index: 99;
    display: none;
    background: rgba(146, 146, 146, .8);
    text-align: center;
}

.link_show a {
    display: block;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    transition: all .3s;
}

.link_show a:hover {
    color: #da3d8c
}


@media (max-width:1400px){
    .x-menu>li{
        margin: 0 1.125vw;
    }
    .x-menu>li>a{
        font-size:16px;
    }
}


@media (min-width:1366px){
    .header .top_right.j-space-between{
        justify-content: end;
    }
    
}
@media (max-width:1580px) {
    .home-readly-tit h3 {
        font-size: 30px;
    }
    .h-readly a {
        width: 200px;
        line-height: 45px;
    }
}

@media (max-width:1440px) {
    .h-product-sort li {
        margin-bottom: 10px;
    }
    .home_case_left {
        padding-left: 3.125vw;
        width: 45%;
    }
    .home_case .nr .cn0 {
        left: 3.125vw;
    }
    .h-product-list li .pi-right {
        padding-right: 3.125vw;
    }
    .home_case_left .ihd .intro {
        font-size: 16px;
    }
    .numb-title .numb-about {
        font-size: 16px;
    }
    .shuzi li p,
    .home-readly-tit p {
        font-size: 15px;
    }
    .h-readly a {
        font-size: 16px;
    }
    .h-product-sort li {
        line-height: 50px;
        height: 50px;
    }
    .h-product-sort li .small-img {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .h-product-sort li .small-img img {
        max-height: 28px;
    }
    .h-product-sort li span {
        font-size: 16px;
        margin-left: 1.25vw;
    }
    .h-product-list li .pi-right .gimg-text .gimg-xx {
        font-size: 16px;
    }
    .h-product-list li .pi-right .gimg-text .ckmore {
        width: 150px;
        line-height: 45px;
        font-size: 15px;
    }
    .header .h_tools .h_language .lan_down {
        width: 150px;
        padding: 0 12px;
    }
    .header .h_tools .h_language .lan_down dl {
        margin-bottom: 0;
    }
}

@media (max-width:1200px) {
    .x-menu>li {
        margin: 0 0.65vw;
    }
    .ntop_bb_bom .news-tj a h3 {
        font-size: 15px;
    }
}

@media (max-width:992px) {
    .home_case {
        padding: 20px 0 40px;
    }
    .home_case_left {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 50px;
    }
    .home_case .nr .cn0 {
        left: 30px;
    }
    .home_case_right {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .home_case_left .ihd .cn span,
    .home_case .nr .cn0 span {
        font-size: 22px;
    }
    .home_case_left .cont .swiper-container-3 .swiper-slide .title {
        line-height: 40px;
        font-size: 14px;
    }
    .home_number {
        padding-top: 40px;
    }
    .numb-title h3 {
        font-size: 22px;
    }
    .numb-title .numb-more {
        margin: 30px 0;
    }
    .shuzi {
        padding: 40px 0;
    }
    .home_news_top>div {
        width: 100%!important;
        display: block;
    }
    .ntop_aa {
        margin-bottom: 30px;
    }
    .home-readly-tit h3 {
        font-size: 24px;
    }
    .h-readly a {
        width: 180px;
    }
}

@media (max-width:768px) {
    .ibanner-wrap {
        padding-left: 5px;
        padding-right: 5px;
    }
    .ibanner .btn-area {
        bottom: 20px;
    }
    .ibanner .swiper-pagination .swiper-pagination-bullet {
        width: 30px;
        margin: 0 6px!important;
    }
    .ibanner .swiper-pagination .swiper-pagination-bullet .tit {
        display: none;
    }
    .ibanner .swiper-pagination-bullet-active .timer,
    .ibanner .swiper-pagination-bullet .timer {
        height: 2px;
    }
    .ntop_bb_bom>div {
        width: 100%!important;
    }
    .ntop_bb_bom .news-tj {
        margin-top: 20px;
    }
    .ntop_bb_bom .news-tj a {
        padding: 30px;
    }
    .news-video .play_overlay {
        display: none;
    }
    .shuzi li {
        width: 50%;
        margin-bottom: 20px;
    }
    .shuzi li h3 i {
        font-size: 28px;
    }
    .shuzi li p,
    .home-readly-tit p {
        font-size: 13px;
    }
    .home_news {
        padding: 40px 0;
    }
    .home-news-tit {
        margin-bottom: 25px;
    }
    .home-news-tit h3 {
        font-size: 24px;
    }
    .home-readly {
        padding: 50px 0;
    }
    .h-readly a {
        width: 150px;
        margin: 0 5px;
        font-size: 13px;
    }
    .home-readly-tit h3 {
        font-size: 22px;
    }
    .ftt-top {
        padding: 40px 0 30px;
    }
    .x-layout-menu {
        width: 100%;
    }
    .x-layout-menu dl {
        width: 33.33%;
    }
    .ftt_top_right {
        width: 100%;
    }
}