 
* { margin: 0px; padding: 0px; box-sizing: border-box; } .page_banner { color: rgb(255, 255, 255); padding: 130px 0px 90px; position: relative; z-index: 2; } .page_banner::before { content: ""; display: block; width: 56.0417%; height: 100%; position: absolute; z-index: -1; left: 0px; top: 0px; pointer-events: none; opacity: 0.43; background-image: linear-gradient(to right, rgb(0, 4, 7), transparent); } body > section { position: relative; } body > section:hover {  } @media screen and (max-width: 768px){.page_banner { padding: 5rem 0px 3rem; }} @media screen and (max-width: 768px){.page_banner::before { width: 100%; opacity: 0.75; }} .content { max-width: 1280px; margin: 0px auto; position: relative; } @media screen and (min-width: 768px) and (max-width: 1440px){.content { padding: 0px 1.2rem; }} @media screen and (min-width: 768px) and (max-width: 1280px){.content, .swiper_content { max-width: 1220px; }} @media screen and (min-width: 768px) and (max-width: 1220px){.content, .swiper_content { max-width: 1000px; }} @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; }} .page_banner .head { max-width: 904px; } .head .subtitle { gap: 10px; display: grid; align-items: center; grid-template-columns: auto 1fr; font-size: 18px; text-transform: uppercase; border-bottom: 1px solid rgba(61, 61, 61, 0.14); padding-bottom: 14px; margin-bottom: 1rem; } .head .subtitle::before { content: ""; display: block; width: 6px; aspect-ratio: 1 / 1; border-radius: 50%; background-color: var(--subtheme_color); } .page_banner .head .subtitle { border: none; margin-top: 12px; padding-bottom: 0px; } .fadeInLeft { animation-name: fadeInLeft; } @media screen and (max-width: 768px){.head .subtitle { font-size: 14px; line-height: 1.5; padding-bottom: 8px; margin-bottom: 8px; }} @media screen and (max-width: 768px){.page_banner .head .subtitle { margin: 0px 0px 8px; }} .page_banner .head .subtitle + h1 { font-size: 78px; } .page_banner .head h1 { font-size: 67px; font-weight: 500; line-height: 82px; } @media screen and (max-width: 768px){.head h1 { font-size: 25px; line-height: 1.5; }} @media screen and (max-width: 768px){.page_banner .head .subtitle + h1 { font-size: 25px; }} @media screen and (max-width: 768px){.page_banner .head h1 { font-size: 25px; line-height: 1.5; }} .page_banner .head .desc { max-width: 568px; font-size: 18px; font-weight: 300; line-height: 28px; margin-top: 2rem; } @media screen and (max-width: 768px){.head .desc { font-size: 0.9rem; line-height: 1.5rem; }} @media screen and (max-width: 768px){.page_banner .head .desc { font-size: 0.9rem; line-height: 1.5rem; margin-top: 10px; }} a { color: inherit; font-size: inherit; text-decoration: none; } .btn { color: rgb(255, 255, 255); font-size: 18px; font-weight: 500; display: inline-flex; vertical-align: top; align-items: center; justify-content: space-between; text-align: center; cursor: pointer; transition: 0.3s; border-radius: 100px; background-color: var(--theme_color); gap: 8px; min-width: 192px; padding: 19px 36px; } .btn::after { content: ""; display: block; width: 18px; aspect-ratio: 18 / 10; transition: 0.3s; filter: contrast(0) brightness(2); background: url("https://www.accegen.com//wp-content/plugins/sytech-fronteditor/sytpl/service_banner/assets/img/arrow-line-r-b.svg") center center / contain no-repeat; } .btn:hover { background-color: var(--subtheme_color); } .btn:hover::after { transform: translateX(5px); } .page_banner .head .btn { margin: 34px 0px 22px; color: var(--title_color); background-color: rgb(255, 255, 255); } .page_banner .head .btn::after { filter: contrast(0) brightness(0); } .page_banner .head .btn:hover { color: rgb(255, 255, 255); background-color: var(--subtheme_color); } .page_banner .head .btn:hover::after { filter: contrast(0) brightness(2); } @media screen and (max-width: 768px){.btn { font-size: 14px; min-width: 120px; padding: 12px 22px; }} @media screen and (max-width: 768px){.btn::after { width: 1rem; }} @media screen and (max-width: 768px){.page_banner .head .btn { margin: 2rem 0px 0px; }} div.sytech_tools_bar { position: absolute; right: 0%; top: 0px; padding: 0.8rem; transition: 0.3s; z-index: 2147483647; } body > section:hover div.sytech_tools_bar { right: 0%; } @media screen and (max-width: 786px){div.sytech_tools_bar { right: 0%; }} button, input, textarea { outline: none; border: none; font-family: unset; color: var(--title_color); } input[type="submit"], button { cursor: pointer; } div.sytech_tools_bar button { outline: none; border: none; font-family: unset; padding: 0.8rem 1.5rem; border-radius: 5px; background-color: rgb(51, 189, 233); color: rgb(255, 255, 255); }
 
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.promotion_intro {
    padding: 108px 0px 52px;
    overflow: hidden;
}

body>section {
    position: relative;
}

body>section:hover {}

@media screen and (max-width: 768px) {
    .promotion_intro {
        padding: 3rem 0px;
    }
}

.content {
    max-width: 1280px;
    margin: 0px auto;
    position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .content {
        padding: 0px 1.2rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {

    .content,
    .swiper_content {
        max-width: 1220px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1220px) {

    .content,
    .swiper_content {
        max-width: 1000px;
    }
}

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

.promotion_intro .bg {
    width: 169.141%;
    max-width: 2165px;
    aspect-ratio: 2165 / 1031;
    background: url("https://www.accegen.com//wp-content/plugins/sytech-fronteditor/sytpl/promotion_intro/assets/img/distributor-bg.png") center center / contain no-repeat;
    position: absolute;
    z-index: -1;
    left: -32%;
    top: -4%;
    transition: 2s;
    pointer-events: none;
}

.flex {
    display: flex;
}

.between {
    justify-content: space-between;
}

.flex_middle {
    align-items: center;
}

.gap {
    gap: 1.25rem;
}

@media screen and (max-width: 768px) {
    .promotion_intro .flex {
        gap: 3rem;
        align-items: flex-start;
        flex-direction: column;
    }
}

.promotion_intro .head {
    flex: 1 1 0%;
    max-width: 626px;
}

.head h2 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 65px;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@media screen and (max-width: 768px) {
    .head h2 {
        font-size: 22px;
        line-height: 1.5;
    }
}

.promotion_intro .head .desc {
    color: rgb(61, 61, 61);
    font-size: 19px;
    line-height: 26px;
    margin-top: 34px;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@media screen and (max-width: 768px) {
    .head .desc {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .promotion_intro .head .desc {
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin-top: 10px;
    }
}

.promotion_intro .head .desc p {
    margin: 10px 0px;
}

.promotion_intro .head .desc strong {
    font-weight: 600;
}

.promotion_intro .right {
    width: 37.1875%;
    margin-right: 6.25%;
    position: relative;
    white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .promotion_intro .right {
        margin-right: 10%;
    }
}

@media screen and (max-width: 768px) {
    .promotion_intro .right {
        width: 60%;
    }
}

.img.img_cv {
    overflow: hidden;
}

.promotion_intro .right .img {
    border-radius: 14px;
    aspect-ratio: 476 / 384;
    transition: 1s;
}

.img.img_cv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.5s;
}

.promotion_intro .right .img:hover img {
    transform: scale(1.03);
}

.promotion_intro .right .icon {
    width: 19.7479%;
    aspect-ratio: 1 / 1;
    background: url("https://www.accegen.com//wp-content/plugins/sytech-fronteditor/sytpl/promotion_intro/assets/img/promotion-icon.svg") center center / contain no-repeat;
    position: absolute;
    left: 38.6555%;
    top: -15.625%;
    z-index: 2;
    transition: 1s;
}

.promotion_intro .right .title {
    color: rgb(255, 255, 255);
    font-size: 46px;
    font-weight: 600;
    line-height: 62px;
    background-color: var(--theme_color);
    border-radius: 2rem;
    position: absolute;
    left: 55%;
    top: -13%;
    padding: 2rem 10%;
    min-width: 73.5294%;
    transform: rotate(-5deg);
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
    .promotion_intro .right .title {
        font-size: 2rem;
        line-height: 1.3;
    }
}

@media screen and (max-width: 768px) {
    .promotion_intro .right .title {
        font-size: 18px;
        line-height: 1.5;
        padding: 1rem;
        border-radius: 8px;
    }
}

.promotion_intro .right .date {
    color: rgb(255, 255, 255);
    font-size: 26px;
    font-weight: 500;
    background-color: rgb(218, 128, 25);
    border-radius: 100px;
    position: absolute;
    left: 85%;
    top: 50%;
    padding: 14px 2rem;
    transition: 1s;
    z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
    .promotion_intro .right .date {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .promotion_intro .right .date {
        font-size: 1rem;
        line-height: 1.5;
        padding: 12px 1rem;
        transform: translate(0px) !important;
    }
}

.promotion_intro .right .discount {
    color: rgb(255, 255, 255);
    font-size: 77px;
    font-weight: 600;
    background-color: var(--theme_color);
    border-radius: 2rem;
    position: absolute;
    left: 73%;
    top: 69%;
    padding: 17px 36px;
    transform: rotate(4deg);
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
    .promotion_intro .right .discount {
        font-size: 3rem;
        line-height: 1.3;
    }
}

@media screen and (max-width: 768px) {
    .promotion_intro .right .discount {
        font-size: 22px;
        line-height: 1.5;
        padding: 1rem;
        border-radius: 8px;
    }
}

div.sytech_tools_bar {
    position: absolute;
    right: 0%;
    top: 0px;
    padding: 0.8rem;
    transition: 0.3s;
    z-index: 2147483647;
}

body>section:hover div.sytech_tools_bar {
    right: 0%;
}

@media screen and (max-width: 786px) {
    div.sytech_tools_bar {
        right: 0%;
    }
}

button,
input,
textarea {
    outline: none;
    border: none;
    font-family: unset;
    color: var(--title_color);
}

input[type="submit"],
button {
    cursor: pointer;
}
 
 
/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content { 
	margin: 0 auto;
	position: relative;
}

html {
	scroll-behavior: smooth;
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.flex1 {
	flex:1;
}
.flex2 {
	flex:2;
}
.flex3 {
	flex:3;
}
.between {
	justify-content: space-between;
}
.center {
	text-align: center;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
}


.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}

.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}
