body {font-size: 14px}
a {color: #333}
a:hover {color: #333}

@media (min-width: 1024px) {
    body {min-width: 1200px;}
    .dyui-container,.container {min-width: 1200px !important;}
    @media (min-width: 1320px) {
        body,.container, .dyui-container {
            min-width: 1320px !important;
        }
    }
}


.btn-outline-dark {border-color: #000 !important; color: #000; font-size: 15px;}
.btn-outline-dark:hover {background-color: #000 !important;}

.fs-50 {font-size: 50px;}
.text-primary {color: #3F1E09 !important;}
.hover-text-primary:hover {color: #3F1E09 !important;}
.rounded-20 {border-radius: 20px!important;}
.py-15 {padding: 150px 0;}

.bg-dark {background-color: #000 !important;}
.bg-light {background-color: #FAFAFA !important;}

@media screen and (max-width: 767px) {
    .bg-light {background-color: #f5f5f5 !important}
    .btn-outline-dark {font-size: 12px !important;}
}

.dyui-header {background-color: #fff; box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1); z-index: 99}
.dyui-header .navbar {padding: 10px 0}
.dyui-header .logo {height: 60px}
/*导航开始*/
.dyui-header .dyui-nav {padding: 0;}
.dyui-header .dyui-nav li a.c1 {color: #999; padding: 0 30px; min-width: 120px; height: 95px; line-height: 95px; text-align: center; display: block; font-size: 16px; font-family: siyuan_bold; font-weight: 600}
.dyui-header .dyui-nav li a.c1:hover {color: #000}
.dyui-header .dyui-nav li a.dropdown-toggle::after {width: 8px; height: 8px; margin-top: 18px; margin-left: 6px; float: right; border-top:none; border-left:none; border-right: 1px solid #808080; border-bottom: 1px solid #808080; -webkit-transform: rotate(45deg); display: none}
.dyui-header .dyui-nav li.active a.c1 {color: #000;}
.dyui-header .dyui-nav li.open .dropdown-menu {display: block; border: none; border-radius: 0; min-width: 120px}
.dyui-header .dyui-nav li.open .dropdown-menu li a {text-align: center; font-size: 14px}
.dyui-header .dyui-nav li.open .dropdown-menu li a:hover {background-color: #DDDDDD}

.dyui-header .dyui-nav li.item-product {position: initial;}
.dyui-header .dyui-nav li.item-product .dropdown-menu {left:0; right:0; border: none; padding: 20px; border-top: solid 1px #eee;}
.dyui-header .dyui-nav li.item-product .dropdown-menu .menu-tabs {display: flex; }
.dyui-header .dyui-nav li.item-product .dropdown-menu .menu-tabs .nav {width: 200px; flex-shrink: 0; flex-direction: column}
.dyui-header .dyui-nav li.item-product .dropdown-menu .menu-tabs .nav li {padding: 10px 0;}
.dyui-header .dyui-nav li.item-product .dropdown-menu .menu-tabs .nav li a {border-left:solid 3px #FFF; display: block; text-align: left; padding: 0 20px; font-size: 16px}
.dyui-header .dyui-nav li.item-product .dropdown-menu .menu-tabs .nav li a.active {border-left:solid 3px #FF6D1C;}
.dyui-header .dyui-nav li.item-product .dropdown-menu .menu-tabs .nav li a:hover {border-left:solid 3px #FF6D1C; color: #000; background: none; font-weight: bold}
.dyui-header .dyui-nav li.item-product .dropdown-menu .menu-tabs .product-list li .box:hover {background-color:#F3F3F3;}
.dyui-header .dyui-nav li.item-product .dropdown-menu .menu-tabs .tab-content {border-left:solid 1px #eee; padding-left: 20px; box-sizing: border-box}

.navbar-toggler-icon i {color: #fff}
.dyui-nav .navbar-brand img {height: 40px}
.dyui-nav .form-inline .form-control {border-radius: 3px 0 0 3px; border: none}
.dyui-nav .form-inline .btn {border: solid 1px #98C30F; border-radius: 0 3px 3px 0; background-color: #98C30F; color: #fff}

.dyui-header .btn-search {border: solid 1px #fff; padding: 5px 10px; border-radius: 5px;}
.dyui-header .btn-search:hover {border: solid 1px #eee}
.dyui-header .btn-search i {color: #000; font-size: 18px}
.dyui-header .search-collapse {position: absolute; left: 0; right: 0; border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; padding: 20px 0}
.dyui-header .search-collapse .form-control {border: solid 1px #eee; padding: 10px 20px;}




/*Phone手机*/
@media(max-width:767px) {

    .dyui-header {height: 46px; background-color: #fff; box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1); }
    .dyui-header .navbar {padding: 2px 0 0 0;}
    .dyui-header .navbar .navbar-brand {padding: 0}
    .dyui-header .navbar .navbar-brand img {max-width: 100%; height: 40px; display: block; padding-left: 10px}
    .dyui-header .navbar .navbar-toggler {color: #333}
    .dyui-header .navbar .navbar-toggler i {font-size: 28px;}

    /*导航开始*/
    .dyui-header .dyui-container {padding-left: 0; padding-right: 0;}
    .dyui-header nav .navbar-nav .nav-item {white-space: nowrap}
    .dyui-header .dyui-nav li a.c1 {display: block; height: 40px; line-height: 40px}
    .dyui-header nav .navbar-nav .nav-link {line-height: 30px}
    .nav>li>.dropdown-menu {background-color: #f5f5f5; border: none}


    .dyui-header .navbar-collapse {height: calc(100vh - 46px); background-color: #fff; box-shadow: 0 5px 10px rgba(0,0,0,0.1); padding: 10px 0 10px 10px;}
    .menu-tabs {display: flex; height: 100%;}
    .menu-tabs .nav {width: 28%; flex-direction: column;}
    .menu-tabs .nav li {padding: 10px 0;}
    .menu-tabs .nav li a {border-left:solid 3px #FFF; display: block; text-align: left; padding: 0 10px; font-size: 14px}
    .menu-tabs .nav li a.active {border-left:solid 3px #FF6D1C; font-weight: bold}
    .menu-tabs .nav li a:hover {border-left:solid 3px #FF6D1C; color: #000; background: none; font-weight: bold}
    .menu-tabs .tab-content {width: 72%; border-left: solid 1px #eee; height: 100%;}
    .menu-tabs .tab-content .tab-pane {overflow-y: auto; overflow-x: hidden; height: 100%}
    .menu-tabs .tab-content .tab-pane .ul-c2 {padding: 0 20px;}
    .menu-tabs .tab-content .tab-pane .ul-c2 .li-c2 {padding: 10px 0; border-bottom: solid 1px #eee;}



}




/*首页产品*/
.flag-product-list li .thumb img {height: 350px; max-height: 100%}
.flag-product-list li .datu {max-width: 910px}
.flag-product-list li .info {padding-left: 50px;}
.flag-product-list li:nth-child(2n) .datu {order: 2}
.flag-product-list li:nth-child(2n) .info {order: 1}
.flag-product-list li:nth-child(2n) .info {padding-right: 50px; padding-left: 0 !important;}
.flag-product-list li .info .btn:hover {background-color: #000000; color: #FFF}
@media(max-width:767px) {
    .flag-product-list li .info {padding-left: 0;}
    .flag-product-list li:nth-child(2n) .info {padding-right: 0;}
}



/*首页公司简介*/
.swiper-pinjia li .box {background-color: #F6F6F6;}
.swiper-pinjia li .info {padding: 30px; height: 260px;}
.swiper-pagination-bullet-active {background-color: #000000;}


.dyui-wydes .dyui-main-header h3 {font-size: 54px; font-style: italic; font-weight: bold}
.dyui-wydes .dyui-main-body .swiper-main {display: flex;}
.dyui-wydes .dyui-main-body .swiper-wydes {width: 400px; background-color: #F6F6F6; height: 680px; position: relative}
.dyui-wydes .dyui-main-body .swiper-wydes .swiper-slide {background-color: #F6F6F6}
.dyui-wydes .dyui-main-body .swiper-wydes .swiper-slide .box {padding: 40px;}
.dyui-wydes .dyui-main-body .swiper-wydes .swiper-slide .box .xt {background-color: #000; height: 8px; width: 30%}
.dyui-wydes .dyui-main-body .swiper-wydes .swiper-slide .box .t1 {font-size: 50px; font-weight: bold; font-style: italic; margin-top: 20px;}
.dyui-wydes .dyui-main-body .swiper-wydes .swiper-slide .box .t2 {font-size: 50px; font-weight: bold; margin-top: 10px;}
.dyui-wydes .dyui-main-body .swiper-wydes .swiper-slide .box .desc {height: 200%; font-size: 18px; margin-top: 20px;}
.dyui-wydes .dyui-main-body .swiper-wydes .swiper-button-prev {position: absolute; top: initial; bottom: 50px; left: 40px; z-index: 9;}
.dyui-wydes .dyui-main-body .swiper-wydes .swiper-button-next {position: absolute; top: initial; bottom: 50px; left: 140px; z-index: 9;}
.dyui-wydes .dyui-main-body .swiper-wydes .swiper-button-prev,
.dyui-wydes .dyui-main-body .swiper-wydes .swiper-button-next {border:solid 2px #C4C4C6; width: 50px; height: 50px; border-radius: 100px}
.dyui-wydes .dyui-main-body .swiper-wydes .swiper-button-prev:after,
.dyui-wydes .dyui-main-body .swiper-wydes .swiper-button-next:after {color: #C4C4C6; font-size: 26px}
.dyui-wydes .dyui-main-body .swiper-wydes .swiper-button-prev:hover,
.dyui-wydes .dyui-main-body .swiper-wydes .swiper-button-next:hover {border:solid 2px #000;}
.dyui-wydes .dyui-main-body .swiper-wydes .swiper-button-prev:hover:after,
.dyui-wydes .dyui-main-body .swiper-wydes .swiper-button-next:hover:after {color: #000;}

.dyui-wydes .dyui-main-body .swiper-wydes2 {width: 100%; overflow: hidden; background-color: #FFF; height: 680px;}
.dyui-wydes .dyui-main-body .swiper-wydes2 .swiper-slide img {width: 100%; height: 100%;}

@media(max-width:767px) {
    .dyui-wydes .dyui-main-body .swiper-wydes .swiper-slide .box {padding: 10px;}
    .dyui-wydes .dyui-main-body .swiper-wydes .swiper-slide .box .t1 {font-size: 30px; font-weight: bold; font-style: italic; margin-top: 10px;}
    .dyui-wydes .dyui-main-body .swiper-wydes .swiper-slide .box .t2 {font-size: 20px; font-weight: bold; margin-top: 10px;}
    .dyui-wydes .dyui-main-body .swiper-wydes .swiper-slide .box .desc {height: 200%; font-size: 16px; margin-top: 10px;}
    
}




/*首页优势*/
/*.dyui-youshi {background: url("../images/body.jpg") no-repeat center top; background-attachment: fixed; padding: 30px 0; overflow: hidden}*/
.dyui-youshi {background: #f3f6fa; padding: 30px 0; overflow: hidden}
.dyui-youshi .dyui-main-body {padding: 10px 0 0}

.dyui-youshi ul li .box {background-color: #184978; border-radius: 100px; width: 200px; height: 200px; border: solid 3px #fff; text-align: center; display: flex; align-items: center; flex-direction:column; justify-content: center; padding: 20px;}
.dyui-youshi ul li .thumb {overflow: hidden; margin-bottom: 5px;}
.dyui-youshi ul li .thumb i {font-size: 30px;}
.dyui-youshi ul li .thumb img {width: 50px; height: 50px;}
.dyui-youshi ul li .t {font-size: 18px; color: #FFF; overflow: hidden; font-weight: bold;}
.dyui-youshi ul li p {font-size: 14px; color: #FFF}
.dyui-youshi ul li:hover .box {background-color: #f4461b}

.dyui-main-title {}
.dyui-main-title .name {font-size: 40px; font-weight: bold; margin-top: -30px;}
.dyui-main-title .en {font-size: 60px; color: #F4F4F4; font-weight: bold; line-height: 1.1;}
@media(max-width:767px) {
    .dyui-main-title .en {font-size:30px;}
    .dyui-main-title .name {font-size:24px; margin-top: -20px;}
}


.dyui-fzlc-slider {}
.dyui-fzlc-slider .slider-nav {padding: 0 70px !important;}
.dyui-fzlc-slider .slider-nav .item {position: relative; cursor: pointer}
.dyui-fzlc-slider .slider-nav .item .nf {color: #cacaca; font-size: 40px; font-weight: bold; border-radius: 100px}
.dyui-fzlc-slider .slider-nav .slick-current {color:#000}
.dyui-fzlc-slider .slider-nav .slick-current .nf {background-color: #000; color: #fff}
.dyui-fzlc-slider .slider-nav .slick-prev {left: 0;}
.dyui-fzlc-slider .slider-nav .slick-next {right: 0;}
.dyui-fzlc-slider .slider-nav .slick-prev,
.dyui-fzlc-slider .slider-nav .slick-next {background-color: #ddd;display: block; width: 50px; height: 50px; border-radius: 50%; border: solid 1px #DDD; color: #FFF; font-size: 0; position: absolute; top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%);}
.dyui-fzlc-slider .slider-nav .slick-next:before {font-family: 'bootstrap-icons'; font-size: 30px;content: '\F285';}
.dyui-fzlc-slider .slider-nav .slick-prev:before {font-family: 'bootstrap-icons'; font-size: 30px;content: '\F284';}
.dyui-fzlc-slider .slider-nav .slick-prev:hover,
.dyui-fzlc-slider .slider-nav .slick-next:hover {background-color: #000 !important;}

.timer-content-main {display: flex;}
.timer-content-main .tab-content {width: 50%}
.timer-content-main .nav-tabs {width: 50%; display: block !important; border: none}
.timer-content-main .nav-tabs .nav-item {margin-bottom: 10px}
.timer-content-main .nav-tabs .nav-item .nav-link {font-size: 16px; position: relative; padding-left: 20px}
.nav-tabs .nav-link.active {color: #000}
.timer-content-main .nav-tabs .nav-item .nav-link:after {content: "·"; font-size: 58px; color: #999; position: absolute; left: 0; top: 0; height: 22px; line-height: 20px;}
.timer-content-main .nav-tabs .nav-item .nav-link.active:after {color: #000;}
.nav-tabs .nav-link {color: #999; border: none; padding: 0;}
@media (max-width: 767px) {
    .timer-content-main {display: block;}
    .timer-content-main .tab-content {width: 100%; margin-bottom: 10px}
    .timer-content-main .nav-tabs {width: 100%;}
    .dyui-fzlc-slider .slider-nav .item .nf {color: #cacaca; font-size: 20px; }
    .dyui-fzlc-slider .slider-nav .slick-prev {left: 0; width: 40px; height: 40px; padding: 5px}
    .dyui-fzlc-slider .slider-nav .slick-next {right: 0; width: 40px; height: 40px; padding: 5px}
    .dyui-fzlc-slider .slider-nav .slick-prev:before,
    .dyui-fzlc-slider .slider-nav .slick-next:before {font-size: 20px;}
}


/*产品列表*/



/*当前位置*/
.dyui-breadcrumb {margin: 0; background: none; padding: 0; color: #666}
.dyui-breadcrumb a {margin: 0 5px; color: #666}
.dyui-breadcrumb a:hover {color: #A3684A}

@media(max-width:767px) {
    .dyui-breadcrumb {display: none}
}

/*栏目Banner*/
.cat-banner {width: 100%; position: relative;}
.cat-banner .banner-text {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1;}
.cat-banner .banner-text .link a {font-size: 20px; color: #fff; margin-right: 30px}
.cat-banner img {width: 100%}
.cat-banner .dyui-container {height: 100%; display: flex; flex-direction: column; justify-content: center;}
.cat-banner .dyui-container .dyui-main-title .en {color: rgba(255, 255, 255, 0.2);}
.cat-banner .dyui-container .dyui-main-title .name {color: rgba(255, 255, 255, 1);}

@media(max-width:767px) {
    .cat-banner {height: 150px; display: flex; justify-content: center;}
    .cat-banner .banner-text .link a {margin-right: 20px; font-size: 18px;}
}

/*栏目简介*/
.cat-description {padding: 10px; background-color: #F8F8F8; border: solid 1px #ddd; margin-top: 10px; margin-bottom: 20px; color: #666}


.page-content {padding: 10px 0; line-height: 200%}
.page-content * {max-width: 100%}

/*底部版权*/
.dyui-footer {background: #f8f8f8; overflow: hidden; color: #333; padding-top: 52px}
.dyui-footer a {color: #333}
.dyui-footer a:hover {color: #000}
.dyui-footer .border-right {border-color: #394151 !important;}
.dyui-footer .dyui-foot {display: flex;}
.dyui-footer .f-nav {}
.dyui-footer .f-nav dl dt { margin-bottom: 15px;}
.dyui-footer .f-nav dl dt a {color: #000; font-weight: bold; font-size: 20px}
.dyui-footer .f-nav dl dd {margin-bottom: 11px;}
.dyui-footer .f-nav dl dd a {color: #333; font-size: 16px}
.dyui-footer .f-nav dl dd a:hover {color: #000;}

.dyui-footer .copyright {border-top: solid 1px #DDD; border-color: rgba(255,255,255,0.1); padding-top: 30px; padding-bottom: 30px;}



/*子栏目*/
.dyui-znav {}
.dyui-znav ul {display: flex; justify-content: center; align-items: center}
.dyui-znav ul li a {font-size: 20px; color: #333; padding: 0 40px; border-radius: 100px; margin: 0 10px; background-color: #fff; cursor: pointer; height: 60px; display: flex; align-items: center; justify-content: center;}
.dyui-znav ul li a.active {background-color: #000; color: #fff}
.dyui-znav ul li a:hover {background-color: #000; color: #fff}
@media(max-width:767px) {
    .dyui-znav ul {flex-wrap:wrap;}
    .dyui-znav ul li {margin-bottom: 10px}
    .dyui-znav ul li a {font-size:16px; padding: 6px 15px; height: auto;}
}

/*侧边联系方式*/
.contact-skin {margin-top: 20px; background-color: #E9E9E9; padding: 5px}
.contact-skin .card-header {padding: 15px 20px; border: none; background: none}
.contact-skin .card-header h3 {color: #333; font-size: 20px; margin: 0}
.contact-skin .card-body {background-color: #fff; padding: 15px}


.dyui-main {margin-top: 20px; margin-bottom: 20px}
.dyui-mainr .cat-thumb {height: auto; overflow: hidden; margin-bottom: 20px}
.dyui-mainr .cat-thumb img {width: 100%}
.dyui-mainr .main-header {border-bottom: solid 1px #E7E7E7; height: 50px; line-height: 50px; }
.dyui-mainr .main-header h3 {border-bottom: solid 1px #364bb8; font-size: 20px; color: #364bb8; font-weight: bold; line-height: 50px; padding: 0 10px}
.dyui-mainr .main-body {padding: 10px 0}



.dyui-anli-list li {}
.dyui-anli-list li .box {overflow: hidden; background-color: #fff; display: block; border: solid 1px #ddd}
.dyui-anli-list li .thumb {width: 100%; overflow: hidden}
.dyui-anli-list li .thumb img {width: 100%}
.dyui-anli-list li .t {font-size: 16px; padding: 8px 0}
.dyui-anli-list li:hover .t {color: #337afd}


/*图片列表*/
.dyui-photo-list li {padding-top: 15px; padding-bottom: 15px; overflow: hidden; text-align: center}
.dyui-photo-list li .box {display: block; height: 100%}
.dyui-photo-list li .thumb {overflow: hidden}
.dyui-photo-list li .thumb img { max-width: 100%}
.dyui-photo-list li .t {font-size: 16px;  overflow: hidden; padding: 8px 5px}

/*文章列表*/
.dyui-thumb-list li {position: relative; padding-top: 5px; padding-bottom: 5px}
.dyui-thumb-list li .box {position: relative;}
.dyui-thumb-list li .thumb {width: 100%;}
.dyui-thumb-list li .thumb img {width: 100%}
.dyui-thumb-list li .date {position: absolute; left: 1px; top: 1px; background-color: #fff; padding: 20px; height: 150px; box-sizing: border-box; z-index: 2; transition: height 0.3s ease; display: flex; flex-direction: column; justify-content: center; align-items: center}
.dyui-thumb-list li .date .d {display: block; line-height: 25px; font-size: 40px; color: #000; margin-top: 5px; display: flex;align-items: center}
.dyui-thumb-list li .date .y-m {display: block; line-height: 25px; font-size: 16px; color: #999;}
.dyui-thumb-list li .info {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; background-color: #FAFAFA; display: flex; flex-direction: column;; justify-content: center; padding: 35px; background-color: rgb(245, 245, 245); transition: opacity 0.3s ease; opacity: 0;}
.dyui-thumb-list li:hover .date {height: 90px;}
.dyui-thumb-list li:hover .info {opacity: 1;}


/*文章列表*/
.dyui-news-list li .box {display: block; position: relative;}
.dyui-news-list li.item-top .box .date {position: inherit; width: 180px; flex-shrink: 0}
.dyui-news-list li.item-top .date .d {font-size: 60px;}
.dyui-news-list li.item-top .info {overflow: hidden; padding: 0 50px}
.dyui-news-list li.item-top .thumb {width: 450px; overflow: hidden; flex-shrink: 0}

.dyui-news-list li .box .thumb {max-height: 300px;  overflow: hidden}
.dyui-news-list li .box .date {position: absolute; left: 20px; top: 20px; background-color: #fff; padding: 20px; width: 120px; height: 150px; box-sizing: border-box; z-index: 2; transition: height 0.3s ease; display: flex; flex-direction: column; justify-content: center; align-items: center}
.dyui-news-list li .date .d {display: block; line-height: 25px; font-size: 40px; color: #000; margin-top: 5px; display: flex;align-items: center}
.dyui-news-list li .date .y-m {display: block; line-height: 25px; font-size: 16px; color: #999;}


/*分页*/
.pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination li.active a {background-color: #000; color: #fff; border: solid 1px #000}


/*详情*/
.show-title {line-height: 30px; width: 100%; color: #333333; font-size: 24px; overflow: hidden; margin: 15px 0;}
.show-info {width: 100%; margin: 10px 0 20px; overflow: hidden; color: #666;}
.show-info span {padding-right: 20px;}
.show-info span span {padding: 0;}
.show-thumb {text-align: center}
.show-thumb img {max-width: 100%; background-color: #E6E6E6; padding: 5px}
.show-content {width: 100%; height: auto; overflow: hidden; line-height: 200%; font-size: 15px; padding: 10px 0;}
.show-content * {max-width: 100%;}

.show-tab .nav-tabs .nav-link {border-radius: 0}
.show-tab .nav-tabs .nav-link.active  {color: #364bb8; background-color: #fff; border-color: #364bb8 #dddd #fff;}

/*招聘详情*/
.show-yq i {padding-left: 10px; padding-right: 10px}

/*上下一篇*/
.show-updown {line-height: 200%; font-size: 14px; overflow: hidden;}

/*产品详情*/
.dyui-gdtabs .right .item {border-top: solid 1px #3F1E09; overflow: hidden}
.dyui-gdtabs .right .item .t {font-weight: bold; font-size: 30px; margin-bottom: 20px; margin-top: 30px;}
.dyui-gdtabs .right .item.active .t {font-weight: bold; font-size: 50px}
.dyui-gdtabs .thumb {transition: opacity 0.3s ease;}
.dyui-gdtabs .item {transition: height 0.3s ease;}

.product-main5 {position: relative}
.product-main5 .text-box {position: absolute; top: 150px; left: 0; right: 0; z-index: 1; height: 700px; text-align: right; color: #fff}
.product-main5 .text-box .t {font-size: 40px; font-weight: bold;}
.product-main5 .text-box .desc {font-size: 20px; margin-top: 30px}
@media (max-width: 768px) {
    .product-main5 .text-box {position: initial; color: #3F1E09 !important; height: auto !important;}
    .product-main5 .text-box .t {font-size:22px;}
    .product-main5 .text-box .desc {margin-top: 10px}
}



.product-main14 .swiper {width: 100%; height: 100%;}
.product-main14 .swiper-slide-active {}
.product-main14 .swiper-slide {
    font-size: 18px;
    background: #E4DFDB; border-radius: 10px; overflow: hidden; height: 660px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.product-main14 .swiper-slide .box {position: relative; height: 100%; display: flex}
.product-main14 .swiper-slide .box .info {position: absolute; left: 0; right: 0; top: 0; bottom: 0;}

.product-main14 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-main14 .swiper-button-prev {left:0}
.product-main14 .swiper-button-next {right: 0}
.product-main14 .swiper-button-prev:after,
.product-main14 .swiper-button-next:after {color: #666}
@media (max-width: 768px) {
    .product-main14 .swiper-slide {height: auto;}
    .product-main14 .swiper-slide img {height: auto; object-fit: initial}
}


.product-canshu .cs-list li {margin-bottom: 20px; font-size: 16px}
.product-canshu .cs-list li .t {font-weight: bold; color: #000; font-size: 22px; display: inline-block; width: 140px}
.product-canshu .file-list li .box {position: relative; border-radius: 10px; overflow: hidden}
.product-canshu .file-list li .box .info {background-color: rgba(0,0,0,0.5); position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; box-sizing: border-box; z-index: 1; }


.header-title2 {border-bottom: solid 1px #ddd; height: 40px; line-height: 40px;}
.header-title2 h5 {border-bottom: solid 2px #0067b6; float: left; margin: 0; line-height: 38px; position: relative}
.show-content {padding: 15px 0}
.show-content img {max-width: 100%}
.show-content table {border-left: solid 1px #666; border-top: solid 1px #666; max-width: 100% !important;}
.show-content table tr td {border-right: solid 1px #666; border-bottom: solid 1px #666; padding: 5px !important;}


/* 品牌伙伴 */
.partner-tabs {}
.partner-tabs .nav {border-bottom: solid 1px #ddd; padding-bottom: 30px; display: flex; justify-content: center; align-items: center}
.partner-tabs .nav li a {font-size: 28px; color: #333; padding: 0 40px; border-radius: 100px; margin: 0 10px; background-color: #fff; cursor: pointer; height: 60px; display: flex; align-items: center; justify-content: center;}
.partner-tabs .nav li a.active {background-color: #000; color: #fff}
.partner-tabs .nav li a:hover {background-color: #000; color: #fff}



/*联系方式*/
.contact-main {padding: 15px}
.contact-main .contact-znav a {color: #337ab7;}
.contact-main .contact-znav a.active {color: #333; font-weight: bold}
.contact-box {margin-top: 30px}

.contact-list li {overflow: hidden; padding-bottom: 30px}
.contact-list li .thumb {width: 110px; float: left; padding-right: 20px; box-sizing: content-box;}
.contact-list li .thumb img {width: 100%}
.contact-list li .info {}
.contact-list li .info span {margin-right: 10px}
.contact-list li .info .kong {display: none}


/*表单*/
.dyui-form-flex .form-group {display: flex}
.dyui-form-flex .form-group .control-label {line-height: 38px;}
@media(min-width:992px) {
    .dyui-form-flex .form-group .control-label {margin-bottom: 0}
}
.dyui-form-flex .form-group .code {margin-left: 10px}
.dyui-form .btn i {margin-right: 10px}

/*msg与404*/
.fc-msg-main {text-align: center; background-color: #000; padding: 5px; margin-top: 20px}
.fc-msg-main .fc-msg-header {padding-top: 15px; padding-bottom: 15px; color: #FFF}
.fc-msg-main .fc-msg-body {min-height: 500px; background-color: #fff; padding-top: 30px}
.fc-msg-main .fc-msg-body i.fa {font-size: 30px; display: inline-block; background-color: #000000; color: #fff; border-radius: 100px; height: 50px; line-height: 50px; width: 50px; margin: 20px auto}
.fc-msg-main .fc-msg-body .fc-msg-info {display: block}
.fc-msg-body .fc-msg-info .fc-msg-title {padding: 10px 0 20px}
.fc-msg-body .fc-msg-info .fc-msg-title {color: #d91010; font-size: 18px}


/*移动端底部菜单*/
.dyui-footer-nav {background-color: #3d4bb7; height: 46px; border-top: solid 1px #29369b; color: #fff}
.dyui-footer-nav ul {display: flex}
.dyui-footer-nav ul li {text-align: center; flex: 1;}
.dyui-footer-nav ul li a.c1 {height: 46px; line-height: 46px; color: #fff; display: block; padding-top: 3px}
.dyui-footer-nav ul li a.c1 i {display: block; height: 20px; line-height: 20px}
.dyui-footer-nav ul li a.c1 span {display: block; height: 20px; line-height: 20px}
.dyui-footer-nav .dropdown-menu {min-width: 8rem}


