@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
#banner{
    position: relative;
}
 /* header */
.header{
    position: absolute;
    z-index: 11;
    top: 50px;
    left: 0px;
    width: 100%;
}
.header-main{
    width: 86%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    border-radius: 8px;
    height: 90px;
    box-shadow: 0px 5px 5px -5px #e6e6e6;
}
.logo{
    width:280px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}
.logo img{
    display: block;
    width: 100%;
}
.huiyuan{
    width: 90px;
    height: 90px;
    background: #cd2924;
    position: absolute;
    right: 0px;
    top: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.huiyuan p{
    margin-top: 4px;
}
.nav{
    float: right;
    margin-right: 100px;
}
.nav ul li{
    float: left;
    text-align: center;
    position: relative;
    margin-right: 30px;
}
.nav ul li > a{
    width: 100%;
    display: block;
    padding: 0 15px;
    line-height: 86px;
    border-bottom: 4px solid transparent;
}
.nav ul li:hover > a, .nav ul li.nav-active>a{
    color: #cd2924;
    border-bottom-color: #cd2924;
}
.nav-sub{
    position: absolute;
    width: 100%;
    top: 90px;
    z-index: 66;
    left:0;
    display: none;
    left: 0px;
    background-color: #fff;
}
.nav-sub dl dd{
    line-height: 54px;
    text-align: center;
    height: 54px;
    border-bottom: 1px solid #d2d2d2;
}
.nav-sub dl dd a{
    color: #333;
    display: block;
}
.nav-sub dl dd:last-child{
    border-bottom: none;
}
.nav-sub dl dd:hover a{
    color:#cd2924;
}
.nav-sub dl dd:hover{
    border-bottom-color: #cd2924;
}
@media(max-width:1690px){
    .nav{
        margin-right: 80px;
    }
    .nav ul li{
        margin-right: 15px;
    }
    .logo{
        width: 210px;
    }
}
@media(max-width:1400px){
    .nav ul li{
        margin-right: 10px;
    }
    .logo{
        width: 15%;
        left: 10px;
    }
}
@media(max-width:1200px){
    .header-main{
        height: 70px;
    }
    .huiyuan{
        height: 70px;
        width: 70px;
        font-size: 14px;
    }
    .huiyuan p{
        margin-top: 0px;
    }
    .nav{
        margin-right: 70px;
    }
    .nav ul li{
        margin-right: 5px;
    }
    .nav ul li > a{
        font-size: 14px;
        line-height: 66px;
        padding: 0 10px;
    }
    .nav-sub{
        top: 70px;
    }
    .nav-sub dl dd{
        height: 48px;
        line-height: 48px;
        font-size: 14px;
    }
}
@media(max-width:991px){
    .header{
        top: 30px;
    }
    .logo{
        width: 200px;
        left: 20px;
    }
    .huiyuan{
        display: none;
    }
}
@media(max-width:599px){
    .header-main{
        height: 50px;
    }
    .header{
        top: 20px;
    }
    .logo{
        width: 150px;
    }
}
/* 关于华联 */
.home-about{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../img/about_bg.jpg) no-repeat top center;
}
.habout-txt h2{
    font-size: 40px;
    padding-bottom: 30px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.habout-txt h2::after{
    position: absolute;
    width: 90%;
    height: 4px;
    display: block;
    content: "";
    background: #cd2924;
    left: 0px;
    bottom: 0px;
}
.habout-info{
    font-size: 16px;
    line-height: 32px;
}
.habout-info p{
    margin-bottom: 20px;
}
.habout-ul{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.habout-ul li a{
    display: flex;
    width: 200px;
    height: 134px;
    background: #1b1b1b;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.habout-ul li a p{
    margin-top: 6px;
}
.habout-ul li a:hover{
    background: #cd2924;
}
.habout-img-box{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.habout-img-box img{
    display: block;
    width: 100%;
}
.habout-img-box video{
    display: block;
    width: 100%;
}
.play{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url(../img/play_icon.png) no-repeat center;
}
@media(max-width: 1400px){
    .habout-ul{
        margin-top: 30px;
    }
    .habout-ul li a{
        width: 180px;
        height: 120px;
    }
    .habout-info p{
        margin-bottom: 10px;
    }
}
@media(max-width: 1300px){
    .habout-info{
        font-size: 14px;
        line-height: 24px;
    }
}
@media(max-width: 1200px){
    .habout-ul li a{
        width: 140px;
        height: 88px;
    }
    .habout-ul li a p{
        margin-top: 0px;
    }
    .habout-info p{
        margin-bottom: 0px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        word-break: break-all;
        text-overflow: ellipsis;
    }
    .habout-txt h2{
        font-size: 30px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
@media(max-width: 991px){
    .home-about{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .habout-ul{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .habout-ul li{
        flex: 1;
        margin: 0 10px;
    }
    .habout-ul li a{
        width: 100%;
    }
    .home-about{
        background-repeat: repeat-y;
    }
}
@media(max-width: 499px){
    .home-about{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .habout-ul{
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .habout-ul li{
        flex: none;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .habout-txt h2{
        font-size: 28px;
        padding-bottom: 18px;
    }
}
/* 产品中心 */
.home-pro{
    position: relative;
}
.hpro-main{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.hpro-cont{
    position: relative;
}
.drug-info{
    margin-top: 90px;
    width: 50%;
}
.drug-info h2{
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
}
.drug-info-txt{
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.drug-main{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    bottom: 0;
}
.drug-list{
    position: absolute;
    right: 0px;
    bottom: 70px;
    z-index: 666;
}
.drug-list h2{
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 40px;
    text-align: right;
}
.drug-ul{
    display: flex;
    flex-direction: row;
}
.drug-ul li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 138px;
    height: 138px;
    border: 1px solid #fff;
    border-right: none;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.drug-ul li:last-child a{
    border-right: 1px solid #fff;
}
.drug-ul li a p{
    margin-top: 10px;
}
.drug-ul li a:hover, .drug-ul li.drug-on a{
    background: #cd2924;
    border-color: #cd2924;
}
.drug-page{
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 50px;
}
.hpro-swiper .swiper-slide img{
    display: block;
    width: 100%;
}
.drug-page .swiper-pagination{
    color: #cd2924;
    font-size: 18px;
}
.drug-page .swiper-pagination .swiper-pagination-current{
    color: #fff;
}
@media(max-width: 1400px){
    .drug-info{
        margin-top: 50px;
    }
    .drug-list{
        bottom: 40px;
    }
    .drug-page{
        bottom: 0px;
    }
}
@media(max-width: 1200px){
    .drug-info{
        margin-top: 30px;
    }
    .drug-info h2{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .drug-info-txt{
        font-size: 14px;
        line-height: 22px;
    }
    .drug-list{
        right: 2px;
        bottom: 30px;
    }
    .drug-list h2{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .drug-page .swiper-pagination-fraction{
        bottom: 35px;
    }
    .drug-ul li a{
        height: 108px;
        width: 108px;
    }
}
@media(max-width: 991px){
    .drug-info{
        width: 80%;
    }
    .drug-info h2{
        font-size: 24px;
    }
    .drug-list{
        bottom: 20px;
    }
    .drug-page .swiper-pagination-fraction{
        bottom: 25px;
    }
}
@media(max-width: 767px){
    .drug-info{
        margin-top: 10px;
    }
    .drug-info h2{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .drug-info-txt{
        font-size: 12px;
        line-height: 14px;

    }
    .drug-main{
        width: 100%;
    }
    .drug-list{
        right: 15px;
    }
    .drug-list h2{
        font-size: 12px;
        margin-bottom: 8px;
    }
    .drug-ul{
        flex-wrap: wrap;
    }
    .drug-ul li a{
        height: 58px;
        width: 58px;
    }
    .drug-ul li a img{
        width: 44%;
    }
    .drug-ul li a p{
        margin-top: 0px;
        font-size: 12px;
        line-height: 18px;
    }
    .drug-page{
        left: 15px;
    }
}
@media(max-width: 499px){
    .drug-list{
        width: 178px;
    }
    .drug-info-txt{
        -webkit-line-clamp: 1;
    }
    .drug-list h2{
        display: none;
    }
    .drug-list{
        bottom: 4px;
    }
    .drug-ul li a{
        height: 40px;
    }
    .drug-ul li a img{
        width: 30%;
    }
    .drug-ul li:nth-child(3) a{
        border-right: 1px solid #fff;
    }
    .drug-page .swiper-pagination-fraction{
        bottom: 10px;
    }
}
/* 新闻中心 */
.home-news{
    background: url(../img/hnews_bg.jpg) no-repeat top center;
}
.public-title{
    padding-top: 80px;
    text-align: center;
    padding-bottom: 55px;
}
.public-title h2{
    font-size: 36px;
    color: #000;
    margin-bottom: 15px;
}
.public-title span{
    color: #666;
}
#owl-homenews{
    position: relative;
    margin-bottom: 80px;
}
#owl-homenews.owl-carousel .owl-wrapper-outer{
    width: calc(100% - 30px);
    margin-left:15px;
}
#owl-homenews .owl-item{
    padding-right: 30px;
}
.owl-homenews img{
    width: 100%;
    display: block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.owl-homenewstxt{
    background: #fff;
    padding: 30px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.owl-homenewstxt h3{
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
}
.owl-homenewstxt span{
    font-size: 16px;
    color: #999;
}
.owl-homenewstxtm{
    margin-top:10px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.owl-homenewsimg{
    overflow: hidden;
}
.owl-homenewsimg img{
    width: 100%;
    transition: all 0.4s;
}
#owl-homenews .item:hover .owl-homenewstxt{
    background: #cd2924;
}
#owl-homenews .item:hover .owl-homenewstxt h3>a{
    color: #fff;
} 
#owl-homenews .item:hover .owl-homenewstxt span{
    color: #fff;
}
#owl-homenews .item:hover .owl-homenewstxtm{
    color: #fff;
}
#owl-homenews .item:hover .owl-homenewsimg img{
    transform: scale(1.1);
}
@media(max-width: 1200px){
    .public-title{
        padding-top: 50px;
        padding-bottom: 40px;
    }
    #owl-homenews{
        margin-bottom: 50px;
    }
    .owl-homenewstxt{
        padding: 20px;
    }
    .owl-homenewstxt h3{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .owl-homenewstxt span{
        font-size: 14px;
    }
    .owl-homenewstxtm{
        font-size: 14px;
        list-style: 24px;
        margin-top: 5px;
    }
}
@media(max-width: 991px){
    .public-title h2{
        font-size: 28px;
    }
}
@media(max-width: 767px){
    .public-title{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .public-title span{
        font-size: 14px;
        line-height: 20px;
    }
}
/* 门店展示 */
.mendian-display{
    background: url(../img/mendian_bg.jpg) no-repeat top center;
}

.owl-hmdimg{
    overflow: hidden;
}
.owl-hmdimg img{
    width: 100%;
    display: block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.owl-hmdtxt{
    padding: 30px;
    background: #fff;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.owl-hmdtxt h4{
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.owl-hmdtxt p{
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.owl-hmdtxt .md-icon{
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    background: url(../img/shi_icon.png) no-repeat center;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
#owl-homemd .item:hover .owl-hmdtxt{
    background: #cd2924;
}
#owl-homemd .item:hover .owl-hmdtxt h4{
    color: #fff;
}
#owl-homemd .item:hover .owl-hmdtxt p{
    color: #fff;
}
#owl-homemd .item:hover .owl-hmdimg img{
    transform: scale(1.1);
}
#owl-homemd .item{
    box-shadow: 0px 0px 10px #f3f3f3;
}
#owl-homemd  .owl-controls .owl-buttons div{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #1a1a1a;
    margin: 0px;
    padding: 0px;
    position: absolute;
    opacity: 1;
    top: 38%;
    z-index: 66;
    transform: translateY(-50%);
}
#owl-homemd  .owl-controls .owl-buttons .owl-prev{
    left:30px;
    background: #1a1a1a url(../img/prev_arrow.png) no-repeat center;
}
#owl-homemd .owl-controls .owl-buttons .owl-next{
    right:30px;
    background:#1a1a1a url(../img/next_arrow.png) no-repeat center;
}
#owl-homemd .owl-controls .owl-buttons div:hover{
    background-color: #cd2924;
}
#owl-homemd .owl-controls{
    margin-top: 0px;
}
@media(max-width: 449px){
    .owl-hmdtxt{
        padding: 20px;
    }
}
/* 合作伙伴 */
#owl-homepartner{
    margin-bottom: 60px;
}
.homepartner-img{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 161px;
    width: calc(100% - 48px);
    border-bottom: 1px solid #c9c9c9;
    cursor: pointer;
    margin: 0 auto;
}
.homepartner-img::before{
    height: 148px;
    width: 1px;
    background: #c9c9c9;
    position: absolute;
    right: -24px;
    top: 0px;
    content: "";
    display: block;
}
.homepar-a::before{
    height: 148px;
    width: 1px;
    background: red;
    position: absolute;
    right: -24px;
    top: 0px;
    content: "";
    display: block;
}
.homepartner-img::after{
    position: absolute;
    bottom: -1px;
    right: -25px;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #c9c9c9;
}
#owl-homepartner .item .homepartner-img:last-child{
    border-bottom: none;
    margin-top: 24px;
}
#owl-homepartner .item .homepartner-img:last-child::after{
    display: none;
}
#owl-homepartner .item:hover .homepartner-img{
    border-bottom-color: #cd2924;
}
#owl-homepartner .item .homepartner-img:hover::before{
    background: #cd2924;
}
@media(max-width: 991px){
    #owl-homepartner{
        margin-bottom: 30px;
    }
}
@media(max-width: 494px){
    .homepartner-img{
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #owl-homepartner .item .homepartner-img::before{
        display: none;
    }
    .homepartner-img::after{
        display: none;
    }
    #owl-homepartner .item .homepartner-img:last-child{
        margin-top: 0px;
    }
    #owl-homepartner{
        margin-bottom: 10px;
    }
}
/* 底部 */
#footer{
    background: #1a1a1a;
}
.footer-top{
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dcdcdc;
}
.footer-ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-ul li{
    width: 13%;
    position: relative;
}
.footer-ul li > a{
    display: block;
    padding: 0 18px;
    height: 56px;
    line-height: 56px;
    position: relative;
    background: #fff;
}
.footer-ul li > a::after{
    position: absolute;
    display: block;
    width: 16px;
    height: 10px;
    content: "";
    right: 18px;
    top: 50%;
    margin-top: -5px;
    background: url(../img/down_arrow.png) no-repeat center;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.footer-ul li:hover > a::after, .footer-ul li.fnav-on > a::after{
    background: url(../img/down_arrow_on.png) no-repeat center;
}
.footer_sub{
    background: #fff;
    border-top: 1px solid #1b1b1b;
    display: none;
    position: absolute;
    left: 0px;
    top: 56px;
    width: 100%;
    z-index: 99;
}
.footer_sub dd a{
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #dcdcdc;
    padding-left: 18px;
}
.footer_sub dd:last-child a{
    border-bottom: none;
}
.footer_sub dd:hover a{
    color: #cd2924;
}
.footer-main{
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dcdcdc;
}
.footer-code{
    float: right;
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.code-img{
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}
.codeimg-item{
    text-align: center;
}
.codeimg-item p{
    margin-top: 15px;
    color: #fff;
}
.code-img .codeimg-item:first-child{
    margin-right: 20px;
}
.footer-nav{
    float: left;
    width: 77%;
}
.fnav-ul{
    display: flex;
    flex-direction: row;
}
.fnav-ul li{
    padding: 0 75px;
    border-right: 1px solid #dcdcdc;
}
.fnav-ul li:first-child{
    padding-left: 0px;
}
.fnav-ul li h5{
    margin-bottom: 35px;
}
.fnav-ul li h5 a{
    color: #fff;
}
.fnav-ul li dl dd{
    font-size: 14px;
    line-height: 18px;
    color: #e5e5e5;
    margin-bottom: 16px;
}
.fnav-ul li dl dd:last-child{
    margin-bottom: 0px;
}
.copy{
    padding-top: 38px;
    padding-bottom: 38px;
    line-height: 24px;
    color: #fff;
}
.copy span{
    display: block;
}
.copy span:first-child{
    float: left;
}
.copy span:last-child{
    float: right;
}
@media(max-width: 1400px){
    .fnav-ul li{
        padding: 0 65px;
    }
}
@media(max-width: 1300px){
    .fnav-ul li{
        padding: 0 58px;
    }
}
@media(max-width: 1200px){
    .footer-ul li > a{
        padding: 0 15px;
    }
    .fnav-ul li{
        padding: 0 40px;
    }
    .footer-code > img{
        width: 180px;
    }
    .codeimg-item{
        width: 88px;
    }
    .codeimg-item img{
        display: block;
        width: 100%;
    }
}
@media(max-width: 991px){
    .footer-top{
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .footer-ul{
        flex-wrap: wrap;
    }
    .footer-ul li{
        width: 30%;
        margin-bottom: 10px;
    }
    .footer-nav{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .fnav-ul{
        flex-wrap: wrap;
    }
    .fnav-ul li{
        width: 100%;
        text-align: center;
        padding: 0px;
        border-right: none;
    }
    .fnav-ul li h5{
        margin-bottom: 10px;
    }
    .fnav-ul li dl{
        margin-bottom: 15px;
    }
    .fnav-ul li dl dd{
        display: inline-block;
        margin-bottom: 0px;
        line-height: 22px;
    }
    .footer-main{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .footer-code{
        width: 100%;
        align-items: center;
    }
    .code-img{
        margin-top: 25px;
    }
}
@media(max-width: 767px){
    .copy{
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    .copy span:first-child{
        float: none;
    }
    .copy span:last-child{
        float: none;
    }
}
@media(max-width: 449px){
    .footer-ul li{
        width: 45%;
    }
}
/* 内页导航 */
.inside-nav{
    background: #cd2924;
    width: 100%;
    overflow: hidden;
}
.inav-main{
    position: relative;
}
.inav-ul{
    display: flex;
    flex-direction: row;
}
.inav-ul li{
    width: 25%;
}
.inav-ul li a{
    display: block;
    display: flex;
    flex-direction: column;
    height: 140px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ffffff;
    position: relative;
}
.inav-ul li a::before{
    position: absolute;
    display: block;
    content: "";
    width: 3px;
    height: 24px;
    left: -2px;
    top: 50%;
    margin-top: -12px;
    background: #fff;
}
.inav-ul li:last-child a{
    border-right: 1px solid #fff;
}
.inav-ul li:last-child a::after{
    position: absolute;
    display: block;
    content: "";
    width: 3px;
    height: 24px;
    right: -2px;
    top: 50%;
    margin-top: -12px;
    background: #fff;
}
.inav-img{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-bottom: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inav-ul li span{
    color: #fff;
}
.inav-ul li.inav-ulAct:nth-child(1) .inav-img{
    background: #fff url(../img/inav_about_on.png) no-repeat center !important;
}
.inav-ul li:nth-child(1) .inav-img{
    background: url(../img/inav_about.png) no-repeat center;
}
.inav-ul li:nth-child(1):hover .inav-img{
    background: #fff url(../img/inav_about_on.png) no-repeat center;
}
.inav-ul li:nth-child(2) .inav-img{
    background: url(../img/inav_honor.png) no-repeat center;
}
.inav-ul li:nth-child(2):hover .inav-img{
    background: #fff url(../img/inav_honor_on.png) no-repeat center;
}
.inav-ul li:nth-child(3) .inav-img{
    background: url(../img/inav_zuzhi.png) no-repeat center;
}
.inav-ul li:nth-child(3):hover .inav-img{
    background: #fff url(../img/inav_zuzhi_on.png) no-repeat center;
}
.inav-ul li:nth-child(4) .inav-img{
    background: url(../img/inav_culture.png) no-repeat center;
}
.inav-ul li:nth-child(4):hover .inav-img{
    background: #fff url(../img/inav_culture_on.png) no-repeat center;
}
.inav-ul li:hover .inav-img{
    transform: rotateY(180deg);
}
.inav-ul li.inav-ulAct:nth-child(2) .inav-img{
    background: #fff url(../img/inav_honor_on.png) no-repeat center !important;
}
.inav-ul li.inav-ulAct:nth-child(3) .inav-img{
    background: #fff url(../img/inav_zuzhi_on.png) no-repeat center !important;
}
.inav-ul li.inav-ulAct:nth-child(4) .inav-img{
    background: #fff url(../img/inav_culture_on.png) no-repeat center !important;
}
.imobile-nav{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #cd2924;
    position: relative;
    display: none;
}
.imobile-nav h2{
    line-height: 50px;
    padding-left: 20px;
    color: #fff;
    font-size: 24px;
}
@media(max-width: 991px){
    .inside-nav{
        background: none;
        padding: 30px 0px;
    }
    .imobile-nav{
        display: block;
    }
    .inav-ul{
        display: none;
        flex-wrap: wrap;
    }
    .inav-ul li{
        width: 100%;
    }
    .inav-ul li .inav-img{
        display: none;
    }
    .inav-ul li a{
        height: 48px;
        border: 1px solid #dcdcdc;
        border-bottom: none;
    }
    .inav-ul li:last-child a{
        border-bottom: 1px solid #dcdcdc;
    }
    .inav-ul li:last-child a::after{
        display: none;
    }
    .inav-ul li a::before{
        display: none;
    }
    .inav-ul li a span{
        color: #333;
    }
    .inav-ul li:last-child a{
        border-right: 1px solid #dcdcdc;
    }
    .inav-ul li:hover a span{
        color: #cd2924;
    }
}
/* 公司简介 */
.about-main{
    background: url(../img/iabout_bg.jpg) no-repeat top center;
    padding-bottom: 80px;
    background-size: 100% 100%;
}
.iabout-txt{
    font-size: 16px;
    line-height: 40px;
    text-indent: 30px;
    margin-bottom: 40px;
}
#owl-about.owl-carousel .owl-wrapper-outer{
    width: calc(100% - 30px);
    margin-left: 15px;
}
#owl-about .owl-item{
    padding-right: 25px;
}
.owl-aboutimg{
    overflow: hidden;
}
.owl-aboutimg img{
    transition: all 0.5s;
    display: block;
    width: 100%;
}
#owl-about .item:hover .owl-aboutimg img{
    transform: scale(1.1);
}
#owl-about .owl-controls .owl-buttons div{
    width: 19px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    opacity: 1;
    top: 50%;
    z-index: 66;
    transform: translateY(-50%);
}
#owl-about .owl-controls .owl-buttons .owl-prev{
    left: -65px;
    background: url(../img/ab_prev_arrow.png) no-repeat center;
}
#owl-about .owl-controls .owl-buttons .owl-next{
    right: -65px;
    background: url(../img/ab_next_arrow.png) no-repeat center;
}
#owl-about .owl-controls .owl-buttons .owl-prev:hover{
    background: url(../img/ab_prev_arrow_on.png) no-repeat center;
}
#owl-about .owl-controls .owl-buttons .owl-next:hover{
    background: url(../img/ab_next_arrow_on.png) no-repeat center;
}
#owl-about .owl-controls{
    margin-top: 0px;
}
@media(max-width: 1600px){
    #owl-about .owl-controls .owl-buttons .owl-prev{
        left: -45px;
    }
    #owl-about .owl-controls .owl-buttons .owl-next{
        right: -45px;
    }
}
@media(max-width:1500px){
    #about-info{
        padding: 0 50px;
    }
}
@media(max-width:991px){
    .about-main{
        padding-bottom: 50px;
    }
}
@media(max-width:599px){
    .about-main{
        background-repeat: repeat-y;
    }
}
@media(max-width:449px){
    #about-info{
        padding: 0px 40px;
    }
    #owl-about .owl-controls .owl-buttons .owl-prev{
        left: -30px;
    }
    #owl-about .owl-controls .owl-buttons .owl-next{
        right: -30px;
    }
    .iabout-txt{
        line-height: 32px;
        margin-bottom: 30px;
    }
    .about-main{
        padding-bottom: 40px;
    }
}
/* 企业荣誉 */
.honor-box{
    background: url(../img/honor_main_bg.jpg) no-repeat top center;
    background-size: 100% 100%;
}
.honor-item{
    width: 100%;
    max-width: 296px;
    height: 292px;
    background: #fff url(../img/honor_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: flex-end;
    padding: 0 30px;
    transition: all 0.5s;
    margin-bottom: 30px;
}
.honor-txt{
    height: 52px;
    line-height: 52px;
    border-top: 1px solid transparent;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
}
.honor-item:hover{
    background-image: url(../img/honor_bg_on.png);
}
.honor-item:hover .honor-txt{
    border-top-color: #cd2924;
    color: #cd2924;
}
@media(max-width: 1400px){
    .honor-item img{
        display: block;
        width: 100%;
    }
}
@media(max-width: 1200px){
    .honor-txt{
        font-size: 14px;
    }
    .honor-item{
        height: 220px;
    }
}
@media(max-width: 991px){
    .honor-item{
        height: 292px;
        margin: 0 auto 20px;
    }
    .honor-box{
        background-repeat: repeat-y;
        background-size: unset;
    }
}
/* 组织架构 */
.organize-main{
    padding-bottom: 80px;
    background: url(../img/organize_bg.png) no-repeat top center;
    background-size: 100% 100%;
}
.content {
    font-family: Verdana;
    position: relative;
    width: 100%;
}
.org-chart{
    display: block;
    clear: both;
    position: relative;
}
.org-chart.cf:before, .org-chart.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.org-chart.cf:after {
    clear: both;
}
.org-chart.cf {
    *zoom: 1;
}
.org-chart .board{
    position: relative;
    display: block;
    width: 54%;
    margin: 0 auto;
}
.org-chart .board:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 0px;
    border-left: 2px solid #d1c0a5;
    left: 50%;
    transform: translateX(-50%);
    top: 1px;
}
.org-chart ul.columnThree {
    position: relative;
    overflow: hidden;
}
.org-chart ul.columnThree:before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
   /* border-top: 2px solid #d1c0a5;*/
    right: 0px;
    top: 95px;
}
.org-chart ul.columnThree li{
    margin: 0 auto 68px;
    width: 202px;
}
.org-chart ul.columnThree li a{
    display: block;
    width: 202px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    transition: all 0.5s;
    background: url(../img/organize_icon1.jpg) no-repeat center;
}
.columnThree li.jianshi{
    width: 202px;
    position: absolute;
    right: 0px;
    top: 64px;
}
.org-chart ul.columnThree li:hover a{
    background: url(../img/organize_icon_on1.jpg) no-repeat center;
}
.org-chart .departments {
    width: 100%;
    position: relative;
}
.org-chart .departments:before {
  content: "";
  display: block;
  width: 79%;
  height:102px;
  border-top: 2px solid #d1c0a5;
  border-left: 2px solid #d1c0a5;
  border-right: 2px solid #d1c0a5;
  margin-left: 13.36%;
}
.depart-left{
    width: 34%;
    float: left;
    margin-top: -34px;
}
.departments ul.depart-top{
    margin-left: 16%;
    position: relative;
}
.departments ul.depart-top::before{
    top: 30px;
    border-top: 2px solid #d1c0a5;
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 232px);
    height: 193px;
    border-right: 2px solid #d1c0a5;
    left: 202px;
}
.departments ul.depart-top li{
    margin-bottom: 34px;
    position: relative;
    width: 202px;
}
.departments ul.row-ul li a{
    display: block;
    width: 202px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    transition: all 0.5s;
    background: url(../img/organize_icon1.jpg) no-repeat center;
}
.departments ul.row-ul li:hover a{
    background: url(../img/organize_icon_on1.jpg) no-repeat center;
}
.departments ul.depart-top li::before{
    content: "";
    height: 34px;
    border-left: 2px solid #d1c0a5;
    position: absolute;
    left: 50%;
    display: block;
    background: #d1c0a5;
    top: 60px;
}
.departments ul.depart-top .depart-divide{
    width: 60px;
    position: absolute;
    right: 0px;
    top: 223px;
}
.departments ul.depart-top .depart-divide a{
    width: 60px;
    height: 202px;
    text-align: center;
    font-size: 24px;
    transition: all 0.5s;
    writing-mode:tb-rl;
    display: flex;
    justify-content: center;
    background: url(../img/organize_icon2.jpg) no-repeat center;
}
.departments ul.depart-top .depart-divide:hover a{
    background: url(../img/organize_icon_on2.jpg) no-repeat center;
}
.departments ul.depart-top li.depart-divide::before{
    display: none;
}
.depart-bom{
    width: 74.5%;
    padding-top: 34px;
}
.column-ul{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.depart-bom::before{
    width: 81.5%;
    display: block;
    content: "";
    position: absolute;
    left: 30px;
    top: 0px;
    border-top: 2px solid #d1c0a5;
}
.depart-bom li{
    width: 60px;
    position: relative;
}
.depart-bom li::before{
    position: absolute;
    display: block;
    height: 34px;
    left: 30px;
    border-right: 2px solid #d1c0a5;
    content: "";
    top: -34px;
}
.column-ul li a{
    width: 60px;
    height: 202px;
    text-align: center;
    font-size: 24px;
    transition: all 0.5s;
    writing-mode:tb-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/organize_icon2.jpg) no-repeat center;
}
.column-ul li:hover a{
    background: url(../img/organize_icon_on2.jpg) no-repeat center;
}
.depart-center{
    width: 18%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top:0px;
}
.depart-center::before{
    position: absolute;
    display: block;
    content: "";
    height: 162px;
    border-right: 2px solid #d1c0a5;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.center-ul{
    padding-top: 162px;
    width: 100%;
}
.center-ul::before{
    display: block;
    content: "";
    border-top: 2px solid #d1c0a5;
    width: calc(100% - 60px);
    position: absolute;
    left: 30px;
    top: 162px;
}
.center-ul li{
    padding-top: 128px;
    position: relative;
}
.center-ul li::before{
    display: block;
    content: "";
    border-right: 2px solid #d1c0a5;
    height: 128px;
    position: absolute;
    left: 30px;
    top: 0px;
}
.depart-right{
    width: 202px;
    float: right;
    position: relative;
}
.depart-right-top{
    width: 202px;
    position: absolute;
    right: 0px;
}
.depart-right-top::before{
    display: block;
    content: "";
    border-right: 2px solid #d1c0a5;
    height: 65px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
}
.right-ul{
    position: relative;
    margin: 125px auto 0;
}
.right-ul::before{
    display: block;
    content: "";
    border-top: 2px solid #d1c0a5;
    position: absolute;
    left: 30px;
    width: 142px;
}
.right-ul li{
    position: relative;
    padding-top: 63px;
}
.right-ul li::before{
    display: block;
    content: "";
    border-right: 2px solid #d1c0a5;
    position: absolute;
    height: 63px;
    top: 0px;
}
.right-ul li:first-child::before{
    left: 30px;
}
.right-ul li:last-child::before{
    right: 30px;
}
.depart-other{
    position: absolute;
    right: 244px;
    width: 202px;
}
.depart-other::before{
    position: absolute;
    height: 102px;
    content: "";
    display: block;
    border-right: 2px solid #d1c0a5;
    top: -102px;
    left: 101px;
}
.other-ul{
    position: relative;
}
.other-ul li{
    position: relative;
    width: 60px;
    margin: 0 auto;
    padding-top: 190px;
}
.other-ul li::before{
    display: block;
    content: "";
    border-right: 2px solid #d1c0a5;
    position: absolute;
    height: 130px;
    top: 60px;
    left: 30px;
}
.depart-other .depart-right-top::before{
    display: none;
}
.org-mobile{
    display: none;
}
.org-mobile img{
    display: block;
    width: 100%;
}
@media(max-width: 1300px){
    .org-chart .departments::before{
        width: 77.5%;
        margin-left: 14%;
    }
    .depart-bom::before{
        width: 80%;
    }
}
@media(max-width: 1200px){
    .org-chart .departments::before{
        width: 73.5%;
        margin-left: 16%;
    }
    .depart-bom::before{
        width: 76%;
    }
    .depart-other{
        right: 220px;
    }
}
@media(max-width: 991px){
    .org-mobile{
        display: block;
    }
    .org-chart{
        display: none;
    }
    .organize-main{
        padding-bottom: 50px;
    }
}
@media(max-width: 449px){
    .organize-main{
        padding-bottom: 30px;
    }
}
/* 企业文化 */
.culture-main{
    background: url(../img/culture_bg.jpg) no-repeat top center;
}
.culture-cont{
    overflow: hidden;
}
.culture-item{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.culture-cont .culture-item:last-child{
    margin-bottom: 0px;
}
.culture-img{
    width: 50%;
    overflow: hidden;
}
.culture-img img{
    display: block;
    width: 100%;
    transition: all 0.5s;
}
.culture-txt{
    width: 50%;
    padding-left: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    transition: all 0.3s;
    padding-right: 30px;
}
.culture-txt h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.culture-txt span{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.culture-img:hover img{
    transform: scale(1.1);
}
.culture-txt:hover{
    color: #fff;
    background-color: #cd2924;
}
.culture-txt:hover span{
    color: #fff;
}
@media(max-width: 1400px){
    .culture-txt{
        padding-left: 68px;
    }
}
@media(max-width: 1200px){
    .culture-txt{
        padding-left: 50px;
    }
    .culture-txt span{
        font-size: 14px;
        line-height: 20px;
    }
}
@media(max-width: 991px){
    .culture-txt{
        padding-top: 5px;
    }
    .culture-txt h3{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .culture-txt span{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .culture-item{
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .culture-item{
        flex-wrap: wrap;
        justify-content: center;
    }
    .culture-img{
        width: 100%;
        max-width: 640px;
    }
    .culture-txt{
        width: 100%;
        max-width: 640px;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .culture-main{
        background-repeat: repeat-y;
    }
}
@media(max-width: 449px){
    .culture-txt{
        padding-left: 30px;
    }
}
/* 人才招聘 */
.recruit-nav li{
    width: 33.3333%;
}
.recruit-nav li:nth-child(1) .inav-img{
    background: url(../img/recruit_icon.png) no-repeat center;
}
.recruit-nav li:nth-child(1):hover .inav-img{
    background: #fff url(../img/recruit_icon_on.png) no-repeat center;
}
.recruit-nav li:nth-child(2) .inav-img{
    background: url(../img/edu_icon.png) no-repeat center;
}
.recruit-nav li:nth-child(2):hover .inav-img{
    background: #fff url(../img/edu_icon_on.png) no-repeat center;
}
.recruit-nav li:nth-child(3) .inav-img{
    background: url(../img/upload_icon.png) no-repeat center;
}
.recruit-nav li:nth-child(3):hover .inav-img{
    background: #fff url(../img/upload_icon_on.png) no-repeat center;
}
.recruit-nav li.inav-ulAct:nth-child(1) .inav-img{
    background: #fff url(../img/recruit_icon_on.png) no-repeat center !important;
}
.recruit-nav li.inav-ulAct:nth-child(2) .inav-img{
    background: #fff url(../img/edu_icon_on.png) no-repeat center !important;
}
.recruit-nav li.inav-ulAct:nth-child(3) .inav-img{
    background: #fff url(../img/upload_icon_on.png) no-repeat center !important;
}


.recruit-main{
    background: url(../img/recruit_bg.jpg) no-repeat center;
    background-repeat: repeat-y;
}
.recruit-dl dt{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 90px;
    background: #cd2924;
    padding-left: 80px;
    padding-right: 50px;
}
.recruit-dl dt span{
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}
.recruit-dl dt span:nth-child(1){
    width: 26%;
}
.recruit-dl dt span:nth-child(2){
    width: 20%;
}
.recruit-dl dt span:nth-child(3){
    width: 20%;
}
.recruit-dl dt span:nth-child(4){
    width: 20%;
}
.recruit-dl dt span:nth-child(5){
    display: flex;
    justify-content: center;
    width: 14%;
}
.recruit-dl dd{
    position: relative;
}
.recruit-ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 90px;
    padding-left: 80px;
    padding-right: 50px;
    border-bottom: 1px solid #898989;
}
.recruit-ul li{
    color: #333;
    font-size: 20px;
}
.recruit-ul li:nth-child(1){
    width: 26%;
}
.recruit-ul li:nth-child(2){
    width: 20%;
}
.recruit-ul li:nth-child(3){
    width: 20%;
    padding-left: 30px;
}
.recruit-ul li:nth-child(4){
    width: 20%;
}
.recruit-ul li:nth-child(5){
    display: flex;
    justify-content: center;
    width: 14%;
}
.recruit-dl dd a{
    display: block;
    width: 128px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: #cd2924;
    font-size: 16px;
}
.recruit-info{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 80px;
    padding-right: 50px;
    border-bottom: 1px solid #898989;
    display: none;
}
.recruit-info p{
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-bottom: 15px;
}
.recruit-info a{
    margin-top: 25px;
}
@media(max-width: 991px){
    .recruit-dl dt{
        padding-left: 30px;
        padding-right: 20px;
        height: 70px;
    }
    .recruit-ul{
        padding-left: 30px;
        padding-right: 20px;
        height: 70px;
    }
    .recruit-dl dt span{
        font-size: 18px;
    }
    .recruit-ul li{
        font-size: 14px;
    }
    .recruit-dl dd a.clickbtn{
        width: 100%;
        font-size: 14px;
    }
    .recruit-info{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        padding-left: 30px;
        padding-right: 20px;
    }
    .recruit-info p{
        margin-bottom: 10px;
        font-size: 14px;
    }
}
@media(max-width: 599px){
    .recruit-dl dt{
        padding-left: 10px;
        padding-right: 10px;
    }
    .recruit-ul{
        padding-left: 10px;
        padding-right: 10px;
    }
    .recruit-dl dt span{
        font-size: 14px;
    }
    .recruit-ul li{
        font-size: 12px;
    }
    .recruit-dl dd a.clickbtn{
        font-size: 12px;
        line-height: 14px;
        display: flex;
        align-items: center;
    }
    .recruit-info{
        padding-left: 10px;
        padding-right: 10px;
    }
    .recruit-info p{
        margin-bottom: 0px;
        font-size: 12px;
    }
    .recruit-info a{
        margin-top: 15px;
    }
}
/* 在线投递 */
.toudi-main{
    background: url(../img/toudi_bg.jpg) no-repeat top center;
    background-repeat: repeat-y;
}
.toudi-ul{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.toudi-ul li{
    width: 33.3333%;
    display: flex;
    flex-direction: row;
    height: 42px;
    align-items: center;
    margin-bottom: 20px;
}
.toudi-ul li label{
    width: 90px;
    text-align: right;
    padding-right: 15px;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: normal;
}
.toudi-ul li input{
    width: 286px;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #c9c9c9;
    text-align: left;
}
.toudi-ul li.full-width{
    width: 100%;
}
.toudi-ul li.jianli p{
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #006139;
    margin-top: 10px;
}
.toudi-ul li.jianli p a{
    color: #006139;
}
.jianli-upload{
    display: flex;
    flex-direction: row;
    width: 33.3333%;
    align-items: center;
}
.filebutton span{
    display: block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-top: 7px;
    background-color: #f9f9f9;
    margin-left: 13px;
    border: 1px solid #7d7d7d;
    color: #666;
    font-size: 14px;
}
.filebutton{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 286px;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #c9c9c9;
    text-align: left;
}
.filebutton input{
    position: absolute;
    top: 0;
    opacity: 0;
    font-size: 100px;
}
.toudi-ul li.textarea-txt{
    height: auto;
    align-items: flex-start;
}
.toudi-ul li.textarea-txt label{
    line-height: 42px;
}
.toudi-ul li textarea{
    width: calc(100% - 90px);
    border: 1px solid #c9c9c9;
    resize: none;
    padding: 0 10px;
    height: 200px;
}
.toudi-ul li.yanzheng input{
    width: 142px;
}
.yanzheng-img{
    margin-left: 20px;
    overflow: hidden;
    height: 42px;
}
.yanzheng-img img{
    display: block;
    width: 100%;
}
.submit{
    display: block;
    width: 143px;
    height: 42px;
    background: #cd2924;
    line-height: 42px;
    color: #fff;
    text-align: center;
    border: none;
    margin-left: 90px;
}
@media(max-width: 1299px){
    .toudi-ul li label{
        font-size: 16px;
        padding-right: 10px;
    }
    .toudi-ul li.jianli p{
        margin-left: 15px;
    }
}
@media(max-width: 991px){
    .toudi-ul li{
        width: 50%;
    }
    .jianli-upload{
        width: 50%;
    }
    .filebutton{
        width: calc(100% - 78px);
    }
    .toudi-ul li label{
        font-size: 14px;
        padding-right: 6px;
        width: 78px;
    }
    .toudi-ul li input{
        width: calc(100% - 78px);
    }
    .toudi-ul li.jianli label{
        width: 78px;
    }
    .toudi-ul li.jianli input{
        width: calc(100% - 376px);
    }
    .toudi-ul li textarea{
        width: calc(100% - 78px);
    }
    .submit{
        margin-left: 78px;
    }
}
@media(max-width: 599px){
    .toudi-ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .toudi-ul li label{
        width: 68px;
    }
    .toudi-ul li input{
        width: calc(100% - 68px);
    }
    .jianli-upload{
        width: 100%;
    }
    .filebutton{
        width: calc(100% - 68px);
    }
    .toudi-ul li.jianli label{
        width: 68px;
    }
    .toudi-ul li.jianli{
        flex-wrap: wrap;
        height: auto;
    }
    .toudi-ul li.jianli input{
        width: calc(100% - 68px);
    }
    .toudi-ul li textarea{
        width: calc(100% - 68px);
    }
    .submit{
        margin-left: 68px;
    }
    .yanzheng-img{
        height: auto;
        margin-left: 10px;
        width: 100px;
    }
}
/* 新闻中心 */
.inews-ul li:nth-child(1) .inav-img{
    background: url(../img/huaguo_news.png) no-repeat center;
}
.inews-ul li:nth-child(1):hover .inav-img{
    background: #fff url(../img/huaguo_news_on.png) no-repeat center;
}
.inews-ul li:nth-child(2) .inav-img{
    background: url(../img/jituan_news.png) no-repeat center;
}
.inews-ul li:nth-child(2):hover .inav-img{
    background: #fff url(../img/jituan_news_on.png) no-repeat center;
}
.inews-ul li:nth-child(3) .inav-img{
    background: url(../img/hangye_news.png) no-repeat center;
}
.inews-ul li:nth-child(3):hover .inav-img{
    background: #fff url(../img/hangye_news_on.png) no-repeat center;
}
.inews-ul li:nth-child(4) .inav-img{
    background: url(../img/vedio_news.png) no-repeat center;
}
.inews-ul li:nth-child(4):hover .inav-img{
    background: #fff url(../img/vedio_news_on.png) no-repeat center;
}


.inews-ul li.inav-ulAct:nth-child(1) .inav-img{
    background: #fff url(../img/huaguo_news_on.png) no-repeat center !important;
}
.inews-ul li.inav-ulAct:nth-child(2) .inav-img{
    background: #fff url(../img/jituan_news_on.png) no-repeat center !important;
}
.inews-ul li.inav-ulAct:nth-child(3) .inav-img{
    background: #fff url(../img/hangye_news_on.png) no-repeat center !important;
}
.inews-ul li.inav-ulAct:nth-child(4) .inav-img{
    background: #fff url(../img/vedio_news_on.png) no-repeat center !important;
}
.news-main{
    background: url(../img/news_bg.jpg) no-repeat top center;
    background-repeat: repeat-y;
}
.news-ul li{
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    transition: all 0.5s;
}
.news-ul li:last-child{
    margin-bottom: 0px;
}
.news-img{
    overflow: hidden;
    width: 420px;
}
.news-img img{
    display: block;
    width: 100%;
    transition: all 0.5s;
}
.news-info{
    width: calc(100% - 420px);
    background: #fff;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-info h2{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.news-info h2 > a{
    color: #000;
}
.news-info span{
    color: #999;
}
.news-info .news-txt{
    font-size: 16px;
    line-height: 28px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    margin-top: 4px;
}
.news-info .look-more{
    width: 126px;
    height: 36px;
    font-size: 16px;
    color: #666;
    text-align: center;
    background: #e5e5e5;
    line-height: 36px;
    border-radius: 18px;
    transition: all 0.5s;
}
.news-ul li:hover{
    box-shadow: 0px 0px 10px #dedbd3;
}
.news-ul li:hover .news-img img{
    transform: scale(1.1);
}
.news-ul li:hover .news-info h2 > a{
    color: #cd2924;
}
.news-ul li:hover .news-info .look-more{
    background: #cd2924;
    color: #fff;
}
.news-page{
    margin-top: 60px !important;
}
@media(max-width: 1200px){
    .news-img{
        width: 360px;
    }
    .news-info{
        width: calc(100% - 360px);
        padding: 0 30px;
    }
}
@media(max-width: 991px){
    .news-ul li{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .news-img{
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }
    .news-info{
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .news-ul li:hover{
        box-shadow: none;
    }
    .news-page{
        margin-top: 40px !important;
    }
}
@media(max-width: 499px){
    .news-info{
        padding: 20px;
    }
    .news-info .news-txt{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}
/* 服务中心 */
.service-main{
    background: url(../img/service_bg.jpg) no-repeat top center;
    background-repeat: repeat-y;
    padding-bottom: 80px;
}
.contact-main{
    margin-bottom: 40px;
}
.contact-list{
    float: left;
    width: 470px;
}
.contact-list li{
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
    width: 100%;
    height: 118px;
    padding-left: 45px;
    margin-bottom: 26px;
    padding-right: 35px;
}
.contact-list li:last-child{
    margin-bottom: 0px;
}
.contact-txt{
    margin-left: 25px;
}
.contact-txt h5{
    font-size: 24px;
    color: #000;
    margin-bottom: 12px;
}
.contact-txt span{
    color: #333;
    font-size: 18px;
}
.ditu{
    float: right;
    width: calc(100% - 520px);
    padding: 6px;
    background: #fff;
    overflow: hidden;
}
.ditu img{
    display: block;
    width: 100%;
}
.car-way h2{
    font-size: 40px;
    color: #000;
    display: inline-block;
    background: url(../img/way_icon.png) no-repeat right center;
    padding-right: 50px;
    margin-bottom: 20px;
}
.carway-txt{
    font-size: 16px;
    color: #333;
    line-height: 32px;
}
.carway-txt span{
    color: #cd2924;
}
@media(max-width: 1200px){
    .contact-list{
        margin: 0 auto 20px;
        float: none;
        width: 100%;
    }
    .ditu{
        width: 100%;
        float: none;
        max-width: 760px;
        margin: 0 auto;
    }
}
@media(max-width: 991px){
    .contact-lis li{
        margin-bottom: 20px;
    }
    .service-main{
        padding-bottom: 50px;
    }
}
@media(max-width: 449px){
    .contact-list li{
        height: auto;
        padding: 20px;
        margin-bottom: 15px;
    }
    .contact-txt span{
        font-size: 14px;
    }
    .contact-txt{
        margin-left: 20px;
    }
    .contact-txt h5{
        font-size: 20px;
    }
    .contact-list li img{
        width: 10%;
    }
    .contact-main{
        margin-bottom: 25px;
    }
    .car-way h2{
        font-size: 30px;
    }
    .service-main{
        padding-bottom: 30px;
    }
}
/* 门店展示 */
.mendian-nav{
    background: #cd2924;
    width: 100%;
    overflow: hidden;
}
.pub-nav .item a{
    display: block;
    text-align: center;
    padding-right: 4px;
}
.inav-item{
    display: flex;
    flex-direction: column;
    height: 140px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
    position: relative;
    width: 100%;
}
.inav-item::after{
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 24px;
    right: -1px;
    top: 50%;
    margin-top: -12px;
    background: #fff;
}
.pub-nav .owl-item:first-child .inav-item{
    border-left: 1px solid #ffffff;
}
.pub-nav .owl-item:first-child .inav-item::before{
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 24px;
    left: -1px;
    top: 50%;
    margin-top: -12px;
    background: #fff;
}
.mendian-icon{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: center;
    line-height: 60px;
}
.pub-nav .item a span{
    color: #fff;
}
.pub-nav .item a:hover .mendian-icon{
    background: #fff;
    color: #cd2924;
}
.pub-nav .item.inav-ulAct a .mendian-icon{
    background: #fff;
    color: #cd2924;
}
.pub-nav .owl-controls .owl-buttons div{
    width: 15px;
    height:27px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    opacity: 1;
    top: 50%;
    z-index: 66;
    transform: translateY(-50%);
}
.pub-nav .owl-controls .owl-buttons .owl-prev{
    left: -30px;
    background: url(../img/mendian_prev_arrow.png) no-repeat center;
}
.pub-nav .owl-controls .owl-buttons .owl-next{
    right: -30px;
    background: url(../img/mendian_next_arrow.png) no-repeat center;
}
.pub-nav .owl-controls{
    margin-top: 0px;
}
@media(max-width: 1400px){
    .pub-nav{
        padding: 0 15px;
    }
    .pub-nav .owl-controls .owl-buttons .owl-prev{
        left: -15px;
    }
    .pub-nav .owl-controls .owl-buttons .owl-next{
        right: -15px;
    }
}
@media(max-width: 767px){
    .pub-nav{
        padding: 0 30px;
    }
    .pub-nav .owl-controls .owl-buttons .owl-prev{
        left: 0px;
    }
    .pub-nav .owl-controls .owl-buttons .owl-next{
        right: 0px;
    }
}
@media(max-width: 449px){
    .inav-item{
        border-left: 1px solid #fff;
    }
    .inav-item::before{
        position: absolute;
        display: block;
        content: "";
        width: 2px;
        height: 24px;
        left: -1px;
        top: 50%;
        margin-top: -12px;
        background: #fff;
    }
}
.mendian-main{
    background: url(../img/honor_main_bg.jpg) no-repeat top center;
    background-repeat: repeat-y;
}
.imendian-item{
    width: 100%;
    max-width: 292px;
    margin: 0 auto 12px;
}
.imendian-img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.imendian-img::before{
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    background: url(../img/mendian_img_bg.png) no-repeat center;
    background-size: 100% 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    transition: all 0.5s;
}
.imendian-img img{
    display: block;
    width: 100%;
    transition: all 0.5s;
}
.imendian-item p{
    line-height: 54px;
    text-align: center;
}
.imendian-item:hover .imendian-img::before{
    background-image: url(../img/mendian_img_bg_on.png);
}
.imendian-item:hover p{
    color: #cd2924;
}
@media(max-width: 991px){
    .imendian-item{
        margin-bottom: 0px;
    }
}
@media(max-width: 449px){
    .imendian-item:hover p{
        line-height: 48px;
    }
}
/* 门店详情 */
.inside-md{
    overflow: hidden;
}
.imendian-main{
    background: url(../img/imendian_bg.jpg) no-repeat top center;
    padding-bottom: 80px;
}
.imd-main{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.imd-img{
    width: 50%;
    padding-right: 15px;
}
.imd-item img{
    display: block;
    width: 100%;
}
.imd-swiper .swiper-button-prev, .imd-swiper .swiper-button-next{
    width: 19px;
    height: 34px;
    margin-top: -17px;
    background-size: 19px 34px;
}
.imd-swiper .swiper-button-prev{
    left: 30px;
    background-image: url(../img/ab_prev_arrow.png);
}
.imd-swiper .swiper-button-next{
    right: 30px;
    background-image: url(../img/ab_next_arrow.png);
}
.imd-swiper .swiper-button-prev:hover{
    background-image: url(../img/ab_prev_arrow_on.png);
}
.imd-swiper .swiper-button-next:hover{
    background-image: url(../img/ab_next_arrow_on.png);
}
.imd-info{
    width: 50%;
    padding-left: 15px;
}
.imd-txt{
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    padding: 0px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.imd-txt h2{
    font-size: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}
.imd-ms{
    color: #666;
    line-height: 32px;
}
.mendian-ditu{
    width: 100%;
    overflow: hidden;
}
.mendian-ditu img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .imd-txt{
        padding: 0 40px;
    }
}
@media(max-width: 991px){
    .imendian-main{
        padding-bottom: 50px;
    }
    .imd-main{
        flex-wrap: wrap;
    }
    .imd-img{
        width: 100%;
        padding: 0px 30px;
        margin-bottom: 20px;
    }
    .imd-info{
        width: 100%;
        padding:0 30px;
    }
    .imd-txt{
        padding: 30px;
    }
    .imendian-main{
        background-repeat: repeat-y;
    }
}
@media(max-width: 599px){
    .imd-img{
        padding: 0px;
    }
    .imd-info{
        padding: 0px;
    }
    .imd-txt h2{
        font-size: 24px;
        padding-bottom: 20px;
    }
    .imd-ms{
        line-height: 26px;
    }
    .imd-main{
        margin-bottom: 20px;
    }
    .imendian-main{
        padding-bottom: 30px;
    }
}
/* 产品中心 */
#owl-product .inav-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
#owl-product .inav-img .img-on{
    display: none;
}
#owl-product .inav-item:hover .inav-img{
    background: #fff;
    transform: rotateY(180deg);
}
#owl-product .inav-ulAct .inav-item .inav-img{
    background: #fff;
    transform: rotateY(180deg);
} 
#owl-product .inav-ulAct .inav-img .img-on{
    display:block;
}
#owl-product .inav-ulAct .inav-img .img-pro{
    display:none;
}
#owl-product .inav-item:hover .img-on{
    display:block;
}
#owl-product .inav-item:hover .img-pro{
    display:none;
}

.ipro-item{
    max-width: 296px;
    margin: 0 auto 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    background-color: #fff;
    padding-top: 40px;
}
.ipro-item::before{
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    background: url(../img/mendian_img_bg.png) no-repeat center;
    background-size: 100% 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    transition: all 0.5s;
}
.ipro-img{
    width: 100%;
    overflow: hidden;
    max-width: 230px;
    border-bottom: 1px solid transparent;
    transition: all .5s;
}
.ipro-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.ipro-item p{
    line-height: 46px;
}
.ipro-item:hover::before{
    background-image: url(../img/mendian_img_bg_on.png);
} 
.ipro-item:hover .ipro-img{
    border-bottom-color: #cd2924;
}
.ipro-item:hover p{
    color: #cd2924;
}
@media(max-width: 1300px){
    .ipro-img{
        max-width: 200px;
    }
}
@media(max-width: 1200px){
    .ipro-img{
        max-width: 160px;
    }
}
@media(max-width: 991px){
    .ipro-img{
        max-width: 230px;
    }
    .mendian-main{
        background-repeat: repeat-y;
    }
}
@media(max-width: 449px){
    .ipro-item{
        padding-top: 30px;
        margin-bottom: 20px;
    }
}
/* 产品详情 */
.ipro-img-box{
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom:50px;
}
.ipro-txt{
    padding: 40px 60px 30px;
}
.ipro-txt h2{
    color: #cd2924;
}
.ipro-ms{
    overflow-y: auto;
    max-height: 320px;
}
.insidepro-main{
    margin-bottom: 0px;
}
#owl-rexiao .ipro-item{
    margin-bottom: 0px;
}
@media(max-width: 1300px){
    #owl-rexiao .owl-item{
        padding: 0 10px;
    }
    #owl-rexiao .ipro-img{
        max-width: 210px;
    }
}
@media(max-width: 1200px){
    .ipro-txt{
        padding: 30px 40px;
    }
}
@media(max-width: 599px){
    .ipro-img-box img{
        display: block;
        width: 70%;
    }
    .ipro-txt h2{
        font-size: 24px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .ipro-txt{
        padding: 20px 20px;
    }
    .ipro-img-box{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.shade{
    z-index: 99999;
    width: 100%;
    height: 100%;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    pointer-events: auto;
}
.shaded{
    z-index: 99999;
    height: 50px;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: auto;
    text-align: center;
    padding: 0 20px;
    background-color: rgb(0, 0, 0);
    opacity: 0.7;
    transform:translateY(-50%) translateX(-50%);
}
.BMap_Marker img{
    width: 210%;
}
.dh{
    display: none;
}
.ditu{
    height: 550px;
}
    .mendian-ditu{
        height: 500px;
    }
@media (max-width: 991px){
    .dh{
        width: 100%;
        position: relative;
        bottom: 120px;
        right: 20px;
        font-size: 120px;
        float: right;
        display: block;
    }
    .ditu{
        height: 450px;
    }
    .mendian-ditu{
        height: 450px;
    }
    .footer-top{
        display: none;
    }
    .habout-img{
        display: none;
    }
}
.habout-img{
    padding-top: 121px
}
@media(max-width: 1400px){
    .habout-img{
        padding-top: 119px
    }
}
@media(max-width: 1300px){
    .habout-img{
        padding-top: 103px
    }
}
@media(max-width: 1200px){
    .habout-img{
        padding-top: 83px
    }
}

.drug-info-more a{
    display: block;
    width: 200px;
    height: 48px;
    background: #cd2924 url(../img/drug-info-morebg.png) no-repeat 155px center;
    color: #fff;
    line-height: 48px;
    margin-top: 100px;
    padding-left: 15px;
    cursor: pointer;
    position: relative;
}
@media(max-width:1400px){
    .drug-info-more a{  
        margin-top:50px;
    }
}
@media(max-width:991px){
    .drug-info-more a{
        display: block;
        width: 150px;
        height: 40px;
        margin-top:20px;
        line-height: 40px;
        font-size: 14px;
        background: #cd2924 url(../img/drug-info-morebg.png) no-repeat 105px center;
    }
}