 
:root {
--theme_color:#aa6e4c;
--title_color:#23120b;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.category_banner {
 position: relative;
 z-index: 2;
 }
.category_banner::before {
 content: "";
 display: block;
 width: 50%;
 height: 100%;
 position: absolute;
 z-index: -1;
 left: 0px;
 top: 0px;
 pointer-events: none;
 background-image: linear-gradient(to right, rgb(236, 224, 212) 0%, rgb(236, 224, 212) 50%, transparent 100%);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1720px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1800px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1720px){
.content, .swiper_content {
 max-width: 1600px;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.content, .swiper_content {
 max-width: 1440px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .swiper_content {
 max-width: 1220px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1024px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.flex {
 display: flex;
 }
 .center{
  text-align: center;
 }
.flex_middle {
 align-items: center;
 }
 .category_banner{
  padding: 8rem 0;
 }
 
.category_banner .head {
 padding-bottom: 20px;
 width: 100%;
 }
.category_banner .head h1 {
 font-size: 72px;
 line-height: 98px;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
@media screen and (max-width: 768px){
  .category_banner .head h1 {
 font-size: 25px;
 line-height: 1.5;
 }}
.category_banner .head h1 span {
 color: rgb(245, 128, 11);
 }
.head .desc {
 font-size: 18px;
 line-height: 32px;
 font-weight: 500;
 }
.category_banner .head .desc {
 color: rgb(53, 53, 53);
 font-size: 22px;
 margin-top: 12px;
 }
@media screen and (max-width: 768px){
.category_banner .head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
a {
 color: inherit;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 vertical-align: top;
 border-radius: 100px;
 transition: 0.3s;
 cursor: pointer;
 text-align: center;
 color: rgb(255, 255, 255);
 font-size: 18px;
 line-height: 28px;
 background-color: var(--theme_color);
 padding: 18px 58px;
 letter-spacing: 1px;
 min-width: 192px;
 }
.btn:hover {
 background-color: var(--title_color);
 }
.category_banner .head .btn {
 margin-top: 22px;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){


}