﻿@charset "utf-8"; 
:root{--color:#FF6302;--color1:#000}
header .head-top{background:var(--color1)}
.home-introduction .introduction .item{background:var(--color1)}
.home-introduction .introduction .item .right .title{color:#fff}
.home-introduction .introduction .item .right .text{color:#ddd}
.contact-right-bottom{background:var(--color1);}
.contact-right-bottom p:nth-child(1){color:#fff}
.contact-right-bottom p:nth-child(2){color:#ddd}
.home-process{background:var(--color1)}
.home-process .unify .title{color:#fff}
.process-item{border-radius:10px;padding:30px 3%;width:22%}
.home-case .l-wrap .case .item .text{background:rgb(255 99 2 / 90%)}
.home-news{padding-top:90px;margin-top:-90px}
.home-news .unify .title{color:#fff}
#swiper-news .swiper-slide{background:#fff;height:auto}
.footer-bottom{background:var(--color1)}
@media (max-width:1024px){.process-item{padding:20px 15px;width:24%}}
@media (max-width:768px){.process-item{width:48%}}
@media (min-width:769px){.home-product .l-wrap .product .pro-list {flex-wrap:nowrap;align-items:inherit;}
.home-product .l-wrap .product .pro-list .item {height:auto;display:flex;flex-direction:column;margin-bottom:0!important}
.home-product .l-wrap .product .pro-list .item .text {flex:1;}
#swiperProduct .swiper-pagination {display:none}
.home-productbtn {display:flex;justify-content:center;margin-top:30px;}
.home-productbtn>div {margin:0 5%;width:60px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:var(--color);color:#fff;border-radius:6px;}
.home-productbtn>div.swiper-button-disabled {opacity:.6;background:var(--color)!important;cursor:default}
.home-productbtn>div em {font-weight:bold;font-size:26px}
.home-productbtn>div:hover {background:#222}}
@media (min-width:501px){.contact-right {padding-bottom:200px}}
.contact-right .title {line-height:1.2;font-size:36px;color:#fff;font-weight:var(--fontbold5);text-transform:capitalize;margin-top:50px}
.contact-right p.text {color:#fff;margin:15px 0 25px}
.contact-right ul {display:flex;align-items:center;width:100%;padding:0px;flex-wrap:wrap}
.contact-right ul li {list-style:none;margin:6px 0px;width:50%}
.contact-right ul li .item {width:100%;display:flex;align-items:center}
.contact-right ul li .circle {color:#fff;margin-right:5px;}
.contact-right ul li .text {color:#fff;font-weight:var(--fontbold4)}
@media (max-width:1500px){.contact-right .title{margin-top:30px}
.contact-right p.text{margin:10px 0 15px}
.contact-right-btn{margin-top:30px}}
@media (max-width:500px){.contact-right .title{font-size:22px}
.contact-right p.text,.contact-right ul li .text{font-size:14px}}
.foot-info div:nth-child(1){display:none;}
.foot-info .text{display: none;}
.sidebar .categories ul li.menu-item>ul li{display: inline-block;width: 100%;box-sizing: border-box;padding: 10px 20px;}
/*@media (min-width:1025px){body.index{padding-top:0}*/
/*body.index header .head-top,body.index header:not(.is-active) .head-info,body.index header:not(.is-active){background:transparent}*/
/*body.index header:not(.is-active) .head-info{box-shadow: none;}*/
/*body.index header:not(.is-active) .head-info .head-nav .nav-ul>li>a{text-shadow: 1px 2px 3px #fff;}*/
/*body.index header .head-top .head-contact .item a,body.index header .head-top .head-share ul li a,body.index header .head-top .head-contact .item em{color:var(--fontcolor)}}*/
.home-product .l-wrap .product .pro-list .item .text .merchandise,.home-productbtn{display:none;}
.home-product .l-wrap .product .pro-list .item .text .name{margin-bottom:15px;}
.home-contact-content{align-items:center;}
.contact-left-img, .contact-left-img img{max-width:100%;}
.home-introduction{transform: initial;}
.home-introduction .intro-inner{display:flex;flex-wrap:wrap;justify-content: space-between;align-items: center;}
.home-introduction .intro-inner .left{width:29%;}
@media (min-width:1025px){.home-introduction .intro-inner .left .home-title{text-align: left;}}
.home-introduction .intro-inner .left .btn{width:150px;height:46px;margin-top:30px;background:var(--color);border-radius:var(--border);display:flex;justify-content:center;align-items:center;color:#fff;font-size:var(--fontsize18);transition:all .4s linear;position:relative;z-index:1;box-shadow:0 0 0 #fff;text-decoration:none}
.home-introduction .intro-inner .left .btn:after{position:absolute;left:0;top:0;content:'';display:inline-block;width:0%;height:100%;background-color:var(--color);z-index:-1;border-radius:var(--border);box-shadow:0 0 0 var(--color);transition:all .2s linear}
.home-introduction .intro-inner .left .btn:hover::after{width:100%;box-shadow:0 0 4px var(--color);opacity:.8}
.home-introduction .intro-inner .right{width:70%;}
.home-introduction .introduction .item{width:49%;margin:10px 0;}
.home-introduction .introduction .item .right .title{text-align: left;}
@media (max-width:1024px){.home-introduction .intro-inner .left{width:100%;margin-bottom:20px;}
.home-introduction .intro-inner .left .btn{margin:15px auto 0;}
.home-introduction .intro-inner .right{width:100%;}}
@media (max-width:550px){.home-introduction .introduction .item{width:100%;}}