/* CSS Document */
.mc{ margin: 0 auto !important;}
.wow {
    transition-delay: 0.3s;
}
.pc {
    display: block;
}
.mob {
    display: none;
}
.wrap{
	width: 86%;
    max-width: 1470px;
    padding: 0 15px;
	margin:0 auto;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 320px;
    z-index: 10;
    transition: all .3s;
}
.header.whiteBg{
    background-color: #FFFFFF;
}
.header.no-show{
    transform: translateY(-100%);
}
.header .wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 3.125%;
}
.logo {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: all .3s;
    height: 100px;
}
.logo a {
    display: block;
    transition: all .3s;
}
.logo img {
    height: 40px;
    transition: all .3s;
}
.nav {
    float: right;
}
.navBox {
    margin: 0 auto;
    text-align: right;
}
.navList {
    list-style: none;
    margin: 0;
    font-size: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    transition: all .3s;
}
.navList > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.navList > li + li{
    margin-left: 3.125vw;
}
.navList > li > a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #222222;
    line-height: 100px;
    transition: all .3s;
}
.navList > li > a::before{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 20%;
    width: 0;
    height: 3px;
    background-color: var(--baseColor);
    transition: all .5s;
}
.navList > li.active > a,
.navList > li > a:hover{
    color: var(--baseColor);
}
.navList > li.active > a::before,
.navList > li > a:hover::before{
    left: 0;
    width: 100%;
}
.navList > li.active > a{
    font-weight: bold;
}
.navSecond{
    list-style: none;
    position: absolute;
    left: 50%;
    top: auto;
    width: 100%;
    min-width: 150px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 5px 5px;
    padding: 15px 0;
    line-height: 40px;
    display: none;
    text-align: center;
    transform: translateX(-50%);
}
.navSecond li{
    font-size: 16px;
}
.navSecond a {
    display: block;
    color: #333333;
    transition: all .3s;
}
.navSecond a:hover{
    color: #E60113;
}
.navTit{
    font-weight: normal;
}
.navTit a{
    display: block;
    font-size: 14px;
    line-height: 2;
    padding: 5px 10px;
}
.navCon{
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    min-height: 100%;
    line-height: 1.8;
    background-color: rgba(0, 0, 0, 0.4);
    padding: .2rem 0;
    display: none;
    margin-left: 1px;
}
.navCon a{
    display: block;
    line-height: 2;
}
.navSecond li.cur .navTit a {
    opacity: 1;
}
.navRig {
    position: relative;
    float: right;
    line-height: 100px;
    text-align: right;
    font-size: 0;
    margin-left: 30px;
    transition: all .3s;
}
.navRig li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    position: relative;
}
.navRig li + li{
    margin-left: 20px;
}
.navRig a,
.navRig i,
.navRig span {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    line-height: 38px;
}
.navRigCon{
    position: absolute;
    left: 50%;
    top: auto;
    background-color: rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
    transform: translateX(-50%);
    white-space: nowrap;
    line-height: 30px;
    margin-top: -20px;
    border-radius: 0 0 5px 5px;
    display: none;
}
.navRigCon::before{
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    border: 6px solid rgba(0, 0, 0, 0.75);
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.navRigCon a{
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 20px;
}
.navRig li.navSearch span {
    width: 50px;
    height: 50px;
    background: url(../images/icon_search.png) right 45% no-repeat;
    background-size: 22px auto;
    cursor: pointer;
}
.navRig li.navLang a i{
    width: 12px;
    height: 7px;
    background: url(../images/icon_arrow.png) center top no-repeat;
    background-size: contain;
    margin-left: 5px;
}
.navRig li.navBtn {
    cursor: pointer;
    display: none;
}
.navRig li.navBtn::before{
    display: none;
}
.navBtn span {
    width: 22px;
    height: 30px;
    position: relative;
}
.navBtn span b {
    display: block;
    width: 100%;
    height: 2px;
    background: #333333;
    position: absolute;
    left: 0;
    top: calc((100% - 4px) / 2);
    transition: all .3s;
}
.navBtn span b:nth-child(1) {
    transform: translateY(6px) rotate(0deg);
}
.navBtn span b:nth-child(3) {
    transform: translateY(-6px) rotate(0deg);
}
.navBtn.active b:nth-child(1) {
    transform: translateY(0) rotate(45deg);
}
.navBtn.active b:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}
.navBtn.active b:nth-child(2) {
    opacity: 0;
}

.mainBg{
    position: relative;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    z-index: 1;
    min-height: 50vh;
}
.grayBg{
    background-color: #FAFAFA;
}
.whiteBg{
    background-color: #FFFFFF;
}
.footBg{
    position: relative;
    color: #FFFFFF;
    background-color: #333333;
}
.footBg a{
    color: #FFFFFF;
}
.ftTop{
    padding: 70px 0 30px;
}
.ftLef{
    flex: auto;
    overflow: hidden;
}
.ftNav{
    list-style: none;
}
.ftNav li{
    margin-right: 90px;
}
.ftTit{
    margin-bottom: .2rem;
}
.ftCon p{
    margin: .1rem 0;
}
.ftCon p a{
    color: rgba(255, 255, 255, 0.8);
}
.ftCon p a:hover{
    color: #FFFFFF;
}
.ftRig{
    flex-shrink: 0;
    width: 30%;
    max-width: 370px;
}
.ftText{
    line-height: 24px;
}
.ftText p{
    padding-left: 40px;
    margin-bottom: .1rem;
    background-position: left 0;
    background-repeat: no-repeat;
    background-size: 24px auto;
}
.ftText p.tel{
    background-image: url(../images/ico-tel@2x.png);
}
.ftText p.email{
    background-image: url(../images/ico-email@2x.png);
}
.ftText p.address{
    background-image: url(../images/ico-address@2x.png);
}
.ftText p a{
    vertical-align: middle;
}
.ftRig .code{
    max-width: 120px;
    margin-top: .4rem;
}
.ftRig .code img{
    max-width: 100%;
    border-radius: .08rem;
}
.copyright{
    line-height: 30px;
    padding: .2rem 0;
    border-top: 1px solid rgba(216, 216, 216, .1);
}


/* 页码 */
.pagination{
    list-style: none;
    margin: 40px 0 60px;
    text-align: center;
}
.pagination span,
.pagination a,
.pagination li{
    display: inline-block;
    vertical-align: middle;
    min-width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #999999;
}
.pagination span:hover,
.pagination a:hover,
.pagination a.active{
    color: var(--baseColor);
}
.pagination li:first-child {
    font-size: 0;
    color:#000000;
    background: url(../images/prev3@2x.png) center center no-repeat;
    background-size: contain;
}
.pagination li:first-child > span,
.pagination li:first-child > a {
    font-size: 0;
    color:#000000;
}
.pagination li:last-child {
    color: #000000;
    background: url(../images/next3@2x.png) center center no-repeat;
    background-size: contain;
}
.pagination li:last-child > span,
.pagination li:last-child > a {
    font-size: 0;
    color:#000000;
}
.pagination li.active span{
    color: var(--baseColor);
    font-weight: bold;
}

/* 内页banner */
.inHeader{
    /* position: sticky !important; */
    background-color: #FFFFFF !important;
}
.banIn{
    position: relative;
    height: 640px;
    margin-top: 100px;
    overflow: hidden;
}
.banIn .img{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banIn .banText {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    color: #FFFFFF;
    justify-content: center;
    text-align: center;
}
.inTit{
    color: var(--baseColor);
    line-height: 1.2;
    margin: .1rem 0;
}
.inLine{
    display: block;
    width: 50px;
    height: 2px;
    max-width: .5rem;
    background: var(--baseColor);
    opacity: 0.5;
    margin: .2rem auto;
}
.inDes{
    color: var(--baseColor);
    line-height: 1.4;
    margin: 0 auto;
}
.banAuto{
    height: 0 !important;
    padding-bottom: 40.625%;
}
.banAuto img{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banIn.white .inTit,
.banIn.white .inDes{
    color: #FFFFFF;
}
.banIn.white .inLine{
    background-color: #FFFFFF;
}

.hmTitCn{
    line-height: 1.2;
    margin: .1rem 0;
}
.hmTitDes{
    line-height: 1.6;
    margin: .1rem 0;
}
.hmTit.white .hmTitCn{
    color: #FFFFFF;
}
.hmMore{
    color: var(--baseColor);
}
.hmMore a{
    display: inline-block;
    color: var(--baseColor);
}
.hmMore i{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../images/hmMore.png) 0 center no-repeat;
    background-size: 12px auto;
    margin-left: .15rem;
    transition: all .5s;
}
.hmMore i::before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/hmMoreBg.png) center center no-repeat;
    background-size: contain;
    transition: all .5s;
}
.hmMore a:hover i{
    background-position: right center;
}
.hmMore a:hover i::before{
    transform: rotate(180deg);
}

/* 面包屑导航+分类 */
.topBg{
    height: auto;
    line-height: 90px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
}
.breadNav{
    float: left;
    font-size: 0;
    list-style: none;
    margin-right: 15px;
}
.breadNav li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #222222;
}
.breadNav li a{
    color: #222222;
}
.breadNav li a:hover{
    color: var(--baseColor);
}
.breadNav li + li{
    padding-left: 14px;
    margin-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.breadNav li + li::before{
    display: block;
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 130%;
}
.breadNav li:first-child a{
    color: #999999;
}
.breadNav li:nth-child(2)::before{
    color: #999999;
}
.breadNav li:last-child{
    color: var(--baseColor);
}
.sort{
    float: right;
    font-size: 0;
    list-style: none;
    text-align: right;
    background-color: #FFFFFF;
    overflow: hidden;
    margin: 0 -.3rem;
    z-index: 10;
}
.sort li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    padding: 0 .3rem;
}
.sort li a{
    position: relative;
    display: block;
    color: #222222;
    transition: all .5s;
}
.sort li a::after{
    display: block;
    content: "";
    width: 0;
    height: 3px;
    background-color: var(--baseColor);
    position: absolute;
    left: 50%;
    bottom: 0;
}
.sort li a:hover{
    color: var(--baseColor);
}
.sort li.active a{
    color: var(--baseColor);
}
.sort li.active a::after{
    left: 0;
    width: 100%;
}


.title{
    margin: .3rem 0;
}
.aTit{
    color: var(--baseColor);
    margin-bottom: .2rem;
    font-weight: normal;
}
.aLine{
    position: relative;
    display: block;
    width: 32px;
    height: 4px;
    background: var(--baseColor);
    border-radius: 2px;
    max-width: .4rem;
    max-height: .04rem;
}
.aLine::after{
    position: absolute;
    left: 100%;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    max-width: .04rem;
    max-height: .04rem;
    margin-left: .06rem;
    border-radius: 50%;
    background-color: var(--baseColor);
}
.title.white .aTit{
    color: #FFFFFF;
}
.title.white .aLine,
.title.white .aLine::after{
    background-color: #FFFFFF;
}


.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

@media (max-width:1600px) {
    .logo{
        height: 80px;
    }
    .logo img{
        height: 34px;
    }
    .navList > li > a{
        font-size: 16px;
        line-height: 80px;
    }
    .ftNav li{
        margin-right: 4.68vw;
    }
    .banIn{
        height: 540px;
        max-height: 36vw;
        margin-top: 80px;
    }
    .topBg{
        line-height: 70px;
    }
    .breadNav li{
        font-size: 16px;
    }
    .sort{
        margin: 0 -.2rem;
    }
    .sort li{
        font-size: 16px;
        padding: 0 .2rem;
    }

}
@media (max-width:1400px) {
    .ftTop{
        padding: .5rem 0 .2rem;
    }
    .ftNav{
        flex: auto;
        justify-content: space-between;
        overflow: hidden;
        padding-right: 5%;
    }
    .ftNav li{
        margin: 0;
    }
    .ftRig{
        max-width: 270px;
    }
    .ftRig .code{
        margin-top: 2.08vw;
    }
    .ftText p{
        padding-left: 30px;
    }
    .copyright{
        padding: .15rem 0;
    }

}
@media (max-width:1200px) {
    .wrap {
        width: 100%;
        max-width: 970px;
    }
    .header{
        position: fixed;
        top: 0;
        background-color: #FFFFFF;
    }
    .header .wrap{
        width: 100%;
        padding: 0 .3rem;
    }
    .header .logo img.show {
        display: none;
    }
    .header .logo img.hide {
        display: block;
    }
    .logo {
        float: left;
        height: 60px;
    }
    .logo a{
        height: 30px;
    }
    .logo img {
        height: 100%;
    }
    .navRig {
        float: right;
        line-height: 60px;
        margin: 0;
    }
    .navRig li {
        margin-left: 0;
        font-size: 14px;
    }
    .navRig li + li{
        margin-left: 10px;
    }
    .navRigCon{
        margin-top: -10px;
    }
    .navRig li.navBtn {
        display: inline-block;
    }
    .navBox {
        position: fixed;
        left: 0;
        right: 0;
        top: 60px;
        bottom: 0;
        width: 100%;
        overflow: hidden;
        z-index: 2;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        background-color: #FFFFFF;
        display: none;
    }
    .navList {
        text-align: left;
        height: 100%;
        overflow-y: auto;
        display: block;
        padding: 0 .3rem;
        margin: 0 auto;
    }

    .navList>li {
        display: block;
        margin: 0;
        text-align: left;
    }
    .navList > li + li{
        margin-left: 0;
    }
    .navList > li > a{
        height: auto;
        font-size: 16px;
        color: #333333;
        line-height: 46px;
        padding: 0 !important;
        padding-right: 46px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .navList>li>a::before {
        display: none;
    }
    .navSecond .dropdown .navTit a::after,
    .navList > li.dropdown > a::after {
        display: block;
        width: 46px;
        content: "\f107";
        position: absolute;
        right: 0;
        top: 0;
        font-family: FontAwesome;
        text-align: center;
        transition: all .3s;
        font-size: 22px;
    }

    .navList>li.cur>a::after {
        transform: rotate(180deg);
    }
    .opened .navList{
        transform: scale(1);
    }
    .navSecond{
        position: static;
        padding: .2rem 0 !important;
        transform: translateX(0);
        text-align: left;
        box-shadow: none;
    }
    .navSecond li{
        position: relative;
        width: 100%;
        font-size: 14px;
        padding: 0 .3rem;
    }
    .navSecond li .navTit{
        position: relative;
        display: block;
        padding: 0 30px;
    }
    .navCon{
        position: static;
        font-size: 13px;
        padding-left: 50px;
        margin: 0;
    }

    .page{
        margin: .3rem 0 .6rem;
    }
    .page a,
    .page span{
        min-width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .hmTit{ animation: none !important;}

    .banIn{
        height: 420px;
        max-height: 4rem;
        margin-top: 60px;
    }
    .topBg{
        line-height: 30px;
    }
    .breadNav{
        float: none;
        margin-left: 0;
        margin: .1rem 0;
    }
    .breadNav li{
        font-size: 14px;
    }
    .breadNav li + li{
        max-width: 40%;
    }
    .sort{
        float: none;
        text-align: left;
    }
    .sort li{
        font-size: 16px;
    }
    .sort li a{
        padding-bottom: 5px;
    }
    .sort li a::after{
        height: 2px;
    }
}

@media (max-width:991px) {
    .ftTop{
        display: block;
    }
    .ftNav{
        padding-right: 0;
        margin: .2rem 0;
    }
    .ftRig{
        width: 100%;
        max-width: 100%;
        margin: .2rem 0;
    }
    .copyright{
        display: block;
        text-align: center;
    }
}
@media (max-width:767px) {
    .ftNav{
        display: block;
    }
    .ftNav li{
        margin-bottom: .2rem;
    }
    .ftTit{
        margin-bottom: .1rem;
    }
    .ftCon{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -.1rem;
    }
    .ftCon p{
        margin: 0;
        padding: 0 .1rem;
    }
}

@media (max-width:640px) {
    .logo a{
        height: 24px;
    }
    .banIn .banText{
        height: 100%;
    }
}
@media (max-width:460px) {
    .logo{
        height: 50px;
    }
    .logo a{
        height: 20px;
    }
    .navList > li > a{
        font-size: 14px;
        line-height: 50px;
    }
    .navRig{
        line-height: 50px;
    }
    .navBox{
        top: 50px;
    }

    .hmMore i{
        width: 24px;
        height: 24px;
        background-size: 10px auto;
    }

    .code{
        margin-left: auto;
        margin-right: auto;
        margin-top: .3rem;
    }


    .page{
        font-size: 0;
    }
    .page a,
    .page span{
        min-width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        margin: 1px;
    }

    .banIn{
        margin-top: 50px;
    }
    .sort{
        margin: 0 -.1rem;
    }
    .sort li{
        font-size: 14px;
        padding: 0 .1rem;
    }
}