@charset "utf-8";
/**common**/
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, cite, code, del, dfn, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead,figure{
	font-size:14px;
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
	word-break: break-word;
}
p{
	padding: 0;
	margin: 0;	
}
body{
	font-family:'Roboto', sans-serif;
	color:#000;
	background-color: #fff;
}
ul,li,ol {
	list-style: none;
	background: transparent;
	margin-bottom:0;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	color:#25ab6c;
	text-decoration: none;
}
a,button,input{ 
	outline: none;
}
.fancybox__content :focus,button:focus,input:focus{
    outline: none !important;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #888; opacity:1; 
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #888;opacity:1;
}

input:-ms-input-placeholder{
    color: #888;opacity:1;
}
input::-webkit-input-placeholder{
    color: #888;opacity:1;
}
embed,
iframe,
object {
  max-width: 100%;
  display:block;
  margin: auto;
}
table{
  margin:20px auto;
  border-collapse:collapse;
  width:100%;
}
table th {
    vertical-align: middle;
    padding: 10px;
    text-align: left;
    color: #fff;
    font-size: 18px;
	font-weight: 400;
}
table td {
	vertical-align: middle;
    padding: 5px;
    font-size: 16px;
	border: 1px solid #ccc;
}
.entry-content table{
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.entry-content table td, .entry-content table th {
  border: 1px solid #ddd;
  padding: 15px;
}
.entry-content table tr:nth-child(even){background-color: #f2f2f2;}
.entry-content table tr:hover {background-color: #ddd;}
.entry-content table th {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    background-color: #000000;
    color: white;
}
.dark {
    background-color: #25ab6c;
}
.light {
    background-color: #f9f9f9;
}
.contactform .position-relative::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 127 68 / 70%);
    z-index: 0;
}
.zindex1{z-index:1;position:relative;}	
.zindex10{z-index:10;position:relative;}	
.zindex100{z-index:100;position:relative;}	
.imghidden img{
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.imghidden:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.imghidden{
	overflow:hidden;
}
.xs-btn {
    display: inline-flex;
    border-radius: 50px;
    padding: 8px 20px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    align-items: center;
}
.xs-btn a{
	text-decoration: none !important;
	}
.xs-btn:hover a{
	color: #ffffff;
}	
.xs-btn:before {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #ff7900;
    position: absolute;
    bottom: -5px;
    left: -5px;
    transition: all .5s;
    z-index: -1;
}
.xs-btn:after {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #ff7900 transparent transparent;
    position: absolute;
    top: -5px;
    right: -5px;
    transition: all .5s;
    z-index: -1;
}
.c-btn a{
	color:#fff !important;
}
.c-btn{
    background-color: #25ab6c;
    border-color: #25ab6c;	
	color:#fff;
}
.c-btn:hover{
	color:#fff;
}
.c-btn:hover:after {
    border-width: 0 300px 300px 0;
}
.c-btn:hover:before {
    border-width: 300px 0 0 300px;
}
.b-btn{
	background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.b-btn:hover{
    color: #25ab6c;
	background: #fff;
    border-color: #fff;
}
.h-btn{
	border:1px solid #ffffff;
    color: #fff;
}
.h-btn:hover{
    background-color: #ff7900;
    border-color: #ff7900;
	color:#fff;
}
@-webkit-keyframes round{0%{-webkit-transform: rotate(0deg);}
25%{-webkit-transform: rotate(90deg);}
50%{-webkit-transform: rotate(180deg);}
75%{-webkit-transform: rotate(270deg);}
100%{-webkit-transform: rotate(360deg);}}
@keyframes round{0%{-webkit-transform: rotate(0deg);}
25%{-webkit-transform: rotate(90deg);}
50%{-webkit-transform: rotate(180deg);}
75%{-webkit-transform: rotate(270deg);}
100%{-webkit-transform: rotate(360deg);}}

/***header***/
#header {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}
.header-logo a img {
    height: 50px;
}
.header-logo {
    height: 90px;
    line-height: 90px;
	position: relative;
    z-index: 2;
}
.header-logo a{
    display: flex;
    align-items: center;
    height: 100%;
}
.header-menu-con>li{
	float:left;
	position:relative;
	margin-left: 40px;
}
.header-menu-con>li>a{
    display: inline-block;
    font-size: 16px;
	height: 90px;
    line-height: 90px;
    position: relative;
}
.header-menu-con>li>a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 4px;
    overflow: hidden;
    background-color:#25ab6c;
    left: 50%;
    right: 50%;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}
.header-menu-con>li:hover>a:after, .header-menu-con>li.current-menu-item>a:after {
    left: 0;
    right: 0;
}
.sf-menu ul {
    position: absolute;
    display: none;
    z-index: 9999;
    top: 100%;
	background-color: rgba(255,255,255,0.99);
    padding: 0;
    width: 220px;
    box-shadow: 0px 2px 2px rgba(34,34,34,0.3);
}
.sf-menu ul li {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    z-index: 9999;
    line-height: 1.4;
}
.sf-menu ul li:last-child{border-bottom: none;}
.sf-menu ul li a {
    display: block;
    border: none;
	padding: 10px 15px 10px 15px;
}
.sf-menu ul li:hover {
	background-color:#25ab6c;
}
.sf-menu ul >li:hover>a{color:#fff !important;}
.sf-menu ul ul {
    top: 1px;
    left: 100%;
}
.sf-menu li li ul {
    margin-top: -1px;
}
.lang {
    cursor: pointer;
    z-index: 99;
	height: 90px;
    line-height: 90px;
	margin-right:20px;
}
.lang p {
    font-size: 16px;
}
.lang p i {
    font-size: 20px;
    margin-top: 3px;
    color: #222;
    margin-left: 5px;
}
.lang .hide {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 10px 10px 0 rgb(0 0 0/5%);
    text-align: center;
	display:none;
}
.lang .hide li {
    height: 30px;
    line-height: 30px;
}
.lang .hide li a {
    display: block;
    padding: 0 10px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 2px 10px rgb(0 0 0/10%);
}
.qizi img{
	height: 30px;
}

/***slider***/

#slider-home {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100vh;
    max-height: 100%;
    background: #000;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
    z-index: 1;
}
#slider-home .text{
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 3;
    background: none;
    padding: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#slider-home .text h1 span{
	color:#007f44;
}
#slider-home .swiper-pagination{
    position: absolute;
    bottom: 10px;
    width: 100%;
}
#slider-home .swiper-pagination-bullet {
    width: 50px !important;
    height: 6px !important;
    background: #fff !important;
    margin:10px !important;
    display: inline-block !important;
    opacity: 0.4 !important;
	border-radius: 5px!important;
}
#slider-home .swiper-pagination-bullet-active{
	opacity: 1 !important;
}
#slider-video {
    position: relative;
    max-width: 1920px;
    height: calc(100vh - 90px);
    overflow: hidden;
}
#slider-video video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
#slider-video .video-text {
    position: absolute;
    bottom: 30px;
    left: 50%;
	width:100%;
    max-width:1200px;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    z-index: 1;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
}
#slider-video .video-text h1 {
    text-shadow: 0px 4px 8px rgb(0 0 0 / 30%);
    letter-spacing: 2px;
}
#slider-video .video-text p {
    text-shadow: 0px 4px 8px rgb(0 0 0 / 30%);
    text-transform: uppercase;
    display: block;
    opacity: 1;
}
#slider-video .video-text p:before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: rgba(255,255,255,0.8);
    margin-bottom: 6px;
    margin-right: 30px;
}
#slider-video .video-text p:after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: rgba(255,255,255,0.8);
    margin-bottom: 6px;
    margin-left: 30px;
}
.c-scroll {
    position: relative;
    z-index: 6;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.c-scroll .c-jt {
    margin: 15px auto 0;
    width: 16px;
    height: 10px;
    background: url(../images/jt1.png) no-repeat center / 100% auto;
    animation: jump 1.5s linear infinite;
    -webkit-animation: jump 1.5s linear infinite;
}
/*Ã©Â¦â€“Ã©Â¡ÂµÃ¨Â½Â®Ã¦â€™Â­Ã¥â€ºÂ¾*/
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-30%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(30%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-30%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(30%);
  }
  to {
    transform: translateY(0);
  }
}

/***home***/
.s-head h2 span{color: #25ab6c;}
.title{
	padding-bottom:20px;
}
.title::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 80px;
    background-color: #25ab6c;
}
.more i{font-size:20px;}
.section2-con ul li {
    margin-bottom: 5px;
}
.section3-con a::before{
    background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
    transition: .3s;
    z-index: 1;
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.section3-con a::after {
    transition: .3s;
    background: linear-gradient(to top, #25ab6c, rgba(230,33,41,0));
    opacity: 0;
    z-index: 0;
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.section3-con a p {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    color: #fff;
}
.section3-con a:hover::after {
    opacity: 1;
}
.section3-con a:hover::before {
    opacity: 0;
}
.section4 {
    position: relative;
}
.section4::before {
    background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
    transition: .3s;
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.section4-num ul li .box{
	background-color: rgb(0 0 0 / 40%);
    color: #fff;
}
.section5 .left .date span {
    display: block;
    font-weight: bold;
    font-size: 50px;
    line-height: 48px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
	color:#25ab6c;
}
.section5 .left .date em {
    display: block;
    font-size: 14px;
    line-height: 30px;
	color:#25ab6c;
}
.section5 .left .txt h3{
    line-height: 32px;
    height: 64px;
    overflow: hidden;
}
.section5 .left .txt p {
    line-height: 26px;
    color: #888;
    height: 52px;
    overflow: hidden;
}
.section5 .right li:last-child{margin-bottom:0 !important;}
.section5 .right .text p{
	color:#888;
	line-height:1.625;
}
.section5 .right .text span{
	color:#888;
}
.contact .right p{display:none;}

/***post***/
.entry-content{
	clear:both;
	font-size: 16px;	
	overflow: hidden;
}
.entry-content p{
	margin-bottom:20px;
	margin-top: 20px;
	line-height: 1.625;
	position: relative;
}
.entry-content a{text-decoration: underline;}
.entry-content>div{
	margin-bottom:30px;
	line-height: 1.625;
}
.entry-content>figure{
	margin-bottom:30px;
	line-height: 1.625;
}
.entry-content>figure:last-child,.entry-content>div:last-child{margin-bottom:0;}
.entry-content p:last-child{margin-bottom:0;}
.entry-content p:first-child{margin-top:0;}
.entry-content a {
    color: #007f44;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    margin-left: 0.05em;
    margin-right: 0.05em;
    padding-bottom: 0.2em;
    transition: background-size .5s;
}
.entry-content a:hover, .entry-content a:focus{
    background-size: 100% 2px;
}
.entry-content h2:first-child{margin-top:0;}
.entry-content h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
	padding-bottom:20px;
}
.entry-content h2::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 80px;
    background-color: #25ab6c;
}
.entry-content h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom:20px;
	margin-top: 20px;
	position: relative;
}
.entry-content h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom:20px;
	margin-top: 20px;
	position: relative;
}
.entry-content h3:first-child{margin-top:0px}
.line{padding-bottom:20px;}
.line:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    background-color: #b08151;
    border-radius: 3px;
}
.entry-content ul {
  list-style: disc;
  margin: 0 0 15px 30px;
}
 .entry-content ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 10px;
}
.entry-content ol {
  list-style: decimal;
  margin: 0 0 15px 30px;
}
.entry-content ol li {
  list-style: decimal;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 10px;
}
.textwidget .gallery-item{
	margin-top:0 !important;
}
.entry-content .gallery .gallery-item{
	padding:10px;
}
.entry-content .gallery .gallery-item img{
	border: none !important;
}
div.wp-caption{
	max-width:100%;
}
p.wp-caption-text,dd.wp-caption-text{
	text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.single-meta span{color:#888;}
#nav-single div{
	height: 30px;
    line-height: 30px;
    overflow: hidden;
}
#nav-single,#nav-single a{color:#888;}
#nav-single a:hover,.post-tags a:hover{color:#eb612c}
.author-box img{
	width:120px;
	height:120px;
	border-radius: 50% !important;
}
.related-post ul li a p{
    position: absolute;
    bottom: 0;
    padding: 15px;
	color:#ffffff;
	z-index:2
}
.related-post ul li a::before {
    background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
    transition: .3s;
    z-index: 1;
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.related-post ul li a::after {
    transition: .3s;
    background: linear-gradient(to top, #25ab6c, rgba(230,33,41,0));
    opacity: 0;
    z-index: 0;
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.related-post ul li a:hover::after {
    opacity: 1;
}
.related-post ul li a:hover::before {
    opacity: 0;
}

/***list-nav***/
.navigation {
  text-align: center;
  display:block;
}
.navigation a,
.navigation span {
  display: inline-block;
  border: 1px solid #eee;
  padding: 10px 30px;
  margin: 0 1px;
  background-color: #fff;
  -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.navigation .current {
  background-color: #25ab6c;
  text-decoration: none;
  border: 1px solid #25ab6c;
  color:#ffffff;
}
.screen-reader-text{
	clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.single-pagination a{
	color: #6c757d;
}
.single-pagination a:hover{
	color: #25ab6c;
}

/***category***/
.down-list{
	border-radius: 10px;
    overflow: hidden;	
}
.down-list .item div {
    flex: 1;
    color: #666;
    font-size: 16px;
}
.down-list .item .name {
    flex: 4;
}
.down-list .item {
    display: flex;
    align-items: center;
	border-bottom: 1px solid #eee;
}
.down-list .tit {
    display: flex;
    background-color:#25ab6c;
}
.down-list .tit .name {
    flex: 4;
}
.down-list .tit div {
    flex: 1;
    color: #fff;
}
.down-list .item a {
    display: flex;
    flex: 1;
}
.down-list .item a i {
	font-size:30px;
}
/*
è§†é¢‘åˆ†ç±»é¡µé¢
*/
.video-list ul li a .fa {
	z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 400;
    border-radius: 20%;
    width: 100%;
    text-align: center;
    width: 60px;
    height: 40px;
    margin-top: -30px;
    margin-left: -30px;
    background-color: #f54b28;
}
.video-list ul li a .fa:before {
	display: block;
    width: 55px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 2em;
    padding-left: 5px;
    margin: 0 auto;
    color: #fff;
}	
.video-list ul li a{
	border: 1px solid #E5E5E5;
	border-radius: 0.25rem !important;
	}
.fancybox__content :focus,button:focus,input:focus{
    outline: none !important;
}

/***product***/
.pro-big{border: 1px solid #ccc;}
.pro-small{padding:0 40px;}
.pro-small .swiper-slide-thumb-active, .pro-small .swiper-slide:hover {
    -webkit-filter: brightness(50%) !important;
    filter: brightness(50%) !important;
	background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.pro-small img {
    border-radius: 10px;
	    cursor: pointer;
}
.pro-small-nav{
	position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.pro-small-nav i{
    font-size: 50px;
    cursor: pointer;
}
.swiper-button-disabled{
	opacity: .35;
    cursor: auto;
    pointer-events: none
}
.product-form p{font-size:16px;}

/***products***/
.tax-top .menu{
	display:flex;
	flex-wrap: wrap;
}
.tax-top .menu li {
	margin-right:20px;margin-top:15px;
}
.tax-top .menu li.current-menu-item a{
	color:#095794;
	font-weight:600;
}
.tax-top .menu li a{
	font-size:16px;
	display:flex;
}
.tax-top .menu li a::before {
	width: 10px;
    height: 2px;
    background: #095794;
    content: "";
    display: inline-block;
    margin: auto 5px auto 0;
}
.tax-top .menu li.on a{color:#095794;}
.section1-con .box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 5px;
    background: #095794;
    transition: all 300ms;
	    z-index: 9;
}
.section1-con .box:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #095794;
}

/***footer***/
.footer {
    background-color: #25ab6c;
}
.footer-top h3{
	font-size:20px;
	color:#ffffff;
	font-weight:600;
}
.footer-nav .menu li {
    margin-bottom: 10px;
}
.footer-nav .menu li:last-child{
	margin-bottom:0;
	}
.footer-nav .menu li a{
    color: #fff;
    display: block;
	font-size: 16px;
}
.footer-nav .menu li a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.footer-nav .textwidget p{
	color: #999;
	margin-bottom:20px;
	font-size: 16px;
		line-height: 1.7;
	}
.footer-nav .textwidget p:last-child{
	margin-bottom:0;
	}
.footer-contact,.footer-contact a {
	color: #999;
}	
.footer-contact i{
	font-size:20px;
	color:#095794;
}
.footer-contact img.logo{
	height:30px;
	width:auto;
}
.footer-btm	.box{
    border-top: 1px solid rgb(255 255 255 / 20%);
	gap: 20px;
}
.footer-btm	.copyr{
	color: #fff;
}
.footer-btm a{color: #fff;}
.footer-btm a:hover{
    color: #ff7900;
    text-decoration: underline;	
}
.search-box form {
    position: relative;
	overflow: hidden;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
.search-box form input {
    width: 100%;
    line-height: 40px;
    background: #f5f5f5;
    border: none;
    height: 40px;
    padding-left: 20px;
}
.search-box form button {
    position: absolute;
    right: 10px;
    top: 8px;
    background: none;
    border: none;
	color:#333;
    font-size: 20px;
    line-height: 1;
}
.social li {
    margin-right: 15px;
}
.social li:last-child {
    margin-right: 0;
}
.social li a{
    width: 30px;
    height: 30px;
    line-height: 34px;
    text-align: center;
    background-color:#25ab6c;
    color: #fff;
    display: block;
    border-radius: 5px;
	padding: 8px;
}
.footer-nav-fuzhu li{
	margin-left:15px;
}
.link {overflow:hidden;}
.link  h3{font-size:16px;margin-bottom:10px;}
.link ul li {
    float: left;
    margin:15px 15px 0 0;
}
.link ul li a{
	color:#999;
}
.link ul li a:hover{
	color: #ffffff;
}
.rtbar{ display:none;position:fixed; top:50%; margin-top:-100px;right:0; width:50px; height:203px; z-index:10;}
.rtbar li{ width:62px; height:50px; z-index:20; }
.rtbar li.rtbar1,.rtbar li.rtbar4{ position:absolute; left:0;}
.rtbar li.rtbar1{ top:0; width:172px; }
.rtbar li.rtbar2{ position:absolute; top:51px; left:0;width:172px;}
.rtbar li.rtbar3{ position:absolute; top:102px; left:0; width:172px; }
.rtbar li.rtbar4{ top:153px;}
.rtbar4{ position:absolute; top:102px; left:0;}
.rtbar li a{ display:block; color:#FFF !important; height:50px; line-height:50px; overflow:hidden; background-color:#25ab6c;opacity:0.8; border-radius:6px;}
.rtbar li a .fa{ display:block; float:left; vertical-align:middle; width:24px; height:24px; margin:12px 12px 14px 14px;font-size: 24px;}
.rtbar li a:hover{background-color:#00000;opacity:1;}

/***subheader***/
.subheader {
    position: relative;
    overflow: hidden;
	margin-top:90px;
}
.subheader img {
    width: 100%;
    object-fit: cover;
	min-height: 200px;
	max-height:400px;
}
.subheader .text {
    width: 100%;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}
.crumbs ,.crumbs a{color: #6c757d ;}
.crumbs a:hover{
	color: #25ab6c;
    text-decoration: underline;
}
.subnav{
	background-color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;	
}
.subnav ul {
    overflow: auto;
    white-space: nowrap;
    display: flex;
}
.subnav ul li{
	margin-right:50px;
	    float: left;
}
.subnav ul li:last-child{
	margin-right:0;
}
.subnav ul li a {
    display: block;
    font-size: 18px;
    line-height: 80px;
    height: 80px;
}
.subnav ul li.current-menu-item a,.subnav ul li.current-downs-ancestor a,.subnav ul li.current-menu-parent a,.subnav ul li.current-faqs-ancestor a,.subnav ul li.current-parts-ancestor a{
	color:#25ab6c;
}
.subnav .mCSB_horizontal>.mCSB_container{margin-bottom:0 !important;}

/***sidebar****/
.sidebar h3,.related-product h2,.product-form h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
	position: relative;
	padding-bottom:10px;
}
.sidebar h3:after ,.related-product h2:after,.product-form h3:after,.pro-info h1:after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 80px;
    background-color:#25ab6c;
}
.sidebar aside{margin-bottom:30px;}
.sidebar aside:last-child{margin-bottom:0;}
.sticky ul li{margin-bottom:20px;}
.sticky ul li:last-child{margin-bottom:0;}
.sticky ul li a{
    display: block;
    border-radius: 0.25rem !important;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    overflow: hidden;
}
.sticky ul li a p{
    padding: 15px;
	border: 1px solid #E5E5E5;
}
.widget_recent_entries ul{
	padding: 20px;
    border-radius: 0.25rem !important;
    background-color: #eaeff2;
}
.widget_recent_entries ul li ,.widget_categories ul li{
    margin-bottom: 15px;
    position: relative;
}
.widget_recent_entries ul li:last-child,.widget_categories ul li:last-child{margin-bottom:0;}
.widget_recent_entries ul li a {
    line-height: 20px;
    display: block;
}
.widget_recent_entries ul li a:before {
    display: inline-block;
    vertical-align: 2px;
    width: 5px;
    height: 5px;
    background-color:#36B37E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    content: "";
}
.widget_categories ul>li,.sidebar .widget_nav_menu ul.menu>li{
    background-color:#eaeff2;
    margin-bottom: 2px;
	transition: all ease-out 0.3s;
	border-radius: 0.25rem !important;
	    overflow: hidden;
}
.widget_categories ul li a{
	display:block;
	font-size:16px;
	padding:15px 20px;
}
.widget_categories ul li a,.sidebar .widget_nav_menu ul li a{
	font-size:16px;
	padding:15px 20px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	cursor: pointer;
}
.sidebar .widget_nav_menu ul li a span {
    width: 16px;
    height: 16px;
    display: flex;
    position: relative;
    cursor: pointer;
}
.sidebar .widget_nav_menu ul li a span:after,.sidebar .widget_nav_menu ul li a span:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -8px;
    width: 100%;
    height: 2px;
    background-color: #333;
}
.sidebar .widget_nav_menu ul li a span:before {
    transform: rotate(90deg);
}
.sidebar .widget_nav_menu ul.menu>li.current-menu-item span:after,.sidebar .widget_nav_menu ul.menu li:hover span:after {
    background-color: #fff;
}
.sidebar .widget_nav_menu ul.menu>li.menu-item-has-children.current-menu-item span:before ,.sidebar .widget_nav_menu ul.menu li:hover span:before{
    opacity: 0;
}
.sidebar .widget_nav_menu ul.sub-menu{ padding: 0 0 15px 0;}
.sidebar .widget_nav_menu ul.sub-menu ul{padding:0 15px;}
.sidebar .widget_nav_menu ul.sub-menu li a{
	padding:5px 30px;
}
.widget_categories ul li>a,.widget_categories ul li:hover>a{
	background-color:#36B37E;
	color:#333333;
}
.sidebar .widget_nav_menu ul.menu>li>a{
	font-size: 18px;
}
/*.wpforms-container .wpforms-field{padding:5px 0 !important;}*/
.related-post ul li:last-child{margin-bottom:0 !important;}
.search-con input{
    color: #333;
    border: 1px solid #c2c7cc;
	border-right: none;
    width: 100%;
    float: left;
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
}
.search-con button{
    border: none;
    width: 60px;
    height: 40px;
    background: #25ab6c;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    position: absolute;
    right: 0;
}
.sidebar .widget_nav_menu li.current-menu-item>a{color: #25ab6c;font-weight:600;}

/****page***/
.search-form {
    position: relative;
    font-size: 0;
    text-align: center;
}
.search-input {
    display: inline-block;
    width: 380px;
    height: 42px;
    padding: 5px 15px;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    text-align: left;
    border: 0;
    vertical-align: top;
    background: #fff;
    outline: 0;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
    -webkit-appearance: none;
}
.search-button {
    display: inline-block;
    padding: 0 30px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    border: 0;
    vertical-align: top;
    background: #25ab6c;
    outline: 0;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 3px 1px rgba(200,200,200,0.03);
    box-shadow: 0 0 3px 1px rgba(200,200,200,0.03);
}

/***other.css***/
.wpforms-submit {
    background-color: #25ab6c !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 40px !important;
	-moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}
.wpforms-submit:hover{
	background-color: #ff7900!important ;
	color: #fff !important;
}
.list2 .mega-sub-menu>li {
    float: left !important;
    width: 50% !important;
}
.list3 .mega-sub-menu>li {
    float: left !important;
    width: 33.33% !important;
}
.list3 .mega-sub-menu>li a {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.border-top{border-top:1px solid #eee;}
.border-eee {
    border: 1px solid #eeeeee !important;
}
.wp-block-columns{margin-bottom:0 !important;}
.grecaptcha-badge{display:none !important;}
div.wpforms-container-full {
    margin: 20px 0 !important;
}
.mega-sub-menu .widget_nav_menu a{
	color:#ffffff;
	font-size:16px;
}
.mega-sub-menu .widget_nav_menu a:hover{
	color:rgb(140, 198, 61);
}
div.wpforms-container-full .wpforms-form .wpforms-head-container{padding:0 !important;}
.contactform .wpforms-field-label{color:#ffffff !important;}
.wp-block-image .aligncenter>figcaption{
    font-size: 16px;
    text-align: center;
}

/****font.css****/
.fs14{font-size:14px;}
.fs14-b{font-size:14px;font-weight: 600;}
.fs16{font-size:16px;}
.fs16-b{font-size:16px;font-weight: 600;}
.fs18{font-size:18px;}
.fs18-b{font-size:18px;font-weight: 600;}
.fs20{font-size:20px;}
.fs20-b{font-size:20px;font-weight: 600;}
.fs22{font-size:22px;}
.fs22-b{font-size:22px;font-weight: 600;}
.fs24{font-size:24px;}
.fs24-b{font-size:24px;font-weight: 600;}
.fs26{font-size:26px;}
.fs26-b{font-size:26px;font-weight: 600;}
.fs28{font-size:28px;}
.fs28-b{font-size:28px;font-weight: 600;}
.fs30{font-size:30px;}
.fs30-b{font-size:30px;font-weight: 600;}
.fs32{font-size:32px;}
.fs32-b{font-size:32px;font-weight: 600;}
.fs34{font-size:34px;}
.fs34-b{font-size:34px;font-weight: 600;}
.fs36{font-size:36px;}
.fs36-b{font-size:36px;font-weight: 600;}
.fs38{font-size:38px;}
.fs38-b{font-size:38px;font-weight: 600;}
.fs40{font-size:40px;}
.fs40-b{font-size:40px;font-weight: 600;}
.fs42{font-size:42px;}
.fs42-b{font-size:42px;font-weight: 600;}
@media (max-width: 1200px ) {
.fs14{font-size:13px;}
.fs14-b{font-size:13px;font-weight: 600;}
.fs16{font-size:14px;}
.fs16-b{font-size:14px;font-weight: 600;}
.fs18{font-size:14px;}
.fs18-b{font-size:14px;font-weight: 600;}
.fs20{font-size:16px;}
.fs20-b{font-size:16px;font-weight: 600;}
.fs22{font-size:18px;}
.fs22-b{font-size:18px;font-weight: 600;}
.fs24{font-size:20px;}
.fs24-b{font-size:20px;font-weight: 600;}
.fs26{font-size:22px;}
.fs26-b{font-size:22px;font-weight: 600;}
.fs28{font-size:24px;}
.fs28-b{font-size:24px;font-weight: 600;}
.fs30{font-size:24px;}
.fs30-b{font-size:24px;font-weight: 600;}
.fs32{font-size:24px;}
.fs32-b{font-size:24px;font-weight: 600;}
.fs34{font-size:24px;}
.fs34-b{font-size:24px;font-weight: 600;}
.fs36{font-size:26px;}
.fs36-b{font-size:26px;font-weight: 600;}
.fs38{font-size:26px;}
.fs38-b{font-size:26px;font-weight: 600;}
.fs40{font-size:28px;}
.fs40-b{font-size:28px;font-weight: 600;}
.fs42{font-size:30px;}
.fs42-b{font-size:30px;font-weight: 600;}
}

/****layout.css***/
@media only screen and (min-width:1200px) {
.width-100 {
	width: 100% !important;
}
.width-95 {
	width: 95%;
}
.width-90 {
	width: 90%;
}
.width-85 {
	width: 85%;
}
.width-80 {
	width: 80%;
}
.width-75 {
	width: 75%;
}
.width-70 {
	width: 70%;
}
.width-65 {
	width: 65%;
}
.width-60 {
	width: 60%
}
.width-55 {
	width: 55%;
}
.width-50 {
	width: 50%;
}
.width-45 {
	width: 45%;
}
.width-40 {
	width: 40%;
}
.width-35 {
	width: 35%;
}
.width-30 {
	width: 30%;
}
.width-25 {
	width: 25%;
}
.width-20 {
	width: 20%;
}
.width-15 {
	width: 15%;
}
.width-10 {
	width: 10%;
}
.mt-0 {
	margin-top: 0!important
}
.mb-0 {
	margin-bottom: 0!important
}
.pt-0 {
	padding-top: 0!important
}
.pb-0 {
	padding-bottom: 0!important
}
.mt-5 {
	margin-top: 5px!important
}
.mb-5 {
	margin-bottom: 5px!important
}
.pt-5 {
	padding-top: 5px!important
}
.pb-5 {
	padding-bottom: 5px!important
}
.mt-10 {
	margin-top: 10px!important
}
.mb-10 {
	margin-bottom: 10px!important
}
.pt-10 {
	padding-top: 10px!important
}
.pb-10 {
	padding-bottom: 10px!important
}
.mt-20 {
	margin-top: 20px!important
}
.mb-20 {
	margin-bottom: 20px!important
}
.pt-20 {
	padding-top: 20px!important
}
.pb-20 {
	padding-bottom: 20px!important
}
.mt-30 {
	margin-top: 30px!important
}
.mb-30 {
	margin-bottom: 30px!important
}
.pt-30 {
	padding-top: 30px!important
}
.pb-30 {
	padding-bottom: 30px!important
}
.mt-40 {
	margin-top: 40px!important
}
.mb-40 {
	margin-bottom: 40px!important
}
.pt-40 {
	padding-top: 40px!important
}
.pb-40 {
	padding-bottom: 40px!important
}
.mt-50 {
	margin-top: 50px!important
}
.mb-50 {
	margin-bottom: 50px!important
}
.pt-50 {
	padding-top: 50px!important
}
.pb-50 {
	padding-bottom: 50px!important
}
.mt-60 {
	margin-top: 60px!important
}
.mb-60 {
	margin-bottom: 60px!important
}
.pt-60 {
	padding-top: 60px!important
}
.pb-60 {
	padding-bottom: 60px!important
}
.mt-70 {
	margin-top: 70px!important
}
.mb-70 {
	margin-bottom: 70px!important
}
.pt-70 {
	padding-top: 70px!important
}
.pb-70 {
	padding-bottom: 70px!important
}
.mt-80 {
	margin-top: 80px!important
}
.mb-80 {
	margin-bottom: 80px!important
}
.mt-100 {
	margin-top: 100px!important
}
.mb-100 {
	margin-bottom: 100px!important
}
.pt-80 {
	padding-top: 80px!important
}
.pb-80 {
	padding-bottom: 80px!important
}
.pb-100 {
	padding-bottom: 80px!important
}
.pt-100 {
	padding-top: 100px!important
}
.ml-0 {
	margin-left: 0!important
}
.mr-0 {
	margin-right: 0!important
}
.pl-0 {
	padding-left: 0!important
}
.pr-0 {
	padding-right: 0!important
}
.ml-5 {
	margin-left: 5px!important
}
.mr-5 {
	margin-right: 5px!important
}
.pl-5 {
	padding-left: 5px!important
}
.pr-5 {
	padding-right: 5px!important
}
.ml-10 {
	margin-left: 10px!important
}
.mr-10 {
	margin-right: 10px!important
}
.pl-10 {
	padding-left: 10px!important
}
.pr-10 {
	padding-right: 10px!important
}
.ml-20 {
	margin-left: 20px!important
}
.mr-20 {
	margin-right: 20px!important
}
.pl-20 {
	padding-left: 20px!important
}
.pr-20 {
	padding-right: 20px!important
}
.ml-30 {
	margin-left: 30px!important
}
.mr-30 {
	margin-right: 30px!important
}
.pl-30 {
	padding-left: 30px!important
}
.pr-30 {
	padding-right: 30px!important
}
.ml-40 {
	margin-left: 40px!important
}
.mr-40 {
	margin-right: 40px!important
}
.pl-40 {
	padding-left: 40px!important
}
.pr-40 {
	padding-right: 40px!important
}
.ml-50 {
	margin-left: 50px!important
}
.mr-50 {
	margin-right: 50px!important
}
.pl-50 {
	padding-left: 50px!important
}
.pr-50 {
	padding-right: 50px!important
}
.ml-60 {
	margin-left: 60px!important
}
.mr-60 {
	margin-right: 60px!important
}
.pl-60 {
	padding-left: 60px!important
}
.pr-60 {
	padding-right: 60px!important
}
.ml-70 {
	margin-left: 70px!important
}
.mr-70 {
	margin-right: 70px!important
}
.pl-70 {
	padding-left: 70px!important
}
.pr-70 {
	padding-right: 70px!important
}
.ml-80 {
	margin-left: 80px!important
}
.mr-80 {
	margin-right: 80px!important
}
.pl-80 {
	padding-left: 80px!important
}
.pr-80 {
	padding-right: 80px!important
}
}
@media only screen and (max-width:1200px) {
.width-95,.width-90,.width-85,.width-80,.width-75,.width-70,.width-65,.width-60,.width-55,.width-50,.width-45,.width-40,.width-35,.width-30,.width-25,.width-20,.width-15,.width-10 {
		width: 100%;
	}	
	.mt-5 {
		margin-top: 2.5px!important
	}
	.mb-5 {
		margin-bottom: 2.5px!important
	}
	.mt-10 {
		margin-top: 5px!important
	}
	.mb-10 {
		margin-bottom: 5px!important
	}
	.pt-10 {
		padding-top: 5px!important
	}
	.pb-10 {
		padding-bottom: 5px!important
	}
	.mt-20 {
		margin-top: 10px!important
	}
	.mb-20 {
		margin-bottom: 10px!important
	}
	.pt-20 {
		padding-top: 10px!important
	}
	.pb-20 {
		padding-bottom: 10px!important
	}
	.mt-30 {
		margin-top: 15px!important
	}
	.mb-30 {
		margin-bottom: 15px!important
	}
	.pt-30 {
		padding-top: 15px!important
	}
	.pb-30 {
		padding-bottom: 15px!important
	}
	.mt-40 {
		margin-top: 20px!important
	}
	.mb-40 {
		margin-bottom: 20px!important
	}
	.pt-40 {
		padding-top: 20px!important
	}
	.pb-40 {
		padding-bottom: 20px!important
	}
	.mt-50 {
		margin-top: 25px!important
	}
	.mb-50 {
		margin-bottom: 25px!important
	}
	.pt-50 {
		padding-top: 25px!important
	}
	.pb-50 {
		padding-bottom: 25px!important
	}
	.mt-60 {
		margin-top: 30px!important
	}
	.mb-60 {
		margin-bottom: 30px!important
	}
	.pt-60 {
		padding-top: 30px!important
	}
	.pb-60 {
		padding-bottom: 30px!important
	}
	.mt-70 {
		margin-top: 35px!important
	}
	.mb-70 {
		margin-bottom: 35px!important
	}
	.pt-70 {
		padding-top: 35px!important
	}
	.pb-70 {
		padding-bottom: 35px!important
	}
	.mt-80 {
		margin-top: 40px!important
	}
	.mb-80 {
		margin-bottom: 40px!important
	}
	.pt-80 {
		padding-top: 40px!important
	}
	.pb-80 {
		padding-bottom: 40px!important
	}
		.mt-100 {
		margin-top: 50px!important
	}
	.mb-100 {
		margin-bottom: 50px!important
	}
	.pt-100 {
		padding-top: 50px!important
	}
	.pb-100 {
		padding-bottom: 50px!important
	}
		.ml-5 {
		margin-left: 2.5px!important
	}
	.mr-5 {
		margin-right: 2.5px!important
	}
	.ml-10 {
		margin-left: 5px!important
	}
	.mr-10 {
		margin-right: 5px!important
	}
	.pl-10 {
		padding-left: 5px!important
	}
	.pr-10 {
		padding-right: 5px!important
	}
	.ml-20 {
		margin-left: 10px!important
	}
	.mr-20 {
		margin-right: 10px!important
	}
	.pl-20 {
		padding-left: 10px!important
	}
	.pr-20 {
		padding-right: 10px!important
	}
	.ml-30 {
		margin-left: 15px!important
	}
	.mr-30 {
		margin-right: 15px!important
	}
	.pl-30 {
		padding-left: 15px!important
	}
	.pr-30 {
		padding-right: 15px!important
	}
	.ml-40 {
		margin-left: 20px!important
	}
	.mr-40 {
		margin-right: 20px!important
	}
	.pl-40 {
		padding-left: 20px!important
	}
	.pr-40 {
		padding-right: 20px!important
	}
	.ml-50 {
		margin-left: 25px!important
	}
	.mr-50 {
		margin-right: 25px!important
	}
	.pl-50 {
		padding-left: 25px!important
	}
	.pr-50 {
		padding-right: 25px!important
	}
	.ml-60 {
		margin-left: 30px!important
	}
	.mr-60 {
		margin-right: 30px!important
	}
	.pl-60 {
		padding-left: 30px!important
	}
	.pr-60 {
		padding-right: 30px!important
	}
	.ml-70 {
		margin-left: 35px!important
	}
	.mr-70 {
		margin-right: 35px!important
	}
	.pl-70 {
		padding-left: 35px!important
	}
	.pr-70 {
		padding-right: 35px!important
	}
	.ml-80 {
		margin-left: 40px!important
	}
	.mr-80 {
		margin-right: 40px!important
	}
	.pl-80 {
		padding-left: 40px!important
	}
	.pr-80 {
		padding-right: 40px!important
	}
}

/***iconfont.css***/
@font-face {
  font-family: "iconfont"; /* Project id 4254073 */
  src: url('iconfont.woff2?t=1714967850499') format('woff2'),
       url('iconfont.woff?t=1714967850499') format('woff'),
       url('iconfont.ttf?t=1714967850499') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-navicon:before {
  content: "\e641";
}

.icon-CenteredText:before {
  content: "\e60e";
}

.icon-huidaodingbu:before {
  content: "\e61f";
}

.icon-youxiang2:before {
  content: "\e667";
}

.icon-daohangdizhi:before {
  content: "\e661";
}

.icon-whatsapp1:before {
  content: "\e8ec";
}

.icon-closel:before {
  content: "\e6d5";
}

.icon-youjiantou_huaban:before {
  content: "\e63e";
}

.icon-zuojiantou_huaban:before {
  content: "\e63f";
}

.icon-jiantouyou:before {
  content: "\e62d";
}

.icon-kehu:before {
  content: "\e625";
}

.icon-shijian1:before {
  content: "\e8b8";
}

.icon-fangda:before {
  content: "\e650";
}

.icon-icon_video:before {
  content: "\e617";
}

.icon-youxiang1:before {
  content: "\e664";
}

.icon-youtube1:before {
  content: "\e765";
}

.icon-facebook1:before {
  content: "\e8e7";
}

.icon-whatsapp:before {
  content: "\ed0e";
}

.icon-pdf:before {
  content: "\e740";
}

.icon-shouhuodizhi:before {
  content: "\e64e";
}

.icon-fangzi:before {
  content: "\e63d";
}

.icon-fenlei:before {
  content: "\e628";
}

.icon-youxiang:before {
  content: "\e69d";
}

.icon-gongyingshang:before {
  content: "\e65b";
}

.icon--fuwu-xianxing:before {
  content: "\e8aa";
}

.icon-jinrujiantouxiao:before {
  content: "\e8d4";
}

.icon-xiazai:before {
  content: "\e606";
}

.icon-24gl-telephone:before {
  content: "\e953";
}

.icon-hezuojigou:before {
  content: "\e72f";
}

.icon-zhiliangguanli:before {
  content: "\e6b2";
}

.icon-yingyongguanli:before {
  content: "\e604";
}

.icon-huangguan:before {
  content: "\e600";
}

.icon-qiyerongyu:before {
  content: "\e612";
}

.icon-iconfontzhizuobiaozhun023134:before {
  content: "\e688";
}

.icon-xiajiantou:before {
  content: "\e601";
}

.icon-jijianfasong-xianxing:before {
  content: "\e893";
}

.icon-qiyeyuanquwuye:before {
  content: "\e894";
}

.icon-xialajiantouxiao:before {
  content: "\e87e";
}

.icon-shijian:before {
  content: "\e8a9";
}

.icon-sousuoxiao:before {
  content: "\e8d6";
}

.icon-ly_liecheshike:before {
  content: "\e602";
}

.icon-twitter:before {
  content: "\e882";
}

.icon-jiahao:before {
  content: "\eaf3";
}

.icon-icon--yes:before {
  content: "\e61e";
}

.icon-youjiantou:before {
  content: "\e603";
}

.icon-youjiantou1:before {
  content: "\e627";
}

.icon-dianli:before {
  content: "\e665";
}

.icon-kuangshan-:before {
  content: "\e649";
}

.icon-huaxuehuagong:before {
  content: "\e60a";
}

.icon-youtube:before {
  content: "\e8e2";
}

.icon-fixed-telephone-full:before {
  content: "\e91f";
}

.icon-build:before {
  content: "\e9e5";
}

.icon-arrow-right:before {
  content: "\ea66";
}

.icon-shi76756liangzhinengduixiang2_fuzhi-01:before {
  content: "\e6cb";
}

.icon-youqikaobei:before {
  content: "\e60d";
}

.icon-Cargo-Ship:before {
  content: "\e89d";
}

.icon-yuyan:before {
  content: "\e7dc";
}

.icon-facebook:before {
  content: "\ebfc";
}

.icon-a-shuizhijc:before {
  content: "\e698";
}

.icon-a-98-zhuwang-92:before {
  content: "\e76c";
}

/***responsive.css****/
@media (min-width: 1200px ) {
.slicknav_menu{display:none;}
#slider-home .swiper-slide {
    height: calc(100vh - 90px);
    width: 100%;
	margin: 90px auto auto;
}
#slider-home .swiper-slide img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.mt90{margin-top:90px;}
.section4{padding: 200px 0 140px;}
.footer-nav aside.widget_nav_menu {
    width: 15%;
}
.footer-nav aside.widget_text {
    width: 25%;
}
}
@media (max-width: 1200px ) {
.subheader{margin-top:0;}
embed, iframe, object{height:auto;}	
.header-menu{display:none;}
/**20250324**/
#header{
	position:relative;
}
.archive:not(.tax-products) #header .box,.home #header .box,.page #header .box,.search #header .box,.error404 #header .box{
	position:absolute;
	z-index:20;
	border-bottom: 1px solid rgba(255,255,255,.2) !important;
}
#header .box {
    width: 100%;
	border-bottom: 1px solid #eee;
}
#header .box:hover{
	background-color: #FFFFFF;
}
#header .box:hover #mega-menu-main-nav>li>a{color:#000 !important;}
.header-logo {
    height: 90px;
    line-height: 90px;
    float: left;
    max-width: 50%;
}
.header-logo a {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.header-logo h1{
	line-height:0;
    font-size:0;
    overflow:hidden;
	text-indent:-99999px;
}
.header-logo img {
    max-height: 30px;
	width:auto;
}
.page .header-logo img.logo2,.archive:not(.tax-products) .header-logo img.logo2,.search .header-logo img.logo2,.error404 .header-logo img.logo2{
    display: none;
}
.page .header-logo img.logo1,.archive:not(.tax-products) .header-logo img.logo1,.search .header-logo img.logo1,.error404 .header-logo img.logo1{
    display: inline-block!important;
}
.header-logo img.logo1 {
    display: none;
}
.page #header .box:hover .header-logo img.logo2 ,.archive:not(.tax-products) #header .box:hover .header-logo img.logo2,.search #header .box:hover .header-logo img.logo2 ,.error404 #header .box:hover .header-logo img.logo2{
    display: inline-block!important;
}
.page #header .box:hover .header-logo img.logo1,.archive:not(.tax-products) #header .box:hover .header-logo img.logo1,.search #header .box:hover .header-logo img.logo1,.error404 #header .box:hover .header-logo img.logo1{
    display: none!important;
}
.header-menu>ul{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
.header-menu>ul>li{
	position:relative;
	margin: 0 25px;
}
.header-menu>ul>li>a{
	display: block;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
	
}
.translated-ltr #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link{padding: 0px 0px 0px 20px !important;}
.single #header .box{background-color:#fff;}
#header .box:hover .header-menu ul.mega-menu>li>a,.single .header-menu ul.mega-menu>li>a,.tax-products .header-menu ul.mega-menu>li>a{color:#333 !important;}
.header-menu>ul>li>a:hover{color:#0028aa!important;}
.header-menu>ul>li>a:after {
	content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    overflow: hidden;
    background-color:#0028aa;
    left: 50%;
    right: 50%;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}
.header-menu>ul>li:hover>a:after{
    left: 0px;
    right: 0px;
}
/*
#header{
	position: relative;
	height: 60px;
	}	
.header-logo {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
	position: relative;
    z-index: 9;
}
.header-logo a img{ 
	height: 30px;
}
.lang {
	height: 60px;
    line-height: 60px;
	margin-right:60px;
}
*/
#slider-home{margin-top:0px;}
.xs-btn{
	font-size:14px;
	padding: 5px 12px;
	}
.entry-content h2{font-size:22px;}
.entry-content h3{font-size:20px;}
.section4{padding:60px 0;}
.footer-top aside{margin-bottom:20px;}
.subnav ul li {
    margin-right: 20px;
}
}
@media (max-width: 768px ) {
.header-menu{display:none;}	
#slider-video{height:auto;}
#slider-home h1{
    margin: auto;
    text-align: center;
}	
.footer-menu aside {
    margin-bottom: 20px;
}
.lishi .top h2{
	font-size: 30px;
    margin-bottom: 20px;
	text-align: center;
}
.lishi .btm p{font-size: 20px;}
.lishi .top img{margin-bottom:20px;}
.section1-con .text,.section2-con .text{padding:20px;}
.section4 .right{margin-top:20px;}
}