/*
 *  public.css by 453883682@qq.com
 */
.wow { transition-delay: 0.3s;}
.pc { display: block;}
.mob { display: none;}
.wrap{ width: 100%; padding: 0 80px; margin:0 auto;}

.container{ margin-left: 80px;}
/* aside */
.asideBg{ position: fixed; left: 0; top: 0; bottom: 0; width: 80px; color: #FFFFFF; background-color: var(--main-color);z-index: 11;}
.asideBg::before{ display: block; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 0; background-color: var(--hover-color); transition: all .6s;}
.asideBg.org::before{ height: 100%; top: auto; bottom: 0;}
.aside_logo{ display: block; padding: 30px 0; transform: rotate(90deg) translateX(50%); text-align: center;}
.aside_logo img{ max-width: 180px; height: auto;}
.menuBtn{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 22px; height: 22px; cursor: pointer;}
.menuBtn span{ display: block; width: 100%; height: 2px; background-color: #FFFFFF; position: absolute; left: 0; top: calc((100% - 4px)/2); transition: all .3s;}
.menuBtn span:nth-child(1) { transform: translateY(5px) rotate(0deg);}
.menuBtn span:nth-child(3) { transform: translateY(-5px) rotate(0deg);}
.menuBtn.active span:nth-child(1) { transform: translateY(0) rotate(45deg);}
.menuBtn.active span:nth-child(3) { transform: translateY(0) rotate(-45deg);}
.menuBtn.active span:nth-child(2) { opacity: 0;}
.menu-share{ list-style: none; position: absolute; left: 0; right: 0; bottom: 40px;}
.menu-share li{ position: relative; padding-top: 15px;}
.menu-share li a{ display: block; width: 40px; height: 40px; border: 1px solid #FFFFFF; border-radius: 50%; margin: 0 auto; background-position: center center; background-size: contain; background-repeat: no-repeat;}
.share-wx{ background-image: url(../images/icon_share_1.png);}
.share-sina{ background-image: url(../images/icon_share_2.png);}
.menu-share-pop{ position: absolute; bottom: -16px; left: 100%; margin-left: -10px; padding-left: 8px; opacity: 0; visibility: hidden; transform: translateX(10px); transition: all .3s;}
.menu-share-pop::before{ display: block; content: ''; position: absolute; left: 0; bottom: .3rem; border-right: 8px solid #FFFFFF; border-top: 8px solid transparent; border-bottom: 8px solid transparent;}
.menu-share-box{ background: #FFFFFF; border-radius: .12rem; padding: .4rem .35rem; width: 450px;}
.menu-share-icon{ float: left; max-width: 58px; overflow: hidden; margin-right: .2rem;}
.menu-share-icon img{ max-width: 100%; height: auto;}
.menu-share-text{ font-size: 14px; color: #131313; line-height: 26px; overflow: hidden;}
.menu-share-text i{ color: var(--hover-color);}
.menu-share-bottom{ color: #5c5c5c; margin-top: .2rem;}
.menu-share li a:hover + .menu-share-pop{ opacity: 1; visibility: visible; transform: translateX(0);}
/* main */
.main{ min-height: 100vh;}
.main > .header{ left: 80px;}
.header { position: absolute; left: 0; right: 0; top: 30px; min-width: 320px; z-index: 2; color: #FFFFFF; transition: all .3s;}
.header.no-show{ transform: translateY(-100%);}
.logo { float: left; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; height: 80px; overflow: hidden; transition: all 1s;}
.logo a { display: block; transition: all .3s;}
.logo img { height: 28px; transition: all .3s;}
.navSearch{ cursor: pointer;}
.navSearch span{ width: 60px; height: 60px; border-radius: 50%; background: url(../images/icon_search_white.png) center center rgba(255, 255, 255, .18) no-repeat; background-size: 18px auto;}

.navBox { margin: 0 auto; text-align: right;}
.navList { list-style: none; margin: 0; font-size: 0; display: inline-block; vertical-align: top; transition: all .3s;}
.navList > li { display: inline-block; vertical-align: top; margin-right: 3vw;}
.navList > li > a { position: relative; display: block; line-height: 80px; font-size: 16px; color: #FFFFFF; transition: all .3s;}
.navList > li > a:hover,
.navList > li.active > a{ color: #FFFFFF;}
.navList > li > a:hover::before,
.navList > li.active a::before{ left: 0; width: 100%;}
.navRig { position: relative; float: right; line-height: 80px; text-align: right; font-size: 0; transition: all .3s;}
.navRig > li { position: relative; display: inline-block; vertical-align: middle; font-size: 16px;}
.navRig > li + li{ margin-left: 3vw;}
.navRig > li:last-child{ margin-left: 0;}
.navRig a,
.navRig i,
.navRig span { display: inline-block; vertical-align: middle;color: #FFFFFF;}
.header.nav-open,
.header.bg{ top: 0; color: #333333; background-color: #FFFFFF; box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.06);}
.header.nav-open .logo .shows,
.header.bg .logo .shows{ display: none;}
.header.nav-open .logo .hides,
.header.bg .logo .hides{ display: block;}
.header.nav-open .logo img,
.header.bg .logo img{ height: 60px;}
.header.nav-open .navList > li > a,
.header.bg .navList > li > a{ color: #333333;}
.header.bg .navList > li > a:hover,
.header.bg .navList > li.active > a{ color: var(--main-color);}
.header.bg .navRig a,
.header.bg .navRig i,
.header.bg .navRig span{ color: #333333;}
.header.bg .navRig li.active a,
.header.bg .navRig a:hover{ color: var(--main-color);}
.header.bg .navSearch span{ background-image: url(../images/icon_search.png);}
.header.bg .navSearch:hover{ color: var(--main-color);}
.header.nav-open .navSearch:hover span,
.header.bg .navSearch:hover span{ background-image: url(../images/icon_search_main.png);}
.header.nav-open .navBtn span b,
.header.bg .navBtn span b{ background: #333333;}
.header.nav-open .navBtn:hover,
.header.bg .navBtn:hover{ color: var(--main-color);}
.header.nav-open .navBtn:hover span b,
.header.bg .navBtn:hover span b{ background: var(--main-color);}

/* searchBg */
.searchBg{ position: fixed; left: 80px; right: 0; top: 0; height: 100%; border-left: 1px solid #FFFFFF; background-color: var(--main-color); font-size: 16px; text-align: center; z-index: 10;display: none;}
.search{ padding: .3rem 0; max-width: 860px; height: 100%; margin: 0 auto;}
.searchTit{ font-size: 52px; color: #FFFFFF; line-height: 1.6; letter-spacing: .1rem; font-weight: bold;}
.searchCon { position: relative; padding-right: 0; margin: .4rem 0; overflow: hidden; transition: all .3s;}
.searchInput { display: block; width: 100%; height: 50px; line-height: 24px; padding: 13px 15px; padding-right: 60px; border: none; font-size: 16px; color: #333333; border-radius: 25px;}
.searchBtn { display: block; position: absolute; right: 0; top: 0; width: 60px; height: 50px; background: url(../images/icon_search.png) 30px center no-repeat; border: none;    cursor: pointer;}
.searchBtn:focus { border: none; outline: none;}
.searchClose { display: block; width: 36px; height: 36px; background: url(../images/icon_close.png) center center no-repeat; background-size: 16px auto; position: absolute;    right: .55rem; top: .7rem; z-index: 2; cursor: pointer; transition: all .3s ease;}
.searchClose:hover { transform: rotate(90deg);}
.hotList{ list-style: none; display: flex; flex-wrap: wrap; justify-content: center; overflow: hidden; text-align: center; margin: 0 -5px;}
.hotList li{ padding: 0 5px; margin-bottom: 10px;}
.hotList li a{ display: block; min-width: 120px; line-height: 38px; height: 100%; border: 1px solid rgba(255, 255, 255, .35); color: #FFFFFF; border-radius: 20px; padding: 0 .25rem; transition: all .3s;}
.hotList li a:hover{ color: var(--main-color); background-color: #FFFFFF;}

.menuBg{ position: fixed; left: 0; right: 0; top: 0; height: 100%; font-size: 16px; color: #FFFFFF; background: url(../images/menuBg.jpg) center center var(--main-color) no-repeat; text-align: center; z-index: 10; transform: translateX(-100%); visibility: hidden; transition: all .3s linear .1s;}
.menuBg.active{ transform: translateX(0); visibility: visible;}

/* footer */
.footBg{ position: relative; color: #FFFFFF; line-height: 1.8; background: url(../images/index/hm2Bg.jpg) repeat; z-index: 1; border-top: 2px solid #FFFFFF;}
.footBg a{ color: #FFFFFF;}
.footBg a:hover{ color: #FFFFFF;}
.ftTop{ display: flex; align-items: center; justify-content: space-between; padding: .2rem 0;}
.ftTop + .ftTop{  border-top: 1px solid rgba(255, 255, 255, .18);}
.ftTop:first-child{ padding-top: 70px;}
.ftTop:last-child{ padding-bottom: 30px;}
.ftLef{ flex-shrink: 0; width: 340px; margin-right: 15px;}
.ftLogo img{ max-height: 31px;}
.ftCompany{ font-size: 20px; color: #FFFFFF; margin: 0 0 .1rem; font-weight: normal;}
.ftRig{ flex: auto; max-width: 900px; max-width: 46%;}
.ftShare{ font-size: 0; text-align: right;}
.ftShare li { position: relative; display: inline-block; vertical-align: middle;}
.ftShare li + li{ margin-left: 15px;}
.ftIco{ display: block; width: 40px; height: 40px; border: 1px solid #FFFFFF; border-radius: 50%; background-position: center center; background-size: cover; background-repeat: no-repeat; transition: all .3s ease;}
.ftIco1{ background-image: url(../images/icon_share_1.png);}
.ftIco2{ background-image: url(../images/icon_share_2.png);}
.ftIco3{ background-image: url(../images/icon_share_3.png);}
.ftIco4{ background-image: url(../images/icon_share_4.png);}
.ftIco5{ background-image: url(../images/icon_share_5.png);}
.ftWx{ position: absolute; left: 50%; bottom: 100%; margin-left: -55px; margin-bottom: 24px; width: 110px; height: auto; padding: 1px; background-color: #FFFFFF; opacity: 0; visibility: hidden; border-radius: 5px 5px 0 0; transform: translateY(-5px); filter: drop-shadow( 0 0 10px rgba(0,0,0,0.1)); transition: all .3s ease; z-index: 2;}
.ftWx::before{ display: block; content: ""; width: 0; height: 0; position: absolute; left: 50%; top: 100%; margin-left: -8px; border-top: 10px solid #FFFFFF; border-left: 8px solid transparent; border-right: 8px solid transparent;}
.ftWx img{ display: block; width: 100%; height: auto;}
.ftIco:hover + .ftWx{ opacity: 1; visibility: visible; transform: translateY(0);}
.ftNav{ list-style: none; flex: auto; display: flex; justify-content: space-between; overflow: hidden;}
.ftNav li{ padding-left: .3rem; margin-bottom: 15px;}
.ftNav h3{ font-size: 16px; margin: .2rem 0 .1rem; font-weight: normal;}
.ftCon p{ line-height: 1.4; margin: 5px 0;}
.ftCon p a{ font-weight: 100; transition: all .3s;}
.ftCode{ max-width: 120px; flex-shrink: 0; margin-top: .2rem;}
.wxImg{ text-align: center;}
.wxImg img{ max-width: 100%; height: auto;}
.ftBot{ display: flex; justify-content: space-between; padding: .25rem 0;}
.copyright{ flex: auto; overflow: hidden;}
.support{ flex-shrink: 0; margin-left: 15px;}

/* 圆形-进度 */
.circle{ width: 50%; height: 100%; position: absolute; top: 0; overflow: hidden;}
.circle span{ width: 200%; height: 100%; border: 2px solid transparent; border-radius: 50%; position: absolute; top: 0; transform: rotate(-135deg);}
.cleLef{ left: 0;}
.cirLef span { border-bottom: 2px solid #FFFFFF; border-left: 2px solid #FFFFFF; left: 0px;}
.cirRig{ right: 0;}
.cirRig span { border-top: 2px solid #FFFFFF; border-right: 2px solid #FFFFFF; right: 0px;}
.cirAni.active .cirLef span { animation: circle_right 5s linear 1 forwards;}
.cirAni.active .cirRig span { animation: circle_left 5s linear 1 forwards;}


/* 页码 */
.page{ margin: 60px 0; text-align: center;}
.page p,
.page input,
.page a,
.page span{ display: inline-block; vertical-align: middle; text-align: center; line-height: 24px; font-size: 16px; color: #333333; margin: 0 .1rem; font-family: 'CenturyGothic'; font-weight: bold;}
.page a:hover{ color: var(--hover-color);}
.page a.active{ color: var(--hover-color); border-bottom: 2px solid var(--hover-color);}
.page a.prev{ font-size: 20px;}
.page a.next{ font-size: 20px;}
.page p{ margin: 0 .15rem;}
.page input{ width: 42px; border: 1px solid #f0f0f0; border-radius: 4px; line-height: 24px; margin-top: -4px; color: #999999;}


.innerBg{ position: relative; font-size: 16px; color: #5c5c5c; line-height: 1.8; z-index: 1; min-height: calc(100vh - 640px); background-color: #FAFAFA;}
.inner{ width: 90%; max-width: 1280px; margin: 0 auto;}

/* sort */
.sortBg{ position: sticky; top: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.06); background-color: #FAFAFA; z-index: 2;}
.sortList{ list-style: none; display: flex; flex-wrap: wrap; margin: 0 -.3rem;}
.sortList li{ padding: 0 .3rem;}
.sortList li a{ position: relative; display: block; line-height: 36px; padding: 25px 0; font-size: 16px; color: #131313; transition: all .3s;}
.sortList li a::after{ display: block; content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background-color: var(--main-color);}
.sortList li:not(.active) a:hover{ color: var(--main-color);}
.sortList li.active a{ color: var(--main-color);}
.sortList li.active a::after{ width: 100%;}

/* breadNav */
.breadNav{ list-style: none; font-size: 0; color: #707070; line-height: 30px; padding: .25rem 0;}
.breadNav li{ position: relative; display: inline-block; vertical-align: middle; font-size: 16px;}
.breadNav li a{ display: inline-block; vertical-align: middle; color: #707070;}
.breadNav li + li + li::before{ display: inline-block; vertical-align: middle; content: ">"; padding: 0 5px;}
.breadNav li a:hover{ color: var(--main-color);}

/* loading */
.loading{ margin: 50px 0; text-align: center;}
.loadBtn{ color: #999999;}
.loadBtn i{ display: inline-block; vertical-align: middle; width: 20px; height: 20px; background: url(../images/loading.png) center center no-repeat; margin-right: 10px;    margin-top: -2px;}
.loadBtn:hover{ color: var(--hover-color);}
.loadBtn:hover i{ background-image: url(../images/loading_Hover.png);}

/* playBtn */
.playBtn{ position: relative; cursor: pointer;}
.playBtn::after{ display: block; content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 45px; height: 45px; background: url(../images/icon_play.png) center center no-repeat; background-size: cover;}


@media (max-width:1600px) {
    .wrap{ padding: 0 30px;}
    .container{ margin-left: 70px;}
    .asideBg{ width: 70px;}
    .menu-share li a{ width: 36px; height: 36px;}
    .main > .header{ left: 70px;}
    .header{ top: 20px; }
    .logo{ height: 70px; }
    .logo img{ height: 24px;}
    .navList > li > a,
    .navRig{ line-height: 70px; }
    .navRig li{ font-size: 15px;}
    .navList > li > a{ font-size: 15px;    }
    .navSearch span{ width: 46px; height: 46px;}
    .header.nav-open .logo img,
    .header.bg .logo img{ height: 24px;}
    .searchBg{ font-size: 14px; left: 70px;}
    .searchTit{ font-size: 42px;    }
    .hotList li a{ line-height: 34px;}
    .menuBg{ font-size: 14px;}
    .ftTop{ padding: .1rem 0;}
    .ftTop:first-child{ padding-top: 3.65vw;}
    /* .ftRig{max-width: 840px;} */
    .ftShare{padding-bottom: .2rem;}
    .ftIco{ width: 38px; height: 38px;}
    .ftBot{ padding: .2rem 0;}

    .innerBg{ font-size: 15px;}
    .breadNav{ padding: .15rem 0;}
    .breadNav li{ font-size: 14px;}
    .sortList li a{ padding: 1.3vw 0; font-size: 15px; line-height: 24px;}
}
@media (max-width:1400px) {
    .innerBg{ font-size: 14px;}
}
@media (min-width:1200px) {
    .navBox{ display: block !important;}
}
@media (max-width:1200px) {
    .container{ margin-left: 0;}
    .asideBg{ right: 0; bottom: auto; width: 100%; height: 60px; padding: 0 15px;}
    .asideBg::before{ display: none;}
    .aside_logo{ float: left; transform: none; padding: 0; height: 100%; display: flex; flex-direction: column; justify-content: center;}
    .menu-share{ display: none;}
    .menuBtn{ left: auto; right: 15px;}
    .menuBg{ transform: translate(0,-100%);}
    .menuBg.active{ transform: translate(0,0);}
    .header{ top: 0; display: none;}
    .navRig {
        position: static;
        line-height: 60px;
        margin: 0;
    }
    .navRig li{
        display: none;
    }
    .navRig li + li{
        margin-left: 0;
    }
    .navRig li.navSearch{
        position: absolute;
        left: 15px;
        top: 0;
        display: inline-block;
    }
    .navRig li.navBtn{
        display: inline-block;
    }
    .searchClose{
        top: 15px;
        right: 15px;
    }
    .menu{
        display: block;
    }
    .menu .wrap{
        height: 100%;
        padding: 0;
    }
    .menu .ftNav{
        padding: 0 .3rem;
        height: calc(100% - 38px - 2.7rem);
        overflow-y: auto;
    }
    .menu .ftNav h3{
        margin-bottom: .1rem;
    }
    .navBox {
        position: fixed;
        left: 0;
        right: 0;
        top: 60px;
        bottom: 0;
        width: 100%;
        overflow: hidden;
        z-index: 2;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        background-color: #FFFFFF;
        display: none;
    }
    .navList {
        text-align: left;
        height: 100%;
        overflow-y: auto;
        display: block;
        padding: 0 .3rem;
        margin: 0 auto;
    }
    .navList>li {
        display: block;
        margin: 0;
        text-align: left;
    }
    .navList>li>a {
        height: auto;
        line-height: 46px;
        padding: 0 !important;
        padding-right: 46px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        color: var(--primary-color);
    }
    .navList > li > a:hover, .navList > li.active > a{
        color: var(--main-color);
    }
    .navList>li>a::before {
        display: none;
    }
    .navSecond .dropdown .navTit a::after,
    .navList>li.dropdown>a::after {
        display: block;
        width: 46px;
        content: "\f107";
        position: absolute;
        right: 0;
        top: 0;
        font-family: FontAwesome;
        text-align: center;
        transition: all .3s;
        font-size: 22px;
    }
    .navList>li.cur>a::after { transform: rotate(180deg);}
    .opened .navList{ transform: scale(1);}
    .header.nav-open .logo img,
    .header.bg .logo img{ height: 40px;}

    .footBg{ padding: .3rem 0; }
    .ftTop{ display: block; padding: 0;}
    .ftLef{ width: 100%; text-align: center; margin: .2rem 0 .3rem;}
    .ftLogo{ text-align: center; margin: .2rem 0;}
    .ftCompany{ font-size: 16px; margin: .1rem 0;}
    .ftRig{ display: block; max-width: 100%; margin: .3rem 0 .2rem;}
    .ftCode{ max-width: 100%; margin: .2rem auto;}
    .wxImg{ max-width: 120px; width: 50%; margin: 0 auto;}
    .ftShare{ text-align: center;}
    .ftNav li{ text-align: left;}
    .ftBot{ display: block; padding: 0; text-align: center; }
    .support{ margin: 0;}

    .inner{ width: 100%; padding: 0 .3rem;}
    .sortBg{ top: 60px;}
    .sortList{ margin: 0 -.1rem;}
    .sortList li{ padding: 0 .1rem;}
}

@media (max-width:991px) {
    .wrap{ padding: 0 .3rem;}
    .ftNav{ display: block;}
    .ftNav li{ width: 100%;padding-left: 0;}
    .ftCon{ display: flex; align-items: center; flex-wrap: wrap; margin: 0 -.1rem;}
    .ftCon p{ padding: 0 .1rem; margin: 0;    }
}
@media (max-width:767px) {
    .sortList li a{ font-size: 14px; line-height: 28px; padding: .1rem 0;}
}

@media (max-width:640px) {
    .navList > li > a{ font-size: 14px;}
    .searchTit{ font-size: .42rem;}
    .searchInput{ font-size: 14px; height: 40px; padding: 8px 15px; padding-left: 40px;}
    .searchBtn{ left: 10px; width: 30px; height: 40px; background-position: center center;}
    .hotList{ font-size: 12px;}
    .hotList li a{ line-height: 30px; min-width: 0;}
    .page{ margin: .3rem 0;}
    .page p{ display: block; margin: .2rem 0;}
    .page p,
    .page input,
    .page a,
    .page span{ font-size: 14px;}
}
@media (max-width:460px) {
    .asideBg{ height: 50px;}
    .logo img{ height: 34px;}
    .menu .ftNav{ display: block;}
    .menu .ftNav h3{ font-size: 16px;}
    .ftLogo img{ max-height: .4rem;}
    .ftIco{ width: 32px; height: 32px;}
    .ftShare li + li{ margin-left: 10px;}
    .ftNav{ display: none;}
    .sortBg{ top: 50px;}
}