.header .logo img.header .logo img.header .logo img.header .logo img.header .logo img.header .logo imgdyui-containerdyui-containerdl, ol, ul {padding: 0; margin: 0}
li {list-style: none}
a {color: #333}
a:hover {color: #333}
a:focus{text-decoration:none;}
a:hover{text-decoration:none;}
p {margin: 0}
.form-control,
.custom-select {border-radius: 0}
.custom-select:focus,
.form-control:focus {border-color:#ccc; box-shadow: inset 0 1px 1px rgba(0,0,0,.0); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);}
@media (min-width: 1200px){
    .dyui-container {width: 1420px; padding: 0; max-width: 1420px}
    
    .dyui-mainl{ max-width:320px;}
    .dyui-mainr{ max-width:calc( 100% - 320px );flex: 0 0 calc( 100% - 320px );}
}
.gutters20 {margin-left: -10px; margin-right: -10px;}

.gutters20 > .col,
.gutters20 > [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }
/*通用按钮*/
.btn.red {background-color: #e62e04; color: #fff}
.btn.green {background-color: #28a745; color: #fff}


.header #top{ background: #fff; height: 46px; line-height: 46px; border-bottom:1px solid #eee; }
.header #top .right{ float:right; margin-top:-4px;}
.header #top .left{ float:left;margin-top:-4px; }
.header #top .left a{ display:inline-block; height: 25px; width:25px; text-align: center;line-height: 20px; background: #fff; border-radius: 100%; vertical-align: middle; margin-right: 10px; }

.nav_right img{ margin-right: 10px;}
.nav_right span{ display:inline-block; vertical-align: middle;}
.nav_right span i{ display: block; font-style: normal; font-siz:14px;}
.nav_right span b{ display:block; font-size: 18px;}
/*导航开始*/
.header .head {padding: 23px 0; align-items:center}
.header .logo {}
.header .logo img {max-height: 60px}
.header .navbar {padding: 0}
.header .navbar-collapse {
    padding: 0;
    
}
.dyui-language a {margin-left: 10px;}
.head-tel {min-width: 220px; padding: 8px 10px 0 0;}
.head-tel i {background-color: #d33219; color: #fff; height: 46px; line-height: 20px; width: 46px; text-align: center; font-size: 16px; border-radius: 5px; margin-right: 10px; margin-top: 5px; font-style: normal; padding-top: 3px}
.head-tel .t {line-height: 26px; font-size: 16px;}
.head-tel .t i {margin-right: 6px;}
.head-tel p {color: #c10101; font-size: 28px; font-weight: bold; line-height: 24px;}

.header .dyui-nav {padding: 0; justify-content: initial}
.header .dyui-nav li a.c1 {color: #101010; padding: 0 30px; height: 54px; line-height: 54px; display: block}
.header .dyui-nav li a.c1:hover { text-decoration: underline}
.header .dyui-nav li.open a.c1 {}
.header .dyui-nav li.active a.c1 {}
.header .dyui-nav>li>.dropdown-menu {opacity: 1; display: none; margin: 0}
.header .dyui-nav li.open .dropdown-menu {display: block;}
.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}


.tel{  margin-right: 15px;}
.tel img{ margin-right:10px;}
.s{ margin-left:35px;}


.carousel-indicators {overflow: hidden; margin-left: 0; margin-right: 0}
.carousel-inner img {width: 100%; height: 100%;}

/*搜索栏*/
.dyui-search {overflow: hidden; background-color: #F7F7F7}
.dyui-search .dyui-form {display: flex; background-color: #fff; overflow: hidden; line-height: 38px;}
.dyui-search .dyui-form .form-group {border: solid 2px #eeeeee; border-right: none; flex: 1; margin-bottom: 0}
.dyui-search .dyui-form .form-group:nth-child(3) {border: solid 2px #eeeeee; border-right: solid 2px #eeeeee; flex: 1;}
.dyui-search .dyui-form .form-control {width: auto; padding: 0 10px; border: none; flex: 1}
.dyui-search .dyui-form .dyui-btn {padding: 0 20px; height: 42px; color: #fff; border: none; border-radius: 0 5px 5px 0; background-color: #ea1c26; flex: 1}
.dyui-search .dyui-form .dyui-btn i {color: #fff; margin-right: 5px}



/*首页产品*/
.home-product {padding: 50px 0; overflow: hidden}
.home-product .dyui-main-body {padding: 20px 0}
.home-product .dyui-product-list {margin-top: 20px;}

.product-tree {text-align: center; width: 100%;}
.product-tree ul {display: flex}
.product-tree ul li {flex: 1}
.product-tree ul li a {display: block; position: relative; width: 100%; height: 100%}
.product-tree ul li a .thumb {width: 100%; height: 100%}
.product-tree ul li a span {position: absolute; border: solid 1px #C1191A; color: #fff; font-size: 22px; top: 40%; left: 30%; padding: 5px 20px;transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; background-color: rgba(193,25,26,0.8)}
.product-tree ul li a i {position: absolute; color: #fff; font-size: 30px; font-weight: bold; top: 10%; left: 10%;}
.product-tree ul li a:hover span {font-size: 22px; top: 40%; left: 30%; padding: 8px 25px;    }
.product-tree ul li:nth-child(1) a,
.product-tree ul li:nth-child(3) a {height: 220px}
.product-tree ul li:nth-child(2) a {height: 440px}


/*首页公司简介*/
.home-about {padding: 40px 0 40px; background-color: #efefef; overflow: hidden; }
.home-about .dyui-main-header {margin: 0 0 30px;}
.home-about img {width: 100%; transform: translate(16px, 24px);}
.home-about .about-img::before {display: block; content: " "; width: 100%; height: 100%; box-sizing: border-box; border: 5px solid #E7E7E7; position: absolute; top: -2px; left: 0; z-index: 0; background-color: #fff}
.home-about .about-text {font-size: 16px; line-height: 180%; margin: 0 0 10px 0; padding-left: 30px}
.home-about .about-text h3 {font-size: 30px}
.home-about .about-more {text-align: right}
@media(max-width:767px) {
    .home-about .about-img::before {display: none}
    .home-about img {width: 100%; transform:initial}
    .home-about .about-text {padding-left: 0; padding-top: 10px}
    .home-about .about-more {text-align: center}
}


/*首页新闻*/
.home-news {padding: 40px 0; background-color: #F6F6F6}
.home-news .dyui-main-header {margin: 0 0 20px;}
.home-news .dyui-main-footer {margin-top: 20px}

/*首页案例*/
.home-anli {padding: 30px 0; background-color: #F7F7F7; overflow: hidden}
.home-anli .dyui-main-body {overflow: hidden; position: relative}
.home-anli .swiper-button-next:after,
.home-anli .swiper-button-prev:after {color: #fff}

/*首页优势*/
.home-youshi {background: url(../images/home-youshi-bg.jpg) no-repeat center top; padding: 30px 0; overflow: hidden}
.home-youshi .dyui-main-body {padding: 10px 0 0}
.home-youshi ul li .box {border: solid 1px #ccc; background-color: #fff; padding: 20px; text-align: center;}
.home-youshi ul li .box i {height: 70px; font-size: 70px; color: #000; margin: 20px 0;}
.home-youshi ul li .box h3 {font-size: 18px; color: #000; height: 40px; line-height: 40px; overflow: hidden; font-weight: bold; margin-bottom: 10px;}
.home-youshi ul li:hover .box {background-color: #EBA95A; border: solid 1px #EBA95A; color: #fff;}
.home-youshi ul li:hover .box i,
.home-youshi ul li:hover .box h3,
.home-youshi ul li:hover .box p {color: #fff}
.home-youshi ul li:hover .box:after {background-color: #fff;}

.home-youshi .more .layui-btn {background-color: #0F6DAF; font-size: 16px;}


/*产品列表*/
.dyui-product-list li .box {border:solid 1px #ddd; padding: 5px; border-radius: 5px}
.dyui-product-list li .thumb {display: block}
.dyui-product-list li img {width: 100%}
.dyui-product-list li .info {padding: 5px;}
.dyui-product-list li .info li {margin-bottom: 4px; color: #666}
.dyui-product-list li .info .t {color: #333; max-height: 46px; line-height: 140%; overflow: hidden; font-size: 16px;text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;}
.dyui-product-list li .desc {color: #999; line-height: 120%; height: 58px; overflow: hidden; margin-bottom: 20px}
.dyui-product-list li:hover .box {border: solid 1px #ff3f00}
.dyui-product-list li:hover .t {text-decoration: none; color: #ff3f00}
.dyui-product-list li:hover .btn-secondary:hover {background-color: #fd7900; border-color: #fd7900}

.dyui-product-table thead tr th {background-color: #333333; border-color: #333; color: #fff; font-size: 15px}
.dyui-product-table tbody tr td {word-break:break-all;}
.dyui-product-table tbody tr td .oem {display: block; width: 170px; height: 50px; overflow: auto;}


.home-contact .hader-title {height: 36px; overflow: hidden}
.home-contact a {display: block; border: solid 1px #ddd; border-radius: 3px}
.home-contact a img {width: 100%}

.links {padding-top: 15px; padding-bottom: 5px}
@media(max-width:767px) {
    .links {display: none}
}

/*当前位置*/
.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%}
.cat-banner img {width: 100%}
/*栏目简介*/
.cat-description {padding: 10px; background-color: #F8F8F8; border: solid 1px #ddd; margin-top: 10px; margin-bottom: 20px; color: #666}

.dyui-main-box {padding-left:10px; overflow: hidden}

.page-content {padding: 10px 0; line-height: 200%}
.page-content * {max-width: 100%}

/*底部版权*/
.f{background: #252628 url(../img/footer.png) no-repeat center; }
footer {padding:  0; overflow: hidden; line-height: 200%; color:#999;}
footer a {color:#999;}
footer a:hover {}
footer .f-nav {text-align: left}
footer .f-nav a {margin: 0 12px 0 0}
footer .copyright {text-align: center}
footer .f-ewm {text-align: right}
footer .f-ewm li {text-align: center; display: inline-block; padding-left: 10px}
footer .f-ewm li span {display: block}


@media(max-width:767px) {
    footer .f-ewm {text-align: center}
}

.iso-list li {border-bottom: solid 1px #ddd; padding: 15px 0; overflow: hidden}
.iso-list li .thumb {text-align: center}
.iso-list li .thumb img {border: solid 1px #ddd}
.iso-list li .t {font-size: 16px; font-weight: bold; line-height: 120%}

/*卡片风格*/
.dyui-card-dark {}
.dyui-card-dark .card-header {background-color: #333333; border-radius: 5px 5px 0 0; color: #fff}
.dyui-card-dark .card-header h3 {font-size: 16px;}

.dyui-card-dark .btn-outline-secondary {border-color: #ddd}
.dyui-card-dark .dropdown-toggle::after {float: right; margin-top: 10px;}

.dyui-card-b {border: none}
.dyui-card-b .card-header {padding: 0; border: none; background: none}
.dyui-card-b .card-header h3 {background-color: #333333; border-radius: 5px 5px 0 0; color: #fff; font-size: 16px; height: 40px; line-height: 40px; padding: 0 20px;}
.dyui-card-b .card-body {border: solid 1px #ddd}

/*子栏目*/
.dyui-znav {}
.dyui-znav .active a {color: #ea1c26}
.dyui-znav li:hover {color: #ea1c26}

/*侧边联系方式*/
.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: 44px; line-height: 44px}
.dyui-mainr .main-header h3 {background-color: #333333; border-radius: 5px 5px 0 0; font-size: 16px; color: #fff; line-height: 44px; padding: 0 20px}
.dyui-mainr .main-body {padding: 10px 0}


/*文章列表*/
.thumb-list li {overflow: hidden; padding: 10px 0}
.thumb-list li .thumb {width: 160px; height: 120px; border:solid 1px #ddd; float: left; margin-right: 10px}
.thumb-list li img {width: 100%; height: 100%}
.thumb-list li .info {}
.thumb-list li .info .t {line-height: 140%; overflow: hidden; font-weight: bold; margin-bottom: 5px}
.thumb-list li .info .date {font-size: 14px; color: #999}
.thumb-list li .info .desc {height: 60px; line-height: 20px; font-size: 14px; overflow: hidden;  color: #666}
.thumb-list li:hover .thumb {border:solid 1px #EEA759}
.thumb-list li:hover .t {color: #EEA759}



/*图片列表*/
.photo-list li {padding-top: 15px; padding-bottom: 15px; overflow: hidden; text-align: center}
.photo-list li .thumb {}
.photo-list li .thumb img {border: solid 1px #ddd; max-width: 100%}
.photo-list li .t {font-size: 16px; line-height: 30px; height: 30px; overflow: hidden}

/*文章列表*/
.news-list li {position: relative; padding-top: 5px; padding-bottom: 5px}
.news-list li .box {display: block; border-bottom: solid 1px #ddd; overflow: hidden; background-color: #fff;}
.news-list li .thumb {float: left; width: 150px; margin-right: 15px}
.news-list li .thumb img {width: 100%}
.news-list li .date {float: left; width: 80px; height: 60px; margin-right: 10px; background-color: #999; color: #fff; text-align: center}
.news-list li .date b {display: block; line-height: 25px; font-size: 22px; color: #fff; margin-top: 5px}
.news-list li .date em {display: block; line-height: 25px; font-size: 14px; font-style: normal;}
.news-list li .info {padding: 10px}
.news-list li .info .t {height: 26px; line-height: 26px; overflow: hidden; font-size: 16px; font-weight: bold}
.news-list li .info .time {color: #999; font-size: 14px;}
.news-list li .info .desc {height: 36px; line-height: 18px; overflow: hidden; color: #999; font-size: 14px;}
.news-list li:hover .date {background-color: #EEAA59; color: #fff;}
.news-list li:hover .t {color: #EEAA59;}

/*下载列表*/
.dyui-down-list li .box {padding: 10px; display: block}
.dyui-down-list li .info {color: #888; font-size: 14px;}
.dyui-down-list li .info span {}
.dyui-down-list li .info i {margin-right: 5px;}
.dyui-down-list li .date {color: #666; font-size: 14px;}
.dyui-down-list li .box:hover {background-color: #eff9f8}


/*案例列表*/
.dyui-anli-list li {}
.dyui-anli-list li {}
.dyui-anli-list li .info {padding: 10px 0}
.dyui-anli-list li:hover img {opacity: 0.8}
.dyui-anli-list li:hover .t {color: #ea1c26}


/*分页*/
.pagination li a {position: relative; display: block; padding: .5rem .75rem; margin-left: -1px; line-height: 1.25; color: #007bff; background-color: #fff; border: 1px solid #dee2e6;}
.pagination li.active a {background-color: #fd7900; color: #fff; border: solid 1px #fd7900}
.pagination li.active a:hover {color: #fff}


/*详情*/
.show-title {line-height: 30px; width: 100%; color: #333333; text-align: center; font-size: 24px; overflow: hidden; margin: 15px 0;}
.show-info {width: 100%; margin: 10px 0 20px; text-align: center; overflow: hidden; color: #666;}
.show-info span {padding: 0 15px;}
.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: #FFF; background-color: #e62e04; border-color: #e62e04;}

/*上下一篇*/
.show-updown {line-height: 200%; font-size: 14px; overflow: hidden;}

/*产品详情*/
.show-product-main {margin-bottom: 50px; padding: 10px 0 0}
.show-product-thumb .carousel-inner {border: solid 1px #ccc}
.show-product-thumb .carousel {padding-bottom: 100px;}
.show-product-main .carousel-inner .carousel-control-next:hover i,
.show-product-main .carousel-inner .carousel-control-prev:hover i {background-color: rgba(0,0,0,0.1); font-size: 30px; padding: 20px 10px; display: inline-block}
.show-product-thumb .carousel-indicators {margin: 0}
.show-product-thumb .carousel-indicators li {width: 80px; height: 80px; text-indent: 0; border: solid 1px #ddd}
.show-product-thumb .carousel-indicators li img {width: 100%; height: 100%}
.show-product-thumb .carousel-indicators .active {background-color: #EEA888; border: 1px solid #FF6600;}
.show-product-thumb .carousel-indicators .carousel-control-next,
.show-product-thumb .carousel-indicators .carousel-control-prev {border: solid 1px #ccc; width: 40px}
.show-product-thumb .carousel-indicators .carousel-control-next i,
.show-product-thumb .carousel-indicators .carousel-control-prev i {color: #666; font-size: 30px}

.show-product-info .show-title {padding: 10px 0 10px; border-bottom: dotted 1px #ddd; text-align: left; margin: 0}
.show-product-info .show-title h1 {font-size: 18px; line-height: 140%}
.show-product-info .show-title h5 {font-size: 16px; line-height: 140%; color: #999}
.show-product-info .description {font-size: 16px; line-height: 140%; color: #999}
.show-product-info .show-btn {overflow: hidden; margin: 20px 0}
.show-product-info .show-btn a {display: block;color: #337ab7;}
.show-product-info .show-btn a i {margin-right: 10px}

.show-product-info .canshu-list {margin: 20px 0; overflow: hidden}
.show-product-info .canshu-list li {padding: 5px 0; overflow: hidden; font-size: 14px}
.show-product-info .canshu-list li b {min-width: 70px; padding-right: 10px; display: inline-block}
.show-product-info .canshu-list li span {line-height: 26px; padding: 2px 10px; color: #333; border-radius: 0}


.layui-layer-imgbar,
.layui-layer-imguide {display: initial !important;}

/*相关产品*/
.related-product {background-color: #eeeeee; padding: 50px 15px 30px;}
.related-product .dyui-main-header {background-color: #e62e04; border-radius: 5px; height: 50px; line-height: 50px; padding: 10px 20px;}
.related-product .dyui-main-header h3 {color: #fff; font-size: 21px;}
.related-product .dyui-main-header .swiper-button-next,
.related-product .dyui-main-header .swiper-button-prev {position: initial; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 14px; background-color: #fff; border-radius: 2px; border: solid 1px #ddd; margin: 0;}
.related-product .dyui-main-header .swiper-button-next:after,
.related-product .dyui-main-header .swiper-button-prev:after {font-size: 18px; color: #666}
.related-product .swiper-btn {position: relative;}
.related-product .dyui-main-body {position: relative;}
.related-product .swiper-solution {overflow: hidden;}
.related-product .photo-list li .box {display: block; text-align: center; padding: 10px; border: solid 1px #ddd;}
.related-product .photo-list li .t {line-height: 40px; font-size: 14px;}
.related-product .photo-list li img {width: 100%; border: solid 1px #eee;}
.related-product .swiper-button-next,
.related-product .swiper-button-prev {color: #fff;}
.related-product .swiper-button-prev {left: -35px;}
.related-product .swiper-button-next {right: -35px;}




.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;}


/*联系方式*/
.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 .btn i {margin-right: 10px}

/*msg与404*/
.fc-msg-main {text-align: center; padding: 20px 0; background-color: #E6E6E6; padding: 5px; margin-top: 20px}
.fc-msg-main .fc-msg-header {padding-top: 15px; padding-bottom: 15px}
.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-line {height: 46px;}
.dyui-footer-nav {background-color: #eee; height: 46px; border-top: solid 1px #ccc;}
.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: #333; 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}

/*通用订单相关*/
.touchnum .form-control {width: 50px; border-left: 0; border-right: 0; text-align: center; height: 40px;}
.touchnum .input-group-btn {background-color: #f1f1f1; border: solid 1px #ced4da}


.contact-info ul li { margin-bottom: 8px;}
.contact-info ul li.name {font-size: 26px; font-weight: 700}
.contact-info ul li i {margin-right: 8px; width: 22px; display: inline-block}


/*多级分类*/
.dyui-duoji ul li {padding: 5px 0;}
.dyui-duoji ul li .badge {float: right}
.dyui-duoji ul li .btn:hover {color: #fff; opacity: 0.8}
.dyui-duoji ul li .c1.active {color: #fd7900;}
.dyui-duoji ul li .ul-c1 {background-color: #fff; padding: 5px 0 5px 10px;}




.dyui-container{ margin:0 5%; width:auto; max-width:100%;}



.video-background {
  position: absolute; /* 使视频覆盖整个页面 */
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100vh;
  width: auto; 
  height: auto;
  z-index: -100; /* 确保视频在内容之下 */
  overflow: hidden;
}
 
.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 居中视频 */
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}



.header{ width:100%; z-index:9999;}
.header .right{ float:right;}
.header-top{ line-height: 42px; color:#fff;  background: #1e3b67; border-bottom: .15rem solid hsla(0, 0%, 100%, .2);}
.header-top a{ color:#fff; }
.header-top a.i{ border:1px solid #fff; width:18px; height: 18px; border-radius: 3px; display: inline-block; line-height: 12px; text-align: center; vertical-align: middle; margin-right: 14px;}

.header-top a.i img{  display: inline-block;width:auto;height:auto; padding:0;margin:0;}
.dropdown-menu.show{ display:block!important; }
.clear{ clear:both; }

.dyui-container .tit h3{ font-size:18px;}
.dyui-container .tit h2{ font-size:36px; position: relative;}
.dyui-container  .plist{}
.dyui-container  .plist li{ width:calc( 25% - 5px ); float:left; padding:10px; margin-right:6px;  /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); border-bottom:4px solid #ff0000;*/ margin-bottom:30px; }
.dyui-container  .plist li:nth-child(4n){ margin-right:0; }
.dyui-container  .plist li a.img{ display:block; margin:0 auto; margin-bottom:10px; overflow:hidden;}
.dyui-container  .plist li a.img img{ margin:0 auto; width:100%; }
.dyui-container  .plist li a.txt{ display:block; text-align:center; padding-bottom:10px;}
.dyui-container  .plist li a.txt b{ display:block; font-size:24px;}
.dyui-container  .plist li a.txt span{ display:block; font-size:16px;  }
.dyui-container  .plist li a.img:hover img{
    scale: 1.1;
}
.dyui-container  .plist li a.txt:hover{ color:#ff7e00;}
.swiper-container{ }
.parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center; 
    }
    .swiper-slide .title {
        font-size: 30px; width:90%; margin:0 auto;  padding-top: 170px;
        font-weight: 300;color:#fff; text-align: center;
    }
    .swiper-slide .subtitle {
        font-size: 85px;color:#fff; width:90%; margin:0 auto; text-align: center;
    }
    .swiper-slide .text {
        font-size: 22px;  max-width:600px;  margin-left: 5%;  text-align: center;
        
        line-height: 1.3;color:#fff;margin:0 auto;
    }
.swiper-slide .btn{ width:187px; height:64px; line-height: 64px; background: #ff3c00; border-radius: 32px; padding:0; margin-top: 20px; color:#fff; font-size:18px; margin-left:auto; margin-right:auto;  }
.swiper-slide .btn img{ margin-left:20px;}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{ background:none;}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{ background:none;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{ right:70px;}


.s{ cursor: pointer;}

.form{ display: inline-block; vertical-align: middle;  height: 30px; border-radius: 15px; z-index: 99999999; background: #fff; padding: 0; }
.form input.txt1{ display:inline-block; margin:0; vertical-align: top; height: 30px; line-height: 30px; border:0; }
.form input.img1{ display: inline-block; margin: 0; vertical-align: top; padding: 0; margin-top: 5px;} 
.form form{ padding:0; height:30px; padding:0 15px; }


@font-face{font-family:'binblack';src:url('DINBlack.otf');}



.mob8 { padding:60px 0; background:url(../img/cbg.png) no-repeat; background-size:cover; }
.mob8 .lx{ display:inline-block; position: relative; padding: 50px; text-align: left; vertical-align: middle; width:400px;}
.mob8 .lx:before{ display:block; content: " "; position: absolute; left:0; top:0; width:100%; height: 100%; opacity: .7; background: #fff;}
.mob8 .comment-form{ display:inline-block; width:calc( 100% - 700px ); padding:20px 40px; vertical-align: middle; margin-left:100px; }
.mob8 #myform label.col-md-2{ text-align:left; color:#333333; font-size:16px; font-weight:500; padding-left:0; margin-bottom:0; line-height:160%;}
.mob8 #myform .form-group#dr_row_qingdan{ width:100%;}
.mob8 #myform .col-md-10{ text-align:left;}
.mob8 #myform .form-group{ margin-bottom:0;}
.mob8 #myform .theme-btn{ width:150px; height:40px; line-height:40px;display:block;  color:#fff; background:#088ff6;margin:0;  }



footer a:hover{ color:yellow; }

footer #fs .txt{ width:calc( 90% - 80px ); height:56px; float:left; border-bottom-left-radius:5px;  border-top-left-radius:5px; border:0; line-height:56px;}
footer #fs .btn{ width:80px; border-radius:0; float:left; color:#fff; height:56px; border-bottom-right-radius:5px;  border-top-right-radius:5px; background:#088ff6;  }

@font-face {
    font-family: 'harmonyos sans';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url('https://kowze.com/wp-content/uploads/2023/04/HarmonyOS_Sans_Light.ttf') format('truetype');
}

@font-face {
    font-family: 'harmonyos sans';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url('https://kowze.com/wp-content/uploads/2023/04/HarmonyOS_Sans_Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'harmonyos sans';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url('https://kowze.com/wp-content/uploads/2023/04/HarmonyOS_Sans_Black.ttf') format('truetype');
}

@font-face {
    font-family: 'harmonyos sans';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('https://kowze.com/wp-content/uploads/2023/04/HarmonyOS_Sans_Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'harmonyos sans';
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url('https://kowze.com/wp-content/uploads/2023/04/HarmonyOS_Sans_Bold.ttf') format('truetype');
}

#myform .form-group {
    display: inline-block;
    width: calc( 50% - 5px );
    margin-bottom: 0px;
}

#myform #dr_row_content {
    width: 100%;
}
#dr_row_qingdan{ width:100%!important; }
#myform label.col-md-2 {
    width: 100%;
    max-width: 100%;
    display: block;
    color: #fff;
}

#myform .col-md-10 {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
}
#myform label.col-md-2 span{ color:#f00;}
#myform .form-control {
    width: calc(100% - 10px)!important;
    padding: 15px;
    border: 0;
    font-size: 16px;
    border-radius: 3!important;
    background: #E6EFF8;
    margin-bottom: 10px;
}

.btn {
    outline: 0!important
}

.btn:hover {
    transition: all .3s
}

.btn.white:not(.btn-outline) {
    color: #666;
    background-color: #fff;
    border-color: #fff
}
.footer .left .footer-top ul li a{ color:#fff; }
.btn.white:not(.btn-outline).focus,.btn.white:not(.btn-outline):focus {
    color: #666;
    background-color: #e6e6e6;
    border-color: #bfbfbf
}

.btn.white:not(.btn-outline).active,.btn.white:not(.btn-outline):active,.btn.white:not(.btn-outline):hover,.open>.btn.white:not(.btn-outline).dropdown-toggle {
    color: #666;
    background-color: #e6e6e6;
    border-color: #e0e0e0
}

.btn.white:not(.btn-outline).active.focus,.btn.white:not(.btn-outline).active:focus,.btn.white:not(.btn-outline).active:hover,.btn.white:not(.btn-outline):active.focus,.btn.white:not(.btn-outline):active:focus,.btn.white:not(.btn-outline):active:hover,.open>.btn.white:not(.btn-outline).dropdown-toggle.focus,.open>.btn.white:not(.btn-outline).dropdown-toggle:focus,.open>.btn.white:not(.btn-outline).dropdown-toggle:hover {
    color: #666;
    background-color: #d4d4d4;
    border-color: #bfbfbf
}

.btn.white:not(.btn-outline).disabled.focus,.btn.white:not(.btn-outline).disabled:focus,.btn.white:not(.btn-outline).disabled:hover,.btn.white:not(.btn-outline)[disabled].focus,.btn.white:not(.btn-outline)[disabled]:focus,.btn.white:not(.btn-outline)[disabled]:hover,fieldset[disabled] .btn.white:not(.btn-outline).focus,fieldset[disabled] .btn.white:not(.btn-outline):focus,fieldset[disabled] .btn.white:not(.btn-outline):hover {
    background-color: #fff;
    border-color: #fff
}

.btn.white:not(.btn-outline) .badge {
    color: #fff;
    background-color: #666
}

.btn.btn-outline.white {
    border-color: #fff;
    color: #fff;
    background: 0 0
}

.btn.color-demo .color-viewbtn-outline.white.active,.btn.btn-outline.white:active,.btn.btn-outline.white:active:focus,.btn.btn-outline.white:active:hover,.btn.btn-outline.white:focus,.btn.btn-outline.white:hover {
    border-color: #fff;
    color: #666;
    background-color: #fff
}

.btn.white-stripe {
    border-left: 4px solid #fff!important
}

.btn.white.btn-no-border:not(.active) {
    border-color: transparent
}

.btn.default:not(.btn-outline) {
    color: #666;
    background-color: #efefef;
    border-color: #d3cfcf
}

.btn.default:not(.btn-outline) .badge {
    color: #e1e5ec;
    background-color: #666
}

.btn.btn-outline.default {
    border-color: #d3cfcf;
    color: #e1e5ec;
    background: 0 0
}

.btn.btn-outline.default.active,.btn.btn-outline.default:active,.btn.btn-outline.default:active:focus,.btn.btn-outline.default:active:hover,.btn.btn-outline.default:focus,.btn.btn-outline.default:hover {
    border-color: #e1e5ec;
    color: #666;
    background-color: #e1e5ec
}

.btn.default-stripe {
    border-left: 4px solid #e1e5ec!important
}

.btn.default.btn-no-border:not(.active) {
    border-color: transparent
}

.btn.dark:not(.btn-outline) {
    color: #FFF;
    background-color: #2f353b;
    border-color: #2f353b
}

.btn.dark:not(.btn-outline).focus,.btn.dark:not(.btn-outline):focus {
    color: #FFF;
    background-color: #181c1f;
    border-color: #000
}

.btn.dark:not(.btn-outline).active,.btn.dark:not(.btn-outline):active,.btn.dark:not(.btn-outline):hover,.open>.btn.dark:not(.btn-outline).dropdown-toggle {
    color: #FFF;
    background-color: #181c1f;
    border-color: #141619
}

.btn.dark:not(.btn-outline).active.focus,.btn.dark:not(.btn-outline).active:focus,.btn.dark:not(.btn-outline).active:hover,.btn.dark:not(.btn-outline):active.focus,.btn.dark:not(.btn-outline):active:focus,.btn.dark:not(.btn-outline):active:hover,.open>.btn.dark:not(.btn-outline).dropdown-toggle.focus,.open>.btn.dark:not(.btn-outline).dropdown-toggle:focus,.open>.btn.dark:not(.btn-outline).dropdown-toggle:hover {
    color: #FFF;
    background-color: #090a0b;
    border-color: #000
}

.btn.dark:not(.btn-outline).active,.btn.dark:not(.btn-outline):active,.open>.btn.dark:not(.btn-outline).dropdown-toggle {
    background-image: none
}

.btn.dark:not(.btn-outline).disabled.focus,.btn.dark:not(.btn-outline).disabled:focus,.btn.dark:not(.btn-outline).disabled:hover,.btn.dark:not(.btn-outline)[disabled].focus,.btn.dark:not(.btn-outline)[disabled]:focus,.btn.dark:not(.btn-outline)[disabled]:hover,fieldset[disabled] .btn.dark:not(.btn-outline).focus,fieldset[disabled] .btn.dark:not(.btn-outline):focus,fieldset[disabled] .btn.dark:not(.btn-outline):hover {
    background-color: #2f353b;
    border-color: #2f353b
}

.btn.dark:not(.btn-outline) .badge {
    color: #2f353b;
    background-color: #FFF
}

.btn.btn-outline.dark {
    border-color: #2f353b;
    color: #2f353b;
    background: 0 0
}

.btn.btn-outline.dark.active,.btn.btn-outline.dark:active,.btn.btn-outline.dark:active:focus,.btn.btn-outline.dark:active:hover,.btn.btn-outline.dark:focus,.btn.btn-outline.dark:hover {
    border-color: #2f353b;
    color: #FFF;
    background-color: #2f353b
}

.btn.dark.btn-no-border:not(.active) {
    border-color: transparent
}

.btn.green:not(.btn-outline) {
    color: #FFF;
    background-color: #03a193;
    border-color: #03a193
}

.btn.green:not(.btn-outline).focus,.btn.green:not(.btn-outline):focus {
    color: #FFF;
    background-color: #07b6a6;
    border-color: #07b6a6
}

.btn.green:not(.btn-outline).active,.btn.green:not(.btn-outline):active,.btn.green:not(.btn-outline):hover,.open>.btn.green:not(.btn-outline).dropdown-toggle {
    color: #FFF;
    background-color: #07b6a6;
    border-color: #07b6a6
}

.btn.green:not(.btn-outline).active.focus,.btn.green:not(.btn-outline).active:focus,.btn.green:not(.btn-outline).active:hover,.btn.green:not(.btn-outline):active.focus,.btn.green:not(.btn-outline):active:focus,.btn.green:not(.btn-outline):active:hover,.open>.btn.green:not(.btn-outline).dropdown-toggle.focus,.open>.btn.green:not(.btn-outline).dropdown-toggle:focus,.open>.btn.green:not(.btn-outline).dropdown-toggle:hover {
    color: #FFF;
    background-color: #07b6a6;
    border-color: #07b6a6
}

.btn.green:not(.btn-outline).active,.btn.green:not(.btn-outline):active,.open>.btn.green:not(.btn-outline).dropdown-toggle {
    background-image: none
}

.btn.green:not(.btn-outline).disabled.focus,.btn.green:not(.btn-outline).disabled:focus,.btn.green:not(.btn-outline).disabled:hover,.btn.green:not(.btn-outline)[disabled].focus,.btn.green:not(.btn-outline)[disabled]:focus,.btn.green:not(.btn-outline)[disabled]:hover,fieldset[disabled] .btn.green:not(.btn-outline).focus,fieldset[disabled] .btn.green:not(.btn-outline):focus,fieldset[disabled] .btn.green:not(.btn-outline):hover {
    background-color: #03a193;
    border-color: #03a193
}

.btn.green:not(.btn-outline) .badge {
    color: #03a193;
    background-color: #FFF
}

.btn.btn-outline.green {
    background-color: #03a193;
    border-color: #03a193;
    background: 0 0
}

.btn.btn-outline.green.active,.btn.btn-outline.green:active,.btn.btn-outline.green:active:focus,.btn.btn-outline.green:active:hover,.btn.btn-outline.green:focus,.btn.btn-outline.green:hover {
    border-color: #07b6a6;
    color: #FFF;
    background-color: #07b6a6
}

.btn.green.btn-no-border:not(.active) {
    border-color: transparent
}

.btn.blue:not(.btn-outline) {
    color: #FFF;
    background-color: #3fa8e1;
    border-color: #3fa8e1
}

.btn.blue:not(.btn-outline).focus,.btn.blue:not(.btn-outline):focus {
    color: #FFF;
    background-color: #3fa8e1;
    border-color: #3f8bb4
}

.btn.blue:not(.btn-outline).active,.btn.blue:not(.btn-outline):active,.btn.blue:not(.btn-outline):hover,.open>.btn.blue:not(.btn-outline).dropdown-toggle {
    color: #FFF;
    background-color: #3f8bb4;
    border-color: #3f8bb4
}

.btn.blue:not(.btn-outline).active.focus,.btn.blue:not(.btn-outline).active:focus,.btn.blue:not(.btn-outline).active:hover,.btn.blue:not(.btn-outline):active.focus,.btn.blue:not(.btn-outline):active:focus,.btn.blue:not(.btn-outline):active:hover,.open>.btn.blue:not(.btn-outline).dropdown-toggle.focus,.open>.btn.blue:not(.btn-outline).dropdown-toggle:focus,.open>.btn.blue:not(.btn-outline).dropdown-toggle:hover {
    color: #FFF;
    background-color: #3f8bb4;
    border-color: #3f8bb4
}

.btn.blue:not(.btn-outline).active,.btn.blue:not(.btn-outline):active,.open>.btn.blue:not(.btn-outline).dropdown-toggle {
    background-image: none
}

.btn.blue:not(.btn-outline).disabled.focus,.btn.blue:not(.btn-outline).disabled:focus,.btn.blue:not(.btn-outline).disabled:hover,.btn.blue:not(.btn-outline)[disabled].focus,.btn.blue:not(.btn-outline)[disabled]:focus,.btn.blue:not(.btn-outline)[disabled]:hover,fieldset[disabled] .btn.blue:not(.btn-outline).focus,fieldset[disabled] .btn.blue:not(.btn-outline):focus,fieldset[disabled] .btn.blue:not(.btn-outline):hover {
    background-color: #3fa8e1;
    border-color: #3fa8e1
}

.btn.blue:not(.btn-outline) .badge {
    color: #3fa8e1;
    background-color: #FFF
}

.btn.btn-outline.blue {
    border-color: #3fa8e1;
    color: #3fa8e1;
    background: 0 0
}

.btn.btn-outline.blue.active,.btn.btn-outline.blue:active,.btn.btn-outline.blue:active:focus,.btn.btn-outline.blue:active:hover,.btn.btn-outline.blue:focus,.btn.btn-outline.blue:hover {
    border-color: #3fa8e1;
    color: #FFF;
    background-color: #3fa8e1
}

.btn.blue-meadow:not(.btn-outline) {
    color: #FFF;
    background-color: #3fa8e1;
    border-color: #3fa8e1
}

.btn.blue-meadow:not(.btn-outline).active,.btn.blue-meadow:not(.btn-outline):active,.btn.blue-meadow:not(.btn-outline):hover,.open>.btn.blue-meadow:not(.btn-outline).dropdown-toggle {
    color: #FFF;
    background-color: #6eb5db;
    border-color: #6eb5db
}

.btn.blue.btn-no-border:not(.active) {
    border-color: transparent
}

.btn.grey:not(.btn-outline) {
    color: #333;
    background-color: #E5E5E5;
    border-color: #E5E5E5
}

.btn.grey:not(.btn-outline).focus,.btn.grey:not(.btn-outline):focus {
    color: #333;
    background-color: #ccc;
    border-color: #a5a5a5
}

.btn.grey:not(.btn-outline).active,.btn.grey:not(.btn-outline):active,.btn.grey:not(.btn-outline):hover,.open>.btn.grey:not(.btn-outline).dropdown-toggle {
    color: #333;
    background-color: #ccc;
    border-color: #c6c6c6
}

.btn.grey:not(.btn-outline).active.focus,.btn.grey:not(.btn-outline).active:focus,.btn.grey:not(.btn-outline).active:hover,.btn.grey:not(.btn-outline):active.focus,.btn.grey:not(.btn-outline):active:focus,.btn.grey:not(.btn-outline):active:hover,.open>.btn.grey:not(.btn-outline).dropdown-toggle.focus,.open>.btn.grey:not(.btn-outline).dropdown-toggle:focus,.open>.btn.grey:not(.btn-outline).dropdown-toggle:hover {
    color: #333;
    background-color: #bababa;
    border-color: #a5a5a5
}

.btn.grey:not(.btn-outline).active,.btn.grey:not(.btn-outline):active,.open>.btn.grey:not(.btn-outline).dropdown-toggle {
    background-image: none
}

.btn.grey:not(.btn-outline).disabled.focus,.btn.grey:not(.btn-outline).disabled:focus,.btn.grey:not(.btn-outline).disabled:hover,.btn.grey:not(.btn-outline)[disabled].focus,.btn.grey:not(.btn-outline)[disabled]:focus,.btn.grey:not(.btn-outline)[disabled]:hover,fieldset[disabled] .btn.grey:not(.btn-outline).focus,fieldset[disabled] .btn.grey:not(.btn-outline):focus,fieldset[disabled] .btn.grey:not(.btn-outline):hover {
    background-color: #E5E5E5;
    border-color: #E5E5E5
}

.btn.grey:not(.btn-outline) .badge {
    color: #E5E5E5;
    background-color: #333
}

.btn.btn-outline.grey {
    border-color: #E5E5E5;
    color: #E5E5E5;
    background: 0 0
}

.btn.btn-outline.grey.active,.btn.btn-outline.grey:active,.btn.btn-outline.grey:active:focus,.btn.btn-outline.grey:active:hover,.btn.btn-outline.grey:focus,.btn.btn-outline.grey:hover {
    border-color: #E5E5E5;
    color: #333;
    background-color: #E5E5E5
}

.btn.grey.btn-no-border:not(.active) {
    border-color: transparent
}

.btn.red:not(.btn-outline) {
    color: #fff;
    background-color: #e7505a;
    border-color: #e7505a
}

.btn.red:not(.btn-outline).focus,.btn.red:not(.btn-outline):focus {
    color: #fff;
    background-color: #e12330;
    border-color: #a1161f
}

.btn.red:not(.btn-outline).active,.btn.red:not(.btn-outline):active,.btn.red:not(.btn-outline):hover,.open>.btn.red:not(.btn-outline).dropdown-toggle {
    color: #fff;
    background-color: #e12330;
    border-color: #dc1e2b
}

.btn.red:not(.btn-outline).active.focus,.btn.red:not(.btn-outline).active:focus,.btn.red:not(.btn-outline).active:hover,.btn.red:not(.btn-outline):active.focus,.btn.red:not(.btn-outline):active:focus,.btn.red:not(.btn-outline):active:hover,.open>.btn.red:not(.btn-outline).dropdown-toggle.focus,.open>.btn.red:not(.btn-outline).dropdown-toggle:focus,.open>.btn.red:not(.btn-outline).dropdown-toggle:hover {
    color: #fff;
    background-color: #c51b26;
    border-color: #a1161f
}

.btn.red:not(.btn-outline).active,.btn.red:not(.btn-outline):active,.open>.btn.red:not(.btn-outline).dropdown-toggle {
    background-image: none
}

.btn.red:not(.btn-outline).disabled.focus,.btn.red:not(.btn-outline).disabled:focus,.btn.red:not(.btn-outline).disabled:hover,.btn.red:not(.btn-outline)[disabled].focus,.btn.red:not(.btn-outline)[disabled]:focus,.btn.red:not(.btn-outline)[disabled]:hover,fieldset[disabled] .btn.red:not(.btn-outline).focus,fieldset[disabled] .btn.red:not(.btn-outline):focus,fieldset[disabled] .btn.red:not(.btn-outline):hover {
    background-color: #e7505a;
    border-color: #e7505a
}

.btn.red:not(.btn-outline) .badge {
    color: #e7505a;
    background-color: #fff
}

.btn.btn-outline.red {
    border-color: #e7505a;
    color: #e7505a;
    background: 0 0
}

.btn.btn-outline.red.active,.btn.btn-outline.red:active,.btn.btn-outline.red:active:focus,.btn.btn-outline.red:active:hover,.btn.btn-outline.red:focus,.btn.btn-outline.red:hover {
    border-color: #e7505a;
    color: #fff;
    background-color: #e7505a
}

.btn.red-stripe {
    border-left: 4px solid #e7505a!important
}

.btn.red.btn-no-border:not(.active) {
    border-color: transparent
}

.btn.yellow:not(.btn-outline) {
    color: #fff;
    background-color: #c49f47;
    border-color: #c49f47
}

.btn.yellow:not(.btn-outline).focus,.btn.yellow:not(.btn-outline):focus {
    color: #fff;
    background-color: #a48334;
    border-color: #6a5422
}

.btn.yellow:not(.btn-outline).active,.btn.yellow:not(.btn-outline):active,.btn.yellow:not(.btn-outline):hover,.open>.btn.yellow:not(.btn-outline).dropdown-toggle {
    color: #fff;
    background-color: #a48334;
    border-color: #9c7c32
}

.btn.yellow:not(.btn-outline).active.focus,.btn.yellow:not(.btn-outline).active:focus,.btn.yellow:not(.btn-outline).active:hover,.btn.yellow:not(.btn-outline):active.focus,.btn.yellow:not(.btn-outline):active:focus,.btn.yellow:not(.btn-outline):active:hover,.open>.btn.yellow:not(.btn-outline).dropdown-toggle.focus,.open>.btn.yellow:not(.btn-outline).dropdown-toggle:focus,.open>.btn.yellow:not(.btn-outline).dropdown-toggle:hover {
    color: #fff;
    background-color: #896d2c;
    border-color: #6a5422
}

.btn.yellow:not(.btn-outline).active,.btn.yellow:not(.btn-outline):active,.open>.btn.yellow:not(.btn-outline).dropdown-toggle {
    background-image: none
}

.btn.yellow:not(.btn-outline).disabled.focus,.btn.yellow:not(.btn-outline).disabled:focus,.btn.yellow:not(.btn-outline).disabled:hover,.btn.yellow:not(.btn-outline)[disabled].focus,.btn.yellow:not(.btn-outline)[disabled]:focus,.btn.yellow:not(.btn-outline)[disabled]:hover,fieldset[disabled] .btn.yellow:not(.btn-outline).focus,fieldset[disabled] .btn.yellow:not(.btn-outline):focus,fieldset[disabled] .btn.yellow:not(.btn-outline):hover {
    background-color: #c49f47;
    border-color: #c49f47
}

.btn.yellow:not(.btn-outline) .badge {
    color: #c49f47;
    background-color: #fff
}

.last-border-none tr:last-child, .last-border-none tr:last-child td {
    border-bottom: 0px !important;
}

.btn.btn-outline.yellow {
    border-color: #c49f47;
    color: #c49f47;
    background: 0 0
}

.btn.btn-outline.yellow.active,.btn.btn-outline.yellow:active,.btn.btn-outline.yellow:active:focus,.btn.btn-outline.yellow:active:hover,.btn.btn-outline.yellow:focus,.btn.btn-outline.yellow:hover {
    border-color: #c49f47;
    color: #fff;
    background-color: #c49f47
}

.btn.yellow-stripe {
    border-left: 4px solid #c49f47!important
}

.btn.yellow.btn-no-border:not(.active) {
    border-color: transparent
}

.btn-circle {
    border-radius: 25px!important;
    overflow: hidden
}

.btn-circle-right {
    border-radius: 0 25px 25px 0!important
}

.btn-circle-left {
    border-radius: 25px 0 0 25px!important
}

.btn-circle-bottom {
    border-radius: 0 0 25px 25px!important
}

.btn-circle-top {
    border-radius: 25px 25px 0 0!important
}

.btn-icon-only {
    height: 34px;
    width: 34px;
    text-align: center;
    padding-left: 0;
    padding-right: 0
}
.theme-btn{ background: #ff3c00;  border-radius: 3px; width:350px; height: 50px; line-height: 50px; text-align: center; color:#fff; font-size: 16px; border:0; margin:0 auto; }

.dyui-footer-line{ display:none;}
.copyright{ line-height:50px; text-align:center; color:#fff; font-size:18px;}
.copyright .dyui-container{ border-top:1px solid #414244;}
.mob8{  padding:60px 0 0 0; text-align: center;}
.mob8 .left{ display: inline-block; vertical-align: middle;}
.mob8 .left h2{ font-size:22px; color:#ff3c00; margin-bottom: 10px; text-align: left;}
.mob8 .left p{ font-size:16px; color:#ffffff; text-align: left; }
.mob8 .right{ display: inline-block; vertical-align: middle; margin-left: 40px; width:40%;}
.mob8 form{ background: #fff; border:0; border-radius: 5px; padding:4px; line-height: 48px; width:calc( 100% - 40px );}
.mob8 form input.eml{ display: inline-block; height: 48px;line-height: 48px; width:calc( 100% - 145px ); border:0; padding: 0;vertical-align: middle;}
.mob8 form input.sbtn{ width:140px; display: inline-block; vertical-align: middle; padding: 0; background: #ff3c00; color:#fff; font-size:16px; border:0; height: 48px; line-height: 48px;  }
.mob8 .dyui-container{ padding-bottom: 60px;}
#dyui-collapsenav li img{ display: inline-block; vertical-align: top; margin-top: 13px;}
#dyui-collapsenav li select{ display: inline-block; vertical-align: top; border:0; background: #ff3c00; color:#fff; margin-top: 13px; padding:5px; border-radius: 5px; }
.lng{ display: none;}
@media(min-width:767px) {
.header.active{ position:fixed; left:0; top:0; background:#fff; opacity:1;border-bottom: .2rem solid #1e3b67;}
.header.active .header-top{ display:none;}
}
.dropdown-toggle::after{ display:none;}

.footer-bottom{ background: #1f1f1f; height: 45px; line-height: 45px;}
.footer-bottom p{ text-align:left;}
#scrollUp {
    display: none;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-image: url(../images/back-to-top.png);
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background-color: rgba(10,10,10,0.65);
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear
}

#scrollUp:hover {
    background-color: #2890ff
}


.swiper1{ margin-bottom:40px;}
:root{
    --main-color: #D72638;
    --secondary-color: #001F54;
    --secondary-color: #000;
    --accent-color: #E94858;
    --black: #000; 
    --white: #fff;
    --light-grey: #E6E6E6;
    --grey: #666; 
    --custom-bg: rgba(0, 0, 0, 0.7);
    --border-radius-1: 0.5rem;
    --border-radius-2: 1rem;
    --border-radius-3: 15px 50px 30px 5px;
    --linear: linear-gradient(144deg, #D72638, var(--accent-color));
    --border: 0.1rem solid rgba(0, 0, 0, 0.1);
    --custom-border: 0.5rem solid #D72638;
    --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    --custom-clip-path: polygon(0 20%, 20% 0, 80% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 80%);
}


.box-container .footer-item{ display:inline-block; vertical-align: top; padding-right: 60px;}


.whatsapp{ position:absolute;right:0; bottom:0; background: #26d366; width:250px; border-top-left-radius: 10px; border-top-right-radius: 10px; height: 70px; line-height: 70px; font-size:25px;}
.whatsapp img{ margin-right:10px; }
footer{ padding-bottom:0;}
.footer .content p,
.footer .content a{
    font-size: 18px;
    color: var(--white);
}
.msgs p{ margin-bottom: 10px;}
.msgs .txt{ width:calc( 50% - 10px ); height:40px; border:0; }
.msgs .txtarea{ width:calc( 100% - 10px ); height:100px;}


.msgs .btn {
    background-image: linear-gradient(144deg, var(--main-color), var(--accent-color), var(--main-color));
    background-size: 300% 100%;
    border-radius: var(--border-radius-2);
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    padding: 15px 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}


#newsletter-form .btn {
    background-image: linear-gradient(144deg, var(--main-color), var(--accent-color), var(--main-color));
    background-size: 300% 100%;
    border-radius: var(--border-radius-2);
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    padding: 15px 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}


.mob1 .warp{ padding-top:90px;}
.mob1 { padding-bottom:80px;}
.warp .tit{ text-align:center; font-size:50px; color:#000000; font-family:'Impact'; }
.warp .tit a{ color:#000;}
.mob1 .ibox{ padding-top:75px; padding-bottom:84px;}
.mob1 .ibox .item{ width:calc( 33.33% - 20px ); padding-bottom:40px; margin-left:30px; border:3px solid #eeeeee; padding-top:50px; text-align:center; float:left; margin-right:0; cursor:pointer; float:left;}
.mob1 .ibox .item:first-child{ margin-left:0;}
.mob1 .ibox .item img{ margin:0 auto;}
.mob1 .ibox .item h3{ font-size:24px; color:#333333; display:block; margin-top:30px; margin-bottom:10px;}
.mob1 .ibox .item p{ font-size:16px; color:#999999;  line-height:160%; width:80%; margin:0 auto;}

.mob1 .ibox .item:hover{ transform:translateY(-10px);}

.mob1 .ilist ul li{ display:inline-block; width:calc( 25% - 15px ); margin-right:20px; overflow:hidden; float:left; }
.mob1 .ilist ul li:nth-child(4){ margin-right:0;}
.mob1 .ilist ul li img{ width:100%;}
.mob1 .ilist ul li a:hover img{ transform: scale(1.1);}


.mob1,.mob2,.mob3,.mob4,.mob5,.mob6,.mob7,.mob8,.mob9{padding:60px 0;}



.mob2{ background:#f6f6f6; padding-top:80px; }
.mob2 .tab{ text-align:center; padding-top:68px;}
.mob2 .tab a{ margin:0 8px; display:inline-block; border:1px solid #FF9900; background:#fff; padding:13px 47px; font-size:16px; color:#000000; }
.mob2 .tab a.on{ color:#fff; border:1px solid #FF9900; background:#FF9900;}





.mob2 .list{ padding-top:55px; }
.mob2 .item{ width: calc( 20% - 15px ); float:left; margin-right:15px; margin-bottom:30px; }
.mob2 .item:nth-child(5n){ margin-right:0;}
.mob2 .item a.img{ display:block;  position:relative; overflow:hidden;  }
.mob2 .item a.img:before{ display:block; position:absolute; content:" "; width:100%; height:100%;background-color: rgba(0, 0, 0, 0.7);  transform: translate(0,-100%);transition: 0.5s linear 0s;}
.mob2 .item a.img:hover:before{ transform: translate(0,0);  }

.mob2 .list{ display:none;}
.mob2 .list.on{ display:block;}


.mob2 .item a.img img{ max-width:100%;}


.mob2 .item a.img:hover img{}
.mob2 .item a.txt{ overflow:hidden; text-overflow:ellipsis; height:62px; line-height:62px;  font-size:16px; color:#000000; display:block; text-align:left; width:100%;}
.mob2 .item a.txt font{ color:#d50032; padding:0 5px 0 5px; font-weight:bold;}



.mob3{}
.mob3 .left{ width:50%; float:left; background:url(../img/a1.png) no-repeat; background-size: cover; height:690px;}
.mob3 .right{ width:50%; float:left;height:690px;}
.mob3 .right img{ width:100%;}
.mob3 .left .about{ width:90%; float:right; padding-top:84px; padding-right:50px; padding-bottom:76px;}
.mob3 .left .about .tit{ color:#fff; margin-bottom:20px; font-size:50px; font-weight:bold;}
.mob3 .left .about p{ font-size:16px; color:#fff; line-height:160%;}
.mob3 .left .about a.more{ width:150px; height:40px; line-height:40px; text-align:center; color:#fff; background:#ffa200; font-size:16px; display:block; border-radius:40px; margin-top:28px; margin-bottom:40px;}
.mob3 .left .about a.more:hover{background:#fff; color:#ffa200; }

.mob3 .left .about .box .item{ display:inline-block; width:calc( 33.33% - 20px ); margin-right:20px; background:url(../img/1.png) no-repeat; position:relative; background-size:contain; width:210px; height:115px; vertical-align:top; padding-top:20px; padding-left:20px; cursor:pointer; }
.mob3 .left .about .box .item:last-child{ margin-right:0;}

.mob3 .left .about .box .item b{ display:block; width:26px; height:26px; margin-bottom:10px; }

.mob3 .left .about .box .item:nth-child(1) b{background:url(../img/a3.png) no-repeat ;}
.mob3 .left .about .box .item:nth-child(2) b{background:url(../img/a4.png) no-repeat ;}
.mob3 .left .about .box .item:nth-child(3) b{background:url(../img/a5.png) no-repeat ;}
.mob3 .left .about .box .item span{ display:block; text-align:left;  width:120px; font-size:16px; color:#000000;}
.mob3 .left .about .box .item i{ position:absolute; width:20px; height:10px; background:url(../img/j.png) no-repeat; right:30px; bottom:55px;}
.mob3 .left .about .box .item:hover{  background:url(../img/11.png) no-repeat; background-size: contain;}
.mob3 .left .about .box .item:nth-child(1):hover b{background:url(../img/a3on.png) no-repeat ;}
.mob3 .left .about .box .item:nth-child(2):hover b{background:url(../img/a4on.png) no-repeat ;}
.mob3 .left .about .box .item:nth-child(3):hover b{background:url(../img/a5on.png) no-repeat ;}
.mob3 .left .about .box .item:hover span{ color:#fff;}
.mob3 .left .about .box .item:hover i{ background:url(../img/jon.png) no-repeat;}


.mob4 { padding-top:106px;}
.mob4 .box{ padding-top:65px;}
.mob4 .box .item{ width:calc( 33.33% - 33px ); margin-right:45px; display:inline-block; border-bottom:8px solid #23499f; vertical-align:top; }
.mob4 .box .item:last-child{ margin-right:0;}

.mob4 .box .item a.img{ display:block; overflow:hidden;}
.mob4 .box .item a.img img{ width:100%; }
.mob4 .box .item a.img:hover img{ transform: scale(1.1);}
.mob4 .box .item a.txt{ display:block; background:#f8f8f8; padding:25px 15px;  }
.mob4 .box .item a.txt b{ display:block; font-size:16px; margin-bottom:10px; color:#333333;}
.mob4 .box .item a.txt span{ display:block; font-size:14px; margin-bottom:10px; color:#666666; height:57px;}

.mob4 a.more{ width:150px; height:40px; line-height:40px; text-align:center; color:#fff; background:#ffa200; font-size:16px; display:block; border-radius:40px;  margin:0 auto;margin-top:52px; margin-bottom:88px;border:1px solid #ffa200; }
.mob4 a.more:hover{background:#fff; border:1px solid #ffa200; color:#ffa200; }

.mob5{ background:url(../img/sbg.png) no-repeat; background-size: cover; padding-top:85px; padding-bottom:40px; padding-bottom:50px;}
.mob5 .tit{ color:#fff; font-size:36px; margin-bottom:25px;}
.mob5 .warp{ max-width: 1000px; margin:0 auto;}


#jsselect{ position:relative; float:right; z-index:9999999999999999; margin-left:20px; }
#jsselect span{ color:#212529;}
#jsselect img{ width:32px; height:32px; padding:0; margin-right:10px; display:inline-block; margin-top: 0; }
#jsselect ul{z-index:9999999999999999; position:absolute; display:none; left:0; top:40px; width:160px; background:#fff; padding:0px; }
#jsselect ul li{ cursor:pointer; padding:0 5px;}
#jsselect ul li:hover{ background:#0f3661; color:#fff;}
#jsselect ul li:hover a{ color:#fff;}
#jsselect:hover ul{ display:block;}
#jsselect ul li a{ color:#070707;}
#jsselect ul li:hover a:hover{ color:#fff;}
#jsselect ul li img{ margin-top:0;}


.footer{ background:#2c2c2c; padding-top:46px;  }
.footer .btop{ padding-bottom:25px; border-bottom:1px solid #3f3f3f;color:#fff; font-size:14px; }

.footer .ewm{ display:inline-block; width:25%; vertical-align:top; text-align:center; color:#fff; font-size:16px; margin-right:0;margin-top: -35px;}
.footer .ewm a.flogo{ display:block; margin-bottom:15px; margin-left:0; }
.footer .ewm a.flogo img{ display:block; }
.footer .ewm  .box .left{ width:calc( 100% - 140px ); float:left; text-align:left;}
.footer .ewm  .box .left p { margin-top:40px; margin-bottom:0;}
.footer .ewm  .box .left p img{ display:inline; margin-right:8px;}
.footer .ewm  .box .right{ float:left; margin-right: 20px;}
.footer .ewm  .box .right img{ width:120px; height:120px; float:left; margin-right:40px;}

.footer .item{ display:inline-block; vertical-align:top; text-indent: 20px;}
.footer .item:nth-child(2){ width:20%;}
.footer .item:nth-child(3){ width:20%;}
.footer .item:nth-child(4){ width:25%;}
.footer .item h2{ font-size:20px; position: relative; margin-bottom: 30px; }

.footer .item ul li{ line-height:200%; margin-bottom:10px; font-size:16px;} 
.footer .item ul li a{ color:#fff;}
.footer .item ul li a:hover{ color:#ffa200;}

.footer .item:nth-child(4) p { text-align:left; margin-bottom:20px;}
.footer .item:nth-child(4) p img{ display:inline-block; margin-right: 32px; }
.footer .item:nth-child(4) p a{ color:#fff;}
.footer .item:nth-child(4) p a:hover{ color:#ffa200;}
.footer .bottom{  background:#000000; height:50px; line-height:50px; text-align:center; color:#ffffff; font-size:14px;}
.footer .bottom span{float:right;}
.footer .bottom a{ color:#fff;}

.dyui-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    


.sjhome2 {
    background-color: #fff;
    border-radius: 0;
    margin-top: 20px;
    box-shadow: 0 0 10px #e1e1e1;
    padding: 20px;
}

.sjhome2top {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
}

.sjhome2top .img img {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    width: 80px;
}

.sjhome2top h2 {
    margin-left: 20px;
    font-size: 20px;
}

.sjhome2nav {
    margin: 10px -20px 0;
    overflow: hidden;
    text-align: center;
}

.sjhome2nav a {
    float: left;
    width: 23%;
    margin: 0 1%;
}

.sjhome2nav a img {
    width: 70%;
    display: block;
    margin: auto;
}

.sjhome2nav a p {
    margin-top: 0px;
    color: #666666;
    font-size: 12px;
}

.sjhome3 {
    margin-top: 20px; margin-bottom:20px;
    /*display: -webkit-flex;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;*/
    background-color: #fff;
    border-radius: 0;
    margin-top: 20px;
    box-shadow: 0 0 10px #e1e1e1;
    padding: 20px;
    
}

.sjhome3left, .sjhome3right {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #e1e1e1;
    padding: 5px 5px;
    width: 49%;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
}
.sjhome3left .info h3{ font-size:14px;}
.sjhome3left .info p{ font-size:12px;}
.sjhome3left .img {
    width: 43%;
}

.sjhome3left .img img{ width:100%;height: auto!important; }
#qrcode{ width:200px; margin:0 auto;display:block; }
#qrcode img{ width:200px;}
.sjhome3left .info {
    flex: 1;
    margin-left: 0px;
}

.sjhome3left .info h5 {
    font-size: 14px;
}

.sjhome3left .info p {
    color: #666666;
    font-size: 12px;
   
}

.sjhome3right dl {
    width: 50%;
    text-align: center;
    position: relative;
}

.sjhome3right dl dt img {
    width: 40px;
}

.sjhome3right dl dd {
    font-size: 12px;
    margin-top: 0px;
}

.sjhome3right {
    padding: 10px 0 ;
}

.sjhome3right dl:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #dcdcdc;
}

.sjhome3right dl:last-child:after {
    display: none;
}

#cas{ background-color:#eee; }
#cas ul{ padding:20px; }
#cas ul li{ margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #ddd; }
#cas ul li i{ display:inline-block; vertical-align:middle; font-size:30px; margin-right:20px; }
#cas ul li span{ display:inline-block; vertical-align:middle;  }
#cas ul li span font{ display:block; }
#cas ul li span b{ display:block; font-size:20px; }
