/* CSS Document */
.mc{ margin: 0 auto !important;}
.wow {
    transition-delay: 0.3s;
}
.pc {
    display: block;
}
.mob {
    display: none;
}
.wrap{
	width: 90%;
    max-width: 1430px;
    padding: 0 15px;
	margin:0 auto;
}
.header {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 320px;
    background-color: #FFFFFF;
    box-shadow: 0px -1px 0 #DDDDDD inset;
    transition: all .3s;
    z-index: 10;
}
.header.no-show{
    transform: translateY(-100%);
}
.header .wrap {
    width: 100%;
    max-width: 1750px;
}
.head_mask{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .6;
    z-index: 3;
    display: none;
}
.logo {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: all .3s;
    height: 80px;
}
.logo a {
    display: block;
    transition: all .3s;
}
.logo img {
    height: 60px;
    transition: all .3s;
}
.nav {
    float: right;
}
.navBox {
    margin: 0 auto;
    text-align: center;
}
.navList {
    list-style: none;
    margin: 0;
    font-size: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    transition: all .3s;
}
.navList > li {
    display: inline-block;
    vertical-align: top;
}
.navList > li > a {
    position: relative;
    display: block;
    line-height: 80px;
    font-size: 18px;
    color: #222222;
    position: relative;
    margin: 0 0.88vw;
    transition: all .3s;
}
.navList > li > a::before{
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: var(--baseColor);
    transition: all .3s;
}
.navList > li > a:hover,
.navList > li.cur > a,
.navList > li.active > a{
    color: var(--baseColor);
}
.navList > li > a:hover::before,
.navList > li.cur > a::before,
.navList > li.active > a::before{
    left: 0;
    right: auto;
    width: 100%;
}
.navSecond{
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 2;
    background-color: #FFFFFF;
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
    display: none;
}
.nav1600{
    position: relative;
    width: 96%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.nav1600::before{
    position: absolute;
    right: 100%;
    top: 0;
    display: block;
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #F8F8F8;
}
.navLef{
    width: 28%;
    flex-shrink: 0;
    padding: 50px 30px 30px;
    background-color: #F8F8F8;
    border-right: 1px solid #DDDDDD;
    overflow: hidden;
}
.navLefCon{
    float: right;
    width: 100%;
    max-width: 260px;
}
.navIco{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 60px;
    margin: 0 0 .3rem;
}
.navIco img{
    display: block;
    width: auto;
    max-height: 100%;
}
.navTit{
    font-size: 24px;
    color: #333333;
    line-height: 1.8;
    font-weight: normal;
}
.navDes{
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: .2rem 0;
}
.navTab{
    width: 13%;
    flex-shrink: 0;
    padding: 50px 30px 30px;
    background-color: #F8F8F8;
    border-right: 1px solid #DDDDDD;
    overflow: hidden;
}
.navTabTit{
    font-size: 18px;
    font-weight: bold;
}
.navLefList{
    list-style: none;
    margin-top: .2rem;
}
.navLefList li{
    margin: .15rem 0;
}
.navLefList li a{
    font-size: 16px;
    color: #222222;
    line-height: 1.5;
    padding: 5px 0;
}
.navLefList li.active a{
    font-weight: bold;
    border-bottom: 4px solid #EB000D;
}
.navImg{
    position: relative;
    width: 23%;
    flex-shrink: 0;
    padding: 50px 0;
    border: .2rem .1rem .2rem .1rem;
    overflow: hidden;
}
.navImg .imgBg{
    display: block;
    height: 0;
    padding-bottom: 68.75%;
    overflow: hidden;
}
.navCen{
    flex: auto;
    font-size: 16px;
    padding: 50px 65px 30px;
    padding: 50px 45px 30px;
    overflow: hidden;
}
.navCenTit{
    display: none;
}
.navCon > li{
    list-style: none;
    margin: 0 0 5px;
}
.navCon > li > a{
    display: inline-block;
    color: #222222;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: .1rem;
}
.navCon > li > a:hover{
    color: var(--baseColor);
}
.navCon.flex{
    display: flex;
    flex-wrap: wrap;
}
.navCon.flex li{
    max-width: 26%;
    padding-right: 30px;
}
.navCon.flex li:nth-child(3){
    max-width: 22%;
}
.navCon.flex li:last-child{
    padding-right: 0;
}
.navCon.flex li.double{
    max-width: 50%;
}
.navItem{
    font-size: 14px;
    color: #666666;
}
.navItem p{
    padding: 7px 0;
    break-inside: avoid;
}
.navItem p a{
    color: #666666;
}
.navItem p a:hover{
    color: var(--baseColor);
}
.navItem.double{
    column-count: 2;
    column-gap: 20px;
    /* column-width: 120px; */
}
.navMob{
    display: none;
}
.navRig {
    position: relative;
    float: right;
    line-height: 80px;
    text-align: right;
    font-size: 0;
    transition: all .3s;
}
.navRig li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    position: relative;
}
.navRig li + li{
    margin-left: .1rem;
}
.navRig a,
.navRig i,
.navRig span {
    display: inline-block;
    vertical-align: middle;
    color: #666666;
    line-height: 34px;
}
.navRigCon{
    position: absolute;
    right: 0;
    top: auto;
    background-color: #EEEEEE;
    color: #222222;
    white-space: nowrap;
    line-height: 22px;
    border: 1px solid #DDDDDD;
    border-radius: 0 0 10px 5px;
    padding: .1rem 0;
    text-align: left;
    width: 100%;
    min-width: 120px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}
.navRigCon a{
    display: block;
    font-size: 14px;
    color: #222222;
    padding: 0 15px;
}
.navRigCon a:hover{
    color: var(--baseColor);
}
.navRig li.navCompany{
    width: 120px;
}
.navRig li.navCompany span{
    width: 100%;
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 10px 5px 10px 5px;
    text-align: center;
    cursor: pointer;
}
.navRig li.navCompany span i{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/icon_company.png) center center no-repeat;
    margin-top: -4px;
}
.navRig li.navCompany span i.icon_down{
    background: url(../images/icon_down.png) center center no-repeat;
    transition: all .3s;
}
.navRig li.navCompany.cur span{
    border-radius: 10px 5px 0 0;
}
.navRig li.navCompany.cur span i.icon_down{
    transform: rotate(180deg);
}
.navRig li.navCompany .navRigCon{
    transform: translateY(-22px);
    border-top: none;
}
.navRig li.navSearch > span {
    width: 36px;
    height: 36px;
    background: url(../images/icon_search.png) center center #EEEEEE no-repeat;
    border: 1px solid #DDDDDD;
    border-radius: 10px 5px 10px 5px;
    cursor: pointer;
}
.navRig li.navLang > .icon_lang{
    width: 36px;text-align: left;
    height: 36px;cursor: pointer;
    /*background: url(../images/icon_lang.png) center center #EEEEEE no-repeat;
    border: 1px solid #DDDDDD;
    border-radius: 10px 5px 10px 5px;*/
}
.navRig li.navLang > .icon_lang::before{
    display: block;
    content: "";
    width: 34px;
    height: 15px;
    /*background-color: #EEEEEE;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;*/
    position: absolute;
    right: 0;
    top: auto;
    margin-top: 32px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.navRig li.navLang.cur > .icon_lang{
    border-radius: 10px 5px 0 0;
}
.navRig li.navLang.cur > .icon_lang::before{
    opacity: 1;
    visibility: visible;
}
.navRig li.navLang .navRigCon{
    transform: translateY(-10px);
    border-radius: 10px 0 10px 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;
}
.searchCon {
    position: absolute;
    right: -46px;
    bottom: 0;
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-right: 47px;
    opacity: 0;
    visibility: hidden;
    background-color: #FFFFFF;
    overflow: hidden;
    transition: all .3s;
    z-index: 1;
}
.searchWrap{
    position: relative;
    width: 100%;
}
.searchInput {
    display: block;
    width: 100%;
    height: 36px;
    padding: 5px 15px;
    line-height: 24px;
    padding-right: 34px;
    border: none;
    font-size: 14px;
    color: #666666;
    border: 1px solid #DDDDDD;
    border-radius: 10px 5px 10px 5px;
    background-color: #EEEEEE;
}
.searchBtn {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    width: 34px;
    height: 34px;
    background: url(../images/icon_search_black.png) center center no-repeat;
    border: none;
    cursor: pointer;
}
.searchBtn:focus {
    border: none;
    outline: none;
}
.searchClose {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/close.png) center center #EEEEEE no-repeat;
    border: 1px solid #DDDDDD;
    border-radius: 10px 5px 10px 5px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
    transition: all .3s ease;
}
.opened .searchCon {
    opacity: 1;
    visibility: visible;
    width: 450px;
}

.mainBg{
    position: relative;
    font-size: 16px;
    color: #222222;
    line-height: 2;
    background-color: #FFFFFF;
    z-index: 1;
    min-height: 50vh;
}
.grayBg{
    background-color: #fafafa;
}
.whiteBg{
    background-color: #FFFFFF;
}

.footBg{
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    line-height: 1.8;
    background-color: #F8F8F8;
}
.footBg a{
    color: #999999;
}
.footBg a:hover{
    color: var(--baseColor);
}
.ftTop{
    padding: 50px 0;
    line-height: 1.8;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ftLef{
    flex: auto;
    padding-right: 80px;
}
.ftNav{
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
}
.ftNav li{
    padding: 0 10px;
}
.ftNav li h3{
    margin-bottom: 10px;
}
.ftNav li h3 a {
    font-size: 20px;
    color: #222222;
    line-height: 2;
    transition: all .3s;
}
.ftCon p{
    margin: 5px 0;
}
.ftCon p a{
    color: #999999;
    transition: all .3s;
}
.ftCon p a:hover {
    color: var(--baseColor);
}
.wxList {
    float: right;
    width: 20%;
    max-width: 110px;
    list-style: none;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}
.wxList li {
    width: 100%;
}
.wxList img {
    display: block;
    max-width: 100%;
    height: auto;
}
.wxList p {
    margin: .1rem 0;
}
.copyright{
    font-size: 14px;
    line-height: 2;
    padding: .24rem 0;
    border-top: 1px solid #D8D8D8;
    text-align: center;
}
.copyright a{
    color: #999999;
}

/* 页码 */
.page{
    margin: 70px 0;
    text-align: center;
}
.page a,
.page span{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #666666;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
}
.page a:hover,
.page a.active{
    color: #FFFFFF;
    background-color: #E60012;
    border-color: #E60012;
}
.page a.prev{
    font-size: 18px;
}
.page a.next{
    font-size: 18px;
}


/* 内页banner */
.banIn{
    position: relative;
    height: 300px;
    overflow: hidden;
}
.banIn .img{
    width: 100%;
    height: 100%;
}
.banIn .banText {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    justify-content: center;
}
.inTit{
    font-size: 40px;
    line-height: 1.4;
    margin: .1rem 0;
    font-weight: normal;
}
.inEn{
    font-size: 36px;
    color: rgba(255, 255, 255, .4);
    text-transform: uppercase;
    font-family: 'DINAlternate';
}
.inSLogin{
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.4;
}
.inDes{
    font-size: 16px;
    line-height: 1.4;
    max-width: 600px;
}
.banMax{
    height: 640px;
}
.banMax .banText{
    height: 80%;
    text-align: left;
}
.banMax .inTit{
    font-size: 56px;
}
.banMax .inSLogin{
    font-size: 32px;
}
.main{
    padding: 50px 0 80px;
}
.left{
    position: sticky;
    top: 100px;
    float: left;
    width: 320px;
    max-width: 25%;
    margin-right: 2.8%;
}
.right{
    overflow: hidden;
}
.leftTop{
    border-bottom: 5px solid #F0F0F0;
    padding-bottom: .1rem;
    margin-bottom: .25rem;
}
.leftEn{
    font-size: 28px;
    color: #222222;
    line-height: 30px;
    font-family: 'DINAlternate';
    text-transform: uppercase;
}
.leftCn{
    font-size: 24px;
    color: #222222;
    line-height: 30px;
}
.leftList{
    list-style: none;
}
.leftList > li{
    border: 1px solid #DDDDDD;
    margin-top: -1px;
}
.leftList > li > a{
    position: relative;
    display: block;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    padding: .2rem;
    padding-left: .5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.leftList > li > a::before{
    display: block;
    content: "";
    position: absolute;
    left: .2rem;
    top: 50%;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background: #999999;
}
.leftList > li.active > a{
    color: #FFFFFF !important;
    background-color: var(--baseColor);
}
.leftList > li.active > a::before{
    background-color: #FFFFFF !important;
}
.leftList > li:not(.active) > a:hover{
    color: var(--baseColor);
}
.leftList > li:not(.active) > a:hover::before{
    background-color: var(--baseColor);
}
.leftList > li.active > ul{
    display: block;
}
.leftList > li > ul{
    list-style: none;
    display: none;
}
.leftList > li > ul > li > a{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 60px;
    padding: 2px 65px;
    color: #222222;
    line-height: 20px;
}
.leftList > li > ul > li:not(.active) > a:hover{
    color: var(--baseColor);
}
.leftList > li > ul > li.active > a{
    background-color: rgba(235, 0, 13, .1);
    font-weight: bold;
}
.leftList > li > ul > li > ul{
    display: none;
    list-style: none;
    margin: .15rem 0;
    margin-left: 46px;
    border-left: 1px solid #DDDDDD;
}
.leftList > li > ul > li.active > ul{
    display: block;
}
.leftList > li > ul > li > ul > li > a{
    display: block;
    color: #000000;
    line-height: 20px;
    padding: .1rem .35rem;
    padding-left: .25rem;
}
.leftList > li > ul > li > ul > li.active > a{
    color: var(--baseColor);
    background: url(../images/product/arrow.png) right .1rem center no-repeat;
}
.leftList > li > ul > li > ul > li > a:hover{
    color: var(--baseColor);
}
.leftList .icon{
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: .4rem;
    margin-top: -8px;
    background-position: left center;
    background-repeat: no-repeat;
}
.leftList .icon_pro{
    background-image: url(../images/product/pro_ico1.png);
}
.leftList .icon_solu{
    background-image: url(../images/product/pro_ico2.png);
}
.m-open > a{
    color: var(--baseColor) !important;
    background-color: rgba(235, 0, 13, .1);
    border-top: 1px solid #DDDDDD;
}
.m-open > a::before{
    background-color: var(--baseColor) !important;
}


.leftBot{
    min-height: 560px;
    padding: .5rem .3rem 1rem;
    margin: .3rem 0 0;
    background: url(../images/leftBg.png) center center no-repeat;
    background-size: cover;
}
.botTit{
    font-size: 20px;
    color: #222222;
    line-height: 1.4;
    font-weight: bold;
}
.botEn{
    font-size: 16px;
    color: #999999;
    line-height: 1.6;
    font-family: 'DINAlternate';
    text-transform: uppercase;
}
.botSearch{
    position: relative;
    margin: .2rem 0 .5rem;
}
.botInput{
    display: block;
    width: 100%;
    height: 48px;
    padding: 10px;
    padding-right: 30px;
    line-height: 24px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
}
.botInput:focus{
    border-color: var(--baseColor);
}
.botBtn{
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon_search.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    right: .1rem;
    top: 50%;
    margin-top: -10px;
    border: none;
}
.follow{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: .2rem 0;
}
.follow li{
    position: relative;
    margin-right: .2rem;
}
.followIco{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.followIco.wx{
    background-image: url(../images/icon_wx.png);
}
.followIco.sina{
    background-image: url(../images/icon_sina.png);
}
.followCon{
    position: absolute;
    left: 0;
    top: auto;
    background-color: #FFFFFF;
    padding: .12rem;
    margin-top: 20px;
    width: 130px;
    border-radius: .1rem;
    filter: drop-shadow(0 5px 5px rgba(0,0,0,0.1));
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all .5s;
}
.followCon::before{
    display: block;
    content: "";
    position: absolute;
    bottom: 100%;
    border-bottom: 9px solid #FFFFFF;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}
.followCon img{
    width: 100%;
    height: auto;
}
.follow li:hover .followCon{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* 在线客服 */
.onLine {
    list-style: none;
    position: fixed;
    right: 1%;
    bottom: 0%;
    transform: translateY(-50%);
    z-index: 1;
}
.onLine li{
    position: relative;
}
.onLine li.onMob{
    display: none;
}
.onLine li a{
    display: block;
}
.onIco{
    display: block;
    width: 46px;
    height: 46px;
    background-color: var(--baseColor);
    cursor: pointer;
}
.onIco img{
    width: 100%;
}
.onCon{
    position: absolute;
    right: 100%;
    top: 0;
    transform: translateX(3px);
    width: auto;
    white-space: nowrap;
    line-height: 30px;
    padding: 10px 15px;
    text-align: center;
    font-size: .12rem;
    color: #FFFFFF;
    background-color: var(--baseColor);
    opacity: 0;
    visibility: hidden;
    margin-right: 10px;
    transition: all .3s linear 0s;
}
#msg{
    position: static;
}
.onMsg {
    position: absolute;
    right: 100%;
    bottom: 0;
    width: auto;
    white-space: nowrap;
    line-height: 30px;
    padding-right: 10px;
    font-size: .12rem;
    color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all .3s linear 0s;
}
.onMsg::after{
    display: block;
    content: "";
    border-left: 10px solid #FFFFFF;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: 0;
    bottom: 65px;
}
.onMsgCon{
    width: 380px;
    padding: 20px 20px;
    background-color: #FFFFFF;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
}
.onMsgTit{
    font-size: 16px;
    color: #333333;
    line-height: 1.8;
    margin: 10px 0;
}
.onMsgList{
    list-style: none;
}
.onMsgList li{
    margin-top: 15px;
}
.onInput{
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #cccccc;
    line-height: 28px;
    border-radius: 4px;
    padding: 5px 10px;
}
.onInput:focus{
    border-color: var(--baseColor);
}
textarea.onInput{
    height: 120px;
    resize: none;
}
.onBtn{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    color: #FFFFFF;
    background-color: var(--baseColor);
    border: none;
    cursor: pointer;
}
.onBtn:focus{
    border: none;
}
#msg:hover .onMsg{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.onLine li a:hover .onIco img{
    animation: swing 1s linear infinite;
}
.onLine li a:hover .onCon{
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.hmTit{
    text-align: center;
    margin: .48rem 0;
}
.hmCn{
    font-size: 32px;
    color: #222222;
    line-height: 1.2;
    font-weight: bold;
}
.hmCn span{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 .2rem;
}
.hmCn span::before,
.hmCn span::after{
    display: block;
    content: "";
    width: .89rem;
    height: 5px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
}
.hmCn span::before{
    right: 100%;
    background-image: url(../images/line_left_red.png);
}
.hmCn span::after{
    left: 100%;
    background-image: url(../images/line_right_red.png);
}
.hmLine{
    display: block;
    width: 100%;
    max-width: .42rem;
    height: .02rem;
    background: var(--baseColor);
    border-radius: 1px;
    margin: .1rem auto;
}
.hmDes{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    max-width: 1022px;
    margin: .2rem auto;
}

/* 面包屑导航+分类 */
.breadNav{
    font-size: 0;
    list-style: none;
    background: url(../images/breadBg.png) left 7px no-repeat;
    background-size: 14px auto;
    padding-left: 20px;
    padding-bottom: .1rem;
    border-bottom: 5px solid var(--baseColor);
    margin-bottom: .25rem;
    margin-top: .3rem;
}
.breadNav li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.breadNav li a{
    color: #666666;
}
.breadNav li a:hover{
    color: #E60012;
}
.breadNav li + li{
    padding-left: 20px;
    margin-left: 8px;
    white-space: nowrap;
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.breadNav li + li::before{
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/breadIco.png) center center no-repeat;
    background-size: 14px auto;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}
.breadNav li.current{
    color: #222222;
}
.sort{
    float: left;
    font-size: 0;
    list-style: none;
}
.sort li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.sort li + li{
    margin-left: 64px;
}
.sort li::after{
    display: block;
    content: "";
    width: 0%;
    height: 2px;
    background-color: #E60012;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.sort li a{
    display: block;
    color: #666666;
    font-weight: bold;
}
.sort li a:hover{
    color: #E60012;
}
.sort li.active a{
    color: #E60012;
}
.sort li.active::after{
    width: 100%;
}

.anchor{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
.dotPage{
    position: static;
    margin-top: .2rem;
}
.dotPage .swiper-pagination-bullet-active{
    background-color: var(--baseColor);
}
.prev,
.next{
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 1;
    cursor: pointer;
}
.prev{
    left: .1rem;
    background-image: url(../images/prev.png);
}
.next{
    right: .1rem;
    background-image: url(../images/next.png);
}

.loadMore{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #222222;
    border: none;
    height: 60px;
    line-height: 60px;
    background: #F8F8F8;
    cursor: pointer;
    transition: all .3s;
}
.loadMore:hover{
    color: #FFFFFF;
    background-color: var(--baseColor);
}

@media (max-width:1680px) {
    .navList > li > a{
        font-size: 16px;
    }
}
@media (max-width:1600px) {
    .logo img{
        height: 50px;
    }
    .navList > li > a{
        font-size: 14px;
    }
    .navLef{
        padding: 2.6vw 1.56vw 1.56vw;
    }
    .navTit{
        font-size: 22px;
    }
    .navIco{
        height: 50px;
    }
    .navTab{
        padding: 2.6vw 1.56vw 1.56vw;
    }
    .navLefList li a{
        font-size: 16px;
    }
    .navCen{
        padding: 2.6vw 3.3vw 1.56vw;
    }
    .navCon.flex li{
        padding-right: 3.4vw;
    }
    .navImg{
        padding: 2.6vw 0;
    }
    .navRig li{
        font-size: 16px;
    }
    .navRigCon a{
        font-size: 14px;
    }
    .hmCn{
        font-size: 30px;
    }
    .hmDes{
        font-size: 16px;
    }
    .footBg{
        font-size: 15px;
    }
    .ftNav li h3 a{
        font-size: 18px;
    }

    .leftList > li > a{
        font-size: 16px;
        padding: .1rem;
        padding-left: .4rem;
    }
    .leftList > li > a::before{
        width: .1rem;
    }
    .leftList > li > ul > li > a{
        min-height: 50px;
        font-size: 14px;
        padding: 2px 45px;
    }
    .banMax{
        height: 560px;
    }
    .banMax .inTit{
        font-size: 42px;
    }
    .banMax .inSLogin{
        font-size: 28px;
    }
}
@media (max-width:1400px) {
    .logo img{
        height: 44px;
    }
    .navList > li > a{
        margin: 0 .6vw;
    }
    .navIco{
        margin: 0 0 .2rem;
    }
    .navTit{
        font-size: 20px;
    }
    .navLefList li.active a{
        border-bottom-width: 2px;
    }
    .navRig li{
        font-size: 15px;
    }
    .hmCn{
        font-size: 24px;
    }
    .hmDes{
        font-size: 15px;
    }
    .footBg{
        font-size: 14px;
    }
    .ftNav li h3 a{
        font-size: 16px;
    }
    .wxList{
        font-size: 14px;
    }
    .mainBg{
        font-size: 14px;
    }
    .main{
        padding: .3rem 0 .6rem;
    }

    .leftBot{
        min-height: 500px;
        padding: .3rem .2rem 1rem;
    }
    .banMax{
        height: 460px;
    }
    .banMax .inTit{
        font-size: 38px;
    }
    .banMax .inSLogin{
        font-size: 24px;
    }
}
@media (min-width:1201px) {
    .leftList{ display: block !important;}
}
@media (max-width:1200px) {
    .pc {
        display: none;
    }
    .mob {
        display: block;
    }
    .mobile-nav-open{
        overflow: hidden;
    }
    .wrap {
        width: 100%;
        max-width: 970px;
    }
    .logo {
        float: left;
        height: 60px;
    }
    .logo img {
        height: 40px;
    }
    .navRig {
        position: static;
        float: right;
        line-height: 60px;
        margin: 0;
    }
    .navRig li {
        position: static;
        margin-left: 0;
        font-size: 14px;
    }
    .navRig li + li{margin-left: 0;margin-right: .2rem;}
    .navRig li.navCompany{
        display: none;
    }
    .navRig li.navLang{
       
    }
    .searchCon{
        right: 0;
        bottom: 1px;
    }
    .searchInput{
        height: 40px;
        padding: 5px 15px;
        padding-right: 40px;
        line-height: 28px;
        font-size: 14px;
    }
    .opened .searchCon{
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .navRig li.navBtn {
        display: inline-block;
    }
    .navBox {
        position: fixed;
        left: 100%;
        top: 60px;
        bottom: 0;
        width: 100%;
        padding: 0 .3rem;
        overflow-y: auto;
        z-index: 2;
        background-color: #FFFFFF;
        transition: all .5s;
    }
    .navBox.nav-sub-open{
        overflow-y: hidden;
    }
    .nav-open .navBox{
        left: 0;
    }
    .navShade{
        display: block;
        position: fixed;
        left: 0;
        top: 60px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
    }
    .navTop{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 60px;
        position: sticky;
        top: 0;
        background-color: #FFFFFF;
        z-index: 2;
    }
    .navTop span{
        display: block;
        width: 22px;
        height: 30px;
        background-size: 18px auto;
        background-position: center center;
        background-repeat: no-repeat;
        margin-left: .2rem;
        cursor: pointer;
    }
    .searchIcoBtn{
        background-image: url(../images/icon_search_mob.png);
    }
    .closeIcoBtn{
        background-image: url(../images/close_mob.png);
    }
    .navList {
        position: relative;
        text-align: left;
        display: block;
        margin: 0 auto;
        padding: .2rem 0;
        border-bottom: 1px solid #e6e6e6;
    }
    .navList > li {
        display: block;
        margin: 0;
        text-align: left;
    }
    .navList > li > a {
        height: auto;
        line-height: 38px;
        padding: 0 !important;
        padding-right: 20px !important;
    }
    .navList > li > a::before {
        display: none;
    }
    .navList > li.dropdown > a::after{
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        content: "\f105";
        font-size: 140%;
        font-family: FontAwesome;
    }
    .navSecond{
        position: fixed;
        left: 100%;
        top: 60px;
        bottom: 0;
        transform: translateX(0);
        text-align: left;
        box-shadow: none;
        display: block !important;
        overflow-y: auto;
        transition: all .5s;
    }
    .navClose{
        position: absolute;
        left: .3rem;
        top: 0;
        display: block;
        font-size: 16px;
        line-height: 30px;
        padding: .2rem 0;
        padding-left: 18px;
        background: url(../images/back.png) left center no-repeat;
        background-size: 14px auto;
        z-index: 2;
        cursor: pointer;
    }
    .navH2{
        font-size: 16px;
        color: #0C0C0C;
        padding: .2rem 0;
        line-height: 30px;
        background-color: #FFFFFF;
        border-bottom: 1px solid #DDDDDD;
        margin: 0 .3rem .3rem;
        text-align: right;
        z-index: 1;
    }
    .nav1600{
        display: block;
        width: 100%;
        max-width: 100%;
        height: calc(100% - 31px - .7rem);
        padding: 0 .3rem;
        overflow-y: auto;
    }
    .navLef,
    .navTab{
        display: none;
    }
    .navTit{
        font-size: 16px;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: .1rem;
    }
    .navCen{
        padding: 0 .1rem;
    }
    .navCon{
        max-width: 100%;
        line-height: 1.6;
    }
    .navCon > li{
        margin-bottom: 0;
        border-bottom: 1px solid #e6e6e6;
    }
    .navCon > li:last-child{
        border-bottom: none;
    }
    .navCon > li > a{
        display: block;
        padding: 8px 0;
        margin: 0;
        font-weight: normal;
    }
    .navImg{
        display: none;
    }
    .navSecond.fixed{
        left: 0;
    }
    .navCenTit{
        position: relative;
        display: block !important;
        font-size: 16px;
        line-height: 40px;
        padding-right: 15px;
        font-weight: normal;
        border-bottom: 1px solid #e6e6e6;
        cursor: pointer;
    }
    .navCenTit:last-child{
        border-bottom: none;
    }
    .navCenTit::after{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        content: "\f105";
        font-size: 140%;
        font-family: FontAwesome;
        transition: all .3s;
    }
    .navCenTit.cur::after{
        transform: rotate(90deg);
    }
    .navCon.flex{
        display: block;
    }
    .navCon.flex li{
        max-width: 100% !important;
        padding-right: 0;
    }
    .navCon.flex > li.dropdown > a{
        position: relative;
        padding-right: 20px;
    }
    .navCon.flex > li.dropdown > a::before{
        position: absolute;
        top: 5px;
        right: 0;
        display: block;
        content: "\f105";
        font-size: 140%;
        font-family: FontAwesome;
        transition: all .5s;
    }
    .navCon.flex > li.cur > a::before{
        transform: rotate(90deg);
    }
    .navMob{
        display: block;
        border: none;
        margin: .3rem 0;
    }
    .navItem{
        display: none;
        font-size: 15px;
        padding: 0 .1rem;
        padding-bottom: 15px;
    }
    .navItem.double{
        column-count: 1;
    }
    .navCenTit + .navCon{
        font-size: 15px;
        padding-left: .1rem;
        display: none;
    }
    .navCenTit + .navCon.flex{
        display: block;
        display: none;
    }
    .navCenTit + .navCon.flex > li > a::before{
        content: "\f0da";
        color: #999999;
        font-size: 120%;
        top: 6px;
    }
    .navCenTit + .navCon .navItem{
        font-size: 14px;
    }
    .navMob .subCompany{
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px;
        margin-right: 5px;
        width: 20px;
        height: 20px;
        background: url(../images/icon_company.png) center center no-repeat;
        background-size: 20px auto;
    }
    .navMob .langEn{
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px;
        margin-right: 5px;
        width: 20px;
        height: 20px;
        background: url(../images/icon_lang.png) center center no-repeat;
        background-size: 20px auto;
    }
    .navSecond .navRigCon{
        display: block;
        box-shadow: none;
        position: static;
        max-height: none;
        margin: 0;
        transform: translateX(0);
        padding: .1rem;
        margin-bottom: .3rem;
    }
    .navSecond .navRigCon p{
        padding: .1rem;
    }
    .navSecond .navRigCon p a{
        display: block;
        background-color: #F8F8F8;
        padding: .1rem;
        height: 100%;
    }

    .hmDes{
        font-size: 14px;
    }

    .page{
        margin: .5rem 0;
    }
    .page a,
    .page span{
        width: 32px;
        height: 32px;
        line-height: 30px;
    }

    .banIn{
        height: 2.8rem;
    }
    .banIn .banText{
        max-width: 100%;
        text-align: center;
    }
    .inTit{
        font-size: .32rem;
    }
    .inEn{
        font-size: .24rem;
    }
    .inSLogin{
        font-size: .24rem;
    }
    .inDes{
        font-size: 14px;
        margin: 0 auto;
    }
    .banMax{
        height: 4rem;
    }
    .banMax .banText{
        height: 100%;
    }
    .banMax .inTit{
        font-size: .38rem;
    }
    .banMax .inSLogin{
        font-size: .24rem;
    }
    .main{
        padding: .1rem 0 .5rem;
    }
    .left{
        position: static;
        float: none;
        top: 60px;
        width: 100%;
        max-width: 100%;
        margin: 0;
        background-color: #FFFFFF;
        z-index: 2;
        animation-name: fadeInDown;
    }
    .leftTop{
        position: relative;
        padding-top: .2rem;
        margin: 0 0 .2rem;
        border-bottom-width: 2px;
        cursor: pointer;
    }
    .leftTop::after{
        display: block;
        content: "点击展开";
        position: absolute;
        right: 0;
        top: calc(50% + .1rem);
        transform: translateY(-50%);
        font-size: 16px;
        color: var(--baseColor);
    }
    .leftTop.current::after{
        content: "点击收起";
    }
    .leftEn{
        font-size: .22rem;
        line-height: 1.5;
    }
    .leftCn{
        font-size: .2rem;
        line-height: 1.5;
    }
    .leftList{
        margin: .2rem 0;
        display: none;
    }
    .breadNav{
        margin: 0;
        border-bottom-width: 2px;
    }
    .breadNav li{
        font-size: 14px;
    }
    .sort li{
        font-size: 14px;
    }
    .sort li + li{
        margin-left: .2rem;
    }
    .anchor {
        display: block;
        padding-top: 60px;
        margin-top: -60px;
    }
    .onLine li#msg{
        display: none;
    }
    .onLine li.onMob{
        display: block;
    }
    .leftBot{
        min-height: 0;
        padding: .2rem;
        margin-top: 0;
        margin-bottom: .1rem;
        display: none;
    }
    .botTit,
    .botEn{
        display: none;
    }
    .botSearch{
        margin: 0;
    }
    .follow{
        display: none;
    }
    .loadMore{
        height: 48px;
        line-height: 48px;
        margin-top: .2rem;
    }
}

@media (max-width:991px) {
    .ftTop{
        display: block;
        padding: 0;
        overflow: hidden;
    }
    .ftLef{
        padding: 0;
        margin: .3rem 0 .5rem;
    }
    .ftNav{
        display: block;
    }
    .ftNav li{
        margin-top: .15rem;
    }
    .ftNav li h3{
        border-bottom: 1px solid #DADADA;
    }
    .ftNav li h3 a{
        position: relative;
        display: block;
        line-height: 40px;
    }
    .ftNav li.dropdown h3 a::after{
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        content: "";
        width: 14px;
        height: 40px;
        background: url(../images/ftIco.png) right center no-repeat;
        background-size: 12px auto;
        transition: all .3s;
    }
    .ftNav li.cur h3 a::after{
        transform: rotate(-180deg);
    }
    .ftCon{
        display: none;
        padding-left: .2rem;
        overflow: hidden;
    }
    .wxList{
        float: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin: .3rem 0;
    }
    .wxList img{
        margin: 0 auto;
        max-width: 1.6rem;
    }

}
@media (max-width:767px) {
    .hmCn{
        font-size: 20px;
    }
    .hmDes{
        font-size: 14px;
    }
    .prev,
    .next{
        width: 32px;
        height: 32px;
    }
    .leftList > li > ul > li > a{
        min-height: 0;
        padding: .14rem .5rem;
    }
}

@media (max-width:640px) {
    .searchInput {
        font-size: 14px;
    }
    .searchBtn{
        background-size: 18px auto;
    }
    .searchClose{
        background-size: 16px auto;
    }
    .ftRig{
        display: none;
    }
    .ftNav{
        flex-wrap: wrap;
    }
    .ftNav li{
        width: 100%;
    }
    .ftNav li h3{
        margin: 10px 0 0;
    }
    .ftTit{
        line-height: 1.2;
    }
    .copyright{
        font-size: 12px;
        padding: 10px 15px;
    }

    /* 页码 */
    .page{
        margin: .3rem 0;
    }


    .leftEn{
        font-size: .24rem;
    }
    .leftCn{
        font-size: .28rem;
    }
    .breadNav{
        float: none;
        width: 100%;
    }
    .breadNav li + li{
        padding-left: 14px;
        margin-left: 2px;
        max-width: 2.8rem;
    }
    .sort{
        float: none;
        width: 100%;
        text-align: center;
        line-height: 36px;
    }
    .sort li{
        margin: 0 .1rem;
    }
    .loadMore{
        font-size: 14px;
        height: 42px;
        line-height: 42px;
    }
}
@media (max-width:460px) {
    .ftNav li h3 a{
        font-size: 15px;
    }
    /* 页码 */
    /* .page a{
        display: none;
    }
    .page a.first,
    .page a.prev,
    .page a.next,
    .page a.last{
        display: inline-block;
    } */
    .page{
        font-size: 0;
    }
    .page a,
    .page span{
        width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 12px;
        margin: 1px;
        border-radius: 2px;
    }

    .onLine{
        right: 0;
    }
    .onIco{
        width: 34px;
        height: 34px;
    }

    .leftTop::after{
        font-size: 14px;
    }
    .leftCn{
        font-size: .38rem;
    }
    .leftList > li > a{
        font-size: 14px;
    }
    .prev,
    .next{
        width: 28px;
        height: 28px;
    }
    .botInput{
        height: 42px;
        line-height: 20px;
    }
}

.culture .culDes,.culture.portrait .culDes{    -webkit-line-clamp: 5;}