html {
    margin:0;
}
body {
    max-width: 1920px;
    --color: #146562;
    --color2: #217776;
    font-weight: normal;
    color: #19262a;
    margin: 0 auto;
}
.container {
    width: 1440px;
}
.body-overflow-box {
    position: relative;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
hr {
    opacity: .15;
}
#header {
    z-index: 21;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#header hr {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#header .nav {
    position: relative;
    z-index: 1;
}
#header .nav .ui.menu {
    margin: 0 auto;
    height: 74px;
}
#header .nav .ui.menu li.logo {
    margin: 0 10%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#header .nav .ui.menu div.logo {
    height: 100%;
}
#header .nav .ui.menu .menu-box {
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    height: 100%;
}
#header .nav .ui.menu .menu-box > div {
    height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
    height: 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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    float: left;
    position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li.logo+li {
    --color:rgb(247, 110, 17);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
    color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
    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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#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: 14px;
    background: #fff;
    top: 100%;
    left: -10px;
    width: 180px;
    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;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-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;
    -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;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    /*overflow: hidden;*/
}
#header .nav .ui.menu .menu-box ul.menu > li.menu-item-334147 ul {
    display: none !important
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
    display: block;
    float: none;
    padding: 8px 15px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
    display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
    background: #222;
    color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
    display: block;
}
#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 .h-search {
    cursor: pointer;
    cursor: hand;
    color: #838383;
}
#header .nav .ui.menu .yuy span {
    color: #838383;
    cursor: pointer;
    cursor: hand;
}
#header .nav .ui.menu .msg {
    color: #838383;
    cursor: pointer;
    cursor: hand;
}
#header .newsInfo .box {
    background-color: var(--color2);
    height: 44px;
    padding: 0 1.5%;
    -webkit-transition: 0.5s background-color;
    -moz-transition: 0.5s background-color;
    transition: 0.5s background-color;
	color: white;
}
#header .newsInfo .box .slick-slide {
    float: none;
}
#header .newsInfo .box .slickDots {
    min-width: 10%;
}
#header .newsInfo .box .slickDots ul {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}
#header .newsInfo .box .slickDots li {
    background-color: white;
    border: none;
}
#header .newsInfo .box .slickDots li.slick-active {
    background-color: #ff9800;
}
#header .product {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: -webkit-calc(100vh - 74px);
    height: -moz-calc(100vh - 74px);
    height: calc(100vh - 74px);
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.28);
    display: none;
    color: black;
}
#header .product .ui.container {
    max-height: 100%;
}
#header .product .box {
    padding: 2% 4%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: white;
    max-height: -webkit-calc(95vh - 74px);
    max-height: -moz-calc(95vh - 74px);
    max-height: calc(95vh - 74px);
    overflow: auto;
}
#header .product .left a.active {
    color: var(--color);
}
#header .product .left ul ul {
    display: none;
}
#header .product .right a.img-box {
    background-color: #eff1f6;
}
#header .product .right a.img-box span {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
    -moz-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    z-index: 1;
    min-width: 12.5em;
    height: 3em;
    padding: 0 1em;
    max-width: 90%;
    opacity: 0;
}
#header .product .right a.img-box:hover span {
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}
/*#header.active {
  background-color: var(--color);
  color: white;
}
#header.active hr {
  background-color: white;
}
#header.active .newsInfo .box {
  background-color: #23a4b7;
}
#header.active .nav .ui.menu .menu-box ul.menu > li:hover {
  color: white;
  text-decoration: underline;
}
#header.active .logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#header.active .nav .ui.menu .yuy span,
#header.active .nav .ui.menu .h-search,
#header.active .nav .ui.menu .msg {
  color: inherit;
}*/
#header .nav .search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}
#header .nav .search-box form {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
}
#header .nav .search-box form input {
    background: none;
    outline: none;
    border: none;
}
#header .nav .search-box form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    color: #000;
    padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/tc-zoom.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#header .nav .search-box .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}
#banner .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 80px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
#banner .slick-arrow:hover {
    background-color: var(--color);
}
#banner:hover .slick-arrow {
    opacity: 1;
}
#banner .slick-prev {
    background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
    left: 15px;
}
#banner .slick-next {
    background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
    right: 15px;
}
#banner ul.slick-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#banner ul.slick-dots li {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    border: 6px solid white;
    background-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#banner ul.slick-dots li button {
    display: none;
}
#banner ul.slick-dots li.slick-active {
    border-color: var(--color);
    background-color: white;
}
#banner .slick-slide .content {
    display: none;
}
#banner .slick-active .content {
    display: block;
}
.wpulike.wpulike-default {
    display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
    display: inline-block;
}
.post-views-box {
    position: relative;
    margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
    background-image: url(../images/fw.png) !important;
    -webkit-filter: none;
    filter: none;
}
.wpulike {
    z-index: 10;
}
.wpulike.post-views-box {
    z-index: 5;
}
#banner .nivo-directionNav a {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    color: transparent;
    overflow: hidden;
    text-indent: -999em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#banner .nivo-directionNav a {
    opacity: 0;
}
#banner:hover .nivo-directionNav a {
    opacity: 1;
}
#banner .nivo-directionNav a:hover {
    background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
    background-image: url(../images/banner-btn-l.png);
    left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
    background-image: url(../images/banner-btn-r.png);
    right: 40px;
}
#banner .theme-default .nivo-controlNav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
    width: 25px  !important;
    height: 25px !important;
    background: #fff !important;
    border: 7px solid #7d7d7d !important;
    border-radius: 100% !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
    border-color: var(--color) !important;
}
html.mobile {
    overflow: hidden;
}
html.mobile .body-overflow-box {
    position: relative;
    left: 280px;
}
#mobile {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .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: .5s;
    -moz-transition: .5s;
    transition: .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;
}
#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%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-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: var(--color);
    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%);
    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;
}
#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: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
    background: var(--color);
}
#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%) 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%) 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;
}
@media screen and (max-width: 1000px) {
    #banner,
    .inner-banner {
        margin-top: 40px;
    }
}
#spotlight.show {
    display: inline-block;
    background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
    border: 10px solid white !important;
    border-radius: 10px;
}
#spotlight .header {
    background: black !important;
}
span.h2 {
    line-height: 1.2;
}
span.h2.line {
    line-height: 1;
    border-left: 0.18518519em solid var(--color2);
    padding-left: 0.44444444em;
}
.more {
    height: 3.625em;
    min-width: 15em;
    border-radius: 1.8125em;
    background-color: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.more:hover {
    background-color: var(--color2);
}
.text {
    line-height: 1.5;
}
a.link {
    text-decoration: underline;
    color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
a.link:hover {
    color: var(--color2);
}
a.link2 {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
a.link2 i {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    background-color: var(--color);
    color: white;
    margin-left: .8em;
}
a.link2:hover {
    color: var(--color);
}
#banner li {
    position: relative;
}
#banner li .content {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    top: 57%;
}
#banner li .content .dots span {
    width: 1em;
    height: 1em;
    border-radius: 100%;
    border: 1px solid transparent;
    position: relative;
    opacity: .5;
    cursor: pointer;
    cursor: hand;
}
#banner li .content .dots span:before {
    content: '';
    width: .5em;
    height: .5em;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
}
#banner li .content .dots span.active {
    border-color: white;
    opacity: 1;
}
#index-body .init-1 hr {
    margin: 0;
}
#index-body .init-1 li a.img-box {
    border-left: 1px solid rgba(102, 102, 102, 0.15);
}
#index-body .init-1 .list {
    border-right: 1px solid rgba(102, 102, 102, 0.15);
    overflow: hidden;
}
#index-body .init-2 .ui.container {
    max-width: 1040px;
}
#index-body .init-3 {
    color: white;
}
#index-body .init-3 sub {
    vertical-align: baseline;
}
#index-body .init-3 .list {
    padding-left: 7%;
}
#index-body .init-4 .slide {
    height: 520px;
    padding: 3%;
    position: relative;
    overflow: hidden;
}
#index-body .init-4 .slide .content {
    width: 100%;
    background-color: white;
    padding: 3%;
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .init-4 .slide span.h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2.5%;
    background-color: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .init-4 .slide:hover .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
#index-body .init-4 .slide:hover span.h5 {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
#index-body .init-5 {
    color: white;
	background-color:#23c5bf;
}
#index-body .init-5 .text {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}
#index-body .init-5 .box .text {
    max-width: none;
}
#index-body .init-5 .box .slide {
    padding: 2.5% 4%;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    height: 100px;
	position:relative;
	z-index:1;
}
#index-body .init-5 .box .slide:after {
	content:'';
	width:100%;
	height:100%;
	z-index:-1;
	position:absolute;
	left:0;
	top:0;
	background-color:rgba(0,0,0,.4);
}
#index-body .init-5 .box .slide .content {
    position: relative;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .init-5 .box .slide .content .left {
    position: absolute;
    width: 44%;
    bottom: 100%;
}
#index-body .init-5 .box .slide .content .left a.link {
    color: white;
}
#index-body .init-5 .box .slide .content .left a.link:hover {
    color: var(--color);
}
#index-body .init-5 .box .slide .play {
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-color: white;
}
#index-body .init-5 .box .slide .play i {
    border-left-color: var(--color);
}
#index-body .init-5 .box .slide.active {
    height: 430px;
}
#index-body .init-5 .box .slide.active .content,
#index-body .init-5 .box .slide.active .play {
    opacity: 1;
}
#index-body .init-5 .box .slide.active > span.h5 {
    opacity: 0;
}
#index-body .init-6 .list ul li {
    width: 19%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    height: 410px;
    color: white;
}
#index-body .init-6 .list ul li a {
    height: 100%;
    padding: 2%;
    position: relative;
    z-index: 1;
}
#index-body .init-6 .list ul li a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.18);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .init-6 .list ul li.active {
    width: 43%;
}
#index-body .init-6 .list ul li.active a:before {
    opacity: 0;
}
#index-body .init-7 .list ul li {
    background-color: #eff1f6;
    padding: 5%;
    overflow: hidden;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
}
#index-body .init-7 .list ul li a.img-box {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-bottom: -25%;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    background-color: inherit;
    mix-blend-mode: multiply;
}
#index-body .init-7 .list ul li a.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
}
#index-body .init-7 .list ul li a.img-box img.active {
    opacity: 1;
    z-index: 1;
    position: static;
}
#index-body .init-7 .list ul li .content {
    background-color: white;
    padding: 5%;
    opacity: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .init-7 .list ul li .content .color span {
    width: 1em;
    height: 1em;
    border-radius: 100%;
    cursor: pointer;
    cursor: hand;
    border: 1px solid transparent;
}
#index-body .init-7 .list ul li .content .color span.active {
    border-color: var(--color2);
}
#index-body .init-7 .list ul li .content .color a {
    font-size: .7em;
}
#index-body .init-7 .list ul li .content a.more {
    height: 3em;
    min-width: 10.625em;
    white-space: nowrap;
}
#index-body .init-7 .list ul .slick-slide {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
}
#index-body .init-7 .list ul .slick-slide.slick-current {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#index-body .init-7 .list ul .slick-slide.slick-current li {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
#index-body .init-7 .list ul .slick-slide.slick-current .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
#index-body .init-7 .list ul .slick-slide.slick-current a.img-box {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}
#index-body .init-7 .list .slickBtn div {
    height: 3.5em;
    width: 3.5em;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
#index-body .init-7 .list .slickBtn div i {
    font-size: 1.4em;
}
#index-body .init-7 .list .slickBtn div.prev {
    left: -0.65em;
}
#index-body .init-7 .list .slickBtn div.next {
    right: -0.65em;
    left: auto;
}
#index-body .init-7 .list .slickBtn div:hover {
    background-color: var(--color2);
}
#index-body .init-8 {
    background-color: #fafafc;
}
#index-body .init-8 .left .list ul li {
    border-bottom: 1px solid #c9c9cb;
}
#index-body .init-8 .left .list ul li span.h6 i {
    width: .6em;
    height: .6em;
    position: relative;
    margin-top: .45em;
    cursor: pointer;
    cursor: hand;
}
#index-body .init-8 .left .list ul li span.h6 i:after,
#index-body .init-8 .left .list ul li span.h6 i:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-color: black;
}
#index-body .init-8 .left .list ul li span.h6 i:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#index-body .init-8 .left .list ul li span.h6 i.active:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
#index-body .init-8 .left .list ul li .text {
    display: none;
}
#footer {
    background-color: var(--color);
    color: white;
}
#footer hr {
    background-color: white;
    margin: 0;
    opacity: .3;
}
#footer .footer-top sup {
    vertical-align: text-top;
    font-size: .7em;
}
#footer .footer-top .text a {
    text-decoration: underline;
}
#footer .footer-top .more {
	background-color:white;
	color:var(--color);
}
#footer .footer-top .more:hover {
	background-color:var(--color);
	color:white;
}
#footer .footer-center .logo {
    filter: brightness(0) invert(1);
}
#footer .footer-center a.more {
    min-width: 13.125em;
    padding: 0 1em;
    color: var(--color);
    background-color: white;
    height: 3.25em;
}
#footer .footer-center a.more i {
    font-size: 1.4em;
}
#footer .footer-center a.more:hover {
    background-color: var(--color2);
    color: white;
}
#footer .footer-center span.h5 {
    letter-spacing: .08em;
}
#footer .footer-center .share {
    color: rgba(255, 255, 255, 0.7);
}
#footer .footer-center .share a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#footer .footer-center .share a:hover {
    color: var(--color2);
}
#footer .footer-center .nav li {
    margin-bottom: .8em;
}
#footer .footer-center .nav li:last-child {
    margin-bottom: 0;
}
#footer .footer-center .nav li:hover {
    text-decoration: underline;
}
#footer .footer-center .info {
	max-width:300px;
}
#footer .footer-center .info li {
    margin-bottom: .5em;
    text-decoration: none !important;
}
#footer .footer-center .info i {
    width: 1.57142857em;
    text-align: center;
    line-height: 1;
}
#footer .footer-center .info i:before {
    font-size: 1.2em;
}
#footer .footer-center #ewm2,
#footer .footer-center .ewm>img {
    width: 120px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .footer-center #ewm2 img {
    border: 4px solid white;
}
#footer .footer-center .slide:first-child {
    margin-right: 3%;
}
#footer .footer-bottom .coy {
    color: rgba(255, 255, 255, 0.68);
}
#footer .footer-bottom .coy svg {
    max-height: 1.5em;
    width: auto;
    fill: rgba(255, 255, 255, 0.68);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: block;
}
#footer .footer-bottom .coy svg:hover {
    fill: white;
}
#footer .footer-bottom .coy a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#footer .footer-bottom .coy a:hover {
    color: white;
}
/*#sidebar {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
#sidebar ul li {
    background-color: white;
    color: var(--color2);
}
#sidebar ul li.last {
    border-bottom-left-radius: .2em;
}
#sidebar ul li .child {
    white-space: nowrap;
}
#sidebar ul li.top {
    margin-top: .3em;
    border-top-left-radius: .2em;
    border-top: none;
}
#sidebar ul li:hover {
    background-color: var(--color2);
    color: white;
}
#sidebar {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
@media screen and (max-width: 1250px) {
    #index-body .init-4 .slide,
    #index-body .init-6 .list ul li {
        height: 310px;
    }
    #index-body .init-5 .box .slide.active {
        height: 350px;
    }
    #index-body .init-5 .box .slide {
        height: 70px;
    }
    .font-20 {
        font-size: 16px;
    }
    .font-27 {
        font-size: 22px;
    }
}
@media screen and (max-width: 1000px) {
    #index-body .init-4 .slide,
    #index-body .init-6 .list ul li {
        height: 250px;
    }
    #index-body .init-5 .box .slide.active {
        height: 260px;
    }
    #index-body .init-5 .box .slide .content .left i img {
        max-height: 40px;
    }
    #index-body .init-5 .box .slide {
        height: 60px;
    }
    #sidebar {
        font-size: 18px;
    }
    #footer .footer-center .slide:nth-child(2),
    #footer .footer-center .slide:nth-child(3),
    #footer .footer-center .slide:nth-child(4) {
        display: none !important;
    }
    #footer .footer-center #ewm2 {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    #footer .footer-center .slide:first-child {
        margin-right: 0;
    }
    .more,
    #index-body .init-7 .list ul li .content a.more {
        height: 2.8em;
        min-width: auto;
        padding: 0 1.5em;
    }
    #banner li .dots {
        display: none;
    }
    #index-body .init-3 .list {
        padding: 0;
    }
    #index-body .init-4 .slide .content {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    #index-body .init-4 .slide span.h5 {
        display: none;
    }
    #index-body .init-4 .slide,
    #index-body .init-6 .list ul li {
        height: 200px;
    }
    #index-body .init-5 .box .slide .content .left {
        position: static;
        width: 100%;
    }
    #index-body .init-5 .box .slide.active,
    #index-body .init-5 .box .slide {
        height: auto;
    }
    #index-body .init-5 .box .slide span.h5 {
        display: none;
    }
    #index-body .init-5 .box .slide .content,
    #index-body .init-5 .box .slide .play {
        opacity: 1;
    }
    #index-body .init-5 .box .slide .play {
        position: relative;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        transform: unset;
        left: auto;
        top: auto;
        margin-top: 1em;
        margin-bottom: 2em;
    }
    #index-body .init-6 {
        display: none;
    }
    #index-body .init-7 {
        padding-top: 60px;
    }
    .font-22 {
        font-size: 17px;
    }
}
@media screen and (max-width: 500px) {
    .font-73 {
        font-size: 22px;
    }
    #banner a.more {
        display: none;
    }
    #banner span.h2 {
        margin-bottom: 0;
    }
    #banner li .content {
        top: 40%;
    }
    .font-27 {
        font-size: 20px;
    }
    #index-body .init-3 .list ul {
        gap: 4%;
    }
    #index-body .init-3 .list ul li:nth-child(1),
    #index-body .init-3 .list ul li:nth-child(3) {
        width: 60%;
    }
    #index-body .init-3 .list ul li:nth-child(2),
    #index-body .init-3 .list ul li:nth-child(4) {
        width: 36%;
    }
    .font-22 {
        font-size: 16px;
    }
    #footer .footer-top .flex,
    #footer .footer-center .box,
    #footer .footer-bottom .coy {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #footer .footer-top .flex > *,
    #footer .footer-center .box > * {
        width: 100%;
    }
    #footer .footer-center .box .slide {
        margin-top: 5%;
    }
    #footer .footer-center .box .slide:first-child {
        margin-top: 0;
    }
    #footer .footer-center .box .slide .logo img {
        max-height: 40px;
    }
}
.inner-banner {
    color: white;
}
.inner-page .slickBtn div {
    width: 3.7em;
    height: 3.7em;
    color: var(--color);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.09);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.09);
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: white;
}
.inner-page .slickBtn div:before {
    content: '';
    width: 102%;
    height: 102%;
    position: absolute;
    top: -1%;
    left: -1%;
    border-radius: inherit;
    background-image: -webkit-gradient(linear, right top, left top, from(var(--color)), to(#1db5cb));
    background-image: -webkit-linear-gradient(right, var(--color), #1db5cb);
    background-image: -moz-linear-gradient(right, var(--color), #1db5cb);
    background-image: linear-gradient(to left, var(--color), #1db5cb);
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .slickBtn div i {
    font-size: 1.4em;
}
.inner-page .slickBtn div.next {
    margin-left: 2em;
}
.inner-page .slickBtn div:hover {
    color: white;
}
.inner-page .slickBtn div:hover:before {
    opacity: 1;
}
.inner-page .slickBtn.pos div {
    margin: 0;
    position: absolute;
    background-image: -webkit-gradient(linear, right top, left top, from(var(--color)), to(#1db5cb));
    background-image: -webkit-linear-gradient(right, var(--color), #1db5cb);
    background-image: -moz-linear-gradient(right, var(--color), #1db5cb);
    background-image: linear-gradient(to left, var(--color), #1db5cb);
    background-color: transparent;
}
.inner-page .slickBtn.pos div:before {
    background-color: white;
    background-image: none;
    opacity: 1;
}
.inner-page .slickBtn.pos div:hover:before {
    opacity: 0;
}
.inner-page .m-page > div {
    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;
    gap: .5em;
}
.inner-page .m-page a,
.inner-page .m-page span {
    width: 2.5em;
    height: 2.5em;
    border-radius: 100%;
    border: 1px solid #eee;
    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;
}
.inner-page .m-page a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-color: var(--color);
    color: white;
}
.about-page .about-1 {
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 34.11458333% auto;
}
.about-page .about-1 span.tag {
    color: var(--color);
}
.about-page .about-1 .play {
    background-color: white;
}
.about-page .about-1 .play i {
    border-left-color: var(--color);
}
.about-page .about-1 .text {
    line-height: 1.625;
}
.about-page .about-1 .text p {
    margin-top: 1.625em;
}
.about-page .about-1 .text p:first-child {
    margin-top: 0;
}
.about-page .about-2 {
    color: white;
}
.about-page .about-2 sub {
    vertical-align: baseline;
}
.about-page .about-2 .list {
    padding-left: 7%;
}
.about-page .about-3 .box {
    height: 100%;
    padding-left: 15%;
    padding-right: 15%;
    border: 1px solid #dbdde3;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .box span.h6 {
    font-weight: 500;
}
.about-page .about-3 .box i {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .box:hover {
    background-color: var(--color);
    color: white;
    border-color: var(--color);
}
.about-page .about-3 .box:hover i {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.about-page .about-4 .top {
    background-position: bottom center;
    background-repeat: no-repeat;
}
.about-page .about-4 .top .list ul a.img-box {
    max-width: 220px;
    margin-left: 20px;
}
.about-page .about-4 .top .list ul .content {
    padding-left: 20px;
    position: relative;
    overflow: hidden;
}
.about-page .about-4 .top .list ul .content span.h6 {
    line-height: 1;
}
.about-page .about-4 .top .list ul .content:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: var(--color);
    border-radius: 100%;
}
.about-page .about-4 .top .list ul .content:after {
    content: '';
    width: 1px;
    height: 100%;
    top: 20px;
    position: absolute;
    left: 5px;
    background-color: var(--color);
    opacity: .5;
}
.about-page .about-4 .top .list ul .slick-slide {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
    margin-top: 120px;
}
.about-page .about-4 .top .list ul .slick-current ~ div {
    margin-top: 0;
}
.about-page .about-4 .top .list ul .slick-current + div,
.about-page .about-4 .top .list ul .slick-current + div + div + div {
    margin-top: 60px;
}
.about-page .about-4 .bottom .line {
    height: 2px;
    background-color: #eaeaea;
    position: relative;
    display: block;
}
.about-page .about-4 .bottom .line i {
    height: 100%;
    position: absolute;
    left: 0;
    width: 0;
    background-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .bottom .list {
    color: #999;
}
.about-page .about-4 .bottom .list li {
    cursor: pointer;
    cursor: hand;
}
.about-page .about-4 .bottom .list .slick-current {
    color: var(--color);
}
.about-page .about-5 {
    color: white;
}
.about-page .about-5 .text {
    max-width: 610px;
}
.about-page .about-5 a.more {
    height: 3em;
    min-width: 10.625em;
}
.about-page .about-6 .list {
    position: relative;
}
.about-page .about-6 .list:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-image: url("../images/about-6-bg.jpg");
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
}
.manufacture-page .manufacture-2 {
    color: white;
}
.manufacture-page .manufacture-2 .slickBtn div {
    top: 45%;
}
.manufacture-page .manufacture-3 .play {
    background-color: white;
}
.manufacture-page .manufacture-3 .play i {
    border-left-color: var(--color);
}
.development-page .development-1 .list span.h6 {
    line-height: 1;
    color: var(--color);
}
.development-page .development-1 .list span.h6 sub {
    vertical-align: baseline;
}
.development-page .development-2 .text {
    max-width: 610px;
}
.development-page .development-2 .list .head {
    border: 4px solid var(--color);
    border-radius: 100%;
    overflow: hidden;
    width: 18%;
}
.development-page .development-2 .list .head img {
    width: 100%;
}
.development-page .development-2 .list span.h2 small {
    color: var(--color);
}
.development-page .development-2 .list .text {
    max-width: none;
    letter-spacing: .05em;
}
.development-page .development-2 .list .works {
    width: 18%;
    border: 1px solid var(--color);
    border-top-right-radius: 36px;
    overflow: hidden;
    margin-left: 1%;
}
.development-page .development-2 .list .works span.h6 {
    padding: .4em;
    background-color: var(--color);
    color: white;
}
.development-page .development-2 .list .works .box {
    padding: 10%;
}
.development-page .development-2 .list .line {
    height: 2px;
    background-color: #eaeaea;
    position: relative;
}
.development-page .development-2 .list .line i {
    position: absolute;
    left: 0;
    width: 18%;
    height: 100%;
    background-color: var(--color);
}
.lab-page .lab-1 .list img {
    cursor: pointer;
    cursor: hand;
}
.lab-page .lab-1 .list .text p {
    margin-bottom: .5em;
    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;
}
.lab-page .lab-1 .list .text p:before {
    content: '';
    width: 0.3125em;
    height: 0.3125em;
    border-radius: 100%;
    background-color: var(--color);
    margin-right: .5em;
}
.lab-page .lab-1 .list .text p:last-child {
    margin-bottom: 0;
}
.global-page .global-1 .box .options {
    width: 590px;
    border-radius: 2em;
    background-color: white;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.global-page .global-1 .box .options span {
    padding: .45em;
    border-radius: 2em;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.global-page .global-1 .box .options span.active {
    background-color: var(--color);
    color: white;
}
.global-page .global-1 .box .map ul li {
    position: absolute;
    z-index: 1;
}
.global-page .global-1 .box .map ul li i {
    width: 1em;
    height: 1em;
    border-radius: 100%;
    border: 0.25em solid var(--color);
    background-color: white;
    position: relative;
}
.global-page .global-1 .box .map ul li i:before {
    content: '';
    width: 250%;
    height: 250%;
    position: absolute;
    left: -75%;
    top: -75%;
    border-radius: inherit;
    background-color: var(--color);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
}
.global-page .global-1 .box .map ul li em {
    position: absolute;
    width: 0.55555556em;
    height: 0.55555556em;
    background-color: var(--color);
    border-radius: 100%;
}
.global-page .global-1 .box .map ul li em:after,
.global-page .global-1 .box .map ul li em:before {
    content: '';
    left: 50%;
    background-color: var(--color);
    position: absolute;
}
.global-page .global-1 .box .map ul li em:before {
    bottom: 0;
    width: 1px;
}
.global-page .global-1 .box .map ul li em:after {
    height: 1px;
}
.global-page .global-1 .box .map ul li span {
    color: var(--color);
}
.global-page .global-1 .box .map.global li:nth-child(1) {
    left: 16%;
    top: 14%;
}
.global-page .global-1 .box .map.global li:nth-child(1) em {
    left: -4em;
    top: 2.5em;
}
.global-page .global-1 .box .map.global li:nth-child(1) em:before {
    height: 2em;
}
.global-page .global-1 .box .map.global li:nth-child(1) em:after {
    width: 3.5em;
    bottom: 2em;
}
.global-page .global-1 .box .map.global li:nth-child(2) {
    left: 43%;
    top: 26%;
}
.global-page .global-1 .box .map.global li:nth-child(2) em {
    left: -4em;
    top: 2.5em;
}
.global-page .global-1 .box .map.global li:nth-child(2) em:before {
    height: 2em;
}
.global-page .global-1 .box .map.global li:nth-child(2) em:after {
    width: 3.5em;
    bottom: 2em;
}
.global-page .global-1 .box .map.global li:nth-child(3) {
    left: 48%;
    top: 30%;
}
.global-page .global-1 .box .map.global li:nth-child(3) em {
    left: -4em;
    top: .8em;
}
.global-page .global-1 .box .map.global li:nth-child(3) em:before {
    display: none;
}
.global-page .global-1 .box .map.global li:nth-child(3) em:after {
    width: 3.5em;
    bottom: 50%;
}
.global-page .global-1 .box .map.global li:nth-child(4) {
    left: 41%;
    top: 45%;
}
.global-page .global-1 .box .map.global li:nth-child(4) em {
    left: -6.5em;
    top: -2.5em;
}
.global-page .global-1 .box .map.global li:nth-child(4) em:before {
    height: 3.5em;
    top: 0;
    bottom: auto;
}
.global-page .global-1 .box .map.global li:nth-child(4) em:after {
    width: 6em;
    top: 3.5em;
}
.global-page .global-1 .box .map.global li:nth-child(5) {
    left: 83%;
    top: 26%;
}
.global-page .global-1 .box .map.global li:nth-child(5) em {
    left: -4em;
    top: 2.5em;
}
.global-page .global-1 .box .map.global li:nth-child(5) em:before {
    height: 2em;
}
.global-page .global-1 .box .map.global li:nth-child(5) em:after {
    width: 3.5em;
    bottom: 2em;
}
.global-page .global-1 .box .map.global li:nth-child(6) {
    left: 35%;
    top: 34%;
}
.global-page .global-1 .box .map.global li:nth-child(6) i {
    margin: 0 auto;
}
.global-page .global-1 .box .map.global li:nth-child(6) p {
    font-size: 12px;
}
.global-page .global-1 .box .map.distribution li:nth-child(1) {
    left: 11%;
    top: 17.5%;
}
.global-page .global-1 .box .map.distribution li:nth-child(2) {
    left: 38%;
    top: 34%;
}
.global-page .global-1 .box .map.distribution li:nth-child(3) {
    left: 37%;
    top: 47%;
}
.global-page .global-1 .box .map.distribution li:nth-child(4) {
    left: 78%;
    top: 26%;
}
.global-page .global-2 {
    background-color: var(--color);
    color: white;
}
.global-page .global-2 span.h2.line {
    border-left-color: white;
}
.global-page .global-2 .list {
    padding: 0 5%;
}
.global-page .global-2 .list ul {
    grid-template-columns: repeat(9, 1fr);
    text-align: center;
}
.global-page .global-2 .list ul li {
    margin: 0 auto;
}
.global-page .global-2 .list ul li:nth-child(n+1):nth-child(-n+9) {
    grid-row: 1;
}
.global-page .global-2 .list ul li:nth-child(n+10):nth-child(-n+17) {
    grid-row: 2;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.global-page .global-2 .list ul li:nth-child(n+18):nth-child(-n+24) {
    grid-row: 3;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.global-page .global-2 .list ul li:nth-child(n+25):nth-child(-n+30) {
    grid-row: 4;
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}
.global-page .global-2 .list ul li:nth-child(n+31):nth-child(-n+35) {
    grid-row: 5;
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}
.global-page .global-2 .list ul li:nth-child(n+36):nth-child(-n+39) {
    grid-row: 6;
    -webkit-transform: translateX(250%);
    -moz-transform: translateX(250%);
    -ms-transform: translateX(250%);
    transform: translateX(250%);
}
.global-page .global-2 .list ul li:nth-child(n+40):nth-child(-n+42) {
    grid-row: 7;
    -webkit-transform: translateX(300%);
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    transform: translateX(300%);
}
.global-page .global-2 .list ul li:nth-child(n+43):nth-child(-n+44) {
    grid-row: 8;
    -webkit-transform: translateX(350%);
    -moz-transform: translateX(350%);
    -ms-transform: translateX(350%);
    transform: translateX(350%);
}
.global-page .global-2 .list ul li a {
    display: block;
    margin: -20px 0;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
.global-page .global-2 .list ul li a:after,
.global-page .global-2 .list ul li a:before {
    content: '';
    width: 100%;
    height: 40px;
    display: block;
    background-image: url("../images/icon-sj.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    border-bottom: 1px solid white;
}
.global-page .global-2 .list ul li a:after {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.global-page .global-3 form ul li input {
    width: 100%;
    border-radius: 0.375em;
    border: 1px solid #efefef;
    padding: 0.75em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.global-page .global-3 form ul li input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.global-page .global-3 form ul li input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.global-page .global-3 form ul li input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.global-page .global-3 form ul li input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.global-page .global-3 form ul li input::placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.global-page .global-3 form ul li input:focus {
    border-color: var(--color);
}
.global-page .global-3 form ul li button {
    border: none;
    border-radius: 0.375em;
    min-width: 6.875em;
    height: 3em;
}
.sustainable-page .sustainable-1 .text {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.sustainable-page .sustainable-2 .ui.container {
    max-width: 900px;
}
.sustainable-page .sustainable-3 {
    background-color: var(--color);
    color: white;
}
.sustainable-page .sustainable-3 a.more {
    height: 3em;
    padding: 0 2.2em;
    background-color: white;
    color: var(--color);
    min-width: auto;
}
.sustainable-page .sustainable-3 a.more:hover {
    background-color: var(--color2);
    color: white;
}
.sustainable-page .sustainable-4 .text {
    max-width: 950px;
}
.sustainable-page .sustainable-5 {
    background-color: #fafafb;
}
.sustainable-page .sustainable-5 .text {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
.news-page .navlink hr {
    height: 1em;
    width: 1px;
    background-color: #333;
    opacity: .6;
    margin: 0;
}
.news-page .navlink hr:last-child {
    display: none;
}
.news-page .navlink a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .navlink a:hover,
.news-page .navlink a.active {
    color: var(--color);
}
.newdet-page h1 {
    line-height: 1.2;
}
.newdet-page .text {
    line-height: 1.85714286;
}
.newdet-page .line {
    width: 2px;
    background-color: #e2e4e4;
}
.newdet-page .right li {
    color: rgba(0, 0, 0, 0.6);
}
.download-page .list dl .name {
    width: 66%;
}
.download-page .list dl .type {
    width: 21%;
}
.download-page .list dl .link {
    width: 13%;
    text-align: center;
}
.download-page .list dl dt {
    background-color: var(--color);
    color: white;
}
.download-page .list dl dd {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c5c5c5;
}
.download-page .list dl dd .type {
    min-height: 60px;
    border-left: 1px solid #c5c5c5;
}
.video-page .play-btn {
    background-color: white;
}
.video-page .play-btn i {
    border-left-color: var(--color);
}
.faq-page .text {
    line-height: 1.85714286;
}
.faq-page .faq-2 .list li {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq-page .faq-2 .list li .text {
    border-top: 1px solid #e0ebec;
    display: none;
}
.faq-page .faq-2 .list li span.h6 {
    cursor: pointer;
    cursor: hand;
}
.faq-page .faq-2 .list li.active {
    background-color: #eef9fb;
}
.faq-page .faq-2 .list li.active span.h6 i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-page .slideBarBox .left .productNav {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.product-page .slideBarBox .left .productNav span.h2 {
    color: white;
}
.product-page .slideBarBox .left .productNav .nav li a.flex {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .slideBarBox .left .productNav .nav li a.flex i {
    background-color: var(--color);
    width: 1.4em;
    height: 1.4em;
    font-size: .8em;
    -webkit-transition: 0.5s background-color;
    -moz-transition: 0.5s background-color;
    transition: 0.5s background-color;
}
.product-page .slideBarBox .left .productNav .nav li a.flex:hover,
.product-page .slideBarBox .left .productNav .nav li a.flex.active,
.product-page .slideBarBox .left .productNav .nav li a.flex.active2 {
    background-color: #6fd1df;
    color: white;
}
.product-page .slideBarBox .left .productNav .nav li a.flex:hover i,
.product-page .slideBarBox .left .productNav .nav li a.flex.active i,
.product-page .slideBarBox .left .productNav .nav li a.flex.active2 i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: white;
    color: #666;
}
.product-page .slideBarBox .left .productNav .nav li.active + ul {
    display: block;
}
.product-page .slideBarBox .left .productNav .nav li ul {
    display: none;
}
.product-page .slideBarBox .left .productNav .nav li ul li a {
    border-bottom: 1px #e1e1e1 dashed;
}
.product-page .slideBarBox .left .productNav .phone span.icon {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    border: 1px solid black;
}
.product-page .slideBarBox .left .productNav .phone span.h6 {
    line-height: 1.4;
}
.product-page .slideBarBox .left .form {
    color: white;
}
.product-page .slideBarBox .left .form form input {
    width: 100%;
    border: none;
    height: 3em;
    padding: 0 .5em;
    color: black;
}
.product-page .slideBarBox .left .form form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.product-page .slideBarBox .left .form form input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.product-page .slideBarBox .left .form form input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.product-page .slideBarBox .left .form form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.product-page .slideBarBox .left .form form input::placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.product-page .slideBarBox .left .form form button {
    width: 3em;
    border: none;
    background-color: white;
    color: var(--color);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.product-page .slideBarBox .left .form form button i {
    font-size: 1.5em;
}
.product-page .slideBarBox .left .form form label input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.product-page .slideBarBox .right a.img-box {
    background-color: #eff1f6;
    border: 1px solid #eff1f6;
}
.product-page .slideBarBox .right a.img-box span {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
    -moz-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    z-index: 1;
    min-width: 12.5em;
    height: 3em;
    padding: 0 1em;
    max-width: 90%;
    opacity: 0;
}
.product-page .slideBarBox .right a.img-box:hover span {
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}
.prodet-page .prodet-1 .left a.img-box {
    background-color: #eff1f6;
    border: 1px solid #eff1f6;
}
.prodet-page .prodet-1 .left ul {
    margin: -10px;
}
.prodet-page .prodet-1 .left ul li {
    padding: 10px;
}
.prodet-page .prodet-1 .right .text {
    line-height: 1.625;
}
.prodet-page .prodet-1 .right .color a {
    width: 1em;
    height: 1em;
    border-radius: 100%;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-1 .right a.more {
    min-width: 10.625em;
    border-radius: .6em;
}
.prodet-page .prodet-1 .right a.more:last-child {
    background-color: transparent;
    border: 1px solid #e7e9ec;
    color: black;
}
.prodet-page .prodet-1 .right a.more:last-child:hover {
    background-color: var(--color);
    color: white;
}
.prodet-page .prodet-2 .options {
    position: relative;
}
.prodet-page .prodet-2 .options:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #d4d4d4;
}
.prodet-page .prodet-2 .options span {
    height: 2.28571429em;
    padding: 0 2em;
    cursor: pointer;
    cursor: hand;
    position: relative;
}
.prodet-page .prodet-2 .options span:before {
    content: '';
    border-top: 0.5em solid var(--color);
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}
.prodet-page .prodet-2 .options span.active {
    background-color: var(--color);
    color: white;
}
.prodet-page .prodet-2 .options span.active:before {
    display: block;
}
.contact-page .text {
    max-width: 500px;
}
.contact-page .info span.icon {
    width: 2em;
    height: 2em;
    margin-right: .5em;
    background-color:var(--color2);
    color: white;
}
.contact-page .right {
    position: relative;
}
.contact-page .right:before {
    content: '';
    width: 50%;
    position: absolute;
    top: -5%;
    bottom: 55%;
    left: -5%;
    background-image: url(/yhkj-cn/2025/05/30/dots.png);
    background-repeat: repeat;
    z-index: -1;
}
.contact-page .right:after {
    content: '';
    position: absolute;
    top: 30%;
    right: 0;
    left: 30%;
    bottom: 0;
    background: var(--color);
    z-index: -1;
    border-radius: 0px 0px 40px;
}
.contact-page .form {
    border-radius: 0px 0px 40px;
    background-color: white;
    padding: 3%;
}
.contact-page form ul {
    grid-template-columns: repeat(1, 1fr);
    flex-wrap: wrap;
    display: flex;
}
.contact-page form ul li {
    width: 100%;
}
.contact-page form ul button {
    border: none;
    min-width: 10em;
    border-radius: .3em;
    padding: 0 1em;
}
.contact-page form ul input {
    width: 100%;
    padding: .6em 1em;
    border: 1px solid #e1e1e1;
    border-radius: .3em;
}
@media screen and (max-width: 1250px) {
    .global-page .global-2 .list {
        padding: 0;
    }
    .global-page .global-2 .list ul li a:after,
    .global-page .global-2 .list ul li a:before {
        height: 30px;
    }
    .global-page .global-2 .list ul li a {
        margin: -15px 0;
    }
    .product-page .slideBarBox .left {
        display: none;
    }
    .product-page .slideBarBox .right {
        width: 100%;
    }
    .newdet-page .left {
        width: 100%;
    }
    .newdet-page .line,
    .newdet-page .right {
        display: none;
    }
    .about-page .about-3 .box i img {
        max-width: 50px;
    }
}
@media screen and (max-width: 1000px) {
    .development-page .development-2 .list li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .development-page .development-2 .list .head {
        display: none;
    }
    .development-page .development-2 .list .content {
        width: 70%;
        padding-right: 3%;
    }
    .development-page .development-2 .list .works {
        width: 30%;
        margin-left: 0;
    }
    .development-page .development-3 .right {
        text-align: left;
    }
    .global-page .global-2 .list ul li a:after,
    .global-page .global-2 .list ul li a:before {
        display: none;
    }
    .global-page .global-2 .list ul li a {
        margin: 0;
    }
    .global-page .global-2 .list ul li {
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
        grid-row: auto !important;
    }
    .global-page .global-2 .list ul {
        grid-template-columns: repeat(6, 1fr);
    }
    .lab-page .lab-1 .list ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .manufacture-page .manufacture-3 .right {
        text-align: left;
    }
    .prodet-page .prodet-1 .right .color {
        font-size: 20px;
    }
    .global-page .global-1 .box .map.global li:nth-child(5) {
        left: 87%;
        top: 22%;
    }
}
@media screen and (max-width: 500px) {
    .inner-banner .content {
        position: static;
        padding: 5% 0;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        transform: unset;
        background-color: #e1e1e1;
        color: black;
    }
    .download-page .list dl .name {
        width: 45%;
    }
    .download-page .list dl .link {
        width: 21%;
    }
    .download-page .list dl dd .type {
        min-height: auto;
    }
    .global-page .global-2 .list ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .global-page .global-1 .box .ret {
        zoom: .3;
    }
    .global-page .global-1 .box {
        margin-top: 10%;
    }
    .global-page .global-1 .box .options {
        top: -10%;
    }
    .lab-page .lab-1 .list ul li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 3%;
    }
    .lab-page .lab-1 .list ul li .img {
        width: 100%;
    }
    .lab-page .lab-1 .list ul li .content {
        width: 100%;
    }
    .product-page .slideBarBox .right ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .prodet-page .prodet-1 .left ul li {
        padding: 3px;
    }
    .prodet-page .prodet-1 .left ul {
        margin: -3px;
    }
}
.m-link a {
    max-width: 100%;
}