 
:root {
--bg_color:linear-gradient(to right, #000, #000);
--theme_color:#c12a89;
--primary-color:;
--title_color:#000;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.home_banner .home_banner_swiper {
 position: relative;
 overflow: hidden;
 }
 .home_banner_swiper .swiper-wrapper {
  transition: all linear;
 }
.swiper_btns {
 display: flex;
 gap: clamp(1rem, 2.1875vw, 42px);
 }
.swiper_btns.middle {
 width: 98%;
 max-width: 1672px;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 z-index: 2;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 display: none;
 }}
.swiper_btns div {
 width: 40px;
 height: 40px;
 border-radius: 50%;
 background-color: rgb(255, 255, 255);
 cursor: pointer;
 transition: 0.3s;
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 z-index: 2;
 }
.swiper_btns div::before {
 content: "";
 display: block;
 position: absolute;
 z-index: -1;
 left: -1px;
 top: -1px;
 width: calc(100% + 2px);
 height: calc(100% + 2px);
 background-image: var(--bg_color);
 transition: 0.3s;
 opacity: 0;
 border-radius: 50%;
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 45%;
 aspect-ratio: 1 / 1;
 background: url("https://www.anlintech.com/wp-content/plugins/sytech-fronteditor/sytpl/home_0_1/assets/img/arrow-b.svg") center center / contain no-repeat;
 transition: 0.3s;
 filter: contrast(0) brightness(1);
 }
.swiper_btns div:hover {
 border-color: transparent;
 opacity: 0.8;
 }
.swiper_btns div.swiper-button-disabled {
 pointer-events: none;
 background-color: transparent;
 opacity: 0.5;
 }
.swiper_btns div.swiper-button-disabled::after {
 filter: none;
 }
.swiper_btns.middle div {
 position: absolute;
 left: 0px;
 top: 0px;
 transform: translateY(-50%);
 }
.swiper_btns .btn_next {
 transform: rotate(180deg);
 }
.swiper_btns.middle .btn_next {
 left: unset;
 right: 0px;
 transform: translateY(-50%) rotate(180deg);
 }
ul {
 list-style: none;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform, -webkit-transform;
 box-sizing: content-box;
 }
.swiper-container-android .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li.swiper-slide {
 height: auto;
 }
.home_banner .swiper-slide {
 position: relative;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
@media screen and (max-width: 768px){
.home_banner .swiper-slide {
 aspect-ratio: 750 / 600;
 /* background: none !important; */
 }}
a {
 color: inherit;
 text-decoration: none;
 font-size: 1rem;
 }
.home_banner .swiper-slide a {
 display: block;
 }
@media screen and (max-width: 768px){
.home_banner .pc {
 /* display: none; */
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.home_banner .swiper-slide .flex {
 min-height: 545px;
 width: 100%;
 padding-left: 10.0368%;
 }
.fadeInRight {
 animation-name: fadeInRight;
 }
.home_banner .swiper-slide .head {
 padding-top: 0.7%;
 }
.home_banner .swiper-slide .custom_head {
 padding-bottom: 1%;
 }
.home_banner .swiper-slide h1 {
 font-size: 46px;
 text-transform: uppercase;
 color: rgb(255, 255, 255);
 text-shadow: rgb(108, 26, 77) 0px 6px 10px;
 max-width: 60%;
 line-height: 68px;
 letter-spacing: 2px;
 margin-bottom: 4px;
 }
@media screen and (max-width: 768px){
.head h1 {
 font-size: 25px;
 line-height: 1.5;
 }}
.home_banner .swiper-slide .custom_head .desc {
 max-width: 76%;
 margin-top: 0px;
 color: rgb(129, 60, 103);
 line-height: 53px;
 letter-spacing: 0.6px;
 margin-left: unset;
 }
.home_banner .swiper-slide .custom {
 letter-spacing: normal;
 color: rgb(108, 26, 77);
 }
.home_banner .swiper-slide .desc {
 font-size: clamp(14px, 2.46978vw, 35.6812px);
 color: var(--theme_color);
 max-width: 100%;
 margin-top: 12px;
 font-weight: 500;
 letter-spacing: 2.9px;
 margin-left: auto;
 }
@media screen and (min-width: 768px) and (max-width: 1600px){
.home_banner .swiper-slide .custom_head .desc {
 max-width: 60%;
 }}
@media screen and (max-width: 768px){
.head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
.home_banner .swiper-slide .prod {
 display: block;
 width: 100%;
 height: 100%;
 }
.home_banner .swiper-slide .prod {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 pointer-events: none;
 }
.home_banner .swiper-slide .prod .img {
 width: 100%;
 height: 100%;
 }
.home_banner .swiper-slide .prod img {
 width: min(1015px, 52.864583vw);
 height: 100%;
 display: block;
 object-fit: contain;
 margin-left: auto;
 pointer-events: all;
 }
.home_banner .mobile {
 display: none;
 }
@media screen and (max-width: 768px){
.home_banner .mobile {
 /* display: block; */
 position: absolute;
 top: 0px;
 left: 0px;
 }}
@media screen and (max-width: 768px){
.home_banner .mobile .img {
 width: 100%;
 }}
@media screen and (max-width: 768px){
.home_banner .mobile .img img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 }}
.home_banner .swiper-slide.end {
 text-align: end;
 padding-right: 5%;
 }
@media screen and (min-width: 768px) and (max-width: 1600px){
.home_banner .swiper-slide.end {
 background-position: right center;
 }}
.home_banner .swiper-slide.end .flex {
 justify-content: end;
 }
.home_banner .swiper-slide strong {
 font-size: clamp(14px, 2.46978vw, 47.575px);
 color: var(--theme_color);
 }
.home_banner .swiper-slide .btn {
 font-size: clamp(6px, 0.945875vw, 17.84px);
 font-weight: 500;
 color: var(--theme_color);
 text-align: center;
 min-width: 223px;
 height: clamp(40px, 3.15292vw, 60px);
 line-height: clamp(40px, 3.15292vw, 60px);
 border-radius: 100px;
 background-color: rgb(255, 255, 255);
 display: block;
 width: fit-content;
 margin-left: auto;
 text-transform: uppercase;
 margin-top: 32px;
 transition: 0.3s;
 }
.home_banner .swiper-slide .btn:hover {
 background-color: var(--theme_color);
 color: rgb(255, 255, 255);
 }
.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity 0.3s;
 transform: translate3d(0px, 0px, 0px);
 z-index: 10;
 }
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
 bottom: 10px;
 left: 0px;
 width: 100%;
 }
.home_banner .swiper-pagination span {
 opacity: 1;
 background-color: rgb(255, 255, 255);
 position: relative;
 width: 10px;
 height: 10px;
 margin: 0px 5px;
 }
.home_banner .swiper-pagination span.swiper-pagination-bullet-active::after {
 opacity: 1;
 }
.home_banner .swiper-pagination span::after {
 content: "";
 display: block;
 width: 4px;
 height: 4px;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 border-radius: 50%;
 background-color: rgb(85, 85, 85);
 transition: 0.3s;
 opacity: 0;
 }
.swiper-pagination-bullet {
 width: 8px;
 height: 8px;
 display: inline-block;
 border-radius: 100%;
 background: rgb(0, 0, 0);
 opacity: 0.2;
 }
.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor: pointer;
 }
.swiper-pagination-bullet-active {
 opacity: 1;
 background: var(--primary-color);
 }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 0px 4px;
 }
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: 768px){
  .home_banner .swiper-slide .prod {
    position: static;
    margin-top: -1rem;
  }
  .home_banner .swiper-slide h1 {
    font-size: 20px;
    line-height: 1.3;
    max-width: 100%;
    text-shadow: rgb(108, 26, 77) 0px 3px 5px;
  }
  .home_banner .swiper-slide .flex {
    display: block;
    text-align: center;
  }

  .home_banner .swiper-slide .custom_head {
    padding: 0;
  }
  .home_banner .swiper-slide .flex {
    padding: 2rem 8px;
  }
  .home_banner .swiper-slide .custom_head .desc {
    max-width: 100%;
    font-weight: normal;
    line-height: 1.3;
    margin-top: 8px;
  }
  .home_banner .swiper-slide .flex {
    min-height: unset;
  }

  .home_banner .swiper-slide .prod img {
    width: 100%;
  }

  .home_banner .swiper-slide {
    background-size: cover;
  }

  .home_banner .swiper-slide strong {
    font-size: 20px;
    line-height: 1.3;
    display: block;
    max-width: 200px;
    margin-left: auto;
  }

  .home_banner .swiper-slide .desc {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 0;
  }
  .home_banner .swiper-slide.end {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .home_banner .swiper-slide.end .head {
    text-align: right;
    padding: 0;
  }


  .home_banner .swiper-slide .btn {
    font-size: 10px;
    min-width: 100px;
    margin-top: 12px;
    color: #fff;
    background-color: var(--theme_color);
    line-height: 2rem;
    height: 2rem;
  }
  .home_banner .swiper-slide.end .flex {
    width: 100%;
    background-image: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.8) 100%);
  }
  .home_banner .swiper-slide a {
    display: block;
    width: 100%;
  }
 }
 
@media screen and (max-width: 786px){


}
 
:root {
--title_color:#000;
}
.home_services {
 padding-top: 63px;
 }
.home_services div, .home_services p {
 margin: 0px;
 padding: 0px;
 }
.home_services #outerContainer_1496649459848 {
 background-color: rgb(255, 255, 255);
 border-width: 0px;
 border-style: solid;
 border-color: rgb(0, 0, 0);
 border-radius: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 }
.home_services .container {
 width: 1200px;
 margin-right: auto;
 margin-left: auto;
 }
.home_services .container::before, .home_services .container::after {
 content: " ";
 display: table;
 }
.home_services .container::after {
 clear: both;
 }
.home_services #outerContainer_1496649459848 > .container {
 border-width: 0px;
 border-style: solid;
 border-color: rgb(0, 0, 0);
 border-radius: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 }
@media (min-width: 1px) and (max-width: 767px){
.home_services .container {
 width: 100%;
 }}
@media (min-width: 768px) and (max-width: 989px){
.home_services .container {
 width: 750px;
 max-width: 100%;
 }}
@media (min-width: 990px){
.home_services .container {
 width: 980px;
 max-width: 100%;
 }}
@media (min-width: 1220px){
.home_services .container {
 width: 1200px;
 max-width: 100%;
 }}
.home_services .row {
 zoom: 1;
 }
.home_services .row::before, .home_services .row::after {
 content: " ";
 display: table;
 }
.home_services .row::after {
 clear: both;
 }
@media (min-width: 990px){
.home_services [data-type="rows"][data-level="rows"] {
 display: flex;
 }}
.home_services .row > div[class^="col-"] {
 padding: 10px 0px;
 }
@media (min-width: 990px){
.home_services .col-md-5, .home_services .col-md-7 {
 float: left;
 }}
@media (min-width: 990px){
.home_services .col-md-5 {
 width: 41.6667%;
 }}
@media (min-width: 1px) and (max-width: 767px){
.home_services .row > div[class^="col-"] {
 padding: 5px 0px;
 }}
@media (max-width: 768px){
.home_services .col-md-5, .home_services .col-md-7 {
 min-height: 0px !important;
 }}
@media (min-width: 768px) and (max-width: 989px){
.home_services .row > div[class^="col-"] {
 padding: 5px 0px;
 }}
.home_services .row > div[class^="col-"] > div[id^="location_"] {
 margin: 0px 10px;
 }
@media (min-width: 1px) and (max-width: 767px){
.home_services .row > div[class^="col-"] > div[id^="location_"] {
 margin: 0px 20px;
 }}
@media (min-width: 768px) and (max-width: 989px){
.home_services .row > div[class^="col-"] > div[id^="location_"] {
 margin: 0px 10px;
 }}
@media (min-width: 990px) and (max-width: 1219px), (min-width: 768px) and (max-width: 990px), (min-width: 421px) and (max-width: 767px), (max-width: 420px){
.home_services .sitewidget-placeHolder-20170605173352 {
 overflow: hidden;
 height: 40px !important;
 }}
@media screen and (max-width: 768px){
.sitewidget-placeholder {
 display: none;
 }}
.home_services .sitewidget-bd {
 font-family: Arial;
 font-size: 14px;
 color: rgb(102, 102, 102);
 font-weight: 400;
 letter-spacing: 0px;
 line-height: 1.7em;
 text-align: left;
 }
.home_services .sitewidget-bd:hover {
 font-weight: 400;
 }
.home_services .sitewidget-bd {
 background-position: left top;
 background-repeat: repeat;
 background-attachment: scroll;
 }
.home_services .sitewidget-placeholder .sitewidget-bd > div.resizee {
 min-height: 10px;
 }
.home_services .sitewidget-text-20170605154942 {
 border-width: 0px;
 border-style: solid;
 border-color: rgb(0, 0, 0);
 border-radius: 0px;
 margin: 14px 0px 0px;
 padding: 0px;
 }
.home_services .sitewidget-text-20170605154942 .sitewidget-bd {
 border-width: 0px;
 border-style: solid;
 border-color: rgb(84, 84, 84);
 border-radius: 0px;
 margin: 0px;
 padding: 0px;
 }
.home_services .sitewidget-text-20170605154942 .sitewidget-bd {
 font-size: 24px;
 color: rgb(51, 51, 51);
 font-weight: 700;
 }
.home_services .sitewidget-text-20170605154942 .sitewidget-bd:hover {
 font-weight: 700;
 }
.home_services .sitewidget-text-20170605154942 .sitewidget-bd *, .home_services .sitewidget-text-20170605154942 .sitewidget-bd {
 letter-spacing: 0px;
 line-height: 1.2em;
 text-align: left;
 }
.home_services .sitewidget-graphic .sitewidget-bd *, .home_services .sitewidget-text .sitewidget-bd * {
 font-size: inherit;
 color: inherit;
 line-height: normal;
 }
@media (min-width: 990px) and (max-width: 1219px), (min-width: 768px) and (max-width: 990px), (min-width: 421px) and (max-width: 767px), (max-width: 420px){
.home_services .sitewidget-placeHolder-20170605173336 {
 overflow: hidden;
 height: 10px !important;
 }}
@media (max-width: 420px){
.home_services .sitewidget-placeHolder-20210818144353 {
 overflow: hidden;
 height: 20px !important;
 }}
.home_services .sitewidget-graphicNew-20170605155817 {
 border-width: 0px;
 border-style: solid;
 border-color: rgb(0, 0, 0);
 border-radius: 0px;
 margin: 0px;
 padding: 0px;
 }
.home_services .fix {
 clear: both;
 zoom: 1;
 }
.home_services .fix::after {
 display: block;
 clear: both;
 height: 0px;
 overflow: hidden;
 visibility: hidden;
 content: ".";
 }
.home_services .sitewidget-graphic .sitewidget-bd.fix {
 word-break: break-word;
 }
.home_services .hasOverflowX {
 overflow: auto hidden;
 }
.home_services .sitewidget-graphicNew-20170605155817 .sitewidget-bd {
 border-width: 0px;
 border-style: solid;
 border-color: rgb(102, 102, 102);
 border-radius: 0px;
 margin: 0px;
 padding: 0px;
 }
.home_services .sitewidget-graphicNew-20170605155817 .sitewidget-bd {
 font-size: 14px;
 color: rgb(102, 102, 102);
 text-decoration: 0px;
 }
.home_services .sitewidget-graphicNew-20170605155817 .sitewidget-bd:hover {
 text-decoration: 0px;
 }
.home_services .sitewidget-graphicNew-20170605155817 .sitewidget-bd *, .home_services .sitewidget-graphicNew-20170605155817 .sitewidget-bd {
 letter-spacing: 0px;
 line-height: 2em;
 text-align: left;
 }
@media (min-width: 990px){
.home_services .col-md-7 {
 width: 58.3333%;
 }}
.home_services .sitewidget-pictureNew-20170605173257 {
 border-width: 0px;
 border-style: solid;
 border-color: rgb(0, 0, 0);
 border-radius: 0px;
 margin: 0px;
 padding: 0px 0px 0px 40px;
 }
.home_services .sitewidget-pictureNew-20170605173257 .sitewidget-bd {
 border-width: 0px;
 border-style: solid;
 border-color: rgb(102, 102, 102);
 border-radius: 0px;
 margin: 0px;
 padding: 0px;
 }
.home_services .sitewidget-pictureNew .sitewidget-bd .picture-wrap {
 line-height: 0;
 }
.home_services a {
 text-decoration: none;
 }
.home_services div[class^="sitewidget-"] a {
 font-family: Arial;
 font-size: 14px;
 color: rgb(84, 84, 84);
 font-weight: 400;
 letter-spacing: 0px;
 line-height: 1.7em;
 text-align: left;
 }
.home_services div[class^="sitewidget-"] a:hover {
 color: rgb(193, 42, 137);
 font-weight: 400;
 }
.home_services img {
 border: 0px;
 }
.home_services .sitewidget-pictureNew img {
 vertical-align: middle;
 }
.home_services .sitewidget-pictureNew .mobile-imgBox img {
 position: relative;
 max-width: 100%;
 }
 
@media screen and (max-width: 786px){


}
 
:root {
--theme_color:#c12a89;
--title_color:#000;
}
.home_make {
 background-color: rgb(250, 250, 250);
 }
.home_make div, .home_make h2, .home_make input, .home_make img, .home_make a {
 margin: 0px;
 padding: 0px;
 border: 0px;
 text-decoration: none;
 }
.home_make #outerContainer_1496732620411, .home_make #outerContainer_1496732620411 > .container, .home_make .sitewidget-graphicNew-20210720164037, .home_make .sitewidget-graphicNew-20210720164333, .home_make .sitewidget-graphicNew-20210720164341, .home_make .sitewidget-pictureNew-20170606150323, .home_make .sitewidget-pictureNew-20170606150427, .home_make .sitewidget-pictureNew-20170606150303, .home_make .sitewidget-button-20170606161649, .home_make .sitewidget-button-20170606143502, .home_make .sitewidget-button-20170608132737, .home_make .sitewidget-text-20170606155947, .home_make .sitewidget-graphicNew-20210720164037 .sitewidget-hd, .home_make .sitewidget-graphicNew-20210720164333 .sitewidget-hd, .home_make .sitewidget-graphicNew-20210720164341 .sitewidget-hd, .home_make .sitewidget-graphicNew-20210720164037 .sitewidget-bd, .home_make .sitewidget-graphicNew-20210720164333 .sitewidget-bd, .home_make .sitewidget-graphicNew-20210720164341 .sitewidget-bd, .home_make .sitewidget-text-20170606155947 .sitewidget-bd, .home_make .sitewidget-button-20170606161649 .sitewidget-bd a, .home_make .sitewidget-button-20170606143502 .sitewidget-bd a, .home_make .sitewidget-button-20170608132737 .sitewidget-bd a {
 border: 0px;
 padding: 0px;
 }
.home_make .container {
 width: 1200px;
 margin-right: auto;
 margin-left: auto;
 }
.home_make .container::before, .home_make .container::after, .home_make .row::before, .home_make .row::after {
 content: " ";
 display: table;
 }
.home_make .container::after, .home_make .row::after {
 clear: both;
 }
@media (min-width: 1px) and (max-width: 767px){
.home_make .container {
 width: 100%;
 }}
@media (min-width: 768px) and (max-width: 989px){
.home_make .container {
 width: 750px;
 max-width: 100%;
 }}
@media (min-width: 990px){
.home_make .container {
 width: 980px;
 max-width: 100%;
 }}
@media (min-width: 1220px){
.home_make .container {
 width: 1200px;
 max-width: 100%;
 }}
.home_make .row {
 zoom: 1;
 }
.home_make .row > div[class^="col-"] {
 padding: 10px 0px;
 }
.home_make .row > div.col-md-12 {
 padding: 0px;
 }
@media (min-width: 1px) and (max-width: 767px){
.home_make .row > div[class^="col-"] {
 padding: 5px 0px;
 }}
@media (max-width: 768px){
.home_make .col-md-4, .home_make .col-md-12 {
 min-height: 0px !important;
 }}
@media (min-width: 990px){
.home_make .col-md-4, .home_make .col-md-12 {
 float: left;
 }}
@media (min-width: 990px){
.home_make .col-md-12 {
 width: 100%;
 }}
@media (min-width: 990px){
.home_make .col-md-4 {
 width: 33.3333%;
 }}
.home_make .row > div[class^="col-"] > div[id^="location_"] {
 margin: 0px 10px;
 }
@media (min-width: 1px) and (max-width: 767px){
.home_make .row > div[class^="col-"] > div[id^="location_"] {
 margin: 0px 20px;
 }}
@media screen and (max-width: 768px){
.sitewidget-placeholder {
 display: none;
 }}
.home_make .sitewidget-bd {
 font-family: Arial;
 font-size: 14px;
 color: rgb(102, 102, 102);
 line-height: 1.7em;
 text-align: left;
 }
.home_make .sitewidget-placeholder .sitewidget-bd > div.resizee {
 min-height: 10px;
 }
.home_make .sitewidget-text-20170606155947 {
 margin-bottom: 10px;
 }
.home_make .sitewidget-text-20170606155947 .sitewidget-bd {
 border-bottom: 1px solid rgb(193, 42, 137);
 font-size: 30px;
 color: rgb(51, 51, 51);
 line-height: 2.2em;
 text-align: center;
 }
.home_make .sitewidget-pictureNew-20170606150323, .home_make .sitewidget-pictureNew-20170606150427, .home_make .sitewidget-pictureNew-20170606150303 {
 border: 1px dashed rgb(163, 32, 115);
 border-radius: 20px;
 }
.home_make .sitewidget-pictureNew .sitewidget-bd .picture-wrap {
 line-height: 0;
 }
.home_make .pic-style-corner, .home_make .pic-style-corner img {
 border-radius: 20px;
 }
.home_make div[class^="sitewidget-"] a {
 font-family: Arial;
 font-size: 14px;
 color: rgb(84, 84, 84);
 line-height: 1.7em;
 text-align: left;
 }
.home_make .sitewidget-pictureNew img {
 vertical-align: middle;
 }
.home_make .sitewidget-pictureNew .mobile-imgBox img {
 position: relative;
 max-width: 100%;
 }
.home_make .sitewidget-content {
 margin-top: 12px;
 }
.home_make .sitewidget-hd {
 position: relative;
 }
.home_make h2 {
 font-weight: normal;
 }
.home_make .sitewidget-hd > h2 {
 font-family: Arial;
 font-size: 30px;
 color: rgb(51, 51, 51);
 line-height: 1.8em;
 text-align: left;
 }
.home_make .sitewidget-graphicNew-20210720164037 .sitewidget-hd > h2, .home_make .sitewidget-graphicNew-20210720164333 .sitewidget-hd > h2, .home_make .sitewidget-graphicNew-20210720164341 .sitewidget-hd > h2 {
 font-size: 16px;
 color: rgb(51, 51, 51);
 font-weight: 700;
 line-height: 1.8em;
 text-align: center;
 }
.home_make .fix {
 clear: both;
 zoom: 1;
 }
.home_make .fix::after {
 display: block;
 clear: both;
 height: 0px;
 overflow: hidden;
 visibility: hidden;
 content: ".";
 }
.home_make .sitewidget-graphic .sitewidget-bd.fix {
 word-break: break-word;
 }
.home_make .hasOverflowX {
 overflow: auto hidden;
 }
.home_make .sitewidget-graphicNew-20210720164037 .sitewidget-bd, .home_make .sitewidget-graphicNew-20210720164333 .sitewidget-bd, .home_make .sitewidget-graphicNew-20210720164341 .sitewidget-bd {
 padding: 5px 40px 0px;
 font-size: 14px;
 color: rgb(102, 102, 102);
 line-height: 1.7em;
 text-align: center;
 }
.home_make .sitewidget-button-20170606143502, .home_make .sitewidget-button-20170606161649, .home_make .sitewidget-button-20170608132737 {
 border-width: 0px;
 border-top-style: initial;
 border-right-style: initial;
 border-left-style: initial;
 border-top-color: initial;
 border-right-color: initial;
 border-left-color: initial;
 border-image: initial;
 border-bottom-style: solid;
 border-bottom-color: rgb(193, 42, 137);
 margin: 14px 0px;
 padding: 0px 0px 4px;
 }
.home_make .sitewidget-button-20170606161649, .home_make .sitewidget-button-20170606143502, .home_make .sitewidget-button-20170608132737 {
 border-bottom: 0px solid rgb(193, 42, 137);
 }
.home_make .sitewidget-button-20170606143502 .sitewidget-bd, .home_make .sitewidget-button-20170606161649 .sitewidget-bd, .home_make .sitewidget-button-20170608132737 .sitewidget-bd {
 border: 0px solid rgb(102, 102, 102);
 margin: 0px;
 padding: 0px;
 }
.home_make .sitewidget-button .backstage-component-btn {
 font-size: 14px;
 display: inline-block;
 vertical-align: middle;
 text-align: center;
 position: relative;
 overflow: hidden;
 z-index: 4;
 max-width: 100%;
 box-sizing: content-box;
 }
.home_make .sitewidget-button .backstage-component-btn:hover {
 text-decoration: none;
 }
.home_make .sitewidget-button .backstage-component-btn::before, .home_make .sitewidget-button .backstage-component-btn::after {
 content: "";
 display: inline-block;
 position: absolute;
 z-index: -1;
 }
.home_make .sitewidget-button-20170606143502 .sitewidget-bd a, .home_make .sitewidget-button-20170606161649 .sitewidget-bd a, .home_make .sitewidget-button-20170608132737 .sitewidget-bd a {
 font-size: 14px;
 color: rgb(255, 255, 255);
 line-height: 2.5em;
 text-align: center;
 border-bottom: 2px solid var(--theme_color);
 }
.home_make .sitewidget-button-20170606143502 a.backstage-component-btncolor, .home_make .sitewidget-button-20170606161649 a.backstage-component-btncolor, .home_make .sitewidget-button-20170608132737 a.backstage-component-btncolor {
 background-color: rgb(246, 67, 144);
 border-radius: 0px;
 border-color: rgb(51, 51, 51);
 border-style: solid;
 border-width: 0px;
 box-sizing: content-box;
 }
.home_make .sitewidget-button-20170606143502 a.backstage-component-btncolorhover:hover, .home_make .sitewidget-button-20170606161649 a.backstage-component-btncolorhover:hover, .home_make .sitewidget-button-20170608132737 a.backstage-component-btncolorhover:hover {
 background-color: rgb(193, 42, 137);
 border-radius: 0px;
 border-color: rgb(51, 51, 51);
 border-style: solid;
 border-width: 0px;
 }
.home_make .sitewidget-button .backstage-component-btn {
 border-bottom: 4px solid var(--theme_color) !important;
 }
@media (min-width: 600px){
.home_make .sitewidget-button .backstage-component-btn, .home_make .sitewidget-button .backstage-component-btn:hover, .home_make .sitewidget-button .backstage-component-btn::before, .home_make .sitewidget-button .backstage-component-btn::after {
 transition: 0.3s ease-in-out;
 }}
 
@media screen and (max-width: 786px){


}

                          .sitewidget-fontIcon.sitewidget-fontIcon-20170607111814 .sitewidget-bd {
                            text-align: center;
                          }

                          .sitewidget-fontIcon-20170607111814 i.font-icon {
                            font-size: 26px;
                            color: #fff;
                          }

                          .sitewidget-fontIcon-20170607111814 .font-icon-wrap:hover i.font-icon {
                            color: #fff;
                          }

                          .sitewidget-fontIcon-20170607111814 .rotateY:hover {
                            transform: rotateY(360deg);
                            -ms-transform: rotateY(360deg);
                            -moz-transform: rotateY(360deg);
                            -webkit-transform: rotateY(360deg);
                            -o-transform: rotateY(360deg);
                            transition: transform 1s;
                            -moz-transition: transform 1s;
                            -webkit-transition: transform 1s;
                            -o-transition: transform 1s;
                          }
                        

                          .sitewidget-fontIcon.sitewidget-fontIcon-20170607111758 .sitewidget-bd {
                            text-align: center;
                          }

                          .sitewidget-fontIcon-20170607111758 i.font-icon {
                            font-size: 26px;
                            color: #fff;
                          }

                          .sitewidget-fontIcon-20170607111758 .font-icon-wrap:hover i.font-icon {
                            color: #fff;
                          }

                          .sitewidget-fontIcon-20170607111758 .rotateY:hover {
                            transform: rotateY(360deg);
                            -ms-transform: rotateY(360deg);
                            -moz-transform: rotateY(360deg);
                            -webkit-transform: rotateY(360deg);
                            -o-transform: rotateY(360deg);
                            transition: transform 1s;
                            -moz-transition: transform 1s;
                            -webkit-transition: transform 1s;
                            -o-transition: transform 1s;
                          }
.home_industries .industries_head .container {
 width: 1200px;
 margin: 0px auto;
 }
@media (max-width: 767px){
.home_industries .industries_head .container {
 width: 100%;
 }}
@media (min-width: 768px) and (max-width: 989px){
.home_industries .industries_head .container {
 width: 750px;
 max-width: 100%;
 }}
@media (min-width: 990px){
.home_industries .industries_head .container {
 width: 980px;
 max-width: 100%;
 }}
@media (min-width: 1220px){
.home_industries .industries_head .container {
 width: 1200px;
 max-width: 100%;
 }}
.home_industries .industries_head .row {
 display: flex;
 flex-wrap: wrap;
 }
.home_industries .industries_head .col-md-4 {
 width: 33.3333%;
 padding: 10px 0px 20px;
 }
@media (max-width: 768px){
.home_industries .industries_head .col-md-4 {
 padding: 5px 0px;
 }}
@media screen and (max-width: 768px){
.home_industries .industries_head .col-md-4 {
 width: 90%;
 margin: 0px auto;
 }}
.home_industries .industries_head .placeholder {
 height: 40px;
 }
@media screen and (max-width: 768px){
.placeholder {
 height: 23px !important;
 }}
.home_industries .industries_head .text-widget {
 font-family: Arial, sans-serif;
 font-size: 30px;
 color: rgb(51, 51, 51);
 font-weight: 400;
 line-height: 2.6em;
 text-align: center;
 border-bottom: 1px solid rgb(193, 42, 137);
 }
.home_industries .industrie_main div, .home_industries .industrie_mian2 div, .home_industries .industrie_main ul, .home_industries .industrie_mian2 ul, .home_industries .industrie_main li, .home_industries .industrie_mian2 li, .home_industries .industrie_main h2, .home_industries .industrie_mian2 h2 {
 margin: 0px;
 padding: 0px;
 }
.home_industries .industrie_main .row, .home_industries .industrie_mian2 .row {
 zoom: 1;
 }
.home_industries .industrie_main .row::before, .home_industries .industrie_mian2 .row::before, .home_industries .industrie_main .row::after, .home_industries .industrie_mian2 .row::after {
 content: " ";
 display: table;
 }
.home_industries .industrie_main .row::after, .home_industries .industrie_mian2 .row::after {
 clear: both;
 }
@media (min-width: 990px){
.home_industries .industrie_main [data-type="rows"][data-level="rows"], .home_industries .industrie_mian2 [data-type="rows"][data-level="rows"] {
 display: flex;
 }}
.home_industries .industrie_main #outerContainer_1496743332232 #column_1496900902960, .home_industries .industrie_mian2 #outerContainer_1496743332232 #column_1496900902960 {
 background: url("https://www.anlintech.com//wp-content/plugins/sytech-fronteditor/sytpl/home_3/assets/img/anlin1.webp") center center / contain no-repeat scroll rgb(243, 243, 243);
 }
@media (min-width: 1px) and (max-width: 767px){
.home_industries .industrie_main .row > div[class^="col-"], .home_industries .industrie_mian2 .row > div[class^="col-"] {
 padding: 5px 0px;
 }}
@media (max-width: 768px){
.home_industries .industrie_main .col-md-2, .home_industries .industrie_mian2 .col-md-2, .home_industries .industrie_main .col-md-4, .home_industries .industrie_mian2 .col-md-4, .home_industries .industrie_main .col-md-6, .home_industries .industrie_mian2 .col-md-6, .home_industries .industrie_main .col-md-12, .home_industries .industrie_mian2 .col-md-12 {
 min-height: 0px !important;
 }}
@media (min-width: 768px) and (max-width: 989px){
.home_industries .industrie_main .row > div[class^="col-"], .home_industries .industrie_mian2 .row > div[class^="col-"] {
 padding: 5px 0px;
 }}
@media (min-width: 990px){
.home_industries .industrie_main .col-md-2, .home_industries .industrie_mian2 .col-md-2, .home_industries .industrie_main .col-md-4, .home_industries .industrie_mian2 .col-md-4, .home_industries .industrie_main .col-md-6, .home_industries .industrie_mian2 .col-md-6, .home_industries .industrie_main .col-md-12, .home_industries .industrie_mian2 .col-md-12 {
 float: left;
 }}
@media (min-width: 990px){
.home_industries .industrie_main .col-md-6, .home_industries .industrie_mian2 .col-md-6 {
 width: 50%;
 }}
@media screen and (max-width: 768px){
#column_1496900902960 {
 aspect-ratio: 375 / 225;
 }}
.home_industries .industrie_main .row > div.col-md-12, .home_industries .industrie_mian2 .row > div.col-md-12 {
 padding: 0px;
 }
@media (min-width: 990px){
.home_industries .industrie_main .col-md-12, .home_industries .industrie_mian2 .col-md-12 {
 width: 100%;
 }}
.home_industries .industrie_main .row > div[class^="col-"] > div[id^="location_"], .home_industries .industrie_mian2 .row > div[class^="col-"] > div[id^="location_"] {
 margin: 0px;
 }
@media (min-width: 1px) and (max-width: 767px){
.home_industries .industrie_main .row > div[class^="col-"] > div[id^="location_"], .home_industries .industrie_mian2 .row > div[class^="col-"] > div[id^="location_"] {
 margin: 0px 20px;
 }}
@media (min-width: 1px) and (max-width: 767px){
.home_industries .industrie_main .row > div.col-md-12 > div[id^="location_"], .home_industries .industrie_mian2 .row > div.col-md-12 > div[id^="location_"] {
 margin: 0px;
 }}
@media (min-width: 1px) and (max-width: 767px){
.home_industries .industrie_main .row .row > div.col-md-12 > div[id^="location_"], .home_industries .industrie_mian2 .row .row > div.col-md-12 > div[id^="location_"] {
 margin: 0px 20px;
 }}
@media (min-width: 768px) and (max-width: 989px){
.home_industries .industrie_main .row > div.col-md-12 > div[id^="location_"], .home_industries .industrie_mian2 .row > div.col-md-12 > div[id^="location_"] {
 margin: 0px;
 }}
.home_industries .industrie_main .backstage-stwidgets-settingwrap, .home_industries .industrie_mian2 .backstage-stwidgets-settingwrap {
 font-family: Arial;
 }
.home_industries .industrie_main .sitewidget-placeHolder-20170608134851, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170608134851, .home_industries .industrie_main .sitewidget-placeHolder-20170608135542, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170608135542, .home_industries .industrie_main .sitewidget-placeHolder-20170607145250, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170607145250, .home_industries .industrie_main .sitewidget-placeHolder-20170614104248, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170614104248 {
 border: 0px;
 margin: 0px;
 padding: 40px 0px 0px;
 border-radius: 0px;
 height: auto;
 overflow: hidden;
 }
@media (max-width: 420px){
.home_industries .industrie_main .sitewidget-placeHolder-20170608134851, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170608134851, .home_industries .industrie_main .sitewidget-placeHolder-20170608135542, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170608135542, .home_industries .industrie_main .sitewidget-placeHolder-20170607145250, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170607145250, .home_industries .industrie_main .sitewidget-placeHolder-20170614104248, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170614104248 {
 height: 185px !important;
 }}
@media (min-width: 421px) and (max-width: 767px){
.home_industries .industrie_main .sitewidget-placeHolder-20170608134851, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170608134851, .home_industries .industrie_main .sitewidget-placeHolder-20170608135542, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170608135542, .home_industries .industrie_main .sitewidget-placeHolder-20170607145250, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170607145250, .home_industries .industrie_main .sitewidget-placeHolder-20170614104248, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170614104248 {
 height: 200px !important;
 }}
@media (min-width: 768px) and (max-width: 990px){
.home_industries .industrie_main .sitewidget-placeHolder-20170608134851, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170608134851, .home_industries .industrie_main .sitewidget-placeHolder-20170608135542, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170608135542, .home_industries .industrie_main .sitewidget-placeHolder-20170607145250, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170607145250, .home_industries .industrie_main .sitewidget-placeHolder-20170614104248, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170614104248 {
 height: 250px !important;
 }}
@media (min-width: 990px) and (max-width: 1219px){
.home_industries .industrie_main .sitewidget-placeHolder-20170608134851, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170608134851, .home_industries .industrie_main .sitewidget-placeHolder-20170608135542, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170608135542, .home_industries .industrie_main .sitewidget-placeHolder-20170607145250, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170607145250, .home_industries .industrie_main .sitewidget-placeHolder-20170614104248, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170614104248 {
 height: 290px !important;
 }}
@media screen and (max-width: 768px){
.sitewidget-placeholder {
 display: none;
 }}
.home_industries .industrie_main .sitewidget-bd, .home_industries .industrie_mian2 .sitewidget-bd {
 font-family: Arial;
 font-size: 14px;
 color: rgb(102, 102, 102);
 font-weight: 400;
 letter-spacing: 0px;
 line-height: 1.7em;
 text-align: left;
 background-position: left top;
 background-repeat: repeat;
 background-attachment: scroll;
 }
.home_industries .industrie_main .sitewidget-bd:hover, .home_industries .industrie_mian2 .sitewidget-bd:hover {
 font-weight: 400;
 }
.home_industries .industrie_main .sitewidget-placeholder .sitewidget-bd > div.resizee, .home_industries .industrie_mian2 .sitewidget-placeholder .sitewidget-bd > div.resizee {
 min-height: 10px;
 }
.home_industries .industrie_main .sitewidget-placeHolder-20170607145250, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170607145250 {
 padding-top: 0px;
 }
@media (min-width: 990px) and (max-width: 1219px){
.home_industries .industrie_main .sitewidget-placeHolder-20170607145250, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170607145250 {
 height: 30px !important;
 }}
@media (min-width: 990px){
.home_industries .industrie_main .col-md-2, .home_industries .industrie_mian2 .col-md-2 {
 width: 16.6667%;
 }}
.home_industries .industrie_main .sitewidget-fontIcon-20170614104136, .home_industries .industrie_mian2 .sitewidget-fontIcon-20170614104136, .home_industries .industrie_main .sitewidget-fontIcon-20170614104159, .home_industries .industrie_mian2 .sitewidget-fontIcon-20170614104159, .home_industries .industrie_main .sitewidget-fontIcon-20170607111758, .home_industries .industrie_mian2 .sitewidget-fontIcon-20170607111758, .home_industries .industrie_main .sitewidget-fontIcon-20170607111814, .home_industries .industrie_mian2 .sitewidget-fontIcon-20170607111814 {
 background: url("https://www.anlintech.com//wp-content/plugins/sytech-fronteditor/sytpl/home_3/assets/img/download.png") center center no-repeat;
 margin: 0px;
 padding: 30px 0px;
 border: 0px;
 border-radius: 0px;
 text-align: center;
 }
.home_industries .industrie_main .sitewidget-fontIcon-20170614104136 .sitewidget-bd, .home_industries .industrie_mian2 .sitewidget-fontIcon-20170614104136 .sitewidget-bd, .home_industries .industrie_main .sitewidget-fontIcon-20170614104159 .sitewidget-bd, .home_industries .industrie_mian2 .sitewidget-fontIcon-20170614104159 .sitewidget-bd, .home_industries .industrie_main .sitewidget-fontIcon-20170607111758 .sitewidget-bd, .home_industries .industrie_mian2 .sitewidget-fontIcon-20170607111758 .sitewidget-bd, .home_industries .industrie_main .sitewidget-fontIcon-20170607111814 .sitewidget-bd, .home_industries .industrie_mian2 .sitewidget-fontIcon-20170607111814 .sitewidget-bd {
 font-size: 14px;
 color: rgb(102, 102, 102);
 letter-spacing: 0px;
 line-height: 1.7em;
 text-align: center;
 }
.home_industries .industrie_main .sitewidget-fontIcon-20170614104136 .sitewidget-bd:hover, .home_industries .industrie_mian2 .sitewidget-fontIcon-20170614104136 .sitewidget-bd:hover, .home_industries .industrie_main .sitewidget-fontIcon-20170614104159 .sitewidget-bd:hover, .home_industries .industrie_mian2 .sitewidget-fontIcon-20170614104159 .sitewidget-bd:hover, .home_industries .industrie_main .sitewidget-fontIcon-20170607111758 .sitewidget-bd:hover, .home_industries .industrie_mian2 .sitewidget-fontIcon-20170607111758 .sitewidget-bd:hover, .home_industries .industrie_main .sitewidget-fontIcon-20170607111814 .sitewidget-bd:hover, .home_industries .industrie_mian2 .sitewidget-fontIcon-20170607111814 .sitewidget-bd:hover {
 }
.home_industries .industrie_main .sitewidget-fontIcon .font-icon-wrap, .home_industries .industrie_mian2 .sitewidget-fontIcon .font-icon-wrap {
 display: inline-block;
 box-sizing: border-box;
 text-align: center;
 transition: background-color 0.3s, border 0.3s;
 }
i {
 font-style: normal;
 }
.home_industries .industrie_main .fa, .home_industries .industrie_mian2 .fa {
 display: inline-block;
 font-style: normal;
 font-variant: normal;
 font-size-adjust: none;
 font-kerning: auto;
 font-optical-sizing: auto;
 font-feature-settings: normal;
 font-variation-settings: normal;
 font-weight: normal;
 font-stretch: normal;
 line-height: 1;
 font-size: inherit;
 text-rendering: auto;
 -webkit-font-smoothing: antialiased;
 font-family: FontAwesome !important;
 }
 .home_industries li {
  list-style: unset;
 }
.home_industries .industrie_main .fa-home::before, .home_industries .industrie_mian2 .fa-home::before, .home_industries .industrie_main .fa-laptop::before, .home_industries .industrie_mian2 .fa-laptop::before, .home_industries .industrie_main .fa-medkit::before, .home_industries .industrie_mian2 .fa-medkit::before, .home_industries .industrie_main .fa-car::before, .home_industries .industrie_mian2 .fa-car::before {
 content: "";
 display: block;
 width: 25px;
 height: 26px;
 background: url("https://www.anlintech.com//wp-content/plugins/sytech-fronteditor/sytpl/home_3/assets/img/home.svg") center center / contain no-repeat;
 }
.home_industries .industrie_main .sitewidget-fontIcon .font-icon-wrap i.font-icon, .home_industries .industrie_mian2 .sitewidget-fontIcon .font-icon-wrap i.font-icon {
 transition: color 0.3s;
 }
.home_industries .industrie_main .sitewidget-fontIcon-20170614104136 i.font-icon, .home_industries .industrie_mian2 .sitewidget-fontIcon-20170614104136 i.font-icon, .home_industries .industrie_main .sitewidget-fontIcon-20170614104159 i.font-icon, .home_industries .industrie_mian2 .sitewidget-fontIcon-20170614104159 i.font-icon, .home_industries .industrie_main .sitewidget-fontIcon-20170607111758 i.font-icon, .home_industries .industrie_mian2 .sitewidget-fontIcon-20170607111758 i.font-icon, .home_industries .industrie_main .sitewidget-fontIcon-20170607111814 i.font-icon, .home_industries .industrie_mian2 .sitewidget-fontIcon-20170607111814 i.font-icon {
 font-size: 26px;
 color: rgb(255, 255, 255);
 }
@media (min-width: 990px){
.home_industries .industrie_main .col-md-4, .home_industries .industrie_mian2 .col-md-4 {
 width: 33.3333%;
 }}
.home_industries .industrie_main .sitewidget-graphicNew-20170607145345, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170607145345, .home_industries .industrie_main .sitewidget-graphicNew-20170607145521, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170607145521, .home_industries .industrie_main .sitewidget-graphicNew-20170614104216, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170614104216, .home_industries .industrie_main .sitewidget-graphicNew-20170614104329, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170614104329 {
 border: 0px;
 margin: 0px;
 padding: 0px 8px;
 border-radius: 0px;
 }
.home_industries .industrie_main .sitewidget-hd, .home_industries .industrie_mian2 .sitewidget-hd {
 position: relative;
 }
.home_industries .industrie_main .sitewidget-graphicNew-20170607145345 .sitewidget-hd, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170607145345 .sitewidget-hd, .home_industries .industrie_main .sitewidget-graphicNew-20170607145521 .sitewidget-hd, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170607145521 .sitewidget-hd, .home_industries .industrie_main .sitewidget-graphicNew-20170614104216 .sitewidget-hd, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170614104216 .sitewidget-hd, .home_industries .industrie_main .sitewidget-graphicNew-20170614104329 .sitewidget-hd, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170614104329 .sitewidget-hd {
 display: block;
 padding: 0px;
 margin: 0px;
 border: 0px;
 border-radius: 0px;
 }
.home_industries .industrie_main h2, .home_industries .industrie_mian2 h2 {
 font-weight: normal;
 }
.home_industries .industrie_main .sitewidget-hd > h2, .home_industries .industrie_mian2 .sitewidget-hd > h2 {
 font-family: Arial;
 font-size: 30px;
 color: rgb(51, 51, 51);
 font-weight: 400;
 letter-spacing: 0px;
 line-height: 1.8em;
 text-align: left;
 }
.home_industries .industrie_main .sitewidget-hd > h2:hover, .home_industries .industrie_mian2 .sitewidget-hd > h2:hover {
 font-weight: 400;
 }
.home_industries .industrie_main .sitewidget-graphicNew-20170607145345 .sitewidget-hd h2, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170607145345 .sitewidget-hd h2, .home_industries .industrie_main .sitewidget-graphicNew-20170607145521 .sitewidget-hd h2, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170607145521 .sitewidget-hd h2, .home_industries .industrie_main .sitewidget-graphicNew-20170614104216 .sitewidget-hd h2, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170614104216 .sitewidget-hd h2, .home_industries .industrie_main .sitewidget-graphicNew-20170614104329 .sitewidget-hd h2, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170614104329 .sitewidget-hd h2 {
 font-size: 20px;
 color: rgb(51, 51, 51);
 letter-spacing: 0px;
 line-height: 1.8em;
 text-align: left;
 }
.home_industries .industrie_main .sitewidget-graphicNew-20170607145345 .sitewidget-hd h2:hover, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170607145345 .sitewidget-hd h2:hover, .home_industries .industrie_main .sitewidget-graphicNew-20170607145521 .sitewidget-hd h2:hover, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170607145521 .sitewidget-hd h2:hover, .home_industries .industrie_main .sitewidget-graphicNew-20170614104216 .sitewidget-hd h2:hover, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170614104216 .sitewidget-hd h2:hover, .home_industries .industrie_main .sitewidget-graphicNew-20170614104329 .sitewidget-hd h2:hover, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170614104329 .sitewidget-hd h2:hover {
 }
.home_industries .industrie_main .fix, .home_industries .industrie_mian2 .fix {
 clear: both;
 zoom: 1;
 }
.home_industries .industrie_main .fix::after, .home_industries .industrie_mian2 .fix::after {
 display: block;
 clear: both;
 height: 0px;
 overflow: hidden;
 visibility: hidden;
 content: ".";
 }
.home_industries .industrie_main .sitewidget-graphic .sitewidget-bd.fix, .home_industries .industrie_mian2 .sitewidget-graphic .sitewidget-bd.fix {
 word-break: break-word;
 }
.home_industries .industrie_main .hasOverflowX, .home_industries .industrie_mian2 .hasOverflowX {
 overflow: auto hidden;
 }
.home_industries .industrie_main .sitewidget-graphicNew-20170607145345 .sitewidget-bd, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170607145345 .sitewidget-bd, .home_industries .industrie_main .sitewidget-graphicNew-20170607145521 .sitewidget-bd, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170607145521 .sitewidget-bd, .home_industries .industrie_main .sitewidget-graphicNew-20170614104216 .sitewidget-bd, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170614104216 .sitewidget-bd, .home_industries .industrie_main .sitewidget-graphicNew-20170614104329 .sitewidget-bd, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170614104329 .sitewidget-bd {
 font-size: 14px;
 color: rgb(102, 102, 102);
 letter-spacing: 0px;
 line-height: 1.7em;
 text-align: left;
 }
.home_industries .industrie_main .sitewidget-graphicNew-20170607145345 .sitewidget-bd:hover, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170607145345 .sitewidget-bd:hover, .home_industries .industrie_main .sitewidget-graphicNew-20170607145521 .sitewidget-bd:hover, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170607145521 .sitewidget-bd:hover, .home_industries .industrie_main .sitewidget-graphicNew-20170614104216 .sitewidget-bd:hover, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170614104216 .sitewidget-bd:hover, .home_industries .industrie_main .sitewidget-graphicNew-20170614104329 .sitewidget-bd:hover, .home_industries .industrie_mian2 .sitewidget-graphicNew-20170614104329 .sitewidget-bd:hover {
 }
.home_industries .industrie_main ul, .home_industries .industrie_mian2 ul {
 list-style: none;
 }
.home_industries .industrie_main .sitewidget-olul-liststyle .sitewidget-bd ul, .home_industries .industrie_mian2 .sitewidget-olul-liststyle .sitewidget-bd ul {
 list-style-position: inside;
 list-style-type: disc;
 }
.home_industries .industrie_main .sitewidget-graphic .sitewidget-bd *, .home_industries .industrie_mian2 .sitewidget-graphic .sitewidget-bd * {
 font-size: inherit;
 color: inherit;
 line-height: 1.7em;
 text-align: left;
 }
.home_industries .industrie_main .fa-laptop::before, .home_industries .industrie_mian2 .fa-laptop::before {
 background: url("https://www.anlintech.com//wp-content/plugins/sytech-fronteditor/sytpl/home_3/assets/img/notebook.svg") center center / contain no-repeat;
 }
.home_industries .industrie_main .sitewidget-placeHolder-20170614104248, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170614104248 {
 padding-top: 0px;
 }
.sitewidget-fontIcon.sitewidget-fontIcon-20170607111814 .sitewidget-bd {
 text-align: center;
 }
.sitewidget-fontIcon-20170607111814 .rotateY:hover {
 transform: rotateY(360deg);
 transition: transform 1s;
 }
.home_industries .industrie_main .fa-medkit::before, .home_industries .industrie_mian2 .fa-medkit::before {
 background: url("https://www.anlintech.com//wp-content/plugins/sytech-fronteditor/sytpl/home_3/assets/img/box.svg") center center / contain no-repeat;
 }
.sitewidget-fontIcon-20170607111814 i.font-icon {
 font-size: 26px;
 color: rgb(255, 255, 255);
 }
.sitewidget-fontIcon-20170607111814 .font-icon-wrap:hover i.font-icon {
 color: rgb(255, 255, 255);
 }
@media screen and (max-width: 768px){
.home_industries .industrie_mian2 ul + div {
 display: none;
 }}
.sitewidget-fontIcon.sitewidget-fontIcon-20170607111758 .sitewidget-bd {
 text-align: center;
 }
.sitewidget-fontIcon-20170607111758 .rotateY:hover {
 transform: rotateY(360deg);
 transition: transform 1s;
 }
.home_industries .industrie_main .fa-car::before, .home_industries .industrie_mian2 .fa-car::before {
 width: 30px;
 background: url("https://www.anlintech.com//wp-content/plugins/sytech-fronteditor/sytpl/home_3/assets/img/car.svg") center center / contain no-repeat;
 }
.sitewidget-fontIcon-20170607111758 i.font-icon {
 font-size: 26px;
 color: rgb(255, 255, 255);
 }
.sitewidget-fontIcon-20170607111758 .font-icon-wrap:hover i.font-icon {
 color: rgb(255, 255, 255);
 }
.home_industries .industrie_main .sitewidget-placeHolder-20170608135542, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170608135542 {
 background: url("https://www.anlintech.com//wp-content/plugins/sytech-fronteditor/sytpl/home_3/assets/img/anlin2.webp") center center / contain no-repeat scroll rgb(243, 243, 243);
 }
@media (min-width: 990px) and (max-width: 1219px){
.home_industries .industrie_main .sitewidget-placeHolder-20170608135542, .home_industries .industrie_mian2 .sitewidget-placeHolder-20170608135542 {
 height: 320px !important;
 }}
 
@media screen and (max-width: 786px){


}

            @media(min-width:1200px) {
              #outerContainer_1716346343238 div[data-type="container"] {
                max-width: 1200px
              }
            }
.home_choose .choose_head div {
 margin: 0px;
 padding: 0px;
 }
.home_choose .choose_head .container {
 width: 1200px;
 margin-right: auto;
 margin-left: auto;
 }
.home_choose .choose_head .container::before, .home_choose .choose_head .container::after, .home_choose .choose_head .row::before, .home_choose .choose_head .row::after {
 content: " ";
 display: table;
 }
.home_choose .choose_head .container::after, .home_choose .choose_head .row::after {
 clear: both;
 }
@media (min-width: 1px) and (max-width: 767px){
.home_choose .choose_head .container {
 width: 100%;
 }}
@media (min-width: 768px) and (max-width: 989px){
.home_choose .choose_head .container {
 width: 750px;
 max-width: 100%;
 }}
@media (min-width: 990px){
.home_choose .choose_head .container {
 width: 980px;
 max-width: 100%;
 }}
@media (min-width: 1220px){
.home_choose .choose_head .container {
 width: 1200px;
 max-width: 100%;
 }}
@media (min-width: 1px) and (max-width: 767px){
.home_choose .choose_head .row > div[class^="col-"] {
 padding: 5px 0px;
 }}
@media (max-width: 768px){
.home_choose .choose_head .col-md-4 {
 min-height: 0px !important;
 }}
@media (min-width: 768px) and (max-width: 989px){
.home_choose .choose_head .row > div[class^="col-"] {
 padding: 5px 0px;
 }}
@media (min-width: 990px){
.home_choose .choose_head .col-md-4 {
 float: left;
 width: 33.3333%;
 }}
.home_choose .choose_head .row > div[class^="col-"] > div[id^="location_"] {
 margin: 0px 10px;
 }
@media (min-width: 1px) and (max-width: 767px){
.home_choose .choose_head .row > div[class^="col-"] > div[id^="location_"] {
 margin: 0px 20px;
 }}
@media (min-width: 768px) and (max-width: 989px){
.home_choose .choose_head .row > div[class^="col-"] > div[id^="location_"] {
 margin: 0px 10px;
 }}
@media screen and (max-width: 768px){
.sitewidget-placeholder {
 display: none;
 }}
.home_choose .choose_head .sitewidget-bd {
 font-family: Arial;
 font-size: 14px;
 color: rgb(102, 102, 102);
 font-weight: 400;
 letter-spacing: 0px;
 line-height: 1.7em;
 text-align: left;
 background-position: left top;
 background-repeat: repeat;
 background-attachment: scroll;
 }
.home_choose .choose_head .sitewidget-bd:hover {
 font-weight: 400;
 }
.home_choose .choose_head .sitewidget-placeholder .sitewidget-bd > div.resizee {
 min-height: 10px;
 }
.home_choose .choose_head .sitewidget-text-20240522110800 {
 border: none;
 margin: 0px;
 padding: 10px 0px 20px;
 box-shadow: none;
 }
.home_choose .choose_head .sitewidget-text-20240522110800 .sitewidget-bd {
 background: center center repeat;
 border-bottom: 1px solid rgb(193, 42, 137);
 margin: 0px;
 padding: 0px;
 font-size: 30px;
 color: rgb(51, 51, 51);
 font-weight: 400;
 letter-spacing: 0px;
 line-height: 2.6em;
 text-align: center;
 }
.home_choose .choose_head .sitewidget-text-20240522110800 .sitewidget-bd:hover {
 font-weight: 400;
 }
.home_choose .choose_main {
 }
.home_choose .choose_main div, .home_choose .choose_main ul, .home_choose .choose_main li, .home_choose .choose_main h2, .home_choose .choose_main input {
 margin: 0px;
 padding: 0px;
 }
.home_choose .choose_main #outerContainer_1716346343238, .home_choose .choose_main #outerContainer_1716346343238 > .container, .home_choose .choose_main .frontend-body-canvas #outerContainer_1716346343238 [data-type="columns"], .home_choose .choose_main .frontend-body-canvas #outerContainer_1716346343238 [data-type="columns"] > div, .home_choose .choose_main #outerContainer_1716346343238 #column_1716346318495, .home_choose .choose_main .sitewidget-gallery-20240522113812, .home_choose .choose_main .sitewidget-gallery-20240522113812 .sitewidget-hd, .home_choose .choose_main .sitewidget-gallery-20240522113812 .sitewidget-bd, .home_choose .choose_main .sitewidget-graphicNew-20240523113246, .home_choose .choose_main .sitewidget-graphicNew-20240523113246 .sitewidget-hd, .home_choose .choose_main .sitewidget-graphicNew-20240523113246 .sitewidget-bd {
 border: none;
 margin: 0px;
 padding: 0px;
 }
.home_choose .choose_main .container {
 margin: 0px auto !important;
 }
.home_choose .choose_main .container {
 width: 1200px;
 margin-right: auto;
 margin-left: auto;
 }
.home_choose .choose_main .container::before, .home_choose .choose_main .container::after, .home_choose .choose_main .row::before, .home_choose .choose_main .row::after {
 content: " ";
 display: table;
 }
.home_choose .choose_main .container::after, .home_choose .choose_main .row::after {
 clear: both;
 }
@media (min-width: 1200px){
.home_choose .choose_main #outerContainer_1716346343238 div[data-type="container"] {
 max-width: 1200px;
 margin: 0px auto;
 }}
@media (min-width: 1px) and (max-width: 767px){
.home_choose .choose_main .container {
 width: 100%;
 }}
@media (min-width: 768px) and (max-width: 989px){
.home_choose .choose_main .container {
 width: 750px;
 max-width: 100%;
 }}
@media (min-width: 990px){
.home_choose .choose_main .container {
 width: 980px;
 max-width: 100%;
 }}
@media (min-width: 1220px){
.home_choose .choose_main .container {
 width: 1200px;
 max-width: 100%;
 }}
@media (min-width: 1220px){
.home_choose .choose_main div[data-module-set="true"] {
 width: 100%;
 }}
@media (min-width: 1200px){
#outerContainer_1716346343238 div[data-type="container"] {
 max-width: 1200px;
 }}
.home_choose .choose_main .row {
 zoom: 1;
 }
.home_choose .choose_main .row::before, .home_choose .choose_main .row::after {
 content: " ";
 display: table;
 }
.home_choose .choose_main .row::after {
 clear: both;
 }
.home_choose .choose_main .row > div[class^="col-"] {
 padding: 10px 0px;
 }
.home_choose .choose_main .row > div.col-md-12 {
 padding: 0px;
 }
.home_choose .choose_main #column_1716346318495 {
 background-color: rgb(243, 243, 243);
 }
@media (min-width: 1px) and (max-width: 767px){
.home_choose .choose_main .row > div[class^="col-"] {
 padding: 5px 0px;
 }}
@media (min-width: 1px) and (max-width: 767px){
.home_choose .choose_main .row > div.col-md-12 {
 padding: 0px;
 }}
@media (max-width: 768px){
.home_choose .choose_main .col-md-6, .home_choose .choose_main .col-md-12 {
 min-height: 0px !important;
 }}
@media (min-width: 768px) and (max-width: 989px){
.home_choose .choose_main .row > div[class^="col-"] {
 padding: 5px 0px;
 }}
@media (min-width: 768px) and (max-width: 989px){
.home_choose .choose_main .row > div.col-md-12 {
 padding: 0px;
 }}
@media (min-width: 990px){
.home_choose .choose_main .col-md-6, .home_choose .choose_main .col-md-12 {
 float: left;
 }}
@media (min-width: 990px){
.home_choose .choose_main .col-md-12 {
 width: 100%;
 }}
.home_choose .choose_main #column_171634872311, .home_choose .choose_main #column_1716435149007, .home_choose .choose_main #column_1716348723110 {
 padding: 0px;
 }
@media (min-width: 990px){
.home_choose .choose_main .col-md-6 {
 width: 50%;
 }}
.home_choose .choose_main .row > div[class^="col-"] > div[id^="location_"] {
 margin: 0px 10px;
 }
.home_choose .choose_main #location_1716348723112 {
 margin: 0px;
 }
@media (min-width: 1px) and (max-width: 767px){
.home_choose .choose_main .row > div[class^="col-"] > div[id^="location_"] {
 margin: 0px 20px;
 }}
@media (min-width: 768px) and (max-width: 989px){
.home_choose .choose_main .row > div[class^="col-"] > div[id^="location_"] {
 margin: 0px 10px;
 }}
.home_choose .choose_main .backstage-stwidgets-settingwrap {
 font-family: Arial;
 }
.home_choose .choose_main .sitewidget-gallery-20240522113812 {
 padding: 16px 16px 16px 0px;
 }
.home_choose .choose_main .sitewidget-bd {
 font-family: Arial;
 font-size: 14px;
 color: rgb(102, 102, 102);
 font-weight: 400;
 letter-spacing: 0px;
 line-height: 1.7em;
 text-align: left;
 }
.home_choose .choose_main .sitewidget-bd:hover {
 font-weight: 400;
 }
.home_choose .choose_main ul {
 list-style: none;
 }
.home_choose .choose_main .fix {
 clear: both;
 zoom: 1;
 }
.home_choose .choose_main .fix::after {
 display: block;
 clear: both;
 height: 0px;
 overflow: hidden;
 visibility: hidden;
 content: ".";
 }
.home_choose .choose_main .light-gallery-flex-warp {
 display: flex;
 flex-wrap: wrap;
 row-gap: 1rem;
 }
@media screen and (max-width: 768px){
.home_choose .choose_main .light-gallery-flex-warp {
 display: flex;
 flex-direction: column;
 gap: 1rem;
 }}
.home_choose .choose_main .gallery-list li {
 float: left;
 box-sizing: border-box;
 position: relative;
 }
.home_choose .choose_main .gallery-fadeInBox .gallery-item.active {
 animation: 1s ease-in-out 0s 1 normal forwards running zoomInSmall;
 }
.home_choose .choose_main .prodlist-fix-fullnum3 li, .home_choose .choose_main .profixlist740 .prodlist-fix-sdnum3 li {
 width: 33.33%;
 }
.home_choose .choose_main .profixlist740 .prodlist-fix-sdnum3 .photosizeresponsed li:nth-child(3n+1) {
 clear: both;
 }
@media screen and (max-width: 768px){
.home_choose .choose_main .light-gallery-flex-warp li {
 width: 100%;
 }}
@media screen and (max-width: 768px){
.home_choose .choose_main .prodlist-fix-fullnum3 li, .home_choose .choose_main .profixlist740 .prodlist-fix-sdnum3 li {
 width: 100%;
 }}
.home_choose .choose_main .gallery-summery-wrap {
 margin-left: 16px;
 }
.home_choose .choose_main .gallery-summery-wrap .gallery-picbox {
 position: relative;
 overflow: hidden;
 }
.home_choose .choose_main a {
 text-decoration: none;
 }
.home_choose .choose_main .gallery-list li a {
 display: block;
 }
.home_choose .choose_main .gallery-list .gallery-picbox a {
 position: relative;
 display: block;
 }
.home_choose .choose_main div[class^="sitewidget-"] a {
 font-family: Arial;
 font-size: 14px;
 color: rgb(84, 84, 84);
 font-weight: 400;
 letter-spacing: 0px;
 line-height: 1.7em;
 text-align: left;
 }
.home_choose .choose_main div[class^="sitewidget-"] a:hover {
 color: rgb(193, 42, 137);
 font-weight: 400;
 }
.home_choose .choose_main img {
 border: 0px;
 }
.home_choose .choose_main .gallery-list li img {
 display: block;
 margin: auto;
 width: 100%;
 height: auto;
 max-width: 100%;
 }
@media (max-width: 449px){
.home_choose .choose_main .gallery-list li img {
 width: 100%;
 }}
.home_choose .choose_main .gallery-item.delay-1 {
 animation-delay: 0.1s;
 }
.home_choose .choose_main .gallery-item.delay-2 {
 animation-delay: 0.2s;
 }
.home_choose .choose_main .row > div.col-md-12 > div[id^="location_"] {
 margin: 0px;
 }
.home_choose .choose_main .container .row > div.col-md-12 > div[id^="location_"], .home_choose .choose_main .row .row > div.col-md-12 > div[id^="location_"] {
 margin: 0px 10px;
 }
@media (min-width: 1px) and (max-width: 767px){
.home_choose .choose_main .row > div.col-md-12 > div[id^="location_"] {
 margin: 0px;
 }}
@media (min-width: 1px) and (max-width: 767px){
.home_choose .choose_main .container .row > div.col-md-12 > div[id^="location_"], .home_choose .choose_main .row .row > div.col-md-12 > div[id^="location_"] {
 margin: 0px 20px;
 }}
@media (min-width: 768px) and (max-width: 989px){
.home_choose .choose_main .row > div.col-md-12 > div[id^="location_"] {
 margin: 0px;
 }}
@media (min-width: 768px) and (max-width: 989px){
.home_choose .choose_main .container .row > div.col-md-12 > div[id^="location_"], .home_choose .choose_main .row .row > div.col-md-12 > div[id^="location_"] {
 margin: 0px 10px;
 }}
.home_choose .choose_main .sitewidget-graphicNew-20240523113246 {
 padding: 16px 12px 0px 5px;
 }
@media screen and (max-width: 768px){
.home_choose .choose_main .sitewidget-graphicNew-20240523113246 {
 padding: 0px 0px 12px;
 }}
.home_choose .choose_main h2 {
 font-weight: normal;
 }
.home_choose .choose_main .sitewidget-hd > h2 {
 font-family: Arial;
 font-size: 30px;
 color: rgb(51, 51, 51);
 font-weight: 400;
 letter-spacing: 0px;
 line-height: 1.8em;
 text-align: left;
 }
.home_choose .choose_main .sitewidget-hd > h2:hover {
 font-weight: 400;
 }
.home_choose .choose_main .sitewidget-graphicNew-20240523113246 .sitewidget-hd > h2 {
 font-size: 20px;
 text-align: center;
 }
.home_choose .choose_main .sitewidget-graphic .sitewidget-bd.fix {
 word-break: break-word;
 }
.home_choose .choose_main .hasOverflowX {
 overflow: auto hidden;
 }
.home_choose .choose_main .sitewidget-graphic .sitewidget-bd * {
 font-size: inherit;
 color: inherit;
 line-height: 1.7em;
 }
 
@media screen and (max-width: 786px){


}
 
/*
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;
  }
}
