*{
    /*font-family: "Microsoft YaHei Light", "Microsoft YaHei";*/
}

/*.main{*/
    /*width: 1349px;*/
/*}*/










/* 公共 start */
.position{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.center-block{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right{
    float: right!important;
}

.pull-left{
    float: left!important;
}

.hide{
    display: none!important;
}

.show{
    display: block!important;
}

.text-center{
    text-align: center!important;
}

.invisible{
    visibility: hidden;
}

.text-hide{
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    text-shadow: none;
    border: 0px;
}

.clear:before,
.clear:after{
    content: "";
    display: table;
}

.clear:after{
    clear: both;
}

    /* Font style start */
.font-bold{
    font-weight: bold;
}

    /* Font style end */

.mt-30px{
    margin-top: 30px;
}

.pb-60px{
    padding-bottom: 60px;
}

.order-1{
    order: 1;
}

.pb-120px{
    padding-bottom: 120px;
}

a:hover{
    color: inherit;
}

/* layout size start */
.layout-990{
    width: 990px;
    margin: 0 auto;
}

/* layout size end */


/* 公共 end */


/* home start */
header,
.container,
footer{
    min-width: 1200px;
}



header .top{
    background-color: #EFEFEF;
    color: #424146;
}

header .top-cntr{
    display: flex;
    height: 30px;
    min-height: 30px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

header .top-cntr .slogan{
    font-size: 12px;
    margin-right: 3.5%;
    color: #424146;
    letter-spacing: .05em;
}

header .top-cntr .contact-way{
    font-size: 12px;
    color: #424146;
    letter-spacing: .05em;
}

header .top-cntr .user-handle{
    margin-left: auto;
    letter-spacing: .1em;
    color: #424146;
}

header .top-cntr .user-handle a{
    font-size: 12px;
}

header .top-cntr .user-handle .user-icon{
    background-image: url(../images/user_icon.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 16px;
    height: 12px;
    display: inline-flex;
}

.switch-language{
    font-size: 12px;
    margin-left: 3%;
    color: #424146;
    display: flex;
    align-items:center;
    position: relative;
    height: 100%;
}

.switch-language .switch-btn{
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.switch-language .drop-down-list{
    display: none;
    position: absolute;
    left: 50%;
    top: 30px;
    z-index: 5;
    background-color: #EFEFEF;
    min-width: 80px;
    transform: translateX(-50%);
}

.switch-language .drop-down-list li{
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.switch-language .drop-down-list li:hover{
    color: #fff;
}

.switch-language .drop-down-icon{
    background-image: url(../images/drop-down-icon.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 16px;
    height: 5px;
    display: inline-flex;
}

header .logo-nav{
    background-color: #424146;
}

header .logo-nav-cntr{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    height: 50px;
}

header .logo-nav-cntr .brand{
    align-self: center;
}

header .logo-nav-cntr .main{
    width: 50%;
    margin-left: auto;
    height: 100%;
}

header .logo-nav-cntr .main ul{
    display: flex;
    align-items: center;
    height: 100%;
    /*overflow: hidden;*/
}

.logo-nav-cntr .main ul li{
    height: 100%;
    white-space: nowrap;
    position: relative;
}

.logo-nav-cntr .main ul li a{
    min-width: 42px;
    color: #Fff;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    border-bottom: 3px solid transparent;
    box-sizing: border-box;
}

.logo-nav-cntr .main ul li.active > a,
.logo-nav-cntr .main ul li:hover > a{
    border-bottom-color: #19D0D2;
}

.logo-nav-cntr .main ul li + li{
    margin-left: 35px;
}

.logo-nav-cntr .main ul li dl{
    background-color: #424146;
    position: absolute;
    top: 50px;
    min-width: 100px;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.logo-nav-cntr .main ul li dl dd{
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-nav-cntr .main ul li dl dd:hover a{
    color: #ccc;
}

.search-frame{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-frame .search-cntr{
    display: flex;
    flex-grow: 1;
    margin-right: 5%;
    position: relative;
    max-width: 0%;
    display: none;
}

.search-frame .search-text{
    height: 34px;
    background-color: #EFEFEF;
    outline: none;
    border: none;
    padding-left: 5px;
    padding-right: 12%;
    box-sizing: border-box;
    width: 100%;
}


.search-frame .search-cntr .submit-btn{
    background-color: transparent;
    position: absolute;
    right: 0;
    border: none;
    width: 12%;
    height: 100%;
    background: url(../images/search_submit_icon.png) no-repeat 50% 50%;
    outline: none;
    cursor: pointer;
    top: 0px;
}

.search-frame .search_icon{
    background-image: url(../images/search_icon.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 20px;
    height: 19px;
    cursor: pointer;
    position: relative;
}

.search-frame .search_icon.close{
    background-image: none;
}

.search-frame .search_icon.close::before{
    content: "";
    display: inline-flex;
    height: 1px;
    background-color: #fff;
    width: 100%;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0%;
}

.search-frame .search_icon.close::after{
    content: "";
    display: inline-flex;
    height: 1px;
    background-color: #fff;
    width: 100%;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 0%;
}



.slide-container{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slide-container .swiper-wrapper .swiper-slide{
    padding-bottom: 31.25%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.slide-container .swiper-pagination{
    bottom: 24px;
}

.slide-container .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
    margin-left: 6px;
    margin-right: 6px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover{
    background-color: #fff;
}


.home-contact{
    max-width: 1200px;
    margin: 0 auto;
}

.home-contact-cntr{
    padding-top: 16%;
    background-image: url(../images/home_changxiangyi.png);
    background-repeat: no-repeat;
    background-position: center 15px;
    display: flex;
    padding-bottom: 128px;
}

.home-contact-text{
    width: 50%;
    padding-left: 110px;
    overflow: hidden;
}

.home-contact-text > p{
    color: #424146;
    font-size: 20px;
    line-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-contact-text .contact-title{
    display: flex;
    align-items: center;
    line-height: inherit;
    margin-bottom: 14px;
}

.home-contact-text .contact-title > span{
    align-self: flex-end;
    margin-bottom: 4px;
    font-size: 20px;
}

.long-line{
    position: relative;
}

.long-line:before{
    content: "————";
    position: absolute;
    left: -20px;
    transform: translateX(-100%);
    height: 100%;
    display: flex;
    align-items: center;
}


.home-contact-text .contact-title b{
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 34px;
}

.short-line{
    position: relative;
}

.short-line::before{
    content: "——";
    position: absolute;
    left: -20px;
    transform: translateX(-100%);
}

.phone-icon{
    position: relative;
}

.phone-icon::before{
    content: "";
    background-image: url(../images/contact-icon.png);
    width: 34px;
    height: 36px;
    display: inline-flex;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(-100%, -50%);
}

.home-contact-text .phone{
    font-size: 24px;
}

.contact-way > span{
    display: block;
    font-size: 16px;
    color: #424146;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-contact-img{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.home-contact-img .img-moviepark,
.home-contact-img .img-szjjwx{
    width: 198px;
    height: 235px;
}

.home-contact-img .img-szjjwx{
    margin-left: 76px;
}



.home-news{
    display: flex;
}

.home-news .news-l{
    background-color: #19D0D2;
    width: 50%;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
}

.home-news .news-l-cont{
    width: 600px;
    padding-top: 68px;
    padding-bottom: 74px;
}

.home-news .news-l-cont .title{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.home-news .news-l-cont .title .en{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 5px;
}

.home-news .news-l-cont .newest-cont{
    width: 528px;
    box-shadow: rgba(0,0,0,.2) -2px 10px 15px;
}

.home-news .news-l-cont .newest-img{
    width: 100%;
    /*height: 236px;*/
    overflow: hidden;
    margin-top: 30px;
    min-height: 200px;
    font-size: 0;
}

.home-news .news-l-cont .newest-img img{
    max-width: 100%;

    /* news */
    vertical-align: bottom;
}

.home-news .news-l-cont .newest-text{
    background-color: #fff;
    padding: 38px 56px 14px;
}

.home-news .news-l-cont .newest-text h5{
    font-size: 17px;
    font-weight: bold;
    color: #424146;
    /*font-family: shBold;*/
}

.home-news .news-l-cont .newest-text p{
    font-size: 17px;
    color: #424146;
    margin-top: 10px;
    /*font-family: shRegular;*/
}

.home-news .news-l-cont .newest-text div{
    font-size: 14px;
    line-height: 20px;
    color: #424146;
    margin-top: 20px;
    /*font-family: shExtralight;*/
}



.home-news .news-r{
    background-color: #EFEFEF;
    width: 50%;
    max-width: 50%;
}

.home-news .news-r-cont{
    width: 600px;
    padding-top: 68px;
}

.home-news .news-r-cont .title{
    font-size: 14px;
    line-height: 20px;
    color: #424146;
    text-align: right;
}

.home-news .news-r-cont .news-list{
    margin-top: 30px;
}

.home-news .news-r-cont .news-list .item{
    display: flex;
    justify-content: flex-end;
}

.home-news .news-list .item .date{
    padding: 36px 24px 36px 0;
    box-sizing: border-box;
    display: flex;
    border-right: 1px dotted #CDCCCD;
}

.home-news .news-list .item .date .month-day{
    font-size: 20px;
    color: #19D0D2;
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
    /*font-family: shBold;*/
}

.home-news .news-list .item .date .year{
    font-size: 14px;
    color: #424146;
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 8px;
    /*font-family: shLight;*/
}

.home-news .news-list .item .text{
    width: 378px;
    padding: 36px 6px 36px 24px;
    box-sizing: border-box;
}

.home-news .news-list .item .text p{
    font-size: 17px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*font-family: shBold;*/
}

.home-news .news-list .item .text p a{
    font-size: inherit;
}

.home-news .news-list .item .text div{
    font-size: 14px;
    line-height: 20px;
    color: #424146;
    margin-top: 11px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*font-family: shLight;*/
}

.home-medicine-team{
    background-color: #F8F8F8;
}

.home-medicine-team .medicine-team-cntr{
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 76px;
}

.home-medicine-team .medicine-team-cntr .team-img{
    /**/
    background-repeat: no-repeat;
    background-position: 50%  50%;
    height: 480px;
    background-size: 100%;
}

.home-medicine-team .text{
    margin-top: 20px;
}

.home-medicine-team .text .say-hey{
    font-size: 42px;
    color: #424146;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.home-medicine-team .text .line{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-medicine-team .text .expect{
    font-size: 20px;
    text-align: center;
    color: #424146;
    line-height: 40px;
}

.home-medicine-team .text .ensure{
    font-size: 14px;
    color: #19D0D2;
    text-align: center;
    letter-spacing: 2px;
}


footer .top{
    background-color: #181A27;
}

footer .top-cntr{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding-top: 82px;
    padding-bottom: 98px;
}

footer .top-cntr .blogroll{
    width: 29.666666%;
    max-width: 29.666666%;
}

footer .top-cntr .blogroll-list{
    width: 160px;
    margin-top: 36px;
}

footer .top-cntr .blogroll li{
    font-size: 17px;
    color: #D6D5D6;
    padding: 12px 0;
    border-bottom: 1px solid #5E5F68;
}

footer .top-cntr .blogroll li a{
    color: #D6D5D6;
}

footer .top-cntr .blogroll li:first-of-type{
    border-top: 1px solid #5E5F68;
}


footer .top-cntr .blogroll .title{
    font-size: 22px;
    color: #fff;
}

footer .top-cntr .contact{
    width: 40.666666%;
    max-width: 40.666666%;
}

footer .top-cntr .contact .title{
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}

.location-icon{
    background-image: url("../images/location.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 28px;
    height: 33px;
    display: inline-flex;
}

.email-icon{
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
}

.telephone-icon{
    background-image: url(../images/telephone.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 47px;
    height: 37px;
    display: inline-flex;
}


footer .top-cntr .contact > p:not(.title){
    font-size: 17px;
    color: #D6D5D6;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .top-cntr .contact .telephone{
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .top-cntr .contact .telephone > span{
    font-size: 17px;
    color: #BFBFC0;
}

footer .top-cntr .contact .telephone > p{
    font-size: 25px;
    color: #FFFEFE;
}

.m-y-6{
    margin-top: 6px;
    margin-bottom: 6px;
}

footer .top-cntr .moviepark-share{
    width: 29.666666%;
    max-width: 29.666666%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

footer .top-cntr .moviepark-share .logo-moviepark{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
}

footer .top-cntr .moviepark-share .bg-logo{
    background: url(../images/bottom-bg.png) no-repeat 50% 50%;
    width: 160px;
    height: 44px;
    display: inline-flex;
}

footer .top-cntr .moviepark-share .moviepark{
    background: url(../images/moviepark_68.png) no-repeat 50% 50%;
    width: 68px;
    height: 68px;
    display: inline-flex;
}

.events-none,
.events-child-none > *,
.events-all-none * {
    pointer-events: none;
 }


i.wechat{
    background: url(../images/wechat.png) no-repeat 50% 50%;
    width: 51px;
    height: 51px;
    display: inline-flex;
}

i.sina{
    background: url(../images/sina.png) no-repeat 50% 50%;
    width: 52px;
    height: 51px;
    display: inline-flex;
}

i.qzone{
    background: url(../images/qzone.png) no-repeat 50% 50%;
    width: 52px;
    height: 51px;
    display: inline-flex;
}

footer .top-cntr .moviepark-share .share .item{
    display: inline-flex;
    flex-direction: column;
}

footer .top-cntr .moviepark-share .share .item a{
    display: inline-block;
    height: 100%;
    background-image: none;
    padding-left: 0;
}

footer .top-cntr .share{
    border-top: 1px solid #5E5F68;
    padding-top: 18px;
    margin-top: 18px;
    display: flex;
    justify-content: space-around;
    width: 70%;
}

footer .top-cntr .share .item .text{
    text-align: center;
    color: #D6D6D7;
    line-height: 24px;
}


footer .bottom{
    background-color: #424146;
    padding-top: 32px;
    padding-bottom: 36px;
}

footer .bottom .copyright{
    font-size: 14px;
    line-height: 20px;
    color: #D9D9DB;
    text-align: center;
}

footer .bottom .switch-mode{
    font-size: 14px;
    line-height: 20px;
    color: #D9D9DB;
    text-align: center;
}

footer .bottom .switch-mode a{
    color: inherit;
}

/* 去顶部按钮start */
.go-top-button{
    position: fixed;
    right: 40px;
    bottom: 50px;
    z-index: 99;
    cursor: pointer;
}

.go-top-button .button{
    width: 50px;
    height: 0px;
    background-image: url(../images/06.png);
    opacity: 1;
    transition: opacity 1s,height 1s;
}

.go-top-button .button-height{
    height: 50px;
}

.go-top-button .button:hover{
    background-image: url(../images/06_hover.png);
    opacity: .2;
}

/* 去顶部按钮end */



/* home end */



/* news list start */

.banner{
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 26.041667%;
    box-sizing: border-box;
    /*background-size: cover;*/
    background-size: 100%;
    position: relative;
}

.banner.fastener::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #242424;
    border-right: 1px solid #242424;

    left: 50%;
    top: 100%;
    z-index: 1;
    transform: translate(-50%, -50%) rotate(45deg);
}

.banner.fastener::after{
    content: "";
    display: inline-flex;
    /*background-image: url(../images/banner_fastener_shadow.png);*/
    background-repeat: no-repeat;
    background-position: center;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);

    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .3);
}


.news-page .newest{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #7A7A7B;
}

.news-page .newest .title{
    width: 100%;
    font-size: 24px;
    text-align: center;
    color: #424146;
    line-height: 30px;
    margin-top: 66px;
}

.news-page .newest .subtitle{
    width: 100%;
    font-size: 18px;
    color: #424146;
    text-align: center;
    line-height: 30px;
    margin-top: 18px;
}

.news-page .newest .news-img{
    margin-top: 46px;
    width: 100%;
    text-align: center;

    /* news */
    box-shadow: 0 1px 1px #ccc;
}

.news-page .newest .news-img img{
    max-width: 100%;

    /* news */
    vertical-align: bottom;
}

.news-page .newest .desc{
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #525252;
    text-indent: 2em;
    margin-top: 14px;
    text-align: justify;
}

.news-page .newest .news-more{
    color: #19d0d2;
    margin-left: auto;
    line-height: 20px;
}

.news-page .news-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-bottom: 20px;
}

.news-page .news-list li{
    width: calc(33.333333% - 13.333333px);
    max-width: 33.333333%;
    display: flex;
    height: 42px;
    align-items: center;
    padding-right: 20px;
}

.news-page .news-list li:nth-of-type(3n){
    padding-right: 0;
}

.news-page .news-list li > .news-link{
    display: inline-flex;
    width: calc(100% - 18px);
    line-height: 25px;
}

.news-page .news-list li::before{
    content: "";
    border-top: 3px solid #424146;
    border-right: 3px solid #424146;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    display: inline-flex;
    align-self: center;
    transform: rotate(45deg);
    margin-right: 12px;
}


.news-page .news-list li .news-name{
    color: #424146;
    font-weight: bold;
    font-size: 16px;
    max-width: calc(100% - 75px);
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 6px;
}

.news-page .news-list li .news-date{
    font-size: 14px;
    color: #424146;
    margin-left: auto;
    width: 75px;
}



/* news list end */



.pagination{
    display: flex;
    justify-content: center;
}

.pagination .page-link,
.pagination .page-non-link,
.pagination .page-num{
    border: 1px solid #E1E0E1;
    padding: 8px 16px;
    display: block;
}

.pagination .page-item.active .page-link,
.pagination .page-item:not(.disabled):hover .page-link:not(span),
.pagination .page-num.page-num-current,
.pagination .page-num:not(span):hover{
    background-color: #FF4400;
    border-color: #FF4400;
    color: #fff;
}

.pagination .page-item.disabled .page-link,
.pagination .page-non-link,
.pagination span.page-num{
    border-color: transparent;
    cursor: default;
}




/* job start */
.job-cover{
    display: flex;
    justify-content: center;
}

/* job end */


/* health start */

.health-page .health-group{
    width: 990px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 55px;
}

.health-page .health{
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
}

.health-page .health.left .health-num{
    margin-top: 30px;
    margin-left: 50px;
}

.health-page .health.right .health-num{
    margin-top: 30px;
    margin-left: 70px;
}

.health-page .health-body{
    width: 450px;
    flex-shrink: 0;
    position: relative;
    height: 927px;
}

.health-page .health-text{
    background: url(../images/health_text_border.png) no-repeat top;
    background-size: cover;
    width: 517px;
    height: 570px;
    position: relative;
    margin-top: 165px;
}

.health-page .health.left .health-text{
    box-sizing: border-box;
    padding: 50px 135px 50px 50px;
}

.health-page .health.right .health-text {
    box-sizing: border-box;
    padding: 50px 50px 50px 135px;
    position: absolute;
    right: 0;
}

.health-page .health-text h5{
    font-size: 26px;
    font-weight: bold;
    margin-top: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.health-page .health-text p{
    font-size: 18px;
    margin-top: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.health-page .health-text div{
    font-size: 14px;
    line-height: 30px;
    /*white-space: pre-line;*/
    margin-top: 35px;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 210px;
}

.health-page .health-text .more{
    font-size: 12px;
    line-height: 35px;
    border: 1px solid #676767;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 70px;
}

.health-page .heal-list{
    width: 990px;
    margin: 0 auto;
    /*padding-top: 80px;*/
    /*padding-bottom: 140px;*/
}

/* health end */



/* mall start */
.mall-page{
    padding-bottom: 25px;
}

.mall-page .mall-sort{
    background-color: #EFEFEF;
    height: 70px;
}

.mall-page .mall-sort .sort-group{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    height: 100%;
}

.mall-page .mall-sort .sort{
    flex: 0 0 252.4px;
    font-size: 24px;
    color: #424146;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mall-page .mall-sort .sort.title{
    flex-basis: 190px;
}

.mall-page .mall-sort .sort:hover,
.mall-page .mall-sort .sort.active{
    background-color: #4BBAA7;
    color: #fff;
}

.mall-page .mall-sort .sort a{
    color: inherit;
}

.mall-sort-list{
    width: 1200px;
    margin: 0 auto;
}

.mall-sort-list .sort-list .sort-title{
    font-size: 30px;
    text-align: center;
    padding-bottom: 33px;
    position: relative;
    margin-top: 52px;
}

.mall-sort-list .sort-list .sort-title:after{
    content: "";
    background: url("../images/mall_title_decorate.png") center no-repeat;
    width: 142px;
    height: 19px;
    display: inline-flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mall-sort-list .sort-list .product-group{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}


.mall-sort-list .product-body .title,
.mall-sort-list .product-body .param > span,
.mall-sort-list .product-body .price,
.mall-sort-list .product-body .param{
    line-height: 1;
}



.mall-sort-list .zxyp .product{
    flex: 0 0 297px;
    height: 191px;
    border: 1px solid #A0A0A2;
    margin-right: 4px;
    margin-bottom: 5px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
}

.mall-sort-list .zxyp .product:nth-of-type(4n){
    margin-right: 0;
}

.mall-sort-list .zxyp .product .img{
    height: 100%;
    flex-grow: 1;
    margin: 0 5px;
    flex-shrink: 0;
    max-width: 45%;
}

.mall-sort-list .zxyp .product .img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.mall-sort-list .zxyp .product-body{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 5px;
    flex: 0 0 calc(55% - 20px);
}

.mall-sort-list .zxyp .product-body .title{
    font-size: 20px;
    color: #424146;
    margin-top: 40px;
    height: 40px;
}

.mall-sort-list .zxyp .product-body .param{
    color: #424146;
    font-size: 12px;
}

.mall-sort-list .zxyp .product-body .param > span{
    display: block;
    margin-top: 6px;
}

.mall-sort-list .zxyp .product-body .price{
    font-size: 18px;
    color: #D8201F;
    margin-top: 14px;
}

.mall-sort-list .zxyp .product-body .price::before{
    content: attr(data-cont);
}




.mall-sort-list .ysbj .product{
    border: 1px solid #A0A0A2;
    margin-left: 12px;
    margin-bottom: 10px;
    width: 359px;
    box-sizing: border-box;
    display: flex;
    height: 248px;
    overflow: hidden;
}

.mall-sort-list .ysbj .product.size-5{
    width: 458px;
    margin-left: 0;
}

.mall-sort-list .ysbj .product.size-10{
    width: 829px;
    margin-left: 0;
}

.mall-sort-list .ysbj .product .img{
    height: 100%;
    flex-grow: 1;
    margin: 0 5px;
    flex-shrink: 0;
    max-width: 50%;
}

.mall-sort-list .ysbj .product .img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.mall-sort-list .ysbj .product-body{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 10px;
    flex: 0 0 calc(50% - 30px);
}

.mall-sort-list .ysbj .product-body .title{
    font-size: 20px;
    color: #424146;
    margin-top: 70px;
    line-height: 24px;
    height: 48px;
}

.mall-sort-list .ysbj .product-body .param{
    color: #424146;
    font-size: 12px;
    margin-top: 20px;
}

.mall-sort-list .ysbj .product-body .param > span{
    display: block;
    line-height: 20px;
    white-space: nowrap;
}

.mall-sort-list .ysbj .product-body .price::before {
    content: attr(data-cont);
}

.mall-sort-list .ysbj .product-body .price {
    font-size: 18px;
    color: #D8201F;
    margin-top: 12px;
}

.mall-sort-list .ysbj .product.size-10 .img{
    max-width: 70%;
}

.mall-sort-list .ysbj .product.size-10 .product-body{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 10px;
    flex: 0 0 calc(30% - 30px);
}

.mall-sort-list .jsyp .box{
    display: flex;
    flex-wrap: wrap;
}

.mall-sort-list .jsyp .box.left{
    flex: 0 0 659px;

}

.mall-sort-list .jsyp .box.right{
    flex: 0 0 532px;
    margin-left: 7px;
    /*float: left;*/
    display: block;
}

.mall-sort-list .jsyp .product{
    border: 1px solid #A0A0A2;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
}

.mall-sort-list .jsyp .box.left .product{
    width: 359px;
    height: 248px;
}

.mall-sort-list .jsyp .box.left .product:first-of-type,
.mall-sort-list .jsyp .box.left .product:last-of-type{
    width: 293px;
}

.mall-sort-list .jsyp .box.left .product:first-of-type{
    margin-right: 7px;
}

.mall-sort-list .jsyp .box.left .product:last-of-type{
    margin-left: 7px;
}

.mall-sort-list .jsyp .box.left .product:nth-of-type(n + 3){
    margin-top: 9px;
}

.mall-sort-list .jsyp .box.left .product .img{
    height: 100%;
    flex-grow: 1;
    margin: 0 5px;
    flex-shrink: 0;
    max-width: 50%;
}

.mall-sort-list .jsyp .box.left .product .img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.mall-sort-list .jsyp .box.left .product .product-body{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 10px 10px 10px 5px;
    flex: 0 0 calc(50% - 25px);
}

.mall-sort-list .jsyp .box.left .product-body .title{
    font-size: 20px;
    color: #424146;
    margin-top: 65px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.mall-sort-list .jsyp .box.left .product-body .price{
    font-size: 18px;
    color: #D8201F;
    margin-top: 12px;
}

.mall-sort-list .jsyp .box.left .product-body .price::before {
    content: attr(data-cont);
}

.mall-sort-list .jsyp .box.left .product-body .param{
    color: #424146;
    font-size: 12px;
    margin-top: 20px;
}

.mall-sort-list .jsyp .box.left .product-body .param > span{
    display: block;
    line-height: 18px;
    /*white-space: nowrap;*/
}


.mall-sort-list .jsyp .box.right .product{
    width: 277px;
    height: 248px;
    float: left;
    margin-left: 9px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}

.mall-sort-list .jsyp .box.right .product:first-of-type{
    height: 505px;
    width: 246px;
    margin-left: 0;
}

.mall-sort-list .jsyp .box.right .product:nth-of-type(3){
    margin-top: 9px;
}

.mall-sort-list .jsyp .box.right .product .img{
    height: 50%;
    width: calc(100% - 10px);
    margin: 5px;
    flex-shrink: 0;
    max-width: calc(100% - 10px);
}

.mall-sort-list .jsyp .box.right .product .img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}


.mall-sort-list .jsyp .box.right .product .product-body{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 5px;
    flex: 0 0 calc(50% - 20px);
}

.mall-sort-list .jsyp .box.right .product-body .title{
    font-size: 20px;
    color: #424146;
    line-height: 24px;
    /*height: 48px;*/
    overflow: hidden;
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*text-align: center;*/
    flex-shrink: 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mall-sort-list .jsyp .box.right .product-body .param {
    color: #424146;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mall-sort-list .jsyp .box.right .product-body .param > span {
    display: block;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mall-sort-list .jsyp .box.right .product-body .price {
    font-size: 18px;
    color: #D8201F;
    margin-top: 6px;
    text-align: center;
}

.mall-sort-list .jsyp .box.right .product-body .price::before {
    content: attr(data-cont);
}

.mall-sort-list .jsyp .box.right .product:first-of-type .product-body{
    justify-content: center;

}

.mall-sort-list .jsyp .box.right .product:first-of-type .product-body .title{
    justify-content: center;
    max-height: 2.4em;
    line-height: 1.2em;
    white-space: normal;

    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.mall-sort-list .jsyp .box.right .product:first-of-type .product-body .param{
    height: 36px;
}

.mall-sort-list .jsyp .box.right .product:first-of-type .product-body .price{
    margin-top: 12px;
}



.mall-sort-list .ylqx .product{
    width: 354px;
    border: 1px solid #A0A0A2;
    margin-left: 4px;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: flex;
    height: 322px;
    overflow: hidden;
}

.mall-sort-list .ylqx .product:nth-of-type(4n - 3){
    margin-left: 0;
}

.mall-sort-list .ylqx .product:nth-of-type(n + 3){
    width: 239px;
    margin-left: 5px;
}

.mall-sort-list .ylqx .product .img {
    height: 100%;
    flex-grow: 1;
    margin: 0 5px;
    flex-shrink: 0;
    max-width: 50%;
}

.mall-sort-list .ylqx .product .img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.mall-sort-list .ylqx .product-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 10px;
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
}

.mall-sort-list .ylqx .product-body .title {
    font-size: 20px;
    color: #424146;
    margin-top: 65px;
    line-height: 24px;
    /*height: 48px;*/
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;

    height: auto;
    max-height: 48px;
}

.mall-sort-list .ylqx .product-body .param {
    color: #424146;
    font-size: 12px;
    /*margin-top: 20px;*/
    margin-top: 10px;
}

.mall-sort-list .ylqx .product-body .param > span {
    display: block;
    line-height: 20px;
    /*white-space: nowrap;*/
}

.mall-sort-list .ylqx .product-body .price {
    font-size: 18px;
    color: #D8201F;
    margin-top: 12px;
}

.mall-sort-list .ylqx .product-body .price::before {
    content: attr(data-cont);
}

.mall-sort-list .ylqx .product:nth-of-type(n + 3){
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}

.mall-sort-list .ylqx .product:nth-of-type(n + 3) .img{
    margin: 5px;
    width: calc(100% - 10px);
    max-width: calc(100% - 10px);
    height: 50%;
}

.mall-sort-list .ylqx .product:nth-of-type(n + 3) .product-body{
    flex: 0 0 calc(50% - 30px);
    max-width: calc(100%);
}

.mall-sort-list .ylqx .product:nth-of-type(n + 3) .product-body .title{
    flex-shrink: 0;
    margin-top: 0;
    text-align: center;

}

.mall-sort-list .ylqx .product:nth-of-type(n + 3) .product-body .param{
    margin-top: 10px;
    text-align: center;
}

.mall-sort-list .ylqx .product:nth-of-type(n + 3) .product-body .param > span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mall-sort-list .ylqx .product:nth-of-type(n + 3) .product-body .price{
    text-align: center;
}

/* mall end */






/* other page css style start */
.met_section aside .met_related li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ftype_input .fbox{
    display: flex;
    align-items: center;
}

.met_pager .page-num-current{
    font-weight: bold;
    background: #f0f0f0;
}

.met_pager .page-num{
    border: 1px solid #e0e0e0;
    text-align: center;
    height: 28px;
    line-height: 28px;
    min-width: 28px;
    _width: 28px;
    text-align: center;
    display: inline-block;
    color: #aaa;
}

#class1, #class2, #class3, #sType{
    width: 116px;
}

#searchlist li em{
    font-style:normal;
    color: #c00;
    font-size: inherit;
}

.met_article_head .met_position em{
    font-size: inherit;
    font-style: inherit;
}
/* other page css style end */






