@charset "UTF-8";

/* 搜索 start */
.search {
    overflow: hidden;
    background: #f2f2f2;
}

.searchInput {
    width: 268px;
    z-index: 0;
    float: left;
    display: inline;
}

.searchInput input {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    background: none;
    border: none;
}

.searchInput input input::-webkit-input-placeholder {
    color: #666666;
    /* placeholder颜色  */
    font-size: 14px;
    /* placeholder字体大小  */
    text-align: left;
    /* placeholder位置  */
}

.searchBtn {
    float: left;
    display: inline;
    width: 38px;
    height: 40px;
    overflow: hidden;
    background: url(../images/common/search.png) no-repeat center center;
    position: relative;
}

.searchBtn:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background-color: #d7d7d7;
}

.topSearch {
    height: 40px;
    margin-top: 30px;
    margin-right: 28px;
}

.topSearch a {
    display: block;
    height: 40px;
    width: 50px;
    position: relative;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

.topSearch a::before {
    display: block;
    content: '';
    position: absolute;
    width: 50px;
    height: 40px;
    left: 0;
    top: 0;
    border-radius: 20px;
    background: url(../images/searchW.png) center center no-repeat;
    transition: all 0.3s linear;
}

.topSearch:hover a:hover::before {
    background: var(--themeColor) url(../images/searchW_h.png) center center no-repeat;
}

.topSearch:hover a {
    color: var(--themeColor);
}

.animHide {
    opacity: 0;
}

.model.show::before {
    animation: menu-animation .8s ease-out forwards;
    transform: scale(2) translateY(0);
}

.model.show {
    display: block;
}

.model {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10600;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.model span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 72px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    z-index: 10;
    font-weight: lighter;
}

.model::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .87);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    transform: scale(.04) translateY(9999px);
    overflow: hidden;
    z-index: 9;
}

.searchPWBox {
    width: 600px;
    height: 60px;
    overflow: hidden;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    margin: -30px 0 0 -300px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    ;
}

.searchPWBox input {
    display: block;
    float: left;
    width: 530px;
    height: 60px;
    background: none;
    border: none;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    padding-left: 10px;
    background: #fff;
    position: relative;
    z-index: 13;
}

.searchPWBox input::placeholder {
    color: #999;
    font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
    color: #999;
    font-size: 16px;
}

.searchPWBox a {
    float: right;
    display: inline;
    width: 60px;
    height: 60px;
    background: var(--themeColor) url(../images/common/searchH.png) no-repeat center center;
    background-size: 19px 20px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
}

.searchPWBox a:hover {
    opacity: 0.9;
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(.04) translateY(300%)
    }

    40% {
        transform: scale(.04) translateY(0);
        transition: ease-out
    }

    40% {
        transform: scale(.04) translateY(0)
    }

    60% {
        opacity: 1;
        transform: scale(.02) translateY(0)
    }

    61% {
        opacity: 1;
        transform: scale(.04) translateY(0)
    }

    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }

    100% {
        opacity: 1;
        transform: scale(2) translateY(0);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}

/* 搜索 end */

/* 顶部 start */
.top {
    position: fixed;
    top: 0;
    width: 100%;
    height: 110px;
    left: 0;
    z-index: 99;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    background: #f0ebe5;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .08); */
}
.topC {
    position: relative;
}
.topL{
    float: left;
    display: inline;
}
.logo {
    font-size: 0;
    padding: 5px 0;
}

.logo img {
    display: block;
    height: 100px;
}

.menuDl {
    display: flex;
    float: left;
    display: inline;
}

.menuDl dd {
    float: left;
    display: inline;
    position: relative;
    margin-right: 0;
    height: 100px;
    margin: 0 15px;
    padding: 0 15px;
}

.mainMenu {
    position: relative;
    z-index: 9;
}

.mainMenu a {
    font-size: 20px;
    color: #000;
    display: block;
    line-height: 100px;
    height: 100px;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    font-family: var(--fontStyle);
    position: relative;
    z-index: 6;
}

.menuDl dd.hover .mainMenu a,
.mainMenu a:hover {
    color: var(--themeColor);
}

.menuDl dd .subMenu {
    position: absolute;
    left: 0;
    top: 100px;
    width: 365px;
    display: none;
    z-index: 10;
    background: url(../images/subBg.svg) center bottom no-repeat;
    background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px 30px 25px;
}

.menuDl dd .subMenu .subMenuItem {
    position: relative;
    z-index: 3;
}
.menuDl dd .subMenu a {
    display: block;
    padding: 12px 0;
    overflow: hidden;
}
.menuDl dd .subMenu a span{
    float: left;
    display: inline;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    font-family: var(--fontStyle);
    margin-right: 24px;
}
.menuDl dd .subMenu a:hover span{
    color: var(--themeColor);
}
.menuDl dd .subMenu a em{
    overflow: hidden;
    height: 24px;
    position: relative;
    display: block;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: right;
    -webkit-transform-origin: right;
}
.menuDl dd .subMenu a:hover em{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}
.menuDl dd .subMenu a em::after{
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid var(--themeColor);
    right: 0;
    top: 8px;
    border-radius: 10px;
}
.menuDl dd .subMenu a em::before{
    display: block;
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    right: 10px;
    height: 1px;
    background: url(../images/menuLine.png) right center repeat-x;
}
.menuDl dd .subMenu .subMenuItem a:hover,
.menuDl dd .subMenu .subMenuItem a.hover {
    color: var(--themeColor);
}

.menuDl dd:hover .subMenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.topR .menuIcon div {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    border-radius: 2px;
}

.menuTabTitle {
    margin-left: 50px;
}

.menuTabTitle a {
    display: block;
    font-size: 15px;
    color: #666666;
    padding: 8px;
    line-height: 24px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.menuTabTitle a:hover,
.menuTabTitle a.hover {
    color: #0063b1;
}

.menuTabContent {
    overflow: hidden;
}

.menuTabContent .pic {
    width: 150px;
    margin-right: 20px;
    overflow: hidden;
}

.menuTabContent .pic:before {
    padding-top: 66.6666%;
}

.menuTabContent .text {
    overflow: hidden;
}

.menuTabContent .info {
    font-size: 14px;
    color: #858585;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.menuTabContent .enter {
    line-height: 24px;
}

.menuDl1 dd .subMenu .enter a {
    color: #3184d7;
    text-align: left;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.menuDl1 dd .subMenu .enter a:hover {
    opacity: 0.8;
}

.languageBox {
    margin-top: 30px;
    position: relative;
    height: 40px;
    cursor: pointer;
    border-radius: 36px;
}

.languageBox a {
    float: left;
    display: inline;
    height: 40px;
    line-height:40px;
    font-size: 20px;
    color: #333;
    padding-right: 18px;
    padding: 0 18px;
    z-index: 3;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    cursor: pointer;
}

.languageBox a::before{
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    right: 0;
    top: 50%;
    margin-top: -8px;
    background: #adacab;
}
.languageBox a:last-child:before{
    display: none;
}
.languageBox a.hover,
.languageBox a:hover{
    color: var(--themeColor);
}

/* 顶部 end */

/* ————— 底部 start ————— */
/* 友情链接start */
.footer{ background:#fff url(../images/footerBg.svg) top center no-repeat;background-size: cover;padding-top: 60px;}
.footerEwmDl{display: flex;}
.footerEwmDl dd{flex: 1;justify-content: center;padding: 22px 0;cursor: pointer;}
.footerEwmDl dd .con{position: relative;}
.footerEwmDl dd .icon span{
    display:block;
    margin: 0 auto;
    width: 100px;
    height: 55px;
    background-size:auto 35px;
    background-position: center center;
    background-repeat:no-repeat ;
}
.footerEwmDl dd .text{
    height: 36px;
    line-height: 36px;
    font-size:20px;
    color: #444;
    text-align: center;
    font-family: var(--fontStyle);
}
.footerEwmUl{
    position: absolute;
    left: 50%;
    top: -190px;
    padding: 22px 16px 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    border-radius: 10px;
    background: #fff;
    z-index: 5;
    display: flex;
    transform: translate(-50%,-10px);
    -webkit-transform: translate(-50%,-10px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
}
.footerEwmUl::before{
    display: block;
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    margin-left: -5px;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: -7px;
    z-index: -1;
}
.footerEwmDl dd:hover .footerEwmUl{
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,0px);
    -webkit-transform: translate(-50%,0px);
}
.footerEwmUl li{
    margin: 0 10px;
    width: 120px;
}
.footerEwmUl li .ewmImg{
    padding: 5px;
    border: 1px solid #e2ccb4;
    border-radius: 5px;
}
.footerEwmUl li .text{height: 30px;line-height: 30px;text-align: center;font-size: 16px;color: #666;}
/* 友情链接end   */
/* 底部中间start   */
.footerM{ padding: 28px 0 28px;border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;}
.footerML{overflow: hidden; margin-right: 50px;}
.footerLogo{ padding-top: 10px; margin-bottom: 30px;}
.footerLogo img{ display: block; height: 70px;}
.footerPhone{ padding-left: 60px; background: url(../images/footerIcn2.png) no-repeat left center;}
.footerPhone .phone{ margin-bottom: 3px; height: 26px; line-height: 26px;font-size: 20px;font-weight: bold;font-style: italic;color: #fff;letter-spacing: 1px;}
.footerPhone .phone img{ height:17px; display: inline-block; vertical-align: middle;}
.footerPhone .text{ line-height: 20px; color: #999999; font-size: 14px; letter-spacing: 2px;}
.footerMM{ overflow: hidden;float: left; display: inline;}
.footerMenu{ overflow: hidden;}
.footerMenu dd{ float: left; display: inline; margin-left: 50px;}
.footerMenu dd em{ font-style: normal; display: block; line-height: 50px; height: 50px; overflow: hidden;margin-bottom: 10px;}
.footerMenu dd em a{ font-size: 18px; color: #4c4c4c;font-family:var(--systBold);}
.footerMenu dd em a:hover{ color:var(--themeColor);}
.footerMenu dd span{ font-style: normal; display: block; line-height: 25px; padding: 5px 0; overflow: hidden;}
.footerMenu dd span a{ font-size: 16px; color: #393939;font-family: var(--fontStyle1);}
.footerMenu dd span a:hover{ color:var(--themeColor);}
.footerMR{ float: right; display: inline;}
.footerTitle{height: 50px;line-height: 50px;font-size:18px;color: #444444;font-weight: bold;font-family: var(--systBold);margin-bottom: 20px;}
.footerWay dd{
    padding: 9px 0;
    overflow: hidden;
}
.footerWay dd .icon{
    float: left;
    display: inline;
    width: 30px;
    margin-right: 15px;
    font-family: var(--fontStyle1);
}
.footerWay dd .icon span{
    display: block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px;
}
.footerWay dd .title{
    float: left;
    display: inline;
    line-height: 30px;
    font-size: 18px;
    color: #393939;
    font-family: 'syst';
}
.footerWay dd .text{
    overflow: hidden;
    line-height: 30px;
    color: #393939;
    font-size: 18px;
    font-family: 'syst';
}
/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight{ height: 75px; line-height: 75px; overflow: hidden; font-size: 16px; color: #333;background: #f5f5f5;font-family: var(--fontStyle1);}
.friendCopyRight .conL{ float: left; display: inline;}
.friendCopyRight .conL span{ margin-right: 12px;}
.friendCopyRight .conL a{ color: #333; padding: 0 12px;margin-right: 12px;position: relative;}
.friendCopyRight .conL a::before{display: block;content: '';position: absolute;height: 18px;left: 0;top: 50%;margin-top: -9px;border-left: 1px solid #949494;border-right: 1px solid #c4c4c4;}
.friendCopyRight .conL a.gabeian::before{left: -12px;}
.friendCopyRight .conL a.gabeian{ padding-left: 30px;background: url(../images/beian.png) left center no-repeat;}
.friendCopyRight .conL a:hover{ color: var(--themeColor);}
.friendCopyRight .conR{ float: right; display: inline;}
.friendCopyRight .conR a{color: #333; }
.friendCopyRight .conR a:hover{ color: var(--themeColor);}
/* 底部版权end   */
/* ————— 底部 end   ————— */

/* ————— subBanner start ————— */
.subBanner,.subBanner1{position: relative;width: 100%;
    background: linear-gradient(to bottom, #f0ebe5, #fff); /* 从上到下的渐变颜色 */
    background: -webkit-linear-gradient(to bottom, #f0ebe5, #fff); /* 从上到下的渐变颜色 */
}

.subBanner:before{display: block;content: '';padding-top: 45.3125%;}
.subBanner.subBannerCloud:before{display: block;content: '';padding-top: 44.27083%;}
.subBanner1:before{display: block;content: '';padding-top: 26.0417%;}
.subBox{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    mask-image: url(../images/subBannerMask.png);
    -webkit-mask-image: url(../images/subBannerMask.png);
    mask-size: cover;
    -webkit-mask-size: cover;
}
.yun{
    position: absolute;
    bottom: 0px; /* 调整云层的垂直位置 */
    right:0; /* 初始位置在屏幕左侧以外 */
    width: 200%; /* 云层图片的宽度 */
    height: auto; /* 根据图片比例调整高度 */
    background: url(../test/subBanner/yun.png) bottom right repeat-x; /* 替换成你的云层图片路径 */
    height: 100%;
    z-index: 5;
}
.subBoxImg{
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}
.subannerZs{
    position: absolute;
    width: 182px;
    height: 182px;
    bottom: -89px;
    right: 9.7917%;
    z-index: 6;
}
.subBanner1 .text{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 42px;
    color: #fff;
    font-family: var(--systBold);
}
.subBanner .text{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.subBanner .wrap{height: 100%;}
.subBanner .textC{position: relative;text-align: center;}
.subBanner .textC .cnTitle{font-size: 30px;color: #ffffff;line-height: 30px;font-weight: bold;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1); margin-bottom: 10px;}
.subBanner .textC .enTitle{font-size: 14px;color: rgb(255 255 255 / .78);line-height: 30px;text-transform: uppercase;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);}
.commonLefttitle .commonLefttitleT{
    height: 42px;
    line-height: 42px;
    font-size: #444;
    font-size: 20px;
    font-family:var(--fontStyle1);
    padding-bottom: 40px;
    text-align: center;
    position: relative;
}
.commonLefttitle .commonLefttitleT::after{
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 40px;
    background: var(--themeColor);
}
.commonLefttitleB{
    overflow: hidden;
    padding: 32px 0;
    display: flex;
   align-items: flex-end;
   width: 120px;
}
.commonLefttitleB .titleEg{
    writing-mode: vertical-rl; /* 从上到下的垂直排列，从右到左书写 */
    text-orientation: mixed; /* 混合方向，让文字看起来像是横向排列 */
    white-space: nowrap; /* 禁止换行 */
    transform: scale(-1, -1) rotate(180deg); /* 水平翻转文字 */
    float: left;
    display: inline;
    padding-bottom: 10px;
    font-family: 'dkt';
    color: #333;
    font-size: 15px;
}
.commonLefttitleB .titleCn{
    font-size: 72px;
    font-family: var(--fontStyle);
    writing-mode: vertical-rl;
    line-height: 90px;
    color: #333;
    position: relative;
}
.commonLefttitleB .titleCn::after{
    display: block;
    content: '';
    position: absolute;
    bottom: -32px;
    left: 50%;
    margin-left: -10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 3px solid var(--themeColor);
    border-radius: 20px;
}

/* ————— subBanner end ————— */

/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 70px;background: #f5f5f5;}
.location{height: 70px;overflow: hidden;position: relative;}
.location a.home{padding-left: 33px; background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/home.png);  margin-right: 0;background-size: 24px;}
.location a{display: inline;float: left;height: 70px;line-height: 70px;padding-left: 17px;margin-right: 10px;background-position: 5px center;background-repeat: no-repeat;background-image: url(../images/common/icon8.png);color: #666;font-size: 16px;font-family: var(--fontStyle1); }
.location a:hover{color:var(--themeColor)}
.location a.hover{color:var(--themeColor)}
.subNavBox{height: 70px; line-height: 70px;}
.subNavBox a{
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: var(--themeColor);
    padding-left: 10px;
}
.subNavBox a span{
    padding-left: 10px;
}
.subNav::after{ display: block; content: ''; clear: both; visibility: hidden;}
.subNav a{display: inline;float: left;line-height: 60px;height:60px;color: #666666;font-size: 14px;padding:0 14px;}
.subNav a.hover{color: var(--themeColor)}
.subNav a:hover{color: var(--themeColor)}
/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{ text-align: center; font-size: 0;}
.sjMenu a{ display: inline-block; height: 30px; line-height: 30px; padding:0 30px; color: #333; border: 1px solid #fff; border-radius: 32px; font-size: 14px; margin: 0 5px; background: #FFF;}
.sjMenu a:hover{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
.sjMenu a.hover{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
/* ————— 三级栏目 end ————— */

/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;width:40px;height: 40px;line-height: 40px; color:#999999;border-radius:3px;background: #fff; margin: 0 3px;vertical-align: middle;background: #f0eeeb;}
.page span{display: inline-block; padding: 10px 15px; position: relative; top: -15px;}
.page a:hover{background: var(--themeColor);color: #fff;}
.page a.hover{background: var(--themeColor);color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}
.page a div{width: 40px;height: 40px;background-position: center center;background-repeat: no-repeat;}
.page .disabled{cursor: no-drop;}
.page a.firstPage div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/common/page/lastPage.png)}
.page a.firstPage:hover div{background-image: url(../images/common/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/common/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/common/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/common/page/lastPageh.png)}
.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}
.page a.firstPage.disabled div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/common/page/lastPage.png)}
/* ————— 页码 end ————— */
/*********** 基础公共列表页 start ***********/
/* 图文列表 start */
.iTTRSwiper{overflow: hidden;margin-top: 100px;}
.imgTextTop{overflow: hidden;padding: 80px 0 0 0;margin-bottom: 100px;}
.imgTextTop .tList1{width: 62.7381%;position: absolute;left: -41.6667%;bottom: 0;z-index: 1;}
.imgTextTop .tList1 dd{width: 100%;}
.imgTextTop .tList1 .con{margin: 0;}
.imgTextTopRight{display: inline;float: right;width: 56.6667%;position: relative;}
.imgTextTopRight .con{display: block;}
.imgTextTopRight .pic::before{padding-top: 50.2128%;}
.imgTextTopRight .pageBox{height: 80px;background: #fff;overflow: hidden;margin-left: 20.9411%;}
.imgTextTopRight .pageBox .btnBox{display: inline;float: left;}
.imgTTRPrev{width: 80px;height: 80px;background: #f5f5f5 url(../images/jiantou-icon1.png) no-repeat center center;transition: all 0.3s;-webkit-transition: all 0.3s;display: inline;float: left;cursor: pointer;}
.imgTTRPrev:hover{background-image: url(../images/jiantou-icon1-w.png);background-color: var(--themeColor);}
.imgTTRNxte{width: 80px;height: 80px;background: #f5f5f5 url(../images/jiantou-icon2.png) no-repeat center center;transition: all 0.3s;-webkit-transition: all 0.3s;display: inline;float: left;cursor: pointer;}
.imgTTRNxte:hover{background-image: url(../images/jiantou-icon2-w.png);background-color: var(--themeColor);}
.imgTextTopRight .pageBox .imgTTRPage{overflow: hidden;width: unset;display: inline;float: right;margin-top: 40px;}
.imgTextTopRight .pageBox .imgTTRPage span{display: inline;float: left;width: 12px;height: 12px;border-radius: 50%;margin: 0;background: #d4d4d4;opacity: 1;}
.imgTextTopRight .pageBox .imgTTRPage span~span{margin-left: 15px;}
.imgTextTopRight .pageBox .imgTTRPage span.swiper-pagination-bullet-active{background: var(--themeColor);}
.tList1{overflow: hidden;margin-right: -50px;}
.tList1 dd{display: inline;float: left;width: 50%;}
.tList1 .con{display: block;margin-right: 50px;padding: 26px 50px 50px 50px;background: #f0ebe5;}
.tList1 .con .info{font-size: 20px;color: #333333;line-height: 36px;height: 36px;font-weight: 700;font-family: 'systBold';margin-bottom: 35px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.tList1 .con .title{font-size: 24px;color: #333333;line-height: 42px;height: 84px;margin-bottom: 45px;font-family: 'syst';transition: all 0.3s;-webkit-transition: all 0.3s;}
.tList1 .con .time{font-family: 'apercum';}
.tList1 .con:hover .title,
.tList1 .con:hover .info{color: var(--themeColor);}
.imgText{overflow: hidden;}
.imgText dd{overflow: hidden;position: relative;margin-bottom: 40px;width: 100%;background: #faf8f5;}
.imgText .pic{width: 40%;display: inline;float: left;}
.imgText .pic::before{padding-top: 66.6667%;}
.imgText .text{overflow: hidden;padding:40px 50px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.imgText .text .time{font-size: 24px;color: #666666;line-height: 36px;height: 36px;font-family: 'apercum';margin-bottom: 15px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.imgText .text .title{font-size: 22px;color: #333333;line-height: 50px;margin-bottom: 50%;height: 50px;font-family: var(--fontStyle1);transition: all 0.3s;-webkit-transition: all 0.3s;margin-bottom: 24px;}
.imgText .text .textC{font-size: 16px;color: #666666;line-height: 35px;margin-bottom: 4.9096%;height: 105px;font-family: 'syst';}
.imgText dd:hover .time{color: var(--themeColor);}
.imgText dd:hover .title{color: var(--themeColor);}
/* 图文列表 end */
/* 视频中心 start */
.videoList1Top{padding: 80px 0 0 0;margin-bottom: 100px;}
.videoList1Top::after{display: block;content: '';clear: both;}
.videoList1TopRight{display: inline;float: right;width: 85.6666%;}
.videoList1TopRight .iTTRSwiper{position: relative;right: -15.5642%;margin-right: -30px;}
.videoList1Top .swiper-slide{width: 52.14%;}
.videoList1TopRight .con{display: block;cursor: pointer;margin-right: 30px;}
.videoList1TopRight .pic::before{padding-top: 59.7015%;}
.videoList1TopRight .pic:after{display: block;content: '';width: 67px;height: 69px;background: url(../images/videoList1TopRight-icon.png) no-repeat center center;position: absolute;right: 30px;bottom: 30px;z-index: 2;}
.videoList1TopRight .pageBox{height: 80px;background: #fff;overflow: hidden;margin-top: 30px;}
.videoList1TopRight .pageBox .btnBox{display: inline;float: right;}
.videoList1TopRight .pageBox .textC{overflow: hidden;font-size: 24px;color: #333333;line-height: 80px;padding-left: 15.5642%;font-family: 'syst';}
.videoList1{overflow: hidden;margin: 0 -15px;}
.videoList1 dd{margin-bottom: 26px;display: inline;float: left;width: 33.3333%;}
.videoList1 .con{margin: 0 15px;}
.videoList1 .con .pic{transition: all 0.3s;-webkit-transition: all 0.3s;cursor: pointer;}
.videoList1 .con .pic::before{padding-top: 58.7629%;}
.videoList1 .con .pic::after{display: block;content: '';width: 50px;height: 50px;position: absolute;left: 15px;bottom: 15px;background:url(../images/common/videoIco.png) no-repeat center center;border-radius: 50%; background-size: 50px;}
.videoList1 .con .textC{font-size: 18px;color: #333333;line-height: 88px;height: 88px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.videoList1 .con:hover .pic{box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);}
.videoList1 .con:hover .textC{color: var(--themeColor);}
/* 视频中心 end */
/* 通知公告 start */
.textList1Top{padding: 80px 0 0 0;margin-bottom: 100px;}
.textList1Top::after{display: block;content: '';clear: both;}
.textList1TopRight{display: inline;float: right;width: 79.2%;margin-top: 97px;}
.textList1{overflow: hidden;}
.textList1 .con{display: block;position: relative;padding: 47px 50px 55px 50px;border-bottom: 1px solid #ebebeb;}
.textList1 .con::after{display: block;content: '';width: 0;height: 100%;background: #faf8f5;opacity: 0;position: absolute;left: 0;top: 0;transition: all 0.3s;-webkit-transition: all 0.5s;z-index: -1;}
.textList1 .con .time{display: inline;float: left;margin-top: 28px;margin-right: 80px;color: #666666;}
.textList1 .con .time .num1{font-size: 60px;line-height: 78px;font-family: 'apercum';text-align: center;}
.textList1 .con .time .num2{font-size: 18px;line-height: 28px;font-family: 'apercum';text-align: center;}
.textList1 .con .recruitBottom{display: inline;float: right;margin-top: 60px;margin-left: 180px;}
.textList1 .con .text{overflow: hidden;}
.textList1 .con .text .title{font-size: 22px;color: #333333;line-height: 55px;margin-bottom: 16px;font-family: 'syst';transition: all 0.3s;-webkit-transition: all 0.5s;}
.textList1 .con .text .textC{font-size: 16px;color: #666666;line-height: 40px;height: 80px;font-family: 'syst';transition: all 0.3s;-webkit-transition: all 0.5s;}
.textList1 .con:hover{border-bottom-color: #faf8f5;}
.textList1 .con:hover::after{width: 100%;opacity: 1;}
.textList1 .con:hover .time{color: var(--themeColor);}
.textList1 .con:hover .title{color: var(--themeColor);}
/* 通知公告 end */



/* 全图列表 start */
.imgList{overflow: hidden;margin:0 -10px;}
.imgList dd{width: 33.3333%;float: left;display: inline;padding: 10px 0;}
.imgList dd .con{display: block;background: #FFFFFF;margin:0 10px;border-radius: 5px; overflow: hidden;transition: all .4s;-webit-transition: all .4s;}
.imgList dd .con .pic::before{padding-top: 56.563462%;}
.imgList dd .con .pic .newPic{position: absolute !important;left: 0;top: 0;}
.imgList dd .con .text{height: 60px;line-height: 60px;padding: 0 20px;font-size: 16px;color: #333333;text-align: center;transition: all 0.4s;-webkit-transition: all 0.4s;}
.imgList dd .con:hover {transform: translateY(-2px);-webkit-transform: translateY(-2px);box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);}
.imgList dd .con:hover .text{color: var(--themeColor);}
/* 全图列表 end */
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2{
	width:30px !important;
	height:30px !important;
	right:-40px;
    top:-40px;
}
.aykj-videoPop {
	border:10px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1)!important;
	border-radius:5px !important;
	background-color:#000 !important;
	}
/* 视频弹窗 end */

/* 招聘 start  */
.recruitTop{
    padding:70px 0;
    overflow: hidden;
}
.recruitTopRight{
    overflow: hidden;
    padding-left: 11.5894%;
    padding-top: 104px;
}
.recruitTopRight dd{
    float: left;
    display: inline;
    width: 50%;
}
.recruitTopRight dd a{
    margin-left: 42px;
    display: block;
    background: #faf8f5;
    padding:24px 8.7719% 8.7719%;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.recruitTopRight dd a .type{
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    color: #333;
    font-family: var(--systBold);
    margin-bottom: 26px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.recruitTopRight dd a .title{
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #333;
    font-family: var(--fontStyle1);
    margin-bottom: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.recruitTopRight dd .sort{
    padding: 5px 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.recruitTopRight dd .sort span{
    float: left;
    display: inline;
    line-height: 25px;
    font-size: 18px;
    font-family: var(--fontStyle1);
}
.recruitBottom .time{
    height:50px;
    line-height: 50px;
    font-size: 24px;
    font-family: var(--apercu);
    color: var(--themeColor);
}
.recruitBottom .more{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-family: var(--fontStyle1);
}
.recruitBottom .more span{
	display: inline-block;
	padding-right: 70px;
	position: relative;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
    color: #666;
}
.recruitBottom .more span::after{
	display: block;
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	border: 1px solid #999999;
	border-radius: 50%;
	top: 0px;
	right: 0;
	background: url(../images/jth.png) center center no-repeat;
	background-size: 30px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.recruitBottom .more span:hover::after{
	background: var(--themeColor) url(../images/jth_h.png)center center no-repeat ;
	background-size: 30px;
	border-color: var(--themeColor);
}
.recruitBottom .more span:hover{
	color: var(--themeColor);
	padding-right: 75px;
}
.recruitTopRight dd a:hover .type,
.recruitTopRight dd a:hover .time,
.recruitTopRight dd a:hover .title{
    color: var(--themeColor);
}
.recruitList1 dd{
    padding: 15px 0;
}
.recruitList1 dd a{
    display: block;
    background: #faf8f5;
    transition: all .4s;
    -webkit-transition: all .4s;
    padding: 50px;
    overflow: hidden;
}
.recruitList1 .time {
    margin-right: 50px;
}
.recruitList1 .time .data{
    height: 66px;
    line-height: 66px;
    font-size: 60px;
    color: #666;
    font-family: var(--apercu);
    transition: all .4s;
    -webkit-transition: all .4s;
    text-align: center;
}
.recruitList1 .time .year{
    height: 32px;
    line-height:32px;
    font-size: 16px;
}
.recruitList1 .text{
    overflow: hidden;
    padding: 0 50px;
    position: relative;
}


.recruitList1 .text::before{
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 82px;
    left: 0;
    top: 50%;
    margin-top: -41px;
    background: linear-gradient(to bottom, rgba(102,102,102,0.5), rgba(102,102,102,1),rgba(102,102,102,0.5));
    background: -webkit-linear-gradient(to bottom, rgba(102,102,102,0.5), rgba(102,102,102,1),rgba(102,102,102,0.5));
}
.recruitList1 .text .title{
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-family: var(--fontStyle1);
    margin-bottom: 15px;
    overflow: hidden;
}
.recruitList1 .text .sort{
    overflow: hidden;
}
.recruitList1 .text .sort span{
    float: left;
    display: inline;
    line-height: 26px;
    padding: 5px 0;
    font-size: 18px;
    font-family: var(--fontStyle1);
    margin-bottom: 15px;
    color: #666;
    margin-right: 60px;
}
.recruitList1 .more{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-family: var(--fontStyle1);
    margin-top: 25px;
}
.recruitList1 .more span{
	display: inline-block;
	padding-right: 70px;
	position: relative;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
    color: #666;
}
.recruitList1 .more span::after{
	display: block;
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	border: 1px solid var(--themeColor);
	border-radius: 50%;
	top: 0px;
	right: 0;
	background: url(../images/jth_h.png) center center no-repeat;
	background-size: 30px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
    background-color: var(--themeColor);
}
.recruitList1 .more span:hover::after{
	background-size: 30px;
}
.recruitList1 .more span:hover{
	color: var(--themeColor);
	padding-right: 75px;
}
.recruitList1 dd a:hover {transform: translateY(-2px);-webkit-transform: translateY(-2px);box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);}
.recruitList1 dd a:hover .time .data,
.recruitList1 dd a:hover .time .year,
.recruitList1 dd a:hover .text .title{
    color: var(--themeColor);
}
/* 招聘 end */

/* 销售网络 start */
.salesNetwork{
    overflow: hidden;
    padding: 60px 0;
    display: flex;
    align-items: center;
}
.salesNetworkFl{
    margin-right: 100px;
}
.salesNetworkTitle{
    height: 78px;
    line-height: 78px;
    font-size: 36px;
    color: #000;
    font-family: var(--systBold);
    margin-bottom: 32px;
}
.salesNetworkInfor{
    height:84px;
    line-height: 84px;
    font-size: 20px;
    color: #000;
    font-family: var(--fontStyle1);
}
.salesNetworkInfor i,
.salesNetworkInfor em{
    font-style: normal;
}
.salesNetworkInfor span{
    font-size: 42px;
    color: var(--themeColor);
    font-family: var(--systBold);
}
.salesNetworkInfor em{
    padding: 20px 5px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    color: var(--themeColor);
}
.btndl {
    padding-top: 36px;
}
.btndl a{
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-family: var(--fontStyle1);
    border-radius:50px;
    margin-bottom: 30px;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.btndl a.store{
    background: var(--themeColor);
}
.btndl a.retail{
    background: #cfa972;
}
.btndl a:hover{
    opacity: .9;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.3);
}
.salesNetworkFr{
    flex: 1;
    overflow: hidden;
}
.salesNetworkFr .pic::before{
    padding-top: 75%;
}
.salesNetworkFr .picImg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.salesMapBg{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: -50px;
}
.salesMapBg .col1Bg{
    background-position: top center;
} 
.mapLeft{
    height: 865px;
    margin-right: 20px;
    width: 37.7881%;
    background: #FFf;
    border-radius: 10px;
    box-sizing: border-box;-webkit-box-sizing: border-box;
    padding: 10px 0;
}
.mapLeft .textBox{
    margin: 0 30px;
    height: 65px;
    line-height: 65px;
    font-size: 22px;
    font-family: var(--fontStyle1);
    color: var(--themeColor);
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
    position: relative;
}
.mapLeft .textBox::before{
    display: block;
    content: '';
    position: absolute;
    width: 175px;
    height: 2px;
    left: 0;
    z-index: 4;
    background: var(--themeColor);
    z-index: -1px;
    bottom: -1px;
}
.map{
    overflow: hidden;
}
.mapSerchInput{
    overflow: hidden;
}
.yywdLeftBoxSelect{
    margin: 0 30px;
}
.yywdLeftBoxSelect .title{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    font-family: var(--fontStyle1);
}
.yywdLeftBoxSelectC .aykj_cssSelect .aykj_selectBox{
    border: none;
    border-bottom: 1px solid #c7c7c7;
   
}
.yywdLeftBoxSelectC{
    margin: 0 -10px;
}
.yywdLeftBoxSelectC .item{
    float: left;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.yywdLeftBoxSelectC .item .con{
    margin: 0 10px;
    clear: both;
}
.yywdLeftBoxSelectC  .aykj_cssSelect .aykj_selectLt{
    min-height: 65px;
    padding: 0 40px 0 0px;
    line-height: 65px;
    font-size: 16px;
    color: #333;
}
.yywdLeftBoxSelectC  .aykj_cssSelect .aykj_selectRt:before{
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.yywdLeftBoxSelectC  .aykj_cssSelect .sPressDown .aykj_selectRt:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: 8px;
}
.yywdLeftBoxSelectC  .aykj_cssSelect .aykj_optionBox:hover{
    background: #f0ebe5;
    color: var(--themeColor);
}
.yywdLeftBoxSelectC  .aykj_cssSelect .aykj_optionBox{
    font-size: 16px;
}
.mapResultList{
    padding: 0 30px;
    height: 420px;
    overflow: hidden;
    overflow-y: auto;
}
.numberLength{
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #333;
    margin: 0 30px;
    margin-bottom: 10px;
}
/*==========  高德地图点聚合 start ========== */

#searchShow{font-size:15px;border-collapse: collapse;width: 100%;background-color: #fff;box-sizing: border-box;-webkit-box-sizing: border-box;}
#searchShow.hover{display: none;}
.mapResultList::-webkit-scrollbar{width:3px;background-color: #fff;}
.mapResultList::-webkit-scrollbar-thumb{width:3px;background:#d6d6d6;}
#searchShow li{
    padding: 10px 0;
}
#searchShow .con{padding: 32px 20px 15px 20px; cursor: pointer;border: 1px solid #e5e5e5;border-radius: 10px;position: relative;}
#searchShow .con::before{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    left: -1px;
    border-top: 1px solid var(--themeColor);
    border-left: 1px solid var(--themeColor);
    border-radius: 10px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 0 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}
#searchShow .con::after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    left: -1px;
    border-right: 1px solid var(--themeColor);
    border-bottom: 1px solid var(--themeColor);
    border-radius: 10px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 100% 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
}
#searchShow li .number{position: absolute;width: 30px;height: 30px;border-radius: 10px 5px 5px 5px;background: #f5f5f5;top: 0;left: 0;font-size: 16px;color: #333;font-family: var(--fontStyle1);text-align: center;line-height: 30px;}
#searchShow li .title{padding: 5px 0;line-height: 30px; font-size: 18px;color: #000;font-family: var(--fontStyle1); overflow: hidden;padding-right: 20px;position: relative;}
#searchShow li .title::after{
    display: block;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 15px;
    right: 5px;
    border-top: 1px solid var(--themeColor);
    border-right: 1px solid var(--themeColor);
    transform: rotate(45deg);
}
#searchShow li .address{/* height: 30px; */line-height: 30px;font-size: 16px;color: #666;overflow: hidden;font-family: var(--fontStyle1);padding-left: 28px;background: url(../images/mapIcon1.png) left 3px no-repeat;background-size: 24px;}
#searchShow li .user{height: 30px;line-height: 30px;font-size: 16px;color: #666;overflow: hidden;font-family: var(--fontStyle1);padding-left: 28px;background: url(../images/mapIcon2.png) left 3px no-repeat;background-size: 22px;}
#searchShow li .tel{height: 30px;line-height: 30px;font-size: 16px;color: #666;overflow: hidden;font-family: var(--fontStyle1);padding-left: 28px;background: url(../images/mapIcon3.png) left 3px no-repeat;background-size: 24px;}
#searchShow li:hover .con::before,
#searchShow li:hover .con::after,
#searchShow li.hover .con::before,
#searchShow li.hover .con::after{
   transform: scale(1);
   -webkit-transform: scale(1);
}
#searchShow li:hover .con,
#searchShow li:hover .con,
#searchShow li.hover .con,
#searchShow li.hover .con{
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
}
#searchShow li:hover .con .number,
#searchShow li:hover .con .number,
#searchShow li.hover .con .number,
#searchShow li.hover .con .number{
    background: var(--themeColor);
    color: #fff;
}
.yywdSearch{margin:  0 30px;height: 75px;background-color: #fff;border-radius: 3px;box-sizing: border-box;-webkit-box-sizing: border-box;border-bottom: 1px solid #ebebeb; z-index: 2000;text-align: left;}
.yywdSearch .searchIcon{overflow: hidden;height: 74px;width:32px; background: url(../images/searchW.png) no-repeat center;z-index: 2;position: relative;display: block;cursor: pointer;}
.yywdSearch input{overflow: hidden;width: 100%; height: 74px;line-height: 74px;border: none;background: none;display: block;box-sizing: border-box;-webkit-box-sizing: border-box;font-size: 18px;color: #666;font-family: var(--fontStyle1);}
.yywdSearch input::placeholder {color: #999;font-size: 16px; font-family: var(--fontStyle1);}
.yywdSearch input::-webkit-placeholder {color: #999;font-size: 16px; font-family: var(--fontStyle1);}



.mapBox{width: 100%;height:865px;position: relative;padding: 60px 0 120px;}
#container{position: relative;height: 865px;}

.amap-marker-content div{background: url(../images/common/dwIcn1.png) no-repeat center top 20px !important;width: 26px !important;height: 50px !important;border: none !important;box-shadow: none !important;line-height: 25px !important;color: #e60013 !important;font-weight: bold;}
.amap-info-content{padding: 0 !important;}
.amap-info-close{right: 6px !important;}
.mapPop{background-color: #fff;padding: 30px;border-radius: 10px;}
.mapPop .pic{width: 460px;margin-bottom: 20px;}
.mapPop .pic::before{padding-top: 56.25%;}
.mapPop .title{line-height: 30px;padding: 10px 0; font-size: 24px;color: #333;margin-bottom: 7px;font-family: var(--systBold);}
.mapPop .address {padding:9px 0; line-height: 30px;font-size: 18px;color: #666;overflow: hidden;font-family: var(--fontStyle1);padding-left: 28px;background: url(../images/mapIcon1.png) left 12px no-repeat;background-size: 24px;}
.mapPop .user{padding:9px 0; height: 30px;line-height: 30px;font-size: 18px;color: #666;overflow: hidden;font-family: var(--fontStyle1);padding-left: 28px;background: url(../images/mapIcon2.png) left 12px no-repeat;background-size: 22px;}
.mapPop .tel{padding:9px 0; height: 30px;line-height: 30px;font-size: 18px;color: #666;overflow: hidden;font-family: var(--fontStyle1);padding-left: 28px;background: url(../images/mapIcon3.png) left 12px no-repeat;background-size: 24px;}
.yywdList{display: none;position: absolute;top: 45px;width: 100%;border: solid 1px #62a6da;max-height: 340px;overflow-y: auto;z-index: 1;font-size: 0;}
.yywdList li{position: relative;padding-left: 10px;width: 100%;height: 34px;line-height: 34px;font-size: 14px;color: #454545;text-align: left;background-color: #fff;cursor: pointer;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.yywdList li:hover{color: #fff;background-color:var(--themeColor);}
/*==========  高德地图点聚合 end ========== */
/* 销售网络 end */


/* 电商分销查询 start */
.inquiryBox{
    padding: 30px 0;
}
.inquirySearch{
    display: flex;
    height: 60px;
    line-height: 60px;
    background: #FFF;

}
.inquirySearch .item a{
    display: block;
    width: 140px;
    height: 60px;
    line-height: 60px;
    background:var(--themeColor) url(../images/common/searchBold.png) center center no-repeat;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
}
.inquirySearch .item{
    width: 20%;
}
.inquirySearch .item .con{
    padding: 0 10px;
    border-right: 2px solid #f5f5f5;
    height: 60px;
}
.inquirySearch .aykj_cssSelect .aykj_selectBox{
    border: none;
}
.inquirySearch  .aykj_cssSelect .aykj_selectLt{
    min-height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #666;
    font-family: var(--fontStyle1);
}
.inquirySearch  .aykj_cssSelect .aykj_selectRt:before{
    border-top-color: #666;
}
.inquirySearch  .aykj_cssSelect .aykj_optionsBox{
    left: -10px;
    right: -10px;
}
.inquirySearch  .aykj_cssSelect .aykj_optionBox{
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #333;
}
.inquirySearch .aykj_cssSelect .aykj_optionBox:hover {
    background: #f0ebe5;
    color: var(--themeColor);
}
.inquirySearch .input input{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: none;
    background: none;
    font-size: 16px;
    color: #666;
    font-family: var(--fontStyle1);
}
.inquirySearch .input input::-webkit-input-placeholder{
    font-size: 16px;
    color: #666;
    font-family: var(--fontStyle1);
}
.inquiryNumber{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-family: var(--fontStyle1);
    color: #333;
}
.inquiryDl dd{
    padding: 15px 0;
}
.inquiryDl dd .con{
    padding: 35px 30px 30px;
    transition: all .4s;
    -webkit-transition: all .4s;
    background: #fff;
    border-radius: 5px;
}
.inquiryDl dd .title{
   height: 50px;
   line-height: 50px;
   font-size: 20px;
   color: #333;
   font-family: var(--systBold);
   margin-bottom: 5px;
}
.inquiryDl dd .text{
    overflow: hidden;
}
.inquiryDl dd .text span{
    float: left;
    display: inline;
    width: 25%;
    padding: 10px 0;
    line-height: 34px;
    font-size: 16px;
    color: #666;
    font-family: var(--fontStyle1);
}
.inquiryDl dd .con:hover {transform: translateY(-2px);-webkit-transform: translateY(-2px);box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);}
.inquiryDl dd .con:hover .title{color: var(--themeColor);}
/* 电商分销查询 end */


/*********** 文章详细页 start ***********/
.newsView{overflow: hidden;background: #fff;}
.newsView .subBanner:before{padding-top: 25.5208%;}
.newsView .subannerZs{display: none;}
.articleC {background: #FFFFFF;padding: 0 50px 50px;}
.articleBox {line-height: 30px;padding: 10px 0 0;color: #444444;font-size: 18px;margin-bottom: 10px;font-family: 'syst';}
.articleBox img {max-width: 100%;}
/* 标题 start */
.articleTitle {clear: both;line-height: 60px;font-size: 30px;font-family: "microsoft yahei";color: #2f2d27;text-align: center;position: relative;font-family: 'syst';margin-bottom: 15px;}
/* 标题 end */
/* 发布信息 start  */
.articleTime {display: block;clear: both;color: #666666;font-size: 14px;line-height: 40px;padding: 10px 0 17px;border-bottom: 1px solid #dddddd;overflow: hidden;text-align: center;font-family: 'syst';}
.articleTime span {margin-right: 30px;font-size: 16px;color: #453e3e;vertical-align: middle;display: inline-block;}
.articleTime em{font-style: normal;font-family: 'apercum';}
/*  发布信息 end  */
/* 分享 start */
.shareBox .sharejs_list  .sharejs_item{position:relative;z-index: 44}
.articleShare {display: inline-block;vertical-align: middle;}
.articleShare .shareParent .shareItem{vertical-align: middle;}
.articleShare .sharejs_icon{width: 40px;height: 40px;border-radius: 0;line-height: 40px;color: #666666 !important;border-color: unset !important;font-size: 25px;}
/*  分享 end  */
/*  大图 start */
/* 文章阅读页-内容上部大图 */
#play {width: 600px;height: 400px;position: relative;overflow: hidden;background: #fff;border: 1px solid #e9e9e9;padding: 5px;margin: 20px auto 0 auto;}
#play .change_a {width: 40%;height: 100%;position: absolute;top: 0;z-index: 1;cursor: pointer;display: block;overflow: hidden;}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {width: 24px;height: 43px;display: block;position: absolute;top: 50%;margin-top: -21px;display: none}
#play .prev_a span {background: url(../images/common/file/article_iconh.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/common/file/article_iconh.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {position: relative;z-index: 1;width: 600px;height: 400px;}
#play .img_ul li {position: relative;z-index: 1;width: 600px;height: 400px;background: #fff;margin: 0 0 5px 0;}
#play .img_ul li img {position: absolute;}
.imgMove {width: 600px;clear: both;margin: 20px auto;position: relative;}
.img_hd {margin: 0 auto;overflow: hidden;height: 60px;position: relative;}
.img_hd ul {position: absolute;z-index: 1}
.img_hd ul li {float: left;height: 47px;width: 70px;padding: 3px;margin: 0 7px;cursor: pointer;background: #fff;border: 1px solid #d4d4d4;position: relative;}
.img_hd ul li p {height: 47px;width: 70px;display: block;background: #fff;position: relative;}
.img_hd ul li i {display: block;clear: both;line-height: 20px;padding: 0 5px;background: #000;color: #fff;position: absolute;right: 3px;bottom: 3px;z-index: 9;filter: alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5;font-family: Arial;font-size: 12px;font-style: normal;}
.img_hd ul li img {position: absolute;height: 47px;width: 70px;}
.img_hd ul li.on {border: 1px solid var(--themeColor);background: var(--themeColor);}
.imgMove .bottom_a {width: 20px;height: 25px;display: block;cursor: pointer;z-index: 10;float: left;top: 15px;position: absolute;z-index: 9;background: url(../images/common/file/article_iconh.png) no-repeat;}
.imgMove .prev_a {background-position: left top;left: 0;}
.imgMove .next_a {background-position: right top;right: 0;}
/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {clear: both;font-size: 16px;padding: 10px 0px 20px 0;/* overflow: hidden; */}
.articleHand a {display: inline-block;line-height: 32px;padding: 0 20px 0px 30px;background: url(../images/common/file/file.png) no-repeat left center; color:#666;margin-bottom: 10px;}
.articleHand a.word {background: url(../images/common/file/word.png) no-repeat left 3px;color: #37a6ff !important;}
.articleHand a.ppt {background: url(../images/common/file/ppt.png) no-repeat left center;color: #ff7735 !important;}
.articleHand a.excel {background: url(../images/common/file/excel.png) no-repeat left center;color: #15bf44 !important;}
.articleHand a.pdf {background: url(../images/common/file/pdf.png) no-repeat left center;color: #1369c0 !important;}
.articleHand a.zip {background: url(../images/common/file/zip.png) no-repeat left 3px;color: #ff9779 !important;}
.articleHand a:hover{text-decoration: underline;}
/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.articlePage {clear: both;text-align: center;font-family: Arial;font-size: 0;}
.articlePage a {margin: 0 5px;background: #ccc;padding: 3px 12px;display: inline-block;font-size: 12px;height: 24px;line-height: 24px;}
.articlePage a:hover {color: #fff;background: var(--themeColor);}
.articlePage a.hover {color: #fff;background: var(--themeColor);}
/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {display: block;line-height: 34px;color: #999999;font-size: 16px;}
.pageUp a {font-size: 16px;color: #999999;position:relative;z-index: 10}
.articlePageBox:hover,
.pageUp a:hover {color: var(--themeColor);}
/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {position: absolute;left: -1px;opacity: 0;}
.newsAudio .audiojs {z-index: 99999;background: #fff;overflow: hidden;font-family: monospace;font-size: 12px;border-radius: 5px;box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);width: 400px;margin: 0 auto;border: 1px solid #e5e5e5;}
.newsAudio .audiojs .play-pause {width: 25px;height: 27px;padding: 4px 6px;margin: 0px;float: left;overflow: hidden;position: relative;}
.newsAudio .audiojs .play-pause:before {content: '';display: block;border-right: 1px solid #e5e5e5;position: absolute;right: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs p {display: none;width: 25px;height: 27px;margin: 0px;cursor: pointer;}
.newsAudio .audiojs .play {display: block;}
.newsAudio .audiojs .scrubber {position: relative;float: left;width: 240px;background: #f5f5f5;height: 14px;margin: 10px;top: 1px;overflow: hidden;}
.newsAudio .audiojs .progress {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #fbbc05;z-index: 1;}
.newsAudio .audiojs .loaded {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #ffeebb;cursor: pointer;}
.newsAudio .audiojs .time {overflow: hidden;height: 35px;line-height: 36px;margin: 0px 0px 0px 6px;padding: 0px 6px 0px 12px;position: relative;color: #666;}
.newsAudio .audiojs .time:before {content: '';display: block;border-left: 1px solid #e5e5e5;position: absolute;left: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs .time em {padding: 0px 2px 0px 0px;color: #666;font-style: normal;}
.newsAudio .audiojs .time strong {padding: 0px 0px 0px 2px;font-weight: normal;}
.newsAudio .audiojs .error-message {display: none;padding: 0px 10px;height: 35px;overflow: hidden;line-height: 36px;white-space: nowrap;color: #666;text-overflow: ellipsis;-o-text-overflow: ellipsis;-icab-text-overflow: ellipsis;-khtml-text-overflow: ellipsis;-moz-text-overflow: ellipsis;-webkit-text-overflow: ellipsis;}
.newsAudio .audiojs .error-message a {color: #666;text-decoration: none;padding-bottom: 1px;border-bottom: 1px solid #999;white-space: wrap;}
.newsAudio .audiojs .play {background: url(../../common/components/audio/images/play.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .loading {background: url(../../common/components/audio/images/loading.png) center center no-repeat;background-size: 14px;-webkit-animation: fa-rotating 2s infinite linear;animation: fa-rotating 2s infinite linear;}
.newsAudio .audiojs .loading:before {content: '';}
@keyframes fa-rotating {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
.newsAudio .audiojs .error {background: url(../../common/components/audio/images/error.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .pause {background: url(../../common/components/audio/images/pause.png) center center no-repeat;background-size: 16px;}
.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {display: none;}
.newsAudio .playing .pause {display: block;}
.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {display: none;}
.newsAudio .loading .loading {display: block;}
.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {display: none;}
.newsAudio .error .error {display: block;}
.newsAudio .error .play-pause p {cursor: auto;}
.newsAudio .error .error-message {display: block;}
/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo{width: 600px;height: 400px;margin: 0 auto;position: relative;}
.newsViewVideo #col1mui-player{height: 100% !important;cursor: pointer;}
.newsViewVideo #muiPlaybtn{position: absolute;left: 0;top: 0;background: url(../images/play.png) no-repeat center center;width: 100%;height: 100%;display: block;z-index: 999;cursor: pointer;}
/* ————— 视频 end ————— */


/* ————— 有序列表 start ————— */
.articleBox  ul,.articleBox  ol{padding-left: 20px;}
.articleBox  ul li{list-style-type: disc;}
.articleBox  ol li{list-style-type: decimal}
/* ————— 有序列表 end ————— */

/* ————— 表格 start ————— */
.articleBox table{
    margin: 0 auto;
}
.articleBox table tr td{
  padding: 5px;
  border: 1px solid #e6e6e6;
}
/* ————— 表格 end ————— */
/*********** 文章详细页 start ***********/
.productSortChange {
    margin-top: 75px;
    width: 30%;
}
.productSortChange .aykj_cssSelect .aykj_selectBox{
    border-color: #d8c3a7;
}
.productSortChange  .aykj_cssSelect .aykj_selectLt{
    min-height: 88px;
    line-height: 88px;
    font-size: 16px;
    color: #666;
    padding: 0 40px 0 20px;
}
.productSortChange .aykj_cssSelect .aykj_selectRt{
    width: 40px;
}
.productSortChange .aykj_cssSelect .aykj_selectRt:before{
    border-width: 8px;
}
.productSortChange  .aykj_cssSelect .aykj_optionBox:hover{
    background: var(--themeColor);
}