﻿/* AB模板网 整站模板下载 *//* 模板：Www.AdminBuy.Cn *//* QQ：9490489 */
@media(min-width: 1440px) and (max-width: 1920px)
{
    html
    {
        font-size: 20px;
    }
}
@media(min-width: 1366px) and (max-width: 1400px)
{
    html
    {
        font-size: 18px;
    }
}
@media(min-width: 1200px) and (max-width: 1366px)
{
    html
    {
        font-size: 16px;
    }
}
@media(max-width: 768px)
{
    html
    {
        font-size: 20px;
    }
}
body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, span, div, img, form, input, textarea, select, header, nav, main, menu, section, figure, figcaption, footer
{
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: .8rem;
    color: #343434;
    box-sizing: border-box;
}
html, body
{
    width: 100%;
    overflow-x: hidden;
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    scroll-behavior: smooth;
}
p
{
    line-height: 1;
}
a
{
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
ul, li
{
    list-style: none;
}
button, input, textarea
{
    outline: none;
    border: none;
}
textarea
{
    overflow: auto;
    resize: none;
}
img
{
    width: 100%;
    height: 100%;
    display: inline-block;
    border: none;
    object-fit: cover;
}
.fx
{
    display: flex;
}
.fy
{
    display: flex;
    flex-direction: column;
}
.jc
{
    justify-content: center;
}
.jb
{
    justify-content: space-between;
}
.ac
{
    align-items: center;
}
.fc
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-container
{
    width: 100%;
    height: 100%;
}
.swiper-slide
{
    text-align: center;
    font-size: 18px;/* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-button-prev:focus, .swiper-button-next:focus
{
    outline: none;
}
.one-row
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.more-row
{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.container
{
    max-width: 1400px;
    margin: 0 auto;
}
header
{
    padding: 1rem 0;
}
header .container
{
    max-width: 70rem;
    margin: 0 auto;
}
header .container .logo a
{
    width: 100%;
}
header .container .logo img
{
    height: 41px;
    width: inherit;
}
header .container nav
{
    margin-left: 10rem;
    margin-right: 1.25rem;
}
header .container nav ul li
{
    padding: 0 1.25rem;
}
header .container nav ul li a
{
    padding-bottom: .6rem;
    position: relative;
    font-size: .8rem;
    color: #333;
    white-space: nowrap;
}
header .container nav ul li a:hover
{
    color: #ef8e02;
}
header .container nav ul li a:hover::before
{
    opacity: 1;
}
header .container nav ul li a::before
{
    position: absolute;
    content: '';
    width: 100%;
    height: .1rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ef8e02;
    opacity: 0;
    transition: all .3s ease-out;
}
header .container nav ul .active a
{
    color: #ef8e02;
}
header .container nav ul .active a::before
{
    opacity: 1;
}
header .container .tel
{
    margin-right: 1.25rem;
    padding: .5rem;
    border: .05rem solid #999;
    border-radius: 1.2rem;
}
header .container .tel i
{
    font-size: 1rem;
    color: #767676;
}
header .container .tel p
{
    margin-left: .6rem;
    font-size: 1rem;
    color: #333;
    white-space: nowrap;
}
header .container .wechat
{
    position: relative;
    width: 2.1rem;
    height: 2.1rem;
}
header .container .wechat:hover .w-pic
{
    bottom: -6rem;
    opacity: 1;
}
header .container .wechat::before
{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ef8e02;
    transform: rotate(45deg);
    z-index: -1;
}
header .container .wechat::after
{
    position: absolute;
    content: '';
    width: .05rem;
    height: 100%;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ef8e02;
}
header .container .wechat i
{
    font-size: 1.5rem;
    color: #fff;
}
header .container .wechat .w-pic
{
    position: absolute;
    width: 5rem;
    height: 5rem;
    padding: .25rem;
    background-color: #fff;
    border-radius: .2rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7.5rem;
    opacity: 0;
    z-index: 11;
    transition: all .3s ease;
}
footer
{
    background-color: #333;
}
footer .f-top
{
    padding: 2rem 0;
}
footer .f-top .fl
{
    padding-right: 4.5rem;
    border-right: .05rem solid rgba(238,238,238,.1);
}
footer .f-top .fl .fl-top .logo
{
    margin-right: 2.1rem;
    width: 10%;
}
footer .f-top .fl .fl-top .logo img
{
    height: auto;
}
footer .f-top .fl .fl-top ul li
{
    margin-right: 1.5rem;
    font-size: .7rem;
    color: #fff;
}
footer .f-top .fl .fl-top ul li a
{
    font: inherit;
}
footer .f-top .fl .fl-bottom
{
    margin-top: 3rem;
}
footer .f-top .fl .fl-bottom h4
{
    font-size: .7rem;
    color: #999;
}
footer .f-top .fl .fl-bottom li
{
    margin-right: 1rem;
}
footer .f-top .fl .fl-bottom li a
{
    font-size: .7rem;
    color: #666;
}
footer .f-top .fl .fl-bottom li a:hover
{
    color: #ef8e02;
}
footer .f-top .fr
{
    align-items: flex-start;
    margin-left: 2rem;
}
footer .f-top .fr .fr-l
{
    margin-right: 1rem;
}
footer .f-top .fr .fr-l>div:nth-child(2)
{
    margin: 1rem;
}
footer .f-top .fr .fr-l>div:nth-child(2) i
{
    font-size: 1.5rem;
}
footer .f-top .fr .fr-l>div:nth-child(2) h5
{
    font-size: .75rem;
    color: #fff;
    white-space: nowrap;
}
footer .f-top .fr .fr-l i
{
    margin-right: .9rem;
    font-size: 2.5rem;
    color: #ef8e02;
}
footer .f-top .fr .fr-l h4
{
    font-size: 1.5rem;
    color: #fff;
}
footer .f-top .fr .fr-l h4 span
{
    font-size: .7rem;
    color: inherit;
}
footer .f-top .fr .fr-r
{
    padding-left: 2rem;
}
footer .f-top .fr .fr-r img
{
    width: 5.5rem;
    height: 5.5rem;
    background-color: #fff;
}
footer .f-top .fr .fr-r p
{
    margin-top: .5rem;
    font-size: .6rem;
    color: #999;
}
footer .f-bottom
{
    padding: 2rem 0;
    border-top: .05rem solid rgba(238,238,238,.1);
}
footer .f-bottom p
{
    font-size: .6rem;
    color: #999;
}
.tag
{
    position: fixed;
    top: 35%;
    right: 1%;
    z-index: 11;
}
.tag .tag-item
{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: .05rem;
    padding: .6rem;
    background-color: #fff;
    transition: all .3s ease;
    box-shadow: .1rem .2rem .5rem rgba(0,0,0,.2);
}
.tag .tag-item:hover
{
    background-color: #ef8e02;
}
.tag .tag-item:hover i, .tag .tag-item:hover p
{
    color: #fff;
}
.tag .tag-item:hover .tag-pic
{
    opacity: 1;
}
.tag .tag-item i
{
    font-size: 1.4rem;
    color: #ef8e02;
}
.tag .tag-item p
{
    margin-top: .5rem;
    font-size: .7rem;
    color: #ef8e02;
}
.tag .tag-item .tag-pic
{
    position: absolute;
    width: 6rem;
    height: 6rem;
    right: 101%;
    top: 0;
    background-color: #ef8e02;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.tag .tag-item .qq
{
    display: flex;
    flex-direction: column;
    width: auto;
    height: 100%;
    color: #333;
    background-color: #fff;
    font-weight: 600;
}
.tag .tag-item .qq p
{
    margin-top: 0;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #ef8e02;
    border-bottom: 1px solid #dedede;
}
.tag .tag-item .qq span
{
    font-size: 18px;
    color: #666;
    padding: 10px 20px;
    font-weight: 400;
}
.tag .tag-oitem
{
    margin-top: .5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #ef8e02;
}
.tag .tag-oitem i
{
    font-size: 1.5rem;
    color: #fff;
}
.page-tag
{
    padding: 1rem 0 .5rem;
    position: relative;
    border-bottom: .05rem solid #ececec;
}
.page-tag::before
{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 5rem;
    height: .05rem;
    background-color: #ef8e02;
}
.page-tag i
{
    margin: 0 .25rem;
    font-size: 1rem;
    color: #575555;
}
.page-tag .icon-r
{
    font-size: .8rem;
}
.page-tag p
{
    font-size: .9rem;
}
.page-tag a
{
    font-size: .75rem;
}
.page-tag a:hover
{
    color: #ef8e02;
}
.paged
{
    font-size: 0;
    text-align: center;
}
.paged a, .paged .p_info, .paged .current
{
    display: inline-block;
    vertical-align: top;
    margin: .3rem .15rem 0;
    padding: 0 .75rem;
    height: 1.9rem;
    line-height: 1.9rem;
    font-size: .75rem;
    text-align: center;
    color: #333;
    background-color: #fff;
    border-radius: .1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.paged .current, .paged a:hover
{
    color: #fff;
    background: #ef8e02;
}
.paged .disabled
{
    cursor: default;
    background-color: #e0e0e0;
}
.paged .disabled:hover
{
    color: #333;
    background-color: #e0e0e0;
}
.ab_img img
{
    max-width: 100%!important;
    height: auto!important;
    display: inline-block;
}
.ab_img p
{
    text-wrap: inherit!important;
}
.ab_img p span
{
    text-wrap: inherit!important;
}