.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 .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: #fff; 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}



.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: 20px 0; overflow: hidden; line-height: 200%; color:#fff;}
footer a {color:#fff;}
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}
footer dl dt{ font-size:16px; margin-bottom:10px;}
footer dl dd>a{ display:block; color:#d0d0d1; }
footer dl .flogo{ margin-bottom:10px;}
footer dl p{ margin-bottom:10px;}
footer dl:nth-child(1){ flex: 0 0 30%; max-width: 30%;}
footer dl:nth-child(2){ flex: 0 0 13%; max-width: 13%;}
footer dl:nth-child(3){ flex: 0 0 13%; max-width: 13%;}
footer dl:nth-child(4){ flex: 0 0 13%; max-width: 13%;}
footer dl:nth-child(5){ flex: 0 0 13%; max-width: 13%;}
footer dl:nth-child(6){ flex: 0 0 18%; max-width: 18%;}
footer dl a:hover{ color:#ff3c00;}
@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; background: #000;}
.header .right{ float:right;}
.header-top{ line-height: 42px; color:#fff; border-bottom: .15rem solid hsla(0, 0%, 100%, .2);}
.header-top a{ color:#fff; }
.header-top svg{ vertical-align:middle; margin-right:10px; }
.dropdown-menu.show{ display:block!important; }
.clear{ clear:both; }
.dyui-container .tit{ text-align:center; margin-bottom:50px; }
.dyui-container .tit h3{ font-size:18px;}
.dyui-container .tit h2{ font-size:36px;}
.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{ height:648px;}
.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;}



.index_about{ padding-top: 60px; padding-bottom: 90px; }
.index_about .left{ width:calc( 55% - 30px ); display: inline-block;vertical-align: top; padding-right: 30px;}
.index_about .right{ width:calc( 45% - 5px ); display: inline-block; vertical-align: middle;}
.index_about .right img{ max-width:100%; cursor: pointer;}
.index_about .right img:hover{scale: 1.1;}


.index_about .left h3{ color:#ff3c00; font-size:16px;  margin-top: 20px; margin-bottom: 15px; }
.index_about .left h2{ color:#000000; font-size:36px; font-weight: bold;  position: relative; margin-bottom: 50px; }
.index_about .left h2:before{ position:absolute; left:0; bottom:-20px; background: #ff3c00; height: 6px; width:56px; content: " "; }
.index_about .left p{ font-size:16px; color:#333333; line-height: 200%; }
.index_about .left a.btn{ width:160px; height: 50px ;line-height: 50px;  text-align: center; color:#ff7e00; border-radius: 25px; border:1px solid #ff7e00; margin-top: 40px; padding:0; }
.index_about .left a.btn:hover{ background: #ff7e00; color:#fff; }

.pro-title{ background:url(../img/mob2_bg.jpg) no-repeat center; background-size:  cover; padding-top: 36px; padding-bottom: 70px;}
.pro-title h3{ font-size:16px; color:#ffffff; text-align: center; margin-bottom: 20px;}
.pro-title h2{ font-size:36px; color:#ffffff; text-align: center; position: relative; }
.pro-title h2:before{ position:absolute; left:calc( 50% - 32px ); content: " "; bottom:-20px; width:64px; height:6px; background: #fff; }


.mob1{ padding-top:50px;}




.index-gccj{ background: #f6f6f6; padding-top:80px; padding-bottom: 110px;  }
.index-gccj .tit{}
.index-gccj .tit h3{ font-size:16px; color:#ff3c00; text-align: center; margin-bottom: 20px;}
.index-gccj .tit h2{ font-size:36px; color:#000000; text-align: center; position: relative; }
.index-gccj .tit h2:before{ position:absolute; left:calc( 50% - 32px ); content: " "; bottom:-20px; width:64px; height:6px; background: #ff3c00; }
.index-gccj  .box{ display:flex;}
.index-gccj  .box .item{ margin-right:20px; margin-bottom: 20px;}
.index-gccj  .box .item:last-child{ margin-right:0;}
.index-gccj  .box .item img{ max-width:100%;width:100%;}








.mob2{
   background: url(../img/mob4_bg.jpg) no-repeat center; 
	padding:90px 0;
}
.mob2 .left{ display: inline-block; vertical-align: middle;width:calc( 40% - 5px ); position: relative;}
.mob2 .left img{ max-width:100%;}
.mob2 .left .jt{  padding: 20px; background: url(../img/mob4_bg_1.jpg) no-repeat; position: absolute;right:-40px; bottom:-40px; font-size:24px; color:#fff; }
.mob2 .left .jt img{ display:block; margin-left: 60px; margin-top: 10px; }
.mob2 .right{ display:inline-block; vertical-align: top; width:calc( 60% - 130px ); padding-left: 130px;}
.mob2 .right .tit{}
.mob2 .right .tit h3{ font-size:16px; color:#ff3c00; text-align: left; margin-bottom: 20px;}
.mob2 .right .tit h2{ font-size:36px; color:#fff; text-align: left; position: relative; }
.mob2 .right .tit h2:before{ position:absolute; left:0; content: " "; bottom:-20px; width:64px; height:6px; background: #ff3c00; }
.mob2 .right .box{}
.mob2 .right .box .item{ display:inline-block; width:calc( 50% - 5px ); vertical-align: top; margin-top: 40px; }
.mob2 .right .box .item img{ display:inline-block;  vertical-align: middle; margin-right: 10px; }
.mob2 .right .box .item span{ width:calc( 100% - 60px ); display:inline-block; vertical-align: middle; color:#fff; }
.mob2 .right .box .item span b{ display: block; font-size:16px; color:#fff; font-weight: bold; margin-bottom: 10px; }
.mob2 .right .box .item span em{ display: block; font-size:16px; color:#bbbbbb; font-style: normal; }




.mob3{ background:url(../img/mob3bg.jpg) no-repeat center; background-attachment:fixed; background-size:cover; padding:40px 0; margin-bottom:50px; }
.mob3 ul li{ width:calc( 25% - 7px ); float:left; color:#fff; margin-right:9px; position:relative; padding:20px;  }
.mob3 ul li:nth-child(4n){ margin-right:0;}
.mob3 ul li:after{ display:block; content:" "; width:100%; height:100%; background:#fff; opacity:.5; z-index:1; left:0; top:0; position:absolute; border-radius:5px;}
.mob3 ul li img{ display:inline-block; vertical-align:middle; margin-right:10px; }
.mob3 ul li span{ display:inline-block; vertical-align:middle;}
.mob3 ul li span b{ display:block; font-size:45px; font-weight:normal; margin-bottom:0; }
.mob3 ul li span em{ display:block; font-size:20px; font-style:normal;  }

.mob4 .left{ width:calc( 25% - 15px ); margin-right:10px; display:inline-block; vertical-align:top;}
.mob4 .center{ width:calc( 50% - 30px ); margin-left:5px; margin-right:5px;  display:inline-block; vertical-align:top;}
.mob4 .right{ width:calc( 25% - 15px ); margin-left:10px; display:inline-block; vertical-align:top;}
.mob4 .left img{ width:100%;}
.mob4 .center img{width:100%;  }

.mob4 .right img{ width:100%;}

.mob4 a{ overflow: hidden;  margin-bottom:18px;  display:block; width:100%; height:100%;}
.mob4 .center a{ margin-bottom:32px;}
.mob4 a:hover  img{
    scale: 1.1;
}
.mob5 { margin-top:80px;}
.mob5 .tit h3{ font-size:16px; color:#ff3c00; text-align: center; margin-bottom: 20px;}
.mob5 .tit h2{ font-size:36px; color:#00; text-align: center; position: relative; }
.mob5 .tit h2:before{ position:absolute; left:calc( 50% - 32px ); content: " "; bottom:-20px; width:64px; height:6px; background: #ff3c00; }
.mob5 .box{ display: flex;align-items:center;}
.mob5 .left{ display: inline-block; width:calc( 50% - 25px ); margin-right: 20px;vertical-align: top; }
.mob5 .left a.img{display: block; overflow: hidden;}
.mob5 .left a.img img{ max-width:100%; }
.mob5 .left a.img:hover img{ scale: 1.1;}
.mob5 .left a.txt{ display: block; padding: 15px; background: #f6f6f6;  }
.mob5 .left a.txt span{ display: block;  font-size:14px; color:#888888; margin-bottom: 5px; }
.mob5 .left a.txt b{ display: block; color:#000000; font-size:16px; margin-bottom: 5px;  }
.mob5 .left a.txt em{ display: block; font-size:15px; color:#666666; font-style: normal; }
.mob5 .left a.txt em i{ color:#ff3c00; font-style: normal;}

.mob5 .right{ display: inline-block; width:calc( 50% - 25px ); margin-left: 20px;vertical-align: top; }
.mob5 .right .item{ display: flex;align-items:center; margin-bottom: 20px;  }
.mob5 .right a.img{ overflow: hidden; width:65%; }
.mob5 .right a.img img{ max-width:100%; }
.mob5 .right a.img:hover img{ scale: 1.1;}
.mob5 .right a.txt{ display: block; padding: 15px;  }
.mob5 .right a.txt span{ display: block;  font-size:14px; color:#888888; margin-bottom: 10px; }
.mob5 .right a.txt b{ display: block; color:#000000; font-size:16px; margin-bottom: 10px;  }
.mob5 .right a.txt em{ display: block; font-size:15px; color:#666666; font-style: normal; }
.mob5 .right a.txt em i{ color:#ff3c00; font-style: normal;}
.mob5 a.btn{ color:#ff7e00; font-size:16px; width:156px; height: 48px; line-height: 48px; text-align: center;  border:1px solid #ff7e00; padding:0; margin: 80px auto; border-radius: 24px; display: block;}
.mob5 a.btn:hover{ background: #ff7e00; color:#fff; }

.mob7{ poadding-top:75px; padding-bottom: 75px;  }
.mob7 .right{ width:calc( 50% - 5px ); display: inline-block; vertical-align: middle; }
.mob7 .left{ width:calc( 50% - 5px ); display: inline-block; vertical-align: top;margin-right: 0px; vertical-align: middle;}
.mob7 .left img{ max-width:120%;  }
.mob7 .right{ background: #fff;
	box-shadow:    0px -10px 0px 0px rgba(0,0,0,0),   /*上边阴影  透明*/
		-10px 0px 0px 0px rgba(0,0,0,0),   /*左边阴影  透明*/
		10px 0px 0px 0px rgba(0,0,0,0),    /*右边阴影  透明*/
		0px 10px 30px 0px rgba(0,0,0,0.1);    /*下边阴影 */
	padding:20px 80px;
 }
.mob7 .right h2{ fonts-size:36px; color:#000000; margin-bottom: 10px;}
.mob7 .right p{ font-size:16px; color:#666666; margin-bottom: 40px; }
#myform .form-group {
    display: inline-block;
    width: calc( 50% - 5px );
    margin-bottom: 10px;
}

#myform #dr_row_content {
    width: 100%;
}

#myform label.col-md-2 {
    width: 100%;
    max-width: 100%;
    display: block;
    color: #333333;
}

#myform .col-md-10 {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
}

#myform .form-control {
    width: calc(100% - 10px)!important;
    padding: 15px;
    border: 0;
    font-size: 16px;
    border-radius: 3!important;
    background: #f5f8fc;
    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
}

.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{border-bottom:1px solid #414244; 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:#000; opacity:1;border-bottom: .2rem solid var(--main-color);}
.header.active .header-top{ display:none;}
}
.dropdown-toggle::after{ display:none;}


#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%);
}

.footer{
    background-color: var(--black);
    background-position: center;
    background-size: cover;
}
 
.footer .box-container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    padding: 20px 5%;
}

.footer-item h2{ 
    color: var(--white);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.footer-item h2:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    content: "";
    background-color: var(--main-color); 
    -webkit-transform: translateX(0%); 
            transform: translateX(0%);
}

.footer-item > p{
    padding-top: 15px;
    font-size: 15px;
    line-height: 1.7;
} 

.footer-item p{
    color: var(--white); 
    line-height: 1.5;
    font-weight: 500;
}

.footer-item .connect .connect-item{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px
}

.footer-item .connect .icon{
    display: block;
    font-size: 12px;
    color: var(--white);
    height: 35px;
    width: 35px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--main-color);
    -webkit-clip-path: var(--custom-clip-path);
            clip-path: var(--custom-clip-path);
}

.footer-item .connect span{
    flex: 1 1 100px;
    color: var(--white); 
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}

.footer .social{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.footer .social a{
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--black);
    -webkit-clip-path: var(--custom-clip-path);
            clip-path: var(--custom-clip-path);
}

.footer .social a .icon{
    color: var(--white);
    font-size: 17px;
}

.footer .social a:hover .icon{
    color: var(--main-color);
}

.footer-item .info p{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.footer-item .info a{ 
    font-size: 18px;
    color: var(--white);
}

.footer-item .links p:hover a{
    color: var(--main-color);
}

.footer-item .links p .icon{
    color: var(--main-color);
    font-size: 15px;
}

.footer-item .input-field{
    margin-bottom: 10px;
}

.footer-item .dark-form{
    padding-top: 10px;
}

.footer-item .dark-form .btn {
    width: 100%;
}

.footer-item .dark-form .alert {
    min-height: 30px;
    display: inline-block;
    font-size: 18px;
    color: var(--white);
    padding-top: 10px;
}

.footer .content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    padding: 15px 5%;
    background: var(--main-color);
}

.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;
}
#dr_row_title{ width:50%; display:inline-block; }
#dr_row_email{ width:50%; display:inline-block; }
.form-group label{ display:none;}
#dr_row_title .form-control{ max-width:100%;}
.form-control .col-md-10{ max-width:100%;}
#dr_row_title .col-md-10,#dr_row_email .col-md-10{ max-width:100%;}
#dr_row_email .form-control{ max-width:100%;}
#dr_row_content .col-md-10{ max-width:100%;}
.msgs .btn{ line-height:50px;}
.theme-btn{ height:auto;}
.msgs .btn{ padding:0;}



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

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

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



.dyui-mainl  .footer-social {
    padding-left: 0;
    margin-top: 20px; display: flex;justify-content: space-between;
    margin-bottom: 20px;
}.dyui-mainl  .footer-social li {
    display: inline-block;vertical-align: top;
   box-shadow: 0 0 10px #e1e1e1; border-radius: 5px;
}.dyui-mainl  .footer-social i {
    color: #7b68ee;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}


.dark-form .input-field{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 200px;
            flex: 1 1 200px; 
    border: 1.5px solid var(--white);
    padding: 15px;
    border-radius: var(--border-radius-1);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.dark-form .input-field label {
    align-items: center;
    color: #d72638;
    color: var(--main-color);
    display: flex
;
    font-size: 16px;
    justify-content: center;
}.dark-form .box {
    background-color: initial;
    color: #fff;
    color: var(--white);
    font-size: 16px;
    text-transform: none;
    width: 100%;border:0;
}
