html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--bg_deg:8.8rem;
--bg_polygon:polygon(0 0, 100% 0, 100% calc(100% - 8.8rem), 50% 100%, 0 calc(100% - 8.8rem * 0.931818));
--primary:#0d9488;
--tertiary:#14b8a6;
--text_w:rgba(255, 255, 255, 0.85);
--text:#6b7785;
--title:#14304a;
--secondary:#133c75;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_banner {
 position: relative;
 z-index: 2;
 max-width: 256rem;
 margin: 0px auto;
 }
.page_banner::before, .page_banner::after {
 position: absolute;
 left: 0px;
 right: 0px;
 bottom: 0px;
 content: "";
 z-index: -1;
 pointer-events: none;
 }
.page_banner::before {
 height: calc(var(--bg_deg) * 1.261364);
 background-color: rgb(255, 255, 255);
 opacity: 0.16;
 clip-path: polygon(0 0, 50% calc(100% - var(--bg_deg) * 0.25), 100% 0, 100% calc(var(--bg_deg) * 0.25), 50% 100%, 0 calc(var(--bg_deg) * 0.30682));
 }
.page_banner::after {
 height: calc(var(--bg_deg) * 0.8181818);
 background-color: var(--tertiary);
 clip-path: polygon(0px 6.944%, 50% calc(100% - 1px), 100% 0px, 100% 1px, 50% 100%, 0px calc(6.944% + 1px));
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.img.img_cv {
 overflow: hidden;
 }
.page_banner > .bg {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 clip-path: var(--bg_polygon);
 z-index: -2;
 }
.page_banner > .bg::before, .page_banner > .bg::after {
 position: absolute;
 inset: 0px;
 content: "";
 z-index: 2;
 pointer-events: none;
 }
.page_banner > .bg::before {
 background-image: linear-gradient(to right, rgb(20, 48, 74), rgba(20, 48, 74, 0.1) 55.8%, transparent 77.9801%, rgba(20, 48, 74, 0.7) 98.6051%);
 }
.page_banner > .bg::after {
 background-image: linear-gradient(to top, var(--primary) -5%, rgba(13, 148, 136, 0.15) 16.33%, transparent 40%);
 }
@media screen and (max-width: 768px){
.page_banner > .bg::before {
 background-image: linear-gradient(to right, rgb(20, 48, 74), rgba(20, 48, 74, 0.5), rgba(20, 48, 74, 0.7) 98.6051%);
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.content {
 max-width: 138rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.page_banner .flex {
 height: 100vh;
 min-height: max-content;
 max-height: 67.9rem;
 padding: 6rem 0px 10rem;
 }
@media screen and (max-width: 768px){
.page_banner .flex {
 height: auto;
 max-height: unset;
 padding: 50px 0px 80px;
 }}
.head.white {
 color: rgb(255, 255, 255);
 }
.page_banner .head {
 flex: 1 1 0%;
 width: 100%;
 max-width: 75rem;
 padding-bottom: 2.6%;
 }
.page_banner .head {
 padding-bottom: 3.1%;
 }
@media screen and (max-width: 768px){
.page_banner .flex .head {
 padding: 0px;
 max-width: 500px;
 }}
.breadcrumbs {
 line-height: 2rem;
 min-height: 4.5rem;
 }
@media screen and (max-width: 768px){
.breadcrumbs {
 line-height: 20px;
 min-height: 28px;
 }}
.breadcrumbs span {
 font-size: 1.4rem;
 font-weight: 600;
 color: var(--primary);
 text-transform: uppercase;
 }
.white .breadcrumbs span {
 color: var(--tertiary);
 }
@media screen and (max-width: 768px){
.breadcrumbs span {
 font-size: 14px;
 }}
.breadcrumbs span span::before {
 content: "›";
 color: rgba(10, 22, 40, 0.74);
 font-weight: 400;
 margin: 0px 1rem 0px 0.8rem;
 }
.breadcrumbs span span:first-child::before {
 display: none;
 }
.white .breadcrumbs span span::before {
 color: rgb(255, 255, 255);
 }
@media screen and (max-width: 768px){
.breadcrumbs span span::before {
 margin: 0px 10px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.breadcrumbs span a {
 color: rgba(10, 22, 40, 0.74);
 font-weight: 400;
 transition: 0.3s;
 text-decoration: underline transparent;
 }
.breadcrumbs span a:hover {
 color: var(--primary);
 text-decoration-color: var(--primary);
 }
.white .breadcrumbs span a {
 color: rgb(255, 255, 255);
 }
.white .breadcrumbs span a:hover {
 color: var(--tertiary);
 }
.head h1 {
 font-size: 5.6rem;
 line-height: 1.21429;
 font-weight: 600;
 }
.page_banner h1 {
 max-width: 60rem;
 margin-top: -1px;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h1 {
 font-size: 5rem;
 }}
@media screen and (max-width: 768px){
div.head h1 {
 font-size: 25px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
@media screen and (max-width: 768px){
.page_banner .flex .head h1 {
 margin: 0px;
 }}
.head.white p, .head.white .desc {
 color: var(--text_w);
 font-weight: 300;
 letter-spacing: 0.012rem;
 }
.head.bn p, .head.bn .desc {
 line-height: 2.8rem;
 }
.head p, .head .desc {
 line-height: 2.6rem;
 color: var(--text);
 }
.page_banner p {
 max-width: 56.1rem;
 margin-top: 2.1rem;
 }
.page_banner .head p {
 margin-top: 2.6rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (max-width: 768px){
div.head.white p, div.head.white .desc {
 letter-spacing: unset;
 }}
@media screen and (max-width: 768px){
div.head.bn p, div.head.bn .desc {
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
div.head .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.page_banner .flex .head p {
 margin-top: 12px;
 }}
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
.page_banner form {
 display: grid;
 grid-template-columns: 1fr auto;
 background-color: rgb(255, 255, 255);
 border: 1px solid rgb(255, 255, 255);
 transition: border-color 0.2s;
 max-width: 50rem;
 padding-right: 0.6rem;
 margin-top: 3.6rem;
 }
@media screen and (max-width: 768px){
.page_banner form {
 padding-right: 4px;
 margin-top: 20px;
 max-width: 360px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 background-color: transparent;
 }
.page_banner form input {
 display: block;
 width: 100%;
 font-size: 1.6rem;
 padding: 0px 20px;
 }
@media screen and (max-width: 768px){
.page_banner form input {
 font-size: 14px;
 }}
button, input[type="submit"] {
 cursor: pointer;
 }
.page_banner form input[type="submit"] {
 width: 5.3rem;
 height: 4.4rem;
 padding: 0px;
 text-indent: -999px;
 color: transparent;
 background: url("https://zijingshi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/blog_0/assets/img/icon-search-w.svg") no-repeat center / 32.1% var(--primary);
 transition: 0.3s;
 margin: 0.4rem 0px;
 }
.page_banner form input[type="submit"]:hover {
 background-color: var(--secondary);
 }
@media screen and (max-width: 768px){
.page_banner form input[type="submit"] {
 height: 40px;
 width: 48px;
 margin: 4px 0px;
 }}
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}