/*
Theme Name:Octal
Theme URI:https://lthost.taobao.com
Description:Octalsteel Co.,Ltd.
Version:1.0
Author:DreamC
Author URI:https://help.ltddh.com*/
/* ==== Default css class & id styles:opinionated defaults ======*/


:root {
    --border: #eee solid 1px;
    --main-color: #f5c361;
    --main2-color: #000;
    --main3-color: #e3b14e;
    --linearX: linear-gradient(#06479b, #0599c8);
    --linearY: linear-gradient(90deg, #245442, #009944);
    --listbg: #f5f5f5;
    --tit-color: #333;
    --sum-color: #7d7772
}
.clear {
	clear:both;
}
a.active:hover,a.active:active,a.active:visited {
    text-decoration: underline !important;
}
html,address,blockquote,body,dd,div,dl,dt,fieldset,form,frame,frameset,h1,h2,h3,h4,h5,h6,noframes,ol,p,ul,center,dir,hr,menu,pre {
	display:block;
	unicode-bidi:embed
}
li {
	display:list-item;
	list-style-type:none;
}
head {
	display:none
}
table {
	display:table
}
tr {
	display:table-row
}
thead {
	display:table-header-group
}
tbody {
	display:table-row-group
}
tfoot {
	display:table-footer-group
}
col {
	display:table-column
}
colgroup {
	display:table-column-group
}
td,th {
	display:table-cell
}
caption {
	display:table-caption
}
th {
	font-weight:bolder;
	text-align:center
}
caption {
	text-align:center
}
body {
	margin:0px
}
h1 {
	font-size:2em;
	margin:.67em 0
}
h2 {
	font-size:1.5em;
	margin:.75em 0
}
h3 {
	font-size:1.17em;
	margin:.83em 0
}
h4,p,blockquote,ul,fieldset,form,ol,dl,dir,menu {
	margin:1.12em 0
}
h5 {
	font-size:.83em;
	margin:1.5em 0
}
h6 {
	font-size:.75em;
	margin:1.67em 0
}
h1,h2,h3,h4,h5,h6,b,strong {
	font-weight:normal;
	font-family: Montserrat;
	color: #000;
}
blockquote {
	margin-left:40px;
	margin-right:40px
}
i,cite,em,var,address {
	font-style:italic
}
pre,tt,code,kbd,samp {
	font-family:monospace
}
pre {
	white-space:pre
}
button,textarea,input,select {
	display:inline-block
}
big {
	font-size:1.17em
}
small,sub,sup {
	font-size:.83em
}
sub {
	vertical-align:sub
}
sup {
	vertical-align:super
}
table {
	border-spacing:2px;
}
thead,tbody,tfoot {
	vertical-align:middle
}
td,th,tr {
	vertical-align:inherit
}
s,strike,del {
	text-decoration:line-through
}
hr {
	border:1px inset
}
ol,ul,dir,menu,dd {
	margin-left:0
}
ol {
	list-style-type:decimal
}
ol ul,ul ol,ul ul,ol ol {
	margin-top:0;
	margin-bottom:0
}
u,ins {
	text-decoration:underline
}
br:before {
	content:"\A";
	white-space:pre-line
}
center {
	text-align:center
}
:visited {
	text-decoration:underline
}
:focus {
	outline:thin dotted invert
}
/* Begin bidirectionality settings (do not change)*/
BDO[DIR="ltr"] {
	direction:ltr;
	unicode-bidi:bidi-override
}
BDO[DIR="rtl"] {
	direction:rtl;
	unicode-bidi:bidi-override
}
*[DIR="ltr"] {
	direction:ltr;
	unicode-bidi:embed
}
*[DIR="rtl"] {
	direction:rtl;
	unicode-bidi:embed
}
@media print {
	h1 {
	page-break-before:always
}
h1,h2,h3,h4,h5,h6 {
	page-break-after:avoid
}
ul,ol,dl {
	page-break-before:avoid
}
}/* -----------page nav-------*/
.page_navi {
	width:100%;
	height:60px;
	line-height:36px;
	text-align:center;
	overflow:hidden;
	padding-top:1em;
    display: flex;
    justify-content: center;
}

.page_navi .active a{
    background-color: antiquewhite;
}

.page_navi a {
	padding:3px 8px;
	margin:2px;
	text-decoration:none;
	color:#156da1;
	border:1px solid #156da1;
}
.page_navi a:hover,.page_navi a.current {
	border:1px solid #156da1;
	color:#156da1;
	font-weight:bolder;
}
/* ===== Base styles:opinionated defaults ==============*/
/* montserrat-normal - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('//lib.baomitu.com/fonts/montserrat/montserrat-v10-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Montserrat'), local('Montserrat-Normal'),
       url('//lib.baomitu.com/fonts/montserrat/montserrat-v10-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//lib.baomitu.com/fonts/montserrat/montserrat-v10-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('//lib.baomitu.com/fonts/montserrat/montserrat-v10-latin-600.woff') format('woff'), /* Modern Browsers */
       url('//lib.baomitu.com/fonts/montserrat/montserrat-v10-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//lib.baomitu.com/fonts/montserrat/montserrat-v10-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
* {
	padding:0;
	margin:0;
	outline:0;
}
body,html {
	font-family:Arial,Helvetica,sans-serif;
	line-height:1.42857143;
	color:#777;
	background-color:#FFF;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	width:100%;
	font-weight:300;
	font-size:14px;
	position:relative;
}
a {
	-webkit-transition:color .2s ease;
	-moz-transition:color .2s ease;
	-ms-transition:color .2s ease;
	-o-transition:color .2s ease;
	transition:color .2s ease;
}
a {
	text-decoration:none;
	cursor:pointer;
	color: inherit;
	outline:none;
	transition:all 0.25s ease 0s;
}
a:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}
a:focus,a:hover {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline:none;
}
a.button:hover {
	color:#fff;
	text-decoration:none;
}

h1 {
	margin:0px 0 10px 0;
	font-size:26px;
}
h2 {
	margin:0px 0 10px 0;
	font-size:20px;
}
h3 {
	margin:0px 0 10px 0;
	font-size:20px;
}
h4 {
	font-weight:800;
	margin:0px 0 10px 0;
	font-size:16px;
}
h5 {
	font-weight:800;
	margin:0px 0 10px 0;
	font-size:14px;
}
h6 {
	font-weight:800;
	margin:0px 0 10px 0;
	font-size:12px;
}
img {
	max-width:100%;
	vertical-align:middle;
	border:0
}
@keyframes rightmove {
	0% {
	transform:translateX(0)
}
100% {
	transform:translateX(15px)
}
}@-webkit-keyframes rightmove {
	0% {
	-webkit-transform:translateX(0)
}
100% {
	-webkit-transform:translateX(15px)
}
}@-moz-keyframes rightmove {
	0% {
	-moz-transform:translateX(0)
}
100% {
	-moz-transform:translateX(15px)
}
}@keyframes leftmove {
	0% {
	transform:translateX(0)
}
100% {
	transform:translateX(-15px)
}
}@-webkit-keyframes leftmove {
	0% {
	-webkit-transform:translateX(0)
}
100% {
	-webkit-transform:translateX(-15px)
}
}@-moz-keyframes leftmove {
	0% {
	-moz-transform:translateX(0)
}
100% {
	-moz-transform:translateX(-15px)
}
}@keyframes rotate180 {
	0% {
	transform:rotateZ(deg)
}
100% {
	transform:rotateZ(180deg)
}
}@-webkit-keyframes rotate180 {
	0% {
	-webkit-transform:rotateZ(deg)
}
100% {
	-webkit-transform:rotateZ(180deg)
}
}@-moz-keyframes rotate180 {
	0% {
	-moz-transform:rotateZ(deg)
}
100% {
	-moz-transform:rotateZ(180deg)
}
}/****TABLE css***/
table thead th {
	background-color:rgb(81,130,187);
	color:#fff;
	border-bottom-width:0;
}
table td {
	color:#000;
}
table tr,table th {
	border-width:1px;
	border-style:solid;
	border-color:rgb(81,130,187);
}
table td,table th {
	padding:5px 10px;
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
}
/* ===== Dreamc 2016 theme main styles:=============*/
.top {
	width:100%;
	height:50px;
	line-height:50px;
	background-color:rgb(7,51,122);
    position: absolute;
    z-index: 10;
}
.top-map{
	float: left;
	color: #333;
	line-height: 42px;
}
.top-map i{
	color: #3baed4;
	font-size: 18px;
	margin-right: 5px;
	line-height: 42px;
}
.top-social{
	float: right;
	width: 350px;
}
.addthis_inline_share_toolbox{
	float: left;
	width: 36px;
    height: 36px;
    padding: 3px;
    text-align: center;
}
.addthis_inline_share_toolbox #atstbx,
.addthis_inline_share_toolbox #atstbx2{
	padding-top: 8px;
}
.addthis_inline_share_toolbox a{
	padding: 0 !important;
	background: none !important;
	margin:0 !important;
}
.addthis_inline_share_toolbox a svg{
	fill:#3baed4 !important;	
}
.top-social>a{
	display: block;
	width: 36px;
	height: 36px;
	padding: 3px;
	text-align: center;
	float: left;
	border-left: 1px solid #dedede;
}
.top-social>a:last-child{
	border-right: 1px solid #dedede;
}
.top-social>a>i{
	color: #3baed4;
	line-height: 36px;
	font-size:18px;
}
.header {
	height:120px;
	background:#f8f8f8;
    display: none;
}
.header-content {
	max-width:1400px;
	margin:0 auto;
}
.logo {
	width:240px;
	float:left;
	margin-top:28px;
}
.logo a {
	display:block;
	line-height:64px;
	height:64px;
}
.logo a img {
	height:64px;
}
.header-contact{
	float: right;
	color: #fff;
}
.header-contact .hcc{
	float: left;
	height: 64px;
    margin-top: 28px;
}
.header-contact .hcc .icon{
	width: 40px;
	height: 40px;
	margin:12px 15px;
	display: block;
	float: left;
	text-align: center;
}
.header-contact .hcc .icon i{
	line-height: 40px;
	font-size: 38px;
	color: #3baed4;
}
.header-contact .hcc .title{
	height: 40px;
	display: block;
	float: left;
	margin:12px 0px;
	padding-right: 15px;
	border-right: 1px solid #dedede;
}
.header-contact .hcc:last-child .title{
	border:0;
}
.header-contact .hcc .title strong{
	display: block;
	font-size: 15px;
	font-weight: 600;
}
.header-contact .hcc .title em{
	font-style: normal;
	font-size: 13px;
	color: #9d9da9;
	line-height: 18px;
}

.top_c{
    display:flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    color:#fff;
    gap:20px;
}

.top_c .top-item{
    display:flex;
    flex-wrap: nowrap;
    gap:5px;
    align-items: center;
}
.top_c .top-item-span{
    width:370px;
}

.top_c .top-search{
    width:338px;
    border-radius: 30px;
    background-color: rgb(31,72,136);
    height: 40px;
    
}

.top_c .top-search form{
    margin:0px 10px;
    height: 40px;
    display: flex;
    padding: 0 10px;
}

.top_c .top-search input{
    width:300px;
    border-radius: 20px;
    background-color: rgb(31,72,136);
    height: 40px;
    border: 0px;
    padding: 0;
    margin: 0;
    color: rgba(195,195,195,1.00);
    font-size: 16px;
}

.top_c .top-search button{
   background-color: unset;
    border: 0px;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.top_c .top-item img{
    max-width: 32px;
    max-height: 25px;
}

.nav{	
    position: fixed;
    top:0px;
    z-index: 9;
    background-color: rgb(26,26,26);
    width: 100%;
    display: flex;
    align-items: center;
    transition: top 0.5s ease;
    
}
.nav-content{
	width:94%;
	margin: 0 auto;
    position: relative;
    
    display: flex;
    align-items: center;
    
    
}

.nav-content #brand1 img{
    max-height:56px;
}

.nav-content .logo1{
    align-items: center;
    display: flex;
    flex:0 0 30%;
}

.nav-content .logo1 a{
    margin: auto;
}


#mainmenu {
	margin:0;
    flex: 0 0 35%;
}
#mainmenu::after {
	clear:both;
	content:""
}
#mainmenu>li {
	float:left;
	position:relative;
	cursor:pointer;
    padding: 32px 18px;
}

#mainmenu>li::before {
    content: '';
    width: 0px;
    height: 3px;
    background: var(--main-color);
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.6s;
}

#mainmenu>li:hover::before {
    width: 100%;
}

#mainmenu>li>a {
	height:36px;
	display:block;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	line-height:40px;
	cursor:pointer;
	position:relative;	
}



#mainmenu>li>ul.sub-menu {
	display:none;
	z-index:99999;
	position:absolute;
	top:100px;
	left:0;
	width:300px;
	background-color:#fff;
    transition: all 0.6s;
    box-shadow: 0px 0px 15px rgb(143 143 143 / 30%);

}
#mainmenu>li>ul.sub-menu::after {
	content:"";
	position:absolute;
	top:-10px;
	left:45%;
	margin-left:-10px;
	background:url(images/nav-jt.png);
	width:20px;
	height:10px;
}
#mainmenu>li:hover>ul.sub-menu {
	display:block;
}
#mainmenu>li>ul.sub-menu>li {
	line-height:28px;
	color:var(--main-color);
	font-size:14px;
	text-indent:10px;
	padding:12px 0;
	position:relative;
	cursor:pointer;
    background-color: #fff;
    border-bottom: solid 1px #e9e9e9;
    
}
#mainmenu>li>ul.sub-menu>li:hover {
	background:var(--main-color);
    color:#000;
}
#mainmenu>li>ul.sub-menu>li>a {
	color:var(--main-color);
    font-size: 15px;
    
}

#mainmenu>li>ul.sub-menu>li:hover a {
	color:#000;
}
#mainmenu>li>ul.sub-menu>li>ul.sub-menu {
	display:none;
	position:absolute;
	left:100%;
	top:0;
	width:240px;
	z-index:99999;
	background-color:#666666;
	border:1px solid #6f6f6f;
}
#mainmenu>li>ul.sub-menu>li>ul.sub-menu>li {
	line-height:28px;
	border-bottom:1px solid #6f6f6f;
	color:#fff;
	font-size:15px;
	text-indent:20px;
	padding:5px 0;
	cursor:pointer;
}
#mainmenu>li>ul.sub-menu>li>ul.sub-menu>li>a {
	color:#fff;
}
#mainmenu>li>ul.sub-menu>li>ul.sub-menu>li:hover {
	background:rgb(7,51,122);
}
#mainmenu>li>ul.sub-menu>li:hover>ul.sub-menu {
	display:block;
}
.header-search {
	float:right;
	width:300px
}
.header-search form {
	margin:5px 0;
}
.header-search #s {
	width:262px;
	height:25px;
	padding-left:5px;
	float:left;
}
.header-search #searchsubmit {
	width:29px;
	height:29px;
	border:0px none;
	background:#3baed4;
	color:#fff;
	vertical-align:middle;
	cursor:pointer;
	float:right;
}
.main-content {
	width:90%;
	margin:0 auto;
    max-width: 1620px;
}

.index_1_r{
    position:relative;
    padding-top: 5%;
}



.index_1 .swiper-button-next{
    position: absolute;
    top:20px;
    right: 60px;
    border: 1px solid #b3b3b3;
    border-radius: 50px;
    padding: 6px;
    width: 50px;
    height: 50px;
    z-index: 1;
    background-image: unset;
    color: #b3b3b3 ;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}




.index_1 .swiper-button-prev{
    position: absolute;
    top:20px;
    right: 150px;
    left: auto;
    border: 1px solid #b3b3b3;
    border-radius: 50px;
    padding: 6px;
    width: 50px;
    height: 50px;
    z-index: 1;
    background-image: unset;
    color: #b3b3b3;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.index_1 svg {
    width: 26px;
    height: 26px;
}
.index_1 svg path{
    fill:#b3b3b3;
}

.index_1 .swiper-button-prev:hover{
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
}

.index_1 .swiper-button-next:hover{
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
}

.index_1 .swiper-button-next:hover path, .index_1 .swiper-button-prev:hover path{
    fill:#fff;
}

.index_title{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    background_radio: 1;
    display-radio: flex;
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.index_1_2_content{
    font-size:16px;
    line-height: 1.4;
}

.index_title img{
    max-height: 40px;
    margin-right: 10px;
}

.index_1 .index_1_title{
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 18px;
    font-family: "cd10384c-7294-4cb3-bdfb-23b74e33b415";
    font-weight: normal;
    color: rgba(51, 51, 51, 1);
    position: relative;
    z-index: 0;
}

.index_1 .index_1_title::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    height: 8px;
    background: var(--main-color);
    width: 107px;
    z-index: -1;
}

.index_1 .index_1_left{
    
    flex: 0 0 65%;
    position: relative;
}


.index_1 .index_1_content{
    min-height: 0px;
    font-family: "5a7d7084-7f5a-45da-9c2b-14c714d25970";
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
}

.view_more{
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    padding: 8px;
    background_radio: 2;
    border_radio: 1;
    font_radio: 2;
    radius_radio: 1;
    display-radio: block;
    margin-right: 0px;
    margin-right: auto;
    background-color: var(--main-color);
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    padding-top: 15px;
    padding-bottom: 15px;
}

.view_more span{
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden;
    color: rgba(0, 0, 0, 1);
}

.view_more:hover{
    color: rgba(0, 0, 0, 1);
    text-decoration:none;
}

.index_1 .learn_more{
        width: 190px;
    margin: 50px auto;
    padding: 25px;
    position: relative;
}

.index_1 .learn_more a{
    color: white;
    font-size: 20px;
}

.index_1 .type_title{
    position: absolute;
    bottom: 27px;
    width: 100%;
    color: white;
    font-size: 16px;
    transition: top 0.5s ease;
}

.index_1 .swiper-slide{
    overflow:hidden;
}

.index_1 .swiper-slide img{
    width: 100%;
    transition: 0.5s;
}



.index_1 .swiper-slide:hover img{
    
    transform: scale(1.1);
}

.index_1  .type_title{
    display:none;
}

.index_1  .type_title_1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 95%;
    display-radio: flex;
    max-width: 520px;
    opacity: 1;
    background-fill-value: background-color;
    background_radio: 2;
    background-color: rgba(35, 35, 35, 1);
    padding-top: 0px;
    padding-bottom: 0px;
}

.index_1  .type_title_2{
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    padding: 15px;
}

.index_1  .type_title_3{
        flex: 0 0 25%;
    align-self: center;
    padding: 7px;
    background: var(--main-color);
}

.index_1  .type_title_4{
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    color: rgba(195, 195, 195, 1);
    text-align: left;
}

.index_1  .type_title_5{
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0px;
    text-align: left;
    font-weight: normal;
}

.index_1 .swiper-slide-active .type_title{
    
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    position: absolute;
    bottom: 1.5vw;
    left: 0;
    z-index: 10;
    transform: translateY(0%);
    transition: all 0.5s;
    margin-bottom: 30px;
    pointer-events: none;
    
}

.index_1 .type_title .type_child{
    display: none;
}

.index_1 .swiper-slide-active .type_child{
    display: block;    
}


.index_2{
    min-height: 0px;
    background_radio: 2;
    display-radio: 1;
    padding-top: 5%;
    padding-bottom: 5%;
    background-fill-value: background-image;
    background-image: url("/template/pc/skin/images/index_2_bg.jpg");
    margin-top: 30px;
}

.index_2 .index_2_e{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    background_radio: 1;
    display-radio: flex;
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
}

.flex1{
    flex:1;
}

.index_2 .swiper-container2{
    max-width:729px;
    overflow: hidden;
    position: relative;
}

.index_2 .index_2_c{
    align-self: center;
}
.index_2 .index_2_c1{
    width: 100%;
    background_radio: 1;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
}

.index_2 .index_2_title{
    min-height: 0px;
    font-family: "5a7d7084-7f5a-45da-9c2b-14c714d25970";
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}

.index_2 .e_line{
    border-top-style: solid;
    border-top-width: 4px;
    border-top-color: var(--main-color);
    max-width: 68px;
    margin-left: 0px;
    margin-right: auto;
    min-height: 3px;
    margin-top: 20px;
}

.index_2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.index_2 .index_2_1{
    position: relative;
    z-index: 2;
    padding-bottom: 300px;
}

.index_2_1 .title{
    text-align:center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 50px;
}

.index_2_1 .content1{
    font-size:16px;
    line-height: 40px;
    text-align: center;
    
}

.index_2_2{
    position:relative;
    z-index: 2;
}

.index_2_2 .all_item{
    display:flex;
    flex-wrap: wrap;
    gap:20px;
    
}

.index_2_2 .item_one{
    flex: 0 0 30%;
    padding:40px;
    min-width: 380px;
    margin-top: 20px;
    box-shadow: 2px 2px 13px 3px rgb(0 0 0 / 11%);
    padding-left: 0px;
    padding-bottom: 0px;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.42,0,1,1);
}


.item_one_c{
    margin:60px 50px;
    box-sizing: border-box;
}

.index_2_2 .item_one .img {
    overflow: hidden;
    display-radio: 1;
    width: auto;
    max-width: 90px;
    margin-left: 0px;
    margin-bottom: 30px;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.42,0,1,1);
    background: rgba(255, 197, 19, 1);
    border-radius: 100%;
    padding: 20px;
    background-color: rgba(255, 197, 19, 1);
    box-sizing: border-box;
}

.index_2_2 .item_one:hover .img {
    display-radio: 1;
    transform: rotateY(180deg);
    background: #333;
}

.index_2_2 .item_one .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index_2_2 .item_one:hover .img img {
    filter: brightness(0) invert(100%);
}


.about .index_2_title p{
    line-height:50px;
}


.center{
    text-align:center;
}

.font18{
    font-size:18px;
}

.font16{
    font-size:16px;
}

.max1000px{
    max-width:1000px;
    margin-left: auto;
    margin-right: auto;
}

.font40{
    font-size:40px;
}

.mtop100{
    margin-top: 100px;
}

.color51{
    color: rgba(51, 51, 51, 1);
}

.color0{
    color: rgba(0, 0, 0, 1);
}
.fontbold{
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
}

.index_2_2 .yeollow_line{
    max-width: 184px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.index_2_2 .yeollow_line::before{
        position: absolute;
    content: "";
    left: 36px;
    top: 12px;
    height: 8px;
    background: rgba(255, 197, 19, 1);
    width: 107px;
    z-index: -1;
}

.index_2 .data_item{
    display: flex;
    gap:20px;
    align-items: end;
}

.index_2 .data{
    display:flex;
    justify-content: center;
    gap:100px;
    margin-top: 50px;
    text-align: center;   
    
}


.index_2 .data1{
    display: flex;
}

.index_2 .data_1{
    font-size: 60px;
}

.index_2 .data_2{
   font-size: 40px;
    padding-left: 5px;
}

.index_2 .data_title{
    font-size:18px;
}


.index_2_2 .title{
    font-size:22px;
    color: black;
    text-align: left;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.index_2_2 .content1{
    font-size:16px;
    line-height: 30px;
    color: rgb(102,102,102);
    text-align: left;
    margin-top: 20px;
}


.index_6{
    margin-top:50px;
}

.index_6_img{
    background-position-x:50%;
    background-position-y:50%;
    background-attachment:fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background_radio: 2;
    display-radio: flex;
    padding-top: 5%;
    padding-bottom: 5%;
}

.index_6 p{
    padding:0;
    margin: 0;
}

.index_6_title{
        min-height: 0px;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
    color: rgba(255, 255, 255, 1);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    font-weight: bold;
}

.index_6_content {
    font_radio: 2;
    display-radio: 1;
    min-height: 0px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4;
    font-family: "cd10384c-7294-4cb3-bdfb-23b74e33b415";
    text-align: center;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    color: rgba(244, 241, 241, 0.88);
}

.index_6 .button {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    padding: 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    
    display-radio: block;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(255, 197, 19, 0);
    font-size: 15px;
    color: var(--main-color);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 50px;
    border-color: var(--main-color);
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    
}

.index_6 .button:hover {
    background-color: var(--main-color);
    color: rgba(0, 0, 0, 1);
}


.about2{
    padding-top: 7%;
    padding-bottom: 7%;
    background-color: var(--main-color);
}

.about2_1{
    display:flex;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}

.about2_1_item .title{
    min-height: 50px;
    text-align: left;
    font-size: 40px;
    line-height: 1.2;
    font-family: "5a7d7084-7f5a-45da-9c2b-14c714d25970";
    max-width: none;
    width: 50%;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    margin-top: 50px;
}

.about2_1_item .content{
    min-height: 50px;
    margin-top: 20px;
    font-size: 18px;
    width: 90%;
    color: black;
}

.about2_1_item{
    flex: 0 0 30%;
}

.about2_2_item{
    flex: 1;
    display:flex;
    flex-wrap: wrap;
    gap:50px;
}

.about2_2_item .title{
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 24px;
    font-family: "5a7d7084-7f5a-45da-9c2b-14c714d25970";
    margin-bottom: 20px;
    color: black;
    font-weight: bold;
}

.about2_2_item .content{
    min-height: 120px;
    font-size: 16px;
    line-height: 1.5;
    color: black;
}

.about2_2_item .img{
    width: 60px;
    height: 60px;
    font_radio: 1;
    display-radio: 1;
    margin-bottom: 30px;
}

.about2_2_item .img .icon{
    margin: 0;
    width: 100%;
    height: 100%;
    fill: black;
}

.about2_2_item .item_one{
    background-color: rgba(255, 255, 255, 0.4);
    padding: 30px;
    border-radius: 20px;
    flex: 1;
}

.about2_2_item .item_one:nth-child(2) {
    background: #333;
}

.about2_2_item .item_one:nth-child(2) *{
    color: var(--main-color);
    fill:var(--main-color);
}


.about3{
    padding-top:7%;
    padding-bottom: 7%;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.about3_1{
    width:90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap:50px;
}

.item_1{
    flex: 0 0 36%;
}

.item_2{
    flex: 1;
}

.item_2 .title {
    font_radio: 2;
    display-radio: 1;
    text-align: left;
    font-size: 40px;
    line-height: 1.2;
    font-family: "5a7d7084-7f5a-45da-9c2b-14c714d25970";
    max-width: none;
    text-transform: uppercase;
    width: auto;
    min-height: 0px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    margin-top: 50px;
}

.item_2 .content{
    min-height: 50px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

.about4_1{
    width: 90%;
    margin: auto;
    display:flex;
    flex-wrap: wrap;
}

.about4_title{
        min-height: 50px;
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
    font-family: "5a7d7084-7f5a-45da-9c2b-14c714d25970";
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    margin-top: 100px;
    margin-bottom: 50px;
}

.about4_1 .item_1{
    flex-basis: calc(100% / 4);
    text-align: center;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.about4_1 .item_1_1{
    margin: 15px 10px;
    box-sizing: border-box;
    
}

.about4_1 .item_1 img{
    max-height: 240px;
    width: 100%;
    object-fit: contain;
    border: 1px #ddd solid;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}

.about4_1 .item_1 .title {
    line-height: 1.5;
    font_radio: 2;
    display-radio: -webkit-box;
    font-size: 14px;
    text-align: center;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    color: black;
}


.about5_title{
        min-height: 50px;
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
    font-family: "5a7d7084-7f5a-45da-9c2b-14c714d25970";
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    margin-top: 100px;
    margin-bottom: 50px;
}




.about5 .swiper-container3{
    overflow: hidden;
}

.about5 .swiper-slide{
    transform: scale(0.7);
    -webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
}
.about5 .swiper-slide-active{
    transform: scale(1);
}


.case .typename{
    line-height: 1;
    display-radio: 1;
    font_radio: 2;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.9);
    text-align: left;
    font-family: "5a7d7084-7f5a-45da-9c2b-14c714d25970";
    font-weight: bold;
    margin-top: 50px;
}

.case .hr{
    border: 0;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    box-sizing: content-box;
    
}

.case .item_all{
    display:flex;
    flex-wrap: wrap;
    gap:30px;
}

.case .item_one{
    flex-basis: calc((100% - 60px) / 3);
}


.case .item_one .thumb{
    width: 520px;
    height: 312px;
    overflow: hidden;
    position: relative;
}

.case .item_one .thumb img{
    width: 94%;
    height: 92%;
    transition: all 0.6s;
}


.preview .swiper-slide {
	width: 87px;
	height: 82px;
	cursor:pointer;
    margin-right: 20px;
}

.view .swiper-wrapper .swiper-slide{
    max-height: 400px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.view .swiper-container img{
    max-width:100%;
    max-height: 100%;
    object-fit: cover;
    margin: auto;
}

.preview .arrow-left {
    background: url("/template/pc/skin/images/feel3.png") no-repeat left top;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url("/template/pc/skin/images/feel4.png") no-repeat left bottom;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .active-nav img {
    padding: 0;
    border: 1px solid #F00;
}


.index_4{
}


.index_4 .index_1_title{
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 18px;
    font-family: "cd10384c-7294-4cb3-bdfb-23b74e33b415";
    font-weight: normal;
    color: rgba(51, 51, 51, 1);
    position: relative;
    z-index: 0;
}

.index_4 .index_1_title::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    height: 8px;
    background: var(--main-color);
    width: 107px;
    z-index: -1;
}

.index_4 .index_1_left{
    
    flex: 0 0 65%;
    position: relative;
}


.index_4 .index_1_content{
    min-height: 0px;
    font-family: "5a7d7084-7f5a-45da-9c2b-14c714d25970";
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
}

.index_4 .index_title{
    margin-bottom: 4%;
    margin-top: 6%;
}

.index_4 .case_all{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:30px;
}


.index_4 .case_all .img{
    width: 100%;
    overflow: hidden;
}

.index_4 .case_all .case_one{
    position: relative;
    flex: 1;
    box-shadow: 0 23px 30px -5px rgb(0 0 0 / 10%);
}

.index_4 .case_all img{
    height: 100%;
    width: 100%;
     object-fit: cover;
    transition: all .5s ease;
    height: 300px;
}


.index_4 .case_all .case_two{
    position: relative;
    flex: 1;
}

.index_4 .case_all .case_one1{
    position: relative;
    box-shadow: 5px 10px 10px 10px rgb(0 0 0 / 10%);
    margin-bottom: 40px;
    
}

.index_4 .case_all .case_one1 .add_time {
    min-height: 20px;
    display-radio: 1;
    font_radio: 2;
    font-size: 14px;
    color: var(--main-color);
    line-height: 1.5;
    margin-bottom: 5px;
}

.index_4 .case_all .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
}

.index_4 .learn_more {
    background-color: rgb(62, 168, 220);
    color: white;
    width: 190px;
    margin: 50px auto;
    text-align: center;
    padding: 8px;
    border-radius: 30px;
}

.index_4 .learn_more a {
    color: white;
    font-size: 20px;
}

.index_4 .case_one .case_content{
    
    padding: 20px;
    box-sizing: border-box;
}

.index_4 .case_one .case_content .title{
    line-height: 1.5;
    display-radio: -webkit-box;
    font_radio: 2;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 10px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
    font-weight: 400;
}

.index_4 .case_one .case_content .content1{
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 1.8;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.index_4 .case_two .case_content{
    
    padding: 20px;
}

.index_4 .case_two .case_content .title{
    line-height: 1.5;
    display-radio: -webkit-box;
    font_radio: 2;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all .5s ease;
}

.index_4 .case_two .case_content .content1{
        font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 1.8;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_4 .case_one:hover img{
    transform: scale(1.1);
}



.index_5 .item_all{
    display:grid;
    gap:30px;
    grid-template-columns: repeat(4, 1fr);
}

.index_5{
    background-image: url("/template/pc/skin/images/index_5_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.index_5 .title{
    margin-top: 20px;
}

.index_5 .index_title1 {
    margin-top: 50px;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.index_5 .index_title1 img {
    max-height: 40px;
    margin-right: 10px;
}

.index_5 .title a{
    color:#fff;
    font-size: 18px;
}



.product_5 .item_all{
    display:grid;
    gap:30px;
    grid-template-columns: repeat(4, 1fr);
}

.product_5{
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgb(245,245,245);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.product_5 .title{
    margin-top: 20px;
}

.product_5 .index_title1 {
    margin-top: 50px;
    font-size: 40px;
    color: rgb(51,51,51);
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.product_5 .index_title1 img {
    max-height: 40px;
    margin-right: 10px;
}

.product_5 .title a{
    color:rgb(51,51,51);
    font-size: 18px;
}






@media screen and (max-width:1400px) {
    .index_2_1 .title{
        padding-top:20px;
        font-size: 20px;
    }
    .index_2_1 .content1 {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }
    .index_2 .data_1 {
        font-size: 30px;
    }
    .index_2 .data_2 {
        font-size: 16px;
        padding-left: 5px;
    }
    .index_2 {
        background-size:cover;
    }
    .index_2 .data {
        gap: 30px;
    }
    .index_2 .data_title {
        font-size: 14px;
    }
    
    .index_5 .item_all{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width:650px) {
    .contact-form textarea{
        width:90%!important;
        margin-top: 20px!important;
    }
    .contact-form input{
        width:90%!important;
    }
    .contact-form {
        padding: 20px 0px!important;
    }
    .e_footer3 {
         padding: 0!important; 
        min-width: 200px!important;
    }
    #cform{
        text-align:center;
    }
    
    .a_form_1 {
        justify-content: center;
    }
    .contact_1 .c_1 .c_title{
        text-align:center;
        font-size: 24px!important;
    }
    
}

@media screen and (max-width:950px) {
    .index_4 .case_all .case_two{
        grid-template-columns: repeat(1, 1fr);
    }
    
    .index_5 .item_all{
        grid-template-columns: repeat(1, 1fr);
    }
    
    .index_4 .case_one .overlay{
        display: block;
    }

    .index_4 .case_one .case_content{
        display: block;
    }

    .index_4 .case_one1 .overlay{
        display: block;
    }

    .index_4 .case_one1 .case_content{
        display: block;
    }
    
    .index_title {
        margin-top: 20px;
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .index_1 .swiper-button-next{
        display:none;
    }
    .index_1 .swiper-button-prev{
        display:none;
    }
    .index_1 .type_title {
        font-size: 10px;
    }
    .index_1 .type_title a {
        margin-left: 5px;
    }
    
    .index_2 .data {
        gap: 30px;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    
    .index_2 .data_item {
        justify-content: center;
    }
    
    .index_4 .case_all .case_one1 {
        width: 100%;
    }
    
    .index_4 .case_all .case_one1 {
        width: 100%;
    }
}

.main-content1 {
	width:90%;
	overflow:hidden;
	margin:0 auto;
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
}

.contact_1{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
    gap:50px;
    margin-bottom: 50px;

}

.contact_1 .c_1{
    border-bottom:1px solid rgba(26,26,26,1.00);
    margin-bottom: 30px;
}

.contact_1 .c_1_left{
    padding-right: 50px;
    flex:1;
}

.contact_1 .c_1 .c_title{
    font-size: 30px;
    font-weight: bold;
    color: #212529;
}

.contact_1 .c_1 .c_content{
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    max-width: 500px;
    margin-bottom: 20px;
}

.contact_1 svg{
    width:20px;
    height: 20px;
    background-color: #202020;;
    border-radius: 50%;
    padding: 8px;
    margin-right: 10px;
    min-width: 20px;
}
.contact_1 svg path{
    fill:#f5c361;
}

.contact_1 .c_info{
    display:flex;
    align-items: center;
    gap:10px;
}

.contact_1 .c_info p{
    font-size:18px;
    color: #212529;
}

.contact_1 .c2_div{
    display:flex;
    justify-content: center;
    max-width: 100%;
    flex:1;
}

.contact_1 .form_title{
    font-size:36px;
    text-align: center;
    color: rgba(27, 36, 43, 1);
    margin-bottom: 10px;
}

.contact_1 .form_content{
    font-size:16px;
    text-align: center;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 20px;
}

.contact_1 .c2_f{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%);
    border-top: 5px solid var(--main-color);
    padding: 40px 30px;
    background_radio: 2;
    justify-content: center;
}

.e_flex1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

@media screen and (max-width: 1200px){
    .contact_1 .c2_div {
        flex:none;
        max-width: 600px;
        margin: 10px auto;
    }
    .contact_1 .c_1_left {
        flex:none;
        width: 95%;
        margin: 10px auto;
    }
    .contact-form-sidebar input{
        width:100%!important;
        flex:none!important;
    }
    
    .e_flex1 {
        gap: 0px;
    }
    
    .top,.nav,.header-contact{
		display:none!important
	}
    
    .header{
		display:block!important;
        background: black;
	}
	.open{
		position: fixed;
		top: 0;
		width: 100%;
	}
	.mobile-btn{
		display:block!important;
	}
	.mobile-nav {
		display:block!important;
	}
    .logo {
        width: 50%;
        margin-left: 2%;
        margin-top: 12px;
    }
    
    .flex1{
        flex:0 0 100%;
    }
    
    .index_4 .case_all .case_one{
        flex:0 0 48%;
    }
    .sidebar{
        display:none;
    }
    
    .news_left{
        flex: 0 0 100%!important;
    }
    
    .news_right{
        flex:0 0 100%!important;
        margin-top: 50px;
    }
    .news_right .r1 .title{
        flex:0 0 100%;
    }
}

@media screen and (max-width: 396px){
    .contact_1{
        flex-direction: column-reverse;
    }
    .contact_1 .c2_div {
        flex:none;
        max-width: 100%;
        margin: 10px 0;
    }
    .contact_1 .c_1_left {
        flex:none;
        width: 95%;
        margin-left: 10px;
    }
}


/*Slider Content*/
.slider-content {
    position: absolute;
    top: 50%;
    left: 36%;
    width: 65%;
    z-index: 22;
    transform: translate(-50%, -50%);
    max-width: 1450px;
}
.slider-content .wd1200 {
	position:relative;
	max-width: 40vw;
}
.slider-content h1 {
	font-size: 3.5vw;
	color: #fff;
	text-align: left;
	margin: 10px 0;
	font-family: "Montserrat";
	text-transform: uppercase;
	font-weight: 700;
}
.slider-excerpt {
/*    margin-top: 30px;*/
}

.slider-excerpt p{
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-align:left;
}
.slider-btns{
	margin-top: 30px;
}
.slider-btns a{
	line-height: 13px;
    border-width: 0px;
    margin: 3px 25px 0px 0px;
    padding: 13px 18px 15px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    background: #3baed4;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.slider-btns a.view-more {
	background: transparent;
    border: 2px solid #FFFFFF;
    padding: 11px 18px 13px;
    box-shadow: none;
}
.slider-btns a.view-more:hover{
	background: #fff;
	color: #333;
}


.swiper-container{
    margin-left:15px;
    margin-right: 15px;
    margin-top: 5%;
}

.swiper-container1{
    
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}


.recommend_products .index_1_title {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 18px;
    font-family: "cd10384c-7294-4cb3-bdfb-23b74e33b415";
    font-weight: normal;
    color: rgba(51, 51, 51, 1);
    position: relative;
    z-index: 0;
}

.recommend_products .index_1_title::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    height: 8px;
    background: var(--main-color);
    width: 188px;
    z-index: -1;
}

.recommend_products .learn_more {
    width: 190px;
    margin: 50px auto;
    padding: 25px;
    position: relative;
}

.recommend_products .swiper-button-next {
    position: absolute;
    top: 20px;
    right: 60px;
    border: 1px solid #b3b3b3;
    border-radius: 50px;
    padding: 6px;
    width: 50px;
    height: 50px;
    z-index: 1;
    background-image: unset;
    color: #b3b3b3;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.recommend_products .swiper-button-prev {
    position: absolute;
    top: 20px;
    right: 150px;
    left: auto;
    border: 1px solid #b3b3b3;
    border-radius: 50px;
    padding: 6px;
    width: 50px;
    height: 50px;
    z-index: 1;
    background-image: unset;
    color: #b3b3b3;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.recommend_products .type_title_4{
    margin-top:10px;
    text-align: center;
}

.recommend_products svg {
    width: 26px;
    height: 26px;
}

.recommend_products svg path {
    fill: #b3b3b3;
}

.recommend_products .swiper-slide {
    overflow: hidden;
}

.recommend_products .swiper-slide img {
    width: 300px;
    height: 300px;
    object-fit: contain;
}



/*文章中插入产品的 样式*/


.kg-bookmark-card, .kg-bookmark-publisher {
    position: relative;
    width: 100%;
}

.kg-bookmark-card, .kg-bookmark-card * {
    box-sizing: border-box;
	max-width: 100%;
    max-height: 400px;
    
}

.kg-card{
	margin-bottom: 30px;
    margin-top:30px;
    max-width: 600px;
    margin: 30px auto;
    
}

.kg-bookmark-card a.kg-bookmark-container, .kg-bookmark-card a.kg-bookmark-container:hover {
    display: flex;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid rgb(124 139 154/25%);
    overflow: hidden;
    color: inherit;
}

.kg-bookmark-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
    overflow: hidden;
}

.kg-bookmark-title {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}

.kg-bookmark-title1 {
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
	color: rgb(0,142,82);
	margin-bottom: 15px;
}

.kg-bookmark-description {
    display: -webkit-box;
    font-size: 14px;
    
    
    font-weight: 400;
    
    overflow-y: hidden;
    opacity: .7;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-top: 10px;
    line-height: 26px;
    height: 50px;
    color: #6F6F6F;
}

.kg-bookmark-metadata {
    display: flex;
    align-items: center;
    margin-top: 22px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.kg-bookmark-icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}



/*文章中插入产品样式 结束*/

/*Footer Section*/
.footer-section {
    margin-top: 50px;
}
.footer-section-cover{
	background: rgba(19,19,19);
	padding: 80px 0 0 0;
}


.foot_cpyright {
    line-height: 1.5;
    color: rgba(169, 169, 169, 0.5);
    font_radio: 2;
    display-radio: 1;
}
.footer-info{
	width: 27.5%;
	float: left;
}
.footer-info h2{
	color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    font-family: Montserrat;
    text-transform: uppercase;
    margin: 0;
}
.footer-info span{
	display: block;
	line-height: 25px;
    margin: 3px 0;
    color: #fff;
}
.footer-info span label{
	font-weight: bold;
}
.footer-info p{
	color: #fff;
	margin-top: 20px;
}
.footer-nav {
	width:35%;
	float:left;
	margin-left: 2.5%;
}
.footer-nav>ul {
	margin:0;
}
.footer-nav>ul>li {
	width:31.3333%;
	padding:0 2% 0 0;
	float:left;
}
.footer-nav>ul>li>a {
	color:#fff;
	font-size:16px;
	font-weight:600;
	line-height:50px;
	font-family: Montserrat;
    text-transform: uppercase;
    position: relative;
    display: block;
}
.footer-nav>ul>li>a::before{
	position: absolute;
	content: "";
	height: 2px;
	width: 40px;
	left: 0;
	top: 40px;
	background: #3baed4;
}
.footer-nav>ul>li>ul.sub-menu>li>a {
	color:#fff;
    font-size: 14px;
    line-height: 30px;
}
.footer-contact {
	width:35%;
	float:right;
    color: white;
}
.contact-form{
    padding: 20px 25px;
    border-radius: 10px;
}
.contact-form label{
	color: #fff;
	line-height: 40px;
}
.contact-form .form-group p{
	display: none;
}
.contact-form input,.contact-form textarea{
	width: 100%;
	background: #eee;
	border: 1px solid #dedede;
	color: #333;
	text-indent: 5px;
}
.contact-form input{
	height: 40px;
	line-height: 40px;
    background-color: rgb(23,23,23);
    border: 1px solid rgb(86,86,86);
    border-radius: 5px;
    color:#fff;
    width: 230px;
    
}

.a_form_1{
    display:flex;
    gap:25px;
    flex-wrap: wrap;
}
.contact-form input.wpcf7-submit{
	width: 150px;
	background: #3baed4;
	color: #fff;
	margin-top: 10px;
	border-radius: 10px;
	cursor: pointer;
    font-size: 17px;
}
.contact-form textarea{
	height: 120px;
	line-height: 20px;
    width: 488px;
    background-color: rgb(23,23,23);
    border: 1px solid rgb(86,86,86);
    border-radius: 5px;
    color:#fff;
    margin-top: 10px;
}
.footer-copy{
	margin-top: 30px;
	border-top: 1px solid #41414b;
}
.footer-share {
	width:350px;
	float: right;
}
.footer-share .addthis_inline_share_toolbox a svg{
	fill:#fff !important;	
}
.footer-share>a{
    display: block;
    width: 36px;
    height: 36px;
    padding: 3px;
    text-align: center;
    float: left;
    border-left: 1px solid #51515d;
}
.footer-share>a>i {
	color:#ddd;    
    line-height: 36px;
    font-size: 18px;
}
.footer-share>a:hover {
	background:#fff;
	border:1px solid transparent;
}
.footer-share>a:hover i {
	color: #3baed4;
}
.foot-title{
	line-height: normal;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-family: "cd10384c-7294-4cb3-bdfb-23b74e33b415";
    margin-bottom: 25px;
    font-weight: 400;
}

.foot-desc{
    min-height: 0px;
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.4;
    font-family: "cd10384c-7294-4cb3-bdfb-23b74e33b415";
    color: rgba(255, 255, 255, 0.5);
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.foot_hot {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-family: "cd10384c-7";
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: 400;
}

.foot_hot_v{
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    color: var(--main-color);
    font-size: 30px;
    font-family: "cd10384c-7294-4cb3-bdfb-23b74e33b415";
    margin-bottom: 20px;
    margin-top: 0px;
}

.foot_nav {
    line-height: 2;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

.foot_c_title {
    line-height: 1.5;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.foot_c_desc {
    font_radio: 2;
    display-radio: 1;
    min-height: 0px;
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.4;
    font-family: "cd10384c-7294-4cb3-bdfb-23b74e33b415";
    color: rgba(255, 255, 255, 0.5);
}

.foot-contact-info{
    margin-top:20px;
    font-size: 16px;
}

.foot_1{
    display:flex;
    flex-wrap: wrap;
}

.foot_logo{
    max-width:200px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.copyright {
	line-height:42px;
	flex: 0 0 auto;
	color: rgba(169, 169, 169, 0.5);
    text-align: left;
    padding-top: 2%;
    padding-bottom: 2%;
}
.dmca-badge{
	float: none;
    margin-top: 7px;
}
.slider-section {
	border-bottom:1px solid #ccc;
	position:relative;
}
#home-slider {
	position:relative;
	overflow:hidden;
    max-height: 960px;
}
#home-slider .flex-control-nav {
	width:20%;
	position:absolute;
	left:40%;
	bottom:30px;
	text-align:center;
	z-index:2;
}
#home-slider .flex-control-nav li {
	margin:0 6px;
	display:inline-block;
	zoom:1;
	width:14px;
	height:14px;
}
#home-slider .flex-control-nav li a {
	width:14px;
	height:14px;
	display:block;
	text-indent:9999px;
	background-color:#cdcdd0;
	cursor:pointer;
	border-radius:50%;
}
#home-slider .flex-control-nav li a.flex-active {
	background-color:#3baed4;
	width:14px;
	height:14px;
	position:relative;
}
#home-slider .flex-direction-nav a {
	width:41px;
	height:69px;
	top: 50%;
	margin-top: -35px;
	cursor:pointer;
}
#home-slider .flex-direction-nav .flex-prev {
	background-position:-83px 0;
	left:0px;
}
#home-slider .flex-direction-nav .flex-prev:hover {
	background-position:0 0;
}
#home-slider .flex-direction-nav .flex-next {
	background-position:right 0;
	right:0px;
}
#home-slider .flex-direction-nav .flex-next:hover {
	background-position:-42px 0;
}
/* ===== single post style:single post page style ====*/
.left{
	float: left;	
}
.padding-right{
	padding-right: 19px;
    border-right: 1px solid #eaeaea;
}
.padding-left{
	padding-left: 19px;
    border-left: 1px solid #eaeaea;
}
.right{
	float: right;
}
.page-title{
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    
    background: #f0f0f0;
    text-align: center;
    position: relative;
}
.page-title h1{
	font-weight: bold;
    line-height: 1.3;
    font-size:26px;
}

.title_top{
    position: relative;
}

.page-title .e_banner{
    margin:0 auto;    
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 458px;
    opacity: 0.7;
}
.title_img{
    height: 100%;
    background: #000;
}

.title_info {
    width: 90%;
    max-width: 1620px;
    padding: 0 0px;
    position: absolute;
    bottom: 7%;
    left: 50%;
    z-index: 1;
    display: flex;
    transform: translate(-50%,-0%);
    align-items: center;
}

.title_info .h2 {
    animation: puBanner 1s;
    text-align: left;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0px;
    color: white;
}


.title_top::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: var(--main-color);
    width: 35%;
    height: 10px;
    z-index: 2;
}

.breadcrumb{
	padding: 15px 0px;
    color: #858585;
}
.breadcrumb a,.breadcrumb span{
	text-decoration: none;
    color: #777777;
    font-size: 13px;
}
.breadcrumb span.sep{
    margin: 0 20px 0 10px;
}

#breadcrumb{
    text-align: end;
    padding-right: 10px;
}
.page-header {
	padding-bottom:10px;
	margin-bottom:10px;
}
.page-header-top {
	width:100%;
	font-weight:normal;
	font-size:15px;
	color:#3baed4;
}
.page-header-top .h1{
    text-align: center;
    margin: 20px auto;
    width: 100%;
}
.page-header-top span{
	display: inline-block;
	line-height: 28px;
	color: #777777;
}
.page-header-middle {
	width:100%;
	line-height:20px;
	font-size:14px;
}
.page-header-bottom {
	width:100%;
	line-height:20px;
	font-size:14px;
    display: flex;
    text-align: center;
    justify-content: center;
}
.page-header-bottom ul {
	overflow:hidden;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #3baed4;
}
.page-header-bottom ul li {
	height:43px;
	line-height:43px;
	border:1px solid #f3f3f3;
	text-align:center;
	float:left;
	border-bottom:none;
}
.page-header-bottom ul li.current_page_item a,.page-header-bottom ul li a:hover {
	background-color:#3baed4;
	color:#000;
}
.page-header-bottom ul li a {
	color:#1c1c1c;
	font-size:16px;
	display:block;
	padding:0 22px;
}
.product-main {
	width: 100%;
	background:#fff;
	padding:10px 0;
	overflow:hidden;
}
.post-detail-header {
	overflow:hidden;
	margin-bottom:10px;
    display: flex;
    gap:50px;
    flex-wrap: wrap;
}
.post-image {
    width: 640px;
}
.project-image .call-action{
	margin-bottom: 20px;
}
.call-action{
	display: block;
}
.post-final{
    flex: 1;
	max-width: 100%;
}

.h1_title{
    margin-bottom: 10px;
    max-width: none;
    font-size: 28px;
    display-radio: 1;
    color: rgba(48, 49, 51, 1);
    line-height: 1;
    font-weight: normal;
    font-family: "cd10384c-7294-4cb3-bdfb-23b74e33b415";
    margin-top: 30px;
}
.post-info {
	width:100%;
}

.post-info figure{
    text-align: center;
    margin-bottom: 20px;
}
.post-info h2{
	line-height:30px;
	font-weight:bold;
	font-size:22px;
	color:var(--main-color);
	border-bottom:2px solid #eaeaea;
	margin-bottom:15px;
    margin-top: 15px
}
.post-info h3 {
	line-height:30px;
	font-weight:bold;
	font-size:18px;
	color:var(--main-color);
	border-bottom:1px solid #eaeaea;
	margin-bottom:10px;
    margin-top: 15px
}
.post-info h4{
	line-height:25px;
	font-weight:bold;
	font-size:14px;
	color:var(--main-color);
	margin-bottom:5px;
    margin-top: 15px
}
.social-shares ul{
	margin: 10px 0;
	overflow: hidden;
}
.social-shares ul li{
	float: left;
	margin-right: 5px;
}
.social-shares ul li a img{
	width: 40px;
	height: 40px;
    border-radius: 13px;
}
.social-shares{
    margin-top:40px;
}
.social-shares .share_title{
        line-height: 40px;
    margin-right: 10px;
    font-size: 18px;
}
.post-exp {
	margin-bottom:30px;
}
.content {
	
	padding-bottom:10px;
    width: 100%;
}
.post-detail,.post-detail p {
	font-size:15px;
	line-height:28px;
	margin-top: 10px;
}
.post-final-excerpt p{
	line-height: 1.5;
    font_radio: 2;
    display-radio: 1;
    margin-bottom: 30px;
    font-size: 16px;
    font-family: "cd10384c-7294-4cb3-bdfb-23b74e33b415";
    color: rgba(102, 102, 102, 1);
}

.product_view_type_name{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 2;
    display-radio: flex;
    background-color: rgba(245, 245, 245, 1);

}

.product_view_type_name .f1{
    flex: 0 0 auto;
}

.product_view_type_name .f2{
    flex: 1;
    align-self: center;
}

.product_view_type_name .f2 a{
    flex: 1;
    color: #000;
}

.product_view_type_name .f1 p{
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 18px;
    padding: 10px 20px;
    background: #f5f5f5;
    background-color: #f5f5f5;
    margin: 0;
    margin-top: 0px;
}

.product_view_hr{
        margin-bottom: 40px;
    margin-top: 30px;
    box-sizing: content-box;
    height: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.product_view_button{
    display:flex;
    gap:30px;
}

.product_view_button .s_b1{
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    padding: 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    display-radio: block;
    background-color: var(--main-color);
    border-style: solid;
    border-width: 1px;
    border-color: var(--main-color);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: rgba(27, 27, 27, 1);
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.product_view_button .s_b2{
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    padding: 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    display-radio: block;
    background-color: rgba(39, 39, 39, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(36, 36, 36, 1);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.product_view_button .s_b2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px;
}

.product_view_button .s_b1 span, .product_view_button .s_b2 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden;
}

.product_view_button .s_b1 svg, .product_view_button .s_b2 svg {
    width: 13px;
    font-size: 16px;
    height: 20px;
    margin-right: 3px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-top: -3px;
    fill: currentColor;
}

.product_view_button .s_b1:hover {
    background-color: var(--main2-color);
    border-color: var(--main2-color);
    color: #fff;
}

.product_view_button .s_b2:hover {
    background-color: #e3b14e;
    border-color: #e3b14e;
    color: #000;
}

.call-action{
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.quote-chat{
	margin: 30px 0;
}
.quote-chat a{
	display: inline-block;
    padding: 5px 20px;
    border: 2px solid rgb(62,167,220);
    border-radius: 5px;
    color: rgb(62,167,220);
    font-weight: 600;
    margin-right: 40px;
    width: 120px;
    text-align: center;
    vertical-align: middle;
}


.news{
    margin: auto;
}

.news .item_one{
    
    background: #f3f3f3;
    box-sizing: border-box;
}

.news .item_one_1{
    width:90%;
    margin: auto;
    padding-top: 4%;
    padding-bottom: 4%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.news .item_one_1 .thumb{
    flex: 0 0 35%;
    text-align: center;
    width: 567px;
    height: 368px;
}

.news .item_one_1 .detail{
    flex: 0 0 65%;
    display: flex;
}

.news .item_one_1 .detail2{
    width: 100%;
}

.news .item_one_1 .detail .d1{
    padding: 5%;
    flex: 0 0 80%;
}

.news .item_one_1 .detail2 .d1{
    padding: 0 5%;
    flex: 0 0 80%;
}

.news .item_one:nth-child(2n){
    background: #fff;
}

.news .item_one .day {
    padding: 0;
    margin: 0;
    min-height: 20px;
    padding-left: 0px;
    font-size: 5vw;
    color: rgba(51, 51, 51, 1);
    line-height: 1.2;
    transition: all .5s ease;
    font-family: "f87194fd-fedf-4406-9dd9-e76ff99ee838";
    text-align: center;
    display-radio: 1;
    
    
}

.news .item_one .date {
    min-height: 20px;
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    color: rgba(88, 88, 88, 1);
}

.news .item_one_1 .detail .d2{
    align-self: center;
}

.news .item_one_1 .detail .d1 .title,.news .item_one_1 .detail2 .d1 .title {
    font_radio: 2;
    display-radio: -webkit-box;
    font-size: 2vw;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 25px;
    font-family: "f87194fd-fedf-4406-9dd9-e76ff99ee838";
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}

.news .item_one_1 .detail .d1 .desc, .news .item_one_1 .detail2 .d1 .desc {
    font-size: 15px;
    color: rgba(112, 112, 112, 1);
    line-height: 1.6;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .item_one:hover {
    background: #333;
    border-bottom: 10px var(--main-color) solid;
}

.news .item_one:hover .title{
    color: #fff!important;
}

.news .item_one:hover .desc{
    color: #fff!important;
}

.news .item_one img{
    transform: scale(1);
    transition: all .5s ease;

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .item_one:hover img{
    transform: scale(1.1);
}

.news .item_one:hover .d2 *{
    color: var(--main-color)!important;
}

.news_view{
    background-color: rgba(245, 245, 245, 1);
    padding-top: 60px;
    padding-bottom: 5%;
}

.news_view_content{
    display:flex;
    flex-wrap: wrap;
}

.news_left{
    flex: 0 0 72%;
    background-color: #fff;
    padding: 3% 3% 3%;
    box-sizing: border-box;
    
}

.news_right{
    flex: 0 0 25%;
    margin-left: 3%;
}

.news_view .page-header h1 {
    font_radio: 2;
    display-radio: 1;
    font-size: 24px;
    font-family: "cd10384c-7294-4cb3-bdfb-23b74e33b415";
    text-align: center;
    color: #212529;
}

.news_view .page-header hr {
    border: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #dddddd;
    height: 1px;
}

.news_view .page-header .add_time {
    min-height: 20px;
    display-radio: 1;
    font_radio: 2;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: normal;
    font-family: "cd10384c-7294-4cb3-bdfb-23b74e33b415";
    font-weight: normal;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
}

.news_view .page-header .desc{
    font_radio: 2;
    display-radio: 1;
    font-size: 15px;
    color: rgba(86, 86, 86, 1);
    margin-top: 20px;
    background-color: rgba(245, 245, 245, 1);
    padding: 15px;
    box-sizing: border-box;
    line-height: 1.66666;
    margin-bottom: 30px;
}

.news_view .post-detail h1{
    font-size: 18px;
    font-weight: 400;
}

.news_right .r1{
    background-color: #fff;
    box-sizing: border-box;
    padding: 8%;
}

.re_news{
    line-height: normal;
    font_radio: 2;
    font-size: 20px;
    font-weight: normal;
    color: rgba(68, 68, 68, 1);
    display-radio: 1;
    margin-bottom: 20px;
    font-family: "5a7d7084-7f5a-45da-9c2b-14c714d25970";
}

.news_right .r1 hr {
    border: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #dddddd;
    height: 1px;
}

.news_right .r1 .title{
    line-height: 1.5;
    font_radio: 2;
    display-radio: -webkit-box;
    font-size: 15px;
    color: rgba(51, 51, 51, 1);
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 15px;
    box-sizing: border-box;
}

.news_right .r1 .add_time {
    min-height: 0px;
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 1.5;
    font-weight: normal;
    margin-top: 5px;
    padding-left: 15px;
}

.news_right .r1 .re_news_one {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    display-radio: flex;
    background_radio: 1;
}

.quote-chat img{
    max-width: 80px;
}
.quote-chat a.chat,.quote-chat a.quote:hover{
    background:rgb(62,167,220);
    color: #fff; 
}
.quote-chat a.chat:hover{
	background: transparent;
	color: rgb(62,167,220);
}
.post-tags{
    font-weight: 600;
    font-size: 14px;
}
.post-tags a {
	margin:0 5px;
	font-weight:400
}
.post-related {
	margin-top:20px;
}
.post-related h4 {
    height: 30px;
    line-height: 30px;
	font-weight:bold;
	font-size:24px;
	color:#000;
    text-align: center;
    margin-top: 50px;
    
}
.post-related ul{
	overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
.post-related ul li{
	width: 280px;
    border: 1px solid rgba(188,188,188,1.00);
    text-align: center;
}
.post-related ul li:last-child{
	margin-right: 0;
}
.post-related ul li a img{
	margin-bottom: 10px;
}
.post-related ul li a h5{
	font-size: 14px;
    font-weight: 600;
}
#product-carousel ul.slides li {
	border:1px solid #ececec;
	margin-right:3px;
	cursor:pointer;
}
#product-slider,#product-carousel {
	margin-bottom:20px;
}
#product-slider ul li a img{
	
}
.project-image #product-slider ul li a img{
	height: auto;
}
#product-carousel ul li img{
	height: 60px;
}
#product-slider .flex-direction-nav{
	display: none;
}
#product-slider .flex-direction-nav a {
	width:41px;
	height:69px;
	top:30%;
	margin-top:-15px;
	cursor:pointer;
}
#product-slider .flex-direction-nav .flex-prev {
	background-position:-83px 0;
	left:100px;
}
#product-slider .flex-direction-nav .flex-prev:hover {
	background-position:0 0;
}
#product-slider .flex-direction-nav .flex-next {
	background-position:right 0;
	right:100px;
}
#product-slider .flex-direction-nav .flex-next:hover {
	background-position:-42px 0;
}
.goTop {
	position:fixed;
	right:100px;
	bottom:100px;
	z-index:99;
	display:none;
	cursor:pointer;
	width:46px;
	height:46px;
	background:url(images/top.png) no-repeat;
}
/* ===== Page about style:===*/
.about-subpages{
	overflow: hidden;
}
.about-subpages .subpage{
	width: 48.5%;
	float: left;
	margin-right: 3%;
}
.about-subpages .subpage:nth-child(2n){
	margin-right: 0;
}
.about-subpages .subpage img.thumb{
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 40px;
}
.about-subpages .subpage h2{
	font-size: 20px;
	margin-bottom: 0px;
    font-weight: bold;
    padding-bottom: 10px; 
}
span.line{
	height: 2px;
    display: inline-block;
    background: #3baed4;
    width: 60px;
}
.about-subpages .subpage .subpage-content{
	margin-top: 15px;
	max-height: 175px;
    margin-bottom: 35px;
}
.about-subpages .subpage .subpage-content img{
	display: none;
}
.subplants{
	overflow: hidden;
	margin: 20px 0;
}
.about-plants h2{
	font-size: 20px;
	margin-bottom: 0px;
    font-weight: bold;
    padding-bottom: 15px; 	
}
.subplants .subplant{
	width: 31.3333%;
	float:left;
	margin-right: 3%;
	margin-bottom: 20px;
}
.subplants .subplant:nth-child(3n){
	margin-right: 0;
}
.subplants .subplant img{
	margin-bottom: 10px;
}
.about-posts h2{
	font-size: 24px;
	margin-bottom: 0px;
    font-weight: bold;
    padding-bottom: 15px; 	
    text-align: center;
}
.choose-section{
	padding: 50px 0;
}
.choose-section h2{
	font-size: 24px;
	margin-bottom: 0px;
    font-weight: bold;
    padding-bottom: 15px; 
    text-align: center;
    	
}
.choose-section span.line{
	background: #fff;
}
.choose-left{
	width: 48%;
	float: left;
}
.choose-single{
	margin-top: 30px;
}
.choose-single p{
	height: 60px;
	line-height: 20px;
	
	overflow: hidden;
}
.choose-single a img{
	margin-bottom: 20px;
}
.choose-single a{
	display: block;
	
}
.choose-right{
	width: 48%;
	float: right;
}
.service-icons{
	margin-top: 30px;
/*	overflow: hidden;*/
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.service-icons .subservice{
	overflow: hidden;
	margin-bottom: 15px;
    width: 321px;
    padding: 10px 30px;
/*    border: 1px solid rgba(163,163,163,1.00);*/
    border-radius: 20px;
    box-shadow: 2px 2px 13px 3px rgb(0 0 0 / 11%);


}

.product-main .typename{
    text-align:center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.service-icons .subservice span.icon{
	margin-bottom: 30px;
	margin-top: 20px;
	display: block;
	height: 60px;
	border-radius: 50%;
	border:2px solid #fff;
	text-align: center;	
}
.service-icons .subservice span.icon i{
    line-height: 60px;
    font-size: 50px;
    
}
.service-icons .subservice .subservice-content{
	
}
.service-icons .subservice .subservice-content h4,
.service-icons .subservice .subservice-content p{
	
}

.service-icons .subservice .subservice-content p{
	line-height: 25px;
    color: rgba(15, 15, 15, 1);
}
.partner-section{
	padding: 30px 0;
}
.partner-list{
	margin: 20px 0;
	overflow: hidden;
    display: flex;
    gap:20px;
}
.partner-list a{
	
	
	margin-bottom: 10px;
    
    display: inline-block;
      padding: 0 10px; 
      animation: scroll-left 10s linear infinite; 
}
@keyframes scroll-left {
  0% {
    transform: translateX(100%); 
  }
  100% {
    transform: translateX(-100%); 
  }
}
.partner-list a img{
	width: 100%;
    max-width: 90px;
}

.sidebar {
	width:350px;
	margin-top:10px;
}
h1.left-title {
	background: #3baed4;
	color:#000;
	font-size:16px;
	font-weight:bold;
	padding-left:30px;
	line-height:45px;
	margin:0;
}
.sidebar-cats>ul {
	margin: 0;
	overflow: hidden;
}
.sidebar-cats>ul>li {
	width:350px;
	float:left;
	border-top:0 none;
    border-bottom: 1px solid #ebebeb;
}


/*
.class_one_a::after {
  content: '▲';
  font-size: 16px;
  color: #999;
  transition: transform 0.3s ease, color 0.3s ease;
    right: 10px;
    position: absolute;
}
*/

.e_flex2{
    display:flex;
    flex-wrap: nowrap;
    gap:25px;
}

/*
.sidebar-cats>ul>li:hover .class_one_a::after, .current-cat .class_one_a::after {
  content: '▲';
  color: rgb(62, 167, 220);
  transform: rotate(180deg);
}
*/

.sidebar-cats>ul>li>ul.children {
    display: none;
    border-bottom: 1px solid #e0dede;
    width: 90%;
    margin: auto;
    
}
.sidebar-cats>ul>li:hover>ul.children{
	display: block;
    
}


.left_product_title{
    line-height: 3;
    display-radio: 1;
    text-transform: uppercase;
    font_radio: 2;
    font-size: 28px;
    color: rgba(51, 51, 51, 1);
    background-color: var(--main-color);
    padding-left: 20px;
    font-family: "5a7d7084-7f5a-45da-9c2b-14c714d25970";
    font-weight: bold;
    
}


.sidebar-cats>ul>li.current-cat>a{
    
}
.sidebar-cats>ul>li.current-cat>ul.children{
	display: block;
}
.sidebar-cats>ul>li.current-cat>a,.sidebar-cats>ul>li.current-cat>a:hover {
	color: var(--main-color);
    background: none;
    
}

.sidebar-cats>ul .current-cat {
    background: #424242;
}


.sidebar-cats>ul>li>a {
	display:block;
	font-size:16px;
	color: #1b242b;
	line-height:32px;
	position: relative;
    width: 100%;
    margin: auto;
    background: #f5f5f5;
    padding: 15px 20px;
    box-sizing: border-box;
}

.sidebar-cats>ul>li>a:hover {
	text-decoration:none;
	color: var(--main-color);
    background: none;
}

.sidebar-cats>ul>li:hover {
	background: #424242;
}

.sidebar-cats>ul>li>ul.children>li>a{
	line-height: 32px;
	font-size: 18px;
	font-weight: normal;
	position: relative;
	display:block;
    color:black;
    padding: 10px 0px 10px 25px;
}

.e_flex{
    display:flex;
    flex-wrap: wrap;
    gap:20px;
}

.e_footer1, .e_footer2, .e_footer3, .e_footer4{
    flex: 1;
}

.e_footer1{
    padding-right: 10%;
}

.e_footer2{
    flex: 0 0 220px;
}

.e_footer4{
    margin-left:8%;
}


.sidebar-cats .cat-item1>a:hover, .sidebar-cats .current-cat1>a{
	color: rgb(62, 167, 220) !important;
}

ul.res-sublist{
	display: none;
}
.res-list>li>a{
    line-height: 20px;
}
.res-list>li.active>a{
	background: #1b75ac;
    color: #fff;
}
.res-list>li.active:hover>a{
	color: #fff;
}
.sidebar-cats>ul>li:hover>ul.res-sublist{
	display: block;
}
.sidebar-cats>ul>li.active>ul.res-sublist{
	display: block;
}
.sidebar-cats>ul>li.active>a::before{
	content: "\f107";
	left: 2px;
}
.sidebar-cats>ul>li.active>ul.res-sublist>li,.sidebar-cats>ul>li>ul.res-sublist>li{
	padding-left: 15px;
    line-height: 25px;
}
.sidebar-cats>ul>li.active>ul.res-sublist>li>a,.sidebar-cats>ul>li>ul.res-sublist>li>a{
    font-size: 12px;
}
.widget h5{
	font-size: 16px;
	line-height: 35px;
    margin: 0;
}
.widget-form form{
	margin: 0;
}
.sidebar-posts ul li a{
	display: block;
	overflow: hidden;
	margin: 10px 0;
}
.sidebar-posts ul li a img{
	width: 30%;
	float: left;
	height: 45px;
}
.sidebar-posts ul li a h5{
	font-size: 13px;
	line-height: 22px;
	width: 65%;
	float: right;
	margin: 0;
	height: 44px;
    overflow: hidden;
    font-family:Arial,Helvetica,sans-serif;
    font-weight: normal;
}
.widget-touch{
	margin: 15px 0;
}
.widget-touch a{
	line-height: 15px;
    border-width: 0px;
    margin: 3px 25px 0px 0px;
    padding: 13px 18px 15px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    display: block;
    background: #3baed4;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    text-align: center;
}
.pdf-downloads{
	margin: 15px 0;
}
.pdf-downloads a{
	display: block;
	margin: 10px 0;
}
.pdf-downloads a i{
	margin-right: 10px;
	color: #e8676b;
	font-size: 16px;
}
.sub-archive{
	overflow: hidden;
	margin-top: 30px;
}
.sub-archive .thumb{
	width: 30%;
	float: left;
}
.sub-archive .thumb img{
	height: 155px;
}
.sub-archive .detail{
	float: right;
	width: 65%;
}
.sub-archive .detail p{
	height: 80px;
	margin: 0;
	overflow: hidden;
}
.sub-products{
	overflow: hidden;
	margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap:25px;
}



.sub-products .sub-product-cat:nth-child(3n){
    margin-right: 0;
}

.post-info-title{
    border-bottom:1px solid rgb(221,221,221);
    padding-bottom: 7px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.mtop40{
    margin-top:40px;
}

.post-info-title span{
    font-size:30px;
    text-transform: uppercase;
    color:#fff;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgb(6,51,122);
    padding: 10px 20px;
}


.sub-product-cat{
	flex-basis: calc((100% - 50px) / 3);
    
	text-align: center;
    overflow: hidden;
    position: relative;
}

.sub-product-cat .overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, 
                rgba(0, 0, 0, 0) 0%, 
                rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}



.sub-product-cat .pro_pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
    
}
.sub-product-cat .thumb{
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
    
}
.sub-product-cat .thumb a{
	display: block;
	box-shadow: 0 2px 3px #eaeaea;
}
.sub-product-cat .thumb a img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.sub-product-cat .thumb span{
	position: absolute;
	bottom:-10px;
	left: 50%;
  transform: translateX(-50%);
	background: #3baed4;
	display: block;
    padding: 3px 5px;
}
.sub-product-cat .thumb span a{
	box-shadow: none;
	color: #fff;
}

.sub-product-cat .detail {
  
    text-align: center;
    transition: top 0.5s ease;
    
    padding: 14px 0;
/*    background-color: rgb(62,167,220,0.5);*/
    
}
.sub-product-cat .detail a{
	font-size: 16px;
	font-weight: 800;
	height: 32px;
	overflow: hidden;
	line-height: 16px;
    color: #212529;
    font-weight: 400;
}
.sub-product-cat .detail div{
    display: none;
	height: 60px;
	overflow: hidden;
    padding-bottom: 10px;
    color: #fff;
    margin-top: 10px;
    padding-right: 10px;
}

.sub-product-cat:hover .detail div{
    display: block;
}

.sub-product-cat:hover .detail{    
    
    transition: top 0.5s ease;
    background: #424242;
}

.sub-product-cat:hover .detail a{    
    color: var(--main-color);
}


.about-products{
	overflow: hidden;
	margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
.about-products .about-subproduct{
	width: 20%;
}
.about-products .about-subproduct:last-child{
	margin-right: 0;
}
.about-products .about-subproduct .thumb{
    margin-bottom: 15px;
    position: relative;
}
.about-products .about-subproduct .detail a h3{
	font-size: 16px;
	font-weight: 800;
	height: 44px;
	overflow: hidden;
	color: #333;
}
.about-products .about-subproduct .detail p{
	height: 60px;
	overflow: hidden;
	color: #333;
}
.project-section{
	padding: 50px 0;
}
.project-section h2{
	font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
span.f-line{
	height: 2px;
    display: inline-block;
    background: #ccc;
    width: 60px;
}
ul.project-cats,ul.product-cats{
	overflow: hidden;
    display: flex;
    justify-content: space-between; 
    border: 1px solid rgba(142,142,142,1.00);
    border-radius: 10px;
    flex-wrap: wrap;
}
ul.project-cats li,ul.product-cats li{
	
	
    padding: 0px;
    margin: 0px;
}
ul.project-cats li a,ul.product-cats li a{
		
	
	display: block;
	padding: 10px 10px;
	text-align: center;	
    color: black;
}
ul.project-cats li a.active,ul.project-cats li a:hover,
ul.product-cats li a.active,ul.product-cats li a:hover{
	color: #fff;
    background:rgba(19,30,154,1.00);
}
ul.project-cats li a:focus,ul.product-cats li a:focus{
	text-decoration: none;
}
.tabcontent-projects,.tabcontent-products{
	overflow: hidden;
	
    
}
.tabcontent-project,.tabcontent-product{
	display: none;
    
}
.tabcontent-projects .active,.tabcontent-products .active{
	display: block;
}
.about-subproduct{
	width: 22%;
	float: left;
	margin-right: 18px;
    padding: 10px;
    text-align: center;
        border-radius: 20px;
    box-shadow: 2px 2px 13px 3px rgb(0 0 0 / 11%);
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 2px;
}
.about-subproduct:last-child{
	margin-right: 0;
}
.about-subproduct .thumb{
    margin-bottom: 15px;
    position: relative;
}
.about-subproduct .thumb img{
	height: 160px;
}
.about-subproduct .detail a h3{
	font-size: 16px;
	height: 44px;
	overflow: hidden;
}
.about-subproduct .detail p{
	height: 60px;
	overflow: hidden;
}
.new-section{
	padding: 50px 0;
	background: #f0f0f0;
}

.new-section h2{
    text-align: center;
    font-size: 24px;
}

.index-news{
	width: 100%;
	margin: 20px 0;
    display: flex;
    flex-wrap:wrap; 
    gap:20px;
}
.news-left{
}
.index-news .about-subproduct{
	width: 345px;
    background-color: #ffffff;
    
        border-radius: 20px;
    box-shadow: 2px 2px 13px 3px rgb(0 0 0 / 11%);
}
.index-news .about-subproduct .thumb img{
	height: auto;
	width: 100%;
}
.index-news .about-subproduct .detail a h3{
	color: #333;
}
.index-news .about-subproduct .detail p{
	color: #666;
	height: 80px;
}
.readmore{
	line-height: 35px;
	font-size: 15px;
	font-weight: 600;
	color: #3baed4;
}
.news-right{
	width: 32%;
	float: right;
}
.news-right .widget ul{
	margin: 0;

}
.news-right .widget ul li a{
	margin: 0 0 20px 0;
}
.news-right .widget ul li a img{
	width: 35%;
	height: 80px;
}
.news-right .widget ul li a h3{
	width: 60%;
	height: 80px;
	float: right;
}
.news-right .widget ul li a h3 span{
	display: block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 15px;
}
.news-right .widget ul li a h3 p{
	height: 44px;
	overflow: hidden;
	margin: 5px 0 0 0;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif; 
}
.sidebar-contact h5{
	margin-bottom: 5px;
    padding-bottom: 4px;
    border-bottom: 1px solid #eaeaea;
}
.sidebar-contact span{
	display: block;
	line-height: 25px;
}
.sidebar-contact span label{
    width: 40px;
    display: inline-block;
}
.contact-form-sidebar{
}
.contact-form-sidebar label{
	color: #333;
	line-height: 40px;
}
.contact-form-sidebar .form-group p{
	display: none;
}
.contact-form-sidebar input{
	flex:1;
	border: 1px solid #ddd;
	color: #333;
	text-indent: 5px;
    margin-bottom: 20px;
}
.contact-form-sidebar textarea{
	width: 100%;
	border: 1px solid #ddd;
	color: #333;
	text-indent: 5px;
}
.widget-form input,.widget-form textarea{
	width: 100%;
}
.contact-form-sidebar input{
	height: 30px;
	line-height: 30px;
    width: 100px;
}
.contact-form-sidebar input.wpcf7-submit{
	width: 180px;
	color: #000;
    padding: 8px;
	margin-top: 30px;
	cursor: pointer;
    height: auto;
    border-radius: 50px;
    font-size: 16px;
}

.contact-form-sidebar input.wpcf7-submit:hover{
	
	background: var(--main-color);
	color: #fff;
}

.contact-form-sidebar textarea{
	height: 120px;
	line-height: 20px;
}
.what-section{
	padding: 30px 0;
}
.what-section h2{
	text-align: center;
    
    position: relative;	
    font-size: 24px;
    margin-top: 50px;
}
.what-section h2 span.what-line{
	position: absolute;
	bottom: 0px;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	height: 2px;
	background: #3baed4;
}
.what-girds{
	padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-between;
}
.what-girds .what-gird{
	width:345px;
	padding: 15px 15px 0 15px;
    background-color: #ffffff; 
      margin: 10px 0; 
          border-radius: 10px;
    box-shadow: 2px 2px 13px 3px rgb(0 0 0 / 11%);
    
}
.what-girds .what-gird:nth-child(4n){
	
}
.what-girds .what-gird a{
	display: block;
	margin-bottom: 15px;
}
.what-girds .what-gird h3{
	font-size: 14px;
    word-break: break-all;
    line-height: 25px;
    height: 25px;
    overflow: hidden;	
}
.what-girds .what-gird p{
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
span.fang{
	display: inline-block;
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 10px;
}
.what-girds .what-gird:nth-child(1) span.fang,.what-girds .what-gird:nth-child(5) span.fang{
	background: #fa344b;
}
.what-girds .what-gird:nth-child(2) span.fang,.what-girds .what-gird:nth-child(6) span.fang{
	background: #2177ce;
}
.what-girds .what-gird:nth-child(3) span.fang,.what-girds .what-gird:nth-child(7) span.fang{
	background: #7431d8;
}
.what-girds .what-gird:nth-child(4) span.fang,.what-girds .what-gird:nth-child(8) span.fang{
	background: #37bdf2;
}
.full-width .sub-products .sub-product-cat{
	width:280px;
	margin-bottom: 20px; 
}
.full-width .sub-products .sub-product-cat:nth-child(4n){
	margin-right: 0;
}
.full-width .sub-products .sub-product-cat .thumb img{
	height: 140px;
}
.full-width .sub-products .sub-product-cat .detail{
	padding: 10px 15px;
}
.full-width .sub-products .sub-product-cat .detail p{
	height: 80px;
}
.tree-level li{
	list-style: square;
    font-size: 13px;
}
/* ===== Default comments style:===*/
.post-comments {
	width:100%;
	margin:0 auto;
}
.comments-body {
	width:100%;
	overflow:hidden;
}
.comments-body p {
	font-size:1.0rem;
	margin-bottom:10px;
	line-height:20px;
}
.comments-body h3 {
	font-size:1.2rem;
	font-weight:bolder;
	border-bottom:1px solid rgb(225,225,225);
	padding:10px 0px;
}
.comments-body ol.commentlist li {
	padding:5px 0px;
	border-bottom:1px solid rgb(225,225,225);
	margin-bottom:10px;
	overflow:hidden;
}
.comments-body ol.commentlist li .gravatar {
	width:10%;
	float:left;
	padding:2%;
}
.comments-body ol.commentlist li .gravatar img {
	border-radius:50%;
}
.comments-body ol.commentlist li .comment_content {
	float:left;
	width:85%;
	padding:5px 0;
}
.comments-body ol.commentlist li .comment_content .comment_author {
	overflow:hidden;
	position:relative;
}
.comment_author .author_name {
	height:30px;
	line-height:30px;
	font-size:1.0rem;
	font-style:normal;
	font-weight:600;
}
.author_name a:hover {
	color:rgba(200,15,51,0.9);
}
.comment_author a.comment-edit-link {
	position:absolute;
	top:0;
	right:0;
	padding:3px 5px;
	background:rgba(51,51,51,0.5);
	color:rgb(51,51,51);
	font-size:12px;
	display:none;
}
.comments-body ol.commentlist li .comment_content:hover .comment_author a.comment-edit-link {
	display:block;
}
.comment_author a.comment-edit-link:hover {
	color:rgb(255,255,255);
	background:rgba(200,15,51,0.9);
}
.reply {
	position:relative;
	height:25px;
}
.reply a {
	position:absolute;
	top:0;
	right:0;
	padding:3px 5px;
	background:#d33f5c;
	color:#fff;
	font-size:12px;
}
.comments-body ol.commentlist li ul.children {
	width:100%;
	border-top:1px solid rgb(238,238,238);
	margin:5px 0px;
}
.comments-body ol.commentlist li ul.children li {
	width:90%;
	margin-left:10%;
}
#commentform ul li label {
	display:none;
}
#commentform ul li.comment-note {
	padding:5px;
	background:rgb(225,225,225);
	height:25px;
	line-height:25px;
	position:relative;
}
#commentform ul li.comment-note a {
	font-weight:600;
	padding:0px 5px;
}
#commentform ul li.comment-note a:hover {
	color:rgba(200,15,51,0.9);
}
#commentform ul li.comment-note a.comment-logout {
	position:absolute;
	right:0;
}
#commentform ul li.comment-name,#commentform ul li.comment-email {
	display:inline-block;
	width:32.3333%;
	height:40px;
}
#commentform ul li.comment-website {
	display:inline-block;
	width:32.3333%;
	height:40px;
}
#commentform ul li.comment-name input,#commentform ul li.comment-email input,#commentform ul li.comment-website input {
	height:40px;
	width:100%;
	line-height:40px;
	padding-left:10px;
	border:1px solid rgb(225,225,225);
	color:rgb(170,170,170);
	background:rgb(255,255,255);
}
#commentform ul li.comment-message {
	width:100%;
	margin:10px 0;
}
#commentform ul li.comment-message textarea {
	width:96.8%;
	padding:10px;
	border:1px solid rgb(225,225,225);
	color:rgb(170,170,170);
	background:rgb(255,255,255);
}
#commentform ul li.comment-submit {
	margin:10px 0;
}
#commentform ul li.comment-submit a.button {
	display:block;
	width:120px;
	padding:10px 15px;
	background:#28a7e1;
	color:#fff;
	text-align:center;
}
#commentform ul li.comment-submit a.button:hover {
	background:rgba(200,15,51,0.8);
	color:rgb(255,255,255);
}
/* ============= Mobile style =====*/
.mobile-header {
	overflow:hidden;
	position:relative;
	min-height:55px;
	background:rgba(255,255,255,0.7);
	border-bottom:1px solid #ccc;
}
.mobile-logo {
	width:20%;
	float:left;
	margin-top:5px;
	margin-left:2.5%;
}
.mobile-logo a img {
	height:45px;
}
.mobile-btn {
	width:40px;
	float:right;
	margin:0 2.5%;
	height:100%;
	cursor:pointer;
	display: none;
}
.mobile-btn span {
	display:block;
	width:40px;
	height:40px;
	margin-top:10px;
	line-height:40px;
	font-size:14px;
	border-radius:5px;
	color:#3baed4;
	text-align:center;
	font-weight:600;
}
.mobile-btn span i {
	padding-right:5px;
	line-height:40px;
	font-size: 40px;
}
.mobile-nav {
	display:none;
	position:fixed;
	width:80%;
	left: -80%;
	height: 100%;
	background: rgba(61,60,74,0.85);
	z-index:99999;
	overflow-y: scroll;
}
.mobile-nav>ul {
	margin: 0;
	overflow-y: scroll;
	padding: 10px 20px;
}
.mobile-nav ul li {
	margin:10px 0;
}
.mobile-nav ul li ul.sub-menu{
	padding: 0 20px;
}
.mobile-nav ul li a {
	font-size:1.2em;
	color:#f9f9f9
}
span#call-side {
	display:none;
	position:fixed;
	top:50%;
	right:0;
	width:40px;
	height:40px;
	margin-top:-20px;
	background:#156da1;
	text-align:center;
	line-height:15px;
	font-size:12px;

	color:#fff;
	cursor:pointer;
}
span#call-side i {
	height:25px;
	line-height:25px;
	width:25px;
	margin:0 7.5px;
	color:#fff;
	font-size:18px;
}
.mobile-header {
	display:none;
}
#productleftmenu ul li {
	padding-left:10px;
	margin:3px 0px;
}
.sitemap>ul {
	overflow:hidden;
	margin:20px 0;
}
.sitemap ul.hot li {
	width:32.3333%;
	overflow:hidden;
	padding:0 0.5%;
	height:20px;
	margin:2.5px 0;
}
.sitemap ul.navi li {
	width:9%;
	padding:0 0.5%;
}
.sitemap>ul>li {
	width:23%;
	padding:0 1%;
	float:left;
	position:relative;
}
.sitemap>ul>li>ul.children {
	position:absolute;
	left:15px;
	top:5px;
	width:100%;
}
.contact-content{
	width: 710px;
}
.contact-sidebar{
	width: 450px;
}
.nav-btns{
	width: 70px;
	float: right;
}
.nav-btns a.requestbtn{
	width: 140px;
	height: 60px;
	float: left;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background:#3baed4;
	box-shadow: 0px 0px 1px #00a6e1;
	line-height: 60px;
}
.nav-btns a.requestbtn:visited{
	text-decoration: none;
}
.nav-btns a.searchbtn{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	float: left;
	background:#474753;
	box-shadow: 0px 0px 1px #474752;
}
.nav-btns a.searchbtn i{
	line-height: 60px;
	font-size: 18px;
	color: #fff;
}
.searchbox{
	display: none;
}
.searchbox form{
	margin: 5px 0;
	position: relative;
}
.searchbox form #s{
	width: 99%;
	padding: 15px 0;
	text-indent: 40px;
	font-size: 18px;
	line-height: 25px;
    border: 1px solid #eee;
}
.searchbox form #s:before{
	content: "\f002";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ddd;
}
.searchbox form #s:focus{
	border: 1px solid #3baed4;
}
.searchbox form #home-searchIcon{
    position: absolute;
    left: 10px;
    top: 18px;
    font-size: 20px;
    color: #ddd;
    background: transparent;
    border:0 none;
}
.h1{
	margin: 0px 0 10px 0;
    font-size: 26px;
    font-weight: normal;
    font-family: Montserrat;
    color: #000;
}
.h3{
	line-height: 30px;
    font-weight: bold;
    font-size: 18px;
    color: #3baed4;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 5px;
    font-family: Montserrat;
}
.product-trees{
	overflow:hidden;
}
.product-tree-single{
	width: 98%;
	float: left;
	margin-bottom: 20px;
	min-height: 195px;
}
.full-width h2{
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}
.product-trees .product-tree-single{

}
.product-tree-single-content{
	border: 1px solid #e7e7e7;
    padding: 20px 15px;
    border-radius: 5px;
    overflow:hidden;
    background: #e7e7e7;
}
.product-tree-single-content:hover{
	background-color:#fff;
	box-shadow: 0 0 5px #ddd;
}
.tree-single-left{
	width: 25%;
	float: left;
}
.tree-single-right{
	width: 72%;
	float: right;
}
.tree-single-title a{
	color: #000;
    font-weight: bold;
    font-size: 16px;
}
.tree-single-list{
	overflow: hidden;
    margin: 10px 0;
}
.tree-single-list>li{
	width: 48%;
	margin-right: 2%;
	float: left;
	margin-bottom: 3px;
}
.tree-single-list>li>ul{
	list-style: square;
	padding-left: 15px;
	overflow: hidden;
}
.tree-single-list>li>ul>li{
	width: 98%;
	float: left;
	margin-right: 2%;
	margin-bottom: 3px;
	list-style: square;
}
.tree-single-list>li>ul>li>a{
	font-size: 12px;
	color: #898989;
	display: block;
    width: 96%;
}
.tree-single-list>li>ul>li>a:hover,.tree-single-title a:hover{
	color: #008ad3;
}





@media screen and (min-width:320px) and (max-width:1200px) {
    .top,.nav,.header-contact{
		display:none
	}
	.open{
		position: fixed;
		top: 0;
		width: 100%;
	}
	.mobile-btn{
		display:block;
	}
	.mobile-nav {
		display:block;
	}
	.close-mobile{
		position: absolute;
		right: 10px;
		top: 15px;
		color: #f0f0f0;
	}
	.header{
		height: 60px;
        display: block;
	}
	.logo{
		width: 50%;
	    margin-left: 2%;
	    margin-top: 12px;
	}
	.logo a{
		height: 40px;
		line-height: 40px;
	}
	.logo a img{
		height: 40px;
	}
    
    .slider-content h1 {
        font-size: 20px;
        color: #fff;
        text-align: left;
        margin: 10px 0;
        font-family: "Montserrat";
        text-transform: uppercase;
        font-weight: 700;
    }
    
    .slider-excerpt p {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        font-weight: 700;
    }
    
}

.getTop {
    position: fixed;
    right: 18px;
    bottom: 20px;
    background: #666 url("/template/pc/skin/images/get_top.png") no-repeat;
    display: block;
    width: 50px;
    border-radius: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    z-index: 9;
}
.toolbar{
    display:none;
}
#telnr {
    display: none;
}

/* ========== Media < 640px style:==============*/
@media screen and (min-width:320px) and (max-width:639px) {
	.top,.nav,.header-contact{
		display:none
	}
	.open{
		position: fixed;
		top: 0;
		width: 100%;
	}
	.mobile-btn{
		display:block;
	}
	.mobile-nav {
		display:block;
	}
	.close-mobile{
		position: absolute;
		right: 10px;
		top: 15px;
		color: #f0f0f0;
	}
	.header{
		height: 60px;
        display: block;
        background-color: rgb(26, 26, 26);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
	}
	.logo{
		width: 50%;
	    margin-left: 2%;
	    margin-top: 12px;
	}
	.logo a{
		height: 40px;
		line-height: 40px;
	}
	.logo a img{
		height: 40px;
	}
	.main-content {
		width:96%;
		margin:0 2%;
	}
	.what-girds .what-gird,.service-icons .subservice,.about-subproduct,.news-left .about-subproduct{
		width: 94%;
		margin-right: 0;
        max-width:none;
        margin-bottom: 20px;
	}
	.service-icons .subservice{
		text-align: center;
	}
	.service-icons .subservice span.icon{
	    float: none;
	    margin:0 auto 30px;
	}
	.service-icons .subservice .subservice-content{
		float: none;
		width: 100%;
	}
	.subservice-excerpt{
		width: 96%;
	    margin: 0 auto;
	}
	.partner-list a{
		
	}
	#home-slider .flex-control-nav {
		width:60%;
		left:20%;
		display:none;
	}
	#home-slider .slides img {
		height:200px;
	}
	.slider-content{
		height: 160px;
		margin-top: -80px;
	}
	.slider-excerpt p{
		display: none;
	}
	#home-slider .flex-direction-nav {
		display:none;
	}
	.slider-content {
		padding-bottom:5px;
		padding-top:15px;
	}
	.slider-content .wd1200 {
		width:90%;
		margin:0 auto
	}
	.slider-content h1{
		font-size: 16px;
	}
	.slider-excerpt p{
		display: none;
	}
	.news-left,.news-right{
		width: 100%;
	}
	.slider-btns a{
		display: none;
	}
	.slider-btns a.view-more {
		font-size: 13px;
		padding: 10px;
		margin: 0;	
	}
	.footer-info{
	    width: 100%;
	    text-align: center;
	}
	.footer-nav {
		display:none;
	}
	.footer-contact {
		width:100%;
	}
	.footer-share{
		width:300px;
	}
	.footer-share a {
		width:40px;
		height:40px;
	}
    .foot-title{
        text-align: center;

    }
	#carousel h3 {
		padding-left:10px;
	}
	.copyright{
		width: 100%;
		text-align:center;
		line-height:25px;
	}
	.choose-left,.choose-right{
		width: 100%;
	}
	/***********************PAGE & SINGLE**************************************/
	.page-title{
		padding: 15px 0;
	}
	.breadcrumb {
	    padding: 5px 0px;
	}
	h1{
		font-size: 18px !important;
	}
	h2{
		font-size: 16px !important;
	}
	h3{
		font-size: 14px !important;
	}
	.sidebar{
		width: 100%;
		display: none;
	}
	.about-subpages .subpage,.subplants .subplant,.about-products .about-subproduct{
		width: 100%;
		margin-right: 0;
	}
	.about-subproduct .thumb img{
		height: auto;
	}
	.about-subpages .subpage img.thumb{
		margin-bottom: 20px;
	}
	.about-subpages .subpage .subpage-content{
		max-height: 150px;
		overflow: hidden;
	}
	.product-main {
		width:100%;
	}
	.post-detail img,post-detail p img{
		width: 100%;
		height: auto;
	}
	.content {
		width:100%;
	}
	.contact-content,.contact-sidebar{
		width: 100%;
	}
	.sub-product-cat,.full-width .sub-products .sub-product-cat{
		width: 100%;
		margin-right: 0;
	}
	.sub-product-cat .thumb a img,.full-width .sub-products .sub-product-cat .thumb img{
		height: auto;
	}
	.page-header-top {
		height:100px;
	}
	.page-header-top h1{
		line-height: 25px;
		margin-bottom: 0;
	}
	.post-info h3,.post-detail, .post-detail p{
		line-height: 20px;
	}
	.sub-archive .thumb{
		margin-bottom: 15px;
	}
	.sub-archive .thumb,.sub-archive .detail{
		width: 100%;
	}
	.post-image,.post-final{
		width: 100%;
	}
	#product-slider ul li a img{
		height: auto;
	}
	.quote-chat a{
		padding: 5px 10px;
	    margin-right: 10px;
	}
	.post-related ul li{
		width: 100%;
		margin-right: 0;
	}
	.goTop {
		right:10px;
		bottom:10px;
	}
	.dmca-badge {
	    float: none;
	    margin-top: 7px;
	    display: block;
	}
    
    .e_footer2 {
        flex: 0 0 100%;
    }
    
    .foot_nav {
        text-align: center;
    }
    .foot_logo{
        flex: 0 0 100%;
        text-align: center;
    }
    .foot_1 {
        justify-content: center;
    }
    .e_footer1{
        text-align:center;
    }
    
    .news .item_one_1 .thumb {
        flex: 0 0 100%;
        text-align: center;
    }
    
    .news .item_one_1 .detail,.news .item_one_1 .detail2 {
        flex: 0 0 100%;
    }
    
    .news .item_one_1 .detail .d1 .title,.news .item_one_1 .detail2 .d1 .title {
        font-size: 16px;
    }
    .news .item_one_1 .detail .d1,.news .item_one_1 .detail2 .d1{
        flex:0 0 60%;
    }
    .news_right {
        margin-left: 0%;
    }
    .case .item_one {
        flex-basis: calc((100%) / 1);
    }
    .sub-product-cat {
        flex-basis: calc((100%) / 1);
    }
    
    .index_2 .swiper-container2 {
        max-width: 100%;
    }
    .index_2 .swiper-container2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .flex1 {
        width: 100%;
    }
    .about2_1_item {
        flex: 0 0 100%;
    }
    .item_1 {
        flex: 0 0 100%;
    }
    .index_1 .index_1_content {
        font-size: 20px;
    }
    
    .index_1 .learn_more {
        display: none;
    }
    .index_2_2 .item_one{
        flex:0 0 100%;
    }
    
    .index_6_content, .index_6_title{
        width:90%;
    }
    .index_4 .index_1_left {
        flex: 0 0 100%;
    }
    .index_4 .case_all .case_one {
        flex: 0 0 100%;
    }
    .index_1 .index_1_left {
        flex: 0 0 100%;
    }
    .font40 {
        font-size: 30px;
    }
    .index_6_title, .index_2 .index_2_title, .about2_1_item .title, .about4_title, .about5_title, .title_info .h2, .item_2 .title{
        font-size: 20px;
    }
    
    .post-info table{
        table-layout:fixed;
        width: 100%;
        max-width: 100%;
    }
    
    .post-info table th, .post-info table td{
        font-size: 8px;
    }
    
    .post-info article{
        padding:0px;
    }
    
    .post-info .property-card{
        padding:0px;
    }
    
    .footer-section{
        margin-bottom:60px;
    }
    
    .toolbar{
        display:flex;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9;
        width: 100%;
        height: 60px;
        background: #000;
        
    }
    
    .toolbar .item_one{
        width:33%;
        text-align: center;
        border-right: #666 solid 1px;
        box-sizing: border-box;
        padding: 10px;
    }
    
    .toolbar .item_one a{
        
        text-align: center;
        align-items: center;
        height: 100%;
        color: white;
    }
    .toolbar a .icon {
        font-size: 24px;
        margin-bottom: 2px;
    }
    
    .getTop {
        bottom: 90px;
    }
    
    #telnr {
        width: 100%;
        height: 100%;
        max-width: 640px;
        min-width: 320px;
        position: fixed;
        top: 0;
        z-index: 1000;
        background: rgba(0, 0, 0, .6);
    }
    #telnr i {
        position: absolute;
        top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-style: normal;
        background: #333;
        border-radius: 1rem;
        cursor: pointer;
    }
    #telnr .nrdf {
        margin: auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 80%;
        height: 30%;
        padding: 10px;
        padding-top: 10px;
        margin-top: -80px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0px 2px 6px #777;
        -webkit-box-shadow: 0px 2px 6px #777;
        -moz-box-shadow: 0px 2px 6px #777;
        border-radius: 10px;
    }
    #telnr .tel_i {
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }
    
    .step {
        width:auto!important;
    }
    
    .contact_1 .form_title {
        font-size: 28px;
    }
    
    
}



.post-info a{
    text-decoration: underline;
}

.article-container{
    padding: 20px 0!important;
}



