@font-face {
    font-family: BarlowCondensed-Regular;
    src: url(../font/BarlowCondensed-Regular.ttf);
}

@font-face {
    font-family: BarlowCondensed-Bold;
    src: url(../font/BarlowCondensed-Bold.ttf);
}

@font-face {
    font-family: GOTHAM-BLACK;
    src: url(https://www.qvand.com/template/default/fonts/GOTHAM-BLACK.OTF);
}

@media (max-width:1920px) {
    html {
        font-size: 16px;
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    html {
        font-size: 15px;
    }
}

@media (min-width:640px) and (max-width:1399px) {
    html {
        font-size: 14px;
    }
}

@media (min-width:471px) and (max-width:639px) {
    html {
        font-size: 13px;
    }
}

@media (min-width:329px) and (max-width:470px) {
    html {
        font-size: 12px;
    }
}

@media (max-width:328px) {
    html {
        font-size: 12px;
    }
}


/*==========================================公共 开始=============================================*/

.ar_wap {
    display: none
}

.a_body {
    position: relative;
    z-index: 0;
}

.section {
    overflow: hidden;
}


/*==========================================公共 结束=============================================*/

header {
    height: 50px;
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 36px;
    padding: 0 8.75rem;
    transition: 0.6s;
}

.logo {
    display: inline-block;
    vertical-align: top;
    margin-right: 5rem;
}

.navigation {
    display: inline-block;
    vertical-align: top;
}

.navigation ul {
    font-size: 0
}

.navigation li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 2.75rem;
}

.navigation li.on>a {}

.navigation li.on .icon-arow {}

.navigation a {
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s;
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
}

.navigation a i {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.navigation a:hover {}

.navigation a:hover i {}

.navigation .down-menu a {
    padding-right: 18px;
}

.navigation .down-menu a .icon-arow {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.navigation .down-menu.active>a {}

.navigation .down-menu.active>a .icon-arow {
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.sub-menu {
    padding-top: 15px;
    display: none;
    text-align: center;
    position: absolute;
    width: 156px;
    background: rgba(21, 139, 141, 0.9);
    padding: 20px 15px;
    margin-left: -32px;
}

.sub-menu dd {
    margin-bottom: 20px
}

.sub-menu a {
    font-size: 14px;
    line-height: 14px;
    padding-right: 0 !important;
    position: relative
}

.sub-menu dd {
    position: relative
}

.sub-menu dd:before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 0;
    height: 6px;
    background: rgba(255, 255, 255, 0.15);
    right: 0;
    transition: 0.6s;
}

.sub-menu dd:hover:before {
    left: 0;
    width: 100%
}

header .right .daohang {
    display: inline-block;
    font-size: 0;
    margin-right: 1.5rem;
    vertical-align: top;
}

header .right .daohang ul li {
    display: inline-block;
    padding: 0 1.5rem;
    font-size: 15px;
}

header .right .daohang ul li a {
    color: #fff;
    display: inline-block;
    line-height: 50px;
    transition: 0.36s
}

header .right .daohang ul li a:hover {}


/*手机头部开始*/

#m_header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 4.5rem;
    left: 0;
    top: 0;
    padding: 0 10px;
    background: #fff;
    display: none;
    border-bottom: #eaeaea 1px solid;
}

#m_header #logo {
    height: 4.5rem;
}

#m_header #logo img {
    max-height: 60%;
    /* max-width: 70%; */
}

#m_header .yuyan {
    height: 4.5rem;
    float: right;
    margin-right: 4rem;
}

#m_header .yuyan span {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: .9rem;
    text-align: center;
    margin-left: 17px;
    background: rgba(255, 255, 255, .3);
}

.wap_search {
    width: 80%;
    margin: 0 auto;
}

.wap_search form {
    position: relative;
}

.wap_search #keyword {
    width: 80%;
    height: 3.8rem;
    line-height: 3.8rem;
    border: 0;
    padding: 0 1rem;
    font-size: 1rem;
    color: #999;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
}

.wap_search .btn_blue {
    width: 20%;
    height: 3.8rem;
    background: #00a0e9 url(https://www.qvand.com/template/default/images/search.svg) center no-repeat;
    background-size: 20px;
    font-size: 0;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    float: left;
}


/*顶部搜索*/

.tc_search {
    margin: 0 1.3rem;
    width: calc(100% - 2.6rem);
}

.tc_search form {
    height: 40px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    position: relative;
    width: 100%;
}

.tc_search #keyword {
    font-size: .875rem;
    color: #fff;
    height: 38px;
    line-height: 38px;
    padding: 0 1rem;
    box-shadow: none;
    -webkit-appearance: none;
    border-right: 0;
    background: none;
    width: 100%;
    border: none;
}

.tc_search .btn_blue {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 38px;
    line-height: 38px;
    border: 0;
    background: url(../image/search_white.svg) center center no-repeat;
    background-size: 1.2rem;
}

.tc_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}

.tc_search input::-webkit-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, .7);
}

.tc_search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    color: rgba(255, 255, 255, .7);
}

.tc_search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    c color: #fff;
    color: rgba(255, 255, 255, .7);
}

.tc_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    color: rgba(255, 255, 255, .7);
}


/* WebKit browsers */

.tc_search input:focus::-webkit-input-placeholder {
    color: transparent;
    /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}


/* Mozilla Firefox 4 to 18 */

.tc_search input:focus:-moz-placeholder {
    color: transparent;
}


/* Mozilla Firefox 19+ */

.tc_search input:focus::-moz-placeholder {
    color: transparent;
}


/* Internet Explorer 10+ */

.tc_search input:focus:-ms-input-placeholder {
    color: transparent;
}


/* 点击搜索框获取焦点 placeholder消失-结束 */


/*导航按钮开始*/

#nav_btn_box {
    height: 100%;
    z-index: 999999999;
    float: right;
    margin-left: 20px;
}

#nav_btn_box.on {
    background: none;
}

#nav_btn {}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
    background: #fff;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 1.875rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
    width: 1.75rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 21px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #333;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 1.75rem;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #333;
}

#nav_btn .navbtn::after {
    top: -8px;
}

#nav_btn .navbtn::before {
    top: 8px;
}

#nav_btn .point.on .navbtn {
    background: transparent;
}

#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}


/*导航按钮结束*/

.m_nav_list {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav {
    z-index: 99999;
    position: fixed;
    background: #BF1E2E;
    width: 17rem;
    height: 100vh;
    right: -400px;
    top: 0;
    display: none;
    padding: 50px 0;
    padding-top: 80px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#m_nav.act {
    pointer-events: auto;
    right: 0;
}

#m_nav>ul>li {
    width: 100%;
    overflow: hidden;
    padding: 0 2.3rem;
}

#m_nav>ul>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#m_nav li .a {}

#m_nav li .a h3 {
    line-height: 5rem;
    height: 5rem;
    color: #fff;
    padding: 0;
    font-size: 1.125rem;
    float: left;
}

#m_nav li .a span {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 50px;
    text-align: center;
}

#m_nav li .a span i {
    font-size: 0;
}

#m_nav .title .a i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: 10px;
    height: 5rem;
    float: right;
    display: inline-block;
    background: url(../image/arrow_down.png) center no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#m_nav li.on.title .a i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#m_nav .on.title .a i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#m_nav li {
    display: block;
    width: 100%;
}

.slide_nav {
    position: absolute;
    left: 0;
    height: 70px;
    z-index: 998;
    padding: 15px;
    top: 0;
    width: 100%;
}

#m_nav .title .list {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    margin-left: 0;
    background: none;
    border: 0;
    clear: both;
    padding-bottom: 10px;
}

#m_nav .title .list span {
    background: none;
}

#m_nav .title .list span a:hover {
    color: #014085;
}

#m_nav .title .list a {
    display: block;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    line-height: 40px;
    height: 40px;
    border: 0;
    font-weight: 300;
}


/*三级导航 开始*/

#m_nav .title .list .void>a {
    background-size: 10px;
    position: relative;
}

#m_nav .title .list .void>a:before {
    content: "·";
    position: absolute;
    left: -1em;
    font-size: 12px;
    font-weight: bold;
}

#m_nav .title .list span {
    position: relative;
    display: block;
}

#m_nav .title .list span .sub {
    position: static;
    width: 100%;
    display: block !important;
    overflow: hidden;
}

#m_nav .title .sub a {
    background: none;
    font-size: .875rem;
    opacity: .8;
    min-width: 50%;
    float: left;
    display: inline-block;
    color: #999;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

@media (max-width: 1280px) {
    #header {
        display: none;
    }
    #m_header {
        display: block;
        padding: 0 3rem;
    }
    #m_header #logo img {
        max-height: none;
    }
}

@media (max-width: 480px) {
    #m_header #logo img {
        height: 26px;
    }
}

.index_banner {
    width: 100vw
}

.index_banner .swiper-pagination-bullet-active {
    background: #bf1e2e;
}

.container01 .index_banner .item {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 748px;
    position: relative;
}

.container01 .index_banner .item.miso-current .scaleBg {
    visibility: visible;
    -webkit-animation: scale-bg 6s linear forwards;
    animation: scale-bg 6s linear forwards
}

.container01 .index_banner .items {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 748px;
    z-index: 0;
    object-fit: cover !important;
}

.container01 .index_banner .items img {
    display: none;
}

.container01 .index_banner .items:after {
    content: "";
    display: block;
    width: 100%;
    height: 748px;
    position: absolute;
    left: 0;
    top: 0;
}

.container01 .index_banner .item .inner .block_txt {
    position: absolute;
    top: 30%;
    right: 10px;
    left: 10px;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.container01 .index_banner .item.active .inner .block_txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms
}

.container01 .index_banner .item .inner .block_txt h4 {
    color: #fff;
    text-align: center;
}

.container01 .index_banner .item .inner .block_txt h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px
}

.container01 .index_banner .item .inner .block_txt h2 span {
    display: inline-block;
    letter-spacing: 5px
}

.container01 .index_banner .item .inner .block_txt h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 3px
}

.container01 .miso-dots {
    right: 0;
    bottom: 45px;
    width: 100%;
}

.container01 .miso-dots li {
    width: 15px;
    height: 15px;
    border: #fff 2px solid;
    border-radius: 50%;
    margin: 0 8px;
}

.container01 .miso-dots li.miso-active {
    background: #fff;
    border: #fff 1px solid;
}

@-webkit-keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.navigation a span>img {
    margin: -3px 8px 0 0
}

.navigation .down-menu a .icon-arow img {
    margin: -3px 0 0 0
}

.jingdong {
    display: inline-block
}

.jingdong a {
    font-size: 15px;
    color: #fff;
    transition: 0.36s;
    line-height: 50px;
}

.jingdong a img {
    margin: -3px 10px 0 0
}

.jingdong a:hover {}


/* head start */


/*===========================header=============================*/

.j_tab {
    display: table;
    width: 100%;
    height: 100%;
}

.j_tab_cel {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

#header {
    position: fixed;
    height: 5.625rem;
    z-index: 999;
    width: 100%;
    transition: .6s;
    top: 0;
    left: 0;
}

#header .m1600 {
    height: 100%;
    position: static;
}

.line_bot {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
}

#header #logo {}

#logo {
    float: left;
    height: 100%;
}

#logo img {
    height: 40px;
}

#nav {
    position: absolute;
    right: 0;
    top: 0;
}

#nav ul {
    float: left;
}

#nav ul li {
    float: left;
    position: relative;
    z-index: 0;
}

#nav ul li a {
    display: block;
    padding: 0 1.7rem;
    text-transform: uppercase;
}

#nav ul li h3 {
    font-size: 1.25rem;
    color: #fff;
    line-height: 5.625rem;
    overflow: hidden;
    position: relative;
    transition: .6s;
}

#nav ul li.on h3 {
    font-weight: bold;
}

#nav ul li a i {
    display: inline-block;
    background: url(https://www.qvand.com/template/default/images/nav_down.png) center no-repeat;
    width: 9px;
    height: 6px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 8px;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #fff;
    background: rgba(255, 255, 255, .95);
    width: 160px;
    left: 50%;
    margin-left: -80px;
    z-index: 10000;
    /* transform:translateY(-20px); */
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}


/* #nav ul li:nth-child(3) .sub{width: 240px;margin-left: -120px;} */

#nav ul li .sub .box {
    padding: 20px 20px;
    text-align: center;
}

#nav ul li .sub a {
    padding: 0;
    line-height: 2.5;
    transition: .3s;
    font-size: 16px;
    color: #000;
}

#nav ul li .sub a:hover {
    color: #bf1e2e;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

#nav>ul>li.on h3,
#nav ul li:hover h3 {}

#nav>ul>li h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    background: #bf1e2e;
    bottom: 0px;
    transition: .3s;
    transform: scale(0);
}

#nav>ul>li:hover h3:after,
#nav ul li.on h3:after {
    transform: scale(1);
}

.search_btn {
    height: 5.625rem;
    line-height: 5.625rem;
    cursor: pointer;
    width: 6.3rem;
    /*margin-left: 2rem;*/
    text-align: center;
    float: left;
    transition: .6s;
    position: relative;
}

.search_btn:before {
    display: none;
    content: "";
    width: 1px;
    height: 100%;
    /*display: block;*/
    position: absolute;
    background: rgba(255, 255, 255, .2);
    left: 0;
    top: 0;
}

#header.xg .search_btn:before {
    background: rgba(0, 0, 0, .1);
}

#header .dw2 {
    float: left;
    height: 5.625rem;
    width: 10.9rem;
    cursor: pointer;
    position: relative;
    margin-left: 2rem;
    transition: .6s;
}

#header .dw2 .j_tab {}


/*#header .dw2:after {*/


/*	content: "";*/


/*	width: 1px;*/


/*	height: 100%;*/


/*	display: block;*/


/*	position: absolute;*/


/*	background: rgba(255, 255, 255, .2);*/


/*	right: 0;*/


/*	top: 0;*/


/*}*/

#header .dw2.yuyan:before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, .2);
    left: 0;
    top: 0;
}

#header .dw2 .dh {
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 1.0625rem;
    color: #fff;
    cursor: pointer;
    transition: .6s;
}

#header .dw2 .dh span {
    background: url(https://www.qvand.com/template/default/images/jt1.png) right center no-repeat;
    /*padding-right: 22px;*/
    font-size: 22px;
    /*font-weight: bold;*/
}

#header .dw2 .dd {
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    background: #BF1E2E;
    left: 0;
    border: 1px solid #BF1E2E;
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
    transform: translateY(15px);
}

#header .dw2 .dd:before {
    content: "";
    display: inline-block;
    border: 8px solid transparent;
    border-bottom: 8px solid #BF1E2E;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
}

#header .dw2 .dd a {
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
}

#header .dw2 .dd a:hover {
    font-weight: bold;
}

#header .dw2.on .dd {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

#header .tel {
    float: left;
    width: 240px;
    height: 5.625rem;
    padding: 18px 25px 0 30px;
    margin-left: auto;
    position: relative;
    /* background: #3ca0d3; */
    background-color: rgb(191, 30, 46, .8);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#header.xg .tel {
    background-color: rgb(191, 30, 46, 1);
}

#header .tel h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 3px;
    line-height: normal;
}

#header .tel img {
    margin-right: 5px;
}

#header .tel h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
}


/**/

.mt {
    margin-top: 5.625rem;
}

#logo .logo_black {
    display: none;
}

.top_search_black {
    display: none;
}

#header.xg {
    position: fixed;
    top: 0;
    background: #fff;
    background: rgba(255, 255, 255, .95);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#header.xg .search_btn {}

#header.xg .dw2 {}

#header.xg #logo .logo_black,
#header.xg .top_search_black {
    display: inline-block;
}

#header.xg #logo .logo_white,
#header.xg .top_search_white {
    display: none;
}

#header.xg #nav ul li a h3 {
    color: #333;
}

#header.xg .dw2 .dh {
    color: #5b5b5b;
}

#header.xg .dw2.yuyan:before {
    background: rgba(0, 0, 0, .1);
}

#header.xg .dw2:after {
    background: rgba(0, 0, 0, .1);
}

#header.xg .dw2 .dh span {
    background: url(https://www.qvand.com/template/default/images/jt2.png) right center no-repeat;
}

.tc {
    transition: all ease 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999;
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    display: block;
    pointer-events: auto;
}

.tc-box {
    width: 60rem;
    padding-top: 40px;
    max-width: 80%;
    margin: 0 auto;
    margin-top: -80px;
    box-sizing: border-box;
    /* background:#fff; */
    display: block;
    position: relative;
    z-index: 1;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
}

.tc.act .tc-box {
    -webkit-animation-name: anim-open-2;
    animation-name: anim-open-2;
    transform: scale(1);
}

.close {
    position: absolute;
    cursor: pointer;
    color: #e13a39;
    font-size: 30px;
    right: 30px;
    top: 30px;
}

.tc_bg {
    height: 100%;
    background: rgba(0, 0, 0, .85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.tc_txt {
    height: 470px;
    overflow-y: auto;
    padding-right: 30px;
}


/*弹窗内容样式*/

.tc-box form {
    position: relative;
    border-bottom: 2px solid #eee;
    height: 4.25rem;
    padding-right: 20px;
    position: relative;
}

.tc-box .tc_fdj {
    position: absolute;
    left: 20px;
    display: block;
    height: 4.25rem;
    line-height: 4.25rem;
}

.tc-box .tc_fdj img {
    width: 1.3rem;
}

.tc-box form label {
    text-align: left;
    display: block;
    position: absolute;
    bottom: 0;
    height: 4.25rem;
    line-height: 4.25rem;
    font-size: 1.6rem;
    color: #999;
    pointer-events: none;
    margin-left: 20px;
    transition: .3s;
}

.tc-box form label.act {
    font-size: 16px;
    bottom: 3rem;
    line-height: 3rem;
    height: 3rem;
}

.tc-box #keyword {
    width: 80%;
    height: 4.25rem;
    padding: 0 20px;
    font-size: 1.6rem;
    color: #999;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    border: none;
}

.tc-box .btn_blue {
    width: 40px;
    height: 4.25rem;
    border: 0;
    line-height: 4.25rem;
    background: url(../image/search.png) center center no-repeat;
    font-size: 1.125rem;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
}

.tc-box .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}


/***********************/


/* head end */


/*online qq*/

.online_q {
    position: fixed;
    right: 0px;
    bottom: 12%;
    z-index: 9999;
}

.online_q .btn2 {
    width: 73px;
    height: 73px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    transition: .3s;
}

.online_q .btn-top {}

.online_q .btn2 span {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 3px;
    position: relative;
    padding-top: 49px;
    z-index: 999;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    font-size: 12px;
    color: #fff;
}

.online_q .btn-qq span {
    background: url(../image/piaofu_qq.png) center 11px no-repeat #BF1E2E;
}

.online_q .btn-tel span {
    background: url(../image/piaofu_tel.png) center 11px no-repeat #BF1E2E;
}

.online_q .btn-weixin span {
    background: url(../image/piaofu_weixin.png) center 11px no-repeat #BF1E2E;
}

.online_q .btn-top span {
    background: url(../image/piaofu_top.png) center no-repeat #fff;
}

.online_q .open.pic {
    position: absolute;
    background: #BF1E2E;
    width: 100px;
    height: 100px;
    right: 100px;
    top: 50%;
    margin-top: -50px;
    text-align: right;
    opacity: 0;
    transition: .6s;
    -webkit-transition: .6s;
    visibility: hidden;
}

.online_q .open.pic:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #BF1E2E;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -10px;
}

.online_q .open.pic img {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-right: 10px;
}

.online_q .btn2:hover .open.pic {
    opacity: 1;
    right: 90px;
    visibility: visible;
}

.online_q .open.tel {
    position: absolute;
    background: #BF1E2E;
    width: 160px;
    height: 50px;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-family: arial;
    text-align: center;
    line-height: 50px;
    right: 100px;
    top: 50%;
    margin-top: -25px;
    opacity: 0;
    transition: .6s;
    -webkit-transition: .6s;
    visibility: hidden;
}

.online_q .open.tel:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #BF1E2E;
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -10px;
}

.online_q .btn2:hover .open.tel {
    opacity: 1;
    right: 90px;
    visibility: visible;
}

#gotop {
    transition: .5s;
    overflow: hidden;
    height: 73px;
}

#gotop.hide {
    height: 0;
}


/*------------------------------- 侧边栏end -------------------------------------*/


/*==========================================首页 开始=============================================*/

.container02 ul {
    /* font-size: 0;
	display: table */
}

.container02 ul li {
    display: table-cell;
    width: 25%;
    text-align: center;
    background: #fafafa;
    /* background: #fff; */
}

.container02 ul li:nth-child(2n) {
    background: #fff;
}

.container02 ul li .top {
    padding: 5rem 0 1rem;
    display: inline-block;
    text-align: left;
    max-width: 252px;
    transition: 0.9s ease
}

.container02 ul li .top .title {
    margin-bottom: 34px;
}

.container02 ul li .top .title h3 {
    font-size: 24px;
    color: #313131;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px
}

.container02 ul li .top .title h4 {
    font-size: 24px;
    color: #313131;
}

.container02 ul li .top p {
    font-size: 14px;
    color: #525252;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.container02 ul li .bottom {
    position: relative
}

.container02 ul li .bottom .img img {
    width: 100%
}

.container02 ul li .bottom .img_top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.container02 ul li .bottom .img_top img {
    max-width: 80%;
    max-height: 90%;
    transition: 0.9s;
    border: 1px solid #bf1e2e;
}

.container02 ul li:hover .top {
    padding: 3rem 0 1rem;
}

.container02 ul li:hover .bottom .img_top img {
    transform: scale(1.1)
}

.container03 {
    background: url(../image/container03_bg.jpg) center top no-repeat;
    height: 500px;
    position: relative
}

.container03 .w1200 {
    height: 714px;
}

.container03 .pad_img {
    display: none;
}

.container03 .pad_img img {
    width: 100%;
    height: auto;
}

.container03 .img {
    display: inline-block;
    vertical-align: top;
    height: 714px;
    width: 690px;
    margin-left: -18px;
}

.container03 .img img {
    position: relative;
    transition: 0.9s ease;
    display: inline-block;
}

.container03 .top {
    position: relative;
    width: 480px;
    transition: 0.9s ease;
    display: inline-block;
    margin-left: -200px;
    height: 714px;
    vertical-align: top;
}

.container03 .top .table {
    text-align: left
}

.container03 .top .title h3 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 18px
}

.container03 .top .title h4 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 80px
}

.container03 .top p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    overflow: hidden;
}

.container02 ul li:hover .top .title h3 {
    color: #BF1E2E;
}

.container02 ul li:hover .top .title h4 {
    color: #BF1E2E;
}

.container04 {
    padding: 85px 0 70px;
}

.container04 .title {
    margin-bottom: 55px;
    text-align: center
}

.container04 .title h2 {
    font-size: 48px;
    color: #313131;
    margin-bottom: 24px;
}

.container04 .title p {
    font-size: 14px;
    color: #6d6d6f;
    line-height: 30px;
}

.container04 .miso_hd {
    margin: 0 -1px;
    margin-bottom: 25px;
}

.container04 .miso-track {
    width: 100%;
}

.container04 .miso_hd li {
    padding: 0 1px;
    text-align: center;
    width: calc(100% / 8);
}

.container04 .miso_hd li a {
    display: block;
    height: 125px;
    background: #eeedf2;
    padding: 20px 0;
    position: relative;
    cursor: pointer
}

.container04 .miso_hd li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
    width: 0;
    background: #BF1E2E;
    transition: 0.9s ease
}

.container04 .miso_hd li a h3 {
    line-height: 60px
}

.container04 .miso_hd li a h5 {
    font-size: 14px;
    color: #313131
}

.container04 .miso_hd li.miso-current a:after,
.container04 .miso_hd li.swiper-slide-thumb-active a:after {
    left: 0;
    width: 100%
}

.container04 .miso_hd li.miso-current a h3 img {
    -webkit-animation: jello 1s;
    -moz-animation: jello 1s;
    animation: jello 1s;
}

.container04 .miso_bd>.miso-list {
    /* overflow: visible; */
    overflow: hidden;
}

.container04 .miso_bd ul {
    margin: 0 -20px
}

.container04 .miso_bd ul li {
    padding: 0 20px;
    width: calc(100% / 3);
}

.container04 .miso_bd ul li .img {
    overflow: hidden;
    /* width: 580px;
	height: 395px;
	line-height: 395px; */
    object-fit: cover;
    /* background: #eeedf2; */
    border: 1px solid #eeedf2;
    text-align: center
}

.container04 .miso_bd ul li .img img {
    /* max-width: 580px;
	max-height: 395px; */
    max-width: 100%;
    display: inline-block;
    object-fit: cover
}

.container04 .miso_bd ul li .con {
    padding: 0 22px 10px;
}

.container04 .miso_bd ul li .con h2 {
    font-size: 40px;
    color: #BF1E2E;
    font-weight: bold
}

.container04 .miso_bd ul li .con h3 {
    font-size: 24px;
    color: #464646;
    margin: 18px 0 22px;
    text-align: center;
}

.container04 .miso_bd ul li .con h3 small {
    font-size: 12px;
    color: #BF1E2E;
    display: inline-block;
    height: 18px;
    line-height: 16px;
    border: #BF1E2E 1px solid;
    border-radius: 4px;
    text-align: center;
    padding: 0 16px;
    margin-left: 10px
}

.container04 .miso_bd ul li .con p {
    font-size: 14px;
    color: #949494;
    line-height: 30px;
    height: 60px;
    overflow: hidden
}

.container04 .miso_bd .miso-prev,
.container04 .miso_bd .miso-next {
    width: 65px;
    height: 65px;
    top: 164px;
}

.container04 .miso_bd .miso-prev {
    background: url(../image/left01.png) center no-repeat;
    left: -100px;
}

.container04 .miso_bd .miso-next {
    background: url(../image/right01.png) center no-repeat;
    right: -100px;
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}


/* 产品中心 start*/

.products {
    width: 100%;
    padding-bottom: 80px;
}

.pro_main {
    padding: 20px 0 20px 60px;
    overflow: hidden;
    display: none;
}

.products .pro_main:nth-child(1) {
    display: block;
}

.pro_main .fl {
    width: 35%;
    padding-top: 90px;
}

.pro_main .fl .h3 {
    font-size: 36px;
    font-weight: 500;
}

.pro_main .fl span {
    font-size: 25px;
    color: #cecece;
    font-family: arial;
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
}

.pro_main .fl p {
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.5em;
    text-align: justify;
}

.pro_main .fl a {
    display: block;
    width: 115px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    background: #BF1E2E;
    margin-top: 40px;
    transition: ease-in-out 0.2s;
}

.pro_main .fl a:hover {
    background: #050000;
    width: 180px;
}

.pro_main .fr {
    width: 50%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.pro_main .fr img {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* .pro_list{background: #f5f5f5;background-color: #eeedf2;} */

.pro_list li {
    width: calc(100% / 8);
    float: left;
    background-color: #eeedf2;
}

.pro_list a {
    height: 100%;
    display: block;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
    color: #000;
    font-size: 16px;
}

.pro_list .pro_img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pro_list .pro_img img {
    width: 100%;
    max-width: 100px;
}

.pro_list .pro_i {
    display: block;
    width: 20px;
    height: 1px;
    background: #D2D2D2;
    background: #BF1E2E;
    margin: 15px auto 0;
}

.pro_list a:hover {
    background: #BF1E2E;
    color: #FFFFFF;
}

.pro_list a:hover .pro_i {
    background: #FFFFFF;
}

.pro_list a:hover .pro_img {
    position: relative;
    filter: drop-shadow(100vw 0px 0 white);
    -webkit-filter: drop-shadow(100vw 0px 0 white);
    right: 100vw;
}

.pro_list li.active a {
    background: #BF1E2E;
    color: #FFFFFF;
}

.pro_list li.active .pro_i {
    background: #FFFFFF;
}

.pro_list li.active .pro_img {
    position: relative;
    filter: drop-shadow(100vw 0px 0 white);
    -webkit-filter: drop-shadow(100vw 0px 0 white);
    right: 100vw;
}


/*product_c*/

.product_c {
    padding-top: 30px;
}

.product_c .swiper-slide {
    padding: 10px;
    box-sizing: border-box;
}

.product_c .swiper-slide a {
    display: block;
    box-shadow: 0px 0px 5px #ececec;
}

.product_c .swiper-slide .img {
    position: relative;
    overflow: hidden;
    /* padding-top: 100%; */
}

.product_c .swiper-slide .img img {
    width: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.product_c .swiper-slide .img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.product_c .swiper-slide:hover a p {
    color: #BF1E2E;
}


/* .product_c .swiper-slide .img img{position: absolute;width: auto;height: 100%;left: 50%;-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%);top: 0;} */

.product_c .swiper-slide a p {
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 10px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #000;
    font-size: 16px;
}

.product_c .box {
    display: none;
}

.product_c .box.show {
    display: block;
}


/* 产品中心 end */

.container05 {
    font-size: 0
}

.container05 ul li {
    display: inline-block;
    width: 25%;
    background: #f8f8f8;
}

.container05 ul li a {
    display: block;
    height: 360px;
    padding: 0 15%
}

.container05 ul li h3 {
    height: 100px;
    line-height: 100px;
}

.container05 ul li h4 {
    font-size: 24px;
    color: #242424;
    margin: 5px 0 25px
}

.container05 ul li p {
    font-size: 13px;
    line-height: 24px;
    color: #717171
}

.container05 ul li span {
    display: inline-block;
    width: 160px;
    height: 0;
    line-height: 50px;
    background: #f8f8f8;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    transition: 0.6s ease;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    opacity: 0
}

.container05 ul li span:before {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background-color: #333;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.container05 ul li span:after {
    content: ">";
    font-family: simsun;
    font-size: 19px;
    color: #333;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    text-indent: 0;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.container05 ul li span font {
    position: relative;
    transition: 0.6s
}

.container05 ul li.li02 {
    background: #1c1c1c
}

.container05 ul li.li03 {
    background: #BF1E2E;
}

.container05 ul li.li04 {
    background: #f2f1f6
}

.container05 ul li.li02 h4,
.container05 ul li.li03 h4 {
    color: #fff
}

.container05 ul li.li02 p,
.container05 ul li.li03 p {
    color: rgba(255, 255, 255, 0.65)
}

.container05 ul li:hover span {
    height: 50px;
    margin-top: 30px;
    opacity: 1;
    margin-bottom: 30px;
    background: #fff;
}

.container05 ul li span:hover font {
    margin-left: -20px
}

.container05 ul li span:hover:before {
    left: 125px;
    opacity: 1;
    width: 12px;
}

.container05 ul li span:hover:after {
    opacity: 1;
}

.container06 {
    padding: 100px 0 78px;
    position: relative;
}

.container06 .title {
    margin-bottom: 55px;
    text-align: center
}

.container06 .title h2 {
    font-size: 48px;
    color: #313131;
    margin-bottom: 24px;
    font-weight: bold;
}

.container06 .title span {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #BF1E2E;
    font-size: 14px;
    color: #fff;
    padding: 0 28px;
    margin-bottom: 35px
}

.container06 .title p {
    font-size: 16px;
    color: #000;
    line-height: 30px
}

.container06 ul {
    font-size: 0;
}

.container06 ul li {
    display: inline-block;
    width: 446px;
    text-align: center;
    position: relative
}

.container06 ul li:after {
    content: "";
    position: absolute;
    right: -3px;
    top: 0;
    width: 3px;
    height: 0;
    background: #fff;
    transition: 0.6s
}

.container06 ul li:nth-child(1) {
    transition-delay: 0.3s
}

.container06 ul li:nth-child(2) {
    transition-delay: 0.6s
}

.container06 ul li:nth-child(3) {
    transition-delay: 0.9s
}

.container06 ul li:nth-child(4) {
    transition-delay: 1.2s
}

.container06 ul li:last-child {
    border: none
}

.container06 ul li:last-child:after {
    display: none
}

.container06 ul li .icon {
    display: inline-block;
    text-align: center;
}

.container06 ul li h4 {
    margin-bottom: 0;
}

.container06 ul li h4 span {
    font-size: 14px;
    color: #000000;
    display: inline-block;
    margin: 0 12px;
    vertical-align: bottom;
    position: relative;
    font-family: BarlowCondensed-Bold;
}

.container06 ul li h4 span font {
    display: inline-block;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    position: relative;
    top: -32px;
}

.container06 ul li h4 span font:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    width: 34px;
    height: 34px;
    border: #b08c16 1px dashed;
    border-radius: 50%;
    transition: 1.2s;
    display: none;
}

.container06 ul li h4 span.counter {
    font-size: 245px;
    color: rgba(0, 0, 0, 1);
    margin-top: 0;
    letter-spacing: -4px;
    /* background: url("../images/number_bg.gif") 50% no-repeat; */
    -webkit-background-clip: text;
    background-size: cover;
    opacity: 0.7;
}

.container06 ul li h4 span.lwy {
    font-size: 65px;
    color: #fff;
    font-family: myFirstFont;
    line-height: 44px;
    margin-left: 12px;
}

.container06 ul li h5 {
    font-size: 22px;
    color: #414345;
    margin-bottom: 35px;
    padding-left: 5px;
}

.container06 ul li h6 {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    height: 48px;
    margin-bottom: 15px;
}

.container06 .center {
    display: inline-block;
    width: 266px;
    height: 266px;
    border-radius: 50%;
    line-height: 266px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -133px;
    text-align: center;
    margin-top: 0px;
    opacity: 1;
    transition: 2s;
}

.container06 .center .box {
    position: relative;
    display: inline-block;
    width: 266px;
    height: 266px;
    line-height: 266px;
    vertical-align: middle;
}

.container06 .center .box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 394px;
    height: 394px;
}

.container06 .center .box01 {
    display: inline-block;
    width: 266px;
    height: 266px;
    line-height: 266px;
    border-radius: 50%;
    vertical-align: middle;
}

.container06 .center .box01 span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #e0e0e0;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation: circleScale1 4s linear infinite;
    -moz-animation: circleScale1 4s linear infinite;
    -ms-animation: circleScale1 4s linear infinite;
    animation: circleScale1 4s linear infinite;
}

.container06 .center .box01 span:nth-of-type(2) {
    animation-delay: 1s;
}

.container06 .center .box01 span:nth-of-type(3) {
    animation-delay: 2s;
}

.container06 .center .box01 span:nth-of-type(4) {
    animation-delay: 3s;
}

@keyframes circleScale1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.container06 .center .box02 {
    display: inline-block;
    width: 134px;
    height: 134px;
    line-height: 134px;
    vertical-align: middle;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background: #e2e2e2;
}

.container06 .center .box02 .img {
    display: inline-block;
    width: 134px;
    height: 134px;
    line-height: 134px;
    overflow: hidden
}

.container06 .center .box02 .img .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25)
}

.container06 .center .box02 .img .top img {
    margin: -3px 0 0
}


/* 视频 */

.tacnhuang {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.tacnhuang .tbox {
    width: 70%;
    height: 70vh;
    position: relative;
    margin: 15vh auto;
}

.tacnhuang .tbox .out {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../image/out.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.tacnhuang .tbox .out:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.tacnhuang .tbox .video {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.tacnhuang .tbox .video video {
    display: block;
    width: 100%;
    max-height: 100%;
}

.tacnhuang .tbox img {
    display: block;
    margin: 0 auto;
    max-width: inherit;
    height: 100%;
}

@media screen and (max-width:768px) {
    .tacnhuang .tbox .out {
        right: 0;
        top: 0px;
    }
    .tacnhuang .tbox {
        padding-top: 80px;
    }
    .tacnhuang .tbox {
        width: 80%;
        height: 80vh;
        position: relative;
        margin: 15vh auto 5vh;
    }
}


/* 合作伙伴 start */

.heuzo {
    background: url(../image/hezuo_bg.jpg) no-repeat center;
    padding: 80px 0;
    background-size: cover;
}

.heuzo .tit h2 {
    font-size: 48px;
    color: white;
    margin-bottom: 60px;
    text-align: center;
}

.heuzo .s_tt,
.heuzo .s_tt h3 b,
.heuzo .s_tt h3,
.heuzo .s_tt span,
.heuzo .s_tt p {
    color: white !important;
}

.heuzo .s_tt i {
    background-color: white;
}

.heuzo ul {
    /* overflow: hidden; */
}

.heuzo ul li {
    float: left;
    width: 19%;
    margin-right: 1.25%;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 3%;
}

.heuzo ul li:nth-child(5n) {
    margin-right: 0;
}

.heuzo ul li a {
    display: block;
    overflow: hidden;
}

.heuzo ul li a img {
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-width: 100%;
}

.heuzo ul li:hover a img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari å’Œ Chrome */
    -o-transform: scale(1.1);
}

.heuzo .swiper-pagination {
    display: none;
}


/* 合作伙伴 end */

.vwrap {
    display: none;
    z-index: 1040;
    width: 100%;
    position: fixed;
}

.vwrap .videobtg {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    overflow: hidden;
}

.vwrap .videobox {
    z-index: 1200;
    width: 700px;
    height: 446px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -223px;
    margin-left: -350px;
}

.vwrap .videobox #videobox {
    width: 100%;
    display: inline-block;
    height: 100%;
    background: #000;
}

#videobox_wrapper {
    height: 100% !important;
}

.vwrap .close {
    z-index: 999;
    width: 31px;
    height: 31px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -42px;
}

.vwrap .close i {
    display: block;
    width: 31px;
    height: 31px;
    background: url(../image/close_i1.png) no-repeat 50% 50%;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.vwrap .close:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#videobox_display_button,
#videocontainer_display_button {
    background: none no-repeat !important;
}

.jwplayer .jwicon {
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

.jwplayer .jwicon:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.jwlogo,
.jwclick {
    display: none !important;
}

.jwdisplayIcon {
    background: none no-repeat !important;
}

.container07 {
    padding: 85px 0 58px;
    background: #f6f6f9
}

.container07 .title {
    font-size: 48px;
    color: #313131;
    font-weight: bold;
    text-align: center;
    float: left;
}

.container07 .title h3 {
    font-size: 48px;
}

.container07 .miso_hd {
    font-size: 0;
    text-align: right;
    margin-bottom: 45px;
    padding-top: 18px;
}

.container07 .miso_hd li {
    width: 110px !important;
    float: none;
    font-size: 18px;
    color: #313131;
    display: inline-block;
    cursor: pointer;
}

.container07 .miso_hd li span {
    position: relative;
    height: 34px;
    display: inline-block;
}

.container07 .miso_hd li span:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    background: #f4f4f9;
    transform: scale(0);
    transition: 0.6s;
}

.container07 .miso_hd li.miso-current span,
.container07 .miso_hd li.active span {
    color: #BF1E2E;
    font-weight: bold;
}

.container07 .miso_hd li.miso-current span:before,
.container07 .miso_hd li.active span:before {
    background: #BF1E2E;
    transform: scale(1);
}

.container07 .miso_bd {
    display: none;
}

.container07 .miso_bd.show {
    display: block;
}

.container07 .miso_bd ul {
    font-size: 0;
    margin: 0 -18px
}

.container07 .miso_bd ul li {
    padding: 0 18px;
}

.container07 .miso_bd ul li .img,
.container07 .miso_bd ul li .img img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    object-fit: cover
}

.container07 .miso_bd ul li .con {
    background: #f6f6f9;
    margin: 0 20px;
    margin-top: -32px;
    position: relative;
    padding: 30px 28px;
    transition: 0.6s
}

.container07 .miso_bd ul li .con:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #BF1E2E;
    transition: 0.6s
}

.container07 .miso_bd ul li .con h5 {
    font-size: 22px;
    line-height: 34px;
    color: #313131;
    height: 68px;
    overflow: hidden
}

.container07 .miso_bd ul li .con p {
    font-size: 13px;
    line-height: 24px;
    height: 48px;
    color: #777777;
    margin: 20px 0 25px
}

.container07 .miso_bd ul li .con h6 {
    font-size: 13px;
    color: #848484
}

.container07 .miso_bd ul li .con h6 img {
    margin: -3px 8px 0 0
}

.container07 .miso_bd ul li .con h6 img.img02 {
    display: none
}

.container07 .miso_bd ul li .con h6 img.img01 {
    display: inline-block
}

.container07 .miso_bd ul li a:hover .img img {
    transform: scale(1.06)
}

.container07 .miso_bd ul li a:hover .con {
    margin-top: -50px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15)
}

.container07 .miso_bd ul li a:hover .con {
    background: #BF1E2E
}

.container07 .miso_bd ul li a:hover .con:after {
    left: 0;
    width: 100%
}

.container07 .miso_bd ul li a:hover .con h5,
.container07 .miso_bd ul li a:hover .con p,
.container07 .miso_bd ul li a:hover .con h6 {
    color: #fff
}

.container07 .miso_bd ul li a:hover .con h6 img.img02 {
    display: inline-block
}

.container07 .miso_bd ul li a:hover .con h6 img.img01 {
    display: none
}

.footer {
    background: #1b1c1d;
}

.footer .left {
    width: 34%;
    height: 398px;
    padding: 65px 0 0;
    border-right: none;
}

.footer .left h3 {
    margin-bottom: 48px;
}

.footer .left .title h5 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 14px;
}

.footer .left .title h6 {
    color: #b7b6ba;
    margin-bottom: 22px;
}

.footer .left .input {
    text-align: center;
    font-size: 0;
    height: 35px;
    margin: 0 0 40px;
    float: left;
}

.footer .left .input .input-text {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 304px;
    height: 35px;
    line-height: 35px;
    position: relative;
    vertical-align: top;
    background: #fff;
}

.footer .left .input .input-text input {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 12px;
    border: none;
    background: none;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.footer .left .input .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 90px;
    height: 35px;
    line-height: 35px;
    background: #BF1E2E;
    margin-left: 12px;
    position: relative;
    z-index: 11;
    transition: 0.6s;
    cursor: pointer;
}

.footer .left .input .btn input {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    background: none;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.footer .left .input .btn a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: left;
    width: 90px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.footer .left .input .btn:hover {
    background: #BF1E2E;
}

input::-webkit-input-placeholder {
    color: #919191;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #919191;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #919191;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #919191;
}

.footer .left .input .input-text>input:focus {
    background-color: transparent;
    border-color: transparent;
}

.footer .left .input .input-text>input:focus~.input-border {
    background-color: #2e2e30;
}

.footer .left .input .input-text>input:focus~.input-border:first-of-type:before {
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 100%;
}

.footer .left .input .input-text>input:focus~.input-border:first-of-type:after {
    height: 100%;
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.footer .left .input .input-text>input:focus~.input-border:last-of-type {
    background: transparent;
}

.footer .left .input .input-text>input:focus~.input-border:last-of-type:before {
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    width: 100%;
}

.footer .left .input .input-text>input:focus~.input-border:last-of-type:after {
    height: 100%;
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all;
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
    top: 0;
}

.footer .left .input .input-text .input-border {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.footer .left .input .input-text .input-border:before,
.footer .left .input .input-text .input-border:after {
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    background-color: #BF1E2E;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}

.footer .left .input .input-text .input-border:first-of-type:before {
    height: 1px;
    left: 0;
    top: 0;
    width: 0;
}

.footer .left .input .input-text .input-border:first-of-type:after {
    height: 0;
    right: 0;
    top: 0;
    width: 1px;
}

.footer .left .input .input-text .input-border:last-of-type:before {
    background-color: #BF1E2E;
    height: 1px;
    top: calc(100% - 1px);
    right: 0;
    width: 0;
}

.footer .left .input .input-text .input-border:last-of-type:after {
    background-color: #BF1E2E;
    height: 0;
    top: calc(100% - 1px);
    left: 0;
    width: 1px;
}

.footer .left ul {
    margin-top: 0;
    font-size: 0;
}

.footer .left ul li {
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 13px;
}

.footer .left ul li a {
    display: inline-block;
    width: 130px;
    height: 35px;
    line-height: 33px;
    border: #737576 1px solid;
    text-align: center;
    transition: 0.6s;
    color: #fff;
    font-size: 13px;
}

.footer .left ul li a img {
    margin: -3px 8px 0 0
}

.footer .left ul li:first-child a {}

.footer .left ul li:hover a {
    background: #BF1E2E;
    border: #BF1E2E 1px solid;
}

.footer .center {
    width: 45%;
    height: 398px;
    padding: 65px 0 0;
    border-right: none;
    text-align: center;
}

.footer .center dl {
    display: inline-block;
    vertical-align: top;
    margin: 0 25px;
    text-align: left;
}

.footer .center dl dt {
    font-size: 18px;
    margin-bottom: 16px;
}

.footer .center dl dt a {
    color: #fff;
    transition: 0.36s
}

.footer .center dl dt a:hover {
    color: #BF1E2E;
}

.footer .center dl dd {
    font-size: 16px;
    color: #868787;
    line-height: 30px;
    position: relative;
}

.footer .center dl dd:before {
    content: "";
    position: absolute;
    left: -15px;
    width: 3px;
    height: 3px;
    background: #BF1E2E;
    transition: 0.6s;
    top: 50%;
    margin-top: -2px;
    opacity: 0;
}

.footer .center dl dd a {
    color: #b4b4b4;
}

.footer .center dl dd a:hover {
    color: #BF1E2E;
}

.footer .center dl dd:hover:before {
    opacity: 1
}

.footer .right {
    width: 21%;
    height: 398px;
    padding: 65px 0 0;
}

.footer .right .top {
    padding: 0 0 25px 3rem;
    border-bottom: none;
}

.footer .right .top h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 18px;
}

.footer .right .top ul {
    font-size: 0
}

.footer .right .top ul li {
    display: inline-block;
    margin-right: 12px;
}

.footer .right .top ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    background: #737576;
}

.footer .right .top ul li a img {
    opacity: 1;
    transition: 0.6s;
}

.footer .right .top ul li a:hover img {
    opacity: 1;
}

.footer .right .bottom {
    padding: 25px 0 0 3rem;
}

.footer .right .bottom p {
    font-size: 16px;
    color: #d8d7da;
    line-height: 30px;
    margin-bottom: 20px;
}

.footer .right .bottom .tel {
    padding-left: 42px;
    background: url(../image/tel.png) left center no-repeat;
    height: 33px;
}

.footer .right .bottom .tel h5 {
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
}

.footer .right .bottom .tel h3 {
    font-size: 20px;
    color: #BF1E2E;
    font-weight: bold;
}

footer {
    background: #1b1c1d;
    padding: 20px 0 35px;
    font-size: 12px;
    /*border-top: #4c4d4e 1px solid;*/
}

footer .w1200 {
    position: relative;
    height: 36px;
}

footer .up {
    margin-bottom: 5px;
}

footer .up a {
    color: #b7b6ba;
}

footer .up i {
    color: #b7b6ba;
    padding: 0 3px;
}

footer .un {
    color: #b7b6ba;
    line-height: 36px;
    font-size: 14px;
    float: left;
}

footer .un a {
    color: #b7b6ba;
}

footer a:hover {
    color: #fff;
}

footer .bnt_rss {
    background: url(https://www.qvand.com/template/default/images/icon_rss.png) left center no-repeat;
    padding-left: 15px;
}

.slide_up_box {
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.slide_up_box .box {
    float: right;
    height: 36px;
    width: 246px;
    position: relative;
}

.slide_up_box i {
    display: block;
    width: 38px;
    height: 36px;
    position: absolute;
    right: 0px;
    top: 0;
    background: url(https://www.qvand.com/template/default/images/arrow_up.png) center no-repeat;
    cursor: pointer;
}

.slide_height {
    height: 36px;
}

.bg_slide {
    background: url(https://www.qvand.com/template/default/images/arrow_un.png) center no-repeat !important;
}

.slide_up_box .list_box {
    overflow: hidden;
    bottom: 0px;
    width: 208px;
    background: none;
    left: 0;
    position: absolute;
}

.slide_up_box .list_box .content {
    background: #414446;
    padding: 5px 0;
}

.slide_up_box .list_box li {
    display: block;
    line-height: 26px;
    text-align: left;
}

.slide_up_box .list_box a {
    display: block;
    color: #cfcfcf;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    transition: 0.36s
}

.slide_up_box .list_box a:hover {
    color: #BF1E2E;
}

.tc1 .tc {
    transition: all ease 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
}

.tc1 .tc {
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(1.1);
    display: none;
}

.tc1 .tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.tc1 .close:hover {
    transform: rotate(180deg);
}

.tc1 .close,
.tc {
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.tc1 .tc-box {
    position: absolute;
    overflow: hidden;
    top: 50%;
    z-index: 9999;
    height: 15rem;
    width: 12rem;
    left: 50%;
    margin-left: -6rem;
    margin-top: -7.5rem;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: anim-close-2;
    animation-name: anim-close-2;
}

.tc1 .tc.act {
    display: block;
}

.tc1 .close {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    right: 30px;
    top: 30px;
}

.tc1 .tc-bg {
    height: 100%;
    background: rgba(0, 0, 0, .9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.tc1 .tc-box h3 img {
    width: 12rem;
    height: 12rem;
}

.tc1 .tc-box h5 {
    width: 12rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    color: #fff;
    text-align: center
}

.tc1 .tc.act .tc-box {
    -webkit-animation-name: anim-open-2;
    animation-name: anim-open-2;
    transform: scale(1);
}


/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/

.header {
    position: relative;
    top: 0;
    padding: 0 8.75rem;
    height: auto;
}

.header .navigation .down-menu>a,
.header .right .daohang ul li a,
.header .jingdong a {
    color: #282828;
    line-height: 105px;
}

.header .sub-menu {
    top: 105px;
}

.header .logo a {
    display: inline-block;
    line-height: 105px;
}

.n_banner h2 {
    font-size: 52px;
    color: #fff;
    margin-bottom: 5px
}

.n_banner h3 {
    font-size: 82px;
    color: rgba(255, 255, 255, 0.55);
    font-family: BarlowCondensed-Regular;
    text-transform: uppercase
}


/* 
.mianbao {
	height: 60px;
	border-bottom: #e6e6e6 3px solid
}

.mianbao big {
	line-height: 40px;
	font-size: 32px;
	color: #373737
}

.mianbao ul {
	font-size: 0;
}

.mianbao ul li {
	font-size: 18px;
	color: #585858;
	font-weight: bold;
	line-height: 60px;
	display: inline-block;
	margin-left: 40px;
	position: relative
}

.mianbao ul li a {
	color: #585858;
	transition: 0.6s;
	display: inline-block
}

.mianbao ul li a:after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 3px;
	background: #BF1E2E;
	bottom: 0;
	transition: 0.6s
}

.mianbao ul li.on a:after,
.mianbao ul li:hover a:after {
	left: 0;
	width: 100%
}

.mianbao ul li.on a,
.mianbao ul li:hover a {
	color: #BF1E2E
}
 */

.n_container {
    padding: 40px 0 0
}

.n_fangwei .fl01 {
    padding: 82px 0 0
}

.n_fangwei .fl01 .ar_article p {
    font-size: 22px;
    line-height: 40px;
    color: #333335;
    margin-bottom: 50px;
}

.n_fangwei .fl02 {
    background: #f8f8f8;
    padding: 100px 0
}

.n_fangwei .fl02 .title {
    text-align: center;
    margin-bottom: 52px;
}

.n_fangwei .fl02 .title h3 {
    font-size: 30px;
    color: #333335;
    font-weight: bold;
}

.n_fangwei .fl02 ul {
    font-size: 0;
    margin: 0 -17px;
}

.n_fangwei .fl02 ul li {
    display: inline-block;
    padding: 0 17px;
    width: 25%;
    overflow: hidden
}

.n_fangwei .fl02 ul li a {
    background: #BF1E2E;
    display: block;
    height: 500px;
    padding: 0 46px;
    vertical-align: top
}

.n_fangwei .fl02 ul li a h3 {
    font-size: 32px;
    color: #fff;
    font-family: BarlowCondensed-Regular;
    margin: 45px 0 20px;
    font-weight: bold
}

.n_fangwei .fl02 ul li a h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 28px;
    font-weight: bold
}

.n_fangwei .fl02 ul li a p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 28px;
    height: 112px;
    overflow: hidden
}

.n_fangwei .fl03 {
    padding: 90px 0 100px
}

.n_fangwei .fl03 .w1200 {
    background: url(https://www.qvand.com/template/default/images/n_fangwei_fl03_bg.jpg) center no-repeat;
    height: 476px;
    padding: 0 122px;
}

.n_fangwei .fl03 .w1200 .left {
    width: 534px;
    padding: 122px 0 0
}

.n_fangwei .fl03 .w1200 .left p {
    font-size: 20px;
    line-height: 33px;
    color: #434343;
    font-weight: bold;
    margin-bottom: 65px
}

.n_fangwei .fl03 .w1200 .left a {
    display: inline-block;
    width: 216px;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
    background: #0d8082;
    font-size: 15px;
    color: #fff;
    text-align: center;
    transition: 0.6s
}

.n_fangwei .fl03 .w1200 .left a img {
    margin: -3px 6px 0 0
}

.n_fangwei .fl03 .w1200 .right {
    padding: 72px 0 0
}

.n_fangwei .fl03 .w1200 .left a:hover {
    background: #BF1E2E
}

.n_hezuo {
    padding: 85px 0 100px
}

.n_hezuo ul {
    margin: 0 -24px;
    font-size: 0;
    margin-bottom: 20px
}

.n_hezuo ul li {
    display: inline-block;
    width: 20%;
    padding: 0 24px;
    margin-bottom: 48px;
}

.n_hezuo ul li img {
    width: 200px;
    height: 200px;
    transition: 0.6
}

.n_hezuo ul li .img {
    width: 200px;
    height: 200px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50%
}

.n_hezuo ul li .img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: #e6e6e6 2px solid;
    border-radius: 50%;
    transition: 0.6s
}

.n_hezuo ul li .img h5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #BF1E2E;
    line-height: 200px;
    font-size: 18px;
    color: #fff;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    text-align: center;
}

.n_hezuo ul li:hover .img h5 {
    height: 100%
}

.n_hezuo ul li:hover .img:after {
    border: #BF1E2E 2px solid
}

.n_hezuo .more {
    text-align: center
}

.n_hezuo .more a {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #ababab;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.6s
}

.n_hezuo .more a span {
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 50%;
    margin: -3px 2px 0;
    vertical-align: middle;
    transition: 0.6s
}

.n_hezuo .more a:hover {
    background: #BF1E2E
}

.n_hezuo .more a:hover span {
    margin: -3px 3px 0;
}


/* 
.n_news {
	padding: 0 0 95px
}

.n_news .fl01 {
	padding: 60px 0 25px
}

.n_news .fl01 ul {
	font-size: 0;
	margin: 0 -15px;
}

.n_news .fl01 ul li {
	display: inline-block;
	padding: 0 15px
}

.n_news .fl01 ul li a .img {
	display: inline-block;
	width: 382px;
	height: 256px;
	overflow: hidden;
	position: relative
}

.n_news .fl01 ul li a .img h5 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding: 0 32px;
	background: rgb(6, 6, 6, 0.6);
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.n_news .fl01 ul .fl li a .img {
	display: inline-block;
	width: 786px;
	height: 528px;
	overflow: hidden
}

.n_news .fl01 ul .fr {
	width: 397px;
	margin-right: 15px;
}

.n_news .fl01 ul .fr li {
	margin-bottom: 14px
}

.n_news .fl01 ul .fr li a .img h5 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	background: rgb(6, 6, 6, 0.6);
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.n_news .fl02 ul {
	font-size: 0;
	margin: 0;
	border-top: #f9f9fa 1px solid;
	margin-bottom: 3.125rem;
}

.n_news .fl02 ul li {
	padding: 0;
	position: relative;
}

.n_news .fl02 ul li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 0;
	background: #f4f4f4;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.n_news .fl02 ul li a {
	padding: 28px 0 28px;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	position: relative;
	display: block;
	border-bottom: #e4e4e4 2px dashed;
}

.n_news .fl02 ul li a h5,
.n_news .fl02 ul li h5 {
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	color: #585859;
	position: relative;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.n_news .fl02 ul li a p {
	font-size: 12px;
	color: #868686;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.n_news .fl02 ul li a h4 {
	font-size: 24px;
	color: #adadad;
	overflow: hidden;
	margin-bottom: 10px;
}

.n_news .fl02 ul li:hover:before {
	left: 0;
	width: 100%
}

.n_news .fl02 ul li:hover a {
	border-bottom: #f4f4f4 2px dashed
}

.n_news .fl02 ul li:hover a h4 {
	color: #BF1E2E;
	font-weight: bold
}
 */

.page {
    margin: 0px auto 0px auto;
}

.page .box {
    display: inherit;
    width: 100%;
    text-align: center;
}

.page a {
    padding: 0 14px;
    height: 34px;
    line-height: 32px;
    display: inline-block;
    border: 1px solid #dddddd;
    margin: 0 2px;
    color: #393939;
    font-size: 12px;
    transition: 0.6s;
}

.page .on {
    background: #BF1E2E;
    color: #fff !important;
    border: 1px solid #BF1E2E;
}

.page a font {
    font-size: 14px;
    font-family: "SimSun";
    color: rgb(68, 68, 68);
}

.page span {
    background: #4a41bd;
    color: #fff !important;
    border: 1px solid #4a41bd;
}

.page a:hover {
    background: #BF1E2E;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #BF1E2E;
}

.page a:hover font {
    color: #fff;
}

.page a.u_bnt {
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

#n_zizhi {
    padding: 60px 0 95px;
}

#n_zizhi .ul {
    font-size: 0;
    margin: 0 -25px;
    margin-bottom: 40px;
}

#n_zizhi .ul li {
    display: inline-block;
    padding: 0 25px;
    width: 33.333333%;
    overflow: hidden;
}

#n_zizhi .ul li a {
    display: block;
}

#n_zizhi .ul li .pic_box {
    width: 100%;
    height: 365px;
    display: table;
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
    position: relative
}

#n_zizhi .ul li .pic_box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -55px;
    width: 15px;
    height: 2px;
    background: #575757;
}

#n_zizhi .ul li:hover .pic_box {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#n_zizhi .ul li .pic_box .box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#n_zizhi .ul li img {
    max-width: 270px;
    max-height: 280px;
    display: inline-block;
}

#n_zizhi .ul li span {
    display: block;
    text-align: left;
    font-size: 17px;
    color: #575757;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 52px;
}

#n_zizhi .ul li:hover a span {
    color: #BF1E2E;
}

#n_zizhi .ul li:hover img {
    box-shadow: none;
}

.n_yanfa .fl01 {
    padding: 75px 0 50px
}

.n_yanfa .fl01 .ar_article p {
    font-size: 15px;
    line-height: 30px;
    color: #7e7e7e;
    text-align: center;
    margin-bottom: 45px;
}

.n_yanfa .fl02 {
    background: #f5f5f5;
    padding: 86px 0 70px;
}

.jcImgScroll {
    position: relative;
    height: 490px;
    margin: 0;
}

.jcImgScroll li {
    border: 1px solid #ccc;
    overflow: visible !important
}

.jcImgScroll li a {
    background: #fff;
    display: block;
    position: relative;
    z-index: 99;
    height: 100%;
}

.jcImgScroll li.loading a {
    background: #fff url(https://www.qvand.com/template/default/css/images/loading.gif) no-repeat center center;
}

.jcImgScroll li img,
.jcImgScroll li,
.jcImgScroll em,
.jcImgScroll dl {
    display: none;
    border: 0 none;
}

.jcImgScroll li img {
    width: 100%;
    height: 100%;
}

.jcImgScroll em.sPrev {
    background: url(https://www.qvand.com/template/default/images/arrow-left.png) no-repeat left center;
    z-index: 1000000 !important;
    left: 0 !important;
    width: 64px !important;
    height: 490px !important;
}

.jcImgScroll em.sNext {
    background: url(https://www.qvand.com/template/default/images/arrow-right.png) no-repeat right center;
    z-index: 1000000 !important;
    right: 0 !important;
    width: 64px !important;
    height: 490px !important;
    left: auto !important
}

.jcImgScroll dl dd {
    background: url(https://www.qvand.com/template/default/css/images/numbtn.png) no-repeat 0 bottom;
    text-indent: -9em;
}

.jcImgScroll dl dd:hover,
.jcImgScroll dl dd.curr {
    background-position: 0 0;
}

.jcImgScroll li b {
    height: 40px !important;
    bottom: -56px !important;
    width: 100% !important;
    left: 0 !important;
    background: none !important;
    font-size: 15px;
    color: #595959 !important;
    font-weight: normal;
}

.jcImgScroll li.select b {
    display: block !important;
    opacity: 1 !important;
    text-align: center;
}

.n_about .fl01 {
    position: relative;
    z-index: 1;
    margin-bottom: -85px;
    overflow: hidden;
    padding-top: 52px
}

.n_about .fl01 .shuzi {
    margin: 0 -52px;
    background: #fff;
    text-align: right;
    overflow: hidden;
    padding: 55px 52px 55px;
}

.n_about .fl01 .shuzi ul {
    text-align: left;
    font-size: 0;
    float: right;
}

.n_about .fl01 .shuzi ul li {
    display: inline-block;
    margin-left: 96px;
}

.n_about .fl01 .shuzi ul li h3>div {
    display: inline-block
}

.n_about .fl01 .shuzi ul li h3 big {
    font-size: 40px;
    color: #BF1E2E;
    font-family: GOTHAM-BLACK;
}

.n_about .fl01 .shuzi ul li h3 big.counter {
    position: absolute;
    top: 0;
    left: 0
}

.n_about .fl01 .shuzi ul li h3 small {
    font-size: 14px;
    color: #767676;
    margin-left: 12px;
}

.n_about .fl01 .shuzi ul li h6 {
    font-size: 14px;
    color: #767676;
    margin-top: 15px;
}

.n_about .fl02 {
    background: url(https://www.qvand.com/template/default/images/n_about_fl02_bg.jpg) center no-repeat;
    height: 470px;
    background-attachment: fixed
}

.n_about .fl02 h3 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    padding-top: 100px
}

.n_about .fl02 h3 span {
    font-size: 18px;
    vertical-align: top;
    line-height: 30px
}

.n_about .fl02 h5 {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.65);
    font-family: BarlowCondensed-Regular;
    text-transform: uppercase;
    margin: 12px 0 40px
}

.n_about .fl02 h2 img {
    transition: 0.6s
}

.n_about .fl02 h2 img:hover {
    transform: rotate(180deg)
}

.n_about .fl03 {
    padding: 72px 0 0
}

.n_about .fl03 .title {
    text-align: center
}

.n_about .fl03 .title h3 {
    font-size: 32px;
    color: #2a2a2a;
    font-weight: bold;
    margin-bottom: 12px
}

.n_about .fl03 .title h4 {
    font-size: 26px;
    color: #959595;
    font-family: BarlowCondensed-Bold;
    text-transform: uppercase;
}

.n_about .fl03 #n_zizhi {
    padding: 55px 0
}

#n_zizhi .ul .miso-prev,
#n_zizhi .ul .miso-next {
    width: 65px;
    height: 65px;
    top: 50%;
    margin-top: -75px;
}

#n_zizhi .ul .miso-prev {
    background: url(https://www.qvand.com/template/default/images/left02.png) center no-repeat;
    left: -100px;
}

#n_zizhi .ul .miso-next {
    background: url(https://www.qvand.com/template/default/images/right02.png) center no-repeat;
    right: -100px;
}

.n_weixiu .fl01 {
    padding: 60px 0 0;
}

.n_weixiu .fl01 .title {
    margin-bottom: 38px;
}

.n_weixiu .fl01 .title h3 {
    font-size: 22px;
    color: #393838;
    margin-bottom: 12px;
}

.n_weixiu .fl01 .title h4 {
    font-size: 18px;
    color: #535353;
    text-transform: uppercase
}

.n_weixiu .fl01 form {
    font-size: 0;
    width: 695px;
}

.n_weixiu .fl01 form .con {
    display: inline-block;
    width: 340px;
    height: 48px;
    border: #cdcdcd 1px solid;
    border-radius: 3px;
    padding: 0 12px;
    margin-right: 15px;
    position: relative;
    margin-bottom: 20px;
}

.n_weixiu .fl01 form .con01 {
    width: 340px;
    margin-right: 0;
}

.n_weixiu .fl01 form .con02 {
    width: 100%;
    margin-right: 0;
    height: 94px;
}

.n_weixiu .fl01 form .con input {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    font-size: 15px;
    color: #727272
}

.n_weixiu .fl01 form .con textarea {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    font-size: 15px;
    color: #727272;
    line-height: 34px;
    padding: 6px 0;
    resize: none;
}

.n_weixiu .fl01 form .button {
    display: inline-block;
    vertical-align: top;
}

.n_weixiu .fl01 form button {
    width: 118px;
    height: 48px;
    line-height: 48px;
    background: #158b8c;
    border-radius: 3px;
    font-size: 15px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.6s
}

.n_weixiu .fl01 form button:hover {
    background: #BF1E2E
}

.n_join {
    padding: 60px 0 100px;
}

.n_join ul {
    margin-bottom: 60px;
}

.n_join ul li {
    overflow: hidden;
    margin-bottom: 18px;
    background: #ffff;
}

.n_join ul li .a {
    padding: 50px 0 0;
}

.n_join ul li .top {
    position: relative;
    line-height: 50px;
    background: #fff;
    padding: 0 85px;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 10px;
}

.n_join ul li .top i {
    position: absolute;
    right: 44px;
    top: 50%;
    margin-top: -18px;
    width: 35px;
    height: 35px;
    background: url(https://www.qvand.com/template/default/images/jia.png) center no-repeat;
    cursor: pointer
}

.n_join ul li .top h5 {
    font-size: 18px;
    color: #414141;
    float: left;
    width: 80%;
    position: relative;
    line-height: 30px;
}

.n_join ul li .top:before {
    content: "";
    position: absolute;
    background: url(https://www.qvand.com/template/default/images/n_join_icon01.png) center no-repeat;
    width: 26px;
    height: 26px;
    left: 44px;
    top: 3px;
}

.n_join01 ul li .top:before {
    content: "";
    position: absolute;
    background: url(https://www.qvand.com/template/default/images/n_join_icon03.png) center no-repeat;
    width: 26px;
    height: 26px;
    left: 44px;
    top: 3px;
}

.n_join ul li .ar_article {
    padding: 12px 85px 40px;
    margin: 0;
    width: 100%;
    background: #fff;
    position: relative
}

.n_join ul li .ar_article:before {
    content: "";
    position: absolute;
    background: url(https://www.qvand.com/template/default/images/n_join_icon02.png) center no-repeat;
    width: 26px;
    height: 26px;
    left: 44px;
    top: 14px;
}

.n_join01 ul li .ar_article:before {
    content: "";
    position: absolute;
    background: url(https://www.qvand.com/template/default/images/n_join_icon04.png) center no-repeat;
    width: 26px;
    height: 26px;
    left: 44px;
    top: 14px;
}

.n_join ul li .ar_article .height {
    height: 56px;
    overflow: hidden;
    transition: 0.6s
}

.n_join ul li .ar_article p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 28px;
    color: #8b8b8b;
}

.n_join ul li.current .ar_article .height {
    height: auto
}

.n_join ul li.current .top i {
    background: url(https://www.qvand.com/template/default/images/jian.png) center no-repeat;
}

.n_licheng .fl01 {
    background: url(https://www.qvand.com/template/default/images/n_licheng_fl01_bg.jpg) center no-repeat;
    height: 360px;
    margin-top: 45px;
}

.n_licheng .fl01 .w1200 {
    padding: 65px 30px 0
}

.n_licheng .fl01 h3 {
    font-size: 42px;
    color: #fff;
    line-height: 42px;
    font-family: BarlowCondensed-Regular;
    text-transform: uppercase;
    margin-bottom: 115px;
    height: 84px;
}

.n_licheng .fl01 .miso_hd {
    width: 860px;
    margin-right: 24px;
    float: right;
}

.n_licheng .fl01 .miso_hd .miso-list {}

.n_licheng .fl01 .miso_hd li {
    position: relative;
    text-align: center
}

.n_licheng .fl01 .miso_hd li:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 0;
    background: url(https://www.qvand.com/template/default/images/jiantou.png) center no-repeat;
    border-radius: 50%;
    left: 50%;
    margin-left: -11px;
    bottom: 8px;
    transition: 0.6s;
    overflow: hidden
}

.n_licheng .fl01 .miso_hd li h4 {
    font-size: 42px;
    color: rgba(255, 255, 255, 0.65);
    font-family: BarlowCondensed-Bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 91px;
}

.n_licheng .fl01 .miso_hd li h4:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
    left: 50%;
    margin-left: -12px;
    bottom: 26px;
    transform: scale(0);
    transition: 0.6s
}

.n_licheng .fl01 .miso_hd li h4:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #BF1E2E;
    border-radius: 50%;
    left: 50%;
    margin-left: -6px;
    bottom: 32px;
    transform: scale(0);
    transition: 0.6s
}

.n_licheng .fl01 .miso_hd .miso-prev,
.n_licheng .fl01 .miso_hd .miso-next {
    width: 60px;
    height: 60px;
    left: -254px;
    top: -5px;
}

.n_licheng .fl01 .miso_hd .miso-prev {
    background: url(https://www.qvand.com/template/default/images/left03.png) center no-repeat;
}

.n_licheng .fl01 .miso_hd .miso-next {
    background: url(https://www.qvand.com/template/default/images/right03.png) center no-repeat;
    left: -172px;
}

.n_licheng .fl01 .miso_hd li.miso-current h4 {
    color: #fff
}

.n_licheng .fl01 .miso_hd li.miso-current:before {
    height: 10px;
}

.n_licheng .fl01 .miso_hd li.miso-current h4:before {
    transform: scale(1)
}

.n_licheng .fl01 .miso_hd li.miso-current h4:after {
    transform: scale(1)
}

.n_licheng .fl02 {
    overflow: hidden;
    position: relative;
    top: -37px;
    margin-bottom: -37px;
}

.n_licheng .fl02 .miso_bd h4 {
    float: left;
    font-size: 88px;
    color: #BF1E2E;
    font-family: BarlowCondensed-Regular;
    text-transform: uppercase;
    padding: 70px 0;
    padding-left: 30px
}

.n_licheng .fl02 .miso_bd .right {
    width: 902px;
    border-left: #dedede 2px solid;
    padding: 80px 0;
    padding-left: 30px;
    min-height: 228px;
}

.n_licheng .fl02 .miso_bd .right dl dd {
    font-size: 15px;
    line-height: 28px;
    color: #949494;
    position: relative;
    margin-bottom: 15px;
}

.n_licheng .fl02 .miso_bd .right dl dd:before {
    content: "";
    position: absolute;
    left: -25px;
    width: 10px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background: #dedede;
}

.n_licheng .fl02 .miso_bd .right dl dd:after {
    content: "";
    position: absolute;
    left: -38px;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -7px;
    background: #fff;
    border: #dedede 2px solid;
    border-radius: 50%;
}

.n_chaxun {
    padding: 78px 98px;
}

#allmap {
    width: 100% !important;
    height: 605px
}

.form_search {
    width: 100%;
    position: relative;
    z-index: 100;
    font-size: 0;
    text-align: center;
    margin-bottom: 50px;
}

.form_search .box {
    display: inline-block;
    margin-right: 20px;
    white-space: nowrap;
    vertical-align: top;
}

.form_search .box>div {
    display: inline-block;
}

.form_search .box .f_title {
    display: inline-block;
    width: 84px;
    height: 40px;
    line-height: 40px;
    background: #bf934a;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: none;
}

.form_search .box .f_input {
    display: inline-block;
    width: 205px;
    height: 40px;
    line-height: 38px;
    background: #fff;
    border: #e5e5e5 1px solid;
    font-size: 16px;
    color: #333;
}

.form_search .box .f_input input {
    display: inline-block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: none;
    border: none;
    font-size: 16px;
    color: #333;
    padding: 0 15px;
}

.form_search .box .sousuo {
    display: inline-block;
    padding: 0 !important
}

.form_search .box select {
    display: inline-block;
    width: 290px;
    height: 50px;
    line-height: 46px;
    background: #fff;
    border: #e6e6e6 2px solid;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
}

.form_search .box .btn_anniu {
    display: inline-block;
    width: 84px;
    height: 50px;
    line-height: 50px;
    background: #BF1E2E;
    text-align: center;
}

.form_search .box .btn_anniu input {
    display: inline-block;
    width: 100%;
    background: none;
    border: none;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

#dr_ajax_result {
    position: absolute;
    width: 360px;
    height: 500px;
    left: 50px;
    top: 50%;
    background: #fff;
    z-index: 100;
    margin-top: -250px;
}

#dr_ajax_result h3 {
    background: #bf934a;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

#dr_ajax_result .content {
    padding: 0;
}

#dr_ajax_result ul {
    padding: 0;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 500px;
}

#dr_ajax_result ul {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
}

#dr_ajax_result ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
}

#dr_ajax_result ul::-webkit-scrollbar-track {
    border-radius: 2.5px;
    background-color: transparent;
}

#dr_ajax_result ul::-webkit-scrollbar-thumb {
    border-radius: 2.5px;
    width: 5px;
    height: 5px;
    background-color: #158b8c;
}

#dr_ajax_result ul li {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-bottom: 0;
    border-bottom: #e3e3e3 1px solid;
    height: 100px;
    padding: 20px 28px;
}

#dr_ajax_result ul li img {
    position: relative;
    top: 7px;
    margin-right: 6px;
}

#dr_ajax_result ul li a {
    font-size: 15px;
    color: #333;
}

#dr_ajax_result ul li a:hover {
    color: #bf934a;
}

#dr_ajax_result ul li h5 {
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left
}

#dr_ajax_result ul li h6 {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    text-align: left
}

.BMap_bubble_content {
    font-size: 15px;
    line-height: 28px;
    color: #333
}

.xuanze {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25)
}

.xuanze ul {
    font-size: 0;
    background: #fff
}

.xuanze ul li {
    display: inline-block;
}

.xuanze ul li a {
    display: inline-block;
    padding: 0 75px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    cursor: pointer
}

.xuanze ul li a img {
    margin-right: 10px;
    vertical-align: middle;
}

.xuanze ul li.on a {
    background: #bf934a;
    color: #fff
}

.n_contact .box001 {
    width: 328px;
    height: 416px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -228px;
    margin-left: -156px;
}

.n_contact .box001:before {
    content: "";
    position: absolute;
    border-top: #fff 15px solid;
    border-left: transparent 12px solid;
    border-right: transparent 12px solid;
    bottom: -15px;
    left: 50%;
    margin-left: -12px;
}

.n_contact .dots {
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-top: 190px;
}

.n_contact .dots:before {
    content: "";
    background: #BF1E2E;
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    left: 0;
    top: 0;
    margin-top: 26px;
    transform: scale(2);
    animation: lwy 2s ease infinite
}

.n_contact .dots:after {
    content: "";
    background: #fff;
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    left: 0;
    top: 0;
    margin-top: 26px;
}

@keyframes lwy {
    0 {
        transform: scale(2)
    }
    50% {
        transform: scale(1.75)
    }
    100% {
        transform: scale(2)
    }
}

.n_contact .box001 .img,
.n_contact .box001 .img img {
    width: 328px;
    height: 204px;
    overflow: hidden
}

.n_contact .box001 .con {
    text-align: center
}

.n_contact .box001 .con a {
    display: inline-block;
    width: 120px;
    height: 40px;
    background: #BF1E2E;
    border-radius: 20px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    position: relative;
    top: -20px;
    transition: 0.6s
}

.n_contact .box001 .con h4 {
    font-size: 18px;
    color: #494949;
    font-weight: bold;
    margin: 12px 0 20px;
}

.n_contact .box001 .con h6 {
    font-size: 15px;
    color: #494949;
    margin-bottom: 10px
}

.n_contact .box001 .con h5 {
    font-size: 20px;
    color: #494949;
    font-family: BarlowCondensed-Regular;
    font-weight: bold
}

.n_contact .box001 .con a:hover {
    background: #BF1E2E
}

.n_contact .fl02 {
    text-align: center;
    padding: 85px 0 90px;
}

.n_contact .fl02 .title {
    font-size: 24px;
    line-height: 44px;
    color: #5d5d5d;
    margin-bottom: 58px;
}

.n_contact .fl02 ul {
    font-size: 0
}

.n_contact .fl02 ul li {
    display: inline-block;
    width: 33.333333%;
}

.n_contact .fl02 ul li .icon {
    border: #cfcfcf 2px solid;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 76px;
    border-radius: 50%;
    margin-bottom: 16px
}

.n_contact .fl02 ul li h5 {
    font-size: 15px;
    line-height: 28px;
    color: #666666
}

.n_contact .fl03 {
    text-align: center;
    background: #f9f9f9;
    border-top: #eaeaea 3px solid;
    padding: 88px 0;
}

.n_contact .fl03 .title {
    margin-bottom: 75px;
    position: relative
}

.n_contact .fl03 .title:before {
    content: "";
    position: absolute;
    bottom: -45px;
    width: 1px;
    height: 25px;
    background: #b9b9b9;
}

.n_contact .fl03 .title h3 {
    font-size: 32px;
    color: #525252;
    font-weight: bold;
    margin-bottom: 12px;
}

.n_contact .fl03 .title h4 {
    font-size: 26px;
    color: #8c8c8c;
    font-family: BarlowCondensed-Bold;
    text-transform: uppercase
}

.n_contact .fl03 form {
    width: 730px;
    margin-top: 0;
    display: inline-block;
}

.n_contact .fl03 form h5 {
    font-size: 14px;
    color: #939393;
    margin-bottom: 12px;
}

.n_contact .fl03 .messlist {
    height: 50px;
    line-height: 50px;
    margin: 0 10px 16px 0;
    float: left;
    width: 360px;
    background: #fff;
    color: #626364;
    border-radius: 4px;
}

.n_contact .fl03 .messlist label,
.form-list .messlist01 label,
.n_contact .fl03 .messlist03 label {
    float: left;
    width: 70px;
    height: 56px;
    line-height: 56px;
    text-align: left;
    color: #636363;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 0 0 25px;
    font-weight: normal;
}

.n_contact .fl03 .messlist input {
    float: left;
    width: 70%;
    height: 50px;
    background: none;
    border: none;
    outline: none;
    color: #767676;
    font-size: 14px;
    padding: 0 20px;
}

.n_contact .fl03 .messlist01 {
    height: 43px;
    margin-top: 30px;
    float: left;
    width: 880px;
    border: #d3d7d8 1px solid;
    background: #fbfbfc;
    color: #626364;
    margin-right: 44px;
}

.n_contact .fl03 .messlist01 input {
    float: left;
    width: 712px;
    height: 48px;
    padding: 0 10px;
    background-color: #fbfbfc;
    border: none;
    outline: none;
    color: #626364;
    font-size: 12px;
}

.n_contact .fl03 .messlist02 {
    height: 150px;
    width: 100%;
    background: #fff;
    color: #767676;
    box-sizing: border-box;
    margin-bottom: 16px;
    border-radius: 4px;
}

.n_contact .fl03 .messlist02 textarea {
    float: left;
    width: 100%;
    height: 150px;
    color: #767676;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 14px 20px;
    resize: none;
    box-sizing: border-box;
    background: none;
}

.n_contact .fl03 .messlist02 label {
    float: left;
    width: 70px;
    height: 56px;
    line-height: 56px;
    text-align: left;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 0 0 25px;
    font-weight: normal;
}

.n_contact .fl03 .yanzheng {
    display: inline;
    float: left;
    position: absolute;
    right: 10px;
    top: 0.7rem;
}


/*.n_contact .fl03 .yanzheng img{width: 5.5625rem;height: 1.8125rem;}*/

.n_contact .fl03 .messsub input {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    border: none;
    background: #BF1E2E;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: 0.6s;
}

.n_contact .fl03 .messsub input:hover {
    background: #BF1E2E;
}

.n_contact .fl03 .messlist03 {
    height: 50px;
    margin: 0 10px 0 0;
    float: left;
    width: 360px;
    background: #fff;
    color: #767676;
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
}

.n_contact .fl03 .messlist03 input {
    float: left;
    width: 100%;
    height: 56px;
    color: #767676;
    font-size: 14px;
    border: none;
    outline: none;
    resize: none;
    box-sizing: border-box;
    background: none;
    padding: 0 25px;
}

.n_contact .fl03 .messsub {
    float: left;
    width: 190px;
}

.n_product {
    padding: 0 0 95px
}

.n_product .miso_hd {
    margin: 0 -1px;
    margin-bottom: 50px;
    font-size: 0;
    position: relative;
    z-index: 100;
}

.n_product .miso_hd li {
    padding: 0 1px;
    text-align: center;
    width: 16.666667%;
    display: inline-block
}

.n_product .miso_hd li a {
    display: block;
    height: 125px;
    background: #fff;
    padding: 20px 0;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

.n_product .miso_hd li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
    width: 0;
    background: #BF1E2E;
    transition: 0.9s ease
}

.n_product .miso_hd li a h3 {
    line-height: 60px
}

.n_product .miso_hd li a h5 {
    font-size: 14px;
    color: #313131
}

.n_product .miso_hd .miso-prev,
.n_product .miso_hd .miso-next {
    width: 11px;
    height: 21px;
    margin-top: -10px
}

.n_product .miso_hd .miso-prev {
    background: url(https://www.qvand.com/template/default/images/left002.png) center no-repeat;
    left: -60px;
}

.n_product .miso_hd .miso-next {
    background: url(https://www.qvand.com/template/default/images/right002.png) center no-repeat;
    right: -60px;
}

.n_product .miso_hd li.on a:after,
.n_product .miso_hd li:hover a:after {
    left: 0;
    width: 100%
}

.n_product .miso_hd li.on a h3 img,
.n_product .miso_hd li:hover a h3 img {
    -webkit-animation: jello 1s;
    -moz-animation: jello 1s;
    animation: jello 1s;
}

.n_product .miso_bd {
    margin: 0 -16px;
    margin-bottom: 30px;
    font-size: 0
}

.n_product .miso_bd li {
    padding: 0 16px;
    text-align: center;
    width: 33.333333%;
    display: inline-block;
    margin-bottom: 30px;
}

.n_product .miso_bd li a {
    display: block;
    height: 460px;
    background: #fff;
    position: relative;
    cursor: pointer
}

.n_product .miso_bd li a .img,
.n_product .miso_bd li a .img img {
    width: 380px;
    height: 304px;
    overflow: hidden;
    object-fit: cover
}

.n_product .miso_bd li a .con {
    padding: 0 20px
}

.n_product .miso_bd li a .con h3 {
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.n_product .miso_bd li a .con h6 {
    font-size: 13px;
    color: #919191;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 14px 0 26px
}

.n_product .miso_bd li a .con span {
    font-size: 12px;
    color: #5f6263;
    display: inline-block;
    width: 135px;
    height: 35px;
    line-height: 31px;
    border: #ececec 2px solid;
    border-radius: 18px;
    transition: 0.6s
}

.n_product .miso_bd li a:hover .con span {
    background: #158b8c;
    border: #158b8c 2px solid;
    color: #fff
}

.n_product .more {
    text-align: center
}

.n_product .more a {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.6s;
    border: #c2c2c2 1px solid;
}

.n_product .more a span {
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #c2c2c2;
    border-radius: 50%;
    margin: -3px 2px 0;
    vertical-align: middle;
    transition: 0.6s;
}

.n_product .more a:hover {
    background: #BF1E2E;
    border: #BF1E2E 1px solid
}

.n_product .more a:hover span {
    margin: -3px 3px 0;
    background: #fff
}

.n_product .miso_hd li .box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 128px;
    background: #fff;
    padding: 45px 30px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.25);
    display: none
}

.n_product .miso_hd li .box .left {
    width: 694px;
    height: 304px;
    overflow: hidden;
}

.n_product .miso_hd li .box .right {
    width: 370px;
    padding: 46px 0 0;
    text-align: left
}

.n_product .miso_hd li .box .right dd {
    font-size: 15px;
    line-height: 37px;
    color: #6f6f71;
    padding-left: 15px;
    background: url(https://www.qvand.com/template/default/images/yuanjiao.png) left center no-repeat;
    text-align: left;
}

.n_product .miso_hd li .box .right h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold
}

.top_video {
    width: 664px;
    height: 304px;
    overflow: hidden
}

.top_video:hover .plyr--video .plyr__controls {
    bottom: 0
}

.n_product_detail {
    padding-bottom: 100px
}

.n_product_detail .fl01 {
    position: relative;
    top: -160px;
}

.n_product_detail .fl01 .w1200 {
    padding: 60px 50px 55px;
    background: #fff;
}

.n_product_detail .fl01 .w1200.ww {
    position: relative;
}

.n_product_detail .fl01 .w1200 .miso_hd {
    float: left;
    width: 535px;
    height: 365px;
    overflow: hidden
}

.n_product_detail .fl01 .w1200 .miso_hd img {
    width: 535px;
    height: 365px;
    overflow: hidden;
    object-fit: cover;
}

.n_product_detail .fl01 .w1200 .right {
    width: 518px;
}

.n_product_detail .fl01 .w1200 .right h3 {
    font-size: 30px;
    line-height: 42px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 18px;
}

.n_product_detail .fl01 .w1200 .right p {
    font-size: 15px;
    color: #646464;
    line-height: 34px;
    margin-bottom: 26px
}

.n_product_detail .fl01 .w1200 .right dl.dl {
    margin-bottom: 25px
}

.n_product_detail .fl01 .w1200 .right dl dt {
    font-size: 15px;
    color: #646464;
    margin-bottom: 16px
}

.n_product_detail .fl01 .w1200 .right dl .dd {
    font-size: 0;
    margin: 0 -6px;
}

.n_product_detail .fl01 .w1200 .right dl .dd dd {
    display: inline-block;
    width: 33.333333% !important;
    padding: 0 6px;
    margin-bottom: 12px;
}

.n_product_detail .fl01 .w1200 .right dl .dd dd span {
    font-size: 13px;
    color: #646464;
    display: block;
    height: 45px;
    line-height: 43px;
    border: #e0e0e0 1px solid;
    text-align: center
}

.n_product_detail .fl01 .w1200 .right dl .dd dd.miso-current span {
    border: #148385 1px solid;
    background: #148385;
    color: #fff
}

.n_product_detail .fl01 .w1200 .right dl .dd01 dd {
    width: 100% !important
}

.n_product_detail .fl01 .w1200 .right dl .dd01 dd span {
    border: #148385 1px solid;
    background: #148385;
    color: #fff
}

.n_product_detail .fl01 .w1200 .right dl .dd02 .miso-track {
    transform: translate3d(0, 0px, 0px) !important;
    width: 100% !important;
}

.n_product_detail .fl02 {
    top: -160px;
    position: relative;
    margin-bottom: -160px;
}

.n_product_detail .fl02 .w1200 {
    padding: 0px 50px 45px;
    background: #fff;
}

.n_news_detail {
    position: relative;
    top: -160px;
    margin-bottom: -160px;
    padding-bottom: 100px
}

.n_news_detail .n_left_box {
    background: #fff;
    padding: 4.375rem 4.375rem
}

.n_news_detail .title {
    margin-bottom: 2.5rem
}

.n_news_detail .title h3 {
    font-size: 2rem;
    color: #404142;
    font-weight: bold;
    line-height: 3.5rem;
    margin-bottom: 0.75rem
}

.n_news_detail .title h6 {
    font-size: 14px;
    color: #808080;
    line-height: 20px;
}

.n_news_detail .title h6 span {
    margin-right: 1.5rem
}

.n_news_detail .title h6 img {
    margin-right: 8px;
    margin-top: -3px;
}

.n_news_detail .title h6 .span2 {
    background: url(https://www.qvand.com/template/default/images/fx.png) left center no-repeat;
    padding-left: 24px;
    position: relative;
    display: inline-block;
    width: 200px;
}

.n_news_detail .title h6 .span2 a {
    color: #808080;
}


/*==============分享插件=====================*/

.shart_box {}

.shart_box:hover #j_shart_s_24 {
    display: block;
}

#j_shart_s_24 .bds_count {
    font-size: 12px;
}

#j_shart_s_24 {
    position: relative;
    display: none;
    height: 50px;
}

#j_shart_s_24 .bds_count {
    font-size: 12px;
}

#j_shart_s_24 {
    position: absolute;
    left: 94px;
    top: -10px;
    width: 215px;
}

#j_shart_s_24 strong {
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    line-height: 36px;
    font-size: 12px;
    color: #838383;
    font-weight: normal;
}

#j_shart_s_24 .bds_qzone {
    background: url(../image/j_shart.png) center -224px no-repeat
}

#j_shart_s_24 .bds_tsina {
    background: url(../image/j_shart.png) center -311px no-repeat
}

#j_shart_s_24 .bds_tqq {
    background: url(../image/j_shart.png) center -195px no-repeat
}

#j_shart_s_24 .bds_renren {
    background: url(../image/j_shart.png) center -340px no-repeat
}

#j_shart_s_24 .bds_weixin {
    background: url(../image/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_sqq {
    background: url(../image/j_shart.png) center -79px no-repeat
}

#j_shart_s_24 .bds_fbook {
    background: url(../image/j_shart.png) center -166px no-repeat
}

#j_shart_s_24 .bds_twi {
    background: url(../image/j_shart.png) center -137px no-repeat
}

#j_shart_s_24 .bds_linkedin {
    background: url(../image/j_shart.png) center -108px no-repeat
}

#j_shart_s_24 .bds_tieba {
    background: url(../image/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_huaban {
    background: url(../image/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_douban {
    background: url(../image/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_copy {
    background: url(../image/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_print {
    background: url(../image/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_mshare {
    background: url(../image/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_count {
    font-size: 12px
}

.bdshare-button-style1-32 a {
    width: 26px !important;
    height: 26px !important;
    line-height: 26px !important;
    margin: 6px 2px 6px 0 !important;
}

.fanye {
    margin-top: 60px;
}

.fanye a {
    font-size: 17px;
    color: #666565
}

.fanye a.center {
    position: absolute;
    left: 50%;
    margin-left: -20px;
}

.fanye a.center img,
.fanye a.fl img {
    margin-right: 12px;
    margin-top: -3px
}

.fanye a.fr img {
    margin-left: 12px;
    margin-top: -3px
}

.fanye a:hover {
    color: #BF1E2E
}

.n_xuanyou .fl01 {
    padding: 82px 0 76px
}

.n_xuanyou .fl01 .title {
    text-align: center;
    margin-bottom: 62px
}

.n_xuanyou .fl01 .title h4 {
    font-size: 24px;
    color: #d4d4d4;
    font-family: BarlowCondensed-Bold;
    margin-bottom: 12px;
    text-transform: uppercase
}

.n_xuanyou .fl01 .title h3 {
    font-size: 24px;
    color: #373737;
    font-weight: bold
}

.n_xuanyou .fl01 .content {
    text-align: center;
    position: relative;
    height: 396px;
}

.n_xuanyou .fl01 .content img {
    display: inline-block
}

.circle {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    text-align: center;
    color: #3f897c;
    font-size: 30px;
    z-index: 10;
}

.circle i {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 50%;
    margin-top: -4px;
    z-index: 99;
    background: #158b8c;
}

.circle span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(21, 139, 140, 0.8);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: circleScale 3s linear infinite;
    -moz-animation: circleScale 3s linear infinite;
    -ms-animation: circleScale 3s linear infinite;
    animation: circleScale 3s linear infinite;
}

.circle span:nth-of-type(2) {
    animation-delay: 1s;
}

.circle span:nth-of-type(3) {
    animation-delay: 2s;
}

@keyframes circleScale {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.circle a {
    cursor: pointer;
    position: relative;
}

.n_xuanyou .fl01 .content .box {
    position: absolute;
    left: 50%;
    width: 110px;
    padding: 106px 0 0;
    text-align: center
}

.n_xuanyou .fl01 .content .box:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 104px;
    background: #dfdfdf;
    top: 15px;
}

.n_xuanyou .fl01 .content .box01 {
    margin-left: -471px;
}

.n_xuanyou .fl01 .content .box02 {
    margin-left: -316px;
}

.n_xuanyou .fl01 .content .box03 {
    margin-left: -172px;
}

.n_xuanyou .fl01 .content .box04 {
    margin-left: -10px;
}

.n_xuanyou .fl01 .content .box05 {
    margin-left: 260px;
    width: 200px;
}

.n_xuanyou .fl01 .content .box dl {
    margin-top: 20px
}

.n_xuanyou .fl01 .content .box dl dt,
.n_xuanyou .fl01 .content .box dl dd {
    font-size: 13px;
    line-height: 24px;
    color: #5c5c5c
}

.n_xuanyou .fl02 {
    padding: 82px 0 76px;
    background: url(https://www.qvand.com/template/default/images/n_xuanyou_fl02_bg.jpg) center no-repeat;
    background-attachment: fixed;
    height: 410px;
}

.n_xuanyou .fl02 .title {
    text-align: center;
    margin-bottom: 62px
}

.n_xuanyou .fl02 .title h4 {
    font-size: 24px;
    color: #fff;
    font-family: BarlowCondensed-Bold;
    margin-bottom: 12px;
    text-transform: uppercase
}

.n_xuanyou .fl02 .title h3 {
    font-size: 24px;
    color: #fff;
    font-weight: bold
}

.n_xuanyou .fl03 {
    padding: 100px 0 80px;
    background: #f8f8f8;
    border-bottom: #e3e3e3 1px solid;
}

.n_xuanyou .fl03 h3 {
    font-size: 30px;
    color: #010101;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    line-height: 40px;
}

.n_xuanyou .fl03 .miso_hd {
    width: 225px;
    float: left;
    padding: 76px 0 0;
    position: relative
}

.n_xuanyou .fl03 .miso_hd:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 340px;
    background: #dbdbdb;
    top: 114px;
    left: 30px;
}

.n_xuanyou .fl03 .miso_hd li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: #464646 1px solid;
    border-radius: 24px;
    font-size: 15px;
    color: #464646;
    margin-bottom: 14px;
    transition: 0.6s ease;
    background: #f8f8f8;
}

.n_xuanyou .fl03 .miso_hd li span {
    font-family: BarlowCondensed-Bold;
    font-size: 20px;
    margin: 0 16px 0 24px;
    vertical-align: top;
    display: inline-block
}

.n_xuanyou .fl03 .miso_hd li small {
    display: inline-block;
    vertical-align: top
}

.n_xuanyou .fl03 .miso_bd {
    width: 850px;
    float: right;
}

.n_xuanyou .fl03 .miso_bd li {
    text-align: center;
    padding: 46px 0 0;
}

.n_xuanyou .fl03 .miso_bd li .shouji {
    background: url(https://www.qvand.com/template/default/images/shouji_bg.png) center no-repeat;
    width: 251px;
    height: 486px;
    display: inline-block;
    padding: 58px 10px 0 0px;
    transition: 0.6s ease
}

.n_xuanyou .fl03 .miso_bd li .shouji img {
    width: 196px;
    height: 355px;
    object-fit: cover;
}

.n_xuanyou .fl03 .miso_bd li .con {
    opacity: 0;
    height: 0;
    transition: 0.6s ease
}

.n_xuanyou .fl03 .miso_bd li .con h4 {
    font-size: 20px;
    color: #464646;
    font-family: BarlowCondensed-Bold;
    margin-bottom: 10px
}

.n_xuanyou .fl03 .miso_bd li .con h5 {
    font-size: 16px;
    color: #464646
}

.n_xuanyou .fl03 .miso_bd li.miso-current .con {
    opacity: 1;
    height: 46px;
}

.n_xuanyou .fl03 .miso_bd li.miso-current .shouji {
    margin-top: -46px;
}

.n_xuanyou .fl04 {
    padding: 75px 0 70px;
    background: #f8f8f8;
}

.n_xuanyou .fl04 h3 {
    font-size: 30px;
    color: #010101;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    line-height: 40px;
}

.n_xuanyou .fl04 .miso_hd {
    width: 225px;
    float: left;
    padding: 76px 0 0;
    position: relative
}

.n_xuanyou .fl04 .miso_hd:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 120px;
    background: #dbdbdb;
    top: 114px;
    left: 30px;
}

.n_xuanyou .fl04 .miso_hd li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: #464646 1px solid;
    border-radius: 24px;
    font-size: 15px;
    color: #464646;
    margin-bottom: 14px;
    transition: 0.6s ease;
    background: #f8f8f8;
    position: relative;
}

.n_xuanyou .fl04 .miso_hd li span {
    font-family: BarlowCondensed-Bold;
    font-size: 20px;
    margin: 0 16px 0 24px;
    vertical-align: top;
    display: inline-block
}

.n_xuanyou .fl04 .miso_hd li small {
    display: inline-block;
    vertical-align: top
}

.n_xuanyou .fl04 .miso_bd {
    width: 850px;
    float: right;
}

.n_xuanyou .fl04 .miso_bd li {
    text-align: center;
    padding: 46px 0 0;
}

.n_xuanyou .fl04 .miso_bd li .shouji {
    background: url(https://www.qvand.com/template/default/images/shouji_bg.png) center no-repeat;
    width: 251px;
    height: 486px;
    display: inline-block;
    padding: 58px 10px 0 0px;
    transition: 0.6s ease
}

.n_xuanyou .fl04.miso_bd li .shouji img {
    width: 196px;
    height: 355px;
    object-fit: cover;
}

.n_xuanyou .fl04 .miso_bd li .con {
    opacity: 0;
    height: 0;
    transition: 0.6s ease
}

.n_xuanyou .fl04 .miso_bd li .con h4 {
    font-size: 20px;
    color: #464646;
    font-family: BarlowCondensed-Bold;
    margin-bottom: 10px
}

.n_xuanyou .fl04 .miso_bd li .con h5 {
    font-size: 16px;
    color: #464646
}

.n_xuanyou .fl04 .miso_bd li.act .con {
    opacity: 1;
    height: 46px;
}

.n_xuanyou .fl04 .miso_bd li.act .shouji {
    margin-top: -46px
}

.n_xuanyou .fl03 .miso_hd li.miso-current {
    background: #158b8c;
    border: #158b8c 1px solid;
    color: #fff
}

.n_xuanyou .fl04 .miso_hd li.miso-current {
    background: #158b8c;
    border: #158b8c 1px solid;
    color: #fff
}

#certify {
    position: relative;
    width: 1123px;
    /*判断宽度设置响应式效果*/
    margin: 0 auto;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 334px;
    height: 490px;
    background: #fff;
    border: 1px solid #c2c2c2;
}

#certify .swiper-slide img {
    width: 334px;
    height: 490px;
    display: block;
    border: 2px solid #fff;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -40px;
    width: 60px;
    height: 111px;
    top: 195px;
    background: url(https://www.qvand.com/template/default/images/arrow-left.png) no-repeat right center;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    /*background-position: 0 -46px;*/
    /*background-size: 100%*/
}

#certify .swiper-button-next {
    right: -40px;
    width: 60px;
    height: 111px;
    top: 195px;
    background: url(https://www.qvand.com/template/default/images/arrow-right.png) no-repeat right center;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    /*background-position: 0 -139px;*/
    /*background-size: 100%*/
}

#certify .swiper-slide h5 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    text-align: center;
    color: #595959;
    margin-top: 30px;
    opacity: 0
}

#certify .swiper-slide.swiper-slide-active h5 {
    opacity: 1
}


/*==========================================内页 结束=============================================*/

@media(min-width: 768px) {}

@media(min-width: 992px) and (max-width: 1300px) {}

@media(max-width: 1800px) {}

@media(max-width: 1600px) {}

@media(max-width: 1460px) {
    header {
        padding: 0 2rem
    }
    .header {
        padding: 0 2rem;
    }
    .container03 .top {
        margin-left: -90px;
    }
    .heuzo .tit h2 {
        font-size: 42px;
    }
}

@media(max-width: 1330px) {}

@media(max-width: 1280px) {
    .container01 {
        margin-top: 4.5rem;
    }
}

@media(max-width: 1240px) {
    .container03 {
        height: auto;
        background: none;
    }
    .container03 .w1200 {
        display: none;
    }
    .container03 .pad_img {
        display: block;
    }
    .footer .center {
        display: none;
    }
    .footer .left {
        border: none;
    }
    .footer .right,
    .footer .left {
        width: 50%;
        height: auto;
    }
    .footer .right .bottom {
        padding-bottom: 35px;
    }
    .footer .right {
        border-left: none;
        ;
    }
}

@media(max-width: 1060px) {
    .products {
        padding: 60px 0;
    }
    .products .pro_main {
        display: none !important;
    }
    .pro_list li {
        width: calc(100% / 4);
        border: 1px solid #fff;
    }
    .products .product_c {
        display: none;
    }
    .pro_list li.active {
        background-color: #eeedf2;
    }
    .pro_list li.active a {
        color: #333;
        background-color: #eeedf2;
    }
    .pro_list li.active .pro_img {
        filter: none;
        right: 0;
    }
    .pro_list li.active .pro_i {
        background: #BF1E2E;
    }
    .heuzo .tit h2 {
        margin-bottom: 40px;
    }
    .container06 {
        padding: 60px 0;
    }
    .container06 .title h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .container06 .title {
        margin-bottom: 30px;
    }
    .container06 ul li h4 span.counter {
        font-size: 60px;
    }
    .container06 .center {
        position: relative;
    }
    .container06 ul li {
        width: 50%;
    }
    .container07 .title h3 {
        font-size: 32px;
    }
}

@media(max-width: 992px) {
    .heuzo {
        padding: 60px 0;
    }
    .heuzo ul li {
        margin-bottom: 0;
    }
    .container05 ul li {
        width: 50%;
    }
    .heuzo ul {
        padding-bottom: 30px;
    }
    .heuzo .swiper-pagination {
        display: block;
    }
    .heuzo .swiper-pagination-bullet-active {
        background-color: #fff;
    }
}

@media(max-width: 768px) {
    .pro_list li {
        width: calc(100% / 2);
    }
    .products {
        /* padding: 40px 0; */
        padding: 0;
    }
    .container06 .center {
        width: 180px;
        height: 180px;
        line-height: 180px;
        margin-left: -90px;
    }
    .container06 .center .box {
        width: 180px;
        height: 180px;
        line-height: 180px;
    }
    .container06 .center .box01 {
        width: 180px;
        height: 180px;
        line-height: 180px;
    }
    .container07 .miso_bd ul {
        margin: 0;
    }
    .container07 .miso_bd ul li {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .container07 {
        padding: 60px 0;
    }
    .container07 .miso_hd {
        padding-top: 0;
        margin-bottom: 30px;
        line-height: 32px;
    }
    .container07 .miso_bd ul li .img,
    .container07 .miso_bd ul li .img img {
        height: 200px;
    }
    .container07 .miso_bd ul li .con {
        padding: 15px 20px;
    }
    .container07 .miso_bd ul li .con h5 {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .container07 .miso_bd ul li .con p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin: 0;
    }
    .footer .left {
        padding-top: 35px;
        width: 100%;
        float: none;
        border: none;
        text-align: center;
    }
    .footer .right {
        display: none;
    }
    .footer .right .top {
        border: none;
    }
    .footer .left .input {
        float: none;
    }
    .footer .left h3 {
        margin-bottom: 30px;
    }
    .footer .left h3 img {
        width: 250px;
    }
    .footer .left .title h6 {
        margin-bottom: 20px;
        line-height: 1.5;
    }
    .aside-nav {
        display: none !important;
    }
    .container01 .index_banner .items img {
        display: block;
        width: 100%;
    }
    .container01 .index_banner .item {
        height: auto;
    }
    .container01 .index_banner .items:after {
        height: auto;
    }
    .container01 .index_banner .items {
        height: auto;
        position: relative;
    }
}

@media(max-width: 540px) {
    .container02 ul li .top {
        max-width: 90%;
        padding-top: 2rem;
        text-align: center;
    }
    .container02 ul li .top .title {
        margin-bottom: 20px;
    }
    .container02 ul li .top .title h3 {
        font-size: 20px;
    }
    .container02 ul li .top .title h4 {
        font-size: 16px;
    }
    .container02 ul li .top p {
        font-size: 12px;
        line-height: 2;
        height: 48px;
        /* display: none; */
    }
    .container02 ul li .bottom .img_top img {
        max-width: 80%;
        max-height: 165px;
    }
    .heuzo {
        padding: 40px 0 20px;
    }
    .heuzo .tit h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .container05 ul li a {
        height: 240px;
        padding: 0 5%;
    }
    .container05 ul li h3 {
        height: 60px;
        line-height: 60px;
    }
    .container05 ul li h3 img {
        height: 36px;
    }
    .container05 ul li h4 {
        font-size: 18px;
        margin: 5px 0 15px;
    }
    .container05 ul li p {
        font-size: 12px;
        text-align: justify;
        text-align-last: center;
    }
    .container06 {
        padding: 40px 0;
    }
    .container06 .title {
        margin-bottom: 10px;
    }
    .container06 .title p {
        font-size: 12px;
        line-height: 2;
    }
    .container06 ul {
        margin-top: 20px;
    }
    .container06 ul li h4 span.counter {
        font-size: 48px;
        margin-bottom: 100px;
    }
    .container06 ul li h6 {
        font-size: 12px;
        line-height: 1.5;
        height: auto;
    }
    .container07 .title h3 {
        font-size: 30px;
    }
    .container07 .miso_hd li {
        width: auto !important;
        font-size: 14px;
        margin-left: 10px;
    }
    .container07 {
        padding: 40px 0;
    }
}

@media(max-width: 456px) {
    .footer .left .input .input-text {
        width: 220px !important;
    }
    footer {
        padding: 15px 0 20px;
    }
    footer .un {
        line-height: 24px;
    }
}