body {
  font: 16px Arial, "Microsoft YaHei";
  line-height: 1.5;
}

#pups_shadow {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.6;
z-index: 21;
display: none;
}

#pups_from {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-height: 80%;
width: 500px;
max-width: 90%;
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
z-index: 22;
background: white;
padding: 30px;
overflow: auto;
}

#pups_from h4 {
font-size: 18px;
color: #222;
text-transform: capitalize;
line-height: 1;
font-weight: bold;
position: absolute;
left: 0;
width: 100%;
top: 0;
padding: 15px 20px;
background: #f5f5f5;
-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#pups_from form {
margin-top: 40px;
}

#pups_from i.close {
width: 30px;
height: 30px;
position: absolute;
top: 10px;
right: 10px;
background: #eee;
cursor: pointer;
cursor: hand;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
}

#pups_from i.close::after,
#pups_from i.close::before {
content: "";
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
width: 70%;
height: 2px;
margin-top: -1px;
background: black;
position: absolute;
top: 50%;
left: 15%;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

#pups_from i.close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

#pups_from i.close:hover {
background: #6076f1;
}

#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
background: white;
}

#pups_from ul li {
margin-bottom: 10px;
position: relative;
}

#pups_from ul li label {
font-size: 14px;
margin-bottom: 10px;
display: block;
}

#pups_from ul li label em {
color: red;
margin-right: 2px;
}

#pups_from ul li input,
#pups_from ul li textarea {
width: 100%;
line-height: 24px;
padding: 6px 15px;
border: 1px solid #eee;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
font-size: 16px;
}

#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
border-color: #6076f1;
}

#pups_from ul li textarea {
height: 80px;
}

#pups_from ul li input[type="submit"] {
width: auto;
padding: 6px 40px;
display: inline-block;
background: #6076f1;
color: white;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
}

#pups_from ul li input[type="submit"]:hover {
opacity: 0.7;
}

#pups_from ul li:last-child {
margin-bottom: 0;
}

.right_nav_list {
position: fixed;
bottom: 40px;
right: 20px;
z-index: 50;
}

.right_nav_list ul li {
margin-top: 2px;
width: 56px;
height: 56px;
cursor: pointer;
padding: 0;
position: relative;
color: #fff;
background: #3157c2;
border: 1px solid #fff;
}

.right_nav_list ul li .iImg {
width: 24px;
height: 32px;
}

.right_nav_list ul li .text {
padding: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-box-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 24px;
}

.right_nav_list ul li .cont {
position: absolute;
left: -150px;
top: 0;
width: 150px;
min-height: 100%;
padding: 0 5px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-box-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-perspective: 500px;
-moz-perspective: 500px;
perspective: 500px;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
transform: rotate3d(1, 0, 0, -90deg);
-webkit-transform: rotate3d(1, 0, 0, -90deg);
-moz-transform: rotate3d(1, 0, 0, -90deg);
-ms-transform: rotate3d(1, 0, 0, -90deg);
-o-transform: rotate3d(1, 0, 0, -90deg);
opacity: 0;
-webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
transition: opacity 0.3s, -webkit-transform 0.5s;
-o-transition: opacity 0.3s, -o-transform 0.5s;
-moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
transition: transform 0.5s, opacity 0.3s;
transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
-webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
-moz-transition: -moz-transform 0.5s, opacity 0.3s;
overflow: hidden;
-webkit-transform-origin: top;
-moz-transform-origin: top;
-ms-transform-origin: top;
-o-transform-origin: top;
transform-origin: top;
}

.right_nav_list ul li .cont #ewm {
width: 100%;
background-color: #fff;
border-radius: 5px;
padding: 8px;
border: 1px solid #ccc;
}

.right_nav_list ul li:hover {
background-color: #000;
}

.right_nav_list ul li:hover .cont {
transform: rotate3d(0, 0, 0, -90deg);
-webkit-transform: rotate3d(0, 0, 0, -90deg);
-moz-transform: rotate3d(0, 0, 0, -90deg);
-ms-transform: rotate3d(0, 0, 0, -90deg);
-o-transform: rotate3d(0, 0, 0, -90deg);
opacity: 1;
}

@media (max-width: 500px) {
.right_nav_list {
  right: 5px;
  bottom: 150px;
}

.right_nav_list ul li {
  width: 38px;
  height: 38px;
  margin-top: 5px;
}

.right_nav_list ul li .more_cont {
  font-size: 16px;
}

.right_nav_list ul li .iImg {
  width: 16px;
  height: 24px;
}
}

iframe {
display: block;
width: 100%;
}

#Pop_UpsBtn {
z-index: 20;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
position: fixed;
border-radius: 100%;
background: #6076f1;
color: white;
right: 2%;
bottom: 40%;
font-size: 24px;
-o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
cursor: pointer;
cursor: hand;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
display: none;
}

#Pop_UpsBtn:hover {
background: #889aff;
}

b,
strong {
font-weight: bold;
}

html,
body {
position: relative;
max-width: 1920px;
margin: auto;

}

#ewm img,
#ewm canvas {
display: block;
width: 100%;
}

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

table {
margin-bottom: 20px;
word-break: break-word;
width: 100%;
height: auto;
display: block;
overflow: auto;
}

table tbody {
display: table;
width: 100% !important;
}

table tbody td,
table tbody th {
padding: 5px 10px;
border: 1px solid #666;
width: auto !important;
height: auto !important;
}

table tbody tr {
width: auto !important;
height: auto !important;
}

table tbody tr:nth-child(even) {
background: #eee;
}

html.mobile {
overflow: hidden;
}

html.mobile .body-overflow-box {
position: relative;
left: 280px;
}

#mobile {
position: fixed;
top: 0;
left: -280px;
width: 280px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
display: none;
z-index: 20;
height: 100%;
}

#mobile:before {
content: "";
width: 200%;
height: 100%;
position: fixed;
top: 0;
right: 100%;
display: block;
background: rgba(0, 0, 0, 0.13);
z-index: -1;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
}

#mobile .mobile-logo {
position: absolute;
left: 100%;
width: 100vw;
height: 40px;
line-height: 40px;
text-align: center;
background: #111;
-o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
-webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

#mobile .mobile-logo img {
max-height: 30px;
margin: 0 auto;
display: inline-block;
vertical-align: middle;
-o-object-fit: contain;
object-fit: contain;
width: 220px;
}

#mobile #menu-on {
width: 40px;
height: 40px;
background: #f5f5f5;
position: absolute;
left: 100%;
top: 0;
cursor: pointer;
cursor: hand;
z-index: 1;
}

#mobile #menu-on i {
width: 23px;
height: 2px;
background: #222;
display: block;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#mobile #menu-on i.line1 {
top: 12px;
}

#mobile #menu-on i.line2 {
top: 19px;
}

#mobile #menu-on i.line3 {
top: 26px;
}

#mobile .menu-content {
width: 100%;
height: 100%;
display: block;
background: #222;
padding: 40px 10% 60px;
overflow-y: auto;
color: white;
}

#mobile .menu-content::-webkit-scrollbar {
width: 3px;
border-radius: 1.5px;
}

#mobile .menu-content::-webkit-scrollbar-button {
display: none;
}

#mobile .menu-content::-webkit-scrollbar-track {
background-color: #222;
}

#mobile .menu-content::-webkit-scrollbar-thumb {
background-color: #eee;
}

#mobile .menu-content .h3 {
font-size: 20px;
color: inherit;
text-transform: capitalize;
margin-bottom: 10px;
}

#mobile .menu-content .h3 i {
font-size: 16px;
position: relative;
top: -1px;
}

#mobile .menu-content .menu-logo {
display: block;
}

#mobile .menu-content .menu-logo img {
margin: 0 auto;
}

#mobile .menu-content .menu-list {
margin: 40px 0;
}

#mobile .menu-content .menu-list ul li {
font-size: 15px;
color: inherit;
text-transform: uppercase;
line-height: 20px;
}

#mobile .menu-content .menu-list ul li a {
padding: 8px 0;
display: block;
}

#mobile .menu-content .menu-list ul li a:hover {
color: #ff9800;
text-decoration: underline;
}

#mobile .menu-content .menu-list ul li li a {
position: relative;
padding-left: 15px;
font-size: 13px;
line-height: 18px;
}

#mobile .menu-content .menu-list ul li li a:after {
content: "";
width: 6px;
height: 1px;
background: white;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

#mobile .menu-content .menu-list ul li li li a {
padding-left: 25px;
}

#mobile .menu-content .menu-list ul li li li a:after {
width: 12px;
}

#mobile .menu-content .mob-search form {
position: relative;
}

#mobile .menu-content .mob-search form input {
width: 100%;
height: 45px;
line-height: 45px;
border-radius: 5px;
border: none;
padding: 0 15px;
font-size: 14px;
color: black;
}

#mobile .menu-content .mob-search form input[type="submit"] {
width: 45px;
height: 45px;
background: url("../images/icon-search-white.png") no-repeat center center #222;
position: absolute;
right: 0;
top: 0;
border-radius: 0;
border: 1px solid #fff;
}

#mobile .menu-content .mob-yuy {
margin: 40px 0;
}

#mobile .menu-content .mob-yuy ul li {
margin-bottom: 10px;
color: inherit;
font-size: 14px;
}

#mobile .menu-content .mob-yuy ul li img {
max-width: 40px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}

#mobile .menu-content .mob-share ul li {
width: 30px;
height: 30px;
border-radius: 3px;
background: #333;
display: inline-block;
text-align: center;
line-height: 30px;
color: white;
font-size: 14px;
margin-right: 3px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
}

#mobile .menu-content .mob-share ul li:hover {
background: #ff9800;
}

#mobile .menu-content #menu-off {
margin-top: 40px;
cursor: pointer;
cursor: hand;
}

#mobile.active {
left: 0;
}

#mobile.active:before {
right: 0;
}

#mobile.active #menu-on i.line1 {
-webkit-transform: translateX(-50%) rotateZ(45deg);
-moz-transform: translateX(-50%) rotateZ(45deg);
-ms-transform: translateX(-50%) rotate(45deg);
-o-transform: translateX(-50%) rotateZ(45deg);
transform: translateX(-50%) rotateZ(45deg);
top: 12px;
margin-left: 3px;
}

#mobile.active #menu-on i.line2 {
opacity: 0;
}

#mobile.active #menu-on i.line3 {
-webkit-transform: translateX(-50%) rotateZ(-45deg);
-moz-transform: translateX(-50%) rotateZ(-45deg);
-ms-transform: translateX(-50%) rotate(-45deg);
-o-transform: translateX(-50%) rotateZ(-45deg);
transform: translateX(-50%) rotateZ(-45deg);
top: 28px;
margin-left: 3px;
}

#mobile.white .mobile-logo {
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
background: white;
}

#mobile.white .menu-content {
background: white;
color: black;
}

#mobile.white .menu-content .menu-list ul li li a:after {
background: black;
}

#mobile.white .menu-content .mob-search form input {
border: 1px solid black;
}

#mobile.white .menu-content .mob-search form input[type="submit"] {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

.search-box {
line-height: normal;
position: fixed;
top: 0;
left: 0;
background: #fff;
width: 100%;
height: 100%;
z-index: 99999;
display: none;
}

.search-box .close {
width: 30px;
height: 30px;
background: url(../images/close.png) no-repeat;
position: absolute;
right: 25px;
top: 15px;
cursor: pointer;
}

.search-box form {
position: absolute;
top: 45%;
left: 50%;
width: 60%;
margin-left: -30%;
}

.search-box form input {
background: none;
outline: none;
border: none;
}

.search-box form input[type="text"] {
width: 100%;
border-bottom: 1px solid #e1e1e1;
font-size: 26px;
color: #000;
padding: 10px 0;
}

.search-box form input[type="submit"] {
width: 22px;
height: 22px;
background: url(../images/tc-zoom.png) no-repeat;
position: absolute;
right: 15px;
top: 20px;
}

/*----- genneral end-----*/
body {
--color: #04347b;
margin: 0 auto;
}

#header {
z-index: 200;
position: fixed;
width: 100%;
top: 0;
left: 0;
background-color: #fff;
}
#header.inner-active{
  background-color: transparent;
}
#header.inner-active .header-icon{
  filter: brightness(0) invert(1);
}
#header.inner-active .nav .ui.menu .menu-box ul.menu>li{
  color: #fff;
}
#header.inner-active .nav .ui.menu .right .h-inquire, #header.inner-active .nav .ui.menu .right .language-box{
  border-color: #fff;
}
#header.inner-active .nav .ui.menu .right .h-inquire img{
  filter: brightness(0) invert(1);
}
#header.inner-active .language-box .zhuyu{
  color: #fff;
}
#header.inner-active .nav .ui.menu .right .h-search input[type=text]{
   border-color: #fff;
}
 
#header.inner-active.active{
  background-color: #fff;
}
#header.inner-active.active .header-icon{
  filter: none;
}
#header.inner-active.active .nav .ui.menu .menu-box ul.menu>li{
  color: #000;
}
#header.inner-active.active .nav .ui.menu .right .h-inquire, #header.inner-active.active .nav .ui.menu .right .language-box{
  border-color: #000;
}
#header.inner-active.active .nav .ui.menu .right .h-inquire img{
  filter: brightness(0);
}
#header.inner-active.active .language-box .zhuyu{
  color: #000;
}
#header.inner-active.active .nav .ui.menu .right .h-search input[type=text]{
   border-color: #000;
}

#header .nav {
position: relative;
height: 110px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

#header .nav .ui.menu {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-radius: 10px;
width: 82%;
}

#header .nav .ui.menu .menu-box {
display: inline-block;
vertical-align: middle;
}

#header .nav .ui.menu .menu-box ul.menu>li {
margin: 0 36px;
font-size: 18px;
color: #000;
-webkit-perspective: 500px;
-moz-perspective: 500px;
perspective: 500px;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
z-index: 100;
float: left;
position: relative;
border-bottom: 2px solid transparent;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
}

#header .nav .ui.menu .menu-box ul.menu>li:hover {
border-color: var(--color);
-webkit-transition: 0.5s 0.5s border;
-moz-transition: 0.5s 0.5s border;
transition: 0.5s 0.5s border;
}

#header .nav .ui.menu .menu-box ul.menu>li>a {
display: block;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu {
-webkit-perspective: 500px;
-moz-perspective: 500px;
perspective: 500px;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
text-align: left;
position: absolute;
font-size: 15px;
background: #fff;
top: 100%;
left: -10px;
width: auto;min-width: 150px;
transform: rotate3d(1, 0, 0, -90deg);
-webkit-transform: rotate3d(1, 0, 0, -90deg);
-moz-transform: rotate3d(1, 0, 0, -90deg);
-ms-transform: rotate3d(1, 0, 0, -90deg);
-o-transform: rotate3d(1, 0, 0, -90deg);
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
transform-origin: 0 0 0;
opacity: 0;
transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
-webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
-moz-transition: -moz-transform 0.5s, opacity 0.3s;
-webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
border-bottom: 3px solid var(--color);
display: none \9;

}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li {
position: relative;
display: block;
float: none;
padding: 0 15px;
line-height: 40px;
color: black;
font-size: 12px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
text-transform: capitalize;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li a {
display: block;
white-space: nowrap;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:hover {
background: #04347b;
color: white;
}

#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-menu>li>ul.sub-menu {
top: 0;
left: 100%;
-webkit-transform: rotate3d(1, 0, 0, -90deg);
-moz-transform: rotate3d(1, 0, 0, -90deg);
transform: rotate3d(1, 0, 0, -90deg);
opacity: 0;
display: none \9;
}

#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
top: 0;
left: 100%;
-webkit-transform: rotate3d(1, 0, 0, -90deg);
-moz-transform: rotate3d(1, 0, 0, -90deg);
transform: rotate3d(1, 0, 0, -90deg);
opacity: 0;
display: none \9;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu>li:hover>ul.sub-menu {
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
transform: rotate3d(0, 0, 0, 0);
-webkit-transform: rotate3d(0, 0, 0, 0);
-moz-transform: rotate3d(0, 0, 0, 0);
-ms-transform: rotate3d(0, 0, 0, 0);
-o-transform: rotate3d(0, 0, 0, 0);
display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu>li:hover ul.sub-menu>li:hover>ul.sub-menu {
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
transform: rotate3d(0, 0, 0, 0);
-webkit-transform: rotate3d(0, 0, 0, 0);
-moz-transform: rotate3d(0, 0, 0, 0);
-ms-transform: rotate3d(0, 0, 0, 0);
-o-transform: rotate3d(0, 0, 0, 0);
display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu>li:hover ul.sub-menu {
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
transform: rotate3d(0, 0, 0, 0);
-webkit-transform: rotate3d(0, 0, 0, 0);
-moz-transform: rotate3d(0, 0, 0, 0);
-ms-transform: rotate3d(0, 0, 0, 0);
-o-transform: rotate3d(0, 0, 0, 0);
display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu li:last-child {
margin-right: 0;
}

#header .nav .ui.menu .right {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}

#header .nav .ui.menu .right .h-inquire {
margin: 0 20px;
cursor: pointer;
}

#header .nav .ui.menu .right .h-search {
cursor: pointer;
position: relative;
}

#header .nav .ui.menu .right .h-search input[type="text"] {
width: 160px;
height: 40px;
border: 1px solid #000;
border-radius: 35px;
padding: 0 30px 0 20px;
font-size: 18px;
}

#header .nav .ui.menu .right .h-search input[type="submit"] {
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background: url("../images/ss.png") no-repeat;
width: 20px;
height: 18px;
border: none;
}

#header .nav .ui.menu .right .h-inquire,
#header .nav .ui.menu .right .language-box {
border-radius: 50%;
border: 1px solid #000;
width: 40px;
height: 40px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.language-box .zhuyu {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
}

.language-box .hover-language {
width: auto;
position: relative;
vertical-align: middle;
}

.language-box ul.sub-menu {
position: absolute;
background: #fff;
top: 40px;
right: -30px;
z-index: 100;
white-space: nowrap;
-webkit-transform: rotate3d(1, 0, 0, -90deg);
-moz-transform: rotate3d(1, 0, 0, -90deg);
transform: rotate3d(1, 0, 0, -90deg);
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
transform-origin: 0 0 0;
opacity: 0;
-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
transition: opacity 0.5s, -webkit-transform 0.5s;
-moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
transition: transform 0.5s, opacity 0.5s;
transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
-webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
display: none \9;
}

.language-box ul.sub-menu li a {
width: 110px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
float: none;
padding: 0 15px;
line-height: 30px;
font-size: 12px;
color: #000000;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
text-transform: capitalize;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.language-box ul.sub-menu li a img {
margin-right: 10px;
width: 25px;
height: auto;
}

.language-box ul.sub-menu li:hover a {
background: var(--color);
color: white;
}

.language-box:hover .hover-language ul.sub-menu {
opacity: 1;
-webkit-transform: rotate3d(0, 0, 0, 0);
-moz-transform: rotate3d(0, 0, 0, 0);
transform: rotate3d(0, 0, 0, 0);
display: block \9;
}

@keyframes ks2 {
0% {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

100% {
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -o-transform: scale(1.8);
  transform: scale(1.8);
  opacity: 0;
}
}

.btn-go {
padding: 12px 40px;
color: #fff;
font-size: 16px;
overflow: hidden;
position: relative;
background-color: var(--color);
border: 1px solid var(--color);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border-radius: 35px;
}

.btn-go span {
position: relative;
z-index: 2;
}

.btn-go:hover {
border: 1px solid var(--color);
background-color: #fff;
color: var(--color);
}

.btn-go::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
border-radius: 35px;
}

.btn-go:hover::before {
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
background-color: transparent;
}

#banner {
margin-top: 120px;
}

#banner .banner-content ul {
position: relative;
}

#banner .banner-content ul .slick-dots {
bottom: 70px;
}

#banner .banner-content ul li {
position: relative;
border-radius: 25px;
overflow: hidden;
}

#banner .banner-content ul li .content {
width: 100%;
padding: 0 100px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 5;
color: #fff;
}

#banner .banner-content ul li .content h3 {
font-size: 54px;
font-weight: 600;
max-width: 710px;
margin-bottom: 58px;
line-height:1.4;
}

#banner .banner-content ul li .bg {
width: 100%;
height: 100%;
object-fit: cover;
}

.home-title {
font-weight: 600;
}

.home-title h3 {
font-size: 40px;
}

.home-title>span {
display: block;
font-size: 16px;
color: #000;
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
padding-bottom: 18px;
margin-bottom: 30px;
}

.home-title .home-t2 {
color: var(--color);
}

.homelan {
font-size: 18px;
max-width: 740px;
margin: 20px 0 70px;
line-height: 28px;
opacity: 0.6;
}

.homelan h1 {
display: inline;
}

#index-body .about {
padding: 120px 0 120px;
position: relative;
}

#index-body .about .about-content {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

#index-body .about .about-content .left {
max-width: 50%;
}

#index-body .about .about-content .left .home-title h3 {
max-width: 578px;
}

#index-body .about .about-content .left .home-title h3:nth-child(2) {
color: #000;
}

#index-body .about .about-content .left p {
font-size: 16px;
max-width: 740px;
margin: 20px 0 30px;
line-height: 30px;
opacity: 0.6;
}

#index-body .about .about-content .left .about-box {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 45px;
}

@keyframes tiao {
0% {
  transform: translateY(0px);
}

50% {
  transform: translateY(-20px);
}

100% {
  transform: translateY(0px);
}
}

#index-body .about .about-content .left .about-box .about-list:hover img {
animation: tiao 1s ease-in-out;
}

#index-body .about .about-content .left .about-box .about-list:first-child {
margin-right: 150px;
}

#index-body .about .about-content .left .about-box .about-list h4 {
font-size: 20px;
font-weight: 600;
max-width: 220px;
margin-top: 25px;
}

#index-body .about .about-content .right {
max-width: 50%;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

#index-body .about .about-content .right .right_img_1 {
max-width: 445px;
margin-right: 30px;
will-change: transform;
-webkit-transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
-moz-transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}

#index-body .about .about-content .right .right_img_2 {
max-width: 390px;
height: auto;
position: relative;
}

#index-body .about .about-content .right .right_img_2 .img_box:last-child {
position: absolute;
bottom: 0;
right: 0;
}

#index-body .category .category-content .home-title {
margin-bottom: 115px;
}

#index-body .category .category-content .home-title .btn-go span {
font-weight: normal;
}

#index-body .category .category-content .home-title .category-title {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

#index-body .category .category-content .home-title .category-title .category-btn {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}

#index-body .category .category-content .home-title .category-title .category-btn button {
width: 45px;
height: 45px;
background-color: #999;
border: none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border-radius: 50%;
font-size: 20px;
color: #fff;
}

#index-body .category .category-content .home-title .category-title .category-btn button:last-child {
margin-left: 20px;
}

#index-body .category .category-content .home-title .category-title .category-btn button:hover {
background-color: var(--color);
}

#index-body .category .category-content .home-title .cate-desc {
font-weight: normal;
color: #666666;
font-size: 18px;
line-height: 1.8;
max-width: 1024px;
margin: 8px 0 24px;
}

#index-body .category .category-content ul {
width: 100%;
}

#index-body .category .category-content ul .swiper-slide {
-webkit-transition: width 0.5s;
-moz-transition: width 0.5s;
transition: width 1s ease;
}

#index-body .category .category-content ul .swiper-slide:hover .bg {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

#index-body .category .category-content ul li {
position: relative;
width: 328px;
}

#index-body .category .category-content ul li .img_box {
display: block;
width: 100%;
overflow: hidden;
}

#index-body .category .category-content ul li .img_box .bg {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
transition: all 0.8s;
}

#index-body .category .category-content ul li .box {
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
transition: all 0.8s;
padding: 0 10px;
border-radius: 25px;
margin: 40px auto 0;
font-size: 24px;
}

#index-body .category .category-content ul li .box h4 {
margin-bottom: 10px;
}

#index-body .category .category-content ul li .box p {
color: var(--color);
}

#index-body .product {
padding: 120px 0;
overflow: hidden;
}

#index-body .product .product-content .home-title {
margin-bottom: 40px;
}

#index-body .product .product-content .home-title .product-title {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

#index-body .product .product-content .home-title .product-title .product-btn {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}

#index-body .product .product-content .home-title .product-title .product-btn button {
width: 45px;
height: 45px;
background-color: #999;
border: none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border-radius: 50%;
font-size: 20px;
color: #fff;
}

#index-body .product .product-content .home-title .product-title .product-btn button:last-child {
margin-left: 20px;
}

#index-body .product .product-content .home-title .product-title .product-btn button:hover {
background-color: var(--color);
}

#index-body .product .product-content ul .slick-list {
margin: 0 -999px 0 -15px;
}

#index-body .product .product-content ul li {
padding: 16px 16px;
cursor: pointer;
width: 546px;
}

#index-body .product .product-content ul li .box {
border-radius: 25px;
overflow: hidden;
background-color: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#index-body .product .product-content ul li .box .img-box {
display: block;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
overflow: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
margin: 0 auto;
}

#index-body .product .product-content ul li .box .title {
background-color: #d4e6ff;
height: 146px;
padding: 0 35px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #000;
}

#index-body .product .product-content ul li .box .title h4 {
text-align: left;
font-size: 24px;
font-weight: 600;
padding: 5px 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

#index-body .product .product-content ul li .box .title h4.qys {
color: #707070;
}

#index-body .product .product-content ul li .box .title:hover {
background-color: var(--color);
color: #fff;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

#index-body .product .product-content ul li .box .title:hover h4.qys {
color: #fff;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

#index-body .applications .application-con {
height: 971px;
height: 50vw;
position: relative;
}

#index-body .applications .application-con>ul {
height: 100%;
}

#index-body .applications .application-con>ul .slick-list {
height: 100%;
}

#index-body .applications .application-con>ul .slick-list .slick-track {
height: 100%;
}

#index-body .applications .application-con>ul li {
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-radius: 20px;
}

#index-body .applications .text-con {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
}

#index-body .applications .text-con .left {
padding-left: 55px;
color: #fff;
}

#index-body .applications .text-con .left .tit {
font-weight: bold;
}

#index-body .applications .text-con .left .desc {
opacity: 0.7;
}

#index-body .applications .text-con .left .pro-fl .item {
padding: 20px 0;
}

#index-body .applications .text-con .left .pro-fl .item a {
display: inline-block;
font-size: 16px;
color: rgba(255, 255, 255, 0.5);
border-bottom: 1px solid transparent;
transition: all 0.5s;
}

#index-body .applications .text-con .left .pro-fl .item:nth-of-type(1) a {
font-size: 18px;
border-bottom: 1px solid #fff;
color: #fff;
}

#index-body .applications .text-con .left .pro-fl .item a:hover{
  color: #fff;
  /*font-size: 18px;*/
  border-color: #fff;
}

#index-body .applications .text-con .right .slick-dots {
display: flex;
flex-direction: column;
width: 376px;
background-color: rgba(34, 34, 34, 0.34);
height: 100%;
border-radius: 0 20px 20px 0;
overflow: hidden;
}

#index-body .applications .text-con .right .slick-dots li {
display: flex;
align-items: center;
justify-content: center;
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
flex: 1;
}

#index-body .applications .text-con .right .slick-dots li.active {
background-color: rgba(21, 92, 197, 0.8);
transition: all 0.5s;
}

#index-body .applications .text-con .right .slick-dots li:hover {
background-color: rgba(21, 92, 197, 0.8);
transition: all 0.5s;
}

#index-body .applications .text-con .right li .img_box {
margin-right: 40px;
}

#index-body .applications .text-con .right li .txt {
color: #fff;
font-size: 24px;
}

#index-body .datashow {
margin: 100px 0 130px;
}

#index-body .datashow .datashow-content .home-title {
margin-bottom: 140px;
}

#index-body .datashow .datashow-content .home-title span,
#index-body .datashow .datashow-content .home-title h3 {
text-align: center;
}

#index-body .datashow .datashow-content ul {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

#index-body .datashow .datashow-content ul li:hover .content {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
z-index: 10;
position: relative;
}

#index-body .datashow .datashow-content ul li {
width: 25%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}

#index-body .datashow .datashow-content ul li .content {
width: 450px;
height: 450px;
border: 1px solid var(--color);
border-radius: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
background-color: #fff;
}

#index-body .datashow .datashow-content ul li .content h4 {
font-size: 60px;
font-weight: bold;
text-align: center;
margin-bottom: 15px;
}

#index-body .datashow .datashow-content ul li .content p {
font-size: 18px;
max-width: 300px;
text-align: center;
opacity: 0.6;
line-height: 24px;
}

#index-body .datashow .datashow-content ul li:nth-child(2n) {
margin-top: -90px;
}

#index-body .datashow .datashow-content ul li:nth-child(2n) .content {
color: #fff;
}

#index-body .datashow .datashow-content ul li:nth-child(2n) .content p {
opacity: 1;
}

#index-body .datashow .datashow-content ul li:nth-child(2) .content {
background-color: #3871c5;
position: relative;
z-index: 2;
border: none;
}

#index-body .datashow .datashow-content ul li:last-child .content {
background-color: #04347b;
position: relative;
z-index: 2;
border: none;
}

#index-body .news {
padding: 140px 0;
}

#index-body .news .news-content {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
position: relative;
margin-top: 55px;
}

#index-body .news .news-content .right {
width: 50%;
border-radius: 15px;
overflow: hidden;
}

#index-body .news .news-content .left {
width: 50%;
padding-left: 25px;
overflow: hidden;
}

#index-body .news .news-content .left ul {
max-height: 530px;
overflow-y: auto;
padding-right: 10px;
}

#index-body .news .news-content .left ul li.active a h4,
#index-body .news .news-content .left ul li.active a button {
color: var(--color);
}

#index-body .news .news-content .left ul li.active a button {
border-color: var(--color);
}

#index-body .news .news-content .left ul li.active div p {
height: 96px;
}

#index-body .news .news-content .left ul li.active div span {
height: auto;
}

#index-body .news .news-content .left ul li {
width: 100%;
padding: 0 0 35px;
border-bottom: 1px solid rgba(222, 222, 222, 0.8);
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
margin-top: 25px;
}

#index-body .news .news-content .left ul li:last-child {
border-bottom: none;
}

#index-body .news .news-content .left ul li .news-b {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}

#index-body .news .news-content .left ul li .news-b p {
font-size: 16px;
opacity: 0.6;
max-width: 590px;
width: calc(100% - 90px);
height: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
line-height: 30px;
}

#index-body .news .news-content .left ul li .news-b span {
font-size: 16px;
height: 0;
overflow: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

#index-body .news .news-content .left ul li .news-t {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
height: 100%;
margin-bottom: 10px;
}

#index-body .news .news-content .left ul li .news-t button:hover {
color: var(--color);
}

#index-body .news .news-content .left ul li .news-t button {
width: 30px;
height: 30px;
border-radius: 50%;
background-color: transparent;
font-size: 0;
border: 0;
}

#index-body .news .news-content .left ul li .news-t button span {
width: 100%;
height: 100%;
border-radius: 50%;
background-image: url(../images/plus.png);
background-position: center;
background-repeat: no-repeat;
}

#index-body .news .news-content .left ul li.active .news-t button span:last-child {
display: block;
background-image: url(../images/minus.png);
}

#index-body .news .news-content .left ul li .news-t button span:last-child {
display: none;
}

#index-body .news .news-content .left ul li.active .news-t button span:first-child {
display: none;
}

#index-body .news .news-content .left ul li .news-t button span:first-child {
display: block;
}

#index-body .news .news-content .left ul li .news-t a {
display: block;
width: calc(100% - 60px);
}

#index-body .news .news-content .left ul li .news-t h4 {
font-size: 24px;
font-weight: bold;
}

#index-body .news .news-content .left ul li .news-t h4:hover {
color: var(--color);
}

#index-body .partner {
padding: 60px 0;
}

#index-body .partner .partner-content {
padding: 0 80px;
}

#index-body .partner .partner-content .content {
padding-top: 30px;
border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#index-body .partner .partner-content .content ul li {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -moz-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}

#footer.bg {
  background-color: #f4f4f4;
}

#footer .footer-content {
background: #292929;
position: relative;
border-radius: 25px;
padding: 0 65px;
}

#footer .footer-userinfo {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 80px 0 55px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .footer-userinfo .left h3 {
color: #fff;
font-size: 40px;
font-weight: bold;
max-width: 790px;
}

#footer .footer-userinfo .right {
max-width: 520px;
}

#footer .footer-userinfo .right p {
font-size: 16px;
color: #fff;
margin-bottom: 30px;
line-height: 30px;
}

#footer .footer-userinfo .right form {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}

#footer .footer-userinfo .right form input::placeholder {
color: #999;
}

#footer .footer-userinfo .right form input {
width: 320px;
height: 50px;
background: #fff;
border: none;
color: #000;
border-radius: 35px;
border-bottom: 1px solid #fff;
font-size: 16px;
padding: 0 20px;
}

#footer .footer-userinfo .right form input:nth-child(n + 3) {
margin-top: 20px;
}

#footer .footer-userinfo .right form input[type="submit"]:hover {
background-color: var(--color);
border-color: var(--color);
}

#footer .footer-userinfo .right form input[type="submit"] {
width: 160px;
height: 50px;
margin-left: 28px;
background-color: transparent;
border: 1px solid #fff;
color: #fff;
line-height: 50px;
text-align: center;
padding: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

#footer .topup {
position: absolute;
right: 70px;
bottom: 115px;
background-color: var(--color);
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 55px;
height: 55px;
border-radius: 50%;
cursor: pointer;
}

#footer .footer-center .footer-t {
padding: 70px 0 35px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

#footer .footer-center .footer-t .footer-t-gird {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

#footer .footer-center .footer-t .footer-t-gird .logo.t-list span {
margin: 35px 0 20px;
line-height: 30px;
}

#footer .footer-center .footer-t .footer-t-gird .contact {
max-width: 334px;
}

#footer .footer-center .footer-t .footer-t-gird .link span:hover {
color: var(--color);
}

#footer .footer-center .footer-t .footer-t-gird .t-list {
color: #fff;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
align-items: flex-start;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo {
max-width: 260px;
margin-top: -34px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list .qc-img img,
#footer .footer-center .footer-t .footer-t-gird .t-list .qc-img canvas {
width: 120px;
height: auto;
border: 5px solid #fff;
}

#footer .footer-center .footer-t .footer-t-gird .t-list p {
font-size: 24px;
margin-bottom: 30px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span:last-child {
margin-bottom: 0;
line-height: 30px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span {
font-size: 18px;
margin-bottom: 5px;
color: rgba(255, 255, 255, 0.4);
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
line-height: 40px;
}

#footer .footer-center .footer-b {
border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .footer-center .footer-b p {
color: rgba(255, 255, 255, 0.4);
height: 70px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

#footer .footer-center .footer-b p span {
margin: 0 10px;
font-size: 14px;
}

#footer .footer-center .footer-b p img {
width: 220px;
height: auto;
padding-top: 5px;
opacity: 0.4;
}

#footer .footer-center .footer-b p span svg {
display: inline-block;
vertical-align: top;
width: auto;
max-height: 26px;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
fill: rgba(255, 255, 255, .4);
margin-top: 1px;
}

@media (max-width: 1800px) {
.container {
  width: 1700px;
}

#footer{
  background-color: #fbfbfb;
}

#index-body .category .category-content ul .swiper-slide-active,
#index-body .category .category-content ul .swiper-slide:hover {
  width: 740px;
}

#index-body .category .category-content ul .slick-slide.active {
  width: 730px;
}

#index-body .product .product-content ul .slick-list {
  margin: 0 -15px;
}

#index-body .datashow .datashow-content ul li .content {
  width: 420px;
  height: 420px;
}

#index-body .publicize .publicize-content .left {
  max-width: 50%;
}

#index-body .publicize .publicize-content .right {
  max-width: 45%;
}
}

@media (max-width: 1700px) {
#header .nav .ui.menu {
  width: 86%;
}

#header .nav .ui.menu .menu-box ul.menu>li {
  margin: 0 25px;
}

#banner .banner-content ul li .content h3 {
  font-size: 46px;
}

#index-body .about {
  padding: 120px 0;
}

#index-body .about .about-content .left {
  max-width: 49%;
}

#index-body .about .about-content .left p {
  max-width: 100%;
}

#index-body .about .about-content .right {
  max-width: 49%;
}

.homelan {
  margin: 20px 0 50px;
}

#index-body .category .category-content ul .slick-slide {
  width: 320px;
}

#index-body .datashow {
  margin: 100px 0 50px;
}

#index-body .datashow .datashow-content ul li .content {
  width: 380px;
  height: 380px;
}

#index-body .news .news-content .left ul li div p {
  max-width: 560px;
}

#index-body .news .news-content .right {
  height: 460px;
}

#index-body .news .news-content .right img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#index-body .news {
  padding: 80px 0;
}

#index-body .partner {
  padding: 20px 0 60px;
}

#footer .footer-userinfo .left h3 {
  font-size: 32px;
  max-width: 590px;
}
}

@media (max-width: 1450px) {
#header .nav .ui.menu .menu-box ul.menu>li {
  margin: 0 15px;
}

#banner .banner-content ul li .content h3 {
  font-size: 38px;
  max-width: 440px;
}

.home-title h3 {
  font-size: 30px;
}

#index-body .about .about-content .left {
  max-width: 56%;
}

#index-body .about .about-content .left .home-title h3 {
  max-width: 425px;
  line-height: 1.4;
}

#index-body .category .category-content ul .slick-slide.active {
  width: 760px;
}

#index-body .category .category-content ul .slick-slide {
  width: 400px;
}

#index-body .category .category-content .home-title {
  margin-bottom: 80px;
}

#index-body .about .about-content .right .right_img_2 {
  display: none;
}

#index-body .product {
  padding: 80px 0;
}

#index-body .product .product-content ul li .box .title h4 {
  font-size: 20px;
}

#index-body .datashow .datashow-content ul li .content h4 {
  font-size: 36px;
}

#index-body .datashow .datashow-content ul li .content {
  width: 300px;
  height: 300px;
}

#index-body .datashow .datashow-content ul li .content p {
  font-size: 14px;
  max-width: 240px;
}

#index-body .datashow .datashow-content ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#index-body .datashow .datashow-content ul li {
  width: 23%;
}

#index-body .datashow {
  margin: 100px 0 25px;
}

#index-body .news .news-content .right {
  height: 480px;
}

#index-body .news .news-content .left ul li a h4 {
  font-size: 20px !important;
}

#index-body .news .news-content .left ul li .news-b p {
  max-width: 390px;
}

#footer .footer-userinfo .left h3 {
  font-size: 28px;
  max-width: 560px;
}
}

@media (max-width: 1250px) {
#header .nav .ui.menu {
  width: 80%;
}

#header .nav .ui.menu .menu-box ul.menu>li {
  margin: 0 15px;
  font-size: 16px;
}

#header .nav .ui.menu .right .h-search input[type="text"] {
  width: 120px;
  font-size: 16px;
}

#header .nav .header-icon {
  width: 150px;
}

#banner {
  margin-top: 80px
}

#index-body .about {
  padding: 60px 0;
}

.homelan {
  max-width: 100%;
}

#index-body .about .about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#index-body .about .about-content .left {
  margin-bottom: 60px;
  max-width: 100%;
}

#index-body .about .about-content .right {
  max-width: 100%;
}

#index-body .about .about-content .right .right_img_2 {
  display: block;
}

#index-body .about .about-content .left p {
  max-width: 100%;
}

#index-body .about .about-content .right .right_img_1 {
  width: 55%;
  max-width: 55%;
  margin-right: 0;
}

#index-body .about .about-content .right .right_img_1 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#index-body .category .category-content ul .slick-slide {
  width: 330px;
}

#index-body .category .category-content ul .slick-slide.active {
  width: 640px;
}

#index-body .datashow .datashow-content ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#index-body .news .news-content .right {
  display: none;
}

#index-body .news .news-content .left {
  width: 100%;
  padding-left: 0;
}

#index-body .news .news-content .left ul {
  max-height: unset;
}

#index-body .news .news-content .left ul li .news-b p {
  max-width: 100%;
}

#index-body .partner .partner-content {
  padding: 0 15px;
}

#footer .footer-userinfo .right form input {
  width: 270px;
}

#footer .footer-userinfo .left h3 {
  font-size: 24px;
  max-width: 370px;
}

#footer .footer-center .footer-t .footer-t-gird .contact {
  max-width: 350px;
}

#footer .footer-center .footer-b p span {
  margin: 0 10px 0 0;
}
}

@media (max-width: 1000px) {
#banner .banner-content ul li .content {
  padding: 0 40px;
}

#banner .banner-content ul li .content h3 {
  font-size: 24px;
  max-width: 275px;
}

#index-body .news .news-content .left {
  max-height: unset;
}

#index-body .about {
  padding: 80px 0;
}

#index-body .about .about-content .right .right_img_1 {
  width: 66%;
  margin-right: 30px;
}

#index-body .category .category-content .home-title {
  margin-bottom: 50px;
}

#index-body .category .category-content ul .slick-slide,
#index-body .category .category-content ul .slick-slide.active {
  width: 670px;
}

#index-body .datashow .datashow-content ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#index-body .datashow .datashow-content ul li {
  width: 50%;
  margin: 20px 0;
}

#index-body .datashow .datashow-content ul li:nth-child(2n) {
  margin-top: 0px;
}

#index-body .product {
  padding: 50px 0;
}

.applications {
  display: none;
}

#index-body .applications .text-con .left .pro-fl .item {
  padding: 12px 0;
}

#index-body .datashow {
  margin: 0 0 25px;
}

#index-body .datashow .datashow-content .home-title {
  margin-bottom: 30px;
}

#index-body .news {
  padding: 0;
}

#index-body .news .news-content {
  margin-top: 15px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link {
  display: none;
}

#footer .footer-center .footer-t .footer-t-gird .contact {
  max-width: 50%;
}

#footer .footer-userinfo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#footer .footer-userinfo .right,
#footer .footer-userinfo .left {
  width: 100%;
  max-width: 100%;
}

#footer .footer-userinfo .right h3,
#footer .footer-userinfo .left h3 {
  max-width: 100%;
  margin-bottom: 30px;
}

#footer .footer-userinfo .right form input {
  width: 350px;
}

#footer .footer-center .footer-b p {
  height: auto;
  padding: 15px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#footer .footer-center .footer-b p span {
  text-align: center;
}

#footer .footer-userinfo .right form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer .footer-userinfo .right form input {
  width: 100%;
  margin-top: 20px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.cate {
  display: none;
}

#footer .footer-content {
  padding: 0 45px;
}
}

@media (max-width: 700px) {
.home-title h3 {
  font-size: 24px;
}

#banner {
  margin-top: 70px;
}

#banner .banner-content ul li .content h3 {
  max-width: 100%;
  margin-bottom: 10px;
}

#index-body .about .about-content .right .right_img_2 {
  display: none;
}

#index-body .about .about-content .right .right_img_1 {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}

#index-body .about {
  padding: 40px 0;
}

#index-body .category,
#index-body .datashow,
#index-body .partner {
  display: none;
}

#index-body .about .about-content .left {
  margin-bottom: 40px;
}

.homelan {
  margin: 20px 0 30px;
}

#index-body .about .about-content .left .about-box .about-list:first-child {
  margin-right: 0;
}

#index-body .about .about-content .left .about-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#index-body .about .about-content .left .about-box .about-list h4 {
  font-size: 18px;
}

#index-body .product {
  padding: 60px 0;
}

#footer .footer-content {
  padding: 0 30px;
}

#footer .footer-userinfo .right form input[type="submit"] {
  margin-left: 0;
  margin-top: 20px;
}

#footer .footer-userinfo .right form input {
  width: 100%;
}

#footer .footer-center .footer-t .footer-t-gird {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact {
  max-width: 100%;
  margin-top: 30px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo {
  max-width: 100%;
  margin-top: 0;
}
}

@media (max-width: 500px) {
.container {
  width: 100%;
}

#banner .banner-content ul li {
  height: 220px;
}

#banner .banner-content ul li .content h3 {
  font-size: 20px;
}

#index-body .about .about-content .left .about-box .about-list h4 {
  font-size: 16px;
}

.home-title h3 {
  font-size: 20px;
}

#index-body .news .news-content {
  margin-top: 0;
}

#footer {
  padding: 0;
}

.footer-box {
  display: none;
}

#footer .footer-content {
  border-radius: 0;
  padding: 0 15px;
}

#index-body .product {
  padding: 0;
}

#footer .footer-center .footer-t {
  padding: 30px 0 35px;
}
}


/*----------------------------------------inner-page-----------------------------------*/
.inner-page .h3.title {
position: relative;
line-height: 2;
z-index: 3;
display: inline-block;
font-weight: 600;
font-size: 36px;
color: var(--color);
}

.inner-page {
background: #f4f4f4;
}

.inner-page p {
font-size: 18px;
line-height: 1.75;
overflow-y: auto;
}

.inner-banner {
position: relative;

}
.inner-banner video{
  width: 100%;
  height: auto;
}
.inner-banner img {
width: 100%;
min-height: 200px;
object-fit: cover;
}

.inner-banner .top {
position: absolute;
left: 50%;
top: 47%;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
z-index: 110
}

.inner-banner .top h3 {
font-weight: 600;
font-size: 36px;
color: #fff;

margin: 16px auto;
line-height: 30px;
}

.inner-banner .top p {
display: none;
}

.inner-banner.app-banner .top p {
font-size: 16px;
color: white;
display: block;
}

.inner-banner.acs1 .top p {
display: inline-block;
font-weight: 600;
font-size: 16px;
color: #FFFFFF;
line-height: 2;
margin-top: -36px;
border: 1px solid #fff;
padding: 15px;
border-radius: 20px;
}

.mbx {
padding: 20px 0;

font-size: 16px;
color: rgba(0, 0, 0, 0.5);
line-height: 2;
background: #f4f4f4;
}

.mbx span {
color: #000;
}



.inner-page .form ul {
margin: -20px -26px;
}

.inner-page .form ul li {
padding: 20px 26px;
}

.inner-page .form ul li:nth-last-child(2) {
width: 100% !important;
}

.inner-page .form ul li input,
.inner-page .form ul li textarea {
display: block;
width: 100%;
font-size: 18px;
height: 58px;
padding: 0 24px;
border: 1px solid rgba(0, 0, 0, 0.1);

}

.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.7);
}

.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
color: rgba(0, 0, 0, 0.7);
}

.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
color: rgba(0, 0, 0, 0.7);
}

.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
color: rgba(0, 0, 0, 0.7);
}

.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
color: rgba(0, 0, 0, 0.7);
}

.inner-page .form ul li textarea {
height: 237px;
padding-top: 21px;
}

.inner-page .form ul li input[type="submit"] {
border-radius: 29px;
background: var(--color);
color: white;
font-size: 20px;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}

.inner-page .form ul li input[type="submit"]:hover {
background: #242424;
}

.inner-page .form ul li.wid-100 {
width: 100%;
}

.inner-page .form ul li .file-upload-wrapper {
position: relative;
background: rgba(189, 234, 165, 0.1);
border: 2px dashed #BDEAA5;
height: 237px;
text-align: center;
padding-top: 59px;
cursor: pointer;
}

.inner-page .form ul li .file-upload-wrapper input[type=file] {
position: absolute;
left: 0;
opacity: 0;
width: 100%;
height: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.inner-page .form ul li .file-upload-wrapper h5 {
font-weight: 600;
font-size: 18px;
color: #000000;
line-height: 1;
margin: 30px 0 20px;
}

.inner-page .form ul li .file-upload-wrapper h5 i {
font-weight: 300;
text-decoration: underline;
}

.inner-page .form ul li .file-upload-wrapper p {
font-weight: 600;
font-size: 14px;
color: rgba(0, 0, 0, 0.7);
line-height: 1;
}

@media screen and (max-width: 1600px) {
.inner-page .form ul li {
  padding: 6px;
}

.inner-page .form ul {
  margin: -6px;
}

.inner-page .form ul li input,
.inner-page .form ul li textarea,
.inner-page .form ul li input[type="submit"] {
  font-size: 16px;
}
}

@media screen and (max-width: 1000px) {

.inner-page .form ul li input,
.inner-page .form ul li textarea,
.inner-page .form ul li input[type="submit"] {
  font-size: 14px;
  padding: .5em;
}
}


.contact1-page {
padding: 40px 0 65px;
}

.contact1-page .contact1-1 .top ul {
margin: 0 -45px;
}

.contact1-page .contact1-1 .top ul li {
padding: 0 45px;
}

.contact1-page .contact1-1 .top ul li .box {
background: #FFFFFF;
box-shadow: 10px 39px 43px 0px rgba(0, 0, 0, 0.03);
border-radius: 24px;
padding: 58px 55px 50px;
}

.contact1-page .contact1-1 .top ul li .box .acc {
display: flex;
align-items: center;
padding-bottom: 44px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact1-page .contact1-1 .top ul li .box .acc h4 {
font-weight: 600;
font-weight: 600;
font-size: 24px;
color: #242323;
line-height: 2;
margin-left: 42px;
}

.contact1-page .contact1-1 .top ul li .box .lianxi {
display: flex;
flex-wrap: wrap;
}

.contact1-page .contact1-1 .top ul li .box .lianxi p {
font-weight: 400;
font-size: 18px;
color: #242323;
line-height: 2;
opacity: 0.6;
width: 50%;
margin-top: 40px;
}

.contact1-page .contact1-2 {
margin: 10px 0 60px 0;
}

.contact1-page .contact1-2 .form {
background: #FFFFFF;
box-shadow: 23px 23px 76px 0px rgba(0, 0, 0, 0.03);
border-radius: 31px;
padding: 50px 45px;
}

.contact1-page .contact1-2 .form h3 {
font-weight: 600;
font-size: 42px;
color: #222222;
line-height: 2;
}

.contact1-page .contact1-2 .form ul {
margin: 0 -50px;
margin-top: 34px;
}

.contact1-page .contact1-2 .form ul li {
padding: 0 50px;
margin-bottom: 17px;
}

.contact1-page .contact1-2 .form ul li input[type=text] {
width: 100%;
height: 80px;
font-weight: 400;
font-size: 20px;
color: rgba(34, 34, 34, 0.7);
line-height: 1;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-left: 40px;
}

.contact1-page .contact1-2 .form ul li label {
display: block;
font-weight: 600;
font-size: 20px;
color: rgba(34, 34, 34, 0.7);
line-height: 1;
padding-left: 40px;
padding-top: 36px;
}

.contact1-page .contact1-2 .form ul li textarea {
width: 100%;
height: 193px;
font-weight: 400;
font-size: 20px;
color: rgba(34, 34, 34, 0.7);
line-height: 2;
border: 1px solid rgba(0, 0, 0, 0.1);
padding-left: 40px;
margin-top: 26px;
padding-top: 10px;
}

.contact1-page .contact1-2 .form ul li input[type=submit] {
width: 160px;
height: 50px;
background: var(--color);
border-radius: 25px;
font-family: 'Poppins';
font-weight: 400;
font-size: 16px;
color: #FFFFFF;
border: none;
margin-top: 14px;
}

.contact1-page .contact1-2 .form ul li:last-child {
margin-bottom: 0;
}

.contact1-page .contact1-3 {
padding-top: 40px;
}

.contact1-page .contact1-3 .top .left {
width: 53.75%;
padding-right: 85px;
}

.contact1-page .contact1-3 .top .left .title1 h3 {
font-weight: 600;
font-size: 42px;
color: #222222;
line-height: 2;
}

.contact1-page .contact1-3 .top .left .title1 p {
font-weight: 600;
font-size: 20px;
color: #222222;
line-height: 2;
opacity: 0.7;
margin-top: 20px;
}

.contact1-page .contact1-3 .top .left .box {
background: #f3f3f3;
padding: 50px 32px;
margin-top: 32px;
}

.contact1-page .contact1-3 .top .left .box ul li h3 {
font-weight: 600;
font-size: 30px;
color: #242323;
line-height: 2;
margin-bottom: 22px;
}

.contact1-page .contact1-3 .top .left .box ul li p {
font-weight: 400;
font-size: 18px;
color: #242323;
line-height: 2;
opacity: 0.6;
}

.contact1-page .contact1-3 .top .left .box ul li:last-child {
margin-top: 75px;
letter-spacing: 0;
}

.contact1-page .contact1-3 .top .right {
width: 46.25%;
}



.about-11 .top .left {
width: 22%;
}

.about-11 .top .left h3 {
font-weight: 600;
font-size: 31px;
color: #000000;
line-height: 2;
}

.about-11 .top .left .con {
margin-top: 58px;
}

.about-11 .top .left .con ul li {
margin-bottom: 10px;
position: relative;
}

.about-11 .top .left .con ul li a {
display: flex;
padding: 22px 21px 22px 40px;
background: #F5F5F5;
justify-content: space-between;
align-items: center;
transition: 0.3s;
}

.about-11 .top .left .con ul li a p {
font-weight: 600;
font-size: 18px;
color: #000000;
line-height: 2;
transition: 0.3s;
}

.about-11 .top .left .con ul li i {
position: absolute;
right: 21px;
top: 30px;
display: inline-block;
width: 12px;
height: 22px;
background: url(../images/about11.png) no-repeat center;
transition: 0.3s;
cursor: pointer;
}

.about-11 .top .left .con ul li a:hover,
.about-11 .top .left .con ul li a.active {
background: var(--color);
}

.about-11 .top .left .con ul li a:hover p,
.about-11 .top .left .con ul li a.active p {
color: #fff;
}

.about-11 .top .left .con ul li a:hover~i,
.about-11 .top .left .con ul li a.active~i {
background: url(../images/about12.png) no-repeat center;
}

.about-11 .top .right {
width: 78%;
padding-left: 32px;
position: relative;

}

.manu-page .about-11 .top .right {

padding-left: 94px;
overflow: visible
}

.about-11 .top .right .img {
border-radius: 30px;
overflow: hidden;
}

.about-11 .top .right .img img {
border-radius: 30px;
}

.num1 {
position: relative;
margin-top: -177px;
background: #FBFBFB;
box-shadow: 23px 23px 76px 0px rgba(0, 0, 0, 0.05);
border-radius: 10px;
width: 100%;
z-index: 10;
max-width: 1140px;
}

.num1 span {
font-weight: 600;
margin-right: 20px;
font-size: 42px;
color: var(--color);
line-height: 2;
}

.num1 .play {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
right: -95px;
top: 9px;
width: 127px;
height: 118px;
border-radius: 30px 0px 30px 0px;
cursor: pointer;
background-color: var(--color);
}

.num1 ul {
display: flex;
justify-content: space-between;
padding: 35px 37px;
padding-right: 58px;

}

.num1 ul li h2 em {
font-weight: 600;
font-size: 48px;
color: var(--color);
line-height: 2;
}

.num1 ul li h2 sub {
font-weight: 600;
font-size: 24px;
color: var(--color);
line-height: 2;
margin-left: 14px;
}

.num1 ul li p {
font-weight: 600;
font-size: 16px;
color: var(--color);
line-height: 2;
}

.about-11 .top .right .tit2 {
font-weight: 600;
font-size: 36px;
color: #000;
margin-top: 40px;
}

.about-11 .top .right .cona {
margin-top: 37px;
font-weight: 400;
font-size: 18px;
color: #222222;
line-height: 2;
opacity: 0.7;


}


.about-1 {
padding-top: 0;
background: #fff;
}

.about-1 .center {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
position: relative;
z-index: 3;
margin-top: -119px;
margin-bottom: 60px;
}

.about-1 .center .left {
padding-left: 95px;
}

.about-1 .center .left .text {
background: #fff;
-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
padding: 50px 50px;
display: inline-block;
width: 100%;
}

.about-1 .center .left .text ul li .main .h3 {
padding-left: 35px;
border-left: 3px solid var(--color);
margin-bottom: 30px;
}

.about-1 .center .left .text ul li .main p {
max-height: 240px;
overflow-y: auto;
line-height: 2;
}

.about-1 .center .left .text .btm {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 40px;
}

.about-1 .center .left .text .btm .btnbox {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.about-1 .center .left .text .btm .btnbox span.btn {
opacity: 0.5;
cursor: pointer;
}

.about-1 .center .left .text .btm .btnbox span.btn:hover {
opacity: 1;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
}

.about-1 .center .left .text .btm .btnbox span.btn.slick-prev {
margin-right: 20px;
}

.about-1 .center .left .text .btm .btnbox span.btn.slick-prev img {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
transform: rotateY(180deg);
}

.about-1 .center .left .text .btm .navbox {
color: #000;

font-size: 32px;
font-style: italic;
}

.about-1 .center .left .text .btm .navbox .now {
font-size: 48px;
margin-right: 5px;
}

.about-1 .center .right {
padding-left: 55px;
}

.about-1 .center .right .top {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}

.about-1 .center .right .top .play {
position: relative;
left: 0;
top: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
}

.about-1 .center .right .top .play:before {
background: rgba(0, 53, 134, 0.3);
}

.about-1 .center .right .h3 {
font-size: 180px;
line-height: 2;
color: #ecf0f4;
margin-top: 60px;
font-weight: 500;
}

.about-2 {
padding: 90px 0;
}

.about-2 .ui.container .h3 {
color: #000;
margin-bottom: 50px;
}

.about-2 .ui.container .main ul.ab2list {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.about-2 .ui.container .main ul.ab2list.on li {
width: -webkit-calc(29% - 28px);
width: -moz-calc(29% - 28px);
width: calc(29% - 28px);
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
}

.about-2 .ui.container .main ul.ab2list.on li:hover {
width: -webkit-calc(43% - 28px);
width: -moz-calc(43% - 28px);
width: calc(43% - 28px);
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
}

.about-2 .ui.container .main ul.ab2list.on li:hover .h4 {
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
opacity: 0;
}

.about-2 .ui.container .main ul.ab2list.on li:hover .textbox {
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
-webkit-transform: translate(-50%, -50%) scale(1);
-moz-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
}

.about-2 .ui.container .main ul.ab2list li {
width: -webkit-calc(33% - 24px);
width: -moz-calc(33% - 24px);
width: calc(33% - 24px);
position: relative;
height: 625px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
border-radius: 20px;
overflow: hidden
}

.about-2 .ui.container .main ul.ab2list li .h4 {
color: #fff;
font-size: 24px;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
position: absolute;
left: 40px;
top: 50px;
opacity: 1;
}

.about-2 .ui.container .main ul.ab2list li .textbox {
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(0);
-moz-transform: translate(-50%, -50%) scale(0);
-ms-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
padding: 50px 40px;
position: absolute;
width: 100%;
height: 100%;
}

.about-2 .ui.container .main ul.ab2list li .textbox .h5 {
color: #fff;
margin-bottom: 40px;
line-height: 40px;
}

.about-2 .ui.container .main ul.ab2list li .textbox .content {
color: #fff;
line-height: 2;
font-size: 18px;
/*font-weight: 400;*/
}

.about-2 .ui.container .main ul.ab2list li .textbox .content p {
margin-bottom: 20px;
}

.about-2 .ui.container .main ul.ab2list li:nth-child(1) {
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
background-image: url(../images/about-ys.jpg);
}

.about-2 .ui.container .main ul.ab2list li:nth-child(1) .textbox {
background-image: url(../images/about-ys.jpg);
}

.about-2 .ui.container .main ul.ab2list li:nth-child(2) {
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
background-image: url(../images/about-ys2.jpg);
}

.about-2 .ui.container .main ul.ab2list li:nth-child(2) .textbox {
background-image: url(../images/about-ys2.jpg);
}

.about-2 .ui.container .main ul.ab2list li:nth-child(3) {
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
background-image: url(../images/about-ys3.jpg);
}

.about-2 .ui.container .main ul.ab2list li:nth-child(3) .textbox {
background-image: url(../images/about-ys3.jpg);
}

.about-2 .ui.container .main ul.ab2list li:nth-child(4) {
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
background-image: url(../images/about-ys4.jpg);
}

.about-2 .ui.container .main ul.ab2list li:nth-child(4) .textbox {
background-image: url(../images/about-ys4.jpg);
}

.about-4 {
  background-color: #fff;
padding: 75px 0 40px 0;
}

.about-4 .ui.container {
text-align: left;
}

.about-4 .ui.container .h3 {
margin-bottom: 50px;
font-weight: 600;
}

.about-4 .ui.container .factorybox ul.factorylist {
margin: 0 -20px;
}

.about-4 .ui.container .factorybox ul.factorylist li {
padding: 0 20px;
}

.about-4 .ui.container .factorybox ul.factorylist li img {
border-radius: 20px;
}

.about-4 .ui.container .factorybox ul.factorylist .slick-dots {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 50px;
}

.about-4 .ui.container .factorybox ul.factorylist .slick-dots li {
padding: 0;
width: 15px;
height: 15px;
border-radius: 100%;
border: 1px solid var(--color);
margin: 0 5px;
}

.about-4 .ui.container .factorybox ul.factorylist .slick-dots li button {
display: none;
}

.about-4 .ui.container .factorybox ul.factorylist .slick-dots li.slick-active {
background: var(--color);
}

.about-page .about-3 .header span {
font-size: 16px;
color: #555;
position: relative;
margin-bottom: 0px;
padding-left: 50px;
}

.about-page .about-3 .header span::after {
content: '';
width: 40px;
height: 1px;
background: var(--color);
position: absolute;
left: 0;
top: 50%;
}

.about-page .about-3 .header h3 {
font-size: 50px;
font-weight: 400;
line-height: 2;
color: #000;
position: relative;
margin-bottom: 30px;
}

.about-page .about-3 .header h3 em {
color: var(--color);
}

.about-page .about-3 .info ul {
margin-right: -24px;
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
flex-wrap: wrap;
-webkit-box-flex-wrap: wrap;
-moz-box-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}

.about-page .about-3 .info ul li {
padding-right: 24px;
}

.about-page .about-3 .info .single-facility {
background: #fbfbfb;
padding: 60px 30px;
-webkit-transition: .5s;
transition: .5s;
position: relative;
z-index: 1;
margin-bottom: 60px;
border-radius: 20px;

}

.about-page .about-3 .info .single-facility:hover {
background: #FFFFFF;
box-shadow: 14px 16px 21px 0px rgba(0, 0, 0, 0.11);
border-radius: 20px;
}

.about-page .about-3 .info .single-facility h5 {
font-size: 28px;
color: #000;
font-weight: 400;
line-height: 2;
margin-bottom: 10px;
overflow: auto;
}

.about-page .about-3 .info .single-facility span {
display: inline-block;
transition: 1s
}

.about-page .about-3 .info .single-facility p {
margin: 0;
color: #555;
font-size: 16px;
line-height: 2;
height: 130px;
overflow: auto
}

.about-page .about-3 .info .single-facility .facility-shape {
position: absolute;
opacity: 0.1;
z-index: -1;
bottom: 60px;
left: 90px;
}

.about-page .about-3 .info .single-facility .facility-shape span {
font-size: 140px;
color: #ccc;
background: transparent;
}

.about-page .about-3 .info .single-facility:hover h5 {
color: var(--color);
-webkit-transition: .5s;
transition: .5s;
}

.about-page .about-3 .info .single-facility:hover span {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}



#index-body .init-6 {
background: #fff;
padding: 75px 0;
position: relative;
z-index: 11;

}

#index-body .init-6 .top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

#index-body .init-6 .top .left {
width: 30%;
}

#index-body .init-6 .top .left .tit31 {
position: relative;
font-weight: 600;
font-size: 42px;
color: #000;
line-height: 2;
z-index: 11
}

#index-body .init-6 .top .left .tit31::after {
content: '';
position: absolute;
left: 3px;
top: -8px;
width: 25px;
height: 24px;
z-index: -1
}

#index-body .init-6 .top .right {
width: 70%;
text-align: center;
padding-left: 130px
}

#index-body .init-6 .top .right ul {
align-items: center;
}

#index-body .init-6::after {
content: '';
position: absolute;
left: 0;
top: -80%;
width: 203px;
height: 340px;
z-index: -1
}

#index-body .init-6.acc1::after {
display: none
}


.inner-page .sideLeft {
width: 25%;
padding-right: 20px;
position: sticky;
top: 120px;
}

.inner-page .sideLeft .box h3 {
display: block;
padding: 30px;
font-size: 30px;
font-weight: 600;
color: #000;
}

.inner-page .sideLeft .box .list ul li {
margin-top: 6px;
font-size: 18px;
line-height: 32px;
color: black;
border-radius: 8px;
background: #fff;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
position: relative;
}

.inner-page .sideLeft .box .list ul>li>a {
padding: 10px 40px 10px 20px;
border-radius: 8px;
border-left: 4px solid var(--color);
color: #000;
display: block;
}

.inner-page .sideLeft .box .list ul li i {
display: flex;
justify-content: center;
align-content: center;
font-size: 24px;
position: absolute;
right: 15px;
top: 25px;
transform: translateY(-50%);
cursor: pointer;
}

.inner-page .sideLeft .box .list ul li img {
max-width: 80px;
display: inline-block;
vertical-align: middle;
margin-right: 30px;
}

.inner-page .sideLeft .box .list>ul>li:hover>a,
.inner-page .sideLeft .box .list>ul>li.active>a,
.inner-page .sideLeft .box .list>ul>li>ul>li:hover>a,
.inner-page .sideLeft .box .list>ul>li>ul>li.active>a,
.inner-page .sideLeft .box .list>ul>li>ul>li>ul>li:hover>a,
.inner-page .sideLeft .box .list>ul>li>ul>li>ul>li.active>a {
color: #fff !important;
background-color: var(--color) !important;
}

.inner-page .sideLeft .box .list>ul>li:hover>i,
.inner-page .sideLeft .box .list>ul>li.active>i,
.inner-page .sideLeft .box .list>ul>li>ul>li:hover>i,
.inner-page .sideLeft .box .list>ul>li>ul>li.active>i,
.inner-page .sideLeft .box .list>ul>li>ul>li>ul>li:hover>i,
.inner-page .sideLeft .box .list>ul>li>ul>li>ul>li.active>i {
color: #fff !important;
top: 25px !important;
}

.inner-page .sideLeft .box .list>ul>li.active>ul,
.inner-page .sideLeft .box .list>ul>li>ul>li.active>ul {
display: block;
}

.inner-page .sideLeft .box .list>ul>li.active>ul {
padding: 20px;
}



.inner-page .sideLeft .box .list>ul>li>ul>li a {
font-size: 16px;
background: #f5f5f5 !important;
color: #000 !important;
}

.inner-page .sideLeft .box .list>ul>li>ul>li i {
top: 50%;
transform: translateY(-50%);
}

.inner-page .sideLeft .box .list ul li ul li.active {
color: var(--color);
background: #fff;
}

.inner-page .sideLeft .img {
display: none;
margin-top: 40px;
padding: 60px 5%;
text-align: center;
color: #fff;
background-size: 100%;
background-repeat: no-repeat;
}

.inner-page .sideLeft .img h4 {
display: block;
font-size: 24px;
font-weight: 600;
line-height: 1;
}

.inner-page .sideLeft .img p {
display: block;
font-size: 18px;
font-weight: 300;
line-height: 1.8;
margin: 25px 0 45px;
}

.inner-page .sideLeft .img a.more {
line-height: 36px;
height: 36px;
padding: 0 32px;
border: 1px solid white;
font-size: 14px;
text-transform: uppercase;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
display: inline-block;
color: #fff;
}

.inner-page .sideLeft .img a.more:hover {
background: var(--color);
color: white;
}

.inner-page .sideRight {
width: 75%;
}

.inner-page .sideRight .fenlei {
color: var(--color);
font-weight: 600;
margin-bottom: 34px;
line-height: 2;
}

.inner-page .sideRight .content {
line-height: 2;
}

.product-page {
padding: 0 0 60px;
background: #f4f4f4;
}

.product-page .productList {
margin-bottom: 60px;
}

.product-page .productList ul {
margin: -25px -15px;
}

.product-page .productList ul li {
padding: 25px 15px;
}

.product-page .productList ul li a.more {
line-height: 45px;
height: 45px;
padding: 0px 20px;
border-radius: 4px;
background: var(--color);
color: #fff;
font-size: 14px;
font-weight: 700;
display: inline-block;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}

.product-page .productList ul li a.more i {
margin-left: 22px;
font-size: 70%;
}

.product-page .productList ul li a.more:hover {
background: #111;
}

.productList ul {
margin: -15px;
}

.productList ul li {
padding: 15px;
}

.productList ul li .box2 {

overflow: hidden;
border-radius: 8px;
position: relative;
}

.productList ul li .box2 h5 {
font-size: 18px;

line-height: 1.75;
padding: 10px 10px;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}

.productList ul li .box2 h5 a {
display: block;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: unset;
}

.productList ul li:hover .box2 h5 {
color: var(--color);
}

.productList ul li .box2 a.img {
position: relative;
display: block;
margin: 0 0 0 0;
transition: 0.3s;
padding: 10px 20px;
overflow: hidden;
}

.productList ul li .box2:hover a.img {
background: #FFFFFF;
box-shadow: 2px 3px 27px 0px rgba(0, 0, 0, 0.03);
border-radius: 16px;
}

.productList ul li .box2 a.img img {
width: 100%;transition: all 0.5s;
}

.productList ul li .box2 a.img .acc1 {
position: relative;
z-index: 11;
transition: all 0.5s;
border-radius: 10px;
}

.productList ul li .box2 a.img .acc2 {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
opacity: 0;
z-index: -1;
transition: all 0.5s;
}

.productList ul li .box2 a.img:hover .acc1 {
opacity: 0;
z-index: -2;
}

.productList ul li .box2 a.img:hover .acc2 {
opacity: 1;
z-index: 19
}

.productList ul li .box2 .text {
padding-left: 10px;
font-size: 16px;
color: #0B0D0F;
line-height: 2;
}

.productList ul li .box2 a.more {
line-height: 40px;
height: 40px;
padding-right: 20px;
padding-left: 15px;
font-size: 12px;
margin-bottom: 25px;
background: #2b3e4b;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}

.productList ul li .box2 a.more:hover {
background: var(--color);
}

.productList ul li .box2:after {
content: '';
width: 100%;
bottom: -5px;
right: -20px;
height: 8px;
display: block;
position: absolute;
border-top-left-radius: 4px;
background: var(--color);
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}

.productList ul li .box2:hover:after {
bottom: 0;
}

.product-page .productList ul li a.more {
display: none;

}

.productList ul li .box2:after {
display: none;
}

.productList ul li .box2 {
transition: all .8s ease;
}

.productList ul li .box2 .p-logo {
position: absolute;
left: 0;
top: 0;
z-index: 2;
}

.product-page .productList ul li:hover .p-logo img {
transform: scale3d(1, 1, 1);
transition: all .8s ease;
}

.productList ul li .box2 .p-logo img {
padding-top: 15px;
padding-left: 15px;
max-width: 150px;
}








.m-page {
margin: 40px 0;
width: 100%;
}

.m-page .wp-pagenavi {
display: flex;
justify-content: center;
align-content: center;
}

.m-page .wp-pagenavi a,
.m-page .wp-pagenavi span {
width: 46px;
height: 46px;
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 18px;
border: 1px solid var(--color);
color: var(--color);
margin: 0 10px;
border-radius: 100%;
}

.m-page .wp-pagenavi a:hover,
.m-page .wp-pagenavi span:hover {
background: var(--color);
color: #fff;
}

.m-page .wp-pagenavi span {
background: var(--color);
color: #fff;
}

.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
display: inline-block;
}


.prodet-page .marginBox {
padding-top: 0 !important;
padding-bottom: 0 !important;
padding-right: 0 !important;
}

.prodet-page .prodet-1 {
padding-top: 70px;
}

.prodet-page .prodet-1 .left {
width: 37%;
vertical-align: middle;
}

.prodet-page .prodet-1 .left .smallImg {
margin-top: 21px
}

.prodet-page .prodet-1 .left .smallImg ul {
margin: -12px;
}

.prodet-page .prodet-1 .left .smallImg ul li {
padding: 12px;
}

.prodet-page .prodet-1 .left .smallImg ul li img {
background: #e3e3e3;
border-radius: 12px;
}

.prodet-page .prodet-1 .left .smallImg ul li.active img {
border: 2px solid var(--color)
}

.prodet-page .prodet-1 .left .bigImg img {
position: relative;
display: block;
background: #e3e3e3;
border-radius: 20px;

}


.prodet-page .prodet-1 .left .bigImg .img span {
display: none !important;
width: 40px;
height: 40px;
background-color: var(--color);
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
top: 12px;
right: 12px;
}

.prodet-page .prodet-1 .left .bigImg .img span img {
border: none;
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
width: auto;
}

.prodet-page .prodet-1 .right {
width: 63%;
padding-left: 67px;
}

.prodet-page .prodet-1 .right h1 {
display: block;
font-size: 30px;

font-weight: 600;
}

.prodet-page .prodet-1 .right .text {
font-size: 20px;
color: var(--color);
padding-right: 1em;
line-height: 1.7;
margin: 1em 0 1em;
overflow: auto;
max-height: 250px;
}

.prodet-page .prodet-1 .right .btn {
margin-top: 30px;
}

.prodet-page .prodet-1 .right .share {
margin: 20px 0;
display: flex;
align-items: center
}

.prodet-page .prodet-1 .right .share h6 {
font-weight: 600;
font-weight: 400;
font-size: 18px;
color: #000000;
line-height: 2;
opacity: 0.7;
}

.prodet-page .prodet-1 .right .share .icon {
display: flex;
margin-left: 20px;
}

.prodet-page .prodet-1 .right .share ul {
display: flex;
align-items: center;
margin-left: 20px;
}

.prodet-page .prodet-1 .right .share ul li {
margin-right: 12px
}

.prodet-page .prodet-1 .right .share a {

width: 41px;
height: 41px;
border-radius: 50%;
border: 1px solid var(--color);
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
margin-right: 20px;
}

.prodet-page .prodet-1 .right .share a:hover {
background: var(--color);
color: #fff;
}

.prodet-page .prodet-1 .right .share a:hover img {
filter: brightness(100)
}

.prodet-page .prodet-1 .right a.more {
height: 61px;
margin-top: 60px;
background: var(--color);
border-radius: 31px;
font-weight: 600;
font-weight: 600;
font-size: 18px;
color: var(--color);
line-height: 61px;
}

.prodet-page .prodet-1 .right a.more:hover {
background: #000;
color: #fff
}

.prodet-page .prodet-2 {
padding: 80px 0 20px;
}

.prodet-page .prodet-2 .options {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #c3c3c3;
}

.prodet-page .prodet-2 .options span {
font-size: 20px;
font-weight: 400;
padding: 24px 20px;
color: #000;
margin-right: 35px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background: #EEEEEE;
cursor: pointer;
cursor: hand;
background: #eee;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
border-radius: 10px 10px 0 0;
}

.prodet-page .prodet-2 .options span i {
margin-right: 35px;
color: rgba(0, 0, 0, 0.1)
}

.prodet-page .prodet-2 .options span.active {
background-color: var(--color);
border-bottom-color: transparent;
color: rgba(255, 255, 255, 1);
border-radius: 10px 10px 0 0;
}

.prodet-page .prodet-2 .options span.active i {
color: rgba(255, 255, 255, 0.1);
}

.prodet-page .prodet-2 .ret {
font-size: 18px;
color: #242424;
line-height: 2;
}

.prodet-page .prodet-2 .ret table {
width: 100% !important;border: 0;
}
.prodet-page .prodet-2 .ret table td{
  border: 1px solid #c3c3c3;
}

.prodet-page .prodet-2 .ret .slide .cont-t .img {
position: relative;
padding-bottom: 38px;
display: inline-block;
}

.prodet-page .prodet-2 .ret .slide .cont-t .img::after {
content: '';
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 0;
width: 16px;
height: 16px;
background: var(--color);
border-radius: 50%;
border: 2px solid var(--color);
}

.prodet-page .prodet-2 .ret .slide .cont-t .list::after {
content: '';
position: absolute;
left: 0;
top: 76px;
height: 1px;
width: 100%;
background: rgba(0, 0, 0, 0.2)
}

.prodet-page .prodet-2 .ret .slide .cont-t h4 {
font-weight: 600;
font-weight: 600;
font-size: 20px;
color: #222222;
line-height: 2;
margin-top: 40px
}

.prodet-page .prodet-2 .ret .slide .cont-t p {
font-weight: 600;
font-weight: 400;
font-size: 16px;
color: #0B0D0F;
line-height: 2;
opacity: 0.7;
margin-top: 20px
}

.prodet-page .prodet-2 .ret .slide .cont-b {
margin-top: 95px;
}

.prodet-page .prodet-2 .ret .slide .cont-b ul {
display: flex;
margin: 0 -20px;
}

.prodet-page .prodet-2 .ret .slide .cont-b ul li {
padding: 0 20px;
}

.prodet-page .prodet-2 .ret .slide .cont-b .cona {
font-weight: 600;
font-weight: 400;
font-size: 16px;
color: #0B0D0F;
line-height: 2;
opacity: 0.7;
margin-top: 42px
}

.prodet-page .prodet-2 .ret .slide {
padding-top: 15px;
}
.prodet-page .prodet-2 .ret .slide:nth-child(2){
padding-top: 40px;
}
.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t {
padding: 0 40px
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-img {
width: 35%;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-con {
width: 65%;
padding-left: 85px;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-con h4 {
font-weight: 600;
font-weight: 400;
font-size: 38px;
color: #000000;
line-height: 2;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-con span {
display: block;
margin-top: 20px;
margin-left: -165px
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-con .four-cona {
font-weight: 600;
font-weight: 400;
font-size: 18px;
color: #7a7a7a;
line-height: 2;
margin-top: 30px;
max-width: 100%;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-con .four-btn {
margin-top: 30px;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-con .four-btn a.more {
height: 61px;
background: var(--color);
border-radius: 31px;
font-weight: 600;
font-weight: 700;
font-size: 18px;
color: var(--color);
line-height: 2;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b {
padding-top: 110px;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul {
display: flex;
flex-wrap: wrap;
align-items: center;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li {
width: 25%;
margin: 15px 0
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li .four-acc {
display: flex;
align-items: center;
padding: 12px 0;
cursor: pointer;
transition: 0.3s
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li .four-acc {
padding-left: 20px;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li .four-acc i {
display: inline-block;
width: 1px;
height: 49px;
background: #334947;
margin-left: 27px;
margin-right: 35px;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li .four-acc h4 {
font-weight: 600;
font-weight: 400;
font-size: 20px;
color: #000000;
line-height: 2;
transition: 0.3s;
max-width: 270px;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li .four-acc span img {
transition: 0.3s
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li.active .four-acc {
background: #334C49;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li.active .four-acc span img {
filter: brightness(100);
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li.active .four-acc i {
background: #fff;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li.active .four-acc h4 {
color: #fff;
line-height: 2;
}


.prodet-page .prodet-2 .ret .slide:nth-child(4) {
padding-top: 30px;
}




.prodet-page .prodet-2 .ret .applic {
margin-top: 55px;
}

.prodet-page .prodet-2 .ret .applic ul {
margin: -17px -30px
}

.prodet-page .prodet-2 .ret .applic ul li {
padding: 17px 30px;
text-align: center
}

.prodet-page .prodet-2 .ret .applic ul li .img {
margin: 0 auto;
max-width: 342px;
}

.prodet-page .prodet-2 .ret .applic ul li h4 {
font-weight: 600;
font-weight: 400;
font-size: 20px;
color: #000000;
line-height: 2;
opacity: 0.7;
margin-top: 20px;
}

.prodet-page .prodet-3 {
text-align: center;
padding-bottom: 60px;
}

.prodet-page .prodet-3 span {
font-weight: 600;
}

.prodet-page .prodet-3 span.txt {
margin-bottom: .3em;
}

.prodet-page .prodet-3 .list {
margin: 45px 0;
}

.prodet-page .prodet-3 .dots {
text-align: center;
}

.prodet-page .prodet-3 .dots ul {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.prodet-page .prodet-3 .dots ul li {
margin: 0 7px;
}

.prodet-page .prodet-3 .dots ul li button {
font-size: 20px;
color: #242424;
width: 36px;
height: 36px;
border: none;
border-bottom: 1px solid transparent;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
background-color: transparent;
}

.prodet-page .prodet-3 .dots ul li.slick-active button {
border-color: #242424;
}

.inner-page #productList ul {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -30px;
/*border-left: 1px solid #bfbfbf;*/
}

.inner-page #productList ul li {
text-align: center;
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
position: relative;
padding: 0 30px
}

.inner-page #productList ul li .box {
background: #FFFFFF;
box-shadow: 2px 3px 27px 0px rgba(0, 0, 0, 0.03);
border-radius: 16px;
padding: 20px;
}

.inner-page #productList ul li a.img-box {
display: block;

overflow: unset;
width: 100%;
position: relative;
z-index: 1;
}

.inner-page #productList ul li a.img-box img {
width: auto;
margin: 0 auto;
display: block;
}

.inner-page #productList ul li .btn {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
text-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
position: relative;
z-index: 2;
}

.inner-page #productList ul li .btn a {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 36px;
width: 36px;
margin: 0 5px;
border: 1px solid #bfbfbf;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}

.inner-page #productList ul li .btn a img {
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}

.inner-page #productList ul li .btn a:hover {
border-color: var(--color);
background-color: var(--color);
}

.inner-page #productList ul li .btn a:hover img {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}

.inner-page #productList ul li span.h6 {
font-weight: 400;
font-size: 20px;
color: #242424;
line-height: 1.6;
display: block;
margin-top: 24px;
position: relative;
z-index: 2;
text-align: left;
}

.inner-page #productList ul.slick-slider li span.h6 {
height: 67px;
overflow: hidden;
}

.inner-page #productList ul li a.link {
font-size: 18px;
color: white;
height: 2.44444444em;
text-align: center;
background-color: black;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
width: 100%;
z-index: 2;
}

.inner-page #productList ul li a.link em {
position: relative;
display: inline-block;
border-bottom: 1px solid white;
line-height: 2;
}

.inner-page #productList ul li a.link em:after {
content: '';
border: 4px solid var(--color);
border-radius: 100%;
position: absolute;
top: -2px;
left: 105%;
}

.inner-page #productList ul li a.link em:after {
border-color: white;
top: 0;
border-width: 3px;
}

.inner-page #productList ul li a.link:hover {
background-color: var(--color);
}

.inner-page #productList ul li:hover {
z-index: 1;
}

.inner-page #productList ul li:hover:after {
opacity: 1;
}

.inner-page #productList ul li:hover a.link {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}


@media screen and (max-width: 1600px) {

.num1 span,
.num1 ul li h2 em {
  font-size: 32px
}

.num1 ul {
  padding-right: 150px;
}

.num1 .play {
  right: 20px;
}

.inner-page .sideLeft .box h3 {
  padding: 18px 30px 30px 30px;
  font-size: 28px;
  line-height: 1;
}

.inner-page .sideLeft .box .list ul li img {
  margin-right: 10px;
}

.inner-page .sideLeft .box .list ul li {
  padding: 0;
}

.inner-page .sideLeft .box .list>ul>li.active>ul {
  padding: 10px;
}

.inner-page .sideLeft .box .list>ul>li.active>ul>li>ul {
  padding: 0;
}

.inner-page .sideLeft .box {
  padding: 10px;
}

.inner-page .sideLeft .img p {
  margin: 20px 0 30px;
}

.inner-page .sideLeft .img {
  padding: 40px 15px;
}

.inner-page .sideLeft .box .list>ul>li>ul>li>ul>li>a {
  padding: 10px 10px 10px 30px;
  font-size: 16px;
}

.product-page {
  padding: 20px 0;
}

.product-page .productList ul li a.more {
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
}

.product-page .productList ul li {
  padding: 5px;
}

.product-page .productList ul {
  margin: -5px;
}

.prodet-page .prodet-2 .options span {
  font-size: 18px;
  width: 280px;
}

.prodet-page .prodet-3 {
  padding-bottom: 80px;
}

.prodet-page .prodet-1 .right h1 {
  font-size: 24px;
}

.prodet-page .prodet-1 .right .text {
  font-size: 18px;
  margin: 1.5em 0;
}

.prodet-page .prodet-1 .right .share span.h6 {
  font-size: 20px;
}

.prodet-page .prodet-1 .right .share a {
  font-size: 16px;
}

.prodet-page .prodet-2 .ret {
  margin-top: 30px;
  font-size: 18px;
}

.prodet-page .prodet-2 {
  padding: 30px 0;
}
}

@media screen and (max-width: 1450px) {
.prodet-page .prodet-2 .options span {
  font-size: 16px;
  width: 220px;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li {
  width: 33.333%
}

.custom-2 .options ul li {
  font-size: 16px
}

.prodet-page .prodet-1 {
  padding-top: 60px;
}

.prodet-page .prodet-1 .right h1 {
  font-size: 20px;
  line-height: 2;
}

.prodet-page .prodet-1 .right .text {
  font-size: 16px;
  line-height: 2;
}

.prodet-page .prodet-1 .right a.more {
  margin-top: 2em;
}

.prodet-page .prodet-1 .left .smallImg {
  padding-right: 23px;
}

.prodet-page .prodet-3 {
  padding-bottom: 50px;
}

.prodet-page .prodet-3 .list {
  margin: 30px 0;
}
}

@media screen and (max-width: 1320px) {
.about-11 .top .left {
  display: none !important
}

.about-11 .top .right {
  width: 100% !important;
  padding-left: 0 !important
}

.num1 {
  top: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 0
}

.about-2 .ui.container .main ul.ab2list li .h4 {
  left: 0;
  padding: 0 15px
}

.about-page .about-3 .info ul li {
  width: 50%
}

.about-4 {
  padding: 70px 0
}

.contact1-page .contact1-1 .top ul li {
  width: 100%;
  margin: 20px 0
}

.contact1-page .contact1-3 .top .left {
  width: 100%;
  padding-right: 0;
}

.contact1-page .contact1-3 .top .right {
  width: 100%;
  margin-top: 30px;
}

.prodet-page .prodet-2 .options span {
  width: 100% !important
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-con h4 {
  font-size: 24px
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-con {
  padding-left: 30px
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li {
  width: 50%
}

}


@media screen and (max-width: 1250px) {
 .jingjingfoot,.seoIndustry {
    display: none;
  }

.prodet-page .prodet-2 .options span {
  font-size: 14px;
  width: 200px;
}

.prodet-page .prodet-1 .right {
  padding-left: 0;
  width: 100%;
  margin-top: 20px;
}

.prodet-page .prodet-1 .left {
  width: 100%;
}

.prodet-page .prodet-1 .right .text {
  margin: 0;
  padding-right: 0;
  max-height: none;
  color: #333;
}

.prodet-page .prodet-2 .ret {
  font-size: 16px;
}

.prodet-page .prodet-3 .dots ul li button {
  font-size: 16px;
  width: 32px;
  height: 32px;
}
}

@media screen and (max-width: 1200px) {
.inner-page .slideBar-left {
  display: none;
}

.inner-page .slideRight {
  width: 100% !important;
  padding-left: 0;
}

.inner-page .sideLeft {
  display: none;
}

.inner-page .sideRight {
  width: 100%;
}
}

@media screen and (max-width: 1100px) {
.num1 ul {
  flex-wrap: wrap;
}

.num1 ul li {
  margin: 20px 0
}

.about-2 .ui.container .main ul.ab2list li .h4 {
  font-size: 20px
}
}

@media screen and (max-width: 1000px) {
.about-page .about-3 .info ul li {
  width: 50%;
}

.about-page .about-3 .info .single-facility {
  padding: 40px 15px;
}

.productList ul li .box2 h5 {
  font-size: 16px;
  line-height: 30px;
  min-height: 5rem !important;
}

.product-page .productList ul li a.more {
  line-height: 34px;
  height: 34px;
  padding: 0 15px;
  font-size: 14px;
}

.news-page .slideRight .i-news .wrap .column {
  width: 50%;
}

.seoPublic .Auxil-about .box .left .img {
  height: auto;
}
}



@media screen and (max-width: 972px) {

.num1 ul li {
  width: 50%
}

.contact1-page .contact1-2 .form {
  padding: 20px
}

.contact1-page .contact1-2 .form h3,
.contact1-page .contact1-3 .top .left .title1 h3 {
  font-size: 32px
}

.contact1-page .contact1-3 .top .left .box ul li h3 {
  font-size: 24px
}

.contact1-page .contact1-3 .top .left .box ul li:last-child {
  margin-top: 30px
}

.product-page .productList ul li {
  width: 50%
}

.prodet-page .prodet-2 .options {
  flex-wrap: wrap
}

.prodet-page .prodet-2 .options span {
  margin: 10px 0
}
}

@media screen and (max-width: 700px) {
.num1 .play {
  display: none
}

.num1 ul {
  padding: 20px
}

.about-2 {
  display: none;
}

.about-11 .top .right .tit2 {
  font-size: 32px
}

.about-page .about-3 .info ul {
  margin-right: 0;
}

.about-page .about-3 .info ul li {
  width: 100%;
  padding-right: 0;
}

.about-page .about-3 .info .single-facility h5 {
  font-size: 22px
}

.about-4 {
  padding: 50px 0
}

.contact1-page .contact1-1 .top ul li .box {
  padding: 20px;
}

.contact1-page .contact1-1 .top ul li .box .acc {
  padding-bottom: 20px
}

.contact1-page .contact1-1 .top ul li .box .lianxi p {
  width: 100%;
  margin-top: 20px;
}

.contact1-page .contact1-2 .form ul li input[type=text] {
  height: 60px;
  padding-left: 20px;
  font-size: 16px
}

.contact1-page .contact1-2 .form ul li textarea {
  height: 150px;
  padding-left: 20px;
  font-size: 16px
}

.contact1-page .contact1-2 .form ul li label {
  padding-left: 20px;
  font-size: 16px;
}

.contact1-page .contact1-3 {
  margin-top: 30px
}

.contact1-page .contact1-3 .top .left .box {
  padding: 30px 20px
}

.contact1-page .contact1-3 .top .left .box ul li {
  margin: 10px 0
}

.contact1-page .contact1-3 .top .left .box ul li h3 {
  margin-bottom: 15px
}

.inner-banner .top h3 {
  width: 100%;
  font-size: 20px;
  
}

.inner-banner .top p {
  display: none
}

.inner-page .sideRight .fenlei {
  margin-bottom: 10px;
}

.news-page .slideRight .i-news .wrap .column {
  width: 100%;
}

.product-page .productList .grid-box.three>.column {
  width: 100%;
}

.productList ul li .box2 a.img {
  margin: 0;
  padding: 0;
}

.prodet-page .prodet-2 .options span {
  font-size: 14px;
  width: 140px;
}

.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 5px;
}

.prodet-page .prodet-1 .left .smallImg ul {
  margin: -5px;
}

.prodet-page .prodet-1 .left .smallImg {
  padding-right: 10px;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) {
  padding-top: 10px
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-img {
  width: 100%
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-con {
  margin-top: 25px;
  width: 100%;
  padding-left: 0
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li {
  width: 100%
}

.prodet-page .prodet-3 .dots {
  display: none !important
}

}

@media screen and (max-width: 500px) {
.num1 ul li {
  width: 100% !important
}

.about-11 .top .right .tit2 {
  font-size: 24px
}

.about-11 .top .right .cona {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px
}

.about-page .about-3 .info .single-facility {
  padding: 20px 15px
}

.about-page .about-3 .info .single-facility p {
  height: auto
}

.inner-page p {
  font-size: 18px !important;
  line-height: 1.75 !important
}

.contact1-page .contact1-1 .top ul li .box .acc h4 {
  font-size: 20px
}

.contact1-page .contact1-2 .form h3,
.contact1-page .contact1-3 .top .left .title1 h3 {
  font-size: 24px
}

.contact1-page .contact1-3 .top .left .box ul li:last-child {
  margin-top: 20px
}

.contact1-page .contact1-3 .top .left .box ul li h3 {
  font-size: 20px
}

#index-body .init-6 .top .left .tit31 {
  font-size: 24px;
}

#index-body .init-6 .top .right {
  padding-left: 60px;
}

.prodet-page .prodet-2 .ret {
  font-size: 14px;
}

.prodet-page .prodet-1 .right .btn a:last-child button {
  margin-top: 20px;
  margin-left: 0;
}

.prodet-page .prodet-1 .right .share a {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

.prodet-page .prodet-1 .right h1 {
  font-size: 18px;
}
}

.cloudzoom-lens {
border: 3px solid #888;
width: 100px;
height: 100px;
box-shadow: 0 0 10px rgba(0, 0, 0, .4);
cursor: crosshair;
background: #fff;
z-index: 10
}

.cloudzoom-zoom {
border: 1px solid #888;
width: 500px;
height: 200px;
box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.cloudzoom-zoom-inside {
border: 0;
box-shadow: none
}

.cloudzoom-caption {
display: none;
text-align: left;
background-color: #000;
color: #fff;
font-weight: 700;
padding: 10px;
font-family: sans-serif;
font-size: 11px
}

.cloudzoom-blank {
background-image: url(blank.png)
}

.cloudzoom-ajax-loader {
background-image: url(ajax-loader.gif);
width: 32px;
height: 32px
}


.seoPublic .title {
font-size: 32px;
font-weight: 600;
line-height: 1.4;
margin-bottom: 2em;
}

.seoPublic>div {
padding: 60px 0;
}

.seoPublic>div:nth-child(odd) {
background: #fff;
}

.seoPublic .Auxil-about .box {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}

.seoPublic .Auxil-about .box .left {
width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
height: 100%;
background-size: cover;
background-position: center center;
display: block;
}

.seoPublic .Auxil-about .box .right {
width: 60%;
padding-left: 5%;
padding-top: 20px;
padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
font-size: 24px;
font-weight: normal;
line-height: 30px;
margin-bottom: 1em;
font-weight: 600;
}

.seoPublic .Auxil-about .box .right .text {
font-size: 16px;
line-height: 30px;
color: #666;
max-height: 300px;
overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
width: 100%;
}

.seoPublic .Auxil-news .list ul {
margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
display: block;
height: 240px;
background-size: cover;
background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
font-size: 22px;
line-height: 32px;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
font-weight: 600;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
color: var(--color);
}

.seoPublic .Auxil-news .list ul li .content time {
font-size: 14px;
margin-top: .5em;
display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
font-weight: 300;
font-size: 16px;
line-height: 30px;
margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
font-weight: 300;
font-size: 16px;
text-transform: uppercase;
line-height: 1;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
border-bottom: 1px solid transparent;
display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
border-color: var(--color);
color: var(--color);
}

.seoPublic .Auxil-form .form ul {
margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
display: block;
width: 100%;
border: 1px solid #eee;
font-size: 16px;
padding: 8px 15px;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
border-color: var(--color);
}

.seoPublic .Auxil-form .form ul li.wid-100 {
width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
width: auto;
display: inline-block;
padding-left: 25px;
padding-right: 25px;
background: var(--color);
color: whitesmoke;
border: none;
height: 50px;
width: 160px;
border-radius: 25px;
font-size: 16px;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
background: #222;
}

.seoPublic .seoIndustry .text {
font-size: 16px;
line-height: 1.8;
color: #666;
}

.seoPublic .text a {
  color: #666!important;
}

.seoPublic .text a:hover {
text-decoration: underline;
}

.seoPublic .Auxil-through {
padding: 15px 0;
background: none !important;
}

.seoPublic .Auxil-through a {
display: inline-block;
line-height: 40px;
height: 40px;
padding: 0 25px;
font-size: 18px;
color: black;
border: 1px solid #eee;
background: #f8f8f8;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}

.seoPublic .Auxil-through a:hover {
background: var(--color);
color: white;
}

.seoPublic .Auxil-related .list ul {
margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
display: block;
background: white;
-o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
-webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
display: block;
padding: 20px;
text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
font-size: 22px;
color: #111;
font-weight: 500;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content p {
display: block;
font-size: 16px;
color: #888;
line-height: 1.6;
font-weight: 400;
margin: .5em 0;
height: 4.8em;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
display: inline-block;
vertical-align: middle;
line-height: 40px;
height: 40px;
padding: 0 20px;
border: 1px solid var(--color);
font-size: 16px;
font-weight: 700;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
color: white;
background: var(--color);
}

@media screen and (max-width: 1400px) {
.seoPublic .title {
  font-size: 28px;
  margin-bottom: 1.5em;
}

.seoPublic .Auxil-about .box .right div.title,
.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  font-size: 20px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea,
.seoPublic .Auxil-about .box .right .text,
.seoPublic .Auxil-news .list ul li .content p,
.seoPublic .seoIndustry .text,
.seoPublic .Auxil-related .list ul li .box .content p {
  font-size: 15px;
  line-height: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 18px;
  line-height: 30px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
  font-size: 14px;
  line-height: 34px;
  height: 34px;
  padding: 0 15px;
}

.seoPublic .Auxil-related .list ul li {
  padding: 15px;
}

.seoPublic .Auxil-related .list ul {
  margin: -15px;
}
}

@media screen and (max-width: 1000px) {
.seoPublic .title {
  font-size: 24px;
  margin-bottom: 1em;

}

#cp-Nav {
  display: block;
}

#cp-Nav .nav {
  padding: 0 15px;
}

#cp-Nav .nav div.title {
  font-size: 18px;
  font-weight: 600;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
}

#cp-Nav .nav i.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 230;
  background: rgba(0, 0, 0, 0.2);
}

#cp-Nav .nav>ul {
  display: none;
}

#cp-Nav .nav ul {
  position: fixed;
  top: 10%;
  max-height: 80%;
  left: 5%;
  width: 90%;
  padding: 20px;
  border-radius: 5px;
  background: white;
  z-index: 300;
  font-size: 16px;
  overflow: auto;
}

#cp-Nav .nav ul ul {
  padding: 0 10px;
  font-size: 14px;
  position: static;
  max-height: none;
  width: 100%;
  margin: 10px 0;
}

#cp-Nav .nav ul li a {
  display: block;
  padding: 5px 0;
  line-height: 28px;
}

.seoPublic .Auxil-about .box {
  display: block;
}

.seoPublic .Auxil-about .box .right {
  width: 100%;
  padding: 0;
  margin-top: 20px;
}

.seoPublic .Auxil-about .box .left {
  width: 100%;
  padding: 0;
}

.seoPublic .Auxil-about .box .right div.h3 {
  font-size: 18px;
  line-height: 30px;
}

.seoPublic>div {
  padding: 20px 0;
}

.seoPublic .Auxil-about .box .right .text {
  max-height: none;
  line-height: 30px;
}
}



.inner-page .slideBar-left {
width: 22% !important;
margin-bottom: 75px;
}

.inner-page .slideBar-left h3 {
font-weight: 600;
font-weight: 400;
font-size: 31px;
color: #000000;
line-height: 2;
padding-left: 33px;
margin-bottom: 60px;
}

.inner-page .slideBar-left h3.ac3 {
margin-top: 105px;
}

.inner-page .slideBar-left .slideNav>li {
margin-bottom: 10px;
}

.inner-page .slideBar-left .slideNav>li>a {
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
position: relative;
display: block;
font-size: 18px;
background: #f5f5f5;
padding: 22px 21px 22px 40px;
line-height: 2;
}

.inner-page .slideBar-left .slideNav>li>a::after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 6px;
height: 100%;
background: var(--color);
}

.inner-page.product-page .slideBar-left .slideNav>li>a {
background: white;
}

.inner-page .slideBar-left .slideNav>li>a .fa {
position: absolute;
right: 25px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 25px;
}

.inner-page .slideBar-left .slideNav>li ul li {
margin: 5px;
margin-right: 0;
}

.inner-page .slideBar-left .slideNav>li ul li a {
padding: 10px;
font-size: 17px;
display: block;
}

.inner-page .slideBar-left .slideNav>li ul li.active a,
.inner-page .slideBar-left .slideNav>li ul li:hover a {
background: var(--color);
color: white;
}

.inner-page .slideBar-left .slideNav>li:hover>a,
.inner-page .slideBar-left .slideNav>li.active>a {
background: var(--color);
color: white;
}

.inner-page .slideBar-left .share {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
margin-top: 44px;
}

.inner-page .slideBar-left .share li {
width: 30px;
height: 30px;
background: var(--color);
color: white;
font-size: 20px;
text-align: center;
line-height: 2;
margin-right: 15px;
}

.inner-page .slideRight {
width: 78% !important;
padding-left: 49px;
}

.inner-page .slideRight #index-body {
margin-top: 0
}

.inner-page.prodet-page .slideRight {
width: 100% !important;
padding-left: 0;
}


/*news*/
.news-page {
padding-top: 40px;

}

.news-page .slideRight .i-news {
overflow: unset !important;
}

.news-page .slideRight .i-news .wrap .column {
margin-bottom: 35px;
}

.news-page .i-news .wrap {
margin: -23px;
}

.news-page .i-news .wrap .column {
padding: 23px;
}

.news-page .slideRight .i-news .wrap .column {
margin-bottom: 35px;
}

.news-page .i-news .wrap .column .item {
display: block;
position: relative;
-webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, .1);
box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, .1);
padding: 50px 25px 85px;
}

.news-page .i-news .wrap .column .item .content {
line-height: 32px;
text-align: center;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
min-height: 96px;
}

.news-page .i-news .wrap .column .item h4 {
text-align: center;
font-size: 20px;
line-height: 36px;
font-weight: 600;
position: relative;
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
margin: 30px 0 20px;
display: -webkit-box;
-webkit-line-clamp: 3;
overflow: hidden;
min-height: 120px;
}

.news-page .i-news .wrap .column .item .time {
font-size: 16px;
line-height: 2;
display: block;
text-align: center;
}

.news-page .i-news .wrap .column .item .douhao {
width: 74px;
height: 74px;
border-radius: 100%;
text-align: center;
line-height: 2;
-webkit-box-shadow: 4px 4px 27px 0px rgba(0, 0, 0, .11);
box-shadow: 4px 4px 27px 0px rgba(0, 0, 0, .11);
background: #fff;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translate(-50%, 50%);
-moz-transform: translate(-50%, 50%);
-ms-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
}

@media screen and (max-width: 1200px) {
.news-page {
  padding-top: 50px;
}

.inner-page .slideBar-left {
  display: none;
}

.inner-page .slideRight {
  width: 100% !important;
  padding-left: 0;
}

.inner-page .sideLeft {
  display: none;
}

.inner-page .sideRight {
  width: 100%;
}
}

@media screen and (max-width: 1000px) {
.news-page .slideRight .i-news .wrap .column {
  width: 50%;
}
}

@media screen and (max-width: 768px) {
.news-page .slideRight .i-news .wrap .column {
  width: 100%;
}
}

/*newsdet-page*/
.newdet2-page {
padding: 0 0 80px;
}

.newdet2-page h1 {
font-size: 30px;
line-height: 48px;
color: #0b2239;
font-weight: 600;
text-transform: capitalize;
}

.newdet2-page time {
display: block;
margin: 15px 0;
font-size: 14px;
line-height: 2;
color: black;
opacity: .6;
}

.newdet2-page .content {
display: block;
padding: 15px 0;
border-top: 1px #ccc dashed;
border-bottom: 1px #ccc dashed;
font-size: 16px;
color: #868686;
line-height: 2;
}

.newdet2-page .content p {
overflow-y: unset;
max-height: unset;
}
.newdet2-page .content ul li {
    padding: 5px 10px!important;
    line-height: 2;
    font-size: 16px;
    color: #666!important;
}
.newdet2-page .content h3 {
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 5px;
}
.newdet2-page .content h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: #3157c2;
}
.newdet2-page .content ol li,.newdet2-page .content ul li {
    list-style: disc;
    list-style-position: inside;
}
.newdet2-page .share {
padding-top: 10px;
margin-bottom: 60px;
}

.newdet2-page .share h4 {
font-size: 14px;
line-height: 2;
color: black;
display: inline-block;
vertical-align: middle;
}

.newdet2-page .share ul {
display: inline-block;
vertical-align: middle;
}

.newdet2-page .share ul li {
width: auto;
margin-left: 20px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.newdet2-page .share ul li:hover {
color: #026293;
}

@media screen and (max-width: 500px) {
.newdet2-page {
  padding: 50px 0 10px;
}
}



.factory-page {
position: relative;
padding-top: 90px;
padding-bottom: 50px;
z-index: 11
}

.factory-page::after {
content: '';
position: absolute;
right: 0;
top: 20%;
width: 518px;
height: 968px;
z-index: -1
}

.factory-page .about-11 .top .right {
padding-left: 64px;
border-bottom: none;
}

.factory-page .about-11 .top .right .top1 {
padding-bottom: 42px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 64px;
}

.factory-page .about-11 .top .right .top1 .img {
width: 55%;
}

.factory-page .about-11 .top .right .top1 .con {
width: 45%;
padding-left: 25px;
}

.factory-page .about-11 .top .right .top1 .con h4 {
font-weight: 600;
font-size: 24px;
color: #000000;
line-height: 2;
margin-top: 32px;
}

.factory-page .about-11 .top .right .top1 .con span {
display: block;
width: 85px;
height: 4px;
background: var(--color);
margin: 22px 0
}

.factory-page .top h2 {
border-bottom: 1px solid #dbdbdb;
padding-bottom: 32px;
margin-bottom: 60px;
}

.factory-page .top .righ ul {
margin: -11px;
margin-bottom: 45px;
}

.factory-page .top .right ul li {
padding: 11px;
text-align: center;
font-size: 25px;
font-weight: 600;
}

.factory-page .top .right ul li a {
display: block;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;

}

.factory-page .top .right ul li:hover a,
.factory-page .top .right ul li.active a {
background: var(--color);
color: white;
}

.factory-page .wrap {
margin: -18px;
}

.factory-page .wrap li {
padding: 18px;
}

.factory-page .more {
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
display: block;
background: var(--color);
color: white;
font-size: 25px;
text-align: center;
height: 77px;
line-height: 2;
width: 335px;
margin: 60px auto;
}

.factory-page .more .fa {
margin-left: 5px;
}

.factory-page .more:hover {
background: black;
}

.factory-page .init-51 {
position: relative;
background: #f6f8f6;
padding: 137px 0 64px;
z-index: 11
}

.factory-page .init-51::after {
content: '';
position: absolute;
left: 0;
top: 64px;
width: 100%;
height: 167px;
background: url(/lyusenfilters/2024/07/01/fac12.png) no-repeat center;
z-index: -1
}

.factory-page .init-51 .title1 {
position: relative;
}

.factory-page .init-51 .title1 .tit3 {
display: initial;
position: relative;
font-weight: 600;
font-weight: 600;
font-size: 42px;
color: var(--color);
line-height: 2;
text-transform: uppercase;
padding: 42px 0;
}

.factory-page .init-51 .title1 .tit3::after {
content: '';
position: absolute;
left: -80px;
top: 50%;
transform: translateY(-50%);
width: 62px;
height: 116px;
background: url(/lyusenfilters/2024/07/01/fac14.png) no-repeat center;
}

.factory-page .init-51 .title1 .tit3::before {
content: '';
position: absolute;
right: -80px;
top: 50%;
transform: translateY(-50%);
width: 62px;
height: 116px;
background: url(/lyusenfilters/2024/07/01/fac13.png) no-repeat center;
}

.factory-page .init-51 .title1 span {
display: block;
width: 69px;
height: 4px;
background: var(--color);
margin: 0 auto;
margin-top: 32px;
}

.factory-page .init-51 .title1 p {
font-weight: 600;
font-size: 16px;
color: rgba(0, 0, 0, 0.7);
line-height: 2;
max-width: 1200px;
margin: 0 auto;
margin-top: 60px;
}

.factory-page .init-51 ul li .img {
width: 172px;
height: 172px;
background: #FFFFFF;
/*box-shadow: 23px 23px 35px 0px rgba(30,53,51,0.05);*/
border-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
}

.factory-page .init-51 .top {
margin-top: 50px
}

.factory-page .init-51 .bot {
transform: rotate(-180deg);
}

.factory-page .init-51 .bot ul li .img {
transform: rotate(180deg);
}

.factory-page .init-51 ul li {
padding: 20px 0
}



@media screen and (max-width: 972px) {
.factory-page .top .right ul li {
  width: 50%
}
}

@media screen and (max-width: 700px) {
.factory-page {
  padding: 40px 0
}

.factory-page .top .right ul li {
  width: 100%
}
}

.faq-page {
padding-bottom: 300px;
background: #FFFFFF;
}

.faq-page .faqbox .ui.container ul.faqlist li {
width: 100%;
border-bottom: 1px solid #eee;
}

.faq-page .faqbox .ui.container ul.faqlist li .top {
height: 100px;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;

padding: 0 160px;
width: 100%;
}

.faq-page .faqbox .ui.container ul.faqlist li .top i {
font-size: 20px;
color: #666;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 45px;
}

.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
position: absolute;
font-size: 30px;

color: #000;
top: 50%;
left: 45px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.faq-page .faqbox .ui.container ul.faqlist li span.anser {
color: var(--color);
}

.faq-page .faqbox .ui.container ul.faqlist li .content {
padding: 30px 0;
padding-left: 160px;
background: #f9f9f9;
display: none;
position: relative;
}

@media screen and (max-width: 700px) {
.faq-page .faqbox .ui.container ul.faqlist li .top {
  padding: 0 20px;
}

.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  display: none;
}

.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 20px;
}
.factory-page .init-51 .title1 .tit3{
  font-size: 28px;
}
.solu-4 {
  display: none;
}
}
.factory-page .slick-track .slick-slide>div {
  height: auto;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-box {
  display: flex;
}
.jc-space-between{
  justify-content: space-between;
}
.application .application-1 {
padding: 40px 0 40px;
background-color: #f4f4f4;
}
.application .application-1 .container .left {
  width: 28%;
  position: sticky;
    top: 120px;
}
.application .application-1 .container .left ul li.active {
background-color: #0c2031;
}
.application .application-1 .container .left ul li.active a h4 {
color: white;
}
.application .application-1 .container .left ul li {
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
.application .application-1 .container .left ul li:last-child {
margin-bottom: 0;
}
.application .application-1 .container .left ul li a {
height: 65px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 15px;
}
.application .application-1 .container .left ul li a .img_box {
width: 40px;
height: 40px;
border-radius: 50%;
background-color: var(--color);
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.application .application-1 .container .left ul li a h4 {
width: 75%;
margin-left: 20px;
line-height: 1.4;
}
.application .application-1 .container .left ul li a i {
font-size: 24px;
margin-left: auto;
}
.application .application-1 .container .left .box {
width: 100%;
border-radius: 20px;
overflow: hidden;
position: relative;
}
.application .application-1 .container .left .box .box-b {
position: absolute;
left: 50%;
bottom: 35px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width:100%;
}
.application .application-1 .container .left .box .box-b h4 {
color: white;
text-align: center;
}
.application .application-1 .container .left .box .box-b .text {
background-color: white;
padding: 15px 50px;
border-radius: 20px;
width: calc(100% - 100px);
margin: 0 auto;
text-align: center;
}
.application .application-1 .container .left .box img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.application .application-1 .container .right {
width: 67%;
padding-left: 50px;

}

.application .application-1 .container .right .imgs ul li {
width: 48%;
margin-bottom: 20px;
}
.application .application-1 .container .right .imgs ul li img {
width: 100%;
height: auto;
-o-object-fit: cover;
object-fit: cover;
}
.application .application-1 .container .right .faq-content ul li.active .title {
margin-bottom: 0;
background-color: var(--color);
color: white;
}
.application .application-1 .container .right .faq-content ul li.active .title span {
background-color:  #6d8cb9;
}
.application .application-1 .container .right .faq-content ul li.active .title span::after {
-webkit-transform: translate(-50%, -50%) rotate(0deg);
-moz-transform: translate(-50%, -50%) rotate(0deg);
-ms-transform: translate(-50%, -50%) rotate(0deg);
transform: translate(-50%, -50%) rotate(0deg);
}
.application .application-1 .container .right .faq-content ul li.active p {
max-height: -webkit-fit-content;
max-height: -moz-fit-content;
max-height: fit-content;
padding: 30px;
}
.application .application-1 .container .right .faq-content ul li {
width: 100%;
}
.application .application-1 .container .right .faq-content ul li .title {
background-color: #f7f7f7;
border-radius: 5px;
border: 1px solid var(--color);
padding: 15px 20px 10px 25px;
margin-bottom: 20px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.application .application-1 .container .right .faq-content ul li .title h4 {
width: 90%;
}
.application .application-1 .container .right .faq-content ul li .title:last-child {
margin-bottom: 0;
}
.application .application-1 .container .right .faq-content ul li .title span {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
width: 32px;
height: 32px;
border-radius: 50%;
background-color: var(--color);
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
cursor: pointer;
-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
}
.application .application-1 .container .right .faq-content ul li .title span::before {
content: "";
display: block;
width: 10px;
height: 3px;
background-color: white;
}
.application .application-1 .container .right .faq-content ul li .title span::after {
content: "";
display: block;
width: 10px;
height: 3px;
background-color: white;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%) rotate(90deg);
-moz-transform: translate(-50%, -50%) rotate(90deg);
-ms-transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(90deg);
-webkit-transform-origin: center;
-moz-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.application .application-1 .container .right .faq-content ul li p {
padding: 0 135px 0 25px;
max-height: 0;
overflow: hidden;
}
@media (max-width: 1200px) {
.application .application-1 .container .left ul li a {
  height: auto;
  padding: 20px 15px;
}
.application .application-1 .container .left ul li a h4 {
  font-size: 16px;
  line-height: 30px;
}
}
@media (max-width: 1000px) {
.application .application-1 .container .left {
  width: 100%;
  margin-bottom: 60px;
  position: static;
}
.application .application-1 .container .right {
  width: 100%;
  padding-left: 0;
}
.application .application-1 {
  padding: 10px 0 40px;
}
}
@media (max-width: 500px) {
.application .application-1 .container .right .imgs ul li {
  width: 100%;
  margin: 15px 0;
}
}




#index-body2 .product {
padding: 95px 0 115px;
background-color: #f4f4f4;
}
#index-body2 .product .product-content ul {
margin: 70px -15px 0;
}
#index-body2 .product .product-content ul li {
padding: 0 15px;
position: relative;
}
#index-body2 .product .product-content ul li:hover .box .img_box img {
-webkit-transform: translateY(75px);
-moz-transform: translateY(75px);
-ms-transform: translateY(75px);
transform: translateY(75px);
}
#index-body2 .product .product-content ul li:hover .box .title {
-webkit-transform: translateY(-310px);
-moz-transform: translateY(-310px);
-ms-transform: translateY(-310px);
transform: translateY(-310px);
}
#index-body2 .product .product-content ul li:hover .box .btn {
bottom: 0;
opacity: 1;
}
#index-body2 .product .product-content ul li .box .img_box {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 315px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;

}
#index-body2 .product .product-content ul li .box .img_box img {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#index-body2 .product .product-content ul li .box .title {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
display: block;
}
#index-body2 .product .product-content ul li .box .title h4 {
font-size: 18px;
font-family: var(--font);
-webkit-transition: color .5s;
-moz-transition: color .5s;
transition: color .5s;
line-height: 30px;
margin-top: 25px;
text-align: center;
}
#index-body2 .product .product-content ul li .box .title h4:hover {
color: var(--color);
}
#index-body2 .product .product-content ul li .box .btn {
position: absolute;
left: 50%;
bottom: -20%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
transition: opacity 0.5s;
opacity: 0;
}
@media (max-width: 700px) {
#index-body2 .product {
  padding: 70px 0;
}
#index-body2 .product .product-content .product-title .btn-go {
  margin-top: 35px;
}
#index-body2 .product .product-content ul li .box .img_box img{
  max-width: none;
  height: 100%;
}
}
@media (max-width: 500px) {
  #index-body .product {
  padding: 10px 0 0;
}
}


.baseCateNav {
margin-top: 50px;
overflow: hidden;
}
.baseCateNav ul {
border-bottom: 1px solid #d6d6d6;
}
.baseCateNav li {
display: inline-block;
padding: 20px 0;
position: relative;
}
.baseCateNav li + li::before {
content: "";
position: absolute;
left: 0;
top: 20px;
bottom: 20px;
border-left: 1px solid #d6d6d6;
}
.baseCateNav li a {
display: inline-block;
color: #777777;
position: relative;
}
.baseCateNav li a::before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -21px;
border-bottom: 3px solid transparent;
border-radius: 3px;
}
.baseCateNav li.active a {
font-weight: bold;
color: var(--color);
}
.baseCateNav li.active a::before {
border-color: var(--color);
}
.baseCateNav.wAuto ul {
margin-right: -25px;
}
.baseCateNav.wAuto li {
width: auto;
padding: 0;
margin: 0;
margin-right: 25px;
margin-bottom: 25px;
}
.baseCateNav.wAuto li::before {
display: none;
}
.baseCateNav.wAuto li a::before {
display: none;
}
@media (max-width: 1024px) {
.baseCateNav {
  margin-top: 30px;
}
.baseCateNav li {
  width: auto!important;
  padding: 0;
  margin: 10px;
}
.baseCateNav li a::before {
  display: none;
}
.baseCateNav li + li::before {
  display: none;
}
}


.support-1 {
padding-top: 10px;
}
.support-1 .desc {
max-width: 800px;
margin: auto;
}
.support-1 .list ul {
margin-right: -35px;
}
.support-1 .list li {
padding-right: 35px;
margin-bottom: 35px;
}
.support-1 .list .box {
position: relative;
overflow: hidden;
}
.support-1 .list .box .text {
background-color: #fff;
padding: 0 20px 40px;
border-radius: 16px;
}
.support-1 .list .box .text i {
position: relative;
display: block;
width: 100px;
height: 100px;
line-height: 100px;
border-radius: 50%;
text-align: center;
background-color: #fff;
margin: -50px auto 20px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.support-1 .list .box .text i img {
vertical-align: middle;
}
.support-1 .list .box .text p {
color: #777777;
}
.support-2 {
padding: 60px 0 60px 0 ;
background-color: #fff;
}
.support-2 .box {
padding: 70px 80px;
border: 1px solid #c6c6c6;
}
.support-2 .form ul {
margin: -12px;
}
.support-2 .form li {
padding: 12px;
}
.support-2 .form li:last-child{
text-align: center;
}
.support-2 .form li.wid-100 {
width: 100%;
}
.support-2 .form input,
.support-2 .form textarea {
padding: 20px;
width: 100%;
font-size: 18px;
background-color: #f7f9ff;
border: none;
}
.support-2 .form input[type='submit'] {
padding: 15px;
font-size: 24px;
font-weight: bold;
max-width: 290px;
color: #FFFFFF;
background-color: var(--color);
}
.support-2 .form textarea {
height: 280px;
}
@media (max-width: 1024px) {
.support-1 {
  padding-top: 60px;
}
.support-2 {
  padding: 60px 0;
}
.support-2 .box {
  padding: 35px;
}
.support-2 .form input,
.support-2 .form textarea {
  padding: 15px;
  font-size: 16px;
}
.support-2 .form textarea {
  height: 200px;
}
.support-2 .form input[type='submit'] {
  font-size: 20px;
}
}
@media (max-width: 768px) {
.support-2 .box {
  padding: 15px;
}
.support-2 .form input,
.support-2 .form textarea {
  padding: 10px;
  font-size: 14px;
}
.support-2 .form textarea {
  height: 150px;
}
}
@media (max-width: 500px) {
.support-2 .form input[type='submit'] {
  font-size: 16px;
  max-width: 100%;
}
}
.download-page{
background:transparent;
background-color: #f4f4f4;
}
.download-1 {
margin-top: 90px;
}
.download-1 .box {
padding: 50px 50px 70px;
background-color: #f0f9fb;
-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.download-1 ul {
margin: 0 -20px;
}
.download-1 li {
padding: 0 20px;
}
.download-1 li label {
display: inline-block;
margin-left: 25px;
margin-bottom: 10px;
}
.download-1 li input,
.download-1 li select {
width: 100%;
height: 48px;
padding: 0 25px;
font-size: 18px;
border: none;
}
.download-1 li select {
background: #FFFFFF url(../images/arrow_down.png) no-repeat right 1rem center;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.download-2 .list ul {
margin: -10px;
}
.download-2 .list li {
padding: 10px;
}
.download-2 .list li > div {
padding-top: 15px;
padding-bottom: 15px;
padding-left: 48px;
padding-right: 22px;
line-height: 44px;
background-color: #f1f1f1;
overflow: hidden;
-webkit-transition: background-color 0.5s ease;
-moz-transition: background-color 0.5s ease;
transition: background-color 0.5s ease;
}
.download-2 .list li > div:hover {
background-color: #f0f9fb;
}
.download-2 .list li > div:hover .btn {
opacity: 1;
}
.download-2 .list li img {
vertical-align: middle;
}
.download-2 .list li .icon {
float: left;
}
.download-2 .list li .name {
padding-left: 65px;
line-height: 1.5;
margin-top: 10px;
}
.download-2 .list li .btn {
float: right;
opacity: 0;
-webkit-transition: opacity .5s ease;
-moz-transition: opacity .5s ease;
transition: opacity .5s ease;
}
.download-2 {
padding: 60px 0 100px;
}
@media (max-width: 1024px) {
.download-1 {
  margin-top: 60px;
}
.download-1 li {
  margin-bottom: 15px;
  width: 100%!important;
}
.download-1 .box {
  padding: 45px;
}
.download-2 {
  padding: 60px 0;
}
.download-2 .list li {
  width: 100%!important;
}
}
@media (max-width: 500px) {
.download-1 .box {
  padding: 20px;
}
.download-2 .list li > div {
  padding: 15px;
}
.download-2 .list li .name {
  padding-left: 50px;
}
}

.color {
  color: var(--color);
}

.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.video-page{
background: transparent;
background-color: #f4f4f4;
}
.video-1 {
padding: 90px 0;
}
.video-1 + .video-1 {
padding-top: 0;
}
.video-1 .list ul {
margin: -35px -15px;
}
.video-1 .list li {
padding: 35px 15px;
}
.video-1 .list .name {
padding: 30px;
background-color: #f0f9fb;
}
.video-1 .list .img .play {
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
cursor: pointer;
}
@media (max-width: 1240px) {
.video-1 .list .name {
  padding: 15px;
}
}
@media (max-width: 1024px) {
.video-1 {
  padding: 60px 0;
}
}
@media (max-width: 768px) {
.video-1 .list ul {
  margin: -15px;
}
.video-1 .list li {
  padding: 15px;
}
}


.application .application-1 .container .right .guanlian ul {
    margin: 20px -15px 0
}

.application .application-1 .container .right .guanlian ul li {
    padding: 0 15px;
    position: relative
}

.application .application-1 .container .right .guanlian ul li:hover .box .img_box img {
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px)
}

.application .application-1 .container .right .guanlian ul li:hover .box .title {
    -webkit-transform: translateY(-222px);
    -moz-transform: translateY(-222px);
    -ms-transform: translateY(-222px);
    transform: translateY(-222px)
}

.application .application-1 .container .right .guanlian ul li:hover .box .btn {
    bottom: 0;
    opacity: 1
}

.application .application-1 .container .right .guanlian ul li .box .img_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.application .application-1 .container .right .guanlian ul li .box .img_box img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.application .application-1 .container .right .guanlian ul li .box .title {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    display: block
}

.application .application-1 .container .right .guanlian ul li .box .title h4 {
    font-size: 18px;
    font-family: var(--font);
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    transition: color .5s;
    line-height: 30px;
    margin-top: 25px;
    text-align: center
}

.application .application-1 .container .right .guanlian ul li .box .title h4:hover {
    color: var(--color)
}

.application .application-1 .container .right .guanlian ul li .box .btn {
    position: absolute;
    left: 50%;
    bottom: -20%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0
}


.news-page2 {
    padding: 120px 0;
}

.news-page2 .sideLeft ul li {
    padding: 55px 0;
    border-bottom: 1px solid #eee;
}

.news-page2 .sideLeft ul li .img-box {
    position: relative;
    width: 55%;
    padding-right: 40px;
    vertical-align: middle;
}

.news-page2 .sideLeft ul li .img-box a {
    overflow: hidden;
}

.news-page2 .sideLeft ul li .img-box span {
    position: absolute;
    left: 15px;
    bottom: 15px;
    line-height: 30px;
    background: var(--color);
    color: white;
    font-size: 16px;
    padding: 7px 15px;
}

.news-page2 .sideLeft ul li .content {
    width: 45%;
    vertical-align: middle;
}

.news-page2 .sideLeft ul li .content .time {
    font-size: 16px;
    line-height: 30px;
    color: var(--color);
}

.news-page2 .sideLeft ul li .content h5 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 13px;
}

.news-page2 .sideLeft ul li .content .des {
    font-size: 18px;
    line-height: 32px;
    margin: 20px 0;
    color: #b5b5b5;
}

.news-page2 .sideLeft ul li .content .mores {
    font-size: 18px;
}

.news-page2 .sideLeft ul li .content .mores img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    vertical-align: baseline;
    margin-left: 8px;
}

.news-page2 .sideLeft ul li .content .mores:hover img {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.news-page2 .sideLeft ul li:first-child {
    padding-top: 0;
}

.news-page2 .sideRight .like-pro ul li p {
    width: 100%;
}

.news-page2 .sideRight .like-pro ul li .time {
    color: #b5b5b5;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
}


.inner-page2 .sideLeft {
    width: 70% !important;
}

.inner-page2 .sideRight {
    width: 30% !important;
    padding-left: 125px;
    position: sticky;
    top: 120px;
}

.inner-page2 .sideRight form {
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}

.inner-page2 .sideRight form input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 2px solid black;
    height: 40px;
}

.inner-page2 .sideRight form input[type="submit"] {
    position: absolute;
    right: 0;
    height: 100%;
    width: 40px;
    background: url(../images/search.png) no-repeat center;
}

.inner-page2 .sideRight h5 {
    font-size: 24px;
    line-height: 44px;
    font-family: 'Butler';
    font-weight: 400;
    margin-bottom: 10px;
}

.inner-page2 .sideRight .category {
    margin-bottom: 50px;
}

.inner-page2 .sideRight .category ul li {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    padding: 10px 0;
    position: relative;
}

.inner-page2 .sideRight .category ul li .fa {
    position: absolute;
    right: 0;
    top: 15px;
}

.inner-page2 .sideRight .category ul li ul li {
    font-size: 16px;
    /*padding-left: 35px;*/
}

.inner-page2 .sideRight .category ul li.active,
.inner-page2 .sideRight .category ul li:hover {
    color: var(--color);
}
.inner-page2 .sideRight .category ul li .nav2 a{
  color: #666;
}

.inner-page2 .sideRight .like-pro ul {
    margin-bottom: 60px;
}

.inner-page2 .sideRight .like-pro ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #eee;
}

.inner-page2 .sideRight .like-pro ul li:last-child {
    border-bottom: none;
}

.inner-page2 .sideRight .like-pro ul li .img-box {
    width: 47%;
    border: 1px solid #dcdcdc;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.inner-page2 .sideRight .like-pro.news ul li .img-box {
    border: none;
    width: 36%;
}

.inner-page2 .sideRight .like-pro.news ul li .txt {
    width: 64%;
}

.inner-page2 .sideRight .like-pro ul li:hover .img-box {
    border-color: black;
}

.inner-page2 .sideRight .like-pro ul li p {
    width: 65%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding-left: 20px;
}

.inner-page2 .sideRight .share {
    margin-bottom: 80px;
}

.inner-page2 .sideRight .share a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border: 1px solid #eee;
    margin-right: 7px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.inner-page2 .sideRight .share a:hover {
    background: #000;
    color: white;
}

.inner-page2 .sideRight .imgbox {
    position: relative;
    background: url(../images/side-bg.jpg) no-repeat;
    background-size: cover;
    height: 365px;
}

.inner-page2 .sideRight .imgbox img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1600px) {
    .inner-page2 .sideRight {
        padding-left: 65px;
    }
}

@media screen and (max-width: 1400px) {
    .inner-page2 .sideRight {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .inner-page2 .sideRight .like-pro ul li p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
     .inner-page2 .sideLeft {
        width: 100% !important;
    }
    .inner-page2 .sideRight {
        display: none !important;
    }
}

@media screen and (max-width: 700px) {
    .news-page2 .sideLeft ul li .content h5 {
        font-size: 22px;
        line-height: 40px;
    }
}

@media screen and (max-width: 500px) {
    .news-page2 .sideLeft ul li .img-box {
        width: 100%;
        padding-right: 0;
    }

    .news-page2 .sideLeft ul li .content {
        width: 100%;
        margin-top: 20px;
    }
}