/*
Theme Name: sohowp Child
Template: sohowp
Version: 1.0
Author:	sohowp
Theme URI: http://sohowp.sohowp-themes.com/
Author URI: http://sohowp-themes.com/
*/


.theme-default .nivoSlider {
	position:relative;
	 background: #ffffff;
    margin-bottom:0px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0;
}
.theme-default .nivo-controlNav a {
display:inline-block; 
width:13px;
height:13px; 
margin:0 5px; 
background:#c1c1c1; 
border-radius:50%;
cursor: pointer;
opacity: 0.9;
-moz-opacity: 0.9;
filter:alpha(opacity=90);
text-indent:-9999px;
}
.theme-default .nivo-controlNav a.active {
display: inline-block;
width: 13px;
height: 13px;
margin: 0 5px;
background: #000000;
border-radius: 50%;
opacity: 0.9;
-moz-opacity: 0.9;
filter:alpha(opacity=90);
text-indent:-9999px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAeCAYAAABwmH1PAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAK+SURBVHja1Jmvc+JAFMc/ZJghLq5xOFCH67m6OHB1lefuv6q7unPg4loFDlTPxQWHSxUVvMykuWz27WZzM/dmMjAh5O13d7/f92Mn1+sVpcXAHTDv+O0CnIGScSwV30nHb4X4rjQvmiqeWQLf5NNmF+AIHLQDsEzwPbAyAG3bu/gt+h6a9KxwCmSGFbVZJc5fPcE+CNjY478FkJt2mwnwdwE71Ergt6y8xhLgUSZ7qOXAXgN4I9solFXAi4LfKfDkuaomOwLb5o2o9UAWGGzNxScLD5MRwCJYMhPgpWzlMSyWrWqyxxHANum5bAOOgbUHP11Dy4NBoNKRfa/rCa0BuypiLpertf0kcs9HkHLHHXZfA44dnW671M/VcYNjvlt53xYkzWRHwELptAKeRfmGCknXd18VflYmOTGwqAFrOPNCmNQxEc6mygwq5NgWkUIwQoKt7U6uUKYdYzq1zPKxhydn4JdCmTPDKvcJkm3g5x7K9SVOydQiCrmF08UIcbMc+N6tjK0zp4h6qp43/l97M+XvUY+w/AyUxP9rS2XsiWs9XOfAO6k1tfxs2sxjwBnwoUg8SkPtvu4Ls1Phy9ySA2874u/Ms1bGwlHNrpoZ4vvG5jdShptNoPq4qbLngO/LFGABygg4OVQdmwBVzbuoaGWgimuqunGo8k6RYxhYBahbD4bvvnX2yoFGZa3SLr2nFPjhqeBFa3ILz5jrM4bXZlgqHLdX4snpXHlPw9nEkUZFOw7v0Dfb8ARbGjKrfES/F8H2V+JRceswViM4PVpq6H2AstOU/n7B1NW1TCX2JoGc7h1WMCNcX+0iYL/sKlNfuu5xLQfO7s4j9FizJSVnd127dWI5W5pza7LNHYEeGHbcUreCXHtthaixUfknysO0lNv5Uor5MK0E/sgVSgdi6cgsejokhfg+abLGzwEA5nq5vbenPB4AAAAASUVORK5CYII=) no-repeat;
	text-indent:-9999px;
	border:0;
    opacity: 0; 
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.theme-default:hover a.nivo-nextNav {right:15px;  opacity: 1; }
.theme-default:hover a.nivo-prevNav {left:15px;   opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:-15px;
}
.theme-default a.nivo-prevNav {
	left:-15px;
}

.theme-default .nivo-caption {
    font-family: Arial,Helvetica,sans-serif;
	line-height: 26px;
}
.theme-default .nivo-caption a {
    color:#fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:9;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:5%;
	top:25%;
	height:100%;
	color:#fff;
	width:95%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.slidersun{padding: 50px 0 0 50px;}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:400;
}

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

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

@-webkit-keyframes slideInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight2 {
  -webkit-animation-name: slideInRight2;
  animation-name: slideInRight2;
}


@-webkit-keyframes slideInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft2 {
  -webkit-animation-name: slideInLeft2;
  animation-name: slideInLeft2;
}



@-webkit-keyframes slideInRight3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight3 {
  -webkit-animation-name: slideInRight3;
  animation-name: slideInRight3;
}


@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

/* 模板  */
.widget_categories ul ul{display:none;}
.widget_categories ul li.hover ul{display:block;}
.widget_categories ul li.hover ul{background-color:#f1f1f1;left:100%;top:-0.5rem;width:100%;z-index:9999;position:absolute;height:auto;}
.widget_categories ul li.hover{background-color: #e9e9e9;}
.widget_categories ul li.hover ul li:hover{background-color: #e9e9e9;}
.widget_categories ul li.hover ul ul{display:none;}
.widget_categories ul li.hover ul li.hover ul{display:block;}

*{ margin:0; padding:0; list-style:none;}
.lanrenzhijia{ width:100%; height:auto;}
.lanrenzhijia .tab{overflow:hidden; margin-top: 1%; margin-right: -1%; font-size: 0px;}
.lanrenzhijia .tab img{ cursor: pointer; width:24%; height:auto; margin-right: 1%;}
.lanrenzhijia .content img{ width:100%; height:auto; display:none;}
.lanrenzhijia .tab img:hover{opacity: 0.55; filter: alpha(opacity=55);}

.sun-post-preview{float:left;width:49%; height:auto;}
.sun-blog-post-body{float:right;width:48%; height:auto;}

.product-inquiry {float:left; margin-top: 20px;}
.product-inquiry a, .product-inquiry a:hover{ padding:6px 10px; font-size:16px; font-family:Arial; color:#fff; background:#df1d1d; display:inline-block; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -o-transition:all 0.4s ease; -ms-transition:all 0.4s ease; transition:all 0.4s ease;}
.product-inquiry a:hover{ background-color:#df1d1d; color:#fff !Important; text-decoration:none;}
.radius{ margin-right:10px;border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}

@media screen and (max-width: 767px) {
.sun-post-preview{float:none;width:100%;}
.sun-blog-post-body{float:none;width:100%;}
}

.extbkbox{width:320px;max-width:100%;position:fixed !Important;bottom:0;position:absolute;z-index:99;right:0px;}
.w-tabs-section-header { padding: 3px 1.5rem;}

.zoom {display:inline-block; position: relative;}
.zoom img {display: block;}
.zoom img::selection { background-color: transparent; }
.zoomImg{cursor:move;}

/* =ihover  */

.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.square {
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6.colored .info {

  background: rgba(0, 0, 0, 0.4);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(0, 0, 0, 0.3);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
 

  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  font-weight: 500;
  margin: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {

  font-size: 16px;
  position: relative;
  color: #fff;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.infotop {
 position: absolute;
 top: 20%;
 width: 100%;
}


.grid {
	overflow: hidden;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.4;
}

.grid figure figcaption {

	color: #fff;
	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 300;
}

.grid figure p {
	font-size: 16px;
	padding: 0 8px;
}

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #383a5f 0%,#1a1615 40%,#594930 100%);
	background: linear-gradient(45deg, #383a5f 0%,#1a1615 40%,#594930 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 10px 10px 8px 10px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}


#sun h3 {
    font-size: 18px;
}
#sun h3 span {
    background: none repeat scroll 0 0 #002E5B;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    line-height: 37px;
    padding: 2px 18px 0;
    position: relative;
    text-transform: uppercase;
	font-weight:bold;
}

.wpb_area_title{
border-bottom: 3px solid #002E5B;
border-top: 1px solid rgba(102, 102, 102, 0.2); 
border-right: 1px solid rgba(102, 102, 102, 0.2); 
padding-bottom: 0px;
margin: 0px;
}

.clear { clear:both; }
	
@media only screen and ( max-width: 768px ) {
.owl-theme .owl-controls .owl-buttons .owl-prev{ bottom: 45%;}
.owl-theme .owl-controls .owl-buttons .owl-next{ bottom: 45%;}
.cloud-zoom-big {display: none !important;}
.cloud-zoom-lens {background-color:transparent !important;}
}

img {
max-width:100%;
height: auto ;
}

table,th,td,tr{
border:1px solid #444444 !important;
max-width:100% !important;
height: auto !important;
}


.imgsunpost{
    position: relative;
    float: left;
	width: 25%;
}
.infosunpost{
    margin-right: 0 !important;
    clear: right;
    width: 75%;
	padding: 0px 0px 0px 8px;
	position: relative;
    float: left;
}

.imgsun{
    position: relative;
    float: left;
	width: 45%;
}
.infosun{
    margin-right: 0 !important;
    clear: right;
    width: 45%;
	padding: 40px 0 0 0;
	position: relative;
    float: right;
}
.infosun h3{
    font-size: 36px;
    margin: 0 !important;
	padding-bottom: 10px;
	font-weight: 500;
}

.infosun p{
color: #444 !important;
font-size: 16px;
line-height: 28px;
}

.imgsun2{
    position: relative;
    float: right;
	width: 50%;
}
.infosun2{
    margin-right: 0 !important;
    width: 50%;
	padding: 25px 15px 0 25px;
	position: relative;
    float: left;
}
.infosun2 h3{
    font-size: 30px;
    margin: 0 !important;
	padding-bottom: 10px;
	font-weight: 500;
}

.infosun2 p{
    font-size: 16px;
    line-height: 28px;
}
#triangle-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;

    border-bottom: 20px solid transparent;
	display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top:-moz-calc(50% - 22px);
    top:-webkit-calc(50% - 22px);
    top: calc(50% - 22px);
    z-index: 99;
	left: 0;
}


.imgsun3{
    position: relative;
    float: left;
	width: 50%;
}
.infosun3{
    margin-right: 0 !important;
    clear: right;
    width: 50%;
	padding: 25px 15px 0 25px;
	position: relative;
    float: left;
}
.infosun3 h3{
    font-size: 30px;
    margin: 0 !important;
	padding-bottom: 10px;
	font-weight: 500;
}

.infosun3 p{
    font-size: 16px;
    line-height: 28px;
}
#triangle-left {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
 
    border-bottom: 20px solid transparent;
	display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top:-moz-calc(50% - 22px);
    top:-webkit-calc(50% - 22px);
    top: calc(50% - 22px);
    z-index: 99;
	right: 0;
}
.postsunlons{
overflow: hidden;
display: block;
}

.boxsunlons{
overflow: hidden;
display: block;
}
@media only screen and ( max-width: 768px ) {
.imgsunpost{width: 15%;}
.infosunpost{ width: 85%;}
.imgsun, .infosun{ float: none; margin-right: 0; width: 100%;}
.infosun{padding: 20px 0;}
.infosun h3{font-size: 28px;}
.buttonsun2 {display: none !important;}
.boxsunlons{text-align: center;}
.imgsun2, .infosun2{ float: none; margin-right: 0; width: 100%;}
.infosun2{ padding: 20px 0;}
.infosun2 h3{ font-size: 26px;}
.infosun3 h3{ font-size: 26px;}
.imgsun3, .infosun3{ float: none; margin-right: 0; width: 100%;}
.infosun3{padding: 20px 0;}
#triangle-left, #triangle-right{display: none;}
}


.boxsunlonsa{padding: 25px; border: 1px solid #BBBEC9; text-align: center;}
.imgsuna img { border-radius: 50%;   width: 100%;}
.infosuna h3{
    font-size: 22px;
    margin: 0 0 8px !important;
	padding: 20px 0 0;
    font-weight: 500;
}
.infosuna a{
color: #444 !important;
}
.infosuna p{
color: #444 !important;
font-size: 14px;
}

.boxsunlonsb{padding: 25px; border: 1px solid #BBBEC9; text-align: center; margin-bottom: 30px;}

.infosunb h3{
    font-size: 22px;
    margin: 0 0 8px !important;
	padding: 20px 0 0;
    font-weight: 500;
}
.infosunb a{
color: #444 !important;
}
.infosunb p{
color: #444 !important;
font-size: 14px;
}


.imgsunc{
    position: relative;
    float: left;
	width: 42%;
}
.infosunc{
    margin-right: 0 !important;
    clear: right;
    width: 58%;
	padding: 10px 0 0 25px;
	position: relative;
    float: left;
}
.infosunc h3{
    font-size: 24px;
    margin: 0 !important;
	padding-bottom: 6px;
	font-weight: 500;
}

.infosunc p{
font-size: 16px;
line-height: 28px;
}
.boxsunlonsc{
overflow: hidden;
display: block;
border: 1px solid #BBBEC9;
padding:20px;

}
@media only screen and ( max-width: 768px ) {
.imgsunc, .infosunc{ float: none; margin-right: 0; width: 100%;}
.infosunc{padding: 20px 0 0; text-align: center;}
}


.imgsund{
    overflow: hidden;
    position: relative;
    float: right;
	width: 45%;
}
.infosund{
    margin-right: 0 !important;
    width: 45%;
	padding: 40px 0 0 0;
	position: relative;
    float: left;
}

.infosund h3{
    font-size: 36px;
    margin: 0 !important;
	padding-bottom: 10px;
	font-weight: 500;
}
.infosund a{
color: #444 !important;
}
.infosund p{
color: #444 !important;
font-size: 16px;
line-height: 28px;
}

@media only screen and ( max-width: 768px ) {
.imgsund, .infosund{ float: none; margin-right: 0; width: 100%;}
.infosund{padding: 20px 0 0 0; text-align: center;}
.infosund h3{font-size: 28px;}
}

.boxsunlonse{ text-align: center; padding-bottom: 10px;}

.infosune h3{
    font-size: 22px;
    margin: 0 0 8px !important;
	padding: 20px 0 0;
	font-weight: 500;
}
.infosune a{
color: #444 !important;
}
.infosune p{
color: #444 !important;
font-size: 14px;
}


.imgsuntop{ margin-top:-15px;}
h3.title-seconds {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    text-align: center;
    display: inline-block;
}
h3.title-seconds span {
    background: #ffffff none repeat scroll 0 0;
    bottom: -16px;
    color: #444;
    display: inline-block;
    font-weight: 500;
    font-size: 26px;
    padding: 0 12px;
    position: relative;
	text-align: center;
}

h3.title-second {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0 0 25px;
    text-align: center;
    display: inline-block;
}
h3.title-second span {
    background: #ffffff none repeat scroll 0 0;
    bottom: -16px;
    color: #444;
    display: inline-block;
    font-weight: 500;
    font-size: 28px;
    padding: 0 12px;
    position: relative;
	text-align: center;
}
.infowpba{text-align: center; font-size: 16px; color: #444;}

.imgsun {overflow: hidden; line-height:0px;}
.imgsun img{
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.imgsun :hover  img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}



.imgsunb {overflow: hidden; line-height:0px;}
.imgsunb img{
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.imgsunb :hover  img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.imgsunc {overflow: hidden; line-height:0px;}
.imgsunc img{
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.imgsunc :hover  img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.imgsun2 {overflow: hidden; line-height:0px;}
.imgsun2 img{
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.imgsun2 :hover  img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.imgsun3 {overflow: hidden; line-height:0px;}
.imgsun3 img{
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.imgsun3 :hover  img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.imgsund img{
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.imgsund :hover  img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.imgsune {overflow: hidden; line-height:0px;}
.imgsune img{
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.imgsune :hover  img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.imgsunf {overflow: hidden; line-height:0px;}
.imgsunf img{
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.imgsunf :hover  img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.imgsung {overflow: hidden;  margin-bottom: 10px; line-height:0px;}
.imgsung img{
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.imgsung :hover  img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.imgsundd {overflow: hidden; line-height:0px;}
.imgsundd img{
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.imgsundd :hover  img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.infosung a{
color: #444 !important;
}
.infosung p{
color: #444 !important;
font-size: 14px;
}


.imgsid{
padding: 0 8%;
  	position: absolute;
	width: 100%;
	height: auto;
	margin: 0px;	
	z-index: 2;
	left: 0px;
	right: 0px;
	top: 25%;
}
.imgsid img{
  width: auto !important;
  height: auto;
}

.infosuno{
 width: 50%;
 float: left;
}

.suno1 {
font-weight: 700; font-size: 36px;	
color: #000 !important;
}


.suno3 {
position: relative;
padding: 16px 10px 10px;
color: #000 !important;
background: #fff;
-webkit-animation-delay: .5s;
animation-delay: .5s;
-webkit-animation-duration: 1.5s !important;
animation-duration: 1.5s !important;
}

.slidersun .suno3::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: -33px;
    position: absolute;
    top: 0;
    transform: skewX(-17deg);
    width: 120px;
    z-index: -1;
}

.slidersun  .suno3::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -34px;
    top: 0;
    transform: skewX(-17deg);
    width: 120px;
    z-index: -1;
}

.suno2 {
position: relative;
margin-top: 4px !important;
padding: 6px 10px 10px;
color: #fff !important;
background: #002E5B;
-webkit-animation-delay: .5s;
animation-delay: .5s;
-webkit-animation-duration: 1.5s !important;
animation-duration: 1.5s !important;
}

.slidersun  .suno2::before {
    background: #002E5B none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: -33px;
    position: absolute;
    top: 0;
    transform: skewX(-17deg);
    width: 120px;
    z-index: -1;
}

.slidersun  .suno2::after {
    background: #002E5B none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -34px;
    top: 0;
    transform: skewX(-17deg);
    width: 120px;
    z-index: -1;
}


.suno4 {
font-size: 16px;
color: #ffffff !important;
font-weight:bold!important;
}
.suno6 {
font-size: 15px;
padding: 10px 20px 12px;
color: #ffffff !important;
background: rgba(0,0,0,.5)!important;
border: 1px solid #fff;
border-radius: 5px;
}
.suno5 {
margin-top: 18px !important;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-duration: 1.5s !important;
animation-duration: 1.5s !important;
}

.infosunp{
 text-align: center !important;
 margin: 0 6%;
}

.sunp1 {
font-size: 36px;
color: #fff !important;
text-shadow:1px 1px 2px #000;
}
.sunp3 {
-webkit-animation-duration: 1.5s !important;
animation-duration: 1.5s !important;
}

.sunp2 {
-webkit-animation-delay: .5s;
animation-delay: .5s;
-webkit-animation-duration: 1.5s !important;
animation-duration: 1.5s !important;
}
.sunp4 {
text-shadow:1px 1px 1px #111;
font-size: 24px;
color: #fff !important;
}

.sunp6 {
background: rgba(0,0,0,.5);
font-size: 15px;
padding: 10px 20px 12px;
color: #ffffff !important;
border: 1px solid #fff;
border-radius: 5px;
text-shadow:1px 1px 1px #111;
}
.sunp5 {
margin-top: 19px !important;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-duration: 1.5s !important;
animation-duration: 1.5s !important;
}
@media screen and ( max-width: 1190px ) {
.infosuno{width: 80%;}
.suno5 {display: none;}
.sunp1 {font-size: 24px;}
.sunp4 {font-size: 16px;}
.sunp6 {font-size: 14px; padding: 8px 16px 10px;}
.tx-fw-content{margin-bottom: 0px !important;}
}
@media screen and ( max-width: 980px ) {
.imgsid{top: 20%;}
.sunp6 {font-size: 12px; padding: 8px 16px 10px;}
.suno1 {font-size: 18px;}
.suno4 {font-size: 12px;}
.sunp1 {font-size: 20px;}
.sunp4 {font-size: 14px;}
}
@media screen and ( max-width: 480px ) {
.sunp1 {font-size: 18px;}
.sunp4 {font-size: 12px;}
.sunp5 {display: none;}
.suno1 {font-size: 15px;}
.suno4 {font-size: 11px;}
.owl-buttons{display: none;}
}
.fullq{
    background: rgba(0,0,0,.5);
  	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;	
	z-index: 2;
	left: 0px;
	right: 0px;
	top: 0;
}
.imgq img{
width: 100%;
}
.imgq {
line-height:0px;
}


.infosunq{
 width: 76%;
 position: absolute;
 top: 25%;
 text-align: center !important;
 margin: 0 12% ;
}

.sunq1 {
font-size: 28px;
color: #ffffff !important;

}
.sunq3 {
-webkit-animation-duration: 1.5s !important;
animation-duration: 1.5s !important;
}

.sunq2 {
padding: 8px 0px 15px;
-webkit-animation-delay: .4s;
animation-delay: .4s;
-webkit-animation-duration: 1.5s !important;
animation-duration: 1.5s !important;
}
.sunq4 {
font-size: 16px;
color: #ffffff !important;
}

.sunq6 {
font-size: 15px;
padding: 10px 20px 12px;
color: #ffffff !important;
border: 1px solid #fff;
border-radius: 5px;
}
.sunq5 {
margin-top: 14px !important;
-webkit-animation-delay: .6s;
animation-delay: .6s;
-webkit-animation-duration: 1.5s !important;
animation-duration: 1.5s !important;
}


.one_halfss{
    width: 50%;
    position: relative;
    margin-right: 0;
    float: left;
}

.one_fourths {
 width: 23.5%;
 position: relative;
 margin-right: 2%;
 float: left;
 }

@media only screen and ( max-width: 768px ) {
.one_halfss, .one_fourths{ float: none; margin-right: 0; width: 100%;}
.one_fourths{margin-bottom: 20px;}
.nivo-caption{display: none !important;}
}


p { margin: 0px 0px 8px !important;}
.slidersun{width: 40%;}

.l-titlebar.size_large .l-titlebar-h, .l-sidebar, .l-section-h, .l-section.width_full .vc_col-sm-12 .w-tabs-section-content-h {padding: 2.5rem 0;}
.l-titlebar.size_small .l-titlebar-h, .l-titlebar.size_medium .l-titlebar-h {padding: 4px 0 2px;}
.owl-prev {left: 5px;}
.owl-next {right: 5px;}
.owl-prev, .owl-next {top: 42%;}
.img-class img{ width:100%;}
.w-blog-post-meta-category::before {content: 'Category:';}
.l-titlebar-h{margin-bottom: 0;}
@media only screen and ( max-width: 480px ) {
.l-section-h{padding: 1.5rem 0;}
}

.w-blog-post {
    padding: 10px !important;
    margin-bottom: 5px !important;
	line-height:0px;
}
.w-blog.layout_smallcircle .w-blog-post  {line-height:24px !important; border: 1px solid #ccc; padding: 18px !important;    margin-bottom: 18px !important;}
.w-blog-list {
    margin-left:  0 !important;
    margin-right:  0 !important;
	border: 1px solid #ddd; padding:8px;
}
.w-blog-post-h{
padding: 18px !important;
border: 1px solid #ddd;  
}
.w-blog-post-h:hover{border-color: #a8a8a8;}
.w-blog-post-preview{overflow: hidden;}
.w-blog-post-preview img{
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.w-blog-post-preview:hover img{
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}


.w-blog-list .w-blog-post-title {
    margin-bottom: 5px !important;
	padding-top: 10px !important;
	text-align: center;
    font-weight: 300;
    font-size: 15px !important;
    color: #444444 !important;
}
.owl-dots { padding-top: 5px !important;}
.g-pagination{margin-top: 10px !important; text-align: center;}
.layout_smallcircle .w-blog-post-h{border: 0px; padding: 0 !important;}
.layout_smallcircle .w-blog-list{ padding: 18px 18px 3px 18px;}
.layout_smallcircle .w-blog-list .w-blog-post-title { text-align:left; font-size: 24px !important; padding-top: 5px !important;}
.layout_smallcircle .w-blog-post-preview { border-radius: 0 !important;  max-width: 100% !important;}
.layout_smallcircle .w-blog-post-content {margin-top: 0;}
.layout_related .w-blog-post-meta{display: none;}
.w-toplink{display: none !important;}
.extbkbox .w-tabs.accordion .w-tabs-section-content-h { padding: 2px 1.5rem 5px !important;}
.extbkbox input{line-height: 2.2rem !important; height: 2.2rem !important; box-shadow:none !important; width:100%;}
.extbkbox textarea{box-shadow:none !important; height: 6rem;}
.sidebaremg img{width: 100%;}
textarea { height: 12rem;}
#message, input{border: 1px solid #ccc; box-shadow: none !important;}

.footerrq{max-width: 190px; padding-top: 4px ;}
.for_related{margin-bottom: 2.5rem !important;}
.g-tags-title{display: inline-block !important;}
.l-content .l-section.height_small .l-section-h { padding-top: 0 !important;}

/* 缩略图特效  */
.w-blog-post-preview {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.w-blog-post-preview img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.w-blog-post-preview .ovrlyT {
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: -100%;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.w-blog-post-preview .ovrlyB {
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 100%;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.w-blog-post-preview .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.w-blog-post-preview .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: transparent;
}
.w-blog-post-preview:hover .ovrlyT {
    left: 0;
    top: 0;
}
.w-blog-post-preview:hover .ovrlyB {
    left: 0;
    top: 0;
}
.w-blog-post-preview:hover .buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: rgba(50, 50, 50, 0.9);
}


.sunlons-ovr {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.sunlons-ovr img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.sunlons-ovr:hover img{
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.sunlons-ovr .ovrlyT {
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: -100%;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sunlons-ovr .ovrlyB {
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 100%;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sunlons-ovr .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sunlons-ovr .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: transparent;
}
.sunlons-ovr:hover .ovrlyT {
    left: 0;
    top: 0;
}
.sunlons-ovr:hover .ovrlyB {
    left: 0;
    top: 0;
}
.sunlons-ovr:hover .buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: rgba(50, 50, 50, 0.9);
}

/* 选项卡 */
.outer {width:100%; height:auto; border: 1px solid #ddd;}
.outer .tab{ overflow:hidden;   margin: 0; }
.outer .tab li {float:left; cursor:pointer; margin: 0 ; width:33.3%; height:auto;  padding:15px 20px; }
.outer .tab li:last-child {border-left: 1px solid #e1e1e1;}
.outer .tab li.current {background:#ddd; color:#333;}
.outer .content {padding: 18px; border-top: 1px solid #e1e1e1; }
.outer .content ul {display:none;  margin: 0;}
.imgsung{ line-height:0px;}
@media only screen and ( max-width: 768px ) {
.outer .tab li { width:100%  !important; border-bottom: 1px solid #e1e1e1; }
.outer2 .tab li { width:100%  !important; border-bottom: 1px solid #e1e1e1; }
.extbkbox input, .extbkbox textarea{line-height: 2rem !important;height: 2rem !important; padding: 0 .8rem;}
.extbkbox p{margin-bottom:1px !important;}
}

.outer2 {width:100%; height:auto; border: 1px solid #ddd;}
.outer2 .tab{ overflow:hidden;   margin: 0; }
.outer2 .tab li {float:left; cursor:pointer; margin: 0 ; width:25%; height:auto;  padding:15px 20px; border-left: 1px solid #e1e1e1;}
.outer2 .tab li.current {background:#ddd; color:#333;}
.outer2 .content {}
.outer2 .content ul {display:none;  margin: 0;}





/* 侧边tags修改 */
.tagcloud a{ 
font-size: 15px !important; 
display: inline-block;
border: 1px solid #ccc;
color: #4e4540;
line-height: 32px;
padding: 0 10px;
margin: 5px 3px;
}
.tagcloud a:hover { border-color: #4e4540;}
.tagcloud { 
border: 1px solid #ddd;
padding: 5px 8px 6px 8px;
}
/* 侧边Contact Us修改 */
#text-4 .textwidget{border: 1px solid #ddd; padding: 10px 12px; }
/* 下载页面 */
.imgdown {overflow: hidden; line-height:0px;}
.imgdown img{ width: 100%;}
/* 不显示侧边底部 */
@media only screen and ( max-width: 900px ) {
.l-sidebar {display: none;}
}

/* qq客服 */
.yb_conct{display:none !important;}
.yb_bar {
width:45px;
display: block;
position: relative;
text-align: center;
line-height: 45px;
height: 45px;
cursor: pointer;
border-bottom: 2px solid #ccc;
color: #fff;
}

.yb_conct .fa-skype:hover{background-color: #06ABE9;    -webkit-transform:scale(1.3,1.3);
    -moz-transform:scale(1.3,1.3);
    -transform:scale(1.3,1.3);}
.yb_conct .fa-envelope:hover{background-color: #DCB149;-webkit-transform:scale(1.3,1.3);
    -moz-transform:scale(1.3,1.3);
    -transform:scale(1.3,1.3);}
.yb_conct .fa-phone:hover{background-color: #1D89DE;-webkit-transform:scale(1.3,1.3);
    -moz-transform:scale(1.3,1.3);
    -transform:scale(1.3,1.3);}
.yb_conct .fa-qq:hover{background-color: #DF1D1D;-webkit-transform:scale(1.3,1.3);
    -moz-transform:scale(1.3,1.3);
    -transform:scale(1.3,1.3);}
.yb_conct .fa-whatsapp:hover{background-color: #AEE17B;-webkit-transform:scale(1.3,1.3);
    -moz-transform:scale(1.3,1.3);
    -transform:scale(1.3,1.3);}
.yb_conct .fa-facebook:hover{background-color: #3b5998;-webkit-transform:scale(1.3,1.3);

    -moz-transform:scale(1.3,1.3);

    -transform:scale(1.3,1.3);}
	
.yb_conct .fa-twitter:hover{background-color: #1da1f2;-webkit-transform:scale(1.3,1.3);

    -moz-transform:scale(1.3,1.3);

    -transform:scale(1.3,1.3);}
	
.yb_conct .fa-linkedin:hover{background-color: #0077b5;-webkit-transform:scale(1.3,1.3);

    -moz-transform:scale(1.3,1.3);

    -transform:scale(1.3,1.3);}
	
.yb_conct .fa-vk:hover{background-color: #6383a8;-webkit-transform:scale(1.3,1.3);

    -moz-transform:scale(1.3,1.3);

    -transform:scale(1.3,1.3);}
	
.yb_conct .fa-google:hover{background-color: #dc4e41;-webkit-transform:scale(1.3,1.3);

    -moz-transform:scale(1.3,1.3);

    -transform:scale(1.3,1.3);}
	
.yb_conct .fa-youtube:hover{background-color: #ff011d;-webkit-transform:scale(1.3,1.3);

    -moz-transform:scale(1.3,1.3);

    -transform:scale(1.3,1.3);}

.yb_conct .fa-pinterest:hover{background-color: #cb2027;-webkit-transform:scale(1.3,1.3);

    -moz-transform:scale(1.3,1.3);

    -transform:scale(1.3,1.3);}	

.ssaa .vc_column-inner{background-color: #555555;}
.ssbb .vc_column-inner{background-color: #666666;}
.sscc .vc_column-inner{background-color: #777777;}

.ssaa .vc_column-inner:hover{background-color: #FF4A00; color: #fff  !important; }
.ssbb .vc_column-inner:hover{background-color: #FF4A00; color: #fff  !important; }
.sscc .vc_column-inner:hover{background-color: #FF4A00; color: #fff  !important; }

.ssaa .vc_column-inner:hover h4{color: #fff  !important; }
.ssbb .vc_column-inner:hover h4{color: #fff  !important; }
.sscc .vc_column-inner:hover h4{color: #fff  !important; }
/*menu*/
.w-nav-list.level_1 > .menu-item a {
    font-size: 16px!important;
    font-weight: 600;
    letter-spacing: 0.04em;

}
.w-nav-list.level_1 > .menu-item a{}
.w-nav-list.level_2 > .menu-item a,.w-nav-list.level_3 > .menu-item a{ color:#fff; font-size: 15px!important;
    font-weight: 500;}

.w-nav-list.level_2 > .menu-item a,.w-nav-list.level_3 > .menu-item a:hover{ color:#fff!important;}

.w-nav-list.level_2 > .menu-item,.w-nav-list.level_3 > .menu-item{border-bottom: 1px solid #5a6164;}

.w-nav-list.level_2 > .menu-item a::before ,.w-nav-list.level_3 > .menu-item a::before {
    background: #FDE428 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 3px;
}
.w-nav-list.level_2 > .menu-item a:hover::before ,
.w-nav-list.level_3 > .menu-item a:hover::before
{
    opacity: 1;
}


.widget_archive ul li::before, .widget_categories ul li::before, .widget_meta ul li::before, .widget_pages ul li::before, .widget_recent_entries ul li::before, .widget_recent_comments ul li::before, .l-footer .widget_nav_menu .menu-item::before {
 
    left: 15px;

}

.widget_categories,.tagcloud {

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);

}
.widget_categories ul li > a {
  
    display: block;
   
}
.widget_categories ul li{padding-left:30px;}
.widget_categories ul li a:hover{font-weight:bold;}
.tagcloud a:hover{font-weight:bold;}
.widget_text a:hover{font-weight:bold;}




.l-footer.layout_compact h4{    
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
	font-weight:bold;}
.l-footer.layout_compact h4 .colored {
    color: #FDE428;
}
.l-footer .color_footer-bottom.xy-ft-copy,
.l-footer .xy-ft-copy {
	padding: 0 !important;
	min-height: 0 !important;
	background: #001a35;
	border-top: 1px solid rgba(253, 228, 40, 0.22);
}
.l-footer .xy-ft-copy .l-section-h,
.l-footer .xy-ft-copy-inner {
	padding: 10px 20px !important;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
	line-height: 1.45;
}
.l-footer .xy-ft-copy p,
.l-footer .xy-ft-copy .xy-ft-copy-text {
	margin: 0;
	display: inline;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.52);
}
.l-footer .xy-ft-copy .xy-ft-copy-extra {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
	line-height: 1;
}
.l-footer .xy-ft-copy .xy-ft-copy-extra img,
.l-footer .xy-ft-copy .xy-ft-copy-extra span {
	vertical-align: middle;
	max-height: 18px;
}
.l-footer .xy-ft-copy a {
	color: #FDE428;
	text-decoration: none;
}
.l-footer .xy-ft-copy a:hover {
	color: #fff;
}

/* 页脚上栏 */
.l-footer .color_footer-top.xy-ft,
.xy-ft {
	position: relative;
	padding: 0 !important;
	background: #002E5B !important;
	color: rgba(255, 255, 255, 0.78);
}
.xy-ft:before {
	content: "";
	display: block;
	height: 3px;
	background: #FDE428;
}
.xy-ft-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 0.9fr);
	gap: 48px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 48px 24px 44px;
	box-sizing: border-box;
}
.xy-ft-col h4,
.l-footer .xy-ft-col h4 {
	margin: 0 0 18px !important;
	padding: 0 !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	line-height: 1.3;
	border: 0 !important;
}
.xy-ft-col h4:after {
	content: "";
	display: block;
	width: 28px;
	height: 2px;
	margin-top: 10px;
	background: #FDE428;
}
.xy-ft-news,
.xy-ft-info {
	margin: 0;
	padding: 0;
	list-style: none;
}
.xy-ft-news li {
	margin: 0 0 14px;
	padding: 0 0 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.xy-ft-news li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.xy-ft-news-item,
.xy-ft-news a {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	text-decoration: none !important;
}
.xy-ft-news-thumb {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	overflow: hidden;
	background: #001a35;
}
.xy-ft-news-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.xy-ft-news-copy {
	flex: 1 1 auto;
	min-width: 0;
}
.xy-ft-news-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.xy-ft-news a:hover,
.xy-ft-news-item:hover {
	color: #FDE428 !important;
}
.xy-ft-news-item:hover .xy-ft-news-title {
	color: #FDE428;
}
.xy-ft-news time {
	display: block;
	margin-top: 6px;
	color: #FDE428;
	font-size: 12px;
	letter-spacing: 0.04em;
}
.xy-ft-info li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.82);
}
.xy-ft-info .fa {
	flex: 0 0 18px;
	width: 18px;
	margin-top: 3px;
	color: #FDE428 !important;
	font-size: 15px;
	text-align: center;
}
.xy-ft-info a,
.xy-ft-info span {
	color: rgba(255, 255, 255, 0.88) !important;
	text-decoration: none !important;
	word-break: break-word;
}
.xy-ft-info a:hover {
	color: #FDE428 !important;
}
.xy-ft-cta p {
	margin: 0 0 18px !important;
	max-width: 22em;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.65;
}
.xy-ft-btn {
	display: none !important;
}
.xy-ft-qrs {
	display: grid !important;
	grid-template-columns: repeat(2, 88px);
	gap: 12px 18px;
	margin-top: 16px;
	align-items: start;
	justify-content: start;
}
.xy-ft-qr-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	width: 88px;
	max-width: 88px;
	min-width: 0;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
}
.xy-ft-qr-pic,
.xy-ft-cta img.xy-ft-qr,
.xy-ft-cta > img {
	display: block;
	width: 88px !important;
	height: 88px !important;
	max-width: 88px !important;
	padding: 4px;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.xy-ft-qr-pic img,
.xy-ft-cta img.xy-ft-qr {
	display: block;
	width: 80px !important;
	height: 80px !important;
	max-width: 80px !important;
	object-fit: contain;
}
.xy-ft-qr-item strong {
	display: block;
	color: #FDE428;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.2;
}
.xy-ft-qr-item span:last-child {
	display: block;
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	line-height: 1.35;
}
.xy-ft-qr-item:hover strong {
	color: #fff;
}
@media (max-width: 980px) {
	.xy-ft-inner {
		grid-template-columns: 1fr 1fr;
		gap: 32px 28px;
		padding: 36px 20px 32px;
	}
	.xy-ft-cta {
		grid-column: 1 / -1;
	}
}
@media (max-width: 640px) {
	.xy-ft-inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.xy-ft-cta {
		grid-column: auto;
	}
}





/* 侧边分类修改 */
 .l-sidebar .widget .widgettitle {
    background-color: #002E5B;
    height: 45px;
    position: relative;
	padding-left: 57px;
}
 .l-sidebar .widget  h3 {
    margin:0px;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    text-transform: uppercase;
	font-weight:bold;
}

 .l-sidebar .widget .widgettitle::before {
    background-color: #00213f;
    background-image: url("../images/icon-ver-menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 45px;
}

.widget {
    margin-bottom: 30px;
}
.widget_categories ul{ border: 1px solid #ddd;}
.widget_categories ul.children{ border-width: 0px;}
.widget_categories ul li{padding-top: 5px !important; padding-bottom: 5px !important; margin-bottom: 0px !important; }

/**内页标题栏：左标题 / 右面包屑**/
.l-titlebar.size_large,
.l-titlebar.size_large.color_alternate {
	background: #f3f5f6 !important;
	border-bottom: 1px solid #e4eaee;
}
.l-titlebar.size_large .l-titlebar-h {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	max-width: 1200px;
	margin: 0 auto !important;
	padding: 26px 24px !important;
	box-sizing: border-box;
	text-align: left;
}
.l-titlebar-content {
	min-width: 0;
	text-align: left !important;
}
.l-titlebar-h h1,
.l-titlebar-h h1 a {
	display: block;
	margin: 0 !important;
	padding: 0;
	color: #002E5B !important;
	font-size: 28px !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none !important;
}
.l-titlebar-h h1 {
	padding-left: 14px;
	border-left: 3px solid #FDE428;
}
.l-titlebar-h h1::before,
.l-titlebar-h h1::after {
	display: none !important;
	content: none !important;
}
.l-titlebar .g-breadcrumbs {
	margin: 0 0 0 auto !important;
	padding: 0;
	text-align: right;
	color: #5a6570 !important;
	font-size: 13px !important;
	line-height: 1.5;
	white-space: nowrap;
}
.l-titlebar .g-breadcrumbs a,
.l-titlebar .g-breadcrumbs-item,
.l-titlebar .g-breadcrumbs-separator {
	color: #5a6570 !important;
	font-size: 13px !important;
	text-decoration: none !important;
}
.l-titlebar .g-breadcrumbs a:hover {
	color: #002E5B !important;
}
 .home .l-titlebar-h{display: none !important;}
.l-canvas.titlebar_default > .l-main > .l-main-h {
	padding-top: 10px;
}
@media (max-width: 767px) {
	.l-titlebar.size_large .l-titlebar-h {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding: 18px 16px !important;
	}
	.l-titlebar-h h1,
	.l-titlebar-h h1 a {
		font-size: 22px !important;
	}
	.l-titlebar .g-breadcrumbs {
		margin-left: 14px !important;
		text-align: left;
		white-space: normal;
	}
}
 


 
 
 .vg-front-page-title {
    margin: 20px 0;
    padding: 25px 30px;
    position: relative;
    text-align: center;
}
.vg-front-page-title h2 {
    display: inline-block;
    font-size: 22px;
    font-weight: 600 !important;
    letter-spacing: 4px;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
}
.vg-front-page-title h2 .word-shadow {
    border-bottom: 2px dotted #002E5B;
    color:rgba(0, 46, 91, 0.1);
    display: block;
    font-size: 85px;
    font-weight: 300;
    left: 50%;
    line-height: 78px;
    padding: 0 50px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}


.widget_sp_image {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.widget_sp_image a {
    color: #fff!important;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.widget_sp_image a img {
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.widget_sp_image a:hover::before, .widget_sp_image a:hover::after {
    opacity: 100;
    transform: scale(1);

}
.widget_sp_image a::before, .widget_sp_image a::after {
    content: "";
    opacity: 0;
    position: absolute;
    transform: scale(0, 1);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
}
.widget_sp_image a::before {
    border-bottom: 1px solid;
    border-top: 1px solid;
    bottom: 15%;
    left: 7%;
    right: 7%;
    top: 15%;
    transform-origin: 0 0 0;
}
.widget_sp_image a::after {
    border-left: 1px solid;
    border-right: 1px solid;
    bottom: 7%;
    left: 15%;
    right: 15%;
    top: 7%;
    transform-origin: 100% 0 0;
}
.widget_sp_image img {
    display: block;
    margin: 0 auto;
    opacity: 0.95;
    position: relative;
    transform: scale3d(1.05, 1.05, 1);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.widget_sp_image::before {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -150px;
    position: absolute;
    top: -150px;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0px, -100%, 0px);
    transition: transform 0.6s ease 0s;
    width: 100%;
    z-index: 1;
}
.widget_sp_image:hover::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0px, 300%, 0px);
}
.widget_sp_image:hover img {
    opacity: 0.6;
    transform: scale3d(1, 1, 1);
}


.homead{padding:27px 37px;}
.homead:hover {
  
	background: #fff none repeat scroll 0 0;
}




.l-subheader.at_bottom{box-shadow: none !important;}

.w-blog-post-meta-date, .sunlonsdate{color:#FDE428 !important; font-weight:bold;}


/* 扩大镜 */
.recent_list img{
width: 24%;
height: auto;
margin-right: 1%;
margin-top: 1%;
}
.recent_list img:hover {
    opacity: 0.68;
    filter: alpha(opacity=68);
}	
.gallery-sample a.cloud-zoom {position: relative;display: block;}
.recent_list {
list-style: none; 
overflow: hidden;

margin-right: -1%;
font-size: 0px;
}
.cloud-zoom-lens {background-color:#fff;cursor:move;}
.cloud-zoom-wrap {
    top:0;
    z-index:9999;
    position:relative;
}
.cloud-zoom-big {overflow:hidden;}
.cloud-zoom-loading	{display: none;}

#sun2 input[type="submit"]{font-weight: bold;}
/* 特定模板 */
.sunrow{padding-top: 2rem !important;}

/* wp004 */
#slider{margin-top:0 !important;}
#headeremail a{color: #ffffff;}
#headeremail .fa, .l-subheader-cell.at_right .w-socials-item-link{color: #fde428;}
#headeremail .fa-envelope{margin-left: 10px;}
.header_hor .l-header.sticky .l-subheader.at_middle {background-color: #fff;}
#subjectsun {background-color: #FDE428; color: #002E5B;}
.l-footer .vc_col-sm-3 .fa { color: #FDE428 !important;}
@media only screen and ( max-width: 900px ) {
.header_hor .l-subheader.at_middle{background-color: #fff !important;}
#slider{margin-top:0 !important;}
}

/* 去掉顶部灰缝：旧 at_top、空 fallback 占位、首页第一屏预留 */
html, body.l-body {
	margin: 0 !important;
	padding: 0 !important;
}
.header_hor .l-subheader.at_top,
.header_hor .l-subheader.at_bottom,
.l-subheader.at_top,
.l-subheader.at_bottom {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	line-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	margin: 0 !important;
}
.header_hor .l-header,
.header_hor .l-header.pos_fixed,
.header_hor .l-header.pos_fixed.sticky {
	top: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
	-webkit-transform: none !important;
	overflow: visible !important;
}
.header_hor .l-header .l-subheader.at_middle,
.header_hor .l-header .l-subheader-h,
.header_hor .l-header .l-subheader-cell,
.header_hor .w-nav.type_desktop,
.header_hor .w-nav.type_desktop .w-nav-list.level_1 {
	overflow: visible !important;
}
.header_hor .w-nav.type_desktop .w-nav-list.level_2,
.header_hor .w-nav.type_desktop .w-nav-list.level_3 {
	z-index: 40 !important;
}
.l-canvas.titlebar_none .l-header.pos_fixed ~ .l-main .l-section:first-child,
.header_hor .titlebar_none.sidebar_none .l-header.pos_fixed ~ .l-main .l-section:first-child {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.header_hor .titlebar_none.sidebar_none .l-header.pos_fixed ~ .l-main {
	padding-top: 100px !important;
}
.header_hor .titlebar_none.sidebar_none .l-header.pos_fixed ~ .l-main .l-section:first-child .l-section-h {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.header_hor .titlebar_none.sidebar_left .l-header.pos_fixed ~ .l-main,
.header_hor .titlebar_none.sidebar_right .l-header.pos_fixed ~ .l-main {
	padding-top: 0 !important;
}
@media only screen and (max-width: 900px) {
	.header_hor .titlebar_none.sidebar_none .l-header.pos_fixed ~ .l-main {
		padding-top: 50px !important;
	}
}
/* 无可见项的系统 fallback 不要占文档流（否则 body 灰底会露一条缝） */
body > ul.xy-header-extra-fallback {
	position: fixed !important;
	margin: 0 !important;
}
body > ul.xy-header-extra-fallback:not(:has(li:not([hidden]))) {
	display: none !important;
	height: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
}
.l-header .xy-header-extra-nav {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

/* Banner 文字：去掉斜切色块，改为简约标题 */
.theme-default .nivo-caption,
.nivo-caption {
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	background: linear-gradient(90deg, rgba(0, 18, 42, 0.62) 0%, rgba(0, 18, 42, 0.32) 40%, rgba(0, 18, 42, 0) 66%) !important;
	opacity: 1 !important;
	filter: none !important;
	overflow: visible !important;
}
.nivo-caption p {
	padding: 0 !important;
	margin: 0 !important;
}
.slidersun,
.slidersun.xy-banner-cap {
	width: auto !important;
	max-width: 620px;
	padding: 0 0 0 20px !important;
	position: absolute;
	left: 7%;
	top: 50%;
	transform: translateY(-46%);
	border-left: 3px solid #FDE428;
	box-sizing: border-box;
}
.slidersun.xy-banner-cap:before {
	display: none;
	content: none;
}
.slidersun .suno3,
.slidersun .suno2,
.xy-banner-title,
.xy-banner-sub {
	position: static;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	animation: none !important;
}
.slidersun .suno3::before,
.slidersun .suno3::after,
.slidersun .suno2::before,
.slidersun .suno2::after {
	display: none !important;
	content: none !important;
}
.nivo-caption .suno1,
.nivo-caption .xy-banner-title a,
.suno1,
.xy-banner-title a {
	display: block !important;
	color: #fff !important;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.22;
	letter-spacing: -0.01em;
	text-decoration: none !important;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
	white-space: normal;
	word-break: break-word;
}
.suno2,
.xy-banner-sub {
	margin-top: 14px !important;
}
.nivo-caption .suno4,
.nivo-caption .xy-banner-sub a,
.suno4,
.xy-banner-sub a {
	display: block !important;
	max-width: 520px;
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: 15px;
	font-weight: 400 !important;
	line-height: 1.6;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
	white-space: normal;
}
.nivo-caption .suno1:hover,
.nivo-caption .xy-banner-title a:hover {
	color: #FDE428 !important;
}
@media screen and (max-width: 980px) {
	.nivo-caption .suno1,
	.nivo-caption .xy-banner-title a,
	.suno1, .xy-banner-title a { font-size: 26px; }
	.nivo-caption .suno4,
	.nivo-caption .xy-banner-sub a,
	.suno4, .xy-banner-sub a { font-size: 13px; }
	.slidersun, .slidersun.xy-banner-cap { left: 5%; max-width: 78%; }
}
@media screen and (max-width: 768px) {
	.nivo-caption { display: block !important; }
	.nivo-caption .suno1,
	.nivo-caption .xy-banner-title a,
	.suno1, .xy-banner-title a { font-size: 20px; }
	.nivo-caption .suno4,
	.nivo-caption .xy-banner-sub a,
	.suno4, .xy-banner-sub a { font-size: 12px; }
	.slidersun, .slidersun.xy-banner-cap { padding-left: 14px !important; border-left-width: 2px; }
}

/* 首页联系条：简约大气 */
.l-section.xy-cta {
	position: relative;
	padding: 0 !important;
	background: #002E5B;
	overflow: hidden;
}
.l-section.xy-cta:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 3px;
	background: #FDE428;
}
.xy-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 36px 24px;
}
.xy-cta-copy h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.01em;
}
.xy-cta-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 14px;
	line-height: 1.6;
}
.xy-cta-btn {
	flex: 0 0 auto;
	display: inline-block;
	padding: 12px 28px;
	background: #FDE428;
	color: #002E5B !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: 2px;
	transition: background 0.2s ease, color 0.2s ease;
}
.xy-cta-btn:hover {
	background: #fff;
	color: #002E5B !important;
}
@media (max-width: 767px) {
	.xy-cta-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		padding: 28px 20px;
	}
	.xy-cta-copy h3 {
		font-size: 18px;
	}
}

/* 首页 About + 当前产品 */
.l-section.xy-about {
	padding: 0 !important;
	background: #fff;
}
.xy-about-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 1.05fr);
	gap: 56px;
	align-items: stretch;
	max-width: 1200px;
	margin: 0 auto;
	padding: 72px 24px;
}
.xy-about-inner.is-copy-only {
	grid-template-columns: minmax(0, 1fr);
	max-width: 860px;
}
.xy-sec-kicker {
	margin: 0 0 12px !important;
	color: #002E5B;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}
.xy-sec-kicker:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 2px;
	margin: 0 10px 3px 0;
	background: #FDE428;
	vertical-align: middle;
}
.xy-about-copy h2 {
	margin: 0 0 18px;
	color: #002E5B;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.28;
	letter-spacing: -0.015em;
}
.xy-about-text,
.xy-about-text p {
	margin: 0 !important;
	color: #5b6570;
	font-size: 15px;
	line-height: 1.75;
}
.xy-about-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	margin-top: 28px;
}
.xy-about-more {
	display: inline-block;
	padding: 11px 22px;
	background: #002E5B;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: 2px;
	transition: background 0.2s ease, color 0.2s ease;
}
.xy-about-more:hover {
	background: #FDE428;
	color: #002E5B !important;
}
.xy-about-link {
	color: #002E5B !important;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none !important;
}
.xy-about-link:hover {
	color: #001a35 !important;
}
.xy-about-pro {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.xy-about-pro-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	flex: 0 0 auto;
	margin-bottom: 16px;
}
.xy-about-pro-head span {
	color: #002E5B;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.xy-about-pro-head a {
	color: #7a8490 !important;
	font-size: 13px;
	text-decoration: none !important;
}
.xy-about-pro-head a:hover {
	color: #002E5B !important;
}
.xy-about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	gap: 14px;
	flex: 1 1 auto;
	min-height: 0;
}
.xy-about-card {
	display: flex;
	flex-direction: column;
	min-height: 0;
	height: 100%;
	background: #f4f6f7;
	text-decoration: none !important;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.xy-about-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(0, 46, 91, 0.1);
}
.xy-about-card-img {
	display: block;
	position: relative;
	flex: 0 0 auto;
	aspect-ratio: 1;
	overflow: hidden;
	background: #eef1f3;
}
.xy-about-card-img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}
.xy-about-card:hover .xy-about-card-img img {
	transform: scale(1.04);
}
.xy-about-card-name {
	display: block;
	flex: 0 0 auto;
	padding: 12px 12px 14px;
	color: #2a3340;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	overflow: visible;
	word-break: break-word;
}
@media (max-width: 980px) {
	.xy-about-inner {
		grid-template-columns: 1fr;
		gap: 36px;
		padding: 48px 20px;
	}
	.xy-about-copy h2 {
		font-size: 24px;
	}
	.xy-about-pro {
		height: auto;
		min-height: 0;
	}
	.xy-about-grid {
		grid-template-rows: auto;
	}
	.xy-about-card-img {
		flex: 0 0 auto;
		aspect-ratio: 1;
	}
}
@media (max-width: 480px) {
	.xy-about-grid {
		gap: 10px;
	}
	.xy-about-card-name {
		font-size: 12px;
		padding: 10px 8px 12px;
	}
}

/* 首页当前产品三图 */
.l-section.xy-spot {
	padding: 0 !important;
	background: #f3f5f6;
}
.xy-spot-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 64px 24px 72px;
}
.xy-spot-head {
	margin-bottom: 28px;
}
.xy-spot-head h2 {
	margin: 0;
	color: #002E5B;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.015em;
}
.xy-spot-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.xy-spot-card {
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.xy-spot-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 28px rgba(0, 46, 91, 0.12);
}
.xy-spot-img {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #e8ecee;
}
.xy-spot-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.xy-spot-card:hover .xy-spot-img img {
	transform: scale(1.05);
}
.xy-spot-name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	min-height: calc(1.4em * 2);
	padding: 16px 16px 18px;
	color: #002E5B;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}
.xy-spot-card:after {
	content: "";
	display: block;
	height: 3px;
	background: #FDE428;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s ease;
}
.xy-spot-card:hover:after {
	transform: scaleX(1);
}
@media (max-width: 767px) {
	.xy-spot-inner {
		padding: 40px 20px 48px;
	}
	.xy-spot-head h2 {
		font-size: 22px;
	}
	.xy-spot-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.xy-spot-img {
		aspect-ratio: 16 / 10;
	}
}

/* 首页分类三图 */
.l-section.xy-cats {
	padding: 0 !important;
	background: #fff;
}
.xy-cats-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 64px 24px 72px;
}
.xy-cats-head {
	margin-bottom: 28px;
}
.xy-cats-head h2 {
	margin: 0;
	color: #002E5B;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.015em;
}
.xy-cats-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.xy-cats-card {
	position: relative;
	display: block;
	overflow: hidden;
	background: #001a35;
	text-decoration: none !important;
}
.xy-cats-img {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}
.xy-cats-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.xy-cats-card:hover .xy-cats-img img {
	transform: scale(1.06);
}
.xy-cats-name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 28px 18px 16px;
	background: linear-gradient(180deg, rgba(0, 26, 53, 0) 0%, rgba(0, 26, 53, 0.88) 72%);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.01em;
}
.xy-cats-card:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: #FDE428;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s ease;
}
.xy-cats-card:hover:after {
	transform: scaleX(1);
}
@media (max-width: 767px) {
	.xy-cats-inner {
		padding: 40px 20px 48px;
	}
	.xy-cats-head h2 {
		font-size: 22px;
	}
	.xy-cats-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.xy-cats-name {
		font-size: 16px;
	}
}

/* 首页优势：研发 / 认证 / 产能 */
.l-section.xy-adv {
	padding: 0 !important;
	background: #002E5B;
}
.xy-adv-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 64px 24px 72px;
}
.xy-adv-head {
	margin-bottom: 32px;
}
.xy-adv .xy-sec-kicker {
	color: #FDE428;
}
.xy-adv-head h2 {
	margin: 0;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.015em;
}
.xy-adv-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.xy-adv-grid > .g-cols,
.xy-adv-grid > .l-section-h {
	display: contents;
}
.xy-adv-grid > :not(.vc_col-sm-4):not(.wpb_column):not(.g-cols):not(.l-section-h) {
	grid-column: 1 / -1;
	color: rgba(255, 255, 255, 0.78);
}
.xy-adv-grid .vc_col-sm-4,
.xy-adv-grid .wpb_column {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 28px 24px 30px;
	background: rgba(255, 255, 255, 0.06);
	border-top: 3px solid #FDE428;
	box-sizing: border-box;
}
.xy-adv-grid .vc_column-inner,
.xy-adv-grid .wpb_wrapper,
.xy-adv-grid .w-iconbox {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	text-align: left !important;
}
.xy-adv-grid .w-iconbox-icon,
.xy-adv-grid .w-iconbox-icon i {
	display: none !important;
}
.xy-adv-grid .w-iconbox-link {
	display: block;
	pointer-events: none;
	text-decoration: none !important;
}
.xy-adv-grid .w-iconbox:before {
	display: none;
}
.xy-adv-grid .wpb_column:before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0 0 16px;
	border: 1px solid rgba(253, 228, 40, 0.5);
	color: #FDE428;
	font-family: FontAwesome, fontawesome;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	speak: none;
}
.xy-adv-grid .wpb_column:nth-child(1):before {
	content: "\f0c3";
}
.xy-adv-grid .wpb_column:nth-child(2):before {
	content: "\f0a3";
}
.xy-adv-grid .wpb_column:nth-child(3):before {
	content: "\f1b2";
}
.xy-adv-grid .w-iconbox-title {
	margin: 0 0 10px !important;
	color: #fff !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
}
.xy-adv-grid .w-iconbox-text,
.xy-adv-grid .w-iconbox-text p {
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.68) !important;
	font-size: 14px !important;
	line-height: 1.7 !important;
}
@media (max-width: 767px) {
	.xy-adv-inner {
		padding: 40px 20px 48px;
	}
	.xy-adv-head h2 {
		font-size: 22px;
	}
	.xy-adv-grid {
		grid-template-columns: 1fr;
	}
}

/* 首页 Featured Products */
.l-section.xy-feat {
	padding: 0 !important;
	background: #f3f5f6;
}
.xy-feat-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 64px 24px 72px;
}
.xy-feat-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 8px 24px;
	margin-bottom: 28px;
}
.xy-feat-head .xy-sec-kicker {
	flex: 1 0 100%;
	margin-bottom: 0 !important;
}
.xy-feat-head h2 {
	margin: 0;
	flex: 1 1 auto;
	color: #002E5B;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.015em;
}
.xy-feat-more {
	color: #7a8490 !important;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none !important;
}
.xy-feat-more:hover {
	color: #002E5B !important;
}
.xy-feat-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}
.xy-feat-grid.cols_2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.xy-feat-grid.cols_3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.xy-feat-grid.cols_4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.xy-feat-grid.cols_5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.xy-feat-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	text-decoration: none !important;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.xy-feat-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0, 46, 91, 0.1);
}
.xy-feat-card-img {
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	background: #eef1f3;
}
.xy-feat-card-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}
.xy-feat-card:hover .xy-feat-card-img img {
	transform: scale(1.05);
}
.xy-feat-card-name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	min-height: calc(1.4em * 2);
	padding: 14px 14px 16px;
	color: #002E5B;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}
.xy-feat-card:after {
	content: "";
	display: block;
	height: 3px;
	margin-top: auto;
	background: #FDE428;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s ease;
}
.xy-feat-card:hover:after {
	transform: scaleX(1);
}
@media (max-width: 980px) {
	.xy-feat-grid,
	.xy-feat-grid.cols_4,
	.xy-feat-grid.cols_5 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	.xy-feat-inner {
		padding: 40px 20px 48px;
	}
	.xy-feat-head h2 {
		font-size: 22px;
	}
	.xy-feat-grid,
	.xy-feat-grid.cols_3,
	.xy-feat-grid.cols_4,
	.xy-feat-grid.cols_5 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
}

/* 联系页通栏：主体用 rbl-hardware 同款 xy-ct 面板 */
.l-canvas.sidebar_none .l-content {
	width: 100% !important;
	float: none !important;
	max-width: none !important;
}
.l-canvas.sidebar_none .l-sidebar {
	display: none !important;
}
.xy-contact-section .l-section-h {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
}

/* 左侧栏 */
.l-sidebar.xy-side {
	padding-top: 0 !important;
}
.l-sidebar.xy-side .widget {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: none !important;
	overflow: hidden;
}
.l-sidebar.xy-side .widget .widgettitle,
.l-sidebar.xy-side .widget h3.widgettitle {
	margin: 0 !important;
	padding: 14px 16px 14px 18px !important;
	height: auto !important;
	background: #002E5B !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.08em;
	border-left: 3px solid #FDE428;
}
.l-sidebar.xy-side .widget .widgettitle::before {
	display: none !important;
}
.l-sidebar.xy-side .widget_categories,
.l-sidebar.xy-side .tagcloud {
	box-shadow: none !important;
}
.l-sidebar.xy-side .widget_categories ul {
	margin: 0 !important;
	padding: 6px 0 !important;
	border: 0 !important;
	background: #fff;
}
.l-sidebar.xy-side .widget_categories ul ul,
.l-sidebar.xy-side .widget_categories ul.children,
.l-sidebar.xy-side .widget_categories ul li.hover ul,
.l-sidebar.xy-side .widget_categories ul li.hover ul li.hover ul {
	display: block !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
	left: auto !important;
	top: auto !important;
	background: transparent !important;
	padding-left: 12px !important;
}
.l-sidebar.xy-side .widget_categories ul li,
.l-sidebar.xy-side .widget_categories ul li.hover {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}
.l-sidebar.xy-side .widget_categories ul li::before {
	display: none !important;
}
.l-sidebar.xy-side .widget_categories ul li > a {
	display: block;
	padding: 10px 16px;
	color: #2a3340 !important;
	font-size: 14px;
	font-weight: 500 !important;
	line-height: 1.4;
	text-decoration: none !important;
	border-left: 3px solid transparent;
}
.l-sidebar.xy-side .widget_categories ul li > a:hover,
.l-sidebar.xy-side .widget_categories ul li.current-cat > a {
	background: #f4f6f7;
	color: #002E5B !important;
	border-left-color: #FDE428;
	font-weight: 600 !important;
}
.l-sidebar.xy-side .widget_search {
	padding: 14px;
}
.l-sidebar.xy-side .widget_search .w-form-row-field input {
	height: 40px;
	border: 1px solid #d5dde3 !important;
	box-shadow: none !important;
}
.l-sidebar.xy-side .widget_search .w-btn {
	width: 100%;
	margin-top: 8px;
	background: #002E5B;
	color: #fff;
	border: 0;
}
.l-sidebar.xy-side .widget_search .w-btn:hover {
	background: #001a35;
}
.l-sidebar.xy-side .tagcloud {
	padding: 10px 12px 14px;
}
.l-sidebar.xy-side .tagcloud a {
	display: block;
	padding: 8px 4px;
	color: #2a3340 !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	border-bottom: 1px solid #eef1f3;
}
.l-sidebar.xy-side .tagcloud a:hover {
	color: #002E5B !important;
	font-weight: 600 !important;
}

/* 新闻列表：左图右文白卡片 */
.xy-news .w-blog-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent;
}
.xy-news .w-blog-post,
.xy-news .xy-news-item {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	line-height: inherit !important;
	float: none !important;
	background: transparent;
}
.xy-news-card {
	display: flex;
	align-items: stretch;
	position: relative;
	overflow: hidden;
	gap: 22px;
	padding: 16px;
	background: #fff;
	text-decoration: none !important;
	box-shadow: 0 1px 0 rgba(0, 46, 91, 0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.xy-news-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(0, 46, 91, 0.1);
}
.xy-news-card:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: #FDE428;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s ease;
}
.xy-news-card:hover:after {
	transform: scaleX(1);
}
.xy-news-img {
	display: block;
	flex: 0 0 220px;
	width: 220px;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #eef1f3;
}
.xy-news-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}
.xy-news-card:hover .xy-news-img img {
	transform: scale(1.05);
}
.xy-news-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-width: 0;
	padding: 4px 8px 8px 0;
}
.xy-news-title {
	margin: 0 0 10px !important;
	padding: 0 !important;
	color: #002E5B !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	letter-spacing: -0.01em;
}
.xy-news-date {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	color: #7a8490 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 0.06em;
	line-height: 1 !important;
	text-transform: uppercase;
}
.xy-news-date:before {
	content: "";
	width: 16px;
	height: 2px;
	background: #FDE428;
}
.xy-news-excerpt {
	margin: 0;
	color: #5b6570;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.xy-news .g-pagination {
	margin-top: 28px !important;
}
@media (max-width: 767px) {
	.xy-news-card {
		flex-direction: column;
		gap: 12px;
		padding: 12px;
	}
	.xy-news-img {
		flex: none;
		width: 100%;
	}
	.xy-news-body {
		padding: 0 4px 4px;
	}
	.xy-news-title {
		font-size: 16px !important;
	}
}

.l-canvas.sidebar_left .l-content > .l-section:first-child > .l-section-h {
	padding-top: 0 !important;
}
.xy-news-detail {
	background: #fff;
	padding: 0 0 12px;
}
.xy-news-detail-hd {
	margin: 0 0 22px;
	padding: 0 0 18px;
	border-bottom: 1px solid #e8eef2;
}
.xy-news-detail-title {
	margin: 0 0 12px !important;
	color: #002E5B !important;
	font-size: 28px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	letter-spacing: -0.015em;
}
.xy-news-detail-date {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #7a8490;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.xy-news-detail-date:before {
	content: "";
	width: 16px;
	height: 2px;
	background: #FDE428;
}
.xy-news-detail-bd {
	color: #4a5560;
	font-size: 15px;
	line-height: 1.8;
}
.xy-news-detail-bd p {
	margin: 0 0 14px;
}
.xy-news-detail-bd img {
	max-width: 100%;
	height: auto;
}
.xy-news-pn {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 28px 0 0;
	padding: 22px 0 0;
	border-top: 1px solid #e8eef2;
}
.xy-news-pn-item {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.xy-news-pn-item.is-next {
	text-align: right;
	align-items: flex-end;
}
.xy-news-pn-label {
	color: #7a8490;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.xy-news-pn-item a {
	color: #002E5B !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
	text-decoration: none !important;
}
.xy-news-pn-item a:hover {
	color: #001a35 !important;
}
.xy-news-pn-none {
	color: #9aa3ab;
	font-size: 14px;
}
.xy-news-related {
	margin: 36px 0 8px;
}
.xy-news-related-head {
	margin: 0 0 16px !important;
	padding: 0 0 0 14px;
	border-left: 3px solid #FDE428;
	color: #002E5B !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 1.3;
	letter-spacing: -0.01em;
}
.xy-news-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}
.xy-news-related-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.xy-news-related-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(0, 46, 91, 0.1);
}
.xy-news-related-img {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #eef1f3;
}
.xy-news-related-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}
.xy-news-related-card:hover .xy-news-related-img img {
	transform: scale(1.05);
}
.xy-news-related-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 12px 12px 14px;
}
.xy-news-related-body time {
	color: #7a8490;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.xy-news-related-body strong {
	color: #002E5B;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 767px) {
	.xy-news-detail-title {
		font-size: 22px !important;
	}
	.xy-news-pn {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.xy-news-pn-item.is-next {
		text-align: left;
		align-items: flex-start;
	}
	.xy-news-related-grid {
		grid-template-columns: 1fr;
	}
}

/* 产品分类列表 */
.l-section.xy-plist {
	padding: 0 !important;
}
.xy-plist .l-section-h {
	padding-top: 0 !important;
}
.xy-plist-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.xy-plist-grid.cols_2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.xy-plist-grid.cols_4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.xy-plist-pager {
	margin-top: 28px !important;
	display: block !important;
}
.xy-plist-pager .nav-links,
.g-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-size: 0;
}
.xy-plist-pager .page-numbers,
.g-pagination .page-numbers,
.xy-plist-pager .nav-links > a,
.xy-plist-pager .nav-links > span,
.g-pagination .nav-links > a,
.g-pagination .nav-links > span {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	position: relative;
	min-width: 36px !important;
	width: auto !important;
	height: 36px !important;
	line-height: 36px !important;
	margin: 0 !important;
	padding: 0 10px !important;
	background: #fff !important;
	border: 1px solid #d5dde3 !important;
	border-radius: 2px !important;
	box-shadow: none !important;
	color: #002E5B !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	overflow: visible !important;
	box-sizing: border-box;
	z-index: 1;
}
.xy-plist-pager .page-numbers span,
.g-pagination .page-numbers span {
	position: static !important;
	color: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
}
.xy-plist-pager .page-numbers:before,
.g-pagination .page-numbers:before {
	display: none !important;
	content: none !important;
}
.xy-plist-pager .page-numbers:hover,
.g-pagination .page-numbers:hover,
.xy-plist-pager a.page-numbers:hover,
.g-pagination a.page-numbers:hover {
	background: #002E5B !important;
	border-color: #002E5B !important;
	color: #fff !important;
}
.xy-plist-pager .page-numbers.current,
.g-pagination .page-numbers.current,
.xy-plist-pager span.page-numbers.current {
	background: #002E5B !important;
	border-color: #002E5B !important;
	color: #fff !important;
	cursor: default;
}
.xy-plist-pager .page-numbers.prev,
.xy-plist-pager .page-numbers.next,
.g-pagination .page-numbers.prev,
.g-pagination .page-numbers.next {
	font-size: 0 !important;
	min-width: 36px !important;
	padding: 0 !important;
}
.xy-plist-pager .page-numbers.prev:after,
.xy-plist-pager .page-numbers.next:after,
.g-pagination .page-numbers.prev:after,
.g-pagination .page-numbers.next:after {
	font-family: FontAwesome, fontawesome;
	font-size: 16px !important;
	line-height: 36px;
	color: inherit;
	padding: 0 !important;
	position: static !important;
	vertical-align: middle;
}
.xy-plist-pager .page-numbers.prev:after,
.g-pagination .page-numbers.prev:after {
	content: "\f104";
}
.xy-plist-pager .page-numbers.next:after,
.g-pagination .page-numbers.next:after {
	content: "\f105";
}
.xy-plist-pager .page-numbers.dots,
.g-pagination .page-numbers.dots {
	min-width: 20px !important;
	padding: 0 2px !important;
	background: transparent !important;
	border: 0 !important;
	color: #8a93a0 !important;
	cursor: default;
	letter-spacing: 0.12em;
}
@media (max-width: 767px) {
	.xy-plist-grid,
	.xy-plist-grid.cols_3,
	.xy-plist-grid.cols_4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
}

/* 左侧栏 */
.l-sidebar.xy-side {
	padding-top: 0 !important;
}
.l-sidebar.xy-side .widget {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: none !important;
	overflow: hidden;
}
.l-sidebar.xy-side .widget .widgettitle,
.l-sidebar.xy-side .widget h3.widgettitle {
	margin: 0 !important;
	padding: 14px 16px 14px 18px !important;
	height: auto !important;
	background: #002E5B !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.08em;
	border-left: 3px solid #FDE428;
}
.l-sidebar.xy-side .widget .widgettitle::before {
	display: none !important;
}
.l-sidebar.xy-side .widget_categories,
.l-sidebar.xy-side .tagcloud {
	box-shadow: none !important;
}
.l-sidebar.xy-side .widget_categories ul {
	margin: 0 !important;
	padding: 6px 0 !important;
	border: 0 !important;
	background: #fff;
}
.l-sidebar.xy-side .widget_categories ul ul,
.l-sidebar.xy-side .widget_categories ul.children,
.l-sidebar.xy-side .widget_categories ul li.hover ul,
.l-sidebar.xy-side .widget_categories ul li.hover ul li.hover ul {
	display: block !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
	left: auto !important;
	top: auto !important;
	background: transparent !important;
	padding-left: 12px !important;
}
.l-sidebar.xy-side .widget_categories ul li,
.l-sidebar.xy-side .widget_categories ul li.hover {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}
.l-sidebar.xy-side .widget_categories ul li::before {
	display: none !important;
}
.l-sidebar.xy-side .widget_categories ul li > a {
	display: block;
	padding: 10px 16px;
	color: #2a3340 !important;
	font-size: 14px;
	font-weight: 500 !important;
	line-height: 1.4;
	text-decoration: none !important;
	border-left: 3px solid transparent;
}
.l-sidebar.xy-side .widget_categories ul li > a:hover,
.l-sidebar.xy-side .widget_categories ul li.current-cat > a {
	background: #f4f6f7;
	color: #002E5B !important;
	border-left-color: #FDE428;
	font-weight: 600 !important;
}
.l-sidebar.xy-side .widget_search {
	padding: 14px;
}
.l-sidebar.xy-side .widget_search .w-form-row-field input {
	height: 40px;
	border: 1px solid #d5dde3 !important;
	box-shadow: none !important;
}
.l-sidebar.xy-side .widget_search .w-btn {
	width: 100%;
	margin-top: 8px;
	background: #002E5B;
	color: #fff;
	border: 0;
}
.l-sidebar.xy-side .widget_search .w-btn:hover {
	background: #001a35;
}
.l-sidebar.xy-side .tagcloud {
	padding: 10px 12px 14px;
}
.l-sidebar.xy-side .tagcloud a {
	display: block;
	padding: 8px 4px;
	color: #2a3340 !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	border-bottom: 1px solid #eef1f3;
}
.l-sidebar.xy-side .tagcloud a:hover {
	color: #002E5B !important;
	font-weight: 600 !important;
}/* 产品详情主体 */
.xy-pd .l-section-h {
	padding-top: 0 !important;
}
.xy-pd-card {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 28px;
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
}
.xy-pd-gallery {
	flex: 1 1 300px;
	max-width: 520px;
	min-width: 0;
}
.xy-pd-info {
	flex: 1 1 280px;
	min-width: 0;
}
.xy-pd-main {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background: #f4f6f7;
	border: 1px solid #e6eaee;
	cursor: zoom-in;
}
.xy-pd-main img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: contain;
	background: #fff;
}
.xy-pd-zoom-hint {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: rgba(0, 46, 91, 0.88);
	color: #fff;
	font-size: 14px;
	pointer-events: none;
	opacity: 0.92;
	transition: background 0.2s ease;
}
.xy-pd-main:hover .xy-pd-zoom-hint {
	background: #002E5B;
	color: #FDE428;
}
body.xy-pd-lb-open {
	overflow: hidden;
}
.xy-pd-lb {
	position: fixed;
	inset: 0;
	z-index: 100120;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 56px 72px 48px;
	background: rgba(0, 20, 40, 0.9);
	box-sizing: border-box;
}
.xy-pd-lb[hidden] {
	display: none !important;
}
.xy-pd-lb-img {
	display: block;
	max-width: min(92vw, 1100px);
	max-height: 82vh;
	width: auto;
	height: auto;
	object-fit: contain;
	background: #fff;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}
.xy-pd-lb-close,
.xy-pd-lb-prev,
.xy-pd-lb-next {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}
.xy-pd-lb-close:hover,
.xy-pd-lb-prev:hover,
.xy-pd-lb-next:hover {
	background: #FDE428;
	color: #002E5B;
}
.xy-pd-lb-close {
	top: 16px;
	right: 16px;
	width: 40px;
	height: 40px;
	font-size: 18px;
}
.xy-pd-lb-prev,
.xy-pd-lb-next {
	top: 50%;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	font-size: 28px;
}
.xy-pd-lb-prev { left: 16px; }
.xy-pd-lb-next { right: 16px; }
.xy-pd-lb-count {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-align: center;
}
@media (max-width: 767px) {
	.xy-pd-lb {
		padding: 52px 12px 44px;
	}
	.xy-pd-lb-prev,
	.xy-pd-lb-next {
		width: 38px;
		height: 38px;
		margin-top: -19px;
		font-size: 22px;
	}
	.xy-pd-lb-prev { left: 6px; }
	.xy-pd-lb-next { right: 6px; }
}
.xy-pd-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}
.xy-pd-thumb {
	box-sizing: border-box;
	flex: 0 0 68px;
	width: 68px !important;
	height: 68px !important;
	padding: 0;
	border: 2px solid #e6eaee;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
}
.xy-pd-thumb img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
}
.xy-pd-thumb.is-on {
	border-color: #FDE428;
}
.xy-pd-title {
	margin: 0 0 16px;
	color: #002E5B;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
}
.xy-pd-specs {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}
.xy-pd-specs li {
	margin: 0 0 8px;
	padding: 8px 12px;
	background: #f4f6f7;
	border-left: 3px solid #FDE428;
	color: #2a3340;
	font-size: 14px;
	line-height: 1.5;
}
.xy-pd-specs li span {
	display: inline-block;
	min-width: 110px;
	margin-right: 8px;
	color: #7a8490;
	font-weight: 600;
}
.xy-pd-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}
.xy-pd-tags a {
	padding: 4px 10px;
	background: #eef1f3;
	color: #002E5B !important;
	font-size: 12px;
	text-decoration: none !important;
}
.xy-pd-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 8px 0 16px;
}
.xy-pd-actions .xy-product-qty-row,
.xy-pd-action .xy-product-qty-row,
.xy-pd-card .xy-product-qty-row,
.xy-pd .xy-product-qty-row {
	display: none !important;
}
.xy-pd-actions .xy-basket-add-form,
.xy-pd-actions .xy-basket-buy-wrap {
	margin: 0 !important;
}
.xy-pd-actions .xy-basket-add-btn,
.xy-pd-actions .button.accents,
.xy-pd-actions .xy-inquire-scroll-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 20px;
	background: #FDE428 !important;
	color: #002E5B !important;
	border: 0 !important;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
}
.xy-pd-actions .xy-basket-add-btn:hover,
.xy-pd-actions .button.accents:hover {
	background: #002E5B !important;
	color: #fff !important;
}
.xy-pd-mail {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 18px;
	background: #002E5B;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none !important;
	cursor: pointer;
}
.xy-pd-mail:hover {
	background: #001a35;
}
.xy-pd-sns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
	margin-top: 6px;
	padding-top: 16px;
	border-top: 1px solid #e6eaee;
}
.xy-pd-sns-label {
	color: #002E5B;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.xy-pd-sns-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.xy-pd-sns-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #d5dde3;
	background: #fff;
	color: #002E5B !important;
	border-radius: 50%;
	text-decoration: none !important;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.xy-pd-sns-btn i {
	font-size: 14px;
	line-height: 1;
}
.xy-pd-sns-x {
	width: 13px;
	height: 13px;
	fill: currentColor;
}
.xy-pd-sns-btn:hover {
	background: #FDE428;
	border-color: #FDE428;
	color: #002E5B !important;
}
@media (max-width: 767px) {
	.xy-pd-card {
		padding: 14px;
		gap: 18px;
	}
	.xy-pd-title {
		font-size: 20px;
	}
	.xy-pd-actions {
		flex-direction: column;
		align-items: stretch;
	}
	.xy-pd-actions .xy-basket-add-btn,
	.xy-pd-mail {
		width: 100%;
		justify-content: center;
	}
	.xy-pd-thumbs {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 6px;
	}
	.xy-pd-thumb {
		flex: none;
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 1 / 1;
	}
}

/* 详情页相关产品 */
.xy-related {
	padding: 24px 0 8px !important;
}
.xy-related-head {
	margin-bottom: 16px;
}
.xy-related-head h2 {
	margin: 0;
	color: #002E5B;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
}

/* 产品详情 Description */
.xy-pd-desc {
	margin: 16px 0 0;
}
.xy-pd-desc-title,
.xy-pd-desc h3.xy-pd-desc-title,
.xy-pd-desc h3.wpb_area_title {
	margin: 0 0 12px !important;
	padding: 0 0 10px 14px !important;
	background: none !important;
	border: 0 !important;
	border-left: 3px solid #FDE428 !important;
	color: #002E5B !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.xy-pd-desc-title span,
.xy-pd-desc h3 span {
	display: inline !important;
	padding: 0 !important;
	background: none !important;
	color: inherit !important;
	line-height: inherit !important;
	font-weight: inherit !important;
}
.xy-pd-desc-body {
	padding: 20px 22px;
	background: #fff;
	color: #4a5560;
	font-size: 15px;
	line-height: 1.8;
}
.xy-pd-desc-body p {
	margin: 0 0 14px;
}
.xy-pd-desc-body p:last-child {
	margin-bottom: 0;
}
.xy-pd-desc-body img {
	max-width: 100%;
	height: auto;
}

/* FAQ 单页 */
.xy-faq-page {
	padding-bottom: 8px;
}
.xy-faq-head {
	margin: 0 0 22px;
}
.xy-faq-head .xy-sec-kicker {
	display: none !important;
}
.xy-faq-head h2 {
	margin: 0 0 10px !important;
	color: #002E5B !important;
	font-size: 28px !important;
	font-weight: 600 !important;
	line-height: 1.25;
	letter-spacing: -0.015em;
}
.xy-faq-lead {
	margin: 0 !important;
	color: #5a6570;
	font-size: 15px;
	line-height: 1.6;
}
.xy-faq-item {
	margin: 0 0 10px;
	background: #fff;
	border: 1px solid #e4eaee;
	overflow: hidden;
}
.xy-faq-item[open] {
	border-color: #d5dde3;
	box-shadow: 0 10px 24px rgba(0, 46, 91, 0.06);
}
.xy-faq-item summary {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 18px;
	cursor: pointer;
	list-style: none;
	color: #002E5B;
}
.xy-faq-item summary::-webkit-details-marker {
	display: none;
}
.xy-faq-n {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #002E5B;
	color: #FDE428;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}
.xy-faq-q {
	flex: 1 1 auto;
	padding-top: 7px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}
.xy-faq-toggle {
	flex: 0 0 18px;
	margin-top: 8px;
	position: relative;
	width: 18px;
	height: 18px;
}
.xy-faq-toggle:before,
.xy-faq-toggle:after {
	content: "";
	position: absolute;
	background: #002E5B;
}
.xy-faq-toggle:before {
	top: 8px;
	left: 2px;
	width: 14px;
	height: 2px;
}
.xy-faq-toggle:after {
	top: 2px;
	left: 8px;
	width: 2px;
	height: 14px;
}
.xy-faq-item[open] .xy-faq-toggle:after {
	display: none;
}
.xy-faq-a {
	padding: 0 20px 18px 68px;
	color: #4a5560;
	font-size: 15px;
	line-height: 1.75;
}
.xy-faq-a p,
.xy-faq-a div,
.xy-faq-a span,
.xy-faq-a strong,
.xy-faq-a li {
	color: #4a5560 !important;
	font-size: 15px !important;
	line-height: 1.75 !important;
	font-weight: 400 !important;
}
.xy-faq-a p {
	margin: 0 0 10px !important;
}
.xy-faq-a ul {
	margin: 8px 0 12px !important;
	padding-left: 18px !important;
}
.xy-faq-a li {
	margin: 0 0 6px !important;
}
.xy-faq-a table {
	width: 100%;
	margin: 10px 0 14px;
	border-collapse: collapse;
	background: #f7f9fa;
}
.xy-faq-a th,
.xy-faq-a td {
	padding: 10px 12px;
	border: 1px solid #e4eaee;
	text-align: left;
	font-size: 14px !important;
	color: #2a3340 !important;
}
.xy-faq-a th {
	background: #002E5B;
	color: #fff !important;
	font-weight: 600 !important;
}
.xy-page-body {
	background: #fff;
	padding: 22px 24px;
	color: #4a5560;
	font-size: 15px;
	line-height: 1.8;
}
.xy-page-body p {
	margin: 0 0 14px;
}

/* Download 单页 */
.xy-dl-page {
	padding-bottom: 8px;
}
.xy-dl-head {
	margin: 0 0 22px;
}
.xy-dl-head h2 {
	margin: 0 0 10px !important;
	color: #002E5B !important;
	font-size: 28px !important;
	font-weight: 600 !important;
	line-height: 1.25;
	letter-spacing: -0.015em;
}
.xy-dl-body a.ke-insertfile,
.xy-dl-body a[href*="/Uploads/file/"] {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 12px;
	padding: 16px 18px;
	background: #fff;
	color: #002E5B !important;
	text-decoration: none !important;
	box-shadow: 0 1px 0 rgba(0, 46, 91, 0.04);
}
.xy-dl-body a.ke-insertfile span,
.xy-dl-body a[href*="/Uploads/file/"] span {
	background: none !important;
	color: inherit !important;
	font-size: inherit !important;
}
.xy-dl-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 0 22px;
}
.xy-dl-card {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	gap: 16px;
	padding: 16px 18px;
	background: #fff;
	text-decoration: none !important;
	box-shadow: 0 1px 0 rgba(0, 46, 91, 0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.xy-dl-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(0, 46, 91, 0.1);
}
.xy-dl-card:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: #FDE428;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s ease;
}
.xy-dl-card:hover:after {
	transform: scaleX(1);
}
.xy-dl-ico {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #002E5B;
	color: #FDE428;
	font-size: 20px;
}
.xy-dl-copy {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.xy-dl-name {
	color: #002E5B;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}
.xy-dl-meta {
	color: #7a8490;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.xy-dl-go {
	flex: 0 0 auto;
	color: #002E5B;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.xy-dl-card:hover .xy-dl-go {
	color: #001a35;
}
.xy-dl-cta {
	padding: 22px 24px;
	background: #002E5B;
	color: #fff;
}
.xy-dl-cta p {
	margin: 0 0 14px !important;
	color: rgba(255, 255, 255, 0.86) !important;
	font-size: 14px;
	line-height: 1.6;
}
.xy-dl-cta-btn {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	background: #FDE428;
	color: #002E5B !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none !important;
	text-transform: uppercase;
}
.xy-dl-cta-btn:hover {
	background: #ffe96a;
}
@media (max-width: 767px) {
	.xy-dl-head h2 {
		font-size: 22px !important;
	}
	.xy-dl-card {
		flex-wrap: wrap;
	}
	.xy-dl-go {
		margin-left: 64px;
	}
}

/* Video 单页 */
.xy-video-page {
	padding-bottom: 8px;
}
.xy-video-head {
	margin: 0 0 22px;
}
.xy-video-head .xy-sec-kicker {
	display: none !important;
}
.xy-video-head h2 {
	margin: 0 0 10px !important;
	color: #002E5B !important;
	font-size: 28px !important;
	font-weight: 600 !important;
	line-height: 1.25;
	letter-spacing: -0.015em;
}
.xy-video-grid {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.xy-video-card {
	background: #fff;
	border: 1px solid #e4eaee;
	overflow: hidden;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.xy-video-card:hover {
	box-shadow: 0 10px 24px rgba(0, 46, 91, 0.08);
	transform: translateY(-2px);
}
.xy-video-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border-bottom: 3px solid #FDE428;
}
.xy-video-n {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 22px;
	padding: 0 6px;
	background: #002E5B;
	color: #FDE428;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.xy-video-label {
	color: #002E5B;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.xy-video-frame {
	position: relative;
	padding-top: 56.25%;
	background: #001a35;
}
.xy-video-frame iframe,
.xy-video-grid iframe,
.xy-page-body iframe {
	display: block;
	border: 0;
}
.xy-video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* About 通栏 */
.l-section.xy-about-section {
	padding: 0 !important;
}
.l-section.xy-about-section .l-section-h {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 64px 24px 72px;
	box-sizing: border-box;
}
.xy-about-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
	gap: 48px 64px;
	align-items: center;
	margin: 0 0 8px;
	padding: 0 0 48px;
	border-bottom: 1px solid #e8eef2;
}
.xy-about-page-head {
	margin: 0 0 18px;
}
.xy-about-page-head h2 {
	margin: 0 0 16px !important;
	padding: 0;
	border: 0;
	color: #002E5B !important;
	font-size: 32px !important;
	font-weight: 600 !important;
	line-height: 1.25;
	letter-spacing: -0.015em;
}
.xy-about-hero-copy .xy-faq-lead {
	margin: 0 !important;
	max-width: 36em;
	color: #5a6570;
	font-size: 16px;
	line-height: 1.75;
}
.xy-about-hero-extra {
	margin-top: 18px;
	max-width: 38em;
	color: #5b6570;
	font-size: 15px;
	line-height: 1.75;
}
.xy-about-hero-extra p {
	margin: 0 0 14px !important;
}
.xy-about-hero-extra p:last-child {
	margin-bottom: 0 !important;
}
.xy-about-hero-actions {
	margin-top: 28px;
}
.xy-about-hero-media .xy-about-video {
	margin: 0;
	overflow: hidden;
	background: #001a35;
	box-shadow: 0 18px 40px rgba(0, 46, 91, 0.12);
}
.xy-about-hero-cta,
.xy-about-body a[data-xy-inquiry-open] {
	display: inline-flex;
	align-items: center;
	padding: 12px 22px;
	background: #FDE428;
	color: #002E5B !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none !important;
}
.xy-about-hero-cta:hover,
.xy-about-body a[data-xy-inquiry-open]:hover {
	background: #002E5B;
	color: #fff !important;
}
.xy-about-block {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 12px 48px;
	align-items: start;
	padding: 36px 0;
	border-bottom: 1px solid #e8eef2;
}
.xy-about-block:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.xy-about-block > h5 {
	margin: 0 !important;
	padding: 0 !important;
	color: #002E5B !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	letter-spacing: -0.01em;
}
.xy-about-block > h5 span {
	display: inline !important;
	padding: 0 !important;
	border: 0 !important;
	color: #002E5B !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}
.xy-about-block-main p:last-child {
	margin-bottom: 0 !important;
}
.xy-about-body,
.xy-about-body div,
.xy-about-body p,
.xy-about-body span,
.xy-about-body li,
.xy-about-body em,
.xy-about-body strong {
	color: #4a5560;
	font-size: 15px !important;
	line-height: 1.75 !important;
	font-family: inherit !important;
	white-space: normal !important;
	background-image: none !important;
}
.xy-about-body p {
	margin: 0 0 12px !important;
}
.xy-about-body span[style*="003399"],
.xy-about-body span[style*="0, 51, 153"],
.xy-about-body span[style*="0,51,153"] {
	display: block;
	background: transparent !important;
	background-color: transparent !important;
	color: #002E5B !important;
	font-size: 26px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	margin-bottom: 8px;
}
.xy-about-body em span {
	background: transparent !important;
	background-color: transparent !important;
	color: #002E5B !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 600 !important;
}
.xy-about-body h5 {
	margin: 0 !important;
	padding: 0 !important;
}
.xy-about-body h5 span,
.xy-about-body span[style*="FFE500"],
.xy-about-body span[style*="ffe500"] {
	display: inline-block;
	background: transparent !important;
	background-color: transparent !important;
	color: #002E5B !important;
	font-size: inherit !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	padding: 0 !important;
}
.xy-about-body hr {
	display: none !important;
}
.xy-about-body ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 14px;
	margin: 8px 0 20px !important;
	padding: 0 !important;
	list-style: none !important;
}
.xy-about-body li {
	margin: 0 !important;
	padding: 12px 14px !important;
	background: #fff;
	border: 1px solid #e4eaee;
	border-left: 3px solid #FDE428;
	list-style: none !important;
}
.xy-about-body li ul {
	grid-template-columns: 1fr;
	margin: 10px 0 0 !important;
}
.xy-about-body li li {
	padding: 8px 10px !important;
	background: #f7f9fa;
	border-left-color: #002E5B;
}
.xy-about-body blockquote {
	margin: 8px 0 18px !important;
	padding: 22px 26px !important;
	background: #002E5B;
	border: 0 !important;
}
.xy-about-body blockquote,
.xy-about-body blockquote div,
.xy-about-body blockquote span,
.xy-about-body blockquote em {
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1.7 !important;
}
.xy-about-video {
	background: #001a35;
}
.xy-about-body a {
	color: #002E5B !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}
.xy-about-body a:not([data-xy-inquiry-open]):hover {
	color: #001a35 !important;
}
@media (max-width: 900px) {
	.xy-about-hero,
	.xy-about-block {
		grid-template-columns: 1fr;
	}
	.xy-about-hero {
		gap: 28px;
		padding-bottom: 32px;
	}
	.xy-about-block {
		gap: 10px;
		padding: 28px 0;
	}
}

/* 询盘成功 / 失败跳转页 */
.l-section.xy-jump-section {
	padding: 0 !important;
}
.l-section.xy-jump-section .l-section-h {
	max-width: 1200px;
	margin: 0 auto;
	padding: 48px 24px 64px;
	box-sizing: border-box;
}
.xy-jump {
	display: flex;
	justify-content: center;
}
.xy-jump-card {
	width: 100%;
	max-width: 640px;
	background: #fff;
	border: 1px solid #e4eaee;
	border-top: 4px solid #FDE428;
	padding: 40px 40px 36px;
	text-align: center;
	box-shadow: 0 12px 28px rgba(0, 46, 91, 0.06);
}
.xy-jump-icon {
	margin: 0 0 18px;
}
.xy-jump-card h2 {
	margin: 0 0 12px !important;
	color: #002E5B !important;
	font-size: 32px !important;
	font-weight: 600 !important;
	line-height: 1.25;
	letter-spacing: -0.015em;
}
.xy-jump-lead {
	margin: 0 0 10px !important;
	color: #4a5560;
	font-size: 16px;
	line-height: 1.7;
}
.xy-jump-mail {
	margin: 0 0 22px !important;
	color: #5a6570;
	font-size: 14px;
}
.xy-jump-mail a {
	color: #002E5B !important;
	font-weight: 600;
	text-decoration: none !important;
}
.xy-jump-mail a:hover {
	color: #001a35 !important;
}
.xy-jump-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}
.xy-jump-btn,
.xy-jump-btn-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 168px;
	padding: 12px 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none !important;
}
.xy-jump-btn {
	background: #002E5B;
	color: #fff !important;
}
.xy-jump-btn:hover {
	background: #FDE428;
	color: #002E5B !important;
}
.xy-jump-btn-ghost {
	background: #fff;
	color: #002E5B !important;
	border: 1px solid #002E5B;
}
.xy-jump-btn-ghost:hover {
	background: #002E5B;
	color: #fff !important;
}
@media (max-width: 767px) {
	.xy-faq-head h2,
	.xy-video-head h2,
	.xy-about-page-head h2 {
		font-size: 22px !important;
	}
	.xy-about-hero {
		grid-template-columns: 1fr;
		gap: 24px;
		padding-bottom: 32px;
	}
	.xy-about-block {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 24px 0;
	}
	.xy-about-body ul {
		grid-template-columns: 1fr;
	}
	.xy-jump-card {
		padding: 28px 20px 32px;
	}
	.xy-jump-actions {
		flex-direction: column;
	}
	.xy-jump-btn,
	.xy-jump-btn-ghost {
		width: 100%;
		justify-content: center;
	}
	.xy-faq-item summary {
		padding: 14px 12px;
		gap: 10px;
	}
	.xy-faq-a {
		padding: 0 14px 16px 14px;
	}
}

/* 手机：左侧滑出 + 手风琴菜单 */
.xy-nav-mask {
	display: none;
}
@media (max-width: 900px) {
	.header_hor .l-header,
	.header_hor .l-header.pos_fixed,
	.header_hor .l-header.pos_fixed.sticky,
	.header_hor .l-subheader,
	.header_hor .l-subheader-h,
	.header_hor .l-subheader-cell {
		overflow: visible !important;
	}
	.xy-nav-mask {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 110;
		background: rgba(0, 26, 53, 0.46);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.28s ease, visibility 0.28s ease, left 0.3s ease;
	}
	html.xy-nav-open .xy-nav-mask,
	body.xy-nav-open .xy-nav-mask {
		left: min(82%, 320px);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	html.xy-nav-open .header_hor .l-header,
	html.xy-nav-open .header_hor .l-header.pos_fixed,
	html.xy-nav-open .header_hor .l-header.pos_fixed.sticky,
	html.xy-nav-open .header_hor .l-header.pos_static,
	body.xy-nav-open .header_hor .l-header,
	body.xy-nav-open .header_hor .l-header.pos_fixed,
	body.xy-nav-open .header_hor .l-header.pos_fixed.sticky,
	body.xy-nav-open .header_hor .l-header.pos_static {
		z-index: 10100 !important;
	}
	html.xy-nav-open .l-subheader-cell.at_left,
	body.xy-nav-open .l-subheader-cell.at_left {
		visibility: hidden !important;
		pointer-events: none !important;
	}
	html.xy-nav-open,
	html.xy-nav-open body {
		overflow: hidden !important;
	}
	.w-nav.type_mobile .w-nav-control {
		position: relative;
		z-index: 10140;
	}
	html.xy-nav-open .w-nav.type_mobile .w-nav-control:before {
		content: "\f00d";
	}
	.header_hor .w-nav.type_mobile > .w-nav-list.level_1 {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: auto !important;
		bottom: 0 !important;
		width: 82% !important;
		max-width: 320px !important;
		height: 100% !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 0 0 28px !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		overscroll-behavior: contain;
		scrollbar-width: none;
		-ms-overflow-style: none;
		background: #002E5B !important;
		box-shadow: 8px 0 24px rgba(0, 0, 0, 0.18) !important;
		z-index: 10120 !important;
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		transform: translate3d(-105%, 0, 0);
		transition: transform 0.3s ease;
		pointer-events: none;
		-webkit-overflow-scrolling: touch;
	}
	.header_hor .w-nav.type_mobile > .w-nav-list.level_1::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}
	html.xy-nav-open .header_hor .w-nav.type_mobile > .w-nav-list.level_1,
	body.xy-nav-open .header_hor .w-nav.type_mobile > .w-nav-list.level_1 {
		transform: translate3d(0, 0, 0);
		pointer-events: auto;
	}
	.header_hor .w-nav.type_mobile > .w-nav-list.level_1:before {
		content: "MENU";
		display: block;
		position: sticky;
		top: 0;
		z-index: 30;
		padding: 20px 20px 14px;
		background: #002E5B;
		color: #fff;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 0.18em;
		line-height: 1;
		text-transform: uppercase;
		border-bottom: 3px solid #FDE428;
	}
	.w-nav.type_mobile .w-nav-list.level_1 > .w-nav-item {
		display: block;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		background: transparent !important;
	}
	.w-nav.type_mobile .w-nav-list.level_1 > .w-nav-item > .w-nav-anchor {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 14px 20px !important;
		margin: 0 !important;
		color: #fff !important;
		font-size: 15px !important;
		font-weight: 600 !important;
		line-height: 1.4 !important;
		box-shadow: none !important;
		cursor: pointer;
		pointer-events: auto;
		position: relative;
		z-index: 1;
	}
	.w-nav.type_mobile .w-nav-list.level_1 > .current-menu-item > .w-nav-anchor,
	.w-nav.type_mobile .w-nav-list.level_1 > .w-nav-item > .w-nav-anchor:hover {
		color: #FDE428 !important;
		background: rgba(253, 228, 40, 0.08);
	}
	.w-nav.type_mobile .menu-item-has-children > .w-nav-anchor .w-nav-title {
		padding-right: 0;
	}
	.w-nav.type_mobile .menu-item-has-children > .w-nav-anchor .w-nav-arrow {
		display: flex !important;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 28px;
		height: 28px;
		padding: 0 !important;
		border: 1px solid rgba(253, 228, 40, 0.45);
		color: #FDE428;
	}
	.w-nav.type_mobile .menu-item-has-children > .w-nav-anchor .w-nav-arrow:before,
	.w-nav.type_mobile .menu-item-has-children > .w-nav-anchor .w-nav-arrow:after {
		content: "";
		position: absolute;
		background: #FDE428;
	}
	.w-nav.type_mobile .menu-item-has-children > .w-nav-anchor .w-nav-arrow:before {
		width: 12px;
		height: 2px;
	}
	.w-nav.type_mobile .menu-item-has-children > .w-nav-anchor .w-nav-arrow:after {
		width: 2px;
		height: 12px;
	}
	.w-nav.type_mobile .menu-item-has-children.opened > .w-nav-anchor .w-nav-arrow:after {
		display: none;
	}
	.w-nav.type_mobile .w-nav-list.level_2,
	.w-nav.type_mobile .w-nav-list.level_3 {
		position: static !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		background: #001a35 !important;
		box-shadow: none !important;
		overflow: hidden;
	}
	.w-nav.type_mobile .w-nav-list.level_2 .w-nav-anchor,
	.w-nav.type_mobile .w-nav-list.level_3 .w-nav-anchor {
		display: block;
		padding: 11px 20px 11px 28px !important;
		color: #d7dee6 !important;
		font-size: 14px !important;
		font-weight: 500 !important;
		box-shadow: none !important;
	}
	.w-nav.type_mobile .w-nav-list.level_3 .w-nav-anchor {
		padding-left: 40px !important;
	}
	.w-nav.type_mobile .w-nav-list.level_2 .w-nav-anchor:hover,
	.w-nav.type_mobile .w-nav-list.level_3 .w-nav-anchor:hover,
	.w-nav.type_mobile .w-nav-list.level_2 .current-menu-item > .w-nav-anchor {
		color: #FDE428 !important;
	}
}

/* 顶栏搜索弹出层（桌面 + 手机） */
.xy-wsearch-mask {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10080;
	background: rgba(0, 26, 53, 0.46);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.28s ease, visibility 0.28s ease;
}
html.xy-search-open .xy-wsearch-mask,
html:has(.w-search.active) .xy-wsearch-mask {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
html.xy-nav-open .xy-wsearch-mask {
	pointer-events: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}
html.xy-search-open .header_hor .l-header,
html.xy-search-open .header_hor .l-header.pos_fixed,
html.xy-search-open .header_hor .l-header.pos_fixed.sticky,
html:has(.w-search.active) .header_hor .l-header,
html:has(.w-search.active) .header_hor .l-header.pos_fixed,
html:has(.w-search.active) .header_hor .l-header.pos_fixed.sticky {
	overflow: visible !important;
}
.w-search.layout_fullwidth .w-search-form {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	height: auto !important;
	max-height: 0 !important;
	padding: 0 40px !important;
	overflow: hidden !important;
	background: #002E5B !important;
	color: #fff !important;
	border-bottom: 0 solid #FDE428;
	box-shadow: none;
	z-index: 10090 !important;
	opacity: 0;
	pointer-events: none;
	transition: max-height 0.28s ease, padding 0.28s ease, opacity 0.22s ease, border-width 0.22s ease;
}
.w-search.layout_fullwidth.active .w-search-form {
	max-height: 240px !important;
	padding: 22px 48px 26px !important;
	border-bottom: 3px solid #FDE428;
	box-shadow: 0 18px 36px rgba(0, 26, 53, 0.28);
	opacity: 1;
	pointer-events: auto;
}
.w-search.layout_fullwidth.active .w-search-form:before {
	content: "Search products";
	display: block;
	max-width: 760px;
	margin: 0 auto 12px;
	padding-right: 44px;
	color: #FDE428;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}
.w-search.layout_fullwidth .w-search-form-h {
	display: flex;
	align-items: center;
	gap: 12px;
	height: auto !important;
	max-width: 760px;
	margin: 0 auto;
}
.w-search.layout_fullwidth .w-search-form-field {
	position: relative;
	flex: 1 1 auto;
}
.w-search.layout_fullwidth .w-form-row-field-bar {
	display: none;
}
.w-search.layout_fullwidth input,
.w-search.layout_fullwidth input[type="text"] {
	position: static !important;
	top: auto !important;
	left: auto !important;
	margin: 0 !important;
	width: 100% !important;
	height: 48px !important;
	line-height: 48px !important;
	padding: 0 56px 0 16px !important;
	background: #fff !important;
	border: 0 !important;
	border-radius: 2px !important;
	box-shadow: none !important;
	color: #002E5B !important;
	font-size: 16px !important;
}
.w-search.layout_fullwidth input::-webkit-input-placeholder {
	color: #8a93a0;
}
.w-search.layout_fullwidth input::placeholder {
	color: #8a93a0;
}
.xy-search-go {
	display: block;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: #FDE428;
	color: #002E5B;
	cursor: pointer;
	transition: background 0.2s ease;
}
.xy-search-go:hover {
	background: #ffe86a;
}
.xy-search-go:before {
	content: "\f002";
	font-family: FontAwesome, fontawesome;
	font-size: 15px;
	line-height: 40px;
}
.w-search.layout_fullwidth .w-search-close {
	position: absolute !important;
	top: 16px !important;
	right: 20px !important;
	margin: 0 !important;
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
	padding: 0 !important;
	color: #fff !important;
	opacity: 1;
	font-size: 20px !important;
	z-index: 2;
}
.w-search.layout_fullwidth .w-search-close:hover {
	color: #FDE428 !important;
	opacity: 1;
}
@media (max-width: 900px) {
	.w-search.layout_fullwidth .w-search-form {
		padding: 0 16px !important;
	}
	.w-search.layout_fullwidth.active .w-search-form {
		padding: 16px 16px 18px !important;
	}
	.w-search.layout_fullwidth.active .w-search-form:before,
	.w-search.layout_fullwidth .w-search-form-h {
		max-width: none;
	}
	.w-search.layout_fullwidth input,
	.w-search.layout_fullwidth input[type="text"] {
		height: 44px !important;
		line-height: 44px !important;
		font-size: 15px !important;
		padding: 0 48px 0 14px !important;
	}
	.xy-search-go {
		width: 36px;
		height: 36px;
	}
	.xy-search-go:before {
		line-height: 36px;
		font-size: 14px;
	}
	.w-search.layout_fullwidth .w-search-close {
		top: 10px !important;
		right: 12px !important;
		width: 32px !important;
		height: 32px !important;
		line-height: 32px !important;
		font-size: 18px !important;
	}
}

/* 询盘篮 / 迷你车数量：数字与 - + 水平对齐（覆盖主题 input[type=number] 高度） */
.xy-mini-cart-qty-stepper,
.xy-basket-qty-stepper,
.xy-qty-stepper {
	display: inline-flex !important;
	align-items: stretch !important;
	height: 32px !important;
	line-height: 32px !important;
	overflow: hidden;
	box-sizing: border-box;
}
.xy-mini-cart-qty-btn,
.xy-basket-qty-btn,
.xy-qty-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 32px !important;
	line-height: 1 !important;
	padding: 0 !important;
	box-sizing: border-box;
}
.xy-mini-cart-qty-stepper input,
.xy-mini-cart-qty-stepper input[type="number"],
.xy-mini-cart-qty-stepper .xy-mini-cart-qty-input,
.xy-basket-qty-stepper input,
.xy-basket-qty-stepper input[type="number"],
.xy-basket-qty-stepper .xy-basket-qty-input,
.xy-qty-stepper input,
.xy-qty-stepper input[type="number"],
.xy-qty-stepper .xy-qty-input {
	height: 32px !important;
	min-height: 0 !important;
	max-height: 32px !important;
	line-height: 32px !important;
	padding: 0 4px !important;
	margin: 0 !important;
	width: auto !important;
	min-width: 36px !important;
	flex: 1 1 auto !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	vertical-align: middle !important;
	box-sizing: border-box !important;
}

/* 询盘篮页：接入系统 basket，品牌色海军蓝 + 黄 */
.xy-basket-page {
	--xy-skin-primary: #002E5B;
	--xy-skin-primary-2: #001a35;
	--xy-skin-accent: #FDE428;
	--xy-ui-primary: #002E5B;
	--xy-ui-accent: #002E5B;
	--xy-ui-primary-2: #001a35;
}
.xy-basket-section .l-section-h {
	max-width: 1180px;
	margin: 0 auto;
	padding-top: 28px;
	padding-bottom: 48px;
}
.xy-basket-page .xy-ui-btn,
.xy-basket-page .xy-inquiry-submit,
.xy-basket-page .xy-inquiry-form button[type="submit"] {
	background: #002E5B;
	color: #fff;
	border-radius: 2px;
}
.xy-basket-page .xy-ui-btn:hover,
.xy-basket-page .xy-inquiry-submit:hover,
.xy-basket-page .xy-inquiry-form button[type="submit"]:hover {
	background: #001a35;
	color: #fff;
}

/* Sitemap / 404 */
.ul_sitemap {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ul_sitemap li {
	padding: 10px 0;
	border-bottom: 1px solid #e8eef2;
	color: #002E5B;
	font-size: 15px;
	line-height: 1.5;
}
.ul_sitemap a {
	color: #002E5B !important;
	text-decoration: none !important;
}
.ul_sitemap a:hover {
	color: #001a35 !important;
}
.ul_sitemap .small_li_sitemap {
	padding-left: 18px;
}
.ul_sitemap .small_li2_sitemap {
	padding-left: 36px;
}

/* Tags cloud */
.xy-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
}
.xy-tag-cloud a {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	background: #fff;
	color: #002E5B !important;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	box-shadow: 0 1px 0 rgba(0, 46, 91, 0.04);
}
.xy-tag-cloud a:hover {
	background: #002E5B;
	color: #FDE428 !important;
}

/* Download detail */
.xy-dl-detail .xy-dl-actions {
	margin: 0 0 24px;
}

/* Member / commerce inherit navy + yellow */
.xy-member-page,
.xy-commerce,
html body.xy-member {
	--xy-skin-primary: #002E5B;
	--xy-skin-primary-2: #001a35;
	--xy-skin-accent: #FDE428;
	--xy-ui-primary: #002E5B;
	--xy-ui-accent: #002E5B;
	--xy-ui-primary-2: #001a35;
}
