@charset "UTF-8";
/*!
* nmoban103 外贸牛 NO.103 模板
* Copyright © 2022 waimaoniu
* @link: https://www.waimaoniu.com/
* @author: lzx
* @version: 1.0.1
*/
@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/poppins-regular.woff2") format("woff2"), url("../fonts/poppins-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.youran_content p,.youran_content li,.youran_content ol{
    line-height:50px;
    text-indent:2em
}
.youran_title{
    display: block;
    border-left: 2px solid #b63e03;
    line-height: 1.576;
    font-size: 18px;
    background-color: whitesmoke;
    padding: 14px 32px;
    color: #b63e03;
}
.youran_box{
    margin-bottom:20px;
    display:block;
    border:1px solid #eee;
    padding: 24px 32px;
}
.comments_header{
    list-style: none;
    padding:0 0 7px 55px;
    position:relative;
    margin-bottom:20px;
    border-bottom:1px solid #eee;
}
.comment_content{
    margin-bottom:30px;
    color:#555;
    background:#fafafa;
    padding:20px;
    border-radius: 5px;
}
.views_num{
    float:right;
}
.add_comment{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    outline: none;
    border: 0;
    background-color: #b63e03;
    color: #fff;
    height: 40px;
    padding: 0 24px;
    transition: background-color .5s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.qzl_comments textarea{
    background:#eee;
    width:100%;
    height:100px;
    padding:20px;
    font-size:16px;
    resize: none;
    border-radius: 5px;
    border:1px solid #eee
}
.comments_header p {
    font-size:14px;
    color:#999;
}
.comments_header img{
    width:45px;
    height:45px;
    position:absolute;
    border-radius: 5px;
    left:0;
    top:2px;
}
.h100{
    line-height:70px;
    padding-bottom:20px;
}
.product_info_list li{
    line-height:35px;
    border-bottom: 1px solid #efefef;
    margin-bottom:6px;
}
.product_info_list li span{
    display:inline-block;
    background-color: #fafafa;
    padding: 2px 20px;
    margin-right:20px;
    color:#999;
}
.menu-item-has-children a {
    font-weight: 700;
    color: #666;
}
.not_title {
    border-bottom:1px solid rgba(182, 62, 3, 0.44);
    line-height:50px;
    height:50px;
}
.not_title span{
    float:left;
    background:#b63e03;
    font-size:16px;
    padding:0 16px;
    height:50px;
    line-height:50px;
    color:#fff;
    margin-left:5px;
    transform: skewX(-15deg);
    border-radius: 3px;
}
.sub-menu {
    margin-top: 10px;
}

.sub-menu a {
    font-weight: 400;
    color: #777
}

.menu-item-has-children a:hover {
    color: #b63e03;
}

html {
    font-family: "Poppins-Regular", "微软雅黑", Microsoft Yahei, arial, serif;
    scroll-behavior: smooth;
}
.main_1440{
    max-width: 1440px;
    margin: 0 auto;
}
/*!- dfzy-wrapper begin -*/
.dfzy-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}

@media screen and (max-width: 1200px) {
    .dfzy-wrapper {
        padding: 0 24px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-wrapper {
        padding: 0 8px;
    }
}

.dfzy-wrapper > p {
    font-size: 16px;
    line-height: 1.576;
}

/*!- dfzy-wrapper end -*/
/*!- dfzy-section begin -*/
.dfzy-section {
    margin-bottom: 64px;
}

@media screen and (max-width: 1200px) {
    .dfzy-section {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-section {
        margin-bottom: 16px;
    }
}

.dfzy-section.seamless {
    margin-bottom: 0;
}

/*!- dfzy-section end -*/
/*!- dfzy-grid begin -*/
.dfzy-grid > .dfzy-grid-row:before, .dfzy-grid > .dfzy-grid-row:after {
    display: table;
    content: "";
    width: 100%;
}

.dfzy-grid > .dfzy-grid-row:after {
    clear: both;
}

.dfzy-grid > .dfzy-grid-row > .dfzy-grid-col {
    width: 100%;
    float: left;
}

.dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-1 {
    width: 100%;
}

.dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-2 {
    width: 50%;
}

.dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-3 {
    width: 33.3333333333%;
}

.dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-2-3 {
    width: 66.6666666667%;
}

.dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-4 {
    width: 25%;
}

.dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-2-4 {
    width: 50%;
}

.dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-3-4 {
    width: 75%;
}

.dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-5 {
    width: 20%;
}

.dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-2-5 {
    width: 40%;
}

.dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-3-5 {
    width: 60%;
}

.dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-4-5 {
    width: 80%;
}

.dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-6 {
    width: 16.6666666667%;
}

.dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-2-6 {
    width: 33.3333333333%;
}

.dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-3-6 {
    width: 50%;
}

.dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-4-6 {
    width: 66.6666666667%;
}

.dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-5-6 {
    width: 83.3333333333%;
}

.dfzy-grid.gutter-sm > .dfzy-grid-row {
    margin: -16px 0 0 -16px;
}

.dfzy-grid.gutter-sm > .dfzy-grid-row > .dfzy-grid-col {
    padding: 16px 0 0 16px;
}

.dfzy-grid.gutter-md > .dfzy-grid-row {
    margin: -24px 0 0 -24px;
}

.dfzy-grid.gutter-md > .dfzy-grid-row > .dfzy-grid-col {
    padding: 24px 0 0 24px;
}

.dfzy-grid.gutter-lg > .dfzy-grid-row {
    margin: -32px 0 0 -32px;
}

.dfzy-grid.gutter-lg > .dfzy-grid-row > .dfzy-grid-col {
    padding: 32px 0 0 32px;
}

@media screen and (max-width: 1600px) {
    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-1\@lg {
        width: 100%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-2\@lg {
        width: 50%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-3\@lg {
        width: 33.3333333333%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-2-3\@lg {
        width: 66.6666666667%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-4\@lg {
        width: 25%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-2-4\@lg {
        width: 50%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-3-4\@lg {
        width: 75%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-5\@lg {
        width: 20%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-2-5\@lg {
        width: 40%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-3-5\@lg {
        width: 60%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-4-5\@lg {
        width: 80%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-6\@lg {
        width: 16.6666666667%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-2-6\@lg {
        width: 33.3333333333%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-3-6\@lg {
        width: 50%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-4-6\@lg {
        width: 66.6666666667%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-5-6\@lg {
        width: 83.3333333333%;
    }

    .dfzy-grid.gutter-sm\@lg > .dfzy-grid-row {
        margin: -16px 0 0 -16px;
    }

    .dfzy-grid.gutter-sm\@lg > .dfzy-grid-row > .dfzy-grid-col {
        padding: 16px 0 0 16px;
    }

    .dfzy-grid.gutter-md\@lg > .dfzy-grid-row {
        margin: -24px 0 0 -24px;
    }

    .dfzy-grid.gutter-md\@lg > .dfzy-grid-row > .dfzy-grid-col {
        padding: 24px 0 0 24px;
    }

    .dfzy-grid.gutter-lg\@lg > .dfzy-grid-row {
        margin: -32px 0 0 -32px;
    }

    .dfzy-grid.gutter-lg\@lg > .dfzy-grid-row > .dfzy-grid-col {
        padding: 32px 0 0 32px;
    }
}

@media screen and (max-width: 1200px) {
    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-1\@md {
        width: 100%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-2\@md {
        width: 50%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-3\@md {
        width: 33.3333333333%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-2-3\@md {
        width: 66.6666666667%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-4\@md {
        width: 25%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-2-4\@md {
        width: 50%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-3-4\@md {
        width: 75%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-5\@md {
        width: 20%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-2-5\@md {
        width: 40%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-3-5\@md {
        width: 60%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-4-5\@md {
        width: 80%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-6\@md {
        width: 16.6666666667%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-2-6\@md {
        width: 33.3333333333%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-3-6\@md {
        width: 50%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-4-6\@md {
        width: 66.6666666667%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-5-6\@md {
        width: 83.3333333333%;
    }

    .dfzy-grid.gutter-sm\@md > .dfzy-grid-row {
        margin: -16px 0 0 -16px;
    }

    .dfzy-grid.gutter-sm\@md > .dfzy-grid-row > .dfzy-grid-col {
        padding: 16px 0 0 16px;
    }

    .dfzy-grid.gutter-md\@md > .dfzy-grid-row {
        margin: -24px 0 0 -24px;
    }

    .dfzy-grid.gutter-md\@md > .dfzy-grid-row > .dfzy-grid-col {
        padding: 24px 0 0 24px;
    }

    .dfzy-grid.gutter-lg\@md > .dfzy-grid-row {
        margin: -32px 0 0 -32px;
    }

    .dfzy-grid.gutter-lg\@md > .dfzy-grid-row > .dfzy-grid-col {
        padding: 32px 0 0 32px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-1\@sm {
        width: 100%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-2\@sm {
        width: 50%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-3\@sm {
        width: 33.3333333333%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-2-3\@sm {
        width: 66.6666666667%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-4\@sm {
        width: 25%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-2-4\@sm {
        width: 50%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-3-4\@sm {
        width: 75%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-5\@sm {
        width: 20%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-2-5\@sm {
        width: 40%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-3-5\@sm {
        width: 60%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-4-5\@sm {
        width: 80%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-1-6\@sm {
        width: 16.6666666667%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-2-6\@sm {
        width: 33.3333333333%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-3-6\@sm {
        width: 50%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-4-6\@sm {
        width: 66.6666666667%;
    }

    .dfzy-grid > .dfzy-grid-row > .dfzy-grid-col.col-5-6\@sm {
        width: 83.3333333333%;
    }

    .dfzy-grid.gutter-sm\@sm > .dfzy-grid-row {
        margin: -16px 0 0 -16px;
    }

    .dfzy-grid.gutter-sm\@sm > .dfzy-grid-row > .dfzy-grid-col {
        padding: 16px 0 0 16px;
    }

    .dfzy-grid.gutter-md\@sm > .dfzy-grid-row {
        margin: -24px 0 0 -24px;
    }

    .dfzy-grid.gutter-md\@sm > .dfzy-grid-row > .dfzy-grid-col {
        padding: 24px 0 0 24px;
    }

    .dfzy-grid.gutter-lg\@sm > .dfzy-grid-row {
        margin: -32px 0 0 -32px;
    }

    .dfzy-grid.gutter-lg\@sm > .dfzy-grid-row > .dfzy-grid-col {
        padding: 32px 0 0 32px;
    }
}

/*!- dfzy-layout-container end -*/
/*!- dfzy-header begin -*/
.dfzy-header {
    transition: background-color .5s;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 2px 2px 4px #bbb;
}

.dfzy-header .dfzy-header-wrap {
    position: relative;
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;

}

.dfzy-header .dfzy-header-wrap:before, .dfzy-header .dfzy-header-wrap:after {
    display: table;
    content: "";
    width: 100%;
}

.dfzy-header .dfzy-header-wrap:after {
    clear: both;
}

.dfzy-header .dfzy-header-wrap .dfzy-header-logo {
    display: block;
    float: left;
    line-height: 66px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.dfzy-header .dfzy-header-wrap .dfzy-header-logo > a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.dfzy-header .dfzy-header-wrap .dfzy-header-logo > a > img {
    display: block;
    width: auto;
    height: 40px;
}

.dfzy-header .dfzy-header-wrap .dfzy-header-logo > span {
    display: none;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
}

.dfzy-header .dfzy-header-wrap .dfzy-header-nav {
    display: block;
    float: right;
    line-height: 66px;
}

.dfzy-header .dfzy-header-wrap .dfzy-header-nav:before, .dfzy-header .dfzy-header-wrap .dfzy-header-nav:after {
    display: table;
    content: "";
    width: 100%;
}

.dfzy-header .dfzy-header-wrap .dfzy-header-nav:after {
    clear: both;
}

.dfzy-header .dfzy-header-wrap .dfzy-header-trigger {
    display: none;
    width: 24px;
    height: 20px;
    position: absolute;
    z-index: 1002;
    top: 50%;
    right: 16px;
    margin-top: -10px;
    cursor: pointer;
}

.dfzy-header .dfzy-header-nav ul {
    font-size: 0;
    margin-left: -32px;
}

.dfzy-header .dfzy-header-nav ul > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 32px;
    position: relative;
    font-size: 16px;
    color: #333333;
}

.dfzy-header .dfzy-header-nav ul > li .arrow {
    display: inline-block;
    vertical-align: -1px;
    width: 16px;
    height: 16px;
    position: relative;
}

.dfzy-header .dfzy-header-nav ul > li .arrow:before, .dfzy-header .dfzy-header-nav ul > li .arrow:after {
    display: block;
    content: '';
    width: 8px;
    border-bottom: 2px solid;
    position: absolute;
    top: 50%;
    transition: all .5s;
}

.dfzy-header .dfzy-header-nav ul > li .arrow:before {
    left: 2px;
    transform: rotate(49deg);
}

.dfzy-header .dfzy-header-nav ul > li .arrow:after {
    right: 2px;
    transform: rotate(-49deg);
}

.dfzy-header .dfzy-header-nav ul > li a {
    display: block;
    white-space: nowrap;
    position: relative;
    transition: color, background-color .5s;
}

.dfzy-header .dfzy-header-nav ul > li a:hover, .dfzy-header .dfzy-header-nav ul > li a.active {
    color: #EE922B;
}

.dfzy-header .dfzy-header-nav ul > li dl {
    display: none;
    min-width: 120px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.dfzy-header .dfzy-header-nav ul > li dl dd {
    position: relative;
}

.dfzy-header .dfzy-header-nav ul > li dl dd a {
    padding: 0 20px;
    line-height: 40px;
}

.dfzy-header .dfzy-header-nav ul > li dl dd a .arrow {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 4px;
}

.dfzy-header .dfzy-header-nav ul > li dl dd a .arrow:before, .dfzy-header .dfzy-header-nav ul > li dl dd a .arrow:after {
    width: 0;
    height: 8px;
    border-left: 0;
    border-right: 2px solid;
    left: 50%;
    top: auto;
    right: auto;
}

.dfzy-header .dfzy-header-nav ul > li dl dd a .arrow:before {
    top: 1.5px;
    transform: rotate(-45deg);
}

.dfzy-header .dfzy-header-nav ul > li dl dd a .arrow:after {
    bottom: 2px;
    transform: rotate(45deg);
}

.dfzy-header .dfzy-header-nav ul > li dl dd a:hover {
    background-color: white;
}

.dfzy-header .dfzy-header-nav ul > li dl dd dl {
    left: 100%;
    top: 0;
    transform: translateX(0);
}

.dfzy-header .dfzy-header-nav .dfzy-header-nav-extra ul li:first-child {
    padding-right: 0;
}

.dfzy-header .dfzy-header-nav .dfzy-header-nav-extra ul li:first-child:after {
    /*position: absolute;*/
    /*content: "";*/
    /*display: block;*/
    /*top: 50%;*/
    /*right: 2px;*/
    /*margin-top: -6px;*/
    /*border-width: 1px 1px 0 0;*/
    /*border-style: solid;*/
    /*width: 9px;*/
    /*height: 9px;*/
    /*-webkit-transform: rotate(135deg);*/
    /*transform: rotate(135deg);*/
}

.dfzy-header .dfzy-header-nav-menu {
    display: block;
    float: left;
    padding-right: 32px;
}

.dfzy-header .dfzy-header-nav-extra {
    display: block;
    position: relative;
    float: right;
    padding-left: 32px;
}

.dfzy-header .dfzy-header-nav-extra:after {
    display: block;
    content: '';
    height: 16px;
    border-left: 1px solid #333333;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}

.dfzy-header .dfzy-header-icon-text {
    position: relative;
    text-align: left;
}

.dfzy-header .dfzy-header-icon-text > .icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 16px;
    line-height: 16px;
    font-size: 24px;
    text-align: center;
    margin-right: 6px;
}

.dfzy-header .dfzy-header-icon-text > .icon > img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.dfzy-header .dfzy-header-icon-text > .icon > i {
    font-size: inherit;
}

.dfzy-header .dfzy-header-icon-text > .text {
    display: inline-block;
    vertical-align: middle;
}

.dfzy-header .dfzy-header-trigger > span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #333333;
    top: 50%;
    margin-top: -1px;
    transition: all .5s;
}

.dfzy-header .dfzy-header-trigger > span:nth-child(1) {
    transform: translateY(-10px);
}

.dfzy-header .dfzy-header-trigger > span:nth-child(2) {
    transform: translateY(9px);
}

.dfzy-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
}

.dfzy-header.scrolled {
    background-color: #fff;
}

@media screen and (max-width: 1600px) {
    .dfzy-header .dfzy-header-nav ul {
        margin-left: -24px;
    }

    .dfzy-header .dfzy-header-nav ul > li {
        margin-left: 24px;
    }

    .dfzy-header .dfzy-header-nav-menu {
        padding-right: 24px;
    }

    .dfzy-header .dfzy-header-nav-extra {
        padding-left: 24px;
    }
}

@media screen and (max-width: 1200px) {
    .dfzy-header {
        background-color: #fff;
        border-bottom: 0;
    }

    .dfzy-header .dfzy-header-wrap {
        width: 100%;
    }

    .dfzy-header .dfzy-header-wrap .dfzy-header-logo {
        float: none;
        position: relative;
        z-index: 1001;
        line-height: 58px;
        padding: 0 16px;
        background-color: #fff;
    }

    .dfzy-header .dfzy-header-wrap .dfzy-header-logo > a > img {
        height: 28px;
    }

    .dfzy-header .dfzy-header-wrap .dfzy-header-logo > span {
        display: inline-block;
    }

    .dfzy-header .dfzy-header-wrap .dfzy-header-nav {
        display: none;
        float: none;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        line-height: 40px;
        padding-top: 58px;
        overflow-y: auto;
        background-color: #fff;
    }

    .dfzy-header .dfzy-header-wrap .dfzy-header-trigger {
        display: block;
    }

    .dfzy-header .dfzy-header-nav ul {
        margin-left: 0;
    }

    .dfzy-header .dfzy-header-nav ul > li {
        display: block;
        margin-left: 0;
        border-bottom:1px solid #eee;
    }

    .dfzy-header .dfzy-header-nav ul > li .arrow {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        margin-top: 0;
        right: 6px;
    }

    .dfzy-header .dfzy-header-nav ul > li .arrow:before {
        left: 14px;
        right: auto;
    }

    .dfzy-header .dfzy-header-nav ul > li .arrow:after {
        left: auto;
        right: 13px;
    }

    .dfzy-header .dfzy-header-nav ul > li a {
        padding: 0 56px 0 16px;
    }

    .dfzy-header .dfzy-header-nav ul > li dl {
        min-width: auto;
        position: static;
        left: auto;
        top: auto;
        transform: translateX(0);
        text-align: left;
    }

    .dfzy-header .dfzy-header-nav ul > li dl dd a {
        padding: 0 36px 0 16px;
    }

    .dfzy-header .dfzy-header-nav ul > li dl dd a .arrow {
        width: 40px;
        height: 40px;
        right: 6px;
        margin-top: 0;
        top: 0;
    }

    .dfzy-header .dfzy-header-nav ul > li dl dd a .arrow:before, .dfzy-header .dfzy-header-nav ul > li dl dd a .arrow:after {
        width: 8px;
        height: 0;
        border-left: 2px solid;
        border-right: 0;
        top: 50%;
        bottom: auto;
    }

    .dfzy-header .dfzy-header-nav ul > li dl dd a .arrow:before {
        left: 14px;
        right: auto;
        transform: rotate(49deg);
    }

    .dfzy-header .dfzy-header-nav ul > li dl dd a .arrow:after {
        left: auto;
        right: 13px;
        transform: rotate(-49deg);
    }

    .dfzy-header .dfzy-header-nav ul > li dl dd.opened > a .arrow:before {
        transform: rotate(-49deg);
    }

    .dfzy-header .dfzy-header-nav ul > li dl dd.opened > a .arrow:after {
        transform: rotate(49deg);
    }

    .dfzy-header .dfzy-header-nav ul > li dl dd.opened > dl {
        display: block;
    }

    .dfzy-header .dfzy-header-nav ul > li.opened > a .arrow:before {
        transform: rotate(-49deg);
    }

    .dfzy-header .dfzy-header-nav ul > li.opened > a .arrow:after {
        transform: rotate(49deg);
    }

    .dfzy-header .dfzy-header-nav ul > li.opened > dl {
        display: block;
    }

    .dfzy-header .dfzy-header-nav-menu {
        float: none;
        padding-right: 0;
    }

    .dfzy-header .dfzy-header-nav-extra {
        float: none;
        padding-left: 0;
    }

    .dfzy-header .dfzy-header-nav-extra:after {
        display: none;
    }

    .dfzy-header .dfzy-header-nav-extra .dfzy-header-lang > a {
        display: none;
    }

    .dfzy-header .dfzy-header-nav-extra .dfzy-header-lang > dl {
        display: block;
        font-size: 0;
        -webkit-text-size-adjust: none;
        white-space: nowrap;
        overflow-x: auto;
        padding: 0 8px;
    }

    .dfzy-header .dfzy-header-nav-extra .dfzy-header-lang > dl > dd {
        display: inline-block;
        vertical-align: top;
    }

    .dfzy-header .dfzy-header-nav-extra .dfzy-header-lang > dl > dd > a {
        padding: 0 8px;
        font-size: 14px;
    }

    .dfzy-header .dfzy-header-nav-extra .dfzy-header-search {
        display: none;
    }

    .dfzy-header.fixed {
        position: sticky;
    }

    .dfzy-header.opened .dfzy-header-nav {
        display: block;
    }

    .dfzy-header.opened .dfzy-header-trigger > span:nth-child(1) {
        transform: rotate(45deg);
    }

    .dfzy-header.opened .dfzy-header-trigger > span:nth-child(2) {
        transform: rotate(-45deg);
    }

    .dfzy-header.opened .dfzy-header-trigger > span:nth-child(3) {
        opacity: 0;
    }
}

@media screen and (min-width: 1201px) {
    .dfzy-header .dfzy-header-nav ul > li dl dd:hover > dl {
        display: block;
    }

    .dfzy-header .dfzy-header-nav ul > li:hover > a .arrow:before {
        transform: rotate(-49deg);
    }

    .dfzy-header .dfzy-header-nav ul > li:hover > a .arrow:after {
        transform: rotate(49deg);
    }

    .dfzy-header .dfzy-header-nav ul > li:hover > dl {
        display: block;
    }
}

/*!- dfzy-header end -*/
/*!- dfzy-inner-backing begin -*/
.dfzy-inner-backing {
    background-color: whitesmoke;
}

.dfzy-inner-backing .dfzy-inner-backing-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 18%;
}

.dfzy-inner-backing .dfzy-inner-backing-wrap > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.dfzy-inner-backing .dfzy-inner-backing-wrap > .dfzy-inner-backing-mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
}
.down li{
    margin-bottom: 8px
}
.down li a:hover{
   color:#b63e03;
}
.dfzy-inner-backing-mask h2{
    line-height:100%;
    text-align: center;
    margin-top:7%;
    color:#eee;
    font-size:30px;
    font-weight:400;
}
/*!- dfzy-inner-backing end -*/
/*!- dfzy-crumb begin -*/
.dfzy-crumb {
    background-color: whitesmoke;
}

.dfzy-crumb .dfzy-crumb-list {
    font-size: 0;
}

.dfzy-crumb .dfzy-crumb-list .dfzy-crumb-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 60px;
    margin-right: 12px;
    color: #666666;
    transition: color .5s;
}

.dfzy-crumb .dfzy-crumb-list .dfzy-crumb-item:hover {
    color: #b63e03;
}

.dfzy-crumb .dfzy-crumb-list .dfzy-crumb-item:nth-child(even), .dfzy-crumb .dfzy-crumb-list .dfzy-crumb-item.separator {
    color: #999999;
    pointer-events: none;
}

.dfzy-crumb .dfzy-crumb-list .dfzy-crumb-item:last-child.separator {
    display: none;
}

@media screen and (max-width: 1200px) {
    .dfzy-crumb .dfzy-crumb-list .dfzy-crumb-item {
        font-size: 14px;
        line-height: 36px;
        margin-right: 8px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-crumb .dfzy-crumb-list .dfzy-crumb-item {
        font-size: 14px;
        line-height: 60px;
    }
}

/*!- dfzy-crumb end -*/
/*!- dfzy-page-header begin -*/
.dfzy-page-header {
    position: relative;
    text-align: center;
}

.dfzy-page-header .dfzy-page-header-title {
    font-size: 30px;
    text-align: center;
    line-height: 37px;
    margin-bottom: 15px;
    font-weight: normal;
    color: #b63e03;
    text-transform: uppercase;
}

.dfzy-page-header i {
    display: inline-block;
    background-color: #b63e03;
    width: 6px;
    height: 6px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 50%;
}

.dfzy-page-header i:before {
    position: absolute;
    right: -70px;
    top: 2px;
    width: 60px;
    height: 2px;
    background-color: #ddd;
    content: '';
}

.dfzy-page-header i:after {
    position: absolute;
    left: -70px;
    top: 2px;
    width: 60px;
    height: 2px;
    background-color: #ddd;
    content: '';
}

.dfzy-page-header .dfzy-page-header-desc {
    font-size: 16px;
    line-height: 1.576;
    color: #333333;
    margin-bottom: 32px;
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .dfzy-page-header .dfzy-page-header-title {
        font-size: 32px;
        margin-bottom: 24px;
        line-height:25px
    }

    .dfzy-page-header .dfzy-page-header-desc {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-page-header .dfzy-page-header-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .dfzy-page-header .dfzy-page-header-desc {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .dfzy-page-header i {
        margin-bottom: 10px;
    }
}

/*!- dfzy-page-header end -*/
/*!- dfzy-pagination begin -*/
.dfzy-pagination .dfzy-pagination-wrap {
    padding: 32px 0;
}

.dfzy-pagination .dfzy-pagination-list {
    font-size: 0;
    margin: -8px 0 0 -8px;
}

.dfzy-pagination .dfzy-pagination-list.center {
    text-align: center;
}

.dfzy-pagination .dfzy-pagination-list.right {
    text-align: right;
}

.dfzy-pagination .dfzy-pagination-item {
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    padding: 0 16px;
    height: 40px;
    min-width: 40px;
    border: 1px solid #d9d9d9;
    margin: 8px 0 0 8px;
    color: #333333;
    background-color: #fff;
    transition: all .5s;
}

.dfzy-pagination .dfzy-pagination-item.ellipsis {
    line-height: 32px;
}

.dfzy-pagination .dfzy-pagination-item:hover {
    color: #b63e03;
    border-color: #b63e03;
}

.dfzy-pagination .dfzy-pagination-item.active, .dfzy-pagination .dfzy-pagination-item.current {
    pointer-events: none;
    color: #fff;
    border-color: #b63e03;
    background-color: #b63e03;
}

.dfzy-pagination .dfzy-pagination-item.disabled {
    pointer-events: none;
    color: #bfbfbf;
    background-color: whitesmoke;
}

@media screen and (max-width: 1200px) {
    .dfzy-pagination .dfzy-pagination-wrap {
        padding: 24px 0;
    }

    .dfzy-pagination .dfzy-pagination-item {
        line-height: 34px;
        padding: 0 12px;
        height: 36px;
        min-width: 36px;
    }

    .dfzy-pagination .dfzy-pagination-item.ellipsis {
        line-height: 28px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-pagination .dfzy-pagination-wrap {
        padding: 16px 0;
    }

    .dfzy-pagination .dfzy-pagination-wrap .dfzy-pagination-list a {
        /*width: 40px;*/
        /*height: 40px;*/
        /*line-height: 40px;*/
        /*border-radius: 40px;*/
        /*font-size: 12px;*/
        /*margin: 0px 5px;*/
    }

    .dfzy-pagination .dfzy-pagination-item {
        line-height: 30px;
        padding: 0 8px;
        height: 32px;
        min-width: 32px;
    }

    .dfzy-pagination .dfzy-pagination-item.ellipsis {
        line-height: 24px;
    }
}

/*!- dfzy-pagination end -*/
/*!- dfzy-inquiry begin -*/
.dfzy-inquiry .dfzy-inquiry-wrap {
    padding: 32px;
    background-color: #fafafa;
}

.dfzy-inquiry .dfzy-inquiry-alert {
    font-size: 16px;
    line-height: 1.5;
    border-left: 4px solid #b63e03;
    color: #b63e03;
    padding: 4px 16px;
    margin-bottom: 24px;
}

.dfzy-inquiry .dfzy-inquiry-form {
    margin: -32px 0 0 -32px;
}

.dfzy-inquiry .dfzy-inquiry-form:before, .dfzy-inquiry .dfzy-inquiry-form:after {
    display: table;
    content: "";
    width: 100%;
}

.dfzy-inquiry .dfzy-inquiry-form:after {
    clear: both;
}

.dfzy-inquiry .dfzy-inquiry-label {
    display: block;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 8px;
    color: #333333;
}

.dfzy-inquiry .dfzy-inquiry-label > em {
    color: red;
    margin-right: 8px;
}

.dfzy-inquiry .dfzy-inquiry-input {
    display: block;
    width: 100%;
    font-size: 16px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #d9d9d9;
    transition: border .5s;
}

.dfzy-inquiry .dfzy-inquiry-input:hover, .dfzy-inquiry .dfzy-inquiry-input:focus {
    border-color: #b63e03;
}

.dfzy-inquiry .dfzy-inquiry-textarea {
    display: block;
    outline: none;
    width: 100%;
    font-size: 16px;
    line-height: 1.576;
    padding: 8px 12px;
    transition: border .5s;
    font-family: inherit;
    resize: none;
    border: 1px solid #d9d9d9;
}

.dfzy-inquiry .dfzy-inquiry-textarea:hover, .dfzy-inquiry .dfzy-inquiry-textarea:focus {
    border-color: #b63e03;
}

.dfzy-inquiry .dfzy-inquiry-button {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    outline: none;
    border: 0;
    background-color: #b63e03;
    color: #fff;
    height: 40px;
    padding: 0 24px;
    transition: background-color .5s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.dfzy-inquiry .dfzy-inquiry-button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
}

.dfzy-inquiry .dfzy-inquiry-button:hover {
    background-color: #f6a13e;
}

.dfzy-inquiry .dfzy-inquiry-button.loading:before {
    -webkit-animation: dfzy-inquiry-button-submit 2s linear infinite;
    animation: dfzy-inquiry-button-submit 2s linear infinite;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: repeating-linear-gradient(45deg, transparent 10%, rgba(0, 0, 0, 0.1) 25%);
}

.dfzy-inquiry .dfzy-inquiry-button:disabled, .dfzy-inquiry .dfzy-inquiry-button.disabled {
    cursor: not-allowed;
    background-color: #f7ab53;
}

.dfzy-inquiry .dfzy-inquiry-checkbox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 0;
    margin-left: 8px;
}

.dfzy-inquiry .dfzy-inquiry-checkbox > span {
    display: block;
    position: relative;
    font-size: 14px;
    padding-left: 24px;
    line-height: 40px;
    cursor: pointer;
    color: #333333;
}

.dfzy-inquiry .dfzy-inquiry-checkbox > span:before, .dfzy-inquiry .dfzy-inquiry-checkbox > span:after {
    display: block;
    position: absolute;
    content: '';
    transition: all .5s;
}

.dfzy-inquiry .dfzy-inquiry-checkbox > span:before {
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    margin-top: -9px;
}

.dfzy-inquiry .dfzy-inquiry-checkbox > span:after {
    width: 9px;
    height: 6px;
    border-width: 0 0 2px 2px;
    border-color: transparent;
    border-style: solid;
    top: 50%;
    left: 4px;
    margin-top: -5px;
    transform: rotate(-45deg);
}

.dfzy-inquiry .dfzy-inquiry-checkbox > span a {
    color: #b63e03;
}

.dfzy-inquiry .dfzy-inquiry-checkbox > input[type="checkbox"] {
    display: block;
    position: relative;
    vertical-align: middle;
    margin-right: 24px;
    width: 0;
    height: 0;
    cursor: pointer;
}

.dfzy-inquiry .dfzy-inquiry-checkbox > input[type="checkbox"]:checked + span:before {
    border-color: #b63e03;
    background-color: #b63e03;
}

.dfzy-inquiry .dfzy-inquiry-checkbox > input[type="checkbox"]:checked + span:after {
    border-color: #fff;
}

.dfzy-inquiry .dfzy-inquiry-checkbox > input[type="checkbox"]:checked:disabled + span:after {
    border-color: #bfbfbf;
}

.dfzy-inquiry .dfzy-inquiry-checkbox > input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

.dfzy-inquiry .dfzy-inquiry-checkbox > input[type="checkbox"]:disabled + span {
    color: #bfbfbf;
    cursor: not-allowed;
}

.dfzy-inquiry .dfzy-inquiry-checkbox > input[type="checkbox"]:disabled + span:before {
    border-color: #bfbfbf;
    background-color: whitesmoke;
}

.dfzy-inquiry .dfzy-inquiry-tips {
    display: none;
    position: absolute;
    left: 32px;
    font-size: 14px;
    line-height: 16px;
    color: #FE5050;
}

.dfzy-inquiry .dfzy-inquiry-form-item {
    float: left;
    width: 100%;
    padding: 24px 0 0 32px;
    position: relative;
}

.dfzy-inquiry .dfzy-inquiry-form-item.col-1-2 {
    width: 50%;
}

.dfzy-inquiry .dfzy-inquiry-form-item.col-1-3 {
    width: 33.3333%;
}

.dfzy-inquiry .dfzy-inquiry-form-item.error .dfzy-inquiry-input {
    border-color: #FE5050;
}

.dfzy-inquiry .dfzy-inquiry-form-item.error .dfzy-inquiry-textarea {
    border-color: #FE5050;
}

.dfzy-inquiry .dfzy-inquiry-form-item.error .dfzy-inquiry-tips {
    display: block;
}

@media screen and (max-width: 1200px) {
    .dfzy-inquiry .dfzy-inquiry-wrap {
        padding: 24px;
    }

    .dfzy-inquiry .dfzy-inquiry-alert {
        padding: 4px 12px;
        margin-bottom: 16px;
    }

    .dfzy-inquiry .dfzy-inquiry-form {
        margin: -24px 0 0 -24px;
        padding-bottom: 24px;
    }

    .dfzy-inquiry .dfzy-inquiry-input {
        font-size: 16px;
        height: 36px;
        padding: 0 10px;
    }

    .dfzy-inquiry .dfzy-inquiry-textarea {
        font-size: 16px;
        padding: 6px 12px;
    }

    .dfzy-inquiry .dfzy-inquiry-button {
        height: 36px;
        padding: 0 16px;
    }

    .dfzy-inquiry .dfzy-inquiry-tips {
        left: 24px;
    }

    .dfzy-inquiry .dfzy-inquiry-form-item {
        padding: 24px 0 0 24px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-inquiry .dfzy-inquiry-wrap {
        padding: 6px;
    }
    .dfzy-footer{
        margin:0 8px;
    }
    .dfzy-inquiry .dfzy-inquiry-alert {
        padding: 4px 8px;
        margin-bottom: 8px;
    }

    .dfzy-inquiry .dfzy-inquiry-form {
        margin: -16px 0 0 -16px;
        padding-bottom: 16px;
    }

    .dfzy-inquiry .dfzy-inquiry-input {
        font-size: 14px;
        height: 32px;
        padding: 0 8px;
    }

    .dfzy-inquiry .dfzy-inquiry-textarea {
        font-size: 14px;
        padding: 4px 8px;
    }

    .dfzy-inquiry .dfzy-inquiry-button {
        height: 32px;
        padding: 0 12px;
        font-size: 14px;
    }

    .dfzy-inquiry .dfzy-inquiry-tips {
        left: 16px;
    }

    .dfzy-inquiry .dfzy-inquiry-form-item {
        padding: 16px 0 0 16px;
    }

    .dfzy-inquiry .dfzy-inquiry-form-item.col-1-2 {
        width: 100%;
    }

    .dfzy-inquiry .dfzy-inquiry-form-item.col-1-3 {
        width: 100%;
    }
}

@-webkit-keyframes dfzy-inquiry-button-submit {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@keyframes dfzy-inquiry-button-submit {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

/*!- dfzy-inquiry end -*/
/*!- dfzy-footer begin -*/
.dfzy-footer {
    background-color: #fafafa;
    padding: 32px 0;
}

.dfzy-footer .dfzy-footer-content > ul:before, .dfzy-footer .dfzy-footer-content > ul:after {
    display: table;
    content: "";
    width: 100%;
}

.dfzy-footer .dfzy-footer-content > ul:after {
    clear: both;
}

.dfzy-footer .dfzy-footer-content > ul > li {
    display: block;
    float: left;
    width: 25%;
    padding: 32px;
}

.dfzy-footer .dfzy-footer-content dl > dd {
    display: block;
    margin-bottom: 8px;
}

.dfzy-footer .dfzy-footer-content .dfzy-footer-with-icon {
    position: relative;
    padding-left: 48px;
}

.dfzy-footer .dfzy-footer-content .dfzy-footer-icons-group {
    font-size: 0;
    margin-top: 24px;
}

.dfzy-footer .dfzy-footer-content .dfzy-footer-icons-group > a {
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 16px 0;
    font-size: 32px;
    line-height: 1;
    color: #b63e03;
    transition: color .5s;
}

.dfzy-footer .dfzy-footer-content .dfzy-footer-icons-group > a > i {
    font-size: inherit;
}

.dfzy-footer .dfzy-footer-content .dfzy-footer-icons-group > a:hover {
    color: #1A1A1A;
}

.dfzy-footer .dfzy-footer-content .dfzy-footer-icon {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 1;
    text-align: center;
    font-size: 32px;
    position: absolute;
    top: 0;
    left: 0;
    color: #b63e03;
}

.dfzy-footer .dfzy-footer-content .dfzy-footer-icon > i {
    font-size: inherit;
}

.dfzy-footer .dfzy-footer-content .dfzy-footer-label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    transition: color .5s;
    color: #333333;
}

.dfzy-footer .dfzy-footer-content .dfzy-footer-label:hover {
    color: #b63e03;
}

.dfzy-footer .dfzy-footer-content .dfzy-footer-value {
    display: block;
    font-size: 14px;
    line-height: 24px;
    transition: color .5s;
    color: #333333;
}

.dfzy-footer .dfzy-footer-content .dfzy-footer-value:hover {
    color: #b63e03;
}

.dfzy-footer .dfzy-footer-extra {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #333333;
}

@media screen and (max-width: 1200px) {
    .dfzy-footer {
        padding: 24px 0;
    }

    .dfzy-footer .dfzy-footer-content > ul > li {
        width: 50%;
        padding: 16px;
    }

    .dfzy-footer .dfzy-footer-content .dfzy-footer-with-icon {
        padding-left: 32px;
    }

    .dfzy-footer .dfzy-footer-content .dfzy-footer-icons-group {
        margin-top: 16px;
        text-align: center;
    }

    .dfzy-footer .dfzy-footer-content .dfzy-footer-icons-group > a {
        margin: 0 8px 8px 0;
    }

    .dfzy-footer .dfzy-footer-content .dfzy-footer-icon {
        width: 24px;
        height: 24px;
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-footer {
        padding: 16px 0;
    }

    .dfzy-footer .dfzy-footer-content > ul > li {
        width: 100%;
        padding: 0;
        display: none;
    }

    .dfzy-footer .dfzy-footer-content > ul > li:last-child {
        display: block;
    }
}

/*!- dfzy-footer end -*/
/*!- dfzy-sidebar begin -*/
.dfzy-sidebar .dfzy-sidebar-wrap {
    display: block;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dfzy-sidebar .dfzy-sidebar-list {
    display: block;
    background-color: transparent;
}

.dfzy-sidebar .dfzy-sidebar-trigger {
    display: block;
    line-height: 1;
    height: 50px;
    padding: 13px 13px;
    text-align: center;
    color: #fff;
}

.dfzy-sidebar .dfzy-sidebar-trigger > i {
    font-size: 24px;
}

.dfzy-sidebar .dfzy-sidebar-trigger > span {
    display: none;
    font-size: 0;
}

.dfzy-sidebar .dfzy-sidebar-popover {
    display: none;
    position: absolute;
    top: 5px;
    right: 100%;
    padding-right: 8px;
}

.dfzy-sidebar .dfzy-sidebar-popover:before, .dfzy-sidebar .dfzy-sidebar-popover:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    transform: translateY(-50%);
}

.dfzy-sidebar .dfzy-sidebar-popover:before {
    top: 20px;
    right: 0;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #d9d9d9;
}

.dfzy-sidebar .dfzy-sidebar-popover:after {
    top: 20px;
    right: 2px;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
}

.dfzy-sidebar .dfzy-sidebar-popover-content {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    min-width: 120px;
    min-height: 40px;
}

.dfzy-sidebar .dfzy-sidebar-popover-text {
    display: block;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 10px 16px;
    white-space: nowrap;
    text-align: center;
}

.dfzy-sidebar .dfzy-sidebar-popover-image {
    display: block;
    width: 128px;
    height: auto;
}

.dfzy-sidebar .dfzy-sidebar-popover-list {
    display: block;
}

.dfzy-sidebar .dfzy-sidebar-popover-item {
    display: block;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
    word-break: break-word;
}

.dfzy-sidebar .dfzy-sidebar-popover-item > a {
    display: block;
    padding: 0 16px;
    background-color: #fff;
    color: #333333;
    transition: all .5s;
}

.dfzy-sidebar .dfzy-sidebar-popover-item i {
    font-size: 20px;
    vertical-align: middle;
}

.dfzy-sidebar .dfzy-sidebar-popover-item:hover > a {
    color: #b63e03;
    background-color: #fef5ea;
}

.dfzy-sidebar .dfzy-sidebar-item {
    display: block;
    position: relative;
    background-color: #b63e03;
}

.dfzy-sidebar .dfzy-sidebar-item.back-to-home, .dfzy-sidebar .dfzy-sidebar-item.back-to-top, .dfzy-sidebar .dfzy-sidebar-item.search-more {
    display: none;
}

.dfzy-sidebar .dfzy-sidebar-item:hover {
    background-color: #c47820;
}

.dfzy-sidebar .dfzy-sidebar-item:hover .dfzy-sidebar-trigger {
    color: #fff;
}

.dfzy-sidebar .dfzy-sidebar-item:hover .dfzy-sidebar-popover {
    display: block;
}

.dfzy-sidebar.scrolled .dfzy-sidebar-item.back-to-top {
    display: block;
}

@media screen and (max-width: 768px) {
    .dfzy-sidebar {
        height: 60px;
    }

    .dfzy-sidebar .dfzy-sidebar-wrap {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        transform: translateY(0);
    }

    .dfzy-sidebar .dfzy-sidebar-list {
        display: flex;
        justify-content: space-around;
        background-color: #fff;
        border-top: 1px solid #f0f0f0;
    }

    .dfzy-sidebar .dfzy-sidebar-trigger {
        height: 60px;
        color: #333333;
        padding: 10px 16px;
    }

    .dfzy-sidebar .dfzy-sidebar-trigger > i {
        font-size: 24px;
    }

    .dfzy-sidebar .dfzy-sidebar-trigger > span {
        display: block;
        margin-top: 4px;
        font-size: 12px;
    }

    .dfzy-sidebar .dfzy-sidebar-popover {
        top: auto;
        bottom: 100%;
        right: 50%;
        transform: translateX(50%);
        padding-right: 0;
        padding-bottom: 8px;
    }

    .dfzy-sidebar .dfzy-sidebar-popover:before, .dfzy-sidebar .dfzy-sidebar-popover:after {
        top: auto;
        right: 50%;
        transform: translateX(50%) translateY(0);
    }

    .dfzy-sidebar .dfzy-sidebar-popover:before {
        bottom: 0;
        border-width: 8px 8px 0 8px;
        border-color: #f0f0f0 transparent transparent transparent;
    }

    .dfzy-sidebar .dfzy-sidebar-popover:after {
        bottom: 2px;
        border-width: 7px 7px 0 7px;
        border-color: #fff transparent transparent transparent;
    }

    .dfzy-sidebar .dfzy-sidebar-popover-content {
        background-color: #fff;
        border: 1px solid #f0f0f0;
        min-height: 40px;
    }

    .dfzy-sidebar .dfzy-sidebar-popover-text {
        padding: 10px 16px;
    }

    .dfzy-sidebar .dfzy-sidebar-popover-item {
        line-height: 40px;
    }

    .dfzy-sidebar .dfzy-sidebar-popover-item > a {
        background-color: #fff;
        color: #333333;
    }

    .dfzy-sidebar .dfzy-sidebar-popover-item:hover > a {
        color: #b63e03;
        background-color: #f2f2f2;
    }

    .dfzy-sidebar .dfzy-sidebar-item {
        background-color: transparent;
    }

    .dfzy-sidebar .dfzy-sidebar-item.back-to-home, .dfzy-sidebar .dfzy-sidebar-item.search-more {
        display: block;
    }

    .dfzy-sidebar .dfzy-sidebar-item:hover {
        background-color: transparent;
    }

    .dfzy-sidebar .dfzy-sidebar-item:hover .dfzy-sidebar-trigger {
        color: #b63e03;
    }

    .dfzy-sidebar.scrolled .dfzy-sidebar-item.back-to-top {
        display: none;
    }
}

/*!- dfzy-sidebar end -*/
/*!- dfzy-search -*/
.dfzy-search {
    display: none;
    position: fixed;
    z-index: 1005;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dfzy-search .dfzy-search-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 35vh;
}

.dfzy-search .dfzy-search-content {
    display: block;
    position: relative;
    z-index: 2;
    max-width: 600px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}

.dfzy-search .dfzy-search-bar {
    position: relative;
    width: 100%;
    padding: 0 72px 0 16px;
    background-color: #fff;
}

.dfzy-search .dfzy-search-bar > input {
    display: block;
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    outline: 0;
}

.dfzy-search .dfzy-search-bar > button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 50px;
    background-color: #EE922B;
    border: 0;
    outline: none;
    color: #fff;
    cursor: pointer;
    transition: background-color .5s;
    font-size: 24px;
}

.dfzy-search .dfzy-search-bar > button > i {
    font-size: inherit;
}

.dfzy-search .dfzy-search-bar > button:hover {
    background-color: #d68327;
}

.dfzy-search .dfzy-search-mask {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.9);
}

.dfzy-search .dfzy-search-close {
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    top: 8px;
    right: 8px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    transition: color .5s;
}

.dfzy-search .dfzy-search-close > i {
    font-size: inherit;
}

.dfzy-search .dfzy-search-close:hover {
    color: #EE922B;
}

@media screen and (max-width: 1200px) {
    .dfzy-search .dfzy-search-bar {
        padding: 0 64px 0 12px;
    }

    .dfzy-search .dfzy-search-bar > input {
        height: 40px;
        font-size: 14px;
    }

    .dfzy-search .dfzy-search-bar > button {
        width: 50px;
        height: 40px;
        font-size: 20px;
    }

    .dfzy-search .dfzy-search-close {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 20px;
    }
}

.dfzy-search.opened {
    display: block;
    -webkit-animation: search-wrapper-fade-in .5s both;
    animation: search-wrapper-fade-in .5s both;
}

@-webkit-keyframes search-wrapper-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes search-wrapper-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*!- dfzy-search -*/
/*!- dfzy-banner begin -*/
.dfzy-banner {
    /*
.dfzy-banner-mask{
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: $banner-mask-background-color;
}
.dfzy-banner-info{
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 35vh;
  text-align: $banner-info-text-align;
  .dfzy-banner-info-title{
    font-size: $banner-lg-title-font-size;
    line-height: 1.8;
    font-weight: 400;
    margin-top: 0;
    color: $banner-title-color;
  }
  .dfzy-banner-info-desc{
    font-size: $banner-lg-desc-font-size;
    line-height: 1.3;
    font-weight: 400;
    color: $banner-desc-color;
  }
  .dfzy-banner-info-button{
    display: inline-block;
    line-height: 40px;
    padding: 0 24px;
    font-size: 16px;
    margin-top: 5vh;
    color: $banner-button-text-color;
    background-color: $banner-button-background-color;
    transition: all .5s;
    &:hover{
      background-color: $banner-button-background-color-hover;
    }
  }
}
 */
}

.dfzy-banner .dfzy-banner-wrap {
    position: relative;
}

.dfzy-banner .dfzy-banner-wrap.banner-h5, .dfzy-banner .dfzy-banner-wrap:nth-child(2) {
    display: none;
}

.dfzy-banner .dfzy-banner-item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 40%;
}

.dfzy-banner .dfzy-banner-cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.dfzy-banner .dfzy-banner-cover > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.dfzy-banner .dfzy-banner-pagination {
    position: absolute;
    z-index: 2;
    bottom: 3%;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
}

.dfzy-banner .dfzy-banner-pagination .swiper-pagination-bullet {
    width: 36px;
    height: 5px;
    border-radius: 0;
    opacity: 1;
    margin: 0 8px;
    background-color: rgba(255, 255, 255, 0.5);
}

.dfzy-banner .dfzy-banner-pagination .swiper-pagination-bullet:after {
    display: block;
    content: '';
    width: 0;
    height: 100%;
    background-color: #b63e03;
}

.dfzy-banner .dfzy-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    -webkit-animation: banner-swiper-pagination-activating 5s linear both;
    animation: banner-swiper-pagination-activating 5s linear both;
}

.dfzy-banner .swiper-slide.swiper-slide-active .dfzy-banner-info {
    -webkit-animation: banner-swiper-slide-in 1s .3s both;
    animation: banner-swiper-slide-in 1s .3s both;
}

@media screen and (max-width: 1200px) {
    .dfzy-banner .dfzy-banner-item {
        padding-bottom: 47%;
    }

    .dfzy-banner .dfzy-banner-info {
        padding-top: 30vh;
    }

    .dfzy-banner .dfzy-banner-info .dfzy-banner-info-title {
        font-size: 46px;
        line-height: 1.5;
        margin-top: 16px;
    }

    .dfzy-banner .dfzy-banner-info .dfzy-banner-info-desc {
        font-size: 18px;
    }

    .dfzy-banner .dfzy-banner-info .dfzy-banner-info-button {
        line-height: 36px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-banner.has-mobile .dfzy-banner-wrap.banner-pc, .dfzy-banner.has-mobile .dfzy-banner-wrap:nth-child(1) {
        display: none;
    }

    .dfzy-banner.has-mobile .dfzy-banner-wrap.banner-h5, .dfzy-banner.has-mobile .dfzy-banner-wrap:nth-child(2) {
        display: block;
    }

    .dfzy-banner .dfzy-banner-item {
        height: 0;
        padding-bottom: 50%;
    }

    .dfzy-banner .dfzy-banner-cover {
        width: 100%;
        height: 100%;
    }

    .dfzy-banner .dfzy-banner-info {
        padding-top: 7%;
    }

    .dfzy-banner .dfzy-banner-info .dfzy-banner-info-title {
        font-size: 20px;
        line-height: 1.5;
        margin-top: 16px;
    }

    .dfzy-banner .dfzy-banner-info .dfzy-banner-info-desc {
        font-size: 16px;
    }

    .dfzy-banner .dfzy-banner-info .dfzy-banner-info-button {
        line-height: 28px;
        padding: 0 16px;
        margin-top: 16px;
        font-size: 12px;
    }

    .dfzy-banner .dfzy-banner-pagination {
        bottom: 24px;
    }

    .dfzy-banner .dfzy-banner-pagination .swiper-pagination-bullet {
        width: 24px;
        height: 3px;
        margin: 0 8px;
    }
}

@-webkit-keyframes banner-swiper-pagination-activating {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes banner-swiper-pagination-activating {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes banner-swiper-slide-in {
    0% {
        -webkit-transform: translateY(50vh);
        transform: translateY(50vh);
        visibility: hidden;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }
}

@keyframes banner-swiper-slide-in {
    0% {
        -webkit-transform: translateY(50vh);
        transform: translateY(50vh);
        visibility: hidden;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }
}

/*!- dfzy-banner end -*/
/*!- dfzy-catalog begin -*/
.dfzy-catalog .dfzy-catalog-list {
    margin: -32px 0 0 -32px;
}

.dfzy-catalog .dfzy-catalog-list:before, .dfzy-catalog .dfzy-catalog-list:after {
    display: table;
    content: "";
    width: 100%;
}

.dfzy-catalog .dfzy-catalog-list:after {
    clear: both;
}

.dfzy-catalog .dfzy-catalog-list .dfzy-catalog-item {
    display: block;
    float: left;
    width: 25%;
    padding: 32px 0 0 32px;
}

.dfzy-catalog .dfzy-catalog-list .dfzy-catalog-item a:hover .dfzy-catalog-intro .dfzy-catalog-title {
    color: #b63e03;
}

.dfzy-catalog .dfzy-catalog-list .dfzy-catalog-item a:hover .dfzy-catalog-intro .dfzy-catalog-title:after {
    width: 200px;
}

.dfzy-catalog .dfzy-catalog-content {
    display: block;
    position: relative;
}

.dfzy-catalog .dfzy-catalog-cover {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-color: #ddd;
    overflow: hidden;
}

.dfzy-catalog .dfzy-catalog-cover > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.dfzy-catalog .dfzy-catalog-cover:hover > img {
    transform: scale(1.1);
}

.dfzy-catalog .dfzy-catalog-intro {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333333;
    bottom: 0;
    left: 0;
    right: 0;
}

.dfzy-catalog .dfzy-catalog-intro .dfzy-catalog-title {
    display: block;
    position: relative;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.dfzy-catalog .dfzy-catalog-intro .dfzy-catalog-title:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 50%;
    background-color: #EE922B;
    display: block;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

@media screen and (max-width: 1200px) {
    .dfzy-catalog .dfzy-catalog-list {
        margin: -24px 0 0 -24px;
    }

    .dfzy-catalog .dfzy-catalog-list .dfzy-catalog-item {
        width: 25%;
        padding: 24px 0 0 24px;
    }

    .dfzy-catalog .dfzy-catalog-intro {
        padding-left: 40px;
    }

    .dfzy-catalog .dfzy-catalog-intro .dfzy-catalog-title {
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-catalog .dfzy-catalog-list {
        margin: -16px 0 0 -16px;
    }

    .dfzy-catalog .dfzy-catalog-list .dfzy-catalog-item {
        width: 50%;
        padding: 16px 0 0 16px;
    }

    .dfzy-catalog .dfzy-catalog-intro {
        padding-left: 0;
        position: inherit;
    }

    .dfzy-catalog .dfzy-catalog-intro .dfzy-catalog-title {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
}

/*!- dfzy-catalog end -*/
/*!- dfzy-tabs begin -*/
.dfzy-tabs .dfzy-tabs-thumb {
    font-size: 0;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.dfzy-tabs .dfzy-tabs-thumb {
    position: relative;
}

.dfzy-tabs .dfzy-tabs-thumb .swiper-slide {
    height: 50px;
}

.dfzy-tabs .dfzy-tabs-thumb .dfzy-tabs-thumb-swiper {
    max-width: 1024px;
}

.dfzy-tabs .dfzy-tabs-thumb .dfzy-tabs-thumb-item {
    display: block;
    position: relative;
    height: 100%;
    padding: 16px;
    margin: 0 16px;
    transition: color .5s;
    color: #333333;
}

.dfzy-tabs .dfzy-tabs-thumb .dfzy-tabs-thumb-item:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 6px;
    width: 0;
    height: 45px;
    transition: width .5s;
    background-color: #b63e03;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
}

.dfzy-tabs .dfzy-tabs-thumb .dfzy-tabs-thumb-item .dfzy-tabs-thumb-icon {
    display: block;
}

.dfzy-tabs .dfzy-tabs-thumb .dfzy-tabs-thumb-item .dfzy-tabs-thumb-icon > img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 48px;
}

.dfzy-tabs .dfzy-tabs-thumb .dfzy-tabs-thumb-item .dfzy-tabs-thumb-text {
    display: block;
    font-size: 22px;
    line-height: 1;
    position: absolute;
    z-index: 50;
    width: 92%;
}

.dfzy-tabs .dfzy-tabs-thumb .dfzy-tabs-thumb-item:hover {
    color: #b63e03;
}

.dfzy-tabs .dfzy-tabs-thumb .swiper-slide-thumb-active .dfzy-tabs-thumb-item .dfzy-tabs-thumb-text {
    color: #fff;
}

.dfzy-tabs .dfzy-tabs-thumb .swiper-slide-thumb-active .dfzy-tabs-thumb-item:after {
    width: 96%;
}

.dfzy-tabs .dfzy-tabs-thumb .swiper-button-prev {
    left: -20px;
}

.dfzy-tabs .dfzy-tabs-thumb .swiper-button-next {
    right: -20px;
}

.dfzy-tabs .dfzy-tabs-content-item {
    padding: 20px 0 0;
    font-size: 16px;
    color: #666666;
}

.dfzy-tabs .dfzy-tabs-content-item:before, .dfzy-tabs .dfzy-tabs-content-item:after {
    display: table;
    content: "";
    width: 100%;
}

.dfzy-tabs .dfzy-tabs-content-item:after {
    clear: both;
}

.dfzy-tabs .dfzy-tabs-content-item .dfzy-certifications-cover {
    height: 0;
    padding-bottom: 75%;
}

.dfzy-tabs .dfzy-tabs-content-item .dfzy-certifications-cover-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.dfzy-tabs .dfzy-tabs-content-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.dfzy-tabs .dfzy-tabs-content-item p {
    line-height: 1.8;
    padding-bottom: 20px;
    text-indent: 2em;
    text-align: justify;
}

.dfzy-tabs .dfzy-tabs-content-item .title {
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: normal;
    color: #b63e03;
}

.dfzy-tabs .dfzy-tabs-content-item .btn {
    display: inline-block;
    border: 1px solid #b63e03;
    color: #b63e03;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    padding: 0 24px;
    margin-top: 4vh;
    transition: all .5s;
}

.dfzy-tabs .dfzy-tabs-content-item .btn:hover {
    background-color: #b63e03;
    color: rgba(255, 255, 255, 0.85);
}

.dfzy-tabs .dfzy-tabs-content-item .dfzy-tabs-content-cover {
    float: left;
    width: 44%;
}

.dfzy-tabs .dfzy-tabs-content-item .dfzy-tabs-content-intro {
    float: left;
    width: 56%;
    padding: 1vh 4vw 0 1vh;
}

@media screen and (max-width: 1200px) {
    .dfzy-tabs .dfzy-tabs-thumb {
        margin-bottom: 24px;
    }

    .dfzy-tabs .dfzy-tabs-thumb .dfzy-tabs-thumb-item {
        padding: 16px;
        margin: 0 16px;
    }

    .dfzy-tabs .dfzy-tabs-thumb .dfzy-tabs-thumb-item .dfzy-tabs-thumb-icon > img {
        height: 32px;
    }

    .dfzy-tabs .dfzy-tabs-thumb .dfzy-tabs-thumb-item .dfzy-tabs-thumb-text {
        margin-top: 0px;
        font-size: 20px;
    }

    .dfzy-tabs .dfzy-tabs-thumb .swiper-button-prev {
        width: 32px;
        height: 32px;
        left: -16px;
        margin-top: -16px;
    }

    .dfzy-tabs .dfzy-tabs-thumb .swiper-button-next {
        width: 32px;
        height: 32px;
        right: -16px;
        margin-top: -16px;
    }

    .dfzy-tabs .dfzy-tabs-content-item {
        padding: 24px 0 0;
        font-size: 16px;
    }

    .dfzy-tabs .dfzy-tabs-content-item .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .dfzy-tabs .dfzy-tabs-content-item .dfzy-tabs-content-cover {
        width: 50%;
    }

    .dfzy-tabs .dfzy-tabs-content-item .dfzy-tabs-content-intro {
        width: 50%;
        padding: 1vh 2vw 2vh;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-tabs .dfzy-tabs-thumb .dfzy-tabs-thumb-item .dfzy-tabs-thumb-text {
        margin-top: 0px;
    }

    .dfzy-tabs .dfzy-tabs-thumb .dfzy-tabs-thumb-item:after {
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
    }

    .dfzy-tabs .dfzy-tabs-wrap .dfzy-tabs-thumb {
        margin-bottom: 16px;
    }

    .dfzy-tabs .dfzy-tabs-thumb .dfzy-tabs-thumb-item {
        padding: 16px;
        margin: 0;
    }

    .dfzy-tabs .dfzy-tabs-thumb .dfzy-tabs-thumb-item .dfzy-tabs-thumb-icon > img {
        height: 28px;
    }

    .dfzy-tabs .dfzy-tabs-thumb .dfzy-tabs-thumb-item .dfzy-tabs-thumb-text {
        margin-top: 0px;
        font-size: 14px;
        width: 85%;
    }

    .dfzy-tabs .dfzy-tabs-thumb .swiper-button-prev {
        left: 0;
    }

    .dfzy-tabs .dfzy-tabs-thumb .swiper-button-next {
        right: 0;
    }

    .dfzy-tabs .dfzy-tabs-content-item {
        padding: 0;
        font-size: 14px;
    }

    .dfzy-tabs .dfzy-tabs-content-item p {
        line-height: 1.576;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        word-break: break-word;
        white-space: normal;
        -webkit-line-clamp: 5;
    }

    .dfzy-tabs .dfzy-tabs-content-item .btn {
        margin-top: 20px;
        display: none;
    }

    .dfzy-tabs .dfzy-tabs-content-item .title {
        font-size: 20px;
    }

    .dfzy-tabs .dfzy-tabs-content-item .dfzy-tabs-content-cover {
        float: none;
        width: 100%;
    }

    .dfzy-tabs .dfzy-tabs-content-item .dfzy-tabs-content-intro {
        float: none;
        width: 100%;
        padding: 0 0 20px 0;
    }
}

/*!- dfzy-tabs end -*/
/*!- dfzy-news begin -*/
.dfzy-news .dfzy-news-content .dfzy-news-item {
    display: flex;
    flex-direction: column;
}

.dfzy-news .dfzy-news-item .dfzy-news-cover {
    display: block;
    overflow: hidden;
    transition: background-color .5s;
    background-color: whitesmoke;
}

.dfzy-news .dfzy-news-item .dfzy-news-cover .dfzy-news-cover-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    background-color: transparent;
    padding-bottom: 70%;
}

.dfzy-news .dfzy-news-item .dfzy-news-cover .dfzy-news-cover-wrap > img {
    display: block;
    position: absolute;
    transition: all .5s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.dfzy-news .dfzy-news-item .dfzy-news-intro {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    background-color: #b63e03;
}

.dfzy-news .dfzy-news-item .dfzy-news-intro .dfzy-news-intro-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 32px;
}

.dfzy-news .dfzy-news-item .dfzy-news-intro:after {
    content: '';
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 24px 24px;
    border-color: transparent transparent #b63e03 transparent;
}

.dfzy-news .dfzy-news-item:hover .dfzy-news-cover {
    background-color: #000;
}

.dfzy-news .dfzy-news-item:hover .dfzy-news-cover .dfzy-news-cover-wrap > img {
    opacity: .8;
    transform: scale(1.1);
}

.dfzy-news .dfzy-news-intro-wrap .dfzy-news-intro-title {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 16px;
}

.dfzy-news .dfzy-news-intro-wrap .dfzy-news-intro-desc {
    color: rgba(255, 255, 255, 0.65);
    line-height: 24px;
    font-size: 16px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    -webkit-line-clamp: 3;
}

.dfzy-news .dfzy-news-intro-wrap .dfzy-news-intro-extra {
    color: rgba(255, 255, 255, 0.65);
    line-height: 1;
    font-size: 16px;
    margin-bottom: 16px;
}

.dfzy-news .swiper-slide:nth-child(even) .dfzy-news-item .dfzy-news-cover {
    order: 1;
}

.dfzy-news .swiper-slide:nth-child(even) .dfzy-news-item .dfzy-news-intro {
    order: 0;
}

.dfzy-news .swiper-slide:nth-child(even) .dfzy-news-item .dfzy-news-intro:after {
    top: auto;
    bottom: -24px;
    border-width: 24px 24px 0 24px;
    border-color: #b63e03 transparent transparent transparent;
}

@media screen and (max-width: 1200px) {
    .dfzy-news .dfzy-news-item .dfzy-news-intro {
        height: auto;
        padding-bottom: 0;
    }

    .dfzy-news .dfzy-news-item .dfzy-news-intro .dfzy-news-intro-wrap {
        position: static;
        height: auto;
        padding: 24px;
    }

    .dfzy-news .dfzy-news-intro-wrap .dfzy-news-intro-title {
        line-height: 1.7;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .dfzy-news .dfzy-news-intro-wrap .dfzy-news-intro-desc {
        height: auto;
        overflow: hidden;
        display: block;
        font-size: 14px;
    }

    .dfzy-news .dfzy-news-intro-wrap .dfzy-news-intro-extra {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .dfzy-news .swiper-slide:nth-child(even) .dfzy-news-item .dfzy-news-cover {
        order: 0;
    }

    .dfzy-news .swiper-slide:nth-child(even) .dfzy-news-item .dfzy-news-intro {
        order: 1;
    }

    .dfzy-news .swiper-slide:nth-child(even) .dfzy-news-item .dfzy-news-intro:after {
        top: -24px;
        bottom: auto;
        border-width: 0 24px 24px 24px;
        border-color: transparent transparent #b63e03 transparent;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-news .dfzy-news-item .dfzy-news-intro .dfzy-news-intro-wrap {
        padding: 16px;
    }
}

/*!- dfzy-news end -*/
/*!- dfzy-choose begin -*/
.dfzy-section.m-b-10 {
    padding-bottom: 8%;
}

.dfzy-choose-p {
    position: relative;
}

.dfzy-choose-p .dfzy-choose-bg {
    display: block;
    position: absolute;

    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 20%;
    z-index: 0;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.dfzy-choose-p .dfzy-choose-bg .dfzy-choose-bg-mask {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 768px) {
    .dfzy-choose-p .dfzy-choose-bg {
        display: none;
    }
}

.dfzy-choose {
    position: relative;
    z-index: 1;
}

.dfzy-choose .dfzy-choose-content .dfzy-choose-item {
    padding: 10%;
    background-color: whitesmoke;
    display: block;
}

.dfzy-choose .dfzy-choose-item .dfzy-choose-cover {
    display: block;
    overflow: hidden;
    transition: background-color .5s;
}

.dfzy-choose .dfzy-choose-item .dfzy-choose-cover .dfzy-choose-cover-wrap {
    width: 100%;
    height: 0;
    background-color: transparent;
    padding-bottom: 30%;
    text-align: center;
    padding-top: 5%;
}

.dfzy-choose .dfzy-choose-item .dfzy-choose-cover .dfzy-choose-cover-wrap > img {
    transition: all .5s;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

.dfzy-choose .dfzy-choose-item .dfzy-choose-intro .dfzy-choose-intro-wrap {
    width: 100%;
}

.dfzy-choose .dfzy-choose-item:hover .dfzy-choose-cover {
    background-color: #fff;
}

.dfzy-choose .dfzy-choose-item:hover .dfzy-choose-cover .dfzy-choose-cover-wrap > img {
    transform: scale(1.1);
}

.dfzy-choose .dfzy-choose-intro-wrap .dfzy-choose-intro-title {
    color: #333333;
    line-height: 1.7;
    font-size: 18px;
    font-weight: normal;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}

.dfzy-choose .dfzy-choose-intro-wrap .dfzy-choose-intro-desc {
    color: #999999;
    line-height: 24px;
    font-size: 16px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    -webkit-line-clamp: 3;
}

.dfzy-choose .dfzy-choose-intro-wrap .dfzy-choose-intro-extra {
    color: rgba(255, 255, 255, 0.65);
    line-height: 1;
    font-size: 16px;
    margin-bottom: 16px;
}

.dfzy-choose .swiper-slide:nth-child(even) .dfzy-choose-item .dfzy-choose-intro {
    order: 0;
}

.dfzy-choose .swiper-slide:nth-child(even) .dfzy-choose-item .dfzy-choose-intro:after {
    top: auto;
    bottom: -24px;
    border-width: 24px 24px 0 24px;
    border-color: #b63e03 transparent transparent transparent;
}

@media screen and (max-width: 1200px) {
    .dfzy-choose .dfzy-choose-p .dfzy-choose-bg {
        padding-bottom: 25%;
        bottom: -30%;
    }

    .dfzy-choose .dfzy-choose-item .dfzy-choose-intro {
        height: auto;
        padding-bottom: 0;
    }

    .dfzy-choose .dfzy-choose-item .dfzy-choose-intro .dfzy-choose-intro-wrap {
        position: static;
        height: auto;
        padding: 24px;
    }

    .dfzy-choose .dfzy-choose-intro-wrap .dfzy-choose-intro-title {
        line-height: 1.7;
        font-size: 16px;
        margin-bottom: 12px;
        margin-top: 0;
    }

    .dfzy-choose .dfzy-choose-intro-wrap .dfzy-choose-intro-desc {
        height: auto;
        overflow: hidden;
        display: block;
        font-size: 14px;
    }

    .dfzy-choose .dfzy-choose-intro-wrap .dfzy-choose-intro-extra {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .dfzy-choose .swiper-slide:nth-child(even) .dfzy-choose-item .dfzy-choose-cover {
        order: 0;
    }

    .dfzy-choose .swiper-slide:nth-child(even) .dfzy-choose-item .dfzy-choose-intro {
        order: 1;
    }

    .dfzy-choose .swiper-slide:nth-child(even) .dfzy-choose-item .dfzy-choose-intro:after {
        top: -24px;
        bottom: auto;
        border-width: 0 24px 24px 24px;
        border-color: transparent transparent #b63e03 transparent;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-choose .dfzy-choose-content .dfzy-choose-item {
        padding: 5%;
    }

    .dfzy-choose .dfzy-choose-item .dfzy-choose-intro .dfzy-choose-intro-wrap {
        padding: 0;
    }

    .dfzy-choose .dfzy-choose-item .dfzy-choose-cover .dfzy-choose-cover-wrap {
        padding-bottom: 30%;
        padding-top: 0;
    }

    .dfzy-choose .dfzy-choose-intro-wrap .dfzy-choose-intro-title {
        margin-bottom: 0;
        margin-top: 0;
    }
}

/*!- dfzy-choose end -*/
/*!- dfzy-case begin -*/
.dfzy-case .dfzy-case-content {
    position: relative;
}

.dfzy-case .dfzy-case-content .dfzy-case-swiper .swiper-wrapper .swiper-slide dfzy-case-list-content {
    display: block;
}

.dfzy-case .dfzy-case-item {
    display: block;
    border: 1px solid #d9d9d9;
}

.dfzy-case .dfzy-case-cover {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-color: #fff;
}

.dfzy-case .dfzy-case-cover .dfzy-case-cover-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dfzy-case .dfzy-case-cover .dfzy-case-cover-wrap > img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: initial;
}

.dfzy-case .dfzy-case-list-content .case-item-intro {
    padding: 8px 0;
}

.dfzy-case .dfzy-case-list-content .case-item-intro .case-intro-title {
    display: block;
    font-size: 16px;
    line-height: 1.576;
    text-align: center;
    transition: color .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
}

.dfzy-case .dfzy-case-list-content:hover .dfzy-case-item {
    border: 1px solid #b63e03;
}

.dfzy-case .dfzy-case-list-content:hover .case-item-intro .case-intro-title {
    color: #b63e03;
}

.dfzy-case .swiper-button-prev {
    left: -20px;
}

.dfzy-case .swiper-button-next {
    right: -20px;
}

@media screen and (max-width: 1200px) {
    .dfzy-case .swiper-button-prev {
        width: 32px;
        height: 32px;
        left: -16px;
        margin-top: -16px;
    }

    .dfzy-case .swiper-button-next {
        width: 32px;
        height: 32px;
        right: -16px;
        margin-top: -16px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-case .swiper-button-prev {
        left: 16px;
    }

    .dfzy-case .swiper-button-next {
        right: 16px;
    }
}

/*!- dfzy-case end -*/
/*!- dfzy-customers begin -*/
.dfzy-section.m-b-10 {
    padding-bottom: 8%;
}

@media screen and (max-width: 768px) {
    .dfzy-section.m-b-10 {
        padding-bottom: 0;
    }
}

.dfzy-customers-p {
    background: #fafafa;
    padding: 4% 0;
}

.dfzy-customers {
    position: relative;
    z-index: 100;
}

.dfzy-customers .dfzy-customers-content .swiper-wrapper .swiper-slide {
    height: auto;
}

.dfzy-customers .dfzy-customers-content .dfzy-customers-item {
    display: flex;
    flex-direction: column;
    padding: 5%;
    background-color: #f2f2f2;
    position: relative;
    height: 100%;
}

.dfzy-customers .dfzy-customers-content .dfzy-customers-item .dfzy-customers-intro-wrap {
    flex: auto;
    align-items: flex-start;
    justify-content: center;
}

.dfzy-customers .dfzy-customers-content .dfzy-customers-item .dfzy-customers-intro-desc {
    color: #666666;
    line-height: 24px;
    font-size: 16px;
    flex: auto;
    text-align: left;
    padding: 0 20px 20px 20px;
}

.dfzy-customers .dfzy-customers-item .dfzy-customers-cover {
    overflow: hidden;
    transition: background-color .5s;
    margin: 20px auto;
    display: block;
}

.dfzy-customers .dfzy-customers-item .dfzy-customers-cover .dfzy-customers-cover-wrap {
    width: 100%;
    max-width: 100px;
    height: auto;
    background-color: transparent;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.dfzy-customers .dfzy-customers-item .dfzy-customers-cover .dfzy-customers-cover-wrap > img {
    transition: all .5s;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.dfzy-customers .dfzy-customers-item .dfzy-customers-intro .dfzy-customers-intro-wrap {
    width: 100%;
    text-align: center;
}

.dfzy-customers .dfzy-customers-item .dfzy-customers-intro .dfzy-customers-intro-wrap span {
    color: #666666;
}

.dfzy-customers .dfzy-customers-item:hover .dfzy-customers-cover .dfzy-customers-cover-wrap > img {
    transform: scale(1.1);
    border-radius: 0;
}

.dfzy-customers .dfzy-customers-intro-wrap .dfzy-customers-intro-title {
    color: #333333;
    line-height: 1.7;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: center;
}

.dfzy-customers .dfzy-customers-intro-wrap .dfzy-customers-intro-extra {
    color: rgba(255, 255, 255, 0.65);
    line-height: 1;
    font-size: 16px;
    margin-bottom: 16px;
}

.dfzy-customers .swiper-slide:nth-child(even) .dfzy-customers-item .dfzy-customers-intro {
    order: 0;
}

.dfzy-customers .swiper-slide:nth-child(even) .dfzy-customers-item .dfzy-customers-intro:after {
    top: auto;
    bottom: -24px;
    border-width: 24px 24px 0 24px;
    border-color: #b63e03 transparent transparent transparent;
}

@media screen and (max-width: 1200px) {
    .dfzy-customers .dfzy-customers-item .dfzy-customers-intro {
        height: auto;
        padding-bottom: 0;
    }

    .dfzy-customers .dfzy-customers-item .dfzy-customers-intro .dfzy-customers-intro-wrap {
        position: static;
        height: auto;
        padding: 24px;
    }

    .dfzy-customers .dfzy-customers-intro-wrap .dfzy-customers-intro-title {
        line-height: 1.7;
        font-size: 16px;
    }

    .dfzy-customers .dfzy-customers-intro-wrap .dfzy-customers-intro-desc {
        height: auto;
        overflow: hidden;
        display: block;
        font-size: 14px;
    }

    .dfzy-customers .dfzy-customers-intro-wrap .dfzy-customers-intro-extra {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .dfzy-customers .swiper-slide:nth-child(even) .dfzy-customers-item .dfzy-customers-cover {
        order: 0;
    }

    .dfzy-customers .swiper-slide:nth-child(even) .dfzy-customers-item .dfzy-customers-intro {
        order: 1;
    }

    .dfzy-customers .swiper-slide:nth-child(even) .dfzy-customers-item .dfzy-customers-intro:after {
        top: -24px;
        bottom: auto;
        border-width: 0 24px 24px 24px;
        border-color: transparent transparent #b63e03 transparent;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-customers .dfzy-customers-item .dfzy-customers-intro .dfzy-customers-intro-wrap {
        padding: 0;
    }

    .dfzy-customers .dfzy-customers-item .dfzy-customers-cover {
        margin: 5px auto;
    }
}

/*!- dfzy-customers end -*/
/*!- dfzy-team begin -*/
.dfzy-team .dfzy-team-content {
    position: relative;
}

.dfzy-team .dfzy-team-item {
    display: block;
    border: 1px solid #d9d9d9;
}

.dfzy-team .dfzy-team-cover {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.dfzy-team .dfzy-team-cover .dfzy-team-cover-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dfzy-team .dfzy-team-cover .dfzy-team-cover-wrap > img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.dfzy-team .swiper-button-prev {
    left: -20px;
}

.dfzy-team .swiper-button-next {
    right: -20px;
}

@media screen and (max-width: 1200px) {
    .dfzy-team .swiper-button-prev {
        width: 32px;
        height: 32px;
        left: -16px;
        margin-top: -16px;
    }

    .dfzy-team .swiper-button-next {
        width: 32px;
        height: 32px;
        right: -16px;
        margin-top: -16px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-team .swiper-button-prev {
        left: 16px;
    }

    .dfzy-team .swiper-button-next {
        right: 16px;
    }
}

/*!- dfzy-team end -*/
/*!- dfzy-productsRecommended begin -*/
.dfzy-productsRecommended .dfzy-productsRecommended-content {
    position: relative;
}

.dfzy-productsRecommended .dfzy-productsRecommended-content .dfzy-productsRecommended-swiper .swiper-wrapper .swiper-slide dfzy-productsRecommended-list-content {
    display: block;
}

.dfzy-productsRecommended .dfzy-productsRecommended-item {
    display: block;
    border: 1px solid #d9d9d9;
}

.dfzy-productsRecommended .dfzy-productsRecommended-cover {
    display: block;
    position: relative;
    width: 100%;
    /*height: 0;*/
    /*padding-bottom: 100%;*/
    background-color: #eee;
}

.dfzy-productsRecommended .dfzy-productsRecommended-cover .dfzy-productsRecommended-cover-wrap {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    overflow: hidden;
}

.dfzy-productsRecommended .dfzy-productsRecommended-cover .dfzy-productsRecommended-cover-wrap > img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

.dfzy-productsRecommended .dfzy-productsRecommended-cover .dfzy-productsRecommended-cover-wrap:hover > img {
    transform: scale(1.1);
}

.dfzy-productsRecommended .dfzy-productsRecommended-list-content .product-item-intro {
    padding: 8px 0;
}

.dfzy-productsRecommended .dfzy-productsRecommended-list-content .product-item-intro .product-intro-title {
    display: block;
    font-size: 16px;
    line-height: 1.576;
    text-align: center;
    transition: color .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
}

.dfzy-productsRecommended .dfzy-productsRecommended-list-content:hover .dfzy-productsRecommended-item {
    border: 1px solid #b63e03;
}

.dfzy-productsRecommended .dfzy-productsRecommended-list-content:hover .product-item-intro .product-intro-title {
    color: #b63e03;
}

.dfzy-productsRecommended .swiper-button-prev {
    left: -20px;
}

.dfzy-productsRecommended .swiper-button-next {
    right: -20px;
}

@media screen and (max-width: 1200px) {
    .dfzy-productsRecommended .swiper-button-prev {
        width: 32px;
        height: 32px;
        left: -16px;
        margin-top: -16px;
    }

    .dfzy-productsRecommended .swiper-button-next {
        width: 32px;
        height: 32px;
        right: -16px;
        margin-top: -16px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-productsRecommended .swiper-button-prev {
        left: 16px;
    }

    .dfzy-productsRecommended .swiper-button-next {
        right: 16px;
    }
}

/*!- dfzy-productsRecommended end -*/
/*!- dfzy-news-detail begin -*/
.dfzy-news-detail .dfzy-news-detail-wrap {
    border: 1px solid #f0f0f0;
    padding: 0 32px;
}

.dfzy-news-detail .dfzy-news-detail-hd {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.dfzy-news-detail .dfzy-news-detail-hd .dfzy-news-detail-title {
    color: #b63e03;
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
}

.dfzy-news-detail .dfzy-news-detail-hd .dfzy-news-detail-extra {
    font-size: 18px;
    color: #666666;
}

.dfzy-news-detail .dfzy-news-detail-bd {
    padding: 32px 0;
}

.dfzy-news-detail .dfzy-news-detail-bd img {
    max-width: 100%;
    height: auto;
}

.dfzy-news-detail .dfzy-news-detail-ft {
    padding: 32px 0;
    border-top: 1px solid #f0f0f0;
}

.dfzy-news-detail .dfzy-news-detail-ft .dfzy-news-detail-pagination {
    height: 32px;
}

.dfzy-news-detail .dfzy-news-detail-ft .dfzy-news-detail-pagination:before, .dfzy-news-detail .dfzy-news-detail-ft .dfzy-news-detail-pagination:after {
    display: table;
    content: "";
    width: 100%;
}

.dfzy-news-detail .dfzy-news-detail-ft .dfzy-news-detail-pagination:after {
    clear: both;
}

.dfzy-news-detail .dfzy-news-detail-ft .dfzy-news-detail-pagination > a {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    color: #666666;
}

.dfzy-news-detail .dfzy-news-detail-ft .dfzy-news-detail-pagination > a:hover {
    color: #b63e03;
}

.dfzy-news-detail .dfzy-news-detail-ft .dfzy-news-detail-pagination .prev {
    float: left;
}

.dfzy-news-detail .dfzy-news-detail-ft .dfzy-news-detail-pagination .next {
    float: right;
}

@media screen and (max-width: 1200px) {
    .dfzy-news-detail .dfzy-news-detail-wrap {
        padding: 0 24px;
    }

    .dfzy-news-detail .dfzy-news-detail-hd {
        padding: 24px 0;
    }

    .dfzy-news-detail .dfzy-news-detail-hd .dfzy-news-detail-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .dfzy-news-detail .dfzy-news-detail-hd .dfzy-news-detail-extra {
        font-size: 16px;
    }

    .dfzy-news-detail .dfzy-news-detail-bd {
        padding: 24px 0;
    }

    .dfzy-news-detail .dfzy-news-detail-ft {
        padding: 24px 0;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-news-detail .dfzy-news-detail-wrap {
        padding: 0 16px;
    }

    .dfzy-news-detail .dfzy-news-detail-hd {
        padding: 16px 0;
    }

    .dfzy-news-detail .dfzy-news-detail-hd .dfzy-news-detail-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .dfzy-news-detail .dfzy-news-detail-hd .dfzy-news-detail-extra {
        font-size: 14px;
    }

    .dfzy-news-detail .dfzy-news-detail-bd {
        padding: 16px 0;
        font-size: 14px;
        line-height: 25px;
    }

    .dfzy-news-detail .dfzy-news-detail-ft {
        padding: 16px 0;
    }
}

/*!- dfzy-news-detail end -*/
/*!- dfzy-news-list begin -*/
.dfzy-news-list .dfzy-news-list-item {
    display: block;
    position: relative;
    margin-bottom: 32px;
    transition: background-color .5s;
    background-color: transparent;
}

.dfzy-news-list .dfzy-news-list-item:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(70% - 32px);
    height: 1px;
    transition: background-color .5s;
    background-color: #f0f0f0;
}

.dfzy-news-list .dfzy-news-list-item:hover {
    background-color: #fafafa;
}

.dfzy-news-list .dfzy-news-list-item:hover:after {
    background-color: #b63e03;
}

.dfzy-news-list .dfzy-news-list-content:before, .dfzy-news-list .dfzy-news-list-content:after {
    display: table;
    content: "";
    width: 100%;
}

.dfzy-news-list .dfzy-news-list-content:after {
    clear: both;
}

.dfzy-news-list .dfzy-news-list-cover-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.dfzy-news-list .dfzy-news-list-cover-wrap > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    transition: all .5s;
}

.dfzy-news-list .dfzy-news-list-cover {
    display: block;
    float: left;
    width: 30%;
    overflow: hidden;
    background-color: whitesmoke;
}

.dfzy-news-list .dfzy-news-list-cover:hover .dfzy-news-list-cover-wrap > img {
    transform: scale(1.1, 1.1);
}

.dfzy-news-list .dfzy-news-list-intro {
    float: left;
    width: 70%;
    padding: 32px;
}

.dfzy-news-list .dfzy-news-list-intro .dfzy-news-intro-list-desc {
    color: #666666;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: break-word;
    white-space: normal;
}

.dfzy-news-list .dfzy-news-list-intro-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.576;
    margin-bottom: 16px;
    color: #333333;
    transition: color .5s;
}

.dfzy-news-list .dfzy-news-list-intro-title:hover {
    color: #b63e03;
}

.dfzy-news-list .dfzy-news-list-intro-desc {
    font-size: 16px;
    line-height: 1.576;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 16px;
    text-align: justify;
    color: #999999;
}

.dfzy-news-list .dfzy-news-list-intro-extra {
    float: left;
    font-size: 16px;
    line-height: 32px;
    color: #999999;
}

.dfzy-news-list .dfzy-news-list-intro-link {
    display: inline-block;
    line-height: 32px;
    font-size: 14px;
    padding: 0 24px;
    color: #fff;
    background-color: #EE922B;
    float: right;
    transition: background-color .5s;
}

.dfzy-news-list .dfzy-news-list-intro-link:hover {
    background-color: #b63e03;
}

@media screen and (max-width: 1200px) {
    .dfzy-news-list .dfzy-news-list-item {
        margin-bottom: 24px;
    }

    .dfzy-news-list .dfzy-news-list-item:after {
        width: calc(60% - 24px);
    }

    .dfzy-news-list .dfzy-news-list-cover {
        width: 40%;
    }

    .dfzy-news-list .dfzy-news-list-intro {
        width: 60%;
        padding: 24px;
    }

    .dfzy-news-list .dfzy-news-list-intro-title {
        margin-bottom: 12px;
    }

    .dfzy-news-list .dfzy-news-list-intro-desc {
        margin-bottom: 12px;
    }

    .dfzy-news-list .dfzy-news-list-intro-link {
        padding: 0 16px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-news-list .dfzy-news-list-item {
        margin-bottom: 16px;
    }

    .dfzy-news-list .dfzy-news-list-item:after {
        display: none;
    }

    .dfzy-news-list .dfzy-news-list-item:hover {
        background-color: transparent;
    }

    .dfzy-news-list .dfzy-news-list-cover {
        width: 100%;
    }

    .dfzy-news-list .dfzy-news-list-intro {
        width: 100%;
        padding: 16px 0;
    }

    .dfzy-news-list .dfzy-news-list-intro .dfzy-news-intro-list-desc {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        overflow-wrap: break-word;
        white-space: normal;
        display: none;
    }

    .dfzy-news-list .dfzy-news-list-intro-title {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 1.2;
        font-weight: normal;
    }

    .dfzy-news-list .dfzy-news-list-intro-desc {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.5;
    }
}

/*!- dfzy-news-list end -*/
/*!- dfzy-product-list begin -*/
.dfzy-product-list .dfzy-product-list-wrap {
    margin: -32px 0 0 -32px;
}

.dfzy-product-list .dfzy-product-list-wrap:before, .dfzy-product-list .dfzy-product-list-wrap:after {
    display: table;
    content: "";
    width: 100%;
}

.dfzy-product-list .dfzy-product-list-wrap:after {
    clear: both;
}

.dfzy-product-list .dfzy-product-list-item {
    display: block;
    float: left;
    width: 20%;
    padding: 32px 0 0 32px;
}

.dfzy-product-list .dfzy-product-list-cover {
    border: 1px solid #d9d9d9;
    overflow: hidden;
    transition: border .5s;
}

.dfzy-product-list .dfzy-product-list-cover-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 155%;
    background: #eee;
}

.dfzy-product-list .dfzy-product-list-cover-wrap > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-position: center;
    object-fit: contain;
    transition: all .5s;
}

.dfzy-product-list .dfzy-product-list-intro {
    padding: 8px 0;
}

.dfzy-product-list .dfzy-product-list-intro-title {
    display: block;
    font-size: 16px;
    line-height: 1.576;
    text-align: center;
    transition: color .5s;
    overflow: hidden;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    color: #333333;
}

.dfzy-product-list .dfzy-product-list-content {
    display: block;
}

.dfzy-product-list .dfzy-product-list-content:hover .dfzy-product-list-cover {
    border-color: #b63e03;
}

.dfzy-product-list .dfzy-product-list-content:hover .dfzy-product-list-cover-wrap > img {
    transform: scale(1.1, 1.1);
}

.dfzy-product-list .dfzy-product-list-content:hover .dfzy-product-list-intro-title {
    color: #b63e03;
}

@media screen and (max-width: 1200px) {
    .dfzy-product-list .dfzy-product-list-wrap {
        margin: -24px 0 0 -24px;
    }

    .dfzy-product-list .dfzy-product-list-item {
        padding: 24px 0 0 24px;
    }

    .dfzy-product-list .dfzy-product-list-intro {
        padding: 8px 0;
    }

    .dfzy-product-list .dfzy-product-list-intro-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-product-list .dfzy-product-list-wrap {
        margin: -16px 0 0 -16px;
    }

    .dfzy-product-list .dfzy-product-list-item {
        width: 50%;
        padding: 16px 0 0 16px;
    }

    .dfzy-product-list .dfzy-product-list-intro {
        padding: 4px 0;
    }

    .dfzy-product-list .dfzy-product-list-intro-title {
        font-size: 14px;
    }
}

/*!- dfzy-product-list end -*/
/*!- dfzy-case-list begin -*/
.dfzy-case-list .dfzy-case-list-wrap {
    margin: -32px 0 0 -32px;
}

.dfzy-case-list .dfzy-case-list-wrap:before, .dfzy-case-list .dfzy-case-list-wrap:after {
    display: table;
    content: "";
    width: 100%;
}

.dfzy-case-list .dfzy-case-list-wrap:after {
    clear: both;
}

.dfzy-case-list .dfzy-case-list-item {
    display: block;
    float: left;
    width: 25%;
    padding: 32px 0 0 32px;
}

.dfzy-case-list .dfzy-case-list-item:hover .dfzy-case-list-content .dfzy-case-list-cover a > img {
    opacity: .8;
    transform: scale(1.1);
}

.dfzy-case-list .dfzy-case-list-cover {
    display: block;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    transition: border .5s;
}

.dfzy-case-list .dfzy-case-list-cover-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 75%;
}

.dfzy-case-list .dfzy-case-list-cover-wrap > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-position: center;
    object-fit: cover;
    transition: all .5s;
}

.dfzy-case-list .dfzy-case-list-intro {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
    font-size: 0;
    opacity: 0;
    transition: all .5s ease .1s;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.dfzy-case-list .dfzy-case-list-intro:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.dfzy-case-list .dfzy-case-list-intro-content {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.dfzy-case-list .dfzy-case-list-intro-title {
    display: block;
    font-size: 18px;
    line-height: 1.576;
    transition: color .5s;
    margin-bottom: 16px;
    color: #fff;
}

.dfzy-case-list .dfzy-case-list-intro-link {
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    padding: 0 20px;
    transition: all .5s;
    color: #fff;
    background-color: #EE922B;
}

.dfzy-case-list .dfzy-case-list-intro-link:hover {
    color: #fff;
    background-color: #a7661e;
}

.dfzy-case-list .dfzy-case-list-adorn {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.dfzy-case-list .dfzy-case-list-adorn > span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.dfzy-case-list .dfzy-case-list-adorn > span:before, .dfzy-case-list .dfzy-case-list-adorn > span:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    opacity: 0;
    background-color: #EE922B;
    transition: all .5s ease .2s;
    top: 50%;
    left: 50%;
}

.dfzy-case-list .dfzy-case-list-adorn > span:first-child {
    transform: rotate(37deg);
}

.dfzy-case-list .dfzy-case-list-adorn > span:last-child {
    transform: rotate(-37deg);
}

.dfzy-case-list .dfzy-case-list-content {
    display: block;
    position: relative;
}

.dfzy-case-list .dfzy-case-list-content:hover .dfzy-case-list-cover {
    border-color: #b63e03;
}

.dfzy-case-list .dfzy-case-list-content:hover .dfzy-case-list-intro {
    opacity: 1;
}

.dfzy-case-list .dfzy-case-list-content:hover .dfzy-case-list-intro-title {
    color: #fff;
}

.dfzy-case-list .dfzy-case-list-content:hover .dfzy-case-list-adorn > span:before {
    width: 100%;
    opacity: 1;
    left: -80%;
}

.dfzy-case-list .dfzy-case-list-content:hover .dfzy-case-list-adorn > span:after {
    width: 100%;
    opacity: 1;
    left: 80%;
}

@media screen and (max-width: 1200px) {
    .dfzy-case-list .dfzy-case-list-wrap {
        margin: -24px 0 0 -24px;
    }

    .dfzy-case-list .dfzy-case-list-item {
        padding: 24px 0 0 24px;
    }

    .dfzy-case-list .dfzy-case-list-intro {
        padding: 8px 0;
    }

    .dfzy-case-list .dfzy-case-list-intro-title {
        font-size: 16px;
    }

    .dfzy-case-list .dfzy-case-list-intro-link {
        line-height: 32px;
        padding: 0 16px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-case-list .dfzy-case-list-wrap {
        margin: -16px 0 0 -16px;
    }

    .dfzy-case-list .dfzy-case-list-item {
        width: 50%;
        padding: 16px 0 0 16px;
    }

    .dfzy-case-list .dfzy-case-list-intro {
        padding: 4px 0;
        position: static;
        opacity: 1;
        background-image: none;
        background-color: transparent;
    }

    .dfzy-case-list .dfzy-case-list-intro-title {
        font-size: 14px;
        margin-bottom: 0;
        color: #333333;
    }

    .dfzy-case-list .dfzy-case-list-intro-link {
        display: none;
    }

    .dfzy-case-list .dfzy-case-list-adorn {
        display: none;
    }

    .dfzy-case-list .dfzy-case-list-content:hover .dfzy-case-list-intro-title {
        color: #b63e03;
    }
}

/*!- dfzy-case-list end -*/
/*!- dfzy-contact-meta begin -*/
.dfzy-contact-meta .dfzy-contact-meta-wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32px;
    background-color: #b63e03;
}

.dfzy-contact-meta .dfzy-contact-meta-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 32px;
    text-align: center;
    color: #fff;
}

.dfzy-contact-meta .dfzy-contact-meta-list {
    margin: -32px 0 0 -32px;
}

.dfzy-contact-meta .dfzy-contact-meta-list:before, .dfzy-contact-meta .dfzy-contact-meta-list:after {
    display: table;
    content: "";
    width: 100%;
}

.dfzy-contact-meta .dfzy-contact-meta-list:after {
    clear: both;
}

.dfzy-contact-meta .dfzy-contact-meta-item {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 0 0 32px;
}

.dfzy-contact-meta .dfzy-contact-meta-icon {
    height: 26px;
    line-height: 1;
    font-size: 26px;
    color: #fff;
    float: left;
    margin-right: 10px;
}

.dfzy-contact-meta .dfzy-contact-meta-icon > i {
    font-size: 26px;
}

.dfzy-contact-meta .dfzy-contact-meta-label {
    font-size: 20px;
    line-height: 1.576;
    text-transform: uppercase;
    color: #fff;
    float: left;
    margin-right: 10px;
}

.dfzy-contact-meta .dfzy-contact-meta-value {
    font-size: 14px;
    line-height: 2;
    color: #fff;
    word-wrap: break-word;
    float: left;
}

@media screen and (max-width: 1200px) {
    .dfzy-contact-meta .dfzy-contact-meta-wrap {
        padding: 24px;
    }

    .dfzy-contact-meta .dfzy-contact-meta-title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .dfzy-contact-meta .dfzy-contact-meta-list {
        margin: -24px 0 0 -24px;
    }

    .dfzy-contact-meta .dfzy-contact-meta-item {
        padding: 24px 0 0 24px;
    }

    .dfzy-contact-meta .dfzy-contact-meta-icon {
        height: 32px;
        font-size: 32px;
    }

    .dfzy-contact-meta .dfzy-contact-meta-label {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-contact-meta .dfzy-contact-meta-wrap {
        padding: 16px;
    }

    .dfzy-contact-meta .dfzy-contact-meta-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .dfzy-contact-meta .dfzy-contact-meta-list {
        margin: -16px 0 0 -16px;
    }

    .dfzy-contact-meta .dfzy-contact-meta-item {
        padding: 16px 0 0 16px;
    }

    .dfzy-contact-meta .dfzy-contact-meta-icon {
        height: 28px;
        font-size: 28px;
    }

    .dfzy-contact-meta .dfzy-contact-meta-label {
        font-size: 16px;
    }
}

/*!- dfzy-contact-meta end -*/
/*!- dfzy-contact-user begin -*/
.dfzy-contact-user .dfzy-contact-user-wrap {
    padding-top: 32px;
}

.dfzy-contact-user .dfzy-contact-user-list {
    margin: -32px 0 0 -32px;
}

.dfzy-contact-user .dfzy-contact-user-list:before, .dfzy-contact-user .dfzy-contact-user-list:after {
    display: table;
    content: "";
    width: 100%;
}

.dfzy-contact-user .dfzy-contact-user-list:after {
    clear: both;
}

.dfzy-contact-user .dfzy-contact-user-item {
    float: left;
    width: 50%;
    padding: 32px 0 0 32px;
}

.dfzy-contact-user .dfzy-contact-user-item > dl {
    padding: 24px;
    border: 1px solid #f0f0f0;
    height: 0;
    padding-bottom: 60%;
    position: relative;
}

.dfzy-contact-user .dfzy-contact-user-item > dl > dt {
    font-size: 20px;
    line-height: 1.576;
    margin-bottom: 12px;
    color: #b63e03;
}

.dfzy-contact-user .dfzy-contact-user-item > dl > dd {
    font-size: 16px;
    line-height: 1.576;
    color: #666666;
    margin-bottom: 8px;
    word-wrap: break-word;
}

@media screen and (max-width: 1200px) {
    .dfzy-contact-user .dfzy-contact-user-wrap {
        padding-top: 24px;
    }

    .dfzy-contact-user .dfzy-contact-user-list {
        margin: -24px 0 0 -24px;
    }

    .dfzy-contact-user .dfzy-contact-user-item {
        padding: 24px 0 0 24px;
    }

    .dfzy-contact-user .dfzy-contact-user-item > dl {
        padding: 16px;
        height: auto;
    }

    .dfzy-contact-user .dfzy-contact-user-item > dl > dt {
        font-size: 18px;
    }

    .dfzy-contact-user .dfzy-contact-user-item > dl > dd {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-contact-user .dfzy-contact-user-wrap {
        padding-top: 16px;
    }

    .dfzy-contact-user .dfzy-contact-user-list {
        margin: -16px 0 0 -16px;
    }

    .dfzy-contact-user .dfzy-contact-user-item {
        width: 100%;
        padding: 16px 0 0 16px;
    }

    .dfzy-contact-user .dfzy-contact-user-item > dl > dt {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .dfzy-contact-user .dfzy-contact-user-item > dl > dd {
        margin-bottom: 4px;
    }
}

/*!- dfzy-contact-user end -*/
/*!- dfzy-anchor begin -*/
.dfzy-anchor {
    position: -webkit-sticky;
    position: sticky;
    z-index: 200;
    top: 92px;
    width: 100%;
    background-color: #fff;
}

.dfzy-anchor .dfzy-anchor-wrap {
    border-bottom: 1px solid #d9d9d9;
}

.dfzy-anchor .dfzy-anchor-list {
    font-size: 0;
    margin: 0 0 0 -24px;
    white-space: nowrap;
    overflow: auto hidden;
}

.dfzy-anchor .dfzy-anchor-list.center {
    text-align: center;
}

.dfzy-anchor .dfzy-anchor-list.right {
    text-align: right;
}

.dfzy-anchor .dfzy-anchor-item {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    padding: 0 16px;
    margin: 0 0 0 24px;
    color: #333333;
    transition: color .5s;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
}

.dfzy-anchor .dfzy-anchor-item:hover {
    color: #b63e03;
}

.dfzy-anchor .dfzy-anchor-item.active {
    color: #b63e03;
    border-color: #b63e03;
}

@media screen and (max-width: 1200px) {
    .dfzy-anchor {
        top: 58px;
    }

    .dfzy-anchor .dfzy-anchor-list {
        margin: 0 0 0 -16px;
    }

    .dfzy-anchor .dfzy-anchor-item {
        height: 50px;
        line-height: 50px;
        padding: 0 12px;
        margin: 0 0 0 16px;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-anchor .dfzy-anchor-list {
        margin: 0 0 0 -8px;
    }

    .dfzy-anchor .dfzy-anchor-item {
        height: 40px;
        line-height: 40px;
        padding: 0 8px;
        margin: 0 0 0 8px;
    }
}

/*!- dfzy-anchor end -*/
/*!- dfzy-video begin -*/
.dfzy-video {
    display: block;
}

.dfzy-video .dfzy-video-intro .video-intro-text {
    font-size: 24px;
    margin-top: 24px;
}

.dfzy-video .dfzy-video-cover {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 33.33%;
}

.dfzy-video .dfzy-video-cover .video-cover-mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.dfzy-video:hover .dfzy-video-intro:before {
    left: -15px;
    top: -15px;
}

.dfzy-video:hover .dfzy-video-intro:after {
    right: -15px;
    bottom: -15px;
}

.dfzy-video:hover .video-intro-text span {
    color: #b63e03;
}

.dfzy-video .dfzy-video-cover-wrap {
    width: 100%;
    height: 0;
    display: block;
    position: relative;
    padding-bottom: 33.33%;
}

.dfzy-video .dfzy-video-cover-wrap > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.dfzy-video .dfzy-video-cover-wrap > div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.dfzy-video .dfzy-video-intro {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 240px;
    text-align: center;
    padding: 32px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dfzy-video .dfzy-video-intro:before, .dfzy-video .dfzy-video-intro:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-style: solid;
    border-color: #fff;
    position: absolute;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.dfzy-video .dfzy-video-intro:before {
    border-width: 5px 0 0 5px;
    left: 0;
    top: 0;
}

.dfzy-video .dfzy-video-intro:after {
    border-width: 0 5px 5px 0;
    right: 0;
    bottom: 0;
}

.dfzy-video .dfzy-video-intro-play {
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    line-height: 1;
    text-align: center;
    font-size: 64px;
    transition: color .5s;
    color: #fff;
}

.dfzy-video .dfzy-video-intro-play > i {
    font-size: inherit;
}

.dfzy-video .dfzy-video-wrap {
    display: block;
    position: relative;
    cursor: pointer;
}

.dfzy-video .dfzy-video-wrap:hover .dfzy-video-intro-play {
    color: #EE922B;
}

@media screen and (max-width: 1200px) {
    .dfzy-video .dfzy-video-intro-play {
        width: 48px;
        height: 48px;
        font-size: 48px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-video .dfzy-video-cover {
        padding-bottom: 50%;
    }

    .dfzy-video .dfzy-video-cover-wrap {
        padding-bottom: 50%;
    }

    .dfzy-video .dfzy-video-cover-wrap > div {
        background-attachment: inherit;
    }

    .dfzy-video .dfzy-video-intro-play {
        width: 32px;
        height: 32px;
        font-size: 32px;
    }

    .dfzy-video .dfzy-video-intro {
        min-width: 300px;
    }

    .dfzy-video .dfzy-video-intro .video-intro-text {
        font-size: 16px;
        margin-top: 14px;
    }
}

/*!- dfzy-video end -*/
/*!- dfzy-cert begin -*/
.dfzy-cert .dfzy-cert-content {
    position: relative;
}

.dfzy-cert .dfzy-cert-cover {
    background-color: whitesmoke;
    overflow: hidden;
    transition: background-color .5s;
}

.dfzy-cert .dfzy-cert-cover-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.dfzy-cert .dfzy-cert-cover-wrap > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all .5s;
}

.dfzy-cert .dfzy-cert-item {
    display: block;
}

.dfzy-cert .dfzy-cert-item:hover .dfzy-cert-cover {
    background-color: #dddddd;
}

.dfzy-cert .swiper-button-prev {
    left: -20px;
}

.dfzy-cert .swiper-button-next {
    right: -20px;
}

@media screen and (max-width: 1200px) {
    .dfzy-cert .swiper-button-prev {
        width: 32px;
        height: 32px;
        left: -16px;
        margin-top: -16px;
    }

    .dfzy-cert .swiper-button-next {
        width: 32px;
        height: 32px;
        right: -16px;
        margin-top: -16px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-cert .swiper-button-prev {
        left: 16px;
    }

    .dfzy-cert .swiper-button-next {
        right: 16px;
    }
}

/*!- dfzy-cert end -*/
/*!- dfzy-cert-list begin -*/
.dfzy-cert-list .dfzy-cert-list-wrap {
    margin: -32px 0 0 -32px;
}

.dfzy-cert-list .dfzy-cert-list-wrap:before, .dfzy-cert-list .dfzy-cert-list-wrap:after {
    display: table;
    content: "";
    width: 100%;
}

.dfzy-cert-list .dfzy-cert-list-wrap:after {
    clear: both;
}

.dfzy-cert-list .dfzy-cert-list-item {
    display: block;
    float: left;
    width: 20%;
    padding: 32px 0 0 32px;
}

.dfzy-cert-list .dfzy-cert-list-cover {
    overflow: hidden;
    background-color: whitesmoke;
    transition: background-color .5s;
}

.dfzy-cert-list .dfzy-cert-list-cover-wrap {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
}

.dfzy-cert-list .dfzy-cert-list-cover-wrap > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-position: center;
    object-fit: contain;
}

.dfzy-cert-list .dfzy-cert-list-intro {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0;
    text-align: center;
    color: #333333;
    transition: color .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dfzy-cert-list .dfzy-cert-list-content:hover .dfzy-cert-list-cover {
    background-color: #dddddd;
}

.dfzy-cert-list .dfzy-cert-list-content:hover .dfzy-cert-list-intro {
    color: #b63e03;
}

@media screen and (max-width: 1200px) {
    .dfzy-cert-list .dfzy-cert-list-wrap {
        margin: -24px 0 0 -24px;
    }

    .dfzy-cert-list .dfzy-cert-list-item {
        width: 33.33%;
        padding: 24px 0 0 24px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-cert-list .dfzy-cert-list-wrap {
        margin: -16px 0 0 -16px;
    }

    .dfzy-cert-list .dfzy-cert-list-item {
        width: 50%;
        padding: 16px 0 0 16px;
    }
}

/*!- dfzy-cert-list end -*/
/*!- dfzy-time-axis begin -*/
.dfzy-time-axis {
    background-color: #f9f9f9;
}

.dfzy-time-axis .dfzy-time-axis-wrap {
    padding: 64px 0;
}

.dfzy-time-axis .dfzy-time-axis-item {
    position: relative;
    width: 100%;
    height: 208px;
    text-align: center;
}

.dfzy-time-axis .dfzy-time-axis-title {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 50%;
    width: 100%;
    max-height: 50%;
    font-size: 24px;
    line-height: 24px;
    padding: 16px 16px 64px;
    color: #b63e03;
}

.dfzy-time-axis .dfzy-time-axis-title:before {
    display: block;
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #EE922B;
}

.dfzy-time-axis .dfzy-time-axis-title:after {
    display: block;
    content: '';
    position: absolute;
    width: 2px;
    height: 24px;
    background-color: #EE922B;
    bottom: 24px;
    left: 50%;
    margin-left: -1px;
    border-radius: 1px;
}

.dfzy-time-axis .dfzy-time-axis-desc {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 100%;
    max-height: 50%;
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
    color: #333333;
    border-top: 1px solid #d9d9d9;
}

.dfzy-time-axis .dfzy-time-axis-desc > span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    -webkit-line-clamp: 3;
}

.dfzy-time-axis .swiper-slide:nth-child(even) .dfzy-time-axis-title {
    bottom: auto;
    top: 50%;
    padding: 64px 16px 16px;
    border-top: 1px solid #d9d9d9;
}

.dfzy-time-axis .swiper-slide:nth-child(even) .dfzy-time-axis-title:before {
    bottom: auto;
    top: -3px;
}

.dfzy-time-axis .swiper-slide:nth-child(even) .dfzy-time-axis-title:after {
    bottom: auto;
    top: 24px;
}

.dfzy-time-axis .swiper-slide:nth-child(even) .dfzy-time-axis-desc {
    top: auto;
    bottom: 50%;
    border-top: 0;
}

.dfzy-time-axis .swiper-button-prev {
    left: -14px;
    background-color: transparent;
    color: #b63e03;
    opacity: 1;
    outline: none;
}

.dfzy-time-axis .swiper-button-next {
    right: -14px;
    background-color: transparent;
    color: #EE922B;
    opacity: 1;
    outline: none;
}

@media screen and (max-width: 1200px) {
    .dfzy-time-axis .dfzy-time-axis-wrap {
        padding: 32px 0;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-time-axis .dfzy-time-axis-wrap {
        padding: 24px 0;
    }
    .youran_box{
        padding:15px 10px;
    }
    .comments_header{
        margin-bottom: 10px;
    }
    .comment_content{
        margin-bottom:20px;
        padding: 7px 12px;
    }
}

/*!- dfzy-time-axis end -*/
/*!- dfzy-report begin -*/
.dfzy-report .dfzy-report-content {
    display: flex;
}

.dfzy-report .dfzy-report-cover {
    flex: auto;
    width: 50%;
    overflow: hidden;
    background-color: #dddddd;
}

.dfzy-report .dfzy-report-cover-wrap {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 75%;
}

.dfzy-report .dfzy-report-cover-wrap > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-position: center;
    object-fit: cover;
}

.dfzy-report .dfzy-report-intro {
    flex: auto;
    width: 50%;
    background-color: #fafafa;
}

.dfzy-report .dfzy-report-intro-wrap {
    max-width: 720px;
    padding: 64px 32px;
    line-height: 1.576;
    font-size: 16px;
    text-align: justify;
    color: #333333;
}

.dfzy-report .dfzy-report-intro-wrap > p {
    margin-bottom: 20px;
}

.dfzy-report .dfzy-report-item:nth-child(even) .dfzy-report-cover {
    order: 2;
}

.dfzy-report .dfzy-report-item:nth-child(even) .dfzy-report-intro {
    order: 1;
}

.dfzy-report .dfzy-report-item:nth-child(even) .dfzy-report-intro-wrap {
    margin: 0 0 0 auto;
}

@media screen and (max-width: 1200px) {
    .dfzy-report .dfzy-report-content {
        flex-direction: column;
    }

    .dfzy-report .dfzy-report-cover {
        width: 100%;
    }

    .dfzy-report .dfzy-report-cover-wrap {
        padding-bottom: 75%;
        min-height: auto;
        height: 0;
    }

    .dfzy-report .dfzy-report-intro {
        width: 100%;
    }

    .dfzy-report .dfzy-report-intro-wrap {
        max-width: none;
        padding: 24px 24px;
        font-size: 16px;
    }

    .dfzy-report .dfzy-report-intro-wrap > p {
        margin-bottom: 20px;
    }

    .dfzy-report .dfzy-report-item:nth-child(even) .dfzy-report-cover {
        order: 1;
    }

    .dfzy-report .dfzy-report-item:nth-child(even) .dfzy-report-intro {
        order: 2;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-report .dfzy-report-intro-wrap {
        max-width: none;
        text-align: left;
        font-size: 14px;
        padding: 16px 16px;
    }
}

/*!- dfzy-report end -*/
/*!- dfzy-support begin -*/
.dfzy-support {
    pointer-events: none;
    user-select: none;
}

.dfzy-support .dfzy-support-list {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -20px;
}

.dfzy-support .dfzy-support-item {
    display: block;
    flex: none;
    width: 25%;
    padding: 20px 0 0 20px;
}

.dfzy-support .dfzy-support-content {
    padding: 48px 32px;
    background-color: #b63e03;
}

.dfzy-support .dfzy-support-icon {
    margin-bottom: 20px;
}

.dfzy-support .dfzy-support-icon > img {
    display: block;
    margin: 0 auto;
    width: 86px;
    height: 86px;
    object-position: center;
    object-fit: contain;
}

.dfzy-support .dfzy-support-title {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
    color: #fff;
}

.dfzy-support .dfzy-support-desc {
    font-size: 16px;
    text-align: justify;
    color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 1200px) {
    .dfzy-support .dfzy-support-item {
        width: 50%;
    }

    .dfzy-support .dfzy-support-content {
        padding: 32px 24px;
    }

    .dfzy-support .dfzy-support-icon {
        margin-bottom: 12px;
    }

    .dfzy-support .dfzy-support-icon > img {
        width: 64px;
        height: 64px;
    }

    .dfzy-support .dfzy-support-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .dfzy-support .dfzy-support-desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-support .dfzy-support-item {
        width: 100%;
    }

    .dfzy-support .dfzy-support-content {
        padding: 24px 16px;
    }

    .dfzy-support .dfzy-support-icon {
        margin-bottom: 8px;
    }

    .dfzy-support .dfzy-support-icon > img {
        width: 48px;
        height: 48px;
    }

    .dfzy-support .dfzy-support-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .dfzy-support .dfzy-support-desc {
        font-size: 14px;
    }
}

/*!- dfzy-support end -*/
/*!- dfzy-product-detail begin -*/


.dfzy-product-detail .dfzy-product-detail-preview {
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
}

.dfzy-product-detail .dfzy-product-detail-preview-item {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.dfzy-product-detail .dfzy-product-detail-preview-item > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.dfzy-product-detail .dfzy-product-detail-thumb-item {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    cursor: pointer;
    border: 1px solid #d9d9d9;
}

.dfzy-product-detail .dfzy-product-detail-thumb-item:after {
    display: none;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #EE922B;
}

.dfzy-product-detail .dfzy-product-detail-thumb-item > img {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.dfzy-product-detail .swiper-slide-thumb-active .dfzy-product-detail-thumb-item:after {
    display: block;
}

.dfzy-product-detail .dfzy-product-detail-anchor {
    position: -webkit-sticky;
    position: sticky;
    top: 92px;
    z-index: 9;
    width: 100%;
    border: 1px solid #d9d9d9;
    background-color: whitesmoke;
}

.dfzy-product-detail .dfzy-product-detail-anchor-list {
    display: block;
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
}

.dfzy-product-detail .dfzy-product-detail-anchor-item {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 50px;
    padding: 0;
    color: #333333;
    margin-left: -1px;
    cursor: pointer;
    transition: all .5s;
    text-align: center;
    width:25%;
}

.dfzy-product-detail .dfzy-product-detail-anchor-item:first-child {
    margin-left: 0;
}

.dfzy-product-detail .dfzy-product-detail-anchor-item:hover {
    background-color: #dddddd;
}

.dfzy-product-detail .dfzy-product-detail-anchor-item.active {
    border-color: #b63e03;
    color: #fff;
    background-color: #b63e03;
}

.dfzy-product-detail .dfzy-product-detail-card {
    display: none;
}

.dfzy-product-detail .dfzy-product-detail-card.active {
    display: block;
}

.dfzy-product-detail .dfzy-product-detail-container {
    display: block;
    border: 1px solid #d9d9d9;
    margin-top: -1px;
    padding: 32px;
}

@media screen and (max-width: 1200px) {
    .dfzy-product-detail .dfzy-page-header .dfzy-page-header-title {
        font-size: 18px;
        text-transform: lowercase;
    }

    .dfzy-product-detail .dfzy-product-detail-gallery {
        margin-bottom: 24px;
    }

    .dfzy-product-detail .dfzy-product-detail-preview {
        margin-bottom: 24px;
    }

    .dfzy-product-detail .dfzy-product-detail-anchor {
        top: 58px;
    }

    .dfzy-product-detail .dfzy-product-detail-anchor-item {
        font-size: 16px;
        line-height: 42px;
        padding: 0 16px;
    }

    .dfzy-product-detail .dfzy-product-detail-container {
        padding: 24px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-product-detail .dfzy-product-detail-gallery {
        margin-bottom: 16px;
    }

    .dfzy-product-detail .dfzy-product-detail-preview {
        margin-bottom: 16px;
    }

    .dfzy-product-detail .dfzy-product-detail-anchor-item {
        font-size: 15px;
        line-height: 36px;
        padding: 0 12px;
    }

    .dfzy-product-detail .dfzy-product-detail-container {
        padding: 16px;
    }
}

/*!- dfzy-product-detail end -*/
/*!- dfzy-product-widget begin -*/
.dfzy-product-widget .dfzy-product-widget-title {
    display: block;
    line-height: 1.576;
    font-size: 18px;
    background-color: whitesmoke;
    padding: 24px 32px;
    margin-bottom: 32px;
    color: #b63e03;
}

.dfzy-product-widget .dfzy-product-widget-title > span {
    display: block;
    border-left: 4px solid #b63e03;
    padding: 0 16px;
}

.dfzy-product-widget .dfzy-product-widget-list {
    margin: -32px 0 0 -32px;
}

.dfzy-product-widget .dfzy-product-widget-list:before, .dfzy-product-widget .dfzy-product-widget-list:after {
    display: table;
    content: "";
    width: 100%;
}

.dfzy-product-widget .dfzy-product-widget-list:after {
    clear: both;
}

.dfzy-product-widget .dfzy-product-widget-item {
    display: block;
    width: 25%;
    float: left;
    padding: 32px 0 0 32px;
}

.dfzy-product-widget .dfzy-product-widget-cover {
    overflow: hidden;
    transition: background-color .5s;
    background-color: #fff;
}

.dfzy-product-widget .dfzy-product-widget-cover-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 150%;
    opacity: 1;
    transition: opacity .5s;
}

.dfzy-product-widget .dfzy-product-widget-cover-wrap > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    object-fit: contain;
    object-position: center;
}

.dfzy-product-widget .dfzy-product-widget-intro {
    font-size: 16px;
    line-height: 1.576;
    padding: 16px 0;
    text-align: center;
    transition: color .5s;
    color: #333333;
    height:70px;
    overflow: hidden;
}

.dfzy-product-widget .dfzy-product-widget-content {
    display: block;
    border: 1px solid #d9d9d9;
    transition: border .5s;
}

.dfzy-product-widget .dfzy-product-widget-content:hover {
    border-color: #b63e03;
}

.dfzy-product-widget .dfzy-product-widget-content:hover .dfzy-product-widget-cover-wrap {
    opacity: .5;
}

.dfzy-product-widget .dfzy-product-widget-content:hover .dfzy-product-widget-intro {
    color: #b63e03;
}

@media screen and (max-width: 1200px) {
    .dfzy-product-widget .dfzy-product-widget-title {
        font-size: 18px;
        padding: 16px 24px;
        margin-bottom: 24px;
    }

    .dfzy-product-widget .dfzy-product-widget-title > span {
        padding: 0 12px;
    }

    .dfzy-product-widget .dfzy-product-widget-list {
        margin: -24px 0 0 -24px;
    }

    .dfzy-product-widget .dfzy-product-widget-item {
        width: 33.33%;
        padding: 24px 0 0 24px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-product-widget .dfzy-product-widget-title {
        font-size: 18px;
        padding: 8px 16px;
        margin-bottom: 16px;
    }

    .dfzy-product-widget .dfzy-product-widget-title > span {
        padding: 0 8px;
    }

    .dfzy-product-widget .dfzy-product-widget-list {
        margin: -16px 0 0 -16px;
    }

    .dfzy-product-widget .dfzy-product-widget-item {
        width: 50%;
        padding: 16px 0 0 16px;
    }
}

/*!- dfzy-product-widget end -*/
/*!- dfzy-faq-list begin -*/
.dfzy-faq-list .dfzy-faq-list-item {
    padding: 24px 0 24px 12px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.dfzy-faq-list .dfzy-faq-list-num {
    position: absolute;
    display: block;
    top: 2px;
    font-weight: bolder;
    left: 0;
    font-size: 36px;
    color: #fce9d5;
    z-index: -1;
}

.dfzy-faq-list .dfzy-faq-list-q {
    font-size: 18px;
    line-height: 1.576;
    text-shadow: 0 0 2px #fff;
    color: #333333;
}

.dfzy-faq-list .dfzy-faq-list-a {
    font-size: 16px;
    line-height: 1.576;
    color: #666666;
    word-wrap: break-word;
}

@media screen and (max-width: 1200px) {
    .dfzy-faq-list .dfzy-faq-list-item {
        padding: 20px 0 20px 10px;
    }

    .dfzy-faq-list .dfzy-faq-list-num {
        top: 2px;
        font-size: 32px;
    }

    .dfzy-faq-list .dfzy-faq-list-q {
        font-size: 18px;
    }

    .dfzy-faq-list .dfzy-faq-list-a {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-faq-list .dfzy-faq-list-item {
        padding: 16px 0 16px 8px;
    }

    .dfzy-faq-list .dfzy-faq-list-num {
        font-size: 28px;
    }

    .dfzy-faq-list .dfzy-faq-list-q {
        font-size: 16px;
    }

    .dfzy-faq-list .dfzy-faq-list-a {
        font-size: 14px;
    }
}

/*!- dfzy-faq-list end -*/
/*!- dfzy-sitemap begin -*/
.dfzy-sitemap .dfzy-sitemap-item {
    display: block;
    border: 1px solid #f0f0f0;
}

.dfzy-sitemap .dfzy-sitemap-item > h3 {
    display: block;
    font-size: 20px;
    line-height: 1.576;
    padding: 16px 24px;
    font-weight: normal;
    color: #333333;
    background-color: whitesmoke;
    border-bottom: 1px solid #f0f0f0;
}

.dfzy-sitemap .dfzy-sitemap-item > dl {
    padding: 16px 0;
}

.dfzy-sitemap .dfzy-sitemap-item > dl:before, .dfzy-sitemap .dfzy-sitemap-item > dl:after {
    display: table;
    content: "";
    width: 100%;
}

.dfzy-sitemap .dfzy-sitemap-item > dl:after {
    clear: both;
}

.dfzy-sitemap .dfzy-sitemap-item > dl > dt {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1.576;
    padding: 4px 24px;
}

.dfzy-sitemap .dfzy-sitemap-item > dl > dt > a {
    color: #333333;
}

.dfzy-sitemap .dfzy-sitemap-item > dl > dt > a:hover {
    color: #b63e03;
}

.dfzy-sitemap .dfzy-sitemap-item > dl > dd {
    display: block;
    width: 20%;
    float: left;
    font-size: 16px;
    line-height: 1.576;
    padding: 4px 24px;
    color: #666666;
}

.dfzy-sitemap .dfzy-sitemap-item > dl > dd > a {
    color: #666666;
}

.dfzy-sitemap .dfzy-sitemap-item > dl > dd > a:hover {
    color: #b63e03;
}

@media screen and (max-width: 1200px) {
    .dfzy-sitemap .dfzy-sitemap-item > h3 {
        font-size: 18px;
        padding: 12px 20px;
    }

    .dfzy-sitemap .dfzy-sitemap-item > dl {
        padding: 12px 0;
    }

    .dfzy-sitemap .dfzy-sitemap-item > dl > dt {
        font-size: 16px;
        padding: 2px 20px;
    }

    .dfzy-sitemap .dfzy-sitemap-item > dl > dd {
        width: 25%;
        font-size: 14px;
        padding: 2px 20px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-inner-backing .dfzy-inner-backing-wrap {
        padding-bottom: 35%;
    }
    .dfzy-sitemap .dfzy-sitemap-item > h3 {
        padding: 8px 16px;
    }

    .dfzy-sitemap .dfzy-sitemap-item > dl {
        padding: 8px 0;
    }

    .dfzy-sitemap .dfzy-sitemap-item > dl > dt {
        padding: 0 16px;
    }

    .dfzy-sitemap .dfzy-sitemap-item > dl > dd {
        width: 50%;
        padding: 0 16px;
    }
}

/*!- dfzy-sitemap end -*/
/*!- dfzy-advantage -*/
.dfzy-advantage .dfzy-advantage-list:before, .dfzy-advantage .dfzy-advantage-list:after {
    display: table;
    content: "";
    width: 100%;
}

.dfzy-advantage .dfzy-advantage-list:after {
    clear: both;
}

.dfzy-advantage .dfzy-advantage-item {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    padding: 27px 16px;
}

.dfzy-advantage .dfzy-advantage-item:nth-child(2), .dfzy-advantage .dfzy-advantage-item:nth-child(3) {
    background-color: #fffaf4;
}

.dfzy-advantage .dfzy-advantage-icon > img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 80px;
}

.dfzy-advantage .dfzy-advantage-title {
    font-size: 24px;
    line-height: 1.576;
    color: #333333;
    margin-top: 20px;
}

.dfzy-advantage .dfzy-advantage-desc {
    font-size: 16px;
    line-height: 1.576;
    color: #666666;
}

@media screen and (max-width: 1200px) {
    .dfzy-advantage .dfzy-advantage-item {
        padding: 24px 12px;
    }

    .dfzy-advantage .dfzy-advantage-icon > img {
        height: 48px;
    }

    .dfzy-advantage .dfzy-advantage-title {
        font-size: 16px;
    }

    .dfzy-advantage .dfzy-advantage-desc {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-advantage .dfzy-advantage-item {
        padding: 5px;
    }

    .dfzy-advantage .dfzy-advantage-icon > img {
        height: 32px;
    }

    .dfzy-advantage .dfzy-advantage-title {
        margin-top: 0;
    }
}

/*!- dfzy-advantage -*/
/*!- dfzy-tags begin -*/
.dfzy-tags .dfzy-tags-list {
    display: block;
    margin: -16px 0 0 -16px;
    font-size: 0;
    line-height: 1;
    text-align: center;
}

.dfzy-tags .dfzy-tags-item {
    max-width: 33.33%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 16px 0 0 16px;
    font-size: 16px;
    line-height: 40px;
    padding: 0 32px;
    color: #333333;
    background-color: whitesmoke;
    transition: background-color .5s;
}

.dfzy-tags .dfzy-tags-item:hover {
    background-color: #dddddd;
}

.dfzy-tags .dfzy-tags-item.active {
    background-color: #b63e03;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .dfzy-tags .dfzy-tags-list {
        margin: -12px 0 0 -12px;
    }

    .dfzy-tags .dfzy-tags-item {
        margin: 12px 0 0 12px;
        font-size: 14px;
        line-height: 36px;
        padding: 0 24px;
    }
}

@media screen and (max-width: 768px) {
    .dfzy-tags .dfzy-tags-list {
        margin: -8px 0 0 0;
    }
    .not_title{
       border:0;
        height:auto;
    }
    .not_title span{
        display:none;
    }

    .dfzy-tags .dfzy-tags-item {
        margin: 5px 0.5%;
        font-size: 15px;
        line-height: 37px;
        padding: 0 16px;
        text-align: center;
        width: 49%;
        max-width: 50%;
    }
}

/*!- dfzy-tags end -*/
/*!- dfzy-ie-tips begin -*/
.dfzy-ie-tips {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    z-index: 996;
    background-color: #b63e03;
    color: #fff;
    line-height: 1.576;
    padding: 8px;
    text-align: center;
}

.dfzy-ie-tips.is-ie {
    display: block;
}

@media screen and (max-width: 1200px) {
    .dfzy-ie-tips {
        display: none;
    }
}

/*!- dfzy-ie-tips end -*/

/*# sourceMappingURL=style.css.map */
