/*-- --*/
body{ background:#888888; }
#banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color:#242424;
}
#banner .swiper { width: 100%; height: 100%; }
#banner .swiper-slide { position: relative; width: 100%; height: 100%; }
.image-container { position: relative; width: 100%; height: 100%; overflow: hidden; }
.image-skeleton {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--skeleton-bg-start) 25%, var(--skeleton-bg-end) 50%, var(--skeleton-bg-start) 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
}
@keyframes skeleton-loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.banner-img {
  width: 100%; height: 100%; object-fit: cover; pointer-events: none; user-select: none;
  opacity: 0; transition: opacity 0.3s ease;
}
.img-loaded { opacity: 1; }
.pagination-container {
  position: absolute; top: 50%; right: 32px; transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 16px; z-index: 20;
}
.pagination-bullet {
  width: 12px; height: 12px; border-radius: 50%; background: #ffffff;
  cursor: pointer; transition: all 0.3s ease; position: relative;
}
.pagination-bullet-active {
  border: 1px solid #fff; transform: scale(1.3); background-color: transparent;
}
.pagination-bullet-active::before {
  content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 3px; height: 3px; border-radius: 50%; background-color: #ffffff;
}
.preview-thumb {
  position: absolute; top: 50%; right: 70px; transform: translateY(-50%);
  width: 130px; height: 80px; border-radius: 10px; overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); z-index: 25;
  padding: 8px; background-color: #353535;
  display: none; opacity: 0; transition: opacity 0.3s ease, transform 0.3s ease;
}
.preview-thumb.show {
  display: block; opacity: 1; transform: translateY(-50%) scale(1);
}
.preview-thumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; }
.banner-text-container {
  position: absolute; right: 18%; top: 38%; transform: translateY(-50%);
  max-width:520px; z-index: 15; color: #fff;
}
.banner-title, .banner-title2, .banner-desc, .banner-btn {
  opacity: 0; transform: translateX(-40px);
}
.animate-in .banner-title { animation: textSlideOut 0.8s ease 0.2s forwards; }
.animate-in .banner-title2 { animation: textSlideOut 0.8s ease 0.4s forwards; }
.animate-in .banner-desc { animation: textSlideOut 0.8s ease 0.6s forwards; }
.animate-in .banner-btn { animation: textSlideOut 0.8s ease 0.9s forwards; }
@keyframes textSlideOut {
  from { opacity: 0; transform: translateX(-40px); }
  to { opacity: 1; transform: translateX(0); }
}
.banner-title {
  font-size: var(--font-h); font-weight: bold; line-height: 1.2; margin-bottom: 0.5rem;
  background: linear-gradient(to right top, #aaaaaa 2%, #ffffff 60%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.banner-title2 {
  font-size: var(--font-h2); font-weight: 600; line-height: 1.1; margin-bottom: 1rem;
  color: #ffffff; text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.banner-desc {
  font-size: var(--font-h3); line-height: 1.1; margin-bottom: 2rem;
  text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.banner-btn {
  width: 160px; padding: 5px 32px; height: 60px; font-size: var(--font-small);
  border: none; border-radius: 60px; background: #ffffff; color: #000;
  cursor: pointer; transition: background 0.3s;
}
.banner-btn:hover { background: #000; color: #ffffff; }
.banner-btn a{ display: block; color: #000; }
.banner-btn:hover a{ color: #ffffff; }

/**/
.bigbox{ width:100%; display:flex; flex-direction:column; }
.syone{ width:100%; display:flex; flex-direction: column; z-index:2; position: relative;}
.syone::before{ content:''; position:absolute; left: 0; top:0; width:100%; height:100%; background-color:#343434; }
.syone .mainbox{ width:100%; display: flex; flex-direction: row; align-items: center; justify-content: center; }
.syaone{ flex:1; display: flex; justify-content: center; align-items:flex-start; flex-direction: column; padding: 0px 15px 0px 40px; position: relative; border-left: 1px solid #515151; height:180px;}
.syaone h1{ position: relative; color: #FFF;}
.synum{ display:flex; justify-content:center; align-items:center; flex-direction:row; }
.syaone h1::before{ content: ''; position:absolute; left:-40px; top:12px; width: 4px; height:50px; background-color: #a7a19d;}
.syaone h1 span{ text-align: center; font-size:var(--font-h1); font-weight:bold; cursor: pointer; color: #ffffff;}
.syaone h1 i{ font-weight: 600; font-size:var(--font-h1); color: #FFF; bottom:0px; right:-5px; font-style: normal;}
.syaone sup{ font-size:var(--font-body); top:-40px; }
.syaone p{ font-size:var(--font-body); color: #FFF; line-height: 1.5rem; padding:10px 0px;}

.sytwo{ width:100%; display:flex; flex-direction:column; background-color:#888888; padding:20px 0px; position:relative; }
.sytwo-bg{ width:100%; height: 100%; position:absolute; left: 0; top: 18%; text-align: center; background-position: center top; background-repeat: no-repeat; }
.sytwo-bg img{ max-width:100%; }
.sytwo-a{ width:100%; }
.header-t{ width:100%; display:flex; justify-content:space-between; align-items: flex-start; flex-direction:row; padding: 35px 0px; gap:15px; }
.header-t h1{ font-size:var(--font-t); color: #FFF; font-weight: 600}
.header-t p{ font-size:var(--font-tp); color: #FFF; padding: 5px 0px;}
.header-t a { width:140px; height:50px; font-size:var(--font-normal); line-height: 1.5; background-color: #FFF; display: flex; justify-content: center; align-items: center; text-align: center; color:#000; border: 0; margin-top:30px; padding:5px; -webkit-transition:0.6s;-moz-transition:0.6s;transition:0.6s; position: relative;}
.header-t a::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.header-t a:hover{ color:#ffffff; background-color:#000; }

.sytwo-b{ width:100%; padding:80px 0px 60px; position: relative;}
.twos{ width:100%; position: relative;}
.twos .swiper-slide{ width:25%; padding:0px 2rem; overflow:visible; }
.twosbox{ width:100%; display:flex; flex-direction:column; position: relative; background-color:#ebebeb; -webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;}
.twosbox a{ width:100%; display:flex; flex-direction:column; -webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;}
.twosimg{ width:100%; display:flex; position: relative; overflow: hidden;}
.twosimg img{ width:100%; -webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;}
.twostext{ width:100%; min-height:100px; display:flex; justify-content:center; align-items:center; text-align:center; position:absolute; left:0; bottom:0; z-index: 1; background: linear-gradient(to top, black, transparent 50%);}
.twostext h3{ color:#FFF; font-size:var(--font-tp); }
.tooltip-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8); 
  width: 110px;
  height: 110px;
  background-color:#FFFFFF; 
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: var(--font-normal);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(2px); 
}
.twosbox a:hover .tooltip-circle {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.twosbox a:hover img {
  transform: scale(1.1);
  filter: brightness(0.7);
}

.twos .swiper-slide:nth-child(odd) {
  
}
.twos .swiper-slide:nth-child(even) {
padding-top: 50px;
}
.twos .swiper-slide {
  transition: margin-top 0.3s ease;
}

.sytwo-prev-next{ width:90px; height:90px; background-color:#ffc983; border-radius: 360%; position:absolute; left:17%; bottom:0; z-index:1; display:flex; justify-content:center; align-items: center; flex-direction:row; gap:0px; }
.two-swiper-button-prev{ width:30px; height:30px; background-image: url(../../uploads/svg-loaders/left-sanjue.svg); background-repeat:no-repeat; background-size:40px; background-position:center; }
.two-swiper-button-prev:hover{ width:30px; height:30px; background-image: url(../../uploads/svg-loaders/left-sanjueh.svg); background-repeat:no-repeat; background-size:40px; background-position:center; }
.two-swiper-button-next{ width:30px; height:30px; background-image: url(../../uploads/svg-loaders/right-sanjue.svg); background-repeat:no-repeat; background-size:40px; background-position:center; }
.two-swiper-button-next:hover{ width:30px; height:30px; background-image: url(../../uploads/svg-loaders/right-sanjueh.svg); background-repeat:no-repeat; background-size:40px; background-position:center; }

.sythree{ width:100%; display:flex; flex-direction:column; background-color: #888888;}
.sythree-b{ width:100%; position:relative; display:flex; }
.sythree-bg-container {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    transition: background-image 0.5s ease-in-out;
    z-index: 0;
}
/* 主内容容器 */
.sythree-main-container {
    position: relative;
    width: 100%;
    min-height: 750px;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    z-index: 1;
}
.sythree-model{ width:100%; display:flex; justify-content:space-between; align-items:flex-start; flex-direction:row; gap: 30px;}
.sythree-btn-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    width:600px;
}
.sythree-module-btn {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:flex-start;
    padding: 1.6rem 1rem;
    border: 2px solid #FFF;
    cursor: pointer;
    transition: all 0.3s ease;
}
/* 按钮激活状态 */
.sythree-module-btn.sythree-active {
    background-color: #FFF;
    transform: translateY(-6px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}
.sythree-module-btn .sythree-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 0.6rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sythree-module-btn .sythree-text {
    font-size: 1.05rem;
    font-size: var(--font-body);
    font-weight: 500;
    color: #FFF;
}
.sythree-module-btn.sythree-active .sythree-text{
    color: #000;
}
/* 右侧内容展示区 */
.sythree-content-item {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.sythree-content-item.active {
    display: block;
    opacity: 1;
}
.sythree-content-wrapper {
    width: 700px;
    background: rgba(0,0,0,0.5);
    padding: 2rem;
    box-shadow: 0 8px 28px rgba(0,0,0,0.12);
    transition: opacity 0.3s ease;
}
.sythree-content-wrapper .sythree-content-item.active{ display:block!important; }
.sythree-content-wrapper .sythree-title {
    font-size: 2rem;
    font-size: var(--font-t1);
    color: #FFF;
    margin-bottom: 1.2rem;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items:center;
    flex-direction: row;
    gap: 15px;
}
.sythree-content-wrapper .sythree-title i{ width:50px; height:50px; display:flex; justify-content:center; align-items:center; }
.sythree-content-wrapper .sythree-title i img{ max-width:100% }
.sythree-content-wrapper .sythree-desc {
    font-size: 1.05rem;
    font-size: var(--font-normal);
    line-height: 1.7;
    color: #FFF;
}

/*-- --*/
.syfour{ width:100%; display:flex; flex-direction:row; justify-content:space-between; padding:80px 0px; }
.syfour-a{ width:50%; display:flex; justify-content:center; align-items: center;}
.synews-left {
  box-sizing: border-box;
  max-width: 420px;
  height: 520px;
  background-color: #5c5c5c;
  padding: 30px;
  color: #fff;
  box-shadow: 0 2px 20px rgba(0,0,0,0.15);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.synews-left__title {
  font-size:var(--font-t);
  font-weight: 600;
  margin: 0 0 18px 0;
  line-height: 1.2;
}
.synews-left__subtitle {
  font-size: var(--font-h4);
  margin: 0 0 50px 0;
  line-height: 1.5;
  opacity: 0.95;
}
.synews-left__content p {
  font-size: var(--font-normal);
  line-height: 2.2;
  margin: 0 0 70px 0;
  opacity: 0.9;
}
.synews-left__btn {
  background-color: #fff;
  color: #333;
  border: none;
  padding: 15px 30px;
  font-size: var(--font-normal);
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
  position: relative;
}
.synews-left__btn a{
  color: #333;
  display: block;
}
.synews-left__btn::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.synews-left__btn:hover{ 
  color:#ffffff; 
  background-color:#000; 
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}
.synews-left__btn:hover a{
  color:#ffffff; 
}
.synews-right{ width:50%; display:flex; justify-content:center; align-items: center; padding-left:50px; background-image:url(../../uploads/page/sucai01.png); background-repeat: no-repeat; background-position:left center; background-size:50px;}
.synews-right-box{ width:100%; height:700px; background-color:#202020; }
.synews-right-box .swiper-slide.news-item {
  width: 50%;
  height: auto;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.synews-right-box .swiper-slide.news-item:hover .more-btn{
  background-color:#FFF;
  color: #000;
  transform: all 0.3;
}
.item-content{ 
  display:flex; 
  justify-content:flex-end; 
  align-items:flex-end; 
  flex-direction:column; 
  padding:20px 20px 50px; 
}
.item-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(transparent, rgba(0,0,0,.9));
  z-index: 2;
}
.news-date {
  width: 100%;
  font-size:var(--font-smallx);
  color: #fff;
  z-index: 2;
  padding-bottom: 10px;
  text-align: right;
  opacity: 0.9;
}
.news-title {
  width: 100%;
  font-size: var(--font-normal);
  color: #fff;
  font-weight: 600;
  z-index: 2;
  padding-bottom: 10px;
  text-align: right;
  opacity: 0.9;
}
.news-p {
  width: 100%;
  font-size: var(--font-normal);
  color: #fff;
  z-index: 2;
  padding-bottom: 15px;
  text-align: right;
  opacity: 0.9;
}
.more-btn {
  display:inline-flex;
  color: #fff;
  text-decoration: none;
  font-size:var(--font-normal);
  z-index: 2;
  opacity: 0.9;
  padding: 10px 15px;
  border-radius: 5px;
  transform: all 0.3;
}
.more-btn:hover {
  background-color:#FFF;
  color: #000;
  transform: all 0.3;
}
.synews-right-box .swiper-pagination-bullet{
  border: 2px solid #FFF;
}
.synews-right-box .swiper-pagination-bullet-active {
  background: #ffffff;
}

/*-- --*/
.syfive-banner {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  padding:15px;
}
.syfive-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.syfive-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0;
}
.syfive-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.syfive-banner-content {
  max-width: 700px;
  opacity: 0;
  transform: translateY(30px);
}
.syfive-banner-slogan {
  font-size: 1.05rem;
  font-size: var(--font-h3);
  margin-bottom: 12px;
  line-height: 1.6;
}
.syfive-banner-title {
  font-size: 3.75rem;
  font-size: var(--font-h);
  font-weight: 700;
  letter-spacing: 2px;
}
.syfive-contact-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 28px 10px 32px;
  background-color: #ffffff;
  color: #333333;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-size: var(--font-normal);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  opacity: 0;
  transform: translateX(-20px);
}
.syfive-contact-btn a{
  display: flex;
  align-items: center;
  color: #333333;
  border: none;
  font-size: 1rem;
  font-size: var(--font-normal);
  cursor: pointer;
  transition: all 0.3s ease;
}
.syfive-contact-btn:hover {
  background-color: #f5f5f5;
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.syfive-arrow-icon {
  width: 32px;
  height: 32px;
  background-color: #333333;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.syfive-arrow-icon::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(45deg);
  display: block;
}

@media (min-width: 1630px) {

}

@media (max-width: 1430px) {
/*-- --*/
.syfour{ padding:60px 0px; }
.syfour-a{ width:45%;}
.synews-left { max-width: 400px; height: 480px;}
.synews-right{ width:55%; }
.synews-right-box{ height:600px; }
.banner-text-container { top:50%;}
.twos .swiper-slide {width: 26%;padding: 0px 1.5rem;}
}

@media (max-width: 1230px) {
/*-- --*/
.sytwo-b{ padding:40px 0px 30px; }
.twos .swiper-slide{ width:30%; padding:0px 15px; }
.tooltip-circle {
  width: 80px;
  height: 80px;
}
.sytwo-prev-next{ width:70px; height:70px; left:20%; }

/*-- --*/
.sythree-btn-group { width:100%;}
.sythree-content-wrapper { width: 100%;}
.sythree-main-container {
    min-height: 550px;
}
/*-- --*/
.syfour{ padding:60px 0px; }
.syfour-a{ width:42%;}
.synews-left { max-width:320px; height:auto; padding:30px;}
.synews-right{ width:58%; }
.synews-right-box{ height:550px;  }

}

/*ipad*/
@media (max-width: 991px) {
.sythree-main-container {
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}
.sythree-btn-group {
    width: 100%;
    margin-bottom: 2.5rem;
}
.sythree-content-wrapper {
    margin-left: 0;
    width: 100%;
}
.banner-text-container {left:30px; right: auto; top:50%;}
}
/* xs */
@media (max-width: 768px) {
.xplr{ padding:0; }
#banner { height: 350px; padding-top:55px; }
.banner-text-container { top:47%; left: 24px; right: auto; max-width: 70%; }
.banner-title { font-size: 1.75rem; }
.banner-title2 { font-size: 1.25rem; }
.banner-desc { font-size: 1rem; margin-bottom:1.2rem; }
.pagination-container { right: 16px; }
.preview-thumb { right: 40px; }
.banner-btn { width: 120px; padding: 5px 15px; height: 40px; border-radius:30px;}
/**/
.syaone{ padding:0; height:120px; align-items:center;}
.syaone h1{ flex-shrink:0; }
.syaone h1::before{ display:none; }
.syaone h1 span{ font-size:22px; text-align: center;}
.syaone h1 i{ font-size:22px; }
.syaone sup{ font-size: 0.85rem; top:-5px; }
.syaone p{ line-height: 1.2rem; font-size: 1rem; text-align: center;}
/**/
.header-t{ padding: 20px 0px;}
.header-t a { width:120px; height:40px; margin-top:0px;}
.sytwo-b{ padding:20px 10px 30px; }
.sytwo-bg{ top:28%; }
.sytwo-bg img{ width:100%; max-width:none; }
.twos .swiper-slide{ width:50%; padding:0px 10px; }
.twostext{ min-height:80px;}
.twostext h3{ font-size:0.95rem; }
.tooltip-circle {
  width: 80px;
  height: 80px;
  font-size:0.85rem;
}
.twos .swiper-slide:nth-child(even) {
padding-top:20px;
}
.sytwo-prev-next{ width:40px; height:40px; left:5%; bottom:0px }
.two-swiper-button-prev{ width:25px; height:25px; background-image: url(../../uploads/svg-loaders/left-sanjue.svg); background-repeat:no-repeat; background-size:20px; background-position:center; }
.two-swiper-button-prev:hover{ width:25px; height:25px; background-image: url(../../uploads/svg-loaders/left-sanjueh.svg); background-repeat:no-repeat; background-size:20px; background-position:center; }
.two-swiper-button-next{ width:25px; height:25px; background-image: url(../../uploads/svg-loaders/right-sanjue.svg); background-repeat:no-repeat; background-size:20px; background-position:center; }
.two-swiper-button-next:hover{ width:25px; height:25px; background-image: url(../../uploads/svg-loaders/right-sanjueh.svg); background-repeat:no-repeat; background-size:20px; background-position:center; }
/**/
.sythree-bg-container { background-size:cover; background-position:right -400px center; }
.sythree-main-container {
    min-height:200px;
    padding:25px 10px;
}
.sythree-model{ flex-direction:column-reverse; gap:15px;}
.sythree-btn-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:10px;
    width:100%;
}
.sythree-module-btn {
    padding: 10px;
}
.sythree-module-btn .sythree-icon {
    width: 32px;
    height: 32px;
}
.sythree-module-btn .sythree-text {
    font-size: 1rem;
}
.sythree-content-wrapper .sythree-title {
    font-size:1.35rem;
    margin-bottom: 1rem;
}
.sythree-content-wrapper .sythree-title i{ width:40px; height:40px; }
/*-- --*/
.syfour{ flex-direction:column; justify-content:center; padding:40px 0px; }
.syfour-a{ width:100%; padding:20px 30px; }
.synews-left {
  max-width:100%;
  padding:40px 30px;
  height:auto;
}
.synews-left__title {
  margin: 0 0 10px 0;
}
.synews-left__subtitle {
  margin: 0 0 12px 0;
}
.synews-left__content p {
  margin: 0 0 15px 0;
  line-height: 1.5;
}
.synews-left__btn {
  padding: 10px 20px;
}

.synews-right{ width:100%; padding-left:0;}
.synews-right-box{ height:350px; }
.synews-right-box .swiper-slide.news-item {
  width:50%;
}
.item-content{ 
  padding:15px; 
}
.news-p {
  display: none;
}

/*-- --*/
.syfive-banner {
  height: 300px;
  padding:20px;
}
.syfive-inner {
  flex-direction: column;
  justify-content: center;
}
.syfive-banner-content {
  max-width:100%;
}
.syfive-banner-slogan {
  text-align: center;
  font-size: 1.3rem;
}
.syfive-banner-title {
  text-align: center;
  font-size: 2rem;
}
.syfive-contact-btn{ margin-top:20px; padding: 5px 18px 5px 25px;}
}

@media (max-width: 480px) {
#banner { height: 330px; }
/**/
.syaone{ flex: 1 0 auto; height:100px; }
.syaone h1 span{ font-size:16px; text-align: center;}
.syaone h1 i{ font-size:16px; }

.synews-right-box{ height:300px; }
}